]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Introduce new layout code
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d8edc8b7
PW
12019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/options.exp: Add -raw-values in the print completion list.
4 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5
4c12d936
KB
62019-12-10 Kevin Buettner <kevinb@redhat.com>
7
8 * gdb.threads/omp-par-scope.c: New file.
9 * gdb/threads/omp-par-scope.exp: New file.
10
26b911fb
KB
112019-12-10 Kevin Buettner <kevinb@redhat.com>
12
bb47f919
KB
13 * lib/gdb.exp (support_nested_function_tests): New proc.
14
152019-12-10 Kevin Buettner <kevinb@redhat.com>
16
17 * lib/gdb.exp (gdb_compile_openmp): New proc.
18 (build_executable_from_specs): Add an "openmp" option.
19 (gdb_compile_pthreads): Add non-executable case.
26b911fb 20
6c71eb7d
TT
212019-12-10 Tom Tromey <tromey@adacore.com>
22
23 * gdb.ada/unchecked_union.exp: New file.
24 * gdb.ada/unchecked_union/pck.adb: New file.
25 * gdb.ada/unchecked_union/pck.ads: New file.
26 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
27 * gdb-utils.exp (string_to_regexp): Also quote "?".
28
bac7c5cf
GB
292019-12-10 George Barrett <bob@bob131.so>
30
31 Test scripted probe breakpoints.
32 * gdb.guile/scm-breakpoint.c (main): Add probe point.
33 * gdb.python/py-breakpoint.c (main): Likewise.
34 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
35 specifier test.
36 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
37
330f1d38
TBA
382019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
39
40 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
41 an rvalue parameter.
42 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
43 parameter.
44
b43315e2
AB
452019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
48 modules.
49
54f73dad
AB
502019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
53 broken version of GCC.
54
d57cbee9
AB
552019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.fortran/info-modules.exp: Rewrite to make use of new
58 sym-info-cmds library.
59 * gdb.fortran/info-types.exp: Likewise.
60 * lib/sym-info-cmds.exp: New file.
61
c14aab8c
TV
622019-12-08 Tom de Vries <tdevries@suse.de>
63
64 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
65
aa2d5a42
KS
662019-12-07 Keith Seitz <keiths@redhat.com>
67
68 * gdb.base/corefile-buildid-shlib-shr.c: New file.
69 * gdb.base/corefile-buildid-shlib.c: New file.
70 * gdb.base/corefile-buildid.c: New file.
71 * gdb.base/corefile-buildid.exp: New file.
72
93e55f0a
TV
732019-12-06 Tom de Vries <tdevries@suse.de>
74
75 * gdb.dwarf2/varval.exp: Add decl before def test.
76
c7d12402
TBA
772019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
78
79 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
80
06acc08f
TBA
812019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
82
83 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
84 CV and reference conversion for overload resolution.
85 * gdb.cp/rvalue-ref-overload.exp: Test it.
86
e0fad1ea
PW
872019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
88
89 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
90 * gdb.base/frameapply.exp: Test faas without command.
91
8d70a9f0
AB
922019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
95 Fortran tests.
96 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
97 order.
98
36c8fb93
AB
992019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
102 casting to type with no kind specified.
103 (test_basic_parsing_of_type_kinds): Additional tests for types
104 with no kind specified, and add tests for single/double
105 precision/complex types.
106
4139ff00
TT
1072019-12-04 Tom Tromey <tromey@adacore.com>
108
109 * gdb.base/endianity.c (struct other) <x>: New field.
110 (main): Initialize it.
111 * gdb.base/endianity.exp: Update.
112
a05cf17a
TT
1132019-12-04 Tom Tromey <tromey@adacore.com>
114
115 * gdb.ada/scalar_storage/storage.adb: New file.
116 * gdb.ada/scalar_storage/pck.adb: New file.
117 * gdb.ada/scalar_storage/pck.ads: New file.
118 * gdb.ada/scalar_storage.exp: New file.
119
103a685e
TT
1202019-12-04 Tom Tromey <tromey@adacore.com>
121
122 * gdb.base/endianity.c (struct otherendian) <f>: New field.
123 (main): Initialize it.
124 * gdb.base/endianity.exp: Update.
125
c2512106
AB
1262019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
129
293b38d6
AB
1302019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
133 -symbol-info-module-functions and -symbol-info-module-variables.
134
216a7e6b
AB
1352019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
138
5bbd8269
AB
1392019-12-01 Richard Bunt <richard.bunt@arm.com>
140 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.fortran/derived-type-striding.exp: New file.
143 * gdb.fortran/derived-type-striding.f90: New file.
144 * gdb.fortran/array-slices.exp: New file.
145 * gdb.fortran/array-slices.f90: New file.
146
be09caf1
PW
1472019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
148
149 * gdb.base/define.exp: Test . in command names.
150 * gdb.base/setshow.exp: Update test, as . is now part of
151 command name.
152
643c0cbe
PW
1532019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
154
155 * gdb.base/define-prefix.exp: New file.
156
dcdec678
AB
1572019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
160 compile.
161 (skip_btrace_pt_tests): Likewise.
162
640ab947
AB
1632019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.fortran/info-modules.exp: Compile source files in correct
166 order.
167
d22670f0
KB
1682019-11-27 Kevin Buettner <kevinb@redhat.com>
169
170 * gdb.dwarf2/imported-unit.exp: New file.
171 * gdb.dwarf2/imported-unit.c: New file.
172
db5960b4
AB
1732019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.mi/mi-fortran-modules-2.f90: New file.
176 * gdb.mi/mi-fortran-modules.exp: New file.
177 * gdb.mi/mi-fortran-modules.f90: New file.
178
7dc42066
AB
1792019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.mi/mi-sym-info-1.c: New file.
182 * gdb.mi/mi-sym-info-2.c: New file.
183 * gdb.mi/mi-sym-info.exp: New file.
184
0dfeecca
TT
1852019-11-22 Tom Tromey <tromey@adacore.com>
186
187 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
188 * gdb.ada/tasks/foo.adb: Add another stopping location.
189
34877895
PJ
1902019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
191
192 * gdb.base/endianity.c: New test.
193 * gdb.base/endianity.exp: New file.
194
2e84f897
LD
1952019-11-21 Lukas Durfina <ldurfina@tachyum.com>
196
197 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
198
65d1cd5f
TV
1992019-11-21 Tom de Vries <tdevries@suse.de>
200
201 PR gdb/24956
202 * gdb.base/ui-redirect.exp: Test output of user-defined command.
203
4f22c3f4
SDJ
2042019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
205
206 * gdb.python/py-progspace.exp: Add missing parentheses on some
207 'print' commands.
208
9f6ad286
TT
2092019-11-19 Tom Tromey <tom@tromey.com>
210
211 * gdb.tui/winheight.exp: New file.
212
0b8dbf3f
AB
2132019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.base/ctf-whatis.c: Delete.
216 * gdb.base/ctf-whatis.exp: Delete.
217 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
218
f833b7a7
AB
2192019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.base/ctf-cvexpr.exp: Delete.
222 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
223
30d0a636
AB
2242019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
227 the compiler. Clean up header comment a little.
228 * gdb.base/ctf-ptype.exp: Likewise.
229 * gdb.base/ctf-whatis.exp: Likewise.
230 * lib/gdb.exp (skip_ctf_tests): New proc.
231
494409bb
SDJ
2322019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
233
234 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
235 * gdb.tui/corefile-run.exp: New file.
236
55708e99
TT
2372019-11-14 Tom Tromey <tromey@adacore.com>
238
239 * gdb.base/gdbvars.exp (test_convenience_variables): Add
240 regression tests.
241
45e42163
TT
2422019-11-12 Tom Tromey <tom@tromey.com>
243
244 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
245 after any command. Expect prompt after WAIT_FOR is seen.
246 (enter_tui): Enable resize messages.
247 (command): Expect command in output.
248 (get_line): Avoid error when cursor appears to be off-screen.
249 (dump_screen): Include screen size in title.
250 (_do_resize): New proc, from "resize".
251 (resize): Rewrite. Do resize in two steps.
252 * gdb.tui/empty.exp (layouts): Fix entries.
253 (check_boxes): Remove xfail.
254 (check_text): Dump screen on failure.
255
086baaf1
AB
2562019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.python/py-symbol.exp: Add test for
259 gdb.lookup_static_symbols.
260
09ff83af
AB
2612019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.python/py-symbol.c: Declare and call function from new
264 py-symbol-2.c file.
265 * gdb.python/py-symbol.exp: Compile both source files, and add new
266 tests for gdb.lookup_static_symbol.
267 * gdb.python/py-symbol-2.c: New file.
268
11af934b
TV
2692019-11-02 Tom de Vries <tdevries@suse.de>
270
271 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
272 * gdb.base/anon.exp: Same.
273 * gdb.base/auto-connect-native-target.exp: Same.
274 * gdb.base/call-ar-st.exp: Same.
275 * gdb.base/catch-syscall.exp: Same.
276 * gdb.base/commands.exp: Same.
277 * gdb.base/default.exp: Same.
278 * gdb.base/display.exp: Same.
279 * gdb.base/float.exp: Same.
280 * gdb.base/foll-fork.exp: Same.
281 * gdb.base/help.exp: Same.
282 * gdb.base/info-macros.exp: Same.
283 * gdb.base/info-proc.exp: Same.
284 * gdb.base/info-target.exp: Same.
285 * gdb.base/long_long.exp: Same.
286 * gdb.base/macscp.exp: Same.
287 * gdb.base/memattr.exp: Same.
288 * gdb.base/nofield.exp: Same.
289 * gdb.base/pointers.exp: Same.
290 * gdb.base/printcmds.exp: Same.
291 * gdb.base/ptype.exp: Same.
292 * gdb.base/restore.exp: Same.
293 * gdb.base/return.exp: Same.
294 * gdb.base/scope.exp: Same.
295 * gdb.base/set-noassign.exp: Same.
296 * gdb.base/setshow.exp: Same.
297 * gdb.base/shlib-call.exp: Same.
298 * gdb.base/signals.exp: Same.
299 * gdb.base/sigstep.exp: Same.
300 * gdb.base/skip.exp: Same.
301 * gdb.base/solib-symbol.exp: Same.
302 * gdb.base/stap-probe.exp: Same.
303 * gdb.base/step-line.exp: Same.
304 * gdb.base/step-test.exp: Same.
305 * gdb.base/style.exp: Same.
306 * gdb.base/varargs.exp: Same.
307 * gdb.base/vla-datatypes.exp: Same.
308 * gdb.base/vla-ptr.exp: Same.
309 * gdb.base/vla-sideeffect.exp: Same.
310 * gdb.base/volatile.exp: Same.
311 * gdb.base/watch-cond-infcall.exp: Same.
312 * gdb.base/watchpoint.exp: Same.
313
e96ec2ba
TV
3142019-11-02 Tom de Vries <tdevries@suse.de>
315
316 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
317 * gdb.cp/cpexprs.exp: Same.
318 * gdb.cp/except-multi-location.exp: Same.
319 * gdb.cp/exceptprint.exp: Same.
320 * gdb.cp/gdb2384.exp: Same.
321 * gdb.cp/inherit.exp: Same.
322 * gdb.cp/m-static.exp: Same.
323 * gdb.cp/meth-typedefs.exp: Same.
324 * gdb.cp/misc.exp: Same.
325 * gdb.cp/namespace.exp: Same.
326 * gdb.cp/non-trivial-retval.exp: Same.
327 * gdb.cp/overload.exp: Same.
328 * gdb.cp/pr17132.exp: Same.
329 * gdb.cp/re-set-overloaded.exp: Same.
330 * gdb.cp/rvalue-ref-types.exp: Same.
331 * gdb.cp/templates.exp: Same.
332
bd5766ec
LM
3332019-11-01 Luis Machado <luis.machado@linaro.org>
334
335 PR gdb/25124
336
337 * gdb.arch/pr25124.S: New file.
338 * gdb.arch/pr25124.exp: New file.
339
165f8965
AB
3402019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.fortran/info-modules.exp: Update expected results, and add
343 additional tests for 'info module functinos', and 'info module
344 variables'.
345 * gdb.fortran/info-types.exp: Update expected results.
346 * gdb.fortran/info-types.f90: Extend testcase with additional
347 module variables and functions.
348
59c35742
AB
3492019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.fortran/info-modules.exp: New file.
352 * gdb.fortran/info-types.exp: Build with new file.
353 * gdb.fortran/info-types.f90: Include and use new module.
354 * gdb.fortran/info-types-2.f90: New file.
355
f3fb2519
PW
3562019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
357
358 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
359 * gdb.base/settings.exp: Test all settings types using
360 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
361 that now verifies that the value of "maint show" is the same as
362 returned by the settings functions. Test the type of the
363 maintenance settings.
364 * gdb.base/default.exp: Update show_conv_list.
365
d1e36019
TV
3662019-10-31 Tom de Vries <tdevries@suse.de>
367
368 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
369 gdb_test.
370 * gdb.arch/amd64-disp-step.exp: Same.
371 * gdb.asm/asm-source.exp: Same.
372 * gdb.btrace/buffer-size.exp: Same.
373 * gdb.btrace/cpu.exp: Same.
374 * gdb.btrace/enable.exp: Same.
375 * gdb.dwarf2/count.exp: Same.
376 * gdb.dwarf2/dw2-ranges-func.exp: Same.
377 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
378 * gdb.fortran/vla-datatypes.exp: Same.
379 * gdb.fortran/vla-history.exp: Same.
380 * gdb.fortran/vla-ptype.exp: Same.
381 * gdb.fortran/vla-value.exp: Same.
382 * gdb.fortran/whatis_type.exp: Same.
383 * gdb.guile/guile.exp: Same.
384 * gdb.multi/tids.exp: Same.
385 * gdb.python/py-finish-breakpoint.exp: Same.
386 * gdb.python/py-framefilter.exp: Same.
387 * gdb.python/py-pp-registration.exp: Same.
388 * gdb.python/py-xmethods.exp: Same.
389 * gdb.python/python.exp: Same.
390 * gdb.server/connect-with-no-symbol-file.exp: Same.
391 * gdb.server/no-thread-db.exp: Same.
392 * gdb.server/run-without-local-binary.exp: Same.
393 * gdb.stabs/weird.exp: Same.
394 * gdb.threads/attach-many-short-lived-threads.exp: Same.
395 * gdb.threads/thread-find.exp: Same.
396 * gdb.threads/tls-shared.exp: Same.
397 * gdb.threads/tls.exp: Same.
398 * gdb.threads/wp-replication.exp: Same.
399 * gdb.trace/ax.exp: Same.
400 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
401
3d11e68e
TV
4022019-10-31 Tom de Vries <tdevries@suse.de>
403
404 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
405 * gdb.ada/array_subscript_addr.exp: Same.
406 * gdb.ada/arrayidx.exp: Same.
407 * gdb.ada/arrayparam.exp: Same.
408 * gdb.ada/arrayptr.exp: Same.
409 * gdb.ada/boolean_expr.exp: Same.
410 * gdb.ada/call_pn.exp: Same.
411 * gdb.ada/complete.exp: Same.
412 * gdb.ada/fixed_cmp.exp: Same.
413 * gdb.ada/fun_addr.exp: Same.
414 * gdb.ada/funcall_param.exp: Same.
415 * gdb.ada/interface.exp: Same.
416 * gdb.ada/mod_from_name.exp: Same.
417 * gdb.ada/null_array.exp: Same.
418 * gdb.ada/packed_array.exp: Same.
419 * gdb.ada/packed_tagged.exp: Same.
420 * gdb.ada/print_chars.exp: Same.
421 * gdb.ada/print_pc.exp: Same.
422 * gdb.ada/ptype_arith_binop.exp: Same.
423 * gdb.ada/ptype_field.exp: Same.
424 * gdb.ada/ptype_tagged_param.exp: Same.
425 * gdb.ada/rec_return.exp: Same.
426 * gdb.ada/ref_tick_size.exp: Same.
427 * gdb.ada/str_ref_cmp.exp: Same.
428 * gdb.ada/taft_type.exp: Same.
429 * gdb.ada/tagged.exp: Same.
430 * gdb.ada/type_coercion.exp: Same.
431 * gdb.ada/uninitialized_vars.exp: Same.
432
60b6ede8
TV
4332019-10-30 Tom de Vries <tdevries@suse.de>
434
435 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
436
30baf67b
TV
4372019-10-26 Tom de Vries <tdevries@suse.de>
438
439 * gdb.base/bigcore.c: Fix typos in comments.
440 * gdb.base/ctf-ptype.c: Same.
441 * gdb.base/long_long.c: Same.
442 * gdb.dwarf2/dw2-op-out-param.S: Same.
443 * gdb.python/py-evthreads.c: Same.
444 * gdb.reverse/i387-stack-reverse.c: Same.
445 * gdb.trace/tfile.c: Same.
446 * lib/compiler.c: Same.
447 * lib/compiler.cc: Same.
448
158da0d1
TV
4492019-10-25 Tom de Vries <tdevries@suse.de>
450
451 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
452 gdb_test_multiple calls.
453 * gdb.reverse/sigall-reverse.exp: Same.
454 * gdb.reverse/solib-precsave.exp: Same.
455 * gdb.reverse/solib-reverse.exp: Same.
456 * gdb.reverse/until-precsave.exp: Same.
457 * gdb.reverse/until-reverse.exp: Same.
458
4ccdfbec
TV
4592019-10-24 Tom de Vries <tdevries@suse.de>
460
461 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
462 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
463 kfail using -wrap pattern flag and convenience variable
464 gdb_test_name.
465
33d569b7
AB
4662019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.python/py-progspace.exp: Add tests for the
469 Progspace.block_for_pc method.
470
4d0b984b
TT
4712019-10-23 Tom Tromey <tom@tromey.com>
472
473 * configure: Rebuild.
474 * aclocal.m4: Use m4_include, not sinclude.
475
94cb3754
TV
4762019-10-21 Tom de Vries <tdevries@suse.de>
477
478 * gdb.base/infcall-nested-structs.c: Add
479 __attribute__((noinline,noclone)) to all functions.
480 (call_all): Add missing variable initialization. Simplify return value.
481 (breakpt): Increment volatile variable, to prevent call from being
482 optimized out.
483 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
484
062f1fc1
TV
4852019-10-17 Tom de Vries <tdevries@suse.de>
486
487 * gdb.fortran/module.exp: Allow info variables to print info for files
488 other than module.f90.
489
0b54364d
AB
4902019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.fortran/module.exp: Extend with 'info variables' test.
493
7ff5fae7
AB
4942019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
497 F77_FOR_TARGET.
498
d10eccaa
TV
4992019-10-16 Tom de Vries <tdevries@suse.de>
500
501 PR tdep/25096
502 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
503
745ff14e
TV
5042019-10-16 Tom de Vries <tdevries@suse.de>
505
506 PR tdep/24104
507 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
508 Add KFAIL for PR tdep/25096.
509
03e1ab94
TV
5102019-10-16 Tom de Vries <tdevries@suse.de>
511
512 PR testsuite/25059
513 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
514
b17fcc10
TV
5152019-10-16 Tom de Vries <tdevries@suse.de>
516
517 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
518 as signed.
519
9223170f
SM
5202019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
521
522 * gdb.mi/list-thread-groups-available.exp: Read entries one by
523 one instead of increasing timeout.
524
d6e76313
TV
5252019-10-13 Tom de Vries <tdevries@suse.de>
526
527 PR record/25038
528 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
529 * gdb.reverse/sigall-reverse.exp: Same.
530 * gdb.reverse/solib-precsave.exp: Same.
531 * gdb.reverse/solib-reverse.exp: Same.
532 * gdb.reverse/step-precsave.exp: Same.
533 * gdb.reverse/until-precsave.exp: Same.
534 * gdb.reverse/until-reverse.exp: Same.
535 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
536
6dfc0041
AA
5372019-10-10 Andreas Arnez <arnez@linux.ibm.com>
538
539 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
540 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
541 (cmp_struct_05_01, cmp_struct_static_02_01)
542 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
543 comparisons.
544
abcf2cc8
TV
5452019-10-10 Tom de Vries <tdevries@suse.de>
546
547 PR testsuite/24888
548 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
549 gnatlink.
550
a50faaf6
TV
5512019-10-09 Tom de Vries <tdevries@suse.de>
552
553 PR testsuite/25048
554 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
555
60ff3cd7
AB
5562019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
559 exceptions due to missing debug information.
560
dfee8566
TV
5612019-10-07 Tom de Vries <tdevries@suse.de>
562
563 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
564
3d63690a
AB
5652019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
568 * gdb.base/annota1.exp: Update to use gdb_test_name.
569
30d1f018
WP
5702019-10-07 Weimin Pan <weimin.pan@oracle.com>
571
572 * gdb.base/ctf-whatis.exp: New file.
573 * gdb.base/ctf-whatis.c: New file.
574 * gdb.base/ctf-ptype.exp: New file.
575 * gdb.base/ctf-ptype.c: New file.
576 * gdb.base/ctf-constvars.exp: New file.
577 * gdb.base/ctf-constvars.c: New file.
578 * gdb.base/ctf-cvexpr.exp: New file.
579
4dbbb47c
TV
5802019-10-04 Tom de Vries <tdevries@suse.de>
581
582 * gdb.cp/local-static.c (main): Move declaration of int i out of the
583 for loop.
584
77c2dba3
TT
5852019-10-03 Tom Tromey <tom@tromey.com>
586
587 PR rust/24976:
588 * gdb.rust/simple.rs (Union2): New type.
589 (main): Use Union2.
590 * gdb.rust/simple.exp: Add test.
591
179aed7f
AB
5922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
595 nested function prefix.
596
0a4b0913
AB
5972019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
598 Richard Bunt <richard.bunt@arm.com>
599 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
602 nested functions.
603 * gdb.fortran/nested-funcs.f90: Update expected results.
604 * gdb.fortran/nested-funcs-2.exp: New file.
605 * gdb.fortran/nested-funcs-2.f90: New file.
606
082cce05
AB
6072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
608
609 * gdb.python/py-parameter.exp: Make test names unique.
610 * gdb.python/py-template.exp: Likewise.
611 * gdb.python/py-value.exp: Likewise.
612
2b74ba5a
AB
6132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.base/break-interp.exp: Reduce test name duplication.
616 * gdb.base/call-sc.exp: Likewise.
617 * gdb.base/callfuncs.exp: Likewise.
618 * gdb.base/charset.exp: Likewise.
619 * gdb.base/dump.exp: Likewise.
620 * gdb.base/ena-dis-br.exp: Likewise.
621 * gdb.base/relational.exp: Likewise.
622 * gdb.base/step-over-syscall.exp: Likewise.
623 * gdb.base/structs.exp: Likewise.
624
58eb20d5
AB
6252019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.linespec/explicit.exp: Make test names unique.
628 * gdb.linespec/ls-errs.exp: Likewise.
629
4d421147
AB
6302019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.reverse/break-precsave.exp: Make test names unique.
633 * gdb.reverse/break-reverse.exp: Likewise.
634 * gdb.reverse/finish-precsave.exp: Likewise.
635 * gdb.reverse/finish-reverse.exp: Likewise.
636 * gdb.reverse/machinestate-precsave.exp: Likewise.
637 * gdb.reverse/machinestate.exp: Likewise.
638 * gdb.reverse/readv-reverse.exp: Likewise.
639 * gdb.reverse/recvmsg-reverse.exp: Likewise.
640 * gdb.reverse/sigall-precsave.exp: Likewise.
641 * gdb.reverse/sigall-reverse.exp: Likewise.
642 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
643 * gdb.reverse/watch-precsave.exp: Likewise.
644 * gdb.reverse/watch-reverse.exp: Likewise.
645
d8c06f22
AB
6462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.threads/stop-with-handle.c: New file.
649 * gdb.threads/stop-with-handle.exp: New file.
650
3a56ed86
TV
6512019-10-03 Tom de Vries <tdevries@suse.de>
652
653 PR testsuite/25059
654 * gdb.base/list-missing-source.exp: Allowing the "Compilation
655 directory" line to be missing.
656
42275044
TV
6572019-10-03 Tom de Vries <tdevries@suse.de>
658
659 PR testsuite/25059
660 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
661 type optional.
662
9ef62df0
AA
6632019-10-02 Andreas Arnez <arnez@linux.ibm.com>
664
665 * gdb.python/py-format-string.c (string.h): New include.
666 (main): Fill a_struct_with_union.the_union.an_int with bytes of
667 the same value, for endianness-independence.
668 * gdb.python/py-format-string.exp (default_regexp_dict)
669 (test_pretty_structs, test_format): Adjust expected output to the
670 changed initialization.
671
37f6a7f4
TT
6722019-10-02 Tom Tromey <tromey@adacore.com>
673
674 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
675
1d58d6a2
PA
6762019-10-02 Pedro Alves <palves@redhat.com>
677 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
680 "print-file-var.h".
681 (this_version_id) Use ATTRIBUTE_VISIBILITY.
682 (get_version_1): Print this_version_id and its address.
683 Add extern "C" wrappers around interface functions.
684 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
685 "print-file-var.h".
686 (this_version_id) Use ATTRIBUTE_VISIBILITY.
687 (get_version_2): Print this_version_id and its address.
688 Add extern "C" wrappers around interface functions.
689 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
690 <stddef.h> and "print-file-var.h".
691 Add extern "C" wrappers around interface functions.
692 [VERSION_ID_MAIN] (this_version_id): Define.
693 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
694 * gdb.base/print-file-var.h: Add some #defines to simplify setting
695 up extern "C" blocks.
696 * gdb.base/print-file-var.exp (test): New, factored out from top
697 level.
698 (top level): Test all combinations of attribute hidden or not,
699 dlopen or not, and this_version_id symbol in main file or not.
700 Compile tests as both C++ and C, make test names unique.
701
d770d56f
TT
7022019-10-01 Tom Tromey <tom@tromey.com>
703
704 * gdb.base/style.exp: Test "show logging filename".
705
7f6aba03
TT
7062019-10-01 Tom Tromey <tom@tromey.com>
707
708 * lib/gdb-utils.exp (style): Handle "metadata" argument.
709 * gdb.base/style.exp: Add metadata style test.
710
14309bb6
TT
7112019-10-01 Tom Tromey <tom@tromey.com>
712
713 * gdb.base/style.exp: Test "pwd".
714
2a3c1174
PA
7152019-10-01 Tom Tromey <tom@tromey.com>
716
717 * gdb.base/style.exp: Update tests.
718
53d666ec
AA
7192019-10-01 Andreas Arnez <arnez@linux.ibm.com>
720
721 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
722 'six' to unsigned.
723 (s1): Initialize fields 'four' and 'six' instead of 'three' and
724 'five'. Use an all-ones bit pattern for each.
725 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
726 to its changed values.
727
4a56a520
TT
7282019-09-30 Tom Tromey <tromey@adacore.com>
729
730 * gdb.rust/traits.rs: Disable all warnings.
731
0df0352a
TV
7322019-09-29 Tom de Vries <tdevries@suse.de>
733
734 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
735
73d9a918
TV
7362019-09-29 Tom de Vries <tdevries@suse.de>
737
738 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
739
060b3ab4
TV
7402019-09-27 Tom de Vries <tdevries@suse.de>
741
742 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
743
68f7d34d
TV
7442019-09-27 Tom de Vries <tdevries@suse.de>
745
746 PR record/23188
747 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
748
5d63b30a
TT
7492019-09-26 Tom Tromey <tromey@adacore.com>
750
751 * gdb.ada/py_taft.exp: New file.
752 * gdb.ada/py_taft/main.adb: New file.
753 * gdb.ada/py_taft/pkg.adb: New file.
754 * gdb.ada/py_taft/pkg.ads: New file.
755
3d435220
TV
7562019-09-24 Tom de Vries <tdevries@suse.de>
757
758 PR gdb/24598
759 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
760
77d03678
TV
7612019-09-22 Tom de Vries <tdevries@suse.de>
762
763 * gdb.base/restore.exp: Allow register variables to be optimized out at
764 -O0.
765
abf516c6
UW
7662019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
767
768 * gdb.arch/spu-info.exp: Remove file.
769 * gdb.arch/spu-info.c: Remove file.
770 * gdb.arch/spu-ls.exp: Remove file.
771 * gdb.arch/spu-ls.c: Remove file.
772
773 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
774 * gdb.asm/spu.inc: Remove file.
775
776 * gdb.base/dump.exp: Remove support for spu*-*-*.
777 * gdb.base/stack-checking.exp: Likewise.
778 * gdb.base/overlays.exp: Likewise.
779 * gdb.base/ovlymgr.c: Likewise.
780 * gdb.base/spu.ld: Remove file.
781
782 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
783 * gdb.cp/cpexprs.exp: Likewise.
784 * gdb.cp/exception.exp: Likewise.
785 * gdb.cp/gdb2495.exp: Likewise.
786 * gdb.cp/mb-templates.exp: Likewise.
787 * gdb.cp/pr9167.exp: Likewise.
788 * gdb.cp/userdef.exp: Likewise.
789
790 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
791
792 * gdb.cell: Remove directory.
793 * lib/cell.exp: Remove file.
794
e452e88f
TV
7952019-09-19 Tom de Vries <tdevries@suse.de>
796
797 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
798
8a625130
TV
7992019-09-19 Tom de Vries <tdevries@suse.de>
800
801 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
802
81dc3ab5
TV
8032019-09-19 Tom de Vries <tdevries@suse.de>
804
805 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
806 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
807 (gdb_target_cmd): ... here.
808 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
809 value 2.
810
b078f3ac
AB
8112019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/source-dir.exp: Avoid having directory names in test
814 names.
815
f1b620e9
MG
8162019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.base/source-dir.exp: Add extra test for mapped compilation
819 directory.
820
67f3ed6a
AB
8212019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/list-missing-source.exp: New file.
824
d1b70248
TV
8252019-09-14 Tom de Vries <tdevries@suse.de>
826
827 PR teststuite/24599
828 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
829 * lib/ada.exp (gnatmake_version_at_least): New proc.
830
5fabdcd6
AB
8312019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.base/maint.exp: Use exec_has_index_section.
834
aa17805f
AB
8352019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.base/maint.exp: Add test for 'maint info sections'.
838
25e5c209
TV
8392019-09-12 Tom de Vries <tdevries@suse.de>
840
841 * gdb.base/store.exp: Allow register variables to be optimized out at
842 -O0.
843
4993045d
PW
8442019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
845
846 * gdb.ada/rdv_wait.exp: Update to new task names.
847 * gdb.base/task_switch_in_core.exp: Likewise.
848 * gdb.base/info_sources_base.c: Likewise.
849
8a516164
TT
8502019-09-10 Tom Tromey <tromey@adacore.com>
851
852 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
853
aa391654
TT
8542019-09-10 Tom Tromey <tromey@adacore.com>
855
856 * gdb.ada/dgopt.exp: New file.
857 * gdb.ada/dgopt/x.adb: New file.
858
8634b462
TT
8592019-09-08 Tom Tromey <tom@tromey.com>
860
861 * gdb.tui/resize.exp: Remove setup_xfail.
862 * gdb.tui/regs.exp: Remove setup_xfail.
863 * gdb.tui/basic.exp: Remove setup_xfail.
864
736b0f76
DB
8652019-09-06 David Blaikie <dblaikie@gmail.com>
866
867 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
868 * gdb.cp/cplabel.exp: Ditto.
869 * gdb.linespec/ls-errs.exp: Ditto.
870
30331a6c
TV
8712019-09-05 Tom de Vries <tdevries@suse.de>
872
873 * lib/gdb.exp (cmp_file_string): New proc.
874 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
875 runto_main. Verify save breakpoints output.
876
98b0ebab
PW
8772019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
878
879 * gdb.base/info-var.exp: Test info variables without running
880 to main, to avoid expect's buffer overflow.
881
4e962e74
TT
8822019-09-03 Tom Tromey <tromey@adacore.com>
883
884 * gdb.ada/bias.exp: New file.
885 * gdb.ada/bias/bias.adb: New file.
886 * gdb.ada/print_chars.exp: Add regression test.
887 * gdb.ada/print_chars/foo.adb (My_Character): New type.
888 (MC): New variable.
889
2ea1a07a
SL
8902019-08-29 Sandra Loosemore <sandra@codesourcery.com>
891
892 * gdb.base/argv0-symlink.exp: Run only on native target
893 and local host.
894
8077c50d
TV
8952019-08-29 Tom de Vries <tdevries@suse.de>
896
897 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
898 diverse debug info.
899 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
900
48352473
TV
9012019-08-28 Tom de Vries <tdevries@suse.de>
902
903 * gdb.base/info-var.exp: Allow info variables to print info for files
904 other than info-var-f1.c and info-var-f2.c.
905
d8f27c60
AB
9062019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.fortran/info-types.exp: Add module.
909 * gdb.fortran/info-types.f90: Update expected results.
910
1f20c35e
AB
9112019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.fortran/info-types.exp: New file.
914 * gdb.fortran/info-types.f90: New file.
915 * lib/fortran.exp (fortran_character1): New proc.
916
4acfdd20
AB
9172019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
920 functions'. Reindent as needed.
921 * gdb.base/info-var-f1.c: New file.
922 * gdb.base/info-var-f2.c: New file.
923 * gdb.base/info-var.exp: New file.
924 * gdb.base/info-var.h: New file.
925
5c31b358
TV
9262019-08-26 Tom de Vries <tdevries@suse.de>
927
928 PR c++/24852
929 * gdb.cp/no-libstdcxx-probe.exp: New test.
930
b694989f
TV
9312019-08-26 Tom de Vries <tdevries@suse.de>
932
933 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
934 * tests need to be skipped.
935 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
936 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
937 mi_skip_libstdcxx_probe_tests.
938
d9c4ba53
SDJ
9392019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
940
941 * gdb.python/py-xmethods.exp: Use raw strings when passing
942 arguments to SimpleXMethodMatcher.
943
395fad09
TV
9442019-08-22 Tom de Vries <tdevries@suse.de>
945
946 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
947 more informative.
948
26c957f1
PA
9492019-08-21 Pedro Alves <palves@redhat.com>
950
951 * gdb.base/with.exp: Test "with" with no arguments.
952
61f80d5d
TV
9532019-08-21 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/gdb-caching-proc.exp: Sort files.
956
d7a11d13
TV
9572019-08-20 Tom de Vries <tdevries@suse.de>
958
959 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
960 compilation.
961
34dafe9f
TV
9622019-08-16 Tom de Vries <tdevries@suse.de>
963
964 * gdb.base/compare-sections.exp ("after run to main"): Allow
965 mismatched read-only sections for PIE executables.
966
398fdd60
TT
9672019-08-16 Tom Tromey <tom@tromey.com>
968
969 * lib/tuiterm.exp (_csi_Z): New proc.
970 * gdb.tui/basic.exp: Update window positions.
971 * gdb.tui/empty.exp: Update window positions.
972
d8f9e51c
SL
9732019-08-15 Sandra Loosemore <sandra@codesourcery.com>
974
975 * gdb.base/examine-backward.exp: Correct regexp for
976 "examine 3 bytes backward from ${address_zero}".
977
3df505f6
TT
9782019-08-15 Tom Tromey <tom@tromey.com>
979
980 * gdb.tui/empty.exp: Enable resizing tests.
981
272560b5
TT
9822019-08-15 Tom Tromey <tromey@adacore.com>
983
984 * gdb.ada/char_enum.exp: Add regression tests.
985 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
986 and '0'.
987 (Char, Gchar): Update.
988 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
989
08235187
CB
9902019-08-15 Christian Biesinger <cbiesinger@google.com>
991
992 * gdb.python/python.exp: Expect a leading underscore on
993 GdbOutput{,Error}File.
994
22a2ab04
SL
9952019-08-15 Sandra Loosemore <sandra@codesourcery.com>
996
997 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
998 Windows host.
999
835b995b
SL
10002019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1001
1002 * gdb.base/batch-preserve-term-settings.exp
1003 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1004
97dd8e07
CB
10052019-08-15 Christian Biesinger <cbiesinger@google.com>
1006
1007 * lib/gdb.exp: When running on a mingw target, replace
1008 /x/ with x:/.
1009
75faf5c4
AH
10102019-08-14 Alan Hayward <alan.hayward@arm.com>
1011
1012 * gdb.arch/aarch64-prologue.c: New test.
1013 * gdb.arch/aarch64-prologue.exp: New file.
1014
abc6c00f
TV
10152019-08-13 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1018 Thread.
1019
74c2c1f4
SL
10202019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1021
1022 * gdb.python/py-completion.exp: Download the .py file to the host
1023 and use its host pathname. Conditionalize tests that use
1024 tab completion and manipulate files on the build machine.
1025 * gdb.python/py-events.exp: Download the .py file to the host
1026 and use its host pathname.
1027 * gdb.python/py-evsignal.exp: Likewise.
1028 * gdb.python/py-evthreads.exp: Likewise.
1029 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1030 pathname syntax.
1031 * gdb.python/py-framefilter.exp: Download the .py file to the right
1032 place on the host. Match Windows pathname syntax.
1033 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1034 .py file to the host and use its host pathname.
1035 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1036 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1037 build pathname. Skip symlink test on Windows host. Add missing
1038 newline at end of file.
1039 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1040 and use its host pathname.
1041 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1042 * gdb.python/py-section-script.exp: Use host location of binfile
1043 on safe-path. Use correct path separator on Windows host.
1044 Reorder alternatives in gdb_test_multiple to prevent matching
1045 the wrong alternative on success.
1046 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1047
ca2589f3
PP
10482019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1049
1050 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1051 expect the GDB inferior to no longer immediately stop after
1052 being resumed with "signal SIGINT".
1053
020a839d
SL
10542019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1055
1056 * gdb.linespec/break-ask.exp: Generalize regexps to match
1057 Windows pathnames too.
1058
128d6509
TV
10592019-08-08 Tom de Vries <tdevries@suse.de>
1060
1061 PR testsuite/24862
1062 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1063
590042fc
PW
10642019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1065
1066 * gdb.base/style.exp: Update tests for help doc new invariants.
1067 * gdb.base/help.exp: Likewise.
1068
046bebe1
TT
10692019-08-06 Tom Tromey <tom@tromey.com>
1070
1071 * gdb.base/style.exp: Add disassemble test.
1072 * gdb.base/style.c (some_called_function): New function.
1073 (main): Use it.
1074
0b27c27d
CB
10752019-08-05 Christian Biesinger <cbiesinger@google.com>
1076
1077 * gdb.python/py-block.exp: Test dictionary access on blocks.
1078
580f1034
SM
10792019-08-05 Simon Marchi <simon.marchi@efficios.com>
1080
1081 PR gdb/24863
1082 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1083 -list-thread-groups --available test when running under
1084 check-read1.
1085
d86bd7cb
TV
10862019-08-05 Tom de Vries <tdevries@suse.de>
1087
1088 PR testsuite/24863
1089 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1090 * gdb.base/help.exp: Use with_read1_timeout_factor.
1091 * gdb.base/info-macros.exp: Same.
1092 * gdb.cp/nested-types.exp: Same.
1093
a80cf5d8
TV
10942019-08-05 Tom de Vries <tdevries@suse.de>
1095
1096 * lib/gdb.exp (version_at_least): Factor out of ...
1097 (tcl_version_at_least): ... here.
1098 (gdb_compile): Fail if pie results in non-PIE executable.
1099 (readelf_version, readelf_prints_pie): New proc.
1100 (exec_is_pie): Return -1 if unknown.
1101
d0962838
TV
11022019-08-05 Tom de Vries <tdevries@suse.de>
1103
1104 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1105
2252ff3d
SL
11062019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1107
1108 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1109
26655f53
SL
11102019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1111
1112 * lib/completion-support.exp (test_gdb_complete_none): Skip
1113 tab completion tests if no readline support.
1114 (test_gdb_complete_unique_re): Likewise.
1115 (test_gdb_complete_multiple): Likewise.
1116
db4dc13e
PW
11172019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1118
1119 * gdb.base/info_sources.exp: New file.
1120 * gdb.base/info_sources.c: New file.
1121 * gdb.base/info_sources_base.c: New file.
1122
0eba165a
PFC
11232019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1124
1125 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1126 prefix argument.
1127 (test_exit_status): Add prefix argument.
1128
59bd512b
TV
11292019-08-01 Tom de Vries <tdevries@suse.de>
1130
1131 PR testsuite/24863
1132 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1133 calling exp_continue for new thread and thread exited messages.
1134
2a3ad588
TV
11352019-08-01 Tom de Vries <tdevries@suse.de>
1136
1137 PR testsuite/24863
1138 * gdb.base/structs.exp: Fix check-read1 timeout using
1139 gdb_test_sequence.
1140 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1141
117eb594
TV
11422019-08-01 Tom de Vries <tdevries@suse.de>
1143
1144 PR testsuite/24863
1145 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1146 line.
1147
ed591340
TV
11482019-08-01 Tom de Vries <tdevries@suse.de>
1149
1150 PR testsuite/24863
1151 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1152
aa3b6533
TT
11532019-07-30 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.ada/display_nested.exp: New file.
1156 * gdb.ada/display_nested/foo.adb: New file.
1157 * gdb.ada/display_nested/pack.adb: New file.
1158 * gdb.ada/display_nested/pack.ads: New file.
1159
2906593f
CB
11602019-07-30 Christian Biesinger <cbiesinger@google.com>
1161
1162 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1163 namespace.
1164 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1165
0f575925
TV
11662019-07-30 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1169 instead.
1170
b13057d9
TV
11712019-07-30 Tom de Vries <tdevries@suse.de>
1172
1173 PR testsuite/24834
1174 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1175 (exec_is_pie): New proc.
1176
5c4dde85
CB
11772019-07-29 Christian Biesinger <cbiesinger@google.com>
1178
1179 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1180
c620ed88
CB
11812019-07-29 Christian Biesinger <cbiesinger@google.com>
1182
1183 * gdb.python/py-objfile.c: Add global and static vars.
1184 * gdb.python/py-objfile.exp: Test new functions Objfile.
1185 lookup_global_symbol and lookup_static_symbol.
1186
3d235706
TT
11872019-07-29 Tom Tromey <tom@tromey.com>
1188
1189 * lib/tuiterm.exp (Term::_csi_@): New proc.
1190 (Term::_csi_X): Don't move cursor.
1191
c7e4c0a6
PW
11922019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1193
1194 * gdb.base/options.exp: Update backtrace - completion to
1195 new option -frame-info.
1196 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1197 Test new 'set print frame-info'. Test backtrace -frame-info
1198 overriding 'set print frame-info'.
1199 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1200 Test new 'set print frame-info'.
1201 Verify consistency of backtrace with and without filters, with and
1202 without -no-filters.
1203 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1204 default.
1205
de28a3b7
TV
12062019-07-29 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1209 no arguments".
1210
507dd60e
TV
12112019-07-29 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1214 is a substring of the first for "complete non-unique file name".
1215
5beafce9
TV
12162019-07-29 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1219 with ".*".
1220
2d274232
TV
12212019-07-29 Tom de Vries <tdevries@suse.de>
1222
1223 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1224 Pass prompt_regexp parameter to gdb_test_multiple calls.
1225
9197cd8b
TV
12262019-07-29 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1229 print registers" regexps.
1230
b528dae0
TV
12312019-07-29 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1234
d17725d7
TV
12352019-07-29 Tom de Vries <tdevries@suse.de>
1236
1237 PR gdb/24855
1238 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1239 (skip_python_tests_prompt): Add prompt_regexp argument to
1240 gdb_test_multiple calls.
1241
52b75bf1
TT
12422019-07-27 Tom Tromey <tom@tromey.com>
1243
1244 * gdb.tui/main.exp: New file.
1245
2b1d00c2
TT
12462019-07-27 Tom Tromey <tom@tromey.com>
1247
1248 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1249 optional.
1250 * gdb.tui/empty.exp: New file.
1251
ded631d5
TT
12522019-07-27 Tom Tromey <tom@tromey.com>
1253
1254 * lib/tuiterm.exp (spawn): New proc.
1255 (Term::resize): New proc.
1256 * gdb.tui/resize.exp: New file.
1257
58ac439d
TT
12582019-07-27 Tom Tromey <tom@tromey.com>
1259
1260 * gdb.tui/list.exp: New file.
1261
fe1f56ee
TT
12622019-07-27 Tom Tromey <tom@tromey.com>
1263
1264 * gdb.tui/regs.exp: New file.
1265
f790b310
TT
12662019-07-27 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.tui/basic.exp: Add "layout split" test.
1269
d95fc6ee
TT
12702019-07-27 Tom Tromey <tom@tromey.com>
1271
1272 * gdb.tui/basic.exp: Add "layout asm" test.
1273
c3786b3a
TT
12742019-07-27 Tom Tromey <tom@tromey.com>
1275
1276 * lib/tuiterm.exp: New file.
1277 * gdb.tui/basic.exp: New file.
1278
98a617f8
KB
12792019-07-27 Kevin Buettner <kevinb@redhat.com>
1280
1281 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1282 Enable tests associated with this flag. Adjust regex
1283 referencing "foo_low" to now refer to "foo_cold" instead.
1284
5c076da4
KB
12852019-07-27 Kevin Buettner <kevinb@redhat.com>
1286
1287 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1288 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1289 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1290 foo_cold. Revise comments to match.
1291 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1292 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1293 were wrapped into this proc; Call do_test in loop from outermost
1294 level.
1295 (foo_low): Rename all occurrences to "foo_cold".
1296 (backtrace from baz): New test.
1297 (x2/i foo_cold): New test.
1298 (info line *foo_cold): New test.
1299
1512d3b7
TV
13002019-07-26 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1303
297989a1
TV
13042019-07-25 Tom de Vries <tdevries@suse.de>
1305
1306 PR testsuite/24830
1307 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1308 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1309 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1310 (skip_libstdcxx_probe_tests): ... here.
1311 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1312
b3b965fb
TV
13132019-07-24 Tom de Vries <tdevries@suse.de>
1314
1315 PR testsuite/24807
1316 * gdb.objc/basicclass.m: Include stdio.h.
1317 * gdb.objc/nondebug.m: Same.
1318 * gdb.objc/objcdecode.m: Same.
1319
4625b4d0
TV
13202019-07-24 Tom de Vries <tdevries@suse.de>
1321
1322 PR testsuite/24612
1323 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1324 additional_flags.
1325
024a5840
TV
13262019-07-24 Tom de Vries <tdevries@suse.de>
1327
1328 PR testsuite/24831
1329 * gdb.multi/tids.exp: Update error messages for info threads.
1330
c76ddaa3
TV
13312019-07-24 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.base/info-types.exp: Allow info types to print info for more than
1334 one file.
1335
9a618ef6
TV
13362019-07-23 Tom de Vries <tdevries@suse.de>
1337
1338 PR testsuite/24842
1339 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1340 gdb_spawn_with_cmdline_opts.
1341
40eadf04
SP
13422019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1343
1344 * gdb.arch/arm-cmse-sgstubs.c: New test.
1345 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1346
5ba29434
TV
13472019-07-23 Tom de Vries <tdevries@suse.de>
1348
1349 PR testsuite/24711
1350 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1351 issuing next command.
1352
a8e9d247
AB
13532019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.ada/info_auto_lang.exp: Update expected results.
1356 * gdb.base/info-types.c: Add additional types to check.
1357 * gdb.base/info-types.exp: Update expected results.
1358
eb86c5e2
AB
13592019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.base/info-types.c: New file.
1362 * gdb.base/info-types.exp: New file.
1363
01e175fe
AB
13642019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 * gdb.arch/riscv-bp-infcall.c: New file.
1367 * gdb.arch/riscv-bp-infcall.exp: New file.
1368
6b78c3f8
AB
13692019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 PR breakpoints/24541
1372 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1373
da738167
TV
13742019-07-14 Tom de Vries <tdevries@suse.de>
1375
1376 PR testsuite/24760
1377 * gdb.objc/basicclass.exp: Fix unterminated string.
1378
0d4e84ed
AB
13792019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1380 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1383 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1384 negative bounds.
1385 * gdb.fortran/vla-value.exp: Print elements of an array with
1386 negative bounds.
1387 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1388 testing.
1389
021d8588
AB
13902019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.base/options.exp (expect_string): Dequote strings in
1393 results.
1394 (test-string): Test strings with different quoting and reindent.
1395
f06f1252
TT
13962019-07-10 Tom Tromey <tromey@adacore.com>
1397
1398 * gdb.ada/mi_ex_cond.exp: Update expected results.
1399 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1400 * gdb.ada/mi_catch_ex.exp: Update expected results.
1401 * gdb.ada/mi_catch_assert.exp: Update expected results.
1402 * gdb.ada/catch_ex.exp (catch_exception_info)
1403 (catch_exception_entry, catch_assert_entry)
1404 (catch_unhandled_entry): Update.
1405 * gdb.ada/catch_assert_if.exp: Update expected results.
1406
b863685d
RB
14072019-07-10 Richard Bunt <richard.bunt@arm.com>
1408 Stephen Roberts <stephen.roberts@arm.com>
1409
1410 * gdb.base/define.exp: Restore original prompt.
1411
cb1e4e32
PA
14122019-07-09 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1415 breakpoints" output.
1416 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1417 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1418 throw" creates breakpoint.
1419 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1420 'type="catchpoint"'.
1421
b58a68fe
PA
14222019-07-09 Pedro Alves <palves@redhat.com>
1423
1424 PR c++/15468
1425 * gdb.cp/except-multi-location-lib.cc: New.
1426 * gdb.cp/except-multi-location-main.cc: New.
1427 * gdb.cp/except-multi-location.exp: New.
1428
0826779b
PW
14292019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1430
1431 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1432 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1433 argument and update callers.
1434
5b0e2db4
AB
14352019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * gdb.arch/amd64-break-on-asm-line.S: New file.
1438 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1439
1f6f6e21
PW
14402019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1441
1442 * gdb.base/printcmds.exp: Test printing C string and
1443 C wide string convenience vars without transiting via the inferior.
1444 Also make test names unique.
1445
ea142fbf
AH
14462019-07-08 Alan Hayward <alan.hayward@arm.com>
1447
5862c886 1448 PR breakpoints/25011
ea142fbf
AH
1449 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1450
213fd9fa
PA
14512019-07-04 Pedro Alves <palves@redhat.com>
1452
1453 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1454 body returned ok(0), break(3) or continue(4).
1455 * gdb.testsuite/foreach_with_prefix.exp: New file.
1456
2b40fda7
AH
14572019-07-04 Alan Hayward <alan.hayward@arm.com>
1458
1459 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1460
a26c8de0
PA
14612019-07-03 Pedro Alves <palves@redhat.com>
1462
1463 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1464 "return -code".
1465
5f4ba3e7
PA
14662019-07-03 Pedro Alves <palves@redhat.com>
1467
1468 PR cli/24732
1469 * gdb.base/shell.exp: Load completion-support.exp.
1470 Adjust expected error output. Add completion tests.
1471
a994424f
PA
14722019-07-03 Pedro Alves <palves@redhat.com>
1473
1474 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1475 string_to_regexp.
1476
3d9be6f5
PA
14772019-07-03 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1480 (expect_integer): Adjust to expect "-string".
1481 (expect_string): New.
1482 (all_options): Expect "-string".
1483 (test-flag, test-boolean): Adjust to expect "-string".
1484 (test-string): New proc.
1485 (top level): Call it.
1486
41fc454c
PA
14872019-07-03 Pedro Alves <palves@redhat.com>
1488
1489 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1490 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1491 the expected output in the success.
1492
b2b2a215
PA
14932019-07-03 Pedro Alves <palves@redhat.com>
1494
1495 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1496 Split one gdb_test_multiple call in two to avoid a race.
1497
fdbc9870
PA
14982019-07-03 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.base/with.c: New file.
1501 * gdb.base/with.exp: New file.
1502
c6ac8931
PA
15032019-07-03 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/settings.exp: Replace all references to "maint
1506 test-settings set" with references to "maint set test-settings",
1507 and all references to "maint test-settings show" with references
1508 to "maint show test-settings".
1509
970f9d09
PA
15102019-07-03 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/settings.exp (test-string): Adjust expected out when
1513 testing "maint test-settings show filename"
1514
54d66006
PA
15152019-07-02 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/options.exp (test-info-threads): New procedure.
1518 (top level): Call it.
1519
10d06d82
TT
15202019-06-28 Tom Tromey <tromey@adacore.com>
1521
1522 * gdb.dwarf2/ada-linkage-name.c: New file.
1523 * gdb.dwarf2/ada-linkage-name.exp: New file.
1524
3d507ff2
TT
15252019-06-27 Tom Tromey <tromey@adacore.com>
1526
d039f014 1527 PR c++/20020:
3d507ff2
TT
1528 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1529
8af58ffe
TV
15302019-06-26 Tom de Vries <tdevries@suse.de>
1531
1532 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1533
22e21752
TV
15342019-06-26 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.base/index-cache.exp: Add back missing debug option.
1537
b65b566c
PW
15382019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1539
1540 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1541
5c2c8c69
TV
15422019-06-25 Tom de Vries <tdevries@suse.de>
1543
1544 PR testsuite/24727
1545 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1546
164e3873
TV
15472019-06-24 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1550
824eacee
TV
15512019-06-24 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1554 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1555 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1556
385b97d3
TV
15572019-06-24 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1560
c596f180
TV
15612019-06-21 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1564
b13a7d03
TV
15652019-06-21 Tom de Vries <tdevries@suse.de>
1566
1567 PR testsuite/24518
1568 PR ada/24713
1569 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1570 index.
1571
899277ae
TT
15722019-06-19 Tom Tromey <tromey@adacore.com>
1573
1574 * gdb.ada/length_cond.exp: Add intro comment.
1575
680e1bee
TT
15762019-06-19 Tom Tromey <tromey@adacore.com>
1577
1578 * gdb.ada/length_cond.exp: New file.
1579 * gdb.ada/length_cond/length_cond.adb: New file.
1580 * gdb.ada/length_cond/pck.adb: New file.
1581 * gdb.ada/length_cond/pck.ads: New file.
1582
0ed4690a
TV
15832019-06-18 Tom de Vries <tdevries@suse.de>
1584
1585 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1586
d20ed5fd
TT
15872019-06-18 Tom Tromey <tromey@adacore.com>
1588
1589 * gdb.base/list0.h: Add comment explaining control character.
1590
86e04673
TV
15912019-06-18 Tom de Vries <tdevries@suse.de>
1592
1593 * boards/fission.exp: Break up long debug_flags line.
1594
c4973306
SM
15952019-06-16 Tom de Vries <tdevries@suse.de>
1596
1597 PR gdb/24445
1598 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1599 generated index.
1600
93cb9841
AB
16012019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 PR gdb/24686
1604 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1605 improve detection of bug gdb/24541.
1606
399aaebd
SM
16072019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1608
1609 PR gdb/24669
1610 * gdb.base/index-cache.exp (uses_readnow,
1611 expecting_index_cache_use): Define global variable.
1612 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1613 expecting_index_cache_use.
1614
584a927c
AB
16152019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1616 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * gdb.fortran/pointers.f90: New file.
1619 * gdb.fortran/print_type.exp: New file.
1620 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1621 * gdb.fortran/vla-type.exp: Likewise.
1622 * gdb.fortran/vla-value.exp: Likewise.
1623 * gdb.mi/mi-vla-fortran.exp: Likewise.
1624
30056ea0
AB
16252019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1628 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1629 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1630 as a stop reason.
1631
ec8e2b6d
AB
16322019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * gdb.base/annota1.exp: Update expected results.
1635 * gdb.cp/annota2.exp: Likewise.
1636 * gdb.cp/annota3.exp: Likewise.
1637
09e4c4e1
AB
16382019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.base/style-logging.exp: Remove path from test name.
1641
0735b091
TT
16422019-06-14 Tom Tromey <tromey@adacore.com>
1643
1644 PR gdb/24502:
1645 * gdb.base/style-logging.exp: New file.
1646
f5686554
TT
16472019-06-14 Tom Tromey <tromey@adacore.com>
1648
1649 * gdb.base/symfile-warn.exp: New file.
1650 * gdb.base/symfile-warn.c: New file.
1651
a0c1ffed
TT
16522019-06-14 Tom Tromey <tromey@adacore.com>
1653
1654 * gdb.base/annotate-symlink.exp: New file.
1655
f411722c
TT
16562019-06-14 Tom Tromey <tromey@adacore.com>
1657
1658 * gdb.ada/set_wstr.exp: Add reassignment test.
1659
4268ec18
TT
16602019-06-14 Tom Tromey <tromey@adacore.com>
1661
1662 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1663 'unchecked_access and 'unrestricted_access as well.
1664
9a9e394b
TT
16652019-06-14 Tom Tromey <tromey@adacore.com>
1666
1667 PR ada/24539:
1668 * gdb.ada/vla.exp: Update tests.
1669 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1670 pragma.
1671
4c048731
PA
16722019-06-13 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.base/settings.exp (test-integer): Test junk after
1675 "unlimited".
1676
6665660a
PA
16772019-06-13 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/options.exp (test-thread-apply): New.
1680 (top level): Call it.
1681
5d707134
PA
16822019-06-13 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.base/options.exp (test-frame-apply): New.
1685 (top level): Test print commands with different "frame apply"
1686 prefixes.
1687
e2a689da
PA
16882019-06-13 Pedro Alves <palves@redhat.com>
1689
e79be6e5 1690 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1691 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1692 'max_completions' parameter and handle it.
1693 (test_gdb_completion_offers_commands): New.
1694
90a1ef87
PA
16952019-06-13 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1698
d4c16835
PA
16992019-06-13 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/options.exp (test-backtrace): New.
1702 (top level): Call it.
1703
2daf894e
PA
17042019-06-13 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.guile/scm-frame-args.exp: Use "set print
1707 raw-frame-arguments" instead of "set print raw frame-arguments".
1708 * gdb.python/py-frame-args.exp: Likewise.
1709
e6ed716c
PA
17102019-06-13 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.compile/compile.exp: Adjust expected output to option
1713 processing changes.
1714
7d8062de
PA
17152019-06-13 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.base/options.exp: Build executable.
1718 (test-print): New procedure.
1719 (top level): Call it, once for "print" and another for "compile
1720 print".
1721
9d0faba9
PA
17222019-06-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/options.c: New file.
1725 * gdb.base/options.exp: New file.
1726
dee7b4c8
PA
17272019-06-13 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1730 that "o" is ambiguous.
1731
dca0f6c0
PA
17322019-06-13 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.base/settings.c: New file.
1735 * gdb.base/settings.exp: New file.
1736
ccf46844
PA
17372019-06-13 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/completion.exp: Fix comment typo.
1740
b9a3f842
PA
17412019-06-13 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1744 foo --1" test.
1745
d106773e
PA
17462019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1747
1748 * gdb.fortran/block-data.f: New.
1749 * gdb.fortran/block-data.exp: New.
1750
fea82da0
TV
17512019-06-11 Tom de Vries <tdevries@suse.de>
1752
1753 PR testsuite/24521
1754 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1755 message.
1756
8c2e74f1
TV
17572019-06-11 Tom de Vries <tdevries@suse.de>
1758
1759 PR testsuite/24521
1760 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1761
b49851c8
TV
17622019-06-11 Tom de Vries <tdevries@suse.de>
1763
1764 * boards/readnow.exp: New file.
1765
a7067863
AB
17662019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 * gdb.fortran/vla-sizeof.exp: Update expected results.
1769
1a3da2cd
AB
17702019-06-06 Amos Bird <amosbird@gmail.com>
1771
1772 * gdb.base/annota1.exp (thread_switch): Add test for
1773 thread-exited annotation.
1774
3847a7bf
TT
17752019-06-06 Tom Tromey <tromey@adacore.com>
1776
1777 * gdb.base/maint.exp: Expect command started/finished output.
1778
0088ba59
AB
17792019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1780
1781 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1782 comment.
1783 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1784
312617a3
AB
17852019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1788 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1789 * gdb.arch/riscv-unwind-long-insn.c: New file.
1790 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1791
e1f2e1a2
CB
17922019-06-04 Christian Biesinger <cbiesinger@google.com>
1793
d3238f7d 1794 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1795
206584bd
PW
17962019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1797
1798 * lib/gdb.exp (help_list_trailer): New regexp variable
1799 factorizing the help trailer message.
1800 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1801 arg to allow to better factorize various tests.
1802 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1803 (test_prefix_command_help): Use help_list_trailer.
1804 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1805 * gdb.guile/scm-cmd.exp: Likewise.
1806 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1807 * gdb.base/help.exp: Use test_user_defined_class_help.
1808 * gdb.base/style.exp: Add tests for styling of help and apropos.
1809 * lib/gdb-utils.exp (style): Add title and highlight styles.
1810
708dc93e
PW
18112019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1812
1813 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1814 $_shell_exitsignal.
1815 * gdb.base/default.exp: Update for new convenience variables.
1816
f49055a5
TT
18172019-05-29 Tom Tromey <tromey@adacore.com>
1818
1819 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1820 to "break complete ada" test case's regexp.
1821
4330d61d
TT
18222019-05-29 Tom Tromey <tromey@adacore.com>
1823
1824 PR c++/20020:
1825 * gdb.cp/constexpr-field.exp: New file.
1826 * gdb.cp/constexpr-field.cc: New file.
1827
000439d5
TT
18282019-05-29 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.base/finish.exp (finish_no_print): New proc.
1831 (finish_tests): Call it.
1832
5a01c34c
TV
18332019-05-24 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.dwarf2/gdb-add-index.exp: New file.
1836
18125b16
TT
18372019-05-22 Tom Tromey <tromey@adacore.com>
1838
1839 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1840 * gdb.base/style.exp: Use "style".
1841 * lib/gdb-utils.exp (style): New proc.
1842
af1a8d03
TV
18432019-05-22 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.base/align.exp: Require c++11.
1846
e7fe496b
TV
18472019-05-22 Tom de Vries <tdevries@suse.de>
1848
1849 PR testsuite/24586
1850 * gdb.python/py-mi-var-info-path-expression.exp: Call
1851 mi_skip_python_tests to check if python is supported.
1852
8fca4da0
AH
18532019-05-22 Alan Hayward <alan.hayward@arm.com>
1854
1855 * gdb.arch/aarch64-pauth.c: New test.
1856 * gdb.arch/aarch64-pauth.exp: New file.
1857
b7060614
AH
18582019-05-22 Alan Hayward <alan.hayward@arm.com>
1859
1860 * README (Re-running Tests Outside The Testsuite): New section.
1861
669d0468
TV
18622019-05-21 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.arch/amd64-eval.exp: Require c++11.
1865 * gdb.base/max-depth.exp: Same.
1866 * gdb.compile/compile-cplus-array-decay.exp: Same.
1867 * gdb.cp/meth-typedefs.exp: Same.
1868 * gdb.cp/subtypes.exp: Same.
1869 * gdb.cp/temargs.exp: Same.
1870
ce3ebcaa
AH
18712019-05-21 Alan Hayward <alan.hayward@arm.com>
1872
1873 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1874
34d11c68
AB
18752019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 PR gdb/18644
1878 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1879 * gdb.fortran/printing-types.exp: Add new test.
1880 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1881 testing.
1882 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1883 setup_kfail call.
1884
87781e84
AH
18852019-05-17 Alan Hayward <alan.hayward@arm.com>
1886
1887 * README (Running the Testsuite): Change example.
1888 (Testsuite Parameters): Remove TRANSCRIPT.
1889 * lib/gdb.exp: Remove TRANSCRIPT check.
1890
b420b89e
AH
18912019-05-17 Alan Hayward <alan.hayward@arm.com>
1892
1893 * README (Testsuite Parameters): Add replay logging to
1894 GDBSERVER_DEBUG.
1895 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1896 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1897 as a comma separated list.
1898 (gdb_debug_init): Override procedure.
1899
408e9b8b
AH
19002019-05-17 Alan Hayward <alan.hayward@arm.com>
1901
1902 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1903 (gdb_write_cmd_file): New procedure.
1904 * lib/gdbserver-support.exp (gdbserver_start): Call
1905 gdbserver_write_cmd_file.
1906 (gdbserver_write_cmd_file): New procedure.
1907
f9e2e39d
AH
19082019-05-17 Alan Hayward <alan.hayward@arm.com>
1909
1910 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1911 (delete_breakpoints): Likewise.
1912 (gdb_run_cmd): Likewise.
1913 (gdb_start_cmd): Likewise.
1914 (gdb_starti_cmd): Likewise.
1915 (gdb_internal_error_resync): Likewise.
1916 (gdb_test_multiple): Likewise.
1917 (gdb_reinitialize_dir): Likewise.
1918 (default_gdb_exit): Likewise.
1919 (gdb_file_cmd): Mark kill as optional.
1920 (default_gdb_start): Call gdb_stdin_log_init.
1921 (send_gdb): Call gdb_stdin_log_write.
1922 (rerun_to_main): Mark Y as an answer.
1923 (gdb_stdin_log_init): New function.
1924 (gdb_stdin_log_write): Likewise.
1925
81f47ac2
AH
19262019-05-17 Alan Hayward <alan.hayward@arm.com>
1927
1928 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1929 * gdb.base/debug-expr.exp: Likewise.
1930 * gdb.base/foll-fork.exp: Likewise.
1931 * gdb.base/foll-vfork.exp: Likewise.
1932 * gdb.base/fork-print-inferior-events.exp: Likewise.
1933 * gdb.base/gdb-sigterm.exp: Likewise.
1934 * gdb.base/gdbinit-history.exp: Likewise.
1935 * gdb.base/osabi.exp: Likewise.
1936 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1937 * gdb.base/ui-redirect.exp: Likewise.
1938 * gdb.gdb/unittest.exp: Likewise.
1939 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1940 * gdb.mi/mi-watch.exp: Likewise.
1941 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1942 * gdb.mi/user-selected-context-sync.exp: Likewise.
1943 * gdb.python/python.exp: Disable debug test when debugging.
1944 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1945 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1946 Likewise.
1947 * gdb.threads/stepi-random-signal.exp: Likewise.
1948
29b52314
AH
19492019-05-17 Alan Hayward <alan.hayward@arm.com>
1950
1951 * Makefile.in: Pass through GDB_DEBUG.
1952 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1953 (gdb,debug): Add board setting.
1954 * lib/gdb.exp (default_gdb_start): Start debugging.
1955 (gdb_debug_enabled): New procedure.
1956 (gdb_debug_init): Likewise.
29b52314
AH
1957
19582019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1959
29b52314
AH
1960 * Makefile.in: Pass through GDB_DEBUG.
1961 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1962 (gdb,debug): Add board setting.
1963 * lib/gdb.exp (default_gdb_start): Start debugging.
1964 (gdb_debug_enabled): New procedure.
1965 (gdb_debug_init): Likewise.
29b52314 1966
ca1285d1
AH
19672019-05-17 Alan Hayward <alan.hayward@arm.com>
1968
1969 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1970
f3a09c80
AH
19712019-05-17 Alan Hayward <alan.hayward@arm.com>
1972
1973 * gdb.base/ui-redirect.exp: Test redirection.
1974
26648588
JV
19752019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1976
1977 * gdb.mi/mi-complete.exp: New file.
1978 * gdb.mi/mi-complete.cc: Likewise.
1979
14237686
AB
19802019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1981
1982 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1983 indexed and sliced arrays, and pointers to arrays.
1984
e7bd7fba
TT
19852019-05-14 Tom Tromey <tromey@adacore.com>
1986
1987 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1988 styling test.
1989
2764128d
TV
19902019-05-14 Tom de Vries <tdevries@suse.de>
1991
1992 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1993 selection entry encoding.
1994
71bed2db
TT
19952019-05-10 Tom Tromey <tromey@adacore.com>
1996
1997 * gdb.ada/info_exc.exp: Add "complete" test.
1998
63b667ad
TV
19992019-05-09 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2002 CU-relative.
2003
9cfd2b89
TV
20042019-05-09 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2007 CU-relative.
2008
2228ef77
XR
20092019-05-08 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.ada/frame_arg_lang.exp: New testcase.
2012 * gdb.ada/frame_arg_lang/bla.adb: New file.
2013 * gdb.ada/frame_arg_lang/pck.ads: New file.
2014 * gdb.ada/frame_arg_lang/pck.adb: New file.
2015 * gdb.ada/frame_arg_lang/foo.c: New file.
2016
80e55b13
TT
20172019-05-08 Tom Tromey <tromey@adacore.com>
2018
2019 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2020
9d3421af
TT
20212019-05-08 Tom Tromey <tromey@adacore.com>
2022
2023 * gdb.base/ptype-offsets.exp: Update tests.
2024
844333e2
TT
20252019-05-08 Tom Tromey <tromey@adacore.com>
2026
2027 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2028 cases.
2029 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2030 "short".
2031
988915ee
TT
20322019-05-08 Tom Tromey <tromey@adacore.com>
2033
2034 * gdb.ada/vla.exp: New file.
2035 * gdb.ada/vla/vla.adb: New file.
2036
7bd55dac
TV
20372019-05-07 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2040
75f06e9d
TV
20412019-05-07 Tom de Vries <tdevries@suse.de>
2042
2043 PR testsuite/24522
2044 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2045 section.
2046
77e7aaa4
TV
20472019-05-07 Tom de Vries <tdevries@suse.de>
2048
2049 PR testsuite/24522
2050 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2051 .debug_aranges section.
2052
456ba0fa
TV
20532019-05-07 Tom de Vries <tdevries@suse.de>
2054
2055 PR testsuite/24159
2056 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2057
5a56d6a6
TV
20582019-05-06 Tom de Vries <tdevries@suse.de>
2059
2060 * lib/gdb.exp (exec_has_index_section): New proc.
2061 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2062 section.
2063
9d6d4be8
TV
20642019-05-04 Tom de Vries <tdevries@suse.de>
2065
2066 * boards/cc-with-debug-names.exp: New file.
2067
222a8d25
TT
20682019-05-03 Tom Tromey <tromey@adacore.com>
2069
2070 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2071 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2072 * gdb.ada/char_enum.exp: Add test.
2073
0fdfd794
TV
20742019-05-03 Tom de Vries <tdevries@suse.de>
2075
2076 * boards/cc-with-gdb-index.exp: New file.
2077
80062eb9
AB
20782019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * gdb.rust/simple.exp: Add new test case.
2081 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2082 (main): Initialise an instance of the new struct.
2083
4504bbde
TT
20842019-05-01 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2087 record.
2088 (NPR): New variable.
2089 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2090 test.
2091
d48e62f4
TT
20922019-05-01 Tom Tromey <tromey@adacore.com>
2093
2094 * gdb.ada/packed_array_assign.exp: Add packed assignment
2095 regression test.
2096
f59f30f5
TV
20972019-05-01 Tom de Vries <tdevries@suse.de>
2098
2099 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2100
b70bfc54
TV
21012019-05-01 Tom de Vries <tdevries@suse.de>
2102
2103 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2104
15f18d14
AT
21052019-04-30 Ali Tamur <tamur@google.com>
2106
2107 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2108
2ff0a947
TT
21092019-04-30 Tom Tromey <tromey@adacore.com>
2110
2111 * lib/ada.exp (find_ada_tool): New proc.
2112 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2113 * gdb.ada/catch_ex_std.exp: New file.
2114 * gdb.ada/catch_ex_std/foo.adb: New file.
2115 * gdb.ada/catch_ex_std/some_package.adb: New file.
2116 * gdb.ada/catch_ex_std/some_package.ads: New file.
2117
a776957c
TT
21182019-04-30 Tom Tromey <tromey@adacore.com>
2119
2120 PR c++/24470:
2121 * gdb.cp/temargs.cc: Add test code from PR.
2122
bc68014d
AB
21232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.fortran/vla-datatypes.exp: Update expected results.
2126 * gdb.fortran/vla-ptype.exp: Likewise.
2127 * gdb.fortran/vla-type.exp: Likewise.
2128 * gdb.fortran/vla-value.exp: Likewise.
2129
f1fdc960
AB
21302019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.fortran/ptr-indentation.exp: Update expected results.
2133 * gdb.fortran/ptype-on-functions.exp: Likewise.
2134 * gdb.fortran/vla-ptr-info.exp: Likewise.
2135 * gdb.fortran/vla-value.exp: Likewise.
2136
bf7a4de1
AB
21372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.fortran/ptype-on-functions.exp: New file.
2140 * gdb.fortran/ptype-on-functions.f90: New file.
2141
bbe75b9d
AB
21422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2145 case void string.
2146
1db455a7
AB
21472019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.fortran/complex.exp: Expand.
2150 * gdb.fortran/complex.f: Renamed to...
2151 * gdb.fortran/complex.f90: ...this, and extended to add more
2152 complex values.
2153
b6d03bb2
AB
21542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2157 MODULO, CMPLX.
2158
2e62ab40
AB
21592019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2160 Richard Bunt <richard.bunt@arm.com>
2161
2162 * gdb.base/max-depth.c: New file.
2163 * gdb.base/max-depth.exp: New file.
2164 * gdb.python/py-nested-maps.c: New file.
2165 * gdb.python/py-nested-maps.exp: New file.
2166 * gdb.python/py-nested-maps.py: New file.
2167 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2168 (test_all_common): Call test_max_depth.
2169 * gdb.fortran/max-depth.exp: New file.
2170 * gdb.fortran/max-depth.f90: New file.
2171 * gdb.go/max-depth.exp: New file.
2172 * gdb.go/max-depth.go: New file.
2173 * gdb.modula2/max-depth.exp: New file.
2174 * gdb.modula2/max-depth.c: New file.
2175 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2176
d2b584a5
TV
21772019-04-29 Tom de Vries <tdevries@suse.de>
2178
2179 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2180
136afab8
PW
21812019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2182
2183 * gdb.base/callexit.exp: Test may-call-functions off.
2184
725cbb63
KS
21852019-04-25 Keith Seitz <keiths@redhat.com>
2186
2187 PR c++/24367
2188 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2189 (another_incomplete_struct, test_incomplete): New definitions.
2190 (main): Use new definitions.
2191 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2192 functions.
2193
82433e3e
SDJ
21942019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2195
2196 PR corefiles/11608
2197 PR corefiles/18187
2198 * gdb.base/coredump-filter-build-id.exp: New file.
2199
dd06d4d6
AH
22002019-04-25 Alan Hayward <alan.hayward@arm.com>
2201
e79be6e5
SM
2202 * Makefile.in: Pass through GDBSERVER_DEBUG.
2203 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2204 (gdbserver,debug): Add board setting.
2205 * gdb.trace/tspeed.exp: Skip when debugging.
2206 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2207 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2208
1670072e
TT
22092019-04-24 Tom Tromey <tromey@adacore.com>
2210
2211 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2212 Rust.
2213
a59240a4
TT
22142019-04-24 Tom Tromey <tromey@adacore.com>
2215
2216 * gdb.arch/amd64-eval.exp: Test bitfield return.
2217 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2218 (class Foo) <return_bitfields>: New method.
2219 (main): Call it.
2220
b907456c
AB
22212019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.cp/many-args.cc: New file.
2224 * gdb.cp/many-args.exp: New file.
2225
5c565afd
TV
22262019-04-23 Tom de Vries <tdevries@suse.de>
2227
2228 PR gdb/24433
2229 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2230
ba22ff86
AH
22312019-04-23 Alan Hayward <alan.hayward@arm.com>
2232
2233 * gdb.trace/backtrace.exp: Use nopie flag.
2234 * gdb.trace/circ.exp: Likewise.
2235 * gdb.trace/collection.exp: Likewise.
2236 * gdb.trace/ftrace.exp: Likewise.
2237 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2238 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2239 * gdb.trace/qtro.exp: Likewise.
2240 * gdb.trace/read-memory.exp: Likewise.
2241 * gdb.trace/report.exp: Likewise.
2242 * gdb.trace/tfile.exp: Likewise.
2243 * gdb.trace/tfind.exp: Likewise.
2244 * gdb.trace/unavailable.exp: Likewise.
2245
7905fc35
PA
22462019-04-22 Pedro Alves <palves@redhat.com>
2247
2248 * gdb.base/solib-probes-nosharedlibrary.c,
2249 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2250
8ecb59f8
TT
22512019-04-19 Tom Tromey <tromey@adacore.com>
2252
2253 * gdb.ada/ptype_union.c: New file.
2254 * gdb.ada/ptype_union.exp: New file.
2255
62160ec9
TT
22562019-04-19 Tom Tromey <tromey@adacore.com>
2257
2258 PR symtab/24423:
2259 * gdb.base/list0.h (foo): Add a control-l character.
2260
36cd4ba5
TV
22612019-04-18 Tom de Vries <tdevries@suse.de>
2262
2263 PR gdb/24433
2264 * boards/local-board.exp: Set sysroot to "".
2265
b73715df
TV
22662019-04-18 Tom de Vries <tdevries@suse.de>
2267 Pedro Alves <palves@redhat.com>
2268
2269 PR gdb/24454
2270 * gdb.threads/vfork-follow-child-exec.c: New file.
2271 * gdb.threads/vfork-follow-child-exec.exp: New file.
2272 * gdb.threads/vfork-follow-child-exit.c: New file.
2273 * gdb.threads/vfork-follow-child-exit.exp: New file.
2274
4aa866af
LS
22752019-04-15 Leszek Swirski <leszeks@google.com>
2276
2277 * gdb.arch/amd64-eval.cc: New file.
2278 * gdb.arch/amd64-eval.exp: New file.
2279
e5a1a79a
AH
22802019-04-11 Alan Hayward <alan.hayward@arm.com>
2281
2282 * gdb.server/sysroot.c: New test.
2283 * gdb.server/sysroot.exp: New file.
2284 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2285 matching param.
2286
41077b66
AB
22872019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.base/align.exp: Extend test to cover structures containing
2290 only static fields.
2291
c30391f8
TV
22922019-04-11 Tom de Vries <tdevries@suse.de>
2293
2294 * boards/cc-with-dwz-m.exp: New file.
2295 * boards/cc-with-dwz.exp: New file.
2296 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2297
e242fd12
SM
22982019-04-09 Simon Marchi <simon.marchi@efficios.com>
2299
2300 * gdb.base/start-cpp.exp: New file.
2301 * gdb.base/start-cpp.cc: New file.
2302
2b0c8b01
KB
23032019-04-08 Kevin Buettner <kevinb@redhat.com>
2304
2305 * gdb.python/py-thrhandle.exp: Adjust tests to call
2306 thread_from_handle instead of thread_from_thread_handle.
2307
947210e5
KB
23082019-04-08 Kevin Buettner <kevinb@redhat.com>
2309
2310 * gdb.python/py-thrhandle.exp: Add tests for
2311 gdb.InferiorThread.handle.
2312
d7df6549
AB
23132019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.python/py-function.exp: Check calling helper function from
2316 all languages.
2317 * lib/gdb.exp (gdb_supported_languages): New proc.
2318
8bdc1658
AB
23192019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2320
2321 * gdb.base/complex-parts.c: New file.
2322 * gdb.base/complex-parts.exp: New file.
2323
05caa1d2
TT
23242019-04-01 Tom Tromey <tromey@adacore.com>
2325
2326 PR symtab/23331:
2327 * gdb.dwarf2/dw2-ranges-main.c: New file.
2328 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2329 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2330
7734102d
EZ
23312019-03-30 Simon Marchi <simark@simark.ca>
2332
2333 * gdb.base/default.exp: Add values for $_gdb_major and
2334 $_gdb_minor.
2335
188e1fa9
TT
23362019-03-29 Tom Tromey <tromey@adacore.com>
2337
2338 * gdb.base/help.exp: Tighten apropos regexp.
2339
2880242d
KS
23402019-03-29 Keith Seitz <keiths@redhat.com>
2341
2342 * gdb.fortran/array-bounds.exp: New file.
2343 * gdb.fortran/array-bounds.f90: New file.
2344
077cad8e
PW
23452019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2346
2347 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2348
80047cfc
PW
23492019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2350
2351 * gdb.multi/hello.c (main): Increase alarm timer.
2352
f489207e
SL
23532019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2354
2355 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2356 factor when no hardware watchpoint support.
2357
c92df149
AH
23582019-03-28 Alan Hayward <alan.hayward@arm.com>
2359 Pedro Alves <palves@redhat.com>
2360
2361 * boards/local-board.exp: set sysroot to /.
2362
933aebfa
AH
23632019-03-27 Alan Hayward <alan.hayward@arm.com>
2364
2365 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2366 in child.
2367
9f9aa852
AB
23682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2369
2370 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2371 field.
2372 (make_container): Initialise new field.
2373 * gdb.python/py-prettyprint.exp: Add new tests.
2374 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2375 <display_hint>: New method.
2376
3714a195
AB
23772019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2378
2379 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2380 gdb_continue_to_breakpoint more throughout this test.
2381 (run_lang_tests) Supply unique test names, and use
2382 gdb_test_no_output.
2383
18c77628
AB
23842019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.base/finish-pretty.exp: Update expected results.
2387 * gdb.base/pretty-print.c: New file.
2388 * gdb.base/pretty-print.exp: New file.
2389
9a93502f
PA
23902019-03-25 Pedro Alves <palves@redhat.com>
2391
2392 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2393 move comments outside list. Append '-i "" eof' section.
2394
968aa7ae
AH
23952019-03-22 Alan Hayward <alan.hayward@arm.com>
2396
34a7f2a4 2397 PR testsuite/25016
968aa7ae
AH
2398 * README: Add pie options.
2399 * gdb.base/break-interp.exp: Ensure pie is disabled.
2400 * gdb.base/dump.exp: Likewise.
2401 * lib/gdb.exp (gdb_compile): Add pie option.
2402
4c7d57e7
TT
24032019-03-19 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.mi/mi2-cli-display.c: New file.
2406 * gdb.mi/mi2-cli-display.exp: New file.
2407
bff8c71f
TT
24082019-03-18 Joel Brobecker <brobecker@adacore.com>
2409 Tom Tromey <tromey@adacore.com>
2410
2411 * gdb.ada/ptype_array/pck.adb: New file.
2412 * gdb.ada/ptype_array/pck.ads: New file.
2413 * gdb.ada/ptype_array/foo.adb: New file.
2414 * gdb.ada/ptype_array.exp: New file.
2415
d085f989
TT
24162019-03-14 Tom Tromey <tromey@adacore.com>
2417
2418 * gdb.base/style.exp: Add "set style sources" test.
2419
b4be1b06
SM
24202019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2421
2422 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2423 * mi-breakpoint-multiple-locations.exp: ... this.
2424 (make_breakpoints_pattern): New proc.
2425 (do_test): Add mi_version parameter, test -break-insert,
2426 -break-info and =breakpoint-created.
2427
7cde5fc2
AB
24282019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * config/default.exp: Remove 'load_lib gdb.exp'.
2431 * config/monitor.exp: Likewise.
2432 * config/sid.exp: Likewise.
2433 * config/sim.exp: Likewise.
2434 * config/slite.exp: Likewise.
2435 * config/unix.exp: Likewise.
2436 * gdb.base/default.exp: Remove unhelpful comment.
2437
efbecbc1
AB
24382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2441
0841c79a
AB
24422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2445
4a270568
AB
24462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.fortran/type-kinds.exp: Update expected results.
2449
067630bd
AB
24502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2453
3be47f7a
AB
24542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2457 function.
2458 (test_basic_parsing_of_type_kinds): Expand types tested.
2459 (test_parsing_invalid_type_kinds): New function.
2460
4d00f5d8
AB
24612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.fortran/intrinsics.exp: New file.
2464 * gdb.fortran/intrinsics.f90: New file.
2465 * gdb.fortran/type-kinds.exp: New file.
2466
c8f91604
AB
24672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.fortran/dot-ops.exp: New file.
2470
dd9f2c76
AB
24712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2474 Check upper and lower case logical literals.
2475
84ec9724
AB
24762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2479 Remove duplicate tests.
2480
c3734e09
AH
24812019-03-06 Alan Hayward <alan.hayward@arm.com>
2482
2483 * lib/gdb.exp (builtin_cd): rename of cd.
2484 (cd): Override builtin.
2485
aa3cfbda
RB
24862019-03-06 Richard Bunt <richard.bunt@arm.com>
2487
2488 * gdb.fortran/function-calls.exp: New file.
2489 * gdb.fortran/function-calls.f90: New test.
2490
7b63ad86
RB
24912019-03-04 Richard Bunt <richard.bunt@arm.com>
2492
2493 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2494 on user program standard output.
2495 * gdb.fortran/short-circuit-argument-list.f90: Record function
2496 calls.
2497
01abb042
AH
24982019-02-28 Alan Hayward <alan.hayward@arm.com>
2499
c3734e09
AH
2500 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2501 failure.
01abb042 2502
92137da0
RO
25032019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2504
2505 PR gdb/8527
2506 * gdb.base/interrupt-daemon-attach.c,
2507 gdb.base/interrupt-daemon-attach.exp: New test.
2508
5862844d
PA
25092019-02-27 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.base/page.exp: Add tests for "set width/height -1".
2512
8ed25214
PA
25132019-02-27 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/page.exp: Add tests for "set/show width/height" with
2516 "infinite" values.
2517
6c28e44a
TT
25182019-02-27 Tom Tromey <tromey@adacore.com>
2519
2520 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2521 2.4.
2522 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2523 workaround.
2524
bf9a735e
AB
25252019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2528 tests for structs with static members.
2529
8791793c
TT
25302019-02-26 Tom Tromey <tromey@adacore.com>
2531
2532 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2533 ValueError, not TypeError.
2534
bc2a507e
KB
25352019-02-26 Kevin Buettner <kevinb@redhat.com>
2536
2537 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2538 call from main program.
2539
e0e7d3bd
JB
25402019-02-23 Joel Brobecker <brobecker@adacore.com>
2541
2542 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2543 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2544 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2545 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2546 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2547
9600246d
KS
25482019-02-22 Keith Seitz <keiths@redhat.com>
2549
2550 PR symtab/23853
2551 * gdb.base/symlink-sourcefile.c: New file.
2552 * gdb.base/symlink-sourcefile.exp: New file.
2553
0c95f9ed
TT
25542019-02-20 Tom Tromey <tom@tromey.com>
2555
2556 * gdb.base/info_qt.exp: Update.
2557
6caa91b6
SM
25582019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2559
2560 * gdb.base/source.exp: Move "error in sourced script" code to
2561 the end.
2562 * gdb.base/source-error.gdb: Move contents to
2563 source-error-1.gdb. Add new code to source source-error-1.gdb.
2564 * gdb.base/source-error-1.gdb: New file, from previous
2565 source-error.gdb.
2566
6506371f
TT
25672019-02-17 Tom Tromey <tom@tromey.com>
2568
2569 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2570 for macro styling.
2571 * gdb.base/style.c (SOME_MACRO): New macro.
2572
a0087920
TT
25732019-02-17 Tom Tromey <tom@tromey.com>
2574
2575 * gdb.base/style.exp: Add line-wrapping tests.
2576 * gdb.base/page.exp: Add test for quitting during pagination.
2577
a2cd4f14
JB
25782019-02-17 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.ada/big_packed_array: New testcase.
2581 * gdb.ada/homonym.exp: Fix incorrect expected output for
2582 "break <homonym__get_value>" test.
2583
9d70ffbc
WP
25842019-02-13 Weimin Pan <weimin.pan@oracle.com>
2585
2586 PR breakpoints/21870
2587 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2588 and prepare_for_testing. Add comment.
2589 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2590 redundant cleanup call. Clean up comment.
2591
01c7ae81
WP
25922019-02-12 Weimin Pan <weimin.pan@oracle.com>
2593
2594 PR breakpoints/21870
2595 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2596 * gdb.arch/aarch64-dbreg-contents.c: New file.
2597
aff29d1c
JB
25982019-02-10 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.ada/mi_ref_changeable: New testcase.
2601
df0da8a2
AH
26022019-02-07 Alan Hayward <alan.hayward@arm.com>
2603
2604 * gdb.base/attach.exp: Add double attach test.
2605
bd447abb
SM
26062019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2607
2608 * lib/gdb.exp (default_gdb_start): Don't match pagination
2609 prompt.
2610 (gdb_init): Set stty_init.
2611
1dbc40b9
TT
26122019-01-27 Tom Tromey <tom@tromey.com>
2613
2614 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2615 skip_python_tests.
2616
353229bf
AH
26172019-01-24 Alan Hayward <alan.hayward@arm.com>
2618
2619 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2620 New structure.
2621 (struct struct_static_02_02): Likewise.
2622 (struct struct_static_02_03): Likewise.
2623 (struct struct_static_02_04): Likewise.
2624 (struct struct_static_04_01): Likewise.
2625 (struct struct_static_04_02): Likewise.
2626 (struct struct_static_04_03): Likewise.
2627 (struct struct_static_04_04): Likewise.
2628 (struct struct_static_06_01): Likewise.
2629 (struct struct_static_06_02): Likewise.
2630 (struct struct_static_06_03): Likewise.
2631 (struct struct_static_06_04): Likewise.
2632 (cmp_struct_static_02_01): Likewise.
2633 (cmp_struct_static_02_02): Likewise.
2634 (cmp_struct_static_02_03): Likewise.
2635 (cmp_struct_static_02_04): Likewise.
2636 (cmp_struct_static_04_01): Likewise.
2637 (cmp_struct_static_04_02): Likewise.
2638 (cmp_struct_static_04_03): Likewise.
2639 (cmp_struct_static_04_04): Likewise.
2640 (cmp_struct_static_06_01): Likewise.
2641 (cmp_struct_static_06_02): Likewise.
2642 (cmp_struct_static_06_03): Likewise.
2643 (cmp_struct_static_06_04): Likewise.
2644 (call_all): Test new structs.
2645 * gdb.base/infcall-nested-structs.exp: Likewise.
2646
73021deb
AH
26472019-01-21 Alan Hayward <alan.hayward@arm.com>
2648 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2649
fc65c7db
AH
26502019-01-21 Alan Hayward <alan.hayward@arm.com>
2651 * gdb.base/stack-protector.c: New test.
2652 * gdb.base/stack-protector.exp: New file.
2653 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2654 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2655 option.
2656 (gdb_compile): Remove stack protector for GCC and prevent
2657 recursion.
2658
c24bdb02
KS
26592019-01-16 Keith Seitz <keiths@redhat.com>
2660
2661 PR gdb/23773
2662 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2663
6f072a10
PFC
26642019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2665
2666 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2667 aliases.
2668 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2669 tests.
2670 * gdb.arch/powerpc-vector-regs.c: New file.
2671 * gdb.arch/powerpc-vector-regs.exp: New file.
2672
a7b8d682
PFC
26732019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2674
2675 * gdb.arch/altivec-regs.exp: Fix the list passed to
2676 gdb_expect_list when testing "info vector".
2677
6eb6fb67
AB
26782019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.base/style.exp: Don't include path in testname.
2681
b56f80d8
KS
26822019-01-10 Keith Seitz <keiths@redhat.com>
2683
2684 PR gdb/23712
2685 PR symtab/23010
2686 * gdb.dwarf2/multidictionary.exp: New file.
2687
041be526
SM
26882019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2689
2690 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2691 (test_gnuv3_style_demangling): ... this.
2692 (test_lucid_style_demangling): Remove.
2693 (test_arm_style_demangling): Remove.
2694 (test_hp_style_demangling): Remove.
2695 (do_tests): Remove calls to the above.
2696
d820d0c3
AB
26972019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2700 case.
2701
f097f5ad
TT
27022019-01-06 Tom Tromey <tom@tromey.com>
2703
2704 PR gdb/28155:
2705 * gdb.dwarf2/typedef-void-finish.exp: New file.
2706
2cd8cc0b
TT
27072018-12-28 Tom Tromey <tom@tromey.com>
2708 Simon Marchi <simark@simark.ca>
2709
2710 * gdb.base/jit-exec.exp: New file.
2711 * gdb.base/jit-exec.c: New file.
2712 * gdb.base/jit-execd.c: New file.
2713
35fb8261
TT
27142018-12-28 Tom Tromey <tom@tromey.com>
2715
2716 * gdb.base/style.exp: Update test to check for address styling.
2717
47fd17cd
TT
27182018-12-28 Tom Tromey <tom@tromey.com>
2719
2720 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2721 message.
2722
d47032b7
TT
27232018-12-28 Tom Tromey <tom@tromey.com>
2724
2725 * gdb.base/style.exp: Add test for version number styling.
2726
af79b68d
TT
27272018-12-28 Tom Tromey <tom@tromey.com>
2728
2729 * gdb.base/style.exp: Add test for print_address_symbolic.
2730
0bb296cb
TT
27312018-12-28 Tom Tromey <tom@tromey.com>
2732
2733 * gdb.base/style.exp: Add test for breakpoint setting.
2734
80ae2043
TT
27352018-12-28 Tom Tromey <tom@tromey.com>
2736
2737 * gdb.base/style.exp: Add test for variable names.
2738
cbe56571
TT
27392018-12-28 Tom Tromey <tom@tromey.com>
2740
2741 * gdb.base/style.exp: New file.
2742 * gdb.base/style.c: New file.
2743
9162a27c
TT
27442018-12-28 Tom Tromey <tom@tromey.com>
2745
2746 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2747 "dumb".
2748 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2749 the TERM environment variable.
2750
bc543c90
TT
27512018-12-27 Tom Tromey <tom@tromey.com>
2752
2753 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2754 pagination test.
2755
6f0ffe50
AB
27562018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2759 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2760
b5a1e557
PW
27612018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2762
2763 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2764 Filename a.adb changed to bp_fun_addr.adb.
2765 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2766
6e8b1ab2
JV
27672018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2768
2769 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2770 non-PIE executables.
2771 * README: Mention the gdb,nopie_flag board setting.
2772 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2773 non-PIE executable.
2774 * gdb.arch/amd64-entry-value.exp: Likewise.
2775 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2776 * gdb.arch/i386-float.exp: Likewise.
2777 * gdb.arch/i386-signal.exp: Likewise.
2778 * gdb.mi/mi-reg-undefined.exp: Likewise.
2779
d00a27c5
PM
27802018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2781
2782 PR gdb/23974
2783 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2784
161d081c
PW
27852018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2786
2787 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2788 Update order of results accordingly.
2789
b001de23
AB
27902018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 * gdb.base/annota1.exp: Update a test regexp.
2793
99e1a184
AB
27942018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2797
7a81c1e2
PW
27982018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2799
2800 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2801 (reuse_time): Initialize to REUSE_TIME_CAP.
2802 (check_rc): New function.
2803 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2804 Check pthread_create rc.
2805 (spawner_thread_func): Check pthread_create and pthread_join rc.
2806
73e8dc90
PA
28072018-12-08 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/list.exp (test_forward_search): Rename to ...
2810 (test_forward_reverse_search): ... this. Also test reverse-search
2811 and the forward-search alias.
2812
13f2ed32
AB
28132018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2816 local timeout variable before return, and remove all local timeout
2817 variable entirely.
2818 (gdb_load): Likewise.
2819
64d27cfc
TV
28202018-12-01 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.base/gdb-caching-proc.exp: New file.
2823
f63c03b4
SDJ
28242018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2825
2826 * Makefile.in (TIMESTAMP): New variable.
2827 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2828 command.
2829 (check-single-racy): Likewise.
2830 (check/%.exp): Likewise.
2831 (check-racy/%.exp): Likewise.
2832 (workers/%.worker): Likewise.
2833 (build-perf): Likewise.
2834 (check-perf): Likewise.
2835 * README: Describe new "TS" and "TS_FORMAT" variables.
2836 * print-ts.py: New file.
2837
1c97054b
BF
28382018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2839
2840 PR python/23714
2841 * gdb.python/python.exp: Test command repetition after
2842 gdb.execute.
2843
1871a62d
AB
28442018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2847 is correctly aligned.
2848
fb5e1ed9
PW
28492018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2850
2851 * gdb.ada/info_auto_lang.exp: New testcase.
2852 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2853 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2854 * gdb.ada/info_auto_lang/some_c.c: New file.
2855
43d397ca
PW
28562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2857
2858 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2859 FUNC_lang language syntax.
2860
beddd671
PW
28612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2862
2863 * gdb.base/info_minsym.c: New file.
2864 * gdb.base/info_minsym.exp: New file.
2865
73fc52c4
TT
28662018-11-19 Tom Tromey <tom@tromey.com>
2867
2868 PR rust/23625:
2869 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2870 * gdb.rust/expr.exp: Update expected output. Change one test.
2871
994b876a
TT
28722018-11-19 Tom Tromey <tom@tromey.com>
2873
2874 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2875
6769f276
PA
28762018-11-19 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2879 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2880 see the expected warning.
2881
38a72da0
AH
28822018-11-16 Alan Hayward <alan.hayward@arm.com>
2883
2884 PR gdb/22736:
2885 * gdb.cp/infcall-nodebug-lib.c: New test.
2886 * gdb.cp/infcall-nodebug-main.c: New test.
2887 * gdb.cp/infcall-nodebug.exp: New file.
2888
53a89d6e
SM
28892018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2890
2891 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2892 completer tests.
2893
9325300d
TV
28942018-11-09 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.base/msym-lang.c: New test.
2897 * gdb.base/msym-lang.exp: New file.
2898 * gdb.base/msym-lang-main.c: New test.
2899
20f0d60d
TT
29002018-11-08 Tom Tromey <tom@tromey.com>
2901
2902 PR gdb/23555:
2903 PR gdb/23838:
2904 * gdb.base/warning.exp: New file.
2905
b5420128
JB
29062018-11-08 Jan Beulich <jbeulich@suse.com>
2907
2908 * testsuite/gdb.arch/i386-avx512.c,
2909 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2910
cd115d61
AB
29112018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2914 point hardware.
2915
35ee2dc2
AB
29162018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2919 * gdb.dwarf2/missing-type-name.exp: New file.
2920
31aceee8
TV
29212018-11-06 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.base/many-headers.c: New test.
2924 * gdb.base/many-headers.exp: New file.
2925
109be305
JW
29262018-11-06 Jim Wilson <jimw@sifive.com>
2927
2928 * gdb.base/code_elim.exp: For riscv, set additional_flags
2929 to include -msmall-data-limit=0.
2930
e2b7af72
JB
29312018-11-01 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdb.ada/watch_minus_l: New testcase.
2934
cdcda965
SM
29352018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2936
2937 * gdb.arch/aix-sighandle.c: New file.
2938 * gdb.arch/aix-sighandle.exp: New file.
2939
92dcebf3
AB
29402018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2943 registers being unions.
2944
68b9ac18
TV
29452018-10-31 Tom de Vries <tdevries@suse.de>
2946
2947 * lib/valgrind.exp: New file.
2948 (vgdb_start, vgdb_stop): New procs, factored out of ...
2949 * gdb.base/valgrind-bt.exp: ... here, ...
2950 * gdb.base/valgrind-disp-step.exp: ... here and ...
2951 * gdb.base/valgrind-infcall.exp: ... here.
2952
1443936e
TV
29532018-10-31 Tom de Vries <tdevries@suse.de>
2954
2955 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2956
eb77c9df
AB
29572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.dwarf2/void-type.c: New file.
2960 * gdb.dwarf2/void-type.exp: New file.
2961
82b5e646
PW
29622018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2963
2964 * gdb.base/info_qt.c: New file.
2965 * gdb.base/info_qt.exp: New file.
2966
8d619c01
EBM
29672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2968
2969 * gdb.arch/powerpc-htm-regs.c: New file.
2970 * gdb.arch/powerpc-htm-regs.exp: New file.
2971
f2cf6173
EBM
29722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2973
2974 * gdb.arch/powerpc-tar.c: New file.
2975 * gdb.arch/powerpc-tar.exp: New file.
2976
7ca18ed6
EBM
29772018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2978
2979 * gdb.arch/powerpc-ppr-dscr.c: New file.
2980 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2981
bfcc0eba
TV
29822018-10-25 Tom de Vries <tdevries@suse.de>
2983
2984 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2985
fe1a5cad
TV
29862018-10-24 Tom de Vries <tdevries@suse.de>
2987
2988 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2989 longer exists error.
2990
a76dc3b7
TV
29912018-10-24 Tom de Vries <tdevries@suse.de>
2992
2993 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2994
4df46df7
TV
29952018-10-24 Tom de Vries <tdevries@suse.de>
2996
2997 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2998 --db-attach in valgrind.
2999
0dbfcfff
AB
30002018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.arch/riscv-reg-aliases.c: New file.
3003 * gdb.arch/riscv-reg-aliases.exp: New file.
3004
b04480b1
AH
30052018-10-19 Alan Hayward <alan.hayward@arm.com>
3006
3007 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3008
2c6ac8d7
AH
30092018-10-19 Alan Hayward <alan.hayward@arm.com>
3010
3011 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3012
2bc69f25
AH
30132018-10-19 Alan Hayward <alan.hayward@arm.com>
3014
3015 * gdb.cp/ovldbreak.exp: Fix regexps.
3016
1f1ae3a3
AH
30172018-10-19 Alan Hayward <alan.hayward@arm.com>
3018
3019 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3020
94c18618
SDJ
30212018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3022
3023 PR cli/23785
3024 * gdb.base/restore.exp: New test to check if "restore" with an
3025 invalid file doesn't segfault.
3026
812cd6eb
TV
30272018-10-18 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3030 * gdb.ada/excep_handle.exp: Same.
3031 * gdb.ada/mi_string_access.exp: Same.
3032 * gdb.ada/mi_var_union.exp: Same.
3033 * gdb.arch/arc-analyze-prologue.exp: Same.
3034 * gdb.arch/arc-decode-insn.exp: Same.
3035 * gdb.base/readnever.exp: Same.
3036 * gdb.fortran/printing-types.exp: Same.
3037 * gdb.guile/scm-lazy-string.exp: Same.
3038
c4b90788
TV
30392018-10-16 Tom de Vries <tdevries@suse.de>
3040
3041 PR gdb/23730
3042 * gdb.base/catch-follow-exec.c: Add copyright notice.
3043 * gdb.base/catch-follow-exec.exp: Rewrite to use
3044 gdb_spawn_with_cmdline_opts. Require gdb-native.
3045
8bca2978
SL
30462018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3047
3048 * gdb.trace/actions-changed.exp: Check for arch support.
3049 * gdb.trace/actions.exp: Likewise.
3050 * gdb.trace/ax.exp: Likewise.
3051 * gdb.trace/backtrace.exp: Likewise.
3052 * gdb.trace/change-loc.exp: Likewise.
3053 * gdb.trace/deltrace.exp: Likewise.
3054 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3055 * gdb.trace/ftrace.exp: Likewise.
3056 * gdb.trace/infotrace.exp: Check for arch support.
3057 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3058 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3059 * gdb.trace/mi-tsv-changed.exp: Likewise.
3060 * gdb.trace/packetlen.exp: Likewise.
3061 * gdb.trace/passc-dyn.exp: Likewise.
3062 * gdb.trace/passcount.exp: Likewise.
3063 * gdb.trace/pending.exp: Likewise.
3064 * gdb.trace/range-stepping.exp: Check for shlib support.
3065 * gdb.trace/report.exp: Check for arch support.
3066 * gdb.trace/save-trace.exp: Likewise.
3067 * gdb.trace/signal.exp: Check for signal support.
3068 * gdb.trace/tfind.exp: Check for arch support.
3069 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3070 * gdb.trace/trace-common.h: Add comment.
3071 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3072 * gdb.trace/trace-enable-disable.exp: Likewise.
3073 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3074 * gdb.trace/tracecmd.exp: Check for arch support.
3075 * gdb.trace/tspeed.exp: Check for shlib and target support.
3076 * gdb.trace/tstatus.exp: Check for arch support.
3077 * gdb.trace/tsv.exp: Likewise.
3078 * gdb.trace/while-dyn.exp: Likewise.
3079 * gdb.trace/while-stepping.exp: Likewise.
3080 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3081
f9c49bff
SM
30822018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3083
3084 * gdb.trace/tspeed.exp: Remove nowarnings.
3085 (prepare_for_trace_test): Declare "global ipalib".
3086 * gdb.trace/tspeed.c: Include unistd.h.
3087 (main): Remove superfluous printf argument.
3088
d4330bde
SL
30892018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3090
3091 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3092 directory prefix on the filename.
3093
8ecfd7bd
SDJ
30942018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3095
3096 * gdb.gdb/unittest.exp: Update expected message informing that
3097 selftests have been disabled.
3098 * gdb.server/unittest.exp: Likewise.
3099
58bbcd02
TV
31002018-10-09 Tom de Vries <tdevries@suse.de>
3101
3102 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3103 with runto_main.
3104
9f6b697b
WP
31052018-10-08 Weimin Pan <weimin.pan@oracle.com>
3106
3107 PR c++/16841
3108 * gdb.cp/virtbase2.cc: New file.
3109 * gdb.cp/virtbase2.exp: New file.
3110
add5ded5
TT
31112018-10-06 Tom Tromey <tom@tromey.com>
3112
3113 PR python/19399:
3114 * gdb.python/py-inferior.exp: Add architecture test.
3115
f9e48344
TT
31162018-10-06 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3119 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3120
2a8be203
TT
31212018-10-06 Tom Tromey <tom@tromey.com>
3122
3123 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3124 of a "throw" catchpoint.
3125
e04caa70
SDJ
31262018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3127
3128 * gdb.base/info-proc.exp: Update string expected from "help info
3129 proc".
3130
5ca8c39f
TT
31312018-10-04 Tom Tromey <tom@tromey.com>
3132
3133 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3134 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3135 (test_initial_complaints, test_empty_complaints): Update.
3136 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3137
3453e7e4
TT
31382018-10-04 Tom Tromey <tom@tromey.com>
3139
3140 PR cli/19551:
3141 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3142 * lib/gdb.exp (gdb_file_cmd): Update.
3143 * gdb.stabs/weird.exp (print_weird_var): Update.
3144 * gdb.server/solib-list.exp: Update.
3145 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3146 * gdb.mi/mi-cli.exp: Update.
3147 * gdb.linespec/linespec.exp: Update.
3148 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3149 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3150 * gdb.cp/cp-relocate.exp: Update.
3151 * gdb.base/sym-file.exp: Update.
3152 * gdb.base/relocate.exp: Update.
3153 * gdb.base/readnever.exp: Update.
3154 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3155 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3156 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3157 * gdb.base/code_elim.exp: Update.
3158 * gdb.base/break-unload-file.exp (test_break): Update.
3159 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3160 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3161 Update.
3162 * gdb.base/attach.exp (do_attach_tests): Update.
3163 * gdb.base/sepdebug.exp: Update.
3164 * gdb.python/py-section-script.exp: Update.
3165
6afcf761
TT
31662018-10-04 Tom Tromey <tom@tromey.com>
3167
3168 PR cli/22234:
3169 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3170 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3171 output.
3172
fef1b293
TT
31732018-10-04 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3176 set width and height to 0.
3177 (test_command_line_attach_run): Use -quiet.
3178
ca98345e
SL
31792018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3180
3181 * lib/gdb.exp (skip_ifunc_tests): New.
3182 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3183 other compile failures.
3184 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3185
ff34e6ae
SM
31862018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3189 is_amd64_regs_target.
3190
6bb8890e
AH
31912018-10-01 Alan Hayward <alan.hayward@arm.com>
3192
3193 * gdb.arch/aarch64-sighandler-regs.c: New test.
3194 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3195 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3196
224d30d3
MM
31972018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3198
3199 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3200 assembly.
3201
f67ffa6a
AB
32022018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.base/frame-selection.exp: New file.
3205 * gdb.base/frame-selection.c: New file.
3206
9fc3183f
AH
32072018-09-27 Alan Hayward <alan.hayward@arm.com>
3208
3209 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3210 pthread barrier.
3211 (main): Likewise.
3212
d354055e
AB
32132018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/large-frame-1.c: New file.
3216 * gdb.base/large-frame-2.c: New file.
3217 * gdb.base/large-frame.exp: New file.
3218 * gdb.base/large-frame.h: New file.
3219
db727370
JL
32202018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3221
3222 PR gdb/20948
3223 * gdb.base/write_mem.exp: New test.
3224 * gdb.base/write_mem.c: Likewise.
3225
ae778caf
TT
32262018-09-23 Tom Tromey <tom@tromey.com>
3227
3228 PR python/18852:
3229 * gdb.python/py-parameter.exp: Add test for parameter that throws
3230 on "set".
3231
fd3ba736
TT
32322018-09-23 Tom Tromey <tom@tromey.com>
3233
3234 PR python/17284:
3235 * gdb.python/py-template.exp (test_template_arg): Add test for
3236 negative template argument number.
3237
39a24317
TT
32382018-09-23 Tom Tromey <tom@tromey.com>
3239
3240 PR python/14062:
3241 * gdb.python/python.exp: Add test for post_event error.
3242
f5769a2c
TT
32432018-09-23 Tom Tromey <tom@tromey.com>
3244
3245 PR python/18170:
3246 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3247 convert pointers to int and long.
3248
1c1e54f6
TT
32492018-09-23 Tom Tromey <tom@tromey.com>
3250
3251 PR python/20126:
3252 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3253 signed-ness conversion tests.
3254
fb4fa946
TT
32552018-09-23 Tom Tromey <tom@tromey.com>
3256
3257 PR python/18352;
3258 * gdb.python/py-value.exp (test_float_conversion): New proc.
3259 Use it.
3260
a466edac
HAQ
32612018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3262
3263 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3264
4ee9b0c5
SL
32652018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3266
3267 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3268 no readline.
3269 * gdb.base/utf8-identifiers.exp: Likewise.
3270 * gdb.cp/cpcompletion.exp: Likewise.
3271 * gdb.linespec/cpcompletion.exp: Likewise.
3272 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3273 * gdb.linespec/cpls-ops.exp: Likewise.
3274
23be8da7
RB
32752018-09-19 Richard Bunt <richard.bunt@arm.com>
3276 Chris January <chris.january@arm.com>
3277
3278 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3279 * gdb.fortran/short-circuit-argument-list.exp: New file.
3280 * gdb.fortran/short-circuit-argument-list.f90: New test.
3281
5031d0ae
SDJ
32822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3283
3284 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3285 "arch=" keyword when executing "-stack-list-frames".
3286
b4c0d1a4
SDJ
32872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3290 "arch=" keyword when executing "-stack-list-frames".
3291
7a6d2b45
SDJ
32922018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3293
3294 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3295 break ada".
3296
8588b356
SM
32972018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3298
3299 PR python/23669
3300 * gdb.python/python.exp: Test gdb.execute("show commands").
3301
65e65158
TT
33022018-09-16 Tom Tromey <tom@tromey.com>
3303
3304 * gdb.base/new-ui.exp (do_execution_tests): Update.
3305 * gdb.base/dbx.exp (test_breakpoints): Update.
3306
bf326452
AH
33072018-09-14 Alan Hayward <alan.hayward@arm.com>
3308
3309 * lib/gdb.exp (gdb_simple_compile): Add proc.
3310 (is_elf_target): Use gdb_simple_compile.
3311 (skip_altivec_tests): Likewise.
3312 (skip_vsx_tests): Likewise.
3313 (skip_tsx_tests): Likewise.
3314 (skip_btrace_tests): Likewise.
3315 (skip_btrace_pt_tests): Likewise.
3316 (gdb_can_simple_compile): Likewise.
3317 (gdb_has_argv0): Likewise.
3318 (gdb_target_symbol_prefix): Likewise.
3319 (target_supports_scheduler_locking): Likewise.
3320
2361b0fb
TT
33212018-09-13 Tom Tromey <tom@tromey.com>
3322
3323 * Makefile.in (TAGS): Recognize proc_with_prefix and
3324 gdb_caching_proc.
3325
0ae1a321
SM
33262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3329 method.
3330
a40bf0c2
SM
33312018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3332
3333 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3334 and a few other Inferior properties when the Inferior is no
3335 longer valid.
3336
4a3fe98f
TT
33372018-09-13 Tom Tromey <tom@tromey.com>
3338
3339 PR rust/23650:
3340 * gdb.rust/simple.exp: Add test for enum field access error.
3341
098b2108
TT
33422018-09-13 Tom Tromey <tom@tromey.com>
3343
3344 PR rust/23626:
3345 * gdb.rust/simple.rs (EmptyEnum): New type.
3346 (main): Use it.
3347 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3348
1256af7d
SM
33492018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3352 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3353 * gdb.python/py-symtab.exp: Update test printing an objfile.
3354
4aa8e6c2
SM
33552018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3356
3357 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3358 object.
3359
c221b2f7
AH
33602018-09-12 Alan Hayward <alan.hayward@arm.com>
3361
3362 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3363 (support_complex_tests): Use gdb_can_simple_compile.
3364 (is_ilp32_target): Likewise.
3365 (is_lp64_target): Likewise.
3366 (is_64_target): Likewise.
3367 (is_amd64_regs_target): Likewise.
3368 (is_aarch32_target): Likewise.
3369 (gdb_int128_helper): Likewise.
3370
6f1107b5
JK
33712018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3374
1f5d1570
JG
33752018-09-10 Jerome Guitton <guitton@adacore.com>
3376
3377 * gdb.ada/same_component_name: Add test for case of tagged record
3378 with variable-length fields.
3379
cc330e39
XR
33802018-09-10 Xavier Roirand <roirand@adacore.com>
3381
3382 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3383 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3384 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3385 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3386
b9c50e9a
XR
33872018-09-10 Xavier Roirand <roirand@adacore.com>
3388
3389 * gdb.ada/mi_string_access.exp: New testcase.
3390 * gdb.ada/mi_string_access/bar.adb: New file.
3391 * gdb.ada/mi_string_access/pck.adb: New file.
3392 * gdb.ada/mi_string_access/pck.asd: New file.
3393
2963898f
XR
33942018-09-10 Xavier Roirand <roirand@adacore.com>
3395
3396 * gdb.ada/mi_var_union.exp: New testcase.
3397 * gdb.ada/mi_var_union/bar.adb: New file.
3398 * gdb.ada/mi_var_union/pck.adb: New file.
3399 * gdb.ada/mi_var_union/pck.asd: New file.
3400
1aac008f
TT
34012018-09-08 Tom Tromey <tom@tromey.com>
3402
3403 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3404
332cf4c9
TT
34052018-09-08 Tom Tromey <tom@tromey.com>
3406
3407 PR python/16047:
3408 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3409 (register_pretty_printers): Register new printer.
3410 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3411 test.
3412 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3413 (an_int_type3): New global.
3414
424da6cf
JB
34152018-09-08 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.ada/expr_with_funcall: New testcase.
3418
2a62dfa9
JB
34192018-09-08 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.ada/packed_array_assign: New testcase.
3422
96b6697f
AB
34232018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3426 names, and add test prefixes to make test names unique.
3427
e4a62c65
TV
34282018-09-05 Tom de Vries <tdevries@suse.de>
3429
3430 * gdb.dwarf2/varval.exp: Add test.
3431
dd083ee2
GB
34322018-09-04 Gary Benson <gbenson@redhat.com>
3433
3434 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3435 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3436
aef9346c
TT
34372018-08-31 Tom Tromey <tom@tromey.com>
3438
3439 * gdb.rust/simple.rs: Rename second variable "v".
3440
c67f2e15
AB
34412018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/funcargs.c (use_a): New function.
3444 (recurse): Call use_a.
3445
078a0207
KS
34462018-08-29 Keith Seitz <keiths@redhat.com>
3447
3448 * gdb.compile/compile-cplus-anonymous.cc: New file.
3449 * gdb.compile/compile-cplus-anonymous.exp: New file.
3450 * gdb.compile/compile-cplus-array-decay.cc: New file.
3451 * gdb.compile/compile-cplus-array-decay.exp: New file.
3452 * gdb.compile/compile-cplus-inherit.cc: New file.
3453 * gdb.compile/compile-cplus-inherit.exp: New file.
3454 * gdb.compile/compile-cplus-member.cc: New file.
3455 * gdb.compile/compile-cplus-member.exp: New file.
3456 * gdb.compile/compile-cplus-method.cc: New file.
3457 * gdb.compile/compile-cplus-method.exp: New file.
3458 * gdb.compile/compile-cplus-mod.c: "New" file.
3459 * gdb.compile/compile-cplus-namespace.cc: New file.
3460 * gdb.compile/compile-cplus-namespace.exp: New file.
3461 * gdb.compile/compile-cplus-nested.cc: New file.
3462 * gdb.compile/compile-cplus-nested.exp: New file.
3463 * gdb.compile/compile-cplus-print.c: "New" file.
3464 * gdb.compile/compile-cplus-print.exp: "New" file.
3465 * gdb.compile/compile-cplus-virtual.cc: New file.
3466 * gdb.compile/compile-cplus-virtual.exp: New file.
3467 * gdb.compile/compile-cplus.c: "New" file.
3468 * gdb.compile/compile-cplus.exp: "New" file.
3469 * lib/compile-support.exp: New file.
3470
b0f492b9
GB
34712018-08-16 Gary Benson <gbenson@redhat.com>
3472
3473 PR gdb/13000:
3474 * gdb.base/batch-exit-status.exp: New file.
3475 * gdb.base/batch-exit-status.good-commands: Likewise.
3476 * gdb.base/batch-exit-status.bad-commands: Likewise.
3477
36eb4c5f
AH
34782018-08-29 Alan Hayward <alan.hayward@arm.com>
3479
3480 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3481 (struct struct02): Likewise.
3482 (struct struct03): Likewise.
3483 (struct struct04): Likewise.
3484 (struct struct_01_01): New struct.
3485 (struct struct_01_02): Likewise.
3486 (struct struct_01_03): Likewise.
3487 (struct struct_01_04): Likewise.
3488 (struct struct_02_01): Likewise.
3489 (struct struct_02_02): Likewise.
3490 (struct struct_02_03): Likewise.
3491 (struct struct_02_04): Likewise.
3492 (struct struct_04_01): Likewise.
3493 (struct struct_04_02): Likewise.
3494 (struct struct_04_03): Likewise.
3495 (struct struct_04_04): Likewise.
3496 (struct struct_05_01): Likewise.
3497 (struct struct_05_02): Likewise.
3498 (struct struct_05_03): Likewise.
3499 (struct struct_05_04): Likewise.
3500 (cmp_struct01): Remove function.
3501 (cmp_struct02): Likewise.
3502 (cmp_struct03): Likewise.
3503 (cmp_struct04): Likewise.
3504 (cmp_struct_01_01): Add Function.
3505 (cmp_struct_01_02): Likewise.
3506 (cmp_struct_01_03): Likewise.
3507 (cmp_struct_01_04): Likewise.
3508 (cmp_struct_02_01): Likewise.
3509 (cmp_struct_02_02): Likewise.
3510 (cmp_struct_02_03): Likewise.
3511 (cmp_struct_02_04): Likewise.
3512 (cmp_struct_04_01): Likewise.
3513 (cmp_struct_04_02): Likewise.
3514 (cmp_struct_04_03): Likewise.
3515 (cmp_struct_04_04): Likewise.
3516 (cmp_struct_05_01): Likewise.
3517 (cmp_struct_05_02): Likewise.
3518 (cmp_struct_05_03): Likewise.
3519 (cmp_struct_05_04): Likewise.
3520 (call_all): Add new structs.
3521 * gdb.base/infcall-nested-structs.exp: Likewise.
3522
3bf9c013
JV
35232018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3524
3525 * gdb.python/py-framefilter-mi.exp: Update regexp to
3526 check for "arch" field in frame output.
3527
450d1e88
KB
35282018-08-23 Kevin Buettner <kevinb@redhat.com>
3529
3530 * gdb.dwarf2/dw2-ranges-func.c: New file.
3531 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3532
ae739fe7
SM
35332018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3534
3535 * gdb.base/term.exp: Compare terminal settings with values from
3536 the inferior.
3537 * gdb.base/term.c: Get and set terminal settings.
3538
6d52907e
JV
35392018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3540
3541 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3542 accommodate new "arch" field in frame output.
3543 * gdb.mi/mi-return.exp: Likewise.
3544 * gdb.mi/mi-stack.exp: Likewise.
3545 * gdb.mi/mi-syn-frame.exp: Likewise.
3546 * gdb.mi/user-selected-context-sync.exp: Likewise.
3547
be2d111a
MS
35482018-08-19 Michael Spang <spang@google.com>
3549
3550 PR gdb/11786
3551 * gdb.base/gcore-tls-pie.c: New file.
3552 * gdb.base/gcore-tls-pie.exp: New file.
3553
ae3a7c47
KB
35542018-08-18 Kevin Buettner <kevinb@redhat.com>
3555
3556 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3557 * gdb.dwarf2/varval.c: New file.
3558 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3559
2ecae92e
AH
35602018-08-17 Alan Hayward <alan.hayward@arm.com>
3561
3562 PR gdb/18931
3563 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3564
c1854f1d
KS
35652018-08-16 Keith Seitz <keiths@redhat.com>
3566
3567 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3568 tests expected to pass.
3569
26fb3983
JV
35702018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3571
3572 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3573 -data-disassemble -a.
3574 (test_disassembly_bogus_args): Likewise.
3575
67943c00
AB
35762018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3579
5ff2bbae
AB
35802018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.base/vla-optimized-out.exp: Add new test.
3583
e5bbcd0f
AB
35842018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * gdb.base/vla-optimized-out-o3.exp: Delete.
3587 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3588 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3589 deleted tests.
3590
9d4a934c
AB
35912018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 PR gdb/18050:
3594 * gdb.server/extended-remote-restart.c: New file.
3595 * gdb.server/extended-remote-restart.exp: New file.
3596
045cf012
SM
35972018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3598
3599 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3600 "set variable index = 42".
3601
87d6a7aa
SM
36022018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * boards/index-cache-gdb.exp: New file.
3605 * gdb.dwarf2/index-cache.exp: New file.
3606 * gdb.dwarf2/index-cache.c: New file.
3607 * gdb.base/maint.exp: Check if we are using the index cache.
3608
96d68bd4
RO
36092018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3610
3611 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3612 MAKEFLAGS.
3613
5a699617
RO
36142018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3615
3616 * dg-extract-results.sh: Move to toplevel contrib.
3617 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3618 * Makefile.in (check-parallel-racy): Likewise.
3619
5bd18990
AB
36202018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3623 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3624 tests if the target supports scheduler locking.
3625
3fbbcf47
TV
36262018-08-04 Tom de Vries <tdevries@suse.de>
3627
3628 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3629
3e1d3d8c
TT
36302018-08-02 Tom Tromey <tom@tromey.com>
3631
3632 PR symtab/16842.
3633 * gdb.cp/temargs.exp: Test "info address" of a template
3634 parameter.
3635
5abe0f0c
JV
36362018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3637
3638 * gdb.python/py-mi-var-info-path-expression.c: New file.
3639 * gdb.python/py-mi-var-info-path-expression.py: New file.
3640 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3641
fb66cde8
SDJ
36422018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3643
3644 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3645 error after "cannot resolve name" string.
3646
c708f4d2
AB
36472018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3650 started.
3651 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3652
37cc0cae
TV
36532018-07-28 Tom de Vries <tdevries@suse.de>
3654
3655 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3656
63b4ecf7
TV
36572018-07-26 Tom de Vries <tdevries@suse.de>
3658
3659 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3660
3c3bb058
AB
36612018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3662
3663 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3664 is visible.
3665
9e7f3bbb
TV
36662018-07-26 Tom de Vries <tdevries@suse.de>
3667
3668 PR breakpoints/23366
3669 * gdb.base/catch-follow-exec.c: New test.
3670 * gdb.base/catch-follow-exec.exp: New file.
3671
16f808ec
TV
36722018-07-25 Tom de Vries <tdevries@suse.de>
3673
3674 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3675 vla-optimized-out.c.
3676
d7154a8d
JV
36772018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3678
3679 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3680 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3681
232a0032
TV
36822018-07-20 Tom de Vries <tdevries@suse.de>
3683
3684 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3685 NOCLONE macro.
3686 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3687
fbb1d502
TV
36882018-07-19 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3691 regular expression.
3692
42dc7699
TV
36932018-07-18 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.base/vla-optimized-out.c: New test.
3696 * gdb.base/vla-optimized-out.exp: New file.
3697
7f1f7e23
SDJ
36982018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3699
3700 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3701 message "No address associated with hostname" when gdbserver
3702 cannot resolve the hostname.
3703
5759ebb3
PW
37042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3705
3706 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3707 Add some test prefixes to make tests unique.
3708
3606ccab
PW
37092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3710
3711 * gdb.base/frameapply.c: New file.
3712 * gdb.base/frameapply.exp: New file.
3713
529c08b2
PW
37142018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3715
3716 * gdb.base/skip.exp: Update expected error message.
3717
c7ab0aef
SDJ
37182018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3719 Jan Kratochvil <jan.kratochvil@redhat.com>
3720 Paul Fertser <fercerpav@gmail.com>
3721 Tsutomu Seki <sekiriki@gmail.com>
3722
3723 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3724 parameter.
3725 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3726 by default.
3727 * boards/native-gdbserver.exp: Likewise.
3728 * gdb.server/run-without-local-binary.exp: Improve regexp used
3729 for detecting when a remote debugging connection succeeds.
3730 * gdb.server/server-connect.exp: New file.
3731 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3732 Do not prefix the port number with ":".
3733 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3734 support for detecting and using it. Add '$debughost_gdbserver'
3735 to the list of arguments used to start gdbserver. Handle case
3736 when gdbserver cannot resolve a network name.
3737
16ff70dd
SDJ
37382018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3739
3740 PR c++/23373
3741 * gdb.base/ptype-offsets.cc (struct static_member): New
3742 struct.
3743 (main) <stmember>: New variable.
3744 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3745 with a static member in it.
3746
3541979f
AB
37472018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3750 watchpoints enabled and disabled.
3751
c8ad9b9a
AB
37522018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3753
3754 * gdb.base/examine-backward.exp: Still run tests around address
3755 0x0, even if address 0x0 is not readable. Update the pattern for
3756 matching address 0x0 in expected output.
3757
e0e5e971
AB
37582018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3761 malloc/free.
3762
1ea5da02
TV
37632018-07-04 Tom de Vries <tdevries@suse.de>
3764
3765 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3766
471b9d15
MR
37672018-07-02 Maciej W. Rozycki <macro@mips.com>
3768
3769 PR tdep/8282
3770 * gdb.arch/mips-disassembler-options.exp: New test.
3771 * gdb.arch/mips-disassembler-options.s: New test source.
3772
75acb486
PA
37732018-06-29 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.threads/names.exp: Adjust expected "info threads" output.
3776
cd2bb709
PA
37772018-06-29 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.opt/inline-break.exp (line number, address): Add "info
3780 break" tests.
3781
991ff292
PA
37822018-06-29 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3785 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3786 number and address and running to them.
3787
356819b6 37882018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3789
3790 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3791
2512d7ef
JK
37922018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * lib/compiler.c: Remove executable permission flag.
3795
be1b6474
RB
37962018-06-28 Richard Bunt <richard.bunt@arm.com>
3797
3798 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3799 code.
3800 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3801
291f9a96
PT
38022018-06-28 Petr Tesarik <ptesarik@suse.cz>
3803
3804 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3805
ed6dfe51
PT
38062018-06-28 Petr Tesarik <ptesarik@suse.cz>
3807
3808 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3809 address argument is omitted.
3810
d4d429d5
PT
38112018-06-28 Petr Tesarik <ptesarik@suse.cz>
3812
3813 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3814
7ab6656f
OJ
38152018-06-27 Omair Javaid <omair.javaid@linaro.org>
3816
3817 PR gdb/21695
3818 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3819 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3820
a33ccfc7
TT
38212018-06-26 Tom Tromey <tom@tromey.com>
3822
3823 PR rust/22574:
3824 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3825 * gdb.rust/simple.rs (struct SimpleLayout): New.
3826
6d72d289
SM
38272018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3828
3829 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3830 "info registers" output.
3831
8363f9d5
RB
38322018-06-21 Richard Bunt <richard.bunt@arm.com>
3833
3834 * gdb.base/watchpoint-hw-attach.c: New test.
3835 * gdb.base/watchpoint-hw-attach.exp: New file.
3836
f00674fe
SM
38372018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3838
3839 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3840 through /bin/sh.
3841 * boards/dwarf4-gdb-index.exp: Likewise.
3842 * boards/fission-dwp.exp: Likewise.
3843
1d554008
UW
38442018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3845
3846 * gdb.base/float128.exp: Add comment and improved fail message
3847 to the failure case of "print large128" test.
3848
d0ac1c44
SM
38492018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3850
3851 * configure.ac: Remove AC_PREREQ.
3852 * configure: Re-generate.
3853
61b04dd0
PA
38542018-06-19 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3857 (func_extern_caller): New.
3858 (main): Call func_extern_caller.
3859 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3860 logic change.
3861
f63b508a
SM
38622018-06-18 Weimin Pan <weimin.pan@oracle.com>
3863
3864 PR gdb/16841
3865 * gdb.cp/typedef-base.cc: New file.
3866 * gdb.cp/typedef-base.exp: New file.
3867
0fe3a558
TV
38682018-06-18 Tom de Vries <tdevries@suse.de>
3869
3870 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3871
7010835a
AB
38722018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3873 Richard Bunt <Richard.Bunt@arm.com>
3874
3875 * gdb.threads/attach-slow-waitpid.c: New file.
3876 * gdb.threads/attach-slow-waitpid.exp: New file.
3877 * gdb.threads/slow-waitpid.c: New file.
3878
14897d65
PA
38792018-06-14 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.base/fork-running-state.c: Include <errno.h>.
3882 (exit_if_relative_exits): New.
3883 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3884 exits.
3885 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3886 child exits.
3887
5d9a0608
TV
38882018-06-14 Tom de Vries <tdevries@suse.de>
3889
3890 PR cli/22573
3891 * gdb.base/finish-pretty.c: New test.
3892 * gdb.base/finish-pretty.exp: New file.
3893
11ae5818
PA
38942018-06-14 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3897 gdb's expected startup output.
3898
1d39de44
PA
38992018-06-14 Pedro Alves <palves@redhat.com>
3900
3901 * lib/selftest-support.exp (selftest_setup): Remove inlined
3902 function handling.
3903
70ee0000
TV
39042018-06-14 Tom de Vries <tdevries@suse.de>
3905
3906 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3907 matching of breakpoint printing.
3908
11f4b608
TV
39092018-06-13 Tom de Vries <tdevries@suse.de>
3910
3911 PR testsuite/23269
3912 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3913 (fork_child): ... here, and ...
3914 (fork_parent): ... here.
3915
39162018-06-12 Tom de Vries <tdevries@suse.de>
3917
3918 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3919
9516f85a
AB
39202018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3921 Stephen Roberts <stephen.roberts@arm.com>
3922
3923 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3924 rewrite test to describe action performed, rather than possible
3925 failure.
3926
5045b3d7
GB
39272018-06-08 Gary Benson <gbenson@redhat.com>
3928
3929 * gdb.threads/check-libthread-db.exp: New file.
3930 * gdb.threads/check-libthread-db.c: Likewise.
3931
c61b06a1
TT
39322018-06-05 Tom Tromey <tom@tromey.com>
3933
3934 * gdb.base/default.exp: Update expected "show version" output.
3935
eb6af809
TT
39362018-06-05 Tom Tromey <tom@tromey.com>
3937
3938 PR cli/12326:
3939 * gdb.cp/static-print-quit.exp: Update.
3940 * lib/gdb.exp (pagination_prompt): Update.
3941 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3942 * gdb.python/python.exp: Update.
3943
178d6a63
JB
39442018-06-04 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3947
8e817061
JB
39482018-06-01 Joel Brobecker <brobecker@adacore.com>
3949
3950 * gdb.ada/bp_fun_addr: New testcase.
3951
e86ca25f
TT
39522018-06-01 Tom Tromey <tom@tromey.com>
3953
3954 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3955 results.
3956 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3957 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3958 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3959 * gdb.base/maint.exp (maint_pass_if): Update.
3960
4b2dfa9d
MR
39612018-05-31 Maciej W. Rozycki <macro@mips.com>
3962
3963 * gdb.base/endian.exp: New test.
3964 * gdb.base/endian.c: New test source.
3965
45f25d6c
AB
39662018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 PR gdb/23203
3969 * gdb.base/bt-selected-frame.c: New file.
3970 * gdb.base/bt-selected-frame.exp: New file.
3971 * lib/gdb.exp (get_current_frame_number): New function.
3972
d9f6d7f8
MR
39732018-05-24 Maciej W. Rozycki <macro@mips.com>
3974 Pedro Alves <palves@redhat.com>
3975
3976 * gdb.threads/tls-core.c: Include <stdlib.h>
3977 (thread_proc): Call `abort'.
3978 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3979 (tls_core_test): New procedure, bits factored out from ...
3980 (top level): ... here. Test both native cores and gcore cores.
3981
ff1cf532
TT
39822018-05-23 Tom Tromey <tom@tromey.com>
3983
3984 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3985
b98664d3
TT
39862018-05-23 Tom Tromey <tom@tromey.com>
3987
3988 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3989 symfile_complaints.
3990 (test_short_complaints): Likewise.
3991 (test_empty_complaints): Likewise.
3992 (test_initial_complaints): Update.
3993
4e9668d0
TT
39942018-05-23 Tom Tromey <tom@tromey.com>
3995
3996 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3997
43ba33c7
TT
39982018-05-23 Tom Tromey <tom@tromey.com>
3999
4000 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4001 (test_short_complaints): Update.
4002
035522c0
PA
40032018-05-22 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/remote.exp: Only gdb_start after compiling the
4006 testcase. Issue "disconnect" before testing "set remote" command
4007 defaults. Issue clean_restart before running to main.
4008
cc0be08f
PA
40092018-05-22 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/remote.exp: Adjust expected output of "show remote
4012 memory-write-packet-size". Add tests for "set remote
4013 memory-write-packet-size 0" and "set remote
4014 memory-write-packet-size fixed/limit".
4015
b1b60145
PA
40162018-05-22 Pedro Alves <palves@redhat.com>
4017
4018 PR gdb/22973
4019 * gdb.base/utf8-identifiers.c: New file.
4020 * gdb.base/utf8-identifiers.exp: New file.
4021
0ec848ad
PFC
40222018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4023
4024 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4025
2c3305f6
PFC
40262018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4027
4028 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4029
ce1e8424
TT
40302018-05-18 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.base/ptype-offsets.exp: Update.
4033
ddfe970e
KS
40342018-05-17 Keith Seitz <keiths@redhat.com>
4035
4036 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4037 in expected breakpoint stop locations.
4038 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4039 move to proper scope to test variable values.
4040 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4041 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4042 New functions.
4043 (main): Call not_inline_func3.
4044 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4045 inline_func1, inline_func2, and inline_func3. Test that when each
4046 breakpoint is hit, GDB properly reports both the stop location
4047 and the backtrace. Repeat tests for temporary breakpoints.
4048
0726fcc6
MR
40492018-05-15 Maciej W. Rozycki <macro@mips.com>
4050
4051 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4052 rather then trying to access it in determining whether the PID
4053 of `gdbserver' could have been retrieved.
4054
8ee22052
AB
40552018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.arch/amd64-init-x87-values.S: New file.
4058 * gdb.arch/amd64-init-x87-values.exp: New file.
4059
7785df48
JK
40602018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4063
56bcdbea
TT
40642018-05-04 Tom Tromey <tom@tromey.com>
4065
4066 PR python/22730:
4067 * gdb.python/python.exp: Test multi-line execute.
4068
a913fffb
TT
40692018-05-04 Tom Tromey <tom@tromey.com>
4070
4071 PR python/22731:
4072 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4073
7a2c85f2
TT
40742018-05-04 Tom Tromey <tom@tromey.com>
4075
4076 PR gdb/11750:
4077 * gdb.base/define.exp: Test defining a user command inside a user
4078 command.
4079 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4080
a3b60e45
JK
40812018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4082 Pedro Alves <palves@redhat.com>
4083
4084 PR breakpoints/19806 and support for PR external/20207.
4085 * gdb.base/watchpoint-unaligned.c: New file.
4086 * gdb.base/watchpoint-unaligned.exp: New file.
4087
45fe4a03
AB
40882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.base/maint.exp: Make test names unique, use
4091 test_prefix_command_help to test 'help maint info', and remove
4092 repeated test of 'help maint'.
4093
9be2ae8f
TT
40942018-05-04 Tom Tromey <tom@tromey.com>
4095
4096 PR gdb/22619:
4097 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4098 behavior.
4099
11859c31
AB
41002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4101
4102 * gdb.base/maint.exp: Process output from 'maint print registers'
4103 line at a time.
4104
089a9490
AB
41052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4108 timeout.
4109
9b0797e2
AB
41102018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4111
4112 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4113 filter pattern.
4114
f6ac5f3d
PA
41152018-05-02 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4118 to_log_command renames.
4119 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4120
77d3c63b
TT
41212018-05-02 Tom Tromey <tom@tromey.com>
4122
4123 * gdb.python/py-parameter.exp: Set test message.
4124
0489430a
TT
41252018-05-02 Tom Tromey <tom@tromey.com>
4126
4127 PR python/20084:
4128 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4129 PARAM_ZUINTEGER_UNLIMITED tests.
4130
1632f8ba
DR
41312018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4132
4133 PR rust/23124
4134 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4135 when casting.
4136
6d7bb824
TT
41372018-04-30 Tom Tromey <tom@tromey.com>
4138
4139 * gdb.python/py-type.exp: Check align attribute.
4140 * gdb.python/py-type.c: New "aligncheck" global.
4141
007e1530
TT
41422018-04-30 Tom Tromey <tom@tromey.com>
4143
4144 PR exp/17095:
4145 * gdb.dwarf2/dw2-align.exp: New file.
4146 * gdb.cp/align.exp: New file.
4147 * gdb.base/align.exp: New file.
4148 * lib/gdb.exp (gdb_int128_helper): New proc.
4149 (has_int128_c, has_int128_cxx): New caching procs.
4150
6873858b
TT
41512018-04-27 Tom Tromey <tom@tromey.com>
4152
4153 PR rust/22545:
4154 * gdb.rust/simple.exp: Add inclusive range tests.
4155
79188d8d
PA
41562018-04-26 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4159 ifunc breakpoint locations correctly of ifunc breakpoints set
4160 while the program resolves the ifunc.
4161
c7075ad5
PA
41622018-04-26 Pedro Alves <palves@redhat.com>
4163
4164 * gdb.base/gnu-ifunc-final.c: New file.
4165 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4166 * gdb.base/gnu-ifunc.exp (executable): Delete.
4167 (staticexecutable): Adjust.
4168 (lib_opts, exec_opts): Delete.
4169 (make_binsuffix, build, set-break): New procedures.
4170 (misc_tests): New, with tests factored out from the top level.
4171 (top level): Test different combinations of ifunc resolver name,
4172 resolver with and with debug info, and ifunc target with and
4173 without debug info. Wrap static tests with with_target_prefix.
4174
8388016d
PA
41752018-04-26 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4178 return type" warnings.
4179
249b5733
PA
41802018-04-25 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4183 killed".
4184 * gdb.base/kill-after-signal.exp: Likewise.
4185 * gdb.threads/kill.exp: Likewise.
4186
f67c0c91
SDJ
41872018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4188 Sergio Durigan Junior <sergiodj@redhat.com>
4189 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4192 regexps to expect for '[Inferior ... detached]' as well.
4193 * gdb.base/attach.exp: Likewise.
4194 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4195 "gdb_continue_to_end".
4196 (test_catch_syscall_with_wrong_args): Likewise.
4197 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4198 ']'. Don't set 'verbose' on.
4199 * gdb.base/foll-vfork.exp: Likewise.
4200 * gdb.base/fork-print-inferior-events.c: New file.
4201 * gdb.base/fork-print-inferior-events.exp: New file.
4202 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4203 '[Inferior ... has been killed]' message.
4204 * gdb.base/kill-after-signal.exp: Likewise.
4205 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4206 detach message.
4207 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4208 message.
4209 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4210 regexps to expect for '[Inferior ... detached]' as well.
4211 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4212
0a8ddac4
SM
42132018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4214
4215 PR gdb/23104
4216 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4217
d27d16bf
RB
42182018-04-19 Richard Bunt <richard.bunt@arm.com>
4219
4220 * gdb.threads/multiple-successive-infcall.c: New test.
4221 * gdb.threads/multiple-successive-infcall.exp: New file.
4222
a037790e
TT
42232018-04-17 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.rust/simple.rs (Union): New type.
4226 (main): New local "u".
4227 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4228
e3a91079
AA
42292018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4230
4231 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4232 number information in output of "whereis" command.
4233 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4234
b744723f
AA
42352018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4236
4237 * gdb.ada/info_types.exp: Adjust expected output to the line
4238 numbers now printed by "info var/func/type".
4239 * gdb.base/completion.exp: Likewise.
4240 * gdb.base/included.exp: Likewise.
4241 * gdb.cp/cp-relocate.exp: Likewise.
4242 * gdb.cp/cplusfuncs.exp: Likewise.
4243 * gdb.cp/namespace.exp: Likewise.
4244 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4245
4a4495d6
MM
42462018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4247
4248 * gdb.btrace/cpu.exp: New.
4249
1d509aa6
MM
42502018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4251
4252 * gdb.base/step-indirect-call-thunk.exp: New.
4253 * gdb.base/step-indirect-call-thunk.c: New.
4254 * gdb.reverse/step-indirect-call-thunk.exp: New.
4255 * gdb.reverse/step-indirect-call-thunk.c: New.
4256
6295b6da
SM
42572018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4258
4259 * gdb.base/pie-fork.c: New file.
4260 * gdb.base/pie-fork.exp: New file.
4261
50146e70
TT
42622018-04-11 Tom Tromey <tom@tromey.com>
4263
4264 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4265
f50d8a2e
PA
42662018-04-10 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4269 exits. Instead loop running forever.
4270 (fork_parent): Run forever too.
4271
a0be7a36
SM
42722018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4273
4274 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4275 mi_continue_to_line.
4276 * gdb.mi/mi-stack.c (callee4): Add comment.
4277
9b73db36
SM
42782018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4279
4280 * gdb.mi/mi-stack.exp: Fix indentation.
4281
c912f608
SM
42822018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4283
4284 PR gdb/22979
4285 * gdb.arch/amd64-osabi.exp: New file.
4286
26540402
SM
42872018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4288
4289 PR gdb/22980
4290 * gdb.base/osabi.exp: New file.
4291
121ad66c 42922018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4293
4294 * gdb.cp/static-typedef-print.exp: New file.
4295 * gdb.cp/static-typedef-print.cc: New file.
4296
3fcded8f
JB
42972018-03-27 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdb.ada/varsize_limit: New testcase.
4300
59cc4834
JB
43012018-03-27 Joel Brobecker <brobecker@adacore.com>
4302
4303 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4304
4305 * gdb.ada/notcplusplus: New testcase.
4306
4307 * gdb.base/c-linkage-name.c: New file.
4308 * gdb.base/c-linkage-name.exp: New testcase.
4309
4ca59a9f
TT
43102018-03-26 Tom Tromey <tom@tromey.com>
4311
4312 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4313 * gdb.python/py-framefilter.py (name_error): New global.
4314 (ErrorInName.function): Use name_error.
4315
978d6c75
TT
43162018-03-26 Tom Tromey <tom@tromey.com>
4317
4318 PR backtrace/15582:
4319 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4320
b7fee5a3
KS
43212018-03-23 Keith Seitz <keiths@redhat.com>
4322
4323 PR c++/22968
4324 * gdb.cp/subtypes.exp: New file.
4325 * gdb.cp/subtypes.h: New file.
4326 * gdb.cp/subtypes.cc: New file.
4327 * gdb.cp/subtypes-2.cc: New file.
4328
376be529
AB
43292018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4332 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4333 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4334 -nostartfiles when compiling the test. Confirm that all registers
4335 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4336
066cfa98
AB
43372018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4340 option, syntax was wrong anyway.
4341 * gdb.arch/arm-disp-step.exp: Likewise.
4342 * gdb.arch/sparc64-regs.exp: Likewise.
4343 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4344 option, syntax was wrong anyway, switch to use
4345 prepare_for_testing.
4346 * gdb.arch/i386-disp-step.exp: Likewise.
4347
079670b9
AA
43482018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4349
4350 * gdb.ada/exec_changed.exp: Replace "target_info exists
4351 use_gdb_stub" by "use_gdb_stub".
4352 * gdb.ada/start.exp: Likewise.
4353 * gdb.base/async-shell.exp: Likewise.
4354 * gdb.base/attach-pie-misread.exp: Likewise.
4355 * gdb.base/attach-wait-input.exp: Likewise.
4356 * gdb.base/break-entry.exp: Likewise.
4357 * gdb.base/break-interp.exp: Likewise.
4358 * gdb.base/dprintf-detach.exp: Likewise.
4359 * gdb.base/nostdlib.exp: Likewise.
4360 * gdb.base/solib-nodir.exp: Likewise.
4361 * gdb.base/statistics.exp: Likewise.
4362 * gdb.base/testenv.exp: Likewise.
4363 * gdb.mi/mi-exec-run.exp: Likewise.
4364 * gdb.mi/mi-start.exp: Likewise.
4365 * gdb.multi/dummy-frame-restore.exp: Likewise.
4366 * gdb.multi/multi-arch-exec.exp: Likewise.
4367 * gdb.multi/multi-arch.exp: Likewise.
4368 * gdb.multi/tids.exp: Likewise.
4369 * gdb.multi/watchpoint-multi.exp: Likewise.
4370 * gdb.python/py-events.exp: Likewise.
4371 * gdb.threads/attach-into-signal.exp: Likewise.
4372 * gdb.threads/attach-stopped.exp: Likewise.
4373 * gdb.threads/threadapply.exp: Likewise.
4374 * lib/selftest-support.exp: Likewise.
4375
26d6cec4
AA
43762018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4377
4378 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4379
4ee89e90
SR
43802018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4381
4382 * gdb.perf/template-breakpoints.cc: New file.
4383 * gdb.perf/template-breakpoints.exp: New file.
4384 * gdb.perf/template-breakpoints.py: New file.
4385
92630041
TT
43862018-03-19 Tom Tromey <tom@tromey.com>
4387
4388 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4389 y0.
4390 * gdb.rust/simple.exp: Test bare identifier form of struct
4391 initializer.
4392
76727919
TT
43932018-03-19 Tom Tromey <tom@tromey.com>
4394
4395 * gdb.gdb/observer.exp: Remove.
4396
194ed413
AA
43972018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4398
4399 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4400 "qualified" option when setting breakpoints.
4401 * gdb.trace/backtrace.exp: Likewise.
4402 * gdb.trace/circ.exp: Likewise.
4403 * gdb.trace/collection.exp: Likewise.
4404 * gdb.trace/disconnected-tracing.exp: Likewise.
4405 * gdb.trace/ftrace-lock.exp: Likewise.
4406 * gdb.trace/ftrace.exp: Likewise.
4407 * gdb.trace/infotrace.exp: Likewise.
4408 * gdb.trace/packetlen.exp: Likewise.
4409 * gdb.trace/passc-dyn.exp: Likewise.
4410 * gdb.trace/qtro.exp: Likewise.
4411 * gdb.trace/read-memory.exp: Likewise.
4412 * gdb.trace/report.exp: Likewise.
4413 * gdb.trace/signal.exp: Likewise.
4414 * gdb.trace/status-stop.exp: Likewise.
4415 * gdb.trace/strace.exp: Likewise.
4416 * gdb.trace/tfind.exp: Likewise.
4417 * gdb.trace/trace-break.exp: Likewise.
4418 * gdb.trace/trace-condition.exp: Likewise.
4419 * gdb.trace/trace-mt.exp: Likewise.
4420 * gdb.trace/tstatus.exp: Likewise.
4421 * gdb.trace/tsv.exp: Likewise.
4422 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4423 * gdb.trace/unavailable.exp: Likewise.
4424 * gdb.trace/while-dyn.exp: Likewise.
4425
8b067d2c
AA
44262018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4427
4428 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4429 that libinproctrace is copied to the target.
4430
3ae9ce5d
TT
44312018-03-14 Tom Tromey <tom@tromey.com>
4432
4433 PR cli/14977:
4434 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4435 a null pointer.
4436 * gdb.base/wchar.exp: Likewise.
4437
b8c2339b
TT
44382018-03-14 Tom Tromey <tom@tromey.com>
4439
4440 PR cli/19918:
4441 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4442 flag.
4443
4872dc46
SM
44442018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4445
4446 PR gdb/22841
4447 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4448 "target" to remote_exec.
4449
e4fe3756
SM
44502018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4451
4452 PR gdb/22841
4453 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4454 ${board}_upload): Remove.
4455
e95a97d4
AA
44562018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4457
4458 * gdb.cp/watch-cp.cc: New test.
4459 * gdb.cp/watch-cp.exp: New file.
4460
dbbb1059
AB
44612018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.base/infcall-nested-structs.exp: New file.
4464 * gdb.base/infcall-nested-structs.c: New file.
4465 * gdb.base/float.exp: Add riscv support.
4466
ecc054c0
TP
44672018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4468
4469 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4470 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4471
25e3c82c
SDJ
44722018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4473
4474 * gdb.server/abspath.exp: New file.
4475 * lib/gdb.exp (with_cwd): New procedure.
4476
3083294d
SM
44772018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4480 use it.
4481 (gdb_is_target_remote_prompt): New proc.
4482 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4483 (gdb_is_target_native): Pass prompt parameter to
4484 gdb_is_target_1.
4485
3275ef47
SM
44862018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4487
4488 * gdb.base/load-command.c: New file.
4489 * gdb.base/load-command.exp: New file.
4490 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4491 (gdb_is_target_1): ...this, and generalize for other targets
4492 than just remote.
4493 (gdb_is_target_remote): Use gdb_is_target_1.
4494 (gdb_is_target_native): use gdb_is_target_1.
4495
6893c19a
TT
44962018-02-26 Tom Tromey <tom@tromey.com>
4497
4498 PR python/16497:
4499 * gdb.python/py-framefilter.exp: Update test.
4500
2ddeaf8a
TT
45012018-02-26 Tom Tromey <tom@tromey.com>
4502
4503 * gdb.dwarf2/variant.c: New file.
4504 * gdb.dwarf2/variant.exp: New file.
4505
c9317f21
TT
45062018-02-26 Tom Tromey <tom@tromey.com>
4507
4508 * gdb.rust/simple.exp: Accept more possible results in enum test.
4509
6f6d0c26
SM
45102018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4511
4512 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4513 parentheses.
4514
11b03145
MR
45152018-02-23 Maciej W. Rozycki <macro@mips.com>
4516
4517 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4518 name of a variable: $actual_linejj -> $actual_line.
4519
54a27fe5
JB
45202018-02-21 John Baldwin <jhb@FreeBSD.org>
4521
4522 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4523
de65820c
MM
45242018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4525
4526 * gdb.btrace/buffer-size.exp: Do not force BTS.
4527
980548fd
PA
45282018-02-14 Pedro Alves <palves@redhat.com>
4529
4530 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4531 getting a "Quit".
4532
c4e12631
MM
45332018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4534
4535 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4536 Fix test name.
4537
c2e0e465
SM
45382018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.cp/m-static.exp: Check type of optimized out static
4541 member.
4542
f7216783
AB
45432018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4546 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4547
0625771b
LS
45482018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4549 Leszek Swirski <leszeks@google.com>
4550
4551 * gdb.python/py-prettyprint.c
4552 (struct to_string_returns_value_inner,
4553 struct to_string_returns_value_wrapper): New.
4554 (main): Add tsrvw variable.
4555 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4556 ToStringReturnsValueWrapper): New classes.
4557 (register_pretty_printers): Register new pretty-printers.
4558 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4559 recursive pretty printer.
4560 * gdb.python/py-mi.exp: Likewise.
4561
59498c30
LS
45622018-02-01 Leszek Swirski <leszeks@google.com>
4563
4564 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4565 functions with the same name as an include file are parsed
4566 correctly.
4567
d4d38844
YQ
45682018-02-01 Yao Qi <yao.qi@linaro.org>
4569
4570 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4571 "\[^\r\n\]*".
4572
07e5f5cf
NP
45732018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4574
4575 * gdb.arch/powerpc-prologue-frame.s: New file.
4576 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4577 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4578
929b5ad4
JB
45792018-01-31 Joel Brobecker <brobecker@adacore.com>
4580
4581 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4582
e671cd59
PA
45832018-01-30 Pedro Alves <palves@redhat.com>
4584
4585 PR gdb/13211
4586 * gdb.base/interrupt-daemon.c: New.
4587 * gdb.base/interrupt-daemon.exp: New.
4588 * gdb.multi/multi-term-settings.c: New.
4589 * gdb.multi/multi-term-settings.exp: New.
4590
fc413dc4
JB
45912018-01-30 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.base/break.exp: Save the location where the breakpoint
4594 on break.c:47 was actually inserted when debugging the version
4595 compiled at -O2 and use it in the expected output of the "info
4596 break" test performed soon after.
4597
5c319bb2
PA
45982018-01-22 Pedro Alves <palves@redhat.com>
4599 Sergio Durigan Junior <sergiodj@redhat.com>
4600
4601 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4602 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4603
a9e40818
JB
46042018-01-22 Joel Brobecker <brobecker@adacore.com>
4605
4606 * gdb.base/break-include.c, gdb.base/break-include.inc,
4607 gdb.base/break-include.exp: New files.
4608 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4609 line number now being the actual line number where the breakpoint
4610 was inserted.
4611 * gdb.mi/mi-break.exp: Likewise.
4612 * gdb.mi/mi-reverse.exp: Likewise.
4613 * gdb.mi/mi-simplerun.exp: Ditto.
4614
e707fc44
AB
46152018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4618 varobj.
4619 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4620
ae451627
AB
46212018-01-21 Don Breazeal <donb@codesourcery.com>
4622 Andrew Burgess <andrew.burgess@embecosm.com>
4623
4624 * gdb.mi/basics.c: Add new global.
4625 * gdb.mi/mi-frame-regs.exp: New file.
4626 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4627 case.
4628
b1b189e0
AB
46292018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4630
4631 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4632 non-parameter, and on an unknown symbol.
4633
fcfcc376
TT
46342018-01-19 Tom Tromey <tom@tromey.com>
4635
4636 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4637 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4638
634c1c31
AA
46392018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4640
4641 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4642 setrlimit and chdir to int.
4643
d6ad07fd
AA
46442018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4645
4646 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4647 function.
4648 (my_tend): Likewise.
4649 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4650 rationale of avoiding FP- and vector instructions.
4651
adf8243b
RK
46522018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4653
4654 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4655 "info reg" with "\[ \t\]*".
4656 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4657 "\[ \t\]+".
4658 * gdb.arch/s390-multiarch.exp: Ditto.
4659 * gdb.base/pc-fp.exp: Ditto.
4660 * gdb.reverse/i386-precsave.exp: Ditto.
4661 * gdb.reverse/i386-reverse.exp: Ditto.
4662 * gdb.reverse/i387-env-reverse.exp: Ditto.
4663 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4664
dcc06925
AA
46652018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4666
4667 * lib/gdb.exp (gdb_compile): Re-enable use of
4668 universal_compile_options for languages other than Rust.
4669
25d4fd80
AA
46702018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4671
4672 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4673
ee7f689e 46742018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4675
4676 PR gdb/16577
4677 * gdb.base/solib-vanish.exp: New.
4678 * gdb.base/solib-vanish-main.c: New.
4679 * gdb.base/solib-vanish-lib1.c: New.
4680 * gdb.base/solib-vanish-lib2.c: New.
4681
d8447b6b
YQ
46822018-01-17 Yao Qi <yao.qi@linaro.org>
4683
4684 * gdb.compile/compile.exp: Match the address printed for
4685 frame in the output of command "bt".
4686
86d6a90c
TT
46872018-01-15 Tom Tromey <tom@tromey.com>
4688
4689 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4690 compute sp_reg.
4691
cbcdb1aa
AB
46922018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4695 to prepare.
4696 (prepare): Return 0 on error, 1 on success.
4697
eea61984
PA
46982018-01-12 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/continue-after-aborted-step-over.c: New.
4701 * gdb.base/continue-after-aborted-step-over.exp: New.
4702
6181e9c2
SM
47032018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4706 options when not creating an executable.
4707
3cada740
PA
47082018-01-11 Pedro Alves <palves@redhat.com>
4709
4710 PR remote/22597
4711 * gdb.server/stop-reply-no-thread.c: New file.
4712 * gdb.server/stop-reply-no-thread.exp: New file.
4713
c63d3e8d
PA
47142018-01-10 Pedro Alves <palves@redhat.com>
4715
4716 PR gdb/22670
4717 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4718 functions too. Test setting breakpoints and printing C functions
4719 with no debug info too.
4720 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4721
d4c2a405
PA
47222018-01-10 Pedro Alves <palves@redhat.com>
4723
4724 PR gdb/22670
4725 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4726 a fail.
4727
8825213e
PA
47282018-01-10 Pedro Alves <palves@redhat.com>
4729
4730 PR gdb/22670
4731 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4732
605fd3c6
YQ
47332018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4734
4735 * gdb.server/unittest.exp: Match the output in non-development
4736 mode.
4737
1e5ded6c
YQ
47382018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4739
4740 * gdb.gdb/unittest.exp: Match output in non-development mode.
4741
30066b0b
JB
47422018-01-08 Joel Brobecker <brobecker@adacore.com>
4743
4744 * gdb.ada/access_tagged_param.exp: Relax expected output
4745 for value of "ObjL" in "continue" to pck.inspect breakpoint
4746 test.
4747
04bafb1e
XR
47482018-01-08 Joel Brobecker <brobecker@adacore.com>
4749
9f86398b
JB
4750 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4751 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4752
e379cee6
PA
47532018-01-05 Pedro Alves <palves@redhat.com>
4754
4755 PR gdb/18653
4756 * gdb.base/libsegfault.exp: New.
4757
de63c46b
PA
47582018-01-05 Joel Brobecker <brobecker@adacore.com>
4759
4760 PR gdb/22670
4761 * gdb.ada/access_tagged_param.exp: New file.
4762 * gdb.ada/access_tagged_param/foo.adb: New file.
4763
f98fc17b
PA
47642018-01-05 Pedro Alves <palves@redhat.com>
4765
4766 PR gdb/22670
4767 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4768 exercise lower case too, and to exercise both full matching and
4769 wild matching.
4770
342f8240
JB
47712018-01-05 Joel Brobecker <brobecker@adacore.com>
4772
4773 * gdb.ada/rename_subscript_param: New testcase.
4774
7150d33c
JG
47752018-01-05 Jerome Guitton <guitton@adacore.com>
4776
4777 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4778
cc0e770c
JB
47792018-01-05 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.ada/convvar_comp: New testcase.
4782
672a41aa 47832018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4784
4785 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4786 (My_Table): New global variable.
4787 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4788
7365ec2f
JB
47892018-01-04 Joel Brobecker <brobecker@adacore.com>
4790
4791 PR gdb/22670
4792 * gdb.ada/maint_with_ada: New testcase.
4793
289483b6
JB
47942018-01-04 Joel Brobecker <brobecker@adacore.com>
4795
4796 PR gdb/22670
4797 * gdb.ada/bp_c_mixed_case: New testcase.
4798
344420da
JB
47992018-01-04 Joel Brobecker <brobecker@adacore.com>
4800
4801 PR gdb/22670
4802 * gdb.ada/complete.exp: Add "complete break ada" test.
4803
66fc87a0
JB
48042018-01-04 Joel Brobecker <brobecker@adacore.com>
4805
4806 PR gdb/22670
4807 * gdb.ada/info_addr_mixed_case: New testcase.
4808
9f757bf7
XR
48092018-01-03 Xavier Roirand <roirand@adacore.com>
4810
4811 * gdb.ada/excep_handle.exp: New testcase.
4812 * gdb.ada/excep_handle/foo.adb: New file.
4813 * gdb.ada/excep_handle/pck.ads: New file.
4814
bd570f80
JB
48152018-01-03 Joel Brobecker <brobecker@adacore.com>
4816
4817 * gdb.base/step-line.c: Add extra empty line in copyright header.
4818 * gdb.base/step-line.inp: Likewise.
4819
9fe561ab
JB
48202018-01-02 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdb.ada/dyn_stride.exp: Add slice test.
4823
a405673c
JB
48242018-01-02 Joel Brobecker <brobecker@adacore.com>
4825
4826 * gdb.ada/dyn_stride: New testcase.
4827
cef0f868
SH
48282017-12-27 Stafford Horne <shorne@gmail.com>
4829
4830 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4831 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4832
b67d92b0
SH
48332017-12-27 Stafford Horne <shorne@gmail.com>
4834
4835 * gdb.base/reggroups.c: New file.
4836 * gdb.base/reggroups.exp: New file.
4837
eccab96d
JB
48382017-12-18 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.dwarf2/ada-valprint-error.c: New file.
4841 * gdb.dwarf2/ada-valprint-error.exp: New file.
4842
0e2da9f0
JB
48432017-12-18 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.ada/assign_arr: New testcase.
4846
cb923fcc
XR
48472017-12-18 Xavier Roirand <roirand@adacore.com>
4848
4849 * gdb.ada/funcall_ptr: New testcase.
4850
7c161838
SDJ
48512017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 PR cli/16224
4854 * gdb.base/ptype-offsets.cc: New file.
4855 * gdb.base/ptype-offsets.exp: New file.
4856
1af17fd9
YQ
48572017-12-15 Yao Qi <yao.qi@linaro.org>
4858
4859 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4860 if XML is disabled.
4861
828d5846
XR
48622017-12-15 Xavier Roirand <roirand@adacore.com>
4863
4864 * gdb.ada/same_component_name: New testcase.
4865
79e8fcaa
JB
48662017-12-14 Joel Brobecker <brobecker@adacore.com>
4867
4868 * gdb.ada/str_binop_equal: New testcase.
4869
e05fa6f9
JB
48702017-12-14 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.ada/task_switch_in_core: New testcase.
4873
b89641ba
SM
48742017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4875
4876 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4877 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4878 call test_bkpt_qualified.
4879 (test_bkpt_qualified): New proc.
4880
6892d2e4
PA
48812017-12-13 Pedro Alves <palves@redhat.com>
4882
4883 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4884 Tighten regexp by matching with an anchor.
4885
a22ecf70
PA
48862017-12-13 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4889 ("expression with namespace"): New set of tests.
4890 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4891 (Nested::Test_NS::qux): New.
4892 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4893 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4894
9937536c
JB
48952017-12-13 Joel Brobecker <brobecker@adacore.com>
4896
4897 * gdb.base/server-del-break.c: New file.
4898 * gdb.base/server-del-break.exp: New file.
4899
fe49c6f5
SH
49002017-12-12 Stafford Horne <shorne@gmail.com>
4901
4902 * gdb.xml/tdesc-regs.exp: Add or1k support.
4903
c3d18620
SH
49042017-12-12 Stafford Horne <shorne@gmail.com>
4905
4906 * gdb.base/bp-permanent.c: Define nop of or1k.
4907
c5f9cfc8
JB
49082017-12-11 Joel Brobecker <brobecker@adacore.com>
4909
4910 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4911 output with components being reordered.
4912
a9c135fc
JB
49132017-12-11 Joel Brobecker <brobecker@adacore.com>
4914
4915 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4916 output with components being reordered.
4917
927aa2e7
JK
49182017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4919 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/maint.exp (check for .gdb_index): Check also for
4922 .debug_names.
4923 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4924 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4925 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4926 (.gdb_index used after symbol reloading): Support also .debug_names.
4927 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4928
f17d9474
YQ
49292017-12-08 Yao Qi <yao.qi@linaro.org>
4930
4931 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4932 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4933
a0de8c21
YQ
49342017-12-08 Yao Qi <yao.qi@linaro.org>
4935
4936 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4937 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4938
a738ea1d
YQ
49392017-12-08 Yao Qi <yao.qi@linaro.org>
4940
4941 * gdb.arch/aarch64-tagged-pointer.c: New file.
4942 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4943
1cd9a73b
SDJ
49442017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4945
4946 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4947 "int".
4948
fa6eb693
KS
49492017-12-07 Keith Seitz <keiths@redhat.com>
4950
4951 PR breakpoints/22569
4952 * gdb.linespec/ls-errs.exp: Change expected result of "break
4953 -source this file has spaces.c -line 3".
4954 Check that an explicit source file followed by whitespace is
4955 identified as an invalid explicit location.
4956
883fd55a
KS
49572017-12-07 Keith Seitz <keiths@redhat.com>
4958
4959 * gdb.cp/nested-types.cc: New file.
4960 * gdb.cp/nested-types.exp: New file.
4961 * lib/cp-support.exp: Load data-structures.exp library.
4962 (debug_cp_test_ptype_class): New global.
4963 (cp_ptype_class_verbose, next_line): New procedures.
4964 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4965 Add and document new return value.
4966 Switch the list of lines to a queue.
4967 Add support for new `type' key for nested type definitions.
4968 Add debugging/troubleshooting messages.
4969 * lib/data-structures.exp: New file.
4970
ec72db3e
SM
49712017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4972
4973 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4974 with proc_with_prefix, don't use with_test_prefix.
4975
99598d71
TT
49762017-12-07 Tom Tromey <tom@tromey.com>
4977
4978 * gdb.base/break.exp: Add test for empty "commands".
4979
a8806230
YQ
49802017-12-07 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4983 malloc and catch syscall.
4984
824cc835
PM
49852017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4986
e79be6e5 4987 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4988 tests for explicit locations.
4989
7cc244de
PA
49902017-12-06 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4993 force-disabling XML descriptions.
4994
50a1fdd5
PA
49952017-12-04 Pedro Alves <palves@redhat.com>
4996
4997 PR gdb/22499
4998 * gdb.arch/amd64-disp-step-avx.S: New file.
4999 * gdb.arch/amd64-disp-step-avx.exp: New file.
5000
f0fb2488
PA
50012017-12-03 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5004 and <string.h>.
5005 (parent_function): Print distinct messages when waitpid fails, or
5006 the child exits with a signal, or the child exits for an unhandled
5007 reason.
5008 * gdb.threads/process-dies-while-detaching.exp
5009 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5010 it. Wait for both inferior output and GDB's prompt. Use an
5011 indirect spawn id list.
5012 (do_detach): New parameter 'child_exit'. Use it to compute
5013 expected inferior output.
5014 (test_detach, test_detach_watch, test_detach_killed_outside):
5015 Adjust to pass down the expected child exit kind.
5016
97cbe998
SDJ
50172017-12-01 Joel Brobecker <brobecker@adacore.com>
5018 Sergio Durigan Junior <sergiodj@redhat.com>
5019 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5022
40fc416f
SDJ
50232017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5024
5025 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5026 to 'symbol-file' and 'add-symbol-file' can be
5027 position-independent.
5028
1cc75e92
YQ
50292017-12-01 Yao Qi <yao.qi@linaro.org>
5030
5031 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5032 the URL in copyright header.
5033 * gdb.arch/aarch64-fp.exp: Likewise.
5034 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5035 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5036 * gdb.base/expand-psymtabs.exp: Likewise.
5037 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5038 * gdb.fortran/common-block.exp: Likewise.
5039 * gdb.fortran/common-block.f90: Likewise.
5040 * gdb.fortran/logical.exp: Likewise.
5041 * gdb.fortran/vla-datatypes.f90: Likewise.
5042 * gdb.fortran/vla-sub.f90: Likewise.
5043
875fb7a7
JB
50442017-11-30 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdb.ada/repeat_dyn: New testcase.
5047
6f14765f
UW
50482017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5049
5050 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5051 Update for changed thread numbering.
5052 * gdb.cell/bt.exp: Update for changed GDB output.
5053
f1af7b94
SM
50542017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5057 setting isremote by hand.
5058 * boards/dwarf4-gdb-index.exp: Likewise.
5059 * boards/fission.exp: Likewise.
5060 * boards/stabs.exp: Likewise.
5061
e3919f3e
PA
50622017-11-30 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.linespec/cpls-ops.exp
5065 (check_explicit_skips_function_argument): Extract the underlying
5066 type of size_t instead of hardcoding it.
5067
bd69330d
PA
50682017-11-29 Pedro Alves <palves@redhat.com>
5069
5070 PR c++/19436
5071 * gdb.linespec/cpls-abi-tag.cc: New file.
5072 * gdb.linespec/cpls-abi-tag.exp: New file.
5073
a20714ff
PA
50742017-11-29 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/langs.exp: Use -qualified.
5077 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5078 it.
5079 * gdb.cp/namespace.exp: Use -qualified.
5080 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5081 (overload-3, template-overload, template-ret-type, const-overload)
5082 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5083 procedures.
5084 (test_driver): Call them.
5085 * gdb.cp/save-bp-qualified.cc: New.
5086 * gdb.cp/save-bp-qualified.exp: New.
5087 * gdb.linespec/explicit.exp: Test -qualified.
5088 * lib/completion-support.exp (completion::explicit_opts_list): Add
5089 "-qualified".
5090 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5091
f6f1d339
PM
50922017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5093
5094 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5095
02ca603a
TT
50962017-11-29 Tom Tromey <tom@tromey.com>
5097
5098 * gdb.base/relocate.exp: Update invalid argument test.
5099 Add new tests for invalid arguments.
5100
ed6c0bfb
TP
51012017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5102
5103 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5104 Return 0 as a long.
5105 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5106
f106e10e
TP
51072017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5108
5109 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5110 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5111 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5112 func ().
5113 * gdb.cp/shadow.cc (B.func): Return 0.
5114
10329bb2
JB
51152017-11-27 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5118 expected output in gdb_expect call to allow the exception
5119 message to be present as well. Fix syntax confusion to avoid
5120 TCL thinking that exception_name is an array.
5121
617cd4bc
UW
51222017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5123
5124 * gdb.arch/spu-info.c: Include <unistd.h>.
5125 (do_signal_test): Fix broken calls to write.
5126 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5127 Fix checks for empty mailboxes. Update signal tests for corrected
5128 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5129 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5130 * gdb.cell/arch.exp: Use standard_output_file.
5131 * gdb.cell/break.exp: Likewise.
5132 * gdb.cell/bt.exp: Likewise.
5133 * gdb.cell/core.exp: Likewise.
5134 * gdb.cell/dwarfaddr.exp: Likewise.
5135 * gdb.cell/ea-cache.exp: Likewise.
5136 * gdb.cell/ea-standalone.exp: Likewise.
5137 * gdb.cell/f-regs.exp: Likewise.
5138 * gdb.cell/fork.exp: Likewise.
5139 * gdb.cell/gcore.exp: Likewise.
5140 * gdb.cell/mem-access.exp: Likewise.
5141 * gdb.cell/ptype.exp: Likewise.
5142 * gdb.cell/registers.exp: Likewise.
5143 * gdb.cell/sizeof.exp: Likewise.
5144 * gdb.cell/solib-symbol.exp: Likewise.
5145 * gdb.cell/solib.exp: Likewise.
617cd4bc 5146
a81aaca0
PA
51472017-11-25 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/complete-empty.exp: New file.
5150 * gdb.base/completion.exp: Adjust.
5151
6a3c6ee4
PA
51522017-11-25 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.linespec/cpls-ops.cc: New file.
5155 * gdb.linespec/cpls-ops.exp: New file.
5156 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5157 factored out from ...
5158 (test_complete_prefix_range): ... this.
5159
8955eb2d
PA
51602017-11-24 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.linespec/cpcompletion.exp: New file.
5163 * gdb.linespec/cpls-hyphen.cc: New file.
5164 * gdb.linespec/cpls.cc: New file.
5165 * gdb.linespec/cpls2.cc: New file.
5166 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5167 test to use test_gdb_complete_unique. Add label completion,
5168 keyword completion and explicit location completion tests.
5169 * lib/completion-support.exp: New file.
5170
e547c119
JB
51712017-11-24 Joel Brobecker <brobecker@adacore.com>
5172
5173 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5174 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5175 when hitting an exception catchpoint.
5176
7c3c1aa8
YQ
51772017-11-22 Yao Qi <yao.qi@linaro.org>
5178
5179 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5180
41bd68f5
SM
51812017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5182
5183 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5184 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5185 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5186
1daad298
YQ
51872017-11-22 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.base/info-os.exp: Pass pthreads.
5190 * gdb.multi/multi-attach.exp: Likewise.
5191
88465e87
YQ
51922017-11-22 Yao Qi <yao.qi@linaro.org>
5193
5194 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5195 compiler.
5196
dc196b23
YQ
51972017-11-22 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5200 * gdb.base/break-interp.exp: Likewise.
5201 * gdb.base/jit-attach-pie.exp: Likewise.
5202
2400729e
UW
52032017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5204
5205 * gdb.base/float128.c (large128): New variable.
5206 * gdb.base/float128.exp: Add test to print largest __float128 value.
5207
7a26362d
UW
52082017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5209
5210 * gdb.arch/vsx-regs.exp: Update register content checks.
5211
ed0f4273
UW
52122017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5213
5214 * gdb.arch/ppc-longdouble.exp: New file.
5215 * gdb.arch/ppc-longdouble.c: Likewise.
5216
a25d69c6
PA
52172017-11-21 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5220
73fcf641
PA
52212017-11-20 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5224 (long_double_typedef): New typedefs.
5225 Use DEF on double and long double.
5226 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5227 cases.
5228 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5229 and 'long_double_ptr_same_size' locals. Use them to decide
5230 whether cast from array/function to float is valid/invalid.
5231
71a3c369
TT
52322017-11-17 Tom Tromey <tom@tromey.com>
5233
5234 * gdb.rust/traits.rs: New file.
5235 * gdb.rust/traits.exp: New file.
5236
ced9779b
JB
52372017-11-17 Joel Brobecker <brobecker@adacore.com>
5238
5239 * gdb.ada/minsyms: New testcase.
5240
a0922d80
PA
52412017-11-16 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5244 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5245
ea04e54c
PA
52462017-11-16 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5249 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5250
e849ea89
PA
52512017-11-16 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.server/reconnect-ctrl-c.c: New file.
5254 * gdb.server/reconnect-ctrl-c.exp: New file.
5255
d8ae99a7
PM
52562017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5257
5258 * gdb.python/py-rbreak.exp: New file.
5259 * gdb.python/py-rbreak.c: New file.
5260 * gdb.python/py-rbreak-func2.c: New file.
5261
968a13f8
PA
52622017-11-16 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5265 pattern.
5266 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5267 GDB.
5268
71774bc9
SM
52692017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5270
5271 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5272 regex.
5273
ddbb44cf
SM
52742017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5275
5276 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5277 test names.
5278
584a564f
PA
52792017-11-09 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5282 factored out from ...
5283 (top level): ... here, and adjusted to avoid expecting beyond the
5284 prompt in a single gdb_test_multiple.
5285
5ed7a928
PA
52862017-11-09 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5289 output.
5290 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5291 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5292 * gdb.server/ext-run.exp ("kill" test): Likewise.
5293 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5294
a60e0738
PA
52952017-11-09 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5298 match till end of line.
5299
2c88253f
PA
53002017-11-09 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5303
c7a38517
PA
53042017-11-09 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5307 New procedures, factored out from ...
5308 (top level): ... here, and adjusted to avoid expecting beyond the
5309 prompt in one go.
5310
f29f4b6b
PA
53112017-11-09 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5314 output. Fix '?' match.
5315
286acbb5
JB
53162017-11-08 Joel Brobecker <brobecker@adacore.com>
5317
5318 * gdb.ada/scoped_watch: New testcase.
5319 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5320 which is actually correct.
5321 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5322 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5323
62d7ae92
PA
53242017-11-08 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.gdb/complaints.exp (test_initial_complaints)
5327 (test_serial_complaints, test_short_complaints): Call
5328 complaint_internal instead of complaint.
5329
280ca31f
DT
53302017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5331
5332 * gdb.threads/tls-core.c: New file.
5333 * gdb.threads/tls-core.exp: Likewise.
5334
b5ec771e
PA
53352017-11-08 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5338 (p Exported_Capitalized): New test.
5339 (p exported_capitalized): New test.
5340
a02b41a7
PA
53412017-11-07 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5344
95e95a6d
PA
53452017-11-07 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5348 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5349 (disable_invalid, disable_inverted, disable_negative): New
5350 procedures.
5351 ("bad numbers"): New set of tests.
5352
cee62dbd
PA
53532017-11-07 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.cp/ena-dis-br-range.exp: Add tests.
5356
cc638e86
PA
53572017-11-07 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5360
d0fe4701
XR
53612017-11-07 Xavier Roirand <roirand@adacore.com>
5362 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/ena-dis-br.exp: Add reference to
5365 gdb.cp/ena-dis-br-range.exp.
5366 * gdb.cp/ena-dis-br-range.exp: New file.
5367 * gdb.cp/ena-dis-br-range.cc: New file.
5368
46f67f80
PA
53692017-11-06 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/attach-non-pgrp-leader.c: New.
5372 * gdb.base/attach-non-pgrp-leader.exp: New.
5373
726e1356
PA
53742017-11-06 Pedro Alves <palves@redhat.com>
5375
5376 * configure.ac: No longer check for termio.h and sgtty.h.
5377 * configure: Regenerate.
5378 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5379 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5380 Remove termio and sgtty code.
5381
50ab6ace
YQ
53822017-11-03 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5385 in GDB is disabled.
5386
8e68731c
YQ
53872017-11-03 Yao Qi <yao.qi@linaro.org>
5388
5389 * gdb.python/py-thrhandle.exp: Skip it if python is not
5390 enabled.
5391
3a87ae65
SM
53922017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5393
5394 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5395 as a breakpoint command.
5396
484d8d36
MD
53972017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5398
5399 PR python/21213
5400 * gdb.python/py-infthread.exp: Test calling
5401 InferiorThread.inferior () multiple times in a row.
5402
4a27f119
KS
54032017-10-27 Keith Seitz <keiths@redhat.com>
5404
5405 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5406 Test "info break" for every inlined function breakpoint.
5407
bb11dd58
YQ
54082017-10-27 Yao Qi <yao.qi@linaro.org>
5409
5410 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5411
a43f3893
PF
54122017-10-26 Patrick Frants <osscontribute@gmail.com>
5413
5414 * gdb.cp/classes.exp (test_static_members): Test printing
5415 Outer::instance.
5416 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5417 (Inner::instance, Outer::instance): New.
5418
792ccf00
PA
54192017-10-24 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5422 extra console" test in two stages.
5423
eb2bfbad
PA
54242017-10-24 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5427
1f75a651
PA
54282017-10-24 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5431 loop.
5432
779990d9
PA
54332017-10-24 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5436 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5437
ad9b8f5d
PA
54382017-10-24 Pedro Alves <palves@redhat.com>
5439
5440 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5441 parameter and handle it. Don't output read value in test name.
5442
fee6da6e
PA
54432017-10-24 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5446 custom test name.
5447
10389c2c
PA
54482017-10-24 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5451 include the unstable output directory name in the test's name.
5452 (initial_setup_simple) <'set args'>: Use custom test name.
5453
a80e65a9
PA
54542017-10-24 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5457 with explicit test name.
5458
15763a09
PA
54592017-10-20 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5462 'wait -i'. Use gdb_assert and remote_close.
5463
49a4ce2e
AB
54642017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5467 number from variable rather than hard-coded.
5468
a75868f5
PA
54692017-10-19 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/long-inferior-output.c: New file.
5472 * gdb.base/long-inferior-output.exp: New file.
5473
c8ba13ad
KS
54742017-11-18 Keith Seitz <keiths@redhat.com>
5475
5476 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5477 method.
5478 (main): Call it.
5479 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5480 Add additional user-defined conversion operator tests.
5481
b27de576
PA
54822017-10-17 Pedro Alves <palves@redhat.com>
5483
5484 * boards/native-stdio-gdbserver.exp: Load "local-board".
5485
8484c955
PA
54862017-10-17 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.base/quit-live.c: New file.
5489 * gdb.base/quit-live.exp: New file.
5490
83d5a34d
KS
54912017-10-16 Keith Seitz <keiths@redhat.com>
5492
5493 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5494 (class_with_protected_typedef, class_with_private_typedef)
5495 (struct_with_public_typedef, struct_with_protected_typedef)
5496 (struct_with_private_typedef): New classes/structs.
5497 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5498 typedefs and access specifiers.
5499
739b3f1d
PA
55002017-10-16 Pedro Alves <palves@redhat.com>
5501 Simon Marchi <simon.marchi@polymtl.ca>
5502
5503 * README (Local vs Remote vs Native): New section.
5504 * boards/local-board.exp: New file, with bits factored out from
5505 ...
5506 * boards/native-extended-gdbserver.exp: ... here. Load
5507 "local-board".
5508 * boards/native-gdbserver.exp: Load "local-board".
5509 (${board}_spawn, ${board}_exec): Delete.
5510 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5511 ...
5512 * boards/stdio-gdbserver-base.exp: ... this new file.
5513 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5514 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5515 procedure.
5516 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5517 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5518 stdio_gdbserver_command.
5519 (${board}_get_remote_address, ${board}_get_comm_port)
5520 (${board}_download, ${board}_upload): Delete.
5521 (get_target_remote_pipe_cmd): New.
5522
fe68b953
SM
55232017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5524
5525 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5526 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5527 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5528 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5529 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5530 remove with_test_prefix.
5531
300b6685
PA
55322017-10-13 Pedro Alves <palves@redhat.com>
5533
5534 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5535 * gdb.base/annota1.exp: Use it instead of is_remote.
5536 * gdb.base/annota3.exp: Use it instead of is_remote.
5537 * gdb.cp/annota2.exp: Use it instead of is_remote.
5538 * gdb.cp/annota3.exp: Use it instead of is_remote.
5539 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5540
50500caf
PA
55412017-10-13 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5544 (test_num_test_vars, run_and_count_vars, find_env)
5545 (test_set_unset_env, test_inherit_env_var): New procedures.
5546 (top level): Use them.
5547
dad0c6d2
PA
55482017-10-13 Pedro Alves <palves@redhat.com>
5549
5550 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5551 also skip on stub-like targets.
5552
8b0553c1
PA
55532017-10-13 Pedro Alves <palves@redhat.com>
5554
5555 PR gdb/22293
5556 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5557 (top level): Move some tests to ...
5558 (test_not_found): ... this new procedure.
5559 (top level): Call it.
5560
7594f623
PA
55612017-10-13 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5564 expect different "info terminal" output if testing with a
5565 non-native target.
5566
ebe3b402
PA
55672017-10-13 Pedro Alves <palves@redhat.com>
5568 Simon Marchi <simon.marchi@polymtl.ca>
5569
5570 PR python/12966
5571 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5572
42f1b161
PA
55732017-10-13 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5576 already.
5577
8d6ef72b
PA
55782017-10-13 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5581 is_remote.
5582
d7bcd5b8
PA
55832017-10-13 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5586 is_remote.
5587
df479dc6
PA
55882017-10-13 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5591 is set.
5592 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5593 instead of is_remote.
5594
23fb630a
PA
55952017-10-13 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5598 (top level): Add comment.
5599
cc77b1dc
PA
56002017-10-13 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/remote.exp (top level): Fix comment typo and add
5603 missing return.
5604
27c9e813
PA
56052017-10-13 Pedro Alves <palves@redhat.com>
5606 Simon Marchi <simon.marchi@polymtl.ca>
5607
5608 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5609 calls and add comments. Skip test if use_gdb_stub is set.
5610 (top level): Use "set cwd" command instead of "cd" command.
5611
5e830d98
PA
56122017-10-13 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5615 is_remote target check.
5616
f5ca0032
PA
56172017-10-13 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/scope.exp: Use build_executable + clean_restart +
5620 gdb_file_cmd instead of prepare_for_testing and no longer skip
5621 "before run" tests on is_remote target boards. Update comments.
5622 * boards/native-extended-gdbserver.exp
5623 (extended_gdbserver_load_last_file): New, factored out from ...
5624 (gdb_load): ... this. Move further below and add comment.
5625 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5626
8aed1c0d
PA
56272017-10-12 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/attach.exp: Remove references to gdb64.
5630 * gdb.base/dbx.exp: Remove references to gdb64.
5631
cfa34c87
SM
56322017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5633 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.base/label.exp: Remove is_remote target check.
5636
9192b7de
PA
56372017-10-12 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/auvx.exp (coredir): Update comment.
5640 (top level) <core_works>: Use "set cwd" command instead of "cd"
5641 command.
5642
6bf0052d
PA
56432017-10-12 Pedro Alves <palves@redhat.com>
5644 Simon Marchi <simon.marchi@polymtl.ca>
5645
5646 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5647 target boards.
5648
e48ef82d
PA
56492017-10-12 Pedro Alves <palves@redhat.com>
5650 Simon Marchi <simon.marchi@polymtl.ca>
5651
5652 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5653 Instead skip if there's any gdb_protocol set.
5654
8d7aea57
SM
56552017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5656 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5659
30440677
PA
56602017-10-12 Pedro Alves <palves@redhat.com>
5661 Simon Marchi <simon.marchi@polymtl.ca>
5662
5663 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5664 instead of on dejagnu remote boards.
5665
4e04f045 56662017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5667 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5668
5669 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5670 checks. Use build_executable + clean_restart instead of
5671 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5672 of enabling non-stop after starting gdb.
5673
871a186e
PA
56742017-10-12 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5677 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5678 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5679 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5680
56d704da
AK
56812017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5682
5683 * gdb.arch/arc-tdesc-cpu.exp: New file.
5684 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5685
2f20e312
SM
56862017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5687
5688 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5689
65630365
PA
56902017-10-10 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5693 expect CLI output.
5694
bf469271
PA
56952017-10-10 Pedro Alves <palves@redhat.com>
5696
5697 * lib/selftest-support.exp (selftest_setup): Update for
5698 captured_command_loop's prototype change.
5699
777a42f1
PA
57002017-10-09 Pedro Alves <palves@redhat.com>
5701
5702 Test both arch1=>arch2 and arch2=>arch1.
5703
5704 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5705 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5706 factored out to...
5707 (append_arch1_options, append_arch2_options, append_arch_options)
5708 (build_executables): New procedures.
5709 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5710 local.
5711 (top level): Add new 'first_arch' testing axis.
5712
cbd2b4e3
PA
57132017-10-09 Pedro Alves <palves@redhat.com>
5714
5715 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5716 (barrier): New.
5717 (thread_start, all_started): New functions.
5718 (main): Spawn new thread and wait until it is scheduled.
5719 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5720 option.
5721 (do_test): Add 'selected_thread' parameter. Run to all_started
5722 instead of main. Explicitly set the breakpoint at main. Switch
5723 to the SELECTED_THREAD thread.
5724 (top level): Test handling the exec event with either the main
5725 thread or the second thread selected.
5726
5c9e4427
PA
57272017-10-09 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5730 logic. Move STOP marker after the value checks.
5731 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5732 regexp.
5733
b3b7c423
SL
57342017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5735
5736 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5737
3b4b2f16
UW
57382017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5739
5740 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5741 integer-to-dfp conversion.
5742 * gdb.base/dfp-test.exp: Likewise.
5743
5cd63fda
PA
57442017-10-04 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.multi/hangout.c: Include <unistd.h>.
5747 (hangout_loop): New function.
5748 (main): Call alarm. Call hangout_loop in a loop.
5749 * gdb.multi/hello.c: Include <unistd.h>.
5750 (hello_loop): New function.
5751 (main): Call alarm. Call hangout_loop in a loop.
5752 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5753 inferior with the other selected.
5754
4c71c105
SM
57552017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 * gdb.mi/list-thread-groups-available.exp: New file.
5758 * gdb.mi/list-thread-groups-available.c: New file.
5759
bc3b087d
SDJ
57602017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * gdb.base/set-cwd.exp: Make it available on
5763 native-extended-gdbserver.
5764
d092c5a2
SDJ
57652017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5766
5767 * gdb.base/set-cwd.c: New file.
5768 * gdb.base/set-cwd.exp: Likewise.
5769
45320ffa
TT
57702017-10-02 Tom Tromey <tom@tromey.com>
5771
5772 PR rust/22236:
5773 * gdb.rust/simple.rs (main): New variable "fslice".
5774 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5775
b3e3859b
TT
57762017-10-02 Tom Tromey <tom@tromey.com>
5777
5778 * gdb.rust/simple.exp: Test ptype of a slice.
5779
01af5e0d
TT
57802017-10-02 Tom Tromey <tom@tromey.com>
5781
5782 * gdb.rust/simple.exp: Test index of slice.
5783
a9bbfbd8
TT
57842017-09-27 Tom Tromey <tom@tromey.com>
5785
5786 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5787
df8899e5
TP
57882017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5789 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/compare-sections.exp (get value of read-only section): Read
5792 as unsigned value.
5793 (corrupt read-only section): Likewise and don't set written if patching
5794 failed.
5795
757bf54b
KB
57962017-09-21 Kevin Buettner <kevinb@redhat.com>
5797
5798 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5799 files.
5800
06871ae8
PA
58012017-09-20 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5804 symbol names in gdb's output.
5805 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5806
e5f25bc5
PA
58072017-09-20 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5810 Rename to ...
5811 (test_list_ambiguous_symbol): ... this and add a symbol name
5812 parameter. Adjust.
5813 (test_list_ambiguous_function): Reimplement on top of
5814 test_list_ambiguous_symbol and also test listing ambiguous
5815 variables.
5816 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5817 (ambiguous_fun): ... this.
5818 (ambiguous_var): New.
5819 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5820 (ambiguous_fun): ... this.
5821 (ambiguous_var): New.
5822
4e5a4f58
JB
58232017-09-19 John Baldwin <jhb@FreeBSD.org>
5824
5825 * gdb.base/starti.c: New file.
5826 * gdb.base/starti.exp: New file.
5827 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5828
26e53f3e
PA
58292017-09-14 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5832 (top level): Use it instead of runto.
5833
cb791d59
TT
58342017-09-11 Tom Tromey <tom@tromey.com>
5835
5836 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5837
7c96f8c1
TT
58382017-09-11 Tom Tromey <tom@tromey.com>
5839
5840 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5841 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5842
469412dd
CW
58432017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5844
5845 * gdb.fortran/printing-types.exp: New file.
5846 * gdb.fortran/printing-types.exp: New file.
5847
e0f86435
BH
58482017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5849
5850 * gdb.fortran/vla-ptype.exp: Fix typos.
5851 * gdb.fortran/vla-value.exp: Same.
5852
9e9af4be
BH
58532017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5854
5855 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5856 * gdb.mi/mi-var-child-f.exp: Likewise.
5857 * gdb.mi/mi-vla-fortran.exp: Likewise.
5858
a5ad232b 58592017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5860 Christoph Weinmann <christoph.t.weinmann@intel.com>
5861 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5862
5863 * gdb.fortran/ptr-indentation.f90: New file.
5864 * gdb.fortran/ptr-indentation.exp: New file.
5865
5aec60eb
TT
58662017-09-05 Tom Tromey <tom@tromey.com>
5867
5868 PR gdb/22010:
5869 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5870
8f8f8152
TP
58712017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5872
5873 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5874
fbd1b771
JK
58752017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 * gdb.threads/tls-nodebug-pie.c: New file.
5878 * gdb.threads/tls-nodebug-pie.exp: New file.
5879
5eb5f850
TT
58802017-09-05 Tom Tromey <tom@tromey.com>
5881
5882 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5883 for rust.
5884
ae780a21
SM
58852017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5886
5887 * gdb.multi/multi-arch-exec.exp: Test with different
5888 "follow-exec-mode" settings.
5889 (do_test): New procedure.
5890
3693fdb3
PA
58912017-09-04 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/func-static.c (S::method const, S::method volatile)
5894 (S::method volatile const): New methods.
5895 (c_s, v_s, cv_s): New instances.
5896 (main): Call method() on them.
5897 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5898 (cannot_resolve): New procedure.
5899 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5900 print-quote-unquoted columns.
5901 (do_test): Test printing each scope too.
5902
e68cb8e0
PA
59032017-09-04 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.base/local-static.exp: Also test with
5906 class::method::variable wholly quoted.
5907 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5908
858be34c
PA
59092017-09-04 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/local-static.c: New.
5912 * gdb.base/local-static.cc: New.
5913 * gdb.base/local-static.exp: New.
5914
46a4882b
PA
59152017-09-04 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.asm/asm-source.exp: Add casts to int.
5918 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5919 (dataglobal64_1, dataglobal64_2): New globals.
5920 * gdb.base/nodebug.exp: Test different expressions involving the
5921 new globals, with print, whatis and ptype. Add casts to int.
5922 * gdb.base/solib-display.exp: Add casts to int.
5923 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5924 * gdb.cp/m-static.exp: Add cast to int.
5925 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5926 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5927 tls variable with no debug info without a cast. Test with a cast
5928 to int too.
5929 * gdb.trace/entry-values.exp: Add casts.
5930
2c5a2be1
PA
59312017-09-04 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/nodebug.exp: Test that ptype's error about functions
5934 with unknown return type includes the function name too.
5935
7022349d
PA
59362017-09-04 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5939 return type of munmap in infcall.
5940 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5941 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5942 type of ftell in infcall.
5943 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5944 type of getpid in infcall.
5945 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5946 infcall.
5947 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5948 Bail on failure to extract the pid.
5949 * gdb.base/nodebug.c: #include <stdint.h>.
5950 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5951 New functions.
5952 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5953 Change expected output of print/whatis/ptype with functions with
5954 no debug info. Test all supported languages. Call
5955 test_call_promotion.
5956 * gdb.compile/compile.exp: Adjust expected output to expect
5957 warning.
5958 * gdb.threads/siginfo-threads.exp: Likewise.
5959
54990598
PA
59602017-09-04 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5963 "prototypes". Test calling float functions via prototyped and
5964 unprototyped function pointers.
5965 (perform_all_tests): New parameter "prototypes". Pass it down.
5966 (top level): Pass down "prototypes" parameter to
5967 perform_all_tests.
5968
34d16ea2
SM
59692017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5970
5971 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5972 Test with nested loops.
5973
9521ecda
SM
59742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5975
5976 * gdb.base/commands.exp: Call the new procedures.
5977 (loop_break_test, loop_continue_test): New procedures.
5978
80a65e9b
SM
59792017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5980
5981 * gdb.base/commands.exp: Call new procedure.
5982 (define_if_without_arg_test): New procedure.
5983
e439fa14
PA
59842017-09-04 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/list-ambiguous.exp: New file.
5987 * gdb.base/list-ambiguous0.c: New file.
5988 * gdb.base/list-ambiguous1.c: New file.
5989 * gdb.base/list.exp (test_list_range): Adjust expected output.
5990
0a2dde4a
SDJ
59912017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.base/share-env-with-gdbserver.c: New file.
5994 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5995
5e89eb3a
SM
59962017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5997
5998 * gdb.base/commands.exp (gdbvar_simple_if_test,
5999 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6000 progvar_simple_if_test, progvar_simple_while_test,
6001 progvar_complex_if_while_test, user_defined_command_test,
6002 user_defined_command_args_eval,
6003 user_defined_command_args_stack_test,
6004 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6005 temporary_breakpoint_commands,
6006 gdb_test_no_prompt, redefine_hook_test,
6007 redefine_backtrace_test): Remove "global gdb_prompt".
6008
fd437cbc
SM
60092017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6010
6011 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6012 New proc, call it from toplevel.
6013
87215ad1
SDJ
60142017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6015
6016 PR remote/21852
6017 * gdb.server/normal.c: New file, copied from gdb.base.
6018 * gdb.server/run-without-local-binary.exp: New file.
6019
58afddc6
WP
60202017-08-07 Weimin Pan <weimin.pan@oracle.com>
6021
6022 * gdb.arch/sparc64-adi.exp: New file.
6023 * gdb.arch/sparc64-adi.c: New file.
6024
5277199a
PA
60252017-08-22 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6028 (top level): Add "list all overloads" tests.
6029
14278e1f
TT
60302017-08-22 Tom Tromey <tom@tromey.com>
6031
6032 * gdb.gdb/xfullpath.exp: Remove.
6033
bf223d3e
PA
60342017-08-21 Pedro Alves <palves@redhat.com>
6035
6036 PR gdb/19487
6037 * gdb.base/symbol-alias.c: New.
6038 * gdb.base/symbol-alias2.c: New.
6039 * gdb.base/symbol-alias.exp: New.
6040
c973d0aa
PA
60412017-08-21 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.base/dfp-test.c
6044 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6045 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6046 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6047 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6048 * gdb.base/whatis-ptype-typedefs.c: New.
6049 * gdb.base/whatis-ptype-typedefs.exp: New.
6050 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6051 (an_int, an_int_type, an_int_type2): New globals.
6052 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6053 involving typedefs and cast expressions.
6054 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6055 (lookup_typedefs_function): New.
6056 (typedefs_pretty_printers_dict): New.
6057 (top level): Register lookup_typedefs_function in
6058 gdb.pretty_printers.
6059
6d580b63
YQ
60602017-08-18 Yao Qi <yao.qi@linaro.org>
6061
6062 * gdb.server/unittest.exp: New.
6063
206726fb
SDJ
60642017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6065
6066 PR gdb/21954
6067 * gdb.base/environ.exp: Add test to check if 'unset environment'
6068 works.
6069
bf0ec4c2
AA
60702017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6071
6072 * lib/gdb.exp (universal_compile_options): New caching proc.
6073 (gdb_compile): Suppress GCC's coloring of messages.
6074
d6382fff
TT
60752017-08-14 Tom Tromey <tom@tromey.com>
6076
6077 PR gdb/21675:
6078 * gdb.base/printcmds.exp (test_radices): New function.
6079 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6080 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6081 * lib/gdb.exp (get_integer_valueof): Use p/d.
6082
c2c2dd9f
SM
60832017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6086 characters.
6087
fdffd6f4
TT
60882017-08-05 Tom Tromey <tom@tromey.com>
6089
6090 * gdb.rust/simple.exp: Allow String to appear in a different
6091 namespace.
6092
27d41eac
YQ
60932017-07-26 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.gdb/unittest.exp: Invoke command
6096 "maintenance check xml-descriptions".
6097
031ed05d
AA
60982017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6099
6100 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6101 calling context.
6102 (hex128): Drop erroneous calculation of parameters.
6103
dcd27ddf
SM
61042017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6105
6106 * gdb.python/py-unwind.exp: Disable stack protection when
6107 building test file.
6108
47e77640
PA
61092017-07-20 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/default.exp (set language): Adjust expected output.
6112
62d2a18a
PA
61132017-07-20 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6116 (test_minsym): ... this, and make static.
6117 (get_pck__foo__bar__minsym): Rename to ...
6118 (get_test_minsym): ... this.
6119 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6120 symbol names and comments.
6121 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6122 (get_test_minsym): ... this.
6123 (pck__foo__bar__minsym__2): Rename to ...
6124 (test_minsym): ... this.
6125 (main): Adjust.
6126
c45ec17c
PA
61272017-07-17 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.base/completion.exp: Adjust expected output.
6130 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6131 the completer works.
6132
c6756f62
PA
61332017-07-17 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6136
5bd68487
AB
61372017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6140
8880f2a9
TT
61412017-07-14 Tom Tromey <tom@tromey.com>
6142
6143 PR rust/21764:
6144 * gdb.rust/simple.exp: Add tests.
6145
65547233
TT
61462017-07-14 Tom Tromey <tom@tromey.com>
6147
6148 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6149
8f14146e
PA
61502017-07-14 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.linespec/base/one/thefile.cc (z1): New function.
6153 * gdb.linespec/base/two/thefile.cc (z2): New function.
6154 * gdb.linespec/linespec.exp: Add tests.
6155
b4365d02
AB
61562017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6157
6158 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6159 to mi_create_breakpoint.
6160
5d2cbaa5
AB
61612017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6162
6163 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6164 mi_create_breakpoint.
6165
11cb5716
IB
61662017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6167
6168 * gdb.dlang/demangle.exp: Update for demangling changes.
6169
03278692
TT
61702017-07-09 Tom Tromey <tom@tromey.com>
6171
6172 * gdb.dwarf2/shortpiece.exp: New file.
6173
33c5cd75
DB
61742017-07-06 David Blaikie <dblaikie@gmail.com>
6175
6176 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6177 built from fissiont-multi-cu{1,2}.c.
6178 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6179 except putting 'main' and 'func' in separate CUs in the same DWO file.
6180 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6181 test.
6182 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6183 test.
6184
8455d262
PA
61852017-07-06 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.python/py-unwind.exp: Test flushregs.
6188
dc4bde35
SDJ
61892017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6190
6191 PR cli/21688
6192 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6193 tests for alias commands and trailing whitespace.
6194
51ed89aa
SDJ
61952017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6196
6197 PR cli/21688
6198 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6199 procedure. Call it.
6200
eb17d413
PA
62012017-06-29 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/printcmds.exp: Add tests.
6204
41664b45
DG
62052017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6206
6207 PR gdb/21337
6208 * gdb.base/reread-readsym.exp: New file.
6209 * gdb.base/reread-readsym.c: New file.
6210
75312ae3
KB
62112017-06-21 Kevin Buettner <kevinb@redhat.com>
6212
6213 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6214 subpattern.
6215
66953522
PB
62162017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6217
6218 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6219 extended mnemonic.
6220 * gdb.arch/powerpc-power9.s: Likewise.
6221
5524b525
AA
62222017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6223
6224 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6225 on 32-bit x86 targets. Exploit is_*_target macros where
6226 appropriate.
6227
03c8af18
AA
62282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6229
6230 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6231 register pieces.
6232
3bf31011
AA
62332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6234
6235 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6236 located in one or more DWARF pieces.
6237
805acca0
AA
62382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6239
6240 * lib/gdb.exp (get_endianness): New proc.
6241 * gdb.arch/aarch64-fp.exp: Use it.
6242 * gdb.arch/altivec-regs.exp: Likewise.
6243 * gdb.arch/e500-regs.exp: Likewise.
6244 * gdb.arch/vsx-regs.exp: Likewise.
6245 * gdb.base/dump.exp: Likewise.
6246 * gdb.base/funcargs.exp: Likewise.
6247 * gdb.base/gnu_vector.exp: Likewise.
6248 * gdb.dwarf2/formdata16.exp: Likewise.
6249 * gdb.dwarf2/implptrpiece.exp: Likewise.
6250 * gdb.dwarf2/nonvar-access.exp: Likewise.
6251 * gdb.python/py-inferior.exp: Likewise.
6252 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6253
e9352324
AA
62542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6255
6256 PR gdb/21226
6257 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6258 stack value pieces are taken from the LSB end.
6259
d5d1163e
AA
62602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6261
6262 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6263 variable at nonzero offset.
6264
0567c986
AA
62652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6266
6267 * gdb.dwarf2/var-access.c: New file.
6268 * gdb.dwarf2/var-access.exp: New test.
6269 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6270
973e9aab
TT
62712017-06-12 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.dwarf2/formdata16.exp: Add tests.
6274
d9109c80
TT
62752017-06-12 Tom Tromey <tom@tromey.com>
6276
6277 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6278
30a25466
TT
62792017-06-12 Tom Tromey <tom@tromey.com>
6280
6281 PR exp/16225:
6282 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6283 * gdb.arch/vsx-regs.exp: Update tests.
6284 * gdb.arch/s390-vregs.exp (hex128): New proc.
6285 Update test.
6286 * gdb.arch/altivec-regs.exp: Update tests.
6287
aefd8b33
SDJ
62882017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6289
6290 * gdb.base/startup-with-shell.c: New file.
6291 * gdb.base/startup-with-shell.exp: Likewise.
6292
2090129c
SDJ
62932017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6294
6295 * gdb.server/non-existing-program.exp: Update regex in order to
6296 reflect the fact that gdbserver is now using fork_inferior (with a
6297 shell) to startup the inferior.
6298
8e86a419
SM
62992017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6302 support function calls from GDB.
6303
e6cf65f2
TT
63042017-05-21 Tom Tromey <tom@tromey.com>
6305
6306 PR rust/21466:
6307 * gdb.rust/unsized.exp: New file.
6308 * gdb.rust/unsized.rs: New file.
6309
43cc5389
TT
63102017-05-19 Tom Tromey <tom@tromey.com>
6311
6312 PR rust/21484:
6313 * gdb.rust/watch.exp: New file.
6314 * gdb.rust/watch.rs: New file.
6315
ec8df234
TT
63162017-05-18 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.rust/simple.exp: Allow Box to be qualified.
6319
3e3e7fae
TP
63202017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6321
6322 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6323
59cc050d
PA
63242017-05-18 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/fileio.c (test_write, test_read, test_close)
6327 (test_fstat): Don't print 'ret' in the fail path.
6328
c8f6abd1
PA
63292017-05-18 Pedro Alves <palves@redhat.com>
6330
6331 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6332 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6333 (test_system, test_rename, test_unlink, test_time): Change
6334 prototypes.
6335 * gdb.base/fileio.exp (stop_msg): Adjust.
6336
d2a03b77
PA
63372017-05-18 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/fileio.c (null_str): New global.
6340 (test_stat): Use it.
6341 * gdb.base/fileio.exp: Remove nowarnings.
6342
0d5c6999
YQ
63432017-05-17 Yao Qi <yao.qi@linaro.org>
6344
6345 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6346
21873064
YQ
63472017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6350 argument command.
6351 (top-level): Invoke test_set_inferior_tty.
6352
d512d31c
PA
63532017-05-04 Pedro Alves <palves@redhat.com>
6354
6355 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6356 Add parens to print call for Python 3.
6357
90cef2ed
KS
63582017-05-03 Keith Seitz <keiths@redhat.com>
6359
6360 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6361 (main): Call it.
6362
14f819c8
TW
63632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6364
6365 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6366 to prev and next.
6367
913aeadd
TW
63682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6369
6370 * gdb.python/py-record-btrace.exp: Remove test for
6371 gdb.BtraceInstruction.error.
6372
a3be24ad
TW
63732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6374
6375 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6376
ae20e79a
TW
63772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6378
6379 * gdb.python/py-record-btrace-threads.c: New file.
6380 * gdb.python/py-record-btrace-threads.exp: New file.
6381
45ce1b47
SDJ
63822017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6383
6384 PR testsuite/8595
6385 * gdb.base/environ.exp: Make test available in all architectures.
6386 Move bits related to "info program" testing to
6387 gdb.base/info-program.exp. Rewrite tests to use the two new
6388 procedures mentione below.
6389 (test_set_show_env_var) New procedure.
6390 (test_set_show_env_var_equal): Likewise.
6391 * gdb.base/info-program.exp: New file.
6392
e15c3eb4
KS
63932017-04-27 Keith Seitz <keiths@redhat.com>
6394
6395 * gdb.cp/oranking.cc (test15): New function.
6396 (main): Call test15 and declare additional variables for testing.
6397 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6398 "p foo101('abc')" tests.
6399 Add tests for cv qualifier overloads.
6400 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6401 "lvalue reference overload" test.
6402 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6403 "print value of f1 on Child&& in f2" test.
6404
3a3fd0fd
PA
64052017-04-19 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6408 procedure.
6409 (top level): Call it.
6410 * lib/gdb.exp (gdb_define_cmd): New procedure.
6411
53375380
PA
64122017-04-12 Pedro Alves <palves@redhat.com>
6413
6414 PR gdb/21323
6415 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6416 (wchar): New global.
6417 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6418 (do_test_wide_char, wide_char_types_no_program, top level): Add
6419 wchar_t testing.
6420
53e710ac
PA
64212017-04-12 Pedro Alves <palves@redhat.com>
6422
6423 PR c++/21323
6424 * gdb.cp/wide_char_types.c: New file.
6425 * gdb.cp/wide_char_types.exp: New file.
6426
0ad9d8c7
SDJ
64272017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6428
6429 PR gdb/21352
6430 * gdb.trace/tsv.exp: Add test for "tsave -r".
6431
b1b45502
IB
64322017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6433
6434 * gdb.dlang/watch-loc.c: New file.
6435 * gdb.dlang/watch-loc.exp: New file.
6436
ec13808e
JK
64372017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6440
fe5f7374
AK
64412017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6442
6443 * gdb.arch/arc-analyze-prologue.S: New file.
6444 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6445
eea78757
AK
64462017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6447
6448 * gdb.arch/arc-decode-insn.S: New file.
6449 * gdb.arch/arc-decode-insn.exp: Likewise.
6450
5badf10a
IR
64512017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6452
6453 PR tdep/20928
6454 * gdb.arch/sparc64-regs.exp: New file.
6455 * gdb.arch/sparc64-regs.S: Likewise.
6456
cee59b3f
TW
64572017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6458
6459 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6460 and memory view on Python 3.
6461
c0f55cc6
AV
64622017-03-20 Artemiy Volkov <artemiyv@acm.org>
6463 Keith Seitz <keiths@redhat.com>
6464
6465 PR gdb/14441
6466 * gdb.cp/demangle.exp: Add rvalue reference tests.
6467 * gdb.cp/rvalue-ref-casts.cc: New file.
6468 * gdb.cp/rvalue-ref-casts.exp: New file.
6469 * gdb.cp/rvalue-ref-overload.cc: New file.
6470 * gdb.cp/rvalue-ref-overload.exp: New file.
6471 * gdb.cp/rvalue-ref-params.cc: New file.
6472 * gdb.cp/rvalue-ref-params.exp: New file.
6473 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6474 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6475 * gdb.cp/rvalue-ref-types.cc: New file.
6476 * gdb.cp/rvalue-ref-types.exp: New file.
6477 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6478 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6479
51457a05
MAL
64802017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6481
6482 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6483 New procedure.
6484
5b291c04
MAL
64852017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6486
6487 * lib/mi-support.exp (mi_gdb_test): Add additional message
6488 for unexpected output.
6489
59a56148
AA
64902017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6491
6492 * gdb.base/examine-backward.c (Barrier): New character array
6493 constant, to ensure that TestStrings is preceded by a string
6494 terminator.
6495
7942e96e
AA
64962017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6497
6498 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6499 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6500 and implicit pointer into such a location.
6501
6ebac3fb
DE
65022017-03-16 Doug Evans <dje@google.com>
6503
6504 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6505
ec3b243d
TP
65062017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6507
6508 * gdb.cp/m-static.exp: Fix expectation for prototype of
6509 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6510
65112017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6512
6513 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6514 * gdb.guile/scm-lazy-string.c: New file.
6515 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6516 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6517 for pointer, array, typedef lazy strings.
6518
2cc36e25 65192017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6520
6521 PR python/17728, python/18439, python/18779
6522 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6523 * gdb.python/py-lazy-string.c (pointer): New typedef.
6524 (main): New locals ptr, array, typedef_ptr.
6525 * gdb.python/py-value.exp: Move lazy string tests to ...
6526 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6527 array, typedef lazy strings.
ec3b243d 6528
0efcde63
AK
65292017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6530
6531 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6532 Add optional 'test' parameter.
6533
7978d7c3
SM
65342017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6535
6536 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6537 Skip for versions of DejaGnu < 1.5.
6538
896c0c1e
SM
65392017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6540
6541 * lib/gdb.exp (dejagnu_version): New proc.
6542 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6543 Use dejagnu_version.
6544
5f4d1085
KS
65452017-03-10 Keith Seitz <keiths@redhat.com>
6546
6547 PR c++/8128
6548 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6549 type from destructor regexps.
6550 Add a branch which actually passes the test.
6551 Adjust "ptype t5i" test names.
6552
1de05205
PA
65532017-03-08 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/step-over-exit.exp: Add explicit test message.
6556
c65d6b55
PA
65572017-03-08 Pedro Alves <palves@redhat.com>
6558
6559 PR gdb/18360
6560 * gdb.threads/interrupt-while-step-over.c: New file.
6561 * gdb.threads/interrupt-while-step-over.exp: New file.
6562
2e86a283
PA
65632017-03-08 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6566 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6567
25dcbff6
PA
65682017-03-08 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6571 PKRU as not supported as a PASS.
6572
dc9366eb
PA
65732017-03-08 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6576 prefix instead of $binfile1/$binfile2.
6577 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6578 in test message.
6579 * gdb.python/py-completion.exp: Use "load python file" as test
6580 messages instead of unstable path names.
6581
6e5d74e7
PA
65822017-03-08 Pedro Alves <palves@redhat.com>
6583 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 PR cli/21218
6586 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6587 New proc.
6588 (top level): Call it.
6589
9753a2f6
PA
65902017-03-08 Pedro Alves <palves@redhat.com>
6591
6592 PR tui/21216
6593 * gdb.tui/tui-nl-filtered-output.exp: New file.
6594
1a4dd9dd
PA
65952017-03-08 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/completion.exp: Move TUI completion tests to ...
6598 * gdb.tui/completion.exp: ... this new file.
6599
7cbbff33
PA
66002017-03-08 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.base/tui-disasm-long-lines.c,
6603 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6604 gdb.base/tui-layout.exp: Move to ...
6605 * gdb.tui/: ... this new directory.
6606
5f6fd321
PA
66072017-03-07 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.base/tui-layout.c: New file.
6610 * gdb.base/tui-layout.exp: New file.
6611
44959fa8
PA
66122017-03-07 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.base/tui-layout.c: Rename to ...
6615 * gdb.base/tui-disasm-long-lines.c: ... this.
6616 * gdb.base/tui-layout.exp: Rename to ...
6617 * gdb.base/tui-disasm-long-lines.exp: ... this.
6618
f8c4e718
PA
66192017-03-07 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6622
6dbb839a 66232017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6624
6625 * i386-mpx-call.c: New file.
6626 * i386-mpx-call.exp: New file.
6627
65b48a81
PB
66282017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6629
6630 * gdb.arch/powerpc-power.exp: Delete test.
6631 * gdb.arch/powerpc-power.s: Likewise.
6632 * gdb.disasm/disassembler-options.exp: New test.
6633 * gdb.arch/powerpc-altivec.exp: Likewise.
6634 * gdb.arch/powerpc-altivec.s: Likewise.
6635 * gdb.arch/powerpc-altivec2.exp: Likewise.
6636 * gdb.arch/powerpc-altivec2.s: Likewise.
6637 * gdb.arch/powerpc-altivec3.exp: Likewise.
6638 * gdb.arch/powerpc-altivec3.s: Likewise.
6639 * gdb.arch/powerpc-power7.exp: Likewise.
6640 * gdb.arch/powerpc-power7.s: Likewise.
6641 * gdb.arch/powerpc-power8.exp: Likewise.
6642 * gdb.arch/powerpc-power8.s: Likewise.
6643 * gdb.arch/powerpc-power9.exp: Likewise.
6644 * gdb.arch/powerpc-power9.s: Likewise.
6645 * gdb.arch/powerpc-vsx.exp: Likewise.
6646 * gdb.arch/powerpc-vsx.s: Likewise.
6647 * gdb.arch/powerpc-vsx2.exp: Likewise.
6648 * gdb.arch/powerpc-vsx2.s: Likewise.
6649 * gdb.arch/powerpc-vsx3.exp: Likewise.
6650 * gdb.arch/powerpc-vsx3.s: Likewise.
6651 * gdb.arch/arm-disassembler-options.exp: Likewise.
6652 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6653 * gdb.arch/s390-disassembler-options.exp: Likewise.
6654
17cd4947
LM
66552017-02-23 Luis Machado <lgustavo@codesourcery.com>
6656
6657 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6658 (check_supported_features): ... this. Changed return type to void.
6659 (supports_rdseed): New static global.
6660 (rdseed): Check supports_rdseed.
6661 (initialize): Call check_supported_features.
6662
2039d74e
EBM
66632017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6664
6665 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6666 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6667 and lqarx/stqcx.
6668 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6669 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6670
a51d7ecf
EBM
66712017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6672
6673 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6674 uppercase.
6675
0224619f
JK
66762017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6677
6678 * gdb.dwarf2/formdata16.c: New file.
6679 * gdb.dwarf2/formdata16.exp: New file.
6680 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6681
216f72a1
JK
66822017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6685 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6686 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6687 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6688 DW_AT_GNU_*.
6689
43988095
JK
66902017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6691
6692 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6693
99e8a4f9
SDJ
66942017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6695
6696 PR gdb/21164
6697 * gdb.base/maint.exp: Add testcases for when the commands do
6698 not have arguments.
6699
b58a8c0c
TP
67002017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6701
6702 * gdb.cp/chained-calls.exp: Use p instead of P.
6703
4e746bb6
TW
67042017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6705
6706 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6707 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6708
3f77c769
TT
67092017-02-14 Tom Tromey <tom@tromey.com>
6710
6711 PR python/13598:
6712 * gdb.python/py-events.exp: Add before_prompt event tests.
6713
075beec0
AA
67142017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6715
6716 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6717
bf5f525c
LM
67182017-02-13 Luis Machado <lgustavo@codesourcery.com>
6719
6720 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6721 (main): Call my_unique_function_name.
6722 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6723 completion of patterns with a single match.
6724 Add missing -re switches to gdb_test_multiple calls.
6725
13a66184
LM
67262017-02-13 Luis Machado <lgustavo@codesourcery.com>
6727
6728 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6729 return if core file is not recognized.
6730
26a06916
SM
67312017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6732
6733 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6734 and extra UIs.
6735
b761ca9e
SM
67362017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6739 proc_with_prefix.
6740
b964bee0
TT
67412017-02-10 Tom Tromey <tom@tromey.com>
6742
6743 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6744
18da0c51
MG
67452017-02-10 Martin Galvan <martingalvan@sourceware.org>
6746
6747 PR gdb/21122
6748 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6749
604c4576
JG
67502017-02-08 Jerome Guitton <guitton@adacore.com>
6751
6752 * gdb.base/define.exp: Add test for command abbreviations
6753 in define.
6754
20b477a7
LM
67552017-02-06 Luis Machado <lgustavo@codesourcery.com>
6756
6757 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6758 * gdb.reverse/insn-reverse-x86.c: New file.
6759
3f7b46f2
IR
67602017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6761
6762 PR tdep/20936
6763 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6764
f0fd41c1
TT
67652017-02-03 Tom Tromey <tom@tromey.com>
6766
6767 PR rust/21097:
6768 * gdb.rust/simple.exp: Add new tests.
6769
5be5dbf0
PA
67702017-02-02 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6773 tests.
6774
7346ef59
AA
67752017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6776
6777 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6778 taking a 2-byte value out of a 4-byte DWARF implicit value on
6779 big-endian targets.
6780 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6781 logic. Add test cases for DW_OP_implicit.
6782
787f0025
MM
67832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6784
6785 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6786
68777c29
MM
67872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6788
6789 * gdb.btrace/enable.exp: Call gdb_exit before
6790 skip_gdbserver_tests.
6791
0a1c7e28
MM
67922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6793
6794 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6795 GDBFLAGS.
6796
b5ac99b0
MM
67972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6798
6799 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6800 the test is skipped.
6801 * gdb.btrace/data.exp: Likewise.
6802 * gdb.btrace/delta.exp: Likewise.
6803 * gdb.btrace/dlopen.exp: Likewise.
6804 * gdb.btrace/enable-running.exp: Likewise.
6805 * gdb.btrace/enable.exp: Likewise.
6806 * gdb.btrace/exception.exp: Likewise.
6807 * gdb.btrace/function_call_history.exp: Likewise.
6808 * gdb.btrace/gcore.exp: Likewise.
6809 * gdb.btrace/instruction_history.exp: Likewise.
6810 * gdb.btrace/multi-thread-step.exp: Likewise.
6811 * gdb.btrace/nohist.exp: Likewise.
6812 * gdb.btrace/non-stop.exp: Likewise.
6813 * gdb.btrace/reconnect.exp: Likewise.
6814 * gdb.btrace/record_goto-step.exp: Likewise.
6815 * gdb.btrace/record_goto.exp: Likewise.
6816 * gdb.btrace/rn-dl-bind.exp: Likewise.
6817 * gdb.btrace/segv.exp: Likewise.
6818 * gdb.btrace/step.exp: Likewise.
6819 * gdb.btrace/stepi.exp: Likewise.
6820 * gdb.btrace/tailcall-only.exp: Likewise.
6821 * gdb.btrace/tailcall.exp: Likewise.
6822 * gdb.btrace/tsx.exp: Likewise.
6823 * gdb.btrace/unknown_functions.exp: Likewise.
6824 * gdb.btrace/vdso.exp: Likewise.
6825
cd4007e4
MM
68262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6827
6828 * gdb.btrace/enable-running.c: New.
6829 * gdb.btrace/enable-running.exp: New.
6830
2735833d
WT
68312017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6832
6833 * gdb.arch/amd64-gs_base.c: New file.
6834 * gdb.arch/amd64-gs_base.exp: New file.
6835
b51e1e94
LM
68362017-01-26 Luis Machado <lgustavo@codesourcery.com>
6837
6838 * lib/memory.exp: Remove spurious empty newlines.
6839
72ca0410
SM
68402017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6841
6842 * gdb.python/py-bad-printers.exp: Load python file using "source".
6843 * gdb.python/py-events.exp: Likewise.
6844 * gdb.python/py-evsignal.exp: Likewise.
6845 * gdb.python/py-evthreads.exp: Likewise.
6846 * gdb.python/py-frame-args.exp: Likewise.
6847 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6848 * gdb.python/py-framefilter-mi.exp: Likewise.
6849 * gdb.python/py-framefilter.exp: Likewise.
6850 * gdb.python/py-mi.exp: Likewise.
6851 * gdb.python/py-pp-maint.exp: Likewise.
6852 * gdb.python/py-pp-registration.exp: Likewise.
6853 * gdb.python/py-prettyprint.exp: Likewise.
6854 (run_lang_tests): Likewise.
6855 * gdb.python/py-typeprint.exp: Likewise.
6856
e309aa65
LM
68572017-01-26 Luis Machado <lgustavo@codesourcery.com>
6858
6859 * lib/memory.exp: New file.
6860 * lib/gdb.exp: Load memory.exp.
6861 * gdb.base/memattr.exp (delete_memory): Move proc to
6862 lib/memory.exp and rename to delete_memory_regions.
6863 Replace delete_memory with delete_memory_regions.
6864 Cleanup memory regions before tests.
6865 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6866 before tests.
6867
515aff23
LM
68682017-01-26 Luis Machado <lgustavo@codesourcery.com>
6869
6870 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6871 files.
6872 (initialize): New function conditionally defined.
6873 (testcases): Move within conditional block.
6874 (main): Call initialize.
6875 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6876 of gdb.reverse/insn-reverse.c.
6877 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6878 gdb.reverse/insn-reverse.c.
6879
d8b49cf0
YQ
68802017-01-26 Yao Qi <yao.qi@linaro.org>
6881
6882 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6883 disassemble on address 0.
6884
f13a9a0c
YQ
68852017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6886 Yao Qi <yao.qi@linaro.org>
6887
6888 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6889 * gdb.dwarf2/implptr-64bit.S: Remove.
6890 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6891 variables in caller's context. Add DW_OP_implicit_value.
6892
5ac95241
YQ
68932017-01-25 Yao Qi <yao.qi@linaro.org>
6894
6895 * lib/dwarf.exp (Dwarf::_location): Handle
6896 DW_OP_GNU_implicit_pointer with proper size.
6897
23e82930
LM
68982017-01-20 Luis Machado <lgustavo@codesourcery.com>
6899
6900 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6901 and add untested calls.
6902
d334ae25
LM
69032017-01-20 Luis Machado <lgustavo@codesourcery.com>
6904
6905 * gdb.python/python.exp: Check line number against what GDB thinks
6906 the line number is for func1.
6907
f5e6296e
IB
69082017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6909
6910 * gdb.dlang/debug-expr.exp: New file.
6911
5b362f04
LM
69122016-12-23 Luis Machado <lgustavo@codesourcery.com>
6913
6914 Fix test names for the following files:
6915
6916 * gdb.ada/exec_changed.exp
6917 * gdb.ada/info_types.exp
6918 * gdb.arch/aarch64-atomic-inst.exp
6919 * gdb.arch/aarch64-fp.exp
6920 * gdb.arch/altivec-abi.exp
6921 * gdb.arch/altivec-regs.exp
6922 * gdb.arch/amd64-byte.exp
6923 * gdb.arch/amd64-disp-step.exp
6924 * gdb.arch/amd64-dword.exp
6925 * gdb.arch/amd64-entry-value-inline.exp
6926 * gdb.arch/amd64-entry-value-param.exp
6927 * gdb.arch/amd64-entry-value-paramref.exp
6928 * gdb.arch/amd64-entry-value.exp
6929 * gdb.arch/amd64-i386-address.exp
6930 * gdb.arch/amd64-invalid-stack-middle.exp
6931 * gdb.arch/amd64-invalid-stack-top.exp
6932 * gdb.arch/amd64-optimout-repeat.exp
6933 * gdb.arch/amd64-prologue-skip.exp
6934 * gdb.arch/amd64-prologue-xmm.exp
6935 * gdb.arch/amd64-stap-special-operands.exp
6936 * gdb.arch/amd64-stap-wrong-subexp.exp
6937 * gdb.arch/amd64-tailcall-cxx.exp
6938 * gdb.arch/amd64-tailcall-noret.exp
6939 * gdb.arch/amd64-tailcall-ret.exp
6940 * gdb.arch/amd64-tailcall-self.exp
6941 * gdb.arch/amd64-word.exp
6942 * gdb.arch/arm-bl-branch-dest.exp
6943 * gdb.arch/arm-disp-step.exp
6944 * gdb.arch/arm-neon.exp
6945 * gdb.arch/arm-single-step-kernel-helper.exp
6946 * gdb.arch/avr-flash-qualifier.exp
6947 * gdb.arch/disp-step-insn-reloc.exp
6948 * gdb.arch/e500-abi.exp
6949 * gdb.arch/e500-regs.exp
6950 * gdb.arch/ftrace-insn-reloc.exp
6951 * gdb.arch/i386-avx512.exp
6952 * gdb.arch/i386-bp_permanent.exp
6953 * gdb.arch/i386-byte.exp
6954 * gdb.arch/i386-cfi-notcurrent.exp
6955 * gdb.arch/i386-disp-step.exp
6956 * gdb.arch/i386-dr3-watch.exp
6957 * gdb.arch/i386-float.exp
6958 * gdb.arch/i386-gnu-cfi.exp
6959 * gdb.arch/i386-mpx-map.exp
6960 * gdb.arch/i386-mpx-sigsegv.exp
6961 * gdb.arch/i386-mpx-simple_segv.exp
6962 * gdb.arch/i386-mpx.exp
6963 * gdb.arch/i386-permbkpt.exp
6964 * gdb.arch/i386-prologue.exp
6965 * gdb.arch/i386-signal.exp
6966 * gdb.arch/i386-size-overlap.exp
6967 * gdb.arch/i386-unwind.exp
6968 * gdb.arch/i386-word.exp
6969 * gdb.arch/mips-fcr.exp
6970 * gdb.arch/powerpc-d128-regs.exp
6971 * gdb.arch/powerpc-stackless.exp
6972 * gdb.arch/ppc64-atomic-inst.exp
6973 * gdb.arch/s390-stackless.exp
6974 * gdb.arch/s390-tdbregs.exp
6975 * gdb.arch/s390-vregs.exp
6976 * gdb.arch/sparc-sysstep.exp
6977 * gdb.arch/thumb-bx-pc.exp
6978 * gdb.arch/thumb-singlestep.exp
6979 * gdb.arch/thumb2-it.exp
6980 * gdb.arch/vsx-regs.exp
6981 * gdb.asm/asm-source.exp
6982 * gdb.base/a2-run.exp
6983 * gdb.base/advance.exp
6984 * gdb.base/all-bin.exp
6985 * gdb.base/anon.exp
6986 * gdb.base/args.exp
6987 * gdb.base/arithmet.exp
6988 * gdb.base/async-shell.exp
6989 * gdb.base/async.exp
6990 * gdb.base/attach-pie-noexec.exp
6991 * gdb.base/attach-twice.exp
6992 * gdb.base/auto-load.exp
6993 * gdb.base/bang.exp
6994 * gdb.base/bitfields.exp
6995 * gdb.base/break-always.exp
6996 * gdb.base/break-caller-line.exp
6997 * gdb.base/break-entry.exp
6998 * gdb.base/break-inline.exp
6999 * gdb.base/break-on-linker-gcd-function.exp
7000 * gdb.base/break-probes.exp
7001 * gdb.base/break.exp
7002 * gdb.base/breakpoint-shadow.exp
7003 * gdb.base/call-ar-st.exp
7004 * gdb.base/call-sc.exp
7005 * gdb.base/call-signal-resume.exp
7006 * gdb.base/call-strs.exp
7007 * gdb.base/callfuncs.exp
7008 * gdb.base/catch-fork-static.exp
7009 * gdb.base/catch-gdb-caused-signals.exp
7010 * gdb.base/catch-load.exp
7011 * gdb.base/catch-signal-fork.exp
7012 * gdb.base/catch-signal.exp
7013 * gdb.base/catch-syscall.exp
7014 * gdb.base/charset.exp
7015 * gdb.base/checkpoint.exp
7016 * gdb.base/chng-syms.exp
7017 * gdb.base/code-expr.exp
7018 * gdb.base/code_elim.exp
7019 * gdb.base/commands.exp
7020 * gdb.base/completion.exp
7021 * gdb.base/complex.exp
7022 * gdb.base/cond-expr.exp
7023 * gdb.base/condbreak.exp
7024 * gdb.base/consecutive.exp
7025 * gdb.base/continue-all-already-running.exp
7026 * gdb.base/coredump-filter.exp
7027 * gdb.base/corefile.exp
7028 * gdb.base/dbx.exp
7029 * gdb.base/debug-expr.exp
7030 * gdb.base/define.exp
7031 * gdb.base/del.exp
7032 * gdb.base/disabled-location.exp
7033 * gdb.base/disasm-end-cu.exp
7034 * gdb.base/disasm-optim.exp
7035 * gdb.base/display.exp
7036 * gdb.base/duplicate-bp.exp
7037 * gdb.base/ena-dis-br.exp
7038 * gdb.base/ending-run.exp
7039 * gdb.base/enumval.exp
7040 * gdb.base/environ.exp
7041 * gdb.base/eu-strip-infcall.exp
7042 * gdb.base/eval-avoid-side-effects.exp
7043 * gdb.base/eval-skip.exp
7044 * gdb.base/exitsignal.exp
7045 * gdb.base/expand-psymtabs.exp
7046 * gdb.base/filesym.exp
7047 * gdb.base/find-unmapped.exp
7048 * gdb.base/finish.exp
7049 * gdb.base/float.exp
7050 * gdb.base/foll-exec-mode.exp
7051 * gdb.base/foll-exec.exp
7052 * gdb.base/foll-fork.exp
7053 * gdb.base/fortran-sym-case.exp
7054 * gdb.base/freebpcmd.exp
7055 * gdb.base/func-ptr.exp
7056 * gdb.base/func-ptrs.exp
7057 * gdb.base/funcargs.exp
7058 * gdb.base/gcore-buffer-overflow.exp
7059 * gdb.base/gcore-relro-pie.exp
7060 * gdb.base/gcore-relro.exp
7061 * gdb.base/gcore.exp
7062 * gdb.base/gdb1090.exp
7063 * gdb.base/gdb11530.exp
7064 * gdb.base/gdb11531.exp
7065 * gdb.base/gdb1821.exp
7066 * gdb.base/gdbindex-stabs.exp
7067 * gdb.base/gdbvars.exp
7068 * gdb.base/hbreak.exp
7069 * gdb.base/hbreak2.exp
7070 * gdb.base/included.exp
7071 * gdb.base/infcall-input.exp
7072 * gdb.base/inferior-died.exp
7073 * gdb.base/infnan.exp
7074 * gdb.base/info-macros.exp
7075 * gdb.base/info-os.exp
7076 * gdb.base/info-proc.exp
7077 * gdb.base/info-shared.exp
7078 * gdb.base/info-target.exp
7079 * gdb.base/infoline.exp
7080 * gdb.base/interp.exp
7081 * gdb.base/interrupt.exp
7082 * gdb.base/jit-reader.exp
7083 * gdb.base/jit-simple.exp
7084 * gdb.base/kill-after-signal.exp
7085 * gdb.base/kill-detach-inferiors-cmd.exp
7086 * gdb.base/label.exp
7087 * gdb.base/langs.exp
7088 * gdb.base/ldbl_e308.exp
7089 * gdb.base/line-symtabs.exp
7090 * gdb.base/linespecs.exp
7091 * gdb.base/list.exp
7092 * gdb.base/long_long.exp
7093 * gdb.base/longest-types.exp
7094 * gdb.base/maint.exp
7095 * gdb.base/max-value-size.exp
7096 * gdb.base/memattr.exp
7097 * gdb.base/mips_pro.exp
7098 * gdb.base/morestack.exp
7099 * gdb.base/moribund-step.exp
7100 * gdb.base/multi-forks.exp
7101 * gdb.base/nested-addr.exp
7102 * gdb.base/nextoverexit.exp
7103 * gdb.base/noreturn-finish.exp
7104 * gdb.base/noreturn-return.exp
7105 * gdb.base/nostdlib.exp
7106 * gdb.base/offsets.exp
7107 * gdb.base/opaque.exp
7108 * gdb.base/pc-fp.exp
7109 * gdb.base/permissions.exp
7110 * gdb.base/print-symbol-loading.exp
7111 * gdb.base/prologue-include.exp
7112 * gdb.base/psymtab.exp
7113 * gdb.base/ptype.exp
7114 * gdb.base/random-signal.exp
7115 * gdb.base/randomize.exp
7116 * gdb.base/range-stepping.exp
7117 * gdb.base/readline-ask.exp
7118 * gdb.base/recpar.exp
7119 * gdb.base/recurse.exp
7120 * gdb.base/relational.exp
7121 * gdb.base/restore.exp
7122 * gdb.base/return-nodebug.exp
7123 * gdb.base/return.exp
7124 * gdb.base/run-after-attach.exp
7125 * gdb.base/save-bp.exp
7126 * gdb.base/scope.exp
7127 * gdb.base/sect-cmd.exp
7128 * gdb.base/set-lang-auto.exp
7129 * gdb.base/set-noassign.exp
7130 * gdb.base/setvar.exp
7131 * gdb.base/sigall.exp
7132 * gdb.base/sigbpt.exp
7133 * gdb.base/siginfo-addr.exp
7134 * gdb.base/siginfo-infcall.exp
7135 * gdb.base/siginfo-obj.exp
7136 * gdb.base/siginfo.exp
7137 * gdb.base/signals-state-child.exp
7138 * gdb.base/signest.exp
7139 * gdb.base/sigstep.exp
7140 * gdb.base/sizeof.exp
7141 * gdb.base/skip.exp
7142 * gdb.base/solib-corrupted.exp
7143 * gdb.base/solib-nodir.exp
7144 * gdb.base/solib-search.exp
7145 * gdb.base/stack-checking.exp
7146 * gdb.base/stale-infcall.exp
7147 * gdb.base/stap-probe.exp
7148 * gdb.base/start.exp
7149 * gdb.base/step-break.exp
7150 * gdb.base/step-bt.exp
7151 * gdb.base/step-line.exp
7152 * gdb.base/step-over-exit.exp
7153 * gdb.base/step-over-syscall.exp
7154 * gdb.base/step-resume-infcall.exp
7155 * gdb.base/step-test.exp
7156 * gdb.base/store.exp
7157 * gdb.base/structs3.exp
7158 * gdb.base/sym-file.exp
7159 * gdb.base/symbol-without-target_section.exp
7160 * gdb.base/term.exp
7161 * gdb.base/testenv.exp
7162 * gdb.base/ui-redirect.exp
7163 * gdb.base/until.exp
7164 * gdb.base/unwindonsignal.exp
7165 * gdb.base/value-double-free.exp
7166 * gdb.base/vla-datatypes.exp
7167 * gdb.base/vla-ptr.exp
7168 * gdb.base/vla-sideeffect.exp
7169 * gdb.base/volatile.exp
7170 * gdb.base/watch-cond-infcall.exp
7171 * gdb.base/watch-cond.exp
7172 * gdb.base/watch-non-mem.exp
7173 * gdb.base/watch-read.exp
7174 * gdb.base/watch-vfork.exp
7175 * gdb.base/watchpoint-cond-gone.exp
7176 * gdb.base/watchpoint-delete.exp
7177 * gdb.base/watchpoint-hw-hit-once.exp
7178 * gdb.base/watchpoint-hw.exp
7179 * gdb.base/watchpoint-stops-at-right-insn.exp
7180 * gdb.base/watchpoints.exp
7181 * gdb.base/wchar.exp
7182 * gdb.base/whatis-exp.exp
7183 * gdb.btrace/buffer-size.exp
7184 * gdb.btrace/data.exp
7185 * gdb.btrace/delta.exp
7186 * gdb.btrace/dlopen.exp
7187 * gdb.btrace/enable.exp
7188 * gdb.btrace/exception.exp
7189 * gdb.btrace/function_call_history.exp
7190 * gdb.btrace/gcore.exp
7191 * gdb.btrace/instruction_history.exp
7192 * gdb.btrace/nohist.exp
7193 * gdb.btrace/reconnect.exp
7194 * gdb.btrace/record_goto-step.exp
7195 * gdb.btrace/record_goto.exp
7196 * gdb.btrace/rn-dl-bind.exp
7197 * gdb.btrace/segv.exp
7198 * gdb.btrace/step.exp
7199 * gdb.btrace/stepi.exp
7200 * gdb.btrace/tailcall-only.exp
7201 * gdb.btrace/tailcall.exp
7202 * gdb.btrace/tsx.exp
7203 * gdb.btrace/unknown_functions.exp
7204 * gdb.btrace/vdso.exp
7205 * gdb.compile/compile-ifunc.exp
7206 * gdb.compile/compile-ops.exp
7207 * gdb.compile/compile-print.exp
7208 * gdb.compile/compile-setjmp.exp
7209 * gdb.cp/abstract-origin.exp
7210 * gdb.cp/ambiguous.exp
7211 * gdb.cp/annota2.exp
7212 * gdb.cp/annota3.exp
7213 * gdb.cp/anon-ns.exp
7214 * gdb.cp/anon-struct.exp
7215 * gdb.cp/anon-union.exp
7216 * gdb.cp/arg-reference.exp
7217 * gdb.cp/baseenum.exp
7218 * gdb.cp/bool.exp
7219 * gdb.cp/breakpoint.exp
7220 * gdb.cp/bs15503.exp
7221 * gdb.cp/call-c.exp
7222 * gdb.cp/casts.exp
7223 * gdb.cp/chained-calls.exp
7224 * gdb.cp/class2.exp
7225 * gdb.cp/classes.exp
7226 * gdb.cp/cmpd-minsyms.exp
7227 * gdb.cp/converts.exp
7228 * gdb.cp/cp-relocate.exp
7229 * gdb.cp/cpcompletion.exp
7230 * gdb.cp/cpexprs.exp
7231 * gdb.cp/cplabel.exp
7232 * gdb.cp/cplusfuncs.exp
7233 * gdb.cp/cpsizeof.exp
7234 * gdb.cp/ctti.exp
7235 * gdb.cp/derivation.exp
7236 * gdb.cp/destrprint.exp
7237 * gdb.cp/dispcxx.exp
7238 * gdb.cp/enum-class.exp
7239 * gdb.cp/exception.exp
7240 * gdb.cp/exceptprint.exp
7241 * gdb.cp/expand-psymtabs-cxx.exp
7242 * gdb.cp/expand-sals.exp
7243 * gdb.cp/extern-c.exp
7244 * gdb.cp/filename.exp
7245 * gdb.cp/formatted-ref.exp
7246 * gdb.cp/fpointer.exp
7247 * gdb.cp/gdb1355.exp
7248 * gdb.cp/gdb2495.exp
7249 * gdb.cp/hang.exp
7250 * gdb.cp/impl-this.exp
7251 * gdb.cp/infcall-dlopen.exp
7252 * gdb.cp/inherit.exp
7253 * gdb.cp/iostream.exp
7254 * gdb.cp/koenig.exp
7255 * gdb.cp/local.exp
7256 * gdb.cp/m-data.exp
7257 * gdb.cp/m-static.exp
7258 * gdb.cp/mb-ctor.exp
7259 * gdb.cp/mb-inline.exp
7260 * gdb.cp/mb-templates.exp
7261 * gdb.cp/member-name.exp
7262 * gdb.cp/member-ptr.exp
7263 * gdb.cp/meth-typedefs.exp
7264 * gdb.cp/method.exp
7265 * gdb.cp/method2.exp
7266 * gdb.cp/minsym-fallback.exp
7267 * gdb.cp/misc.exp
7268 * gdb.cp/namelessclass.exp
7269 * gdb.cp/namespace-enum.exp
7270 * gdb.cp/namespace-nested-import.exp
7271 * gdb.cp/namespace.exp
7272 * gdb.cp/nextoverthrow.exp
7273 * gdb.cp/no-dmgl-verbose.exp
7274 * gdb.cp/non-trivial-retval.exp
7275 * gdb.cp/noparam.exp
7276 * gdb.cp/nsdecl.exp
7277 * gdb.cp/nsimport.exp
7278 * gdb.cp/nsnested.exp
7279 * gdb.cp/nsnoimports.exp
7280 * gdb.cp/nsrecurs.exp
7281 * gdb.cp/nsstress.exp
7282 * gdb.cp/nsusing.exp
7283 * gdb.cp/operator.exp
7284 * gdb.cp/oranking.exp
7285 * gdb.cp/overload-const.exp
7286 * gdb.cp/overload.exp
7287 * gdb.cp/ovldbreak.exp
7288 * gdb.cp/ovsrch.exp
7289 * gdb.cp/paren-type.exp
7290 * gdb.cp/parse-lang.exp
7291 * gdb.cp/pass-by-ref.exp
7292 * gdb.cp/pr-1023.exp
7293 * gdb.cp/pr-1210.exp
7294 * gdb.cp/pr-574.exp
7295 * gdb.cp/pr10687.exp
7296 * gdb.cp/pr12028.exp
7297 * gdb.cp/pr17132.exp
7298 * gdb.cp/pr17494.exp
7299 * gdb.cp/pr9067.exp
7300 * gdb.cp/pr9167.exp
7301 * gdb.cp/pr9631.exp
7302 * gdb.cp/printmethod.exp
7303 * gdb.cp/psmang.exp
7304 * gdb.cp/psymtab-parameter.exp
7305 * gdb.cp/ptype-cv-cp.exp
7306 * gdb.cp/ptype-flags.exp
7307 * gdb.cp/re-set-overloaded.exp
7308 * gdb.cp/ref-types.exp
7309 * gdb.cp/rtti.exp
7310 * gdb.cp/scope-err.exp
7311 * gdb.cp/shadow.exp
7312 * gdb.cp/smartp.exp
7313 * gdb.cp/static-method.exp
7314 * gdb.cp/static-print-quit.exp
7315 * gdb.cp/temargs.exp
7316 * gdb.cp/templates.exp
7317 * gdb.cp/try_catch.exp
7318 * gdb.cp/typedef-operator.exp
7319 * gdb.cp/typeid.exp
7320 * gdb.cp/userdef.exp
7321 * gdb.cp/using-crash.exp
7322 * gdb.cp/var-tag.exp
7323 * gdb.cp/virtbase.exp
7324 * gdb.cp/virtfunc.exp
7325 * gdb.cp/virtfunc2.exp
7326 * gdb.cp/vla-cxx.exp
7327 * gdb.disasm/t01_mov.exp
7328 * gdb.disasm/t02_mova.exp
7329 * gdb.disasm/t03_add.exp
7330 * gdb.disasm/t04_sub.exp
7331 * gdb.disasm/t05_cmp.exp
7332 * gdb.disasm/t06_ari2.exp
7333 * gdb.disasm/t07_ari3.exp
7334 * gdb.disasm/t08_or.exp
7335 * gdb.disasm/t09_xor.exp
7336 * gdb.disasm/t10_and.exp
7337 * gdb.disasm/t11_logs.exp
7338 * gdb.disasm/t12_bit.exp
7339 * gdb.disasm/t13_otr.exp
7340 * gdb.dlang/circular.exp
7341 * gdb.dwarf2/arr-stride.exp
7342 * gdb.dwarf2/arr-subrange.exp
7343 * gdb.dwarf2/atomic-type.exp
7344 * gdb.dwarf2/bad-regnum.exp
7345 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7346 * gdb.dwarf2/callframecfa.exp
7347 * gdb.dwarf2/clztest.exp
7348 * gdb.dwarf2/corrupt.exp
7349 * gdb.dwarf2/data-loc.exp
7350 * gdb.dwarf2/dup-psym.exp
7351 * gdb.dwarf2/dw2-anon-mptr.exp
7352 * gdb.dwarf2/dw2-anonymous-func.exp
7353 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7354 * gdb.dwarf2/dw2-bad-unresolved.exp
7355 * gdb.dwarf2/dw2-basic.exp
7356 * gdb.dwarf2/dw2-canonicalize-type.exp
7357 * gdb.dwarf2/dw2-case-insensitive.exp
7358 * gdb.dwarf2/dw2-common-block.exp
7359 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7360 * gdb.dwarf2/dw2-compressed.exp
7361 * gdb.dwarf2/dw2-const.exp
7362 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7363 * gdb.dwarf2/dw2-cu-size.exp
7364 * gdb.dwarf2/dw2-dup-frame.exp
7365 * gdb.dwarf2/dw2-entry-value.exp
7366 * gdb.dwarf2/dw2-icycle.exp
7367 * gdb.dwarf2/dw2-ifort-parameter.exp
7368 * gdb.dwarf2/dw2-inline-break.exp
7369 * gdb.dwarf2/dw2-inline-param.exp
7370 * gdb.dwarf2/dw2-intercu.exp
7371 * gdb.dwarf2/dw2-intermix.exp
7372 * gdb.dwarf2/dw2-lexical-block-bare.exp
7373 * gdb.dwarf2/dw2-linkage-name-trust.exp
7374 * gdb.dwarf2/dw2-minsym-in-cu.exp
7375 * gdb.dwarf2/dw2-noloc.exp
7376 * gdb.dwarf2/dw2-op-call.exp
7377 * gdb.dwarf2/dw2-op-out-param.exp
7378 * gdb.dwarf2/dw2-opt-structptr.exp
7379 * gdb.dwarf2/dw2-param-error.exp
7380 * gdb.dwarf2/dw2-producer.exp
7381 * gdb.dwarf2/dw2-ranges-base.exp
7382 * gdb.dwarf2/dw2-ref-missing-frame.exp
7383 * gdb.dwarf2/dw2-reg-undefined.exp
7384 * gdb.dwarf2/dw2-regno-invalid.exp
7385 * gdb.dwarf2/dw2-restore.exp
7386 * gdb.dwarf2/dw2-restrict.exp
7387 * gdb.dwarf2/dw2-single-line-discriminators.exp
7388 * gdb.dwarf2/dw2-strp.exp
7389 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7390 * gdb.dwarf2/dw2-unresolved.exp
7391 * gdb.dwarf2/dw2-var-zero-addr.exp
7392 * gdb.dwarf2/dw4-sig-types.exp
7393 * gdb.dwarf2/dwz.exp
7394 * gdb.dwarf2/dynarr-ptr.exp
7395 * gdb.dwarf2/enum-type.exp
7396 * gdb.dwarf2/gdb-index.exp
7397 * gdb.dwarf2/implptr-64bit.exp
7398 * gdb.dwarf2/implptr-optimized-out.exp
7399 * gdb.dwarf2/implptr.exp
7400 * gdb.dwarf2/implref-array.exp
7401 * gdb.dwarf2/implref-const.exp
7402 * gdb.dwarf2/implref-global.exp
7403 * gdb.dwarf2/implref-struct.exp
7404 * gdb.dwarf2/mac-fileno.exp
7405 * gdb.dwarf2/main-subprogram.exp
7406 * gdb.dwarf2/member-ptr-forwardref.exp
7407 * gdb.dwarf2/method-ptr.exp
7408 * gdb.dwarf2/missing-sig-type.exp
7409 * gdb.dwarf2/nonvar-access.exp
7410 * gdb.dwarf2/opaque-type-lookup.exp
7411 * gdb.dwarf2/pieces-optimized-out.exp
7412 * gdb.dwarf2/pieces.exp
7413 * gdb.dwarf2/pr10770.exp
7414 * gdb.dwarf2/pr13961.exp
7415 * gdb.dwarf2/staticvirtual.exp
7416 * gdb.dwarf2/subrange.exp
7417 * gdb.dwarf2/symtab-producer.exp
7418 * gdb.dwarf2/trace-crash.exp
7419 * gdb.dwarf2/typeddwarf.exp
7420 * gdb.dwarf2/valop.exp
7421 * gdb.dwarf2/watch-notconst.exp
7422 * gdb.fortran/array-element.exp
7423 * gdb.fortran/charset.exp
7424 * gdb.fortran/common-block.exp
7425 * gdb.fortran/complex.exp
7426 * gdb.fortran/derived-type-function.exp
7427 * gdb.fortran/derived-type.exp
7428 * gdb.fortran/logical.exp
7429 * gdb.fortran/module.exp
7430 * gdb.fortran/multi-dim.exp
7431 * gdb.fortran/nested-funcs.exp
7432 * gdb.fortran/print-formatted.exp
7433 * gdb.fortran/subarray.exp
7434 * gdb.fortran/vla-alloc-assoc.exp
7435 * gdb.fortran/vla-datatypes.exp
7436 * gdb.fortran/vla-history.exp
7437 * gdb.fortran/vla-ptr-info.exp
7438 * gdb.fortran/vla-ptype-sub.exp
7439 * gdb.fortran/vla-ptype.exp
7440 * gdb.fortran/vla-sizeof.exp
7441 * gdb.fortran/vla-type.exp
7442 * gdb.fortran/vla-value-sub-arbitrary.exp
7443 * gdb.fortran/vla-value-sub-finish.exp
7444 * gdb.fortran/vla-value-sub.exp
7445 * gdb.fortran/vla-value.exp
7446 * gdb.fortran/whatis_type.exp
7447 * gdb.go/chan.exp
7448 * gdb.go/handcall.exp
7449 * gdb.go/hello.exp
7450 * gdb.go/integers.exp
7451 * gdb.go/methods.exp
7452 * gdb.go/package.exp
7453 * gdb.go/strings.exp
7454 * gdb.go/types.exp
7455 * gdb.go/unsafe.exp
7456 * gdb.guile/scm-arch.exp
7457 * gdb.guile/scm-block.exp
7458 * gdb.guile/scm-breakpoint.exp
7459 * gdb.guile/scm-cmd.exp
7460 * gdb.guile/scm-disasm.exp
7461 * gdb.guile/scm-equal.exp
7462 * gdb.guile/scm-frame-args.exp
7463 * gdb.guile/scm-frame-inline.exp
7464 * gdb.guile/scm-frame.exp
7465 * gdb.guile/scm-iterator.exp
7466 * gdb.guile/scm-math.exp
7467 * gdb.guile/scm-objfile.exp
7468 * gdb.guile/scm-ports.exp
7469 * gdb.guile/scm-symbol.exp
7470 * gdb.guile/scm-symtab.exp
7471 * gdb.guile/scm-value-cc.exp
7472 * gdb.guile/types-module.exp
7473 * gdb.linespec/break-ask.exp
7474 * gdb.linespec/cpexplicit.exp
7475 * gdb.linespec/explicit.exp
7476 * gdb.linespec/keywords.exp
7477 * gdb.linespec/linespec.exp
7478 * gdb.linespec/ls-dollar.exp
7479 * gdb.linespec/ls-errs.exp
7480 * gdb.linespec/skip-two.exp
7481 * gdb.linespec/thread.exp
7482 * gdb.mi/mi-async.exp
7483 * gdb.mi/mi-basics.exp
7484 * gdb.mi/mi-break.exp
7485 * gdb.mi/mi-catch-load.exp
7486 * gdb.mi/mi-cli.exp
7487 * gdb.mi/mi-cmd-param-changed.exp
7488 * gdb.mi/mi-console.exp
7489 * gdb.mi/mi-detach.exp
7490 * gdb.mi/mi-disassemble.exp
7491 * gdb.mi/mi-eval.exp
7492 * gdb.mi/mi-file-transfer.exp
7493 * gdb.mi/mi-file.exp
7494 * gdb.mi/mi-fill-memory.exp
7495 * gdb.mi/mi-inheritance-syntax-error.exp
7496 * gdb.mi/mi-linespec-err-cp.exp
7497 * gdb.mi/mi-logging.exp
7498 * gdb.mi/mi-memory-changed.exp
7499 * gdb.mi/mi-read-memory.exp
7500 * gdb.mi/mi-record-changed.exp
7501 * gdb.mi/mi-reg-undefined.exp
7502 * gdb.mi/mi-regs.exp
7503 * gdb.mi/mi-return.exp
7504 * gdb.mi/mi-reverse.exp
7505 * gdb.mi/mi-simplerun.exp
7506 * gdb.mi/mi-solib.exp
7507 * gdb.mi/mi-stack.exp
7508 * gdb.mi/mi-stepi.exp
7509 * gdb.mi/mi-syn-frame.exp
7510 * gdb.mi/mi-until.exp
7511 * gdb.mi/mi-var-block.exp
7512 * gdb.mi/mi-var-child.exp
7513 * gdb.mi/mi-var-cmd.exp
7514 * gdb.mi/mi-var-cp.exp
7515 * gdb.mi/mi-var-display.exp
7516 * gdb.mi/mi-var-invalidate.exp
7517 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7518 * gdb.mi/mi-vla-fortran.exp
7519 * gdb.mi/mi-watch.exp
7520 * gdb.mi/mi2-var-child.exp
7521 * gdb.mi/user-selected-context-sync.exp
7522 * gdb.modula2/unbounded-array.exp
7523 * gdb.multi/dummy-frame-restore.exp
7524 * gdb.multi/multi-arch-exec.exp
7525 * gdb.multi/multi-arch.exp
7526 * gdb.multi/tids.exp
7527 * gdb.multi/watchpoint-multi.exp
7528 * gdb.opencl/callfuncs.exp
7529 * gdb.opencl/convs_casts.exp
7530 * gdb.opencl/datatypes.exp
7531 * gdb.opencl/operators.exp
7532 * gdb.opencl/vec_comps.exp
7533 * gdb.opt/clobbered-registers-O2.exp
7534 * gdb.opt/inline-break.exp
7535 * gdb.opt/inline-bt.exp
7536 * gdb.opt/inline-cmds.exp
7537 * gdb.opt/inline-locals.exp
7538 * gdb.pascal/case-insensitive-symbols.exp
7539 * gdb.pascal/floats.exp
7540 * gdb.pascal/gdb11492.exp
7541 * gdb.python/lib-types.exp
7542 * gdb.python/py-arch.exp
7543 * gdb.python/py-as-string.exp
7544 * gdb.python/py-bad-printers.exp
7545 * gdb.python/py-block.exp
7546 * gdb.python/py-breakpoint-create-fail.exp
7547 * gdb.python/py-breakpoint.exp
7548 * gdb.python/py-caller-is.exp
7549 * gdb.python/py-cmd.exp
7550 * gdb.python/py-explore-cc.exp
7551 * gdb.python/py-explore.exp
7552 * gdb.python/py-finish-breakpoint.exp
7553 * gdb.python/py-finish-breakpoint2.exp
7554 * gdb.python/py-frame-args.exp
7555 * gdb.python/py-frame-inline.exp
7556 * gdb.python/py-frame.exp
7557 * gdb.python/py-framefilter-mi.exp
7558 * gdb.python/py-infthread.exp
7559 * gdb.python/py-lazy-string.exp
7560 * gdb.python/py-linetable.exp
7561 * gdb.python/py-mi-events.exp
7562 * gdb.python/py-mi-objfile.exp
7563 * gdb.python/py-mi.exp
7564 * gdb.python/py-objfile.exp
7565 * gdb.python/py-pp-integral.exp
7566 * gdb.python/py-pp-maint.exp
7567 * gdb.python/py-pp-re-notag.exp
7568 * gdb.python/py-pp-registration.exp
7569 * gdb.python/py-recurse-unwind.exp
7570 * gdb.python/py-strfns.exp
7571 * gdb.python/py-symbol.exp
7572 * gdb.python/py-symtab.exp
7573 * gdb.python/py-sync-interp.exp
7574 * gdb.python/py-typeprint.exp
7575 * gdb.python/py-unwind-maint.exp
7576 * gdb.python/py-unwind.exp
7577 * gdb.python/py-value-cc.exp
7578 * gdb.python/py-xmethods.exp
7579 * gdb.reverse/amd64-tailcall-reverse.exp
7580 * gdb.reverse/break-precsave.exp
7581 * gdb.reverse/break-reverse.exp
7582 * gdb.reverse/consecutive-precsave.exp
7583 * gdb.reverse/consecutive-reverse.exp
7584 * gdb.reverse/finish-precsave.exp
7585 * gdb.reverse/finish-reverse-bkpt.exp
7586 * gdb.reverse/finish-reverse.exp
7587 * gdb.reverse/fstatat-reverse.exp
7588 * gdb.reverse/getresuid-reverse.exp
7589 * gdb.reverse/i386-precsave.exp
7590 * gdb.reverse/i386-reverse.exp
7591 * gdb.reverse/i386-sse-reverse.exp
7592 * gdb.reverse/i387-env-reverse.exp
7593 * gdb.reverse/i387-stack-reverse.exp
7594 * gdb.reverse/insn-reverse.exp
7595 * gdb.reverse/machinestate-precsave.exp
7596 * gdb.reverse/machinestate.exp
7597 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7598 * gdb.reverse/pipe-reverse.exp
7599 * gdb.reverse/readv-reverse.exp
7600 * gdb.reverse/recvmsg-reverse.exp
7601 * gdb.reverse/rerun-prec.exp
7602 * gdb.reverse/s390-mvcle.exp
7603 * gdb.reverse/step-precsave.exp
7604 * gdb.reverse/step-reverse.exp
7605 * gdb.reverse/time-reverse.exp
7606 * gdb.reverse/until-precsave.exp
7607 * gdb.reverse/until-reverse.exp
7608 * gdb.reverse/waitpid-reverse.exp
7609 * gdb.reverse/watch-precsave.exp
7610 * gdb.reverse/watch-reverse.exp
7611 * gdb.rust/generics.exp
7612 * gdb.rust/methods.exp
7613 * gdb.rust/modules.exp
7614 * gdb.rust/simple.exp
7615 * gdb.server/connect-with-no-symbol-file.exp
7616 * gdb.server/ext-attach.exp
7617 * gdb.server/ext-restart.exp
7618 * gdb.server/ext-wrapper.exp
7619 * gdb.server/file-transfer.exp
7620 * gdb.server/server-exec-info.exp
7621 * gdb.server/server-kill.exp
7622 * gdb.server/server-mon.exp
7623 * gdb.server/wrapper.exp
7624 * gdb.stabs/exclfwd.exp
7625 * gdb.stabs/gdb11479.exp
7626 * gdb.threads/clone-new-thread-event.exp
7627 * gdb.threads/corethreads.exp
7628 * gdb.threads/current-lwp-dead.exp
7629 * gdb.threads/dlopen-libpthread.exp
7630 * gdb.threads/gcore-thread.exp
7631 * gdb.threads/sigstep-threads.exp
7632 * gdb.threads/watchpoint-fork.exp
7633 * gdb.trace/actions-changed.exp
7634 * gdb.trace/backtrace.exp
7635 * gdb.trace/change-loc.exp
7636 * gdb.trace/circ.exp
7637 * gdb.trace/collection.exp
7638 * gdb.trace/disconnected-tracing.exp
7639 * gdb.trace/ftrace.exp
7640 * gdb.trace/mi-trace-frame-collected.exp
7641 * gdb.trace/mi-trace-unavailable.exp
7642 * gdb.trace/mi-traceframe-changed.exp
7643 * gdb.trace/mi-tsv-changed.exp
7644 * gdb.trace/no-attach-trace.exp
7645 * gdb.trace/passc-dyn.exp
7646 * gdb.trace/qtro.exp
7647 * gdb.trace/range-stepping.exp
7648 * gdb.trace/read-memory.exp
7649 * gdb.trace/save-trace.exp
7650 * gdb.trace/signal.exp
7651 * gdb.trace/status-stop.exp
7652 * gdb.trace/tfile.exp
7653 * gdb.trace/trace-break.exp
7654 * gdb.trace/trace-buffer-size.exp
7655 * gdb.trace/trace-condition.exp
7656 * gdb.trace/tracefile-pseudo-reg.exp
7657 * gdb.trace/tstatus.exp
7658 * gdb.trace/unavailable.exp
7659 * gdb.trace/while-dyn.exp
7660 * gdb.trace/while-stepping.exp
7661
34c41c68
DE
76622016-12-22 Doug Evans <xdje42@gmail.com>
7663
7664 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7665 and msymbols.
7666
16e69324
YQ
76672016-12-19 Yao Qi <yao.qi@linaro.org>
7668
7669 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7670 (test_with_self): Don't call do_steps_and_nexts, and remove
7671 code about stepping into xmalloc.
7672
f94f411b
YQ
76732016-12-09 Yao Qi <yao.qi@linaro.org>
7674
7675 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7676
76772016-12-09 Yao Qi <yao.qi@linaro.org>
7678
7679 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7680
f1b5deee
PA
76812016-12-09 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/all-architectures-0.exp: New file.
7684 * gdb.base/all-architectures-1.exp: New file.
7685 * gdb.base/all-architectures-2.exp: New file.
7686 * gdb.base/all-architectures-3.exp: New file.
7687 * gdb.base/all-architectures-4.exp: New file.
7688 * gdb.base/all-architectures-5.exp: New file.
7689 * gdb.base/all-architectures-6.exp: New file.
7690 * gdb.base/all-architectures-7.exp: New file.
7691 * gdb.base/all-architectures.exp.in: New file.
7692
364ca42e
YQ
76932016-12-09 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7696
107c2d62
LM
76972016-12-02 Luis Machado <lgustavo@codesourcery.com>
7698
7699 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7700 possible.
7701 Remove useless pattern-matching code.
7702
df3ee9ca
PA
77032016-12-02 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7706 procedure.
7707 (top level): Call it.
7708
ec835369
PA
77092016-12-02 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7712 New procedure.
7713 (top level): Call it.
7714
01770bbd
PA
77152016-12-02 Pedro Alves <palves@redhat.com>
7716
7717 PR cli/20559
7718 * gdb.base/commands.exp (user_defined_command_args_eval): New
7719 procedure.
7720 (top level): Call it.
7721
008459ea
LM
77222016-12-02 Luis Machado <lgustavo@codesourcery.com>
7723
7724 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7725 timeout handling.
7726
0c1b455e
TT
77272016-12-02 Tom Tromey <tom@tromey.com>
7728
7729 * gdb.dwarf2/main-subprogram.c: New file.
7730 * gdb.dwarf2/main-subprogram.exp: New file.
7731
018572b8
LM
77322016-12-01 Luis Machado <lgustavo@codesourcery.com>
7733
7734 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7735 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7736 gdb_test_no_output for a couple of cases.
7737 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7738
84c93cd5
LM
77392016-12-01 Luis Machado <lgustavo@codesourcery.com>
7740
7741 Fix test names and standardize compilation error messages throughout
7742 the following files:
7743
7744 * gdb.ada/start.exp
7745 * gdb.arch/alpha-step.exp
7746 * gdb.arch/e500-prologue.exp
7747 * gdb.arch/ftrace-insn-reloc.exp
7748 * gdb.arch/gdb1291.exp
7749 * gdb.arch/gdb1431.exp
7750 * gdb.arch/gdb1558.exp
7751 * gdb.arch/i386-dr3-watch.exp
7752 * gdb.arch/i386-sse-stack-align.exp
7753 * gdb.arch/ia64-breakpoint-shadow.exp
7754 * gdb.arch/pa-nullify.exp
7755 * gdb.arch/powerpc-aix-prologue.exp
7756 * gdb.arch/thumb-bx-pc.exp
7757 * gdb.base/annota1.exp
7758 * gdb.base/annota3.exp
7759 * gdb.base/arrayidx.exp
7760 * gdb.base/assign.exp
7761 * gdb.base/attach.exp
7762 * gdb.base/auxv.exp
7763 * gdb.base/bang.exp
7764 * gdb.base/bfp-test.exp
7765 * gdb.base/bigcore.exp
7766 * gdb.base/bitfields2.exp
7767 * gdb.base/break-fun-addr.exp
7768 * gdb.base/break-probes.exp
7769 * gdb.base/call-rt-st.exp
7770 * gdb.base/callexit.exp
7771 * gdb.base/catch-fork-kill.exp
7772 * gdb.base/charset.exp
7773 * gdb.base/checkpoint.exp
7774 * gdb.base/comprdebug.exp
7775 * gdb.base/constvars.exp
7776 * gdb.base/coredump-filter.exp
7777 * gdb.base/cursal.exp
7778 * gdb.base/cvexpr.exp
7779 * gdb.base/detach.exp
7780 * gdb.base/display.exp
7781 * gdb.base/dmsym.exp
7782 * gdb.base/dprintf-pending.exp
7783 * gdb.base/dso2dso.exp
7784 * gdb.base/dtrace-probe.exp
7785 * gdb.base/dump.exp
7786 * gdb.base/enum_cond.exp
7787 * gdb.base/exe-lock.exp
7788 * gdb.base/exec-invalid-sysroot.exp
7789 * gdb.base/execl-update-breakpoints.exp
7790 * gdb.base/exprs.exp
7791 * gdb.base/fileio.exp
7792 * gdb.base/find.exp
7793 * gdb.base/finish.exp
7794 * gdb.base/fixsection.exp
7795 * gdb.base/foll-vfork.exp
7796 * gdb.base/frame-args.exp
7797 * gdb.base/gcore.exp
7798 * gdb.base/gdb1250.exp
7799 * gdb.base/global-var-nested-by-dso.exp
7800 * gdb.base/gnu-ifunc.exp
7801 * gdb.base/hashline1.exp
7802 * gdb.base/hashline2.exp
7803 * gdb.base/hashline3.exp
7804 * gdb.base/hbreak-in-shr-unsupported.exp
7805 * gdb.base/huge.exp
7806 * gdb.base/infcall-input.exp
7807 * gdb.base/info-fun.exp
7808 * gdb.base/info-shared.exp
7809 * gdb.base/jit-simple.exp
7810 * gdb.base/jit-so.exp
7811 * gdb.base/jit.exp
7812 * gdb.base/jump.exp
7813 * gdb.base/label.exp
7814 * gdb.base/lineinc.exp
7815 * gdb.base/logical.exp
7816 * gdb.base/longjmp.exp
7817 * gdb.base/macscp.exp
7818 * gdb.base/miscexprs.exp
7819 * gdb.base/new-ui-echo.exp
7820 * gdb.base/new-ui-pending-input.exp
7821 * gdb.base/new-ui.exp
7822 * gdb.base/nodebug.exp
7823 * gdb.base/nofield.exp
7824 * gdb.base/offsets.exp
7825 * gdb.base/overlays.exp
7826 * gdb.base/pending.exp
7827 * gdb.base/pointers.exp
7828 * gdb.base/pr11022.exp
7829 * gdb.base/printcmds.exp
7830 * gdb.base/prologue.exp
7831 * gdb.base/ptr-typedef.exp
7832 * gdb.base/realname-expand.exp
7833 * gdb.base/relativedebug.exp
7834 * gdb.base/relocate.exp
7835 * gdb.base/remote.exp
7836 * gdb.base/reread.exp
7837 * gdb.base/return2.exp
7838 * gdb.base/savedregs.exp
7839 * gdb.base/sep.exp
7840 * gdb.base/sepdebug.exp
7841 * gdb.base/sepsymtab.exp
7842 * gdb.base/set-inferior-tty.exp
7843 * gdb.base/setshow.exp
7844 * gdb.base/shlib-call.exp
7845 * gdb.base/sigaltstack.exp
7846 * gdb.base/siginfo-addr.exp
7847 * gdb.base/signals.exp
7848 * gdb.base/signull.exp
7849 * gdb.base/sigrepeat.exp
7850 * gdb.base/so-impl-ld.exp
7851 * gdb.base/solib-display.exp
7852 * gdb.base/solib-overlap.exp
7853 * gdb.base/solib-search.exp
7854 * gdb.base/solib-symbol.exp
7855 * gdb.base/structs.exp
7856 * gdb.base/structs2.exp
7857 * gdb.base/symtab-search-order.exp
7858 * gdb.base/twice.exp
7859 * gdb.base/unload.exp
7860 * gdb.base/varargs.exp
7861 * gdb.base/watchpoint-solib.exp
7862 * gdb.base/watchpoint.exp
7863 * gdb.base/whatis.exp
7864 * gdb.base/wrong_frame_bt_full.exp
7865 * gdb.btrace/dlopen.exp
7866 * gdb.cell/ea-standalone.exp
7867 * gdb.cell/ea-test.exp
7868 * gdb.cp/dispcxx.exp
7869 * gdb.cp/gdb2384.exp
7870 * gdb.cp/method2.exp
7871 * gdb.cp/nextoverthrow.exp
7872 * gdb.cp/pr10728.exp
7873 * gdb.disasm/am33.exp
7874 * gdb.disasm/h8300s.exp
7875 * gdb.disasm/mn10300.exp
7876 * gdb.disasm/sh3.exp
7877 * gdb.dwarf2/dw2-dir-file-name.exp
7878 * gdb.fortran/complex.exp
7879 * gdb.fortran/library-module.exp
7880 * gdb.guile/scm-pretty-print.exp
7881 * gdb.guile/scm-symbol.exp
7882 * gdb.guile/scm-type.exp
7883 * gdb.guile/scm-value.exp
7884 * gdb.linespec/linespec.exp
7885 * gdb.mi/gdb701.exp
7886 * gdb.mi/gdb792.exp
7887 * gdb.mi/mi-breakpoint-changed.exp
7888 * gdb.mi/mi-dprintf-pending.exp
7889 * gdb.mi/mi-dprintf.exp
7890 * gdb.mi/mi-exit-code.exp
7891 * gdb.mi/mi-pending.exp
7892 * gdb.mi/mi-solib.exp
7893 * gdb.mi/new-ui-mi-sync.exp
7894 * gdb.mi/pr11022.exp
7895 * gdb.mi/user-selected-context-sync.exp
7896 * gdb.opt/solib-intra-step.exp
7897 * gdb.python/py-events.exp
7898 * gdb.python/py-finish-breakpoint.exp
7899 * gdb.python/py-mi.exp
7900 * gdb.python/py-prettyprint.exp
7901 * gdb.python/py-shared.exp
7902 * gdb.python/py-symbol.exp
7903 * gdb.python/py-template.exp
7904 * gdb.python/py-type.exp
7905 * gdb.python/py-value.exp
7906 * gdb.reverse/solib-precsave.exp
7907 * gdb.reverse/solib-reverse.exp
7908 * gdb.server/solib-list.exp
7909 * gdb.stabs/weird.exp
7910 * gdb.threads/reconnect-signal.exp
7911 * gdb.threads/stepi-random-signal.exp
7912 * gdb.trace/actions.exp
7913 * gdb.trace/ax.exp
7914 * gdb.trace/backtrace.exp
7915 * gdb.trace/change-loc.exp
7916 * gdb.trace/deltrace.exp
7917 * gdb.trace/ftrace-lock.exp
7918 * gdb.trace/ftrace.exp
7919 * gdb.trace/infotrace.exp
7920 * gdb.trace/mi-tracepoint-changed.exp
7921 * gdb.trace/packetlen.exp
7922 * gdb.trace/passcount.exp
7923 * gdb.trace/pending.exp
7924 * gdb.trace/range-stepping.exp
7925 * gdb.trace/report.exp
7926 * gdb.trace/stap-trace.exp
7927 * gdb.trace/tfind.exp
7928 * gdb.trace/trace-break.exp
7929 * gdb.trace/trace-condition.exp
7930 * gdb.trace/trace-enable-disable.exp
7931 * gdb.trace/trace-mt.exp
7932 * gdb.trace/tracecmd.exp
7933 * gdb.trace/tspeed.exp
7934 * gdb.trace/tsv.exp
7935 * lib/perftest.exp
7936
fb9feb35
LM
79372016-12-01 Luis Machado <lgustavo@codesourcery.com>
7938
7939 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7940 with gdb_test_no_output.
7941 Use command as test name.
7942
cd2ddb6c
LM
79432016-12-01 Luis Machado <lgustavo@codesourcery.com>
7944
7945 Fix test names starting with uppercase throughout the files.
7946
7947 * gdb.ada/assign_1.exp
7948 * gdb.ada/boolean_expr.exp
7949 * gdb.base/arrayidx.exp
7950 * gdb.base/del.exp
7951 * gdb.base/gcore-buffer-overflow.exp
7952 * gdb.base/testenv.exp
7953 * gdb.compile/compile.exp
7954 * gdb.python/py-framefilter-invalidarg.exp
7955 * gdb.python/py-framefilter.exp
7956
bb95117e
LM
79572016-12-01 Luis Machado <lgustavo@codesourcery.com>
7958
7959 Fix test names starting with uppercase throughout the files.
7960
7961 * gdb.ada/array_return.exp
7962 * gdb.ada/expr_delims.exp
7963 * gdb.ada/mi_dyn_arr.exp
7964 * gdb.ada/mi_interface.exp
7965 * gdb.ada/mi_var_array.exp
7966 * gdb.ada/watch_arg.exp
7967 * gdb.arch/alpha-step.exp
7968 * gdb.arch/altivec-regs.exp
7969 * gdb.arch/e500-regs.exp
7970 * gdb.arch/powerpc-d128-regs.exp
7971 * gdb.base/arrayidx.exp
7972 * gdb.base/break.exp
7973 * gdb.base/checkpoint.exp
7974 * gdb.base/debug-expr.exp
7975 * gdb.base/dmsym.exp
7976 * gdb.base/radix.exp
7977 * gdb.base/sepdebug.exp
7978 * gdb.base/testenv.exp
7979 * gdb.base/watch_thread_num.exp
7980 * gdb.base/watchpoint-cond-gone.exp
7981 * gdb.cell/break.exp
7982 * gdb.cell/ea-cache.exp
7983 * gdb.compile/compile.exp
7984 * gdb.cp/gdb2495.exp
7985 * gdb.gdb/selftest.exp
7986 * gdb.gdb/xfullpath.exp
7987 * gdb.go/hello.exp
7988 * gdb.go/integers.exp
7989 * gdb.objc/basicclass.exp
7990 * gdb.pascal/hello.exp
7991 * gdb.pascal/integers.exp
7992 * gdb.python/py-breakpoint.exp
7993 * gdb.python/py-cmd.exp
7994 * gdb.python/py-linetable.exp
7995 * gdb.python/py-xmethods.exp
7996 * gdb.python/python.exp
7997 * gdb.reverse/consecutive-precsave.exp
7998 * gdb.reverse/finish-precsave.exp
7999 * gdb.reverse/i386-precsave.exp
8000 * gdb.reverse/machinestate-precsave.exp
8001 * gdb.reverse/sigall-precsave.exp
8002 * gdb.reverse/solib-precsave.exp
8003 * gdb.reverse/step-precsave.exp
8004 * gdb.reverse/until-precsave.exp
8005 * gdb.reverse/watch-precsave.exp
8006 * gdb.threads/leader-exit.exp
8007 * gdb.threads/pthreads.exp
8008 * gdb.threads/wp-replication.exp
8009 * gdb.trace/actions.exp
8010 * gdb.trace/mi-tsv-changed.exp
8011 * gdb.trace/tsv.exp
8012
de97fdd4
LM
80132016-12-01 Luis Machado <lgustavo@codesourcery.com>
8014
8015 Fix test names starting with uppercase throughout the files.
8016
8017 * gdb.arch/i386-bp_permanent.exp
8018 * gdb.arch/i386-gnu-cfi.exp
8019 * gdb.base/disasm-end-cu.exp
8020 * gdb.base/macscp.exp
8021 * gdb.base/pending.exp
8022 * gdb.base/watch_thread_num.exp
8023 * gdb.cp/exception.exp
8024 * gdb.cp/gdb2495.exp
8025 * gdb.cp/local.exp
8026 * gdb.python/py-evsignal.exp
8027 * gdb.python/python.exp
8028 * gdb.trace/tracecmd.exp
8029
9f058c10
LM
80302016-12-01 Luis Machado <lgustavo@codesourcery.com>
8031
8032 Fix test names starting with uppercase throughout the files.
8033
8034 * gdb.base/charset.exp
8035 * gdb.base/eval.exp
8036 * gdb.base/multi-forks.exp
8037 * gdb.guile/scm-progspace.exp
8038 * gdb.opencl/datatypes.exp
8039 * gdb.python/py-block.exp
8040 * gdb.python/py-function.exp
8041 * gdb.python/py-symbol.exp
8042 * gdb.python/py-symtab.exp
8043 * gdb.python/py-xmethods.exp
8044 * gdb.reverse/break-precsave.exp
8045 * gdb.reverse/break-reverse.exp
8046 * gdb.reverse/consecutive-precsave.exp
8047 * gdb.reverse/consecutive-reverse.exp
8048 * gdb.reverse/finish-precsave.exp
8049 * gdb.reverse/finish-reverse-bkpt.exp
8050 * gdb.reverse/finish-reverse.exp
8051 * gdb.reverse/fstatat-reverse.exp
8052 * gdb.reverse/getresuid-reverse.exp
8053 * gdb.reverse/i386-precsave.exp
8054 * gdb.reverse/i386-reverse.exp
8055 * gdb.reverse/i386-sse-reverse.exp
8056 * gdb.reverse/i387-stack-reverse.exp
8057 * gdb.reverse/insn-reverse.exp
8058 * gdb.reverse/machinestate-precsave.exp
8059 * gdb.reverse/machinestate.exp
8060 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8061 * gdb.reverse/pipe-reverse.exp
8062 * gdb.reverse/readv-reverse.exp
8063 * gdb.reverse/recvmsg-reverse.exp
8064 * gdb.reverse/rerun-prec.exp
8065 * gdb.reverse/s390-mvcle.exp
8066 * gdb.reverse/sigall-precsave.exp
8067 * gdb.reverse/sigall-reverse.exp
8068 * gdb.reverse/solib-precsave.exp
8069 * gdb.reverse/solib-reverse.exp
8070 * gdb.reverse/step-precsave.exp
8071 * gdb.reverse/step-reverse.exp
8072 * gdb.reverse/time-reverse.exp
8073 * gdb.reverse/until-precsave.exp
8074 * gdb.reverse/until-reverse.exp
8075 * gdb.reverse/waitpid-reverse.exp
8076 * gdb.reverse/watch-precsave.exp
8077 * gdb.reverse/watch-reverse.exp
8078
cdc7edd7
LM
80792016-12-01 Luis Machado <lgustavo@codesourcery.com>
8080
8081 Fix test names starting with uppercase throughout the files.
8082
8083 * gdb.arch/i386-mpx-simple_segv.exp
8084 * gdb.arch/i386-mpx.exp
8085 * gdb.arch/i386-permbkpt.exp
8086 * gdb.arch/pa-nullify.exp
8087 * gdb.arch/powerpc-d128-regs.exp
8088 * gdb.arch/vsx-regs.exp
8089 * gdb.base/bfp-test.exp
8090 * gdb.base/break.exp
8091 * gdb.base/breakpoint-shadow.exp
8092 * gdb.base/callfuncs.exp
8093 * gdb.base/charset.exp
8094 * gdb.base/commands.exp
8095 * gdb.base/completion.exp
8096 * gdb.base/dfp-test.exp
8097 * gdb.base/echo.exp
8098 * gdb.base/ending-run.exp
8099 * gdb.base/eval.exp
8100 * gdb.base/expand-psymtabs.exp
8101 * gdb.base/float128.exp
8102 * gdb.base/floatn.exp
8103 * gdb.base/foll-exec-mode.exp
8104 * gdb.base/gdb1056.exp
8105 * gdb.base/gdb11531.exp
8106 * gdb.base/kill-after-signal.exp
8107 * gdb.base/multi-forks.exp
8108 * gdb.base/overlays.exp
8109 * gdb.base/pending.exp
8110 * gdb.base/sepdebug.exp
8111 * gdb.base/testenv.exp
8112 * gdb.base/valgrind-db-attach.exp
8113 * gdb.base/watch_thread_num.exp
8114 * gdb.base/watchpoint-cond-gone.exp
8115 * gdb.base/watchpoint.exp
8116 * gdb.base/watchpoints.exp
8117 * gdb.cp/arg-reference.exp
8118 * gdb.cp/baseenum.exp
8119 * gdb.cp/operator.exp
8120 * gdb.cp/shadow.exp
8121 * gdb.dwarf2/dw2-op-out-param.exp
8122 * gdb.dwarf2/dw2-reg-undefined.exp
8123 * gdb.go/chan.exp
8124 * gdb.go/hello.exp
8125 * gdb.go/integers.exp
8126 * gdb.go/methods.exp
8127 * gdb.go/package.exp
8128 * gdb.guile/scm-parameter.exp
8129 * gdb.guile/scm-progspace.exp
8130 * gdb.guile/scm-value.exp
8131 * gdb.mi/mi-pending.exp
8132 * gdb.mi/user-selected-context-sync.exp
8133 * gdb.multi/multi-attach.exp
8134 * gdb.multi/tids.exp
8135 * gdb.opt/clobbered-registers-O2.exp
8136 * gdb.pascal/floats.exp
8137 * gdb.pascal/integers.exp
8138 * gdb.python/py-block.exp
8139 * gdb.python/py-events.exp
8140 * gdb.python/py-parameter.exp
8141 * gdb.python/py-symbol.exp
8142 * gdb.python/py-symtab.exp
8143 * gdb.python/py-type.exp
8144 * gdb.python/py-value.exp
8145 * gdb.python/py-xmethods.exp
8146 * gdb.python/python.exp
8147 * gdb.reverse/break-precsave.exp
8148 * gdb.reverse/consecutive-precsave.exp
8149 * gdb.reverse/finish-precsave.exp
8150 * gdb.reverse/i386-precsave.exp
8151 * gdb.reverse/machinestate-precsave.exp
8152 * gdb.reverse/sigall-precsave.exp
8153 * gdb.reverse/solib-precsave.exp
8154 * gdb.reverse/step-precsave.exp
8155 * gdb.reverse/until-precsave.exp
8156 * gdb.reverse/watch-precsave.exp
8157 * gdb.server/ext-attach.exp
8158 * gdb.server/ext-restart.exp
8159 * gdb.server/ext-run.exp
8160 * gdb.server/ext-wrapper.exp
8161 * gdb.stabs/gdb11479.exp
8162 * gdb.stabs/weird.exp
8163 * gdb.threads/attach-many-short-lived-threads.exp
8164 * gdb.threads/kill.exp
8165 * gdb.threads/watchpoint-fork.exp
8166
bc6c7af4
LM
81672016-12-01 Luis Machado <lgustavo@codesourcery.com>
8168
8169 Fix test names starting with uppercase throughout all the files below.
8170
8171 * gdb.ada/array_return.exp
8172 * gdb.ada/catch_ex.exp
8173 * gdb.ada/info_exc.exp
8174 * gdb.ada/mi_catch_ex.exp
8175 * gdb.ada/mi_dyn_arr.exp
8176 * gdb.ada/mi_ex_cond.exp
8177 * gdb.ada/mi_exc_info.exp
8178 * gdb.ada/mi_interface.exp
8179 * gdb.ada/mi_task_arg.exp
8180 * gdb.ada/mi_task_info.exp
8181 * gdb.ada/mi_var_array.exp
8182 * gdb.arch/alpha-step.exp
8183 * gdb.arch/amd64-disp-step.exp
8184 * gdb.arch/arm-disp-step.exp
8185 * gdb.arch/disp-step-insn-reloc.exp
8186 * gdb.arch/e500-prologue.exp
8187 * gdb.arch/ftrace-insn-reloc.exp
8188 * gdb.arch/gdb1558.exp
8189 * gdb.arch/i386-bp_permanent.exp
8190 * gdb.arch/i386-disp-step.exp
8191 * gdb.arch/i386-float.exp
8192 * gdb.arch/i386-gnu-cfi.exp
8193 * gdb.arch/ia64-breakpoint-shadow.exp
8194 * gdb.arch/mips16-thunks.exp
8195 * gdb.arch/pa-nullify.exp
8196 * gdb.arch/powerpc-aix-prologue.exp
8197 * gdb.arch/powerpc-power.exp
8198 * gdb.arch/ppc-dfp.exp
8199 * gdb.arch/s390-tdbregs.exp
8200 * gdb.arch/spu-info.exp
8201 * gdb.arch/spu-ls.exp
8202 * gdb.arch/thumb-bx-pc.exp
8203 * gdb.base/advance.exp
8204 * gdb.base/annota-input-while-running.exp
8205 * gdb.base/arrayidx.exp
8206 * gdb.base/asmlabel.exp
8207 * gdb.base/async.exp
8208 * gdb.base/attach-wait-input.exp
8209 * gdb.base/auto-connect-native-target.exp
8210 * gdb.base/batch-preserve-term-settings.exp
8211 * gdb.base/bfp-test.exp
8212 * gdb.base/bigcore.exp
8213 * gdb.base/bp-permanent.exp
8214 * gdb.base/break-always.exp
8215 * gdb.base/break-fun-addr.exp
8216 * gdb.base/break-idempotent.exp
8217 * gdb.base/break-main-file-remove-fail.exp
8218 * gdb.base/break-probes.exp
8219 * gdb.base/break-unload-file.exp
8220 * gdb.base/break.exp
8221 * gdb.base/call-ar-st.exp
8222 * gdb.base/call-rt-st.exp
8223 * gdb.base/call-sc.exp
8224 * gdb.base/call-signal-resume.exp
8225 * gdb.base/call-strs.exp
8226 * gdb.base/callexit.exp
8227 * gdb.base/callfuncs.exp
8228 * gdb.base/catch-gdb-caused-signals.exp
8229 * gdb.base/catch-signal-siginfo-cond.exp
8230 * gdb.base/catch-syscall.exp
8231 * gdb.base/compare-sections.exp
8232 * gdb.base/cond-eval-mode.exp
8233 * gdb.base/condbreak-call-false.exp
8234 * gdb.base/consecutive-step-over.exp
8235 * gdb.base/cursal.exp
8236 * gdb.base/disabled-location.exp
8237 * gdb.base/disasm-end-cu.exp
8238 * gdb.base/display.exp
8239 * gdb.base/double-prompt-target-event-error.exp
8240 * gdb.base/dprintf-bp-same-addr.exp
8241 * gdb.base/dprintf-detach.exp
8242 * gdb.base/dprintf-next.exp
8243 * gdb.base/dprintf-non-stop.exp
8244 * gdb.base/dprintf-pending.exp
8245 * gdb.base/dso2dso.exp
8246 * gdb.base/ending-run.exp
8247 * gdb.base/enum_cond.exp
8248 * gdb.base/examine-backward.exp
8249 * gdb.base/exe-lock.exp
8250 * gdb.base/exec-invalid-sysroot.exp
8251 * gdb.base/execl-update-breakpoints.exp
8252 * gdb.base/execution-termios.exp
8253 * gdb.base/fileio.exp
8254 * gdb.base/fixsection.exp
8255 * gdb.base/foll-exec-mode.exp
8256 * gdb.base/foll-exec.exp
8257 * gdb.base/fork-running-state.exp
8258 * gdb.base/frame-args.exp
8259 * gdb.base/fullpath-expand.exp
8260 * gdb.base/func-ptr.exp
8261 * gdb.base/gcore-relro-pie.exp
8262 * gdb.base/gdb1090.exp
8263 * gdb.base/gdb1555.exp
8264 * gdb.base/global-var-nested-by-dso.exp
8265 * gdb.base/gnu-ifunc.exp
8266 * gdb.base/hbreak-in-shr-unsupported.exp
8267 * gdb.base/hbreak-unmapped.exp
8268 * gdb.base/hook-stop.exp
8269 * gdb.base/infcall-input.exp
8270 * gdb.base/info-fun.exp
8271 * gdb.base/info-shared.exp
8272 * gdb.base/interrupt-noterm.exp
8273 * gdb.base/jit-so.exp
8274 * gdb.base/jit.exp
8275 * gdb.base/line-symtabs.exp
8276 * gdb.base/list.exp
8277 * gdb.base/longjmp.exp
8278 * gdb.base/macscp.exp
8279 * gdb.base/max-value-size.exp
8280 * gdb.base/nodebug.exp
8281 * gdb.base/nofield.exp
8282 * gdb.base/overlays.exp
8283 * gdb.base/paginate-after-ctrl-c-running.exp
8284 * gdb.base/paginate-bg-execution.exp
8285 * gdb.base/paginate-inferior-exit.exp
8286 * gdb.base/pending.exp
8287 * gdb.base/pr11022.exp
8288 * gdb.base/printcmds.exp
8289 * gdb.base/ptr-typedef.exp
8290 * gdb.base/ptype.exp
8291 * gdb.base/randomize.exp
8292 * gdb.base/range-stepping.exp
8293 * gdb.base/realname-expand.exp
8294 * gdb.base/relativedebug.exp
8295 * gdb.base/remote.exp
8296 * gdb.base/savedregs.exp
8297 * gdb.base/sepdebug.exp
8298 * gdb.base/set-noassign.exp
8299 * gdb.base/shlib-call.exp
8300 * gdb.base/shreloc.exp
8301 * gdb.base/sigaltstack.exp
8302 * gdb.base/sigbpt.exp
8303 * gdb.base/siginfo-addr.exp
8304 * gdb.base/siginfo-obj.exp
8305 * gdb.base/siginfo-thread.exp
8306 * gdb.base/signest.exp
8307 * gdb.base/signull.exp
8308 * gdb.base/sigrepeat.exp
8309 * gdb.base/skip.exp
8310 * gdb.base/so-impl-ld.exp
8311 * gdb.base/solib-corrupted.exp
8312 * gdb.base/solib-disc.exp
8313 * gdb.base/solib-display.exp
8314 * gdb.base/solib-overlap.exp
8315 * gdb.base/solib-search.exp
8316 * gdb.base/solib-symbol.exp
8317 * gdb.base/source-execution.exp
8318 * gdb.base/sss-bp-on-user-bp-2.exp
8319 * gdb.base/sss-bp-on-user-bp.exp
8320 * gdb.base/stack-checking.exp
8321 * gdb.base/stale-infcall.exp
8322 * gdb.base/step-break.exp
8323 * gdb.base/step-line.exp
8324 * gdb.base/step-over-exit.exp
8325 * gdb.base/step-test.exp
8326 * gdb.base/structs.exp
8327 * gdb.base/sym-file.exp
8328 * gdb.base/symtab-search-order.exp
8329 * gdb.base/term.exp
8330 * gdb.base/type-opaque.exp
8331 * gdb.base/unload.exp
8332 * gdb.base/until-nodebug.exp
8333 * gdb.base/until.exp
8334 * gdb.base/unwindonsignal.exp
8335 * gdb.base/watch-cond.exp
8336 * gdb.base/watch-non-mem.exp
8337 * gdb.base/watch_thread_num.exp
8338 * gdb.base/watchpoint-reuse-slot.exp
8339 * gdb.base/watchpoint-solib.exp
8340 * gdb.base/watchpoint.exp
8341 * gdb.btrace/dlopen.exp
8342 * gdb.cell/arch.exp
8343 * gdb.cell/break.exp
8344 * gdb.cell/bt.exp
8345 * gdb.cell/core.exp
8346 * gdb.cell/data.exp
8347 * gdb.cell/dwarfaddr.exp
8348 * gdb.cell/ea-cache.exp
8349 * gdb.cell/ea-standalone.exp
8350 * gdb.cell/ea-test.exp
8351 * gdb.cell/f-regs.exp
8352 * gdb.cell/fork.exp
8353 * gdb.cell/gcore.exp
8354 * gdb.cell/mem-access.exp
8355 * gdb.cell/ptype.exp
8356 * gdb.cell/registers.exp
8357 * gdb.cell/sizeof.exp
8358 * gdb.cell/solib-symbol.exp
8359 * gdb.cell/solib.exp
8360 * gdb.compile/compile-tls.exp
8361 * gdb.cp/exception.exp
8362 * gdb.cp/gdb2495.exp
8363 * gdb.cp/local.exp
8364 * gdb.cp/mb-inline.exp
8365 * gdb.cp/mb-templates.exp
8366 * gdb.cp/pr10687.exp
8367 * gdb.cp/pr9167.exp
8368 * gdb.cp/scope-err.exp
8369 * gdb.cp/templates.exp
8370 * gdb.cp/virtfunc.exp
8371 * gdb.dwarf2/dw2-dir-file-name.exp
8372 * gdb.dwarf2/dw2-single-line-discriminators.exp
8373 * gdb.fortran/complex.exp
8374 * gdb.fortran/library-module.exp
8375 * gdb.guile/guile.exp
8376 * gdb.guile/scm-cmd.exp
8377 * gdb.guile/scm-frame-inline.exp
8378 * gdb.guile/scm-objfile.exp
8379 * gdb.guile/scm-pretty-print.exp
8380 * gdb.guile/scm-symbol.exp
8381 * gdb.guile/scm-type.exp
8382 * gdb.guile/scm-value.exp
8383 * gdb.linespec/keywords.exp
8384 * gdb.linespec/ls-errs.exp
8385 * gdb.linespec/macro-relative.exp
8386 * gdb.linespec/thread.exp
8387 * gdb.mi/mi-breakpoint-changed.exp
8388 * gdb.mi/mi-dprintf-pending.exp
8389 * gdb.mi/mi-fullname-deleted.exp
8390 * gdb.mi/mi-logging.exp
8391 * gdb.mi/mi-pending.exp
8392 * gdb.mi/mi-solib.exp
8393 * gdb.mi/new-ui-mi-sync.exp
8394 * gdb.mi/user-selected-context-sync.exp
8395 * gdb.multi/dummy-frame-restore.exp
8396 * gdb.multi/multi-arch-exec.exp
8397 * gdb.multi/remove-inferiors.exp
8398 * gdb.multi/watchpoint-multi-exit.exp
8399 * gdb.opt/solib-intra-step.exp
8400 * gdb.perf/backtrace.exp
8401 * gdb.perf/single-step.exp
8402 * gdb.perf/skip-command.exp
8403 * gdb.perf/skip-prologue.exp
8404 * gdb.perf/solib.exp
8405 * gdb.python/lib-types.exp
8406 * gdb.python/py-as-string.exp
8407 * gdb.python/py-bad-printers.exp
8408 * gdb.python/py-block.exp
8409 * gdb.python/py-breakpoint.exp
8410 * gdb.python/py-cmd.exp
8411 * gdb.python/py-events.exp
8412 * gdb.python/py-evthreads.exp
8413 * gdb.python/py-finish-breakpoint.exp
8414 * gdb.python/py-finish-breakpoint2.exp
8415 * gdb.python/py-frame-inline.exp
8416 * gdb.python/py-frame.exp
8417 * gdb.python/py-inferior.exp
8418 * gdb.python/py-infthread.exp
8419 * gdb.python/py-mi.exp
8420 * gdb.python/py-objfile.exp
8421 * gdb.python/py-pp-maint.exp
8422 * gdb.python/py-pp-registration.exp
8423 * gdb.python/py-prettyprint.exp
8424 * gdb.python/py-recurse-unwind.exp
8425 * gdb.python/py-shared.exp
8426 * gdb.python/py-symbol.exp
8427 * gdb.python/py-symtab.exp
8428 * gdb.python/py-template.exp
8429 * gdb.python/py-type.exp
8430 * gdb.python/py-unwind-maint.exp
8431 * gdb.python/py-unwind.exp
8432 * gdb.python/py-value.exp
8433 * gdb.python/python.exp
8434 * gdb.reverse/finish-reverse-bkpt.exp
8435 * gdb.reverse/insn-reverse.exp
8436 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8437 * gdb.reverse/solib-precsave.exp
8438 * gdb.reverse/solib-reverse.exp
8439 * gdb.stabs/gdb11479.exp
8440 * gdb.stabs/weird.exp
8441 * gdb.threads/fork-child-threads.exp
8442 * gdb.threads/fork-plus-threads.exp
8443 * gdb.threads/fork-thread-pending.exp
8444 * gdb.threads/forking-threads-plus-breakpoint.exp
8445 * gdb.threads/hand-call-in-threads.exp
8446 * gdb.threads/interrupted-hand-call.exp
8447 * gdb.threads/linux-dp.exp
8448 * gdb.threads/local-watch-wrong-thread.exp
8449 * gdb.threads/next-while-other-thread-longjmps.exp
8450 * gdb.threads/non-ldr-exit.exp
8451 * gdb.threads/pending-step.exp
8452 * gdb.threads/print-threads.exp
8453 * gdb.threads/process-dies-while-detaching.exp
8454 * gdb.threads/process-dies-while-handling-bp.exp
8455 * gdb.threads/pthreads.exp
8456 * gdb.threads/queue-signal.exp
8457 * gdb.threads/reconnect-signal.exp
8458 * gdb.threads/signal-command-handle-nopass.exp
8459 * gdb.threads/signal-command-multiple-signals-pending.exp
8460 * gdb.threads/signal-delivered-right-thread.exp
8461 * gdb.threads/signal-sigtrap.exp
8462 * gdb.threads/sigthread.exp
8463 * gdb.threads/staticthreads.exp
8464 * gdb.threads/stepi-random-signal.exp
8465 * gdb.threads/thread-unwindonsignal.exp
8466 * gdb.threads/thread_check.exp
8467 * gdb.threads/thread_events.exp
8468 * gdb.threads/tid-reuse.exp
8469 * gdb.threads/tls-nodebug.exp
8470 * gdb.threads/tls-shared.exp
8471 * gdb.threads/tls-so_extern.exp
8472 * gdb.threads/tls.exp
8473 * gdb.threads/wp-replication.exp
8474 * gdb.trace/actions-changed.exp
8475 * gdb.trace/actions.exp
8476 * gdb.trace/backtrace.exp
8477 * gdb.trace/change-loc.exp
8478 * gdb.trace/collection.exp
8479 * gdb.trace/deltrace.exp
8480 * gdb.trace/disconnected-tracing.exp
8481 * gdb.trace/entry-values.exp
8482 * gdb.trace/ftrace-lock.exp
8483 * gdb.trace/ftrace.exp
8484 * gdb.trace/infotrace.exp
8485 * gdb.trace/mi-trace-frame-collected.exp
8486 * gdb.trace/mi-trace-unavailable.exp
8487 * gdb.trace/mi-traceframe-changed.exp
8488 * gdb.trace/mi-tracepoint-changed.exp
8489 * gdb.trace/mi-tsv-changed.exp
8490 * gdb.trace/no-attach-trace.exp
8491 * gdb.trace/packetlen.exp
8492 * gdb.trace/passc-dyn.exp
8493 * gdb.trace/passcount.exp
8494 * gdb.trace/pending.exp
8495 * gdb.trace/pr16508.exp
8496 * gdb.trace/qtro.exp
8497 * gdb.trace/range-stepping.exp
8498 * gdb.trace/read-memory.exp
8499 * gdb.trace/report.exp
8500 * gdb.trace/save-trace.exp
8501 * gdb.trace/signal.exp
8502 * gdb.trace/stap-trace.exp
8503 * gdb.trace/status-stop.exp
8504 * gdb.trace/strace.exp
8505 * gdb.trace/tfile.exp
8506 * gdb.trace/tfind.exp
8507 * gdb.trace/trace-break.exp
8508 * gdb.trace/trace-condition.exp
8509 * gdb.trace/trace-enable-disable.exp
8510 * gdb.trace/trace-mt.exp
8511 * gdb.trace/tracecmd.exp
8512 * gdb.trace/tracefile-pseudo-reg.exp
8513 * gdb.trace/tspeed.exp
8514 * gdb.trace/tstatus.exp
8515 * gdb.trace/tsv.exp
8516 * gdb.trace/unavailable.exp
8517 * gdb.trace/while-dyn.exp
8518 * gdb.trace/while-stepping.exp
8519 * lib/gdb-guile.exp
8520 * lib/gdb.exp
8521 * lib/mi-support.exp
8522 * lib/pascal.exp
8523 * lib/perftest.exp
8524 * lib/prelink-support.exp
8525 * lib/selftest-support.exp
8526
ad02e4fe
SM
85272016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8528
8529 * Makefile.in: Include disable-implicit-rules.mk.
8530
22347e55
AA
85312016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8532
8533 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8534 non-byte-aligned bit fields.
8535
da5b30da
AA
85362016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8537
8538 PR gdb/12616
8539 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8540 respects the DW_AT_data_bit_offset attribute.
8541
b593ecca
SM
85422016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8543
8544 * gdb.base/default.exp: Fix output of "set language".
8545
3b165252
SM
85462016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8547
8548 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8549 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8550 make.
8551 * configure.ac: Remove checks for the make program.
8552 * configure: Re-generate.
8553
1a2f3d7f
KB
85542016-11-16 Kevin Buettner <kevinb@redhat.com>
8555
8556 * gdb.python/py-recurse-unwind.c (main): Add loop.
8557 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8558 to read_register() and gdb.parse_and_eval(). Make each code
8559 call a separate case that can be individually tested.
8560 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8561 proc. Call cont_and_backtrace for each of the code paths that
8562 we want to test in the unwinder.
8563
b7f38fda
AA
85642016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8565
8566 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8567 the definition of struct S.
8568
1f8db343
CM
85692016-11-11 Catherine Moore <clm@codesourcery.com>
8570
8571 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8572
fad0c9fb
PA
85732016-11-09 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.base/commands.exp (runto_or_return): New procedure.
8576 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8577 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8578 (progvar_simple_while_test, progvar_complex_if_while_test)
8579 (if_while_breakpoint_command_test)
8580 (infrun_breakpoint_command_test, breakpoint_command_test)
8581 (user_defined_command_test, watchpoint_command_test)
8582 (test_command_prompt_position, redefine_hook_test)
8583 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8584 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8585 multi_line_input and multi_line. Remove gdb_expect and
8586 gdb_stop_suppressing_tests uses.
8587 * lib/gdb.exp (valnum_re): New global.
8588 (multi_line_input): New procedure.
8589
8354c62c
SM
85902016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8591
8592 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8593 Remove.
8594 (test_setup): Define with proc_with_prefix.
8595 (test_cli_inferior): Likewise.
8596 (test_cli_thread): Likewise.
8597 (test_cli_frame): Likewise.
8598 (test_cli_select_frame): Likewise.
8599 (test_cli_up_down): Likewise.
8600 (test_mi_thread_select): Likewise.
8601 (test_mi_stack_select_frame): Likewise.
8602 (test_cli_in_mi_inferior): Likewise.
8603 (test_cli_in_mi_thread): Likewise.
8604 (test_cli_in_mi_frame): Likewise.
8605 (top level): Do not use with_test_prefix_procname.
8606
64f367a2
PA
86072016-11-09 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.base/commands.exp (gdbvar_simple_if_test)
8610 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8611 (progvar_simple_if_test, progvar_simple_while_test)
8612 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8613 (infrun_breakpoint_command_test, breakpoint_command_test)
8614 (user_defined_command_test, watchpoint_command_test)
8615 (test_command_prompt_position, deprecated_command_test)
8616 (bp_deleted_in_command, temporary_breakpoint_commands)
8617 (stray_arg0_test, source_file_with_indented_comment)
8618 (recursive_source_test, if_commands_test)
8619 (error_clears_commands_left, redefine_hook_test)
8620 (redefine_backtrace_test): Use proc_with_prefix.
8621 * lib/gdb.exp (proc_with_prefix): New proc.
8622
0bb65f1e
AA
86232016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8624
8625 * gdb.base/tui-layout.c: New file.
8626 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8627 disassembly window contains very long lines.
8628
7353f247
TT
86292016-11-08 Tom Tromey <tom@tromey.com>
8630
8631 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8632 depend on Python 2.
8633
30a7bb83
TT
86342016-11-08 Tom Tromey <tom@tromey.com>
8635
8636 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8637 New method.
8638
cdf5a07c
MG
86392016-10-29 Manish Goregaokar <manish@mozilla.com>
8640
2806dc7e 8641 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8642
51a789c3
MG
86432016-10-27 Manish Goregaokar <manish@mozilla.com>
8644
2806dc7e
PA
8645 * gdb.rust/simple.rs: Add test for univariant enums without
8646 discriminants and for encoded struct-like enums.
51a789c3 8647
f610ab6d
PA
86482016-10-28 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8651 gdb_test_multiple, tighten regexps and match symtabs and line
8652 tables incrementally.
8653
b129b0ca
LM
86542016-10-28 Luis Machado <lgustavo@codesourcery.com>
8655
8656 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8657 general.
8658
ecf45d2c
SL
86592016-10-25 Luis Machado <lgustavo@codesourcery.com>
8660
8661 * gdb.base/exec-invalid-sysroot.exp: New file.
8662
b8d38ee4
JK
86632016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8666
f90fd8c2
JK
86672016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8670
2d2476aa
MR
86712016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8672
2806dc7e
PA
8673 * gdb.base/killed-outside.exp: Remove $options from a call to
8674 `prepare_for_testing'.
2d2476aa 8675
e42b25a0
SM
86762016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8677
8678 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8679 Change test message.
8680
3ccdb432
SM
86812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8682
8683 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8684 Update comment.
8685
5bad3170
SM
86862016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8687
8688 * gdb.trace/mi-trace-save.exp: New file.
8689
5ad9dba7
YQ
86902016-10-13 Yao Qi <yao.qi@linaro.org>
8691
8692 * gdb.base/code_elim.exp (get_var_address): Remove.
8693 * gdb.base/relocate.exp: Likewise.
8694 * gdb.base/shreloc.exp: Likewise.
8695 * lib/gdb.exp (get_var_address): New.
8696
62df7e21
YQ
86972016-10-13 Yao Qi <yao.qi@linaro.org>
8698
8699 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8700 floating point tests if $skip_float_test is false.
8701
4dac951e
LM
87022016-10-12 Luis Machado <lgustavo@codesourcery.com>
8703
8704 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8705 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8706 argc values.
8707 Add 1 to argc so we guarantee distinct initial/modified argc values.
8708
8f1a8fc4
JK
87092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8712
16c85b5d
JK
87132016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8714
8715 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8716 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8717 * gdb.arch/vsx-regs.exp: Likewise.
8718
1d0e042a
YQ
87192016-10-07 Yao Qi <yao.qi@linaro.org>
8720
8721 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8722
68dadef5
MM
87232016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8724
8725 * gdb.python/python.exp: Test decode_line("*0").
8726
33fa2c6e
DE
87272016-10-06 Doug Evans <dje@google.com>
8728
8729 * gdb.python/py-value.exp (test_value_creation): Add test for large
8730 unsigned 64-bit value.
8731
9c37b5ae
TT
87322016-10-06 Tom Tromey <tom@tromey.com>
8733
8734 * gdb.compile/compile.exp: Change java tests to rust.
8735 * gdb.base/setshow.exp: Change java tests to rust.
8736 * gdb.base/default.exp: Remove java from language list.
8737 * README (Examples): Update language example.
8738 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8739 test.
8740 * lib/gdb.exp (skip_java_tests): Remove.
8741 * lib/java.exp: Remove.
8742 * gdb.java: Remove.
8743
78b86327
MR
87442016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8745
8746 * gdb.arch/mips-fcr.exp: New test.
8747 * gdb.arch/mips-fcr.c: Source for the new test.
8748
7470adbb
MR
87492016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8750
8751 * gdb.base/solib-disc.exp: Use `standard_output_file'
8752 throughout.
8753
4a556533
PA
87542016-10-06 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.base/jit-simple-dl.c: New file.
8757 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8758 * gdb.base/jit-simple.c: ... this.
8759 * gdb.base/jit-simple.exp (jit_run): Delete.
8760 (build_jit): New proc.
8761 (jit_test_reread): Recompile either the main program or the shared
8762 library, depending on what is being tested. Skip changing address
8763 if caller wants to. Compare before/after addresses. If testing
8764 standalone, explicitly load the binary. Test "maint info
8765 breakpoints".
8766 (top level): Add "standalone vs shared lib" and "change address"
8767 vs "same address" axes.
8768
5a122fbc
PA
87692016-10-06 Pedro Alves <palves@redhat.com>
8770
8771 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8772 call.
8773 (jit_run): Delete.
8774 (jit_test_reread): Use with_test_prefix. Reload the main binary
8775 explicitly. Compare the before/after addresses of the JIT
8776 descriptor.
8777
ee8da4b8
DE
87782016-08-15 Doug Evans <dje@google.com>
8779
8780 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8781 for single bitfields is bool.
8782 * gdb.xml/tdesc-regs.exp: Ditto.
8783
f389f6fe
JK
87842016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8785
8786 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8787
fdebf1a4
YQ
87882016-10-05 Yao Qi <yao.qi@linaro.org>
8789
8790 * lib/gdb.exp (support_complex_tests): Return zero if
8791 gdb_skip_float_test return true.
8792
9c36d954 87932016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8794 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8795
8796 PR gdb/20487
8797 * gdb.mi/user-selected-context-sync.exp: New file.
8798 * gdb.mi/user-selected-context-sync.c: New file.
8799
4034d0ff 88002016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8801 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8802
8803 PR gdb/20487
8804 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8805 =thread-select-event check.
8806
a4297203
PB
88072016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8808
8809 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8810 the compulsory L operand changes.
8811 * gdb.arch/powerpc-power.s: Likewise.
8812
bb805577
JK
88132016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8816 * gdb.base/jit-attach-pie.c: New file.
8817 * gdb.base/jit-attach-pie.exp: New file.
8818
6d61dee5
PA
88192016-09-28 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/infcall-input.c: New file.
8822 * gdb.base/infcall-input.exp: New file.
8823
f73842fc
YQ
88242016-09-22 Yao Qi <yao.qi@linaro.org>
8825
8826 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8827 (gdb_exit): Rename it to ...
8828 (gdbserver_gdb_exit): ... Close GDBserver.
8829 (gdb_exit): New proc, call gdbserver_gdb_exit.
8830 (mi_gdb_exit): Likewise.
8831
90681dab
YQ
88322016-09-22 Yao Qi <yao.qi@linaro.org>
8833
8834 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8835 path.
8836 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8837 Remove duplication.
8838
9c211fd8
YQ
88392016-09-22 Yao Qi <yao.qi@linaro.org>
8840
8841 * lib/gdbserver-support.exp: Check the existence of
8842 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8843
ad0a504f
AK
88442016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8845
8846 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8847
36cf1806
TT
88482016-09-21 Tom Tromey <tom@tromey.com>
8849
8850 PR gdb/20604:
8851 * gdb.base/quit.exp: New file.
8852
74172ecf
SM
88532016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8854
8855 * .gitignore: New file.
8856
3d0ec882
MR
88572016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8858
8859 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8860 throughout.
8861
8193adea
AA
88622016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8865
d41a5c09
JK
88662016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 * gdb.cp/casts.cc (decltype): Move it ...
8869 (main): ... with its call to ...
8870 * gdb.cp/casts03.cc: ... a new file.
8871 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8872
d2dfe700
JK
88732016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8876
e2a92b16
PB
88772016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8878
8879 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8880 and sync up the test with tests in gas/testsuite/gas/ppc.
8881 * gdb.arch/powerpc-power.exp: Likewise.
8882
49b4de64
JK
88832016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8884
8885 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8886
2c29df25
SDJ
88872016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8888 Jan Kratochvil <jan.kratochvil@redhat.com>
8889
8890 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8891 make m1's definition to be different from m2's. Use 'dummy' as an
8892 argument for probe 'two'.
8893
cc3c2846
JB
88942016-09-10 Jon Beniston <jon@beniston.com>
8895
8896 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8897 for sim target.
8898
e1b2624a
AA
88992016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8900
8901 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8902 variable declaration.
8903 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8904 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8905 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8906 received HWCAP as its argument.
8907
4295e285
PA
89082016-09-06 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/new-ui-pending-input.c: New file.
8911 * gdb.base/new-ui-pending-input.exp: New file.
8912 * gdb.exp (clear_gdb_spawn_id): New procedure.
8913 (with_spawn_id): Check whether gdb_spawn_id exists before
8914 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8915 on exit.
8916
00d5215e
UW
89172016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8918
8919 * gdb.base/float128.c: New file.
8920 * gdb.base/float128.exp: Likewise.
8921 * gdb.base/floatn.c: Likewise.
8922 * gdb.base/floatn.exp: Likewise.
8923
a9ff5f12
UW
89242016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8925
8926 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8927
f245535c
PA
89282016-09-05 Pedro Alves <palves@redhat.com>
8929
8930 PR backtrace/19927
8931 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8932 unwinders are immediately called as side effect of "source" or
8933 "disable unwinder" commands.
8934 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8935
ae9cf263
YQ
89362016-09-02 Yao Qi <yao.qi@linaro.org>
8937
8938 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8939 is true and $type is "float" or "double".
8940
27aba047
YQ
89412016-09-02 Yao Qi <yao.qi@linaro.org>
8942
8943 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8944 true.
8945 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8946 * gdb.base/call-rt-st.exp: Likewise.
8947 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8948 return value instead of gdb,skip_float_test.
8949 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8950 (do_function_calls): Use its return value instead of
8951 gdb,skip_float_test.
8952 * gdb.base/finish.exp: Likewise.
8953 * gdb.base/funcargs.exp: Likewise.
8954 * gdb.base/return.exp: Likewise.
8955 * gdb.base/return2.exp: Likewise.
8956 * gdb.base/varargs.exp: Likewise.
8957 * lib/gdb.exp (gdb_skip_float_test): Change it to
8958 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8959
5af962df
AA
89602016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8961
8962 * gdb.multi/tids.exp: Test "thread apply all".
8963
7fac6910
JK
89642016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 * gdb.base/default.exp (tty): Remove.
8967
bb1fe4ac
KB
89682016-08-24 Kevin Buettner <kevinb@redhat.com>
8969
2806dc7e
PA
8970 * gdb.python/py-recurse-unwind.c: New file.
8971 * gdb.python/py-recurse-unwind.py: New file.
8972 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8973
0a1ddfa6
SM
89742016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8975
8976 * gdb.base/set-inferior-tty.exp: New file.
8977 * gdb.base/set-inferior-tty.c: New file.
8978
d9de1fe3
PA
89792016-08-23 Pedro Alves <palves@redhat.com>
8980
8981 PR gdb/20494
8982 * gdb.base/new-ui-echo.c: New file.
8983 * gdb.base/new-ui-echo.exp: New file.
8984
e9d9abd7
YQ
89852016-08-23 Yao Qi <yao.qi@linaro.org>
8986
8987 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8988 gdbserver_spawn.
8989 * gdb.server/connect-without-multi-process.exp (do_test):
8990 Likewise.
8991
3589529e
YQ
89922016-08-23 Yao Qi <yao.qi@linaro.org>
8993
8994 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8995 standalone_txt. Delete gdb_txt and standalone_txt on host
8996 and target. Spawn the binary on target. Copy files from
8997 target to host.
8998
6bb90213
PA
89992016-08-22 Pedro Alves <palves@redhat.com>
9000
9001 PR gdb/20505
9002 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9003 with_test_prefix. Factor out bits to ...
9004 (test_no_vdso): ... this new procedure.
9005
20c2c024
CL
90062016-08-19 Carl Love <cel@us.ibm.com>
9007
9008 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9009 maintaining separate logic for constructing the output path.
9010 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9011 * gdb.arch/ppc-dfp.exp: Likewise.
9012 * gdb.arch/ppc-fp.exp: Likewise.
9013 * gdb.arch/vsx-regs.exp: Likewise.
9014 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9015 binprefix for generating the additional binary files.
9016
0646e07d
PA
90172016-08-19 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.trace/mi-trace-frame-collected.exp
9020 (test_trace_frame_collected): On x32, expect two registers.
9021
46da9242
CL
90222016-08-18 Carl Love <cel@us.ibm.com>
9023
9024 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9025 and sync up the test with tests in gas/testsuite/gas/ppc.
9026 * gdb.arch/powerpc-power.exp: Likewise.
9027
eb2332d7
SM
90282016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9029
9030 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9031 expected error message.
9032
63c61e04
SM
90332016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9034
9035 * gdb.multi/remove-inferiors.exp: New file.
9036 * gdb.multi/remove-inferiors.c: New file.
9037
7b17065f
YQ
90382016-08-12 Yao Qi <yao.qi@linaro.org>
9039
9040 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9041 argument list.
9042
01d3dedf
PA
90432016-08-10 Pedro Alves <palves@redhat.com>
9044
9045 PR gdb/19187
9046 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9047 setup_kfails.
9048
3eb7562a
PA
90492016-08-09 Pedro Alves <palves@redhat.com>
9050 Simon Marchi <simon.marchi@ericsson.com>
9051
9052 PR gdb/20418
9053 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9054 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9055
80614914
PA
90562016-08-09 Pedro Alves <palves@redhat.com>
9057
9058 PR mi/20431
9059 * gdb.mi/mi-cmd-error.exp: New file.
9060
f348d89a
PA
90612016-08-09 Pedro Alves <palves@redhat.com>
9062
9063 PR gdb/18653
9064 * gdb.base/signals-state-child.c: New file.
9065 * gdb.base/signals-state-child.exp: New file.
9066 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9067
e5ca03b4
PA
90682016-08-09 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9071
282a0691
TT
90722016-08-03 Tom Tromey <tom@tromey.com>
9073
9074 PR python/18565:
9075 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9076
41bfcd63
YQ
90772016-08-01 Yao Qi <yao.qi@linaro.org>
9078
9079 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9080 variable mode to "multi-process" if $multi_process is 1, otherwise
9081 set it to "single-process".
9082
e3465b24
YQ
90832016-08-01 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9086 * gdb.cp/cpexprs.exp: Likewise.
9087 * gdb.cp/m-static.exp: Likewise.
9088
0b31a4bc
TT
90892016-07-26 Tom Tromey <tom@tromey.com>
9090
9091 PR python/20190:
9092 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9093 test.
9094
e0461dbb
MM
90952016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9096
9097 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9098 selecting assembly source files.
9099 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9100 assembly source files.
9101 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9102 assembly source files.
9103 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9104 selecting assembly source files.
9105
8194e927
SM
91062016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * gdb.base/new-ui.exp (do_test_invalid_args): New
9109 procedure.
9110
c0272db5
TW
91112016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9112
9113 * gdb.btrace/reconnect.c: New file.
9114 * gdb.btrace/reconnect.exp: New file.
9115
e3487908
GKB
91162016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9117
9118 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9119 to test_catch_syscall_group.
9120 (test_catch_syscall_group): New.
9121
12df5c00
TT
91222016-07-21 Tom Tromey <tom@tromey.com>
9123
9124 * gdb.rust/simple.rs (main): Use empty struct expression.
9125 * gdb.rust/simple.exp: Add tests for empty struct expression.
9126
bae62ee2
YQ
91272016-07-21 Yao Qi <yao.qi@linaro.org>
9128
9129 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9130 if gdb_skip_xml_test is true on some targets.
9131
b1b53fb3
YQ
91322016-07-21 Yao Qi <yao.qi@linaro.org>
9133
9134 * gdb.server/solib-list.exp: Unset last_loaded_file.
9135
027d97f8
JK
91362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9137
9138 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9139 "step into captured_main (args)".
9140
7674d381
JK
91412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9144
72b5d099
JK
91452016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9148
1f960ced
PA
91492016-07-19 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9152 * gdb.opt/inline-bt.exp: Likewise.
9153 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9154 additional_flags=-Winline.
9155 * gdb.opt/inline-locals.exp: Likewise.
9156 * gdb.opt/inline-markers.c (ATTR): Define.
9157 (inlined_fn): Use it.
9158
f25827c1
YQ
91592016-07-19 Yao Qi <yao.qi@linaro.org>
9160
9161 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9162 (test_with_self): Remove some code. Remove argument executable.
9163 (top-level): Use do_self_tests.
9164
37539ebe
DB
91652016-07-15 Zachary Welch <zwelch@codesourcery.com>
9166 Don Breazeal <donb@codesourcery.com>
9167
9168 * gdb.base/maint.exp: Escape paths used in regular expressions.
9169 * gdb.stabs/weird.exp: Likewise.
9170
dac790e1
TT
91712016-07-13 Tom Tromey <tom@tromey.com>
9172
9173 PR python/15620, PR python/18620:
9174 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9175 (test_bkpt_events): New procs.
9176
93daf339
TT
91772016-07-13 Tom Tromey <tom@tromey.com>
9178
9179 PR python/17698:
9180 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9181 test.
9182 (test_watchpoints): Likewise.
9183 (test_bkpt_pending): New proc.
9184
6571a381
TT
91852016-07-13 Tom Tromey <tom@tromey.com>
9186
9187 PR cli/18053:
9188 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9189 completion test.
9190
e8732474
JK
91912016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9194 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9195 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9196 f_label.
9197 (g): Rename g_end_lbl to g_label.
9198 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9199 low_pc and high_pc.
9200 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9201
e0f3fd7c
TT
92022016-07-12 Tom Tromey <tom@tromey.com>
9203
9204 PR python/19293:
9205 * gdb.python/py-unwind-maint.exp: Update tests.
9206
3cfe46b6
YQ
92072016-07-12 Yao Qi <yao.qi@linaro.org>
9208
9209 * lib/selftest-support.exp (selftest_setup): Match the output
9210 when captured_main is inlined.
9211
4f19a0e6
WT
92122016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9213
9214 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9215 New variables.
9216 (print this%a, print this%b, print this): New tests.
9217 * gdb.fortran/derived-types.f90 (this): New object and
9218 initialization.
9219
986cf455
SM
92202016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9221
9222 * gdb.ada/arraydim.exp: Remove extra directory level in build
9223 directory.
9224
f0464b23
SM
92252016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9226
9227 * lib/ada.exp: Remove extra directory level in build directory.
9228 * gdb.ada/cond_lang.exp: Likewise.
9229 * gdb.ada/exec_changed.exp: Likewise.
9230 * gdb.ada/lang_switch.exp: Likewise.
9231
42d94011
MG
92322016-07-06 Manish Goregaokar <manish@mozilla.com>
9233
2806dc7e
PA
9234 * simple.rs: Add test for raw pointer subscripting.
9235 * simple.exp: Add test expectations.
42d94011 9236
647c264c
YQ
92372016-07-05 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.mi/mi-reverse.exp: Match =record-started output.
9240
20aa2c60
PA
92412016-07-01 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9244 procedure.
9245 (jit_reader_test): Test the jit reader's unwinder.
9246 * gdb.base/jithost.c (jit_function_00_code): New global.
9247 (main): Use memcpy to fill in the mmapped code, instead of poking
9248 bytes manually here.
9249 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9250 value.
9251 (read_debug_info): Save the function's range.
9252 (read_sp): New function.
9253 (unwind_frame): Use it. Also unwind RBP.
9254 (get_frame_id): Use read_sp.
9255 (gdb_init_reader): Use calloc instead of malloc.
9256 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9257 parameter. Use gdb_test_multiple.
9258
ced2dffb
PA
92592016-07-01 Pedro Alves <palves@redhat.com>
9260 Antoine Tremblay <antoine.tremblay@ericsson.com>
9261
9262 * gdb.threads/process-dies-while-detaching.c: New file.
9263 * gdb.threads/process-dies-while-detaching.exp: New file.
9264
63000888
PA
92652016-07-01 Pedro Alves <palves@redhat.com>
9266
9267 * gdb.multi/watchpoint-multi-exit.c: New file.
9268 * gdb.multi/watchpoint-multi-exit.exp: New file.
9269
038d4868
PA
92702016-06-30 Pedro Alves <palves@redhat.com>
9271
9272 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9273 unset inferior_spawn_id.
9274
994e9c83
PA
92752016-06-30 Pedro Alves <palves@redhat.com>
9276
9277 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9278 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9279
e5653468
YQ
92802016-06-29 Yao Qi <yao.qi@linaro.org>
9281
9282 * gdb.base/return.c: Add copyright header.
9283
803b47e5
TT
92842016-06-29 Tom Tromey <tom@tromey.com>
9285
9286 PR python/20129:
9287 * gdb.python/py-framefilter.exp: Add tests for setting priority
9288 and disabling of non-existent frame filter.
9289
28244707
YQ
92902016-06-29 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9293 0x0f07ff.
9294
a31d2f06
YQ
92952016-06-28 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9298 triplets. Start gdb, execute catch syscall, and continue. Check
9299 gdb's output to determine catch syscall is supported.
9300
921d8f54
MG
93012016-06-27 Manish Goregaokar <manish@mozilla.com>
9302
25d49b86
PA
9303 * gdb.rust/simple.rs: Add test for returning unit in a function.
9304 * gdb.rust/simple.exp: Add expectation for functions returning
9305 unit.
921d8f54 9306
f4952523
PMR
93072016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9308
9309 * gdb.python/py-breakpoint-create-fail.c,
9310 gdb.python/py-breakpoint-create-fail.exp,
9311 gdb.python/py-breakpoint-create-fail.py: New testcase.
9312
fccb08f8
MG
93132016-06-25 Manish Goregaokar <manish@mozilla.com>
9314
9315 PR gdb/20239
9316 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9317 * gdb.rust/simple.exp: Add test expectations for new NonZero
9318 tests.
fccb08f8 9319
6b850546
DT
93202016-06-24 David Taylor <dtaylor@emc.com>
9321
9322 * gdb.base/offsets.exp: New file.
9323 * gdb.base/offsets.c: New file.
9324
17621150
TT
93252016-06-23 Tom Tromey <tom@tromey.com>
9326
9327 PR gdb/16483:
9328 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9329 before any filters are loaded.
9330
04d59df6
WT
93312016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9332
9333 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9334 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9335 structs.
9336 * gdb.fortran/derived-type-function.exp: New file.
9337 * gdb.fortran/derived-type-function.f90: New file.
9338
9339
ac69f786
PA
93402016-06-21 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.base/new-ui.exp: New file.
9343 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9344 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9345 (with_spawn_id): New procedure.
9346
49940788
PA
93472016-06-21 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.mi/mi-exec-run.exp: New file.
9350
ef274d26
PA
93512016-06-21 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9354 breakpoint command's output on the main UI.
9355 (test_break): New procedure, factored out from calls in the top
9356 level.
9357 (top level): Use foreach_with_prefix to test MI as main UI and as
9358 separate UI.
9359
468afe6c
PA
93602016-06-21 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9363 (test_awatch_creation_and_listing)
9364 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9365 Remove 'type' parameter.
9366 (test_watchpoint_all): New parameter mi_mode. Remove
9367 with_test_prefix.
9368 (top level): Use foreach_with_prefix, and add main/separate UI MI
9369 testing axis.
9370
51f77c37
PA
93712016-06-21 Pedro Alves <palves@redhat.com>
9372
9373 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9374 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9375 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9376 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9377 (gdb_main_spawn_id, mi_spawn_id): Declare and
9378 comment.
9379 (mi_create_inferior_pty): New procedure,
9380 factored out from default_mi_gdb_start.
9381 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9382 procedures.
9383 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9384 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9385 Use mi_create_inferior_pty.
9386 (mi_gdb_start): Use eval to pass down args list.
9387
8980e177
PA
93882016-06-21 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9391 * gdb.opt/inline-cmds.exp: Add MI tests.
9392
f38d3ad1
PA
93932016-06-21 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9396
45db7c09
PA
93972016-06-21 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9400 (top level): Use it instead of mi_execute_to.
9401
5a069ab3
PA
94022016-06-21 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9405 (cont_handler_str): New.
9406 (signal_stop_handler): Set stop_handler_str instead of printing to
9407 stdout.
9408 (continue_handler): Set cont_handler_str instead of printing to
9409 stdout.
9410 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9411 mi_send_resuming_command. Print stop_handler_str and
9412 cont_handler_str instead of expecting the python events print
9413 directly.
9414
2838cc1d
SD
94152016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9416
9417 * gdb.base/jit-reader.exp: New file.
9418 * gdb.base/jithost.c: New file.
9419 * gdb.base/jithost.h: New file.
9420 * gdb.base/jitreader.c : New file.
9421 * gdb.base/jit-protocol.h: New file.
9422
21a77091
YQ
94232016-06-17 Yao Qi <yao.qi@linaro.org>
9424
9425 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9426 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9427 and detach-on-fork. Adjust tests.
9428 (top level): Invoke break_cond_on_syscall with combinations of
9429 syscall, follow-fork-mode and detach-on-fork.
9430
f50bf8e5
YQ
94312016-06-17 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.base/step-over-exit.c: New.
9434 * gdb.base/step-over-exit.exp: New.
9435
a28d8e50
YTL
94362016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9437
9438 * gdb.base/float.exp: Add target check for nds32*-*-*.
9439 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9440
cad8e26d
AB
94412016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9442
9443 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9444 for unsupported target features.
9445 * gdb.base/call-rt-st.exp: Likewise.
9446 * gdb.base/call-sc.exp: Likewise.
9447 * gdb.base/call-signal-resume.exp: Likewise.
9448 * gdb.base/call-strs.exp: Likewise.
9449 * gdb.base/callexit.exp: Likewise.
9450 * gdb.base/callfuncs.exp: Likewise.
9451 * gdb.base/nodebug.exp: Likewise.
9452 * gdb.base/printcmds.exp: Likewise.
9453 * gdb.base/ptype.exp: Likewise.
9454 * gdb.base/structs.exp: Likewise.
9455 * gdb.base/unwindonsignal.exp: Likewise.
9456 * gdb.cp/gdb2495.exp: Likewise.
9457 * gdb.cp/templates.exp: Likewise.
9458 * gdb.cp/virtfunc.exp: Likewise.
9459 * gdb.threads/hand-call-in-threads.exp: Likewise.
9460 * gdb.threads/interrupted-hand-call.exp: Likewise.
9461 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9462
347dc102
TT
94632016-06-10 Tom Tromey <tom@tromey.com>
9464
9465 PR rust/20110:
9466 * gdb.rust/expr.exp: Add test for integer constant larger than
9467 i32.
9468
5e13cf25
BH
94692016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9470
9471 * gdb.fortran/nested-funcs.exp: New.
9472 * gdb.fortran/nested-funcs.f90: New.
9473
bb556f1f
TK
94742016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9475
9476 * gdb.base/examine-backward.c: New file.
9477 * gdb.base/examine-backward.exp: New file.
9478
38b022b4
SM
94792016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9480
9481 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9482 matching.
9483
1b40ec05
TT
94842016-06-02 Tom Tromey <tom@tromey.com>
9485
9486 PR python/18984:
9487 * gdb.python/py-shared.exp: Add solib_name test.
9488
193bd378
SM
94892016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9492
3326303b
MG
94932016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9494
9495 PR c++/19893
9496 * gdb.dwarf2/implref.exp: Rename to...
9497 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9498 * gdb.dwarf2/implref-array.c: New file.
9499 * gdb.dwarf2/implref-array.exp: Likewise.
9500 * gdb.dwarf2/implref-global.c: Likewise.
9501 * gdb.dwarf2/implref-global.exp: Likewise.
9502 * gdb.dwarf2/implref-struct.c: Likewise.
9503 * gdb.dwarf2/implref-struct.exp: Likewise.
9504
825c8ef2
AT
95052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9506
9507 * gdb.trace/trace-condition.exp: Add 64bit tests.
9508
2320162a
AT
95092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9510
9511 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9512 bits types.
9513 (main): Adapt to 8 to 64 bits types.
9514 * gdb.trace/trace-condition.exp: Add new tests.
9515
a7818233
AT
95162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9517
9518 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9519
0d336466
AT
95202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9521
9522 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9523 Move condition tests...
9524 * gdb.trace/trace-condition.exp: Here.
9525
7faeb45a
AT
95262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9527
9528 * gdb.trace/trace-condition.exp: Add counter-case tests.
9529
e385593e
JK
95302016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9531
9532 PR c++/15231
9533 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9534 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9535
744608cc
PA
95362016-05-27 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9539 New procedure.
9540 (top level): Call it, and bail out of DejaGnu is known to be bad.
9541
ac775bf4
AB
95422016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9543
9544 * gdb.base/whatis.c: Extend the test case.
9545 * gdb.base/whatis.exp: Add additional tests.
9546
2bbad2ea
BH
95472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9548
9549* gdb.fortran/type.f90: Add pointer variable.
9550* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9551
8b70175d
BH
95522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9553
9554 * gdb.fortran/vla-type.exp: Fix testcase name.
9555
86d8a848
BH
95562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9557
9558 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9559
e188eb36
BH
95602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9561
9562 * gdb.fortran/type.f90: Add nested structures.
9563 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9564 * gdb.fortran/derived-type.exp: Adapt expected output.
9565 * gdb.fortran/vla-type.exp: Adapt expected output.
9566
9b2db1fd
BH
95672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9568
9569 * gdb.fortran/whatis_type.exp: Adapt expected output.
9570
72b17055
BH
95712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9572
9573 * gdb.fortran/print_type.exp: Fix expected output.
9574 * gdb.fortran/whatis_type.exp: Fix expected output.
9575
3cd81d8d
BH
95762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9577
9578 * gdb.fortran/whatis_type.exp: Use multi_line.
9579
ddae9462
TT
95802016-05-24 Tom Tromey <tom@tromey.com>
9581
9582 PR python/17386:
9583 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9584 use value as an index.
9585
1957f6b8
TT
95862016-05-23 Tom Tromey <tom@tromey.com>
9587
9588 PR python/17981:
9589 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9590 no-breakpoint case.
9591
026a9174
PA
95922016-05-24 Pedro Alves <palves@redhat.com>
9593
9594 PR gdb/19828
9595 * gdb.threads/clone-attach-detach.c: New file.
9596 * gdb.threads/clone-attach-detach.exp: New file.
9597
e70a7231
FR
95982016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9599
9600 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9601
0f6ed0e0
TT
96022016-05-23 Tom Tromey <tom@tromey.com>
9603
9604 PR python/19438, PR python/18393:
9605 * gdb.python/py-progspace.exp: Add "dir" test.
9606 * gdb.python/py-objfile.exp: Add "dir" test.
9607
ffd19d61
YQ
96082016-05-23 Yao Qi <yao.qi@linaro.org>
9609
9610 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9611 * gdb.arch/thumb2-it.exp: Likewise.
9612
9e8f9b05
SM
96132016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9614
9615 * gdb.mi/mi-threads-interrupt.c: New file.
9616 * gdb.mi/mi-threads-interrupt.exp: New file.
9617
61c6156d
SM
96182016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9619
9620 PR gdb/18077
9621 * gdb.mi/mi-async-run.exp: New file.
9622 * gdb.mi/mi-async-run.c: New file.
9623
67218854
TT
96242016-05-17 Tom Tromey <tom@tromey.com>
9625 Manish Goregaokar <manishsmail@gmail.com>
9626
9627 * lib/rust-support.exp: New file.
9628 * lib/gdb.exp (skip_rust_tests): New proc.
9629 (build_executable_from_specs): Handle rust.
9630 * lib/future.exp (gdb_find_rustc): New proc.
9631 (gdb_default_target_compile): Handle rust.
9632 * gdb.rust/expr.exp: New file.
9633 * gdb.rust/generics.exp: New file.
9634 * gdb.rust/generics.rs: New file.
9635 * gdb.rust/methods.exp: New file.
9636 * gdb.rust/methods.rs: New file.
9637 * gdb.rust/modules.exp: New file.
9638 * gdb.rust/modules.rs: New file.
9639 * gdb.rust/simple.exp: New file.
9640 * gdb.rust/simple.rs: New file.
9641
c44af4eb
TT
96422016-05-17 Tom Tromey <tom@tromey.com>
9643
9644 * gdb.base/default.exp (set language): Add rust.
9645
dcd1f979
TT
96462016-05-17 Tom Tromey <tom@tromey.com>
9647
9648 * gdb.gdb/unittest.exp: New file.
9649
155b7f57
YQ
96502016-05-16 Yao Qi <yao.qi@linaro.org>
9651
9652 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9653 shell_prompt. Update shell_prompt_re.
9654
8ddd5a6c
DE
96552016-05-12 Doug Evans <dje@google.com>
9656
9657 PR symtab/19999
9658 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9659 $options when building executable.
9660 * gdb.dwarf2/fission-loclists-pie.S: New file.
9661 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9662
02e370d9
SM
96632016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9666 of [is_remote target],
9667
8929ad8b
SM
96682016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9669
9670 * lib/gdb.exp (use_gdb_stub): New procedure.
9671
6c447423
DE
96722016-05-03 Yunlian Jiang <yunlian@google.com>
9673 Doug Evans <dje@google.com>
9674
9675 PR symtab/19914
9676 * gdb.dwarf2/dwp-sepdebug.c: New file.
9677 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9678
444e826c
SM
96792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9680
9681 * gdb.base/detach.exp: Remove is_remote check.
9682
740feeaa
SM
96832016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9684
9685 * gdb.base/annota-input-while-running.exp: Don't check for
9686 [is_remote target]. Enable annotations after running to main.
9687 Remove unused "set test..." line.
9688
9080ac9d
SM
96892016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * gdb.trace/trace-enable-disable.exp: New file.
9692 * gdb.trace/trace-enable-disable.c: New file.
9693
952ebca5
SM
96942016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9695
9696 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9697 use it in info sharedlibrary test.
9698 * gdb.trace/ftrace-lock.exp: Likewise.
9699 * gdb.trace/ftrace.exp: Likewise.
9700 * gdb.trace/range-stepping.exp: Likewise.
9701 * gdb.trace/trace-break.exp: Likewise.
9702 * gdb.trace/trace-condition.exp: Likewise.
9703 * gdb.trace/trace-mt.exp: Likewise.
9704
d9019901
SM
97052016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9706
9707 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9708 (gdb_load_shlib): ... this.
9709 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9710 gdb_load_shlib.
9711 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9712 * gdb.base/ctxobj.exp: Likewise.
9713 * gdb.base/dprintf-pending.exp: Likewise.
9714 * gdb.base/dso2dso.exp: Likewise.
9715 * gdb.base/fixsection.exp: Likewise.
9716 * gdb.base/gcore-relro.exp: Likewise.
9717 * gdb.base/gdb1555.exp: Likewise.
9718 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9719 * gdb.base/gnu-ifunc.exp: Likewise.
9720 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9721 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9722 * gdb.base/pending.exp: Likewise.
9723 * gdb.base/print-file-var.exp: Likewise.
9724 * gdb.base/print-symbol-loading.exp: Likewise.
9725 * gdb.base/shlib-call.exp: Likewise.
9726 * gdb.base/shreloc.exp: Likewise.
9727 * gdb.base/so-impl-ld.exp: Likewise.
9728 * gdb.base/solib-disc.exp: Likewise.
9729 * gdb.base/solib-nodir.exp: Likewise.
9730 * gdb.base/solib-overlap.exp: Likewise.
9731 * gdb.base/solib-symbol.exp: Likewise.
9732 * gdb.base/solib-weak.exp (do_test): Likewise.
9733 * gdb.base/sym-file.exp: Likewise.
9734 * gdb.base/symtab-search-order.exp: Likewise.
9735 * gdb.base/type-opaque.exp: Likewise.
9736 * gdb.base/unload.exp: Likewise.
9737 * gdb.base/watchpoint-solib.exp: Likewise.
9738 * gdb.compile/compile.exp: Likewise.
9739 * gdb.cp/gdb2384.exp: Likewise.
9740 * gdb.cp/infcall-dlopen.exp: Likewise.
9741 * gdb.cp/re-set-overloaded.exp: Likewise.
9742 * gdb.fortran/library-module.exp: Likewise.
9743 * gdb.opt/solib-intra-step.exp: Likewise.
9744 * gdb.python/py-finish-breakpoint.exp: Likewise.
9745 * gdb.python/py-shared.exp: Likewise.
9746 * gdb.reverse/solib-precsave.exp: Likewise.
9747 * gdb.reverse/solib-reverse.exp: Likewise.
9748 * gdb.server/solib-list.exp: Likewise.
9749 * gdb.threads/dlopen-libpthread.exp: Likewise.
9750 * gdb.threads/tls-shared.exp: Likewise.
9751 * gdb.threads/tls-so_extern.exp: Likewise.
9752 * gdb.trace/change-loc.exp: Likewise.
9753 * gdb.trace/ftrace-lock.exp: Likewise.
9754 * gdb.trace/ftrace.exp: Likewise.
9755 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9756 * gdb.trace/pending.exp: Likewise.
9757 * gdb.trace/range-stepping.exp: Likewise.
9758 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9759 (strace_info_marker): Likewise.
9760 (strace_probe_marker): Likewise.
9761 (strace_trace_on_same_addr): Likewise.
9762 (strace_trace_on_diff_addr): Likewise.
9763 * gdb.trace/trace-break.exp: Likewise.
9764 * gdb.trace/trace-condition.exp: Likewise.
9765 * gdb.trace/trace-mt.exp: Likewise.
9766
fca4cfd9
SM
97672016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9770 result of gdb_remote_download.
9771 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9772 * gdb.base/dso2dso.exp: Likewise.
9773 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9774 * gdb.base/print-file-var.exp: Likewise.
9775 * gdb.base/shlib-call.exp: Likewise.
9776 * gdb.base/shreloc.exp: Likewise.
9777 * gdb.base/solib-overlap.exp: Likewise.
9778 * gdb.base/solib-weak.exp (do_test): Likewise.
9779 * gdb.base/unload.exp: Likewise.
9780
11cf4ffb
YQ
97812016-04-27 Yao Qi <yao.qi@linaro.org>
9782
9783 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9784 exists.
9785
3e2e34f8
KB
97862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9787
9788 * vla-type.exp: Print structure from toplevel.
9789
8f07e298
BH
97902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9791
9792 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9793 of dynamic types.
9794 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9795 of dynamic types.
9796
9920b434
BH
97972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9798
9799 * gdb.fortran/vla-type.f90: New file.
9800 * gdb.fortran/vla-type.exp: New file.
9801
f3abeff5
YQ
98022016-04-25 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/branch-to-self.c: New file.
9805 * gdb.base/branch-to-self.exp: New file.
9806
0a5d52f0
YQ
98072016-04-22 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9810 more after $hex.
9811
495346f6
YQ
98122016-04-22 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9815 * gdb.base/annota3.exp: Likewise.
9816
4a7e075c
YQ
98172016-04-22 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.reverse/step-precsave.exp: Do one step and test program
9820 stops in "callee" and do multiple steps until program goes out
9821 of "callee".
9822 * gdb.reverse/step-reverse.exp: Likewise.
9823
5b061e98
YQ
98242016-04-22 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.trace/signal.exp: Also pass if
9827 $tracepoint_hits($i) > $iterations.
9828
5c5dc57f
YQ
98292016-04-22 Yao Qi <yao.qi@linaro.org>
9830
9831 * gdb.trace/signal.c: New file.
9832 * gdb.trace/signal.exp: New file.
9833
a55411b9
DE
98342016-04-19 Doug Evans <xdje42@gmail.com>
9835
9836 * gdb.base/bad-file.exp: New file.
9837
a22df60a
MG
98382016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9839
9840 * gdb.dwarf2/implref.exp: New file.
9841
0c13f7e5
BH
98422016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9843
9844 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9845 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9846 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9847 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9848 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9849 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9850 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9851 * lib/fortran.exp (fortran_int4): New procedure.
9852 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9853 (fortran_logical4): Likewise.
9854
9b9b09e9
BH
98552016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9856
9857 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9858
a14d1f4d
BH
98592016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9860
9861 * lib/compiler.c: Add Intel specific preprocessor macros.
9862 * lib/compiler.cc: Likewise.
25d49b86 9863
7d49b1d0
LM
98642016-04-13 Luis Machado <lgustavo@codesourcery.com>
9865
9866 * gdb.server/connect-with-no-symbol-file.c: New file.
9867 * gdb.server/connect-with-no-symbol-file.exp: New file.
9868
8392fa22
SM
98692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9870
9871 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9872
8c4c4aeb
SM
98732016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9874
9875 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9876 standard output directory.
9877
45e3745e
AT
98782016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9879
9880 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9881
e26b7e41
MM
98822016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9883
9884 * gdb.btrace/instruction_history.c (loop): Add declaration.
9885
8ce09462
AT
98862016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9887
9888 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9889
2e88a1ea
SM
98902016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9891
9892 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9893 parentheses to print.
9894 (continue_handler): Likewise.
9895
f48e22e3
SM
98962016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * gdb.server/solib-list.exp: Remove is_remote check.
9899 Pass shlib= to gdb_compile. Don't link shared library with
9900 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9901 Run binary filename through "readlink -f" on the target.
9902
096be756
PA
99032016-04-08 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9906 interpreter filename as argument to gdbserver_spawn.
9907 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9908 Return empty if $last_loaded_file does not exist.
9909
06500533
JK
99102016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9911
9912 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9913 * gdb.base/jit-main.c: Use exit after usage.
9914
2d35e871
JK
99152016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9918 GDBHISTSIZE prior to the tests.
9919 * gdb.base/gdbinit-history.exp: Likewise.
9920
99212016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9922
9923 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9924 instead of build_executable. Use gdb_load_shlibs.
9925
c8064e7e
YQ
99262016-04-07 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9929 Execute "si" command.
9930
bde47561
YQ
99312016-04-07 Yao Qi <yao.qi@linaro.org>
9932
9933 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9934 number instead of the comments on some line.
9935
b16f8a3b
DB
99362016-04-06 Don Breazeal <donb@codesourcery.com>
9937
9938 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9939 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9940
c2f901df
SM
99412016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9942
9943 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9944 standard_output_file. Remove unused binfile variable.
9945
ac17fda0
CU
99462016-04-05 Catalin Udma <catalin.udma@freescale.com>
9947
9948 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9949 * gdb.python/py-mi-objfile.exp: Match "list main" output
9950 in console format.
9951
03a8c4df
SM
99522016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9953
9954 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9955 absolute.
9956
6e774b13
SM
99572016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9958
9959 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9960 absolute.
9961 * gdb.trace/ftrace.exp: Likewise.
9962 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9963 targets as well.
9964 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9965 (gdb_load_shlibs): Copy libraries to test directory when testing
9966 natively. Only set solib-search-path if testing remotely.
9967 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9968
7817ea46
SM
99692016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9970
9971 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9972 gdb_download. Use it even if the target is not remote.
9973 * gdb.base/jit.exp (compile_jit_test): Likewise.
9974 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9975 output directory if the destination board is local, otherwise use
9976 the standard remote_download from DejaGnu.
9977 (gdb_download): Remove.
9978 (gdb_load_shlibs): Use gdb_remote_download instead of
9979 gdb_download.
9980 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9981 Use gdb_remote_download instead of gdb_download. Use it even if
9982 the target is not remote.
9983 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9984 instead of gdb_download.
9985
7beb7f68
SM
99862016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9987
9988 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9989 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9990 run.
9991
cc63428a
AV
99922016-04-01 Artemiy Volkov <artemiyv@acm.org>
9993
9994 PR gdb/19820
9995 * gdb.base/printcmds.exp: Add artificial arrays tests.
9996
64cdf930
PA
99972016-03-31 Pedro Alves <palves@redhat.com>
9998
9999 PR gdb/19858
10000 * gdb.base/jit-main.c: Include unistd.h.
10001 (ATTACH): Define to 0 if not already defined.
10002 (wait_for_gdb, mypid): New globals.
10003 (WAIT_FOR_GDB): New macro.
10004 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10005 some breakpoint locations.
10006 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10007 New procedures.
10008 (one_jit_test): Add REATTACH parameter, and handle it. Use
10009 continue_to_test_location.
10010 (top level): Test attach, and adjusts calls to one_jit_test.
10011
40dea8cb
PA
100122016-03-31 Pedro Alves <palves@redhat.com>
10013
10014 PR gdb/19858
10015 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10016 BINSUFFIX parameter, and handle it.
10017 (top level): Adjust calls compile_jit_test.
10018
e7ea3ec7
CU
100192016-03-31 Catalin Udma <catalin.udma@freescale.com>
10020
10021 PR python/19743
10022 * gdb.python/py-mi-events-gdb.py: New file.
10023 * gdb.python/py-mi-events.c: New file.
10024 * gdb.python/py-mi-events.exp: New file.
10025
e6359af3
YQ
100262016-03-30 Yao Qi <yao.qi@linaro.org>
10027
10028 * gdb.reverse/until-precsave.exp: Match function name only.
10029 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10030 Move malloc to a condition block.
10031 * gdb.reverse/until-reverse.exp: Match function name only.
10032
a4105d04
MK
100332016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10034
10035 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10036 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10037 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10038 variable for GPR 0 instead of assuming it is register 0.
10039 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10040 * lib/trace-support.exp: Add s390 registers.
10041
bfa6adb9
YQ
100422016-03-29 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10045
1e6697ea
YQ
100462016-03-24 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10049 test message.
10050
64bcd522
AA
100512016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10052
10053 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10054 maintaining separate logic for constructing the output path.
10055
7868401b
DB
100562016-03-16 Don Breazeal <donb@codesourcery.com>
10057
10058 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10059 Retry fork and waitpid on interrupted system call errors.
10060 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10061 Use with_timeout_factor to increase timeout by factor of 10.
10062
1cafadb4
DB
100632016-03-15 Don Breazeal <donb@codesourcery.com>
10064
10065 * gdb.cp/scope-err.cc: New test program.
10066 * gdb.cp/scope-err.exp: New test script.
10067 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10068 lines and "set breakpoint here" comment.
10069 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10070 Fixed some whitespace and format issues.
10071 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10072 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10073
81516450
DE
100742016-03-15 Doug Evans <dje@google.com>
10075
10076 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10077 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10078 All callers updated. Add tests for enums, mixed flags register.
10079
aa52b601
DE
100802016-03-15 Doug Evans <dje@google.com>
10081
10082 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10083 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10084
fa4ff313
SM
100852016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10086
10087 * gdb.base/default.exp: Add $_as_string to the list of expected
10088 convenience functions.
10089
f2403c39
AB
100902016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10091
10092 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10093
f2f3ccb9
SM
100942016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10095
10096 * gdb.python/py-as-string.exp: New file.
10097 * gdb.python/py-as-string.c: New file.
10098
00dbd492
PA
100992016-03-09 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10102 signal" -> "Thread NN received signal" output change.
10103 * gdb.threads/ia64-sigill.exp: Likewise.
10104 * gdb.threads/linux-dp.exp: Likewise.
10105 * gdb.threads/manythreads.exp: Likewise.
10106 * gdb.threads/pending-step.exp: Likewise.
10107 * gdb.threads/print-threads.exp: Likewise.
10108 * gdb.threads/sigstep-threads.exp: Likewise.
10109 * gdb.threads/staticthreads.exp: Likewise.
10110 * gdb.threads/tls.exp: Likewise.
10111
1e6697ea
YQ
101122016-03-09 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/command-line-input.exp: New file.
10115
b04fd3be
MK
101162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10117
10118 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10119 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10120 * gdb.trace/pending.exp: Accept leading dot before function name.
10121 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10122 * lib/trace-support.exp: Set registers for ppc.
10123
98fa59e9
MK
101242016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10125
10126 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10127 use it for disassembly; accept .main in addition to main in backtrace.
10128
f77198c8
MK
101292016-03-09 Wei-cheng Wang <cole945@gmail.com>
10130 Marcin Kościelnicki <koriakin@0x04.net>
10131
10132 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10133 (gdb_recursion_test_ptr): New global variable.
10134 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10135 gdb_recursion_test.
10136 (gdb_c_test): Ditto.
10137
ba84e0da
MK
101382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10139
10140 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10141 ordering.
10142
4366d36e
MK
101432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10144
10145 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10146 (bar): Add bar_start_lbl label.
10147 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10148 of foo/bar for emitting DWARF and tracing.
10149
5eb264df
SDJ
101502016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10151
10152 * analyze-racy-logs.py: Set executable bit.
10153
fb6a751f
SDJ
101542016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10155
10156 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10157 (CHECK_TARGET_TMP): Likewise.
10158 (check-single-racy): New rule.
10159 (check-parallel-racy): Likewise.
10160 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10161 (do-check-parallel-racy): New rule.
10162 (check-racy/%.exp): Likewise.
10163 * README (Racy testcases): New section.
10164 * analyze-racy-logs.py: New file.
10165
bdf7e230
DE
101662016-03-03 Doug Evans <dje@google.com>
10167
10168 * gdb.base/skip.exp: Use with_test_prefix.
10169
4719d415
YQ
101702016-03-03 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10173 Invoke step_over_syscall "clone" and break_cond_on_syscall
10174 "clone".
10175 * gdb.base/step-over-clone.c: New file.
10176
ea507862
YQ
101772016-03-03 Yao Qi <yao.qi@linaro.org>
10178
10179 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10180 code format.
10181
8fc8cbda
YQ
101822016-03-03 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.base/disp-step-fork.c: Rename to ...
10185 * gdb.base/step-over-fork.c: ... it. New file.
10186 * gdb.base/disp-step-vfork.c: Rename to ...
10187 * gdb.base/step-over-vfork.c: ... it. New file.
10188 * gdb.base/disp-step-syscall.exp: Rename to ...
10189 * gdb.base/step-over-syscall.exp: ... it. New file.
10190 (disp_step_cross_syscall): Rename to ...
10191 (step_over_syscall): ... it.
10192
92fa70b0
YQ
101932016-03-03 Yao Qi <yao.qi@linaro.org>
10194
10195 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10196 If target supports condition evaluation on target, invoke
10197 break_cond_on_syscall for fork and vfork.
10198
e197ad3c
YQ
101992016-03-03 Yao Qi <yao.qi@linaro.org>
10200
10201 * gdb.base/disp-step-syscall.exp: Don't invoke
10202 support_displaced_stepping.
10203 (disp_step_cross_syscall): Test with displaced stepping off and
10204 on if supported.
10205
0b47da9f
YQ
102062016-03-03 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10209 proc.
10210 (setup): New proc.
10211 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10212 and setup.
10213
065ab6dc
BH
102142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10215
10216 * gdb.fortran/vla-history.exp: Remove breakpoint.
10217
07e448ad 102182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10219
25d49b86
PA
10220 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10221 exceeds timeout.
07e448ad 10222
9ac2d526 102232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10224
25d49b86
PA
10225 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10226 breakpoint.
9ac2d526 10227
17807369
BH
102282016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10229
10230 * gdb.mi/vla.f90: Nullify pointer after declaration.
10231
86e501af
PA
102322016-03-01 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10235
1e903e32
PA
102362016-03-01 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10239 before anything else.
10240 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10241 _GNU_SOURCE here.
10242 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10243 before anything else.
10244 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10245
6ccb54e2
PA
102462016-03-01 Pedro Alves <palves@redhat.com>
10247
10248 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10249
30ca9da1
YQ
102502016-03-01 Yao Qi <yao.qi@linaro.org>
10251
10252 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10253 prepare_for_testing.
10254
dc856b38
YQ
102552016-03-01 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10258
4a932159
AA
102592016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10260
10261 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10262 manually constructing the output path.
10263
f2489477
AA
102642016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10265
10266 * gdb.arch/s390-stackless.S: New.
10267 * gdb.arch/s390-stackless.exp: New.
10268
38899f16
IB
102692016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10270
10271 * gdb.dlang/circular.c: New file.
10272 * gdb.dlang/circular.exp: New file.
10273
9fde51ed
YQ
102742016-02-26 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10277 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10278 (testcases): Update.
10279
ce90fefe
YQ
102802016-02-26 Yao Qi <yao.qi@linaro.org>
10281
10282 * gdb.reverse/aarch64.c: Rename to ...
10283 * gdb.reverse/insn-reverse.c: ... it.
10284 * gdb.reverse/aarch64.exp: Rename to ...
10285 * gdb.reverse/insn-reverse.exp: ... it.
10286
3263bceb
YQ
102872016-02-26 Yao Qi <yao.qi@linaro.org>
10288
10289 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10290 (testcase_ftype): New.
10291 (testcases): New array.
10292 (n_testcases): New.
10293 (main): Call each element in testcases.
10294 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10295 (read_testcase): New.
10296 Do the tests in a loop.
10297
6cb59ff1
YQ
102982016-02-25 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.base/branches.c: Remove.
10301
ae91f625
MK
103022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10303
10304 PR gdb/13808
10305 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10306
678b48b7
MK
103072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10308
10309 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10310
7337a6f2
MK
103112016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10312
10313 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10314 change x86_64 call_insn to 'callq'.
10315
861ca91f
AT
103162016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10317
10318 * gdb.trace/tfile-avx.c: Move to...
10319 * gdb.trace/tracefile-pseudo-reg.c: Here.
10320 * gdb.trace/tfile-avx.exp: Move to...
10321 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10322
bf74e428
GB
103232016-02-24 Gary Benson <gbenson@redhat.com>
10324
10325 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10326 message on attach.
10327
cce0e923
DE
103282016-02-23 Doug Evans <dje@google.com>
10329
10330 * gdb.base/skip.c (test_skip): New function.
10331 (end_test_skip_file_and_function): New function.
10332 (test_skip_file_and_function): New function.
10333 * gdb.base/skip1.c (test_skip): New function.
10334 (skip1_test_skip_file_and_function): New function.
10335 * gdb.base/skip.exp: Add tests for new skip options.
10336 * gdb.base/skip-solib.exp: Update expected output.
10337 * gdb.perf/skip-command.cc: New file.
10338 * gdb.perf/skip-command.exp: New file.
10339 * gdb.perf/skip-command.py: New file.
10340
4000e47e
MK
103412016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10342
10343 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10344 info registers pattern.
10345
24f75ead
IB
103462016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10347
10348 * lib/future.exp: Add D support.
10349 (gdb_find_gdc): New proc.
10350 (gdb_default_target_compile): Add D support.
10351
fbb7bcbe
WW
103522016-02-18 Wei-cheng Wang <cole945@gmail.com>
10353
10354 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10355 user+system time.
10356 (trace_speed_test): Determine the iteration count for a time
10357 between 15..30 seconds.
10358
012b3a21
WT
103592016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10360
10361 * gdb.arch/i386-mpx-sigsegv.c: New file.
10362 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10363 * gdb.arch/i386-mpx-simple_segv.c: New file.
10364 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10365
2d5189bd
YQ
103662016-02-18 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10369 Don't call setup_kfail.
10370
40fb20d0
YQ
103712016-02-18 Yao Qi <yao.qi@linaro.org>
10372
10373 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10374 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10375
21b1f8d2
DE
103762016-02-16 Doug Evans <dje@google.com>
10377
10378 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10379 * gdb.base/skip1.c: Ditto.
10380 * gdb.base/skip.exp: Whitespace cleanup.
10381
4041ed77
DB
103822016-02-16 Don Breazeal <donb@codesourcery.com>
10383
10384 PR remote/19496
10385 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10386 Remove kfail for PR remote/19496.
10387
c4ef31bf
SM
103882016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10389
10390 * lib/gdb.exp (standard_temp_file): Return a path specific to
10391 the runtest invocation.
10392
266b65b3
SM
103932016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10394
10395 * gdb.trace/save-trace.exp: Change relative path to be in the
10396 standard output directory.
10397
a7a0a6a9
JK
103982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10399
10400 * gdb.arch/i386-prologue.c: Add missing prototypes.
10401
c99dbb42
JK
104022016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10405 * gdb.arch/i386-prologue.exp: Likewise.
10406 * gdb.arch/i386-size.exp: Likewise.
10407
aa480355
SM
104082016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10411 define object file path.
10412 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10413 file path.
10414 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10415 standard_output_file to define binfile.
10416
ba881f50
JK
104172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 Fix compatibility with recent gfortran-5.3.1.
10420 * gdb.fortran/vla-history.exp (print vla1 allocated)
10421 (print vla2 allocated, print $2, print $3): Remove
10422 (print $4): Rename to ...
10423 (print $2): ... here.
10424 (print $9): Rename to ...
10425 (print $5): ... here.
10426 (print $10): Rename to ...
10427 (print $6): ... here.
10428 * gdb.fortran/vla.f90: Add pvla initialization.
10429
e9fb005c
JK
104302016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10431
10432 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10433 New test.
10434 * gdb.fortran/vla-value-sub.exp: Likewise.
10435
e44e00ff
MK
104362016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10437
10438 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10439
97e94151
SM
104402016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10441
10442 * i386-biarch-core.exp: Define corefile using
10443 standard_output_file.
10444
01113bc1
YQ
104452016-02-12 Yao Qi <yao.qi@linaro.org>
10446
10447 * gdb.arch/arm-single-step-kernel-helper.c: New.
10448 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10449
33b4777c
MM
104502016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10451
10452 * gdb.btrace/tailcall-only.exp: New.
10453 * gdb.btrace/tailcall-only.c: New.
10454 * gdb.btrace/x86_64-tailcall-only.S: New.
10455 * gdb.btrace/i686-tailcall-only.S: New.
10456
acc23c11
PA
104572016-02-11 Pedro Alves <palves@redhat.com>
10458
10459 * README (Parallel testing): Add missing double quotes.
10460
e352bf0a
PA
104612016-02-11 Pedro Alves <palves@redhat.com>
10462
10463 * README (Parallel testing): New section.
10464 (GDB_PARALLEL): Rewrite.
10465 (FORCE_PARALLEL): Document.
10466
9f5fed78
MK
104672016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10468
10469 * gdb.trace/tfile-avx.c: New test.
10470 * gdb.trace/tfile-avx.exp: New test.
10471
9ef9e6a6
KS
104722016-02-09 Keith Seitz <keiths@redhat.com>
10473
10474 PR breakpoints/19546
10475 * gdb.base/infcall-exec.c: New file.
10476 * gdb.base/infcall-exec2.c: New file.
10477 * gdb.base/infcall-exec.exp: New file.
10478
a96e36da
KS
104792016-02-09 Keith Seitz <keiths@redhat.com>
10480
10481 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10482 (toplevel): Call test_bkpt_address.
10483
9f61929f
KS
104842016-02-09 Keith Seitz <keiths@redhat.com>
10485
10486 PR python/19506
10487 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10488 (toplevel): Call test_bkpt_address.
10489
1e94266c
SM
104902016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10491
10492 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10493 to AC_OUTPUT.
10494 * configure: Regenerate.
10495
2a7f3dff
PA
104962016-02-09 Pedro Alves <palves@redhat.com>
10497
10498 PR breakpoints/19548
10499 * gdb.base/execl-update-breakpoints.c (some_function): New
10500 function.
10501 (main): Call it.
10502 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10503 Tighten expected GDB output.
10504
2151ccc5
SM
105052016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10506
10507 * Makefile.in (ALL_SUBDIRS): Remove.
10508 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10509 (distclean maintainer-clean realclean): Likewise.
10510 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10511 * configure: Regenerate.
10512 * gdb.ada/Makefile.in: Delete.
10513 * gdb.arch/Makefile.in: Likewise.
10514 * gdb.asm/Makefile.in: Likewise.
10515 * gdb.base/Makefile.in: Likewise.
10516 * gdb.btrace/Makefile.in: Likewise.
10517 * gdb.cell/Makefile.in: Likewise.
10518 * gdb.compile/Makefile.in: Likewise.
10519 * gdb.cp/Makefile.in: Likewise.
10520 * gdb.disasm/Makefile.in: Likewise.
10521 * gdb.dlang/Makefile.in: Likewise.
10522 * gdb.dwarf2/Makefile.in: Likewise.
10523 * gdb.fortran/Makefile.in: Likewise.
10524 * gdb.gdb/Makefile.in: Likewise.
10525 * gdb.go/Makefile.in: Likewise.
10526 * gdb.guile/Makefile.in: Likewise.
10527 * gdb.java/Makefile.in: Likewise.
10528 * gdb.linespec/Makefile.in: Likewise.
10529 * gdb.mi/Makefile.in: Likewise.
10530 * gdb.modula2/Makefile.in: Likewise.
10531 * gdb.multi/Makefile.in: Likewise.
10532 * gdb.objc/Makefile.in: Likewise.
10533 * gdb.opencl/Makefile.in: Likewise.
10534 * gdb.opt/Makefile.in: Likewise.
10535 * gdb.pascal/Makefile.in: Likewise.
10536 * gdb.perf/Makefile.in: Likewise.
10537 * gdb.python/Makefile.in: Likewise.
10538 * gdb.reverse/Makefile.in: Likewise.
10539 * gdb.server/Makefile.in: Likewise.
10540 * gdb.stabs/Makefile.in: Likewise.
10541 * gdb.threads/Makefile.in: Likewise.
10542 * gdb.trace/Makefile.in: Likewise.
10543 * gdb.xml/Makefile.in: Likewise.
10544 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10545 GDB_PARALLEL.
10546 (standard_output_file): Remove check for GDB_PARALLEL, always
10547 return path in outputs/$subdir/$testname.
10548
437277d4
SM
105492016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10550
10551 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10552 (site.exp): Assign abs_srcdir to tcl's srcdir.
10553
31d913c7
YQ
105542016-02-04 Yao Qi <yao.qi@linaro.org>
10555
10556 * gdb.base/foll-exec-mode.c: Include limits.h.
10557 (main): Add parameters argc and argv. Get directory from
10558 argv[0].
10559 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10560 compilation.
10561 * gdb.base/foll-exec.c: Include limits.h.
10562 (main): Add parameters argc and argv.
10563 Get directory from argv[0].
10564 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10565 Adjust tests on the number of lines as source code changed.
10566 * gdb.base/foll-vfork-exit.c: Include limits.h.
10567 (main): Add one line of statement before vfork.
10568 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10569 (main): Add parameters argc and argv. Get directory from
10570 argv[0].
10571 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10572 (setup_gdb): Set tbreak to skip some source lines.
10573 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10574 (main): Add parameters argc and argv. Get directory from
10575 argv[0].
10576 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10577 compilation.
10578 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10579 (main): Add parameters argc and argv. Get directory from
10580 argv[0].
10581 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10582 compilation.
10583
9482b9fb
DE
105842016-02-01 Doug Evans <dje@google.com>
10585
10586 * gdb.base/skip.exp: Clean up multiple references to same test name.
10587
6b2e4f10
PA
105882016-02-01 Pedro Alves <palves@redhat.com>
10589
ccb6afd6 10590 PR remote/19496
6b2e4f10
PA
10591 * gdb.threads/forking-threads-plus-breakpoint.exp
10592 (displaced_stepping_supported): New global.
10593 (probe_displaced_stepping_support): New procedure.
10594 (do_test): Add 'displaced' parameter, and use it.
10595 (top level): Check for displaced stepping support. Add displaced
10596 stepping on/off testing axis.
10597
37a8db1a
AB
105982016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10599
10600 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10601 pointer. Don't perform further tests on the unassociated pointer
10602 if the first test fails.
10603
5fdf6324
AB
106042016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10605
10606 * gdb.base/max-value-size.c: New file.
10607 * gdb.base/max-value-size.exp: New file.
10608 * gdb.base/huge.exp: Disable max-value-size for this test.
10609
935c6144
IB
106102016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10611
10612 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10613
7fe8399d
YQ
106142016-01-28 Yao Qi <yao.qi@linaro.org>
10615
10616 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10617
a2077e25
PA
106182016-01-25 Pedro Alves <palves@redhat.com>
10619
10620 PR threads/19461
10621 * gdb.base/fork-running-state.c: New file.
10622 * gdb.base/fork-running-state.exp: New file.
10623
1d2736d4
PA
106242016-01-25 Pedro Alves <palves@redhat.com>
10625
10626 PR gdb/19494
10627 * gdb.base/catch-fork-kill.c: New file.
10628 * gdb.base/catch-fork-kill.exp: New file.
10629
f1da4b11
PA
106302016-01-25 Pedro Alves <palves@redhat.com>
10631
10632 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10633 Delete, moved to lib/gdb.exp.
10634 * gdb.threads/forking-threads-plus-breakpoint.exp
10635 (foreach_with_prefix): Likewise.
10636 * gdb.threads/process-dies-while-handling-bp.exp
10637 (foreach_with_prefix): Likewise.
10638 * lib/gdb.exp (foreach_with_prefix): New procedure.
10639
45f38546
MK
106402016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10641
10642 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10643 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10644
dc29a1ce
MK
106452016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10646
10647 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10648 endian targets.
10649
092127d7
JK
106502016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10651 Pedro Alves <palves@redhat.com>
10652
10653 Fix testsuite compatibility with Guile.
10654 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10655 number.
10656
31d765d3
JK
106572016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 Fix testsuite compatibility with Guile.
10660 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10661 (thread 1): New test for backtrace through signal handler.
10662
1ac78c04
YQ
106632016-01-22 Yao Qi <yao.qi@linaro.org>
10664
10665 PR testsuite/19491
10666 * gdb.base/multi-forks.c: Include
10667 ../lib/unbuffer_output.c
10668 (main): Call gdb_unbuffer_output.
10669
4f5946a8
DE
106702016-01-21 Doug Evans <dje@google.com>
10671
10672 * lib/ada.exp (gdb_compile_ada): Fix typo.
10673
305e13e6
JB
106742016-01-21 Joel Brobecker <brobecker@adacore.com>
10675
10676 * gdb.base/break-fun-addr.exp: New file.
10677 * gdb.base/break-fun-addr1.c: New file.
10678 * gdb.base/break-fun-addr2.c: New file.
10679
5f5dfff6
SM
106802016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10681
10682 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10683 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10684 enum flag values.
10685
fd356fa2
AA
106862016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10687
10688 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10689 when GDB can not set the vector return value. Add more comments
10690 for clarification.
10691
9df22175
AT
106922016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10693
10694 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10695 command.
10696
41d1845e
SM
106972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10698
10699 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10700
01ac6840
SM
107012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10702
10703 * Makefile.in (check-single): Pass --status to runtest.
10704 (check/%.exp): Likewise.
10705
107062016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * Makefile.in (check-parallel): Propagate return code from make
10709 do-check-parallel.
10710
bd0a71fa
MK
107112016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10712
10713 * gdb.trace/ftrace.exp: Fix expected message on continue.
10714 * gdb.trace/pending.exp: Fix expected message on continue.
10715 * gdb.trace/trace-break.exp: Fix expected message on continue.
10716
8bcbad33
SM
107172016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10718
10719 * lib/gdb.exp (gdb_test): Remove unused global references.
10720
f303dbd6
PA
107212016-01-18 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.base/async-shell.exp: Adjust expected output.
10724 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10725 * gdb.base/siginfo-thread.exp: Adjust expected output.
10726 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10727 * gdb.java/jnpe.exp: Adjust expected output.
10728 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10729 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10730 * gdb.threads/leader-exit.exp: Adjust expected output.
10731 * gdb.threads/manythreads.exp: Adjust expected output.
10732 * gdb.threads/pthreads.exp: Adjust expected output.
10733 * gdb.threads/schedlock.exp: Adjust expected output.
10734 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10735 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10736 expected output.
10737 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10738 output.
10739 * gdb.threads/sigthread.exp: Adjust expected output.
10740 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10741
b2789696
YQ
107422016-01-18 Yao Qi <yao.qi@linaro.org>
10743
10744 * gdb.guile/scm-section-script.c: Replace @progbits with
10745 %progbits.
10746 * gdb.python/py-section-script.c: Likewise.
10747
71ef29a8
PA
107482016-01-15 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.multi/tids.exp: Test star wildcard ranges.
10751
3f5b7598
PA
107522016-01-15 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10755 command from "thread apply" invocation.
10756 (thr_apply_info_thr_invalid): Default the expected output to the
10757 input tid list.
10758 (top level): Add tests that use convenience variables. Add tests
10759 for "thread apply" with a valid TID list, but missing the command.
10760
663f6d42
PA
107612016-01-13 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.base/default.exp: Expect $_gthread as well.
10764 * gdb.multi/tids.exp: Test $_gthread.
10765 * gdb.threads/thread-specific.exp: Test $_gthread.
10766
c84f6bbf
PA
107672016-01-13 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.multi/tids.exp: Test "info threads -gid".
10770
22a02324
PA
107712016-01-13 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10774 Breakpoint.thread.
10775 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10776
5d5658a1
PA
107772016-01-07 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.base/break.exp: Adjust to output changes.
10780 * gdb.base/hbreak2.exp: Likewise.
10781 * gdb.base/sepdebug.exp: Likewise.
10782 * gdb.base/watch_thread_num.exp: Likewise.
10783 * gdb.linespec/keywords.exp: Likewise.
10784 * gdb.multi/info-threads.exp: Likewise.
10785 * gdb.threads/thread-find.exp: Likewise.
10786 * gdb.multi/tids.c: New file.
10787 * gdb.multi/tids.exp: New file.
10788
84654457
PA
107892016-01-13 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10792
e3940304
PA
107932016-01-13 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.base/default.exp: Expect $_inferior as well.
10796 * gdb.multi/base.exp: Test $_inferior.
10797
a911d87a
PA
107982016-01-13 Pedro Alves <palves@redhat.com>
10799
10800 PR breakpoints/19388
10801 * gdb.base/catch-signal-siginfo-cond.c: New file.
10802 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10803
82075af2
JS
108042016-01-12 Josh Stone <jistone@redhat.com>
10805 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10806
10807 * gdb.base/catch-syscall.c (do_execve): New variable.
10808 (main): Conditionally trigger an execve.
10809 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10810 (test_catch_syscall_execve): New, check entry/return across execve.
10811 (do_syscall_tests): Call test_catch_syscall_execve.
10812
e46eeedd
PA
108132016-01-12 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.base/random-signal.exp (do_test): New procedure, with body
10816 of testcase moved in.
10817
01d8c27e
JK
108182016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10819 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.base/funcargs.exp (finish from indirectly called function):
10822 Reintroduce the case for 'First'.
10823
9a706302
JK
108242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10825 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10828 (tcatch_vfork_then_child_follow_exec)
10829 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10830 identification.
10831
c0ecb95f
JK
108322016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10833
10834 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10835 and repeats to unlimited.
10836 * gdb.python/py-value.exp: Likewise.
10837 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10838 and repeats to unlimited.
10839
6cfc1fcb
JK
108402016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10843 and reordering the functions.
10844 * gdb.multi/hangout.c: Likewise.
10845 * gdb.multi/hello.c: Likewise.
10846
582a1b00
SM
108472016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10848
10849 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10850 absolute.
10851 (SingleStatisticTestResult.report): Use dict.keys instead of
10852 dict.iterkeys.
10853
79bc59cb
PA
108542016-01-06 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10857
43368e1d
MM
108582016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10859
10860 * gdb.btrace/dlopen.exp: New.
10861 * gdb.btrace/dlopen.c: New.
10862 * gdb.btrace/dlopen-dso.c: New.
10863
79fad5b8
SL
108642015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10865
10866 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10867 PATTERN argument is optional.
10868
ab8314b3
JB
108692015-12-24 Joel Brobecker <brobecker@adacore.com>
10870
10871 * lib/ada.exp (target_compile_ada_from_dir): New function.
10872 (gdb_compile_ada): Reimplement avoiding the use of project files.
10873 * gdb.ada/gnat_ada.gpr: Delete.
10874 * gdb.ada/cond_lang.exp: Adjust test to make path before
10875 filename optional.
10876 * gdb.ada/small_reg_param.exp: Likewise.
10877
fe33faff
SM
108782015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10879
10880 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10881
6d265cb4
TP
108822015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10883
10884 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10885 case.
10886
10125099
SM
108872015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10888
10889 * gdb.base/break.exp: Remove dead code.
10890 * gdb.base/sepdebug.exp: Likewise.
10891
3ca22649
SM
108922015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10893
10894 * gdb.asm/asm-source.exp: Remove HP-UX references.
10895 * gdb.base/annota1.exp: Likewise.
10896 * gdb.base/annota3.exp: Likewise.
10897 * gdb.base/attach.exp: Likewise.
10898 * gdb.base/bigcore.exp: Likewise.
10899 * gdb.base/break.exp: Likewise.
10900 * gdb.base/call-ar-st.exp: Likewise.
10901 * gdb.base/callfuncs.exp: Likewise.
10902 * gdb.base/catch-fork-static.exp: Likewise.
10903 * gdb.base/display.exp: Likewise.
10904 * gdb.base/foll-exec-mode.exp: Likewise.
10905 * gdb.base/foll-exec.exp: Likewise.
10906 * gdb.base/foll-fork.exp: Likewise.
10907 * gdb.base/foll-vfork.exp: Likewise.
10908 * gdb.base/funcargs.exp: Likewise.
10909 * gdb.base/hbreak2.exp: Likewise.
10910 * gdb.base/inferior-died.exp: Likewise.
10911 * gdb.base/interrupt.exp: Likewise.
10912 * gdb.base/multi-forks.exp: Likewise.
10913 * gdb.base/nodebug.exp: Likewise.
10914 * gdb.base/sepdebug.exp: Likewise.
10915 * gdb.base/solib1.c: Likewise.
10916 * gdb.base/step-test.exp: Likewise.
10917 * gdb.mi/non-stop.c: Likewise.
10918 * gdb.mi/pthreads.c: Likewise.
10919 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10920 * gdb.threads/pthreads.c: Likewise.
10921 * gdb.threads/staticthreads.exp: Likewise.
10922 * lib/future.exp: Likewise.
10923 * lib/gdb.exp: Likewise.
10924 * gdb.base/so-indr-cl.c: Remove.
10925 * gdb.base/so-indr-cl.exp: Likewise.
10926 * gdb.base/solib.c: Likewise.
10927 * gdb.base/solib.exp: Likewise.
10928 * gdb.base/solib2.c: Likewise.
10929
b6304613
SM
109302015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10931
10932 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10933 * gdb.base/call-ar-st.exp: Likewise.
10934 * gdb.base/callfuncs.exp: Likewise.
10935 * gdb.base/condbreak.exp: Likewise.
10936 * gdb.base/constvars.exp: Likewise.
10937 * gdb.base/hbreak2.exp: Likewise.
10938 * gdb.base/langs.exp: Likewise.
10939 * gdb.base/list.exp: Likewise.
10940 * gdb.base/long_long.exp: Likewise.
10941 * gdb.base/ptype.exp: Likewise.
10942 * gdb.base/scope.exp: Likewise.
10943 * gdb.base/signals.exp: Likewise.
10944 * gdb.base/so-impl-ld.exp: Likewise.
10945 * gdb.base/varargs.exp: Likewise.
10946 * gdb.base/volatile.exp: Likewise.
10947 * gdb.base/whatis.exp: Likewise.
10948 * gdb.cp/cplusfuncs.exp: Likewise.
10949 * gdb.cp/inherit.exp: Likewise.
10950 * gdb.cp/local.exp: Likewise.
10951 * gdb.cp/member-ptr.exp: Likewise.
10952 * gdb.cp/method.exp: Likewise.
10953 * gdb.cp/overload.exp: Likewise.
10954 * gdb.cp/templates.exp: Likewise.
10955 * gdb.stabs/weird.exp: Likewise.
10956 * lib/compiler.c: Likewise.
10957 * lib/compiler.cc: Likewise.
10958 * lib/cp-support.exp: Likewise.
10959 * lib/gdb.exp: Likewise.
10960
bf401b07
SM
109612015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10962
10963 * configure.ac: Remove HP-UX case.
10964 * configure: Regenerate.
10965
aff9c0f8
SM
109662015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10967
10968 * lib/gdb.exp (gdb_compile): Add function doc.
10969
a6904d5a
PA
109702015-12-17 Pedro Alves <palves@redhat.com>
10971
10972 PR threads/19354
10973 * gdb.multi/info-threads.exp: New file.
10974
a22279dd
YQ
109752015-12-15 Yao Qi <yao.qi@linaro.org>
10976
10977 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10978 is aarch64*-*-*.
10979
0588c796
SL
109802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10981
10982 * gdb.base/history-duplicates.exp: Skip if no readline support.
10983
5d978e17
SL
109842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10985
10986 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10987
7e763b86
SL
109882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10989
10990 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10991
87a3a92c
SL
109922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10993
10994 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10995 ctrl-C if nointerrupts target property is set.
10996 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10997 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10998 * gdb.base/paginate-bg-execution.exp: Likewise.
10999 * gdb.base/paginate-execution-startup.exp: Likewise.
11000 * gdb.base/random-signal.exp: Likewise.
11001 * gdb.base/range-stepping.exp: Likewise.
11002 * gdb.cp/annota2.exp: Likewise.
11003 * gdb.cp/annota3.exp: Likewise.
11004 * gdb.gdb/selftest.exp: Likewise.
11005 * gdb.threads/continue-pending-status.exp: Likewise.
11006 * gdb.threads/leader-exit.exp: Likewise.
11007 * gdb.threads/manythreads.exp: Likewise.
11008 * gdb.threads/pthreads.exp: Likewise.
11009 * gdb.threads/schedlock.exp: Likewise.
11010 * gdb.threads/sigthread.exp: Likewise.
11011
a8f077dc
DB
110122015-12-11 Don Breazeal <donb@codesourcery.com>
11013
11014 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11015 remote.
11016 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11017 * gdb.base/foll-exec.exp (main): Enable for target remote.
11018 * gdb.base/foll-fork.exp (main): Likewise.
11019 * gdb.base/foll-vfork.exp (main): Likewise.
11020 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11021 (proc continue_to_exit_bp_loc): Use clean_restart.
11022 * gdb.base/pie-execl.exp (main): Disable for target remote.
11023 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11024 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11025 * gdb.threads/execl.exp (main): Likewise.
11026 * gdb.threads/fork-child-threads.exp (main): Likewise.
11027 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11028 remote.
11029 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11030 remote.
11031 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11032 pid.tid style ptids, instead of just tid.
11033 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11034 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11035 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11036 ptids, instead of just tid.
11037
3b2464a8
AB
110382015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11039
11040 * gdb.base/list.exp (test_list_forward): Add end of file error
11041 test.
11042 (test_repeat_list_command): Add end of file error test.
11043 (test_list_backwards): Add beginning of file error test.
11044
a0def019
AB
110452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11046
11047 * gdb.base/list.exp (test_list_invalid_args): New function,
11048 defined, and called.
11049
5c000dff
AB
110502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11051
11052 * gdb.base/list.exp (test_list): Make test names unique.
11053
f1637ebe
YQ
110542015-12-11 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.base/coremaker2.c: Remove.
11057
36d6fc0a
PA
110582015-12-10 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.multi/base.exp: Remove stale "spaces" references.
11061
762f7747
PA
110622015-12-10 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.multi/base.exp: Don't use nowarnings.
11065 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11066 * gdb.multi/hangout.c: Include stdio.h.
11067 * gdb.multi/hello.c: Include stdlib.h.
11068 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11069 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11070 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11071
28d2bfb9
AB
110722015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11073
11074 * gdb.dwarf2/dw2-ranges-base.c: New file.
11075 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11076 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11077 support additional line table, and debug ranges generation.
11078 (Dwarf::ranges): New function, generate .debug_ranges.
11079 (Dwarf::lines): Support generating simple line table programs.
11080 (Dwarf::assemble): Initialise new namespace variables.
11081
5fc2beac
KB
110822015-12-09 Kevin Buettner <kevinb@redhat.com>
11083
11084 * gdb.base/async.exp (proc test_background): Add case for
11085 asynchronous execution not supported.
11086
1c35a88f
LM
110872015-12-09 Luis Machado <lgustavo@codesourcery.com>
11088
11089 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11090 format and change test names to make them unique.
11091
b593e3d9
RK
110922015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11093 Pedro Alves <pedro@redhat.com>
11094
11095 PR gdb/18702
11096 Add checking of floatformats setup on x86_64 hosts.
11097 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11098 (smallval, bigval): New labels/constants.
11099 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11100 float" after loading bigval and smallval.
11101
d72413e6
PMR
111022015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11103
11104 * gdb.ada/fun_overload_menu.exp: New testcase.
11105 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11106
ece66d65
JS
111072015-12-04 Josh Stone <jistone@redhat.com>
11108
11109 * gdb.base/catch-fork-static.exp: New.
11110
41d0efca
YQ
111112015-12-03 Yao Qi <yao.qi@linaro.org>
11112
11113 * gdb.base/sizeof.c: Don't include stdio.h and
11114 ../lib/unbuffer_output.c.
11115 (main): New variable 'size' and 'value'. Remove printf and
11116 gdb_unbuffer_output. Assign return value to size and value.
11117 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11118 at the beginning.
11119 (check_sizeof): Check the result by printing variable 'size'.
11120 (check_valueof): Check the result by printing variable 'value'.
11121
99fd02d9
YQ
111222015-12-01 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11125 for aarch64*-*-linux* target.
11126
f2faf941
PA
111272015-11-30 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11130
04bf20c5
PA
111312015-11-30 Pedro Alves <palves@redhat.com>
11132
11133 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11134 Handle non-stop mode vCont replies.
11135
09df4675
PA
111362015-11-30 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11139 prepare_for_testing. Start gdb with "set non-stop on" appended to
11140 GDBFLAGS. Lax expected stop output.
11141
58b584af
YQ
111422015-11-27 Yao Qi <yao.qi@linaro.org>
11143
11144 * gdb.arch/arm-neon.exp: New.
11145 * gdb.arch/arm-neon.c: New.
11146
dfcb77a8
YQ
111472015-11-27 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11150
88e8ec1b
YQ
111512015-11-27 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11154 frames-invalid annotation.
11155
bfde72c2
YQ
111562015-11-27 Yao Qi <yao.qi@linaro.org>
11157
11158 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11159
f6512a69
SM
111602015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.threads/names.exp: New file.
11163 * gdb.threads/names.c: New file.
11164 * README: Mention gdb,no_thread_names.
11165
46a3515b
MM
111662015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11167
11168 PR 19297
11169 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11170 support" error.
11171
62147a22
PA
111722015-11-24 Pedro Alves <palves@redhat.com>
11173
11174 PR 17539
11175 * gdb.base/display.exp: Expect displays to be sorted in ascending
11176 order. Use multi_line.
11177 * gdb.base/solib-display.exp: Likewise.
11178
2f341b6e
PA
111792015-11-24 Pedro Alves <palves@redhat.com>
11180
11181 PR 17539
25d49b86
PA
11182 * gdb.base/display.exp: Expect displays to be sorted in ascending
11183 order. Use multi_line.
11184 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11185
7e0aa6aa
PA
111862015-11-24 Pedro Alves <palves@redhat.com>
11187
11188 PR 17539
11189 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11190 threads in ascending order.
11191 * gdb.base/foll-fork.exp: Likewise.
11192 * gdb.base/foll-vfork.exp: Likewise.
11193 * gdb.base/multi-forks.exp: Likewise.
11194 * gdb.mi/mi-nonstop.exp: Likewise.
11195 * gdb.mi/mi-nsintrall.exp: Likewise.
11196 * gdb.multi/base.exp: Likewise.
11197 * gdb.multi/multi-arch.exp: Likewise.
11198 * gdb.python/py-inferior.exp: Likewise.
11199 * gdb.threads/break-while-running.exp: Likewise.
11200 * gdb.threads/execl.exp: Likewise.
11201 * gdb.threads/gcore-thread.exp: Likewise.
11202 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11203 * gdb.threads/kill.exp: Likewise.
11204 * gdb.threads/linux-dp.exp: Likewise.
11205 * gdb.threads/multiple-step-overs.exp: Likewise.
11206 * gdb.threads/next-bp-other-thread.exp: Likewise.
11207 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11208 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11209 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11210 * gdb.threads/thread-find.exp: Likewise.
11211 * gdb.threads/tls.exp: Likewise.
11212 * lib/mi-support.exp (mi_reverse_list): Delete.
11213 (mi_check_thread_states): No longer reverse list.
11214
2cc57ad8
PA
112152015-11-24 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11218 use lowercase.
11219
c93e8391
SM
112202015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11221
11222 * gdb.trace/actions.c: Include trace-common.h.
11223 (main): Add a location for a fast tracepoint.
11224 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11225 the normal tracepoints.
11226 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11227
045ccf91
SM
112282015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11229
11230 * save-trace.exp: Factor out code to these...
11231 (gdb_save_tracepoints): New.
11232 (gdb_load_tracepoints): New.
11233 (do_save_load_test): New.
11234
5506f9f6
KB
112352015-11-23 Kevin Buettner <kevinb@redhat.com>
11236
11237 * gdb.base/asmlabel.exp: New test.
11238 * gdb.base/asmlabel.c: New test case.
11239
16c3b12f
JB
112402015-11-23 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.base/wrong_frame_bt_full-main.c: New file.
11243 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11244 * gdb.base/wrong_frame_bt_full.exp: New file.
11245
155bfbd3
JB
112462015-11-23 Joel Brobecker <brobecker@adacore.com>
11247
11248 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11249
bb097445
JM
112502015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11251
206853a0 11252 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11253 pstate register when comparing registers values in
11254 sparc64-*-linux-gnu targets to avoid spurious differences.
11255
9c88ed8f
JM
112562015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11257
206853a0 11258 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11259
96161e25
SL
112602015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11261
11262 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11263 as type argument to gdb_compile.
11264 * gdb.base/nested-subp2.exp: Likewise.
11265 * gdb.base/nested-subp3.exp: Likewise.
11266
340c2830
DV
112672015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11268
11269 * lib/dwarf.exp (_note): Fix left shift of negative value.
11270 * gdb.trace/trace-condition.exp: Likewise.
11271
c1862d0f
YQ
112722015-11-13 Yao Qi <yao.qi@linaro.org>
11273
11274 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11275 comments about d10v.
11276 (test_scalar_returns): Likewise.
11277 * gdb.base/d10v.ld: Remove.
11278 * gdb.base/overlays.exp: Remove the target triplet checking for
11279 d10v-*-*.
11280 * gdb.base/structs.exp (test_struct_returns): Remove the
11281 comments about d10v.
11282 (test_struct_calls): Likewise.
11283
77ae9c19
YQ
112842015-11-13 Yao Qi <yao.qi@linaro.org>
11285
11286 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11287 * gdb.base/gnu_vector.c: Don't include stdio.h.
11288 (main): Don't print res and call add_some_intvecs.
11289
430e004e
MK
112902015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11291
11292 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11293 macro.
11294 (func5): Removed.
11295 (func4): Use FAST_TRACEPOINT_LABEL.
11296 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11297 macro.
11298 (func): Removed.
11299 (thread_function): Use FAST_TRACEPOINT_LABEL.
11300 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11301 (func): Remove.
11302 (marker): Use FAST_TRACEPOINT_LABEL.
11303 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11304 (pendfunc1): Remove.
11305 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11306 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11307 (foo): Remove.
11308 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11309 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11310 macro.
11311 (func): Remove.
11312 (marker): Use FAST_TRACEPOINT_LABEL.
11313 * gdb.trace/trace-common.h: New header.
11314 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11315 macro.
11316 (func): Remove.
11317 (marker): Use FAST_TRACEPOINT_LABEL.
11318 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11319 (func): Remove.
11320 (thread_function): Use FAST_TRACEPOINT_LABEL.
11321
6e7675a7
MK
113222015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11323
11324 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11325 in front.
11326 * gdb.trace/change-loc.exp: Use global pcreg definition.
11327 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11328 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11329 in front.
11330 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11331 * gdb.trace/pending.exp: Likewise.
11332 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11333 * gdb.trace/trace-break.exp: Likewise.
11334 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11335 in front.
11336 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11337 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11338 in front.
11339 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11340
dddc0e16
JB
113412015-11-09 Joel Brobecker <brobecker@adacore.com>
11342
11343 * gdb.ada/fin_fun_out: New testcase.
11344
c6f0b406
KB
113452015-11-07 Kevin Buettner <kevinb@redhat.com>
11346
11347 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11348 value associated with DW_AT_byte_size.
11349 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11350 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11351 DW_AT_upper_bound.
11352
f01dcfd9
KB
113532015-11-07 Kevin Buettner <kevinb@redhat.com>
11354
11355 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11356 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11357 version.
11358 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11359 gdb.dwarf2/dw2-canonicalize-type.exp,
11360 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11361 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11362 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11363 provided by gdb_target_symbol_prefix_flags_asm.
11364 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11365 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11366 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11367 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11368 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11369 macros where needed). Use this macro for symbols which require
11370 the prefix provided by SYMBOL_PREFIX.
11371
2223449a
KB
113722015-11-05 Kevin Buettner <kevinb@redhat.com>
11373
11374 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11375 New procs.
11376 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11377 representing expressions, of more than one list element.
11378 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11379 to prepend linker symbol prefix to f.
11380 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11381 table_1 and table_2.
11382 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11383 Likewise, for f and g.
11384 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11385 for ptr.
11386 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11387 for main.
11388 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11389 table_1_ptr and table_2_ptr.
11390
6f2f1a3a
JK
113912015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11392 Joel Brobecker <brobecker@adacore.com>
11393
11394 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11395
566c56c9
MK
113962015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11397
11398 * gdb.reverse/s390-mvcle.c: New test.
11399 * gdb.reverse/s390-mvcle.exp: New file.
11400 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11401
d5f0636b
MK
114022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11403
11404 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11405
7ad8b86c
MK
114062015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11407
11408 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11409 reaching marker2.
11410 * gdb.reverse/getresuid-reverse.exp: Likewise.
11411 * gdb.reverse/pipe-reverse.exp: Likewise.
11412 * gdb.reverse/readv-reverse.exp: Likewise.
11413 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11414 * gdb.reverse/time-reverse.exp: Likewise.
11415 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11416
4081c0f1
YQ
114172015-10-30 Yao Qi <yao.qi@linaro.org>
11418
11419 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11420 (empty_cycle): Remove.
11421 (main): Don't call empty_cycle. Don't use watch_count_done.
11422 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11423 empty_cycle. Rewrite the code counting HW watchpoints.
11424
452b4ba5
MK
114252015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11426
11427 * gdb.reverse/fstatat-reverse.c: New test.
11428 * gdb.reverse/fstatat-reverse.exp: New file.
11429 * gdb.reverse/getresuid-reverse.c: New test.
11430 * gdb.reverse/getresuid-reverse.exp: New file.
11431 * gdb.reverse/pipe-reverse.c: New test.
11432 * gdb.reverse/pipe-reverse.exp: New file.
11433 * gdb.reverse/readv-reverse.c: New test.
11434 * gdb.reverse/readv-reverse.exp: New file.
11435 * gdb.reverse/recvmsg-reverse.c: New test.
11436 * gdb.reverse/recvmsg-reverse.exp: New file.
11437 * gdb.reverse/time-reverse.c: New test.
11438 * gdb.reverse/time-reverse.exp: New file.
11439 * gdb.reverse/waitpid-reverse.c: New test.
11440 * gdb.reverse/waitpid-reverse.exp: New file.
11441
5e2e7507
JK
114422015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11445
0fde2c53
DE
114462015-10-26 Doug Evans <dje@google.com>
11447
11448 PR symtab/17391
11449 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11450 * gdb.dwarf2/bad-regnum.c: New file.
11451 * gdb.dwarf2/bad-regnum.exp: New file.
11452
1a70ae97
DE
114532015-10-26 Doug Evans <dje@google.com>
11454
11455 PR python/18938
11456 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11457 file.
11458
27dc26ab
JK
114592015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11462 for a change by "Mention language in compile error message".
11463
bed91f4d
SM
114642015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11465
11466 PR python/18073
11467 * gdb.python/py-type.c (C::a_method): New.
11468 (C::a_const_method): New.
11469 (C::a_static_method): New.
11470 (a_function): New.
11471 * gdb.python/py-type.exp (test_fields): Test getting fields
11472 from function and method.
11473
3f2f83dd
KB
114742015-10-21 Keven Boell <keven.boell@intel.com>
11475
11476 * gdb.fortran/vla-alloc-assoc.exp: New file.
11477 * gdb.fortran/vla-datatypes.exp: New file.
11478 * gdb.fortran/vla-datatypes.f90: New file.
11479 * gdb.fortran/vla-history.exp: New file.
11480 * gdb.fortran/vla-ptype-sub.exp: New file.
11481 * gdb.fortran/vla-ptype.exp: New file.
11482 * gdb.fortran/vla-sizeof.exp: New file.
11483 * gdb.fortran/vla-sub.f90: New file.
11484 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11485 * gdb.fortran/vla-value-sub-finish.exp: New file.
11486 * gdb.fortran/vla-value-sub.exp: New file.
11487 * gdb.fortran/vla-value.exp: New file.
11488 * gdb.fortran/vla-ptr-info.exp: New file.
11489 * gdb.mi/mi-vla-fortran.exp: New file.
11490 * gdb.mi/vla.f90: New file.
11491
27145d50
SL
114922015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11493
11494 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11495 of hardwired timeout value.
11496
5f3ff4f8
JK
114972015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11498 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11501 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11502
bfd09d20
JS
115032015-10-19 Josh Stone <jistone@redhat.com>
11504
11505 * gdb.base/catch-syscall.c: Include <sched.h>.
11506 (unknown_syscall): New variable.
11507 (main): Trigger a vfork and an unknown syscall.
11508 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11509 (unknown_syscall_number): Likewise.
11510 (check_call_to_syscall): Accept an optional syscall pattern.
11511 (check_return_from_syscall): Likewise.
11512 (check_continue): Likewise.
11513 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11514 (test_catch_syscall_skipping_return): New test toggling off 'catch
11515 syscall' to step over the syscall return, then toggling back on.
11516 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11517 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11518 (do_syscall_tests): Call test_catch_syscall_without_args and
11519 test_catch_syscall_mid_vfork.
11520 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11521 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11522
b32b93c6
AS
115232015-10-19 Andrew Stubbs <ams@codesourcery.com>
11524
11525 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11526 print g_vE): Add new pass patterns.
11527 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11528 print various symbol names for vptr fields.
11529
9d622bda
AB
115302015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11531
11532 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11533 results.
11534
0fd8ac1c
YQ
115352015-10-12 Yao Qi <yao.qi@linaro.org>
11536
11537 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11538
34240514
YQ
115392015-10-12 Yao Qi <yao.qi@linaro.org>
11540
11541 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11542 is aarch64*-*-linux*.
11543
8240f442
YQ
115442015-10-12 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11547 (can_relocate_bcond_true): ... it.
11548 (can_relocate_bcond_false): New function.
11549 (foo): Likewise.
11550 (can_relocate_bl): Likewise.
11551 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11552 can_relocate_bl.
11553
2520f728
PMR
115542015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11555
11556 * gdb.base/nested-addr.c: New file.
11557 * gdb.base/nested-addr.exp: New testcase.
11558
abcef95a
MM
115592015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11560
11561 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11562 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11563 its output. Ignore the output of "record goto begin" and instead
11564 check that GDB is replaying.
11565
145e3ddb
PA
115662015-10-09 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11569 (top level): Use it in the run with no args test.
11570
d5d8c4e1
IB
115712015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11572
11573 * gdb.dlang/properties.exp: New file.
11574
06e635ef
SL
115752015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11576
11577 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11578 whether or not address 0x1000 is mapped on the target.
11579
e019fd1d
SM
115802015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11581
11582 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11583 build.
11584
77ba2a67
MM
115852015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11586
11587 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11588 instruction-history test.
11589
c60eb31f
DE
115902015-09-28 Doug Evans <dje@google.com>
11591
11592 * gdb.base/gcore.c (array_func): Add reference to static_array.
11593
9a3c8263
SM
115942015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11595
11596 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11597 source line.
11598
9720e656
SL
115992015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11600
11601 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11602 short or char as base type.
11603
938d3bf2
SL
116042015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11605
11606 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11607 to allow any size enum.
11608
e6c2c623
PMR
116092015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11610
11611 * gdb.ada/array_ptr_renaming.exp: New testcase.
11612 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11613 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11614
06da0f77
PL
116152015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11616
11617 * gdb.trace/ftrace-lock.c: New file.
11618 * gdb.trace/ftrace-lock.exp: New file.
11619
4f51c22a
PL
116202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11621
11622 * gdb.arch/insn-reloc.c: New file.
11623 * gdb.arch/ftrace-insn-reloc.exp: New file.
11624
7041adf4
PL
116252015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11626
11627 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11628 instruction.
11629 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11630 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11631 * gdb.trace/range-stepping.c: Likewise.
11632 * gdb.trace/trace-break.c: Likewise.
11633 * gdb.trace/trace-mt.c (thread_function): Likewise.
11634 * gdb.trace/ftrace.c (marker): Likewise.
11635 * gdb.trace/trace-condition.c (marker): Likewise.
11636 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11637 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11638 is_aarch64_target.
11639
015d2e7e
DE
116402015-09-18 Doug Evans <xdje42@gmail.com>
11641
11642 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11643 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11644
26b188a2
SL
116452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11646
11647 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11648 the breakpoint.
11649
79dc332b
SL
116502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11651
11652 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11653 the pending breakpoint. Remove timeout override for "Run till
11654 MI pending breakpoint on pendfunc3 on thread 2" test.
11655
f57929f2
SL
116562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11657
11658 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11659 filename pattern.
11660
3f469b17
SL
116612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11662
11663 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11664 in breakpoint filename pattern.
11665
515b89b3
SL
116662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11667
7800dbe4
SL
11668 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11669
116702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11671
515b89b3
SL
11672 * gdb.linespec/explicit.exp: Check for readline support for
11673 tab-completion tests. Fix obvious typo.
11674
d2939ba2
MM
116752015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11676
11677 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11678 and replay.
11679
cbb55fa7
MM
116802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11681
11682 * gdb.btrace/non-stop.c: New.
11683 * gdb.btrace/non-stop.exp: New.
11684
43691ca1
PL
116852015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11686 Yao Qi <yao.qi@linaro.org>
11687
11688 * gdb.trace/trace-condition.c: New file.
11689 * gdb.trace/trace-condition.exp: New file.
11690
d78908cf
WW
116912015-09-16 Wei-cheng Wang <cole945@gmail.com>
11692
11693 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11694 for testing bytecode compilation.
11695
1ed415e2
PA
116962015-09-16 Pedro Alves <palves@redhat.com>
11697 Sandra Loosemore <sandra@codesourcery.com>
11698
11699 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11700 (SECONDS): Redefine.
11701 (main): Call pthread_kill and alarm early.
11702 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11703 support.
11704 (test): If the target can't hardware step and doesn't support
11705 displaced stepping, increase the timeout.
11706
d136eff5
PA
117072015-09-16 Pedro Alves <palves@redhat.com>
11708
11709 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11710 (enable_debug): New procedures.
11711 (test): Use them. Bail out if waiting for threads fails.
11712 (top level): Bail out if a test fails.
11713
991f019c
YQ
117142015-09-16 Yao Qi <yao.qi@linaro.org>
11715
11716 * gdb.asm/asm-source.exp: Set asm-arch for
11717 aarch64*-*-* target.
11718 * gdb.asm/aarch64.inc: New file.
11719
bfca584f
PMR
117202015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11721
11722 * gdb.ada/array_of_variable_length.exp: New testcase.
11723 * gdb.ada/array_of_variable_length/foo.adb: New file.
11724 * gdb.ada/array_of_variable_length/pck.adb: New file.
11725 * gdb.ada/array_of_variable_length/pck.ads: New file.
11726
b326e587
DE
117272015-09-15 Doug Evans <dje@google.com>
11728
11729 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11730 of function static local variable.
11731
5382cfab
PW
117322015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11733
11734 * gdb.threads/tls-so_extern.exp: New test file.
11735 * gdb.threads/tls-so_extern.c: New test file.
11736 * gdb.threads/tls-so_extern_main.c: New test file.
11737
141c5cc4
JK
117382015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * gdb.opt/solib-intra-step-lib.c: New file.
11741 * gdb.opt/solib-intra-step-main.c: New file.
11742 * gdb.opt/solib-intra-step.exp: New file.
11743
d15dcecd
PA
117442015-09-15 Pedro Alves <palves@redhat.com>
11745
11746 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11747 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11748
4c2f2a79
PA
117492015-09-14 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.base/hook-stop-continue.c: Delete.
11752 * gdb.base/hook-stop-continue.exp: Delete.
11753 * gdb.base/hook-stop-frame.c: Delete.
11754 * gdb.base/hook-stop-frame.exp: Delete.
11755 * gdb.base/hook-stop.c: New file.
11756 * gdb.base/hook-stop.exp: New file.
11757
919e6dbe
PMR
117582015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11759
11760 * gdb.ada/access_to_packed_array.exp: New testcase.
11761 * gdb.ada/access_to_packed_array/foo.adb: New file.
11762 * gdb.ada/access_to_packed_array/pack.adb: New file.
11763 * gdb.ada/access_to_packed_array/pack.ads: New file.
11764
157280a4
MM
117652015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11766
11767 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11768 buffer size test.
11769
2fd33e94
DB
117702015-09-11 Don Breazeal <donb@codesourcery.com>
11771
11772 * gdb.base/foll-exec.c: Add copyright header. Fix
11773 formatting issues.
11774 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11775 (do_exec_tests): Use clean_restart in place of zap_session,
11776 and for test initialization. Fix formatting issues. Use
11777 fail in place of perror.
11778 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11779 an expect statement to match an expression with output from
11780 the program under debug.
11781 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11782 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11783 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11784 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11785 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11786
e70b6e8e
DE
117872015-09-09 Doug Evans <dje@google.com>
11788
11789 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11790
7a551a51
DE
117912015-09-09 Doug Evans <dje@google.com>
11792
11793 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11794
4c666f84
DE
117952015-09-09 Doug Evans <dje@google.com>
11796
11797 * gdb.base/savedregs.exp: Fix typo.
11798
243a9253
PA
117992015-09-09 Pedro Alves <palves@redhat.com>
11800
11801 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11802
c0fa8fbd
SL
118032015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11804
11805 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11806 command actually switches threads. Give up on remaining
11807 tests if target fails to stop at breakpoint.
11808
cd7c1778
PMR
118092015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11810
11811 * gdb.ada/funcall_char.exp: New testcase.
11812 * gdb.ada/funcall_char/foo.adb: New file.
11813
dc5c8746
PMR
118142015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11815
11816 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11817 expected outputs. Add two testcases for completing ambiguous
11818 functions.
11819 * gdb.ada/complete/aux_pck.adb: New file.
11820 * gdb.ada/complete/aux_pck.ads: New file.
11821 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11822 Ambiguous_Func functions.
11823 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11824 * gdb.ada/complete/pck.adb: Likewise.
11825
4e83a1e7
UW
118262015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11827
11828 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11829 failures to run the test program under GDB.
11830
8ce74153
LM
118312015-08-26 Luis Machado <lgustavo@codesourcery.com>
11832
11833 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11834 to C.
11835
e9756d52
PP
118362015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11837
11838 * gdb.base/run-after-attach.exp: New test file.
11839 * gdb.base/run-after-attach.c: New test file.
11840
8d37573b
DB
118412015-08-26 Don Breazeal <donb@codesourcery.com>
11842
11843 * gdb.base/foll-exec-2.c: New test program.
11844 * gdb.base/foll-exec-2.exp: New test.
11845
63e43d3a
PMR
118462015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11847
11848 * gdb.base/nested-subp1.exp: New file.
11849 * gdb.base/nested-subp1.c: New file.
11850 * gdb.base/nested-subp2.exp: New file.
11851 * gdb.base/nested-subp2.c: New file.
11852 * gdb.base/nested-subp3.exp: New file.
11853 * gdb.base/nested-subp3.c: New file.
11854
3d40fbb5
PA
118552015-08-24 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.server/connect-without-multi-process.c: New file.
11858 * gdb.server/connect-without-multi-process.exp: New file.
11859
4422ac93
LM
118602015-08-24 Luis Machado <lgustavo@codesourcery.com>
11861
11862 * gdb.opt/inline-markers.c: Make z int.
11863
91dddb86
LM
118642015-08-24 Luis Machado <lgustavo@codesourcery.com>
11865
11866 * gdb.opt/inline-markers.c: Make z volatile.
11867
a48847ee
LM
118682015-08-24 Luis Machado <lgustavo@codesourcery.com>
11869
11870 * gdb.opt/inline-bt.c: New volatile global z.
11871 * gdb.opt/inline-cmds.c: Likewise.
11872 * gdb.opt/inline-locals.c: Likewise.
11873 * gdb.opt/inline-markers.c: New extern global z.
11874 (marker): Use z.
11875 (inline_fn): Likewise.
11876
0ebbc52b
PA
118772015-08-24 Pedro Alves <palves@redhat.com>
11878
11879 * config/m32r-stub.exp: Remove file.
11880 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11881 * gdb.base/call-rt-st.exp: Likewise.
11882 * gdb.base/call-strs.exp: Likewise.
11883 * gdb.base/default.exp: Remove references to h8300-*-hms and
11884 *-*-udi*.
11885 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11886
77c365df
AA
118872015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11888
11889 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11890 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11891 and "return" use KFAIL when GDB can not read/write the vector
11892 return value.
11893
4313b8c0
GB
118942015-08-21 Gary Benson <gbenson@redhat.com>
11895
11896 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11897
0e433b32
PA
118982015-08-20 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.server/solib-list.exp: No longer expect an interior stop in
11901 non-stop mode.
11902
221e1a37
PA
119032015-08-20 Pedro Alves <palves@redhat.com>
11904
11905 * gdb.server/connect-stopped-target.c: New file.
11906 * gdb.server/connect-stopped-target.exp: New file.
11907
40e3ad0e
PA
119082015-08-20 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.dwarf2/comp-unit-lang.exp: New file.
11911 * gdb.dwarf2/comp-unit-lang.c: New file.
11912
af39b327
PMR
119132015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11914
11915 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11916 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11917
7d45c7c3 119182015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11919
7d45c7c3
KB
11920 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11921 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11922
4d6cceb4
DE
119232015-08-18 Doug Evans <dje@google.com>
11924 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11925
11926 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11927 skip_python_tests. New arg prompt_regexp.
11928 (skip_python_tests): New function.
11929 * lib/mi-support.exp (mi_skip_python_tests): New function.
11930 * gdb.python/py-mi-objfile-gdb.py: New file.
11931 * gdb.python/py-mi-objfile.c: New file.
11932 * gdb.python/py-mi-objfile.exp: New file.
11933
ad89c2aa
KS
119342015-08-17 Keith Seitz <keiths@redhat.com>
11935
11936 * gdb.linespec/explicit.exp: Move strace test from here ...
11937 * gdb.trace/strace.exp: ... to here.
11938
e3ae3c43
PP
119392015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11940
11941 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11942 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11943
604b2636
DE
119442015-08-14 Doug Evans <xdje42@gmail.com>
11945
11946 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11947 inferior before selecting a new file.
11948
6ff0ba5f
DE
119492015-08-14 Doug Evans <xdje42@gmail.com>
11950
11951 * gdb.mi/mi-disassemble.exp: Update.
11952 * gdb.base/disasm-optim.S: New file.
11953 * gdb.base/disasm-optim.c: New file.
11954 * gdb.base/disasm-optim.h: New file.
11955 * gdb.base/disasm-optim.exp: New file.
11956
9ca98f92
KS
119572015-08-14 Keith Seitz <keiths@redhat.com>
11958
11959 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11960 "evaluated-by".
11961
52bbc560
JB
119622015-08-13 Joel Brobecker <brobecker@adacore.com>
11963
11964 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11965
5d8c3ed3
PMR
119662015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11967
11968 * gdb.ada/fun_renaming.exp: New testcase.
11969 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11970 * gdb.ada/fun_renaming/pack.adb: New file.
11971 * gdb.ada/fun_renaming/pack.ads: New file.
11972
ea8812bc
KS
119732015-08-12 Keith Seitz <keiths@redhat.com>
11974
11975 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11976 gdb_get_line_number.
11977
4dafcdeb
JB
119782015-08-12 Joel Brobecker <brobecker@adacore.com>
11979
11980 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11981 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11982 gdb.base/dso2dso.exp: New files.
11983
5ba32597
SDJ
119842015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11985 Pedro Alves <palves@redhat.com>
11986 Keith Seitz <keiths@redhat.com>
11987
11988 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11989 GDBFLAGS.
11990
b6dafabf
PP
119912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11992
11993 * gdb.base/gdbhistsize-history.exp
11994 (test_histsize_history_setting): Use save_vars.
11995 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11996 Use save_vars.
11997 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11998 * gdb.base/readline.exp: Use save_vars.
11999
abe8e607
PP
120002015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12001
12002 * lib/gdb.exp (save_vars): New proc.
12003
629500fa
KS
120042015-08-11 Keith Seitz <keiths@redhat.com>
12005
12006 * gdb.base/help.exp: Update help_breakpoint_text.
12007
eb8c4e2e
KS
120082015-08-11 Keith Seitz <keiths@redhat.com>
12009
12010 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12011 (at toplevel): Call test_explicit_breakpoints.
12012 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12013 breakpoints.
12014 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12015 breakpoint conditions, "-cond".
12016
87f0e720
KS
120172015-08-11 Keith Seitz <keiths@redhat.com>
12018
12019 * gdb.linespec/3explicit.c: New file.
12020 * gdb.linespec/cpexplicit.cc: New file.
12021 * gdb.linespec/cpexplicit.exp: New file.
12022 * gdb.linespec/explicit.c: New file.
12023 * gdb.linespec/explicit.exp: New file.
12024 * gdb.linespec/explicit2.c: New file.
12025 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12026 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12027 before using in the matching pattern.
12028 Clarify that `prefix' is a regular expression.
12029
f00aae0f
KS
120302015-08-11 Keith Seitz <keiths@redhat.com>
12031
12032 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12033 test.
12034 Add tests for missing ",FMT" and ",".
12035
e27852be
DE
120362015-08-10 Doug Evans <dje@google.com>
12037 Keith Seitz <keiths@redhat.com>
12038
12039 PR gdb/17960
12040 * gdb.base/completion.exp: Add location completer tests.
12041
7f03bd92
PA
120422015-08-07 Pedro Alves <palves@redhat.com>
12043
12044 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12045 tests here.
12046 (top level): Run do_test with and without displaced stepping.
12047
3fc8eb30
PA
120482015-08-07 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.base/valgrind-disp-step.c: New file.
12051 * gdb.base/valgrind-disp-step.exp: New file.
12052
d4569d7b
PA
120532015-08-07 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12056 Delete function.
12057 (main): Add alarm. Run an infinite loop instead of calling
12058 wait_threads.
12059 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12060 comment.
12061 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12062 Delete function.
12063 (main): Add alarm. Run an infinite loop instead of calling
12064 wait_threads.
12065 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12066 comment.
12067
e1316e60
PA
120682015-08-07 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.base/checkpoint-ns.exp: New file.
12071 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12072 standard_testfile.
12073
da8c46d2
MM
120742015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12075
12076 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12077 * gdb.btrace/instruction_history.exp: Update.
12078 * gdb.btrace/tsx.exp: New.
12079 * gdb.btrace/tsx.c: New.
12080
de1c2c52
PA
120812015-08-06 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12084 increase timeout.
12085 * gdb.reverse/until-precsave.exp: Bump timeouts.
12086
782e0bf4
PA
120872015-08-06 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12090
83e97ed0
PA
120912015-08-06 Pedro Alves <palves@redhat.com>
12092
12093 PR gdb/18749
12094 * gdb.threads/process-dies-while-handling-bp.c: New file.
12095 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12096
863d01bd
PA
120972015-08-06 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12100 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12101
0a39bb32
PA
121022015-08-05 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12105 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12106
ee2d2b10
SL
121072015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12108
12109 * gdb.base/bp-permanent.exp: Report test as unsupported if
12110 the target cannot stop at the permanent breakpoint.
12111
4e1bdb00
DE
121122015-08-03 Doug Evans <dje@google.com>
12113
12114 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12115 10000.
12116
3d338901
DE
121172015-08-03 Doug Evans <dje@google.com>
12118
12119 * Makefile.in (workers/%.worker, build-perf): New rule.
12120 (GDB_PERFTEST_MODE): New variable.
12121 (check-perf): Use it.
12122 (clean): Clean up gdb.perf parallel build subdirs.
12123 * lib/build-piece.exp: New file.
12124 * lib/gdb.exp (make_gdb_parallel_path): New function
12125 (standard_output_file, standard_temp_file): Call it.
12126 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12127 of $GDB_PARALLEL.
12128 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12129
af061d3e
DE
121302015-08-03 Doug Evans <dje@google.com>
12131
8e1afc81 12132 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12133 (LOG_FILE_NAME): New global.
12134 (TextReporter.__init__): Initialize self.txt_sum.
12135 (TextReporter.report): Add support for multiple data-points.
12136 Move report to perftest.sum, put raw data in perftest.log.
12137 (TextReporter.start): Open sum and log files.
12138 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12139 * gdb.perf/lib/perftest/testresult.py
12140 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12141
2c8c5d37
PA
121422015-07-31 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12145 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12146 kill_wait_spawned_process instead of explicit "kill -9".
12147 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12148 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12149 kill_wait_spawned_process.
12150 * gdb.base/attach-twice.exp: Likewise.
12151 * gdb.base/attach.exp: Likewise.
12152 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12153 gdb_test_multiple.
12154 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12155 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12156 kill_wait_spawned_process.
12157 * gdb.base/valgrind-infcall.exp: Likewise.
12158 * gdb.multi/multi-attach.exp: Likewise.
12159 * gdb.python/py-prompt.exp: Likewise.
12160 * gdb.python/py-sync-interp.exp: Likewise.
12161 * gdb.server/ext-attach.exp: Likewise.
12162 * gdb.threads/attach-into-signal.exp (corefunc): Use
12163 spawn_wait_for_attach, spawn_id_get_pid and
12164 kill_wait_spawned_process.
12165 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12166 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12167 spawn_id_get_pid and kill_wait_spawned_process.
12168 * gdb.threads/attach-stopped.exp (corefunc): Use
12169 spawn_wait_for_attach, spawn_id_get_pid and
12170 kill_wait_spawned_process.
12171 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12172 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12173 kill_wait_spawned_process instead of explicit "kill -9".
12174 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12175 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12176 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12177 processes. Don't map cygwin/windows pids here. Now returns a
12178 spawn id list.
12179
032a0fca
SL
121802015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12181
12182 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12183 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12184 correct patch.
12185
61a934ca
SL
121862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12187
12188 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12189
4bc4d428
SL
121902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12191
12192 Reapply:
12193 2014-05-21 Mark Wielaard <mjw@redhat.com>
12194
12195 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12196
998d452a
PA
121972015-07-30 Pedro Alves <palves@redhat.com>
12198
12199 * linux-low.c (handle_extended_wait): Set the child's last
12200 reported status to TARGET_WAITKIND_STOPPED.
12201
69dde7dc
PA
122022015-07-30 Pedro Alves <palves@redhat.com>
12203
12204 PR threads/18600
12205 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12206 only shows inferior 1.
12207
4dd63d48
PA
122082015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12209 Pedro Alves <palves@redhat.com>
12210
12211 PR threads/18600
12212 * gdb.threads/fork-plus-threads.c: New file.
12213 * gdb.threads/fork-plus-threads.exp: New file.
12214
d618e4c5
PP
122152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12216
12217 * gdb.base/batch-preserve-term-settings.exp
12218 (test_terminal_settings_preserved_after_cli_exit): Use
12219 send_quit_command.
12220
1eef6428
PA
122212015-07-29 Pedro Alves <palves@redhat.com>
12222 Don Breazeal <donb@codesourcery.com>
12223
12224 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12225 output from both inferior_spawn_id and gdb_spawn_id.
12226
7da5b897
SDJ
122272015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12228
12229 * gdb.threads/attach-into-signal.exp (corefunc): Use
12230 with_test_prefix on nested loops, uniquefying the test messages.
12231
dac804df
SDJ
122322015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12233
12234 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12235 commit.
12236
06265e53
PP
122372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12238
12239 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12240 New proc.
12241 (test_terminal_settings_preserved_after_sigterm): New test.
12242
18206ca3
PP
122432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12244
12245 * gdb.base/batch-preserve-term-settings.exp
12246 (test_terminal_settings_preserved_after_cli_exit): New test.
12247
90074d11
PP
122482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12249
12250 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12251 manipulation of saved_gdbflags.
12252 (test_terminal_settings_preserved): Remove global declaration of
12253 the unused variable pagination_prompt. Remove manipulation of
12254 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12255 GDBFLAGS.
12256
eb1a7902
PA
122572015-07-29 Pedro Alves <palves@redhat.com>
12258
12259 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12260
8b75dd3b
PA
122612015-07-29 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12264 at the top.
12265
dedad4e3
PA
122662015-07-29 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12269 (main): Call gdb_unbuffer_output.
12270 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12271 (main): Call gdb_unbuffer_output.
12272 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12273 (main): Call gdb_unbuffer_output.
12274 * gdb.base/call-strs.exp: Adjust to step over the
12275 gdb_unbuffer_output call.
12276 * gdb.base/catch-gdb-caused-signals.c: Include
12277 "../lib/unbuffer_output.c".
12278 (main): Call gdb_unbuffer_output.
12279 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12280 (main): Call gdb_unbuffer_output.
12281 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12282 (main): Call gdb_unbuffer_output.
12283 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12284 (main): Call gdb_unbuffer_output.
12285 * gdb.base/shlib-call.exp: Adjust to step over the
12286 gdb_unbuffer_output call.
12287 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12288 (main): Call gdb_unbuffer_output.
12289 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12290 (main): Call gdb_unbuffer_output.
12291 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12292 (main): Rename to ...
12293 (test): ... this.
12294 (main): Reimplement.
12295 * gdb.base/varargs.exp: Run to test instead of to main.
12296 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12297 (main): Call gdb_unbuffer_output.
12298
58789a91
PA
122992015-07-29 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12302 factore out from mi_continue_dprintf. For call-style dprintfs,
12303 expect dprintf output out of $inferior_spawn_id.
12304 (mi_continue_dprintf): Use mi_expect_dprintf.
12305 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12306 (main): Call gdb_unbuffer_output.
12307
e8376742
PA
123082015-07-29 Pedro Alves <palves@redhat.com>
12309
12310 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12311 (default_mi_gdb_start): Set inferior_spawn_id instead of
12312 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12313 gdb_spawn_id.
12314 (mi_gdb_test): Always expect inferior output from both
12315 $inferior_spawn_id and $gdb_spawn_id.
12316
08280010
PA
123172015-07-29 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12320 send_inferior and $inferior_spawn_id.
12321
4d30e432
PA
123222015-07-29 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.gdb/complaints.exp (test_initial_complaints)
12325 (test_serial_complaints, test_short_complaints): Use
12326 gdb_test_stdio.
12327 (test_empty_complaint): Handle $inferior_spawn_id !=
12328 $gdb_spawn_id.
12329
0d30a335
PA
123302015-07-29 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.base/varargs.exp: Use gdb_test_stdio.
12333
39413b29
PA
123342015-07-29 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12337
7cb000a9
PA
123382015-07-29 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12341
d7b8ac82
PA
123422015-07-29 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12345 parameter into two new parameters, "inf_result" and "gdb_result".
12346 Expect inferior output and gdb output from $inferior_spawn_id and
12347 $gdb_spawn_id, respectively. Adjust all callers.
12348
789c3a0c
PA
123492015-07-29 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12352 of gdb_test_sequence.
12353
77e760c3
PA
123542015-07-29 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12357 (saw_spurious_output): Expect inferior output from
12358 $inferior_spawn_id. Use gdb_test_stdio.
12359
8396d2cd
PA
123602015-07-29 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/dprintf.exp: Use standard_testfile. Change
12363 prepare_for_testing call.
12364 (srcfile): Don't set.
12365 (restart): New procedure.
12366 (test_dprintf): New procecure, use to continue over dprintfs.
12367 (test_call, test_agent): New procedures, tests moved here.
12368 Restart gdb and recreate dprintfs. Adjust expected output.
12369
2051d61f
PA
123702015-07-29 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12373
452397af
PA
123742015-07-29 Pedro Alves <palves@redhat.com>
12375
12376 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12377
8aed9555
PA
123782015-07-29 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12381 gdb_test_stdio.
12382
188a61b4
PA
123832015-07-29 Pedro Alves <palves@redhat.com>
12384
12385 * lib/gdb.exp (gdb_test_stdio): New procedure.
12386
12264a45
PA
123872015-07-29 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12390
23ffc893
PA
123912015-07-29 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/call-signal-resume.exp: Remove check for
12394 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12395 * gdb.base/unwindonsignal.exp: Likewise.
12396 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12397 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12398
65566918
PA
123992015-07-29 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/siginfo-addr.c (pass): New function.
12402 (handler): Call it iff si_addr is correct.
12403 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12404 Set a breakpoint at "pass" and continue to it.
12405
d60a9221
SDJ
124062015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12407
12408 * gdb.python/py-objfile.exp: Make some tests have unique names.
12409 * gdb.python/py-pp-registration.exp: Likewise.
12410
bde40b8f
PA
124112015-07-28 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12414
13e1dec8
SM
124152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12418
da33c9a7
SM
124192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12422
077836f7
PP
124232015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12424
12425 * gdb.base/gdb-sigterm-2.exp: New test.
12426
b8cc7b2e
DE
124272015-07-25 Doug Evans <xdje42@gmail.com>
12428
12429 Revert:
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
c8bd4544
DE
124432015-07-24 Doug Evans <dje@google.com>
12444
12445 * gdb.perf/lib/perftest/utils.py: New file.
12446 * gdb.perf/gm-hello.cc: New file.
12447 * gdb.perf/gm-pervasive-typedef.cc: New file.
12448 * gdb.perf/gm-pervasive-typedef.h: New file.
12449 * gdb.perf/gm-std.cc: New file.
12450 * gdb.perf/gm-std.h: New file.
12451 * gdb.perf/gm-use-cerr.cc: New file.
12452 * gdb.perf/gm-utils.h: New file.
12453 * gdb.perf/gmonster-null-lookup.py: New file.
12454 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12455 * gdb.perf/gmonster-print-cerr.py: New file.
12456 * gdb.perf/gmonster-ptype-string.py: New file.
12457 * gdb.perf/gmonster-runto-main.py: New file.
12458 * gdb.perf/gmonster-select-file.py: New file.
12459 * gdb.perf/gmonster1-null-lookup.exp: New file.
12460 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12461 * gdb.perf/gmonster1-print-cerr.exp: New file.
12462 * gdb.perf/gmonster1-ptype-string.exp: New file.
12463 * gdb.perf/gmonster1-runto-main.exp: New file.
12464 * gdb.perf/gmonster1-select-file.exp: New file.
12465 * gdb.perf/gmonster1.cc: New file.
12466 * gdb.perf/gmonster1.exp: New file.
12467 * gdb.perf/gmonster2-null-lookup.exp: New file.
12468 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12469 * gdb.perf/gmonster2-print-cerr.exp: New file.
12470 * gdb.perf/gmonster2-ptype-string.exp: New file.
12471 * gdb.perf/gmonster2-runto-main.exp: New file.
12472 * gdb.perf/gmonster2-select-file.exp: New file.
12473 * gdb.perf/gmonster2.cc: New file.
12474 * gdb.perf/gmonster2.exp: New file.
12475
6eab34f3
DE
124762015-07-24 Doug Evans <dje@google.com>
12477
12478 * gdb.perf/README: New file.
12479 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12480 * lib/gen-perf-test.exp: New file.
12481
63738bfd
DE
124822015-07-24 Doug Evans <dje@google.com>
12483
12484 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12485 (PerfTest::startup): New function.
12486 (PerfTest::run): Return result of calling body.
12487 (PerfTest::assemble): Rewrite.
12488 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12489 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12490 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12491 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12492 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12493
7b606f95
DE
124942015-07-24 Doug Evans <dje@google.com>
12495
12496 * lib/gdb.exp (clean_restart): Make executable optional.
12497
a97b16b8
DE
124982015-07-24 Doug Evans <dje@google.com>
12499
12500 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12501 compiler_info references.
12502 * gdb.cp/temargs.exp: Ditto.
12503 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12504 (get_compiler_info): Early exit if already computed. Set compiler_info
12505 to "unknown" if there was a problem.
12506 (test_compiler_info): Add function comment. Call get_compiler_info.
12507
35baa57f
DE
125082015-07-24 Doug Evans <dje@google.com>
12509
12510 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12511 (workers/%.worker, build-perf): New rule.
12512 (GDB_PERFTEST_MODE): New variable.
12513 (check-perf): Use it.
12514 (clean): Clean up gdb.perf parallel build subdirs.
12515 * lib/build-piece.exp: New file.
12516 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12517 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12518 name.
12519 (standard_temp_file): Ditto.
12520 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12521 of $GDB_PARALLEL.
12522
6ebea266
DE
125232015-07-24 Doug Evans <dje@google.com>
12524
12525 * lib/future.exp (gdb_default_target_compile): New option
12526 "early_flags".
12527 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12528 --as-needed.
12529
1e76a7e9
SDJ
125302015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12531
12532 * gdb.base/catch-syscall.exp: Call gdb_exit before
12533 gdb_skip_xml_test.
12534
5068630a
PA
125352015-07-24 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.python/py-events.exp: Accept output between the stop event
12538 and the prompt.
12539 * gdb.python/py-evsignal.exp: Likewise.
12540 * gdb.python/py-evthreads.exp: Likewise.
12541
77598427
PA
125422015-07-24 Pedro Alves <palves@redhat.com>
12543
12544 PR gdb/18717
12545 * gdb.threads/non-ldr-exit.c: New file.
12546 * gdb.threads/non-ldr-exit.exp: New file.
12547
11e6c98f
YQ
125482015-07-24 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12551 restarting process.
12552
51aee833
YQ
125532015-07-24 Yao Qi <yao.qi@linaro.org>
12554
12555 * gdb.server/ext-restart.exp: New file.
12556
8cfe207c
YQ
125572015-07-24 Yao Qi <yao.qi@linaro.org>
12558
12559 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12560 argument options.
12561 * gdb.server/ext-wrapper.exp: New file.
12562
cc12ce38
DE
125632015-07-23 Doug Evans <dje@google.com>
12564
12565 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12566 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12567
d0d84780
PMR
125682015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12569
12570 * gdb.ada/var_arr_typedef.exp: New testcase.
12571 * gdb.ada/var_arr_typedef/pack.adb: New file.
12572 * gdb.ada/var_arr_typedef/pack.ads: New file.
12573 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12574
8b558f79
JB
125752015-07-20 Joel Brobecker <brobecker@adacore.com>
12576
12577 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12578
775a3298
JK
125792015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.arch/i386-biarch-core.exp: Replace istarget
12582 by "complete set gnutarget". Remove expectation for the "core-file"
12583 command.
12584
db1ff28b
JK
125852015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12586
12587 Revert the previous commit:
12588 Tests for validate symbol file using build-id.
12589
0a94970d
JK
125902015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12591
12592 Tests for validate symbol file using build-id.
12593 * gdb.base/solib-mismatch-lib.c: New file.
12594 * gdb.base/solib-mismatch-libmod.c: New file.
12595 * gdb.base/solib-mismatch.c: New file.
12596 * gdb.base/solib-mismatch.exp: New file.
12597
03346981
SL
125982015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12599
12600 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12601 nios2-*-linux*.
12602 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12603 * gdb.base/siginfo.exp: Likewise.
12604 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12605
42422cc7
PL
126062015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12607
12608 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12609 Move it to ...
12610 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12611 ... here.
12612 * gdb.trace/range-stepping.exp: Check that the target supports
12613 range stepping.
12614
cfa68bae
JK
126152015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12618
8ffdba26
PA
126192015-07-14 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.base/killed-outside.exp: New file.
12622 * gdb.base/killed-outside.c: New file.
12623
218a5a11
JK
126242015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12627 (n at main): New.
12628 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12629
e03ed3c6
AA
126302015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12631
12632 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12633 infcall tests instead of setting up for KFAIL.
12634
485668e5
MM
126352015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12636
12637 * gdb.btrace/record_goto-step.exp: New.
12638
08464196
JK
126392015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 PR compile/18484
12642 * gdb.compile/compile.c (struct struct_type): Add volatile to
12643 selffield's type.
12644 * gdb.compile/compile.exp
12645 (compile code struct_object.selffield = &struct_object): Skip further
12646 struct_object tests if this one xfails.
12647
bcf5c1d9
RC
126482015-07-08 Robert O'Callahan <robert@ocallahan.org>
12649
12650 PR exp/18617
12651 * gdb.trace/ax.exp: Add test.
12652
4931af25
YQ
126532015-07-07 Yao Qi <yao.qi@linaro.org>
12654
12655 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12656 instead of istarget "aarch64*-*-*".
12657 * gdb.arch/aarch64-fp.exp: Likewise.
12658 * gdb.base/float.exp: Likewise.
12659 * gdb.reverse/aarch64.exp: Likewise.
12660 * lib/gdb.exp (is_aarch64_target): New proc.
12661
9fcf688e
YQ
126622015-07-07 Yao Qi <yao.qi@linaro.org>
12663
12664 * lib/gdb.exp (is_aarch32_target): New proc.
12665 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12666 instead of "istarget "arm*-*-*"".
12667 * gdb.arch/arm-disp-step.exp: Likewise.
12668 * gdb.arch/thumb-bx-pc.exp: Likewise.
12669 * gdb.arch/thumb-prologue.exp: Likewise.
12670 * gdb.arch/thumb-singlestep.exp: Likewise.
12671 * gdb.base/disp-step-syscall.exp: Likewise.
12672 * gdb.base/float.exp: Likewise.
12673
fbd8d50d
YQ
126742015-07-07 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12677 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12678
71be1fdc
YQ
126792015-07-07 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12682 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12683 if it exists.
12684 * gdb.multi/multi-arch.exp: Likewise.
12685
3e221d36
SM
126862015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12687
12688 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12689 print.
12690
d441430b
YQ
126912015-07-07 Yao Qi <yao.qi@linaro.org>
12692
12693 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12694
06f810bd
MG
126952015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12696
12697 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12698 '[' and ']' characters.
12699
5e61e7c0
IB
127002015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12701
12702 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12703
28bf096c
PA
127042015-06-29 Pedro Alves <palves@redhat.com>
12705
12706 PR threads/18127
12707 * gdb.threads/hand-call-new-thread.c: New file.
12708 * gdb.threads/hand-call-new-thread.c: New file.
12709
ee93cd5e
KS
127102015-06-26 Keith Seitz <keiths@redhat.com>
12711 Doug Evans <dje@google.com>
12712
12713 PR 16253
12714 * gdb.cp/var-tag-2.cc: New file.
12715 * gdb.cp/var-tag-3.cc: New file.
12716 * gdb.cp/var-tag-4.cc: New file.
12717 * gdb.cp/var-tag.cc: New file.
12718 * gdb.cp/var-tag.exp: New file.
12719
fc637f04
PP
127202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12721
12722 * gdb.base/history-duplicates.exp: New test.
12723
2e52ae68
PP
127242015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12725
12726 * gdb.base/completion.exp: Test the completion of the "focus"
12727 command.
12728
6e22494e
JK
127292015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12730
12731 * gdb.arch/amd64-prologue-skip.S: New file.
12732 * gdb.arch/amd64-prologue-skip.exp: New file.
12733
bf7b9cd9
SM
127342015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12735
12736 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12737 is_address_zero_readable check.
12738
201e8dfd
PB
127392015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12740
12741 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12742 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12743
5cd867b4
YQ
127442015-06-24 Yao Qi <yao.qi@linaro.org>
12745
12746 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12747 linux targets.
12748
4d7be007
YQ
127492015-06-24 Yao Qi <yao.qi@linaro.org>
12750
12751 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12752 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12753 * gdb.base/siginfo-thread.exp: Likewise.
12754
07fcd301
YQ
127552015-06-22 Yao Qi <yao.qi@linaro.org>
12756
12757 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12758
52042a00
YQ
127592015-06-22 Yao Qi <yao.qi@linaro.org>
12760
12761 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12762 aarch64*-*-*.
12763 (skip_hw_watchpoint_tests): Likewise.
12764
74bd41ce
PP
127652015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 * gdb.base/gdbinit-history.exp: Test the interaction between
12768 setting GDBHISTSIZE and setting the history size via .gdbinit.
12769
bc460514
PP
127702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12771
12772 PR gdb/16999
12773 * gdb.base/gdbhistsize-history.exp: New test.
12774
b58c513b
PP
127752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12776
12777 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12778 with GDBHISTSIZE.
12779 * gdb.base/readline.exp: Likewise.
12780
92046791
YQ
127812015-06-17 Yao Qi <yao.qi@linaro.org>
12782
12783 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12784 line.
12785
2093d2d3
PP
127862015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12787
12788 * gdb.base/gdbinit-history.exp: Add test case to check that
12789 an unlimited history file does not get truncated on exit.
12790
e6c693af
AA
127912015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12792
12793 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12794 (VECTOR): New macro. Use it...
12795 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12796 ...for these typedefs.
12797 (int8, char1, int1, double1): New typedefs.
12798 (struct just_int2, struct two_int2): New structures.
12799 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12800 (add_structvecs, add_singlevecs): New functions.
12801 (main): Call add_some_intvecs twice.
12802 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12803 the compile and exit upon failure. Try compiling for the "native"
12804 architecture. Test inferior function calls with vector arguments
12805 and vector return value handling with "finish" and "return".
12806
c74f7d1c
JT
128072015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12808
12809 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12810 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12811 PE file.
12812 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12813
98aa42ee
AT
128142015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12815
12816 PR breakpoints/16465
12817 * gdb.mi/mi-dprintf-pending.c: New file.
12818 * gdb.mi/mi-dprintf-pending.exp: New test.
12819 * gdb.mi/mi-dprintf-pendshr.c: New file.
12820
7d73c23c 128212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12822 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12823
12824 * gdb.arch/i386-mpx-map.c: New file.
12825 * gdb.arch/i386-mpx-map.exp: New File.
12826
128272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12828
12829 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12830 * gdb.arch/i386-mpx.exp: Indentation fixed.
12831
128322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12833
12834 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12835 function and improved indentation.
12836 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12837 gdb_test_multiple. Added additional tests to skip the test.
12838
128392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12840
12841 * gdb.arch/i386-avx512.c: Change path in include file.
12842 * gdb.arch/i386-avx512.exp: Change include dir path
12843 compilation flag.
12844 * gdb.arch/i386-mpx.c: Change path in include file.
12845 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12846 flag.
12847
d5eba19a
JK
128482015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12849
12850 * gdb.compile/compile-print.exp (compile print *vararray@3)
12851 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12852
7f361056
JK
128532015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12854
12855 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12856 (do not keep jit in memory): ... this.
12857 (expect 5): Change it to ...
12858 (expect no 5): ... this.
12859
3b462ec2
SM
128602015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12861
12862 PR gdb/15564
12863 * gdb.mi/mi-detach.exp: New file.
12864
e0619de6
JK
128652015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 PR symtab/18392
12868 * gdb.arch/amd64-tailcall-self.S: New file.
12869 * gdb.arch/amd64-tailcall-self.c: New file.
12870 * gdb.arch/amd64-tailcall-self.exp: New file.
12871
e970cb34
DB
128722015-05-28 Don Breazeal <donb@codesourcery.com>
12873
12874 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12875 tests for remote targets by checking is_target_gdbserver.
12876
b2e2f908
DE
128772015-05-27 Doug Evans <dje@google.com>
12878
12879 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12880 * gdb.dwarf2/opaque-type-lookup.c: New file.
12881 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12882
82c7be31
DE
128832015-05-26 Doug Evans <dje@google.com>
12884
12885 * gdb.cp/iostream.cc: New file.
12886 * gdb.cp/iostream.exp: New file.
12887
b4f54984
DE
128882015-05-26 Doug Evans <dje@google.com>
12889
12890 * gdb.dwarf2/dw2-op-call.exp: Update.
12891 * gdb.dwarf2/dw4-sig-types.exp: Update.
12892 * gdb.dwarf2/implptr.exp: Update.
12893 * gdb.mi/mi-cmd-param-changed.exp: Update.
12894
4ea6efe9
DE
128952015-05-26 Doug Evans <dje@google.com>
12896
12897 * gdb.python/py-lazy-string.c: New file.
12898 * gdb.python/py-lazy-string.exp: New file.
12899 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12900 (main): Update. Add estring3.
12901 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12902 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12903
f6bb7db3
YQ
129042015-05-26 Omair Javaid <omair.javaid@linaro.org>
12905 Yao Qi <yao.qi@linaro.org>
12906
12907 * gdb.reverse/aarch64.c: New.
12908 * gdb.reverse/aarch64.exp: New.
12909
a81bfbd0
OJ
129102015-05-26 Omair Javaid <omair.javaid@linaro.org>
12911
25d49b86
PA
12912 * lib/gdb.exp (supports_process_record): Return true for
12913 aarch64*-linux*.
a81bfbd0
OJ
12914 (supports_reverse): Likewise.
12915
158bf1b4
PP
129162015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12917
12918 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12919 Use with_test_prefix.
12920
a0145030
AB
129212015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12922
12923 * gdb.base/completion.exp: Add test for completion of layout
12924 names.
12925
ebe3b578
AB
129262015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12927
12928 * lib/gdb.exp (skip_tui_tests): New proc.
12929 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12930
84204ed7
PA
129312015-05-19 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12934 Save the whole env array instead of just HOME. Unset HISTSIZE in
12935 the environment while testing. Restore whole environment
12936 afterwards.
12937
37442ce1
DE
129382015-05-16 Doug Evans <xdje42@gmail.com>
12939
12940 * gdb.guile/scm-ports.c: New file.
12941 * gdb.guile/scm-ports.exp: Add memory port tests.
12942
36de76f9
JK
129432015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 * gdb.compile/compile-print.c: New file.
12946 * gdb.compile/compile-print.exp: New file.
12947
3a9558c4
JK
129482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * gdb.compile/compile-ops.exp: Cast param to void.
12951 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12952 (compile code struct_object.selffield = &struct_object): Add xfail.
12953
aa715135
JG
129542015-05-15 Joel Brobecker <brobecker@adacore.com>
12955
12956 * gdb.ada/arr_enum_with_gap: New testcase.
12957
931e5bc3
JG
129582015-05-15 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.ada/byte_packed_arr: New testcase.
12961
9cd4d857
JB
129622015-05-15 Joel Brobecker <brobecker@adacore.com>
12963
12964 * gdb.ada/pckd_neg: New testcase.
12965
ebfd00d2
PP
129662015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12967
12968 PR gdb/17820
12969 * gdb.base/gdbinit-history.exp: New test.
12970 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12971 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12972
4c082a81
SC
129732015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12974
12975 * gdb.python/py-xmethods.cc: Enhance test case.
12976 * gdb.python/py-xmethods.exp: New tests.
12977 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12978 function.
12979 (B_indexoper): Likewise.
12980 (global_dm_list) : Add new xmethod worker functions.
12981
f7797074
SDJ
129822015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12983
12984 * gdb.base/coredump-filter.exp: Correctly unset
12985 "coredump_var_addr" array.
12986
a4674e4e
PA
129872015-05-08 Pedro Alves <palves@redhat.com>
12988
12989 * gdb.server/non-existing-program.exp: Unset spawn_id.
12990
df2eb078
SC
129912015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12992
12993 PR python/18291
12994 * gdb.python/py-xmethods.exp: Add tests.
12995
422349a3
YQ
129962015-05-08 Yao Qi <yao.qi@linaro.org>
12997
12998 PR gdb/18208
12999 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13000 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13001 function set_coredump_filter, and remove remote_exec call.
13002 Remove argument ipid. Callers update.
13003 (top level): Don't get inferior's PID.
13004
63fc80ce
AA
130052015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13006
13007 * gdb.base/watch_thread_num.exp: Skip test on targets without
13008 access watchpoints.
13009
80ad801e
PA
130102015-05-06 Pedro Alves <palves@redhat.com>
13011
13012 PR server/18081
13013 * gdb.server/non-existing-program.exp: New file.
13014
0fa7fe50
JB
130152015-05-05 Joel Brobecker <brobecker@adacore.com>
13016
13017 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13018
3ea89b92
PMR
130192015-05-05 Joel Brobecker <brobecker@adacore.com>
13020
13021 * gdb.ada/out_of_line_in_inlined: New testcase.
13022
87b8eff0
JB
130232015-05-05 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.ada/var_rec_arr: New testcase.
13026
5fccc635
YQ
130272015-04-30 Yao Qi <yao.qi@linaro.org>
13028
13029 * gdb.base/break-idempotent.exp: If
13030 skip_hw_watchpoint_multi_tests returns true, skip the tests
13031 on "rwatch" and "awatch".
13032
42d38f42
YQ
130332015-04-30 Yao Qi <yao.qi@linaro.org>
13034
13035 * gdb.base/relativedebug.exp: Invoke gdb command
13036 "info sharedlibrary", and if libc.so doesn't have debug info,
13037 skip the test.
13038
2ce1cdbf
DE
130392015-04-29 Doug Evans <dje@google.com>
13040
13041 * gdb.python/py-xmethods.exp: Add ptype tests.
13042 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13043 get_result_type method.
13044
f24a38c5
LM
130452015-04-29 Luis Machado <lgustavo@codesourcery.com>
13046
13047 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13048 the target does not support hardware watchpoints.
13049
ecbf2b3c
LM
130502015-04-29 Luis Machado <lgustavo@codesourcery.com>
13051
13052 * gdb.base/break-always.exp: Abort testing if writing to memory
13053 causes an error.
13054
34f5f757
DE
130552015-04-28 Doug Evans <dje@google.com>
13056
13057 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13058 * gdb.python/py-pp-registration.exp: ... here. New file.
13059 * gdb.python/py-pp-registration.c: New file.
13060 * gdb.python/py-pp-registration.py: New file.
13061
69b4374a
DE
130622015-04-28 Doug Evans <dje@google.com>
13063
13064 * gdb.python/py-bad-printers.c: New file.
13065 * gdb.python/py-bad-printers.py: New file.
13066 * gdb.python/py-bad-printers.exp: New file.
13067
59fb7612
SS
130682015-04-28 Sasha Smundak <asmundak@google.com>
13069
13070 * gdb.python/py-type.exp: New test.
13071
2631b16a
AW
130722015-04-28 Andy Wingo <wingo@igalia.com>
13073
13074 * gdb.python/py-parameter.exp:
13075 * gdb.guile/scm-parameter.exp: Escape the path that we are
13076 matching against, as it might contain characters that are special
13077 to regular expressions.
13078
460efde1
JB
130792015-04-27 Joel Brobecker <brobecker@adacore.com>
13080
13081 * gdb.ada/rec_comp: New testcase.
13082
2d369d8e
SDJ
130832015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13084
13085 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13086 before using it.
13087
cf75d6c3
AB
130882015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13089
13090 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13091 new tests for verilog output.
13092
8dbe7ca5
YQ
130932015-04-24 Yao Qi <yao.qi@linaro.org>
13094
13095 * boards/remote-gdbserver-on-localhost.exp: New file.
13096
4ef9fb2f
PA
130972015-04-23 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13100 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13101 "end of file", remove $inferior_spawn_id from the indirect list.
13102
0a803169
PA
131032015-04-23 Pedro Alves <palves@redhat.com>
13104
13105 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13106
749ef8f8
PA
131072015-04-23 Pedro Alves <palves@redhat.com>
13108
13109 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13110 on $any_spawn_id instead of only on $gdb_spawn_id.
13111
8aae4344
PM
131122015-04-21 Pierre Muller <muller@sourceware.org>
13113
13114 PR pascal/17815
13115 * lib/pascal.exp (gpc_compile): Add new option "class".
13116 (fpc_compile): Likewise.
13117 * gdb.pascal/case-insensitive-symbols.pas: New file.
13118 * gdb.pascal/case-insensitive-symbols.exp: New file.
13119
1586c8fb
GB
131202015-04-20 Gary Benson <gbenson@redhat.com>
13121
13122 * gdb.base/attach.exp: Fix three extended remote failures.
13123
1b6e6f5c
GB
131242015-04-17 Gary Benson <gbenson@redhat.com>
13125
13126 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13127 the main executable over the remote protocol.
13128
e797481d
PA
131292015-04-16 Pedro Alves <palves@redhat.com>
13130
13131 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13132 a new gdbserver if gdbserver_reconnect_p is set.
13133
1ca99c42
PA
131342015-04-16 Pedro Alves <palves@redhat.com>
13135
13136 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13137 is set, don't exit gdbserver.
13138
af9fd6f8
AA
131392015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13140
13141 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13142 appropriate .insn, such that an older assembler can be used.
13143 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13144 the z/Architecture instruction set on 31-bit targets as well.
13145
04ff1e61
AA
131462015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13147
13148 * gdb.go/handcall.exp: Remove all logic related to the first
13149 breakpoint and rely on go_runto_main instead.
13150 * gdb.go/strings.exp: Likewise.
13151 * gdb.go/unsafe.exp: Likewise.
13152 * gdb.go/hello.exp: Likewise. Also rename the remaining
13153 breakpoint marker to "breakpoint 1".
13154 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13155 * gdb.go/strings.go: Likewise.
13156 * gdb.go/unsafe.go: Likewise.
13157 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13158 "set breakpoint 2 here" and rename the remaining breakpoint marker
13159 to "breakpoint 1".
13160
40d2f8d6
SM
131612015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13162
13163 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13164 if itertools.imap is not present.
13165 * gdb.python/py-objfile.exp: Add parentheses.
13166 * gdb.python/py-type.exp: Same.
13167 * gdb.python/py-unwind-maint.py: Same.
13168
8cbc97c6
YQ
131692015-04-15 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13172 of ":$ptr_size" and set its form explicitly.
13173
45fd756c
YQ
131742015-04-15 Pedro Alves <palves@redhat.com>
13175 Yao Qi <yao.qi@linaro.org>
13176
13177 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13178 timeout by factor of 4.
13179 (test_regular_watch): Likewise.
13180 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13181 * gdb.reverse/sigall-reverse.exp: Likewise.
13182 * gdb.reverse/until-precsave.exp: Likewise.
13183 * lib/gdb.exp (with_timeout_factor): New proc.
13184 (gdb_expect): Move some code to ...
13185 (get_largest_timeout): ... here. New procedure.
13186
9e811bc3
LM
131872015-04-14 Luis Machado <lgustavo@codesourcery.com>
13188
13189 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13190
0ff6fcb2
LM
131912015-04-13 Luis Machado <lgustavo@codesourcery.com>
13192
13193 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13194 to write to the .text section.
13195
7578d5f7
LM
131962015-04-13 Luis Machado <lgustavo@codesourcery.com>
13197
13198 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13199 Handle the case of targets that do not provide PID information.
13200
2efe15c4
YQ
132012015-04-13 Yao Qi <yao.qi@linaro.org>
13202
13203 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13204 and use expect instead of gdb_expect.
13205
8cd8f2f8
SDJ
132062015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13207
13208 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13209 "coredump_var_addr" to avoid naming conflict with other testcases.
13210
9ee41772
PA
132112015-04-10 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13214 gdb_test_sequence and gdb_assert.
13215
07473109
PA
132162015-04-10 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13219 test messages that don't include the breakpoint address.
13220
de3db44c
YQ
132212015-04-10 Yao Qi <yao.qi@linaro.org>
13222
13223 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13224 false for some offset and width combinations which aren't
13225 supported by linux kernel.
13226
c79d856c
PA
132272015-04-10 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13230 procedure, factored out from ...
13231 (top level): ... here. Add "set displaced-stepping" testing axis.
13232 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13233 parameter "displaced". Use it.
13234 (top level): Use foreach and add "set displaced-stepping" testing
13235 axis.
13236
ebc90b50
PA
132372015-04-10 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13240 Remove comment.
13241 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13242 both the address of the instruction that triggers the watchpoint
13243 and the address of the instruction immediately after, and use
13244 those addresses for the test. Fix comment.
13245
8f572e5c
PA
132462015-04-10 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.base/sigstep.exp (breakpoint_to_handler)
13249 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13250 Test "backtrace" in handler.
13251 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13252 (top level): Add new "displaced" test axis to
13253 breakpoint_to_handler, breakpoint_to_handler_entry and
13254 breakpoint_over_handler.
13255
8d707a12
PA
132562015-04-10 Pedro Alves <palves@redhat.com>
13257
13258 PR gdb/18216
13259 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13260
ef713951
YQ
132612015-04-10 Yao Qi <yao.qi@linaro.org>
13262
13263 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13264 (test_add_rn_pc): New function.
13265 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13266 (top level): Invoke test_add_rn_pc.
13267
906d60cf
PA
132682015-04-10 Pedro Alves <palves@redhat.com>
13269
13270 PR gdb/13858
13271 * gdb.base/step-over-no-symbols.exp: New file.
13272
f2983cc3
AW
132732015-04-09 Andy Wingo <wingo@igalia.com>
13274
13275 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13276 after the Python tests.
13277
6d62641c
SDJ
132782015-04-08 Keith Seitz <keiths@redhat.com>
13279
13280 PR python/16699
13281 * gdb.python/py-completion.exp: New tests for completion.
13282 * gdb.python/py-completion.py (CompleteLimit1): New class.
13283 (CompleteLimit2): Likewise.
13284 (CompleteLimit3): Likewise.
13285 (CompleteLimit4): Likewise.
13286 (CompleteLimit5): Likewise.
13287 (CompleteLimit6): Likewise.
13288 (CompleteLimit7): Likewise.
13289
f3770638
PA
132902015-04-08 Pedro Alves <palves@redhat.com>
13291
13292 PR gdb/18214
13293 PR gdb/18216
13294 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13295 function.
13296 (main): Install it as SIGUSR1 handler.
13297 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13298 parameter. Always use "setup" as prefix. Toggle "set
13299 displaced-stepping" off/on depending on global. Don't switch to
13300 thread 1 here.
13301 (top level): Add displaced stepping "off/on" test axis. Update
13302 "setup" calls. Wrap each subtest with with_test_prefix. Test
13303 continuing with a queued signal in each thread.
13304
4496bed7
PA
133052015-04-08 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13308 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13309 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13310 Return early if running to main fails.
13311 * gdb.trace/while-stepping.exp: Likewise.
13312
b97fde92
PA
133132015-04-07 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13316 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13317 interact with inferior program.
13318
f71c18e7
PA
133192015-04-07 Pedro Alves <palves@redhat.com>
13320
13321 * lib/gdb.exp (inferior_spawn_id): New global.
13322 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13323 spawn id after processing the user code.
13324 (default_gdb_start): Set inferior_spawn_id.
13325 (send_inferior): New procedure.
13326 * lib/gdbserver-support.exp (gdbserver_start): Set
13327 inferior_spawn_id.
13328 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13329
6423214f
PA
133302015-04-07 Pedro Alves <palves@redhat.com>
13331
13332 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13333 * lib/gdbserver-support.exp (gdbserver_start): Make
13334 $server_spawn_id global.
13335 (gdbserver_start): Don't wait for gdbserver's spawn id with
13336 expect_background.
13337 (close_gdbserver): New procedure.
13338 (gdb_exit): Rename the default version and reimplement.
13339
71c0ee8c
PA
133402015-04-07 Pedro Alves <palves@redhat.com>
13341
72f4393d 13342 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13343 append the substituted item, not the original item.
13344
203bc29b
PA
133452015-04-07 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13348 gdb_expect.
13349
508a3ddf
PA
133502015-04-07 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13353 output appearing once only.
13354
9f6dbe2b
PA
133552015-04-07 Pedro Alves <palves@redhat.com>
13356
13357 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13358 that doesn't expect anything. Return early if running to main
13359 fails.
13360
337532fa
YQ
133612015-04-07 Yao Qi <yao.qi@linaro.org>
13362
13363 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13364 (child_function): Call alarm.
13365 (main): Move call to alarm into the loop.
13366 * gdb.threads/non-stop-fair-events.exp: Build program with
13367 -DTIMEOUT=$timeout.
13368
01b622d4
DE
133692015-04-06 Doug Evans <xdje42@gmail.com>
13370
13371 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13372 Fix dest parameter to board_info.
13373 (fpc_compile): Ditto.
13374 (gdb_compile_pascal): Rename dest arg to destfile.
13375
961f4160
PMR
133762015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13377
13378 * gdb.ada/funcall_ref.exp: New file.
13379 * gdb.ada/funcall_ref/foo.adb: New file.
13380
cafda597
YQ
133812015-04-02 Yao Qi <yao.qi@linaro.org>
13382
13383 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13384 is remote.
13385
fed040c6
GB
133862015-04-02 Gary Benson <gbenson@redhat.com>
13387
13388 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13389
d11916aa
SS
133902015-04-01 Sasha Smundak <asmundak@google.com>
13391
13392 * gdb.python/py-unwind-maint.c: New file.
13393 * gdb.python/py-unwind-maint.exp: New test.
13394 * gdb.python/py-unwind-maint.py: New file.
13395 * gdb.python/py-unwind.c: New file.
13396 * gdb.python/py-unwind.exp: New test.
13397 * gdb.python/py-unwind.py: New test.
13398
a1471180
PA
133992015-04-01 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13402 to fail instead of non-existent $test.
13403
0bbeccb1
PA
134042015-04-01 Pedro Alves <palves@redhat.com>
13405
13406 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13407 GDBFLAGS if not empty.
13408
3c724c8c
PMR
134092015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13410
13411 * gdb.ada/complete.exp: Remove "multi_line".
13412 * gdb.ada/info_exc.exp: Remove "multi_line".
13413 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13414 * gdb.ada/ptype_field.exp: Remove "multi_line".
13415 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13416 * gdb.ada/tagged.exp: Remove "multi_line".
13417 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13418 [multi_line ...]
13419 * gdb.btrace/delta.exp: Likewise.
13420 * gdb.btrace/exception.exp: Likewise.
13421 * gdb.btrace/function_call_history.exp: Likewise.
13422 * gdb.btrace/instruction_history.exp: Likewise.
13423 * gdb.btrace/nohist.exp: Likewise.
13424 * gdb.btrace/record_goto.exp: Likewise.
13425 * gdb.btrace/segv.exp: Likewise.
13426 * gdb.btrace/stepi.exp: Likewise.
13427 * gdb.btrace/tailcall.exp: Likewise.
13428 * gdb.btrace/unknown_functions.exp: Likewise.
13429 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13430 * lib/gdb.exp: Add the "multi_line" helper.
13431
4eec2deb
PA
134322015-04-01 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.threads/tid-reuse.c: New file.
13435 * gdb.threads/tid-reuse.exp: New file.
13436
df8411da
SDJ
134372015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13438
13439 PR corefiles/16092
13440 * gdb.base/coredump-filter.c: New file.
13441 * gdb.base/coredump-filter.exp: Likewise.
13442
6ef37366
PM
134432015-03-27 Petr Machata <pmachata@redhat.com>
13444
13445 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13446 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13447 (Dwarf::assemble): Initialize them.
13448 (Dwarf::lines): New function.
13449
7ec911b0
JT
134502015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13451
13452 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13453 SYMBOL_PREFIX for x86_64-*-cygwin.
13454
ff908ebf
AW
134552015-03-26 Andy Wingo <wingo@igalia.com>
13456
13457 PR symtab/18148
13458 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13459 const_value but not a location.
13460 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13461 location defined in non-main CUs are visible.
13462
6d5f0679
YQ
134632015-03-26 Yao Qi <yao.qi@linaro.org>
13464
13465 PR testsuite/18139
13466 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13467 Add a line number entry for the same line.
13468 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13469 Add a line number entry for the same line.
13470
2898689b
YQ
134712015-03-26 Yao Qi <yao.qi@linaro.org>
13472
13473 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13474 .int 0.
13475 (func): Likewise. Add .Lfunc_1 label.
13476 Use .Lfunc_1 label.
13477 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13478 .int 0.
13479 (func): Likewise.
13480 Use .Lfunc_1 label.
13481
85180498
YQ
134822015-03-26 Yao Qi <yao.qi@linaro.org>
13483
13484 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13485 Call gdb_compile instead to compile each .s files without debug
13486 information.
13487
8aa08a8d
YQ
134882015-03-26 Yao Qi <yao.qi@linaro.org>
13489
13490 * gdb.base/savedregs.exp (process_saved_regs): Make
13491 "Saved registers:" optional in the pattern.
13492
66849923
MM
134932015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13494
13495 * gdb.btrace/next.exp: Merged into step.exp.
13496 * gdb.btrace/finish.exp: Merged into step.exp.
13497 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13498 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13499 "record goto" and checking the exact replay position.
13500 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13501 check for "Recording format" in "info record" output.
13502 * gdb.btrace/record_goto.exp: Choose test file based on target.
13503 * gdb.btrace/x86-record_goto.S: Renamed into ...
13504 * gdb.btrace/x86_64-record_goto.S: ... this.
13505 * gdb.btrace/i686-record_goto.S: New.
13506 * gdb.btrace/x86-tailcall.S: Renamed into ...
13507 * gdb.btrace/x86_64-tailcall.S: ... this.
13508 * gdb.btrace/i686-tailcall.S: New.
13509 * gdb.btrace/x86-tailcall.c: Renamed into ...
13510 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13511 separate statements. Update test.
13512 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13513 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13514 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13515 * gdb.btrace/tailcall.exp: Choose test file based on target.
13516 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13517
11cc1b74
MM
135182015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13519
13520 * gdb.btrace/exception.exp: Increase BTS buffer size.
13521
a25d8bf9
PA
135222015-03-24 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13525
856e7dd6
PA
135262015-03-24 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.threads/schedlock.exp (test_step): No longer expect that
13529 "set scheduler-locking step" with "next" over a function call runs
13530 threads unlocked.
13531
ad235a41
AT
135322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13533
13534 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13535
15630549
AT
135362015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13537
13538 PR breakpoints/16466
13539 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13540 * gdb.mi/mi-pending.c (thread_func): New function.
13541 (int main): Add threading support required.
13542 * gdb.mi/mi-pending.exp: Add tests for this issue.
13543 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13544 (pendfunc2): Remove stdio dependency.
13545 * gdb.mi/mi-pendshr2.c: New file.
13546
693dca06
KS
135472015-03-23 Keith Seitz <keiths@redhat.com>
13548
13549 * gdb.linespec/keywords.c: New file.
13550 * gdb.linespec/keywords.exp: New file.
13551
7e993ebf
KS
135522015-03-23 Keith Seitz <keiths@redhat.com>
13553
13554 PR gdb/18021
13555 * gdb.dwarf2/staticvirtual.exp: New test.
13556
bc23328c
JK
135572015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13558
13559 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13560 * README: Remove HP-UX and gdb.hp.
13561 (configuration):
13562 * configure: Regenerate.
13563 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13564 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13565 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13566 gdb.hp/gdb.defects/Makefile.
13567 * gdb.hp/Makefile.in: File deleted.
13568 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13569 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13570 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13571 * gdb.hp/gdb.aCC/run.c: File deleted.
13572 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13573 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13574 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13575 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13576 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13577 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13578 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13579 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13580 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13581 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13582 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13583 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13584 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13585 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13586 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13587 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13588 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13589 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13590 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13591 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13592 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13593 * gdb.hp/gdb.compat/average.c: File deleted.
13594 * gdb.hp/gdb.compat/sum.c: File deleted.
13595 * gdb.hp/gdb.compat/xdb.c: File deleted.
13596 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13597 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13598 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13599 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13600 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13601 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13602 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13603 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13604 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13605 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13606 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13607 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13608 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13609 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13610 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13611 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13612 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13613 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13614 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13615 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13616 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13617 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13618 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13619 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13620 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13621 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13622 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13623 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13624 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13625 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13626 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13627 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13628 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13629 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13630 * gdb.hp/tools/odump: File deleted.
13631
8bf3b159
PA
136322015-03-19 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13635 (saw_thread_3): New globals.
13636 (top level): Increment them when an event for the corresponding
13637 thread is seen.
13638 (no thread starvation): New test.
13639
eb54c8bf
PA
136402015-03-19 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.threads/continue-pending-status.c: New file.
13643 * gdb.threads/continue-pending-status.exp: New file.
13644
32d2e5d6
PA
136452015-03-18 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13648 Use gdb_is_target_remote instead of is_remote. Use
13649 gdb_test_multiple instead of gdb_expect. Exit early if
13650 gdb_test_multiple hits its internal matches. Tighten stepi tests
13651 expected output. Fail on exit with any signal, instead of just
13652 SIGILL.
13653
f68f11b7
YQ
136542015-03-18 Yao Qi <yao.qi@linaro.org>
13655
13656 PR tdep/18107
13657 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13658 variable.
13659 * gdb.base/catch-syscall.exp: Don't skip it on
13660 aarch64*-*-linux* target. Remove elements in all_syscalls.
13661 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13662 target.
13663 (setup_all_syscalls): New proc.
13664
ca5fd19b
YQ
136652015-03-16 Yao Qi <yao.qi@linaro.org>
13666
13667 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13668 (top level): Skip tests if valid_addr_p returns false for
13669 $cmd1 or $cmd2.
13670
85642ba0
AW
136712015-03-11 Andy Wingo <wingo@igalia.com>
13672
13673 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13674
e03f9645
YQ
136752015-03-11 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.base/catch-syscall.exp: Fix typo in comments.
13678
5d0962b2
YQ
136792015-03-11 Yao Qi <yao.qi@linaro.org>
13680
13681 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13682
b2df3cef
PA
136832015-03-09 Pedro Alves <palves@redhat.com>
13684
13685 * dg-extract-results.py: Delete.
13686
ef878e53
PA
136872015-03-09 Pedro Alves <palves@redhat.com>
13688
13689 Merge dg-extract-results.sh from GCC upstream (r218843).
13690
13691 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13692 * dg-extract-results.sh: Use --text with grep to avoid issues with
13693 binary files. Fall back to cat -v, if that doesn't work.
13694
9494d219
PA
136952015-03-05 Pedro Alves <palves@redhat.com>
13696
13697 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13698
a8d9763a
SM
136992015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13700
13701 * lib/mi-support.exp (mi_expect_interrupt): Accept
13702 alternative event for when in all-stop mode.
13703
be9957b8
PA
137042015-03-04 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13707
d57be0f4 137082015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13709
13710 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13711
c214c7cf
AA
137122015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13713
13714 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13715 regexps for GDB's current line display, accept a hex address
13716 preceding the line number.
13717
6d74a497
AA
137182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13719
13720 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13721 the 'arch1' variable for "s390*-linux*" targets.
13722
511aee7c
PA
137232015-03-04 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13726 (main): Pass missing retval argument to pthread_join call.
13727
95e50b27
PA
137282015-03-02 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13731 (top level): Call do_test with non-stop as well.
13732
28054d69
PA
137332015-03-02 Pedro Alves <palves@redhat.com>
13734
13735 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13736 -1.
13737
4fa5d7b4
AA
137382015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13739
13740 * gdb.arch/s390-vregs.exp: New test.
13741 * gdb.arch/s390-vregs.S: New file.
13742
97c18565
PA
137432015-02-27 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13746 call to catch_command_errors.
13747 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13748 catch_command_errors.
13749
a37bfa30
PA
137502015-02-27 Pedro Alves <palves@redhat.com>
13751
13752 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13753 "true" for boolean result.
13754 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13755 prototype of main.
13756
6f98576f
PA
137572015-02-27 Pedro Alves <palves@redhat.com>
13758
13759 * lib/unbuffer_output.c: New file.
13760 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13761 (main): Call gdb_unbuffer_output.
13762
eba5ab56
YQ
137632015-02-27 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13766 target.
13767
0def5aaa
DE
137682015-02-26 Doug Evans <dje@google.com>
13769
13770 * gdb.cp/class2.cc (Dbase, D): New classes.
13771 (main): New local delta.
13772 * gdb.cp/class2.exp: Test printing delta.
13773 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13774 (dynbar): New global.
13775 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13776
081a1c2c
JK
137772015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13778
13779 * gdb.compile/compile-ifunc.c: New file.
13780 * gdb.compile/compile-ifunc.exp: New file.
13781
2f41223f
AT
137822015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13783
13784 * gdb.base/structs.exp: Check for correct struct on finish.
13785
03eddd80
YQ
137862015-02-26 Yao Qi <yao.qi@linaro.org>
13787
13788 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13789 is zero.
13790
80c57053
JK
137912015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13792
13793 * gdb.arch/cordic.ko.bz2: New file.
13794 * gdb.arch/cordic.ko.debug.bz2: New file.
13795 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13796
21613c12
YQ
137972015-02-25 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13800 aarch64*-*-* target.
13801
d8b901ed
PA
138022015-02-23 Pedro Alves <palves@redhat.com>
13803
13804 * lib/gdb.exp (delete_breakpoints): Rewrite using
13805 gdb_test_multiple.
13806
e5b85ead
PA
138072015-02-23 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/info-os.c: Include stdlib.h.
13810
85c3a371
DE
138112015-02-22 Doug Evans <xdje42@gmail.com>
13812
13813 PR symtab/17855
13814 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13815 is read after symbols have been re-read.
13816 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13817 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13818
96553a0c
DE
138192015-02-21 Doug Evans <dje@google.com>
13820
13821 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13822
97a0c697
JK
138232015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13824
13825 PR corefiles/17808
13826 * gdb.arch/i386-biarch-core.core.bz2: New file.
13827 * gdb.arch/i386-biarch-core.exp: New file.
13828
a47cd6e9
PA
138292015-02-21 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13832 runto_main fails.
13833
c5facdc4
PA
138342015-02-20 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13837 info probes.
13838
2db9a427
PA
138392015-02-20 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13842
60fb7e9e
PA
138432015-02-20 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13846 clean_restart before gdb_target_supports_trace.
13847
5c5019c2
PA
138482015-02-20 Pedro Alves <palves@redhat.com>
13849
13850 PR threads/18006
13851 * gdb.threads/clone-thread_db.c: New file.
13852 * gdb.threads/clone-thread_db.exp: New file.
13853
c9587f88
AT
138542015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13855
13856 PR breakpoints/16812
13857 * gdb.base/catch-gdb-caused-signals.c: New file.
13858 * gdb.base/catch-gdb-caused-signals.exp: New file.
13859
f6a88844
JM
138602015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13861
13862 * configure: Regenerated.
13863 * configure.ac: Use GDB_AC_TRANSFORM.
13864 * aclocal.m4: sinclude ../transform.m4.
13865
497c491b
JM
138662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13867
13868 * lib/dtrace.exp: New file.
13869 * gdb.base/dtrace-probe.exp: Likewise.
13870 * gdb.base/dtrace-probe.d: Likewise.
13871 * gdb.base/dtrace-probe.c: Likewise.
13872 * lib/pdtrace.in: Likewise.
13873 * configure.ac: Output variables with the transformed names of
13874 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13875 * configure: Regenerated.
13876
03e98035
JM
138772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13878
13879 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13880 expected message when trying to access $_probe_* convenience
13881 variables while not on a probe.
13882
63cc30e9
JK
138832015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13886
0703599a
PA
138872015-02-11 Pedro Alves <pedro@codesourcery.com>
13888
13889 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13890 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13891
7e60a48e
DE
138922015-02-10 Doug Evans <xdje42@gmail.com>
13893
13894 * lib/gdb.exp (gdb_load): Always return a result.
13895
01b088bc
PA
138962015-02-10 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/signal-sigtrap.c: New file.
13899 * gdb.threads/signal-sigtrap.exp: New file.
13900
b05ec7a5
AT
139012015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13902
13903 * gdb.trace/no-attach-trace.c: New file.
13904 * gdb.trace/no-attach-trace.exp: New file.
13905
a2c2acaf
MW
139062015-02-09 Mark Wielaard <mjw@redhat.com>
13907
13908 * gdb.dwarf2/atomic.c: New file.
13909 * gdb.dwarf2/atomic-type.exp: Likewise.
13910
31fd9caa
MM
139112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13912
13913 * gdb.btrace/buffer-size.exp: Update "info record" output.
13914 * gdb.btrace/delta.exp: Update "info record" output.
13915 * gdb.btrace/enable.exp: Update "info record" output.
13916 * gdb.btrace/finish.exp: Update "info record" output.
13917 * gdb.btrace/instruction_history.exp: Update "info record" output.
13918 * gdb.btrace/next.exp: Update "info record" output.
13919 * gdb.btrace/nexti.exp: Update "info record" output.
13920 * gdb.btrace/step.exp: Update "info record" output.
13921 * gdb.btrace/stepi.exp: Update "info record" output.
13922 * gdb.btrace/nohist.exp: Update "info record" output.
13923
d33501a5
MM
139242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13925
13926 * gdb.btrace/buffer-size: New.
13927
f4abbc16
MM
139282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13929
13930 * gdb.btrace/delta.exp: Update "info record" output.
13931 * gdb.btrace/enable.exp: Update "info record" output.
13932 * gdb.btrace/finish.exp: Update "info record" output.
13933 * gdb.btrace/instruction_history.exp: Update "info record" output.
13934 * gdb.btrace/next.exp: Update "info record" output.
13935 * gdb.btrace/nexti.exp: Update "info record" output.
13936 * gdb.btrace/step.exp: Update "info record" output.
13937 * gdb.btrace/stepi.exp: Update "info record" output.
13938 * gdb.btrace/nohist.exp: Update "info record" output.
13939
b9d61307
SM
139402015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13941
13942 PR gdb/15678
13943 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13944
e584fdbc
PA
139452015-02-06 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13948 macro.
13949 (seconds_left, again): New globals.
13950 (main): Wait seconds_left in a 1-second sleep loop instead of
13951 sleeping 180 seconds. If 'again' is set, reset the seconds
13952 counter.
13953 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13954 'again' in the inferior before detaching. Print the seconds left.
13955 (options): New global.
13956 (top level): Build program with -DTIMEOUT=$timeout.
13957
77f41761
PA
139582015-02-06 Pedro Alves <palves@redhat.com>
13959
13960 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13961 determine how many seconds to pass to 'alarm'.
13962 * gdb.base/gdb-sigterm.exp (top level): Build program with
13963 -DTIMEOUT=$timeout.
13964 (do_test): Return success/failure indication. Add more verbose
13965 logging. Don't fail if 200 single steps are seen. Instead, fail
13966 when the test times out.
13967 (passes): New global.
13968 (top level): Break the testing loop if testing fails on any
13969 iteration. Use gdb_assert.
13970
b9394193
DB
139712015-02-04 Don Breazeal <donb@codesourcery.com>
13972
13973 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13974 and initialize them.
13975 (ipc_cleanup): New function.
13976 (main): Don't declare shmid, semid, and msqid. Add a call to
13977 atexit so that we call ipc_cleanup on exit.
13978
42d9e528
PA
139792015-02-04 Pedro Alves <palves@redhat.com>
13980
13981 * boards/native-extended-gdbserver.exp: Remove any target variant
13982 specifications from the board name before clearing the isremote
13983 flag from board_info.
13984
ae6ae975
DE
139852015-01-31 Doug Evans <xdje42@gmail.com>
13986
13987 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13988
cfb069a8
GB
139892015-01-31 Gary Benson <gbenson@redhat.com>
13990
13991 * gdb.base/completion.exp: Disable completion limiting for
13992 existing tests. Add new tests to check completion limiting.
13993 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13994
5dd31d79
DE
139952015-01-31 Doug Evans <xdje42@gmail.com>
13996
13997 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13998
9f050062
DE
139992015-01-31 Doug Evans <xdje42@gmail.com>
14000
14001 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14002 entries. Duplicate file section script entries.
14003 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14004 inlined entries. Add test for safe-path rejection.
14005 * gdb.python/py-section-script.c: Add duplicate inlined section script
14006 entries. Duplicate file section script entries.
14007 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14008 inlined entries. Add test for safe-path rejection.
14009
df25ebbd
JB
140102015-01-29 Joel Brobecker <brobecker@adacore.com>
14011
14012 * gdb.ada/disc_arr_bound: New testcase.
14013
4a0ca9ec
JB
140142015-01-29 Joel Brobecker <brobecker@adacore.com>
14015
14016 * gdb.ada/mi_var_array: New testcase.
14017
3a8b707a
DE
140182015-01-27 Doug Evans <dje@google.com>
14019
14020 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14021 Add test for objfile.filename, objfile.username after objfile
14022 has been unloaded.
14023
f8313f6e
JB
140242015-01-26 Joel Brobecker <brobecker@adacore.com>
14025
14026 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14027 the second test to print the name attribute of value
14028 returned by the call to gdb.lookup_type, and adjust
14029 the expected output accordingly.
14030
37bc665e
MW
140312015-01-25 Mark Wielaard <mjw@redhat.com>
14032
14033 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14034 * gdb.base/disp-step-fork.c: Include unistd.h.
14035 * gdb.base/siginfo-obj.c: Include stdio.h.
14036 * gdb.base/siginfo-thread.c: Likewise.
14037 * gdb.mi/non-stop.c: Include unistd.h.
14038 * gdb.mi/nsthrexec.c: Include stdio.h.
14039 * gdb.mi/pthreads.c: Include unistd.h.
14040 * gdb.modula2/unbounded1.c (main): Declare returns int.
14041 * gdb.reverse/consecutive-reverse.c: Likewise.
14042 * gdb.threads/create-fail.c: Include unistd.h.
14043 * gdb.threads/killed.c: Likewise.
14044 * gdb.threads/linux-dp.c: Likewise.
14045 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14046 * gdb.threads/non-ldr-exc-2.c: Likewise.
14047 * gdb.threads/non-ldr-exc-3.c: Likewise.
14048 * gdb.threads/non-ldr-exc-4.c: Likewise.
14049 * gdb.threads/pthreads.c: Include unistd.h.
14050 (main): Declare returns int.
14051 * gdb.threads/tls-main.c (foo): New declaration.
14052 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14053
f7e5394d
SM
140542015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14055
14056 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14057 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14058
743649fd
MW
140592015-01-15 Mark Wielaard <mjw@redhat.com>
14060
14061 * gdb.base/noreturn-return.c: New file.
14062 * gdb.base/noreturn-return.exp: New file.
14063 * gdb.base/noreturn-finish.c: New file.
14064 * gdb.base/noreturn-finish.exp: New file.
14065
198297aa
PA
140662015-01-23 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.threads/continue-pending-after-query.c: New file.
14069 * gdb.threads/continue-pending-after-query.exp: New file.
14070
717cf30c
AG
140712015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14072 Simon Marchi <simon.marchi@ericsson.com>
14073
14074 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14075 * gdb.base/valgrind-db-attach.exp: Same.
14076 * gdb.base/valgrind-infcall.exp: Same.
14077 * lib/mi-support.exp (default_mi_gdb_start): Same.
14078 * lib/prompt.exp (default_prompt_gdb_start): Same.
14079 * lib/gdb.exp (default_gdb_spawn): Same.
14080 (gdb_interact): New.
14081
14082
4b62a76e
JK
140832015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14084
14085 * gdb.compile/compile.exp (pointer to jit function): New test.
14086
b4cdae6f
WW
140872015-01-17 Wei-cheng Wang <cole945@gmail.com>
14088
14089 * lib/gdb.exp (supports_process_record): Return true for
14090 powerpc*-*-linux*.
14091 (supports_reverse): Likewise.
14092
d221e7ef
DB
140932015-01-15 Don Breazeal <donb@codesourcery.com>
14094
14095 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14096 instead of checking whether the target board is remote and
14097 use spawn_wait_for_attach instead of exec/sleep.
14098 * gdb.base/attach-twice.exp: Likewise.
14099
bafffb51
JB
141002015-01-15 Joel Brobecker <brobecker@adacore.com>
14101
14102 * gdb.ada/var_arr_attrs: New testcase.
14103
5589af0e
PA
141042015-01-14 Pedro Alves <palves@redhat.com>
14105 Joel Brobecker <brobecker@adacore.com>
14106
14107 PR gdb/17525
14108 * gdb.base/bp-cmds-execution-x-script.c: New file.
14109 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14110 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14111
6c400b59
PA
141122015-01-14 Pedro Alves <palves@redhat.com>
14113
14114 PR cli/17828
14115 * gdb.base/batch-preserve-term-settings.c: New file.
14116 * gdb.base/batch-preserve-term-settings.exp: New file.
14117
e02c96a7
DE
141182015-01-13 Doug Evans <dje@google.com>
14119
14120 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14121 binary.
14122
576fd14c
JB
141232015-01-13 Joel Brobecker <brobecker@adacore.com>
14124
14125 * Makefile.in (clean mostlyclean): Do not delete *.py.
14126
04dccad0
JB
141272015-01-13 Joel Brobecker <brobecker@adacore.com>
14128
14129 * gdb.python/py-lookup-type.exp: New file.
14130
3d230f71
PA
141312015-01-12 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14134 restore GDBFLAGS before returning.
14135
7e67715d
JK
141362015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14137
14138 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14139 is_amd64_regs_target and is_x86_like_target.
14140
f2e0d4b4
DE
141412015-01-11 Doug Evans <xdje42@gmail.com>
14142
14143 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14144 is given without an explicit form.
14145 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14146 attributes.
14147 * gdb.dwarf/corrupt.exp: Ditto.
14148 * gdb.dwarf2/enum-type.exp: Ditto.
14149 * gdb.trace/entry-values.exp: Ditto.
14150 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14151
439250fb
DE
141522015-01-11 Doug Evans <xdje42@gmail.com>
14153
14154 PR gdb/15830
14155 * gdb.base/maint.exp: Remove references to "maint demangle".
14156 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14157 Add tests for explicitly specifying language to demangle.
14158 * gdb.dlang/demangle.exp: Ditto.
14159
ede9f622
PA
141602015-01-09 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.threads/non-stop-fair-events.c: New file.
14163 * gdb.threads/non-stop-fair-events.exp: New file.
14164
a7b796db
PA
141652015-01-09 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14168 the global scope. Set a breakpoint after all threads are started
14169 rather than stepping over two source lines. Expect the prompt.
14170 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14171 global.
14172 (NUM): Now 15.
14173 (main): Use threads_started_barrier to wait for all threads to
14174 start. Main thread no longer calls thread_function. Exit after
14175 180 seconds.
14176 (loop): New function.
14177 (thread_function): Wait on threads_started_barrier barrier. Call
14178 'loop' at each iteration.
14179 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14180 threads have started, instead of hardcoding number of "next"
14181 steps. Use an access watchpoint instead of a write watchpoint.
14182
9665ffdd
PA
141832015-01-09 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14186 (thread_func): Wait on barrier.
14187 (main): Wait for all threads to start before stopping GDB.
14188 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14189 global.
14190 (thread1_func, thread2_func): Wait on barrier.
14191 (main): Wait for all threads to start before stopping GDB.
14192 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14193 New global.
14194 (thread1_func, thread2_func): Wait on barrier.
14195 (main): Wait for all threads to start before stopping GDB.
14196
c945a99f
PA
141972015-01-09 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.threads/attach-many-short-lived-threads.c: New file.
14200 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14201
c1a747c1
PA
142022014-01-09 Pedro Alves <palves@redhat.com>
14203
14204 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14205 instead of to thread 2.
14206 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14207 Add barrier around each pthread_create call instead of around all
14208 calls.
14209 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14210 Set a break on thread_function and have the child threads hit it
14211 one at at a time.
14212
60b3033e
PA
142132015-01-09 Pedro Alves <palves@redhat.com>
14214
14215 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14216 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14217 false.
14218 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14219 checking whether the target board is remote.
14220 * gdb.multi/multi-attach.exp: Likewise.
14221 * gdb.python/py-sync-interp.exp: Likewise.
14222 * gdb.server/ext-attach.exp: Likewise.
14223 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14224 tests that need to attach, instead of checking whether the target
14225 board is remote at the top of the file.
14226
acc018ac
YQ
142272015-01-08 Yao Qi <yao@codesourcery.com>
14228
14229 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14230
50a18af8
JK
142312015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14232
14233 Fix testcase compilation.
14234 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14235
8503d6e1
JB
142362015-01-06 Joel Brobecker <brobecker@adacore.com>
14237
14238 * gdb.python/py-type.exp: Add a couple test about empty
14239 array creation, and negative-length array creation.
14240
cc73dbcc
DE
142412015-01-02 Doug Evans <xdje42@gmail.com>
14242
14243 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14244
0300bbc7
DE
142452015-01-02 Doug Evans <dje@google.com>
14246
14247 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14248
9d85a0ec
YQ
142492014-12-29 Yao Qi <yao@codesourcery.com>
14250
14251 * gdb.trace/entry-values.exp: Update comments. Rename variable
14252 bar_call_foo to returned_from_foo.
14253
87186c6a
MMN
142542014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14255
14256 PR gdb/17394
14257 * gdb.linespec/break-asm-file.c: New file.
14258 * gdb.linespec/break-asm-file.exp: New file.
14259 * gdb.linespec/break-asm-file0.s: New file.
14260 * gdb.linespec/break-asm-file1.s: New file.
14261
1bab7383
YQ
142622014-12-18 Nigel Stephens <nigel@mips.com>
14263 Maciej W. Rozycki <macro@codesourcery.com>
14264
14265 * gdb.base/float.exp: Handle the new output from "info float" on
14266 MIPS targets.
14267
1bc1068a
JK
142682014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14269
14270 Fix MinGW compilation.
14271 * gdb.compile/compile-ops.exp: Update untested message if
14272 !skip_compile_feature_tests.
14273 * gdb.compile/compile-setjmp.exp: Likewise.
14274 * gdb.compile/compile-tls.exp: Likewise.
14275 * gdb.compile/compile.exp: Likewise.
14276 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14277 supported on this host".
14278
b6615d10
DE
142792014-12-16 Doug Evans <xdje42@gmail.com>
14280
14281 * boards/stabs.exp: New file.
14282
25dda427
AA
142832014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14284
14285 * gdb.base/completion.exp: Adjust to format changes of "maint
14286 print user-registers".
14287
bf330350
CU
142882014-12-16 Catalin Udma <catalin.udma@freescale.com>
14289
14290 PR server/17457
14291 * gdb.arch/aarch64-fp.c: New file.
14292 * gdb.arch/aarch64-fp.exp: New file.
14293
395cf596
SDJ
142942014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14295
14296 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14297 r210637, r210913, r211666, r215400, r215817).
14298
14299 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14300 * dg-extract-results.py: New file.
14301 * dg-extract-results.sh: Use it if the environment seems
14302 suitable.
14303
14304 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14305
14306 * dg-extract-results.py (parse_run): Handle warnings that
14307 are printed before a test harness is run.
14308
14309 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14310
14311 * dg-extract-results.py (Named): Remove __cmp__ method.
14312 (output_variation): Use a key to sort variation.harnesses.
14313
14314 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14315
14316 * dg-extract-results.py: For Python 3, force sys.stdout to
14317 handle surrogate escape sequences.
14318 (safe_open): New function.
14319 (output_segment, main): Use it.
14320
14321 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14322
14323 * dg-extract-results.py (Prog.result_re): Include options
14324 in test name.
14325
14326 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14327
14328 * dg-extract-results.py (output_variation): Always sort if
14329 do_sum.
14330
e882ef3c
SM
143312014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14332
14333 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14334 as long as we get pagination notifications.
14335
4992aa20
JM
143362014-12-15 Jason Merrill <jason@redhat.com>
14337
14338 * Makefile.in (check-gdb.%): Restore.
14339 * README: Mention it.
14340
c1b5a1a6
JB
143412014-12-13 Joel Brobecker <brobecker@adacore.com>
14342
14343 * gdb.ada/str_uninit: New testcase.
14344
5537b577
JK
143452014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 PR symtab/17642
14348 * gdb.base/vla-stub-define.c: New file.
14349 * gdb.base/vla-stub.c: New file.
14350 * gdb.base/vla-stub.exp: New file.
14351
bb2ec1b3
TT
143522014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14353 Jan Kratochvil <jan.kratochvil@redhat.com>
14354 Tom Tromey <tromey@redhat.com>
14355
14356 * configure.ac: Add gdb.compile/.
14357 * configure: Regenerate.
14358 * gdb.compile/Makefile.in: New file.
14359 * gdb.compile/compile-ops.exp: New file.
14360 * gdb.compile/compile-ops.c: New file.
14361 * gdb.compile/compile-tls.c: New file.
14362 * gdb.compile/compile-tls.exp: New file.
14363 * gdb.compile/compile-constvar.S: New file.
14364 * gdb.compile/compile-constvar.c: New file.
14365 * gdb.compile/compile-mod.c: New file.
14366 * gdb.compile/compile-nodebug.c: New file.
14367 * gdb.compile/compile-setjmp-mod.c: New file.
14368 * gdb.compile/compile-setjmp.c: New file.
14369 * gdb.compile/compile-setjmp.exp: New file.
14370 * gdb.compile/compile-shlib.c: New file.
14371 * gdb.compile/compile.c: New file.
14372 * gdb.compile/compile.exp: New file.
14373 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14374
4ff709eb
TT
143752014-12-12 Tom Tromey <tromey@redhat.com>
14376
14377 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14378 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14379
6dddd6a5
DE
143802014-12-12 Doug Evans <dje@google.com>
14381
14382 * lib/gdb-python.exp (get_python_valueof): New function.
14383 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14384
71c24708
AA
143852014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14386
14387 * gdb.base/completion.exp: Add test for completion of "info
14388 registers ".
14389
3e29f34a
MR
143902014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14391
14392 * gdb.base/func-ptrs.c: New file.
14393 * gdb.base/func-ptrs.exp: New file.
14394
fc126975
SM
143952014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14396
14397 PR breakpoints/17012
14398 * gdb.base/dprintf-detach.c: New file.
14399 * gdb.base/dprintf-detach.exp: New file.
14400
0a46d518
SM
144012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14402
14403 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14404 * lib/gdb.exp (target_is_gdbserver): New procedure.
14405
a0be3e44
DE
144062014-12-08 Doug Evans <dje@google.com>
14407
14408 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14409
df1b803a
YQ
144102014-12-05 Yao Qi <yao@codesourcery.com>
14411
14412 * gdb.guile/scm-error.exp: Remove the third argument to
14413 gdb_remote_download.
14414 * gdb.guile/scm-frame-args.exp: Likewise.
14415 * gdb.guile/scm-section-script.exp: Likewise.
14416
ddb9f679
YQ
144172014-12-05 Yao Qi <yao@codesourcery.com>
14418
14419 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14420
86e4ed39
DE
144212014-12-04 Doug Evans <dje@google.com>
14422
14423 * gdb.python/py-objfile.exp: Add tests for
14424 objfile.add_separate_debug_file.
14425
7c50a931
DE
144262014-12-04 Doug Evans <dje@google.com>
14427
14428 * lib/gdb.exp (get_build_id): New function.
14429 (build_id_debug_filename_get): Rewrite to use it.
14430 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14431
621661e3
MR
144322014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14433
14434 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14435 `method(long)', not just 0x0.
14436 * gdb.cp/nsalias.exp: Align code labels to 4.
14437 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14438 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14439 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14440 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14441 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14442 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14443
29f0c3b7
DE
144442014-12-02 Doug Evans <dje@google.com>
14445
e1e061e7 14446 PR symtab/17602
29f0c3b7 14447 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14448 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14449 * gdb.cp/anon-ns.exp: Update.
14450
162078c8
NB
144512014-12-02 Nick Bull <nicholaspbull@gmail.com>
14452
14453 * gdb.python/py-events.py (inferior_call_handler): New.
14454 (register_changed_handler, memory_changed_handler): New.
14455 (test_events.invoke): Register new handlers.
14456 * gdb.python/py-events.exp: Add tests for inferior call,
14457 memory_changed and register_changed events.
14458
fdb09caf
AA
144592014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14460
14461 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14462 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14463 if the linker doesn't understand this.
14464
55cfb2c4
SM
144652014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14466
14467 * gdb.python/python.exp: Change expected reply to help().
14468
9e8cd6df
YQ
144692014-12-01 Yao Qi <yao@codesourcery.com>
14470
14471 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14472 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14473 * configure: Re-generated.
14474
6c659fc2
SC
144752014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14476
14477 * gdb.cp/chained-calls.cc: New file.
14478 * gdb.cp/chained-calls.exp: New file.
14479 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14480
d7fc3181
SM
144812014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14482
14483 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14484 * gdb.dwarf2/symtab-producer.exp: Same.
14485 * gdb.gdb/python-interrupts.exp: Same.
14486 * gdb.gdb/python-selftest.exp: Same.
14487 * gdb.python/py-linetable.exp: Same.
14488 * gdb.python/py-type.exp: Same.
14489 * gdb.python/py-value-cc.exp: Same.
14490 * gdb.python/py-value.exp: Same.
14491
10e79639
YQ
144922014-11-28 Yao Qi <yao@codesourcery.com>
14493
14494 * gdb.base/break-probes.exp: Match library name prefixed with
14495 sysroot.
14496
f28a0564
SM
144972014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14498
14499 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14500 test expected output. Add parentheses for the call to print.
14501 Remove L suffix from integers.
14502
3fe1ce1d
DE
145032014-11-26 Doug Evans <dje@google.com>
14504
14505 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14506
84429e27
YQ
145072014-11-22 Yao Qi <yao@codesourcery.com>
14508
14509 * gdb.trace/entry-values.c: Remove asms.
14510 (foo): Add foo_label.
14511 (bar): Add bar_label.
14512 * gdb.trace/entry-values.exp: Remove code computing foo's
14513 length and bar's length.
14514 (Dwarf::assemble): Invoke function_range for bar and use
14515 MACRO_AT_func for foo.
14516
26741859
YQ
145172014-11-22 Yao Qi <yao@codesourcery.com>
14518
14519 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14520 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14521 Use .Lgcc43_procstart instead of gcc43.
14522
45e44d27
JB
145232014-11-21 Joel Brobecker <brobecker@adacore.com>
14524
14525 * gdb.ada/n_arr_bound: New testcase.
14526
458c8db8
SDJ
145272014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14528
14529 PR breakpoints/10737
14530 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14531 test_catch_syscall_multi_arch.
14532 (test_catch_syscall_multi_arch): New function.
14533
43f3e411
DE
145342014-11-20 Doug Evans <xdje42@gmail.com>
14535
14536 * gdb.base/maint.exp: Update expected output.
14537
0d7b2549
AA
145382014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14539
14540 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14541 4-byte instruction on S390.
14542
8908fca5
JB
145432014-11-19 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.ada/arr_arr: New testcase.
14546
4a46959e
JB
145472014-11-19 Joel Brobecker <brobecker@adacore.com>
14548
14549 * gdb.ada/pkd_arr_elem: New Testcase.
14550
470e2f4e
LM
145512014-11-18 Luis Machado <lgustavo@codesourcery.com>
14552
14553 * gdb.reverse/break-precsave: Expect completion message for
14554 core file reads.
14555 * gdb.reverse/consecutive-precsave.exp: Likewise.
14556 * gdb.reverse/finish-precsave.exp: Likewise.
14557 * gdb.reverse/i386-precsave.exp: Likewise.
14558 * gdb.reverse/machinestate-precsave.exp: Likewise.
14559 * gdb.reverse/sigall-precsave.exp: Likewise.
14560 * gdb.reverse/solib-precsave.exp: Likewise.
14561 * gdb.reverse/step-precsave.exp: Likewise.
14562 * gdb.reverse/until-precsave.exp: Likewise.
14563 * gdb.reverse/watch-precsave.exp: Likewise.
14564
a267f3ad
AA
145652014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14566
14567 * gdb.base/bp-permanent.c: Include unistd.h.
14568 * gdb.python/py-framefilter-mi.c (main): Add return type.
14569 * gdb.python/py-framefilter.c (main): Likewise.
14570 * gdb.trace/actions-changed.c (main): Likewise.
14571
12084a9a
AA
145722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14573
14574 * gdb.mi/until.c: Add eye-catchers.
14575 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14576 line numbers.
14577
dc7e1a77
AA
145782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14579
14580 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14581 function header variants in break1.c.
14582 * gdb.base/ena-dis-br.exp: Likewise.
14583 * gdb.base/hbreak2.exp: Likewise.
14584 * gdb.reverse/until-precsave.exp: Drop references to removed
14585 non-prototype function header variants in ur1.c.
14586 * gdb.reverse/until-reverse.exp: Likewise.
14587
41c77605
PM
145882014-11-17 Petr Machata <pmachata@redhat.com>
14589
14590 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14591 ${_cu_offset_size} bytes abbrev offset.
14592
34248c3a
DE
145932014-11-15 Doug Evans <xdje42@gmail.com>
14594
14595 PR symtab/17559
14596 * gdb.base/line-symtabs.exp: New file.
14597 * gdb.base/line-symtabs.c: New file.
14598 * gdb.base/line-symtabs.h: New file.
14599
646da059
YQ
146002014-11-14 Yao Qi <yao@codesourcery.com>
14601
14602 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14603 (func): Add label func_label.
14604 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14605 Replace low_pc and high_pc with MACRO_AT_range.
14606 Replace name, low_pc and high_pc with MACRO_AT_func.
14607
9301ebe6
YQ
146082014-11-14 Yao Qi <yao@codesourcery.com>
14609
14610 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14611 Replace name, low_pc and high_pc with MACRO_AT_func.
14612
f166b542
YQ
146132014-11-14 Yao Qi <yao@codesourcery.com>
14614
14615 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14616 produce debug information.
14617 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14618
0f6e71e3
YQ
146192014-11-14 Yao Qi <yao@codesourcery.com>
14620
14621 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14622 object and get function length.
14623 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14624 with MACRO_AT_func.
14625 (top-level): Replace gdb_compile and clean_restart with
14626 prepare_for_testing.
14627 * gdb.dwarf2/main.c (main): Add label main_label.
14628
876c4df9
YQ
146292014-11-14 Yao Qi <yao@codesourcery.com>
14630
14631 * lib/dwarf.exp (function_range): New procedure.
14632 (Dwarf::_handle_macro_at_func): New procedure.
14633 (Dwarf::_handle_macro_at_range): New procedure.
14634 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14635
02ad9cf1
YQ
146362014-11-14 Yao Qi <yao@codesourcery.com>
14637
14638 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14639 (_handle_attribute): New procedure.
14640
a59add0c
AA
146412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14642
14643 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14644 * gdb.base/call-sc.c (zed): Likewise.
14645 * gdb.base/checkpoint.c (main): Likewise.
14646 * gdb.base/dump.c (main): Likewise.
14647 * gdb.base/gcore.c (main): Likewise.
14648 * gdb.base/huge.c (main): Likewise.
14649 * gdb.base/multi-forks.c (main): Likewise.
14650 * gdb.base/pr10179-a.c (main): Likewise.
14651 * gdb.base/savedregs.c (main): Likewise.
14652 * gdb.base/sigaltstack.c (main): Likewise.
14653 * gdb.base/siginfo.c (main): Likewise.
14654 * gdb.base/structs.c (zed): Likewise.
14655 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14656 * gdb.mi/mi-syn-frame.c (main): Likewise.
14657 * gdb.mi/until.c (foo, main): Likewise.
14658 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14659 * gdb.base/solib-weak.c (foo): Declare.
14660 * gdb.base/attach-twice.c: Include stdio.h.
14661 * gdb.base/weaklib1.c: Likewise.
14662 * gdb.base/weaklib2.c: Likewise.
14663 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14664 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14665 unistd.h.
14666 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14667 * gdb.mi/mi-exit-code.c: Likewise.
14668 * gdb.base/break-interp-lib.c: Include string.h.
14669 * gdb.base/coremaker.c: Likewise.
14670 * gdb.base/testenv.c: Likewise.
14671 * gdb.python/py-finish-breakpoint.c: Likewise.
14672 * gdb.base/inferior-died.c: Include sys/wait.h.
14673 * gdb.base/fileio.c: Include time.h.
14674 * gdb.base/async-shell.c: Include unistd.h.
14675 * gdb.base/dprintf-non-stop.c: Likewise.
14676 * gdb.base/info-os.c: Likewise.
14677 * gdb.mi/mi-console.c: Likewise.
14678 * gdb.mi/watch-nonstop.c: Likewise.
14679 * gdb.python/py-events.c: Likewise.
14680 * gdb.base/async.c (baz): Move up before its invocation.
14681 * gdb.base/code_elim2.c (my_global_func): Likewise.
14682 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14683 * gdb.base/advance.c (func2): Likewise.
14684
3b5d5997
AA
146852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14686
14687 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14688 variant.
14689 * gdb.base/annota3.c: Likewise.
14690 * gdb.base/async.c: Likewise.
14691 * gdb.base/average.c: Likewise.
14692 * gdb.base/call-ar-st.c: Likewise.
14693 * gdb.base/call-rt-st.c: Likewise.
14694 * gdb.base/call-sc.c: Likewise.
14695 * gdb.base/call-strs.c: Likewise.
14696 * gdb.base/ending-run.c: Likewise.
14697 * gdb.base/execd-prog.c: Likewise.
14698 * gdb.base/exprs.c: Likewise.
14699 * gdb.base/foll-exec.c: Likewise.
14700 * gdb.base/foll-fork.c: Likewise.
14701 * gdb.base/foll-vfork.c: Likewise.
14702 * gdb.base/funcargs.c: Likewise.
14703 * gdb.base/gcore.c: Likewise.
14704 * gdb.base/jump.c: Likewise.
14705 * gdb.base/langs0.c: Likewise.
14706 * gdb.base/langs1.c: Likewise.
14707 * gdb.base/langs2.c: Likewise.
14708 * gdb.base/mips_pro.c: Likewise.
14709 * gdb.base/nodebug.c: Likewise.
14710 * gdb.base/opaque0.c: Likewise.
14711 * gdb.base/opaque1.c: Likewise.
14712 * gdb.base/recurse.c: Likewise.
14713 * gdb.base/run.c: Likewise.
14714 * gdb.base/scope0.c: Likewise.
14715 * gdb.base/scope1.c: Likewise.
14716 * gdb.base/setshow.c: Likewise.
14717 * gdb.base/setvar.c: Likewise.
14718 * gdb.base/shmain.c: Likewise.
14719 * gdb.base/shr1.c: Likewise.
14720 * gdb.base/shr2.c: Likewise.
14721 * gdb.base/sigall.c: Likewise.
14722 * gdb.base/signals.c: Likewise.
14723 * gdb.base/so-indr-cl.c: Likewise.
14724 * gdb.base/solib2.c: Likewise.
14725 * gdb.base/structs.c: Likewise.
14726 * gdb.base/sum.c: Likewise.
14727 * gdb.base/vforked-prog.c: Likewise.
14728 * gdb.base/watchpoint.c: Likewise.
14729 * gdb.reverse/shr2.c: Likewise.
14730 * gdb.reverse/until-reverse.c: Likewise.
14731 * gdb.reverse/ur1.c: Likewise.
14732 * gdb.reverse/watch-reverse.c: Likewise.
14733
066a77c5
AA
147342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14735
14736 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14737 variant.
14738 * gdb.base/sepdebug.exp: Drop references to removed code.
14739
4f204ea5
AA
147402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14741
14742 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14743 variant. Preserve original line numbering.
14744 * gdb.base/list1.c: Likewise.
14745
3b377a3a
AA
147462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14747
14748 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14749 variant.
14750 * gdb.base/break1.c: Likewise.
14751 * gdb.base/break.exp: Drop references to removed code.
14752
e444df73
AA
147532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14754
14755 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14756 variant.
14757
8008f2a7
AA
147582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14759
14760 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14761
a5a06887
AA
147622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14763
14764 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14765 logic into perform_all_tests() and invoke it with and without
14766 function header prototypes.
14767 (do_function_calls): Remove conditional XFAIL for PR 5318.
14768 (rerun_and_prepare): Remove duplicate code.
14769 (perform_all_tests): New. Main logic moved here.
14770
44dba9b9
AA
147712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14772
14773 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14774 code guarded by #ifdef NO_PROTOTYPES.
14775 (t_double_many_args): Likewise.
14776 (DEF_FUNC_MANY_ARGS_1): Likewise.
14777 (DEF_FUNC_VALUES_1): Likewise.
14778 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14779 guarded by #ifdef PROTOTYPES.
14780
d1fbcd56
AA
147812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14782
14783 * gdb.mi/mi-console.c: Add eye-catcher.
14784 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14785 instead of literal line number.
14786
b0e59b8f
AA
147872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14788
14789 * gdb.base/shr2.c: Add eye-catcher.
14790 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14791 line number.
14792
78f98cca
AA
147932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14794
14795 * gdb.base/jump.c: Add eye-catchers.
14796 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14797 numbers.
14798
58fa2af0
AA
147992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.base/execd-prog.c: Add eye-catchers.
14802 * gdb.base/foll-exec.c: Likewise.
14803 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14804 line numbers.
14805
04e5059b
AA
148062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14807
14808 * gdb.base/ending-run.c: Add eye-catchers.
14809 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14810 literal line numbers.
14811
dbfdb174
AA
148122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14813
14814 * gdb.base/call-rt-st.c: Add eye-catchers.
14815 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14816 literal line numbers.
14817
888a2ade
AA
148182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14819
14820 * gdb.base/call-ar-st.c: Add eye-catchers.
14821 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14822 literal line numbers.
14823
6acc2dde
AA
148242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.base/average.c: Add eye-catchers.
14827 * gdb.base/sum.c: Likewise.
14828 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14829 regexps dynamically.
14830
9ecfcd1d
AA
148312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14832
14833 * gdb.base/solib1.c: Add eye-catchers.
14834 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14835 literal line numbers.
14836
78708b7c
PA
148372014-11-12 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14840 leader has exited.
14841
af48d08f
PA
148422014-11-12 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.arch/i386-bp_permanent.c: New file.
14845 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14846 (srcfile): Set to i386-bp_permanent.c.
14847 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14848 that stepi does not execute the 'leave' instruction, instead of
14849 testing it does execute.
14850 * gdb.base/bp-permanent.c: New file.
14851 * gdb.base/bp-permanent.exp: New file.
14852
af3768e9
DE
148532014-11-10 Doug Evans <xdje42@gmail.com>
14854
14855 PR symtab/17564
14856 * gdb.base/symtab-search-order.exp: New file.
14857 * gdb.base/symtab-search-order.c: New file.
14858 * gdb.base/symtab-search-order-1.c: New file.
14859 * gdb.base/symtab-search-order-shlib-1.c: New file.
14860
9de00a4a
PA
148612014-11-07 Pedro Alves <palves@redhat.com>
14862
14863 PR gdb/17511
14864 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14865 i?86-*-linux*.
14866
e0f52461
SC
148672014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14868
14869 PR c++/17494
14870 * gdb.cp/pr17494.cc: New file.
14871 * gdb.cp/pr17494.exp: New file.
14872
6ce8c980
YQ
148732014-11-02 Yao Qi <yao@codesourcery.com>
14874
14875 * gdb.python/python.exp: Get working directory and match the
14876 output of "set extended-prompt \\w " with it.
14877
02be9a71
DE
148782014-10-30 Doug Evans <dje@google.com>
14879
14880 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14881 in objfiles.
14882 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14883 in progspaces.
14884
3bdff46b
LM
148852014-10-30 Janis Johnson <janisjo@codesourcery.com>
14886
14887 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14888 * gdb.base/realname-expand.exp: Likewise.
14889 * gdb.linespec/macro-relative.exp: Likewise.
14890
ab917dfb
PA
148912014-10-29 Pedro Alves <palves@redhat.com>
14892
14893 PR gdb/17408
14894 * gdb.threads/schedlock.c (some_function): New function.
14895 (call_function): New global.
14896 (MAYBE_CALL_SOME_FUNCTION): New macro.
14897 (thread_function): Call it.
14898 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14899 and use it instead of a global counter. Adjust all callers.
14900 (get_current_thread): Use "find current thread" for test message
14901 here rather than having all callers pass down the same string.
14902 (goto_loop): New procedure, factored out from ...
14903 (my_continue): ... this.
14904 (step_ten_loops): Change parameter from test message to command to
14905 use. Adjust.
14906 (list_count): Delete global.
14907 (check_result): New procedure, factored out from duplicate top
14908 level code.
14909 (continue tests): Wrap in with_test_prefix.
14910 (test_step): New procedure, factored out from duplicate top level
14911 code.
14912 (top level): Test "step" in combination with all scheduler-locking
14913 modes. Test "next" in combination with all scheduler-locking
14914 modes, and in combination with stepping over a function call or
14915 not.
14916 * gdb.threads/next-bp-other-thread.c: New file.
14917 * gdb.threads/next-bp-other-thread.exp: New file.
14918
d3d4baed
PA
149192014-10-29 Pedro Alves <palves@redhat.com>
14920
14921 PR python/17372
14922 * gdb.python/python.exp: Test a multi-line command that spawns
14923 interactive Python.
14924 * gdb.base/multi-line-starts-subshell.exp: New file.
14925
563e8d85
YQ
149262014-10-29 Yao Qi <yao@codesourcery.com>
14927
14928 * gdb.base/fileio.exp: Make directories on host.
14929
0ea4d52e
YQ
149302014-10-29 Yao Qi <yao@codesourcery.com>
14931
14932 * gdb.base/fileio.c (test_write): Close the file.
14933
7f5ef605
PA
149342014-10-28 Pedro Alves <palves@redhat.com>
14935
14936 PR gdb/12623
14937 * gdb.base/sigstep.c (no_handler): New global.
14938 (main): If 'no_handler is true, set the signal handlers to
14939 SIG_IGN.
14940 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14941 with_sw_watch and no_handler parameters. Handle them.
14942 (top level) <stepping over handler when stopped at a breakpoint
14943 test>: Add a test axis for testing with a software watchpoint, and
14944 another for testing with the signal handler set to SIG_IGN.
14945 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14946 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14947
abbdbd03
PA
149482014-10-28 Pedro Alves <palves@redhat.com>
14949
14950 PR gdb/17511
14951 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14952 * gdb.base/sigstep.exp (other_handler_location): New global.
14953 (advance): Support stepping into the signal handler, and running
14954 commands while in the handler.
14955 (in_handler_map): New global.
14956 (top level): In the advance test, add combinations for getting
14957 into the handler with stepping commands, and for running commands
14958 in the handler. Add comment descripting the advancei tests.
14959
1df4399f
PA
149602014-10-28 Pedro Alves <palves@redhat.com>
14961
14962 * gdb.base/sigstep.exp: Use build_executable instead of
14963 prepare_for_testing.
14964 (top level): Move code that starts GDB, runs to main and creates a
14965 display to ...
14966 (restart): ... this new procedure.
14967 (top level): Move backtrace from signal handler test to ...
14968 (validate_backtrace): ... this new procedure.
14969 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14970 with_test_prefix. Always restart GDB.
14971 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14972 with_test_prefix. Always restart GDB. No need to delete
14973 breakpoints after the test.
14974 (test_skip_handler): Remove prefix parameter.
14975 (skip_over_handler, breakpoint_to_handler)
14976 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14977 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14978 restart GDB. No need to delete breakpoints after the test.
14979 (top level): Use foreach to call the test procedures with
14980 different commands.
14981
a5b6e449
PA
149822014-10-28 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14985 instead of GNATS numbers.
14986 * gdb.base/sigbpt.exp: Likewise.
14987 * gdb.base/siginfo.exp: Likewise.
14988 * gdb.base/sigstep.exp: Likewise.
14989
e5f8a7cc
PA
149902014-10-27 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.base/sigstep.c (dummy): New global.
14993 (main): Issue a couple writes to the new global.
14994 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14995 procedures.
14996 (skip_over_handler): Use test_skip_handler.
14997 (top level): Call skip_over_handler for stepi and nexti too.
14998 (breakpoint_over_handler): Use test_skip_handler.
14999 (top level): Call breakpoint_over_handler for stepi and nexti too.
15000
763905a3
YQ
150012014-10-27 Yao Qi <yao@codesourcery.com>
15002
15003 * gdb.trace/tfile.c (adjust_function_address)
15004 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15005 function descriptor.
15006
6f259a23
DB
150072014-10-24 Don Breazeal <donb@codesourcery.com>
15008
15009 * gdb.base/foll-fork.exp (test_follow_fork,
15010 catch_fork_child_follow): Check for updated fork messages emitted
15011 from infrun.c.
15012 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15013 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15014 vfork_and_exec_child_follow_through_step): Check for updated vfork
15015 messages emitted from infrun.c.
15016
09dd9a69
PA
150172014-10-24 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/corefile.exp: Remove references to ultrix.
15020 * gdb.base/interrupt.exp: Likewise.
15021 * gdb.base/whatis.exp: Likewise.
15022 * gdb.gdb/selftest.exp: Likewise.
15023 * gdb.threads/manythreads.exp: Likewise.
15024 * gdb.threads/print-threads.exp: Likewise.
15025 * gdb.threads/pthreads.exp:: Likewise.
15026 * gdb.threads/schedlock.exp: Likewise.
15027
3433cfa5
SC
150282014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15029
15030 * gdb.cp/non-trivial-retval.cc: Add a test case.
15031 * gdb.cp/non-trivial-retval.exp: Add a test.
15032
092f880b
YQ
150332014-10-20 Yao Qi <yao@codesourcery.com>
15034
15035 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15036 * gdb.python/py-objfile-script-gdb.py: New file.
15037 * gdb.python/py-objfile-script.exp: Update reference to
15038 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15039 of remote_download. Remove the dest file.
15040
acbdb7f3
YQ
150412014-10-20 Yao Qi <yao@codesourcery.com>
15042
15043 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15044 * gdb.base/step-line.exp: Likewise.
15045 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15046 * gdb.dwarf2/dw2-basic.exp: Likewise.
15047 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15048 * gdb.dwarf2/dw2-filename.exp: Likewise.
15049 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15050 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15051 * gdb.dwarf2/dw2-producer.exp: Likewise.
15052 * gdb.dwarf2/mac-fileno.exp: Likewise.
15053 * gdb.python/py-frame-args.exp: Likewise.
15054 * gdb.python/py-framefilter.exp: Likewise.
15055 * gdb.python/py-mi.exp: Likewise.
15056 * gdb.python/py-objfile-script.exp: Likewise
15057 * gdb.python/py-pp-integral.exp: Likewise.
15058 * gdb.python/py-pp-re-notag.exp: Likewise.
15059 * gdb.python/py-prettyprint.exp: Likewise.
15060 * gdb.python/py-section-script.exp: Likewise.
15061 * gdb.python/py-typeprint.exp: Likewise.
15062 * gdb.python/py-xmethods.exp: Likewise.
15063 * gdb.stabs/weird.exp: Likewise.
15064 * gdb.xml/tdesc-regs.exp: Likewise.
15065
bd286a29
KCY
150662014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15067
15068 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15069 (out_cu): Use addr_len for the size of addresses.
15070 (out_line): Likewise. Size DW_LNE_set_address instruction
15071 according to addr_len.
15072 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15073 (FUNC): Add START_INSNS to definition.
15074
673dc4a0
YQ
150752014-10-18 Yao Qi <yao@codesourcery.com>
15076
15077 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15078 gdb_has_argv0 return true.
15079 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15080 check [target_info exists noargs], check [gdb_has_argv0]
15081 instead.
15082 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15083 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15084 procedures.
15085
4ffbba72
DE
150862014-10-17 Doug Evans <dje@google.com>
15087
15088 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15089 event.
15090 * gdb.python/py-events.py: Add clear_objfiles event.
15091
d096d8c1
DE
150922014-10-17 Doug Evans <dje@google.com>
15093
15094 * gdb.python/py-objfile.exp: Test progspace attribute.
15095
a80db015
LM
150962014-10-17 Luis Machado <lgustavo@codesourcery.com>
15097
15098 * gdb.guile/scm-breakpoint.exp: Do not assume any
15099 directory separators when matching source file paths.
15100 * gdb.python/py-breakpoint.exp: Likewise.
15101 * gdb.reverse/break-precsave.exp: Likewise.
15102 * gdb.reverse/break-reverse.exp: Likewise.
15103 * gdb.reverse/consecutive-precsave.exp: Likewise.
15104 * gdb.reverse/finish-precsave.exp: Likewise.
15105 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15106 * gdb.reverse/finish-reverse.exp: Likewise.
15107 * gdb.reverse/i386-precsave.exp: Likewise.
15108 * gdb.reverse/i387-env-reverse.exp: Likewise.
15109 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15110 * gdb.reverse/machinestate-precsave.exp: Likewise.
15111 * gdb.reverse/machinestate.exp: Likewise.
15112 * gdb.reverse/sigall-precsave.exp: Likewise.
15113 * gdb.reverse/solib-precsave.exp: Likewise.
15114 * gdb.reverse/step-precsave.exp: Likewise.
15115 * gdb.reverse/until-precsave.exp: Likewise.
15116 * gdb.reverse/watch-precsave.exp: Likewise.
15117 * gdb.reverse/watch-reverse.exp: Likewise.
15118
b22089ab
YQ
151192014-10-17 Yao Qi <yao@codesourcery.com>
15120
15121 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15122 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15123
6c4486e6
PA
151242014-10-17 Pedro Alves <palves@redhat.com>
15125
15126 PR gdb/17471
15127 * gdb.base/bg-execution-repeat.c: New file.
15128 * gdb.base/bg-execution-repeat.exp: New file.
15129
0ff33695
PA
151302014-10-17 Pedro Alves <palves@redhat.com>
15131
15132 PR gdb/17300
15133 * gdb.base/continue-all-already-running.c: New file.
15134 * gdb.base/continue-all-already-running.exp: New file.
15135
6fdebc3d
PA
151362014-10-17 Pedro Alves <palves@redhat.com>
15137
15138 PR gdb/17472
15139 * gdb.base/annota-input-while-running.c: New file.
15140 * gdb.base/annota-input-while-running.exp: New file.
15141
32a8097b
PA
151422014-10-17 Pedro Alves <palves@redhat.com>
15143
15144 * gdb.base/callfuncs.exp: emove references to osf.
15145 * gdb.base/sigall.exp: Likewise.
15146 * gdb.gdb/selftest.exp: Likewise.
15147 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15148 * gdb.mi/non-stop.c: Likewise.
15149 * gdb.mi/pthreads.c: Likewise.
15150 * gdb.reverse/sigall-precsave.exp: Likewise.
15151 * gdb.reverse/sigall-reverse.exp: Likewise.
15152 * gdb.threads/pthreads.c: Likewise.
15153 * gdb.threads/pthreads.exp: Likewise.
15154
7a3517ff
YQ
151552014-10-17 Yao Qi <yao@codesourcery.com>
15156
15157 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15158 check 'target_info exists noargs'.
15159 (test_command_prompt_position): Likewise.
15160 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15161 Remove "set args".
15162 (progvar_simple_while_test): Likewise.
15163 (progvar_complex_if_while_test): Likewise.
15164 (if_while_breakpoint_command_test): Likewise.
15165 (infrun_breakpoint_command_test): Likewise.
15166 (breakpoint_command_test): Likewise.
15167 (watchpoint_command_test): Likewise.
15168 (bp_deleted_in_command_test): Likewise.
15169 (temporary_breakpoint_commands): Likewise.
15170
bb99c472
YQ
151712014-10-16 Yao Qi <yao@codesourcery.com>
15172
15173 * gdb.base/remotetimeout.exp: Remove noargs checking.
15174
7c16b83e
PA
151752014-10-15 Pedro Alves <palves@redhat.com>
15176
15177 PR breakpoints/9649
15178 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15179 * gdb.base/breakpoint-in-ro-region.exp
15180 (probe_target_hardware_step): New procedure.
15181 (top level): Probe hardware stepping and hardware breakpoint
15182 support. Test stepping through a read-only region, with both
15183 "breakpoint auto-hw" on and off and both "always-inserted" on and
15184 off.
15185
35a49624
IB
151862014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15187
15188 * gdb.dlang/demangle.exp: Update for demangling changes.
15189
2d1c107c
SC
151902014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15191
15192 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15193 * gdb.cp/non-trivial-retval.exp: Add new tests.
15194
778811d5
SC
151952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15196
15197 PR c++/13403
15198 PR c++/15154
15199 * gdb.cp/non-trivial-retval.cc: New file.
15200 * gdb.cp/non-trivial-retval.exp: New file.
15201
10c5f0a8
YQ
152022014-10-15 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15205 remote host.
15206
65d7b369
YQ
152072014-10-15 Yao Qi <yao@codesourcery.com>
15208
15209 * gdb.python/py-symbol.exp: Match file base name if host is
15210 remote, otherwise match file name with dir name.
15211 * gdb.python/py-symtab.exp: Likewise.
15212 * gdb.python/python.exp: Likewise.
15213
46dc1394
YQ
152142014-10-15 Yao Qi <yao@codesourcery.com>
15215
15216 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15217 pattern.
15218 * gdb.python/py-symtab.exp: Likewise.
15219 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15220 locationn.
15221
c40cc657
JB
152222014-10-14 Joel Brobecker <brobecker@adacore.com>
15223
15224 * gdb.ada/addr_arith: New testcase.
15225
2abf49e1
MR
152262014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15227
15228 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15229 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15230 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15231 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15232
f7088df3
SDJ
152332014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15234
15235 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15236 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15237 * gdb.arch/stap-eval-lang-ada.exp: New file.
15238
4dc06805
YQ
152392014-10-14 Yao Qi <yao@codesourcery.com>
15240
15241 * gdb.mi/mi-var-child.c (nothing1): New function.
15242 (nothing2): New function.
15243 (do_children_tests): Set function pointers by nothing1 and
15244 nothing2.
15245 * gdb.mi/mi-var-child.exp: Step over new added statements.
15246 Update test to match the new output.
15247 * gdb.mi/var-cmd.c (nothing1): New function.
15248 (nothing2): New function.
15249 (do_children_tests): Set function pointers by nothing1 and
15250 nothing2.
15251 * gdb.mi/mi-var-display.exp: Update test to match output.
15252 Step to the line specified by $line_dct_nothing.
15253 Increase the number of lines to step.
15254
46a93de2
YQ
152552014-10-14 Yao Qi <yao@codesourcery.com>
15256
15257 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15258 tests.
15259 * gdb.mi/mi2-var-child.exp: Likewise.
15260
14ea52ee
DE
152612014-10-13 Doug Evans <dje@google.com>
15262
15263 * gdb.python/py-objfile.exp: Change name of file name test.
15264
e5c6e92b
DE
152652014-10-13 Doug Evans <dje@google.com>
15266
15267 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15268 from the start of the CU.
15269
c780cc2f
JK
152702014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15271 Yao Qi <yao@codesourcery.com>
15272
15273 Fix "save breakpoints" for "catch" command.
15274 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15275 Remove -nonewline. Match also the added "main" line.
15276
99894e11
JK
152772014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15278
15279 Fix "save breakpoints" for "disable $bpnum" command.
15280 * gdb.base/save-bp.c (main): Add label.
15281 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15282
6e1ac5a3
JK
152832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15284
15285 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15286
754dd2b0
YQ
152872014-10-11 Yao Qi <yao@codesourcery.com>
15288
15289 * gdb.server/server-kill.exp: Execute command
15290 "set remote trace-status-packet on" before "tstatus".
15291
f90183d7
YQ
152922014-10-11 Yao Qi <yao@codesourcery.com>
15293
15294 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15295 (main): Call getppid.
15296 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15297 and continue to it. Read variable "server_pid".
15298
bf40a607
YQ
152992014-10-11 Yao Qi <yao@codesourcery.com>
15300
15301 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15302
052ca370
YQ
153032014-10-11 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.threads/thread-find.exp: Don't execute command
15306 "info threads".
15307 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15308 * gdb.threads/linux-dp.exp: Don't check the condition
15309 $threads_created equals to zero.
15310
3831839c
PA
153112014-10-10 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.base/bigcore.exp: Remove references to IRIX.
15314 * gdb.base/funcargs.exp: Likewise.
15315 * gdb.base/interrupt.exp: Likewise.
15316 * gdb.base/mips_pro.exp: Likewise.
15317 * gdb.base/nodebug.exp: Likewise.
15318 * gdb.base/setvar.exp: Likewise.
15319 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15320
8b9a549d
PA
153212014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15322 Pedro Alves <palves@redhat.com>
15323
15324 PR symtab/14466
15325 * gdb.base/vdso-warning.c: New file.
15326 * gdb.base/vdso-warning.exp: New file.
15327
d48ba5e8
DE
153282014-10-02 Doug Evans <dje@google.com>
15329
15330 * gdb.base/structs.c (main): Don't run forever.
15331
2278c276
PA
153322014-10-02 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15335 (top level) <stop threads 1, stop threads 2>: Use it.
15336
b57bacec
PA
153372014-10-02 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.threads/break-while-running.exp (test): Add new
15340 'update_thread_list' argument. Skip "info threads" if false.
15341 (top level): Add new 'update_thread_list' axis.
15342
13fd3ff3
PA
153432014-10-02 Pedro Alves <palves@redhat.com>
15344
15345 PR breakpoints/17431
15346 * gdb.base/execl-update-breakpoints.c: New file.
15347 * gdb.base/execl-update-breakpoints.exp: New file.
15348
0fec99e8
PA
153492014-10-01 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.base/breakpoint-in-ro-region.c: New file.
15352 * gdb.base/breakpoint-in-ro-region.exp: New file.
15353
2ddf4301
SM
153542014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15355
15356 * gdb.mi/mi-exit-code.exp: New file.
15357 * gdb.mi/mi-exit-code.c: New file.
15358
6a5f3f43
YQ
153592014-09-30 Yao Qi <yao@codesourcery.com>
15360
15361 * lib/prelink-support.exp (build_executable_own_libs): Error if
15362 the target isn't native.
15363
345bcc73
YQ
153642014-09-30 Yao Qi <yao@codesourcery.com>
15365
15366 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15367 false.
15368
a25a5a45
PA
153692014-09-22 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.threads/break-while-running.exp: New file.
15372 * gdb.threads/break-while-running.c: New file.
15373
00ba3162
YQ
153742014-09-19 Yao Qi <yao@codesourcery.com>
15375
15376 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15377 Invoke test. Restart GDB with --readnow and invoke test again.
15378
c3b7b696
YQ
153792014-09-19 Yao Qi <yao@codesourcery.com>
15380
15381 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15382 proc set_breakpoint_on_gcd_function. Invoke
15383 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15384 invoke set_breakpoint_on_gcd_function again.
15385
2b4fd423
DE
153862014-09-18 Doug Evans <dje@google.com>
15387
15388 * gdb.dwarf2/symtab-producer.exp: New file.
15389
a5947601
SDJ
153902014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15391
15392 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15393 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15394 * gdb.base/global-var-nested-by-dso.c: Likewise.
15395 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15396
91c19059
SDJ
153972014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15398 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/watch-bitfields.exp: Pass string other than test file
15401 name to prepare_for_testing.
15402 (watch): New procedure.
15403 (expect_watchpoint): Use with_test_prefix.
15404 (top level): Factor out tests to ...
15405 (test_watch_location, test_regular_watch): ... these new
15406 procedures, and use with_test_prefix and gdb_continue_to_end.
15407
bb9d5f81
PP
154082014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15409
15410 PR breakpoints/12526
15411 * gdb.base/watch-bitfields.exp: New file.
15412 * gdb.base/watch-bitfields.c: New file.
15413
635856f5
PA
154142014-09-16 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15417 software and hardware addresses, not software address against
15418 itself.
15419
7280ceea
PA
154202014-09-16 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15423 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15424
428b16bd
PA
154252014-09-16 Pedro Alves <palves@redhat.com>
15426
15427 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15428 files.
15429 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15430 "*-*-vxworks*" throughout.
15431 * gdb.base/break.exp: Likewise.
15432 * gdb.base/default.exp: Likewise.
15433 * gdb.base/scope.exp: Likewise.
15434 * gdb.base/sepdebug.exp: Likewise.
15435 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15436 throughout.
15437 * gdb.base/run.c: Likewise.
15438 * gdb.base/sepdebug.c: Likewise.
15439 * gdb.hp/gdb.aCC/run.c: Likewise.
15440 * gdb.reverse/until-reverse.c: Likewise.
15441 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15442
666d413c
YQ
154432014-09-16 Yao Qi <yao@codesourcery.com>
15444
15445 * boards/local-remote-host-native.exp: New file.
15446
57cbd724
DE
154472014-09-14 Doug Evans <xdje42@gmail.com>
15448
15449 * gdb.threads/queue-signal.c (thread_count): New variable.
15450 (thread_count_mutex, thread_count_condvar): New variables.
15451 (incr_thread_count, wait_all_threads_running): New functions.
15452 (main): Wait for all threads to be in their thread functions.
15453
81219e53
DE
154542014-09-13 Doug Evans <xdje42@gmail.com>
15455
15456 * gdb.threads/queue-signal.c: New file.
15457 * gdb.threads/queue-signal.exp: New file.
15458
3714cea7
DE
154592014-09-13 Doug Evans <xdje42@gmail.com>
15460
15461 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15462 be consistent with what default_gdb_init uses.
15463 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15464 the plain text of the prompt. Add some logging printfs.
15465 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15466
fa43b1d7
PA
154672014-09-12 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15470 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15471 * gdb.arch/i386-size-overlap.exp: Likewise.
15472 * gdb.arch/i386-size.exp: Likewise.
15473 * gdb.arch/i386-unwind.exp: Likewise.
15474 * gdb.base/a2-run.exp: Likewise.
15475 * gdb.base/break.exp: Likewise.
15476 * gdb.base/charset.exp: Likewise.
15477 * gdb.base/chng-syms.exp: Likewise.
15478 * gdb.base/commands.exp: Likewise.
15479 * gdb.base/dbx.exp: Likewise.
15480 * gdb.base/find.exp: Likewise.
15481 * gdb.base/funcargs.exp: Likewise.
15482 * gdb.base/jit-simple.exp: Likewise.
15483 * gdb.base/reread.exp: Likewise.
15484 * gdb.base/sepdebug.exp: Likewise.
15485 * gdb.base/step-bt.exp: Likewise.
15486 * gdb.cp/mb-inline.exp: Likewise.
15487 * gdb.cp/mb-templates.exp: Likewise.
15488 * gdb.objc/basicclass.exp: Likewise.
15489 * gdb.threads/killed.exp: Likewise.
15490
9d9bf2df
EBM
154912014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15492
15493 PR tdep/17379
15494 * gdb.arch/powerpc-stackless.S: New file.
15495 * gdb.arch/powerpc-stackless.exp: New file.
15496
1cf2f1b0
JK
154972014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15498
15499 * gdb.base/attach.c: Include unistd.h.
15500 (main): Call alarm. Add label postloop.
15501 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15502 gdb_breakpoint, gdb_continue_to_breakpoint.
15503 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15504
98880d46
PA
155052014-09-11 Pedro Alves <palves@redhat.com>
15506
15507 PR gdb/17347
15508 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15509 * gdb.base/attach.exp (test_command_line_attach_run): New
15510 procedure.
15511 (top level): Call it.
15512
4c92ff2c
PA
155132014-09-11 Pedro Alves <palves@redhat.com>
15514
15515 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15516 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15517 (do_command_attach_tests): Use spawn_wait_for_attach.
15518 * gdb.base/solib-overlap.exp: Likewise.
15519 * gdb.multi/multi-attach.exp: Likewise.
15520 * gdb.python/py-prompt.exp: Likewise.
15521 * gdb.python/py-sync-interp.exp: Likewise.
15522 * gdb.server/ext-attach.exp: Likewise.
15523
3adc1a7d
GKB
155242014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15525
15526 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15527 command in testcase. Simplify testcase.
15528
96334934
JB
155292014-09-10 Joel Brobecker <brobecker@adacore.com>
15530
15531 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15532
eb479039
JB
155332014-09-10 Joel Brobecker <brobecker@adacore.com>
15534
15535 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15536
deede10c
JB
155372014-09-10 Joel Brobecker <brobecker@adacore.com>
15538
15539 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15540
7828a5f5
JB
155412014-09-10 Joel Brobecker <brobecker@adacore.com>
15542
15543 * gdb.dwarf2/dynarr-ptr.c: New file.
15544 * gdb.dwarf2/dynarr-ptr.exp: New file.
15545
33aeebcf
MR
155462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15547
15548 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15549 of 30 rather than hardcoding 120 for a slow test case. Take the
15550 `gdb,timeout' target setting into account for this calculation.
15551 Don't extend the timeout for the test cases that don't need it.
15552
7b415901
MR
155532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15554
15555 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15556 a factor of 2 for a slow test case. Take the `gdb,timeout'
15557 target setting into account for this calculation.
15558 * gdb.reverse/until-precsave.exp: Increase the timeout by
15559 a factor of 15 and 3 respectively rather than adding 120
15560 for a pair of slow test cases. Take the `gdb,timeout'
15561 target setting into account for this calculation.
15562
4a40f85a
MR
155632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15564
15565 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15566 timeout, don't pass one down to gdb_expect.
15567 (gdb_expect): Rework timeout selection.
15568
09635af7
MR
155692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15570
15571 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15572 exception on timeout.
15573 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15574 (gdbserver_start_extended): Catch any `gdbserver_start' error
15575 exceptions.
15576 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15577 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15578 `gdbserver_gdb_load' error exceptions.
15579
2bdd10b7
MR
155802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15581
15582 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15583 120 on waiting for the TCP socket to open.
15584
316935f0
DE
155852014-09-09 Doug Evans <xdje42@gmail.com>
15586
15587 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15588 _caller_matches, _any_caller_is, _any_caller_matches.
15589
83740597
DE
155902014-09-09 Doug Evans <xdje42@gmail.com>
15591
15592 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15593
4c122fc3
YQ
155942014-09-09 Yao Qi <yao@codesourcery.com>
15595
15596 * gdb.mi/mi-var-display.exp: Set print symbol off.
15597
a9f116cb
GKB
155982014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15599
15600 PR gdb/17035
15601 * gdb.base/commands.exp: Add tests to verify user-defined
15602 commands with empty bodies.
15603 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15604 python commands in `show user command`.
15605 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15606 scheme commands in `show user command`.
15607
c75bd3a2
JK
156082014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15609
15610 PR python/17355
15611 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15612 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15613 * gdb.python/py-framefilter-invalidarg.exp: New file.
15614 * gdb.python/py-framefilter-invalidarg.py: New file.
15615
faa42425
DE
156162014-09-06 Doug Evans <xdje42@gmail.com>
15617
15618 PR 15276
15619 * gdb.python/py-caller-is.c: New file.
15620 * gdb.python/py-caller-is.exp: New file.
15621
474ca4f6
SDJ
156222014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15623
15624 PR gdb/17235
15625 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15626 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15627
eb0b0463
SDJ
156282014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15629
15630 PR fortran/17237
15631 * gdb.fortran/print-formatted.exp: New file.
15632 * gdb.fortran/print-formatted.f90: Likewise.
15633
5f3b99cf
SS
156342014-09-03 Sasha Smundak <asmundak@google.com>
15635
15636 * gdb.python/py-frame.exp: Test Frame.read_register.
15637
7d793aa9
SDJ
156382014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15639
15640 PR python/16699
15641 * gdb.python/py-completion.exp: New file.
15642 * gdb.python/py-completion.py: Likewise.
15643
fb0576e9
DE
156442014-08-28 Doug Evans <dje@google.com>
15645
15646 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15647 eax,etc. are live with values set by gdb and thus the compiler can't
15648 use them.
15649 * gdb.arch/i386-pseudo.c (main): Ditto.
15650
ee92b0dd
DE
156512014-08-27 Doug Evans <dje@google.com>
15652
15653 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15654
6649db35
DE
156552014-08-25 Doug Evans <dje@google.com>
15656
15657 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15658 (main): Ditto.
15659
564b7600
DE
156602014-08-25 Doug Evans <dje@google.com>
15661
15662 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15663
3881fb67
YQ
156642014-08-24 Yao Qi <yao@codesourcery.com>
15665
15666 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15667 symbol off.
15668 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15669
a05a36a5
DE
156702014-08-22 Doug Evans <dje@google.com>
15671
15672 PR 17276
15673 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15674 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15675 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15676
7c343b48
YQ
156772014-08-22 Yao Qi <yao@codesourcery.com>
15678
15679 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15680 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15681 * gdb.python/python.exp: Likewise. Use .py file on the host
15682 instead of the build.
15683
22fd09ae
JK
156842014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15685
15686 * gdb.threads/gcore-stale-thread.c: New file.
15687 * gdb.threads/gcore-stale-thread.exp: New file.
15688
a8454a7c
PA
156892014-08-21 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15692 * gdb.base/gcore-relro-pie.exp: Likewise.
15693 * gdb.base/gcore-relro.exp: Likewise.
15694 * gdb.base/gcore.exp: Likewise.
15695 * gdb.base/print-symbol-loading.exp: Likewise.
15696 * gdb.threads/gcore-thread.exp: Likewise.
15697 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15698
2a31c623
PA
156992014-08-20 Pedro Alves <palves@redhat.com>
15700 Jan Kratochvil <jan.kratochvil@redhat.com>
15701
15702 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15703 configure.
15704 (EXPECT): Handle READ1 being set.
15705 (all): Depend on EXTRA_RULES.
15706 (check-read1, expect-read1, read1.so, read1): New rules.
15707 * README (Testsuite Parameters): Document the READ1 make variable.
15708 (Race detection): New section.
15709 * configure: Regenerate.
15710 * configure.ac: If build==host==target, and running under a
15711 GNU/glibc system, add read1 to the extra Makefile rules.
15712 (EXTRA_RULES): AC_SUBST it.
15713 * lib/read1.c: New file.
15714
d36430db
JB
157152014-08-20 Joel Brobecker <brobecker@adacore.com>
15716
15717 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15718 the handling of variables declared as a typedef to an array
15719 which a DW_AT_data_location attribute.
15720
9a0dc9e3
PA
157212014-08-19 Andrew Burgess <aburgess@broadcom.com>
15722 Pedro Alves <palves@redhat.com>
15723
15724 PR symtab/14604
15725 PR symtab/14605
15726 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15727 gdb_test.
15728
0718a8da
PA
157292014-08-19 Pedro Alves <palves@redhat.com>
15730
15731 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15732
13b448cd
YQ
157332014-08-19 Yao Qi <yao@codesourcery.com>
15734
15735 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15736 right line.
15737
1cbf5077
DB
157382014-08-18 David Blaikie <dblaikie@gmail.com>
15739
15740 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15741
bf0fae19
JB
157422014-08-18 Joel Brobecker <brobecker@adacore.com>
15743
15744 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15745 attribute in array range.
15746
3c8c5dcc
JB
157472014-08-18 Joel Brobecker <brobecker@adacore.com>
15748
15749 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15750
e66d4446
SC
157512014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15752
15753 PR c++/17132
15754 * gdb.cp/pr17132.cc: New file.
15755 * gdb.cp/pr17132.exp: New file.
15756
940df408
SC
157572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15758
15759 * gdb.python/py-xmethods.py (A_getarrayind)
15760 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15761 Use 'print' with function call syntax.
15762 (E_method_matcher.match): Fix tab vs space indentation mixup.
15763
ebcc6c3a
YQ
157642014-08-15 Yao Qi <yao@codesourcery.com>
15765
15766 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15767 false.
15768
775e0f04
YQ
157692014-08-15 Yao Qi <yao@codesourcery.com>
15770
15771 * gdb.cp/casts.exp: Set print symbol off.
15772 * gdb.cp/class2.exp: Likewise.
15773 * gdb.cp/overload.exp: Likewise.
15774 * gdb.cp/templates.exp: Likewise.
15775
d769e349
DE
157762014-08-11 Doug Evans <dje@google.com>
15777
15778 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15779 (test_load_shlib): Update.
15780
20c6f1e1
YQ
157812014-08-09 Yao Qi <yao@codesourcery.com>
15782
15783 * gdb.base/display.exp: Invoke is_address_zero_readable.
15784 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15785 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15786 * gdb.base/hbreak-unmapped.exp: Return if
15787 is_address_zero_readable returns true.
15788 * gdb.base/signest.exp: Likewise.
15789 * gdb.base/signull.exp: Likewise.
15790 * gdb.base/sigbpt.exp: Likewise.
15791 * gdb.guile/scm-disasm.exp: Do the test if
15792 is_address_zero_readable returns false.
15793 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15794 * gdb.python/py-arch.exp: Likewise.
15795 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15796 * lib/gdb.exp (is_address_zero_readable): New proc.
15797
5792e8e3
YQ
157982014-08-09 Yao Qi <yao@codesourcery.com>
15799
15800 PR testsuite/13443
15801 * gdb.mi/mi-var-display.exp: Make test messages unique.
15802
3cecbbbe
TT
158032014-08-04 Tom Tromey <tromey@redhat.com>
15804
15805 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15806 target 0".
15807
00b51ff5
TT
158082014-08-04 Tom Tromey <tromey@redhat.com>
15809
15810 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15811 "target_resume".
15812
6908c509
JB
158132014-08-01 Joel Brobecker <brobecker@adacore.com>
15814
15815 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15816 inner_vla_struct_object_size.
15817 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15818 as xfail.
15819
cc6563d2
PA
158202014-07-30 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15823 comment.
15824
7e09a223
YQ
158252014-07-29 Yao Qi <yao@codesourcery.com>
15826
15827 PR gdb/17206
15828 * gdb.base/until-nodebug.exp: New.
15829
7ebdbe92
DE
158302014-07-28 Doug Evans <xdje42@gmail.com>
15831
15832 PR guile/17203
15833 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15834 previously existing parameter, and previously ambiguously spelled
15835 parameter.
15836
fdb1adc6
WN
158372014-07-28 Will Newton <will.newton@linaro.org>
15838
15839 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15840
186fcde0
DE
158412014-07-26 Ludovic Courtès <ludo@gnu.org>
15842 Doug Evans <xdje42@gmail.com>
15843
15844 PR guile/17146
15845 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15846
70509625
PA
158472014-07-25 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.threads/signal-command-handle-nopass.c: New file.
15850 * gdb.threads/signal-command-handle-nopass.exp: New file.
15851 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15852 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15853 * gdb.threads/signal-delivered-right-thread.c: New file.
15854 * gdb.threads/signal-delivered-right-thread.exp: New file.
15855
c3f814a1
PA
158562014-07-25 Pedro Alves <palves@redhat.com>
15857
15858 * gdb.base/double-prompt-target-event-error.exp
15859 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15860 match.
15861 (cancel_pagination_in_target_event): Rework double prompt
15862 detection.
15863 * gdb.base/paginate-after-ctrl-c-running.exp
15864 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15865 <return>' match.
15866 * gdb.base/paginate-bg-execution.exp
15867 (test_bg_execution_pagination_return)
15868 (test_bg_execution_pagination_cancel): Remove '-notransfer
15869 <return>' matches.
15870 * gdb.base/paginate-execution-startup.exp
15871 (test_fg_execution_pagination_return)
15872 (test_fg_execution_pagination_cancel): Remove '-notransfer
15873 <return>' matches.
15874 * gdb.base/paginate-inferior-exit.exp
15875 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15876 match.
15877 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15878 * lib/gdb.exp (pagination_prompt): Run text through
15879 string_to_regexp.
15880 (gdb_test_multiple): Match $pagination_prompt instead of
15881 "<return>".
15882 (string_to_regexp): Move to lib/gdb-utils.exp.
15883
e214cf6c
JK
158842014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15885
15886 * gdb.arch/amd64-entry-value-paramref.S: New file.
15887 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15888 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15889 * gdb.arch/amd64-optimout-repeat.S: New file.
15890 * gdb.arch/amd64-optimout-repeat.c: New file.
15891 * gdb.arch/amd64-optimout-repeat.exp: New file.
15892
17d0c5c8
JK
158932014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15894
15895 PR gdb/17170
15896 * gdb.base/statistics.exp: New file.
15897
b8b8facf
DE
158982014-07-17 Doug Evans <dje@google.com>
15899
74b49205 15900 PR gdb/17170
b8b8facf
DE
15901 * gdb.base/maint.exp: Update testing of per-command stats.
15902
1b5d0ab3
PA
159032014-07-16 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15906 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15907 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15908 (tfile_write_buf): New functions.
15909 (add_memory_block): Rewrite using the above.
15910 (adjust_function_address): New function.
15911 (FUNCTION_ADDRESS): New macro.
15912 (write_basic_trace_file): Remove short_x local, and use
15913 tfile_write_16. Change type of func_addr local to unsigned long
15914 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15915 here. Cast argument of add_memory_block to char pointer.
15916 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15917 (main): Remove parameters.
15918 * gdb.trace/tfile.exp: Remove nowarnings.
15919
4d974e88
SM
159202014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15921
15922 * gdb.base/debug-expr.exp: Test string evaluation with
15923 "debug expression" on.
15924
41e99568
PA
159252014-07-15 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.base/reread.exp: Use clean_restart.
15928
487d9753
PL
159292014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15930
15931 * gdb.arch/avr-flash-qualifer.c: New.
15932 * gdb.arch/avr-flash-qualifer.exp: New.
15933
cc1c52ad
PA
159342014-07-14 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15937 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15938
1e973570
PA
159392014-07-14 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.base/double-prompt-target-event-error.c: New file.
15942 * gdb.base/double-prompt-target-event-error.exp: New file.
15943
93d6eb10
PA
159442014-07-14 Pedro Alves <palves@redhat.com>
15945
15946 PR gdb/17072
15947 * gdb.base/paginate-inferior-exit.c: New file.
15948 * gdb.base/paginate-inferior-exit.exp: New file.
15949
0017922d
PA
159502014-07-14 Pedro Alves <palves@redhat.com>
15951
15952 PR gdb/17072
15953 * gdb.base/paginate-bg-execution.c: New file.
15954 * gdb.base/paginate-bg-execution.exp: New file.
15955
94696ad3
PA
159562014-07-14 Pedro Alves <palves@redhat.com>
15957
15958 PR gdb/17072
15959 * gdb.base/paginate-execution-startup.c: New file.
15960 * gdb.base/paginate-execution-startup.exp: New file.
15961 * lib/gdb.exp (pagination_prompt): New global.
15962 (default_gdb_spawn): New procedure, factored out from
15963 default_gdb_spawn.
15964 (default_gdb_start): Adjust to call default_gdb_spawn.
15965 (gdb_spawn): New procedure.
15966
bd293940
PA
159672014-07-14 Pedro Alves <palves@redhat.com>
15968
15969 * lib/gdb.exp (gdb_assert): New procedure.
15970 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15971
c933f875
PA
159722014-07-14 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.base/execution-termios.c: New file.
15975 * gdb.base/execution-termios.exp: New file.
15976
d98b7a16
TT
159772014-07-14 Tom Tromey <tromey@redhat.com>
15978
15979 * gdb.cp/vla-cxx.cc: New file.
15980 * gdb.cp/vla-cxx.exp: New file.
15981
548740d6
TT
159822014-07-14 Tom Tromey <tromey@redhat.com>
15983
15984 * gdb.reverse/rerun-prec.c: New file.
15985 * gdb.reverse/rerun-prec.exp: New file.
15986
a25eb028
MR
159872014-07-12 Maciej W. Rozycki <macro@mips.com>
15988 Maciej W. Rozycki <macro@codesourcery.com>
15989
15990 * lib/gdb-utils.exp: New file.
15991 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15992 inline `gdb_init_command' processing.
15993 (gdb_start_cmd): Likewise.
15994 * lib/mi-support.exp (mi_run_cmd): Likewise.
15995 * README: Document `gdb_init_command' and `gdb_init_commands'.
15996
218c2655
JK
159972014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15998
15999 Fix false FAIL running under a very long directory name.
16000 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16001 and "set print elements 10000". Twice.
16002
5401fde3
YQ
160032014-07-11 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.base/exprs.exp: "set print symbol off".
16006
e76126e8
PA
160072014-07-11 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.threads/kill.c: New file.
16010 * gdb.threads/kill.exp: New file.
16011
2d6f0de6
YQ
160122014-07-10 Yao Qi <yao@codesourcery.com>
16013
16014 * gdb.trace/tfile.c (write_basic_trace_file)
16015 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16016 address written to trace file.
16017
7180e04a
PA
160182014-07-09 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.base/attach-wait-input.exp: New file.
16021 * gdb.base/attach-wait-input.c: New file.
16022
9a9a7608
AB
160232014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16024
16025 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16026 setting up test structures.
16027 (main): Call new test function.
16028 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16029 test function, continue into test function and walk test
16030 structures.
16031
161ac41e
YQ
160322014-07-02 Yao Qi <yao@codesourcery.com>
16033
16034 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16035 'bar_start' at the beginning of functions 'foo' and 'bar'
16036 respectively.
16037 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16038 instead of 'foo' and 'bar'.
16039
1f267ae3
MM
160402014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16041
16042 * gdb.btrace/segv.exp: New.
16043 * gdb.btrace/segv.c: New.
16044
2b239efb
LM
160452014-07-02 Luis Machado <lgustavo@codesourcery.com>
16046
16047 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16048 instruction.
16049
cf363f18
MW
160502014-06-30 Mark Wielaard <mjw@redhat.com>
16051
16052 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16053 vulture, vilify, villar): New volatile array constants.
16054 (vindictive, vegetation): New const volatile array constants.
16055 * gdb.base/volatile.exp: Test volatile and const volatile array
16056 types.
16057
aebf9d24
AA
160582014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16059
16060 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16061 target lacks support for awatch, rwatch, or hbreak.
16062
b67a2c6f
YQ
160632014-06-27 Yao Qi <yao@codesourcery.com>
16064
16065 * gdb.multi/dummy-frame-restore.exp: New.
16066 * gdb.multi/dummy-frame-restore.c: New.
16067
aef92902
MM
160682014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16069
16070 * gdb.btrace/gcore.exp: New.
16071
8e9db26e
PA
160722014-06-23 Pedro Alves <palves@redhat.com>
16073
16074 * gdb.base/watchpoint-reuse-slot.c: New file.
16075 * gdb.base/watchpoint-reuse-slot.exp: New file.
16076
70afc5b7
SC
160772014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16078
16079 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16080 progspace's filename in 'info', 'enable' and 'disable' command
16081 tests.
16082
b972bd9c
JK
160832014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16084
16085 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16086 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16087 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16088
125f8a3d
GB
160892014-06-20 Gary Benson <gbenson@redhat.com>
16090
16091 * gdb.arch/i386-avx.exp: Fix include file location.
16092 * gdb.arch/i386-sse.exp: Likewise.
16093
3ed9baed
IB
160942014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16095
16096 * gdb.dlang/expression.exp: New file.
16097
034f788c
PA
160982014-06-19 Pedro Alves <palves@redhat.com>
16099
16100 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16101 out from ...
16102 (top level): ... here. Iterate running tests under different
16103 scheduler-locking settings.
16104
45371d0c
LM
161052014-06-18 Luis Machado <lgustavo@codesourcery.com>
16106
16107 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16108 to DW_FORM_addr and use non-zero addresses.
16109
5d376983
SC
161102014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16111
16112 PR gdb/17017
16113 * gdb.python/py-xmethods.cc: Add global function call counters and
16114 increment them in their respective functions. Remove "cout"
16115 statements.
16116 * gdb.python/py-xmethods.exp: Make tests check the global function
16117 call counters instead of depending on inferior IO.
16118
a1aa2221
LM
161192014-06-18 Don Breazeal <donb@codesourcery.com>
16120
16121 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16122 Deleted procedure.
16123 (explicit_fork_parent_follow): Deleted procedure.
16124 (explicit_fork_child_follow): Deleted procedure.
16125 (test_follow_fork): New procedure.
16126 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16127 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16128 procedure calls.
16129
0fc05997
YQ
161302014-06-17 Yao Qi <yao@codesourcery.com>
16131
16132 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16133 CP1252.
16134
70795c52
LM
161352014-06-17 Luis Machado <lgustavo@codesourcery.com>
16136
16137 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16138 Initialize ptr and S explicitly.
16139 (skip_type_update_when_not_use_rtti_test): Likewise.
16140
6be47f0c
KS
161412014-06-16 Keith Seitz <keiths@redhat.com>
16142
16143 PR mi/15863
16144 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16145 the inferior is started.
16146
d03de421
PA
161472014-06-16 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.base/break-main-file-remove-fail.c: New file.
16150 * gdb.base/break-main-file-remove-fail.exp: New file.
16151 * gdb.base/break-unload-file.exp: Use build_executable instead of
16152 prepare_for_testing.
16153 (test_break): New parameter "initial_load". Handle it.
16154 (top level): Add initial_load cmdline/file axis.
16155
f9579b99
TT
161562014-06-12 Tom Tromey <tromey@redhat.com>
16157
16158 * gdb.base/completion.exp: Don't use directory name in test.
16159
3657956b
GB
161602014-06-09 Gary Benson <gbenson@redhat.com>
16161
16162 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16163 separate the always-available ANSI-standard signals from the
16164 signals that require checking.
16165 (main): Likewise.
16166 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16167 Likewise.
16168 (main): Likewise.
16169
4186eb54
KS
161702014-06-07 Keith Seitz <keiths@redhat.com>
16171
16172 Revert:
16173 PR c++/16253
16174 * gdb.cp/var-tag.cc: New file.
16175 * gdb.cp/var-tag.exp: New file.
16176 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16177 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16178 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16179 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16180
25326a28 161812014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16182
16183 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16184
829155c9
PA
161852014-06-06 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16188 in target debug output instead of looking at RSP packets,
16189 disabling the test on any target that uses hardware stepping.
16190 Update comments.
16191
61c8d22e
PA
161922014-06-06 Pedro Alves <palves@redhat.com>
16193
16194 * gdb.base/break-unload-file.exp: Fix typo.
16195
d9a47287
YQ
161962014-06-06 Yao Qi <yao@codesourcery.com>
16197
16198 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16199 from "jit_function" to "^jit_function".
16200
e5e01dbf
YQ
162012014-06-06 Yao Qi <yao@codesourcery.com>
16202
16203 * gdb.base/async.c (foo): Add one statement.
16204 * gdb.base/async.exp: Get the next instruction address and
16205 match the output of "nexti" by instruction address. Match
16206 the hex address in the output of "finish".
16207
73ba372c
GB
162082014-06-06 Gary Benson <gbenson@redhat.com>
16209
16210 * gdb.base/call-signals.c: Remove preprocessor conditionals
16211 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16212 SIGSEGV and SIGTERM.
16213 * gdb.base/sigall.c: Likewise.
16214 * gdb.base/unwindonsignal.c: Likewise.
16215 * gdb.reverse/sigall-reverse.c: Likewise.
16216
831517df
YQ
162172014-06-06 Yao Qi <yao@codesourcery.com>
16218
16219 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16220 readable, skip the test.
16221
b8b91e98
YQ
162222014-06-06 Yao Qi <yao@codesourcery.com>
16223
16224 * gdb.threads/staticthreads.c (thread_function): Move the line
16225 setting breakpoint on forward.
16226 * gdb.threads/staticthreads.exp: Update comments.
16227
fb934770
LC
162282014-06-05 Ludovic Courtès <ludo@gnu.org>
16229
16230 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16231 "history-append! type error".
16232
6ef284bd
SM
162332014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16234
16235 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16236 erroneous dprintf expected input.
16237
a872e241
DE
162382014-06-04 Doug Evans <xdje42@gmail.com>
16239
16240 * gdb.guile/scm-generics.exp: Delete.
16241
16f691fb
DE
162422014-06-04 Doug Evans <xdje42@gmail.com>
16243
16244 * gdb.guile/scm-breakpoint.exp: Update.
16245 Add tests for breakpoint registration.
16246
012370f6
TT
162472014-06-04 Tom Tromey <tromey@redhat.com>
16248
16249 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16250 VLA-in-union.
16251 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16252 inner_vla_struct, vla_union types. Initialize objects of those
16253 types and compute their sizes.
16254
9f5a4cef
HZ
162552014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16256 Hui Zhu <hui@codesourcery.com>
16257
16258 * gdb.base/fileio.exp: Add test for shell not available as well as
16259 available.
16260 * gdb.base/fileio.c (test_system): Check for shell twice.
16261
90a45c4d
YQ
162622014-06-04 Yao Qi <yao@codesourcery.com>
16263
16264 * gdb.base/auto-connect-native-target.exp: Remove redundant
16265 space from the regexp pattern.
16266
70017e41
YQ
162672014-06-04 Yao Qi <yao@codesourcery.com>
16268
16269 * gdb.base/default.exp: Replace "child" with "native" in
16270 regexp pattern.
16271
883964a7
SC
162722014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16273
16274 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16275 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16276 * gdb.python/py-xmethods.py: Python script supporting the
16277 new testcase and tests.
16278
ef370185
JB
162792014-06-03 Joel Brobecker <brobecker@adacore.com>
16280 Pedro Alves <palves@redhat.com>
16281
16282 PR breakpoints/17000
16283 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16284 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16285
1e2ccb61
BM
162862014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16287
16288 * gdb.base/subst.exp: Add tests to verify partial path matching
16289 output.
16290
c6ec5ab2
PA
162912014-06-03 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16294 target that doesn't use software single-stepping.
16295
835c559f
PA
162962014-06-03 Pedro Alves <palves@redhat.com>
16297
16298 PR breakpoints/17000
16299 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16300 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16301
06eb1586
DE
163022014-06-02 Doug Evans <xdje42@gmail.com>
16303
16304 * gdb.guile/scm-parameter.exp: New file.
16305
e698b8c4
DE
163062014-06-02 Doug Evans <xdje42@gmail.com>
16307
16308 * gdb.guile/scm-cmd.c: New file.
16309 * gdb.guile/scm-cmd.exp: New file.
16310
ded03782
DE
163112014-06-02 Doug Evans <xdje42@gmail.com>
16312
16313 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16314 pretty-printer lookup.
16315 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16316 (make-pp_s-printer): Call it.
16317 (make-pretty-printer-from-dict): New function.
16318 (lookup-pretty-printer-maker-from-dict): New function.
16319 (*pretty-printer*): Simplify.
16320 (make-objfile-pp_s-printer): New function.
16321 (install-objfile-pretty-printers!): New function.
16322 (make-progspace-pp_s-printer): New function.
16323 (install-progspace-pretty-printers!): New function.
16324 * gdb.guile/scm-progspace.c: New file.
16325 * gdb.guile/scm-progspace.exp: New file.
16326
41fac0cf
PA
163272014-06-02 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.base/dprintf-bp-same-addr.c: New file.
16330 * gdb.base/dprintf-bp-same-addr.exp: New file.
16331
96ae5695
EBM
163322014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16333
16334 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16335 * gdb.arch/powerpc-power.s: Likewise.
16336
da02b3a8
JB
163372014-06-02 Joel Brobecker <brobecker@adacore.com>
16338
16339 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16340
c72b2e7b
YQ
163412014-06-01 Yao Qi <yao@codesourcery.com>
16342
16343 * gdb.base/watchpoint.exp (test_watch_location): Check null
16344 pointer can be dereferenced. If not, do the test, otherwise
16345 skip it.
16346
53e8a631
AB
163472014-05-30 Andrew Burgess <aburgess@broadcom.com>
16348
16349 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16350 results.
16351 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16352
938f0e2f
AB
163532014-05-30 Andrew Burgess <aburgess@broadcom.com>
16354
16355 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16356 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16357 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16358 * gdb.arch/amd64-invalid-stack-top.c: New file.
16359 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16360
9ba6657a
PA
163612014-05-30 Pedro Alves <palves@redhat.com>
16362
16363 PR breakpoints/17000
16364 * gdb.base/sss-bp-on-user-bp.c: New file.
16365 * gdb.base/sss-bp-on-user-bp.exp: New file.
16366
522c09bf
DB
163672014-05-30 David Blaikie <dblaikie@gmail.com>
16368
16369 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16370 gnu_inline semantics via attribute.
16371 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16372 source explicitly specifies the required semantics.
16373
bf4ef81e
MR
163742014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16375
16376 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16377
329ea579
PA
163782014-05-29 Pedro Alves <palves@redhat.com>
16379 Tom Tromey <tromey@redhat.com>
16380
16381 * gdb.base/async-shell.exp: Don't enable target-async.
16382 * gdb.base/async.exp
16383 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16384 parameter. Adjust.
16385 (top level): Don't test with "target-async".
16386 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16387 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16388 * gdb.base/inferior-died.exp: Don't enable target-async.
16389 * gdb.base/interrupt-noterm.exp: Likewise.
16390 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16391 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16392 * gdb.mi/mi-nonstop.exp: Likewise.
16393 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16394 * gdb.mi/mi-nsintrall.exp: Likewise.
16395 * gdb.mi/mi-nsmoribund.exp: Likewise.
16396 * gdb.mi/mi-nsthrexec.exp: Likewise.
16397 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16398 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16399 * gdb.python/py-evsignal.exp: Don't enable target-async.
16400 * gdb.python/py-evthreads.exp: Likewise.
16401 * gdb.python/py-prompt.exp: Likewise.
16402 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16403 * gdb.server/solib-list.exp: Don't enable target-async.
16404 * gdb.threads/thread-specific-bp.exp: Likewise.
16405 * lib/mi-support.exp: Adjust to use mi-async.
16406
fd664c91
PA
164072014-05-29 Pedro Alves <palves@redhat.com>
16408
16409 PR gdb/13860
16410 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16411 reason, even in sync mode.
16412
251bde03
PA
164132014-05-29 Pedro Alves <palves@redhat.com>
16414 Hui Zhu <hui@codesourcery.com>
16415
16416 PR PR15693
16417 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16418 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16419 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16420 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16421
7f3c0343
JB
164222014-05-28 Joel Brobecker <brobecker@adacore.com>
16423
16424 * config/monitor.exp (gdb_target_monitor): Replace use of
16425 "set remotebaud" by "set serial baud".
16426
b2715b27
AW
164272014-05-26 Andy Wingo <wingo@igalia.com>
16428
16429 * gdb.guile/scm-breakpoint.exp:
16430 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16431 properties instead of gdb-object-properties.
16432
498a4489
YQ
164332014-05-26 Yao Qi <yao@codesourcery.com>
16434
16435 * gdb.server/no-thread-db.exp: Specify source file name
16436 explicitly when setting a breakpoint.
16437
589fdceb
MM
164382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16439
16440 * gdb.btrace/vdso.c: New.
16441 * gdb.btrace/vdso.exp: New.
16442
e9089e05
MM
164432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16444
16445 * gdb.base/gcore.exp (capture_command_output): Move ...
16446 * lib/gdb.exp (capture_command_output): ... here.
16447
67b5c0c1
MM
164482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16449
16450 * gdb.btrace/data.exp: Test memory access during btrace replay.
16451
a2199296
SM
164522014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16453
16454 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16455
17b2616c
PA
164562014-05-21 Pedro Alves <palves@redhat.com>
16457
16458 PR gdb/13860
16459 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16460 (top level): Test that output related to execution commands is
16461 sent to the console with CLI commands, but not with MI commands.
16462 Test that breakpoint events are always mirrored to the console.
16463 Also expect the new source line to be output after a "next" in
16464 async mode too. Make it a pass/fail test.
16465 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16466 output.
16467 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16468
5166082f
PA
164692014-05-21 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16472 Use them to test variations of "list" after reaching a breakpoint.
16473 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16474 Test "list" with listsize 10 after reaching a breakpoint.
16475 * gdb.python/python.exp (decode_line current location line
16476 number): Adjust expected line number.
16477
2f25d70f
SM
164782014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16479
16480 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16481 behavior for $args, pass it directly to "run".
16482
ff604a67
MR
164832014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16484
16485 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16486 30000 to 65536.
16487
6a3cb8e8
PA
164882014-05-21 Pedro Alves <palves@redhat.com>
16489
16490 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16491 auto-connect-native-target off".
16492 * gdb.base/auto-connect-native-target.c: New file.
16493 * gdb.base/auto-connect-native-target.exp: New file.
16494
4ebfc96e
PA
164952014-05-21 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.base/default.exp: Test "target native" instead of "target
16498 child".
16499
36d46afb
MW
165002014-05-21 Mark Wielaard <mjw@redhat.com>
16501
16502 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16503
5876f503
JK
165042014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16505
16506 Fix TLS access for -static -pthread.
16507 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16508 <HAVE_TLS> (thread_function, main): Initialize it.
16509 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16510 Add clean_restart.
16511 <$have_tls != "">: Check TLSVAR.
16512
0256a6ac
PA
165132014-05-21 Pedro Alves <palves@redhat.com>
16514
16515 * gdb.base/dcache-line-read-error.c: New.
16516 * gdb.base/dcache-line-read-error.exp: New.
16517
936d2992
PA
165182014-05-20 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/compare-sections.c: New file.
16521 * gdb.base/compare-sections.exp: New file.
16522
802e8e6d
PA
165232014-05-20 Pedro Alves <palves@redhat.com>
16524
16525 * gdb.base/break-idempotent.c: New file.
16526 * gdb.base/break-idempotent.exp: New file.
16527
e59fa00f
MM
165282014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16529
16530 * gdb.btrace/nohist.exp: New.
16531
8b696e31
YQ
165322014-05-20 Yao Qi <yao@codesourcery.com>
16533
16534 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16535 gdb.reverse directory and gdb_reverse_timeout exists in board
16536 setting.
16537 * README: Document gdb_reverse_timeout.
16538
73c9764f
YQ
165392014-05-20 Yao Qi <yao@codesourcery.com>
16540
16541 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16542 'test_file_name'. Treat args as a string instead of a list.
16543 (gdb_init): Rename argument 'args' by 'test_file_name'.
16544
f1f4348a
JK
165452014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16546
16547 * gdb.arch/powerpc-power.exp: New file.
16548 * gdb.arch/powerpc-power.s: New file.
16549
0dbe70ce
DE
165502014-05-16 Doug Evans <dje@google.com>
16551
16552 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16553 * gdb.base/completion.exp: Check that all expected files exist
16554 before doing file completion.
0dbe70ce 16555
8d551b02
DE
165562014-05-16 Doug Evans <dje@google.com>
16557
16558 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16559 Update.
16560 (do_syscall_tests_without_xml): Update.
16561
73eb7709
PA
165622014-05-16 Pedro Alves <palves@redhat.com>
16563
16564 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16565 instead of "unknown output after running".
16566
3fae92fc
YQ
165672014-05-16 Yao Qi <yao@codesourcery.com>
16568
16569 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16570 file1.txt from host at the end.
16571 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16572
c2b2ccc5
DE
165732014-05-15 Doug Evans <dje@google.com>
16574
16575 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16576 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16577 loading file. Add test for TU lookup.
16578
8c217a4b
SM
165792014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16580
16581 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16582 calling "-exec-arguments" or "set args" before running the
16583 inferior.
16584
3deb39c6
SM
165852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16586
16587 * lib/mi-support.exp (mi_expect_stop): Expect message for
16588 inferiors that exit with non-zero exit code.
16589
71a79f8c
YQ
165902014-05-14 Yao Qi <yao@codesourcery.com>
16591
16592 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16593 match absolute path on remote host.
16594 (test_file_list_exec_source_files): Remove "/" from the
16595 pattern.
16596
f23fcd46
YQ
165972014-05-14 Yao Qi <yao@codesourcery.com>
16598
16599 * boards/local-remote-host-notty.exp (${board}_file): New
16600 proc.
16601
9404b58f
KM
166022014-05-07 Kyle McMartin <kyle@redhat.com>
16603
16604 Pushed by Joel Brobecker <brobecker@adacore.com>.
16605 * gdb.arch/aarch64-atomic-inst.c: New file.
16606 * gdb.arch/aarch64-atomic-inst.exp: New file.
16607
5e45f04c
YQ
166082014-05-07 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16611 in current context" too.
16612
c888a17d
KS
166132014-05-05 Keith Seitz <keiths@redhat.com>
16614
16615 * gdb.linespec/ls-dollar.exp: Add test for linespec
16616 file:convenience_variable.
16617
290a839c
YQ
166182014-05-05 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16621 traceframes into tfile and ctf trace files. Read data from
16622 trace file and test collected data.
16623 (gdb_collect_locals_test): Likewise.
16624 (gdb_unavailable_registers_test): Likewise.
16625 (gdb_unavailable_floats): Likewise.
16626 (gdb_collect_globals_test): Likewise.
16627 (top-level): Append "ctf" to trace_file_targets if GDB
16628 supports.
16629
b5262cd0
YQ
166302014-05-05 Yao Qi <yao@codesourcery.com>
16631
16632 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16633 code to ...
16634 (gdb_collect_args_test_1): ... it. New proc.
16635 (gdb_collect_locals_test): Move some code to ...
16636 (gdb_collect_locals_test_1): ... it. New proc.
16637 (gdb_unavailable_registers_test): Move some code to ...
16638 (gdb_unavailable_registers_test_1): ... it. New proc.
16639 (gdb_unavailable_floats): Move some code to ...
16640 (gdb_unavailable_floats_1): ... it. New proc.
16641
30a1e6cc
SDJ
166422014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16643
16644 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16645 probes to test for bitness recognition.
16646 * gdb.arch/amd64-stap-optional-prefix.exp
16647 (test_probe_value_without_reg): New procedure.
16648 Add code to test for different kinds of bitness.
16649
f33da99a
SDJ
166502014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16651
16652 PR breakpoints/16889
16653 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16654 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16655
5b80f00d
PA
166562014-05-01 Pedro Alves <palves@redhat.com>
16657
16658 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16659 gdb_file_cmd if no file is specified.
16660 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16661 last_loaded_file to set the remote exec-file.
16662
f8c2a73c
PA
166632014-05-01 Pedro Alves <palves@redhat.com>
16664
16665 * boards/local-remote-host.exp: New file.
16666
be6e8ac7
PA
166672014-05-01 Pedro Alves <palves@redhat.com>
16668
16669 * boards/local-remote-host.exp: Rename to ...
16670 * boards/local-remote-host-notty.exp: ... this.
16671
cac0dc8f
JB
166722014-04-28 Joel Brobecker <brobecker@adacore.com>
16673
16674 * gdb.ada/dyn_arrayidx: New testcase.
16675
9730e6cc
YQ
166762014-04-26 Yao Qi <yao@codesourcery.com>
16677
16678 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16679 and compute the length of function main. Save it in
16680 $main_length.
16681 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16682 (top-level): Use gdb_compile to compile objects into
16683 executable and restart GDB. Remove invocation to
16684 prepare_for_testing.
16685
7ae1a6a6
PA
166862014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16687 Pedro Alves <palves@redhat.com>
16688
16689 PR server/16255
16690 * gdb.multi/multi-attach.c: New file.
16691 * gdb.multi/multi-attach.exp: New file.
16692
4082afcc
PA
166932014-04-25 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16696 user.
16697 (top level): Test that "set remote conditional-breakpoints-packet
16698 off" works as intended.
16699 * gdb.base/dprintf.exp: Test that "set remote
16700 breakpoint-commands-packet off" works as intended.
16701 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16702 New function.
16703 (top level): Call it.
16704 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16705 remote fast-tracepoints-packet off" works as intended.
16706 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16707 * lib/gdb.exp (gdb_is_target_remote): ... here.
16708
2abc3f8d
DB
167092014-04-24 David Blaikie <dblaikie@gmail.com>
16710
16711 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16712 ensure clang would not discard them.
16713 * gdb.base/gdbvars.c: Ditto.
16714 * gdb.base/memattr.c: Ditto.
16715 * gdb.base/whatis.c: Ditto.
16716 * gdb.python/py-prettyprint.c: Ditto.
16717 * gdb.trace/actions.c: Ditto.
16718 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16719 ensure clang would not discard it.
16720
bfd39632
DB
167212014-04-24 David Blaikie <dblaikie@gmail.com>
16722
16723 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16724 clang to emit the full definition of type required by the test
16725 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16726
22842ff6
DB
167272014-04-24 David Blaikie <dblaikie@gmail.com>
16728
16729 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16730 coax Clang into emitting the definition of the type.
16731 * gdb.cp/pr10728-x.h (y): Ditto.
16732 * gdb.cp/pr10728-y.cc (y): Ditto.
16733
c2e827ad
DB
167342014-04-24 David Blaikie <dblaikie@gmail.com>
16735
16736 * gdb.base/label.exp: XFAIL label related tests under Clang.
16737 * gdb.cp/cplabel.exp: Ditto.
16738 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16739 under Clang those using labels.
16740
4c2d33e7
YQ
167412014-04-25 Yao Qi <yao@codesourcery.com>
16742
16743 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16744 double_label.
16745 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16746 partial_label and double_label.
16747
56083b99
DB
167482014-04-24 David Blaikie <dblaikie@gmail.com>
16749
16750 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16751
25d4e99d
DB
167522014-04-24 David Blaikie <dblaikie@gmail.com>
16753
16754 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16755 of the function to work across GCC and Clang.
16756 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16757 pointer types (const void ** const V void **).
16758
01f9f808
MS
167592014-04-24 Michael Sturm <michael.sturm@mintel.com>
16760 Walfred Tedeschi <walfred.tedeschi@intel.com>
16761
16762 * Makefile.in (EXECUTABLES): Added i386-avx512.
16763 * gdb.arch/i386-avx512.c: New file.
16764 * gdb.arch/i386-avx512.exp: Likewise.
16765
4b48d439
KS
167662014-04-23 Keith Seitz <keiths@redhat.com>
16767
16768 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16769 (mi_make_breakpoint_table): New procedure.
16770 (mi_create_breakpoint): Use mi_make_breakpoint
16771 and return the result.
16772 (mi_make_breakpoint): New procedure.
16773 (mi_build_kv_pairs): New procedure.
16774
16775 * gdb.mi/mi-break.exp: Remove unused globals,
16776 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16777 All callers updated.
16778 * gdb.mi/mi-dprintf.exp: Use variable to track command
16779 number.
16780 Update all callers of mi_create_breakpoint and use
16781 mi_make_breakpoint_table.
16782 Remove any unused global variables.
16783 * gdb.mi/mi-nonstop.exp: Likewise.
16784 * gdb.mi/mi-nsintrall.exp: Likewise.
16785 * gdb.mi/mi-nsmoribund.exp: Likewise.
16786 * gdb.mi/mi-nsthrexec.exp: Likewise.
16787 * gdb.mi/mi-reverse.exp: Likewise.
16788 * gdb.mi/mi-simplerun.exp: Likewise.
16789 * gdb.mi/mi-stepn.exp: Likewise.
16790 * gdb.mi/mi-syn-frame.exp: Likewise.
16791 * gdb.mi/mi-until.exp: Likewise.
16792 * gdb.mi/mi-var-cp.exp: Likewise.
16793 * gdb.mi/mi-var-display.exp: Likewise.
16794 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16795 * gdb.mi/mi2-var-child.exp: Likewise.
16796 * gdb.mi/mi-vla-c99.exp: Likewise.
16797 * lib/mi-support.exp: Likewise.
16798
16799 From Ian Lance Taylor <iant@cygnus.com>:
16800 * lib/gdb.exp (parse_args): New procedure.
16801
08351840
PA
168022014-04-23 Pedro Alves <palves@redhat.com>
16803
16804 * gdb.base/break-unload-file.c: New file.
16805 * gdb.base/break-unload-file.exp: New file.
16806 * gdb.base/sym-file-lib.c (baz): New function.
16807 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16808 field.
16809 (load): Store the segment's mapped size.
16810 (unload): New function.
16811 (unload_shlib): New function.
16812 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16813 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16814 set a breakpoint at baz, and call it.
16815 * gdb.base/sym-file.exp: New tests for stale breakpoint
16816 instructions.
16817
076855f9
PA
168182014-04-23 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16821 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16822 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16823 * gdb.base/hbreak-unmapped.c: New file.
16824 * gdb.base/hbreak-unmapped.exp: New file.
16825 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16826 * lib/gdb.exp (gdb_is_target_remote): ... here.
16827
483805cf
PA
168282014-04-22 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.base/consecutive-step-over.c: New file.
16831 * gdb.base/consecutive-step-over.exp: New file.
16832
06d97543
PA
168332014-04-22 Pedro Alves <palves@redhat.com>
16834
16835 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16836 instead of send_gdb/gdb_expect.
16837
b4429ea2
YQ
168382014-04-22 Yao Qi <yao@codesourcery.com>
16839
16840 * lib/trace-support.exp (generate_tracefile): New procedure.
16841 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16842 return 0.
16843 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16844 if generate_tracefile returns 1.
16845
51d48146
PA
168462014-04-18 Tom Tromey <palves@redhat.com>
16847 Pedro alves <tromey@redhat.com>
16848
16849 PR backtrace/15558
16850 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16851 with a backtrace limit.
16852 * gdb.python/py-frame-inline.exp: Test running to an inline
16853 function with a backtrace limit, and printing the newest frame.
16854 * gdb.python/py-frame-inline.c (main): Call f.
16855
bd1dce5f
MS
168562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16857
16858 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16859
40d1a503
MS
168602014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16861
16862 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16863 Drop prefix from unsupported source file path.
16864
389b98f7
YQ
168652014-04-17 Yao Qi <yao@codesourcery.com>
16866
16867 * lib/gdb.exp (with_target_charset): New proc.
16868 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16869 with_target_charset.
16870 (test_print_strings): Likewise.
16871 (test_repeat_bytes): Likewise.
16872 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16873 for some tests.
16874
22869d73
KS
168752014-04-16 Keith Seitz <keiths@redhat.com>
16876
16877 PR gdb/15827
16878 * gdb.dwarf2/corrupt.c: New file.
16879 * gdb.dwarf2/corrupt.exp: New file.
16880
c4f87ca6
KS
168812014-04-16 Keith Seitz <keiths@redhat.com>
16882
16883 PR c++/16597
16884 * gdb.cp/namelessclass.cc: New file.
16885 * gdb.cp/namelessclass.exp: New file.
16886 * gdb.cp/namelessclass.S: New file.
16887
ab19de87
DE
168882014-04-16 Doug Evans <dje@google.com>
16889
16890 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16891 Add comment.
16892 (gdbserver_default_get_comm_port): New function.
16893 (gdbserver_start): Check if board file provided
16894 "gdbserver,get_comm_port" and use it if so.
16895 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16896 (gdb,socketport): Set to "stdio".
16897 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16898 (stdio_gdbserver_template): Delete.
16899 (${board}_get_remote_address): Update.
16900 (${board}_build_remote_cmd): Delete.
16901 (${board}_get_comm_port): New function.
16902 (${board}_spawn): Update.
16903 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16904 Delete.
16905 (${board}_get_remote_address): Update.
16906 (${board}_get_comm_port): New function.
16907
fc98a809
AB
169082014-04-16 Andrew Burgess <aburgess@broadcom.com>
16909
16910 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16911 appearing in any order.
16912
87fd9e6e
DE
169132014-04-15 Doug Evans <dje@google.com>
16914
16915 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16916 uninitialized value of "description".
16917
099fc3ea
KS
169182014-04-15 Keith Seitz <keiths@redhat.com>
16919
16920 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16921 Remove unused globals.
16922 (test_running_the_program): Likewise.
16923 (test_controlled_execution): Likewise.
16924 (test_controlling_breakpoints): Likewise.
16925 (test_program_termination): Likewise.
16926
5da151d4
KS
169272014-04-15 Keith Seitz <keiths@redhat.com>
16928
16929 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16930 unused globals.
16931 (test_rbreak_creation_and_listing): Likewise.
16932 (test_ignore_count): Likewise.
16933 (test_error): Likewise.
16934
35e5d2f0
PA
169352014-04-15 Pedro Alves <palves@redhat.com>
16936
16937 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16938 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16939 sym-file-loader.c.
16940 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16941 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16942 to sym-file-loader.c.
16943 (struct library): Forward declare.
16944 (load_shlib, lookup_function): Change prototypes.
16945 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16946 (translate_offset): Remove declarations.
16947 (get_text_addr): New declaration.
16948 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16949 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16950 sym-file-loader.h.
16951 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16952 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16953 here from sym-file-loader.h.
16954 (struct library): New structure.
16955 (load_shlib, lookup_function): Change prototypes and adjust to
16956 work with a struct library.
16957 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16958 (translate_offset): Make static.
16959 (get_text_addr): New function.
16960 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16961
eb4c1710
PA
169622014-04-15 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16965
2d1baf52
PA
169662014-04-15 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/sym-file-loader.c: Include <limits.h>.
16969 (SELF_LINK): New define.
16970 (get_origin): New function.
16971 (load_shlib): Use it.
16972 * gdb.base/sym-file.exp: Don't early return if the target is
16973 remote. Use runto_main, and issue fail is that fails. Use
16974 gdb_load_shlibs.
16975 (shlib_name): Delete.
16976 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16977
7dd6df01
PA
169782014-04-15 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/sym-file.exp: Remove regex characters from test
16981 message. Don't refer to breakpoint numbers in test messages.
16982
b50c8614
KS
169832014-04-14 Keith Seitz <keiths@redhat.com>
16984
16985 PR c++/16253
16986 * gdb.cp/var-tag.cc: New file.
16987 * gdb.cp/var-tag.exp: New file.
16988 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16989 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16990 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16991 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16992
3d567982
TT
169932014-04-14 Tom Tromey <tromey@redhat.com>
16994
16995 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16996 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16997 type.
16998 * gdb.cp/enum-class.exp: New file.
16999 * gdb.cp/enum-class.cc: New file.
17000
0626fc76
TT
170012014-04-14 Tom Tromey <tromey@redhat.com>
17002
17003 * gdb.dwarf2/enum-type.exp: New file.
17004
dca325b3
SA
170052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17006
17007 * gdb.mi/mi-vla-c99.exp: New file.
17008 * gdb.mi/vla.c: New file.
17009
5854b38a
SA
170102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17011
17012 * gdb.base/vla-datatypes.c: New file.
17013 * gdb.base/vla-datatypes.exp: New file.
17014
463bb957
SA
170152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17016
17017 * gdb.base/vla-ptr.c: New file.
17018 * gdb.base/vla-ptr.exp: New file.
17019
3dd170be
SA
170202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17021
17022 * gdb.dwarf2/count.exp: New file.
17023
5ecaaa66
SA
170242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17025
17026 * gdb.base/vla-sideeffect.c: New file.
17027 * gdb.base/vla-sideeffect.exp: New file.
17028
41f1ada5
DB
170292014-04-14 David Blaikie <dblaikie@gmail.com>
17030
17031 * gdb.mi/non-stop.c: Add return value for non-void function return
17032 statement.
17033 * gdb.threads/staticthreads.c: Ditto.
17034
0be03e84
DE
170352014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17036 Doug Evans <xdje42@gmail.com>
17037
17038 * gdb.guile/scm-value.c: Improve test case.
17039 * gdb.guile/scm-value.exp: Add new test.
17040
f180a1fb
DB
170412014-04-11 David Blaikie <dblaikie@gmail.com>
17042
17043 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17044 override Clang's default.
17045
6b662e19
JB
170462014-04-11 Joel Brobecker <brobecker@adacore.com>
17047
17048 Revert the following changes (regressions):
17049
17050 * gdb.base/vla-sideeffect.c: New file.
17051 * gdb.base/vla-sideeffect.exp: New file.
17052
17053 * gdb.dwarf2/count.exp: New file.
17054
17055 * gdb.base/vla-multi.c: New file.
17056 * gdb.base/vla-multi.exp: New file.
17057
17058 * gdb.base/vla-ptr.c: New file.
17059 * gdb.base/vla-ptr.exp: New file.
17060
17061 * gdb.base/vla-datatypes.c: New file.
17062 * gdb.base/vla-datatypes.exp: New file.
17063
17064 * gdb.mi/mi-vla-c99.exp: New file.
17065 * gdb.mi/vla.c: New file.
17066
245a5f0b
KS
170672014-04-11 Keith Seitz <keiths@redhat.com>
17068
17069 PR c++/16675
17070 * gdb.cp/cpsizeof.exp: New file.
17071 * gdb.cp/cpsizeof.cc: New file.
17072
58a84dcf
SA
170732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17074
191a8a90
JB
17075 * gdb.mi/mi-vla-c99.exp: New file.
17076 * gdb.mi/vla.c: New file.
58a84dcf 17077
c8655f75
SA
170782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17079
17080 * gdb.base/vla-datatypes.c: New file.
17081 * gdb.base/vla-datatypes.exp: New file.
17082
024e13b4
SA
170832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17084
17085 * gdb.base/vla-ptr.c: New file.
17086 * gdb.base/vla-ptr.exp: New file.
17087
1a237e0e
SA
170882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17089
17090 * gdb.base/vla-multi.c: New file.
17091 * gdb.base/vla-multi.exp: New file.
17092
504f3432
SA
170932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17094
17095 * gdb.dwarf2/count.exp: New file.
17096
3bce8237
SA
170972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17098
191a8a90
JB
17099 * gdb.base/vla-sideeffect.c: New file.
17100 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17101
322f9c21
YQ
171022014-04-11 Yao Qi <yao@codesourcery.com>
17103
17104 * gdb.base/completion.exp: Check file exists before running tests
17105 on file completion.
17106
d708bcd1
PA
171072014-04-10 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.base/cond-eval-mode.c: New file.
17110 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17111 prepare_for_testing to build the new file. Check result of
17112 runto_main.
17113 (test_break, test_watch): New procedures.
17114 (top level): Use them.
17115
ae1d2761
PM
171162014-04-08 Pierre Muller <muller@sourceware.org>
17117
17118 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17119 Ctrl-V use for mingw hosts.
17120
7af389b8
SC
171212014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17122
17123 * gdb.python/py-value.c: Improve test case.
17124 * gdb.python/py-value.exp: Add new test.
17125
5e703181
DE
171262014-04-07 David Blaikie <dblaikie@gmail.com>
17127
17128 * lib/compiler.c: Identify the clang compiler.
17129 * lib/compiler.cc: Ditto.
17130
9810b410
YQ
171312014-04-03 Yao Qi <yao@codesourcery.com>
17132
17133 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17134
98d1b8dc
AB
171352014-04-01 Anton Blanchard <anton@samba.org>
17136
17137 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17138 messages unique.
17139
3114cea1
AB
171402014-04-01 Anton Blanchard <anton@samba.org>
17141
17142 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17143 prepare_for_testing.
17144
62f7182c
AB
171452014-04-01 Anton Blanchard <anton@samba.org>
17146
17147 * gdb.arch/ppc64-atomic-inst.c: Remove.
17148 * gdb.arch/ppc64-atomic-inst.S: New file.
17149 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17150
770e7fc7
DE
171512014-03-31 Doug Evans <dje@google.com>
17152
17153 * gdb.base/print-symbol-loading-lib.c: New file.
17154 * gdb.base/print-symbol-loading-main.c: New file.
17155 * gdb.base/print-symbol-loading.exp: New file.
17156
46e2bafa
YQ
171572014-03-31 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17160
8776cfe9
JB
171612014-03-28 Joel Brobecker <brobecker@adacore.com>
17162
17163 * gdb.ada/mi_dyn_arr: New testcase.
17164
5d1ef361
DE
171652014-03-27 Doug Evans <dje@google.com>
17166
17167 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17168
b5bee914
YQ
171692014-03-27 Yao Qi <yao@codesourcery.com>
17170
17171 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17172 if target is nios2-*-*.
17173
0d4d0e77
YQ
171742014-03-26 Yao Qi <yao@codesourcery.com>
17175
17176 * lib/gdb.exp (readline_is_used): New proc.
17177 * gdb.base/completion.exp: Move tests on command complete up.
17178 Skip the rest of tests if readline is not used.
17179 * gdb.ada/complete.exp: Skp the test if readline is not
17180 used.
17181 * gdb.base/filesym.exp: Likewise.
17182 * gdb.base/macscp.exp: Likewise.
17183 * gdb.base/readline-ask.exp: Likewise.
17184 * gdb.base/readline.exp: Likewise.
17185 * gdb.python/py-cmd.exp: Likewise.
17186 * gdb.trace/tfile.exp: Likewise.
17187
29361eee
YQ
171882014-03-26 Yao Qi <yao@codesourcery.com>
17189
17190 * gdb.base/macscp.exp: Fix code format issues.
17191
bc9a5525
UW
171922014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17193
17194 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17195 * gdb.asm/powerpc64le.inc: New file.
17196
d3839ede
PA
171972014-03-25 Pedro Alves <palves@redhat.com>
17198 Doug Evans <dje@google.com>
17199
17200 * gdb.base/source-execution.c: New file.
17201 * gdb.base/source-execution.exp: New file.
17202 * gdb.base/source-execution.gdb: New file.
17203
01672a57
DE
172042014-03-24 Doug Evans <dje@google.com>
17205
17206 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17207 using fission.
17208
88bbeca9
HZ
172092014-03-24 Hui Zhu <hui@codesourcery.com>
17210 Pedro Alves <palves@redhat.com>
17211
17212 PR breakpoints/16101
17213 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17214 test pass/fail messages. Detect missing support for dprintf when
17215 breakpoints are actually inserted.
17216 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17217 breakpoints are actually inserted.
17218 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17219 fails.
17220
d2348791
JK
172212014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17222
17223 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17224
feef67ab
DE
172252014-03-22 Doug Evans <xdje42@gmail.com>
17226
17227 * gdb.python/python.exp (python not supported): Verify multi-line
17228 python command issues an error.
25d743f9 17229 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17230 guile command issues an error.
feef67ab 17231
ecebef6a
MR
172322014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17233
17234 * gdb.threads/thread-specific.exp: Handle the lack of usable
17235 $this_breakpoint and $this_thread.
17236
ccdd1909
HZ
172372014-03-21 Hui Zhu <hui@codesourcery.com>
17238
17239 * gdb.base/attach.exp (do_command_attach_tests): New.
17240
beb460e8
PA
172412014-03-20 Tom Tromey <tromey@redhat.com>
17242 Pedro Alves <palves@redhat.com>
17243
17244 PR cli/15718
17245 * gdb.base/condbreak-call-false.c: New file.
17246 * gdb.base/condbreak-call-false.exp: New file.
17247
40acf43a
PA
172482014-03-20 Pedro Alves <palves@redhat.com>
17249
17250 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17251 Delete.
17252 (block_signals, unblock_signals): Delete.
17253 (child_function_2, main): Remove references to deleted variable
17254 and functions.
17255
9f5e1e02
PA
172562014-03-20 Pedro Alves <palves@redhat.com>
17257
17258 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17259 Use pthread_kill to signal thread 2.
17260 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17261 Adjust to make the test send itself a signal rather than using the
17262 host's "kill" command.
17263
99619bea
PA
172642014-03-20 Pedro Alves <palves@redhat.com>
17265
17266 * gdb.threads/multiple-step-overs.c: New file.
17267 * gdb.threads/multiple-step-overs.exp: New file.
17268 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17269 Adjust expected infrun debug output.
17270
2adfaa28
PA
172712014-03-20 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17274 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17275
31e77af2
PA
172762014-03-20 Pedro Alves <palves@redhat.com>
17277
17278 PR breakpoints/7143
17279 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17280 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17281 of gdb_test_multiple.
17282 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17283 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17284
b9f437de
PA
172852014-03-20 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17288 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17289
05adc73e
PA
172902014-03-19 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.base/async.exp: Remove early return.
17293
6048b950
PA
172942014-03-19 Pedro Alves <palves@redhat.com>
17295
17296 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17297
8bcfb00a
PA
172982014-03-19 Pedro Alves <palves@redhat.com>
17299
17300 * gdb.base/async.exp (test_background): Expect \r\n after
17301 "completed." in the fail pattern.
17302
884e37dc
PA
173032014-03-19 Pedro Alves <palves@redhat.com>
17304
17305 * gdb.base/async.exp (test_background): New procedure.
17306 Use it for all background execution command tests.
17307
148e57e2
PA
173082014-03-19 Pedro Alves <palves@redhat.com>
17309
17310 * gdb.base/async.exp: Use prepare_for_testing.
17311
f48088c7
PA
173122014-03-19 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17315 the same line.
17316
e2f6c966
PA
173172014-03-19 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.base/async.c (main): Add "jump here" and "until here" line
17320 marker comments.
17321 * gdb.base/async.exp (jump_here): New global.
17322 (jump& test): Use it.
17323 (until_here): New global.
17324 (until& test): Use it.
17325
c30568d4
PA
173262014-03-19 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.base/async.exp: Don't frob gdb_protocol.
17329
0172b6a7
DE
173302014-03-18 Doug Evans <xdje42@gmail.com>
17331
17332 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17333 Fix spelling of exec-done-display.
17334
06c868a8
JK
173352014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17336
17337 PR gdb/15358
17338 * gdb.base/gdb-sigterm.c: New file.
17339 * gdb.base/gdb-sigterm.exp: New file.
17340
0c7e1a46
PA
173412014-03-18 Pedro Alves <palves@redhat.com>
17342
17343 PR gdb/13860
17344 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17345 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17346 solib-event.
17347
f7c77d93
JB
173482014-03-17 Joel Brobecker <brobecker@adacore.com>
17349
17350 * gdb.ada/pckd_arr_ren: New testcase.
17351
5a1e8c7a
DE
173522014-03-13 Doug Evans <xdje42@gmail.com>
17353
17354 PR guile/16612
17355 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17356 collect after discarding symbols.
17357
350e1a76
DE
173582014-03-13 Ludovic Courtès <ludo@gnu.org>
17359 Doug Evans <xdje42@gmail.com>
17360
17361 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17362 to history survives a gc.
17363
a69900ae
PA
173642014-03-13 Pedro Alves <palves@redhat.com>
17365
17366 * gdb.base/default.exp: Don't test "target procfs".
17367
5db9f0bd
PA
173682014-03-13 Pedro Alves <palves@redhat.com>
17369
17370 * gdb.base/default.exp: Update "target child" and "target procfs"
17371 tests to not expect "Unix".
17372
b3ccfe11
TT
173732014-03-12 Tom Tromey <tromey@redhat.com>
17374
17375 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17376 New procs. Add target-async tests.
17377 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17378 Add target-async tests.
17379
646f4417
AA
173802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17381
17382 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17383 'func_start' and 'func_end' for the beginning and end of the
17384 function code, respectively.
17385 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17386 'func_end' instead of 'func' and 'main'.
17387
288c211f
AA
173882014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17389
17390 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17391 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17392 generate the debug info assembler source.
17393
e0c0f156
AA
173942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17395
17396 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17397 * gdb.dwarf2/arr-subrange.exp: Likewise.
17398 * gdb.dwarf2/dwz.exp: Likewise.
17399 * gdb.dwarf2/method-ptr.exp: Likewise.
17400 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17401 * gdb.dwarf2/subrange.exp: Likewise.
17402 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17403 * gdb.dwarf2/implptrpiece.exp: Likewise.
17404 * gdb.dwarf2/nostaticblock.exp: Likewise.
17405
0e5c4555
AA
174062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17407
17408 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17409 directory to absolute path name arguments.
17410
5ec18f2b
JG
174112014-03-10 Joel Brobecker <brobecker@adacore.com>
17412
17413 * gdb.ada/tagged_access: New testcase.
17414
847fc4f2
MM
174152014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17416
17417 * gdb.btrace/data.exp: Update expected output.
17418
cc3da688
YQ
174192014-03-06 Yao Qi <yao@codesourcery.com>
17420
17421 * gdb.trace/pr16508.exp: New file.
17422
0f26cec1
PA
174232014-03-05 Pedro Alves <palves@redhat.com>
17424
17425 PR gdb/16575
17426 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17427 procedure.
17428 (top level): Adjust to use it. Add tests that exercise breakpoint
17429 interaction with the code-cache.
17430
7a5a839f
LC
174312014-02-26 Ludovic Courtès <ludo@gnu.org>
17432
17433 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17434 test for 'history-append!'.
17435
31aa7e4e
JB
174362014-02-26 Joel Brobecker <brobecker@adacore.com>
17437
17438 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17439 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17440 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17441 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17442 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17443 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17444
1b588015
JB
174452014-02-26 Joel Brobecker <brobecker@adacore.com>
17446
17447 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17448 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17449 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17450
55426c9d
JB
174512014-02-26 Joel Brobecker <brobecker@adacore.com>
17452
17453 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17454
dc53a7ad
JB
174552014-02-26 Joel Brobecker <brobecker@adacore.com>
17456
17457 * gdb.dwarf2/arr-stride.c: New file.
17458 * gdb.dwarf2/arr-stride.exp: New file.
17459
12ab52e9
PA
174602014-02-26 Pedro Alves <palves@redhat.com>
17461
17462 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17463 that won't ever trigger. Make sure that GDB reports the correct
17464 breakpoint that caused the stop.
17465
849c862e
JK
174662014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17467
17468 PR gdb/16626
17469 * gdb.base/auto-load-script: New file.
17470 * gdb.base/auto-load.c: New file.
17471 * gdb.base/auto-load.exp: New file.
17472
71b7d793
JK
17473 PR gdb/16626
17474 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17475
e2f0d509
JK
174762014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17477
17478 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17479 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17480
50cc37c8
DE
174812014-02-24 Doug Evans <dje@google.com>
17482
17483 * lib/gdb.exp (run_on_host): Log error output if program fails.
17484
ea4758f2
PA
174852014-02-21 Pedro Alves <palves@redhat.com>
17486
17487 * gdb.threads/step-after-sr-lock.c: Rename to ...
17488 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17489 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17490 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17491 ... this.
17492
d7b30f67
SDJ
174932014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17494
17495 PR tdep/16397
17496 * gdb.arch/amd64-stap-special-operands.exp: New file.
17497 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17498 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17499 * gdb.arch/amd64-stap-triplet.S: Likewise.
17500 * gdb.arch/amd64-stap-triplet.c: Likewise.
17501
83deb43f
JB
175022014-02-20 Joel Brobecker <brobecker@adacore.com>
17503
17504 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17505 in .section pseudo-op.
17506
adde2bff
DE
175072014-02-20 lin zuojian <manjian2006@gmail.com>
17508 Joel Brobecker <brobecker@adacore.com>
17509 Doug Evans <xdje42@gmail.com>
17510
17511 PR symtab/16581
17512 * gdb.dwarf2/dw2-icycle.S: New file.
17513 * gdb.dwarf2/dw2-icycle.c: New file.
17514 * gdb.dwarf2/dw2-icycle.exp: New file.
17515
f7bd0f78
SC
175162014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17517
17518 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17519 operations on gdb.Value objects.
17520 * gdb.python/py-value-cc.exp: Add new test to test operations on
17521 gdb.Value objects.
17522
c17ef0d5
DE
175232014-02-18 Doug Evans <dje@google.com>
17524
17525 * Makefile.in (TESTS): New variable.
17526 (expanded_tests, expanded_tests_or_none): New variables
17527 (check-single): Pass $(expanded_tests_or_none) to runtest.
17528 (check-parallel): Only run tests in $(TESTS) if non-empty.
17529 (check/no-matching-tests-found): New rule.
17530 * README: Document TESTS makefile variable.
17531
5dd3176f
DE
175322014-02-18 Doug Evans <dje@google.com>
17533
17534 * Makefile.in (check-parallel): rm -rf outputs temp.
17535
0b10be4f
JK
175362014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17537
17538 Fix "ERROR: no fileid for" in the testsuite.
17539 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17540
85f224e7
DE
175412014-02-12 Doug Evans <dje@google.com>
17542
17543 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17544 (MISCELLANEOUS): New variable.
17545 (clean): rm -rf $(MISCELLANEOUS).
17546 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17547 dwp live in the same directory as symlinks, with each symlink pointed
17548 to a differently named file in a different directory.
17549
149b30ff
DE
175502014-02-11 Doug Evans <dje@google.com>
17551
17552 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17553 of Tcl file commands.
17554
1dfdac32
MK
175552014-02-10 Mark Kettenis <kettenis@gnu.org>
17556
17557 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17558 "kill -SIGUSR1 -1".
17559
aa4fb036
JB
175602014-02-10 Joel Brobecker <brobecker@adacore.com>
17561
17562 * gdb.ada/tick_length_array_enum_idx: New testcase.
17563
ed3ef339
DE
175642014-02-10 Doug Evans <xdje42@gmail.com>
17565
17566 * configure.ac (AC_OUTPUT): Add gdb.guile.
17567 * configure: Regenerate.
17568 * lib/gdb-guile.exp: New file.
17569 * lib/gdb.exp (get_target_charset): New function.
17570 * gdb.base/help.exp: Update expected output from "apropos apropos".
17571 * gdb.guile/Makefile.in: New file.
17572 * gdb.guile/guile.exp: New file.
17573 * gdb.guile/scm-arch.c: New file.
17574 * gdb.guile/scm-arch.exp: New file.
17575 * gdb.guile/scm-block.c: New file.
17576 * gdb.guile/scm-block.exp: New file.
17577 * gdb.guile/scm-breakpoint.c: New file.
17578 * gdb.guile/scm-breakpoint.exp: New file.
17579 * gdb.guile/scm-disasm.c: New file.
17580 * gdb.guile/scm-disasm.exp: New file.
17581 * gdb.guile/scm-equal.c: New file.
17582 * gdb.guile/scm-equal.exp: New file.
17583 * gdb.guile/scm-error.exp: New file.
17584 * gdb.guile/scm-error.scm: New file.
17585 * gdb.guile/scm-frame-args.c: New file.
17586 * gdb.guile/scm-frame-args.exp: New file.
17587 * gdb.guile/scm-frame-args.scm: New file.
17588 * gdb.guile/scm-frame-inline.c: New file.
17589 * gdb.guile/scm-frame-inline.exp: New file.
17590 * gdb.guile/scm-frame.c: New file.
17591 * gdb.guile/scm-frame.exp: New file.
17592 * gdb.guile/scm-generics.exp: New file.
17593 * gdb.guile/scm-gsmob.exp: New file.
17594 * gdb.guile/scm-iterator.c: New file.
17595 * gdb.guile/scm-iterator.exp: New file.
17596 * gdb.guile/scm-math.c: New file.
17597 * gdb.guile/scm-math.exp: New file.
17598 * gdb.guile/scm-objfile-script-gdb.in: New file.
17599 * gdb.guile/scm-objfile-script.c: New file.
17600 * gdb.guile/scm-objfile-script.exp: New file.
17601 * gdb.guile/scm-objfile.c: New file.
17602 * gdb.guile/scm-objfile.exp: New file.
17603 * gdb.guile/scm-ports.exp: New file.
17604 * gdb.guile/scm-pretty-print.c: New file.
17605 * gdb.guile/scm-pretty-print.exp: New file.
17606 * gdb.guile/scm-pretty-print.scm: New file.
17607 * gdb.guile/scm-section-script.c: New file.
17608 * gdb.guile/scm-section-script.exp: New file.
17609 * gdb.guile/scm-section-script.scm: New file.
17610 * gdb.guile/scm-symbol.c: New file.
17611 * gdb.guile/scm-symbol.exp: New file.
17612 * gdb.guile/scm-symtab-2.c: New file.
17613 * gdb.guile/scm-symtab.c: New file.
17614 * gdb.guile/scm-symtab.exp: New file.
17615 * gdb.guile/scm-type.c: New file.
17616 * gdb.guile/scm-type.exp: New file.
17617 * gdb.guile/scm-value-cc.cc: New file.
17618 * gdb.guile/scm-value-cc.exp: New file.
17619 * gdb.guile/scm-value.c: New file.
17620 * gdb.guile/scm-value.exp: New file.
17621 * gdb.guile/source2.scm: New file.
17622 * gdb.guile/types-module.cc: New file.
17623 * gdb.guile/types-module.exp: New file.
17624
7026a7c1
YQ
176252014-02-10 Yao Qi <yao@codesourcery.com>
17626
17627 PR testsuite/16543
17628 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17629 * configure: Regenerated.
17630 * Makefile.in: New file.
17631
6c466447
AS
176322014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17633
17634 * gdb.python/py-framefilter.exp: Fix typo.
17635
6e854735
YQ
176362014-02-08 Yao Qi <yao@codesourcery.com>
17637
17638 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17639 that no =breakpoint-modified is emitted when breakpoints are
17640 modified through MI commands.
17641
d137e6dc
PA
176422014-02-07 Pedro Alves <pedro@codesourcery.com>
17643 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.threads/step-after-sr-lock.c: New file.
17646 * gdb.threads/step-after-sr-lock.exp: New file.
17647
b5ee5a50
PA
176482014-02-07 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17651
3c77faf3
JK
176522014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17653
17654 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17655 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17656
6dddc817
DE
176572014-02-06 Doug Evans <xdje42@gmail.com>
17658
17659 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17660 output.
17661
17662 * gdb.gdb/python-interrupts.exp: New file.
17663
de7b2893
YQ
176642014-02-05 Yao Qi <yao@codesourcery.com>
17665
17666 * gdb.trace/report.exp (use_collected_data): Test the output
17667 of "info threads" and "info inferiors".
17668
66d032ac
YQ
176692014-02-05 Yao Qi <yao@codesourcery.com>
17670
17671 Revert this patch:
17672
17673 2013-05-24 Yao Qi <yao@codesourcery.com>
17674
17675 * gdb.trace/tfile.exp: Test inferior and thread.
17676
591a12a1
UW
176772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17678
17679 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17680 on a function.
17681 * gdb.base/step-bt.c: Call hello via function pointer to make
17682 sure its first instruction is executed on powerpc64le-linux.
17683
0ff3e01f
UW
176842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17685
17686 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17687
084ee545
UW
176882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17689
17690 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17691 of the test patterns for use on little-endian systems.
17692
6ed14ff3
UW
176932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17694
17695 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17696 (decimal_vector): Fix for little-endian.
17697
401e27fd
JM
176982014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17699
17700 * gdb.arch/sparc-sysstep.exp: New file.
17701 * gdb.arch/sparc-sysstep.c: Likewise.
17702
17703 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17704
8b924729
EBM
177052014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17706
17707 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17708
fb151210
JB
177092014-01-23 Tom Tromey <tromey@redhat.com>
17710
17711 * gdb.ada/array_char_idx: New testcase.
17712
0740f8d8
TT
177132014-01-23 Tom Tromey <tromey@redhat.com>
17714
17715 PR python/16487:
17716 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17717 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17718 classes.
17719
21909fa1
TT
177202014-01-23 Tom Tromey <tromey@redhat.com>
17721
17722 PR python/16491:
17723 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17724 string from an inferior frame.
17725 * gdb.python/py-framefilter-mi.exp: Update.
17726
87ce2a04
DE
177272014-01-22 Doug Evans <dje@google.com>
17728
17729 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17730
237b092b
AA
177312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17732
17733 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17734
d674a709
AA
177352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17736
17737 * gdb.trace/entry-values.exp: Remove excess space character from
17738 regex patterns. Handle s390 call instruction.
17739
20fa3390
AA
177402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17741
17742 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17743 define "*_start" label. Make "name" static.
17744 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17745 ${name} by references to ${name}_start.
17746
78466714
AA
177472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17748
17749 * gdb.base/info-macros.exp: Remove "debug" from the compile
17750 options.
17751
ec9f644a
IB
177522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17753
17754 * gdb.dlang/demangle.exp: New file.
17755
94b1b47e
IB
177562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17757
17758 * gdb.dlang/primitive-types.exp: New file.
17759
7f420862
IB
177602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17761
17762 * configure.ac: Create gdb.dlang/Makefile.
17763 * configure: Regenerate.
17764 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17765 * gdb.dlang/Makefile.in: New file.
17766 * lib/d-support.exp: New file.
17767 * lib/gdb.exp (skip_d_tests): New proc.
17768
52834460
MM
177692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17770
17771 * gdb.btrace/delta.exp: Check reverse stepi.
17772 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17773 * gdb.btrace/finish.exp: New.
17774 * gdb.btrace/next.exp: New.
17775 * gdb.btrace/nexti.exp: New.
17776 * gdb.btrace/record_goto.c: Add comments.
17777 * gdb.btrace/step.exp: New.
17778 * gdb.btrace/stepi.exp: New.
17779 * gdb.btrace/multi-thread-step.c: New.
17780 * gdb.btrace/multi-thread-step.exp: New.
17781 * gdb.btrace/rn-dl-bind.c: New.
17782 * gdb.btrace/rn-dl-bind.exp: New.
17783 * gdb.btrace/data.c: New.
17784 * gdb.btrace/data.exp: New.
17785 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17786
6e07b1d2
MM
177872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17788
17789 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17790 * gdb.btrace/exception.exp: Update.
17791 * gdb.btrace/instruction_history.exp: Update.
17792 * gdb.btrace/record_goto.exp: Update.
17793 * gdb.btrace/tailcall.exp: Update.
17794 * gdb.btrace/unknown_functions.exp: Update.
17795 * gdb.btrace/delta.exp: New.
17796
0b722aec
MM
177972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17798
17799 * gdb.btrace/record_goto.exp: Add backtrace test.
17800 * gdb.btrace/tailcall.exp: Add backtrace test.
17801
066ce621
MM
178022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17803
17804 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17805 * gdb.btrace/record_goto.c: New.
17806 * gdb.btrace/record_goto.exp: New.
17807 * gdb.btrace/x86-record_goto.S: New.
17808
0688d04e
MM
178092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17810
17811 * gdb.btrace/function_call_history.exp: Update tests.
17812 * gdb.btrace/instruction_history.exp: Update tests.
17813
8710b709
MM
178142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17815
17816 * gdb.btrace/function_call_history.exp: Fix expected field
17817 order for "record function-call-history".
17818 Add new tests for "record function-call-history /c".
17819 * gdb.btrace/exception.cc: New.
17820 * gdb.btrace/exception.exp: New.
17821 * gdb.btrace/tailcall.exp: New.
17822 * gdb.btrace/x86-tailcall.S: New.
17823 * gdb.btrace/x86-tailcall.c: New.
17824 * gdb.btrace/unknown_functions.c: New.
17825 * gdb.btrace/unknown_functions.exp: New.
17826 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17827
5de9129b
MM
178282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17829
17830 * gdb.btrace/instruction_history.exp: Update.
17831 * gdb.btrace/function_call_history.exp: Update.
17832
23a7fe75
MM
178332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17834
17835 * gdb.btrace/function_call_history.exp: Fix expected function
17836 trace.
17837 * gdb.btrace/instruction_history.exp: Initialize traced.
17838 Remove traced_functions.
17839
724c7dd8
MM
178402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17841
17842 * gdb.btrace/function_call_history.exp: Update
17843 * gdb.btrace/instruction_history.exp: Update.
17844
6d78d93b
MM
178452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17846
17847 * gdb.btrace/enable.exp: Update expected text.
17848
93a360cc
OJ
178492014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17850
17851 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17852 bytes.
17853
3772b53f
MR
178542014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17855
17856 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17857
596662fa
OJ
178582014-01-15 Omair Javaid <omair.javaid@linaro.org>
17859
17860 * lib/gdb.exp (supports_process_record): Return true for
17861 arm*-linux*. (supports_reverse): Likewise.
17862
b5b08fb4
SC
178632014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17864
17865 PR python/15464
17866 PR python/16113
17867 * gdb.python/py-type.c: Enhance test case.
17868 * gdb.python/py-value-cc.cc: Likewise
17869 * gdb.python/py-type.exp: Add new tests.
17870 * gdb.python/py-value-cc.exp: Likewise
17871
52d7fb13
AA
178722014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17873 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17876 Make "name" extern.
17877 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17878 references to ${name}_start by references to ${name}.
17879
a2cd8cfe
JB
178802014-01-10 Joel Brobecker <brobecker@adacore.com>
17881
17882 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17883
4e23fced
JB
178842014-01-10 Joel Brobecker <brobecker@adacore.com>
17885
17886 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17887
c6a9e42c
PA
178882014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17889 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17892 mi_gdb_target_load.
c6a9e42c 17893
b7ea362b
PA
178942014-01-08 Pedro Alves <palves@redhat.com>
17895
17896 * gdb.threads/reconnect-signal.c: New file.
17897 * gdb.threads/reconnect-signal.exp: New file.
17898
5e3f4fab
EBM
178992014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17900
17901 * gdb.base/source-dir.exp: New file.
17902
79301218
JB
179032014-01-07 Joel Brobecker <brobecker@adacore.com>
17904
17905 * gdb.ada/mi_interface: New testcase.
17906
8e355c5d
JB
179072014-01-07 Joel Brobecker <brobecker@adacore.com>
17908
17909 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17910 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17911 gdb.ada/pp-rec-component/pck.ads: New files.
17912
c0d48811
JB
179132014-01-07 Joel Brobecker <brobecker@adacore.com>
17914
17915 * gdb.python/py-pp-integral.c: New file.
17916 * gdb.python/py-pp-integral.py: New file.
17917 * gdb.python/py-pp-integral.exp: New file.
17918
17b609c3 17919For older changes see ChangeLog-1993-2013.
c906108c 17920\f
8d8cb839
EZ
17921;; Local Variables:
17922;; mode: change-log
17923;; left-margin: 8
17924;; fill-column: 74
17925;; version-control: never
17926;; End:
902f2ccb 17927
42a4f53d 17928 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17929 Copying and distribution of this file, with or without modification,
17930 are permitted provided the copyright notice and this notice are preserved.