gdb: fix overload resolution for see-through references
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
4 CV and reference conversion for overload resolution.
5 * gdb.cp/rvalue-ref-overload.exp: Test it.
6
7 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8
9 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
10 * gdb.base/frameapply.exp: Test faas without command.
11
12 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
15 Fortran tests.
16 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
17 order.
18
19 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
22 casting to type with no kind specified.
23 (test_basic_parsing_of_type_kinds): Additional tests for types
24 with no kind specified, and add tests for single/double
25 precision/complex types.
26
27 2019-12-04 Tom Tromey <tromey@adacore.com>
28
29 * gdb.base/endianity.c (struct other) <x>: New field.
30 (main): Initialize it.
31 * gdb.base/endianity.exp: Update.
32
33 2019-12-04 Tom Tromey <tromey@adacore.com>
34
35 * gdb.ada/scalar_storage/storage.adb: New file.
36 * gdb.ada/scalar_storage/pck.adb: New file.
37 * gdb.ada/scalar_storage/pck.ads: New file.
38 * gdb.ada/scalar_storage.exp: New file.
39
40 2019-12-04 Tom Tromey <tromey@adacore.com>
41
42 * gdb.base/endianity.c (struct otherendian) <f>: New field.
43 (main): Initialize it.
44 * gdb.base/endianity.exp: Update.
45
46 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
49
50 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
53 -symbol-info-module-functions and -symbol-info-module-variables.
54
55 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
58
59 2019-12-01 Richard Bunt <richard.bunt@arm.com>
60 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.fortran/derived-type-striding.exp: New file.
63 * gdb.fortran/derived-type-striding.f90: New file.
64 * gdb.fortran/array-slices.exp: New file.
65 * gdb.fortran/array-slices.f90: New file.
66
67 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
68
69 * gdb.base/define.exp: Test . in command names.
70 * gdb.base/setshow.exp: Update test, as . is now part of
71 command name.
72
73 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
74
75 * gdb.base/define-prefix.exp: New file.
76
77 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
80 compile.
81 (skip_btrace_pt_tests): Likewise.
82
83 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.fortran/info-modules.exp: Compile source files in correct
86 order.
87
88 2019-11-27 Kevin Buettner <kevinb@redhat.com>
89
90 * gdb.dwarf2/imported-unit.exp: New file.
91 * gdb.dwarf2/imported-unit.c: New file.
92
93 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.mi/mi-fortran-modules-2.f90: New file.
96 * gdb.mi/mi-fortran-modules.exp: New file.
97 * gdb.mi/mi-fortran-modules.f90: New file.
98
99 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.mi/mi-sym-info-1.c: New file.
102 * gdb.mi/mi-sym-info-2.c: New file.
103 * gdb.mi/mi-sym-info.exp: New file.
104
105 2019-11-22 Tom Tromey <tromey@adacore.com>
106
107 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
108 * gdb.ada/tasks/foo.adb: Add another stopping location.
109
110 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
111
112 * gdb.base/endianity.c: New test.
113 * gdb.base/endianity.exp: New file.
114
115 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
116
117 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
118
119 2019-11-21 Tom de Vries <tdevries@suse.de>
120
121 PR gdb/24956
122 * gdb.base/ui-redirect.exp: Test output of user-defined command.
123
124 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
125
126 * gdb.python/py-progspace.exp: Add missing parentheses on some
127 'print' commands.
128
129 2019-11-19 Tom Tromey <tom@tromey.com>
130
131 * gdb.tui/winheight.exp: New file.
132
133 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * gdb.base/ctf-whatis.c: Delete.
136 * gdb.base/ctf-whatis.exp: Delete.
137 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
138
139 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/ctf-cvexpr.exp: Delete.
142 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
143
144 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
147 the compiler. Clean up header comment a little.
148 * gdb.base/ctf-ptype.exp: Likewise.
149 * gdb.base/ctf-whatis.exp: Likewise.
150 * lib/gdb.exp (skip_ctf_tests): New proc.
151
152 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
153
154 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
155 * gdb.tui/corefile-run.exp: New file.
156
157 2019-11-14 Tom Tromey <tromey@adacore.com>
158
159 * gdb.base/gdbvars.exp (test_convenience_variables): Add
160 regression tests.
161
162 2019-11-12 Tom Tromey <tom@tromey.com>
163
164 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
165 after any command. Expect prompt after WAIT_FOR is seen.
166 (enter_tui): Enable resize messages.
167 (command): Expect command in output.
168 (get_line): Avoid error when cursor appears to be off-screen.
169 (dump_screen): Include screen size in title.
170 (_do_resize): New proc, from "resize".
171 (resize): Rewrite. Do resize in two steps.
172 * gdb.tui/empty.exp (layouts): Fix entries.
173 (check_boxes): Remove xfail.
174 (check_text): Dump screen on failure.
175
176 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.python/py-symbol.exp: Add test for
179 gdb.lookup_static_symbols.
180
181 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.python/py-symbol.c: Declare and call function from new
184 py-symbol-2.c file.
185 * gdb.python/py-symbol.exp: Compile both source files, and add new
186 tests for gdb.lookup_static_symbol.
187 * gdb.python/py-symbol-2.c: New file.
188
189 2019-11-02 Tom de Vries <tdevries@suse.de>
190
191 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
192 * gdb.base/anon.exp: Same.
193 * gdb.base/auto-connect-native-target.exp: Same.
194 * gdb.base/call-ar-st.exp: Same.
195 * gdb.base/catch-syscall.exp: Same.
196 * gdb.base/commands.exp: Same.
197 * gdb.base/default.exp: Same.
198 * gdb.base/display.exp: Same.
199 * gdb.base/float.exp: Same.
200 * gdb.base/foll-fork.exp: Same.
201 * gdb.base/help.exp: Same.
202 * gdb.base/info-macros.exp: Same.
203 * gdb.base/info-proc.exp: Same.
204 * gdb.base/info-target.exp: Same.
205 * gdb.base/long_long.exp: Same.
206 * gdb.base/macscp.exp: Same.
207 * gdb.base/memattr.exp: Same.
208 * gdb.base/nofield.exp: Same.
209 * gdb.base/pointers.exp: Same.
210 * gdb.base/printcmds.exp: Same.
211 * gdb.base/ptype.exp: Same.
212 * gdb.base/restore.exp: Same.
213 * gdb.base/return.exp: Same.
214 * gdb.base/scope.exp: Same.
215 * gdb.base/set-noassign.exp: Same.
216 * gdb.base/setshow.exp: Same.
217 * gdb.base/shlib-call.exp: Same.
218 * gdb.base/signals.exp: Same.
219 * gdb.base/sigstep.exp: Same.
220 * gdb.base/skip.exp: Same.
221 * gdb.base/solib-symbol.exp: Same.
222 * gdb.base/stap-probe.exp: Same.
223 * gdb.base/step-line.exp: Same.
224 * gdb.base/step-test.exp: Same.
225 * gdb.base/style.exp: Same.
226 * gdb.base/varargs.exp: Same.
227 * gdb.base/vla-datatypes.exp: Same.
228 * gdb.base/vla-ptr.exp: Same.
229 * gdb.base/vla-sideeffect.exp: Same.
230 * gdb.base/volatile.exp: Same.
231 * gdb.base/watch-cond-infcall.exp: Same.
232 * gdb.base/watchpoint.exp: Same.
233
234 2019-11-02 Tom de Vries <tdevries@suse.de>
235
236 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
237 * gdb.cp/cpexprs.exp: Same.
238 * gdb.cp/except-multi-location.exp: Same.
239 * gdb.cp/exceptprint.exp: Same.
240 * gdb.cp/gdb2384.exp: Same.
241 * gdb.cp/inherit.exp: Same.
242 * gdb.cp/m-static.exp: Same.
243 * gdb.cp/meth-typedefs.exp: Same.
244 * gdb.cp/misc.exp: Same.
245 * gdb.cp/namespace.exp: Same.
246 * gdb.cp/non-trivial-retval.exp: Same.
247 * gdb.cp/overload.exp: Same.
248 * gdb.cp/pr17132.exp: Same.
249 * gdb.cp/re-set-overloaded.exp: Same.
250 * gdb.cp/rvalue-ref-types.exp: Same.
251 * gdb.cp/templates.exp: Same.
252
253 2019-11-01 Luis Machado <luis.machado@linaro.org>
254
255 PR gdb/25124
256
257 * gdb.arch/pr25124.S: New file.
258 * gdb.arch/pr25124.exp: New file.
259
260 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.fortran/info-modules.exp: Update expected results, and add
263 additional tests for 'info module functinos', and 'info module
264 variables'.
265 * gdb.fortran/info-types.exp: Update expected results.
266 * gdb.fortran/info-types.f90: Extend testcase with additional
267 module variables and functions.
268
269 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.fortran/info-modules.exp: New file.
272 * gdb.fortran/info-types.exp: Build with new file.
273 * gdb.fortran/info-types.f90: Include and use new module.
274 * gdb.fortran/info-types-2.f90: New file.
275
276 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
277
278 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
279 * gdb.base/settings.exp: Test all settings types using
280 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
281 that now verifies that the value of "maint show" is the same as
282 returned by the settings functions. Test the type of the
283 maintenance settings.
284 * gdb.base/default.exp: Update show_conv_list.
285
286 2019-10-31 Tom de Vries <tdevries@suse.de>
287
288 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
289 gdb_test.
290 * gdb.arch/amd64-disp-step.exp: Same.
291 * gdb.asm/asm-source.exp: Same.
292 * gdb.btrace/buffer-size.exp: Same.
293 * gdb.btrace/cpu.exp: Same.
294 * gdb.btrace/enable.exp: Same.
295 * gdb.dwarf2/count.exp: Same.
296 * gdb.dwarf2/dw2-ranges-func.exp: Same.
297 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
298 * gdb.fortran/vla-datatypes.exp: Same.
299 * gdb.fortran/vla-history.exp: Same.
300 * gdb.fortran/vla-ptype.exp: Same.
301 * gdb.fortran/vla-value.exp: Same.
302 * gdb.fortran/whatis_type.exp: Same.
303 * gdb.guile/guile.exp: Same.
304 * gdb.multi/tids.exp: Same.
305 * gdb.python/py-finish-breakpoint.exp: Same.
306 * gdb.python/py-framefilter.exp: Same.
307 * gdb.python/py-pp-registration.exp: Same.
308 * gdb.python/py-xmethods.exp: Same.
309 * gdb.python/python.exp: Same.
310 * gdb.server/connect-with-no-symbol-file.exp: Same.
311 * gdb.server/no-thread-db.exp: Same.
312 * gdb.server/run-without-local-binary.exp: Same.
313 * gdb.stabs/weird.exp: Same.
314 * gdb.threads/attach-many-short-lived-threads.exp: Same.
315 * gdb.threads/thread-find.exp: Same.
316 * gdb.threads/tls-shared.exp: Same.
317 * gdb.threads/tls.exp: Same.
318 * gdb.threads/wp-replication.exp: Same.
319 * gdb.trace/ax.exp: Same.
320 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
321
322 2019-10-31 Tom de Vries <tdevries@suse.de>
323
324 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
325 * gdb.ada/array_subscript_addr.exp: Same.
326 * gdb.ada/arrayidx.exp: Same.
327 * gdb.ada/arrayparam.exp: Same.
328 * gdb.ada/arrayptr.exp: Same.
329 * gdb.ada/boolean_expr.exp: Same.
330 * gdb.ada/call_pn.exp: Same.
331 * gdb.ada/complete.exp: Same.
332 * gdb.ada/fixed_cmp.exp: Same.
333 * gdb.ada/fun_addr.exp: Same.
334 * gdb.ada/funcall_param.exp: Same.
335 * gdb.ada/interface.exp: Same.
336 * gdb.ada/mod_from_name.exp: Same.
337 * gdb.ada/null_array.exp: Same.
338 * gdb.ada/packed_array.exp: Same.
339 * gdb.ada/packed_tagged.exp: Same.
340 * gdb.ada/print_chars.exp: Same.
341 * gdb.ada/print_pc.exp: Same.
342 * gdb.ada/ptype_arith_binop.exp: Same.
343 * gdb.ada/ptype_field.exp: Same.
344 * gdb.ada/ptype_tagged_param.exp: Same.
345 * gdb.ada/rec_return.exp: Same.
346 * gdb.ada/ref_tick_size.exp: Same.
347 * gdb.ada/str_ref_cmp.exp: Same.
348 * gdb.ada/taft_type.exp: Same.
349 * gdb.ada/tagged.exp: Same.
350 * gdb.ada/type_coercion.exp: Same.
351 * gdb.ada/uninitialized_vars.exp: Same.
352
353 2019-10-30 Tom de Vries <tdevries@suse.de>
354
355 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
356
357 2019-10-26 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/bigcore.c: Fix typos in comments.
360 * gdb.base/ctf-ptype.c: Same.
361 * gdb.base/long_long.c: Same.
362 * gdb.dwarf2/dw2-op-out-param.S: Same.
363 * gdb.python/py-evthreads.c: Same.
364 * gdb.reverse/i387-stack-reverse.c: Same.
365 * gdb.trace/tfile.c: Same.
366 * lib/compiler.c: Same.
367 * lib/compiler.cc: Same.
368
369 2019-10-25 Tom de Vries <tdevries@suse.de>
370
371 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
372 gdb_test_multiple calls.
373 * gdb.reverse/sigall-reverse.exp: Same.
374 * gdb.reverse/solib-precsave.exp: Same.
375 * gdb.reverse/solib-reverse.exp: Same.
376 * gdb.reverse/until-precsave.exp: Same.
377 * gdb.reverse/until-reverse.exp: Same.
378
379 2019-10-24 Tom de Vries <tdevries@suse.de>
380
381 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
382 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
383 kfail using -wrap pattern flag and convenience variable
384 gdb_test_name.
385
386 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.python/py-progspace.exp: Add tests for the
389 Progspace.block_for_pc method.
390
391 2019-10-23 Tom Tromey <tom@tromey.com>
392
393 * configure: Rebuild.
394 * aclocal.m4: Use m4_include, not sinclude.
395
396 2019-10-21 Tom de Vries <tdevries@suse.de>
397
398 * gdb.base/infcall-nested-structs.c: Add
399 __attribute__((noinline,noclone)) to all functions.
400 (call_all): Add missing variable initialization. Simplify return value.
401 (breakpt): Increment volatile variable, to prevent call from being
402 optimized out.
403 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
404
405 2019-10-17 Tom de Vries <tdevries@suse.de>
406
407 * gdb.fortran/module.exp: Allow info variables to print info for files
408 other than module.f90.
409
410 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.fortran/module.exp: Extend with 'info variables' test.
413
414 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
417 F77_FOR_TARGET.
418
419 2019-10-16 Tom de Vries <tdevries@suse.de>
420
421 PR tdep/25096
422 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
423
424 2019-10-16 Tom de Vries <tdevries@suse.de>
425
426 PR tdep/24104
427 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
428 Add KFAIL for PR tdep/25096.
429
430 2019-10-16 Tom de Vries <tdevries@suse.de>
431
432 PR testsuite/25059
433 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
434
435 2019-10-16 Tom de Vries <tdevries@suse.de>
436
437 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
438 as signed.
439
440 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
441
442 * gdb.mi/list-thread-groups-available.exp: Read entries one by
443 one instead of increasing timeout.
444
445 2019-10-13 Tom de Vries <tdevries@suse.de>
446
447 PR record/25038
448 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
449 * gdb.reverse/sigall-reverse.exp: Same.
450 * gdb.reverse/solib-precsave.exp: Same.
451 * gdb.reverse/solib-reverse.exp: Same.
452 * gdb.reverse/step-precsave.exp: Same.
453 * gdb.reverse/until-precsave.exp: Same.
454 * gdb.reverse/until-reverse.exp: Same.
455 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
456
457 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
458
459 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
460 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
461 (cmp_struct_05_01, cmp_struct_static_02_01)
462 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
463 comparisons.
464
465 2019-10-10 Tom de Vries <tdevries@suse.de>
466
467 PR testsuite/24888
468 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
469 gnatlink.
470
471 2019-10-09 Tom de Vries <tdevries@suse.de>
472
473 PR testsuite/25048
474 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
475
476 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
479 exceptions due to missing debug information.
480
481 2019-10-07 Tom de Vries <tdevries@suse.de>
482
483 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
484
485 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
488 * gdb.base/annota1.exp: Update to use gdb_test_name.
489
490 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
491
492 * gdb.base/ctf-whatis.exp: New file.
493 * gdb.base/ctf-whatis.c: New file.
494 * gdb.base/ctf-ptype.exp: New file.
495 * gdb.base/ctf-ptype.c: New file.
496 * gdb.base/ctf-constvars.exp: New file.
497 * gdb.base/ctf-constvars.c: New file.
498 * gdb.base/ctf-cvexpr.exp: New file.
499
500 2019-10-04 Tom de Vries <tdevries@suse.de>
501
502 * gdb.cp/local-static.c (main): Move declaration of int i out of the
503 for loop.
504
505 2019-10-03 Tom Tromey <tom@tromey.com>
506
507 PR rust/24976:
508 * gdb.rust/simple.rs (Union2): New type.
509 (main): Use Union2.
510 * gdb.rust/simple.exp: Add test.
511
512 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
515 nested function prefix.
516
517 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
518 Richard Bunt <richard.bunt@arm.com>
519 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
522 nested functions.
523 * gdb.fortran/nested-funcs.f90: Update expected results.
524 * gdb.fortran/nested-funcs-2.exp: New file.
525 * gdb.fortran/nested-funcs-2.f90: New file.
526
527 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.python/py-parameter.exp: Make test names unique.
530 * gdb.python/py-template.exp: Likewise.
531 * gdb.python/py-value.exp: Likewise.
532
533 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 * gdb.base/break-interp.exp: Reduce test name duplication.
536 * gdb.base/call-sc.exp: Likewise.
537 * gdb.base/callfuncs.exp: Likewise.
538 * gdb.base/charset.exp: Likewise.
539 * gdb.base/dump.exp: Likewise.
540 * gdb.base/ena-dis-br.exp: Likewise.
541 * gdb.base/relational.exp: Likewise.
542 * gdb.base/step-over-syscall.exp: Likewise.
543 * gdb.base/structs.exp: Likewise.
544
545 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.linespec/explicit.exp: Make test names unique.
548 * gdb.linespec/ls-errs.exp: Likewise.
549
550 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * gdb.reverse/break-precsave.exp: Make test names unique.
553 * gdb.reverse/break-reverse.exp: Likewise.
554 * gdb.reverse/finish-precsave.exp: Likewise.
555 * gdb.reverse/finish-reverse.exp: Likewise.
556 * gdb.reverse/machinestate-precsave.exp: Likewise.
557 * gdb.reverse/machinestate.exp: Likewise.
558 * gdb.reverse/readv-reverse.exp: Likewise.
559 * gdb.reverse/recvmsg-reverse.exp: Likewise.
560 * gdb.reverse/sigall-precsave.exp: Likewise.
561 * gdb.reverse/sigall-reverse.exp: Likewise.
562 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
563 * gdb.reverse/watch-precsave.exp: Likewise.
564 * gdb.reverse/watch-reverse.exp: Likewise.
565
566 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.threads/stop-with-handle.c: New file.
569 * gdb.threads/stop-with-handle.exp: New file.
570
571 2019-10-03 Tom de Vries <tdevries@suse.de>
572
573 PR testsuite/25059
574 * gdb.base/list-missing-source.exp: Allowing the "Compilation
575 directory" line to be missing.
576
577 2019-10-03 Tom de Vries <tdevries@suse.de>
578
579 PR testsuite/25059
580 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
581 type optional.
582
583 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
584
585 * gdb.python/py-format-string.c (string.h): New include.
586 (main): Fill a_struct_with_union.the_union.an_int with bytes of
587 the same value, for endianness-independence.
588 * gdb.python/py-format-string.exp (default_regexp_dict)
589 (test_pretty_structs, test_format): Adjust expected output to the
590 changed initialization.
591
592 2019-10-02 Tom Tromey <tromey@adacore.com>
593
594 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
595
596 2019-10-02 Pedro Alves <palves@redhat.com>
597 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
600 "print-file-var.h".
601 (this_version_id) Use ATTRIBUTE_VISIBILITY.
602 (get_version_1): Print this_version_id and its address.
603 Add extern "C" wrappers around interface functions.
604 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
605 "print-file-var.h".
606 (this_version_id) Use ATTRIBUTE_VISIBILITY.
607 (get_version_2): Print this_version_id and its address.
608 Add extern "C" wrappers around interface functions.
609 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
610 <stddef.h> and "print-file-var.h".
611 Add extern "C" wrappers around interface functions.
612 [VERSION_ID_MAIN] (this_version_id): Define.
613 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
614 * gdb.base/print-file-var.h: Add some #defines to simplify setting
615 up extern "C" blocks.
616 * gdb.base/print-file-var.exp (test): New, factored out from top
617 level.
618 (top level): Test all combinations of attribute hidden or not,
619 dlopen or not, and this_version_id symbol in main file or not.
620 Compile tests as both C++ and C, make test names unique.
621
622 2019-10-01 Tom Tromey <tom@tromey.com>
623
624 * gdb.base/style.exp: Test "show logging filename".
625
626 2019-10-01 Tom Tromey <tom@tromey.com>
627
628 * lib/gdb-utils.exp (style): Handle "metadata" argument.
629 * gdb.base/style.exp: Add metadata style test.
630
631 2019-10-01 Tom Tromey <tom@tromey.com>
632
633 * gdb.base/style.exp: Test "pwd".
634
635 2019-10-01 Tom Tromey <tom@tromey.com>
636
637 * gdb.base/style.exp: Update tests.
638
639 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
640
641 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
642 'six' to unsigned.
643 (s1): Initialize fields 'four' and 'six' instead of 'three' and
644 'five'. Use an all-ones bit pattern for each.
645 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
646 to its changed values.
647
648 2019-09-30 Tom Tromey <tromey@adacore.com>
649
650 * gdb.rust/traits.rs: Disable all warnings.
651
652 2019-09-29 Tom de Vries <tdevries@suse.de>
653
654 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
655
656 2019-09-29 Tom de Vries <tdevries@suse.de>
657
658 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
659
660 2019-09-27 Tom de Vries <tdevries@suse.de>
661
662 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
663
664 2019-09-27 Tom de Vries <tdevries@suse.de>
665
666 PR record/23188
667 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
668
669 2019-09-26 Tom Tromey <tromey@adacore.com>
670
671 * gdb.ada/py_taft.exp: New file.
672 * gdb.ada/py_taft/main.adb: New file.
673 * gdb.ada/py_taft/pkg.adb: New file.
674 * gdb.ada/py_taft/pkg.ads: New file.
675
676 2019-09-24 Tom de Vries <tdevries@suse.de>
677
678 PR gdb/24598
679 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
680
681 2019-09-22 Tom de Vries <tdevries@suse.de>
682
683 * gdb.base/restore.exp: Allow register variables to be optimized out at
684 -O0.
685
686 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
687
688 * gdb.arch/spu-info.exp: Remove file.
689 * gdb.arch/spu-info.c: Remove file.
690 * gdb.arch/spu-ls.exp: Remove file.
691 * gdb.arch/spu-ls.c: Remove file.
692
693 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
694 * gdb.asm/spu.inc: Remove file.
695
696 * gdb.base/dump.exp: Remove support for spu*-*-*.
697 * gdb.base/stack-checking.exp: Likewise.
698 * gdb.base/overlays.exp: Likewise.
699 * gdb.base/ovlymgr.c: Likewise.
700 * gdb.base/spu.ld: Remove file.
701
702 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
703 * gdb.cp/cpexprs.exp: Likewise.
704 * gdb.cp/exception.exp: Likewise.
705 * gdb.cp/gdb2495.exp: Likewise.
706 * gdb.cp/mb-templates.exp: Likewise.
707 * gdb.cp/pr9167.exp: Likewise.
708 * gdb.cp/userdef.exp: Likewise.
709
710 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
711
712 * gdb.cell: Remove directory.
713 * lib/cell.exp: Remove file.
714
715 2019-09-19 Tom de Vries <tdevries@suse.de>
716
717 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
718
719 2019-09-19 Tom de Vries <tdevries@suse.de>
720
721 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
722
723 2019-09-19 Tom de Vries <tdevries@suse.de>
724
725 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
726 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
727 (gdb_target_cmd): ... here.
728 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
729 value 2.
730
731 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.base/source-dir.exp: Avoid having directory names in test
734 names.
735
736 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * gdb.base/source-dir.exp: Add extra test for mapped compilation
739 directory.
740
741 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * gdb.base/list-missing-source.exp: New file.
744
745 2019-09-14 Tom de Vries <tdevries@suse.de>
746
747 PR teststuite/24599
748 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
749 * lib/ada.exp (gnatmake_version_at_least): New proc.
750
751 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.base/maint.exp: Use exec_has_index_section.
754
755 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.base/maint.exp: Add test for 'maint info sections'.
758
759 2019-09-12 Tom de Vries <tdevries@suse.de>
760
761 * gdb.base/store.exp: Allow register variables to be optimized out at
762 -O0.
763
764 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
765
766 * gdb.ada/rdv_wait.exp: Update to new task names.
767 * gdb.base/task_switch_in_core.exp: Likewise.
768 * gdb.base/info_sources_base.c: Likewise.
769
770 2019-09-10 Tom Tromey <tromey@adacore.com>
771
772 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
773
774 2019-09-10 Tom Tromey <tromey@adacore.com>
775
776 * gdb.ada/dgopt.exp: New file.
777 * gdb.ada/dgopt/x.adb: New file.
778
779 2019-09-08 Tom Tromey <tom@tromey.com>
780
781 * gdb.tui/resize.exp: Remove setup_xfail.
782 * gdb.tui/regs.exp: Remove setup_xfail.
783 * gdb.tui/basic.exp: Remove setup_xfail.
784
785 2019-09-06 David Blaikie <dblaikie@gmail.com>
786
787 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
788 * gdb.cp/cplabel.exp: Ditto.
789 * gdb.linespec/ls-errs.exp: Ditto.
790
791 2019-09-05 Tom de Vries <tdevries@suse.de>
792
793 * lib/gdb.exp (cmp_file_string): New proc.
794 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
795 runto_main. Verify save breakpoints output.
796
797 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
798
799 * gdb.base/info-var.exp: Test info variables without running
800 to main, to avoid expect's buffer overflow.
801
802 2019-09-03 Tom Tromey <tromey@adacore.com>
803
804 * gdb.ada/bias.exp: New file.
805 * gdb.ada/bias/bias.adb: New file.
806 * gdb.ada/print_chars.exp: Add regression test.
807 * gdb.ada/print_chars/foo.adb (My_Character): New type.
808 (MC): New variable.
809
810 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
811
812 * gdb.base/argv0-symlink.exp: Run only on native target
813 and local host.
814
815 2019-08-29 Tom de Vries <tdevries@suse.de>
816
817 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
818 diverse debug info.
819 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
820
821 2019-08-28 Tom de Vries <tdevries@suse.de>
822
823 * gdb.base/info-var.exp: Allow info variables to print info for files
824 other than info-var-f1.c and info-var-f2.c.
825
826 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.fortran/info-types.exp: Add module.
829 * gdb.fortran/info-types.f90: Update expected results.
830
831 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.fortran/info-types.exp: New file.
834 * gdb.fortran/info-types.f90: New file.
835 * lib/fortran.exp (fortran_character1): New proc.
836
837 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
840 functions'. Reindent as needed.
841 * gdb.base/info-var-f1.c: New file.
842 * gdb.base/info-var-f2.c: New file.
843 * gdb.base/info-var.exp: New file.
844 * gdb.base/info-var.h: New file.
845
846 2019-08-26 Tom de Vries <tdevries@suse.de>
847
848 PR c++/24852
849 * gdb.cp/no-libstdcxx-probe.exp: New test.
850
851 2019-08-26 Tom de Vries <tdevries@suse.de>
852
853 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
854 * tests need to be skipped.
855 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
856 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
857 mi_skip_libstdcxx_probe_tests.
858
859 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
860
861 * gdb.python/py-xmethods.exp: Use raw strings when passing
862 arguments to SimpleXMethodMatcher.
863
864 2019-08-22 Tom de Vries <tdevries@suse.de>
865
866 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
867 more informative.
868
869 2019-08-21 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/with.exp: Test "with" with no arguments.
872
873 2019-08-21 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/gdb-caching-proc.exp: Sort files.
876
877 2019-08-20 Tom de Vries <tdevries@suse.de>
878
879 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
880 compilation.
881
882 2019-08-16 Tom de Vries <tdevries@suse.de>
883
884 * gdb.base/compare-sections.exp ("after run to main"): Allow
885 mismatched read-only sections for PIE executables.
886
887 2019-08-16 Tom Tromey <tom@tromey.com>
888
889 * lib/tuiterm.exp (_csi_Z): New proc.
890 * gdb.tui/basic.exp: Update window positions.
891 * gdb.tui/empty.exp: Update window positions.
892
893 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
894
895 * gdb.base/examine-backward.exp: Correct regexp for
896 "examine 3 bytes backward from ${address_zero}".
897
898 2019-08-15 Tom Tromey <tom@tromey.com>
899
900 * gdb.tui/empty.exp: Enable resizing tests.
901
902 2019-08-15 Tom Tromey <tromey@adacore.com>
903
904 * gdb.ada/char_enum.exp: Add regression tests.
905 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
906 and '0'.
907 (Char, Gchar): Update.
908 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
909
910 2019-08-15 Christian Biesinger <cbiesinger@google.com>
911
912 * gdb.python/python.exp: Expect a leading underscore on
913 GdbOutput{,Error}File.
914
915 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
916
917 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
918 Windows host.
919
920 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
921
922 * gdb.base/batch-preserve-term-settings.exp
923 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
924
925 2019-08-15 Christian Biesinger <cbiesinger@google.com>
926
927 * lib/gdb.exp: When running on a mingw target, replace
928 /x/ with x:/.
929
930 2019-08-14 Alan Hayward <alan.hayward@arm.com>
931
932 * gdb.arch/aarch64-prologue.c: New test.
933 * gdb.arch/aarch64-prologue.exp: New file.
934
935 2019-08-13 Tom de Vries <tdevries@suse.de>
936
937 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
938 Thread.
939
940 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
941
942 * gdb.python/py-completion.exp: Download the .py file to the host
943 and use its host pathname. Conditionalize tests that use
944 tab completion and manipulate files on the build machine.
945 * gdb.python/py-events.exp: Download the .py file to the host
946 and use its host pathname.
947 * gdb.python/py-evsignal.exp: Likewise.
948 * gdb.python/py-evthreads.exp: Likewise.
949 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
950 pathname syntax.
951 * gdb.python/py-framefilter.exp: Download the .py file to the right
952 place on the host. Match Windows pathname syntax.
953 * gdb.python/py-mi-var-info-path-expression.exp: Download the
954 .py file to the host and use its host pathname.
955 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
956 * gdb.python/py-objfile.exp: Expect a host pathname, not a
957 build pathname. Skip symlink test on Windows host. Add missing
958 newline at end of file.
959 * gdb.python/py-pp-maint.exp: Download the .py file to the host
960 and use its host pathname.
961 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
962 * gdb.python/py-section-script.exp: Use host location of binfile
963 on safe-path. Use correct path separator on Windows host.
964 Reorder alternatives in gdb_test_multiple to prevent matching
965 the wrong alternative on success.
966 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
967
968 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
969
970 * gdb.gdb/selftest.exp (test_with_self): Update test to now
971 expect the GDB inferior to no longer immediately stop after
972 being resumed with "signal SIGINT".
973
974 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
975
976 * gdb.linespec/break-ask.exp: Generalize regexps to match
977 Windows pathnames too.
978
979 2019-08-08 Tom de Vries <tdevries@suse.de>
980
981 PR testsuite/24862
982 * lib/tuiterm.exp (_accept): Fix CSI regexp.
983
984 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
985
986 * gdb.base/style.exp: Update tests for help doc new invariants.
987 * gdb.base/help.exp: Likewise.
988
989 2019-08-06 Tom Tromey <tom@tromey.com>
990
991 * gdb.base/style.exp: Add disassemble test.
992 * gdb.base/style.c (some_called_function): New function.
993 (main): Use it.
994
995 2019-08-05 Christian Biesinger <cbiesinger@google.com>
996
997 * gdb.python/py-block.exp: Test dictionary access on blocks.
998
999 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1000
1001 PR gdb/24863
1002 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1003 -list-thread-groups --available test when running under
1004 check-read1.
1005
1006 2019-08-05 Tom de Vries <tdevries@suse.de>
1007
1008 PR testsuite/24863
1009 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1010 * gdb.base/help.exp: Use with_read1_timeout_factor.
1011 * gdb.base/info-macros.exp: Same.
1012 * gdb.cp/nested-types.exp: Same.
1013
1014 2019-08-05 Tom de Vries <tdevries@suse.de>
1015
1016 * lib/gdb.exp (version_at_least): Factor out of ...
1017 (tcl_version_at_least): ... here.
1018 (gdb_compile): Fail if pie results in non-PIE executable.
1019 (readelf_version, readelf_prints_pie): New proc.
1020 (exec_is_pie): Return -1 if unknown.
1021
1022 2019-08-05 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1025
1026 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1027
1028 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1029
1030 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1031
1032 * lib/completion-support.exp (test_gdb_complete_none): Skip
1033 tab completion tests if no readline support.
1034 (test_gdb_complete_unique_re): Likewise.
1035 (test_gdb_complete_multiple): Likewise.
1036
1037 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1038
1039 * gdb.base/info_sources.exp: New file.
1040 * gdb.base/info_sources.c: New file.
1041 * gdb.base/info_sources_base.c: New file.
1042
1043 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1044
1045 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1046 prefix argument.
1047 (test_exit_status): Add prefix argument.
1048
1049 2019-08-01 Tom de Vries <tdevries@suse.de>
1050
1051 PR testsuite/24863
1052 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1053 calling exp_continue for new thread and thread exited messages.
1054
1055 2019-08-01 Tom de Vries <tdevries@suse.de>
1056
1057 PR testsuite/24863
1058 * gdb.base/structs.exp: Fix check-read1 timeout using
1059 gdb_test_sequence.
1060 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1061
1062 2019-08-01 Tom de Vries <tdevries@suse.de>
1063
1064 PR testsuite/24863
1065 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1066 line.
1067
1068 2019-08-01 Tom de Vries <tdevries@suse.de>
1069
1070 PR testsuite/24863
1071 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1072
1073 2019-07-30 Tom Tromey <tromey@adacore.com>
1074
1075 * gdb.ada/display_nested.exp: New file.
1076 * gdb.ada/display_nested/foo.adb: New file.
1077 * gdb.ada/display_nested/pack.adb: New file.
1078 * gdb.ada/display_nested/pack.ads: New file.
1079
1080 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1081
1082 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1083 namespace.
1084 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1085
1086 2019-07-30 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1089 instead.
1090
1091 2019-07-30 Tom de Vries <tdevries@suse.de>
1092
1093 PR testsuite/24834
1094 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1095 (exec_is_pie): New proc.
1096
1097 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1098
1099 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1100
1101 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1102
1103 * gdb.python/py-objfile.c: Add global and static vars.
1104 * gdb.python/py-objfile.exp: Test new functions Objfile.
1105 lookup_global_symbol and lookup_static_symbol.
1106
1107 2019-07-29 Tom Tromey <tom@tromey.com>
1108
1109 * lib/tuiterm.exp (Term::_csi_@): New proc.
1110 (Term::_csi_X): Don't move cursor.
1111
1112 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1113
1114 * gdb.base/options.exp: Update backtrace - completion to
1115 new option -frame-info.
1116 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1117 Test new 'set print frame-info'. Test backtrace -frame-info
1118 overriding 'set print frame-info'.
1119 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1120 Test new 'set print frame-info'.
1121 Verify consistency of backtrace with and without filters, with and
1122 without -no-filters.
1123 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1124 default.
1125
1126 2019-07-29 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1129 no arguments".
1130
1131 2019-07-29 Tom de Vries <tdevries@suse.de>
1132
1133 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1134 is a substring of the first for "complete non-unique file name".
1135
1136 2019-07-29 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1139 with ".*".
1140
1141 2019-07-29 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1144 Pass prompt_regexp parameter to gdb_test_multiple calls.
1145
1146 2019-07-29 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1149 print registers" regexps.
1150
1151 2019-07-29 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1154
1155 2019-07-29 Tom de Vries <tdevries@suse.de>
1156
1157 PR gdb/24855
1158 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1159 (skip_python_tests_prompt): Add prompt_regexp argument to
1160 gdb_test_multiple calls.
1161
1162 2019-07-27 Tom Tromey <tom@tromey.com>
1163
1164 * gdb.tui/main.exp: New file.
1165
1166 2019-07-27 Tom Tromey <tom@tromey.com>
1167
1168 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1169 optional.
1170 * gdb.tui/empty.exp: New file.
1171
1172 2019-07-27 Tom Tromey <tom@tromey.com>
1173
1174 * lib/tuiterm.exp (spawn): New proc.
1175 (Term::resize): New proc.
1176 * gdb.tui/resize.exp: New file.
1177
1178 2019-07-27 Tom Tromey <tom@tromey.com>
1179
1180 * gdb.tui/list.exp: New file.
1181
1182 2019-07-27 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.tui/regs.exp: New file.
1185
1186 2019-07-27 Tom Tromey <tom@tromey.com>
1187
1188 * gdb.tui/basic.exp: Add "layout split" test.
1189
1190 2019-07-27 Tom Tromey <tom@tromey.com>
1191
1192 * gdb.tui/basic.exp: Add "layout asm" test.
1193
1194 2019-07-27 Tom Tromey <tom@tromey.com>
1195
1196 * lib/tuiterm.exp: New file.
1197 * gdb.tui/basic.exp: New file.
1198
1199 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1200
1201 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1202 Enable tests associated with this flag. Adjust regex
1203 referencing "foo_low" to now refer to "foo_cold" instead.
1204
1205 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1206
1207 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1208 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1209 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1210 foo_cold. Revise comments to match.
1211 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1212 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1213 were wrapped into this proc; Call do_test in loop from outermost
1214 level.
1215 (foo_low): Rename all occurrences to "foo_cold".
1216 (backtrace from baz): New test.
1217 (x2/i foo_cold): New test.
1218 (info line *foo_cold): New test.
1219
1220 2019-07-26 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1223
1224 2019-07-25 Tom de Vries <tdevries@suse.de>
1225
1226 PR testsuite/24830
1227 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1228 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1229 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1230 (skip_libstdcxx_probe_tests): ... here.
1231 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1232
1233 2019-07-24 Tom de Vries <tdevries@suse.de>
1234
1235 PR testsuite/24807
1236 * gdb.objc/basicclass.m: Include stdio.h.
1237 * gdb.objc/nondebug.m: Same.
1238 * gdb.objc/objcdecode.m: Same.
1239
1240 2019-07-24 Tom de Vries <tdevries@suse.de>
1241
1242 PR testsuite/24612
1243 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1244 additional_flags.
1245
1246 2019-07-24 Tom de Vries <tdevries@suse.de>
1247
1248 PR testsuite/24831
1249 * gdb.multi/tids.exp: Update error messages for info threads.
1250
1251 2019-07-24 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.base/info-types.exp: Allow info types to print info for more than
1254 one file.
1255
1256 2019-07-23 Tom de Vries <tdevries@suse.de>
1257
1258 PR testsuite/24842
1259 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1260 gdb_spawn_with_cmdline_opts.
1261
1262 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1263
1264 * gdb.arch/arm-cmse-sgstubs.c: New test.
1265 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1266
1267 2019-07-23 Tom de Vries <tdevries@suse.de>
1268
1269 PR testsuite/24711
1270 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1271 issuing next command.
1272
1273 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.ada/info_auto_lang.exp: Update expected results.
1276 * gdb.base/info-types.c: Add additional types to check.
1277 * gdb.base/info-types.exp: Update expected results.
1278
1279 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 * gdb.base/info-types.c: New file.
1282 * gdb.base/info-types.exp: New file.
1283
1284 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.arch/riscv-bp-infcall.c: New file.
1287 * gdb.arch/riscv-bp-infcall.exp: New file.
1288
1289 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 PR breakpoints/24541
1292 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1293
1294 2019-07-14 Tom de Vries <tdevries@suse.de>
1295
1296 PR testsuite/24760
1297 * gdb.objc/basicclass.exp: Fix unterminated string.
1298
1299 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1300 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1303 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1304 negative bounds.
1305 * gdb.fortran/vla-value.exp: Print elements of an array with
1306 negative bounds.
1307 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1308 testing.
1309
1310 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.base/options.exp (expect_string): Dequote strings in
1313 results.
1314 (test-string): Test strings with different quoting and reindent.
1315
1316 2019-07-10 Tom Tromey <tromey@adacore.com>
1317
1318 * gdb.ada/mi_ex_cond.exp: Update expected results.
1319 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1320 * gdb.ada/mi_catch_ex.exp: Update expected results.
1321 * gdb.ada/mi_catch_assert.exp: Update expected results.
1322 * gdb.ada/catch_ex.exp (catch_exception_info)
1323 (catch_exception_entry, catch_assert_entry)
1324 (catch_unhandled_entry): Update.
1325 * gdb.ada/catch_assert_if.exp: Update expected results.
1326
1327 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1328 Stephen Roberts <stephen.roberts@arm.com>
1329
1330 * gdb.base/define.exp: Restore original prompt.
1331
1332 2019-07-09 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1335 breakpoints" output.
1336 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1337 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1338 throw" creates breakpoint.
1339 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1340 'type="catchpoint"'.
1341
1342 2019-07-09 Pedro Alves <palves@redhat.com>
1343
1344 PR c++/15468
1345 * gdb.cp/except-multi-location-lib.cc: New.
1346 * gdb.cp/except-multi-location-main.cc: New.
1347 * gdb.cp/except-multi-location.exp: New.
1348
1349 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1350
1351 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1352 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1353 argument and update callers.
1354
1355 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.arch/amd64-break-on-asm-line.S: New file.
1358 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1359
1360 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1361
1362 * gdb.base/printcmds.exp: Test printing C string and
1363 C wide string convenience vars without transiting via the inferior.
1364 Also make test names unique.
1365
1366 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1367
1368 PR breakpoints/25011
1369 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1370
1371 2019-07-04 Pedro Alves <palves@redhat.com>
1372
1373 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1374 body returned ok(0), break(3) or continue(4).
1375 * gdb.testsuite/foreach_with_prefix.exp: New file.
1376
1377 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1378
1379 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1380
1381 2019-07-03 Pedro Alves <palves@redhat.com>
1382
1383 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1384 "return -code".
1385
1386 2019-07-03 Pedro Alves <palves@redhat.com>
1387
1388 PR cli/24732
1389 * gdb.base/shell.exp: Load completion-support.exp.
1390 Adjust expected error output. Add completion tests.
1391
1392 2019-07-03 Pedro Alves <palves@redhat.com>
1393
1394 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1395 string_to_regexp.
1396
1397 2019-07-03 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1400 (expect_integer): Adjust to expect "-string".
1401 (expect_string): New.
1402 (all_options): Expect "-string".
1403 (test-flag, test-boolean): Adjust to expect "-string".
1404 (test-string): New proc.
1405 (top level): Call it.
1406
1407 2019-07-03 Pedro Alves <palves@redhat.com>
1408
1409 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1410 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1411 the expected output in the success.
1412
1413 2019-07-03 Pedro Alves <palves@redhat.com>
1414
1415 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1416 Split one gdb_test_multiple call in two to avoid a race.
1417
1418 2019-07-03 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.base/with.c: New file.
1421 * gdb.base/with.exp: New file.
1422
1423 2019-07-03 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/settings.exp: Replace all references to "maint
1426 test-settings set" with references to "maint set test-settings",
1427 and all references to "maint test-settings show" with references
1428 to "maint show test-settings".
1429
1430 2019-07-03 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.base/settings.exp (test-string): Adjust expected out when
1433 testing "maint test-settings show filename"
1434
1435 2019-07-02 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.base/options.exp (test-info-threads): New procedure.
1438 (top level): Call it.
1439
1440 2019-06-28 Tom Tromey <tromey@adacore.com>
1441
1442 * gdb.dwarf2/ada-linkage-name.c: New file.
1443 * gdb.dwarf2/ada-linkage-name.exp: New file.
1444
1445 2019-06-27 Tom Tromey <tromey@adacore.com>
1446
1447 PR c++/20020:
1448 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1449
1450 2019-06-26 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1453
1454 2019-06-26 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.base/index-cache.exp: Add back missing debug option.
1457
1458 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1459
1460 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1461
1462 2019-06-25 Tom de Vries <tdevries@suse.de>
1463
1464 PR testsuite/24727
1465 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1466
1467 2019-06-24 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1470
1471 2019-06-24 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1474 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1475 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1476
1477 2019-06-24 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1480
1481 2019-06-21 Tom de Vries <tdevries@suse.de>
1482
1483 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1484
1485 2019-06-21 Tom de Vries <tdevries@suse.de>
1486
1487 PR testsuite/24518
1488 PR ada/24713
1489 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1490 index.
1491
1492 2019-06-19 Tom Tromey <tromey@adacore.com>
1493
1494 * gdb.ada/length_cond.exp: Add intro comment.
1495
1496 2019-06-19 Tom Tromey <tromey@adacore.com>
1497
1498 * gdb.ada/length_cond.exp: New file.
1499 * gdb.ada/length_cond/length_cond.adb: New file.
1500 * gdb.ada/length_cond/pck.adb: New file.
1501 * gdb.ada/length_cond/pck.ads: New file.
1502
1503 2019-06-18 Tom de Vries <tdevries@suse.de>
1504
1505 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1506
1507 2019-06-18 Tom Tromey <tromey@adacore.com>
1508
1509 * gdb.base/list0.h: Add comment explaining control character.
1510
1511 2019-06-18 Tom de Vries <tdevries@suse.de>
1512
1513 * boards/fission.exp: Break up long debug_flags line.
1514
1515 2019-06-16 Tom de Vries <tdevries@suse.de>
1516
1517 PR gdb/24445
1518 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1519 generated index.
1520
1521 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 PR gdb/24686
1524 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1525 improve detection of bug gdb/24541.
1526
1527 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1528
1529 PR gdb/24669
1530 * gdb.base/index-cache.exp (uses_readnow,
1531 expecting_index_cache_use): Define global variable.
1532 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1533 expecting_index_cache_use.
1534
1535 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1536 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.fortran/pointers.f90: New file.
1539 * gdb.fortran/print_type.exp: New file.
1540 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1541 * gdb.fortran/vla-type.exp: Likewise.
1542 * gdb.fortran/vla-value.exp: Likewise.
1543 * gdb.mi/mi-vla-fortran.exp: Likewise.
1544
1545 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1548 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1549 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1550 as a stop reason.
1551
1552 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/annota1.exp: Update expected results.
1555 * gdb.cp/annota2.exp: Likewise.
1556 * gdb.cp/annota3.exp: Likewise.
1557
1558 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.base/style-logging.exp: Remove path from test name.
1561
1562 2019-06-14 Tom Tromey <tromey@adacore.com>
1563
1564 PR gdb/24502:
1565 * gdb.base/style-logging.exp: New file.
1566
1567 2019-06-14 Tom Tromey <tromey@adacore.com>
1568
1569 * gdb.base/symfile-warn.exp: New file.
1570 * gdb.base/symfile-warn.c: New file.
1571
1572 2019-06-14 Tom Tromey <tromey@adacore.com>
1573
1574 * gdb.base/annotate-symlink.exp: New file.
1575
1576 2019-06-14 Tom Tromey <tromey@adacore.com>
1577
1578 * gdb.ada/set_wstr.exp: Add reassignment test.
1579
1580 2019-06-14 Tom Tromey <tromey@adacore.com>
1581
1582 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1583 'unchecked_access and 'unrestricted_access as well.
1584
1585 2019-06-14 Tom Tromey <tromey@adacore.com>
1586
1587 PR ada/24539:
1588 * gdb.ada/vla.exp: Update tests.
1589 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1590 pragma.
1591
1592 2019-06-13 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.base/settings.exp (test-integer): Test junk after
1595 "unlimited".
1596
1597 2019-06-13 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/options.exp (test-thread-apply): New.
1600 (top level): Call it.
1601
1602 2019-06-13 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.base/options.exp (test-frame-apply): New.
1605 (top level): Test print commands with different "frame apply"
1606 prefixes.
1607
1608 2019-06-13 Pedro Alves <palves@redhat.com>
1609
1610 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1611 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1612 'max_completions' parameter and handle it.
1613 (test_gdb_completion_offers_commands): New.
1614
1615 2019-06-13 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1618
1619 2019-06-13 Pedro Alves <palves@redhat.com>
1620
1621 * gdb.base/options.exp (test-backtrace): New.
1622 (top level): Call it.
1623
1624 2019-06-13 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.guile/scm-frame-args.exp: Use "set print
1627 raw-frame-arguments" instead of "set print raw frame-arguments".
1628 * gdb.python/py-frame-args.exp: Likewise.
1629
1630 2019-06-13 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.compile/compile.exp: Adjust expected output to option
1633 processing changes.
1634
1635 2019-06-13 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/options.exp: Build executable.
1638 (test-print): New procedure.
1639 (top level): Call it, once for "print" and another for "compile
1640 print".
1641
1642 2019-06-13 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.base/options.c: New file.
1645 * gdb.base/options.exp: New file.
1646
1647 2019-06-13 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1650 that "o" is ambiguous.
1651
1652 2019-06-13 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.base/settings.c: New file.
1655 * gdb.base/settings.exp: New file.
1656
1657 2019-06-13 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.base/completion.exp: Fix comment typo.
1660
1661 2019-06-13 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1664 foo --1" test.
1665
1666 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1667
1668 * gdb.fortran/block-data.f: New.
1669 * gdb.fortran/block-data.exp: New.
1670
1671 2019-06-11 Tom de Vries <tdevries@suse.de>
1672
1673 PR testsuite/24521
1674 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1675 message.
1676
1677 2019-06-11 Tom de Vries <tdevries@suse.de>
1678
1679 PR testsuite/24521
1680 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1681
1682 2019-06-11 Tom de Vries <tdevries@suse.de>
1683
1684 * boards/readnow.exp: New file.
1685
1686 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.fortran/vla-sizeof.exp: Update expected results.
1689
1690 2019-06-06 Amos Bird <amosbird@gmail.com>
1691
1692 * gdb.base/annota1.exp (thread_switch): Add test for
1693 thread-exited annotation.
1694
1695 2019-06-06 Tom Tromey <tromey@adacore.com>
1696
1697 * gdb.base/maint.exp: Expect command started/finished output.
1698
1699 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1702 comment.
1703 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1704
1705 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1708 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1709 * gdb.arch/riscv-unwind-long-insn.c: New file.
1710 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1711
1712 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1713
1714 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1715
1716 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1717
1718 * lib/gdb.exp (help_list_trailer): New regexp variable
1719 factorizing the help trailer message.
1720 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1721 arg to allow to better factorize various tests.
1722 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1723 (test_prefix_command_help): Use help_list_trailer.
1724 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1725 * gdb.guile/scm-cmd.exp: Likewise.
1726 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1727 * gdb.base/help.exp: Use test_user_defined_class_help.
1728 * gdb.base/style.exp: Add tests for styling of help and apropos.
1729 * lib/gdb-utils.exp (style): Add title and highlight styles.
1730
1731 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1732
1733 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1734 $_shell_exitsignal.
1735 * gdb.base/default.exp: Update for new convenience variables.
1736
1737 2019-05-29 Tom Tromey <tromey@adacore.com>
1738
1739 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1740 to "break complete ada" test case's regexp.
1741
1742 2019-05-29 Tom Tromey <tromey@adacore.com>
1743
1744 PR c++/20020:
1745 * gdb.cp/constexpr-field.exp: New file.
1746 * gdb.cp/constexpr-field.cc: New file.
1747
1748 2019-05-29 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.base/finish.exp (finish_no_print): New proc.
1751 (finish_tests): Call it.
1752
1753 2019-05-24 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.dwarf2/gdb-add-index.exp: New file.
1756
1757 2019-05-22 Tom Tromey <tromey@adacore.com>
1758
1759 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1760 * gdb.base/style.exp: Use "style".
1761 * lib/gdb-utils.exp (style): New proc.
1762
1763 2019-05-22 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.base/align.exp: Require c++11.
1766
1767 2019-05-22 Tom de Vries <tdevries@suse.de>
1768
1769 PR testsuite/24586
1770 * gdb.python/py-mi-var-info-path-expression.exp: Call
1771 mi_skip_python_tests to check if python is supported.
1772
1773 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1774
1775 * gdb.arch/aarch64-pauth.c: New test.
1776 * gdb.arch/aarch64-pauth.exp: New file.
1777
1778 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1779
1780 * README (Re-running Tests Outside The Testsuite): New section.
1781
1782 2019-05-21 Tom de Vries <tdevries@suse.de>
1783
1784 * gdb.arch/amd64-eval.exp: Require c++11.
1785 * gdb.base/max-depth.exp: Same.
1786 * gdb.compile/compile-cplus-array-decay.exp: Same.
1787 * gdb.cp/meth-typedefs.exp: Same.
1788 * gdb.cp/subtypes.exp: Same.
1789 * gdb.cp/temargs.exp: Same.
1790
1791 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1792
1793 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1794
1795 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 PR gdb/18644
1798 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1799 * gdb.fortran/printing-types.exp: Add new test.
1800 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1801 testing.
1802 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1803 setup_kfail call.
1804
1805 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1806
1807 * README (Running the Testsuite): Change example.
1808 (Testsuite Parameters): Remove TRANSCRIPT.
1809 * lib/gdb.exp: Remove TRANSCRIPT check.
1810
1811 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1812
1813 * README (Testsuite Parameters): Add replay logging to
1814 GDBSERVER_DEBUG.
1815 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1816 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1817 as a comma separated list.
1818 (gdb_debug_init): Override procedure.
1819
1820 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1821
1822 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1823 (gdb_write_cmd_file): New procedure.
1824 * lib/gdbserver-support.exp (gdbserver_start): Call
1825 gdbserver_write_cmd_file.
1826 (gdbserver_write_cmd_file): New procedure.
1827
1828 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1829
1830 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1831 (delete_breakpoints): Likewise.
1832 (gdb_run_cmd): Likewise.
1833 (gdb_start_cmd): Likewise.
1834 (gdb_starti_cmd): Likewise.
1835 (gdb_internal_error_resync): Likewise.
1836 (gdb_test_multiple): Likewise.
1837 (gdb_reinitialize_dir): Likewise.
1838 (default_gdb_exit): Likewise.
1839 (gdb_file_cmd): Mark kill as optional.
1840 (default_gdb_start): Call gdb_stdin_log_init.
1841 (send_gdb): Call gdb_stdin_log_write.
1842 (rerun_to_main): Mark Y as an answer.
1843 (gdb_stdin_log_init): New function.
1844 (gdb_stdin_log_write): Likewise.
1845
1846 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1847
1848 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1849 * gdb.base/debug-expr.exp: Likewise.
1850 * gdb.base/foll-fork.exp: Likewise.
1851 * gdb.base/foll-vfork.exp: Likewise.
1852 * gdb.base/fork-print-inferior-events.exp: Likewise.
1853 * gdb.base/gdb-sigterm.exp: Likewise.
1854 * gdb.base/gdbinit-history.exp: Likewise.
1855 * gdb.base/osabi.exp: Likewise.
1856 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1857 * gdb.base/ui-redirect.exp: Likewise.
1858 * gdb.gdb/unittest.exp: Likewise.
1859 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1860 * gdb.mi/mi-watch.exp: Likewise.
1861 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1862 * gdb.mi/user-selected-context-sync.exp: Likewise.
1863 * gdb.python/python.exp: Disable debug test when debugging.
1864 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1865 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1866 Likewise.
1867 * gdb.threads/stepi-random-signal.exp: Likewise.
1868
1869 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1870
1871 * Makefile.in: Pass through GDB_DEBUG.
1872 * README (Testsuite Parameters): Add GDB_DEBUG.
1873 (gdb,debug): Add board setting.
1874 * lib/gdb.exp (default_gdb_start): Start debugging.
1875 (gdb_debug_enabled): New procedure.
1876 (gdb_debug_init): Likewise.
1877
1878 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1879
1880 * Makefile.in: Pass through GDB_DEBUG.
1881 * README (Testsuite Parameters): Add GDB_DEBUG.
1882 (gdb,debug): Add board setting.
1883 * lib/gdb.exp (default_gdb_start): Start debugging.
1884 (gdb_debug_enabled): New procedure.
1885 (gdb_debug_init): Likewise.
1886
1887 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1888
1889 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1890
1891 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1892
1893 * gdb.base/ui-redirect.exp: Test redirection.
1894
1895 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1896
1897 * gdb.mi/mi-complete.exp: New file.
1898 * gdb.mi/mi-complete.cc: Likewise.
1899
1900 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1901
1902 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1903 indexed and sliced arrays, and pointers to arrays.
1904
1905 2019-05-14 Tom Tromey <tromey@adacore.com>
1906
1907 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1908 styling test.
1909
1910 2019-05-14 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1913 selection entry encoding.
1914
1915 2019-05-10 Tom Tromey <tromey@adacore.com>
1916
1917 * gdb.ada/info_exc.exp: Add "complete" test.
1918
1919 2019-05-09 Tom de Vries <tdevries@suse.de>
1920
1921 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1922 CU-relative.
1923
1924 2019-05-09 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1927 CU-relative.
1928
1929 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1930
1931 * gdb.ada/frame_arg_lang.exp: New testcase.
1932 * gdb.ada/frame_arg_lang/bla.adb: New file.
1933 * gdb.ada/frame_arg_lang/pck.ads: New file.
1934 * gdb.ada/frame_arg_lang/pck.adb: New file.
1935 * gdb.ada/frame_arg_lang/foo.c: New file.
1936
1937 2019-05-08 Tom Tromey <tromey@adacore.com>
1938
1939 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1940
1941 2019-05-08 Tom Tromey <tromey@adacore.com>
1942
1943 * gdb.base/ptype-offsets.exp: Update tests.
1944
1945 2019-05-08 Tom Tromey <tromey@adacore.com>
1946
1947 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1948 cases.
1949 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1950 "short".
1951
1952 2019-05-08 Tom Tromey <tromey@adacore.com>
1953
1954 * gdb.ada/vla.exp: New file.
1955 * gdb.ada/vla/vla.adb: New file.
1956
1957 2019-05-07 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1960
1961 2019-05-07 Tom de Vries <tdevries@suse.de>
1962
1963 PR testsuite/24522
1964 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1965 section.
1966
1967 2019-05-07 Tom de Vries <tdevries@suse.de>
1968
1969 PR testsuite/24522
1970 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1971 .debug_aranges section.
1972
1973 2019-05-07 Tom de Vries <tdevries@suse.de>
1974
1975 PR testsuite/24159
1976 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1977
1978 2019-05-06 Tom de Vries <tdevries@suse.de>
1979
1980 * lib/gdb.exp (exec_has_index_section): New proc.
1981 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1982 section.
1983
1984 2019-05-04 Tom de Vries <tdevries@suse.de>
1985
1986 * boards/cc-with-debug-names.exp: New file.
1987
1988 2019-05-03 Tom Tromey <tromey@adacore.com>
1989
1990 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1991 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1992 * gdb.ada/char_enum.exp: Add test.
1993
1994 2019-05-03 Tom de Vries <tdevries@suse.de>
1995
1996 * boards/cc-with-gdb-index.exp: New file.
1997
1998 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.rust/simple.exp: Add new test case.
2001 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2002 (main): Initialise an instance of the new struct.
2003
2004 2019-05-01 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2007 record.
2008 (NPR): New variable.
2009 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2010 test.
2011
2012 2019-05-01 Tom Tromey <tromey@adacore.com>
2013
2014 * gdb.ada/packed_array_assign.exp: Add packed assignment
2015 regression test.
2016
2017 2019-05-01 Tom de Vries <tdevries@suse.de>
2018
2019 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2020
2021 2019-05-01 Tom de Vries <tdevries@suse.de>
2022
2023 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2024
2025 2019-04-30 Ali Tamur <tamur@google.com>
2026
2027 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2028
2029 2019-04-30 Tom Tromey <tromey@adacore.com>
2030
2031 * lib/ada.exp (find_ada_tool): New proc.
2032 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2033 * gdb.ada/catch_ex_std.exp: New file.
2034 * gdb.ada/catch_ex_std/foo.adb: New file.
2035 * gdb.ada/catch_ex_std/some_package.adb: New file.
2036 * gdb.ada/catch_ex_std/some_package.ads: New file.
2037
2038 2019-04-30 Tom Tromey <tromey@adacore.com>
2039
2040 PR c++/24470:
2041 * gdb.cp/temargs.cc: Add test code from PR.
2042
2043 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.fortran/vla-datatypes.exp: Update expected results.
2046 * gdb.fortran/vla-ptype.exp: Likewise.
2047 * gdb.fortran/vla-type.exp: Likewise.
2048 * gdb.fortran/vla-value.exp: Likewise.
2049
2050 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.fortran/ptr-indentation.exp: Update expected results.
2053 * gdb.fortran/ptype-on-functions.exp: Likewise.
2054 * gdb.fortran/vla-ptr-info.exp: Likewise.
2055 * gdb.fortran/vla-value.exp: Likewise.
2056
2057 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.fortran/ptype-on-functions.exp: New file.
2060 * gdb.fortran/ptype-on-functions.f90: New file.
2061
2062 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2063
2064 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2065 case void string.
2066
2067 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.fortran/complex.exp: Expand.
2070 * gdb.fortran/complex.f: Renamed to...
2071 * gdb.fortran/complex.f90: ...this, and extended to add more
2072 complex values.
2073
2074 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2077 MODULO, CMPLX.
2078
2079 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2080 Richard Bunt <richard.bunt@arm.com>
2081
2082 * gdb.base/max-depth.c: New file.
2083 * gdb.base/max-depth.exp: New file.
2084 * gdb.python/py-nested-maps.c: New file.
2085 * gdb.python/py-nested-maps.exp: New file.
2086 * gdb.python/py-nested-maps.py: New file.
2087 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2088 (test_all_common): Call test_max_depth.
2089 * gdb.fortran/max-depth.exp: New file.
2090 * gdb.fortran/max-depth.f90: New file.
2091 * gdb.go/max-depth.exp: New file.
2092 * gdb.go/max-depth.go: New file.
2093 * gdb.modula2/max-depth.exp: New file.
2094 * gdb.modula2/max-depth.c: New file.
2095 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2096
2097 2019-04-29 Tom de Vries <tdevries@suse.de>
2098
2099 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2100
2101 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2102
2103 * gdb.base/callexit.exp: Test may-call-functions off.
2104
2105 2019-04-25 Keith Seitz <keiths@redhat.com>
2106
2107 PR c++/24367
2108 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2109 (another_incomplete_struct, test_incomplete): New definitions.
2110 (main): Use new definitions.
2111 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2112 functions.
2113
2114 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2115
2116 PR corefiles/11608
2117 PR corefiles/18187
2118 * gdb.base/coredump-filter-build-id.exp: New file.
2119
2120 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2121
2122 * Makefile.in: Pass through GDBSERVER_DEBUG.
2123 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2124 (gdbserver,debug): Add board setting.
2125 * gdb.trace/tspeed.exp: Skip when debugging.
2126 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2127 * lib/gdbserver-support.exp: Likewise
2128
2129 2019-04-24 Tom Tromey <tromey@adacore.com>
2130
2131 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2132 Rust.
2133
2134 2019-04-24 Tom Tromey <tromey@adacore.com>
2135
2136 * gdb.arch/amd64-eval.exp: Test bitfield return.
2137 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2138 (class Foo) <return_bitfields>: New method.
2139 (main): Call it.
2140
2141 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.cp/many-args.cc: New file.
2144 * gdb.cp/many-args.exp: New file.
2145
2146 2019-04-23 Tom de Vries <tdevries@suse.de>
2147
2148 PR gdb/24433
2149 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2150
2151 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2152
2153 * gdb.trace/backtrace.exp: Use nopie flag.
2154 * gdb.trace/circ.exp: Likewise.
2155 * gdb.trace/collection.exp: Likewise.
2156 * gdb.trace/ftrace.exp: Likewise.
2157 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2158 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2159 * gdb.trace/qtro.exp: Likewise.
2160 * gdb.trace/read-memory.exp: Likewise.
2161 * gdb.trace/report.exp: Likewise.
2162 * gdb.trace/tfile.exp: Likewise.
2163 * gdb.trace/tfind.exp: Likewise.
2164 * gdb.trace/unavailable.exp: Likewise.
2165
2166 2019-04-22 Pedro Alves <palves@redhat.com>
2167
2168 * gdb.base/solib-probes-nosharedlibrary.c,
2169 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2170
2171 2019-04-19 Tom Tromey <tromey@adacore.com>
2172
2173 * gdb.ada/ptype_union.c: New file.
2174 * gdb.ada/ptype_union.exp: New file.
2175
2176 2019-04-19 Tom Tromey <tromey@adacore.com>
2177
2178 PR symtab/24423:
2179 * gdb.base/list0.h (foo): Add a control-l character.
2180
2181 2019-04-18 Tom de Vries <tdevries@suse.de>
2182
2183 PR gdb/24433
2184 * boards/local-board.exp: Set sysroot to "".
2185
2186 2019-04-18 Tom de Vries <tdevries@suse.de>
2187 Pedro Alves <palves@redhat.com>
2188
2189 PR gdb/24454
2190 * gdb.threads/vfork-follow-child-exec.c: New file.
2191 * gdb.threads/vfork-follow-child-exec.exp: New file.
2192 * gdb.threads/vfork-follow-child-exit.c: New file.
2193 * gdb.threads/vfork-follow-child-exit.exp: New file.
2194
2195 2019-04-15 Leszek Swirski <leszeks@google.com>
2196
2197 * gdb.arch/amd64-eval.cc: New file.
2198 * gdb.arch/amd64-eval.exp: New file.
2199
2200 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2201
2202 * gdb.server/sysroot.c: New test.
2203 * gdb.server/sysroot.exp: New file.
2204 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2205 matching param.
2206
2207 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.base/align.exp: Extend test to cover structures containing
2210 only static fields.
2211
2212 2019-04-11 Tom de Vries <tdevries@suse.de>
2213
2214 * boards/cc-with-dwz-m.exp: New file.
2215 * boards/cc-with-dwz.exp: New file.
2216 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2217
2218 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2219
2220 * gdb.base/start-cpp.exp: New file.
2221 * gdb.base/start-cpp.cc: New file.
2222
2223 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2224
2225 * gdb.python/py-thrhandle.exp: Adjust tests to call
2226 thread_from_handle instead of thread_from_thread_handle.
2227
2228 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2229
2230 * gdb.python/py-thrhandle.exp: Add tests for
2231 gdb.InferiorThread.handle.
2232
2233 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.python/py-function.exp: Check calling helper function from
2236 all languages.
2237 * lib/gdb.exp (gdb_supported_languages): New proc.
2238
2239 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.base/complex-parts.c: New file.
2242 * gdb.base/complex-parts.exp: New file.
2243
2244 2019-04-01 Tom Tromey <tromey@adacore.com>
2245
2246 PR symtab/23331:
2247 * gdb.dwarf2/dw2-ranges-main.c: New file.
2248 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2249 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2250
2251 2019-03-30 Simon Marchi <simark@simark.ca>
2252
2253 * gdb.base/default.exp: Add values for $_gdb_major and
2254 $_gdb_minor.
2255
2256 2019-03-29 Tom Tromey <tromey@adacore.com>
2257
2258 * gdb.base/help.exp: Tighten apropos regexp.
2259
2260 2019-03-29 Keith Seitz <keiths@redhat.com>
2261
2262 * gdb.fortran/array-bounds.exp: New file.
2263 * gdb.fortran/array-bounds.f90: New file.
2264
2265 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2266
2267 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2268
2269 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2270
2271 * gdb.multi/hello.c (main): Increase alarm timer.
2272
2273 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2274
2275 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2276 factor when no hardware watchpoint support.
2277
2278 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2279 Pedro Alves <palves@redhat.com>
2280
2281 * boards/local-board.exp: set sysroot to /.
2282
2283 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2284
2285 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2286 in child.
2287
2288 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2291 field.
2292 (make_container): Initialise new field.
2293 * gdb.python/py-prettyprint.exp: Add new tests.
2294 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2295 <display_hint>: New method.
2296
2297 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2300 gdb_continue_to_breakpoint more throughout this test.
2301 (run_lang_tests) Supply unique test names, and use
2302 gdb_test_no_output.
2303
2304 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2305
2306 * gdb.base/finish-pretty.exp: Update expected results.
2307 * gdb.base/pretty-print.c: New file.
2308 * gdb.base/pretty-print.exp: New file.
2309
2310 2019-03-25 Pedro Alves <palves@redhat.com>
2311
2312 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2313 move comments outside list. Append '-i "" eof' section.
2314
2315 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2316
2317 PR testsuite/25016
2318 * README: Add pie options.
2319 * gdb.base/break-interp.exp: Ensure pie is disabled.
2320 * gdb.base/dump.exp: Likewise.
2321 * lib/gdb.exp (gdb_compile): Add pie option.
2322
2323 2019-03-19 Tom Tromey <tromey@adacore.com>
2324
2325 * gdb.mi/mi2-cli-display.c: New file.
2326 * gdb.mi/mi2-cli-display.exp: New file.
2327
2328 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2329 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.ada/ptype_array/pck.adb: New file.
2332 * gdb.ada/ptype_array/pck.ads: New file.
2333 * gdb.ada/ptype_array/foo.adb: New file.
2334 * gdb.ada/ptype_array.exp: New file.
2335
2336 2019-03-14 Tom Tromey <tromey@adacore.com>
2337
2338 * gdb.base/style.exp: Add "set style sources" test.
2339
2340 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2341
2342 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2343 * mi-breakpoint-multiple-locations.exp: ... this.
2344 (make_breakpoints_pattern): New proc.
2345 (do_test): Add mi_version parameter, test -break-insert,
2346 -break-info and =breakpoint-created.
2347
2348 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * config/default.exp: Remove 'load_lib gdb.exp'.
2351 * config/monitor.exp: Likewise.
2352 * config/sid.exp: Likewise.
2353 * config/sim.exp: Likewise.
2354 * config/slite.exp: Likewise.
2355 * config/unix.exp: Likewise.
2356 * gdb.base/default.exp: Remove unhelpful comment.
2357
2358 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2361
2362 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2363
2364 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2365
2366 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.fortran/type-kinds.exp: Update expected results.
2369
2370 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2373
2374 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2377 function.
2378 (test_basic_parsing_of_type_kinds): Expand types tested.
2379 (test_parsing_invalid_type_kinds): New function.
2380
2381 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 * gdb.fortran/intrinsics.exp: New file.
2384 * gdb.fortran/intrinsics.f90: New file.
2385 * gdb.fortran/type-kinds.exp: New file.
2386
2387 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.fortran/dot-ops.exp: New file.
2390
2391 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2394 Check upper and lower case logical literals.
2395
2396 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2399 Remove duplicate tests.
2400
2401 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2402
2403 * lib/gdb.exp (builtin_cd): rename of cd.
2404 (cd): Override builtin.
2405
2406 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2407
2408 * gdb.fortran/function-calls.exp: New file.
2409 * gdb.fortran/function-calls.f90: New test.
2410
2411 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2412
2413 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2414 on user program standard output.
2415 * gdb.fortran/short-circuit-argument-list.f90: Record function
2416 calls.
2417
2418 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2419
2420 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2421 failure.
2422
2423 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2424
2425 PR gdb/8527
2426 * gdb.base/interrupt-daemon-attach.c,
2427 gdb.base/interrupt-daemon-attach.exp: New test.
2428
2429 2019-02-27 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.base/page.exp: Add tests for "set width/height -1".
2432
2433 2019-02-27 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/page.exp: Add tests for "set/show width/height" with
2436 "infinite" values.
2437
2438 2019-02-27 Tom Tromey <tromey@adacore.com>
2439
2440 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2441 2.4.
2442 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2443 workaround.
2444
2445 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2448 tests for structs with static members.
2449
2450 2019-02-26 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2453 ValueError, not TypeError.
2454
2455 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2456
2457 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2458 call from main program.
2459
2460 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2461
2462 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2463 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2464 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2465 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2466 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2467
2468 2019-02-22 Keith Seitz <keiths@redhat.com>
2469
2470 PR symtab/23853
2471 * gdb.base/symlink-sourcefile.c: New file.
2472 * gdb.base/symlink-sourcefile.exp: New file.
2473
2474 2019-02-20 Tom Tromey <tom@tromey.com>
2475
2476 * gdb.base/info_qt.exp: Update.
2477
2478 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2479
2480 * gdb.base/source.exp: Move "error in sourced script" code to
2481 the end.
2482 * gdb.base/source-error.gdb: Move contents to
2483 source-error-1.gdb. Add new code to source source-error-1.gdb.
2484 * gdb.base/source-error-1.gdb: New file, from previous
2485 source-error.gdb.
2486
2487 2019-02-17 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2490 for macro styling.
2491 * gdb.base/style.c (SOME_MACRO): New macro.
2492
2493 2019-02-17 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.base/style.exp: Add line-wrapping tests.
2496 * gdb.base/page.exp: Add test for quitting during pagination.
2497
2498 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2499
2500 * gdb.ada/big_packed_array: New testcase.
2501 * gdb.ada/homonym.exp: Fix incorrect expected output for
2502 "break <homonym__get_value>" test.
2503
2504 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2505
2506 PR breakpoints/21870
2507 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2508 and prepare_for_testing. Add comment.
2509 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2510 redundant cleanup call. Clean up comment.
2511
2512 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2513
2514 PR breakpoints/21870
2515 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2516 * gdb.arch/aarch64-dbreg-contents.c: New file.
2517
2518 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.ada/mi_ref_changeable: New testcase.
2521
2522 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2523
2524 * gdb.base/attach.exp: Add double attach test.
2525
2526 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2527
2528 * lib/gdb.exp (default_gdb_start): Don't match pagination
2529 prompt.
2530 (gdb_init): Set stty_init.
2531
2532 2019-01-27 Tom Tromey <tom@tromey.com>
2533
2534 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2535 skip_python_tests.
2536
2537 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2538
2539 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2540 New structure.
2541 (struct struct_static_02_02): Likewise.
2542 (struct struct_static_02_03): Likewise.
2543 (struct struct_static_02_04): Likewise.
2544 (struct struct_static_04_01): Likewise.
2545 (struct struct_static_04_02): Likewise.
2546 (struct struct_static_04_03): Likewise.
2547 (struct struct_static_04_04): Likewise.
2548 (struct struct_static_06_01): Likewise.
2549 (struct struct_static_06_02): Likewise.
2550 (struct struct_static_06_03): Likewise.
2551 (struct struct_static_06_04): Likewise.
2552 (cmp_struct_static_02_01): Likewise.
2553 (cmp_struct_static_02_02): Likewise.
2554 (cmp_struct_static_02_03): Likewise.
2555 (cmp_struct_static_02_04): Likewise.
2556 (cmp_struct_static_04_01): Likewise.
2557 (cmp_struct_static_04_02): Likewise.
2558 (cmp_struct_static_04_03): Likewise.
2559 (cmp_struct_static_04_04): Likewise.
2560 (cmp_struct_static_06_01): Likewise.
2561 (cmp_struct_static_06_02): Likewise.
2562 (cmp_struct_static_06_03): Likewise.
2563 (cmp_struct_static_06_04): Likewise.
2564 (call_all): Test new structs.
2565 * gdb.base/infcall-nested-structs.exp: Likewise.
2566
2567 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2568 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2569
2570 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2571 * gdb.base/stack-protector.c: New test.
2572 * gdb.base/stack-protector.exp: New file.
2573 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2574 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2575 option.
2576 (gdb_compile): Remove stack protector for GCC and prevent
2577 recursion.
2578
2579 2019-01-16 Keith Seitz <keiths@redhat.com>
2580
2581 PR gdb/23773
2582 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2583
2584 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2585
2586 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2587 aliases.
2588 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2589 tests.
2590 * gdb.arch/powerpc-vector-regs.c: New file.
2591 * gdb.arch/powerpc-vector-regs.exp: New file.
2592
2593 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2594
2595 * gdb.arch/altivec-regs.exp: Fix the list passed to
2596 gdb_expect_list when testing "info vector".
2597
2598 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2599
2600 * gdb.base/style.exp: Don't include path in testname.
2601
2602 2019-01-10 Keith Seitz <keiths@redhat.com>
2603
2604 PR gdb/23712
2605 PR symtab/23010
2606 * gdb.dwarf2/multidictionary.exp: New file.
2607
2608 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2609
2610 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2611 (test_gnuv3_style_demangling): ... this.
2612 (test_lucid_style_demangling): Remove.
2613 (test_arm_style_demangling): Remove.
2614 (test_hp_style_demangling): Remove.
2615 (do_tests): Remove calls to the above.
2616
2617 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2620 case.
2621
2622 2019-01-06 Tom Tromey <tom@tromey.com>
2623
2624 PR gdb/28155:
2625 * gdb.dwarf2/typedef-void-finish.exp: New file.
2626
2627 2018-12-28 Tom Tromey <tom@tromey.com>
2628 Simon Marchi <simark@simark.ca>
2629
2630 * gdb.base/jit-exec.exp: New file.
2631 * gdb.base/jit-exec.c: New file.
2632 * gdb.base/jit-execd.c: New file.
2633
2634 2018-12-28 Tom Tromey <tom@tromey.com>
2635
2636 * gdb.base/style.exp: Update test to check for address styling.
2637
2638 2018-12-28 Tom Tromey <tom@tromey.com>
2639
2640 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2641 message.
2642
2643 2018-12-28 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.base/style.exp: Add test for version number styling.
2646
2647 2018-12-28 Tom Tromey <tom@tromey.com>
2648
2649 * gdb.base/style.exp: Add test for print_address_symbolic.
2650
2651 2018-12-28 Tom Tromey <tom@tromey.com>
2652
2653 * gdb.base/style.exp: Add test for breakpoint setting.
2654
2655 2018-12-28 Tom Tromey <tom@tromey.com>
2656
2657 * gdb.base/style.exp: Add test for variable names.
2658
2659 2018-12-28 Tom Tromey <tom@tromey.com>
2660
2661 * gdb.base/style.exp: New file.
2662 * gdb.base/style.c: New file.
2663
2664 2018-12-28 Tom Tromey <tom@tromey.com>
2665
2666 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2667 "dumb".
2668 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2669 the TERM environment variable.
2670
2671 2018-12-27 Tom Tromey <tom@tromey.com>
2672
2673 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2674 pagination test.
2675
2676 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2679 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2680
2681 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2682
2683 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2684 Filename a.adb changed to bp_fun_addr.adb.
2685 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2686
2687 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2688
2689 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2690 non-PIE executables.
2691 * README: Mention the gdb,nopie_flag board setting.
2692 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2693 non-PIE executable.
2694 * gdb.arch/amd64-entry-value.exp: Likewise.
2695 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2696 * gdb.arch/i386-float.exp: Likewise.
2697 * gdb.arch/i386-signal.exp: Likewise.
2698 * gdb.mi/mi-reg-undefined.exp: Likewise.
2699
2700 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2701
2702 PR gdb/23974
2703 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2704
2705 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2706
2707 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2708 Update order of results accordingly.
2709
2710 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.base/annota1.exp: Update a test regexp.
2713
2714 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2717
2718 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2719
2720 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2721 (reuse_time): Initialize to REUSE_TIME_CAP.
2722 (check_rc): New function.
2723 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2724 Check pthread_create rc.
2725 (spawner_thread_func): Check pthread_create and pthread_join rc.
2726
2727 2018-12-08 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.base/list.exp (test_forward_search): Rename to ...
2730 (test_forward_reverse_search): ... this. Also test reverse-search
2731 and the forward-search alias.
2732
2733 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2736 local timeout variable before return, and remove all local timeout
2737 variable entirely.
2738 (gdb_load): Likewise.
2739
2740 2018-12-01 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.base/gdb-caching-proc.exp: New file.
2743
2744 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2745
2746 * Makefile.in (TIMESTAMP): New variable.
2747 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2748 command.
2749 (check-single-racy): Likewise.
2750 (check/%.exp): Likewise.
2751 (check-racy/%.exp): Likewise.
2752 (workers/%.worker): Likewise.
2753 (build-perf): Likewise.
2754 (check-perf): Likewise.
2755 * README: Describe new "TS" and "TS_FORMAT" variables.
2756 * print-ts.py: New file.
2757
2758 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2759
2760 PR python/23714
2761 * gdb.python/python.exp: Test command repetition after
2762 gdb.execute.
2763
2764 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2767 is correctly aligned.
2768
2769 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2770
2771 * gdb.ada/info_auto_lang.exp: New testcase.
2772 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2773 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2774 * gdb.ada/info_auto_lang/some_c.c: New file.
2775
2776 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2777
2778 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2779 FUNC_lang language syntax.
2780
2781 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2782
2783 * gdb.base/info_minsym.c: New file.
2784 * gdb.base/info_minsym.exp: New file.
2785
2786 2018-11-19 Tom Tromey <tom@tromey.com>
2787
2788 PR rust/23625:
2789 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2790 * gdb.rust/expr.exp: Update expected output. Change one test.
2791
2792 2018-11-19 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2795
2796 2018-11-19 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2799 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2800 see the expected warning.
2801
2802 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2803
2804 PR gdb/22736:
2805 * gdb.cp/infcall-nodebug-lib.c: New test.
2806 * gdb.cp/infcall-nodebug-main.c: New test.
2807 * gdb.cp/infcall-nodebug.exp: New file.
2808
2809 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2810
2811 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2812 completer tests.
2813
2814 2018-11-09 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.base/msym-lang.c: New test.
2817 * gdb.base/msym-lang.exp: New file.
2818 * gdb.base/msym-lang-main.c: New test.
2819
2820 2018-11-08 Tom Tromey <tom@tromey.com>
2821
2822 PR gdb/23555:
2823 PR gdb/23838:
2824 * gdb.base/warning.exp: New file.
2825
2826 2018-11-08 Jan Beulich <jbeulich@suse.com>
2827
2828 * testsuite/gdb.arch/i386-avx512.c,
2829 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2830
2831 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2834 point hardware.
2835
2836 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2839 * gdb.dwarf2/missing-type-name.exp: New file.
2840
2841 2018-11-06 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.base/many-headers.c: New test.
2844 * gdb.base/many-headers.exp: New file.
2845
2846 2018-11-06 Jim Wilson <jimw@sifive.com>
2847
2848 * gdb.base/code_elim.exp: For riscv, set additional_flags
2849 to include -msmall-data-limit=0.
2850
2851 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2852
2853 * gdb.ada/watch_minus_l: New testcase.
2854
2855 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2856
2857 * gdb.arch/aix-sighandle.c: New file.
2858 * gdb.arch/aix-sighandle.exp: New file.
2859
2860 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2863 registers being unions.
2864
2865 2018-10-31 Tom de Vries <tdevries@suse.de>
2866
2867 * lib/valgrind.exp: New file.
2868 (vgdb_start, vgdb_stop): New procs, factored out of ...
2869 * gdb.base/valgrind-bt.exp: ... here, ...
2870 * gdb.base/valgrind-disp-step.exp: ... here and ...
2871 * gdb.base/valgrind-infcall.exp: ... here.
2872
2873 2018-10-31 Tom de Vries <tdevries@suse.de>
2874
2875 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2876
2877 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.dwarf2/void-type.c: New file.
2880 * gdb.dwarf2/void-type.exp: New file.
2881
2882 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2883
2884 * gdb.base/info_qt.c: New file.
2885 * gdb.base/info_qt.exp: New file.
2886
2887 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2888
2889 * gdb.arch/powerpc-htm-regs.c: New file.
2890 * gdb.arch/powerpc-htm-regs.exp: New file.
2891
2892 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2893
2894 * gdb.arch/powerpc-tar.c: New file.
2895 * gdb.arch/powerpc-tar.exp: New file.
2896
2897 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2898
2899 * gdb.arch/powerpc-ppr-dscr.c: New file.
2900 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2901
2902 2018-10-25 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2905
2906 2018-10-24 Tom de Vries <tdevries@suse.de>
2907
2908 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2909 longer exists error.
2910
2911 2018-10-24 Tom de Vries <tdevries@suse.de>
2912
2913 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2914
2915 2018-10-24 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2918 --db-attach in valgrind.
2919
2920 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.arch/riscv-reg-aliases.c: New file.
2923 * gdb.arch/riscv-reg-aliases.exp: New file.
2924
2925 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2926
2927 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2928
2929 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2930
2931 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2932
2933 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2934
2935 * gdb.cp/ovldbreak.exp: Fix regexps.
2936
2937 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2938
2939 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2940
2941 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2942
2943 PR cli/23785
2944 * gdb.base/restore.exp: New test to check if "restore" with an
2945 invalid file doesn't segfault.
2946
2947 2018-10-18 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2950 * gdb.ada/excep_handle.exp: Same.
2951 * gdb.ada/mi_string_access.exp: Same.
2952 * gdb.ada/mi_var_union.exp: Same.
2953 * gdb.arch/arc-analyze-prologue.exp: Same.
2954 * gdb.arch/arc-decode-insn.exp: Same.
2955 * gdb.base/readnever.exp: Same.
2956 * gdb.fortran/printing-types.exp: Same.
2957 * gdb.guile/scm-lazy-string.exp: Same.
2958
2959 2018-10-16 Tom de Vries <tdevries@suse.de>
2960
2961 PR gdb/23730
2962 * gdb.base/catch-follow-exec.c: Add copyright notice.
2963 * gdb.base/catch-follow-exec.exp: Rewrite to use
2964 gdb_spawn_with_cmdline_opts. Require gdb-native.
2965
2966 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2967
2968 * gdb.trace/actions-changed.exp: Check for arch support.
2969 * gdb.trace/actions.exp: Likewise.
2970 * gdb.trace/ax.exp: Likewise.
2971 * gdb.trace/backtrace.exp: Likewise.
2972 * gdb.trace/change-loc.exp: Likewise.
2973 * gdb.trace/deltrace.exp: Likewise.
2974 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2975 * gdb.trace/ftrace.exp: Likewise.
2976 * gdb.trace/infotrace.exp: Check for arch support.
2977 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2978 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2979 * gdb.trace/mi-tsv-changed.exp: Likewise.
2980 * gdb.trace/packetlen.exp: Likewise.
2981 * gdb.trace/passc-dyn.exp: Likewise.
2982 * gdb.trace/passcount.exp: Likewise.
2983 * gdb.trace/pending.exp: Likewise.
2984 * gdb.trace/range-stepping.exp: Check for shlib support.
2985 * gdb.trace/report.exp: Check for arch support.
2986 * gdb.trace/save-trace.exp: Likewise.
2987 * gdb.trace/signal.exp: Check for signal support.
2988 * gdb.trace/tfind.exp: Check for arch support.
2989 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2990 * gdb.trace/trace-common.h: Add comment.
2991 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2992 * gdb.trace/trace-enable-disable.exp: Likewise.
2993 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2994 * gdb.trace/tracecmd.exp: Check for arch support.
2995 * gdb.trace/tspeed.exp: Check for shlib and target support.
2996 * gdb.trace/tstatus.exp: Check for arch support.
2997 * gdb.trace/tsv.exp: Likewise.
2998 * gdb.trace/while-dyn.exp: Likewise.
2999 * gdb.trace/while-stepping.exp: Likewise.
3000 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3001
3002 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3003
3004 * gdb.trace/tspeed.exp: Remove nowarnings.
3005 (prepare_for_trace_test): Declare "global ipalib".
3006 * gdb.trace/tspeed.c: Include unistd.h.
3007 (main): Remove superfluous printf argument.
3008
3009 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3010
3011 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3012 directory prefix on the filename.
3013
3014 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3015
3016 * gdb.gdb/unittest.exp: Update expected message informing that
3017 selftests have been disabled.
3018 * gdb.server/unittest.exp: Likewise.
3019
3020 2018-10-09 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3023 with runto_main.
3024
3025 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3026
3027 PR c++/16841
3028 * gdb.cp/virtbase2.cc: New file.
3029 * gdb.cp/virtbase2.exp: New file.
3030
3031 2018-10-06 Tom Tromey <tom@tromey.com>
3032
3033 PR python/19399:
3034 * gdb.python/py-inferior.exp: Add architecture test.
3035
3036 2018-10-06 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3039 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3040
3041 2018-10-06 Tom Tromey <tom@tromey.com>
3042
3043 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3044 of a "throw" catchpoint.
3045
3046 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 * gdb.base/info-proc.exp: Update string expected from "help info
3049 proc".
3050
3051 2018-10-04 Tom Tromey <tom@tromey.com>
3052
3053 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3054 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3055 (test_initial_complaints, test_empty_complaints): Update.
3056 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3057
3058 2018-10-04 Tom Tromey <tom@tromey.com>
3059
3060 PR cli/19551:
3061 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3062 * lib/gdb.exp (gdb_file_cmd): Update.
3063 * gdb.stabs/weird.exp (print_weird_var): Update.
3064 * gdb.server/solib-list.exp: Update.
3065 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3066 * gdb.mi/mi-cli.exp: Update.
3067 * gdb.linespec/linespec.exp: Update.
3068 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3069 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3070 * gdb.cp/cp-relocate.exp: Update.
3071 * gdb.base/sym-file.exp: Update.
3072 * gdb.base/relocate.exp: Update.
3073 * gdb.base/readnever.exp: Update.
3074 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3075 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3076 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3077 * gdb.base/code_elim.exp: Update.
3078 * gdb.base/break-unload-file.exp (test_break): Update.
3079 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3080 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3081 Update.
3082 * gdb.base/attach.exp (do_attach_tests): Update.
3083 * gdb.base/sepdebug.exp: Update.
3084 * gdb.python/py-section-script.exp: Update.
3085
3086 2018-10-04 Tom Tromey <tom@tromey.com>
3087
3088 PR cli/22234:
3089 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3090 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3091 output.
3092
3093 2018-10-04 Tom Tromey <tom@tromey.com>
3094
3095 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3096 set width and height to 0.
3097 (test_command_line_attach_run): Use -quiet.
3098
3099 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3100
3101 * lib/gdb.exp (skip_ifunc_tests): New.
3102 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3103 other compile failures.
3104 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3105
3106 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3107
3108 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3109 is_amd64_regs_target.
3110
3111 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3112
3113 * gdb.arch/aarch64-sighandler-regs.c: New test.
3114 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3115 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3116
3117 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3118
3119 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3120 assembly.
3121
3122 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.base/frame-selection.exp: New file.
3125 * gdb.base/frame-selection.c: New file.
3126
3127 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3128
3129 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3130 pthread barrier.
3131 (main): Likewise.
3132
3133 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.base/large-frame-1.c: New file.
3136 * gdb.base/large-frame-2.c: New file.
3137 * gdb.base/large-frame.exp: New file.
3138 * gdb.base/large-frame.h: New file.
3139
3140 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3141
3142 PR gdb/20948
3143 * gdb.base/write_mem.exp: New test.
3144 * gdb.base/write_mem.c: Likewise.
3145
3146 2018-09-23 Tom Tromey <tom@tromey.com>
3147
3148 PR python/18852:
3149 * gdb.python/py-parameter.exp: Add test for parameter that throws
3150 on "set".
3151
3152 2018-09-23 Tom Tromey <tom@tromey.com>
3153
3154 PR python/17284:
3155 * gdb.python/py-template.exp (test_template_arg): Add test for
3156 negative template argument number.
3157
3158 2018-09-23 Tom Tromey <tom@tromey.com>
3159
3160 PR python/14062:
3161 * gdb.python/python.exp: Add test for post_event error.
3162
3163 2018-09-23 Tom Tromey <tom@tromey.com>
3164
3165 PR python/18170:
3166 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3167 convert pointers to int and long.
3168
3169 2018-09-23 Tom Tromey <tom@tromey.com>
3170
3171 PR python/20126:
3172 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3173 signed-ness conversion tests.
3174
3175 2018-09-23 Tom Tromey <tom@tromey.com>
3176
3177 PR python/18352;
3178 * gdb.python/py-value.exp (test_float_conversion): New proc.
3179 Use it.
3180
3181 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3182
3183 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3184
3185 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3186
3187 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3188 no readline.
3189 * gdb.base/utf8-identifiers.exp: Likewise.
3190 * gdb.cp/cpcompletion.exp: Likewise.
3191 * gdb.linespec/cpcompletion.exp: Likewise.
3192 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3193 * gdb.linespec/cpls-ops.exp: Likewise.
3194
3195 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3196 Chris January <chris.january@arm.com>
3197
3198 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3199 * gdb.fortran/short-circuit-argument-list.exp: New file.
3200 * gdb.fortran/short-circuit-argument-list.f90: New test.
3201
3202 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3203
3204 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3205 "arch=" keyword when executing "-stack-list-frames".
3206
3207 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3208
3209 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3210 "arch=" keyword when executing "-stack-list-frames".
3211
3212 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3215 break ada".
3216
3217 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3218
3219 PR python/23669
3220 * gdb.python/python.exp: Test gdb.execute("show commands").
3221
3222 2018-09-16 Tom Tromey <tom@tromey.com>
3223
3224 * gdb.base/new-ui.exp (do_execution_tests): Update.
3225 * gdb.base/dbx.exp (test_breakpoints): Update.
3226
3227 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3228
3229 * lib/gdb.exp (gdb_simple_compile): Add proc.
3230 (is_elf_target): Use gdb_simple_compile.
3231 (skip_altivec_tests): Likewise.
3232 (skip_vsx_tests): Likewise.
3233 (skip_tsx_tests): Likewise.
3234 (skip_btrace_tests): Likewise.
3235 (skip_btrace_pt_tests): Likewise.
3236 (gdb_can_simple_compile): Likewise.
3237 (gdb_has_argv0): Likewise.
3238 (gdb_target_symbol_prefix): Likewise.
3239 (target_supports_scheduler_locking): Likewise.
3240
3241 2018-09-13 Tom Tromey <tom@tromey.com>
3242
3243 * Makefile.in (TAGS): Recognize proc_with_prefix and
3244 gdb_caching_proc.
3245
3246 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3247
3248 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3249 method.
3250
3251 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3252
3253 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3254 and a few other Inferior properties when the Inferior is no
3255 longer valid.
3256
3257 2018-09-13 Tom Tromey <tom@tromey.com>
3258
3259 PR rust/23650:
3260 * gdb.rust/simple.exp: Add test for enum field access error.
3261
3262 2018-09-13 Tom Tromey <tom@tromey.com>
3263
3264 PR rust/23626:
3265 * gdb.rust/simple.rs (EmptyEnum): New type.
3266 (main): Use it.
3267 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3268
3269 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3270
3271 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3272 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3273 * gdb.python/py-symtab.exp: Update test printing an objfile.
3274
3275 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3276
3277 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3278 object.
3279
3280 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3281
3282 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3283 (support_complex_tests): Use gdb_can_simple_compile.
3284 (is_ilp32_target): Likewise.
3285 (is_lp64_target): Likewise.
3286 (is_64_target): Likewise.
3287 (is_amd64_regs_target): Likewise.
3288 (is_aarch32_target): Likewise.
3289 (gdb_int128_helper): Likewise.
3290
3291 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3294
3295 2018-09-10 Jerome Guitton <guitton@adacore.com>
3296
3297 * gdb.ada/same_component_name: Add test for case of tagged record
3298 with variable-length fields.
3299
3300 2018-09-10 Xavier Roirand <roirand@adacore.com>
3301
3302 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3303 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3304 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3305 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3306
3307 2018-09-10 Xavier Roirand <roirand@adacore.com>
3308
3309 * gdb.ada/mi_string_access.exp: New testcase.
3310 * gdb.ada/mi_string_access/bar.adb: New file.
3311 * gdb.ada/mi_string_access/pck.adb: New file.
3312 * gdb.ada/mi_string_access/pck.asd: New file.
3313
3314 2018-09-10 Xavier Roirand <roirand@adacore.com>
3315
3316 * gdb.ada/mi_var_union.exp: New testcase.
3317 * gdb.ada/mi_var_union/bar.adb: New file.
3318 * gdb.ada/mi_var_union/pck.adb: New file.
3319 * gdb.ada/mi_var_union/pck.asd: New file.
3320
3321 2018-09-08 Tom Tromey <tom@tromey.com>
3322
3323 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3324
3325 2018-09-08 Tom Tromey <tom@tromey.com>
3326
3327 PR python/16047:
3328 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3329 (register_pretty_printers): Register new printer.
3330 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3331 test.
3332 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3333 (an_int_type3): New global.
3334
3335 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3336
3337 * gdb.ada/expr_with_funcall: New testcase.
3338
3339 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.ada/packed_array_assign: New testcase.
3342
3343 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3344
3345 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3346 names, and add test prefixes to make test names unique.
3347
3348 2018-09-05 Tom de Vries <tdevries@suse.de>
3349
3350 * gdb.dwarf2/varval.exp: Add test.
3351
3352 2018-09-04 Gary Benson <gbenson@redhat.com>
3353
3354 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3355 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3356
3357 2018-08-31 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.rust/simple.rs: Rename second variable "v".
3360
3361 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3362
3363 * gdb.base/funcargs.c (use_a): New function.
3364 (recurse): Call use_a.
3365
3366 2018-08-29 Keith Seitz <keiths@redhat.com>
3367
3368 * gdb.compile/compile-cplus-anonymous.cc: New file.
3369 * gdb.compile/compile-cplus-anonymous.exp: New file.
3370 * gdb.compile/compile-cplus-array-decay.cc: New file.
3371 * gdb.compile/compile-cplus-array-decay.exp: New file.
3372 * gdb.compile/compile-cplus-inherit.cc: New file.
3373 * gdb.compile/compile-cplus-inherit.exp: New file.
3374 * gdb.compile/compile-cplus-member.cc: New file.
3375 * gdb.compile/compile-cplus-member.exp: New file.
3376 * gdb.compile/compile-cplus-method.cc: New file.
3377 * gdb.compile/compile-cplus-method.exp: New file.
3378 * gdb.compile/compile-cplus-mod.c: "New" file.
3379 * gdb.compile/compile-cplus-namespace.cc: New file.
3380 * gdb.compile/compile-cplus-namespace.exp: New file.
3381 * gdb.compile/compile-cplus-nested.cc: New file.
3382 * gdb.compile/compile-cplus-nested.exp: New file.
3383 * gdb.compile/compile-cplus-print.c: "New" file.
3384 * gdb.compile/compile-cplus-print.exp: "New" file.
3385 * gdb.compile/compile-cplus-virtual.cc: New file.
3386 * gdb.compile/compile-cplus-virtual.exp: New file.
3387 * gdb.compile/compile-cplus.c: "New" file.
3388 * gdb.compile/compile-cplus.exp: "New" file.
3389 * lib/compile-support.exp: New file.
3390
3391 2018-08-16 Gary Benson <gbenson@redhat.com>
3392
3393 PR gdb/13000:
3394 * gdb.base/batch-exit-status.exp: New file.
3395 * gdb.base/batch-exit-status.good-commands: Likewise.
3396 * gdb.base/batch-exit-status.bad-commands: Likewise.
3397
3398 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3399
3400 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3401 (struct struct02): Likewise.
3402 (struct struct03): Likewise.
3403 (struct struct04): Likewise.
3404 (struct struct_01_01): New struct.
3405 (struct struct_01_02): Likewise.
3406 (struct struct_01_03): Likewise.
3407 (struct struct_01_04): Likewise.
3408 (struct struct_02_01): Likewise.
3409 (struct struct_02_02): Likewise.
3410 (struct struct_02_03): Likewise.
3411 (struct struct_02_04): Likewise.
3412 (struct struct_04_01): Likewise.
3413 (struct struct_04_02): Likewise.
3414 (struct struct_04_03): Likewise.
3415 (struct struct_04_04): Likewise.
3416 (struct struct_05_01): Likewise.
3417 (struct struct_05_02): Likewise.
3418 (struct struct_05_03): Likewise.
3419 (struct struct_05_04): Likewise.
3420 (cmp_struct01): Remove function.
3421 (cmp_struct02): Likewise.
3422 (cmp_struct03): Likewise.
3423 (cmp_struct04): Likewise.
3424 (cmp_struct_01_01): Add Function.
3425 (cmp_struct_01_02): Likewise.
3426 (cmp_struct_01_03): Likewise.
3427 (cmp_struct_01_04): Likewise.
3428 (cmp_struct_02_01): Likewise.
3429 (cmp_struct_02_02): Likewise.
3430 (cmp_struct_02_03): Likewise.
3431 (cmp_struct_02_04): Likewise.
3432 (cmp_struct_04_01): Likewise.
3433 (cmp_struct_04_02): Likewise.
3434 (cmp_struct_04_03): Likewise.
3435 (cmp_struct_04_04): Likewise.
3436 (cmp_struct_05_01): Likewise.
3437 (cmp_struct_05_02): Likewise.
3438 (cmp_struct_05_03): Likewise.
3439 (cmp_struct_05_04): Likewise.
3440 (call_all): Add new structs.
3441 * gdb.base/infcall-nested-structs.exp: Likewise.
3442
3443 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3444
3445 * gdb.python/py-framefilter-mi.exp: Update regexp to
3446 check for "arch" field in frame output.
3447
3448 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3449
3450 * gdb.dwarf2/dw2-ranges-func.c: New file.
3451 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3452
3453 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3454
3455 * gdb.base/term.exp: Compare terminal settings with values from
3456 the inferior.
3457 * gdb.base/term.c: Get and set terminal settings.
3458
3459 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3460
3461 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3462 accommodate new "arch" field in frame output.
3463 * gdb.mi/mi-return.exp: Likewise.
3464 * gdb.mi/mi-stack.exp: Likewise.
3465 * gdb.mi/mi-syn-frame.exp: Likewise.
3466 * gdb.mi/user-selected-context-sync.exp: Likewise.
3467
3468 2018-08-19 Michael Spang <spang@google.com>
3469
3470 PR gdb/11786
3471 * gdb.base/gcore-tls-pie.c: New file.
3472 * gdb.base/gcore-tls-pie.exp: New file.
3473
3474 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3475
3476 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3477 * gdb.dwarf2/varval.c: New file.
3478 * gdb.dwarf2/varval.exp: New file.
3479
3480 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3481
3482 PR gdb/18931
3483 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3484
3485 2018-08-16 Keith Seitz <keiths@redhat.com>
3486
3487 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3488 tests expected to pass.
3489
3490 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3491
3492 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3493 -data-disassemble -a.
3494 (test_disassembly_bogus_args): Likewise.
3495
3496 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3499
3500 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.base/vla-optimized-out.exp: Add new test.
3503
3504 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3505
3506 * gdb.base/vla-optimized-out-o3.exp: Delete.
3507 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3508 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3509 deleted tests.
3510
3511 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 PR gdb/18050:
3514 * gdb.server/extended-remote-restart.c: New file.
3515 * gdb.server/extended-remote-restart.exp: New file.
3516
3517 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3518
3519 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3520 "set variable index = 42".
3521
3522 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3523
3524 * boards/index-cache-gdb.exp: New file.
3525 * gdb.dwarf2/index-cache.exp: New file.
3526 * gdb.dwarf2/index-cache.c: New file.
3527 * gdb.base/maint.exp: Check if we are using the index cache.
3528
3529 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3530
3531 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3532 MAKEFLAGS.
3533
3534 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3535
3536 * dg-extract-results.sh: Move to toplevel contrib.
3537 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3538 * Makefile.in (check-parallel-racy): Likewise.
3539
3540 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3543 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3544 tests if the target supports scheduler locking.
3545
3546 2018-08-04 Tom de Vries <tdevries@suse.de>
3547
3548 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3549
3550 2018-08-02 Tom Tromey <tom@tromey.com>
3551
3552 PR symtab/16842.
3553 * gdb.cp/temargs.exp: Test "info address" of a template
3554 parameter.
3555
3556 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3557
3558 * gdb.python/py-mi-var-info-path-expression.c: New file.
3559 * gdb.python/py-mi-var-info-path-expression.py: New file.
3560 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3561
3562 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3565 error after "cannot resolve name" string.
3566
3567 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3568
3569 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3570 started.
3571 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3572
3573 2018-07-28 Tom de Vries <tdevries@suse.de>
3574
3575 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3576
3577 2018-07-26 Tom de Vries <tdevries@suse.de>
3578
3579 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3580
3581 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3584 is visible.
3585
3586 2018-07-26 Tom de Vries <tdevries@suse.de>
3587
3588 PR breakpoints/23366
3589 * gdb.base/catch-follow-exec.c: New test.
3590 * gdb.base/catch-follow-exec.exp: New file.
3591
3592 2018-07-25 Tom de Vries <tdevries@suse.de>
3593
3594 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3595 vla-optimized-out.c.
3596
3597 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3598
3599 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3600 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3601
3602 2018-07-20 Tom de Vries <tdevries@suse.de>
3603
3604 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3605 NOCLONE macro.
3606 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3607
3608 2018-07-19 Tom de Vries <tdevries@suse.de>
3609
3610 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3611 regular expression.
3612
3613 2018-07-18 Tom de Vries <tdevries@suse.de>
3614
3615 * gdb.base/vla-optimized-out.c: New test.
3616 * gdb.base/vla-optimized-out.exp: New file.
3617
3618 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3619
3620 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3621 message "No address associated with hostname" when gdbserver
3622 cannot resolve the hostname.
3623
3624 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3625
3626 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3627 Add some test prefixes to make tests unique.
3628
3629 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3630
3631 * gdb.base/frameapply.c: New file.
3632 * gdb.base/frameapply.exp: New file.
3633
3634 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3635
3636 * gdb.base/skip.exp: Update expected error message.
3637
3638 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3639 Jan Kratochvil <jan.kratochvil@redhat.com>
3640 Paul Fertser <fercerpav@gmail.com>
3641 Tsutomu Seki <sekiriki@gmail.com>
3642
3643 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3644 parameter.
3645 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3646 by default.
3647 * boards/native-gdbserver.exp: Likewise.
3648 * gdb.server/run-without-local-binary.exp: Improve regexp used
3649 for detecting when a remote debugging connection succeeds.
3650 * gdb.server/server-connect.exp: New file.
3651 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3652 Do not prefix the port number with ":".
3653 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3654 support for detecting and using it. Add '$debughost_gdbserver'
3655 to the list of arguments used to start gdbserver. Handle case
3656 when gdbserver cannot resolve a network name.
3657
3658 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3659
3660 PR c++/23373
3661 * gdb.base/ptype-offsets.cc (struct static_member): New
3662 struct.
3663 (main) <stmember>: New variable.
3664 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3665 with a static member in it.
3666
3667 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3668
3669 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3670 watchpoints enabled and disabled.
3671
3672 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.base/examine-backward.exp: Still run tests around address
3675 0x0, even if address 0x0 is not readable. Update the pattern for
3676 matching address 0x0 in expected output.
3677
3678 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3681 malloc/free.
3682
3683 2018-07-04 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3686
3687 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3688
3689 PR tdep/8282
3690 * gdb.arch/mips-disassembler-options.exp: New test.
3691 * gdb.arch/mips-disassembler-options.s: New test source.
3692
3693 2018-06-29 Pedro Alves <palves@redhat.com>
3694
3695 * gdb.threads/names.exp: Adjust expected "info threads" output.
3696
3697 2018-06-29 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.opt/inline-break.exp (line number, address): Add "info
3700 break" tests.
3701
3702 2018-06-29 Pedro Alves <palves@redhat.com>
3703
3704 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3705 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3706 number and address and running to them.
3707
3708 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3709
3710 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3711
3712 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * lib/compiler.c: Remove executable permission flag.
3715
3716 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3717
3718 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3719 code.
3720 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3721
3722 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3723
3724 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3725
3726 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3727
3728 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3729 address argument is omitted.
3730
3731 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3732
3733 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3734
3735 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3736
3737 PR gdb/21695
3738 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3739 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3740
3741 2018-06-26 Tom Tromey <tom@tromey.com>
3742
3743 PR rust/22574:
3744 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3745 * gdb.rust/simple.rs (struct SimpleLayout): New.
3746
3747 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3748
3749 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3750 "info registers" output.
3751
3752 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3753
3754 * gdb.base/watchpoint-hw-attach.c: New test.
3755 * gdb.base/watchpoint-hw-attach.exp: New file.
3756
3757 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3758
3759 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3760 through /bin/sh.
3761 * boards/dwarf4-gdb-index.exp: Likewise.
3762 * boards/fission-dwp.exp: Likewise.
3763
3764 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3765
3766 * gdb.base/float128.exp: Add comment and improved fail message
3767 to the failure case of "print large128" test.
3768
3769 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3770
3771 * configure.ac: Remove AC_PREREQ.
3772 * configure: Re-generate.
3773
3774 2018-06-19 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3777 (func_extern_caller): New.
3778 (main): Call func_extern_caller.
3779 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3780 logic change.
3781
3782 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3783
3784 PR gdb/16841
3785 * gdb.cp/typedef-base.cc: New file.
3786 * gdb.cp/typedef-base.exp: New file.
3787
3788 2018-06-18 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3791
3792 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3793 Richard Bunt <Richard.Bunt@arm.com>
3794
3795 * gdb.threads/attach-slow-waitpid.c: New file.
3796 * gdb.threads/attach-slow-waitpid.exp: New file.
3797 * gdb.threads/slow-waitpid.c: New file.
3798
3799 2018-06-14 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.base/fork-running-state.c: Include <errno.h>.
3802 (exit_if_relative_exits): New.
3803 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3804 exits.
3805 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3806 child exits.
3807
3808 2018-06-14 Tom de Vries <tdevries@suse.de>
3809
3810 PR cli/22573
3811 * gdb.base/finish-pretty.c: New test.
3812 * gdb.base/finish-pretty.exp: New file.
3813
3814 2018-06-14 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3817 gdb's expected startup output.
3818
3819 2018-06-14 Pedro Alves <palves@redhat.com>
3820
3821 * lib/selftest-support.exp (selftest_setup): Remove inlined
3822 function handling.
3823
3824 2018-06-14 Tom de Vries <tdevries@suse.de>
3825
3826 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3827 matching of breakpoint printing.
3828
3829 2018-06-13 Tom de Vries <tdevries@suse.de>
3830
3831 PR testsuite/23269
3832 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3833 (fork_child): ... here, and ...
3834 (fork_parent): ... here.
3835
3836 2018-06-12 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3839
3840 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3841 Stephen Roberts <stephen.roberts@arm.com>
3842
3843 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3844 rewrite test to describe action performed, rather than possible
3845 failure.
3846
3847 2018-06-08 Gary Benson <gbenson@redhat.com>
3848
3849 * gdb.threads/check-libthread-db.exp: New file.
3850 * gdb.threads/check-libthread-db.c: Likewise.
3851
3852 2018-06-05 Tom Tromey <tom@tromey.com>
3853
3854 * gdb.base/default.exp: Update expected "show version" output.
3855
3856 2018-06-05 Tom Tromey <tom@tromey.com>
3857
3858 PR cli/12326:
3859 * gdb.cp/static-print-quit.exp: Update.
3860 * lib/gdb.exp (pagination_prompt): Update.
3861 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3862 * gdb.python/python.exp: Update.
3863
3864 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3865
3866 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3867
3868 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3869
3870 * gdb.ada/bp_fun_addr: New testcase.
3871
3872 2018-06-01 Tom Tromey <tom@tromey.com>
3873
3874 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3875 results.
3876 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3877 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3878 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3879 * gdb.base/maint.exp (maint_pass_if): Update.
3880
3881 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3882
3883 * gdb.base/endian.exp: New test.
3884 * gdb.base/endian.c: New test source.
3885
3886 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 PR gdb/23203
3889 * gdb.base/bt-selected-frame.c: New file.
3890 * gdb.base/bt-selected-frame.exp: New file.
3891 * lib/gdb.exp (get_current_frame_number): New function.
3892
3893 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3894 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.threads/tls-core.c: Include <stdlib.h>
3897 (thread_proc): Call `abort'.
3898 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3899 (tls_core_test): New procedure, bits factored out from ...
3900 (top level): ... here. Test both native cores and gcore cores.
3901
3902 2018-05-23 Tom Tromey <tom@tromey.com>
3903
3904 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3905
3906 2018-05-23 Tom Tromey <tom@tromey.com>
3907
3908 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3909 symfile_complaints.
3910 (test_short_complaints): Likewise.
3911 (test_empty_complaints): Likewise.
3912 (test_initial_complaints): Update.
3913
3914 2018-05-23 Tom Tromey <tom@tromey.com>
3915
3916 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3917
3918 2018-05-23 Tom Tromey <tom@tromey.com>
3919
3920 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3921 (test_short_complaints): Update.
3922
3923 2018-05-22 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/remote.exp: Only gdb_start after compiling the
3926 testcase. Issue "disconnect" before testing "set remote" command
3927 defaults. Issue clean_restart before running to main.
3928
3929 2018-05-22 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/remote.exp: Adjust expected output of "show remote
3932 memory-write-packet-size". Add tests for "set remote
3933 memory-write-packet-size 0" and "set remote
3934 memory-write-packet-size fixed/limit".
3935
3936 2018-05-22 Pedro Alves <palves@redhat.com>
3937
3938 PR gdb/22973
3939 * gdb.base/utf8-identifiers.c: New file.
3940 * gdb.base/utf8-identifiers.exp: New file.
3941
3942 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3943
3944 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3945
3946 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3947
3948 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3949
3950 2018-05-18 Tom Tromey <tom@tromey.com>
3951
3952 * gdb.base/ptype-offsets.exp: Update.
3953
3954 2018-05-17 Keith Seitz <keiths@redhat.com>
3955
3956 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3957 in expected breakpoint stop locations.
3958 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3959 move to proper scope to test variable values.
3960 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3961 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3962 New functions.
3963 (main): Call not_inline_func3.
3964 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3965 inline_func1, inline_func2, and inline_func3. Test that when each
3966 breakpoint is hit, GDB properly reports both the stop location
3967 and the backtrace. Repeat tests for temporary breakpoints.
3968
3969 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3970
3971 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3972 rather then trying to access it in determining whether the PID
3973 of `gdbserver' could have been retrieved.
3974
3975 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * gdb.arch/amd64-init-x87-values.S: New file.
3978 * gdb.arch/amd64-init-x87-values.exp: New file.
3979
3980 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3983
3984 2018-05-04 Tom Tromey <tom@tromey.com>
3985
3986 PR python/22730:
3987 * gdb.python/python.exp: Test multi-line execute.
3988
3989 2018-05-04 Tom Tromey <tom@tromey.com>
3990
3991 PR python/22731:
3992 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3993
3994 2018-05-04 Tom Tromey <tom@tromey.com>
3995
3996 PR gdb/11750:
3997 * gdb.base/define.exp: Test defining a user command inside a user
3998 command.
3999 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4000
4001 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4002 Pedro Alves <palves@redhat.com>
4003
4004 PR breakpoints/19806 and support for PR external/20207.
4005 * gdb.base/watchpoint-unaligned.c: New file.
4006 * gdb.base/watchpoint-unaligned.exp: New file.
4007
4008 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4009
4010 * gdb.base/maint.exp: Make test names unique, use
4011 test_prefix_command_help to test 'help maint info', and remove
4012 repeated test of 'help maint'.
4013
4014 2018-05-04 Tom Tromey <tom@tromey.com>
4015
4016 PR gdb/22619:
4017 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4018 behavior.
4019
4020 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/maint.exp: Process output from 'maint print registers'
4023 line at a time.
4024
4025 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4028 timeout.
4029
4030 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4033 filter pattern.
4034
4035 2018-05-02 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4038 to_log_command renames.
4039 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4040
4041 2018-05-02 Tom Tromey <tom@tromey.com>
4042
4043 * gdb.python/py-parameter.exp: Set test message.
4044
4045 2018-05-02 Tom Tromey <tom@tromey.com>
4046
4047 PR python/20084:
4048 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4049 PARAM_ZUINTEGER_UNLIMITED tests.
4050
4051 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4052
4053 PR rust/23124
4054 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4055 when casting.
4056
4057 2018-04-30 Tom Tromey <tom@tromey.com>
4058
4059 * gdb.python/py-type.exp: Check align attribute.
4060 * gdb.python/py-type.c: New "aligncheck" global.
4061
4062 2018-04-30 Tom Tromey <tom@tromey.com>
4063
4064 PR exp/17095:
4065 * gdb.dwarf2/dw2-align.exp: New file.
4066 * gdb.cp/align.exp: New file.
4067 * gdb.base/align.exp: New file.
4068 * lib/gdb.exp (gdb_int128_helper): New proc.
4069 (has_int128_c, has_int128_cxx): New caching procs.
4070
4071 2018-04-27 Tom Tromey <tom@tromey.com>
4072
4073 PR rust/22545:
4074 * gdb.rust/simple.exp: Add inclusive range tests.
4075
4076 2018-04-26 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4079 ifunc breakpoint locations correctly of ifunc breakpoints set
4080 while the program resolves the ifunc.
4081
4082 2018-04-26 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/gnu-ifunc-final.c: New file.
4085 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4086 * gdb.base/gnu-ifunc.exp (executable): Delete.
4087 (staticexecutable): Adjust.
4088 (lib_opts, exec_opts): Delete.
4089 (make_binsuffix, build, set-break): New procedures.
4090 (misc_tests): New, with tests factored out from the top level.
4091 (top level): Test different combinations of ifunc resolver name,
4092 resolver with and with debug info, and ifunc target with and
4093 without debug info. Wrap static tests with with_target_prefix.
4094
4095 2018-04-26 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4098 return type" warnings.
4099
4100 2018-04-25 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4103 killed".
4104 * gdb.base/kill-after-signal.exp: Likewise.
4105 * gdb.threads/kill.exp: Likewise.
4106
4107 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4108 Sergio Durigan Junior <sergiodj@redhat.com>
4109 Pedro Alves <palves@redhat.com>
4110
4111 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4112 regexps to expect for '[Inferior ... detached]' as well.
4113 * gdb.base/attach.exp: Likewise.
4114 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4115 "gdb_continue_to_end".
4116 (test_catch_syscall_with_wrong_args): Likewise.
4117 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4118 ']'. Don't set 'verbose' on.
4119 * gdb.base/foll-vfork.exp: Likewise.
4120 * gdb.base/fork-print-inferior-events.c: New file.
4121 * gdb.base/fork-print-inferior-events.exp: New file.
4122 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4123 '[Inferior ... has been killed]' message.
4124 * gdb.base/kill-after-signal.exp: Likewise.
4125 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4126 detach message.
4127 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4128 message.
4129 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4130 regexps to expect for '[Inferior ... detached]' as well.
4131 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4132
4133 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 PR gdb/23104
4136 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4137
4138 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4139
4140 * gdb.threads/multiple-successive-infcall.c: New test.
4141 * gdb.threads/multiple-successive-infcall.exp: New file.
4142
4143 2018-04-17 Tom Tromey <tom@tromey.com>
4144
4145 * gdb.rust/simple.rs (Union): New type.
4146 (main): New local "u".
4147 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4148
4149 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4150
4151 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4152 number information in output of "whereis" command.
4153 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4154
4155 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4156
4157 * gdb.ada/info_types.exp: Adjust expected output to the line
4158 numbers now printed by "info var/func/type".
4159 * gdb.base/completion.exp: Likewise.
4160 * gdb.base/included.exp: Likewise.
4161 * gdb.cp/cp-relocate.exp: Likewise.
4162 * gdb.cp/cplusfuncs.exp: Likewise.
4163 * gdb.cp/namespace.exp: Likewise.
4164 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4165
4166 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4167
4168 * gdb.btrace/cpu.exp: New.
4169
4170 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4171
4172 * gdb.base/step-indirect-call-thunk.exp: New.
4173 * gdb.base/step-indirect-call-thunk.c: New.
4174 * gdb.reverse/step-indirect-call-thunk.exp: New.
4175 * gdb.reverse/step-indirect-call-thunk.c: New.
4176
4177 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4178
4179 * gdb.base/pie-fork.c: New file.
4180 * gdb.base/pie-fork.exp: New file.
4181
4182 2018-04-11 Tom Tromey <tom@tromey.com>
4183
4184 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4185
4186 2018-04-10 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4189 exits. Instead loop running forever.
4190 (fork_parent): Run forever too.
4191
4192 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4193
4194 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4195 mi_continue_to_line.
4196 * gdb.mi/mi-stack.c (callee4): Add comment.
4197
4198 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4199
4200 * gdb.mi/mi-stack.exp: Fix indentation.
4201
4202 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4203
4204 PR gdb/22979
4205 * gdb.arch/amd64-osabi.exp: New file.
4206
4207 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 PR gdb/22980
4210 * gdb.base/osabi.exp: New file.
4211
4212 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4213
4214 * gdb.cp/static-typedef-print.exp: New file.
4215 * gdb.cp/static-typedef-print.cc: New file.
4216
4217 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4218
4219 * gdb.ada/varsize_limit: New testcase.
4220
4221 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4224
4225 * gdb.ada/notcplusplus: New testcase.
4226
4227 * gdb.base/c-linkage-name.c: New file.
4228 * gdb.base/c-linkage-name.exp: New testcase.
4229
4230 2018-03-26 Tom Tromey <tom@tromey.com>
4231
4232 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4233 * gdb.python/py-framefilter.py (name_error): New global.
4234 (ErrorInName.function): Use name_error.
4235
4236 2018-03-26 Tom Tromey <tom@tromey.com>
4237
4238 PR backtrace/15582:
4239 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4240
4241 2018-03-23 Keith Seitz <keiths@redhat.com>
4242
4243 PR c++/22968
4244 * gdb.cp/subtypes.exp: New file.
4245 * gdb.cp/subtypes.h: New file.
4246 * gdb.cp/subtypes.cc: New file.
4247 * gdb.cp/subtypes-2.cc: New file.
4248
4249 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4250
4251 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4252 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4253 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4254 -nostartfiles when compiling the test. Confirm that all registers
4255 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4256
4257 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4260 option, syntax was wrong anyway.
4261 * gdb.arch/arm-disp-step.exp: Likewise.
4262 * gdb.arch/sparc64-regs.exp: Likewise.
4263 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4264 option, syntax was wrong anyway, switch to use
4265 prepare_for_testing.
4266 * gdb.arch/i386-disp-step.exp: Likewise.
4267
4268 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4269
4270 * gdb.ada/exec_changed.exp: Replace "target_info exists
4271 use_gdb_stub" by "use_gdb_stub".
4272 * gdb.ada/start.exp: Likewise.
4273 * gdb.base/async-shell.exp: Likewise.
4274 * gdb.base/attach-pie-misread.exp: Likewise.
4275 * gdb.base/attach-wait-input.exp: Likewise.
4276 * gdb.base/break-entry.exp: Likewise.
4277 * gdb.base/break-interp.exp: Likewise.
4278 * gdb.base/dprintf-detach.exp: Likewise.
4279 * gdb.base/nostdlib.exp: Likewise.
4280 * gdb.base/solib-nodir.exp: Likewise.
4281 * gdb.base/statistics.exp: Likewise.
4282 * gdb.base/testenv.exp: Likewise.
4283 * gdb.mi/mi-exec-run.exp: Likewise.
4284 * gdb.mi/mi-start.exp: Likewise.
4285 * gdb.multi/dummy-frame-restore.exp: Likewise.
4286 * gdb.multi/multi-arch-exec.exp: Likewise.
4287 * gdb.multi/multi-arch.exp: Likewise.
4288 * gdb.multi/tids.exp: Likewise.
4289 * gdb.multi/watchpoint-multi.exp: Likewise.
4290 * gdb.python/py-events.exp: Likewise.
4291 * gdb.threads/attach-into-signal.exp: Likewise.
4292 * gdb.threads/attach-stopped.exp: Likewise.
4293 * gdb.threads/threadapply.exp: Likewise.
4294 * lib/selftest-support.exp: Likewise.
4295
4296 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4297
4298 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4299
4300 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4301
4302 * gdb.perf/template-breakpoints.cc: New file.
4303 * gdb.perf/template-breakpoints.exp: New file.
4304 * gdb.perf/template-breakpoints.py: New file.
4305
4306 2018-03-19 Tom Tromey <tom@tromey.com>
4307
4308 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4309 y0.
4310 * gdb.rust/simple.exp: Test bare identifier form of struct
4311 initializer.
4312
4313 2018-03-19 Tom Tromey <tom@tromey.com>
4314
4315 * gdb.gdb/observer.exp: Remove.
4316
4317 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4318
4319 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4320 "qualified" option when setting breakpoints.
4321 * gdb.trace/backtrace.exp: Likewise.
4322 * gdb.trace/circ.exp: Likewise.
4323 * gdb.trace/collection.exp: Likewise.
4324 * gdb.trace/disconnected-tracing.exp: Likewise.
4325 * gdb.trace/ftrace-lock.exp: Likewise.
4326 * gdb.trace/ftrace.exp: Likewise.
4327 * gdb.trace/infotrace.exp: Likewise.
4328 * gdb.trace/packetlen.exp: Likewise.
4329 * gdb.trace/passc-dyn.exp: Likewise.
4330 * gdb.trace/qtro.exp: Likewise.
4331 * gdb.trace/read-memory.exp: Likewise.
4332 * gdb.trace/report.exp: Likewise.
4333 * gdb.trace/signal.exp: Likewise.
4334 * gdb.trace/status-stop.exp: Likewise.
4335 * gdb.trace/strace.exp: Likewise.
4336 * gdb.trace/tfind.exp: Likewise.
4337 * gdb.trace/trace-break.exp: Likewise.
4338 * gdb.trace/trace-condition.exp: Likewise.
4339 * gdb.trace/trace-mt.exp: Likewise.
4340 * gdb.trace/tstatus.exp: Likewise.
4341 * gdb.trace/tsv.exp: Likewise.
4342 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4343 * gdb.trace/unavailable.exp: Likewise.
4344 * gdb.trace/while-dyn.exp: Likewise.
4345
4346 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4347
4348 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4349 that libinproctrace is copied to the target.
4350
4351 2018-03-14 Tom Tromey <tom@tromey.com>
4352
4353 PR cli/14977:
4354 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4355 a null pointer.
4356 * gdb.base/wchar.exp: Likewise.
4357
4358 2018-03-14 Tom Tromey <tom@tromey.com>
4359
4360 PR cli/19918:
4361 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4362 flag.
4363
4364 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 PR gdb/22841
4367 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4368 "target" to remote_exec.
4369
4370 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4371
4372 PR gdb/22841
4373 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4374 ${board}_upload): Remove.
4375
4376 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4377
4378 * gdb.cp/watch-cp.cc: New test.
4379 * gdb.cp/watch-cp.exp: New file.
4380
4381 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4382
4383 * gdb.base/infcall-nested-structs.exp: New file.
4384 * gdb.base/infcall-nested-structs.c: New file.
4385 * gdb.base/float.exp: Add riscv support.
4386
4387 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4388
4389 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4390 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4391
4392 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4393
4394 * gdb.server/abspath.exp: New file.
4395 * lib/gdb.exp (with_cwd): New procedure.
4396
4397 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4398
4399 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4400 use it.
4401 (gdb_is_target_remote_prompt): New proc.
4402 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4403 (gdb_is_target_native): Pass prompt parameter to
4404 gdb_is_target_1.
4405
4406 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4407
4408 * gdb.base/load-command.c: New file.
4409 * gdb.base/load-command.exp: New file.
4410 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4411 (gdb_is_target_1): ...this, and generalize for other targets
4412 than just remote.
4413 (gdb_is_target_remote): Use gdb_is_target_1.
4414 (gdb_is_target_native): use gdb_is_target_1.
4415
4416 2018-02-26 Tom Tromey <tom@tromey.com>
4417
4418 PR python/16497:
4419 * gdb.python/py-framefilter.exp: Update test.
4420
4421 2018-02-26 Tom Tromey <tom@tromey.com>
4422
4423 * gdb.dwarf2/variant.c: New file.
4424 * gdb.dwarf2/variant.exp: New file.
4425
4426 2018-02-26 Tom Tromey <tom@tromey.com>
4427
4428 * gdb.rust/simple.exp: Accept more possible results in enum test.
4429
4430 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4431
4432 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4433 parentheses.
4434
4435 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4436
4437 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4438 name of a variable: $actual_linejj -> $actual_line.
4439
4440 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4441
4442 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4443
4444 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4445
4446 * gdb.btrace/buffer-size.exp: Do not force BTS.
4447
4448 2018-02-14 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4451 getting a "Quit".
4452
4453 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4454
4455 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4456 Fix test name.
4457
4458 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4459
4460 * gdb.cp/m-static.exp: Check type of optimized out static
4461 member.
4462
4463 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4466 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4467
4468 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4469 Leszek Swirski <leszeks@google.com>
4470
4471 * gdb.python/py-prettyprint.c
4472 (struct to_string_returns_value_inner,
4473 struct to_string_returns_value_wrapper): New.
4474 (main): Add tsrvw variable.
4475 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4476 ToStringReturnsValueWrapper): New classes.
4477 (register_pretty_printers): Register new pretty-printers.
4478 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4479 recursive pretty printer.
4480 * gdb.python/py-mi.exp: Likewise.
4481
4482 2018-02-01 Leszek Swirski <leszeks@google.com>
4483
4484 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4485 functions with the same name as an include file are parsed
4486 correctly.
4487
4488 2018-02-01 Yao Qi <yao.qi@linaro.org>
4489
4490 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4491 "\[^\r\n\]*".
4492
4493 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4494
4495 * gdb.arch/powerpc-prologue-frame.s: New file.
4496 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4497 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4498
4499 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4500
4501 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4502
4503 2018-01-30 Pedro Alves <palves@redhat.com>
4504
4505 PR gdb/13211
4506 * gdb.base/interrupt-daemon.c: New.
4507 * gdb.base/interrupt-daemon.exp: New.
4508 * gdb.multi/multi-term-settings.c: New.
4509 * gdb.multi/multi-term-settings.exp: New.
4510
4511 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.base/break.exp: Save the location where the breakpoint
4514 on break.c:47 was actually inserted when debugging the version
4515 compiled at -O2 and use it in the expected output of the "info
4516 break" test performed soon after.
4517
4518 2018-01-22 Pedro Alves <palves@redhat.com>
4519 Sergio Durigan Junior <sergiodj@redhat.com>
4520
4521 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4522 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4523
4524 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.base/break-include.c, gdb.base/break-include.inc,
4527 gdb.base/break-include.exp: New files.
4528 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4529 line number now being the actual line number where the breakpoint
4530 was inserted.
4531 * gdb.mi/mi-break.exp: Likewise.
4532 * gdb.mi/mi-reverse.exp: Likewise.
4533 * gdb.mi/mi-simplerun.exp: Ditto.
4534
4535 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4538 varobj.
4539 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4540
4541 2018-01-21 Don Breazeal <donb@codesourcery.com>
4542 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * gdb.mi/basics.c: Add new global.
4545 * gdb.mi/mi-frame-regs.exp: New file.
4546 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4547 case.
4548
4549 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4552 non-parameter, and on an unknown symbol.
4553
4554 2018-01-19 Tom Tromey <tom@tromey.com>
4555
4556 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4557 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4558
4559 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4560
4561 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4562 setrlimit and chdir to int.
4563
4564 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4565
4566 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4567 function.
4568 (my_tend): Likewise.
4569 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4570 rationale of avoiding FP- and vector instructions.
4571
4572 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4573
4574 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4575 "info reg" with "\[ \t\]*".
4576 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4577 "\[ \t\]+".
4578 * gdb.arch/s390-multiarch.exp: Ditto.
4579 * gdb.base/pc-fp.exp: Ditto.
4580 * gdb.reverse/i386-precsave.exp: Ditto.
4581 * gdb.reverse/i386-reverse.exp: Ditto.
4582 * gdb.reverse/i387-env-reverse.exp: Ditto.
4583 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4584
4585 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4586
4587 * lib/gdb.exp (gdb_compile): Re-enable use of
4588 universal_compile_options for languages other than Rust.
4589
4590 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4591
4592 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4593
4594 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4595
4596 PR gdb/16577
4597 * gdb.base/solib-vanish.exp: New.
4598 * gdb.base/solib-vanish-main.c: New.
4599 * gdb.base/solib-vanish-lib1.c: New.
4600 * gdb.base/solib-vanish-lib2.c: New.
4601
4602 2018-01-17 Yao Qi <yao.qi@linaro.org>
4603
4604 * gdb.compile/compile.exp: Match the address printed for
4605 frame in the output of command "bt".
4606
4607 2018-01-15 Tom Tromey <tom@tromey.com>
4608
4609 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4610 compute sp_reg.
4611
4612 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4613
4614 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4615 to prepare.
4616 (prepare): Return 0 on error, 1 on success.
4617
4618 2018-01-12 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/continue-after-aborted-step-over.c: New.
4621 * gdb.base/continue-after-aborted-step-over.exp: New.
4622
4623 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4624
4625 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4626 options when not creating an executable.
4627
4628 2018-01-11 Pedro Alves <palves@redhat.com>
4629
4630 PR remote/22597
4631 * gdb.server/stop-reply-no-thread.c: New file.
4632 * gdb.server/stop-reply-no-thread.exp: New file.
4633
4634 2018-01-10 Pedro Alves <palves@redhat.com>
4635
4636 PR gdb/22670
4637 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4638 functions too. Test setting breakpoints and printing C functions
4639 with no debug info too.
4640 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4641
4642 2018-01-10 Pedro Alves <palves@redhat.com>
4643
4644 PR gdb/22670
4645 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4646 a fail.
4647
4648 2018-01-10 Pedro Alves <palves@redhat.com>
4649
4650 PR gdb/22670
4651 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4652
4653 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4654
4655 * gdb.server/unittest.exp: Match the output in non-development
4656 mode.
4657
4658 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * gdb.gdb/unittest.exp: Match output in non-development mode.
4661
4662 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.ada/access_tagged_param.exp: Relax expected output
4665 for value of "ObjL" in "continue" to pck.inspect breakpoint
4666 test.
4667
4668 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4671 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4672
4673 2018-01-05 Pedro Alves <palves@redhat.com>
4674
4675 PR gdb/18653
4676 * gdb.base/libsegfault.exp: New.
4677
4678 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4679
4680 PR gdb/22670
4681 * gdb.ada/access_tagged_param.exp: New file.
4682 * gdb.ada/access_tagged_param/foo.adb: New file.
4683
4684 2018-01-05 Pedro Alves <palves@redhat.com>
4685
4686 PR gdb/22670
4687 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4688 exercise lower case too, and to exercise both full matching and
4689 wild matching.
4690
4691 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4692
4693 * gdb.ada/rename_subscript_param: New testcase.
4694
4695 2018-01-05 Jerome Guitton <guitton@adacore.com>
4696
4697 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4698
4699 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4700
4701 * gdb.ada/convvar_comp: New testcase.
4702
4703 2018-01-05 Xavier Roirand <roirand@adacore.com>
4704
4705 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4706 (My_Table): New global variable.
4707 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4708
4709 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4710
4711 PR gdb/22670
4712 * gdb.ada/maint_with_ada: New testcase.
4713
4714 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4715
4716 PR gdb/22670
4717 * gdb.ada/bp_c_mixed_case: New testcase.
4718
4719 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4720
4721 PR gdb/22670
4722 * gdb.ada/complete.exp: Add "complete break ada" test.
4723
4724 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4725
4726 PR gdb/22670
4727 * gdb.ada/info_addr_mixed_case: New testcase.
4728
4729 2018-01-03 Xavier Roirand <roirand@adacore.com>
4730
4731 * gdb.ada/excep_handle.exp: New testcase.
4732 * gdb.ada/excep_handle/foo.adb: New file.
4733 * gdb.ada/excep_handle/pck.ads: New file.
4734
4735 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4736
4737 * gdb.base/step-line.c: Add extra empty line in copyright header.
4738 * gdb.base/step-line.inp: Likewise.
4739
4740 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.ada/dyn_stride.exp: Add slice test.
4743
4744 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4745
4746 * gdb.ada/dyn_stride: New testcase.
4747
4748 2017-12-27 Stafford Horne <shorne@gmail.com>
4749
4750 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4751 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4752
4753 2017-12-27 Stafford Horne <shorne@gmail.com>
4754
4755 * gdb.base/reggroups.c: New file.
4756 * gdb.base/reggroups.exp: New file.
4757
4758 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.dwarf2/ada-valprint-error.c: New file.
4761 * gdb.dwarf2/ada-valprint-error.exp: New file.
4762
4763 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4764
4765 * gdb.ada/assign_arr: New testcase.
4766
4767 2017-12-18 Xavier Roirand <roirand@adacore.com>
4768
4769 * gdb.ada/funcall_ptr: New testcase.
4770
4771 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4772
4773 PR cli/16224
4774 * gdb.base/ptype-offsets.cc: New file.
4775 * gdb.base/ptype-offsets.exp: New file.
4776
4777 2017-12-15 Yao Qi <yao.qi@linaro.org>
4778
4779 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4780 if XML is disabled.
4781
4782 2017-12-15 Xavier Roirand <roirand@adacore.com>
4783
4784 * gdb.ada/same_component_name: New testcase.
4785
4786 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4787
4788 * gdb.ada/str_binop_equal: New testcase.
4789
4790 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.ada/task_switch_in_core: New testcase.
4793
4794 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4795
4796 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4797 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4798 call test_bkpt_qualified.
4799 (test_bkpt_qualified): New proc.
4800
4801 2017-12-13 Pedro Alves <palves@redhat.com>
4802
4803 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4804 Tighten regexp by matching with an anchor.
4805
4806 2017-12-13 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4809 ("expression with namespace"): New set of tests.
4810 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4811 (Nested::Test_NS::qux): New.
4812 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4813 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4814
4815 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4816
4817 * gdb.base/server-del-break.c: New file.
4818 * gdb.base/server-del-break.exp: New file.
4819
4820 2017-12-12 Stafford Horne <shorne@gmail.com>
4821
4822 * gdb.xml/tdesc-regs.exp: Add or1k support.
4823
4824 2017-12-12 Stafford Horne <shorne@gmail.com>
4825
4826 * gdb.base/bp-permanent.c: Define nop of or1k.
4827
4828 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4829
4830 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4831 output with components being reordered.
4832
4833 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4834
4835 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4836 output with components being reordered.
4837
4838 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4839 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.base/maint.exp (check for .gdb_index): Check also for
4842 .debug_names.
4843 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4844 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4845 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4846 (.gdb_index used after symbol reloading): Support also .debug_names.
4847 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4848
4849 2017-12-08 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4852 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4853
4854 2017-12-08 Yao Qi <yao.qi@linaro.org>
4855
4856 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4857 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4858
4859 2017-12-08 Yao Qi <yao.qi@linaro.org>
4860
4861 * gdb.arch/aarch64-tagged-pointer.c: New file.
4862 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4863
4864 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4865
4866 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4867 "int".
4868
4869 2017-12-07 Keith Seitz <keiths@redhat.com>
4870
4871 PR breakpoints/22569
4872 * gdb.linespec/ls-errs.exp: Change expected result of "break
4873 -source this file has spaces.c -line 3".
4874 Check that an explicit source file followed by whitespace is
4875 identified as an invalid explicit location.
4876
4877 2017-12-07 Keith Seitz <keiths@redhat.com>
4878
4879 * gdb.cp/nested-types.cc: New file.
4880 * gdb.cp/nested-types.exp: New file.
4881 * lib/cp-support.exp: Load data-structures.exp library.
4882 (debug_cp_test_ptype_class): New global.
4883 (cp_ptype_class_verbose, next_line): New procedures.
4884 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4885 Add and document new return value.
4886 Switch the list of lines to a queue.
4887 Add support for new `type' key for nested type definitions.
4888 Add debugging/troubleshooting messages.
4889 * lib/data-structures.exp: New file.
4890
4891 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4892
4893 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4894 with proc_with_prefix, don't use with_test_prefix.
4895
4896 2017-12-07 Tom Tromey <tom@tromey.com>
4897
4898 * gdb.base/break.exp: Add test for empty "commands".
4899
4900 2017-12-07 Yao Qi <yao.qi@linaro.org>
4901
4902 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4903 malloc and catch syscall.
4904
4905 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4906
4907 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4908 tests for explicit locations.
4909
4910 2017-12-06 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4913 force-disabling XML descriptions.
4914
4915 2017-12-04 Pedro Alves <palves@redhat.com>
4916
4917 PR gdb/22499
4918 * gdb.arch/amd64-disp-step-avx.S: New file.
4919 * gdb.arch/amd64-disp-step-avx.exp: New file.
4920
4921 2017-12-03 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4924 and <string.h>.
4925 (parent_function): Print distinct messages when waitpid fails, or
4926 the child exits with a signal, or the child exits for an unhandled
4927 reason.
4928 * gdb.threads/process-dies-while-detaching.exp
4929 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4930 it. Wait for both inferior output and GDB's prompt. Use an
4931 indirect spawn id list.
4932 (do_detach): New parameter 'child_exit'. Use it to compute
4933 expected inferior output.
4934 (test_detach, test_detach_watch, test_detach_killed_outside):
4935 Adjust to pass down the expected child exit kind.
4936
4937 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4938 Sergio Durigan Junior <sergiodj@redhat.com>
4939 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4942
4943 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4944
4945 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4946 to 'symbol-file' and 'add-symbol-file' can be
4947 position-independent.
4948
4949 2017-12-01 Yao Qi <yao.qi@linaro.org>
4950
4951 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4952 the URL in copyright header.
4953 * gdb.arch/aarch64-fp.exp: Likewise.
4954 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4955 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4956 * gdb.base/expand-psymtabs.exp: Likewise.
4957 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4958 * gdb.fortran/common-block.exp: Likewise.
4959 * gdb.fortran/common-block.f90: Likewise.
4960 * gdb.fortran/logical.exp: Likewise.
4961 * gdb.fortran/vla-datatypes.f90: Likewise.
4962 * gdb.fortran/vla-sub.f90: Likewise.
4963
4964 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4965
4966 * gdb.ada/repeat_dyn: New testcase.
4967
4968 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4969
4970 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4971 Update for changed thread numbering.
4972 * gdb.cell/bt.exp: Update for changed GDB output.
4973
4974 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4975
4976 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4977 setting isremote by hand.
4978 * boards/dwarf4-gdb-index.exp: Likewise.
4979 * boards/fission.exp: Likewise.
4980 * boards/stabs.exp: Likewise.
4981
4982 2017-11-30 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.linespec/cpls-ops.exp
4985 (check_explicit_skips_function_argument): Extract the underlying
4986 type of size_t instead of hardcoding it.
4987
4988 2017-11-29 Pedro Alves <palves@redhat.com>
4989
4990 PR c++/19436
4991 * gdb.linespec/cpls-abi-tag.cc: New file.
4992 * gdb.linespec/cpls-abi-tag.exp: New file.
4993
4994 2017-11-29 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/langs.exp: Use -qualified.
4997 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4998 it.
4999 * gdb.cp/namespace.exp: Use -qualified.
5000 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5001 (overload-3, template-overload, template-ret-type, const-overload)
5002 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5003 procedures.
5004 (test_driver): Call them.
5005 * gdb.cp/save-bp-qualified.cc: New.
5006 * gdb.cp/save-bp-qualified.exp: New.
5007 * gdb.linespec/explicit.exp: Test -qualified.
5008 * lib/completion-support.exp (completion::explicit_opts_list): Add
5009 "-qualified".
5010 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5011
5012 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5013
5014 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5015
5016 2017-11-29 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.base/relocate.exp: Update invalid argument test.
5019 Add new tests for invalid arguments.
5020
5021 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5022
5023 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5024 Return 0 as a long.
5025 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5026
5027 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5028
5029 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5030 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5031 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5032 func ().
5033 * gdb.cp/shadow.cc (B.func): Return 0.
5034
5035 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5036
5037 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5038 expected output in gdb_expect call to allow the exception
5039 message to be present as well. Fix syntax confusion to avoid
5040 TCL thinking that exception_name is an array.
5041
5042 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5043
5044 * gdb.arch/spu-info.c: Include <unistd.h>.
5045 (do_signal_test): Fix broken calls to write.
5046 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5047 Fix checks for empty mailboxes. Update signal tests for corrected
5048 do_signal_test routine. Allow nonzero event status.
5049 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5050 * gdb.cell/arch.exp: Use standard_output_file.
5051 * gdb.cell/break.exp: Likewise.
5052 * gdb.cell/bt.exp: Likewise.
5053 * gdb.cell/core.exp: Likewise.
5054 * gdb.cell/dwarfaddr.exp: Likewise.
5055 * gdb.cell/ea-cache.exp: Likewise.
5056 * gdb.cell/ea-standalone.exp: Likewise.
5057 * gdb.cell/f-regs.exp: Likewise.
5058 * gdb.cell/fork.exp: Likewise.
5059 * gdb.cell/gcore.exp: Likewise.
5060 * gdb.cell/mem-access.exp: Likewise.
5061 * gdb.cell/ptype.exp: Likewise.
5062 * gdb.cell/registers.exp: Likewise.
5063 * gdb.cell/sizeof.exp: Likewise.
5064 * gdb.cell/solib-symbol.exp: Likewise.
5065 * gdb.cell/solib.exp: Likewise.
5066
5067 2017-11-25 Pedro Alves <palves@redhat.com>
5068
5069 * gdb.base/complete-empty.exp: New file.
5070 * gdb.base/completion.exp: Adjust.
5071
5072 2017-11-25 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.linespec/cpls-ops.cc: New file.
5075 * gdb.linespec/cpls-ops.exp: New file.
5076 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5077 factored out from ...
5078 (test_complete_prefix_range): ... this.
5079
5080 2017-11-24 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.linespec/cpcompletion.exp: New file.
5083 * gdb.linespec/cpls-hyphen.cc: New file.
5084 * gdb.linespec/cpls.cc: New file.
5085 * gdb.linespec/cpls2.cc: New file.
5086 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5087 test to use test_gdb_complete_unique. Add label completion,
5088 keyword completion and explicit location completion tests.
5089 * lib/completion-support.exp: New file.
5090
5091 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5092
5093 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5094 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5095 when hitting an exception catchpoint.
5096
5097 2017-11-22 Yao Qi <yao.qi@linaro.org>
5098
5099 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5100
5101 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5104 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5105 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5106
5107 2017-11-22 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.base/info-os.exp: Pass pthreads.
5110 * gdb.multi/multi-attach.exp: Likewise.
5111
5112 2017-11-22 Yao Qi <yao.qi@linaro.org>
5113
5114 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5115 compiler.
5116
5117 2017-11-22 Yao Qi <yao.qi@linaro.org>
5118
5119 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5120 * gdb.base/break-interp.exp: Likewise.
5121 * gdb.base/jit-attach-pie.exp: Likewise.
5122
5123 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5124
5125 * gdb.base/float128.c (large128): New variable.
5126 * gdb.base/float128.exp: Add test to print largest __float128 value.
5127
5128 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5129
5130 * gdb.arch/vsx-regs.exp: Update register content checks.
5131
5132 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5133
5134 * gdb.arch/ppc-longdouble.exp: New file.
5135 * gdb.arch/ppc-longdouble.c: Likewise.
5136
5137 2017-11-21 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5140
5141 2017-11-20 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5144 (long_double_typedef): New typedefs.
5145 Use DEF on double and long double.
5146 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5147 cases.
5148 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5149 and 'long_double_ptr_same_size' locals. Use them to decide
5150 whether cast from array/function to float is valid/invalid.
5151
5152 2017-11-17 Tom Tromey <tom@tromey.com>
5153
5154 * gdb.rust/traits.rs: New file.
5155 * gdb.rust/traits.exp: New file.
5156
5157 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5158
5159 * gdb.ada/minsyms: New testcase.
5160
5161 2017-11-16 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5164 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5165
5166 2017-11-16 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5169 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5170
5171 2017-11-16 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.server/reconnect-ctrl-c.c: New file.
5174 * gdb.server/reconnect-ctrl-c.exp: New file.
5175
5176 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5177
5178 * gdb.python/py-rbreak.exp: New file.
5179 * gdb.python/py-rbreak.c: New file.
5180 * gdb.python/py-rbreak-func2.c: New file.
5181
5182 2017-11-16 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5185 pattern.
5186 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5187 GDB.
5188
5189 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5190
5191 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5192 regex.
5193
5194 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5195
5196 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5197 test names.
5198
5199 2017-11-09 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5202 factored out from ...
5203 (top level): ... here, and adjusted to avoid expecting beyond the
5204 prompt in a single gdb_test_multiple.
5205
5206 2017-11-09 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5209 output.
5210 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5211 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5212 * gdb.server/ext-run.exp ("kill" test): Likewise.
5213 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5214
5215 2017-11-09 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5218 match till end of line.
5219
5220 2017-11-09 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5223
5224 2017-11-09 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5227 New procedures, factored out from ...
5228 (top level): ... here, and adjusted to avoid expecting beyond the
5229 prompt in one go.
5230
5231 2017-11-09 Pedro Alves <palves@redhat.com>
5232
5233 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5234 output. Fix '?' match.
5235
5236 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/scoped_watch: New testcase.
5239 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5240 which is actually correct.
5241 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5242 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5243
5244 2017-11-08 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.gdb/complaints.exp (test_initial_complaints)
5247 (test_serial_complaints, test_short_complaints): Call
5248 complaint_internal instead of complaint.
5249
5250 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5251
5252 * gdb.threads/tls-core.c: New file.
5253 * gdb.threads/tls-core.exp: Likewise.
5254
5255 2017-11-08 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5258 (p Exported_Capitalized): New test.
5259 (p exported_capitalized): New test.
5260
5261 2017-11-07 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5264
5265 2017-11-07 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5268 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5269 (disable_invalid, disable_inverted, disable_negative): New
5270 procedures.
5271 ("bad numbers"): New set of tests.
5272
5273 2017-11-07 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.cp/ena-dis-br-range.exp: Add tests.
5276
5277 2017-11-07 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5280
5281 2017-11-07 Xavier Roirand <roirand@adacore.com>
5282 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/ena-dis-br.exp: Add reference to
5285 gdb.cp/ena-dis-br-range.exp.
5286 * gdb.cp/ena-dis-br-range.exp: New file.
5287 * gdb.cp/ena-dis-br-range.cc: New file.
5288
5289 2017-11-06 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/attach-non-pgrp-leader.c: New.
5292 * gdb.base/attach-non-pgrp-leader.exp: New.
5293
5294 2017-11-06 Pedro Alves <palves@redhat.com>
5295
5296 * configure.ac: No longer check for termio.h and sgtty.h.
5297 * configure: Regenerate.
5298 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5299 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5300 Remove termio and sgtty code.
5301
5302 2017-11-03 Yao Qi <yao.qi@linaro.org>
5303
5304 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5305 in GDB is disabled.
5306
5307 2017-11-03 Yao Qi <yao.qi@linaro.org>
5308
5309 * gdb.python/py-thrhandle.exp: Skip it if python is not
5310 enabled.
5311
5312 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5313
5314 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5315 as a breakpoint command.
5316
5317 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5318
5319 PR python/21213
5320 * gdb.python/py-infthread.exp: Test calling
5321 InferiorThread.inferior () multiple times in a row.
5322
5323 2017-10-27 Keith Seitz <keiths@redhat.com>
5324
5325 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5326 Test "info break" for every inlined function breakpoint.
5327
5328 2017-10-27 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5331
5332 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5333
5334 * gdb.cp/classes.exp (test_static_members): Test printing
5335 Outer::instance.
5336 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5337 (Inner::instance, Outer::instance): New.
5338
5339 2017-10-24 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5342 extra console" test in two stages.
5343
5344 2017-10-24 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5347
5348 2017-10-24 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5351 loop.
5352
5353 2017-10-24 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5356 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5357
5358 2017-10-24 Pedro Alves <palves@redhat.com>
5359
5360 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5361 parameter and handle it. Don't output read value in test name.
5362
5363 2017-10-24 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5366 custom test name.
5367
5368 2017-10-24 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5371 include the unstable output directory name in the test's name.
5372 (initial_setup_simple) <'set args'>: Use custom test name.
5373
5374 2017-10-24 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5377 with explicit test name.
5378
5379 2017-10-20 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5382 'wait -i'. Use gdb_assert and remote_close.
5383
5384 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5387 number from variable rather than hard-coded.
5388
5389 2017-10-19 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.base/long-inferior-output.c: New file.
5392 * gdb.base/long-inferior-output.exp: New file.
5393
5394 2017-11-18 Keith Seitz <keiths@redhat.com>
5395
5396 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5397 method.
5398 (main): Call it.
5399 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5400 Add additional user-defined conversion operator tests.
5401
5402 2017-10-17 Pedro Alves <palves@redhat.com>
5403
5404 * boards/native-stdio-gdbserver.exp: Load "local-board".
5405
5406 2017-10-17 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/quit-live.c: New file.
5409 * gdb.base/quit-live.exp: New file.
5410
5411 2017-10-16 Keith Seitz <keiths@redhat.com>
5412
5413 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5414 (class_with_protected_typedef, class_with_private_typedef)
5415 (struct_with_public_typedef, struct_with_protected_typedef)
5416 (struct_with_private_typedef): New classes/structs.
5417 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5418 typedefs and access specifiers.
5419
5420 2017-10-16 Pedro Alves <palves@redhat.com>
5421 Simon Marchi <simon.marchi@polymtl.ca>
5422
5423 * README (Local vs Remote vs Native): New section.
5424 * boards/local-board.exp: New file, with bits factored out from
5425 ...
5426 * boards/native-extended-gdbserver.exp: ... here. Load
5427 "local-board".
5428 * boards/native-gdbserver.exp: Load "local-board".
5429 (${board}_spawn, ${board}_exec): Delete.
5430 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5431 ...
5432 * boards/stdio-gdbserver-base.exp: ... this new file.
5433 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5434 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5435 procedure.
5436 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5437 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5438 stdio_gdbserver_command.
5439 (${board}_get_remote_address, ${board}_get_comm_port)
5440 (${board}_download, ${board}_upload): Delete.
5441 (get_target_remote_pipe_cmd): New.
5442
5443 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5444
5445 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5446 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5447 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5448 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5449 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5450 remove with_test_prefix.
5451
5452 2017-10-13 Pedro Alves <palves@redhat.com>
5453
5454 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5455 * gdb.base/annota1.exp: Use it instead of is_remote.
5456 * gdb.base/annota3.exp: Use it instead of is_remote.
5457 * gdb.cp/annota2.exp: Use it instead of is_remote.
5458 * gdb.cp/annota3.exp: Use it instead of is_remote.
5459 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5460
5461 2017-10-13 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5464 (test_num_test_vars, run_and_count_vars, find_env)
5465 (test_set_unset_env, test_inherit_env_var): New procedures.
5466 (top level): Use them.
5467
5468 2017-10-13 Pedro Alves <palves@redhat.com>
5469
5470 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5471 also skip on stub-like targets.
5472
5473 2017-10-13 Pedro Alves <palves@redhat.com>
5474
5475 PR gdb/22293
5476 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5477 (top level): Move some tests to ...
5478 (test_not_found): ... this new procedure.
5479 (top level): Call it.
5480
5481 2017-10-13 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5484 expect different "info terminal" output if testing with a
5485 non-native target.
5486
5487 2017-10-13 Pedro Alves <palves@redhat.com>
5488 Simon Marchi <simon.marchi@polymtl.ca>
5489
5490 PR python/12966
5491 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5492
5493 2017-10-13 Pedro Alves <palves@redhat.com>
5494
5495 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5496 already.
5497
5498 2017-10-13 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5501 is_remote.
5502
5503 2017-10-13 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5506 is_remote.
5507
5508 2017-10-13 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5511 is set.
5512 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5513 instead of is_remote.
5514
5515 2017-10-13 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5518 (top level): Add comment.
5519
5520 2017-10-13 Pedro Alves <palves@redhat.com>
5521
5522 * gdb.base/remote.exp (top level): Fix comment typo and add
5523 missing return.
5524
5525 2017-10-13 Pedro Alves <palves@redhat.com>
5526 Simon Marchi <simon.marchi@polymtl.ca>
5527
5528 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5529 calls and add comments. Skip test if use_gdb_stub is set.
5530 (top level): Use "set cwd" command instead of "cd" command.
5531
5532 2017-10-13 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5535 is_remote target check.
5536
5537 2017-10-13 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/scope.exp: Use build_executable + clean_restart +
5540 gdb_file_cmd instead of prepare_for_testing and no longer skip
5541 "before run" tests on is_remote target boards. Update comments.
5542 * boards/native-extended-gdbserver.exp
5543 (extended_gdbserver_load_last_file): New, factored out from ...
5544 (gdb_load): ... this. Move further below and add comment.
5545 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5546
5547 2017-10-12 Pedro Alves <palves@redhat.com>
5548
5549 * gdb.base/attach.exp: Remove references to gdb64.
5550 * gdb.base/dbx.exp: Remove references to gdb64.
5551
5552 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5553 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/label.exp: Remove is_remote target check.
5556
5557 2017-10-12 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/auvx.exp (coredir): Update comment.
5560 (top level) <core_works>: Use "set cwd" command instead of "cd"
5561 command.
5562
5563 2017-10-12 Pedro Alves <palves@redhat.com>
5564 Simon Marchi <simon.marchi@polymtl.ca>
5565
5566 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5567 target boards.
5568
5569 2017-10-12 Pedro Alves <palves@redhat.com>
5570 Simon Marchi <simon.marchi@polymtl.ca>
5571
5572 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5573 Instead skip if there's any gdb_protocol set.
5574
5575 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5576 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5579
5580 2017-10-12 Pedro Alves <palves@redhat.com>
5581 Simon Marchi <simon.marchi@polymtl.ca>
5582
5583 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5584 instead of on dejagnu remote boards.
5585
5586 2017-10-12 Pedro Alves <palves@redhat.com>
5587 Simon Marchi <simon.marchi@polymtl.ca>
5588
5589 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5590 checks. Use build_executable + clean_restart instead of
5591 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5592 of enabling non-stop after starting gdb.
5593
5594 2017-10-12 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5597 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5598 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5599 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5600
5601 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5602
5603 * gdb.arch/arc-tdesc-cpu.exp: New file.
5604 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5605
5606 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5609
5610 2017-10-10 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5613 expect CLI output.
5614
5615 2017-10-10 Pedro Alves <palves@redhat.com>
5616
5617 * lib/selftest-support.exp (selftest_setup): Update for
5618 captured_command_loop's prototype change.
5619
5620 2017-10-09 Pedro Alves <palves@redhat.com>
5621
5622 Test both arch1=>arch2 and arch2=>arch1.
5623
5624 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5625 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5626 factored out to...
5627 (append_arch1_options, append_arch2_options, append_arch_options)
5628 (build_executables): New procedures.
5629 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5630 local.
5631 (top level): Add new 'first_arch' testing axis.
5632
5633 2017-10-09 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5636 (barrier): New.
5637 (thread_start, all_started): New functions.
5638 (main): Spawn new thread and wait until it is scheduled.
5639 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5640 option.
5641 (do_test): Add 'selected_thread' parameter. Run to all_started
5642 instead of main. Explicitly set the breakpoint at main. Switch
5643 to the SELECTED_THREAD thread.
5644 (top level): Test handling the exec event with either the main
5645 thread or the second thread selected.
5646
5647 2017-10-09 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5650 logic. Move STOP marker after the value checks.
5651 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5652 regexp.
5653
5654 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5655
5656 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5657
5658 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5659
5660 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5661 integer-to-dfp conversion.
5662 * gdb.base/dfp-test.exp: Likewise.
5663
5664 2017-10-04 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.multi/hangout.c: Include <unistd.h>.
5667 (hangout_loop): New function.
5668 (main): Call alarm. Call hangout_loop in a loop.
5669 * gdb.multi/hello.c: Include <unistd.h>.
5670 (hello_loop): New function.
5671 (main): Call alarm. Call hangout_loop in a loop.
5672 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5673 inferior with the other selected.
5674
5675 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 * gdb.mi/list-thread-groups-available.exp: New file.
5678 * gdb.mi/list-thread-groups-available.c: New file.
5679
5680 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5681
5682 * gdb.base/set-cwd.exp: Make it available on
5683 native-extended-gdbserver.
5684
5685 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5686
5687 * gdb.base/set-cwd.c: New file.
5688 * gdb.base/set-cwd.exp: Likewise.
5689
5690 2017-10-02 Tom Tromey <tom@tromey.com>
5691
5692 PR rust/22236:
5693 * gdb.rust/simple.rs (main): New variable "fslice".
5694 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5695
5696 2017-10-02 Tom Tromey <tom@tromey.com>
5697
5698 * gdb.rust/simple.exp: Test ptype of a slice.
5699
5700 2017-10-02 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.rust/simple.exp: Test index of slice.
5703
5704 2017-09-27 Tom Tromey <tom@tromey.com>
5705
5706 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5707
5708 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5709 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/compare-sections.exp (get value of read-only section): Read
5712 as unsigned value.
5713 (corrupt read-only section): Likewise and don't set written if patching
5714 failed.
5715
5716 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5717
5718 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5719 files.
5720
5721 2017-09-20 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5724 symbol names in gdb's output.
5725 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5726
5727 2017-09-20 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5730 Rename to ...
5731 (test_list_ambiguous_symbol): ... this and add a symbol name
5732 parameter. Adjust.
5733 (test_list_ambiguous_function): Reimplement on top of
5734 test_list_ambiguous_symbol and also test listing ambiguous
5735 variables.
5736 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5737 (ambiguous_fun): ... this.
5738 (ambiguous_var): New.
5739 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5740 (ambiguous_fun): ... this.
5741 (ambiguous_var): New.
5742
5743 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5744
5745 * gdb.base/starti.c: New file.
5746 * gdb.base/starti.exp: New file.
5747 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5748
5749 2017-09-14 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5752 (top level): Use it instead of runto.
5753
5754 2017-09-11 Tom Tromey <tom@tromey.com>
5755
5756 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5757
5758 2017-09-11 Tom Tromey <tom@tromey.com>
5759
5760 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5761 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5762
5763 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5764
5765 * gdb.fortran/printing-types.exp: New file.
5766 * gdb.fortran/printing-types.exp: New file.
5767
5768 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5769
5770 * gdb.fortran/vla-ptype.exp: Fix typos.
5771 * gdb.fortran/vla-value.exp: Same.
5772
5773 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5774
5775 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5776 * gdb.mi/mi-var-child-f.exp: Likewise.
5777 * gdb.mi/mi-vla-fortran.exp: Likewise.
5778
5779 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5780 Christoph Weinmann <christoph.t.weinmann@intel.com>
5781 Bernhard Heckel <bernhard.heckel@intel.com>
5782
5783 * gdb.fortran/ptr-indentation.f90: New file.
5784 * gdb.fortran/ptr-indentation.exp: New file.
5785
5786 2017-09-05 Tom Tromey <tom@tromey.com>
5787
5788 PR gdb/22010:
5789 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5790
5791 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5792
5793 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5794
5795 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 * gdb.threads/tls-nodebug-pie.c: New file.
5798 * gdb.threads/tls-nodebug-pie.exp: New file.
5799
5800 2017-09-05 Tom Tromey <tom@tromey.com>
5801
5802 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5803 for rust.
5804
5805 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.multi/multi-arch-exec.exp: Test with different
5808 "follow-exec-mode" settings.
5809 (do_test): New procedure.
5810
5811 2017-09-04 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/func-static.c (S::method const, S::method volatile)
5814 (S::method volatile const): New methods.
5815 (c_s, v_s, cv_s): New instances.
5816 (main): Call method() on them.
5817 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5818 (cannot_resolve): New procedure.
5819 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5820 print-quote-unquoted columns.
5821 (do_test): Test printing each scope too.
5822
5823 2017-09-04 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/local-static.exp: Also test with
5826 class::method::variable wholly quoted.
5827 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5828
5829 2017-09-04 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/local-static.c: New.
5832 * gdb.base/local-static.cc: New.
5833 * gdb.base/local-static.exp: New.
5834
5835 2017-09-04 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.asm/asm-source.exp: Add casts to int.
5838 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5839 (dataglobal64_1, dataglobal64_2): New globals.
5840 * gdb.base/nodebug.exp: Test different expressions involving the
5841 new globals, with print, whatis and ptype. Add casts to int.
5842 * gdb.base/solib-display.exp: Add casts to int.
5843 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5844 * gdb.cp/m-static.exp: Add cast to int.
5845 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5846 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5847 tls variable with no debug info without a cast. Test with a cast
5848 to int too.
5849 * gdb.trace/entry-values.exp: Add casts.
5850
5851 2017-09-04 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/nodebug.exp: Test that ptype's error about functions
5854 with unknown return type includes the function name too.
5855
5856 2017-09-04 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5859 return type of munmap in infcall.
5860 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5861 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5862 type of ftell in infcall.
5863 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5864 type of getpid in infcall.
5865 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5866 infcall.
5867 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5868 Bail on failure to extract the pid.
5869 * gdb.base/nodebug.c: #include <stdint.h>.
5870 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5871 New functions.
5872 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5873 Change expected output of print/whatis/ptype with functions with
5874 no debug info. Test all supported languages. Call
5875 test_call_promotion.
5876 * gdb.compile/compile.exp: Adjust expected output to expect
5877 warning.
5878 * gdb.threads/siginfo-threads.exp: Likewise.
5879
5880 2017-09-04 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5883 "prototypes". Test calling float functions via prototyped and
5884 unprototyped function pointers.
5885 (perform_all_tests): New parameter "prototypes". Pass it down.
5886 (top level): Pass down "prototypes" parameter to
5887 perform_all_tests.
5888
5889 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5890
5891 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5892 Test with nested loops.
5893
5894 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5895
5896 * gdb.base/commands.exp: Call the new procedures.
5897 (loop_break_test, loop_continue_test): New procedures.
5898
5899 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5900
5901 * gdb.base/commands.exp: Call new procedure.
5902 (define_if_without_arg_test): New procedure.
5903
5904 2017-09-04 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/list-ambiguous.exp: New file.
5907 * gdb.base/list-ambiguous0.c: New file.
5908 * gdb.base/list-ambiguous1.c: New file.
5909 * gdb.base/list.exp (test_list_range): Adjust expected output.
5910
5911 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5912
5913 * gdb.base/share-env-with-gdbserver.c: New file.
5914 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5915
5916 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.base/commands.exp (gdbvar_simple_if_test,
5919 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5920 progvar_simple_if_test, progvar_simple_while_test,
5921 progvar_complex_if_while_test, user_defined_command_test,
5922 user_defined_command_args_eval,
5923 user_defined_command_args_stack_test,
5924 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5925 temporary_breakpoint_commands,
5926 gdb_test_no_prompt, redefine_hook_test,
5927 redefine_backtrace_test): Remove "global gdb_prompt".
5928
5929 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5930
5931 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5932 New proc, call it from toplevel.
5933
5934 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5935
5936 PR remote/21852
5937 * gdb.server/normal.c: New file, copied from gdb.base.
5938 * gdb.server/run-without-local-binary.exp: New file.
5939
5940 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5941
5942 * gdb.arch/sparc64-adi.exp: New file.
5943 * gdb.arch/sparc64-adi.c: New file.
5944
5945 2017-08-22 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5948 (top level): Add "list all overloads" tests.
5949
5950 2017-08-22 Tom Tromey <tom@tromey.com>
5951
5952 * gdb.gdb/xfullpath.exp: Remove.
5953
5954 2017-08-21 Pedro Alves <palves@redhat.com>
5955
5956 PR gdb/19487
5957 * gdb.base/symbol-alias.c: New.
5958 * gdb.base/symbol-alias2.c: New.
5959 * gdb.base/symbol-alias.exp: New.
5960
5961 2017-08-21 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/dfp-test.c
5964 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5965 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5966 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5967 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5968 * gdb.base/whatis-ptype-typedefs.c: New.
5969 * gdb.base/whatis-ptype-typedefs.exp: New.
5970 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5971 (an_int, an_int_type, an_int_type2): New globals.
5972 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5973 involving typedefs and cast expressions.
5974 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5975 (lookup_typedefs_function): New.
5976 (typedefs_pretty_printers_dict): New.
5977 (top level): Register lookup_typedefs_function in
5978 gdb.pretty_printers.
5979
5980 2017-08-18 Yao Qi <yao.qi@linaro.org>
5981
5982 * gdb.server/unittest.exp: New.
5983
5984 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5985
5986 PR gdb/21954
5987 * gdb.base/environ.exp: Add test to check if 'unset environment'
5988 works.
5989
5990 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5991
5992 * lib/gdb.exp (universal_compile_options): New caching proc.
5993 (gdb_compile): Suppress GCC's coloring of messages.
5994
5995 2017-08-14 Tom Tromey <tom@tromey.com>
5996
5997 PR gdb/21675:
5998 * gdb.base/printcmds.exp (test_radices): New function.
5999 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6000 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6001 * lib/gdb.exp (get_integer_valueof): Use p/d.
6002
6003 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6004
6005 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6006 characters.
6007
6008 2017-08-05 Tom Tromey <tom@tromey.com>
6009
6010 * gdb.rust/simple.exp: Allow String to appear in a different
6011 namespace.
6012
6013 2017-07-26 Yao Qi <yao.qi@linaro.org>
6014
6015 * gdb.gdb/unittest.exp: Invoke command
6016 "maintenance check xml-descriptions".
6017
6018 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6019
6020 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6021 calling context.
6022 (hex128): Drop erroneous calculation of parameters.
6023
6024 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6025
6026 * gdb.python/py-unwind.exp: Disable stack protection when
6027 building test file.
6028
6029 2017-07-20 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/default.exp (set language): Adjust expected output.
6032
6033 2017-07-20 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6036 (test_minsym): ... this, and make static.
6037 (get_pck__foo__bar__minsym): Rename to ...
6038 (get_test_minsym): ... this.
6039 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6040 symbol names and comments.
6041 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6042 (get_test_minsym): ... this.
6043 (pck__foo__bar__minsym__2): Rename to ...
6044 (test_minsym): ... this.
6045 (main): Adjust.
6046
6047 2017-07-17 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/completion.exp: Adjust expected output.
6050 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6051 the completer works.
6052
6053 2017-07-17 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6056
6057 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6060
6061 2017-07-14 Tom Tromey <tom@tromey.com>
6062
6063 PR rust/21764:
6064 * gdb.rust/simple.exp: Add tests.
6065
6066 2017-07-14 Tom Tromey <tom@tromey.com>
6067
6068 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6069
6070 2017-07-14 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.linespec/base/one/thefile.cc (z1): New function.
6073 * gdb.linespec/base/two/thefile.cc (z2): New function.
6074 * gdb.linespec/linespec.exp: Add tests.
6075
6076 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6077
6078 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6079 to mi_create_breakpoint.
6080
6081 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6084 mi_create_breakpoint.
6085
6086 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6087
6088 * gdb.dlang/demangle.exp: Update for demangling changes.
6089
6090 2017-07-09 Tom Tromey <tom@tromey.com>
6091
6092 * gdb.dwarf2/shortpiece.exp: New file.
6093
6094 2017-07-06 David Blaikie <dblaikie@gmail.com>
6095
6096 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6097 built from fissiont-multi-cu{1,2}.c.
6098 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6099 except putting 'main' and 'func' in separate CUs in the same DWO file.
6100 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6101 test.
6102 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6103 test.
6104
6105 2017-07-06 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.python/py-unwind.exp: Test flushregs.
6108
6109 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6110
6111 PR cli/21688
6112 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6113 tests for alias commands and trailing whitespace.
6114
6115 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6116
6117 PR cli/21688
6118 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6119 procedure. Call it.
6120
6121 2017-06-29 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/printcmds.exp: Add tests.
6124
6125 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6126
6127 PR gdb/21337
6128 * gdb.base/reread-readsym.exp: New file.
6129 * gdb.base/reread-readsym.c: New file.
6130
6131 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6132
6133 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6134 subpattern.
6135
6136 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6137
6138 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6139 extended mnemonic.
6140 * gdb.arch/powerpc-power9.s: Likewise.
6141
6142 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6143
6144 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6145 on 32-bit x86 targets. Exploit is_*_target macros where
6146 appropriate.
6147
6148 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6149
6150 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6151 register pieces.
6152
6153 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6154
6155 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6156 located in one or more DWARF pieces.
6157
6158 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6159
6160 * lib/gdb.exp (get_endianness): New proc.
6161 * gdb.arch/aarch64-fp.exp: Use it.
6162 * gdb.arch/altivec-regs.exp: Likewise.
6163 * gdb.arch/e500-regs.exp: Likewise.
6164 * gdb.arch/vsx-regs.exp: Likewise.
6165 * gdb.base/dump.exp: Likewise.
6166 * gdb.base/funcargs.exp: Likewise.
6167 * gdb.base/gnu_vector.exp: Likewise.
6168 * gdb.dwarf2/formdata16.exp: Likewise.
6169 * gdb.dwarf2/implptrpiece.exp: Likewise.
6170 * gdb.dwarf2/nonvar-access.exp: Likewise.
6171 * gdb.python/py-inferior.exp: Likewise.
6172 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6173
6174 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6175
6176 PR gdb/21226
6177 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6178 stack value pieces are taken from the LSB end.
6179
6180 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6183 variable at nonzero offset.
6184
6185 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6186
6187 * gdb.dwarf2/var-access.c: New file.
6188 * gdb.dwarf2/var-access.exp: New test.
6189 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6190
6191 2017-06-12 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.dwarf2/formdata16.exp: Add tests.
6194
6195 2017-06-12 Tom Tromey <tom@tromey.com>
6196
6197 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6198
6199 2017-06-12 Tom Tromey <tom@tromey.com>
6200
6201 PR exp/16225:
6202 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6203 * gdb.arch/vsx-regs.exp: Update tests.
6204 * gdb.arch/s390-vregs.exp (hex128): New proc.
6205 Update test.
6206 * gdb.arch/altivec-regs.exp: Update tests.
6207
6208 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6209
6210 * gdb.base/startup-with-shell.c: New file.
6211 * gdb.base/startup-with-shell.exp: Likewise.
6212
6213 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 * gdb.server/non-existing-program.exp: Update regex in order to
6216 reflect the fact that gdbserver is now using fork_inferior (with a
6217 shell) to startup the inferior.
6218
6219 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6222 support function calls from GDB.
6223
6224 2017-05-21 Tom Tromey <tom@tromey.com>
6225
6226 PR rust/21466:
6227 * gdb.rust/unsized.exp: New file.
6228 * gdb.rust/unsized.rs: New file.
6229
6230 2017-05-19 Tom Tromey <tom@tromey.com>
6231
6232 PR rust/21484:
6233 * gdb.rust/watch.exp: New file.
6234 * gdb.rust/watch.rs: New file.
6235
6236 2017-05-18 Tom Tromey <tom@tromey.com>
6237
6238 * gdb.rust/simple.exp: Allow Box to be qualified.
6239
6240 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6241
6242 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6243
6244 2017-05-18 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/fileio.c (test_write, test_read, test_close)
6247 (test_fstat): Don't print 'ret' in the fail path.
6248
6249 2017-05-18 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6252 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6253 (test_system, test_rename, test_unlink, test_time): Change
6254 prototypes.
6255 * gdb.base/fileio.exp (stop_msg): Adjust.
6256
6257 2017-05-18 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/fileio.c (null_str): New global.
6260 (test_stat): Use it.
6261 * gdb.base/fileio.exp: Remove nowarnings.
6262
6263 2017-05-17 Yao Qi <yao.qi@linaro.org>
6264
6265 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6266
6267 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6268
6269 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6270 argument command.
6271 (top-level): Invoke test_set_inferior_tty.
6272
6273 2017-05-04 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6276 Add parens to print call for Python 3.
6277
6278 2017-05-03 Keith Seitz <keiths@redhat.com>
6279
6280 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6281 (main): Call it.
6282
6283 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6284
6285 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6286 to prev and next.
6287
6288 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6289
6290 * gdb.python/py-record-btrace.exp: Remove test for
6291 gdb.BtraceInstruction.error.
6292
6293 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6294
6295 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6296
6297 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6298
6299 * gdb.python/py-record-btrace-threads.c: New file.
6300 * gdb.python/py-record-btrace-threads.exp: New file.
6301
6302 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6303
6304 PR testsuite/8595
6305 * gdb.base/environ.exp: Make test available in all architectures.
6306 Move bits related to "info program" testing to
6307 gdb.base/info-program.exp. Rewrite tests to use the two new
6308 procedures mentione below.
6309 (test_set_show_env_var) New procedure.
6310 (test_set_show_env_var_equal): Likewise.
6311 * gdb.base/info-program.exp: New file.
6312
6313 2017-04-27 Keith Seitz <keiths@redhat.com>
6314
6315 * gdb.cp/oranking.cc (test15): New function.
6316 (main): Call test15 and declare additional variables for testing.
6317 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6318 "p foo101('abc')" tests.
6319 Add tests for cv qualifier overloads.
6320 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6321 "lvalue reference overload" test.
6322 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6323 "print value of f1 on Child&& in f2" test.
6324
6325 2017-04-19 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6328 procedure.
6329 (top level): Call it.
6330 * lib/gdb.exp (gdb_define_cmd): New procedure.
6331
6332 2017-04-12 Pedro Alves <palves@redhat.com>
6333
6334 PR gdb/21323
6335 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6336 (wchar): New global.
6337 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6338 (do_test_wide_char, wide_char_types_no_program, top level): Add
6339 wchar_t testing.
6340
6341 2017-04-12 Pedro Alves <palves@redhat.com>
6342
6343 PR c++/21323
6344 * gdb.cp/wide_char_types.c: New file.
6345 * gdb.cp/wide_char_types.exp: New file.
6346
6347 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6348
6349 PR gdb/21352
6350 * gdb.trace/tsv.exp: Add test for "tsave -r".
6351
6352 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6353
6354 * gdb.dlang/watch-loc.c: New file.
6355 * gdb.dlang/watch-loc.exp: New file.
6356
6357 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6358
6359 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6360
6361 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6362
6363 * gdb.arch/arc-analyze-prologue.S: New file.
6364 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6365
6366 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6367
6368 * gdb.arch/arc-decode-insn.S: New file.
6369 * gdb.arch/arc-decode-insn.exp: Likewise.
6370
6371 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6372
6373 PR tdep/20928
6374 * gdb.arch/sparc64-regs.exp: New file.
6375 * gdb.arch/sparc64-regs.S: Likewise.
6376
6377 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6378
6379 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6380 and memory view on Python 3.
6381
6382 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6383 Keith Seitz <keiths@redhat.com>
6384
6385 PR gdb/14441
6386 * gdb.cp/demangle.exp: Add rvalue reference tests.
6387 * gdb.cp/rvalue-ref-casts.cc: New file.
6388 * gdb.cp/rvalue-ref-casts.exp: New file.
6389 * gdb.cp/rvalue-ref-overload.cc: New file.
6390 * gdb.cp/rvalue-ref-overload.exp: New file.
6391 * gdb.cp/rvalue-ref-params.cc: New file.
6392 * gdb.cp/rvalue-ref-params.exp: New file.
6393 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6394 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6395 * gdb.cp/rvalue-ref-types.cc: New file.
6396 * gdb.cp/rvalue-ref-types.exp: New file.
6397 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6398 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6399
6400 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6401
6402 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6403 New procedure.
6404
6405 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6406
6407 * lib/mi-support.exp (mi_gdb_test): Add additional message
6408 for unexpected output.
6409
6410 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6411
6412 * gdb.base/examine-backward.c (Barrier): New character array
6413 constant, to ensure that TestStrings is preceded by a string
6414 terminator.
6415
6416 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6417
6418 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6419 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6420 and implicit pointer into such a location.
6421
6422 2017-03-16 Doug Evans <dje@google.com>
6423
6424 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6425
6426 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6427
6428 * gdb.cp/m-static.exp: Fix expectation for prototype of
6429 test5.single_constructor and single_constructor::single_constructor.
6430
6431 2017-03-16 Doug Evans <dje@google.com>
6432
6433 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6434 * gdb.guile/scm-lazy-string.c: New file.
6435 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6436 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6437 for pointer, array, typedef lazy strings.
6438
6439 2017-03-16 Doug Evans <dje@google.com>
6440
6441 PR python/17728, python/18439, python/18779
6442 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6443 * gdb.python/py-lazy-string.c (pointer): New typedef.
6444 (main): New locals ptr, array, typedef_ptr.
6445 * gdb.python/py-value.exp: Move lazy string tests to ...
6446 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6447 array, typedef lazy strings.
6448
6449 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6450
6451 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6452 Add optional 'test' parameter.
6453
6454 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6455
6456 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6457 Skip for versions of DejaGnu < 1.5.
6458
6459 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6460
6461 * lib/gdb.exp (dejagnu_version): New proc.
6462 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6463 Use dejagnu_version.
6464
6465 2017-03-10 Keith Seitz <keiths@redhat.com>
6466
6467 PR c++/8128
6468 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6469 type from destructor regexps.
6470 Add a branch which actually passes the test.
6471 Adjust "ptype t5i" test names.
6472
6473 2017-03-08 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/step-over-exit.exp: Add explicit test message.
6476
6477 2017-03-08 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/18360
6480 * gdb.threads/interrupt-while-step-over.c: New file.
6481 * gdb.threads/interrupt-while-step-over.exp: New file.
6482
6483 2017-03-08 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6486 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6487
6488 2017-03-08 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6491 PKRU as not supported as a PASS.
6492
6493 2017-03-08 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6496 prefix instead of $binfile1/$binfile2.
6497 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6498 in test message.
6499 * gdb.python/py-completion.exp: Use "load python file" as test
6500 messages instead of unstable path names.
6501
6502 2017-03-08 Pedro Alves <palves@redhat.com>
6503 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 PR cli/21218
6506 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6507 New proc.
6508 (top level): Call it.
6509
6510 2017-03-08 Pedro Alves <palves@redhat.com>
6511
6512 PR tui/21216
6513 * gdb.tui/tui-nl-filtered-output.exp: New file.
6514
6515 2017-03-08 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.base/completion.exp: Move TUI completion tests to ...
6518 * gdb.tui/completion.exp: ... this new file.
6519
6520 2017-03-08 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/tui-disasm-long-lines.c,
6523 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6524 gdb.base/tui-layout.exp: Move to ...
6525 * gdb.tui/: ... this new directory.
6526
6527 2017-03-07 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/tui-layout.c: New file.
6530 * gdb.base/tui-layout.exp: New file.
6531
6532 2017-03-07 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.base/tui-layout.c: Rename to ...
6535 * gdb.base/tui-disasm-long-lines.c: ... this.
6536 * gdb.base/tui-layout.exp: Rename to ...
6537 * gdb.base/tui-disasm-long-lines.exp: ... this.
6538
6539 2017-03-07 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6542
6543 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6544
6545 * i386-mpx-call.c: New file.
6546 * i386-mpx-call.exp: New file.
6547
6548 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6549
6550 * gdb.arch/powerpc-power.exp: Delete test.
6551 * gdb.arch/powerpc-power.s: Likewise.
6552 * gdb.disasm/disassembler-options.exp: New test.
6553 * gdb.arch/powerpc-altivec.exp: Likewise.
6554 * gdb.arch/powerpc-altivec.s: Likewise.
6555 * gdb.arch/powerpc-altivec2.exp: Likewise.
6556 * gdb.arch/powerpc-altivec2.s: Likewise.
6557 * gdb.arch/powerpc-altivec3.exp: Likewise.
6558 * gdb.arch/powerpc-altivec3.s: Likewise.
6559 * gdb.arch/powerpc-power7.exp: Likewise.
6560 * gdb.arch/powerpc-power7.s: Likewise.
6561 * gdb.arch/powerpc-power8.exp: Likewise.
6562 * gdb.arch/powerpc-power8.s: Likewise.
6563 * gdb.arch/powerpc-power9.exp: Likewise.
6564 * gdb.arch/powerpc-power9.s: Likewise.
6565 * gdb.arch/powerpc-vsx.exp: Likewise.
6566 * gdb.arch/powerpc-vsx.s: Likewise.
6567 * gdb.arch/powerpc-vsx2.exp: Likewise.
6568 * gdb.arch/powerpc-vsx2.s: Likewise.
6569 * gdb.arch/powerpc-vsx3.exp: Likewise.
6570 * gdb.arch/powerpc-vsx3.s: Likewise.
6571 * gdb.arch/arm-disassembler-options.exp: Likewise.
6572 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6573 * gdb.arch/s390-disassembler-options.exp: Likewise.
6574
6575 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6576
6577 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6578 (check_supported_features): ... this. Changed return type to void.
6579 (supports_rdseed): New static global.
6580 (rdseed): Check supports_rdseed.
6581 (initialize): Call check_supported_features.
6582
6583 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6584
6585 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6586 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6587 and lqarx/stqcx.
6588 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6589 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6590
6591 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6592
6593 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6594 uppercase.
6595
6596 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6597
6598 * gdb.dwarf2/formdata16.c: New file.
6599 * gdb.dwarf2/formdata16.exp: New file.
6600 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6601
6602 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6605 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6606 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6607 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6608 DW_AT_GNU_*.
6609
6610 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6611
6612 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6613
6614 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6615
6616 PR gdb/21164
6617 * gdb.base/maint.exp: Add testcases for when the commands do
6618 not have arguments.
6619
6620 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6621
6622 * gdb.cp/chained-calls.exp: Use p instead of P.
6623
6624 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6625
6626 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6627 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6628
6629 2017-02-14 Tom Tromey <tom@tromey.com>
6630
6631 PR python/13598:
6632 * gdb.python/py-events.exp: Add before_prompt event tests.
6633
6634 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6635
6636 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6637
6638 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6639
6640 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6641 (main): Call my_unique_function_name.
6642 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6643 completion of patterns with a single match.
6644 Add missing -re switches to gdb_test_multiple calls.
6645
6646 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6647
6648 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6649 return if core file is not recognized.
6650
6651 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6652
6653 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6654 and extra UIs.
6655
6656 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6659 proc_with_prefix.
6660
6661 2017-02-10 Tom Tromey <tom@tromey.com>
6662
6663 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6664
6665 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6666
6667 PR gdb/21122
6668 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6669
6670 2017-02-08 Jerome Guitton <guitton@adacore.com>
6671
6672 * gdb.base/define.exp: Add test for command abbreviations
6673 in define.
6674
6675 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6676
6677 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6678 * gdb.reverse/insn-reverse-x86.c: New file.
6679
6680 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6681
6682 PR tdep/20936
6683 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6684
6685 2017-02-03 Tom Tromey <tom@tromey.com>
6686
6687 PR rust/21097:
6688 * gdb.rust/simple.exp: Add new tests.
6689
6690 2017-02-02 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6693 tests.
6694
6695 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6696
6697 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6698 taking a 2-byte value out of a 4-byte DWARF implicit value on
6699 big-endian targets.
6700 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6701 logic. Add test cases for DW_OP_implicit.
6702
6703 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6704
6705 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6706
6707 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6708
6709 * gdb.btrace/enable.exp: Call gdb_exit before
6710 skip_gdbserver_tests.
6711
6712 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6713
6714 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6715 GDBFLAGS.
6716
6717 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6718
6719 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6720 the test is skipped.
6721 * gdb.btrace/data.exp: Likewise.
6722 * gdb.btrace/delta.exp: Likewise.
6723 * gdb.btrace/dlopen.exp: Likewise.
6724 * gdb.btrace/enable-running.exp: Likewise.
6725 * gdb.btrace/enable.exp: Likewise.
6726 * gdb.btrace/exception.exp: Likewise.
6727 * gdb.btrace/function_call_history.exp: Likewise.
6728 * gdb.btrace/gcore.exp: Likewise.
6729 * gdb.btrace/instruction_history.exp: Likewise.
6730 * gdb.btrace/multi-thread-step.exp: Likewise.
6731 * gdb.btrace/nohist.exp: Likewise.
6732 * gdb.btrace/non-stop.exp: Likewise.
6733 * gdb.btrace/reconnect.exp: Likewise.
6734 * gdb.btrace/record_goto-step.exp: Likewise.
6735 * gdb.btrace/record_goto.exp: Likewise.
6736 * gdb.btrace/rn-dl-bind.exp: Likewise.
6737 * gdb.btrace/segv.exp: Likewise.
6738 * gdb.btrace/step.exp: Likewise.
6739 * gdb.btrace/stepi.exp: Likewise.
6740 * gdb.btrace/tailcall-only.exp: Likewise.
6741 * gdb.btrace/tailcall.exp: Likewise.
6742 * gdb.btrace/tsx.exp: Likewise.
6743 * gdb.btrace/unknown_functions.exp: Likewise.
6744 * gdb.btrace/vdso.exp: Likewise.
6745
6746 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6747
6748 * gdb.btrace/enable-running.c: New.
6749 * gdb.btrace/enable-running.exp: New.
6750
6751 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6752
6753 * gdb.arch/amd64-gs_base.c: New file.
6754 * gdb.arch/amd64-gs_base.exp: New file.
6755
6756 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6757
6758 * lib/memory.exp: Remove spurious empty newlines.
6759
6760 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6761
6762 * gdb.python/py-bad-printers.exp: Load python file using "source".
6763 * gdb.python/py-events.exp: Likewise.
6764 * gdb.python/py-evsignal.exp: Likewise.
6765 * gdb.python/py-evthreads.exp: Likewise.
6766 * gdb.python/py-frame-args.exp: Likewise.
6767 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6768 * gdb.python/py-framefilter-mi.exp: Likewise.
6769 * gdb.python/py-framefilter.exp: Likewise.
6770 * gdb.python/py-mi.exp: Likewise.
6771 * gdb.python/py-pp-maint.exp: Likewise.
6772 * gdb.python/py-pp-registration.exp: Likewise.
6773 * gdb.python/py-prettyprint.exp: Likewise.
6774 (run_lang_tests): Likewise.
6775 * gdb.python/py-typeprint.exp: Likewise.
6776
6777 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6778
6779 * lib/memory.exp: New file.
6780 * lib/gdb.exp: Load memory.exp.
6781 * gdb.base/memattr.exp (delete_memory): Move proc to
6782 lib/memory.exp and rename to delete_memory_regions.
6783 Replace delete_memory with delete_memory_regions.
6784 Cleanup memory regions before tests.
6785 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6786 before tests.
6787
6788 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6789
6790 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6791 files.
6792 (initialize): New function conditionally defined.
6793 (testcases): Move within conditional block.
6794 (main): Call initialize.
6795 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6796 of gdb.reverse/insn-reverse.c.
6797 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6798 gdb.reverse/insn-reverse.c.
6799
6800 2017-01-26 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6803 disassemble on address 0.
6804
6805 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6806 Yao Qi <yao.qi@linaro.org>
6807
6808 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6809 * gdb.dwarf2/implptr-64bit.S: Remove.
6810 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6811 variables in caller's context. Add DW_OP_implicit_value.
6812
6813 2017-01-25 Yao Qi <yao.qi@linaro.org>
6814
6815 * lib/dwarf.exp (Dwarf::_location): Handle
6816 DW_OP_GNU_implicit_pointer with proper size.
6817
6818 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6819
6820 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6821 and add untested calls.
6822
6823 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6824
6825 * gdb.python/python.exp: Check line number against what GDB thinks
6826 the line number is for func1.
6827
6828 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6829
6830 * gdb.dlang/debug-expr.exp: New file.
6831
6832 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6833
6834 Fix test names for the following files:
6835
6836 * gdb.ada/exec_changed.exp
6837 * gdb.ada/info_types.exp
6838 * gdb.arch/aarch64-atomic-inst.exp
6839 * gdb.arch/aarch64-fp.exp
6840 * gdb.arch/altivec-abi.exp
6841 * gdb.arch/altivec-regs.exp
6842 * gdb.arch/amd64-byte.exp
6843 * gdb.arch/amd64-disp-step.exp
6844 * gdb.arch/amd64-dword.exp
6845 * gdb.arch/amd64-entry-value-inline.exp
6846 * gdb.arch/amd64-entry-value-param.exp
6847 * gdb.arch/amd64-entry-value-paramref.exp
6848 * gdb.arch/amd64-entry-value.exp
6849 * gdb.arch/amd64-i386-address.exp
6850 * gdb.arch/amd64-invalid-stack-middle.exp
6851 * gdb.arch/amd64-invalid-stack-top.exp
6852 * gdb.arch/amd64-optimout-repeat.exp
6853 * gdb.arch/amd64-prologue-skip.exp
6854 * gdb.arch/amd64-prologue-xmm.exp
6855 * gdb.arch/amd64-stap-special-operands.exp
6856 * gdb.arch/amd64-stap-wrong-subexp.exp
6857 * gdb.arch/amd64-tailcall-cxx.exp
6858 * gdb.arch/amd64-tailcall-noret.exp
6859 * gdb.arch/amd64-tailcall-ret.exp
6860 * gdb.arch/amd64-tailcall-self.exp
6861 * gdb.arch/amd64-word.exp
6862 * gdb.arch/arm-bl-branch-dest.exp
6863 * gdb.arch/arm-disp-step.exp
6864 * gdb.arch/arm-neon.exp
6865 * gdb.arch/arm-single-step-kernel-helper.exp
6866 * gdb.arch/avr-flash-qualifier.exp
6867 * gdb.arch/disp-step-insn-reloc.exp
6868 * gdb.arch/e500-abi.exp
6869 * gdb.arch/e500-regs.exp
6870 * gdb.arch/ftrace-insn-reloc.exp
6871 * gdb.arch/i386-avx512.exp
6872 * gdb.arch/i386-bp_permanent.exp
6873 * gdb.arch/i386-byte.exp
6874 * gdb.arch/i386-cfi-notcurrent.exp
6875 * gdb.arch/i386-disp-step.exp
6876 * gdb.arch/i386-dr3-watch.exp
6877 * gdb.arch/i386-float.exp
6878 * gdb.arch/i386-gnu-cfi.exp
6879 * gdb.arch/i386-mpx-map.exp
6880 * gdb.arch/i386-mpx-sigsegv.exp
6881 * gdb.arch/i386-mpx-simple_segv.exp
6882 * gdb.arch/i386-mpx.exp
6883 * gdb.arch/i386-permbkpt.exp
6884 * gdb.arch/i386-prologue.exp
6885 * gdb.arch/i386-signal.exp
6886 * gdb.arch/i386-size-overlap.exp
6887 * gdb.arch/i386-unwind.exp
6888 * gdb.arch/i386-word.exp
6889 * gdb.arch/mips-fcr.exp
6890 * gdb.arch/powerpc-d128-regs.exp
6891 * gdb.arch/powerpc-stackless.exp
6892 * gdb.arch/ppc64-atomic-inst.exp
6893 * gdb.arch/s390-stackless.exp
6894 * gdb.arch/s390-tdbregs.exp
6895 * gdb.arch/s390-vregs.exp
6896 * gdb.arch/sparc-sysstep.exp
6897 * gdb.arch/thumb-bx-pc.exp
6898 * gdb.arch/thumb-singlestep.exp
6899 * gdb.arch/thumb2-it.exp
6900 * gdb.arch/vsx-regs.exp
6901 * gdb.asm/asm-source.exp
6902 * gdb.base/a2-run.exp
6903 * gdb.base/advance.exp
6904 * gdb.base/all-bin.exp
6905 * gdb.base/anon.exp
6906 * gdb.base/args.exp
6907 * gdb.base/arithmet.exp
6908 * gdb.base/async-shell.exp
6909 * gdb.base/async.exp
6910 * gdb.base/attach-pie-noexec.exp
6911 * gdb.base/attach-twice.exp
6912 * gdb.base/auto-load.exp
6913 * gdb.base/bang.exp
6914 * gdb.base/bitfields.exp
6915 * gdb.base/break-always.exp
6916 * gdb.base/break-caller-line.exp
6917 * gdb.base/break-entry.exp
6918 * gdb.base/break-inline.exp
6919 * gdb.base/break-on-linker-gcd-function.exp
6920 * gdb.base/break-probes.exp
6921 * gdb.base/break.exp
6922 * gdb.base/breakpoint-shadow.exp
6923 * gdb.base/call-ar-st.exp
6924 * gdb.base/call-sc.exp
6925 * gdb.base/call-signal-resume.exp
6926 * gdb.base/call-strs.exp
6927 * gdb.base/callfuncs.exp
6928 * gdb.base/catch-fork-static.exp
6929 * gdb.base/catch-gdb-caused-signals.exp
6930 * gdb.base/catch-load.exp
6931 * gdb.base/catch-signal-fork.exp
6932 * gdb.base/catch-signal.exp
6933 * gdb.base/catch-syscall.exp
6934 * gdb.base/charset.exp
6935 * gdb.base/checkpoint.exp
6936 * gdb.base/chng-syms.exp
6937 * gdb.base/code-expr.exp
6938 * gdb.base/code_elim.exp
6939 * gdb.base/commands.exp
6940 * gdb.base/completion.exp
6941 * gdb.base/complex.exp
6942 * gdb.base/cond-expr.exp
6943 * gdb.base/condbreak.exp
6944 * gdb.base/consecutive.exp
6945 * gdb.base/continue-all-already-running.exp
6946 * gdb.base/coredump-filter.exp
6947 * gdb.base/corefile.exp
6948 * gdb.base/dbx.exp
6949 * gdb.base/debug-expr.exp
6950 * gdb.base/define.exp
6951 * gdb.base/del.exp
6952 * gdb.base/disabled-location.exp
6953 * gdb.base/disasm-end-cu.exp
6954 * gdb.base/disasm-optim.exp
6955 * gdb.base/display.exp
6956 * gdb.base/duplicate-bp.exp
6957 * gdb.base/ena-dis-br.exp
6958 * gdb.base/ending-run.exp
6959 * gdb.base/enumval.exp
6960 * gdb.base/environ.exp
6961 * gdb.base/eu-strip-infcall.exp
6962 * gdb.base/eval-avoid-side-effects.exp
6963 * gdb.base/eval-skip.exp
6964 * gdb.base/exitsignal.exp
6965 * gdb.base/expand-psymtabs.exp
6966 * gdb.base/filesym.exp
6967 * gdb.base/find-unmapped.exp
6968 * gdb.base/finish.exp
6969 * gdb.base/float.exp
6970 * gdb.base/foll-exec-mode.exp
6971 * gdb.base/foll-exec.exp
6972 * gdb.base/foll-fork.exp
6973 * gdb.base/fortran-sym-case.exp
6974 * gdb.base/freebpcmd.exp
6975 * gdb.base/func-ptr.exp
6976 * gdb.base/func-ptrs.exp
6977 * gdb.base/funcargs.exp
6978 * gdb.base/gcore-buffer-overflow.exp
6979 * gdb.base/gcore-relro-pie.exp
6980 * gdb.base/gcore-relro.exp
6981 * gdb.base/gcore.exp
6982 * gdb.base/gdb1090.exp
6983 * gdb.base/gdb11530.exp
6984 * gdb.base/gdb11531.exp
6985 * gdb.base/gdb1821.exp
6986 * gdb.base/gdbindex-stabs.exp
6987 * gdb.base/gdbvars.exp
6988 * gdb.base/hbreak.exp
6989 * gdb.base/hbreak2.exp
6990 * gdb.base/included.exp
6991 * gdb.base/infcall-input.exp
6992 * gdb.base/inferior-died.exp
6993 * gdb.base/infnan.exp
6994 * gdb.base/info-macros.exp
6995 * gdb.base/info-os.exp
6996 * gdb.base/info-proc.exp
6997 * gdb.base/info-shared.exp
6998 * gdb.base/info-target.exp
6999 * gdb.base/infoline.exp
7000 * gdb.base/interp.exp
7001 * gdb.base/interrupt.exp
7002 * gdb.base/jit-reader.exp
7003 * gdb.base/jit-simple.exp
7004 * gdb.base/kill-after-signal.exp
7005 * gdb.base/kill-detach-inferiors-cmd.exp
7006 * gdb.base/label.exp
7007 * gdb.base/langs.exp
7008 * gdb.base/ldbl_e308.exp
7009 * gdb.base/line-symtabs.exp
7010 * gdb.base/linespecs.exp
7011 * gdb.base/list.exp
7012 * gdb.base/long_long.exp
7013 * gdb.base/longest-types.exp
7014 * gdb.base/maint.exp
7015 * gdb.base/max-value-size.exp
7016 * gdb.base/memattr.exp
7017 * gdb.base/mips_pro.exp
7018 * gdb.base/morestack.exp
7019 * gdb.base/moribund-step.exp
7020 * gdb.base/multi-forks.exp
7021 * gdb.base/nested-addr.exp
7022 * gdb.base/nextoverexit.exp
7023 * gdb.base/noreturn-finish.exp
7024 * gdb.base/noreturn-return.exp
7025 * gdb.base/nostdlib.exp
7026 * gdb.base/offsets.exp
7027 * gdb.base/opaque.exp
7028 * gdb.base/pc-fp.exp
7029 * gdb.base/permissions.exp
7030 * gdb.base/print-symbol-loading.exp
7031 * gdb.base/prologue-include.exp
7032 * gdb.base/psymtab.exp
7033 * gdb.base/ptype.exp
7034 * gdb.base/random-signal.exp
7035 * gdb.base/randomize.exp
7036 * gdb.base/range-stepping.exp
7037 * gdb.base/readline-ask.exp
7038 * gdb.base/recpar.exp
7039 * gdb.base/recurse.exp
7040 * gdb.base/relational.exp
7041 * gdb.base/restore.exp
7042 * gdb.base/return-nodebug.exp
7043 * gdb.base/return.exp
7044 * gdb.base/run-after-attach.exp
7045 * gdb.base/save-bp.exp
7046 * gdb.base/scope.exp
7047 * gdb.base/sect-cmd.exp
7048 * gdb.base/set-lang-auto.exp
7049 * gdb.base/set-noassign.exp
7050 * gdb.base/setvar.exp
7051 * gdb.base/sigall.exp
7052 * gdb.base/sigbpt.exp
7053 * gdb.base/siginfo-addr.exp
7054 * gdb.base/siginfo-infcall.exp
7055 * gdb.base/siginfo-obj.exp
7056 * gdb.base/siginfo.exp
7057 * gdb.base/signals-state-child.exp
7058 * gdb.base/signest.exp
7059 * gdb.base/sigstep.exp
7060 * gdb.base/sizeof.exp
7061 * gdb.base/skip.exp
7062 * gdb.base/solib-corrupted.exp
7063 * gdb.base/solib-nodir.exp
7064 * gdb.base/solib-search.exp
7065 * gdb.base/stack-checking.exp
7066 * gdb.base/stale-infcall.exp
7067 * gdb.base/stap-probe.exp
7068 * gdb.base/start.exp
7069 * gdb.base/step-break.exp
7070 * gdb.base/step-bt.exp
7071 * gdb.base/step-line.exp
7072 * gdb.base/step-over-exit.exp
7073 * gdb.base/step-over-syscall.exp
7074 * gdb.base/step-resume-infcall.exp
7075 * gdb.base/step-test.exp
7076 * gdb.base/store.exp
7077 * gdb.base/structs3.exp
7078 * gdb.base/sym-file.exp
7079 * gdb.base/symbol-without-target_section.exp
7080 * gdb.base/term.exp
7081 * gdb.base/testenv.exp
7082 * gdb.base/ui-redirect.exp
7083 * gdb.base/until.exp
7084 * gdb.base/unwindonsignal.exp
7085 * gdb.base/value-double-free.exp
7086 * gdb.base/vla-datatypes.exp
7087 * gdb.base/vla-ptr.exp
7088 * gdb.base/vla-sideeffect.exp
7089 * gdb.base/volatile.exp
7090 * gdb.base/watch-cond-infcall.exp
7091 * gdb.base/watch-cond.exp
7092 * gdb.base/watch-non-mem.exp
7093 * gdb.base/watch-read.exp
7094 * gdb.base/watch-vfork.exp
7095 * gdb.base/watchpoint-cond-gone.exp
7096 * gdb.base/watchpoint-delete.exp
7097 * gdb.base/watchpoint-hw-hit-once.exp
7098 * gdb.base/watchpoint-hw.exp
7099 * gdb.base/watchpoint-stops-at-right-insn.exp
7100 * gdb.base/watchpoints.exp
7101 * gdb.base/wchar.exp
7102 * gdb.base/whatis-exp.exp
7103 * gdb.btrace/buffer-size.exp
7104 * gdb.btrace/data.exp
7105 * gdb.btrace/delta.exp
7106 * gdb.btrace/dlopen.exp
7107 * gdb.btrace/enable.exp
7108 * gdb.btrace/exception.exp
7109 * gdb.btrace/function_call_history.exp
7110 * gdb.btrace/gcore.exp
7111 * gdb.btrace/instruction_history.exp
7112 * gdb.btrace/nohist.exp
7113 * gdb.btrace/reconnect.exp
7114 * gdb.btrace/record_goto-step.exp
7115 * gdb.btrace/record_goto.exp
7116 * gdb.btrace/rn-dl-bind.exp
7117 * gdb.btrace/segv.exp
7118 * gdb.btrace/step.exp
7119 * gdb.btrace/stepi.exp
7120 * gdb.btrace/tailcall-only.exp
7121 * gdb.btrace/tailcall.exp
7122 * gdb.btrace/tsx.exp
7123 * gdb.btrace/unknown_functions.exp
7124 * gdb.btrace/vdso.exp
7125 * gdb.compile/compile-ifunc.exp
7126 * gdb.compile/compile-ops.exp
7127 * gdb.compile/compile-print.exp
7128 * gdb.compile/compile-setjmp.exp
7129 * gdb.cp/abstract-origin.exp
7130 * gdb.cp/ambiguous.exp
7131 * gdb.cp/annota2.exp
7132 * gdb.cp/annota3.exp
7133 * gdb.cp/anon-ns.exp
7134 * gdb.cp/anon-struct.exp
7135 * gdb.cp/anon-union.exp
7136 * gdb.cp/arg-reference.exp
7137 * gdb.cp/baseenum.exp
7138 * gdb.cp/bool.exp
7139 * gdb.cp/breakpoint.exp
7140 * gdb.cp/bs15503.exp
7141 * gdb.cp/call-c.exp
7142 * gdb.cp/casts.exp
7143 * gdb.cp/chained-calls.exp
7144 * gdb.cp/class2.exp
7145 * gdb.cp/classes.exp
7146 * gdb.cp/cmpd-minsyms.exp
7147 * gdb.cp/converts.exp
7148 * gdb.cp/cp-relocate.exp
7149 * gdb.cp/cpcompletion.exp
7150 * gdb.cp/cpexprs.exp
7151 * gdb.cp/cplabel.exp
7152 * gdb.cp/cplusfuncs.exp
7153 * gdb.cp/cpsizeof.exp
7154 * gdb.cp/ctti.exp
7155 * gdb.cp/derivation.exp
7156 * gdb.cp/destrprint.exp
7157 * gdb.cp/dispcxx.exp
7158 * gdb.cp/enum-class.exp
7159 * gdb.cp/exception.exp
7160 * gdb.cp/exceptprint.exp
7161 * gdb.cp/expand-psymtabs-cxx.exp
7162 * gdb.cp/expand-sals.exp
7163 * gdb.cp/extern-c.exp
7164 * gdb.cp/filename.exp
7165 * gdb.cp/formatted-ref.exp
7166 * gdb.cp/fpointer.exp
7167 * gdb.cp/gdb1355.exp
7168 * gdb.cp/gdb2495.exp
7169 * gdb.cp/hang.exp
7170 * gdb.cp/impl-this.exp
7171 * gdb.cp/infcall-dlopen.exp
7172 * gdb.cp/inherit.exp
7173 * gdb.cp/iostream.exp
7174 * gdb.cp/koenig.exp
7175 * gdb.cp/local.exp
7176 * gdb.cp/m-data.exp
7177 * gdb.cp/m-static.exp
7178 * gdb.cp/mb-ctor.exp
7179 * gdb.cp/mb-inline.exp
7180 * gdb.cp/mb-templates.exp
7181 * gdb.cp/member-name.exp
7182 * gdb.cp/member-ptr.exp
7183 * gdb.cp/meth-typedefs.exp
7184 * gdb.cp/method.exp
7185 * gdb.cp/method2.exp
7186 * gdb.cp/minsym-fallback.exp
7187 * gdb.cp/misc.exp
7188 * gdb.cp/namelessclass.exp
7189 * gdb.cp/namespace-enum.exp
7190 * gdb.cp/namespace-nested-import.exp
7191 * gdb.cp/namespace.exp
7192 * gdb.cp/nextoverthrow.exp
7193 * gdb.cp/no-dmgl-verbose.exp
7194 * gdb.cp/non-trivial-retval.exp
7195 * gdb.cp/noparam.exp
7196 * gdb.cp/nsdecl.exp
7197 * gdb.cp/nsimport.exp
7198 * gdb.cp/nsnested.exp
7199 * gdb.cp/nsnoimports.exp
7200 * gdb.cp/nsrecurs.exp
7201 * gdb.cp/nsstress.exp
7202 * gdb.cp/nsusing.exp
7203 * gdb.cp/operator.exp
7204 * gdb.cp/oranking.exp
7205 * gdb.cp/overload-const.exp
7206 * gdb.cp/overload.exp
7207 * gdb.cp/ovldbreak.exp
7208 * gdb.cp/ovsrch.exp
7209 * gdb.cp/paren-type.exp
7210 * gdb.cp/parse-lang.exp
7211 * gdb.cp/pass-by-ref.exp
7212 * gdb.cp/pr-1023.exp
7213 * gdb.cp/pr-1210.exp
7214 * gdb.cp/pr-574.exp
7215 * gdb.cp/pr10687.exp
7216 * gdb.cp/pr12028.exp
7217 * gdb.cp/pr17132.exp
7218 * gdb.cp/pr17494.exp
7219 * gdb.cp/pr9067.exp
7220 * gdb.cp/pr9167.exp
7221 * gdb.cp/pr9631.exp
7222 * gdb.cp/printmethod.exp
7223 * gdb.cp/psmang.exp
7224 * gdb.cp/psymtab-parameter.exp
7225 * gdb.cp/ptype-cv-cp.exp
7226 * gdb.cp/ptype-flags.exp
7227 * gdb.cp/re-set-overloaded.exp
7228 * gdb.cp/ref-types.exp
7229 * gdb.cp/rtti.exp
7230 * gdb.cp/scope-err.exp
7231 * gdb.cp/shadow.exp
7232 * gdb.cp/smartp.exp
7233 * gdb.cp/static-method.exp
7234 * gdb.cp/static-print-quit.exp
7235 * gdb.cp/temargs.exp
7236 * gdb.cp/templates.exp
7237 * gdb.cp/try_catch.exp
7238 * gdb.cp/typedef-operator.exp
7239 * gdb.cp/typeid.exp
7240 * gdb.cp/userdef.exp
7241 * gdb.cp/using-crash.exp
7242 * gdb.cp/var-tag.exp
7243 * gdb.cp/virtbase.exp
7244 * gdb.cp/virtfunc.exp
7245 * gdb.cp/virtfunc2.exp
7246 * gdb.cp/vla-cxx.exp
7247 * gdb.disasm/t01_mov.exp
7248 * gdb.disasm/t02_mova.exp
7249 * gdb.disasm/t03_add.exp
7250 * gdb.disasm/t04_sub.exp
7251 * gdb.disasm/t05_cmp.exp
7252 * gdb.disasm/t06_ari2.exp
7253 * gdb.disasm/t07_ari3.exp
7254 * gdb.disasm/t08_or.exp
7255 * gdb.disasm/t09_xor.exp
7256 * gdb.disasm/t10_and.exp
7257 * gdb.disasm/t11_logs.exp
7258 * gdb.disasm/t12_bit.exp
7259 * gdb.disasm/t13_otr.exp
7260 * gdb.dlang/circular.exp
7261 * gdb.dwarf2/arr-stride.exp
7262 * gdb.dwarf2/arr-subrange.exp
7263 * gdb.dwarf2/atomic-type.exp
7264 * gdb.dwarf2/bad-regnum.exp
7265 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7266 * gdb.dwarf2/callframecfa.exp
7267 * gdb.dwarf2/clztest.exp
7268 * gdb.dwarf2/corrupt.exp
7269 * gdb.dwarf2/data-loc.exp
7270 * gdb.dwarf2/dup-psym.exp
7271 * gdb.dwarf2/dw2-anon-mptr.exp
7272 * gdb.dwarf2/dw2-anonymous-func.exp
7273 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7274 * gdb.dwarf2/dw2-bad-unresolved.exp
7275 * gdb.dwarf2/dw2-basic.exp
7276 * gdb.dwarf2/dw2-canonicalize-type.exp
7277 * gdb.dwarf2/dw2-case-insensitive.exp
7278 * gdb.dwarf2/dw2-common-block.exp
7279 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7280 * gdb.dwarf2/dw2-compressed.exp
7281 * gdb.dwarf2/dw2-const.exp
7282 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7283 * gdb.dwarf2/dw2-cu-size.exp
7284 * gdb.dwarf2/dw2-dup-frame.exp
7285 * gdb.dwarf2/dw2-entry-value.exp
7286 * gdb.dwarf2/dw2-icycle.exp
7287 * gdb.dwarf2/dw2-ifort-parameter.exp
7288 * gdb.dwarf2/dw2-inline-break.exp
7289 * gdb.dwarf2/dw2-inline-param.exp
7290 * gdb.dwarf2/dw2-intercu.exp
7291 * gdb.dwarf2/dw2-intermix.exp
7292 * gdb.dwarf2/dw2-lexical-block-bare.exp
7293 * gdb.dwarf2/dw2-linkage-name-trust.exp
7294 * gdb.dwarf2/dw2-minsym-in-cu.exp
7295 * gdb.dwarf2/dw2-noloc.exp
7296 * gdb.dwarf2/dw2-op-call.exp
7297 * gdb.dwarf2/dw2-op-out-param.exp
7298 * gdb.dwarf2/dw2-opt-structptr.exp
7299 * gdb.dwarf2/dw2-param-error.exp
7300 * gdb.dwarf2/dw2-producer.exp
7301 * gdb.dwarf2/dw2-ranges-base.exp
7302 * gdb.dwarf2/dw2-ref-missing-frame.exp
7303 * gdb.dwarf2/dw2-reg-undefined.exp
7304 * gdb.dwarf2/dw2-regno-invalid.exp
7305 * gdb.dwarf2/dw2-restore.exp
7306 * gdb.dwarf2/dw2-restrict.exp
7307 * gdb.dwarf2/dw2-single-line-discriminators.exp
7308 * gdb.dwarf2/dw2-strp.exp
7309 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7310 * gdb.dwarf2/dw2-unresolved.exp
7311 * gdb.dwarf2/dw2-var-zero-addr.exp
7312 * gdb.dwarf2/dw4-sig-types.exp
7313 * gdb.dwarf2/dwz.exp
7314 * gdb.dwarf2/dynarr-ptr.exp
7315 * gdb.dwarf2/enum-type.exp
7316 * gdb.dwarf2/gdb-index.exp
7317 * gdb.dwarf2/implptr-64bit.exp
7318 * gdb.dwarf2/implptr-optimized-out.exp
7319 * gdb.dwarf2/implptr.exp
7320 * gdb.dwarf2/implref-array.exp
7321 * gdb.dwarf2/implref-const.exp
7322 * gdb.dwarf2/implref-global.exp
7323 * gdb.dwarf2/implref-struct.exp
7324 * gdb.dwarf2/mac-fileno.exp
7325 * gdb.dwarf2/main-subprogram.exp
7326 * gdb.dwarf2/member-ptr-forwardref.exp
7327 * gdb.dwarf2/method-ptr.exp
7328 * gdb.dwarf2/missing-sig-type.exp
7329 * gdb.dwarf2/nonvar-access.exp
7330 * gdb.dwarf2/opaque-type-lookup.exp
7331 * gdb.dwarf2/pieces-optimized-out.exp
7332 * gdb.dwarf2/pieces.exp
7333 * gdb.dwarf2/pr10770.exp
7334 * gdb.dwarf2/pr13961.exp
7335 * gdb.dwarf2/staticvirtual.exp
7336 * gdb.dwarf2/subrange.exp
7337 * gdb.dwarf2/symtab-producer.exp
7338 * gdb.dwarf2/trace-crash.exp
7339 * gdb.dwarf2/typeddwarf.exp
7340 * gdb.dwarf2/valop.exp
7341 * gdb.dwarf2/watch-notconst.exp
7342 * gdb.fortran/array-element.exp
7343 * gdb.fortran/charset.exp
7344 * gdb.fortran/common-block.exp
7345 * gdb.fortran/complex.exp
7346 * gdb.fortran/derived-type-function.exp
7347 * gdb.fortran/derived-type.exp
7348 * gdb.fortran/logical.exp
7349 * gdb.fortran/module.exp
7350 * gdb.fortran/multi-dim.exp
7351 * gdb.fortran/nested-funcs.exp
7352 * gdb.fortran/print-formatted.exp
7353 * gdb.fortran/subarray.exp
7354 * gdb.fortran/vla-alloc-assoc.exp
7355 * gdb.fortran/vla-datatypes.exp
7356 * gdb.fortran/vla-history.exp
7357 * gdb.fortran/vla-ptr-info.exp
7358 * gdb.fortran/vla-ptype-sub.exp
7359 * gdb.fortran/vla-ptype.exp
7360 * gdb.fortran/vla-sizeof.exp
7361 * gdb.fortran/vla-type.exp
7362 * gdb.fortran/vla-value-sub-arbitrary.exp
7363 * gdb.fortran/vla-value-sub-finish.exp
7364 * gdb.fortran/vla-value-sub.exp
7365 * gdb.fortran/vla-value.exp
7366 * gdb.fortran/whatis_type.exp
7367 * gdb.go/chan.exp
7368 * gdb.go/handcall.exp
7369 * gdb.go/hello.exp
7370 * gdb.go/integers.exp
7371 * gdb.go/methods.exp
7372 * gdb.go/package.exp
7373 * gdb.go/strings.exp
7374 * gdb.go/types.exp
7375 * gdb.go/unsafe.exp
7376 * gdb.guile/scm-arch.exp
7377 * gdb.guile/scm-block.exp
7378 * gdb.guile/scm-breakpoint.exp
7379 * gdb.guile/scm-cmd.exp
7380 * gdb.guile/scm-disasm.exp
7381 * gdb.guile/scm-equal.exp
7382 * gdb.guile/scm-frame-args.exp
7383 * gdb.guile/scm-frame-inline.exp
7384 * gdb.guile/scm-frame.exp
7385 * gdb.guile/scm-iterator.exp
7386 * gdb.guile/scm-math.exp
7387 * gdb.guile/scm-objfile.exp
7388 * gdb.guile/scm-ports.exp
7389 * gdb.guile/scm-symbol.exp
7390 * gdb.guile/scm-symtab.exp
7391 * gdb.guile/scm-value-cc.exp
7392 * gdb.guile/types-module.exp
7393 * gdb.linespec/break-ask.exp
7394 * gdb.linespec/cpexplicit.exp
7395 * gdb.linespec/explicit.exp
7396 * gdb.linespec/keywords.exp
7397 * gdb.linespec/linespec.exp
7398 * gdb.linespec/ls-dollar.exp
7399 * gdb.linespec/ls-errs.exp
7400 * gdb.linespec/skip-two.exp
7401 * gdb.linespec/thread.exp
7402 * gdb.mi/mi-async.exp
7403 * gdb.mi/mi-basics.exp
7404 * gdb.mi/mi-break.exp
7405 * gdb.mi/mi-catch-load.exp
7406 * gdb.mi/mi-cli.exp
7407 * gdb.mi/mi-cmd-param-changed.exp
7408 * gdb.mi/mi-console.exp
7409 * gdb.mi/mi-detach.exp
7410 * gdb.mi/mi-disassemble.exp
7411 * gdb.mi/mi-eval.exp
7412 * gdb.mi/mi-file-transfer.exp
7413 * gdb.mi/mi-file.exp
7414 * gdb.mi/mi-fill-memory.exp
7415 * gdb.mi/mi-inheritance-syntax-error.exp
7416 * gdb.mi/mi-linespec-err-cp.exp
7417 * gdb.mi/mi-logging.exp
7418 * gdb.mi/mi-memory-changed.exp
7419 * gdb.mi/mi-read-memory.exp
7420 * gdb.mi/mi-record-changed.exp
7421 * gdb.mi/mi-reg-undefined.exp
7422 * gdb.mi/mi-regs.exp
7423 * gdb.mi/mi-return.exp
7424 * gdb.mi/mi-reverse.exp
7425 * gdb.mi/mi-simplerun.exp
7426 * gdb.mi/mi-solib.exp
7427 * gdb.mi/mi-stack.exp
7428 * gdb.mi/mi-stepi.exp
7429 * gdb.mi/mi-syn-frame.exp
7430 * gdb.mi/mi-until.exp
7431 * gdb.mi/mi-var-block.exp
7432 * gdb.mi/mi-var-child.exp
7433 * gdb.mi/mi-var-cmd.exp
7434 * gdb.mi/mi-var-cp.exp
7435 * gdb.mi/mi-var-display.exp
7436 * gdb.mi/mi-var-invalidate.exp
7437 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7438 * gdb.mi/mi-vla-fortran.exp
7439 * gdb.mi/mi-watch.exp
7440 * gdb.mi/mi2-var-child.exp
7441 * gdb.mi/user-selected-context-sync.exp
7442 * gdb.modula2/unbounded-array.exp
7443 * gdb.multi/dummy-frame-restore.exp
7444 * gdb.multi/multi-arch-exec.exp
7445 * gdb.multi/multi-arch.exp
7446 * gdb.multi/tids.exp
7447 * gdb.multi/watchpoint-multi.exp
7448 * gdb.opencl/callfuncs.exp
7449 * gdb.opencl/convs_casts.exp
7450 * gdb.opencl/datatypes.exp
7451 * gdb.opencl/operators.exp
7452 * gdb.opencl/vec_comps.exp
7453 * gdb.opt/clobbered-registers-O2.exp
7454 * gdb.opt/inline-break.exp
7455 * gdb.opt/inline-bt.exp
7456 * gdb.opt/inline-cmds.exp
7457 * gdb.opt/inline-locals.exp
7458 * gdb.pascal/case-insensitive-symbols.exp
7459 * gdb.pascal/floats.exp
7460 * gdb.pascal/gdb11492.exp
7461 * gdb.python/lib-types.exp
7462 * gdb.python/py-arch.exp
7463 * gdb.python/py-as-string.exp
7464 * gdb.python/py-bad-printers.exp
7465 * gdb.python/py-block.exp
7466 * gdb.python/py-breakpoint-create-fail.exp
7467 * gdb.python/py-breakpoint.exp
7468 * gdb.python/py-caller-is.exp
7469 * gdb.python/py-cmd.exp
7470 * gdb.python/py-explore-cc.exp
7471 * gdb.python/py-explore.exp
7472 * gdb.python/py-finish-breakpoint.exp
7473 * gdb.python/py-finish-breakpoint2.exp
7474 * gdb.python/py-frame-args.exp
7475 * gdb.python/py-frame-inline.exp
7476 * gdb.python/py-frame.exp
7477 * gdb.python/py-framefilter-mi.exp
7478 * gdb.python/py-infthread.exp
7479 * gdb.python/py-lazy-string.exp
7480 * gdb.python/py-linetable.exp
7481 * gdb.python/py-mi-events.exp
7482 * gdb.python/py-mi-objfile.exp
7483 * gdb.python/py-mi.exp
7484 * gdb.python/py-objfile.exp
7485 * gdb.python/py-pp-integral.exp
7486 * gdb.python/py-pp-maint.exp
7487 * gdb.python/py-pp-re-notag.exp
7488 * gdb.python/py-pp-registration.exp
7489 * gdb.python/py-recurse-unwind.exp
7490 * gdb.python/py-strfns.exp
7491 * gdb.python/py-symbol.exp
7492 * gdb.python/py-symtab.exp
7493 * gdb.python/py-sync-interp.exp
7494 * gdb.python/py-typeprint.exp
7495 * gdb.python/py-unwind-maint.exp
7496 * gdb.python/py-unwind.exp
7497 * gdb.python/py-value-cc.exp
7498 * gdb.python/py-xmethods.exp
7499 * gdb.reverse/amd64-tailcall-reverse.exp
7500 * gdb.reverse/break-precsave.exp
7501 * gdb.reverse/break-reverse.exp
7502 * gdb.reverse/consecutive-precsave.exp
7503 * gdb.reverse/consecutive-reverse.exp
7504 * gdb.reverse/finish-precsave.exp
7505 * gdb.reverse/finish-reverse-bkpt.exp
7506 * gdb.reverse/finish-reverse.exp
7507 * gdb.reverse/fstatat-reverse.exp
7508 * gdb.reverse/getresuid-reverse.exp
7509 * gdb.reverse/i386-precsave.exp
7510 * gdb.reverse/i386-reverse.exp
7511 * gdb.reverse/i386-sse-reverse.exp
7512 * gdb.reverse/i387-env-reverse.exp
7513 * gdb.reverse/i387-stack-reverse.exp
7514 * gdb.reverse/insn-reverse.exp
7515 * gdb.reverse/machinestate-precsave.exp
7516 * gdb.reverse/machinestate.exp
7517 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7518 * gdb.reverse/pipe-reverse.exp
7519 * gdb.reverse/readv-reverse.exp
7520 * gdb.reverse/recvmsg-reverse.exp
7521 * gdb.reverse/rerun-prec.exp
7522 * gdb.reverse/s390-mvcle.exp
7523 * gdb.reverse/step-precsave.exp
7524 * gdb.reverse/step-reverse.exp
7525 * gdb.reverse/time-reverse.exp
7526 * gdb.reverse/until-precsave.exp
7527 * gdb.reverse/until-reverse.exp
7528 * gdb.reverse/waitpid-reverse.exp
7529 * gdb.reverse/watch-precsave.exp
7530 * gdb.reverse/watch-reverse.exp
7531 * gdb.rust/generics.exp
7532 * gdb.rust/methods.exp
7533 * gdb.rust/modules.exp
7534 * gdb.rust/simple.exp
7535 * gdb.server/connect-with-no-symbol-file.exp
7536 * gdb.server/ext-attach.exp
7537 * gdb.server/ext-restart.exp
7538 * gdb.server/ext-wrapper.exp
7539 * gdb.server/file-transfer.exp
7540 * gdb.server/server-exec-info.exp
7541 * gdb.server/server-kill.exp
7542 * gdb.server/server-mon.exp
7543 * gdb.server/wrapper.exp
7544 * gdb.stabs/exclfwd.exp
7545 * gdb.stabs/gdb11479.exp
7546 * gdb.threads/clone-new-thread-event.exp
7547 * gdb.threads/corethreads.exp
7548 * gdb.threads/current-lwp-dead.exp
7549 * gdb.threads/dlopen-libpthread.exp
7550 * gdb.threads/gcore-thread.exp
7551 * gdb.threads/sigstep-threads.exp
7552 * gdb.threads/watchpoint-fork.exp
7553 * gdb.trace/actions-changed.exp
7554 * gdb.trace/backtrace.exp
7555 * gdb.trace/change-loc.exp
7556 * gdb.trace/circ.exp
7557 * gdb.trace/collection.exp
7558 * gdb.trace/disconnected-tracing.exp
7559 * gdb.trace/ftrace.exp
7560 * gdb.trace/mi-trace-frame-collected.exp
7561 * gdb.trace/mi-trace-unavailable.exp
7562 * gdb.trace/mi-traceframe-changed.exp
7563 * gdb.trace/mi-tsv-changed.exp
7564 * gdb.trace/no-attach-trace.exp
7565 * gdb.trace/passc-dyn.exp
7566 * gdb.trace/qtro.exp
7567 * gdb.trace/range-stepping.exp
7568 * gdb.trace/read-memory.exp
7569 * gdb.trace/save-trace.exp
7570 * gdb.trace/signal.exp
7571 * gdb.trace/status-stop.exp
7572 * gdb.trace/tfile.exp
7573 * gdb.trace/trace-break.exp
7574 * gdb.trace/trace-buffer-size.exp
7575 * gdb.trace/trace-condition.exp
7576 * gdb.trace/tracefile-pseudo-reg.exp
7577 * gdb.trace/tstatus.exp
7578 * gdb.trace/unavailable.exp
7579 * gdb.trace/while-dyn.exp
7580 * gdb.trace/while-stepping.exp
7581
7582 2016-12-22 Doug Evans <xdje42@gmail.com>
7583
7584 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7585 and msymbols.
7586
7587 2016-12-19 Yao Qi <yao.qi@linaro.org>
7588
7589 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7590 (test_with_self): Don't call do_steps_and_nexts, and remove
7591 code about stepping into xmalloc.
7592
7593 2016-12-09 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7596
7597 2016-12-09 Yao Qi <yao.qi@linaro.org>
7598
7599 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7600
7601 2016-12-09 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/all-architectures-0.exp: New file.
7604 * gdb.base/all-architectures-1.exp: New file.
7605 * gdb.base/all-architectures-2.exp: New file.
7606 * gdb.base/all-architectures-3.exp: New file.
7607 * gdb.base/all-architectures-4.exp: New file.
7608 * gdb.base/all-architectures-5.exp: New file.
7609 * gdb.base/all-architectures-6.exp: New file.
7610 * gdb.base/all-architectures-7.exp: New file.
7611 * gdb.base/all-architectures.exp.in: New file.
7612
7613 2016-12-09 Yao Qi <yao.qi@linaro.org>
7614
7615 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7616
7617 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7618
7619 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7620 possible.
7621 Remove useless pattern-matching code.
7622
7623 2016-12-02 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7626 procedure.
7627 (top level): Call it.
7628
7629 2016-12-02 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7632 New procedure.
7633 (top level): Call it.
7634
7635 2016-12-02 Pedro Alves <palves@redhat.com>
7636
7637 PR cli/20559
7638 * gdb.base/commands.exp (user_defined_command_args_eval): New
7639 procedure.
7640 (top level): Call it.
7641
7642 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7643
7644 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7645 timeout handling.
7646
7647 2016-12-02 Tom Tromey <tom@tromey.com>
7648
7649 * gdb.dwarf2/main-subprogram.c: New file.
7650 * gdb.dwarf2/main-subprogram.exp: New file.
7651
7652 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7653
7654 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7655 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7656 gdb_test_no_output for a couple of cases.
7657 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7658
7659 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7660
7661 Fix test names and standardize compilation error messages throughout
7662 the following files:
7663
7664 * gdb.ada/start.exp
7665 * gdb.arch/alpha-step.exp
7666 * gdb.arch/e500-prologue.exp
7667 * gdb.arch/ftrace-insn-reloc.exp
7668 * gdb.arch/gdb1291.exp
7669 * gdb.arch/gdb1431.exp
7670 * gdb.arch/gdb1558.exp
7671 * gdb.arch/i386-dr3-watch.exp
7672 * gdb.arch/i386-sse-stack-align.exp
7673 * gdb.arch/ia64-breakpoint-shadow.exp
7674 * gdb.arch/pa-nullify.exp
7675 * gdb.arch/powerpc-aix-prologue.exp
7676 * gdb.arch/thumb-bx-pc.exp
7677 * gdb.base/annota1.exp
7678 * gdb.base/annota3.exp
7679 * gdb.base/arrayidx.exp
7680 * gdb.base/assign.exp
7681 * gdb.base/attach.exp
7682 * gdb.base/auxv.exp
7683 * gdb.base/bang.exp
7684 * gdb.base/bfp-test.exp
7685 * gdb.base/bigcore.exp
7686 * gdb.base/bitfields2.exp
7687 * gdb.base/break-fun-addr.exp
7688 * gdb.base/break-probes.exp
7689 * gdb.base/call-rt-st.exp
7690 * gdb.base/callexit.exp
7691 * gdb.base/catch-fork-kill.exp
7692 * gdb.base/charset.exp
7693 * gdb.base/checkpoint.exp
7694 * gdb.base/comprdebug.exp
7695 * gdb.base/constvars.exp
7696 * gdb.base/coredump-filter.exp
7697 * gdb.base/cursal.exp
7698 * gdb.base/cvexpr.exp
7699 * gdb.base/detach.exp
7700 * gdb.base/display.exp
7701 * gdb.base/dmsym.exp
7702 * gdb.base/dprintf-pending.exp
7703 * gdb.base/dso2dso.exp
7704 * gdb.base/dtrace-probe.exp
7705 * gdb.base/dump.exp
7706 * gdb.base/enum_cond.exp
7707 * gdb.base/exe-lock.exp
7708 * gdb.base/exec-invalid-sysroot.exp
7709 * gdb.base/execl-update-breakpoints.exp
7710 * gdb.base/exprs.exp
7711 * gdb.base/fileio.exp
7712 * gdb.base/find.exp
7713 * gdb.base/finish.exp
7714 * gdb.base/fixsection.exp
7715 * gdb.base/foll-vfork.exp
7716 * gdb.base/frame-args.exp
7717 * gdb.base/gcore.exp
7718 * gdb.base/gdb1250.exp
7719 * gdb.base/global-var-nested-by-dso.exp
7720 * gdb.base/gnu-ifunc.exp
7721 * gdb.base/hashline1.exp
7722 * gdb.base/hashline2.exp
7723 * gdb.base/hashline3.exp
7724 * gdb.base/hbreak-in-shr-unsupported.exp
7725 * gdb.base/huge.exp
7726 * gdb.base/infcall-input.exp
7727 * gdb.base/info-fun.exp
7728 * gdb.base/info-shared.exp
7729 * gdb.base/jit-simple.exp
7730 * gdb.base/jit-so.exp
7731 * gdb.base/jit.exp
7732 * gdb.base/jump.exp
7733 * gdb.base/label.exp
7734 * gdb.base/lineinc.exp
7735 * gdb.base/logical.exp
7736 * gdb.base/longjmp.exp
7737 * gdb.base/macscp.exp
7738 * gdb.base/miscexprs.exp
7739 * gdb.base/new-ui-echo.exp
7740 * gdb.base/new-ui-pending-input.exp
7741 * gdb.base/new-ui.exp
7742 * gdb.base/nodebug.exp
7743 * gdb.base/nofield.exp
7744 * gdb.base/offsets.exp
7745 * gdb.base/overlays.exp
7746 * gdb.base/pending.exp
7747 * gdb.base/pointers.exp
7748 * gdb.base/pr11022.exp
7749 * gdb.base/printcmds.exp
7750 * gdb.base/prologue.exp
7751 * gdb.base/ptr-typedef.exp
7752 * gdb.base/realname-expand.exp
7753 * gdb.base/relativedebug.exp
7754 * gdb.base/relocate.exp
7755 * gdb.base/remote.exp
7756 * gdb.base/reread.exp
7757 * gdb.base/return2.exp
7758 * gdb.base/savedregs.exp
7759 * gdb.base/sep.exp
7760 * gdb.base/sepdebug.exp
7761 * gdb.base/sepsymtab.exp
7762 * gdb.base/set-inferior-tty.exp
7763 * gdb.base/setshow.exp
7764 * gdb.base/shlib-call.exp
7765 * gdb.base/sigaltstack.exp
7766 * gdb.base/siginfo-addr.exp
7767 * gdb.base/signals.exp
7768 * gdb.base/signull.exp
7769 * gdb.base/sigrepeat.exp
7770 * gdb.base/so-impl-ld.exp
7771 * gdb.base/solib-display.exp
7772 * gdb.base/solib-overlap.exp
7773 * gdb.base/solib-search.exp
7774 * gdb.base/solib-symbol.exp
7775 * gdb.base/structs.exp
7776 * gdb.base/structs2.exp
7777 * gdb.base/symtab-search-order.exp
7778 * gdb.base/twice.exp
7779 * gdb.base/unload.exp
7780 * gdb.base/varargs.exp
7781 * gdb.base/watchpoint-solib.exp
7782 * gdb.base/watchpoint.exp
7783 * gdb.base/whatis.exp
7784 * gdb.base/wrong_frame_bt_full.exp
7785 * gdb.btrace/dlopen.exp
7786 * gdb.cell/ea-standalone.exp
7787 * gdb.cell/ea-test.exp
7788 * gdb.cp/dispcxx.exp
7789 * gdb.cp/gdb2384.exp
7790 * gdb.cp/method2.exp
7791 * gdb.cp/nextoverthrow.exp
7792 * gdb.cp/pr10728.exp
7793 * gdb.disasm/am33.exp
7794 * gdb.disasm/h8300s.exp
7795 * gdb.disasm/mn10300.exp
7796 * gdb.disasm/sh3.exp
7797 * gdb.dwarf2/dw2-dir-file-name.exp
7798 * gdb.fortran/complex.exp
7799 * gdb.fortran/library-module.exp
7800 * gdb.guile/scm-pretty-print.exp
7801 * gdb.guile/scm-symbol.exp
7802 * gdb.guile/scm-type.exp
7803 * gdb.guile/scm-value.exp
7804 * gdb.linespec/linespec.exp
7805 * gdb.mi/gdb701.exp
7806 * gdb.mi/gdb792.exp
7807 * gdb.mi/mi-breakpoint-changed.exp
7808 * gdb.mi/mi-dprintf-pending.exp
7809 * gdb.mi/mi-dprintf.exp
7810 * gdb.mi/mi-exit-code.exp
7811 * gdb.mi/mi-pending.exp
7812 * gdb.mi/mi-solib.exp
7813 * gdb.mi/new-ui-mi-sync.exp
7814 * gdb.mi/pr11022.exp
7815 * gdb.mi/user-selected-context-sync.exp
7816 * gdb.opt/solib-intra-step.exp
7817 * gdb.python/py-events.exp
7818 * gdb.python/py-finish-breakpoint.exp
7819 * gdb.python/py-mi.exp
7820 * gdb.python/py-prettyprint.exp
7821 * gdb.python/py-shared.exp
7822 * gdb.python/py-symbol.exp
7823 * gdb.python/py-template.exp
7824 * gdb.python/py-type.exp
7825 * gdb.python/py-value.exp
7826 * gdb.reverse/solib-precsave.exp
7827 * gdb.reverse/solib-reverse.exp
7828 * gdb.server/solib-list.exp
7829 * gdb.stabs/weird.exp
7830 * gdb.threads/reconnect-signal.exp
7831 * gdb.threads/stepi-random-signal.exp
7832 * gdb.trace/actions.exp
7833 * gdb.trace/ax.exp
7834 * gdb.trace/backtrace.exp
7835 * gdb.trace/change-loc.exp
7836 * gdb.trace/deltrace.exp
7837 * gdb.trace/ftrace-lock.exp
7838 * gdb.trace/ftrace.exp
7839 * gdb.trace/infotrace.exp
7840 * gdb.trace/mi-tracepoint-changed.exp
7841 * gdb.trace/packetlen.exp
7842 * gdb.trace/passcount.exp
7843 * gdb.trace/pending.exp
7844 * gdb.trace/range-stepping.exp
7845 * gdb.trace/report.exp
7846 * gdb.trace/stap-trace.exp
7847 * gdb.trace/tfind.exp
7848 * gdb.trace/trace-break.exp
7849 * gdb.trace/trace-condition.exp
7850 * gdb.trace/trace-enable-disable.exp
7851 * gdb.trace/trace-mt.exp
7852 * gdb.trace/tracecmd.exp
7853 * gdb.trace/tspeed.exp
7854 * gdb.trace/tsv.exp
7855 * lib/perftest.exp
7856
7857 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7858
7859 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7860 with gdb_test_no_output.
7861 Use command as test name.
7862
7863 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7864
7865 Fix test names starting with uppercase throughout the files.
7866
7867 * gdb.ada/assign_1.exp
7868 * gdb.ada/boolean_expr.exp
7869 * gdb.base/arrayidx.exp
7870 * gdb.base/del.exp
7871 * gdb.base/gcore-buffer-overflow.exp
7872 * gdb.base/testenv.exp
7873 * gdb.compile/compile.exp
7874 * gdb.python/py-framefilter-invalidarg.exp
7875 * gdb.python/py-framefilter.exp
7876
7877 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7878
7879 Fix test names starting with uppercase throughout the files.
7880
7881 * gdb.ada/array_return.exp
7882 * gdb.ada/expr_delims.exp
7883 * gdb.ada/mi_dyn_arr.exp
7884 * gdb.ada/mi_interface.exp
7885 * gdb.ada/mi_var_array.exp
7886 * gdb.ada/watch_arg.exp
7887 * gdb.arch/alpha-step.exp
7888 * gdb.arch/altivec-regs.exp
7889 * gdb.arch/e500-regs.exp
7890 * gdb.arch/powerpc-d128-regs.exp
7891 * gdb.base/arrayidx.exp
7892 * gdb.base/break.exp
7893 * gdb.base/checkpoint.exp
7894 * gdb.base/debug-expr.exp
7895 * gdb.base/dmsym.exp
7896 * gdb.base/radix.exp
7897 * gdb.base/sepdebug.exp
7898 * gdb.base/testenv.exp
7899 * gdb.base/watch_thread_num.exp
7900 * gdb.base/watchpoint-cond-gone.exp
7901 * gdb.cell/break.exp
7902 * gdb.cell/ea-cache.exp
7903 * gdb.compile/compile.exp
7904 * gdb.cp/gdb2495.exp
7905 * gdb.gdb/selftest.exp
7906 * gdb.gdb/xfullpath.exp
7907 * gdb.go/hello.exp
7908 * gdb.go/integers.exp
7909 * gdb.objc/basicclass.exp
7910 * gdb.pascal/hello.exp
7911 * gdb.pascal/integers.exp
7912 * gdb.python/py-breakpoint.exp
7913 * gdb.python/py-cmd.exp
7914 * gdb.python/py-linetable.exp
7915 * gdb.python/py-xmethods.exp
7916 * gdb.python/python.exp
7917 * gdb.reverse/consecutive-precsave.exp
7918 * gdb.reverse/finish-precsave.exp
7919 * gdb.reverse/i386-precsave.exp
7920 * gdb.reverse/machinestate-precsave.exp
7921 * gdb.reverse/sigall-precsave.exp
7922 * gdb.reverse/solib-precsave.exp
7923 * gdb.reverse/step-precsave.exp
7924 * gdb.reverse/until-precsave.exp
7925 * gdb.reverse/watch-precsave.exp
7926 * gdb.threads/leader-exit.exp
7927 * gdb.threads/pthreads.exp
7928 * gdb.threads/wp-replication.exp
7929 * gdb.trace/actions.exp
7930 * gdb.trace/mi-tsv-changed.exp
7931 * gdb.trace/tsv.exp
7932
7933 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7934
7935 Fix test names starting with uppercase throughout the files.
7936
7937 * gdb.arch/i386-bp_permanent.exp
7938 * gdb.arch/i386-gnu-cfi.exp
7939 * gdb.base/disasm-end-cu.exp
7940 * gdb.base/macscp.exp
7941 * gdb.base/pending.exp
7942 * gdb.base/watch_thread_num.exp
7943 * gdb.cp/exception.exp
7944 * gdb.cp/gdb2495.exp
7945 * gdb.cp/local.exp
7946 * gdb.python/py-evsignal.exp
7947 * gdb.python/python.exp
7948 * gdb.trace/tracecmd.exp
7949
7950 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7951
7952 Fix test names starting with uppercase throughout the files.
7953
7954 * gdb.base/charset.exp
7955 * gdb.base/eval.exp
7956 * gdb.base/multi-forks.exp
7957 * gdb.guile/scm-progspace.exp
7958 * gdb.opencl/datatypes.exp
7959 * gdb.python/py-block.exp
7960 * gdb.python/py-function.exp
7961 * gdb.python/py-symbol.exp
7962 * gdb.python/py-symtab.exp
7963 * gdb.python/py-xmethods.exp
7964 * gdb.reverse/break-precsave.exp
7965 * gdb.reverse/break-reverse.exp
7966 * gdb.reverse/consecutive-precsave.exp
7967 * gdb.reverse/consecutive-reverse.exp
7968 * gdb.reverse/finish-precsave.exp
7969 * gdb.reverse/finish-reverse-bkpt.exp
7970 * gdb.reverse/finish-reverse.exp
7971 * gdb.reverse/fstatat-reverse.exp
7972 * gdb.reverse/getresuid-reverse.exp
7973 * gdb.reverse/i386-precsave.exp
7974 * gdb.reverse/i386-reverse.exp
7975 * gdb.reverse/i386-sse-reverse.exp
7976 * gdb.reverse/i387-stack-reverse.exp
7977 * gdb.reverse/insn-reverse.exp
7978 * gdb.reverse/machinestate-precsave.exp
7979 * gdb.reverse/machinestate.exp
7980 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7981 * gdb.reverse/pipe-reverse.exp
7982 * gdb.reverse/readv-reverse.exp
7983 * gdb.reverse/recvmsg-reverse.exp
7984 * gdb.reverse/rerun-prec.exp
7985 * gdb.reverse/s390-mvcle.exp
7986 * gdb.reverse/sigall-precsave.exp
7987 * gdb.reverse/sigall-reverse.exp
7988 * gdb.reverse/solib-precsave.exp
7989 * gdb.reverse/solib-reverse.exp
7990 * gdb.reverse/step-precsave.exp
7991 * gdb.reverse/step-reverse.exp
7992 * gdb.reverse/time-reverse.exp
7993 * gdb.reverse/until-precsave.exp
7994 * gdb.reverse/until-reverse.exp
7995 * gdb.reverse/waitpid-reverse.exp
7996 * gdb.reverse/watch-precsave.exp
7997 * gdb.reverse/watch-reverse.exp
7998
7999 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8000
8001 Fix test names starting with uppercase throughout the files.
8002
8003 * gdb.arch/i386-mpx-simple_segv.exp
8004 * gdb.arch/i386-mpx.exp
8005 * gdb.arch/i386-permbkpt.exp
8006 * gdb.arch/pa-nullify.exp
8007 * gdb.arch/powerpc-d128-regs.exp
8008 * gdb.arch/vsx-regs.exp
8009 * gdb.base/bfp-test.exp
8010 * gdb.base/break.exp
8011 * gdb.base/breakpoint-shadow.exp
8012 * gdb.base/callfuncs.exp
8013 * gdb.base/charset.exp
8014 * gdb.base/commands.exp
8015 * gdb.base/completion.exp
8016 * gdb.base/dfp-test.exp
8017 * gdb.base/echo.exp
8018 * gdb.base/ending-run.exp
8019 * gdb.base/eval.exp
8020 * gdb.base/expand-psymtabs.exp
8021 * gdb.base/float128.exp
8022 * gdb.base/floatn.exp
8023 * gdb.base/foll-exec-mode.exp
8024 * gdb.base/gdb1056.exp
8025 * gdb.base/gdb11531.exp
8026 * gdb.base/kill-after-signal.exp
8027 * gdb.base/multi-forks.exp
8028 * gdb.base/overlays.exp
8029 * gdb.base/pending.exp
8030 * gdb.base/sepdebug.exp
8031 * gdb.base/testenv.exp
8032 * gdb.base/valgrind-db-attach.exp
8033 * gdb.base/watch_thread_num.exp
8034 * gdb.base/watchpoint-cond-gone.exp
8035 * gdb.base/watchpoint.exp
8036 * gdb.base/watchpoints.exp
8037 * gdb.cp/arg-reference.exp
8038 * gdb.cp/baseenum.exp
8039 * gdb.cp/operator.exp
8040 * gdb.cp/shadow.exp
8041 * gdb.dwarf2/dw2-op-out-param.exp
8042 * gdb.dwarf2/dw2-reg-undefined.exp
8043 * gdb.go/chan.exp
8044 * gdb.go/hello.exp
8045 * gdb.go/integers.exp
8046 * gdb.go/methods.exp
8047 * gdb.go/package.exp
8048 * gdb.guile/scm-parameter.exp
8049 * gdb.guile/scm-progspace.exp
8050 * gdb.guile/scm-value.exp
8051 * gdb.mi/mi-pending.exp
8052 * gdb.mi/user-selected-context-sync.exp
8053 * gdb.multi/multi-attach.exp
8054 * gdb.multi/tids.exp
8055 * gdb.opt/clobbered-registers-O2.exp
8056 * gdb.pascal/floats.exp
8057 * gdb.pascal/integers.exp
8058 * gdb.python/py-block.exp
8059 * gdb.python/py-events.exp
8060 * gdb.python/py-parameter.exp
8061 * gdb.python/py-symbol.exp
8062 * gdb.python/py-symtab.exp
8063 * gdb.python/py-type.exp
8064 * gdb.python/py-value.exp
8065 * gdb.python/py-xmethods.exp
8066 * gdb.python/python.exp
8067 * gdb.reverse/break-precsave.exp
8068 * gdb.reverse/consecutive-precsave.exp
8069 * gdb.reverse/finish-precsave.exp
8070 * gdb.reverse/i386-precsave.exp
8071 * gdb.reverse/machinestate-precsave.exp
8072 * gdb.reverse/sigall-precsave.exp
8073 * gdb.reverse/solib-precsave.exp
8074 * gdb.reverse/step-precsave.exp
8075 * gdb.reverse/until-precsave.exp
8076 * gdb.reverse/watch-precsave.exp
8077 * gdb.server/ext-attach.exp
8078 * gdb.server/ext-restart.exp
8079 * gdb.server/ext-run.exp
8080 * gdb.server/ext-wrapper.exp
8081 * gdb.stabs/gdb11479.exp
8082 * gdb.stabs/weird.exp
8083 * gdb.threads/attach-many-short-lived-threads.exp
8084 * gdb.threads/kill.exp
8085 * gdb.threads/watchpoint-fork.exp
8086
8087 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8088
8089 Fix test names starting with uppercase throughout all the files below.
8090
8091 * gdb.ada/array_return.exp
8092 * gdb.ada/catch_ex.exp
8093 * gdb.ada/info_exc.exp
8094 * gdb.ada/mi_catch_ex.exp
8095 * gdb.ada/mi_dyn_arr.exp
8096 * gdb.ada/mi_ex_cond.exp
8097 * gdb.ada/mi_exc_info.exp
8098 * gdb.ada/mi_interface.exp
8099 * gdb.ada/mi_task_arg.exp
8100 * gdb.ada/mi_task_info.exp
8101 * gdb.ada/mi_var_array.exp
8102 * gdb.arch/alpha-step.exp
8103 * gdb.arch/amd64-disp-step.exp
8104 * gdb.arch/arm-disp-step.exp
8105 * gdb.arch/disp-step-insn-reloc.exp
8106 * gdb.arch/e500-prologue.exp
8107 * gdb.arch/ftrace-insn-reloc.exp
8108 * gdb.arch/gdb1558.exp
8109 * gdb.arch/i386-bp_permanent.exp
8110 * gdb.arch/i386-disp-step.exp
8111 * gdb.arch/i386-float.exp
8112 * gdb.arch/i386-gnu-cfi.exp
8113 * gdb.arch/ia64-breakpoint-shadow.exp
8114 * gdb.arch/mips16-thunks.exp
8115 * gdb.arch/pa-nullify.exp
8116 * gdb.arch/powerpc-aix-prologue.exp
8117 * gdb.arch/powerpc-power.exp
8118 * gdb.arch/ppc-dfp.exp
8119 * gdb.arch/s390-tdbregs.exp
8120 * gdb.arch/spu-info.exp
8121 * gdb.arch/spu-ls.exp
8122 * gdb.arch/thumb-bx-pc.exp
8123 * gdb.base/advance.exp
8124 * gdb.base/annota-input-while-running.exp
8125 * gdb.base/arrayidx.exp
8126 * gdb.base/asmlabel.exp
8127 * gdb.base/async.exp
8128 * gdb.base/attach-wait-input.exp
8129 * gdb.base/auto-connect-native-target.exp
8130 * gdb.base/batch-preserve-term-settings.exp
8131 * gdb.base/bfp-test.exp
8132 * gdb.base/bigcore.exp
8133 * gdb.base/bp-permanent.exp
8134 * gdb.base/break-always.exp
8135 * gdb.base/break-fun-addr.exp
8136 * gdb.base/break-idempotent.exp
8137 * gdb.base/break-main-file-remove-fail.exp
8138 * gdb.base/break-probes.exp
8139 * gdb.base/break-unload-file.exp
8140 * gdb.base/break.exp
8141 * gdb.base/call-ar-st.exp
8142 * gdb.base/call-rt-st.exp
8143 * gdb.base/call-sc.exp
8144 * gdb.base/call-signal-resume.exp
8145 * gdb.base/call-strs.exp
8146 * gdb.base/callexit.exp
8147 * gdb.base/callfuncs.exp
8148 * gdb.base/catch-gdb-caused-signals.exp
8149 * gdb.base/catch-signal-siginfo-cond.exp
8150 * gdb.base/catch-syscall.exp
8151 * gdb.base/compare-sections.exp
8152 * gdb.base/cond-eval-mode.exp
8153 * gdb.base/condbreak-call-false.exp
8154 * gdb.base/consecutive-step-over.exp
8155 * gdb.base/cursal.exp
8156 * gdb.base/disabled-location.exp
8157 * gdb.base/disasm-end-cu.exp
8158 * gdb.base/display.exp
8159 * gdb.base/double-prompt-target-event-error.exp
8160 * gdb.base/dprintf-bp-same-addr.exp
8161 * gdb.base/dprintf-detach.exp
8162 * gdb.base/dprintf-next.exp
8163 * gdb.base/dprintf-non-stop.exp
8164 * gdb.base/dprintf-pending.exp
8165 * gdb.base/dso2dso.exp
8166 * gdb.base/ending-run.exp
8167 * gdb.base/enum_cond.exp
8168 * gdb.base/examine-backward.exp
8169 * gdb.base/exe-lock.exp
8170 * gdb.base/exec-invalid-sysroot.exp
8171 * gdb.base/execl-update-breakpoints.exp
8172 * gdb.base/execution-termios.exp
8173 * gdb.base/fileio.exp
8174 * gdb.base/fixsection.exp
8175 * gdb.base/foll-exec-mode.exp
8176 * gdb.base/foll-exec.exp
8177 * gdb.base/fork-running-state.exp
8178 * gdb.base/frame-args.exp
8179 * gdb.base/fullpath-expand.exp
8180 * gdb.base/func-ptr.exp
8181 * gdb.base/gcore-relro-pie.exp
8182 * gdb.base/gdb1090.exp
8183 * gdb.base/gdb1555.exp
8184 * gdb.base/global-var-nested-by-dso.exp
8185 * gdb.base/gnu-ifunc.exp
8186 * gdb.base/hbreak-in-shr-unsupported.exp
8187 * gdb.base/hbreak-unmapped.exp
8188 * gdb.base/hook-stop.exp
8189 * gdb.base/infcall-input.exp
8190 * gdb.base/info-fun.exp
8191 * gdb.base/info-shared.exp
8192 * gdb.base/interrupt-noterm.exp
8193 * gdb.base/jit-so.exp
8194 * gdb.base/jit.exp
8195 * gdb.base/line-symtabs.exp
8196 * gdb.base/list.exp
8197 * gdb.base/longjmp.exp
8198 * gdb.base/macscp.exp
8199 * gdb.base/max-value-size.exp
8200 * gdb.base/nodebug.exp
8201 * gdb.base/nofield.exp
8202 * gdb.base/overlays.exp
8203 * gdb.base/paginate-after-ctrl-c-running.exp
8204 * gdb.base/paginate-bg-execution.exp
8205 * gdb.base/paginate-inferior-exit.exp
8206 * gdb.base/pending.exp
8207 * gdb.base/pr11022.exp
8208 * gdb.base/printcmds.exp
8209 * gdb.base/ptr-typedef.exp
8210 * gdb.base/ptype.exp
8211 * gdb.base/randomize.exp
8212 * gdb.base/range-stepping.exp
8213 * gdb.base/realname-expand.exp
8214 * gdb.base/relativedebug.exp
8215 * gdb.base/remote.exp
8216 * gdb.base/savedregs.exp
8217 * gdb.base/sepdebug.exp
8218 * gdb.base/set-noassign.exp
8219 * gdb.base/shlib-call.exp
8220 * gdb.base/shreloc.exp
8221 * gdb.base/sigaltstack.exp
8222 * gdb.base/sigbpt.exp
8223 * gdb.base/siginfo-addr.exp
8224 * gdb.base/siginfo-obj.exp
8225 * gdb.base/siginfo-thread.exp
8226 * gdb.base/signest.exp
8227 * gdb.base/signull.exp
8228 * gdb.base/sigrepeat.exp
8229 * gdb.base/skip.exp
8230 * gdb.base/so-impl-ld.exp
8231 * gdb.base/solib-corrupted.exp
8232 * gdb.base/solib-disc.exp
8233 * gdb.base/solib-display.exp
8234 * gdb.base/solib-overlap.exp
8235 * gdb.base/solib-search.exp
8236 * gdb.base/solib-symbol.exp
8237 * gdb.base/source-execution.exp
8238 * gdb.base/sss-bp-on-user-bp-2.exp
8239 * gdb.base/sss-bp-on-user-bp.exp
8240 * gdb.base/stack-checking.exp
8241 * gdb.base/stale-infcall.exp
8242 * gdb.base/step-break.exp
8243 * gdb.base/step-line.exp
8244 * gdb.base/step-over-exit.exp
8245 * gdb.base/step-test.exp
8246 * gdb.base/structs.exp
8247 * gdb.base/sym-file.exp
8248 * gdb.base/symtab-search-order.exp
8249 * gdb.base/term.exp
8250 * gdb.base/type-opaque.exp
8251 * gdb.base/unload.exp
8252 * gdb.base/until-nodebug.exp
8253 * gdb.base/until.exp
8254 * gdb.base/unwindonsignal.exp
8255 * gdb.base/watch-cond.exp
8256 * gdb.base/watch-non-mem.exp
8257 * gdb.base/watch_thread_num.exp
8258 * gdb.base/watchpoint-reuse-slot.exp
8259 * gdb.base/watchpoint-solib.exp
8260 * gdb.base/watchpoint.exp
8261 * gdb.btrace/dlopen.exp
8262 * gdb.cell/arch.exp
8263 * gdb.cell/break.exp
8264 * gdb.cell/bt.exp
8265 * gdb.cell/core.exp
8266 * gdb.cell/data.exp
8267 * gdb.cell/dwarfaddr.exp
8268 * gdb.cell/ea-cache.exp
8269 * gdb.cell/ea-standalone.exp
8270 * gdb.cell/ea-test.exp
8271 * gdb.cell/f-regs.exp
8272 * gdb.cell/fork.exp
8273 * gdb.cell/gcore.exp
8274 * gdb.cell/mem-access.exp
8275 * gdb.cell/ptype.exp
8276 * gdb.cell/registers.exp
8277 * gdb.cell/sizeof.exp
8278 * gdb.cell/solib-symbol.exp
8279 * gdb.cell/solib.exp
8280 * gdb.compile/compile-tls.exp
8281 * gdb.cp/exception.exp
8282 * gdb.cp/gdb2495.exp
8283 * gdb.cp/local.exp
8284 * gdb.cp/mb-inline.exp
8285 * gdb.cp/mb-templates.exp
8286 * gdb.cp/pr10687.exp
8287 * gdb.cp/pr9167.exp
8288 * gdb.cp/scope-err.exp
8289 * gdb.cp/templates.exp
8290 * gdb.cp/virtfunc.exp
8291 * gdb.dwarf2/dw2-dir-file-name.exp
8292 * gdb.dwarf2/dw2-single-line-discriminators.exp
8293 * gdb.fortran/complex.exp
8294 * gdb.fortran/library-module.exp
8295 * gdb.guile/guile.exp
8296 * gdb.guile/scm-cmd.exp
8297 * gdb.guile/scm-frame-inline.exp
8298 * gdb.guile/scm-objfile.exp
8299 * gdb.guile/scm-pretty-print.exp
8300 * gdb.guile/scm-symbol.exp
8301 * gdb.guile/scm-type.exp
8302 * gdb.guile/scm-value.exp
8303 * gdb.linespec/keywords.exp
8304 * gdb.linespec/ls-errs.exp
8305 * gdb.linespec/macro-relative.exp
8306 * gdb.linespec/thread.exp
8307 * gdb.mi/mi-breakpoint-changed.exp
8308 * gdb.mi/mi-dprintf-pending.exp
8309 * gdb.mi/mi-fullname-deleted.exp
8310 * gdb.mi/mi-logging.exp
8311 * gdb.mi/mi-pending.exp
8312 * gdb.mi/mi-solib.exp
8313 * gdb.mi/new-ui-mi-sync.exp
8314 * gdb.mi/user-selected-context-sync.exp
8315 * gdb.multi/dummy-frame-restore.exp
8316 * gdb.multi/multi-arch-exec.exp
8317 * gdb.multi/remove-inferiors.exp
8318 * gdb.multi/watchpoint-multi-exit.exp
8319 * gdb.opt/solib-intra-step.exp
8320 * gdb.perf/backtrace.exp
8321 * gdb.perf/single-step.exp
8322 * gdb.perf/skip-command.exp
8323 * gdb.perf/skip-prologue.exp
8324 * gdb.perf/solib.exp
8325 * gdb.python/lib-types.exp
8326 * gdb.python/py-as-string.exp
8327 * gdb.python/py-bad-printers.exp
8328 * gdb.python/py-block.exp
8329 * gdb.python/py-breakpoint.exp
8330 * gdb.python/py-cmd.exp
8331 * gdb.python/py-events.exp
8332 * gdb.python/py-evthreads.exp
8333 * gdb.python/py-finish-breakpoint.exp
8334 * gdb.python/py-finish-breakpoint2.exp
8335 * gdb.python/py-frame-inline.exp
8336 * gdb.python/py-frame.exp
8337 * gdb.python/py-inferior.exp
8338 * gdb.python/py-infthread.exp
8339 * gdb.python/py-mi.exp
8340 * gdb.python/py-objfile.exp
8341 * gdb.python/py-pp-maint.exp
8342 * gdb.python/py-pp-registration.exp
8343 * gdb.python/py-prettyprint.exp
8344 * gdb.python/py-recurse-unwind.exp
8345 * gdb.python/py-shared.exp
8346 * gdb.python/py-symbol.exp
8347 * gdb.python/py-symtab.exp
8348 * gdb.python/py-template.exp
8349 * gdb.python/py-type.exp
8350 * gdb.python/py-unwind-maint.exp
8351 * gdb.python/py-unwind.exp
8352 * gdb.python/py-value.exp
8353 * gdb.python/python.exp
8354 * gdb.reverse/finish-reverse-bkpt.exp
8355 * gdb.reverse/insn-reverse.exp
8356 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8357 * gdb.reverse/solib-precsave.exp
8358 * gdb.reverse/solib-reverse.exp
8359 * gdb.stabs/gdb11479.exp
8360 * gdb.stabs/weird.exp
8361 * gdb.threads/fork-child-threads.exp
8362 * gdb.threads/fork-plus-threads.exp
8363 * gdb.threads/fork-thread-pending.exp
8364 * gdb.threads/forking-threads-plus-breakpoint.exp
8365 * gdb.threads/hand-call-in-threads.exp
8366 * gdb.threads/interrupted-hand-call.exp
8367 * gdb.threads/linux-dp.exp
8368 * gdb.threads/local-watch-wrong-thread.exp
8369 * gdb.threads/next-while-other-thread-longjmps.exp
8370 * gdb.threads/non-ldr-exit.exp
8371 * gdb.threads/pending-step.exp
8372 * gdb.threads/print-threads.exp
8373 * gdb.threads/process-dies-while-detaching.exp
8374 * gdb.threads/process-dies-while-handling-bp.exp
8375 * gdb.threads/pthreads.exp
8376 * gdb.threads/queue-signal.exp
8377 * gdb.threads/reconnect-signal.exp
8378 * gdb.threads/signal-command-handle-nopass.exp
8379 * gdb.threads/signal-command-multiple-signals-pending.exp
8380 * gdb.threads/signal-delivered-right-thread.exp
8381 * gdb.threads/signal-sigtrap.exp
8382 * gdb.threads/sigthread.exp
8383 * gdb.threads/staticthreads.exp
8384 * gdb.threads/stepi-random-signal.exp
8385 * gdb.threads/thread-unwindonsignal.exp
8386 * gdb.threads/thread_check.exp
8387 * gdb.threads/thread_events.exp
8388 * gdb.threads/tid-reuse.exp
8389 * gdb.threads/tls-nodebug.exp
8390 * gdb.threads/tls-shared.exp
8391 * gdb.threads/tls-so_extern.exp
8392 * gdb.threads/tls.exp
8393 * gdb.threads/wp-replication.exp
8394 * gdb.trace/actions-changed.exp
8395 * gdb.trace/actions.exp
8396 * gdb.trace/backtrace.exp
8397 * gdb.trace/change-loc.exp
8398 * gdb.trace/collection.exp
8399 * gdb.trace/deltrace.exp
8400 * gdb.trace/disconnected-tracing.exp
8401 * gdb.trace/entry-values.exp
8402 * gdb.trace/ftrace-lock.exp
8403 * gdb.trace/ftrace.exp
8404 * gdb.trace/infotrace.exp
8405 * gdb.trace/mi-trace-frame-collected.exp
8406 * gdb.trace/mi-trace-unavailable.exp
8407 * gdb.trace/mi-traceframe-changed.exp
8408 * gdb.trace/mi-tracepoint-changed.exp
8409 * gdb.trace/mi-tsv-changed.exp
8410 * gdb.trace/no-attach-trace.exp
8411 * gdb.trace/packetlen.exp
8412 * gdb.trace/passc-dyn.exp
8413 * gdb.trace/passcount.exp
8414 * gdb.trace/pending.exp
8415 * gdb.trace/pr16508.exp
8416 * gdb.trace/qtro.exp
8417 * gdb.trace/range-stepping.exp
8418 * gdb.trace/read-memory.exp
8419 * gdb.trace/report.exp
8420 * gdb.trace/save-trace.exp
8421 * gdb.trace/signal.exp
8422 * gdb.trace/stap-trace.exp
8423 * gdb.trace/status-stop.exp
8424 * gdb.trace/strace.exp
8425 * gdb.trace/tfile.exp
8426 * gdb.trace/tfind.exp
8427 * gdb.trace/trace-break.exp
8428 * gdb.trace/trace-condition.exp
8429 * gdb.trace/trace-enable-disable.exp
8430 * gdb.trace/trace-mt.exp
8431 * gdb.trace/tracecmd.exp
8432 * gdb.trace/tracefile-pseudo-reg.exp
8433 * gdb.trace/tspeed.exp
8434 * gdb.trace/tstatus.exp
8435 * gdb.trace/tsv.exp
8436 * gdb.trace/unavailable.exp
8437 * gdb.trace/while-dyn.exp
8438 * gdb.trace/while-stepping.exp
8439 * lib/gdb-guile.exp
8440 * lib/gdb.exp
8441 * lib/mi-support.exp
8442 * lib/pascal.exp
8443 * lib/perftest.exp
8444 * lib/prelink-support.exp
8445 * lib/selftest-support.exp
8446
8447 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8448
8449 * Makefile.in: Include disable-implicit-rules.mk.
8450
8451 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8454 non-byte-aligned bit fields.
8455
8456 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8457
8458 PR gdb/12616
8459 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8460 respects the DW_AT_data_bit_offset attribute.
8461
8462 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8463
8464 * gdb.base/default.exp: Fix output of "set language".
8465
8466 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8467
8468 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8469 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8470 make.
8471 * configure.ac: Remove checks for the make program.
8472 * configure: Re-generate.
8473
8474 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8475
8476 * gdb.python/py-recurse-unwind.c (main): Add loop.
8477 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8478 to read_register() and gdb.parse_and_eval(). Make each code
8479 call a separate case that can be individually tested.
8480 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8481 proc. Call cont_and_backtrace for each of the code paths that
8482 we want to test in the unwinder.
8483
8484 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8485
8486 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8487 the definition of struct S.
8488
8489 2016-11-11 Catherine Moore <clm@codesourcery.com>
8490
8491 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8492
8493 2016-11-09 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/commands.exp (runto_or_return): New procedure.
8496 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8497 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8498 (progvar_simple_while_test, progvar_complex_if_while_test)
8499 (if_while_breakpoint_command_test)
8500 (infrun_breakpoint_command_test, breakpoint_command_test)
8501 (user_defined_command_test, watchpoint_command_test)
8502 (test_command_prompt_position, redefine_hook_test)
8503 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8504 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8505 multi_line_input and multi_line. Remove gdb_expect and
8506 gdb_stop_suppressing_tests uses.
8507 * lib/gdb.exp (valnum_re): New global.
8508 (multi_line_input): New procedure.
8509
8510 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8511
8512 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8513 Remove.
8514 (test_setup): Define with proc_with_prefix.
8515 (test_cli_inferior): Likewise.
8516 (test_cli_thread): Likewise.
8517 (test_cli_frame): Likewise.
8518 (test_cli_select_frame): Likewise.
8519 (test_cli_up_down): Likewise.
8520 (test_mi_thread_select): Likewise.
8521 (test_mi_stack_select_frame): Likewise.
8522 (test_cli_in_mi_inferior): Likewise.
8523 (test_cli_in_mi_thread): Likewise.
8524 (test_cli_in_mi_frame): Likewise.
8525 (top level): Do not use with_test_prefix_procname.
8526
8527 2016-11-09 Pedro Alves <palves@redhat.com>
8528
8529 * gdb.base/commands.exp (gdbvar_simple_if_test)
8530 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8531 (progvar_simple_if_test, progvar_simple_while_test)
8532 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8533 (infrun_breakpoint_command_test, breakpoint_command_test)
8534 (user_defined_command_test, watchpoint_command_test)
8535 (test_command_prompt_position, deprecated_command_test)
8536 (bp_deleted_in_command, temporary_breakpoint_commands)
8537 (stray_arg0_test, source_file_with_indented_comment)
8538 (recursive_source_test, if_commands_test)
8539 (error_clears_commands_left, redefine_hook_test)
8540 (redefine_backtrace_test): Use proc_with_prefix.
8541 * lib/gdb.exp (proc_with_prefix): New proc.
8542
8543 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8544
8545 * gdb.base/tui-layout.c: New file.
8546 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8547 disassembly window contains very long lines.
8548
8549 2016-11-08 Tom Tromey <tom@tromey.com>
8550
8551 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8552 depend on Python 2.
8553
8554 2016-11-08 Tom Tromey <tom@tromey.com>
8555
8556 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8557 New method.
8558
8559 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8560
8561 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8562
8563 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8564
8565 * gdb.rust/simple.rs: Add test for univariant enums without
8566 discriminants and for encoded struct-like enums.
8567
8568 2016-10-28 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8571 gdb_test_multiple, tighten regexps and match symtabs and line
8572 tables incrementally.
8573
8574 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8575
8576 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8577 general.
8578
8579 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8580
8581 * gdb.base/exec-invalid-sysroot.exp: New file.
8582
8583 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8586
8587 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8588
8589 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8590
8591 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8592
8593 * gdb.base/killed-outside.exp: Remove $options from a call to
8594 `prepare_for_testing'.
8595
8596 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8597
8598 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8599 Change test message.
8600
8601 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8602
8603 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8604 Update comment.
8605
8606 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8607
8608 * gdb.trace/mi-trace-save.exp: New file.
8609
8610 2016-10-13 Yao Qi <yao.qi@linaro.org>
8611
8612 * gdb.base/code_elim.exp (get_var_address): Remove.
8613 * gdb.base/relocate.exp: Likewise.
8614 * gdb.base/shreloc.exp: Likewise.
8615 * lib/gdb.exp (get_var_address): New.
8616
8617 2016-10-13 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8620 floating point tests if $skip_float_test is false.
8621
8622 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8623
8624 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8625 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8626 argc values.
8627 Add 1 to argc so we guarantee distinct initial/modified argc values.
8628
8629 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8630
8631 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8632
8633 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8636 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8637 * gdb.arch/vsx-regs.exp: Likewise.
8638
8639 2016-10-07 Yao Qi <yao.qi@linaro.org>
8640
8641 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8642
8643 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8644
8645 * gdb.python/python.exp: Test decode_line("*0").
8646
8647 2016-10-06 Doug Evans <dje@google.com>
8648
8649 * gdb.python/py-value.exp (test_value_creation): Add test for large
8650 unsigned 64-bit value.
8651
8652 2016-10-06 Tom Tromey <tom@tromey.com>
8653
8654 * gdb.compile/compile.exp: Change java tests to rust.
8655 * gdb.base/setshow.exp: Change java tests to rust.
8656 * gdb.base/default.exp: Remove java from language list.
8657 * README (Examples): Update language example.
8658 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8659 test.
8660 * lib/gdb.exp (skip_java_tests): Remove.
8661 * lib/java.exp: Remove.
8662 * gdb.java: Remove.
8663
8664 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8665
8666 * gdb.arch/mips-fcr.exp: New test.
8667 * gdb.arch/mips-fcr.c: Source for the new test.
8668
8669 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8670
8671 * gdb.base/solib-disc.exp: Use `standard_output_file'
8672 throughout.
8673
8674 2016-10-06 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.base/jit-simple-dl.c: New file.
8677 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8678 * gdb.base/jit-simple.c: ... this.
8679 * gdb.base/jit-simple.exp (jit_run): Delete.
8680 (build_jit): New proc.
8681 (jit_test_reread): Recompile either the main program or the shared
8682 library, depending on what is being tested. Skip changing address
8683 if caller wants to. Compare before/after addresses. If testing
8684 standalone, explicitly load the binary. Test "maint info
8685 breakpoints".
8686 (top level): Add "standalone vs shared lib" and "change address"
8687 vs "same address" axes.
8688
8689 2016-10-06 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8692 call.
8693 (jit_run): Delete.
8694 (jit_test_reread): Use with_test_prefix. Reload the main binary
8695 explicitly. Compare the before/after addresses of the JIT
8696 descriptor.
8697
8698 2016-08-15 Doug Evans <dje@google.com>
8699
8700 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8701 for single bitfields is bool.
8702 * gdb.xml/tdesc-regs.exp: Ditto.
8703
8704 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8707
8708 2016-10-05 Yao Qi <yao.qi@linaro.org>
8709
8710 * lib/gdb.exp (support_complex_tests): Return zero if
8711 gdb_skip_float_test return true.
8712
8713 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8714 Simon Marchi <simon.marchi@ericsson.com>
8715
8716 PR gdb/20487
8717 * gdb.mi/user-selected-context-sync.exp: New file.
8718 * gdb.mi/user-selected-context-sync.c: New file.
8719
8720 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8721 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 PR gdb/20487
8724 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8725 =thread-select-event check.
8726
8727 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8728
8729 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8730 the compulsory L operand changes.
8731 * gdb.arch/powerpc-power.s: Likewise.
8732
8733 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8736 * gdb.base/jit-attach-pie.c: New file.
8737 * gdb.base/jit-attach-pie.exp: New file.
8738
8739 2016-09-28 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/infcall-input.c: New file.
8742 * gdb.base/infcall-input.exp: New file.
8743
8744 2016-09-22 Yao Qi <yao.qi@linaro.org>
8745
8746 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8747 (gdb_exit): Rename it to ...
8748 (gdbserver_gdb_exit): ... Close GDBserver.
8749 (gdb_exit): New proc, call gdbserver_gdb_exit.
8750 (mi_gdb_exit): Likewise.
8751
8752 2016-09-22 Yao Qi <yao.qi@linaro.org>
8753
8754 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8755 path.
8756 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8757 Remove duplication.
8758
8759 2016-09-22 Yao Qi <yao.qi@linaro.org>
8760
8761 * lib/gdbserver-support.exp: Check the existence of
8762 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8763
8764 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8765
8766 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8767
8768 2016-09-21 Tom Tromey <tom@tromey.com>
8769
8770 PR gdb/20604:
8771 * gdb.base/quit.exp: New file.
8772
8773 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * .gitignore: New file.
8776
8777 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8778
8779 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8780 throughout.
8781
8782 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8783
8784 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8785
8786 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 * gdb.cp/casts.cc (decltype): Move it ...
8789 (main): ... with its call to ...
8790 * gdb.cp/casts03.cc: ... a new file.
8791 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8792
8793 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8794
8795 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8796
8797 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8798
8799 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8800 and sync up the test with tests in gas/testsuite/gas/ppc.
8801 * gdb.arch/powerpc-power.exp: Likewise.
8802
8803 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8804
8805 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8806
8807 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8808 Jan Kratochvil <jan.kratochvil@redhat.com>
8809
8810 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8811 make m1's definition to be different from m2's. Use 'dummy' as an
8812 argument for probe 'two'.
8813
8814 2016-09-10 Jon Beniston <jon@beniston.com>
8815
8816 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8817 for sim target.
8818
8819 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8820
8821 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8822 variable declaration.
8823 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8824 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8825 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8826 received HWCAP as its argument.
8827
8828 2016-09-06 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/new-ui-pending-input.c: New file.
8831 * gdb.base/new-ui-pending-input.exp: New file.
8832 * gdb.exp (clear_gdb_spawn_id): New procedure.
8833 (with_spawn_id): Check whether gdb_spawn_id exists before
8834 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8835 on exit.
8836
8837 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8838
8839 * gdb.base/float128.c: New file.
8840 * gdb.base/float128.exp: Likewise.
8841 * gdb.base/floatn.c: Likewise.
8842 * gdb.base/floatn.exp: Likewise.
8843
8844 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8845
8846 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8847
8848 2016-09-05 Pedro Alves <palves@redhat.com>
8849
8850 PR backtrace/19927
8851 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8852 unwinders are immediately called as side effect of "source" or
8853 "disable unwinder" commands.
8854 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8855
8856 2016-09-02 Yao Qi <yao.qi@linaro.org>
8857
8858 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8859 is true and $type is "float" or "double".
8860
8861 2016-09-02 Yao Qi <yao.qi@linaro.org>
8862
8863 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8864 true.
8865 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8866 * gdb.base/call-rt-st.exp: Likewise.
8867 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8868 return value instead of gdb,skip_float_test.
8869 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8870 (do_function_calls): Use its return value instead of
8871 gdb,skip_float_test.
8872 * gdb.base/finish.exp: Likewise.
8873 * gdb.base/funcargs.exp: Likewise.
8874 * gdb.base/return.exp: Likewise.
8875 * gdb.base/return2.exp: Likewise.
8876 * gdb.base/varargs.exp: Likewise.
8877 * lib/gdb.exp (gdb_skip_float_test): Change it to
8878 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8879
8880 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8881
8882 * gdb.multi/tids.exp: Test "thread apply all".
8883
8884 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8885
8886 * gdb.base/default.exp (tty): Remove.
8887
8888 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8889
8890 * gdb.python/py-recurse-unwind.c: New file.
8891 * gdb.python/py-recurse-unwind.py: New file.
8892 * gdb.python/py-recurse-unwind.exp: New file.
8893
8894 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8895
8896 * gdb.base/set-inferior-tty.exp: New file.
8897 * gdb.base/set-inferior-tty.c: New file.
8898
8899 2016-08-23 Pedro Alves <palves@redhat.com>
8900
8901 PR gdb/20494
8902 * gdb.base/new-ui-echo.c: New file.
8903 * gdb.base/new-ui-echo.exp: New file.
8904
8905 2016-08-23 Yao Qi <yao.qi@linaro.org>
8906
8907 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8908 gdbserver_spawn.
8909 * gdb.server/connect-without-multi-process.exp (do_test):
8910 Likewise.
8911
8912 2016-08-23 Yao Qi <yao.qi@linaro.org>
8913
8914 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8915 standalone_txt. Delete gdb_txt and standalone_txt on host
8916 and target. Spawn the binary on target. Copy files from
8917 target to host.
8918
8919 2016-08-22 Pedro Alves <palves@redhat.com>
8920
8921 PR gdb/20505
8922 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8923 with_test_prefix. Factor out bits to ...
8924 (test_no_vdso): ... this new procedure.
8925
8926 2016-08-19 Carl Love <cel@us.ibm.com>
8927
8928 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8929 maintaining separate logic for constructing the output path.
8930 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8931 * gdb.arch/ppc-dfp.exp: Likewise.
8932 * gdb.arch/ppc-fp.exp: Likewise.
8933 * gdb.arch/vsx-regs.exp: Likewise.
8934 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8935 binprefix for generating the additional binary files.
8936
8937 2016-08-19 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.trace/mi-trace-frame-collected.exp
8940 (test_trace_frame_collected): On x32, expect two registers.
8941
8942 2016-08-18 Carl Love <cel@us.ibm.com>
8943
8944 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8945 and sync up the test with tests in gas/testsuite/gas/ppc.
8946 * gdb.arch/powerpc-power.exp: Likewise.
8947
8948 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8949
8950 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8951 expected error message.
8952
8953 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8954
8955 * gdb.multi/remove-inferiors.exp: New file.
8956 * gdb.multi/remove-inferiors.c: New file.
8957
8958 2016-08-12 Yao Qi <yao.qi@linaro.org>
8959
8960 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8961 argument list.
8962
8963 2016-08-10 Pedro Alves <palves@redhat.com>
8964
8965 PR gdb/19187
8966 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8967 setup_kfails.
8968
8969 2016-08-09 Pedro Alves <palves@redhat.com>
8970 Simon Marchi <simon.marchi@ericsson.com>
8971
8972 PR gdb/20418
8973 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8974 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8975
8976 2016-08-09 Pedro Alves <palves@redhat.com>
8977
8978 PR mi/20431
8979 * gdb.mi/mi-cmd-error.exp: New file.
8980
8981 2016-08-09 Pedro Alves <palves@redhat.com>
8982
8983 PR gdb/18653
8984 * gdb.base/signals-state-child.c: New file.
8985 * gdb.base/signals-state-child.exp: New file.
8986 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8987
8988 2016-08-09 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8991
8992 2016-08-03 Tom Tromey <tom@tromey.com>
8993
8994 PR python/18565:
8995 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8996
8997 2016-08-01 Yao Qi <yao.qi@linaro.org>
8998
8999 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9000 variable mode to "multi-process" if $multi_process is 1, otherwise
9001 set it to "single-process".
9002
9003 2016-08-01 Yao Qi <yao.qi@linaro.org>
9004
9005 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9006 * gdb.cp/cpexprs.exp: Likewise.
9007 * gdb.cp/m-static.exp: Likewise.
9008
9009 2016-07-26 Tom Tromey <tom@tromey.com>
9010
9011 PR python/20190:
9012 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9013 test.
9014
9015 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9016
9017 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9018 selecting assembly source files.
9019 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9020 assembly source files.
9021 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9022 assembly source files.
9023 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9024 selecting assembly source files.
9025
9026 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9027
9028 * gdb.base/new-ui.exp (do_test_invalid_args): New
9029 procedure.
9030
9031 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9032
9033 * gdb.btrace/reconnect.c: New file.
9034 * gdb.btrace/reconnect.exp: New file.
9035
9036 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9037
9038 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9039 to test_catch_syscall_group.
9040 (test_catch_syscall_group): New.
9041
9042 2016-07-21 Tom Tromey <tom@tromey.com>
9043
9044 * gdb.rust/simple.rs (main): Use empty struct expression.
9045 * gdb.rust/simple.exp: Add tests for empty struct expression.
9046
9047 2016-07-21 Yao Qi <yao.qi@linaro.org>
9048
9049 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9050 if gdb_skip_xml_test is true on some targets.
9051
9052 2016-07-21 Yao Qi <yao.qi@linaro.org>
9053
9054 * gdb.server/solib-list.exp: Unset last_loaded_file.
9055
9056 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9059 "step into captured_main (args)".
9060
9061 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9064
9065 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9068
9069 2016-07-19 Pedro Alves <palves@redhat.com>
9070
9071 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9072 * gdb.opt/inline-bt.exp: Likewise.
9073 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9074 additional_flags=-Winline.
9075 * gdb.opt/inline-locals.exp: Likewise.
9076 * gdb.opt/inline-markers.c (ATTR): Define.
9077 (inlined_fn): Use it.
9078
9079 2016-07-19 Yao Qi <yao.qi@linaro.org>
9080
9081 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9082 (test_with_self): Remove some code. Remove argument executable.
9083 (top-level): Use do_self_tests.
9084
9085 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9086 Don Breazeal <donb@codesourcery.com>
9087
9088 * gdb.base/maint.exp: Escape paths used in regular expressions.
9089 * gdb.stabs/weird.exp: Likewise.
9090
9091 2016-07-13 Tom Tromey <tom@tromey.com>
9092
9093 PR python/15620, PR python/18620:
9094 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9095 (test_bkpt_events): New procs.
9096
9097 2016-07-13 Tom Tromey <tom@tromey.com>
9098
9099 PR python/17698:
9100 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9101 test.
9102 (test_watchpoints): Likewise.
9103 (test_bkpt_pending): New proc.
9104
9105 2016-07-13 Tom Tromey <tom@tromey.com>
9106
9107 PR cli/18053:
9108 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9109 completion test.
9110
9111 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9114 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9115 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9116 f_label.
9117 (g): Rename g_end_lbl to g_label.
9118 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9119 low_pc and high_pc.
9120 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9121
9122 2016-07-12 Tom Tromey <tom@tromey.com>
9123
9124 PR python/19293:
9125 * gdb.python/py-unwind-maint.exp: Update tests.
9126
9127 2016-07-12 Yao Qi <yao.qi@linaro.org>
9128
9129 * lib/selftest-support.exp (selftest_setup): Match the output
9130 when captured_main is inlined.
9131
9132 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9133
9134 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9135 New variables.
9136 (print this%a, print this%b, print this): New tests.
9137 * gdb.fortran/derived-types.f90 (this): New object and
9138 initialization.
9139
9140 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * gdb.ada/arraydim.exp: Remove extra directory level in build
9143 directory.
9144
9145 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9146
9147 * lib/ada.exp: Remove extra directory level in build directory.
9148 * gdb.ada/cond_lang.exp: Likewise.
9149 * gdb.ada/exec_changed.exp: Likewise.
9150 * gdb.ada/lang_switch.exp: Likewise.
9151
9152 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9153
9154 * simple.rs: Add test for raw pointer subscripting.
9155 * simple.exp: Add test expectations.
9156
9157 2016-07-05 Yao Qi <yao.qi@linaro.org>
9158
9159 * gdb.mi/mi-reverse.exp: Match =record-started output.
9160
9161 2016-07-01 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9164 procedure.
9165 (jit_reader_test): Test the jit reader's unwinder.
9166 * gdb.base/jithost.c (jit_function_00_code): New global.
9167 (main): Use memcpy to fill in the mmapped code, instead of poking
9168 bytes manually here.
9169 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9170 value.
9171 (read_debug_info): Save the function's range.
9172 (read_sp): New function.
9173 (unwind_frame): Use it. Also unwind RBP.
9174 (get_frame_id): Use read_sp.
9175 (gdb_init_reader): Use calloc instead of malloc.
9176 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9177 parameter. Use gdb_test_multiple.
9178
9179 2016-07-01 Pedro Alves <palves@redhat.com>
9180 Antoine Tremblay <antoine.tremblay@ericsson.com>
9181
9182 * gdb.threads/process-dies-while-detaching.c: New file.
9183 * gdb.threads/process-dies-while-detaching.exp: New file.
9184
9185 2016-07-01 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.multi/watchpoint-multi-exit.c: New file.
9188 * gdb.multi/watchpoint-multi-exit.exp: New file.
9189
9190 2016-06-30 Pedro Alves <palves@redhat.com>
9191
9192 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9193 unset inferior_spawn_id.
9194
9195 2016-06-30 Pedro Alves <palves@redhat.com>
9196
9197 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9198 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9199
9200 2016-06-29 Yao Qi <yao.qi@linaro.org>
9201
9202 * gdb.base/return.c: Add copyright header.
9203
9204 2016-06-29 Tom Tromey <tom@tromey.com>
9205
9206 PR python/20129:
9207 * gdb.python/py-framefilter.exp: Add tests for setting priority
9208 and disabling of non-existent frame filter.
9209
9210 2016-06-29 Yao Qi <yao.qi@linaro.org>
9211
9212 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9213 0x0f07ff.
9214
9215 2016-06-28 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9218 triplets. Start gdb, execute catch syscall, and continue. Check
9219 gdb's output to determine catch syscall is supported.
9220
9221 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9222
9223 * gdb.rust/simple.rs: Add test for returning unit in a function.
9224 * gdb.rust/simple.exp: Add expectation for functions returning
9225 unit.
9226
9227 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9228
9229 * gdb.python/py-breakpoint-create-fail.c,
9230 gdb.python/py-breakpoint-create-fail.exp,
9231 gdb.python/py-breakpoint-create-fail.py: New testcase.
9232
9233 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9234
9235 PR gdb/20239
9236 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9237 * gdb.rust/simple.exp: Add test expectations for new NonZero
9238 tests.
9239
9240 2016-06-24 David Taylor <dtaylor@emc.com>
9241
9242 * gdb.base/offsets.exp: New file.
9243 * gdb.base/offsets.c: New file.
9244
9245 2016-06-23 Tom Tromey <tom@tromey.com>
9246
9247 PR gdb/16483:
9248 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9249 before any filters are loaded.
9250
9251 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9252
9253 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9254 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9255 structs.
9256 * gdb.fortran/derived-type-function.exp: New file.
9257 * gdb.fortran/derived-type-function.f90: New file.
9258
9259
9260 2016-06-21 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/new-ui.exp: New file.
9263 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9264 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9265 (with_spawn_id): New procedure.
9266
9267 2016-06-21 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.mi/mi-exec-run.exp: New file.
9270
9271 2016-06-21 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9274 breakpoint command's output on the main UI.
9275 (test_break): New procedure, factored out from calls in the top
9276 level.
9277 (top level): Use foreach_with_prefix to test MI as main UI and as
9278 separate UI.
9279
9280 2016-06-21 Pedro Alves <palves@redhat.com>
9281
9282 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9283 (test_awatch_creation_and_listing)
9284 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9285 Remove 'type' parameter.
9286 (test_watchpoint_all): New parameter mi_mode. Remove
9287 with_test_prefix.
9288 (top level): Use foreach_with_prefix, and add main/separate UI MI
9289 testing axis.
9290
9291 2016-06-21 Pedro Alves <palves@redhat.com>
9292
9293 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9294 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9295 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9296 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9297 (gdb_main_spawn_id, mi_spawn_id): Declare and
9298 comment.
9299 (mi_create_inferior_pty): New procedure,
9300 factored out from default_mi_gdb_start.
9301 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9302 procedures.
9303 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9304 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9305 Use mi_create_inferior_pty.
9306 (mi_gdb_start): Use eval to pass down args list.
9307
9308 2016-06-21 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9311 * gdb.opt/inline-cmds.exp: Add MI tests.
9312
9313 2016-06-21 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9316
9317 2016-06-21 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9320 (top level): Use it instead of mi_execute_to.
9321
9322 2016-06-21 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9325 (cont_handler_str): New.
9326 (signal_stop_handler): Set stop_handler_str instead of printing to
9327 stdout.
9328 (continue_handler): Set cont_handler_str instead of printing to
9329 stdout.
9330 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9331 mi_send_resuming_command. Print stop_handler_str and
9332 cont_handler_str instead of expecting the python events print
9333 directly.
9334
9335 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9336
9337 * gdb.base/jit-reader.exp: New file.
9338 * gdb.base/jithost.c: New file.
9339 * gdb.base/jithost.h: New file.
9340 * gdb.base/jitreader.c : New file.
9341 * gdb.base/jit-protocol.h: New file.
9342
9343 2016-06-17 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9346 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9347 and detach-on-fork. Adjust tests.
9348 (top level): Invoke break_cond_on_syscall with combinations of
9349 syscall, follow-fork-mode and detach-on-fork.
9350
9351 2016-06-17 Yao Qi <yao.qi@linaro.org>
9352
9353 * gdb.base/step-over-exit.c: New.
9354 * gdb.base/step-over-exit.exp: New.
9355
9356 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9357
9358 * gdb.base/float.exp: Add target check for nds32*-*-*.
9359 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9360
9361 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9362
9363 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9364 for unsupported target features.
9365 * gdb.base/call-rt-st.exp: Likewise.
9366 * gdb.base/call-sc.exp: Likewise.
9367 * gdb.base/call-signal-resume.exp: Likewise.
9368 * gdb.base/call-strs.exp: Likewise.
9369 * gdb.base/callexit.exp: Likewise.
9370 * gdb.base/callfuncs.exp: Likewise.
9371 * gdb.base/nodebug.exp: Likewise.
9372 * gdb.base/printcmds.exp: Likewise.
9373 * gdb.base/ptype.exp: Likewise.
9374 * gdb.base/structs.exp: Likewise.
9375 * gdb.base/unwindonsignal.exp: Likewise.
9376 * gdb.cp/gdb2495.exp: Likewise.
9377 * gdb.cp/templates.exp: Likewise.
9378 * gdb.cp/virtfunc.exp: Likewise.
9379 * gdb.threads/hand-call-in-threads.exp: Likewise.
9380 * gdb.threads/interrupted-hand-call.exp: Likewise.
9381 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9382
9383 2016-06-10 Tom Tromey <tom@tromey.com>
9384
9385 PR rust/20110:
9386 * gdb.rust/expr.exp: Add test for integer constant larger than
9387 i32.
9388
9389 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9390
9391 * gdb.fortran/nested-funcs.exp: New.
9392 * gdb.fortran/nested-funcs.f90: New.
9393
9394 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9395
9396 * gdb.base/examine-backward.c: New file.
9397 * gdb.base/examine-backward.exp: New file.
9398
9399 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9400
9401 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9402 matching.
9403
9404 2016-06-02 Tom Tromey <tom@tromey.com>
9405
9406 PR python/18984:
9407 * gdb.python/py-shared.exp: Add solib_name test.
9408
9409 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9410
9411 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9412
9413 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9414
9415 PR c++/19893
9416 * gdb.dwarf2/implref.exp: Rename to...
9417 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9418 * gdb.dwarf2/implref-array.c: New file.
9419 * gdb.dwarf2/implref-array.exp: Likewise.
9420 * gdb.dwarf2/implref-global.c: Likewise.
9421 * gdb.dwarf2/implref-global.exp: Likewise.
9422 * gdb.dwarf2/implref-struct.c: Likewise.
9423 * gdb.dwarf2/implref-struct.exp: Likewise.
9424
9425 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9426
9427 * gdb.trace/trace-condition.exp: Add 64bit tests.
9428
9429 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9430
9431 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9432 bits types.
9433 (main): Adapt to 8 to 64 bits types.
9434 * gdb.trace/trace-condition.exp: Add new tests.
9435
9436 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9437
9438 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9439
9440 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9441
9442 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9443 Move condition tests...
9444 * gdb.trace/trace-condition.exp: Here.
9445
9446 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9447
9448 * gdb.trace/trace-condition.exp: Add counter-case tests.
9449
9450 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 PR c++/15231
9453 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9454 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9455
9456 2016-05-27 Pedro Alves <palves@redhat.com>
9457
9458 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9459 New procedure.
9460 (top level): Call it, and bail out of DejaGnu is known to be bad.
9461
9462 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9463
9464 * gdb.base/whatis.c: Extend the test case.
9465 * gdb.base/whatis.exp: Add additional tests.
9466
9467 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9468
9469 * gdb.fortran/type.f90: Add pointer variable.
9470 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9471
9472 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9473
9474 * gdb.fortran/vla-type.exp: Fix testcase name.
9475
9476 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9477
9478 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9479
9480 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9481
9482 * gdb.fortran/type.f90: Add nested structures.
9483 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9484 * gdb.fortran/derived-type.exp: Adapt expected output.
9485 * gdb.fortran/vla-type.exp: Adapt expected output.
9486
9487 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9488
9489 * gdb.fortran/whatis_type.exp: Adapt expected output.
9490
9491 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9492
9493 * gdb.fortran/print_type.exp: Fix expected output.
9494 * gdb.fortran/whatis_type.exp: Fix expected output.
9495
9496 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9497
9498 * gdb.fortran/whatis_type.exp: Use multi_line.
9499
9500 2016-05-24 Tom Tromey <tom@tromey.com>
9501
9502 PR python/17386:
9503 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9504 use value as an index.
9505
9506 2016-05-23 Tom Tromey <tom@tromey.com>
9507
9508 PR python/17981:
9509 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9510 no-breakpoint case.
9511
9512 2016-05-24 Pedro Alves <palves@redhat.com>
9513
9514 PR gdb/19828
9515 * gdb.threads/clone-attach-detach.c: New file.
9516 * gdb.threads/clone-attach-detach.exp: New file.
9517
9518 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9519
9520 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9521
9522 2016-05-23 Tom Tromey <tom@tromey.com>
9523
9524 PR python/19438, PR python/18393:
9525 * gdb.python/py-progspace.exp: Add "dir" test.
9526 * gdb.python/py-objfile.exp: Add "dir" test.
9527
9528 2016-05-23 Yao Qi <yao.qi@linaro.org>
9529
9530 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9531 * gdb.arch/thumb2-it.exp: Likewise.
9532
9533 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9534
9535 * gdb.mi/mi-threads-interrupt.c: New file.
9536 * gdb.mi/mi-threads-interrupt.exp: New file.
9537
9538 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 PR gdb/18077
9541 * gdb.mi/mi-async-run.exp: New file.
9542 * gdb.mi/mi-async-run.c: New file.
9543
9544 2016-05-17 Tom Tromey <tom@tromey.com>
9545 Manish Goregaokar <manishsmail@gmail.com>
9546
9547 * lib/rust-support.exp: New file.
9548 * lib/gdb.exp (skip_rust_tests): New proc.
9549 (build_executable_from_specs): Handle rust.
9550 * lib/future.exp (gdb_find_rustc): New proc.
9551 (gdb_default_target_compile): Handle rust.
9552 * gdb.rust/expr.exp: New file.
9553 * gdb.rust/generics.exp: New file.
9554 * gdb.rust/generics.rs: New file.
9555 * gdb.rust/methods.exp: New file.
9556 * gdb.rust/methods.rs: New file.
9557 * gdb.rust/modules.exp: New file.
9558 * gdb.rust/modules.rs: New file.
9559 * gdb.rust/simple.exp: New file.
9560 * gdb.rust/simple.rs: New file.
9561
9562 2016-05-17 Tom Tromey <tom@tromey.com>
9563
9564 * gdb.base/default.exp (set language): Add rust.
9565
9566 2016-05-17 Tom Tromey <tom@tromey.com>
9567
9568 * gdb.gdb/unittest.exp: New file.
9569
9570 2016-05-16 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9573 shell_prompt. Update shell_prompt_re.
9574
9575 2016-05-12 Doug Evans <dje@google.com>
9576
9577 PR symtab/19999
9578 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9579 $options when building executable.
9580 * gdb.dwarf2/fission-loclists-pie.S: New file.
9581 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9582
9583 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9586 of [is_remote target],
9587
9588 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9589
9590 * lib/gdb.exp (use_gdb_stub): New procedure.
9591
9592 2016-05-03 Yunlian Jiang <yunlian@google.com>
9593 Doug Evans <dje@google.com>
9594
9595 PR symtab/19914
9596 * gdb.dwarf2/dwp-sepdebug.c: New file.
9597 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9598
9599 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9600
9601 * gdb.base/detach.exp: Remove is_remote check.
9602
9603 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/annota-input-while-running.exp: Don't check for
9606 [is_remote target]. Enable annotations after running to main.
9607 Remove unused "set test..." line.
9608
9609 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9610
9611 * gdb.trace/trace-enable-disable.exp: New file.
9612 * gdb.trace/trace-enable-disable.c: New file.
9613
9614 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9615
9616 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9617 use it in info sharedlibrary test.
9618 * gdb.trace/ftrace-lock.exp: Likewise.
9619 * gdb.trace/ftrace.exp: Likewise.
9620 * gdb.trace/range-stepping.exp: Likewise.
9621 * gdb.trace/trace-break.exp: Likewise.
9622 * gdb.trace/trace-condition.exp: Likewise.
9623 * gdb.trace/trace-mt.exp: Likewise.
9624
9625 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9628 (gdb_load_shlib): ... this.
9629 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9630 gdb_load_shlib.
9631 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9632 * gdb.base/ctxobj.exp: Likewise.
9633 * gdb.base/dprintf-pending.exp: Likewise.
9634 * gdb.base/dso2dso.exp: Likewise.
9635 * gdb.base/fixsection.exp: Likewise.
9636 * gdb.base/gcore-relro.exp: Likewise.
9637 * gdb.base/gdb1555.exp: Likewise.
9638 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9639 * gdb.base/gnu-ifunc.exp: Likewise.
9640 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9641 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9642 * gdb.base/pending.exp: Likewise.
9643 * gdb.base/print-file-var.exp: Likewise.
9644 * gdb.base/print-symbol-loading.exp: Likewise.
9645 * gdb.base/shlib-call.exp: Likewise.
9646 * gdb.base/shreloc.exp: Likewise.
9647 * gdb.base/so-impl-ld.exp: Likewise.
9648 * gdb.base/solib-disc.exp: Likewise.
9649 * gdb.base/solib-nodir.exp: Likewise.
9650 * gdb.base/solib-overlap.exp: Likewise.
9651 * gdb.base/solib-symbol.exp: Likewise.
9652 * gdb.base/solib-weak.exp (do_test): Likewise.
9653 * gdb.base/sym-file.exp: Likewise.
9654 * gdb.base/symtab-search-order.exp: Likewise.
9655 * gdb.base/type-opaque.exp: Likewise.
9656 * gdb.base/unload.exp: Likewise.
9657 * gdb.base/watchpoint-solib.exp: Likewise.
9658 * gdb.compile/compile.exp: Likewise.
9659 * gdb.cp/gdb2384.exp: Likewise.
9660 * gdb.cp/infcall-dlopen.exp: Likewise.
9661 * gdb.cp/re-set-overloaded.exp: Likewise.
9662 * gdb.fortran/library-module.exp: Likewise.
9663 * gdb.opt/solib-intra-step.exp: Likewise.
9664 * gdb.python/py-finish-breakpoint.exp: Likewise.
9665 * gdb.python/py-shared.exp: Likewise.
9666 * gdb.reverse/solib-precsave.exp: Likewise.
9667 * gdb.reverse/solib-reverse.exp: Likewise.
9668 * gdb.server/solib-list.exp: Likewise.
9669 * gdb.threads/dlopen-libpthread.exp: Likewise.
9670 * gdb.threads/tls-shared.exp: Likewise.
9671 * gdb.threads/tls-so_extern.exp: Likewise.
9672 * gdb.trace/change-loc.exp: Likewise.
9673 * gdb.trace/ftrace-lock.exp: Likewise.
9674 * gdb.trace/ftrace.exp: Likewise.
9675 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9676 * gdb.trace/pending.exp: Likewise.
9677 * gdb.trace/range-stepping.exp: Likewise.
9678 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9679 (strace_info_marker): Likewise.
9680 (strace_probe_marker): Likewise.
9681 (strace_trace_on_same_addr): Likewise.
9682 (strace_trace_on_diff_addr): Likewise.
9683 * gdb.trace/trace-break.exp: Likewise.
9684 * gdb.trace/trace-condition.exp: Likewise.
9685 * gdb.trace/trace-mt.exp: Likewise.
9686
9687 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9688
9689 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9690 result of gdb_remote_download.
9691 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9692 * gdb.base/dso2dso.exp: Likewise.
9693 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9694 * gdb.base/print-file-var.exp: Likewise.
9695 * gdb.base/shlib-call.exp: Likewise.
9696 * gdb.base/shreloc.exp: Likewise.
9697 * gdb.base/solib-overlap.exp: Likewise.
9698 * gdb.base/solib-weak.exp (do_test): Likewise.
9699 * gdb.base/unload.exp: Likewise.
9700
9701 2016-04-27 Yao Qi <yao.qi@linaro.org>
9702
9703 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9704 exists.
9705
9706 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9707
9708 * vla-type.exp: Print structure from toplevel.
9709
9710 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9711
9712 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9713 of dynamic types.
9714 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9715 of dynamic types.
9716
9717 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9718
9719 * gdb.fortran/vla-type.f90: New file.
9720 * gdb.fortran/vla-type.exp: New file.
9721
9722 2016-04-25 Yao Qi <yao.qi@linaro.org>
9723
9724 * gdb.base/branch-to-self.c: New file.
9725 * gdb.base/branch-to-self.exp: New file.
9726
9727 2016-04-22 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9730 more after $hex.
9731
9732 2016-04-22 Yao Qi <yao.qi@linaro.org>
9733
9734 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9735 * gdb.base/annota3.exp: Likewise.
9736
9737 2016-04-22 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.reverse/step-precsave.exp: Do one step and test program
9740 stops in "callee" and do multiple steps until program goes out
9741 of "callee".
9742 * gdb.reverse/step-reverse.exp: Likewise.
9743
9744 2016-04-22 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.trace/signal.exp: Also pass if
9747 $tracepoint_hits($i) > $iterations.
9748
9749 2016-04-22 Yao Qi <yao.qi@linaro.org>
9750
9751 * gdb.trace/signal.c: New file.
9752 * gdb.trace/signal.exp: New file.
9753
9754 2016-04-19 Doug Evans <xdje42@gmail.com>
9755
9756 * gdb.base/bad-file.exp: New file.
9757
9758 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9759
9760 * gdb.dwarf2/implref.exp: New file.
9761
9762 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9763
9764 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9765 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9766 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9767 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9768 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9769 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9770 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9771 * lib/fortran.exp (fortran_int4): New procedure.
9772 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9773 (fortran_logical4): Likewise.
9774
9775 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9776
9777 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9778
9779 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9780
9781 * lib/compiler.c: Add Intel specific preprocessor macros.
9782 * lib/compiler.cc: Likewise.
9783
9784 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9785
9786 * gdb.server/connect-with-no-symbol-file.c: New file.
9787 * gdb.server/connect-with-no-symbol-file.exp: New file.
9788
9789 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9790
9791 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9792
9793 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9794
9795 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9796 standard output directory.
9797
9798 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9799
9800 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9801
9802 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9803
9804 * gdb.btrace/instruction_history.c (loop): Add declaration.
9805
9806 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9807
9808 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9809
9810 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9811
9812 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9813 parentheses to print.
9814 (continue_handler): Likewise.
9815
9816 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * gdb.server/solib-list.exp: Remove is_remote check.
9819 Pass shlib= to gdb_compile. Don't link shared library with
9820 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9821 Run binary filename through "readlink -f" on the target.
9822
9823 2016-04-08 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9826 interpreter filename as argument to gdbserver_spawn.
9827 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9828 Return empty if $last_loaded_file does not exist.
9829
9830 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9833 * gdb.base/jit-main.c: Use exit after usage.
9834
9835 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9838 GDBHISTSIZE prior to the tests.
9839 * gdb.base/gdbinit-history.exp: Likewise.
9840
9841 2016-04-07 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9844 instead of build_executable. Use gdb_load_shlibs.
9845
9846 2016-04-07 Yao Qi <yao.qi@linaro.org>
9847
9848 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9849 Execute "si" command.
9850
9851 2016-04-07 Yao Qi <yao.qi@linaro.org>
9852
9853 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9854 number instead of the comments on some line.
9855
9856 2016-04-06 Don Breazeal <donb@codesourcery.com>
9857
9858 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9859 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9860
9861 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9862
9863 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9864 standard_output_file. Remove unused binfile variable.
9865
9866 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9867
9868 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9869 * gdb.python/py-mi-objfile.exp: Match "list main" output
9870 in console format.
9871
9872 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9873
9874 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9875 absolute.
9876
9877 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9878
9879 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9880 absolute.
9881 * gdb.trace/ftrace.exp: Likewise.
9882 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9883 targets as well.
9884 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9885 (gdb_load_shlibs): Copy libraries to test directory when testing
9886 natively. Only set solib-search-path if testing remotely.
9887 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9888
9889 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9890
9891 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9892 gdb_download. Use it even if the target is not remote.
9893 * gdb.base/jit.exp (compile_jit_test): Likewise.
9894 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9895 output directory if the destination board is local, otherwise use
9896 the standard remote_download from DejaGnu.
9897 (gdb_download): Remove.
9898 (gdb_load_shlibs): Use gdb_remote_download instead of
9899 gdb_download.
9900 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9901 Use gdb_remote_download instead of gdb_download. Use it even if
9902 the target is not remote.
9903 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9904 instead of gdb_download.
9905
9906 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9907
9908 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9909 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9910 run.
9911
9912 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9913
9914 PR gdb/19820
9915 * gdb.base/printcmds.exp: Add artificial arrays tests.
9916
9917 2016-03-31 Pedro Alves <palves@redhat.com>
9918
9919 PR gdb/19858
9920 * gdb.base/jit-main.c: Include unistd.h.
9921 (ATTACH): Define to 0 if not already defined.
9922 (wait_for_gdb, mypid): New globals.
9923 (WAIT_FOR_GDB): New macro.
9924 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9925 some breakpoint locations.
9926 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9927 New procedures.
9928 (one_jit_test): Add REATTACH parameter, and handle it. Use
9929 continue_to_test_location.
9930 (top level): Test attach, and adjusts calls to one_jit_test.
9931
9932 2016-03-31 Pedro Alves <palves@redhat.com>
9933
9934 PR gdb/19858
9935 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9936 BINSUFFIX parameter, and handle it.
9937 (top level): Adjust calls compile_jit_test.
9938
9939 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9940
9941 PR python/19743
9942 * gdb.python/py-mi-events-gdb.py: New file.
9943 * gdb.python/py-mi-events.c: New file.
9944 * gdb.python/py-mi-events.exp: New file.
9945
9946 2016-03-30 Yao Qi <yao.qi@linaro.org>
9947
9948 * gdb.reverse/until-precsave.exp: Match function name only.
9949 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9950 Move malloc to a condition block.
9951 * gdb.reverse/until-reverse.exp: Match function name only.
9952
9953 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9954
9955 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9956 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9957 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9958 variable for GPR 0 instead of assuming it is register 0.
9959 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9960 * lib/trace-support.exp: Add s390 registers.
9961
9962 2016-03-29 Yao Qi <yao.qi@linaro.org>
9963
9964 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9965
9966 2016-03-24 Yao Qi <yao.qi@linaro.org>
9967
9968 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9969 test message.
9970
9971 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9972
9973 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9974 maintaining separate logic for constructing the output path.
9975
9976 2016-03-16 Don Breazeal <donb@codesourcery.com>
9977
9978 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9979 Retry fork and waitpid on interrupted system call errors.
9980 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9981 Use with_timeout_factor to increase timeout by factor of 10.
9982
9983 2016-03-15 Don Breazeal <donb@codesourcery.com>
9984
9985 * gdb.cp/scope-err.cc: New test program.
9986 * gdb.cp/scope-err.exp: New test script.
9987 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9988 lines and "set breakpoint here" comment.
9989 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9990 Fixed some whitespace and format issues.
9991 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9992 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9993
9994 2016-03-15 Doug Evans <dje@google.com>
9995
9996 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9997 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9998 All callers updated. Add tests for enums, mixed flags register.
9999
10000 2016-03-15 Doug Evans <dje@google.com>
10001
10002 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10003 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10004
10005 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * gdb.base/default.exp: Add $_as_string to the list of expected
10008 convenience functions.
10009
10010 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10011
10012 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10013
10014 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10015
10016 * gdb.python/py-as-string.exp: New file.
10017 * gdb.python/py-as-string.c: New file.
10018
10019 2016-03-09 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10022 signal" -> "Thread NN received signal" output change.
10023 * gdb.threads/ia64-sigill.exp: Likewise.
10024 * gdb.threads/linux-dp.exp: Likewise.
10025 * gdb.threads/manythreads.exp: Likewise.
10026 * gdb.threads/pending-step.exp: Likewise.
10027 * gdb.threads/print-threads.exp: Likewise.
10028 * gdb.threads/sigstep-threads.exp: Likewise.
10029 * gdb.threads/staticthreads.exp: Likewise.
10030 * gdb.threads/tls.exp: Likewise.
10031
10032 2016-03-09 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.base/command-line-input.exp: New file.
10035
10036 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10037
10038 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10039 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10040 * gdb.trace/pending.exp: Accept leading dot before function name.
10041 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10042 * lib/trace-support.exp: Set registers for ppc.
10043
10044 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10045
10046 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10047 use it for disassembly; accept .main in addition to main in backtrace.
10048
10049 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10050 Marcin Kościelnicki <koriakin@0x04.net>
10051
10052 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10053 (gdb_recursion_test_ptr): New global variable.
10054 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10055 gdb_recursion_test.
10056 (gdb_c_test): Ditto.
10057
10058 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10059
10060 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10061 ordering.
10062
10063 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10064
10065 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10066 (bar): Add bar_start_lbl label.
10067 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10068 of foo/bar for emitting DWARF and tracing.
10069
10070 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10071
10072 * analyze-racy-logs.py: Set executable bit.
10073
10074 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10075
10076 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10077 (CHECK_TARGET_TMP): Likewise.
10078 (check-single-racy): New rule.
10079 (check-parallel-racy): Likewise.
10080 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10081 (do-check-parallel-racy): New rule.
10082 (check-racy/%.exp): Likewise.
10083 * README (Racy testcases): New section.
10084 * analyze-racy-logs.py: New file.
10085
10086 2016-03-03 Doug Evans <dje@google.com>
10087
10088 * gdb.base/skip.exp: Use with_test_prefix.
10089
10090 2016-03-03 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10093 Invoke step_over_syscall "clone" and break_cond_on_syscall
10094 "clone".
10095 * gdb.base/step-over-clone.c: New file.
10096
10097 2016-03-03 Yao Qi <yao.qi@linaro.org>
10098
10099 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10100 code format.
10101
10102 2016-03-03 Yao Qi <yao.qi@linaro.org>
10103
10104 * gdb.base/disp-step-fork.c: Rename to ...
10105 * gdb.base/step-over-fork.c: ... it. New file.
10106 * gdb.base/disp-step-vfork.c: Rename to ...
10107 * gdb.base/step-over-vfork.c: ... it. New file.
10108 * gdb.base/disp-step-syscall.exp: Rename to ...
10109 * gdb.base/step-over-syscall.exp: ... it. New file.
10110 (disp_step_cross_syscall): Rename to ...
10111 (step_over_syscall): ... it.
10112
10113 2016-03-03 Yao Qi <yao.qi@linaro.org>
10114
10115 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10116 If target supports condition evaluation on target, invoke
10117 break_cond_on_syscall for fork and vfork.
10118
10119 2016-03-03 Yao Qi <yao.qi@linaro.org>
10120
10121 * gdb.base/disp-step-syscall.exp: Don't invoke
10122 support_displaced_stepping.
10123 (disp_step_cross_syscall): Test with displaced stepping off and
10124 on if supported.
10125
10126 2016-03-03 Yao Qi <yao.qi@linaro.org>
10127
10128 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10129 proc.
10130 (setup): New proc.
10131 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10132 and setup.
10133
10134 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10135
10136 * gdb.fortran/vla-history.exp: Remove breakpoint.
10137
10138 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10139
10140 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10141 exceeds timeout.
10142
10143 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10144
10145 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10146 breakpoint.
10147
10148 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10149
10150 * gdb.mi/vla.f90: Nullify pointer after declaration.
10151
10152 2016-03-01 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10155
10156 2016-03-01 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10159 before anything else.
10160 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10161 _GNU_SOURCE here.
10162 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10163 before anything else.
10164 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10165
10166 2016-03-01 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10169
10170 2016-03-01 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10173 prepare_for_testing.
10174
10175 2016-03-01 Yao Qi <yao.qi@linaro.org>
10176
10177 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10178
10179 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10180
10181 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10182 manually constructing the output path.
10183
10184 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10185
10186 * gdb.arch/s390-stackless.S: New.
10187 * gdb.arch/s390-stackless.exp: New.
10188
10189 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10190
10191 * gdb.dlang/circular.c: New file.
10192 * gdb.dlang/circular.exp: New file.
10193
10194 2016-02-26 Yao Qi <yao.qi@linaro.org>
10195
10196 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10197 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10198 (testcases): Update.
10199
10200 2016-02-26 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.reverse/aarch64.c: Rename to ...
10203 * gdb.reverse/insn-reverse.c: ... it.
10204 * gdb.reverse/aarch64.exp: Rename to ...
10205 * gdb.reverse/insn-reverse.exp: ... it.
10206
10207 2016-02-26 Yao Qi <yao.qi@linaro.org>
10208
10209 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10210 (testcase_ftype): New.
10211 (testcases): New array.
10212 (n_testcases): New.
10213 (main): Call each element in testcases.
10214 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10215 (read_testcase): New.
10216 Do the tests in a loop.
10217
10218 2016-02-25 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/branches.c: Remove.
10221
10222 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10223
10224 PR gdb/13808
10225 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10226
10227 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10228
10229 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10230
10231 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10232
10233 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10234 change x86_64 call_insn to 'callq'.
10235
10236 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10237
10238 * gdb.trace/tfile-avx.c: Move to...
10239 * gdb.trace/tracefile-pseudo-reg.c: Here.
10240 * gdb.trace/tfile-avx.exp: Move to...
10241 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10242
10243 2016-02-24 Gary Benson <gbenson@redhat.com>
10244
10245 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10246 message on attach.
10247
10248 2016-02-23 Doug Evans <dje@google.com>
10249
10250 * gdb.base/skip.c (test_skip): New function.
10251 (end_test_skip_file_and_function): New function.
10252 (test_skip_file_and_function): New function.
10253 * gdb.base/skip1.c (test_skip): New function.
10254 (skip1_test_skip_file_and_function): New function.
10255 * gdb.base/skip.exp: Add tests for new skip options.
10256 * gdb.base/skip-solib.exp: Update expected output.
10257 * gdb.perf/skip-command.cc: New file.
10258 * gdb.perf/skip-command.exp: New file.
10259 * gdb.perf/skip-command.py: New file.
10260
10261 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10262
10263 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10264 info registers pattern.
10265
10266 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10267
10268 * lib/future.exp: Add D support.
10269 (gdb_find_gdc): New proc.
10270 (gdb_default_target_compile): Add D support.
10271
10272 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10273
10274 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10275 user+system time.
10276 (trace_speed_test): Determine the iteration count for a time
10277 between 15..30 seconds.
10278
10279 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10280
10281 * gdb.arch/i386-mpx-sigsegv.c: New file.
10282 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10283 * gdb.arch/i386-mpx-simple_segv.c: New file.
10284 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10285
10286 2016-02-18 Yao Qi <yao.qi@linaro.org>
10287
10288 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10289 Don't call setup_kfail.
10290
10291 2016-02-18 Yao Qi <yao.qi@linaro.org>
10292
10293 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10294 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10295
10296 2016-02-16 Doug Evans <dje@google.com>
10297
10298 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10299 * gdb.base/skip1.c: Ditto.
10300 * gdb.base/skip.exp: Whitespace cleanup.
10301
10302 2016-02-16 Don Breazeal <donb@codesourcery.com>
10303
10304 PR remote/19496
10305 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10306 Remove kfail for PR remote/19496.
10307
10308 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * lib/gdb.exp (standard_temp_file): Return a path specific to
10311 the runtest invocation.
10312
10313 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.trace/save-trace.exp: Change relative path to be in the
10316 standard output directory.
10317
10318 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10319
10320 * gdb.arch/i386-prologue.c: Add missing prototypes.
10321
10322 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10323
10324 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10325 * gdb.arch/i386-prologue.exp: Likewise.
10326 * gdb.arch/i386-size.exp: Likewise.
10327
10328 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10329
10330 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10331 define object file path.
10332 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10333 file path.
10334 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10335 standard_output_file to define binfile.
10336
10337 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 Fix compatibility with recent gfortran-5.3.1.
10340 * gdb.fortran/vla-history.exp (print vla1 allocated)
10341 (print vla2 allocated, print $2, print $3): Remove
10342 (print $4): Rename to ...
10343 (print $2): ... here.
10344 (print $9): Rename to ...
10345 (print $5): ... here.
10346 (print $10): Rename to ...
10347 (print $6): ... here.
10348 * gdb.fortran/vla.f90: Add pvla initialization.
10349
10350 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10351
10352 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10353 New test.
10354 * gdb.fortran/vla-value-sub.exp: Likewise.
10355
10356 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10357
10358 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10359
10360 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10361
10362 * i386-biarch-core.exp: Define corefile using
10363 standard_output_file.
10364
10365 2016-02-12 Yao Qi <yao.qi@linaro.org>
10366
10367 * gdb.arch/arm-single-step-kernel-helper.c: New.
10368 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10369
10370 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10371
10372 * gdb.btrace/tailcall-only.exp: New.
10373 * gdb.btrace/tailcall-only.c: New.
10374 * gdb.btrace/x86_64-tailcall-only.S: New.
10375 * gdb.btrace/i686-tailcall-only.S: New.
10376
10377 2016-02-11 Pedro Alves <palves@redhat.com>
10378
10379 * README (Parallel testing): Add missing double quotes.
10380
10381 2016-02-11 Pedro Alves <palves@redhat.com>
10382
10383 * README (Parallel testing): New section.
10384 (GDB_PARALLEL): Rewrite.
10385 (FORCE_PARALLEL): Document.
10386
10387 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10388
10389 * gdb.trace/tfile-avx.c: New test.
10390 * gdb.trace/tfile-avx.exp: New test.
10391
10392 2016-02-09 Keith Seitz <keiths@redhat.com>
10393
10394 PR breakpoints/19546
10395 * gdb.base/infcall-exec.c: New file.
10396 * gdb.base/infcall-exec2.c: New file.
10397 * gdb.base/infcall-exec.exp: New file.
10398
10399 2016-02-09 Keith Seitz <keiths@redhat.com>
10400
10401 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10402 (toplevel): Call test_bkpt_address.
10403
10404 2016-02-09 Keith Seitz <keiths@redhat.com>
10405
10406 PR python/19506
10407 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10408 (toplevel): Call test_bkpt_address.
10409
10410 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10411
10412 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10413 to AC_OUTPUT.
10414 * configure: Regenerate.
10415
10416 2016-02-09 Pedro Alves <palves@redhat.com>
10417
10418 PR breakpoints/19548
10419 * gdb.base/execl-update-breakpoints.c (some_function): New
10420 function.
10421 (main): Call it.
10422 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10423 Tighten expected GDB output.
10424
10425 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10426
10427 * Makefile.in (ALL_SUBDIRS): Remove.
10428 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10429 (distclean maintainer-clean realclean): Likewise.
10430 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10431 * configure: Regenerate.
10432 * gdb.ada/Makefile.in: Delete.
10433 * gdb.arch/Makefile.in: Likewise.
10434 * gdb.asm/Makefile.in: Likewise.
10435 * gdb.base/Makefile.in: Likewise.
10436 * gdb.btrace/Makefile.in: Likewise.
10437 * gdb.cell/Makefile.in: Likewise.
10438 * gdb.compile/Makefile.in: Likewise.
10439 * gdb.cp/Makefile.in: Likewise.
10440 * gdb.disasm/Makefile.in: Likewise.
10441 * gdb.dlang/Makefile.in: Likewise.
10442 * gdb.dwarf2/Makefile.in: Likewise.
10443 * gdb.fortran/Makefile.in: Likewise.
10444 * gdb.gdb/Makefile.in: Likewise.
10445 * gdb.go/Makefile.in: Likewise.
10446 * gdb.guile/Makefile.in: Likewise.
10447 * gdb.java/Makefile.in: Likewise.
10448 * gdb.linespec/Makefile.in: Likewise.
10449 * gdb.mi/Makefile.in: Likewise.
10450 * gdb.modula2/Makefile.in: Likewise.
10451 * gdb.multi/Makefile.in: Likewise.
10452 * gdb.objc/Makefile.in: Likewise.
10453 * gdb.opencl/Makefile.in: Likewise.
10454 * gdb.opt/Makefile.in: Likewise.
10455 * gdb.pascal/Makefile.in: Likewise.
10456 * gdb.perf/Makefile.in: Likewise.
10457 * gdb.python/Makefile.in: Likewise.
10458 * gdb.reverse/Makefile.in: Likewise.
10459 * gdb.server/Makefile.in: Likewise.
10460 * gdb.stabs/Makefile.in: Likewise.
10461 * gdb.threads/Makefile.in: Likewise.
10462 * gdb.trace/Makefile.in: Likewise.
10463 * gdb.xml/Makefile.in: Likewise.
10464 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10465 GDB_PARALLEL.
10466 (standard_output_file): Remove check for GDB_PARALLEL, always
10467 return path in outputs/$subdir/$testname.
10468
10469 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10470
10471 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10472 (site.exp): Assign abs_srcdir to tcl's srcdir.
10473
10474 2016-02-04 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/foll-exec-mode.c: Include limits.h.
10477 (main): Add parameters argc and argv. Get directory from
10478 argv[0].
10479 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10480 compilation.
10481 * gdb.base/foll-exec.c: Include limits.h.
10482 (main): Add parameters argc and argv.
10483 Get directory from argv[0].
10484 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10485 Adjust tests on the number of lines as source code changed.
10486 * gdb.base/foll-vfork-exit.c: Include limits.h.
10487 (main): Add one line of statement before vfork.
10488 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10489 (main): Add parameters argc and argv. Get directory from
10490 argv[0].
10491 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10492 (setup_gdb): Set tbreak to skip some source lines.
10493 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10494 (main): Add parameters argc and argv. Get directory from
10495 argv[0].
10496 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10497 compilation.
10498 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10499 (main): Add parameters argc and argv. Get directory from
10500 argv[0].
10501 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10502 compilation.
10503
10504 2016-02-01 Doug Evans <dje@google.com>
10505
10506 * gdb.base/skip.exp: Clean up multiple references to same test name.
10507
10508 2016-02-01 Pedro Alves <palves@redhat.com>
10509
10510 PR remote/19496
10511 * gdb.threads/forking-threads-plus-breakpoint.exp
10512 (displaced_stepping_supported): New global.
10513 (probe_displaced_stepping_support): New procedure.
10514 (do_test): Add 'displaced' parameter, and use it.
10515 (top level): Check for displaced stepping support. Add displaced
10516 stepping on/off testing axis.
10517
10518 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10519
10520 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10521 pointer. Don't perform further tests on the unassociated pointer
10522 if the first test fails.
10523
10524 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10525
10526 * gdb.base/max-value-size.c: New file.
10527 * gdb.base/max-value-size.exp: New file.
10528 * gdb.base/huge.exp: Disable max-value-size for this test.
10529
10530 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10531
10532 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10533
10534 2016-01-28 Yao Qi <yao.qi@linaro.org>
10535
10536 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10537
10538 2016-01-25 Pedro Alves <palves@redhat.com>
10539
10540 PR threads/19461
10541 * gdb.base/fork-running-state.c: New file.
10542 * gdb.base/fork-running-state.exp: New file.
10543
10544 2016-01-25 Pedro Alves <palves@redhat.com>
10545
10546 PR gdb/19494
10547 * gdb.base/catch-fork-kill.c: New file.
10548 * gdb.base/catch-fork-kill.exp: New file.
10549
10550 2016-01-25 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10553 Delete, moved to lib/gdb.exp.
10554 * gdb.threads/forking-threads-plus-breakpoint.exp
10555 (foreach_with_prefix): Likewise.
10556 * gdb.threads/process-dies-while-handling-bp.exp
10557 (foreach_with_prefix): Likewise.
10558 * lib/gdb.exp (foreach_with_prefix): New procedure.
10559
10560 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10561
10562 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10563 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10564
10565 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10566
10567 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10568 endian targets.
10569
10570 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10571 Pedro Alves <palves@redhat.com>
10572
10573 Fix testsuite compatibility with Guile.
10574 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10575 number.
10576
10577 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 Fix testsuite compatibility with Guile.
10580 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10581 (thread 1): New test for backtrace through signal handler.
10582
10583 2016-01-22 Yao Qi <yao.qi@linaro.org>
10584
10585 PR testsuite/19491
10586 * gdb.base/multi-forks.c: Include
10587 ../lib/unbuffer_output.c
10588 (main): Call gdb_unbuffer_output.
10589
10590 2016-01-21 Doug Evans <dje@google.com>
10591
10592 * lib/ada.exp (gdb_compile_ada): Fix typo.
10593
10594 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10595
10596 * gdb.base/break-fun-addr.exp: New file.
10597 * gdb.base/break-fun-addr1.c: New file.
10598 * gdb.base/break-fun-addr2.c: New file.
10599
10600 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10601
10602 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10603 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10604 enum flag values.
10605
10606 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10607
10608 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10609 when GDB can not set the vector return value. Add more comments
10610 for clarification.
10611
10612 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10613
10614 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10615 command.
10616
10617 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10618
10619 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10620
10621 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10622
10623 * Makefile.in (check-single): Pass --status to runtest.
10624 (check/%.exp): Likewise.
10625
10626 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10627
10628 * Makefile.in (check-parallel): Propagate return code from make
10629 do-check-parallel.
10630
10631 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10632
10633 * gdb.trace/ftrace.exp: Fix expected message on continue.
10634 * gdb.trace/pending.exp: Fix expected message on continue.
10635 * gdb.trace/trace-break.exp: Fix expected message on continue.
10636
10637 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * lib/gdb.exp (gdb_test): Remove unused global references.
10640
10641 2016-01-18 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.base/async-shell.exp: Adjust expected output.
10644 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10645 * gdb.base/siginfo-thread.exp: Adjust expected output.
10646 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10647 * gdb.java/jnpe.exp: Adjust expected output.
10648 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10649 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10650 * gdb.threads/leader-exit.exp: Adjust expected output.
10651 * gdb.threads/manythreads.exp: Adjust expected output.
10652 * gdb.threads/pthreads.exp: Adjust expected output.
10653 * gdb.threads/schedlock.exp: Adjust expected output.
10654 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10655 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10656 expected output.
10657 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10658 output.
10659 * gdb.threads/sigthread.exp: Adjust expected output.
10660 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10661
10662 2016-01-18 Yao Qi <yao.qi@linaro.org>
10663
10664 * gdb.guile/scm-section-script.c: Replace @progbits with
10665 %progbits.
10666 * gdb.python/py-section-script.c: Likewise.
10667
10668 2016-01-15 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.multi/tids.exp: Test star wildcard ranges.
10671
10672 2016-01-15 Pedro Alves <palves@redhat.com>
10673
10674 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10675 command from "thread apply" invocation.
10676 (thr_apply_info_thr_invalid): Default the expected output to the
10677 input tid list.
10678 (top level): Add tests that use convenience variables. Add tests
10679 for "thread apply" with a valid TID list, but missing the command.
10680
10681 2016-01-13 Pedro Alves <palves@redhat.com>
10682
10683 * gdb.base/default.exp: Expect $_gthread as well.
10684 * gdb.multi/tids.exp: Test $_gthread.
10685 * gdb.threads/thread-specific.exp: Test $_gthread.
10686
10687 2016-01-13 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.multi/tids.exp: Test "info threads -gid".
10690
10691 2016-01-13 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10694 Breakpoint.thread.
10695 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10696
10697 2016-01-07 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/break.exp: Adjust to output changes.
10700 * gdb.base/hbreak2.exp: Likewise.
10701 * gdb.base/sepdebug.exp: Likewise.
10702 * gdb.base/watch_thread_num.exp: Likewise.
10703 * gdb.linespec/keywords.exp: Likewise.
10704 * gdb.multi/info-threads.exp: Likewise.
10705 * gdb.threads/thread-find.exp: Likewise.
10706 * gdb.multi/tids.c: New file.
10707 * gdb.multi/tids.exp: New file.
10708
10709 2016-01-13 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10712
10713 2016-01-13 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/default.exp: Expect $_inferior as well.
10716 * gdb.multi/base.exp: Test $_inferior.
10717
10718 2016-01-13 Pedro Alves <palves@redhat.com>
10719
10720 PR breakpoints/19388
10721 * gdb.base/catch-signal-siginfo-cond.c: New file.
10722 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10723
10724 2016-01-12 Josh Stone <jistone@redhat.com>
10725 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10726
10727 * gdb.base/catch-syscall.c (do_execve): New variable.
10728 (main): Conditionally trigger an execve.
10729 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10730 (test_catch_syscall_execve): New, check entry/return across execve.
10731 (do_syscall_tests): Call test_catch_syscall_execve.
10732
10733 2016-01-12 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.base/random-signal.exp (do_test): New procedure, with body
10736 of testcase moved in.
10737
10738 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10739 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.base/funcargs.exp (finish from indirectly called function):
10742 Reintroduce the case for 'First'.
10743
10744 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10745 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10748 (tcatch_vfork_then_child_follow_exec)
10749 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10750 identification.
10751
10752 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10753
10754 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10755 and repeats to unlimited.
10756 * gdb.python/py-value.exp: Likewise.
10757 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10758 and repeats to unlimited.
10759
10760 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10761
10762 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10763 and reordering the functions.
10764 * gdb.multi/hangout.c: Likewise.
10765 * gdb.multi/hello.c: Likewise.
10766
10767 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10768
10769 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10770 absolute.
10771 (SingleStatisticTestResult.report): Use dict.keys instead of
10772 dict.iterkeys.
10773
10774 2016-01-06 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10777
10778 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10779
10780 * gdb.btrace/dlopen.exp: New.
10781 * gdb.btrace/dlopen.c: New.
10782 * gdb.btrace/dlopen-dso.c: New.
10783
10784 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10785
10786 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10787 PATTERN argument is optional.
10788
10789 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10790
10791 * lib/ada.exp (target_compile_ada_from_dir): New function.
10792 (gdb_compile_ada): Reimplement avoiding the use of project files.
10793 * gdb.ada/gnat_ada.gpr: Delete.
10794 * gdb.ada/cond_lang.exp: Adjust test to make path before
10795 filename optional.
10796 * gdb.ada/small_reg_param.exp: Likewise.
10797
10798 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10799
10800 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10801
10802 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10803
10804 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10805 case.
10806
10807 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10808
10809 * gdb.base/break.exp: Remove dead code.
10810 * gdb.base/sepdebug.exp: Likewise.
10811
10812 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10813
10814 * gdb.asm/asm-source.exp: Remove HP-UX references.
10815 * gdb.base/annota1.exp: Likewise.
10816 * gdb.base/annota3.exp: Likewise.
10817 * gdb.base/attach.exp: Likewise.
10818 * gdb.base/bigcore.exp: Likewise.
10819 * gdb.base/break.exp: Likewise.
10820 * gdb.base/call-ar-st.exp: Likewise.
10821 * gdb.base/callfuncs.exp: Likewise.
10822 * gdb.base/catch-fork-static.exp: Likewise.
10823 * gdb.base/display.exp: Likewise.
10824 * gdb.base/foll-exec-mode.exp: Likewise.
10825 * gdb.base/foll-exec.exp: Likewise.
10826 * gdb.base/foll-fork.exp: Likewise.
10827 * gdb.base/foll-vfork.exp: Likewise.
10828 * gdb.base/funcargs.exp: Likewise.
10829 * gdb.base/hbreak2.exp: Likewise.
10830 * gdb.base/inferior-died.exp: Likewise.
10831 * gdb.base/interrupt.exp: Likewise.
10832 * gdb.base/multi-forks.exp: Likewise.
10833 * gdb.base/nodebug.exp: Likewise.
10834 * gdb.base/sepdebug.exp: Likewise.
10835 * gdb.base/solib1.c: Likewise.
10836 * gdb.base/step-test.exp: Likewise.
10837 * gdb.mi/non-stop.c: Likewise.
10838 * gdb.mi/pthreads.c: Likewise.
10839 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10840 * gdb.threads/pthreads.c: Likewise.
10841 * gdb.threads/staticthreads.exp: Likewise.
10842 * lib/future.exp: Likewise.
10843 * lib/gdb.exp: Likewise.
10844 * gdb.base/so-indr-cl.c: Remove.
10845 * gdb.base/so-indr-cl.exp: Likewise.
10846 * gdb.base/solib.c: Likewise.
10847 * gdb.base/solib.exp: Likewise.
10848 * gdb.base/solib2.c: Likewise.
10849
10850 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10851
10852 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10853 * gdb.base/call-ar-st.exp: Likewise.
10854 * gdb.base/callfuncs.exp: Likewise.
10855 * gdb.base/condbreak.exp: Likewise.
10856 * gdb.base/constvars.exp: Likewise.
10857 * gdb.base/hbreak2.exp: Likewise.
10858 * gdb.base/langs.exp: Likewise.
10859 * gdb.base/list.exp: Likewise.
10860 * gdb.base/long_long.exp: Likewise.
10861 * gdb.base/ptype.exp: Likewise.
10862 * gdb.base/scope.exp: Likewise.
10863 * gdb.base/signals.exp: Likewise.
10864 * gdb.base/so-impl-ld.exp: Likewise.
10865 * gdb.base/varargs.exp: Likewise.
10866 * gdb.base/volatile.exp: Likewise.
10867 * gdb.base/whatis.exp: Likewise.
10868 * gdb.cp/cplusfuncs.exp: Likewise.
10869 * gdb.cp/inherit.exp: Likewise.
10870 * gdb.cp/local.exp: Likewise.
10871 * gdb.cp/member-ptr.exp: Likewise.
10872 * gdb.cp/method.exp: Likewise.
10873 * gdb.cp/overload.exp: Likewise.
10874 * gdb.cp/templates.exp: Likewise.
10875 * gdb.stabs/weird.exp: Likewise.
10876 * lib/compiler.c: Likewise.
10877 * lib/compiler.cc: Likewise.
10878 * lib/cp-support.exp: Likewise.
10879 * lib/gdb.exp: Likewise.
10880
10881 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10882
10883 * configure.ac: Remove HP-UX case.
10884 * configure: Regenerate.
10885
10886 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10887
10888 * lib/gdb.exp (gdb_compile): Add function doc.
10889
10890 2015-12-17 Pedro Alves <palves@redhat.com>
10891
10892 PR threads/19354
10893 * gdb.multi/info-threads.exp: New file.
10894
10895 2015-12-15 Yao Qi <yao.qi@linaro.org>
10896
10897 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10898 is aarch64*-*-*.
10899
10900 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10901
10902 * gdb.base/history-duplicates.exp: Skip if no readline support.
10903
10904 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10905
10906 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10907
10908 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10909
10910 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10911
10912 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10913
10914 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10915 ctrl-C if nointerrupts target property is set.
10916 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10917 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10918 * gdb.base/paginate-bg-execution.exp: Likewise.
10919 * gdb.base/paginate-execution-startup.exp: Likewise.
10920 * gdb.base/random-signal.exp: Likewise.
10921 * gdb.base/range-stepping.exp: Likewise.
10922 * gdb.cp/annota2.exp: Likewise.
10923 * gdb.cp/annota3.exp: Likewise.
10924 * gdb.gdb/selftest.exp: Likewise.
10925 * gdb.threads/continue-pending-status.exp: Likewise.
10926 * gdb.threads/leader-exit.exp: Likewise.
10927 * gdb.threads/manythreads.exp: Likewise.
10928 * gdb.threads/pthreads.exp: Likewise.
10929 * gdb.threads/schedlock.exp: Likewise.
10930 * gdb.threads/sigthread.exp: Likewise.
10931
10932 2015-12-11 Don Breazeal <donb@codesourcery.com>
10933
10934 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10935 remote.
10936 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10937 * gdb.base/foll-exec.exp (main): Enable for target remote.
10938 * gdb.base/foll-fork.exp (main): Likewise.
10939 * gdb.base/foll-vfork.exp (main): Likewise.
10940 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10941 (proc continue_to_exit_bp_loc): Use clean_restart.
10942 * gdb.base/pie-execl.exp (main): Disable for target remote.
10943 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10944 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10945 * gdb.threads/execl.exp (main): Likewise.
10946 * gdb.threads/fork-child-threads.exp (main): Likewise.
10947 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10948 remote.
10949 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10950 remote.
10951 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10952 pid.tid style ptids, instead of just tid.
10953 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10954 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10955 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10956 ptids, instead of just tid.
10957
10958 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10959
10960 * gdb.base/list.exp (test_list_forward): Add end of file error
10961 test.
10962 (test_repeat_list_command): Add end of file error test.
10963 (test_list_backwards): Add beginning of file error test.
10964
10965 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10966
10967 * gdb.base/list.exp (test_list_invalid_args): New function,
10968 defined, and called.
10969
10970 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10971
10972 * gdb.base/list.exp (test_list): Make test names unique.
10973
10974 2015-12-11 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.base/coremaker2.c: Remove.
10977
10978 2015-12-10 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.multi/base.exp: Remove stale "spaces" references.
10981
10982 2015-12-10 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.multi/base.exp: Don't use nowarnings.
10985 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10986 * gdb.multi/hangout.c: Include stdio.h.
10987 * gdb.multi/hello.c: Include stdlib.h.
10988 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10989 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10990 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10991
10992 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10993
10994 * gdb.dwarf2/dw2-ranges-base.c: New file.
10995 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10996 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10997 support additional line table, and debug ranges generation.
10998 (Dwarf::ranges): New function, generate .debug_ranges.
10999 (Dwarf::lines): Support generating simple line table programs.
11000 (Dwarf::assemble): Initialise new namespace variables.
11001
11002 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11003
11004 * gdb.base/async.exp (proc test_background): Add case for
11005 asynchronous execution not supported.
11006
11007 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11008
11009 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11010 format and change test names to make them unique.
11011
11012 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11013 Pedro Alves <pedro@redhat.com>
11014
11015 PR gdb/18702
11016 Add checking of floatformats setup on x86_64 hosts.
11017 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11018 (smallval, bigval): New labels/constants.
11019 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11020 float" after loading bigval and smallval.
11021
11022 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11023
11024 * gdb.ada/fun_overload_menu.exp: New testcase.
11025 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11026
11027 2015-12-04 Josh Stone <jistone@redhat.com>
11028
11029 * gdb.base/catch-fork-static.exp: New.
11030
11031 2015-12-03 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.base/sizeof.c: Don't include stdio.h and
11034 ../lib/unbuffer_output.c.
11035 (main): New variable 'size' and 'value'. Remove printf and
11036 gdb_unbuffer_output. Assign return value to size and value.
11037 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11038 at the beginning.
11039 (check_sizeof): Check the result by printing variable 'size'.
11040 (check_valueof): Check the result by printing variable 'value'.
11041
11042 2015-12-01 Yao Qi <yao.qi@linaro.org>
11043
11044 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11045 for aarch64*-*-linux* target.
11046
11047 2015-11-30 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11050
11051 2015-11-30 Pedro Alves <palves@redhat.com>
11052
11053 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11054 Handle non-stop mode vCont replies.
11055
11056 2015-11-30 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11059 prepare_for_testing. Start gdb with "set non-stop on" appended to
11060 GDBFLAGS. Lax expected stop output.
11061
11062 2015-11-27 Yao Qi <yao.qi@linaro.org>
11063
11064 * gdb.arch/arm-neon.exp: New.
11065 * gdb.arch/arm-neon.c: New.
11066
11067 2015-11-27 Yao Qi <yao.qi@linaro.org>
11068
11069 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11070
11071 2015-11-27 Yao Qi <yao.qi@linaro.org>
11072
11073 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11074 frames-invalid annotation.
11075
11076 2015-11-27 Yao Qi <yao.qi@linaro.org>
11077
11078 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11079
11080 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11081
11082 * gdb.threads/names.exp: New file.
11083 * gdb.threads/names.c: New file.
11084 * README: Mention gdb,no_thread_names.
11085
11086 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11087
11088 PR 19297
11089 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11090 support" error.
11091
11092 2015-11-24 Pedro Alves <palves@redhat.com>
11093
11094 PR 17539
11095 * gdb.base/display.exp: Expect displays to be sorted in ascending
11096 order. Use multi_line.
11097 * gdb.base/solib-display.exp: Likewise.
11098
11099 2015-11-24 Pedro Alves <palves@redhat.com>
11100
11101 PR 17539
11102 * gdb.base/display.exp: Expect displays to be sorted in ascending
11103 order. Use multi_line.
11104 * gdb.base/solib-display.exp: Likewise.
11105
11106 2015-11-24 Pedro Alves <palves@redhat.com>
11107
11108 PR 17539
11109 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11110 threads in ascending order.
11111 * gdb.base/foll-fork.exp: Likewise.
11112 * gdb.base/foll-vfork.exp: Likewise.
11113 * gdb.base/multi-forks.exp: Likewise.
11114 * gdb.mi/mi-nonstop.exp: Likewise.
11115 * gdb.mi/mi-nsintrall.exp: Likewise.
11116 * gdb.multi/base.exp: Likewise.
11117 * gdb.multi/multi-arch.exp: Likewise.
11118 * gdb.python/py-inferior.exp: Likewise.
11119 * gdb.threads/break-while-running.exp: Likewise.
11120 * gdb.threads/execl.exp: Likewise.
11121 * gdb.threads/gcore-thread.exp: Likewise.
11122 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11123 * gdb.threads/kill.exp: Likewise.
11124 * gdb.threads/linux-dp.exp: Likewise.
11125 * gdb.threads/multiple-step-overs.exp: Likewise.
11126 * gdb.threads/next-bp-other-thread.exp: Likewise.
11127 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11128 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11129 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11130 * gdb.threads/thread-find.exp: Likewise.
11131 * gdb.threads/tls.exp: Likewise.
11132 * lib/mi-support.exp (mi_reverse_list): Delete.
11133 (mi_check_thread_states): No longer reverse list.
11134
11135 2015-11-24 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11138 use lowercase.
11139
11140 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * gdb.trace/actions.c: Include trace-common.h.
11143 (main): Add a location for a fast tracepoint.
11144 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11145 the normal tracepoints.
11146 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11147
11148 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * save-trace.exp: Factor out code to these...
11151 (gdb_save_tracepoints): New.
11152 (gdb_load_tracepoints): New.
11153 (do_save_load_test): New.
11154
11155 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11156
11157 * gdb.base/asmlabel.exp: New test.
11158 * gdb.base/asmlabel.c: New test case.
11159
11160 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdb.base/wrong_frame_bt_full-main.c: New file.
11163 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11164 * gdb.base/wrong_frame_bt_full.exp: New file.
11165
11166 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11167
11168 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11169
11170 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11171
11172 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11173 pstate register when comparing registers values in
11174 sparc64-*-linux-gnu targets to avoid spurious differences.
11175
11176 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11177
11178 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11179
11180 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11181
11182 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11183 as type argument to gdb_compile.
11184 * gdb.base/nested-subp2.exp: Likewise.
11185 * gdb.base/nested-subp3.exp: Likewise.
11186
11187 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11188
11189 * lib/dwarf.exp (_note): Fix left shift of negative value.
11190 * gdb.trace/trace-condition.exp: Likewise.
11191
11192 2015-11-13 Yao Qi <yao.qi@linaro.org>
11193
11194 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11195 comments about d10v.
11196 (test_scalar_returns): Likewise.
11197 * gdb.base/d10v.ld: Remove.
11198 * gdb.base/overlays.exp: Remove the target triplet checking for
11199 d10v-*-*.
11200 * gdb.base/structs.exp (test_struct_returns): Remove the
11201 comments about d10v.
11202 (test_struct_calls): Likewise.
11203
11204 2015-11-13 Yao Qi <yao.qi@linaro.org>
11205
11206 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11207 * gdb.base/gnu_vector.c: Don't include stdio.h.
11208 (main): Don't print res and call add_some_intvecs.
11209
11210 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11211
11212 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11213 macro.
11214 (func5): Removed.
11215 (func4): Use FAST_TRACEPOINT_LABEL.
11216 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11217 macro.
11218 (func): Removed.
11219 (thread_function): Use FAST_TRACEPOINT_LABEL.
11220 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11221 (func): Remove.
11222 (marker): Use FAST_TRACEPOINT_LABEL.
11223 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11224 (pendfunc1): Remove.
11225 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11226 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11227 (foo): Remove.
11228 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11229 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11230 macro.
11231 (func): Remove.
11232 (marker): Use FAST_TRACEPOINT_LABEL.
11233 * gdb.trace/trace-common.h: New header.
11234 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11235 macro.
11236 (func): Remove.
11237 (marker): Use FAST_TRACEPOINT_LABEL.
11238 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11239 (func): Remove.
11240 (thread_function): Use FAST_TRACEPOINT_LABEL.
11241
11242 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11243
11244 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11245 in front.
11246 * gdb.trace/change-loc.exp: Use global pcreg definition.
11247 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11248 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11249 in front.
11250 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11251 * gdb.trace/pending.exp: Likewise.
11252 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11253 * gdb.trace/trace-break.exp: Likewise.
11254 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11255 in front.
11256 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11257 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11258 in front.
11259 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11260
11261 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11262
11263 * gdb.ada/fin_fun_out: New testcase.
11264
11265 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11266
11267 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11268 value associated with DW_AT_byte_size.
11269 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11270 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11271 DW_AT_upper_bound.
11272
11273 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11274
11275 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11276 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11277 version.
11278 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11279 gdb.dwarf2/dw2-canonicalize-type.exp,
11280 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11281 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11282 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11283 provided by gdb_target_symbol_prefix_flags_asm.
11284 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11285 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11286 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11287 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11288 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11289 macros where needed). Use this macro for symbols which require
11290 the prefix provided by SYMBOL_PREFIX.
11291
11292 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11293
11294 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11295 New procs.
11296 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11297 representing expressions, of more than one list element.
11298 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11299 to prepend linker symbol prefix to f.
11300 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11301 table_1 and table_2.
11302 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11303 Likewise, for f and g.
11304 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11305 for ptr.
11306 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11307 for main.
11308 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11309 table_1_ptr and table_2_ptr.
11310
11311 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11312 Joel Brobecker <brobecker@adacore.com>
11313
11314 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11315
11316 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11317
11318 * gdb.reverse/s390-mvcle.c: New test.
11319 * gdb.reverse/s390-mvcle.exp: New file.
11320 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11321
11322 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11323
11324 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11325
11326 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11327
11328 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11329 reaching marker2.
11330 * gdb.reverse/getresuid-reverse.exp: Likewise.
11331 * gdb.reverse/pipe-reverse.exp: Likewise.
11332 * gdb.reverse/readv-reverse.exp: Likewise.
11333 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11334 * gdb.reverse/time-reverse.exp: Likewise.
11335 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11336
11337 2015-10-30 Yao Qi <yao.qi@linaro.org>
11338
11339 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11340 (empty_cycle): Remove.
11341 (main): Don't call empty_cycle. Don't use watch_count_done.
11342 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11343 empty_cycle. Rewrite the code counting HW watchpoints.
11344
11345 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11346
11347 * gdb.reverse/fstatat-reverse.c: New test.
11348 * gdb.reverse/fstatat-reverse.exp: New file.
11349 * gdb.reverse/getresuid-reverse.c: New test.
11350 * gdb.reverse/getresuid-reverse.exp: New file.
11351 * gdb.reverse/pipe-reverse.c: New test.
11352 * gdb.reverse/pipe-reverse.exp: New file.
11353 * gdb.reverse/readv-reverse.c: New test.
11354 * gdb.reverse/readv-reverse.exp: New file.
11355 * gdb.reverse/recvmsg-reverse.c: New test.
11356 * gdb.reverse/recvmsg-reverse.exp: New file.
11357 * gdb.reverse/time-reverse.c: New test.
11358 * gdb.reverse/time-reverse.exp: New file.
11359 * gdb.reverse/waitpid-reverse.c: New test.
11360 * gdb.reverse/waitpid-reverse.exp: New file.
11361
11362 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11363
11364 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11365
11366 2015-10-26 Doug Evans <dje@google.com>
11367
11368 PR symtab/17391
11369 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11370 * gdb.dwarf2/bad-regnum.c: New file.
11371 * gdb.dwarf2/bad-regnum.exp: New file.
11372
11373 2015-10-26 Doug Evans <dje@google.com>
11374
11375 PR python/18938
11376 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11377 file.
11378
11379 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11382 for a change by "Mention language in compile error message".
11383
11384 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11385
11386 PR python/18073
11387 * gdb.python/py-type.c (C::a_method): New.
11388 (C::a_const_method): New.
11389 (C::a_static_method): New.
11390 (a_function): New.
11391 * gdb.python/py-type.exp (test_fields): Test getting fields
11392 from function and method.
11393
11394 2015-10-21 Keven Boell <keven.boell@intel.com>
11395
11396 * gdb.fortran/vla-alloc-assoc.exp: New file.
11397 * gdb.fortran/vla-datatypes.exp: New file.
11398 * gdb.fortran/vla-datatypes.f90: New file.
11399 * gdb.fortran/vla-history.exp: New file.
11400 * gdb.fortran/vla-ptype-sub.exp: New file.
11401 * gdb.fortran/vla-ptype.exp: New file.
11402 * gdb.fortran/vla-sizeof.exp: New file.
11403 * gdb.fortran/vla-sub.f90: New file.
11404 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11405 * gdb.fortran/vla-value-sub-finish.exp: New file.
11406 * gdb.fortran/vla-value-sub.exp: New file.
11407 * gdb.fortran/vla-value.exp: New file.
11408 * gdb.fortran/vla-ptr-info.exp: New file.
11409 * gdb.mi/mi-vla-fortran.exp: New file.
11410 * gdb.mi/vla.f90: New file.
11411
11412 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11413
11414 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11415 of hardwired timeout value.
11416
11417 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11418 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11421 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11422
11423 2015-10-19 Josh Stone <jistone@redhat.com>
11424
11425 * gdb.base/catch-syscall.c: Include <sched.h>.
11426 (unknown_syscall): New variable.
11427 (main): Trigger a vfork and an unknown syscall.
11428 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11429 (unknown_syscall_number): Likewise.
11430 (check_call_to_syscall): Accept an optional syscall pattern.
11431 (check_return_from_syscall): Likewise.
11432 (check_continue): Likewise.
11433 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11434 (test_catch_syscall_skipping_return): New test toggling off 'catch
11435 syscall' to step over the syscall return, then toggling back on.
11436 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11437 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11438 (do_syscall_tests): Call test_catch_syscall_without_args and
11439 test_catch_syscall_mid_vfork.
11440 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11441 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11442
11443 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11444
11445 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11446 print g_vE): Add new pass patterns.
11447 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11448 print various symbol names for vptr fields.
11449
11450 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11451
11452 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11453 results.
11454
11455 2015-10-12 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11458
11459 2015-10-12 Yao Qi <yao.qi@linaro.org>
11460
11461 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11462 is aarch64*-*-linux*.
11463
11464 2015-10-12 Yao Qi <yao.qi@linaro.org>
11465
11466 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11467 (can_relocate_bcond_true): ... it.
11468 (can_relocate_bcond_false): New function.
11469 (foo): Likewise.
11470 (can_relocate_bl): Likewise.
11471 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11472 can_relocate_bl.
11473
11474 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11475
11476 * gdb.base/nested-addr.c: New file.
11477 * gdb.base/nested-addr.exp: New testcase.
11478
11479 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11480
11481 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11482 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11483 its output. Ignore the output of "record goto begin" and instead
11484 check that GDB is replaying.
11485
11486 2015-10-09 Pedro Alves <palves@redhat.com>
11487
11488 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11489 (top level): Use it in the run with no args test.
11490
11491 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11492
11493 * gdb.dlang/properties.exp: New file.
11494
11495 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11496
11497 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11498 whether or not address 0x1000 is mapped on the target.
11499
11500 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11501
11502 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11503 build.
11504
11505 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11508 instruction-history test.
11509
11510 2015-09-28 Doug Evans <dje@google.com>
11511
11512 * gdb.base/gcore.c (array_func): Add reference to static_array.
11513
11514 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11515
11516 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11517 source line.
11518
11519 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11520
11521 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11522 short or char as base type.
11523
11524 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11525
11526 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11527 to allow any size enum.
11528
11529 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11530
11531 * gdb.ada/array_ptr_renaming.exp: New testcase.
11532 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11533 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11534
11535 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11536
11537 * gdb.trace/ftrace-lock.c: New file.
11538 * gdb.trace/ftrace-lock.exp: New file.
11539
11540 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11541
11542 * gdb.arch/insn-reloc.c: New file.
11543 * gdb.arch/ftrace-insn-reloc.exp: New file.
11544
11545 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11546
11547 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11548 instruction.
11549 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11550 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11551 * gdb.trace/range-stepping.c: Likewise.
11552 * gdb.trace/trace-break.c: Likewise.
11553 * gdb.trace/trace-mt.c (thread_function): Likewise.
11554 * gdb.trace/ftrace.c (marker): Likewise.
11555 * gdb.trace/trace-condition.c (marker): Likewise.
11556 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11557 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11558 is_aarch64_target.
11559
11560 2015-09-18 Doug Evans <xdje42@gmail.com>
11561
11562 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11563 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11564
11565 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11566
11567 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11568 the breakpoint.
11569
11570 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11571
11572 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11573 the pending breakpoint. Remove timeout override for "Run till
11574 MI pending breakpoint on pendfunc3 on thread 2" test.
11575
11576 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11577
11578 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11579 filename pattern.
11580
11581 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11582
11583 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11584 in breakpoint filename pattern.
11585
11586 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11587
11588 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11589
11590 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11591
11592 * gdb.linespec/explicit.exp: Check for readline support for
11593 tab-completion tests. Fix obvious typo.
11594
11595 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11596
11597 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11598 and replay.
11599
11600 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11601
11602 * gdb.btrace/non-stop.c: New.
11603 * gdb.btrace/non-stop.exp: New.
11604
11605 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11606 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.trace/trace-condition.c: New file.
11609 * gdb.trace/trace-condition.exp: New file.
11610
11611 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11612
11613 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11614 for testing bytecode compilation.
11615
11616 2015-09-16 Pedro Alves <palves@redhat.com>
11617 Sandra Loosemore <sandra@codesourcery.com>
11618
11619 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11620 (SECONDS): Redefine.
11621 (main): Call pthread_kill and alarm early.
11622 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11623 support.
11624 (test): If the target can't hardware step and doesn't support
11625 displaced stepping, increase the timeout.
11626
11627 2015-09-16 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11630 (enable_debug): New procedures.
11631 (test): Use them. Bail out if waiting for threads fails.
11632 (top level): Bail out if a test fails.
11633
11634 2015-09-16 Yao Qi <yao.qi@linaro.org>
11635
11636 * gdb.asm/asm-source.exp: Set asm-arch for
11637 aarch64*-*-* target.
11638 * gdb.asm/aarch64.inc: New file.
11639
11640 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11641
11642 * gdb.ada/array_of_variable_length.exp: New testcase.
11643 * gdb.ada/array_of_variable_length/foo.adb: New file.
11644 * gdb.ada/array_of_variable_length/pck.adb: New file.
11645 * gdb.ada/array_of_variable_length/pck.ads: New file.
11646
11647 2015-09-15 Doug Evans <dje@google.com>
11648
11649 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11650 of function static local variable.
11651
11652 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11653
11654 * gdb.threads/tls-so_extern.exp: New test file.
11655 * gdb.threads/tls-so_extern.c: New test file.
11656 * gdb.threads/tls-so_extern_main.c: New test file.
11657
11658 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * gdb.opt/solib-intra-step-lib.c: New file.
11661 * gdb.opt/solib-intra-step-main.c: New file.
11662 * gdb.opt/solib-intra-step.exp: New file.
11663
11664 2015-09-15 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11667 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11668
11669 2015-09-14 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.base/hook-stop-continue.c: Delete.
11672 * gdb.base/hook-stop-continue.exp: Delete.
11673 * gdb.base/hook-stop-frame.c: Delete.
11674 * gdb.base/hook-stop-frame.exp: Delete.
11675 * gdb.base/hook-stop.c: New file.
11676 * gdb.base/hook-stop.exp: New file.
11677
11678 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11679
11680 * gdb.ada/access_to_packed_array.exp: New testcase.
11681 * gdb.ada/access_to_packed_array/foo.adb: New file.
11682 * gdb.ada/access_to_packed_array/pack.adb: New file.
11683 * gdb.ada/access_to_packed_array/pack.ads: New file.
11684
11685 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11686
11687 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11688 buffer size test.
11689
11690 2015-09-11 Don Breazeal <donb@codesourcery.com>
11691
11692 * gdb.base/foll-exec.c: Add copyright header. Fix
11693 formatting issues.
11694 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11695 (do_exec_tests): Use clean_restart in place of zap_session,
11696 and for test initialization. Fix formatting issues. Use
11697 fail in place of perror.
11698 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11699 an expect statement to match an expression with output from
11700 the program under debug.
11701 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11702 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11703 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11704 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11705 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11706
11707 2015-09-09 Doug Evans <dje@google.com>
11708
11709 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11710
11711 2015-09-09 Doug Evans <dje@google.com>
11712
11713 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11714
11715 2015-09-09 Doug Evans <dje@google.com>
11716
11717 * gdb.base/savedregs.exp: Fix typo.
11718
11719 2015-09-09 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11722
11723 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11724
11725 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11726 command actually switches threads. Give up on remaining
11727 tests if target fails to stop at breakpoint.
11728
11729 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11730
11731 * gdb.ada/funcall_char.exp: New testcase.
11732 * gdb.ada/funcall_char/foo.adb: New file.
11733
11734 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11735
11736 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11737 expected outputs. Add two testcases for completing ambiguous
11738 functions.
11739 * gdb.ada/complete/aux_pck.adb: New file.
11740 * gdb.ada/complete/aux_pck.ads: New file.
11741 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11742 Ambiguous_Func functions.
11743 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11744 * gdb.ada/complete/pck.adb: Likewise.
11745
11746 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11747
11748 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11749 failures to run the test program under GDB.
11750
11751 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11752
11753 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11754 to C.
11755
11756 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11757
11758 * gdb.base/run-after-attach.exp: New test file.
11759 * gdb.base/run-after-attach.c: New test file.
11760
11761 2015-08-26 Don Breazeal <donb@codesourcery.com>
11762
11763 * gdb.base/foll-exec-2.c: New test program.
11764 * gdb.base/foll-exec-2.exp: New test.
11765
11766 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11767
11768 * gdb.base/nested-subp1.exp: New file.
11769 * gdb.base/nested-subp1.c: New file.
11770 * gdb.base/nested-subp2.exp: New file.
11771 * gdb.base/nested-subp2.c: New file.
11772 * gdb.base/nested-subp3.exp: New file.
11773 * gdb.base/nested-subp3.c: New file.
11774
11775 2015-08-24 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.server/connect-without-multi-process.c: New file.
11778 * gdb.server/connect-without-multi-process.exp: New file.
11779
11780 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11781
11782 * gdb.opt/inline-markers.c: Make z int.
11783
11784 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11785
11786 * gdb.opt/inline-markers.c: Make z volatile.
11787
11788 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11789
11790 * gdb.opt/inline-bt.c: New volatile global z.
11791 * gdb.opt/inline-cmds.c: Likewise.
11792 * gdb.opt/inline-locals.c: Likewise.
11793 * gdb.opt/inline-markers.c: New extern global z.
11794 (marker): Use z.
11795 (inline_fn): Likewise.
11796
11797 2015-08-24 Pedro Alves <palves@redhat.com>
11798
11799 * config/m32r-stub.exp: Remove file.
11800 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11801 * gdb.base/call-rt-st.exp: Likewise.
11802 * gdb.base/call-strs.exp: Likewise.
11803 * gdb.base/default.exp: Remove references to h8300-*-hms and
11804 *-*-udi*.
11805 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11806
11807 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11808
11809 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11810 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11811 and "return" use KFAIL when GDB can not read/write the vector
11812 return value.
11813
11814 2015-08-21 Gary Benson <gbenson@redhat.com>
11815
11816 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11817
11818 2015-08-20 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.server/solib-list.exp: No longer expect an interior stop in
11821 non-stop mode.
11822
11823 2015-08-20 Pedro Alves <palves@redhat.com>
11824
11825 * gdb.server/connect-stopped-target.c: New file.
11826 * gdb.server/connect-stopped-target.exp: New file.
11827
11828 2015-08-20 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.dwarf2/comp-unit-lang.exp: New file.
11831 * gdb.dwarf2/comp-unit-lang.c: New file.
11832
11833 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11834
11835 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11836 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11837
11838 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11839
11840 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11841 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11842
11843 2015-08-18 Doug Evans <dje@google.com>
11844 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11845
11846 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11847 skip_python_tests. New arg prompt_regexp.
11848 (skip_python_tests): New function.
11849 * lib/mi-support.exp (mi_skip_python_tests): New function.
11850 * gdb.python/py-mi-objfile-gdb.py: New file.
11851 * gdb.python/py-mi-objfile.c: New file.
11852 * gdb.python/py-mi-objfile.exp: New file.
11853
11854 2015-08-17 Keith Seitz <keiths@redhat.com>
11855
11856 * gdb.linespec/explicit.exp: Move strace test from here ...
11857 * gdb.trace/strace.exp: ... to here.
11858
11859 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11860
11861 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11862 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11863
11864 2015-08-14 Doug Evans <xdje42@gmail.com>
11865
11866 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11867 inferior before selecting a new file.
11868
11869 2015-08-14 Doug Evans <xdje42@gmail.com>
11870
11871 * gdb.mi/mi-disassemble.exp: Update.
11872 * gdb.base/disasm-optim.S: New file.
11873 * gdb.base/disasm-optim.c: New file.
11874 * gdb.base/disasm-optim.h: New file.
11875 * gdb.base/disasm-optim.exp: New file.
11876
11877 2015-08-14 Keith Seitz <keiths@redhat.com>
11878
11879 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11880 "evaluated-by".
11881
11882 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11883
11884 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11885
11886 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11887
11888 * gdb.ada/fun_renaming.exp: New testcase.
11889 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11890 * gdb.ada/fun_renaming/pack.adb: New file.
11891 * gdb.ada/fun_renaming/pack.ads: New file.
11892
11893 2015-08-12 Keith Seitz <keiths@redhat.com>
11894
11895 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11896 gdb_get_line_number.
11897
11898 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11899
11900 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11901 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11902 gdb.base/dso2dso.exp: New files.
11903
11904 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11905 Pedro Alves <palves@redhat.com>
11906 Keith Seitz <keiths@redhat.com>
11907
11908 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11909 GDBFLAGS.
11910
11911 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11912
11913 * gdb.base/gdbhistsize-history.exp
11914 (test_histsize_history_setting): Use save_vars.
11915 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11916 Use save_vars.
11917 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11918 * gdb.base/readline.exp: Use save_vars.
11919
11920 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11921
11922 * lib/gdb.exp (save_vars): New proc.
11923
11924 2015-08-11 Keith Seitz <keiths@redhat.com>
11925
11926 * gdb.base/help.exp: Update help_breakpoint_text.
11927
11928 2015-08-11 Keith Seitz <keiths@redhat.com>
11929
11930 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11931 (at toplevel): Call test_explicit_breakpoints.
11932 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11933 breakpoints.
11934 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11935 breakpoint conditions, "-cond".
11936
11937 2015-08-11 Keith Seitz <keiths@redhat.com>
11938
11939 * gdb.linespec/3explicit.c: New file.
11940 * gdb.linespec/cpexplicit.cc: New file.
11941 * gdb.linespec/cpexplicit.exp: New file.
11942 * gdb.linespec/explicit.c: New file.
11943 * gdb.linespec/explicit.exp: New file.
11944 * gdb.linespec/explicit2.c: New file.
11945 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11946 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11947 before using in the matching pattern.
11948 Clarify that `prefix' is a regular expression.
11949
11950 2015-08-11 Keith Seitz <keiths@redhat.com>
11951
11952 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11953 test.
11954 Add tests for missing ",FMT" and ",".
11955
11956 2015-08-10 Doug Evans <dje@google.com>
11957 Keith Seitz <keiths@redhat.com>
11958
11959 PR gdb/17960
11960 * gdb.base/completion.exp: Add location completer tests.
11961
11962 2015-08-07 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11965 tests here.
11966 (top level): Run do_test with and without displaced stepping.
11967
11968 2015-08-07 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.base/valgrind-disp-step.c: New file.
11971 * gdb.base/valgrind-disp-step.exp: New file.
11972
11973 2015-08-07 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11976 Delete function.
11977 (main): Add alarm. Run an infinite loop instead of calling
11978 wait_threads.
11979 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11980 comment.
11981 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11982 Delete function.
11983 (main): Add alarm. Run an infinite loop instead of calling
11984 wait_threads.
11985 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11986 comment.
11987
11988 2015-08-07 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.base/checkpoint-ns.exp: New file.
11991 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11992 standard_testfile.
11993
11994 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11995
11996 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11997 * gdb.btrace/instruction_history.exp: Update.
11998 * gdb.btrace/tsx.exp: New.
11999 * gdb.btrace/tsx.c: New.
12000
12001 2015-08-06 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12004 increase timeout.
12005 * gdb.reverse/until-precsave.exp: Bump timeouts.
12006
12007 2015-08-06 Pedro Alves <palves@redhat.com>
12008
12009 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12010
12011 2015-08-06 Pedro Alves <palves@redhat.com>
12012
12013 PR gdb/18749
12014 * gdb.threads/process-dies-while-handling-bp.c: New file.
12015 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12016
12017 2015-08-06 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12020 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12021
12022 2015-08-05 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12025 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12026
12027 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12028
12029 * gdb.base/bp-permanent.exp: Report test as unsupported if
12030 the target cannot stop at the permanent breakpoint.
12031
12032 2015-08-03 Doug Evans <dje@google.com>
12033
12034 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12035 10000.
12036
12037 2015-08-03 Doug Evans <dje@google.com>
12038
12039 * Makefile.in (workers/%.worker, build-perf): New rule.
12040 (GDB_PERFTEST_MODE): New variable.
12041 (check-perf): Use it.
12042 (clean): Clean up gdb.perf parallel build subdirs.
12043 * lib/build-piece.exp: New file.
12044 * lib/gdb.exp (make_gdb_parallel_path): New function
12045 (standard_output_file, standard_temp_file): Call it.
12046 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12047 of $GDB_PARALLEL.
12048 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12049
12050 2015-08-03 Doug Evans <dje@google.com>
12051
12052 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12053 (LOG_FILE_NAME): New global.
12054 (TextReporter.__init__): Initialize self.txt_sum.
12055 (TextReporter.report): Add support for multiple data-points.
12056 Move report to perftest.sum, put raw data in perftest.log.
12057 (TextReporter.start): Open sum and log files.
12058 (TextReporter.end): Close sum and log files.
12059 * gdb.perf/lib/perftest/testresult.py
12060 (SingleStatisticTestResult.record): Handle multiple data-points.
12061
12062 2015-07-31 Pedro Alves <palves@redhat.com>
12063
12064 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12065 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12066 kill_wait_spawned_process instead of explicit "kill -9".
12067 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12068 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12069 kill_wait_spawned_process.
12070 * gdb.base/attach-twice.exp: Likewise.
12071 * gdb.base/attach.exp: Likewise.
12072 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12073 gdb_test_multiple.
12074 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12075 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12076 kill_wait_spawned_process.
12077 * gdb.base/valgrind-infcall.exp: Likewise.
12078 * gdb.multi/multi-attach.exp: Likewise.
12079 * gdb.python/py-prompt.exp: Likewise.
12080 * gdb.python/py-sync-interp.exp: Likewise.
12081 * gdb.server/ext-attach.exp: Likewise.
12082 * gdb.threads/attach-into-signal.exp (corefunc): Use
12083 spawn_wait_for_attach, spawn_id_get_pid and
12084 kill_wait_spawned_process.
12085 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12086 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12087 spawn_id_get_pid and kill_wait_spawned_process.
12088 * gdb.threads/attach-stopped.exp (corefunc): Use
12089 spawn_wait_for_attach, spawn_id_get_pid and
12090 kill_wait_spawned_process.
12091 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12092 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12093 kill_wait_spawned_process instead of explicit "kill -9".
12094 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12095 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12096 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12097 processes. Don't map cygwin/windows pids here. Now returns a
12098 spawn id list.
12099
12100 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12101
12102 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12103 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12104 correct patch.
12105
12106 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12107
12108 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12109
12110 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12111
12112 Reapply:
12113 2014-05-21 Mark Wielaard <mjw@redhat.com>
12114
12115 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12116
12117 2015-07-30 Pedro Alves <palves@redhat.com>
12118
12119 * linux-low.c (handle_extended_wait): Set the child's last
12120 reported status to TARGET_WAITKIND_STOPPED.
12121
12122 2015-07-30 Pedro Alves <palves@redhat.com>
12123
12124 PR threads/18600
12125 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12126 only shows inferior 1.
12127
12128 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12129 Pedro Alves <palves@redhat.com>
12130
12131 PR threads/18600
12132 * gdb.threads/fork-plus-threads.c: New file.
12133 * gdb.threads/fork-plus-threads.exp: New file.
12134
12135 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12136
12137 * gdb.base/batch-preserve-term-settings.exp
12138 (test_terminal_settings_preserved_after_cli_exit): Use
12139 send_quit_command.
12140
12141 2015-07-29 Pedro Alves <palves@redhat.com>
12142 Don Breazeal <donb@codesourcery.com>
12143
12144 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12145 output from both inferior_spawn_id and gdb_spawn_id.
12146
12147 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12148
12149 * gdb.threads/attach-into-signal.exp (corefunc): Use
12150 with_test_prefix on nested loops, uniquefying the test messages.
12151
12152 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12153
12154 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12155 commit.
12156
12157 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12158
12159 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12160 New proc.
12161 (test_terminal_settings_preserved_after_sigterm): New test.
12162
12163 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12164
12165 * gdb.base/batch-preserve-term-settings.exp
12166 (test_terminal_settings_preserved_after_cli_exit): New test.
12167
12168 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12169
12170 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12171 manipulation of saved_gdbflags.
12172 (test_terminal_settings_preserved): Remove global declaration of
12173 the unused variable pagination_prompt. Remove manipulation of
12174 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12175 GDBFLAGS.
12176
12177 2015-07-29 Pedro Alves <palves@redhat.com>
12178
12179 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12180
12181 2015-07-29 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12184 at the top.
12185
12186 2015-07-29 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12189 (main): Call gdb_unbuffer_output.
12190 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12191 (main): Call gdb_unbuffer_output.
12192 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12193 (main): Call gdb_unbuffer_output.
12194 * gdb.base/call-strs.exp: Adjust to step over the
12195 gdb_unbuffer_output call.
12196 * gdb.base/catch-gdb-caused-signals.c: Include
12197 "../lib/unbuffer_output.c".
12198 (main): Call gdb_unbuffer_output.
12199 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12200 (main): Call gdb_unbuffer_output.
12201 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12202 (main): Call gdb_unbuffer_output.
12203 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12204 (main): Call gdb_unbuffer_output.
12205 * gdb.base/shlib-call.exp: Adjust to step over the
12206 gdb_unbuffer_output call.
12207 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12208 (main): Call gdb_unbuffer_output.
12209 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12210 (main): Call gdb_unbuffer_output.
12211 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12212 (main): Rename to ...
12213 (test): ... this.
12214 (main): Reimplement.
12215 * gdb.base/varargs.exp: Run to test instead of to main.
12216 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12217 (main): Call gdb_unbuffer_output.
12218
12219 2015-07-29 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12222 factore out from mi_continue_dprintf. For call-style dprintfs,
12223 expect dprintf output out of $inferior_spawn_id.
12224 (mi_continue_dprintf): Use mi_expect_dprintf.
12225 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12226 (main): Call gdb_unbuffer_output.
12227
12228 2015-07-29 Pedro Alves <palves@redhat.com>
12229
12230 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12231 (default_mi_gdb_start): Set inferior_spawn_id instead of
12232 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12233 gdb_spawn_id.
12234 (mi_gdb_test): Always expect inferior output from both
12235 $inferior_spawn_id and $gdb_spawn_id.
12236
12237 2015-07-29 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12240 send_inferior and $inferior_spawn_id.
12241
12242 2015-07-29 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.gdb/complaints.exp (test_initial_complaints)
12245 (test_serial_complaints, test_short_complaints): Use
12246 gdb_test_stdio.
12247 (test_empty_complaint): Handle $inferior_spawn_id !=
12248 $gdb_spawn_id.
12249
12250 2015-07-29 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.base/varargs.exp: Use gdb_test_stdio.
12253
12254 2015-07-29 Pedro Alves <palves@redhat.com>
12255
12256 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12257
12258 2015-07-29 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12261
12262 2015-07-29 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12265 parameter into two new parameters, "inf_result" and "gdb_result".
12266 Expect inferior output and gdb output from $inferior_spawn_id and
12267 $gdb_spawn_id, respectively. Adjust all callers.
12268
12269 2015-07-29 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12272 of gdb_test_sequence.
12273
12274 2015-07-29 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12277 (saw_spurious_output): Expect inferior output from
12278 $inferior_spawn_id. Use gdb_test_stdio.
12279
12280 2015-07-29 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.base/dprintf.exp: Use standard_testfile. Change
12283 prepare_for_testing call.
12284 (srcfile): Don't set.
12285 (restart): New procedure.
12286 (test_dprintf): New procecure, use to continue over dprintfs.
12287 (test_call, test_agent): New procedures, tests moved here.
12288 Restart gdb and recreate dprintfs. Adjust expected output.
12289
12290 2015-07-29 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12293
12294 2015-07-29 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12297
12298 2015-07-29 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12301 gdb_test_stdio.
12302
12303 2015-07-29 Pedro Alves <palves@redhat.com>
12304
12305 * lib/gdb.exp (gdb_test_stdio): New procedure.
12306
12307 2015-07-29 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12310
12311 2015-07-29 Pedro Alves <palves@redhat.com>
12312
12313 * gdb.base/call-signal-resume.exp: Remove check for
12314 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12315 * gdb.base/unwindonsignal.exp: Likewise.
12316 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12317 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12318
12319 2015-07-29 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.base/siginfo-addr.c (pass): New function.
12322 (handler): Call it iff si_addr is correct.
12323 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12324 Set a breakpoint at "pass" and continue to it.
12325
12326 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12327
12328 * gdb.python/py-objfile.exp: Make some tests have unique names.
12329 * gdb.python/py-pp-registration.exp: Likewise.
12330
12331 2015-07-28 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12334
12335 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12336
12337 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12338
12339 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12340
12341 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12342
12343 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12344
12345 * gdb.base/gdb-sigterm-2.exp: New test.
12346
12347 2015-07-25 Doug Evans <xdje42@gmail.com>
12348
12349 Revert:
12350 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12351 (workers/%.worker, build-perf): New rule.
12352 (GDB_PERFTEST_MODE): New variable.
12353 (check-perf): Use it.
12354 (clean): Clean up gdb.perf parallel build subdirs.
12355 * lib/build-piece.exp: New file.
12356 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12357 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12358 name.
12359 (standard_temp_file): Ditto.
12360 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12361 of $GDB_PARALLEL.
12362
12363 2015-07-24 Doug Evans <dje@google.com>
12364
12365 * gdb.perf/lib/perftest/utils.py: New file.
12366 * gdb.perf/gm-hello.cc: New file.
12367 * gdb.perf/gm-pervasive-typedef.cc: New file.
12368 * gdb.perf/gm-pervasive-typedef.h: New file.
12369 * gdb.perf/gm-std.cc: New file.
12370 * gdb.perf/gm-std.h: New file.
12371 * gdb.perf/gm-use-cerr.cc: New file.
12372 * gdb.perf/gm-utils.h: New file.
12373 * gdb.perf/gmonster-null-lookup.py: New file.
12374 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12375 * gdb.perf/gmonster-print-cerr.py: New file.
12376 * gdb.perf/gmonster-ptype-string.py: New file.
12377 * gdb.perf/gmonster-runto-main.py: New file.
12378 * gdb.perf/gmonster-select-file.py: New file.
12379 * gdb.perf/gmonster1-null-lookup.exp: New file.
12380 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12381 * gdb.perf/gmonster1-print-cerr.exp: New file.
12382 * gdb.perf/gmonster1-ptype-string.exp: New file.
12383 * gdb.perf/gmonster1-runto-main.exp: New file.
12384 * gdb.perf/gmonster1-select-file.exp: New file.
12385 * gdb.perf/gmonster1.cc: New file.
12386 * gdb.perf/gmonster1.exp: New file.
12387 * gdb.perf/gmonster2-null-lookup.exp: New file.
12388 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12389 * gdb.perf/gmonster2-print-cerr.exp: New file.
12390 * gdb.perf/gmonster2-ptype-string.exp: New file.
12391 * gdb.perf/gmonster2-runto-main.exp: New file.
12392 * gdb.perf/gmonster2-select-file.exp: New file.
12393 * gdb.perf/gmonster2.cc: New file.
12394 * gdb.perf/gmonster2.exp: New file.
12395
12396 2015-07-24 Doug Evans <dje@google.com>
12397
12398 * gdb.perf/README: New file.
12399 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12400 * lib/gen-perf-test.exp: New file.
12401
12402 2015-07-24 Doug Evans <dje@google.com>
12403
12404 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12405 (PerfTest::startup): New function.
12406 (PerfTest::run): Return result of calling body.
12407 (PerfTest::assemble): Rewrite.
12408 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12409 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12410 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12411 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12412 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12413
12414 2015-07-24 Doug Evans <dje@google.com>
12415
12416 * lib/gdb.exp (clean_restart): Make executable optional.
12417
12418 2015-07-24 Doug Evans <dje@google.com>
12419
12420 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12421 compiler_info references.
12422 * gdb.cp/temargs.exp: Ditto.
12423 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12424 (get_compiler_info): Early exit if already computed. Set compiler_info
12425 to "unknown" if there was a problem.
12426 (test_compiler_info): Add function comment. Call get_compiler_info.
12427
12428 2015-07-24 Doug Evans <dje@google.com>
12429
12430 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12431 (workers/%.worker, build-perf): New rule.
12432 (GDB_PERFTEST_MODE): New variable.
12433 (check-perf): Use it.
12434 (clean): Clean up gdb.perf parallel build subdirs.
12435 * lib/build-piece.exp: New file.
12436 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12437 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12438 name.
12439 (standard_temp_file): Ditto.
12440 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12441 of $GDB_PARALLEL.
12442
12443 2015-07-24 Doug Evans <dje@google.com>
12444
12445 * lib/future.exp (gdb_default_target_compile): New option
12446 "early_flags".
12447 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12448 --as-needed.
12449
12450 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12451
12452 * gdb.base/catch-syscall.exp: Call gdb_exit before
12453 gdb_skip_xml_test.
12454
12455 2015-07-24 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.python/py-events.exp: Accept output between the stop event
12458 and the prompt.
12459 * gdb.python/py-evsignal.exp: Likewise.
12460 * gdb.python/py-evthreads.exp: Likewise.
12461
12462 2015-07-24 Pedro Alves <palves@redhat.com>
12463
12464 PR gdb/18717
12465 * gdb.threads/non-ldr-exit.c: New file.
12466 * gdb.threads/non-ldr-exit.exp: New file.
12467
12468 2015-07-24 Yao Qi <yao.qi@linaro.org>
12469
12470 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12471 restarting process.
12472
12473 2015-07-24 Yao Qi <yao.qi@linaro.org>
12474
12475 * gdb.server/ext-restart.exp: New file.
12476
12477 2015-07-24 Yao Qi <yao.qi@linaro.org>
12478
12479 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12480 argument options.
12481 * gdb.server/ext-wrapper.exp: New file.
12482
12483 2015-07-23 Doug Evans <dje@google.com>
12484
12485 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12486 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12487
12488 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12489
12490 * gdb.ada/var_arr_typedef.exp: New testcase.
12491 * gdb.ada/var_arr_typedef/pack.adb: New file.
12492 * gdb.ada/var_arr_typedef/pack.ads: New file.
12493 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12494
12495 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12496
12497 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12498
12499 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12500
12501 * gdb.arch/i386-biarch-core.exp: Replace istarget
12502 by "complete set gnutarget". Remove expectation for the "core-file"
12503 command.
12504
12505 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 Revert the previous commit:
12508 Tests for validate symbol file using build-id.
12509
12510 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12511
12512 Tests for validate symbol file using build-id.
12513 * gdb.base/solib-mismatch-lib.c: New file.
12514 * gdb.base/solib-mismatch-libmod.c: New file.
12515 * gdb.base/solib-mismatch.c: New file.
12516 * gdb.base/solib-mismatch.exp: New file.
12517
12518 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12519
12520 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12521 nios2-*-linux*.
12522 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12523 * gdb.base/siginfo.exp: Likewise.
12524 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12525
12526 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12527
12528 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12529 Move it to ...
12530 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12531 ... here.
12532 * gdb.trace/range-stepping.exp: Check that the target supports
12533 range stepping.
12534
12535 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12536
12537 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12538
12539 2015-07-14 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.base/killed-outside.exp: New file.
12542 * gdb.base/killed-outside.c: New file.
12543
12544 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12545
12546 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12547 (n at main): New.
12548 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12549
12550 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12551
12552 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12553 infcall tests instead of setting up for KFAIL.
12554
12555 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12556
12557 * gdb.btrace/record_goto-step.exp: New.
12558
12559 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 PR compile/18484
12562 * gdb.compile/compile.c (struct struct_type): Add volatile to
12563 selffield's type.
12564 * gdb.compile/compile.exp
12565 (compile code struct_object.selffield = &struct_object): Skip further
12566 struct_object tests if this one xfails.
12567
12568 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12569
12570 PR exp/18617
12571 * gdb.trace/ax.exp: Add test.
12572
12573 2015-07-07 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12576 instead of istarget "aarch64*-*-*".
12577 * gdb.arch/aarch64-fp.exp: Likewise.
12578 * gdb.base/float.exp: Likewise.
12579 * gdb.reverse/aarch64.exp: Likewise.
12580 * lib/gdb.exp (is_aarch64_target): New proc.
12581
12582 2015-07-07 Yao Qi <yao.qi@linaro.org>
12583
12584 * lib/gdb.exp (is_aarch32_target): New proc.
12585 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12586 instead of "istarget "arm*-*-*"".
12587 * gdb.arch/arm-disp-step.exp: Likewise.
12588 * gdb.arch/thumb-bx-pc.exp: Likewise.
12589 * gdb.arch/thumb-prologue.exp: Likewise.
12590 * gdb.arch/thumb-singlestep.exp: Likewise.
12591 * gdb.base/disp-step-syscall.exp: Likewise.
12592 * gdb.base/float.exp: Likewise.
12593
12594 2015-07-07 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12597 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12598
12599 2015-07-07 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12602 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12603 if it exists.
12604 * gdb.multi/multi-arch.exp: Likewise.
12605
12606 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12607
12608 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12609 print.
12610
12611 2015-07-07 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12614
12615 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12616
12617 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12618 '[' and ']' characters.
12619
12620 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12621
12622 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12623
12624 2015-06-29 Pedro Alves <palves@redhat.com>
12625
12626 PR threads/18127
12627 * gdb.threads/hand-call-new-thread.c: New file.
12628 * gdb.threads/hand-call-new-thread.c: New file.
12629
12630 2015-06-26 Keith Seitz <keiths@redhat.com>
12631 Doug Evans <dje@google.com>
12632
12633 PR 16253
12634 * gdb.cp/var-tag-2.cc: New file.
12635 * gdb.cp/var-tag-3.cc: New file.
12636 * gdb.cp/var-tag-4.cc: New file.
12637 * gdb.cp/var-tag.cc: New file.
12638 * gdb.cp/var-tag.exp: New file.
12639
12640 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12641
12642 * gdb.base/history-duplicates.exp: New test.
12643
12644 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12645
12646 * gdb.base/completion.exp: Test the completion of the "focus"
12647 command.
12648
12649 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * gdb.arch/amd64-prologue-skip.S: New file.
12652 * gdb.arch/amd64-prologue-skip.exp: New file.
12653
12654 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12655
12656 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12657 is_address_zero_readable check.
12658
12659 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12660
12661 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12662 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12663
12664 2015-06-24 Yao Qi <yao.qi@linaro.org>
12665
12666 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12667 linux targets.
12668
12669 2015-06-24 Yao Qi <yao.qi@linaro.org>
12670
12671 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12672 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12673 * gdb.base/siginfo-thread.exp: Likewise.
12674
12675 2015-06-22 Yao Qi <yao.qi@linaro.org>
12676
12677 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12678
12679 2015-06-22 Yao Qi <yao.qi@linaro.org>
12680
12681 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12682 aarch64*-*-*.
12683 (skip_hw_watchpoint_tests): Likewise.
12684
12685 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12686
12687 * gdb.base/gdbinit-history.exp: Test the interaction between
12688 setting GDBHISTSIZE and setting the history size via .gdbinit.
12689
12690 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12691
12692 PR gdb/16999
12693 * gdb.base/gdbhistsize-history.exp: New test.
12694
12695 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12696
12697 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12698 with GDBHISTSIZE.
12699 * gdb.base/readline.exp: Likewise.
12700
12701 2015-06-17 Yao Qi <yao.qi@linaro.org>
12702
12703 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12704 line.
12705
12706 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12707
12708 * gdb.base/gdbinit-history.exp: Add test case to check that
12709 an unlimited history file does not get truncated on exit.
12710
12711 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12712
12713 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12714 (VECTOR): New macro. Use it...
12715 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12716 ...for these typedefs.
12717 (int8, char1, int1, double1): New typedefs.
12718 (struct just_int2, struct two_int2): New structures.
12719 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12720 (add_structvecs, add_singlevecs): New functions.
12721 (main): Call add_some_intvecs twice.
12722 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12723 the compile and exit upon failure. Try compiling for the "native"
12724 architecture. Test inferior function calls with vector arguments
12725 and vector return value handling with "finish" and "return".
12726
12727 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12728
12729 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12730 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12731 PE file.
12732 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12733
12734 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12735
12736 PR breakpoints/16465
12737 * gdb.mi/mi-dprintf-pending.c: New file.
12738 * gdb.mi/mi-dprintf-pending.exp: New test.
12739 * gdb.mi/mi-dprintf-pendshr.c: New file.
12740
12741 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12742 Mircea Gherzan <mircea.gherzan@intel.com>
12743
12744 * gdb.arch/i386-mpx-map.c: New file.
12745 * gdb.arch/i386-mpx-map.exp: New File.
12746
12747 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12748
12749 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12750 * gdb.arch/i386-mpx.exp: Indentation fixed.
12751
12752 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12753
12754 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12755 function and improved indentation.
12756 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12757 gdb_test_multiple. Added additional tests to skip the test.
12758
12759 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12760
12761 * gdb.arch/i386-avx512.c: Change path in include file.
12762 * gdb.arch/i386-avx512.exp: Change include dir path
12763 compilation flag.
12764 * gdb.arch/i386-mpx.c: Change path in include file.
12765 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12766 flag.
12767
12768 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12769
12770 * gdb.compile/compile-print.exp (compile print *vararray@3)
12771 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12772
12773 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12776 (do not keep jit in memory): ... this.
12777 (expect 5): Change it to ...
12778 (expect no 5): ... this.
12779
12780 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12781
12782 PR gdb/15564
12783 * gdb.mi/mi-detach.exp: New file.
12784
12785 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 PR symtab/18392
12788 * gdb.arch/amd64-tailcall-self.S: New file.
12789 * gdb.arch/amd64-tailcall-self.c: New file.
12790 * gdb.arch/amd64-tailcall-self.exp: New file.
12791
12792 2015-05-28 Don Breazeal <donb@codesourcery.com>
12793
12794 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12795 tests for remote targets by checking is_target_gdbserver.
12796
12797 2015-05-27 Doug Evans <dje@google.com>
12798
12799 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12800 * gdb.dwarf2/opaque-type-lookup.c: New file.
12801 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12802
12803 2015-05-26 Doug Evans <dje@google.com>
12804
12805 * gdb.cp/iostream.cc: New file.
12806 * gdb.cp/iostream.exp: New file.
12807
12808 2015-05-26 Doug Evans <dje@google.com>
12809
12810 * gdb.dwarf2/dw2-op-call.exp: Update.
12811 * gdb.dwarf2/dw4-sig-types.exp: Update.
12812 * gdb.dwarf2/implptr.exp: Update.
12813 * gdb.mi/mi-cmd-param-changed.exp: Update.
12814
12815 2015-05-26 Doug Evans <dje@google.com>
12816
12817 * gdb.python/py-lazy-string.c: New file.
12818 * gdb.python/py-lazy-string.exp: New file.
12819 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12820 (main): Update. Add estring3.
12821 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12822 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12823
12824 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12825 Yao Qi <yao.qi@linaro.org>
12826
12827 * gdb.reverse/aarch64.c: New.
12828 * gdb.reverse/aarch64.exp: New.
12829
12830 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12831
12832 * lib/gdb.exp (supports_process_record): Return true for
12833 aarch64*-linux*.
12834 (supports_reverse): Likewise.
12835
12836 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12837
12838 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12839 Use with_test_prefix.
12840
12841 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12842
12843 * gdb.base/completion.exp: Add test for completion of layout
12844 names.
12845
12846 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12847
12848 * lib/gdb.exp (skip_tui_tests): New proc.
12849 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12850
12851 2015-05-19 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12854 Save the whole env array instead of just HOME. Unset HISTSIZE in
12855 the environment while testing. Restore whole environment
12856 afterwards.
12857
12858 2015-05-16 Doug Evans <xdje42@gmail.com>
12859
12860 * gdb.guile/scm-ports.c: New file.
12861 * gdb.guile/scm-ports.exp: Add memory port tests.
12862
12863 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 * gdb.compile/compile-print.c: New file.
12866 * gdb.compile/compile-print.exp: New file.
12867
12868 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12869
12870 * gdb.compile/compile-ops.exp: Cast param to void.
12871 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12872 (compile code struct_object.selffield = &struct_object): Add xfail.
12873
12874 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12875
12876 * gdb.ada/arr_enum_with_gap: New testcase.
12877
12878 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12879
12880 * gdb.ada/byte_packed_arr: New testcase.
12881
12882 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12883
12884 * gdb.ada/pckd_neg: New testcase.
12885
12886 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12887
12888 PR gdb/17820
12889 * gdb.base/gdbinit-history.exp: New test.
12890 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12891 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12892
12893 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12894
12895 * gdb.python/py-xmethods.cc: Enhance test case.
12896 * gdb.python/py-xmethods.exp: New tests.
12897 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12898 function.
12899 (B_indexoper): Likewise.
12900 (global_dm_list) : Add new xmethod worker functions.
12901
12902 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12903
12904 * gdb.base/coredump-filter.exp: Correctly unset
12905 "coredump_var_addr" array.
12906
12907 2015-05-08 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.server/non-existing-program.exp: Unset spawn_id.
12910
12911 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12912
12913 PR python/18291
12914 * gdb.python/py-xmethods.exp: Add tests.
12915
12916 2015-05-08 Yao Qi <yao.qi@linaro.org>
12917
12918 PR gdb/18208
12919 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12920 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12921 function set_coredump_filter, and remove remote_exec call.
12922 Remove argument ipid. Callers update.
12923 (top level): Don't get inferior's PID.
12924
12925 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12926
12927 * gdb.base/watch_thread_num.exp: Skip test on targets without
12928 access watchpoints.
12929
12930 2015-05-06 Pedro Alves <palves@redhat.com>
12931
12932 PR server/18081
12933 * gdb.server/non-existing-program.exp: New file.
12934
12935 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12936
12937 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12938
12939 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12940
12941 * gdb.ada/out_of_line_in_inlined: New testcase.
12942
12943 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12944
12945 * gdb.ada/var_rec_arr: New testcase.
12946
12947 2015-04-30 Yao Qi <yao.qi@linaro.org>
12948
12949 * gdb.base/break-idempotent.exp: If
12950 skip_hw_watchpoint_multi_tests returns true, skip the tests
12951 on "rwatch" and "awatch".
12952
12953 2015-04-30 Yao Qi <yao.qi@linaro.org>
12954
12955 * gdb.base/relativedebug.exp: Invoke gdb command
12956 "info sharedlibrary", and if libc.so doesn't have debug info,
12957 skip the test.
12958
12959 2015-04-29 Doug Evans <dje@google.com>
12960
12961 * gdb.python/py-xmethods.exp: Add ptype tests.
12962 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12963 get_result_type method.
12964
12965 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12966
12967 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12968 the target does not support hardware watchpoints.
12969
12970 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12971
12972 * gdb.base/break-always.exp: Abort testing if writing to memory
12973 causes an error.
12974
12975 2015-04-28 Doug Evans <dje@google.com>
12976
12977 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12978 * gdb.python/py-pp-registration.exp: ... here. New file.
12979 * gdb.python/py-pp-registration.c: New file.
12980 * gdb.python/py-pp-registration.py: New file.
12981
12982 2015-04-28 Doug Evans <dje@google.com>
12983
12984 * gdb.python/py-bad-printers.c: New file.
12985 * gdb.python/py-bad-printers.py: New file.
12986 * gdb.python/py-bad-printers.exp: New file.
12987
12988 2015-04-28 Sasha Smundak <asmundak@google.com>
12989
12990 * gdb.python/py-type.exp: New test.
12991
12992 2015-04-28 Andy Wingo <wingo@igalia.com>
12993
12994 * gdb.python/py-parameter.exp:
12995 * gdb.guile/scm-parameter.exp: Escape the path that we are
12996 matching against, as it might contain characters that are special
12997 to regular expressions.
12998
12999 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13000
13001 * gdb.ada/rec_comp: New testcase.
13002
13003 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13004
13005 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13006 before using it.
13007
13008 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13009
13010 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13011 new tests for verilog output.
13012
13013 2015-04-24 Yao Qi <yao.qi@linaro.org>
13014
13015 * boards/remote-gdbserver-on-localhost.exp: New file.
13016
13017 2015-04-23 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13020 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13021 "end of file", remove $inferior_spawn_id from the indirect list.
13022
13023 2015-04-23 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13026
13027 2015-04-23 Pedro Alves <palves@redhat.com>
13028
13029 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13030 on $any_spawn_id instead of only on $gdb_spawn_id.
13031
13032 2015-04-21 Pierre Muller <muller@sourceware.org>
13033
13034 PR pascal/17815
13035 * lib/pascal.exp (gpc_compile): Add new option "class".
13036 (fpc_compile): Likewise.
13037 * gdb.pascal/case-insensitive-symbols.pas: New file.
13038 * gdb.pascal/case-insensitive-symbols.exp: New file.
13039
13040 2015-04-20 Gary Benson <gbenson@redhat.com>
13041
13042 * gdb.base/attach.exp: Fix three extended remote failures.
13043
13044 2015-04-17 Gary Benson <gbenson@redhat.com>
13045
13046 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13047 the main executable over the remote protocol.
13048
13049 2015-04-16 Pedro Alves <palves@redhat.com>
13050
13051 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13052 a new gdbserver if gdbserver_reconnect_p is set.
13053
13054 2015-04-16 Pedro Alves <palves@redhat.com>
13055
13056 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13057 is set, don't exit gdbserver.
13058
13059 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13060
13061 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13062 appropriate .insn, such that an older assembler can be used.
13063 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13064 the z/Architecture instruction set on 31-bit targets as well.
13065
13066 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13067
13068 * gdb.go/handcall.exp: Remove all logic related to the first
13069 breakpoint and rely on go_runto_main instead.
13070 * gdb.go/strings.exp: Likewise.
13071 * gdb.go/unsafe.exp: Likewise.
13072 * gdb.go/hello.exp: Likewise. Also rename the remaining
13073 breakpoint marker to "breakpoint 1".
13074 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13075 * gdb.go/strings.go: Likewise.
13076 * gdb.go/unsafe.go: Likewise.
13077 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13078 "set breakpoint 2 here" and rename the remaining breakpoint marker
13079 to "breakpoint 1".
13080
13081 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13082
13083 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13084 if itertools.imap is not present.
13085 * gdb.python/py-objfile.exp: Add parentheses.
13086 * gdb.python/py-type.exp: Same.
13087 * gdb.python/py-unwind-maint.py: Same.
13088
13089 2015-04-15 Yao Qi <yao.qi@linaro.org>
13090
13091 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13092 of ":$ptr_size" and set its form explicitly.
13093
13094 2015-04-15 Pedro Alves <palves@redhat.com>
13095 Yao Qi <yao.qi@linaro.org>
13096
13097 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13098 timeout by factor of 4.
13099 (test_regular_watch): Likewise.
13100 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13101 * gdb.reverse/sigall-reverse.exp: Likewise.
13102 * gdb.reverse/until-precsave.exp: Likewise.
13103 * lib/gdb.exp (with_timeout_factor): New proc.
13104 (gdb_expect): Move some code to ...
13105 (get_largest_timeout): ... here. New procedure.
13106
13107 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13108
13109 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13110
13111 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13112
13113 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13114 to write to the .text section.
13115
13116 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13117
13118 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13119 Handle the case of targets that do not provide PID information.
13120
13121 2015-04-13 Yao Qi <yao.qi@linaro.org>
13122
13123 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13124 and use expect instead of gdb_expect.
13125
13126 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13127
13128 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13129 "coredump_var_addr" to avoid naming conflict with other testcases.
13130
13131 2015-04-10 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13134 gdb_test_sequence and gdb_assert.
13135
13136 2015-04-10 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13139 test messages that don't include the breakpoint address.
13140
13141 2015-04-10 Yao Qi <yao.qi@linaro.org>
13142
13143 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13144 false for some offset and width combinations which aren't
13145 supported by linux kernel.
13146
13147 2015-04-10 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13150 procedure, factored out from ...
13151 (top level): ... here. Add "set displaced-stepping" testing axis.
13152 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13153 parameter "displaced". Use it.
13154 (top level): Use foreach and add "set displaced-stepping" testing
13155 axis.
13156
13157 2015-04-10 Pedro Alves <palves@redhat.com>
13158
13159 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13160 Remove comment.
13161 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13162 both the address of the instruction that triggers the watchpoint
13163 and the address of the instruction immediately after, and use
13164 those addresses for the test. Fix comment.
13165
13166 2015-04-10 Pedro Alves <palves@redhat.com>
13167
13168 * gdb.base/sigstep.exp (breakpoint_to_handler)
13169 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13170 Test "backtrace" in handler.
13171 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13172 (top level): Add new "displaced" test axis to
13173 breakpoint_to_handler, breakpoint_to_handler_entry and
13174 breakpoint_over_handler.
13175
13176 2015-04-10 Pedro Alves <palves@redhat.com>
13177
13178 PR gdb/18216
13179 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13180
13181 2015-04-10 Yao Qi <yao.qi@linaro.org>
13182
13183 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13184 (test_add_rn_pc): New function.
13185 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13186 (top level): Invoke test_add_rn_pc.
13187
13188 2015-04-10 Pedro Alves <palves@redhat.com>
13189
13190 PR gdb/13858
13191 * gdb.base/step-over-no-symbols.exp: New file.
13192
13193 2015-04-09 Andy Wingo <wingo@igalia.com>
13194
13195 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13196 after the Python tests.
13197
13198 2015-04-08 Keith Seitz <keiths@redhat.com>
13199
13200 PR python/16699
13201 * gdb.python/py-completion.exp: New tests for completion.
13202 * gdb.python/py-completion.py (CompleteLimit1): New class.
13203 (CompleteLimit2): Likewise.
13204 (CompleteLimit3): Likewise.
13205 (CompleteLimit4): Likewise.
13206 (CompleteLimit5): Likewise.
13207 (CompleteLimit6): Likewise.
13208 (CompleteLimit7): Likewise.
13209
13210 2015-04-08 Pedro Alves <palves@redhat.com>
13211
13212 PR gdb/18214
13213 PR gdb/18216
13214 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13215 function.
13216 (main): Install it as SIGUSR1 handler.
13217 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13218 parameter. Always use "setup" as prefix. Toggle "set
13219 displaced-stepping" off/on depending on global. Don't switch to
13220 thread 1 here.
13221 (top level): Add displaced stepping "off/on" test axis. Update
13222 "setup" calls. Wrap each subtest with with_test_prefix. Test
13223 continuing with a queued signal in each thread.
13224
13225 2015-04-08 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13228 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13229 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13230 Return early if running to main fails.
13231 * gdb.trace/while-stepping.exp: Likewise.
13232
13233 2015-04-07 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13236 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13237 interact with inferior program.
13238
13239 2015-04-07 Pedro Alves <palves@redhat.com>
13240
13241 * lib/gdb.exp (inferior_spawn_id): New global.
13242 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13243 spawn id after processing the user code.
13244 (default_gdb_start): Set inferior_spawn_id.
13245 (send_inferior): New procedure.
13246 * lib/gdbserver-support.exp (gdbserver_start): Set
13247 inferior_spawn_id.
13248 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13249
13250 2015-04-07 Pedro Alves <palves@redhat.com>
13251
13252 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13253 * lib/gdbserver-support.exp (gdbserver_start): Make
13254 $server_spawn_id global.
13255 (gdbserver_start): Don't wait for gdbserver's spawn id with
13256 expect_background.
13257 (close_gdbserver): New procedure.
13258 (gdb_exit): Rename the default version and reimplement.
13259
13260 2015-04-07 Pedro Alves <palves@redhat.com>
13261
13262 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13263 append the substituted item, not the original item.
13264
13265 2015-04-07 Pedro Alves <palves@redhat.com>
13266
13267 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13268 gdb_expect.
13269
13270 2015-04-07 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13273 output appearing once only.
13274
13275 2015-04-07 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13278 that doesn't expect anything. Return early if running to main
13279 fails.
13280
13281 2015-04-07 Yao Qi <yao.qi@linaro.org>
13282
13283 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13284 (child_function): Call alarm.
13285 (main): Move call to alarm into the loop.
13286 * gdb.threads/non-stop-fair-events.exp: Build program with
13287 -DTIMEOUT=$timeout.
13288
13289 2015-04-06 Doug Evans <xdje42@gmail.com>
13290
13291 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13292 Fix dest parameter to board_info.
13293 (fpc_compile): Ditto.
13294 (gdb_compile_pascal): Rename dest arg to destfile.
13295
13296 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13297
13298 * gdb.ada/funcall_ref.exp: New file.
13299 * gdb.ada/funcall_ref/foo.adb: New file.
13300
13301 2015-04-02 Yao Qi <yao.qi@linaro.org>
13302
13303 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13304 is remote.
13305
13306 2015-04-02 Gary Benson <gbenson@redhat.com>
13307
13308 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13309
13310 2015-04-01 Sasha Smundak <asmundak@google.com>
13311
13312 * gdb.python/py-unwind-maint.c: New file.
13313 * gdb.python/py-unwind-maint.exp: New test.
13314 * gdb.python/py-unwind-maint.py: New file.
13315 * gdb.python/py-unwind.c: New file.
13316 * gdb.python/py-unwind.exp: New test.
13317 * gdb.python/py-unwind.py: New test.
13318
13319 2015-04-01 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13322 to fail instead of non-existent $test.
13323
13324 2015-04-01 Pedro Alves <palves@redhat.com>
13325
13326 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13327 GDBFLAGS if not empty.
13328
13329 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13330
13331 * gdb.ada/complete.exp: Remove "multi_line".
13332 * gdb.ada/info_exc.exp: Remove "multi_line".
13333 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13334 * gdb.ada/ptype_field.exp: Remove "multi_line".
13335 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13336 * gdb.ada/tagged.exp: Remove "multi_line".
13337 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13338 [multi_line ...]
13339 * gdb.btrace/delta.exp: Likewise.
13340 * gdb.btrace/exception.exp: Likewise.
13341 * gdb.btrace/function_call_history.exp: Likewise.
13342 * gdb.btrace/instruction_history.exp: Likewise.
13343 * gdb.btrace/nohist.exp: Likewise.
13344 * gdb.btrace/record_goto.exp: Likewise.
13345 * gdb.btrace/segv.exp: Likewise.
13346 * gdb.btrace/stepi.exp: Likewise.
13347 * gdb.btrace/tailcall.exp: Likewise.
13348 * gdb.btrace/unknown_functions.exp: Likewise.
13349 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13350 * lib/gdb.exp: Add the "multi_line" helper.
13351
13352 2015-04-01 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.threads/tid-reuse.c: New file.
13355 * gdb.threads/tid-reuse.exp: New file.
13356
13357 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13358
13359 PR corefiles/16092
13360 * gdb.base/coredump-filter.c: New file.
13361 * gdb.base/coredump-filter.exp: Likewise.
13362
13363 2015-03-27 Petr Machata <pmachata@redhat.com>
13364
13365 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13366 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13367 (Dwarf::assemble): Initialize them.
13368 (Dwarf::lines): New function.
13369
13370 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13371
13372 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13373 SYMBOL_PREFIX for x86_64-*-cygwin.
13374
13375 2015-03-26 Andy Wingo <wingo@igalia.com>
13376
13377 PR symtab/18148
13378 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13379 const_value but not a location.
13380 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13381 location defined in non-main CUs are visible.
13382
13383 2015-03-26 Yao Qi <yao.qi@linaro.org>
13384
13385 PR testsuite/18139
13386 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13387 Add a line number entry for the same line.
13388 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13389 Add a line number entry for the same line.
13390
13391 2015-03-26 Yao Qi <yao.qi@linaro.org>
13392
13393 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13394 .int 0.
13395 (func): Likewise. Add .Lfunc_1 label.
13396 Use .Lfunc_1 label.
13397 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13398 .int 0.
13399 (func): Likewise.
13400 Use .Lfunc_1 label.
13401
13402 2015-03-26 Yao Qi <yao.qi@linaro.org>
13403
13404 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13405 Call gdb_compile instead to compile each .s files without debug
13406 information.
13407
13408 2015-03-26 Yao Qi <yao.qi@linaro.org>
13409
13410 * gdb.base/savedregs.exp (process_saved_regs): Make
13411 "Saved registers:" optional in the pattern.
13412
13413 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13414
13415 * gdb.btrace/next.exp: Merged into step.exp.
13416 * gdb.btrace/finish.exp: Merged into step.exp.
13417 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13418 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13419 "record goto" and checking the exact replay position.
13420 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13421 check for "Recording format" in "info record" output.
13422 * gdb.btrace/record_goto.exp: Choose test file based on target.
13423 * gdb.btrace/x86-record_goto.S: Renamed into ...
13424 * gdb.btrace/x86_64-record_goto.S: ... this.
13425 * gdb.btrace/i686-record_goto.S: New.
13426 * gdb.btrace/x86-tailcall.S: Renamed into ...
13427 * gdb.btrace/x86_64-tailcall.S: ... this.
13428 * gdb.btrace/i686-tailcall.S: New.
13429 * gdb.btrace/x86-tailcall.c: Renamed into ...
13430 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13431 separate statements. Update test.
13432 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13433 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13434 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13435 * gdb.btrace/tailcall.exp: Choose test file based on target.
13436 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13437
13438 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13439
13440 * gdb.btrace/exception.exp: Increase BTS buffer size.
13441
13442 2015-03-24 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13445
13446 2015-03-24 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.threads/schedlock.exp (test_step): No longer expect that
13449 "set scheduler-locking step" with "next" over a function call runs
13450 threads unlocked.
13451
13452 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13453
13454 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13455
13456 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13457
13458 PR breakpoints/16466
13459 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13460 * gdb.mi/mi-pending.c (thread_func): New function.
13461 (int main): Add threading support required.
13462 * gdb.mi/mi-pending.exp: Add tests for this issue.
13463 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13464 (pendfunc2): Remove stdio dependency.
13465 * gdb.mi/mi-pendshr2.c: New file.
13466
13467 2015-03-23 Keith Seitz <keiths@redhat.com>
13468
13469 * gdb.linespec/keywords.c: New file.
13470 * gdb.linespec/keywords.exp: New file.
13471
13472 2015-03-23 Keith Seitz <keiths@redhat.com>
13473
13474 PR gdb/18021
13475 * gdb.dwarf2/staticvirtual.exp: New test.
13476
13477 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13480 * README: Remove HP-UX and gdb.hp.
13481 (configuration):
13482 * configure: Regenerate.
13483 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13484 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13485 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13486 gdb.hp/gdb.defects/Makefile.
13487 * gdb.hp/Makefile.in: File deleted.
13488 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13489 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13490 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13491 * gdb.hp/gdb.aCC/run.c: File deleted.
13492 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13493 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13494 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13495 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13496 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13497 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13498 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13499 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13500 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13501 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13502 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13503 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13504 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13505 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13506 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13507 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13508 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13509 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13510 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13511 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13512 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13513 * gdb.hp/gdb.compat/average.c: File deleted.
13514 * gdb.hp/gdb.compat/sum.c: File deleted.
13515 * gdb.hp/gdb.compat/xdb.c: File deleted.
13516 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13517 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13518 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13519 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13520 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13521 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13522 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13523 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13524 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13525 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13526 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13527 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13528 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13529 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13530 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13531 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13532 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13533 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13534 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13535 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13536 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13537 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13538 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13539 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13540 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13541 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13542 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13543 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13544 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13545 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13546 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13547 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13548 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13549 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13550 * gdb.hp/tools/odump: File deleted.
13551
13552 2015-03-19 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13555 (saw_thread_3): New globals.
13556 (top level): Increment them when an event for the corresponding
13557 thread is seen.
13558 (no thread starvation): New test.
13559
13560 2015-03-19 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.threads/continue-pending-status.c: New file.
13563 * gdb.threads/continue-pending-status.exp: New file.
13564
13565 2015-03-18 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13568 Use gdb_is_target_remote instead of is_remote. Use
13569 gdb_test_multiple instead of gdb_expect. Exit early if
13570 gdb_test_multiple hits its internal matches. Tighten stepi tests
13571 expected output. Fail on exit with any signal, instead of just
13572 SIGILL.
13573
13574 2015-03-18 Yao Qi <yao.qi@linaro.org>
13575
13576 PR tdep/18107
13577 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13578 variable.
13579 * gdb.base/catch-syscall.exp: Don't skip it on
13580 aarch64*-*-linux* target. Remove elements in all_syscalls.
13581 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13582 target.
13583 (setup_all_syscalls): New proc.
13584
13585 2015-03-16 Yao Qi <yao.qi@linaro.org>
13586
13587 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13588 (top level): Skip tests if valid_addr_p returns false for
13589 $cmd1 or $cmd2.
13590
13591 2015-03-11 Andy Wingo <wingo@igalia.com>
13592
13593 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13594
13595 2015-03-11 Yao Qi <yao.qi@linaro.org>
13596
13597 * gdb.base/catch-syscall.exp: Fix typo in comments.
13598
13599 2015-03-11 Yao Qi <yao.qi@linaro.org>
13600
13601 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13602
13603 2015-03-09 Pedro Alves <palves@redhat.com>
13604
13605 * dg-extract-results.py: Delete.
13606
13607 2015-03-09 Pedro Alves <palves@redhat.com>
13608
13609 Merge dg-extract-results.sh from GCC upstream (r218843).
13610
13611 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13612 * dg-extract-results.sh: Use --text with grep to avoid issues with
13613 binary files. Fall back to cat -v, if that doesn't work.
13614
13615 2015-03-05 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13618
13619 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * lib/mi-support.exp (mi_expect_interrupt): Accept
13622 alternative event for when in all-stop mode.
13623
13624 2015-03-04 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13627
13628 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13629
13630 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13631
13632 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13633
13634 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13635 regexps for GDB's current line display, accept a hex address
13636 preceding the line number.
13637
13638 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13639
13640 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13641 the 'arch1' variable for "s390*-linux*" targets.
13642
13643 2015-03-04 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13646 (main): Pass missing retval argument to pthread_join call.
13647
13648 2015-03-02 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13651 (top level): Call do_test with non-stop as well.
13652
13653 2015-03-02 Pedro Alves <palves@redhat.com>
13654
13655 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13656 -1.
13657
13658 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13659
13660 * gdb.arch/s390-vregs.exp: New test.
13661 * gdb.arch/s390-vregs.S: New file.
13662
13663 2015-02-27 Pedro Alves <palves@redhat.com>
13664
13665 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13666 call to catch_command_errors.
13667 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13668 catch_command_errors.
13669
13670 2015-02-27 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13673 "true" for boolean result.
13674 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13675 prototype of main.
13676
13677 2015-02-27 Pedro Alves <palves@redhat.com>
13678
13679 * lib/unbuffer_output.c: New file.
13680 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13681 (main): Call gdb_unbuffer_output.
13682
13683 2015-02-27 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13686 target.
13687
13688 2015-02-26 Doug Evans <dje@google.com>
13689
13690 * gdb.cp/class2.cc (Dbase, D): New classes.
13691 (main): New local delta.
13692 * gdb.cp/class2.exp: Test printing delta.
13693 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13694 (dynbar): New global.
13695 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13696
13697 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13698
13699 * gdb.compile/compile-ifunc.c: New file.
13700 * gdb.compile/compile-ifunc.exp: New file.
13701
13702 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13703
13704 * gdb.base/structs.exp: Check for correct struct on finish.
13705
13706 2015-02-26 Yao Qi <yao.qi@linaro.org>
13707
13708 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13709 is zero.
13710
13711 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13712
13713 * gdb.arch/cordic.ko.bz2: New file.
13714 * gdb.arch/cordic.ko.debug.bz2: New file.
13715 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13716
13717 2015-02-25 Yao Qi <yao.qi@linaro.org>
13718
13719 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13720 aarch64*-*-* target.
13721
13722 2015-02-23 Pedro Alves <palves@redhat.com>
13723
13724 * lib/gdb.exp (delete_breakpoints): Rewrite using
13725 gdb_test_multiple.
13726
13727 2015-02-23 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/info-os.c: Include stdlib.h.
13730
13731 2015-02-22 Doug Evans <xdje42@gmail.com>
13732
13733 PR symtab/17855
13734 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13735 is read after symbols have been re-read.
13736 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13737 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13738
13739 2015-02-21 Doug Evans <dje@google.com>
13740
13741 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13742
13743 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13744
13745 PR corefiles/17808
13746 * gdb.arch/i386-biarch-core.core.bz2: New file.
13747 * gdb.arch/i386-biarch-core.exp: New file.
13748
13749 2015-02-21 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13752 runto_main fails.
13753
13754 2015-02-20 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13757 info probes.
13758
13759 2015-02-20 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13762
13763 2015-02-20 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13766 clean_restart before gdb_target_supports_trace.
13767
13768 2015-02-20 Pedro Alves <palves@redhat.com>
13769
13770 PR threads/18006
13771 * gdb.threads/clone-thread_db.c: New file.
13772 * gdb.threads/clone-thread_db.exp: New file.
13773
13774 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13775
13776 PR breakpoints/16812
13777 * gdb.base/catch-gdb-caused-signals.c: New file.
13778 * gdb.base/catch-gdb-caused-signals.exp: New file.
13779
13780 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13781
13782 * configure: Regenerated.
13783 * configure.ac: Use GDB_AC_TRANSFORM.
13784 * aclocal.m4: sinclude ../transform.m4.
13785
13786 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13787
13788 * lib/dtrace.exp: New file.
13789 * gdb.base/dtrace-probe.exp: Likewise.
13790 * gdb.base/dtrace-probe.d: Likewise.
13791 * gdb.base/dtrace-probe.c: Likewise.
13792 * lib/pdtrace.in: Likewise.
13793 * configure.ac: Output variables with the transformed names of
13794 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13795 * configure: Regenerated.
13796
13797 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13798
13799 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13800 expected message when trying to access $_probe_* convenience
13801 variables while not on a probe.
13802
13803 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13804
13805 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13806
13807 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13808
13809 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13810 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13811
13812 2015-02-10 Doug Evans <xdje42@gmail.com>
13813
13814 * lib/gdb.exp (gdb_load): Always return a result.
13815
13816 2015-02-10 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.threads/signal-sigtrap.c: New file.
13819 * gdb.threads/signal-sigtrap.exp: New file.
13820
13821 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13822
13823 * gdb.trace/no-attach-trace.c: New file.
13824 * gdb.trace/no-attach-trace.exp: New file.
13825
13826 2015-02-09 Mark Wielaard <mjw@redhat.com>
13827
13828 * gdb.dwarf2/atomic.c: New file.
13829 * gdb.dwarf2/atomic-type.exp: Likewise.
13830
13831 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13832
13833 * gdb.btrace/buffer-size.exp: Update "info record" output.
13834 * gdb.btrace/delta.exp: Update "info record" output.
13835 * gdb.btrace/enable.exp: Update "info record" output.
13836 * gdb.btrace/finish.exp: Update "info record" output.
13837 * gdb.btrace/instruction_history.exp: Update "info record" output.
13838 * gdb.btrace/next.exp: Update "info record" output.
13839 * gdb.btrace/nexti.exp: Update "info record" output.
13840 * gdb.btrace/step.exp: Update "info record" output.
13841 * gdb.btrace/stepi.exp: Update "info record" output.
13842 * gdb.btrace/nohist.exp: Update "info record" output.
13843
13844 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13845
13846 * gdb.btrace/buffer-size: New.
13847
13848 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13849
13850 * gdb.btrace/delta.exp: Update "info record" output.
13851 * gdb.btrace/enable.exp: Update "info record" output.
13852 * gdb.btrace/finish.exp: Update "info record" output.
13853 * gdb.btrace/instruction_history.exp: Update "info record" output.
13854 * gdb.btrace/next.exp: Update "info record" output.
13855 * gdb.btrace/nexti.exp: Update "info record" output.
13856 * gdb.btrace/step.exp: Update "info record" output.
13857 * gdb.btrace/stepi.exp: Update "info record" output.
13858 * gdb.btrace/nohist.exp: Update "info record" output.
13859
13860 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13861
13862 PR gdb/15678
13863 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13864
13865 2015-02-06 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13868 macro.
13869 (seconds_left, again): New globals.
13870 (main): Wait seconds_left in a 1-second sleep loop instead of
13871 sleeping 180 seconds. If 'again' is set, reset the seconds
13872 counter.
13873 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13874 'again' in the inferior before detaching. Print the seconds left.
13875 (options): New global.
13876 (top level): Build program with -DTIMEOUT=$timeout.
13877
13878 2015-02-06 Pedro Alves <palves@redhat.com>
13879
13880 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13881 determine how many seconds to pass to 'alarm'.
13882 * gdb.base/gdb-sigterm.exp (top level): Build program with
13883 -DTIMEOUT=$timeout.
13884 (do_test): Return success/failure indication. Add more verbose
13885 logging. Don't fail if 200 single steps are seen. Instead, fail
13886 when the test times out.
13887 (passes): New global.
13888 (top level): Break the testing loop if testing fails on any
13889 iteration. Use gdb_assert.
13890
13891 2015-02-04 Don Breazeal <donb@codesourcery.com>
13892
13893 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13894 and initialize them.
13895 (ipc_cleanup): New function.
13896 (main): Don't declare shmid, semid, and msqid. Add a call to
13897 atexit so that we call ipc_cleanup on exit.
13898
13899 2015-02-04 Pedro Alves <palves@redhat.com>
13900
13901 * boards/native-extended-gdbserver.exp: Remove any target variant
13902 specifications from the board name before clearing the isremote
13903 flag from board_info.
13904
13905 2015-01-31 Doug Evans <xdje42@gmail.com>
13906
13907 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13908
13909 2015-01-31 Gary Benson <gbenson@redhat.com>
13910
13911 * gdb.base/completion.exp: Disable completion limiting for
13912 existing tests. Add new tests to check completion limiting.
13913 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13914
13915 2015-01-31 Doug Evans <xdje42@gmail.com>
13916
13917 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13918
13919 2015-01-31 Doug Evans <xdje42@gmail.com>
13920
13921 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13922 entries. Duplicate file section script entries.
13923 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13924 inlined entries. Add test for safe-path rejection.
13925 * gdb.python/py-section-script.c: Add duplicate inlined section script
13926 entries. Duplicate file section script entries.
13927 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13928 inlined entries. Add test for safe-path rejection.
13929
13930 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13931
13932 * gdb.ada/disc_arr_bound: New testcase.
13933
13934 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13935
13936 * gdb.ada/mi_var_array: New testcase.
13937
13938 2015-01-27 Doug Evans <dje@google.com>
13939
13940 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13941 Add test for objfile.filename, objfile.username after objfile
13942 has been unloaded.
13943
13944 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13945
13946 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13947 the second test to print the name attribute of value
13948 returned by the call to gdb.lookup_type, and adjust
13949 the expected output accordingly.
13950
13951 2015-01-25 Mark Wielaard <mjw@redhat.com>
13952
13953 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13954 * gdb.base/disp-step-fork.c: Include unistd.h.
13955 * gdb.base/siginfo-obj.c: Include stdio.h.
13956 * gdb.base/siginfo-thread.c: Likewise.
13957 * gdb.mi/non-stop.c: Include unistd.h.
13958 * gdb.mi/nsthrexec.c: Include stdio.h.
13959 * gdb.mi/pthreads.c: Include unistd.h.
13960 * gdb.modula2/unbounded1.c (main): Declare returns int.
13961 * gdb.reverse/consecutive-reverse.c: Likewise.
13962 * gdb.threads/create-fail.c: Include unistd.h.
13963 * gdb.threads/killed.c: Likewise.
13964 * gdb.threads/linux-dp.c: Likewise.
13965 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13966 * gdb.threads/non-ldr-exc-2.c: Likewise.
13967 * gdb.threads/non-ldr-exc-3.c: Likewise.
13968 * gdb.threads/non-ldr-exc-4.c: Likewise.
13969 * gdb.threads/pthreads.c: Include unistd.h.
13970 (main): Declare returns int.
13971 * gdb.threads/tls-main.c (foo): New declaration.
13972 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13973
13974 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13975
13976 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13977 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13978
13979 2015-01-15 Mark Wielaard <mjw@redhat.com>
13980
13981 * gdb.base/noreturn-return.c: New file.
13982 * gdb.base/noreturn-return.exp: New file.
13983 * gdb.base/noreturn-finish.c: New file.
13984 * gdb.base/noreturn-finish.exp: New file.
13985
13986 2015-01-23 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.threads/continue-pending-after-query.c: New file.
13989 * gdb.threads/continue-pending-after-query.exp: New file.
13990
13991 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13992 Simon Marchi <simon.marchi@ericsson.com>
13993
13994 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13995 * gdb.base/valgrind-db-attach.exp: Same.
13996 * gdb.base/valgrind-infcall.exp: Same.
13997 * lib/mi-support.exp (default_mi_gdb_start): Same.
13998 * lib/prompt.exp (default_prompt_gdb_start): Same.
13999 * lib/gdb.exp (default_gdb_spawn): Same.
14000 (gdb_interact): New.
14001
14002
14003 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 * gdb.compile/compile.exp (pointer to jit function): New test.
14006
14007 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14008
14009 * lib/gdb.exp (supports_process_record): Return true for
14010 powerpc*-*-linux*.
14011 (supports_reverse): Likewise.
14012
14013 2015-01-15 Don Breazeal <donb@codesourcery.com>
14014
14015 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14016 instead of checking whether the target board is remote and
14017 use spawn_wait_for_attach instead of exec/sleep.
14018 * gdb.base/attach-twice.exp: Likewise.
14019
14020 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14021
14022 * gdb.ada/var_arr_attrs: New testcase.
14023
14024 2015-01-14 Pedro Alves <palves@redhat.com>
14025 Joel Brobecker <brobecker@adacore.com>
14026
14027 PR gdb/17525
14028 * gdb.base/bp-cmds-execution-x-script.c: New file.
14029 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14030 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14031
14032 2015-01-14 Pedro Alves <palves@redhat.com>
14033
14034 PR cli/17828
14035 * gdb.base/batch-preserve-term-settings.c: New file.
14036 * gdb.base/batch-preserve-term-settings.exp: New file.
14037
14038 2015-01-13 Doug Evans <dje@google.com>
14039
14040 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14041 binary.
14042
14043 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14044
14045 * Makefile.in (clean mostlyclean): Do not delete *.py.
14046
14047 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14048
14049 * gdb.python/py-lookup-type.exp: New file.
14050
14051 2015-01-12 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14054 restore GDBFLAGS before returning.
14055
14056 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14057
14058 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14059 is_amd64_regs_target and is_x86_like_target.
14060
14061 2015-01-11 Doug Evans <xdje42@gmail.com>
14062
14063 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14064 is given without an explicit form.
14065 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14066 attributes.
14067 * gdb.dwarf/corrupt.exp: Ditto.
14068 * gdb.dwarf2/enum-type.exp: Ditto.
14069 * gdb.trace/entry-values.exp: Ditto.
14070 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14071
14072 2015-01-11 Doug Evans <xdje42@gmail.com>
14073
14074 PR gdb/15830
14075 * gdb.base/maint.exp: Remove references to "maint demangle".
14076 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14077 Add tests for explicitly specifying language to demangle.
14078 * gdb.dlang/demangle.exp: Ditto.
14079
14080 2015-01-09 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.threads/non-stop-fair-events.c: New file.
14083 * gdb.threads/non-stop-fair-events.exp: New file.
14084
14085 2015-01-09 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14088 the global scope. Set a breakpoint after all threads are started
14089 rather than stepping over two source lines. Expect the prompt.
14090 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14091 global.
14092 (NUM): Now 15.
14093 (main): Use threads_started_barrier to wait for all threads to
14094 start. Main thread no longer calls thread_function. Exit after
14095 180 seconds.
14096 (loop): New function.
14097 (thread_function): Wait on threads_started_barrier barrier. Call
14098 'loop' at each iteration.
14099 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14100 threads have started, instead of hardcoding number of "next"
14101 steps. Use an access watchpoint instead of a write watchpoint.
14102
14103 2015-01-09 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14106 (thread_func): Wait on barrier.
14107 (main): Wait for all threads to start before stopping GDB.
14108 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14109 global.
14110 (thread1_func, thread2_func): Wait on barrier.
14111 (main): Wait for all threads to start before stopping GDB.
14112 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14113 New global.
14114 (thread1_func, thread2_func): Wait on barrier.
14115 (main): Wait for all threads to start before stopping GDB.
14116
14117 2015-01-09 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.threads/attach-many-short-lived-threads.c: New file.
14120 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14121
14122 2014-01-09 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14125 instead of to thread 2.
14126 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14127 Add barrier around each pthread_create call instead of around all
14128 calls.
14129 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14130 Set a break on thread_function and have the child threads hit it
14131 one at at a time.
14132
14133 2015-01-09 Pedro Alves <palves@redhat.com>
14134
14135 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14136 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14137 false.
14138 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14139 checking whether the target board is remote.
14140 * gdb.multi/multi-attach.exp: Likewise.
14141 * gdb.python/py-sync-interp.exp: Likewise.
14142 * gdb.server/ext-attach.exp: Likewise.
14143 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14144 tests that need to attach, instead of checking whether the target
14145 board is remote at the top of the file.
14146
14147 2015-01-08 Yao Qi <yao@codesourcery.com>
14148
14149 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14150
14151 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14152
14153 Fix testcase compilation.
14154 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14155
14156 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.python/py-type.exp: Add a couple test about empty
14159 array creation, and negative-length array creation.
14160
14161 2015-01-02 Doug Evans <xdje42@gmail.com>
14162
14163 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14164
14165 2015-01-02 Doug Evans <dje@google.com>
14166
14167 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14168
14169 2014-12-29 Yao Qi <yao@codesourcery.com>
14170
14171 * gdb.trace/entry-values.exp: Update comments. Rename variable
14172 bar_call_foo to returned_from_foo.
14173
14174 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14175
14176 PR gdb/17394
14177 * gdb.linespec/break-asm-file.c: New file.
14178 * gdb.linespec/break-asm-file.exp: New file.
14179 * gdb.linespec/break-asm-file0.s: New file.
14180 * gdb.linespec/break-asm-file1.s: New file.
14181
14182 2014-12-18 Nigel Stephens <nigel@mips.com>
14183 Maciej W. Rozycki <macro@codesourcery.com>
14184
14185 * gdb.base/float.exp: Handle the new output from "info float" on
14186 MIPS targets.
14187
14188 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14189
14190 Fix MinGW compilation.
14191 * gdb.compile/compile-ops.exp: Update untested message if
14192 !skip_compile_feature_tests.
14193 * gdb.compile/compile-setjmp.exp: Likewise.
14194 * gdb.compile/compile-tls.exp: Likewise.
14195 * gdb.compile/compile.exp: Likewise.
14196 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14197 supported on this host".
14198
14199 2014-12-16 Doug Evans <xdje42@gmail.com>
14200
14201 * boards/stabs.exp: New file.
14202
14203 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14204
14205 * gdb.base/completion.exp: Adjust to format changes of "maint
14206 print user-registers".
14207
14208 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14209
14210 PR server/17457
14211 * gdb.arch/aarch64-fp.c: New file.
14212 * gdb.arch/aarch64-fp.exp: New file.
14213
14214 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14215
14216 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14217 r210637, r210913, r211666, r215400, r215817).
14218
14219 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14220 * dg-extract-results.py: New file.
14221 * dg-extract-results.sh: Use it if the environment seems
14222 suitable.
14223
14224 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14225
14226 * dg-extract-results.py (parse_run): Handle warnings that
14227 are printed before a test harness is run.
14228
14229 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14230
14231 * dg-extract-results.py (Named): Remove __cmp__ method.
14232 (output_variation): Use a key to sort variation.harnesses.
14233
14234 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14235
14236 * dg-extract-results.py: For Python 3, force sys.stdout to
14237 handle surrogate escape sequences.
14238 (safe_open): New function.
14239 (output_segment, main): Use it.
14240
14241 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14242
14243 * dg-extract-results.py (Prog.result_re): Include options
14244 in test name.
14245
14246 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14247
14248 * dg-extract-results.py (output_variation): Always sort if
14249 do_sum.
14250
14251 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14252
14253 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14254 as long as we get pagination notifications.
14255
14256 2014-12-15 Jason Merrill <jason@redhat.com>
14257
14258 * Makefile.in (check-gdb.%): Restore.
14259 * README: Mention it.
14260
14261 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14262
14263 * gdb.ada/str_uninit: New testcase.
14264
14265 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14266
14267 PR symtab/17642
14268 * gdb.base/vla-stub-define.c: New file.
14269 * gdb.base/vla-stub.c: New file.
14270 * gdb.base/vla-stub.exp: New file.
14271
14272 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14273 Jan Kratochvil <jan.kratochvil@redhat.com>
14274 Tom Tromey <tromey@redhat.com>
14275
14276 * configure.ac: Add gdb.compile/.
14277 * configure: Regenerate.
14278 * gdb.compile/Makefile.in: New file.
14279 * gdb.compile/compile-ops.exp: New file.
14280 * gdb.compile/compile-ops.c: New file.
14281 * gdb.compile/compile-tls.c: New file.
14282 * gdb.compile/compile-tls.exp: New file.
14283 * gdb.compile/compile-constvar.S: New file.
14284 * gdb.compile/compile-constvar.c: New file.
14285 * gdb.compile/compile-mod.c: New file.
14286 * gdb.compile/compile-nodebug.c: New file.
14287 * gdb.compile/compile-setjmp-mod.c: New file.
14288 * gdb.compile/compile-setjmp.c: New file.
14289 * gdb.compile/compile-setjmp.exp: New file.
14290 * gdb.compile/compile-shlib.c: New file.
14291 * gdb.compile/compile.c: New file.
14292 * gdb.compile/compile.exp: New file.
14293 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14294
14295 2014-12-12 Tom Tromey <tromey@redhat.com>
14296
14297 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14298 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14299
14300 2014-12-12 Doug Evans <dje@google.com>
14301
14302 * lib/gdb-python.exp (get_python_valueof): New function.
14303 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14304
14305 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14306
14307 * gdb.base/completion.exp: Add test for completion of "info
14308 registers ".
14309
14310 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14311
14312 * gdb.base/func-ptrs.c: New file.
14313 * gdb.base/func-ptrs.exp: New file.
14314
14315 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14316
14317 PR breakpoints/17012
14318 * gdb.base/dprintf-detach.c: New file.
14319 * gdb.base/dprintf-detach.exp: New file.
14320
14321 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14322
14323 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14324 * lib/gdb.exp (target_is_gdbserver): New procedure.
14325
14326 2014-12-08 Doug Evans <dje@google.com>
14327
14328 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14329
14330 2014-12-05 Yao Qi <yao@codesourcery.com>
14331
14332 * gdb.guile/scm-error.exp: Remove the third argument to
14333 gdb_remote_download.
14334 * gdb.guile/scm-frame-args.exp: Likewise.
14335 * gdb.guile/scm-section-script.exp: Likewise.
14336
14337 2014-12-05 Yao Qi <yao@codesourcery.com>
14338
14339 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14340
14341 2014-12-04 Doug Evans <dje@google.com>
14342
14343 * gdb.python/py-objfile.exp: Add tests for
14344 objfile.add_separate_debug_file.
14345
14346 2014-12-04 Doug Evans <dje@google.com>
14347
14348 * lib/gdb.exp (get_build_id): New function.
14349 (build_id_debug_filename_get): Rewrite to use it.
14350 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14351
14352 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14353
14354 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14355 `method(long)', not just 0x0.
14356 * gdb.cp/nsalias.exp: Align code labels to 4.
14357 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14358 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14359 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14360 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14361 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14362 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14363
14364 2014-12-02 Doug Evans <dje@google.com>
14365
14366 PR symtab/17602
14367 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14368 * gdb.cp/anon-ns2.cc: ... here. New file.
14369 * gdb.cp/anon-ns.exp: Update.
14370
14371 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14372
14373 * gdb.python/py-events.py (inferior_call_handler): New.
14374 (register_changed_handler, memory_changed_handler): New.
14375 (test_events.invoke): Register new handlers.
14376 * gdb.python/py-events.exp: Add tests for inferior call,
14377 memory_changed and register_changed events.
14378
14379 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14380
14381 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14382 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14383 if the linker doesn't understand this.
14384
14385 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14386
14387 * gdb.python/python.exp: Change expected reply to help().
14388
14389 2014-12-01 Yao Qi <yao@codesourcery.com>
14390
14391 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14392 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14393 * configure: Re-generated.
14394
14395 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14396
14397 * gdb.cp/chained-calls.cc: New file.
14398 * gdb.cp/chained-calls.exp: New file.
14399 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14400
14401 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14402
14403 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14404 * gdb.dwarf2/symtab-producer.exp: Same.
14405 * gdb.gdb/python-interrupts.exp: Same.
14406 * gdb.gdb/python-selftest.exp: Same.
14407 * gdb.python/py-linetable.exp: Same.
14408 * gdb.python/py-type.exp: Same.
14409 * gdb.python/py-value-cc.exp: Same.
14410 * gdb.python/py-value.exp: Same.
14411
14412 2014-11-28 Yao Qi <yao@codesourcery.com>
14413
14414 * gdb.base/break-probes.exp: Match library name prefixed with
14415 sysroot.
14416
14417 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14418
14419 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14420 test expected output. Add parentheses for the call to print.
14421 Remove L suffix from integers.
14422
14423 2014-11-26 Doug Evans <dje@google.com>
14424
14425 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14426
14427 2014-11-22 Yao Qi <yao@codesourcery.com>
14428
14429 * gdb.trace/entry-values.c: Remove asms.
14430 (foo): Add foo_label.
14431 (bar): Add bar_label.
14432 * gdb.trace/entry-values.exp: Remove code computing foo's
14433 length and bar's length.
14434 (Dwarf::assemble): Invoke function_range for bar and use
14435 MACRO_AT_func for foo.
14436
14437 2014-11-22 Yao Qi <yao@codesourcery.com>
14438
14439 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14440 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14441 Use .Lgcc43_procstart instead of gcc43.
14442
14443 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14444
14445 * gdb.ada/n_arr_bound: New testcase.
14446
14447 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14448
14449 PR breakpoints/10737
14450 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14451 test_catch_syscall_multi_arch.
14452 (test_catch_syscall_multi_arch): New function.
14453
14454 2014-11-20 Doug Evans <xdje42@gmail.com>
14455
14456 * gdb.base/maint.exp: Update expected output.
14457
14458 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14459
14460 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14461 4-byte instruction on S390.
14462
14463 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14464
14465 * gdb.ada/arr_arr: New testcase.
14466
14467 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.ada/pkd_arr_elem: New Testcase.
14470
14471 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14472
14473 * gdb.reverse/break-precsave: Expect completion message for
14474 core file reads.
14475 * gdb.reverse/consecutive-precsave.exp: Likewise.
14476 * gdb.reverse/finish-precsave.exp: Likewise.
14477 * gdb.reverse/i386-precsave.exp: Likewise.
14478 * gdb.reverse/machinestate-precsave.exp: Likewise.
14479 * gdb.reverse/sigall-precsave.exp: Likewise.
14480 * gdb.reverse/solib-precsave.exp: Likewise.
14481 * gdb.reverse/step-precsave.exp: Likewise.
14482 * gdb.reverse/until-precsave.exp: Likewise.
14483 * gdb.reverse/watch-precsave.exp: Likewise.
14484
14485 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14486
14487 * gdb.base/bp-permanent.c: Include unistd.h.
14488 * gdb.python/py-framefilter-mi.c (main): Add return type.
14489 * gdb.python/py-framefilter.c (main): Likewise.
14490 * gdb.trace/actions-changed.c (main): Likewise.
14491
14492 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14493
14494 * gdb.mi/until.c: Add eye-catchers.
14495 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14496 line numbers.
14497
14498 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14499
14500 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14501 function header variants in break1.c.
14502 * gdb.base/ena-dis-br.exp: Likewise.
14503 * gdb.base/hbreak2.exp: Likewise.
14504 * gdb.reverse/until-precsave.exp: Drop references to removed
14505 non-prototype function header variants in ur1.c.
14506 * gdb.reverse/until-reverse.exp: Likewise.
14507
14508 2014-11-17 Petr Machata <pmachata@redhat.com>
14509
14510 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14511 ${_cu_offset_size} bytes abbrev offset.
14512
14513 2014-11-15 Doug Evans <xdje42@gmail.com>
14514
14515 PR symtab/17559
14516 * gdb.base/line-symtabs.exp: New file.
14517 * gdb.base/line-symtabs.c: New file.
14518 * gdb.base/line-symtabs.h: New file.
14519
14520 2014-11-14 Yao Qi <yao@codesourcery.com>
14521
14522 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14523 (func): Add label func_label.
14524 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14525 Replace low_pc and high_pc with MACRO_AT_range.
14526 Replace name, low_pc and high_pc with MACRO_AT_func.
14527
14528 2014-11-14 Yao Qi <yao@codesourcery.com>
14529
14530 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14531 Replace name, low_pc and high_pc with MACRO_AT_func.
14532
14533 2014-11-14 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14536 produce debug information.
14537 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14538
14539 2014-11-14 Yao Qi <yao@codesourcery.com>
14540
14541 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14542 object and get function length.
14543 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14544 with MACRO_AT_func.
14545 (top-level): Replace gdb_compile and clean_restart with
14546 prepare_for_testing.
14547 * gdb.dwarf2/main.c (main): Add label main_label.
14548
14549 2014-11-14 Yao Qi <yao@codesourcery.com>
14550
14551 * lib/dwarf.exp (function_range): New procedure.
14552 (Dwarf::_handle_macro_at_func): New procedure.
14553 (Dwarf::_handle_macro_at_range): New procedure.
14554 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14555
14556 2014-11-14 Yao Qi <yao@codesourcery.com>
14557
14558 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14559 (_handle_attribute): New procedure.
14560
14561 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14562
14563 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14564 * gdb.base/call-sc.c (zed): Likewise.
14565 * gdb.base/checkpoint.c (main): Likewise.
14566 * gdb.base/dump.c (main): Likewise.
14567 * gdb.base/gcore.c (main): Likewise.
14568 * gdb.base/huge.c (main): Likewise.
14569 * gdb.base/multi-forks.c (main): Likewise.
14570 * gdb.base/pr10179-a.c (main): Likewise.
14571 * gdb.base/savedregs.c (main): Likewise.
14572 * gdb.base/sigaltstack.c (main): Likewise.
14573 * gdb.base/siginfo.c (main): Likewise.
14574 * gdb.base/structs.c (zed): Likewise.
14575 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14576 * gdb.mi/mi-syn-frame.c (main): Likewise.
14577 * gdb.mi/until.c (foo, main): Likewise.
14578 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14579 * gdb.base/solib-weak.c (foo): Declare.
14580 * gdb.base/attach-twice.c: Include stdio.h.
14581 * gdb.base/weaklib1.c: Likewise.
14582 * gdb.base/weaklib2.c: Likewise.
14583 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14584 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14585 unistd.h.
14586 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14587 * gdb.mi/mi-exit-code.c: Likewise.
14588 * gdb.base/break-interp-lib.c: Include string.h.
14589 * gdb.base/coremaker.c: Likewise.
14590 * gdb.base/testenv.c: Likewise.
14591 * gdb.python/py-finish-breakpoint.c: Likewise.
14592 * gdb.base/inferior-died.c: Include sys/wait.h.
14593 * gdb.base/fileio.c: Include time.h.
14594 * gdb.base/async-shell.c: Include unistd.h.
14595 * gdb.base/dprintf-non-stop.c: Likewise.
14596 * gdb.base/info-os.c: Likewise.
14597 * gdb.mi/mi-console.c: Likewise.
14598 * gdb.mi/watch-nonstop.c: Likewise.
14599 * gdb.python/py-events.c: Likewise.
14600 * gdb.base/async.c (baz): Move up before its invocation.
14601 * gdb.base/code_elim2.c (my_global_func): Likewise.
14602 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14603 * gdb.base/advance.c (func2): Likewise.
14604
14605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14606
14607 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14608 variant.
14609 * gdb.base/annota3.c: Likewise.
14610 * gdb.base/async.c: Likewise.
14611 * gdb.base/average.c: Likewise.
14612 * gdb.base/call-ar-st.c: Likewise.
14613 * gdb.base/call-rt-st.c: Likewise.
14614 * gdb.base/call-sc.c: Likewise.
14615 * gdb.base/call-strs.c: Likewise.
14616 * gdb.base/ending-run.c: Likewise.
14617 * gdb.base/execd-prog.c: Likewise.
14618 * gdb.base/exprs.c: Likewise.
14619 * gdb.base/foll-exec.c: Likewise.
14620 * gdb.base/foll-fork.c: Likewise.
14621 * gdb.base/foll-vfork.c: Likewise.
14622 * gdb.base/funcargs.c: Likewise.
14623 * gdb.base/gcore.c: Likewise.
14624 * gdb.base/jump.c: Likewise.
14625 * gdb.base/langs0.c: Likewise.
14626 * gdb.base/langs1.c: Likewise.
14627 * gdb.base/langs2.c: Likewise.
14628 * gdb.base/mips_pro.c: Likewise.
14629 * gdb.base/nodebug.c: Likewise.
14630 * gdb.base/opaque0.c: Likewise.
14631 * gdb.base/opaque1.c: Likewise.
14632 * gdb.base/recurse.c: Likewise.
14633 * gdb.base/run.c: Likewise.
14634 * gdb.base/scope0.c: Likewise.
14635 * gdb.base/scope1.c: Likewise.
14636 * gdb.base/setshow.c: Likewise.
14637 * gdb.base/setvar.c: Likewise.
14638 * gdb.base/shmain.c: Likewise.
14639 * gdb.base/shr1.c: Likewise.
14640 * gdb.base/shr2.c: Likewise.
14641 * gdb.base/sigall.c: Likewise.
14642 * gdb.base/signals.c: Likewise.
14643 * gdb.base/so-indr-cl.c: Likewise.
14644 * gdb.base/solib2.c: Likewise.
14645 * gdb.base/structs.c: Likewise.
14646 * gdb.base/sum.c: Likewise.
14647 * gdb.base/vforked-prog.c: Likewise.
14648 * gdb.base/watchpoint.c: Likewise.
14649 * gdb.reverse/shr2.c: Likewise.
14650 * gdb.reverse/until-reverse.c: Likewise.
14651 * gdb.reverse/ur1.c: Likewise.
14652 * gdb.reverse/watch-reverse.c: Likewise.
14653
14654 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14655
14656 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14657 variant.
14658 * gdb.base/sepdebug.exp: Drop references to removed code.
14659
14660 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14661
14662 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14663 variant. Preserve original line numbering.
14664 * gdb.base/list1.c: Likewise.
14665
14666 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14667
14668 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14669 variant.
14670 * gdb.base/break1.c: Likewise.
14671 * gdb.base/break.exp: Drop references to removed code.
14672
14673 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14674
14675 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14676 variant.
14677
14678 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14679
14680 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14681
14682 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14683
14684 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14685 logic into perform_all_tests() and invoke it with and without
14686 function header prototypes.
14687 (do_function_calls): Remove conditional XFAIL for PR 5318.
14688 (rerun_and_prepare): Remove duplicate code.
14689 (perform_all_tests): New. Main logic moved here.
14690
14691 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14692
14693 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14694 code guarded by #ifdef NO_PROTOTYPES.
14695 (t_double_many_args): Likewise.
14696 (DEF_FUNC_MANY_ARGS_1): Likewise.
14697 (DEF_FUNC_VALUES_1): Likewise.
14698 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14699 guarded by #ifdef PROTOTYPES.
14700
14701 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14702
14703 * gdb.mi/mi-console.c: Add eye-catcher.
14704 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14705 instead of literal line number.
14706
14707 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14708
14709 * gdb.base/shr2.c: Add eye-catcher.
14710 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14711 line number.
14712
14713 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14714
14715 * gdb.base/jump.c: Add eye-catchers.
14716 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14717 numbers.
14718
14719 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14720
14721 * gdb.base/execd-prog.c: Add eye-catchers.
14722 * gdb.base/foll-exec.c: Likewise.
14723 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14724 line numbers.
14725
14726 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14727
14728 * gdb.base/ending-run.c: Add eye-catchers.
14729 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14730 literal line numbers.
14731
14732 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14733
14734 * gdb.base/call-rt-st.c: Add eye-catchers.
14735 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14736 literal line numbers.
14737
14738 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14739
14740 * gdb.base/call-ar-st.c: Add eye-catchers.
14741 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14742 literal line numbers.
14743
14744 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14745
14746 * gdb.base/average.c: Add eye-catchers.
14747 * gdb.base/sum.c: Likewise.
14748 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14749 regexps dynamically.
14750
14751 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14752
14753 * gdb.base/solib1.c: Add eye-catchers.
14754 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14755 literal line numbers.
14756
14757 2014-11-12 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14760 leader has exited.
14761
14762 2014-11-12 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.arch/i386-bp_permanent.c: New file.
14765 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14766 (srcfile): Set to i386-bp_permanent.c.
14767 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14768 that stepi does not execute the 'leave' instruction, instead of
14769 testing it does execute.
14770 * gdb.base/bp-permanent.c: New file.
14771 * gdb.base/bp-permanent.exp: New file.
14772
14773 2014-11-10 Doug Evans <xdje42@gmail.com>
14774
14775 PR symtab/17564
14776 * gdb.base/symtab-search-order.exp: New file.
14777 * gdb.base/symtab-search-order.c: New file.
14778 * gdb.base/symtab-search-order-1.c: New file.
14779 * gdb.base/symtab-search-order-shlib-1.c: New file.
14780
14781 2014-11-07 Pedro Alves <palves@redhat.com>
14782
14783 PR gdb/17511
14784 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14785 i?86-*-linux*.
14786
14787 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14788
14789 PR c++/17494
14790 * gdb.cp/pr17494.cc: New file.
14791 * gdb.cp/pr17494.exp: New file.
14792
14793 2014-11-02 Yao Qi <yao@codesourcery.com>
14794
14795 * gdb.python/python.exp: Get working directory and match the
14796 output of "set extended-prompt \\w " with it.
14797
14798 2014-10-30 Doug Evans <dje@google.com>
14799
14800 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14801 in objfiles.
14802 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14803 in progspaces.
14804
14805 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14806
14807 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14808 * gdb.base/realname-expand.exp: Likewise.
14809 * gdb.linespec/macro-relative.exp: Likewise.
14810
14811 2014-10-29 Pedro Alves <palves@redhat.com>
14812
14813 PR gdb/17408
14814 * gdb.threads/schedlock.c (some_function): New function.
14815 (call_function): New global.
14816 (MAYBE_CALL_SOME_FUNCTION): New macro.
14817 (thread_function): Call it.
14818 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14819 and use it instead of a global counter. Adjust all callers.
14820 (get_current_thread): Use "find current thread" for test message
14821 here rather than having all callers pass down the same string.
14822 (goto_loop): New procedure, factored out from ...
14823 (my_continue): ... this.
14824 (step_ten_loops): Change parameter from test message to command to
14825 use. Adjust.
14826 (list_count): Delete global.
14827 (check_result): New procedure, factored out from duplicate top
14828 level code.
14829 (continue tests): Wrap in with_test_prefix.
14830 (test_step): New procedure, factored out from duplicate top level
14831 code.
14832 (top level): Test "step" in combination with all scheduler-locking
14833 modes. Test "next" in combination with all scheduler-locking
14834 modes, and in combination with stepping over a function call or
14835 not.
14836 * gdb.threads/next-bp-other-thread.c: New file.
14837 * gdb.threads/next-bp-other-thread.exp: New file.
14838
14839 2014-10-29 Pedro Alves <palves@redhat.com>
14840
14841 PR python/17372
14842 * gdb.python/python.exp: Test a multi-line command that spawns
14843 interactive Python.
14844 * gdb.base/multi-line-starts-subshell.exp: New file.
14845
14846 2014-10-29 Yao Qi <yao@codesourcery.com>
14847
14848 * gdb.base/fileio.exp: Make directories on host.
14849
14850 2014-10-29 Yao Qi <yao@codesourcery.com>
14851
14852 * gdb.base/fileio.c (test_write): Close the file.
14853
14854 2014-10-28 Pedro Alves <palves@redhat.com>
14855
14856 PR gdb/12623
14857 * gdb.base/sigstep.c (no_handler): New global.
14858 (main): If 'no_handler is true, set the signal handlers to
14859 SIG_IGN.
14860 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14861 with_sw_watch and no_handler parameters. Handle them.
14862 (top level) <stepping over handler when stopped at a breakpoint
14863 test>: Add a test axis for testing with a software watchpoint, and
14864 another for testing with the signal handler set to SIG_IGN.
14865 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14866 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14867
14868 2014-10-28 Pedro Alves <palves@redhat.com>
14869
14870 PR gdb/17511
14871 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14872 * gdb.base/sigstep.exp (other_handler_location): New global.
14873 (advance): Support stepping into the signal handler, and running
14874 commands while in the handler.
14875 (in_handler_map): New global.
14876 (top level): In the advance test, add combinations for getting
14877 into the handler with stepping commands, and for running commands
14878 in the handler. Add comment descripting the advancei tests.
14879
14880 2014-10-28 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.base/sigstep.exp: Use build_executable instead of
14883 prepare_for_testing.
14884 (top level): Move code that starts GDB, runs to main and creates a
14885 display to ...
14886 (restart): ... this new procedure.
14887 (top level): Move backtrace from signal handler test to ...
14888 (validate_backtrace): ... this new procedure.
14889 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14890 with_test_prefix. Always restart GDB.
14891 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14892 with_test_prefix. Always restart GDB. No need to delete
14893 breakpoints after the test.
14894 (test_skip_handler): Remove prefix parameter.
14895 (skip_over_handler, breakpoint_to_handler)
14896 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14897 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14898 restart GDB. No need to delete breakpoints after the test.
14899 (top level): Use foreach to call the test procedures with
14900 different commands.
14901
14902 2014-10-28 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14905 instead of GNATS numbers.
14906 * gdb.base/sigbpt.exp: Likewise.
14907 * gdb.base/siginfo.exp: Likewise.
14908 * gdb.base/sigstep.exp: Likewise.
14909
14910 2014-10-27 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.base/sigstep.c (dummy): New global.
14913 (main): Issue a couple writes to the new global.
14914 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14915 procedures.
14916 (skip_over_handler): Use test_skip_handler.
14917 (top level): Call skip_over_handler for stepi and nexti too.
14918 (breakpoint_over_handler): Use test_skip_handler.
14919 (top level): Call breakpoint_over_handler for stepi and nexti too.
14920
14921 2014-10-27 Yao Qi <yao@codesourcery.com>
14922
14923 * gdb.trace/tfile.c (adjust_function_address)
14924 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14925 function descriptor.
14926
14927 2014-10-24 Don Breazeal <donb@codesourcery.com>
14928
14929 * gdb.base/foll-fork.exp (test_follow_fork,
14930 catch_fork_child_follow): Check for updated fork messages emitted
14931 from infrun.c.
14932 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14933 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14934 vfork_and_exec_child_follow_through_step): Check for updated vfork
14935 messages emitted from infrun.c.
14936
14937 2014-10-24 Pedro Alves <palves@redhat.com>
14938
14939 * gdb.base/corefile.exp: Remove references to ultrix.
14940 * gdb.base/interrupt.exp: Likewise.
14941 * gdb.base/whatis.exp: Likewise.
14942 * gdb.gdb/selftest.exp: Likewise.
14943 * gdb.threads/manythreads.exp: Likewise.
14944 * gdb.threads/print-threads.exp: Likewise.
14945 * gdb.threads/pthreads.exp:: Likewise.
14946 * gdb.threads/schedlock.exp: Likewise.
14947
14948 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14949
14950 * gdb.cp/non-trivial-retval.cc: Add a test case.
14951 * gdb.cp/non-trivial-retval.exp: Add a test.
14952
14953 2014-10-20 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14956 * gdb.python/py-objfile-script-gdb.py: New file.
14957 * gdb.python/py-objfile-script.exp: Update reference to
14958 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14959 of remote_download. Remove the dest file.
14960
14961 2014-10-20 Yao Qi <yao@codesourcery.com>
14962
14963 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14964 * gdb.base/step-line.exp: Likewise.
14965 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14966 * gdb.dwarf2/dw2-basic.exp: Likewise.
14967 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14968 * gdb.dwarf2/dw2-filename.exp: Likewise.
14969 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14970 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14971 * gdb.dwarf2/dw2-producer.exp: Likewise.
14972 * gdb.dwarf2/mac-fileno.exp: Likewise.
14973 * gdb.python/py-frame-args.exp: Likewise.
14974 * gdb.python/py-framefilter.exp: Likewise.
14975 * gdb.python/py-mi.exp: Likewise.
14976 * gdb.python/py-objfile-script.exp: Likewise
14977 * gdb.python/py-pp-integral.exp: Likewise.
14978 * gdb.python/py-pp-re-notag.exp: Likewise.
14979 * gdb.python/py-prettyprint.exp: Likewise.
14980 * gdb.python/py-section-script.exp: Likewise.
14981 * gdb.python/py-typeprint.exp: Likewise.
14982 * gdb.python/py-xmethods.exp: Likewise.
14983 * gdb.stabs/weird.exp: Likewise.
14984 * gdb.xml/tdesc-regs.exp: Likewise.
14985
14986 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14987
14988 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14989 (out_cu): Use addr_len for the size of addresses.
14990 (out_line): Likewise. Size DW_LNE_set_address instruction
14991 according to addr_len.
14992 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14993 (FUNC): Add START_INSNS to definition.
14994
14995 2014-10-18 Yao Qi <yao@codesourcery.com>
14996
14997 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14998 gdb_has_argv0 return true.
14999 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15000 check [target_info exists noargs], check [gdb_has_argv0]
15001 instead.
15002 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15003 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15004 procedures.
15005
15006 2014-10-17 Doug Evans <dje@google.com>
15007
15008 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15009 event.
15010 * gdb.python/py-events.py: Add clear_objfiles event.
15011
15012 2014-10-17 Doug Evans <dje@google.com>
15013
15014 * gdb.python/py-objfile.exp: Test progspace attribute.
15015
15016 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15017
15018 * gdb.guile/scm-breakpoint.exp: Do not assume any
15019 directory separators when matching source file paths.
15020 * gdb.python/py-breakpoint.exp: Likewise.
15021 * gdb.reverse/break-precsave.exp: Likewise.
15022 * gdb.reverse/break-reverse.exp: Likewise.
15023 * gdb.reverse/consecutive-precsave.exp: Likewise.
15024 * gdb.reverse/finish-precsave.exp: Likewise.
15025 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15026 * gdb.reverse/finish-reverse.exp: Likewise.
15027 * gdb.reverse/i386-precsave.exp: Likewise.
15028 * gdb.reverse/i387-env-reverse.exp: Likewise.
15029 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15030 * gdb.reverse/machinestate-precsave.exp: Likewise.
15031 * gdb.reverse/machinestate.exp: Likewise.
15032 * gdb.reverse/sigall-precsave.exp: Likewise.
15033 * gdb.reverse/solib-precsave.exp: Likewise.
15034 * gdb.reverse/step-precsave.exp: Likewise.
15035 * gdb.reverse/until-precsave.exp: Likewise.
15036 * gdb.reverse/watch-precsave.exp: Likewise.
15037 * gdb.reverse/watch-reverse.exp: Likewise.
15038
15039 2014-10-17 Yao Qi <yao@codesourcery.com>
15040
15041 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15042 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15043
15044 2014-10-17 Pedro Alves <palves@redhat.com>
15045
15046 PR gdb/17471
15047 * gdb.base/bg-execution-repeat.c: New file.
15048 * gdb.base/bg-execution-repeat.exp: New file.
15049
15050 2014-10-17 Pedro Alves <palves@redhat.com>
15051
15052 PR gdb/17300
15053 * gdb.base/continue-all-already-running.c: New file.
15054 * gdb.base/continue-all-already-running.exp: New file.
15055
15056 2014-10-17 Pedro Alves <palves@redhat.com>
15057
15058 PR gdb/17472
15059 * gdb.base/annota-input-while-running.c: New file.
15060 * gdb.base/annota-input-while-running.exp: New file.
15061
15062 2014-10-17 Pedro Alves <palves@redhat.com>
15063
15064 * gdb.base/callfuncs.exp: emove references to osf.
15065 * gdb.base/sigall.exp: Likewise.
15066 * gdb.gdb/selftest.exp: Likewise.
15067 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15068 * gdb.mi/non-stop.c: Likewise.
15069 * gdb.mi/pthreads.c: Likewise.
15070 * gdb.reverse/sigall-precsave.exp: Likewise.
15071 * gdb.reverse/sigall-reverse.exp: Likewise.
15072 * gdb.threads/pthreads.c: Likewise.
15073 * gdb.threads/pthreads.exp: Likewise.
15074
15075 2014-10-17 Yao Qi <yao@codesourcery.com>
15076
15077 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15078 check 'target_info exists noargs'.
15079 (test_command_prompt_position): Likewise.
15080 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15081 Remove "set args".
15082 (progvar_simple_while_test): Likewise.
15083 (progvar_complex_if_while_test): Likewise.
15084 (if_while_breakpoint_command_test): Likewise.
15085 (infrun_breakpoint_command_test): Likewise.
15086 (breakpoint_command_test): Likewise.
15087 (watchpoint_command_test): Likewise.
15088 (bp_deleted_in_command_test): Likewise.
15089 (temporary_breakpoint_commands): Likewise.
15090
15091 2014-10-16 Yao Qi <yao@codesourcery.com>
15092
15093 * gdb.base/remotetimeout.exp: Remove noargs checking.
15094
15095 2014-10-15 Pedro Alves <palves@redhat.com>
15096
15097 PR breakpoints/9649
15098 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15099 * gdb.base/breakpoint-in-ro-region.exp
15100 (probe_target_hardware_step): New procedure.
15101 (top level): Probe hardware stepping and hardware breakpoint
15102 support. Test stepping through a read-only region, with both
15103 "breakpoint auto-hw" on and off and both "always-inserted" on and
15104 off.
15105
15106 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15107
15108 * gdb.dlang/demangle.exp: Update for demangling changes.
15109
15110 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15111
15112 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15113 * gdb.cp/non-trivial-retval.exp: Add new tests.
15114
15115 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15116
15117 PR c++/13403
15118 PR c++/15154
15119 * gdb.cp/non-trivial-retval.cc: New file.
15120 * gdb.cp/non-trivial-retval.exp: New file.
15121
15122 2014-10-15 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15125 remote host.
15126
15127 2014-10-15 Yao Qi <yao@codesourcery.com>
15128
15129 * gdb.python/py-symbol.exp: Match file base name if host is
15130 remote, otherwise match file name with dir name.
15131 * gdb.python/py-symtab.exp: Likewise.
15132 * gdb.python/python.exp: Likewise.
15133
15134 2014-10-15 Yao Qi <yao@codesourcery.com>
15135
15136 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15137 pattern.
15138 * gdb.python/py-symtab.exp: Likewise.
15139 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15140 locationn.
15141
15142 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15143
15144 * gdb.ada/addr_arith: New testcase.
15145
15146 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15147
15148 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15149 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15150 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15151 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15152
15153 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15154
15155 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15156 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15157 * gdb.arch/stap-eval-lang-ada.exp: New file.
15158
15159 2014-10-14 Yao Qi <yao@codesourcery.com>
15160
15161 * gdb.mi/mi-var-child.c (nothing1): New function.
15162 (nothing2): New function.
15163 (do_children_tests): Set function pointers by nothing1 and
15164 nothing2.
15165 * gdb.mi/mi-var-child.exp: Step over new added statements.
15166 Update test to match the new output.
15167 * gdb.mi/var-cmd.c (nothing1): New function.
15168 (nothing2): New function.
15169 (do_children_tests): Set function pointers by nothing1 and
15170 nothing2.
15171 * gdb.mi/mi-var-display.exp: Update test to match output.
15172 Step to the line specified by $line_dct_nothing.
15173 Increase the number of lines to step.
15174
15175 2014-10-14 Yao Qi <yao@codesourcery.com>
15176
15177 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15178 tests.
15179 * gdb.mi/mi2-var-child.exp: Likewise.
15180
15181 2014-10-13 Doug Evans <dje@google.com>
15182
15183 * gdb.python/py-objfile.exp: Change name of file name test.
15184
15185 2014-10-13 Doug Evans <dje@google.com>
15186
15187 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15188 from the start of the CU.
15189
15190 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15191 Yao Qi <yao@codesourcery.com>
15192
15193 Fix "save breakpoints" for "catch" command.
15194 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15195 Remove -nonewline. Match also the added "main" line.
15196
15197 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15198
15199 Fix "save breakpoints" for "disable $bpnum" command.
15200 * gdb.base/save-bp.c (main): Add label.
15201 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15202
15203 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15204
15205 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15206
15207 2014-10-11 Yao Qi <yao@codesourcery.com>
15208
15209 * gdb.server/server-kill.exp: Execute command
15210 "set remote trace-status-packet on" before "tstatus".
15211
15212 2014-10-11 Yao Qi <yao@codesourcery.com>
15213
15214 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15215 (main): Call getppid.
15216 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15217 and continue to it. Read variable "server_pid".
15218
15219 2014-10-11 Yao Qi <yao@codesourcery.com>
15220
15221 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15222
15223 2014-10-11 Yao Qi <yao@codesourcery.com>
15224
15225 * gdb.threads/thread-find.exp: Don't execute command
15226 "info threads".
15227 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15228 * gdb.threads/linux-dp.exp: Don't check the condition
15229 $threads_created equals to zero.
15230
15231 2014-10-10 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.base/bigcore.exp: Remove references to IRIX.
15234 * gdb.base/funcargs.exp: Likewise.
15235 * gdb.base/interrupt.exp: Likewise.
15236 * gdb.base/mips_pro.exp: Likewise.
15237 * gdb.base/nodebug.exp: Likewise.
15238 * gdb.base/setvar.exp: Likewise.
15239 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15240
15241 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15242 Pedro Alves <palves@redhat.com>
15243
15244 PR symtab/14466
15245 * gdb.base/vdso-warning.c: New file.
15246 * gdb.base/vdso-warning.exp: New file.
15247
15248 2014-10-02 Doug Evans <dje@google.com>
15249
15250 * gdb.base/structs.c (main): Don't run forever.
15251
15252 2014-10-02 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15255 (top level) <stop threads 1, stop threads 2>: Use it.
15256
15257 2014-10-02 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.threads/break-while-running.exp (test): Add new
15260 'update_thread_list' argument. Skip "info threads" if false.
15261 (top level): Add new 'update_thread_list' axis.
15262
15263 2014-10-02 Pedro Alves <palves@redhat.com>
15264
15265 PR breakpoints/17431
15266 * gdb.base/execl-update-breakpoints.c: New file.
15267 * gdb.base/execl-update-breakpoints.exp: New file.
15268
15269 2014-10-01 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.base/breakpoint-in-ro-region.c: New file.
15272 * gdb.base/breakpoint-in-ro-region.exp: New file.
15273
15274 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15275
15276 * gdb.mi/mi-exit-code.exp: New file.
15277 * gdb.mi/mi-exit-code.c: New file.
15278
15279 2014-09-30 Yao Qi <yao@codesourcery.com>
15280
15281 * lib/prelink-support.exp (build_executable_own_libs): Error if
15282 the target isn't native.
15283
15284 2014-09-30 Yao Qi <yao@codesourcery.com>
15285
15286 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15287 false.
15288
15289 2014-09-22 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.threads/break-while-running.exp: New file.
15292 * gdb.threads/break-while-running.c: New file.
15293
15294 2014-09-19 Yao Qi <yao@codesourcery.com>
15295
15296 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15297 Invoke test. Restart GDB with --readnow and invoke test again.
15298
15299 2014-09-19 Yao Qi <yao@codesourcery.com>
15300
15301 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15302 proc set_breakpoint_on_gcd_function. Invoke
15303 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15304 invoke set_breakpoint_on_gcd_function again.
15305
15306 2014-09-18 Doug Evans <dje@google.com>
15307
15308 * gdb.dwarf2/symtab-producer.exp: New file.
15309
15310 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15311
15312 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15313 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15314 * gdb.base/global-var-nested-by-dso.c: Likewise.
15315 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15316
15317 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15318 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/watch-bitfields.exp: Pass string other than test file
15321 name to prepare_for_testing.
15322 (watch): New procedure.
15323 (expect_watchpoint): Use with_test_prefix.
15324 (top level): Factor out tests to ...
15325 (test_watch_location, test_regular_watch): ... these new
15326 procedures, and use with_test_prefix and gdb_continue_to_end.
15327
15328 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15329
15330 PR breakpoints/12526
15331 * gdb.base/watch-bitfields.exp: New file.
15332 * gdb.base/watch-bitfields.c: New file.
15333
15334 2014-09-16 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15337 software and hardware addresses, not software address against
15338 itself.
15339
15340 2014-09-16 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15343 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15344
15345 2014-09-16 Pedro Alves <palves@redhat.com>
15346
15347 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15348 files.
15349 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15350 "*-*-vxworks*" throughout.
15351 * gdb.base/break.exp: Likewise.
15352 * gdb.base/default.exp: Likewise.
15353 * gdb.base/scope.exp: Likewise.
15354 * gdb.base/sepdebug.exp: Likewise.
15355 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15356 throughout.
15357 * gdb.base/run.c: Likewise.
15358 * gdb.base/sepdebug.c: Likewise.
15359 * gdb.hp/gdb.aCC/run.c: Likewise.
15360 * gdb.reverse/until-reverse.c: Likewise.
15361 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15362
15363 2014-09-16 Yao Qi <yao@codesourcery.com>
15364
15365 * boards/local-remote-host-native.exp: New file.
15366
15367 2014-09-14 Doug Evans <xdje42@gmail.com>
15368
15369 * gdb.threads/queue-signal.c (thread_count): New variable.
15370 (thread_count_mutex, thread_count_condvar): New variables.
15371 (incr_thread_count, wait_all_threads_running): New functions.
15372 (main): Wait for all threads to be in their thread functions.
15373
15374 2014-09-13 Doug Evans <xdje42@gmail.com>
15375
15376 * gdb.threads/queue-signal.c: New file.
15377 * gdb.threads/queue-signal.exp: New file.
15378
15379 2014-09-13 Doug Evans <xdje42@gmail.com>
15380
15381 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15382 be consistent with what default_gdb_init uses.
15383 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15384 the plain text of the prompt. Add some logging printfs.
15385 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15386
15387 2014-09-12 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15390 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15391 * gdb.arch/i386-size-overlap.exp: Likewise.
15392 * gdb.arch/i386-size.exp: Likewise.
15393 * gdb.arch/i386-unwind.exp: Likewise.
15394 * gdb.base/a2-run.exp: Likewise.
15395 * gdb.base/break.exp: Likewise.
15396 * gdb.base/charset.exp: Likewise.
15397 * gdb.base/chng-syms.exp: Likewise.
15398 * gdb.base/commands.exp: Likewise.
15399 * gdb.base/dbx.exp: Likewise.
15400 * gdb.base/find.exp: Likewise.
15401 * gdb.base/funcargs.exp: Likewise.
15402 * gdb.base/jit-simple.exp: Likewise.
15403 * gdb.base/reread.exp: Likewise.
15404 * gdb.base/sepdebug.exp: Likewise.
15405 * gdb.base/step-bt.exp: Likewise.
15406 * gdb.cp/mb-inline.exp: Likewise.
15407 * gdb.cp/mb-templates.exp: Likewise.
15408 * gdb.objc/basicclass.exp: Likewise.
15409 * gdb.threads/killed.exp: Likewise.
15410
15411 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15412
15413 PR tdep/17379
15414 * gdb.arch/powerpc-stackless.S: New file.
15415 * gdb.arch/powerpc-stackless.exp: New file.
15416
15417 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15418
15419 * gdb.base/attach.c: Include unistd.h.
15420 (main): Call alarm. Add label postloop.
15421 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15422 gdb_breakpoint, gdb_continue_to_breakpoint.
15423 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15424
15425 2014-09-11 Pedro Alves <palves@redhat.com>
15426
15427 PR gdb/17347
15428 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15429 * gdb.base/attach.exp (test_command_line_attach_run): New
15430 procedure.
15431 (top level): Call it.
15432
15433 2014-09-11 Pedro Alves <palves@redhat.com>
15434
15435 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15436 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15437 (do_command_attach_tests): Use spawn_wait_for_attach.
15438 * gdb.base/solib-overlap.exp: Likewise.
15439 * gdb.multi/multi-attach.exp: Likewise.
15440 * gdb.python/py-prompt.exp: Likewise.
15441 * gdb.python/py-sync-interp.exp: Likewise.
15442 * gdb.server/ext-attach.exp: Likewise.
15443
15444 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15445
15446 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15447 command in testcase. Simplify testcase.
15448
15449 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15450
15451 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15452
15453 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15454
15455 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15456
15457 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15458
15459 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15460
15461 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15462
15463 * gdb.dwarf2/dynarr-ptr.c: New file.
15464 * gdb.dwarf2/dynarr-ptr.exp: New file.
15465
15466 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15467
15468 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15469 of 30 rather than hardcoding 120 for a slow test case. Take the
15470 `gdb,timeout' target setting into account for this calculation.
15471 Don't extend the timeout for the test cases that don't need it.
15472
15473 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15474
15475 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15476 a factor of 2 for a slow test case. Take the `gdb,timeout'
15477 target setting into account for this calculation.
15478 * gdb.reverse/until-precsave.exp: Increase the timeout by
15479 a factor of 15 and 3 respectively rather than adding 120
15480 for a pair of slow test cases. Take the `gdb,timeout'
15481 target setting into account for this calculation.
15482
15483 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15484
15485 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15486 timeout, don't pass one down to gdb_expect.
15487 (gdb_expect): Rework timeout selection.
15488
15489 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15490
15491 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15492 exception on timeout.
15493 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15494 (gdbserver_start_extended): Catch any `gdbserver_start' error
15495 exceptions.
15496 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15497 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15498 `gdbserver_gdb_load' error exceptions.
15499
15500 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15501
15502 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15503 120 on waiting for the TCP socket to open.
15504
15505 2014-09-09 Doug Evans <xdje42@gmail.com>
15506
15507 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15508 _caller_matches, _any_caller_is, _any_caller_matches.
15509
15510 2014-09-09 Doug Evans <xdje42@gmail.com>
15511
15512 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15513
15514 2014-09-09 Yao Qi <yao@codesourcery.com>
15515
15516 * gdb.mi/mi-var-display.exp: Set print symbol off.
15517
15518 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15519
15520 PR gdb/17035
15521 * gdb.base/commands.exp: Add tests to verify user-defined
15522 commands with empty bodies.
15523 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15524 python commands in `show user command`.
15525 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15526 scheme commands in `show user command`.
15527
15528 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15529
15530 PR python/17355
15531 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15532 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15533 * gdb.python/py-framefilter-invalidarg.exp: New file.
15534 * gdb.python/py-framefilter-invalidarg.py: New file.
15535
15536 2014-09-06 Doug Evans <xdje42@gmail.com>
15537
15538 PR 15276
15539 * gdb.python/py-caller-is.c: New file.
15540 * gdb.python/py-caller-is.exp: New file.
15541
15542 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15543
15544 PR gdb/17235
15545 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15546 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15547
15548 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15549
15550 PR fortran/17237
15551 * gdb.fortran/print-formatted.exp: New file.
15552 * gdb.fortran/print-formatted.f90: Likewise.
15553
15554 2014-09-03 Sasha Smundak <asmundak@google.com>
15555
15556 * gdb.python/py-frame.exp: Test Frame.read_register.
15557
15558 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15559
15560 PR python/16699
15561 * gdb.python/py-completion.exp: New file.
15562 * gdb.python/py-completion.py: Likewise.
15563
15564 2014-08-28 Doug Evans <dje@google.com>
15565
15566 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15567 eax,etc. are live with values set by gdb and thus the compiler can't
15568 use them.
15569 * gdb.arch/i386-pseudo.c (main): Ditto.
15570
15571 2014-08-27 Doug Evans <dje@google.com>
15572
15573 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15574
15575 2014-08-25 Doug Evans <dje@google.com>
15576
15577 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15578 (main): Ditto.
15579
15580 2014-08-25 Doug Evans <dje@google.com>
15581
15582 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15583
15584 2014-08-24 Yao Qi <yao@codesourcery.com>
15585
15586 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15587 symbol off.
15588 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15589
15590 2014-08-22 Doug Evans <dje@google.com>
15591
15592 PR 17276
15593 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15594 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15595 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15596
15597 2014-08-22 Yao Qi <yao@codesourcery.com>
15598
15599 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15600 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15601 * gdb.python/python.exp: Likewise. Use .py file on the host
15602 instead of the build.
15603
15604 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15605
15606 * gdb.threads/gcore-stale-thread.c: New file.
15607 * gdb.threads/gcore-stale-thread.exp: New file.
15608
15609 2014-08-21 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15612 * gdb.base/gcore-relro-pie.exp: Likewise.
15613 * gdb.base/gcore-relro.exp: Likewise.
15614 * gdb.base/gcore.exp: Likewise.
15615 * gdb.base/print-symbol-loading.exp: Likewise.
15616 * gdb.threads/gcore-thread.exp: Likewise.
15617 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15618
15619 2014-08-20 Pedro Alves <palves@redhat.com>
15620 Jan Kratochvil <jan.kratochvil@redhat.com>
15621
15622 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15623 configure.
15624 (EXPECT): Handle READ1 being set.
15625 (all): Depend on EXTRA_RULES.
15626 (check-read1, expect-read1, read1.so, read1): New rules.
15627 * README (Testsuite Parameters): Document the READ1 make variable.
15628 (Race detection): New section.
15629 * configure: Regenerate.
15630 * configure.ac: If build==host==target, and running under a
15631 GNU/glibc system, add read1 to the extra Makefile rules.
15632 (EXTRA_RULES): AC_SUBST it.
15633 * lib/read1.c: New file.
15634
15635 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15636
15637 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15638 the handling of variables declared as a typedef to an array
15639 which a DW_AT_data_location attribute.
15640
15641 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15642 Pedro Alves <palves@redhat.com>
15643
15644 PR symtab/14604
15645 PR symtab/14605
15646 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15647 gdb_test.
15648
15649 2014-08-19 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15652
15653 2014-08-19 Yao Qi <yao@codesourcery.com>
15654
15655 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15656 right line.
15657
15658 2014-08-18 David Blaikie <dblaikie@gmail.com>
15659
15660 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15661
15662 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15663
15664 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15665 attribute in array range.
15666
15667 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15668
15669 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15670
15671 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15672
15673 PR c++/17132
15674 * gdb.cp/pr17132.cc: New file.
15675 * gdb.cp/pr17132.exp: New file.
15676
15677 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15678
15679 * gdb.python/py-xmethods.py (A_getarrayind)
15680 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15681 Use 'print' with function call syntax.
15682 (E_method_matcher.match): Fix tab vs space indentation mixup.
15683
15684 2014-08-15 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15687 false.
15688
15689 2014-08-15 Yao Qi <yao@codesourcery.com>
15690
15691 * gdb.cp/casts.exp: Set print symbol off.
15692 * gdb.cp/class2.exp: Likewise.
15693 * gdb.cp/overload.exp: Likewise.
15694 * gdb.cp/templates.exp: Likewise.
15695
15696 2014-08-11 Doug Evans <dje@google.com>
15697
15698 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15699 (test_load_shlib): Update.
15700
15701 2014-08-09 Yao Qi <yao@codesourcery.com>
15702
15703 * gdb.base/display.exp: Invoke is_address_zero_readable.
15704 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15705 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15706 * gdb.base/hbreak-unmapped.exp: Return if
15707 is_address_zero_readable returns true.
15708 * gdb.base/signest.exp: Likewise.
15709 * gdb.base/signull.exp: Likewise.
15710 * gdb.base/sigbpt.exp: Likewise.
15711 * gdb.guile/scm-disasm.exp: Do the test if
15712 is_address_zero_readable returns false.
15713 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15714 * gdb.python/py-arch.exp: Likewise.
15715 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15716 * lib/gdb.exp (is_address_zero_readable): New proc.
15717
15718 2014-08-09 Yao Qi <yao@codesourcery.com>
15719
15720 PR testsuite/13443
15721 * gdb.mi/mi-var-display.exp: Make test messages unique.
15722
15723 2014-08-04 Tom Tromey <tromey@redhat.com>
15724
15725 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15726 target 0".
15727
15728 2014-08-04 Tom Tromey <tromey@redhat.com>
15729
15730 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15731 "target_resume".
15732
15733 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15734
15735 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15736 inner_vla_struct_object_size.
15737 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15738 as xfail.
15739
15740 2014-07-30 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15743 comment.
15744
15745 2014-07-29 Yao Qi <yao@codesourcery.com>
15746
15747 PR gdb/17206
15748 * gdb.base/until-nodebug.exp: New.
15749
15750 2014-07-28 Doug Evans <xdje42@gmail.com>
15751
15752 PR guile/17203
15753 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15754 previously existing parameter, and previously ambiguously spelled
15755 parameter.
15756
15757 2014-07-28 Will Newton <will.newton@linaro.org>
15758
15759 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15760
15761 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15762 Doug Evans <xdje42@gmail.com>
15763
15764 PR guile/17146
15765 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15766
15767 2014-07-25 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.threads/signal-command-handle-nopass.c: New file.
15770 * gdb.threads/signal-command-handle-nopass.exp: New file.
15771 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15772 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15773 * gdb.threads/signal-delivered-right-thread.c: New file.
15774 * gdb.threads/signal-delivered-right-thread.exp: New file.
15775
15776 2014-07-25 Pedro Alves <palves@redhat.com>
15777
15778 * gdb.base/double-prompt-target-event-error.exp
15779 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15780 match.
15781 (cancel_pagination_in_target_event): Rework double prompt
15782 detection.
15783 * gdb.base/paginate-after-ctrl-c-running.exp
15784 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15785 <return>' match.
15786 * gdb.base/paginate-bg-execution.exp
15787 (test_bg_execution_pagination_return)
15788 (test_bg_execution_pagination_cancel): Remove '-notransfer
15789 <return>' matches.
15790 * gdb.base/paginate-execution-startup.exp
15791 (test_fg_execution_pagination_return)
15792 (test_fg_execution_pagination_cancel): Remove '-notransfer
15793 <return>' matches.
15794 * gdb.base/paginate-inferior-exit.exp
15795 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15796 match.
15797 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15798 * lib/gdb.exp (pagination_prompt): Run text through
15799 string_to_regexp.
15800 (gdb_test_multiple): Match $pagination_prompt instead of
15801 "<return>".
15802 (string_to_regexp): Move to lib/gdb-utils.exp.
15803
15804 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15805
15806 * gdb.arch/amd64-entry-value-paramref.S: New file.
15807 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15808 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15809 * gdb.arch/amd64-optimout-repeat.S: New file.
15810 * gdb.arch/amd64-optimout-repeat.c: New file.
15811 * gdb.arch/amd64-optimout-repeat.exp: New file.
15812
15813 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15814
15815 PR gdb/17170
15816 * gdb.base/statistics.exp: New file.
15817
15818 2014-07-17 Doug Evans <dje@google.com>
15819
15820 PR gdb/17170
15821 * gdb.base/maint.exp: Update testing of per-command stats.
15822
15823 2014-07-16 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15826 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15827 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15828 (tfile_write_buf): New functions.
15829 (add_memory_block): Rewrite using the above.
15830 (adjust_function_address): New function.
15831 (FUNCTION_ADDRESS): New macro.
15832 (write_basic_trace_file): Remove short_x local, and use
15833 tfile_write_16. Change type of func_addr local to unsigned long
15834 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15835 here. Cast argument of add_memory_block to char pointer.
15836 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15837 (main): Remove parameters.
15838 * gdb.trace/tfile.exp: Remove nowarnings.
15839
15840 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15841
15842 * gdb.base/debug-expr.exp: Test string evaluation with
15843 "debug expression" on.
15844
15845 2014-07-15 Pedro Alves <palves@redhat.com>
15846
15847 * gdb.base/reread.exp: Use clean_restart.
15848
15849 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15850
15851 * gdb.arch/avr-flash-qualifer.c: New.
15852 * gdb.arch/avr-flash-qualifer.exp: New.
15853
15854 2014-07-14 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15857 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15858
15859 2014-07-14 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/double-prompt-target-event-error.c: New file.
15862 * gdb.base/double-prompt-target-event-error.exp: New file.
15863
15864 2014-07-14 Pedro Alves <palves@redhat.com>
15865
15866 PR gdb/17072
15867 * gdb.base/paginate-inferior-exit.c: New file.
15868 * gdb.base/paginate-inferior-exit.exp: New file.
15869
15870 2014-07-14 Pedro Alves <palves@redhat.com>
15871
15872 PR gdb/17072
15873 * gdb.base/paginate-bg-execution.c: New file.
15874 * gdb.base/paginate-bg-execution.exp: New file.
15875
15876 2014-07-14 Pedro Alves <palves@redhat.com>
15877
15878 PR gdb/17072
15879 * gdb.base/paginate-execution-startup.c: New file.
15880 * gdb.base/paginate-execution-startup.exp: New file.
15881 * lib/gdb.exp (pagination_prompt): New global.
15882 (default_gdb_spawn): New procedure, factored out from
15883 default_gdb_spawn.
15884 (default_gdb_start): Adjust to call default_gdb_spawn.
15885 (gdb_spawn): New procedure.
15886
15887 2014-07-14 Pedro Alves <palves@redhat.com>
15888
15889 * lib/gdb.exp (gdb_assert): New procedure.
15890 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15891
15892 2014-07-14 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.base/execution-termios.c: New file.
15895 * gdb.base/execution-termios.exp: New file.
15896
15897 2014-07-14 Tom Tromey <tromey@redhat.com>
15898
15899 * gdb.cp/vla-cxx.cc: New file.
15900 * gdb.cp/vla-cxx.exp: New file.
15901
15902 2014-07-14 Tom Tromey <tromey@redhat.com>
15903
15904 * gdb.reverse/rerun-prec.c: New file.
15905 * gdb.reverse/rerun-prec.exp: New file.
15906
15907 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15908 Maciej W. Rozycki <macro@codesourcery.com>
15909
15910 * lib/gdb-utils.exp: New file.
15911 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15912 inline `gdb_init_command' processing.
15913 (gdb_start_cmd): Likewise.
15914 * lib/mi-support.exp (mi_run_cmd): Likewise.
15915 * README: Document `gdb_init_command' and `gdb_init_commands'.
15916
15917 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15918
15919 Fix false FAIL running under a very long directory name.
15920 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15921 and "set print elements 10000". Twice.
15922
15923 2014-07-11 Yao Qi <yao@codesourcery.com>
15924
15925 * gdb.base/exprs.exp: "set print symbol off".
15926
15927 2014-07-11 Pedro Alves <palves@redhat.com>
15928
15929 * gdb.threads/kill.c: New file.
15930 * gdb.threads/kill.exp: New file.
15931
15932 2014-07-10 Yao Qi <yao@codesourcery.com>
15933
15934 * gdb.trace/tfile.c (write_basic_trace_file)
15935 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15936 address written to trace file.
15937
15938 2014-07-09 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.base/attach-wait-input.exp: New file.
15941 * gdb.base/attach-wait-input.c: New file.
15942
15943 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15944
15945 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15946 setting up test structures.
15947 (main): Call new test function.
15948 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15949 test function, continue into test function and walk test
15950 structures.
15951
15952 2014-07-02 Yao Qi <yao@codesourcery.com>
15953
15954 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15955 'bar_start' at the beginning of functions 'foo' and 'bar'
15956 respectively.
15957 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15958 instead of 'foo' and 'bar'.
15959
15960 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15961
15962 * gdb.btrace/segv.exp: New.
15963 * gdb.btrace/segv.c: New.
15964
15965 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15966
15967 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15968 instruction.
15969
15970 2014-06-30 Mark Wielaard <mjw@redhat.com>
15971
15972 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15973 vulture, vilify, villar): New volatile array constants.
15974 (vindictive, vegetation): New const volatile array constants.
15975 * gdb.base/volatile.exp: Test volatile and const volatile array
15976 types.
15977
15978 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15979
15980 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15981 target lacks support for awatch, rwatch, or hbreak.
15982
15983 2014-06-27 Yao Qi <yao@codesourcery.com>
15984
15985 * gdb.multi/dummy-frame-restore.exp: New.
15986 * gdb.multi/dummy-frame-restore.c: New.
15987
15988 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15989
15990 * gdb.btrace/gcore.exp: New.
15991
15992 2014-06-23 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/watchpoint-reuse-slot.c: New file.
15995 * gdb.base/watchpoint-reuse-slot.exp: New file.
15996
15997 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15998
15999 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16000 progspace's filename in 'info', 'enable' and 'disable' command
16001 tests.
16002
16003 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16004
16005 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16006 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16007 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16008
16009 2014-06-20 Gary Benson <gbenson@redhat.com>
16010
16011 * gdb.arch/i386-avx.exp: Fix include file location.
16012 * gdb.arch/i386-sse.exp: Likewise.
16013
16014 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16015
16016 * gdb.dlang/expression.exp: New file.
16017
16018 2014-06-19 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16021 out from ...
16022 (top level): ... here. Iterate running tests under different
16023 scheduler-locking settings.
16024
16025 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16026
16027 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16028 to DW_FORM_addr and use non-zero addresses.
16029
16030 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16031
16032 PR gdb/17017
16033 * gdb.python/py-xmethods.cc: Add global function call counters and
16034 increment them in their respective functions. Remove "cout"
16035 statements.
16036 * gdb.python/py-xmethods.exp: Make tests check the global function
16037 call counters instead of depending on inferior IO.
16038
16039 2014-06-18 Don Breazeal <donb@codesourcery.com>
16040
16041 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16042 Deleted procedure.
16043 (explicit_fork_parent_follow): Deleted procedure.
16044 (explicit_fork_child_follow): Deleted procedure.
16045 (test_follow_fork): New procedure.
16046 (do_fork_tests): Replace calls to deleted procedures with
16047 calls to test_follow_fork and reset GDB for subsequent
16048 procedure calls.
16049
16050 2014-06-17 Yao Qi <yao@codesourcery.com>
16051
16052 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16053 CP1252.
16054
16055 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16056
16057 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16058 Initialize ptr and S explicitly.
16059 (skip_type_update_when_not_use_rtti_test): Likewise.
16060
16061 2014-06-16 Keith Seitz <keiths@redhat.com>
16062
16063 PR mi/15863
16064 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16065 the inferior is started.
16066
16067 2014-06-16 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.base/break-main-file-remove-fail.c: New file.
16070 * gdb.base/break-main-file-remove-fail.exp: New file.
16071 * gdb.base/break-unload-file.exp: Use build_executable instead of
16072 prepare_for_testing.
16073 (test_break): New parameter "initial_load". Handle it.
16074 (top level): Add initial_load cmdline/file axis.
16075
16076 2014-06-12 Tom Tromey <tromey@redhat.com>
16077
16078 * gdb.base/completion.exp: Don't use directory name in test.
16079
16080 2014-06-09 Gary Benson <gbenson@redhat.com>
16081
16082 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16083 separate the always-available ANSI-standard signals from the
16084 signals that require checking.
16085 (main): Likewise.
16086 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16087 Likewise.
16088 (main): Likewise.
16089
16090 2014-06-07 Keith Seitz <keiths@redhat.com>
16091
16092 Revert:
16093 PR c++/16253
16094 * gdb.cp/var-tag.cc: New file.
16095 * gdb.cp/var-tag.exp: New file.
16096 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16097 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16098 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16099 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16100
16101 2014-06-06 Doug Evans <xdje42@gmail.com>
16102
16103 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16104
16105 2014-06-06 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16108 in target debug output instead of looking at RSP packets,
16109 disabling the test on any target that uses hardware stepping.
16110 Update comments.
16111
16112 2014-06-06 Pedro Alves <palves@redhat.com>
16113
16114 * gdb.base/break-unload-file.exp: Fix typo.
16115
16116 2014-06-06 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16119 from "jit_function" to "^jit_function".
16120
16121 2014-06-06 Yao Qi <yao@codesourcery.com>
16122
16123 * gdb.base/async.c (foo): Add one statement.
16124 * gdb.base/async.exp: Get the next instruction address and
16125 match the output of "nexti" by instruction address. Match
16126 the hex address in the output of "finish".
16127
16128 2014-06-06 Gary Benson <gbenson@redhat.com>
16129
16130 * gdb.base/call-signals.c: Remove preprocessor conditionals
16131 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16132 SIGSEGV and SIGTERM.
16133 * gdb.base/sigall.c: Likewise.
16134 * gdb.base/unwindonsignal.c: Likewise.
16135 * gdb.reverse/sigall-reverse.c: Likewise.
16136
16137 2014-06-06 Yao Qi <yao@codesourcery.com>
16138
16139 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16140 readable, skip the test.
16141
16142 2014-06-06 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.threads/staticthreads.c (thread_function): Move the line
16145 setting breakpoint on forward.
16146 * gdb.threads/staticthreads.exp: Update comments.
16147
16148 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16149
16150 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16151 "history-append! type error".
16152
16153 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16154
16155 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16156 erroneous dprintf expected input.
16157
16158 2014-06-04 Doug Evans <xdje42@gmail.com>
16159
16160 * gdb.guile/scm-generics.exp: Delete.
16161
16162 2014-06-04 Doug Evans <xdje42@gmail.com>
16163
16164 * gdb.guile/scm-breakpoint.exp: Update.
16165 Add tests for breakpoint registration.
16166
16167 2014-06-04 Tom Tromey <tromey@redhat.com>
16168
16169 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16170 VLA-in-union.
16171 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16172 inner_vla_struct, vla_union types. Initialize objects of those
16173 types and compute their sizes.
16174
16175 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16176 Hui Zhu <hui@codesourcery.com>
16177
16178 * gdb.base/fileio.exp: Add test for shell not available as well as
16179 available.
16180 * gdb.base/fileio.c (test_system): Check for shell twice.
16181
16182 2014-06-04 Yao Qi <yao@codesourcery.com>
16183
16184 * gdb.base/auto-connect-native-target.exp: Remove redundant
16185 space from the regexp pattern.
16186
16187 2014-06-04 Yao Qi <yao@codesourcery.com>
16188
16189 * gdb.base/default.exp: Replace "child" with "native" in
16190 regexp pattern.
16191
16192 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16193
16194 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16195 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16196 * gdb.python/py-xmethods.py: Python script supporting the
16197 new testcase and tests.
16198
16199 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16200 Pedro Alves <palves@redhat.com>
16201
16202 PR breakpoints/17000
16203 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16204 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16205
16206 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16207
16208 * gdb.base/subst.exp: Add tests to verify partial path matching
16209 output.
16210
16211 2014-06-03 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16214 target that doesn't use software single-stepping.
16215
16216 2014-06-03 Pedro Alves <palves@redhat.com>
16217
16218 PR breakpoints/17000
16219 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16220 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16221
16222 2014-06-02 Doug Evans <xdje42@gmail.com>
16223
16224 * gdb.guile/scm-parameter.exp: New file.
16225
16226 2014-06-02 Doug Evans <xdje42@gmail.com>
16227
16228 * gdb.guile/scm-cmd.c: New file.
16229 * gdb.guile/scm-cmd.exp: New file.
16230
16231 2014-06-02 Doug Evans <xdje42@gmail.com>
16232
16233 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16234 pretty-printer lookup.
16235 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16236 (make-pp_s-printer): Call it.
16237 (make-pretty-printer-from-dict): New function.
16238 (lookup-pretty-printer-maker-from-dict): New function.
16239 (*pretty-printer*): Simplify.
16240 (make-objfile-pp_s-printer): New function.
16241 (install-objfile-pretty-printers!): New function.
16242 (make-progspace-pp_s-printer): New function.
16243 (install-progspace-pretty-printers!): New function.
16244 * gdb.guile/scm-progspace.c: New file.
16245 * gdb.guile/scm-progspace.exp: New file.
16246
16247 2014-06-02 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.base/dprintf-bp-same-addr.c: New file.
16250 * gdb.base/dprintf-bp-same-addr.exp: New file.
16251
16252 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16253
16254 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16255 * gdb.arch/powerpc-power.s: Likewise.
16256
16257 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16258
16259 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16260
16261 2014-06-01 Yao Qi <yao@codesourcery.com>
16262
16263 * gdb.base/watchpoint.exp (test_watch_location): Check null
16264 pointer can be dereferenced. If not, do the test, otherwise
16265 skip it.
16266
16267 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16268
16269 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16270 results.
16271 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16272
16273 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16274
16275 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16276 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16277 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16278 * gdb.arch/amd64-invalid-stack-top.c: New file.
16279 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16280
16281 2014-05-30 Pedro Alves <palves@redhat.com>
16282
16283 PR breakpoints/17000
16284 * gdb.base/sss-bp-on-user-bp.c: New file.
16285 * gdb.base/sss-bp-on-user-bp.exp: New file.
16286
16287 2014-05-30 David Blaikie <dblaikie@gmail.com>
16288
16289 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16290 gnu_inline semantics via attribute.
16291 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16292 source explicitly specifies the required semantics.
16293
16294 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16295
16296 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16297
16298 2014-05-29 Pedro Alves <palves@redhat.com>
16299 Tom Tromey <tromey@redhat.com>
16300
16301 * gdb.base/async-shell.exp: Don't enable target-async.
16302 * gdb.base/async.exp
16303 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16304 parameter. Adjust.
16305 (top level): Don't test with "target-async".
16306 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16307 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16308 * gdb.base/inferior-died.exp: Don't enable target-async.
16309 * gdb.base/interrupt-noterm.exp: Likewise.
16310 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16311 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16312 * gdb.mi/mi-nonstop.exp: Likewise.
16313 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16314 * gdb.mi/mi-nsintrall.exp: Likewise.
16315 * gdb.mi/mi-nsmoribund.exp: Likewise.
16316 * gdb.mi/mi-nsthrexec.exp: Likewise.
16317 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16318 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16319 * gdb.python/py-evsignal.exp: Don't enable target-async.
16320 * gdb.python/py-evthreads.exp: Likewise.
16321 * gdb.python/py-prompt.exp: Likewise.
16322 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16323 * gdb.server/solib-list.exp: Don't enable target-async.
16324 * gdb.threads/thread-specific-bp.exp: Likewise.
16325 * lib/mi-support.exp: Adjust to use mi-async.
16326
16327 2014-05-29 Pedro Alves <palves@redhat.com>
16328
16329 PR gdb/13860
16330 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16331 reason, even in sync mode.
16332
16333 2014-05-29 Pedro Alves <palves@redhat.com>
16334 Hui Zhu <hui@codesourcery.com>
16335
16336 PR PR15693
16337 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16338 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16339 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16340 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16341
16342 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16343
16344 * config/monitor.exp (gdb_target_monitor): Replace use of
16345 "set remotebaud" by "set serial baud".
16346
16347 2014-05-26 Andy Wingo <wingo@igalia.com>
16348
16349 * gdb.guile/scm-breakpoint.exp:
16350 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16351 properties instead of gdb-object-properties.
16352
16353 2014-05-26 Yao Qi <yao@codesourcery.com>
16354
16355 * gdb.server/no-thread-db.exp: Specify source file name
16356 explicitly when setting a breakpoint.
16357
16358 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16359
16360 * gdb.btrace/vdso.c: New.
16361 * gdb.btrace/vdso.exp: New.
16362
16363 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16364
16365 * gdb.base/gcore.exp (capture_command_output): Move ...
16366 * lib/gdb.exp (capture_command_output): ... here.
16367
16368 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16369
16370 * gdb.btrace/data.exp: Test memory access during btrace replay.
16371
16372 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16373
16374 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16375
16376 2014-05-21 Pedro Alves <palves@redhat.com>
16377
16378 PR gdb/13860
16379 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16380 (top level): Test that output related to execution commands is
16381 sent to the console with CLI commands, but not with MI commands.
16382 Test that breakpoint events are always mirrored to the console.
16383 Also expect the new source line to be output after a "next" in
16384 async mode too. Make it a pass/fail test.
16385 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16386 output.
16387 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16388
16389 2014-05-21 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16392 Use them to test variations of "list" after reaching a breakpoint.
16393 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16394 Test "list" with listsize 10 after reaching a breakpoint.
16395 * gdb.python/python.exp (decode_line current location line
16396 number): Adjust expected line number.
16397
16398 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16399
16400 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16401 behavior for $args, pass it directly to "run".
16402
16403 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16404
16405 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16406 30000 to 65536.
16407
16408 2014-05-21 Pedro Alves <palves@redhat.com>
16409
16410 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16411 auto-connect-native-target off".
16412 * gdb.base/auto-connect-native-target.c: New file.
16413 * gdb.base/auto-connect-native-target.exp: New file.
16414
16415 2014-05-21 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/default.exp: Test "target native" instead of "target
16418 child".
16419
16420 2014-05-21 Mark Wielaard <mjw@redhat.com>
16421
16422 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16423
16424 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16425
16426 Fix TLS access for -static -pthread.
16427 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16428 <HAVE_TLS> (thread_function, main): Initialize it.
16429 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16430 Add clean_restart.
16431 <$have_tls != "">: Check TLSVAR.
16432
16433 2014-05-21 Pedro Alves <palves@redhat.com>
16434
16435 * gdb.base/dcache-line-read-error.c: New.
16436 * gdb.base/dcache-line-read-error.exp: New.
16437
16438 2014-05-20 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.base/compare-sections.c: New file.
16441 * gdb.base/compare-sections.exp: New file.
16442
16443 2014-05-20 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.base/break-idempotent.c: New file.
16446 * gdb.base/break-idempotent.exp: New file.
16447
16448 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16449
16450 * gdb.btrace/nohist.exp: New.
16451
16452 2014-05-20 Yao Qi <yao@codesourcery.com>
16453
16454 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16455 gdb.reverse directory and gdb_reverse_timeout exists in board
16456 setting.
16457 * README: Document gdb_reverse_timeout.
16458
16459 2014-05-20 Yao Qi <yao@codesourcery.com>
16460
16461 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16462 'test_file_name'. Treat args as a string instead of a list.
16463 (gdb_init): Rename argument 'args' by 'test_file_name'.
16464
16465 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 * gdb.arch/powerpc-power.exp: New file.
16468 * gdb.arch/powerpc-power.s: New file.
16469
16470 2014-05-16 Doug Evans <dje@google.com>
16471
16472 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16473 * gdb.base/completion.exp: Check that all expected files exist
16474 before doing file completion.
16475
16476 2014-05-16 Doug Evans <dje@google.com>
16477
16478 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16479 Update.
16480 (do_syscall_tests_without_xml): Update.
16481
16482 2014-05-16 Pedro Alves <palves@redhat.com>
16483
16484 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16485 instead of "unknown output after running".
16486
16487 2014-05-16 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16490 file1.txt from host at the end.
16491 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16492
16493 2014-05-15 Doug Evans <dje@google.com>
16494
16495 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16496 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16497 loading file. Add test for TU lookup.
16498
16499 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16500
16501 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16502 calling "-exec-arguments" or "set args" before running the
16503 inferior.
16504
16505 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16506
16507 * lib/mi-support.exp (mi_expect_stop): Expect message for
16508 inferiors that exit with non-zero exit code.
16509
16510 2014-05-14 Yao Qi <yao@codesourcery.com>
16511
16512 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16513 match absolute path on remote host.
16514 (test_file_list_exec_source_files): Remove "/" from the
16515 pattern.
16516
16517 2014-05-14 Yao Qi <yao@codesourcery.com>
16518
16519 * boards/local-remote-host-notty.exp (${board}_file): New
16520 proc.
16521
16522 2014-05-07 Kyle McMartin <kyle@redhat.com>
16523
16524 Pushed by Joel Brobecker <brobecker@adacore.com>.
16525 * gdb.arch/aarch64-atomic-inst.c: New file.
16526 * gdb.arch/aarch64-atomic-inst.exp: New file.
16527
16528 2014-05-07 Yao Qi <yao@codesourcery.com>
16529
16530 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16531 in current context" too.
16532
16533 2014-05-05 Keith Seitz <keiths@redhat.com>
16534
16535 * gdb.linespec/ls-dollar.exp: Add test for linespec
16536 file:convenience_variable.
16537
16538 2014-05-05 Yao Qi <yao@codesourcery.com>
16539
16540 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16541 traceframes into tfile and ctf trace files. Read data from
16542 trace file and test collected data.
16543 (gdb_collect_locals_test): Likewise.
16544 (gdb_unavailable_registers_test): Likewise.
16545 (gdb_unavailable_floats): Likewise.
16546 (gdb_collect_globals_test): Likewise.
16547 (top-level): Append "ctf" to trace_file_targets if GDB
16548 supports.
16549
16550 2014-05-05 Yao Qi <yao@codesourcery.com>
16551
16552 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16553 code to ...
16554 (gdb_collect_args_test_1): ... it. New proc.
16555 (gdb_collect_locals_test): Move some code to ...
16556 (gdb_collect_locals_test_1): ... it. New proc.
16557 (gdb_unavailable_registers_test): Move some code to ...
16558 (gdb_unavailable_registers_test_1): ... it. New proc.
16559 (gdb_unavailable_floats): Move some code to ...
16560 (gdb_unavailable_floats_1): ... it. New proc.
16561
16562 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16563
16564 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16565 probes to test for bitness recognition.
16566 * gdb.arch/amd64-stap-optional-prefix.exp
16567 (test_probe_value_without_reg): New procedure.
16568 Add code to test for different kinds of bitness.
16569
16570 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16571
16572 PR breakpoints/16889
16573 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16574 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16575
16576 2014-05-01 Pedro Alves <palves@redhat.com>
16577
16578 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16579 gdb_file_cmd if no file is specified.
16580 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16581 last_loaded_file to set the remote exec-file.
16582
16583 2014-05-01 Pedro Alves <palves@redhat.com>
16584
16585 * boards/local-remote-host.exp: New file.
16586
16587 2014-05-01 Pedro Alves <palves@redhat.com>
16588
16589 * boards/local-remote-host.exp: Rename to ...
16590 * boards/local-remote-host-notty.exp: ... this.
16591
16592 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16593
16594 * gdb.ada/dyn_arrayidx: New testcase.
16595
16596 2014-04-26 Yao Qi <yao@codesourcery.com>
16597
16598 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16599 and compute the length of function main. Save it in
16600 $main_length.
16601 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16602 (top-level): Use gdb_compile to compile objects into
16603 executable and restart GDB. Remove invocation to
16604 prepare_for_testing.
16605
16606 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16607 Pedro Alves <palves@redhat.com>
16608
16609 PR server/16255
16610 * gdb.multi/multi-attach.c: New file.
16611 * gdb.multi/multi-attach.exp: New file.
16612
16613 2014-04-25 Pedro Alves <palves@redhat.com>
16614
16615 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16616 user.
16617 (top level): Test that "set remote conditional-breakpoints-packet
16618 off" works as intended.
16619 * gdb.base/dprintf.exp: Test that "set remote
16620 breakpoint-commands-packet off" works as intended.
16621 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16622 New function.
16623 (top level): Call it.
16624 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16625 remote fast-tracepoints-packet off" works as intended.
16626 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16627 * lib/gdb.exp (gdb_is_target_remote): ... here.
16628
16629 2014-04-24 David Blaikie <dblaikie@gmail.com>
16630
16631 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16632 ensure clang would not discard them.
16633 * gdb.base/gdbvars.c: Ditto.
16634 * gdb.base/memattr.c: Ditto.
16635 * gdb.base/whatis.c: Ditto.
16636 * gdb.python/py-prettyprint.c: Ditto.
16637 * gdb.trace/actions.c: Ditto.
16638 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16639 ensure clang would not discard it.
16640
16641 2014-04-24 David Blaikie <dblaikie@gmail.com>
16642
16643 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16644 clang to emit the full definition of type required by the test
16645 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16646
16647 2014-04-24 David Blaikie <dblaikie@gmail.com>
16648
16649 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16650 coax Clang into emitting the definition of the type.
16651 * gdb.cp/pr10728-x.h (y): Ditto.
16652 * gdb.cp/pr10728-y.cc (y): Ditto.
16653
16654 2014-04-24 David Blaikie <dblaikie@gmail.com>
16655
16656 * gdb.base/label.exp: XFAIL label related tests under Clang.
16657 * gdb.cp/cplabel.exp: Ditto.
16658 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16659 under Clang those using labels.
16660
16661 2014-04-25 Yao Qi <yao@codesourcery.com>
16662
16663 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16664 double_label.
16665 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16666 partial_label and double_label.
16667
16668 2014-04-24 David Blaikie <dblaikie@gmail.com>
16669
16670 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16671
16672 2014-04-24 David Blaikie <dblaikie@gmail.com>
16673
16674 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16675 of the function to work across GCC and Clang.
16676 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16677 pointer types (const void ** const V void **).
16678
16679 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16680 Walfred Tedeschi <walfred.tedeschi@intel.com>
16681
16682 * Makefile.in (EXECUTABLES): Added i386-avx512.
16683 * gdb.arch/i386-avx512.c: New file.
16684 * gdb.arch/i386-avx512.exp: Likewise.
16685
16686 2014-04-23 Keith Seitz <keiths@redhat.com>
16687
16688 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16689 (mi_make_breakpoint_table): New procedure.
16690 (mi_create_breakpoint): Use mi_make_breakpoint
16691 and return the result.
16692 (mi_make_breakpoint): New procedure.
16693 (mi_build_kv_pairs): New procedure.
16694
16695 * gdb.mi/mi-break.exp: Remove unused globals,
16696 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16697 All callers updated.
16698 * gdb.mi/mi-dprintf.exp: Use variable to track command
16699 number.
16700 Update all callers of mi_create_breakpoint and use
16701 mi_make_breakpoint_table.
16702 Remove any unused global variables.
16703 * gdb.mi/mi-nonstop.exp: Likewise.
16704 * gdb.mi/mi-nsintrall.exp: Likewise.
16705 * gdb.mi/mi-nsmoribund.exp: Likewise.
16706 * gdb.mi/mi-nsthrexec.exp: Likewise.
16707 * gdb.mi/mi-reverse.exp: Likewise.
16708 * gdb.mi/mi-simplerun.exp: Likewise.
16709 * gdb.mi/mi-stepn.exp: Likewise.
16710 * gdb.mi/mi-syn-frame.exp: Likewise.
16711 * gdb.mi/mi-until.exp: Likewise.
16712 * gdb.mi/mi-var-cp.exp: Likewise.
16713 * gdb.mi/mi-var-display.exp: Likewise.
16714 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16715 * gdb.mi/mi2-var-child.exp: Likewise.
16716 * gdb.mi/mi-vla-c99.exp: Likewise.
16717 * lib/mi-support.exp: Likewise.
16718
16719 From Ian Lance Taylor <iant@cygnus.com>:
16720 * lib/gdb.exp (parse_args): New procedure.
16721
16722 2014-04-23 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.base/break-unload-file.c: New file.
16725 * gdb.base/break-unload-file.exp: New file.
16726 * gdb.base/sym-file-lib.c (baz): New function.
16727 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16728 field.
16729 (load): Store the segment's mapped size.
16730 (unload): New function.
16731 (unload_shlib): New function.
16732 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16733 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16734 set a breakpoint at baz, and call it.
16735 * gdb.base/sym-file.exp: New tests for stale breakpoint
16736 instructions.
16737
16738 2014-04-23 Pedro Alves <palves@redhat.com>
16739
16740 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16741 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16742 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16743 * gdb.base/hbreak-unmapped.c: New file.
16744 * gdb.base/hbreak-unmapped.exp: New file.
16745 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16746 * lib/gdb.exp (gdb_is_target_remote): ... here.
16747
16748 2014-04-22 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.base/consecutive-step-over.c: New file.
16751 * gdb.base/consecutive-step-over.exp: New file.
16752
16753 2014-04-22 Pedro Alves <palves@redhat.com>
16754
16755 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16756 instead of send_gdb/gdb_expect.
16757
16758 2014-04-22 Yao Qi <yao@codesourcery.com>
16759
16760 * lib/trace-support.exp (generate_tracefile): New procedure.
16761 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16762 return 0.
16763 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16764 if generate_tracefile returns 1.
16765
16766 2014-04-18 Tom Tromey <palves@redhat.com>
16767 Pedro alves <tromey@redhat.com>
16768
16769 PR backtrace/15558
16770 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16771 with a backtrace limit.
16772 * gdb.python/py-frame-inline.exp: Test running to an inline
16773 function with a backtrace limit, and printing the newest frame.
16774 * gdb.python/py-frame-inline.c (main): Call f.
16775
16776 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16777
16778 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16779
16780 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16781
16782 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16783 Drop prefix from unsupported source file path.
16784
16785 2014-04-17 Yao Qi <yao@codesourcery.com>
16786
16787 * lib/gdb.exp (with_target_charset): New proc.
16788 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16789 with_target_charset.
16790 (test_print_strings): Likewise.
16791 (test_repeat_bytes): Likewise.
16792 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16793 for some tests.
16794
16795 2014-04-16 Keith Seitz <keiths@redhat.com>
16796
16797 PR gdb/15827
16798 * gdb.dwarf2/corrupt.c: New file.
16799 * gdb.dwarf2/corrupt.exp: New file.
16800
16801 2014-04-16 Keith Seitz <keiths@redhat.com>
16802
16803 PR c++/16597
16804 * gdb.cp/namelessclass.cc: New file.
16805 * gdb.cp/namelessclass.exp: New file.
16806 * gdb.cp/namelessclass.S: New file.
16807
16808 2014-04-16 Doug Evans <dje@google.com>
16809
16810 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16811 Add comment.
16812 (gdbserver_default_get_comm_port): New function.
16813 (gdbserver_start): Check if board file provided
16814 "gdbserver,get_comm_port" and use it if so.
16815 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16816 (gdb,socketport): Set to "stdio".
16817 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16818 (stdio_gdbserver_template): Delete.
16819 (${board}_get_remote_address): Update.
16820 (${board}_build_remote_cmd): Delete.
16821 (${board}_get_comm_port): New function.
16822 (${board}_spawn): Update.
16823 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16824 Delete.
16825 (${board}_get_remote_address): Update.
16826 (${board}_get_comm_port): New function.
16827
16828 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16829
16830 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16831 appearing in any order.
16832
16833 2014-04-15 Doug Evans <dje@google.com>
16834
16835 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16836 uninitialized value of "description".
16837
16838 2014-04-15 Keith Seitz <keiths@redhat.com>
16839
16840 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16841 Remove unused globals.
16842 (test_running_the_program): Likewise.
16843 (test_controlled_execution): Likewise.
16844 (test_controlling_breakpoints): Likewise.
16845 (test_program_termination): Likewise.
16846
16847 2014-04-15 Keith Seitz <keiths@redhat.com>
16848
16849 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16850 unused globals.
16851 (test_rbreak_creation_and_listing): Likewise.
16852 (test_ignore_count): Likewise.
16853 (test_error): Likewise.
16854
16855 2014-04-15 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16858 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16859 sym-file-loader.c.
16860 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16861 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16862 to sym-file-loader.c.
16863 (struct library): Forward declare.
16864 (load_shlib, lookup_function): Change prototypes.
16865 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16866 (translate_offset): Remove declarations.
16867 (get_text_addr): New declaration.
16868 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16869 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16870 sym-file-loader.h.
16871 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16872 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16873 here from sym-file-loader.h.
16874 (struct library): New structure.
16875 (load_shlib, lookup_function): Change prototypes and adjust to
16876 work with a struct library.
16877 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16878 (translate_offset): Make static.
16879 (get_text_addr): New function.
16880 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16881
16882 2014-04-15 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16885
16886 2014-04-15 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.base/sym-file-loader.c: Include <limits.h>.
16889 (SELF_LINK): New define.
16890 (get_origin): New function.
16891 (load_shlib): Use it.
16892 * gdb.base/sym-file.exp: Don't early return if the target is
16893 remote. Use runto_main, and issue fail is that fails. Use
16894 gdb_load_shlibs.
16895 (shlib_name): Delete.
16896 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16897
16898 2014-04-15 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.base/sym-file.exp: Remove regex characters from test
16901 message. Don't refer to breakpoint numbers in test messages.
16902
16903 2014-04-14 Keith Seitz <keiths@redhat.com>
16904
16905 PR c++/16253
16906 * gdb.cp/var-tag.cc: New file.
16907 * gdb.cp/var-tag.exp: New file.
16908 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16909 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16910 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16911 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16912
16913 2014-04-14 Tom Tromey <tromey@redhat.com>
16914
16915 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16916 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16917 type.
16918 * gdb.cp/enum-class.exp: New file.
16919 * gdb.cp/enum-class.cc: New file.
16920
16921 2014-04-14 Tom Tromey <tromey@redhat.com>
16922
16923 * gdb.dwarf2/enum-type.exp: New file.
16924
16925 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16926
16927 * gdb.mi/mi-vla-c99.exp: New file.
16928 * gdb.mi/vla.c: New file.
16929
16930 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16931
16932 * gdb.base/vla-datatypes.c: New file.
16933 * gdb.base/vla-datatypes.exp: New file.
16934
16935 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16936
16937 * gdb.base/vla-ptr.c: New file.
16938 * gdb.base/vla-ptr.exp: New file.
16939
16940 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16941
16942 * gdb.dwarf2/count.exp: New file.
16943
16944 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16945
16946 * gdb.base/vla-sideeffect.c: New file.
16947 * gdb.base/vla-sideeffect.exp: New file.
16948
16949 2014-04-14 David Blaikie <dblaikie@gmail.com>
16950
16951 * gdb.mi/non-stop.c: Add return value for non-void function return
16952 statement.
16953 * gdb.threads/staticthreads.c: Ditto.
16954
16955 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16956 Doug Evans <xdje42@gmail.com>
16957
16958 * gdb.guile/scm-value.c: Improve test case.
16959 * gdb.guile/scm-value.exp: Add new test.
16960
16961 2014-04-11 David Blaikie <dblaikie@gmail.com>
16962
16963 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16964 override Clang's default.
16965
16966 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16967
16968 Revert the following changes (regressions):
16969
16970 * gdb.base/vla-sideeffect.c: New file.
16971 * gdb.base/vla-sideeffect.exp: New file.
16972
16973 * gdb.dwarf2/count.exp: New file.
16974
16975 * gdb.base/vla-multi.c: New file.
16976 * gdb.base/vla-multi.exp: New file.
16977
16978 * gdb.base/vla-ptr.c: New file.
16979 * gdb.base/vla-ptr.exp: New file.
16980
16981 * gdb.base/vla-datatypes.c: New file.
16982 * gdb.base/vla-datatypes.exp: New file.
16983
16984 * gdb.mi/mi-vla-c99.exp: New file.
16985 * gdb.mi/vla.c: New file.
16986
16987 2014-04-11 Keith Seitz <keiths@redhat.com>
16988
16989 PR c++/16675
16990 * gdb.cp/cpsizeof.exp: New file.
16991 * gdb.cp/cpsizeof.cc: New file.
16992
16993 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16994
16995 * gdb.mi/mi-vla-c99.exp: New file.
16996 * gdb.mi/vla.c: New file.
16997
16998 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16999
17000 * gdb.base/vla-datatypes.c: New file.
17001 * gdb.base/vla-datatypes.exp: New file.
17002
17003 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17004
17005 * gdb.base/vla-ptr.c: New file.
17006 * gdb.base/vla-ptr.exp: New file.
17007
17008 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17009
17010 * gdb.base/vla-multi.c: New file.
17011 * gdb.base/vla-multi.exp: New file.
17012
17013 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17014
17015 * gdb.dwarf2/count.exp: New file.
17016
17017 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17018
17019 * gdb.base/vla-sideeffect.c: New file.
17020 * gdb.base/vla-sideeffect.exp: New file.
17021
17022 2014-04-11 Yao Qi <yao@codesourcery.com>
17023
17024 * gdb.base/completion.exp: Check file exists before running tests
17025 on file completion.
17026
17027 2014-04-10 Pedro Alves <palves@redhat.com>
17028
17029 * gdb.base/cond-eval-mode.c: New file.
17030 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17031 prepare_for_testing to build the new file. Check result of
17032 runto_main.
17033 (test_break, test_watch): New procedures.
17034 (top level): Use them.
17035
17036 2014-04-08 Pierre Muller <muller@sourceware.org>
17037
17038 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17039 Ctrl-V use for mingw hosts.
17040
17041 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17042
17043 * gdb.python/py-value.c: Improve test case.
17044 * gdb.python/py-value.exp: Add new test.
17045
17046 2014-04-07 David Blaikie <dblaikie@gmail.com>
17047
17048 * lib/compiler.c: Identify the clang compiler.
17049 * lib/compiler.cc: Ditto.
17050
17051 2014-04-03 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17054
17055 2014-04-01 Anton Blanchard <anton@samba.org>
17056
17057 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17058 messages unique.
17059
17060 2014-04-01 Anton Blanchard <anton@samba.org>
17061
17062 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17063 prepare_for_testing.
17064
17065 2014-04-01 Anton Blanchard <anton@samba.org>
17066
17067 * gdb.arch/ppc64-atomic-inst.c: Remove.
17068 * gdb.arch/ppc64-atomic-inst.S: New file.
17069 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17070
17071 2014-03-31 Doug Evans <dje@google.com>
17072
17073 * gdb.base/print-symbol-loading-lib.c: New file.
17074 * gdb.base/print-symbol-loading-main.c: New file.
17075 * gdb.base/print-symbol-loading.exp: New file.
17076
17077 2014-03-31 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17080
17081 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17082
17083 * gdb.ada/mi_dyn_arr: New testcase.
17084
17085 2014-03-27 Doug Evans <dje@google.com>
17086
17087 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17088
17089 2014-03-27 Yao Qi <yao@codesourcery.com>
17090
17091 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17092 if target is nios2-*-*.
17093
17094 2014-03-26 Yao Qi <yao@codesourcery.com>
17095
17096 * lib/gdb.exp (readline_is_used): New proc.
17097 * gdb.base/completion.exp: Move tests on command complete up.
17098 Skip the rest of tests if readline is not used.
17099 * gdb.ada/complete.exp: Skp the test if readline is not
17100 used.
17101 * gdb.base/filesym.exp: Likewise.
17102 * gdb.base/macscp.exp: Likewise.
17103 * gdb.base/readline-ask.exp: Likewise.
17104 * gdb.base/readline.exp: Likewise.
17105 * gdb.python/py-cmd.exp: Likewise.
17106 * gdb.trace/tfile.exp: Likewise.
17107
17108 2014-03-26 Yao Qi <yao@codesourcery.com>
17109
17110 * gdb.base/macscp.exp: Fix code format issues.
17111
17112 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17113
17114 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17115 * gdb.asm/powerpc64le.inc: New file.
17116
17117 2014-03-25 Pedro Alves <palves@redhat.com>
17118 Doug Evans <dje@google.com>
17119
17120 * gdb.base/source-execution.c: New file.
17121 * gdb.base/source-execution.exp: New file.
17122 * gdb.base/source-execution.gdb: New file.
17123
17124 2014-03-24 Doug Evans <dje@google.com>
17125
17126 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17127 using fission.
17128
17129 2014-03-24 Hui Zhu <hui@codesourcery.com>
17130 Pedro Alves <palves@redhat.com>
17131
17132 PR breakpoints/16101
17133 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17134 test pass/fail messages. Detect missing support for dprintf when
17135 breakpoints are actually inserted.
17136 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17137 breakpoints are actually inserted.
17138 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17139 fails.
17140
17141 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17142
17143 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17144
17145 2014-03-22 Doug Evans <xdje42@gmail.com>
17146
17147 * gdb.python/python.exp (python not supported): Verify multi-line
17148 python command issues an error.
17149 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17150 guile command issues an error.
17151
17152 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17153
17154 * gdb.threads/thread-specific.exp: Handle the lack of usable
17155 $this_breakpoint and $this_thread.
17156
17157 2014-03-21 Hui Zhu <hui@codesourcery.com>
17158
17159 * gdb.base/attach.exp (do_command_attach_tests): New.
17160
17161 2014-03-20 Tom Tromey <tromey@redhat.com>
17162 Pedro Alves <palves@redhat.com>
17163
17164 PR cli/15718
17165 * gdb.base/condbreak-call-false.c: New file.
17166 * gdb.base/condbreak-call-false.exp: New file.
17167
17168 2014-03-20 Pedro Alves <palves@redhat.com>
17169
17170 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17171 Delete.
17172 (block_signals, unblock_signals): Delete.
17173 (child_function_2, main): Remove references to deleted variable
17174 and functions.
17175
17176 2014-03-20 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17179 Use pthread_kill to signal thread 2.
17180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17181 Adjust to make the test send itself a signal rather than using the
17182 host's "kill" command.
17183
17184 2014-03-20 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.threads/multiple-step-overs.c: New file.
17187 * gdb.threads/multiple-step-overs.exp: New file.
17188 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17189 Adjust expected infrun debug output.
17190
17191 2014-03-20 Pedro Alves <palves@redhat.com>
17192
17193 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17194 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17195
17196 2014-03-20 Pedro Alves <palves@redhat.com>
17197
17198 PR breakpoints/7143
17199 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17200 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17201 of gdb_test_multiple.
17202 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17203 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17204
17205 2014-03-20 Pedro Alves <palves@redhat.com>
17206
17207 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17208 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17209
17210 2014-03-19 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.base/async.exp: Remove early return.
17213
17214 2014-03-19 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17217
17218 2014-03-19 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/async.exp (test_background): Expect \r\n after
17221 "completed." in the fail pattern.
17222
17223 2014-03-19 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.base/async.exp (test_background): New procedure.
17226 Use it for all background execution command tests.
17227
17228 2014-03-19 Pedro Alves <palves@redhat.com>
17229
17230 * gdb.base/async.exp: Use prepare_for_testing.
17231
17232 2014-03-19 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17235 the same line.
17236
17237 2014-03-19 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/async.c (main): Add "jump here" and "until here" line
17240 marker comments.
17241 * gdb.base/async.exp (jump_here): New global.
17242 (jump& test): Use it.
17243 (until_here): New global.
17244 (until& test): Use it.
17245
17246 2014-03-19 Pedro Alves <palves@redhat.com>
17247
17248 * gdb.base/async.exp: Don't frob gdb_protocol.
17249
17250 2014-03-18 Doug Evans <xdje42@gmail.com>
17251
17252 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17253 Fix spelling of exec-done-display.
17254
17255 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17256
17257 PR gdb/15358
17258 * gdb.base/gdb-sigterm.c: New file.
17259 * gdb.base/gdb-sigterm.exp: New file.
17260
17261 2014-03-18 Pedro Alves <palves@redhat.com>
17262
17263 PR gdb/13860
17264 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17265 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17266 solib-event.
17267
17268 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17269
17270 * gdb.ada/pckd_arr_ren: New testcase.
17271
17272 2014-03-13 Doug Evans <xdje42@gmail.com>
17273
17274 PR guile/16612
17275 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17276 collect after discarding symbols.
17277
17278 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17279 Doug Evans <xdje42@gmail.com>
17280
17281 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17282 to history survives a gc.
17283
17284 2014-03-13 Pedro Alves <palves@redhat.com>
17285
17286 * gdb.base/default.exp: Don't test "target procfs".
17287
17288 2014-03-13 Pedro Alves <palves@redhat.com>
17289
17290 * gdb.base/default.exp: Update "target child" and "target procfs"
17291 tests to not expect "Unix".
17292
17293 2014-03-12 Tom Tromey <tromey@redhat.com>
17294
17295 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17296 New procs. Add target-async tests.
17297 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17298 Add target-async tests.
17299
17300 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17301
17302 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17303 'func_start' and 'func_end' for the beginning and end of the
17304 function code, respectively.
17305 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17306 'func_end' instead of 'func' and 'main'.
17307
17308 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17309
17310 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17311 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17312 generate the debug info assembler source.
17313
17314 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17315
17316 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17317 * gdb.dwarf2/arr-subrange.exp: Likewise.
17318 * gdb.dwarf2/dwz.exp: Likewise.
17319 * gdb.dwarf2/method-ptr.exp: Likewise.
17320 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17321 * gdb.dwarf2/subrange.exp: Likewise.
17322 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17323 * gdb.dwarf2/implptrpiece.exp: Likewise.
17324 * gdb.dwarf2/nostaticblock.exp: Likewise.
17325
17326 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17327
17328 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17329 directory to absolute path name arguments.
17330
17331 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.ada/tagged_access: New testcase.
17334
17335 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17336
17337 * gdb.btrace/data.exp: Update expected output.
17338
17339 2014-03-06 Yao Qi <yao@codesourcery.com>
17340
17341 * gdb.trace/pr16508.exp: New file.
17342
17343 2014-03-05 Pedro Alves <palves@redhat.com>
17344
17345 PR gdb/16575
17346 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17347 procedure.
17348 (top level): Adjust to use it. Add tests that exercise breakpoint
17349 interaction with the code-cache.
17350
17351 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17352
17353 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17354 test for 'history-append!'.
17355
17356 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17357
17358 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17359 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17360 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17361 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17362 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17363 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17364
17365 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17366
17367 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17368 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17369 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17370
17371 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17372
17373 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17374
17375 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17376
17377 * gdb.dwarf2/arr-stride.c: New file.
17378 * gdb.dwarf2/arr-stride.exp: New file.
17379
17380 2014-02-26 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17383 that won't ever trigger. Make sure that GDB reports the correct
17384 breakpoint that caused the stop.
17385
17386 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17387
17388 PR gdb/16626
17389 * gdb.base/auto-load-script: New file.
17390 * gdb.base/auto-load.c: New file.
17391 * gdb.base/auto-load.exp: New file.
17392
17393 PR gdb/16626
17394 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17395
17396 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17397
17398 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17399 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17400
17401 2014-02-24 Doug Evans <dje@google.com>
17402
17403 * lib/gdb.exp (run_on_host): Log error output if program fails.
17404
17405 2014-02-21 Pedro Alves <palves@redhat.com>
17406
17407 * gdb.threads/step-after-sr-lock.c: Rename to ...
17408 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17409 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17410 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17411 ... this.
17412
17413 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17414
17415 PR tdep/16397
17416 * gdb.arch/amd64-stap-special-operands.exp: New file.
17417 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17418 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17419 * gdb.arch/amd64-stap-triplet.S: Likewise.
17420 * gdb.arch/amd64-stap-triplet.c: Likewise.
17421
17422 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17423
17424 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17425 in .section pseudo-op.
17426
17427 2014-02-20 lin zuojian <manjian2006@gmail.com>
17428 Joel Brobecker <brobecker@adacore.com>
17429 Doug Evans <xdje42@gmail.com>
17430
17431 PR symtab/16581
17432 * gdb.dwarf2/dw2-icycle.S: New file.
17433 * gdb.dwarf2/dw2-icycle.c: New file.
17434 * gdb.dwarf2/dw2-icycle.exp: New file.
17435
17436 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17437
17438 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17439 operations on gdb.Value objects.
17440 * gdb.python/py-value-cc.exp: Add new test to test operations on
17441 gdb.Value objects.
17442
17443 2014-02-18 Doug Evans <dje@google.com>
17444
17445 * Makefile.in (TESTS): New variable.
17446 (expanded_tests, expanded_tests_or_none): New variables
17447 (check-single): Pass $(expanded_tests_or_none) to runtest.
17448 (check-parallel): Only run tests in $(TESTS) if non-empty.
17449 (check/no-matching-tests-found): New rule.
17450 * README: Document TESTS makefile variable.
17451
17452 2014-02-18 Doug Evans <dje@google.com>
17453
17454 * Makefile.in (check-parallel): rm -rf outputs temp.
17455
17456 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17457
17458 Fix "ERROR: no fileid for" in the testsuite.
17459 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17460
17461 2014-02-12 Doug Evans <dje@google.com>
17462
17463 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17464 (MISCELLANEOUS): New variable.
17465 (clean): rm -rf $(MISCELLANEOUS).
17466 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17467 dwp live in the same directory as symlinks, with each symlink pointed
17468 to a differently named file in a different directory.
17469
17470 2014-02-11 Doug Evans <dje@google.com>
17471
17472 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17473 of Tcl file commands.
17474
17475 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17476
17477 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17478 "kill -SIGUSR1 -1".
17479
17480 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17481
17482 * gdb.ada/tick_length_array_enum_idx: New testcase.
17483
17484 2014-02-10 Doug Evans <xdje42@gmail.com>
17485
17486 * configure.ac (AC_OUTPUT): Add gdb.guile.
17487 * configure: Regenerate.
17488 * lib/gdb-guile.exp: New file.
17489 * lib/gdb.exp (get_target_charset): New function.
17490 * gdb.base/help.exp: Update expected output from "apropos apropos".
17491 * gdb.guile/Makefile.in: New file.
17492 * gdb.guile/guile.exp: New file.
17493 * gdb.guile/scm-arch.c: New file.
17494 * gdb.guile/scm-arch.exp: New file.
17495 * gdb.guile/scm-block.c: New file.
17496 * gdb.guile/scm-block.exp: New file.
17497 * gdb.guile/scm-breakpoint.c: New file.
17498 * gdb.guile/scm-breakpoint.exp: New file.
17499 * gdb.guile/scm-disasm.c: New file.
17500 * gdb.guile/scm-disasm.exp: New file.
17501 * gdb.guile/scm-equal.c: New file.
17502 * gdb.guile/scm-equal.exp: New file.
17503 * gdb.guile/scm-error.exp: New file.
17504 * gdb.guile/scm-error.scm: New file.
17505 * gdb.guile/scm-frame-args.c: New file.
17506 * gdb.guile/scm-frame-args.exp: New file.
17507 * gdb.guile/scm-frame-args.scm: New file.
17508 * gdb.guile/scm-frame-inline.c: New file.
17509 * gdb.guile/scm-frame-inline.exp: New file.
17510 * gdb.guile/scm-frame.c: New file.
17511 * gdb.guile/scm-frame.exp: New file.
17512 * gdb.guile/scm-generics.exp: New file.
17513 * gdb.guile/scm-gsmob.exp: New file.
17514 * gdb.guile/scm-iterator.c: New file.
17515 * gdb.guile/scm-iterator.exp: New file.
17516 * gdb.guile/scm-math.c: New file.
17517 * gdb.guile/scm-math.exp: New file.
17518 * gdb.guile/scm-objfile-script-gdb.in: New file.
17519 * gdb.guile/scm-objfile-script.c: New file.
17520 * gdb.guile/scm-objfile-script.exp: New file.
17521 * gdb.guile/scm-objfile.c: New file.
17522 * gdb.guile/scm-objfile.exp: New file.
17523 * gdb.guile/scm-ports.exp: New file.
17524 * gdb.guile/scm-pretty-print.c: New file.
17525 * gdb.guile/scm-pretty-print.exp: New file.
17526 * gdb.guile/scm-pretty-print.scm: New file.
17527 * gdb.guile/scm-section-script.c: New file.
17528 * gdb.guile/scm-section-script.exp: New file.
17529 * gdb.guile/scm-section-script.scm: New file.
17530 * gdb.guile/scm-symbol.c: New file.
17531 * gdb.guile/scm-symbol.exp: New file.
17532 * gdb.guile/scm-symtab-2.c: New file.
17533 * gdb.guile/scm-symtab.c: New file.
17534 * gdb.guile/scm-symtab.exp: New file.
17535 * gdb.guile/scm-type.c: New file.
17536 * gdb.guile/scm-type.exp: New file.
17537 * gdb.guile/scm-value-cc.cc: New file.
17538 * gdb.guile/scm-value-cc.exp: New file.
17539 * gdb.guile/scm-value.c: New file.
17540 * gdb.guile/scm-value.exp: New file.
17541 * gdb.guile/source2.scm: New file.
17542 * gdb.guile/types-module.cc: New file.
17543 * gdb.guile/types-module.exp: New file.
17544
17545 2014-02-10 Yao Qi <yao@codesourcery.com>
17546
17547 PR testsuite/16543
17548 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17549 * configure: Regenerated.
17550 * Makefile.in: New file.
17551
17552 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17553
17554 * gdb.python/py-framefilter.exp: Fix typo.
17555
17556 2014-02-08 Yao Qi <yao@codesourcery.com>
17557
17558 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17559 that no =breakpoint-modified is emitted when breakpoints are
17560 modified through MI commands.
17561
17562 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17563 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.threads/step-after-sr-lock.c: New file.
17566 * gdb.threads/step-after-sr-lock.exp: New file.
17567
17568 2014-02-07 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17571
17572 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17573
17574 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17575 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17576
17577 2014-02-06 Doug Evans <xdje42@gmail.com>
17578
17579 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17580 output.
17581
17582 * gdb.gdb/python-interrupts.exp: New file.
17583
17584 2014-02-05 Yao Qi <yao@codesourcery.com>
17585
17586 * gdb.trace/report.exp (use_collected_data): Test the output
17587 of "info threads" and "info inferiors".
17588
17589 2014-02-05 Yao Qi <yao@codesourcery.com>
17590
17591 Revert this patch:
17592
17593 2013-05-24 Yao Qi <yao@codesourcery.com>
17594
17595 * gdb.trace/tfile.exp: Test inferior and thread.
17596
17597 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17598
17599 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17600 on a function.
17601 * gdb.base/step-bt.c: Call hello via function pointer to make
17602 sure its first instruction is executed on powerpc64le-linux.
17603
17604 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17605
17606 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17607
17608 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17609
17610 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17611 of the test patterns for use on little-endian systems.
17612
17613 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17614
17615 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17616 (decimal_vector): Fix for little-endian.
17617
17618 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17619
17620 * gdb.arch/sparc-sysstep.exp: New file.
17621 * gdb.arch/sparc-sysstep.c: Likewise.
17622
17623 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17624
17625 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17626
17627 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17628
17629 2014-01-23 Tom Tromey <tromey@redhat.com>
17630
17631 * gdb.ada/array_char_idx: New testcase.
17632
17633 2014-01-23 Tom Tromey <tromey@redhat.com>
17634
17635 PR python/16487:
17636 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17637 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17638 classes.
17639
17640 2014-01-23 Tom Tromey <tromey@redhat.com>
17641
17642 PR python/16491:
17643 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17644 string from an inferior frame.
17645 * gdb.python/py-framefilter-mi.exp: Update.
17646
17647 2014-01-22 Doug Evans <dje@google.com>
17648
17649 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17650
17651 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17652
17653 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17654
17655 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17656
17657 * gdb.trace/entry-values.exp: Remove excess space character from
17658 regex patterns. Handle s390 call instruction.
17659
17660 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17661
17662 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17663 define "*_start" label. Make "name" static.
17664 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17665 ${name} by references to ${name}_start.
17666
17667 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17668
17669 * gdb.base/info-macros.exp: Remove "debug" from the compile
17670 options.
17671
17672 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17673
17674 * gdb.dlang/demangle.exp: New file.
17675
17676 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17677
17678 * gdb.dlang/primitive-types.exp: New file.
17679
17680 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17681
17682 * configure.ac: Create gdb.dlang/Makefile.
17683 * configure: Regenerate.
17684 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17685 * gdb.dlang/Makefile.in: New file.
17686 * lib/d-support.exp: New file.
17687 * lib/gdb.exp (skip_d_tests): New proc.
17688
17689 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17690
17691 * gdb.btrace/delta.exp: Check reverse stepi.
17692 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17693 * gdb.btrace/finish.exp: New.
17694 * gdb.btrace/next.exp: New.
17695 * gdb.btrace/nexti.exp: New.
17696 * gdb.btrace/record_goto.c: Add comments.
17697 * gdb.btrace/step.exp: New.
17698 * gdb.btrace/stepi.exp: New.
17699 * gdb.btrace/multi-thread-step.c: New.
17700 * gdb.btrace/multi-thread-step.exp: New.
17701 * gdb.btrace/rn-dl-bind.c: New.
17702 * gdb.btrace/rn-dl-bind.exp: New.
17703 * gdb.btrace/data.c: New.
17704 * gdb.btrace/data.exp: New.
17705 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17706
17707 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17708
17709 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17710 * gdb.btrace/exception.exp: Update.
17711 * gdb.btrace/instruction_history.exp: Update.
17712 * gdb.btrace/record_goto.exp: Update.
17713 * gdb.btrace/tailcall.exp: Update.
17714 * gdb.btrace/unknown_functions.exp: Update.
17715 * gdb.btrace/delta.exp: New.
17716
17717 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17718
17719 * gdb.btrace/record_goto.exp: Add backtrace test.
17720 * gdb.btrace/tailcall.exp: Add backtrace test.
17721
17722 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17723
17724 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17725 * gdb.btrace/record_goto.c: New.
17726 * gdb.btrace/record_goto.exp: New.
17727 * gdb.btrace/x86-record_goto.S: New.
17728
17729 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17730
17731 * gdb.btrace/function_call_history.exp: Update tests.
17732 * gdb.btrace/instruction_history.exp: Update tests.
17733
17734 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17735
17736 * gdb.btrace/function_call_history.exp: Fix expected field
17737 order for "record function-call-history".
17738 Add new tests for "record function-call-history /c".
17739 * gdb.btrace/exception.cc: New.
17740 * gdb.btrace/exception.exp: New.
17741 * gdb.btrace/tailcall.exp: New.
17742 * gdb.btrace/x86-tailcall.S: New.
17743 * gdb.btrace/x86-tailcall.c: New.
17744 * gdb.btrace/unknown_functions.c: New.
17745 * gdb.btrace/unknown_functions.exp: New.
17746 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17747
17748 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17749
17750 * gdb.btrace/instruction_history.exp: Update.
17751 * gdb.btrace/function_call_history.exp: Update.
17752
17753 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17754
17755 * gdb.btrace/function_call_history.exp: Fix expected function
17756 trace.
17757 * gdb.btrace/instruction_history.exp: Initialize traced.
17758 Remove traced_functions.
17759
17760 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17761
17762 * gdb.btrace/function_call_history.exp: Update
17763 * gdb.btrace/instruction_history.exp: Update.
17764
17765 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17766
17767 * gdb.btrace/enable.exp: Update expected text.
17768
17769 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17770
17771 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17772 bytes.
17773
17774 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17775
17776 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17777
17778 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17779
17780 * lib/gdb.exp (supports_process_record): Return true for
17781 arm*-linux*. (supports_reverse): Likewise.
17782
17783 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17784
17785 PR python/15464
17786 PR python/16113
17787 * gdb.python/py-type.c: Enhance test case.
17788 * gdb.python/py-value-cc.cc: Likewise
17789 * gdb.python/py-type.exp: Add new tests.
17790 * gdb.python/py-value-cc.exp: Likewise
17791
17792 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17793 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17796 Make "name" extern.
17797 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17798 references to ${name}_start by references to ${name}.
17799
17800 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17801
17802 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17803
17804 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17805
17806 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17807
17808 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17809 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.mi/mi-info-os.exp: Connect to the target with
17812 mi_gdb_target_load.
17813
17814 2014-01-08 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.threads/reconnect-signal.c: New file.
17817 * gdb.threads/reconnect-signal.exp: New file.
17818
17819 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17820
17821 * gdb.base/source-dir.exp: New file.
17822
17823 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17824
17825 * gdb.ada/mi_interface: New testcase.
17826
17827 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17828
17829 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17830 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17831 gdb.ada/pp-rec-component/pck.ads: New files.
17832
17833 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17834
17835 * gdb.python/py-pp-integral.c: New file.
17836 * gdb.python/py-pp-integral.py: New file.
17837 * gdb.python/py-pp-integral.exp: New file.
17838
17839 For older changes see ChangeLog-1993-2013.
17840 \f
17841 ;; Local Variables:
17842 ;; mode: change-log
17843 ;; left-margin: 8
17844 ;; fill-column: 74
17845 ;; version-control: never
17846 ;; End:
17847
17848 Copyright 2014-2019 Free Software Foundation, Inc.
17849 Copying and distribution of this file, with or without modification,
17850 are permitted provided the copyright notice and this notice are preserved.
This page took 0.422437 seconds and 4 git commands to generate.