]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3d979945
TT
12019-12-11 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/resize.exp: Update.
4 * gdb.tui/empty.exp (layouts): Update.
5
2192a9d3
TT
62019-12-11 Tom Tromey <tom@tromey.com>
7
8 * gdb.tui/regs.exp: Update.
9 * gdb.tui/empty.exp (layouts): Update.
10 * gdb.tui/basic.exp: Update.
11 * lib/tuiterm.exp (_check_box): Don't check bottom border.
12
d8edc8b7
PW
132019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14
15 * gdb.base/options.exp: Add -raw-values in the print completion list.
16 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
17
4c12d936
KB
182019-12-10 Kevin Buettner <kevinb@redhat.com>
19
20 * gdb.threads/omp-par-scope.c: New file.
21 * gdb/threads/omp-par-scope.exp: New file.
22
26b911fb
KB
232019-12-10 Kevin Buettner <kevinb@redhat.com>
24
bb47f919
KB
25 * lib/gdb.exp (support_nested_function_tests): New proc.
26
272019-12-10 Kevin Buettner <kevinb@redhat.com>
28
29 * lib/gdb.exp (gdb_compile_openmp): New proc.
30 (build_executable_from_specs): Add an "openmp" option.
31 (gdb_compile_pthreads): Add non-executable case.
26b911fb 32
6c71eb7d
TT
332019-12-10 Tom Tromey <tromey@adacore.com>
34
35 * gdb.ada/unchecked_union.exp: New file.
36 * gdb.ada/unchecked_union/pck.adb: New file.
37 * gdb.ada/unchecked_union/pck.ads: New file.
38 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
39 * gdb-utils.exp (string_to_regexp): Also quote "?".
40
bac7c5cf
GB
412019-12-10 George Barrett <bob@bob131.so>
42
43 Test scripted probe breakpoints.
44 * gdb.guile/scm-breakpoint.c (main): Add probe point.
45 * gdb.python/py-breakpoint.c (main): Likewise.
46 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
47 specifier test.
48 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
49
330f1d38
TBA
502019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
51
52 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
53 an rvalue parameter.
54 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
55 parameter.
56
b43315e2
AB
572019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
60 modules.
61
54f73dad
AB
622019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
65 broken version of GCC.
66
d57cbee9
AB
672019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.fortran/info-modules.exp: Rewrite to make use of new
70 sym-info-cmds library.
71 * gdb.fortran/info-types.exp: Likewise.
72 * lib/sym-info-cmds.exp: New file.
73
c14aab8c
TV
742019-12-08 Tom de Vries <tdevries@suse.de>
75
76 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
77
aa2d5a42
KS
782019-12-07 Keith Seitz <keiths@redhat.com>
79
80 * gdb.base/corefile-buildid-shlib-shr.c: New file.
81 * gdb.base/corefile-buildid-shlib.c: New file.
82 * gdb.base/corefile-buildid.c: New file.
83 * gdb.base/corefile-buildid.exp: New file.
84
93e55f0a
TV
852019-12-06 Tom de Vries <tdevries@suse.de>
86
87 * gdb.dwarf2/varval.exp: Add decl before def test.
88
c7d12402
TBA
892019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
90
91 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
92
06acc08f
TBA
932019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
94
95 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
96 CV and reference conversion for overload resolution.
97 * gdb.cp/rvalue-ref-overload.exp: Test it.
98
e0fad1ea
PW
992019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
100
101 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
102 * gdb.base/frameapply.exp: Test faas without command.
103
8d70a9f0
AB
1042019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
107 Fortran tests.
108 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
109 order.
110
36c8fb93
AB
1112019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
114 casting to type with no kind specified.
115 (test_basic_parsing_of_type_kinds): Additional tests for types
116 with no kind specified, and add tests for single/double
117 precision/complex types.
118
4139ff00
TT
1192019-12-04 Tom Tromey <tromey@adacore.com>
120
121 * gdb.base/endianity.c (struct other) <x>: New field.
122 (main): Initialize it.
123 * gdb.base/endianity.exp: Update.
124
a05cf17a
TT
1252019-12-04 Tom Tromey <tromey@adacore.com>
126
127 * gdb.ada/scalar_storage/storage.adb: New file.
128 * gdb.ada/scalar_storage/pck.adb: New file.
129 * gdb.ada/scalar_storage/pck.ads: New file.
130 * gdb.ada/scalar_storage.exp: New file.
131
103a685e
TT
1322019-12-04 Tom Tromey <tromey@adacore.com>
133
134 * gdb.base/endianity.c (struct otherendian) <f>: New field.
135 (main): Initialize it.
136 * gdb.base/endianity.exp: Update.
137
c2512106
AB
1382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
141
293b38d6
AB
1422019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
145 -symbol-info-module-functions and -symbol-info-module-variables.
146
216a7e6b
AB
1472019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
150
5bbd8269
AB
1512019-12-01 Richard Bunt <richard.bunt@arm.com>
152 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * gdb.fortran/derived-type-striding.exp: New file.
155 * gdb.fortran/derived-type-striding.f90: New file.
156 * gdb.fortran/array-slices.exp: New file.
157 * gdb.fortran/array-slices.f90: New file.
158
be09caf1
PW
1592019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
160
161 * gdb.base/define.exp: Test . in command names.
162 * gdb.base/setshow.exp: Update test, as . is now part of
163 command name.
164
643c0cbe
PW
1652019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
166
167 * gdb.base/define-prefix.exp: New file.
168
dcdec678
AB
1692019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
172 compile.
173 (skip_btrace_pt_tests): Likewise.
174
640ab947
AB
1752019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.fortran/info-modules.exp: Compile source files in correct
178 order.
179
d22670f0
KB
1802019-11-27 Kevin Buettner <kevinb@redhat.com>
181
182 * gdb.dwarf2/imported-unit.exp: New file.
183 * gdb.dwarf2/imported-unit.c: New file.
184
db5960b4
AB
1852019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.mi/mi-fortran-modules-2.f90: New file.
188 * gdb.mi/mi-fortran-modules.exp: New file.
189 * gdb.mi/mi-fortran-modules.f90: New file.
190
7dc42066
AB
1912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.mi/mi-sym-info-1.c: New file.
194 * gdb.mi/mi-sym-info-2.c: New file.
195 * gdb.mi/mi-sym-info.exp: New file.
196
0dfeecca
TT
1972019-11-22 Tom Tromey <tromey@adacore.com>
198
199 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
200 * gdb.ada/tasks/foo.adb: Add another stopping location.
201
34877895
PJ
2022019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
203
204 * gdb.base/endianity.c: New test.
205 * gdb.base/endianity.exp: New file.
206
2e84f897
LD
2072019-11-21 Lukas Durfina <ldurfina@tachyum.com>
208
209 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
210
65d1cd5f
TV
2112019-11-21 Tom de Vries <tdevries@suse.de>
212
213 PR gdb/24956
214 * gdb.base/ui-redirect.exp: Test output of user-defined command.
215
4f22c3f4
SDJ
2162019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
217
218 * gdb.python/py-progspace.exp: Add missing parentheses on some
219 'print' commands.
220
9f6ad286
TT
2212019-11-19 Tom Tromey <tom@tromey.com>
222
223 * gdb.tui/winheight.exp: New file.
224
0b8dbf3f
AB
2252019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/ctf-whatis.c: Delete.
228 * gdb.base/ctf-whatis.exp: Delete.
229 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
230
f833b7a7
AB
2312019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.base/ctf-cvexpr.exp: Delete.
234 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
235
30d0a636
AB
2362019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
239 the compiler. Clean up header comment a little.
240 * gdb.base/ctf-ptype.exp: Likewise.
241 * gdb.base/ctf-whatis.exp: Likewise.
242 * lib/gdb.exp (skip_ctf_tests): New proc.
243
494409bb
SDJ
2442019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
245
246 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
247 * gdb.tui/corefile-run.exp: New file.
248
55708e99
TT
2492019-11-14 Tom Tromey <tromey@adacore.com>
250
251 * gdb.base/gdbvars.exp (test_convenience_variables): Add
252 regression tests.
253
45e42163
TT
2542019-11-12 Tom Tromey <tom@tromey.com>
255
256 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
257 after any command. Expect prompt after WAIT_FOR is seen.
258 (enter_tui): Enable resize messages.
259 (command): Expect command in output.
260 (get_line): Avoid error when cursor appears to be off-screen.
261 (dump_screen): Include screen size in title.
262 (_do_resize): New proc, from "resize".
263 (resize): Rewrite. Do resize in two steps.
264 * gdb.tui/empty.exp (layouts): Fix entries.
265 (check_boxes): Remove xfail.
266 (check_text): Dump screen on failure.
267
086baaf1
AB
2682019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.python/py-symbol.exp: Add test for
271 gdb.lookup_static_symbols.
272
09ff83af
AB
2732019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.python/py-symbol.c: Declare and call function from new
276 py-symbol-2.c file.
277 * gdb.python/py-symbol.exp: Compile both source files, and add new
278 tests for gdb.lookup_static_symbol.
279 * gdb.python/py-symbol-2.c: New file.
280
11af934b
TV
2812019-11-02 Tom de Vries <tdevries@suse.de>
282
283 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
284 * gdb.base/anon.exp: Same.
285 * gdb.base/auto-connect-native-target.exp: Same.
286 * gdb.base/call-ar-st.exp: Same.
287 * gdb.base/catch-syscall.exp: Same.
288 * gdb.base/commands.exp: Same.
289 * gdb.base/default.exp: Same.
290 * gdb.base/display.exp: Same.
291 * gdb.base/float.exp: Same.
292 * gdb.base/foll-fork.exp: Same.
293 * gdb.base/help.exp: Same.
294 * gdb.base/info-macros.exp: Same.
295 * gdb.base/info-proc.exp: Same.
296 * gdb.base/info-target.exp: Same.
297 * gdb.base/long_long.exp: Same.
298 * gdb.base/macscp.exp: Same.
299 * gdb.base/memattr.exp: Same.
300 * gdb.base/nofield.exp: Same.
301 * gdb.base/pointers.exp: Same.
302 * gdb.base/printcmds.exp: Same.
303 * gdb.base/ptype.exp: Same.
304 * gdb.base/restore.exp: Same.
305 * gdb.base/return.exp: Same.
306 * gdb.base/scope.exp: Same.
307 * gdb.base/set-noassign.exp: Same.
308 * gdb.base/setshow.exp: Same.
309 * gdb.base/shlib-call.exp: Same.
310 * gdb.base/signals.exp: Same.
311 * gdb.base/sigstep.exp: Same.
312 * gdb.base/skip.exp: Same.
313 * gdb.base/solib-symbol.exp: Same.
314 * gdb.base/stap-probe.exp: Same.
315 * gdb.base/step-line.exp: Same.
316 * gdb.base/step-test.exp: Same.
317 * gdb.base/style.exp: Same.
318 * gdb.base/varargs.exp: Same.
319 * gdb.base/vla-datatypes.exp: Same.
320 * gdb.base/vla-ptr.exp: Same.
321 * gdb.base/vla-sideeffect.exp: Same.
322 * gdb.base/volatile.exp: Same.
323 * gdb.base/watch-cond-infcall.exp: Same.
324 * gdb.base/watchpoint.exp: Same.
325
e96ec2ba
TV
3262019-11-02 Tom de Vries <tdevries@suse.de>
327
328 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
329 * gdb.cp/cpexprs.exp: Same.
330 * gdb.cp/except-multi-location.exp: Same.
331 * gdb.cp/exceptprint.exp: Same.
332 * gdb.cp/gdb2384.exp: Same.
333 * gdb.cp/inherit.exp: Same.
334 * gdb.cp/m-static.exp: Same.
335 * gdb.cp/meth-typedefs.exp: Same.
336 * gdb.cp/misc.exp: Same.
337 * gdb.cp/namespace.exp: Same.
338 * gdb.cp/non-trivial-retval.exp: Same.
339 * gdb.cp/overload.exp: Same.
340 * gdb.cp/pr17132.exp: Same.
341 * gdb.cp/re-set-overloaded.exp: Same.
342 * gdb.cp/rvalue-ref-types.exp: Same.
343 * gdb.cp/templates.exp: Same.
344
bd5766ec
LM
3452019-11-01 Luis Machado <luis.machado@linaro.org>
346
347 PR gdb/25124
348
349 * gdb.arch/pr25124.S: New file.
350 * gdb.arch/pr25124.exp: New file.
351
165f8965
AB
3522019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.fortran/info-modules.exp: Update expected results, and add
355 additional tests for 'info module functinos', and 'info module
356 variables'.
357 * gdb.fortran/info-types.exp: Update expected results.
358 * gdb.fortran/info-types.f90: Extend testcase with additional
359 module variables and functions.
360
59c35742
AB
3612019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/info-modules.exp: New file.
364 * gdb.fortran/info-types.exp: Build with new file.
365 * gdb.fortran/info-types.f90: Include and use new module.
366 * gdb.fortran/info-types-2.f90: New file.
367
f3fb2519
PW
3682019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
371 * gdb.base/settings.exp: Test all settings types using
372 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
373 that now verifies that the value of "maint show" is the same as
374 returned by the settings functions. Test the type of the
375 maintenance settings.
376 * gdb.base/default.exp: Update show_conv_list.
377
d1e36019
TV
3782019-10-31 Tom de Vries <tdevries@suse.de>
379
380 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
381 gdb_test.
382 * gdb.arch/amd64-disp-step.exp: Same.
383 * gdb.asm/asm-source.exp: Same.
384 * gdb.btrace/buffer-size.exp: Same.
385 * gdb.btrace/cpu.exp: Same.
386 * gdb.btrace/enable.exp: Same.
387 * gdb.dwarf2/count.exp: Same.
388 * gdb.dwarf2/dw2-ranges-func.exp: Same.
389 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
390 * gdb.fortran/vla-datatypes.exp: Same.
391 * gdb.fortran/vla-history.exp: Same.
392 * gdb.fortran/vla-ptype.exp: Same.
393 * gdb.fortran/vla-value.exp: Same.
394 * gdb.fortran/whatis_type.exp: Same.
395 * gdb.guile/guile.exp: Same.
396 * gdb.multi/tids.exp: Same.
397 * gdb.python/py-finish-breakpoint.exp: Same.
398 * gdb.python/py-framefilter.exp: Same.
399 * gdb.python/py-pp-registration.exp: Same.
400 * gdb.python/py-xmethods.exp: Same.
401 * gdb.python/python.exp: Same.
402 * gdb.server/connect-with-no-symbol-file.exp: Same.
403 * gdb.server/no-thread-db.exp: Same.
404 * gdb.server/run-without-local-binary.exp: Same.
405 * gdb.stabs/weird.exp: Same.
406 * gdb.threads/attach-many-short-lived-threads.exp: Same.
407 * gdb.threads/thread-find.exp: Same.
408 * gdb.threads/tls-shared.exp: Same.
409 * gdb.threads/tls.exp: Same.
410 * gdb.threads/wp-replication.exp: Same.
411 * gdb.trace/ax.exp: Same.
412 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
413
3d11e68e
TV
4142019-10-31 Tom de Vries <tdevries@suse.de>
415
416 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
417 * gdb.ada/array_subscript_addr.exp: Same.
418 * gdb.ada/arrayidx.exp: Same.
419 * gdb.ada/arrayparam.exp: Same.
420 * gdb.ada/arrayptr.exp: Same.
421 * gdb.ada/boolean_expr.exp: Same.
422 * gdb.ada/call_pn.exp: Same.
423 * gdb.ada/complete.exp: Same.
424 * gdb.ada/fixed_cmp.exp: Same.
425 * gdb.ada/fun_addr.exp: Same.
426 * gdb.ada/funcall_param.exp: Same.
427 * gdb.ada/interface.exp: Same.
428 * gdb.ada/mod_from_name.exp: Same.
429 * gdb.ada/null_array.exp: Same.
430 * gdb.ada/packed_array.exp: Same.
431 * gdb.ada/packed_tagged.exp: Same.
432 * gdb.ada/print_chars.exp: Same.
433 * gdb.ada/print_pc.exp: Same.
434 * gdb.ada/ptype_arith_binop.exp: Same.
435 * gdb.ada/ptype_field.exp: Same.
436 * gdb.ada/ptype_tagged_param.exp: Same.
437 * gdb.ada/rec_return.exp: Same.
438 * gdb.ada/ref_tick_size.exp: Same.
439 * gdb.ada/str_ref_cmp.exp: Same.
440 * gdb.ada/taft_type.exp: Same.
441 * gdb.ada/tagged.exp: Same.
442 * gdb.ada/type_coercion.exp: Same.
443 * gdb.ada/uninitialized_vars.exp: Same.
444
60b6ede8
TV
4452019-10-30 Tom de Vries <tdevries@suse.de>
446
447 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
448
30baf67b
TV
4492019-10-26 Tom de Vries <tdevries@suse.de>
450
451 * gdb.base/bigcore.c: Fix typos in comments.
452 * gdb.base/ctf-ptype.c: Same.
453 * gdb.base/long_long.c: Same.
454 * gdb.dwarf2/dw2-op-out-param.S: Same.
455 * gdb.python/py-evthreads.c: Same.
456 * gdb.reverse/i387-stack-reverse.c: Same.
457 * gdb.trace/tfile.c: Same.
458 * lib/compiler.c: Same.
459 * lib/compiler.cc: Same.
460
158da0d1
TV
4612019-10-25 Tom de Vries <tdevries@suse.de>
462
463 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
464 gdb_test_multiple calls.
465 * gdb.reverse/sigall-reverse.exp: Same.
466 * gdb.reverse/solib-precsave.exp: Same.
467 * gdb.reverse/solib-reverse.exp: Same.
468 * gdb.reverse/until-precsave.exp: Same.
469 * gdb.reverse/until-reverse.exp: Same.
470
4ccdfbec
TV
4712019-10-24 Tom de Vries <tdevries@suse.de>
472
473 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
474 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
475 kfail using -wrap pattern flag and convenience variable
476 gdb_test_name.
477
33d569b7
AB
4782019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.python/py-progspace.exp: Add tests for the
481 Progspace.block_for_pc method.
482
4d0b984b
TT
4832019-10-23 Tom Tromey <tom@tromey.com>
484
485 * configure: Rebuild.
486 * aclocal.m4: Use m4_include, not sinclude.
487
94cb3754
TV
4882019-10-21 Tom de Vries <tdevries@suse.de>
489
490 * gdb.base/infcall-nested-structs.c: Add
491 __attribute__((noinline,noclone)) to all functions.
492 (call_all): Add missing variable initialization. Simplify return value.
493 (breakpt): Increment volatile variable, to prevent call from being
494 optimized out.
495 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
496
062f1fc1
TV
4972019-10-17 Tom de Vries <tdevries@suse.de>
498
499 * gdb.fortran/module.exp: Allow info variables to print info for files
500 other than module.f90.
501
0b54364d
AB
5022019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.fortran/module.exp: Extend with 'info variables' test.
505
7ff5fae7
AB
5062019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
509 F77_FOR_TARGET.
510
d10eccaa
TV
5112019-10-16 Tom de Vries <tdevries@suse.de>
512
513 PR tdep/25096
514 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
515
745ff14e
TV
5162019-10-16 Tom de Vries <tdevries@suse.de>
517
518 PR tdep/24104
519 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
520 Add KFAIL for PR tdep/25096.
521
03e1ab94
TV
5222019-10-16 Tom de Vries <tdevries@suse.de>
523
524 PR testsuite/25059
525 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
526
b17fcc10
TV
5272019-10-16 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
530 as signed.
531
9223170f
SM
5322019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
533
534 * gdb.mi/list-thread-groups-available.exp: Read entries one by
535 one instead of increasing timeout.
536
d6e76313
TV
5372019-10-13 Tom de Vries <tdevries@suse.de>
538
539 PR record/25038
540 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
541 * gdb.reverse/sigall-reverse.exp: Same.
542 * gdb.reverse/solib-precsave.exp: Same.
543 * gdb.reverse/solib-reverse.exp: Same.
544 * gdb.reverse/step-precsave.exp: Same.
545 * gdb.reverse/until-precsave.exp: Same.
546 * gdb.reverse/until-reverse.exp: Same.
547 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
548
6dfc0041
AA
5492019-10-10 Andreas Arnez <arnez@linux.ibm.com>
550
551 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
552 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
553 (cmp_struct_05_01, cmp_struct_static_02_01)
554 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
555 comparisons.
556
abcf2cc8
TV
5572019-10-10 Tom de Vries <tdevries@suse.de>
558
559 PR testsuite/24888
560 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
561 gnatlink.
562
a50faaf6
TV
5632019-10-09 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/25048
566 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
567
60ff3cd7
AB
5682019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
571 exceptions due to missing debug information.
572
dfee8566
TV
5732019-10-07 Tom de Vries <tdevries@suse.de>
574
575 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
576
3d63690a
AB
5772019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
580 * gdb.base/annota1.exp: Update to use gdb_test_name.
581
30d1f018
WP
5822019-10-07 Weimin Pan <weimin.pan@oracle.com>
583
584 * gdb.base/ctf-whatis.exp: New file.
585 * gdb.base/ctf-whatis.c: New file.
586 * gdb.base/ctf-ptype.exp: New file.
587 * gdb.base/ctf-ptype.c: New file.
588 * gdb.base/ctf-constvars.exp: New file.
589 * gdb.base/ctf-constvars.c: New file.
590 * gdb.base/ctf-cvexpr.exp: New file.
591
4dbbb47c
TV
5922019-10-04 Tom de Vries <tdevries@suse.de>
593
594 * gdb.cp/local-static.c (main): Move declaration of int i out of the
595 for loop.
596
77c2dba3
TT
5972019-10-03 Tom Tromey <tom@tromey.com>
598
599 PR rust/24976:
600 * gdb.rust/simple.rs (Union2): New type.
601 (main): Use Union2.
602 * gdb.rust/simple.exp: Add test.
603
179aed7f
AB
6042019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
607 nested function prefix.
608
0a4b0913
AB
6092019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
610 Richard Bunt <richard.bunt@arm.com>
611 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
614 nested functions.
615 * gdb.fortran/nested-funcs.f90: Update expected results.
616 * gdb.fortran/nested-funcs-2.exp: New file.
617 * gdb.fortran/nested-funcs-2.f90: New file.
618
082cce05
AB
6192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdb.python/py-parameter.exp: Make test names unique.
622 * gdb.python/py-template.exp: Likewise.
623 * gdb.python/py-value.exp: Likewise.
624
2b74ba5a
AB
6252019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.base/break-interp.exp: Reduce test name duplication.
628 * gdb.base/call-sc.exp: Likewise.
629 * gdb.base/callfuncs.exp: Likewise.
630 * gdb.base/charset.exp: Likewise.
631 * gdb.base/dump.exp: Likewise.
632 * gdb.base/ena-dis-br.exp: Likewise.
633 * gdb.base/relational.exp: Likewise.
634 * gdb.base/step-over-syscall.exp: Likewise.
635 * gdb.base/structs.exp: Likewise.
636
58eb20d5
AB
6372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.linespec/explicit.exp: Make test names unique.
640 * gdb.linespec/ls-errs.exp: Likewise.
641
4d421147
AB
6422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.reverse/break-precsave.exp: Make test names unique.
645 * gdb.reverse/break-reverse.exp: Likewise.
646 * gdb.reverse/finish-precsave.exp: Likewise.
647 * gdb.reverse/finish-reverse.exp: Likewise.
648 * gdb.reverse/machinestate-precsave.exp: Likewise.
649 * gdb.reverse/machinestate.exp: Likewise.
650 * gdb.reverse/readv-reverse.exp: Likewise.
651 * gdb.reverse/recvmsg-reverse.exp: Likewise.
652 * gdb.reverse/sigall-precsave.exp: Likewise.
653 * gdb.reverse/sigall-reverse.exp: Likewise.
654 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
655 * gdb.reverse/watch-precsave.exp: Likewise.
656 * gdb.reverse/watch-reverse.exp: Likewise.
657
d8c06f22
AB
6582019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.threads/stop-with-handle.c: New file.
661 * gdb.threads/stop-with-handle.exp: New file.
662
3a56ed86
TV
6632019-10-03 Tom de Vries <tdevries@suse.de>
664
665 PR testsuite/25059
666 * gdb.base/list-missing-source.exp: Allowing the "Compilation
667 directory" line to be missing.
668
42275044
TV
6692019-10-03 Tom de Vries <tdevries@suse.de>
670
671 PR testsuite/25059
672 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
673 type optional.
674
9ef62df0
AA
6752019-10-02 Andreas Arnez <arnez@linux.ibm.com>
676
677 * gdb.python/py-format-string.c (string.h): New include.
678 (main): Fill a_struct_with_union.the_union.an_int with bytes of
679 the same value, for endianness-independence.
680 * gdb.python/py-format-string.exp (default_regexp_dict)
681 (test_pretty_structs, test_format): Adjust expected output to the
682 changed initialization.
683
37f6a7f4
TT
6842019-10-02 Tom Tromey <tromey@adacore.com>
685
686 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
687
1d58d6a2
PA
6882019-10-02 Pedro Alves <palves@redhat.com>
689 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
692 "print-file-var.h".
693 (this_version_id) Use ATTRIBUTE_VISIBILITY.
694 (get_version_1): Print this_version_id and its address.
695 Add extern "C" wrappers around interface functions.
696 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
697 "print-file-var.h".
698 (this_version_id) Use ATTRIBUTE_VISIBILITY.
699 (get_version_2): Print this_version_id and its address.
700 Add extern "C" wrappers around interface functions.
701 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
702 <stddef.h> and "print-file-var.h".
703 Add extern "C" wrappers around interface functions.
704 [VERSION_ID_MAIN] (this_version_id): Define.
705 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
706 * gdb.base/print-file-var.h: Add some #defines to simplify setting
707 up extern "C" blocks.
708 * gdb.base/print-file-var.exp (test): New, factored out from top
709 level.
710 (top level): Test all combinations of attribute hidden or not,
711 dlopen or not, and this_version_id symbol in main file or not.
712 Compile tests as both C++ and C, make test names unique.
713
d770d56f
TT
7142019-10-01 Tom Tromey <tom@tromey.com>
715
716 * gdb.base/style.exp: Test "show logging filename".
717
7f6aba03
TT
7182019-10-01 Tom Tromey <tom@tromey.com>
719
720 * lib/gdb-utils.exp (style): Handle "metadata" argument.
721 * gdb.base/style.exp: Add metadata style test.
722
14309bb6
TT
7232019-10-01 Tom Tromey <tom@tromey.com>
724
725 * gdb.base/style.exp: Test "pwd".
726
2a3c1174
PA
7272019-10-01 Tom Tromey <tom@tromey.com>
728
729 * gdb.base/style.exp: Update tests.
730
53d666ec
AA
7312019-10-01 Andreas Arnez <arnez@linux.ibm.com>
732
733 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
734 'six' to unsigned.
735 (s1): Initialize fields 'four' and 'six' instead of 'three' and
736 'five'. Use an all-ones bit pattern for each.
737 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
738 to its changed values.
739
4a56a520
TT
7402019-09-30 Tom Tromey <tromey@adacore.com>
741
742 * gdb.rust/traits.rs: Disable all warnings.
743
0df0352a
TV
7442019-09-29 Tom de Vries <tdevries@suse.de>
745
746 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
747
73d9a918
TV
7482019-09-29 Tom de Vries <tdevries@suse.de>
749
750 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
751
060b3ab4
TV
7522019-09-27 Tom de Vries <tdevries@suse.de>
753
754 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
755
68f7d34d
TV
7562019-09-27 Tom de Vries <tdevries@suse.de>
757
758 PR record/23188
759 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
760
5d63b30a
TT
7612019-09-26 Tom Tromey <tromey@adacore.com>
762
763 * gdb.ada/py_taft.exp: New file.
764 * gdb.ada/py_taft/main.adb: New file.
765 * gdb.ada/py_taft/pkg.adb: New file.
766 * gdb.ada/py_taft/pkg.ads: New file.
767
3d435220
TV
7682019-09-24 Tom de Vries <tdevries@suse.de>
769
770 PR gdb/24598
771 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
772
77d03678
TV
7732019-09-22 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/restore.exp: Allow register variables to be optimized out at
776 -O0.
777
abf516c6
UW
7782019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
779
780 * gdb.arch/spu-info.exp: Remove file.
781 * gdb.arch/spu-info.c: Remove file.
782 * gdb.arch/spu-ls.exp: Remove file.
783 * gdb.arch/spu-ls.c: Remove file.
784
785 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
786 * gdb.asm/spu.inc: Remove file.
787
788 * gdb.base/dump.exp: Remove support for spu*-*-*.
789 * gdb.base/stack-checking.exp: Likewise.
790 * gdb.base/overlays.exp: Likewise.
791 * gdb.base/ovlymgr.c: Likewise.
792 * gdb.base/spu.ld: Remove file.
793
794 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
795 * gdb.cp/cpexprs.exp: Likewise.
796 * gdb.cp/exception.exp: Likewise.
797 * gdb.cp/gdb2495.exp: Likewise.
798 * gdb.cp/mb-templates.exp: Likewise.
799 * gdb.cp/pr9167.exp: Likewise.
800 * gdb.cp/userdef.exp: Likewise.
801
802 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
803
804 * gdb.cell: Remove directory.
805 * lib/cell.exp: Remove file.
806
e452e88f
TV
8072019-09-19 Tom de Vries <tdevries@suse.de>
808
809 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
810
8a625130
TV
8112019-09-19 Tom de Vries <tdevries@suse.de>
812
813 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
814
81dc3ab5
TV
8152019-09-19 Tom de Vries <tdevries@suse.de>
816
817 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
818 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
819 (gdb_target_cmd): ... here.
820 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
821 value 2.
822
b078f3ac
AB
8232019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.base/source-dir.exp: Avoid having directory names in test
826 names.
827
f1b620e9
MG
8282019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.base/source-dir.exp: Add extra test for mapped compilation
831 directory.
832
67f3ed6a
AB
8332019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.base/list-missing-source.exp: New file.
836
d1b70248
TV
8372019-09-14 Tom de Vries <tdevries@suse.de>
838
839 PR teststuite/24599
840 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
841 * lib/ada.exp (gnatmake_version_at_least): New proc.
842
5fabdcd6
AB
8432019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.base/maint.exp: Use exec_has_index_section.
846
aa17805f
AB
8472019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.base/maint.exp: Add test for 'maint info sections'.
850
25e5c209
TV
8512019-09-12 Tom de Vries <tdevries@suse.de>
852
853 * gdb.base/store.exp: Allow register variables to be optimized out at
854 -O0.
855
4993045d
PW
8562019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
857
858 * gdb.ada/rdv_wait.exp: Update to new task names.
859 * gdb.base/task_switch_in_core.exp: Likewise.
860 * gdb.base/info_sources_base.c: Likewise.
861
8a516164
TT
8622019-09-10 Tom Tromey <tromey@adacore.com>
863
864 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
865
aa391654
TT
8662019-09-10 Tom Tromey <tromey@adacore.com>
867
868 * gdb.ada/dgopt.exp: New file.
869 * gdb.ada/dgopt/x.adb: New file.
870
8634b462
TT
8712019-09-08 Tom Tromey <tom@tromey.com>
872
873 * gdb.tui/resize.exp: Remove setup_xfail.
874 * gdb.tui/regs.exp: Remove setup_xfail.
875 * gdb.tui/basic.exp: Remove setup_xfail.
876
736b0f76
DB
8772019-09-06 David Blaikie <dblaikie@gmail.com>
878
879 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
880 * gdb.cp/cplabel.exp: Ditto.
881 * gdb.linespec/ls-errs.exp: Ditto.
882
30331a6c
TV
8832019-09-05 Tom de Vries <tdevries@suse.de>
884
885 * lib/gdb.exp (cmp_file_string): New proc.
886 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
887 runto_main. Verify save breakpoints output.
888
98b0ebab
PW
8892019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
890
891 * gdb.base/info-var.exp: Test info variables without running
892 to main, to avoid expect's buffer overflow.
893
4e962e74
TT
8942019-09-03 Tom Tromey <tromey@adacore.com>
895
896 * gdb.ada/bias.exp: New file.
897 * gdb.ada/bias/bias.adb: New file.
898 * gdb.ada/print_chars.exp: Add regression test.
899 * gdb.ada/print_chars/foo.adb (My_Character): New type.
900 (MC): New variable.
901
2ea1a07a
SL
9022019-08-29 Sandra Loosemore <sandra@codesourcery.com>
903
904 * gdb.base/argv0-symlink.exp: Run only on native target
905 and local host.
906
8077c50d
TV
9072019-08-29 Tom de Vries <tdevries@suse.de>
908
909 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
910 diverse debug info.
911 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
912
48352473
TV
9132019-08-28 Tom de Vries <tdevries@suse.de>
914
915 * gdb.base/info-var.exp: Allow info variables to print info for files
916 other than info-var-f1.c and info-var-f2.c.
917
d8f27c60
AB
9182019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.fortran/info-types.exp: Add module.
921 * gdb.fortran/info-types.f90: Update expected results.
922
1f20c35e
AB
9232019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.fortran/info-types.exp: New file.
926 * gdb.fortran/info-types.f90: New file.
927 * lib/fortran.exp (fortran_character1): New proc.
928
4acfdd20
AB
9292019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
932 functions'. Reindent as needed.
933 * gdb.base/info-var-f1.c: New file.
934 * gdb.base/info-var-f2.c: New file.
935 * gdb.base/info-var.exp: New file.
936 * gdb.base/info-var.h: New file.
937
5c31b358
TV
9382019-08-26 Tom de Vries <tdevries@suse.de>
939
940 PR c++/24852
941 * gdb.cp/no-libstdcxx-probe.exp: New test.
942
b694989f
TV
9432019-08-26 Tom de Vries <tdevries@suse.de>
944
945 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
946 * tests need to be skipped.
947 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
948 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
949 mi_skip_libstdcxx_probe_tests.
950
d9c4ba53
SDJ
9512019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
952
953 * gdb.python/py-xmethods.exp: Use raw strings when passing
954 arguments to SimpleXMethodMatcher.
955
395fad09
TV
9562019-08-22 Tom de Vries <tdevries@suse.de>
957
958 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
959 more informative.
960
26c957f1
PA
9612019-08-21 Pedro Alves <palves@redhat.com>
962
963 * gdb.base/with.exp: Test "with" with no arguments.
964
61f80d5d
TV
9652019-08-21 Tom de Vries <tdevries@suse.de>
966
967 * gdb.base/gdb-caching-proc.exp: Sort files.
968
d7a11d13
TV
9692019-08-20 Tom de Vries <tdevries@suse.de>
970
971 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
972 compilation.
973
34dafe9f
TV
9742019-08-16 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/compare-sections.exp ("after run to main"): Allow
977 mismatched read-only sections for PIE executables.
978
398fdd60
TT
9792019-08-16 Tom Tromey <tom@tromey.com>
980
981 * lib/tuiterm.exp (_csi_Z): New proc.
982 * gdb.tui/basic.exp: Update window positions.
983 * gdb.tui/empty.exp: Update window positions.
984
d8f9e51c
SL
9852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
986
987 * gdb.base/examine-backward.exp: Correct regexp for
988 "examine 3 bytes backward from ${address_zero}".
989
3df505f6
TT
9902019-08-15 Tom Tromey <tom@tromey.com>
991
992 * gdb.tui/empty.exp: Enable resizing tests.
993
272560b5
TT
9942019-08-15 Tom Tromey <tromey@adacore.com>
995
996 * gdb.ada/char_enum.exp: Add regression tests.
997 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
998 and '0'.
999 (Char, Gchar): Update.
1000 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1001
08235187
CB
10022019-08-15 Christian Biesinger <cbiesinger@google.com>
1003
1004 * gdb.python/python.exp: Expect a leading underscore on
1005 GdbOutput{,Error}File.
1006
22a2ab04
SL
10072019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1008
1009 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1010 Windows host.
1011
835b995b
SL
10122019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1013
1014 * gdb.base/batch-preserve-term-settings.exp
1015 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1016
97dd8e07
CB
10172019-08-15 Christian Biesinger <cbiesinger@google.com>
1018
1019 * lib/gdb.exp: When running on a mingw target, replace
1020 /x/ with x:/.
1021
75faf5c4
AH
10222019-08-14 Alan Hayward <alan.hayward@arm.com>
1023
1024 * gdb.arch/aarch64-prologue.c: New test.
1025 * gdb.arch/aarch64-prologue.exp: New file.
1026
abc6c00f
TV
10272019-08-13 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1030 Thread.
1031
74c2c1f4
SL
10322019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1033
1034 * gdb.python/py-completion.exp: Download the .py file to the host
1035 and use its host pathname. Conditionalize tests that use
1036 tab completion and manipulate files on the build machine.
1037 * gdb.python/py-events.exp: Download the .py file to the host
1038 and use its host pathname.
1039 * gdb.python/py-evsignal.exp: Likewise.
1040 * gdb.python/py-evthreads.exp: Likewise.
1041 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1042 pathname syntax.
1043 * gdb.python/py-framefilter.exp: Download the .py file to the right
1044 place on the host. Match Windows pathname syntax.
1045 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1046 .py file to the host and use its host pathname.
1047 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1048 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1049 build pathname. Skip symlink test on Windows host. Add missing
1050 newline at end of file.
1051 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1052 and use its host pathname.
1053 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1054 * gdb.python/py-section-script.exp: Use host location of binfile
1055 on safe-path. Use correct path separator on Windows host.
1056 Reorder alternatives in gdb_test_multiple to prevent matching
1057 the wrong alternative on success.
1058 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1059
ca2589f3
PP
10602019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1061
1062 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1063 expect the GDB inferior to no longer immediately stop after
1064 being resumed with "signal SIGINT".
1065
020a839d
SL
10662019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1067
1068 * gdb.linespec/break-ask.exp: Generalize regexps to match
1069 Windows pathnames too.
1070
128d6509
TV
10712019-08-08 Tom de Vries <tdevries@suse.de>
1072
1073 PR testsuite/24862
1074 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1075
590042fc
PW
10762019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1077
1078 * gdb.base/style.exp: Update tests for help doc new invariants.
1079 * gdb.base/help.exp: Likewise.
1080
046bebe1
TT
10812019-08-06 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.base/style.exp: Add disassemble test.
1084 * gdb.base/style.c (some_called_function): New function.
1085 (main): Use it.
1086
0b27c27d
CB
10872019-08-05 Christian Biesinger <cbiesinger@google.com>
1088
1089 * gdb.python/py-block.exp: Test dictionary access on blocks.
1090
580f1034
SM
10912019-08-05 Simon Marchi <simon.marchi@efficios.com>
1092
1093 PR gdb/24863
1094 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1095 -list-thread-groups --available test when running under
1096 check-read1.
1097
d86bd7cb
TV
10982019-08-05 Tom de Vries <tdevries@suse.de>
1099
1100 PR testsuite/24863
1101 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1102 * gdb.base/help.exp: Use with_read1_timeout_factor.
1103 * gdb.base/info-macros.exp: Same.
1104 * gdb.cp/nested-types.exp: Same.
1105
a80cf5d8
TV
11062019-08-05 Tom de Vries <tdevries@suse.de>
1107
1108 * lib/gdb.exp (version_at_least): Factor out of ...
1109 (tcl_version_at_least): ... here.
1110 (gdb_compile): Fail if pie results in non-PIE executable.
1111 (readelf_version, readelf_prints_pie): New proc.
1112 (exec_is_pie): Return -1 if unknown.
1113
d0962838
TV
11142019-08-05 Tom de Vries <tdevries@suse.de>
1115
1116 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1117
2252ff3d
SL
11182019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1119
1120 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1121
26655f53
SL
11222019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1123
1124 * lib/completion-support.exp (test_gdb_complete_none): Skip
1125 tab completion tests if no readline support.
1126 (test_gdb_complete_unique_re): Likewise.
1127 (test_gdb_complete_multiple): Likewise.
1128
db4dc13e
PW
11292019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1130
1131 * gdb.base/info_sources.exp: New file.
1132 * gdb.base/info_sources.c: New file.
1133 * gdb.base/info_sources_base.c: New file.
1134
0eba165a
PFC
11352019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1136
1137 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1138 prefix argument.
1139 (test_exit_status): Add prefix argument.
1140
59bd512b
TV
11412019-08-01 Tom de Vries <tdevries@suse.de>
1142
1143 PR testsuite/24863
1144 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1145 calling exp_continue for new thread and thread exited messages.
1146
2a3ad588
TV
11472019-08-01 Tom de Vries <tdevries@suse.de>
1148
1149 PR testsuite/24863
1150 * gdb.base/structs.exp: Fix check-read1 timeout using
1151 gdb_test_sequence.
1152 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1153
117eb594
TV
11542019-08-01 Tom de Vries <tdevries@suse.de>
1155
1156 PR testsuite/24863
1157 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1158 line.
1159
ed591340
TV
11602019-08-01 Tom de Vries <tdevries@suse.de>
1161
1162 PR testsuite/24863
1163 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1164
aa3b6533
TT
11652019-07-30 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.ada/display_nested.exp: New file.
1168 * gdb.ada/display_nested/foo.adb: New file.
1169 * gdb.ada/display_nested/pack.adb: New file.
1170 * gdb.ada/display_nested/pack.ads: New file.
1171
2906593f
CB
11722019-07-30 Christian Biesinger <cbiesinger@google.com>
1173
1174 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1175 namespace.
1176 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1177
0f575925
TV
11782019-07-30 Tom de Vries <tdevries@suse.de>
1179
1180 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1181 instead.
1182
b13057d9
TV
11832019-07-30 Tom de Vries <tdevries@suse.de>
1184
1185 PR testsuite/24834
1186 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1187 (exec_is_pie): New proc.
1188
5c4dde85
CB
11892019-07-29 Christian Biesinger <cbiesinger@google.com>
1190
1191 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1192
c620ed88
CB
11932019-07-29 Christian Biesinger <cbiesinger@google.com>
1194
1195 * gdb.python/py-objfile.c: Add global and static vars.
1196 * gdb.python/py-objfile.exp: Test new functions Objfile.
1197 lookup_global_symbol and lookup_static_symbol.
1198
3d235706
TT
11992019-07-29 Tom Tromey <tom@tromey.com>
1200
1201 * lib/tuiterm.exp (Term::_csi_@): New proc.
1202 (Term::_csi_X): Don't move cursor.
1203
c7e4c0a6
PW
12042019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1205
1206 * gdb.base/options.exp: Update backtrace - completion to
1207 new option -frame-info.
1208 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1209 Test new 'set print frame-info'. Test backtrace -frame-info
1210 overriding 'set print frame-info'.
1211 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1212 Test new 'set print frame-info'.
1213 Verify consistency of backtrace with and without filters, with and
1214 without -no-filters.
1215 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1216 default.
1217
de28a3b7
TV
12182019-07-29 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1221 no arguments".
1222
507dd60e
TV
12232019-07-29 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1226 is a substring of the first for "complete non-unique file name".
1227
5beafce9
TV
12282019-07-29 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1231 with ".*".
1232
2d274232
TV
12332019-07-29 Tom de Vries <tdevries@suse.de>
1234
1235 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1236 Pass prompt_regexp parameter to gdb_test_multiple calls.
1237
9197cd8b
TV
12382019-07-29 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1241 print registers" regexps.
1242
b528dae0
TV
12432019-07-29 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1246
d17725d7
TV
12472019-07-29 Tom de Vries <tdevries@suse.de>
1248
1249 PR gdb/24855
1250 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1251 (skip_python_tests_prompt): Add prompt_regexp argument to
1252 gdb_test_multiple calls.
1253
52b75bf1
TT
12542019-07-27 Tom Tromey <tom@tromey.com>
1255
1256 * gdb.tui/main.exp: New file.
1257
2b1d00c2
TT
12582019-07-27 Tom Tromey <tom@tromey.com>
1259
1260 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1261 optional.
1262 * gdb.tui/empty.exp: New file.
1263
ded631d5
TT
12642019-07-27 Tom Tromey <tom@tromey.com>
1265
1266 * lib/tuiterm.exp (spawn): New proc.
1267 (Term::resize): New proc.
1268 * gdb.tui/resize.exp: New file.
1269
58ac439d
TT
12702019-07-27 Tom Tromey <tom@tromey.com>
1271
1272 * gdb.tui/list.exp: New file.
1273
fe1f56ee
TT
12742019-07-27 Tom Tromey <tom@tromey.com>
1275
1276 * gdb.tui/regs.exp: New file.
1277
f790b310
TT
12782019-07-27 Tom Tromey <tom@tromey.com>
1279
1280 * gdb.tui/basic.exp: Add "layout split" test.
1281
d95fc6ee
TT
12822019-07-27 Tom Tromey <tom@tromey.com>
1283
1284 * gdb.tui/basic.exp: Add "layout asm" test.
1285
c3786b3a
TT
12862019-07-27 Tom Tromey <tom@tromey.com>
1287
1288 * lib/tuiterm.exp: New file.
1289 * gdb.tui/basic.exp: New file.
1290
98a617f8
KB
12912019-07-27 Kevin Buettner <kevinb@redhat.com>
1292
1293 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1294 Enable tests associated with this flag. Adjust regex
1295 referencing "foo_low" to now refer to "foo_cold" instead.
1296
5c076da4
KB
12972019-07-27 Kevin Buettner <kevinb@redhat.com>
1298
1299 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1300 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1301 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1302 foo_cold. Revise comments to match.
1303 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1304 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1305 were wrapped into this proc; Call do_test in loop from outermost
1306 level.
1307 (foo_low): Rename all occurrences to "foo_cold".
1308 (backtrace from baz): New test.
1309 (x2/i foo_cold): New test.
1310 (info line *foo_cold): New test.
1311
1512d3b7
TV
13122019-07-26 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1315
297989a1
TV
13162019-07-25 Tom de Vries <tdevries@suse.de>
1317
1318 PR testsuite/24830
1319 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1320 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1321 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1322 (skip_libstdcxx_probe_tests): ... here.
1323 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1324
b3b965fb
TV
13252019-07-24 Tom de Vries <tdevries@suse.de>
1326
1327 PR testsuite/24807
1328 * gdb.objc/basicclass.m: Include stdio.h.
1329 * gdb.objc/nondebug.m: Same.
1330 * gdb.objc/objcdecode.m: Same.
1331
4625b4d0
TV
13322019-07-24 Tom de Vries <tdevries@suse.de>
1333
1334 PR testsuite/24612
1335 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1336 additional_flags.
1337
024a5840
TV
13382019-07-24 Tom de Vries <tdevries@suse.de>
1339
1340 PR testsuite/24831
1341 * gdb.multi/tids.exp: Update error messages for info threads.
1342
c76ddaa3
TV
13432019-07-24 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.base/info-types.exp: Allow info types to print info for more than
1346 one file.
1347
9a618ef6
TV
13482019-07-23 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/24842
1351 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1352 gdb_spawn_with_cmdline_opts.
1353
40eadf04
SP
13542019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1355
1356 * gdb.arch/arm-cmse-sgstubs.c: New test.
1357 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1358
5ba29434
TV
13592019-07-23 Tom de Vries <tdevries@suse.de>
1360
1361 PR testsuite/24711
1362 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1363 issuing next command.
1364
a8e9d247
AB
13652019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.ada/info_auto_lang.exp: Update expected results.
1368 * gdb.base/info-types.c: Add additional types to check.
1369 * gdb.base/info-types.exp: Update expected results.
1370
eb86c5e2
AB
13712019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.base/info-types.c: New file.
1374 * gdb.base/info-types.exp: New file.
1375
01e175fe
AB
13762019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.arch/riscv-bp-infcall.c: New file.
1379 * gdb.arch/riscv-bp-infcall.exp: New file.
1380
6b78c3f8
AB
13812019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 PR breakpoints/24541
1384 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1385
da738167
TV
13862019-07-14 Tom de Vries <tdevries@suse.de>
1387
1388 PR testsuite/24760
1389 * gdb.objc/basicclass.exp: Fix unterminated string.
1390
0d4e84ed
AB
13912019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1392 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1395 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1396 negative bounds.
1397 * gdb.fortran/vla-value.exp: Print elements of an array with
1398 negative bounds.
1399 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1400 testing.
1401
021d8588
AB
14022019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.base/options.exp (expect_string): Dequote strings in
1405 results.
1406 (test-string): Test strings with different quoting and reindent.
1407
f06f1252
TT
14082019-07-10 Tom Tromey <tromey@adacore.com>
1409
1410 * gdb.ada/mi_ex_cond.exp: Update expected results.
1411 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1412 * gdb.ada/mi_catch_ex.exp: Update expected results.
1413 * gdb.ada/mi_catch_assert.exp: Update expected results.
1414 * gdb.ada/catch_ex.exp (catch_exception_info)
1415 (catch_exception_entry, catch_assert_entry)
1416 (catch_unhandled_entry): Update.
1417 * gdb.ada/catch_assert_if.exp: Update expected results.
1418
b863685d
RB
14192019-07-10 Richard Bunt <richard.bunt@arm.com>
1420 Stephen Roberts <stephen.roberts@arm.com>
1421
1422 * gdb.base/define.exp: Restore original prompt.
1423
cb1e4e32
PA
14242019-07-09 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1427 breakpoints" output.
1428 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1429 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1430 throw" creates breakpoint.
1431 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1432 'type="catchpoint"'.
1433
b58a68fe
PA
14342019-07-09 Pedro Alves <palves@redhat.com>
1435
1436 PR c++/15468
1437 * gdb.cp/except-multi-location-lib.cc: New.
1438 * gdb.cp/except-multi-location-main.cc: New.
1439 * gdb.cp/except-multi-location.exp: New.
1440
0826779b
PW
14412019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1442
1443 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1444 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1445 argument and update callers.
1446
5b0e2db4
AB
14472019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.arch/amd64-break-on-asm-line.S: New file.
1450 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1451
1f6f6e21
PW
14522019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1453
1454 * gdb.base/printcmds.exp: Test printing C string and
1455 C wide string convenience vars without transiting via the inferior.
1456 Also make test names unique.
1457
ea142fbf
AH
14582019-07-08 Alan Hayward <alan.hayward@arm.com>
1459
5862c886 1460 PR breakpoints/25011
ea142fbf
AH
1461 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1462
213fd9fa
PA
14632019-07-04 Pedro Alves <palves@redhat.com>
1464
1465 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1466 body returned ok(0), break(3) or continue(4).
1467 * gdb.testsuite/foreach_with_prefix.exp: New file.
1468
2b40fda7
AH
14692019-07-04 Alan Hayward <alan.hayward@arm.com>
1470
1471 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1472
a26c8de0
PA
14732019-07-03 Pedro Alves <palves@redhat.com>
1474
1475 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1476 "return -code".
1477
5f4ba3e7
PA
14782019-07-03 Pedro Alves <palves@redhat.com>
1479
1480 PR cli/24732
1481 * gdb.base/shell.exp: Load completion-support.exp.
1482 Adjust expected error output. Add completion tests.
1483
a994424f
PA
14842019-07-03 Pedro Alves <palves@redhat.com>
1485
1486 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1487 string_to_regexp.
1488
3d9be6f5
PA
14892019-07-03 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1492 (expect_integer): Adjust to expect "-string".
1493 (expect_string): New.
1494 (all_options): Expect "-string".
1495 (test-flag, test-boolean): Adjust to expect "-string".
1496 (test-string): New proc.
1497 (top level): Call it.
1498
41fc454c
PA
14992019-07-03 Pedro Alves <palves@redhat.com>
1500
1501 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1502 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1503 the expected output in the success.
1504
b2b2a215
PA
15052019-07-03 Pedro Alves <palves@redhat.com>
1506
1507 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1508 Split one gdb_test_multiple call in two to avoid a race.
1509
fdbc9870
PA
15102019-07-03 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/with.c: New file.
1513 * gdb.base/with.exp: New file.
1514
c6ac8931
PA
15152019-07-03 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/settings.exp: Replace all references to "maint
1518 test-settings set" with references to "maint set test-settings",
1519 and all references to "maint test-settings show" with references
1520 to "maint show test-settings".
1521
970f9d09
PA
15222019-07-03 Pedro Alves <palves@redhat.com>
1523
1524 * gdb.base/settings.exp (test-string): Adjust expected out when
1525 testing "maint test-settings show filename"
1526
54d66006
PA
15272019-07-02 Pedro Alves <palves@redhat.com>
1528
1529 * gdb.base/options.exp (test-info-threads): New procedure.
1530 (top level): Call it.
1531
10d06d82
TT
15322019-06-28 Tom Tromey <tromey@adacore.com>
1533
1534 * gdb.dwarf2/ada-linkage-name.c: New file.
1535 * gdb.dwarf2/ada-linkage-name.exp: New file.
1536
3d507ff2
TT
15372019-06-27 Tom Tromey <tromey@adacore.com>
1538
d039f014 1539 PR c++/20020:
3d507ff2
TT
1540 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1541
8af58ffe
TV
15422019-06-26 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1545
22e21752
TV
15462019-06-26 Tom de Vries <tdevries@suse.de>
1547
1548 * gdb.base/index-cache.exp: Add back missing debug option.
1549
b65b566c
PW
15502019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1551
1552 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1553
5c2c8c69
TV
15542019-06-25 Tom de Vries <tdevries@suse.de>
1555
1556 PR testsuite/24727
1557 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1558
164e3873
TV
15592019-06-24 Tom de Vries <tdevries@suse.de>
1560
1561 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1562
824eacee
TV
15632019-06-24 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1566 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1567 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1568
385b97d3
TV
15692019-06-24 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1572
c596f180
TV
15732019-06-21 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1576
b13a7d03
TV
15772019-06-21 Tom de Vries <tdevries@suse.de>
1578
1579 PR testsuite/24518
1580 PR ada/24713
1581 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1582 index.
1583
899277ae
TT
15842019-06-19 Tom Tromey <tromey@adacore.com>
1585
1586 * gdb.ada/length_cond.exp: Add intro comment.
1587
680e1bee
TT
15882019-06-19 Tom Tromey <tromey@adacore.com>
1589
1590 * gdb.ada/length_cond.exp: New file.
1591 * gdb.ada/length_cond/length_cond.adb: New file.
1592 * gdb.ada/length_cond/pck.adb: New file.
1593 * gdb.ada/length_cond/pck.ads: New file.
1594
0ed4690a
TV
15952019-06-18 Tom de Vries <tdevries@suse.de>
1596
1597 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1598
d20ed5fd
TT
15992019-06-18 Tom Tromey <tromey@adacore.com>
1600
1601 * gdb.base/list0.h: Add comment explaining control character.
1602
86e04673
TV
16032019-06-18 Tom de Vries <tdevries@suse.de>
1604
1605 * boards/fission.exp: Break up long debug_flags line.
1606
c4973306
SM
16072019-06-16 Tom de Vries <tdevries@suse.de>
1608
1609 PR gdb/24445
1610 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1611 generated index.
1612
93cb9841
AB
16132019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 PR gdb/24686
1616 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1617 improve detection of bug gdb/24541.
1618
399aaebd
SM
16192019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1620
1621 PR gdb/24669
1622 * gdb.base/index-cache.exp (uses_readnow,
1623 expecting_index_cache_use): Define global variable.
1624 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1625 expecting_index_cache_use.
1626
584a927c
AB
16272019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1628 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.fortran/pointers.f90: New file.
1631 * gdb.fortran/print_type.exp: New file.
1632 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1633 * gdb.fortran/vla-type.exp: Likewise.
1634 * gdb.fortran/vla-value.exp: Likewise.
1635 * gdb.mi/mi-vla-fortran.exp: Likewise.
1636
30056ea0
AB
16372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1640 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1641 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1642 as a stop reason.
1643
ec8e2b6d
AB
16442019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/annota1.exp: Update expected results.
1647 * gdb.cp/annota2.exp: Likewise.
1648 * gdb.cp/annota3.exp: Likewise.
1649
09e4c4e1
AB
16502019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * gdb.base/style-logging.exp: Remove path from test name.
1653
0735b091
TT
16542019-06-14 Tom Tromey <tromey@adacore.com>
1655
1656 PR gdb/24502:
1657 * gdb.base/style-logging.exp: New file.
1658
f5686554
TT
16592019-06-14 Tom Tromey <tromey@adacore.com>
1660
1661 * gdb.base/symfile-warn.exp: New file.
1662 * gdb.base/symfile-warn.c: New file.
1663
a0c1ffed
TT
16642019-06-14 Tom Tromey <tromey@adacore.com>
1665
1666 * gdb.base/annotate-symlink.exp: New file.
1667
f411722c
TT
16682019-06-14 Tom Tromey <tromey@adacore.com>
1669
1670 * gdb.ada/set_wstr.exp: Add reassignment test.
1671
4268ec18
TT
16722019-06-14 Tom Tromey <tromey@adacore.com>
1673
1674 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1675 'unchecked_access and 'unrestricted_access as well.
1676
9a9e394b
TT
16772019-06-14 Tom Tromey <tromey@adacore.com>
1678
1679 PR ada/24539:
1680 * gdb.ada/vla.exp: Update tests.
1681 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1682 pragma.
1683
4c048731
PA
16842019-06-13 Pedro Alves <palves@redhat.com>
1685
1686 * gdb.base/settings.exp (test-integer): Test junk after
1687 "unlimited".
1688
6665660a
PA
16892019-06-13 Pedro Alves <palves@redhat.com>
1690
1691 * gdb.base/options.exp (test-thread-apply): New.
1692 (top level): Call it.
1693
5d707134
PA
16942019-06-13 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/options.exp (test-frame-apply): New.
1697 (top level): Test print commands with different "frame apply"
1698 prefixes.
1699
e2a689da
PA
17002019-06-13 Pedro Alves <palves@redhat.com>
1701
e79be6e5 1702 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1703 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1704 'max_completions' parameter and handle it.
1705 (test_gdb_completion_offers_commands): New.
1706
90a1ef87
PA
17072019-06-13 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1710
d4c16835
PA
17112019-06-13 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/options.exp (test-backtrace): New.
1714 (top level): Call it.
1715
2daf894e
PA
17162019-06-13 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.guile/scm-frame-args.exp: Use "set print
1719 raw-frame-arguments" instead of "set print raw frame-arguments".
1720 * gdb.python/py-frame-args.exp: Likewise.
1721
e6ed716c
PA
17222019-06-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.compile/compile.exp: Adjust expected output to option
1725 processing changes.
1726
7d8062de
PA
17272019-06-13 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.base/options.exp: Build executable.
1730 (test-print): New procedure.
1731 (top level): Call it, once for "print" and another for "compile
1732 print".
1733
9d0faba9
PA
17342019-06-13 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.base/options.c: New file.
1737 * gdb.base/options.exp: New file.
1738
dee7b4c8
PA
17392019-06-13 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1742 that "o" is ambiguous.
1743
dca0f6c0
PA
17442019-06-13 Pedro Alves <palves@redhat.com>
1745
1746 * gdb.base/settings.c: New file.
1747 * gdb.base/settings.exp: New file.
1748
ccf46844
PA
17492019-06-13 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/completion.exp: Fix comment typo.
1752
b9a3f842
PA
17532019-06-13 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1756 foo --1" test.
1757
d106773e
PA
17582019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1759
1760 * gdb.fortran/block-data.f: New.
1761 * gdb.fortran/block-data.exp: New.
1762
fea82da0
TV
17632019-06-11 Tom de Vries <tdevries@suse.de>
1764
1765 PR testsuite/24521
1766 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1767 message.
1768
8c2e74f1
TV
17692019-06-11 Tom de Vries <tdevries@suse.de>
1770
1771 PR testsuite/24521
1772 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1773
b49851c8
TV
17742019-06-11 Tom de Vries <tdevries@suse.de>
1775
1776 * boards/readnow.exp: New file.
1777
a7067863
AB
17782019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.fortran/vla-sizeof.exp: Update expected results.
1781
1a3da2cd
AB
17822019-06-06 Amos Bird <amosbird@gmail.com>
1783
1784 * gdb.base/annota1.exp (thread_switch): Add test for
1785 thread-exited annotation.
1786
3847a7bf
TT
17872019-06-06 Tom Tromey <tromey@adacore.com>
1788
1789 * gdb.base/maint.exp: Expect command started/finished output.
1790
0088ba59
AB
17912019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1794 comment.
1795 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1796
312617a3
AB
17972019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1800 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1801 * gdb.arch/riscv-unwind-long-insn.c: New file.
1802 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1803
e1f2e1a2
CB
18042019-06-04 Christian Biesinger <cbiesinger@google.com>
1805
d3238f7d 1806 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1807
206584bd
PW
18082019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1809
1810 * lib/gdb.exp (help_list_trailer): New regexp variable
1811 factorizing the help trailer message.
1812 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1813 arg to allow to better factorize various tests.
1814 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1815 (test_prefix_command_help): Use help_list_trailer.
1816 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1817 * gdb.guile/scm-cmd.exp: Likewise.
1818 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1819 * gdb.base/help.exp: Use test_user_defined_class_help.
1820 * gdb.base/style.exp: Add tests for styling of help and apropos.
1821 * lib/gdb-utils.exp (style): Add title and highlight styles.
1822
708dc93e
PW
18232019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1824
1825 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1826 $_shell_exitsignal.
1827 * gdb.base/default.exp: Update for new convenience variables.
1828
f49055a5
TT
18292019-05-29 Tom Tromey <tromey@adacore.com>
1830
1831 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1832 to "break complete ada" test case's regexp.
1833
4330d61d
TT
18342019-05-29 Tom Tromey <tromey@adacore.com>
1835
1836 PR c++/20020:
1837 * gdb.cp/constexpr-field.exp: New file.
1838 * gdb.cp/constexpr-field.cc: New file.
1839
000439d5
TT
18402019-05-29 Tom Tromey <tromey@adacore.com>
1841
1842 * gdb.base/finish.exp (finish_no_print): New proc.
1843 (finish_tests): Call it.
1844
5a01c34c
TV
18452019-05-24 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.dwarf2/gdb-add-index.exp: New file.
1848
18125b16
TT
18492019-05-22 Tom Tromey <tromey@adacore.com>
1850
1851 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1852 * gdb.base/style.exp: Use "style".
1853 * lib/gdb-utils.exp (style): New proc.
1854
af1a8d03
TV
18552019-05-22 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/align.exp: Require c++11.
1858
e7fe496b
TV
18592019-05-22 Tom de Vries <tdevries@suse.de>
1860
1861 PR testsuite/24586
1862 * gdb.python/py-mi-var-info-path-expression.exp: Call
1863 mi_skip_python_tests to check if python is supported.
1864
8fca4da0
AH
18652019-05-22 Alan Hayward <alan.hayward@arm.com>
1866
1867 * gdb.arch/aarch64-pauth.c: New test.
1868 * gdb.arch/aarch64-pauth.exp: New file.
1869
b7060614
AH
18702019-05-22 Alan Hayward <alan.hayward@arm.com>
1871
1872 * README (Re-running Tests Outside The Testsuite): New section.
1873
669d0468
TV
18742019-05-21 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.arch/amd64-eval.exp: Require c++11.
1877 * gdb.base/max-depth.exp: Same.
1878 * gdb.compile/compile-cplus-array-decay.exp: Same.
1879 * gdb.cp/meth-typedefs.exp: Same.
1880 * gdb.cp/subtypes.exp: Same.
1881 * gdb.cp/temargs.exp: Same.
1882
ce3ebcaa
AH
18832019-05-21 Alan Hayward <alan.hayward@arm.com>
1884
1885 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1886
34d11c68
AB
18872019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1888
1889 PR gdb/18644
1890 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1891 * gdb.fortran/printing-types.exp: Add new test.
1892 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1893 testing.
1894 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1895 setup_kfail call.
1896
87781e84
AH
18972019-05-17 Alan Hayward <alan.hayward@arm.com>
1898
1899 * README (Running the Testsuite): Change example.
1900 (Testsuite Parameters): Remove TRANSCRIPT.
1901 * lib/gdb.exp: Remove TRANSCRIPT check.
1902
b420b89e
AH
19032019-05-17 Alan Hayward <alan.hayward@arm.com>
1904
1905 * README (Testsuite Parameters): Add replay logging to
1906 GDBSERVER_DEBUG.
1907 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1908 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1909 as a comma separated list.
1910 (gdb_debug_init): Override procedure.
1911
408e9b8b
AH
19122019-05-17 Alan Hayward <alan.hayward@arm.com>
1913
1914 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1915 (gdb_write_cmd_file): New procedure.
1916 * lib/gdbserver-support.exp (gdbserver_start): Call
1917 gdbserver_write_cmd_file.
1918 (gdbserver_write_cmd_file): New procedure.
1919
f9e2e39d
AH
19202019-05-17 Alan Hayward <alan.hayward@arm.com>
1921
1922 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1923 (delete_breakpoints): Likewise.
1924 (gdb_run_cmd): Likewise.
1925 (gdb_start_cmd): Likewise.
1926 (gdb_starti_cmd): Likewise.
1927 (gdb_internal_error_resync): Likewise.
1928 (gdb_test_multiple): Likewise.
1929 (gdb_reinitialize_dir): Likewise.
1930 (default_gdb_exit): Likewise.
1931 (gdb_file_cmd): Mark kill as optional.
1932 (default_gdb_start): Call gdb_stdin_log_init.
1933 (send_gdb): Call gdb_stdin_log_write.
1934 (rerun_to_main): Mark Y as an answer.
1935 (gdb_stdin_log_init): New function.
1936 (gdb_stdin_log_write): Likewise.
1937
81f47ac2
AH
19382019-05-17 Alan Hayward <alan.hayward@arm.com>
1939
1940 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1941 * gdb.base/debug-expr.exp: Likewise.
1942 * gdb.base/foll-fork.exp: Likewise.
1943 * gdb.base/foll-vfork.exp: Likewise.
1944 * gdb.base/fork-print-inferior-events.exp: Likewise.
1945 * gdb.base/gdb-sigterm.exp: Likewise.
1946 * gdb.base/gdbinit-history.exp: Likewise.
1947 * gdb.base/osabi.exp: Likewise.
1948 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1949 * gdb.base/ui-redirect.exp: Likewise.
1950 * gdb.gdb/unittest.exp: Likewise.
1951 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1952 * gdb.mi/mi-watch.exp: Likewise.
1953 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1954 * gdb.mi/user-selected-context-sync.exp: Likewise.
1955 * gdb.python/python.exp: Disable debug test when debugging.
1956 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1957 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1958 Likewise.
1959 * gdb.threads/stepi-random-signal.exp: Likewise.
1960
29b52314
AH
19612019-05-17 Alan Hayward <alan.hayward@arm.com>
1962
1963 * Makefile.in: Pass through GDB_DEBUG.
1964 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1965 (gdb,debug): Add board setting.
1966 * lib/gdb.exp (default_gdb_start): Start debugging.
1967 (gdb_debug_enabled): New procedure.
1968 (gdb_debug_init): Likewise.
29b52314
AH
1969
19702019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1971
29b52314
AH
1972 * Makefile.in: Pass through GDB_DEBUG.
1973 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1974 (gdb,debug): Add board setting.
1975 * lib/gdb.exp (default_gdb_start): Start debugging.
1976 (gdb_debug_enabled): New procedure.
1977 (gdb_debug_init): Likewise.
29b52314 1978
ca1285d1
AH
19792019-05-17 Alan Hayward <alan.hayward@arm.com>
1980
1981 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1982
f3a09c80
AH
19832019-05-17 Alan Hayward <alan.hayward@arm.com>
1984
1985 * gdb.base/ui-redirect.exp: Test redirection.
1986
26648588
JV
19872019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1988
1989 * gdb.mi/mi-complete.exp: New file.
1990 * gdb.mi/mi-complete.cc: Likewise.
1991
14237686
AB
19922019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1993
1994 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1995 indexed and sliced arrays, and pointers to arrays.
1996
e7bd7fba
TT
19972019-05-14 Tom Tromey <tromey@adacore.com>
1998
1999 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2000 styling test.
2001
2764128d
TV
20022019-05-14 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2005 selection entry encoding.
2006
71bed2db
TT
20072019-05-10 Tom Tromey <tromey@adacore.com>
2008
2009 * gdb.ada/info_exc.exp: Add "complete" test.
2010
63b667ad
TV
20112019-05-09 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2014 CU-relative.
2015
9cfd2b89
TV
20162019-05-09 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2019 CU-relative.
2020
2228ef77
XR
20212019-05-08 Joel Brobecker <brobecker@adacore.com>
2022
2023 * gdb.ada/frame_arg_lang.exp: New testcase.
2024 * gdb.ada/frame_arg_lang/bla.adb: New file.
2025 * gdb.ada/frame_arg_lang/pck.ads: New file.
2026 * gdb.ada/frame_arg_lang/pck.adb: New file.
2027 * gdb.ada/frame_arg_lang/foo.c: New file.
2028
80e55b13
TT
20292019-05-08 Tom Tromey <tromey@adacore.com>
2030
2031 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2032
9d3421af
TT
20332019-05-08 Tom Tromey <tromey@adacore.com>
2034
2035 * gdb.base/ptype-offsets.exp: Update tests.
2036
844333e2
TT
20372019-05-08 Tom Tromey <tromey@adacore.com>
2038
2039 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2040 cases.
2041 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2042 "short".
2043
988915ee
TT
20442019-05-08 Tom Tromey <tromey@adacore.com>
2045
2046 * gdb.ada/vla.exp: New file.
2047 * gdb.ada/vla/vla.adb: New file.
2048
7bd55dac
TV
20492019-05-07 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2052
75f06e9d
TV
20532019-05-07 Tom de Vries <tdevries@suse.de>
2054
2055 PR testsuite/24522
2056 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2057 section.
2058
77e7aaa4
TV
20592019-05-07 Tom de Vries <tdevries@suse.de>
2060
2061 PR testsuite/24522
2062 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2063 .debug_aranges section.
2064
456ba0fa
TV
20652019-05-07 Tom de Vries <tdevries@suse.de>
2066
2067 PR testsuite/24159
2068 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2069
5a56d6a6
TV
20702019-05-06 Tom de Vries <tdevries@suse.de>
2071
2072 * lib/gdb.exp (exec_has_index_section): New proc.
2073 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2074 section.
2075
9d6d4be8
TV
20762019-05-04 Tom de Vries <tdevries@suse.de>
2077
2078 * boards/cc-with-debug-names.exp: New file.
2079
222a8d25
TT
20802019-05-03 Tom Tromey <tromey@adacore.com>
2081
2082 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2083 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2084 * gdb.ada/char_enum.exp: Add test.
2085
0fdfd794
TV
20862019-05-03 Tom de Vries <tdevries@suse.de>
2087
2088 * boards/cc-with-gdb-index.exp: New file.
2089
80062eb9
AB
20902019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.rust/simple.exp: Add new test case.
2093 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2094 (main): Initialise an instance of the new struct.
2095
4504bbde
TT
20962019-05-01 Tom Tromey <tromey@adacore.com>
2097
2098 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2099 record.
2100 (NPR): New variable.
2101 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2102 test.
2103
d48e62f4
TT
21042019-05-01 Tom Tromey <tromey@adacore.com>
2105
2106 * gdb.ada/packed_array_assign.exp: Add packed assignment
2107 regression test.
2108
f59f30f5
TV
21092019-05-01 Tom de Vries <tdevries@suse.de>
2110
2111 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2112
b70bfc54
TV
21132019-05-01 Tom de Vries <tdevries@suse.de>
2114
2115 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2116
15f18d14
AT
21172019-04-30 Ali Tamur <tamur@google.com>
2118
2119 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2120
2ff0a947
TT
21212019-04-30 Tom Tromey <tromey@adacore.com>
2122
2123 * lib/ada.exp (find_ada_tool): New proc.
2124 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2125 * gdb.ada/catch_ex_std.exp: New file.
2126 * gdb.ada/catch_ex_std/foo.adb: New file.
2127 * gdb.ada/catch_ex_std/some_package.adb: New file.
2128 * gdb.ada/catch_ex_std/some_package.ads: New file.
2129
a776957c
TT
21302019-04-30 Tom Tromey <tromey@adacore.com>
2131
2132 PR c++/24470:
2133 * gdb.cp/temargs.cc: Add test code from PR.
2134
bc68014d
AB
21352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.fortran/vla-datatypes.exp: Update expected results.
2138 * gdb.fortran/vla-ptype.exp: Likewise.
2139 * gdb.fortran/vla-type.exp: Likewise.
2140 * gdb.fortran/vla-value.exp: Likewise.
2141
f1fdc960
AB
21422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.fortran/ptr-indentation.exp: Update expected results.
2145 * gdb.fortran/ptype-on-functions.exp: Likewise.
2146 * gdb.fortran/vla-ptr-info.exp: Likewise.
2147 * gdb.fortran/vla-value.exp: Likewise.
2148
bf7a4de1
AB
21492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.fortran/ptype-on-functions.exp: New file.
2152 * gdb.fortran/ptype-on-functions.f90: New file.
2153
bbe75b9d
AB
21542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2157 case void string.
2158
1db455a7
AB
21592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.fortran/complex.exp: Expand.
2162 * gdb.fortran/complex.f: Renamed to...
2163 * gdb.fortran/complex.f90: ...this, and extended to add more
2164 complex values.
2165
b6d03bb2
AB
21662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2169 MODULO, CMPLX.
2170
2e62ab40
AB
21712019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2172 Richard Bunt <richard.bunt@arm.com>
2173
2174 * gdb.base/max-depth.c: New file.
2175 * gdb.base/max-depth.exp: New file.
2176 * gdb.python/py-nested-maps.c: New file.
2177 * gdb.python/py-nested-maps.exp: New file.
2178 * gdb.python/py-nested-maps.py: New file.
2179 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2180 (test_all_common): Call test_max_depth.
2181 * gdb.fortran/max-depth.exp: New file.
2182 * gdb.fortran/max-depth.f90: New file.
2183 * gdb.go/max-depth.exp: New file.
2184 * gdb.go/max-depth.go: New file.
2185 * gdb.modula2/max-depth.exp: New file.
2186 * gdb.modula2/max-depth.c: New file.
2187 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2188
d2b584a5
TV
21892019-04-29 Tom de Vries <tdevries@suse.de>
2190
2191 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2192
136afab8
PW
21932019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2194
2195 * gdb.base/callexit.exp: Test may-call-functions off.
2196
725cbb63
KS
21972019-04-25 Keith Seitz <keiths@redhat.com>
2198
2199 PR c++/24367
2200 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2201 (another_incomplete_struct, test_incomplete): New definitions.
2202 (main): Use new definitions.
2203 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2204 functions.
2205
82433e3e
SDJ
22062019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2207
2208 PR corefiles/11608
2209 PR corefiles/18187
2210 * gdb.base/coredump-filter-build-id.exp: New file.
2211
dd06d4d6
AH
22122019-04-25 Alan Hayward <alan.hayward@arm.com>
2213
e79be6e5
SM
2214 * Makefile.in: Pass through GDBSERVER_DEBUG.
2215 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2216 (gdbserver,debug): Add board setting.
2217 * gdb.trace/tspeed.exp: Skip when debugging.
2218 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2219 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2220
1670072e
TT
22212019-04-24 Tom Tromey <tromey@adacore.com>
2222
2223 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2224 Rust.
2225
a59240a4
TT
22262019-04-24 Tom Tromey <tromey@adacore.com>
2227
2228 * gdb.arch/amd64-eval.exp: Test bitfield return.
2229 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2230 (class Foo) <return_bitfields>: New method.
2231 (main): Call it.
2232
b907456c
AB
22332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.cp/many-args.cc: New file.
2236 * gdb.cp/many-args.exp: New file.
2237
5c565afd
TV
22382019-04-23 Tom de Vries <tdevries@suse.de>
2239
2240 PR gdb/24433
2241 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2242
ba22ff86
AH
22432019-04-23 Alan Hayward <alan.hayward@arm.com>
2244
2245 * gdb.trace/backtrace.exp: Use nopie flag.
2246 * gdb.trace/circ.exp: Likewise.
2247 * gdb.trace/collection.exp: Likewise.
2248 * gdb.trace/ftrace.exp: Likewise.
2249 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2250 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2251 * gdb.trace/qtro.exp: Likewise.
2252 * gdb.trace/read-memory.exp: Likewise.
2253 * gdb.trace/report.exp: Likewise.
2254 * gdb.trace/tfile.exp: Likewise.
2255 * gdb.trace/tfind.exp: Likewise.
2256 * gdb.trace/unavailable.exp: Likewise.
2257
7905fc35
PA
22582019-04-22 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.base/solib-probes-nosharedlibrary.c,
2261 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2262
8ecb59f8
TT
22632019-04-19 Tom Tromey <tromey@adacore.com>
2264
2265 * gdb.ada/ptype_union.c: New file.
2266 * gdb.ada/ptype_union.exp: New file.
2267
62160ec9
TT
22682019-04-19 Tom Tromey <tromey@adacore.com>
2269
2270 PR symtab/24423:
2271 * gdb.base/list0.h (foo): Add a control-l character.
2272
36cd4ba5
TV
22732019-04-18 Tom de Vries <tdevries@suse.de>
2274
2275 PR gdb/24433
2276 * boards/local-board.exp: Set sysroot to "".
2277
b73715df
TV
22782019-04-18 Tom de Vries <tdevries@suse.de>
2279 Pedro Alves <palves@redhat.com>
2280
2281 PR gdb/24454
2282 * gdb.threads/vfork-follow-child-exec.c: New file.
2283 * gdb.threads/vfork-follow-child-exec.exp: New file.
2284 * gdb.threads/vfork-follow-child-exit.c: New file.
2285 * gdb.threads/vfork-follow-child-exit.exp: New file.
2286
4aa866af
LS
22872019-04-15 Leszek Swirski <leszeks@google.com>
2288
2289 * gdb.arch/amd64-eval.cc: New file.
2290 * gdb.arch/amd64-eval.exp: New file.
2291
e5a1a79a
AH
22922019-04-11 Alan Hayward <alan.hayward@arm.com>
2293
2294 * gdb.server/sysroot.c: New test.
2295 * gdb.server/sysroot.exp: New file.
2296 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2297 matching param.
2298
41077b66
AB
22992019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * gdb.base/align.exp: Extend test to cover structures containing
2302 only static fields.
2303
c30391f8
TV
23042019-04-11 Tom de Vries <tdevries@suse.de>
2305
2306 * boards/cc-with-dwz-m.exp: New file.
2307 * boards/cc-with-dwz.exp: New file.
2308 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2309
e242fd12
SM
23102019-04-09 Simon Marchi <simon.marchi@efficios.com>
2311
2312 * gdb.base/start-cpp.exp: New file.
2313 * gdb.base/start-cpp.cc: New file.
2314
2b0c8b01
KB
23152019-04-08 Kevin Buettner <kevinb@redhat.com>
2316
2317 * gdb.python/py-thrhandle.exp: Adjust tests to call
2318 thread_from_handle instead of thread_from_thread_handle.
2319
947210e5
KB
23202019-04-08 Kevin Buettner <kevinb@redhat.com>
2321
2322 * gdb.python/py-thrhandle.exp: Add tests for
2323 gdb.InferiorThread.handle.
2324
d7df6549
AB
23252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.python/py-function.exp: Check calling helper function from
2328 all languages.
2329 * lib/gdb.exp (gdb_supported_languages): New proc.
2330
8bdc1658
AB
23312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.base/complex-parts.c: New file.
2334 * gdb.base/complex-parts.exp: New file.
2335
05caa1d2
TT
23362019-04-01 Tom Tromey <tromey@adacore.com>
2337
2338 PR symtab/23331:
2339 * gdb.dwarf2/dw2-ranges-main.c: New file.
2340 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2341 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2342
7734102d
EZ
23432019-03-30 Simon Marchi <simark@simark.ca>
2344
2345 * gdb.base/default.exp: Add values for $_gdb_major and
2346 $_gdb_minor.
2347
188e1fa9
TT
23482019-03-29 Tom Tromey <tromey@adacore.com>
2349
2350 * gdb.base/help.exp: Tighten apropos regexp.
2351
2880242d
KS
23522019-03-29 Keith Seitz <keiths@redhat.com>
2353
2354 * gdb.fortran/array-bounds.exp: New file.
2355 * gdb.fortran/array-bounds.f90: New file.
2356
077cad8e
PW
23572019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2358
2359 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2360
80047cfc
PW
23612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2362
2363 * gdb.multi/hello.c (main): Increase alarm timer.
2364
f489207e
SL
23652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2366
2367 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2368 factor when no hardware watchpoint support.
2369
c92df149
AH
23702019-03-28 Alan Hayward <alan.hayward@arm.com>
2371 Pedro Alves <palves@redhat.com>
2372
2373 * boards/local-board.exp: set sysroot to /.
2374
933aebfa
AH
23752019-03-27 Alan Hayward <alan.hayward@arm.com>
2376
2377 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2378 in child.
2379
9f9aa852
AB
23802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2383 field.
2384 (make_container): Initialise new field.
2385 * gdb.python/py-prettyprint.exp: Add new tests.
2386 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2387 <display_hint>: New method.
2388
3714a195
AB
23892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2392 gdb_continue_to_breakpoint more throughout this test.
2393 (run_lang_tests) Supply unique test names, and use
2394 gdb_test_no_output.
2395
18c77628
AB
23962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/finish-pretty.exp: Update expected results.
2399 * gdb.base/pretty-print.c: New file.
2400 * gdb.base/pretty-print.exp: New file.
2401
9a93502f
PA
24022019-03-25 Pedro Alves <palves@redhat.com>
2403
2404 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2405 move comments outside list. Append '-i "" eof' section.
2406
968aa7ae
AH
24072019-03-22 Alan Hayward <alan.hayward@arm.com>
2408
34a7f2a4 2409 PR testsuite/25016
968aa7ae
AH
2410 * README: Add pie options.
2411 * gdb.base/break-interp.exp: Ensure pie is disabled.
2412 * gdb.base/dump.exp: Likewise.
2413 * lib/gdb.exp (gdb_compile): Add pie option.
2414
4c7d57e7
TT
24152019-03-19 Tom Tromey <tromey@adacore.com>
2416
2417 * gdb.mi/mi2-cli-display.c: New file.
2418 * gdb.mi/mi2-cli-display.exp: New file.
2419
bff8c71f
TT
24202019-03-18 Joel Brobecker <brobecker@adacore.com>
2421 Tom Tromey <tromey@adacore.com>
2422
2423 * gdb.ada/ptype_array/pck.adb: New file.
2424 * gdb.ada/ptype_array/pck.ads: New file.
2425 * gdb.ada/ptype_array/foo.adb: New file.
2426 * gdb.ada/ptype_array.exp: New file.
2427
d085f989
TT
24282019-03-14 Tom Tromey <tromey@adacore.com>
2429
2430 * gdb.base/style.exp: Add "set style sources" test.
2431
b4be1b06
SM
24322019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2433
2434 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2435 * mi-breakpoint-multiple-locations.exp: ... this.
2436 (make_breakpoints_pattern): New proc.
2437 (do_test): Add mi_version parameter, test -break-insert,
2438 -break-info and =breakpoint-created.
2439
7cde5fc2
AB
24402019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * config/default.exp: Remove 'load_lib gdb.exp'.
2443 * config/monitor.exp: Likewise.
2444 * config/sid.exp: Likewise.
2445 * config/sim.exp: Likewise.
2446 * config/slite.exp: Likewise.
2447 * config/unix.exp: Likewise.
2448 * gdb.base/default.exp: Remove unhelpful comment.
2449
efbecbc1
AB
24502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2453
0841c79a
AB
24542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2457
4a270568
AB
24582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.fortran/type-kinds.exp: Update expected results.
2461
067630bd
AB
24622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2465
3be47f7a
AB
24662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2469 function.
2470 (test_basic_parsing_of_type_kinds): Expand types tested.
2471 (test_parsing_invalid_type_kinds): New function.
2472
4d00f5d8
AB
24732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * gdb.fortran/intrinsics.exp: New file.
2476 * gdb.fortran/intrinsics.f90: New file.
2477 * gdb.fortran/type-kinds.exp: New file.
2478
c8f91604
AB
24792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/dot-ops.exp: New file.
2482
dd9f2c76
AB
24832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2486 Check upper and lower case logical literals.
2487
84ec9724
AB
24882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2491 Remove duplicate tests.
2492
c3734e09
AH
24932019-03-06 Alan Hayward <alan.hayward@arm.com>
2494
2495 * lib/gdb.exp (builtin_cd): rename of cd.
2496 (cd): Override builtin.
2497
aa3cfbda
RB
24982019-03-06 Richard Bunt <richard.bunt@arm.com>
2499
2500 * gdb.fortran/function-calls.exp: New file.
2501 * gdb.fortran/function-calls.f90: New test.
2502
7b63ad86
RB
25032019-03-04 Richard Bunt <richard.bunt@arm.com>
2504
2505 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2506 on user program standard output.
2507 * gdb.fortran/short-circuit-argument-list.f90: Record function
2508 calls.
2509
01abb042
AH
25102019-02-28 Alan Hayward <alan.hayward@arm.com>
2511
c3734e09
AH
2512 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2513 failure.
01abb042 2514
92137da0
RO
25152019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2516
2517 PR gdb/8527
2518 * gdb.base/interrupt-daemon-attach.c,
2519 gdb.base/interrupt-daemon-attach.exp: New test.
2520
5862844d
PA
25212019-02-27 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/page.exp: Add tests for "set width/height -1".
2524
8ed25214
PA
25252019-02-27 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.base/page.exp: Add tests for "set/show width/height" with
2528 "infinite" values.
2529
6c28e44a
TT
25302019-02-27 Tom Tromey <tromey@adacore.com>
2531
2532 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2533 2.4.
2534 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2535 workaround.
2536
bf9a735e
AB
25372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2540 tests for structs with static members.
2541
8791793c
TT
25422019-02-26 Tom Tromey <tromey@adacore.com>
2543
2544 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2545 ValueError, not TypeError.
2546
bc2a507e
KB
25472019-02-26 Kevin Buettner <kevinb@redhat.com>
2548
2549 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2550 call from main program.
2551
e0e7d3bd
JB
25522019-02-23 Joel Brobecker <brobecker@adacore.com>
2553
2554 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2555 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2556 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2557 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2558 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2559
9600246d
KS
25602019-02-22 Keith Seitz <keiths@redhat.com>
2561
2562 PR symtab/23853
2563 * gdb.base/symlink-sourcefile.c: New file.
2564 * gdb.base/symlink-sourcefile.exp: New file.
2565
0c95f9ed
TT
25662019-02-20 Tom Tromey <tom@tromey.com>
2567
2568 * gdb.base/info_qt.exp: Update.
2569
6caa91b6
SM
25702019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2571
2572 * gdb.base/source.exp: Move "error in sourced script" code to
2573 the end.
2574 * gdb.base/source-error.gdb: Move contents to
2575 source-error-1.gdb. Add new code to source source-error-1.gdb.
2576 * gdb.base/source-error-1.gdb: New file, from previous
2577 source-error.gdb.
2578
6506371f
TT
25792019-02-17 Tom Tromey <tom@tromey.com>
2580
2581 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2582 for macro styling.
2583 * gdb.base/style.c (SOME_MACRO): New macro.
2584
a0087920
TT
25852019-02-17 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.base/style.exp: Add line-wrapping tests.
2588 * gdb.base/page.exp: Add test for quitting during pagination.
2589
a2cd4f14
JB
25902019-02-17 Joel Brobecker <brobecker@adacore.com>
2591
2592 * gdb.ada/big_packed_array: New testcase.
2593 * gdb.ada/homonym.exp: Fix incorrect expected output for
2594 "break <homonym__get_value>" test.
2595
9d70ffbc
WP
25962019-02-13 Weimin Pan <weimin.pan@oracle.com>
2597
2598 PR breakpoints/21870
2599 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2600 and prepare_for_testing. Add comment.
2601 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2602 redundant cleanup call. Clean up comment.
2603
01c7ae81
WP
26042019-02-12 Weimin Pan <weimin.pan@oracle.com>
2605
2606 PR breakpoints/21870
2607 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2608 * gdb.arch/aarch64-dbreg-contents.c: New file.
2609
aff29d1c
JB
26102019-02-10 Joel Brobecker <brobecker@adacore.com>
2611
2612 * gdb.ada/mi_ref_changeable: New testcase.
2613
df0da8a2
AH
26142019-02-07 Alan Hayward <alan.hayward@arm.com>
2615
2616 * gdb.base/attach.exp: Add double attach test.
2617
bd447abb
SM
26182019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2619
2620 * lib/gdb.exp (default_gdb_start): Don't match pagination
2621 prompt.
2622 (gdb_init): Set stty_init.
2623
1dbc40b9
TT
26242019-01-27 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2627 skip_python_tests.
2628
353229bf
AH
26292019-01-24 Alan Hayward <alan.hayward@arm.com>
2630
2631 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2632 New structure.
2633 (struct struct_static_02_02): Likewise.
2634 (struct struct_static_02_03): Likewise.
2635 (struct struct_static_02_04): Likewise.
2636 (struct struct_static_04_01): Likewise.
2637 (struct struct_static_04_02): Likewise.
2638 (struct struct_static_04_03): Likewise.
2639 (struct struct_static_04_04): Likewise.
2640 (struct struct_static_06_01): Likewise.
2641 (struct struct_static_06_02): Likewise.
2642 (struct struct_static_06_03): Likewise.
2643 (struct struct_static_06_04): Likewise.
2644 (cmp_struct_static_02_01): Likewise.
2645 (cmp_struct_static_02_02): Likewise.
2646 (cmp_struct_static_02_03): Likewise.
2647 (cmp_struct_static_02_04): Likewise.
2648 (cmp_struct_static_04_01): Likewise.
2649 (cmp_struct_static_04_02): Likewise.
2650 (cmp_struct_static_04_03): Likewise.
2651 (cmp_struct_static_04_04): Likewise.
2652 (cmp_struct_static_06_01): Likewise.
2653 (cmp_struct_static_06_02): Likewise.
2654 (cmp_struct_static_06_03): Likewise.
2655 (cmp_struct_static_06_04): Likewise.
2656 (call_all): Test new structs.
2657 * gdb.base/infcall-nested-structs.exp: Likewise.
2658
73021deb
AH
26592019-01-21 Alan Hayward <alan.hayward@arm.com>
2660 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2661
fc65c7db
AH
26622019-01-21 Alan Hayward <alan.hayward@arm.com>
2663 * gdb.base/stack-protector.c: New test.
2664 * gdb.base/stack-protector.exp: New file.
2665 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2666 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2667 option.
2668 (gdb_compile): Remove stack protector for GCC and prevent
2669 recursion.
2670
c24bdb02
KS
26712019-01-16 Keith Seitz <keiths@redhat.com>
2672
2673 PR gdb/23773
2674 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2675
6f072a10
PFC
26762019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2677
2678 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2679 aliases.
2680 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2681 tests.
2682 * gdb.arch/powerpc-vector-regs.c: New file.
2683 * gdb.arch/powerpc-vector-regs.exp: New file.
2684
a7b8d682
PFC
26852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2686
2687 * gdb.arch/altivec-regs.exp: Fix the list passed to
2688 gdb_expect_list when testing "info vector".
2689
6eb6fb67
AB
26902019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.base/style.exp: Don't include path in testname.
2693
b56f80d8
KS
26942019-01-10 Keith Seitz <keiths@redhat.com>
2695
2696 PR gdb/23712
2697 PR symtab/23010
2698 * gdb.dwarf2/multidictionary.exp: New file.
2699
041be526
SM
27002019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2701
2702 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2703 (test_gnuv3_style_demangling): ... this.
2704 (test_lucid_style_demangling): Remove.
2705 (test_arm_style_demangling): Remove.
2706 (test_hp_style_demangling): Remove.
2707 (do_tests): Remove calls to the above.
2708
d820d0c3
AB
27092019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2712 case.
2713
f097f5ad
TT
27142019-01-06 Tom Tromey <tom@tromey.com>
2715
2716 PR gdb/28155:
2717 * gdb.dwarf2/typedef-void-finish.exp: New file.
2718
2cd8cc0b
TT
27192018-12-28 Tom Tromey <tom@tromey.com>
2720 Simon Marchi <simark@simark.ca>
2721
2722 * gdb.base/jit-exec.exp: New file.
2723 * gdb.base/jit-exec.c: New file.
2724 * gdb.base/jit-execd.c: New file.
2725
35fb8261
TT
27262018-12-28 Tom Tromey <tom@tromey.com>
2727
2728 * gdb.base/style.exp: Update test to check for address styling.
2729
47fd17cd
TT
27302018-12-28 Tom Tromey <tom@tromey.com>
2731
2732 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2733 message.
2734
d47032b7
TT
27352018-12-28 Tom Tromey <tom@tromey.com>
2736
2737 * gdb.base/style.exp: Add test for version number styling.
2738
af79b68d
TT
27392018-12-28 Tom Tromey <tom@tromey.com>
2740
2741 * gdb.base/style.exp: Add test for print_address_symbolic.
2742
0bb296cb
TT
27432018-12-28 Tom Tromey <tom@tromey.com>
2744
2745 * gdb.base/style.exp: Add test for breakpoint setting.
2746
80ae2043
TT
27472018-12-28 Tom Tromey <tom@tromey.com>
2748
2749 * gdb.base/style.exp: Add test for variable names.
2750
cbe56571
TT
27512018-12-28 Tom Tromey <tom@tromey.com>
2752
2753 * gdb.base/style.exp: New file.
2754 * gdb.base/style.c: New file.
2755
9162a27c
TT
27562018-12-28 Tom Tromey <tom@tromey.com>
2757
2758 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2759 "dumb".
2760 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2761 the TERM environment variable.
2762
bc543c90
TT
27632018-12-27 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2766 pagination test.
2767
6f0ffe50
AB
27682018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2769
2770 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2771 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2772
b5a1e557
PW
27732018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2774
2775 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2776 Filename a.adb changed to bp_fun_addr.adb.
2777 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2778
6e8b1ab2
JV
27792018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2780
2781 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2782 non-PIE executables.
2783 * README: Mention the gdb,nopie_flag board setting.
2784 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2785 non-PIE executable.
2786 * gdb.arch/amd64-entry-value.exp: Likewise.
2787 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2788 * gdb.arch/i386-float.exp: Likewise.
2789 * gdb.arch/i386-signal.exp: Likewise.
2790 * gdb.mi/mi-reg-undefined.exp: Likewise.
2791
d00a27c5
PM
27922018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2793
2794 PR gdb/23974
2795 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2796
161d081c
PW
27972018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2798
2799 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2800 Update order of results accordingly.
2801
b001de23
AB
28022018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.base/annota1.exp: Update a test regexp.
2805
99e1a184
AB
28062018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2809
7a81c1e2
PW
28102018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2811
2812 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2813 (reuse_time): Initialize to REUSE_TIME_CAP.
2814 (check_rc): New function.
2815 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2816 Check pthread_create rc.
2817 (spawner_thread_func): Check pthread_create and pthread_join rc.
2818
73e8dc90
PA
28192018-12-08 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.base/list.exp (test_forward_search): Rename to ...
2822 (test_forward_reverse_search): ... this. Also test reverse-search
2823 and the forward-search alias.
2824
13f2ed32
AB
28252018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2828 local timeout variable before return, and remove all local timeout
2829 variable entirely.
2830 (gdb_load): Likewise.
2831
64d27cfc
TV
28322018-12-01 Tom de Vries <tdevries@suse.de>
2833
2834 * gdb.base/gdb-caching-proc.exp: New file.
2835
f63c03b4
SDJ
28362018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2837
2838 * Makefile.in (TIMESTAMP): New variable.
2839 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2840 command.
2841 (check-single-racy): Likewise.
2842 (check/%.exp): Likewise.
2843 (check-racy/%.exp): Likewise.
2844 (workers/%.worker): Likewise.
2845 (build-perf): Likewise.
2846 (check-perf): Likewise.
2847 * README: Describe new "TS" and "TS_FORMAT" variables.
2848 * print-ts.py: New file.
2849
1c97054b
BF
28502018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2851
2852 PR python/23714
2853 * gdb.python/python.exp: Test command repetition after
2854 gdb.execute.
2855
1871a62d
AB
28562018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2859 is correctly aligned.
2860
fb5e1ed9
PW
28612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2862
2863 * gdb.ada/info_auto_lang.exp: New testcase.
2864 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2865 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2866 * gdb.ada/info_auto_lang/some_c.c: New file.
2867
43d397ca
PW
28682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2869
2870 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2871 FUNC_lang language syntax.
2872
beddd671
PW
28732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2874
2875 * gdb.base/info_minsym.c: New file.
2876 * gdb.base/info_minsym.exp: New file.
2877
73fc52c4
TT
28782018-11-19 Tom Tromey <tom@tromey.com>
2879
2880 PR rust/23625:
2881 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2882 * gdb.rust/expr.exp: Update expected output. Change one test.
2883
994b876a
TT
28842018-11-19 Tom Tromey <tom@tromey.com>
2885
2886 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2887
6769f276
PA
28882018-11-19 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2891 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2892 see the expected warning.
2893
38a72da0
AH
28942018-11-16 Alan Hayward <alan.hayward@arm.com>
2895
2896 PR gdb/22736:
2897 * gdb.cp/infcall-nodebug-lib.c: New test.
2898 * gdb.cp/infcall-nodebug-main.c: New test.
2899 * gdb.cp/infcall-nodebug.exp: New file.
2900
53a89d6e
SM
29012018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2902
2903 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2904 completer tests.
2905
9325300d
TV
29062018-11-09 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.base/msym-lang.c: New test.
2909 * gdb.base/msym-lang.exp: New file.
2910 * gdb.base/msym-lang-main.c: New test.
2911
20f0d60d
TT
29122018-11-08 Tom Tromey <tom@tromey.com>
2913
2914 PR gdb/23555:
2915 PR gdb/23838:
2916 * gdb.base/warning.exp: New file.
2917
b5420128
JB
29182018-11-08 Jan Beulich <jbeulich@suse.com>
2919
2920 * testsuite/gdb.arch/i386-avx512.c,
2921 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2922
cd115d61
AB
29232018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2926 point hardware.
2927
35ee2dc2
AB
29282018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2931 * gdb.dwarf2/missing-type-name.exp: New file.
2932
31aceee8
TV
29332018-11-06 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.base/many-headers.c: New test.
2936 * gdb.base/many-headers.exp: New file.
2937
109be305
JW
29382018-11-06 Jim Wilson <jimw@sifive.com>
2939
2940 * gdb.base/code_elim.exp: For riscv, set additional_flags
2941 to include -msmall-data-limit=0.
2942
e2b7af72
JB
29432018-11-01 Joel Brobecker <brobecker@adacore.com>
2944
2945 * gdb.ada/watch_minus_l: New testcase.
2946
cdcda965
SM
29472018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2948
2949 * gdb.arch/aix-sighandle.c: New file.
2950 * gdb.arch/aix-sighandle.exp: New file.
2951
92dcebf3
AB
29522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2955 registers being unions.
2956
68b9ac18
TV
29572018-10-31 Tom de Vries <tdevries@suse.de>
2958
2959 * lib/valgrind.exp: New file.
2960 (vgdb_start, vgdb_stop): New procs, factored out of ...
2961 * gdb.base/valgrind-bt.exp: ... here, ...
2962 * gdb.base/valgrind-disp-step.exp: ... here and ...
2963 * gdb.base/valgrind-infcall.exp: ... here.
2964
1443936e
TV
29652018-10-31 Tom de Vries <tdevries@suse.de>
2966
2967 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2968
eb77c9df
AB
29692018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.dwarf2/void-type.c: New file.
2972 * gdb.dwarf2/void-type.exp: New file.
2973
82b5e646
PW
29742018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2975
2976 * gdb.base/info_qt.c: New file.
2977 * gdb.base/info_qt.exp: New file.
2978
8d619c01
EBM
29792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2980
2981 * gdb.arch/powerpc-htm-regs.c: New file.
2982 * gdb.arch/powerpc-htm-regs.exp: New file.
2983
f2cf6173
EBM
29842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2985
2986 * gdb.arch/powerpc-tar.c: New file.
2987 * gdb.arch/powerpc-tar.exp: New file.
2988
7ca18ed6
EBM
29892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2990
2991 * gdb.arch/powerpc-ppr-dscr.c: New file.
2992 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2993
bfcc0eba
TV
29942018-10-25 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2997
fe1a5cad
TV
29982018-10-24 Tom de Vries <tdevries@suse.de>
2999
3000 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3001 longer exists error.
3002
a76dc3b7
TV
30032018-10-24 Tom de Vries <tdevries@suse.de>
3004
3005 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3006
4df46df7
TV
30072018-10-24 Tom de Vries <tdevries@suse.de>
3008
3009 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3010 --db-attach in valgrind.
3011
0dbfcfff
AB
30122018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.arch/riscv-reg-aliases.c: New file.
3015 * gdb.arch/riscv-reg-aliases.exp: New file.
3016
b04480b1
AH
30172018-10-19 Alan Hayward <alan.hayward@arm.com>
3018
3019 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3020
2c6ac8d7
AH
30212018-10-19 Alan Hayward <alan.hayward@arm.com>
3022
3023 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3024
2bc69f25
AH
30252018-10-19 Alan Hayward <alan.hayward@arm.com>
3026
3027 * gdb.cp/ovldbreak.exp: Fix regexps.
3028
1f1ae3a3
AH
30292018-10-19 Alan Hayward <alan.hayward@arm.com>
3030
3031 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3032
94c18618
SDJ
30332018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3034
3035 PR cli/23785
3036 * gdb.base/restore.exp: New test to check if "restore" with an
3037 invalid file doesn't segfault.
3038
812cd6eb
TV
30392018-10-18 Tom de Vries <tdevries@suse.de>
3040
3041 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3042 * gdb.ada/excep_handle.exp: Same.
3043 * gdb.ada/mi_string_access.exp: Same.
3044 * gdb.ada/mi_var_union.exp: Same.
3045 * gdb.arch/arc-analyze-prologue.exp: Same.
3046 * gdb.arch/arc-decode-insn.exp: Same.
3047 * gdb.base/readnever.exp: Same.
3048 * gdb.fortran/printing-types.exp: Same.
3049 * gdb.guile/scm-lazy-string.exp: Same.
3050
c4b90788
TV
30512018-10-16 Tom de Vries <tdevries@suse.de>
3052
3053 PR gdb/23730
3054 * gdb.base/catch-follow-exec.c: Add copyright notice.
3055 * gdb.base/catch-follow-exec.exp: Rewrite to use
3056 gdb_spawn_with_cmdline_opts. Require gdb-native.
3057
8bca2978
SL
30582018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3059
3060 * gdb.trace/actions-changed.exp: Check for arch support.
3061 * gdb.trace/actions.exp: Likewise.
3062 * gdb.trace/ax.exp: Likewise.
3063 * gdb.trace/backtrace.exp: Likewise.
3064 * gdb.trace/change-loc.exp: Likewise.
3065 * gdb.trace/deltrace.exp: Likewise.
3066 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3067 * gdb.trace/ftrace.exp: Likewise.
3068 * gdb.trace/infotrace.exp: Check for arch support.
3069 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3070 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3071 * gdb.trace/mi-tsv-changed.exp: Likewise.
3072 * gdb.trace/packetlen.exp: Likewise.
3073 * gdb.trace/passc-dyn.exp: Likewise.
3074 * gdb.trace/passcount.exp: Likewise.
3075 * gdb.trace/pending.exp: Likewise.
3076 * gdb.trace/range-stepping.exp: Check for shlib support.
3077 * gdb.trace/report.exp: Check for arch support.
3078 * gdb.trace/save-trace.exp: Likewise.
3079 * gdb.trace/signal.exp: Check for signal support.
3080 * gdb.trace/tfind.exp: Check for arch support.
3081 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3082 * gdb.trace/trace-common.h: Add comment.
3083 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3084 * gdb.trace/trace-enable-disable.exp: Likewise.
3085 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3086 * gdb.trace/tracecmd.exp: Check for arch support.
3087 * gdb.trace/tspeed.exp: Check for shlib and target support.
3088 * gdb.trace/tstatus.exp: Check for arch support.
3089 * gdb.trace/tsv.exp: Likewise.
3090 * gdb.trace/while-dyn.exp: Likewise.
3091 * gdb.trace/while-stepping.exp: Likewise.
3092 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3093
f9c49bff
SM
30942018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3095
3096 * gdb.trace/tspeed.exp: Remove nowarnings.
3097 (prepare_for_trace_test): Declare "global ipalib".
3098 * gdb.trace/tspeed.c: Include unistd.h.
3099 (main): Remove superfluous printf argument.
3100
d4330bde
SL
31012018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3102
3103 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3104 directory prefix on the filename.
3105
8ecfd7bd
SDJ
31062018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3107
3108 * gdb.gdb/unittest.exp: Update expected message informing that
3109 selftests have been disabled.
3110 * gdb.server/unittest.exp: Likewise.
3111
58bbcd02
TV
31122018-10-09 Tom de Vries <tdevries@suse.de>
3113
3114 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3115 with runto_main.
3116
9f6b697b
WP
31172018-10-08 Weimin Pan <weimin.pan@oracle.com>
3118
3119 PR c++/16841
3120 * gdb.cp/virtbase2.cc: New file.
3121 * gdb.cp/virtbase2.exp: New file.
3122
add5ded5
TT
31232018-10-06 Tom Tromey <tom@tromey.com>
3124
3125 PR python/19399:
3126 * gdb.python/py-inferior.exp: Add architecture test.
3127
f9e48344
TT
31282018-10-06 Tom Tromey <tom@tromey.com>
3129
3130 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3131 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3132
2a8be203
TT
31332018-10-06 Tom Tromey <tom@tromey.com>
3134
3135 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3136 of a "throw" catchpoint.
3137
e04caa70
SDJ
31382018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3139
3140 * gdb.base/info-proc.exp: Update string expected from "help info
3141 proc".
3142
5ca8c39f
TT
31432018-10-04 Tom Tromey <tom@tromey.com>
3144
3145 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3146 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3147 (test_initial_complaints, test_empty_complaints): Update.
3148 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3149
3453e7e4
TT
31502018-10-04 Tom Tromey <tom@tromey.com>
3151
3152 PR cli/19551:
3153 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3154 * lib/gdb.exp (gdb_file_cmd): Update.
3155 * gdb.stabs/weird.exp (print_weird_var): Update.
3156 * gdb.server/solib-list.exp: Update.
3157 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3158 * gdb.mi/mi-cli.exp: Update.
3159 * gdb.linespec/linespec.exp: Update.
3160 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3161 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3162 * gdb.cp/cp-relocate.exp: Update.
3163 * gdb.base/sym-file.exp: Update.
3164 * gdb.base/relocate.exp: Update.
3165 * gdb.base/readnever.exp: Update.
3166 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3167 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3168 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3169 * gdb.base/code_elim.exp: Update.
3170 * gdb.base/break-unload-file.exp (test_break): Update.
3171 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3172 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3173 Update.
3174 * gdb.base/attach.exp (do_attach_tests): Update.
3175 * gdb.base/sepdebug.exp: Update.
3176 * gdb.python/py-section-script.exp: Update.
3177
6afcf761
TT
31782018-10-04 Tom Tromey <tom@tromey.com>
3179
3180 PR cli/22234:
3181 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3182 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3183 output.
3184
fef1b293
TT
31852018-10-04 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3188 set width and height to 0.
3189 (test_command_line_attach_run): Use -quiet.
3190
ca98345e
SL
31912018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3192
3193 * lib/gdb.exp (skip_ifunc_tests): New.
3194 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3195 other compile failures.
3196 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3197
ff34e6ae
SM
31982018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3201 is_amd64_regs_target.
3202
6bb8890e
AH
32032018-10-01 Alan Hayward <alan.hayward@arm.com>
3204
3205 * gdb.arch/aarch64-sighandler-regs.c: New test.
3206 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3207 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3208
224d30d3
MM
32092018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3210
3211 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3212 assembly.
3213
f67ffa6a
AB
32142018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * gdb.base/frame-selection.exp: New file.
3217 * gdb.base/frame-selection.c: New file.
3218
9fc3183f
AH
32192018-09-27 Alan Hayward <alan.hayward@arm.com>
3220
3221 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3222 pthread barrier.
3223 (main): Likewise.
3224
d354055e
AB
32252018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3226
3227 * gdb.base/large-frame-1.c: New file.
3228 * gdb.base/large-frame-2.c: New file.
3229 * gdb.base/large-frame.exp: New file.
3230 * gdb.base/large-frame.h: New file.
3231
db727370
JL
32322018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3233
3234 PR gdb/20948
3235 * gdb.base/write_mem.exp: New test.
3236 * gdb.base/write_mem.c: Likewise.
3237
ae778caf
TT
32382018-09-23 Tom Tromey <tom@tromey.com>
3239
3240 PR python/18852:
3241 * gdb.python/py-parameter.exp: Add test for parameter that throws
3242 on "set".
3243
fd3ba736
TT
32442018-09-23 Tom Tromey <tom@tromey.com>
3245
3246 PR python/17284:
3247 * gdb.python/py-template.exp (test_template_arg): Add test for
3248 negative template argument number.
3249
39a24317
TT
32502018-09-23 Tom Tromey <tom@tromey.com>
3251
3252 PR python/14062:
3253 * gdb.python/python.exp: Add test for post_event error.
3254
f5769a2c
TT
32552018-09-23 Tom Tromey <tom@tromey.com>
3256
3257 PR python/18170:
3258 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3259 convert pointers to int and long.
3260
1c1e54f6
TT
32612018-09-23 Tom Tromey <tom@tromey.com>
3262
3263 PR python/20126:
3264 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3265 signed-ness conversion tests.
3266
fb4fa946
TT
32672018-09-23 Tom Tromey <tom@tromey.com>
3268
3269 PR python/18352;
3270 * gdb.python/py-value.exp (test_float_conversion): New proc.
3271 Use it.
3272
a466edac
HAQ
32732018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3274
3275 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3276
4ee9b0c5
SL
32772018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3278
3279 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3280 no readline.
3281 * gdb.base/utf8-identifiers.exp: Likewise.
3282 * gdb.cp/cpcompletion.exp: Likewise.
3283 * gdb.linespec/cpcompletion.exp: Likewise.
3284 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3285 * gdb.linespec/cpls-ops.exp: Likewise.
3286
23be8da7
RB
32872018-09-19 Richard Bunt <richard.bunt@arm.com>
3288 Chris January <chris.january@arm.com>
3289
3290 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3291 * gdb.fortran/short-circuit-argument-list.exp: New file.
3292 * gdb.fortran/short-circuit-argument-list.f90: New test.
3293
5031d0ae
SDJ
32942018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3295
3296 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3297 "arch=" keyword when executing "-stack-list-frames".
3298
b4c0d1a4
SDJ
32992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3300
3301 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3302 "arch=" keyword when executing "-stack-list-frames".
3303
7a6d2b45
SDJ
33042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3305
3306 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3307 break ada".
3308
8588b356
SM
33092018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3310
3311 PR python/23669
3312 * gdb.python/python.exp: Test gdb.execute("show commands").
3313
65e65158
TT
33142018-09-16 Tom Tromey <tom@tromey.com>
3315
3316 * gdb.base/new-ui.exp (do_execution_tests): Update.
3317 * gdb.base/dbx.exp (test_breakpoints): Update.
3318
bf326452
AH
33192018-09-14 Alan Hayward <alan.hayward@arm.com>
3320
3321 * lib/gdb.exp (gdb_simple_compile): Add proc.
3322 (is_elf_target): Use gdb_simple_compile.
3323 (skip_altivec_tests): Likewise.
3324 (skip_vsx_tests): Likewise.
3325 (skip_tsx_tests): Likewise.
3326 (skip_btrace_tests): Likewise.
3327 (skip_btrace_pt_tests): Likewise.
3328 (gdb_can_simple_compile): Likewise.
3329 (gdb_has_argv0): Likewise.
3330 (gdb_target_symbol_prefix): Likewise.
3331 (target_supports_scheduler_locking): Likewise.
3332
2361b0fb
TT
33332018-09-13 Tom Tromey <tom@tromey.com>
3334
3335 * Makefile.in (TAGS): Recognize proc_with_prefix and
3336 gdb_caching_proc.
3337
0ae1a321
SM
33382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3339
3340 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3341 method.
3342
a40bf0c2
SM
33432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3344
3345 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3346 and a few other Inferior properties when the Inferior is no
3347 longer valid.
3348
4a3fe98f
TT
33492018-09-13 Tom Tromey <tom@tromey.com>
3350
3351 PR rust/23650:
3352 * gdb.rust/simple.exp: Add test for enum field access error.
3353
098b2108
TT
33542018-09-13 Tom Tromey <tom@tromey.com>
3355
3356 PR rust/23626:
3357 * gdb.rust/simple.rs (EmptyEnum): New type.
3358 (main): Use it.
3359 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3360
1256af7d
SM
33612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3364 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3365 * gdb.python/py-symtab.exp: Update test printing an objfile.
3366
4aa8e6c2
SM
33672018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3370 object.
3371
c221b2f7
AH
33722018-09-12 Alan Hayward <alan.hayward@arm.com>
3373
3374 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3375 (support_complex_tests): Use gdb_can_simple_compile.
3376 (is_ilp32_target): Likewise.
3377 (is_lp64_target): Likewise.
3378 (is_64_target): Likewise.
3379 (is_amd64_regs_target): Likewise.
3380 (is_aarch32_target): Likewise.
3381 (gdb_int128_helper): Likewise.
3382
6f1107b5
JK
33832018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3386
1f5d1570
JG
33872018-09-10 Jerome Guitton <guitton@adacore.com>
3388
3389 * gdb.ada/same_component_name: Add test for case of tagged record
3390 with variable-length fields.
3391
cc330e39
XR
33922018-09-10 Xavier Roirand <roirand@adacore.com>
3393
3394 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3395 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3396 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3397 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3398
b9c50e9a
XR
33992018-09-10 Xavier Roirand <roirand@adacore.com>
3400
3401 * gdb.ada/mi_string_access.exp: New testcase.
3402 * gdb.ada/mi_string_access/bar.adb: New file.
3403 * gdb.ada/mi_string_access/pck.adb: New file.
3404 * gdb.ada/mi_string_access/pck.asd: New file.
3405
2963898f
XR
34062018-09-10 Xavier Roirand <roirand@adacore.com>
3407
3408 * gdb.ada/mi_var_union.exp: New testcase.
3409 * gdb.ada/mi_var_union/bar.adb: New file.
3410 * gdb.ada/mi_var_union/pck.adb: New file.
3411 * gdb.ada/mi_var_union/pck.asd: New file.
3412
1aac008f
TT
34132018-09-08 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3416
332cf4c9
TT
34172018-09-08 Tom Tromey <tom@tromey.com>
3418
3419 PR python/16047:
3420 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3421 (register_pretty_printers): Register new printer.
3422 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3423 test.
3424 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3425 (an_int_type3): New global.
3426
424da6cf
JB
34272018-09-08 Joel Brobecker <brobecker@adacore.com>
3428
3429 * gdb.ada/expr_with_funcall: New testcase.
3430
2a62dfa9
JB
34312018-09-08 Joel Brobecker <brobecker@adacore.com>
3432
3433 * gdb.ada/packed_array_assign: New testcase.
3434
96b6697f
AB
34352018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3436
3437 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3438 names, and add test prefixes to make test names unique.
3439
e4a62c65
TV
34402018-09-05 Tom de Vries <tdevries@suse.de>
3441
3442 * gdb.dwarf2/varval.exp: Add test.
3443
dd083ee2
GB
34442018-09-04 Gary Benson <gbenson@redhat.com>
3445
3446 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3447 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3448
aef9346c
TT
34492018-08-31 Tom Tromey <tom@tromey.com>
3450
3451 * gdb.rust/simple.rs: Rename second variable "v".
3452
c67f2e15
AB
34532018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.base/funcargs.c (use_a): New function.
3456 (recurse): Call use_a.
3457
078a0207
KS
34582018-08-29 Keith Seitz <keiths@redhat.com>
3459
3460 * gdb.compile/compile-cplus-anonymous.cc: New file.
3461 * gdb.compile/compile-cplus-anonymous.exp: New file.
3462 * gdb.compile/compile-cplus-array-decay.cc: New file.
3463 * gdb.compile/compile-cplus-array-decay.exp: New file.
3464 * gdb.compile/compile-cplus-inherit.cc: New file.
3465 * gdb.compile/compile-cplus-inherit.exp: New file.
3466 * gdb.compile/compile-cplus-member.cc: New file.
3467 * gdb.compile/compile-cplus-member.exp: New file.
3468 * gdb.compile/compile-cplus-method.cc: New file.
3469 * gdb.compile/compile-cplus-method.exp: New file.
3470 * gdb.compile/compile-cplus-mod.c: "New" file.
3471 * gdb.compile/compile-cplus-namespace.cc: New file.
3472 * gdb.compile/compile-cplus-namespace.exp: New file.
3473 * gdb.compile/compile-cplus-nested.cc: New file.
3474 * gdb.compile/compile-cplus-nested.exp: New file.
3475 * gdb.compile/compile-cplus-print.c: "New" file.
3476 * gdb.compile/compile-cplus-print.exp: "New" file.
3477 * gdb.compile/compile-cplus-virtual.cc: New file.
3478 * gdb.compile/compile-cplus-virtual.exp: New file.
3479 * gdb.compile/compile-cplus.c: "New" file.
3480 * gdb.compile/compile-cplus.exp: "New" file.
3481 * lib/compile-support.exp: New file.
3482
b0f492b9
GB
34832018-08-16 Gary Benson <gbenson@redhat.com>
3484
3485 PR gdb/13000:
3486 * gdb.base/batch-exit-status.exp: New file.
3487 * gdb.base/batch-exit-status.good-commands: Likewise.
3488 * gdb.base/batch-exit-status.bad-commands: Likewise.
3489
36eb4c5f
AH
34902018-08-29 Alan Hayward <alan.hayward@arm.com>
3491
3492 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3493 (struct struct02): Likewise.
3494 (struct struct03): Likewise.
3495 (struct struct04): Likewise.
3496 (struct struct_01_01): New struct.
3497 (struct struct_01_02): Likewise.
3498 (struct struct_01_03): Likewise.
3499 (struct struct_01_04): Likewise.
3500 (struct struct_02_01): Likewise.
3501 (struct struct_02_02): Likewise.
3502 (struct struct_02_03): Likewise.
3503 (struct struct_02_04): Likewise.
3504 (struct struct_04_01): Likewise.
3505 (struct struct_04_02): Likewise.
3506 (struct struct_04_03): Likewise.
3507 (struct struct_04_04): Likewise.
3508 (struct struct_05_01): Likewise.
3509 (struct struct_05_02): Likewise.
3510 (struct struct_05_03): Likewise.
3511 (struct struct_05_04): Likewise.
3512 (cmp_struct01): Remove function.
3513 (cmp_struct02): Likewise.
3514 (cmp_struct03): Likewise.
3515 (cmp_struct04): Likewise.
3516 (cmp_struct_01_01): Add Function.
3517 (cmp_struct_01_02): Likewise.
3518 (cmp_struct_01_03): Likewise.
3519 (cmp_struct_01_04): Likewise.
3520 (cmp_struct_02_01): Likewise.
3521 (cmp_struct_02_02): Likewise.
3522 (cmp_struct_02_03): Likewise.
3523 (cmp_struct_02_04): Likewise.
3524 (cmp_struct_04_01): Likewise.
3525 (cmp_struct_04_02): Likewise.
3526 (cmp_struct_04_03): Likewise.
3527 (cmp_struct_04_04): Likewise.
3528 (cmp_struct_05_01): Likewise.
3529 (cmp_struct_05_02): Likewise.
3530 (cmp_struct_05_03): Likewise.
3531 (cmp_struct_05_04): Likewise.
3532 (call_all): Add new structs.
3533 * gdb.base/infcall-nested-structs.exp: Likewise.
3534
3bf9c013
JV
35352018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3536
3537 * gdb.python/py-framefilter-mi.exp: Update regexp to
3538 check for "arch" field in frame output.
3539
450d1e88
KB
35402018-08-23 Kevin Buettner <kevinb@redhat.com>
3541
3542 * gdb.dwarf2/dw2-ranges-func.c: New file.
3543 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3544
ae739fe7
SM
35452018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3546
3547 * gdb.base/term.exp: Compare terminal settings with values from
3548 the inferior.
3549 * gdb.base/term.c: Get and set terminal settings.
3550
6d52907e
JV
35512018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3552
3553 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3554 accommodate new "arch" field in frame output.
3555 * gdb.mi/mi-return.exp: Likewise.
3556 * gdb.mi/mi-stack.exp: Likewise.
3557 * gdb.mi/mi-syn-frame.exp: Likewise.
3558 * gdb.mi/user-selected-context-sync.exp: Likewise.
3559
be2d111a
MS
35602018-08-19 Michael Spang <spang@google.com>
3561
3562 PR gdb/11786
3563 * gdb.base/gcore-tls-pie.c: New file.
3564 * gdb.base/gcore-tls-pie.exp: New file.
3565
ae3a7c47
KB
35662018-08-18 Kevin Buettner <kevinb@redhat.com>
3567
3568 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3569 * gdb.dwarf2/varval.c: New file.
3570 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3571
2ecae92e
AH
35722018-08-17 Alan Hayward <alan.hayward@arm.com>
3573
3574 PR gdb/18931
3575 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3576
c1854f1d
KS
35772018-08-16 Keith Seitz <keiths@redhat.com>
3578
3579 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3580 tests expected to pass.
3581
26fb3983
JV
35822018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3583
3584 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3585 -data-disassemble -a.
3586 (test_disassembly_bogus_args): Likewise.
3587
67943c00
AB
35882018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3591
5ff2bbae
AB
35922018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * gdb.base/vla-optimized-out.exp: Add new test.
3595
e5bbcd0f
AB
35962018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3597
3598 * gdb.base/vla-optimized-out-o3.exp: Delete.
3599 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3600 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3601 deleted tests.
3602
9d4a934c
AB
36032018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 PR gdb/18050:
3606 * gdb.server/extended-remote-restart.c: New file.
3607 * gdb.server/extended-remote-restart.exp: New file.
3608
045cf012
SM
36092018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3610
3611 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3612 "set variable index = 42".
3613
87d6a7aa
SM
36142018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 * boards/index-cache-gdb.exp: New file.
3617 * gdb.dwarf2/index-cache.exp: New file.
3618 * gdb.dwarf2/index-cache.c: New file.
3619 * gdb.base/maint.exp: Check if we are using the index cache.
3620
96d68bd4
RO
36212018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3622
3623 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3624 MAKEFLAGS.
3625
5a699617
RO
36262018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3627
3628 * dg-extract-results.sh: Move to toplevel contrib.
3629 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3630 * Makefile.in (check-parallel-racy): Likewise.
3631
5bd18990
AB
36322018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3635 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3636 tests if the target supports scheduler locking.
3637
3fbbcf47
TV
36382018-08-04 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3641
3e1d3d8c
TT
36422018-08-02 Tom Tromey <tom@tromey.com>
3643
3644 PR symtab/16842.
3645 * gdb.cp/temargs.exp: Test "info address" of a template
3646 parameter.
3647
5abe0f0c
JV
36482018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3649
3650 * gdb.python/py-mi-var-info-path-expression.c: New file.
3651 * gdb.python/py-mi-var-info-path-expression.py: New file.
3652 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3653
fb66cde8
SDJ
36542018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3655
3656 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3657 error after "cannot resolve name" string.
3658
c708f4d2
AB
36592018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3662 started.
3663 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3664
37cc0cae
TV
36652018-07-28 Tom de Vries <tdevries@suse.de>
3666
3667 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3668
63b4ecf7
TV
36692018-07-26 Tom de Vries <tdevries@suse.de>
3670
3671 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3672
3c3bb058
AB
36732018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3674
3675 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3676 is visible.
3677
9e7f3bbb
TV
36782018-07-26 Tom de Vries <tdevries@suse.de>
3679
3680 PR breakpoints/23366
3681 * gdb.base/catch-follow-exec.c: New test.
3682 * gdb.base/catch-follow-exec.exp: New file.
3683
16f808ec
TV
36842018-07-25 Tom de Vries <tdevries@suse.de>
3685
3686 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3687 vla-optimized-out.c.
3688
d7154a8d
JV
36892018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3690
3691 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3692 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3693
232a0032
TV
36942018-07-20 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3697 NOCLONE macro.
3698 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3699
fbb1d502
TV
37002018-07-19 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3703 regular expression.
3704
42dc7699
TV
37052018-07-18 Tom de Vries <tdevries@suse.de>
3706
3707 * gdb.base/vla-optimized-out.c: New test.
3708 * gdb.base/vla-optimized-out.exp: New file.
3709
7f1f7e23
SDJ
37102018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3711
3712 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3713 message "No address associated with hostname" when gdbserver
3714 cannot resolve the hostname.
3715
5759ebb3
PW
37162018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3717
3718 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3719 Add some test prefixes to make tests unique.
3720
3606ccab
PW
37212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3722
3723 * gdb.base/frameapply.c: New file.
3724 * gdb.base/frameapply.exp: New file.
3725
529c08b2
PW
37262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3727
3728 * gdb.base/skip.exp: Update expected error message.
3729
c7ab0aef
SDJ
37302018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3731 Jan Kratochvil <jan.kratochvil@redhat.com>
3732 Paul Fertser <fercerpav@gmail.com>
3733 Tsutomu Seki <sekiriki@gmail.com>
3734
3735 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3736 parameter.
3737 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3738 by default.
3739 * boards/native-gdbserver.exp: Likewise.
3740 * gdb.server/run-without-local-binary.exp: Improve regexp used
3741 for detecting when a remote debugging connection succeeds.
3742 * gdb.server/server-connect.exp: New file.
3743 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3744 Do not prefix the port number with ":".
3745 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3746 support for detecting and using it. Add '$debughost_gdbserver'
3747 to the list of arguments used to start gdbserver. Handle case
3748 when gdbserver cannot resolve a network name.
3749
16ff70dd
SDJ
37502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3751
3752 PR c++/23373
3753 * gdb.base/ptype-offsets.cc (struct static_member): New
3754 struct.
3755 (main) <stmember>: New variable.
3756 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3757 with a static member in it.
3758
3541979f
AB
37592018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3762 watchpoints enabled and disabled.
3763
c8ad9b9a
AB
37642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3765
3766 * gdb.base/examine-backward.exp: Still run tests around address
3767 0x0, even if address 0x0 is not readable. Update the pattern for
3768 matching address 0x0 in expected output.
3769
e0e5e971
AB
37702018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3773 malloc/free.
3774
1ea5da02
TV
37752018-07-04 Tom de Vries <tdevries@suse.de>
3776
3777 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3778
471b9d15
MR
37792018-07-02 Maciej W. Rozycki <macro@mips.com>
3780
3781 PR tdep/8282
3782 * gdb.arch/mips-disassembler-options.exp: New test.
3783 * gdb.arch/mips-disassembler-options.s: New test source.
3784
75acb486
PA
37852018-06-29 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.threads/names.exp: Adjust expected "info threads" output.
3788
cd2bb709
PA
37892018-06-29 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.opt/inline-break.exp (line number, address): Add "info
3792 break" tests.
3793
991ff292
PA
37942018-06-29 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3797 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3798 number and address and running to them.
3799
356819b6 38002018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3801
3802 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3803
2512d7ef
JK
38042018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * lib/compiler.c: Remove executable permission flag.
3807
be1b6474
RB
38082018-06-28 Richard Bunt <richard.bunt@arm.com>
3809
3810 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3811 code.
3812 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3813
291f9a96
PT
38142018-06-28 Petr Tesarik <ptesarik@suse.cz>
3815
3816 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3817
ed6dfe51
PT
38182018-06-28 Petr Tesarik <ptesarik@suse.cz>
3819
3820 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3821 address argument is omitted.
3822
d4d429d5
PT
38232018-06-28 Petr Tesarik <ptesarik@suse.cz>
3824
3825 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3826
7ab6656f
OJ
38272018-06-27 Omair Javaid <omair.javaid@linaro.org>
3828
3829 PR gdb/21695
3830 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3831 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3832
a33ccfc7
TT
38332018-06-26 Tom Tromey <tom@tromey.com>
3834
3835 PR rust/22574:
3836 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3837 * gdb.rust/simple.rs (struct SimpleLayout): New.
3838
6d72d289
SM
38392018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3840
3841 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3842 "info registers" output.
3843
8363f9d5
RB
38442018-06-21 Richard Bunt <richard.bunt@arm.com>
3845
3846 * gdb.base/watchpoint-hw-attach.c: New test.
3847 * gdb.base/watchpoint-hw-attach.exp: New file.
3848
f00674fe
SM
38492018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3850
3851 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3852 through /bin/sh.
3853 * boards/dwarf4-gdb-index.exp: Likewise.
3854 * boards/fission-dwp.exp: Likewise.
3855
1d554008
UW
38562018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3857
3858 * gdb.base/float128.exp: Add comment and improved fail message
3859 to the failure case of "print large128" test.
3860
d0ac1c44
SM
38612018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3862
3863 * configure.ac: Remove AC_PREREQ.
3864 * configure: Re-generate.
3865
61b04dd0
PA
38662018-06-19 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3869 (func_extern_caller): New.
3870 (main): Call func_extern_caller.
3871 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3872 logic change.
3873
f63b508a
SM
38742018-06-18 Weimin Pan <weimin.pan@oracle.com>
3875
3876 PR gdb/16841
3877 * gdb.cp/typedef-base.cc: New file.
3878 * gdb.cp/typedef-base.exp: New file.
3879
0fe3a558
TV
38802018-06-18 Tom de Vries <tdevries@suse.de>
3881
3882 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3883
7010835a
AB
38842018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3885 Richard Bunt <Richard.Bunt@arm.com>
3886
3887 * gdb.threads/attach-slow-waitpid.c: New file.
3888 * gdb.threads/attach-slow-waitpid.exp: New file.
3889 * gdb.threads/slow-waitpid.c: New file.
3890
14897d65
PA
38912018-06-14 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/fork-running-state.c: Include <errno.h>.
3894 (exit_if_relative_exits): New.
3895 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3896 exits.
3897 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3898 child exits.
3899
5d9a0608
TV
39002018-06-14 Tom de Vries <tdevries@suse.de>
3901
3902 PR cli/22573
3903 * gdb.base/finish-pretty.c: New test.
3904 * gdb.base/finish-pretty.exp: New file.
3905
11ae5818
PA
39062018-06-14 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3909 gdb's expected startup output.
3910
1d39de44
PA
39112018-06-14 Pedro Alves <palves@redhat.com>
3912
3913 * lib/selftest-support.exp (selftest_setup): Remove inlined
3914 function handling.
3915
70ee0000
TV
39162018-06-14 Tom de Vries <tdevries@suse.de>
3917
3918 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3919 matching of breakpoint printing.
3920
11f4b608
TV
39212018-06-13 Tom de Vries <tdevries@suse.de>
3922
3923 PR testsuite/23269
3924 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3925 (fork_child): ... here, and ...
3926 (fork_parent): ... here.
3927
39282018-06-12 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3931
9516f85a
AB
39322018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3933 Stephen Roberts <stephen.roberts@arm.com>
3934
3935 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3936 rewrite test to describe action performed, rather than possible
3937 failure.
3938
5045b3d7
GB
39392018-06-08 Gary Benson <gbenson@redhat.com>
3940
3941 * gdb.threads/check-libthread-db.exp: New file.
3942 * gdb.threads/check-libthread-db.c: Likewise.
3943
c61b06a1
TT
39442018-06-05 Tom Tromey <tom@tromey.com>
3945
3946 * gdb.base/default.exp: Update expected "show version" output.
3947
eb6af809
TT
39482018-06-05 Tom Tromey <tom@tromey.com>
3949
3950 PR cli/12326:
3951 * gdb.cp/static-print-quit.exp: Update.
3952 * lib/gdb.exp (pagination_prompt): Update.
3953 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3954 * gdb.python/python.exp: Update.
3955
178d6a63
JB
39562018-06-04 Joel Brobecker <brobecker@adacore.com>
3957
3958 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3959
8e817061
JB
39602018-06-01 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.ada/bp_fun_addr: New testcase.
3963
e86ca25f
TT
39642018-06-01 Tom Tromey <tom@tromey.com>
3965
3966 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3967 results.
3968 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3969 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3970 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3971 * gdb.base/maint.exp (maint_pass_if): Update.
3972
4b2dfa9d
MR
39732018-05-31 Maciej W. Rozycki <macro@mips.com>
3974
3975 * gdb.base/endian.exp: New test.
3976 * gdb.base/endian.c: New test source.
3977
45f25d6c
AB
39782018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3979
3980 PR gdb/23203
3981 * gdb.base/bt-selected-frame.c: New file.
3982 * gdb.base/bt-selected-frame.exp: New file.
3983 * lib/gdb.exp (get_current_frame_number): New function.
3984
d9f6d7f8
MR
39852018-05-24 Maciej W. Rozycki <macro@mips.com>
3986 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.threads/tls-core.c: Include <stdlib.h>
3989 (thread_proc): Call `abort'.
3990 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3991 (tls_core_test): New procedure, bits factored out from ...
3992 (top level): ... here. Test both native cores and gcore cores.
3993
ff1cf532
TT
39942018-05-23 Tom Tromey <tom@tromey.com>
3995
3996 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3997
b98664d3
TT
39982018-05-23 Tom Tromey <tom@tromey.com>
3999
4000 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4001 symfile_complaints.
4002 (test_short_complaints): Likewise.
4003 (test_empty_complaints): Likewise.
4004 (test_initial_complaints): Update.
4005
4e9668d0
TT
40062018-05-23 Tom Tromey <tom@tromey.com>
4007
4008 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4009
43ba33c7
TT
40102018-05-23 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4013 (test_short_complaints): Update.
4014
035522c0
PA
40152018-05-22 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.base/remote.exp: Only gdb_start after compiling the
4018 testcase. Issue "disconnect" before testing "set remote" command
4019 defaults. Issue clean_restart before running to main.
4020
cc0be08f
PA
40212018-05-22 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.base/remote.exp: Adjust expected output of "show remote
4024 memory-write-packet-size". Add tests for "set remote
4025 memory-write-packet-size 0" and "set remote
4026 memory-write-packet-size fixed/limit".
4027
b1b60145
PA
40282018-05-22 Pedro Alves <palves@redhat.com>
4029
4030 PR gdb/22973
4031 * gdb.base/utf8-identifiers.c: New file.
4032 * gdb.base/utf8-identifiers.exp: New file.
4033
0ec848ad
PFC
40342018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4035
4036 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4037
2c3305f6
PFC
40382018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4039
4040 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4041
ce1e8424
TT
40422018-05-18 Tom Tromey <tom@tromey.com>
4043
4044 * gdb.base/ptype-offsets.exp: Update.
4045
ddfe970e
KS
40462018-05-17 Keith Seitz <keiths@redhat.com>
4047
4048 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4049 in expected breakpoint stop locations.
4050 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4051 move to proper scope to test variable values.
4052 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4053 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4054 New functions.
4055 (main): Call not_inline_func3.
4056 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4057 inline_func1, inline_func2, and inline_func3. Test that when each
4058 breakpoint is hit, GDB properly reports both the stop location
4059 and the backtrace. Repeat tests for temporary breakpoints.
4060
0726fcc6
MR
40612018-05-15 Maciej W. Rozycki <macro@mips.com>
4062
4063 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4064 rather then trying to access it in determining whether the PID
4065 of `gdbserver' could have been retrieved.
4066
8ee22052
AB
40672018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 * gdb.arch/amd64-init-x87-values.S: New file.
4070 * gdb.arch/amd64-init-x87-values.exp: New file.
4071
7785df48
JK
40722018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4075
56bcdbea
TT
40762018-05-04 Tom Tromey <tom@tromey.com>
4077
4078 PR python/22730:
4079 * gdb.python/python.exp: Test multi-line execute.
4080
a913fffb
TT
40812018-05-04 Tom Tromey <tom@tromey.com>
4082
4083 PR python/22731:
4084 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4085
7a2c85f2
TT
40862018-05-04 Tom Tromey <tom@tromey.com>
4087
4088 PR gdb/11750:
4089 * gdb.base/define.exp: Test defining a user command inside a user
4090 command.
4091 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4092
a3b60e45
JK
40932018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4094 Pedro Alves <palves@redhat.com>
4095
4096 PR breakpoints/19806 and support for PR external/20207.
4097 * gdb.base/watchpoint-unaligned.c: New file.
4098 * gdb.base/watchpoint-unaligned.exp: New file.
4099
45fe4a03
AB
41002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4101
4102 * gdb.base/maint.exp: Make test names unique, use
4103 test_prefix_command_help to test 'help maint info', and remove
4104 repeated test of 'help maint'.
4105
9be2ae8f
TT
41062018-05-04 Tom Tromey <tom@tromey.com>
4107
4108 PR gdb/22619:
4109 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4110 behavior.
4111
11859c31
AB
41122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.base/maint.exp: Process output from 'maint print registers'
4115 line at a time.
4116
089a9490
AB
41172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4118
4119 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4120 timeout.
4121
9b0797e2
AB
41222018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4123
4124 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4125 filter pattern.
4126
f6ac5f3d
PA
41272018-05-02 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4130 to_log_command renames.
4131 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4132
77d3c63b
TT
41332018-05-02 Tom Tromey <tom@tromey.com>
4134
4135 * gdb.python/py-parameter.exp: Set test message.
4136
0489430a
TT
41372018-05-02 Tom Tromey <tom@tromey.com>
4138
4139 PR python/20084:
4140 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4141 PARAM_ZUINTEGER_UNLIMITED tests.
4142
1632f8ba
DR
41432018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4144
4145 PR rust/23124
4146 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4147 when casting.
4148
6d7bb824
TT
41492018-04-30 Tom Tromey <tom@tromey.com>
4150
4151 * gdb.python/py-type.exp: Check align attribute.
4152 * gdb.python/py-type.c: New "aligncheck" global.
4153
007e1530
TT
41542018-04-30 Tom Tromey <tom@tromey.com>
4155
4156 PR exp/17095:
4157 * gdb.dwarf2/dw2-align.exp: New file.
4158 * gdb.cp/align.exp: New file.
4159 * gdb.base/align.exp: New file.
4160 * lib/gdb.exp (gdb_int128_helper): New proc.
4161 (has_int128_c, has_int128_cxx): New caching procs.
4162
6873858b
TT
41632018-04-27 Tom Tromey <tom@tromey.com>
4164
4165 PR rust/22545:
4166 * gdb.rust/simple.exp: Add inclusive range tests.
4167
79188d8d
PA
41682018-04-26 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4171 ifunc breakpoint locations correctly of ifunc breakpoints set
4172 while the program resolves the ifunc.
4173
c7075ad5
PA
41742018-04-26 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.base/gnu-ifunc-final.c: New file.
4177 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4178 * gdb.base/gnu-ifunc.exp (executable): Delete.
4179 (staticexecutable): Adjust.
4180 (lib_opts, exec_opts): Delete.
4181 (make_binsuffix, build, set-break): New procedures.
4182 (misc_tests): New, with tests factored out from the top level.
4183 (top level): Test different combinations of ifunc resolver name,
4184 resolver with and with debug info, and ifunc target with and
4185 without debug info. Wrap static tests with with_target_prefix.
4186
8388016d
PA
41872018-04-26 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4190 return type" warnings.
4191
249b5733
PA
41922018-04-25 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4195 killed".
4196 * gdb.base/kill-after-signal.exp: Likewise.
4197 * gdb.threads/kill.exp: Likewise.
4198
f67c0c91
SDJ
41992018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4200 Sergio Durigan Junior <sergiodj@redhat.com>
4201 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4204 regexps to expect for '[Inferior ... detached]' as well.
4205 * gdb.base/attach.exp: Likewise.
4206 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4207 "gdb_continue_to_end".
4208 (test_catch_syscall_with_wrong_args): Likewise.
4209 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4210 ']'. Don't set 'verbose' on.
4211 * gdb.base/foll-vfork.exp: Likewise.
4212 * gdb.base/fork-print-inferior-events.c: New file.
4213 * gdb.base/fork-print-inferior-events.exp: New file.
4214 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4215 '[Inferior ... has been killed]' message.
4216 * gdb.base/kill-after-signal.exp: Likewise.
4217 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4218 detach message.
4219 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4220 message.
4221 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4222 regexps to expect for '[Inferior ... detached]' as well.
4223 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4224
0a8ddac4
SM
42252018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4226
4227 PR gdb/23104
4228 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4229
d27d16bf
RB
42302018-04-19 Richard Bunt <richard.bunt@arm.com>
4231
4232 * gdb.threads/multiple-successive-infcall.c: New test.
4233 * gdb.threads/multiple-successive-infcall.exp: New file.
4234
a037790e
TT
42352018-04-17 Tom Tromey <tom@tromey.com>
4236
4237 * gdb.rust/simple.rs (Union): New type.
4238 (main): New local "u".
4239 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4240
e3a91079
AA
42412018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4242
4243 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4244 number information in output of "whereis" command.
4245 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4246
b744723f
AA
42472018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4248
4249 * gdb.ada/info_types.exp: Adjust expected output to the line
4250 numbers now printed by "info var/func/type".
4251 * gdb.base/completion.exp: Likewise.
4252 * gdb.base/included.exp: Likewise.
4253 * gdb.cp/cp-relocate.exp: Likewise.
4254 * gdb.cp/cplusfuncs.exp: Likewise.
4255 * gdb.cp/namespace.exp: Likewise.
4256 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4257
4a4495d6
MM
42582018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4259
4260 * gdb.btrace/cpu.exp: New.
4261
1d509aa6
MM
42622018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4263
4264 * gdb.base/step-indirect-call-thunk.exp: New.
4265 * gdb.base/step-indirect-call-thunk.c: New.
4266 * gdb.reverse/step-indirect-call-thunk.exp: New.
4267 * gdb.reverse/step-indirect-call-thunk.c: New.
4268
6295b6da
SM
42692018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4270
4271 * gdb.base/pie-fork.c: New file.
4272 * gdb.base/pie-fork.exp: New file.
4273
50146e70
TT
42742018-04-11 Tom Tromey <tom@tromey.com>
4275
4276 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4277
f50d8a2e
PA
42782018-04-10 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4281 exits. Instead loop running forever.
4282 (fork_parent): Run forever too.
4283
a0be7a36
SM
42842018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4285
4286 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4287 mi_continue_to_line.
4288 * gdb.mi/mi-stack.c (callee4): Add comment.
4289
9b73db36
SM
42902018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4291
4292 * gdb.mi/mi-stack.exp: Fix indentation.
4293
c912f608
SM
42942018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4295
4296 PR gdb/22979
4297 * gdb.arch/amd64-osabi.exp: New file.
4298
26540402
SM
42992018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4300
4301 PR gdb/22980
4302 * gdb.base/osabi.exp: New file.
4303
121ad66c 43042018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4305
4306 * gdb.cp/static-typedef-print.exp: New file.
4307 * gdb.cp/static-typedef-print.cc: New file.
4308
3fcded8f
JB
43092018-03-27 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/varsize_limit: New testcase.
4312
59cc4834
JB
43132018-03-27 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4316
4317 * gdb.ada/notcplusplus: New testcase.
4318
4319 * gdb.base/c-linkage-name.c: New file.
4320 * gdb.base/c-linkage-name.exp: New testcase.
4321
4ca59a9f
TT
43222018-03-26 Tom Tromey <tom@tromey.com>
4323
4324 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4325 * gdb.python/py-framefilter.py (name_error): New global.
4326 (ErrorInName.function): Use name_error.
4327
978d6c75
TT
43282018-03-26 Tom Tromey <tom@tromey.com>
4329
4330 PR backtrace/15582:
4331 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4332
b7fee5a3
KS
43332018-03-23 Keith Seitz <keiths@redhat.com>
4334
4335 PR c++/22968
4336 * gdb.cp/subtypes.exp: New file.
4337 * gdb.cp/subtypes.h: New file.
4338 * gdb.cp/subtypes.cc: New file.
4339 * gdb.cp/subtypes-2.cc: New file.
4340
376be529
AB
43412018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4344 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4345 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4346 -nostartfiles when compiling the test. Confirm that all registers
4347 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4348
066cfa98
AB
43492018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4350
4351 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4352 option, syntax was wrong anyway.
4353 * gdb.arch/arm-disp-step.exp: Likewise.
4354 * gdb.arch/sparc64-regs.exp: Likewise.
4355 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4356 option, syntax was wrong anyway, switch to use
4357 prepare_for_testing.
4358 * gdb.arch/i386-disp-step.exp: Likewise.
4359
079670b9
AA
43602018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4361
4362 * gdb.ada/exec_changed.exp: Replace "target_info exists
4363 use_gdb_stub" by "use_gdb_stub".
4364 * gdb.ada/start.exp: Likewise.
4365 * gdb.base/async-shell.exp: Likewise.
4366 * gdb.base/attach-pie-misread.exp: Likewise.
4367 * gdb.base/attach-wait-input.exp: Likewise.
4368 * gdb.base/break-entry.exp: Likewise.
4369 * gdb.base/break-interp.exp: Likewise.
4370 * gdb.base/dprintf-detach.exp: Likewise.
4371 * gdb.base/nostdlib.exp: Likewise.
4372 * gdb.base/solib-nodir.exp: Likewise.
4373 * gdb.base/statistics.exp: Likewise.
4374 * gdb.base/testenv.exp: Likewise.
4375 * gdb.mi/mi-exec-run.exp: Likewise.
4376 * gdb.mi/mi-start.exp: Likewise.
4377 * gdb.multi/dummy-frame-restore.exp: Likewise.
4378 * gdb.multi/multi-arch-exec.exp: Likewise.
4379 * gdb.multi/multi-arch.exp: Likewise.
4380 * gdb.multi/tids.exp: Likewise.
4381 * gdb.multi/watchpoint-multi.exp: Likewise.
4382 * gdb.python/py-events.exp: Likewise.
4383 * gdb.threads/attach-into-signal.exp: Likewise.
4384 * gdb.threads/attach-stopped.exp: Likewise.
4385 * gdb.threads/threadapply.exp: Likewise.
4386 * lib/selftest-support.exp: Likewise.
4387
26d6cec4
AA
43882018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4389
4390 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4391
4ee89e90
SR
43922018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4393
4394 * gdb.perf/template-breakpoints.cc: New file.
4395 * gdb.perf/template-breakpoints.exp: New file.
4396 * gdb.perf/template-breakpoints.py: New file.
4397
92630041
TT
43982018-03-19 Tom Tromey <tom@tromey.com>
4399
4400 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4401 y0.
4402 * gdb.rust/simple.exp: Test bare identifier form of struct
4403 initializer.
4404
76727919
TT
44052018-03-19 Tom Tromey <tom@tromey.com>
4406
4407 * gdb.gdb/observer.exp: Remove.
4408
194ed413
AA
44092018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4410
4411 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4412 "qualified" option when setting breakpoints.
4413 * gdb.trace/backtrace.exp: Likewise.
4414 * gdb.trace/circ.exp: Likewise.
4415 * gdb.trace/collection.exp: Likewise.
4416 * gdb.trace/disconnected-tracing.exp: Likewise.
4417 * gdb.trace/ftrace-lock.exp: Likewise.
4418 * gdb.trace/ftrace.exp: Likewise.
4419 * gdb.trace/infotrace.exp: Likewise.
4420 * gdb.trace/packetlen.exp: Likewise.
4421 * gdb.trace/passc-dyn.exp: Likewise.
4422 * gdb.trace/qtro.exp: Likewise.
4423 * gdb.trace/read-memory.exp: Likewise.
4424 * gdb.trace/report.exp: Likewise.
4425 * gdb.trace/signal.exp: Likewise.
4426 * gdb.trace/status-stop.exp: Likewise.
4427 * gdb.trace/strace.exp: Likewise.
4428 * gdb.trace/tfind.exp: Likewise.
4429 * gdb.trace/trace-break.exp: Likewise.
4430 * gdb.trace/trace-condition.exp: Likewise.
4431 * gdb.trace/trace-mt.exp: Likewise.
4432 * gdb.trace/tstatus.exp: Likewise.
4433 * gdb.trace/tsv.exp: Likewise.
4434 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4435 * gdb.trace/unavailable.exp: Likewise.
4436 * gdb.trace/while-dyn.exp: Likewise.
4437
8b067d2c
AA
44382018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4439
4440 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4441 that libinproctrace is copied to the target.
4442
3ae9ce5d
TT
44432018-03-14 Tom Tromey <tom@tromey.com>
4444
4445 PR cli/14977:
4446 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4447 a null pointer.
4448 * gdb.base/wchar.exp: Likewise.
4449
b8c2339b
TT
44502018-03-14 Tom Tromey <tom@tromey.com>
4451
4452 PR cli/19918:
4453 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4454 flag.
4455
4872dc46
SM
44562018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 PR gdb/22841
4459 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4460 "target" to remote_exec.
4461
e4fe3756
SM
44622018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4463
4464 PR gdb/22841
4465 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4466 ${board}_upload): Remove.
4467
e95a97d4
AA
44682018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4469
4470 * gdb.cp/watch-cp.cc: New test.
4471 * gdb.cp/watch-cp.exp: New file.
4472
dbbb1059
AB
44732018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * gdb.base/infcall-nested-structs.exp: New file.
4476 * gdb.base/infcall-nested-structs.c: New file.
4477 * gdb.base/float.exp: Add riscv support.
4478
ecc054c0
TP
44792018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4480
4481 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4482 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4483
25e3c82c
SDJ
44842018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4485
4486 * gdb.server/abspath.exp: New file.
4487 * lib/gdb.exp (with_cwd): New procedure.
4488
3083294d
SM
44892018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4490
4491 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4492 use it.
4493 (gdb_is_target_remote_prompt): New proc.
4494 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4495 (gdb_is_target_native): Pass prompt parameter to
4496 gdb_is_target_1.
4497
3275ef47
SM
44982018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4499
4500 * gdb.base/load-command.c: New file.
4501 * gdb.base/load-command.exp: New file.
4502 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4503 (gdb_is_target_1): ...this, and generalize for other targets
4504 than just remote.
4505 (gdb_is_target_remote): Use gdb_is_target_1.
4506 (gdb_is_target_native): use gdb_is_target_1.
4507
6893c19a
TT
45082018-02-26 Tom Tromey <tom@tromey.com>
4509
4510 PR python/16497:
4511 * gdb.python/py-framefilter.exp: Update test.
4512
2ddeaf8a
TT
45132018-02-26 Tom Tromey <tom@tromey.com>
4514
4515 * gdb.dwarf2/variant.c: New file.
4516 * gdb.dwarf2/variant.exp: New file.
4517
c9317f21
TT
45182018-02-26 Tom Tromey <tom@tromey.com>
4519
4520 * gdb.rust/simple.exp: Accept more possible results in enum test.
4521
6f6d0c26
SM
45222018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4523
4524 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4525 parentheses.
4526
11b03145
MR
45272018-02-23 Maciej W. Rozycki <macro@mips.com>
4528
4529 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4530 name of a variable: $actual_linejj -> $actual_line.
4531
54a27fe5
JB
45322018-02-21 John Baldwin <jhb@FreeBSD.org>
4533
4534 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4535
de65820c
MM
45362018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4537
4538 * gdb.btrace/buffer-size.exp: Do not force BTS.
4539
980548fd
PA
45402018-02-14 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4543 getting a "Quit".
4544
c4e12631
MM
45452018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4546
4547 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4548 Fix test name.
4549
c2e0e465
SM
45502018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4551
4552 * gdb.cp/m-static.exp: Check type of optimized out static
4553 member.
4554
f7216783
AB
45552018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4558 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4559
0625771b
LS
45602018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4561 Leszek Swirski <leszeks@google.com>
4562
4563 * gdb.python/py-prettyprint.c
4564 (struct to_string_returns_value_inner,
4565 struct to_string_returns_value_wrapper): New.
4566 (main): Add tsrvw variable.
4567 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4568 ToStringReturnsValueWrapper): New classes.
4569 (register_pretty_printers): Register new pretty-printers.
4570 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4571 recursive pretty printer.
4572 * gdb.python/py-mi.exp: Likewise.
4573
59498c30
LS
45742018-02-01 Leszek Swirski <leszeks@google.com>
4575
4576 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4577 functions with the same name as an include file are parsed
4578 correctly.
4579
d4d38844
YQ
45802018-02-01 Yao Qi <yao.qi@linaro.org>
4581
4582 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4583 "\[^\r\n\]*".
4584
07e5f5cf
NP
45852018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4586
4587 * gdb.arch/powerpc-prologue-frame.s: New file.
4588 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4589 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4590
929b5ad4
JB
45912018-01-31 Joel Brobecker <brobecker@adacore.com>
4592
4593 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4594
e671cd59
PA
45952018-01-30 Pedro Alves <palves@redhat.com>
4596
4597 PR gdb/13211
4598 * gdb.base/interrupt-daemon.c: New.
4599 * gdb.base/interrupt-daemon.exp: New.
4600 * gdb.multi/multi-term-settings.c: New.
4601 * gdb.multi/multi-term-settings.exp: New.
4602
fc413dc4
JB
46032018-01-30 Joel Brobecker <brobecker@adacore.com>
4604
4605 * gdb.base/break.exp: Save the location where the breakpoint
4606 on break.c:47 was actually inserted when debugging the version
4607 compiled at -O2 and use it in the expected output of the "info
4608 break" test performed soon after.
4609
5c319bb2
PA
46102018-01-22 Pedro Alves <palves@redhat.com>
4611 Sergio Durigan Junior <sergiodj@redhat.com>
4612
4613 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4614 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4615
a9e40818
JB
46162018-01-22 Joel Brobecker <brobecker@adacore.com>
4617
4618 * gdb.base/break-include.c, gdb.base/break-include.inc,
4619 gdb.base/break-include.exp: New files.
4620 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4621 line number now being the actual line number where the breakpoint
4622 was inserted.
4623 * gdb.mi/mi-break.exp: Likewise.
4624 * gdb.mi/mi-reverse.exp: Likewise.
4625 * gdb.mi/mi-simplerun.exp: Ditto.
4626
e707fc44
AB
46272018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4630 varobj.
4631 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4632
ae451627
AB
46332018-01-21 Don Breazeal <donb@codesourcery.com>
4634 Andrew Burgess <andrew.burgess@embecosm.com>
4635
4636 * gdb.mi/basics.c: Add new global.
4637 * gdb.mi/mi-frame-regs.exp: New file.
4638 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4639 case.
4640
b1b189e0
AB
46412018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4644 non-parameter, and on an unknown symbol.
4645
fcfcc376
TT
46462018-01-19 Tom Tromey <tom@tromey.com>
4647
4648 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4649 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4650
634c1c31
AA
46512018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4652
4653 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4654 setrlimit and chdir to int.
4655
d6ad07fd
AA
46562018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4657
4658 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4659 function.
4660 (my_tend): Likewise.
4661 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4662 rationale of avoiding FP- and vector instructions.
4663
adf8243b
RK
46642018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4665
4666 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4667 "info reg" with "\[ \t\]*".
4668 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4669 "\[ \t\]+".
4670 * gdb.arch/s390-multiarch.exp: Ditto.
4671 * gdb.base/pc-fp.exp: Ditto.
4672 * gdb.reverse/i386-precsave.exp: Ditto.
4673 * gdb.reverse/i386-reverse.exp: Ditto.
4674 * gdb.reverse/i387-env-reverse.exp: Ditto.
4675 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4676
dcc06925
AA
46772018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4678
4679 * lib/gdb.exp (gdb_compile): Re-enable use of
4680 universal_compile_options for languages other than Rust.
4681
25d4fd80
AA
46822018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4683
4684 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4685
ee7f689e 46862018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4687
4688 PR gdb/16577
4689 * gdb.base/solib-vanish.exp: New.
4690 * gdb.base/solib-vanish-main.c: New.
4691 * gdb.base/solib-vanish-lib1.c: New.
4692 * gdb.base/solib-vanish-lib2.c: New.
4693
d8447b6b
YQ
46942018-01-17 Yao Qi <yao.qi@linaro.org>
4695
4696 * gdb.compile/compile.exp: Match the address printed for
4697 frame in the output of command "bt".
4698
86d6a90c
TT
46992018-01-15 Tom Tromey <tom@tromey.com>
4700
4701 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4702 compute sp_reg.
4703
cbcdb1aa
AB
47042018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4705
4706 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4707 to prepare.
4708 (prepare): Return 0 on error, 1 on success.
4709
eea61984
PA
47102018-01-12 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/continue-after-aborted-step-over.c: New.
4713 * gdb.base/continue-after-aborted-step-over.exp: New.
4714
6181e9c2
SM
47152018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4716
4717 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4718 options when not creating an executable.
4719
3cada740
PA
47202018-01-11 Pedro Alves <palves@redhat.com>
4721
4722 PR remote/22597
4723 * gdb.server/stop-reply-no-thread.c: New file.
4724 * gdb.server/stop-reply-no-thread.exp: New file.
4725
c63d3e8d
PA
47262018-01-10 Pedro Alves <palves@redhat.com>
4727
4728 PR gdb/22670
4729 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4730 functions too. Test setting breakpoints and printing C functions
4731 with no debug info too.
4732 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4733
d4c2a405
PA
47342018-01-10 Pedro Alves <palves@redhat.com>
4735
4736 PR gdb/22670
4737 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4738 a fail.
4739
8825213e
PA
47402018-01-10 Pedro Alves <palves@redhat.com>
4741
4742 PR gdb/22670
4743 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4744
605fd3c6
YQ
47452018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4746
4747 * gdb.server/unittest.exp: Match the output in non-development
4748 mode.
4749
1e5ded6c
YQ
47502018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4751
4752 * gdb.gdb/unittest.exp: Match output in non-development mode.
4753
30066b0b
JB
47542018-01-08 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.ada/access_tagged_param.exp: Relax expected output
4757 for value of "ObjL" in "continue" to pck.inspect breakpoint
4758 test.
4759
04bafb1e
XR
47602018-01-08 Joel Brobecker <brobecker@adacore.com>
4761
9f86398b
JB
4762 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4763 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4764
e379cee6
PA
47652018-01-05 Pedro Alves <palves@redhat.com>
4766
4767 PR gdb/18653
4768 * gdb.base/libsegfault.exp: New.
4769
de63c46b
PA
47702018-01-05 Joel Brobecker <brobecker@adacore.com>
4771
4772 PR gdb/22670
4773 * gdb.ada/access_tagged_param.exp: New file.
4774 * gdb.ada/access_tagged_param/foo.adb: New file.
4775
f98fc17b
PA
47762018-01-05 Pedro Alves <palves@redhat.com>
4777
4778 PR gdb/22670
4779 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4780 exercise lower case too, and to exercise both full matching and
4781 wild matching.
4782
342f8240
JB
47832018-01-05 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdb.ada/rename_subscript_param: New testcase.
4786
7150d33c
JG
47872018-01-05 Jerome Guitton <guitton@adacore.com>
4788
4789 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4790
cc0e770c
JB
47912018-01-05 Joel Brobecker <brobecker@adacore.com>
4792
4793 * gdb.ada/convvar_comp: New testcase.
4794
672a41aa 47952018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4796
4797 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4798 (My_Table): New global variable.
4799 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4800
7365ec2f
JB
48012018-01-04 Joel Brobecker <brobecker@adacore.com>
4802
4803 PR gdb/22670
4804 * gdb.ada/maint_with_ada: New testcase.
4805
289483b6
JB
48062018-01-04 Joel Brobecker <brobecker@adacore.com>
4807
4808 PR gdb/22670
4809 * gdb.ada/bp_c_mixed_case: New testcase.
4810
344420da
JB
48112018-01-04 Joel Brobecker <brobecker@adacore.com>
4812
4813 PR gdb/22670
4814 * gdb.ada/complete.exp: Add "complete break ada" test.
4815
66fc87a0
JB
48162018-01-04 Joel Brobecker <brobecker@adacore.com>
4817
4818 PR gdb/22670
4819 * gdb.ada/info_addr_mixed_case: New testcase.
4820
9f757bf7
XR
48212018-01-03 Xavier Roirand <roirand@adacore.com>
4822
4823 * gdb.ada/excep_handle.exp: New testcase.
4824 * gdb.ada/excep_handle/foo.adb: New file.
4825 * gdb.ada/excep_handle/pck.ads: New file.
4826
bd570f80
JB
48272018-01-03 Joel Brobecker <brobecker@adacore.com>
4828
4829 * gdb.base/step-line.c: Add extra empty line in copyright header.
4830 * gdb.base/step-line.inp: Likewise.
4831
9fe561ab
JB
48322018-01-02 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.ada/dyn_stride.exp: Add slice test.
4835
a405673c
JB
48362018-01-02 Joel Brobecker <brobecker@adacore.com>
4837
4838 * gdb.ada/dyn_stride: New testcase.
4839
cef0f868
SH
48402017-12-27 Stafford Horne <shorne@gmail.com>
4841
4842 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4843 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4844
b67d92b0
SH
48452017-12-27 Stafford Horne <shorne@gmail.com>
4846
4847 * gdb.base/reggroups.c: New file.
4848 * gdb.base/reggroups.exp: New file.
4849
eccab96d
JB
48502017-12-18 Joel Brobecker <brobecker@adacore.com>
4851
4852 * gdb.dwarf2/ada-valprint-error.c: New file.
4853 * gdb.dwarf2/ada-valprint-error.exp: New file.
4854
0e2da9f0
JB
48552017-12-18 Joel Brobecker <brobecker@adacore.com>
4856
4857 * gdb.ada/assign_arr: New testcase.
4858
cb923fcc
XR
48592017-12-18 Xavier Roirand <roirand@adacore.com>
4860
4861 * gdb.ada/funcall_ptr: New testcase.
4862
7c161838
SDJ
48632017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4864
4865 PR cli/16224
4866 * gdb.base/ptype-offsets.cc: New file.
4867 * gdb.base/ptype-offsets.exp: New file.
4868
1af17fd9
YQ
48692017-12-15 Yao Qi <yao.qi@linaro.org>
4870
4871 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4872 if XML is disabled.
4873
828d5846
XR
48742017-12-15 Xavier Roirand <roirand@adacore.com>
4875
4876 * gdb.ada/same_component_name: New testcase.
4877
79e8fcaa
JB
48782017-12-14 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.ada/str_binop_equal: New testcase.
4881
e05fa6f9
JB
48822017-12-14 Joel Brobecker <brobecker@adacore.com>
4883
4884 * gdb.ada/task_switch_in_core: New testcase.
4885
b89641ba
SM
48862017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4889 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4890 call test_bkpt_qualified.
4891 (test_bkpt_qualified): New proc.
4892
6892d2e4
PA
48932017-12-13 Pedro Alves <palves@redhat.com>
4894
4895 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4896 Tighten regexp by matching with an anchor.
4897
a22ecf70
PA
48982017-12-13 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4901 ("expression with namespace"): New set of tests.
4902 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4903 (Nested::Test_NS::qux): New.
4904 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4905 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4906
9937536c
JB
49072017-12-13 Joel Brobecker <brobecker@adacore.com>
4908
4909 * gdb.base/server-del-break.c: New file.
4910 * gdb.base/server-del-break.exp: New file.
4911
fe49c6f5
SH
49122017-12-12 Stafford Horne <shorne@gmail.com>
4913
4914 * gdb.xml/tdesc-regs.exp: Add or1k support.
4915
c3d18620
SH
49162017-12-12 Stafford Horne <shorne@gmail.com>
4917
4918 * gdb.base/bp-permanent.c: Define nop of or1k.
4919
c5f9cfc8
JB
49202017-12-11 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4923 output with components being reordered.
4924
a9c135fc
JB
49252017-12-11 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4928 output with components being reordered.
4929
927aa2e7
JK
49302017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4931 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.base/maint.exp (check for .gdb_index): Check also for
4934 .debug_names.
4935 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4936 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4937 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4938 (.gdb_index used after symbol reloading): Support also .debug_names.
4939 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4940
f17d9474
YQ
49412017-12-08 Yao Qi <yao.qi@linaro.org>
4942
4943 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4944 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4945
a0de8c21
YQ
49462017-12-08 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4949 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4950
a738ea1d
YQ
49512017-12-08 Yao Qi <yao.qi@linaro.org>
4952
4953 * gdb.arch/aarch64-tagged-pointer.c: New file.
4954 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4955
1cd9a73b
SDJ
49562017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4957
4958 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4959 "int".
4960
fa6eb693
KS
49612017-12-07 Keith Seitz <keiths@redhat.com>
4962
4963 PR breakpoints/22569
4964 * gdb.linespec/ls-errs.exp: Change expected result of "break
4965 -source this file has spaces.c -line 3".
4966 Check that an explicit source file followed by whitespace is
4967 identified as an invalid explicit location.
4968
883fd55a
KS
49692017-12-07 Keith Seitz <keiths@redhat.com>
4970
4971 * gdb.cp/nested-types.cc: New file.
4972 * gdb.cp/nested-types.exp: New file.
4973 * lib/cp-support.exp: Load data-structures.exp library.
4974 (debug_cp_test_ptype_class): New global.
4975 (cp_ptype_class_verbose, next_line): New procedures.
4976 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4977 Add and document new return value.
4978 Switch the list of lines to a queue.
4979 Add support for new `type' key for nested type definitions.
4980 Add debugging/troubleshooting messages.
4981 * lib/data-structures.exp: New file.
4982
ec72db3e
SM
49832017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4984
4985 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4986 with proc_with_prefix, don't use with_test_prefix.
4987
99598d71
TT
49882017-12-07 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.base/break.exp: Add test for empty "commands".
4991
a8806230
YQ
49922017-12-07 Yao Qi <yao.qi@linaro.org>
4993
4994 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4995 malloc and catch syscall.
4996
824cc835
PM
49972017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4998
e79be6e5 4999 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5000 tests for explicit locations.
5001
7cc244de
PA
50022017-12-06 Pedro Alves <palves@redhat.com>
5003
5004 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5005 force-disabling XML descriptions.
5006
50a1fdd5
PA
50072017-12-04 Pedro Alves <palves@redhat.com>
5008
5009 PR gdb/22499
5010 * gdb.arch/amd64-disp-step-avx.S: New file.
5011 * gdb.arch/amd64-disp-step-avx.exp: New file.
5012
f0fb2488
PA
50132017-12-03 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5016 and <string.h>.
5017 (parent_function): Print distinct messages when waitpid fails, or
5018 the child exits with a signal, or the child exits for an unhandled
5019 reason.
5020 * gdb.threads/process-dies-while-detaching.exp
5021 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5022 it. Wait for both inferior output and GDB's prompt. Use an
5023 indirect spawn id list.
5024 (do_detach): New parameter 'child_exit'. Use it to compute
5025 expected inferior output.
5026 (test_detach, test_detach_watch, test_detach_killed_outside):
5027 Adjust to pass down the expected child exit kind.
5028
97cbe998
SDJ
50292017-12-01 Joel Brobecker <brobecker@adacore.com>
5030 Sergio Durigan Junior <sergiodj@redhat.com>
5031 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5034
40fc416f
SDJ
50352017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5036
5037 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5038 to 'symbol-file' and 'add-symbol-file' can be
5039 position-independent.
5040
1cc75e92
YQ
50412017-12-01 Yao Qi <yao.qi@linaro.org>
5042
5043 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5044 the URL in copyright header.
5045 * gdb.arch/aarch64-fp.exp: Likewise.
5046 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5047 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5048 * gdb.base/expand-psymtabs.exp: Likewise.
5049 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5050 * gdb.fortran/common-block.exp: Likewise.
5051 * gdb.fortran/common-block.f90: Likewise.
5052 * gdb.fortran/logical.exp: Likewise.
5053 * gdb.fortran/vla-datatypes.f90: Likewise.
5054 * gdb.fortran/vla-sub.f90: Likewise.
5055
875fb7a7
JB
50562017-11-30 Joel Brobecker <brobecker@adacore.com>
5057
5058 * gdb.ada/repeat_dyn: New testcase.
5059
6f14765f
UW
50602017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5061
5062 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5063 Update for changed thread numbering.
5064 * gdb.cell/bt.exp: Update for changed GDB output.
5065
f1af7b94
SM
50662017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5067
5068 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5069 setting isremote by hand.
5070 * boards/dwarf4-gdb-index.exp: Likewise.
5071 * boards/fission.exp: Likewise.
5072 * boards/stabs.exp: Likewise.
5073
e3919f3e
PA
50742017-11-30 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.linespec/cpls-ops.exp
5077 (check_explicit_skips_function_argument): Extract the underlying
5078 type of size_t instead of hardcoding it.
5079
bd69330d
PA
50802017-11-29 Pedro Alves <palves@redhat.com>
5081
5082 PR c++/19436
5083 * gdb.linespec/cpls-abi-tag.cc: New file.
5084 * gdb.linespec/cpls-abi-tag.exp: New file.
5085
a20714ff
PA
50862017-11-29 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/langs.exp: Use -qualified.
5089 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5090 it.
5091 * gdb.cp/namespace.exp: Use -qualified.
5092 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5093 (overload-3, template-overload, template-ret-type, const-overload)
5094 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5095 procedures.
5096 (test_driver): Call them.
5097 * gdb.cp/save-bp-qualified.cc: New.
5098 * gdb.cp/save-bp-qualified.exp: New.
5099 * gdb.linespec/explicit.exp: Test -qualified.
5100 * lib/completion-support.exp (completion::explicit_opts_list): Add
5101 "-qualified".
5102 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5103
f6f1d339
PM
51042017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5105
5106 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5107
02ca603a
TT
51082017-11-29 Tom Tromey <tom@tromey.com>
5109
5110 * gdb.base/relocate.exp: Update invalid argument test.
5111 Add new tests for invalid arguments.
5112
ed6c0bfb
TP
51132017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5114
5115 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5116 Return 0 as a long.
5117 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5118
f106e10e
TP
51192017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5120
5121 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5122 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5123 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5124 func ().
5125 * gdb.cp/shadow.cc (B.func): Return 0.
5126
10329bb2
JB
51272017-11-27 Joel Brobecker <brobecker@adacore.com>
5128
5129 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5130 expected output in gdb_expect call to allow the exception
5131 message to be present as well. Fix syntax confusion to avoid
5132 TCL thinking that exception_name is an array.
5133
617cd4bc
UW
51342017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5135
5136 * gdb.arch/spu-info.c: Include <unistd.h>.
5137 (do_signal_test): Fix broken calls to write.
5138 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5139 Fix checks for empty mailboxes. Update signal tests for corrected
5140 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5141 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5142 * gdb.cell/arch.exp: Use standard_output_file.
5143 * gdb.cell/break.exp: Likewise.
5144 * gdb.cell/bt.exp: Likewise.
5145 * gdb.cell/core.exp: Likewise.
5146 * gdb.cell/dwarfaddr.exp: Likewise.
5147 * gdb.cell/ea-cache.exp: Likewise.
5148 * gdb.cell/ea-standalone.exp: Likewise.
5149 * gdb.cell/f-regs.exp: Likewise.
5150 * gdb.cell/fork.exp: Likewise.
5151 * gdb.cell/gcore.exp: Likewise.
5152 * gdb.cell/mem-access.exp: Likewise.
5153 * gdb.cell/ptype.exp: Likewise.
5154 * gdb.cell/registers.exp: Likewise.
5155 * gdb.cell/sizeof.exp: Likewise.
5156 * gdb.cell/solib-symbol.exp: Likewise.
5157 * gdb.cell/solib.exp: Likewise.
617cd4bc 5158
a81aaca0
PA
51592017-11-25 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.base/complete-empty.exp: New file.
5162 * gdb.base/completion.exp: Adjust.
5163
6a3c6ee4
PA
51642017-11-25 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.linespec/cpls-ops.cc: New file.
5167 * gdb.linespec/cpls-ops.exp: New file.
5168 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5169 factored out from ...
5170 (test_complete_prefix_range): ... this.
5171
8955eb2d
PA
51722017-11-24 Pedro Alves <palves@redhat.com>
5173
5174 * gdb.linespec/cpcompletion.exp: New file.
5175 * gdb.linespec/cpls-hyphen.cc: New file.
5176 * gdb.linespec/cpls.cc: New file.
5177 * gdb.linespec/cpls2.cc: New file.
5178 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5179 test to use test_gdb_complete_unique. Add label completion,
5180 keyword completion and explicit location completion tests.
5181 * lib/completion-support.exp: New file.
5182
e547c119
JB
51832017-11-24 Joel Brobecker <brobecker@adacore.com>
5184
5185 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5186 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5187 when hitting an exception catchpoint.
5188
7c3c1aa8
YQ
51892017-11-22 Yao Qi <yao.qi@linaro.org>
5190
5191 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5192
41bd68f5
SM
51932017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5196 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5197 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5198
1daad298
YQ
51992017-11-22 Yao Qi <yao.qi@linaro.org>
5200
5201 * gdb.base/info-os.exp: Pass pthreads.
5202 * gdb.multi/multi-attach.exp: Likewise.
5203
88465e87
YQ
52042017-11-22 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5207 compiler.
5208
dc196b23
YQ
52092017-11-22 Yao Qi <yao.qi@linaro.org>
5210
5211 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5212 * gdb.base/break-interp.exp: Likewise.
5213 * gdb.base/jit-attach-pie.exp: Likewise.
5214
2400729e
UW
52152017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5216
5217 * gdb.base/float128.c (large128): New variable.
5218 * gdb.base/float128.exp: Add test to print largest __float128 value.
5219
7a26362d
UW
52202017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5221
5222 * gdb.arch/vsx-regs.exp: Update register content checks.
5223
ed0f4273
UW
52242017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5225
5226 * gdb.arch/ppc-longdouble.exp: New file.
5227 * gdb.arch/ppc-longdouble.c: Likewise.
5228
a25d69c6
PA
52292017-11-21 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5232
73fcf641
PA
52332017-11-20 Pedro Alves <palves@redhat.com>
5234
5235 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5236 (long_double_typedef): New typedefs.
5237 Use DEF on double and long double.
5238 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5239 cases.
5240 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5241 and 'long_double_ptr_same_size' locals. Use them to decide
5242 whether cast from array/function to float is valid/invalid.
5243
71a3c369
TT
52442017-11-17 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.rust/traits.rs: New file.
5247 * gdb.rust/traits.exp: New file.
5248
ced9779b
JB
52492017-11-17 Joel Brobecker <brobecker@adacore.com>
5250
5251 * gdb.ada/minsyms: New testcase.
5252
a0922d80
PA
52532017-11-16 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5256 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5257
ea04e54c
PA
52582017-11-16 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5261 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5262
e849ea89
PA
52632017-11-16 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.server/reconnect-ctrl-c.c: New file.
5266 * gdb.server/reconnect-ctrl-c.exp: New file.
5267
d8ae99a7
PM
52682017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5269
5270 * gdb.python/py-rbreak.exp: New file.
5271 * gdb.python/py-rbreak.c: New file.
5272 * gdb.python/py-rbreak-func2.c: New file.
5273
968a13f8
PA
52742017-11-16 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5277 pattern.
5278 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5279 GDB.
5280
71774bc9
SM
52812017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5282
5283 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5284 regex.
5285
ddbb44cf
SM
52862017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5287
5288 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5289 test names.
5290
584a564f
PA
52912017-11-09 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5294 factored out from ...
5295 (top level): ... here, and adjusted to avoid expecting beyond the
5296 prompt in a single gdb_test_multiple.
5297
5ed7a928
PA
52982017-11-09 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5301 output.
5302 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5303 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5304 * gdb.server/ext-run.exp ("kill" test): Likewise.
5305 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5306
a60e0738
PA
53072017-11-09 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5310 match till end of line.
5311
2c88253f
PA
53122017-11-09 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5315
c7a38517
PA
53162017-11-09 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5319 New procedures, factored out from ...
5320 (top level): ... here, and adjusted to avoid expecting beyond the
5321 prompt in one go.
5322
f29f4b6b
PA
53232017-11-09 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5326 output. Fix '?' match.
5327
286acbb5
JB
53282017-11-08 Joel Brobecker <brobecker@adacore.com>
5329
5330 * gdb.ada/scoped_watch: New testcase.
5331 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5332 which is actually correct.
5333 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5334 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5335
62d7ae92
PA
53362017-11-08 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.gdb/complaints.exp (test_initial_complaints)
5339 (test_serial_complaints, test_short_complaints): Call
5340 complaint_internal instead of complaint.
5341
280ca31f
DT
53422017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5343
5344 * gdb.threads/tls-core.c: New file.
5345 * gdb.threads/tls-core.exp: Likewise.
5346
b5ec771e
PA
53472017-11-08 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5350 (p Exported_Capitalized): New test.
5351 (p exported_capitalized): New test.
5352
a02b41a7
PA
53532017-11-07 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5356
95e95a6d
PA
53572017-11-07 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5360 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5361 (disable_invalid, disable_inverted, disable_negative): New
5362 procedures.
5363 ("bad numbers"): New set of tests.
5364
cee62dbd
PA
53652017-11-07 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.cp/ena-dis-br-range.exp: Add tests.
5368
cc638e86
PA
53692017-11-07 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5372
d0fe4701
XR
53732017-11-07 Xavier Roirand <roirand@adacore.com>
5374 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/ena-dis-br.exp: Add reference to
5377 gdb.cp/ena-dis-br-range.exp.
5378 * gdb.cp/ena-dis-br-range.exp: New file.
5379 * gdb.cp/ena-dis-br-range.cc: New file.
5380
46f67f80
PA
53812017-11-06 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/attach-non-pgrp-leader.c: New.
5384 * gdb.base/attach-non-pgrp-leader.exp: New.
5385
726e1356
PA
53862017-11-06 Pedro Alves <palves@redhat.com>
5387
5388 * configure.ac: No longer check for termio.h and sgtty.h.
5389 * configure: Regenerate.
5390 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5391 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5392 Remove termio and sgtty code.
5393
50ab6ace
YQ
53942017-11-03 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5397 in GDB is disabled.
5398
8e68731c
YQ
53992017-11-03 Yao Qi <yao.qi@linaro.org>
5400
5401 * gdb.python/py-thrhandle.exp: Skip it if python is not
5402 enabled.
5403
3a87ae65
SM
54042017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5405
5406 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5407 as a breakpoint command.
5408
484d8d36
MD
54092017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5410
5411 PR python/21213
5412 * gdb.python/py-infthread.exp: Test calling
5413 InferiorThread.inferior () multiple times in a row.
5414
4a27f119
KS
54152017-10-27 Keith Seitz <keiths@redhat.com>
5416
5417 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5418 Test "info break" for every inlined function breakpoint.
5419
bb11dd58
YQ
54202017-10-27 Yao Qi <yao.qi@linaro.org>
5421
5422 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5423
a43f3893
PF
54242017-10-26 Patrick Frants <osscontribute@gmail.com>
5425
5426 * gdb.cp/classes.exp (test_static_members): Test printing
5427 Outer::instance.
5428 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5429 (Inner::instance, Outer::instance): New.
5430
792ccf00
PA
54312017-10-24 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5434 extra console" test in two stages.
5435
eb2bfbad
PA
54362017-10-24 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5439
1f75a651
PA
54402017-10-24 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5443 loop.
5444
779990d9
PA
54452017-10-24 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5448 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5449
ad9b8f5d
PA
54502017-10-24 Pedro Alves <palves@redhat.com>
5451
5452 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5453 parameter and handle it. Don't output read value in test name.
5454
fee6da6e
PA
54552017-10-24 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5458 custom test name.
5459
10389c2c
PA
54602017-10-24 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5463 include the unstable output directory name in the test's name.
5464 (initial_setup_simple) <'set args'>: Use custom test name.
5465
a80e65a9
PA
54662017-10-24 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5469 with explicit test name.
5470
15763a09
PA
54712017-10-20 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5474 'wait -i'. Use gdb_assert and remote_close.
5475
49a4ce2e
AB
54762017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5479 number from variable rather than hard-coded.
5480
a75868f5
PA
54812017-10-19 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/long-inferior-output.c: New file.
5484 * gdb.base/long-inferior-output.exp: New file.
5485
c8ba13ad
KS
54862017-11-18 Keith Seitz <keiths@redhat.com>
5487
5488 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5489 method.
5490 (main): Call it.
5491 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5492 Add additional user-defined conversion operator tests.
5493
b27de576
PA
54942017-10-17 Pedro Alves <palves@redhat.com>
5495
5496 * boards/native-stdio-gdbserver.exp: Load "local-board".
5497
8484c955
PA
54982017-10-17 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/quit-live.c: New file.
5501 * gdb.base/quit-live.exp: New file.
5502
83d5a34d
KS
55032017-10-16 Keith Seitz <keiths@redhat.com>
5504
5505 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5506 (class_with_protected_typedef, class_with_private_typedef)
5507 (struct_with_public_typedef, struct_with_protected_typedef)
5508 (struct_with_private_typedef): New classes/structs.
5509 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5510 typedefs and access specifiers.
5511
739b3f1d
PA
55122017-10-16 Pedro Alves <palves@redhat.com>
5513 Simon Marchi <simon.marchi@polymtl.ca>
5514
5515 * README (Local vs Remote vs Native): New section.
5516 * boards/local-board.exp: New file, with bits factored out from
5517 ...
5518 * boards/native-extended-gdbserver.exp: ... here. Load
5519 "local-board".
5520 * boards/native-gdbserver.exp: Load "local-board".
5521 (${board}_spawn, ${board}_exec): Delete.
5522 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5523 ...
5524 * boards/stdio-gdbserver-base.exp: ... this new file.
5525 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5526 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5527 procedure.
5528 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5529 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5530 stdio_gdbserver_command.
5531 (${board}_get_remote_address, ${board}_get_comm_port)
5532 (${board}_download, ${board}_upload): Delete.
5533 (get_target_remote_pipe_cmd): New.
5534
fe68b953
SM
55352017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5536
5537 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5538 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5539 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5540 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5541 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5542 remove with_test_prefix.
5543
300b6685
PA
55442017-10-13 Pedro Alves <palves@redhat.com>
5545
5546 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5547 * gdb.base/annota1.exp: Use it instead of is_remote.
5548 * gdb.base/annota3.exp: Use it instead of is_remote.
5549 * gdb.cp/annota2.exp: Use it instead of is_remote.
5550 * gdb.cp/annota3.exp: Use it instead of is_remote.
5551 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5552
50500caf
PA
55532017-10-13 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5556 (test_num_test_vars, run_and_count_vars, find_env)
5557 (test_set_unset_env, test_inherit_env_var): New procedures.
5558 (top level): Use them.
5559
dad0c6d2
PA
55602017-10-13 Pedro Alves <palves@redhat.com>
5561
5562 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5563 also skip on stub-like targets.
5564
8b0553c1
PA
55652017-10-13 Pedro Alves <palves@redhat.com>
5566
5567 PR gdb/22293
5568 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5569 (top level): Move some tests to ...
5570 (test_not_found): ... this new procedure.
5571 (top level): Call it.
5572
7594f623
PA
55732017-10-13 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5576 expect different "info terminal" output if testing with a
5577 non-native target.
5578
ebe3b402
PA
55792017-10-13 Pedro Alves <palves@redhat.com>
5580 Simon Marchi <simon.marchi@polymtl.ca>
5581
5582 PR python/12966
5583 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5584
42f1b161
PA
55852017-10-13 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5588 already.
5589
8d6ef72b
PA
55902017-10-13 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5593 is_remote.
5594
d7bcd5b8
PA
55952017-10-13 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5598 is_remote.
5599
df479dc6
PA
56002017-10-13 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5603 is set.
5604 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5605 instead of is_remote.
5606
23fb630a
PA
56072017-10-13 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5610 (top level): Add comment.
5611
cc77b1dc
PA
56122017-10-13 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/remote.exp (top level): Fix comment typo and add
5615 missing return.
5616
27c9e813
PA
56172017-10-13 Pedro Alves <palves@redhat.com>
5618 Simon Marchi <simon.marchi@polymtl.ca>
5619
5620 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5621 calls and add comments. Skip test if use_gdb_stub is set.
5622 (top level): Use "set cwd" command instead of "cd" command.
5623
5e830d98
PA
56242017-10-13 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5627 is_remote target check.
5628
f5ca0032
PA
56292017-10-13 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/scope.exp: Use build_executable + clean_restart +
5632 gdb_file_cmd instead of prepare_for_testing and no longer skip
5633 "before run" tests on is_remote target boards. Update comments.
5634 * boards/native-extended-gdbserver.exp
5635 (extended_gdbserver_load_last_file): New, factored out from ...
5636 (gdb_load): ... this. Move further below and add comment.
5637 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5638
8aed1c0d
PA
56392017-10-12 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/attach.exp: Remove references to gdb64.
5642 * gdb.base/dbx.exp: Remove references to gdb64.
5643
cfa34c87
SM
56442017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5645 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/label.exp: Remove is_remote target check.
5648
9192b7de
PA
56492017-10-12 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.base/auvx.exp (coredir): Update comment.
5652 (top level) <core_works>: Use "set cwd" command instead of "cd"
5653 command.
5654
6bf0052d
PA
56552017-10-12 Pedro Alves <palves@redhat.com>
5656 Simon Marchi <simon.marchi@polymtl.ca>
5657
5658 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5659 target boards.
5660
e48ef82d
PA
56612017-10-12 Pedro Alves <palves@redhat.com>
5662 Simon Marchi <simon.marchi@polymtl.ca>
5663
5664 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5665 Instead skip if there's any gdb_protocol set.
5666
8d7aea57
SM
56672017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5668 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5671
30440677
PA
56722017-10-12 Pedro Alves <palves@redhat.com>
5673 Simon Marchi <simon.marchi@polymtl.ca>
5674
5675 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5676 instead of on dejagnu remote boards.
5677
4e04f045 56782017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5679 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5680
5681 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5682 checks. Use build_executable + clean_restart instead of
5683 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5684 of enabling non-stop after starting gdb.
5685
871a186e
PA
56862017-10-12 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5689 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5690 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5691 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5692
56d704da
AK
56932017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5694
5695 * gdb.arch/arc-tdesc-cpu.exp: New file.
5696 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5697
2f20e312
SM
56982017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5701
65630365
PA
57022017-10-10 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5705 expect CLI output.
5706
bf469271
PA
57072017-10-10 Pedro Alves <palves@redhat.com>
5708
5709 * lib/selftest-support.exp (selftest_setup): Update for
5710 captured_command_loop's prototype change.
5711
777a42f1
PA
57122017-10-09 Pedro Alves <palves@redhat.com>
5713
5714 Test both arch1=>arch2 and arch2=>arch1.
5715
5716 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5717 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5718 factored out to...
5719 (append_arch1_options, append_arch2_options, append_arch_options)
5720 (build_executables): New procedures.
5721 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5722 local.
5723 (top level): Add new 'first_arch' testing axis.
5724
cbd2b4e3
PA
57252017-10-09 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5728 (barrier): New.
5729 (thread_start, all_started): New functions.
5730 (main): Spawn new thread and wait until it is scheduled.
5731 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5732 option.
5733 (do_test): Add 'selected_thread' parameter. Run to all_started
5734 instead of main. Explicitly set the breakpoint at main. Switch
5735 to the SELECTED_THREAD thread.
5736 (top level): Test handling the exec event with either the main
5737 thread or the second thread selected.
5738
5c9e4427
PA
57392017-10-09 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5742 logic. Move STOP marker after the value checks.
5743 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5744 regexp.
5745
b3b7c423
SL
57462017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5747
5748 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5749
3b4b2f16
UW
57502017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5751
5752 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5753 integer-to-dfp conversion.
5754 * gdb.base/dfp-test.exp: Likewise.
5755
5cd63fda
PA
57562017-10-04 Pedro Alves <palves@redhat.com>
5757
5758 * gdb.multi/hangout.c: Include <unistd.h>.
5759 (hangout_loop): New function.
5760 (main): Call alarm. Call hangout_loop in a loop.
5761 * gdb.multi/hello.c: Include <unistd.h>.
5762 (hello_loop): New function.
5763 (main): Call alarm. Call hangout_loop in a loop.
5764 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5765 inferior with the other selected.
5766
4c71c105
SM
57672017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5768
5769 * gdb.mi/list-thread-groups-available.exp: New file.
5770 * gdb.mi/list-thread-groups-available.c: New file.
5771
bc3b087d
SDJ
57722017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5773
5774 * gdb.base/set-cwd.exp: Make it available on
5775 native-extended-gdbserver.
5776
d092c5a2
SDJ
57772017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5778
5779 * gdb.base/set-cwd.c: New file.
5780 * gdb.base/set-cwd.exp: Likewise.
5781
45320ffa
TT
57822017-10-02 Tom Tromey <tom@tromey.com>
5783
5784 PR rust/22236:
5785 * gdb.rust/simple.rs (main): New variable "fslice".
5786 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5787
b3e3859b
TT
57882017-10-02 Tom Tromey <tom@tromey.com>
5789
5790 * gdb.rust/simple.exp: Test ptype of a slice.
5791
01af5e0d
TT
57922017-10-02 Tom Tromey <tom@tromey.com>
5793
5794 * gdb.rust/simple.exp: Test index of slice.
5795
a9bbfbd8
TT
57962017-09-27 Tom Tromey <tom@tromey.com>
5797
5798 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5799
df8899e5
TP
58002017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5801 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/compare-sections.exp (get value of read-only section): Read
5804 as unsigned value.
5805 (corrupt read-only section): Likewise and don't set written if patching
5806 failed.
5807
757bf54b
KB
58082017-09-21 Kevin Buettner <kevinb@redhat.com>
5809
5810 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5811 files.
5812
06871ae8
PA
58132017-09-20 Pedro Alves <palves@redhat.com>
5814
5815 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5816 symbol names in gdb's output.
5817 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5818
e5f25bc5
PA
58192017-09-20 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5822 Rename to ...
5823 (test_list_ambiguous_symbol): ... this and add a symbol name
5824 parameter. Adjust.
5825 (test_list_ambiguous_function): Reimplement on top of
5826 test_list_ambiguous_symbol and also test listing ambiguous
5827 variables.
5828 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5829 (ambiguous_fun): ... this.
5830 (ambiguous_var): New.
5831 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5832 (ambiguous_fun): ... this.
5833 (ambiguous_var): New.
5834
4e5a4f58
JB
58352017-09-19 John Baldwin <jhb@FreeBSD.org>
5836
5837 * gdb.base/starti.c: New file.
5838 * gdb.base/starti.exp: New file.
5839 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5840
26e53f3e
PA
58412017-09-14 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5844 (top level): Use it instead of runto.
5845
cb791d59
TT
58462017-09-11 Tom Tromey <tom@tromey.com>
5847
5848 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5849
7c96f8c1
TT
58502017-09-11 Tom Tromey <tom@tromey.com>
5851
5852 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5853 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5854
469412dd
CW
58552017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5856
5857 * gdb.fortran/printing-types.exp: New file.
5858 * gdb.fortran/printing-types.exp: New file.
5859
e0f86435
BH
58602017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5861
5862 * gdb.fortran/vla-ptype.exp: Fix typos.
5863 * gdb.fortran/vla-value.exp: Same.
5864
9e9af4be
BH
58652017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5866
5867 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5868 * gdb.mi/mi-var-child-f.exp: Likewise.
5869 * gdb.mi/mi-vla-fortran.exp: Likewise.
5870
a5ad232b 58712017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5872 Christoph Weinmann <christoph.t.weinmann@intel.com>
5873 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5874
5875 * gdb.fortran/ptr-indentation.f90: New file.
5876 * gdb.fortran/ptr-indentation.exp: New file.
5877
5aec60eb
TT
58782017-09-05 Tom Tromey <tom@tromey.com>
5879
5880 PR gdb/22010:
5881 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5882
8f8f8152
TP
58832017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5884
5885 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5886
fbd1b771
JK
58872017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 * gdb.threads/tls-nodebug-pie.c: New file.
5890 * gdb.threads/tls-nodebug-pie.exp: New file.
5891
5eb5f850
TT
58922017-09-05 Tom Tromey <tom@tromey.com>
5893
5894 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5895 for rust.
5896
ae780a21
SM
58972017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5898
5899 * gdb.multi/multi-arch-exec.exp: Test with different
5900 "follow-exec-mode" settings.
5901 (do_test): New procedure.
5902
3693fdb3
PA
59032017-09-04 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.base/func-static.c (S::method const, S::method volatile)
5906 (S::method volatile const): New methods.
5907 (c_s, v_s, cv_s): New instances.
5908 (main): Call method() on them.
5909 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5910 (cannot_resolve): New procedure.
5911 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5912 print-quote-unquoted columns.
5913 (do_test): Test printing each scope too.
5914
e68cb8e0
PA
59152017-09-04 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.base/local-static.exp: Also test with
5918 class::method::variable wholly quoted.
5919 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5920
858be34c
PA
59212017-09-04 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/local-static.c: New.
5924 * gdb.base/local-static.cc: New.
5925 * gdb.base/local-static.exp: New.
5926
46a4882b
PA
59272017-09-04 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.asm/asm-source.exp: Add casts to int.
5930 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5931 (dataglobal64_1, dataglobal64_2): New globals.
5932 * gdb.base/nodebug.exp: Test different expressions involving the
5933 new globals, with print, whatis and ptype. Add casts to int.
5934 * gdb.base/solib-display.exp: Add casts to int.
5935 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5936 * gdb.cp/m-static.exp: Add cast to int.
5937 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5938 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5939 tls variable with no debug info without a cast. Test with a cast
5940 to int too.
5941 * gdb.trace/entry-values.exp: Add casts.
5942
2c5a2be1
PA
59432017-09-04 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/nodebug.exp: Test that ptype's error about functions
5946 with unknown return type includes the function name too.
5947
7022349d
PA
59482017-09-04 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5951 return type of munmap in infcall.
5952 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5953 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5954 type of ftell in infcall.
5955 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5956 type of getpid in infcall.
5957 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5958 infcall.
5959 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5960 Bail on failure to extract the pid.
5961 * gdb.base/nodebug.c: #include <stdint.h>.
5962 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5963 New functions.
5964 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5965 Change expected output of print/whatis/ptype with functions with
5966 no debug info. Test all supported languages. Call
5967 test_call_promotion.
5968 * gdb.compile/compile.exp: Adjust expected output to expect
5969 warning.
5970 * gdb.threads/siginfo-threads.exp: Likewise.
5971
54990598
PA
59722017-09-04 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5975 "prototypes". Test calling float functions via prototyped and
5976 unprototyped function pointers.
5977 (perform_all_tests): New parameter "prototypes". Pass it down.
5978 (top level): Pass down "prototypes" parameter to
5979 perform_all_tests.
5980
34d16ea2
SM
59812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5982
5983 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5984 Test with nested loops.
5985
9521ecda
SM
59862017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * gdb.base/commands.exp: Call the new procedures.
5989 (loop_break_test, loop_continue_test): New procedures.
5990
80a65e9b
SM
59912017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * gdb.base/commands.exp: Call new procedure.
5994 (define_if_without_arg_test): New procedure.
5995
e439fa14
PA
59962017-09-04 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/list-ambiguous.exp: New file.
5999 * gdb.base/list-ambiguous0.c: New file.
6000 * gdb.base/list-ambiguous1.c: New file.
6001 * gdb.base/list.exp (test_list_range): Adjust expected output.
6002
0a2dde4a
SDJ
60032017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6004
6005 * gdb.base/share-env-with-gdbserver.c: New file.
6006 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6007
5e89eb3a
SM
60082017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6009
6010 * gdb.base/commands.exp (gdbvar_simple_if_test,
6011 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6012 progvar_simple_if_test, progvar_simple_while_test,
6013 progvar_complex_if_while_test, user_defined_command_test,
6014 user_defined_command_args_eval,
6015 user_defined_command_args_stack_test,
6016 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6017 temporary_breakpoint_commands,
6018 gdb_test_no_prompt, redefine_hook_test,
6019 redefine_backtrace_test): Remove "global gdb_prompt".
6020
fd437cbc
SM
60212017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6022
6023 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6024 New proc, call it from toplevel.
6025
87215ad1
SDJ
60262017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6027
6028 PR remote/21852
6029 * gdb.server/normal.c: New file, copied from gdb.base.
6030 * gdb.server/run-without-local-binary.exp: New file.
6031
58afddc6
WP
60322017-08-07 Weimin Pan <weimin.pan@oracle.com>
6033
6034 * gdb.arch/sparc64-adi.exp: New file.
6035 * gdb.arch/sparc64-adi.c: New file.
6036
5277199a
PA
60372017-08-22 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6040 (top level): Add "list all overloads" tests.
6041
14278e1f
TT
60422017-08-22 Tom Tromey <tom@tromey.com>
6043
6044 * gdb.gdb/xfullpath.exp: Remove.
6045
bf223d3e
PA
60462017-08-21 Pedro Alves <palves@redhat.com>
6047
6048 PR gdb/19487
6049 * gdb.base/symbol-alias.c: New.
6050 * gdb.base/symbol-alias2.c: New.
6051 * gdb.base/symbol-alias.exp: New.
6052
c973d0aa
PA
60532017-08-21 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.base/dfp-test.c
6056 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6057 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6058 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6059 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6060 * gdb.base/whatis-ptype-typedefs.c: New.
6061 * gdb.base/whatis-ptype-typedefs.exp: New.
6062 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6063 (an_int, an_int_type, an_int_type2): New globals.
6064 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6065 involving typedefs and cast expressions.
6066 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6067 (lookup_typedefs_function): New.
6068 (typedefs_pretty_printers_dict): New.
6069 (top level): Register lookup_typedefs_function in
6070 gdb.pretty_printers.
6071
6d580b63
YQ
60722017-08-18 Yao Qi <yao.qi@linaro.org>
6073
6074 * gdb.server/unittest.exp: New.
6075
206726fb
SDJ
60762017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6077
6078 PR gdb/21954
6079 * gdb.base/environ.exp: Add test to check if 'unset environment'
6080 works.
6081
bf0ec4c2
AA
60822017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6083
6084 * lib/gdb.exp (universal_compile_options): New caching proc.
6085 (gdb_compile): Suppress GCC's coloring of messages.
6086
d6382fff
TT
60872017-08-14 Tom Tromey <tom@tromey.com>
6088
6089 PR gdb/21675:
6090 * gdb.base/printcmds.exp (test_radices): New function.
6091 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6092 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6093 * lib/gdb.exp (get_integer_valueof): Use p/d.
6094
c2c2dd9f
SM
60952017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6098 characters.
6099
fdffd6f4
TT
61002017-08-05 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.rust/simple.exp: Allow String to appear in a different
6103 namespace.
6104
27d41eac
YQ
61052017-07-26 Yao Qi <yao.qi@linaro.org>
6106
6107 * gdb.gdb/unittest.exp: Invoke command
6108 "maintenance check xml-descriptions".
6109
031ed05d
AA
61102017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6111
6112 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6113 calling context.
6114 (hex128): Drop erroneous calculation of parameters.
6115
dcd27ddf
SM
61162017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.python/py-unwind.exp: Disable stack protection when
6119 building test file.
6120
47e77640
PA
61212017-07-20 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/default.exp (set language): Adjust expected output.
6124
62d2a18a
PA
61252017-07-20 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6128 (test_minsym): ... this, and make static.
6129 (get_pck__foo__bar__minsym): Rename to ...
6130 (get_test_minsym): ... this.
6131 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6132 symbol names and comments.
6133 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6134 (get_test_minsym): ... this.
6135 (pck__foo__bar__minsym__2): Rename to ...
6136 (test_minsym): ... this.
6137 (main): Adjust.
6138
c45ec17c
PA
61392017-07-17 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.base/completion.exp: Adjust expected output.
6142 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6143 the completer works.
6144
c6756f62
PA
61452017-07-17 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6148
5bd68487
AB
61492017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6150
6151 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6152
8880f2a9
TT
61532017-07-14 Tom Tromey <tom@tromey.com>
6154
6155 PR rust/21764:
6156 * gdb.rust/simple.exp: Add tests.
6157
65547233
TT
61582017-07-14 Tom Tromey <tom@tromey.com>
6159
6160 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6161
8f14146e
PA
61622017-07-14 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.linespec/base/one/thefile.cc (z1): New function.
6165 * gdb.linespec/base/two/thefile.cc (z2): New function.
6166 * gdb.linespec/linespec.exp: Add tests.
6167
b4365d02
AB
61682017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6169
6170 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6171 to mi_create_breakpoint.
6172
5d2cbaa5
AB
61732017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6174
6175 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6176 mi_create_breakpoint.
6177
11cb5716
IB
61782017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6179
6180 * gdb.dlang/demangle.exp: Update for demangling changes.
6181
03278692
TT
61822017-07-09 Tom Tromey <tom@tromey.com>
6183
6184 * gdb.dwarf2/shortpiece.exp: New file.
6185
33c5cd75
DB
61862017-07-06 David Blaikie <dblaikie@gmail.com>
6187
6188 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6189 built from fissiont-multi-cu{1,2}.c.
6190 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6191 except putting 'main' and 'func' in separate CUs in the same DWO file.
6192 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6193 test.
6194 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6195 test.
6196
8455d262
PA
61972017-07-06 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.python/py-unwind.exp: Test flushregs.
6200
dc4bde35
SDJ
62012017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6202
6203 PR cli/21688
6204 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6205 tests for alias commands and trailing whitespace.
6206
51ed89aa
SDJ
62072017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 PR cli/21688
6210 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6211 procedure. Call it.
6212
eb17d413
PA
62132017-06-29 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/printcmds.exp: Add tests.
6216
41664b45
DG
62172017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6218
6219 PR gdb/21337
6220 * gdb.base/reread-readsym.exp: New file.
6221 * gdb.base/reread-readsym.c: New file.
6222
75312ae3
KB
62232017-06-21 Kevin Buettner <kevinb@redhat.com>
6224
6225 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6226 subpattern.
6227
66953522
PB
62282017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6229
6230 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6231 extended mnemonic.
6232 * gdb.arch/powerpc-power9.s: Likewise.
6233
5524b525
AA
62342017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6235
6236 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6237 on 32-bit x86 targets. Exploit is_*_target macros where
6238 appropriate.
6239
03c8af18
AA
62402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6241
6242 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6243 register pieces.
6244
3bf31011
AA
62452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6246
6247 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6248 located in one or more DWARF pieces.
6249
805acca0
AA
62502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6251
6252 * lib/gdb.exp (get_endianness): New proc.
6253 * gdb.arch/aarch64-fp.exp: Use it.
6254 * gdb.arch/altivec-regs.exp: Likewise.
6255 * gdb.arch/e500-regs.exp: Likewise.
6256 * gdb.arch/vsx-regs.exp: Likewise.
6257 * gdb.base/dump.exp: Likewise.
6258 * gdb.base/funcargs.exp: Likewise.
6259 * gdb.base/gnu_vector.exp: Likewise.
6260 * gdb.dwarf2/formdata16.exp: Likewise.
6261 * gdb.dwarf2/implptrpiece.exp: Likewise.
6262 * gdb.dwarf2/nonvar-access.exp: Likewise.
6263 * gdb.python/py-inferior.exp: Likewise.
6264 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6265
e9352324
AA
62662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6267
6268 PR gdb/21226
6269 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6270 stack value pieces are taken from the LSB end.
6271
d5d1163e
AA
62722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6273
6274 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6275 variable at nonzero offset.
6276
0567c986
AA
62772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6278
6279 * gdb.dwarf2/var-access.c: New file.
6280 * gdb.dwarf2/var-access.exp: New test.
6281 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6282
973e9aab
TT
62832017-06-12 Tom Tromey <tom@tromey.com>
6284
6285 * gdb.dwarf2/formdata16.exp: Add tests.
6286
d9109c80
TT
62872017-06-12 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6290
30a25466
TT
62912017-06-12 Tom Tromey <tom@tromey.com>
6292
6293 PR exp/16225:
6294 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6295 * gdb.arch/vsx-regs.exp: Update tests.
6296 * gdb.arch/s390-vregs.exp (hex128): New proc.
6297 Update test.
6298 * gdb.arch/altivec-regs.exp: Update tests.
6299
aefd8b33
SDJ
63002017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6301
6302 * gdb.base/startup-with-shell.c: New file.
6303 * gdb.base/startup-with-shell.exp: Likewise.
6304
2090129c
SDJ
63052017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6306
6307 * gdb.server/non-existing-program.exp: Update regex in order to
6308 reflect the fact that gdbserver is now using fork_inferior (with a
6309 shell) to startup the inferior.
6310
8e86a419
SM
63112017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6312
6313 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6314 support function calls from GDB.
6315
e6cf65f2
TT
63162017-05-21 Tom Tromey <tom@tromey.com>
6317
6318 PR rust/21466:
6319 * gdb.rust/unsized.exp: New file.
6320 * gdb.rust/unsized.rs: New file.
6321
43cc5389
TT
63222017-05-19 Tom Tromey <tom@tromey.com>
6323
6324 PR rust/21484:
6325 * gdb.rust/watch.exp: New file.
6326 * gdb.rust/watch.rs: New file.
6327
ec8df234
TT
63282017-05-18 Tom Tromey <tom@tromey.com>
6329
6330 * gdb.rust/simple.exp: Allow Box to be qualified.
6331
3e3e7fae
TP
63322017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6333
6334 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6335
59cc050d
PA
63362017-05-18 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/fileio.c (test_write, test_read, test_close)
6339 (test_fstat): Don't print 'ret' in the fail path.
6340
c8f6abd1
PA
63412017-05-18 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6344 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6345 (test_system, test_rename, test_unlink, test_time): Change
6346 prototypes.
6347 * gdb.base/fileio.exp (stop_msg): Adjust.
6348
d2a03b77
PA
63492017-05-18 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.base/fileio.c (null_str): New global.
6352 (test_stat): Use it.
6353 * gdb.base/fileio.exp: Remove nowarnings.
6354
0d5c6999
YQ
63552017-05-17 Yao Qi <yao.qi@linaro.org>
6356
6357 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6358
21873064
YQ
63592017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6360
6361 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6362 argument command.
6363 (top-level): Invoke test_set_inferior_tty.
6364
d512d31c
PA
63652017-05-04 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6368 Add parens to print call for Python 3.
6369
90cef2ed
KS
63702017-05-03 Keith Seitz <keiths@redhat.com>
6371
6372 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6373 (main): Call it.
6374
14f819c8
TW
63752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6376
6377 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6378 to prev and next.
6379
913aeadd
TW
63802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6381
6382 * gdb.python/py-record-btrace.exp: Remove test for
6383 gdb.BtraceInstruction.error.
6384
a3be24ad
TW
63852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6386
6387 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6388
ae20e79a
TW
63892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6390
6391 * gdb.python/py-record-btrace-threads.c: New file.
6392 * gdb.python/py-record-btrace-threads.exp: New file.
6393
45ce1b47
SDJ
63942017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6395
6396 PR testsuite/8595
6397 * gdb.base/environ.exp: Make test available in all architectures.
6398 Move bits related to "info program" testing to
6399 gdb.base/info-program.exp. Rewrite tests to use the two new
6400 procedures mentione below.
6401 (test_set_show_env_var) New procedure.
6402 (test_set_show_env_var_equal): Likewise.
6403 * gdb.base/info-program.exp: New file.
6404
e15c3eb4
KS
64052017-04-27 Keith Seitz <keiths@redhat.com>
6406
6407 * gdb.cp/oranking.cc (test15): New function.
6408 (main): Call test15 and declare additional variables for testing.
6409 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6410 "p foo101('abc')" tests.
6411 Add tests for cv qualifier overloads.
6412 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6413 "lvalue reference overload" test.
6414 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6415 "print value of f1 on Child&& in f2" test.
6416
3a3fd0fd
PA
64172017-04-19 Pedro Alves <palves@redhat.com>
6418
6419 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6420 procedure.
6421 (top level): Call it.
6422 * lib/gdb.exp (gdb_define_cmd): New procedure.
6423
53375380
PA
64242017-04-12 Pedro Alves <palves@redhat.com>
6425
6426 PR gdb/21323
6427 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6428 (wchar): New global.
6429 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6430 (do_test_wide_char, wide_char_types_no_program, top level): Add
6431 wchar_t testing.
6432
53e710ac
PA
64332017-04-12 Pedro Alves <palves@redhat.com>
6434
6435 PR c++/21323
6436 * gdb.cp/wide_char_types.c: New file.
6437 * gdb.cp/wide_char_types.exp: New file.
6438
0ad9d8c7
SDJ
64392017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6440
6441 PR gdb/21352
6442 * gdb.trace/tsv.exp: Add test for "tsave -r".
6443
b1b45502
IB
64442017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6445
6446 * gdb.dlang/watch-loc.c: New file.
6447 * gdb.dlang/watch-loc.exp: New file.
6448
ec13808e
JK
64492017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6452
fe5f7374
AK
64532017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6454
6455 * gdb.arch/arc-analyze-prologue.S: New file.
6456 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6457
eea78757
AK
64582017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6459
6460 * gdb.arch/arc-decode-insn.S: New file.
6461 * gdb.arch/arc-decode-insn.exp: Likewise.
6462
5badf10a
IR
64632017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6464
6465 PR tdep/20928
6466 * gdb.arch/sparc64-regs.exp: New file.
6467 * gdb.arch/sparc64-regs.S: Likewise.
6468
cee59b3f
TW
64692017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6470
6471 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6472 and memory view on Python 3.
6473
c0f55cc6
AV
64742017-03-20 Artemiy Volkov <artemiyv@acm.org>
6475 Keith Seitz <keiths@redhat.com>
6476
6477 PR gdb/14441
6478 * gdb.cp/demangle.exp: Add rvalue reference tests.
6479 * gdb.cp/rvalue-ref-casts.cc: New file.
6480 * gdb.cp/rvalue-ref-casts.exp: New file.
6481 * gdb.cp/rvalue-ref-overload.cc: New file.
6482 * gdb.cp/rvalue-ref-overload.exp: New file.
6483 * gdb.cp/rvalue-ref-params.cc: New file.
6484 * gdb.cp/rvalue-ref-params.exp: New file.
6485 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6486 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6487 * gdb.cp/rvalue-ref-types.cc: New file.
6488 * gdb.cp/rvalue-ref-types.exp: New file.
6489 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6490 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6491
51457a05
MAL
64922017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6493
6494 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6495 New procedure.
6496
5b291c04
MAL
64972017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6498
6499 * lib/mi-support.exp (mi_gdb_test): Add additional message
6500 for unexpected output.
6501
59a56148
AA
65022017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 * gdb.base/examine-backward.c (Barrier): New character array
6505 constant, to ensure that TestStrings is preceded by a string
6506 terminator.
6507
7942e96e
AA
65082017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6509
6510 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6511 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6512 and implicit pointer into such a location.
6513
6ebac3fb
DE
65142017-03-16 Doug Evans <dje@google.com>
6515
6516 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6517
ec3b243d
TP
65182017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6519
6520 * gdb.cp/m-static.exp: Fix expectation for prototype of
6521 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6522
65232017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6524
6525 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6526 * gdb.guile/scm-lazy-string.c: New file.
6527 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6528 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6529 for pointer, array, typedef lazy strings.
6530
2cc36e25 65312017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6532
6533 PR python/17728, python/18439, python/18779
6534 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6535 * gdb.python/py-lazy-string.c (pointer): New typedef.
6536 (main): New locals ptr, array, typedef_ptr.
6537 * gdb.python/py-value.exp: Move lazy string tests to ...
6538 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6539 array, typedef lazy strings.
ec3b243d 6540
0efcde63
AK
65412017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6542
6543 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6544 Add optional 'test' parameter.
6545
7978d7c3
SM
65462017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6549 Skip for versions of DejaGnu < 1.5.
6550
896c0c1e
SM
65512017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6552
6553 * lib/gdb.exp (dejagnu_version): New proc.
6554 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6555 Use dejagnu_version.
6556
5f4d1085
KS
65572017-03-10 Keith Seitz <keiths@redhat.com>
6558
6559 PR c++/8128
6560 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6561 type from destructor regexps.
6562 Add a branch which actually passes the test.
6563 Adjust "ptype t5i" test names.
6564
1de05205
PA
65652017-03-08 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.base/step-over-exit.exp: Add explicit test message.
6568
c65d6b55
PA
65692017-03-08 Pedro Alves <palves@redhat.com>
6570
6571 PR gdb/18360
6572 * gdb.threads/interrupt-while-step-over.c: New file.
6573 * gdb.threads/interrupt-while-step-over.exp: New file.
6574
2e86a283
PA
65752017-03-08 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6578 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6579
25dcbff6
PA
65802017-03-08 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6583 PKRU as not supported as a PASS.
6584
dc9366eb
PA
65852017-03-08 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6588 prefix instead of $binfile1/$binfile2.
6589 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6590 in test message.
6591 * gdb.python/py-completion.exp: Use "load python file" as test
6592 messages instead of unstable path names.
6593
6e5d74e7
PA
65942017-03-08 Pedro Alves <palves@redhat.com>
6595 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 PR cli/21218
6598 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6599 New proc.
6600 (top level): Call it.
6601
9753a2f6
PA
66022017-03-08 Pedro Alves <palves@redhat.com>
6603
6604 PR tui/21216
6605 * gdb.tui/tui-nl-filtered-output.exp: New file.
6606
1a4dd9dd
PA
66072017-03-08 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.base/completion.exp: Move TUI completion tests to ...
6610 * gdb.tui/completion.exp: ... this new file.
6611
7cbbff33
PA
66122017-03-08 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.base/tui-disasm-long-lines.c,
6615 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6616 gdb.base/tui-layout.exp: Move to ...
6617 * gdb.tui/: ... this new directory.
6618
5f6fd321
PA
66192017-03-07 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/tui-layout.c: New file.
6622 * gdb.base/tui-layout.exp: New file.
6623
44959fa8
PA
66242017-03-07 Pedro Alves <palves@redhat.com>
6625
6626 * gdb.base/tui-layout.c: Rename to ...
6627 * gdb.base/tui-disasm-long-lines.c: ... this.
6628 * gdb.base/tui-layout.exp: Rename to ...
6629 * gdb.base/tui-disasm-long-lines.exp: ... this.
6630
f8c4e718
PA
66312017-03-07 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6634
6dbb839a 66352017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6636
6637 * i386-mpx-call.c: New file.
6638 * i386-mpx-call.exp: New file.
6639
65b48a81
PB
66402017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6641
6642 * gdb.arch/powerpc-power.exp: Delete test.
6643 * gdb.arch/powerpc-power.s: Likewise.
6644 * gdb.disasm/disassembler-options.exp: New test.
6645 * gdb.arch/powerpc-altivec.exp: Likewise.
6646 * gdb.arch/powerpc-altivec.s: Likewise.
6647 * gdb.arch/powerpc-altivec2.exp: Likewise.
6648 * gdb.arch/powerpc-altivec2.s: Likewise.
6649 * gdb.arch/powerpc-altivec3.exp: Likewise.
6650 * gdb.arch/powerpc-altivec3.s: Likewise.
6651 * gdb.arch/powerpc-power7.exp: Likewise.
6652 * gdb.arch/powerpc-power7.s: Likewise.
6653 * gdb.arch/powerpc-power8.exp: Likewise.
6654 * gdb.arch/powerpc-power8.s: Likewise.
6655 * gdb.arch/powerpc-power9.exp: Likewise.
6656 * gdb.arch/powerpc-power9.s: Likewise.
6657 * gdb.arch/powerpc-vsx.exp: Likewise.
6658 * gdb.arch/powerpc-vsx.s: Likewise.
6659 * gdb.arch/powerpc-vsx2.exp: Likewise.
6660 * gdb.arch/powerpc-vsx2.s: Likewise.
6661 * gdb.arch/powerpc-vsx3.exp: Likewise.
6662 * gdb.arch/powerpc-vsx3.s: Likewise.
6663 * gdb.arch/arm-disassembler-options.exp: Likewise.
6664 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6665 * gdb.arch/s390-disassembler-options.exp: Likewise.
6666
17cd4947
LM
66672017-02-23 Luis Machado <lgustavo@codesourcery.com>
6668
6669 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6670 (check_supported_features): ... this. Changed return type to void.
6671 (supports_rdseed): New static global.
6672 (rdseed): Check supports_rdseed.
6673 (initialize): Call check_supported_features.
6674
2039d74e
EBM
66752017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6676
6677 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6678 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6679 and lqarx/stqcx.
6680 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6681 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6682
a51d7ecf
EBM
66832017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6684
6685 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6686 uppercase.
6687
0224619f
JK
66882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 * gdb.dwarf2/formdata16.c: New file.
6691 * gdb.dwarf2/formdata16.exp: New file.
6692 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6693
216f72a1
JK
66942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6697 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6698 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6699 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6700 DW_AT_GNU_*.
6701
43988095
JK
67022017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6703
6704 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6705
99e8a4f9
SDJ
67062017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6707
6708 PR gdb/21164
6709 * gdb.base/maint.exp: Add testcases for when the commands do
6710 not have arguments.
6711
b58a8c0c
TP
67122017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6713
6714 * gdb.cp/chained-calls.exp: Use p instead of P.
6715
4e746bb6
TW
67162017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6717
6718 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6719 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6720
3f77c769
TT
67212017-02-14 Tom Tromey <tom@tromey.com>
6722
6723 PR python/13598:
6724 * gdb.python/py-events.exp: Add before_prompt event tests.
6725
075beec0
AA
67262017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6727
6728 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6729
bf5f525c
LM
67302017-02-13 Luis Machado <lgustavo@codesourcery.com>
6731
6732 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6733 (main): Call my_unique_function_name.
6734 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6735 completion of patterns with a single match.
6736 Add missing -re switches to gdb_test_multiple calls.
6737
13a66184
LM
67382017-02-13 Luis Machado <lgustavo@codesourcery.com>
6739
6740 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6741 return if core file is not recognized.
6742
26a06916
SM
67432017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6744
6745 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6746 and extra UIs.
6747
b761ca9e
SM
67482017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6751 proc_with_prefix.
6752
b964bee0
TT
67532017-02-10 Tom Tromey <tom@tromey.com>
6754
6755 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6756
18da0c51
MG
67572017-02-10 Martin Galvan <martingalvan@sourceware.org>
6758
6759 PR gdb/21122
6760 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6761
604c4576
JG
67622017-02-08 Jerome Guitton <guitton@adacore.com>
6763
6764 * gdb.base/define.exp: Add test for command abbreviations
6765 in define.
6766
20b477a7
LM
67672017-02-06 Luis Machado <lgustavo@codesourcery.com>
6768
6769 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6770 * gdb.reverse/insn-reverse-x86.c: New file.
6771
3f7b46f2
IR
67722017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6773
6774 PR tdep/20936
6775 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6776
f0fd41c1
TT
67772017-02-03 Tom Tromey <tom@tromey.com>
6778
6779 PR rust/21097:
6780 * gdb.rust/simple.exp: Add new tests.
6781
5be5dbf0
PA
67822017-02-02 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6785 tests.
6786
7346ef59
AA
67872017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6788
6789 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6790 taking a 2-byte value out of a 4-byte DWARF implicit value on
6791 big-endian targets.
6792 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6793 logic. Add test cases for DW_OP_implicit.
6794
787f0025
MM
67952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6796
6797 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6798
68777c29
MM
67992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6800
6801 * gdb.btrace/enable.exp: Call gdb_exit before
6802 skip_gdbserver_tests.
6803
0a1c7e28
MM
68042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6805
6806 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6807 GDBFLAGS.
6808
b5ac99b0
MM
68092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6810
6811 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6812 the test is skipped.
6813 * gdb.btrace/data.exp: Likewise.
6814 * gdb.btrace/delta.exp: Likewise.
6815 * gdb.btrace/dlopen.exp: Likewise.
6816 * gdb.btrace/enable-running.exp: Likewise.
6817 * gdb.btrace/enable.exp: Likewise.
6818 * gdb.btrace/exception.exp: Likewise.
6819 * gdb.btrace/function_call_history.exp: Likewise.
6820 * gdb.btrace/gcore.exp: Likewise.
6821 * gdb.btrace/instruction_history.exp: Likewise.
6822 * gdb.btrace/multi-thread-step.exp: Likewise.
6823 * gdb.btrace/nohist.exp: Likewise.
6824 * gdb.btrace/non-stop.exp: Likewise.
6825 * gdb.btrace/reconnect.exp: Likewise.
6826 * gdb.btrace/record_goto-step.exp: Likewise.
6827 * gdb.btrace/record_goto.exp: Likewise.
6828 * gdb.btrace/rn-dl-bind.exp: Likewise.
6829 * gdb.btrace/segv.exp: Likewise.
6830 * gdb.btrace/step.exp: Likewise.
6831 * gdb.btrace/stepi.exp: Likewise.
6832 * gdb.btrace/tailcall-only.exp: Likewise.
6833 * gdb.btrace/tailcall.exp: Likewise.
6834 * gdb.btrace/tsx.exp: Likewise.
6835 * gdb.btrace/unknown_functions.exp: Likewise.
6836 * gdb.btrace/vdso.exp: Likewise.
6837
cd4007e4
MM
68382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6839
6840 * gdb.btrace/enable-running.c: New.
6841 * gdb.btrace/enable-running.exp: New.
6842
2735833d
WT
68432017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6844
6845 * gdb.arch/amd64-gs_base.c: New file.
6846 * gdb.arch/amd64-gs_base.exp: New file.
6847
b51e1e94
LM
68482017-01-26 Luis Machado <lgustavo@codesourcery.com>
6849
6850 * lib/memory.exp: Remove spurious empty newlines.
6851
72ca0410
SM
68522017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6853
6854 * gdb.python/py-bad-printers.exp: Load python file using "source".
6855 * gdb.python/py-events.exp: Likewise.
6856 * gdb.python/py-evsignal.exp: Likewise.
6857 * gdb.python/py-evthreads.exp: Likewise.
6858 * gdb.python/py-frame-args.exp: Likewise.
6859 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6860 * gdb.python/py-framefilter-mi.exp: Likewise.
6861 * gdb.python/py-framefilter.exp: Likewise.
6862 * gdb.python/py-mi.exp: Likewise.
6863 * gdb.python/py-pp-maint.exp: Likewise.
6864 * gdb.python/py-pp-registration.exp: Likewise.
6865 * gdb.python/py-prettyprint.exp: Likewise.
6866 (run_lang_tests): Likewise.
6867 * gdb.python/py-typeprint.exp: Likewise.
6868
e309aa65
LM
68692017-01-26 Luis Machado <lgustavo@codesourcery.com>
6870
6871 * lib/memory.exp: New file.
6872 * lib/gdb.exp: Load memory.exp.
6873 * gdb.base/memattr.exp (delete_memory): Move proc to
6874 lib/memory.exp and rename to delete_memory_regions.
6875 Replace delete_memory with delete_memory_regions.
6876 Cleanup memory regions before tests.
6877 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6878 before tests.
6879
515aff23
LM
68802017-01-26 Luis Machado <lgustavo@codesourcery.com>
6881
6882 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6883 files.
6884 (initialize): New function conditionally defined.
6885 (testcases): Move within conditional block.
6886 (main): Call initialize.
6887 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6888 of gdb.reverse/insn-reverse.c.
6889 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6890 gdb.reverse/insn-reverse.c.
6891
d8b49cf0
YQ
68922017-01-26 Yao Qi <yao.qi@linaro.org>
6893
6894 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6895 disassemble on address 0.
6896
f13a9a0c
YQ
68972017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6898 Yao Qi <yao.qi@linaro.org>
6899
6900 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6901 * gdb.dwarf2/implptr-64bit.S: Remove.
6902 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6903 variables in caller's context. Add DW_OP_implicit_value.
6904
5ac95241
YQ
69052017-01-25 Yao Qi <yao.qi@linaro.org>
6906
6907 * lib/dwarf.exp (Dwarf::_location): Handle
6908 DW_OP_GNU_implicit_pointer with proper size.
6909
23e82930
LM
69102017-01-20 Luis Machado <lgustavo@codesourcery.com>
6911
6912 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6913 and add untested calls.
6914
d334ae25
LM
69152017-01-20 Luis Machado <lgustavo@codesourcery.com>
6916
6917 * gdb.python/python.exp: Check line number against what GDB thinks
6918 the line number is for func1.
6919
f5e6296e
IB
69202017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6921
6922 * gdb.dlang/debug-expr.exp: New file.
6923
5b362f04
LM
69242016-12-23 Luis Machado <lgustavo@codesourcery.com>
6925
6926 Fix test names for the following files:
6927
6928 * gdb.ada/exec_changed.exp
6929 * gdb.ada/info_types.exp
6930 * gdb.arch/aarch64-atomic-inst.exp
6931 * gdb.arch/aarch64-fp.exp
6932 * gdb.arch/altivec-abi.exp
6933 * gdb.arch/altivec-regs.exp
6934 * gdb.arch/amd64-byte.exp
6935 * gdb.arch/amd64-disp-step.exp
6936 * gdb.arch/amd64-dword.exp
6937 * gdb.arch/amd64-entry-value-inline.exp
6938 * gdb.arch/amd64-entry-value-param.exp
6939 * gdb.arch/amd64-entry-value-paramref.exp
6940 * gdb.arch/amd64-entry-value.exp
6941 * gdb.arch/amd64-i386-address.exp
6942 * gdb.arch/amd64-invalid-stack-middle.exp
6943 * gdb.arch/amd64-invalid-stack-top.exp
6944 * gdb.arch/amd64-optimout-repeat.exp
6945 * gdb.arch/amd64-prologue-skip.exp
6946 * gdb.arch/amd64-prologue-xmm.exp
6947 * gdb.arch/amd64-stap-special-operands.exp
6948 * gdb.arch/amd64-stap-wrong-subexp.exp
6949 * gdb.arch/amd64-tailcall-cxx.exp
6950 * gdb.arch/amd64-tailcall-noret.exp
6951 * gdb.arch/amd64-tailcall-ret.exp
6952 * gdb.arch/amd64-tailcall-self.exp
6953 * gdb.arch/amd64-word.exp
6954 * gdb.arch/arm-bl-branch-dest.exp
6955 * gdb.arch/arm-disp-step.exp
6956 * gdb.arch/arm-neon.exp
6957 * gdb.arch/arm-single-step-kernel-helper.exp
6958 * gdb.arch/avr-flash-qualifier.exp
6959 * gdb.arch/disp-step-insn-reloc.exp
6960 * gdb.arch/e500-abi.exp
6961 * gdb.arch/e500-regs.exp
6962 * gdb.arch/ftrace-insn-reloc.exp
6963 * gdb.arch/i386-avx512.exp
6964 * gdb.arch/i386-bp_permanent.exp
6965 * gdb.arch/i386-byte.exp
6966 * gdb.arch/i386-cfi-notcurrent.exp
6967 * gdb.arch/i386-disp-step.exp
6968 * gdb.arch/i386-dr3-watch.exp
6969 * gdb.arch/i386-float.exp
6970 * gdb.arch/i386-gnu-cfi.exp
6971 * gdb.arch/i386-mpx-map.exp
6972 * gdb.arch/i386-mpx-sigsegv.exp
6973 * gdb.arch/i386-mpx-simple_segv.exp
6974 * gdb.arch/i386-mpx.exp
6975 * gdb.arch/i386-permbkpt.exp
6976 * gdb.arch/i386-prologue.exp
6977 * gdb.arch/i386-signal.exp
6978 * gdb.arch/i386-size-overlap.exp
6979 * gdb.arch/i386-unwind.exp
6980 * gdb.arch/i386-word.exp
6981 * gdb.arch/mips-fcr.exp
6982 * gdb.arch/powerpc-d128-regs.exp
6983 * gdb.arch/powerpc-stackless.exp
6984 * gdb.arch/ppc64-atomic-inst.exp
6985 * gdb.arch/s390-stackless.exp
6986 * gdb.arch/s390-tdbregs.exp
6987 * gdb.arch/s390-vregs.exp
6988 * gdb.arch/sparc-sysstep.exp
6989 * gdb.arch/thumb-bx-pc.exp
6990 * gdb.arch/thumb-singlestep.exp
6991 * gdb.arch/thumb2-it.exp
6992 * gdb.arch/vsx-regs.exp
6993 * gdb.asm/asm-source.exp
6994 * gdb.base/a2-run.exp
6995 * gdb.base/advance.exp
6996 * gdb.base/all-bin.exp
6997 * gdb.base/anon.exp
6998 * gdb.base/args.exp
6999 * gdb.base/arithmet.exp
7000 * gdb.base/async-shell.exp
7001 * gdb.base/async.exp
7002 * gdb.base/attach-pie-noexec.exp
7003 * gdb.base/attach-twice.exp
7004 * gdb.base/auto-load.exp
7005 * gdb.base/bang.exp
7006 * gdb.base/bitfields.exp
7007 * gdb.base/break-always.exp
7008 * gdb.base/break-caller-line.exp
7009 * gdb.base/break-entry.exp
7010 * gdb.base/break-inline.exp
7011 * gdb.base/break-on-linker-gcd-function.exp
7012 * gdb.base/break-probes.exp
7013 * gdb.base/break.exp
7014 * gdb.base/breakpoint-shadow.exp
7015 * gdb.base/call-ar-st.exp
7016 * gdb.base/call-sc.exp
7017 * gdb.base/call-signal-resume.exp
7018 * gdb.base/call-strs.exp
7019 * gdb.base/callfuncs.exp
7020 * gdb.base/catch-fork-static.exp
7021 * gdb.base/catch-gdb-caused-signals.exp
7022 * gdb.base/catch-load.exp
7023 * gdb.base/catch-signal-fork.exp
7024 * gdb.base/catch-signal.exp
7025 * gdb.base/catch-syscall.exp
7026 * gdb.base/charset.exp
7027 * gdb.base/checkpoint.exp
7028 * gdb.base/chng-syms.exp
7029 * gdb.base/code-expr.exp
7030 * gdb.base/code_elim.exp
7031 * gdb.base/commands.exp
7032 * gdb.base/completion.exp
7033 * gdb.base/complex.exp
7034 * gdb.base/cond-expr.exp
7035 * gdb.base/condbreak.exp
7036 * gdb.base/consecutive.exp
7037 * gdb.base/continue-all-already-running.exp
7038 * gdb.base/coredump-filter.exp
7039 * gdb.base/corefile.exp
7040 * gdb.base/dbx.exp
7041 * gdb.base/debug-expr.exp
7042 * gdb.base/define.exp
7043 * gdb.base/del.exp
7044 * gdb.base/disabled-location.exp
7045 * gdb.base/disasm-end-cu.exp
7046 * gdb.base/disasm-optim.exp
7047 * gdb.base/display.exp
7048 * gdb.base/duplicate-bp.exp
7049 * gdb.base/ena-dis-br.exp
7050 * gdb.base/ending-run.exp
7051 * gdb.base/enumval.exp
7052 * gdb.base/environ.exp
7053 * gdb.base/eu-strip-infcall.exp
7054 * gdb.base/eval-avoid-side-effects.exp
7055 * gdb.base/eval-skip.exp
7056 * gdb.base/exitsignal.exp
7057 * gdb.base/expand-psymtabs.exp
7058 * gdb.base/filesym.exp
7059 * gdb.base/find-unmapped.exp
7060 * gdb.base/finish.exp
7061 * gdb.base/float.exp
7062 * gdb.base/foll-exec-mode.exp
7063 * gdb.base/foll-exec.exp
7064 * gdb.base/foll-fork.exp
7065 * gdb.base/fortran-sym-case.exp
7066 * gdb.base/freebpcmd.exp
7067 * gdb.base/func-ptr.exp
7068 * gdb.base/func-ptrs.exp
7069 * gdb.base/funcargs.exp
7070 * gdb.base/gcore-buffer-overflow.exp
7071 * gdb.base/gcore-relro-pie.exp
7072 * gdb.base/gcore-relro.exp
7073 * gdb.base/gcore.exp
7074 * gdb.base/gdb1090.exp
7075 * gdb.base/gdb11530.exp
7076 * gdb.base/gdb11531.exp
7077 * gdb.base/gdb1821.exp
7078 * gdb.base/gdbindex-stabs.exp
7079 * gdb.base/gdbvars.exp
7080 * gdb.base/hbreak.exp
7081 * gdb.base/hbreak2.exp
7082 * gdb.base/included.exp
7083 * gdb.base/infcall-input.exp
7084 * gdb.base/inferior-died.exp
7085 * gdb.base/infnan.exp
7086 * gdb.base/info-macros.exp
7087 * gdb.base/info-os.exp
7088 * gdb.base/info-proc.exp
7089 * gdb.base/info-shared.exp
7090 * gdb.base/info-target.exp
7091 * gdb.base/infoline.exp
7092 * gdb.base/interp.exp
7093 * gdb.base/interrupt.exp
7094 * gdb.base/jit-reader.exp
7095 * gdb.base/jit-simple.exp
7096 * gdb.base/kill-after-signal.exp
7097 * gdb.base/kill-detach-inferiors-cmd.exp
7098 * gdb.base/label.exp
7099 * gdb.base/langs.exp
7100 * gdb.base/ldbl_e308.exp
7101 * gdb.base/line-symtabs.exp
7102 * gdb.base/linespecs.exp
7103 * gdb.base/list.exp
7104 * gdb.base/long_long.exp
7105 * gdb.base/longest-types.exp
7106 * gdb.base/maint.exp
7107 * gdb.base/max-value-size.exp
7108 * gdb.base/memattr.exp
7109 * gdb.base/mips_pro.exp
7110 * gdb.base/morestack.exp
7111 * gdb.base/moribund-step.exp
7112 * gdb.base/multi-forks.exp
7113 * gdb.base/nested-addr.exp
7114 * gdb.base/nextoverexit.exp
7115 * gdb.base/noreturn-finish.exp
7116 * gdb.base/noreturn-return.exp
7117 * gdb.base/nostdlib.exp
7118 * gdb.base/offsets.exp
7119 * gdb.base/opaque.exp
7120 * gdb.base/pc-fp.exp
7121 * gdb.base/permissions.exp
7122 * gdb.base/print-symbol-loading.exp
7123 * gdb.base/prologue-include.exp
7124 * gdb.base/psymtab.exp
7125 * gdb.base/ptype.exp
7126 * gdb.base/random-signal.exp
7127 * gdb.base/randomize.exp
7128 * gdb.base/range-stepping.exp
7129 * gdb.base/readline-ask.exp
7130 * gdb.base/recpar.exp
7131 * gdb.base/recurse.exp
7132 * gdb.base/relational.exp
7133 * gdb.base/restore.exp
7134 * gdb.base/return-nodebug.exp
7135 * gdb.base/return.exp
7136 * gdb.base/run-after-attach.exp
7137 * gdb.base/save-bp.exp
7138 * gdb.base/scope.exp
7139 * gdb.base/sect-cmd.exp
7140 * gdb.base/set-lang-auto.exp
7141 * gdb.base/set-noassign.exp
7142 * gdb.base/setvar.exp
7143 * gdb.base/sigall.exp
7144 * gdb.base/sigbpt.exp
7145 * gdb.base/siginfo-addr.exp
7146 * gdb.base/siginfo-infcall.exp
7147 * gdb.base/siginfo-obj.exp
7148 * gdb.base/siginfo.exp
7149 * gdb.base/signals-state-child.exp
7150 * gdb.base/signest.exp
7151 * gdb.base/sigstep.exp
7152 * gdb.base/sizeof.exp
7153 * gdb.base/skip.exp
7154 * gdb.base/solib-corrupted.exp
7155 * gdb.base/solib-nodir.exp
7156 * gdb.base/solib-search.exp
7157 * gdb.base/stack-checking.exp
7158 * gdb.base/stale-infcall.exp
7159 * gdb.base/stap-probe.exp
7160 * gdb.base/start.exp
7161 * gdb.base/step-break.exp
7162 * gdb.base/step-bt.exp
7163 * gdb.base/step-line.exp
7164 * gdb.base/step-over-exit.exp
7165 * gdb.base/step-over-syscall.exp
7166 * gdb.base/step-resume-infcall.exp
7167 * gdb.base/step-test.exp
7168 * gdb.base/store.exp
7169 * gdb.base/structs3.exp
7170 * gdb.base/sym-file.exp
7171 * gdb.base/symbol-without-target_section.exp
7172 * gdb.base/term.exp
7173 * gdb.base/testenv.exp
7174 * gdb.base/ui-redirect.exp
7175 * gdb.base/until.exp
7176 * gdb.base/unwindonsignal.exp
7177 * gdb.base/value-double-free.exp
7178 * gdb.base/vla-datatypes.exp
7179 * gdb.base/vla-ptr.exp
7180 * gdb.base/vla-sideeffect.exp
7181 * gdb.base/volatile.exp
7182 * gdb.base/watch-cond-infcall.exp
7183 * gdb.base/watch-cond.exp
7184 * gdb.base/watch-non-mem.exp
7185 * gdb.base/watch-read.exp
7186 * gdb.base/watch-vfork.exp
7187 * gdb.base/watchpoint-cond-gone.exp
7188 * gdb.base/watchpoint-delete.exp
7189 * gdb.base/watchpoint-hw-hit-once.exp
7190 * gdb.base/watchpoint-hw.exp
7191 * gdb.base/watchpoint-stops-at-right-insn.exp
7192 * gdb.base/watchpoints.exp
7193 * gdb.base/wchar.exp
7194 * gdb.base/whatis-exp.exp
7195 * gdb.btrace/buffer-size.exp
7196 * gdb.btrace/data.exp
7197 * gdb.btrace/delta.exp
7198 * gdb.btrace/dlopen.exp
7199 * gdb.btrace/enable.exp
7200 * gdb.btrace/exception.exp
7201 * gdb.btrace/function_call_history.exp
7202 * gdb.btrace/gcore.exp
7203 * gdb.btrace/instruction_history.exp
7204 * gdb.btrace/nohist.exp
7205 * gdb.btrace/reconnect.exp
7206 * gdb.btrace/record_goto-step.exp
7207 * gdb.btrace/record_goto.exp
7208 * gdb.btrace/rn-dl-bind.exp
7209 * gdb.btrace/segv.exp
7210 * gdb.btrace/step.exp
7211 * gdb.btrace/stepi.exp
7212 * gdb.btrace/tailcall-only.exp
7213 * gdb.btrace/tailcall.exp
7214 * gdb.btrace/tsx.exp
7215 * gdb.btrace/unknown_functions.exp
7216 * gdb.btrace/vdso.exp
7217 * gdb.compile/compile-ifunc.exp
7218 * gdb.compile/compile-ops.exp
7219 * gdb.compile/compile-print.exp
7220 * gdb.compile/compile-setjmp.exp
7221 * gdb.cp/abstract-origin.exp
7222 * gdb.cp/ambiguous.exp
7223 * gdb.cp/annota2.exp
7224 * gdb.cp/annota3.exp
7225 * gdb.cp/anon-ns.exp
7226 * gdb.cp/anon-struct.exp
7227 * gdb.cp/anon-union.exp
7228 * gdb.cp/arg-reference.exp
7229 * gdb.cp/baseenum.exp
7230 * gdb.cp/bool.exp
7231 * gdb.cp/breakpoint.exp
7232 * gdb.cp/bs15503.exp
7233 * gdb.cp/call-c.exp
7234 * gdb.cp/casts.exp
7235 * gdb.cp/chained-calls.exp
7236 * gdb.cp/class2.exp
7237 * gdb.cp/classes.exp
7238 * gdb.cp/cmpd-minsyms.exp
7239 * gdb.cp/converts.exp
7240 * gdb.cp/cp-relocate.exp
7241 * gdb.cp/cpcompletion.exp
7242 * gdb.cp/cpexprs.exp
7243 * gdb.cp/cplabel.exp
7244 * gdb.cp/cplusfuncs.exp
7245 * gdb.cp/cpsizeof.exp
7246 * gdb.cp/ctti.exp
7247 * gdb.cp/derivation.exp
7248 * gdb.cp/destrprint.exp
7249 * gdb.cp/dispcxx.exp
7250 * gdb.cp/enum-class.exp
7251 * gdb.cp/exception.exp
7252 * gdb.cp/exceptprint.exp
7253 * gdb.cp/expand-psymtabs-cxx.exp
7254 * gdb.cp/expand-sals.exp
7255 * gdb.cp/extern-c.exp
7256 * gdb.cp/filename.exp
7257 * gdb.cp/formatted-ref.exp
7258 * gdb.cp/fpointer.exp
7259 * gdb.cp/gdb1355.exp
7260 * gdb.cp/gdb2495.exp
7261 * gdb.cp/hang.exp
7262 * gdb.cp/impl-this.exp
7263 * gdb.cp/infcall-dlopen.exp
7264 * gdb.cp/inherit.exp
7265 * gdb.cp/iostream.exp
7266 * gdb.cp/koenig.exp
7267 * gdb.cp/local.exp
7268 * gdb.cp/m-data.exp
7269 * gdb.cp/m-static.exp
7270 * gdb.cp/mb-ctor.exp
7271 * gdb.cp/mb-inline.exp
7272 * gdb.cp/mb-templates.exp
7273 * gdb.cp/member-name.exp
7274 * gdb.cp/member-ptr.exp
7275 * gdb.cp/meth-typedefs.exp
7276 * gdb.cp/method.exp
7277 * gdb.cp/method2.exp
7278 * gdb.cp/minsym-fallback.exp
7279 * gdb.cp/misc.exp
7280 * gdb.cp/namelessclass.exp
7281 * gdb.cp/namespace-enum.exp
7282 * gdb.cp/namespace-nested-import.exp
7283 * gdb.cp/namespace.exp
7284 * gdb.cp/nextoverthrow.exp
7285 * gdb.cp/no-dmgl-verbose.exp
7286 * gdb.cp/non-trivial-retval.exp
7287 * gdb.cp/noparam.exp
7288 * gdb.cp/nsdecl.exp
7289 * gdb.cp/nsimport.exp
7290 * gdb.cp/nsnested.exp
7291 * gdb.cp/nsnoimports.exp
7292 * gdb.cp/nsrecurs.exp
7293 * gdb.cp/nsstress.exp
7294 * gdb.cp/nsusing.exp
7295 * gdb.cp/operator.exp
7296 * gdb.cp/oranking.exp
7297 * gdb.cp/overload-const.exp
7298 * gdb.cp/overload.exp
7299 * gdb.cp/ovldbreak.exp
7300 * gdb.cp/ovsrch.exp
7301 * gdb.cp/paren-type.exp
7302 * gdb.cp/parse-lang.exp
7303 * gdb.cp/pass-by-ref.exp
7304 * gdb.cp/pr-1023.exp
7305 * gdb.cp/pr-1210.exp
7306 * gdb.cp/pr-574.exp
7307 * gdb.cp/pr10687.exp
7308 * gdb.cp/pr12028.exp
7309 * gdb.cp/pr17132.exp
7310 * gdb.cp/pr17494.exp
7311 * gdb.cp/pr9067.exp
7312 * gdb.cp/pr9167.exp
7313 * gdb.cp/pr9631.exp
7314 * gdb.cp/printmethod.exp
7315 * gdb.cp/psmang.exp
7316 * gdb.cp/psymtab-parameter.exp
7317 * gdb.cp/ptype-cv-cp.exp
7318 * gdb.cp/ptype-flags.exp
7319 * gdb.cp/re-set-overloaded.exp
7320 * gdb.cp/ref-types.exp
7321 * gdb.cp/rtti.exp
7322 * gdb.cp/scope-err.exp
7323 * gdb.cp/shadow.exp
7324 * gdb.cp/smartp.exp
7325 * gdb.cp/static-method.exp
7326 * gdb.cp/static-print-quit.exp
7327 * gdb.cp/temargs.exp
7328 * gdb.cp/templates.exp
7329 * gdb.cp/try_catch.exp
7330 * gdb.cp/typedef-operator.exp
7331 * gdb.cp/typeid.exp
7332 * gdb.cp/userdef.exp
7333 * gdb.cp/using-crash.exp
7334 * gdb.cp/var-tag.exp
7335 * gdb.cp/virtbase.exp
7336 * gdb.cp/virtfunc.exp
7337 * gdb.cp/virtfunc2.exp
7338 * gdb.cp/vla-cxx.exp
7339 * gdb.disasm/t01_mov.exp
7340 * gdb.disasm/t02_mova.exp
7341 * gdb.disasm/t03_add.exp
7342 * gdb.disasm/t04_sub.exp
7343 * gdb.disasm/t05_cmp.exp
7344 * gdb.disasm/t06_ari2.exp
7345 * gdb.disasm/t07_ari3.exp
7346 * gdb.disasm/t08_or.exp
7347 * gdb.disasm/t09_xor.exp
7348 * gdb.disasm/t10_and.exp
7349 * gdb.disasm/t11_logs.exp
7350 * gdb.disasm/t12_bit.exp
7351 * gdb.disasm/t13_otr.exp
7352 * gdb.dlang/circular.exp
7353 * gdb.dwarf2/arr-stride.exp
7354 * gdb.dwarf2/arr-subrange.exp
7355 * gdb.dwarf2/atomic-type.exp
7356 * gdb.dwarf2/bad-regnum.exp
7357 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7358 * gdb.dwarf2/callframecfa.exp
7359 * gdb.dwarf2/clztest.exp
7360 * gdb.dwarf2/corrupt.exp
7361 * gdb.dwarf2/data-loc.exp
7362 * gdb.dwarf2/dup-psym.exp
7363 * gdb.dwarf2/dw2-anon-mptr.exp
7364 * gdb.dwarf2/dw2-anonymous-func.exp
7365 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7366 * gdb.dwarf2/dw2-bad-unresolved.exp
7367 * gdb.dwarf2/dw2-basic.exp
7368 * gdb.dwarf2/dw2-canonicalize-type.exp
7369 * gdb.dwarf2/dw2-case-insensitive.exp
7370 * gdb.dwarf2/dw2-common-block.exp
7371 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7372 * gdb.dwarf2/dw2-compressed.exp
7373 * gdb.dwarf2/dw2-const.exp
7374 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7375 * gdb.dwarf2/dw2-cu-size.exp
7376 * gdb.dwarf2/dw2-dup-frame.exp
7377 * gdb.dwarf2/dw2-entry-value.exp
7378 * gdb.dwarf2/dw2-icycle.exp
7379 * gdb.dwarf2/dw2-ifort-parameter.exp
7380 * gdb.dwarf2/dw2-inline-break.exp
7381 * gdb.dwarf2/dw2-inline-param.exp
7382 * gdb.dwarf2/dw2-intercu.exp
7383 * gdb.dwarf2/dw2-intermix.exp
7384 * gdb.dwarf2/dw2-lexical-block-bare.exp
7385 * gdb.dwarf2/dw2-linkage-name-trust.exp
7386 * gdb.dwarf2/dw2-minsym-in-cu.exp
7387 * gdb.dwarf2/dw2-noloc.exp
7388 * gdb.dwarf2/dw2-op-call.exp
7389 * gdb.dwarf2/dw2-op-out-param.exp
7390 * gdb.dwarf2/dw2-opt-structptr.exp
7391 * gdb.dwarf2/dw2-param-error.exp
7392 * gdb.dwarf2/dw2-producer.exp
7393 * gdb.dwarf2/dw2-ranges-base.exp
7394 * gdb.dwarf2/dw2-ref-missing-frame.exp
7395 * gdb.dwarf2/dw2-reg-undefined.exp
7396 * gdb.dwarf2/dw2-regno-invalid.exp
7397 * gdb.dwarf2/dw2-restore.exp
7398 * gdb.dwarf2/dw2-restrict.exp
7399 * gdb.dwarf2/dw2-single-line-discriminators.exp
7400 * gdb.dwarf2/dw2-strp.exp
7401 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7402 * gdb.dwarf2/dw2-unresolved.exp
7403 * gdb.dwarf2/dw2-var-zero-addr.exp
7404 * gdb.dwarf2/dw4-sig-types.exp
7405 * gdb.dwarf2/dwz.exp
7406 * gdb.dwarf2/dynarr-ptr.exp
7407 * gdb.dwarf2/enum-type.exp
7408 * gdb.dwarf2/gdb-index.exp
7409 * gdb.dwarf2/implptr-64bit.exp
7410 * gdb.dwarf2/implptr-optimized-out.exp
7411 * gdb.dwarf2/implptr.exp
7412 * gdb.dwarf2/implref-array.exp
7413 * gdb.dwarf2/implref-const.exp
7414 * gdb.dwarf2/implref-global.exp
7415 * gdb.dwarf2/implref-struct.exp
7416 * gdb.dwarf2/mac-fileno.exp
7417 * gdb.dwarf2/main-subprogram.exp
7418 * gdb.dwarf2/member-ptr-forwardref.exp
7419 * gdb.dwarf2/method-ptr.exp
7420 * gdb.dwarf2/missing-sig-type.exp
7421 * gdb.dwarf2/nonvar-access.exp
7422 * gdb.dwarf2/opaque-type-lookup.exp
7423 * gdb.dwarf2/pieces-optimized-out.exp
7424 * gdb.dwarf2/pieces.exp
7425 * gdb.dwarf2/pr10770.exp
7426 * gdb.dwarf2/pr13961.exp
7427 * gdb.dwarf2/staticvirtual.exp
7428 * gdb.dwarf2/subrange.exp
7429 * gdb.dwarf2/symtab-producer.exp
7430 * gdb.dwarf2/trace-crash.exp
7431 * gdb.dwarf2/typeddwarf.exp
7432 * gdb.dwarf2/valop.exp
7433 * gdb.dwarf2/watch-notconst.exp
7434 * gdb.fortran/array-element.exp
7435 * gdb.fortran/charset.exp
7436 * gdb.fortran/common-block.exp
7437 * gdb.fortran/complex.exp
7438 * gdb.fortran/derived-type-function.exp
7439 * gdb.fortran/derived-type.exp
7440 * gdb.fortran/logical.exp
7441 * gdb.fortran/module.exp
7442 * gdb.fortran/multi-dim.exp
7443 * gdb.fortran/nested-funcs.exp
7444 * gdb.fortran/print-formatted.exp
7445 * gdb.fortran/subarray.exp
7446 * gdb.fortran/vla-alloc-assoc.exp
7447 * gdb.fortran/vla-datatypes.exp
7448 * gdb.fortran/vla-history.exp
7449 * gdb.fortran/vla-ptr-info.exp
7450 * gdb.fortran/vla-ptype-sub.exp
7451 * gdb.fortran/vla-ptype.exp
7452 * gdb.fortran/vla-sizeof.exp
7453 * gdb.fortran/vla-type.exp
7454 * gdb.fortran/vla-value-sub-arbitrary.exp
7455 * gdb.fortran/vla-value-sub-finish.exp
7456 * gdb.fortran/vla-value-sub.exp
7457 * gdb.fortran/vla-value.exp
7458 * gdb.fortran/whatis_type.exp
7459 * gdb.go/chan.exp
7460 * gdb.go/handcall.exp
7461 * gdb.go/hello.exp
7462 * gdb.go/integers.exp
7463 * gdb.go/methods.exp
7464 * gdb.go/package.exp
7465 * gdb.go/strings.exp
7466 * gdb.go/types.exp
7467 * gdb.go/unsafe.exp
7468 * gdb.guile/scm-arch.exp
7469 * gdb.guile/scm-block.exp
7470 * gdb.guile/scm-breakpoint.exp
7471 * gdb.guile/scm-cmd.exp
7472 * gdb.guile/scm-disasm.exp
7473 * gdb.guile/scm-equal.exp
7474 * gdb.guile/scm-frame-args.exp
7475 * gdb.guile/scm-frame-inline.exp
7476 * gdb.guile/scm-frame.exp
7477 * gdb.guile/scm-iterator.exp
7478 * gdb.guile/scm-math.exp
7479 * gdb.guile/scm-objfile.exp
7480 * gdb.guile/scm-ports.exp
7481 * gdb.guile/scm-symbol.exp
7482 * gdb.guile/scm-symtab.exp
7483 * gdb.guile/scm-value-cc.exp
7484 * gdb.guile/types-module.exp
7485 * gdb.linespec/break-ask.exp
7486 * gdb.linespec/cpexplicit.exp
7487 * gdb.linespec/explicit.exp
7488 * gdb.linespec/keywords.exp
7489 * gdb.linespec/linespec.exp
7490 * gdb.linespec/ls-dollar.exp
7491 * gdb.linespec/ls-errs.exp
7492 * gdb.linespec/skip-two.exp
7493 * gdb.linespec/thread.exp
7494 * gdb.mi/mi-async.exp
7495 * gdb.mi/mi-basics.exp
7496 * gdb.mi/mi-break.exp
7497 * gdb.mi/mi-catch-load.exp
7498 * gdb.mi/mi-cli.exp
7499 * gdb.mi/mi-cmd-param-changed.exp
7500 * gdb.mi/mi-console.exp
7501 * gdb.mi/mi-detach.exp
7502 * gdb.mi/mi-disassemble.exp
7503 * gdb.mi/mi-eval.exp
7504 * gdb.mi/mi-file-transfer.exp
7505 * gdb.mi/mi-file.exp
7506 * gdb.mi/mi-fill-memory.exp
7507 * gdb.mi/mi-inheritance-syntax-error.exp
7508 * gdb.mi/mi-linespec-err-cp.exp
7509 * gdb.mi/mi-logging.exp
7510 * gdb.mi/mi-memory-changed.exp
7511 * gdb.mi/mi-read-memory.exp
7512 * gdb.mi/mi-record-changed.exp
7513 * gdb.mi/mi-reg-undefined.exp
7514 * gdb.mi/mi-regs.exp
7515 * gdb.mi/mi-return.exp
7516 * gdb.mi/mi-reverse.exp
7517 * gdb.mi/mi-simplerun.exp
7518 * gdb.mi/mi-solib.exp
7519 * gdb.mi/mi-stack.exp
7520 * gdb.mi/mi-stepi.exp
7521 * gdb.mi/mi-syn-frame.exp
7522 * gdb.mi/mi-until.exp
7523 * gdb.mi/mi-var-block.exp
7524 * gdb.mi/mi-var-child.exp
7525 * gdb.mi/mi-var-cmd.exp
7526 * gdb.mi/mi-var-cp.exp
7527 * gdb.mi/mi-var-display.exp
7528 * gdb.mi/mi-var-invalidate.exp
7529 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7530 * gdb.mi/mi-vla-fortran.exp
7531 * gdb.mi/mi-watch.exp
7532 * gdb.mi/mi2-var-child.exp
7533 * gdb.mi/user-selected-context-sync.exp
7534 * gdb.modula2/unbounded-array.exp
7535 * gdb.multi/dummy-frame-restore.exp
7536 * gdb.multi/multi-arch-exec.exp
7537 * gdb.multi/multi-arch.exp
7538 * gdb.multi/tids.exp
7539 * gdb.multi/watchpoint-multi.exp
7540 * gdb.opencl/callfuncs.exp
7541 * gdb.opencl/convs_casts.exp
7542 * gdb.opencl/datatypes.exp
7543 * gdb.opencl/operators.exp
7544 * gdb.opencl/vec_comps.exp
7545 * gdb.opt/clobbered-registers-O2.exp
7546 * gdb.opt/inline-break.exp
7547 * gdb.opt/inline-bt.exp
7548 * gdb.opt/inline-cmds.exp
7549 * gdb.opt/inline-locals.exp
7550 * gdb.pascal/case-insensitive-symbols.exp
7551 * gdb.pascal/floats.exp
7552 * gdb.pascal/gdb11492.exp
7553 * gdb.python/lib-types.exp
7554 * gdb.python/py-arch.exp
7555 * gdb.python/py-as-string.exp
7556 * gdb.python/py-bad-printers.exp
7557 * gdb.python/py-block.exp
7558 * gdb.python/py-breakpoint-create-fail.exp
7559 * gdb.python/py-breakpoint.exp
7560 * gdb.python/py-caller-is.exp
7561 * gdb.python/py-cmd.exp
7562 * gdb.python/py-explore-cc.exp
7563 * gdb.python/py-explore.exp
7564 * gdb.python/py-finish-breakpoint.exp
7565 * gdb.python/py-finish-breakpoint2.exp
7566 * gdb.python/py-frame-args.exp
7567 * gdb.python/py-frame-inline.exp
7568 * gdb.python/py-frame.exp
7569 * gdb.python/py-framefilter-mi.exp
7570 * gdb.python/py-infthread.exp
7571 * gdb.python/py-lazy-string.exp
7572 * gdb.python/py-linetable.exp
7573 * gdb.python/py-mi-events.exp
7574 * gdb.python/py-mi-objfile.exp
7575 * gdb.python/py-mi.exp
7576 * gdb.python/py-objfile.exp
7577 * gdb.python/py-pp-integral.exp
7578 * gdb.python/py-pp-maint.exp
7579 * gdb.python/py-pp-re-notag.exp
7580 * gdb.python/py-pp-registration.exp
7581 * gdb.python/py-recurse-unwind.exp
7582 * gdb.python/py-strfns.exp
7583 * gdb.python/py-symbol.exp
7584 * gdb.python/py-symtab.exp
7585 * gdb.python/py-sync-interp.exp
7586 * gdb.python/py-typeprint.exp
7587 * gdb.python/py-unwind-maint.exp
7588 * gdb.python/py-unwind.exp
7589 * gdb.python/py-value-cc.exp
7590 * gdb.python/py-xmethods.exp
7591 * gdb.reverse/amd64-tailcall-reverse.exp
7592 * gdb.reverse/break-precsave.exp
7593 * gdb.reverse/break-reverse.exp
7594 * gdb.reverse/consecutive-precsave.exp
7595 * gdb.reverse/consecutive-reverse.exp
7596 * gdb.reverse/finish-precsave.exp
7597 * gdb.reverse/finish-reverse-bkpt.exp
7598 * gdb.reverse/finish-reverse.exp
7599 * gdb.reverse/fstatat-reverse.exp
7600 * gdb.reverse/getresuid-reverse.exp
7601 * gdb.reverse/i386-precsave.exp
7602 * gdb.reverse/i386-reverse.exp
7603 * gdb.reverse/i386-sse-reverse.exp
7604 * gdb.reverse/i387-env-reverse.exp
7605 * gdb.reverse/i387-stack-reverse.exp
7606 * gdb.reverse/insn-reverse.exp
7607 * gdb.reverse/machinestate-precsave.exp
7608 * gdb.reverse/machinestate.exp
7609 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7610 * gdb.reverse/pipe-reverse.exp
7611 * gdb.reverse/readv-reverse.exp
7612 * gdb.reverse/recvmsg-reverse.exp
7613 * gdb.reverse/rerun-prec.exp
7614 * gdb.reverse/s390-mvcle.exp
7615 * gdb.reverse/step-precsave.exp
7616 * gdb.reverse/step-reverse.exp
7617 * gdb.reverse/time-reverse.exp
7618 * gdb.reverse/until-precsave.exp
7619 * gdb.reverse/until-reverse.exp
7620 * gdb.reverse/waitpid-reverse.exp
7621 * gdb.reverse/watch-precsave.exp
7622 * gdb.reverse/watch-reverse.exp
7623 * gdb.rust/generics.exp
7624 * gdb.rust/methods.exp
7625 * gdb.rust/modules.exp
7626 * gdb.rust/simple.exp
7627 * gdb.server/connect-with-no-symbol-file.exp
7628 * gdb.server/ext-attach.exp
7629 * gdb.server/ext-restart.exp
7630 * gdb.server/ext-wrapper.exp
7631 * gdb.server/file-transfer.exp
7632 * gdb.server/server-exec-info.exp
7633 * gdb.server/server-kill.exp
7634 * gdb.server/server-mon.exp
7635 * gdb.server/wrapper.exp
7636 * gdb.stabs/exclfwd.exp
7637 * gdb.stabs/gdb11479.exp
7638 * gdb.threads/clone-new-thread-event.exp
7639 * gdb.threads/corethreads.exp
7640 * gdb.threads/current-lwp-dead.exp
7641 * gdb.threads/dlopen-libpthread.exp
7642 * gdb.threads/gcore-thread.exp
7643 * gdb.threads/sigstep-threads.exp
7644 * gdb.threads/watchpoint-fork.exp
7645 * gdb.trace/actions-changed.exp
7646 * gdb.trace/backtrace.exp
7647 * gdb.trace/change-loc.exp
7648 * gdb.trace/circ.exp
7649 * gdb.trace/collection.exp
7650 * gdb.trace/disconnected-tracing.exp
7651 * gdb.trace/ftrace.exp
7652 * gdb.trace/mi-trace-frame-collected.exp
7653 * gdb.trace/mi-trace-unavailable.exp
7654 * gdb.trace/mi-traceframe-changed.exp
7655 * gdb.trace/mi-tsv-changed.exp
7656 * gdb.trace/no-attach-trace.exp
7657 * gdb.trace/passc-dyn.exp
7658 * gdb.trace/qtro.exp
7659 * gdb.trace/range-stepping.exp
7660 * gdb.trace/read-memory.exp
7661 * gdb.trace/save-trace.exp
7662 * gdb.trace/signal.exp
7663 * gdb.trace/status-stop.exp
7664 * gdb.trace/tfile.exp
7665 * gdb.trace/trace-break.exp
7666 * gdb.trace/trace-buffer-size.exp
7667 * gdb.trace/trace-condition.exp
7668 * gdb.trace/tracefile-pseudo-reg.exp
7669 * gdb.trace/tstatus.exp
7670 * gdb.trace/unavailable.exp
7671 * gdb.trace/while-dyn.exp
7672 * gdb.trace/while-stepping.exp
7673
34c41c68
DE
76742016-12-22 Doug Evans <xdje42@gmail.com>
7675
7676 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7677 and msymbols.
7678
16e69324
YQ
76792016-12-19 Yao Qi <yao.qi@linaro.org>
7680
7681 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7682 (test_with_self): Don't call do_steps_and_nexts, and remove
7683 code about stepping into xmalloc.
7684
f94f411b
YQ
76852016-12-09 Yao Qi <yao.qi@linaro.org>
7686
7687 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7688
76892016-12-09 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7692
f1b5deee
PA
76932016-12-09 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/all-architectures-0.exp: New file.
7696 * gdb.base/all-architectures-1.exp: New file.
7697 * gdb.base/all-architectures-2.exp: New file.
7698 * gdb.base/all-architectures-3.exp: New file.
7699 * gdb.base/all-architectures-4.exp: New file.
7700 * gdb.base/all-architectures-5.exp: New file.
7701 * gdb.base/all-architectures-6.exp: New file.
7702 * gdb.base/all-architectures-7.exp: New file.
7703 * gdb.base/all-architectures.exp.in: New file.
7704
364ca42e
YQ
77052016-12-09 Yao Qi <yao.qi@linaro.org>
7706
7707 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7708
107c2d62
LM
77092016-12-02 Luis Machado <lgustavo@codesourcery.com>
7710
7711 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7712 possible.
7713 Remove useless pattern-matching code.
7714
df3ee9ca
PA
77152016-12-02 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7718 procedure.
7719 (top level): Call it.
7720
ec835369
PA
77212016-12-02 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7724 New procedure.
7725 (top level): Call it.
7726
01770bbd
PA
77272016-12-02 Pedro Alves <palves@redhat.com>
7728
7729 PR cli/20559
7730 * gdb.base/commands.exp (user_defined_command_args_eval): New
7731 procedure.
7732 (top level): Call it.
7733
008459ea
LM
77342016-12-02 Luis Machado <lgustavo@codesourcery.com>
7735
7736 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7737 timeout handling.
7738
0c1b455e
TT
77392016-12-02 Tom Tromey <tom@tromey.com>
7740
7741 * gdb.dwarf2/main-subprogram.c: New file.
7742 * gdb.dwarf2/main-subprogram.exp: New file.
7743
018572b8
LM
77442016-12-01 Luis Machado <lgustavo@codesourcery.com>
7745
7746 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7747 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7748 gdb_test_no_output for a couple of cases.
7749 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7750
84c93cd5
LM
77512016-12-01 Luis Machado <lgustavo@codesourcery.com>
7752
7753 Fix test names and standardize compilation error messages throughout
7754 the following files:
7755
7756 * gdb.ada/start.exp
7757 * gdb.arch/alpha-step.exp
7758 * gdb.arch/e500-prologue.exp
7759 * gdb.arch/ftrace-insn-reloc.exp
7760 * gdb.arch/gdb1291.exp
7761 * gdb.arch/gdb1431.exp
7762 * gdb.arch/gdb1558.exp
7763 * gdb.arch/i386-dr3-watch.exp
7764 * gdb.arch/i386-sse-stack-align.exp
7765 * gdb.arch/ia64-breakpoint-shadow.exp
7766 * gdb.arch/pa-nullify.exp
7767 * gdb.arch/powerpc-aix-prologue.exp
7768 * gdb.arch/thumb-bx-pc.exp
7769 * gdb.base/annota1.exp
7770 * gdb.base/annota3.exp
7771 * gdb.base/arrayidx.exp
7772 * gdb.base/assign.exp
7773 * gdb.base/attach.exp
7774 * gdb.base/auxv.exp
7775 * gdb.base/bang.exp
7776 * gdb.base/bfp-test.exp
7777 * gdb.base/bigcore.exp
7778 * gdb.base/bitfields2.exp
7779 * gdb.base/break-fun-addr.exp
7780 * gdb.base/break-probes.exp
7781 * gdb.base/call-rt-st.exp
7782 * gdb.base/callexit.exp
7783 * gdb.base/catch-fork-kill.exp
7784 * gdb.base/charset.exp
7785 * gdb.base/checkpoint.exp
7786 * gdb.base/comprdebug.exp
7787 * gdb.base/constvars.exp
7788 * gdb.base/coredump-filter.exp
7789 * gdb.base/cursal.exp
7790 * gdb.base/cvexpr.exp
7791 * gdb.base/detach.exp
7792 * gdb.base/display.exp
7793 * gdb.base/dmsym.exp
7794 * gdb.base/dprintf-pending.exp
7795 * gdb.base/dso2dso.exp
7796 * gdb.base/dtrace-probe.exp
7797 * gdb.base/dump.exp
7798 * gdb.base/enum_cond.exp
7799 * gdb.base/exe-lock.exp
7800 * gdb.base/exec-invalid-sysroot.exp
7801 * gdb.base/execl-update-breakpoints.exp
7802 * gdb.base/exprs.exp
7803 * gdb.base/fileio.exp
7804 * gdb.base/find.exp
7805 * gdb.base/finish.exp
7806 * gdb.base/fixsection.exp
7807 * gdb.base/foll-vfork.exp
7808 * gdb.base/frame-args.exp
7809 * gdb.base/gcore.exp
7810 * gdb.base/gdb1250.exp
7811 * gdb.base/global-var-nested-by-dso.exp
7812 * gdb.base/gnu-ifunc.exp
7813 * gdb.base/hashline1.exp
7814 * gdb.base/hashline2.exp
7815 * gdb.base/hashline3.exp
7816 * gdb.base/hbreak-in-shr-unsupported.exp
7817 * gdb.base/huge.exp
7818 * gdb.base/infcall-input.exp
7819 * gdb.base/info-fun.exp
7820 * gdb.base/info-shared.exp
7821 * gdb.base/jit-simple.exp
7822 * gdb.base/jit-so.exp
7823 * gdb.base/jit.exp
7824 * gdb.base/jump.exp
7825 * gdb.base/label.exp
7826 * gdb.base/lineinc.exp
7827 * gdb.base/logical.exp
7828 * gdb.base/longjmp.exp
7829 * gdb.base/macscp.exp
7830 * gdb.base/miscexprs.exp
7831 * gdb.base/new-ui-echo.exp
7832 * gdb.base/new-ui-pending-input.exp
7833 * gdb.base/new-ui.exp
7834 * gdb.base/nodebug.exp
7835 * gdb.base/nofield.exp
7836 * gdb.base/offsets.exp
7837 * gdb.base/overlays.exp
7838 * gdb.base/pending.exp
7839 * gdb.base/pointers.exp
7840 * gdb.base/pr11022.exp
7841 * gdb.base/printcmds.exp
7842 * gdb.base/prologue.exp
7843 * gdb.base/ptr-typedef.exp
7844 * gdb.base/realname-expand.exp
7845 * gdb.base/relativedebug.exp
7846 * gdb.base/relocate.exp
7847 * gdb.base/remote.exp
7848 * gdb.base/reread.exp
7849 * gdb.base/return2.exp
7850 * gdb.base/savedregs.exp
7851 * gdb.base/sep.exp
7852 * gdb.base/sepdebug.exp
7853 * gdb.base/sepsymtab.exp
7854 * gdb.base/set-inferior-tty.exp
7855 * gdb.base/setshow.exp
7856 * gdb.base/shlib-call.exp
7857 * gdb.base/sigaltstack.exp
7858 * gdb.base/siginfo-addr.exp
7859 * gdb.base/signals.exp
7860 * gdb.base/signull.exp
7861 * gdb.base/sigrepeat.exp
7862 * gdb.base/so-impl-ld.exp
7863 * gdb.base/solib-display.exp
7864 * gdb.base/solib-overlap.exp
7865 * gdb.base/solib-search.exp
7866 * gdb.base/solib-symbol.exp
7867 * gdb.base/structs.exp
7868 * gdb.base/structs2.exp
7869 * gdb.base/symtab-search-order.exp
7870 * gdb.base/twice.exp
7871 * gdb.base/unload.exp
7872 * gdb.base/varargs.exp
7873 * gdb.base/watchpoint-solib.exp
7874 * gdb.base/watchpoint.exp
7875 * gdb.base/whatis.exp
7876 * gdb.base/wrong_frame_bt_full.exp
7877 * gdb.btrace/dlopen.exp
7878 * gdb.cell/ea-standalone.exp
7879 * gdb.cell/ea-test.exp
7880 * gdb.cp/dispcxx.exp
7881 * gdb.cp/gdb2384.exp
7882 * gdb.cp/method2.exp
7883 * gdb.cp/nextoverthrow.exp
7884 * gdb.cp/pr10728.exp
7885 * gdb.disasm/am33.exp
7886 * gdb.disasm/h8300s.exp
7887 * gdb.disasm/mn10300.exp
7888 * gdb.disasm/sh3.exp
7889 * gdb.dwarf2/dw2-dir-file-name.exp
7890 * gdb.fortran/complex.exp
7891 * gdb.fortran/library-module.exp
7892 * gdb.guile/scm-pretty-print.exp
7893 * gdb.guile/scm-symbol.exp
7894 * gdb.guile/scm-type.exp
7895 * gdb.guile/scm-value.exp
7896 * gdb.linespec/linespec.exp
7897 * gdb.mi/gdb701.exp
7898 * gdb.mi/gdb792.exp
7899 * gdb.mi/mi-breakpoint-changed.exp
7900 * gdb.mi/mi-dprintf-pending.exp
7901 * gdb.mi/mi-dprintf.exp
7902 * gdb.mi/mi-exit-code.exp
7903 * gdb.mi/mi-pending.exp
7904 * gdb.mi/mi-solib.exp
7905 * gdb.mi/new-ui-mi-sync.exp
7906 * gdb.mi/pr11022.exp
7907 * gdb.mi/user-selected-context-sync.exp
7908 * gdb.opt/solib-intra-step.exp
7909 * gdb.python/py-events.exp
7910 * gdb.python/py-finish-breakpoint.exp
7911 * gdb.python/py-mi.exp
7912 * gdb.python/py-prettyprint.exp
7913 * gdb.python/py-shared.exp
7914 * gdb.python/py-symbol.exp
7915 * gdb.python/py-template.exp
7916 * gdb.python/py-type.exp
7917 * gdb.python/py-value.exp
7918 * gdb.reverse/solib-precsave.exp
7919 * gdb.reverse/solib-reverse.exp
7920 * gdb.server/solib-list.exp
7921 * gdb.stabs/weird.exp
7922 * gdb.threads/reconnect-signal.exp
7923 * gdb.threads/stepi-random-signal.exp
7924 * gdb.trace/actions.exp
7925 * gdb.trace/ax.exp
7926 * gdb.trace/backtrace.exp
7927 * gdb.trace/change-loc.exp
7928 * gdb.trace/deltrace.exp
7929 * gdb.trace/ftrace-lock.exp
7930 * gdb.trace/ftrace.exp
7931 * gdb.trace/infotrace.exp
7932 * gdb.trace/mi-tracepoint-changed.exp
7933 * gdb.trace/packetlen.exp
7934 * gdb.trace/passcount.exp
7935 * gdb.trace/pending.exp
7936 * gdb.trace/range-stepping.exp
7937 * gdb.trace/report.exp
7938 * gdb.trace/stap-trace.exp
7939 * gdb.trace/tfind.exp
7940 * gdb.trace/trace-break.exp
7941 * gdb.trace/trace-condition.exp
7942 * gdb.trace/trace-enable-disable.exp
7943 * gdb.trace/trace-mt.exp
7944 * gdb.trace/tracecmd.exp
7945 * gdb.trace/tspeed.exp
7946 * gdb.trace/tsv.exp
7947 * lib/perftest.exp
7948
fb9feb35
LM
79492016-12-01 Luis Machado <lgustavo@codesourcery.com>
7950
7951 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7952 with gdb_test_no_output.
7953 Use command as test name.
7954
cd2ddb6c
LM
79552016-12-01 Luis Machado <lgustavo@codesourcery.com>
7956
7957 Fix test names starting with uppercase throughout the files.
7958
7959 * gdb.ada/assign_1.exp
7960 * gdb.ada/boolean_expr.exp
7961 * gdb.base/arrayidx.exp
7962 * gdb.base/del.exp
7963 * gdb.base/gcore-buffer-overflow.exp
7964 * gdb.base/testenv.exp
7965 * gdb.compile/compile.exp
7966 * gdb.python/py-framefilter-invalidarg.exp
7967 * gdb.python/py-framefilter.exp
7968
bb95117e
LM
79692016-12-01 Luis Machado <lgustavo@codesourcery.com>
7970
7971 Fix test names starting with uppercase throughout the files.
7972
7973 * gdb.ada/array_return.exp
7974 * gdb.ada/expr_delims.exp
7975 * gdb.ada/mi_dyn_arr.exp
7976 * gdb.ada/mi_interface.exp
7977 * gdb.ada/mi_var_array.exp
7978 * gdb.ada/watch_arg.exp
7979 * gdb.arch/alpha-step.exp
7980 * gdb.arch/altivec-regs.exp
7981 * gdb.arch/e500-regs.exp
7982 * gdb.arch/powerpc-d128-regs.exp
7983 * gdb.base/arrayidx.exp
7984 * gdb.base/break.exp
7985 * gdb.base/checkpoint.exp
7986 * gdb.base/debug-expr.exp
7987 * gdb.base/dmsym.exp
7988 * gdb.base/radix.exp
7989 * gdb.base/sepdebug.exp
7990 * gdb.base/testenv.exp
7991 * gdb.base/watch_thread_num.exp
7992 * gdb.base/watchpoint-cond-gone.exp
7993 * gdb.cell/break.exp
7994 * gdb.cell/ea-cache.exp
7995 * gdb.compile/compile.exp
7996 * gdb.cp/gdb2495.exp
7997 * gdb.gdb/selftest.exp
7998 * gdb.gdb/xfullpath.exp
7999 * gdb.go/hello.exp
8000 * gdb.go/integers.exp
8001 * gdb.objc/basicclass.exp
8002 * gdb.pascal/hello.exp
8003 * gdb.pascal/integers.exp
8004 * gdb.python/py-breakpoint.exp
8005 * gdb.python/py-cmd.exp
8006 * gdb.python/py-linetable.exp
8007 * gdb.python/py-xmethods.exp
8008 * gdb.python/python.exp
8009 * gdb.reverse/consecutive-precsave.exp
8010 * gdb.reverse/finish-precsave.exp
8011 * gdb.reverse/i386-precsave.exp
8012 * gdb.reverse/machinestate-precsave.exp
8013 * gdb.reverse/sigall-precsave.exp
8014 * gdb.reverse/solib-precsave.exp
8015 * gdb.reverse/step-precsave.exp
8016 * gdb.reverse/until-precsave.exp
8017 * gdb.reverse/watch-precsave.exp
8018 * gdb.threads/leader-exit.exp
8019 * gdb.threads/pthreads.exp
8020 * gdb.threads/wp-replication.exp
8021 * gdb.trace/actions.exp
8022 * gdb.trace/mi-tsv-changed.exp
8023 * gdb.trace/tsv.exp
8024
de97fdd4
LM
80252016-12-01 Luis Machado <lgustavo@codesourcery.com>
8026
8027 Fix test names starting with uppercase throughout the files.
8028
8029 * gdb.arch/i386-bp_permanent.exp
8030 * gdb.arch/i386-gnu-cfi.exp
8031 * gdb.base/disasm-end-cu.exp
8032 * gdb.base/macscp.exp
8033 * gdb.base/pending.exp
8034 * gdb.base/watch_thread_num.exp
8035 * gdb.cp/exception.exp
8036 * gdb.cp/gdb2495.exp
8037 * gdb.cp/local.exp
8038 * gdb.python/py-evsignal.exp
8039 * gdb.python/python.exp
8040 * gdb.trace/tracecmd.exp
8041
9f058c10
LM
80422016-12-01 Luis Machado <lgustavo@codesourcery.com>
8043
8044 Fix test names starting with uppercase throughout the files.
8045
8046 * gdb.base/charset.exp
8047 * gdb.base/eval.exp
8048 * gdb.base/multi-forks.exp
8049 * gdb.guile/scm-progspace.exp
8050 * gdb.opencl/datatypes.exp
8051 * gdb.python/py-block.exp
8052 * gdb.python/py-function.exp
8053 * gdb.python/py-symbol.exp
8054 * gdb.python/py-symtab.exp
8055 * gdb.python/py-xmethods.exp
8056 * gdb.reverse/break-precsave.exp
8057 * gdb.reverse/break-reverse.exp
8058 * gdb.reverse/consecutive-precsave.exp
8059 * gdb.reverse/consecutive-reverse.exp
8060 * gdb.reverse/finish-precsave.exp
8061 * gdb.reverse/finish-reverse-bkpt.exp
8062 * gdb.reverse/finish-reverse.exp
8063 * gdb.reverse/fstatat-reverse.exp
8064 * gdb.reverse/getresuid-reverse.exp
8065 * gdb.reverse/i386-precsave.exp
8066 * gdb.reverse/i386-reverse.exp
8067 * gdb.reverse/i386-sse-reverse.exp
8068 * gdb.reverse/i387-stack-reverse.exp
8069 * gdb.reverse/insn-reverse.exp
8070 * gdb.reverse/machinestate-precsave.exp
8071 * gdb.reverse/machinestate.exp
8072 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8073 * gdb.reverse/pipe-reverse.exp
8074 * gdb.reverse/readv-reverse.exp
8075 * gdb.reverse/recvmsg-reverse.exp
8076 * gdb.reverse/rerun-prec.exp
8077 * gdb.reverse/s390-mvcle.exp
8078 * gdb.reverse/sigall-precsave.exp
8079 * gdb.reverse/sigall-reverse.exp
8080 * gdb.reverse/solib-precsave.exp
8081 * gdb.reverse/solib-reverse.exp
8082 * gdb.reverse/step-precsave.exp
8083 * gdb.reverse/step-reverse.exp
8084 * gdb.reverse/time-reverse.exp
8085 * gdb.reverse/until-precsave.exp
8086 * gdb.reverse/until-reverse.exp
8087 * gdb.reverse/waitpid-reverse.exp
8088 * gdb.reverse/watch-precsave.exp
8089 * gdb.reverse/watch-reverse.exp
8090
cdc7edd7
LM
80912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8092
8093 Fix test names starting with uppercase throughout the files.
8094
8095 * gdb.arch/i386-mpx-simple_segv.exp
8096 * gdb.arch/i386-mpx.exp
8097 * gdb.arch/i386-permbkpt.exp
8098 * gdb.arch/pa-nullify.exp
8099 * gdb.arch/powerpc-d128-regs.exp
8100 * gdb.arch/vsx-regs.exp
8101 * gdb.base/bfp-test.exp
8102 * gdb.base/break.exp
8103 * gdb.base/breakpoint-shadow.exp
8104 * gdb.base/callfuncs.exp
8105 * gdb.base/charset.exp
8106 * gdb.base/commands.exp
8107 * gdb.base/completion.exp
8108 * gdb.base/dfp-test.exp
8109 * gdb.base/echo.exp
8110 * gdb.base/ending-run.exp
8111 * gdb.base/eval.exp
8112 * gdb.base/expand-psymtabs.exp
8113 * gdb.base/float128.exp
8114 * gdb.base/floatn.exp
8115 * gdb.base/foll-exec-mode.exp
8116 * gdb.base/gdb1056.exp
8117 * gdb.base/gdb11531.exp
8118 * gdb.base/kill-after-signal.exp
8119 * gdb.base/multi-forks.exp
8120 * gdb.base/overlays.exp
8121 * gdb.base/pending.exp
8122 * gdb.base/sepdebug.exp
8123 * gdb.base/testenv.exp
8124 * gdb.base/valgrind-db-attach.exp
8125 * gdb.base/watch_thread_num.exp
8126 * gdb.base/watchpoint-cond-gone.exp
8127 * gdb.base/watchpoint.exp
8128 * gdb.base/watchpoints.exp
8129 * gdb.cp/arg-reference.exp
8130 * gdb.cp/baseenum.exp
8131 * gdb.cp/operator.exp
8132 * gdb.cp/shadow.exp
8133 * gdb.dwarf2/dw2-op-out-param.exp
8134 * gdb.dwarf2/dw2-reg-undefined.exp
8135 * gdb.go/chan.exp
8136 * gdb.go/hello.exp
8137 * gdb.go/integers.exp
8138 * gdb.go/methods.exp
8139 * gdb.go/package.exp
8140 * gdb.guile/scm-parameter.exp
8141 * gdb.guile/scm-progspace.exp
8142 * gdb.guile/scm-value.exp
8143 * gdb.mi/mi-pending.exp
8144 * gdb.mi/user-selected-context-sync.exp
8145 * gdb.multi/multi-attach.exp
8146 * gdb.multi/tids.exp
8147 * gdb.opt/clobbered-registers-O2.exp
8148 * gdb.pascal/floats.exp
8149 * gdb.pascal/integers.exp
8150 * gdb.python/py-block.exp
8151 * gdb.python/py-events.exp
8152 * gdb.python/py-parameter.exp
8153 * gdb.python/py-symbol.exp
8154 * gdb.python/py-symtab.exp
8155 * gdb.python/py-type.exp
8156 * gdb.python/py-value.exp
8157 * gdb.python/py-xmethods.exp
8158 * gdb.python/python.exp
8159 * gdb.reverse/break-precsave.exp
8160 * gdb.reverse/consecutive-precsave.exp
8161 * gdb.reverse/finish-precsave.exp
8162 * gdb.reverse/i386-precsave.exp
8163 * gdb.reverse/machinestate-precsave.exp
8164 * gdb.reverse/sigall-precsave.exp
8165 * gdb.reverse/solib-precsave.exp
8166 * gdb.reverse/step-precsave.exp
8167 * gdb.reverse/until-precsave.exp
8168 * gdb.reverse/watch-precsave.exp
8169 * gdb.server/ext-attach.exp
8170 * gdb.server/ext-restart.exp
8171 * gdb.server/ext-run.exp
8172 * gdb.server/ext-wrapper.exp
8173 * gdb.stabs/gdb11479.exp
8174 * gdb.stabs/weird.exp
8175 * gdb.threads/attach-many-short-lived-threads.exp
8176 * gdb.threads/kill.exp
8177 * gdb.threads/watchpoint-fork.exp
8178
bc6c7af4
LM
81792016-12-01 Luis Machado <lgustavo@codesourcery.com>
8180
8181 Fix test names starting with uppercase throughout all the files below.
8182
8183 * gdb.ada/array_return.exp
8184 * gdb.ada/catch_ex.exp
8185 * gdb.ada/info_exc.exp
8186 * gdb.ada/mi_catch_ex.exp
8187 * gdb.ada/mi_dyn_arr.exp
8188 * gdb.ada/mi_ex_cond.exp
8189 * gdb.ada/mi_exc_info.exp
8190 * gdb.ada/mi_interface.exp
8191 * gdb.ada/mi_task_arg.exp
8192 * gdb.ada/mi_task_info.exp
8193 * gdb.ada/mi_var_array.exp
8194 * gdb.arch/alpha-step.exp
8195 * gdb.arch/amd64-disp-step.exp
8196 * gdb.arch/arm-disp-step.exp
8197 * gdb.arch/disp-step-insn-reloc.exp
8198 * gdb.arch/e500-prologue.exp
8199 * gdb.arch/ftrace-insn-reloc.exp
8200 * gdb.arch/gdb1558.exp
8201 * gdb.arch/i386-bp_permanent.exp
8202 * gdb.arch/i386-disp-step.exp
8203 * gdb.arch/i386-float.exp
8204 * gdb.arch/i386-gnu-cfi.exp
8205 * gdb.arch/ia64-breakpoint-shadow.exp
8206 * gdb.arch/mips16-thunks.exp
8207 * gdb.arch/pa-nullify.exp
8208 * gdb.arch/powerpc-aix-prologue.exp
8209 * gdb.arch/powerpc-power.exp
8210 * gdb.arch/ppc-dfp.exp
8211 * gdb.arch/s390-tdbregs.exp
8212 * gdb.arch/spu-info.exp
8213 * gdb.arch/spu-ls.exp
8214 * gdb.arch/thumb-bx-pc.exp
8215 * gdb.base/advance.exp
8216 * gdb.base/annota-input-while-running.exp
8217 * gdb.base/arrayidx.exp
8218 * gdb.base/asmlabel.exp
8219 * gdb.base/async.exp
8220 * gdb.base/attach-wait-input.exp
8221 * gdb.base/auto-connect-native-target.exp
8222 * gdb.base/batch-preserve-term-settings.exp
8223 * gdb.base/bfp-test.exp
8224 * gdb.base/bigcore.exp
8225 * gdb.base/bp-permanent.exp
8226 * gdb.base/break-always.exp
8227 * gdb.base/break-fun-addr.exp
8228 * gdb.base/break-idempotent.exp
8229 * gdb.base/break-main-file-remove-fail.exp
8230 * gdb.base/break-probes.exp
8231 * gdb.base/break-unload-file.exp
8232 * gdb.base/break.exp
8233 * gdb.base/call-ar-st.exp
8234 * gdb.base/call-rt-st.exp
8235 * gdb.base/call-sc.exp
8236 * gdb.base/call-signal-resume.exp
8237 * gdb.base/call-strs.exp
8238 * gdb.base/callexit.exp
8239 * gdb.base/callfuncs.exp
8240 * gdb.base/catch-gdb-caused-signals.exp
8241 * gdb.base/catch-signal-siginfo-cond.exp
8242 * gdb.base/catch-syscall.exp
8243 * gdb.base/compare-sections.exp
8244 * gdb.base/cond-eval-mode.exp
8245 * gdb.base/condbreak-call-false.exp
8246 * gdb.base/consecutive-step-over.exp
8247 * gdb.base/cursal.exp
8248 * gdb.base/disabled-location.exp
8249 * gdb.base/disasm-end-cu.exp
8250 * gdb.base/display.exp
8251 * gdb.base/double-prompt-target-event-error.exp
8252 * gdb.base/dprintf-bp-same-addr.exp
8253 * gdb.base/dprintf-detach.exp
8254 * gdb.base/dprintf-next.exp
8255 * gdb.base/dprintf-non-stop.exp
8256 * gdb.base/dprintf-pending.exp
8257 * gdb.base/dso2dso.exp
8258 * gdb.base/ending-run.exp
8259 * gdb.base/enum_cond.exp
8260 * gdb.base/examine-backward.exp
8261 * gdb.base/exe-lock.exp
8262 * gdb.base/exec-invalid-sysroot.exp
8263 * gdb.base/execl-update-breakpoints.exp
8264 * gdb.base/execution-termios.exp
8265 * gdb.base/fileio.exp
8266 * gdb.base/fixsection.exp
8267 * gdb.base/foll-exec-mode.exp
8268 * gdb.base/foll-exec.exp
8269 * gdb.base/fork-running-state.exp
8270 * gdb.base/frame-args.exp
8271 * gdb.base/fullpath-expand.exp
8272 * gdb.base/func-ptr.exp
8273 * gdb.base/gcore-relro-pie.exp
8274 * gdb.base/gdb1090.exp
8275 * gdb.base/gdb1555.exp
8276 * gdb.base/global-var-nested-by-dso.exp
8277 * gdb.base/gnu-ifunc.exp
8278 * gdb.base/hbreak-in-shr-unsupported.exp
8279 * gdb.base/hbreak-unmapped.exp
8280 * gdb.base/hook-stop.exp
8281 * gdb.base/infcall-input.exp
8282 * gdb.base/info-fun.exp
8283 * gdb.base/info-shared.exp
8284 * gdb.base/interrupt-noterm.exp
8285 * gdb.base/jit-so.exp
8286 * gdb.base/jit.exp
8287 * gdb.base/line-symtabs.exp
8288 * gdb.base/list.exp
8289 * gdb.base/longjmp.exp
8290 * gdb.base/macscp.exp
8291 * gdb.base/max-value-size.exp
8292 * gdb.base/nodebug.exp
8293 * gdb.base/nofield.exp
8294 * gdb.base/overlays.exp
8295 * gdb.base/paginate-after-ctrl-c-running.exp
8296 * gdb.base/paginate-bg-execution.exp
8297 * gdb.base/paginate-inferior-exit.exp
8298 * gdb.base/pending.exp
8299 * gdb.base/pr11022.exp
8300 * gdb.base/printcmds.exp
8301 * gdb.base/ptr-typedef.exp
8302 * gdb.base/ptype.exp
8303 * gdb.base/randomize.exp
8304 * gdb.base/range-stepping.exp
8305 * gdb.base/realname-expand.exp
8306 * gdb.base/relativedebug.exp
8307 * gdb.base/remote.exp
8308 * gdb.base/savedregs.exp
8309 * gdb.base/sepdebug.exp
8310 * gdb.base/set-noassign.exp
8311 * gdb.base/shlib-call.exp
8312 * gdb.base/shreloc.exp
8313 * gdb.base/sigaltstack.exp
8314 * gdb.base/sigbpt.exp
8315 * gdb.base/siginfo-addr.exp
8316 * gdb.base/siginfo-obj.exp
8317 * gdb.base/siginfo-thread.exp
8318 * gdb.base/signest.exp
8319 * gdb.base/signull.exp
8320 * gdb.base/sigrepeat.exp
8321 * gdb.base/skip.exp
8322 * gdb.base/so-impl-ld.exp
8323 * gdb.base/solib-corrupted.exp
8324 * gdb.base/solib-disc.exp
8325 * gdb.base/solib-display.exp
8326 * gdb.base/solib-overlap.exp
8327 * gdb.base/solib-search.exp
8328 * gdb.base/solib-symbol.exp
8329 * gdb.base/source-execution.exp
8330 * gdb.base/sss-bp-on-user-bp-2.exp
8331 * gdb.base/sss-bp-on-user-bp.exp
8332 * gdb.base/stack-checking.exp
8333 * gdb.base/stale-infcall.exp
8334 * gdb.base/step-break.exp
8335 * gdb.base/step-line.exp
8336 * gdb.base/step-over-exit.exp
8337 * gdb.base/step-test.exp
8338 * gdb.base/structs.exp
8339 * gdb.base/sym-file.exp
8340 * gdb.base/symtab-search-order.exp
8341 * gdb.base/term.exp
8342 * gdb.base/type-opaque.exp
8343 * gdb.base/unload.exp
8344 * gdb.base/until-nodebug.exp
8345 * gdb.base/until.exp
8346 * gdb.base/unwindonsignal.exp
8347 * gdb.base/watch-cond.exp
8348 * gdb.base/watch-non-mem.exp
8349 * gdb.base/watch_thread_num.exp
8350 * gdb.base/watchpoint-reuse-slot.exp
8351 * gdb.base/watchpoint-solib.exp
8352 * gdb.base/watchpoint.exp
8353 * gdb.btrace/dlopen.exp
8354 * gdb.cell/arch.exp
8355 * gdb.cell/break.exp
8356 * gdb.cell/bt.exp
8357 * gdb.cell/core.exp
8358 * gdb.cell/data.exp
8359 * gdb.cell/dwarfaddr.exp
8360 * gdb.cell/ea-cache.exp
8361 * gdb.cell/ea-standalone.exp
8362 * gdb.cell/ea-test.exp
8363 * gdb.cell/f-regs.exp
8364 * gdb.cell/fork.exp
8365 * gdb.cell/gcore.exp
8366 * gdb.cell/mem-access.exp
8367 * gdb.cell/ptype.exp
8368 * gdb.cell/registers.exp
8369 * gdb.cell/sizeof.exp
8370 * gdb.cell/solib-symbol.exp
8371 * gdb.cell/solib.exp
8372 * gdb.compile/compile-tls.exp
8373 * gdb.cp/exception.exp
8374 * gdb.cp/gdb2495.exp
8375 * gdb.cp/local.exp
8376 * gdb.cp/mb-inline.exp
8377 * gdb.cp/mb-templates.exp
8378 * gdb.cp/pr10687.exp
8379 * gdb.cp/pr9167.exp
8380 * gdb.cp/scope-err.exp
8381 * gdb.cp/templates.exp
8382 * gdb.cp/virtfunc.exp
8383 * gdb.dwarf2/dw2-dir-file-name.exp
8384 * gdb.dwarf2/dw2-single-line-discriminators.exp
8385 * gdb.fortran/complex.exp
8386 * gdb.fortran/library-module.exp
8387 * gdb.guile/guile.exp
8388 * gdb.guile/scm-cmd.exp
8389 * gdb.guile/scm-frame-inline.exp
8390 * gdb.guile/scm-objfile.exp
8391 * gdb.guile/scm-pretty-print.exp
8392 * gdb.guile/scm-symbol.exp
8393 * gdb.guile/scm-type.exp
8394 * gdb.guile/scm-value.exp
8395 * gdb.linespec/keywords.exp
8396 * gdb.linespec/ls-errs.exp
8397 * gdb.linespec/macro-relative.exp
8398 * gdb.linespec/thread.exp
8399 * gdb.mi/mi-breakpoint-changed.exp
8400 * gdb.mi/mi-dprintf-pending.exp
8401 * gdb.mi/mi-fullname-deleted.exp
8402 * gdb.mi/mi-logging.exp
8403 * gdb.mi/mi-pending.exp
8404 * gdb.mi/mi-solib.exp
8405 * gdb.mi/new-ui-mi-sync.exp
8406 * gdb.mi/user-selected-context-sync.exp
8407 * gdb.multi/dummy-frame-restore.exp
8408 * gdb.multi/multi-arch-exec.exp
8409 * gdb.multi/remove-inferiors.exp
8410 * gdb.multi/watchpoint-multi-exit.exp
8411 * gdb.opt/solib-intra-step.exp
8412 * gdb.perf/backtrace.exp
8413 * gdb.perf/single-step.exp
8414 * gdb.perf/skip-command.exp
8415 * gdb.perf/skip-prologue.exp
8416 * gdb.perf/solib.exp
8417 * gdb.python/lib-types.exp
8418 * gdb.python/py-as-string.exp
8419 * gdb.python/py-bad-printers.exp
8420 * gdb.python/py-block.exp
8421 * gdb.python/py-breakpoint.exp
8422 * gdb.python/py-cmd.exp
8423 * gdb.python/py-events.exp
8424 * gdb.python/py-evthreads.exp
8425 * gdb.python/py-finish-breakpoint.exp
8426 * gdb.python/py-finish-breakpoint2.exp
8427 * gdb.python/py-frame-inline.exp
8428 * gdb.python/py-frame.exp
8429 * gdb.python/py-inferior.exp
8430 * gdb.python/py-infthread.exp
8431 * gdb.python/py-mi.exp
8432 * gdb.python/py-objfile.exp
8433 * gdb.python/py-pp-maint.exp
8434 * gdb.python/py-pp-registration.exp
8435 * gdb.python/py-prettyprint.exp
8436 * gdb.python/py-recurse-unwind.exp
8437 * gdb.python/py-shared.exp
8438 * gdb.python/py-symbol.exp
8439 * gdb.python/py-symtab.exp
8440 * gdb.python/py-template.exp
8441 * gdb.python/py-type.exp
8442 * gdb.python/py-unwind-maint.exp
8443 * gdb.python/py-unwind.exp
8444 * gdb.python/py-value.exp
8445 * gdb.python/python.exp
8446 * gdb.reverse/finish-reverse-bkpt.exp
8447 * gdb.reverse/insn-reverse.exp
8448 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8449 * gdb.reverse/solib-precsave.exp
8450 * gdb.reverse/solib-reverse.exp
8451 * gdb.stabs/gdb11479.exp
8452 * gdb.stabs/weird.exp
8453 * gdb.threads/fork-child-threads.exp
8454 * gdb.threads/fork-plus-threads.exp
8455 * gdb.threads/fork-thread-pending.exp
8456 * gdb.threads/forking-threads-plus-breakpoint.exp
8457 * gdb.threads/hand-call-in-threads.exp
8458 * gdb.threads/interrupted-hand-call.exp
8459 * gdb.threads/linux-dp.exp
8460 * gdb.threads/local-watch-wrong-thread.exp
8461 * gdb.threads/next-while-other-thread-longjmps.exp
8462 * gdb.threads/non-ldr-exit.exp
8463 * gdb.threads/pending-step.exp
8464 * gdb.threads/print-threads.exp
8465 * gdb.threads/process-dies-while-detaching.exp
8466 * gdb.threads/process-dies-while-handling-bp.exp
8467 * gdb.threads/pthreads.exp
8468 * gdb.threads/queue-signal.exp
8469 * gdb.threads/reconnect-signal.exp
8470 * gdb.threads/signal-command-handle-nopass.exp
8471 * gdb.threads/signal-command-multiple-signals-pending.exp
8472 * gdb.threads/signal-delivered-right-thread.exp
8473 * gdb.threads/signal-sigtrap.exp
8474 * gdb.threads/sigthread.exp
8475 * gdb.threads/staticthreads.exp
8476 * gdb.threads/stepi-random-signal.exp
8477 * gdb.threads/thread-unwindonsignal.exp
8478 * gdb.threads/thread_check.exp
8479 * gdb.threads/thread_events.exp
8480 * gdb.threads/tid-reuse.exp
8481 * gdb.threads/tls-nodebug.exp
8482 * gdb.threads/tls-shared.exp
8483 * gdb.threads/tls-so_extern.exp
8484 * gdb.threads/tls.exp
8485 * gdb.threads/wp-replication.exp
8486 * gdb.trace/actions-changed.exp
8487 * gdb.trace/actions.exp
8488 * gdb.trace/backtrace.exp
8489 * gdb.trace/change-loc.exp
8490 * gdb.trace/collection.exp
8491 * gdb.trace/deltrace.exp
8492 * gdb.trace/disconnected-tracing.exp
8493 * gdb.trace/entry-values.exp
8494 * gdb.trace/ftrace-lock.exp
8495 * gdb.trace/ftrace.exp
8496 * gdb.trace/infotrace.exp
8497 * gdb.trace/mi-trace-frame-collected.exp
8498 * gdb.trace/mi-trace-unavailable.exp
8499 * gdb.trace/mi-traceframe-changed.exp
8500 * gdb.trace/mi-tracepoint-changed.exp
8501 * gdb.trace/mi-tsv-changed.exp
8502 * gdb.trace/no-attach-trace.exp
8503 * gdb.trace/packetlen.exp
8504 * gdb.trace/passc-dyn.exp
8505 * gdb.trace/passcount.exp
8506 * gdb.trace/pending.exp
8507 * gdb.trace/pr16508.exp
8508 * gdb.trace/qtro.exp
8509 * gdb.trace/range-stepping.exp
8510 * gdb.trace/read-memory.exp
8511 * gdb.trace/report.exp
8512 * gdb.trace/save-trace.exp
8513 * gdb.trace/signal.exp
8514 * gdb.trace/stap-trace.exp
8515 * gdb.trace/status-stop.exp
8516 * gdb.trace/strace.exp
8517 * gdb.trace/tfile.exp
8518 * gdb.trace/tfind.exp
8519 * gdb.trace/trace-break.exp
8520 * gdb.trace/trace-condition.exp
8521 * gdb.trace/trace-enable-disable.exp
8522 * gdb.trace/trace-mt.exp
8523 * gdb.trace/tracecmd.exp
8524 * gdb.trace/tracefile-pseudo-reg.exp
8525 * gdb.trace/tspeed.exp
8526 * gdb.trace/tstatus.exp
8527 * gdb.trace/tsv.exp
8528 * gdb.trace/unavailable.exp
8529 * gdb.trace/while-dyn.exp
8530 * gdb.trace/while-stepping.exp
8531 * lib/gdb-guile.exp
8532 * lib/gdb.exp
8533 * lib/mi-support.exp
8534 * lib/pascal.exp
8535 * lib/perftest.exp
8536 * lib/prelink-support.exp
8537 * lib/selftest-support.exp
8538
ad02e4fe
SM
85392016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8540
8541 * Makefile.in: Include disable-implicit-rules.mk.
8542
22347e55
AA
85432016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8544
8545 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8546 non-byte-aligned bit fields.
8547
da5b30da
AA
85482016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8549
8550 PR gdb/12616
8551 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8552 respects the DW_AT_data_bit_offset attribute.
8553
b593ecca
SM
85542016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8555
8556 * gdb.base/default.exp: Fix output of "set language".
8557
3b165252
SM
85582016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8559
8560 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8561 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8562 make.
8563 * configure.ac: Remove checks for the make program.
8564 * configure: Re-generate.
8565
1a2f3d7f
KB
85662016-11-16 Kevin Buettner <kevinb@redhat.com>
8567
8568 * gdb.python/py-recurse-unwind.c (main): Add loop.
8569 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8570 to read_register() and gdb.parse_and_eval(). Make each code
8571 call a separate case that can be individually tested.
8572 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8573 proc. Call cont_and_backtrace for each of the code paths that
8574 we want to test in the unwinder.
8575
b7f38fda
AA
85762016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8577
8578 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8579 the definition of struct S.
8580
1f8db343
CM
85812016-11-11 Catherine Moore <clm@codesourcery.com>
8582
8583 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8584
fad0c9fb
PA
85852016-11-09 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.base/commands.exp (runto_or_return): New procedure.
8588 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8589 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8590 (progvar_simple_while_test, progvar_complex_if_while_test)
8591 (if_while_breakpoint_command_test)
8592 (infrun_breakpoint_command_test, breakpoint_command_test)
8593 (user_defined_command_test, watchpoint_command_test)
8594 (test_command_prompt_position, redefine_hook_test)
8595 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8596 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8597 multi_line_input and multi_line. Remove gdb_expect and
8598 gdb_stop_suppressing_tests uses.
8599 * lib/gdb.exp (valnum_re): New global.
8600 (multi_line_input): New procedure.
8601
8354c62c
SM
86022016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8603
8604 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8605 Remove.
8606 (test_setup): Define with proc_with_prefix.
8607 (test_cli_inferior): Likewise.
8608 (test_cli_thread): Likewise.
8609 (test_cli_frame): Likewise.
8610 (test_cli_select_frame): Likewise.
8611 (test_cli_up_down): Likewise.
8612 (test_mi_thread_select): Likewise.
8613 (test_mi_stack_select_frame): Likewise.
8614 (test_cli_in_mi_inferior): Likewise.
8615 (test_cli_in_mi_thread): Likewise.
8616 (test_cli_in_mi_frame): Likewise.
8617 (top level): Do not use with_test_prefix_procname.
8618
64f367a2
PA
86192016-11-09 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.base/commands.exp (gdbvar_simple_if_test)
8622 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8623 (progvar_simple_if_test, progvar_simple_while_test)
8624 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8625 (infrun_breakpoint_command_test, breakpoint_command_test)
8626 (user_defined_command_test, watchpoint_command_test)
8627 (test_command_prompt_position, deprecated_command_test)
8628 (bp_deleted_in_command, temporary_breakpoint_commands)
8629 (stray_arg0_test, source_file_with_indented_comment)
8630 (recursive_source_test, if_commands_test)
8631 (error_clears_commands_left, redefine_hook_test)
8632 (redefine_backtrace_test): Use proc_with_prefix.
8633 * lib/gdb.exp (proc_with_prefix): New proc.
8634
0bb65f1e
AA
86352016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8636
8637 * gdb.base/tui-layout.c: New file.
8638 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8639 disassembly window contains very long lines.
8640
7353f247
TT
86412016-11-08 Tom Tromey <tom@tromey.com>
8642
8643 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8644 depend on Python 2.
8645
30a7bb83
TT
86462016-11-08 Tom Tromey <tom@tromey.com>
8647
8648 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8649 New method.
8650
cdf5a07c
MG
86512016-10-29 Manish Goregaokar <manish@mozilla.com>
8652
2806dc7e 8653 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8654
51a789c3
MG
86552016-10-27 Manish Goregaokar <manish@mozilla.com>
8656
2806dc7e
PA
8657 * gdb.rust/simple.rs: Add test for univariant enums without
8658 discriminants and for encoded struct-like enums.
51a789c3 8659
f610ab6d
PA
86602016-10-28 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8663 gdb_test_multiple, tighten regexps and match symtabs and line
8664 tables incrementally.
8665
b129b0ca
LM
86662016-10-28 Luis Machado <lgustavo@codesourcery.com>
8667
8668 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8669 general.
8670
ecf45d2c
SL
86712016-10-25 Luis Machado <lgustavo@codesourcery.com>
8672
8673 * gdb.base/exec-invalid-sysroot.exp: New file.
8674
b8d38ee4
JK
86752016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8678
f90fd8c2
JK
86792016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8680
8681 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8682
2d2476aa
MR
86832016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8684
2806dc7e
PA
8685 * gdb.base/killed-outside.exp: Remove $options from a call to
8686 `prepare_for_testing'.
2d2476aa 8687
e42b25a0
SM
86882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8689
8690 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8691 Change test message.
8692
3ccdb432
SM
86932016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8694
8695 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8696 Update comment.
8697
5bad3170
SM
86982016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * gdb.trace/mi-trace-save.exp: New file.
8701
5ad9dba7
YQ
87022016-10-13 Yao Qi <yao.qi@linaro.org>
8703
8704 * gdb.base/code_elim.exp (get_var_address): Remove.
8705 * gdb.base/relocate.exp: Likewise.
8706 * gdb.base/shreloc.exp: Likewise.
8707 * lib/gdb.exp (get_var_address): New.
8708
62df7e21
YQ
87092016-10-13 Yao Qi <yao.qi@linaro.org>
8710
8711 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8712 floating point tests if $skip_float_test is false.
8713
4dac951e
LM
87142016-10-12 Luis Machado <lgustavo@codesourcery.com>
8715
8716 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8717 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8718 argc values.
8719 Add 1 to argc so we guarantee distinct initial/modified argc values.
8720
8f1a8fc4
JK
87212016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8724
16c85b5d
JK
87252016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8728 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8729 * gdb.arch/vsx-regs.exp: Likewise.
8730
1d0e042a
YQ
87312016-10-07 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8734
68dadef5
MM
87352016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8736
8737 * gdb.python/python.exp: Test decode_line("*0").
8738
33fa2c6e
DE
87392016-10-06 Doug Evans <dje@google.com>
8740
8741 * gdb.python/py-value.exp (test_value_creation): Add test for large
8742 unsigned 64-bit value.
8743
9c37b5ae
TT
87442016-10-06 Tom Tromey <tom@tromey.com>
8745
8746 * gdb.compile/compile.exp: Change java tests to rust.
8747 * gdb.base/setshow.exp: Change java tests to rust.
8748 * gdb.base/default.exp: Remove java from language list.
8749 * README (Examples): Update language example.
8750 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8751 test.
8752 * lib/gdb.exp (skip_java_tests): Remove.
8753 * lib/java.exp: Remove.
8754 * gdb.java: Remove.
8755
78b86327
MR
87562016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8757
8758 * gdb.arch/mips-fcr.exp: New test.
8759 * gdb.arch/mips-fcr.c: Source for the new test.
8760
7470adbb
MR
87612016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8762
8763 * gdb.base/solib-disc.exp: Use `standard_output_file'
8764 throughout.
8765
4a556533
PA
87662016-10-06 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.base/jit-simple-dl.c: New file.
8769 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8770 * gdb.base/jit-simple.c: ... this.
8771 * gdb.base/jit-simple.exp (jit_run): Delete.
8772 (build_jit): New proc.
8773 (jit_test_reread): Recompile either the main program or the shared
8774 library, depending on what is being tested. Skip changing address
8775 if caller wants to. Compare before/after addresses. If testing
8776 standalone, explicitly load the binary. Test "maint info
8777 breakpoints".
8778 (top level): Add "standalone vs shared lib" and "change address"
8779 vs "same address" axes.
8780
5a122fbc
PA
87812016-10-06 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8784 call.
8785 (jit_run): Delete.
8786 (jit_test_reread): Use with_test_prefix. Reload the main binary
8787 explicitly. Compare the before/after addresses of the JIT
8788 descriptor.
8789
ee8da4b8
DE
87902016-08-15 Doug Evans <dje@google.com>
8791
8792 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8793 for single bitfields is bool.
8794 * gdb.xml/tdesc-regs.exp: Ditto.
8795
f389f6fe
JK
87962016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8799
fdebf1a4
YQ
88002016-10-05 Yao Qi <yao.qi@linaro.org>
8801
8802 * lib/gdb.exp (support_complex_tests): Return zero if
8803 gdb_skip_float_test return true.
8804
9c36d954 88052016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8806 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8807
8808 PR gdb/20487
8809 * gdb.mi/user-selected-context-sync.exp: New file.
8810 * gdb.mi/user-selected-context-sync.c: New file.
8811
4034d0ff 88122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8813 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8814
8815 PR gdb/20487
8816 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8817 =thread-select-event check.
8818
a4297203
PB
88192016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8820
8821 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8822 the compulsory L operand changes.
8823 * gdb.arch/powerpc-power.s: Likewise.
8824
bb805577
JK
88252016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8826
8827 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8828 * gdb.base/jit-attach-pie.c: New file.
8829 * gdb.base/jit-attach-pie.exp: New file.
8830
6d61dee5
PA
88312016-09-28 Pedro Alves <palves@redhat.com>
8832
8833 * gdb.base/infcall-input.c: New file.
8834 * gdb.base/infcall-input.exp: New file.
8835
f73842fc
YQ
88362016-09-22 Yao Qi <yao.qi@linaro.org>
8837
8838 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8839 (gdb_exit): Rename it to ...
8840 (gdbserver_gdb_exit): ... Close GDBserver.
8841 (gdb_exit): New proc, call gdbserver_gdb_exit.
8842 (mi_gdb_exit): Likewise.
8843
90681dab
YQ
88442016-09-22 Yao Qi <yao.qi@linaro.org>
8845
8846 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8847 path.
8848 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8849 Remove duplication.
8850
9c211fd8
YQ
88512016-09-22 Yao Qi <yao.qi@linaro.org>
8852
8853 * lib/gdbserver-support.exp: Check the existence of
8854 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8855
ad0a504f
AK
88562016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8857
8858 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8859
36cf1806
TT
88602016-09-21 Tom Tromey <tom@tromey.com>
8861
8862 PR gdb/20604:
8863 * gdb.base/quit.exp: New file.
8864
74172ecf
SM
88652016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8866
8867 * .gitignore: New file.
8868
3d0ec882
MR
88692016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8870
8871 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8872 throughout.
8873
8193adea
AA
88742016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8875
8876 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8877
d41a5c09
JK
88782016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 * gdb.cp/casts.cc (decltype): Move it ...
8881 (main): ... with its call to ...
8882 * gdb.cp/casts03.cc: ... a new file.
8883 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8884
d2dfe700
JK
88852016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8888
e2a92b16
PB
88892016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8890
8891 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8892 and sync up the test with tests in gas/testsuite/gas/ppc.
8893 * gdb.arch/powerpc-power.exp: Likewise.
8894
49b4de64
JK
88952016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8898
2c29df25
SDJ
88992016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8900 Jan Kratochvil <jan.kratochvil@redhat.com>
8901
8902 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8903 make m1's definition to be different from m2's. Use 'dummy' as an
8904 argument for probe 'two'.
8905
cc3c2846
JB
89062016-09-10 Jon Beniston <jon@beniston.com>
8907
8908 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8909 for sim target.
8910
e1b2624a
AA
89112016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8912
8913 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8914 variable declaration.
8915 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8916 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8917 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8918 received HWCAP as its argument.
8919
4295e285
PA
89202016-09-06 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/new-ui-pending-input.c: New file.
8923 * gdb.base/new-ui-pending-input.exp: New file.
8924 * gdb.exp (clear_gdb_spawn_id): New procedure.
8925 (with_spawn_id): Check whether gdb_spawn_id exists before
8926 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8927 on exit.
8928
00d5215e
UW
89292016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8930
8931 * gdb.base/float128.c: New file.
8932 * gdb.base/float128.exp: Likewise.
8933 * gdb.base/floatn.c: Likewise.
8934 * gdb.base/floatn.exp: Likewise.
8935
a9ff5f12
UW
89362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8937
8938 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8939
f245535c
PA
89402016-09-05 Pedro Alves <palves@redhat.com>
8941
8942 PR backtrace/19927
8943 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8944 unwinders are immediately called as side effect of "source" or
8945 "disable unwinder" commands.
8946 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8947
ae9cf263
YQ
89482016-09-02 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8951 is true and $type is "float" or "double".
8952
27aba047
YQ
89532016-09-02 Yao Qi <yao.qi@linaro.org>
8954
8955 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8956 true.
8957 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8958 * gdb.base/call-rt-st.exp: Likewise.
8959 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8960 return value instead of gdb,skip_float_test.
8961 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8962 (do_function_calls): Use its return value instead of
8963 gdb,skip_float_test.
8964 * gdb.base/finish.exp: Likewise.
8965 * gdb.base/funcargs.exp: Likewise.
8966 * gdb.base/return.exp: Likewise.
8967 * gdb.base/return2.exp: Likewise.
8968 * gdb.base/varargs.exp: Likewise.
8969 * lib/gdb.exp (gdb_skip_float_test): Change it to
8970 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8971
5af962df
AA
89722016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8973
8974 * gdb.multi/tids.exp: Test "thread apply all".
8975
7fac6910
JK
89762016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.base/default.exp (tty): Remove.
8979
bb1fe4ac
KB
89802016-08-24 Kevin Buettner <kevinb@redhat.com>
8981
2806dc7e
PA
8982 * gdb.python/py-recurse-unwind.c: New file.
8983 * gdb.python/py-recurse-unwind.py: New file.
8984 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8985
0a1ddfa6
SM
89862016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * gdb.base/set-inferior-tty.exp: New file.
8989 * gdb.base/set-inferior-tty.c: New file.
8990
d9de1fe3
PA
89912016-08-23 Pedro Alves <palves@redhat.com>
8992
8993 PR gdb/20494
8994 * gdb.base/new-ui-echo.c: New file.
8995 * gdb.base/new-ui-echo.exp: New file.
8996
e9d9abd7
YQ
89972016-08-23 Yao Qi <yao.qi@linaro.org>
8998
8999 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9000 gdbserver_spawn.
9001 * gdb.server/connect-without-multi-process.exp (do_test):
9002 Likewise.
9003
3589529e
YQ
90042016-08-23 Yao Qi <yao.qi@linaro.org>
9005
9006 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9007 standalone_txt. Delete gdb_txt and standalone_txt on host
9008 and target. Spawn the binary on target. Copy files from
9009 target to host.
9010
6bb90213
PA
90112016-08-22 Pedro Alves <palves@redhat.com>
9012
9013 PR gdb/20505
9014 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9015 with_test_prefix. Factor out bits to ...
9016 (test_no_vdso): ... this new procedure.
9017
20c2c024
CL
90182016-08-19 Carl Love <cel@us.ibm.com>
9019
9020 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9021 maintaining separate logic for constructing the output path.
9022 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9023 * gdb.arch/ppc-dfp.exp: Likewise.
9024 * gdb.arch/ppc-fp.exp: Likewise.
9025 * gdb.arch/vsx-regs.exp: Likewise.
9026 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9027 binprefix for generating the additional binary files.
9028
0646e07d
PA
90292016-08-19 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.trace/mi-trace-frame-collected.exp
9032 (test_trace_frame_collected): On x32, expect two registers.
9033
46da9242
CL
90342016-08-18 Carl Love <cel@us.ibm.com>
9035
9036 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9037 and sync up the test with tests in gas/testsuite/gas/ppc.
9038 * gdb.arch/powerpc-power.exp: Likewise.
9039
eb2332d7
SM
90402016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9041
9042 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9043 expected error message.
9044
63c61e04
SM
90452016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9046
9047 * gdb.multi/remove-inferiors.exp: New file.
9048 * gdb.multi/remove-inferiors.c: New file.
9049
7b17065f
YQ
90502016-08-12 Yao Qi <yao.qi@linaro.org>
9051
9052 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9053 argument list.
9054
01d3dedf
PA
90552016-08-10 Pedro Alves <palves@redhat.com>
9056
9057 PR gdb/19187
9058 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9059 setup_kfails.
9060
3eb7562a
PA
90612016-08-09 Pedro Alves <palves@redhat.com>
9062 Simon Marchi <simon.marchi@ericsson.com>
9063
9064 PR gdb/20418
9065 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9066 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9067
80614914
PA
90682016-08-09 Pedro Alves <palves@redhat.com>
9069
9070 PR mi/20431
9071 * gdb.mi/mi-cmd-error.exp: New file.
9072
f348d89a
PA
90732016-08-09 Pedro Alves <palves@redhat.com>
9074
9075 PR gdb/18653
9076 * gdb.base/signals-state-child.c: New file.
9077 * gdb.base/signals-state-child.exp: New file.
9078 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9079
e5ca03b4
PA
90802016-08-09 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9083
282a0691
TT
90842016-08-03 Tom Tromey <tom@tromey.com>
9085
9086 PR python/18565:
9087 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9088
41bfcd63
YQ
90892016-08-01 Yao Qi <yao.qi@linaro.org>
9090
9091 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9092 variable mode to "multi-process" if $multi_process is 1, otherwise
9093 set it to "single-process".
9094
e3465b24
YQ
90952016-08-01 Yao Qi <yao.qi@linaro.org>
9096
9097 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9098 * gdb.cp/cpexprs.exp: Likewise.
9099 * gdb.cp/m-static.exp: Likewise.
9100
0b31a4bc
TT
91012016-07-26 Tom Tromey <tom@tromey.com>
9102
9103 PR python/20190:
9104 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9105 test.
9106
e0461dbb
MM
91072016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9108
9109 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9110 selecting assembly source files.
9111 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9112 assembly source files.
9113 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9114 assembly source files.
9115 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9116 selecting assembly source files.
9117
8194e927
SM
91182016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9119
9120 * gdb.base/new-ui.exp (do_test_invalid_args): New
9121 procedure.
9122
c0272db5
TW
91232016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9124
9125 * gdb.btrace/reconnect.c: New file.
9126 * gdb.btrace/reconnect.exp: New file.
9127
e3487908
GKB
91282016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9129
9130 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9131 to test_catch_syscall_group.
9132 (test_catch_syscall_group): New.
9133
12df5c00
TT
91342016-07-21 Tom Tromey <tom@tromey.com>
9135
9136 * gdb.rust/simple.rs (main): Use empty struct expression.
9137 * gdb.rust/simple.exp: Add tests for empty struct expression.
9138
bae62ee2
YQ
91392016-07-21 Yao Qi <yao.qi@linaro.org>
9140
9141 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9142 if gdb_skip_xml_test is true on some targets.
9143
b1b53fb3
YQ
91442016-07-21 Yao Qi <yao.qi@linaro.org>
9145
9146 * gdb.server/solib-list.exp: Unset last_loaded_file.
9147
027d97f8
JK
91482016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9151 "step into captured_main (args)".
9152
7674d381
JK
91532016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9154
9155 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9156
72b5d099
JK
91572016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9158
9159 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9160
1f960ced
PA
91612016-07-19 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9164 * gdb.opt/inline-bt.exp: Likewise.
9165 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9166 additional_flags=-Winline.
9167 * gdb.opt/inline-locals.exp: Likewise.
9168 * gdb.opt/inline-markers.c (ATTR): Define.
9169 (inlined_fn): Use it.
9170
f25827c1
YQ
91712016-07-19 Yao Qi <yao.qi@linaro.org>
9172
9173 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9174 (test_with_self): Remove some code. Remove argument executable.
9175 (top-level): Use do_self_tests.
9176
37539ebe
DB
91772016-07-15 Zachary Welch <zwelch@codesourcery.com>
9178 Don Breazeal <donb@codesourcery.com>
9179
9180 * gdb.base/maint.exp: Escape paths used in regular expressions.
9181 * gdb.stabs/weird.exp: Likewise.
9182
dac790e1
TT
91832016-07-13 Tom Tromey <tom@tromey.com>
9184
9185 PR python/15620, PR python/18620:
9186 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9187 (test_bkpt_events): New procs.
9188
93daf339
TT
91892016-07-13 Tom Tromey <tom@tromey.com>
9190
9191 PR python/17698:
9192 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9193 test.
9194 (test_watchpoints): Likewise.
9195 (test_bkpt_pending): New proc.
9196
6571a381
TT
91972016-07-13 Tom Tromey <tom@tromey.com>
9198
9199 PR cli/18053:
9200 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9201 completion test.
9202
e8732474
JK
92032016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9204
9205 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9206 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9207 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9208 f_label.
9209 (g): Rename g_end_lbl to g_label.
9210 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9211 low_pc and high_pc.
9212 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9213
e0f3fd7c
TT
92142016-07-12 Tom Tromey <tom@tromey.com>
9215
9216 PR python/19293:
9217 * gdb.python/py-unwind-maint.exp: Update tests.
9218
3cfe46b6
YQ
92192016-07-12 Yao Qi <yao.qi@linaro.org>
9220
9221 * lib/selftest-support.exp (selftest_setup): Match the output
9222 when captured_main is inlined.
9223
4f19a0e6
WT
92242016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9225
9226 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9227 New variables.
9228 (print this%a, print this%b, print this): New tests.
9229 * gdb.fortran/derived-types.f90 (this): New object and
9230 initialization.
9231
986cf455
SM
92322016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9233
9234 * gdb.ada/arraydim.exp: Remove extra directory level in build
9235 directory.
9236
f0464b23
SM
92372016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9238
9239 * lib/ada.exp: Remove extra directory level in build directory.
9240 * gdb.ada/cond_lang.exp: Likewise.
9241 * gdb.ada/exec_changed.exp: Likewise.
9242 * gdb.ada/lang_switch.exp: Likewise.
9243
42d94011
MG
92442016-07-06 Manish Goregaokar <manish@mozilla.com>
9245
2806dc7e
PA
9246 * simple.rs: Add test for raw pointer subscripting.
9247 * simple.exp: Add test expectations.
42d94011 9248
647c264c
YQ
92492016-07-05 Yao Qi <yao.qi@linaro.org>
9250
9251 * gdb.mi/mi-reverse.exp: Match =record-started output.
9252
20aa2c60
PA
92532016-07-01 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9256 procedure.
9257 (jit_reader_test): Test the jit reader's unwinder.
9258 * gdb.base/jithost.c (jit_function_00_code): New global.
9259 (main): Use memcpy to fill in the mmapped code, instead of poking
9260 bytes manually here.
9261 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9262 value.
9263 (read_debug_info): Save the function's range.
9264 (read_sp): New function.
9265 (unwind_frame): Use it. Also unwind RBP.
9266 (get_frame_id): Use read_sp.
9267 (gdb_init_reader): Use calloc instead of malloc.
9268 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9269 parameter. Use gdb_test_multiple.
9270
ced2dffb
PA
92712016-07-01 Pedro Alves <palves@redhat.com>
9272 Antoine Tremblay <antoine.tremblay@ericsson.com>
9273
9274 * gdb.threads/process-dies-while-detaching.c: New file.
9275 * gdb.threads/process-dies-while-detaching.exp: New file.
9276
63000888
PA
92772016-07-01 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.multi/watchpoint-multi-exit.c: New file.
9280 * gdb.multi/watchpoint-multi-exit.exp: New file.
9281
038d4868
PA
92822016-06-30 Pedro Alves <palves@redhat.com>
9283
9284 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9285 unset inferior_spawn_id.
9286
994e9c83
PA
92872016-06-30 Pedro Alves <palves@redhat.com>
9288
9289 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9290 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9291
e5653468
YQ
92922016-06-29 Yao Qi <yao.qi@linaro.org>
9293
9294 * gdb.base/return.c: Add copyright header.
9295
803b47e5
TT
92962016-06-29 Tom Tromey <tom@tromey.com>
9297
9298 PR python/20129:
9299 * gdb.python/py-framefilter.exp: Add tests for setting priority
9300 and disabling of non-existent frame filter.
9301
28244707
YQ
93022016-06-29 Yao Qi <yao.qi@linaro.org>
9303
9304 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9305 0x0f07ff.
9306
a31d2f06
YQ
93072016-06-28 Yao Qi <yao.qi@linaro.org>
9308
9309 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9310 triplets. Start gdb, execute catch syscall, and continue. Check
9311 gdb's output to determine catch syscall is supported.
9312
921d8f54
MG
93132016-06-27 Manish Goregaokar <manish@mozilla.com>
9314
25d49b86
PA
9315 * gdb.rust/simple.rs: Add test for returning unit in a function.
9316 * gdb.rust/simple.exp: Add expectation for functions returning
9317 unit.
921d8f54 9318
f4952523
PMR
93192016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9320
9321 * gdb.python/py-breakpoint-create-fail.c,
9322 gdb.python/py-breakpoint-create-fail.exp,
9323 gdb.python/py-breakpoint-create-fail.py: New testcase.
9324
fccb08f8
MG
93252016-06-25 Manish Goregaokar <manish@mozilla.com>
9326
9327 PR gdb/20239
9328 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9329 * gdb.rust/simple.exp: Add test expectations for new NonZero
9330 tests.
fccb08f8 9331
6b850546
DT
93322016-06-24 David Taylor <dtaylor@emc.com>
9333
9334 * gdb.base/offsets.exp: New file.
9335 * gdb.base/offsets.c: New file.
9336
17621150
TT
93372016-06-23 Tom Tromey <tom@tromey.com>
9338
9339 PR gdb/16483:
9340 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9341 before any filters are loaded.
9342
04d59df6
WT
93432016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9344
9345 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9346 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9347 structs.
9348 * gdb.fortran/derived-type-function.exp: New file.
9349 * gdb.fortran/derived-type-function.f90: New file.
9350
9351
ac69f786
PA
93522016-06-21 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/new-ui.exp: New file.
9355 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9356 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9357 (with_spawn_id): New procedure.
9358
49940788
PA
93592016-06-21 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.mi/mi-exec-run.exp: New file.
9362
ef274d26
PA
93632016-06-21 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9366 breakpoint command's output on the main UI.
9367 (test_break): New procedure, factored out from calls in the top
9368 level.
9369 (top level): Use foreach_with_prefix to test MI as main UI and as
9370 separate UI.
9371
468afe6c
PA
93722016-06-21 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9375 (test_awatch_creation_and_listing)
9376 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9377 Remove 'type' parameter.
9378 (test_watchpoint_all): New parameter mi_mode. Remove
9379 with_test_prefix.
9380 (top level): Use foreach_with_prefix, and add main/separate UI MI
9381 testing axis.
9382
51f77c37
PA
93832016-06-21 Pedro Alves <palves@redhat.com>
9384
9385 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9386 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9387 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9388 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9389 (gdb_main_spawn_id, mi_spawn_id): Declare and
9390 comment.
9391 (mi_create_inferior_pty): New procedure,
9392 factored out from default_mi_gdb_start.
9393 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9394 procedures.
9395 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9396 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9397 Use mi_create_inferior_pty.
9398 (mi_gdb_start): Use eval to pass down args list.
9399
8980e177
PA
94002016-06-21 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9403 * gdb.opt/inline-cmds.exp: Add MI tests.
9404
f38d3ad1
PA
94052016-06-21 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9408
45db7c09
PA
94092016-06-21 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9412 (top level): Use it instead of mi_execute_to.
9413
5a069ab3
PA
94142016-06-21 Pedro Alves <palves@redhat.com>
9415
9416 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9417 (cont_handler_str): New.
9418 (signal_stop_handler): Set stop_handler_str instead of printing to
9419 stdout.
9420 (continue_handler): Set cont_handler_str instead of printing to
9421 stdout.
9422 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9423 mi_send_resuming_command. Print stop_handler_str and
9424 cont_handler_str instead of expecting the python events print
9425 directly.
9426
2838cc1d
SD
94272016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9428
9429 * gdb.base/jit-reader.exp: New file.
9430 * gdb.base/jithost.c: New file.
9431 * gdb.base/jithost.h: New file.
9432 * gdb.base/jitreader.c : New file.
9433 * gdb.base/jit-protocol.h: New file.
9434
21a77091
YQ
94352016-06-17 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9438 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9439 and detach-on-fork. Adjust tests.
9440 (top level): Invoke break_cond_on_syscall with combinations of
9441 syscall, follow-fork-mode and detach-on-fork.
9442
f50bf8e5
YQ
94432016-06-17 Yao Qi <yao.qi@linaro.org>
9444
9445 * gdb.base/step-over-exit.c: New.
9446 * gdb.base/step-over-exit.exp: New.
9447
a28d8e50
YTL
94482016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9449
9450 * gdb.base/float.exp: Add target check for nds32*-*-*.
9451 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9452
cad8e26d
AB
94532016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9454
9455 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9456 for unsupported target features.
9457 * gdb.base/call-rt-st.exp: Likewise.
9458 * gdb.base/call-sc.exp: Likewise.
9459 * gdb.base/call-signal-resume.exp: Likewise.
9460 * gdb.base/call-strs.exp: Likewise.
9461 * gdb.base/callexit.exp: Likewise.
9462 * gdb.base/callfuncs.exp: Likewise.
9463 * gdb.base/nodebug.exp: Likewise.
9464 * gdb.base/printcmds.exp: Likewise.
9465 * gdb.base/ptype.exp: Likewise.
9466 * gdb.base/structs.exp: Likewise.
9467 * gdb.base/unwindonsignal.exp: Likewise.
9468 * gdb.cp/gdb2495.exp: Likewise.
9469 * gdb.cp/templates.exp: Likewise.
9470 * gdb.cp/virtfunc.exp: Likewise.
9471 * gdb.threads/hand-call-in-threads.exp: Likewise.
9472 * gdb.threads/interrupted-hand-call.exp: Likewise.
9473 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9474
347dc102
TT
94752016-06-10 Tom Tromey <tom@tromey.com>
9476
9477 PR rust/20110:
9478 * gdb.rust/expr.exp: Add test for integer constant larger than
9479 i32.
9480
5e13cf25
BH
94812016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9482
9483 * gdb.fortran/nested-funcs.exp: New.
9484 * gdb.fortran/nested-funcs.f90: New.
9485
bb556f1f
TK
94862016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9487
9488 * gdb.base/examine-backward.c: New file.
9489 * gdb.base/examine-backward.exp: New file.
9490
38b022b4
SM
94912016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9492
9493 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9494 matching.
9495
1b40ec05
TT
94962016-06-02 Tom Tromey <tom@tromey.com>
9497
9498 PR python/18984:
9499 * gdb.python/py-shared.exp: Add solib_name test.
9500
193bd378
SM
95012016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9502
9503 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9504
3326303b
MG
95052016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9506
9507 PR c++/19893
9508 * gdb.dwarf2/implref.exp: Rename to...
9509 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9510 * gdb.dwarf2/implref-array.c: New file.
9511 * gdb.dwarf2/implref-array.exp: Likewise.
9512 * gdb.dwarf2/implref-global.c: Likewise.
9513 * gdb.dwarf2/implref-global.exp: Likewise.
9514 * gdb.dwarf2/implref-struct.c: Likewise.
9515 * gdb.dwarf2/implref-struct.exp: Likewise.
9516
825c8ef2
AT
95172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9518
9519 * gdb.trace/trace-condition.exp: Add 64bit tests.
9520
2320162a
AT
95212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9522
9523 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9524 bits types.
9525 (main): Adapt to 8 to 64 bits types.
9526 * gdb.trace/trace-condition.exp: Add new tests.
9527
a7818233
AT
95282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9529
9530 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9531
0d336466
AT
95322016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9533
9534 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9535 Move condition tests...
9536 * gdb.trace/trace-condition.exp: Here.
9537
7faeb45a
AT
95382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9539
9540 * gdb.trace/trace-condition.exp: Add counter-case tests.
9541
e385593e
JK
95422016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 PR c++/15231
9545 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9546 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9547
744608cc
PA
95482016-05-27 Pedro Alves <palves@redhat.com>
9549
9550 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9551 New procedure.
9552 (top level): Call it, and bail out of DejaGnu is known to be bad.
9553
ac775bf4
AB
95542016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9555
9556 * gdb.base/whatis.c: Extend the test case.
9557 * gdb.base/whatis.exp: Add additional tests.
9558
2bbad2ea
BH
95592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9560
9561* gdb.fortran/type.f90: Add pointer variable.
9562* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9563
8b70175d
BH
95642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9565
9566 * gdb.fortran/vla-type.exp: Fix testcase name.
9567
86d8a848
BH
95682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9569
9570 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9571
e188eb36
BH
95722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9573
9574 * gdb.fortran/type.f90: Add nested structures.
9575 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9576 * gdb.fortran/derived-type.exp: Adapt expected output.
9577 * gdb.fortran/vla-type.exp: Adapt expected output.
9578
9b2db1fd
BH
95792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9580
9581 * gdb.fortran/whatis_type.exp: Adapt expected output.
9582
72b17055
BH
95832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9584
9585 * gdb.fortran/print_type.exp: Fix expected output.
9586 * gdb.fortran/whatis_type.exp: Fix expected output.
9587
3cd81d8d
BH
95882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9589
9590 * gdb.fortran/whatis_type.exp: Use multi_line.
9591
ddae9462
TT
95922016-05-24 Tom Tromey <tom@tromey.com>
9593
9594 PR python/17386:
9595 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9596 use value as an index.
9597
1957f6b8
TT
95982016-05-23 Tom Tromey <tom@tromey.com>
9599
9600 PR python/17981:
9601 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9602 no-breakpoint case.
9603
026a9174
PA
96042016-05-24 Pedro Alves <palves@redhat.com>
9605
9606 PR gdb/19828
9607 * gdb.threads/clone-attach-detach.c: New file.
9608 * gdb.threads/clone-attach-detach.exp: New file.
9609
e70a7231
FR
96102016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9611
9612 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9613
0f6ed0e0
TT
96142016-05-23 Tom Tromey <tom@tromey.com>
9615
9616 PR python/19438, PR python/18393:
9617 * gdb.python/py-progspace.exp: Add "dir" test.
9618 * gdb.python/py-objfile.exp: Add "dir" test.
9619
ffd19d61
YQ
96202016-05-23 Yao Qi <yao.qi@linaro.org>
9621
9622 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9623 * gdb.arch/thumb2-it.exp: Likewise.
9624
9e8f9b05
SM
96252016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * gdb.mi/mi-threads-interrupt.c: New file.
9628 * gdb.mi/mi-threads-interrupt.exp: New file.
9629
61c6156d
SM
96302016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 PR gdb/18077
9633 * gdb.mi/mi-async-run.exp: New file.
9634 * gdb.mi/mi-async-run.c: New file.
9635
67218854
TT
96362016-05-17 Tom Tromey <tom@tromey.com>
9637 Manish Goregaokar <manishsmail@gmail.com>
9638
9639 * lib/rust-support.exp: New file.
9640 * lib/gdb.exp (skip_rust_tests): New proc.
9641 (build_executable_from_specs): Handle rust.
9642 * lib/future.exp (gdb_find_rustc): New proc.
9643 (gdb_default_target_compile): Handle rust.
9644 * gdb.rust/expr.exp: New file.
9645 * gdb.rust/generics.exp: New file.
9646 * gdb.rust/generics.rs: New file.
9647 * gdb.rust/methods.exp: New file.
9648 * gdb.rust/methods.rs: New file.
9649 * gdb.rust/modules.exp: New file.
9650 * gdb.rust/modules.rs: New file.
9651 * gdb.rust/simple.exp: New file.
9652 * gdb.rust/simple.rs: New file.
9653
c44af4eb
TT
96542016-05-17 Tom Tromey <tom@tromey.com>
9655
9656 * gdb.base/default.exp (set language): Add rust.
9657
dcd1f979
TT
96582016-05-17 Tom Tromey <tom@tromey.com>
9659
9660 * gdb.gdb/unittest.exp: New file.
9661
155b7f57
YQ
96622016-05-16 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9665 shell_prompt. Update shell_prompt_re.
9666
8ddd5a6c
DE
96672016-05-12 Doug Evans <dje@google.com>
9668
9669 PR symtab/19999
9670 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9671 $options when building executable.
9672 * gdb.dwarf2/fission-loclists-pie.S: New file.
9673 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9674
02e370d9
SM
96752016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9676
9677 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9678 of [is_remote target],
9679
8929ad8b
SM
96802016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * lib/gdb.exp (use_gdb_stub): New procedure.
9683
6c447423
DE
96842016-05-03 Yunlian Jiang <yunlian@google.com>
9685 Doug Evans <dje@google.com>
9686
9687 PR symtab/19914
9688 * gdb.dwarf2/dwp-sepdebug.c: New file.
9689 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9690
444e826c
SM
96912016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9692
9693 * gdb.base/detach.exp: Remove is_remote check.
9694
740feeaa
SM
96952016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9696
9697 * gdb.base/annota-input-while-running.exp: Don't check for
9698 [is_remote target]. Enable annotations after running to main.
9699 Remove unused "set test..." line.
9700
9080ac9d
SM
97012016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9702
9703 * gdb.trace/trace-enable-disable.exp: New file.
9704 * gdb.trace/trace-enable-disable.c: New file.
9705
952ebca5
SM
97062016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9707
9708 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9709 use it in info sharedlibrary test.
9710 * gdb.trace/ftrace-lock.exp: Likewise.
9711 * gdb.trace/ftrace.exp: Likewise.
9712 * gdb.trace/range-stepping.exp: Likewise.
9713 * gdb.trace/trace-break.exp: Likewise.
9714 * gdb.trace/trace-condition.exp: Likewise.
9715 * gdb.trace/trace-mt.exp: Likewise.
9716
d9019901
SM
97172016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9718
9719 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9720 (gdb_load_shlib): ... this.
9721 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9722 gdb_load_shlib.
9723 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9724 * gdb.base/ctxobj.exp: Likewise.
9725 * gdb.base/dprintf-pending.exp: Likewise.
9726 * gdb.base/dso2dso.exp: Likewise.
9727 * gdb.base/fixsection.exp: Likewise.
9728 * gdb.base/gcore-relro.exp: Likewise.
9729 * gdb.base/gdb1555.exp: Likewise.
9730 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9731 * gdb.base/gnu-ifunc.exp: Likewise.
9732 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9733 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9734 * gdb.base/pending.exp: Likewise.
9735 * gdb.base/print-file-var.exp: Likewise.
9736 * gdb.base/print-symbol-loading.exp: Likewise.
9737 * gdb.base/shlib-call.exp: Likewise.
9738 * gdb.base/shreloc.exp: Likewise.
9739 * gdb.base/so-impl-ld.exp: Likewise.
9740 * gdb.base/solib-disc.exp: Likewise.
9741 * gdb.base/solib-nodir.exp: Likewise.
9742 * gdb.base/solib-overlap.exp: Likewise.
9743 * gdb.base/solib-symbol.exp: Likewise.
9744 * gdb.base/solib-weak.exp (do_test): Likewise.
9745 * gdb.base/sym-file.exp: Likewise.
9746 * gdb.base/symtab-search-order.exp: Likewise.
9747 * gdb.base/type-opaque.exp: Likewise.
9748 * gdb.base/unload.exp: Likewise.
9749 * gdb.base/watchpoint-solib.exp: Likewise.
9750 * gdb.compile/compile.exp: Likewise.
9751 * gdb.cp/gdb2384.exp: Likewise.
9752 * gdb.cp/infcall-dlopen.exp: Likewise.
9753 * gdb.cp/re-set-overloaded.exp: Likewise.
9754 * gdb.fortran/library-module.exp: Likewise.
9755 * gdb.opt/solib-intra-step.exp: Likewise.
9756 * gdb.python/py-finish-breakpoint.exp: Likewise.
9757 * gdb.python/py-shared.exp: Likewise.
9758 * gdb.reverse/solib-precsave.exp: Likewise.
9759 * gdb.reverse/solib-reverse.exp: Likewise.
9760 * gdb.server/solib-list.exp: Likewise.
9761 * gdb.threads/dlopen-libpthread.exp: Likewise.
9762 * gdb.threads/tls-shared.exp: Likewise.
9763 * gdb.threads/tls-so_extern.exp: Likewise.
9764 * gdb.trace/change-loc.exp: Likewise.
9765 * gdb.trace/ftrace-lock.exp: Likewise.
9766 * gdb.trace/ftrace.exp: Likewise.
9767 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9768 * gdb.trace/pending.exp: Likewise.
9769 * gdb.trace/range-stepping.exp: Likewise.
9770 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9771 (strace_info_marker): Likewise.
9772 (strace_probe_marker): Likewise.
9773 (strace_trace_on_same_addr): Likewise.
9774 (strace_trace_on_diff_addr): Likewise.
9775 * gdb.trace/trace-break.exp: Likewise.
9776 * gdb.trace/trace-condition.exp: Likewise.
9777 * gdb.trace/trace-mt.exp: Likewise.
9778
fca4cfd9
SM
97792016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9780
9781 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9782 result of gdb_remote_download.
9783 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9784 * gdb.base/dso2dso.exp: Likewise.
9785 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9786 * gdb.base/print-file-var.exp: Likewise.
9787 * gdb.base/shlib-call.exp: Likewise.
9788 * gdb.base/shreloc.exp: Likewise.
9789 * gdb.base/solib-overlap.exp: Likewise.
9790 * gdb.base/solib-weak.exp (do_test): Likewise.
9791 * gdb.base/unload.exp: Likewise.
9792
11cf4ffb
YQ
97932016-04-27 Yao Qi <yao.qi@linaro.org>
9794
9795 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9796 exists.
9797
3e2e34f8
KB
97982016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9799
9800 * vla-type.exp: Print structure from toplevel.
9801
8f07e298
BH
98022016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9803
9804 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9805 of dynamic types.
9806 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9807 of dynamic types.
9808
9920b434
BH
98092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9810
9811 * gdb.fortran/vla-type.f90: New file.
9812 * gdb.fortran/vla-type.exp: New file.
9813
f3abeff5
YQ
98142016-04-25 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.base/branch-to-self.c: New file.
9817 * gdb.base/branch-to-self.exp: New file.
9818
0a5d52f0
YQ
98192016-04-22 Yao Qi <yao.qi@linaro.org>
9820
9821 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9822 more after $hex.
9823
495346f6
YQ
98242016-04-22 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9827 * gdb.base/annota3.exp: Likewise.
9828
4a7e075c
YQ
98292016-04-22 Yao Qi <yao.qi@linaro.org>
9830
9831 * gdb.reverse/step-precsave.exp: Do one step and test program
9832 stops in "callee" and do multiple steps until program goes out
9833 of "callee".
9834 * gdb.reverse/step-reverse.exp: Likewise.
9835
5b061e98
YQ
98362016-04-22 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.trace/signal.exp: Also pass if
9839 $tracepoint_hits($i) > $iterations.
9840
5c5dc57f
YQ
98412016-04-22 Yao Qi <yao.qi@linaro.org>
9842
9843 * gdb.trace/signal.c: New file.
9844 * gdb.trace/signal.exp: New file.
9845
a55411b9
DE
98462016-04-19 Doug Evans <xdje42@gmail.com>
9847
9848 * gdb.base/bad-file.exp: New file.
9849
a22df60a
MG
98502016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9851
9852 * gdb.dwarf2/implref.exp: New file.
9853
0c13f7e5
BH
98542016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9855
9856 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9857 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9858 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9859 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9860 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9861 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9862 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9863 * lib/fortran.exp (fortran_int4): New procedure.
9864 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9865 (fortran_logical4): Likewise.
9866
9b9b09e9
BH
98672016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9868
9869 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9870
a14d1f4d
BH
98712016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9872
9873 * lib/compiler.c: Add Intel specific preprocessor macros.
9874 * lib/compiler.cc: Likewise.
25d49b86 9875
7d49b1d0
LM
98762016-04-13 Luis Machado <lgustavo@codesourcery.com>
9877
9878 * gdb.server/connect-with-no-symbol-file.c: New file.
9879 * gdb.server/connect-with-no-symbol-file.exp: New file.
9880
8392fa22
SM
98812016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9882
9883 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9884
8c4c4aeb
SM
98852016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9886
9887 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9888 standard output directory.
9889
45e3745e
AT
98902016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9891
9892 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9893
e26b7e41
MM
98942016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9895
9896 * gdb.btrace/instruction_history.c (loop): Add declaration.
9897
8ce09462
AT
98982016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9899
9900 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9901
2e88a1ea
SM
99022016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9903
9904 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9905 parentheses to print.
9906 (continue_handler): Likewise.
9907
f48e22e3
SM
99082016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9909
9910 * gdb.server/solib-list.exp: Remove is_remote check.
9911 Pass shlib= to gdb_compile. Don't link shared library with
9912 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9913 Run binary filename through "readlink -f" on the target.
9914
096be756
PA
99152016-04-08 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9918 interpreter filename as argument to gdbserver_spawn.
9919 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9920 Return empty if $last_loaded_file does not exist.
9921
06500533
JK
99222016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9923
9924 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9925 * gdb.base/jit-main.c: Use exit after usage.
9926
2d35e871
JK
99272016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9930 GDBHISTSIZE prior to the tests.
9931 * gdb.base/gdbinit-history.exp: Likewise.
9932
99332016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9934
9935 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9936 instead of build_executable. Use gdb_load_shlibs.
9937
c8064e7e
YQ
99382016-04-07 Yao Qi <yao.qi@linaro.org>
9939
9940 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9941 Execute "si" command.
9942
bde47561
YQ
99432016-04-07 Yao Qi <yao.qi@linaro.org>
9944
9945 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9946 number instead of the comments on some line.
9947
b16f8a3b
DB
99482016-04-06 Don Breazeal <donb@codesourcery.com>
9949
9950 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9951 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9952
c2f901df
SM
99532016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9954
9955 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9956 standard_output_file. Remove unused binfile variable.
9957
ac17fda0
CU
99582016-04-05 Catalin Udma <catalin.udma@freescale.com>
9959
9960 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9961 * gdb.python/py-mi-objfile.exp: Match "list main" output
9962 in console format.
9963
03a8c4df
SM
99642016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9965
9966 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9967 absolute.
9968
6e774b13
SM
99692016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9970
9971 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9972 absolute.
9973 * gdb.trace/ftrace.exp: Likewise.
9974 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9975 targets as well.
9976 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9977 (gdb_load_shlibs): Copy libraries to test directory when testing
9978 natively. Only set solib-search-path if testing remotely.
9979 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9980
7817ea46
SM
99812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9982
9983 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9984 gdb_download. Use it even if the target is not remote.
9985 * gdb.base/jit.exp (compile_jit_test): Likewise.
9986 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9987 output directory if the destination board is local, otherwise use
9988 the standard remote_download from DejaGnu.
9989 (gdb_download): Remove.
9990 (gdb_load_shlibs): Use gdb_remote_download instead of
9991 gdb_download.
9992 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9993 Use gdb_remote_download instead of gdb_download. Use it even if
9994 the target is not remote.
9995 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9996 instead of gdb_download.
9997
7beb7f68
SM
99982016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9999
10000 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10001 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10002 run.
10003
cc63428a
AV
100042016-04-01 Artemiy Volkov <artemiyv@acm.org>
10005
10006 PR gdb/19820
10007 * gdb.base/printcmds.exp: Add artificial arrays tests.
10008
64cdf930
PA
100092016-03-31 Pedro Alves <palves@redhat.com>
10010
10011 PR gdb/19858
10012 * gdb.base/jit-main.c: Include unistd.h.
10013 (ATTACH): Define to 0 if not already defined.
10014 (wait_for_gdb, mypid): New globals.
10015 (WAIT_FOR_GDB): New macro.
10016 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10017 some breakpoint locations.
10018 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10019 New procedures.
10020 (one_jit_test): Add REATTACH parameter, and handle it. Use
10021 continue_to_test_location.
10022 (top level): Test attach, and adjusts calls to one_jit_test.
10023
40dea8cb
PA
100242016-03-31 Pedro Alves <palves@redhat.com>
10025
10026 PR gdb/19858
10027 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10028 BINSUFFIX parameter, and handle it.
10029 (top level): Adjust calls compile_jit_test.
10030
e7ea3ec7
CU
100312016-03-31 Catalin Udma <catalin.udma@freescale.com>
10032
10033 PR python/19743
10034 * gdb.python/py-mi-events-gdb.py: New file.
10035 * gdb.python/py-mi-events.c: New file.
10036 * gdb.python/py-mi-events.exp: New file.
10037
e6359af3
YQ
100382016-03-30 Yao Qi <yao.qi@linaro.org>
10039
10040 * gdb.reverse/until-precsave.exp: Match function name only.
10041 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10042 Move malloc to a condition block.
10043 * gdb.reverse/until-reverse.exp: Match function name only.
10044
a4105d04
MK
100452016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10046
10047 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10048 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10049 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10050 variable for GPR 0 instead of assuming it is register 0.
10051 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10052 * lib/trace-support.exp: Add s390 registers.
10053
bfa6adb9
YQ
100542016-03-29 Yao Qi <yao.qi@linaro.org>
10055
10056 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10057
1e6697ea
YQ
100582016-03-24 Yao Qi <yao.qi@linaro.org>
10059
10060 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10061 test message.
10062
64bcd522
AA
100632016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10064
10065 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10066 maintaining separate logic for constructing the output path.
10067
7868401b
DB
100682016-03-16 Don Breazeal <donb@codesourcery.com>
10069
10070 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10071 Retry fork and waitpid on interrupted system call errors.
10072 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10073 Use with_timeout_factor to increase timeout by factor of 10.
10074
1cafadb4
DB
100752016-03-15 Don Breazeal <donb@codesourcery.com>
10076
10077 * gdb.cp/scope-err.cc: New test program.
10078 * gdb.cp/scope-err.exp: New test script.
10079 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10080 lines and "set breakpoint here" comment.
10081 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10082 Fixed some whitespace and format issues.
10083 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10084 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10085
81516450
DE
100862016-03-15 Doug Evans <dje@google.com>
10087
10088 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10089 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10090 All callers updated. Add tests for enums, mixed flags register.
10091
aa52b601
DE
100922016-03-15 Doug Evans <dje@google.com>
10093
10094 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10095 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10096
fa4ff313
SM
100972016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 * gdb.base/default.exp: Add $_as_string to the list of expected
10100 convenience functions.
10101
f2403c39
AB
101022016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10103
10104 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10105
f2f3ccb9
SM
101062016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10107
10108 * gdb.python/py-as-string.exp: New file.
10109 * gdb.python/py-as-string.c: New file.
10110
00dbd492
PA
101112016-03-09 Pedro Alves <palves@redhat.com>
10112
10113 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10114 signal" -> "Thread NN received signal" output change.
10115 * gdb.threads/ia64-sigill.exp: Likewise.
10116 * gdb.threads/linux-dp.exp: Likewise.
10117 * gdb.threads/manythreads.exp: Likewise.
10118 * gdb.threads/pending-step.exp: Likewise.
10119 * gdb.threads/print-threads.exp: Likewise.
10120 * gdb.threads/sigstep-threads.exp: Likewise.
10121 * gdb.threads/staticthreads.exp: Likewise.
10122 * gdb.threads/tls.exp: Likewise.
10123
1e6697ea
YQ
101242016-03-09 Pedro Alves <palves@redhat.com>
10125
10126 * gdb.base/command-line-input.exp: New file.
10127
b04fd3be
MK
101282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10129
10130 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10131 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10132 * gdb.trace/pending.exp: Accept leading dot before function name.
10133 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10134 * lib/trace-support.exp: Set registers for ppc.
10135
98fa59e9
MK
101362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10137
10138 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10139 use it for disassembly; accept .main in addition to main in backtrace.
10140
f77198c8
MK
101412016-03-09 Wei-cheng Wang <cole945@gmail.com>
10142 Marcin Kościelnicki <koriakin@0x04.net>
10143
10144 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10145 (gdb_recursion_test_ptr): New global variable.
10146 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10147 gdb_recursion_test.
10148 (gdb_c_test): Ditto.
10149
ba84e0da
MK
101502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10151
10152 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10153 ordering.
10154
4366d36e
MK
101552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10156
10157 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10158 (bar): Add bar_start_lbl label.
10159 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10160 of foo/bar for emitting DWARF and tracing.
10161
5eb264df
SDJ
101622016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10163
10164 * analyze-racy-logs.py: Set executable bit.
10165
fb6a751f
SDJ
101662016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10167
10168 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10169 (CHECK_TARGET_TMP): Likewise.
10170 (check-single-racy): New rule.
10171 (check-parallel-racy): Likewise.
10172 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10173 (do-check-parallel-racy): New rule.
10174 (check-racy/%.exp): Likewise.
10175 * README (Racy testcases): New section.
10176 * analyze-racy-logs.py: New file.
10177
bdf7e230
DE
101782016-03-03 Doug Evans <dje@google.com>
10179
10180 * gdb.base/skip.exp: Use with_test_prefix.
10181
4719d415
YQ
101822016-03-03 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10185 Invoke step_over_syscall "clone" and break_cond_on_syscall
10186 "clone".
10187 * gdb.base/step-over-clone.c: New file.
10188
ea507862
YQ
101892016-03-03 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10192 code format.
10193
8fc8cbda
YQ
101942016-03-03 Yao Qi <yao.qi@linaro.org>
10195
10196 * gdb.base/disp-step-fork.c: Rename to ...
10197 * gdb.base/step-over-fork.c: ... it. New file.
10198 * gdb.base/disp-step-vfork.c: Rename to ...
10199 * gdb.base/step-over-vfork.c: ... it. New file.
10200 * gdb.base/disp-step-syscall.exp: Rename to ...
10201 * gdb.base/step-over-syscall.exp: ... it. New file.
10202 (disp_step_cross_syscall): Rename to ...
10203 (step_over_syscall): ... it.
10204
92fa70b0
YQ
102052016-03-03 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10208 If target supports condition evaluation on target, invoke
10209 break_cond_on_syscall for fork and vfork.
10210
e197ad3c
YQ
102112016-03-03 Yao Qi <yao.qi@linaro.org>
10212
10213 * gdb.base/disp-step-syscall.exp: Don't invoke
10214 support_displaced_stepping.
10215 (disp_step_cross_syscall): Test with displaced stepping off and
10216 on if supported.
10217
0b47da9f
YQ
102182016-03-03 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10221 proc.
10222 (setup): New proc.
10223 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10224 and setup.
10225
065ab6dc
BH
102262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10227
10228 * gdb.fortran/vla-history.exp: Remove breakpoint.
10229
07e448ad 102302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10231
25d49b86
PA
10232 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10233 exceeds timeout.
07e448ad 10234
9ac2d526 102352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10236
25d49b86
PA
10237 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10238 breakpoint.
9ac2d526 10239
17807369
BH
102402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10241
10242 * gdb.mi/vla.f90: Nullify pointer after declaration.
10243
86e501af
PA
102442016-03-01 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10247
1e903e32
PA
102482016-03-01 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10251 before anything else.
10252 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10253 _GNU_SOURCE here.
10254 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10255 before anything else.
10256 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10257
6ccb54e2
PA
102582016-03-01 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10261
30ca9da1
YQ
102622016-03-01 Yao Qi <yao.qi@linaro.org>
10263
10264 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10265 prepare_for_testing.
10266
dc856b38
YQ
102672016-03-01 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10270
4a932159
AA
102712016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10272
10273 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10274 manually constructing the output path.
10275
f2489477
AA
102762016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10277
10278 * gdb.arch/s390-stackless.S: New.
10279 * gdb.arch/s390-stackless.exp: New.
10280
38899f16
IB
102812016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10282
10283 * gdb.dlang/circular.c: New file.
10284 * gdb.dlang/circular.exp: New file.
10285
9fde51ed
YQ
102862016-02-26 Yao Qi <yao.qi@linaro.org>
10287
10288 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10289 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10290 (testcases): Update.
10291
ce90fefe
YQ
102922016-02-26 Yao Qi <yao.qi@linaro.org>
10293
10294 * gdb.reverse/aarch64.c: Rename to ...
10295 * gdb.reverse/insn-reverse.c: ... it.
10296 * gdb.reverse/aarch64.exp: Rename to ...
10297 * gdb.reverse/insn-reverse.exp: ... it.
10298
3263bceb
YQ
102992016-02-26 Yao Qi <yao.qi@linaro.org>
10300
10301 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10302 (testcase_ftype): New.
10303 (testcases): New array.
10304 (n_testcases): New.
10305 (main): Call each element in testcases.
10306 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10307 (read_testcase): New.
10308 Do the tests in a loop.
10309
6cb59ff1
YQ
103102016-02-25 Yao Qi <yao.qi@linaro.org>
10311
10312 * gdb.base/branches.c: Remove.
10313
ae91f625
MK
103142016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10315
10316 PR gdb/13808
10317 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10318
678b48b7
MK
103192016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10320
10321 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10322
7337a6f2
MK
103232016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10324
10325 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10326 change x86_64 call_insn to 'callq'.
10327
861ca91f
AT
103282016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10329
10330 * gdb.trace/tfile-avx.c: Move to...
10331 * gdb.trace/tracefile-pseudo-reg.c: Here.
10332 * gdb.trace/tfile-avx.exp: Move to...
10333 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10334
bf74e428
GB
103352016-02-24 Gary Benson <gbenson@redhat.com>
10336
10337 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10338 message on attach.
10339
cce0e923
DE
103402016-02-23 Doug Evans <dje@google.com>
10341
10342 * gdb.base/skip.c (test_skip): New function.
10343 (end_test_skip_file_and_function): New function.
10344 (test_skip_file_and_function): New function.
10345 * gdb.base/skip1.c (test_skip): New function.
10346 (skip1_test_skip_file_and_function): New function.
10347 * gdb.base/skip.exp: Add tests for new skip options.
10348 * gdb.base/skip-solib.exp: Update expected output.
10349 * gdb.perf/skip-command.cc: New file.
10350 * gdb.perf/skip-command.exp: New file.
10351 * gdb.perf/skip-command.py: New file.
10352
4000e47e
MK
103532016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10354
10355 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10356 info registers pattern.
10357
24f75ead
IB
103582016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10359
10360 * lib/future.exp: Add D support.
10361 (gdb_find_gdc): New proc.
10362 (gdb_default_target_compile): Add D support.
10363
fbb7bcbe
WW
103642016-02-18 Wei-cheng Wang <cole945@gmail.com>
10365
10366 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10367 user+system time.
10368 (trace_speed_test): Determine the iteration count for a time
10369 between 15..30 seconds.
10370
012b3a21
WT
103712016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10372
10373 * gdb.arch/i386-mpx-sigsegv.c: New file.
10374 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10375 * gdb.arch/i386-mpx-simple_segv.c: New file.
10376 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10377
2d5189bd
YQ
103782016-02-18 Yao Qi <yao.qi@linaro.org>
10379
10380 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10381 Don't call setup_kfail.
10382
40fb20d0
YQ
103832016-02-18 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10386 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10387
21b1f8d2
DE
103882016-02-16 Doug Evans <dje@google.com>
10389
10390 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10391 * gdb.base/skip1.c: Ditto.
10392 * gdb.base/skip.exp: Whitespace cleanup.
10393
4041ed77
DB
103942016-02-16 Don Breazeal <donb@codesourcery.com>
10395
10396 PR remote/19496
10397 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10398 Remove kfail for PR remote/19496.
10399
c4ef31bf
SM
104002016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 * lib/gdb.exp (standard_temp_file): Return a path specific to
10403 the runtest invocation.
10404
266b65b3
SM
104052016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10406
10407 * gdb.trace/save-trace.exp: Change relative path to be in the
10408 standard output directory.
10409
a7a0a6a9
JK
104102016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 * gdb.arch/i386-prologue.c: Add missing prototypes.
10413
c99dbb42
JK
104142016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10415
10416 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10417 * gdb.arch/i386-prologue.exp: Likewise.
10418 * gdb.arch/i386-size.exp: Likewise.
10419
aa480355
SM
104202016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10423 define object file path.
10424 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10425 file path.
10426 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10427 standard_output_file to define binfile.
10428
ba881f50
JK
104292016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 Fix compatibility with recent gfortran-5.3.1.
10432 * gdb.fortran/vla-history.exp (print vla1 allocated)
10433 (print vla2 allocated, print $2, print $3): Remove
10434 (print $4): Rename to ...
10435 (print $2): ... here.
10436 (print $9): Rename to ...
10437 (print $5): ... here.
10438 (print $10): Rename to ...
10439 (print $6): ... here.
10440 * gdb.fortran/vla.f90: Add pvla initialization.
10441
e9fb005c
JK
104422016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10443
10444 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10445 New test.
10446 * gdb.fortran/vla-value-sub.exp: Likewise.
10447
e44e00ff
MK
104482016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10449
10450 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10451
97e94151
SM
104522016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10453
10454 * i386-biarch-core.exp: Define corefile using
10455 standard_output_file.
10456
01113bc1
YQ
104572016-02-12 Yao Qi <yao.qi@linaro.org>
10458
10459 * gdb.arch/arm-single-step-kernel-helper.c: New.
10460 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10461
33b4777c
MM
104622016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10463
10464 * gdb.btrace/tailcall-only.exp: New.
10465 * gdb.btrace/tailcall-only.c: New.
10466 * gdb.btrace/x86_64-tailcall-only.S: New.
10467 * gdb.btrace/i686-tailcall-only.S: New.
10468
acc23c11
PA
104692016-02-11 Pedro Alves <palves@redhat.com>
10470
10471 * README (Parallel testing): Add missing double quotes.
10472
e352bf0a
PA
104732016-02-11 Pedro Alves <palves@redhat.com>
10474
10475 * README (Parallel testing): New section.
10476 (GDB_PARALLEL): Rewrite.
10477 (FORCE_PARALLEL): Document.
10478
9f5fed78
MK
104792016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10480
10481 * gdb.trace/tfile-avx.c: New test.
10482 * gdb.trace/tfile-avx.exp: New test.
10483
9ef9e6a6
KS
104842016-02-09 Keith Seitz <keiths@redhat.com>
10485
10486 PR breakpoints/19546
10487 * gdb.base/infcall-exec.c: New file.
10488 * gdb.base/infcall-exec2.c: New file.
10489 * gdb.base/infcall-exec.exp: New file.
10490
a96e36da
KS
104912016-02-09 Keith Seitz <keiths@redhat.com>
10492
10493 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10494 (toplevel): Call test_bkpt_address.
10495
9f61929f
KS
104962016-02-09 Keith Seitz <keiths@redhat.com>
10497
10498 PR python/19506
10499 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10500 (toplevel): Call test_bkpt_address.
10501
1e94266c
SM
105022016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10503
10504 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10505 to AC_OUTPUT.
10506 * configure: Regenerate.
10507
2a7f3dff
PA
105082016-02-09 Pedro Alves <palves@redhat.com>
10509
10510 PR breakpoints/19548
10511 * gdb.base/execl-update-breakpoints.c (some_function): New
10512 function.
10513 (main): Call it.
10514 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10515 Tighten expected GDB output.
10516
2151ccc5
SM
105172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10518
10519 * Makefile.in (ALL_SUBDIRS): Remove.
10520 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10521 (distclean maintainer-clean realclean): Likewise.
10522 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10523 * configure: Regenerate.
10524 * gdb.ada/Makefile.in: Delete.
10525 * gdb.arch/Makefile.in: Likewise.
10526 * gdb.asm/Makefile.in: Likewise.
10527 * gdb.base/Makefile.in: Likewise.
10528 * gdb.btrace/Makefile.in: Likewise.
10529 * gdb.cell/Makefile.in: Likewise.
10530 * gdb.compile/Makefile.in: Likewise.
10531 * gdb.cp/Makefile.in: Likewise.
10532 * gdb.disasm/Makefile.in: Likewise.
10533 * gdb.dlang/Makefile.in: Likewise.
10534 * gdb.dwarf2/Makefile.in: Likewise.
10535 * gdb.fortran/Makefile.in: Likewise.
10536 * gdb.gdb/Makefile.in: Likewise.
10537 * gdb.go/Makefile.in: Likewise.
10538 * gdb.guile/Makefile.in: Likewise.
10539 * gdb.java/Makefile.in: Likewise.
10540 * gdb.linespec/Makefile.in: Likewise.
10541 * gdb.mi/Makefile.in: Likewise.
10542 * gdb.modula2/Makefile.in: Likewise.
10543 * gdb.multi/Makefile.in: Likewise.
10544 * gdb.objc/Makefile.in: Likewise.
10545 * gdb.opencl/Makefile.in: Likewise.
10546 * gdb.opt/Makefile.in: Likewise.
10547 * gdb.pascal/Makefile.in: Likewise.
10548 * gdb.perf/Makefile.in: Likewise.
10549 * gdb.python/Makefile.in: Likewise.
10550 * gdb.reverse/Makefile.in: Likewise.
10551 * gdb.server/Makefile.in: Likewise.
10552 * gdb.stabs/Makefile.in: Likewise.
10553 * gdb.threads/Makefile.in: Likewise.
10554 * gdb.trace/Makefile.in: Likewise.
10555 * gdb.xml/Makefile.in: Likewise.
10556 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10557 GDB_PARALLEL.
10558 (standard_output_file): Remove check for GDB_PARALLEL, always
10559 return path in outputs/$subdir/$testname.
10560
437277d4
SM
105612016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10562
10563 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10564 (site.exp): Assign abs_srcdir to tcl's srcdir.
10565
31d913c7
YQ
105662016-02-04 Yao Qi <yao.qi@linaro.org>
10567
10568 * gdb.base/foll-exec-mode.c: Include limits.h.
10569 (main): Add parameters argc and argv. Get directory from
10570 argv[0].
10571 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10572 compilation.
10573 * gdb.base/foll-exec.c: Include limits.h.
10574 (main): Add parameters argc and argv.
10575 Get directory from argv[0].
10576 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10577 Adjust tests on the number of lines as source code changed.
10578 * gdb.base/foll-vfork-exit.c: Include limits.h.
10579 (main): Add one line of statement before vfork.
10580 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10581 (main): Add parameters argc and argv. Get directory from
10582 argv[0].
10583 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10584 (setup_gdb): Set tbreak to skip some source lines.
10585 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10586 (main): Add parameters argc and argv. Get directory from
10587 argv[0].
10588 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10589 compilation.
10590 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10591 (main): Add parameters argc and argv. Get directory from
10592 argv[0].
10593 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10594 compilation.
10595
9482b9fb
DE
105962016-02-01 Doug Evans <dje@google.com>
10597
10598 * gdb.base/skip.exp: Clean up multiple references to same test name.
10599
6b2e4f10
PA
106002016-02-01 Pedro Alves <palves@redhat.com>
10601
ccb6afd6 10602 PR remote/19496
6b2e4f10
PA
10603 * gdb.threads/forking-threads-plus-breakpoint.exp
10604 (displaced_stepping_supported): New global.
10605 (probe_displaced_stepping_support): New procedure.
10606 (do_test): Add 'displaced' parameter, and use it.
10607 (top level): Check for displaced stepping support. Add displaced
10608 stepping on/off testing axis.
10609
37a8db1a
AB
106102016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10611
10612 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10613 pointer. Don't perform further tests on the unassociated pointer
10614 if the first test fails.
10615
5fdf6324
AB
106162016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10617
10618 * gdb.base/max-value-size.c: New file.
10619 * gdb.base/max-value-size.exp: New file.
10620 * gdb.base/huge.exp: Disable max-value-size for this test.
10621
935c6144
IB
106222016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10623
10624 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10625
7fe8399d
YQ
106262016-01-28 Yao Qi <yao.qi@linaro.org>
10627
10628 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10629
a2077e25
PA
106302016-01-25 Pedro Alves <palves@redhat.com>
10631
10632 PR threads/19461
10633 * gdb.base/fork-running-state.c: New file.
10634 * gdb.base/fork-running-state.exp: New file.
10635
1d2736d4
PA
106362016-01-25 Pedro Alves <palves@redhat.com>
10637
10638 PR gdb/19494
10639 * gdb.base/catch-fork-kill.c: New file.
10640 * gdb.base/catch-fork-kill.exp: New file.
10641
f1da4b11
PA
106422016-01-25 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10645 Delete, moved to lib/gdb.exp.
10646 * gdb.threads/forking-threads-plus-breakpoint.exp
10647 (foreach_with_prefix): Likewise.
10648 * gdb.threads/process-dies-while-handling-bp.exp
10649 (foreach_with_prefix): Likewise.
10650 * lib/gdb.exp (foreach_with_prefix): New procedure.
10651
45f38546
MK
106522016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10653
10654 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10655 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10656
dc29a1ce
MK
106572016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10658
10659 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10660 endian targets.
10661
092127d7
JK
106622016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10663 Pedro Alves <palves@redhat.com>
10664
10665 Fix testsuite compatibility with Guile.
10666 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10667 number.
10668
31d765d3
JK
106692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 Fix testsuite compatibility with Guile.
10672 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10673 (thread 1): New test for backtrace through signal handler.
10674
1ac78c04
YQ
106752016-01-22 Yao Qi <yao.qi@linaro.org>
10676
10677 PR testsuite/19491
10678 * gdb.base/multi-forks.c: Include
10679 ../lib/unbuffer_output.c
10680 (main): Call gdb_unbuffer_output.
10681
4f5946a8
DE
106822016-01-21 Doug Evans <dje@google.com>
10683
10684 * lib/ada.exp (gdb_compile_ada): Fix typo.
10685
305e13e6
JB
106862016-01-21 Joel Brobecker <brobecker@adacore.com>
10687
10688 * gdb.base/break-fun-addr.exp: New file.
10689 * gdb.base/break-fun-addr1.c: New file.
10690 * gdb.base/break-fun-addr2.c: New file.
10691
5f5dfff6
SM
106922016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10693
10694 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10695 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10696 enum flag values.
10697
fd356fa2
AA
106982016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10699
10700 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10701 when GDB can not set the vector return value. Add more comments
10702 for clarification.
10703
9df22175
AT
107042016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10705
10706 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10707 command.
10708
41d1845e
SM
107092016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10710
10711 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10712
01ac6840
SM
107132016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10714
10715 * Makefile.in (check-single): Pass --status to runtest.
10716 (check/%.exp): Likewise.
10717
107182016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * Makefile.in (check-parallel): Propagate return code from make
10721 do-check-parallel.
10722
bd0a71fa
MK
107232016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10724
10725 * gdb.trace/ftrace.exp: Fix expected message on continue.
10726 * gdb.trace/pending.exp: Fix expected message on continue.
10727 * gdb.trace/trace-break.exp: Fix expected message on continue.
10728
8bcbad33
SM
107292016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10730
10731 * lib/gdb.exp (gdb_test): Remove unused global references.
10732
f303dbd6
PA
107332016-01-18 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.base/async-shell.exp: Adjust expected output.
10736 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10737 * gdb.base/siginfo-thread.exp: Adjust expected output.
10738 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10739 * gdb.java/jnpe.exp: Adjust expected output.
10740 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10741 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10742 * gdb.threads/leader-exit.exp: Adjust expected output.
10743 * gdb.threads/manythreads.exp: Adjust expected output.
10744 * gdb.threads/pthreads.exp: Adjust expected output.
10745 * gdb.threads/schedlock.exp: Adjust expected output.
10746 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10747 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10748 expected output.
10749 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10750 output.
10751 * gdb.threads/sigthread.exp: Adjust expected output.
10752 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10753
b2789696
YQ
107542016-01-18 Yao Qi <yao.qi@linaro.org>
10755
10756 * gdb.guile/scm-section-script.c: Replace @progbits with
10757 %progbits.
10758 * gdb.python/py-section-script.c: Likewise.
10759
71ef29a8
PA
107602016-01-15 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.multi/tids.exp: Test star wildcard ranges.
10763
3f5b7598
PA
107642016-01-15 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10767 command from "thread apply" invocation.
10768 (thr_apply_info_thr_invalid): Default the expected output to the
10769 input tid list.
10770 (top level): Add tests that use convenience variables. Add tests
10771 for "thread apply" with a valid TID list, but missing the command.
10772
663f6d42
PA
107732016-01-13 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.base/default.exp: Expect $_gthread as well.
10776 * gdb.multi/tids.exp: Test $_gthread.
10777 * gdb.threads/thread-specific.exp: Test $_gthread.
10778
c84f6bbf
PA
107792016-01-13 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.multi/tids.exp: Test "info threads -gid".
10782
22a02324
PA
107832016-01-13 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10786 Breakpoint.thread.
10787 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10788
5d5658a1
PA
107892016-01-07 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.base/break.exp: Adjust to output changes.
10792 * gdb.base/hbreak2.exp: Likewise.
10793 * gdb.base/sepdebug.exp: Likewise.
10794 * gdb.base/watch_thread_num.exp: Likewise.
10795 * gdb.linespec/keywords.exp: Likewise.
10796 * gdb.multi/info-threads.exp: Likewise.
10797 * gdb.threads/thread-find.exp: Likewise.
10798 * gdb.multi/tids.c: New file.
10799 * gdb.multi/tids.exp: New file.
10800
84654457
PA
108012016-01-13 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10804
e3940304
PA
108052016-01-13 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.base/default.exp: Expect $_inferior as well.
10808 * gdb.multi/base.exp: Test $_inferior.
10809
a911d87a
PA
108102016-01-13 Pedro Alves <palves@redhat.com>
10811
10812 PR breakpoints/19388
10813 * gdb.base/catch-signal-siginfo-cond.c: New file.
10814 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10815
82075af2
JS
108162016-01-12 Josh Stone <jistone@redhat.com>
10817 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10818
10819 * gdb.base/catch-syscall.c (do_execve): New variable.
10820 (main): Conditionally trigger an execve.
10821 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10822 (test_catch_syscall_execve): New, check entry/return across execve.
10823 (do_syscall_tests): Call test_catch_syscall_execve.
10824
e46eeedd
PA
108252016-01-12 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.base/random-signal.exp (do_test): New procedure, with body
10828 of testcase moved in.
10829
01d8c27e
JK
108302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10831 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/funcargs.exp (finish from indirectly called function):
10834 Reintroduce the case for 'First'.
10835
9a706302
JK
108362016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10837 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10840 (tcatch_vfork_then_child_follow_exec)
10841 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10842 identification.
10843
c0ecb95f
JK
108442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10847 and repeats to unlimited.
10848 * gdb.python/py-value.exp: Likewise.
10849 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10850 and repeats to unlimited.
10851
6cfc1fcb
JK
108522016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10853
10854 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10855 and reordering the functions.
10856 * gdb.multi/hangout.c: Likewise.
10857 * gdb.multi/hello.c: Likewise.
10858
582a1b00
SM
108592016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10860
10861 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10862 absolute.
10863 (SingleStatisticTestResult.report): Use dict.keys instead of
10864 dict.iterkeys.
10865
79bc59cb
PA
108662016-01-06 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10869
43368e1d
MM
108702016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10871
10872 * gdb.btrace/dlopen.exp: New.
10873 * gdb.btrace/dlopen.c: New.
10874 * gdb.btrace/dlopen-dso.c: New.
10875
79fad5b8
SL
108762015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10877
10878 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10879 PATTERN argument is optional.
10880
ab8314b3
JB
108812015-12-24 Joel Brobecker <brobecker@adacore.com>
10882
10883 * lib/ada.exp (target_compile_ada_from_dir): New function.
10884 (gdb_compile_ada): Reimplement avoiding the use of project files.
10885 * gdb.ada/gnat_ada.gpr: Delete.
10886 * gdb.ada/cond_lang.exp: Adjust test to make path before
10887 filename optional.
10888 * gdb.ada/small_reg_param.exp: Likewise.
10889
fe33faff
SM
108902015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10891
10892 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10893
6d265cb4
TP
108942015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10895
10896 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10897 case.
10898
10125099
SM
108992015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10900
10901 * gdb.base/break.exp: Remove dead code.
10902 * gdb.base/sepdebug.exp: Likewise.
10903
3ca22649
SM
109042015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10905
10906 * gdb.asm/asm-source.exp: Remove HP-UX references.
10907 * gdb.base/annota1.exp: Likewise.
10908 * gdb.base/annota3.exp: Likewise.
10909 * gdb.base/attach.exp: Likewise.
10910 * gdb.base/bigcore.exp: Likewise.
10911 * gdb.base/break.exp: Likewise.
10912 * gdb.base/call-ar-st.exp: Likewise.
10913 * gdb.base/callfuncs.exp: Likewise.
10914 * gdb.base/catch-fork-static.exp: Likewise.
10915 * gdb.base/display.exp: Likewise.
10916 * gdb.base/foll-exec-mode.exp: Likewise.
10917 * gdb.base/foll-exec.exp: Likewise.
10918 * gdb.base/foll-fork.exp: Likewise.
10919 * gdb.base/foll-vfork.exp: Likewise.
10920 * gdb.base/funcargs.exp: Likewise.
10921 * gdb.base/hbreak2.exp: Likewise.
10922 * gdb.base/inferior-died.exp: Likewise.
10923 * gdb.base/interrupt.exp: Likewise.
10924 * gdb.base/multi-forks.exp: Likewise.
10925 * gdb.base/nodebug.exp: Likewise.
10926 * gdb.base/sepdebug.exp: Likewise.
10927 * gdb.base/solib1.c: Likewise.
10928 * gdb.base/step-test.exp: Likewise.
10929 * gdb.mi/non-stop.c: Likewise.
10930 * gdb.mi/pthreads.c: Likewise.
10931 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10932 * gdb.threads/pthreads.c: Likewise.
10933 * gdb.threads/staticthreads.exp: Likewise.
10934 * lib/future.exp: Likewise.
10935 * lib/gdb.exp: Likewise.
10936 * gdb.base/so-indr-cl.c: Remove.
10937 * gdb.base/so-indr-cl.exp: Likewise.
10938 * gdb.base/solib.c: Likewise.
10939 * gdb.base/solib.exp: Likewise.
10940 * gdb.base/solib2.c: Likewise.
10941
b6304613
SM
109422015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10943
10944 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10945 * gdb.base/call-ar-st.exp: Likewise.
10946 * gdb.base/callfuncs.exp: Likewise.
10947 * gdb.base/condbreak.exp: Likewise.
10948 * gdb.base/constvars.exp: Likewise.
10949 * gdb.base/hbreak2.exp: Likewise.
10950 * gdb.base/langs.exp: Likewise.
10951 * gdb.base/list.exp: Likewise.
10952 * gdb.base/long_long.exp: Likewise.
10953 * gdb.base/ptype.exp: Likewise.
10954 * gdb.base/scope.exp: Likewise.
10955 * gdb.base/signals.exp: Likewise.
10956 * gdb.base/so-impl-ld.exp: Likewise.
10957 * gdb.base/varargs.exp: Likewise.
10958 * gdb.base/volatile.exp: Likewise.
10959 * gdb.base/whatis.exp: Likewise.
10960 * gdb.cp/cplusfuncs.exp: Likewise.
10961 * gdb.cp/inherit.exp: Likewise.
10962 * gdb.cp/local.exp: Likewise.
10963 * gdb.cp/member-ptr.exp: Likewise.
10964 * gdb.cp/method.exp: Likewise.
10965 * gdb.cp/overload.exp: Likewise.
10966 * gdb.cp/templates.exp: Likewise.
10967 * gdb.stabs/weird.exp: Likewise.
10968 * lib/compiler.c: Likewise.
10969 * lib/compiler.cc: Likewise.
10970 * lib/cp-support.exp: Likewise.
10971 * lib/gdb.exp: Likewise.
10972
bf401b07
SM
109732015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10974
10975 * configure.ac: Remove HP-UX case.
10976 * configure: Regenerate.
10977
aff9c0f8
SM
109782015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10979
10980 * lib/gdb.exp (gdb_compile): Add function doc.
10981
a6904d5a
PA
109822015-12-17 Pedro Alves <palves@redhat.com>
10983
10984 PR threads/19354
10985 * gdb.multi/info-threads.exp: New file.
10986
a22279dd
YQ
109872015-12-15 Yao Qi <yao.qi@linaro.org>
10988
10989 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10990 is aarch64*-*-*.
10991
0588c796
SL
109922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10993
10994 * gdb.base/history-duplicates.exp: Skip if no readline support.
10995
5d978e17
SL
109962015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10997
10998 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10999
7e763b86
SL
110002015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11001
11002 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11003
87a3a92c
SL
110042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11005
11006 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11007 ctrl-C if nointerrupts target property is set.
11008 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11009 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11010 * gdb.base/paginate-bg-execution.exp: Likewise.
11011 * gdb.base/paginate-execution-startup.exp: Likewise.
11012 * gdb.base/random-signal.exp: Likewise.
11013 * gdb.base/range-stepping.exp: Likewise.
11014 * gdb.cp/annota2.exp: Likewise.
11015 * gdb.cp/annota3.exp: Likewise.
11016 * gdb.gdb/selftest.exp: Likewise.
11017 * gdb.threads/continue-pending-status.exp: Likewise.
11018 * gdb.threads/leader-exit.exp: Likewise.
11019 * gdb.threads/manythreads.exp: Likewise.
11020 * gdb.threads/pthreads.exp: Likewise.
11021 * gdb.threads/schedlock.exp: Likewise.
11022 * gdb.threads/sigthread.exp: Likewise.
11023
a8f077dc
DB
110242015-12-11 Don Breazeal <donb@codesourcery.com>
11025
11026 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11027 remote.
11028 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11029 * gdb.base/foll-exec.exp (main): Enable for target remote.
11030 * gdb.base/foll-fork.exp (main): Likewise.
11031 * gdb.base/foll-vfork.exp (main): Likewise.
11032 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11033 (proc continue_to_exit_bp_loc): Use clean_restart.
11034 * gdb.base/pie-execl.exp (main): Disable for target remote.
11035 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11036 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11037 * gdb.threads/execl.exp (main): Likewise.
11038 * gdb.threads/fork-child-threads.exp (main): Likewise.
11039 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11040 remote.
11041 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11042 remote.
11043 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11044 pid.tid style ptids, instead of just tid.
11045 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11046 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11047 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11048 ptids, instead of just tid.
11049
3b2464a8
AB
110502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11051
11052 * gdb.base/list.exp (test_list_forward): Add end of file error
11053 test.
11054 (test_repeat_list_command): Add end of file error test.
11055 (test_list_backwards): Add beginning of file error test.
11056
a0def019
AB
110572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11058
11059 * gdb.base/list.exp (test_list_invalid_args): New function,
11060 defined, and called.
11061
5c000dff
AB
110622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11063
11064 * gdb.base/list.exp (test_list): Make test names unique.
11065
f1637ebe
YQ
110662015-12-11 Yao Qi <yao.qi@linaro.org>
11067
11068 * gdb.base/coremaker2.c: Remove.
11069
36d6fc0a
PA
110702015-12-10 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.multi/base.exp: Remove stale "spaces" references.
11073
762f7747
PA
110742015-12-10 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.multi/base.exp: Don't use nowarnings.
11077 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11078 * gdb.multi/hangout.c: Include stdio.h.
11079 * gdb.multi/hello.c: Include stdlib.h.
11080 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11081 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11082 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11083
28d2bfb9
AB
110842015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11085
11086 * gdb.dwarf2/dw2-ranges-base.c: New file.
11087 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11088 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11089 support additional line table, and debug ranges generation.
11090 (Dwarf::ranges): New function, generate .debug_ranges.
11091 (Dwarf::lines): Support generating simple line table programs.
11092 (Dwarf::assemble): Initialise new namespace variables.
11093
5fc2beac
KB
110942015-12-09 Kevin Buettner <kevinb@redhat.com>
11095
11096 * gdb.base/async.exp (proc test_background): Add case for
11097 asynchronous execution not supported.
11098
1c35a88f
LM
110992015-12-09 Luis Machado <lgustavo@codesourcery.com>
11100
11101 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11102 format and change test names to make them unique.
11103
b593e3d9
RK
111042015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11105 Pedro Alves <pedro@redhat.com>
11106
11107 PR gdb/18702
11108 Add checking of floatformats setup on x86_64 hosts.
11109 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11110 (smallval, bigval): New labels/constants.
11111 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11112 float" after loading bigval and smallval.
11113
d72413e6
PMR
111142015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11115
11116 * gdb.ada/fun_overload_menu.exp: New testcase.
11117 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11118
ece66d65
JS
111192015-12-04 Josh Stone <jistone@redhat.com>
11120
11121 * gdb.base/catch-fork-static.exp: New.
11122
41d0efca
YQ
111232015-12-03 Yao Qi <yao.qi@linaro.org>
11124
11125 * gdb.base/sizeof.c: Don't include stdio.h and
11126 ../lib/unbuffer_output.c.
11127 (main): New variable 'size' and 'value'. Remove printf and
11128 gdb_unbuffer_output. Assign return value to size and value.
11129 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11130 at the beginning.
11131 (check_sizeof): Check the result by printing variable 'size'.
11132 (check_valueof): Check the result by printing variable 'value'.
11133
99fd02d9
YQ
111342015-12-01 Yao Qi <yao.qi@linaro.org>
11135
11136 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11137 for aarch64*-*-linux* target.
11138
f2faf941
PA
111392015-11-30 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11142
04bf20c5
PA
111432015-11-30 Pedro Alves <palves@redhat.com>
11144
11145 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11146 Handle non-stop mode vCont replies.
11147
09df4675
PA
111482015-11-30 Pedro Alves <palves@redhat.com>
11149
11150 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11151 prepare_for_testing. Start gdb with "set non-stop on" appended to
11152 GDBFLAGS. Lax expected stop output.
11153
58b584af
YQ
111542015-11-27 Yao Qi <yao.qi@linaro.org>
11155
11156 * gdb.arch/arm-neon.exp: New.
11157 * gdb.arch/arm-neon.c: New.
11158
dfcb77a8
YQ
111592015-11-27 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11162
88e8ec1b
YQ
111632015-11-27 Yao Qi <yao.qi@linaro.org>
11164
11165 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11166 frames-invalid annotation.
11167
bfde72c2
YQ
111682015-11-27 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11171
f6512a69
SM
111722015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11173
11174 * gdb.threads/names.exp: New file.
11175 * gdb.threads/names.c: New file.
11176 * README: Mention gdb,no_thread_names.
11177
46a3515b
MM
111782015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11179
11180 PR 19297
11181 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11182 support" error.
11183
62147a22
PA
111842015-11-24 Pedro Alves <palves@redhat.com>
11185
11186 PR 17539
11187 * gdb.base/display.exp: Expect displays to be sorted in ascending
11188 order. Use multi_line.
11189 * gdb.base/solib-display.exp: Likewise.
11190
2f341b6e
PA
111912015-11-24 Pedro Alves <palves@redhat.com>
11192
11193 PR 17539
25d49b86
PA
11194 * gdb.base/display.exp: Expect displays to be sorted in ascending
11195 order. Use multi_line.
11196 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11197
7e0aa6aa
PA
111982015-11-24 Pedro Alves <palves@redhat.com>
11199
11200 PR 17539
11201 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11202 threads in ascending order.
11203 * gdb.base/foll-fork.exp: Likewise.
11204 * gdb.base/foll-vfork.exp: Likewise.
11205 * gdb.base/multi-forks.exp: Likewise.
11206 * gdb.mi/mi-nonstop.exp: Likewise.
11207 * gdb.mi/mi-nsintrall.exp: Likewise.
11208 * gdb.multi/base.exp: Likewise.
11209 * gdb.multi/multi-arch.exp: Likewise.
11210 * gdb.python/py-inferior.exp: Likewise.
11211 * gdb.threads/break-while-running.exp: Likewise.
11212 * gdb.threads/execl.exp: Likewise.
11213 * gdb.threads/gcore-thread.exp: Likewise.
11214 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11215 * gdb.threads/kill.exp: Likewise.
11216 * gdb.threads/linux-dp.exp: Likewise.
11217 * gdb.threads/multiple-step-overs.exp: Likewise.
11218 * gdb.threads/next-bp-other-thread.exp: Likewise.
11219 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11220 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11221 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11222 * gdb.threads/thread-find.exp: Likewise.
11223 * gdb.threads/tls.exp: Likewise.
11224 * lib/mi-support.exp (mi_reverse_list): Delete.
11225 (mi_check_thread_states): No longer reverse list.
11226
2cc57ad8
PA
112272015-11-24 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11230 use lowercase.
11231
c93e8391
SM
112322015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11233
11234 * gdb.trace/actions.c: Include trace-common.h.
11235 (main): Add a location for a fast tracepoint.
11236 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11237 the normal tracepoints.
11238 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11239
045ccf91
SM
112402015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11241
11242 * save-trace.exp: Factor out code to these...
11243 (gdb_save_tracepoints): New.
11244 (gdb_load_tracepoints): New.
11245 (do_save_load_test): New.
11246
5506f9f6
KB
112472015-11-23 Kevin Buettner <kevinb@redhat.com>
11248
11249 * gdb.base/asmlabel.exp: New test.
11250 * gdb.base/asmlabel.c: New test case.
11251
16c3b12f
JB
112522015-11-23 Joel Brobecker <brobecker@adacore.com>
11253
11254 * gdb.base/wrong_frame_bt_full-main.c: New file.
11255 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11256 * gdb.base/wrong_frame_bt_full.exp: New file.
11257
155bfbd3
JB
112582015-11-23 Joel Brobecker <brobecker@adacore.com>
11259
11260 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11261
bb097445
JM
112622015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11263
206853a0 11264 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11265 pstate register when comparing registers values in
11266 sparc64-*-linux-gnu targets to avoid spurious differences.
11267
9c88ed8f
JM
112682015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11269
206853a0 11270 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11271
96161e25
SL
112722015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11273
11274 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11275 as type argument to gdb_compile.
11276 * gdb.base/nested-subp2.exp: Likewise.
11277 * gdb.base/nested-subp3.exp: Likewise.
11278
340c2830
DV
112792015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11280
11281 * lib/dwarf.exp (_note): Fix left shift of negative value.
11282 * gdb.trace/trace-condition.exp: Likewise.
11283
c1862d0f
YQ
112842015-11-13 Yao Qi <yao.qi@linaro.org>
11285
11286 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11287 comments about d10v.
11288 (test_scalar_returns): Likewise.
11289 * gdb.base/d10v.ld: Remove.
11290 * gdb.base/overlays.exp: Remove the target triplet checking for
11291 d10v-*-*.
11292 * gdb.base/structs.exp (test_struct_returns): Remove the
11293 comments about d10v.
11294 (test_struct_calls): Likewise.
11295
77ae9c19
YQ
112962015-11-13 Yao Qi <yao.qi@linaro.org>
11297
11298 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11299 * gdb.base/gnu_vector.c: Don't include stdio.h.
11300 (main): Don't print res and call add_some_intvecs.
11301
430e004e
MK
113022015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11303
11304 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11305 macro.
11306 (func5): Removed.
11307 (func4): Use FAST_TRACEPOINT_LABEL.
11308 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11309 macro.
11310 (func): Removed.
11311 (thread_function): Use FAST_TRACEPOINT_LABEL.
11312 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11313 (func): Remove.
11314 (marker): Use FAST_TRACEPOINT_LABEL.
11315 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11316 (pendfunc1): Remove.
11317 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11318 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11319 (foo): Remove.
11320 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11321 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11322 macro.
11323 (func): Remove.
11324 (marker): Use FAST_TRACEPOINT_LABEL.
11325 * gdb.trace/trace-common.h: New header.
11326 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11327 macro.
11328 (func): Remove.
11329 (marker): Use FAST_TRACEPOINT_LABEL.
11330 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11331 (func): Remove.
11332 (thread_function): Use FAST_TRACEPOINT_LABEL.
11333
6e7675a7
MK
113342015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11335
11336 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11337 in front.
11338 * gdb.trace/change-loc.exp: Use global pcreg definition.
11339 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11340 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11341 in front.
11342 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11343 * gdb.trace/pending.exp: Likewise.
11344 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11345 * gdb.trace/trace-break.exp: Likewise.
11346 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11347 in front.
11348 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11349 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11350 in front.
11351 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11352
dddc0e16
JB
113532015-11-09 Joel Brobecker <brobecker@adacore.com>
11354
11355 * gdb.ada/fin_fun_out: New testcase.
11356
c6f0b406
KB
113572015-11-07 Kevin Buettner <kevinb@redhat.com>
11358
11359 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11360 value associated with DW_AT_byte_size.
11361 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11362 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11363 DW_AT_upper_bound.
11364
f01dcfd9
KB
113652015-11-07 Kevin Buettner <kevinb@redhat.com>
11366
11367 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11368 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11369 version.
11370 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11371 gdb.dwarf2/dw2-canonicalize-type.exp,
11372 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11373 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11374 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11375 provided by gdb_target_symbol_prefix_flags_asm.
11376 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11377 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11378 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11379 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11380 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11381 macros where needed). Use this macro for symbols which require
11382 the prefix provided by SYMBOL_PREFIX.
11383
2223449a
KB
113842015-11-05 Kevin Buettner <kevinb@redhat.com>
11385
11386 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11387 New procs.
11388 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11389 representing expressions, of more than one list element.
11390 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11391 to prepend linker symbol prefix to f.
11392 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11393 table_1 and table_2.
11394 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11395 Likewise, for f and g.
11396 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11397 for ptr.
11398 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11399 for main.
11400 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11401 table_1_ptr and table_2_ptr.
11402
6f2f1a3a
JK
114032015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11404 Joel Brobecker <brobecker@adacore.com>
11405
11406 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11407
566c56c9
MK
114082015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11409
11410 * gdb.reverse/s390-mvcle.c: New test.
11411 * gdb.reverse/s390-mvcle.exp: New file.
11412 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11413
d5f0636b
MK
114142015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11415
11416 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11417
7ad8b86c
MK
114182015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11419
11420 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11421 reaching marker2.
11422 * gdb.reverse/getresuid-reverse.exp: Likewise.
11423 * gdb.reverse/pipe-reverse.exp: Likewise.
11424 * gdb.reverse/readv-reverse.exp: Likewise.
11425 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11426 * gdb.reverse/time-reverse.exp: Likewise.
11427 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11428
4081c0f1
YQ
114292015-10-30 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11432 (empty_cycle): Remove.
11433 (main): Don't call empty_cycle. Don't use watch_count_done.
11434 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11435 empty_cycle. Rewrite the code counting HW watchpoints.
11436
452b4ba5
MK
114372015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11438
11439 * gdb.reverse/fstatat-reverse.c: New test.
11440 * gdb.reverse/fstatat-reverse.exp: New file.
11441 * gdb.reverse/getresuid-reverse.c: New test.
11442 * gdb.reverse/getresuid-reverse.exp: New file.
11443 * gdb.reverse/pipe-reverse.c: New test.
11444 * gdb.reverse/pipe-reverse.exp: New file.
11445 * gdb.reverse/readv-reverse.c: New test.
11446 * gdb.reverse/readv-reverse.exp: New file.
11447 * gdb.reverse/recvmsg-reverse.c: New test.
11448 * gdb.reverse/recvmsg-reverse.exp: New file.
11449 * gdb.reverse/time-reverse.c: New test.
11450 * gdb.reverse/time-reverse.exp: New file.
11451 * gdb.reverse/waitpid-reverse.c: New test.
11452 * gdb.reverse/waitpid-reverse.exp: New file.
11453
5e2e7507
JK
114542015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11457
0fde2c53
DE
114582015-10-26 Doug Evans <dje@google.com>
11459
11460 PR symtab/17391
11461 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11462 * gdb.dwarf2/bad-regnum.c: New file.
11463 * gdb.dwarf2/bad-regnum.exp: New file.
11464
1a70ae97
DE
114652015-10-26 Doug Evans <dje@google.com>
11466
11467 PR python/18938
11468 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11469 file.
11470
27dc26ab
JK
114712015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11474 for a change by "Mention language in compile error message".
11475
bed91f4d
SM
114762015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11477
11478 PR python/18073
11479 * gdb.python/py-type.c (C::a_method): New.
11480 (C::a_const_method): New.
11481 (C::a_static_method): New.
11482 (a_function): New.
11483 * gdb.python/py-type.exp (test_fields): Test getting fields
11484 from function and method.
11485
3f2f83dd
KB
114862015-10-21 Keven Boell <keven.boell@intel.com>
11487
11488 * gdb.fortran/vla-alloc-assoc.exp: New file.
11489 * gdb.fortran/vla-datatypes.exp: New file.
11490 * gdb.fortran/vla-datatypes.f90: New file.
11491 * gdb.fortran/vla-history.exp: New file.
11492 * gdb.fortran/vla-ptype-sub.exp: New file.
11493 * gdb.fortran/vla-ptype.exp: New file.
11494 * gdb.fortran/vla-sizeof.exp: New file.
11495 * gdb.fortran/vla-sub.f90: New file.
11496 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11497 * gdb.fortran/vla-value-sub-finish.exp: New file.
11498 * gdb.fortran/vla-value-sub.exp: New file.
11499 * gdb.fortran/vla-value.exp: New file.
11500 * gdb.fortran/vla-ptr-info.exp: New file.
11501 * gdb.mi/mi-vla-fortran.exp: New file.
11502 * gdb.mi/vla.f90: New file.
11503
27145d50
SL
115042015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11505
11506 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11507 of hardwired timeout value.
11508
5f3ff4f8
JK
115092015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11510 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11513 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11514
bfd09d20
JS
115152015-10-19 Josh Stone <jistone@redhat.com>
11516
11517 * gdb.base/catch-syscall.c: Include <sched.h>.
11518 (unknown_syscall): New variable.
11519 (main): Trigger a vfork and an unknown syscall.
11520 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11521 (unknown_syscall_number): Likewise.
11522 (check_call_to_syscall): Accept an optional syscall pattern.
11523 (check_return_from_syscall): Likewise.
11524 (check_continue): Likewise.
11525 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11526 (test_catch_syscall_skipping_return): New test toggling off 'catch
11527 syscall' to step over the syscall return, then toggling back on.
11528 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11529 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11530 (do_syscall_tests): Call test_catch_syscall_without_args and
11531 test_catch_syscall_mid_vfork.
11532 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11533 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11534
b32b93c6
AS
115352015-10-19 Andrew Stubbs <ams@codesourcery.com>
11536
11537 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11538 print g_vE): Add new pass patterns.
11539 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11540 print various symbol names for vptr fields.
11541
9d622bda
AB
115422015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11543
11544 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11545 results.
11546
0fd8ac1c
YQ
115472015-10-12 Yao Qi <yao.qi@linaro.org>
11548
11549 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11550
34240514
YQ
115512015-10-12 Yao Qi <yao.qi@linaro.org>
11552
11553 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11554 is aarch64*-*-linux*.
11555
8240f442
YQ
115562015-10-12 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11559 (can_relocate_bcond_true): ... it.
11560 (can_relocate_bcond_false): New function.
11561 (foo): Likewise.
11562 (can_relocate_bl): Likewise.
11563 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11564 can_relocate_bl.
11565
2520f728
PMR
115662015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11567
11568 * gdb.base/nested-addr.c: New file.
11569 * gdb.base/nested-addr.exp: New testcase.
11570
abcef95a
MM
115712015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11572
11573 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11574 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11575 its output. Ignore the output of "record goto begin" and instead
11576 check that GDB is replaying.
11577
145e3ddb
PA
115782015-10-09 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11581 (top level): Use it in the run with no args test.
11582
d5d8c4e1
IB
115832015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11584
11585 * gdb.dlang/properties.exp: New file.
11586
06e635ef
SL
115872015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11588
11589 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11590 whether or not address 0x1000 is mapped on the target.
11591
e019fd1d
SM
115922015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11593
11594 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11595 build.
11596
77ba2a67
MM
115972015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11598
11599 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11600 instruction-history test.
11601
c60eb31f
DE
116022015-09-28 Doug Evans <dje@google.com>
11603
11604 * gdb.base/gcore.c (array_func): Add reference to static_array.
11605
9a3c8263
SM
116062015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11609 source line.
11610
9720e656
SL
116112015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11612
11613 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11614 short or char as base type.
11615
938d3bf2
SL
116162015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11617
11618 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11619 to allow any size enum.
11620
e6c2c623
PMR
116212015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11622
11623 * gdb.ada/array_ptr_renaming.exp: New testcase.
11624 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11625 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11626
06da0f77
PL
116272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11628
11629 * gdb.trace/ftrace-lock.c: New file.
11630 * gdb.trace/ftrace-lock.exp: New file.
11631
4f51c22a
PL
116322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11633
11634 * gdb.arch/insn-reloc.c: New file.
11635 * gdb.arch/ftrace-insn-reloc.exp: New file.
11636
7041adf4
PL
116372015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11638
11639 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11640 instruction.
11641 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11642 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11643 * gdb.trace/range-stepping.c: Likewise.
11644 * gdb.trace/trace-break.c: Likewise.
11645 * gdb.trace/trace-mt.c (thread_function): Likewise.
11646 * gdb.trace/ftrace.c (marker): Likewise.
11647 * gdb.trace/trace-condition.c (marker): Likewise.
11648 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11649 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11650 is_aarch64_target.
11651
015d2e7e
DE
116522015-09-18 Doug Evans <xdje42@gmail.com>
11653
11654 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11655 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11656
26b188a2
SL
116572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11658
11659 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11660 the breakpoint.
11661
79dc332b
SL
116622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11663
11664 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11665 the pending breakpoint. Remove timeout override for "Run till
11666 MI pending breakpoint on pendfunc3 on thread 2" test.
11667
f57929f2
SL
116682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11669
11670 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11671 filename pattern.
11672
3f469b17
SL
116732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11674
11675 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11676 in breakpoint filename pattern.
11677
515b89b3
SL
116782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11679
7800dbe4
SL
11680 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11681
116822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11683
515b89b3
SL
11684 * gdb.linespec/explicit.exp: Check for readline support for
11685 tab-completion tests. Fix obvious typo.
11686
d2939ba2
MM
116872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11688
11689 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11690 and replay.
11691
cbb55fa7
MM
116922015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11693
11694 * gdb.btrace/non-stop.c: New.
11695 * gdb.btrace/non-stop.exp: New.
11696
43691ca1
PL
116972015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11698 Yao Qi <yao.qi@linaro.org>
11699
11700 * gdb.trace/trace-condition.c: New file.
11701 * gdb.trace/trace-condition.exp: New file.
11702
d78908cf
WW
117032015-09-16 Wei-cheng Wang <cole945@gmail.com>
11704
11705 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11706 for testing bytecode compilation.
11707
1ed415e2
PA
117082015-09-16 Pedro Alves <palves@redhat.com>
11709 Sandra Loosemore <sandra@codesourcery.com>
11710
11711 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11712 (SECONDS): Redefine.
11713 (main): Call pthread_kill and alarm early.
11714 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11715 support.
11716 (test): If the target can't hardware step and doesn't support
11717 displaced stepping, increase the timeout.
11718
d136eff5
PA
117192015-09-16 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11722 (enable_debug): New procedures.
11723 (test): Use them. Bail out if waiting for threads fails.
11724 (top level): Bail out if a test fails.
11725
991f019c
YQ
117262015-09-16 Yao Qi <yao.qi@linaro.org>
11727
11728 * gdb.asm/asm-source.exp: Set asm-arch for
11729 aarch64*-*-* target.
11730 * gdb.asm/aarch64.inc: New file.
11731
bfca584f
PMR
117322015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11733
11734 * gdb.ada/array_of_variable_length.exp: New testcase.
11735 * gdb.ada/array_of_variable_length/foo.adb: New file.
11736 * gdb.ada/array_of_variable_length/pck.adb: New file.
11737 * gdb.ada/array_of_variable_length/pck.ads: New file.
11738
b326e587
DE
117392015-09-15 Doug Evans <dje@google.com>
11740
11741 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11742 of function static local variable.
11743
5382cfab
PW
117442015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11745
11746 * gdb.threads/tls-so_extern.exp: New test file.
11747 * gdb.threads/tls-so_extern.c: New test file.
11748 * gdb.threads/tls-so_extern_main.c: New test file.
11749
141c5cc4
JK
117502015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11751
11752 * gdb.opt/solib-intra-step-lib.c: New file.
11753 * gdb.opt/solib-intra-step-main.c: New file.
11754 * gdb.opt/solib-intra-step.exp: New file.
11755
d15dcecd
PA
117562015-09-15 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11759 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11760
4c2f2a79
PA
117612015-09-14 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.base/hook-stop-continue.c: Delete.
11764 * gdb.base/hook-stop-continue.exp: Delete.
11765 * gdb.base/hook-stop-frame.c: Delete.
11766 * gdb.base/hook-stop-frame.exp: Delete.
11767 * gdb.base/hook-stop.c: New file.
11768 * gdb.base/hook-stop.exp: New file.
11769
919e6dbe
PMR
117702015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11771
11772 * gdb.ada/access_to_packed_array.exp: New testcase.
11773 * gdb.ada/access_to_packed_array/foo.adb: New file.
11774 * gdb.ada/access_to_packed_array/pack.adb: New file.
11775 * gdb.ada/access_to_packed_array/pack.ads: New file.
11776
157280a4
MM
117772015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11778
11779 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11780 buffer size test.
11781
2fd33e94
DB
117822015-09-11 Don Breazeal <donb@codesourcery.com>
11783
11784 * gdb.base/foll-exec.c: Add copyright header. Fix
11785 formatting issues.
11786 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11787 (do_exec_tests): Use clean_restart in place of zap_session,
11788 and for test initialization. Fix formatting issues. Use
11789 fail in place of perror.
11790 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11791 an expect statement to match an expression with output from
11792 the program under debug.
11793 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11794 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11795 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11796 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11797 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11798
e70b6e8e
DE
117992015-09-09 Doug Evans <dje@google.com>
11800
11801 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11802
7a551a51
DE
118032015-09-09 Doug Evans <dje@google.com>
11804
11805 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11806
4c666f84
DE
118072015-09-09 Doug Evans <dje@google.com>
11808
11809 * gdb.base/savedregs.exp: Fix typo.
11810
243a9253
PA
118112015-09-09 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11814
c0fa8fbd
SL
118152015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11816
11817 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11818 command actually switches threads. Give up on remaining
11819 tests if target fails to stop at breakpoint.
11820
cd7c1778
PMR
118212015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11822
11823 * gdb.ada/funcall_char.exp: New testcase.
11824 * gdb.ada/funcall_char/foo.adb: New file.
11825
dc5c8746
PMR
118262015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11827
11828 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11829 expected outputs. Add two testcases for completing ambiguous
11830 functions.
11831 * gdb.ada/complete/aux_pck.adb: New file.
11832 * gdb.ada/complete/aux_pck.ads: New file.
11833 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11834 Ambiguous_Func functions.
11835 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11836 * gdb.ada/complete/pck.adb: Likewise.
11837
4e83a1e7
UW
118382015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11839
11840 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11841 failures to run the test program under GDB.
11842
8ce74153
LM
118432015-08-26 Luis Machado <lgustavo@codesourcery.com>
11844
11845 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11846 to C.
11847
e9756d52
PP
118482015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11849
11850 * gdb.base/run-after-attach.exp: New test file.
11851 * gdb.base/run-after-attach.c: New test file.
11852
8d37573b
DB
118532015-08-26 Don Breazeal <donb@codesourcery.com>
11854
11855 * gdb.base/foll-exec-2.c: New test program.
11856 * gdb.base/foll-exec-2.exp: New test.
11857
63e43d3a
PMR
118582015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11859
11860 * gdb.base/nested-subp1.exp: New file.
11861 * gdb.base/nested-subp1.c: New file.
11862 * gdb.base/nested-subp2.exp: New file.
11863 * gdb.base/nested-subp2.c: New file.
11864 * gdb.base/nested-subp3.exp: New file.
11865 * gdb.base/nested-subp3.c: New file.
11866
3d40fbb5
PA
118672015-08-24 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.server/connect-without-multi-process.c: New file.
11870 * gdb.server/connect-without-multi-process.exp: New file.
11871
4422ac93
LM
118722015-08-24 Luis Machado <lgustavo@codesourcery.com>
11873
11874 * gdb.opt/inline-markers.c: Make z int.
11875
91dddb86
LM
118762015-08-24 Luis Machado <lgustavo@codesourcery.com>
11877
11878 * gdb.opt/inline-markers.c: Make z volatile.
11879
a48847ee
LM
118802015-08-24 Luis Machado <lgustavo@codesourcery.com>
11881
11882 * gdb.opt/inline-bt.c: New volatile global z.
11883 * gdb.opt/inline-cmds.c: Likewise.
11884 * gdb.opt/inline-locals.c: Likewise.
11885 * gdb.opt/inline-markers.c: New extern global z.
11886 (marker): Use z.
11887 (inline_fn): Likewise.
11888
0ebbc52b
PA
118892015-08-24 Pedro Alves <palves@redhat.com>
11890
11891 * config/m32r-stub.exp: Remove file.
11892 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11893 * gdb.base/call-rt-st.exp: Likewise.
11894 * gdb.base/call-strs.exp: Likewise.
11895 * gdb.base/default.exp: Remove references to h8300-*-hms and
11896 *-*-udi*.
11897 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11898
77c365df
AA
118992015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11900
11901 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11902 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11903 and "return" use KFAIL when GDB can not read/write the vector
11904 return value.
11905
4313b8c0
GB
119062015-08-21 Gary Benson <gbenson@redhat.com>
11907
11908 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11909
0e433b32
PA
119102015-08-20 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.server/solib-list.exp: No longer expect an interior stop in
11913 non-stop mode.
11914
221e1a37
PA
119152015-08-20 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.server/connect-stopped-target.c: New file.
11918 * gdb.server/connect-stopped-target.exp: New file.
11919
40e3ad0e
PA
119202015-08-20 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.dwarf2/comp-unit-lang.exp: New file.
11923 * gdb.dwarf2/comp-unit-lang.c: New file.
11924
af39b327
PMR
119252015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11926
11927 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11928 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11929
7d45c7c3 119302015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11931
7d45c7c3
KB
11932 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11933 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11934
4d6cceb4
DE
119352015-08-18 Doug Evans <dje@google.com>
11936 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11937
11938 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11939 skip_python_tests. New arg prompt_regexp.
11940 (skip_python_tests): New function.
11941 * lib/mi-support.exp (mi_skip_python_tests): New function.
11942 * gdb.python/py-mi-objfile-gdb.py: New file.
11943 * gdb.python/py-mi-objfile.c: New file.
11944 * gdb.python/py-mi-objfile.exp: New file.
11945
ad89c2aa
KS
119462015-08-17 Keith Seitz <keiths@redhat.com>
11947
11948 * gdb.linespec/explicit.exp: Move strace test from here ...
11949 * gdb.trace/strace.exp: ... to here.
11950
e3ae3c43
PP
119512015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11952
11953 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11954 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11955
604b2636
DE
119562015-08-14 Doug Evans <xdje42@gmail.com>
11957
11958 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11959 inferior before selecting a new file.
11960
6ff0ba5f
DE
119612015-08-14 Doug Evans <xdje42@gmail.com>
11962
11963 * gdb.mi/mi-disassemble.exp: Update.
11964 * gdb.base/disasm-optim.S: New file.
11965 * gdb.base/disasm-optim.c: New file.
11966 * gdb.base/disasm-optim.h: New file.
11967 * gdb.base/disasm-optim.exp: New file.
11968
9ca98f92
KS
119692015-08-14 Keith Seitz <keiths@redhat.com>
11970
11971 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11972 "evaluated-by".
11973
52bbc560
JB
119742015-08-13 Joel Brobecker <brobecker@adacore.com>
11975
11976 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11977
5d8c3ed3
PMR
119782015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11979
11980 * gdb.ada/fun_renaming.exp: New testcase.
11981 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11982 * gdb.ada/fun_renaming/pack.adb: New file.
11983 * gdb.ada/fun_renaming/pack.ads: New file.
11984
ea8812bc
KS
119852015-08-12 Keith Seitz <keiths@redhat.com>
11986
11987 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11988 gdb_get_line_number.
11989
4dafcdeb
JB
119902015-08-12 Joel Brobecker <brobecker@adacore.com>
11991
11992 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11993 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11994 gdb.base/dso2dso.exp: New files.
11995
5ba32597
SDJ
119962015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11997 Pedro Alves <palves@redhat.com>
11998 Keith Seitz <keiths@redhat.com>
11999
12000 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12001 GDBFLAGS.
12002
b6dafabf
PP
120032015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12004
12005 * gdb.base/gdbhistsize-history.exp
12006 (test_histsize_history_setting): Use save_vars.
12007 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12008 Use save_vars.
12009 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12010 * gdb.base/readline.exp: Use save_vars.
12011
abe8e607
PP
120122015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12013
12014 * lib/gdb.exp (save_vars): New proc.
12015
629500fa
KS
120162015-08-11 Keith Seitz <keiths@redhat.com>
12017
12018 * gdb.base/help.exp: Update help_breakpoint_text.
12019
eb8c4e2e
KS
120202015-08-11 Keith Seitz <keiths@redhat.com>
12021
12022 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12023 (at toplevel): Call test_explicit_breakpoints.
12024 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12025 breakpoints.
12026 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12027 breakpoint conditions, "-cond".
12028
87f0e720
KS
120292015-08-11 Keith Seitz <keiths@redhat.com>
12030
12031 * gdb.linespec/3explicit.c: New file.
12032 * gdb.linespec/cpexplicit.cc: New file.
12033 * gdb.linespec/cpexplicit.exp: New file.
12034 * gdb.linespec/explicit.c: New file.
12035 * gdb.linespec/explicit.exp: New file.
12036 * gdb.linespec/explicit2.c: New file.
12037 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12038 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12039 before using in the matching pattern.
12040 Clarify that `prefix' is a regular expression.
12041
f00aae0f
KS
120422015-08-11 Keith Seitz <keiths@redhat.com>
12043
12044 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12045 test.
12046 Add tests for missing ",FMT" and ",".
12047
e27852be
DE
120482015-08-10 Doug Evans <dje@google.com>
12049 Keith Seitz <keiths@redhat.com>
12050
12051 PR gdb/17960
12052 * gdb.base/completion.exp: Add location completer tests.
12053
7f03bd92
PA
120542015-08-07 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12057 tests here.
12058 (top level): Run do_test with and without displaced stepping.
12059
3fc8eb30
PA
120602015-08-07 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.base/valgrind-disp-step.c: New file.
12063 * gdb.base/valgrind-disp-step.exp: New file.
12064
d4569d7b
PA
120652015-08-07 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12068 Delete function.
12069 (main): Add alarm. Run an infinite loop instead of calling
12070 wait_threads.
12071 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12072 comment.
12073 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12074 Delete function.
12075 (main): Add alarm. Run an infinite loop instead of calling
12076 wait_threads.
12077 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12078 comment.
12079
e1316e60
PA
120802015-08-07 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.base/checkpoint-ns.exp: New file.
12083 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12084 standard_testfile.
12085
da8c46d2
MM
120862015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12087
12088 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12089 * gdb.btrace/instruction_history.exp: Update.
12090 * gdb.btrace/tsx.exp: New.
12091 * gdb.btrace/tsx.c: New.
12092
de1c2c52
PA
120932015-08-06 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12096 increase timeout.
12097 * gdb.reverse/until-precsave.exp: Bump timeouts.
12098
782e0bf4
PA
120992015-08-06 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12102
83e97ed0
PA
121032015-08-06 Pedro Alves <palves@redhat.com>
12104
12105 PR gdb/18749
12106 * gdb.threads/process-dies-while-handling-bp.c: New file.
12107 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12108
863d01bd
PA
121092015-08-06 Pedro Alves <palves@redhat.com>
12110
12111 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12112 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12113
0a39bb32
PA
121142015-08-05 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12117 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12118
ee2d2b10
SL
121192015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12120
12121 * gdb.base/bp-permanent.exp: Report test as unsupported if
12122 the target cannot stop at the permanent breakpoint.
12123
4e1bdb00
DE
121242015-08-03 Doug Evans <dje@google.com>
12125
12126 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12127 10000.
12128
3d338901
DE
121292015-08-03 Doug Evans <dje@google.com>
12130
12131 * Makefile.in (workers/%.worker, build-perf): New rule.
12132 (GDB_PERFTEST_MODE): New variable.
12133 (check-perf): Use it.
12134 (clean): Clean up gdb.perf parallel build subdirs.
12135 * lib/build-piece.exp: New file.
12136 * lib/gdb.exp (make_gdb_parallel_path): New function
12137 (standard_output_file, standard_temp_file): Call it.
12138 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12139 of $GDB_PARALLEL.
12140 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12141
af061d3e
DE
121422015-08-03 Doug Evans <dje@google.com>
12143
8e1afc81 12144 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12145 (LOG_FILE_NAME): New global.
12146 (TextReporter.__init__): Initialize self.txt_sum.
12147 (TextReporter.report): Add support for multiple data-points.
12148 Move report to perftest.sum, put raw data in perftest.log.
12149 (TextReporter.start): Open sum and log files.
12150 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12151 * gdb.perf/lib/perftest/testresult.py
12152 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12153
2c8c5d37
PA
121542015-07-31 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12157 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12158 kill_wait_spawned_process instead of explicit "kill -9".
12159 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12160 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12161 kill_wait_spawned_process.
12162 * gdb.base/attach-twice.exp: Likewise.
12163 * gdb.base/attach.exp: Likewise.
12164 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12165 gdb_test_multiple.
12166 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12167 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12168 kill_wait_spawned_process.
12169 * gdb.base/valgrind-infcall.exp: Likewise.
12170 * gdb.multi/multi-attach.exp: Likewise.
12171 * gdb.python/py-prompt.exp: Likewise.
12172 * gdb.python/py-sync-interp.exp: Likewise.
12173 * gdb.server/ext-attach.exp: Likewise.
12174 * gdb.threads/attach-into-signal.exp (corefunc): Use
12175 spawn_wait_for_attach, spawn_id_get_pid and
12176 kill_wait_spawned_process.
12177 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12178 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12179 spawn_id_get_pid and kill_wait_spawned_process.
12180 * gdb.threads/attach-stopped.exp (corefunc): Use
12181 spawn_wait_for_attach, spawn_id_get_pid and
12182 kill_wait_spawned_process.
12183 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12184 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12185 kill_wait_spawned_process instead of explicit "kill -9".
12186 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12187 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12188 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12189 processes. Don't map cygwin/windows pids here. Now returns a
12190 spawn id list.
12191
032a0fca
SL
121922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12193
12194 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12195 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12196 correct patch.
12197
61a934ca
SL
121982015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12199
12200 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12201
4bc4d428
SL
122022015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12203
12204 Reapply:
12205 2014-05-21 Mark Wielaard <mjw@redhat.com>
12206
12207 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12208
998d452a
PA
122092015-07-30 Pedro Alves <palves@redhat.com>
12210
12211 * linux-low.c (handle_extended_wait): Set the child's last
12212 reported status to TARGET_WAITKIND_STOPPED.
12213
69dde7dc
PA
122142015-07-30 Pedro Alves <palves@redhat.com>
12215
12216 PR threads/18600
12217 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12218 only shows inferior 1.
12219
4dd63d48
PA
122202015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12221 Pedro Alves <palves@redhat.com>
12222
12223 PR threads/18600
12224 * gdb.threads/fork-plus-threads.c: New file.
12225 * gdb.threads/fork-plus-threads.exp: New file.
12226
d618e4c5
PP
122272015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12228
12229 * gdb.base/batch-preserve-term-settings.exp
12230 (test_terminal_settings_preserved_after_cli_exit): Use
12231 send_quit_command.
12232
1eef6428
PA
122332015-07-29 Pedro Alves <palves@redhat.com>
12234 Don Breazeal <donb@codesourcery.com>
12235
12236 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12237 output from both inferior_spawn_id and gdb_spawn_id.
12238
7da5b897
SDJ
122392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12240
12241 * gdb.threads/attach-into-signal.exp (corefunc): Use
12242 with_test_prefix on nested loops, uniquefying the test messages.
12243
dac804df
SDJ
122442015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12245
12246 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12247 commit.
12248
06265e53
PP
122492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12250
12251 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12252 New proc.
12253 (test_terminal_settings_preserved_after_sigterm): New test.
12254
18206ca3
PP
122552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12256
12257 * gdb.base/batch-preserve-term-settings.exp
12258 (test_terminal_settings_preserved_after_cli_exit): New test.
12259
90074d11
PP
122602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12261
12262 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12263 manipulation of saved_gdbflags.
12264 (test_terminal_settings_preserved): Remove global declaration of
12265 the unused variable pagination_prompt. Remove manipulation of
12266 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12267 GDBFLAGS.
12268
eb1a7902
PA
122692015-07-29 Pedro Alves <palves@redhat.com>
12270
12271 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12272
8b75dd3b
PA
122732015-07-29 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12276 at the top.
12277
dedad4e3
PA
122782015-07-29 Pedro Alves <palves@redhat.com>
12279
12280 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12281 (main): Call gdb_unbuffer_output.
12282 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12283 (main): Call gdb_unbuffer_output.
12284 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12285 (main): Call gdb_unbuffer_output.
12286 * gdb.base/call-strs.exp: Adjust to step over the
12287 gdb_unbuffer_output call.
12288 * gdb.base/catch-gdb-caused-signals.c: Include
12289 "../lib/unbuffer_output.c".
12290 (main): Call gdb_unbuffer_output.
12291 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12292 (main): Call gdb_unbuffer_output.
12293 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12294 (main): Call gdb_unbuffer_output.
12295 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12296 (main): Call gdb_unbuffer_output.
12297 * gdb.base/shlib-call.exp: Adjust to step over the
12298 gdb_unbuffer_output call.
12299 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12300 (main): Call gdb_unbuffer_output.
12301 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12302 (main): Call gdb_unbuffer_output.
12303 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12304 (main): Rename to ...
12305 (test): ... this.
12306 (main): Reimplement.
12307 * gdb.base/varargs.exp: Run to test instead of to main.
12308 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12309 (main): Call gdb_unbuffer_output.
12310
58789a91
PA
123112015-07-29 Pedro Alves <palves@redhat.com>
12312
12313 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12314 factore out from mi_continue_dprintf. For call-style dprintfs,
12315 expect dprintf output out of $inferior_spawn_id.
12316 (mi_continue_dprintf): Use mi_expect_dprintf.
12317 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12318 (main): Call gdb_unbuffer_output.
12319
e8376742
PA
123202015-07-29 Pedro Alves <palves@redhat.com>
12321
12322 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12323 (default_mi_gdb_start): Set inferior_spawn_id instead of
12324 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12325 gdb_spawn_id.
12326 (mi_gdb_test): Always expect inferior output from both
12327 $inferior_spawn_id and $gdb_spawn_id.
12328
08280010
PA
123292015-07-29 Pedro Alves <palves@redhat.com>
12330
12331 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12332 send_inferior and $inferior_spawn_id.
12333
4d30e432
PA
123342015-07-29 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.gdb/complaints.exp (test_initial_complaints)
12337 (test_serial_complaints, test_short_complaints): Use
12338 gdb_test_stdio.
12339 (test_empty_complaint): Handle $inferior_spawn_id !=
12340 $gdb_spawn_id.
12341
0d30a335
PA
123422015-07-29 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/varargs.exp: Use gdb_test_stdio.
12345
39413b29
PA
123462015-07-29 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12349
7cb000a9
PA
123502015-07-29 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12353
d7b8ac82
PA
123542015-07-29 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12357 parameter into two new parameters, "inf_result" and "gdb_result".
12358 Expect inferior output and gdb output from $inferior_spawn_id and
12359 $gdb_spawn_id, respectively. Adjust all callers.
12360
789c3a0c
PA
123612015-07-29 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12364 of gdb_test_sequence.
12365
77e760c3
PA
123662015-07-29 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12369 (saw_spurious_output): Expect inferior output from
12370 $inferior_spawn_id. Use gdb_test_stdio.
12371
8396d2cd
PA
123722015-07-29 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.base/dprintf.exp: Use standard_testfile. Change
12375 prepare_for_testing call.
12376 (srcfile): Don't set.
12377 (restart): New procedure.
12378 (test_dprintf): New procecure, use to continue over dprintfs.
12379 (test_call, test_agent): New procedures, tests moved here.
12380 Restart gdb and recreate dprintfs. Adjust expected output.
12381
2051d61f
PA
123822015-07-29 Pedro Alves <palves@redhat.com>
12383
12384 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12385
452397af
PA
123862015-07-29 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12389
8aed9555
PA
123902015-07-29 Pedro Alves <palves@redhat.com>
12391
12392 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12393 gdb_test_stdio.
12394
188a61b4
PA
123952015-07-29 Pedro Alves <palves@redhat.com>
12396
12397 * lib/gdb.exp (gdb_test_stdio): New procedure.
12398
12264a45
PA
123992015-07-29 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12402
23ffc893
PA
124032015-07-29 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.base/call-signal-resume.exp: Remove check for
12406 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12407 * gdb.base/unwindonsignal.exp: Likewise.
12408 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12409 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12410
65566918
PA
124112015-07-29 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.base/siginfo-addr.c (pass): New function.
12414 (handler): Call it iff si_addr is correct.
12415 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12416 Set a breakpoint at "pass" and continue to it.
12417
d60a9221
SDJ
124182015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12419
12420 * gdb.python/py-objfile.exp: Make some tests have unique names.
12421 * gdb.python/py-pp-registration.exp: Likewise.
12422
bde40b8f
PA
124232015-07-28 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12426
13e1dec8
SM
124272015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12428
12429 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12430
da33c9a7
SM
124312015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12434
077836f7
PP
124352015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12436
12437 * gdb.base/gdb-sigterm-2.exp: New test.
12438
b8cc7b2e
DE
124392015-07-25 Doug Evans <xdje42@gmail.com>
12440
12441 Revert:
12442 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12443 (workers/%.worker, build-perf): New rule.
12444 (GDB_PERFTEST_MODE): New variable.
12445 (check-perf): Use it.
12446 (clean): Clean up gdb.perf parallel build subdirs.
12447 * lib/build-piece.exp: New file.
12448 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12449 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12450 name.
12451 (standard_temp_file): Ditto.
12452 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12453 of $GDB_PARALLEL.
12454
c8bd4544
DE
124552015-07-24 Doug Evans <dje@google.com>
12456
12457 * gdb.perf/lib/perftest/utils.py: New file.
12458 * gdb.perf/gm-hello.cc: New file.
12459 * gdb.perf/gm-pervasive-typedef.cc: New file.
12460 * gdb.perf/gm-pervasive-typedef.h: New file.
12461 * gdb.perf/gm-std.cc: New file.
12462 * gdb.perf/gm-std.h: New file.
12463 * gdb.perf/gm-use-cerr.cc: New file.
12464 * gdb.perf/gm-utils.h: New file.
12465 * gdb.perf/gmonster-null-lookup.py: New file.
12466 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12467 * gdb.perf/gmonster-print-cerr.py: New file.
12468 * gdb.perf/gmonster-ptype-string.py: New file.
12469 * gdb.perf/gmonster-runto-main.py: New file.
12470 * gdb.perf/gmonster-select-file.py: New file.
12471 * gdb.perf/gmonster1-null-lookup.exp: New file.
12472 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12473 * gdb.perf/gmonster1-print-cerr.exp: New file.
12474 * gdb.perf/gmonster1-ptype-string.exp: New file.
12475 * gdb.perf/gmonster1-runto-main.exp: New file.
12476 * gdb.perf/gmonster1-select-file.exp: New file.
12477 * gdb.perf/gmonster1.cc: New file.
12478 * gdb.perf/gmonster1.exp: New file.
12479 * gdb.perf/gmonster2-null-lookup.exp: New file.
12480 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12481 * gdb.perf/gmonster2-print-cerr.exp: New file.
12482 * gdb.perf/gmonster2-ptype-string.exp: New file.
12483 * gdb.perf/gmonster2-runto-main.exp: New file.
12484 * gdb.perf/gmonster2-select-file.exp: New file.
12485 * gdb.perf/gmonster2.cc: New file.
12486 * gdb.perf/gmonster2.exp: New file.
12487
6eab34f3
DE
124882015-07-24 Doug Evans <dje@google.com>
12489
12490 * gdb.perf/README: New file.
12491 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12492 * lib/gen-perf-test.exp: New file.
12493
63738bfd
DE
124942015-07-24 Doug Evans <dje@google.com>
12495
12496 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12497 (PerfTest::startup): New function.
12498 (PerfTest::run): Return result of calling body.
12499 (PerfTest::assemble): Rewrite.
12500 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12501 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12502 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12503 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12504 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12505
7b606f95
DE
125062015-07-24 Doug Evans <dje@google.com>
12507
12508 * lib/gdb.exp (clean_restart): Make executable optional.
12509
a97b16b8
DE
125102015-07-24 Doug Evans <dje@google.com>
12511
12512 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12513 compiler_info references.
12514 * gdb.cp/temargs.exp: Ditto.
12515 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12516 (get_compiler_info): Early exit if already computed. Set compiler_info
12517 to "unknown" if there was a problem.
12518 (test_compiler_info): Add function comment. Call get_compiler_info.
12519
35baa57f
DE
125202015-07-24 Doug Evans <dje@google.com>
12521
12522 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12523 (workers/%.worker, build-perf): New rule.
12524 (GDB_PERFTEST_MODE): New variable.
12525 (check-perf): Use it.
12526 (clean): Clean up gdb.perf parallel build subdirs.
12527 * lib/build-piece.exp: New file.
12528 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12529 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12530 name.
12531 (standard_temp_file): Ditto.
12532 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12533 of $GDB_PARALLEL.
12534
6ebea266
DE
125352015-07-24 Doug Evans <dje@google.com>
12536
12537 * lib/future.exp (gdb_default_target_compile): New option
12538 "early_flags".
12539 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12540 --as-needed.
12541
1e76a7e9
SDJ
125422015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12543
12544 * gdb.base/catch-syscall.exp: Call gdb_exit before
12545 gdb_skip_xml_test.
12546
5068630a
PA
125472015-07-24 Pedro Alves <palves@redhat.com>
12548
12549 * gdb.python/py-events.exp: Accept output between the stop event
12550 and the prompt.
12551 * gdb.python/py-evsignal.exp: Likewise.
12552 * gdb.python/py-evthreads.exp: Likewise.
12553
77598427
PA
125542015-07-24 Pedro Alves <palves@redhat.com>
12555
12556 PR gdb/18717
12557 * gdb.threads/non-ldr-exit.c: New file.
12558 * gdb.threads/non-ldr-exit.exp: New file.
12559
11e6c98f
YQ
125602015-07-24 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12563 restarting process.
12564
51aee833
YQ
125652015-07-24 Yao Qi <yao.qi@linaro.org>
12566
12567 * gdb.server/ext-restart.exp: New file.
12568
8cfe207c
YQ
125692015-07-24 Yao Qi <yao.qi@linaro.org>
12570
12571 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12572 argument options.
12573 * gdb.server/ext-wrapper.exp: New file.
12574
cc12ce38
DE
125752015-07-23 Doug Evans <dje@google.com>
12576
12577 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12578 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12579
d0d84780
PMR
125802015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12581
12582 * gdb.ada/var_arr_typedef.exp: New testcase.
12583 * gdb.ada/var_arr_typedef/pack.adb: New file.
12584 * gdb.ada/var_arr_typedef/pack.ads: New file.
12585 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12586
8b558f79
JB
125872015-07-20 Joel Brobecker <brobecker@adacore.com>
12588
12589 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12590
775a3298
JK
125912015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12592
12593 * gdb.arch/i386-biarch-core.exp: Replace istarget
12594 by "complete set gnutarget". Remove expectation for the "core-file"
12595 command.
12596
db1ff28b
JK
125972015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 Revert the previous commit:
12600 Tests for validate symbol file using build-id.
12601
0a94970d
JK
126022015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12603
12604 Tests for validate symbol file using build-id.
12605 * gdb.base/solib-mismatch-lib.c: New file.
12606 * gdb.base/solib-mismatch-libmod.c: New file.
12607 * gdb.base/solib-mismatch.c: New file.
12608 * gdb.base/solib-mismatch.exp: New file.
12609
03346981
SL
126102015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12611
12612 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12613 nios2-*-linux*.
12614 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12615 * gdb.base/siginfo.exp: Likewise.
12616 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12617
42422cc7
PL
126182015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12619
12620 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12621 Move it to ...
12622 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12623 ... here.
12624 * gdb.trace/range-stepping.exp: Check that the target supports
12625 range stepping.
12626
cfa68bae
JK
126272015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12628
12629 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12630
8ffdba26
PA
126312015-07-14 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/killed-outside.exp: New file.
12634 * gdb.base/killed-outside.c: New file.
12635
218a5a11
JK
126362015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12637
12638 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12639 (n at main): New.
12640 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12641
e03ed3c6
AA
126422015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12643
12644 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12645 infcall tests instead of setting up for KFAIL.
12646
485668e5
MM
126472015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12648
12649 * gdb.btrace/record_goto-step.exp: New.
12650
08464196
JK
126512015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12652
12653 PR compile/18484
12654 * gdb.compile/compile.c (struct struct_type): Add volatile to
12655 selffield's type.
12656 * gdb.compile/compile.exp
12657 (compile code struct_object.selffield = &struct_object): Skip further
12658 struct_object tests if this one xfails.
12659
bcf5c1d9
RC
126602015-07-08 Robert O'Callahan <robert@ocallahan.org>
12661
12662 PR exp/18617
12663 * gdb.trace/ax.exp: Add test.
12664
4931af25
YQ
126652015-07-07 Yao Qi <yao.qi@linaro.org>
12666
12667 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12668 instead of istarget "aarch64*-*-*".
12669 * gdb.arch/aarch64-fp.exp: Likewise.
12670 * gdb.base/float.exp: Likewise.
12671 * gdb.reverse/aarch64.exp: Likewise.
12672 * lib/gdb.exp (is_aarch64_target): New proc.
12673
9fcf688e
YQ
126742015-07-07 Yao Qi <yao.qi@linaro.org>
12675
12676 * lib/gdb.exp (is_aarch32_target): New proc.
12677 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12678 instead of "istarget "arm*-*-*"".
12679 * gdb.arch/arm-disp-step.exp: Likewise.
12680 * gdb.arch/thumb-bx-pc.exp: Likewise.
12681 * gdb.arch/thumb-prologue.exp: Likewise.
12682 * gdb.arch/thumb-singlestep.exp: Likewise.
12683 * gdb.base/disp-step-syscall.exp: Likewise.
12684 * gdb.base/float.exp: Likewise.
12685
fbd8d50d
YQ
126862015-07-07 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12689 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12690
71be1fdc
YQ
126912015-07-07 Yao Qi <yao.qi@linaro.org>
12692
12693 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12694 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12695 if it exists.
12696 * gdb.multi/multi-arch.exp: Likewise.
12697
3e221d36
SM
126982015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12701 print.
12702
d441430b
YQ
127032015-07-07 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12706
06f810bd
MG
127072015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12708
12709 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12710 '[' and ']' characters.
12711
5e61e7c0
IB
127122015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12713
12714 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12715
28bf096c
PA
127162015-06-29 Pedro Alves <palves@redhat.com>
12717
12718 PR threads/18127
12719 * gdb.threads/hand-call-new-thread.c: New file.
12720 * gdb.threads/hand-call-new-thread.c: New file.
12721
ee93cd5e
KS
127222015-06-26 Keith Seitz <keiths@redhat.com>
12723 Doug Evans <dje@google.com>
12724
12725 PR 16253
12726 * gdb.cp/var-tag-2.cc: New file.
12727 * gdb.cp/var-tag-3.cc: New file.
12728 * gdb.cp/var-tag-4.cc: New file.
12729 * gdb.cp/var-tag.cc: New file.
12730 * gdb.cp/var-tag.exp: New file.
12731
fc637f04
PP
127322015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12733
12734 * gdb.base/history-duplicates.exp: New test.
12735
2e52ae68
PP
127362015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12737
12738 * gdb.base/completion.exp: Test the completion of the "focus"
12739 command.
12740
6e22494e
JK
127412015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12742
12743 * gdb.arch/amd64-prologue-skip.S: New file.
12744 * gdb.arch/amd64-prologue-skip.exp: New file.
12745
bf7b9cd9
SM
127462015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12747
12748 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12749 is_address_zero_readable check.
12750
201e8dfd
PB
127512015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12752
12753 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12754 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12755
5cd867b4
YQ
127562015-06-24 Yao Qi <yao.qi@linaro.org>
12757
12758 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12759 linux targets.
12760
4d7be007
YQ
127612015-06-24 Yao Qi <yao.qi@linaro.org>
12762
12763 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12764 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12765 * gdb.base/siginfo-thread.exp: Likewise.
12766
07fcd301
YQ
127672015-06-22 Yao Qi <yao.qi@linaro.org>
12768
12769 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12770
52042a00
YQ
127712015-06-22 Yao Qi <yao.qi@linaro.org>
12772
12773 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12774 aarch64*-*-*.
12775 (skip_hw_watchpoint_tests): Likewise.
12776
74bd41ce
PP
127772015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12778
12779 * gdb.base/gdbinit-history.exp: Test the interaction between
12780 setting GDBHISTSIZE and setting the history size via .gdbinit.
12781
bc460514
PP
127822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12783
12784 PR gdb/16999
12785 * gdb.base/gdbhistsize-history.exp: New test.
12786
b58c513b
PP
127872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12788
12789 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12790 with GDBHISTSIZE.
12791 * gdb.base/readline.exp: Likewise.
12792
92046791
YQ
127932015-06-17 Yao Qi <yao.qi@linaro.org>
12794
12795 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12796 line.
12797
2093d2d3
PP
127982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12799
12800 * gdb.base/gdbinit-history.exp: Add test case to check that
12801 an unlimited history file does not get truncated on exit.
12802
e6c693af
AA
128032015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12804
12805 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12806 (VECTOR): New macro. Use it...
12807 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12808 ...for these typedefs.
12809 (int8, char1, int1, double1): New typedefs.
12810 (struct just_int2, struct two_int2): New structures.
12811 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12812 (add_structvecs, add_singlevecs): New functions.
12813 (main): Call add_some_intvecs twice.
12814 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12815 the compile and exit upon failure. Try compiling for the "native"
12816 architecture. Test inferior function calls with vector arguments
12817 and vector return value handling with "finish" and "return".
12818
c74f7d1c
JT
128192015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12820
12821 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12822 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12823 PE file.
12824 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12825
98aa42ee
AT
128262015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12827
12828 PR breakpoints/16465
12829 * gdb.mi/mi-dprintf-pending.c: New file.
12830 * gdb.mi/mi-dprintf-pending.exp: New test.
12831 * gdb.mi/mi-dprintf-pendshr.c: New file.
12832
7d73c23c 128332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12834 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12835
12836 * gdb.arch/i386-mpx-map.c: New file.
12837 * gdb.arch/i386-mpx-map.exp: New File.
12838
128392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12840
12841 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12842 * gdb.arch/i386-mpx.exp: Indentation fixed.
12843
128442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12845
12846 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12847 function and improved indentation.
12848 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12849 gdb_test_multiple. Added additional tests to skip the test.
12850
128512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12852
12853 * gdb.arch/i386-avx512.c: Change path in include file.
12854 * gdb.arch/i386-avx512.exp: Change include dir path
12855 compilation flag.
12856 * gdb.arch/i386-mpx.c: Change path in include file.
12857 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12858 flag.
12859
d5eba19a
JK
128602015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12861
12862 * gdb.compile/compile-print.exp (compile print *vararray@3)
12863 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12864
7f361056
JK
128652015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12868 (do not keep jit in memory): ... this.
12869 (expect 5): Change it to ...
12870 (expect no 5): ... this.
12871
3b462ec2
SM
128722015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12873
12874 PR gdb/15564
12875 * gdb.mi/mi-detach.exp: New file.
12876
e0619de6
JK
128772015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12878
12879 PR symtab/18392
12880 * gdb.arch/amd64-tailcall-self.S: New file.
12881 * gdb.arch/amd64-tailcall-self.c: New file.
12882 * gdb.arch/amd64-tailcall-self.exp: New file.
12883
e970cb34
DB
128842015-05-28 Don Breazeal <donb@codesourcery.com>
12885
12886 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12887 tests for remote targets by checking is_target_gdbserver.
12888
b2e2f908
DE
128892015-05-27 Doug Evans <dje@google.com>
12890
12891 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12892 * gdb.dwarf2/opaque-type-lookup.c: New file.
12893 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12894
82c7be31
DE
128952015-05-26 Doug Evans <dje@google.com>
12896
12897 * gdb.cp/iostream.cc: New file.
12898 * gdb.cp/iostream.exp: New file.
12899
b4f54984
DE
129002015-05-26 Doug Evans <dje@google.com>
12901
12902 * gdb.dwarf2/dw2-op-call.exp: Update.
12903 * gdb.dwarf2/dw4-sig-types.exp: Update.
12904 * gdb.dwarf2/implptr.exp: Update.
12905 * gdb.mi/mi-cmd-param-changed.exp: Update.
12906
4ea6efe9
DE
129072015-05-26 Doug Evans <dje@google.com>
12908
12909 * gdb.python/py-lazy-string.c: New file.
12910 * gdb.python/py-lazy-string.exp: New file.
12911 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12912 (main): Update. Add estring3.
12913 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12914 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12915
f6bb7db3
YQ
129162015-05-26 Omair Javaid <omair.javaid@linaro.org>
12917 Yao Qi <yao.qi@linaro.org>
12918
12919 * gdb.reverse/aarch64.c: New.
12920 * gdb.reverse/aarch64.exp: New.
12921
a81bfbd0
OJ
129222015-05-26 Omair Javaid <omair.javaid@linaro.org>
12923
25d49b86
PA
12924 * lib/gdb.exp (supports_process_record): Return true for
12925 aarch64*-linux*.
a81bfbd0
OJ
12926 (supports_reverse): Likewise.
12927
158bf1b4
PP
129282015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12929
12930 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12931 Use with_test_prefix.
12932
a0145030
AB
129332015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12934
12935 * gdb.base/completion.exp: Add test for completion of layout
12936 names.
12937
ebe3b578
AB
129382015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12939
12940 * lib/gdb.exp (skip_tui_tests): New proc.
12941 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12942
84204ed7
PA
129432015-05-19 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12946 Save the whole env array instead of just HOME. Unset HISTSIZE in
12947 the environment while testing. Restore whole environment
12948 afterwards.
12949
37442ce1
DE
129502015-05-16 Doug Evans <xdje42@gmail.com>
12951
12952 * gdb.guile/scm-ports.c: New file.
12953 * gdb.guile/scm-ports.exp: Add memory port tests.
12954
36de76f9
JK
129552015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12956
12957 * gdb.compile/compile-print.c: New file.
12958 * gdb.compile/compile-print.exp: New file.
12959
3a9558c4
JK
129602015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12961
12962 * gdb.compile/compile-ops.exp: Cast param to void.
12963 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12964 (compile code struct_object.selffield = &struct_object): Add xfail.
12965
aa715135
JG
129662015-05-15 Joel Brobecker <brobecker@adacore.com>
12967
12968 * gdb.ada/arr_enum_with_gap: New testcase.
12969
931e5bc3
JG
129702015-05-15 Joel Brobecker <brobecker@adacore.com>
12971
12972 * gdb.ada/byte_packed_arr: New testcase.
12973
9cd4d857
JB
129742015-05-15 Joel Brobecker <brobecker@adacore.com>
12975
12976 * gdb.ada/pckd_neg: New testcase.
12977
ebfd00d2
PP
129782015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12979
12980 PR gdb/17820
12981 * gdb.base/gdbinit-history.exp: New test.
12982 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12983 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12984
4c082a81
SC
129852015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12986
12987 * gdb.python/py-xmethods.cc: Enhance test case.
12988 * gdb.python/py-xmethods.exp: New tests.
12989 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12990 function.
12991 (B_indexoper): Likewise.
12992 (global_dm_list) : Add new xmethod worker functions.
12993
f7797074
SDJ
129942015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12995
12996 * gdb.base/coredump-filter.exp: Correctly unset
12997 "coredump_var_addr" array.
12998
a4674e4e
PA
129992015-05-08 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.server/non-existing-program.exp: Unset spawn_id.
13002
df2eb078
SC
130032015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13004
13005 PR python/18291
13006 * gdb.python/py-xmethods.exp: Add tests.
13007
422349a3
YQ
130082015-05-08 Yao Qi <yao.qi@linaro.org>
13009
13010 PR gdb/18208
13011 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13012 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13013 function set_coredump_filter, and remove remote_exec call.
13014 Remove argument ipid. Callers update.
13015 (top level): Don't get inferior's PID.
13016
63fc80ce
AA
130172015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13018
13019 * gdb.base/watch_thread_num.exp: Skip test on targets without
13020 access watchpoints.
13021
80ad801e
PA
130222015-05-06 Pedro Alves <palves@redhat.com>
13023
13024 PR server/18081
13025 * gdb.server/non-existing-program.exp: New file.
13026
0fa7fe50
JB
130272015-05-05 Joel Brobecker <brobecker@adacore.com>
13028
13029 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13030
3ea89b92
PMR
130312015-05-05 Joel Brobecker <brobecker@adacore.com>
13032
13033 * gdb.ada/out_of_line_in_inlined: New testcase.
13034
87b8eff0
JB
130352015-05-05 Joel Brobecker <brobecker@adacore.com>
13036
13037 * gdb.ada/var_rec_arr: New testcase.
13038
5fccc635
YQ
130392015-04-30 Yao Qi <yao.qi@linaro.org>
13040
13041 * gdb.base/break-idempotent.exp: If
13042 skip_hw_watchpoint_multi_tests returns true, skip the tests
13043 on "rwatch" and "awatch".
13044
42d38f42
YQ
130452015-04-30 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.base/relativedebug.exp: Invoke gdb command
13048 "info sharedlibrary", and if libc.so doesn't have debug info,
13049 skip the test.
13050
2ce1cdbf
DE
130512015-04-29 Doug Evans <dje@google.com>
13052
13053 * gdb.python/py-xmethods.exp: Add ptype tests.
13054 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13055 get_result_type method.
13056
f24a38c5
LM
130572015-04-29 Luis Machado <lgustavo@codesourcery.com>
13058
13059 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13060 the target does not support hardware watchpoints.
13061
ecbf2b3c
LM
130622015-04-29 Luis Machado <lgustavo@codesourcery.com>
13063
13064 * gdb.base/break-always.exp: Abort testing if writing to memory
13065 causes an error.
13066
34f5f757
DE
130672015-04-28 Doug Evans <dje@google.com>
13068
13069 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13070 * gdb.python/py-pp-registration.exp: ... here. New file.
13071 * gdb.python/py-pp-registration.c: New file.
13072 * gdb.python/py-pp-registration.py: New file.
13073
69b4374a
DE
130742015-04-28 Doug Evans <dje@google.com>
13075
13076 * gdb.python/py-bad-printers.c: New file.
13077 * gdb.python/py-bad-printers.py: New file.
13078 * gdb.python/py-bad-printers.exp: New file.
13079
59fb7612
SS
130802015-04-28 Sasha Smundak <asmundak@google.com>
13081
13082 * gdb.python/py-type.exp: New test.
13083
2631b16a
AW
130842015-04-28 Andy Wingo <wingo@igalia.com>
13085
13086 * gdb.python/py-parameter.exp:
13087 * gdb.guile/scm-parameter.exp: Escape the path that we are
13088 matching against, as it might contain characters that are special
13089 to regular expressions.
13090
460efde1
JB
130912015-04-27 Joel Brobecker <brobecker@adacore.com>
13092
13093 * gdb.ada/rec_comp: New testcase.
13094
2d369d8e
SDJ
130952015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13096
13097 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13098 before using it.
13099
cf75d6c3
AB
131002015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13101
13102 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13103 new tests for verilog output.
13104
8dbe7ca5
YQ
131052015-04-24 Yao Qi <yao.qi@linaro.org>
13106
13107 * boards/remote-gdbserver-on-localhost.exp: New file.
13108
4ef9fb2f
PA
131092015-04-23 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13112 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13113 "end of file", remove $inferior_spawn_id from the indirect list.
13114
0a803169
PA
131152015-04-23 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13118
749ef8f8
PA
131192015-04-23 Pedro Alves <palves@redhat.com>
13120
13121 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13122 on $any_spawn_id instead of only on $gdb_spawn_id.
13123
8aae4344
PM
131242015-04-21 Pierre Muller <muller@sourceware.org>
13125
13126 PR pascal/17815
13127 * lib/pascal.exp (gpc_compile): Add new option "class".
13128 (fpc_compile): Likewise.
13129 * gdb.pascal/case-insensitive-symbols.pas: New file.
13130 * gdb.pascal/case-insensitive-symbols.exp: New file.
13131
1586c8fb
GB
131322015-04-20 Gary Benson <gbenson@redhat.com>
13133
13134 * gdb.base/attach.exp: Fix three extended remote failures.
13135
1b6e6f5c
GB
131362015-04-17 Gary Benson <gbenson@redhat.com>
13137
13138 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13139 the main executable over the remote protocol.
13140
e797481d
PA
131412015-04-16 Pedro Alves <palves@redhat.com>
13142
13143 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13144 a new gdbserver if gdbserver_reconnect_p is set.
13145
1ca99c42
PA
131462015-04-16 Pedro Alves <palves@redhat.com>
13147
13148 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13149 is set, don't exit gdbserver.
13150
af9fd6f8
AA
131512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13152
13153 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13154 appropriate .insn, such that an older assembler can be used.
13155 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13156 the z/Architecture instruction set on 31-bit targets as well.
13157
04ff1e61
AA
131582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13159
13160 * gdb.go/handcall.exp: Remove all logic related to the first
13161 breakpoint and rely on go_runto_main instead.
13162 * gdb.go/strings.exp: Likewise.
13163 * gdb.go/unsafe.exp: Likewise.
13164 * gdb.go/hello.exp: Likewise. Also rename the remaining
13165 breakpoint marker to "breakpoint 1".
13166 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13167 * gdb.go/strings.go: Likewise.
13168 * gdb.go/unsafe.go: Likewise.
13169 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13170 "set breakpoint 2 here" and rename the remaining breakpoint marker
13171 to "breakpoint 1".
13172
40d2f8d6
SM
131732015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13174
13175 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13176 if itertools.imap is not present.
13177 * gdb.python/py-objfile.exp: Add parentheses.
13178 * gdb.python/py-type.exp: Same.
13179 * gdb.python/py-unwind-maint.py: Same.
13180
8cbc97c6
YQ
131812015-04-15 Yao Qi <yao.qi@linaro.org>
13182
13183 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13184 of ":$ptr_size" and set its form explicitly.
13185
45fd756c
YQ
131862015-04-15 Pedro Alves <palves@redhat.com>
13187 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13190 timeout by factor of 4.
13191 (test_regular_watch): Likewise.
13192 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13193 * gdb.reverse/sigall-reverse.exp: Likewise.
13194 * gdb.reverse/until-precsave.exp: Likewise.
13195 * lib/gdb.exp (with_timeout_factor): New proc.
13196 (gdb_expect): Move some code to ...
13197 (get_largest_timeout): ... here. New procedure.
13198
9e811bc3
LM
131992015-04-14 Luis Machado <lgustavo@codesourcery.com>
13200
13201 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13202
0ff6fcb2
LM
132032015-04-13 Luis Machado <lgustavo@codesourcery.com>
13204
13205 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13206 to write to the .text section.
13207
7578d5f7
LM
132082015-04-13 Luis Machado <lgustavo@codesourcery.com>
13209
13210 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13211 Handle the case of targets that do not provide PID information.
13212
2efe15c4
YQ
132132015-04-13 Yao Qi <yao.qi@linaro.org>
13214
13215 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13216 and use expect instead of gdb_expect.
13217
8cd8f2f8
SDJ
132182015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13219
13220 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13221 "coredump_var_addr" to avoid naming conflict with other testcases.
13222
9ee41772
PA
132232015-04-10 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13226 gdb_test_sequence and gdb_assert.
13227
07473109
PA
132282015-04-10 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13231 test messages that don't include the breakpoint address.
13232
de3db44c
YQ
132332015-04-10 Yao Qi <yao.qi@linaro.org>
13234
13235 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13236 false for some offset and width combinations which aren't
13237 supported by linux kernel.
13238
c79d856c
PA
132392015-04-10 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13242 procedure, factored out from ...
13243 (top level): ... here. Add "set displaced-stepping" testing axis.
13244 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13245 parameter "displaced". Use it.
13246 (top level): Use foreach and add "set displaced-stepping" testing
13247 axis.
13248
ebc90b50
PA
132492015-04-10 Pedro Alves <palves@redhat.com>
13250
13251 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13252 Remove comment.
13253 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13254 both the address of the instruction that triggers the watchpoint
13255 and the address of the instruction immediately after, and use
13256 those addresses for the test. Fix comment.
13257
8f572e5c
PA
132582015-04-10 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.base/sigstep.exp (breakpoint_to_handler)
13261 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13262 Test "backtrace" in handler.
13263 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13264 (top level): Add new "displaced" test axis to
13265 breakpoint_to_handler, breakpoint_to_handler_entry and
13266 breakpoint_over_handler.
13267
8d707a12
PA
132682015-04-10 Pedro Alves <palves@redhat.com>
13269
13270 PR gdb/18216
13271 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13272
ef713951
YQ
132732015-04-10 Yao Qi <yao.qi@linaro.org>
13274
13275 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13276 (test_add_rn_pc): New function.
13277 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13278 (top level): Invoke test_add_rn_pc.
13279
906d60cf
PA
132802015-04-10 Pedro Alves <palves@redhat.com>
13281
13282 PR gdb/13858
13283 * gdb.base/step-over-no-symbols.exp: New file.
13284
f2983cc3
AW
132852015-04-09 Andy Wingo <wingo@igalia.com>
13286
13287 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13288 after the Python tests.
13289
6d62641c
SDJ
132902015-04-08 Keith Seitz <keiths@redhat.com>
13291
13292 PR python/16699
13293 * gdb.python/py-completion.exp: New tests for completion.
13294 * gdb.python/py-completion.py (CompleteLimit1): New class.
13295 (CompleteLimit2): Likewise.
13296 (CompleteLimit3): Likewise.
13297 (CompleteLimit4): Likewise.
13298 (CompleteLimit5): Likewise.
13299 (CompleteLimit6): Likewise.
13300 (CompleteLimit7): Likewise.
13301
f3770638
PA
133022015-04-08 Pedro Alves <palves@redhat.com>
13303
13304 PR gdb/18214
13305 PR gdb/18216
13306 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13307 function.
13308 (main): Install it as SIGUSR1 handler.
13309 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13310 parameter. Always use "setup" as prefix. Toggle "set
13311 displaced-stepping" off/on depending on global. Don't switch to
13312 thread 1 here.
13313 (top level): Add displaced stepping "off/on" test axis. Update
13314 "setup" calls. Wrap each subtest with with_test_prefix. Test
13315 continuing with a queued signal in each thread.
13316
4496bed7
PA
133172015-04-08 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13320 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13321 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13322 Return early if running to main fails.
13323 * gdb.trace/while-stepping.exp: Likewise.
13324
b97fde92
PA
133252015-04-07 Pedro Alves <palves@redhat.com>
13326
13327 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13328 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13329 interact with inferior program.
13330
f71c18e7
PA
133312015-04-07 Pedro Alves <palves@redhat.com>
13332
13333 * lib/gdb.exp (inferior_spawn_id): New global.
13334 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13335 spawn id after processing the user code.
13336 (default_gdb_start): Set inferior_spawn_id.
13337 (send_inferior): New procedure.
13338 * lib/gdbserver-support.exp (gdbserver_start): Set
13339 inferior_spawn_id.
13340 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13341
6423214f
PA
133422015-04-07 Pedro Alves <palves@redhat.com>
13343
13344 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13345 * lib/gdbserver-support.exp (gdbserver_start): Make
13346 $server_spawn_id global.
13347 (gdbserver_start): Don't wait for gdbserver's spawn id with
13348 expect_background.
13349 (close_gdbserver): New procedure.
13350 (gdb_exit): Rename the default version and reimplement.
13351
71c0ee8c
PA
133522015-04-07 Pedro Alves <palves@redhat.com>
13353
72f4393d 13354 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13355 append the substituted item, not the original item.
13356
203bc29b
PA
133572015-04-07 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13360 gdb_expect.
13361
508a3ddf
PA
133622015-04-07 Pedro Alves <palves@redhat.com>
13363
13364 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13365 output appearing once only.
13366
9f6dbe2b
PA
133672015-04-07 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13370 that doesn't expect anything. Return early if running to main
13371 fails.
13372
337532fa
YQ
133732015-04-07 Yao Qi <yao.qi@linaro.org>
13374
13375 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13376 (child_function): Call alarm.
13377 (main): Move call to alarm into the loop.
13378 * gdb.threads/non-stop-fair-events.exp: Build program with
13379 -DTIMEOUT=$timeout.
13380
01b622d4
DE
133812015-04-06 Doug Evans <xdje42@gmail.com>
13382
13383 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13384 Fix dest parameter to board_info.
13385 (fpc_compile): Ditto.
13386 (gdb_compile_pascal): Rename dest arg to destfile.
13387
961f4160
PMR
133882015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13389
13390 * gdb.ada/funcall_ref.exp: New file.
13391 * gdb.ada/funcall_ref/foo.adb: New file.
13392
cafda597
YQ
133932015-04-02 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13396 is remote.
13397
fed040c6
GB
133982015-04-02 Gary Benson <gbenson@redhat.com>
13399
13400 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13401
d11916aa
SS
134022015-04-01 Sasha Smundak <asmundak@google.com>
13403
13404 * gdb.python/py-unwind-maint.c: New file.
13405 * gdb.python/py-unwind-maint.exp: New test.
13406 * gdb.python/py-unwind-maint.py: New file.
13407 * gdb.python/py-unwind.c: New file.
13408 * gdb.python/py-unwind.exp: New test.
13409 * gdb.python/py-unwind.py: New test.
13410
a1471180
PA
134112015-04-01 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13414 to fail instead of non-existent $test.
13415
0bbeccb1
PA
134162015-04-01 Pedro Alves <palves@redhat.com>
13417
13418 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13419 GDBFLAGS if not empty.
13420
3c724c8c
PMR
134212015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13422
13423 * gdb.ada/complete.exp: Remove "multi_line".
13424 * gdb.ada/info_exc.exp: Remove "multi_line".
13425 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13426 * gdb.ada/ptype_field.exp: Remove "multi_line".
13427 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13428 * gdb.ada/tagged.exp: Remove "multi_line".
13429 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13430 [multi_line ...]
13431 * gdb.btrace/delta.exp: Likewise.
13432 * gdb.btrace/exception.exp: Likewise.
13433 * gdb.btrace/function_call_history.exp: Likewise.
13434 * gdb.btrace/instruction_history.exp: Likewise.
13435 * gdb.btrace/nohist.exp: Likewise.
13436 * gdb.btrace/record_goto.exp: Likewise.
13437 * gdb.btrace/segv.exp: Likewise.
13438 * gdb.btrace/stepi.exp: Likewise.
13439 * gdb.btrace/tailcall.exp: Likewise.
13440 * gdb.btrace/unknown_functions.exp: Likewise.
13441 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13442 * lib/gdb.exp: Add the "multi_line" helper.
13443
4eec2deb
PA
134442015-04-01 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.threads/tid-reuse.c: New file.
13447 * gdb.threads/tid-reuse.exp: New file.
13448
df8411da
SDJ
134492015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13450
13451 PR corefiles/16092
13452 * gdb.base/coredump-filter.c: New file.
13453 * gdb.base/coredump-filter.exp: Likewise.
13454
6ef37366
PM
134552015-03-27 Petr Machata <pmachata@redhat.com>
13456
13457 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13458 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13459 (Dwarf::assemble): Initialize them.
13460 (Dwarf::lines): New function.
13461
7ec911b0
JT
134622015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13463
13464 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13465 SYMBOL_PREFIX for x86_64-*-cygwin.
13466
ff908ebf
AW
134672015-03-26 Andy Wingo <wingo@igalia.com>
13468
13469 PR symtab/18148
13470 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13471 const_value but not a location.
13472 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13473 location defined in non-main CUs are visible.
13474
6d5f0679
YQ
134752015-03-26 Yao Qi <yao.qi@linaro.org>
13476
13477 PR testsuite/18139
13478 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13479 Add a line number entry for the same line.
13480 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13481 Add a line number entry for the same line.
13482
2898689b
YQ
134832015-03-26 Yao Qi <yao.qi@linaro.org>
13484
13485 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13486 .int 0.
13487 (func): Likewise. Add .Lfunc_1 label.
13488 Use .Lfunc_1 label.
13489 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13490 .int 0.
13491 (func): Likewise.
13492 Use .Lfunc_1 label.
13493
85180498
YQ
134942015-03-26 Yao Qi <yao.qi@linaro.org>
13495
13496 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13497 Call gdb_compile instead to compile each .s files without debug
13498 information.
13499
8aa08a8d
YQ
135002015-03-26 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.base/savedregs.exp (process_saved_regs): Make
13503 "Saved registers:" optional in the pattern.
13504
66849923
MM
135052015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13506
13507 * gdb.btrace/next.exp: Merged into step.exp.
13508 * gdb.btrace/finish.exp: Merged into step.exp.
13509 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13510 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13511 "record goto" and checking the exact replay position.
13512 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13513 check for "Recording format" in "info record" output.
13514 * gdb.btrace/record_goto.exp: Choose test file based on target.
13515 * gdb.btrace/x86-record_goto.S: Renamed into ...
13516 * gdb.btrace/x86_64-record_goto.S: ... this.
13517 * gdb.btrace/i686-record_goto.S: New.
13518 * gdb.btrace/x86-tailcall.S: Renamed into ...
13519 * gdb.btrace/x86_64-tailcall.S: ... this.
13520 * gdb.btrace/i686-tailcall.S: New.
13521 * gdb.btrace/x86-tailcall.c: Renamed into ...
13522 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13523 separate statements. Update test.
13524 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13525 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13526 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13527 * gdb.btrace/tailcall.exp: Choose test file based on target.
13528 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13529
11cc1b74
MM
135302015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13531
13532 * gdb.btrace/exception.exp: Increase BTS buffer size.
13533
a25d8bf9
PA
135342015-03-24 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13537
856e7dd6
PA
135382015-03-24 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.threads/schedlock.exp (test_step): No longer expect that
13541 "set scheduler-locking step" with "next" over a function call runs
13542 threads unlocked.
13543
ad235a41
AT
135442015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13545
13546 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13547
15630549
AT
135482015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13549
13550 PR breakpoints/16466
13551 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13552 * gdb.mi/mi-pending.c (thread_func): New function.
13553 (int main): Add threading support required.
13554 * gdb.mi/mi-pending.exp: Add tests for this issue.
13555 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13556 (pendfunc2): Remove stdio dependency.
13557 * gdb.mi/mi-pendshr2.c: New file.
13558
693dca06
KS
135592015-03-23 Keith Seitz <keiths@redhat.com>
13560
13561 * gdb.linespec/keywords.c: New file.
13562 * gdb.linespec/keywords.exp: New file.
13563
7e993ebf
KS
135642015-03-23 Keith Seitz <keiths@redhat.com>
13565
13566 PR gdb/18021
13567 * gdb.dwarf2/staticvirtual.exp: New test.
13568
bc23328c
JK
135692015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13572 * README: Remove HP-UX and gdb.hp.
13573 (configuration):
13574 * configure: Regenerate.
13575 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13576 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13577 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13578 gdb.hp/gdb.defects/Makefile.
13579 * gdb.hp/Makefile.in: File deleted.
13580 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13581 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13582 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13583 * gdb.hp/gdb.aCC/run.c: File deleted.
13584 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13585 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13586 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13587 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13588 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13589 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13590 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13591 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13592 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13593 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13594 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13595 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13596 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13597 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13598 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13599 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13600 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13601 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13602 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13603 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13604 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13605 * gdb.hp/gdb.compat/average.c: File deleted.
13606 * gdb.hp/gdb.compat/sum.c: File deleted.
13607 * gdb.hp/gdb.compat/xdb.c: File deleted.
13608 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13609 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13610 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13611 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13612 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13613 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13614 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13615 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13616 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13617 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13618 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13619 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13620 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13621 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13622 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13623 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13624 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13625 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13626 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13627 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13628 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13629 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13630 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13631 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13632 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13633 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13634 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13635 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13636 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13637 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13638 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13639 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13640 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13641 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13642 * gdb.hp/tools/odump: File deleted.
13643
8bf3b159
PA
136442015-03-19 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13647 (saw_thread_3): New globals.
13648 (top level): Increment them when an event for the corresponding
13649 thread is seen.
13650 (no thread starvation): New test.
13651
eb54c8bf
PA
136522015-03-19 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.threads/continue-pending-status.c: New file.
13655 * gdb.threads/continue-pending-status.exp: New file.
13656
32d2e5d6
PA
136572015-03-18 Pedro Alves <palves@redhat.com>
13658
13659 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13660 Use gdb_is_target_remote instead of is_remote. Use
13661 gdb_test_multiple instead of gdb_expect. Exit early if
13662 gdb_test_multiple hits its internal matches. Tighten stepi tests
13663 expected output. Fail on exit with any signal, instead of just
13664 SIGILL.
13665
f68f11b7
YQ
136662015-03-18 Yao Qi <yao.qi@linaro.org>
13667
13668 PR tdep/18107
13669 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13670 variable.
13671 * gdb.base/catch-syscall.exp: Don't skip it on
13672 aarch64*-*-linux* target. Remove elements in all_syscalls.
13673 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13674 target.
13675 (setup_all_syscalls): New proc.
13676
ca5fd19b
YQ
136772015-03-16 Yao Qi <yao.qi@linaro.org>
13678
13679 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13680 (top level): Skip tests if valid_addr_p returns false for
13681 $cmd1 or $cmd2.
13682
85642ba0
AW
136832015-03-11 Andy Wingo <wingo@igalia.com>
13684
13685 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13686
e03f9645
YQ
136872015-03-11 Yao Qi <yao.qi@linaro.org>
13688
13689 * gdb.base/catch-syscall.exp: Fix typo in comments.
13690
5d0962b2
YQ
136912015-03-11 Yao Qi <yao.qi@linaro.org>
13692
13693 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13694
b2df3cef
PA
136952015-03-09 Pedro Alves <palves@redhat.com>
13696
13697 * dg-extract-results.py: Delete.
13698
ef878e53
PA
136992015-03-09 Pedro Alves <palves@redhat.com>
13700
13701 Merge dg-extract-results.sh from GCC upstream (r218843).
13702
13703 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13704 * dg-extract-results.sh: Use --text with grep to avoid issues with
13705 binary files. Fall back to cat -v, if that doesn't work.
13706
9494d219
PA
137072015-03-05 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13710
a8d9763a
SM
137112015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13712
13713 * lib/mi-support.exp (mi_expect_interrupt): Accept
13714 alternative event for when in all-stop mode.
13715
be9957b8
PA
137162015-03-04 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13719
d57be0f4 137202015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13721
13722 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13723
c214c7cf
AA
137242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13725
13726 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13727 regexps for GDB's current line display, accept a hex address
13728 preceding the line number.
13729
6d74a497
AA
137302015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13731
13732 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13733 the 'arch1' variable for "s390*-linux*" targets.
13734
511aee7c
PA
137352015-03-04 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13738 (main): Pass missing retval argument to pthread_join call.
13739
95e50b27
PA
137402015-03-02 Pedro Alves <palves@redhat.com>
13741
13742 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13743 (top level): Call do_test with non-stop as well.
13744
28054d69
PA
137452015-03-02 Pedro Alves <palves@redhat.com>
13746
13747 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13748 -1.
13749
4fa5d7b4
AA
137502015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13751
13752 * gdb.arch/s390-vregs.exp: New test.
13753 * gdb.arch/s390-vregs.S: New file.
13754
97c18565
PA
137552015-02-27 Pedro Alves <palves@redhat.com>
13756
13757 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13758 call to catch_command_errors.
13759 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13760 catch_command_errors.
13761
a37bfa30
PA
137622015-02-27 Pedro Alves <palves@redhat.com>
13763
13764 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13765 "true" for boolean result.
13766 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13767 prototype of main.
13768
6f98576f
PA
137692015-02-27 Pedro Alves <palves@redhat.com>
13770
13771 * lib/unbuffer_output.c: New file.
13772 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13773 (main): Call gdb_unbuffer_output.
13774
eba5ab56
YQ
137752015-02-27 Yao Qi <yao.qi@linaro.org>
13776
13777 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13778 target.
13779
0def5aaa
DE
137802015-02-26 Doug Evans <dje@google.com>
13781
13782 * gdb.cp/class2.cc (Dbase, D): New classes.
13783 (main): New local delta.
13784 * gdb.cp/class2.exp: Test printing delta.
13785 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13786 (dynbar): New global.
13787 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13788
081a1c2c
JK
137892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13790
13791 * gdb.compile/compile-ifunc.c: New file.
13792 * gdb.compile/compile-ifunc.exp: New file.
13793
2f41223f
AT
137942015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13795
13796 * gdb.base/structs.exp: Check for correct struct on finish.
13797
03eddd80
YQ
137982015-02-26 Yao Qi <yao.qi@linaro.org>
13799
13800 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13801 is zero.
13802
80c57053
JK
138032015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13804
13805 * gdb.arch/cordic.ko.bz2: New file.
13806 * gdb.arch/cordic.ko.debug.bz2: New file.
13807 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13808
21613c12
YQ
138092015-02-25 Yao Qi <yao.qi@linaro.org>
13810
13811 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13812 aarch64*-*-* target.
13813
d8b901ed
PA
138142015-02-23 Pedro Alves <palves@redhat.com>
13815
13816 * lib/gdb.exp (delete_breakpoints): Rewrite using
13817 gdb_test_multiple.
13818
e5b85ead
PA
138192015-02-23 Pedro Alves <palves@redhat.com>
13820
13821 * gdb.base/info-os.c: Include stdlib.h.
13822
85c3a371
DE
138232015-02-22 Doug Evans <xdje42@gmail.com>
13824
13825 PR symtab/17855
13826 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13827 is read after symbols have been re-read.
13828 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13829 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13830
96553a0c
DE
138312015-02-21 Doug Evans <dje@google.com>
13832
13833 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13834
97a0c697
JK
138352015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13836
13837 PR corefiles/17808
13838 * gdb.arch/i386-biarch-core.core.bz2: New file.
13839 * gdb.arch/i386-biarch-core.exp: New file.
13840
a47cd6e9
PA
138412015-02-21 Pedro Alves <palves@redhat.com>
13842
13843 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13844 runto_main fails.
13845
c5facdc4
PA
138462015-02-20 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13849 info probes.
13850
2db9a427
PA
138512015-02-20 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13854
60fb7e9e
PA
138552015-02-20 Pedro Alves <palves@redhat.com>
13856
13857 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13858 clean_restart before gdb_target_supports_trace.
13859
5c5019c2
PA
138602015-02-20 Pedro Alves <palves@redhat.com>
13861
13862 PR threads/18006
13863 * gdb.threads/clone-thread_db.c: New file.
13864 * gdb.threads/clone-thread_db.exp: New file.
13865
c9587f88
AT
138662015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13867
13868 PR breakpoints/16812
13869 * gdb.base/catch-gdb-caused-signals.c: New file.
13870 * gdb.base/catch-gdb-caused-signals.exp: New file.
13871
f6a88844
JM
138722015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13873
13874 * configure: Regenerated.
13875 * configure.ac: Use GDB_AC_TRANSFORM.
13876 * aclocal.m4: sinclude ../transform.m4.
13877
497c491b
JM
138782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13879
13880 * lib/dtrace.exp: New file.
13881 * gdb.base/dtrace-probe.exp: Likewise.
13882 * gdb.base/dtrace-probe.d: Likewise.
13883 * gdb.base/dtrace-probe.c: Likewise.
13884 * lib/pdtrace.in: Likewise.
13885 * configure.ac: Output variables with the transformed names of
13886 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13887 * configure: Regenerated.
13888
03e98035
JM
138892015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13890
13891 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13892 expected message when trying to access $_probe_* convenience
13893 variables while not on a probe.
13894
63cc30e9
JK
138952015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13898
0703599a
PA
138992015-02-11 Pedro Alves <pedro@codesourcery.com>
13900
13901 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13902 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13903
7e60a48e
DE
139042015-02-10 Doug Evans <xdje42@gmail.com>
13905
13906 * lib/gdb.exp (gdb_load): Always return a result.
13907
01b088bc
PA
139082015-02-10 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.threads/signal-sigtrap.c: New file.
13911 * gdb.threads/signal-sigtrap.exp: New file.
13912
b05ec7a5
AT
139132015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13914
13915 * gdb.trace/no-attach-trace.c: New file.
13916 * gdb.trace/no-attach-trace.exp: New file.
13917
a2c2acaf
MW
139182015-02-09 Mark Wielaard <mjw@redhat.com>
13919
13920 * gdb.dwarf2/atomic.c: New file.
13921 * gdb.dwarf2/atomic-type.exp: Likewise.
13922
31fd9caa
MM
139232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13924
13925 * gdb.btrace/buffer-size.exp: Update "info record" output.
13926 * gdb.btrace/delta.exp: Update "info record" output.
13927 * gdb.btrace/enable.exp: Update "info record" output.
13928 * gdb.btrace/finish.exp: Update "info record" output.
13929 * gdb.btrace/instruction_history.exp: Update "info record" output.
13930 * gdb.btrace/next.exp: Update "info record" output.
13931 * gdb.btrace/nexti.exp: Update "info record" output.
13932 * gdb.btrace/step.exp: Update "info record" output.
13933 * gdb.btrace/stepi.exp: Update "info record" output.
13934 * gdb.btrace/nohist.exp: Update "info record" output.
13935
d33501a5
MM
139362015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/buffer-size: New.
13939
f4abbc16
MM
139402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13941
13942 * gdb.btrace/delta.exp: Update "info record" output.
13943 * gdb.btrace/enable.exp: Update "info record" output.
13944 * gdb.btrace/finish.exp: Update "info record" output.
13945 * gdb.btrace/instruction_history.exp: Update "info record" output.
13946 * gdb.btrace/next.exp: Update "info record" output.
13947 * gdb.btrace/nexti.exp: Update "info record" output.
13948 * gdb.btrace/step.exp: Update "info record" output.
13949 * gdb.btrace/stepi.exp: Update "info record" output.
13950 * gdb.btrace/nohist.exp: Update "info record" output.
13951
b9d61307
SM
139522015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13953
13954 PR gdb/15678
13955 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13956
e584fdbc
PA
139572015-02-06 Pedro Alves <palves@redhat.com>
13958
13959 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13960 macro.
13961 (seconds_left, again): New globals.
13962 (main): Wait seconds_left in a 1-second sleep loop instead of
13963 sleeping 180 seconds. If 'again' is set, reset the seconds
13964 counter.
13965 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13966 'again' in the inferior before detaching. Print the seconds left.
13967 (options): New global.
13968 (top level): Build program with -DTIMEOUT=$timeout.
13969
77f41761
PA
139702015-02-06 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13973 determine how many seconds to pass to 'alarm'.
13974 * gdb.base/gdb-sigterm.exp (top level): Build program with
13975 -DTIMEOUT=$timeout.
13976 (do_test): Return success/failure indication. Add more verbose
13977 logging. Don't fail if 200 single steps are seen. Instead, fail
13978 when the test times out.
13979 (passes): New global.
13980 (top level): Break the testing loop if testing fails on any
13981 iteration. Use gdb_assert.
13982
b9394193
DB
139832015-02-04 Don Breazeal <donb@codesourcery.com>
13984
13985 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13986 and initialize them.
13987 (ipc_cleanup): New function.
13988 (main): Don't declare shmid, semid, and msqid. Add a call to
13989 atexit so that we call ipc_cleanup on exit.
13990
42d9e528
PA
139912015-02-04 Pedro Alves <palves@redhat.com>
13992
13993 * boards/native-extended-gdbserver.exp: Remove any target variant
13994 specifications from the board name before clearing the isremote
13995 flag from board_info.
13996
ae6ae975
DE
139972015-01-31 Doug Evans <xdje42@gmail.com>
13998
13999 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14000
cfb069a8
GB
140012015-01-31 Gary Benson <gbenson@redhat.com>
14002
14003 * gdb.base/completion.exp: Disable completion limiting for
14004 existing tests. Add new tests to check completion limiting.
14005 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14006
5dd31d79
DE
140072015-01-31 Doug Evans <xdje42@gmail.com>
14008
14009 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14010
9f050062
DE
140112015-01-31 Doug Evans <xdje42@gmail.com>
14012
14013 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14014 entries. Duplicate file section script entries.
14015 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14016 inlined entries. Add test for safe-path rejection.
14017 * gdb.python/py-section-script.c: Add duplicate inlined section script
14018 entries. Duplicate file section script entries.
14019 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14020 inlined entries. Add test for safe-path rejection.
14021
df25ebbd
JB
140222015-01-29 Joel Brobecker <brobecker@adacore.com>
14023
14024 * gdb.ada/disc_arr_bound: New testcase.
14025
4a0ca9ec
JB
140262015-01-29 Joel Brobecker <brobecker@adacore.com>
14027
14028 * gdb.ada/mi_var_array: New testcase.
14029
3a8b707a
DE
140302015-01-27 Doug Evans <dje@google.com>
14031
14032 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14033 Add test for objfile.filename, objfile.username after objfile
14034 has been unloaded.
14035
f8313f6e
JB
140362015-01-26 Joel Brobecker <brobecker@adacore.com>
14037
14038 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14039 the second test to print the name attribute of value
14040 returned by the call to gdb.lookup_type, and adjust
14041 the expected output accordingly.
14042
37bc665e
MW
140432015-01-25 Mark Wielaard <mjw@redhat.com>
14044
14045 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14046 * gdb.base/disp-step-fork.c: Include unistd.h.
14047 * gdb.base/siginfo-obj.c: Include stdio.h.
14048 * gdb.base/siginfo-thread.c: Likewise.
14049 * gdb.mi/non-stop.c: Include unistd.h.
14050 * gdb.mi/nsthrexec.c: Include stdio.h.
14051 * gdb.mi/pthreads.c: Include unistd.h.
14052 * gdb.modula2/unbounded1.c (main): Declare returns int.
14053 * gdb.reverse/consecutive-reverse.c: Likewise.
14054 * gdb.threads/create-fail.c: Include unistd.h.
14055 * gdb.threads/killed.c: Likewise.
14056 * gdb.threads/linux-dp.c: Likewise.
14057 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14058 * gdb.threads/non-ldr-exc-2.c: Likewise.
14059 * gdb.threads/non-ldr-exc-3.c: Likewise.
14060 * gdb.threads/non-ldr-exc-4.c: Likewise.
14061 * gdb.threads/pthreads.c: Include unistd.h.
14062 (main): Declare returns int.
14063 * gdb.threads/tls-main.c (foo): New declaration.
14064 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14065
f7e5394d
SM
140662015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14067
14068 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14069 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14070
743649fd
MW
140712015-01-15 Mark Wielaard <mjw@redhat.com>
14072
14073 * gdb.base/noreturn-return.c: New file.
14074 * gdb.base/noreturn-return.exp: New file.
14075 * gdb.base/noreturn-finish.c: New file.
14076 * gdb.base/noreturn-finish.exp: New file.
14077
198297aa
PA
140782015-01-23 Pedro Alves <palves@redhat.com>
14079
14080 * gdb.threads/continue-pending-after-query.c: New file.
14081 * gdb.threads/continue-pending-after-query.exp: New file.
14082
717cf30c
AG
140832015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14084 Simon Marchi <simon.marchi@ericsson.com>
14085
14086 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14087 * gdb.base/valgrind-db-attach.exp: Same.
14088 * gdb.base/valgrind-infcall.exp: Same.
14089 * lib/mi-support.exp (default_mi_gdb_start): Same.
14090 * lib/prompt.exp (default_prompt_gdb_start): Same.
14091 * lib/gdb.exp (default_gdb_spawn): Same.
14092 (gdb_interact): New.
14093
14094
4b62a76e
JK
140952015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.compile/compile.exp (pointer to jit function): New test.
14098
b4cdae6f
WW
140992015-01-17 Wei-cheng Wang <cole945@gmail.com>
14100
14101 * lib/gdb.exp (supports_process_record): Return true for
14102 powerpc*-*-linux*.
14103 (supports_reverse): Likewise.
14104
d221e7ef
DB
141052015-01-15 Don Breazeal <donb@codesourcery.com>
14106
14107 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14108 instead of checking whether the target board is remote and
14109 use spawn_wait_for_attach instead of exec/sleep.
14110 * gdb.base/attach-twice.exp: Likewise.
14111
bafffb51
JB
141122015-01-15 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.ada/var_arr_attrs: New testcase.
14115
5589af0e
PA
141162015-01-14 Pedro Alves <palves@redhat.com>
14117 Joel Brobecker <brobecker@adacore.com>
14118
14119 PR gdb/17525
14120 * gdb.base/bp-cmds-execution-x-script.c: New file.
14121 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14122 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14123
6c400b59
PA
141242015-01-14 Pedro Alves <palves@redhat.com>
14125
14126 PR cli/17828
14127 * gdb.base/batch-preserve-term-settings.c: New file.
14128 * gdb.base/batch-preserve-term-settings.exp: New file.
14129
e02c96a7
DE
141302015-01-13 Doug Evans <dje@google.com>
14131
14132 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14133 binary.
14134
576fd14c
JB
141352015-01-13 Joel Brobecker <brobecker@adacore.com>
14136
14137 * Makefile.in (clean mostlyclean): Do not delete *.py.
14138
04dccad0
JB
141392015-01-13 Joel Brobecker <brobecker@adacore.com>
14140
14141 * gdb.python/py-lookup-type.exp: New file.
14142
3d230f71
PA
141432015-01-12 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14146 restore GDBFLAGS before returning.
14147
7e67715d
JK
141482015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14151 is_amd64_regs_target and is_x86_like_target.
14152
f2e0d4b4
DE
141532015-01-11 Doug Evans <xdje42@gmail.com>
14154
14155 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14156 is given without an explicit form.
14157 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14158 attributes.
14159 * gdb.dwarf/corrupt.exp: Ditto.
14160 * gdb.dwarf2/enum-type.exp: Ditto.
14161 * gdb.trace/entry-values.exp: Ditto.
14162 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14163
439250fb
DE
141642015-01-11 Doug Evans <xdje42@gmail.com>
14165
14166 PR gdb/15830
14167 * gdb.base/maint.exp: Remove references to "maint demangle".
14168 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14169 Add tests for explicitly specifying language to demangle.
14170 * gdb.dlang/demangle.exp: Ditto.
14171
ede9f622
PA
141722015-01-09 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.threads/non-stop-fair-events.c: New file.
14175 * gdb.threads/non-stop-fair-events.exp: New file.
14176
a7b796db
PA
141772015-01-09 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14180 the global scope. Set a breakpoint after all threads are started
14181 rather than stepping over two source lines. Expect the prompt.
14182 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14183 global.
14184 (NUM): Now 15.
14185 (main): Use threads_started_barrier to wait for all threads to
14186 start. Main thread no longer calls thread_function. Exit after
14187 180 seconds.
14188 (loop): New function.
14189 (thread_function): Wait on threads_started_barrier barrier. Call
14190 'loop' at each iteration.
14191 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14192 threads have started, instead of hardcoding number of "next"
14193 steps. Use an access watchpoint instead of a write watchpoint.
14194
9665ffdd
PA
141952015-01-09 Pedro Alves <palves@redhat.com>
14196
14197 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14198 (thread_func): Wait on barrier.
14199 (main): Wait for all threads to start before stopping GDB.
14200 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14201 global.
14202 (thread1_func, thread2_func): Wait on barrier.
14203 (main): Wait for all threads to start before stopping GDB.
14204 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14205 New global.
14206 (thread1_func, thread2_func): Wait on barrier.
14207 (main): Wait for all threads to start before stopping GDB.
14208
c945a99f
PA
142092015-01-09 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.threads/attach-many-short-lived-threads.c: New file.
14212 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14213
c1a747c1
PA
142142014-01-09 Pedro Alves <palves@redhat.com>
14215
14216 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14217 instead of to thread 2.
14218 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14219 Add barrier around each pthread_create call instead of around all
14220 calls.
14221 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14222 Set a break on thread_function and have the child threads hit it
14223 one at at a time.
14224
60b3033e
PA
142252015-01-09 Pedro Alves <palves@redhat.com>
14226
14227 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14228 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14229 false.
14230 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14231 checking whether the target board is remote.
14232 * gdb.multi/multi-attach.exp: Likewise.
14233 * gdb.python/py-sync-interp.exp: Likewise.
14234 * gdb.server/ext-attach.exp: Likewise.
14235 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14236 tests that need to attach, instead of checking whether the target
14237 board is remote at the top of the file.
14238
acc018ac
YQ
142392015-01-08 Yao Qi <yao@codesourcery.com>
14240
14241 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14242
50a18af8
JK
142432015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14244
14245 Fix testcase compilation.
14246 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14247
8503d6e1
JB
142482015-01-06 Joel Brobecker <brobecker@adacore.com>
14249
14250 * gdb.python/py-type.exp: Add a couple test about empty
14251 array creation, and negative-length array creation.
14252
cc73dbcc
DE
142532015-01-02 Doug Evans <xdje42@gmail.com>
14254
14255 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14256
0300bbc7
DE
142572015-01-02 Doug Evans <dje@google.com>
14258
14259 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14260
9d85a0ec
YQ
142612014-12-29 Yao Qi <yao@codesourcery.com>
14262
14263 * gdb.trace/entry-values.exp: Update comments. Rename variable
14264 bar_call_foo to returned_from_foo.
14265
87186c6a
MMN
142662014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14267
14268 PR gdb/17394
14269 * gdb.linespec/break-asm-file.c: New file.
14270 * gdb.linespec/break-asm-file.exp: New file.
14271 * gdb.linespec/break-asm-file0.s: New file.
14272 * gdb.linespec/break-asm-file1.s: New file.
14273
1bab7383
YQ
142742014-12-18 Nigel Stephens <nigel@mips.com>
14275 Maciej W. Rozycki <macro@codesourcery.com>
14276
14277 * gdb.base/float.exp: Handle the new output from "info float" on
14278 MIPS targets.
14279
1bc1068a
JK
142802014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14281
14282 Fix MinGW compilation.
14283 * gdb.compile/compile-ops.exp: Update untested message if
14284 !skip_compile_feature_tests.
14285 * gdb.compile/compile-setjmp.exp: Likewise.
14286 * gdb.compile/compile-tls.exp: Likewise.
14287 * gdb.compile/compile.exp: Likewise.
14288 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14289 supported on this host".
14290
b6615d10
DE
142912014-12-16 Doug Evans <xdje42@gmail.com>
14292
14293 * boards/stabs.exp: New file.
14294
25dda427
AA
142952014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14296
14297 * gdb.base/completion.exp: Adjust to format changes of "maint
14298 print user-registers".
14299
bf330350
CU
143002014-12-16 Catalin Udma <catalin.udma@freescale.com>
14301
14302 PR server/17457
14303 * gdb.arch/aarch64-fp.c: New file.
14304 * gdb.arch/aarch64-fp.exp: New file.
14305
395cf596
SDJ
143062014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14307
14308 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14309 r210637, r210913, r211666, r215400, r215817).
14310
14311 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14312 * dg-extract-results.py: New file.
14313 * dg-extract-results.sh: Use it if the environment seems
14314 suitable.
14315
14316 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14317
14318 * dg-extract-results.py (parse_run): Handle warnings that
14319 are printed before a test harness is run.
14320
14321 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14322
14323 * dg-extract-results.py (Named): Remove __cmp__ method.
14324 (output_variation): Use a key to sort variation.harnesses.
14325
14326 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14327
14328 * dg-extract-results.py: For Python 3, force sys.stdout to
14329 handle surrogate escape sequences.
14330 (safe_open): New function.
14331 (output_segment, main): Use it.
14332
14333 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14334
14335 * dg-extract-results.py (Prog.result_re): Include options
14336 in test name.
14337
14338 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14339
14340 * dg-extract-results.py (output_variation): Always sort if
14341 do_sum.
14342
e882ef3c
SM
143432014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14344
14345 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14346 as long as we get pagination notifications.
14347
4992aa20
JM
143482014-12-15 Jason Merrill <jason@redhat.com>
14349
14350 * Makefile.in (check-gdb.%): Restore.
14351 * README: Mention it.
14352
c1b5a1a6
JB
143532014-12-13 Joel Brobecker <brobecker@adacore.com>
14354
14355 * gdb.ada/str_uninit: New testcase.
14356
5537b577
JK
143572014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14358
14359 PR symtab/17642
14360 * gdb.base/vla-stub-define.c: New file.
14361 * gdb.base/vla-stub.c: New file.
14362 * gdb.base/vla-stub.exp: New file.
14363
bb2ec1b3
TT
143642014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14365 Jan Kratochvil <jan.kratochvil@redhat.com>
14366 Tom Tromey <tromey@redhat.com>
14367
14368 * configure.ac: Add gdb.compile/.
14369 * configure: Regenerate.
14370 * gdb.compile/Makefile.in: New file.
14371 * gdb.compile/compile-ops.exp: New file.
14372 * gdb.compile/compile-ops.c: New file.
14373 * gdb.compile/compile-tls.c: New file.
14374 * gdb.compile/compile-tls.exp: New file.
14375 * gdb.compile/compile-constvar.S: New file.
14376 * gdb.compile/compile-constvar.c: New file.
14377 * gdb.compile/compile-mod.c: New file.
14378 * gdb.compile/compile-nodebug.c: New file.
14379 * gdb.compile/compile-setjmp-mod.c: New file.
14380 * gdb.compile/compile-setjmp.c: New file.
14381 * gdb.compile/compile-setjmp.exp: New file.
14382 * gdb.compile/compile-shlib.c: New file.
14383 * gdb.compile/compile.c: New file.
14384 * gdb.compile/compile.exp: New file.
14385 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14386
4ff709eb
TT
143872014-12-12 Tom Tromey <tromey@redhat.com>
14388
14389 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14390 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14391
6dddd6a5
DE
143922014-12-12 Doug Evans <dje@google.com>
14393
14394 * lib/gdb-python.exp (get_python_valueof): New function.
14395 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14396
71c24708
AA
143972014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14398
14399 * gdb.base/completion.exp: Add test for completion of "info
14400 registers ".
14401
3e29f34a
MR
144022014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14403
14404 * gdb.base/func-ptrs.c: New file.
14405 * gdb.base/func-ptrs.exp: New file.
14406
fc126975
SM
144072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14408
14409 PR breakpoints/17012
14410 * gdb.base/dprintf-detach.c: New file.
14411 * gdb.base/dprintf-detach.exp: New file.
14412
0a46d518
SM
144132014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14414
14415 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14416 * lib/gdb.exp (target_is_gdbserver): New procedure.
14417
a0be3e44
DE
144182014-12-08 Doug Evans <dje@google.com>
14419
14420 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14421
df1b803a
YQ
144222014-12-05 Yao Qi <yao@codesourcery.com>
14423
14424 * gdb.guile/scm-error.exp: Remove the third argument to
14425 gdb_remote_download.
14426 * gdb.guile/scm-frame-args.exp: Likewise.
14427 * gdb.guile/scm-section-script.exp: Likewise.
14428
ddb9f679
YQ
144292014-12-05 Yao Qi <yao@codesourcery.com>
14430
14431 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14432
86e4ed39
DE
144332014-12-04 Doug Evans <dje@google.com>
14434
14435 * gdb.python/py-objfile.exp: Add tests for
14436 objfile.add_separate_debug_file.
14437
7c50a931
DE
144382014-12-04 Doug Evans <dje@google.com>
14439
14440 * lib/gdb.exp (get_build_id): New function.
14441 (build_id_debug_filename_get): Rewrite to use it.
14442 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14443
621661e3
MR
144442014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14445
14446 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14447 `method(long)', not just 0x0.
14448 * gdb.cp/nsalias.exp: Align code labels to 4.
14449 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14450 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14451 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14452 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14453 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14454 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14455
29f0c3b7
DE
144562014-12-02 Doug Evans <dje@google.com>
14457
e1e061e7 14458 PR symtab/17602
29f0c3b7 14459 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14460 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14461 * gdb.cp/anon-ns.exp: Update.
14462
162078c8
NB
144632014-12-02 Nick Bull <nicholaspbull@gmail.com>
14464
14465 * gdb.python/py-events.py (inferior_call_handler): New.
14466 (register_changed_handler, memory_changed_handler): New.
14467 (test_events.invoke): Register new handlers.
14468 * gdb.python/py-events.exp: Add tests for inferior call,
14469 memory_changed and register_changed events.
14470
fdb09caf
AA
144712014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14472
14473 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14474 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14475 if the linker doesn't understand this.
14476
55cfb2c4
SM
144772014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14478
14479 * gdb.python/python.exp: Change expected reply to help().
14480
9e8cd6df
YQ
144812014-12-01 Yao Qi <yao@codesourcery.com>
14482
14483 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14484 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14485 * configure: Re-generated.
14486
6c659fc2
SC
144872014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14488
14489 * gdb.cp/chained-calls.cc: New file.
14490 * gdb.cp/chained-calls.exp: New file.
14491 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14492
d7fc3181
SM
144932014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14494
14495 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14496 * gdb.dwarf2/symtab-producer.exp: Same.
14497 * gdb.gdb/python-interrupts.exp: Same.
14498 * gdb.gdb/python-selftest.exp: Same.
14499 * gdb.python/py-linetable.exp: Same.
14500 * gdb.python/py-type.exp: Same.
14501 * gdb.python/py-value-cc.exp: Same.
14502 * gdb.python/py-value.exp: Same.
14503
10e79639
YQ
145042014-11-28 Yao Qi <yao@codesourcery.com>
14505
14506 * gdb.base/break-probes.exp: Match library name prefixed with
14507 sysroot.
14508
f28a0564
SM
145092014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14510
14511 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14512 test expected output. Add parentheses for the call to print.
14513 Remove L suffix from integers.
14514
3fe1ce1d
DE
145152014-11-26 Doug Evans <dje@google.com>
14516
14517 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14518
84429e27
YQ
145192014-11-22 Yao Qi <yao@codesourcery.com>
14520
14521 * gdb.trace/entry-values.c: Remove asms.
14522 (foo): Add foo_label.
14523 (bar): Add bar_label.
14524 * gdb.trace/entry-values.exp: Remove code computing foo's
14525 length and bar's length.
14526 (Dwarf::assemble): Invoke function_range for bar and use
14527 MACRO_AT_func for foo.
14528
26741859
YQ
145292014-11-22 Yao Qi <yao@codesourcery.com>
14530
14531 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14532 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14533 Use .Lgcc43_procstart instead of gcc43.
14534
45e44d27
JB
145352014-11-21 Joel Brobecker <brobecker@adacore.com>
14536
14537 * gdb.ada/n_arr_bound: New testcase.
14538
458c8db8
SDJ
145392014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14540
14541 PR breakpoints/10737
14542 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14543 test_catch_syscall_multi_arch.
14544 (test_catch_syscall_multi_arch): New function.
14545
43f3e411
DE
145462014-11-20 Doug Evans <xdje42@gmail.com>
14547
14548 * gdb.base/maint.exp: Update expected output.
14549
0d7b2549
AA
145502014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14551
14552 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14553 4-byte instruction on S390.
14554
8908fca5
JB
145552014-11-19 Joel Brobecker <brobecker@adacore.com>
14556
14557 * gdb.ada/arr_arr: New testcase.
14558
4a46959e
JB
145592014-11-19 Joel Brobecker <brobecker@adacore.com>
14560
14561 * gdb.ada/pkd_arr_elem: New Testcase.
14562
470e2f4e
LM
145632014-11-18 Luis Machado <lgustavo@codesourcery.com>
14564
14565 * gdb.reverse/break-precsave: Expect completion message for
14566 core file reads.
14567 * gdb.reverse/consecutive-precsave.exp: Likewise.
14568 * gdb.reverse/finish-precsave.exp: Likewise.
14569 * gdb.reverse/i386-precsave.exp: Likewise.
14570 * gdb.reverse/machinestate-precsave.exp: Likewise.
14571 * gdb.reverse/sigall-precsave.exp: Likewise.
14572 * gdb.reverse/solib-precsave.exp: Likewise.
14573 * gdb.reverse/step-precsave.exp: Likewise.
14574 * gdb.reverse/until-precsave.exp: Likewise.
14575 * gdb.reverse/watch-precsave.exp: Likewise.
14576
a267f3ad
AA
145772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14578
14579 * gdb.base/bp-permanent.c: Include unistd.h.
14580 * gdb.python/py-framefilter-mi.c (main): Add return type.
14581 * gdb.python/py-framefilter.c (main): Likewise.
14582 * gdb.trace/actions-changed.c (main): Likewise.
14583
12084a9a
AA
145842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14585
14586 * gdb.mi/until.c: Add eye-catchers.
14587 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14588 line numbers.
14589
dc7e1a77
AA
145902014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14591
14592 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14593 function header variants in break1.c.
14594 * gdb.base/ena-dis-br.exp: Likewise.
14595 * gdb.base/hbreak2.exp: Likewise.
14596 * gdb.reverse/until-precsave.exp: Drop references to removed
14597 non-prototype function header variants in ur1.c.
14598 * gdb.reverse/until-reverse.exp: Likewise.
14599
41c77605
PM
146002014-11-17 Petr Machata <pmachata@redhat.com>
14601
14602 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14603 ${_cu_offset_size} bytes abbrev offset.
14604
34248c3a
DE
146052014-11-15 Doug Evans <xdje42@gmail.com>
14606
14607 PR symtab/17559
14608 * gdb.base/line-symtabs.exp: New file.
14609 * gdb.base/line-symtabs.c: New file.
14610 * gdb.base/line-symtabs.h: New file.
14611
646da059
YQ
146122014-11-14 Yao Qi <yao@codesourcery.com>
14613
14614 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14615 (func): Add label func_label.
14616 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14617 Replace low_pc and high_pc with MACRO_AT_range.
14618 Replace name, low_pc and high_pc with MACRO_AT_func.
14619
9301ebe6
YQ
146202014-11-14 Yao Qi <yao@codesourcery.com>
14621
14622 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14623 Replace name, low_pc and high_pc with MACRO_AT_func.
14624
f166b542
YQ
146252014-11-14 Yao Qi <yao@codesourcery.com>
14626
14627 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14628 produce debug information.
14629 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14630
0f6e71e3
YQ
146312014-11-14 Yao Qi <yao@codesourcery.com>
14632
14633 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14634 object and get function length.
14635 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14636 with MACRO_AT_func.
14637 (top-level): Replace gdb_compile and clean_restart with
14638 prepare_for_testing.
14639 * gdb.dwarf2/main.c (main): Add label main_label.
14640
876c4df9
YQ
146412014-11-14 Yao Qi <yao@codesourcery.com>
14642
14643 * lib/dwarf.exp (function_range): New procedure.
14644 (Dwarf::_handle_macro_at_func): New procedure.
14645 (Dwarf::_handle_macro_at_range): New procedure.
14646 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14647
02ad9cf1
YQ
146482014-11-14 Yao Qi <yao@codesourcery.com>
14649
14650 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14651 (_handle_attribute): New procedure.
14652
a59add0c
AA
146532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14654
14655 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14656 * gdb.base/call-sc.c (zed): Likewise.
14657 * gdb.base/checkpoint.c (main): Likewise.
14658 * gdb.base/dump.c (main): Likewise.
14659 * gdb.base/gcore.c (main): Likewise.
14660 * gdb.base/huge.c (main): Likewise.
14661 * gdb.base/multi-forks.c (main): Likewise.
14662 * gdb.base/pr10179-a.c (main): Likewise.
14663 * gdb.base/savedregs.c (main): Likewise.
14664 * gdb.base/sigaltstack.c (main): Likewise.
14665 * gdb.base/siginfo.c (main): Likewise.
14666 * gdb.base/structs.c (zed): Likewise.
14667 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14668 * gdb.mi/mi-syn-frame.c (main): Likewise.
14669 * gdb.mi/until.c (foo, main): Likewise.
14670 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14671 * gdb.base/solib-weak.c (foo): Declare.
14672 * gdb.base/attach-twice.c: Include stdio.h.
14673 * gdb.base/weaklib1.c: Likewise.
14674 * gdb.base/weaklib2.c: Likewise.
14675 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14676 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14677 unistd.h.
14678 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14679 * gdb.mi/mi-exit-code.c: Likewise.
14680 * gdb.base/break-interp-lib.c: Include string.h.
14681 * gdb.base/coremaker.c: Likewise.
14682 * gdb.base/testenv.c: Likewise.
14683 * gdb.python/py-finish-breakpoint.c: Likewise.
14684 * gdb.base/inferior-died.c: Include sys/wait.h.
14685 * gdb.base/fileio.c: Include time.h.
14686 * gdb.base/async-shell.c: Include unistd.h.
14687 * gdb.base/dprintf-non-stop.c: Likewise.
14688 * gdb.base/info-os.c: Likewise.
14689 * gdb.mi/mi-console.c: Likewise.
14690 * gdb.mi/watch-nonstop.c: Likewise.
14691 * gdb.python/py-events.c: Likewise.
14692 * gdb.base/async.c (baz): Move up before its invocation.
14693 * gdb.base/code_elim2.c (my_global_func): Likewise.
14694 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14695 * gdb.base/advance.c (func2): Likewise.
14696
3b5d5997
AA
146972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14698
14699 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14700 variant.
14701 * gdb.base/annota3.c: Likewise.
14702 * gdb.base/async.c: Likewise.
14703 * gdb.base/average.c: Likewise.
14704 * gdb.base/call-ar-st.c: Likewise.
14705 * gdb.base/call-rt-st.c: Likewise.
14706 * gdb.base/call-sc.c: Likewise.
14707 * gdb.base/call-strs.c: Likewise.
14708 * gdb.base/ending-run.c: Likewise.
14709 * gdb.base/execd-prog.c: Likewise.
14710 * gdb.base/exprs.c: Likewise.
14711 * gdb.base/foll-exec.c: Likewise.
14712 * gdb.base/foll-fork.c: Likewise.
14713 * gdb.base/foll-vfork.c: Likewise.
14714 * gdb.base/funcargs.c: Likewise.
14715 * gdb.base/gcore.c: Likewise.
14716 * gdb.base/jump.c: Likewise.
14717 * gdb.base/langs0.c: Likewise.
14718 * gdb.base/langs1.c: Likewise.
14719 * gdb.base/langs2.c: Likewise.
14720 * gdb.base/mips_pro.c: Likewise.
14721 * gdb.base/nodebug.c: Likewise.
14722 * gdb.base/opaque0.c: Likewise.
14723 * gdb.base/opaque1.c: Likewise.
14724 * gdb.base/recurse.c: Likewise.
14725 * gdb.base/run.c: Likewise.
14726 * gdb.base/scope0.c: Likewise.
14727 * gdb.base/scope1.c: Likewise.
14728 * gdb.base/setshow.c: Likewise.
14729 * gdb.base/setvar.c: Likewise.
14730 * gdb.base/shmain.c: Likewise.
14731 * gdb.base/shr1.c: Likewise.
14732 * gdb.base/shr2.c: Likewise.
14733 * gdb.base/sigall.c: Likewise.
14734 * gdb.base/signals.c: Likewise.
14735 * gdb.base/so-indr-cl.c: Likewise.
14736 * gdb.base/solib2.c: Likewise.
14737 * gdb.base/structs.c: Likewise.
14738 * gdb.base/sum.c: Likewise.
14739 * gdb.base/vforked-prog.c: Likewise.
14740 * gdb.base/watchpoint.c: Likewise.
14741 * gdb.reverse/shr2.c: Likewise.
14742 * gdb.reverse/until-reverse.c: Likewise.
14743 * gdb.reverse/ur1.c: Likewise.
14744 * gdb.reverse/watch-reverse.c: Likewise.
14745
066a77c5
AA
147462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14747
14748 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14749 variant.
14750 * gdb.base/sepdebug.exp: Drop references to removed code.
14751
4f204ea5
AA
147522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14755 variant. Preserve original line numbering.
14756 * gdb.base/list1.c: Likewise.
14757
3b377a3a
AA
147582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14759
14760 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14761 variant.
14762 * gdb.base/break1.c: Likewise.
14763 * gdb.base/break.exp: Drop references to removed code.
14764
e444df73
AA
147652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14766
14767 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14768 variant.
14769
8008f2a7
AA
147702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14771
14772 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14773
a5a06887
AA
147742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14775
14776 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14777 logic into perform_all_tests() and invoke it with and without
14778 function header prototypes.
14779 (do_function_calls): Remove conditional XFAIL for PR 5318.
14780 (rerun_and_prepare): Remove duplicate code.
14781 (perform_all_tests): New. Main logic moved here.
14782
44dba9b9
AA
147832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14784
14785 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14786 code guarded by #ifdef NO_PROTOTYPES.
14787 (t_double_many_args): Likewise.
14788 (DEF_FUNC_MANY_ARGS_1): Likewise.
14789 (DEF_FUNC_VALUES_1): Likewise.
14790 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14791 guarded by #ifdef PROTOTYPES.
14792
d1fbcd56
AA
147932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14794
14795 * gdb.mi/mi-console.c: Add eye-catcher.
14796 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14797 instead of literal line number.
14798
b0e59b8f
AA
147992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.base/shr2.c: Add eye-catcher.
14802 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14803 line number.
14804
78f98cca
AA
148052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14806
14807 * gdb.base/jump.c: Add eye-catchers.
14808 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14809 numbers.
14810
58fa2af0
AA
148112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14812
14813 * gdb.base/execd-prog.c: Add eye-catchers.
14814 * gdb.base/foll-exec.c: Likewise.
14815 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14816 line numbers.
14817
04e5059b
AA
148182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14819
14820 * gdb.base/ending-run.c: Add eye-catchers.
14821 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14822 literal line numbers.
14823
dbfdb174
AA
148242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.base/call-rt-st.c: Add eye-catchers.
14827 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14828 literal line numbers.
14829
888a2ade
AA
148302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14831
14832 * gdb.base/call-ar-st.c: Add eye-catchers.
14833 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14834 literal line numbers.
14835
6acc2dde
AA
148362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14837
14838 * gdb.base/average.c: Add eye-catchers.
14839 * gdb.base/sum.c: Likewise.
14840 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14841 regexps dynamically.
14842
9ecfcd1d
AA
148432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14844
14845 * gdb.base/solib1.c: Add eye-catchers.
14846 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14847 literal line numbers.
14848
78708b7c
PA
148492014-11-12 Pedro Alves <palves@redhat.com>
14850
14851 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14852 leader has exited.
14853
af48d08f
PA
148542014-11-12 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.arch/i386-bp_permanent.c: New file.
14857 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14858 (srcfile): Set to i386-bp_permanent.c.
14859 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14860 that stepi does not execute the 'leave' instruction, instead of
14861 testing it does execute.
14862 * gdb.base/bp-permanent.c: New file.
14863 * gdb.base/bp-permanent.exp: New file.
14864
af3768e9
DE
148652014-11-10 Doug Evans <xdje42@gmail.com>
14866
14867 PR symtab/17564
14868 * gdb.base/symtab-search-order.exp: New file.
14869 * gdb.base/symtab-search-order.c: New file.
14870 * gdb.base/symtab-search-order-1.c: New file.
14871 * gdb.base/symtab-search-order-shlib-1.c: New file.
14872
9de00a4a
PA
148732014-11-07 Pedro Alves <palves@redhat.com>
14874
14875 PR gdb/17511
14876 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14877 i?86-*-linux*.
14878
e0f52461
SC
148792014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14880
14881 PR c++/17494
14882 * gdb.cp/pr17494.cc: New file.
14883 * gdb.cp/pr17494.exp: New file.
14884
6ce8c980
YQ
148852014-11-02 Yao Qi <yao@codesourcery.com>
14886
14887 * gdb.python/python.exp: Get working directory and match the
14888 output of "set extended-prompt \\w " with it.
14889
02be9a71
DE
148902014-10-30 Doug Evans <dje@google.com>
14891
14892 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14893 in objfiles.
14894 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14895 in progspaces.
14896
3bdff46b
LM
148972014-10-30 Janis Johnson <janisjo@codesourcery.com>
14898
14899 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14900 * gdb.base/realname-expand.exp: Likewise.
14901 * gdb.linespec/macro-relative.exp: Likewise.
14902
ab917dfb
PA
149032014-10-29 Pedro Alves <palves@redhat.com>
14904
14905 PR gdb/17408
14906 * gdb.threads/schedlock.c (some_function): New function.
14907 (call_function): New global.
14908 (MAYBE_CALL_SOME_FUNCTION): New macro.
14909 (thread_function): Call it.
14910 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14911 and use it instead of a global counter. Adjust all callers.
14912 (get_current_thread): Use "find current thread" for test message
14913 here rather than having all callers pass down the same string.
14914 (goto_loop): New procedure, factored out from ...
14915 (my_continue): ... this.
14916 (step_ten_loops): Change parameter from test message to command to
14917 use. Adjust.
14918 (list_count): Delete global.
14919 (check_result): New procedure, factored out from duplicate top
14920 level code.
14921 (continue tests): Wrap in with_test_prefix.
14922 (test_step): New procedure, factored out from duplicate top level
14923 code.
14924 (top level): Test "step" in combination with all scheduler-locking
14925 modes. Test "next" in combination with all scheduler-locking
14926 modes, and in combination with stepping over a function call or
14927 not.
14928 * gdb.threads/next-bp-other-thread.c: New file.
14929 * gdb.threads/next-bp-other-thread.exp: New file.
14930
d3d4baed
PA
149312014-10-29 Pedro Alves <palves@redhat.com>
14932
14933 PR python/17372
14934 * gdb.python/python.exp: Test a multi-line command that spawns
14935 interactive Python.
14936 * gdb.base/multi-line-starts-subshell.exp: New file.
14937
563e8d85
YQ
149382014-10-29 Yao Qi <yao@codesourcery.com>
14939
14940 * gdb.base/fileio.exp: Make directories on host.
14941
0ea4d52e
YQ
149422014-10-29 Yao Qi <yao@codesourcery.com>
14943
14944 * gdb.base/fileio.c (test_write): Close the file.
14945
7f5ef605
PA
149462014-10-28 Pedro Alves <palves@redhat.com>
14947
14948 PR gdb/12623
14949 * gdb.base/sigstep.c (no_handler): New global.
14950 (main): If 'no_handler is true, set the signal handlers to
14951 SIG_IGN.
14952 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14953 with_sw_watch and no_handler parameters. Handle them.
14954 (top level) <stepping over handler when stopped at a breakpoint
14955 test>: Add a test axis for testing with a software watchpoint, and
14956 another for testing with the signal handler set to SIG_IGN.
14957 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14958 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14959
abbdbd03
PA
149602014-10-28 Pedro Alves <palves@redhat.com>
14961
14962 PR gdb/17511
14963 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14964 * gdb.base/sigstep.exp (other_handler_location): New global.
14965 (advance): Support stepping into the signal handler, and running
14966 commands while in the handler.
14967 (in_handler_map): New global.
14968 (top level): In the advance test, add combinations for getting
14969 into the handler with stepping commands, and for running commands
14970 in the handler. Add comment descripting the advancei tests.
14971
1df4399f
PA
149722014-10-28 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.base/sigstep.exp: Use build_executable instead of
14975 prepare_for_testing.
14976 (top level): Move code that starts GDB, runs to main and creates a
14977 display to ...
14978 (restart): ... this new procedure.
14979 (top level): Move backtrace from signal handler test to ...
14980 (validate_backtrace): ... this new procedure.
14981 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14982 with_test_prefix. Always restart GDB.
14983 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14984 with_test_prefix. Always restart GDB. No need to delete
14985 breakpoints after the test.
14986 (test_skip_handler): Remove prefix parameter.
14987 (skip_over_handler, breakpoint_to_handler)
14988 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14989 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14990 restart GDB. No need to delete breakpoints after the test.
14991 (top level): Use foreach to call the test procedures with
14992 different commands.
14993
a5b6e449
PA
149942014-10-28 Pedro Alves <palves@redhat.com>
14995
14996 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14997 instead of GNATS numbers.
14998 * gdb.base/sigbpt.exp: Likewise.
14999 * gdb.base/siginfo.exp: Likewise.
15000 * gdb.base/sigstep.exp: Likewise.
15001
e5f8a7cc
PA
150022014-10-27 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.base/sigstep.c (dummy): New global.
15005 (main): Issue a couple writes to the new global.
15006 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15007 procedures.
15008 (skip_over_handler): Use test_skip_handler.
15009 (top level): Call skip_over_handler for stepi and nexti too.
15010 (breakpoint_over_handler): Use test_skip_handler.
15011 (top level): Call breakpoint_over_handler for stepi and nexti too.
15012
763905a3
YQ
150132014-10-27 Yao Qi <yao@codesourcery.com>
15014
15015 * gdb.trace/tfile.c (adjust_function_address)
15016 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15017 function descriptor.
15018
6f259a23
DB
150192014-10-24 Don Breazeal <donb@codesourcery.com>
15020
15021 * gdb.base/foll-fork.exp (test_follow_fork,
15022 catch_fork_child_follow): Check for updated fork messages emitted
15023 from infrun.c.
15024 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15025 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15026 vfork_and_exec_child_follow_through_step): Check for updated vfork
15027 messages emitted from infrun.c.
15028
09dd9a69
PA
150292014-10-24 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/corefile.exp: Remove references to ultrix.
15032 * gdb.base/interrupt.exp: Likewise.
15033 * gdb.base/whatis.exp: Likewise.
15034 * gdb.gdb/selftest.exp: Likewise.
15035 * gdb.threads/manythreads.exp: Likewise.
15036 * gdb.threads/print-threads.exp: Likewise.
15037 * gdb.threads/pthreads.exp:: Likewise.
15038 * gdb.threads/schedlock.exp: Likewise.
15039
3433cfa5
SC
150402014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15041
15042 * gdb.cp/non-trivial-retval.cc: Add a test case.
15043 * gdb.cp/non-trivial-retval.exp: Add a test.
15044
092f880b
YQ
150452014-10-20 Yao Qi <yao@codesourcery.com>
15046
15047 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15048 * gdb.python/py-objfile-script-gdb.py: New file.
15049 * gdb.python/py-objfile-script.exp: Update reference to
15050 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15051 of remote_download. Remove the dest file.
15052
acbdb7f3
YQ
150532014-10-20 Yao Qi <yao@codesourcery.com>
15054
15055 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15056 * gdb.base/step-line.exp: Likewise.
15057 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15058 * gdb.dwarf2/dw2-basic.exp: Likewise.
15059 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15060 * gdb.dwarf2/dw2-filename.exp: Likewise.
15061 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15062 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15063 * gdb.dwarf2/dw2-producer.exp: Likewise.
15064 * gdb.dwarf2/mac-fileno.exp: Likewise.
15065 * gdb.python/py-frame-args.exp: Likewise.
15066 * gdb.python/py-framefilter.exp: Likewise.
15067 * gdb.python/py-mi.exp: Likewise.
15068 * gdb.python/py-objfile-script.exp: Likewise
15069 * gdb.python/py-pp-integral.exp: Likewise.
15070 * gdb.python/py-pp-re-notag.exp: Likewise.
15071 * gdb.python/py-prettyprint.exp: Likewise.
15072 * gdb.python/py-section-script.exp: Likewise.
15073 * gdb.python/py-typeprint.exp: Likewise.
15074 * gdb.python/py-xmethods.exp: Likewise.
15075 * gdb.stabs/weird.exp: Likewise.
15076 * gdb.xml/tdesc-regs.exp: Likewise.
15077
bd286a29
KCY
150782014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15079
15080 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15081 (out_cu): Use addr_len for the size of addresses.
15082 (out_line): Likewise. Size DW_LNE_set_address instruction
15083 according to addr_len.
15084 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15085 (FUNC): Add START_INSNS to definition.
15086
673dc4a0
YQ
150872014-10-18 Yao Qi <yao@codesourcery.com>
15088
15089 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15090 gdb_has_argv0 return true.
15091 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15092 check [target_info exists noargs], check [gdb_has_argv0]
15093 instead.
15094 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15095 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15096 procedures.
15097
4ffbba72
DE
150982014-10-17 Doug Evans <dje@google.com>
15099
15100 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15101 event.
15102 * gdb.python/py-events.py: Add clear_objfiles event.
15103
d096d8c1
DE
151042014-10-17 Doug Evans <dje@google.com>
15105
15106 * gdb.python/py-objfile.exp: Test progspace attribute.
15107
a80db015
LM
151082014-10-17 Luis Machado <lgustavo@codesourcery.com>
15109
15110 * gdb.guile/scm-breakpoint.exp: Do not assume any
15111 directory separators when matching source file paths.
15112 * gdb.python/py-breakpoint.exp: Likewise.
15113 * gdb.reverse/break-precsave.exp: Likewise.
15114 * gdb.reverse/break-reverse.exp: Likewise.
15115 * gdb.reverse/consecutive-precsave.exp: Likewise.
15116 * gdb.reverse/finish-precsave.exp: Likewise.
15117 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15118 * gdb.reverse/finish-reverse.exp: Likewise.
15119 * gdb.reverse/i386-precsave.exp: Likewise.
15120 * gdb.reverse/i387-env-reverse.exp: Likewise.
15121 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15122 * gdb.reverse/machinestate-precsave.exp: Likewise.
15123 * gdb.reverse/machinestate.exp: Likewise.
15124 * gdb.reverse/sigall-precsave.exp: Likewise.
15125 * gdb.reverse/solib-precsave.exp: Likewise.
15126 * gdb.reverse/step-precsave.exp: Likewise.
15127 * gdb.reverse/until-precsave.exp: Likewise.
15128 * gdb.reverse/watch-precsave.exp: Likewise.
15129 * gdb.reverse/watch-reverse.exp: Likewise.
15130
b22089ab
YQ
151312014-10-17 Yao Qi <yao@codesourcery.com>
15132
15133 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15134 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15135
6c4486e6
PA
151362014-10-17 Pedro Alves <palves@redhat.com>
15137
15138 PR gdb/17471
15139 * gdb.base/bg-execution-repeat.c: New file.
15140 * gdb.base/bg-execution-repeat.exp: New file.
15141
0ff33695
PA
151422014-10-17 Pedro Alves <palves@redhat.com>
15143
15144 PR gdb/17300
15145 * gdb.base/continue-all-already-running.c: New file.
15146 * gdb.base/continue-all-already-running.exp: New file.
15147
6fdebc3d
PA
151482014-10-17 Pedro Alves <palves@redhat.com>
15149
15150 PR gdb/17472
15151 * gdb.base/annota-input-while-running.c: New file.
15152 * gdb.base/annota-input-while-running.exp: New file.
15153
32a8097b
PA
151542014-10-17 Pedro Alves <palves@redhat.com>
15155
15156 * gdb.base/callfuncs.exp: emove references to osf.
15157 * gdb.base/sigall.exp: Likewise.
15158 * gdb.gdb/selftest.exp: Likewise.
15159 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15160 * gdb.mi/non-stop.c: Likewise.
15161 * gdb.mi/pthreads.c: Likewise.
15162 * gdb.reverse/sigall-precsave.exp: Likewise.
15163 * gdb.reverse/sigall-reverse.exp: Likewise.
15164 * gdb.threads/pthreads.c: Likewise.
15165 * gdb.threads/pthreads.exp: Likewise.
15166
7a3517ff
YQ
151672014-10-17 Yao Qi <yao@codesourcery.com>
15168
15169 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15170 check 'target_info exists noargs'.
15171 (test_command_prompt_position): Likewise.
15172 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15173 Remove "set args".
15174 (progvar_simple_while_test): Likewise.
15175 (progvar_complex_if_while_test): Likewise.
15176 (if_while_breakpoint_command_test): Likewise.
15177 (infrun_breakpoint_command_test): Likewise.
15178 (breakpoint_command_test): Likewise.
15179 (watchpoint_command_test): Likewise.
15180 (bp_deleted_in_command_test): Likewise.
15181 (temporary_breakpoint_commands): Likewise.
15182
bb99c472
YQ
151832014-10-16 Yao Qi <yao@codesourcery.com>
15184
15185 * gdb.base/remotetimeout.exp: Remove noargs checking.
15186
7c16b83e
PA
151872014-10-15 Pedro Alves <palves@redhat.com>
15188
15189 PR breakpoints/9649
15190 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15191 * gdb.base/breakpoint-in-ro-region.exp
15192 (probe_target_hardware_step): New procedure.
15193 (top level): Probe hardware stepping and hardware breakpoint
15194 support. Test stepping through a read-only region, with both
15195 "breakpoint auto-hw" on and off and both "always-inserted" on and
15196 off.
15197
35a49624
IB
151982014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15199
15200 * gdb.dlang/demangle.exp: Update for demangling changes.
15201
2d1c107c
SC
152022014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15203
15204 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15205 * gdb.cp/non-trivial-retval.exp: Add new tests.
15206
778811d5
SC
152072014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15208
15209 PR c++/13403
15210 PR c++/15154
15211 * gdb.cp/non-trivial-retval.cc: New file.
15212 * gdb.cp/non-trivial-retval.exp: New file.
15213
10c5f0a8
YQ
152142014-10-15 Yao Qi <yao@codesourcery.com>
15215
15216 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15217 remote host.
15218
65d7b369
YQ
152192014-10-15 Yao Qi <yao@codesourcery.com>
15220
15221 * gdb.python/py-symbol.exp: Match file base name if host is
15222 remote, otherwise match file name with dir name.
15223 * gdb.python/py-symtab.exp: Likewise.
15224 * gdb.python/python.exp: Likewise.
15225
46dc1394
YQ
152262014-10-15 Yao Qi <yao@codesourcery.com>
15227
15228 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15229 pattern.
15230 * gdb.python/py-symtab.exp: Likewise.
15231 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15232 locationn.
15233
c40cc657
JB
152342014-10-14 Joel Brobecker <brobecker@adacore.com>
15235
15236 * gdb.ada/addr_arith: New testcase.
15237
2abf49e1
MR
152382014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15239
15240 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15241 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15242 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15243 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15244
f7088df3
SDJ
152452014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15246
15247 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15248 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15249 * gdb.arch/stap-eval-lang-ada.exp: New file.
15250
4dc06805
YQ
152512014-10-14 Yao Qi <yao@codesourcery.com>
15252
15253 * gdb.mi/mi-var-child.c (nothing1): New function.
15254 (nothing2): New function.
15255 (do_children_tests): Set function pointers by nothing1 and
15256 nothing2.
15257 * gdb.mi/mi-var-child.exp: Step over new added statements.
15258 Update test to match the new output.
15259 * gdb.mi/var-cmd.c (nothing1): New function.
15260 (nothing2): New function.
15261 (do_children_tests): Set function pointers by nothing1 and
15262 nothing2.
15263 * gdb.mi/mi-var-display.exp: Update test to match output.
15264 Step to the line specified by $line_dct_nothing.
15265 Increase the number of lines to step.
15266
46a93de2
YQ
152672014-10-14 Yao Qi <yao@codesourcery.com>
15268
15269 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15270 tests.
15271 * gdb.mi/mi2-var-child.exp: Likewise.
15272
14ea52ee
DE
152732014-10-13 Doug Evans <dje@google.com>
15274
15275 * gdb.python/py-objfile.exp: Change name of file name test.
15276
e5c6e92b
DE
152772014-10-13 Doug Evans <dje@google.com>
15278
15279 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15280 from the start of the CU.
15281
c780cc2f
JK
152822014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15283 Yao Qi <yao@codesourcery.com>
15284
15285 Fix "save breakpoints" for "catch" command.
15286 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15287 Remove -nonewline. Match also the added "main" line.
15288
99894e11
JK
152892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15290
15291 Fix "save breakpoints" for "disable $bpnum" command.
15292 * gdb.base/save-bp.c (main): Add label.
15293 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15294
6e1ac5a3
JK
152952014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15296
15297 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15298
754dd2b0
YQ
152992014-10-11 Yao Qi <yao@codesourcery.com>
15300
15301 * gdb.server/server-kill.exp: Execute command
15302 "set remote trace-status-packet on" before "tstatus".
15303
f90183d7
YQ
153042014-10-11 Yao Qi <yao@codesourcery.com>
15305
15306 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15307 (main): Call getppid.
15308 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15309 and continue to it. Read variable "server_pid".
15310
bf40a607
YQ
153112014-10-11 Yao Qi <yao@codesourcery.com>
15312
15313 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15314
052ca370
YQ
153152014-10-11 Yao Qi <yao@codesourcery.com>
15316
15317 * gdb.threads/thread-find.exp: Don't execute command
15318 "info threads".
15319 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15320 * gdb.threads/linux-dp.exp: Don't check the condition
15321 $threads_created equals to zero.
15322
3831839c
PA
153232014-10-10 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.base/bigcore.exp: Remove references to IRIX.
15326 * gdb.base/funcargs.exp: Likewise.
15327 * gdb.base/interrupt.exp: Likewise.
15328 * gdb.base/mips_pro.exp: Likewise.
15329 * gdb.base/nodebug.exp: Likewise.
15330 * gdb.base/setvar.exp: Likewise.
15331 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15332
8b9a549d
PA
153332014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15334 Pedro Alves <palves@redhat.com>
15335
15336 PR symtab/14466
15337 * gdb.base/vdso-warning.c: New file.
15338 * gdb.base/vdso-warning.exp: New file.
15339
d48ba5e8
DE
153402014-10-02 Doug Evans <dje@google.com>
15341
15342 * gdb.base/structs.c (main): Don't run forever.
15343
2278c276
PA
153442014-10-02 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15347 (top level) <stop threads 1, stop threads 2>: Use it.
15348
b57bacec
PA
153492014-10-02 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.threads/break-while-running.exp (test): Add new
15352 'update_thread_list' argument. Skip "info threads" if false.
15353 (top level): Add new 'update_thread_list' axis.
15354
13fd3ff3
PA
153552014-10-02 Pedro Alves <palves@redhat.com>
15356
15357 PR breakpoints/17431
15358 * gdb.base/execl-update-breakpoints.c: New file.
15359 * gdb.base/execl-update-breakpoints.exp: New file.
15360
0fec99e8
PA
153612014-10-01 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.base/breakpoint-in-ro-region.c: New file.
15364 * gdb.base/breakpoint-in-ro-region.exp: New file.
15365
2ddf4301
SM
153662014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15367
15368 * gdb.mi/mi-exit-code.exp: New file.
15369 * gdb.mi/mi-exit-code.c: New file.
15370
6a5f3f43
YQ
153712014-09-30 Yao Qi <yao@codesourcery.com>
15372
15373 * lib/prelink-support.exp (build_executable_own_libs): Error if
15374 the target isn't native.
15375
345bcc73
YQ
153762014-09-30 Yao Qi <yao@codesourcery.com>
15377
15378 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15379 false.
15380
a25a5a45
PA
153812014-09-22 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.threads/break-while-running.exp: New file.
15384 * gdb.threads/break-while-running.c: New file.
15385
00ba3162
YQ
153862014-09-19 Yao Qi <yao@codesourcery.com>
15387
15388 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15389 Invoke test. Restart GDB with --readnow and invoke test again.
15390
c3b7b696
YQ
153912014-09-19 Yao Qi <yao@codesourcery.com>
15392
15393 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15394 proc set_breakpoint_on_gcd_function. Invoke
15395 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15396 invoke set_breakpoint_on_gcd_function again.
15397
2b4fd423
DE
153982014-09-18 Doug Evans <dje@google.com>
15399
15400 * gdb.dwarf2/symtab-producer.exp: New file.
15401
a5947601
SDJ
154022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15403
15404 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15405 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15406 * gdb.base/global-var-nested-by-dso.c: Likewise.
15407 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15408
91c19059
SDJ
154092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15410 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.base/watch-bitfields.exp: Pass string other than test file
15413 name to prepare_for_testing.
15414 (watch): New procedure.
15415 (expect_watchpoint): Use with_test_prefix.
15416 (top level): Factor out tests to ...
15417 (test_watch_location, test_regular_watch): ... these new
15418 procedures, and use with_test_prefix and gdb_continue_to_end.
15419
bb9d5f81
PP
154202014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15421
15422 PR breakpoints/12526
15423 * gdb.base/watch-bitfields.exp: New file.
15424 * gdb.base/watch-bitfields.c: New file.
15425
635856f5
PA
154262014-09-16 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15429 software and hardware addresses, not software address against
15430 itself.
15431
7280ceea
PA
154322014-09-16 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15435 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15436
428b16bd
PA
154372014-09-16 Pedro Alves <palves@redhat.com>
15438
15439 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15440 files.
15441 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15442 "*-*-vxworks*" throughout.
15443 * gdb.base/break.exp: Likewise.
15444 * gdb.base/default.exp: Likewise.
15445 * gdb.base/scope.exp: Likewise.
15446 * gdb.base/sepdebug.exp: Likewise.
15447 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15448 throughout.
15449 * gdb.base/run.c: Likewise.
15450 * gdb.base/sepdebug.c: Likewise.
15451 * gdb.hp/gdb.aCC/run.c: Likewise.
15452 * gdb.reverse/until-reverse.c: Likewise.
15453 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15454
666d413c
YQ
154552014-09-16 Yao Qi <yao@codesourcery.com>
15456
15457 * boards/local-remote-host-native.exp: New file.
15458
57cbd724
DE
154592014-09-14 Doug Evans <xdje42@gmail.com>
15460
15461 * gdb.threads/queue-signal.c (thread_count): New variable.
15462 (thread_count_mutex, thread_count_condvar): New variables.
15463 (incr_thread_count, wait_all_threads_running): New functions.
15464 (main): Wait for all threads to be in their thread functions.
15465
81219e53
DE
154662014-09-13 Doug Evans <xdje42@gmail.com>
15467
15468 * gdb.threads/queue-signal.c: New file.
15469 * gdb.threads/queue-signal.exp: New file.
15470
3714cea7
DE
154712014-09-13 Doug Evans <xdje42@gmail.com>
15472
15473 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15474 be consistent with what default_gdb_init uses.
15475 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15476 the plain text of the prompt. Add some logging printfs.
15477 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15478
fa43b1d7
PA
154792014-09-12 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15482 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15483 * gdb.arch/i386-size-overlap.exp: Likewise.
15484 * gdb.arch/i386-size.exp: Likewise.
15485 * gdb.arch/i386-unwind.exp: Likewise.
15486 * gdb.base/a2-run.exp: Likewise.
15487 * gdb.base/break.exp: Likewise.
15488 * gdb.base/charset.exp: Likewise.
15489 * gdb.base/chng-syms.exp: Likewise.
15490 * gdb.base/commands.exp: Likewise.
15491 * gdb.base/dbx.exp: Likewise.
15492 * gdb.base/find.exp: Likewise.
15493 * gdb.base/funcargs.exp: Likewise.
15494 * gdb.base/jit-simple.exp: Likewise.
15495 * gdb.base/reread.exp: Likewise.
15496 * gdb.base/sepdebug.exp: Likewise.
15497 * gdb.base/step-bt.exp: Likewise.
15498 * gdb.cp/mb-inline.exp: Likewise.
15499 * gdb.cp/mb-templates.exp: Likewise.
15500 * gdb.objc/basicclass.exp: Likewise.
15501 * gdb.threads/killed.exp: Likewise.
15502
9d9bf2df
EBM
155032014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15504
15505 PR tdep/17379
15506 * gdb.arch/powerpc-stackless.S: New file.
15507 * gdb.arch/powerpc-stackless.exp: New file.
15508
1cf2f1b0
JK
155092014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15510
15511 * gdb.base/attach.c: Include unistd.h.
15512 (main): Call alarm. Add label postloop.
15513 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15514 gdb_breakpoint, gdb_continue_to_breakpoint.
15515 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15516
98880d46
PA
155172014-09-11 Pedro Alves <palves@redhat.com>
15518
15519 PR gdb/17347
15520 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15521 * gdb.base/attach.exp (test_command_line_attach_run): New
15522 procedure.
15523 (top level): Call it.
15524
4c92ff2c
PA
155252014-09-11 Pedro Alves <palves@redhat.com>
15526
15527 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15528 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15529 (do_command_attach_tests): Use spawn_wait_for_attach.
15530 * gdb.base/solib-overlap.exp: Likewise.
15531 * gdb.multi/multi-attach.exp: Likewise.
15532 * gdb.python/py-prompt.exp: Likewise.
15533 * gdb.python/py-sync-interp.exp: Likewise.
15534 * gdb.server/ext-attach.exp: Likewise.
15535
3adc1a7d
GKB
155362014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15537
15538 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15539 command in testcase. Simplify testcase.
15540
96334934
JB
155412014-09-10 Joel Brobecker <brobecker@adacore.com>
15542
15543 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15544
eb479039
JB
155452014-09-10 Joel Brobecker <brobecker@adacore.com>
15546
15547 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15548
deede10c
JB
155492014-09-10 Joel Brobecker <brobecker@adacore.com>
15550
15551 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15552
7828a5f5
JB
155532014-09-10 Joel Brobecker <brobecker@adacore.com>
15554
15555 * gdb.dwarf2/dynarr-ptr.c: New file.
15556 * gdb.dwarf2/dynarr-ptr.exp: New file.
15557
33aeebcf
MR
155582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15559
15560 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15561 of 30 rather than hardcoding 120 for a slow test case. Take the
15562 `gdb,timeout' target setting into account for this calculation.
15563 Don't extend the timeout for the test cases that don't need it.
15564
7b415901
MR
155652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15566
15567 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15568 a factor of 2 for a slow test case. Take the `gdb,timeout'
15569 target setting into account for this calculation.
15570 * gdb.reverse/until-precsave.exp: Increase the timeout by
15571 a factor of 15 and 3 respectively rather than adding 120
15572 for a pair of slow test cases. Take the `gdb,timeout'
15573 target setting into account for this calculation.
15574
4a40f85a
MR
155752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15576
15577 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15578 timeout, don't pass one down to gdb_expect.
15579 (gdb_expect): Rework timeout selection.
15580
09635af7
MR
155812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15582
15583 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15584 exception on timeout.
15585 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15586 (gdbserver_start_extended): Catch any `gdbserver_start' error
15587 exceptions.
15588 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15589 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15590 `gdbserver_gdb_load' error exceptions.
15591
2bdd10b7
MR
155922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15593
15594 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15595 120 on waiting for the TCP socket to open.
15596
316935f0
DE
155972014-09-09 Doug Evans <xdje42@gmail.com>
15598
15599 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15600 _caller_matches, _any_caller_is, _any_caller_matches.
15601
83740597
DE
156022014-09-09 Doug Evans <xdje42@gmail.com>
15603
15604 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15605
4c122fc3
YQ
156062014-09-09 Yao Qi <yao@codesourcery.com>
15607
15608 * gdb.mi/mi-var-display.exp: Set print symbol off.
15609
a9f116cb
GKB
156102014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15611
15612 PR gdb/17035
15613 * gdb.base/commands.exp: Add tests to verify user-defined
15614 commands with empty bodies.
15615 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15616 python commands in `show user command`.
15617 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15618 scheme commands in `show user command`.
15619
c75bd3a2
JK
156202014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15621
15622 PR python/17355
15623 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15624 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15625 * gdb.python/py-framefilter-invalidarg.exp: New file.
15626 * gdb.python/py-framefilter-invalidarg.py: New file.
15627
faa42425
DE
156282014-09-06 Doug Evans <xdje42@gmail.com>
15629
15630 PR 15276
15631 * gdb.python/py-caller-is.c: New file.
15632 * gdb.python/py-caller-is.exp: New file.
15633
474ca4f6
SDJ
156342014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15635
15636 PR gdb/17235
15637 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15638 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15639
eb0b0463
SDJ
156402014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15641
15642 PR fortran/17237
15643 * gdb.fortran/print-formatted.exp: New file.
15644 * gdb.fortran/print-formatted.f90: Likewise.
15645
5f3b99cf
SS
156462014-09-03 Sasha Smundak <asmundak@google.com>
15647
15648 * gdb.python/py-frame.exp: Test Frame.read_register.
15649
7d793aa9
SDJ
156502014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15651
15652 PR python/16699
15653 * gdb.python/py-completion.exp: New file.
15654 * gdb.python/py-completion.py: Likewise.
15655
fb0576e9
DE
156562014-08-28 Doug Evans <dje@google.com>
15657
15658 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15659 eax,etc. are live with values set by gdb and thus the compiler can't
15660 use them.
15661 * gdb.arch/i386-pseudo.c (main): Ditto.
15662
ee92b0dd
DE
156632014-08-27 Doug Evans <dje@google.com>
15664
15665 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15666
6649db35
DE
156672014-08-25 Doug Evans <dje@google.com>
15668
15669 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15670 (main): Ditto.
15671
564b7600
DE
156722014-08-25 Doug Evans <dje@google.com>
15673
15674 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15675
3881fb67
YQ
156762014-08-24 Yao Qi <yao@codesourcery.com>
15677
15678 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15679 symbol off.
15680 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15681
a05a36a5
DE
156822014-08-22 Doug Evans <dje@google.com>
15683
15684 PR 17276
15685 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15686 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15687 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15688
7c343b48
YQ
156892014-08-22 Yao Qi <yao@codesourcery.com>
15690
15691 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15692 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15693 * gdb.python/python.exp: Likewise. Use .py file on the host
15694 instead of the build.
15695
22fd09ae
JK
156962014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15697
15698 * gdb.threads/gcore-stale-thread.c: New file.
15699 * gdb.threads/gcore-stale-thread.exp: New file.
15700
a8454a7c
PA
157012014-08-21 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15704 * gdb.base/gcore-relro-pie.exp: Likewise.
15705 * gdb.base/gcore-relro.exp: Likewise.
15706 * gdb.base/gcore.exp: Likewise.
15707 * gdb.base/print-symbol-loading.exp: Likewise.
15708 * gdb.threads/gcore-thread.exp: Likewise.
15709 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15710
2a31c623
PA
157112014-08-20 Pedro Alves <palves@redhat.com>
15712 Jan Kratochvil <jan.kratochvil@redhat.com>
15713
15714 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15715 configure.
15716 (EXPECT): Handle READ1 being set.
15717 (all): Depend on EXTRA_RULES.
15718 (check-read1, expect-read1, read1.so, read1): New rules.
15719 * README (Testsuite Parameters): Document the READ1 make variable.
15720 (Race detection): New section.
15721 * configure: Regenerate.
15722 * configure.ac: If build==host==target, and running under a
15723 GNU/glibc system, add read1 to the extra Makefile rules.
15724 (EXTRA_RULES): AC_SUBST it.
15725 * lib/read1.c: New file.
15726
d36430db
JB
157272014-08-20 Joel Brobecker <brobecker@adacore.com>
15728
15729 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15730 the handling of variables declared as a typedef to an array
15731 which a DW_AT_data_location attribute.
15732
9a0dc9e3
PA
157332014-08-19 Andrew Burgess <aburgess@broadcom.com>
15734 Pedro Alves <palves@redhat.com>
15735
15736 PR symtab/14604
15737 PR symtab/14605
15738 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15739 gdb_test.
15740
0718a8da
PA
157412014-08-19 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15744
13b448cd
YQ
157452014-08-19 Yao Qi <yao@codesourcery.com>
15746
15747 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15748 right line.
15749
1cbf5077
DB
157502014-08-18 David Blaikie <dblaikie@gmail.com>
15751
15752 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15753
bf0fae19
JB
157542014-08-18 Joel Brobecker <brobecker@adacore.com>
15755
15756 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15757 attribute in array range.
15758
3c8c5dcc
JB
157592014-08-18 Joel Brobecker <brobecker@adacore.com>
15760
15761 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15762
e66d4446
SC
157632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15764
15765 PR c++/17132
15766 * gdb.cp/pr17132.cc: New file.
15767 * gdb.cp/pr17132.exp: New file.
15768
940df408
SC
157692014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15770
15771 * gdb.python/py-xmethods.py (A_getarrayind)
15772 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15773 Use 'print' with function call syntax.
15774 (E_method_matcher.match): Fix tab vs space indentation mixup.
15775
ebcc6c3a
YQ
157762014-08-15 Yao Qi <yao@codesourcery.com>
15777
15778 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15779 false.
15780
775e0f04
YQ
157812014-08-15 Yao Qi <yao@codesourcery.com>
15782
15783 * gdb.cp/casts.exp: Set print symbol off.
15784 * gdb.cp/class2.exp: Likewise.
15785 * gdb.cp/overload.exp: Likewise.
15786 * gdb.cp/templates.exp: Likewise.
15787
d769e349
DE
157882014-08-11 Doug Evans <dje@google.com>
15789
15790 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15791 (test_load_shlib): Update.
15792
20c6f1e1
YQ
157932014-08-09 Yao Qi <yao@codesourcery.com>
15794
15795 * gdb.base/display.exp: Invoke is_address_zero_readable.
15796 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15797 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15798 * gdb.base/hbreak-unmapped.exp: Return if
15799 is_address_zero_readable returns true.
15800 * gdb.base/signest.exp: Likewise.
15801 * gdb.base/signull.exp: Likewise.
15802 * gdb.base/sigbpt.exp: Likewise.
15803 * gdb.guile/scm-disasm.exp: Do the test if
15804 is_address_zero_readable returns false.
15805 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15806 * gdb.python/py-arch.exp: Likewise.
15807 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15808 * lib/gdb.exp (is_address_zero_readable): New proc.
15809
5792e8e3
YQ
158102014-08-09 Yao Qi <yao@codesourcery.com>
15811
15812 PR testsuite/13443
15813 * gdb.mi/mi-var-display.exp: Make test messages unique.
15814
3cecbbbe
TT
158152014-08-04 Tom Tromey <tromey@redhat.com>
15816
15817 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15818 target 0".
15819
00b51ff5
TT
158202014-08-04 Tom Tromey <tromey@redhat.com>
15821
15822 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15823 "target_resume".
15824
6908c509
JB
158252014-08-01 Joel Brobecker <brobecker@adacore.com>
15826
15827 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15828 inner_vla_struct_object_size.
15829 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15830 as xfail.
15831
cc6563d2
PA
158322014-07-30 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15835 comment.
15836
7e09a223
YQ
158372014-07-29 Yao Qi <yao@codesourcery.com>
15838
15839 PR gdb/17206
15840 * gdb.base/until-nodebug.exp: New.
15841
7ebdbe92
DE
158422014-07-28 Doug Evans <xdje42@gmail.com>
15843
15844 PR guile/17203
15845 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15846 previously existing parameter, and previously ambiguously spelled
15847 parameter.
15848
fdb1adc6
WN
158492014-07-28 Will Newton <will.newton@linaro.org>
15850
15851 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15852
186fcde0
DE
158532014-07-26 Ludovic Courtès <ludo@gnu.org>
15854 Doug Evans <xdje42@gmail.com>
15855
15856 PR guile/17146
15857 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15858
70509625
PA
158592014-07-25 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.threads/signal-command-handle-nopass.c: New file.
15862 * gdb.threads/signal-command-handle-nopass.exp: New file.
15863 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15864 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15865 * gdb.threads/signal-delivered-right-thread.c: New file.
15866 * gdb.threads/signal-delivered-right-thread.exp: New file.
15867
c3f814a1
PA
158682014-07-25 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.base/double-prompt-target-event-error.exp
15871 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15872 match.
15873 (cancel_pagination_in_target_event): Rework double prompt
15874 detection.
15875 * gdb.base/paginate-after-ctrl-c-running.exp
15876 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15877 <return>' match.
15878 * gdb.base/paginate-bg-execution.exp
15879 (test_bg_execution_pagination_return)
15880 (test_bg_execution_pagination_cancel): Remove '-notransfer
15881 <return>' matches.
15882 * gdb.base/paginate-execution-startup.exp
15883 (test_fg_execution_pagination_return)
15884 (test_fg_execution_pagination_cancel): Remove '-notransfer
15885 <return>' matches.
15886 * gdb.base/paginate-inferior-exit.exp
15887 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15888 match.
15889 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15890 * lib/gdb.exp (pagination_prompt): Run text through
15891 string_to_regexp.
15892 (gdb_test_multiple): Match $pagination_prompt instead of
15893 "<return>".
15894 (string_to_regexp): Move to lib/gdb-utils.exp.
15895
e214cf6c
JK
158962014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15897
15898 * gdb.arch/amd64-entry-value-paramref.S: New file.
15899 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15900 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15901 * gdb.arch/amd64-optimout-repeat.S: New file.
15902 * gdb.arch/amd64-optimout-repeat.c: New file.
15903 * gdb.arch/amd64-optimout-repeat.exp: New file.
15904
17d0c5c8
JK
159052014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15906
15907 PR gdb/17170
15908 * gdb.base/statistics.exp: New file.
15909
b8b8facf
DE
159102014-07-17 Doug Evans <dje@google.com>
15911
74b49205 15912 PR gdb/17170
b8b8facf
DE
15913 * gdb.base/maint.exp: Update testing of per-command stats.
15914
1b5d0ab3
PA
159152014-07-16 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15918 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15919 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15920 (tfile_write_buf): New functions.
15921 (add_memory_block): Rewrite using the above.
15922 (adjust_function_address): New function.
15923 (FUNCTION_ADDRESS): New macro.
15924 (write_basic_trace_file): Remove short_x local, and use
15925 tfile_write_16. Change type of func_addr local to unsigned long
15926 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15927 here. Cast argument of add_memory_block to char pointer.
15928 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15929 (main): Remove parameters.
15930 * gdb.trace/tfile.exp: Remove nowarnings.
15931
4d974e88
SM
159322014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15933
15934 * gdb.base/debug-expr.exp: Test string evaluation with
15935 "debug expression" on.
15936
41e99568
PA
159372014-07-15 Pedro Alves <palves@redhat.com>
15938
15939 * gdb.base/reread.exp: Use clean_restart.
15940
487d9753
PL
159412014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15942
15943 * gdb.arch/avr-flash-qualifer.c: New.
15944 * gdb.arch/avr-flash-qualifer.exp: New.
15945
cc1c52ad
PA
159462014-07-14 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15949 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15950
1e973570
PA
159512014-07-14 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.base/double-prompt-target-event-error.c: New file.
15954 * gdb.base/double-prompt-target-event-error.exp: New file.
15955
93d6eb10
PA
159562014-07-14 Pedro Alves <palves@redhat.com>
15957
15958 PR gdb/17072
15959 * gdb.base/paginate-inferior-exit.c: New file.
15960 * gdb.base/paginate-inferior-exit.exp: New file.
15961
0017922d
PA
159622014-07-14 Pedro Alves <palves@redhat.com>
15963
15964 PR gdb/17072
15965 * gdb.base/paginate-bg-execution.c: New file.
15966 * gdb.base/paginate-bg-execution.exp: New file.
15967
94696ad3
PA
159682014-07-14 Pedro Alves <palves@redhat.com>
15969
15970 PR gdb/17072
15971 * gdb.base/paginate-execution-startup.c: New file.
15972 * gdb.base/paginate-execution-startup.exp: New file.
15973 * lib/gdb.exp (pagination_prompt): New global.
15974 (default_gdb_spawn): New procedure, factored out from
15975 default_gdb_spawn.
15976 (default_gdb_start): Adjust to call default_gdb_spawn.
15977 (gdb_spawn): New procedure.
15978
bd293940
PA
159792014-07-14 Pedro Alves <palves@redhat.com>
15980
15981 * lib/gdb.exp (gdb_assert): New procedure.
15982 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15983
c933f875
PA
159842014-07-14 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/execution-termios.c: New file.
15987 * gdb.base/execution-termios.exp: New file.
15988
d98b7a16
TT
159892014-07-14 Tom Tromey <tromey@redhat.com>
15990
15991 * gdb.cp/vla-cxx.cc: New file.
15992 * gdb.cp/vla-cxx.exp: New file.
15993
548740d6
TT
159942014-07-14 Tom Tromey <tromey@redhat.com>
15995
15996 * gdb.reverse/rerun-prec.c: New file.
15997 * gdb.reverse/rerun-prec.exp: New file.
15998
a25eb028
MR
159992014-07-12 Maciej W. Rozycki <macro@mips.com>
16000 Maciej W. Rozycki <macro@codesourcery.com>
16001
16002 * lib/gdb-utils.exp: New file.
16003 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16004 inline `gdb_init_command' processing.
16005 (gdb_start_cmd): Likewise.
16006 * lib/mi-support.exp (mi_run_cmd): Likewise.
16007 * README: Document `gdb_init_command' and `gdb_init_commands'.
16008
218c2655
JK
160092014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16010
16011 Fix false FAIL running under a very long directory name.
16012 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16013 and "set print elements 10000". Twice.
16014
5401fde3
YQ
160152014-07-11 Yao Qi <yao@codesourcery.com>
16016
16017 * gdb.base/exprs.exp: "set print symbol off".
16018
e76126e8
PA
160192014-07-11 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.threads/kill.c: New file.
16022 * gdb.threads/kill.exp: New file.
16023
2d6f0de6
YQ
160242014-07-10 Yao Qi <yao@codesourcery.com>
16025
16026 * gdb.trace/tfile.c (write_basic_trace_file)
16027 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16028 address written to trace file.
16029
7180e04a
PA
160302014-07-09 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.base/attach-wait-input.exp: New file.
16033 * gdb.base/attach-wait-input.c: New file.
16034
9a9a7608
AB
160352014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16036
16037 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16038 setting up test structures.
16039 (main): Call new test function.
16040 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16041 test function, continue into test function and walk test
16042 structures.
16043
161ac41e
YQ
160442014-07-02 Yao Qi <yao@codesourcery.com>
16045
16046 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16047 'bar_start' at the beginning of functions 'foo' and 'bar'
16048 respectively.
16049 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16050 instead of 'foo' and 'bar'.
16051
1f267ae3
MM
160522014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16053
16054 * gdb.btrace/segv.exp: New.
16055 * gdb.btrace/segv.c: New.
16056
2b239efb
LM
160572014-07-02 Luis Machado <lgustavo@codesourcery.com>
16058
16059 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16060 instruction.
16061
cf363f18
MW
160622014-06-30 Mark Wielaard <mjw@redhat.com>
16063
16064 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16065 vulture, vilify, villar): New volatile array constants.
16066 (vindictive, vegetation): New const volatile array constants.
16067 * gdb.base/volatile.exp: Test volatile and const volatile array
16068 types.
16069
aebf9d24
AA
160702014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16071
16072 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16073 target lacks support for awatch, rwatch, or hbreak.
16074
b67a2c6f
YQ
160752014-06-27 Yao Qi <yao@codesourcery.com>
16076
16077 * gdb.multi/dummy-frame-restore.exp: New.
16078 * gdb.multi/dummy-frame-restore.c: New.
16079
aef92902
MM
160802014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16081
16082 * gdb.btrace/gcore.exp: New.
16083
8e9db26e
PA
160842014-06-23 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.base/watchpoint-reuse-slot.c: New file.
16087 * gdb.base/watchpoint-reuse-slot.exp: New file.
16088
70afc5b7
SC
160892014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16090
16091 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16092 progspace's filename in 'info', 'enable' and 'disable' command
16093 tests.
16094
b972bd9c
JK
160952014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16098 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16099 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16100
125f8a3d
GB
161012014-06-20 Gary Benson <gbenson@redhat.com>
16102
16103 * gdb.arch/i386-avx.exp: Fix include file location.
16104 * gdb.arch/i386-sse.exp: Likewise.
16105
3ed9baed
IB
161062014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16107
16108 * gdb.dlang/expression.exp: New file.
16109
034f788c
PA
161102014-06-19 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16113 out from ...
16114 (top level): ... here. Iterate running tests under different
16115 scheduler-locking settings.
16116
45371d0c
LM
161172014-06-18 Luis Machado <lgustavo@codesourcery.com>
16118
16119 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16120 to DW_FORM_addr and use non-zero addresses.
16121
5d376983
SC
161222014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16123
16124 PR gdb/17017
16125 * gdb.python/py-xmethods.cc: Add global function call counters and
16126 increment them in their respective functions. Remove "cout"
16127 statements.
16128 * gdb.python/py-xmethods.exp: Make tests check the global function
16129 call counters instead of depending on inferior IO.
16130
a1aa2221
LM
161312014-06-18 Don Breazeal <donb@codesourcery.com>
16132
16133 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16134 Deleted procedure.
16135 (explicit_fork_parent_follow): Deleted procedure.
16136 (explicit_fork_child_follow): Deleted procedure.
16137 (test_follow_fork): New procedure.
16138 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16139 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16140 procedure calls.
16141
0fc05997
YQ
161422014-06-17 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16145 CP1252.
16146
70795c52
LM
161472014-06-17 Luis Machado <lgustavo@codesourcery.com>
16148
16149 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16150 Initialize ptr and S explicitly.
16151 (skip_type_update_when_not_use_rtti_test): Likewise.
16152
6be47f0c
KS
161532014-06-16 Keith Seitz <keiths@redhat.com>
16154
16155 PR mi/15863
16156 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16157 the inferior is started.
16158
d03de421
PA
161592014-06-16 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.base/break-main-file-remove-fail.c: New file.
16162 * gdb.base/break-main-file-remove-fail.exp: New file.
16163 * gdb.base/break-unload-file.exp: Use build_executable instead of
16164 prepare_for_testing.
16165 (test_break): New parameter "initial_load". Handle it.
16166 (top level): Add initial_load cmdline/file axis.
16167
f9579b99
TT
161682014-06-12 Tom Tromey <tromey@redhat.com>
16169
16170 * gdb.base/completion.exp: Don't use directory name in test.
16171
3657956b
GB
161722014-06-09 Gary Benson <gbenson@redhat.com>
16173
16174 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16175 separate the always-available ANSI-standard signals from the
16176 signals that require checking.
16177 (main): Likewise.
16178 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16179 Likewise.
16180 (main): Likewise.
16181
4186eb54
KS
161822014-06-07 Keith Seitz <keiths@redhat.com>
16183
16184 Revert:
16185 PR c++/16253
16186 * gdb.cp/var-tag.cc: New file.
16187 * gdb.cp/var-tag.exp: New file.
16188 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16189 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16190 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16191 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16192
25326a28 161932014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16194
16195 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16196
829155c9
PA
161972014-06-06 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16200 in target debug output instead of looking at RSP packets,
16201 disabling the test on any target that uses hardware stepping.
16202 Update comments.
16203
61c8d22e
PA
162042014-06-06 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.base/break-unload-file.exp: Fix typo.
16207
d9a47287
YQ
162082014-06-06 Yao Qi <yao@codesourcery.com>
16209
16210 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16211 from "jit_function" to "^jit_function".
16212
e5e01dbf
YQ
162132014-06-06 Yao Qi <yao@codesourcery.com>
16214
16215 * gdb.base/async.c (foo): Add one statement.
16216 * gdb.base/async.exp: Get the next instruction address and
16217 match the output of "nexti" by instruction address. Match
16218 the hex address in the output of "finish".
16219
73ba372c
GB
162202014-06-06 Gary Benson <gbenson@redhat.com>
16221
16222 * gdb.base/call-signals.c: Remove preprocessor conditionals
16223 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16224 SIGSEGV and SIGTERM.
16225 * gdb.base/sigall.c: Likewise.
16226 * gdb.base/unwindonsignal.c: Likewise.
16227 * gdb.reverse/sigall-reverse.c: Likewise.
16228
831517df
YQ
162292014-06-06 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16232 readable, skip the test.
16233
b8b91e98
YQ
162342014-06-06 Yao Qi <yao@codesourcery.com>
16235
16236 * gdb.threads/staticthreads.c (thread_function): Move the line
16237 setting breakpoint on forward.
16238 * gdb.threads/staticthreads.exp: Update comments.
16239
fb934770
LC
162402014-06-05 Ludovic Courtès <ludo@gnu.org>
16241
16242 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16243 "history-append! type error".
16244
6ef284bd
SM
162452014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16246
16247 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16248 erroneous dprintf expected input.
16249
a872e241
DE
162502014-06-04 Doug Evans <xdje42@gmail.com>
16251
16252 * gdb.guile/scm-generics.exp: Delete.
16253
16f691fb
DE
162542014-06-04 Doug Evans <xdje42@gmail.com>
16255
16256 * gdb.guile/scm-breakpoint.exp: Update.
16257 Add tests for breakpoint registration.
16258
012370f6
TT
162592014-06-04 Tom Tromey <tromey@redhat.com>
16260
16261 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16262 VLA-in-union.
16263 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16264 inner_vla_struct, vla_union types. Initialize objects of those
16265 types and compute their sizes.
16266
9f5a4cef
HZ
162672014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16268 Hui Zhu <hui@codesourcery.com>
16269
16270 * gdb.base/fileio.exp: Add test for shell not available as well as
16271 available.
16272 * gdb.base/fileio.c (test_system): Check for shell twice.
16273
90a45c4d
YQ
162742014-06-04 Yao Qi <yao@codesourcery.com>
16275
16276 * gdb.base/auto-connect-native-target.exp: Remove redundant
16277 space from the regexp pattern.
16278
70017e41
YQ
162792014-06-04 Yao Qi <yao@codesourcery.com>
16280
16281 * gdb.base/default.exp: Replace "child" with "native" in
16282 regexp pattern.
16283
883964a7
SC
162842014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16285
16286 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16287 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16288 * gdb.python/py-xmethods.py: Python script supporting the
16289 new testcase and tests.
16290
ef370185
JB
162912014-06-03 Joel Brobecker <brobecker@adacore.com>
16292 Pedro Alves <palves@redhat.com>
16293
16294 PR breakpoints/17000
16295 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16296 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16297
1e2ccb61
BM
162982014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16299
16300 * gdb.base/subst.exp: Add tests to verify partial path matching
16301 output.
16302
c6ec5ab2
PA
163032014-06-03 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16306 target that doesn't use software single-stepping.
16307
835c559f
PA
163082014-06-03 Pedro Alves <palves@redhat.com>
16309
16310 PR breakpoints/17000
16311 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16312 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16313
06eb1586
DE
163142014-06-02 Doug Evans <xdje42@gmail.com>
16315
16316 * gdb.guile/scm-parameter.exp: New file.
16317
e698b8c4
DE
163182014-06-02 Doug Evans <xdje42@gmail.com>
16319
16320 * gdb.guile/scm-cmd.c: New file.
16321 * gdb.guile/scm-cmd.exp: New file.
16322
ded03782
DE
163232014-06-02 Doug Evans <xdje42@gmail.com>
16324
16325 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16326 pretty-printer lookup.
16327 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16328 (make-pp_s-printer): Call it.
16329 (make-pretty-printer-from-dict): New function.
16330 (lookup-pretty-printer-maker-from-dict): New function.
16331 (*pretty-printer*): Simplify.
16332 (make-objfile-pp_s-printer): New function.
16333 (install-objfile-pretty-printers!): New function.
16334 (make-progspace-pp_s-printer): New function.
16335 (install-progspace-pretty-printers!): New function.
16336 * gdb.guile/scm-progspace.c: New file.
16337 * gdb.guile/scm-progspace.exp: New file.
16338
41fac0cf
PA
163392014-06-02 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/dprintf-bp-same-addr.c: New file.
16342 * gdb.base/dprintf-bp-same-addr.exp: New file.
16343
96ae5695
EBM
163442014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16345
16346 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16347 * gdb.arch/powerpc-power.s: Likewise.
16348
da02b3a8
JB
163492014-06-02 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16352
c72b2e7b
YQ
163532014-06-01 Yao Qi <yao@codesourcery.com>
16354
16355 * gdb.base/watchpoint.exp (test_watch_location): Check null
16356 pointer can be dereferenced. If not, do the test, otherwise
16357 skip it.
16358
53e8a631
AB
163592014-05-30 Andrew Burgess <aburgess@broadcom.com>
16360
16361 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16362 results.
16363 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16364
938f0e2f
AB
163652014-05-30 Andrew Burgess <aburgess@broadcom.com>
16366
16367 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16368 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16369 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16370 * gdb.arch/amd64-invalid-stack-top.c: New file.
16371 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16372
9ba6657a
PA
163732014-05-30 Pedro Alves <palves@redhat.com>
16374
16375 PR breakpoints/17000
16376 * gdb.base/sss-bp-on-user-bp.c: New file.
16377 * gdb.base/sss-bp-on-user-bp.exp: New file.
16378
522c09bf
DB
163792014-05-30 David Blaikie <dblaikie@gmail.com>
16380
16381 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16382 gnu_inline semantics via attribute.
16383 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16384 source explicitly specifies the required semantics.
16385
bf4ef81e
MR
163862014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16387
16388 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16389
329ea579
PA
163902014-05-29 Pedro Alves <palves@redhat.com>
16391 Tom Tromey <tromey@redhat.com>
16392
16393 * gdb.base/async-shell.exp: Don't enable target-async.
16394 * gdb.base/async.exp
16395 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16396 parameter. Adjust.
16397 (top level): Don't test with "target-async".
16398 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16399 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16400 * gdb.base/inferior-died.exp: Don't enable target-async.
16401 * gdb.base/interrupt-noterm.exp: Likewise.
16402 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16403 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16404 * gdb.mi/mi-nonstop.exp: Likewise.
16405 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16406 * gdb.mi/mi-nsintrall.exp: Likewise.
16407 * gdb.mi/mi-nsmoribund.exp: Likewise.
16408 * gdb.mi/mi-nsthrexec.exp: Likewise.
16409 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16410 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16411 * gdb.python/py-evsignal.exp: Don't enable target-async.
16412 * gdb.python/py-evthreads.exp: Likewise.
16413 * gdb.python/py-prompt.exp: Likewise.
16414 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16415 * gdb.server/solib-list.exp: Don't enable target-async.
16416 * gdb.threads/thread-specific-bp.exp: Likewise.
16417 * lib/mi-support.exp: Adjust to use mi-async.
16418
fd664c91
PA
164192014-05-29 Pedro Alves <palves@redhat.com>
16420
16421 PR gdb/13860
16422 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16423 reason, even in sync mode.
16424
251bde03
PA
164252014-05-29 Pedro Alves <palves@redhat.com>
16426 Hui Zhu <hui@codesourcery.com>
16427
16428 PR PR15693
16429 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16430 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16431 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16432 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16433
7f3c0343
JB
164342014-05-28 Joel Brobecker <brobecker@adacore.com>
16435
16436 * config/monitor.exp (gdb_target_monitor): Replace use of
16437 "set remotebaud" by "set serial baud".
16438
b2715b27
AW
164392014-05-26 Andy Wingo <wingo@igalia.com>
16440
16441 * gdb.guile/scm-breakpoint.exp:
16442 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16443 properties instead of gdb-object-properties.
16444
498a4489
YQ
164452014-05-26 Yao Qi <yao@codesourcery.com>
16446
16447 * gdb.server/no-thread-db.exp: Specify source file name
16448 explicitly when setting a breakpoint.
16449
589fdceb
MM
164502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16451
16452 * gdb.btrace/vdso.c: New.
16453 * gdb.btrace/vdso.exp: New.
16454
e9089e05
MM
164552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16456
16457 * gdb.base/gcore.exp (capture_command_output): Move ...
16458 * lib/gdb.exp (capture_command_output): ... here.
16459
67b5c0c1
MM
164602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16461
16462 * gdb.btrace/data.exp: Test memory access during btrace replay.
16463
a2199296
SM
164642014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16467
17b2616c
PA
164682014-05-21 Pedro Alves <palves@redhat.com>
16469
16470 PR gdb/13860
16471 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16472 (top level): Test that output related to execution commands is
16473 sent to the console with CLI commands, but not with MI commands.
16474 Test that breakpoint events are always mirrored to the console.
16475 Also expect the new source line to be output after a "next" in
16476 async mode too. Make it a pass/fail test.
16477 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16478 output.
16479 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16480
5166082f
PA
164812014-05-21 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16484 Use them to test variations of "list" after reaching a breakpoint.
16485 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16486 Test "list" with listsize 10 after reaching a breakpoint.
16487 * gdb.python/python.exp (decode_line current location line
16488 number): Adjust expected line number.
16489
2f25d70f
SM
164902014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16491
16492 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16493 behavior for $args, pass it directly to "run".
16494
ff604a67
MR
164952014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16496
16497 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16498 30000 to 65536.
16499
6a3cb8e8
PA
165002014-05-21 Pedro Alves <palves@redhat.com>
16501
16502 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16503 auto-connect-native-target off".
16504 * gdb.base/auto-connect-native-target.c: New file.
16505 * gdb.base/auto-connect-native-target.exp: New file.
16506
4ebfc96e
PA
165072014-05-21 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.base/default.exp: Test "target native" instead of "target
16510 child".
16511
36d46afb
MW
165122014-05-21 Mark Wielaard <mjw@redhat.com>
16513
16514 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16515
5876f503
JK
165162014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16517
16518 Fix TLS access for -static -pthread.
16519 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16520 <HAVE_TLS> (thread_function, main): Initialize it.
16521 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16522 Add clean_restart.
16523 <$have_tls != "">: Check TLSVAR.
16524
0256a6ac
PA
165252014-05-21 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/dcache-line-read-error.c: New.
16528 * gdb.base/dcache-line-read-error.exp: New.
16529
936d2992
PA
165302014-05-20 Pedro Alves <palves@redhat.com>
16531
16532 * gdb.base/compare-sections.c: New file.
16533 * gdb.base/compare-sections.exp: New file.
16534
802e8e6d
PA
165352014-05-20 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.base/break-idempotent.c: New file.
16538 * gdb.base/break-idempotent.exp: New file.
16539
e59fa00f
MM
165402014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16541
16542 * gdb.btrace/nohist.exp: New.
16543
8b696e31
YQ
165442014-05-20 Yao Qi <yao@codesourcery.com>
16545
16546 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16547 gdb.reverse directory and gdb_reverse_timeout exists in board
16548 setting.
16549 * README: Document gdb_reverse_timeout.
16550
73c9764f
YQ
165512014-05-20 Yao Qi <yao@codesourcery.com>
16552
16553 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16554 'test_file_name'. Treat args as a string instead of a list.
16555 (gdb_init): Rename argument 'args' by 'test_file_name'.
16556
f1f4348a
JK
165572014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16558
16559 * gdb.arch/powerpc-power.exp: New file.
16560 * gdb.arch/powerpc-power.s: New file.
16561
0dbe70ce
DE
165622014-05-16 Doug Evans <dje@google.com>
16563
16564 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16565 * gdb.base/completion.exp: Check that all expected files exist
16566 before doing file completion.
0dbe70ce 16567
8d551b02
DE
165682014-05-16 Doug Evans <dje@google.com>
16569
16570 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16571 Update.
16572 (do_syscall_tests_without_xml): Update.
16573
73eb7709
PA
165742014-05-16 Pedro Alves <palves@redhat.com>
16575
16576 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16577 instead of "unknown output after running".
16578
3fae92fc
YQ
165792014-05-16 Yao Qi <yao@codesourcery.com>
16580
16581 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16582 file1.txt from host at the end.
16583 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16584
c2b2ccc5
DE
165852014-05-15 Doug Evans <dje@google.com>
16586
16587 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16588 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16589 loading file. Add test for TU lookup.
16590
8c217a4b
SM
165912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16592
16593 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16594 calling "-exec-arguments" or "set args" before running the
16595 inferior.
16596
3deb39c6
SM
165972014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16598
16599 * lib/mi-support.exp (mi_expect_stop): Expect message for
16600 inferiors that exit with non-zero exit code.
16601
71a79f8c
YQ
166022014-05-14 Yao Qi <yao@codesourcery.com>
16603
16604 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16605 match absolute path on remote host.
16606 (test_file_list_exec_source_files): Remove "/" from the
16607 pattern.
16608
f23fcd46
YQ
166092014-05-14 Yao Qi <yao@codesourcery.com>
16610
16611 * boards/local-remote-host-notty.exp (${board}_file): New
16612 proc.
16613
9404b58f
KM
166142014-05-07 Kyle McMartin <kyle@redhat.com>
16615
16616 Pushed by Joel Brobecker <brobecker@adacore.com>.
16617 * gdb.arch/aarch64-atomic-inst.c: New file.
16618 * gdb.arch/aarch64-atomic-inst.exp: New file.
16619
5e45f04c
YQ
166202014-05-07 Yao Qi <yao@codesourcery.com>
16621
16622 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16623 in current context" too.
16624
c888a17d
KS
166252014-05-05 Keith Seitz <keiths@redhat.com>
16626
16627 * gdb.linespec/ls-dollar.exp: Add test for linespec
16628 file:convenience_variable.
16629
290a839c
YQ
166302014-05-05 Yao Qi <yao@codesourcery.com>
16631
16632 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16633 traceframes into tfile and ctf trace files. Read data from
16634 trace file and test collected data.
16635 (gdb_collect_locals_test): Likewise.
16636 (gdb_unavailable_registers_test): Likewise.
16637 (gdb_unavailable_floats): Likewise.
16638 (gdb_collect_globals_test): Likewise.
16639 (top-level): Append "ctf" to trace_file_targets if GDB
16640 supports.
16641
b5262cd0
YQ
166422014-05-05 Yao Qi <yao@codesourcery.com>
16643
16644 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16645 code to ...
16646 (gdb_collect_args_test_1): ... it. New proc.
16647 (gdb_collect_locals_test): Move some code to ...
16648 (gdb_collect_locals_test_1): ... it. New proc.
16649 (gdb_unavailable_registers_test): Move some code to ...
16650 (gdb_unavailable_registers_test_1): ... it. New proc.
16651 (gdb_unavailable_floats): Move some code to ...
16652 (gdb_unavailable_floats_1): ... it. New proc.
16653
30a1e6cc
SDJ
166542014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16655
16656 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16657 probes to test for bitness recognition.
16658 * gdb.arch/amd64-stap-optional-prefix.exp
16659 (test_probe_value_without_reg): New procedure.
16660 Add code to test for different kinds of bitness.
16661
f33da99a
SDJ
166622014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16663
16664 PR breakpoints/16889
16665 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16666 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16667
5b80f00d
PA
166682014-05-01 Pedro Alves <palves@redhat.com>
16669
16670 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16671 gdb_file_cmd if no file is specified.
16672 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16673 last_loaded_file to set the remote exec-file.
16674
f8c2a73c
PA
166752014-05-01 Pedro Alves <palves@redhat.com>
16676
16677 * boards/local-remote-host.exp: New file.
16678
be6e8ac7
PA
166792014-05-01 Pedro Alves <palves@redhat.com>
16680
16681 * boards/local-remote-host.exp: Rename to ...
16682 * boards/local-remote-host-notty.exp: ... this.
16683
cac0dc8f
JB
166842014-04-28 Joel Brobecker <brobecker@adacore.com>
16685
16686 * gdb.ada/dyn_arrayidx: New testcase.
16687
9730e6cc
YQ
166882014-04-26 Yao Qi <yao@codesourcery.com>
16689
16690 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16691 and compute the length of function main. Save it in
16692 $main_length.
16693 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16694 (top-level): Use gdb_compile to compile objects into
16695 executable and restart GDB. Remove invocation to
16696 prepare_for_testing.
16697
7ae1a6a6
PA
166982014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16699 Pedro Alves <palves@redhat.com>
16700
16701 PR server/16255
16702 * gdb.multi/multi-attach.c: New file.
16703 * gdb.multi/multi-attach.exp: New file.
16704
4082afcc
PA
167052014-04-25 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16708 user.
16709 (top level): Test that "set remote conditional-breakpoints-packet
16710 off" works as intended.
16711 * gdb.base/dprintf.exp: Test that "set remote
16712 breakpoint-commands-packet off" works as intended.
16713 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16714 New function.
16715 (top level): Call it.
16716 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16717 remote fast-tracepoints-packet off" works as intended.
16718 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16719 * lib/gdb.exp (gdb_is_target_remote): ... here.
16720
2abc3f8d
DB
167212014-04-24 David Blaikie <dblaikie@gmail.com>
16722
16723 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16724 ensure clang would not discard them.
16725 * gdb.base/gdbvars.c: Ditto.
16726 * gdb.base/memattr.c: Ditto.
16727 * gdb.base/whatis.c: Ditto.
16728 * gdb.python/py-prettyprint.c: Ditto.
16729 * gdb.trace/actions.c: Ditto.
16730 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16731 ensure clang would not discard it.
16732
bfd39632
DB
167332014-04-24 David Blaikie <dblaikie@gmail.com>
16734
16735 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16736 clang to emit the full definition of type required by the test
16737 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16738
22842ff6
DB
167392014-04-24 David Blaikie <dblaikie@gmail.com>
16740
16741 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16742 coax Clang into emitting the definition of the type.
16743 * gdb.cp/pr10728-x.h (y): Ditto.
16744 * gdb.cp/pr10728-y.cc (y): Ditto.
16745
c2e827ad
DB
167462014-04-24 David Blaikie <dblaikie@gmail.com>
16747
16748 * gdb.base/label.exp: XFAIL label related tests under Clang.
16749 * gdb.cp/cplabel.exp: Ditto.
16750 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16751 under Clang those using labels.
16752
4c2d33e7
YQ
167532014-04-25 Yao Qi <yao@codesourcery.com>
16754
16755 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16756 double_label.
16757 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16758 partial_label and double_label.
16759
56083b99
DB
167602014-04-24 David Blaikie <dblaikie@gmail.com>
16761
16762 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16763
25d4e99d
DB
167642014-04-24 David Blaikie <dblaikie@gmail.com>
16765
16766 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16767 of the function to work across GCC and Clang.
16768 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16769 pointer types (const void ** const V void **).
16770
01f9f808
MS
167712014-04-24 Michael Sturm <michael.sturm@mintel.com>
16772 Walfred Tedeschi <walfred.tedeschi@intel.com>
16773
16774 * Makefile.in (EXECUTABLES): Added i386-avx512.
16775 * gdb.arch/i386-avx512.c: New file.
16776 * gdb.arch/i386-avx512.exp: Likewise.
16777
4b48d439
KS
167782014-04-23 Keith Seitz <keiths@redhat.com>
16779
16780 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16781 (mi_make_breakpoint_table): New procedure.
16782 (mi_create_breakpoint): Use mi_make_breakpoint
16783 and return the result.
16784 (mi_make_breakpoint): New procedure.
16785 (mi_build_kv_pairs): New procedure.
16786
16787 * gdb.mi/mi-break.exp: Remove unused globals,
16788 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16789 All callers updated.
16790 * gdb.mi/mi-dprintf.exp: Use variable to track command
16791 number.
16792 Update all callers of mi_create_breakpoint and use
16793 mi_make_breakpoint_table.
16794 Remove any unused global variables.
16795 * gdb.mi/mi-nonstop.exp: Likewise.
16796 * gdb.mi/mi-nsintrall.exp: Likewise.
16797 * gdb.mi/mi-nsmoribund.exp: Likewise.
16798 * gdb.mi/mi-nsthrexec.exp: Likewise.
16799 * gdb.mi/mi-reverse.exp: Likewise.
16800 * gdb.mi/mi-simplerun.exp: Likewise.
16801 * gdb.mi/mi-stepn.exp: Likewise.
16802 * gdb.mi/mi-syn-frame.exp: Likewise.
16803 * gdb.mi/mi-until.exp: Likewise.
16804 * gdb.mi/mi-var-cp.exp: Likewise.
16805 * gdb.mi/mi-var-display.exp: Likewise.
16806 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16807 * gdb.mi/mi2-var-child.exp: Likewise.
16808 * gdb.mi/mi-vla-c99.exp: Likewise.
16809 * lib/mi-support.exp: Likewise.
16810
16811 From Ian Lance Taylor <iant@cygnus.com>:
16812 * lib/gdb.exp (parse_args): New procedure.
16813
08351840
PA
168142014-04-23 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.base/break-unload-file.c: New file.
16817 * gdb.base/break-unload-file.exp: New file.
16818 * gdb.base/sym-file-lib.c (baz): New function.
16819 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16820 field.
16821 (load): Store the segment's mapped size.
16822 (unload): New function.
16823 (unload_shlib): New function.
16824 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16825 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16826 set a breakpoint at baz, and call it.
16827 * gdb.base/sym-file.exp: New tests for stale breakpoint
16828 instructions.
16829
076855f9
PA
168302014-04-23 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16833 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16834 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16835 * gdb.base/hbreak-unmapped.c: New file.
16836 * gdb.base/hbreak-unmapped.exp: New file.
16837 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16838 * lib/gdb.exp (gdb_is_target_remote): ... here.
16839
483805cf
PA
168402014-04-22 Pedro Alves <palves@redhat.com>
16841
16842 * gdb.base/consecutive-step-over.c: New file.
16843 * gdb.base/consecutive-step-over.exp: New file.
16844
06d97543
PA
168452014-04-22 Pedro Alves <palves@redhat.com>
16846
16847 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16848 instead of send_gdb/gdb_expect.
16849
b4429ea2
YQ
168502014-04-22 Yao Qi <yao@codesourcery.com>
16851
16852 * lib/trace-support.exp (generate_tracefile): New procedure.
16853 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16854 return 0.
16855 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16856 if generate_tracefile returns 1.
16857
51d48146
PA
168582014-04-18 Tom Tromey <palves@redhat.com>
16859 Pedro alves <tromey@redhat.com>
16860
16861 PR backtrace/15558
16862 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16863 with a backtrace limit.
16864 * gdb.python/py-frame-inline.exp: Test running to an inline
16865 function with a backtrace limit, and printing the newest frame.
16866 * gdb.python/py-frame-inline.c (main): Call f.
16867
bd1dce5f
MS
168682014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16869
16870 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16871
40d1a503
MS
168722014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16873
16874 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16875 Drop prefix from unsupported source file path.
16876
389b98f7
YQ
168772014-04-17 Yao Qi <yao@codesourcery.com>
16878
16879 * lib/gdb.exp (with_target_charset): New proc.
16880 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16881 with_target_charset.
16882 (test_print_strings): Likewise.
16883 (test_repeat_bytes): Likewise.
16884 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16885 for some tests.
16886
22869d73
KS
168872014-04-16 Keith Seitz <keiths@redhat.com>
16888
16889 PR gdb/15827
16890 * gdb.dwarf2/corrupt.c: New file.
16891 * gdb.dwarf2/corrupt.exp: New file.
16892
c4f87ca6
KS
168932014-04-16 Keith Seitz <keiths@redhat.com>
16894
16895 PR c++/16597
16896 * gdb.cp/namelessclass.cc: New file.
16897 * gdb.cp/namelessclass.exp: New file.
16898 * gdb.cp/namelessclass.S: New file.
16899
ab19de87
DE
169002014-04-16 Doug Evans <dje@google.com>
16901
16902 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16903 Add comment.
16904 (gdbserver_default_get_comm_port): New function.
16905 (gdbserver_start): Check if board file provided
16906 "gdbserver,get_comm_port" and use it if so.
16907 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16908 (gdb,socketport): Set to "stdio".
16909 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16910 (stdio_gdbserver_template): Delete.
16911 (${board}_get_remote_address): Update.
16912 (${board}_build_remote_cmd): Delete.
16913 (${board}_get_comm_port): New function.
16914 (${board}_spawn): Update.
16915 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16916 Delete.
16917 (${board}_get_remote_address): Update.
16918 (${board}_get_comm_port): New function.
16919
fc98a809
AB
169202014-04-16 Andrew Burgess <aburgess@broadcom.com>
16921
16922 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16923 appearing in any order.
16924
87fd9e6e
DE
169252014-04-15 Doug Evans <dje@google.com>
16926
16927 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16928 uninitialized value of "description".
16929
099fc3ea
KS
169302014-04-15 Keith Seitz <keiths@redhat.com>
16931
16932 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16933 Remove unused globals.
16934 (test_running_the_program): Likewise.
16935 (test_controlled_execution): Likewise.
16936 (test_controlling_breakpoints): Likewise.
16937 (test_program_termination): Likewise.
16938
5da151d4
KS
169392014-04-15 Keith Seitz <keiths@redhat.com>
16940
16941 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16942 unused globals.
16943 (test_rbreak_creation_and_listing): Likewise.
16944 (test_ignore_count): Likewise.
16945 (test_error): Likewise.
16946
35e5d2f0
PA
169472014-04-15 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16950 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16951 sym-file-loader.c.
16952 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16953 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16954 to sym-file-loader.c.
16955 (struct library): Forward declare.
16956 (load_shlib, lookup_function): Change prototypes.
16957 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16958 (translate_offset): Remove declarations.
16959 (get_text_addr): New declaration.
16960 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16961 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16962 sym-file-loader.h.
16963 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16964 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16965 here from sym-file-loader.h.
16966 (struct library): New structure.
16967 (load_shlib, lookup_function): Change prototypes and adjust to
16968 work with a struct library.
16969 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16970 (translate_offset): Make static.
16971 (get_text_addr): New function.
16972 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16973
eb4c1710
PA
169742014-04-15 Pedro Alves <palves@redhat.com>
16975
16976 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16977
2d1baf52
PA
169782014-04-15 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/sym-file-loader.c: Include <limits.h>.
16981 (SELF_LINK): New define.
16982 (get_origin): New function.
16983 (load_shlib): Use it.
16984 * gdb.base/sym-file.exp: Don't early return if the target is
16985 remote. Use runto_main, and issue fail is that fails. Use
16986 gdb_load_shlibs.
16987 (shlib_name): Delete.
16988 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16989
7dd6df01
PA
169902014-04-15 Pedro Alves <palves@redhat.com>
16991
16992 * gdb.base/sym-file.exp: Remove regex characters from test
16993 message. Don't refer to breakpoint numbers in test messages.
16994
b50c8614
KS
169952014-04-14 Keith Seitz <keiths@redhat.com>
16996
16997 PR c++/16253
16998 * gdb.cp/var-tag.cc: New file.
16999 * gdb.cp/var-tag.exp: New file.
17000 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17001 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17002 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17003 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17004
3d567982
TT
170052014-04-14 Tom Tromey <tromey@redhat.com>
17006
17007 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17008 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17009 type.
17010 * gdb.cp/enum-class.exp: New file.
17011 * gdb.cp/enum-class.cc: New file.
17012
0626fc76
TT
170132014-04-14 Tom Tromey <tromey@redhat.com>
17014
17015 * gdb.dwarf2/enum-type.exp: New file.
17016
dca325b3
SA
170172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17018
17019 * gdb.mi/mi-vla-c99.exp: New file.
17020 * gdb.mi/vla.c: New file.
17021
5854b38a
SA
170222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17023
17024 * gdb.base/vla-datatypes.c: New file.
17025 * gdb.base/vla-datatypes.exp: New file.
17026
463bb957
SA
170272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17028
17029 * gdb.base/vla-ptr.c: New file.
17030 * gdb.base/vla-ptr.exp: New file.
17031
3dd170be
SA
170322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17033
17034 * gdb.dwarf2/count.exp: New file.
17035
5ecaaa66
SA
170362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17037
17038 * gdb.base/vla-sideeffect.c: New file.
17039 * gdb.base/vla-sideeffect.exp: New file.
17040
41f1ada5
DB
170412014-04-14 David Blaikie <dblaikie@gmail.com>
17042
17043 * gdb.mi/non-stop.c: Add return value for non-void function return
17044 statement.
17045 * gdb.threads/staticthreads.c: Ditto.
17046
0be03e84
DE
170472014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17048 Doug Evans <xdje42@gmail.com>
17049
17050 * gdb.guile/scm-value.c: Improve test case.
17051 * gdb.guile/scm-value.exp: Add new test.
17052
f180a1fb
DB
170532014-04-11 David Blaikie <dblaikie@gmail.com>
17054
17055 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17056 override Clang's default.
17057
6b662e19
JB
170582014-04-11 Joel Brobecker <brobecker@adacore.com>
17059
17060 Revert the following changes (regressions):
17061
17062 * gdb.base/vla-sideeffect.c: New file.
17063 * gdb.base/vla-sideeffect.exp: New file.
17064
17065 * gdb.dwarf2/count.exp: New file.
17066
17067 * gdb.base/vla-multi.c: New file.
17068 * gdb.base/vla-multi.exp: New file.
17069
17070 * gdb.base/vla-ptr.c: New file.
17071 * gdb.base/vla-ptr.exp: New file.
17072
17073 * gdb.base/vla-datatypes.c: New file.
17074 * gdb.base/vla-datatypes.exp: New file.
17075
17076 * gdb.mi/mi-vla-c99.exp: New file.
17077 * gdb.mi/vla.c: New file.
17078
245a5f0b
KS
170792014-04-11 Keith Seitz <keiths@redhat.com>
17080
17081 PR c++/16675
17082 * gdb.cp/cpsizeof.exp: New file.
17083 * gdb.cp/cpsizeof.cc: New file.
17084
58a84dcf
SA
170852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17086
191a8a90
JB
17087 * gdb.mi/mi-vla-c99.exp: New file.
17088 * gdb.mi/vla.c: New file.
58a84dcf 17089
c8655f75
SA
170902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17091
17092 * gdb.base/vla-datatypes.c: New file.
17093 * gdb.base/vla-datatypes.exp: New file.
17094
024e13b4
SA
170952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17096
17097 * gdb.base/vla-ptr.c: New file.
17098 * gdb.base/vla-ptr.exp: New file.
17099
1a237e0e
SA
171002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17101
17102 * gdb.base/vla-multi.c: New file.
17103 * gdb.base/vla-multi.exp: New file.
17104
504f3432
SA
171052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17106
17107 * gdb.dwarf2/count.exp: New file.
17108
3bce8237
SA
171092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17110
191a8a90
JB
17111 * gdb.base/vla-sideeffect.c: New file.
17112 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17113
322f9c21
YQ
171142014-04-11 Yao Qi <yao@codesourcery.com>
17115
17116 * gdb.base/completion.exp: Check file exists before running tests
17117 on file completion.
17118
d708bcd1
PA
171192014-04-10 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/cond-eval-mode.c: New file.
17122 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17123 prepare_for_testing to build the new file. Check result of
17124 runto_main.
17125 (test_break, test_watch): New procedures.
17126 (top level): Use them.
17127
ae1d2761
PM
171282014-04-08 Pierre Muller <muller@sourceware.org>
17129
17130 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17131 Ctrl-V use for mingw hosts.
17132
7af389b8
SC
171332014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17134
17135 * gdb.python/py-value.c: Improve test case.
17136 * gdb.python/py-value.exp: Add new test.
17137
5e703181
DE
171382014-04-07 David Blaikie <dblaikie@gmail.com>
17139
17140 * lib/compiler.c: Identify the clang compiler.
17141 * lib/compiler.cc: Ditto.
17142
9810b410
YQ
171432014-04-03 Yao Qi <yao@codesourcery.com>
17144
17145 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17146
98d1b8dc
AB
171472014-04-01 Anton Blanchard <anton@samba.org>
17148
17149 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17150 messages unique.
17151
3114cea1
AB
171522014-04-01 Anton Blanchard <anton@samba.org>
17153
17154 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17155 prepare_for_testing.
17156
62f7182c
AB
171572014-04-01 Anton Blanchard <anton@samba.org>
17158
17159 * gdb.arch/ppc64-atomic-inst.c: Remove.
17160 * gdb.arch/ppc64-atomic-inst.S: New file.
17161 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17162
770e7fc7
DE
171632014-03-31 Doug Evans <dje@google.com>
17164
17165 * gdb.base/print-symbol-loading-lib.c: New file.
17166 * gdb.base/print-symbol-loading-main.c: New file.
17167 * gdb.base/print-symbol-loading.exp: New file.
17168
46e2bafa
YQ
171692014-03-31 Yao Qi <yao@codesourcery.com>
17170
17171 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17172
8776cfe9
JB
171732014-03-28 Joel Brobecker <brobecker@adacore.com>
17174
17175 * gdb.ada/mi_dyn_arr: New testcase.
17176
5d1ef361
DE
171772014-03-27 Doug Evans <dje@google.com>
17178
17179 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17180
b5bee914
YQ
171812014-03-27 Yao Qi <yao@codesourcery.com>
17182
17183 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17184 if target is nios2-*-*.
17185
0d4d0e77
YQ
171862014-03-26 Yao Qi <yao@codesourcery.com>
17187
17188 * lib/gdb.exp (readline_is_used): New proc.
17189 * gdb.base/completion.exp: Move tests on command complete up.
17190 Skip the rest of tests if readline is not used.
17191 * gdb.ada/complete.exp: Skp the test if readline is not
17192 used.
17193 * gdb.base/filesym.exp: Likewise.
17194 * gdb.base/macscp.exp: Likewise.
17195 * gdb.base/readline-ask.exp: Likewise.
17196 * gdb.base/readline.exp: Likewise.
17197 * gdb.python/py-cmd.exp: Likewise.
17198 * gdb.trace/tfile.exp: Likewise.
17199
29361eee
YQ
172002014-03-26 Yao Qi <yao@codesourcery.com>
17201
17202 * gdb.base/macscp.exp: Fix code format issues.
17203
bc9a5525
UW
172042014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17205
17206 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17207 * gdb.asm/powerpc64le.inc: New file.
17208
d3839ede
PA
172092014-03-25 Pedro Alves <palves@redhat.com>
17210 Doug Evans <dje@google.com>
17211
17212 * gdb.base/source-execution.c: New file.
17213 * gdb.base/source-execution.exp: New file.
17214 * gdb.base/source-execution.gdb: New file.
17215
01672a57
DE
172162014-03-24 Doug Evans <dje@google.com>
17217
17218 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17219 using fission.
17220
88bbeca9
HZ
172212014-03-24 Hui Zhu <hui@codesourcery.com>
17222 Pedro Alves <palves@redhat.com>
17223
17224 PR breakpoints/16101
17225 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17226 test pass/fail messages. Detect missing support for dprintf when
17227 breakpoints are actually inserted.
17228 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17229 breakpoints are actually inserted.
17230 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17231 fails.
17232
d2348791
JK
172332014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17234
17235 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17236
feef67ab
DE
172372014-03-22 Doug Evans <xdje42@gmail.com>
17238
17239 * gdb.python/python.exp (python not supported): Verify multi-line
17240 python command issues an error.
25d743f9 17241 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17242 guile command issues an error.
feef67ab 17243
ecebef6a
MR
172442014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17245
17246 * gdb.threads/thread-specific.exp: Handle the lack of usable
17247 $this_breakpoint and $this_thread.
17248
ccdd1909
HZ
172492014-03-21 Hui Zhu <hui@codesourcery.com>
17250
17251 * gdb.base/attach.exp (do_command_attach_tests): New.
17252
beb460e8
PA
172532014-03-20 Tom Tromey <tromey@redhat.com>
17254 Pedro Alves <palves@redhat.com>
17255
17256 PR cli/15718
17257 * gdb.base/condbreak-call-false.c: New file.
17258 * gdb.base/condbreak-call-false.exp: New file.
17259
40acf43a
PA
172602014-03-20 Pedro Alves <palves@redhat.com>
17261
17262 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17263 Delete.
17264 (block_signals, unblock_signals): Delete.
17265 (child_function_2, main): Remove references to deleted variable
17266 and functions.
17267
9f5e1e02
PA
172682014-03-20 Pedro Alves <palves@redhat.com>
17269
17270 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17271 Use pthread_kill to signal thread 2.
17272 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17273 Adjust to make the test send itself a signal rather than using the
17274 host's "kill" command.
17275
99619bea
PA
172762014-03-20 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.threads/multiple-step-overs.c: New file.
17279 * gdb.threads/multiple-step-overs.exp: New file.
17280 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17281 Adjust expected infrun debug output.
17282
2adfaa28
PA
172832014-03-20 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17286 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17287
31e77af2
PA
172882014-03-20 Pedro Alves <palves@redhat.com>
17289
17290 PR breakpoints/7143
17291 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17292 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17293 of gdb_test_multiple.
17294 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17295 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17296
b9f437de
PA
172972014-03-20 Pedro Alves <palves@redhat.com>
17298
17299 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17300 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17301
05adc73e
PA
173022014-03-19 Pedro Alves <palves@redhat.com>
17303
17304 * gdb.base/async.exp: Remove early return.
17305
6048b950
PA
173062014-03-19 Pedro Alves <palves@redhat.com>
17307
17308 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17309
8bcfb00a
PA
173102014-03-19 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.base/async.exp (test_background): Expect \r\n after
17313 "completed." in the fail pattern.
17314
884e37dc
PA
173152014-03-19 Pedro Alves <palves@redhat.com>
17316
17317 * gdb.base/async.exp (test_background): New procedure.
17318 Use it for all background execution command tests.
17319
148e57e2
PA
173202014-03-19 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.base/async.exp: Use prepare_for_testing.
17323
f48088c7
PA
173242014-03-19 Pedro Alves <palves@redhat.com>
17325
17326 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17327 the same line.
17328
e2f6c966
PA
173292014-03-19 Pedro Alves <palves@redhat.com>
17330
17331 * gdb.base/async.c (main): Add "jump here" and "until here" line
17332 marker comments.
17333 * gdb.base/async.exp (jump_here): New global.
17334 (jump& test): Use it.
17335 (until_here): New global.
17336 (until& test): Use it.
17337
c30568d4
PA
173382014-03-19 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.base/async.exp: Don't frob gdb_protocol.
17341
0172b6a7
DE
173422014-03-18 Doug Evans <xdje42@gmail.com>
17343
17344 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17345 Fix spelling of exec-done-display.
17346
06c868a8
JK
173472014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 PR gdb/15358
17350 * gdb.base/gdb-sigterm.c: New file.
17351 * gdb.base/gdb-sigterm.exp: New file.
17352
0c7e1a46
PA
173532014-03-18 Pedro Alves <palves@redhat.com>
17354
17355 PR gdb/13860
17356 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17357 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17358 solib-event.
17359
f7c77d93
JB
173602014-03-17 Joel Brobecker <brobecker@adacore.com>
17361
17362 * gdb.ada/pckd_arr_ren: New testcase.
17363
5a1e8c7a
DE
173642014-03-13 Doug Evans <xdje42@gmail.com>
17365
17366 PR guile/16612
17367 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17368 collect after discarding symbols.
17369
350e1a76
DE
173702014-03-13 Ludovic Courtès <ludo@gnu.org>
17371 Doug Evans <xdje42@gmail.com>
17372
17373 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17374 to history survives a gc.
17375
a69900ae
PA
173762014-03-13 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/default.exp: Don't test "target procfs".
17379
5db9f0bd
PA
173802014-03-13 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.base/default.exp: Update "target child" and "target procfs"
17383 tests to not expect "Unix".
17384
b3ccfe11
TT
173852014-03-12 Tom Tromey <tromey@redhat.com>
17386
17387 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17388 New procs. Add target-async tests.
17389 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17390 Add target-async tests.
17391
646f4417
AA
173922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17393
17394 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17395 'func_start' and 'func_end' for the beginning and end of the
17396 function code, respectively.
17397 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17398 'func_end' instead of 'func' and 'main'.
17399
288c211f
AA
174002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17401
17402 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17403 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17404 generate the debug info assembler source.
17405
e0c0f156
AA
174062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17407
17408 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17409 * gdb.dwarf2/arr-subrange.exp: Likewise.
17410 * gdb.dwarf2/dwz.exp: Likewise.
17411 * gdb.dwarf2/method-ptr.exp: Likewise.
17412 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17413 * gdb.dwarf2/subrange.exp: Likewise.
17414 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17415 * gdb.dwarf2/implptrpiece.exp: Likewise.
17416 * gdb.dwarf2/nostaticblock.exp: Likewise.
17417
0e5c4555
AA
174182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17419
17420 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17421 directory to absolute path name arguments.
17422
5ec18f2b
JG
174232014-03-10 Joel Brobecker <brobecker@adacore.com>
17424
17425 * gdb.ada/tagged_access: New testcase.
17426
847fc4f2
MM
174272014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17428
17429 * gdb.btrace/data.exp: Update expected output.
17430
cc3da688
YQ
174312014-03-06 Yao Qi <yao@codesourcery.com>
17432
17433 * gdb.trace/pr16508.exp: New file.
17434
0f26cec1
PA
174352014-03-05 Pedro Alves <palves@redhat.com>
17436
17437 PR gdb/16575
17438 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17439 procedure.
17440 (top level): Adjust to use it. Add tests that exercise breakpoint
17441 interaction with the code-cache.
17442
7a5a839f
LC
174432014-02-26 Ludovic Courtès <ludo@gnu.org>
17444
17445 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17446 test for 'history-append!'.
17447
31aa7e4e
JB
174482014-02-26 Joel Brobecker <brobecker@adacore.com>
17449
17450 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17451 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17452 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17453 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17454 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17455 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17456
1b588015
JB
174572014-02-26 Joel Brobecker <brobecker@adacore.com>
17458
17459 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17460 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17461 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17462
55426c9d
JB
174632014-02-26 Joel Brobecker <brobecker@adacore.com>
17464
17465 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17466
dc53a7ad
JB
174672014-02-26 Joel Brobecker <brobecker@adacore.com>
17468
17469 * gdb.dwarf2/arr-stride.c: New file.
17470 * gdb.dwarf2/arr-stride.exp: New file.
17471
12ab52e9
PA
174722014-02-26 Pedro Alves <palves@redhat.com>
17473
17474 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17475 that won't ever trigger. Make sure that GDB reports the correct
17476 breakpoint that caused the stop.
17477
849c862e
JK
174782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17479
17480 PR gdb/16626
17481 * gdb.base/auto-load-script: New file.
17482 * gdb.base/auto-load.c: New file.
17483 * gdb.base/auto-load.exp: New file.
17484
71b7d793
JK
17485 PR gdb/16626
17486 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17487
e2f0d509
JK
174882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17489
17490 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17491 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17492
50cc37c8
DE
174932014-02-24 Doug Evans <dje@google.com>
17494
17495 * lib/gdb.exp (run_on_host): Log error output if program fails.
17496
ea4758f2
PA
174972014-02-21 Pedro Alves <palves@redhat.com>
17498
17499 * gdb.threads/step-after-sr-lock.c: Rename to ...
17500 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17501 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17502 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17503 ... this.
17504
d7b30f67
SDJ
175052014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17506
17507 PR tdep/16397
17508 * gdb.arch/amd64-stap-special-operands.exp: New file.
17509 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17510 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17511 * gdb.arch/amd64-stap-triplet.S: Likewise.
17512 * gdb.arch/amd64-stap-triplet.c: Likewise.
17513
83deb43f
JB
175142014-02-20 Joel Brobecker <brobecker@adacore.com>
17515
17516 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17517 in .section pseudo-op.
17518
adde2bff
DE
175192014-02-20 lin zuojian <manjian2006@gmail.com>
17520 Joel Brobecker <brobecker@adacore.com>
17521 Doug Evans <xdje42@gmail.com>
17522
17523 PR symtab/16581
17524 * gdb.dwarf2/dw2-icycle.S: New file.
17525 * gdb.dwarf2/dw2-icycle.c: New file.
17526 * gdb.dwarf2/dw2-icycle.exp: New file.
17527
f7bd0f78
SC
175282014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17529
17530 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17531 operations on gdb.Value objects.
17532 * gdb.python/py-value-cc.exp: Add new test to test operations on
17533 gdb.Value objects.
17534
c17ef0d5
DE
175352014-02-18 Doug Evans <dje@google.com>
17536
17537 * Makefile.in (TESTS): New variable.
17538 (expanded_tests, expanded_tests_or_none): New variables
17539 (check-single): Pass $(expanded_tests_or_none) to runtest.
17540 (check-parallel): Only run tests in $(TESTS) if non-empty.
17541 (check/no-matching-tests-found): New rule.
17542 * README: Document TESTS makefile variable.
17543
5dd3176f
DE
175442014-02-18 Doug Evans <dje@google.com>
17545
17546 * Makefile.in (check-parallel): rm -rf outputs temp.
17547
0b10be4f
JK
175482014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17549
17550 Fix "ERROR: no fileid for" in the testsuite.
17551 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17552
85f224e7
DE
175532014-02-12 Doug Evans <dje@google.com>
17554
17555 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17556 (MISCELLANEOUS): New variable.
17557 (clean): rm -rf $(MISCELLANEOUS).
17558 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17559 dwp live in the same directory as symlinks, with each symlink pointed
17560 to a differently named file in a different directory.
17561
149b30ff
DE
175622014-02-11 Doug Evans <dje@google.com>
17563
17564 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17565 of Tcl file commands.
17566
1dfdac32
MK
175672014-02-10 Mark Kettenis <kettenis@gnu.org>
17568
17569 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17570 "kill -SIGUSR1 -1".
17571
aa4fb036
JB
175722014-02-10 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.ada/tick_length_array_enum_idx: New testcase.
17575
ed3ef339
DE
175762014-02-10 Doug Evans <xdje42@gmail.com>
17577
17578 * configure.ac (AC_OUTPUT): Add gdb.guile.
17579 * configure: Regenerate.
17580 * lib/gdb-guile.exp: New file.
17581 * lib/gdb.exp (get_target_charset): New function.
17582 * gdb.base/help.exp: Update expected output from "apropos apropos".
17583 * gdb.guile/Makefile.in: New file.
17584 * gdb.guile/guile.exp: New file.
17585 * gdb.guile/scm-arch.c: New file.
17586 * gdb.guile/scm-arch.exp: New file.
17587 * gdb.guile/scm-block.c: New file.
17588 * gdb.guile/scm-block.exp: New file.
17589 * gdb.guile/scm-breakpoint.c: New file.
17590 * gdb.guile/scm-breakpoint.exp: New file.
17591 * gdb.guile/scm-disasm.c: New file.
17592 * gdb.guile/scm-disasm.exp: New file.
17593 * gdb.guile/scm-equal.c: New file.
17594 * gdb.guile/scm-equal.exp: New file.
17595 * gdb.guile/scm-error.exp: New file.
17596 * gdb.guile/scm-error.scm: New file.
17597 * gdb.guile/scm-frame-args.c: New file.
17598 * gdb.guile/scm-frame-args.exp: New file.
17599 * gdb.guile/scm-frame-args.scm: New file.
17600 * gdb.guile/scm-frame-inline.c: New file.
17601 * gdb.guile/scm-frame-inline.exp: New file.
17602 * gdb.guile/scm-frame.c: New file.
17603 * gdb.guile/scm-frame.exp: New file.
17604 * gdb.guile/scm-generics.exp: New file.
17605 * gdb.guile/scm-gsmob.exp: New file.
17606 * gdb.guile/scm-iterator.c: New file.
17607 * gdb.guile/scm-iterator.exp: New file.
17608 * gdb.guile/scm-math.c: New file.
17609 * gdb.guile/scm-math.exp: New file.
17610 * gdb.guile/scm-objfile-script-gdb.in: New file.
17611 * gdb.guile/scm-objfile-script.c: New file.
17612 * gdb.guile/scm-objfile-script.exp: New file.
17613 * gdb.guile/scm-objfile.c: New file.
17614 * gdb.guile/scm-objfile.exp: New file.
17615 * gdb.guile/scm-ports.exp: New file.
17616 * gdb.guile/scm-pretty-print.c: New file.
17617 * gdb.guile/scm-pretty-print.exp: New file.
17618 * gdb.guile/scm-pretty-print.scm: New file.
17619 * gdb.guile/scm-section-script.c: New file.
17620 * gdb.guile/scm-section-script.exp: New file.
17621 * gdb.guile/scm-section-script.scm: New file.
17622 * gdb.guile/scm-symbol.c: New file.
17623 * gdb.guile/scm-symbol.exp: New file.
17624 * gdb.guile/scm-symtab-2.c: New file.
17625 * gdb.guile/scm-symtab.c: New file.
17626 * gdb.guile/scm-symtab.exp: New file.
17627 * gdb.guile/scm-type.c: New file.
17628 * gdb.guile/scm-type.exp: New file.
17629 * gdb.guile/scm-value-cc.cc: New file.
17630 * gdb.guile/scm-value-cc.exp: New file.
17631 * gdb.guile/scm-value.c: New file.
17632 * gdb.guile/scm-value.exp: New file.
17633 * gdb.guile/source2.scm: New file.
17634 * gdb.guile/types-module.cc: New file.
17635 * gdb.guile/types-module.exp: New file.
17636
7026a7c1
YQ
176372014-02-10 Yao Qi <yao@codesourcery.com>
17638
17639 PR testsuite/16543
17640 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17641 * configure: Regenerated.
17642 * Makefile.in: New file.
17643
6c466447
AS
176442014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17645
17646 * gdb.python/py-framefilter.exp: Fix typo.
17647
6e854735
YQ
176482014-02-08 Yao Qi <yao@codesourcery.com>
17649
17650 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17651 that no =breakpoint-modified is emitted when breakpoints are
17652 modified through MI commands.
17653
d137e6dc
PA
176542014-02-07 Pedro Alves <pedro@codesourcery.com>
17655 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.threads/step-after-sr-lock.c: New file.
17658 * gdb.threads/step-after-sr-lock.exp: New file.
17659
b5ee5a50
PA
176602014-02-07 Pedro Alves <palves@redhat.com>
17661
17662 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17663
3c77faf3
JK
176642014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17665
17666 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17667 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17668
6dddc817
DE
176692014-02-06 Doug Evans <xdje42@gmail.com>
17670
17671 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17672 output.
17673
17674 * gdb.gdb/python-interrupts.exp: New file.
17675
de7b2893
YQ
176762014-02-05 Yao Qi <yao@codesourcery.com>
17677
17678 * gdb.trace/report.exp (use_collected_data): Test the output
17679 of "info threads" and "info inferiors".
17680
66d032ac
YQ
176812014-02-05 Yao Qi <yao@codesourcery.com>
17682
17683 Revert this patch:
17684
17685 2013-05-24 Yao Qi <yao@codesourcery.com>
17686
17687 * gdb.trace/tfile.exp: Test inferior and thread.
17688
591a12a1
UW
176892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17690
17691 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17692 on a function.
17693 * gdb.base/step-bt.c: Call hello via function pointer to make
17694 sure its first instruction is executed on powerpc64le-linux.
17695
0ff3e01f
UW
176962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17697
17698 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17699
084ee545
UW
177002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17701
17702 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17703 of the test patterns for use on little-endian systems.
17704
6ed14ff3
UW
177052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17706
17707 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17708 (decimal_vector): Fix for little-endian.
17709
401e27fd
JM
177102014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17711
17712 * gdb.arch/sparc-sysstep.exp: New file.
17713 * gdb.arch/sparc-sysstep.c: Likewise.
17714
17715 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17716
8b924729
EBM
177172014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17718
17719 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17720
fb151210
JB
177212014-01-23 Tom Tromey <tromey@redhat.com>
17722
17723 * gdb.ada/array_char_idx: New testcase.
17724
0740f8d8
TT
177252014-01-23 Tom Tromey <tromey@redhat.com>
17726
17727 PR python/16487:
17728 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17729 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17730 classes.
17731
21909fa1
TT
177322014-01-23 Tom Tromey <tromey@redhat.com>
17733
17734 PR python/16491:
17735 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17736 string from an inferior frame.
17737 * gdb.python/py-framefilter-mi.exp: Update.
17738
87ce2a04
DE
177392014-01-22 Doug Evans <dje@google.com>
17740
17741 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17742
237b092b
AA
177432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17744
17745 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17746
d674a709
AA
177472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17748
17749 * gdb.trace/entry-values.exp: Remove excess space character from
17750 regex patterns. Handle s390 call instruction.
17751
20fa3390
AA
177522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17753
17754 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17755 define "*_start" label. Make "name" static.
17756 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17757 ${name} by references to ${name}_start.
17758
78466714
AA
177592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17760
17761 * gdb.base/info-macros.exp: Remove "debug" from the compile
17762 options.
17763
ec9f644a
IB
177642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17765
17766 * gdb.dlang/demangle.exp: New file.
17767
94b1b47e
IB
177682014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17769
17770 * gdb.dlang/primitive-types.exp: New file.
17771
7f420862
IB
177722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17773
17774 * configure.ac: Create gdb.dlang/Makefile.
17775 * configure: Regenerate.
17776 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17777 * gdb.dlang/Makefile.in: New file.
17778 * lib/d-support.exp: New file.
17779 * lib/gdb.exp (skip_d_tests): New proc.
17780
52834460
MM
177812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17782
17783 * gdb.btrace/delta.exp: Check reverse stepi.
17784 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17785 * gdb.btrace/finish.exp: New.
17786 * gdb.btrace/next.exp: New.
17787 * gdb.btrace/nexti.exp: New.
17788 * gdb.btrace/record_goto.c: Add comments.
17789 * gdb.btrace/step.exp: New.
17790 * gdb.btrace/stepi.exp: New.
17791 * gdb.btrace/multi-thread-step.c: New.
17792 * gdb.btrace/multi-thread-step.exp: New.
17793 * gdb.btrace/rn-dl-bind.c: New.
17794 * gdb.btrace/rn-dl-bind.exp: New.
17795 * gdb.btrace/data.c: New.
17796 * gdb.btrace/data.exp: New.
17797 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17798
6e07b1d2
MM
177992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17800
17801 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17802 * gdb.btrace/exception.exp: Update.
17803 * gdb.btrace/instruction_history.exp: Update.
17804 * gdb.btrace/record_goto.exp: Update.
17805 * gdb.btrace/tailcall.exp: Update.
17806 * gdb.btrace/unknown_functions.exp: Update.
17807 * gdb.btrace/delta.exp: New.
17808
0b722aec
MM
178092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17810
17811 * gdb.btrace/record_goto.exp: Add backtrace test.
17812 * gdb.btrace/tailcall.exp: Add backtrace test.
17813
066ce621
MM
178142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17815
17816 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17817 * gdb.btrace/record_goto.c: New.
17818 * gdb.btrace/record_goto.exp: New.
17819 * gdb.btrace/x86-record_goto.S: New.
17820
0688d04e
MM
178212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17822
17823 * gdb.btrace/function_call_history.exp: Update tests.
17824 * gdb.btrace/instruction_history.exp: Update tests.
17825
8710b709
MM
178262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17827
17828 * gdb.btrace/function_call_history.exp: Fix expected field
17829 order for "record function-call-history".
17830 Add new tests for "record function-call-history /c".
17831 * gdb.btrace/exception.cc: New.
17832 * gdb.btrace/exception.exp: New.
17833 * gdb.btrace/tailcall.exp: New.
17834 * gdb.btrace/x86-tailcall.S: New.
17835 * gdb.btrace/x86-tailcall.c: New.
17836 * gdb.btrace/unknown_functions.c: New.
17837 * gdb.btrace/unknown_functions.exp: New.
17838 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17839
5de9129b
MM
178402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17841
17842 * gdb.btrace/instruction_history.exp: Update.
17843 * gdb.btrace/function_call_history.exp: Update.
17844
23a7fe75
MM
178452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17846
17847 * gdb.btrace/function_call_history.exp: Fix expected function
17848 trace.
17849 * gdb.btrace/instruction_history.exp: Initialize traced.
17850 Remove traced_functions.
17851
724c7dd8
MM
178522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17853
17854 * gdb.btrace/function_call_history.exp: Update
17855 * gdb.btrace/instruction_history.exp: Update.
17856
6d78d93b
MM
178572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17858
17859 * gdb.btrace/enable.exp: Update expected text.
17860
93a360cc
OJ
178612014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17862
17863 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17864 bytes.
17865
3772b53f
MR
178662014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17867
17868 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17869
596662fa
OJ
178702014-01-15 Omair Javaid <omair.javaid@linaro.org>
17871
17872 * lib/gdb.exp (supports_process_record): Return true for
17873 arm*-linux*. (supports_reverse): Likewise.
17874
b5b08fb4
SC
178752014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17876
17877 PR python/15464
17878 PR python/16113
17879 * gdb.python/py-type.c: Enhance test case.
17880 * gdb.python/py-value-cc.cc: Likewise
17881 * gdb.python/py-type.exp: Add new tests.
17882 * gdb.python/py-value-cc.exp: Likewise
17883
52d7fb13
AA
178842014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17885 Pedro Alves <palves@redhat.com>
17886
17887 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17888 Make "name" extern.
17889 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17890 references to ${name}_start by references to ${name}.
17891
a2cd8cfe
JB
178922014-01-10 Joel Brobecker <brobecker@adacore.com>
17893
17894 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17895
4e23fced
JB
178962014-01-10 Joel Brobecker <brobecker@adacore.com>
17897
17898 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17899
c6a9e42c
PA
179002014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17901 Pedro Alves <palves@redhat.com>
17902
17903 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17904 mi_gdb_target_load.
c6a9e42c 17905
b7ea362b
PA
179062014-01-08 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.threads/reconnect-signal.c: New file.
17909 * gdb.threads/reconnect-signal.exp: New file.
17910
5e3f4fab
EBM
179112014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17912
17913 * gdb.base/source-dir.exp: New file.
17914
79301218
JB
179152014-01-07 Joel Brobecker <brobecker@adacore.com>
17916
17917 * gdb.ada/mi_interface: New testcase.
17918
8e355c5d
JB
179192014-01-07 Joel Brobecker <brobecker@adacore.com>
17920
17921 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17922 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17923 gdb.ada/pp-rec-component/pck.ads: New files.
17924
c0d48811
JB
179252014-01-07 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.python/py-pp-integral.c: New file.
17928 * gdb.python/py-pp-integral.py: New file.
17929 * gdb.python/py-pp-integral.exp: New file.
17930
17b609c3 17931For older changes see ChangeLog-1993-2013.
c906108c 17932\f
8d8cb839
EZ
17933;; Local Variables:
17934;; mode: change-log
17935;; left-margin: 8
17936;; fill-column: 74
17937;; version-control: never
17938;; End:
902f2ccb 17939
42a4f53d 17940 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17941 Copying and distribution of this file, with or without modification,
17942 are permitted provided the copyright notice and this notice are preserved.