Fix another build failure in tui-selftests.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c2512106
AB
12019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
4
293b38d6
AB
52019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
8 -symbol-info-module-functions and -symbol-info-module-variables.
9
216a7e6b
AB
102019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
13
5bbd8269
AB
142019-12-01 Richard Bunt <richard.bunt@arm.com>
15 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/derived-type-striding.exp: New file.
18 * gdb.fortran/derived-type-striding.f90: New file.
19 * gdb.fortran/array-slices.exp: New file.
20 * gdb.fortran/array-slices.f90: New file.
21
be09caf1
PW
222019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
23
24 * gdb.base/define.exp: Test . in command names.
25 * gdb.base/setshow.exp: Update test, as . is now part of
26 command name.
27
643c0cbe
PW
282019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29
30 * gdb.base/define-prefix.exp: New file.
31
dcdec678
AB
322019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
35 compile.
36 (skip_btrace_pt_tests): Likewise.
37
640ab947
AB
382019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.fortran/info-modules.exp: Compile source files in correct
41 order.
42
d22670f0
KB
432019-11-27 Kevin Buettner <kevinb@redhat.com>
44
45 * gdb.dwarf2/imported-unit.exp: New file.
46 * gdb.dwarf2/imported-unit.c: New file.
47
db5960b4
AB
482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.mi/mi-fortran-modules-2.f90: New file.
51 * gdb.mi/mi-fortran-modules.exp: New file.
52 * gdb.mi/mi-fortran-modules.f90: New file.
53
7dc42066
AB
542019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.mi/mi-sym-info-1.c: New file.
57 * gdb.mi/mi-sym-info-2.c: New file.
58 * gdb.mi/mi-sym-info.exp: New file.
59
0dfeecca
TT
602019-11-22 Tom Tromey <tromey@adacore.com>
61
62 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
63 * gdb.ada/tasks/foo.adb: Add another stopping location.
64
34877895
PJ
652019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
66
67 * gdb.base/endianity.c: New test.
68 * gdb.base/endianity.exp: New file.
69
2e84f897
LD
702019-11-21 Lukas Durfina <ldurfina@tachyum.com>
71
72 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
73
65d1cd5f
TV
742019-11-21 Tom de Vries <tdevries@suse.de>
75
76 PR gdb/24956
77 * gdb.base/ui-redirect.exp: Test output of user-defined command.
78
4f22c3f4
SDJ
792019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
80
81 * gdb.python/py-progspace.exp: Add missing parentheses on some
82 'print' commands.
83
9f6ad286
TT
842019-11-19 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/winheight.exp: New file.
87
0b8dbf3f
AB
882019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.base/ctf-whatis.c: Delete.
91 * gdb.base/ctf-whatis.exp: Delete.
92 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
93
f833b7a7
AB
942019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.base/ctf-cvexpr.exp: Delete.
97 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
98
30d0a636
AB
992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
102 the compiler. Clean up header comment a little.
103 * gdb.base/ctf-ptype.exp: Likewise.
104 * gdb.base/ctf-whatis.exp: Likewise.
105 * lib/gdb.exp (skip_ctf_tests): New proc.
106
494409bb
SDJ
1072019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
108
109 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
110 * gdb.tui/corefile-run.exp: New file.
111
55708e99
TT
1122019-11-14 Tom Tromey <tromey@adacore.com>
113
114 * gdb.base/gdbvars.exp (test_convenience_variables): Add
115 regression tests.
116
45e42163
TT
1172019-11-12 Tom Tromey <tom@tromey.com>
118
119 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
120 after any command. Expect prompt after WAIT_FOR is seen.
121 (enter_tui): Enable resize messages.
122 (command): Expect command in output.
123 (get_line): Avoid error when cursor appears to be off-screen.
124 (dump_screen): Include screen size in title.
125 (_do_resize): New proc, from "resize".
126 (resize): Rewrite. Do resize in two steps.
127 * gdb.tui/empty.exp (layouts): Fix entries.
128 (check_boxes): Remove xfail.
129 (check_text): Dump screen on failure.
130
086baaf1
AB
1312019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.python/py-symbol.exp: Add test for
134 gdb.lookup_static_symbols.
135
09ff83af
AB
1362019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.python/py-symbol.c: Declare and call function from new
139 py-symbol-2.c file.
140 * gdb.python/py-symbol.exp: Compile both source files, and add new
141 tests for gdb.lookup_static_symbol.
142 * gdb.python/py-symbol-2.c: New file.
143
11af934b
TV
1442019-11-02 Tom de Vries <tdevries@suse.de>
145
146 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
147 * gdb.base/anon.exp: Same.
148 * gdb.base/auto-connect-native-target.exp: Same.
149 * gdb.base/call-ar-st.exp: Same.
150 * gdb.base/catch-syscall.exp: Same.
151 * gdb.base/commands.exp: Same.
152 * gdb.base/default.exp: Same.
153 * gdb.base/display.exp: Same.
154 * gdb.base/float.exp: Same.
155 * gdb.base/foll-fork.exp: Same.
156 * gdb.base/help.exp: Same.
157 * gdb.base/info-macros.exp: Same.
158 * gdb.base/info-proc.exp: Same.
159 * gdb.base/info-target.exp: Same.
160 * gdb.base/long_long.exp: Same.
161 * gdb.base/macscp.exp: Same.
162 * gdb.base/memattr.exp: Same.
163 * gdb.base/nofield.exp: Same.
164 * gdb.base/pointers.exp: Same.
165 * gdb.base/printcmds.exp: Same.
166 * gdb.base/ptype.exp: Same.
167 * gdb.base/restore.exp: Same.
168 * gdb.base/return.exp: Same.
169 * gdb.base/scope.exp: Same.
170 * gdb.base/set-noassign.exp: Same.
171 * gdb.base/setshow.exp: Same.
172 * gdb.base/shlib-call.exp: Same.
173 * gdb.base/signals.exp: Same.
174 * gdb.base/sigstep.exp: Same.
175 * gdb.base/skip.exp: Same.
176 * gdb.base/solib-symbol.exp: Same.
177 * gdb.base/stap-probe.exp: Same.
178 * gdb.base/step-line.exp: Same.
179 * gdb.base/step-test.exp: Same.
180 * gdb.base/style.exp: Same.
181 * gdb.base/varargs.exp: Same.
182 * gdb.base/vla-datatypes.exp: Same.
183 * gdb.base/vla-ptr.exp: Same.
184 * gdb.base/vla-sideeffect.exp: Same.
185 * gdb.base/volatile.exp: Same.
186 * gdb.base/watch-cond-infcall.exp: Same.
187 * gdb.base/watchpoint.exp: Same.
188
e96ec2ba
TV
1892019-11-02 Tom de Vries <tdevries@suse.de>
190
191 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
192 * gdb.cp/cpexprs.exp: Same.
193 * gdb.cp/except-multi-location.exp: Same.
194 * gdb.cp/exceptprint.exp: Same.
195 * gdb.cp/gdb2384.exp: Same.
196 * gdb.cp/inherit.exp: Same.
197 * gdb.cp/m-static.exp: Same.
198 * gdb.cp/meth-typedefs.exp: Same.
199 * gdb.cp/misc.exp: Same.
200 * gdb.cp/namespace.exp: Same.
201 * gdb.cp/non-trivial-retval.exp: Same.
202 * gdb.cp/overload.exp: Same.
203 * gdb.cp/pr17132.exp: Same.
204 * gdb.cp/re-set-overloaded.exp: Same.
205 * gdb.cp/rvalue-ref-types.exp: Same.
206 * gdb.cp/templates.exp: Same.
207
bd5766ec
LM
2082019-11-01 Luis Machado <luis.machado@linaro.org>
209
210 PR gdb/25124
211
212 * gdb.arch/pr25124.S: New file.
213 * gdb.arch/pr25124.exp: New file.
214
165f8965
AB
2152019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.fortran/info-modules.exp: Update expected results, and add
218 additional tests for 'info module functinos', and 'info module
219 variables'.
220 * gdb.fortran/info-types.exp: Update expected results.
221 * gdb.fortran/info-types.f90: Extend testcase with additional
222 module variables and functions.
223
59c35742
AB
2242019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.fortran/info-modules.exp: New file.
227 * gdb.fortran/info-types.exp: Build with new file.
228 * gdb.fortran/info-types.f90: Include and use new module.
229 * gdb.fortran/info-types-2.f90: New file.
230
f3fb2519
PW
2312019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
234 * gdb.base/settings.exp: Test all settings types using
235 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
236 that now verifies that the value of "maint show" is the same as
237 returned by the settings functions. Test the type of the
238 maintenance settings.
239 * gdb.base/default.exp: Update show_conv_list.
240
d1e36019
TV
2412019-10-31 Tom de Vries <tdevries@suse.de>
242
243 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
244 gdb_test.
245 * gdb.arch/amd64-disp-step.exp: Same.
246 * gdb.asm/asm-source.exp: Same.
247 * gdb.btrace/buffer-size.exp: Same.
248 * gdb.btrace/cpu.exp: Same.
249 * gdb.btrace/enable.exp: Same.
250 * gdb.dwarf2/count.exp: Same.
251 * gdb.dwarf2/dw2-ranges-func.exp: Same.
252 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
253 * gdb.fortran/vla-datatypes.exp: Same.
254 * gdb.fortran/vla-history.exp: Same.
255 * gdb.fortran/vla-ptype.exp: Same.
256 * gdb.fortran/vla-value.exp: Same.
257 * gdb.fortran/whatis_type.exp: Same.
258 * gdb.guile/guile.exp: Same.
259 * gdb.multi/tids.exp: Same.
260 * gdb.python/py-finish-breakpoint.exp: Same.
261 * gdb.python/py-framefilter.exp: Same.
262 * gdb.python/py-pp-registration.exp: Same.
263 * gdb.python/py-xmethods.exp: Same.
264 * gdb.python/python.exp: Same.
265 * gdb.server/connect-with-no-symbol-file.exp: Same.
266 * gdb.server/no-thread-db.exp: Same.
267 * gdb.server/run-without-local-binary.exp: Same.
268 * gdb.stabs/weird.exp: Same.
269 * gdb.threads/attach-many-short-lived-threads.exp: Same.
270 * gdb.threads/thread-find.exp: Same.
271 * gdb.threads/tls-shared.exp: Same.
272 * gdb.threads/tls.exp: Same.
273 * gdb.threads/wp-replication.exp: Same.
274 * gdb.trace/ax.exp: Same.
275 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
276
3d11e68e
TV
2772019-10-31 Tom de Vries <tdevries@suse.de>
278
279 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
280 * gdb.ada/array_subscript_addr.exp: Same.
281 * gdb.ada/arrayidx.exp: Same.
282 * gdb.ada/arrayparam.exp: Same.
283 * gdb.ada/arrayptr.exp: Same.
284 * gdb.ada/boolean_expr.exp: Same.
285 * gdb.ada/call_pn.exp: Same.
286 * gdb.ada/complete.exp: Same.
287 * gdb.ada/fixed_cmp.exp: Same.
288 * gdb.ada/fun_addr.exp: Same.
289 * gdb.ada/funcall_param.exp: Same.
290 * gdb.ada/interface.exp: Same.
291 * gdb.ada/mod_from_name.exp: Same.
292 * gdb.ada/null_array.exp: Same.
293 * gdb.ada/packed_array.exp: Same.
294 * gdb.ada/packed_tagged.exp: Same.
295 * gdb.ada/print_chars.exp: Same.
296 * gdb.ada/print_pc.exp: Same.
297 * gdb.ada/ptype_arith_binop.exp: Same.
298 * gdb.ada/ptype_field.exp: Same.
299 * gdb.ada/ptype_tagged_param.exp: Same.
300 * gdb.ada/rec_return.exp: Same.
301 * gdb.ada/ref_tick_size.exp: Same.
302 * gdb.ada/str_ref_cmp.exp: Same.
303 * gdb.ada/taft_type.exp: Same.
304 * gdb.ada/tagged.exp: Same.
305 * gdb.ada/type_coercion.exp: Same.
306 * gdb.ada/uninitialized_vars.exp: Same.
307
60b6ede8
TV
3082019-10-30 Tom de Vries <tdevries@suse.de>
309
310 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
311
30baf67b
TV
3122019-10-26 Tom de Vries <tdevries@suse.de>
313
314 * gdb.base/bigcore.c: Fix typos in comments.
315 * gdb.base/ctf-ptype.c: Same.
316 * gdb.base/long_long.c: Same.
317 * gdb.dwarf2/dw2-op-out-param.S: Same.
318 * gdb.python/py-evthreads.c: Same.
319 * gdb.reverse/i387-stack-reverse.c: Same.
320 * gdb.trace/tfile.c: Same.
321 * lib/compiler.c: Same.
322 * lib/compiler.cc: Same.
323
158da0d1
TV
3242019-10-25 Tom de Vries <tdevries@suse.de>
325
326 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
327 gdb_test_multiple calls.
328 * gdb.reverse/sigall-reverse.exp: Same.
329 * gdb.reverse/solib-precsave.exp: Same.
330 * gdb.reverse/solib-reverse.exp: Same.
331 * gdb.reverse/until-precsave.exp: Same.
332 * gdb.reverse/until-reverse.exp: Same.
333
4ccdfbec
TV
3342019-10-24 Tom de Vries <tdevries@suse.de>
335
336 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
337 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
338 kfail using -wrap pattern flag and convenience variable
339 gdb_test_name.
340
33d569b7
AB
3412019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.python/py-progspace.exp: Add tests for the
344 Progspace.block_for_pc method.
345
4d0b984b
TT
3462019-10-23 Tom Tromey <tom@tromey.com>
347
348 * configure: Rebuild.
349 * aclocal.m4: Use m4_include, not sinclude.
350
94cb3754
TV
3512019-10-21 Tom de Vries <tdevries@suse.de>
352
353 * gdb.base/infcall-nested-structs.c: Add
354 __attribute__((noinline,noclone)) to all functions.
355 (call_all): Add missing variable initialization. Simplify return value.
356 (breakpt): Increment volatile variable, to prevent call from being
357 optimized out.
358 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
359
062f1fc1
TV
3602019-10-17 Tom de Vries <tdevries@suse.de>
361
362 * gdb.fortran/module.exp: Allow info variables to print info for files
363 other than module.f90.
364
0b54364d
AB
3652019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.fortran/module.exp: Extend with 'info variables' test.
368
7ff5fae7
AB
3692019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
372 F77_FOR_TARGET.
373
d10eccaa
TV
3742019-10-16 Tom de Vries <tdevries@suse.de>
375
376 PR tdep/25096
377 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
378
745ff14e
TV
3792019-10-16 Tom de Vries <tdevries@suse.de>
380
381 PR tdep/24104
382 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
383 Add KFAIL for PR tdep/25096.
384
03e1ab94
TV
3852019-10-16 Tom de Vries <tdevries@suse.de>
386
387 PR testsuite/25059
388 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
389
b17fcc10
TV
3902019-10-16 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
393 as signed.
394
9223170f
SM
3952019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.mi/list-thread-groups-available.exp: Read entries one by
398 one instead of increasing timeout.
399
d6e76313
TV
4002019-10-13 Tom de Vries <tdevries@suse.de>
401
402 PR record/25038
403 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
404 * gdb.reverse/sigall-reverse.exp: Same.
405 * gdb.reverse/solib-precsave.exp: Same.
406 * gdb.reverse/solib-reverse.exp: Same.
407 * gdb.reverse/step-precsave.exp: Same.
408 * gdb.reverse/until-precsave.exp: Same.
409 * gdb.reverse/until-reverse.exp: Same.
410 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
411
6dfc0041
AA
4122019-10-10 Andreas Arnez <arnez@linux.ibm.com>
413
414 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
415 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
416 (cmp_struct_05_01, cmp_struct_static_02_01)
417 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
418 comparisons.
419
abcf2cc8
TV
4202019-10-10 Tom de Vries <tdevries@suse.de>
421
422 PR testsuite/24888
423 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
424 gnatlink.
425
a50faaf6
TV
4262019-10-09 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/25048
429 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
430
60ff3cd7
AB
4312019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
434 exceptions due to missing debug information.
435
dfee8566
TV
4362019-10-07 Tom de Vries <tdevries@suse.de>
437
438 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
439
3d63690a
AB
4402019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
443 * gdb.base/annota1.exp: Update to use gdb_test_name.
444
30d1f018
WP
4452019-10-07 Weimin Pan <weimin.pan@oracle.com>
446
447 * gdb.base/ctf-whatis.exp: New file.
448 * gdb.base/ctf-whatis.c: New file.
449 * gdb.base/ctf-ptype.exp: New file.
450 * gdb.base/ctf-ptype.c: New file.
451 * gdb.base/ctf-constvars.exp: New file.
452 * gdb.base/ctf-constvars.c: New file.
453 * gdb.base/ctf-cvexpr.exp: New file.
454
4dbbb47c
TV
4552019-10-04 Tom de Vries <tdevries@suse.de>
456
457 * gdb.cp/local-static.c (main): Move declaration of int i out of the
458 for loop.
459
77c2dba3
TT
4602019-10-03 Tom Tromey <tom@tromey.com>
461
462 PR rust/24976:
463 * gdb.rust/simple.rs (Union2): New type.
464 (main): Use Union2.
465 * gdb.rust/simple.exp: Add test.
466
179aed7f
AB
4672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
470 nested function prefix.
471
0a4b0913
AB
4722019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
473 Richard Bunt <richard.bunt@arm.com>
474 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
477 nested functions.
478 * gdb.fortran/nested-funcs.f90: Update expected results.
479 * gdb.fortran/nested-funcs-2.exp: New file.
480 * gdb.fortran/nested-funcs-2.f90: New file.
481
082cce05
AB
4822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.python/py-parameter.exp: Make test names unique.
485 * gdb.python/py-template.exp: Likewise.
486 * gdb.python/py-value.exp: Likewise.
487
2b74ba5a
AB
4882019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * gdb.base/break-interp.exp: Reduce test name duplication.
491 * gdb.base/call-sc.exp: Likewise.
492 * gdb.base/callfuncs.exp: Likewise.
493 * gdb.base/charset.exp: Likewise.
494 * gdb.base/dump.exp: Likewise.
495 * gdb.base/ena-dis-br.exp: Likewise.
496 * gdb.base/relational.exp: Likewise.
497 * gdb.base/step-over-syscall.exp: Likewise.
498 * gdb.base/structs.exp: Likewise.
499
58eb20d5
AB
5002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.linespec/explicit.exp: Make test names unique.
503 * gdb.linespec/ls-errs.exp: Likewise.
504
4d421147
AB
5052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.reverse/break-precsave.exp: Make test names unique.
508 * gdb.reverse/break-reverse.exp: Likewise.
509 * gdb.reverse/finish-precsave.exp: Likewise.
510 * gdb.reverse/finish-reverse.exp: Likewise.
511 * gdb.reverse/machinestate-precsave.exp: Likewise.
512 * gdb.reverse/machinestate.exp: Likewise.
513 * gdb.reverse/readv-reverse.exp: Likewise.
514 * gdb.reverse/recvmsg-reverse.exp: Likewise.
515 * gdb.reverse/sigall-precsave.exp: Likewise.
516 * gdb.reverse/sigall-reverse.exp: Likewise.
517 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
518 * gdb.reverse/watch-precsave.exp: Likewise.
519 * gdb.reverse/watch-reverse.exp: Likewise.
520
d8c06f22
AB
5212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.threads/stop-with-handle.c: New file.
524 * gdb.threads/stop-with-handle.exp: New file.
525
3a56ed86
TV
5262019-10-03 Tom de Vries <tdevries@suse.de>
527
528 PR testsuite/25059
529 * gdb.base/list-missing-source.exp: Allowing the "Compilation
530 directory" line to be missing.
531
42275044
TV
5322019-10-03 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/25059
535 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
536 type optional.
537
9ef62df0
AA
5382019-10-02 Andreas Arnez <arnez@linux.ibm.com>
539
540 * gdb.python/py-format-string.c (string.h): New include.
541 (main): Fill a_struct_with_union.the_union.an_int with bytes of
542 the same value, for endianness-independence.
543 * gdb.python/py-format-string.exp (default_regexp_dict)
544 (test_pretty_structs, test_format): Adjust expected output to the
545 changed initialization.
546
37f6a7f4
TT
5472019-10-02 Tom Tromey <tromey@adacore.com>
548
549 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
550
1d58d6a2
PA
5512019-10-02 Pedro Alves <palves@redhat.com>
552 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
555 "print-file-var.h".
556 (this_version_id) Use ATTRIBUTE_VISIBILITY.
557 (get_version_1): Print this_version_id and its address.
558 Add extern "C" wrappers around interface functions.
559 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
560 "print-file-var.h".
561 (this_version_id) Use ATTRIBUTE_VISIBILITY.
562 (get_version_2): Print this_version_id and its address.
563 Add extern "C" wrappers around interface functions.
564 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
565 <stddef.h> and "print-file-var.h".
566 Add extern "C" wrappers around interface functions.
567 [VERSION_ID_MAIN] (this_version_id): Define.
568 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
569 * gdb.base/print-file-var.h: Add some #defines to simplify setting
570 up extern "C" blocks.
571 * gdb.base/print-file-var.exp (test): New, factored out from top
572 level.
573 (top level): Test all combinations of attribute hidden or not,
574 dlopen or not, and this_version_id symbol in main file or not.
575 Compile tests as both C++ and C, make test names unique.
576
d770d56f
TT
5772019-10-01 Tom Tromey <tom@tromey.com>
578
579 * gdb.base/style.exp: Test "show logging filename".
580
7f6aba03
TT
5812019-10-01 Tom Tromey <tom@tromey.com>
582
583 * lib/gdb-utils.exp (style): Handle "metadata" argument.
584 * gdb.base/style.exp: Add metadata style test.
585
14309bb6
TT
5862019-10-01 Tom Tromey <tom@tromey.com>
587
588 * gdb.base/style.exp: Test "pwd".
589
2a3c1174
PA
5902019-10-01 Tom Tromey <tom@tromey.com>
591
592 * gdb.base/style.exp: Update tests.
593
53d666ec
AA
5942019-10-01 Andreas Arnez <arnez@linux.ibm.com>
595
596 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
597 'six' to unsigned.
598 (s1): Initialize fields 'four' and 'six' instead of 'three' and
599 'five'. Use an all-ones bit pattern for each.
600 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
601 to its changed values.
602
4a56a520
TT
6032019-09-30 Tom Tromey <tromey@adacore.com>
604
605 * gdb.rust/traits.rs: Disable all warnings.
606
0df0352a
TV
6072019-09-29 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
610
73d9a918
TV
6112019-09-29 Tom de Vries <tdevries@suse.de>
612
613 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
614
060b3ab4
TV
6152019-09-27 Tom de Vries <tdevries@suse.de>
616
617 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
618
68f7d34d
TV
6192019-09-27 Tom de Vries <tdevries@suse.de>
620
621 PR record/23188
622 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
623
5d63b30a
TT
6242019-09-26 Tom Tromey <tromey@adacore.com>
625
626 * gdb.ada/py_taft.exp: New file.
627 * gdb.ada/py_taft/main.adb: New file.
628 * gdb.ada/py_taft/pkg.adb: New file.
629 * gdb.ada/py_taft/pkg.ads: New file.
630
3d435220
TV
6312019-09-24 Tom de Vries <tdevries@suse.de>
632
633 PR gdb/24598
634 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
635
77d03678
TV
6362019-09-22 Tom de Vries <tdevries@suse.de>
637
638 * gdb.base/restore.exp: Allow register variables to be optimized out at
639 -O0.
640
abf516c6
UW
6412019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
642
643 * gdb.arch/spu-info.exp: Remove file.
644 * gdb.arch/spu-info.c: Remove file.
645 * gdb.arch/spu-ls.exp: Remove file.
646 * gdb.arch/spu-ls.c: Remove file.
647
648 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
649 * gdb.asm/spu.inc: Remove file.
650
651 * gdb.base/dump.exp: Remove support for spu*-*-*.
652 * gdb.base/stack-checking.exp: Likewise.
653 * gdb.base/overlays.exp: Likewise.
654 * gdb.base/ovlymgr.c: Likewise.
655 * gdb.base/spu.ld: Remove file.
656
657 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
658 * gdb.cp/cpexprs.exp: Likewise.
659 * gdb.cp/exception.exp: Likewise.
660 * gdb.cp/gdb2495.exp: Likewise.
661 * gdb.cp/mb-templates.exp: Likewise.
662 * gdb.cp/pr9167.exp: Likewise.
663 * gdb.cp/userdef.exp: Likewise.
664
665 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
666
667 * gdb.cell: Remove directory.
668 * lib/cell.exp: Remove file.
669
e452e88f
TV
6702019-09-19 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
673
8a625130
TV
6742019-09-19 Tom de Vries <tdevries@suse.de>
675
676 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
677
81dc3ab5
TV
6782019-09-19 Tom de Vries <tdevries@suse.de>
679
680 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
681 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
682 (gdb_target_cmd): ... here.
683 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
684 value 2.
685
b078f3ac
AB
6862019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/source-dir.exp: Avoid having directory names in test
689 names.
690
f1b620e9
MG
6912019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/source-dir.exp: Add extra test for mapped compilation
694 directory.
695
67f3ed6a
AB
6962019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.base/list-missing-source.exp: New file.
699
d1b70248
TV
7002019-09-14 Tom de Vries <tdevries@suse.de>
701
702 PR teststuite/24599
703 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
704 * lib/ada.exp (gnatmake_version_at_least): New proc.
705
5fabdcd6
AB
7062019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.base/maint.exp: Use exec_has_index_section.
709
aa17805f
AB
7102019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.base/maint.exp: Add test for 'maint info sections'.
713
25e5c209
TV
7142019-09-12 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/store.exp: Allow register variables to be optimized out at
717 -O0.
718
4993045d
PW
7192019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
720
721 * gdb.ada/rdv_wait.exp: Update to new task names.
722 * gdb.base/task_switch_in_core.exp: Likewise.
723 * gdb.base/info_sources_base.c: Likewise.
724
8a516164
TT
7252019-09-10 Tom Tromey <tromey@adacore.com>
726
727 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
728
aa391654
TT
7292019-09-10 Tom Tromey <tromey@adacore.com>
730
731 * gdb.ada/dgopt.exp: New file.
732 * gdb.ada/dgopt/x.adb: New file.
733
8634b462
TT
7342019-09-08 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/resize.exp: Remove setup_xfail.
737 * gdb.tui/regs.exp: Remove setup_xfail.
738 * gdb.tui/basic.exp: Remove setup_xfail.
739
736b0f76
DB
7402019-09-06 David Blaikie <dblaikie@gmail.com>
741
742 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
743 * gdb.cp/cplabel.exp: Ditto.
744 * gdb.linespec/ls-errs.exp: Ditto.
745
30331a6c
TV
7462019-09-05 Tom de Vries <tdevries@suse.de>
747
748 * lib/gdb.exp (cmp_file_string): New proc.
749 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
750 runto_main. Verify save breakpoints output.
751
98b0ebab
PW
7522019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * gdb.base/info-var.exp: Test info variables without running
755 to main, to avoid expect's buffer overflow.
756
4e962e74
TT
7572019-09-03 Tom Tromey <tromey@adacore.com>
758
759 * gdb.ada/bias.exp: New file.
760 * gdb.ada/bias/bias.adb: New file.
761 * gdb.ada/print_chars.exp: Add regression test.
762 * gdb.ada/print_chars/foo.adb (My_Character): New type.
763 (MC): New variable.
764
2ea1a07a
SL
7652019-08-29 Sandra Loosemore <sandra@codesourcery.com>
766
767 * gdb.base/argv0-symlink.exp: Run only on native target
768 and local host.
769
8077c50d
TV
7702019-08-29 Tom de Vries <tdevries@suse.de>
771
772 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
773 diverse debug info.
774 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
775
48352473
TV
7762019-08-28 Tom de Vries <tdevries@suse.de>
777
778 * gdb.base/info-var.exp: Allow info variables to print info for files
779 other than info-var-f1.c and info-var-f2.c.
780
d8f27c60
AB
7812019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.fortran/info-types.exp: Add module.
784 * gdb.fortran/info-types.f90: Update expected results.
785
1f20c35e
AB
7862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.fortran/info-types.exp: New file.
789 * gdb.fortran/info-types.f90: New file.
790 * lib/fortran.exp (fortran_character1): New proc.
791
4acfdd20
AB
7922019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
795 functions'. Reindent as needed.
796 * gdb.base/info-var-f1.c: New file.
797 * gdb.base/info-var-f2.c: New file.
798 * gdb.base/info-var.exp: New file.
799 * gdb.base/info-var.h: New file.
800
5c31b358
TV
8012019-08-26 Tom de Vries <tdevries@suse.de>
802
803 PR c++/24852
804 * gdb.cp/no-libstdcxx-probe.exp: New test.
805
b694989f
TV
8062019-08-26 Tom de Vries <tdevries@suse.de>
807
808 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
809 * tests need to be skipped.
810 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
811 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
812 mi_skip_libstdcxx_probe_tests.
813
d9c4ba53
SDJ
8142019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
815
816 * gdb.python/py-xmethods.exp: Use raw strings when passing
817 arguments to SimpleXMethodMatcher.
818
395fad09
TV
8192019-08-22 Tom de Vries <tdevries@suse.de>
820
821 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
822 more informative.
823
26c957f1
PA
8242019-08-21 Pedro Alves <palves@redhat.com>
825
826 * gdb.base/with.exp: Test "with" with no arguments.
827
61f80d5d
TV
8282019-08-21 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/gdb-caching-proc.exp: Sort files.
831
d7a11d13
TV
8322019-08-20 Tom de Vries <tdevries@suse.de>
833
834 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
835 compilation.
836
34dafe9f
TV
8372019-08-16 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/compare-sections.exp ("after run to main"): Allow
840 mismatched read-only sections for PIE executables.
841
398fdd60
TT
8422019-08-16 Tom Tromey <tom@tromey.com>
843
844 * lib/tuiterm.exp (_csi_Z): New proc.
845 * gdb.tui/basic.exp: Update window positions.
846 * gdb.tui/empty.exp: Update window positions.
847
d8f9e51c
SL
8482019-08-15 Sandra Loosemore <sandra@codesourcery.com>
849
850 * gdb.base/examine-backward.exp: Correct regexp for
851 "examine 3 bytes backward from ${address_zero}".
852
3df505f6
TT
8532019-08-15 Tom Tromey <tom@tromey.com>
854
855 * gdb.tui/empty.exp: Enable resizing tests.
856
272560b5
TT
8572019-08-15 Tom Tromey <tromey@adacore.com>
858
859 * gdb.ada/char_enum.exp: Add regression tests.
860 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
861 and '0'.
862 (Char, Gchar): Update.
863 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
864
08235187
CB
8652019-08-15 Christian Biesinger <cbiesinger@google.com>
866
867 * gdb.python/python.exp: Expect a leading underscore on
868 GdbOutput{,Error}File.
869
22a2ab04
SL
8702019-08-15 Sandra Loosemore <sandra@codesourcery.com>
871
872 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
873 Windows host.
874
835b995b
SL
8752019-08-15 Sandra Loosemore <sandra@codesourcery.com>
876
877 * gdb.base/batch-preserve-term-settings.exp
878 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
879
97dd8e07
CB
8802019-08-15 Christian Biesinger <cbiesinger@google.com>
881
882 * lib/gdb.exp: When running on a mingw target, replace
883 /x/ with x:/.
884
75faf5c4
AH
8852019-08-14 Alan Hayward <alan.hayward@arm.com>
886
887 * gdb.arch/aarch64-prologue.c: New test.
888 * gdb.arch/aarch64-prologue.exp: New file.
889
abc6c00f
TV
8902019-08-13 Tom de Vries <tdevries@suse.de>
891
892 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
893 Thread.
894
74c2c1f4
SL
8952019-08-13 Sandra Loosemore <sandra@codesourcery.com>
896
897 * gdb.python/py-completion.exp: Download the .py file to the host
898 and use its host pathname. Conditionalize tests that use
899 tab completion and manipulate files on the build machine.
900 * gdb.python/py-events.exp: Download the .py file to the host
901 and use its host pathname.
902 * gdb.python/py-evsignal.exp: Likewise.
903 * gdb.python/py-evthreads.exp: Likewise.
904 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
905 pathname syntax.
906 * gdb.python/py-framefilter.exp: Download the .py file to the right
907 place on the host. Match Windows pathname syntax.
908 * gdb.python/py-mi-var-info-path-expression.exp: Download the
909 .py file to the host and use its host pathname.
910 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
911 * gdb.python/py-objfile.exp: Expect a host pathname, not a
912 build pathname. Skip symlink test on Windows host. Add missing
913 newline at end of file.
914 * gdb.python/py-pp-maint.exp: Download the .py file to the host
915 and use its host pathname.
916 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
917 * gdb.python/py-section-script.exp: Use host location of binfile
918 on safe-path. Use correct path separator on Windows host.
919 Reorder alternatives in gdb_test_multiple to prevent matching
920 the wrong alternative on success.
921 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
922
ca2589f3
PP
9232019-08-12 Patrick Palka <patrick@parcs.ath.cx>
924
925 * gdb.gdb/selftest.exp (test_with_self): Update test to now
926 expect the GDB inferior to no longer immediately stop after
927 being resumed with "signal SIGINT".
928
020a839d
SL
9292019-08-09 Sandra Loosemore <sandra@codesourcery.com>
930
931 * gdb.linespec/break-ask.exp: Generalize regexps to match
932 Windows pathnames too.
933
128d6509
TV
9342019-08-08 Tom de Vries <tdevries@suse.de>
935
936 PR testsuite/24862
937 * lib/tuiterm.exp (_accept): Fix CSI regexp.
938
590042fc
PW
9392019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
940
941 * gdb.base/style.exp: Update tests for help doc new invariants.
942 * gdb.base/help.exp: Likewise.
943
046bebe1
TT
9442019-08-06 Tom Tromey <tom@tromey.com>
945
946 * gdb.base/style.exp: Add disassemble test.
947 * gdb.base/style.c (some_called_function): New function.
948 (main): Use it.
949
0b27c27d
CB
9502019-08-05 Christian Biesinger <cbiesinger@google.com>
951
952 * gdb.python/py-block.exp: Test dictionary access on blocks.
953
580f1034
SM
9542019-08-05 Simon Marchi <simon.marchi@efficios.com>
955
956 PR gdb/24863
957 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
958 -list-thread-groups --available test when running under
959 check-read1.
960
d86bd7cb
TV
9612019-08-05 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/24863
964 * lib/gdb.exp (with_read1_timeout_factor): New proc.
965 * gdb.base/help.exp: Use with_read1_timeout_factor.
966 * gdb.base/info-macros.exp: Same.
967 * gdb.cp/nested-types.exp: Same.
968
a80cf5d8
TV
9692019-08-05 Tom de Vries <tdevries@suse.de>
970
971 * lib/gdb.exp (version_at_least): Factor out of ...
972 (tcl_version_at_least): ... here.
973 (gdb_compile): Fail if pie results in non-PIE executable.
974 (readelf_version, readelf_prints_pie): New proc.
975 (exec_is_pie): Return -1 if unknown.
976
d0962838
TV
9772019-08-05 Tom de Vries <tdevries@suse.de>
978
979 * lib/gdb.exp (tcl_version_at_least): Fix typo.
980
2252ff3d
SL
9812019-08-04 Sandra Loosemore <sandra@codesourcery.com>
982
983 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
984
26655f53
SL
9852019-08-04 Sandra Loosemore <sandra@codesourcery.com>
986
987 * lib/completion-support.exp (test_gdb_complete_none): Skip
988 tab completion tests if no readline support.
989 (test_gdb_complete_unique_re): Likewise.
990 (test_gdb_complete_multiple): Likewise.
991
db4dc13e
PW
9922019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
993
994 * gdb.base/info_sources.exp: New file.
995 * gdb.base/info_sources.c: New file.
996 * gdb.base/info_sources_base.c: New file.
997
0eba165a
PFC
9982019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
999
1000 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1001 prefix argument.
1002 (test_exit_status): Add prefix argument.
1003
59bd512b
TV
10042019-08-01 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/24863
1007 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1008 calling exp_continue for new thread and thread exited messages.
1009
2a3ad588
TV
10102019-08-01 Tom de Vries <tdevries@suse.de>
1011
1012 PR testsuite/24863
1013 * gdb.base/structs.exp: Fix check-read1 timeout using
1014 gdb_test_sequence.
1015 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1016
117eb594
TV
10172019-08-01 Tom de Vries <tdevries@suse.de>
1018
1019 PR testsuite/24863
1020 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1021 line.
1022
ed591340
TV
10232019-08-01 Tom de Vries <tdevries@suse.de>
1024
1025 PR testsuite/24863
1026 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1027
aa3b6533
TT
10282019-07-30 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.ada/display_nested.exp: New file.
1031 * gdb.ada/display_nested/foo.adb: New file.
1032 * gdb.ada/display_nested/pack.adb: New file.
1033 * gdb.ada/display_nested/pack.ads: New file.
1034
2906593f
CB
10352019-07-30 Christian Biesinger <cbiesinger@google.com>
1036
1037 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1038 namespace.
1039 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1040
0f575925
TV
10412019-07-30 Tom de Vries <tdevries@suse.de>
1042
1043 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1044 instead.
1045
b13057d9
TV
10462019-07-30 Tom de Vries <tdevries@suse.de>
1047
1048 PR testsuite/24834
1049 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1050 (exec_is_pie): New proc.
1051
5c4dde85
CB
10522019-07-29 Christian Biesinger <cbiesinger@google.com>
1053
1054 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1055
c620ed88
CB
10562019-07-29 Christian Biesinger <cbiesinger@google.com>
1057
1058 * gdb.python/py-objfile.c: Add global and static vars.
1059 * gdb.python/py-objfile.exp: Test new functions Objfile.
1060 lookup_global_symbol and lookup_static_symbol.
1061
3d235706
TT
10622019-07-29 Tom Tromey <tom@tromey.com>
1063
1064 * lib/tuiterm.exp (Term::_csi_@): New proc.
1065 (Term::_csi_X): Don't move cursor.
1066
c7e4c0a6
PW
10672019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1068
1069 * gdb.base/options.exp: Update backtrace - completion to
1070 new option -frame-info.
1071 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1072 Test new 'set print frame-info'. Test backtrace -frame-info
1073 overriding 'set print frame-info'.
1074 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1075 Test new 'set print frame-info'.
1076 Verify consistency of backtrace with and without filters, with and
1077 without -no-filters.
1078 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1079 default.
1080
de28a3b7
TV
10812019-07-29 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1084 no arguments".
1085
507dd60e
TV
10862019-07-29 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1089 is a substring of the first for "complete non-unique file name".
1090
5beafce9
TV
10912019-07-29 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1094 with ".*".
1095
2d274232
TV
10962019-07-29 Tom de Vries <tdevries@suse.de>
1097
1098 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1099 Pass prompt_regexp parameter to gdb_test_multiple calls.
1100
9197cd8b
TV
11012019-07-29 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1104 print registers" regexps.
1105
b528dae0
TV
11062019-07-29 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1109
d17725d7
TV
11102019-07-29 Tom de Vries <tdevries@suse.de>
1111
1112 PR gdb/24855
1113 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1114 (skip_python_tests_prompt): Add prompt_regexp argument to
1115 gdb_test_multiple calls.
1116
52b75bf1
TT
11172019-07-27 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.tui/main.exp: New file.
1120
2b1d00c2
TT
11212019-07-27 Tom Tromey <tom@tromey.com>
1122
1123 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1124 optional.
1125 * gdb.tui/empty.exp: New file.
1126
ded631d5
TT
11272019-07-27 Tom Tromey <tom@tromey.com>
1128
1129 * lib/tuiterm.exp (spawn): New proc.
1130 (Term::resize): New proc.
1131 * gdb.tui/resize.exp: New file.
1132
58ac439d
TT
11332019-07-27 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.tui/list.exp: New file.
1136
fe1f56ee
TT
11372019-07-27 Tom Tromey <tom@tromey.com>
1138
1139 * gdb.tui/regs.exp: New file.
1140
f790b310
TT
11412019-07-27 Tom Tromey <tom@tromey.com>
1142
1143 * gdb.tui/basic.exp: Add "layout split" test.
1144
d95fc6ee
TT
11452019-07-27 Tom Tromey <tom@tromey.com>
1146
1147 * gdb.tui/basic.exp: Add "layout asm" test.
1148
c3786b3a
TT
11492019-07-27 Tom Tromey <tom@tromey.com>
1150
1151 * lib/tuiterm.exp: New file.
1152 * gdb.tui/basic.exp: New file.
1153
98a617f8
KB
11542019-07-27 Kevin Buettner <kevinb@redhat.com>
1155
1156 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1157 Enable tests associated with this flag. Adjust regex
1158 referencing "foo_low" to now refer to "foo_cold" instead.
1159
5c076da4
KB
11602019-07-27 Kevin Buettner <kevinb@redhat.com>
1161
1162 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1163 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1164 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1165 foo_cold. Revise comments to match.
1166 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1167 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1168 were wrapped into this proc; Call do_test in loop from outermost
1169 level.
1170 (foo_low): Rename all occurrences to "foo_cold".
1171 (backtrace from baz): New test.
1172 (x2/i foo_cold): New test.
1173 (info line *foo_cold): New test.
1174
1512d3b7
TV
11752019-07-26 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1178
297989a1
TV
11792019-07-25 Tom de Vries <tdevries@suse.de>
1180
1181 PR testsuite/24830
1182 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1183 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1184 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1185 (skip_libstdcxx_probe_tests): ... here.
1186 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1187
b3b965fb
TV
11882019-07-24 Tom de Vries <tdevries@suse.de>
1189
1190 PR testsuite/24807
1191 * gdb.objc/basicclass.m: Include stdio.h.
1192 * gdb.objc/nondebug.m: Same.
1193 * gdb.objc/objcdecode.m: Same.
1194
4625b4d0
TV
11952019-07-24 Tom de Vries <tdevries@suse.de>
1196
1197 PR testsuite/24612
1198 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1199 additional_flags.
1200
024a5840
TV
12012019-07-24 Tom de Vries <tdevries@suse.de>
1202
1203 PR testsuite/24831
1204 * gdb.multi/tids.exp: Update error messages for info threads.
1205
c76ddaa3
TV
12062019-07-24 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.base/info-types.exp: Allow info types to print info for more than
1209 one file.
1210
9a618ef6
TV
12112019-07-23 Tom de Vries <tdevries@suse.de>
1212
1213 PR testsuite/24842
1214 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1215 gdb_spawn_with_cmdline_opts.
1216
40eadf04
SP
12172019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1218
1219 * gdb.arch/arm-cmse-sgstubs.c: New test.
1220 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1221
5ba29434
TV
12222019-07-23 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/24711
1225 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1226 issuing next command.
1227
a8e9d247
AB
12282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.ada/info_auto_lang.exp: Update expected results.
1231 * gdb.base/info-types.c: Add additional types to check.
1232 * gdb.base/info-types.exp: Update expected results.
1233
eb86c5e2
AB
12342019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.base/info-types.c: New file.
1237 * gdb.base/info-types.exp: New file.
1238
01e175fe
AB
12392019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * gdb.arch/riscv-bp-infcall.c: New file.
1242 * gdb.arch/riscv-bp-infcall.exp: New file.
1243
6b78c3f8
AB
12442019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1245
1246 PR breakpoints/24541
1247 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1248
da738167
TV
12492019-07-14 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24760
1252 * gdb.objc/basicclass.exp: Fix unterminated string.
1253
0d4e84ed
AB
12542019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1255 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1258 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1259 negative bounds.
1260 * gdb.fortran/vla-value.exp: Print elements of an array with
1261 negative bounds.
1262 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1263 testing.
1264
021d8588
AB
12652019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.base/options.exp (expect_string): Dequote strings in
1268 results.
1269 (test-string): Test strings with different quoting and reindent.
1270
f06f1252
TT
12712019-07-10 Tom Tromey <tromey@adacore.com>
1272
1273 * gdb.ada/mi_ex_cond.exp: Update expected results.
1274 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1275 * gdb.ada/mi_catch_ex.exp: Update expected results.
1276 * gdb.ada/mi_catch_assert.exp: Update expected results.
1277 * gdb.ada/catch_ex.exp (catch_exception_info)
1278 (catch_exception_entry, catch_assert_entry)
1279 (catch_unhandled_entry): Update.
1280 * gdb.ada/catch_assert_if.exp: Update expected results.
1281
b863685d
RB
12822019-07-10 Richard Bunt <richard.bunt@arm.com>
1283 Stephen Roberts <stephen.roberts@arm.com>
1284
1285 * gdb.base/define.exp: Restore original prompt.
1286
cb1e4e32
PA
12872019-07-09 Pedro Alves <palves@redhat.com>
1288
1289 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1290 breakpoints" output.
1291 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1292 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1293 throw" creates breakpoint.
1294 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1295 'type="catchpoint"'.
1296
b58a68fe
PA
12972019-07-09 Pedro Alves <palves@redhat.com>
1298
1299 PR c++/15468
1300 * gdb.cp/except-multi-location-lib.cc: New.
1301 * gdb.cp/except-multi-location-main.cc: New.
1302 * gdb.cp/except-multi-location.exp: New.
1303
0826779b
PW
13042019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1305
1306 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1307 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1308 argument and update callers.
1309
5b0e2db4
AB
13102019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.arch/amd64-break-on-asm-line.S: New file.
1313 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1314
1f6f6e21
PW
13152019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1316
1317 * gdb.base/printcmds.exp: Test printing C string and
1318 C wide string convenience vars without transiting via the inferior.
1319 Also make test names unique.
1320
ea142fbf
AH
13212019-07-08 Alan Hayward <alan.hayward@arm.com>
1322
5862c886 1323 PR breakpoints/25011
ea142fbf
AH
1324 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1325
213fd9fa
PA
13262019-07-04 Pedro Alves <palves@redhat.com>
1327
1328 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1329 body returned ok(0), break(3) or continue(4).
1330 * gdb.testsuite/foreach_with_prefix.exp: New file.
1331
2b40fda7
AH
13322019-07-04 Alan Hayward <alan.hayward@arm.com>
1333
1334 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1335
a26c8de0
PA
13362019-07-03 Pedro Alves <palves@redhat.com>
1337
1338 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1339 "return -code".
1340
5f4ba3e7
PA
13412019-07-03 Pedro Alves <palves@redhat.com>
1342
1343 PR cli/24732
1344 * gdb.base/shell.exp: Load completion-support.exp.
1345 Adjust expected error output. Add completion tests.
1346
a994424f
PA
13472019-07-03 Pedro Alves <palves@redhat.com>
1348
1349 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1350 string_to_regexp.
1351
3d9be6f5
PA
13522019-07-03 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1355 (expect_integer): Adjust to expect "-string".
1356 (expect_string): New.
1357 (all_options): Expect "-string".
1358 (test-flag, test-boolean): Adjust to expect "-string".
1359 (test-string): New proc.
1360 (top level): Call it.
1361
41fc454c
PA
13622019-07-03 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1365 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1366 the expected output in the success.
1367
b2b2a215
PA
13682019-07-03 Pedro Alves <palves@redhat.com>
1369
1370 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1371 Split one gdb_test_multiple call in two to avoid a race.
1372
fdbc9870
PA
13732019-07-03 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/with.c: New file.
1376 * gdb.base/with.exp: New file.
1377
c6ac8931
PA
13782019-07-03 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/settings.exp: Replace all references to "maint
1381 test-settings set" with references to "maint set test-settings",
1382 and all references to "maint test-settings show" with references
1383 to "maint show test-settings".
1384
970f9d09
PA
13852019-07-03 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.base/settings.exp (test-string): Adjust expected out when
1388 testing "maint test-settings show filename"
1389
54d66006
PA
13902019-07-02 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/options.exp (test-info-threads): New procedure.
1393 (top level): Call it.
1394
10d06d82
TT
13952019-06-28 Tom Tromey <tromey@adacore.com>
1396
1397 * gdb.dwarf2/ada-linkage-name.c: New file.
1398 * gdb.dwarf2/ada-linkage-name.exp: New file.
1399
3d507ff2
TT
14002019-06-27 Tom Tromey <tromey@adacore.com>
1401
d039f014 1402 PR c++/20020:
3d507ff2
TT
1403 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1404
8af58ffe
TV
14052019-06-26 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1408
22e21752
TV
14092019-06-26 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.base/index-cache.exp: Add back missing debug option.
1412
b65b566c
PW
14132019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1414
1415 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1416
5c2c8c69
TV
14172019-06-25 Tom de Vries <tdevries@suse.de>
1418
1419 PR testsuite/24727
1420 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1421
164e3873
TV
14222019-06-24 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1425
824eacee
TV
14262019-06-24 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1429 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1430 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1431
385b97d3
TV
14322019-06-24 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1435
c596f180
TV
14362019-06-21 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1439
b13a7d03
TV
14402019-06-21 Tom de Vries <tdevries@suse.de>
1441
1442 PR testsuite/24518
1443 PR ada/24713
1444 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1445 index.
1446
899277ae
TT
14472019-06-19 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.ada/length_cond.exp: Add intro comment.
1450
680e1bee
TT
14512019-06-19 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/length_cond.exp: New file.
1454 * gdb.ada/length_cond/length_cond.adb: New file.
1455 * gdb.ada/length_cond/pck.adb: New file.
1456 * gdb.ada/length_cond/pck.ads: New file.
1457
0ed4690a
TV
14582019-06-18 Tom de Vries <tdevries@suse.de>
1459
1460 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1461
d20ed5fd
TT
14622019-06-18 Tom Tromey <tromey@adacore.com>
1463
1464 * gdb.base/list0.h: Add comment explaining control character.
1465
86e04673
TV
14662019-06-18 Tom de Vries <tdevries@suse.de>
1467
1468 * boards/fission.exp: Break up long debug_flags line.
1469
c4973306
SM
14702019-06-16 Tom de Vries <tdevries@suse.de>
1471
1472 PR gdb/24445
1473 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1474 generated index.
1475
93cb9841
AB
14762019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 PR gdb/24686
1479 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1480 improve detection of bug gdb/24541.
1481
399aaebd
SM
14822019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1483
1484 PR gdb/24669
1485 * gdb.base/index-cache.exp (uses_readnow,
1486 expecting_index_cache_use): Define global variable.
1487 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1488 expecting_index_cache_use.
1489
584a927c
AB
14902019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1491 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/pointers.f90: New file.
1494 * gdb.fortran/print_type.exp: New file.
1495 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1496 * gdb.fortran/vla-type.exp: Likewise.
1497 * gdb.fortran/vla-value.exp: Likewise.
1498 * gdb.mi/mi-vla-fortran.exp: Likewise.
1499
30056ea0
AB
15002019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1503 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1504 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1505 as a stop reason.
1506
ec8e2b6d
AB
15072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.base/annota1.exp: Update expected results.
1510 * gdb.cp/annota2.exp: Likewise.
1511 * gdb.cp/annota3.exp: Likewise.
1512
09e4c4e1
AB
15132019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.base/style-logging.exp: Remove path from test name.
1516
0735b091
TT
15172019-06-14 Tom Tromey <tromey@adacore.com>
1518
1519 PR gdb/24502:
1520 * gdb.base/style-logging.exp: New file.
1521
f5686554
TT
15222019-06-14 Tom Tromey <tromey@adacore.com>
1523
1524 * gdb.base/symfile-warn.exp: New file.
1525 * gdb.base/symfile-warn.c: New file.
1526
a0c1ffed
TT
15272019-06-14 Tom Tromey <tromey@adacore.com>
1528
1529 * gdb.base/annotate-symlink.exp: New file.
1530
f411722c
TT
15312019-06-14 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.ada/set_wstr.exp: Add reassignment test.
1534
4268ec18
TT
15352019-06-14 Tom Tromey <tromey@adacore.com>
1536
1537 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1538 'unchecked_access and 'unrestricted_access as well.
1539
9a9e394b
TT
15402019-06-14 Tom Tromey <tromey@adacore.com>
1541
1542 PR ada/24539:
1543 * gdb.ada/vla.exp: Update tests.
1544 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1545 pragma.
1546
4c048731
PA
15472019-06-13 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.base/settings.exp (test-integer): Test junk after
1550 "unlimited".
1551
6665660a
PA
15522019-06-13 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/options.exp (test-thread-apply): New.
1555 (top level): Call it.
1556
5d707134
PA
15572019-06-13 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/options.exp (test-frame-apply): New.
1560 (top level): Test print commands with different "frame apply"
1561 prefixes.
1562
e2a689da
PA
15632019-06-13 Pedro Alves <palves@redhat.com>
1564
e79be6e5 1565 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1566 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1567 'max_completions' parameter and handle it.
1568 (test_gdb_completion_offers_commands): New.
1569
90a1ef87
PA
15702019-06-13 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1573
d4c16835
PA
15742019-06-13 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.base/options.exp (test-backtrace): New.
1577 (top level): Call it.
1578
2daf894e
PA
15792019-06-13 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.guile/scm-frame-args.exp: Use "set print
1582 raw-frame-arguments" instead of "set print raw frame-arguments".
1583 * gdb.python/py-frame-args.exp: Likewise.
1584
e6ed716c
PA
15852019-06-13 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.compile/compile.exp: Adjust expected output to option
1588 processing changes.
1589
7d8062de
PA
15902019-06-13 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/options.exp: Build executable.
1593 (test-print): New procedure.
1594 (top level): Call it, once for "print" and another for "compile
1595 print".
1596
9d0faba9
PA
15972019-06-13 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/options.c: New file.
1600 * gdb.base/options.exp: New file.
1601
dee7b4c8
PA
16022019-06-13 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1605 that "o" is ambiguous.
1606
dca0f6c0
PA
16072019-06-13 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.base/settings.c: New file.
1610 * gdb.base/settings.exp: New file.
1611
ccf46844
PA
16122019-06-13 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.base/completion.exp: Fix comment typo.
1615
b9a3f842
PA
16162019-06-13 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1619 foo --1" test.
1620
d106773e
PA
16212019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1622
1623 * gdb.fortran/block-data.f: New.
1624 * gdb.fortran/block-data.exp: New.
1625
fea82da0
TV
16262019-06-11 Tom de Vries <tdevries@suse.de>
1627
1628 PR testsuite/24521
1629 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1630 message.
1631
8c2e74f1
TV
16322019-06-11 Tom de Vries <tdevries@suse.de>
1633
1634 PR testsuite/24521
1635 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1636
b49851c8
TV
16372019-06-11 Tom de Vries <tdevries@suse.de>
1638
1639 * boards/readnow.exp: New file.
1640
a7067863
AB
16412019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/vla-sizeof.exp: Update expected results.
1644
1a3da2cd
AB
16452019-06-06 Amos Bird <amosbird@gmail.com>
1646
1647 * gdb.base/annota1.exp (thread_switch): Add test for
1648 thread-exited annotation.
1649
3847a7bf
TT
16502019-06-06 Tom Tromey <tromey@adacore.com>
1651
1652 * gdb.base/maint.exp: Expect command started/finished output.
1653
0088ba59
AB
16542019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1657 comment.
1658 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1659
312617a3
AB
16602019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1663 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1664 * gdb.arch/riscv-unwind-long-insn.c: New file.
1665 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1666
e1f2e1a2
CB
16672019-06-04 Christian Biesinger <cbiesinger@google.com>
1668
d3238f7d 1669 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1670
206584bd
PW
16712019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1672
1673 * lib/gdb.exp (help_list_trailer): New regexp variable
1674 factorizing the help trailer message.
1675 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1676 arg to allow to better factorize various tests.
1677 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1678 (test_prefix_command_help): Use help_list_trailer.
1679 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1680 * gdb.guile/scm-cmd.exp: Likewise.
1681 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1682 * gdb.base/help.exp: Use test_user_defined_class_help.
1683 * gdb.base/style.exp: Add tests for styling of help and apropos.
1684 * lib/gdb-utils.exp (style): Add title and highlight styles.
1685
708dc93e
PW
16862019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1687
1688 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1689 $_shell_exitsignal.
1690 * gdb.base/default.exp: Update for new convenience variables.
1691
f49055a5
TT
16922019-05-29 Tom Tromey <tromey@adacore.com>
1693
1694 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1695 to "break complete ada" test case's regexp.
1696
4330d61d
TT
16972019-05-29 Tom Tromey <tromey@adacore.com>
1698
1699 PR c++/20020:
1700 * gdb.cp/constexpr-field.exp: New file.
1701 * gdb.cp/constexpr-field.cc: New file.
1702
000439d5
TT
17032019-05-29 Tom Tromey <tromey@adacore.com>
1704
1705 * gdb.base/finish.exp (finish_no_print): New proc.
1706 (finish_tests): Call it.
1707
5a01c34c
TV
17082019-05-24 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.dwarf2/gdb-add-index.exp: New file.
1711
18125b16
TT
17122019-05-22 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1715 * gdb.base/style.exp: Use "style".
1716 * lib/gdb-utils.exp (style): New proc.
1717
af1a8d03
TV
17182019-05-22 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/align.exp: Require c++11.
1721
e7fe496b
TV
17222019-05-22 Tom de Vries <tdevries@suse.de>
1723
1724 PR testsuite/24586
1725 * gdb.python/py-mi-var-info-path-expression.exp: Call
1726 mi_skip_python_tests to check if python is supported.
1727
8fca4da0
AH
17282019-05-22 Alan Hayward <alan.hayward@arm.com>
1729
1730 * gdb.arch/aarch64-pauth.c: New test.
1731 * gdb.arch/aarch64-pauth.exp: New file.
1732
b7060614
AH
17332019-05-22 Alan Hayward <alan.hayward@arm.com>
1734
1735 * README (Re-running Tests Outside The Testsuite): New section.
1736
669d0468
TV
17372019-05-21 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.arch/amd64-eval.exp: Require c++11.
1740 * gdb.base/max-depth.exp: Same.
1741 * gdb.compile/compile-cplus-array-decay.exp: Same.
1742 * gdb.cp/meth-typedefs.exp: Same.
1743 * gdb.cp/subtypes.exp: Same.
1744 * gdb.cp/temargs.exp: Same.
1745
ce3ebcaa
AH
17462019-05-21 Alan Hayward <alan.hayward@arm.com>
1747
1748 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1749
34d11c68
AB
17502019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 PR gdb/18644
1753 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1754 * gdb.fortran/printing-types.exp: Add new test.
1755 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1756 testing.
1757 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1758 setup_kfail call.
1759
87781e84
AH
17602019-05-17 Alan Hayward <alan.hayward@arm.com>
1761
1762 * README (Running the Testsuite): Change example.
1763 (Testsuite Parameters): Remove TRANSCRIPT.
1764 * lib/gdb.exp: Remove TRANSCRIPT check.
1765
b420b89e
AH
17662019-05-17 Alan Hayward <alan.hayward@arm.com>
1767
1768 * README (Testsuite Parameters): Add replay logging to
1769 GDBSERVER_DEBUG.
1770 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1771 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1772 as a comma separated list.
1773 (gdb_debug_init): Override procedure.
1774
408e9b8b
AH
17752019-05-17 Alan Hayward <alan.hayward@arm.com>
1776
1777 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1778 (gdb_write_cmd_file): New procedure.
1779 * lib/gdbserver-support.exp (gdbserver_start): Call
1780 gdbserver_write_cmd_file.
1781 (gdbserver_write_cmd_file): New procedure.
1782
f9e2e39d
AH
17832019-05-17 Alan Hayward <alan.hayward@arm.com>
1784
1785 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1786 (delete_breakpoints): Likewise.
1787 (gdb_run_cmd): Likewise.
1788 (gdb_start_cmd): Likewise.
1789 (gdb_starti_cmd): Likewise.
1790 (gdb_internal_error_resync): Likewise.
1791 (gdb_test_multiple): Likewise.
1792 (gdb_reinitialize_dir): Likewise.
1793 (default_gdb_exit): Likewise.
1794 (gdb_file_cmd): Mark kill as optional.
1795 (default_gdb_start): Call gdb_stdin_log_init.
1796 (send_gdb): Call gdb_stdin_log_write.
1797 (rerun_to_main): Mark Y as an answer.
1798 (gdb_stdin_log_init): New function.
1799 (gdb_stdin_log_write): Likewise.
1800
81f47ac2
AH
18012019-05-17 Alan Hayward <alan.hayward@arm.com>
1802
1803 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1804 * gdb.base/debug-expr.exp: Likewise.
1805 * gdb.base/foll-fork.exp: Likewise.
1806 * gdb.base/foll-vfork.exp: Likewise.
1807 * gdb.base/fork-print-inferior-events.exp: Likewise.
1808 * gdb.base/gdb-sigterm.exp: Likewise.
1809 * gdb.base/gdbinit-history.exp: Likewise.
1810 * gdb.base/osabi.exp: Likewise.
1811 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1812 * gdb.base/ui-redirect.exp: Likewise.
1813 * gdb.gdb/unittest.exp: Likewise.
1814 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1815 * gdb.mi/mi-watch.exp: Likewise.
1816 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1817 * gdb.mi/user-selected-context-sync.exp: Likewise.
1818 * gdb.python/python.exp: Disable debug test when debugging.
1819 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1821 Likewise.
1822 * gdb.threads/stepi-random-signal.exp: Likewise.
1823
29b52314
AH
18242019-05-17 Alan Hayward <alan.hayward@arm.com>
1825
1826 * Makefile.in: Pass through GDB_DEBUG.
1827 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1828 (gdb,debug): Add board setting.
1829 * lib/gdb.exp (default_gdb_start): Start debugging.
1830 (gdb_debug_enabled): New procedure.
1831 (gdb_debug_init): Likewise.
29b52314
AH
1832
18332019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1834
29b52314
AH
1835 * Makefile.in: Pass through GDB_DEBUG.
1836 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1837 (gdb,debug): Add board setting.
1838 * lib/gdb.exp (default_gdb_start): Start debugging.
1839 (gdb_debug_enabled): New procedure.
1840 (gdb_debug_init): Likewise.
29b52314 1841
ca1285d1
AH
18422019-05-17 Alan Hayward <alan.hayward@arm.com>
1843
1844 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1845
f3a09c80
AH
18462019-05-17 Alan Hayward <alan.hayward@arm.com>
1847
1848 * gdb.base/ui-redirect.exp: Test redirection.
1849
26648588
JV
18502019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1851
1852 * gdb.mi/mi-complete.exp: New file.
1853 * gdb.mi/mi-complete.cc: Likewise.
1854
14237686
AB
18552019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1856
1857 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1858 indexed and sliced arrays, and pointers to arrays.
1859
e7bd7fba
TT
18602019-05-14 Tom Tromey <tromey@adacore.com>
1861
1862 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1863 styling test.
1864
2764128d
TV
18652019-05-14 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1868 selection entry encoding.
1869
71bed2db
TT
18702019-05-10 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.ada/info_exc.exp: Add "complete" test.
1873
63b667ad
TV
18742019-05-09 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1877 CU-relative.
1878
9cfd2b89
TV
18792019-05-09 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1882 CU-relative.
1883
2228ef77
XR
18842019-05-08 Joel Brobecker <brobecker@adacore.com>
1885
1886 * gdb.ada/frame_arg_lang.exp: New testcase.
1887 * gdb.ada/frame_arg_lang/bla.adb: New file.
1888 * gdb.ada/frame_arg_lang/pck.ads: New file.
1889 * gdb.ada/frame_arg_lang/pck.adb: New file.
1890 * gdb.ada/frame_arg_lang/foo.c: New file.
1891
80e55b13
TT
18922019-05-08 Tom Tromey <tromey@adacore.com>
1893
1894 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1895
9d3421af
TT
18962019-05-08 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.base/ptype-offsets.exp: Update tests.
1899
844333e2
TT
19002019-05-08 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1903 cases.
1904 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1905 "short".
1906
988915ee
TT
19072019-05-08 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.ada/vla.exp: New file.
1910 * gdb.ada/vla/vla.adb: New file.
1911
7bd55dac
TV
19122019-05-07 Tom de Vries <tdevries@suse.de>
1913
1914 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1915
75f06e9d
TV
19162019-05-07 Tom de Vries <tdevries@suse.de>
1917
1918 PR testsuite/24522
1919 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1920 section.
1921
77e7aaa4
TV
19222019-05-07 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24522
1925 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1926 .debug_aranges section.
1927
456ba0fa
TV
19282019-05-07 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24159
1931 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1932
5a56d6a6
TV
19332019-05-06 Tom de Vries <tdevries@suse.de>
1934
1935 * lib/gdb.exp (exec_has_index_section): New proc.
1936 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1937 section.
1938
9d6d4be8
TV
19392019-05-04 Tom de Vries <tdevries@suse.de>
1940
1941 * boards/cc-with-debug-names.exp: New file.
1942
222a8d25
TT
19432019-05-03 Tom Tromey <tromey@adacore.com>
1944
1945 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1946 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1947 * gdb.ada/char_enum.exp: Add test.
1948
0fdfd794
TV
19492019-05-03 Tom de Vries <tdevries@suse.de>
1950
1951 * boards/cc-with-gdb-index.exp: New file.
1952
80062eb9
AB
19532019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.rust/simple.exp: Add new test case.
1956 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1957 (main): Initialise an instance of the new struct.
1958
4504bbde
TT
19592019-05-01 Tom Tromey <tromey@adacore.com>
1960
1961 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1962 record.
1963 (NPR): New variable.
1964 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1965 test.
1966
d48e62f4
TT
19672019-05-01 Tom Tromey <tromey@adacore.com>
1968
1969 * gdb.ada/packed_array_assign.exp: Add packed assignment
1970 regression test.
1971
f59f30f5
TV
19722019-05-01 Tom de Vries <tdevries@suse.de>
1973
1974 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1975
b70bfc54
TV
19762019-05-01 Tom de Vries <tdevries@suse.de>
1977
1978 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1979
15f18d14
AT
19802019-04-30 Ali Tamur <tamur@google.com>
1981
1982 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1983
2ff0a947
TT
19842019-04-30 Tom Tromey <tromey@adacore.com>
1985
1986 * lib/ada.exp (find_ada_tool): New proc.
1987 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1988 * gdb.ada/catch_ex_std.exp: New file.
1989 * gdb.ada/catch_ex_std/foo.adb: New file.
1990 * gdb.ada/catch_ex_std/some_package.adb: New file.
1991 * gdb.ada/catch_ex_std/some_package.ads: New file.
1992
a776957c
TT
19932019-04-30 Tom Tromey <tromey@adacore.com>
1994
1995 PR c++/24470:
1996 * gdb.cp/temargs.cc: Add test code from PR.
1997
bc68014d
AB
19982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/vla-datatypes.exp: Update expected results.
2001 * gdb.fortran/vla-ptype.exp: Likewise.
2002 * gdb.fortran/vla-type.exp: Likewise.
2003 * gdb.fortran/vla-value.exp: Likewise.
2004
f1fdc960
AB
20052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.fortran/ptr-indentation.exp: Update expected results.
2008 * gdb.fortran/ptype-on-functions.exp: Likewise.
2009 * gdb.fortran/vla-ptr-info.exp: Likewise.
2010 * gdb.fortran/vla-value.exp: Likewise.
2011
bf7a4de1
AB
20122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * gdb.fortran/ptype-on-functions.exp: New file.
2015 * gdb.fortran/ptype-on-functions.f90: New file.
2016
bbe75b9d
AB
20172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2020 case void string.
2021
1db455a7
AB
20222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.fortran/complex.exp: Expand.
2025 * gdb.fortran/complex.f: Renamed to...
2026 * gdb.fortran/complex.f90: ...this, and extended to add more
2027 complex values.
2028
b6d03bb2
AB
20292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2032 MODULO, CMPLX.
2033
2e62ab40
AB
20342019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2035 Richard Bunt <richard.bunt@arm.com>
2036
2037 * gdb.base/max-depth.c: New file.
2038 * gdb.base/max-depth.exp: New file.
2039 * gdb.python/py-nested-maps.c: New file.
2040 * gdb.python/py-nested-maps.exp: New file.
2041 * gdb.python/py-nested-maps.py: New file.
2042 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2043 (test_all_common): Call test_max_depth.
2044 * gdb.fortran/max-depth.exp: New file.
2045 * gdb.fortran/max-depth.f90: New file.
2046 * gdb.go/max-depth.exp: New file.
2047 * gdb.go/max-depth.go: New file.
2048 * gdb.modula2/max-depth.exp: New file.
2049 * gdb.modula2/max-depth.c: New file.
2050 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2051
d2b584a5
TV
20522019-04-29 Tom de Vries <tdevries@suse.de>
2053
2054 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2055
136afab8
PW
20562019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2057
2058 * gdb.base/callexit.exp: Test may-call-functions off.
2059
725cbb63
KS
20602019-04-25 Keith Seitz <keiths@redhat.com>
2061
2062 PR c++/24367
2063 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2064 (another_incomplete_struct, test_incomplete): New definitions.
2065 (main): Use new definitions.
2066 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2067 functions.
2068
82433e3e
SDJ
20692019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2070
2071 PR corefiles/11608
2072 PR corefiles/18187
2073 * gdb.base/coredump-filter-build-id.exp: New file.
2074
dd06d4d6
AH
20752019-04-25 Alan Hayward <alan.hayward@arm.com>
2076
e79be6e5
SM
2077 * Makefile.in: Pass through GDBSERVER_DEBUG.
2078 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2079 (gdbserver,debug): Add board setting.
2080 * gdb.trace/tspeed.exp: Skip when debugging.
2081 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2082 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2083
1670072e
TT
20842019-04-24 Tom Tromey <tromey@adacore.com>
2085
2086 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2087 Rust.
2088
a59240a4
TT
20892019-04-24 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.arch/amd64-eval.exp: Test bitfield return.
2092 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2093 (class Foo) <return_bitfields>: New method.
2094 (main): Call it.
2095
b907456c
AB
20962019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.cp/many-args.cc: New file.
2099 * gdb.cp/many-args.exp: New file.
2100
5c565afd
TV
21012019-04-23 Tom de Vries <tdevries@suse.de>
2102
2103 PR gdb/24433
2104 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2105
ba22ff86
AH
21062019-04-23 Alan Hayward <alan.hayward@arm.com>
2107
2108 * gdb.trace/backtrace.exp: Use nopie flag.
2109 * gdb.trace/circ.exp: Likewise.
2110 * gdb.trace/collection.exp: Likewise.
2111 * gdb.trace/ftrace.exp: Likewise.
2112 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2113 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2114 * gdb.trace/qtro.exp: Likewise.
2115 * gdb.trace/read-memory.exp: Likewise.
2116 * gdb.trace/report.exp: Likewise.
2117 * gdb.trace/tfile.exp: Likewise.
2118 * gdb.trace/tfind.exp: Likewise.
2119 * gdb.trace/unavailable.exp: Likewise.
2120
7905fc35
PA
21212019-04-22 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/solib-probes-nosharedlibrary.c,
2124 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2125
8ecb59f8
TT
21262019-04-19 Tom Tromey <tromey@adacore.com>
2127
2128 * gdb.ada/ptype_union.c: New file.
2129 * gdb.ada/ptype_union.exp: New file.
2130
62160ec9
TT
21312019-04-19 Tom Tromey <tromey@adacore.com>
2132
2133 PR symtab/24423:
2134 * gdb.base/list0.h (foo): Add a control-l character.
2135
36cd4ba5
TV
21362019-04-18 Tom de Vries <tdevries@suse.de>
2137
2138 PR gdb/24433
2139 * boards/local-board.exp: Set sysroot to "".
2140
b73715df
TV
21412019-04-18 Tom de Vries <tdevries@suse.de>
2142 Pedro Alves <palves@redhat.com>
2143
2144 PR gdb/24454
2145 * gdb.threads/vfork-follow-child-exec.c: New file.
2146 * gdb.threads/vfork-follow-child-exec.exp: New file.
2147 * gdb.threads/vfork-follow-child-exit.c: New file.
2148 * gdb.threads/vfork-follow-child-exit.exp: New file.
2149
4aa866af
LS
21502019-04-15 Leszek Swirski <leszeks@google.com>
2151
2152 * gdb.arch/amd64-eval.cc: New file.
2153 * gdb.arch/amd64-eval.exp: New file.
2154
e5a1a79a
AH
21552019-04-11 Alan Hayward <alan.hayward@arm.com>
2156
2157 * gdb.server/sysroot.c: New test.
2158 * gdb.server/sysroot.exp: New file.
2159 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2160 matching param.
2161
41077b66
AB
21622019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.base/align.exp: Extend test to cover structures containing
2165 only static fields.
2166
c30391f8
TV
21672019-04-11 Tom de Vries <tdevries@suse.de>
2168
2169 * boards/cc-with-dwz-m.exp: New file.
2170 * boards/cc-with-dwz.exp: New file.
2171 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2172
e242fd12
SM
21732019-04-09 Simon Marchi <simon.marchi@efficios.com>
2174
2175 * gdb.base/start-cpp.exp: New file.
2176 * gdb.base/start-cpp.cc: New file.
2177
2b0c8b01
KB
21782019-04-08 Kevin Buettner <kevinb@redhat.com>
2179
2180 * gdb.python/py-thrhandle.exp: Adjust tests to call
2181 thread_from_handle instead of thread_from_thread_handle.
2182
947210e5
KB
21832019-04-08 Kevin Buettner <kevinb@redhat.com>
2184
2185 * gdb.python/py-thrhandle.exp: Add tests for
2186 gdb.InferiorThread.handle.
2187
d7df6549
AB
21882019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.python/py-function.exp: Check calling helper function from
2191 all languages.
2192 * lib/gdb.exp (gdb_supported_languages): New proc.
2193
8bdc1658
AB
21942019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.base/complex-parts.c: New file.
2197 * gdb.base/complex-parts.exp: New file.
2198
05caa1d2
TT
21992019-04-01 Tom Tromey <tromey@adacore.com>
2200
2201 PR symtab/23331:
2202 * gdb.dwarf2/dw2-ranges-main.c: New file.
2203 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2204 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2205
7734102d
EZ
22062019-03-30 Simon Marchi <simark@simark.ca>
2207
2208 * gdb.base/default.exp: Add values for $_gdb_major and
2209 $_gdb_minor.
2210
188e1fa9
TT
22112019-03-29 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.base/help.exp: Tighten apropos regexp.
2214
2880242d
KS
22152019-03-29 Keith Seitz <keiths@redhat.com>
2216
2217 * gdb.fortran/array-bounds.exp: New file.
2218 * gdb.fortran/array-bounds.f90: New file.
2219
077cad8e
PW
22202019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2221
2222 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2223
80047cfc
PW
22242019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2225
2226 * gdb.multi/hello.c (main): Increase alarm timer.
2227
f489207e
SL
22282019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2229
2230 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2231 factor when no hardware watchpoint support.
2232
c92df149
AH
22332019-03-28 Alan Hayward <alan.hayward@arm.com>
2234 Pedro Alves <palves@redhat.com>
2235
2236 * boards/local-board.exp: set sysroot to /.
2237
933aebfa
AH
22382019-03-27 Alan Hayward <alan.hayward@arm.com>
2239
2240 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2241 in child.
2242
9f9aa852
AB
22432019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2246 field.
2247 (make_container): Initialise new field.
2248 * gdb.python/py-prettyprint.exp: Add new tests.
2249 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2250 <display_hint>: New method.
2251
3714a195
AB
22522019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2255 gdb_continue_to_breakpoint more throughout this test.
2256 (run_lang_tests) Supply unique test names, and use
2257 gdb_test_no_output.
2258
18c77628
AB
22592019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.base/finish-pretty.exp: Update expected results.
2262 * gdb.base/pretty-print.c: New file.
2263 * gdb.base/pretty-print.exp: New file.
2264
9a93502f
PA
22652019-03-25 Pedro Alves <palves@redhat.com>
2266
2267 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2268 move comments outside list. Append '-i "" eof' section.
2269
968aa7ae
AH
22702019-03-22 Alan Hayward <alan.hayward@arm.com>
2271
34a7f2a4 2272 PR testsuite/25016
968aa7ae
AH
2273 * README: Add pie options.
2274 * gdb.base/break-interp.exp: Ensure pie is disabled.
2275 * gdb.base/dump.exp: Likewise.
2276 * lib/gdb.exp (gdb_compile): Add pie option.
2277
4c7d57e7
TT
22782019-03-19 Tom Tromey <tromey@adacore.com>
2279
2280 * gdb.mi/mi2-cli-display.c: New file.
2281 * gdb.mi/mi2-cli-display.exp: New file.
2282
bff8c71f
TT
22832019-03-18 Joel Brobecker <brobecker@adacore.com>
2284 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.ada/ptype_array/pck.adb: New file.
2287 * gdb.ada/ptype_array/pck.ads: New file.
2288 * gdb.ada/ptype_array/foo.adb: New file.
2289 * gdb.ada/ptype_array.exp: New file.
2290
d085f989
TT
22912019-03-14 Tom Tromey <tromey@adacore.com>
2292
2293 * gdb.base/style.exp: Add "set style sources" test.
2294
b4be1b06
SM
22952019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2296
2297 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2298 * mi-breakpoint-multiple-locations.exp: ... this.
2299 (make_breakpoints_pattern): New proc.
2300 (do_test): Add mi_version parameter, test -break-insert,
2301 -break-info and =breakpoint-created.
2302
7cde5fc2
AB
23032019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * config/default.exp: Remove 'load_lib gdb.exp'.
2306 * config/monitor.exp: Likewise.
2307 * config/sid.exp: Likewise.
2308 * config/sim.exp: Likewise.
2309 * config/slite.exp: Likewise.
2310 * config/unix.exp: Likewise.
2311 * gdb.base/default.exp: Remove unhelpful comment.
2312
efbecbc1
AB
23132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2316
0841c79a
AB
23172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2320
4a270568
AB
23212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.fortran/type-kinds.exp: Update expected results.
2324
067630bd
AB
23252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2328
3be47f7a
AB
23292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2332 function.
2333 (test_basic_parsing_of_type_kinds): Expand types tested.
2334 (test_parsing_invalid_type_kinds): New function.
2335
4d00f5d8
AB
23362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.fortran/intrinsics.exp: New file.
2339 * gdb.fortran/intrinsics.f90: New file.
2340 * gdb.fortran/type-kinds.exp: New file.
2341
c8f91604
AB
23422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.fortran/dot-ops.exp: New file.
2345
dd9f2c76
AB
23462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2349 Check upper and lower case logical literals.
2350
84ec9724
AB
23512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2354 Remove duplicate tests.
2355
c3734e09
AH
23562019-03-06 Alan Hayward <alan.hayward@arm.com>
2357
2358 * lib/gdb.exp (builtin_cd): rename of cd.
2359 (cd): Override builtin.
2360
aa3cfbda
RB
23612019-03-06 Richard Bunt <richard.bunt@arm.com>
2362
2363 * gdb.fortran/function-calls.exp: New file.
2364 * gdb.fortran/function-calls.f90: New test.
2365
7b63ad86
RB
23662019-03-04 Richard Bunt <richard.bunt@arm.com>
2367
2368 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2369 on user program standard output.
2370 * gdb.fortran/short-circuit-argument-list.f90: Record function
2371 calls.
2372
01abb042
AH
23732019-02-28 Alan Hayward <alan.hayward@arm.com>
2374
c3734e09
AH
2375 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2376 failure.
01abb042 2377
92137da0
RO
23782019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2379
2380 PR gdb/8527
2381 * gdb.base/interrupt-daemon-attach.c,
2382 gdb.base/interrupt-daemon-attach.exp: New test.
2383
5862844d
PA
23842019-02-27 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.base/page.exp: Add tests for "set width/height -1".
2387
8ed25214
PA
23882019-02-27 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/page.exp: Add tests for "set/show width/height" with
2391 "infinite" values.
2392
6c28e44a
TT
23932019-02-27 Tom Tromey <tromey@adacore.com>
2394
2395 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2396 2.4.
2397 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2398 workaround.
2399
bf9a735e
AB
24002019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2403 tests for structs with static members.
2404
8791793c
TT
24052019-02-26 Tom Tromey <tromey@adacore.com>
2406
2407 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2408 ValueError, not TypeError.
2409
bc2a507e
KB
24102019-02-26 Kevin Buettner <kevinb@redhat.com>
2411
2412 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2413 call from main program.
2414
e0e7d3bd
JB
24152019-02-23 Joel Brobecker <brobecker@adacore.com>
2416
2417 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2418 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2419 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2420 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2421 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2422
9600246d
KS
24232019-02-22 Keith Seitz <keiths@redhat.com>
2424
2425 PR symtab/23853
2426 * gdb.base/symlink-sourcefile.c: New file.
2427 * gdb.base/symlink-sourcefile.exp: New file.
2428
0c95f9ed
TT
24292019-02-20 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.base/info_qt.exp: Update.
2432
6caa91b6
SM
24332019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2434
2435 * gdb.base/source.exp: Move "error in sourced script" code to
2436 the end.
2437 * gdb.base/source-error.gdb: Move contents to
2438 source-error-1.gdb. Add new code to source source-error-1.gdb.
2439 * gdb.base/source-error-1.gdb: New file, from previous
2440 source-error.gdb.
2441
6506371f
TT
24422019-02-17 Tom Tromey <tom@tromey.com>
2443
2444 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2445 for macro styling.
2446 * gdb.base/style.c (SOME_MACRO): New macro.
2447
a0087920
TT
24482019-02-17 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.base/style.exp: Add line-wrapping tests.
2451 * gdb.base/page.exp: Add test for quitting during pagination.
2452
a2cd4f14
JB
24532019-02-17 Joel Brobecker <brobecker@adacore.com>
2454
2455 * gdb.ada/big_packed_array: New testcase.
2456 * gdb.ada/homonym.exp: Fix incorrect expected output for
2457 "break <homonym__get_value>" test.
2458
9d70ffbc
WP
24592019-02-13 Weimin Pan <weimin.pan@oracle.com>
2460
2461 PR breakpoints/21870
2462 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2463 and prepare_for_testing. Add comment.
2464 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2465 redundant cleanup call. Clean up comment.
2466
01c7ae81
WP
24672019-02-12 Weimin Pan <weimin.pan@oracle.com>
2468
2469 PR breakpoints/21870
2470 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2471 * gdb.arch/aarch64-dbreg-contents.c: New file.
2472
aff29d1c
JB
24732019-02-10 Joel Brobecker <brobecker@adacore.com>
2474
2475 * gdb.ada/mi_ref_changeable: New testcase.
2476
df0da8a2
AH
24772019-02-07 Alan Hayward <alan.hayward@arm.com>
2478
2479 * gdb.base/attach.exp: Add double attach test.
2480
bd447abb
SM
24812019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2482
2483 * lib/gdb.exp (default_gdb_start): Don't match pagination
2484 prompt.
2485 (gdb_init): Set stty_init.
2486
1dbc40b9
TT
24872019-01-27 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2490 skip_python_tests.
2491
353229bf
AH
24922019-01-24 Alan Hayward <alan.hayward@arm.com>
2493
2494 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2495 New structure.
2496 (struct struct_static_02_02): Likewise.
2497 (struct struct_static_02_03): Likewise.
2498 (struct struct_static_02_04): Likewise.
2499 (struct struct_static_04_01): Likewise.
2500 (struct struct_static_04_02): Likewise.
2501 (struct struct_static_04_03): Likewise.
2502 (struct struct_static_04_04): Likewise.
2503 (struct struct_static_06_01): Likewise.
2504 (struct struct_static_06_02): Likewise.
2505 (struct struct_static_06_03): Likewise.
2506 (struct struct_static_06_04): Likewise.
2507 (cmp_struct_static_02_01): Likewise.
2508 (cmp_struct_static_02_02): Likewise.
2509 (cmp_struct_static_02_03): Likewise.
2510 (cmp_struct_static_02_04): Likewise.
2511 (cmp_struct_static_04_01): Likewise.
2512 (cmp_struct_static_04_02): Likewise.
2513 (cmp_struct_static_04_03): Likewise.
2514 (cmp_struct_static_04_04): Likewise.
2515 (cmp_struct_static_06_01): Likewise.
2516 (cmp_struct_static_06_02): Likewise.
2517 (cmp_struct_static_06_03): Likewise.
2518 (cmp_struct_static_06_04): Likewise.
2519 (call_all): Test new structs.
2520 * gdb.base/infcall-nested-structs.exp: Likewise.
2521
73021deb
AH
25222019-01-21 Alan Hayward <alan.hayward@arm.com>
2523 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2524
fc65c7db
AH
25252019-01-21 Alan Hayward <alan.hayward@arm.com>
2526 * gdb.base/stack-protector.c: New test.
2527 * gdb.base/stack-protector.exp: New file.
2528 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2529 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2530 option.
2531 (gdb_compile): Remove stack protector for GCC and prevent
2532 recursion.
2533
c24bdb02
KS
25342019-01-16 Keith Seitz <keiths@redhat.com>
2535
2536 PR gdb/23773
2537 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2538
6f072a10
PFC
25392019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2540
2541 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2542 aliases.
2543 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2544 tests.
2545 * gdb.arch/powerpc-vector-regs.c: New file.
2546 * gdb.arch/powerpc-vector-regs.exp: New file.
2547
a7b8d682
PFC
25482019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2549
2550 * gdb.arch/altivec-regs.exp: Fix the list passed to
2551 gdb_expect_list when testing "info vector".
2552
6eb6fb67
AB
25532019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.base/style.exp: Don't include path in testname.
2556
b56f80d8
KS
25572019-01-10 Keith Seitz <keiths@redhat.com>
2558
2559 PR gdb/23712
2560 PR symtab/23010
2561 * gdb.dwarf2/multidictionary.exp: New file.
2562
041be526
SM
25632019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2566 (test_gnuv3_style_demangling): ... this.
2567 (test_lucid_style_demangling): Remove.
2568 (test_arm_style_demangling): Remove.
2569 (test_hp_style_demangling): Remove.
2570 (do_tests): Remove calls to the above.
2571
d820d0c3
AB
25722019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2575 case.
2576
f097f5ad
TT
25772019-01-06 Tom Tromey <tom@tromey.com>
2578
2579 PR gdb/28155:
2580 * gdb.dwarf2/typedef-void-finish.exp: New file.
2581
2cd8cc0b
TT
25822018-12-28 Tom Tromey <tom@tromey.com>
2583 Simon Marchi <simark@simark.ca>
2584
2585 * gdb.base/jit-exec.exp: New file.
2586 * gdb.base/jit-exec.c: New file.
2587 * gdb.base/jit-execd.c: New file.
2588
35fb8261
TT
25892018-12-28 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.base/style.exp: Update test to check for address styling.
2592
47fd17cd
TT
25932018-12-28 Tom Tromey <tom@tromey.com>
2594
2595 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2596 message.
2597
d47032b7
TT
25982018-12-28 Tom Tromey <tom@tromey.com>
2599
2600 * gdb.base/style.exp: Add test for version number styling.
2601
af79b68d
TT
26022018-12-28 Tom Tromey <tom@tromey.com>
2603
2604 * gdb.base/style.exp: Add test for print_address_symbolic.
2605
0bb296cb
TT
26062018-12-28 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.base/style.exp: Add test for breakpoint setting.
2609
80ae2043
TT
26102018-12-28 Tom Tromey <tom@tromey.com>
2611
2612 * gdb.base/style.exp: Add test for variable names.
2613
cbe56571
TT
26142018-12-28 Tom Tromey <tom@tromey.com>
2615
2616 * gdb.base/style.exp: New file.
2617 * gdb.base/style.c: New file.
2618
9162a27c
TT
26192018-12-28 Tom Tromey <tom@tromey.com>
2620
2621 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2622 "dumb".
2623 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2624 the TERM environment variable.
2625
bc543c90
TT
26262018-12-27 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2629 pagination test.
2630
6f0ffe50
AB
26312018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2634 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2635
b5a1e557
PW
26362018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2637
2638 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2639 Filename a.adb changed to bp_fun_addr.adb.
2640 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2641
6e8b1ab2
JV
26422018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2643
2644 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2645 non-PIE executables.
2646 * README: Mention the gdb,nopie_flag board setting.
2647 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2648 non-PIE executable.
2649 * gdb.arch/amd64-entry-value.exp: Likewise.
2650 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2651 * gdb.arch/i386-float.exp: Likewise.
2652 * gdb.arch/i386-signal.exp: Likewise.
2653 * gdb.mi/mi-reg-undefined.exp: Likewise.
2654
d00a27c5
PM
26552018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2656
2657 PR gdb/23974
2658 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2659
161d081c
PW
26602018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2663 Update order of results accordingly.
2664
b001de23
AB
26652018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/annota1.exp: Update a test regexp.
2668
99e1a184
AB
26692018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2672
7a81c1e2
PW
26732018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2674
2675 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2676 (reuse_time): Initialize to REUSE_TIME_CAP.
2677 (check_rc): New function.
2678 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2679 Check pthread_create rc.
2680 (spawner_thread_func): Check pthread_create and pthread_join rc.
2681
73e8dc90
PA
26822018-12-08 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/list.exp (test_forward_search): Rename to ...
2685 (test_forward_reverse_search): ... this. Also test reverse-search
2686 and the forward-search alias.
2687
13f2ed32
AB
26882018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2691 local timeout variable before return, and remove all local timeout
2692 variable entirely.
2693 (gdb_load): Likewise.
2694
64d27cfc
TV
26952018-12-01 Tom de Vries <tdevries@suse.de>
2696
2697 * gdb.base/gdb-caching-proc.exp: New file.
2698
f63c03b4
SDJ
26992018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2700
2701 * Makefile.in (TIMESTAMP): New variable.
2702 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2703 command.
2704 (check-single-racy): Likewise.
2705 (check/%.exp): Likewise.
2706 (check-racy/%.exp): Likewise.
2707 (workers/%.worker): Likewise.
2708 (build-perf): Likewise.
2709 (check-perf): Likewise.
2710 * README: Describe new "TS" and "TS_FORMAT" variables.
2711 * print-ts.py: New file.
2712
1c97054b
BF
27132018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2714
2715 PR python/23714
2716 * gdb.python/python.exp: Test command repetition after
2717 gdb.execute.
2718
1871a62d
AB
27192018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2722 is correctly aligned.
2723
fb5e1ed9
PW
27242018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2725
2726 * gdb.ada/info_auto_lang.exp: New testcase.
2727 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2728 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2729 * gdb.ada/info_auto_lang/some_c.c: New file.
2730
43d397ca
PW
27312018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2732
2733 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2734 FUNC_lang language syntax.
2735
beddd671
PW
27362018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2737
2738 * gdb.base/info_minsym.c: New file.
2739 * gdb.base/info_minsym.exp: New file.
2740
73fc52c4
TT
27412018-11-19 Tom Tromey <tom@tromey.com>
2742
2743 PR rust/23625:
2744 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2745 * gdb.rust/expr.exp: Update expected output. Change one test.
2746
994b876a
TT
27472018-11-19 Tom Tromey <tom@tromey.com>
2748
2749 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2750
6769f276
PA
27512018-11-19 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2754 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2755 see the expected warning.
2756
38a72da0
AH
27572018-11-16 Alan Hayward <alan.hayward@arm.com>
2758
2759 PR gdb/22736:
2760 * gdb.cp/infcall-nodebug-lib.c: New test.
2761 * gdb.cp/infcall-nodebug-main.c: New test.
2762 * gdb.cp/infcall-nodebug.exp: New file.
2763
53a89d6e
SM
27642018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2765
2766 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2767 completer tests.
2768
9325300d
TV
27692018-11-09 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.base/msym-lang.c: New test.
2772 * gdb.base/msym-lang.exp: New file.
2773 * gdb.base/msym-lang-main.c: New test.
2774
20f0d60d
TT
27752018-11-08 Tom Tromey <tom@tromey.com>
2776
2777 PR gdb/23555:
2778 PR gdb/23838:
2779 * gdb.base/warning.exp: New file.
2780
b5420128
JB
27812018-11-08 Jan Beulich <jbeulich@suse.com>
2782
2783 * testsuite/gdb.arch/i386-avx512.c,
2784 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2785
cd115d61
AB
27862018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2789 point hardware.
2790
35ee2dc2
AB
27912018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2794 * gdb.dwarf2/missing-type-name.exp: New file.
2795
31aceee8
TV
27962018-11-06 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.base/many-headers.c: New test.
2799 * gdb.base/many-headers.exp: New file.
2800
109be305
JW
28012018-11-06 Jim Wilson <jimw@sifive.com>
2802
2803 * gdb.base/code_elim.exp: For riscv, set additional_flags
2804 to include -msmall-data-limit=0.
2805
e2b7af72
JB
28062018-11-01 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/watch_minus_l: New testcase.
2809
cdcda965
SM
28102018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2811
2812 * gdb.arch/aix-sighandle.c: New file.
2813 * gdb.arch/aix-sighandle.exp: New file.
2814
92dcebf3
AB
28152018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2818 registers being unions.
2819
68b9ac18
TV
28202018-10-31 Tom de Vries <tdevries@suse.de>
2821
2822 * lib/valgrind.exp: New file.
2823 (vgdb_start, vgdb_stop): New procs, factored out of ...
2824 * gdb.base/valgrind-bt.exp: ... here, ...
2825 * gdb.base/valgrind-disp-step.exp: ... here and ...
2826 * gdb.base/valgrind-infcall.exp: ... here.
2827
1443936e
TV
28282018-10-31 Tom de Vries <tdevries@suse.de>
2829
2830 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2831
eb77c9df
AB
28322018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.dwarf2/void-type.c: New file.
2835 * gdb.dwarf2/void-type.exp: New file.
2836
82b5e646
PW
28372018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2838
2839 * gdb.base/info_qt.c: New file.
2840 * gdb.base/info_qt.exp: New file.
2841
8d619c01
EBM
28422018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2843
2844 * gdb.arch/powerpc-htm-regs.c: New file.
2845 * gdb.arch/powerpc-htm-regs.exp: New file.
2846
f2cf6173
EBM
28472018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2848
2849 * gdb.arch/powerpc-tar.c: New file.
2850 * gdb.arch/powerpc-tar.exp: New file.
2851
7ca18ed6
EBM
28522018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2853
2854 * gdb.arch/powerpc-ppr-dscr.c: New file.
2855 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2856
bfcc0eba
TV
28572018-10-25 Tom de Vries <tdevries@suse.de>
2858
2859 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2860
fe1a5cad
TV
28612018-10-24 Tom de Vries <tdevries@suse.de>
2862
2863 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2864 longer exists error.
2865
a76dc3b7
TV
28662018-10-24 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2869
4df46df7
TV
28702018-10-24 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2873 --db-attach in valgrind.
2874
0dbfcfff
AB
28752018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * gdb.arch/riscv-reg-aliases.c: New file.
2878 * gdb.arch/riscv-reg-aliases.exp: New file.
2879
b04480b1
AH
28802018-10-19 Alan Hayward <alan.hayward@arm.com>
2881
2882 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2883
2c6ac8d7
AH
28842018-10-19 Alan Hayward <alan.hayward@arm.com>
2885
2886 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2887
2bc69f25
AH
28882018-10-19 Alan Hayward <alan.hayward@arm.com>
2889
2890 * gdb.cp/ovldbreak.exp: Fix regexps.
2891
1f1ae3a3
AH
28922018-10-19 Alan Hayward <alan.hayward@arm.com>
2893
2894 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2895
94c18618
SDJ
28962018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2897
2898 PR cli/23785
2899 * gdb.base/restore.exp: New test to check if "restore" with an
2900 invalid file doesn't segfault.
2901
812cd6eb
TV
29022018-10-18 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2905 * gdb.ada/excep_handle.exp: Same.
2906 * gdb.ada/mi_string_access.exp: Same.
2907 * gdb.ada/mi_var_union.exp: Same.
2908 * gdb.arch/arc-analyze-prologue.exp: Same.
2909 * gdb.arch/arc-decode-insn.exp: Same.
2910 * gdb.base/readnever.exp: Same.
2911 * gdb.fortran/printing-types.exp: Same.
2912 * gdb.guile/scm-lazy-string.exp: Same.
2913
c4b90788
TV
29142018-10-16 Tom de Vries <tdevries@suse.de>
2915
2916 PR gdb/23730
2917 * gdb.base/catch-follow-exec.c: Add copyright notice.
2918 * gdb.base/catch-follow-exec.exp: Rewrite to use
2919 gdb_spawn_with_cmdline_opts. Require gdb-native.
2920
8bca2978
SL
29212018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2922
2923 * gdb.trace/actions-changed.exp: Check for arch support.
2924 * gdb.trace/actions.exp: Likewise.
2925 * gdb.trace/ax.exp: Likewise.
2926 * gdb.trace/backtrace.exp: Likewise.
2927 * gdb.trace/change-loc.exp: Likewise.
2928 * gdb.trace/deltrace.exp: Likewise.
2929 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2930 * gdb.trace/ftrace.exp: Likewise.
2931 * gdb.trace/infotrace.exp: Check for arch support.
2932 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2933 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2934 * gdb.trace/mi-tsv-changed.exp: Likewise.
2935 * gdb.trace/packetlen.exp: Likewise.
2936 * gdb.trace/passc-dyn.exp: Likewise.
2937 * gdb.trace/passcount.exp: Likewise.
2938 * gdb.trace/pending.exp: Likewise.
2939 * gdb.trace/range-stepping.exp: Check for shlib support.
2940 * gdb.trace/report.exp: Check for arch support.
2941 * gdb.trace/save-trace.exp: Likewise.
2942 * gdb.trace/signal.exp: Check for signal support.
2943 * gdb.trace/tfind.exp: Check for arch support.
2944 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2945 * gdb.trace/trace-common.h: Add comment.
2946 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2947 * gdb.trace/trace-enable-disable.exp: Likewise.
2948 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2949 * gdb.trace/tracecmd.exp: Check for arch support.
2950 * gdb.trace/tspeed.exp: Check for shlib and target support.
2951 * gdb.trace/tstatus.exp: Check for arch support.
2952 * gdb.trace/tsv.exp: Likewise.
2953 * gdb.trace/while-dyn.exp: Likewise.
2954 * gdb.trace/while-stepping.exp: Likewise.
2955 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2956
f9c49bff
SM
29572018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2958
2959 * gdb.trace/tspeed.exp: Remove nowarnings.
2960 (prepare_for_trace_test): Declare "global ipalib".
2961 * gdb.trace/tspeed.c: Include unistd.h.
2962 (main): Remove superfluous printf argument.
2963
d4330bde
SL
29642018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2965
2966 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2967 directory prefix on the filename.
2968
8ecfd7bd
SDJ
29692018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2970
2971 * gdb.gdb/unittest.exp: Update expected message informing that
2972 selftests have been disabled.
2973 * gdb.server/unittest.exp: Likewise.
2974
58bbcd02
TV
29752018-10-09 Tom de Vries <tdevries@suse.de>
2976
2977 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2978 with runto_main.
2979
9f6b697b
WP
29802018-10-08 Weimin Pan <weimin.pan@oracle.com>
2981
2982 PR c++/16841
2983 * gdb.cp/virtbase2.cc: New file.
2984 * gdb.cp/virtbase2.exp: New file.
2985
add5ded5
TT
29862018-10-06 Tom Tromey <tom@tromey.com>
2987
2988 PR python/19399:
2989 * gdb.python/py-inferior.exp: Add architecture test.
2990
f9e48344
TT
29912018-10-06 Tom Tromey <tom@tromey.com>
2992
2993 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2994 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2995
2a8be203
TT
29962018-10-06 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2999 of a "throw" catchpoint.
3000
e04caa70
SDJ
30012018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3002
3003 * gdb.base/info-proc.exp: Update string expected from "help info
3004 proc".
3005
5ca8c39f
TT
30062018-10-04 Tom Tromey <tom@tromey.com>
3007
3008 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3009 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3010 (test_initial_complaints, test_empty_complaints): Update.
3011 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3012
3453e7e4
TT
30132018-10-04 Tom Tromey <tom@tromey.com>
3014
3015 PR cli/19551:
3016 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3017 * lib/gdb.exp (gdb_file_cmd): Update.
3018 * gdb.stabs/weird.exp (print_weird_var): Update.
3019 * gdb.server/solib-list.exp: Update.
3020 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3021 * gdb.mi/mi-cli.exp: Update.
3022 * gdb.linespec/linespec.exp: Update.
3023 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3024 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3025 * gdb.cp/cp-relocate.exp: Update.
3026 * gdb.base/sym-file.exp: Update.
3027 * gdb.base/relocate.exp: Update.
3028 * gdb.base/readnever.exp: Update.
3029 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3030 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3031 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3032 * gdb.base/code_elim.exp: Update.
3033 * gdb.base/break-unload-file.exp (test_break): Update.
3034 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3035 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3036 Update.
3037 * gdb.base/attach.exp (do_attach_tests): Update.
3038 * gdb.base/sepdebug.exp: Update.
3039 * gdb.python/py-section-script.exp: Update.
3040
6afcf761
TT
30412018-10-04 Tom Tromey <tom@tromey.com>
3042
3043 PR cli/22234:
3044 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3045 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3046 output.
3047
fef1b293
TT
30482018-10-04 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3051 set width and height to 0.
3052 (test_command_line_attach_run): Use -quiet.
3053
ca98345e
SL
30542018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3055
3056 * lib/gdb.exp (skip_ifunc_tests): New.
3057 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3058 other compile failures.
3059 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3060
ff34e6ae
SM
30612018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3062
3063 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3064 is_amd64_regs_target.
3065
6bb8890e
AH
30662018-10-01 Alan Hayward <alan.hayward@arm.com>
3067
3068 * gdb.arch/aarch64-sighandler-regs.c: New test.
3069 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3070 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3071
224d30d3
MM
30722018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3073
3074 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3075 assembly.
3076
f67ffa6a
AB
30772018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.base/frame-selection.exp: New file.
3080 * gdb.base/frame-selection.c: New file.
3081
9fc3183f
AH
30822018-09-27 Alan Hayward <alan.hayward@arm.com>
3083
3084 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3085 pthread barrier.
3086 (main): Likewise.
3087
d354055e
AB
30882018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.base/large-frame-1.c: New file.
3091 * gdb.base/large-frame-2.c: New file.
3092 * gdb.base/large-frame.exp: New file.
3093 * gdb.base/large-frame.h: New file.
3094
db727370
JL
30952018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3096
3097 PR gdb/20948
3098 * gdb.base/write_mem.exp: New test.
3099 * gdb.base/write_mem.c: Likewise.
3100
ae778caf
TT
31012018-09-23 Tom Tromey <tom@tromey.com>
3102
3103 PR python/18852:
3104 * gdb.python/py-parameter.exp: Add test for parameter that throws
3105 on "set".
3106
fd3ba736
TT
31072018-09-23 Tom Tromey <tom@tromey.com>
3108
3109 PR python/17284:
3110 * gdb.python/py-template.exp (test_template_arg): Add test for
3111 negative template argument number.
3112
39a24317
TT
31132018-09-23 Tom Tromey <tom@tromey.com>
3114
3115 PR python/14062:
3116 * gdb.python/python.exp: Add test for post_event error.
3117
f5769a2c
TT
31182018-09-23 Tom Tromey <tom@tromey.com>
3119
3120 PR python/18170:
3121 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3122 convert pointers to int and long.
3123
1c1e54f6
TT
31242018-09-23 Tom Tromey <tom@tromey.com>
3125
3126 PR python/20126:
3127 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3128 signed-ness conversion tests.
3129
fb4fa946
TT
31302018-09-23 Tom Tromey <tom@tromey.com>
3131
3132 PR python/18352;
3133 * gdb.python/py-value.exp (test_float_conversion): New proc.
3134 Use it.
3135
a466edac
HAQ
31362018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3137
3138 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3139
4ee9b0c5
SL
31402018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3141
3142 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3143 no readline.
3144 * gdb.base/utf8-identifiers.exp: Likewise.
3145 * gdb.cp/cpcompletion.exp: Likewise.
3146 * gdb.linespec/cpcompletion.exp: Likewise.
3147 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3148 * gdb.linespec/cpls-ops.exp: Likewise.
3149
23be8da7
RB
31502018-09-19 Richard Bunt <richard.bunt@arm.com>
3151 Chris January <chris.january@arm.com>
3152
3153 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3154 * gdb.fortran/short-circuit-argument-list.exp: New file.
3155 * gdb.fortran/short-circuit-argument-list.f90: New test.
3156
5031d0ae
SDJ
31572018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3158
3159 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3160 "arch=" keyword when executing "-stack-list-frames".
3161
b4c0d1a4
SDJ
31622018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3165 "arch=" keyword when executing "-stack-list-frames".
3166
7a6d2b45
SDJ
31672018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3168
3169 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3170 break ada".
3171
8588b356
SM
31722018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3173
3174 PR python/23669
3175 * gdb.python/python.exp: Test gdb.execute("show commands").
3176
65e65158
TT
31772018-09-16 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.base/new-ui.exp (do_execution_tests): Update.
3180 * gdb.base/dbx.exp (test_breakpoints): Update.
3181
bf326452
AH
31822018-09-14 Alan Hayward <alan.hayward@arm.com>
3183
3184 * lib/gdb.exp (gdb_simple_compile): Add proc.
3185 (is_elf_target): Use gdb_simple_compile.
3186 (skip_altivec_tests): Likewise.
3187 (skip_vsx_tests): Likewise.
3188 (skip_tsx_tests): Likewise.
3189 (skip_btrace_tests): Likewise.
3190 (skip_btrace_pt_tests): Likewise.
3191 (gdb_can_simple_compile): Likewise.
3192 (gdb_has_argv0): Likewise.
3193 (gdb_target_symbol_prefix): Likewise.
3194 (target_supports_scheduler_locking): Likewise.
3195
2361b0fb
TT
31962018-09-13 Tom Tromey <tom@tromey.com>
3197
3198 * Makefile.in (TAGS): Recognize proc_with_prefix and
3199 gdb_caching_proc.
3200
0ae1a321
SM
32012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3204 method.
3205
a40bf0c2
SM
32062018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3207
3208 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3209 and a few other Inferior properties when the Inferior is no
3210 longer valid.
3211
4a3fe98f
TT
32122018-09-13 Tom Tromey <tom@tromey.com>
3213
3214 PR rust/23650:
3215 * gdb.rust/simple.exp: Add test for enum field access error.
3216
098b2108
TT
32172018-09-13 Tom Tromey <tom@tromey.com>
3218
3219 PR rust/23626:
3220 * gdb.rust/simple.rs (EmptyEnum): New type.
3221 (main): Use it.
3222 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3223
1256af7d
SM
32242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3225
3226 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3227 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3228 * gdb.python/py-symtab.exp: Update test printing an objfile.
3229
4aa8e6c2
SM
32302018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3231
3232 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3233 object.
3234
c221b2f7
AH
32352018-09-12 Alan Hayward <alan.hayward@arm.com>
3236
3237 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3238 (support_complex_tests): Use gdb_can_simple_compile.
3239 (is_ilp32_target): Likewise.
3240 (is_lp64_target): Likewise.
3241 (is_64_target): Likewise.
3242 (is_amd64_regs_target): Likewise.
3243 (is_aarch32_target): Likewise.
3244 (gdb_int128_helper): Likewise.
3245
6f1107b5
JK
32462018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3249
1f5d1570
JG
32502018-09-10 Jerome Guitton <guitton@adacore.com>
3251
3252 * gdb.ada/same_component_name: Add test for case of tagged record
3253 with variable-length fields.
3254
cc330e39
XR
32552018-09-10 Xavier Roirand <roirand@adacore.com>
3256
3257 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3258 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3259 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3260 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3261
b9c50e9a
XR
32622018-09-10 Xavier Roirand <roirand@adacore.com>
3263
3264 * gdb.ada/mi_string_access.exp: New testcase.
3265 * gdb.ada/mi_string_access/bar.adb: New file.
3266 * gdb.ada/mi_string_access/pck.adb: New file.
3267 * gdb.ada/mi_string_access/pck.asd: New file.
3268
2963898f
XR
32692018-09-10 Xavier Roirand <roirand@adacore.com>
3270
3271 * gdb.ada/mi_var_union.exp: New testcase.
3272 * gdb.ada/mi_var_union/bar.adb: New file.
3273 * gdb.ada/mi_var_union/pck.adb: New file.
3274 * gdb.ada/mi_var_union/pck.asd: New file.
3275
1aac008f
TT
32762018-09-08 Tom Tromey <tom@tromey.com>
3277
3278 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3279
332cf4c9
TT
32802018-09-08 Tom Tromey <tom@tromey.com>
3281
3282 PR python/16047:
3283 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3284 (register_pretty_printers): Register new printer.
3285 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3286 test.
3287 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3288 (an_int_type3): New global.
3289
424da6cf
JB
32902018-09-08 Joel Brobecker <brobecker@adacore.com>
3291
3292 * gdb.ada/expr_with_funcall: New testcase.
3293
2a62dfa9
JB
32942018-09-08 Joel Brobecker <brobecker@adacore.com>
3295
3296 * gdb.ada/packed_array_assign: New testcase.
3297
96b6697f
AB
32982018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3301 names, and add test prefixes to make test names unique.
3302
e4a62c65
TV
33032018-09-05 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.dwarf2/varval.exp: Add test.
3306
dd083ee2
GB
33072018-09-04 Gary Benson <gbenson@redhat.com>
3308
3309 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3310 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3311
aef9346c
TT
33122018-08-31 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.rust/simple.rs: Rename second variable "v".
3315
c67f2e15
AB
33162018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb.base/funcargs.c (use_a): New function.
3319 (recurse): Call use_a.
3320
078a0207
KS
33212018-08-29 Keith Seitz <keiths@redhat.com>
3322
3323 * gdb.compile/compile-cplus-anonymous.cc: New file.
3324 * gdb.compile/compile-cplus-anonymous.exp: New file.
3325 * gdb.compile/compile-cplus-array-decay.cc: New file.
3326 * gdb.compile/compile-cplus-array-decay.exp: New file.
3327 * gdb.compile/compile-cplus-inherit.cc: New file.
3328 * gdb.compile/compile-cplus-inherit.exp: New file.
3329 * gdb.compile/compile-cplus-member.cc: New file.
3330 * gdb.compile/compile-cplus-member.exp: New file.
3331 * gdb.compile/compile-cplus-method.cc: New file.
3332 * gdb.compile/compile-cplus-method.exp: New file.
3333 * gdb.compile/compile-cplus-mod.c: "New" file.
3334 * gdb.compile/compile-cplus-namespace.cc: New file.
3335 * gdb.compile/compile-cplus-namespace.exp: New file.
3336 * gdb.compile/compile-cplus-nested.cc: New file.
3337 * gdb.compile/compile-cplus-nested.exp: New file.
3338 * gdb.compile/compile-cplus-print.c: "New" file.
3339 * gdb.compile/compile-cplus-print.exp: "New" file.
3340 * gdb.compile/compile-cplus-virtual.cc: New file.
3341 * gdb.compile/compile-cplus-virtual.exp: New file.
3342 * gdb.compile/compile-cplus.c: "New" file.
3343 * gdb.compile/compile-cplus.exp: "New" file.
3344 * lib/compile-support.exp: New file.
3345
b0f492b9
GB
33462018-08-16 Gary Benson <gbenson@redhat.com>
3347
3348 PR gdb/13000:
3349 * gdb.base/batch-exit-status.exp: New file.
3350 * gdb.base/batch-exit-status.good-commands: Likewise.
3351 * gdb.base/batch-exit-status.bad-commands: Likewise.
3352
36eb4c5f
AH
33532018-08-29 Alan Hayward <alan.hayward@arm.com>
3354
3355 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3356 (struct struct02): Likewise.
3357 (struct struct03): Likewise.
3358 (struct struct04): Likewise.
3359 (struct struct_01_01): New struct.
3360 (struct struct_01_02): Likewise.
3361 (struct struct_01_03): Likewise.
3362 (struct struct_01_04): Likewise.
3363 (struct struct_02_01): Likewise.
3364 (struct struct_02_02): Likewise.
3365 (struct struct_02_03): Likewise.
3366 (struct struct_02_04): Likewise.
3367 (struct struct_04_01): Likewise.
3368 (struct struct_04_02): Likewise.
3369 (struct struct_04_03): Likewise.
3370 (struct struct_04_04): Likewise.
3371 (struct struct_05_01): Likewise.
3372 (struct struct_05_02): Likewise.
3373 (struct struct_05_03): Likewise.
3374 (struct struct_05_04): Likewise.
3375 (cmp_struct01): Remove function.
3376 (cmp_struct02): Likewise.
3377 (cmp_struct03): Likewise.
3378 (cmp_struct04): Likewise.
3379 (cmp_struct_01_01): Add Function.
3380 (cmp_struct_01_02): Likewise.
3381 (cmp_struct_01_03): Likewise.
3382 (cmp_struct_01_04): Likewise.
3383 (cmp_struct_02_01): Likewise.
3384 (cmp_struct_02_02): Likewise.
3385 (cmp_struct_02_03): Likewise.
3386 (cmp_struct_02_04): Likewise.
3387 (cmp_struct_04_01): Likewise.
3388 (cmp_struct_04_02): Likewise.
3389 (cmp_struct_04_03): Likewise.
3390 (cmp_struct_04_04): Likewise.
3391 (cmp_struct_05_01): Likewise.
3392 (cmp_struct_05_02): Likewise.
3393 (cmp_struct_05_03): Likewise.
3394 (cmp_struct_05_04): Likewise.
3395 (call_all): Add new structs.
3396 * gdb.base/infcall-nested-structs.exp: Likewise.
3397
3bf9c013
JV
33982018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3399
3400 * gdb.python/py-framefilter-mi.exp: Update regexp to
3401 check for "arch" field in frame output.
3402
450d1e88
KB
34032018-08-23 Kevin Buettner <kevinb@redhat.com>
3404
3405 * gdb.dwarf2/dw2-ranges-func.c: New file.
3406 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3407
ae739fe7
SM
34082018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3409
3410 * gdb.base/term.exp: Compare terminal settings with values from
3411 the inferior.
3412 * gdb.base/term.c: Get and set terminal settings.
3413
6d52907e
JV
34142018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3415
3416 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3417 accommodate new "arch" field in frame output.
3418 * gdb.mi/mi-return.exp: Likewise.
3419 * gdb.mi/mi-stack.exp: Likewise.
3420 * gdb.mi/mi-syn-frame.exp: Likewise.
3421 * gdb.mi/user-selected-context-sync.exp: Likewise.
3422
be2d111a
MS
34232018-08-19 Michael Spang <spang@google.com>
3424
3425 PR gdb/11786
3426 * gdb.base/gcore-tls-pie.c: New file.
3427 * gdb.base/gcore-tls-pie.exp: New file.
3428
ae3a7c47
KB
34292018-08-18 Kevin Buettner <kevinb@redhat.com>
3430
3431 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3432 * gdb.dwarf2/varval.c: New file.
3433 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3434
2ecae92e
AH
34352018-08-17 Alan Hayward <alan.hayward@arm.com>
3436
3437 PR gdb/18931
3438 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3439
c1854f1d
KS
34402018-08-16 Keith Seitz <keiths@redhat.com>
3441
3442 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3443 tests expected to pass.
3444
26fb3983
JV
34452018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3446
3447 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3448 -data-disassemble -a.
3449 (test_disassembly_bogus_args): Likewise.
3450
67943c00
AB
34512018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3454
5ff2bbae
AB
34552018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/vla-optimized-out.exp: Add new test.
3458
e5bbcd0f
AB
34592018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.base/vla-optimized-out-o3.exp: Delete.
3462 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3463 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3464 deleted tests.
3465
9d4a934c
AB
34662018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 PR gdb/18050:
3469 * gdb.server/extended-remote-restart.c: New file.
3470 * gdb.server/extended-remote-restart.exp: New file.
3471
045cf012
SM
34722018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3473
3474 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3475 "set variable index = 42".
3476
87d6a7aa
SM
34772018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * boards/index-cache-gdb.exp: New file.
3480 * gdb.dwarf2/index-cache.exp: New file.
3481 * gdb.dwarf2/index-cache.c: New file.
3482 * gdb.base/maint.exp: Check if we are using the index cache.
3483
96d68bd4
RO
34842018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3485
3486 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3487 MAKEFLAGS.
3488
5a699617
RO
34892018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3490
3491 * dg-extract-results.sh: Move to toplevel contrib.
3492 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3493 * Makefile.in (check-parallel-racy): Likewise.
3494
5bd18990
AB
34952018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3498 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3499 tests if the target supports scheduler locking.
3500
3fbbcf47
TV
35012018-08-04 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3504
3e1d3d8c
TT
35052018-08-02 Tom Tromey <tom@tromey.com>
3506
3507 PR symtab/16842.
3508 * gdb.cp/temargs.exp: Test "info address" of a template
3509 parameter.
3510
5abe0f0c
JV
35112018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3512
3513 * gdb.python/py-mi-var-info-path-expression.c: New file.
3514 * gdb.python/py-mi-var-info-path-expression.py: New file.
3515 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3516
fb66cde8
SDJ
35172018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3518
3519 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3520 error after "cannot resolve name" string.
3521
c708f4d2
AB
35222018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3525 started.
3526 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3527
37cc0cae
TV
35282018-07-28 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3531
63b4ecf7
TV
35322018-07-26 Tom de Vries <tdevries@suse.de>
3533
3534 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3535
3c3bb058
AB
35362018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3539 is visible.
3540
9e7f3bbb
TV
35412018-07-26 Tom de Vries <tdevries@suse.de>
3542
3543 PR breakpoints/23366
3544 * gdb.base/catch-follow-exec.c: New test.
3545 * gdb.base/catch-follow-exec.exp: New file.
3546
16f808ec
TV
35472018-07-25 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3550 vla-optimized-out.c.
3551
d7154a8d
JV
35522018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3553
3554 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3555 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3556
232a0032
TV
35572018-07-20 Tom de Vries <tdevries@suse.de>
3558
3559 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3560 NOCLONE macro.
3561 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3562
fbb1d502
TV
35632018-07-19 Tom de Vries <tdevries@suse.de>
3564
3565 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3566 regular expression.
3567
42dc7699
TV
35682018-07-18 Tom de Vries <tdevries@suse.de>
3569
3570 * gdb.base/vla-optimized-out.c: New test.
3571 * gdb.base/vla-optimized-out.exp: New file.
3572
7f1f7e23
SDJ
35732018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3574
3575 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3576 message "No address associated with hostname" when gdbserver
3577 cannot resolve the hostname.
3578
5759ebb3
PW
35792018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3580
3581 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3582 Add some test prefixes to make tests unique.
3583
3606ccab
PW
35842018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3585
3586 * gdb.base/frameapply.c: New file.
3587 * gdb.base/frameapply.exp: New file.
3588
529c08b2
PW
35892018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3590
3591 * gdb.base/skip.exp: Update expected error message.
3592
c7ab0aef
SDJ
35932018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3594 Jan Kratochvil <jan.kratochvil@redhat.com>
3595 Paul Fertser <fercerpav@gmail.com>
3596 Tsutomu Seki <sekiriki@gmail.com>
3597
3598 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3599 parameter.
3600 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3601 by default.
3602 * boards/native-gdbserver.exp: Likewise.
3603 * gdb.server/run-without-local-binary.exp: Improve regexp used
3604 for detecting when a remote debugging connection succeeds.
3605 * gdb.server/server-connect.exp: New file.
3606 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3607 Do not prefix the port number with ":".
3608 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3609 support for detecting and using it. Add '$debughost_gdbserver'
3610 to the list of arguments used to start gdbserver. Handle case
3611 when gdbserver cannot resolve a network name.
3612
16ff70dd
SDJ
36132018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3614
3615 PR c++/23373
3616 * gdb.base/ptype-offsets.cc (struct static_member): New
3617 struct.
3618 (main) <stmember>: New variable.
3619 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3620 with a static member in it.
3621
3541979f
AB
36222018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3625 watchpoints enabled and disabled.
3626
c8ad9b9a
AB
36272018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.base/examine-backward.exp: Still run tests around address
3630 0x0, even if address 0x0 is not readable. Update the pattern for
3631 matching address 0x0 in expected output.
3632
e0e5e971
AB
36332018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3636 malloc/free.
3637
1ea5da02
TV
36382018-07-04 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3641
471b9d15
MR
36422018-07-02 Maciej W. Rozycki <macro@mips.com>
3643
3644 PR tdep/8282
3645 * gdb.arch/mips-disassembler-options.exp: New test.
3646 * gdb.arch/mips-disassembler-options.s: New test source.
3647
75acb486
PA
36482018-06-29 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.threads/names.exp: Adjust expected "info threads" output.
3651
cd2bb709
PA
36522018-06-29 Pedro Alves <palves@redhat.com>
3653
3654 * gdb.opt/inline-break.exp (line number, address): Add "info
3655 break" tests.
3656
991ff292
PA
36572018-06-29 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3660 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3661 number and address and running to them.
3662
356819b6 36632018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3664
3665 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3666
2512d7ef
JK
36672018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 * lib/compiler.c: Remove executable permission flag.
3670
be1b6474
RB
36712018-06-28 Richard Bunt <richard.bunt@arm.com>
3672
3673 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3674 code.
3675 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3676
291f9a96
PT
36772018-06-28 Petr Tesarik <ptesarik@suse.cz>
3678
3679 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3680
ed6dfe51
PT
36812018-06-28 Petr Tesarik <ptesarik@suse.cz>
3682
3683 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3684 address argument is omitted.
3685
d4d429d5
PT
36862018-06-28 Petr Tesarik <ptesarik@suse.cz>
3687
3688 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3689
7ab6656f
OJ
36902018-06-27 Omair Javaid <omair.javaid@linaro.org>
3691
3692 PR gdb/21695
3693 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3694 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3695
a33ccfc7
TT
36962018-06-26 Tom Tromey <tom@tromey.com>
3697
3698 PR rust/22574:
3699 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3700 * gdb.rust/simple.rs (struct SimpleLayout): New.
3701
6d72d289
SM
37022018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3705 "info registers" output.
3706
8363f9d5
RB
37072018-06-21 Richard Bunt <richard.bunt@arm.com>
3708
3709 * gdb.base/watchpoint-hw-attach.c: New test.
3710 * gdb.base/watchpoint-hw-attach.exp: New file.
3711
f00674fe
SM
37122018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3713
3714 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3715 through /bin/sh.
3716 * boards/dwarf4-gdb-index.exp: Likewise.
3717 * boards/fission-dwp.exp: Likewise.
3718
1d554008
UW
37192018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3720
3721 * gdb.base/float128.exp: Add comment and improved fail message
3722 to the failure case of "print large128" test.
3723
d0ac1c44
SM
37242018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3725
3726 * configure.ac: Remove AC_PREREQ.
3727 * configure: Re-generate.
3728
61b04dd0
PA
37292018-06-19 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3732 (func_extern_caller): New.
3733 (main): Call func_extern_caller.
3734 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3735 logic change.
3736
f63b508a
SM
37372018-06-18 Weimin Pan <weimin.pan@oracle.com>
3738
3739 PR gdb/16841
3740 * gdb.cp/typedef-base.cc: New file.
3741 * gdb.cp/typedef-base.exp: New file.
3742
0fe3a558
TV
37432018-06-18 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3746
7010835a
AB
37472018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3748 Richard Bunt <Richard.Bunt@arm.com>
3749
3750 * gdb.threads/attach-slow-waitpid.c: New file.
3751 * gdb.threads/attach-slow-waitpid.exp: New file.
3752 * gdb.threads/slow-waitpid.c: New file.
3753
14897d65
PA
37542018-06-14 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/fork-running-state.c: Include <errno.h>.
3757 (exit_if_relative_exits): New.
3758 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3759 exits.
3760 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3761 child exits.
3762
5d9a0608
TV
37632018-06-14 Tom de Vries <tdevries@suse.de>
3764
3765 PR cli/22573
3766 * gdb.base/finish-pretty.c: New test.
3767 * gdb.base/finish-pretty.exp: New file.
3768
11ae5818
PA
37692018-06-14 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3772 gdb's expected startup output.
3773
1d39de44
PA
37742018-06-14 Pedro Alves <palves@redhat.com>
3775
3776 * lib/selftest-support.exp (selftest_setup): Remove inlined
3777 function handling.
3778
70ee0000
TV
37792018-06-14 Tom de Vries <tdevries@suse.de>
3780
3781 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3782 matching of breakpoint printing.
3783
11f4b608
TV
37842018-06-13 Tom de Vries <tdevries@suse.de>
3785
3786 PR testsuite/23269
3787 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3788 (fork_child): ... here, and ...
3789 (fork_parent): ... here.
3790
37912018-06-12 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3794
9516f85a
AB
37952018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3796 Stephen Roberts <stephen.roberts@arm.com>
3797
3798 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3799 rewrite test to describe action performed, rather than possible
3800 failure.
3801
5045b3d7
GB
38022018-06-08 Gary Benson <gbenson@redhat.com>
3803
3804 * gdb.threads/check-libthread-db.exp: New file.
3805 * gdb.threads/check-libthread-db.c: Likewise.
3806
c61b06a1
TT
38072018-06-05 Tom Tromey <tom@tromey.com>
3808
3809 * gdb.base/default.exp: Update expected "show version" output.
3810
eb6af809
TT
38112018-06-05 Tom Tromey <tom@tromey.com>
3812
3813 PR cli/12326:
3814 * gdb.cp/static-print-quit.exp: Update.
3815 * lib/gdb.exp (pagination_prompt): Update.
3816 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3817 * gdb.python/python.exp: Update.
3818
178d6a63
JB
38192018-06-04 Joel Brobecker <brobecker@adacore.com>
3820
3821 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3822
8e817061
JB
38232018-06-01 Joel Brobecker <brobecker@adacore.com>
3824
3825 * gdb.ada/bp_fun_addr: New testcase.
3826
e86ca25f
TT
38272018-06-01 Tom Tromey <tom@tromey.com>
3828
3829 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3830 results.
3831 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3832 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3833 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3834 * gdb.base/maint.exp (maint_pass_if): Update.
3835
4b2dfa9d
MR
38362018-05-31 Maciej W. Rozycki <macro@mips.com>
3837
3838 * gdb.base/endian.exp: New test.
3839 * gdb.base/endian.c: New test source.
3840
45f25d6c
AB
38412018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3842
3843 PR gdb/23203
3844 * gdb.base/bt-selected-frame.c: New file.
3845 * gdb.base/bt-selected-frame.exp: New file.
3846 * lib/gdb.exp (get_current_frame_number): New function.
3847
d9f6d7f8
MR
38482018-05-24 Maciej W. Rozycki <macro@mips.com>
3849 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.threads/tls-core.c: Include <stdlib.h>
3852 (thread_proc): Call `abort'.
3853 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3854 (tls_core_test): New procedure, bits factored out from ...
3855 (top level): ... here. Test both native cores and gcore cores.
3856
ff1cf532
TT
38572018-05-23 Tom Tromey <tom@tromey.com>
3858
3859 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3860
b98664d3
TT
38612018-05-23 Tom Tromey <tom@tromey.com>
3862
3863 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3864 symfile_complaints.
3865 (test_short_complaints): Likewise.
3866 (test_empty_complaints): Likewise.
3867 (test_initial_complaints): Update.
3868
4e9668d0
TT
38692018-05-23 Tom Tromey <tom@tromey.com>
3870
3871 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3872
43ba33c7
TT
38732018-05-23 Tom Tromey <tom@tromey.com>
3874
3875 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3876 (test_short_complaints): Update.
3877
035522c0
PA
38782018-05-22 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/remote.exp: Only gdb_start after compiling the
3881 testcase. Issue "disconnect" before testing "set remote" command
3882 defaults. Issue clean_restart before running to main.
3883
cc0be08f
PA
38842018-05-22 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/remote.exp: Adjust expected output of "show remote
3887 memory-write-packet-size". Add tests for "set remote
3888 memory-write-packet-size 0" and "set remote
3889 memory-write-packet-size fixed/limit".
3890
b1b60145
PA
38912018-05-22 Pedro Alves <palves@redhat.com>
3892
3893 PR gdb/22973
3894 * gdb.base/utf8-identifiers.c: New file.
3895 * gdb.base/utf8-identifiers.exp: New file.
3896
0ec848ad
PFC
38972018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3898
3899 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3900
2c3305f6
PFC
39012018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3902
3903 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3904
ce1e8424
TT
39052018-05-18 Tom Tromey <tom@tromey.com>
3906
3907 * gdb.base/ptype-offsets.exp: Update.
3908
ddfe970e
KS
39092018-05-17 Keith Seitz <keiths@redhat.com>
3910
3911 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3912 in expected breakpoint stop locations.
3913 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3914 move to proper scope to test variable values.
3915 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3916 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3917 New functions.
3918 (main): Call not_inline_func3.
3919 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3920 inline_func1, inline_func2, and inline_func3. Test that when each
3921 breakpoint is hit, GDB properly reports both the stop location
3922 and the backtrace. Repeat tests for temporary breakpoints.
3923
0726fcc6
MR
39242018-05-15 Maciej W. Rozycki <macro@mips.com>
3925
3926 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3927 rather then trying to access it in determining whether the PID
3928 of `gdbserver' could have been retrieved.
3929
8ee22052
AB
39302018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.arch/amd64-init-x87-values.S: New file.
3933 * gdb.arch/amd64-init-x87-values.exp: New file.
3934
7785df48
JK
39352018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3938
56bcdbea
TT
39392018-05-04 Tom Tromey <tom@tromey.com>
3940
3941 PR python/22730:
3942 * gdb.python/python.exp: Test multi-line execute.
3943
a913fffb
TT
39442018-05-04 Tom Tromey <tom@tromey.com>
3945
3946 PR python/22731:
3947 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3948
7a2c85f2
TT
39492018-05-04 Tom Tromey <tom@tromey.com>
3950
3951 PR gdb/11750:
3952 * gdb.base/define.exp: Test defining a user command inside a user
3953 command.
3954 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3955
a3b60e45
JK
39562018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Pedro Alves <palves@redhat.com>
3958
3959 PR breakpoints/19806 and support for PR external/20207.
3960 * gdb.base/watchpoint-unaligned.c: New file.
3961 * gdb.base/watchpoint-unaligned.exp: New file.
3962
45fe4a03
AB
39632018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * gdb.base/maint.exp: Make test names unique, use
3966 test_prefix_command_help to test 'help maint info', and remove
3967 repeated test of 'help maint'.
3968
9be2ae8f
TT
39692018-05-04 Tom Tromey <tom@tromey.com>
3970
3971 PR gdb/22619:
3972 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3973 behavior.
3974
11859c31
AB
39752018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * gdb.base/maint.exp: Process output from 'maint print registers'
3978 line at a time.
3979
089a9490
AB
39802018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3983 timeout.
3984
9b0797e2
AB
39852018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3986
3987 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3988 filter pattern.
3989
f6ac5f3d
PA
39902018-05-02 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3993 to_log_command renames.
3994 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3995
77d3c63b
TT
39962018-05-02 Tom Tromey <tom@tromey.com>
3997
3998 * gdb.python/py-parameter.exp: Set test message.
3999
0489430a
TT
40002018-05-02 Tom Tromey <tom@tromey.com>
4001
4002 PR python/20084:
4003 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4004 PARAM_ZUINTEGER_UNLIMITED tests.
4005
1632f8ba
DR
40062018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4007
4008 PR rust/23124
4009 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4010 when casting.
4011
6d7bb824
TT
40122018-04-30 Tom Tromey <tom@tromey.com>
4013
4014 * gdb.python/py-type.exp: Check align attribute.
4015 * gdb.python/py-type.c: New "aligncheck" global.
4016
007e1530
TT
40172018-04-30 Tom Tromey <tom@tromey.com>
4018
4019 PR exp/17095:
4020 * gdb.dwarf2/dw2-align.exp: New file.
4021 * gdb.cp/align.exp: New file.
4022 * gdb.base/align.exp: New file.
4023 * lib/gdb.exp (gdb_int128_helper): New proc.
4024 (has_int128_c, has_int128_cxx): New caching procs.
4025
6873858b
TT
40262018-04-27 Tom Tromey <tom@tromey.com>
4027
4028 PR rust/22545:
4029 * gdb.rust/simple.exp: Add inclusive range tests.
4030
79188d8d
PA
40312018-04-26 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4034 ifunc breakpoint locations correctly of ifunc breakpoints set
4035 while the program resolves the ifunc.
4036
c7075ad5
PA
40372018-04-26 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.base/gnu-ifunc-final.c: New file.
4040 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4041 * gdb.base/gnu-ifunc.exp (executable): Delete.
4042 (staticexecutable): Adjust.
4043 (lib_opts, exec_opts): Delete.
4044 (make_binsuffix, build, set-break): New procedures.
4045 (misc_tests): New, with tests factored out from the top level.
4046 (top level): Test different combinations of ifunc resolver name,
4047 resolver with and with debug info, and ifunc target with and
4048 without debug info. Wrap static tests with with_target_prefix.
4049
8388016d
PA
40502018-04-26 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4053 return type" warnings.
4054
249b5733
PA
40552018-04-25 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4058 killed".
4059 * gdb.base/kill-after-signal.exp: Likewise.
4060 * gdb.threads/kill.exp: Likewise.
4061
f67c0c91
SDJ
40622018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4063 Sergio Durigan Junior <sergiodj@redhat.com>
4064 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4067 regexps to expect for '[Inferior ... detached]' as well.
4068 * gdb.base/attach.exp: Likewise.
4069 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4070 "gdb_continue_to_end".
4071 (test_catch_syscall_with_wrong_args): Likewise.
4072 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4073 ']'. Don't set 'verbose' on.
4074 * gdb.base/foll-vfork.exp: Likewise.
4075 * gdb.base/fork-print-inferior-events.c: New file.
4076 * gdb.base/fork-print-inferior-events.exp: New file.
4077 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4078 '[Inferior ... has been killed]' message.
4079 * gdb.base/kill-after-signal.exp: Likewise.
4080 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4081 detach message.
4082 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4083 message.
4084 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4085 regexps to expect for '[Inferior ... detached]' as well.
4086 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4087
0a8ddac4
SM
40882018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 PR gdb/23104
4091 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4092
d27d16bf
RB
40932018-04-19 Richard Bunt <richard.bunt@arm.com>
4094
4095 * gdb.threads/multiple-successive-infcall.c: New test.
4096 * gdb.threads/multiple-successive-infcall.exp: New file.
4097
a037790e
TT
40982018-04-17 Tom Tromey <tom@tromey.com>
4099
4100 * gdb.rust/simple.rs (Union): New type.
4101 (main): New local "u".
4102 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4103
e3a91079
AA
41042018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4105
4106 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4107 number information in output of "whereis" command.
4108 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4109
b744723f
AA
41102018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4111
4112 * gdb.ada/info_types.exp: Adjust expected output to the line
4113 numbers now printed by "info var/func/type".
4114 * gdb.base/completion.exp: Likewise.
4115 * gdb.base/included.exp: Likewise.
4116 * gdb.cp/cp-relocate.exp: Likewise.
4117 * gdb.cp/cplusfuncs.exp: Likewise.
4118 * gdb.cp/namespace.exp: Likewise.
4119 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4120
4a4495d6
MM
41212018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4122
4123 * gdb.btrace/cpu.exp: New.
4124
1d509aa6
MM
41252018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4126
4127 * gdb.base/step-indirect-call-thunk.exp: New.
4128 * gdb.base/step-indirect-call-thunk.c: New.
4129 * gdb.reverse/step-indirect-call-thunk.exp: New.
4130 * gdb.reverse/step-indirect-call-thunk.c: New.
4131
6295b6da
SM
41322018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4133
4134 * gdb.base/pie-fork.c: New file.
4135 * gdb.base/pie-fork.exp: New file.
4136
50146e70
TT
41372018-04-11 Tom Tromey <tom@tromey.com>
4138
4139 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4140
f50d8a2e
PA
41412018-04-10 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4144 exits. Instead loop running forever.
4145 (fork_parent): Run forever too.
4146
a0be7a36
SM
41472018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4148
4149 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4150 mi_continue_to_line.
4151 * gdb.mi/mi-stack.c (callee4): Add comment.
4152
9b73db36
SM
41532018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * gdb.mi/mi-stack.exp: Fix indentation.
4156
c912f608
SM
41572018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4158
4159 PR gdb/22979
4160 * gdb.arch/amd64-osabi.exp: New file.
4161
26540402
SM
41622018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4163
4164 PR gdb/22980
4165 * gdb.base/osabi.exp: New file.
4166
121ad66c 41672018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4168
4169 * gdb.cp/static-typedef-print.exp: New file.
4170 * gdb.cp/static-typedef-print.cc: New file.
4171
3fcded8f
JB
41722018-03-27 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/varsize_limit: New testcase.
4175
59cc4834
JB
41762018-03-27 Joel Brobecker <brobecker@adacore.com>
4177
4178 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4179
4180 * gdb.ada/notcplusplus: New testcase.
4181
4182 * gdb.base/c-linkage-name.c: New file.
4183 * gdb.base/c-linkage-name.exp: New testcase.
4184
4ca59a9f
TT
41852018-03-26 Tom Tromey <tom@tromey.com>
4186
4187 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4188 * gdb.python/py-framefilter.py (name_error): New global.
4189 (ErrorInName.function): Use name_error.
4190
978d6c75
TT
41912018-03-26 Tom Tromey <tom@tromey.com>
4192
4193 PR backtrace/15582:
4194 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4195
b7fee5a3
KS
41962018-03-23 Keith Seitz <keiths@redhat.com>
4197
4198 PR c++/22968
4199 * gdb.cp/subtypes.exp: New file.
4200 * gdb.cp/subtypes.h: New file.
4201 * gdb.cp/subtypes.cc: New file.
4202 * gdb.cp/subtypes-2.cc: New file.
4203
376be529
AB
42042018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4207 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4208 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4209 -nostartfiles when compiling the test. Confirm that all registers
4210 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4211
066cfa98
AB
42122018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4215 option, syntax was wrong anyway.
4216 * gdb.arch/arm-disp-step.exp: Likewise.
4217 * gdb.arch/sparc64-regs.exp: Likewise.
4218 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4219 option, syntax was wrong anyway, switch to use
4220 prepare_for_testing.
4221 * gdb.arch/i386-disp-step.exp: Likewise.
4222
079670b9
AA
42232018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4224
4225 * gdb.ada/exec_changed.exp: Replace "target_info exists
4226 use_gdb_stub" by "use_gdb_stub".
4227 * gdb.ada/start.exp: Likewise.
4228 * gdb.base/async-shell.exp: Likewise.
4229 * gdb.base/attach-pie-misread.exp: Likewise.
4230 * gdb.base/attach-wait-input.exp: Likewise.
4231 * gdb.base/break-entry.exp: Likewise.
4232 * gdb.base/break-interp.exp: Likewise.
4233 * gdb.base/dprintf-detach.exp: Likewise.
4234 * gdb.base/nostdlib.exp: Likewise.
4235 * gdb.base/solib-nodir.exp: Likewise.
4236 * gdb.base/statistics.exp: Likewise.
4237 * gdb.base/testenv.exp: Likewise.
4238 * gdb.mi/mi-exec-run.exp: Likewise.
4239 * gdb.mi/mi-start.exp: Likewise.
4240 * gdb.multi/dummy-frame-restore.exp: Likewise.
4241 * gdb.multi/multi-arch-exec.exp: Likewise.
4242 * gdb.multi/multi-arch.exp: Likewise.
4243 * gdb.multi/tids.exp: Likewise.
4244 * gdb.multi/watchpoint-multi.exp: Likewise.
4245 * gdb.python/py-events.exp: Likewise.
4246 * gdb.threads/attach-into-signal.exp: Likewise.
4247 * gdb.threads/attach-stopped.exp: Likewise.
4248 * gdb.threads/threadapply.exp: Likewise.
4249 * lib/selftest-support.exp: Likewise.
4250
26d6cec4
AA
42512018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4252
4253 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4254
4ee89e90
SR
42552018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4256
4257 * gdb.perf/template-breakpoints.cc: New file.
4258 * gdb.perf/template-breakpoints.exp: New file.
4259 * gdb.perf/template-breakpoints.py: New file.
4260
92630041
TT
42612018-03-19 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4264 y0.
4265 * gdb.rust/simple.exp: Test bare identifier form of struct
4266 initializer.
4267
76727919
TT
42682018-03-19 Tom Tromey <tom@tromey.com>
4269
4270 * gdb.gdb/observer.exp: Remove.
4271
194ed413
AA
42722018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4273
4274 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4275 "qualified" option when setting breakpoints.
4276 * gdb.trace/backtrace.exp: Likewise.
4277 * gdb.trace/circ.exp: Likewise.
4278 * gdb.trace/collection.exp: Likewise.
4279 * gdb.trace/disconnected-tracing.exp: Likewise.
4280 * gdb.trace/ftrace-lock.exp: Likewise.
4281 * gdb.trace/ftrace.exp: Likewise.
4282 * gdb.trace/infotrace.exp: Likewise.
4283 * gdb.trace/packetlen.exp: Likewise.
4284 * gdb.trace/passc-dyn.exp: Likewise.
4285 * gdb.trace/qtro.exp: Likewise.
4286 * gdb.trace/read-memory.exp: Likewise.
4287 * gdb.trace/report.exp: Likewise.
4288 * gdb.trace/signal.exp: Likewise.
4289 * gdb.trace/status-stop.exp: Likewise.
4290 * gdb.trace/strace.exp: Likewise.
4291 * gdb.trace/tfind.exp: Likewise.
4292 * gdb.trace/trace-break.exp: Likewise.
4293 * gdb.trace/trace-condition.exp: Likewise.
4294 * gdb.trace/trace-mt.exp: Likewise.
4295 * gdb.trace/tstatus.exp: Likewise.
4296 * gdb.trace/tsv.exp: Likewise.
4297 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4298 * gdb.trace/unavailable.exp: Likewise.
4299 * gdb.trace/while-dyn.exp: Likewise.
4300
8b067d2c
AA
43012018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4302
4303 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4304 that libinproctrace is copied to the target.
4305
3ae9ce5d
TT
43062018-03-14 Tom Tromey <tom@tromey.com>
4307
4308 PR cli/14977:
4309 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4310 a null pointer.
4311 * gdb.base/wchar.exp: Likewise.
4312
b8c2339b
TT
43132018-03-14 Tom Tromey <tom@tromey.com>
4314
4315 PR cli/19918:
4316 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4317 flag.
4318
4872dc46
SM
43192018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 PR gdb/22841
4322 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4323 "target" to remote_exec.
4324
e4fe3756
SM
43252018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4326
4327 PR gdb/22841
4328 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4329 ${board}_upload): Remove.
4330
e95a97d4
AA
43312018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4332
4333 * gdb.cp/watch-cp.cc: New test.
4334 * gdb.cp/watch-cp.exp: New file.
4335
dbbb1059
AB
43362018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * gdb.base/infcall-nested-structs.exp: New file.
4339 * gdb.base/infcall-nested-structs.c: New file.
4340 * gdb.base/float.exp: Add riscv support.
4341
ecc054c0
TP
43422018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4343
4344 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4345 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4346
25e3c82c
SDJ
43472018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4348
4349 * gdb.server/abspath.exp: New file.
4350 * lib/gdb.exp (with_cwd): New procedure.
4351
3083294d
SM
43522018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4353
4354 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4355 use it.
4356 (gdb_is_target_remote_prompt): New proc.
4357 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4358 (gdb_is_target_native): Pass prompt parameter to
4359 gdb_is_target_1.
4360
3275ef47
SM
43612018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * gdb.base/load-command.c: New file.
4364 * gdb.base/load-command.exp: New file.
4365 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4366 (gdb_is_target_1): ...this, and generalize for other targets
4367 than just remote.
4368 (gdb_is_target_remote): Use gdb_is_target_1.
4369 (gdb_is_target_native): use gdb_is_target_1.
4370
6893c19a
TT
43712018-02-26 Tom Tromey <tom@tromey.com>
4372
4373 PR python/16497:
4374 * gdb.python/py-framefilter.exp: Update test.
4375
2ddeaf8a
TT
43762018-02-26 Tom Tromey <tom@tromey.com>
4377
4378 * gdb.dwarf2/variant.c: New file.
4379 * gdb.dwarf2/variant.exp: New file.
4380
c9317f21
TT
43812018-02-26 Tom Tromey <tom@tromey.com>
4382
4383 * gdb.rust/simple.exp: Accept more possible results in enum test.
4384
6f6d0c26
SM
43852018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4386
4387 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4388 parentheses.
4389
11b03145
MR
43902018-02-23 Maciej W. Rozycki <macro@mips.com>
4391
4392 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4393 name of a variable: $actual_linejj -> $actual_line.
4394
54a27fe5
JB
43952018-02-21 John Baldwin <jhb@FreeBSD.org>
4396
4397 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4398
de65820c
MM
43992018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4400
4401 * gdb.btrace/buffer-size.exp: Do not force BTS.
4402
980548fd
PA
44032018-02-14 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4406 getting a "Quit".
4407
c4e12631
MM
44082018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4409
4410 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4411 Fix test name.
4412
c2e0e465
SM
44132018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4414
4415 * gdb.cp/m-static.exp: Check type of optimized out static
4416 member.
4417
f7216783
AB
44182018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4419
4420 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4421 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4422
0625771b
LS
44232018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4424 Leszek Swirski <leszeks@google.com>
4425
4426 * gdb.python/py-prettyprint.c
4427 (struct to_string_returns_value_inner,
4428 struct to_string_returns_value_wrapper): New.
4429 (main): Add tsrvw variable.
4430 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4431 ToStringReturnsValueWrapper): New classes.
4432 (register_pretty_printers): Register new pretty-printers.
4433 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4434 recursive pretty printer.
4435 * gdb.python/py-mi.exp: Likewise.
4436
59498c30
LS
44372018-02-01 Leszek Swirski <leszeks@google.com>
4438
4439 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4440 functions with the same name as an include file are parsed
4441 correctly.
4442
d4d38844
YQ
44432018-02-01 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4446 "\[^\r\n\]*".
4447
07e5f5cf
NP
44482018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4449
4450 * gdb.arch/powerpc-prologue-frame.s: New file.
4451 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4452 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4453
929b5ad4
JB
44542018-01-31 Joel Brobecker <brobecker@adacore.com>
4455
4456 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4457
e671cd59
PA
44582018-01-30 Pedro Alves <palves@redhat.com>
4459
4460 PR gdb/13211
4461 * gdb.base/interrupt-daemon.c: New.
4462 * gdb.base/interrupt-daemon.exp: New.
4463 * gdb.multi/multi-term-settings.c: New.
4464 * gdb.multi/multi-term-settings.exp: New.
4465
fc413dc4
JB
44662018-01-30 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.base/break.exp: Save the location where the breakpoint
4469 on break.c:47 was actually inserted when debugging the version
4470 compiled at -O2 and use it in the expected output of the "info
4471 break" test performed soon after.
4472
5c319bb2
PA
44732018-01-22 Pedro Alves <palves@redhat.com>
4474 Sergio Durigan Junior <sergiodj@redhat.com>
4475
4476 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4477 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4478
a9e40818
JB
44792018-01-22 Joel Brobecker <brobecker@adacore.com>
4480
4481 * gdb.base/break-include.c, gdb.base/break-include.inc,
4482 gdb.base/break-include.exp: New files.
4483 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4484 line number now being the actual line number where the breakpoint
4485 was inserted.
4486 * gdb.mi/mi-break.exp: Likewise.
4487 * gdb.mi/mi-reverse.exp: Likewise.
4488 * gdb.mi/mi-simplerun.exp: Ditto.
4489
e707fc44
AB
44902018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4491
4492 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4493 varobj.
4494 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4495
ae451627
AB
44962018-01-21 Don Breazeal <donb@codesourcery.com>
4497 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.mi/basics.c: Add new global.
4500 * gdb.mi/mi-frame-regs.exp: New file.
4501 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4502 case.
4503
b1b189e0
AB
45042018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4507 non-parameter, and on an unknown symbol.
4508
fcfcc376
TT
45092018-01-19 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4512 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4513
634c1c31
AA
45142018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4517 setrlimit and chdir to int.
4518
d6ad07fd
AA
45192018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4520
4521 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4522 function.
4523 (my_tend): Likewise.
4524 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4525 rationale of avoiding FP- and vector instructions.
4526
adf8243b
RK
45272018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4528
4529 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4530 "info reg" with "\[ \t\]*".
4531 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4532 "\[ \t\]+".
4533 * gdb.arch/s390-multiarch.exp: Ditto.
4534 * gdb.base/pc-fp.exp: Ditto.
4535 * gdb.reverse/i386-precsave.exp: Ditto.
4536 * gdb.reverse/i386-reverse.exp: Ditto.
4537 * gdb.reverse/i387-env-reverse.exp: Ditto.
4538 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4539
dcc06925
AA
45402018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4541
4542 * lib/gdb.exp (gdb_compile): Re-enable use of
4543 universal_compile_options for languages other than Rust.
4544
25d4fd80
AA
45452018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4546
4547 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4548
ee7f689e 45492018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4550
4551 PR gdb/16577
4552 * gdb.base/solib-vanish.exp: New.
4553 * gdb.base/solib-vanish-main.c: New.
4554 * gdb.base/solib-vanish-lib1.c: New.
4555 * gdb.base/solib-vanish-lib2.c: New.
4556
d8447b6b
YQ
45572018-01-17 Yao Qi <yao.qi@linaro.org>
4558
4559 * gdb.compile/compile.exp: Match the address printed for
4560 frame in the output of command "bt".
4561
86d6a90c
TT
45622018-01-15 Tom Tromey <tom@tromey.com>
4563
4564 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4565 compute sp_reg.
4566
cbcdb1aa
AB
45672018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4568
4569 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4570 to prepare.
4571 (prepare): Return 0 on error, 1 on success.
4572
eea61984
PA
45732018-01-12 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/continue-after-aborted-step-over.c: New.
4576 * gdb.base/continue-after-aborted-step-over.exp: New.
4577
6181e9c2
SM
45782018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4581 options when not creating an executable.
4582
3cada740
PA
45832018-01-11 Pedro Alves <palves@redhat.com>
4584
4585 PR remote/22597
4586 * gdb.server/stop-reply-no-thread.c: New file.
4587 * gdb.server/stop-reply-no-thread.exp: New file.
4588
c63d3e8d
PA
45892018-01-10 Pedro Alves <palves@redhat.com>
4590
4591 PR gdb/22670
4592 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4593 functions too. Test setting breakpoints and printing C functions
4594 with no debug info too.
4595 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4596
d4c2a405
PA
45972018-01-10 Pedro Alves <palves@redhat.com>
4598
4599 PR gdb/22670
4600 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4601 a fail.
4602
8825213e
PA
46032018-01-10 Pedro Alves <palves@redhat.com>
4604
4605 PR gdb/22670
4606 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4607
605fd3c6
YQ
46082018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4609
4610 * gdb.server/unittest.exp: Match the output in non-development
4611 mode.
4612
1e5ded6c
YQ
46132018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * gdb.gdb/unittest.exp: Match output in non-development mode.
4616
30066b0b
JB
46172018-01-08 Joel Brobecker <brobecker@adacore.com>
4618
4619 * gdb.ada/access_tagged_param.exp: Relax expected output
4620 for value of "ObjL" in "continue" to pck.inspect breakpoint
4621 test.
4622
04bafb1e
XR
46232018-01-08 Joel Brobecker <brobecker@adacore.com>
4624
9f86398b
JB
4625 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4626 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4627
e379cee6
PA
46282018-01-05 Pedro Alves <palves@redhat.com>
4629
4630 PR gdb/18653
4631 * gdb.base/libsegfault.exp: New.
4632
de63c46b
PA
46332018-01-05 Joel Brobecker <brobecker@adacore.com>
4634
4635 PR gdb/22670
4636 * gdb.ada/access_tagged_param.exp: New file.
4637 * gdb.ada/access_tagged_param/foo.adb: New file.
4638
f98fc17b
PA
46392018-01-05 Pedro Alves <palves@redhat.com>
4640
4641 PR gdb/22670
4642 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4643 exercise lower case too, and to exercise both full matching and
4644 wild matching.
4645
342f8240
JB
46462018-01-05 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.ada/rename_subscript_param: New testcase.
4649
7150d33c
JG
46502018-01-05 Jerome Guitton <guitton@adacore.com>
4651
4652 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4653
cc0e770c
JB
46542018-01-05 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.ada/convvar_comp: New testcase.
4657
672a41aa 46582018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4659
4660 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4661 (My_Table): New global variable.
4662 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4663
7365ec2f
JB
46642018-01-04 Joel Brobecker <brobecker@adacore.com>
4665
4666 PR gdb/22670
4667 * gdb.ada/maint_with_ada: New testcase.
4668
289483b6
JB
46692018-01-04 Joel Brobecker <brobecker@adacore.com>
4670
4671 PR gdb/22670
4672 * gdb.ada/bp_c_mixed_case: New testcase.
4673
344420da
JB
46742018-01-04 Joel Brobecker <brobecker@adacore.com>
4675
4676 PR gdb/22670
4677 * gdb.ada/complete.exp: Add "complete break ada" test.
4678
66fc87a0
JB
46792018-01-04 Joel Brobecker <brobecker@adacore.com>
4680
4681 PR gdb/22670
4682 * gdb.ada/info_addr_mixed_case: New testcase.
4683
9f757bf7
XR
46842018-01-03 Xavier Roirand <roirand@adacore.com>
4685
4686 * gdb.ada/excep_handle.exp: New testcase.
4687 * gdb.ada/excep_handle/foo.adb: New file.
4688 * gdb.ada/excep_handle/pck.ads: New file.
4689
bd570f80
JB
46902018-01-03 Joel Brobecker <brobecker@adacore.com>
4691
4692 * gdb.base/step-line.c: Add extra empty line in copyright header.
4693 * gdb.base/step-line.inp: Likewise.
4694
9fe561ab
JB
46952018-01-02 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.ada/dyn_stride.exp: Add slice test.
4698
a405673c
JB
46992018-01-02 Joel Brobecker <brobecker@adacore.com>
4700
4701 * gdb.ada/dyn_stride: New testcase.
4702
cef0f868
SH
47032017-12-27 Stafford Horne <shorne@gmail.com>
4704
4705 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4706 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4707
b67d92b0
SH
47082017-12-27 Stafford Horne <shorne@gmail.com>
4709
4710 * gdb.base/reggroups.c: New file.
4711 * gdb.base/reggroups.exp: New file.
4712
eccab96d
JB
47132017-12-18 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.dwarf2/ada-valprint-error.c: New file.
4716 * gdb.dwarf2/ada-valprint-error.exp: New file.
4717
0e2da9f0
JB
47182017-12-18 Joel Brobecker <brobecker@adacore.com>
4719
4720 * gdb.ada/assign_arr: New testcase.
4721
cb923fcc
XR
47222017-12-18 Xavier Roirand <roirand@adacore.com>
4723
4724 * gdb.ada/funcall_ptr: New testcase.
4725
7c161838
SDJ
47262017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4727
4728 PR cli/16224
4729 * gdb.base/ptype-offsets.cc: New file.
4730 * gdb.base/ptype-offsets.exp: New file.
4731
1af17fd9
YQ
47322017-12-15 Yao Qi <yao.qi@linaro.org>
4733
4734 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4735 if XML is disabled.
4736
828d5846
XR
47372017-12-15 Xavier Roirand <roirand@adacore.com>
4738
4739 * gdb.ada/same_component_name: New testcase.
4740
79e8fcaa
JB
47412017-12-14 Joel Brobecker <brobecker@adacore.com>
4742
4743 * gdb.ada/str_binop_equal: New testcase.
4744
e05fa6f9
JB
47452017-12-14 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdb.ada/task_switch_in_core: New testcase.
4748
b89641ba
SM
47492017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4750
4751 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4752 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4753 call test_bkpt_qualified.
4754 (test_bkpt_qualified): New proc.
4755
6892d2e4
PA
47562017-12-13 Pedro Alves <palves@redhat.com>
4757
4758 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4759 Tighten regexp by matching with an anchor.
4760
a22ecf70
PA
47612017-12-13 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4764 ("expression with namespace"): New set of tests.
4765 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4766 (Nested::Test_NS::qux): New.
4767 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4768 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4769
9937536c
JB
47702017-12-13 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.base/server-del-break.c: New file.
4773 * gdb.base/server-del-break.exp: New file.
4774
fe49c6f5
SH
47752017-12-12 Stafford Horne <shorne@gmail.com>
4776
4777 * gdb.xml/tdesc-regs.exp: Add or1k support.
4778
c3d18620
SH
47792017-12-12 Stafford Horne <shorne@gmail.com>
4780
4781 * gdb.base/bp-permanent.c: Define nop of or1k.
4782
c5f9cfc8
JB
47832017-12-11 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4786 output with components being reordered.
4787
a9c135fc
JB
47882017-12-11 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4791 output with components being reordered.
4792
927aa2e7
JK
47932017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4794 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/maint.exp (check for .gdb_index): Check also for
4797 .debug_names.
4798 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4799 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4800 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4801 (.gdb_index used after symbol reloading): Support also .debug_names.
4802 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4803
f17d9474
YQ
48042017-12-08 Yao Qi <yao.qi@linaro.org>
4805
4806 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4807 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4808
a0de8c21
YQ
48092017-12-08 Yao Qi <yao.qi@linaro.org>
4810
4811 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4812 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4813
a738ea1d
YQ
48142017-12-08 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.arch/aarch64-tagged-pointer.c: New file.
4817 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4818
1cd9a73b
SDJ
48192017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4822 "int".
4823
fa6eb693
KS
48242017-12-07 Keith Seitz <keiths@redhat.com>
4825
4826 PR breakpoints/22569
4827 * gdb.linespec/ls-errs.exp: Change expected result of "break
4828 -source this file has spaces.c -line 3".
4829 Check that an explicit source file followed by whitespace is
4830 identified as an invalid explicit location.
4831
883fd55a
KS
48322017-12-07 Keith Seitz <keiths@redhat.com>
4833
4834 * gdb.cp/nested-types.cc: New file.
4835 * gdb.cp/nested-types.exp: New file.
4836 * lib/cp-support.exp: Load data-structures.exp library.
4837 (debug_cp_test_ptype_class): New global.
4838 (cp_ptype_class_verbose, next_line): New procedures.
4839 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4840 Add and document new return value.
4841 Switch the list of lines to a queue.
4842 Add support for new `type' key for nested type definitions.
4843 Add debugging/troubleshooting messages.
4844 * lib/data-structures.exp: New file.
4845
ec72db3e
SM
48462017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4847
4848 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4849 with proc_with_prefix, don't use with_test_prefix.
4850
99598d71
TT
48512017-12-07 Tom Tromey <tom@tromey.com>
4852
4853 * gdb.base/break.exp: Add test for empty "commands".
4854
a8806230
YQ
48552017-12-07 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4858 malloc and catch syscall.
4859
824cc835
PM
48602017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4861
e79be6e5 4862 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4863 tests for explicit locations.
4864
7cc244de
PA
48652017-12-06 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4868 force-disabling XML descriptions.
4869
50a1fdd5
PA
48702017-12-04 Pedro Alves <palves@redhat.com>
4871
4872 PR gdb/22499
4873 * gdb.arch/amd64-disp-step-avx.S: New file.
4874 * gdb.arch/amd64-disp-step-avx.exp: New file.
4875
f0fb2488
PA
48762017-12-03 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4879 and <string.h>.
4880 (parent_function): Print distinct messages when waitpid fails, or
4881 the child exits with a signal, or the child exits for an unhandled
4882 reason.
4883 * gdb.threads/process-dies-while-detaching.exp
4884 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4885 it. Wait for both inferior output and GDB's prompt. Use an
4886 indirect spawn id list.
4887 (do_detach): New parameter 'child_exit'. Use it to compute
4888 expected inferior output.
4889 (test_detach, test_detach_watch, test_detach_killed_outside):
4890 Adjust to pass down the expected child exit kind.
4891
97cbe998
SDJ
48922017-12-01 Joel Brobecker <brobecker@adacore.com>
4893 Sergio Durigan Junior <sergiodj@redhat.com>
4894 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4897
40fc416f
SDJ
48982017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4899
4900 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4901 to 'symbol-file' and 'add-symbol-file' can be
4902 position-independent.
4903
1cc75e92
YQ
49042017-12-01 Yao Qi <yao.qi@linaro.org>
4905
4906 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4907 the URL in copyright header.
4908 * gdb.arch/aarch64-fp.exp: Likewise.
4909 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4910 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4911 * gdb.base/expand-psymtabs.exp: Likewise.
4912 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4913 * gdb.fortran/common-block.exp: Likewise.
4914 * gdb.fortran/common-block.f90: Likewise.
4915 * gdb.fortran/logical.exp: Likewise.
4916 * gdb.fortran/vla-datatypes.f90: Likewise.
4917 * gdb.fortran/vla-sub.f90: Likewise.
4918
875fb7a7
JB
49192017-11-30 Joel Brobecker <brobecker@adacore.com>
4920
4921 * gdb.ada/repeat_dyn: New testcase.
4922
6f14765f
UW
49232017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4924
4925 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4926 Update for changed thread numbering.
4927 * gdb.cell/bt.exp: Update for changed GDB output.
4928
f1af7b94
SM
49292017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4932 setting isremote by hand.
4933 * boards/dwarf4-gdb-index.exp: Likewise.
4934 * boards/fission.exp: Likewise.
4935 * boards/stabs.exp: Likewise.
4936
e3919f3e
PA
49372017-11-30 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.linespec/cpls-ops.exp
4940 (check_explicit_skips_function_argument): Extract the underlying
4941 type of size_t instead of hardcoding it.
4942
bd69330d
PA
49432017-11-29 Pedro Alves <palves@redhat.com>
4944
4945 PR c++/19436
4946 * gdb.linespec/cpls-abi-tag.cc: New file.
4947 * gdb.linespec/cpls-abi-tag.exp: New file.
4948
a20714ff
PA
49492017-11-29 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/langs.exp: Use -qualified.
4952 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4953 it.
4954 * gdb.cp/namespace.exp: Use -qualified.
4955 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4956 (overload-3, template-overload, template-ret-type, const-overload)
4957 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4958 procedures.
4959 (test_driver): Call them.
4960 * gdb.cp/save-bp-qualified.cc: New.
4961 * gdb.cp/save-bp-qualified.exp: New.
4962 * gdb.linespec/explicit.exp: Test -qualified.
4963 * lib/completion-support.exp (completion::explicit_opts_list): Add
4964 "-qualified".
4965 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4966
f6f1d339
PM
49672017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4968
4969 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4970
02ca603a
TT
49712017-11-29 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/relocate.exp: Update invalid argument test.
4974 Add new tests for invalid arguments.
4975
ed6c0bfb
TP
49762017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4977
4978 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4979 Return 0 as a long.
4980 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4981
f106e10e
TP
49822017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4983
4984 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4985 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4986 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4987 func ().
4988 * gdb.cp/shadow.cc (B.func): Return 0.
4989
10329bb2
JB
49902017-11-27 Joel Brobecker <brobecker@adacore.com>
4991
4992 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4993 expected output in gdb_expect call to allow the exception
4994 message to be present as well. Fix syntax confusion to avoid
4995 TCL thinking that exception_name is an array.
4996
617cd4bc
UW
49972017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4998
4999 * gdb.arch/spu-info.c: Include <unistd.h>.
5000 (do_signal_test): Fix broken calls to write.
5001 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5002 Fix checks for empty mailboxes. Update signal tests for corrected
5003 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5004 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5005 * gdb.cell/arch.exp: Use standard_output_file.
5006 * gdb.cell/break.exp: Likewise.
5007 * gdb.cell/bt.exp: Likewise.
5008 * gdb.cell/core.exp: Likewise.
5009 * gdb.cell/dwarfaddr.exp: Likewise.
5010 * gdb.cell/ea-cache.exp: Likewise.
5011 * gdb.cell/ea-standalone.exp: Likewise.
5012 * gdb.cell/f-regs.exp: Likewise.
5013 * gdb.cell/fork.exp: Likewise.
5014 * gdb.cell/gcore.exp: Likewise.
5015 * gdb.cell/mem-access.exp: Likewise.
5016 * gdb.cell/ptype.exp: Likewise.
5017 * gdb.cell/registers.exp: Likewise.
5018 * gdb.cell/sizeof.exp: Likewise.
5019 * gdb.cell/solib-symbol.exp: Likewise.
5020 * gdb.cell/solib.exp: Likewise.
617cd4bc 5021
a81aaca0
PA
50222017-11-25 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/complete-empty.exp: New file.
5025 * gdb.base/completion.exp: Adjust.
5026
6a3c6ee4
PA
50272017-11-25 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.linespec/cpls-ops.cc: New file.
5030 * gdb.linespec/cpls-ops.exp: New file.
5031 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5032 factored out from ...
5033 (test_complete_prefix_range): ... this.
5034
8955eb2d
PA
50352017-11-24 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.linespec/cpcompletion.exp: New file.
5038 * gdb.linespec/cpls-hyphen.cc: New file.
5039 * gdb.linespec/cpls.cc: New file.
5040 * gdb.linespec/cpls2.cc: New file.
5041 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5042 test to use test_gdb_complete_unique. Add label completion,
5043 keyword completion and explicit location completion tests.
5044 * lib/completion-support.exp: New file.
5045
e547c119
JB
50462017-11-24 Joel Brobecker <brobecker@adacore.com>
5047
5048 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5049 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5050 when hitting an exception catchpoint.
5051
7c3c1aa8
YQ
50522017-11-22 Yao Qi <yao.qi@linaro.org>
5053
5054 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5055
41bd68f5
SM
50562017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5059 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5060 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5061
1daad298
YQ
50622017-11-22 Yao Qi <yao.qi@linaro.org>
5063
5064 * gdb.base/info-os.exp: Pass pthreads.
5065 * gdb.multi/multi-attach.exp: Likewise.
5066
88465e87
YQ
50672017-11-22 Yao Qi <yao.qi@linaro.org>
5068
5069 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5070 compiler.
5071
dc196b23
YQ
50722017-11-22 Yao Qi <yao.qi@linaro.org>
5073
5074 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5075 * gdb.base/break-interp.exp: Likewise.
5076 * gdb.base/jit-attach-pie.exp: Likewise.
5077
2400729e
UW
50782017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5079
5080 * gdb.base/float128.c (large128): New variable.
5081 * gdb.base/float128.exp: Add test to print largest __float128 value.
5082
7a26362d
UW
50832017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5084
5085 * gdb.arch/vsx-regs.exp: Update register content checks.
5086
ed0f4273
UW
50872017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5088
5089 * gdb.arch/ppc-longdouble.exp: New file.
5090 * gdb.arch/ppc-longdouble.c: Likewise.
5091
a25d69c6
PA
50922017-11-21 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5095
73fcf641
PA
50962017-11-20 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5099 (long_double_typedef): New typedefs.
5100 Use DEF on double and long double.
5101 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5102 cases.
5103 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5104 and 'long_double_ptr_same_size' locals. Use them to decide
5105 whether cast from array/function to float is valid/invalid.
5106
71a3c369
TT
51072017-11-17 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.rust/traits.rs: New file.
5110 * gdb.rust/traits.exp: New file.
5111
ced9779b
JB
51122017-11-17 Joel Brobecker <brobecker@adacore.com>
5113
5114 * gdb.ada/minsyms: New testcase.
5115
a0922d80
PA
51162017-11-16 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5119 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5120
ea04e54c
PA
51212017-11-16 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5124 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5125
e849ea89
PA
51262017-11-16 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.server/reconnect-ctrl-c.c: New file.
5129 * gdb.server/reconnect-ctrl-c.exp: New file.
5130
d8ae99a7
PM
51312017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5132
5133 * gdb.python/py-rbreak.exp: New file.
5134 * gdb.python/py-rbreak.c: New file.
5135 * gdb.python/py-rbreak-func2.c: New file.
5136
968a13f8
PA
51372017-11-16 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5140 pattern.
5141 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5142 GDB.
5143
71774bc9
SM
51442017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5147 regex.
5148
ddbb44cf
SM
51492017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5150
5151 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5152 test names.
5153
584a564f
PA
51542017-11-09 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5157 factored out from ...
5158 (top level): ... here, and adjusted to avoid expecting beyond the
5159 prompt in a single gdb_test_multiple.
5160
5ed7a928
PA
51612017-11-09 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5164 output.
5165 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5166 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5167 * gdb.server/ext-run.exp ("kill" test): Likewise.
5168 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5169
a60e0738
PA
51702017-11-09 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5173 match till end of line.
5174
2c88253f
PA
51752017-11-09 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5178
c7a38517
PA
51792017-11-09 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5182 New procedures, factored out from ...
5183 (top level): ... here, and adjusted to avoid expecting beyond the
5184 prompt in one go.
5185
f29f4b6b
PA
51862017-11-09 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5189 output. Fix '?' match.
5190
286acbb5
JB
51912017-11-08 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/scoped_watch: New testcase.
5194 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5195 which is actually correct.
5196 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5197 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5198
62d7ae92
PA
51992017-11-08 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.gdb/complaints.exp (test_initial_complaints)
5202 (test_serial_complaints, test_short_complaints): Call
5203 complaint_internal instead of complaint.
5204
280ca31f
DT
52052017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5206
5207 * gdb.threads/tls-core.c: New file.
5208 * gdb.threads/tls-core.exp: Likewise.
5209
b5ec771e
PA
52102017-11-08 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5213 (p Exported_Capitalized): New test.
5214 (p exported_capitalized): New test.
5215
a02b41a7
PA
52162017-11-07 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5219
95e95a6d
PA
52202017-11-07 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5223 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5224 (disable_invalid, disable_inverted, disable_negative): New
5225 procedures.
5226 ("bad numbers"): New set of tests.
5227
cee62dbd
PA
52282017-11-07 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.cp/ena-dis-br-range.exp: Add tests.
5231
cc638e86
PA
52322017-11-07 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5235
d0fe4701
XR
52362017-11-07 Xavier Roirand <roirand@adacore.com>
5237 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.base/ena-dis-br.exp: Add reference to
5240 gdb.cp/ena-dis-br-range.exp.
5241 * gdb.cp/ena-dis-br-range.exp: New file.
5242 * gdb.cp/ena-dis-br-range.cc: New file.
5243
46f67f80
PA
52442017-11-06 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/attach-non-pgrp-leader.c: New.
5247 * gdb.base/attach-non-pgrp-leader.exp: New.
5248
726e1356
PA
52492017-11-06 Pedro Alves <palves@redhat.com>
5250
5251 * configure.ac: No longer check for termio.h and sgtty.h.
5252 * configure: Regenerate.
5253 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5254 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5255 Remove termio and sgtty code.
5256
50ab6ace
YQ
52572017-11-03 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5260 in GDB is disabled.
5261
8e68731c
YQ
52622017-11-03 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.python/py-thrhandle.exp: Skip it if python is not
5265 enabled.
5266
3a87ae65
SM
52672017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5268
5269 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5270 as a breakpoint command.
5271
484d8d36
MD
52722017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5273
5274 PR python/21213
5275 * gdb.python/py-infthread.exp: Test calling
5276 InferiorThread.inferior () multiple times in a row.
5277
4a27f119
KS
52782017-10-27 Keith Seitz <keiths@redhat.com>
5279
5280 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5281 Test "info break" for every inlined function breakpoint.
5282
bb11dd58
YQ
52832017-10-27 Yao Qi <yao.qi@linaro.org>
5284
5285 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5286
a43f3893
PF
52872017-10-26 Patrick Frants <osscontribute@gmail.com>
5288
5289 * gdb.cp/classes.exp (test_static_members): Test printing
5290 Outer::instance.
5291 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5292 (Inner::instance, Outer::instance): New.
5293
792ccf00
PA
52942017-10-24 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5297 extra console" test in two stages.
5298
eb2bfbad
PA
52992017-10-24 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5302
1f75a651
PA
53032017-10-24 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5306 loop.
5307
779990d9
PA
53082017-10-24 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5311 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5312
ad9b8f5d
PA
53132017-10-24 Pedro Alves <palves@redhat.com>
5314
5315 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5316 parameter and handle it. Don't output read value in test name.
5317
fee6da6e
PA
53182017-10-24 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5321 custom test name.
5322
10389c2c
PA
53232017-10-24 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5326 include the unstable output directory name in the test's name.
5327 (initial_setup_simple) <'set args'>: Use custom test name.
5328
a80e65a9
PA
53292017-10-24 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5332 with explicit test name.
5333
15763a09
PA
53342017-10-20 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5337 'wait -i'. Use gdb_assert and remote_close.
5338
49a4ce2e
AB
53392017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5342 number from variable rather than hard-coded.
5343
a75868f5
PA
53442017-10-19 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.base/long-inferior-output.c: New file.
5347 * gdb.base/long-inferior-output.exp: New file.
5348
c8ba13ad
KS
53492017-11-18 Keith Seitz <keiths@redhat.com>
5350
5351 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5352 method.
5353 (main): Call it.
5354 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5355 Add additional user-defined conversion operator tests.
5356
b27de576
PA
53572017-10-17 Pedro Alves <palves@redhat.com>
5358
5359 * boards/native-stdio-gdbserver.exp: Load "local-board".
5360
8484c955
PA
53612017-10-17 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/quit-live.c: New file.
5364 * gdb.base/quit-live.exp: New file.
5365
83d5a34d
KS
53662017-10-16 Keith Seitz <keiths@redhat.com>
5367
5368 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5369 (class_with_protected_typedef, class_with_private_typedef)
5370 (struct_with_public_typedef, struct_with_protected_typedef)
5371 (struct_with_private_typedef): New classes/structs.
5372 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5373 typedefs and access specifiers.
5374
739b3f1d
PA
53752017-10-16 Pedro Alves <palves@redhat.com>
5376 Simon Marchi <simon.marchi@polymtl.ca>
5377
5378 * README (Local vs Remote vs Native): New section.
5379 * boards/local-board.exp: New file, with bits factored out from
5380 ...
5381 * boards/native-extended-gdbserver.exp: ... here. Load
5382 "local-board".
5383 * boards/native-gdbserver.exp: Load "local-board".
5384 (${board}_spawn, ${board}_exec): Delete.
5385 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5386 ...
5387 * boards/stdio-gdbserver-base.exp: ... this new file.
5388 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5389 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5390 procedure.
5391 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5392 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5393 stdio_gdbserver_command.
5394 (${board}_get_remote_address, ${board}_get_comm_port)
5395 (${board}_download, ${board}_upload): Delete.
5396 (get_target_remote_pipe_cmd): New.
5397
fe68b953
SM
53982017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5399
5400 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5401 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5402 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5403 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5404 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5405 remove with_test_prefix.
5406
300b6685
PA
54072017-10-13 Pedro Alves <palves@redhat.com>
5408
5409 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5410 * gdb.base/annota1.exp: Use it instead of is_remote.
5411 * gdb.base/annota3.exp: Use it instead of is_remote.
5412 * gdb.cp/annota2.exp: Use it instead of is_remote.
5413 * gdb.cp/annota3.exp: Use it instead of is_remote.
5414 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5415
50500caf
PA
54162017-10-13 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5419 (test_num_test_vars, run_and_count_vars, find_env)
5420 (test_set_unset_env, test_inherit_env_var): New procedures.
5421 (top level): Use them.
5422
dad0c6d2
PA
54232017-10-13 Pedro Alves <palves@redhat.com>
5424
5425 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5426 also skip on stub-like targets.
5427
8b0553c1
PA
54282017-10-13 Pedro Alves <palves@redhat.com>
5429
5430 PR gdb/22293
5431 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5432 (top level): Move some tests to ...
5433 (test_not_found): ... this new procedure.
5434 (top level): Call it.
5435
7594f623
PA
54362017-10-13 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5439 expect different "info terminal" output if testing with a
5440 non-native target.
5441
ebe3b402
PA
54422017-10-13 Pedro Alves <palves@redhat.com>
5443 Simon Marchi <simon.marchi@polymtl.ca>
5444
5445 PR python/12966
5446 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5447
42f1b161
PA
54482017-10-13 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5451 already.
5452
8d6ef72b
PA
54532017-10-13 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5456 is_remote.
5457
d7bcd5b8
PA
54582017-10-13 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5461 is_remote.
5462
df479dc6
PA
54632017-10-13 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5466 is set.
5467 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5468 instead of is_remote.
5469
23fb630a
PA
54702017-10-13 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5473 (top level): Add comment.
5474
cc77b1dc
PA
54752017-10-13 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/remote.exp (top level): Fix comment typo and add
5478 missing return.
5479
27c9e813
PA
54802017-10-13 Pedro Alves <palves@redhat.com>
5481 Simon Marchi <simon.marchi@polymtl.ca>
5482
5483 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5484 calls and add comments. Skip test if use_gdb_stub is set.
5485 (top level): Use "set cwd" command instead of "cd" command.
5486
5e830d98
PA
54872017-10-13 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5490 is_remote target check.
5491
f5ca0032
PA
54922017-10-13 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/scope.exp: Use build_executable + clean_restart +
5495 gdb_file_cmd instead of prepare_for_testing and no longer skip
5496 "before run" tests on is_remote target boards. Update comments.
5497 * boards/native-extended-gdbserver.exp
5498 (extended_gdbserver_load_last_file): New, factored out from ...
5499 (gdb_load): ... this. Move further below and add comment.
5500 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5501
8aed1c0d
PA
55022017-10-12 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/attach.exp: Remove references to gdb64.
5505 * gdb.base/dbx.exp: Remove references to gdb64.
5506
cfa34c87
SM
55072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5508 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/label.exp: Remove is_remote target check.
5511
9192b7de
PA
55122017-10-12 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/auvx.exp (coredir): Update comment.
5515 (top level) <core_works>: Use "set cwd" command instead of "cd"
5516 command.
5517
6bf0052d
PA
55182017-10-12 Pedro Alves <palves@redhat.com>
5519 Simon Marchi <simon.marchi@polymtl.ca>
5520
5521 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5522 target boards.
5523
e48ef82d
PA
55242017-10-12 Pedro Alves <palves@redhat.com>
5525 Simon Marchi <simon.marchi@polymtl.ca>
5526
5527 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5528 Instead skip if there's any gdb_protocol set.
5529
8d7aea57
SM
55302017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5531 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5534
30440677
PA
55352017-10-12 Pedro Alves <palves@redhat.com>
5536 Simon Marchi <simon.marchi@polymtl.ca>
5537
5538 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5539 instead of on dejagnu remote boards.
5540
4e04f045 55412017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5542 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5543
5544 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5545 checks. Use build_executable + clean_restart instead of
5546 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5547 of enabling non-stop after starting gdb.
5548
871a186e
PA
55492017-10-12 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5552 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5553 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5554 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5555
56d704da
AK
55562017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5557
5558 * gdb.arch/arc-tdesc-cpu.exp: New file.
5559 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5560
2f20e312
SM
55612017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5562
5563 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5564
65630365
PA
55652017-10-10 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5568 expect CLI output.
5569
bf469271
PA
55702017-10-10 Pedro Alves <palves@redhat.com>
5571
5572 * lib/selftest-support.exp (selftest_setup): Update for
5573 captured_command_loop's prototype change.
5574
777a42f1
PA
55752017-10-09 Pedro Alves <palves@redhat.com>
5576
5577 Test both arch1=>arch2 and arch2=>arch1.
5578
5579 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5580 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5581 factored out to...
5582 (append_arch1_options, append_arch2_options, append_arch_options)
5583 (build_executables): New procedures.
5584 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5585 local.
5586 (top level): Add new 'first_arch' testing axis.
5587
cbd2b4e3
PA
55882017-10-09 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5591 (barrier): New.
5592 (thread_start, all_started): New functions.
5593 (main): Spawn new thread and wait until it is scheduled.
5594 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5595 option.
5596 (do_test): Add 'selected_thread' parameter. Run to all_started
5597 instead of main. Explicitly set the breakpoint at main. Switch
5598 to the SELECTED_THREAD thread.
5599 (top level): Test handling the exec event with either the main
5600 thread or the second thread selected.
5601
5c9e4427
PA
56022017-10-09 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5605 logic. Move STOP marker after the value checks.
5606 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5607 regexp.
5608
b3b7c423
SL
56092017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5610
5611 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5612
3b4b2f16
UW
56132017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5614
5615 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5616 integer-to-dfp conversion.
5617 * gdb.base/dfp-test.exp: Likewise.
5618
5cd63fda
PA
56192017-10-04 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.multi/hangout.c: Include <unistd.h>.
5622 (hangout_loop): New function.
5623 (main): Call alarm. Call hangout_loop in a loop.
5624 * gdb.multi/hello.c: Include <unistd.h>.
5625 (hello_loop): New function.
5626 (main): Call alarm. Call hangout_loop in a loop.
5627 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5628 inferior with the other selected.
5629
4c71c105
SM
56302017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5631
5632 * gdb.mi/list-thread-groups-available.exp: New file.
5633 * gdb.mi/list-thread-groups-available.c: New file.
5634
bc3b087d
SDJ
56352017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5636
5637 * gdb.base/set-cwd.exp: Make it available on
5638 native-extended-gdbserver.
5639
d092c5a2
SDJ
56402017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5641
5642 * gdb.base/set-cwd.c: New file.
5643 * gdb.base/set-cwd.exp: Likewise.
5644
45320ffa
TT
56452017-10-02 Tom Tromey <tom@tromey.com>
5646
5647 PR rust/22236:
5648 * gdb.rust/simple.rs (main): New variable "fslice".
5649 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5650
b3e3859b
TT
56512017-10-02 Tom Tromey <tom@tromey.com>
5652
5653 * gdb.rust/simple.exp: Test ptype of a slice.
5654
01af5e0d
TT
56552017-10-02 Tom Tromey <tom@tromey.com>
5656
5657 * gdb.rust/simple.exp: Test index of slice.
5658
a9bbfbd8
TT
56592017-09-27 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5662
df8899e5
TP
56632017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5664 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/compare-sections.exp (get value of read-only section): Read
5667 as unsigned value.
5668 (corrupt read-only section): Likewise and don't set written if patching
5669 failed.
5670
757bf54b
KB
56712017-09-21 Kevin Buettner <kevinb@redhat.com>
5672
5673 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5674 files.
5675
06871ae8
PA
56762017-09-20 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5679 symbol names in gdb's output.
5680 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5681
e5f25bc5
PA
56822017-09-20 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5685 Rename to ...
5686 (test_list_ambiguous_symbol): ... this and add a symbol name
5687 parameter. Adjust.
5688 (test_list_ambiguous_function): Reimplement on top of
5689 test_list_ambiguous_symbol and also test listing ambiguous
5690 variables.
5691 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5692 (ambiguous_fun): ... this.
5693 (ambiguous_var): New.
5694 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5695 (ambiguous_fun): ... this.
5696 (ambiguous_var): New.
5697
4e5a4f58
JB
56982017-09-19 John Baldwin <jhb@FreeBSD.org>
5699
5700 * gdb.base/starti.c: New file.
5701 * gdb.base/starti.exp: New file.
5702 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5703
26e53f3e
PA
57042017-09-14 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5707 (top level): Use it instead of runto.
5708
cb791d59
TT
57092017-09-11 Tom Tromey <tom@tromey.com>
5710
5711 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5712
7c96f8c1
TT
57132017-09-11 Tom Tromey <tom@tromey.com>
5714
5715 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5716 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5717
469412dd
CW
57182017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5719
5720 * gdb.fortran/printing-types.exp: New file.
5721 * gdb.fortran/printing-types.exp: New file.
5722
e0f86435
BH
57232017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5724
5725 * gdb.fortran/vla-ptype.exp: Fix typos.
5726 * gdb.fortran/vla-value.exp: Same.
5727
9e9af4be
BH
57282017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5729
5730 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5731 * gdb.mi/mi-var-child-f.exp: Likewise.
5732 * gdb.mi/mi-vla-fortran.exp: Likewise.
5733
a5ad232b 57342017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5735 Christoph Weinmann <christoph.t.weinmann@intel.com>
5736 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5737
5738 * gdb.fortran/ptr-indentation.f90: New file.
5739 * gdb.fortran/ptr-indentation.exp: New file.
5740
5aec60eb
TT
57412017-09-05 Tom Tromey <tom@tromey.com>
5742
5743 PR gdb/22010:
5744 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5745
8f8f8152
TP
57462017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5747
5748 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5749
fbd1b771
JK
57502017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5751
5752 * gdb.threads/tls-nodebug-pie.c: New file.
5753 * gdb.threads/tls-nodebug-pie.exp: New file.
5754
5eb5f850
TT
57552017-09-05 Tom Tromey <tom@tromey.com>
5756
5757 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5758 for rust.
5759
ae780a21
SM
57602017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.multi/multi-arch-exec.exp: Test with different
5763 "follow-exec-mode" settings.
5764 (do_test): New procedure.
5765
3693fdb3
PA
57662017-09-04 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/func-static.c (S::method const, S::method volatile)
5769 (S::method volatile const): New methods.
5770 (c_s, v_s, cv_s): New instances.
5771 (main): Call method() on them.
5772 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5773 (cannot_resolve): New procedure.
5774 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5775 print-quote-unquoted columns.
5776 (do_test): Test printing each scope too.
5777
e68cb8e0
PA
57782017-09-04 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/local-static.exp: Also test with
5781 class::method::variable wholly quoted.
5782 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5783
858be34c
PA
57842017-09-04 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/local-static.c: New.
5787 * gdb.base/local-static.cc: New.
5788 * gdb.base/local-static.exp: New.
5789
46a4882b
PA
57902017-09-04 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.asm/asm-source.exp: Add casts to int.
5793 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5794 (dataglobal64_1, dataglobal64_2): New globals.
5795 * gdb.base/nodebug.exp: Test different expressions involving the
5796 new globals, with print, whatis and ptype. Add casts to int.
5797 * gdb.base/solib-display.exp: Add casts to int.
5798 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5799 * gdb.cp/m-static.exp: Add cast to int.
5800 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5801 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5802 tls variable with no debug info without a cast. Test with a cast
5803 to int too.
5804 * gdb.trace/entry-values.exp: Add casts.
5805
2c5a2be1
PA
58062017-09-04 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/nodebug.exp: Test that ptype's error about functions
5809 with unknown return type includes the function name too.
5810
7022349d
PA
58112017-09-04 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5814 return type of munmap in infcall.
5815 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5816 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5817 type of ftell in infcall.
5818 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5819 type of getpid in infcall.
5820 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5821 infcall.
5822 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5823 Bail on failure to extract the pid.
5824 * gdb.base/nodebug.c: #include <stdint.h>.
5825 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5826 New functions.
5827 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5828 Change expected output of print/whatis/ptype with functions with
5829 no debug info. Test all supported languages. Call
5830 test_call_promotion.
5831 * gdb.compile/compile.exp: Adjust expected output to expect
5832 warning.
5833 * gdb.threads/siginfo-threads.exp: Likewise.
5834
54990598
PA
58352017-09-04 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5838 "prototypes". Test calling float functions via prototyped and
5839 unprototyped function pointers.
5840 (perform_all_tests): New parameter "prototypes". Pass it down.
5841 (top level): Pass down "prototypes" parameter to
5842 perform_all_tests.
5843
34d16ea2
SM
58442017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5845
5846 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5847 Test with nested loops.
5848
9521ecda
SM
58492017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5850
5851 * gdb.base/commands.exp: Call the new procedures.
5852 (loop_break_test, loop_continue_test): New procedures.
5853
80a65e9b
SM
58542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5855
5856 * gdb.base/commands.exp: Call new procedure.
5857 (define_if_without_arg_test): New procedure.
5858
e439fa14
PA
58592017-09-04 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/list-ambiguous.exp: New file.
5862 * gdb.base/list-ambiguous0.c: New file.
5863 * gdb.base/list-ambiguous1.c: New file.
5864 * gdb.base/list.exp (test_list_range): Adjust expected output.
5865
0a2dde4a
SDJ
58662017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5867
5868 * gdb.base/share-env-with-gdbserver.c: New file.
5869 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5870
5e89eb3a
SM
58712017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.base/commands.exp (gdbvar_simple_if_test,
5874 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5875 progvar_simple_if_test, progvar_simple_while_test,
5876 progvar_complex_if_while_test, user_defined_command_test,
5877 user_defined_command_args_eval,
5878 user_defined_command_args_stack_test,
5879 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5880 temporary_breakpoint_commands,
5881 gdb_test_no_prompt, redefine_hook_test,
5882 redefine_backtrace_test): Remove "global gdb_prompt".
5883
fd437cbc
SM
58842017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5887 New proc, call it from toplevel.
5888
87215ad1
SDJ
58892017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5890
5891 PR remote/21852
5892 * gdb.server/normal.c: New file, copied from gdb.base.
5893 * gdb.server/run-without-local-binary.exp: New file.
5894
58afddc6
WP
58952017-08-07 Weimin Pan <weimin.pan@oracle.com>
5896
5897 * gdb.arch/sparc64-adi.exp: New file.
5898 * gdb.arch/sparc64-adi.c: New file.
5899
5277199a
PA
59002017-08-22 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5903 (top level): Add "list all overloads" tests.
5904
14278e1f
TT
59052017-08-22 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.gdb/xfullpath.exp: Remove.
5908
bf223d3e
PA
59092017-08-21 Pedro Alves <palves@redhat.com>
5910
5911 PR gdb/19487
5912 * gdb.base/symbol-alias.c: New.
5913 * gdb.base/symbol-alias2.c: New.
5914 * gdb.base/symbol-alias.exp: New.
5915
c973d0aa
PA
59162017-08-21 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/dfp-test.c
5919 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5920 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5921 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5922 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5923 * gdb.base/whatis-ptype-typedefs.c: New.
5924 * gdb.base/whatis-ptype-typedefs.exp: New.
5925 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5926 (an_int, an_int_type, an_int_type2): New globals.
5927 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5928 involving typedefs and cast expressions.
5929 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5930 (lookup_typedefs_function): New.
5931 (typedefs_pretty_printers_dict): New.
5932 (top level): Register lookup_typedefs_function in
5933 gdb.pretty_printers.
5934
6d580b63
YQ
59352017-08-18 Yao Qi <yao.qi@linaro.org>
5936
5937 * gdb.server/unittest.exp: New.
5938
206726fb
SDJ
59392017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5940
5941 PR gdb/21954
5942 * gdb.base/environ.exp: Add test to check if 'unset environment'
5943 works.
5944
bf0ec4c2
AA
59452017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5946
5947 * lib/gdb.exp (universal_compile_options): New caching proc.
5948 (gdb_compile): Suppress GCC's coloring of messages.
5949
d6382fff
TT
59502017-08-14 Tom Tromey <tom@tromey.com>
5951
5952 PR gdb/21675:
5953 * gdb.base/printcmds.exp (test_radices): New function.
5954 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5955 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5956 * lib/gdb.exp (get_integer_valueof): Use p/d.
5957
c2c2dd9f
SM
59582017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5961 characters.
5962
fdffd6f4
TT
59632017-08-05 Tom Tromey <tom@tromey.com>
5964
5965 * gdb.rust/simple.exp: Allow String to appear in a different
5966 namespace.
5967
27d41eac
YQ
59682017-07-26 Yao Qi <yao.qi@linaro.org>
5969
5970 * gdb.gdb/unittest.exp: Invoke command
5971 "maintenance check xml-descriptions".
5972
031ed05d
AA
59732017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5974
5975 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5976 calling context.
5977 (hex128): Drop erroneous calculation of parameters.
5978
dcd27ddf
SM
59792017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5980
5981 * gdb.python/py-unwind.exp: Disable stack protection when
5982 building test file.
5983
47e77640
PA
59842017-07-20 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/default.exp (set language): Adjust expected output.
5987
62d2a18a
PA
59882017-07-20 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5991 (test_minsym): ... this, and make static.
5992 (get_pck__foo__bar__minsym): Rename to ...
5993 (get_test_minsym): ... this.
5994 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5995 symbol names and comments.
5996 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5997 (get_test_minsym): ... this.
5998 (pck__foo__bar__minsym__2): Rename to ...
5999 (test_minsym): ... this.
6000 (main): Adjust.
6001
c45ec17c
PA
60022017-07-17 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/completion.exp: Adjust expected output.
6005 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6006 the completer works.
6007
c6756f62
PA
60082017-07-17 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6011
5bd68487
AB
60122017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6013
6014 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6015
8880f2a9
TT
60162017-07-14 Tom Tromey <tom@tromey.com>
6017
6018 PR rust/21764:
6019 * gdb.rust/simple.exp: Add tests.
6020
65547233
TT
60212017-07-14 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6024
8f14146e
PA
60252017-07-14 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.linespec/base/one/thefile.cc (z1): New function.
6028 * gdb.linespec/base/two/thefile.cc (z2): New function.
6029 * gdb.linespec/linespec.exp: Add tests.
6030
b4365d02
AB
60312017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6034 to mi_create_breakpoint.
6035
5d2cbaa5
AB
60362017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6037
6038 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6039 mi_create_breakpoint.
6040
11cb5716
IB
60412017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6042
6043 * gdb.dlang/demangle.exp: Update for demangling changes.
6044
03278692
TT
60452017-07-09 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.dwarf2/shortpiece.exp: New file.
6048
33c5cd75
DB
60492017-07-06 David Blaikie <dblaikie@gmail.com>
6050
6051 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6052 built from fissiont-multi-cu{1,2}.c.
6053 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6054 except putting 'main' and 'func' in separate CUs in the same DWO file.
6055 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6056 test.
6057 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6058 test.
6059
8455d262
PA
60602017-07-06 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.python/py-unwind.exp: Test flushregs.
6063
dc4bde35
SDJ
60642017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6065
6066 PR cli/21688
6067 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6068 tests for alias commands and trailing whitespace.
6069
51ed89aa
SDJ
60702017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6071
6072 PR cli/21688
6073 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6074 procedure. Call it.
6075
eb17d413
PA
60762017-06-29 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/printcmds.exp: Add tests.
6079
41664b45
DG
60802017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6081
6082 PR gdb/21337
6083 * gdb.base/reread-readsym.exp: New file.
6084 * gdb.base/reread-readsym.c: New file.
6085
75312ae3
KB
60862017-06-21 Kevin Buettner <kevinb@redhat.com>
6087
6088 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6089 subpattern.
6090
66953522
PB
60912017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6092
6093 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6094 extended mnemonic.
6095 * gdb.arch/powerpc-power9.s: Likewise.
6096
5524b525
AA
60972017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6098
6099 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6100 on 32-bit x86 targets. Exploit is_*_target macros where
6101 appropriate.
6102
03c8af18
AA
61032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6104
6105 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6106 register pieces.
6107
3bf31011
AA
61082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6111 located in one or more DWARF pieces.
6112
805acca0
AA
61132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * lib/gdb.exp (get_endianness): New proc.
6116 * gdb.arch/aarch64-fp.exp: Use it.
6117 * gdb.arch/altivec-regs.exp: Likewise.
6118 * gdb.arch/e500-regs.exp: Likewise.
6119 * gdb.arch/vsx-regs.exp: Likewise.
6120 * gdb.base/dump.exp: Likewise.
6121 * gdb.base/funcargs.exp: Likewise.
6122 * gdb.base/gnu_vector.exp: Likewise.
6123 * gdb.dwarf2/formdata16.exp: Likewise.
6124 * gdb.dwarf2/implptrpiece.exp: Likewise.
6125 * gdb.dwarf2/nonvar-access.exp: Likewise.
6126 * gdb.python/py-inferior.exp: Likewise.
6127 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6128
e9352324
AA
61292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6130
6131 PR gdb/21226
6132 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6133 stack value pieces are taken from the LSB end.
6134
d5d1163e
AA
61352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6136
6137 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6138 variable at nonzero offset.
6139
0567c986
AA
61402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6141
6142 * gdb.dwarf2/var-access.c: New file.
6143 * gdb.dwarf2/var-access.exp: New test.
6144 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6145
973e9aab
TT
61462017-06-12 Tom Tromey <tom@tromey.com>
6147
6148 * gdb.dwarf2/formdata16.exp: Add tests.
6149
d9109c80
TT
61502017-06-12 Tom Tromey <tom@tromey.com>
6151
6152 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6153
30a25466
TT
61542017-06-12 Tom Tromey <tom@tromey.com>
6155
6156 PR exp/16225:
6157 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6158 * gdb.arch/vsx-regs.exp: Update tests.
6159 * gdb.arch/s390-vregs.exp (hex128): New proc.
6160 Update test.
6161 * gdb.arch/altivec-regs.exp: Update tests.
6162
aefd8b33
SDJ
61632017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6164
6165 * gdb.base/startup-with-shell.c: New file.
6166 * gdb.base/startup-with-shell.exp: Likewise.
6167
2090129c
SDJ
61682017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * gdb.server/non-existing-program.exp: Update regex in order to
6171 reflect the fact that gdbserver is now using fork_inferior (with a
6172 shell) to startup the inferior.
6173
8e86a419
SM
61742017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6177 support function calls from GDB.
6178
e6cf65f2
TT
61792017-05-21 Tom Tromey <tom@tromey.com>
6180
6181 PR rust/21466:
6182 * gdb.rust/unsized.exp: New file.
6183 * gdb.rust/unsized.rs: New file.
6184
43cc5389
TT
61852017-05-19 Tom Tromey <tom@tromey.com>
6186
6187 PR rust/21484:
6188 * gdb.rust/watch.exp: New file.
6189 * gdb.rust/watch.rs: New file.
6190
ec8df234
TT
61912017-05-18 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.rust/simple.exp: Allow Box to be qualified.
6194
3e3e7fae
TP
61952017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6196
6197 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6198
59cc050d
PA
61992017-05-18 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.base/fileio.c (test_write, test_read, test_close)
6202 (test_fstat): Don't print 'ret' in the fail path.
6203
c8f6abd1
PA
62042017-05-18 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6207 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6208 (test_system, test_rename, test_unlink, test_time): Change
6209 prototypes.
6210 * gdb.base/fileio.exp (stop_msg): Adjust.
6211
d2a03b77
PA
62122017-05-18 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/fileio.c (null_str): New global.
6215 (test_stat): Use it.
6216 * gdb.base/fileio.exp: Remove nowarnings.
6217
0d5c6999
YQ
62182017-05-17 Yao Qi <yao.qi@linaro.org>
6219
6220 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6221
21873064
YQ
62222017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6225 argument command.
6226 (top-level): Invoke test_set_inferior_tty.
6227
d512d31c
PA
62282017-05-04 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6231 Add parens to print call for Python 3.
6232
90cef2ed
KS
62332017-05-03 Keith Seitz <keiths@redhat.com>
6234
6235 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6236 (main): Call it.
6237
14f819c8
TW
62382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6239
6240 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6241 to prev and next.
6242
913aeadd
TW
62432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6244
6245 * gdb.python/py-record-btrace.exp: Remove test for
6246 gdb.BtraceInstruction.error.
6247
a3be24ad
TW
62482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6249
6250 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6251
ae20e79a
TW
62522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6253
6254 * gdb.python/py-record-btrace-threads.c: New file.
6255 * gdb.python/py-record-btrace-threads.exp: New file.
6256
45ce1b47
SDJ
62572017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6258
6259 PR testsuite/8595
6260 * gdb.base/environ.exp: Make test available in all architectures.
6261 Move bits related to "info program" testing to
6262 gdb.base/info-program.exp. Rewrite tests to use the two new
6263 procedures mentione below.
6264 (test_set_show_env_var) New procedure.
6265 (test_set_show_env_var_equal): Likewise.
6266 * gdb.base/info-program.exp: New file.
6267
e15c3eb4
KS
62682017-04-27 Keith Seitz <keiths@redhat.com>
6269
6270 * gdb.cp/oranking.cc (test15): New function.
6271 (main): Call test15 and declare additional variables for testing.
6272 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6273 "p foo101('abc')" tests.
6274 Add tests for cv qualifier overloads.
6275 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6276 "lvalue reference overload" test.
6277 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6278 "print value of f1 on Child&& in f2" test.
6279
3a3fd0fd
PA
62802017-04-19 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6283 procedure.
6284 (top level): Call it.
6285 * lib/gdb.exp (gdb_define_cmd): New procedure.
6286
53375380
PA
62872017-04-12 Pedro Alves <palves@redhat.com>
6288
6289 PR gdb/21323
6290 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6291 (wchar): New global.
6292 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6293 (do_test_wide_char, wide_char_types_no_program, top level): Add
6294 wchar_t testing.
6295
53e710ac
PA
62962017-04-12 Pedro Alves <palves@redhat.com>
6297
6298 PR c++/21323
6299 * gdb.cp/wide_char_types.c: New file.
6300 * gdb.cp/wide_char_types.exp: New file.
6301
0ad9d8c7
SDJ
63022017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6303
6304 PR gdb/21352
6305 * gdb.trace/tsv.exp: Add test for "tsave -r".
6306
b1b45502
IB
63072017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6308
6309 * gdb.dlang/watch-loc.c: New file.
6310 * gdb.dlang/watch-loc.exp: New file.
6311
ec13808e
JK
63122017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6313
6314 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6315
fe5f7374
AK
63162017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6317
6318 * gdb.arch/arc-analyze-prologue.S: New file.
6319 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6320
eea78757
AK
63212017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6322
6323 * gdb.arch/arc-decode-insn.S: New file.
6324 * gdb.arch/arc-decode-insn.exp: Likewise.
6325
5badf10a
IR
63262017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6327
6328 PR tdep/20928
6329 * gdb.arch/sparc64-regs.exp: New file.
6330 * gdb.arch/sparc64-regs.S: Likewise.
6331
cee59b3f
TW
63322017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6333
6334 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6335 and memory view on Python 3.
6336
c0f55cc6
AV
63372017-03-20 Artemiy Volkov <artemiyv@acm.org>
6338 Keith Seitz <keiths@redhat.com>
6339
6340 PR gdb/14441
6341 * gdb.cp/demangle.exp: Add rvalue reference tests.
6342 * gdb.cp/rvalue-ref-casts.cc: New file.
6343 * gdb.cp/rvalue-ref-casts.exp: New file.
6344 * gdb.cp/rvalue-ref-overload.cc: New file.
6345 * gdb.cp/rvalue-ref-overload.exp: New file.
6346 * gdb.cp/rvalue-ref-params.cc: New file.
6347 * gdb.cp/rvalue-ref-params.exp: New file.
6348 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6349 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6350 * gdb.cp/rvalue-ref-types.cc: New file.
6351 * gdb.cp/rvalue-ref-types.exp: New file.
6352 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6353 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6354
51457a05
MAL
63552017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6356
6357 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6358 New procedure.
6359
5b291c04
MAL
63602017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6361
6362 * lib/mi-support.exp (mi_gdb_test): Add additional message
6363 for unexpected output.
6364
59a56148
AA
63652017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6366
6367 * gdb.base/examine-backward.c (Barrier): New character array
6368 constant, to ensure that TestStrings is preceded by a string
6369 terminator.
6370
7942e96e
AA
63712017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6374 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6375 and implicit pointer into such a location.
6376
6ebac3fb
DE
63772017-03-16 Doug Evans <dje@google.com>
6378
6379 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6380
ec3b243d
TP
63812017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6382
6383 * gdb.cp/m-static.exp: Fix expectation for prototype of
6384 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6385
63862017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6387
6388 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6389 * gdb.guile/scm-lazy-string.c: New file.
6390 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6391 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6392 for pointer, array, typedef lazy strings.
6393
2cc36e25 63942017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6395
6396 PR python/17728, python/18439, python/18779
6397 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6398 * gdb.python/py-lazy-string.c (pointer): New typedef.
6399 (main): New locals ptr, array, typedef_ptr.
6400 * gdb.python/py-value.exp: Move lazy string tests to ...
6401 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6402 array, typedef lazy strings.
ec3b243d 6403
0efcde63
AK
64042017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6405
6406 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6407 Add optional 'test' parameter.
6408
7978d7c3
SM
64092017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6410
6411 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6412 Skip for versions of DejaGnu < 1.5.
6413
896c0c1e
SM
64142017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6415
6416 * lib/gdb.exp (dejagnu_version): New proc.
6417 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6418 Use dejagnu_version.
6419
5f4d1085
KS
64202017-03-10 Keith Seitz <keiths@redhat.com>
6421
6422 PR c++/8128
6423 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6424 type from destructor regexps.
6425 Add a branch which actually passes the test.
6426 Adjust "ptype t5i" test names.
6427
1de05205
PA
64282017-03-08 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/step-over-exit.exp: Add explicit test message.
6431
c65d6b55
PA
64322017-03-08 Pedro Alves <palves@redhat.com>
6433
6434 PR gdb/18360
6435 * gdb.threads/interrupt-while-step-over.c: New file.
6436 * gdb.threads/interrupt-while-step-over.exp: New file.
6437
2e86a283
PA
64382017-03-08 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6441 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6442
25dcbff6
PA
64432017-03-08 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6446 PKRU as not supported as a PASS.
6447
dc9366eb
PA
64482017-03-08 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6451 prefix instead of $binfile1/$binfile2.
6452 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6453 in test message.
6454 * gdb.python/py-completion.exp: Use "load python file" as test
6455 messages instead of unstable path names.
6456
6e5d74e7
PA
64572017-03-08 Pedro Alves <palves@redhat.com>
6458 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 PR cli/21218
6461 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6462 New proc.
6463 (top level): Call it.
6464
9753a2f6
PA
64652017-03-08 Pedro Alves <palves@redhat.com>
6466
6467 PR tui/21216
6468 * gdb.tui/tui-nl-filtered-output.exp: New file.
6469
1a4dd9dd
PA
64702017-03-08 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/completion.exp: Move TUI completion tests to ...
6473 * gdb.tui/completion.exp: ... this new file.
6474
7cbbff33
PA
64752017-03-08 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/tui-disasm-long-lines.c,
6478 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6479 gdb.base/tui-layout.exp: Move to ...
6480 * gdb.tui/: ... this new directory.
6481
5f6fd321
PA
64822017-03-07 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/tui-layout.c: New file.
6485 * gdb.base/tui-layout.exp: New file.
6486
44959fa8
PA
64872017-03-07 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/tui-layout.c: Rename to ...
6490 * gdb.base/tui-disasm-long-lines.c: ... this.
6491 * gdb.base/tui-layout.exp: Rename to ...
6492 * gdb.base/tui-disasm-long-lines.exp: ... this.
6493
f8c4e718
PA
64942017-03-07 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6497
6dbb839a 64982017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6499
6500 * i386-mpx-call.c: New file.
6501 * i386-mpx-call.exp: New file.
6502
65b48a81
PB
65032017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6504
6505 * gdb.arch/powerpc-power.exp: Delete test.
6506 * gdb.arch/powerpc-power.s: Likewise.
6507 * gdb.disasm/disassembler-options.exp: New test.
6508 * gdb.arch/powerpc-altivec.exp: Likewise.
6509 * gdb.arch/powerpc-altivec.s: Likewise.
6510 * gdb.arch/powerpc-altivec2.exp: Likewise.
6511 * gdb.arch/powerpc-altivec2.s: Likewise.
6512 * gdb.arch/powerpc-altivec3.exp: Likewise.
6513 * gdb.arch/powerpc-altivec3.s: Likewise.
6514 * gdb.arch/powerpc-power7.exp: Likewise.
6515 * gdb.arch/powerpc-power7.s: Likewise.
6516 * gdb.arch/powerpc-power8.exp: Likewise.
6517 * gdb.arch/powerpc-power8.s: Likewise.
6518 * gdb.arch/powerpc-power9.exp: Likewise.
6519 * gdb.arch/powerpc-power9.s: Likewise.
6520 * gdb.arch/powerpc-vsx.exp: Likewise.
6521 * gdb.arch/powerpc-vsx.s: Likewise.
6522 * gdb.arch/powerpc-vsx2.exp: Likewise.
6523 * gdb.arch/powerpc-vsx2.s: Likewise.
6524 * gdb.arch/powerpc-vsx3.exp: Likewise.
6525 * gdb.arch/powerpc-vsx3.s: Likewise.
6526 * gdb.arch/arm-disassembler-options.exp: Likewise.
6527 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6528 * gdb.arch/s390-disassembler-options.exp: Likewise.
6529
17cd4947
LM
65302017-02-23 Luis Machado <lgustavo@codesourcery.com>
6531
6532 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6533 (check_supported_features): ... this. Changed return type to void.
6534 (supports_rdseed): New static global.
6535 (rdseed): Check supports_rdseed.
6536 (initialize): Call check_supported_features.
6537
2039d74e
EBM
65382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6539
6540 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6541 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6542 and lqarx/stqcx.
6543 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6544 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6545
a51d7ecf
EBM
65462017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6547
6548 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6549 uppercase.
6550
0224619f
JK
65512017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * gdb.dwarf2/formdata16.c: New file.
6554 * gdb.dwarf2/formdata16.exp: New file.
6555 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6556
216f72a1
JK
65572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6560 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6561 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6562 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6563 DW_AT_GNU_*.
6564
43988095
JK
65652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6568
99e8a4f9
SDJ
65692017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6570
6571 PR gdb/21164
6572 * gdb.base/maint.exp: Add testcases for when the commands do
6573 not have arguments.
6574
b58a8c0c
TP
65752017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6576
6577 * gdb.cp/chained-calls.exp: Use p instead of P.
6578
4e746bb6
TW
65792017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6580
6581 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6582 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6583
3f77c769
TT
65842017-02-14 Tom Tromey <tom@tromey.com>
6585
6586 PR python/13598:
6587 * gdb.python/py-events.exp: Add before_prompt event tests.
6588
075beec0
AA
65892017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6590
6591 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6592
bf5f525c
LM
65932017-02-13 Luis Machado <lgustavo@codesourcery.com>
6594
6595 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6596 (main): Call my_unique_function_name.
6597 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6598 completion of patterns with a single match.
6599 Add missing -re switches to gdb_test_multiple calls.
6600
13a66184
LM
66012017-02-13 Luis Machado <lgustavo@codesourcery.com>
6602
6603 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6604 return if core file is not recognized.
6605
26a06916
SM
66062017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6607
6608 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6609 and extra UIs.
6610
b761ca9e
SM
66112017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6614 proc_with_prefix.
6615
b964bee0
TT
66162017-02-10 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6619
18da0c51
MG
66202017-02-10 Martin Galvan <martingalvan@sourceware.org>
6621
6622 PR gdb/21122
6623 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6624
604c4576
JG
66252017-02-08 Jerome Guitton <guitton@adacore.com>
6626
6627 * gdb.base/define.exp: Add test for command abbreviations
6628 in define.
6629
20b477a7
LM
66302017-02-06 Luis Machado <lgustavo@codesourcery.com>
6631
6632 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6633 * gdb.reverse/insn-reverse-x86.c: New file.
6634
3f7b46f2
IR
66352017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6636
6637 PR tdep/20936
6638 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6639
f0fd41c1
TT
66402017-02-03 Tom Tromey <tom@tromey.com>
6641
6642 PR rust/21097:
6643 * gdb.rust/simple.exp: Add new tests.
6644
5be5dbf0
PA
66452017-02-02 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6648 tests.
6649
7346ef59
AA
66502017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6651
6652 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6653 taking a 2-byte value out of a 4-byte DWARF implicit value on
6654 big-endian targets.
6655 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6656 logic. Add test cases for DW_OP_implicit.
6657
787f0025
MM
66582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6659
6660 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6661
68777c29
MM
66622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6663
6664 * gdb.btrace/enable.exp: Call gdb_exit before
6665 skip_gdbserver_tests.
6666
0a1c7e28
MM
66672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6668
6669 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6670 GDBFLAGS.
6671
b5ac99b0
MM
66722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6673
6674 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6675 the test is skipped.
6676 * gdb.btrace/data.exp: Likewise.
6677 * gdb.btrace/delta.exp: Likewise.
6678 * gdb.btrace/dlopen.exp: Likewise.
6679 * gdb.btrace/enable-running.exp: Likewise.
6680 * gdb.btrace/enable.exp: Likewise.
6681 * gdb.btrace/exception.exp: Likewise.
6682 * gdb.btrace/function_call_history.exp: Likewise.
6683 * gdb.btrace/gcore.exp: Likewise.
6684 * gdb.btrace/instruction_history.exp: Likewise.
6685 * gdb.btrace/multi-thread-step.exp: Likewise.
6686 * gdb.btrace/nohist.exp: Likewise.
6687 * gdb.btrace/non-stop.exp: Likewise.
6688 * gdb.btrace/reconnect.exp: Likewise.
6689 * gdb.btrace/record_goto-step.exp: Likewise.
6690 * gdb.btrace/record_goto.exp: Likewise.
6691 * gdb.btrace/rn-dl-bind.exp: Likewise.
6692 * gdb.btrace/segv.exp: Likewise.
6693 * gdb.btrace/step.exp: Likewise.
6694 * gdb.btrace/stepi.exp: Likewise.
6695 * gdb.btrace/tailcall-only.exp: Likewise.
6696 * gdb.btrace/tailcall.exp: Likewise.
6697 * gdb.btrace/tsx.exp: Likewise.
6698 * gdb.btrace/unknown_functions.exp: Likewise.
6699 * gdb.btrace/vdso.exp: Likewise.
6700
cd4007e4
MM
67012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6702
6703 * gdb.btrace/enable-running.c: New.
6704 * gdb.btrace/enable-running.exp: New.
6705
2735833d
WT
67062017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6707
6708 * gdb.arch/amd64-gs_base.c: New file.
6709 * gdb.arch/amd64-gs_base.exp: New file.
6710
b51e1e94
LM
67112017-01-26 Luis Machado <lgustavo@codesourcery.com>
6712
6713 * lib/memory.exp: Remove spurious empty newlines.
6714
72ca0410
SM
67152017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6716
6717 * gdb.python/py-bad-printers.exp: Load python file using "source".
6718 * gdb.python/py-events.exp: Likewise.
6719 * gdb.python/py-evsignal.exp: Likewise.
6720 * gdb.python/py-evthreads.exp: Likewise.
6721 * gdb.python/py-frame-args.exp: Likewise.
6722 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6723 * gdb.python/py-framefilter-mi.exp: Likewise.
6724 * gdb.python/py-framefilter.exp: Likewise.
6725 * gdb.python/py-mi.exp: Likewise.
6726 * gdb.python/py-pp-maint.exp: Likewise.
6727 * gdb.python/py-pp-registration.exp: Likewise.
6728 * gdb.python/py-prettyprint.exp: Likewise.
6729 (run_lang_tests): Likewise.
6730 * gdb.python/py-typeprint.exp: Likewise.
6731
e309aa65
LM
67322017-01-26 Luis Machado <lgustavo@codesourcery.com>
6733
6734 * lib/memory.exp: New file.
6735 * lib/gdb.exp: Load memory.exp.
6736 * gdb.base/memattr.exp (delete_memory): Move proc to
6737 lib/memory.exp and rename to delete_memory_regions.
6738 Replace delete_memory with delete_memory_regions.
6739 Cleanup memory regions before tests.
6740 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6741 before tests.
6742
515aff23
LM
67432017-01-26 Luis Machado <lgustavo@codesourcery.com>
6744
6745 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6746 files.
6747 (initialize): New function conditionally defined.
6748 (testcases): Move within conditional block.
6749 (main): Call initialize.
6750 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6751 of gdb.reverse/insn-reverse.c.
6752 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6753 gdb.reverse/insn-reverse.c.
6754
d8b49cf0
YQ
67552017-01-26 Yao Qi <yao.qi@linaro.org>
6756
6757 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6758 disassemble on address 0.
6759
f13a9a0c
YQ
67602017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6764 * gdb.dwarf2/implptr-64bit.S: Remove.
6765 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6766 variables in caller's context. Add DW_OP_implicit_value.
6767
5ac95241
YQ
67682017-01-25 Yao Qi <yao.qi@linaro.org>
6769
6770 * lib/dwarf.exp (Dwarf::_location): Handle
6771 DW_OP_GNU_implicit_pointer with proper size.
6772
23e82930
LM
67732017-01-20 Luis Machado <lgustavo@codesourcery.com>
6774
6775 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6776 and add untested calls.
6777
d334ae25
LM
67782017-01-20 Luis Machado <lgustavo@codesourcery.com>
6779
6780 * gdb.python/python.exp: Check line number against what GDB thinks
6781 the line number is for func1.
6782
f5e6296e
IB
67832017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6784
6785 * gdb.dlang/debug-expr.exp: New file.
6786
5b362f04
LM
67872016-12-23 Luis Machado <lgustavo@codesourcery.com>
6788
6789 Fix test names for the following files:
6790
6791 * gdb.ada/exec_changed.exp
6792 * gdb.ada/info_types.exp
6793 * gdb.arch/aarch64-atomic-inst.exp
6794 * gdb.arch/aarch64-fp.exp
6795 * gdb.arch/altivec-abi.exp
6796 * gdb.arch/altivec-regs.exp
6797 * gdb.arch/amd64-byte.exp
6798 * gdb.arch/amd64-disp-step.exp
6799 * gdb.arch/amd64-dword.exp
6800 * gdb.arch/amd64-entry-value-inline.exp
6801 * gdb.arch/amd64-entry-value-param.exp
6802 * gdb.arch/amd64-entry-value-paramref.exp
6803 * gdb.arch/amd64-entry-value.exp
6804 * gdb.arch/amd64-i386-address.exp
6805 * gdb.arch/amd64-invalid-stack-middle.exp
6806 * gdb.arch/amd64-invalid-stack-top.exp
6807 * gdb.arch/amd64-optimout-repeat.exp
6808 * gdb.arch/amd64-prologue-skip.exp
6809 * gdb.arch/amd64-prologue-xmm.exp
6810 * gdb.arch/amd64-stap-special-operands.exp
6811 * gdb.arch/amd64-stap-wrong-subexp.exp
6812 * gdb.arch/amd64-tailcall-cxx.exp
6813 * gdb.arch/amd64-tailcall-noret.exp
6814 * gdb.arch/amd64-tailcall-ret.exp
6815 * gdb.arch/amd64-tailcall-self.exp
6816 * gdb.arch/amd64-word.exp
6817 * gdb.arch/arm-bl-branch-dest.exp
6818 * gdb.arch/arm-disp-step.exp
6819 * gdb.arch/arm-neon.exp
6820 * gdb.arch/arm-single-step-kernel-helper.exp
6821 * gdb.arch/avr-flash-qualifier.exp
6822 * gdb.arch/disp-step-insn-reloc.exp
6823 * gdb.arch/e500-abi.exp
6824 * gdb.arch/e500-regs.exp
6825 * gdb.arch/ftrace-insn-reloc.exp
6826 * gdb.arch/i386-avx512.exp
6827 * gdb.arch/i386-bp_permanent.exp
6828 * gdb.arch/i386-byte.exp
6829 * gdb.arch/i386-cfi-notcurrent.exp
6830 * gdb.arch/i386-disp-step.exp
6831 * gdb.arch/i386-dr3-watch.exp
6832 * gdb.arch/i386-float.exp
6833 * gdb.arch/i386-gnu-cfi.exp
6834 * gdb.arch/i386-mpx-map.exp
6835 * gdb.arch/i386-mpx-sigsegv.exp
6836 * gdb.arch/i386-mpx-simple_segv.exp
6837 * gdb.arch/i386-mpx.exp
6838 * gdb.arch/i386-permbkpt.exp
6839 * gdb.arch/i386-prologue.exp
6840 * gdb.arch/i386-signal.exp
6841 * gdb.arch/i386-size-overlap.exp
6842 * gdb.arch/i386-unwind.exp
6843 * gdb.arch/i386-word.exp
6844 * gdb.arch/mips-fcr.exp
6845 * gdb.arch/powerpc-d128-regs.exp
6846 * gdb.arch/powerpc-stackless.exp
6847 * gdb.arch/ppc64-atomic-inst.exp
6848 * gdb.arch/s390-stackless.exp
6849 * gdb.arch/s390-tdbregs.exp
6850 * gdb.arch/s390-vregs.exp
6851 * gdb.arch/sparc-sysstep.exp
6852 * gdb.arch/thumb-bx-pc.exp
6853 * gdb.arch/thumb-singlestep.exp
6854 * gdb.arch/thumb2-it.exp
6855 * gdb.arch/vsx-regs.exp
6856 * gdb.asm/asm-source.exp
6857 * gdb.base/a2-run.exp
6858 * gdb.base/advance.exp
6859 * gdb.base/all-bin.exp
6860 * gdb.base/anon.exp
6861 * gdb.base/args.exp
6862 * gdb.base/arithmet.exp
6863 * gdb.base/async-shell.exp
6864 * gdb.base/async.exp
6865 * gdb.base/attach-pie-noexec.exp
6866 * gdb.base/attach-twice.exp
6867 * gdb.base/auto-load.exp
6868 * gdb.base/bang.exp
6869 * gdb.base/bitfields.exp
6870 * gdb.base/break-always.exp
6871 * gdb.base/break-caller-line.exp
6872 * gdb.base/break-entry.exp
6873 * gdb.base/break-inline.exp
6874 * gdb.base/break-on-linker-gcd-function.exp
6875 * gdb.base/break-probes.exp
6876 * gdb.base/break.exp
6877 * gdb.base/breakpoint-shadow.exp
6878 * gdb.base/call-ar-st.exp
6879 * gdb.base/call-sc.exp
6880 * gdb.base/call-signal-resume.exp
6881 * gdb.base/call-strs.exp
6882 * gdb.base/callfuncs.exp
6883 * gdb.base/catch-fork-static.exp
6884 * gdb.base/catch-gdb-caused-signals.exp
6885 * gdb.base/catch-load.exp
6886 * gdb.base/catch-signal-fork.exp
6887 * gdb.base/catch-signal.exp
6888 * gdb.base/catch-syscall.exp
6889 * gdb.base/charset.exp
6890 * gdb.base/checkpoint.exp
6891 * gdb.base/chng-syms.exp
6892 * gdb.base/code-expr.exp
6893 * gdb.base/code_elim.exp
6894 * gdb.base/commands.exp
6895 * gdb.base/completion.exp
6896 * gdb.base/complex.exp
6897 * gdb.base/cond-expr.exp
6898 * gdb.base/condbreak.exp
6899 * gdb.base/consecutive.exp
6900 * gdb.base/continue-all-already-running.exp
6901 * gdb.base/coredump-filter.exp
6902 * gdb.base/corefile.exp
6903 * gdb.base/dbx.exp
6904 * gdb.base/debug-expr.exp
6905 * gdb.base/define.exp
6906 * gdb.base/del.exp
6907 * gdb.base/disabled-location.exp
6908 * gdb.base/disasm-end-cu.exp
6909 * gdb.base/disasm-optim.exp
6910 * gdb.base/display.exp
6911 * gdb.base/duplicate-bp.exp
6912 * gdb.base/ena-dis-br.exp
6913 * gdb.base/ending-run.exp
6914 * gdb.base/enumval.exp
6915 * gdb.base/environ.exp
6916 * gdb.base/eu-strip-infcall.exp
6917 * gdb.base/eval-avoid-side-effects.exp
6918 * gdb.base/eval-skip.exp
6919 * gdb.base/exitsignal.exp
6920 * gdb.base/expand-psymtabs.exp
6921 * gdb.base/filesym.exp
6922 * gdb.base/find-unmapped.exp
6923 * gdb.base/finish.exp
6924 * gdb.base/float.exp
6925 * gdb.base/foll-exec-mode.exp
6926 * gdb.base/foll-exec.exp
6927 * gdb.base/foll-fork.exp
6928 * gdb.base/fortran-sym-case.exp
6929 * gdb.base/freebpcmd.exp
6930 * gdb.base/func-ptr.exp
6931 * gdb.base/func-ptrs.exp
6932 * gdb.base/funcargs.exp
6933 * gdb.base/gcore-buffer-overflow.exp
6934 * gdb.base/gcore-relro-pie.exp
6935 * gdb.base/gcore-relro.exp
6936 * gdb.base/gcore.exp
6937 * gdb.base/gdb1090.exp
6938 * gdb.base/gdb11530.exp
6939 * gdb.base/gdb11531.exp
6940 * gdb.base/gdb1821.exp
6941 * gdb.base/gdbindex-stabs.exp
6942 * gdb.base/gdbvars.exp
6943 * gdb.base/hbreak.exp
6944 * gdb.base/hbreak2.exp
6945 * gdb.base/included.exp
6946 * gdb.base/infcall-input.exp
6947 * gdb.base/inferior-died.exp
6948 * gdb.base/infnan.exp
6949 * gdb.base/info-macros.exp
6950 * gdb.base/info-os.exp
6951 * gdb.base/info-proc.exp
6952 * gdb.base/info-shared.exp
6953 * gdb.base/info-target.exp
6954 * gdb.base/infoline.exp
6955 * gdb.base/interp.exp
6956 * gdb.base/interrupt.exp
6957 * gdb.base/jit-reader.exp
6958 * gdb.base/jit-simple.exp
6959 * gdb.base/kill-after-signal.exp
6960 * gdb.base/kill-detach-inferiors-cmd.exp
6961 * gdb.base/label.exp
6962 * gdb.base/langs.exp
6963 * gdb.base/ldbl_e308.exp
6964 * gdb.base/line-symtabs.exp
6965 * gdb.base/linespecs.exp
6966 * gdb.base/list.exp
6967 * gdb.base/long_long.exp
6968 * gdb.base/longest-types.exp
6969 * gdb.base/maint.exp
6970 * gdb.base/max-value-size.exp
6971 * gdb.base/memattr.exp
6972 * gdb.base/mips_pro.exp
6973 * gdb.base/morestack.exp
6974 * gdb.base/moribund-step.exp
6975 * gdb.base/multi-forks.exp
6976 * gdb.base/nested-addr.exp
6977 * gdb.base/nextoverexit.exp
6978 * gdb.base/noreturn-finish.exp
6979 * gdb.base/noreturn-return.exp
6980 * gdb.base/nostdlib.exp
6981 * gdb.base/offsets.exp
6982 * gdb.base/opaque.exp
6983 * gdb.base/pc-fp.exp
6984 * gdb.base/permissions.exp
6985 * gdb.base/print-symbol-loading.exp
6986 * gdb.base/prologue-include.exp
6987 * gdb.base/psymtab.exp
6988 * gdb.base/ptype.exp
6989 * gdb.base/random-signal.exp
6990 * gdb.base/randomize.exp
6991 * gdb.base/range-stepping.exp
6992 * gdb.base/readline-ask.exp
6993 * gdb.base/recpar.exp
6994 * gdb.base/recurse.exp
6995 * gdb.base/relational.exp
6996 * gdb.base/restore.exp
6997 * gdb.base/return-nodebug.exp
6998 * gdb.base/return.exp
6999 * gdb.base/run-after-attach.exp
7000 * gdb.base/save-bp.exp
7001 * gdb.base/scope.exp
7002 * gdb.base/sect-cmd.exp
7003 * gdb.base/set-lang-auto.exp
7004 * gdb.base/set-noassign.exp
7005 * gdb.base/setvar.exp
7006 * gdb.base/sigall.exp
7007 * gdb.base/sigbpt.exp
7008 * gdb.base/siginfo-addr.exp
7009 * gdb.base/siginfo-infcall.exp
7010 * gdb.base/siginfo-obj.exp
7011 * gdb.base/siginfo.exp
7012 * gdb.base/signals-state-child.exp
7013 * gdb.base/signest.exp
7014 * gdb.base/sigstep.exp
7015 * gdb.base/sizeof.exp
7016 * gdb.base/skip.exp
7017 * gdb.base/solib-corrupted.exp
7018 * gdb.base/solib-nodir.exp
7019 * gdb.base/solib-search.exp
7020 * gdb.base/stack-checking.exp
7021 * gdb.base/stale-infcall.exp
7022 * gdb.base/stap-probe.exp
7023 * gdb.base/start.exp
7024 * gdb.base/step-break.exp
7025 * gdb.base/step-bt.exp
7026 * gdb.base/step-line.exp
7027 * gdb.base/step-over-exit.exp
7028 * gdb.base/step-over-syscall.exp
7029 * gdb.base/step-resume-infcall.exp
7030 * gdb.base/step-test.exp
7031 * gdb.base/store.exp
7032 * gdb.base/structs3.exp
7033 * gdb.base/sym-file.exp
7034 * gdb.base/symbol-without-target_section.exp
7035 * gdb.base/term.exp
7036 * gdb.base/testenv.exp
7037 * gdb.base/ui-redirect.exp
7038 * gdb.base/until.exp
7039 * gdb.base/unwindonsignal.exp
7040 * gdb.base/value-double-free.exp
7041 * gdb.base/vla-datatypes.exp
7042 * gdb.base/vla-ptr.exp
7043 * gdb.base/vla-sideeffect.exp
7044 * gdb.base/volatile.exp
7045 * gdb.base/watch-cond-infcall.exp
7046 * gdb.base/watch-cond.exp
7047 * gdb.base/watch-non-mem.exp
7048 * gdb.base/watch-read.exp
7049 * gdb.base/watch-vfork.exp
7050 * gdb.base/watchpoint-cond-gone.exp
7051 * gdb.base/watchpoint-delete.exp
7052 * gdb.base/watchpoint-hw-hit-once.exp
7053 * gdb.base/watchpoint-hw.exp
7054 * gdb.base/watchpoint-stops-at-right-insn.exp
7055 * gdb.base/watchpoints.exp
7056 * gdb.base/wchar.exp
7057 * gdb.base/whatis-exp.exp
7058 * gdb.btrace/buffer-size.exp
7059 * gdb.btrace/data.exp
7060 * gdb.btrace/delta.exp
7061 * gdb.btrace/dlopen.exp
7062 * gdb.btrace/enable.exp
7063 * gdb.btrace/exception.exp
7064 * gdb.btrace/function_call_history.exp
7065 * gdb.btrace/gcore.exp
7066 * gdb.btrace/instruction_history.exp
7067 * gdb.btrace/nohist.exp
7068 * gdb.btrace/reconnect.exp
7069 * gdb.btrace/record_goto-step.exp
7070 * gdb.btrace/record_goto.exp
7071 * gdb.btrace/rn-dl-bind.exp
7072 * gdb.btrace/segv.exp
7073 * gdb.btrace/step.exp
7074 * gdb.btrace/stepi.exp
7075 * gdb.btrace/tailcall-only.exp
7076 * gdb.btrace/tailcall.exp
7077 * gdb.btrace/tsx.exp
7078 * gdb.btrace/unknown_functions.exp
7079 * gdb.btrace/vdso.exp
7080 * gdb.compile/compile-ifunc.exp
7081 * gdb.compile/compile-ops.exp
7082 * gdb.compile/compile-print.exp
7083 * gdb.compile/compile-setjmp.exp
7084 * gdb.cp/abstract-origin.exp
7085 * gdb.cp/ambiguous.exp
7086 * gdb.cp/annota2.exp
7087 * gdb.cp/annota3.exp
7088 * gdb.cp/anon-ns.exp
7089 * gdb.cp/anon-struct.exp
7090 * gdb.cp/anon-union.exp
7091 * gdb.cp/arg-reference.exp
7092 * gdb.cp/baseenum.exp
7093 * gdb.cp/bool.exp
7094 * gdb.cp/breakpoint.exp
7095 * gdb.cp/bs15503.exp
7096 * gdb.cp/call-c.exp
7097 * gdb.cp/casts.exp
7098 * gdb.cp/chained-calls.exp
7099 * gdb.cp/class2.exp
7100 * gdb.cp/classes.exp
7101 * gdb.cp/cmpd-minsyms.exp
7102 * gdb.cp/converts.exp
7103 * gdb.cp/cp-relocate.exp
7104 * gdb.cp/cpcompletion.exp
7105 * gdb.cp/cpexprs.exp
7106 * gdb.cp/cplabel.exp
7107 * gdb.cp/cplusfuncs.exp
7108 * gdb.cp/cpsizeof.exp
7109 * gdb.cp/ctti.exp
7110 * gdb.cp/derivation.exp
7111 * gdb.cp/destrprint.exp
7112 * gdb.cp/dispcxx.exp
7113 * gdb.cp/enum-class.exp
7114 * gdb.cp/exception.exp
7115 * gdb.cp/exceptprint.exp
7116 * gdb.cp/expand-psymtabs-cxx.exp
7117 * gdb.cp/expand-sals.exp
7118 * gdb.cp/extern-c.exp
7119 * gdb.cp/filename.exp
7120 * gdb.cp/formatted-ref.exp
7121 * gdb.cp/fpointer.exp
7122 * gdb.cp/gdb1355.exp
7123 * gdb.cp/gdb2495.exp
7124 * gdb.cp/hang.exp
7125 * gdb.cp/impl-this.exp
7126 * gdb.cp/infcall-dlopen.exp
7127 * gdb.cp/inherit.exp
7128 * gdb.cp/iostream.exp
7129 * gdb.cp/koenig.exp
7130 * gdb.cp/local.exp
7131 * gdb.cp/m-data.exp
7132 * gdb.cp/m-static.exp
7133 * gdb.cp/mb-ctor.exp
7134 * gdb.cp/mb-inline.exp
7135 * gdb.cp/mb-templates.exp
7136 * gdb.cp/member-name.exp
7137 * gdb.cp/member-ptr.exp
7138 * gdb.cp/meth-typedefs.exp
7139 * gdb.cp/method.exp
7140 * gdb.cp/method2.exp
7141 * gdb.cp/minsym-fallback.exp
7142 * gdb.cp/misc.exp
7143 * gdb.cp/namelessclass.exp
7144 * gdb.cp/namespace-enum.exp
7145 * gdb.cp/namespace-nested-import.exp
7146 * gdb.cp/namespace.exp
7147 * gdb.cp/nextoverthrow.exp
7148 * gdb.cp/no-dmgl-verbose.exp
7149 * gdb.cp/non-trivial-retval.exp
7150 * gdb.cp/noparam.exp
7151 * gdb.cp/nsdecl.exp
7152 * gdb.cp/nsimport.exp
7153 * gdb.cp/nsnested.exp
7154 * gdb.cp/nsnoimports.exp
7155 * gdb.cp/nsrecurs.exp
7156 * gdb.cp/nsstress.exp
7157 * gdb.cp/nsusing.exp
7158 * gdb.cp/operator.exp
7159 * gdb.cp/oranking.exp
7160 * gdb.cp/overload-const.exp
7161 * gdb.cp/overload.exp
7162 * gdb.cp/ovldbreak.exp
7163 * gdb.cp/ovsrch.exp
7164 * gdb.cp/paren-type.exp
7165 * gdb.cp/parse-lang.exp
7166 * gdb.cp/pass-by-ref.exp
7167 * gdb.cp/pr-1023.exp
7168 * gdb.cp/pr-1210.exp
7169 * gdb.cp/pr-574.exp
7170 * gdb.cp/pr10687.exp
7171 * gdb.cp/pr12028.exp
7172 * gdb.cp/pr17132.exp
7173 * gdb.cp/pr17494.exp
7174 * gdb.cp/pr9067.exp
7175 * gdb.cp/pr9167.exp
7176 * gdb.cp/pr9631.exp
7177 * gdb.cp/printmethod.exp
7178 * gdb.cp/psmang.exp
7179 * gdb.cp/psymtab-parameter.exp
7180 * gdb.cp/ptype-cv-cp.exp
7181 * gdb.cp/ptype-flags.exp
7182 * gdb.cp/re-set-overloaded.exp
7183 * gdb.cp/ref-types.exp
7184 * gdb.cp/rtti.exp
7185 * gdb.cp/scope-err.exp
7186 * gdb.cp/shadow.exp
7187 * gdb.cp/smartp.exp
7188 * gdb.cp/static-method.exp
7189 * gdb.cp/static-print-quit.exp
7190 * gdb.cp/temargs.exp
7191 * gdb.cp/templates.exp
7192 * gdb.cp/try_catch.exp
7193 * gdb.cp/typedef-operator.exp
7194 * gdb.cp/typeid.exp
7195 * gdb.cp/userdef.exp
7196 * gdb.cp/using-crash.exp
7197 * gdb.cp/var-tag.exp
7198 * gdb.cp/virtbase.exp
7199 * gdb.cp/virtfunc.exp
7200 * gdb.cp/virtfunc2.exp
7201 * gdb.cp/vla-cxx.exp
7202 * gdb.disasm/t01_mov.exp
7203 * gdb.disasm/t02_mova.exp
7204 * gdb.disasm/t03_add.exp
7205 * gdb.disasm/t04_sub.exp
7206 * gdb.disasm/t05_cmp.exp
7207 * gdb.disasm/t06_ari2.exp
7208 * gdb.disasm/t07_ari3.exp
7209 * gdb.disasm/t08_or.exp
7210 * gdb.disasm/t09_xor.exp
7211 * gdb.disasm/t10_and.exp
7212 * gdb.disasm/t11_logs.exp
7213 * gdb.disasm/t12_bit.exp
7214 * gdb.disasm/t13_otr.exp
7215 * gdb.dlang/circular.exp
7216 * gdb.dwarf2/arr-stride.exp
7217 * gdb.dwarf2/arr-subrange.exp
7218 * gdb.dwarf2/atomic-type.exp
7219 * gdb.dwarf2/bad-regnum.exp
7220 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7221 * gdb.dwarf2/callframecfa.exp
7222 * gdb.dwarf2/clztest.exp
7223 * gdb.dwarf2/corrupt.exp
7224 * gdb.dwarf2/data-loc.exp
7225 * gdb.dwarf2/dup-psym.exp
7226 * gdb.dwarf2/dw2-anon-mptr.exp
7227 * gdb.dwarf2/dw2-anonymous-func.exp
7228 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7229 * gdb.dwarf2/dw2-bad-unresolved.exp
7230 * gdb.dwarf2/dw2-basic.exp
7231 * gdb.dwarf2/dw2-canonicalize-type.exp
7232 * gdb.dwarf2/dw2-case-insensitive.exp
7233 * gdb.dwarf2/dw2-common-block.exp
7234 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7235 * gdb.dwarf2/dw2-compressed.exp
7236 * gdb.dwarf2/dw2-const.exp
7237 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7238 * gdb.dwarf2/dw2-cu-size.exp
7239 * gdb.dwarf2/dw2-dup-frame.exp
7240 * gdb.dwarf2/dw2-entry-value.exp
7241 * gdb.dwarf2/dw2-icycle.exp
7242 * gdb.dwarf2/dw2-ifort-parameter.exp
7243 * gdb.dwarf2/dw2-inline-break.exp
7244 * gdb.dwarf2/dw2-inline-param.exp
7245 * gdb.dwarf2/dw2-intercu.exp
7246 * gdb.dwarf2/dw2-intermix.exp
7247 * gdb.dwarf2/dw2-lexical-block-bare.exp
7248 * gdb.dwarf2/dw2-linkage-name-trust.exp
7249 * gdb.dwarf2/dw2-minsym-in-cu.exp
7250 * gdb.dwarf2/dw2-noloc.exp
7251 * gdb.dwarf2/dw2-op-call.exp
7252 * gdb.dwarf2/dw2-op-out-param.exp
7253 * gdb.dwarf2/dw2-opt-structptr.exp
7254 * gdb.dwarf2/dw2-param-error.exp
7255 * gdb.dwarf2/dw2-producer.exp
7256 * gdb.dwarf2/dw2-ranges-base.exp
7257 * gdb.dwarf2/dw2-ref-missing-frame.exp
7258 * gdb.dwarf2/dw2-reg-undefined.exp
7259 * gdb.dwarf2/dw2-regno-invalid.exp
7260 * gdb.dwarf2/dw2-restore.exp
7261 * gdb.dwarf2/dw2-restrict.exp
7262 * gdb.dwarf2/dw2-single-line-discriminators.exp
7263 * gdb.dwarf2/dw2-strp.exp
7264 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7265 * gdb.dwarf2/dw2-unresolved.exp
7266 * gdb.dwarf2/dw2-var-zero-addr.exp
7267 * gdb.dwarf2/dw4-sig-types.exp
7268 * gdb.dwarf2/dwz.exp
7269 * gdb.dwarf2/dynarr-ptr.exp
7270 * gdb.dwarf2/enum-type.exp
7271 * gdb.dwarf2/gdb-index.exp
7272 * gdb.dwarf2/implptr-64bit.exp
7273 * gdb.dwarf2/implptr-optimized-out.exp
7274 * gdb.dwarf2/implptr.exp
7275 * gdb.dwarf2/implref-array.exp
7276 * gdb.dwarf2/implref-const.exp
7277 * gdb.dwarf2/implref-global.exp
7278 * gdb.dwarf2/implref-struct.exp
7279 * gdb.dwarf2/mac-fileno.exp
7280 * gdb.dwarf2/main-subprogram.exp
7281 * gdb.dwarf2/member-ptr-forwardref.exp
7282 * gdb.dwarf2/method-ptr.exp
7283 * gdb.dwarf2/missing-sig-type.exp
7284 * gdb.dwarf2/nonvar-access.exp
7285 * gdb.dwarf2/opaque-type-lookup.exp
7286 * gdb.dwarf2/pieces-optimized-out.exp
7287 * gdb.dwarf2/pieces.exp
7288 * gdb.dwarf2/pr10770.exp
7289 * gdb.dwarf2/pr13961.exp
7290 * gdb.dwarf2/staticvirtual.exp
7291 * gdb.dwarf2/subrange.exp
7292 * gdb.dwarf2/symtab-producer.exp
7293 * gdb.dwarf2/trace-crash.exp
7294 * gdb.dwarf2/typeddwarf.exp
7295 * gdb.dwarf2/valop.exp
7296 * gdb.dwarf2/watch-notconst.exp
7297 * gdb.fortran/array-element.exp
7298 * gdb.fortran/charset.exp
7299 * gdb.fortran/common-block.exp
7300 * gdb.fortran/complex.exp
7301 * gdb.fortran/derived-type-function.exp
7302 * gdb.fortran/derived-type.exp
7303 * gdb.fortran/logical.exp
7304 * gdb.fortran/module.exp
7305 * gdb.fortran/multi-dim.exp
7306 * gdb.fortran/nested-funcs.exp
7307 * gdb.fortran/print-formatted.exp
7308 * gdb.fortran/subarray.exp
7309 * gdb.fortran/vla-alloc-assoc.exp
7310 * gdb.fortran/vla-datatypes.exp
7311 * gdb.fortran/vla-history.exp
7312 * gdb.fortran/vla-ptr-info.exp
7313 * gdb.fortran/vla-ptype-sub.exp
7314 * gdb.fortran/vla-ptype.exp
7315 * gdb.fortran/vla-sizeof.exp
7316 * gdb.fortran/vla-type.exp
7317 * gdb.fortran/vla-value-sub-arbitrary.exp
7318 * gdb.fortran/vla-value-sub-finish.exp
7319 * gdb.fortran/vla-value-sub.exp
7320 * gdb.fortran/vla-value.exp
7321 * gdb.fortran/whatis_type.exp
7322 * gdb.go/chan.exp
7323 * gdb.go/handcall.exp
7324 * gdb.go/hello.exp
7325 * gdb.go/integers.exp
7326 * gdb.go/methods.exp
7327 * gdb.go/package.exp
7328 * gdb.go/strings.exp
7329 * gdb.go/types.exp
7330 * gdb.go/unsafe.exp
7331 * gdb.guile/scm-arch.exp
7332 * gdb.guile/scm-block.exp
7333 * gdb.guile/scm-breakpoint.exp
7334 * gdb.guile/scm-cmd.exp
7335 * gdb.guile/scm-disasm.exp
7336 * gdb.guile/scm-equal.exp
7337 * gdb.guile/scm-frame-args.exp
7338 * gdb.guile/scm-frame-inline.exp
7339 * gdb.guile/scm-frame.exp
7340 * gdb.guile/scm-iterator.exp
7341 * gdb.guile/scm-math.exp
7342 * gdb.guile/scm-objfile.exp
7343 * gdb.guile/scm-ports.exp
7344 * gdb.guile/scm-symbol.exp
7345 * gdb.guile/scm-symtab.exp
7346 * gdb.guile/scm-value-cc.exp
7347 * gdb.guile/types-module.exp
7348 * gdb.linespec/break-ask.exp
7349 * gdb.linespec/cpexplicit.exp
7350 * gdb.linespec/explicit.exp
7351 * gdb.linespec/keywords.exp
7352 * gdb.linespec/linespec.exp
7353 * gdb.linespec/ls-dollar.exp
7354 * gdb.linespec/ls-errs.exp
7355 * gdb.linespec/skip-two.exp
7356 * gdb.linespec/thread.exp
7357 * gdb.mi/mi-async.exp
7358 * gdb.mi/mi-basics.exp
7359 * gdb.mi/mi-break.exp
7360 * gdb.mi/mi-catch-load.exp
7361 * gdb.mi/mi-cli.exp
7362 * gdb.mi/mi-cmd-param-changed.exp
7363 * gdb.mi/mi-console.exp
7364 * gdb.mi/mi-detach.exp
7365 * gdb.mi/mi-disassemble.exp
7366 * gdb.mi/mi-eval.exp
7367 * gdb.mi/mi-file-transfer.exp
7368 * gdb.mi/mi-file.exp
7369 * gdb.mi/mi-fill-memory.exp
7370 * gdb.mi/mi-inheritance-syntax-error.exp
7371 * gdb.mi/mi-linespec-err-cp.exp
7372 * gdb.mi/mi-logging.exp
7373 * gdb.mi/mi-memory-changed.exp
7374 * gdb.mi/mi-read-memory.exp
7375 * gdb.mi/mi-record-changed.exp
7376 * gdb.mi/mi-reg-undefined.exp
7377 * gdb.mi/mi-regs.exp
7378 * gdb.mi/mi-return.exp
7379 * gdb.mi/mi-reverse.exp
7380 * gdb.mi/mi-simplerun.exp
7381 * gdb.mi/mi-solib.exp
7382 * gdb.mi/mi-stack.exp
7383 * gdb.mi/mi-stepi.exp
7384 * gdb.mi/mi-syn-frame.exp
7385 * gdb.mi/mi-until.exp
7386 * gdb.mi/mi-var-block.exp
7387 * gdb.mi/mi-var-child.exp
7388 * gdb.mi/mi-var-cmd.exp
7389 * gdb.mi/mi-var-cp.exp
7390 * gdb.mi/mi-var-display.exp
7391 * gdb.mi/mi-var-invalidate.exp
7392 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7393 * gdb.mi/mi-vla-fortran.exp
7394 * gdb.mi/mi-watch.exp
7395 * gdb.mi/mi2-var-child.exp
7396 * gdb.mi/user-selected-context-sync.exp
7397 * gdb.modula2/unbounded-array.exp
7398 * gdb.multi/dummy-frame-restore.exp
7399 * gdb.multi/multi-arch-exec.exp
7400 * gdb.multi/multi-arch.exp
7401 * gdb.multi/tids.exp
7402 * gdb.multi/watchpoint-multi.exp
7403 * gdb.opencl/callfuncs.exp
7404 * gdb.opencl/convs_casts.exp
7405 * gdb.opencl/datatypes.exp
7406 * gdb.opencl/operators.exp
7407 * gdb.opencl/vec_comps.exp
7408 * gdb.opt/clobbered-registers-O2.exp
7409 * gdb.opt/inline-break.exp
7410 * gdb.opt/inline-bt.exp
7411 * gdb.opt/inline-cmds.exp
7412 * gdb.opt/inline-locals.exp
7413 * gdb.pascal/case-insensitive-symbols.exp
7414 * gdb.pascal/floats.exp
7415 * gdb.pascal/gdb11492.exp
7416 * gdb.python/lib-types.exp
7417 * gdb.python/py-arch.exp
7418 * gdb.python/py-as-string.exp
7419 * gdb.python/py-bad-printers.exp
7420 * gdb.python/py-block.exp
7421 * gdb.python/py-breakpoint-create-fail.exp
7422 * gdb.python/py-breakpoint.exp
7423 * gdb.python/py-caller-is.exp
7424 * gdb.python/py-cmd.exp
7425 * gdb.python/py-explore-cc.exp
7426 * gdb.python/py-explore.exp
7427 * gdb.python/py-finish-breakpoint.exp
7428 * gdb.python/py-finish-breakpoint2.exp
7429 * gdb.python/py-frame-args.exp
7430 * gdb.python/py-frame-inline.exp
7431 * gdb.python/py-frame.exp
7432 * gdb.python/py-framefilter-mi.exp
7433 * gdb.python/py-infthread.exp
7434 * gdb.python/py-lazy-string.exp
7435 * gdb.python/py-linetable.exp
7436 * gdb.python/py-mi-events.exp
7437 * gdb.python/py-mi-objfile.exp
7438 * gdb.python/py-mi.exp
7439 * gdb.python/py-objfile.exp
7440 * gdb.python/py-pp-integral.exp
7441 * gdb.python/py-pp-maint.exp
7442 * gdb.python/py-pp-re-notag.exp
7443 * gdb.python/py-pp-registration.exp
7444 * gdb.python/py-recurse-unwind.exp
7445 * gdb.python/py-strfns.exp
7446 * gdb.python/py-symbol.exp
7447 * gdb.python/py-symtab.exp
7448 * gdb.python/py-sync-interp.exp
7449 * gdb.python/py-typeprint.exp
7450 * gdb.python/py-unwind-maint.exp
7451 * gdb.python/py-unwind.exp
7452 * gdb.python/py-value-cc.exp
7453 * gdb.python/py-xmethods.exp
7454 * gdb.reverse/amd64-tailcall-reverse.exp
7455 * gdb.reverse/break-precsave.exp
7456 * gdb.reverse/break-reverse.exp
7457 * gdb.reverse/consecutive-precsave.exp
7458 * gdb.reverse/consecutive-reverse.exp
7459 * gdb.reverse/finish-precsave.exp
7460 * gdb.reverse/finish-reverse-bkpt.exp
7461 * gdb.reverse/finish-reverse.exp
7462 * gdb.reverse/fstatat-reverse.exp
7463 * gdb.reverse/getresuid-reverse.exp
7464 * gdb.reverse/i386-precsave.exp
7465 * gdb.reverse/i386-reverse.exp
7466 * gdb.reverse/i386-sse-reverse.exp
7467 * gdb.reverse/i387-env-reverse.exp
7468 * gdb.reverse/i387-stack-reverse.exp
7469 * gdb.reverse/insn-reverse.exp
7470 * gdb.reverse/machinestate-precsave.exp
7471 * gdb.reverse/machinestate.exp
7472 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7473 * gdb.reverse/pipe-reverse.exp
7474 * gdb.reverse/readv-reverse.exp
7475 * gdb.reverse/recvmsg-reverse.exp
7476 * gdb.reverse/rerun-prec.exp
7477 * gdb.reverse/s390-mvcle.exp
7478 * gdb.reverse/step-precsave.exp
7479 * gdb.reverse/step-reverse.exp
7480 * gdb.reverse/time-reverse.exp
7481 * gdb.reverse/until-precsave.exp
7482 * gdb.reverse/until-reverse.exp
7483 * gdb.reverse/waitpid-reverse.exp
7484 * gdb.reverse/watch-precsave.exp
7485 * gdb.reverse/watch-reverse.exp
7486 * gdb.rust/generics.exp
7487 * gdb.rust/methods.exp
7488 * gdb.rust/modules.exp
7489 * gdb.rust/simple.exp
7490 * gdb.server/connect-with-no-symbol-file.exp
7491 * gdb.server/ext-attach.exp
7492 * gdb.server/ext-restart.exp
7493 * gdb.server/ext-wrapper.exp
7494 * gdb.server/file-transfer.exp
7495 * gdb.server/server-exec-info.exp
7496 * gdb.server/server-kill.exp
7497 * gdb.server/server-mon.exp
7498 * gdb.server/wrapper.exp
7499 * gdb.stabs/exclfwd.exp
7500 * gdb.stabs/gdb11479.exp
7501 * gdb.threads/clone-new-thread-event.exp
7502 * gdb.threads/corethreads.exp
7503 * gdb.threads/current-lwp-dead.exp
7504 * gdb.threads/dlopen-libpthread.exp
7505 * gdb.threads/gcore-thread.exp
7506 * gdb.threads/sigstep-threads.exp
7507 * gdb.threads/watchpoint-fork.exp
7508 * gdb.trace/actions-changed.exp
7509 * gdb.trace/backtrace.exp
7510 * gdb.trace/change-loc.exp
7511 * gdb.trace/circ.exp
7512 * gdb.trace/collection.exp
7513 * gdb.trace/disconnected-tracing.exp
7514 * gdb.trace/ftrace.exp
7515 * gdb.trace/mi-trace-frame-collected.exp
7516 * gdb.trace/mi-trace-unavailable.exp
7517 * gdb.trace/mi-traceframe-changed.exp
7518 * gdb.trace/mi-tsv-changed.exp
7519 * gdb.trace/no-attach-trace.exp
7520 * gdb.trace/passc-dyn.exp
7521 * gdb.trace/qtro.exp
7522 * gdb.trace/range-stepping.exp
7523 * gdb.trace/read-memory.exp
7524 * gdb.trace/save-trace.exp
7525 * gdb.trace/signal.exp
7526 * gdb.trace/status-stop.exp
7527 * gdb.trace/tfile.exp
7528 * gdb.trace/trace-break.exp
7529 * gdb.trace/trace-buffer-size.exp
7530 * gdb.trace/trace-condition.exp
7531 * gdb.trace/tracefile-pseudo-reg.exp
7532 * gdb.trace/tstatus.exp
7533 * gdb.trace/unavailable.exp
7534 * gdb.trace/while-dyn.exp
7535 * gdb.trace/while-stepping.exp
7536
34c41c68
DE
75372016-12-22 Doug Evans <xdje42@gmail.com>
7538
7539 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7540 and msymbols.
7541
16e69324
YQ
75422016-12-19 Yao Qi <yao.qi@linaro.org>
7543
7544 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7545 (test_with_self): Don't call do_steps_and_nexts, and remove
7546 code about stepping into xmalloc.
7547
f94f411b
YQ
75482016-12-09 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7551
75522016-12-09 Yao Qi <yao.qi@linaro.org>
7553
7554 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7555
f1b5deee
PA
75562016-12-09 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.base/all-architectures-0.exp: New file.
7559 * gdb.base/all-architectures-1.exp: New file.
7560 * gdb.base/all-architectures-2.exp: New file.
7561 * gdb.base/all-architectures-3.exp: New file.
7562 * gdb.base/all-architectures-4.exp: New file.
7563 * gdb.base/all-architectures-5.exp: New file.
7564 * gdb.base/all-architectures-6.exp: New file.
7565 * gdb.base/all-architectures-7.exp: New file.
7566 * gdb.base/all-architectures.exp.in: New file.
7567
364ca42e
YQ
75682016-12-09 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7571
107c2d62
LM
75722016-12-02 Luis Machado <lgustavo@codesourcery.com>
7573
7574 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7575 possible.
7576 Remove useless pattern-matching code.
7577
df3ee9ca
PA
75782016-12-02 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7581 procedure.
7582 (top level): Call it.
7583
ec835369
PA
75842016-12-02 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7587 New procedure.
7588 (top level): Call it.
7589
01770bbd
PA
75902016-12-02 Pedro Alves <palves@redhat.com>
7591
7592 PR cli/20559
7593 * gdb.base/commands.exp (user_defined_command_args_eval): New
7594 procedure.
7595 (top level): Call it.
7596
008459ea
LM
75972016-12-02 Luis Machado <lgustavo@codesourcery.com>
7598
7599 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7600 timeout handling.
7601
0c1b455e
TT
76022016-12-02 Tom Tromey <tom@tromey.com>
7603
7604 * gdb.dwarf2/main-subprogram.c: New file.
7605 * gdb.dwarf2/main-subprogram.exp: New file.
7606
018572b8
LM
76072016-12-01 Luis Machado <lgustavo@codesourcery.com>
7608
7609 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7610 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7611 gdb_test_no_output for a couple of cases.
7612 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7613
84c93cd5
LM
76142016-12-01 Luis Machado <lgustavo@codesourcery.com>
7615
7616 Fix test names and standardize compilation error messages throughout
7617 the following files:
7618
7619 * gdb.ada/start.exp
7620 * gdb.arch/alpha-step.exp
7621 * gdb.arch/e500-prologue.exp
7622 * gdb.arch/ftrace-insn-reloc.exp
7623 * gdb.arch/gdb1291.exp
7624 * gdb.arch/gdb1431.exp
7625 * gdb.arch/gdb1558.exp
7626 * gdb.arch/i386-dr3-watch.exp
7627 * gdb.arch/i386-sse-stack-align.exp
7628 * gdb.arch/ia64-breakpoint-shadow.exp
7629 * gdb.arch/pa-nullify.exp
7630 * gdb.arch/powerpc-aix-prologue.exp
7631 * gdb.arch/thumb-bx-pc.exp
7632 * gdb.base/annota1.exp
7633 * gdb.base/annota3.exp
7634 * gdb.base/arrayidx.exp
7635 * gdb.base/assign.exp
7636 * gdb.base/attach.exp
7637 * gdb.base/auxv.exp
7638 * gdb.base/bang.exp
7639 * gdb.base/bfp-test.exp
7640 * gdb.base/bigcore.exp
7641 * gdb.base/bitfields2.exp
7642 * gdb.base/break-fun-addr.exp
7643 * gdb.base/break-probes.exp
7644 * gdb.base/call-rt-st.exp
7645 * gdb.base/callexit.exp
7646 * gdb.base/catch-fork-kill.exp
7647 * gdb.base/charset.exp
7648 * gdb.base/checkpoint.exp
7649 * gdb.base/comprdebug.exp
7650 * gdb.base/constvars.exp
7651 * gdb.base/coredump-filter.exp
7652 * gdb.base/cursal.exp
7653 * gdb.base/cvexpr.exp
7654 * gdb.base/detach.exp
7655 * gdb.base/display.exp
7656 * gdb.base/dmsym.exp
7657 * gdb.base/dprintf-pending.exp
7658 * gdb.base/dso2dso.exp
7659 * gdb.base/dtrace-probe.exp
7660 * gdb.base/dump.exp
7661 * gdb.base/enum_cond.exp
7662 * gdb.base/exe-lock.exp
7663 * gdb.base/exec-invalid-sysroot.exp
7664 * gdb.base/execl-update-breakpoints.exp
7665 * gdb.base/exprs.exp
7666 * gdb.base/fileio.exp
7667 * gdb.base/find.exp
7668 * gdb.base/finish.exp
7669 * gdb.base/fixsection.exp
7670 * gdb.base/foll-vfork.exp
7671 * gdb.base/frame-args.exp
7672 * gdb.base/gcore.exp
7673 * gdb.base/gdb1250.exp
7674 * gdb.base/global-var-nested-by-dso.exp
7675 * gdb.base/gnu-ifunc.exp
7676 * gdb.base/hashline1.exp
7677 * gdb.base/hashline2.exp
7678 * gdb.base/hashline3.exp
7679 * gdb.base/hbreak-in-shr-unsupported.exp
7680 * gdb.base/huge.exp
7681 * gdb.base/infcall-input.exp
7682 * gdb.base/info-fun.exp
7683 * gdb.base/info-shared.exp
7684 * gdb.base/jit-simple.exp
7685 * gdb.base/jit-so.exp
7686 * gdb.base/jit.exp
7687 * gdb.base/jump.exp
7688 * gdb.base/label.exp
7689 * gdb.base/lineinc.exp
7690 * gdb.base/logical.exp
7691 * gdb.base/longjmp.exp
7692 * gdb.base/macscp.exp
7693 * gdb.base/miscexprs.exp
7694 * gdb.base/new-ui-echo.exp
7695 * gdb.base/new-ui-pending-input.exp
7696 * gdb.base/new-ui.exp
7697 * gdb.base/nodebug.exp
7698 * gdb.base/nofield.exp
7699 * gdb.base/offsets.exp
7700 * gdb.base/overlays.exp
7701 * gdb.base/pending.exp
7702 * gdb.base/pointers.exp
7703 * gdb.base/pr11022.exp
7704 * gdb.base/printcmds.exp
7705 * gdb.base/prologue.exp
7706 * gdb.base/ptr-typedef.exp
7707 * gdb.base/realname-expand.exp
7708 * gdb.base/relativedebug.exp
7709 * gdb.base/relocate.exp
7710 * gdb.base/remote.exp
7711 * gdb.base/reread.exp
7712 * gdb.base/return2.exp
7713 * gdb.base/savedregs.exp
7714 * gdb.base/sep.exp
7715 * gdb.base/sepdebug.exp
7716 * gdb.base/sepsymtab.exp
7717 * gdb.base/set-inferior-tty.exp
7718 * gdb.base/setshow.exp
7719 * gdb.base/shlib-call.exp
7720 * gdb.base/sigaltstack.exp
7721 * gdb.base/siginfo-addr.exp
7722 * gdb.base/signals.exp
7723 * gdb.base/signull.exp
7724 * gdb.base/sigrepeat.exp
7725 * gdb.base/so-impl-ld.exp
7726 * gdb.base/solib-display.exp
7727 * gdb.base/solib-overlap.exp
7728 * gdb.base/solib-search.exp
7729 * gdb.base/solib-symbol.exp
7730 * gdb.base/structs.exp
7731 * gdb.base/structs2.exp
7732 * gdb.base/symtab-search-order.exp
7733 * gdb.base/twice.exp
7734 * gdb.base/unload.exp
7735 * gdb.base/varargs.exp
7736 * gdb.base/watchpoint-solib.exp
7737 * gdb.base/watchpoint.exp
7738 * gdb.base/whatis.exp
7739 * gdb.base/wrong_frame_bt_full.exp
7740 * gdb.btrace/dlopen.exp
7741 * gdb.cell/ea-standalone.exp
7742 * gdb.cell/ea-test.exp
7743 * gdb.cp/dispcxx.exp
7744 * gdb.cp/gdb2384.exp
7745 * gdb.cp/method2.exp
7746 * gdb.cp/nextoverthrow.exp
7747 * gdb.cp/pr10728.exp
7748 * gdb.disasm/am33.exp
7749 * gdb.disasm/h8300s.exp
7750 * gdb.disasm/mn10300.exp
7751 * gdb.disasm/sh3.exp
7752 * gdb.dwarf2/dw2-dir-file-name.exp
7753 * gdb.fortran/complex.exp
7754 * gdb.fortran/library-module.exp
7755 * gdb.guile/scm-pretty-print.exp
7756 * gdb.guile/scm-symbol.exp
7757 * gdb.guile/scm-type.exp
7758 * gdb.guile/scm-value.exp
7759 * gdb.linespec/linespec.exp
7760 * gdb.mi/gdb701.exp
7761 * gdb.mi/gdb792.exp
7762 * gdb.mi/mi-breakpoint-changed.exp
7763 * gdb.mi/mi-dprintf-pending.exp
7764 * gdb.mi/mi-dprintf.exp
7765 * gdb.mi/mi-exit-code.exp
7766 * gdb.mi/mi-pending.exp
7767 * gdb.mi/mi-solib.exp
7768 * gdb.mi/new-ui-mi-sync.exp
7769 * gdb.mi/pr11022.exp
7770 * gdb.mi/user-selected-context-sync.exp
7771 * gdb.opt/solib-intra-step.exp
7772 * gdb.python/py-events.exp
7773 * gdb.python/py-finish-breakpoint.exp
7774 * gdb.python/py-mi.exp
7775 * gdb.python/py-prettyprint.exp
7776 * gdb.python/py-shared.exp
7777 * gdb.python/py-symbol.exp
7778 * gdb.python/py-template.exp
7779 * gdb.python/py-type.exp
7780 * gdb.python/py-value.exp
7781 * gdb.reverse/solib-precsave.exp
7782 * gdb.reverse/solib-reverse.exp
7783 * gdb.server/solib-list.exp
7784 * gdb.stabs/weird.exp
7785 * gdb.threads/reconnect-signal.exp
7786 * gdb.threads/stepi-random-signal.exp
7787 * gdb.trace/actions.exp
7788 * gdb.trace/ax.exp
7789 * gdb.trace/backtrace.exp
7790 * gdb.trace/change-loc.exp
7791 * gdb.trace/deltrace.exp
7792 * gdb.trace/ftrace-lock.exp
7793 * gdb.trace/ftrace.exp
7794 * gdb.trace/infotrace.exp
7795 * gdb.trace/mi-tracepoint-changed.exp
7796 * gdb.trace/packetlen.exp
7797 * gdb.trace/passcount.exp
7798 * gdb.trace/pending.exp
7799 * gdb.trace/range-stepping.exp
7800 * gdb.trace/report.exp
7801 * gdb.trace/stap-trace.exp
7802 * gdb.trace/tfind.exp
7803 * gdb.trace/trace-break.exp
7804 * gdb.trace/trace-condition.exp
7805 * gdb.trace/trace-enable-disable.exp
7806 * gdb.trace/trace-mt.exp
7807 * gdb.trace/tracecmd.exp
7808 * gdb.trace/tspeed.exp
7809 * gdb.trace/tsv.exp
7810 * lib/perftest.exp
7811
fb9feb35
LM
78122016-12-01 Luis Machado <lgustavo@codesourcery.com>
7813
7814 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7815 with gdb_test_no_output.
7816 Use command as test name.
7817
cd2ddb6c
LM
78182016-12-01 Luis Machado <lgustavo@codesourcery.com>
7819
7820 Fix test names starting with uppercase throughout the files.
7821
7822 * gdb.ada/assign_1.exp
7823 * gdb.ada/boolean_expr.exp
7824 * gdb.base/arrayidx.exp
7825 * gdb.base/del.exp
7826 * gdb.base/gcore-buffer-overflow.exp
7827 * gdb.base/testenv.exp
7828 * gdb.compile/compile.exp
7829 * gdb.python/py-framefilter-invalidarg.exp
7830 * gdb.python/py-framefilter.exp
7831
bb95117e
LM
78322016-12-01 Luis Machado <lgustavo@codesourcery.com>
7833
7834 Fix test names starting with uppercase throughout the files.
7835
7836 * gdb.ada/array_return.exp
7837 * gdb.ada/expr_delims.exp
7838 * gdb.ada/mi_dyn_arr.exp
7839 * gdb.ada/mi_interface.exp
7840 * gdb.ada/mi_var_array.exp
7841 * gdb.ada/watch_arg.exp
7842 * gdb.arch/alpha-step.exp
7843 * gdb.arch/altivec-regs.exp
7844 * gdb.arch/e500-regs.exp
7845 * gdb.arch/powerpc-d128-regs.exp
7846 * gdb.base/arrayidx.exp
7847 * gdb.base/break.exp
7848 * gdb.base/checkpoint.exp
7849 * gdb.base/debug-expr.exp
7850 * gdb.base/dmsym.exp
7851 * gdb.base/radix.exp
7852 * gdb.base/sepdebug.exp
7853 * gdb.base/testenv.exp
7854 * gdb.base/watch_thread_num.exp
7855 * gdb.base/watchpoint-cond-gone.exp
7856 * gdb.cell/break.exp
7857 * gdb.cell/ea-cache.exp
7858 * gdb.compile/compile.exp
7859 * gdb.cp/gdb2495.exp
7860 * gdb.gdb/selftest.exp
7861 * gdb.gdb/xfullpath.exp
7862 * gdb.go/hello.exp
7863 * gdb.go/integers.exp
7864 * gdb.objc/basicclass.exp
7865 * gdb.pascal/hello.exp
7866 * gdb.pascal/integers.exp
7867 * gdb.python/py-breakpoint.exp
7868 * gdb.python/py-cmd.exp
7869 * gdb.python/py-linetable.exp
7870 * gdb.python/py-xmethods.exp
7871 * gdb.python/python.exp
7872 * gdb.reverse/consecutive-precsave.exp
7873 * gdb.reverse/finish-precsave.exp
7874 * gdb.reverse/i386-precsave.exp
7875 * gdb.reverse/machinestate-precsave.exp
7876 * gdb.reverse/sigall-precsave.exp
7877 * gdb.reverse/solib-precsave.exp
7878 * gdb.reverse/step-precsave.exp
7879 * gdb.reverse/until-precsave.exp
7880 * gdb.reverse/watch-precsave.exp
7881 * gdb.threads/leader-exit.exp
7882 * gdb.threads/pthreads.exp
7883 * gdb.threads/wp-replication.exp
7884 * gdb.trace/actions.exp
7885 * gdb.trace/mi-tsv-changed.exp
7886 * gdb.trace/tsv.exp
7887
de97fdd4
LM
78882016-12-01 Luis Machado <lgustavo@codesourcery.com>
7889
7890 Fix test names starting with uppercase throughout the files.
7891
7892 * gdb.arch/i386-bp_permanent.exp
7893 * gdb.arch/i386-gnu-cfi.exp
7894 * gdb.base/disasm-end-cu.exp
7895 * gdb.base/macscp.exp
7896 * gdb.base/pending.exp
7897 * gdb.base/watch_thread_num.exp
7898 * gdb.cp/exception.exp
7899 * gdb.cp/gdb2495.exp
7900 * gdb.cp/local.exp
7901 * gdb.python/py-evsignal.exp
7902 * gdb.python/python.exp
7903 * gdb.trace/tracecmd.exp
7904
9f058c10
LM
79052016-12-01 Luis Machado <lgustavo@codesourcery.com>
7906
7907 Fix test names starting with uppercase throughout the files.
7908
7909 * gdb.base/charset.exp
7910 * gdb.base/eval.exp
7911 * gdb.base/multi-forks.exp
7912 * gdb.guile/scm-progspace.exp
7913 * gdb.opencl/datatypes.exp
7914 * gdb.python/py-block.exp
7915 * gdb.python/py-function.exp
7916 * gdb.python/py-symbol.exp
7917 * gdb.python/py-symtab.exp
7918 * gdb.python/py-xmethods.exp
7919 * gdb.reverse/break-precsave.exp
7920 * gdb.reverse/break-reverse.exp
7921 * gdb.reverse/consecutive-precsave.exp
7922 * gdb.reverse/consecutive-reverse.exp
7923 * gdb.reverse/finish-precsave.exp
7924 * gdb.reverse/finish-reverse-bkpt.exp
7925 * gdb.reverse/finish-reverse.exp
7926 * gdb.reverse/fstatat-reverse.exp
7927 * gdb.reverse/getresuid-reverse.exp
7928 * gdb.reverse/i386-precsave.exp
7929 * gdb.reverse/i386-reverse.exp
7930 * gdb.reverse/i386-sse-reverse.exp
7931 * gdb.reverse/i387-stack-reverse.exp
7932 * gdb.reverse/insn-reverse.exp
7933 * gdb.reverse/machinestate-precsave.exp
7934 * gdb.reverse/machinestate.exp
7935 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7936 * gdb.reverse/pipe-reverse.exp
7937 * gdb.reverse/readv-reverse.exp
7938 * gdb.reverse/recvmsg-reverse.exp
7939 * gdb.reverse/rerun-prec.exp
7940 * gdb.reverse/s390-mvcle.exp
7941 * gdb.reverse/sigall-precsave.exp
7942 * gdb.reverse/sigall-reverse.exp
7943 * gdb.reverse/solib-precsave.exp
7944 * gdb.reverse/solib-reverse.exp
7945 * gdb.reverse/step-precsave.exp
7946 * gdb.reverse/step-reverse.exp
7947 * gdb.reverse/time-reverse.exp
7948 * gdb.reverse/until-precsave.exp
7949 * gdb.reverse/until-reverse.exp
7950 * gdb.reverse/waitpid-reverse.exp
7951 * gdb.reverse/watch-precsave.exp
7952 * gdb.reverse/watch-reverse.exp
7953
cdc7edd7
LM
79542016-12-01 Luis Machado <lgustavo@codesourcery.com>
7955
7956 Fix test names starting with uppercase throughout the files.
7957
7958 * gdb.arch/i386-mpx-simple_segv.exp
7959 * gdb.arch/i386-mpx.exp
7960 * gdb.arch/i386-permbkpt.exp
7961 * gdb.arch/pa-nullify.exp
7962 * gdb.arch/powerpc-d128-regs.exp
7963 * gdb.arch/vsx-regs.exp
7964 * gdb.base/bfp-test.exp
7965 * gdb.base/break.exp
7966 * gdb.base/breakpoint-shadow.exp
7967 * gdb.base/callfuncs.exp
7968 * gdb.base/charset.exp
7969 * gdb.base/commands.exp
7970 * gdb.base/completion.exp
7971 * gdb.base/dfp-test.exp
7972 * gdb.base/echo.exp
7973 * gdb.base/ending-run.exp
7974 * gdb.base/eval.exp
7975 * gdb.base/expand-psymtabs.exp
7976 * gdb.base/float128.exp
7977 * gdb.base/floatn.exp
7978 * gdb.base/foll-exec-mode.exp
7979 * gdb.base/gdb1056.exp
7980 * gdb.base/gdb11531.exp
7981 * gdb.base/kill-after-signal.exp
7982 * gdb.base/multi-forks.exp
7983 * gdb.base/overlays.exp
7984 * gdb.base/pending.exp
7985 * gdb.base/sepdebug.exp
7986 * gdb.base/testenv.exp
7987 * gdb.base/valgrind-db-attach.exp
7988 * gdb.base/watch_thread_num.exp
7989 * gdb.base/watchpoint-cond-gone.exp
7990 * gdb.base/watchpoint.exp
7991 * gdb.base/watchpoints.exp
7992 * gdb.cp/arg-reference.exp
7993 * gdb.cp/baseenum.exp
7994 * gdb.cp/operator.exp
7995 * gdb.cp/shadow.exp
7996 * gdb.dwarf2/dw2-op-out-param.exp
7997 * gdb.dwarf2/dw2-reg-undefined.exp
7998 * gdb.go/chan.exp
7999 * gdb.go/hello.exp
8000 * gdb.go/integers.exp
8001 * gdb.go/methods.exp
8002 * gdb.go/package.exp
8003 * gdb.guile/scm-parameter.exp
8004 * gdb.guile/scm-progspace.exp
8005 * gdb.guile/scm-value.exp
8006 * gdb.mi/mi-pending.exp
8007 * gdb.mi/user-selected-context-sync.exp
8008 * gdb.multi/multi-attach.exp
8009 * gdb.multi/tids.exp
8010 * gdb.opt/clobbered-registers-O2.exp
8011 * gdb.pascal/floats.exp
8012 * gdb.pascal/integers.exp
8013 * gdb.python/py-block.exp
8014 * gdb.python/py-events.exp
8015 * gdb.python/py-parameter.exp
8016 * gdb.python/py-symbol.exp
8017 * gdb.python/py-symtab.exp
8018 * gdb.python/py-type.exp
8019 * gdb.python/py-value.exp
8020 * gdb.python/py-xmethods.exp
8021 * gdb.python/python.exp
8022 * gdb.reverse/break-precsave.exp
8023 * gdb.reverse/consecutive-precsave.exp
8024 * gdb.reverse/finish-precsave.exp
8025 * gdb.reverse/i386-precsave.exp
8026 * gdb.reverse/machinestate-precsave.exp
8027 * gdb.reverse/sigall-precsave.exp
8028 * gdb.reverse/solib-precsave.exp
8029 * gdb.reverse/step-precsave.exp
8030 * gdb.reverse/until-precsave.exp
8031 * gdb.reverse/watch-precsave.exp
8032 * gdb.server/ext-attach.exp
8033 * gdb.server/ext-restart.exp
8034 * gdb.server/ext-run.exp
8035 * gdb.server/ext-wrapper.exp
8036 * gdb.stabs/gdb11479.exp
8037 * gdb.stabs/weird.exp
8038 * gdb.threads/attach-many-short-lived-threads.exp
8039 * gdb.threads/kill.exp
8040 * gdb.threads/watchpoint-fork.exp
8041
bc6c7af4
LM
80422016-12-01 Luis Machado <lgustavo@codesourcery.com>
8043
8044 Fix test names starting with uppercase throughout all the files below.
8045
8046 * gdb.ada/array_return.exp
8047 * gdb.ada/catch_ex.exp
8048 * gdb.ada/info_exc.exp
8049 * gdb.ada/mi_catch_ex.exp
8050 * gdb.ada/mi_dyn_arr.exp
8051 * gdb.ada/mi_ex_cond.exp
8052 * gdb.ada/mi_exc_info.exp
8053 * gdb.ada/mi_interface.exp
8054 * gdb.ada/mi_task_arg.exp
8055 * gdb.ada/mi_task_info.exp
8056 * gdb.ada/mi_var_array.exp
8057 * gdb.arch/alpha-step.exp
8058 * gdb.arch/amd64-disp-step.exp
8059 * gdb.arch/arm-disp-step.exp
8060 * gdb.arch/disp-step-insn-reloc.exp
8061 * gdb.arch/e500-prologue.exp
8062 * gdb.arch/ftrace-insn-reloc.exp
8063 * gdb.arch/gdb1558.exp
8064 * gdb.arch/i386-bp_permanent.exp
8065 * gdb.arch/i386-disp-step.exp
8066 * gdb.arch/i386-float.exp
8067 * gdb.arch/i386-gnu-cfi.exp
8068 * gdb.arch/ia64-breakpoint-shadow.exp
8069 * gdb.arch/mips16-thunks.exp
8070 * gdb.arch/pa-nullify.exp
8071 * gdb.arch/powerpc-aix-prologue.exp
8072 * gdb.arch/powerpc-power.exp
8073 * gdb.arch/ppc-dfp.exp
8074 * gdb.arch/s390-tdbregs.exp
8075 * gdb.arch/spu-info.exp
8076 * gdb.arch/spu-ls.exp
8077 * gdb.arch/thumb-bx-pc.exp
8078 * gdb.base/advance.exp
8079 * gdb.base/annota-input-while-running.exp
8080 * gdb.base/arrayidx.exp
8081 * gdb.base/asmlabel.exp
8082 * gdb.base/async.exp
8083 * gdb.base/attach-wait-input.exp
8084 * gdb.base/auto-connect-native-target.exp
8085 * gdb.base/batch-preserve-term-settings.exp
8086 * gdb.base/bfp-test.exp
8087 * gdb.base/bigcore.exp
8088 * gdb.base/bp-permanent.exp
8089 * gdb.base/break-always.exp
8090 * gdb.base/break-fun-addr.exp
8091 * gdb.base/break-idempotent.exp
8092 * gdb.base/break-main-file-remove-fail.exp
8093 * gdb.base/break-probes.exp
8094 * gdb.base/break-unload-file.exp
8095 * gdb.base/break.exp
8096 * gdb.base/call-ar-st.exp
8097 * gdb.base/call-rt-st.exp
8098 * gdb.base/call-sc.exp
8099 * gdb.base/call-signal-resume.exp
8100 * gdb.base/call-strs.exp
8101 * gdb.base/callexit.exp
8102 * gdb.base/callfuncs.exp
8103 * gdb.base/catch-gdb-caused-signals.exp
8104 * gdb.base/catch-signal-siginfo-cond.exp
8105 * gdb.base/catch-syscall.exp
8106 * gdb.base/compare-sections.exp
8107 * gdb.base/cond-eval-mode.exp
8108 * gdb.base/condbreak-call-false.exp
8109 * gdb.base/consecutive-step-over.exp
8110 * gdb.base/cursal.exp
8111 * gdb.base/disabled-location.exp
8112 * gdb.base/disasm-end-cu.exp
8113 * gdb.base/display.exp
8114 * gdb.base/double-prompt-target-event-error.exp
8115 * gdb.base/dprintf-bp-same-addr.exp
8116 * gdb.base/dprintf-detach.exp
8117 * gdb.base/dprintf-next.exp
8118 * gdb.base/dprintf-non-stop.exp
8119 * gdb.base/dprintf-pending.exp
8120 * gdb.base/dso2dso.exp
8121 * gdb.base/ending-run.exp
8122 * gdb.base/enum_cond.exp
8123 * gdb.base/examine-backward.exp
8124 * gdb.base/exe-lock.exp
8125 * gdb.base/exec-invalid-sysroot.exp
8126 * gdb.base/execl-update-breakpoints.exp
8127 * gdb.base/execution-termios.exp
8128 * gdb.base/fileio.exp
8129 * gdb.base/fixsection.exp
8130 * gdb.base/foll-exec-mode.exp
8131 * gdb.base/foll-exec.exp
8132 * gdb.base/fork-running-state.exp
8133 * gdb.base/frame-args.exp
8134 * gdb.base/fullpath-expand.exp
8135 * gdb.base/func-ptr.exp
8136 * gdb.base/gcore-relro-pie.exp
8137 * gdb.base/gdb1090.exp
8138 * gdb.base/gdb1555.exp
8139 * gdb.base/global-var-nested-by-dso.exp
8140 * gdb.base/gnu-ifunc.exp
8141 * gdb.base/hbreak-in-shr-unsupported.exp
8142 * gdb.base/hbreak-unmapped.exp
8143 * gdb.base/hook-stop.exp
8144 * gdb.base/infcall-input.exp
8145 * gdb.base/info-fun.exp
8146 * gdb.base/info-shared.exp
8147 * gdb.base/interrupt-noterm.exp
8148 * gdb.base/jit-so.exp
8149 * gdb.base/jit.exp
8150 * gdb.base/line-symtabs.exp
8151 * gdb.base/list.exp
8152 * gdb.base/longjmp.exp
8153 * gdb.base/macscp.exp
8154 * gdb.base/max-value-size.exp
8155 * gdb.base/nodebug.exp
8156 * gdb.base/nofield.exp
8157 * gdb.base/overlays.exp
8158 * gdb.base/paginate-after-ctrl-c-running.exp
8159 * gdb.base/paginate-bg-execution.exp
8160 * gdb.base/paginate-inferior-exit.exp
8161 * gdb.base/pending.exp
8162 * gdb.base/pr11022.exp
8163 * gdb.base/printcmds.exp
8164 * gdb.base/ptr-typedef.exp
8165 * gdb.base/ptype.exp
8166 * gdb.base/randomize.exp
8167 * gdb.base/range-stepping.exp
8168 * gdb.base/realname-expand.exp
8169 * gdb.base/relativedebug.exp
8170 * gdb.base/remote.exp
8171 * gdb.base/savedregs.exp
8172 * gdb.base/sepdebug.exp
8173 * gdb.base/set-noassign.exp
8174 * gdb.base/shlib-call.exp
8175 * gdb.base/shreloc.exp
8176 * gdb.base/sigaltstack.exp
8177 * gdb.base/sigbpt.exp
8178 * gdb.base/siginfo-addr.exp
8179 * gdb.base/siginfo-obj.exp
8180 * gdb.base/siginfo-thread.exp
8181 * gdb.base/signest.exp
8182 * gdb.base/signull.exp
8183 * gdb.base/sigrepeat.exp
8184 * gdb.base/skip.exp
8185 * gdb.base/so-impl-ld.exp
8186 * gdb.base/solib-corrupted.exp
8187 * gdb.base/solib-disc.exp
8188 * gdb.base/solib-display.exp
8189 * gdb.base/solib-overlap.exp
8190 * gdb.base/solib-search.exp
8191 * gdb.base/solib-symbol.exp
8192 * gdb.base/source-execution.exp
8193 * gdb.base/sss-bp-on-user-bp-2.exp
8194 * gdb.base/sss-bp-on-user-bp.exp
8195 * gdb.base/stack-checking.exp
8196 * gdb.base/stale-infcall.exp
8197 * gdb.base/step-break.exp
8198 * gdb.base/step-line.exp
8199 * gdb.base/step-over-exit.exp
8200 * gdb.base/step-test.exp
8201 * gdb.base/structs.exp
8202 * gdb.base/sym-file.exp
8203 * gdb.base/symtab-search-order.exp
8204 * gdb.base/term.exp
8205 * gdb.base/type-opaque.exp
8206 * gdb.base/unload.exp
8207 * gdb.base/until-nodebug.exp
8208 * gdb.base/until.exp
8209 * gdb.base/unwindonsignal.exp
8210 * gdb.base/watch-cond.exp
8211 * gdb.base/watch-non-mem.exp
8212 * gdb.base/watch_thread_num.exp
8213 * gdb.base/watchpoint-reuse-slot.exp
8214 * gdb.base/watchpoint-solib.exp
8215 * gdb.base/watchpoint.exp
8216 * gdb.btrace/dlopen.exp
8217 * gdb.cell/arch.exp
8218 * gdb.cell/break.exp
8219 * gdb.cell/bt.exp
8220 * gdb.cell/core.exp
8221 * gdb.cell/data.exp
8222 * gdb.cell/dwarfaddr.exp
8223 * gdb.cell/ea-cache.exp
8224 * gdb.cell/ea-standalone.exp
8225 * gdb.cell/ea-test.exp
8226 * gdb.cell/f-regs.exp
8227 * gdb.cell/fork.exp
8228 * gdb.cell/gcore.exp
8229 * gdb.cell/mem-access.exp
8230 * gdb.cell/ptype.exp
8231 * gdb.cell/registers.exp
8232 * gdb.cell/sizeof.exp
8233 * gdb.cell/solib-symbol.exp
8234 * gdb.cell/solib.exp
8235 * gdb.compile/compile-tls.exp
8236 * gdb.cp/exception.exp
8237 * gdb.cp/gdb2495.exp
8238 * gdb.cp/local.exp
8239 * gdb.cp/mb-inline.exp
8240 * gdb.cp/mb-templates.exp
8241 * gdb.cp/pr10687.exp
8242 * gdb.cp/pr9167.exp
8243 * gdb.cp/scope-err.exp
8244 * gdb.cp/templates.exp
8245 * gdb.cp/virtfunc.exp
8246 * gdb.dwarf2/dw2-dir-file-name.exp
8247 * gdb.dwarf2/dw2-single-line-discriminators.exp
8248 * gdb.fortran/complex.exp
8249 * gdb.fortran/library-module.exp
8250 * gdb.guile/guile.exp
8251 * gdb.guile/scm-cmd.exp
8252 * gdb.guile/scm-frame-inline.exp
8253 * gdb.guile/scm-objfile.exp
8254 * gdb.guile/scm-pretty-print.exp
8255 * gdb.guile/scm-symbol.exp
8256 * gdb.guile/scm-type.exp
8257 * gdb.guile/scm-value.exp
8258 * gdb.linespec/keywords.exp
8259 * gdb.linespec/ls-errs.exp
8260 * gdb.linespec/macro-relative.exp
8261 * gdb.linespec/thread.exp
8262 * gdb.mi/mi-breakpoint-changed.exp
8263 * gdb.mi/mi-dprintf-pending.exp
8264 * gdb.mi/mi-fullname-deleted.exp
8265 * gdb.mi/mi-logging.exp
8266 * gdb.mi/mi-pending.exp
8267 * gdb.mi/mi-solib.exp
8268 * gdb.mi/new-ui-mi-sync.exp
8269 * gdb.mi/user-selected-context-sync.exp
8270 * gdb.multi/dummy-frame-restore.exp
8271 * gdb.multi/multi-arch-exec.exp
8272 * gdb.multi/remove-inferiors.exp
8273 * gdb.multi/watchpoint-multi-exit.exp
8274 * gdb.opt/solib-intra-step.exp
8275 * gdb.perf/backtrace.exp
8276 * gdb.perf/single-step.exp
8277 * gdb.perf/skip-command.exp
8278 * gdb.perf/skip-prologue.exp
8279 * gdb.perf/solib.exp
8280 * gdb.python/lib-types.exp
8281 * gdb.python/py-as-string.exp
8282 * gdb.python/py-bad-printers.exp
8283 * gdb.python/py-block.exp
8284 * gdb.python/py-breakpoint.exp
8285 * gdb.python/py-cmd.exp
8286 * gdb.python/py-events.exp
8287 * gdb.python/py-evthreads.exp
8288 * gdb.python/py-finish-breakpoint.exp
8289 * gdb.python/py-finish-breakpoint2.exp
8290 * gdb.python/py-frame-inline.exp
8291 * gdb.python/py-frame.exp
8292 * gdb.python/py-inferior.exp
8293 * gdb.python/py-infthread.exp
8294 * gdb.python/py-mi.exp
8295 * gdb.python/py-objfile.exp
8296 * gdb.python/py-pp-maint.exp
8297 * gdb.python/py-pp-registration.exp
8298 * gdb.python/py-prettyprint.exp
8299 * gdb.python/py-recurse-unwind.exp
8300 * gdb.python/py-shared.exp
8301 * gdb.python/py-symbol.exp
8302 * gdb.python/py-symtab.exp
8303 * gdb.python/py-template.exp
8304 * gdb.python/py-type.exp
8305 * gdb.python/py-unwind-maint.exp
8306 * gdb.python/py-unwind.exp
8307 * gdb.python/py-value.exp
8308 * gdb.python/python.exp
8309 * gdb.reverse/finish-reverse-bkpt.exp
8310 * gdb.reverse/insn-reverse.exp
8311 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8312 * gdb.reverse/solib-precsave.exp
8313 * gdb.reverse/solib-reverse.exp
8314 * gdb.stabs/gdb11479.exp
8315 * gdb.stabs/weird.exp
8316 * gdb.threads/fork-child-threads.exp
8317 * gdb.threads/fork-plus-threads.exp
8318 * gdb.threads/fork-thread-pending.exp
8319 * gdb.threads/forking-threads-plus-breakpoint.exp
8320 * gdb.threads/hand-call-in-threads.exp
8321 * gdb.threads/interrupted-hand-call.exp
8322 * gdb.threads/linux-dp.exp
8323 * gdb.threads/local-watch-wrong-thread.exp
8324 * gdb.threads/next-while-other-thread-longjmps.exp
8325 * gdb.threads/non-ldr-exit.exp
8326 * gdb.threads/pending-step.exp
8327 * gdb.threads/print-threads.exp
8328 * gdb.threads/process-dies-while-detaching.exp
8329 * gdb.threads/process-dies-while-handling-bp.exp
8330 * gdb.threads/pthreads.exp
8331 * gdb.threads/queue-signal.exp
8332 * gdb.threads/reconnect-signal.exp
8333 * gdb.threads/signal-command-handle-nopass.exp
8334 * gdb.threads/signal-command-multiple-signals-pending.exp
8335 * gdb.threads/signal-delivered-right-thread.exp
8336 * gdb.threads/signal-sigtrap.exp
8337 * gdb.threads/sigthread.exp
8338 * gdb.threads/staticthreads.exp
8339 * gdb.threads/stepi-random-signal.exp
8340 * gdb.threads/thread-unwindonsignal.exp
8341 * gdb.threads/thread_check.exp
8342 * gdb.threads/thread_events.exp
8343 * gdb.threads/tid-reuse.exp
8344 * gdb.threads/tls-nodebug.exp
8345 * gdb.threads/tls-shared.exp
8346 * gdb.threads/tls-so_extern.exp
8347 * gdb.threads/tls.exp
8348 * gdb.threads/wp-replication.exp
8349 * gdb.trace/actions-changed.exp
8350 * gdb.trace/actions.exp
8351 * gdb.trace/backtrace.exp
8352 * gdb.trace/change-loc.exp
8353 * gdb.trace/collection.exp
8354 * gdb.trace/deltrace.exp
8355 * gdb.trace/disconnected-tracing.exp
8356 * gdb.trace/entry-values.exp
8357 * gdb.trace/ftrace-lock.exp
8358 * gdb.trace/ftrace.exp
8359 * gdb.trace/infotrace.exp
8360 * gdb.trace/mi-trace-frame-collected.exp
8361 * gdb.trace/mi-trace-unavailable.exp
8362 * gdb.trace/mi-traceframe-changed.exp
8363 * gdb.trace/mi-tracepoint-changed.exp
8364 * gdb.trace/mi-tsv-changed.exp
8365 * gdb.trace/no-attach-trace.exp
8366 * gdb.trace/packetlen.exp
8367 * gdb.trace/passc-dyn.exp
8368 * gdb.trace/passcount.exp
8369 * gdb.trace/pending.exp
8370 * gdb.trace/pr16508.exp
8371 * gdb.trace/qtro.exp
8372 * gdb.trace/range-stepping.exp
8373 * gdb.trace/read-memory.exp
8374 * gdb.trace/report.exp
8375 * gdb.trace/save-trace.exp
8376 * gdb.trace/signal.exp
8377 * gdb.trace/stap-trace.exp
8378 * gdb.trace/status-stop.exp
8379 * gdb.trace/strace.exp
8380 * gdb.trace/tfile.exp
8381 * gdb.trace/tfind.exp
8382 * gdb.trace/trace-break.exp
8383 * gdb.trace/trace-condition.exp
8384 * gdb.trace/trace-enable-disable.exp
8385 * gdb.trace/trace-mt.exp
8386 * gdb.trace/tracecmd.exp
8387 * gdb.trace/tracefile-pseudo-reg.exp
8388 * gdb.trace/tspeed.exp
8389 * gdb.trace/tstatus.exp
8390 * gdb.trace/tsv.exp
8391 * gdb.trace/unavailable.exp
8392 * gdb.trace/while-dyn.exp
8393 * gdb.trace/while-stepping.exp
8394 * lib/gdb-guile.exp
8395 * lib/gdb.exp
8396 * lib/mi-support.exp
8397 * lib/pascal.exp
8398 * lib/perftest.exp
8399 * lib/prelink-support.exp
8400 * lib/selftest-support.exp
8401
ad02e4fe
SM
84022016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8403
8404 * Makefile.in: Include disable-implicit-rules.mk.
8405
22347e55
AA
84062016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8407
8408 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8409 non-byte-aligned bit fields.
8410
da5b30da
AA
84112016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 PR gdb/12616
8414 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8415 respects the DW_AT_data_bit_offset attribute.
8416
b593ecca
SM
84172016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8418
8419 * gdb.base/default.exp: Fix output of "set language".
8420
3b165252
SM
84212016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8422
8423 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8424 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8425 make.
8426 * configure.ac: Remove checks for the make program.
8427 * configure: Re-generate.
8428
1a2f3d7f
KB
84292016-11-16 Kevin Buettner <kevinb@redhat.com>
8430
8431 * gdb.python/py-recurse-unwind.c (main): Add loop.
8432 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8433 to read_register() and gdb.parse_and_eval(). Make each code
8434 call a separate case that can be individually tested.
8435 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8436 proc. Call cont_and_backtrace for each of the code paths that
8437 we want to test in the unwinder.
8438
b7f38fda
AA
84392016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8442 the definition of struct S.
8443
1f8db343
CM
84442016-11-11 Catherine Moore <clm@codesourcery.com>
8445
8446 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8447
fad0c9fb
PA
84482016-11-09 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/commands.exp (runto_or_return): New procedure.
8451 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8452 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8453 (progvar_simple_while_test, progvar_complex_if_while_test)
8454 (if_while_breakpoint_command_test)
8455 (infrun_breakpoint_command_test, breakpoint_command_test)
8456 (user_defined_command_test, watchpoint_command_test)
8457 (test_command_prompt_position, redefine_hook_test)
8458 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8459 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8460 multi_line_input and multi_line. Remove gdb_expect and
8461 gdb_stop_suppressing_tests uses.
8462 * lib/gdb.exp (valnum_re): New global.
8463 (multi_line_input): New procedure.
8464
8354c62c
SM
84652016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8466
8467 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8468 Remove.
8469 (test_setup): Define with proc_with_prefix.
8470 (test_cli_inferior): Likewise.
8471 (test_cli_thread): Likewise.
8472 (test_cli_frame): Likewise.
8473 (test_cli_select_frame): Likewise.
8474 (test_cli_up_down): Likewise.
8475 (test_mi_thread_select): Likewise.
8476 (test_mi_stack_select_frame): Likewise.
8477 (test_cli_in_mi_inferior): Likewise.
8478 (test_cli_in_mi_thread): Likewise.
8479 (test_cli_in_mi_frame): Likewise.
8480 (top level): Do not use with_test_prefix_procname.
8481
64f367a2
PA
84822016-11-09 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/commands.exp (gdbvar_simple_if_test)
8485 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8486 (progvar_simple_if_test, progvar_simple_while_test)
8487 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8488 (infrun_breakpoint_command_test, breakpoint_command_test)
8489 (user_defined_command_test, watchpoint_command_test)
8490 (test_command_prompt_position, deprecated_command_test)
8491 (bp_deleted_in_command, temporary_breakpoint_commands)
8492 (stray_arg0_test, source_file_with_indented_comment)
8493 (recursive_source_test, if_commands_test)
8494 (error_clears_commands_left, redefine_hook_test)
8495 (redefine_backtrace_test): Use proc_with_prefix.
8496 * lib/gdb.exp (proc_with_prefix): New proc.
8497
0bb65f1e
AA
84982016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8499
8500 * gdb.base/tui-layout.c: New file.
8501 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8502 disassembly window contains very long lines.
8503
7353f247
TT
85042016-11-08 Tom Tromey <tom@tromey.com>
8505
8506 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8507 depend on Python 2.
8508
30a7bb83
TT
85092016-11-08 Tom Tromey <tom@tromey.com>
8510
8511 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8512 New method.
8513
cdf5a07c
MG
85142016-10-29 Manish Goregaokar <manish@mozilla.com>
8515
2806dc7e 8516 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8517
51a789c3
MG
85182016-10-27 Manish Goregaokar <manish@mozilla.com>
8519
2806dc7e
PA
8520 * gdb.rust/simple.rs: Add test for univariant enums without
8521 discriminants and for encoded struct-like enums.
51a789c3 8522
f610ab6d
PA
85232016-10-28 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8526 gdb_test_multiple, tighten regexps and match symtabs and line
8527 tables incrementally.
8528
b129b0ca
LM
85292016-10-28 Luis Machado <lgustavo@codesourcery.com>
8530
8531 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8532 general.
8533
ecf45d2c
SL
85342016-10-25 Luis Machado <lgustavo@codesourcery.com>
8535
8536 * gdb.base/exec-invalid-sysroot.exp: New file.
8537
b8d38ee4
JK
85382016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8541
f90fd8c2
JK
85422016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8543
8544 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8545
2d2476aa
MR
85462016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8547
2806dc7e
PA
8548 * gdb.base/killed-outside.exp: Remove $options from a call to
8549 `prepare_for_testing'.
2d2476aa 8550
e42b25a0
SM
85512016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8554 Change test message.
8555
3ccdb432
SM
85562016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8557
8558 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8559 Update comment.
8560
5bad3170
SM
85612016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8562
8563 * gdb.trace/mi-trace-save.exp: New file.
8564
5ad9dba7
YQ
85652016-10-13 Yao Qi <yao.qi@linaro.org>
8566
8567 * gdb.base/code_elim.exp (get_var_address): Remove.
8568 * gdb.base/relocate.exp: Likewise.
8569 * gdb.base/shreloc.exp: Likewise.
8570 * lib/gdb.exp (get_var_address): New.
8571
62df7e21
YQ
85722016-10-13 Yao Qi <yao.qi@linaro.org>
8573
8574 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8575 floating point tests if $skip_float_test is false.
8576
4dac951e
LM
85772016-10-12 Luis Machado <lgustavo@codesourcery.com>
8578
8579 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8580 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8581 argc values.
8582 Add 1 to argc so we guarantee distinct initial/modified argc values.
8583
8f1a8fc4
JK
85842016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8587
16c85b5d
JK
85882016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8589
8590 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8591 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8592 * gdb.arch/vsx-regs.exp: Likewise.
8593
1d0e042a
YQ
85942016-10-07 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8597
68dadef5
MM
85982016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8599
8600 * gdb.python/python.exp: Test decode_line("*0").
8601
33fa2c6e
DE
86022016-10-06 Doug Evans <dje@google.com>
8603
8604 * gdb.python/py-value.exp (test_value_creation): Add test for large
8605 unsigned 64-bit value.
8606
9c37b5ae
TT
86072016-10-06 Tom Tromey <tom@tromey.com>
8608
8609 * gdb.compile/compile.exp: Change java tests to rust.
8610 * gdb.base/setshow.exp: Change java tests to rust.
8611 * gdb.base/default.exp: Remove java from language list.
8612 * README (Examples): Update language example.
8613 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8614 test.
8615 * lib/gdb.exp (skip_java_tests): Remove.
8616 * lib/java.exp: Remove.
8617 * gdb.java: Remove.
8618
78b86327
MR
86192016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8620
8621 * gdb.arch/mips-fcr.exp: New test.
8622 * gdb.arch/mips-fcr.c: Source for the new test.
8623
7470adbb
MR
86242016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8625
8626 * gdb.base/solib-disc.exp: Use `standard_output_file'
8627 throughout.
8628
4a556533
PA
86292016-10-06 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/jit-simple-dl.c: New file.
8632 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8633 * gdb.base/jit-simple.c: ... this.
8634 * gdb.base/jit-simple.exp (jit_run): Delete.
8635 (build_jit): New proc.
8636 (jit_test_reread): Recompile either the main program or the shared
8637 library, depending on what is being tested. Skip changing address
8638 if caller wants to. Compare before/after addresses. If testing
8639 standalone, explicitly load the binary. Test "maint info
8640 breakpoints".
8641 (top level): Add "standalone vs shared lib" and "change address"
8642 vs "same address" axes.
8643
5a122fbc
PA
86442016-10-06 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8647 call.
8648 (jit_run): Delete.
8649 (jit_test_reread): Use with_test_prefix. Reload the main binary
8650 explicitly. Compare the before/after addresses of the JIT
8651 descriptor.
8652
ee8da4b8
DE
86532016-08-15 Doug Evans <dje@google.com>
8654
8655 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8656 for single bitfields is bool.
8657 * gdb.xml/tdesc-regs.exp: Ditto.
8658
f389f6fe
JK
86592016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8662
fdebf1a4
YQ
86632016-10-05 Yao Qi <yao.qi@linaro.org>
8664
8665 * lib/gdb.exp (support_complex_tests): Return zero if
8666 gdb_skip_float_test return true.
8667
9c36d954 86682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8669 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8670
8671 PR gdb/20487
8672 * gdb.mi/user-selected-context-sync.exp: New file.
8673 * gdb.mi/user-selected-context-sync.c: New file.
8674
4034d0ff 86752016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8676 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8677
8678 PR gdb/20487
8679 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8680 =thread-select-event check.
8681
a4297203
PB
86822016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8683
8684 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8685 the compulsory L operand changes.
8686 * gdb.arch/powerpc-power.s: Likewise.
8687
bb805577
JK
86882016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8691 * gdb.base/jit-attach-pie.c: New file.
8692 * gdb.base/jit-attach-pie.exp: New file.
8693
6d61dee5
PA
86942016-09-28 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/infcall-input.c: New file.
8697 * gdb.base/infcall-input.exp: New file.
8698
f73842fc
YQ
86992016-09-22 Yao Qi <yao.qi@linaro.org>
8700
8701 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8702 (gdb_exit): Rename it to ...
8703 (gdbserver_gdb_exit): ... Close GDBserver.
8704 (gdb_exit): New proc, call gdbserver_gdb_exit.
8705 (mi_gdb_exit): Likewise.
8706
90681dab
YQ
87072016-09-22 Yao Qi <yao.qi@linaro.org>
8708
8709 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8710 path.
8711 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8712 Remove duplication.
8713
9c211fd8
YQ
87142016-09-22 Yao Qi <yao.qi@linaro.org>
8715
8716 * lib/gdbserver-support.exp: Check the existence of
8717 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8718
ad0a504f
AK
87192016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8720
8721 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8722
36cf1806
TT
87232016-09-21 Tom Tromey <tom@tromey.com>
8724
8725 PR gdb/20604:
8726 * gdb.base/quit.exp: New file.
8727
74172ecf
SM
87282016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8729
8730 * .gitignore: New file.
8731
3d0ec882
MR
87322016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8733
8734 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8735 throughout.
8736
8193adea
AA
87372016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8738
8739 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8740
d41a5c09
JK
87412016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8742
8743 * gdb.cp/casts.cc (decltype): Move it ...
8744 (main): ... with its call to ...
8745 * gdb.cp/casts03.cc: ... a new file.
8746 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8747
d2dfe700
JK
87482016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8751
e2a92b16
PB
87522016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8753
8754 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8755 and sync up the test with tests in gas/testsuite/gas/ppc.
8756 * gdb.arch/powerpc-power.exp: Likewise.
8757
49b4de64
JK
87582016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8761
2c29df25
SDJ
87622016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8763 Jan Kratochvil <jan.kratochvil@redhat.com>
8764
8765 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8766 make m1's definition to be different from m2's. Use 'dummy' as an
8767 argument for probe 'two'.
8768
cc3c2846
JB
87692016-09-10 Jon Beniston <jon@beniston.com>
8770
8771 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8772 for sim target.
8773
e1b2624a
AA
87742016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8775
8776 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8777 variable declaration.
8778 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8779 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8780 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8781 received HWCAP as its argument.
8782
4295e285
PA
87832016-09-06 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.base/new-ui-pending-input.c: New file.
8786 * gdb.base/new-ui-pending-input.exp: New file.
8787 * gdb.exp (clear_gdb_spawn_id): New procedure.
8788 (with_spawn_id): Check whether gdb_spawn_id exists before
8789 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8790 on exit.
8791
00d5215e
UW
87922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8793
8794 * gdb.base/float128.c: New file.
8795 * gdb.base/float128.exp: Likewise.
8796 * gdb.base/floatn.c: Likewise.
8797 * gdb.base/floatn.exp: Likewise.
8798
a9ff5f12
UW
87992016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8800
8801 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8802
f245535c
PA
88032016-09-05 Pedro Alves <palves@redhat.com>
8804
8805 PR backtrace/19927
8806 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8807 unwinders are immediately called as side effect of "source" or
8808 "disable unwinder" commands.
8809 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8810
ae9cf263
YQ
88112016-09-02 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8814 is true and $type is "float" or "double".
8815
27aba047
YQ
88162016-09-02 Yao Qi <yao.qi@linaro.org>
8817
8818 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8819 true.
8820 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8821 * gdb.base/call-rt-st.exp: Likewise.
8822 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8823 return value instead of gdb,skip_float_test.
8824 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8825 (do_function_calls): Use its return value instead of
8826 gdb,skip_float_test.
8827 * gdb.base/finish.exp: Likewise.
8828 * gdb.base/funcargs.exp: Likewise.
8829 * gdb.base/return.exp: Likewise.
8830 * gdb.base/return2.exp: Likewise.
8831 * gdb.base/varargs.exp: Likewise.
8832 * lib/gdb.exp (gdb_skip_float_test): Change it to
8833 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8834
5af962df
AA
88352016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8836
8837 * gdb.multi/tids.exp: Test "thread apply all".
8838
7fac6910
JK
88392016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8840
8841 * gdb.base/default.exp (tty): Remove.
8842
bb1fe4ac
KB
88432016-08-24 Kevin Buettner <kevinb@redhat.com>
8844
2806dc7e
PA
8845 * gdb.python/py-recurse-unwind.c: New file.
8846 * gdb.python/py-recurse-unwind.py: New file.
8847 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8848
0a1ddfa6
SM
88492016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * gdb.base/set-inferior-tty.exp: New file.
8852 * gdb.base/set-inferior-tty.c: New file.
8853
d9de1fe3
PA
88542016-08-23 Pedro Alves <palves@redhat.com>
8855
8856 PR gdb/20494
8857 * gdb.base/new-ui-echo.c: New file.
8858 * gdb.base/new-ui-echo.exp: New file.
8859
e9d9abd7
YQ
88602016-08-23 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8863 gdbserver_spawn.
8864 * gdb.server/connect-without-multi-process.exp (do_test):
8865 Likewise.
8866
3589529e
YQ
88672016-08-23 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8870 standalone_txt. Delete gdb_txt and standalone_txt on host
8871 and target. Spawn the binary on target. Copy files from
8872 target to host.
8873
6bb90213
PA
88742016-08-22 Pedro Alves <palves@redhat.com>
8875
8876 PR gdb/20505
8877 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8878 with_test_prefix. Factor out bits to ...
8879 (test_no_vdso): ... this new procedure.
8880
20c2c024
CL
88812016-08-19 Carl Love <cel@us.ibm.com>
8882
8883 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8884 maintaining separate logic for constructing the output path.
8885 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8886 * gdb.arch/ppc-dfp.exp: Likewise.
8887 * gdb.arch/ppc-fp.exp: Likewise.
8888 * gdb.arch/vsx-regs.exp: Likewise.
8889 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8890 binprefix for generating the additional binary files.
8891
0646e07d
PA
88922016-08-19 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.trace/mi-trace-frame-collected.exp
8895 (test_trace_frame_collected): On x32, expect two registers.
8896
46da9242
CL
88972016-08-18 Carl Love <cel@us.ibm.com>
8898
8899 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8900 and sync up the test with tests in gas/testsuite/gas/ppc.
8901 * gdb.arch/powerpc-power.exp: Likewise.
8902
eb2332d7
SM
89032016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8904
8905 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8906 expected error message.
8907
63c61e04
SM
89082016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.multi/remove-inferiors.exp: New file.
8911 * gdb.multi/remove-inferiors.c: New file.
8912
7b17065f
YQ
89132016-08-12 Yao Qi <yao.qi@linaro.org>
8914
8915 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8916 argument list.
8917
01d3dedf
PA
89182016-08-10 Pedro Alves <palves@redhat.com>
8919
8920 PR gdb/19187
8921 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8922 setup_kfails.
8923
3eb7562a
PA
89242016-08-09 Pedro Alves <palves@redhat.com>
8925 Simon Marchi <simon.marchi@ericsson.com>
8926
8927 PR gdb/20418
8928 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8929 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8930
80614914
PA
89312016-08-09 Pedro Alves <palves@redhat.com>
8932
8933 PR mi/20431
8934 * gdb.mi/mi-cmd-error.exp: New file.
8935
f348d89a
PA
89362016-08-09 Pedro Alves <palves@redhat.com>
8937
8938 PR gdb/18653
8939 * gdb.base/signals-state-child.c: New file.
8940 * gdb.base/signals-state-child.exp: New file.
8941 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8942
e5ca03b4
PA
89432016-08-09 Pedro Alves <palves@redhat.com>
8944
8945 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8946
282a0691
TT
89472016-08-03 Tom Tromey <tom@tromey.com>
8948
8949 PR python/18565:
8950 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8951
41bfcd63
YQ
89522016-08-01 Yao Qi <yao.qi@linaro.org>
8953
8954 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8955 variable mode to "multi-process" if $multi_process is 1, otherwise
8956 set it to "single-process".
8957
e3465b24
YQ
89582016-08-01 Yao Qi <yao.qi@linaro.org>
8959
8960 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8961 * gdb.cp/cpexprs.exp: Likewise.
8962 * gdb.cp/m-static.exp: Likewise.
8963
0b31a4bc
TT
89642016-07-26 Tom Tromey <tom@tromey.com>
8965
8966 PR python/20190:
8967 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8968 test.
8969
e0461dbb
MM
89702016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8971
8972 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8973 selecting assembly source files.
8974 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8975 assembly source files.
8976 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8977 assembly source files.
8978 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8979 selecting assembly source files.
8980
8194e927
SM
89812016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8982
8983 * gdb.base/new-ui.exp (do_test_invalid_args): New
8984 procedure.
8985
c0272db5
TW
89862016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8987
8988 * gdb.btrace/reconnect.c: New file.
8989 * gdb.btrace/reconnect.exp: New file.
8990
e3487908
GKB
89912016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8992
8993 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8994 to test_catch_syscall_group.
8995 (test_catch_syscall_group): New.
8996
12df5c00
TT
89972016-07-21 Tom Tromey <tom@tromey.com>
8998
8999 * gdb.rust/simple.rs (main): Use empty struct expression.
9000 * gdb.rust/simple.exp: Add tests for empty struct expression.
9001
bae62ee2
YQ
90022016-07-21 Yao Qi <yao.qi@linaro.org>
9003
9004 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9005 if gdb_skip_xml_test is true on some targets.
9006
b1b53fb3
YQ
90072016-07-21 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.server/solib-list.exp: Unset last_loaded_file.
9010
027d97f8
JK
90112016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9012
9013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9014 "step into captured_main (args)".
9015
7674d381
JK
90162016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9017
9018 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9019
72b5d099
JK
90202016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9023
1f960ced
PA
90242016-07-19 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9027 * gdb.opt/inline-bt.exp: Likewise.
9028 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9029 additional_flags=-Winline.
9030 * gdb.opt/inline-locals.exp: Likewise.
9031 * gdb.opt/inline-markers.c (ATTR): Define.
9032 (inlined_fn): Use it.
9033
f25827c1
YQ
90342016-07-19 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9037 (test_with_self): Remove some code. Remove argument executable.
9038 (top-level): Use do_self_tests.
9039
37539ebe
DB
90402016-07-15 Zachary Welch <zwelch@codesourcery.com>
9041 Don Breazeal <donb@codesourcery.com>
9042
9043 * gdb.base/maint.exp: Escape paths used in regular expressions.
9044 * gdb.stabs/weird.exp: Likewise.
9045
dac790e1
TT
90462016-07-13 Tom Tromey <tom@tromey.com>
9047
9048 PR python/15620, PR python/18620:
9049 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9050 (test_bkpt_events): New procs.
9051
93daf339
TT
90522016-07-13 Tom Tromey <tom@tromey.com>
9053
9054 PR python/17698:
9055 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9056 test.
9057 (test_watchpoints): Likewise.
9058 (test_bkpt_pending): New proc.
9059
6571a381
TT
90602016-07-13 Tom Tromey <tom@tromey.com>
9061
9062 PR cli/18053:
9063 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9064 completion test.
9065
e8732474
JK
90662016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9069 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9070 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9071 f_label.
9072 (g): Rename g_end_lbl to g_label.
9073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9074 low_pc and high_pc.
9075 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9076
e0f3fd7c
TT
90772016-07-12 Tom Tromey <tom@tromey.com>
9078
9079 PR python/19293:
9080 * gdb.python/py-unwind-maint.exp: Update tests.
9081
3cfe46b6
YQ
90822016-07-12 Yao Qi <yao.qi@linaro.org>
9083
9084 * lib/selftest-support.exp (selftest_setup): Match the output
9085 when captured_main is inlined.
9086
4f19a0e6
WT
90872016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9088
9089 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9090 New variables.
9091 (print this%a, print this%b, print this): New tests.
9092 * gdb.fortran/derived-types.f90 (this): New object and
9093 initialization.
9094
986cf455
SM
90952016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.ada/arraydim.exp: Remove extra directory level in build
9098 directory.
9099
f0464b23
SM
91002016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9101
9102 * lib/ada.exp: Remove extra directory level in build directory.
9103 * gdb.ada/cond_lang.exp: Likewise.
9104 * gdb.ada/exec_changed.exp: Likewise.
9105 * gdb.ada/lang_switch.exp: Likewise.
9106
42d94011
MG
91072016-07-06 Manish Goregaokar <manish@mozilla.com>
9108
2806dc7e
PA
9109 * simple.rs: Add test for raw pointer subscripting.
9110 * simple.exp: Add test expectations.
42d94011 9111
647c264c
YQ
91122016-07-05 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.mi/mi-reverse.exp: Match =record-started output.
9115
20aa2c60
PA
91162016-07-01 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9119 procedure.
9120 (jit_reader_test): Test the jit reader's unwinder.
9121 * gdb.base/jithost.c (jit_function_00_code): New global.
9122 (main): Use memcpy to fill in the mmapped code, instead of poking
9123 bytes manually here.
9124 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9125 value.
9126 (read_debug_info): Save the function's range.
9127 (read_sp): New function.
9128 (unwind_frame): Use it. Also unwind RBP.
9129 (get_frame_id): Use read_sp.
9130 (gdb_init_reader): Use calloc instead of malloc.
9131 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9132 parameter. Use gdb_test_multiple.
9133
ced2dffb
PA
91342016-07-01 Pedro Alves <palves@redhat.com>
9135 Antoine Tremblay <antoine.tremblay@ericsson.com>
9136
9137 * gdb.threads/process-dies-while-detaching.c: New file.
9138 * gdb.threads/process-dies-while-detaching.exp: New file.
9139
63000888
PA
91402016-07-01 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.multi/watchpoint-multi-exit.c: New file.
9143 * gdb.multi/watchpoint-multi-exit.exp: New file.
9144
038d4868
PA
91452016-06-30 Pedro Alves <palves@redhat.com>
9146
9147 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9148 unset inferior_spawn_id.
9149
994e9c83
PA
91502016-06-30 Pedro Alves <palves@redhat.com>
9151
9152 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9153 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9154
e5653468
YQ
91552016-06-29 Yao Qi <yao.qi@linaro.org>
9156
9157 * gdb.base/return.c: Add copyright header.
9158
803b47e5
TT
91592016-06-29 Tom Tromey <tom@tromey.com>
9160
9161 PR python/20129:
9162 * gdb.python/py-framefilter.exp: Add tests for setting priority
9163 and disabling of non-existent frame filter.
9164
28244707
YQ
91652016-06-29 Yao Qi <yao.qi@linaro.org>
9166
9167 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9168 0x0f07ff.
9169
a31d2f06
YQ
91702016-06-28 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9173 triplets. Start gdb, execute catch syscall, and continue. Check
9174 gdb's output to determine catch syscall is supported.
9175
921d8f54
MG
91762016-06-27 Manish Goregaokar <manish@mozilla.com>
9177
25d49b86
PA
9178 * gdb.rust/simple.rs: Add test for returning unit in a function.
9179 * gdb.rust/simple.exp: Add expectation for functions returning
9180 unit.
921d8f54 9181
f4952523
PMR
91822016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9183
9184 * gdb.python/py-breakpoint-create-fail.c,
9185 gdb.python/py-breakpoint-create-fail.exp,
9186 gdb.python/py-breakpoint-create-fail.py: New testcase.
9187
fccb08f8
MG
91882016-06-25 Manish Goregaokar <manish@mozilla.com>
9189
9190 PR gdb/20239
9191 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9192 * gdb.rust/simple.exp: Add test expectations for new NonZero
9193 tests.
fccb08f8 9194
6b850546
DT
91952016-06-24 David Taylor <dtaylor@emc.com>
9196
9197 * gdb.base/offsets.exp: New file.
9198 * gdb.base/offsets.c: New file.
9199
17621150
TT
92002016-06-23 Tom Tromey <tom@tromey.com>
9201
9202 PR gdb/16483:
9203 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9204 before any filters are loaded.
9205
04d59df6
WT
92062016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9207
9208 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9209 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9210 structs.
9211 * gdb.fortran/derived-type-function.exp: New file.
9212 * gdb.fortran/derived-type-function.f90: New file.
9213
9214
ac69f786
PA
92152016-06-21 Pedro Alves <palves@redhat.com>
9216
9217 * gdb.base/new-ui.exp: New file.
9218 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9219 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9220 (with_spawn_id): New procedure.
9221
49940788
PA
92222016-06-21 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.mi/mi-exec-run.exp: New file.
9225
ef274d26
PA
92262016-06-21 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9229 breakpoint command's output on the main UI.
9230 (test_break): New procedure, factored out from calls in the top
9231 level.
9232 (top level): Use foreach_with_prefix to test MI as main UI and as
9233 separate UI.
9234
468afe6c
PA
92352016-06-21 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9238 (test_awatch_creation_and_listing)
9239 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9240 Remove 'type' parameter.
9241 (test_watchpoint_all): New parameter mi_mode. Remove
9242 with_test_prefix.
9243 (top level): Use foreach_with_prefix, and add main/separate UI MI
9244 testing axis.
9245
51f77c37
PA
92462016-06-21 Pedro Alves <palves@redhat.com>
9247
9248 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9249 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9250 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9251 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9252 (gdb_main_spawn_id, mi_spawn_id): Declare and
9253 comment.
9254 (mi_create_inferior_pty): New procedure,
9255 factored out from default_mi_gdb_start.
9256 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9257 procedures.
9258 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9259 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9260 Use mi_create_inferior_pty.
9261 (mi_gdb_start): Use eval to pass down args list.
9262
8980e177
PA
92632016-06-21 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9266 * gdb.opt/inline-cmds.exp: Add MI tests.
9267
f38d3ad1
PA
92682016-06-21 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9271
45db7c09
PA
92722016-06-21 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9275 (top level): Use it instead of mi_execute_to.
9276
5a069ab3
PA
92772016-06-21 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9280 (cont_handler_str): New.
9281 (signal_stop_handler): Set stop_handler_str instead of printing to
9282 stdout.
9283 (continue_handler): Set cont_handler_str instead of printing to
9284 stdout.
9285 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9286 mi_send_resuming_command. Print stop_handler_str and
9287 cont_handler_str instead of expecting the python events print
9288 directly.
9289
2838cc1d
SD
92902016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9291
9292 * gdb.base/jit-reader.exp: New file.
9293 * gdb.base/jithost.c: New file.
9294 * gdb.base/jithost.h: New file.
9295 * gdb.base/jitreader.c : New file.
9296 * gdb.base/jit-protocol.h: New file.
9297
21a77091
YQ
92982016-06-17 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9301 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9302 and detach-on-fork. Adjust tests.
9303 (top level): Invoke break_cond_on_syscall with combinations of
9304 syscall, follow-fork-mode and detach-on-fork.
9305
f50bf8e5
YQ
93062016-06-17 Yao Qi <yao.qi@linaro.org>
9307
9308 * gdb.base/step-over-exit.c: New.
9309 * gdb.base/step-over-exit.exp: New.
9310
a28d8e50
YTL
93112016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9312
9313 * gdb.base/float.exp: Add target check for nds32*-*-*.
9314 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9315
cad8e26d
AB
93162016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9317
9318 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9319 for unsupported target features.
9320 * gdb.base/call-rt-st.exp: Likewise.
9321 * gdb.base/call-sc.exp: Likewise.
9322 * gdb.base/call-signal-resume.exp: Likewise.
9323 * gdb.base/call-strs.exp: Likewise.
9324 * gdb.base/callexit.exp: Likewise.
9325 * gdb.base/callfuncs.exp: Likewise.
9326 * gdb.base/nodebug.exp: Likewise.
9327 * gdb.base/printcmds.exp: Likewise.
9328 * gdb.base/ptype.exp: Likewise.
9329 * gdb.base/structs.exp: Likewise.
9330 * gdb.base/unwindonsignal.exp: Likewise.
9331 * gdb.cp/gdb2495.exp: Likewise.
9332 * gdb.cp/templates.exp: Likewise.
9333 * gdb.cp/virtfunc.exp: Likewise.
9334 * gdb.threads/hand-call-in-threads.exp: Likewise.
9335 * gdb.threads/interrupted-hand-call.exp: Likewise.
9336 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9337
347dc102
TT
93382016-06-10 Tom Tromey <tom@tromey.com>
9339
9340 PR rust/20110:
9341 * gdb.rust/expr.exp: Add test for integer constant larger than
9342 i32.
9343
5e13cf25
BH
93442016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9345
9346 * gdb.fortran/nested-funcs.exp: New.
9347 * gdb.fortran/nested-funcs.f90: New.
9348
bb556f1f
TK
93492016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9350
9351 * gdb.base/examine-backward.c: New file.
9352 * gdb.base/examine-backward.exp: New file.
9353
38b022b4
SM
93542016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9355
9356 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9357 matching.
9358
1b40ec05
TT
93592016-06-02 Tom Tromey <tom@tromey.com>
9360
9361 PR python/18984:
9362 * gdb.python/py-shared.exp: Add solib_name test.
9363
193bd378
SM
93642016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9365
9366 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9367
3326303b
MG
93682016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9369
9370 PR c++/19893
9371 * gdb.dwarf2/implref.exp: Rename to...
9372 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9373 * gdb.dwarf2/implref-array.c: New file.
9374 * gdb.dwarf2/implref-array.exp: Likewise.
9375 * gdb.dwarf2/implref-global.c: Likewise.
9376 * gdb.dwarf2/implref-global.exp: Likewise.
9377 * gdb.dwarf2/implref-struct.c: Likewise.
9378 * gdb.dwarf2/implref-struct.exp: Likewise.
9379
825c8ef2
AT
93802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9381
9382 * gdb.trace/trace-condition.exp: Add 64bit tests.
9383
2320162a
AT
93842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9385
9386 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9387 bits types.
9388 (main): Adapt to 8 to 64 bits types.
9389 * gdb.trace/trace-condition.exp: Add new tests.
9390
a7818233
AT
93912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9392
9393 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9394
0d336466
AT
93952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9396
9397 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9398 Move condition tests...
9399 * gdb.trace/trace-condition.exp: Here.
9400
7faeb45a
AT
94012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9402
9403 * gdb.trace/trace-condition.exp: Add counter-case tests.
9404
e385593e
JK
94052016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 PR c++/15231
9408 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9409 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9410
744608cc
PA
94112016-05-27 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9414 New procedure.
9415 (top level): Call it, and bail out of DejaGnu is known to be bad.
9416
ac775bf4
AB
94172016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9418
9419 * gdb.base/whatis.c: Extend the test case.
9420 * gdb.base/whatis.exp: Add additional tests.
9421
2bbad2ea
BH
94222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9423
9424* gdb.fortran/type.f90: Add pointer variable.
9425* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9426
8b70175d
BH
94272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9428
9429 * gdb.fortran/vla-type.exp: Fix testcase name.
9430
86d8a848
BH
94312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9432
9433 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9434
e188eb36
BH
94352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9436
9437 * gdb.fortran/type.f90: Add nested structures.
9438 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9439 * gdb.fortran/derived-type.exp: Adapt expected output.
9440 * gdb.fortran/vla-type.exp: Adapt expected output.
9441
9b2db1fd
BH
94422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9443
9444 * gdb.fortran/whatis_type.exp: Adapt expected output.
9445
72b17055
BH
94462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9447
9448 * gdb.fortran/print_type.exp: Fix expected output.
9449 * gdb.fortran/whatis_type.exp: Fix expected output.
9450
3cd81d8d
BH
94512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9452
9453 * gdb.fortran/whatis_type.exp: Use multi_line.
9454
ddae9462
TT
94552016-05-24 Tom Tromey <tom@tromey.com>
9456
9457 PR python/17386:
9458 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9459 use value as an index.
9460
1957f6b8
TT
94612016-05-23 Tom Tromey <tom@tromey.com>
9462
9463 PR python/17981:
9464 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9465 no-breakpoint case.
9466
026a9174
PA
94672016-05-24 Pedro Alves <palves@redhat.com>
9468
9469 PR gdb/19828
9470 * gdb.threads/clone-attach-detach.c: New file.
9471 * gdb.threads/clone-attach-detach.exp: New file.
9472
e70a7231
FR
94732016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9474
9475 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9476
0f6ed0e0
TT
94772016-05-23 Tom Tromey <tom@tromey.com>
9478
9479 PR python/19438, PR python/18393:
9480 * gdb.python/py-progspace.exp: Add "dir" test.
9481 * gdb.python/py-objfile.exp: Add "dir" test.
9482
ffd19d61
YQ
94832016-05-23 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9486 * gdb.arch/thumb2-it.exp: Likewise.
9487
9e8f9b05
SM
94882016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * gdb.mi/mi-threads-interrupt.c: New file.
9491 * gdb.mi/mi-threads-interrupt.exp: New file.
9492
61c6156d
SM
94932016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 PR gdb/18077
9496 * gdb.mi/mi-async-run.exp: New file.
9497 * gdb.mi/mi-async-run.c: New file.
9498
67218854
TT
94992016-05-17 Tom Tromey <tom@tromey.com>
9500 Manish Goregaokar <manishsmail@gmail.com>
9501
9502 * lib/rust-support.exp: New file.
9503 * lib/gdb.exp (skip_rust_tests): New proc.
9504 (build_executable_from_specs): Handle rust.
9505 * lib/future.exp (gdb_find_rustc): New proc.
9506 (gdb_default_target_compile): Handle rust.
9507 * gdb.rust/expr.exp: New file.
9508 * gdb.rust/generics.exp: New file.
9509 * gdb.rust/generics.rs: New file.
9510 * gdb.rust/methods.exp: New file.
9511 * gdb.rust/methods.rs: New file.
9512 * gdb.rust/modules.exp: New file.
9513 * gdb.rust/modules.rs: New file.
9514 * gdb.rust/simple.exp: New file.
9515 * gdb.rust/simple.rs: New file.
9516
c44af4eb
TT
95172016-05-17 Tom Tromey <tom@tromey.com>
9518
9519 * gdb.base/default.exp (set language): Add rust.
9520
dcd1f979
TT
95212016-05-17 Tom Tromey <tom@tromey.com>
9522
9523 * gdb.gdb/unittest.exp: New file.
9524
155b7f57
YQ
95252016-05-16 Yao Qi <yao.qi@linaro.org>
9526
9527 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9528 shell_prompt. Update shell_prompt_re.
9529
8ddd5a6c
DE
95302016-05-12 Doug Evans <dje@google.com>
9531
9532 PR symtab/19999
9533 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9534 $options when building executable.
9535 * gdb.dwarf2/fission-loclists-pie.S: New file.
9536 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9537
02e370d9
SM
95382016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9541 of [is_remote target],
9542
8929ad8b
SM
95432016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9544
9545 * lib/gdb.exp (use_gdb_stub): New procedure.
9546
6c447423
DE
95472016-05-03 Yunlian Jiang <yunlian@google.com>
9548 Doug Evans <dje@google.com>
9549
9550 PR symtab/19914
9551 * gdb.dwarf2/dwp-sepdebug.c: New file.
9552 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9553
444e826c
SM
95542016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * gdb.base/detach.exp: Remove is_remote check.
9557
740feeaa
SM
95582016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * gdb.base/annota-input-while-running.exp: Don't check for
9561 [is_remote target]. Enable annotations after running to main.
9562 Remove unused "set test..." line.
9563
9080ac9d
SM
95642016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9565
9566 * gdb.trace/trace-enable-disable.exp: New file.
9567 * gdb.trace/trace-enable-disable.c: New file.
9568
952ebca5
SM
95692016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9570
9571 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9572 use it in info sharedlibrary test.
9573 * gdb.trace/ftrace-lock.exp: Likewise.
9574 * gdb.trace/ftrace.exp: Likewise.
9575 * gdb.trace/range-stepping.exp: Likewise.
9576 * gdb.trace/trace-break.exp: Likewise.
9577 * gdb.trace/trace-condition.exp: Likewise.
9578 * gdb.trace/trace-mt.exp: Likewise.
9579
d9019901
SM
95802016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9583 (gdb_load_shlib): ... this.
9584 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9585 gdb_load_shlib.
9586 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9587 * gdb.base/ctxobj.exp: Likewise.
9588 * gdb.base/dprintf-pending.exp: Likewise.
9589 * gdb.base/dso2dso.exp: Likewise.
9590 * gdb.base/fixsection.exp: Likewise.
9591 * gdb.base/gcore-relro.exp: Likewise.
9592 * gdb.base/gdb1555.exp: Likewise.
9593 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9594 * gdb.base/gnu-ifunc.exp: Likewise.
9595 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9596 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9597 * gdb.base/pending.exp: Likewise.
9598 * gdb.base/print-file-var.exp: Likewise.
9599 * gdb.base/print-symbol-loading.exp: Likewise.
9600 * gdb.base/shlib-call.exp: Likewise.
9601 * gdb.base/shreloc.exp: Likewise.
9602 * gdb.base/so-impl-ld.exp: Likewise.
9603 * gdb.base/solib-disc.exp: Likewise.
9604 * gdb.base/solib-nodir.exp: Likewise.
9605 * gdb.base/solib-overlap.exp: Likewise.
9606 * gdb.base/solib-symbol.exp: Likewise.
9607 * gdb.base/solib-weak.exp (do_test): Likewise.
9608 * gdb.base/sym-file.exp: Likewise.
9609 * gdb.base/symtab-search-order.exp: Likewise.
9610 * gdb.base/type-opaque.exp: Likewise.
9611 * gdb.base/unload.exp: Likewise.
9612 * gdb.base/watchpoint-solib.exp: Likewise.
9613 * gdb.compile/compile.exp: Likewise.
9614 * gdb.cp/gdb2384.exp: Likewise.
9615 * gdb.cp/infcall-dlopen.exp: Likewise.
9616 * gdb.cp/re-set-overloaded.exp: Likewise.
9617 * gdb.fortran/library-module.exp: Likewise.
9618 * gdb.opt/solib-intra-step.exp: Likewise.
9619 * gdb.python/py-finish-breakpoint.exp: Likewise.
9620 * gdb.python/py-shared.exp: Likewise.
9621 * gdb.reverse/solib-precsave.exp: Likewise.
9622 * gdb.reverse/solib-reverse.exp: Likewise.
9623 * gdb.server/solib-list.exp: Likewise.
9624 * gdb.threads/dlopen-libpthread.exp: Likewise.
9625 * gdb.threads/tls-shared.exp: Likewise.
9626 * gdb.threads/tls-so_extern.exp: Likewise.
9627 * gdb.trace/change-loc.exp: Likewise.
9628 * gdb.trace/ftrace-lock.exp: Likewise.
9629 * gdb.trace/ftrace.exp: Likewise.
9630 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9631 * gdb.trace/pending.exp: Likewise.
9632 * gdb.trace/range-stepping.exp: Likewise.
9633 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9634 (strace_info_marker): Likewise.
9635 (strace_probe_marker): Likewise.
9636 (strace_trace_on_same_addr): Likewise.
9637 (strace_trace_on_diff_addr): Likewise.
9638 * gdb.trace/trace-break.exp: Likewise.
9639 * gdb.trace/trace-condition.exp: Likewise.
9640 * gdb.trace/trace-mt.exp: Likewise.
9641
fca4cfd9
SM
96422016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9643
9644 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9645 result of gdb_remote_download.
9646 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9647 * gdb.base/dso2dso.exp: Likewise.
9648 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9649 * gdb.base/print-file-var.exp: Likewise.
9650 * gdb.base/shlib-call.exp: Likewise.
9651 * gdb.base/shreloc.exp: Likewise.
9652 * gdb.base/solib-overlap.exp: Likewise.
9653 * gdb.base/solib-weak.exp (do_test): Likewise.
9654 * gdb.base/unload.exp: Likewise.
9655
11cf4ffb
YQ
96562016-04-27 Yao Qi <yao.qi@linaro.org>
9657
9658 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9659 exists.
9660
3e2e34f8
KB
96612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9662
9663 * vla-type.exp: Print structure from toplevel.
9664
8f07e298
BH
96652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9666
9667 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9668 of dynamic types.
9669 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9670 of dynamic types.
9671
9920b434
BH
96722016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9673
9674 * gdb.fortran/vla-type.f90: New file.
9675 * gdb.fortran/vla-type.exp: New file.
9676
f3abeff5
YQ
96772016-04-25 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.base/branch-to-self.c: New file.
9680 * gdb.base/branch-to-self.exp: New file.
9681
0a5d52f0
YQ
96822016-04-22 Yao Qi <yao.qi@linaro.org>
9683
9684 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9685 more after $hex.
9686
495346f6
YQ
96872016-04-22 Yao Qi <yao.qi@linaro.org>
9688
9689 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9690 * gdb.base/annota3.exp: Likewise.
9691
4a7e075c
YQ
96922016-04-22 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.reverse/step-precsave.exp: Do one step and test program
9695 stops in "callee" and do multiple steps until program goes out
9696 of "callee".
9697 * gdb.reverse/step-reverse.exp: Likewise.
9698
5b061e98
YQ
96992016-04-22 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.trace/signal.exp: Also pass if
9702 $tracepoint_hits($i) > $iterations.
9703
5c5dc57f
YQ
97042016-04-22 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.trace/signal.c: New file.
9707 * gdb.trace/signal.exp: New file.
9708
a55411b9
DE
97092016-04-19 Doug Evans <xdje42@gmail.com>
9710
9711 * gdb.base/bad-file.exp: New file.
9712
a22df60a
MG
97132016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9714
9715 * gdb.dwarf2/implref.exp: New file.
9716
0c13f7e5
BH
97172016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9718
9719 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9720 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9721 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9722 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9723 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9724 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9725 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9726 * lib/fortran.exp (fortran_int4): New procedure.
9727 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9728 (fortran_logical4): Likewise.
9729
9b9b09e9
BH
97302016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9731
9732 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9733
a14d1f4d
BH
97342016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9735
9736 * lib/compiler.c: Add Intel specific preprocessor macros.
9737 * lib/compiler.cc: Likewise.
25d49b86 9738
7d49b1d0
LM
97392016-04-13 Luis Machado <lgustavo@codesourcery.com>
9740
9741 * gdb.server/connect-with-no-symbol-file.c: New file.
9742 * gdb.server/connect-with-no-symbol-file.exp: New file.
9743
8392fa22
SM
97442016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9745
9746 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9747
8c4c4aeb
SM
97482016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9749
9750 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9751 standard output directory.
9752
45e3745e
AT
97532016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9754
9755 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9756
e26b7e41
MM
97572016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9758
9759 * gdb.btrace/instruction_history.c (loop): Add declaration.
9760
8ce09462
AT
97612016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9762
9763 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9764
2e88a1ea
SM
97652016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9766
9767 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9768 parentheses to print.
9769 (continue_handler): Likewise.
9770
f48e22e3
SM
97712016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9772
9773 * gdb.server/solib-list.exp: Remove is_remote check.
9774 Pass shlib= to gdb_compile. Don't link shared library with
9775 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9776 Run binary filename through "readlink -f" on the target.
9777
096be756
PA
97782016-04-08 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9781 interpreter filename as argument to gdbserver_spawn.
9782 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9783 Return empty if $last_loaded_file does not exist.
9784
06500533
JK
97852016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9788 * gdb.base/jit-main.c: Use exit after usage.
9789
2d35e871
JK
97902016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9793 GDBHISTSIZE prior to the tests.
9794 * gdb.base/gdbinit-history.exp: Likewise.
9795
97962016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9797
9798 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9799 instead of build_executable. Use gdb_load_shlibs.
9800
c8064e7e
YQ
98012016-04-07 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9804 Execute "si" command.
9805
bde47561
YQ
98062016-04-07 Yao Qi <yao.qi@linaro.org>
9807
9808 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9809 number instead of the comments on some line.
9810
b16f8a3b
DB
98112016-04-06 Don Breazeal <donb@codesourcery.com>
9812
9813 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9814 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9815
c2f901df
SM
98162016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9819 standard_output_file. Remove unused binfile variable.
9820
ac17fda0
CU
98212016-04-05 Catalin Udma <catalin.udma@freescale.com>
9822
9823 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9824 * gdb.python/py-mi-objfile.exp: Match "list main" output
9825 in console format.
9826
03a8c4df
SM
98272016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9828
9829 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9830 absolute.
9831
6e774b13
SM
98322016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9833
9834 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9835 absolute.
9836 * gdb.trace/ftrace.exp: Likewise.
9837 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9838 targets as well.
9839 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9840 (gdb_load_shlibs): Copy libraries to test directory when testing
9841 natively. Only set solib-search-path if testing remotely.
9842 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9843
7817ea46
SM
98442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9847 gdb_download. Use it even if the target is not remote.
9848 * gdb.base/jit.exp (compile_jit_test): Likewise.
9849 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9850 output directory if the destination board is local, otherwise use
9851 the standard remote_download from DejaGnu.
9852 (gdb_download): Remove.
9853 (gdb_load_shlibs): Use gdb_remote_download instead of
9854 gdb_download.
9855 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9856 Use gdb_remote_download instead of gdb_download. Use it even if
9857 the target is not remote.
9858 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9859 instead of gdb_download.
9860
7beb7f68
SM
98612016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9862
9863 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9864 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9865 run.
9866
cc63428a
AV
98672016-04-01 Artemiy Volkov <artemiyv@acm.org>
9868
9869 PR gdb/19820
9870 * gdb.base/printcmds.exp: Add artificial arrays tests.
9871
64cdf930
PA
98722016-03-31 Pedro Alves <palves@redhat.com>
9873
9874 PR gdb/19858
9875 * gdb.base/jit-main.c: Include unistd.h.
9876 (ATTACH): Define to 0 if not already defined.
9877 (wait_for_gdb, mypid): New globals.
9878 (WAIT_FOR_GDB): New macro.
9879 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9880 some breakpoint locations.
9881 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9882 New procedures.
9883 (one_jit_test): Add REATTACH parameter, and handle it. Use
9884 continue_to_test_location.
9885 (top level): Test attach, and adjusts calls to one_jit_test.
9886
40dea8cb
PA
98872016-03-31 Pedro Alves <palves@redhat.com>
9888
9889 PR gdb/19858
9890 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9891 BINSUFFIX parameter, and handle it.
9892 (top level): Adjust calls compile_jit_test.
9893
e7ea3ec7
CU
98942016-03-31 Catalin Udma <catalin.udma@freescale.com>
9895
9896 PR python/19743
9897 * gdb.python/py-mi-events-gdb.py: New file.
9898 * gdb.python/py-mi-events.c: New file.
9899 * gdb.python/py-mi-events.exp: New file.
9900
e6359af3
YQ
99012016-03-30 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.reverse/until-precsave.exp: Match function name only.
9904 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9905 Move malloc to a condition block.
9906 * gdb.reverse/until-reverse.exp: Match function name only.
9907
a4105d04
MK
99082016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9909
9910 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9911 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9912 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9913 variable for GPR 0 instead of assuming it is register 0.
9914 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9915 * lib/trace-support.exp: Add s390 registers.
9916
bfa6adb9
YQ
99172016-03-29 Yao Qi <yao.qi@linaro.org>
9918
9919 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9920
1e6697ea
YQ
99212016-03-24 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9924 test message.
9925
64bcd522
AA
99262016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9927
9928 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9929 maintaining separate logic for constructing the output path.
9930
7868401b
DB
99312016-03-16 Don Breazeal <donb@codesourcery.com>
9932
9933 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9934 Retry fork and waitpid on interrupted system call errors.
9935 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9936 Use with_timeout_factor to increase timeout by factor of 10.
9937
1cafadb4
DB
99382016-03-15 Don Breazeal <donb@codesourcery.com>
9939
9940 * gdb.cp/scope-err.cc: New test program.
9941 * gdb.cp/scope-err.exp: New test script.
9942 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9943 lines and "set breakpoint here" comment.
9944 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9945 Fixed some whitespace and format issues.
9946 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9947 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9948
81516450
DE
99492016-03-15 Doug Evans <dje@google.com>
9950
9951 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9952 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9953 All callers updated. Add tests for enums, mixed flags register.
9954
aa52b601
DE
99552016-03-15 Doug Evans <dje@google.com>
9956
9957 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9958 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9959
fa4ff313
SM
99602016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * gdb.base/default.exp: Add $_as_string to the list of expected
9963 convenience functions.
9964
f2403c39
AB
99652016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9966
9967 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9968
f2f3ccb9
SM
99692016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9970
9971 * gdb.python/py-as-string.exp: New file.
9972 * gdb.python/py-as-string.c: New file.
9973
00dbd492
PA
99742016-03-09 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9977 signal" -> "Thread NN received signal" output change.
9978 * gdb.threads/ia64-sigill.exp: Likewise.
9979 * gdb.threads/linux-dp.exp: Likewise.
9980 * gdb.threads/manythreads.exp: Likewise.
9981 * gdb.threads/pending-step.exp: Likewise.
9982 * gdb.threads/print-threads.exp: Likewise.
9983 * gdb.threads/sigstep-threads.exp: Likewise.
9984 * gdb.threads/staticthreads.exp: Likewise.
9985 * gdb.threads/tls.exp: Likewise.
9986
1e6697ea
YQ
99872016-03-09 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.base/command-line-input.exp: New file.
9990
b04fd3be
MK
99912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9992
9993 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9994 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9995 * gdb.trace/pending.exp: Accept leading dot before function name.
9996 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9997 * lib/trace-support.exp: Set registers for ppc.
9998
98fa59e9
MK
99992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10000
10001 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10002 use it for disassembly; accept .main in addition to main in backtrace.
10003
f77198c8
MK
100042016-03-09 Wei-cheng Wang <cole945@gmail.com>
10005 Marcin Kościelnicki <koriakin@0x04.net>
10006
10007 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10008 (gdb_recursion_test_ptr): New global variable.
10009 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10010 gdb_recursion_test.
10011 (gdb_c_test): Ditto.
10012
ba84e0da
MK
100132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10014
10015 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10016 ordering.
10017
4366d36e
MK
100182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10019
10020 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10021 (bar): Add bar_start_lbl label.
10022 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10023 of foo/bar for emitting DWARF and tracing.
10024
5eb264df
SDJ
100252016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10026
10027 * analyze-racy-logs.py: Set executable bit.
10028
fb6a751f
SDJ
100292016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10030
10031 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10032 (CHECK_TARGET_TMP): Likewise.
10033 (check-single-racy): New rule.
10034 (check-parallel-racy): Likewise.
10035 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10036 (do-check-parallel-racy): New rule.
10037 (check-racy/%.exp): Likewise.
10038 * README (Racy testcases): New section.
10039 * analyze-racy-logs.py: New file.
10040
bdf7e230
DE
100412016-03-03 Doug Evans <dje@google.com>
10042
10043 * gdb.base/skip.exp: Use with_test_prefix.
10044
4719d415
YQ
100452016-03-03 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10048 Invoke step_over_syscall "clone" and break_cond_on_syscall
10049 "clone".
10050 * gdb.base/step-over-clone.c: New file.
10051
ea507862
YQ
100522016-03-03 Yao Qi <yao.qi@linaro.org>
10053
10054 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10055 code format.
10056
8fc8cbda
YQ
100572016-03-03 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/disp-step-fork.c: Rename to ...
10060 * gdb.base/step-over-fork.c: ... it. New file.
10061 * gdb.base/disp-step-vfork.c: Rename to ...
10062 * gdb.base/step-over-vfork.c: ... it. New file.
10063 * gdb.base/disp-step-syscall.exp: Rename to ...
10064 * gdb.base/step-over-syscall.exp: ... it. New file.
10065 (disp_step_cross_syscall): Rename to ...
10066 (step_over_syscall): ... it.
10067
92fa70b0
YQ
100682016-03-03 Yao Qi <yao.qi@linaro.org>
10069
10070 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10071 If target supports condition evaluation on target, invoke
10072 break_cond_on_syscall for fork and vfork.
10073
e197ad3c
YQ
100742016-03-03 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/disp-step-syscall.exp: Don't invoke
10077 support_displaced_stepping.
10078 (disp_step_cross_syscall): Test with displaced stepping off and
10079 on if supported.
10080
0b47da9f
YQ
100812016-03-03 Yao Qi <yao.qi@linaro.org>
10082
10083 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10084 proc.
10085 (setup): New proc.
10086 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10087 and setup.
10088
065ab6dc
BH
100892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10090
10091 * gdb.fortran/vla-history.exp: Remove breakpoint.
10092
07e448ad 100932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10094
25d49b86
PA
10095 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10096 exceeds timeout.
07e448ad 10097
9ac2d526 100982016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10099
25d49b86
PA
10100 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10101 breakpoint.
9ac2d526 10102
17807369
BH
101032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10104
10105 * gdb.mi/vla.f90: Nullify pointer after declaration.
10106
86e501af
PA
101072016-03-01 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10110
1e903e32
PA
101112016-03-01 Pedro Alves <palves@redhat.com>
10112
10113 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10114 before anything else.
10115 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10116 _GNU_SOURCE here.
10117 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10118 before anything else.
10119 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10120
6ccb54e2
PA
101212016-03-01 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10124
30ca9da1
YQ
101252016-03-01 Yao Qi <yao.qi@linaro.org>
10126
10127 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10128 prepare_for_testing.
10129
dc856b38
YQ
101302016-03-01 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10133
4a932159
AA
101342016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10135
10136 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10137 manually constructing the output path.
10138
f2489477
AA
101392016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10140
10141 * gdb.arch/s390-stackless.S: New.
10142 * gdb.arch/s390-stackless.exp: New.
10143
38899f16
IB
101442016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10145
10146 * gdb.dlang/circular.c: New file.
10147 * gdb.dlang/circular.exp: New file.
10148
9fde51ed
YQ
101492016-02-26 Yao Qi <yao.qi@linaro.org>
10150
10151 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10152 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10153 (testcases): Update.
10154
ce90fefe
YQ
101552016-02-26 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.reverse/aarch64.c: Rename to ...
10158 * gdb.reverse/insn-reverse.c: ... it.
10159 * gdb.reverse/aarch64.exp: Rename to ...
10160 * gdb.reverse/insn-reverse.exp: ... it.
10161
3263bceb
YQ
101622016-02-26 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10165 (testcase_ftype): New.
10166 (testcases): New array.
10167 (n_testcases): New.
10168 (main): Call each element in testcases.
10169 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10170 (read_testcase): New.
10171 Do the tests in a loop.
10172
6cb59ff1
YQ
101732016-02-25 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.base/branches.c: Remove.
10176
ae91f625
MK
101772016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10178
10179 PR gdb/13808
10180 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10181
678b48b7
MK
101822016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10183
10184 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10185
7337a6f2
MK
101862016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10187
10188 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10189 change x86_64 call_insn to 'callq'.
10190
861ca91f
AT
101912016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10192
10193 * gdb.trace/tfile-avx.c: Move to...
10194 * gdb.trace/tracefile-pseudo-reg.c: Here.
10195 * gdb.trace/tfile-avx.exp: Move to...
10196 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10197
bf74e428
GB
101982016-02-24 Gary Benson <gbenson@redhat.com>
10199
10200 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10201 message on attach.
10202
cce0e923
DE
102032016-02-23 Doug Evans <dje@google.com>
10204
10205 * gdb.base/skip.c (test_skip): New function.
10206 (end_test_skip_file_and_function): New function.
10207 (test_skip_file_and_function): New function.
10208 * gdb.base/skip1.c (test_skip): New function.
10209 (skip1_test_skip_file_and_function): New function.
10210 * gdb.base/skip.exp: Add tests for new skip options.
10211 * gdb.base/skip-solib.exp: Update expected output.
10212 * gdb.perf/skip-command.cc: New file.
10213 * gdb.perf/skip-command.exp: New file.
10214 * gdb.perf/skip-command.py: New file.
10215
4000e47e
MK
102162016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10217
10218 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10219 info registers pattern.
10220
24f75ead
IB
102212016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10222
10223 * lib/future.exp: Add D support.
10224 (gdb_find_gdc): New proc.
10225 (gdb_default_target_compile): Add D support.
10226
fbb7bcbe
WW
102272016-02-18 Wei-cheng Wang <cole945@gmail.com>
10228
10229 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10230 user+system time.
10231 (trace_speed_test): Determine the iteration count for a time
10232 between 15..30 seconds.
10233
012b3a21
WT
102342016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10235
10236 * gdb.arch/i386-mpx-sigsegv.c: New file.
10237 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10238 * gdb.arch/i386-mpx-simple_segv.c: New file.
10239 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10240
2d5189bd
YQ
102412016-02-18 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10244 Don't call setup_kfail.
10245
40fb20d0
YQ
102462016-02-18 Yao Qi <yao.qi@linaro.org>
10247
10248 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10249 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10250
21b1f8d2
DE
102512016-02-16 Doug Evans <dje@google.com>
10252
10253 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10254 * gdb.base/skip1.c: Ditto.
10255 * gdb.base/skip.exp: Whitespace cleanup.
10256
4041ed77
DB
102572016-02-16 Don Breazeal <donb@codesourcery.com>
10258
10259 PR remote/19496
10260 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10261 Remove kfail for PR remote/19496.
10262
c4ef31bf
SM
102632016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * lib/gdb.exp (standard_temp_file): Return a path specific to
10266 the runtest invocation.
10267
266b65b3
SM
102682016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10269
10270 * gdb.trace/save-trace.exp: Change relative path to be in the
10271 standard output directory.
10272
a7a0a6a9
JK
102732016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10274
10275 * gdb.arch/i386-prologue.c: Add missing prototypes.
10276
c99dbb42
JK
102772016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10280 * gdb.arch/i386-prologue.exp: Likewise.
10281 * gdb.arch/i386-size.exp: Likewise.
10282
aa480355
SM
102832016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10284
10285 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10286 define object file path.
10287 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10288 file path.
10289 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10290 standard_output_file to define binfile.
10291
ba881f50
JK
102922016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 Fix compatibility with recent gfortran-5.3.1.
10295 * gdb.fortran/vla-history.exp (print vla1 allocated)
10296 (print vla2 allocated, print $2, print $3): Remove
10297 (print $4): Rename to ...
10298 (print $2): ... here.
10299 (print $9): Rename to ...
10300 (print $5): ... here.
10301 (print $10): Rename to ...
10302 (print $6): ... here.
10303 * gdb.fortran/vla.f90: Add pvla initialization.
10304
e9fb005c
JK
103052016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10306
10307 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10308 New test.
10309 * gdb.fortran/vla-value-sub.exp: Likewise.
10310
e44e00ff
MK
103112016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10312
10313 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10314
97e94151
SM
103152016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * i386-biarch-core.exp: Define corefile using
10318 standard_output_file.
10319
01113bc1
YQ
103202016-02-12 Yao Qi <yao.qi@linaro.org>
10321
10322 * gdb.arch/arm-single-step-kernel-helper.c: New.
10323 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10324
33b4777c
MM
103252016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10326
10327 * gdb.btrace/tailcall-only.exp: New.
10328 * gdb.btrace/tailcall-only.c: New.
10329 * gdb.btrace/x86_64-tailcall-only.S: New.
10330 * gdb.btrace/i686-tailcall-only.S: New.
10331
acc23c11
PA
103322016-02-11 Pedro Alves <palves@redhat.com>
10333
10334 * README (Parallel testing): Add missing double quotes.
10335
e352bf0a
PA
103362016-02-11 Pedro Alves <palves@redhat.com>
10337
10338 * README (Parallel testing): New section.
10339 (GDB_PARALLEL): Rewrite.
10340 (FORCE_PARALLEL): Document.
10341
9f5fed78
MK
103422016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10343
10344 * gdb.trace/tfile-avx.c: New test.
10345 * gdb.trace/tfile-avx.exp: New test.
10346
9ef9e6a6
KS
103472016-02-09 Keith Seitz <keiths@redhat.com>
10348
10349 PR breakpoints/19546
10350 * gdb.base/infcall-exec.c: New file.
10351 * gdb.base/infcall-exec2.c: New file.
10352 * gdb.base/infcall-exec.exp: New file.
10353
a96e36da
KS
103542016-02-09 Keith Seitz <keiths@redhat.com>
10355
10356 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10357 (toplevel): Call test_bkpt_address.
10358
9f61929f
KS
103592016-02-09 Keith Seitz <keiths@redhat.com>
10360
10361 PR python/19506
10362 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10363 (toplevel): Call test_bkpt_address.
10364
1e94266c
SM
103652016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10366
10367 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10368 to AC_OUTPUT.
10369 * configure: Regenerate.
10370
2a7f3dff
PA
103712016-02-09 Pedro Alves <palves@redhat.com>
10372
10373 PR breakpoints/19548
10374 * gdb.base/execl-update-breakpoints.c (some_function): New
10375 function.
10376 (main): Call it.
10377 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10378 Tighten expected GDB output.
10379
2151ccc5
SM
103802016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10381
10382 * Makefile.in (ALL_SUBDIRS): Remove.
10383 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10384 (distclean maintainer-clean realclean): Likewise.
10385 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10386 * configure: Regenerate.
10387 * gdb.ada/Makefile.in: Delete.
10388 * gdb.arch/Makefile.in: Likewise.
10389 * gdb.asm/Makefile.in: Likewise.
10390 * gdb.base/Makefile.in: Likewise.
10391 * gdb.btrace/Makefile.in: Likewise.
10392 * gdb.cell/Makefile.in: Likewise.
10393 * gdb.compile/Makefile.in: Likewise.
10394 * gdb.cp/Makefile.in: Likewise.
10395 * gdb.disasm/Makefile.in: Likewise.
10396 * gdb.dlang/Makefile.in: Likewise.
10397 * gdb.dwarf2/Makefile.in: Likewise.
10398 * gdb.fortran/Makefile.in: Likewise.
10399 * gdb.gdb/Makefile.in: Likewise.
10400 * gdb.go/Makefile.in: Likewise.
10401 * gdb.guile/Makefile.in: Likewise.
10402 * gdb.java/Makefile.in: Likewise.
10403 * gdb.linespec/Makefile.in: Likewise.
10404 * gdb.mi/Makefile.in: Likewise.
10405 * gdb.modula2/Makefile.in: Likewise.
10406 * gdb.multi/Makefile.in: Likewise.
10407 * gdb.objc/Makefile.in: Likewise.
10408 * gdb.opencl/Makefile.in: Likewise.
10409 * gdb.opt/Makefile.in: Likewise.
10410 * gdb.pascal/Makefile.in: Likewise.
10411 * gdb.perf/Makefile.in: Likewise.
10412 * gdb.python/Makefile.in: Likewise.
10413 * gdb.reverse/Makefile.in: Likewise.
10414 * gdb.server/Makefile.in: Likewise.
10415 * gdb.stabs/Makefile.in: Likewise.
10416 * gdb.threads/Makefile.in: Likewise.
10417 * gdb.trace/Makefile.in: Likewise.
10418 * gdb.xml/Makefile.in: Likewise.
10419 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10420 GDB_PARALLEL.
10421 (standard_output_file): Remove check for GDB_PARALLEL, always
10422 return path in outputs/$subdir/$testname.
10423
437277d4
SM
104242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10425
10426 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10427 (site.exp): Assign abs_srcdir to tcl's srcdir.
10428
31d913c7
YQ
104292016-02-04 Yao Qi <yao.qi@linaro.org>
10430
10431 * gdb.base/foll-exec-mode.c: Include limits.h.
10432 (main): Add parameters argc and argv. Get directory from
10433 argv[0].
10434 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10435 compilation.
10436 * gdb.base/foll-exec.c: Include limits.h.
10437 (main): Add parameters argc and argv.
10438 Get directory from argv[0].
10439 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10440 Adjust tests on the number of lines as source code changed.
10441 * gdb.base/foll-vfork-exit.c: Include limits.h.
10442 (main): Add one line of statement before vfork.
10443 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10444 (main): Add parameters argc and argv. Get directory from
10445 argv[0].
10446 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10447 (setup_gdb): Set tbreak to skip some source lines.
10448 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10449 (main): Add parameters argc and argv. Get directory from
10450 argv[0].
10451 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10452 compilation.
10453 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10454 (main): Add parameters argc and argv. Get directory from
10455 argv[0].
10456 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10457 compilation.
10458
9482b9fb
DE
104592016-02-01 Doug Evans <dje@google.com>
10460
10461 * gdb.base/skip.exp: Clean up multiple references to same test name.
10462
6b2e4f10
PA
104632016-02-01 Pedro Alves <palves@redhat.com>
10464
ccb6afd6 10465 PR remote/19496
6b2e4f10
PA
10466 * gdb.threads/forking-threads-plus-breakpoint.exp
10467 (displaced_stepping_supported): New global.
10468 (probe_displaced_stepping_support): New procedure.
10469 (do_test): Add 'displaced' parameter, and use it.
10470 (top level): Check for displaced stepping support. Add displaced
10471 stepping on/off testing axis.
10472
37a8db1a
AB
104732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10474
10475 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10476 pointer. Don't perform further tests on the unassociated pointer
10477 if the first test fails.
10478
5fdf6324
AB
104792016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10480
10481 * gdb.base/max-value-size.c: New file.
10482 * gdb.base/max-value-size.exp: New file.
10483 * gdb.base/huge.exp: Disable max-value-size for this test.
10484
935c6144
IB
104852016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10486
10487 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10488
7fe8399d
YQ
104892016-01-28 Yao Qi <yao.qi@linaro.org>
10490
10491 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10492
a2077e25
PA
104932016-01-25 Pedro Alves <palves@redhat.com>
10494
10495 PR threads/19461
10496 * gdb.base/fork-running-state.c: New file.
10497 * gdb.base/fork-running-state.exp: New file.
10498
1d2736d4
PA
104992016-01-25 Pedro Alves <palves@redhat.com>
10500
10501 PR gdb/19494
10502 * gdb.base/catch-fork-kill.c: New file.
10503 * gdb.base/catch-fork-kill.exp: New file.
10504
f1da4b11
PA
105052016-01-25 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10508 Delete, moved to lib/gdb.exp.
10509 * gdb.threads/forking-threads-plus-breakpoint.exp
10510 (foreach_with_prefix): Likewise.
10511 * gdb.threads/process-dies-while-handling-bp.exp
10512 (foreach_with_prefix): Likewise.
10513 * lib/gdb.exp (foreach_with_prefix): New procedure.
10514
45f38546
MK
105152016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10516
10517 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10518 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10519
dc29a1ce
MK
105202016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10521
10522 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10523 endian targets.
10524
092127d7
JK
105252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10526 Pedro Alves <palves@redhat.com>
10527
10528 Fix testsuite compatibility with Guile.
10529 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10530 number.
10531
31d765d3
JK
105322016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 Fix testsuite compatibility with Guile.
10535 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10536 (thread 1): New test for backtrace through signal handler.
10537
1ac78c04
YQ
105382016-01-22 Yao Qi <yao.qi@linaro.org>
10539
10540 PR testsuite/19491
10541 * gdb.base/multi-forks.c: Include
10542 ../lib/unbuffer_output.c
10543 (main): Call gdb_unbuffer_output.
10544
4f5946a8
DE
105452016-01-21 Doug Evans <dje@google.com>
10546
10547 * lib/ada.exp (gdb_compile_ada): Fix typo.
10548
305e13e6
JB
105492016-01-21 Joel Brobecker <brobecker@adacore.com>
10550
10551 * gdb.base/break-fun-addr.exp: New file.
10552 * gdb.base/break-fun-addr1.c: New file.
10553 * gdb.base/break-fun-addr2.c: New file.
10554
5f5dfff6
SM
105552016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10556
10557 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10558 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10559 enum flag values.
10560
fd356fa2
AA
105612016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10562
10563 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10564 when GDB can not set the vector return value. Add more comments
10565 for clarification.
10566
9df22175
AT
105672016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10568
10569 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10570 command.
10571
41d1845e
SM
105722016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10573
10574 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10575
01ac6840
SM
105762016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * Makefile.in (check-single): Pass --status to runtest.
10579 (check/%.exp): Likewise.
10580
105812016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * Makefile.in (check-parallel): Propagate return code from make
10584 do-check-parallel.
10585
bd0a71fa
MK
105862016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/ftrace.exp: Fix expected message on continue.
10589 * gdb.trace/pending.exp: Fix expected message on continue.
10590 * gdb.trace/trace-break.exp: Fix expected message on continue.
10591
8bcbad33
SM
105922016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * lib/gdb.exp (gdb_test): Remove unused global references.
10595
f303dbd6
PA
105962016-01-18 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.base/async-shell.exp: Adjust expected output.
10599 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10600 * gdb.base/siginfo-thread.exp: Adjust expected output.
10601 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10602 * gdb.java/jnpe.exp: Adjust expected output.
10603 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10604 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10605 * gdb.threads/leader-exit.exp: Adjust expected output.
10606 * gdb.threads/manythreads.exp: Adjust expected output.
10607 * gdb.threads/pthreads.exp: Adjust expected output.
10608 * gdb.threads/schedlock.exp: Adjust expected output.
10609 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10610 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10611 expected output.
10612 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10613 output.
10614 * gdb.threads/sigthread.exp: Adjust expected output.
10615 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10616
b2789696
YQ
106172016-01-18 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.guile/scm-section-script.c: Replace @progbits with
10620 %progbits.
10621 * gdb.python/py-section-script.c: Likewise.
10622
71ef29a8
PA
106232016-01-15 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.multi/tids.exp: Test star wildcard ranges.
10626
3f5b7598
PA
106272016-01-15 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10630 command from "thread apply" invocation.
10631 (thr_apply_info_thr_invalid): Default the expected output to the
10632 input tid list.
10633 (top level): Add tests that use convenience variables. Add tests
10634 for "thread apply" with a valid TID list, but missing the command.
10635
663f6d42
PA
106362016-01-13 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.base/default.exp: Expect $_gthread as well.
10639 * gdb.multi/tids.exp: Test $_gthread.
10640 * gdb.threads/thread-specific.exp: Test $_gthread.
10641
c84f6bbf
PA
106422016-01-13 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.multi/tids.exp: Test "info threads -gid".
10645
22a02324
PA
106462016-01-13 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10649 Breakpoint.thread.
10650 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10651
5d5658a1
PA
106522016-01-07 Pedro Alves <palves@redhat.com>
10653
10654 * gdb.base/break.exp: Adjust to output changes.
10655 * gdb.base/hbreak2.exp: Likewise.
10656 * gdb.base/sepdebug.exp: Likewise.
10657 * gdb.base/watch_thread_num.exp: Likewise.
10658 * gdb.linespec/keywords.exp: Likewise.
10659 * gdb.multi/info-threads.exp: Likewise.
10660 * gdb.threads/thread-find.exp: Likewise.
10661 * gdb.multi/tids.c: New file.
10662 * gdb.multi/tids.exp: New file.
10663
84654457
PA
106642016-01-13 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10667
e3940304
PA
106682016-01-13 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.base/default.exp: Expect $_inferior as well.
10671 * gdb.multi/base.exp: Test $_inferior.
10672
a911d87a
PA
106732016-01-13 Pedro Alves <palves@redhat.com>
10674
10675 PR breakpoints/19388
10676 * gdb.base/catch-signal-siginfo-cond.c: New file.
10677 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10678
82075af2
JS
106792016-01-12 Josh Stone <jistone@redhat.com>
10680 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10681
10682 * gdb.base/catch-syscall.c (do_execve): New variable.
10683 (main): Conditionally trigger an execve.
10684 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10685 (test_catch_syscall_execve): New, check entry/return across execve.
10686 (do_syscall_tests): Call test_catch_syscall_execve.
10687
e46eeedd
PA
106882016-01-12 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/random-signal.exp (do_test): New procedure, with body
10691 of testcase moved in.
10692
01d8c27e
JK
106932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10694 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/funcargs.exp (finish from indirectly called function):
10697 Reintroduce the case for 'First'.
10698
9a706302
JK
106992016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10700 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10703 (tcatch_vfork_then_child_follow_exec)
10704 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10705 identification.
10706
c0ecb95f
JK
107072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10710 and repeats to unlimited.
10711 * gdb.python/py-value.exp: Likewise.
10712 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10713 and repeats to unlimited.
10714
6cfc1fcb
JK
107152016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10718 and reordering the functions.
10719 * gdb.multi/hangout.c: Likewise.
10720 * gdb.multi/hello.c: Likewise.
10721
582a1b00
SM
107222016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10723
10724 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10725 absolute.
10726 (SingleStatisticTestResult.report): Use dict.keys instead of
10727 dict.iterkeys.
10728
79bc59cb
PA
107292016-01-06 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10732
43368e1d
MM
107332016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10734
10735 * gdb.btrace/dlopen.exp: New.
10736 * gdb.btrace/dlopen.c: New.
10737 * gdb.btrace/dlopen-dso.c: New.
10738
79fad5b8
SL
107392015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10740
10741 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10742 PATTERN argument is optional.
10743
ab8314b3
JB
107442015-12-24 Joel Brobecker <brobecker@adacore.com>
10745
10746 * lib/ada.exp (target_compile_ada_from_dir): New function.
10747 (gdb_compile_ada): Reimplement avoiding the use of project files.
10748 * gdb.ada/gnat_ada.gpr: Delete.
10749 * gdb.ada/cond_lang.exp: Adjust test to make path before
10750 filename optional.
10751 * gdb.ada/small_reg_param.exp: Likewise.
10752
fe33faff
SM
107532015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10754
10755 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10756
6d265cb4
TP
107572015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10758
10759 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10760 case.
10761
10125099
SM
107622015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10763
10764 * gdb.base/break.exp: Remove dead code.
10765 * gdb.base/sepdebug.exp: Likewise.
10766
3ca22649
SM
107672015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10768
10769 * gdb.asm/asm-source.exp: Remove HP-UX references.
10770 * gdb.base/annota1.exp: Likewise.
10771 * gdb.base/annota3.exp: Likewise.
10772 * gdb.base/attach.exp: Likewise.
10773 * gdb.base/bigcore.exp: Likewise.
10774 * gdb.base/break.exp: Likewise.
10775 * gdb.base/call-ar-st.exp: Likewise.
10776 * gdb.base/callfuncs.exp: Likewise.
10777 * gdb.base/catch-fork-static.exp: Likewise.
10778 * gdb.base/display.exp: Likewise.
10779 * gdb.base/foll-exec-mode.exp: Likewise.
10780 * gdb.base/foll-exec.exp: Likewise.
10781 * gdb.base/foll-fork.exp: Likewise.
10782 * gdb.base/foll-vfork.exp: Likewise.
10783 * gdb.base/funcargs.exp: Likewise.
10784 * gdb.base/hbreak2.exp: Likewise.
10785 * gdb.base/inferior-died.exp: Likewise.
10786 * gdb.base/interrupt.exp: Likewise.
10787 * gdb.base/multi-forks.exp: Likewise.
10788 * gdb.base/nodebug.exp: Likewise.
10789 * gdb.base/sepdebug.exp: Likewise.
10790 * gdb.base/solib1.c: Likewise.
10791 * gdb.base/step-test.exp: Likewise.
10792 * gdb.mi/non-stop.c: Likewise.
10793 * gdb.mi/pthreads.c: Likewise.
10794 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10795 * gdb.threads/pthreads.c: Likewise.
10796 * gdb.threads/staticthreads.exp: Likewise.
10797 * lib/future.exp: Likewise.
10798 * lib/gdb.exp: Likewise.
10799 * gdb.base/so-indr-cl.c: Remove.
10800 * gdb.base/so-indr-cl.exp: Likewise.
10801 * gdb.base/solib.c: Likewise.
10802 * gdb.base/solib.exp: Likewise.
10803 * gdb.base/solib2.c: Likewise.
10804
b6304613
SM
108052015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10806
10807 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10808 * gdb.base/call-ar-st.exp: Likewise.
10809 * gdb.base/callfuncs.exp: Likewise.
10810 * gdb.base/condbreak.exp: Likewise.
10811 * gdb.base/constvars.exp: Likewise.
10812 * gdb.base/hbreak2.exp: Likewise.
10813 * gdb.base/langs.exp: Likewise.
10814 * gdb.base/list.exp: Likewise.
10815 * gdb.base/long_long.exp: Likewise.
10816 * gdb.base/ptype.exp: Likewise.
10817 * gdb.base/scope.exp: Likewise.
10818 * gdb.base/signals.exp: Likewise.
10819 * gdb.base/so-impl-ld.exp: Likewise.
10820 * gdb.base/varargs.exp: Likewise.
10821 * gdb.base/volatile.exp: Likewise.
10822 * gdb.base/whatis.exp: Likewise.
10823 * gdb.cp/cplusfuncs.exp: Likewise.
10824 * gdb.cp/inherit.exp: Likewise.
10825 * gdb.cp/local.exp: Likewise.
10826 * gdb.cp/member-ptr.exp: Likewise.
10827 * gdb.cp/method.exp: Likewise.
10828 * gdb.cp/overload.exp: Likewise.
10829 * gdb.cp/templates.exp: Likewise.
10830 * gdb.stabs/weird.exp: Likewise.
10831 * lib/compiler.c: Likewise.
10832 * lib/compiler.cc: Likewise.
10833 * lib/cp-support.exp: Likewise.
10834 * lib/gdb.exp: Likewise.
10835
bf401b07
SM
108362015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10837
10838 * configure.ac: Remove HP-UX case.
10839 * configure: Regenerate.
10840
aff9c0f8
SM
108412015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * lib/gdb.exp (gdb_compile): Add function doc.
10844
a6904d5a
PA
108452015-12-17 Pedro Alves <palves@redhat.com>
10846
10847 PR threads/19354
10848 * gdb.multi/info-threads.exp: New file.
10849
a22279dd
YQ
108502015-12-15 Yao Qi <yao.qi@linaro.org>
10851
10852 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10853 is aarch64*-*-*.
10854
0588c796
SL
108552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10856
10857 * gdb.base/history-duplicates.exp: Skip if no readline support.
10858
5d978e17
SL
108592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10860
10861 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10862
7e763b86
SL
108632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10864
10865 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10866
87a3a92c
SL
108672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10868
10869 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10870 ctrl-C if nointerrupts target property is set.
10871 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10872 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10873 * gdb.base/paginate-bg-execution.exp: Likewise.
10874 * gdb.base/paginate-execution-startup.exp: Likewise.
10875 * gdb.base/random-signal.exp: Likewise.
10876 * gdb.base/range-stepping.exp: Likewise.
10877 * gdb.cp/annota2.exp: Likewise.
10878 * gdb.cp/annota3.exp: Likewise.
10879 * gdb.gdb/selftest.exp: Likewise.
10880 * gdb.threads/continue-pending-status.exp: Likewise.
10881 * gdb.threads/leader-exit.exp: Likewise.
10882 * gdb.threads/manythreads.exp: Likewise.
10883 * gdb.threads/pthreads.exp: Likewise.
10884 * gdb.threads/schedlock.exp: Likewise.
10885 * gdb.threads/sigthread.exp: Likewise.
10886
a8f077dc
DB
108872015-12-11 Don Breazeal <donb@codesourcery.com>
10888
10889 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10890 remote.
10891 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10892 * gdb.base/foll-exec.exp (main): Enable for target remote.
10893 * gdb.base/foll-fork.exp (main): Likewise.
10894 * gdb.base/foll-vfork.exp (main): Likewise.
10895 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10896 (proc continue_to_exit_bp_loc): Use clean_restart.
10897 * gdb.base/pie-execl.exp (main): Disable for target remote.
10898 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10899 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10900 * gdb.threads/execl.exp (main): Likewise.
10901 * gdb.threads/fork-child-threads.exp (main): Likewise.
10902 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10903 remote.
10904 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10905 remote.
10906 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10907 pid.tid style ptids, instead of just tid.
10908 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10909 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10910 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10911 ptids, instead of just tid.
10912
3b2464a8
AB
109132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10914
10915 * gdb.base/list.exp (test_list_forward): Add end of file error
10916 test.
10917 (test_repeat_list_command): Add end of file error test.
10918 (test_list_backwards): Add beginning of file error test.
10919
a0def019
AB
109202015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10921
10922 * gdb.base/list.exp (test_list_invalid_args): New function,
10923 defined, and called.
10924
5c000dff
AB
109252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10926
10927 * gdb.base/list.exp (test_list): Make test names unique.
10928
f1637ebe
YQ
109292015-12-11 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.base/coremaker2.c: Remove.
10932
36d6fc0a
PA
109332015-12-10 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.multi/base.exp: Remove stale "spaces" references.
10936
762f7747
PA
109372015-12-10 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.multi/base.exp: Don't use nowarnings.
10940 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10941 * gdb.multi/hangout.c: Include stdio.h.
10942 * gdb.multi/hello.c: Include stdlib.h.
10943 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10944 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10945 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10946
28d2bfb9
AB
109472015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10948
10949 * gdb.dwarf2/dw2-ranges-base.c: New file.
10950 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10951 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10952 support additional line table, and debug ranges generation.
10953 (Dwarf::ranges): New function, generate .debug_ranges.
10954 (Dwarf::lines): Support generating simple line table programs.
10955 (Dwarf::assemble): Initialise new namespace variables.
10956
5fc2beac
KB
109572015-12-09 Kevin Buettner <kevinb@redhat.com>
10958
10959 * gdb.base/async.exp (proc test_background): Add case for
10960 asynchronous execution not supported.
10961
1c35a88f
LM
109622015-12-09 Luis Machado <lgustavo@codesourcery.com>
10963
10964 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10965 format and change test names to make them unique.
10966
b593e3d9
RK
109672015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10968 Pedro Alves <pedro@redhat.com>
10969
10970 PR gdb/18702
10971 Add checking of floatformats setup on x86_64 hosts.
10972 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10973 (smallval, bigval): New labels/constants.
10974 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10975 float" after loading bigval and smallval.
10976
d72413e6
PMR
109772015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10978
10979 * gdb.ada/fun_overload_menu.exp: New testcase.
10980 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10981
ece66d65
JS
109822015-12-04 Josh Stone <jistone@redhat.com>
10983
10984 * gdb.base/catch-fork-static.exp: New.
10985
41d0efca
YQ
109862015-12-03 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/sizeof.c: Don't include stdio.h and
10989 ../lib/unbuffer_output.c.
10990 (main): New variable 'size' and 'value'. Remove printf and
10991 gdb_unbuffer_output. Assign return value to size and value.
10992 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10993 at the beginning.
10994 (check_sizeof): Check the result by printing variable 'size'.
10995 (check_valueof): Check the result by printing variable 'value'.
10996
99fd02d9
YQ
109972015-12-01 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11000 for aarch64*-*-linux* target.
11001
f2faf941
PA
110022015-11-30 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11005
04bf20c5
PA
110062015-11-30 Pedro Alves <palves@redhat.com>
11007
11008 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11009 Handle non-stop mode vCont replies.
11010
09df4675
PA
110112015-11-30 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11014 prepare_for_testing. Start gdb with "set non-stop on" appended to
11015 GDBFLAGS. Lax expected stop output.
11016
58b584af
YQ
110172015-11-27 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-neon.exp: New.
11020 * gdb.arch/arm-neon.c: New.
11021
dfcb77a8
YQ
110222015-11-27 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11025
88e8ec1b
YQ
110262015-11-27 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11029 frames-invalid annotation.
11030
bfde72c2
YQ
110312015-11-27 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11034
f6512a69
SM
110352015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 * gdb.threads/names.exp: New file.
11038 * gdb.threads/names.c: New file.
11039 * README: Mention gdb,no_thread_names.
11040
46a3515b
MM
110412015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11042
11043 PR 19297
11044 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11045 support" error.
11046
62147a22
PA
110472015-11-24 Pedro Alves <palves@redhat.com>
11048
11049 PR 17539
11050 * gdb.base/display.exp: Expect displays to be sorted in ascending
11051 order. Use multi_line.
11052 * gdb.base/solib-display.exp: Likewise.
11053
2f341b6e
PA
110542015-11-24 Pedro Alves <palves@redhat.com>
11055
11056 PR 17539
25d49b86
PA
11057 * gdb.base/display.exp: Expect displays to be sorted in ascending
11058 order. Use multi_line.
11059 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11060
7e0aa6aa
PA
110612015-11-24 Pedro Alves <palves@redhat.com>
11062
11063 PR 17539
11064 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11065 threads in ascending order.
11066 * gdb.base/foll-fork.exp: Likewise.
11067 * gdb.base/foll-vfork.exp: Likewise.
11068 * gdb.base/multi-forks.exp: Likewise.
11069 * gdb.mi/mi-nonstop.exp: Likewise.
11070 * gdb.mi/mi-nsintrall.exp: Likewise.
11071 * gdb.multi/base.exp: Likewise.
11072 * gdb.multi/multi-arch.exp: Likewise.
11073 * gdb.python/py-inferior.exp: Likewise.
11074 * gdb.threads/break-while-running.exp: Likewise.
11075 * gdb.threads/execl.exp: Likewise.
11076 * gdb.threads/gcore-thread.exp: Likewise.
11077 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11078 * gdb.threads/kill.exp: Likewise.
11079 * gdb.threads/linux-dp.exp: Likewise.
11080 * gdb.threads/multiple-step-overs.exp: Likewise.
11081 * gdb.threads/next-bp-other-thread.exp: Likewise.
11082 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11083 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11084 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11085 * gdb.threads/thread-find.exp: Likewise.
11086 * gdb.threads/tls.exp: Likewise.
11087 * lib/mi-support.exp (mi_reverse_list): Delete.
11088 (mi_check_thread_states): No longer reverse list.
11089
2cc57ad8
PA
110902015-11-24 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11093 use lowercase.
11094
c93e8391
SM
110952015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11096
11097 * gdb.trace/actions.c: Include trace-common.h.
11098 (main): Add a location for a fast tracepoint.
11099 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11100 the normal tracepoints.
11101 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11102
045ccf91
SM
111032015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11104
11105 * save-trace.exp: Factor out code to these...
11106 (gdb_save_tracepoints): New.
11107 (gdb_load_tracepoints): New.
11108 (do_save_load_test): New.
11109
5506f9f6
KB
111102015-11-23 Kevin Buettner <kevinb@redhat.com>
11111
11112 * gdb.base/asmlabel.exp: New test.
11113 * gdb.base/asmlabel.c: New test case.
11114
16c3b12f
JB
111152015-11-23 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.base/wrong_frame_bt_full-main.c: New file.
11118 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11119 * gdb.base/wrong_frame_bt_full.exp: New file.
11120
155bfbd3
JB
111212015-11-23 Joel Brobecker <brobecker@adacore.com>
11122
11123 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11124
bb097445
JM
111252015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11126
206853a0 11127 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11128 pstate register when comparing registers values in
11129 sparc64-*-linux-gnu targets to avoid spurious differences.
11130
9c88ed8f
JM
111312015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11132
206853a0 11133 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11134
96161e25
SL
111352015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11136
11137 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11138 as type argument to gdb_compile.
11139 * gdb.base/nested-subp2.exp: Likewise.
11140 * gdb.base/nested-subp3.exp: Likewise.
11141
340c2830
DV
111422015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11143
11144 * lib/dwarf.exp (_note): Fix left shift of negative value.
11145 * gdb.trace/trace-condition.exp: Likewise.
11146
c1862d0f
YQ
111472015-11-13 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11150 comments about d10v.
11151 (test_scalar_returns): Likewise.
11152 * gdb.base/d10v.ld: Remove.
11153 * gdb.base/overlays.exp: Remove the target triplet checking for
11154 d10v-*-*.
11155 * gdb.base/structs.exp (test_struct_returns): Remove the
11156 comments about d10v.
11157 (test_struct_calls): Likewise.
11158
77ae9c19
YQ
111592015-11-13 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11162 * gdb.base/gnu_vector.c: Don't include stdio.h.
11163 (main): Don't print res and call add_some_intvecs.
11164
430e004e
MK
111652015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11166
11167 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11168 macro.
11169 (func5): Removed.
11170 (func4): Use FAST_TRACEPOINT_LABEL.
11171 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11172 macro.
11173 (func): Removed.
11174 (thread_function): Use FAST_TRACEPOINT_LABEL.
11175 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11176 (func): Remove.
11177 (marker): Use FAST_TRACEPOINT_LABEL.
11178 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11179 (pendfunc1): Remove.
11180 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11181 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11182 (foo): Remove.
11183 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11184 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11185 macro.
11186 (func): Remove.
11187 (marker): Use FAST_TRACEPOINT_LABEL.
11188 * gdb.trace/trace-common.h: New header.
11189 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11190 macro.
11191 (func): Remove.
11192 (marker): Use FAST_TRACEPOINT_LABEL.
11193 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11194 (func): Remove.
11195 (thread_function): Use FAST_TRACEPOINT_LABEL.
11196
6e7675a7
MK
111972015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11198
11199 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11200 in front.
11201 * gdb.trace/change-loc.exp: Use global pcreg definition.
11202 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11203 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11204 in front.
11205 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11206 * gdb.trace/pending.exp: Likewise.
11207 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11208 * gdb.trace/trace-break.exp: Likewise.
11209 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11210 in front.
11211 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11212 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11213 in front.
11214 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11215
dddc0e16
JB
112162015-11-09 Joel Brobecker <brobecker@adacore.com>
11217
11218 * gdb.ada/fin_fun_out: New testcase.
11219
c6f0b406
KB
112202015-11-07 Kevin Buettner <kevinb@redhat.com>
11221
11222 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11223 value associated with DW_AT_byte_size.
11224 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11225 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11226 DW_AT_upper_bound.
11227
f01dcfd9
KB
112282015-11-07 Kevin Buettner <kevinb@redhat.com>
11229
11230 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11231 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11232 version.
11233 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11234 gdb.dwarf2/dw2-canonicalize-type.exp,
11235 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11236 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11237 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11238 provided by gdb_target_symbol_prefix_flags_asm.
11239 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11240 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11241 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11242 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11243 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11244 macros where needed). Use this macro for symbols which require
11245 the prefix provided by SYMBOL_PREFIX.
11246
2223449a
KB
112472015-11-05 Kevin Buettner <kevinb@redhat.com>
11248
11249 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11250 New procs.
11251 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11252 representing expressions, of more than one list element.
11253 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11254 to prepend linker symbol prefix to f.
11255 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11256 table_1 and table_2.
11257 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11258 Likewise, for f and g.
11259 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11260 for ptr.
11261 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11262 for main.
11263 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11264 table_1_ptr and table_2_ptr.
11265
6f2f1a3a
JK
112662015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11267 Joel Brobecker <brobecker@adacore.com>
11268
11269 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11270
566c56c9
MK
112712015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11272
11273 * gdb.reverse/s390-mvcle.c: New test.
11274 * gdb.reverse/s390-mvcle.exp: New file.
11275 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11276
d5f0636b
MK
112772015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11278
11279 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11280
7ad8b86c
MK
112812015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11282
11283 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11284 reaching marker2.
11285 * gdb.reverse/getresuid-reverse.exp: Likewise.
11286 * gdb.reverse/pipe-reverse.exp: Likewise.
11287 * gdb.reverse/readv-reverse.exp: Likewise.
11288 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11289 * gdb.reverse/time-reverse.exp: Likewise.
11290 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11291
4081c0f1
YQ
112922015-10-30 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11295 (empty_cycle): Remove.
11296 (main): Don't call empty_cycle. Don't use watch_count_done.
11297 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11298 empty_cycle. Rewrite the code counting HW watchpoints.
11299
452b4ba5
MK
113002015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11301
11302 * gdb.reverse/fstatat-reverse.c: New test.
11303 * gdb.reverse/fstatat-reverse.exp: New file.
11304 * gdb.reverse/getresuid-reverse.c: New test.
11305 * gdb.reverse/getresuid-reverse.exp: New file.
11306 * gdb.reverse/pipe-reverse.c: New test.
11307 * gdb.reverse/pipe-reverse.exp: New file.
11308 * gdb.reverse/readv-reverse.c: New test.
11309 * gdb.reverse/readv-reverse.exp: New file.
11310 * gdb.reverse/recvmsg-reverse.c: New test.
11311 * gdb.reverse/recvmsg-reverse.exp: New file.
11312 * gdb.reverse/time-reverse.c: New test.
11313 * gdb.reverse/time-reverse.exp: New file.
11314 * gdb.reverse/waitpid-reverse.c: New test.
11315 * gdb.reverse/waitpid-reverse.exp: New file.
11316
5e2e7507
JK
113172015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11320
0fde2c53
DE
113212015-10-26 Doug Evans <dje@google.com>
11322
11323 PR symtab/17391
11324 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11325 * gdb.dwarf2/bad-regnum.c: New file.
11326 * gdb.dwarf2/bad-regnum.exp: New file.
11327
1a70ae97
DE
113282015-10-26 Doug Evans <dje@google.com>
11329
11330 PR python/18938
11331 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11332 file.
11333
27dc26ab
JK
113342015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11335
11336 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11337 for a change by "Mention language in compile error message".
11338
bed91f4d
SM
113392015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11340
11341 PR python/18073
11342 * gdb.python/py-type.c (C::a_method): New.
11343 (C::a_const_method): New.
11344 (C::a_static_method): New.
11345 (a_function): New.
11346 * gdb.python/py-type.exp (test_fields): Test getting fields
11347 from function and method.
11348
3f2f83dd
KB
113492015-10-21 Keven Boell <keven.boell@intel.com>
11350
11351 * gdb.fortran/vla-alloc-assoc.exp: New file.
11352 * gdb.fortran/vla-datatypes.exp: New file.
11353 * gdb.fortran/vla-datatypes.f90: New file.
11354 * gdb.fortran/vla-history.exp: New file.
11355 * gdb.fortran/vla-ptype-sub.exp: New file.
11356 * gdb.fortran/vla-ptype.exp: New file.
11357 * gdb.fortran/vla-sizeof.exp: New file.
11358 * gdb.fortran/vla-sub.f90: New file.
11359 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11360 * gdb.fortran/vla-value-sub-finish.exp: New file.
11361 * gdb.fortran/vla-value-sub.exp: New file.
11362 * gdb.fortran/vla-value.exp: New file.
11363 * gdb.fortran/vla-ptr-info.exp: New file.
11364 * gdb.mi/mi-vla-fortran.exp: New file.
11365 * gdb.mi/vla.f90: New file.
11366
27145d50
SL
113672015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11368
11369 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11370 of hardwired timeout value.
11371
5f3ff4f8
JK
113722015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11373 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11376 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11377
bfd09d20
JS
113782015-10-19 Josh Stone <jistone@redhat.com>
11379
11380 * gdb.base/catch-syscall.c: Include <sched.h>.
11381 (unknown_syscall): New variable.
11382 (main): Trigger a vfork and an unknown syscall.
11383 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11384 (unknown_syscall_number): Likewise.
11385 (check_call_to_syscall): Accept an optional syscall pattern.
11386 (check_return_from_syscall): Likewise.
11387 (check_continue): Likewise.
11388 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11389 (test_catch_syscall_skipping_return): New test toggling off 'catch
11390 syscall' to step over the syscall return, then toggling back on.
11391 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11392 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11393 (do_syscall_tests): Call test_catch_syscall_without_args and
11394 test_catch_syscall_mid_vfork.
11395 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11396 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11397
b32b93c6
AS
113982015-10-19 Andrew Stubbs <ams@codesourcery.com>
11399
11400 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11401 print g_vE): Add new pass patterns.
11402 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11403 print various symbol names for vptr fields.
11404
9d622bda
AB
114052015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11406
11407 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11408 results.
11409
0fd8ac1c
YQ
114102015-10-12 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11413
34240514
YQ
114142015-10-12 Yao Qi <yao.qi@linaro.org>
11415
11416 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11417 is aarch64*-*-linux*.
11418
8240f442
YQ
114192015-10-12 Yao Qi <yao.qi@linaro.org>
11420
11421 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11422 (can_relocate_bcond_true): ... it.
11423 (can_relocate_bcond_false): New function.
11424 (foo): Likewise.
11425 (can_relocate_bl): Likewise.
11426 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11427 can_relocate_bl.
11428
2520f728
PMR
114292015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11430
11431 * gdb.base/nested-addr.c: New file.
11432 * gdb.base/nested-addr.exp: New testcase.
11433
abcef95a
MM
114342015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11435
11436 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11437 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11438 its output. Ignore the output of "record goto begin" and instead
11439 check that GDB is replaying.
11440
145e3ddb
PA
114412015-10-09 Pedro Alves <palves@redhat.com>
11442
11443 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11444 (top level): Use it in the run with no args test.
11445
d5d8c4e1
IB
114462015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11447
11448 * gdb.dlang/properties.exp: New file.
11449
06e635ef
SL
114502015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11451
11452 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11453 whether or not address 0x1000 is mapped on the target.
11454
e019fd1d
SM
114552015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11458 build.
11459
77ba2a67
MM
114602015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11461
11462 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11463 instruction-history test.
11464
c60eb31f
DE
114652015-09-28 Doug Evans <dje@google.com>
11466
11467 * gdb.base/gcore.c (array_func): Add reference to static_array.
11468
9a3c8263
SM
114692015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11470
11471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11472 source line.
11473
9720e656
SL
114742015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11475
11476 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11477 short or char as base type.
11478
938d3bf2
SL
114792015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11480
11481 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11482 to allow any size enum.
11483
e6c2c623
PMR
114842015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11485
11486 * gdb.ada/array_ptr_renaming.exp: New testcase.
11487 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11488 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11489
06da0f77
PL
114902015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11491
11492 * gdb.trace/ftrace-lock.c: New file.
11493 * gdb.trace/ftrace-lock.exp: New file.
11494
4f51c22a
PL
114952015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11496
11497 * gdb.arch/insn-reloc.c: New file.
11498 * gdb.arch/ftrace-insn-reloc.exp: New file.
11499
7041adf4
PL
115002015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11501
11502 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11503 instruction.
11504 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11505 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11506 * gdb.trace/range-stepping.c: Likewise.
11507 * gdb.trace/trace-break.c: Likewise.
11508 * gdb.trace/trace-mt.c (thread_function): Likewise.
11509 * gdb.trace/ftrace.c (marker): Likewise.
11510 * gdb.trace/trace-condition.c (marker): Likewise.
11511 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11512 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11513 is_aarch64_target.
11514
015d2e7e
DE
115152015-09-18 Doug Evans <xdje42@gmail.com>
11516
11517 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11518 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11519
26b188a2
SL
115202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11521
11522 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11523 the breakpoint.
11524
79dc332b
SL
115252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11526
11527 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11528 the pending breakpoint. Remove timeout override for "Run till
11529 MI pending breakpoint on pendfunc3 on thread 2" test.
11530
f57929f2
SL
115312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11532
11533 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11534 filename pattern.
11535
3f469b17
SL
115362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11537
11538 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11539 in breakpoint filename pattern.
11540
515b89b3
SL
115412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11542
7800dbe4
SL
11543 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11544
115452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11546
515b89b3
SL
11547 * gdb.linespec/explicit.exp: Check for readline support for
11548 tab-completion tests. Fix obvious typo.
11549
d2939ba2
MM
115502015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11553 and replay.
11554
cbb55fa7
MM
115552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11556
11557 * gdb.btrace/non-stop.c: New.
11558 * gdb.btrace/non-stop.exp: New.
11559
43691ca1
PL
115602015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11561 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.trace/trace-condition.c: New file.
11564 * gdb.trace/trace-condition.exp: New file.
11565
d78908cf
WW
115662015-09-16 Wei-cheng Wang <cole945@gmail.com>
11567
11568 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11569 for testing bytecode compilation.
11570
1ed415e2
PA
115712015-09-16 Pedro Alves <palves@redhat.com>
11572 Sandra Loosemore <sandra@codesourcery.com>
11573
11574 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11575 (SECONDS): Redefine.
11576 (main): Call pthread_kill and alarm early.
11577 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11578 support.
11579 (test): If the target can't hardware step and doesn't support
11580 displaced stepping, increase the timeout.
11581
d136eff5
PA
115822015-09-16 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11585 (enable_debug): New procedures.
11586 (test): Use them. Bail out if waiting for threads fails.
11587 (top level): Bail out if a test fails.
11588
991f019c
YQ
115892015-09-16 Yao Qi <yao.qi@linaro.org>
11590
11591 * gdb.asm/asm-source.exp: Set asm-arch for
11592 aarch64*-*-* target.
11593 * gdb.asm/aarch64.inc: New file.
11594
bfca584f
PMR
115952015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11596
11597 * gdb.ada/array_of_variable_length.exp: New testcase.
11598 * gdb.ada/array_of_variable_length/foo.adb: New file.
11599 * gdb.ada/array_of_variable_length/pck.adb: New file.
11600 * gdb.ada/array_of_variable_length/pck.ads: New file.
11601
b326e587
DE
116022015-09-15 Doug Evans <dje@google.com>
11603
11604 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11605 of function static local variable.
11606
5382cfab
PW
116072015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11608
11609 * gdb.threads/tls-so_extern.exp: New test file.
11610 * gdb.threads/tls-so_extern.c: New test file.
11611 * gdb.threads/tls-so_extern_main.c: New test file.
11612
141c5cc4
JK
116132015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.opt/solib-intra-step-lib.c: New file.
11616 * gdb.opt/solib-intra-step-main.c: New file.
11617 * gdb.opt/solib-intra-step.exp: New file.
11618
d15dcecd
PA
116192015-09-15 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11622 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11623
4c2f2a79
PA
116242015-09-14 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/hook-stop-continue.c: Delete.
11627 * gdb.base/hook-stop-continue.exp: Delete.
11628 * gdb.base/hook-stop-frame.c: Delete.
11629 * gdb.base/hook-stop-frame.exp: Delete.
11630 * gdb.base/hook-stop.c: New file.
11631 * gdb.base/hook-stop.exp: New file.
11632
919e6dbe
PMR
116332015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11634
11635 * gdb.ada/access_to_packed_array.exp: New testcase.
11636 * gdb.ada/access_to_packed_array/foo.adb: New file.
11637 * gdb.ada/access_to_packed_array/pack.adb: New file.
11638 * gdb.ada/access_to_packed_array/pack.ads: New file.
11639
157280a4
MM
116402015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11641
11642 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11643 buffer size test.
11644
2fd33e94
DB
116452015-09-11 Don Breazeal <donb@codesourcery.com>
11646
11647 * gdb.base/foll-exec.c: Add copyright header. Fix
11648 formatting issues.
11649 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11650 (do_exec_tests): Use clean_restart in place of zap_session,
11651 and for test initialization. Fix formatting issues. Use
11652 fail in place of perror.
11653 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11654 an expect statement to match an expression with output from
11655 the program under debug.
11656 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11657 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11658 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11659 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11660 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11661
e70b6e8e
DE
116622015-09-09 Doug Evans <dje@google.com>
11663
11664 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11665
7a551a51
DE
116662015-09-09 Doug Evans <dje@google.com>
11667
11668 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11669
4c666f84
DE
116702015-09-09 Doug Evans <dje@google.com>
11671
11672 * gdb.base/savedregs.exp: Fix typo.
11673
243a9253
PA
116742015-09-09 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11677
c0fa8fbd
SL
116782015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11679
11680 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11681 command actually switches threads. Give up on remaining
11682 tests if target fails to stop at breakpoint.
11683
cd7c1778
PMR
116842015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11685
11686 * gdb.ada/funcall_char.exp: New testcase.
11687 * gdb.ada/funcall_char/foo.adb: New file.
11688
dc5c8746
PMR
116892015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11690
11691 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11692 expected outputs. Add two testcases for completing ambiguous
11693 functions.
11694 * gdb.ada/complete/aux_pck.adb: New file.
11695 * gdb.ada/complete/aux_pck.ads: New file.
11696 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11697 Ambiguous_Func functions.
11698 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11699 * gdb.ada/complete/pck.adb: Likewise.
11700
4e83a1e7
UW
117012015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11702
11703 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11704 failures to run the test program under GDB.
11705
8ce74153
LM
117062015-08-26 Luis Machado <lgustavo@codesourcery.com>
11707
11708 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11709 to C.
11710
e9756d52
PP
117112015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11712
11713 * gdb.base/run-after-attach.exp: New test file.
11714 * gdb.base/run-after-attach.c: New test file.
11715
8d37573b
DB
117162015-08-26 Don Breazeal <donb@codesourcery.com>
11717
11718 * gdb.base/foll-exec-2.c: New test program.
11719 * gdb.base/foll-exec-2.exp: New test.
11720
63e43d3a
PMR
117212015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11722
11723 * gdb.base/nested-subp1.exp: New file.
11724 * gdb.base/nested-subp1.c: New file.
11725 * gdb.base/nested-subp2.exp: New file.
11726 * gdb.base/nested-subp2.c: New file.
11727 * gdb.base/nested-subp3.exp: New file.
11728 * gdb.base/nested-subp3.c: New file.
11729
3d40fbb5
PA
117302015-08-24 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.server/connect-without-multi-process.c: New file.
11733 * gdb.server/connect-without-multi-process.exp: New file.
11734
4422ac93
LM
117352015-08-24 Luis Machado <lgustavo@codesourcery.com>
11736
11737 * gdb.opt/inline-markers.c: Make z int.
11738
91dddb86
LM
117392015-08-24 Luis Machado <lgustavo@codesourcery.com>
11740
11741 * gdb.opt/inline-markers.c: Make z volatile.
11742
a48847ee
LM
117432015-08-24 Luis Machado <lgustavo@codesourcery.com>
11744
11745 * gdb.opt/inline-bt.c: New volatile global z.
11746 * gdb.opt/inline-cmds.c: Likewise.
11747 * gdb.opt/inline-locals.c: Likewise.
11748 * gdb.opt/inline-markers.c: New extern global z.
11749 (marker): Use z.
11750 (inline_fn): Likewise.
11751
0ebbc52b
PA
117522015-08-24 Pedro Alves <palves@redhat.com>
11753
11754 * config/m32r-stub.exp: Remove file.
11755 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11756 * gdb.base/call-rt-st.exp: Likewise.
11757 * gdb.base/call-strs.exp: Likewise.
11758 * gdb.base/default.exp: Remove references to h8300-*-hms and
11759 *-*-udi*.
11760 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11761
77c365df
AA
117622015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11763
11764 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11765 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11766 and "return" use KFAIL when GDB can not read/write the vector
11767 return value.
11768
4313b8c0
GB
117692015-08-21 Gary Benson <gbenson@redhat.com>
11770
11771 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11772
0e433b32
PA
117732015-08-20 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.server/solib-list.exp: No longer expect an interior stop in
11776 non-stop mode.
11777
221e1a37
PA
117782015-08-20 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.server/connect-stopped-target.c: New file.
11781 * gdb.server/connect-stopped-target.exp: New file.
11782
40e3ad0e
PA
117832015-08-20 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.dwarf2/comp-unit-lang.exp: New file.
11786 * gdb.dwarf2/comp-unit-lang.c: New file.
11787
af39b327
PMR
117882015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11789
11790 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11791 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11792
7d45c7c3 117932015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11794
7d45c7c3
KB
11795 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11796 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11797
4d6cceb4
DE
117982015-08-18 Doug Evans <dje@google.com>
11799 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11800
11801 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11802 skip_python_tests. New arg prompt_regexp.
11803 (skip_python_tests): New function.
11804 * lib/mi-support.exp (mi_skip_python_tests): New function.
11805 * gdb.python/py-mi-objfile-gdb.py: New file.
11806 * gdb.python/py-mi-objfile.c: New file.
11807 * gdb.python/py-mi-objfile.exp: New file.
11808
ad89c2aa
KS
118092015-08-17 Keith Seitz <keiths@redhat.com>
11810
11811 * gdb.linespec/explicit.exp: Move strace test from here ...
11812 * gdb.trace/strace.exp: ... to here.
11813
e3ae3c43
PP
118142015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11815
11816 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11817 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11818
604b2636
DE
118192015-08-14 Doug Evans <xdje42@gmail.com>
11820
11821 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11822 inferior before selecting a new file.
11823
6ff0ba5f
DE
118242015-08-14 Doug Evans <xdje42@gmail.com>
11825
11826 * gdb.mi/mi-disassemble.exp: Update.
11827 * gdb.base/disasm-optim.S: New file.
11828 * gdb.base/disasm-optim.c: New file.
11829 * gdb.base/disasm-optim.h: New file.
11830 * gdb.base/disasm-optim.exp: New file.
11831
9ca98f92
KS
118322015-08-14 Keith Seitz <keiths@redhat.com>
11833
11834 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11835 "evaluated-by".
11836
52bbc560
JB
118372015-08-13 Joel Brobecker <brobecker@adacore.com>
11838
11839 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11840
5d8c3ed3
PMR
118412015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11842
11843 * gdb.ada/fun_renaming.exp: New testcase.
11844 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11845 * gdb.ada/fun_renaming/pack.adb: New file.
11846 * gdb.ada/fun_renaming/pack.ads: New file.
11847
ea8812bc
KS
118482015-08-12 Keith Seitz <keiths@redhat.com>
11849
11850 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11851 gdb_get_line_number.
11852
4dafcdeb
JB
118532015-08-12 Joel Brobecker <brobecker@adacore.com>
11854
11855 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11856 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11857 gdb.base/dso2dso.exp: New files.
11858
5ba32597
SDJ
118592015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11860 Pedro Alves <palves@redhat.com>
11861 Keith Seitz <keiths@redhat.com>
11862
11863 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11864 GDBFLAGS.
11865
b6dafabf
PP
118662015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11867
11868 * gdb.base/gdbhistsize-history.exp
11869 (test_histsize_history_setting): Use save_vars.
11870 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11871 Use save_vars.
11872 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11873 * gdb.base/readline.exp: Use save_vars.
11874
abe8e607
PP
118752015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11876
11877 * lib/gdb.exp (save_vars): New proc.
11878
629500fa
KS
118792015-08-11 Keith Seitz <keiths@redhat.com>
11880
11881 * gdb.base/help.exp: Update help_breakpoint_text.
11882
eb8c4e2e
KS
118832015-08-11 Keith Seitz <keiths@redhat.com>
11884
11885 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11886 (at toplevel): Call test_explicit_breakpoints.
11887 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11888 breakpoints.
11889 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11890 breakpoint conditions, "-cond".
11891
87f0e720
KS
118922015-08-11 Keith Seitz <keiths@redhat.com>
11893
11894 * gdb.linespec/3explicit.c: New file.
11895 * gdb.linespec/cpexplicit.cc: New file.
11896 * gdb.linespec/cpexplicit.exp: New file.
11897 * gdb.linespec/explicit.c: New file.
11898 * gdb.linespec/explicit.exp: New file.
11899 * gdb.linespec/explicit2.c: New file.
11900 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11901 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11902 before using in the matching pattern.
11903 Clarify that `prefix' is a regular expression.
11904
f00aae0f
KS
119052015-08-11 Keith Seitz <keiths@redhat.com>
11906
11907 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11908 test.
11909 Add tests for missing ",FMT" and ",".
11910
e27852be
DE
119112015-08-10 Doug Evans <dje@google.com>
11912 Keith Seitz <keiths@redhat.com>
11913
11914 PR gdb/17960
11915 * gdb.base/completion.exp: Add location completer tests.
11916
7f03bd92
PA
119172015-08-07 Pedro Alves <palves@redhat.com>
11918
11919 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11920 tests here.
11921 (top level): Run do_test with and without displaced stepping.
11922
3fc8eb30
PA
119232015-08-07 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.base/valgrind-disp-step.c: New file.
11926 * gdb.base/valgrind-disp-step.exp: New file.
11927
d4569d7b
PA
119282015-08-07 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11931 Delete function.
11932 (main): Add alarm. Run an infinite loop instead of calling
11933 wait_threads.
11934 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11935 comment.
11936 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11937 Delete function.
11938 (main): Add alarm. Run an infinite loop instead of calling
11939 wait_threads.
11940 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11941 comment.
11942
e1316e60
PA
119432015-08-07 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.base/checkpoint-ns.exp: New file.
11946 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11947 standard_testfile.
11948
da8c46d2
MM
119492015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11950
11951 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11952 * gdb.btrace/instruction_history.exp: Update.
11953 * gdb.btrace/tsx.exp: New.
11954 * gdb.btrace/tsx.c: New.
11955
de1c2c52
PA
119562015-08-06 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11959 increase timeout.
11960 * gdb.reverse/until-precsave.exp: Bump timeouts.
11961
782e0bf4
PA
119622015-08-06 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11965
83e97ed0
PA
119662015-08-06 Pedro Alves <palves@redhat.com>
11967
11968 PR gdb/18749
11969 * gdb.threads/process-dies-while-handling-bp.c: New file.
11970 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11971
863d01bd
PA
119722015-08-06 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11975 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11976
0a39bb32
PA
119772015-08-05 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11980 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11981
ee2d2b10
SL
119822015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11983
11984 * gdb.base/bp-permanent.exp: Report test as unsupported if
11985 the target cannot stop at the permanent breakpoint.
11986
4e1bdb00
DE
119872015-08-03 Doug Evans <dje@google.com>
11988
11989 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11990 10000.
11991
3d338901
DE
119922015-08-03 Doug Evans <dje@google.com>
11993
11994 * Makefile.in (workers/%.worker, build-perf): New rule.
11995 (GDB_PERFTEST_MODE): New variable.
11996 (check-perf): Use it.
11997 (clean): Clean up gdb.perf parallel build subdirs.
11998 * lib/build-piece.exp: New file.
11999 * lib/gdb.exp (make_gdb_parallel_path): New function
12000 (standard_output_file, standard_temp_file): Call it.
12001 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12002 of $GDB_PARALLEL.
12003 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12004
af061d3e
DE
120052015-08-03 Doug Evans <dje@google.com>
12006
8e1afc81 12007 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12008 (LOG_FILE_NAME): New global.
12009 (TextReporter.__init__): Initialize self.txt_sum.
12010 (TextReporter.report): Add support for multiple data-points.
12011 Move report to perftest.sum, put raw data in perftest.log.
12012 (TextReporter.start): Open sum and log files.
12013 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12014 * gdb.perf/lib/perftest/testresult.py
12015 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12016
2c8c5d37
PA
120172015-07-31 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12020 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12021 kill_wait_spawned_process instead of explicit "kill -9".
12022 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12023 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12024 kill_wait_spawned_process.
12025 * gdb.base/attach-twice.exp: Likewise.
12026 * gdb.base/attach.exp: Likewise.
12027 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12028 gdb_test_multiple.
12029 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12030 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12031 kill_wait_spawned_process.
12032 * gdb.base/valgrind-infcall.exp: Likewise.
12033 * gdb.multi/multi-attach.exp: Likewise.
12034 * gdb.python/py-prompt.exp: Likewise.
12035 * gdb.python/py-sync-interp.exp: Likewise.
12036 * gdb.server/ext-attach.exp: Likewise.
12037 * gdb.threads/attach-into-signal.exp (corefunc): Use
12038 spawn_wait_for_attach, spawn_id_get_pid and
12039 kill_wait_spawned_process.
12040 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12041 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12042 spawn_id_get_pid and kill_wait_spawned_process.
12043 * gdb.threads/attach-stopped.exp (corefunc): Use
12044 spawn_wait_for_attach, spawn_id_get_pid and
12045 kill_wait_spawned_process.
12046 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12047 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12048 kill_wait_spawned_process instead of explicit "kill -9".
12049 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12050 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12051 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12052 processes. Don't map cygwin/windows pids here. Now returns a
12053 spawn id list.
12054
032a0fca
SL
120552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12056
12057 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12058 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12059 correct patch.
12060
61a934ca
SL
120612015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12064
4bc4d428
SL
120652015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12066
12067 Reapply:
12068 2014-05-21 Mark Wielaard <mjw@redhat.com>
12069
12070 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12071
998d452a
PA
120722015-07-30 Pedro Alves <palves@redhat.com>
12073
12074 * linux-low.c (handle_extended_wait): Set the child's last
12075 reported status to TARGET_WAITKIND_STOPPED.
12076
69dde7dc
PA
120772015-07-30 Pedro Alves <palves@redhat.com>
12078
12079 PR threads/18600
12080 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12081 only shows inferior 1.
12082
4dd63d48
PA
120832015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12084 Pedro Alves <palves@redhat.com>
12085
12086 PR threads/18600
12087 * gdb.threads/fork-plus-threads.c: New file.
12088 * gdb.threads/fork-plus-threads.exp: New file.
12089
d618e4c5
PP
120902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12091
12092 * gdb.base/batch-preserve-term-settings.exp
12093 (test_terminal_settings_preserved_after_cli_exit): Use
12094 send_quit_command.
12095
1eef6428
PA
120962015-07-29 Pedro Alves <palves@redhat.com>
12097 Don Breazeal <donb@codesourcery.com>
12098
12099 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12100 output from both inferior_spawn_id and gdb_spawn_id.
12101
7da5b897
SDJ
121022015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12103
12104 * gdb.threads/attach-into-signal.exp (corefunc): Use
12105 with_test_prefix on nested loops, uniquefying the test messages.
12106
dac804df
SDJ
121072015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12108
12109 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12110 commit.
12111
06265e53
PP
121122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12113
12114 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12115 New proc.
12116 (test_terminal_settings_preserved_after_sigterm): New test.
12117
18206ca3
PP
121182015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12119
12120 * gdb.base/batch-preserve-term-settings.exp
12121 (test_terminal_settings_preserved_after_cli_exit): New test.
12122
90074d11
PP
121232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12124
12125 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12126 manipulation of saved_gdbflags.
12127 (test_terminal_settings_preserved): Remove global declaration of
12128 the unused variable pagination_prompt. Remove manipulation of
12129 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12130 GDBFLAGS.
12131
eb1a7902
PA
121322015-07-29 Pedro Alves <palves@redhat.com>
12133
12134 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12135
8b75dd3b
PA
121362015-07-29 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12139 at the top.
12140
dedad4e3
PA
121412015-07-29 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12144 (main): Call gdb_unbuffer_output.
12145 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12146 (main): Call gdb_unbuffer_output.
12147 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12148 (main): Call gdb_unbuffer_output.
12149 * gdb.base/call-strs.exp: Adjust to step over the
12150 gdb_unbuffer_output call.
12151 * gdb.base/catch-gdb-caused-signals.c: Include
12152 "../lib/unbuffer_output.c".
12153 (main): Call gdb_unbuffer_output.
12154 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12155 (main): Call gdb_unbuffer_output.
12156 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12157 (main): Call gdb_unbuffer_output.
12158 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12159 (main): Call gdb_unbuffer_output.
12160 * gdb.base/shlib-call.exp: Adjust to step over the
12161 gdb_unbuffer_output call.
12162 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12163 (main): Call gdb_unbuffer_output.
12164 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12165 (main): Call gdb_unbuffer_output.
12166 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12167 (main): Rename to ...
12168 (test): ... this.
12169 (main): Reimplement.
12170 * gdb.base/varargs.exp: Run to test instead of to main.
12171 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12172 (main): Call gdb_unbuffer_output.
12173
58789a91
PA
121742015-07-29 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12177 factore out from mi_continue_dprintf. For call-style dprintfs,
12178 expect dprintf output out of $inferior_spawn_id.
12179 (mi_continue_dprintf): Use mi_expect_dprintf.
12180 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12181 (main): Call gdb_unbuffer_output.
12182
e8376742
PA
121832015-07-29 Pedro Alves <palves@redhat.com>
12184
12185 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12186 (default_mi_gdb_start): Set inferior_spawn_id instead of
12187 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12188 gdb_spawn_id.
12189 (mi_gdb_test): Always expect inferior output from both
12190 $inferior_spawn_id and $gdb_spawn_id.
12191
08280010
PA
121922015-07-29 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12195 send_inferior and $inferior_spawn_id.
12196
4d30e432
PA
121972015-07-29 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.gdb/complaints.exp (test_initial_complaints)
12200 (test_serial_complaints, test_short_complaints): Use
12201 gdb_test_stdio.
12202 (test_empty_complaint): Handle $inferior_spawn_id !=
12203 $gdb_spawn_id.
12204
0d30a335
PA
122052015-07-29 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.base/varargs.exp: Use gdb_test_stdio.
12208
39413b29
PA
122092015-07-29 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12212
7cb000a9
PA
122132015-07-29 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12216
d7b8ac82
PA
122172015-07-29 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12220 parameter into two new parameters, "inf_result" and "gdb_result".
12221 Expect inferior output and gdb output from $inferior_spawn_id and
12222 $gdb_spawn_id, respectively. Adjust all callers.
12223
789c3a0c
PA
122242015-07-29 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12227 of gdb_test_sequence.
12228
77e760c3
PA
122292015-07-29 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12232 (saw_spurious_output): Expect inferior output from
12233 $inferior_spawn_id. Use gdb_test_stdio.
12234
8396d2cd
PA
122352015-07-29 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/dprintf.exp: Use standard_testfile. Change
12238 prepare_for_testing call.
12239 (srcfile): Don't set.
12240 (restart): New procedure.
12241 (test_dprintf): New procecure, use to continue over dprintfs.
12242 (test_call, test_agent): New procedures, tests moved here.
12243 Restart gdb and recreate dprintfs. Adjust expected output.
12244
2051d61f
PA
122452015-07-29 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12248
452397af
PA
122492015-07-29 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12252
8aed9555
PA
122532015-07-29 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12256 gdb_test_stdio.
12257
188a61b4
PA
122582015-07-29 Pedro Alves <palves@redhat.com>
12259
12260 * lib/gdb.exp (gdb_test_stdio): New procedure.
12261
12264a45
PA
122622015-07-29 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12265
23ffc893
PA
122662015-07-29 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/call-signal-resume.exp: Remove check for
12269 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12270 * gdb.base/unwindonsignal.exp: Likewise.
12271 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12272 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12273
65566918
PA
122742015-07-29 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/siginfo-addr.c (pass): New function.
12277 (handler): Call it iff si_addr is correct.
12278 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12279 Set a breakpoint at "pass" and continue to it.
12280
d60a9221
SDJ
122812015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12282
12283 * gdb.python/py-objfile.exp: Make some tests have unique names.
12284 * gdb.python/py-pp-registration.exp: Likewise.
12285
bde40b8f
PA
122862015-07-28 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12289
13e1dec8
SM
122902015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12293
da33c9a7
SM
122942015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12295
12296 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12297
077836f7
PP
122982015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12299
12300 * gdb.base/gdb-sigterm-2.exp: New test.
12301
b8cc7b2e
DE
123022015-07-25 Doug Evans <xdje42@gmail.com>
12303
12304 Revert:
12305 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12306 (workers/%.worker, build-perf): New rule.
12307 (GDB_PERFTEST_MODE): New variable.
12308 (check-perf): Use it.
12309 (clean): Clean up gdb.perf parallel build subdirs.
12310 * lib/build-piece.exp: New file.
12311 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12312 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12313 name.
12314 (standard_temp_file): Ditto.
12315 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12316 of $GDB_PARALLEL.
12317
c8bd4544
DE
123182015-07-24 Doug Evans <dje@google.com>
12319
12320 * gdb.perf/lib/perftest/utils.py: New file.
12321 * gdb.perf/gm-hello.cc: New file.
12322 * gdb.perf/gm-pervasive-typedef.cc: New file.
12323 * gdb.perf/gm-pervasive-typedef.h: New file.
12324 * gdb.perf/gm-std.cc: New file.
12325 * gdb.perf/gm-std.h: New file.
12326 * gdb.perf/gm-use-cerr.cc: New file.
12327 * gdb.perf/gm-utils.h: New file.
12328 * gdb.perf/gmonster-null-lookup.py: New file.
12329 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12330 * gdb.perf/gmonster-print-cerr.py: New file.
12331 * gdb.perf/gmonster-ptype-string.py: New file.
12332 * gdb.perf/gmonster-runto-main.py: New file.
12333 * gdb.perf/gmonster-select-file.py: New file.
12334 * gdb.perf/gmonster1-null-lookup.exp: New file.
12335 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12336 * gdb.perf/gmonster1-print-cerr.exp: New file.
12337 * gdb.perf/gmonster1-ptype-string.exp: New file.
12338 * gdb.perf/gmonster1-runto-main.exp: New file.
12339 * gdb.perf/gmonster1-select-file.exp: New file.
12340 * gdb.perf/gmonster1.cc: New file.
12341 * gdb.perf/gmonster1.exp: New file.
12342 * gdb.perf/gmonster2-null-lookup.exp: New file.
12343 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12344 * gdb.perf/gmonster2-print-cerr.exp: New file.
12345 * gdb.perf/gmonster2-ptype-string.exp: New file.
12346 * gdb.perf/gmonster2-runto-main.exp: New file.
12347 * gdb.perf/gmonster2-select-file.exp: New file.
12348 * gdb.perf/gmonster2.cc: New file.
12349 * gdb.perf/gmonster2.exp: New file.
12350
6eab34f3
DE
123512015-07-24 Doug Evans <dje@google.com>
12352
12353 * gdb.perf/README: New file.
12354 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12355 * lib/gen-perf-test.exp: New file.
12356
63738bfd
DE
123572015-07-24 Doug Evans <dje@google.com>
12358
12359 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12360 (PerfTest::startup): New function.
12361 (PerfTest::run): Return result of calling body.
12362 (PerfTest::assemble): Rewrite.
12363 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12364 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12365 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12366 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12367 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12368
7b606f95
DE
123692015-07-24 Doug Evans <dje@google.com>
12370
12371 * lib/gdb.exp (clean_restart): Make executable optional.
12372
a97b16b8
DE
123732015-07-24 Doug Evans <dje@google.com>
12374
12375 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12376 compiler_info references.
12377 * gdb.cp/temargs.exp: Ditto.
12378 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12379 (get_compiler_info): Early exit if already computed. Set compiler_info
12380 to "unknown" if there was a problem.
12381 (test_compiler_info): Add function comment. Call get_compiler_info.
12382
35baa57f
DE
123832015-07-24 Doug Evans <dje@google.com>
12384
12385 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12386 (workers/%.worker, build-perf): New rule.
12387 (GDB_PERFTEST_MODE): New variable.
12388 (check-perf): Use it.
12389 (clean): Clean up gdb.perf parallel build subdirs.
12390 * lib/build-piece.exp: New file.
12391 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12392 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12393 name.
12394 (standard_temp_file): Ditto.
12395 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12396 of $GDB_PARALLEL.
12397
6ebea266
DE
123982015-07-24 Doug Evans <dje@google.com>
12399
12400 * lib/future.exp (gdb_default_target_compile): New option
12401 "early_flags".
12402 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12403 --as-needed.
12404
1e76a7e9
SDJ
124052015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12406
12407 * gdb.base/catch-syscall.exp: Call gdb_exit before
12408 gdb_skip_xml_test.
12409
5068630a
PA
124102015-07-24 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.python/py-events.exp: Accept output between the stop event
12413 and the prompt.
12414 * gdb.python/py-evsignal.exp: Likewise.
12415 * gdb.python/py-evthreads.exp: Likewise.
12416
77598427
PA
124172015-07-24 Pedro Alves <palves@redhat.com>
12418
12419 PR gdb/18717
12420 * gdb.threads/non-ldr-exit.c: New file.
12421 * gdb.threads/non-ldr-exit.exp: New file.
12422
11e6c98f
YQ
124232015-07-24 Yao Qi <yao.qi@linaro.org>
12424
12425 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12426 restarting process.
12427
51aee833
YQ
124282015-07-24 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.server/ext-restart.exp: New file.
12431
8cfe207c
YQ
124322015-07-24 Yao Qi <yao.qi@linaro.org>
12433
12434 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12435 argument options.
12436 * gdb.server/ext-wrapper.exp: New file.
12437
cc12ce38
DE
124382015-07-23 Doug Evans <dje@google.com>
12439
12440 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12441 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12442
d0d84780
PMR
124432015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12444
12445 * gdb.ada/var_arr_typedef.exp: New testcase.
12446 * gdb.ada/var_arr_typedef/pack.adb: New file.
12447 * gdb.ada/var_arr_typedef/pack.ads: New file.
12448 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12449
8b558f79
JB
124502015-07-20 Joel Brobecker <brobecker@adacore.com>
12451
12452 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12453
775a3298
JK
124542015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12455
12456 * gdb.arch/i386-biarch-core.exp: Replace istarget
12457 by "complete set gnutarget". Remove expectation for the "core-file"
12458 command.
12459
db1ff28b
JK
124602015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 Revert the previous commit:
12463 Tests for validate symbol file using build-id.
12464
0a94970d
JK
124652015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12466
12467 Tests for validate symbol file using build-id.
12468 * gdb.base/solib-mismatch-lib.c: New file.
12469 * gdb.base/solib-mismatch-libmod.c: New file.
12470 * gdb.base/solib-mismatch.c: New file.
12471 * gdb.base/solib-mismatch.exp: New file.
12472
03346981
SL
124732015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12474
12475 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12476 nios2-*-linux*.
12477 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12478 * gdb.base/siginfo.exp: Likewise.
12479 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12480
42422cc7
PL
124812015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12482
12483 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12484 Move it to ...
12485 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12486 ... here.
12487 * gdb.trace/range-stepping.exp: Check that the target supports
12488 range stepping.
12489
cfa68bae
JK
124902015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12491
12492 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12493
8ffdba26
PA
124942015-07-14 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/killed-outside.exp: New file.
12497 * gdb.base/killed-outside.c: New file.
12498
218a5a11
JK
124992015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12500
12501 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12502 (n at main): New.
12503 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12504
e03ed3c6
AA
125052015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12506
12507 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12508 infcall tests instead of setting up for KFAIL.
12509
485668e5
MM
125102015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12511
12512 * gdb.btrace/record_goto-step.exp: New.
12513
08464196
JK
125142015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 PR compile/18484
12517 * gdb.compile/compile.c (struct struct_type): Add volatile to
12518 selffield's type.
12519 * gdb.compile/compile.exp
12520 (compile code struct_object.selffield = &struct_object): Skip further
12521 struct_object tests if this one xfails.
12522
bcf5c1d9
RC
125232015-07-08 Robert O'Callahan <robert@ocallahan.org>
12524
12525 PR exp/18617
12526 * gdb.trace/ax.exp: Add test.
12527
4931af25
YQ
125282015-07-07 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12531 instead of istarget "aarch64*-*-*".
12532 * gdb.arch/aarch64-fp.exp: Likewise.
12533 * gdb.base/float.exp: Likewise.
12534 * gdb.reverse/aarch64.exp: Likewise.
12535 * lib/gdb.exp (is_aarch64_target): New proc.
12536
9fcf688e
YQ
125372015-07-07 Yao Qi <yao.qi@linaro.org>
12538
12539 * lib/gdb.exp (is_aarch32_target): New proc.
12540 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12541 instead of "istarget "arm*-*-*"".
12542 * gdb.arch/arm-disp-step.exp: Likewise.
12543 * gdb.arch/thumb-bx-pc.exp: Likewise.
12544 * gdb.arch/thumb-prologue.exp: Likewise.
12545 * gdb.arch/thumb-singlestep.exp: Likewise.
12546 * gdb.base/disp-step-syscall.exp: Likewise.
12547 * gdb.base/float.exp: Likewise.
12548
fbd8d50d
YQ
125492015-07-07 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12552 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12553
71be1fdc
YQ
125542015-07-07 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12557 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12558 if it exists.
12559 * gdb.multi/multi-arch.exp: Likewise.
12560
3e221d36
SM
125612015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12564 print.
12565
d441430b
YQ
125662015-07-07 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12569
06f810bd
MG
125702015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12571
12572 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12573 '[' and ']' characters.
12574
5e61e7c0
IB
125752015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12576
12577 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12578
28bf096c
PA
125792015-06-29 Pedro Alves <palves@redhat.com>
12580
12581 PR threads/18127
12582 * gdb.threads/hand-call-new-thread.c: New file.
12583 * gdb.threads/hand-call-new-thread.c: New file.
12584
ee93cd5e
KS
125852015-06-26 Keith Seitz <keiths@redhat.com>
12586 Doug Evans <dje@google.com>
12587
12588 PR 16253
12589 * gdb.cp/var-tag-2.cc: New file.
12590 * gdb.cp/var-tag-3.cc: New file.
12591 * gdb.cp/var-tag-4.cc: New file.
12592 * gdb.cp/var-tag.cc: New file.
12593 * gdb.cp/var-tag.exp: New file.
12594
fc637f04
PP
125952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12596
12597 * gdb.base/history-duplicates.exp: New test.
12598
2e52ae68
PP
125992015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12600
12601 * gdb.base/completion.exp: Test the completion of the "focus"
12602 command.
12603
6e22494e
JK
126042015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 * gdb.arch/amd64-prologue-skip.S: New file.
12607 * gdb.arch/amd64-prologue-skip.exp: New file.
12608
bf7b9cd9
SM
126092015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12612 is_address_zero_readable check.
12613
201e8dfd
PB
126142015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12615
12616 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12617 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12618
5cd867b4
YQ
126192015-06-24 Yao Qi <yao.qi@linaro.org>
12620
12621 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12622 linux targets.
12623
4d7be007
YQ
126242015-06-24 Yao Qi <yao.qi@linaro.org>
12625
12626 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12627 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12628 * gdb.base/siginfo-thread.exp: Likewise.
12629
07fcd301
YQ
126302015-06-22 Yao Qi <yao.qi@linaro.org>
12631
12632 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12633
52042a00
YQ
126342015-06-22 Yao Qi <yao.qi@linaro.org>
12635
12636 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12637 aarch64*-*-*.
12638 (skip_hw_watchpoint_tests): Likewise.
12639
74bd41ce
PP
126402015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12641
12642 * gdb.base/gdbinit-history.exp: Test the interaction between
12643 setting GDBHISTSIZE and setting the history size via .gdbinit.
12644
bc460514
PP
126452015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12646
12647 PR gdb/16999
12648 * gdb.base/gdbhistsize-history.exp: New test.
12649
b58c513b
PP
126502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12651
12652 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12653 with GDBHISTSIZE.
12654 * gdb.base/readline.exp: Likewise.
12655
92046791
YQ
126562015-06-17 Yao Qi <yao.qi@linaro.org>
12657
12658 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12659 line.
12660
2093d2d3
PP
126612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12662
12663 * gdb.base/gdbinit-history.exp: Add test case to check that
12664 an unlimited history file does not get truncated on exit.
12665
e6c693af
AA
126662015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12667
12668 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12669 (VECTOR): New macro. Use it...
12670 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12671 ...for these typedefs.
12672 (int8, char1, int1, double1): New typedefs.
12673 (struct just_int2, struct two_int2): New structures.
12674 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12675 (add_structvecs, add_singlevecs): New functions.
12676 (main): Call add_some_intvecs twice.
12677 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12678 the compile and exit upon failure. Try compiling for the "native"
12679 architecture. Test inferior function calls with vector arguments
12680 and vector return value handling with "finish" and "return".
12681
c74f7d1c
JT
126822015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12683
12684 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12685 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12686 PE file.
12687 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12688
98aa42ee
AT
126892015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12690
12691 PR breakpoints/16465
12692 * gdb.mi/mi-dprintf-pending.c: New file.
12693 * gdb.mi/mi-dprintf-pending.exp: New test.
12694 * gdb.mi/mi-dprintf-pendshr.c: New file.
12695
7d73c23c 126962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12697 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12698
12699 * gdb.arch/i386-mpx-map.c: New file.
12700 * gdb.arch/i386-mpx-map.exp: New File.
12701
127022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12703
12704 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12705 * gdb.arch/i386-mpx.exp: Indentation fixed.
12706
127072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12708
12709 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12710 function and improved indentation.
12711 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12712 gdb_test_multiple. Added additional tests to skip the test.
12713
127142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12715
12716 * gdb.arch/i386-avx512.c: Change path in include file.
12717 * gdb.arch/i386-avx512.exp: Change include dir path
12718 compilation flag.
12719 * gdb.arch/i386-mpx.c: Change path in include file.
12720 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12721 flag.
12722
d5eba19a
JK
127232015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 * gdb.compile/compile-print.exp (compile print *vararray@3)
12726 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12727
7f361056
JK
127282015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12731 (do not keep jit in memory): ... this.
12732 (expect 5): Change it to ...
12733 (expect no 5): ... this.
12734
3b462ec2
SM
127352015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 PR gdb/15564
12738 * gdb.mi/mi-detach.exp: New file.
12739
e0619de6
JK
127402015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 PR symtab/18392
12743 * gdb.arch/amd64-tailcall-self.S: New file.
12744 * gdb.arch/amd64-tailcall-self.c: New file.
12745 * gdb.arch/amd64-tailcall-self.exp: New file.
12746
e970cb34
DB
127472015-05-28 Don Breazeal <donb@codesourcery.com>
12748
12749 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12750 tests for remote targets by checking is_target_gdbserver.
12751
b2e2f908
DE
127522015-05-27 Doug Evans <dje@google.com>
12753
12754 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12755 * gdb.dwarf2/opaque-type-lookup.c: New file.
12756 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12757
82c7be31
DE
127582015-05-26 Doug Evans <dje@google.com>
12759
12760 * gdb.cp/iostream.cc: New file.
12761 * gdb.cp/iostream.exp: New file.
12762
b4f54984
DE
127632015-05-26 Doug Evans <dje@google.com>
12764
12765 * gdb.dwarf2/dw2-op-call.exp: Update.
12766 * gdb.dwarf2/dw4-sig-types.exp: Update.
12767 * gdb.dwarf2/implptr.exp: Update.
12768 * gdb.mi/mi-cmd-param-changed.exp: Update.
12769
4ea6efe9
DE
127702015-05-26 Doug Evans <dje@google.com>
12771
12772 * gdb.python/py-lazy-string.c: New file.
12773 * gdb.python/py-lazy-string.exp: New file.
12774 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12775 (main): Update. Add estring3.
12776 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12777 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12778
f6bb7db3
YQ
127792015-05-26 Omair Javaid <omair.javaid@linaro.org>
12780 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.reverse/aarch64.c: New.
12783 * gdb.reverse/aarch64.exp: New.
12784
a81bfbd0
OJ
127852015-05-26 Omair Javaid <omair.javaid@linaro.org>
12786
25d49b86
PA
12787 * lib/gdb.exp (supports_process_record): Return true for
12788 aarch64*-linux*.
a81bfbd0
OJ
12789 (supports_reverse): Likewise.
12790
158bf1b4
PP
127912015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12792
12793 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12794 Use with_test_prefix.
12795
a0145030
AB
127962015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12797
12798 * gdb.base/completion.exp: Add test for completion of layout
12799 names.
12800
ebe3b578
AB
128012015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12802
12803 * lib/gdb.exp (skip_tui_tests): New proc.
12804 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12805
84204ed7
PA
128062015-05-19 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12809 Save the whole env array instead of just HOME. Unset HISTSIZE in
12810 the environment while testing. Restore whole environment
12811 afterwards.
12812
37442ce1
DE
128132015-05-16 Doug Evans <xdje42@gmail.com>
12814
12815 * gdb.guile/scm-ports.c: New file.
12816 * gdb.guile/scm-ports.exp: Add memory port tests.
12817
36de76f9
JK
128182015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12819
12820 * gdb.compile/compile-print.c: New file.
12821 * gdb.compile/compile-print.exp: New file.
12822
3a9558c4
JK
128232015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12824
12825 * gdb.compile/compile-ops.exp: Cast param to void.
12826 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12827 (compile code struct_object.selffield = &struct_object): Add xfail.
12828
aa715135
JG
128292015-05-15 Joel Brobecker <brobecker@adacore.com>
12830
12831 * gdb.ada/arr_enum_with_gap: New testcase.
12832
931e5bc3
JG
128332015-05-15 Joel Brobecker <brobecker@adacore.com>
12834
12835 * gdb.ada/byte_packed_arr: New testcase.
12836
9cd4d857
JB
128372015-05-15 Joel Brobecker <brobecker@adacore.com>
12838
12839 * gdb.ada/pckd_neg: New testcase.
12840
ebfd00d2
PP
128412015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12842
12843 PR gdb/17820
12844 * gdb.base/gdbinit-history.exp: New test.
12845 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12846 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12847
4c082a81
SC
128482015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12849
12850 * gdb.python/py-xmethods.cc: Enhance test case.
12851 * gdb.python/py-xmethods.exp: New tests.
12852 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12853 function.
12854 (B_indexoper): Likewise.
12855 (global_dm_list) : Add new xmethod worker functions.
12856
f7797074
SDJ
128572015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12858
12859 * gdb.base/coredump-filter.exp: Correctly unset
12860 "coredump_var_addr" array.
12861
a4674e4e
PA
128622015-05-08 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.server/non-existing-program.exp: Unset spawn_id.
12865
df2eb078
SC
128662015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12867
12868 PR python/18291
12869 * gdb.python/py-xmethods.exp: Add tests.
12870
422349a3
YQ
128712015-05-08 Yao Qi <yao.qi@linaro.org>
12872
12873 PR gdb/18208
12874 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12875 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12876 function set_coredump_filter, and remove remote_exec call.
12877 Remove argument ipid. Callers update.
12878 (top level): Don't get inferior's PID.
12879
63fc80ce
AA
128802015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12881
12882 * gdb.base/watch_thread_num.exp: Skip test on targets without
12883 access watchpoints.
12884
80ad801e
PA
128852015-05-06 Pedro Alves <palves@redhat.com>
12886
12887 PR server/18081
12888 * gdb.server/non-existing-program.exp: New file.
12889
0fa7fe50
JB
128902015-05-05 Joel Brobecker <brobecker@adacore.com>
12891
12892 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12893
3ea89b92
PMR
128942015-05-05 Joel Brobecker <brobecker@adacore.com>
12895
12896 * gdb.ada/out_of_line_in_inlined: New testcase.
12897
87b8eff0
JB
128982015-05-05 Joel Brobecker <brobecker@adacore.com>
12899
12900 * gdb.ada/var_rec_arr: New testcase.
12901
5fccc635
YQ
129022015-04-30 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/break-idempotent.exp: If
12905 skip_hw_watchpoint_multi_tests returns true, skip the tests
12906 on "rwatch" and "awatch".
12907
42d38f42
YQ
129082015-04-30 Yao Qi <yao.qi@linaro.org>
12909
12910 * gdb.base/relativedebug.exp: Invoke gdb command
12911 "info sharedlibrary", and if libc.so doesn't have debug info,
12912 skip the test.
12913
2ce1cdbf
DE
129142015-04-29 Doug Evans <dje@google.com>
12915
12916 * gdb.python/py-xmethods.exp: Add ptype tests.
12917 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12918 get_result_type method.
12919
f24a38c5
LM
129202015-04-29 Luis Machado <lgustavo@codesourcery.com>
12921
12922 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12923 the target does not support hardware watchpoints.
12924
ecbf2b3c
LM
129252015-04-29 Luis Machado <lgustavo@codesourcery.com>
12926
12927 * gdb.base/break-always.exp: Abort testing if writing to memory
12928 causes an error.
12929
34f5f757
DE
129302015-04-28 Doug Evans <dje@google.com>
12931
12932 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12933 * gdb.python/py-pp-registration.exp: ... here. New file.
12934 * gdb.python/py-pp-registration.c: New file.
12935 * gdb.python/py-pp-registration.py: New file.
12936
69b4374a
DE
129372015-04-28 Doug Evans <dje@google.com>
12938
12939 * gdb.python/py-bad-printers.c: New file.
12940 * gdb.python/py-bad-printers.py: New file.
12941 * gdb.python/py-bad-printers.exp: New file.
12942
59fb7612
SS
129432015-04-28 Sasha Smundak <asmundak@google.com>
12944
12945 * gdb.python/py-type.exp: New test.
12946
2631b16a
AW
129472015-04-28 Andy Wingo <wingo@igalia.com>
12948
12949 * gdb.python/py-parameter.exp:
12950 * gdb.guile/scm-parameter.exp: Escape the path that we are
12951 matching against, as it might contain characters that are special
12952 to regular expressions.
12953
460efde1
JB
129542015-04-27 Joel Brobecker <brobecker@adacore.com>
12955
12956 * gdb.ada/rec_comp: New testcase.
12957
2d369d8e
SDJ
129582015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12959
12960 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12961 before using it.
12962
cf75d6c3
AB
129632015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12964
12965 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12966 new tests for verilog output.
12967
8dbe7ca5
YQ
129682015-04-24 Yao Qi <yao.qi@linaro.org>
12969
12970 * boards/remote-gdbserver-on-localhost.exp: New file.
12971
4ef9fb2f
PA
129722015-04-23 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12975 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12976 "end of file", remove $inferior_spawn_id from the indirect list.
12977
0a803169
PA
129782015-04-23 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12981
749ef8f8
PA
129822015-04-23 Pedro Alves <palves@redhat.com>
12983
12984 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12985 on $any_spawn_id instead of only on $gdb_spawn_id.
12986
8aae4344
PM
129872015-04-21 Pierre Muller <muller@sourceware.org>
12988
12989 PR pascal/17815
12990 * lib/pascal.exp (gpc_compile): Add new option "class".
12991 (fpc_compile): Likewise.
12992 * gdb.pascal/case-insensitive-symbols.pas: New file.
12993 * gdb.pascal/case-insensitive-symbols.exp: New file.
12994
1586c8fb
GB
129952015-04-20 Gary Benson <gbenson@redhat.com>
12996
12997 * gdb.base/attach.exp: Fix three extended remote failures.
12998
1b6e6f5c
GB
129992015-04-17 Gary Benson <gbenson@redhat.com>
13000
13001 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13002 the main executable over the remote protocol.
13003
e797481d
PA
130042015-04-16 Pedro Alves <palves@redhat.com>
13005
13006 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13007 a new gdbserver if gdbserver_reconnect_p is set.
13008
1ca99c42
PA
130092015-04-16 Pedro Alves <palves@redhat.com>
13010
13011 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13012 is set, don't exit gdbserver.
13013
af9fd6f8
AA
130142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13015
13016 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13017 appropriate .insn, such that an older assembler can be used.
13018 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13019 the z/Architecture instruction set on 31-bit targets as well.
13020
04ff1e61
AA
130212015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13022
13023 * gdb.go/handcall.exp: Remove all logic related to the first
13024 breakpoint and rely on go_runto_main instead.
13025 * gdb.go/strings.exp: Likewise.
13026 * gdb.go/unsafe.exp: Likewise.
13027 * gdb.go/hello.exp: Likewise. Also rename the remaining
13028 breakpoint marker to "breakpoint 1".
13029 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13030 * gdb.go/strings.go: Likewise.
13031 * gdb.go/unsafe.go: Likewise.
13032 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13033 "set breakpoint 2 here" and rename the remaining breakpoint marker
13034 to "breakpoint 1".
13035
40d2f8d6
SM
130362015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13037
13038 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13039 if itertools.imap is not present.
13040 * gdb.python/py-objfile.exp: Add parentheses.
13041 * gdb.python/py-type.exp: Same.
13042 * gdb.python/py-unwind-maint.py: Same.
13043
8cbc97c6
YQ
130442015-04-15 Yao Qi <yao.qi@linaro.org>
13045
13046 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13047 of ":$ptr_size" and set its form explicitly.
13048
45fd756c
YQ
130492015-04-15 Pedro Alves <palves@redhat.com>
13050 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13053 timeout by factor of 4.
13054 (test_regular_watch): Likewise.
13055 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13056 * gdb.reverse/sigall-reverse.exp: Likewise.
13057 * gdb.reverse/until-precsave.exp: Likewise.
13058 * lib/gdb.exp (with_timeout_factor): New proc.
13059 (gdb_expect): Move some code to ...
13060 (get_largest_timeout): ... here. New procedure.
13061
9e811bc3
LM
130622015-04-14 Luis Machado <lgustavo@codesourcery.com>
13063
13064 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13065
0ff6fcb2
LM
130662015-04-13 Luis Machado <lgustavo@codesourcery.com>
13067
13068 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13069 to write to the .text section.
13070
7578d5f7
LM
130712015-04-13 Luis Machado <lgustavo@codesourcery.com>
13072
13073 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13074 Handle the case of targets that do not provide PID information.
13075
2efe15c4
YQ
130762015-04-13 Yao Qi <yao.qi@linaro.org>
13077
13078 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13079 and use expect instead of gdb_expect.
13080
8cd8f2f8
SDJ
130812015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13082
13083 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13084 "coredump_var_addr" to avoid naming conflict with other testcases.
13085
9ee41772
PA
130862015-04-10 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13089 gdb_test_sequence and gdb_assert.
13090
07473109
PA
130912015-04-10 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13094 test messages that don't include the breakpoint address.
13095
de3db44c
YQ
130962015-04-10 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13099 false for some offset and width combinations which aren't
13100 supported by linux kernel.
13101
c79d856c
PA
131022015-04-10 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13105 procedure, factored out from ...
13106 (top level): ... here. Add "set displaced-stepping" testing axis.
13107 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13108 parameter "displaced". Use it.
13109 (top level): Use foreach and add "set displaced-stepping" testing
13110 axis.
13111
ebc90b50
PA
131122015-04-10 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13115 Remove comment.
13116 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13117 both the address of the instruction that triggers the watchpoint
13118 and the address of the instruction immediately after, and use
13119 those addresses for the test. Fix comment.
13120
8f572e5c
PA
131212015-04-10 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/sigstep.exp (breakpoint_to_handler)
13124 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13125 Test "backtrace" in handler.
13126 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13127 (top level): Add new "displaced" test axis to
13128 breakpoint_to_handler, breakpoint_to_handler_entry and
13129 breakpoint_over_handler.
13130
8d707a12
PA
131312015-04-10 Pedro Alves <palves@redhat.com>
13132
13133 PR gdb/18216
13134 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13135
ef713951
YQ
131362015-04-10 Yao Qi <yao.qi@linaro.org>
13137
13138 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13139 (test_add_rn_pc): New function.
13140 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13141 (top level): Invoke test_add_rn_pc.
13142
906d60cf
PA
131432015-04-10 Pedro Alves <palves@redhat.com>
13144
13145 PR gdb/13858
13146 * gdb.base/step-over-no-symbols.exp: New file.
13147
f2983cc3
AW
131482015-04-09 Andy Wingo <wingo@igalia.com>
13149
13150 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13151 after the Python tests.
13152
6d62641c
SDJ
131532015-04-08 Keith Seitz <keiths@redhat.com>
13154
13155 PR python/16699
13156 * gdb.python/py-completion.exp: New tests for completion.
13157 * gdb.python/py-completion.py (CompleteLimit1): New class.
13158 (CompleteLimit2): Likewise.
13159 (CompleteLimit3): Likewise.
13160 (CompleteLimit4): Likewise.
13161 (CompleteLimit5): Likewise.
13162 (CompleteLimit6): Likewise.
13163 (CompleteLimit7): Likewise.
13164
f3770638
PA
131652015-04-08 Pedro Alves <palves@redhat.com>
13166
13167 PR gdb/18214
13168 PR gdb/18216
13169 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13170 function.
13171 (main): Install it as SIGUSR1 handler.
13172 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13173 parameter. Always use "setup" as prefix. Toggle "set
13174 displaced-stepping" off/on depending on global. Don't switch to
13175 thread 1 here.
13176 (top level): Add displaced stepping "off/on" test axis. Update
13177 "setup" calls. Wrap each subtest with with_test_prefix. Test
13178 continuing with a queued signal in each thread.
13179
4496bed7
PA
131802015-04-08 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13183 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13184 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13185 Return early if running to main fails.
13186 * gdb.trace/while-stepping.exp: Likewise.
13187
b97fde92
PA
131882015-04-07 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13191 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13192 interact with inferior program.
13193
f71c18e7
PA
131942015-04-07 Pedro Alves <palves@redhat.com>
13195
13196 * lib/gdb.exp (inferior_spawn_id): New global.
13197 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13198 spawn id after processing the user code.
13199 (default_gdb_start): Set inferior_spawn_id.
13200 (send_inferior): New procedure.
13201 * lib/gdbserver-support.exp (gdbserver_start): Set
13202 inferior_spawn_id.
13203 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13204
6423214f
PA
132052015-04-07 Pedro Alves <palves@redhat.com>
13206
13207 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13208 * lib/gdbserver-support.exp (gdbserver_start): Make
13209 $server_spawn_id global.
13210 (gdbserver_start): Don't wait for gdbserver's spawn id with
13211 expect_background.
13212 (close_gdbserver): New procedure.
13213 (gdb_exit): Rename the default version and reimplement.
13214
71c0ee8c
PA
132152015-04-07 Pedro Alves <palves@redhat.com>
13216
72f4393d 13217 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13218 append the substituted item, not the original item.
13219
203bc29b
PA
132202015-04-07 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13223 gdb_expect.
13224
508a3ddf
PA
132252015-04-07 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13228 output appearing once only.
13229
9f6dbe2b
PA
132302015-04-07 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13233 that doesn't expect anything. Return early if running to main
13234 fails.
13235
337532fa
YQ
132362015-04-07 Yao Qi <yao.qi@linaro.org>
13237
13238 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13239 (child_function): Call alarm.
13240 (main): Move call to alarm into the loop.
13241 * gdb.threads/non-stop-fair-events.exp: Build program with
13242 -DTIMEOUT=$timeout.
13243
01b622d4
DE
132442015-04-06 Doug Evans <xdje42@gmail.com>
13245
13246 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13247 Fix dest parameter to board_info.
13248 (fpc_compile): Ditto.
13249 (gdb_compile_pascal): Rename dest arg to destfile.
13250
961f4160
PMR
132512015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13252
13253 * gdb.ada/funcall_ref.exp: New file.
13254 * gdb.ada/funcall_ref/foo.adb: New file.
13255
cafda597
YQ
132562015-04-02 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13259 is remote.
13260
fed040c6
GB
132612015-04-02 Gary Benson <gbenson@redhat.com>
13262
13263 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13264
d11916aa
SS
132652015-04-01 Sasha Smundak <asmundak@google.com>
13266
13267 * gdb.python/py-unwind-maint.c: New file.
13268 * gdb.python/py-unwind-maint.exp: New test.
13269 * gdb.python/py-unwind-maint.py: New file.
13270 * gdb.python/py-unwind.c: New file.
13271 * gdb.python/py-unwind.exp: New test.
13272 * gdb.python/py-unwind.py: New test.
13273
a1471180
PA
132742015-04-01 Pedro Alves <palves@redhat.com>
13275
13276 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13277 to fail instead of non-existent $test.
13278
0bbeccb1
PA
132792015-04-01 Pedro Alves <palves@redhat.com>
13280
13281 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13282 GDBFLAGS if not empty.
13283
3c724c8c
PMR
132842015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13285
13286 * gdb.ada/complete.exp: Remove "multi_line".
13287 * gdb.ada/info_exc.exp: Remove "multi_line".
13288 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13289 * gdb.ada/ptype_field.exp: Remove "multi_line".
13290 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13291 * gdb.ada/tagged.exp: Remove "multi_line".
13292 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13293 [multi_line ...]
13294 * gdb.btrace/delta.exp: Likewise.
13295 * gdb.btrace/exception.exp: Likewise.
13296 * gdb.btrace/function_call_history.exp: Likewise.
13297 * gdb.btrace/instruction_history.exp: Likewise.
13298 * gdb.btrace/nohist.exp: Likewise.
13299 * gdb.btrace/record_goto.exp: Likewise.
13300 * gdb.btrace/segv.exp: Likewise.
13301 * gdb.btrace/stepi.exp: Likewise.
13302 * gdb.btrace/tailcall.exp: Likewise.
13303 * gdb.btrace/unknown_functions.exp: Likewise.
13304 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13305 * lib/gdb.exp: Add the "multi_line" helper.
13306
4eec2deb
PA
133072015-04-01 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.threads/tid-reuse.c: New file.
13310 * gdb.threads/tid-reuse.exp: New file.
13311
df8411da
SDJ
133122015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13313
13314 PR corefiles/16092
13315 * gdb.base/coredump-filter.c: New file.
13316 * gdb.base/coredump-filter.exp: Likewise.
13317
6ef37366
PM
133182015-03-27 Petr Machata <pmachata@redhat.com>
13319
13320 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13321 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13322 (Dwarf::assemble): Initialize them.
13323 (Dwarf::lines): New function.
13324
7ec911b0
JT
133252015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13326
13327 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13328 SYMBOL_PREFIX for x86_64-*-cygwin.
13329
ff908ebf
AW
133302015-03-26 Andy Wingo <wingo@igalia.com>
13331
13332 PR symtab/18148
13333 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13334 const_value but not a location.
13335 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13336 location defined in non-main CUs are visible.
13337
6d5f0679
YQ
133382015-03-26 Yao Qi <yao.qi@linaro.org>
13339
13340 PR testsuite/18139
13341 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13342 Add a line number entry for the same line.
13343 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13344 Add a line number entry for the same line.
13345
2898689b
YQ
133462015-03-26 Yao Qi <yao.qi@linaro.org>
13347
13348 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13349 .int 0.
13350 (func): Likewise. Add .Lfunc_1 label.
13351 Use .Lfunc_1 label.
13352 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13353 .int 0.
13354 (func): Likewise.
13355 Use .Lfunc_1 label.
13356
85180498
YQ
133572015-03-26 Yao Qi <yao.qi@linaro.org>
13358
13359 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13360 Call gdb_compile instead to compile each .s files without debug
13361 information.
13362
8aa08a8d
YQ
133632015-03-26 Yao Qi <yao.qi@linaro.org>
13364
13365 * gdb.base/savedregs.exp (process_saved_regs): Make
13366 "Saved registers:" optional in the pattern.
13367
66849923
MM
133682015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13369
13370 * gdb.btrace/next.exp: Merged into step.exp.
13371 * gdb.btrace/finish.exp: Merged into step.exp.
13372 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13373 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13374 "record goto" and checking the exact replay position.
13375 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13376 check for "Recording format" in "info record" output.
13377 * gdb.btrace/record_goto.exp: Choose test file based on target.
13378 * gdb.btrace/x86-record_goto.S: Renamed into ...
13379 * gdb.btrace/x86_64-record_goto.S: ... this.
13380 * gdb.btrace/i686-record_goto.S: New.
13381 * gdb.btrace/x86-tailcall.S: Renamed into ...
13382 * gdb.btrace/x86_64-tailcall.S: ... this.
13383 * gdb.btrace/i686-tailcall.S: New.
13384 * gdb.btrace/x86-tailcall.c: Renamed into ...
13385 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13386 separate statements. Update test.
13387 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13388 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13389 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13390 * gdb.btrace/tailcall.exp: Choose test file based on target.
13391 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13392
11cc1b74
MM
133932015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13394
13395 * gdb.btrace/exception.exp: Increase BTS buffer size.
13396
a25d8bf9
PA
133972015-03-24 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13400
856e7dd6
PA
134012015-03-24 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.threads/schedlock.exp (test_step): No longer expect that
13404 "set scheduler-locking step" with "next" over a function call runs
13405 threads unlocked.
13406
ad235a41
AT
134072015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13408
13409 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13410
15630549
AT
134112015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13412
13413 PR breakpoints/16466
13414 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13415 * gdb.mi/mi-pending.c (thread_func): New function.
13416 (int main): Add threading support required.
13417 * gdb.mi/mi-pending.exp: Add tests for this issue.
13418 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13419 (pendfunc2): Remove stdio dependency.
13420 * gdb.mi/mi-pendshr2.c: New file.
13421
693dca06
KS
134222015-03-23 Keith Seitz <keiths@redhat.com>
13423
13424 * gdb.linespec/keywords.c: New file.
13425 * gdb.linespec/keywords.exp: New file.
13426
7e993ebf
KS
134272015-03-23 Keith Seitz <keiths@redhat.com>
13428
13429 PR gdb/18021
13430 * gdb.dwarf2/staticvirtual.exp: New test.
13431
bc23328c
JK
134322015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13433
13434 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13435 * README: Remove HP-UX and gdb.hp.
13436 (configuration):
13437 * configure: Regenerate.
13438 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13439 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13440 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13441 gdb.hp/gdb.defects/Makefile.
13442 * gdb.hp/Makefile.in: File deleted.
13443 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13444 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13445 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13446 * gdb.hp/gdb.aCC/run.c: File deleted.
13447 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13448 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13449 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13450 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13451 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13452 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13453 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13454 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13455 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13456 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13457 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13458 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13459 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13460 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13461 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13462 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13463 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13464 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13465 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13466 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13467 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13468 * gdb.hp/gdb.compat/average.c: File deleted.
13469 * gdb.hp/gdb.compat/sum.c: File deleted.
13470 * gdb.hp/gdb.compat/xdb.c: File deleted.
13471 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13472 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13473 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13474 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13475 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13476 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13477 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13478 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13479 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13480 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13481 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13482 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13483 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13484 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13485 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13486 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13487 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13488 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13489 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13490 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13491 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13492 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13493 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13494 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13495 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13496 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13497 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13498 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13499 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13500 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13501 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13502 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13503 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13504 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13505 * gdb.hp/tools/odump: File deleted.
13506
8bf3b159
PA
135072015-03-19 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13510 (saw_thread_3): New globals.
13511 (top level): Increment them when an event for the corresponding
13512 thread is seen.
13513 (no thread starvation): New test.
13514
eb54c8bf
PA
135152015-03-19 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.threads/continue-pending-status.c: New file.
13518 * gdb.threads/continue-pending-status.exp: New file.
13519
32d2e5d6
PA
135202015-03-18 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13523 Use gdb_is_target_remote instead of is_remote. Use
13524 gdb_test_multiple instead of gdb_expect. Exit early if
13525 gdb_test_multiple hits its internal matches. Tighten stepi tests
13526 expected output. Fail on exit with any signal, instead of just
13527 SIGILL.
13528
f68f11b7
YQ
135292015-03-18 Yao Qi <yao.qi@linaro.org>
13530
13531 PR tdep/18107
13532 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13533 variable.
13534 * gdb.base/catch-syscall.exp: Don't skip it on
13535 aarch64*-*-linux* target. Remove elements in all_syscalls.
13536 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13537 target.
13538 (setup_all_syscalls): New proc.
13539
ca5fd19b
YQ
135402015-03-16 Yao Qi <yao.qi@linaro.org>
13541
13542 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13543 (top level): Skip tests if valid_addr_p returns false for
13544 $cmd1 or $cmd2.
13545
85642ba0
AW
135462015-03-11 Andy Wingo <wingo@igalia.com>
13547
13548 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13549
e03f9645
YQ
135502015-03-11 Yao Qi <yao.qi@linaro.org>
13551
13552 * gdb.base/catch-syscall.exp: Fix typo in comments.
13553
5d0962b2
YQ
135542015-03-11 Yao Qi <yao.qi@linaro.org>
13555
13556 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13557
b2df3cef
PA
135582015-03-09 Pedro Alves <palves@redhat.com>
13559
13560 * dg-extract-results.py: Delete.
13561
ef878e53
PA
135622015-03-09 Pedro Alves <palves@redhat.com>
13563
13564 Merge dg-extract-results.sh from GCC upstream (r218843).
13565
13566 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13567 * dg-extract-results.sh: Use --text with grep to avoid issues with
13568 binary files. Fall back to cat -v, if that doesn't work.
13569
9494d219
PA
135702015-03-05 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13573
a8d9763a
SM
135742015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13575
13576 * lib/mi-support.exp (mi_expect_interrupt): Accept
13577 alternative event for when in all-stop mode.
13578
be9957b8
PA
135792015-03-04 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13582
d57be0f4 135832015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13584
13585 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13586
c214c7cf
AA
135872015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13588
13589 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13590 regexps for GDB's current line display, accept a hex address
13591 preceding the line number.
13592
6d74a497
AA
135932015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13594
13595 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13596 the 'arch1' variable for "s390*-linux*" targets.
13597
511aee7c
PA
135982015-03-04 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13601 (main): Pass missing retval argument to pthread_join call.
13602
95e50b27
PA
136032015-03-02 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13606 (top level): Call do_test with non-stop as well.
13607
28054d69
PA
136082015-03-02 Pedro Alves <palves@redhat.com>
13609
13610 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13611 -1.
13612
4fa5d7b4
AA
136132015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614
13615 * gdb.arch/s390-vregs.exp: New test.
13616 * gdb.arch/s390-vregs.S: New file.
13617
97c18565
PA
136182015-02-27 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13621 call to catch_command_errors.
13622 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13623 catch_command_errors.
13624
a37bfa30
PA
136252015-02-27 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13628 "true" for boolean result.
13629 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13630 prototype of main.
13631
6f98576f
PA
136322015-02-27 Pedro Alves <palves@redhat.com>
13633
13634 * lib/unbuffer_output.c: New file.
13635 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13636 (main): Call gdb_unbuffer_output.
13637
eba5ab56
YQ
136382015-02-27 Yao Qi <yao.qi@linaro.org>
13639
13640 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13641 target.
13642
0def5aaa
DE
136432015-02-26 Doug Evans <dje@google.com>
13644
13645 * gdb.cp/class2.cc (Dbase, D): New classes.
13646 (main): New local delta.
13647 * gdb.cp/class2.exp: Test printing delta.
13648 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13649 (dynbar): New global.
13650 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13651
081a1c2c
JK
136522015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13653
13654 * gdb.compile/compile-ifunc.c: New file.
13655 * gdb.compile/compile-ifunc.exp: New file.
13656
2f41223f
AT
136572015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13658
13659 * gdb.base/structs.exp: Check for correct struct on finish.
13660
03eddd80
YQ
136612015-02-26 Yao Qi <yao.qi@linaro.org>
13662
13663 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13664 is zero.
13665
80c57053
JK
136662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13667
13668 * gdb.arch/cordic.ko.bz2: New file.
13669 * gdb.arch/cordic.ko.debug.bz2: New file.
13670 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13671
21613c12
YQ
136722015-02-25 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13675 aarch64*-*-* target.
13676
d8b901ed
PA
136772015-02-23 Pedro Alves <palves@redhat.com>
13678
13679 * lib/gdb.exp (delete_breakpoints): Rewrite using
13680 gdb_test_multiple.
13681
e5b85ead
PA
136822015-02-23 Pedro Alves <palves@redhat.com>
13683
13684 * gdb.base/info-os.c: Include stdlib.h.
13685
85c3a371
DE
136862015-02-22 Doug Evans <xdje42@gmail.com>
13687
13688 PR symtab/17855
13689 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13690 is read after symbols have been re-read.
13691 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13692 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13693
96553a0c
DE
136942015-02-21 Doug Evans <dje@google.com>
13695
13696 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13697
97a0c697
JK
136982015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13699
13700 PR corefiles/17808
13701 * gdb.arch/i386-biarch-core.core.bz2: New file.
13702 * gdb.arch/i386-biarch-core.exp: New file.
13703
a47cd6e9
PA
137042015-02-21 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13707 runto_main fails.
13708
c5facdc4
PA
137092015-02-20 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13712 info probes.
13713
2db9a427
PA
137142015-02-20 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13717
60fb7e9e
PA
137182015-02-20 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13721 clean_restart before gdb_target_supports_trace.
13722
5c5019c2
PA
137232015-02-20 Pedro Alves <palves@redhat.com>
13724
13725 PR threads/18006
13726 * gdb.threads/clone-thread_db.c: New file.
13727 * gdb.threads/clone-thread_db.exp: New file.
13728
c9587f88
AT
137292015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13730
13731 PR breakpoints/16812
13732 * gdb.base/catch-gdb-caused-signals.c: New file.
13733 * gdb.base/catch-gdb-caused-signals.exp: New file.
13734
f6a88844
JM
137352015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13736
13737 * configure: Regenerated.
13738 * configure.ac: Use GDB_AC_TRANSFORM.
13739 * aclocal.m4: sinclude ../transform.m4.
13740
497c491b
JM
137412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13742
13743 * lib/dtrace.exp: New file.
13744 * gdb.base/dtrace-probe.exp: Likewise.
13745 * gdb.base/dtrace-probe.d: Likewise.
13746 * gdb.base/dtrace-probe.c: Likewise.
13747 * lib/pdtrace.in: Likewise.
13748 * configure.ac: Output variables with the transformed names of
13749 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13750 * configure: Regenerated.
13751
03e98035
JM
137522015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13753
13754 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13755 expected message when trying to access $_probe_* convenience
13756 variables while not on a probe.
13757
63cc30e9
JK
137582015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13759
13760 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13761
0703599a
PA
137622015-02-11 Pedro Alves <pedro@codesourcery.com>
13763
13764 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13765 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13766
7e60a48e
DE
137672015-02-10 Doug Evans <xdje42@gmail.com>
13768
13769 * lib/gdb.exp (gdb_load): Always return a result.
13770
01b088bc
PA
137712015-02-10 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.threads/signal-sigtrap.c: New file.
13774 * gdb.threads/signal-sigtrap.exp: New file.
13775
b05ec7a5
AT
137762015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13777
13778 * gdb.trace/no-attach-trace.c: New file.
13779 * gdb.trace/no-attach-trace.exp: New file.
13780
a2c2acaf
MW
137812015-02-09 Mark Wielaard <mjw@redhat.com>
13782
13783 * gdb.dwarf2/atomic.c: New file.
13784 * gdb.dwarf2/atomic-type.exp: Likewise.
13785
31fd9caa
MM
137862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13787
13788 * gdb.btrace/buffer-size.exp: Update "info record" output.
13789 * gdb.btrace/delta.exp: Update "info record" output.
13790 * gdb.btrace/enable.exp: Update "info record" output.
13791 * gdb.btrace/finish.exp: Update "info record" output.
13792 * gdb.btrace/instruction_history.exp: Update "info record" output.
13793 * gdb.btrace/next.exp: Update "info record" output.
13794 * gdb.btrace/nexti.exp: Update "info record" output.
13795 * gdb.btrace/step.exp: Update "info record" output.
13796 * gdb.btrace/stepi.exp: Update "info record" output.
13797 * gdb.btrace/nohist.exp: Update "info record" output.
13798
d33501a5
MM
137992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13800
13801 * gdb.btrace/buffer-size: New.
13802
f4abbc16
MM
138032015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13804
13805 * gdb.btrace/delta.exp: Update "info record" output.
13806 * gdb.btrace/enable.exp: Update "info record" output.
13807 * gdb.btrace/finish.exp: Update "info record" output.
13808 * gdb.btrace/instruction_history.exp: Update "info record" output.
13809 * gdb.btrace/next.exp: Update "info record" output.
13810 * gdb.btrace/nexti.exp: Update "info record" output.
13811 * gdb.btrace/step.exp: Update "info record" output.
13812 * gdb.btrace/stepi.exp: Update "info record" output.
13813 * gdb.btrace/nohist.exp: Update "info record" output.
13814
b9d61307
SM
138152015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13816
13817 PR gdb/15678
13818 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13819
e584fdbc
PA
138202015-02-06 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13823 macro.
13824 (seconds_left, again): New globals.
13825 (main): Wait seconds_left in a 1-second sleep loop instead of
13826 sleeping 180 seconds. If 'again' is set, reset the seconds
13827 counter.
13828 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13829 'again' in the inferior before detaching. Print the seconds left.
13830 (options): New global.
13831 (top level): Build program with -DTIMEOUT=$timeout.
13832
77f41761
PA
138332015-02-06 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13836 determine how many seconds to pass to 'alarm'.
13837 * gdb.base/gdb-sigterm.exp (top level): Build program with
13838 -DTIMEOUT=$timeout.
13839 (do_test): Return success/failure indication. Add more verbose
13840 logging. Don't fail if 200 single steps are seen. Instead, fail
13841 when the test times out.
13842 (passes): New global.
13843 (top level): Break the testing loop if testing fails on any
13844 iteration. Use gdb_assert.
13845
b9394193
DB
138462015-02-04 Don Breazeal <donb@codesourcery.com>
13847
13848 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13849 and initialize them.
13850 (ipc_cleanup): New function.
13851 (main): Don't declare shmid, semid, and msqid. Add a call to
13852 atexit so that we call ipc_cleanup on exit.
13853
42d9e528
PA
138542015-02-04 Pedro Alves <palves@redhat.com>
13855
13856 * boards/native-extended-gdbserver.exp: Remove any target variant
13857 specifications from the board name before clearing the isremote
13858 flag from board_info.
13859
ae6ae975
DE
138602015-01-31 Doug Evans <xdje42@gmail.com>
13861
13862 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13863
cfb069a8
GB
138642015-01-31 Gary Benson <gbenson@redhat.com>
13865
13866 * gdb.base/completion.exp: Disable completion limiting for
13867 existing tests. Add new tests to check completion limiting.
13868 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13869
5dd31d79
DE
138702015-01-31 Doug Evans <xdje42@gmail.com>
13871
13872 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13873
9f050062
DE
138742015-01-31 Doug Evans <xdje42@gmail.com>
13875
13876 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13877 entries. Duplicate file section script entries.
13878 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13879 inlined entries. Add test for safe-path rejection.
13880 * gdb.python/py-section-script.c: Add duplicate inlined section script
13881 entries. Duplicate file section script entries.
13882 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13883 inlined entries. Add test for safe-path rejection.
13884
df25ebbd
JB
138852015-01-29 Joel Brobecker <brobecker@adacore.com>
13886
13887 * gdb.ada/disc_arr_bound: New testcase.
13888
4a0ca9ec
JB
138892015-01-29 Joel Brobecker <brobecker@adacore.com>
13890
13891 * gdb.ada/mi_var_array: New testcase.
13892
3a8b707a
DE
138932015-01-27 Doug Evans <dje@google.com>
13894
13895 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13896 Add test for objfile.filename, objfile.username after objfile
13897 has been unloaded.
13898
f8313f6e
JB
138992015-01-26 Joel Brobecker <brobecker@adacore.com>
13900
13901 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13902 the second test to print the name attribute of value
13903 returned by the call to gdb.lookup_type, and adjust
13904 the expected output accordingly.
13905
37bc665e
MW
139062015-01-25 Mark Wielaard <mjw@redhat.com>
13907
13908 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13909 * gdb.base/disp-step-fork.c: Include unistd.h.
13910 * gdb.base/siginfo-obj.c: Include stdio.h.
13911 * gdb.base/siginfo-thread.c: Likewise.
13912 * gdb.mi/non-stop.c: Include unistd.h.
13913 * gdb.mi/nsthrexec.c: Include stdio.h.
13914 * gdb.mi/pthreads.c: Include unistd.h.
13915 * gdb.modula2/unbounded1.c (main): Declare returns int.
13916 * gdb.reverse/consecutive-reverse.c: Likewise.
13917 * gdb.threads/create-fail.c: Include unistd.h.
13918 * gdb.threads/killed.c: Likewise.
13919 * gdb.threads/linux-dp.c: Likewise.
13920 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13921 * gdb.threads/non-ldr-exc-2.c: Likewise.
13922 * gdb.threads/non-ldr-exc-3.c: Likewise.
13923 * gdb.threads/non-ldr-exc-4.c: Likewise.
13924 * gdb.threads/pthreads.c: Include unistd.h.
13925 (main): Declare returns int.
13926 * gdb.threads/tls-main.c (foo): New declaration.
13927 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13928
f7e5394d
SM
139292015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13930
13931 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13932 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13933
743649fd
MW
139342015-01-15 Mark Wielaard <mjw@redhat.com>
13935
13936 * gdb.base/noreturn-return.c: New file.
13937 * gdb.base/noreturn-return.exp: New file.
13938 * gdb.base/noreturn-finish.c: New file.
13939 * gdb.base/noreturn-finish.exp: New file.
13940
198297aa
PA
139412015-01-23 Pedro Alves <palves@redhat.com>
13942
13943 * gdb.threads/continue-pending-after-query.c: New file.
13944 * gdb.threads/continue-pending-after-query.exp: New file.
13945
717cf30c
AG
139462015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13947 Simon Marchi <simon.marchi@ericsson.com>
13948
13949 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13950 * gdb.base/valgrind-db-attach.exp: Same.
13951 * gdb.base/valgrind-infcall.exp: Same.
13952 * lib/mi-support.exp (default_mi_gdb_start): Same.
13953 * lib/prompt.exp (default_prompt_gdb_start): Same.
13954 * lib/gdb.exp (default_gdb_spawn): Same.
13955 (gdb_interact): New.
13956
13957
4b62a76e
JK
139582015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 * gdb.compile/compile.exp (pointer to jit function): New test.
13961
b4cdae6f
WW
139622015-01-17 Wei-cheng Wang <cole945@gmail.com>
13963
13964 * lib/gdb.exp (supports_process_record): Return true for
13965 powerpc*-*-linux*.
13966 (supports_reverse): Likewise.
13967
d221e7ef
DB
139682015-01-15 Don Breazeal <donb@codesourcery.com>
13969
13970 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13971 instead of checking whether the target board is remote and
13972 use spawn_wait_for_attach instead of exec/sleep.
13973 * gdb.base/attach-twice.exp: Likewise.
13974
bafffb51
JB
139752015-01-15 Joel Brobecker <brobecker@adacore.com>
13976
13977 * gdb.ada/var_arr_attrs: New testcase.
13978
5589af0e
PA
139792015-01-14 Pedro Alves <palves@redhat.com>
13980 Joel Brobecker <brobecker@adacore.com>
13981
13982 PR gdb/17525
13983 * gdb.base/bp-cmds-execution-x-script.c: New file.
13984 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13985 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13986
6c400b59
PA
139872015-01-14 Pedro Alves <palves@redhat.com>
13988
13989 PR cli/17828
13990 * gdb.base/batch-preserve-term-settings.c: New file.
13991 * gdb.base/batch-preserve-term-settings.exp: New file.
13992
e02c96a7
DE
139932015-01-13 Doug Evans <dje@google.com>
13994
13995 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13996 binary.
13997
576fd14c
JB
139982015-01-13 Joel Brobecker <brobecker@adacore.com>
13999
14000 * Makefile.in (clean mostlyclean): Do not delete *.py.
14001
04dccad0
JB
140022015-01-13 Joel Brobecker <brobecker@adacore.com>
14003
14004 * gdb.python/py-lookup-type.exp: New file.
14005
3d230f71
PA
140062015-01-12 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14009 restore GDBFLAGS before returning.
14010
7e67715d
JK
140112015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14012
14013 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14014 is_amd64_regs_target and is_x86_like_target.
14015
f2e0d4b4
DE
140162015-01-11 Doug Evans <xdje42@gmail.com>
14017
14018 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14019 is given without an explicit form.
14020 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14021 attributes.
14022 * gdb.dwarf/corrupt.exp: Ditto.
14023 * gdb.dwarf2/enum-type.exp: Ditto.
14024 * gdb.trace/entry-values.exp: Ditto.
14025 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14026
439250fb
DE
140272015-01-11 Doug Evans <xdje42@gmail.com>
14028
14029 PR gdb/15830
14030 * gdb.base/maint.exp: Remove references to "maint demangle".
14031 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14032 Add tests for explicitly specifying language to demangle.
14033 * gdb.dlang/demangle.exp: Ditto.
14034
ede9f622
PA
140352015-01-09 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.threads/non-stop-fair-events.c: New file.
14038 * gdb.threads/non-stop-fair-events.exp: New file.
14039
a7b796db
PA
140402015-01-09 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14043 the global scope. Set a breakpoint after all threads are started
14044 rather than stepping over two source lines. Expect the prompt.
14045 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14046 global.
14047 (NUM): Now 15.
14048 (main): Use threads_started_barrier to wait for all threads to
14049 start. Main thread no longer calls thread_function. Exit after
14050 180 seconds.
14051 (loop): New function.
14052 (thread_function): Wait on threads_started_barrier barrier. Call
14053 'loop' at each iteration.
14054 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14055 threads have started, instead of hardcoding number of "next"
14056 steps. Use an access watchpoint instead of a write watchpoint.
14057
9665ffdd
PA
140582015-01-09 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14061 (thread_func): Wait on barrier.
14062 (main): Wait for all threads to start before stopping GDB.
14063 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14064 global.
14065 (thread1_func, thread2_func): Wait on barrier.
14066 (main): Wait for all threads to start before stopping GDB.
14067 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14068 New global.
14069 (thread1_func, thread2_func): Wait on barrier.
14070 (main): Wait for all threads to start before stopping GDB.
14071
c945a99f
PA
140722015-01-09 Pedro Alves <palves@redhat.com>
14073
14074 * gdb.threads/attach-many-short-lived-threads.c: New file.
14075 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14076
c1a747c1
PA
140772014-01-09 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14080 instead of to thread 2.
14081 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14082 Add barrier around each pthread_create call instead of around all
14083 calls.
14084 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14085 Set a break on thread_function and have the child threads hit it
14086 one at at a time.
14087
60b3033e
PA
140882015-01-09 Pedro Alves <palves@redhat.com>
14089
14090 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14091 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14092 false.
14093 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14094 checking whether the target board is remote.
14095 * gdb.multi/multi-attach.exp: Likewise.
14096 * gdb.python/py-sync-interp.exp: Likewise.
14097 * gdb.server/ext-attach.exp: Likewise.
14098 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14099 tests that need to attach, instead of checking whether the target
14100 board is remote at the top of the file.
14101
acc018ac
YQ
141022015-01-08 Yao Qi <yao@codesourcery.com>
14103
14104 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14105
50a18af8
JK
141062015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14107
14108 Fix testcase compilation.
14109 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14110
8503d6e1
JB
141112015-01-06 Joel Brobecker <brobecker@adacore.com>
14112
14113 * gdb.python/py-type.exp: Add a couple test about empty
14114 array creation, and negative-length array creation.
14115
cc73dbcc
DE
141162015-01-02 Doug Evans <xdje42@gmail.com>
14117
14118 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14119
0300bbc7
DE
141202015-01-02 Doug Evans <dje@google.com>
14121
14122 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14123
9d85a0ec
YQ
141242014-12-29 Yao Qi <yao@codesourcery.com>
14125
14126 * gdb.trace/entry-values.exp: Update comments. Rename variable
14127 bar_call_foo to returned_from_foo.
14128
87186c6a
MMN
141292014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14130
14131 PR gdb/17394
14132 * gdb.linespec/break-asm-file.c: New file.
14133 * gdb.linespec/break-asm-file.exp: New file.
14134 * gdb.linespec/break-asm-file0.s: New file.
14135 * gdb.linespec/break-asm-file1.s: New file.
14136
1bab7383
YQ
141372014-12-18 Nigel Stephens <nigel@mips.com>
14138 Maciej W. Rozycki <macro@codesourcery.com>
14139
14140 * gdb.base/float.exp: Handle the new output from "info float" on
14141 MIPS targets.
14142
1bc1068a
JK
141432014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14144
14145 Fix MinGW compilation.
14146 * gdb.compile/compile-ops.exp: Update untested message if
14147 !skip_compile_feature_tests.
14148 * gdb.compile/compile-setjmp.exp: Likewise.
14149 * gdb.compile/compile-tls.exp: Likewise.
14150 * gdb.compile/compile.exp: Likewise.
14151 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14152 supported on this host".
14153
b6615d10
DE
141542014-12-16 Doug Evans <xdje42@gmail.com>
14155
14156 * boards/stabs.exp: New file.
14157
25dda427
AA
141582014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14159
14160 * gdb.base/completion.exp: Adjust to format changes of "maint
14161 print user-registers".
14162
bf330350
CU
141632014-12-16 Catalin Udma <catalin.udma@freescale.com>
14164
14165 PR server/17457
14166 * gdb.arch/aarch64-fp.c: New file.
14167 * gdb.arch/aarch64-fp.exp: New file.
14168
395cf596
SDJ
141692014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14170
14171 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14172 r210637, r210913, r211666, r215400, r215817).
14173
14174 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14175 * dg-extract-results.py: New file.
14176 * dg-extract-results.sh: Use it if the environment seems
14177 suitable.
14178
14179 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14180
14181 * dg-extract-results.py (parse_run): Handle warnings that
14182 are printed before a test harness is run.
14183
14184 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14185
14186 * dg-extract-results.py (Named): Remove __cmp__ method.
14187 (output_variation): Use a key to sort variation.harnesses.
14188
14189 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14190
14191 * dg-extract-results.py: For Python 3, force sys.stdout to
14192 handle surrogate escape sequences.
14193 (safe_open): New function.
14194 (output_segment, main): Use it.
14195
14196 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14197
14198 * dg-extract-results.py (Prog.result_re): Include options
14199 in test name.
14200
14201 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14202
14203 * dg-extract-results.py (output_variation): Always sort if
14204 do_sum.
14205
e882ef3c
SM
142062014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14207
14208 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14209 as long as we get pagination notifications.
14210
4992aa20
JM
142112014-12-15 Jason Merrill <jason@redhat.com>
14212
14213 * Makefile.in (check-gdb.%): Restore.
14214 * README: Mention it.
14215
c1b5a1a6
JB
142162014-12-13 Joel Brobecker <brobecker@adacore.com>
14217
14218 * gdb.ada/str_uninit: New testcase.
14219
5537b577
JK
142202014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 PR symtab/17642
14223 * gdb.base/vla-stub-define.c: New file.
14224 * gdb.base/vla-stub.c: New file.
14225 * gdb.base/vla-stub.exp: New file.
14226
bb2ec1b3
TT
142272014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14228 Jan Kratochvil <jan.kratochvil@redhat.com>
14229 Tom Tromey <tromey@redhat.com>
14230
14231 * configure.ac: Add gdb.compile/.
14232 * configure: Regenerate.
14233 * gdb.compile/Makefile.in: New file.
14234 * gdb.compile/compile-ops.exp: New file.
14235 * gdb.compile/compile-ops.c: New file.
14236 * gdb.compile/compile-tls.c: New file.
14237 * gdb.compile/compile-tls.exp: New file.
14238 * gdb.compile/compile-constvar.S: New file.
14239 * gdb.compile/compile-constvar.c: New file.
14240 * gdb.compile/compile-mod.c: New file.
14241 * gdb.compile/compile-nodebug.c: New file.
14242 * gdb.compile/compile-setjmp-mod.c: New file.
14243 * gdb.compile/compile-setjmp.c: New file.
14244 * gdb.compile/compile-setjmp.exp: New file.
14245 * gdb.compile/compile-shlib.c: New file.
14246 * gdb.compile/compile.c: New file.
14247 * gdb.compile/compile.exp: New file.
14248 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14249
4ff709eb
TT
142502014-12-12 Tom Tromey <tromey@redhat.com>
14251
14252 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14253 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14254
6dddd6a5
DE
142552014-12-12 Doug Evans <dje@google.com>
14256
14257 * lib/gdb-python.exp (get_python_valueof): New function.
14258 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14259
71c24708
AA
142602014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14261
14262 * gdb.base/completion.exp: Add test for completion of "info
14263 registers ".
14264
3e29f34a
MR
142652014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14266
14267 * gdb.base/func-ptrs.c: New file.
14268 * gdb.base/func-ptrs.exp: New file.
14269
fc126975
SM
142702014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14271
14272 PR breakpoints/17012
14273 * gdb.base/dprintf-detach.c: New file.
14274 * gdb.base/dprintf-detach.exp: New file.
14275
0a46d518
SM
142762014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14279 * lib/gdb.exp (target_is_gdbserver): New procedure.
14280
a0be3e44
DE
142812014-12-08 Doug Evans <dje@google.com>
14282
14283 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14284
df1b803a
YQ
142852014-12-05 Yao Qi <yao@codesourcery.com>
14286
14287 * gdb.guile/scm-error.exp: Remove the third argument to
14288 gdb_remote_download.
14289 * gdb.guile/scm-frame-args.exp: Likewise.
14290 * gdb.guile/scm-section-script.exp: Likewise.
14291
ddb9f679
YQ
142922014-12-05 Yao Qi <yao@codesourcery.com>
14293
14294 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14295
86e4ed39
DE
142962014-12-04 Doug Evans <dje@google.com>
14297
14298 * gdb.python/py-objfile.exp: Add tests for
14299 objfile.add_separate_debug_file.
14300
7c50a931
DE
143012014-12-04 Doug Evans <dje@google.com>
14302
14303 * lib/gdb.exp (get_build_id): New function.
14304 (build_id_debug_filename_get): Rewrite to use it.
14305 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14306
621661e3
MR
143072014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14308
14309 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14310 `method(long)', not just 0x0.
14311 * gdb.cp/nsalias.exp: Align code labels to 4.
14312 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14313 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14314 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14315 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14316 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14317 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14318
29f0c3b7
DE
143192014-12-02 Doug Evans <dje@google.com>
14320
e1e061e7 14321 PR symtab/17602
29f0c3b7 14322 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14323 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14324 * gdb.cp/anon-ns.exp: Update.
14325
162078c8
NB
143262014-12-02 Nick Bull <nicholaspbull@gmail.com>
14327
14328 * gdb.python/py-events.py (inferior_call_handler): New.
14329 (register_changed_handler, memory_changed_handler): New.
14330 (test_events.invoke): Register new handlers.
14331 * gdb.python/py-events.exp: Add tests for inferior call,
14332 memory_changed and register_changed events.
14333
fdb09caf
AA
143342014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14335
14336 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14337 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14338 if the linker doesn't understand this.
14339
55cfb2c4
SM
143402014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14341
14342 * gdb.python/python.exp: Change expected reply to help().
14343
9e8cd6df
YQ
143442014-12-01 Yao Qi <yao@codesourcery.com>
14345
14346 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14347 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14348 * configure: Re-generated.
14349
6c659fc2
SC
143502014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14351
14352 * gdb.cp/chained-calls.cc: New file.
14353 * gdb.cp/chained-calls.exp: New file.
14354 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14355
d7fc3181
SM
143562014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14357
14358 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14359 * gdb.dwarf2/symtab-producer.exp: Same.
14360 * gdb.gdb/python-interrupts.exp: Same.
14361 * gdb.gdb/python-selftest.exp: Same.
14362 * gdb.python/py-linetable.exp: Same.
14363 * gdb.python/py-type.exp: Same.
14364 * gdb.python/py-value-cc.exp: Same.
14365 * gdb.python/py-value.exp: Same.
14366
10e79639
YQ
143672014-11-28 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.base/break-probes.exp: Match library name prefixed with
14370 sysroot.
14371
f28a0564
SM
143722014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14373
14374 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14375 test expected output. Add parentheses for the call to print.
14376 Remove L suffix from integers.
14377
3fe1ce1d
DE
143782014-11-26 Doug Evans <dje@google.com>
14379
14380 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14381
84429e27
YQ
143822014-11-22 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.trace/entry-values.c: Remove asms.
14385 (foo): Add foo_label.
14386 (bar): Add bar_label.
14387 * gdb.trace/entry-values.exp: Remove code computing foo's
14388 length and bar's length.
14389 (Dwarf::assemble): Invoke function_range for bar and use
14390 MACRO_AT_func for foo.
14391
26741859
YQ
143922014-11-22 Yao Qi <yao@codesourcery.com>
14393
14394 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14395 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14396 Use .Lgcc43_procstart instead of gcc43.
14397
45e44d27
JB
143982014-11-21 Joel Brobecker <brobecker@adacore.com>
14399
14400 * gdb.ada/n_arr_bound: New testcase.
14401
458c8db8
SDJ
144022014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14403
14404 PR breakpoints/10737
14405 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14406 test_catch_syscall_multi_arch.
14407 (test_catch_syscall_multi_arch): New function.
14408
43f3e411
DE
144092014-11-20 Doug Evans <xdje42@gmail.com>
14410
14411 * gdb.base/maint.exp: Update expected output.
14412
0d7b2549
AA
144132014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14414
14415 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14416 4-byte instruction on S390.
14417
8908fca5
JB
144182014-11-19 Joel Brobecker <brobecker@adacore.com>
14419
14420 * gdb.ada/arr_arr: New testcase.
14421
4a46959e
JB
144222014-11-19 Joel Brobecker <brobecker@adacore.com>
14423
14424 * gdb.ada/pkd_arr_elem: New Testcase.
14425
470e2f4e
LM
144262014-11-18 Luis Machado <lgustavo@codesourcery.com>
14427
14428 * gdb.reverse/break-precsave: Expect completion message for
14429 core file reads.
14430 * gdb.reverse/consecutive-precsave.exp: Likewise.
14431 * gdb.reverse/finish-precsave.exp: Likewise.
14432 * gdb.reverse/i386-precsave.exp: Likewise.
14433 * gdb.reverse/machinestate-precsave.exp: Likewise.
14434 * gdb.reverse/sigall-precsave.exp: Likewise.
14435 * gdb.reverse/solib-precsave.exp: Likewise.
14436 * gdb.reverse/step-precsave.exp: Likewise.
14437 * gdb.reverse/until-precsave.exp: Likewise.
14438 * gdb.reverse/watch-precsave.exp: Likewise.
14439
a267f3ad
AA
144402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14441
14442 * gdb.base/bp-permanent.c: Include unistd.h.
14443 * gdb.python/py-framefilter-mi.c (main): Add return type.
14444 * gdb.python/py-framefilter.c (main): Likewise.
14445 * gdb.trace/actions-changed.c (main): Likewise.
14446
12084a9a
AA
144472014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14448
14449 * gdb.mi/until.c: Add eye-catchers.
14450 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14451 line numbers.
14452
dc7e1a77
AA
144532014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14454
14455 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14456 function header variants in break1.c.
14457 * gdb.base/ena-dis-br.exp: Likewise.
14458 * gdb.base/hbreak2.exp: Likewise.
14459 * gdb.reverse/until-precsave.exp: Drop references to removed
14460 non-prototype function header variants in ur1.c.
14461 * gdb.reverse/until-reverse.exp: Likewise.
14462
41c77605
PM
144632014-11-17 Petr Machata <pmachata@redhat.com>
14464
14465 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14466 ${_cu_offset_size} bytes abbrev offset.
14467
34248c3a
DE
144682014-11-15 Doug Evans <xdje42@gmail.com>
14469
14470 PR symtab/17559
14471 * gdb.base/line-symtabs.exp: New file.
14472 * gdb.base/line-symtabs.c: New file.
14473 * gdb.base/line-symtabs.h: New file.
14474
646da059
YQ
144752014-11-14 Yao Qi <yao@codesourcery.com>
14476
14477 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14478 (func): Add label func_label.
14479 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14480 Replace low_pc and high_pc with MACRO_AT_range.
14481 Replace name, low_pc and high_pc with MACRO_AT_func.
14482
9301ebe6
YQ
144832014-11-14 Yao Qi <yao@codesourcery.com>
14484
14485 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14486 Replace name, low_pc and high_pc with MACRO_AT_func.
14487
f166b542
YQ
144882014-11-14 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14491 produce debug information.
14492 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14493
0f6e71e3
YQ
144942014-11-14 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14497 object and get function length.
14498 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14499 with MACRO_AT_func.
14500 (top-level): Replace gdb_compile and clean_restart with
14501 prepare_for_testing.
14502 * gdb.dwarf2/main.c (main): Add label main_label.
14503
876c4df9
YQ
145042014-11-14 Yao Qi <yao@codesourcery.com>
14505
14506 * lib/dwarf.exp (function_range): New procedure.
14507 (Dwarf::_handle_macro_at_func): New procedure.
14508 (Dwarf::_handle_macro_at_range): New procedure.
14509 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14510
02ad9cf1
YQ
145112014-11-14 Yao Qi <yao@codesourcery.com>
14512
14513 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14514 (_handle_attribute): New procedure.
14515
a59add0c
AA
145162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14517
14518 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14519 * gdb.base/call-sc.c (zed): Likewise.
14520 * gdb.base/checkpoint.c (main): Likewise.
14521 * gdb.base/dump.c (main): Likewise.
14522 * gdb.base/gcore.c (main): Likewise.
14523 * gdb.base/huge.c (main): Likewise.
14524 * gdb.base/multi-forks.c (main): Likewise.
14525 * gdb.base/pr10179-a.c (main): Likewise.
14526 * gdb.base/savedregs.c (main): Likewise.
14527 * gdb.base/sigaltstack.c (main): Likewise.
14528 * gdb.base/siginfo.c (main): Likewise.
14529 * gdb.base/structs.c (zed): Likewise.
14530 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14531 * gdb.mi/mi-syn-frame.c (main): Likewise.
14532 * gdb.mi/until.c (foo, main): Likewise.
14533 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14534 * gdb.base/solib-weak.c (foo): Declare.
14535 * gdb.base/attach-twice.c: Include stdio.h.
14536 * gdb.base/weaklib1.c: Likewise.
14537 * gdb.base/weaklib2.c: Likewise.
14538 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14539 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14540 unistd.h.
14541 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14542 * gdb.mi/mi-exit-code.c: Likewise.
14543 * gdb.base/break-interp-lib.c: Include string.h.
14544 * gdb.base/coremaker.c: Likewise.
14545 * gdb.base/testenv.c: Likewise.
14546 * gdb.python/py-finish-breakpoint.c: Likewise.
14547 * gdb.base/inferior-died.c: Include sys/wait.h.
14548 * gdb.base/fileio.c: Include time.h.
14549 * gdb.base/async-shell.c: Include unistd.h.
14550 * gdb.base/dprintf-non-stop.c: Likewise.
14551 * gdb.base/info-os.c: Likewise.
14552 * gdb.mi/mi-console.c: Likewise.
14553 * gdb.mi/watch-nonstop.c: Likewise.
14554 * gdb.python/py-events.c: Likewise.
14555 * gdb.base/async.c (baz): Move up before its invocation.
14556 * gdb.base/code_elim2.c (my_global_func): Likewise.
14557 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14558 * gdb.base/advance.c (func2): Likewise.
14559
3b5d5997
AA
145602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14563 variant.
14564 * gdb.base/annota3.c: Likewise.
14565 * gdb.base/async.c: Likewise.
14566 * gdb.base/average.c: Likewise.
14567 * gdb.base/call-ar-st.c: Likewise.
14568 * gdb.base/call-rt-st.c: Likewise.
14569 * gdb.base/call-sc.c: Likewise.
14570 * gdb.base/call-strs.c: Likewise.
14571 * gdb.base/ending-run.c: Likewise.
14572 * gdb.base/execd-prog.c: Likewise.
14573 * gdb.base/exprs.c: Likewise.
14574 * gdb.base/foll-exec.c: Likewise.
14575 * gdb.base/foll-fork.c: Likewise.
14576 * gdb.base/foll-vfork.c: Likewise.
14577 * gdb.base/funcargs.c: Likewise.
14578 * gdb.base/gcore.c: Likewise.
14579 * gdb.base/jump.c: Likewise.
14580 * gdb.base/langs0.c: Likewise.
14581 * gdb.base/langs1.c: Likewise.
14582 * gdb.base/langs2.c: Likewise.
14583 * gdb.base/mips_pro.c: Likewise.
14584 * gdb.base/nodebug.c: Likewise.
14585 * gdb.base/opaque0.c: Likewise.
14586 * gdb.base/opaque1.c: Likewise.
14587 * gdb.base/recurse.c: Likewise.
14588 * gdb.base/run.c: Likewise.
14589 * gdb.base/scope0.c: Likewise.
14590 * gdb.base/scope1.c: Likewise.
14591 * gdb.base/setshow.c: Likewise.
14592 * gdb.base/setvar.c: Likewise.
14593 * gdb.base/shmain.c: Likewise.
14594 * gdb.base/shr1.c: Likewise.
14595 * gdb.base/shr2.c: Likewise.
14596 * gdb.base/sigall.c: Likewise.
14597 * gdb.base/signals.c: Likewise.
14598 * gdb.base/so-indr-cl.c: Likewise.
14599 * gdb.base/solib2.c: Likewise.
14600 * gdb.base/structs.c: Likewise.
14601 * gdb.base/sum.c: Likewise.
14602 * gdb.base/vforked-prog.c: Likewise.
14603 * gdb.base/watchpoint.c: Likewise.
14604 * gdb.reverse/shr2.c: Likewise.
14605 * gdb.reverse/until-reverse.c: Likewise.
14606 * gdb.reverse/ur1.c: Likewise.
14607 * gdb.reverse/watch-reverse.c: Likewise.
14608
066a77c5
AA
146092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14610
14611 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14612 variant.
14613 * gdb.base/sepdebug.exp: Drop references to removed code.
14614
4f204ea5
AA
146152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14616
14617 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14618 variant. Preserve original line numbering.
14619 * gdb.base/list1.c: Likewise.
14620
3b377a3a
AA
146212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14622
14623 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14624 variant.
14625 * gdb.base/break1.c: Likewise.
14626 * gdb.base/break.exp: Drop references to removed code.
14627
e444df73
AA
146282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14629
14630 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14631 variant.
14632
8008f2a7
AA
146332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14634
14635 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14636
a5a06887
AA
146372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14638
14639 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14640 logic into perform_all_tests() and invoke it with and without
14641 function header prototypes.
14642 (do_function_calls): Remove conditional XFAIL for PR 5318.
14643 (rerun_and_prepare): Remove duplicate code.
14644 (perform_all_tests): New. Main logic moved here.
14645
44dba9b9
AA
146462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14647
14648 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14649 code guarded by #ifdef NO_PROTOTYPES.
14650 (t_double_many_args): Likewise.
14651 (DEF_FUNC_MANY_ARGS_1): Likewise.
14652 (DEF_FUNC_VALUES_1): Likewise.
14653 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14654 guarded by #ifdef PROTOTYPES.
14655
d1fbcd56
AA
146562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.mi/mi-console.c: Add eye-catcher.
14659 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14660 instead of literal line number.
14661
b0e59b8f
AA
146622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14663
14664 * gdb.base/shr2.c: Add eye-catcher.
14665 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14666 line number.
14667
78f98cca
AA
146682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14669
14670 * gdb.base/jump.c: Add eye-catchers.
14671 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14672 numbers.
14673
58fa2af0
AA
146742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14675
14676 * gdb.base/execd-prog.c: Add eye-catchers.
14677 * gdb.base/foll-exec.c: Likewise.
14678 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14679 line numbers.
14680
04e5059b
AA
146812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14682
14683 * gdb.base/ending-run.c: Add eye-catchers.
14684 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14685 literal line numbers.
14686
dbfdb174
AA
146872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.base/call-rt-st.c: Add eye-catchers.
14690 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14691 literal line numbers.
14692
888a2ade
AA
146932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14694
14695 * gdb.base/call-ar-st.c: Add eye-catchers.
14696 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14697 literal line numbers.
14698
6acc2dde
AA
146992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14700
14701 * gdb.base/average.c: Add eye-catchers.
14702 * gdb.base/sum.c: Likewise.
14703 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14704 regexps dynamically.
14705
9ecfcd1d
AA
147062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14707
14708 * gdb.base/solib1.c: Add eye-catchers.
14709 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14710 literal line numbers.
14711
78708b7c
PA
147122014-11-12 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14715 leader has exited.
14716
af48d08f
PA
147172014-11-12 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.arch/i386-bp_permanent.c: New file.
14720 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14721 (srcfile): Set to i386-bp_permanent.c.
14722 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14723 that stepi does not execute the 'leave' instruction, instead of
14724 testing it does execute.
14725 * gdb.base/bp-permanent.c: New file.
14726 * gdb.base/bp-permanent.exp: New file.
14727
af3768e9
DE
147282014-11-10 Doug Evans <xdje42@gmail.com>
14729
14730 PR symtab/17564
14731 * gdb.base/symtab-search-order.exp: New file.
14732 * gdb.base/symtab-search-order.c: New file.
14733 * gdb.base/symtab-search-order-1.c: New file.
14734 * gdb.base/symtab-search-order-shlib-1.c: New file.
14735
9de00a4a
PA
147362014-11-07 Pedro Alves <palves@redhat.com>
14737
14738 PR gdb/17511
14739 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14740 i?86-*-linux*.
14741
e0f52461
SC
147422014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14743
14744 PR c++/17494
14745 * gdb.cp/pr17494.cc: New file.
14746 * gdb.cp/pr17494.exp: New file.
14747
6ce8c980
YQ
147482014-11-02 Yao Qi <yao@codesourcery.com>
14749
14750 * gdb.python/python.exp: Get working directory and match the
14751 output of "set extended-prompt \\w " with it.
14752
02be9a71
DE
147532014-10-30 Doug Evans <dje@google.com>
14754
14755 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14756 in objfiles.
14757 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14758 in progspaces.
14759
3bdff46b
LM
147602014-10-30 Janis Johnson <janisjo@codesourcery.com>
14761
14762 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14763 * gdb.base/realname-expand.exp: Likewise.
14764 * gdb.linespec/macro-relative.exp: Likewise.
14765
ab917dfb
PA
147662014-10-29 Pedro Alves <palves@redhat.com>
14767
14768 PR gdb/17408
14769 * gdb.threads/schedlock.c (some_function): New function.
14770 (call_function): New global.
14771 (MAYBE_CALL_SOME_FUNCTION): New macro.
14772 (thread_function): Call it.
14773 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14774 and use it instead of a global counter. Adjust all callers.
14775 (get_current_thread): Use "find current thread" for test message
14776 here rather than having all callers pass down the same string.
14777 (goto_loop): New procedure, factored out from ...
14778 (my_continue): ... this.
14779 (step_ten_loops): Change parameter from test message to command to
14780 use. Adjust.
14781 (list_count): Delete global.
14782 (check_result): New procedure, factored out from duplicate top
14783 level code.
14784 (continue tests): Wrap in with_test_prefix.
14785 (test_step): New procedure, factored out from duplicate top level
14786 code.
14787 (top level): Test "step" in combination with all scheduler-locking
14788 modes. Test "next" in combination with all scheduler-locking
14789 modes, and in combination with stepping over a function call or
14790 not.
14791 * gdb.threads/next-bp-other-thread.c: New file.
14792 * gdb.threads/next-bp-other-thread.exp: New file.
14793
d3d4baed
PA
147942014-10-29 Pedro Alves <palves@redhat.com>
14795
14796 PR python/17372
14797 * gdb.python/python.exp: Test a multi-line command that spawns
14798 interactive Python.
14799 * gdb.base/multi-line-starts-subshell.exp: New file.
14800
563e8d85
YQ
148012014-10-29 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.base/fileio.exp: Make directories on host.
14804
0ea4d52e
YQ
148052014-10-29 Yao Qi <yao@codesourcery.com>
14806
14807 * gdb.base/fileio.c (test_write): Close the file.
14808
7f5ef605
PA
148092014-10-28 Pedro Alves <palves@redhat.com>
14810
14811 PR gdb/12623
14812 * gdb.base/sigstep.c (no_handler): New global.
14813 (main): If 'no_handler is true, set the signal handlers to
14814 SIG_IGN.
14815 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14816 with_sw_watch and no_handler parameters. Handle them.
14817 (top level) <stepping over handler when stopped at a breakpoint
14818 test>: Add a test axis for testing with a software watchpoint, and
14819 another for testing with the signal handler set to SIG_IGN.
14820 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14821 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14822
abbdbd03
PA
148232014-10-28 Pedro Alves <palves@redhat.com>
14824
14825 PR gdb/17511
14826 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14827 * gdb.base/sigstep.exp (other_handler_location): New global.
14828 (advance): Support stepping into the signal handler, and running
14829 commands while in the handler.
14830 (in_handler_map): New global.
14831 (top level): In the advance test, add combinations for getting
14832 into the handler with stepping commands, and for running commands
14833 in the handler. Add comment descripting the advancei tests.
14834
1df4399f
PA
148352014-10-28 Pedro Alves <palves@redhat.com>
14836
14837 * gdb.base/sigstep.exp: Use build_executable instead of
14838 prepare_for_testing.
14839 (top level): Move code that starts GDB, runs to main and creates a
14840 display to ...
14841 (restart): ... this new procedure.
14842 (top level): Move backtrace from signal handler test to ...
14843 (validate_backtrace): ... this new procedure.
14844 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14845 with_test_prefix. Always restart GDB.
14846 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14847 with_test_prefix. Always restart GDB. No need to delete
14848 breakpoints after the test.
14849 (test_skip_handler): Remove prefix parameter.
14850 (skip_over_handler, breakpoint_to_handler)
14851 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14852 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14853 restart GDB. No need to delete breakpoints after the test.
14854 (top level): Use foreach to call the test procedures with
14855 different commands.
14856
a5b6e449
PA
148572014-10-28 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14860 instead of GNATS numbers.
14861 * gdb.base/sigbpt.exp: Likewise.
14862 * gdb.base/siginfo.exp: Likewise.
14863 * gdb.base/sigstep.exp: Likewise.
14864
e5f8a7cc
PA
148652014-10-27 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.base/sigstep.c (dummy): New global.
14868 (main): Issue a couple writes to the new global.
14869 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14870 procedures.
14871 (skip_over_handler): Use test_skip_handler.
14872 (top level): Call skip_over_handler for stepi and nexti too.
14873 (breakpoint_over_handler): Use test_skip_handler.
14874 (top level): Call breakpoint_over_handler for stepi and nexti too.
14875
763905a3
YQ
148762014-10-27 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.trace/tfile.c (adjust_function_address)
14879 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14880 function descriptor.
14881
6f259a23
DB
148822014-10-24 Don Breazeal <donb@codesourcery.com>
14883
14884 * gdb.base/foll-fork.exp (test_follow_fork,
14885 catch_fork_child_follow): Check for updated fork messages emitted
14886 from infrun.c.
14887 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14888 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14889 vfork_and_exec_child_follow_through_step): Check for updated vfork
14890 messages emitted from infrun.c.
14891
09dd9a69
PA
148922014-10-24 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/corefile.exp: Remove references to ultrix.
14895 * gdb.base/interrupt.exp: Likewise.
14896 * gdb.base/whatis.exp: Likewise.
14897 * gdb.gdb/selftest.exp: Likewise.
14898 * gdb.threads/manythreads.exp: Likewise.
14899 * gdb.threads/print-threads.exp: Likewise.
14900 * gdb.threads/pthreads.exp:: Likewise.
14901 * gdb.threads/schedlock.exp: Likewise.
14902
3433cfa5
SC
149032014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14904
14905 * gdb.cp/non-trivial-retval.cc: Add a test case.
14906 * gdb.cp/non-trivial-retval.exp: Add a test.
14907
092f880b
YQ
149082014-10-20 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14911 * gdb.python/py-objfile-script-gdb.py: New file.
14912 * gdb.python/py-objfile-script.exp: Update reference to
14913 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14914 of remote_download. Remove the dest file.
14915
acbdb7f3
YQ
149162014-10-20 Yao Qi <yao@codesourcery.com>
14917
14918 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14919 * gdb.base/step-line.exp: Likewise.
14920 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14921 * gdb.dwarf2/dw2-basic.exp: Likewise.
14922 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14923 * gdb.dwarf2/dw2-filename.exp: Likewise.
14924 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14925 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14926 * gdb.dwarf2/dw2-producer.exp: Likewise.
14927 * gdb.dwarf2/mac-fileno.exp: Likewise.
14928 * gdb.python/py-frame-args.exp: Likewise.
14929 * gdb.python/py-framefilter.exp: Likewise.
14930 * gdb.python/py-mi.exp: Likewise.
14931 * gdb.python/py-objfile-script.exp: Likewise
14932 * gdb.python/py-pp-integral.exp: Likewise.
14933 * gdb.python/py-pp-re-notag.exp: Likewise.
14934 * gdb.python/py-prettyprint.exp: Likewise.
14935 * gdb.python/py-section-script.exp: Likewise.
14936 * gdb.python/py-typeprint.exp: Likewise.
14937 * gdb.python/py-xmethods.exp: Likewise.
14938 * gdb.stabs/weird.exp: Likewise.
14939 * gdb.xml/tdesc-regs.exp: Likewise.
14940
bd286a29
KCY
149412014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14942
14943 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14944 (out_cu): Use addr_len for the size of addresses.
14945 (out_line): Likewise. Size DW_LNE_set_address instruction
14946 according to addr_len.
14947 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14948 (FUNC): Add START_INSNS to definition.
14949
673dc4a0
YQ
149502014-10-18 Yao Qi <yao@codesourcery.com>
14951
14952 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14953 gdb_has_argv0 return true.
14954 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14955 check [target_info exists noargs], check [gdb_has_argv0]
14956 instead.
14957 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14958 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14959 procedures.
14960
4ffbba72
DE
149612014-10-17 Doug Evans <dje@google.com>
14962
14963 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14964 event.
14965 * gdb.python/py-events.py: Add clear_objfiles event.
14966
d096d8c1
DE
149672014-10-17 Doug Evans <dje@google.com>
14968
14969 * gdb.python/py-objfile.exp: Test progspace attribute.
14970
a80db015
LM
149712014-10-17 Luis Machado <lgustavo@codesourcery.com>
14972
14973 * gdb.guile/scm-breakpoint.exp: Do not assume any
14974 directory separators when matching source file paths.
14975 * gdb.python/py-breakpoint.exp: Likewise.
14976 * gdb.reverse/break-precsave.exp: Likewise.
14977 * gdb.reverse/break-reverse.exp: Likewise.
14978 * gdb.reverse/consecutive-precsave.exp: Likewise.
14979 * gdb.reverse/finish-precsave.exp: Likewise.
14980 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14981 * gdb.reverse/finish-reverse.exp: Likewise.
14982 * gdb.reverse/i386-precsave.exp: Likewise.
14983 * gdb.reverse/i387-env-reverse.exp: Likewise.
14984 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14985 * gdb.reverse/machinestate-precsave.exp: Likewise.
14986 * gdb.reverse/machinestate.exp: Likewise.
14987 * gdb.reverse/sigall-precsave.exp: Likewise.
14988 * gdb.reverse/solib-precsave.exp: Likewise.
14989 * gdb.reverse/step-precsave.exp: Likewise.
14990 * gdb.reverse/until-precsave.exp: Likewise.
14991 * gdb.reverse/watch-precsave.exp: Likewise.
14992 * gdb.reverse/watch-reverse.exp: Likewise.
14993
b22089ab
YQ
149942014-10-17 Yao Qi <yao@codesourcery.com>
14995
14996 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14997 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14998
6c4486e6
PA
149992014-10-17 Pedro Alves <palves@redhat.com>
15000
15001 PR gdb/17471
15002 * gdb.base/bg-execution-repeat.c: New file.
15003 * gdb.base/bg-execution-repeat.exp: New file.
15004
0ff33695
PA
150052014-10-17 Pedro Alves <palves@redhat.com>
15006
15007 PR gdb/17300
15008 * gdb.base/continue-all-already-running.c: New file.
15009 * gdb.base/continue-all-already-running.exp: New file.
15010
6fdebc3d
PA
150112014-10-17 Pedro Alves <palves@redhat.com>
15012
15013 PR gdb/17472
15014 * gdb.base/annota-input-while-running.c: New file.
15015 * gdb.base/annota-input-while-running.exp: New file.
15016
32a8097b
PA
150172014-10-17 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/callfuncs.exp: emove references to osf.
15020 * gdb.base/sigall.exp: Likewise.
15021 * gdb.gdb/selftest.exp: Likewise.
15022 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15023 * gdb.mi/non-stop.c: Likewise.
15024 * gdb.mi/pthreads.c: Likewise.
15025 * gdb.reverse/sigall-precsave.exp: Likewise.
15026 * gdb.reverse/sigall-reverse.exp: Likewise.
15027 * gdb.threads/pthreads.c: Likewise.
15028 * gdb.threads/pthreads.exp: Likewise.
15029
7a3517ff
YQ
150302014-10-17 Yao Qi <yao@codesourcery.com>
15031
15032 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15033 check 'target_info exists noargs'.
15034 (test_command_prompt_position): Likewise.
15035 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15036 Remove "set args".
15037 (progvar_simple_while_test): Likewise.
15038 (progvar_complex_if_while_test): Likewise.
15039 (if_while_breakpoint_command_test): Likewise.
15040 (infrun_breakpoint_command_test): Likewise.
15041 (breakpoint_command_test): Likewise.
15042 (watchpoint_command_test): Likewise.
15043 (bp_deleted_in_command_test): Likewise.
15044 (temporary_breakpoint_commands): Likewise.
15045
bb99c472
YQ
150462014-10-16 Yao Qi <yao@codesourcery.com>
15047
15048 * gdb.base/remotetimeout.exp: Remove noargs checking.
15049
7c16b83e
PA
150502014-10-15 Pedro Alves <palves@redhat.com>
15051
15052 PR breakpoints/9649
15053 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15054 * gdb.base/breakpoint-in-ro-region.exp
15055 (probe_target_hardware_step): New procedure.
15056 (top level): Probe hardware stepping and hardware breakpoint
15057 support. Test stepping through a read-only region, with both
15058 "breakpoint auto-hw" on and off and both "always-inserted" on and
15059 off.
15060
35a49624
IB
150612014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15062
15063 * gdb.dlang/demangle.exp: Update for demangling changes.
15064
2d1c107c
SC
150652014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15066
15067 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15068 * gdb.cp/non-trivial-retval.exp: Add new tests.
15069
778811d5
SC
150702014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15071
15072 PR c++/13403
15073 PR c++/15154
15074 * gdb.cp/non-trivial-retval.cc: New file.
15075 * gdb.cp/non-trivial-retval.exp: New file.
15076
10c5f0a8
YQ
150772014-10-15 Yao Qi <yao@codesourcery.com>
15078
15079 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15080 remote host.
15081
65d7b369
YQ
150822014-10-15 Yao Qi <yao@codesourcery.com>
15083
15084 * gdb.python/py-symbol.exp: Match file base name if host is
15085 remote, otherwise match file name with dir name.
15086 * gdb.python/py-symtab.exp: Likewise.
15087 * gdb.python/python.exp: Likewise.
15088
46dc1394
YQ
150892014-10-15 Yao Qi <yao@codesourcery.com>
15090
15091 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15092 pattern.
15093 * gdb.python/py-symtab.exp: Likewise.
15094 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15095 locationn.
15096
c40cc657
JB
150972014-10-14 Joel Brobecker <brobecker@adacore.com>
15098
15099 * gdb.ada/addr_arith: New testcase.
15100
2abf49e1
MR
151012014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15102
15103 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15104 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15105 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15106 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15107
f7088df3
SDJ
151082014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15109
15110 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15111 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15112 * gdb.arch/stap-eval-lang-ada.exp: New file.
15113
4dc06805
YQ
151142014-10-14 Yao Qi <yao@codesourcery.com>
15115
15116 * gdb.mi/mi-var-child.c (nothing1): New function.
15117 (nothing2): New function.
15118 (do_children_tests): Set function pointers by nothing1 and
15119 nothing2.
15120 * gdb.mi/mi-var-child.exp: Step over new added statements.
15121 Update test to match the new output.
15122 * gdb.mi/var-cmd.c (nothing1): New function.
15123 (nothing2): New function.
15124 (do_children_tests): Set function pointers by nothing1 and
15125 nothing2.
15126 * gdb.mi/mi-var-display.exp: Update test to match output.
15127 Step to the line specified by $line_dct_nothing.
15128 Increase the number of lines to step.
15129
46a93de2
YQ
151302014-10-14 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15133 tests.
15134 * gdb.mi/mi2-var-child.exp: Likewise.
15135
14ea52ee
DE
151362014-10-13 Doug Evans <dje@google.com>
15137
15138 * gdb.python/py-objfile.exp: Change name of file name test.
15139
e5c6e92b
DE
151402014-10-13 Doug Evans <dje@google.com>
15141
15142 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15143 from the start of the CU.
15144
c780cc2f
JK
151452014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15146 Yao Qi <yao@codesourcery.com>
15147
15148 Fix "save breakpoints" for "catch" command.
15149 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15150 Remove -nonewline. Match also the added "main" line.
15151
99894e11
JK
151522014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15153
15154 Fix "save breakpoints" for "disable $bpnum" command.
15155 * gdb.base/save-bp.c (main): Add label.
15156 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15157
6e1ac5a3
JK
151582014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15159
15160 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15161
754dd2b0
YQ
151622014-10-11 Yao Qi <yao@codesourcery.com>
15163
15164 * gdb.server/server-kill.exp: Execute command
15165 "set remote trace-status-packet on" before "tstatus".
15166
f90183d7
YQ
151672014-10-11 Yao Qi <yao@codesourcery.com>
15168
15169 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15170 (main): Call getppid.
15171 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15172 and continue to it. Read variable "server_pid".
15173
bf40a607
YQ
151742014-10-11 Yao Qi <yao@codesourcery.com>
15175
15176 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15177
052ca370
YQ
151782014-10-11 Yao Qi <yao@codesourcery.com>
15179
15180 * gdb.threads/thread-find.exp: Don't execute command
15181 "info threads".
15182 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15183 * gdb.threads/linux-dp.exp: Don't check the condition
15184 $threads_created equals to zero.
15185
3831839c
PA
151862014-10-10 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/bigcore.exp: Remove references to IRIX.
15189 * gdb.base/funcargs.exp: Likewise.
15190 * gdb.base/interrupt.exp: Likewise.
15191 * gdb.base/mips_pro.exp: Likewise.
15192 * gdb.base/nodebug.exp: Likewise.
15193 * gdb.base/setvar.exp: Likewise.
15194 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15195
8b9a549d
PA
151962014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15197 Pedro Alves <palves@redhat.com>
15198
15199 PR symtab/14466
15200 * gdb.base/vdso-warning.c: New file.
15201 * gdb.base/vdso-warning.exp: New file.
15202
d48ba5e8
DE
152032014-10-02 Doug Evans <dje@google.com>
15204
15205 * gdb.base/structs.c (main): Don't run forever.
15206
2278c276
PA
152072014-10-02 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15210 (top level) <stop threads 1, stop threads 2>: Use it.
15211
b57bacec
PA
152122014-10-02 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.threads/break-while-running.exp (test): Add new
15215 'update_thread_list' argument. Skip "info threads" if false.
15216 (top level): Add new 'update_thread_list' axis.
15217
13fd3ff3
PA
152182014-10-02 Pedro Alves <palves@redhat.com>
15219
15220 PR breakpoints/17431
15221 * gdb.base/execl-update-breakpoints.c: New file.
15222 * gdb.base/execl-update-breakpoints.exp: New file.
15223
0fec99e8
PA
152242014-10-01 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.base/breakpoint-in-ro-region.c: New file.
15227 * gdb.base/breakpoint-in-ro-region.exp: New file.
15228
2ddf4301
SM
152292014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15230
15231 * gdb.mi/mi-exit-code.exp: New file.
15232 * gdb.mi/mi-exit-code.c: New file.
15233
6a5f3f43
YQ
152342014-09-30 Yao Qi <yao@codesourcery.com>
15235
15236 * lib/prelink-support.exp (build_executable_own_libs): Error if
15237 the target isn't native.
15238
345bcc73
YQ
152392014-09-30 Yao Qi <yao@codesourcery.com>
15240
15241 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15242 false.
15243
a25a5a45
PA
152442014-09-22 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/break-while-running.exp: New file.
15247 * gdb.threads/break-while-running.c: New file.
15248
00ba3162
YQ
152492014-09-19 Yao Qi <yao@codesourcery.com>
15250
15251 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15252 Invoke test. Restart GDB with --readnow and invoke test again.
15253
c3b7b696
YQ
152542014-09-19 Yao Qi <yao@codesourcery.com>
15255
15256 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15257 proc set_breakpoint_on_gcd_function. Invoke
15258 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15259 invoke set_breakpoint_on_gcd_function again.
15260
2b4fd423
DE
152612014-09-18 Doug Evans <dje@google.com>
15262
15263 * gdb.dwarf2/symtab-producer.exp: New file.
15264
a5947601
SDJ
152652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15266
15267 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15268 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15269 * gdb.base/global-var-nested-by-dso.c: Likewise.
15270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15271
91c19059
SDJ
152722014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15273 Pedro Alves <palves@redhat.com>
15274
15275 * gdb.base/watch-bitfields.exp: Pass string other than test file
15276 name to prepare_for_testing.
15277 (watch): New procedure.
15278 (expect_watchpoint): Use with_test_prefix.
15279 (top level): Factor out tests to ...
15280 (test_watch_location, test_regular_watch): ... these new
15281 procedures, and use with_test_prefix and gdb_continue_to_end.
15282
bb9d5f81
PP
152832014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15284
15285 PR breakpoints/12526
15286 * gdb.base/watch-bitfields.exp: New file.
15287 * gdb.base/watch-bitfields.c: New file.
15288
635856f5
PA
152892014-09-16 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15292 software and hardware addresses, not software address against
15293 itself.
15294
7280ceea
PA
152952014-09-16 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15298 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15299
428b16bd
PA
153002014-09-16 Pedro Alves <palves@redhat.com>
15301
15302 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15303 files.
15304 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15305 "*-*-vxworks*" throughout.
15306 * gdb.base/break.exp: Likewise.
15307 * gdb.base/default.exp: Likewise.
15308 * gdb.base/scope.exp: Likewise.
15309 * gdb.base/sepdebug.exp: Likewise.
15310 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15311 throughout.
15312 * gdb.base/run.c: Likewise.
15313 * gdb.base/sepdebug.c: Likewise.
15314 * gdb.hp/gdb.aCC/run.c: Likewise.
15315 * gdb.reverse/until-reverse.c: Likewise.
15316 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15317
666d413c
YQ
153182014-09-16 Yao Qi <yao@codesourcery.com>
15319
15320 * boards/local-remote-host-native.exp: New file.
15321
57cbd724
DE
153222014-09-14 Doug Evans <xdje42@gmail.com>
15323
15324 * gdb.threads/queue-signal.c (thread_count): New variable.
15325 (thread_count_mutex, thread_count_condvar): New variables.
15326 (incr_thread_count, wait_all_threads_running): New functions.
15327 (main): Wait for all threads to be in their thread functions.
15328
81219e53
DE
153292014-09-13 Doug Evans <xdje42@gmail.com>
15330
15331 * gdb.threads/queue-signal.c: New file.
15332 * gdb.threads/queue-signal.exp: New file.
15333
3714cea7
DE
153342014-09-13 Doug Evans <xdje42@gmail.com>
15335
15336 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15337 be consistent with what default_gdb_init uses.
15338 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15339 the plain text of the prompt. Add some logging printfs.
15340 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15341
fa43b1d7
PA
153422014-09-12 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15345 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15346 * gdb.arch/i386-size-overlap.exp: Likewise.
15347 * gdb.arch/i386-size.exp: Likewise.
15348 * gdb.arch/i386-unwind.exp: Likewise.
15349 * gdb.base/a2-run.exp: Likewise.
15350 * gdb.base/break.exp: Likewise.
15351 * gdb.base/charset.exp: Likewise.
15352 * gdb.base/chng-syms.exp: Likewise.
15353 * gdb.base/commands.exp: Likewise.
15354 * gdb.base/dbx.exp: Likewise.
15355 * gdb.base/find.exp: Likewise.
15356 * gdb.base/funcargs.exp: Likewise.
15357 * gdb.base/jit-simple.exp: Likewise.
15358 * gdb.base/reread.exp: Likewise.
15359 * gdb.base/sepdebug.exp: Likewise.
15360 * gdb.base/step-bt.exp: Likewise.
15361 * gdb.cp/mb-inline.exp: Likewise.
15362 * gdb.cp/mb-templates.exp: Likewise.
15363 * gdb.objc/basicclass.exp: Likewise.
15364 * gdb.threads/killed.exp: Likewise.
15365
9d9bf2df
EBM
153662014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15367
15368 PR tdep/17379
15369 * gdb.arch/powerpc-stackless.S: New file.
15370 * gdb.arch/powerpc-stackless.exp: New file.
15371
1cf2f1b0
JK
153722014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15373
15374 * gdb.base/attach.c: Include unistd.h.
15375 (main): Call alarm. Add label postloop.
15376 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15377 gdb_breakpoint, gdb_continue_to_breakpoint.
15378 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15379
98880d46
PA
153802014-09-11 Pedro Alves <palves@redhat.com>
15381
15382 PR gdb/17347
15383 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15384 * gdb.base/attach.exp (test_command_line_attach_run): New
15385 procedure.
15386 (top level): Call it.
15387
4c92ff2c
PA
153882014-09-11 Pedro Alves <palves@redhat.com>
15389
15390 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15391 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15392 (do_command_attach_tests): Use spawn_wait_for_attach.
15393 * gdb.base/solib-overlap.exp: Likewise.
15394 * gdb.multi/multi-attach.exp: Likewise.
15395 * gdb.python/py-prompt.exp: Likewise.
15396 * gdb.python/py-sync-interp.exp: Likewise.
15397 * gdb.server/ext-attach.exp: Likewise.
15398
3adc1a7d
GKB
153992014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15400
15401 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15402 command in testcase. Simplify testcase.
15403
96334934
JB
154042014-09-10 Joel Brobecker <brobecker@adacore.com>
15405
15406 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15407
eb479039
JB
154082014-09-10 Joel Brobecker <brobecker@adacore.com>
15409
15410 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15411
deede10c
JB
154122014-09-10 Joel Brobecker <brobecker@adacore.com>
15413
15414 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15415
7828a5f5
JB
154162014-09-10 Joel Brobecker <brobecker@adacore.com>
15417
15418 * gdb.dwarf2/dynarr-ptr.c: New file.
15419 * gdb.dwarf2/dynarr-ptr.exp: New file.
15420
33aeebcf
MR
154212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15422
15423 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15424 of 30 rather than hardcoding 120 for a slow test case. Take the
15425 `gdb,timeout' target setting into account for this calculation.
15426 Don't extend the timeout for the test cases that don't need it.
15427
7b415901
MR
154282014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15429
15430 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15431 a factor of 2 for a slow test case. Take the `gdb,timeout'
15432 target setting into account for this calculation.
15433 * gdb.reverse/until-precsave.exp: Increase the timeout by
15434 a factor of 15 and 3 respectively rather than adding 120
15435 for a pair of slow test cases. Take the `gdb,timeout'
15436 target setting into account for this calculation.
15437
4a40f85a
MR
154382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15439
15440 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15441 timeout, don't pass one down to gdb_expect.
15442 (gdb_expect): Rework timeout selection.
15443
09635af7
MR
154442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15445
15446 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15447 exception on timeout.
15448 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15449 (gdbserver_start_extended): Catch any `gdbserver_start' error
15450 exceptions.
15451 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15452 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15453 `gdbserver_gdb_load' error exceptions.
15454
2bdd10b7
MR
154552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15456
15457 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15458 120 on waiting for the TCP socket to open.
15459
316935f0
DE
154602014-09-09 Doug Evans <xdje42@gmail.com>
15461
15462 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15463 _caller_matches, _any_caller_is, _any_caller_matches.
15464
83740597
DE
154652014-09-09 Doug Evans <xdje42@gmail.com>
15466
15467 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15468
4c122fc3
YQ
154692014-09-09 Yao Qi <yao@codesourcery.com>
15470
15471 * gdb.mi/mi-var-display.exp: Set print symbol off.
15472
a9f116cb
GKB
154732014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15474
15475 PR gdb/17035
15476 * gdb.base/commands.exp: Add tests to verify user-defined
15477 commands with empty bodies.
15478 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15479 python commands in `show user command`.
15480 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15481 scheme commands in `show user command`.
15482
c75bd3a2
JK
154832014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15484
15485 PR python/17355
15486 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15487 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15488 * gdb.python/py-framefilter-invalidarg.exp: New file.
15489 * gdb.python/py-framefilter-invalidarg.py: New file.
15490
faa42425
DE
154912014-09-06 Doug Evans <xdje42@gmail.com>
15492
15493 PR 15276
15494 * gdb.python/py-caller-is.c: New file.
15495 * gdb.python/py-caller-is.exp: New file.
15496
474ca4f6
SDJ
154972014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15498
15499 PR gdb/17235
15500 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15501 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15502
eb0b0463
SDJ
155032014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15504
15505 PR fortran/17237
15506 * gdb.fortran/print-formatted.exp: New file.
15507 * gdb.fortran/print-formatted.f90: Likewise.
15508
5f3b99cf
SS
155092014-09-03 Sasha Smundak <asmundak@google.com>
15510
15511 * gdb.python/py-frame.exp: Test Frame.read_register.
15512
7d793aa9
SDJ
155132014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR python/16699
15516 * gdb.python/py-completion.exp: New file.
15517 * gdb.python/py-completion.py: Likewise.
15518
fb0576e9
DE
155192014-08-28 Doug Evans <dje@google.com>
15520
15521 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15522 eax,etc. are live with values set by gdb and thus the compiler can't
15523 use them.
15524 * gdb.arch/i386-pseudo.c (main): Ditto.
15525
ee92b0dd
DE
155262014-08-27 Doug Evans <dje@google.com>
15527
15528 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15529
6649db35
DE
155302014-08-25 Doug Evans <dje@google.com>
15531
15532 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15533 (main): Ditto.
15534
564b7600
DE
155352014-08-25 Doug Evans <dje@google.com>
15536
15537 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15538
3881fb67
YQ
155392014-08-24 Yao Qi <yao@codesourcery.com>
15540
15541 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15542 symbol off.
15543 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15544
a05a36a5
DE
155452014-08-22 Doug Evans <dje@google.com>
15546
15547 PR 17276
15548 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15549 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15550 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15551
7c343b48
YQ
155522014-08-22 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15555 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15556 * gdb.python/python.exp: Likewise. Use .py file on the host
15557 instead of the build.
15558
22fd09ae
JK
155592014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 * gdb.threads/gcore-stale-thread.c: New file.
15562 * gdb.threads/gcore-stale-thread.exp: New file.
15563
a8454a7c
PA
155642014-08-21 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15567 * gdb.base/gcore-relro-pie.exp: Likewise.
15568 * gdb.base/gcore-relro.exp: Likewise.
15569 * gdb.base/gcore.exp: Likewise.
15570 * gdb.base/print-symbol-loading.exp: Likewise.
15571 * gdb.threads/gcore-thread.exp: Likewise.
15572 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15573
2a31c623
PA
155742014-08-20 Pedro Alves <palves@redhat.com>
15575 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15578 configure.
15579 (EXPECT): Handle READ1 being set.
15580 (all): Depend on EXTRA_RULES.
15581 (check-read1, expect-read1, read1.so, read1): New rules.
15582 * README (Testsuite Parameters): Document the READ1 make variable.
15583 (Race detection): New section.
15584 * configure: Regenerate.
15585 * configure.ac: If build==host==target, and running under a
15586 GNU/glibc system, add read1 to the extra Makefile rules.
15587 (EXTRA_RULES): AC_SUBST it.
15588 * lib/read1.c: New file.
15589
d36430db
JB
155902014-08-20 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15593 the handling of variables declared as a typedef to an array
15594 which a DW_AT_data_location attribute.
15595
9a0dc9e3
PA
155962014-08-19 Andrew Burgess <aburgess@broadcom.com>
15597 Pedro Alves <palves@redhat.com>
15598
15599 PR symtab/14604
15600 PR symtab/14605
15601 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15602 gdb_test.
15603
0718a8da
PA
156042014-08-19 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15607
13b448cd
YQ
156082014-08-19 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15611 right line.
15612
1cbf5077
DB
156132014-08-18 David Blaikie <dblaikie@gmail.com>
15614
15615 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15616
bf0fae19
JB
156172014-08-18 Joel Brobecker <brobecker@adacore.com>
15618
15619 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15620 attribute in array range.
15621
3c8c5dcc
JB
156222014-08-18 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15625
e66d4446
SC
156262014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15627
15628 PR c++/17132
15629 * gdb.cp/pr17132.cc: New file.
15630 * gdb.cp/pr17132.exp: New file.
15631
940df408
SC
156322014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15633
15634 * gdb.python/py-xmethods.py (A_getarrayind)
15635 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15636 Use 'print' with function call syntax.
15637 (E_method_matcher.match): Fix tab vs space indentation mixup.
15638
ebcc6c3a
YQ
156392014-08-15 Yao Qi <yao@codesourcery.com>
15640
15641 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15642 false.
15643
775e0f04
YQ
156442014-08-15 Yao Qi <yao@codesourcery.com>
15645
15646 * gdb.cp/casts.exp: Set print symbol off.
15647 * gdb.cp/class2.exp: Likewise.
15648 * gdb.cp/overload.exp: Likewise.
15649 * gdb.cp/templates.exp: Likewise.
15650
d769e349
DE
156512014-08-11 Doug Evans <dje@google.com>
15652
15653 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15654 (test_load_shlib): Update.
15655
20c6f1e1
YQ
156562014-08-09 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.base/display.exp: Invoke is_address_zero_readable.
15659 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15660 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15661 * gdb.base/hbreak-unmapped.exp: Return if
15662 is_address_zero_readable returns true.
15663 * gdb.base/signest.exp: Likewise.
15664 * gdb.base/signull.exp: Likewise.
15665 * gdb.base/sigbpt.exp: Likewise.
15666 * gdb.guile/scm-disasm.exp: Do the test if
15667 is_address_zero_readable returns false.
15668 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15669 * gdb.python/py-arch.exp: Likewise.
15670 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15671 * lib/gdb.exp (is_address_zero_readable): New proc.
15672
5792e8e3
YQ
156732014-08-09 Yao Qi <yao@codesourcery.com>
15674
15675 PR testsuite/13443
15676 * gdb.mi/mi-var-display.exp: Make test messages unique.
15677
3cecbbbe
TT
156782014-08-04 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15681 target 0".
15682
00b51ff5
TT
156832014-08-04 Tom Tromey <tromey@redhat.com>
15684
15685 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15686 "target_resume".
15687
6908c509
JB
156882014-08-01 Joel Brobecker <brobecker@adacore.com>
15689
15690 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15691 inner_vla_struct_object_size.
15692 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15693 as xfail.
15694
cc6563d2
PA
156952014-07-30 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15698 comment.
15699
7e09a223
YQ
157002014-07-29 Yao Qi <yao@codesourcery.com>
15701
15702 PR gdb/17206
15703 * gdb.base/until-nodebug.exp: New.
15704
7ebdbe92
DE
157052014-07-28 Doug Evans <xdje42@gmail.com>
15706
15707 PR guile/17203
15708 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15709 previously existing parameter, and previously ambiguously spelled
15710 parameter.
15711
fdb1adc6
WN
157122014-07-28 Will Newton <will.newton@linaro.org>
15713
15714 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15715
186fcde0
DE
157162014-07-26 Ludovic Courtès <ludo@gnu.org>
15717 Doug Evans <xdje42@gmail.com>
15718
15719 PR guile/17146
15720 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15721
70509625
PA
157222014-07-25 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.threads/signal-command-handle-nopass.c: New file.
15725 * gdb.threads/signal-command-handle-nopass.exp: New file.
15726 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15727 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15728 * gdb.threads/signal-delivered-right-thread.c: New file.
15729 * gdb.threads/signal-delivered-right-thread.exp: New file.
15730
c3f814a1
PA
157312014-07-25 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.base/double-prompt-target-event-error.exp
15734 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15735 match.
15736 (cancel_pagination_in_target_event): Rework double prompt
15737 detection.
15738 * gdb.base/paginate-after-ctrl-c-running.exp
15739 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15740 <return>' match.
15741 * gdb.base/paginate-bg-execution.exp
15742 (test_bg_execution_pagination_return)
15743 (test_bg_execution_pagination_cancel): Remove '-notransfer
15744 <return>' matches.
15745 * gdb.base/paginate-execution-startup.exp
15746 (test_fg_execution_pagination_return)
15747 (test_fg_execution_pagination_cancel): Remove '-notransfer
15748 <return>' matches.
15749 * gdb.base/paginate-inferior-exit.exp
15750 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15751 match.
15752 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15753 * lib/gdb.exp (pagination_prompt): Run text through
15754 string_to_regexp.
15755 (gdb_test_multiple): Match $pagination_prompt instead of
15756 "<return>".
15757 (string_to_regexp): Move to lib/gdb-utils.exp.
15758
e214cf6c
JK
157592014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15760
15761 * gdb.arch/amd64-entry-value-paramref.S: New file.
15762 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15763 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15764 * gdb.arch/amd64-optimout-repeat.S: New file.
15765 * gdb.arch/amd64-optimout-repeat.c: New file.
15766 * gdb.arch/amd64-optimout-repeat.exp: New file.
15767
17d0c5c8
JK
157682014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15769
15770 PR gdb/17170
15771 * gdb.base/statistics.exp: New file.
15772
b8b8facf
DE
157732014-07-17 Doug Evans <dje@google.com>
15774
74b49205 15775 PR gdb/17170
b8b8facf
DE
15776 * gdb.base/maint.exp: Update testing of per-command stats.
15777
1b5d0ab3
PA
157782014-07-16 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15781 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15782 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15783 (tfile_write_buf): New functions.
15784 (add_memory_block): Rewrite using the above.
15785 (adjust_function_address): New function.
15786 (FUNCTION_ADDRESS): New macro.
15787 (write_basic_trace_file): Remove short_x local, and use
15788 tfile_write_16. Change type of func_addr local to unsigned long
15789 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15790 here. Cast argument of add_memory_block to char pointer.
15791 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15792 (main): Remove parameters.
15793 * gdb.trace/tfile.exp: Remove nowarnings.
15794
4d974e88
SM
157952014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15796
15797 * gdb.base/debug-expr.exp: Test string evaluation with
15798 "debug expression" on.
15799
41e99568
PA
158002014-07-15 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/reread.exp: Use clean_restart.
15803
487d9753
PL
158042014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15805
15806 * gdb.arch/avr-flash-qualifer.c: New.
15807 * gdb.arch/avr-flash-qualifer.exp: New.
15808
cc1c52ad
PA
158092014-07-14 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15812 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15813
1e973570
PA
158142014-07-14 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/double-prompt-target-event-error.c: New file.
15817 * gdb.base/double-prompt-target-event-error.exp: New file.
15818
93d6eb10
PA
158192014-07-14 Pedro Alves <palves@redhat.com>
15820
15821 PR gdb/17072
15822 * gdb.base/paginate-inferior-exit.c: New file.
15823 * gdb.base/paginate-inferior-exit.exp: New file.
15824
0017922d
PA
158252014-07-14 Pedro Alves <palves@redhat.com>
15826
15827 PR gdb/17072
15828 * gdb.base/paginate-bg-execution.c: New file.
15829 * gdb.base/paginate-bg-execution.exp: New file.
15830
94696ad3
PA
158312014-07-14 Pedro Alves <palves@redhat.com>
15832
15833 PR gdb/17072
15834 * gdb.base/paginate-execution-startup.c: New file.
15835 * gdb.base/paginate-execution-startup.exp: New file.
15836 * lib/gdb.exp (pagination_prompt): New global.
15837 (default_gdb_spawn): New procedure, factored out from
15838 default_gdb_spawn.
15839 (default_gdb_start): Adjust to call default_gdb_spawn.
15840 (gdb_spawn): New procedure.
15841
bd293940
PA
158422014-07-14 Pedro Alves <palves@redhat.com>
15843
15844 * lib/gdb.exp (gdb_assert): New procedure.
15845 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15846
c933f875
PA
158472014-07-14 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/execution-termios.c: New file.
15850 * gdb.base/execution-termios.exp: New file.
15851
d98b7a16
TT
158522014-07-14 Tom Tromey <tromey@redhat.com>
15853
15854 * gdb.cp/vla-cxx.cc: New file.
15855 * gdb.cp/vla-cxx.exp: New file.
15856
548740d6
TT
158572014-07-14 Tom Tromey <tromey@redhat.com>
15858
15859 * gdb.reverse/rerun-prec.c: New file.
15860 * gdb.reverse/rerun-prec.exp: New file.
15861
a25eb028
MR
158622014-07-12 Maciej W. Rozycki <macro@mips.com>
15863 Maciej W. Rozycki <macro@codesourcery.com>
15864
15865 * lib/gdb-utils.exp: New file.
15866 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15867 inline `gdb_init_command' processing.
15868 (gdb_start_cmd): Likewise.
15869 * lib/mi-support.exp (mi_run_cmd): Likewise.
15870 * README: Document `gdb_init_command' and `gdb_init_commands'.
15871
218c2655
JK
158722014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15873
15874 Fix false FAIL running under a very long directory name.
15875 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15876 and "set print elements 10000". Twice.
15877
5401fde3
YQ
158782014-07-11 Yao Qi <yao@codesourcery.com>
15879
15880 * gdb.base/exprs.exp: "set print symbol off".
15881
e76126e8
PA
158822014-07-11 Pedro Alves <palves@redhat.com>
15883
15884 * gdb.threads/kill.c: New file.
15885 * gdb.threads/kill.exp: New file.
15886
2d6f0de6
YQ
158872014-07-10 Yao Qi <yao@codesourcery.com>
15888
15889 * gdb.trace/tfile.c (write_basic_trace_file)
15890 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15891 address written to trace file.
15892
7180e04a
PA
158932014-07-09 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.base/attach-wait-input.exp: New file.
15896 * gdb.base/attach-wait-input.c: New file.
15897
9a9a7608
AB
158982014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15899
15900 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15901 setting up test structures.
15902 (main): Call new test function.
15903 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15904 test function, continue into test function and walk test
15905 structures.
15906
161ac41e
YQ
159072014-07-02 Yao Qi <yao@codesourcery.com>
15908
15909 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15910 'bar_start' at the beginning of functions 'foo' and 'bar'
15911 respectively.
15912 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15913 instead of 'foo' and 'bar'.
15914
1f267ae3
MM
159152014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15916
15917 * gdb.btrace/segv.exp: New.
15918 * gdb.btrace/segv.c: New.
15919
2b239efb
LM
159202014-07-02 Luis Machado <lgustavo@codesourcery.com>
15921
15922 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15923 instruction.
15924
cf363f18
MW
159252014-06-30 Mark Wielaard <mjw@redhat.com>
15926
15927 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15928 vulture, vilify, villar): New volatile array constants.
15929 (vindictive, vegetation): New const volatile array constants.
15930 * gdb.base/volatile.exp: Test volatile and const volatile array
15931 types.
15932
aebf9d24
AA
159332014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15934
15935 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15936 target lacks support for awatch, rwatch, or hbreak.
15937
b67a2c6f
YQ
159382014-06-27 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.multi/dummy-frame-restore.exp: New.
15941 * gdb.multi/dummy-frame-restore.c: New.
15942
aef92902
MM
159432014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15944
15945 * gdb.btrace/gcore.exp: New.
15946
8e9db26e
PA
159472014-06-23 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.base/watchpoint-reuse-slot.c: New file.
15950 * gdb.base/watchpoint-reuse-slot.exp: New file.
15951
70afc5b7
SC
159522014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15953
15954 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15955 progspace's filename in 'info', 'enable' and 'disable' command
15956 tests.
15957
b972bd9c
JK
159582014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15959
15960 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15961 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15962 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15963
125f8a3d
GB
159642014-06-20 Gary Benson <gbenson@redhat.com>
15965
15966 * gdb.arch/i386-avx.exp: Fix include file location.
15967 * gdb.arch/i386-sse.exp: Likewise.
15968
3ed9baed
IB
159692014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15970
15971 * gdb.dlang/expression.exp: New file.
15972
034f788c
PA
159732014-06-19 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15976 out from ...
15977 (top level): ... here. Iterate running tests under different
15978 scheduler-locking settings.
15979
45371d0c
LM
159802014-06-18 Luis Machado <lgustavo@codesourcery.com>
15981
15982 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15983 to DW_FORM_addr and use non-zero addresses.
15984
5d376983
SC
159852014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15986
15987 PR gdb/17017
15988 * gdb.python/py-xmethods.cc: Add global function call counters and
15989 increment them in their respective functions. Remove "cout"
15990 statements.
15991 * gdb.python/py-xmethods.exp: Make tests check the global function
15992 call counters instead of depending on inferior IO.
15993
a1aa2221
LM
159942014-06-18 Don Breazeal <donb@codesourcery.com>
15995
15996 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15997 Deleted procedure.
15998 (explicit_fork_parent_follow): Deleted procedure.
15999 (explicit_fork_child_follow): Deleted procedure.
16000 (test_follow_fork): New procedure.
16001 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16002 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16003 procedure calls.
16004
0fc05997
YQ
160052014-06-17 Yao Qi <yao@codesourcery.com>
16006
16007 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16008 CP1252.
16009
70795c52
LM
160102014-06-17 Luis Machado <lgustavo@codesourcery.com>
16011
16012 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16013 Initialize ptr and S explicitly.
16014 (skip_type_update_when_not_use_rtti_test): Likewise.
16015
6be47f0c
KS
160162014-06-16 Keith Seitz <keiths@redhat.com>
16017
16018 PR mi/15863
16019 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16020 the inferior is started.
16021
d03de421
PA
160222014-06-16 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/break-main-file-remove-fail.c: New file.
16025 * gdb.base/break-main-file-remove-fail.exp: New file.
16026 * gdb.base/break-unload-file.exp: Use build_executable instead of
16027 prepare_for_testing.
16028 (test_break): New parameter "initial_load". Handle it.
16029 (top level): Add initial_load cmdline/file axis.
16030
f9579b99
TT
160312014-06-12 Tom Tromey <tromey@redhat.com>
16032
16033 * gdb.base/completion.exp: Don't use directory name in test.
16034
3657956b
GB
160352014-06-09 Gary Benson <gbenson@redhat.com>
16036
16037 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16038 separate the always-available ANSI-standard signals from the
16039 signals that require checking.
16040 (main): Likewise.
16041 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16042 Likewise.
16043 (main): Likewise.
16044
4186eb54
KS
160452014-06-07 Keith Seitz <keiths@redhat.com>
16046
16047 Revert:
16048 PR c++/16253
16049 * gdb.cp/var-tag.cc: New file.
16050 * gdb.cp/var-tag.exp: New file.
16051 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16052 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16053 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16054 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16055
25326a28 160562014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16057
16058 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16059
829155c9
PA
160602014-06-06 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16063 in target debug output instead of looking at RSP packets,
16064 disabling the test on any target that uses hardware stepping.
16065 Update comments.
16066
61c8d22e
PA
160672014-06-06 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.base/break-unload-file.exp: Fix typo.
16070
d9a47287
YQ
160712014-06-06 Yao Qi <yao@codesourcery.com>
16072
16073 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16074 from "jit_function" to "^jit_function".
16075
e5e01dbf
YQ
160762014-06-06 Yao Qi <yao@codesourcery.com>
16077
16078 * gdb.base/async.c (foo): Add one statement.
16079 * gdb.base/async.exp: Get the next instruction address and
16080 match the output of "nexti" by instruction address. Match
16081 the hex address in the output of "finish".
16082
73ba372c
GB
160832014-06-06 Gary Benson <gbenson@redhat.com>
16084
16085 * gdb.base/call-signals.c: Remove preprocessor conditionals
16086 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16087 SIGSEGV and SIGTERM.
16088 * gdb.base/sigall.c: Likewise.
16089 * gdb.base/unwindonsignal.c: Likewise.
16090 * gdb.reverse/sigall-reverse.c: Likewise.
16091
831517df
YQ
160922014-06-06 Yao Qi <yao@codesourcery.com>
16093
16094 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16095 readable, skip the test.
16096
b8b91e98
YQ
160972014-06-06 Yao Qi <yao@codesourcery.com>
16098
16099 * gdb.threads/staticthreads.c (thread_function): Move the line
16100 setting breakpoint on forward.
16101 * gdb.threads/staticthreads.exp: Update comments.
16102
fb934770
LC
161032014-06-05 Ludovic Courtès <ludo@gnu.org>
16104
16105 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16106 "history-append! type error".
16107
6ef284bd
SM
161082014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16109
16110 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16111 erroneous dprintf expected input.
16112
a872e241
DE
161132014-06-04 Doug Evans <xdje42@gmail.com>
16114
16115 * gdb.guile/scm-generics.exp: Delete.
16116
16f691fb
DE
161172014-06-04 Doug Evans <xdje42@gmail.com>
16118
16119 * gdb.guile/scm-breakpoint.exp: Update.
16120 Add tests for breakpoint registration.
16121
012370f6
TT
161222014-06-04 Tom Tromey <tromey@redhat.com>
16123
16124 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16125 VLA-in-union.
16126 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16127 inner_vla_struct, vla_union types. Initialize objects of those
16128 types and compute their sizes.
16129
9f5a4cef
HZ
161302014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16131 Hui Zhu <hui@codesourcery.com>
16132
16133 * gdb.base/fileio.exp: Add test for shell not available as well as
16134 available.
16135 * gdb.base/fileio.c (test_system): Check for shell twice.
16136
90a45c4d
YQ
161372014-06-04 Yao Qi <yao@codesourcery.com>
16138
16139 * gdb.base/auto-connect-native-target.exp: Remove redundant
16140 space from the regexp pattern.
16141
70017e41
YQ
161422014-06-04 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.base/default.exp: Replace "child" with "native" in
16145 regexp pattern.
16146
883964a7
SC
161472014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16148
16149 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16150 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16151 * gdb.python/py-xmethods.py: Python script supporting the
16152 new testcase and tests.
16153
ef370185
JB
161542014-06-03 Joel Brobecker <brobecker@adacore.com>
16155 Pedro Alves <palves@redhat.com>
16156
16157 PR breakpoints/17000
16158 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16159 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16160
1e2ccb61
BM
161612014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16162
16163 * gdb.base/subst.exp: Add tests to verify partial path matching
16164 output.
16165
c6ec5ab2
PA
161662014-06-03 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16169 target that doesn't use software single-stepping.
16170
835c559f
PA
161712014-06-03 Pedro Alves <palves@redhat.com>
16172
16173 PR breakpoints/17000
16174 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16175 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16176
06eb1586
DE
161772014-06-02 Doug Evans <xdje42@gmail.com>
16178
16179 * gdb.guile/scm-parameter.exp: New file.
16180
e698b8c4
DE
161812014-06-02 Doug Evans <xdje42@gmail.com>
16182
16183 * gdb.guile/scm-cmd.c: New file.
16184 * gdb.guile/scm-cmd.exp: New file.
16185
ded03782
DE
161862014-06-02 Doug Evans <xdje42@gmail.com>
16187
16188 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16189 pretty-printer lookup.
16190 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16191 (make-pp_s-printer): Call it.
16192 (make-pretty-printer-from-dict): New function.
16193 (lookup-pretty-printer-maker-from-dict): New function.
16194 (*pretty-printer*): Simplify.
16195 (make-objfile-pp_s-printer): New function.
16196 (install-objfile-pretty-printers!): New function.
16197 (make-progspace-pp_s-printer): New function.
16198 (install-progspace-pretty-printers!): New function.
16199 * gdb.guile/scm-progspace.c: New file.
16200 * gdb.guile/scm-progspace.exp: New file.
16201
41fac0cf
PA
162022014-06-02 Pedro Alves <palves@redhat.com>
16203
16204 * gdb.base/dprintf-bp-same-addr.c: New file.
16205 * gdb.base/dprintf-bp-same-addr.exp: New file.
16206
96ae5695
EBM
162072014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16208
16209 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16210 * gdb.arch/powerpc-power.s: Likewise.
16211
da02b3a8
JB
162122014-06-02 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16215
c72b2e7b
YQ
162162014-06-01 Yao Qi <yao@codesourcery.com>
16217
16218 * gdb.base/watchpoint.exp (test_watch_location): Check null
16219 pointer can be dereferenced. If not, do the test, otherwise
16220 skip it.
16221
53e8a631
AB
162222014-05-30 Andrew Burgess <aburgess@broadcom.com>
16223
16224 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16225 results.
16226 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16227
938f0e2f
AB
162282014-05-30 Andrew Burgess <aburgess@broadcom.com>
16229
16230 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16231 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16232 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16233 * gdb.arch/amd64-invalid-stack-top.c: New file.
16234 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16235
9ba6657a
PA
162362014-05-30 Pedro Alves <palves@redhat.com>
16237
16238 PR breakpoints/17000
16239 * gdb.base/sss-bp-on-user-bp.c: New file.
16240 * gdb.base/sss-bp-on-user-bp.exp: New file.
16241
522c09bf
DB
162422014-05-30 David Blaikie <dblaikie@gmail.com>
16243
16244 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16245 gnu_inline semantics via attribute.
16246 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16247 source explicitly specifies the required semantics.
16248
bf4ef81e
MR
162492014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16250
16251 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16252
329ea579
PA
162532014-05-29 Pedro Alves <palves@redhat.com>
16254 Tom Tromey <tromey@redhat.com>
16255
16256 * gdb.base/async-shell.exp: Don't enable target-async.
16257 * gdb.base/async.exp
16258 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16259 parameter. Adjust.
16260 (top level): Don't test with "target-async".
16261 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16262 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16263 * gdb.base/inferior-died.exp: Don't enable target-async.
16264 * gdb.base/interrupt-noterm.exp: Likewise.
16265 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16266 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16267 * gdb.mi/mi-nonstop.exp: Likewise.
16268 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16269 * gdb.mi/mi-nsintrall.exp: Likewise.
16270 * gdb.mi/mi-nsmoribund.exp: Likewise.
16271 * gdb.mi/mi-nsthrexec.exp: Likewise.
16272 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16273 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16274 * gdb.python/py-evsignal.exp: Don't enable target-async.
16275 * gdb.python/py-evthreads.exp: Likewise.
16276 * gdb.python/py-prompt.exp: Likewise.
16277 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16278 * gdb.server/solib-list.exp: Don't enable target-async.
16279 * gdb.threads/thread-specific-bp.exp: Likewise.
16280 * lib/mi-support.exp: Adjust to use mi-async.
16281
fd664c91
PA
162822014-05-29 Pedro Alves <palves@redhat.com>
16283
16284 PR gdb/13860
16285 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16286 reason, even in sync mode.
16287
251bde03
PA
162882014-05-29 Pedro Alves <palves@redhat.com>
16289 Hui Zhu <hui@codesourcery.com>
16290
16291 PR PR15693
16292 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16293 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16294 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16295 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16296
7f3c0343
JB
162972014-05-28 Joel Brobecker <brobecker@adacore.com>
16298
16299 * config/monitor.exp (gdb_target_monitor): Replace use of
16300 "set remotebaud" by "set serial baud".
16301
b2715b27
AW
163022014-05-26 Andy Wingo <wingo@igalia.com>
16303
16304 * gdb.guile/scm-breakpoint.exp:
16305 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16306 properties instead of gdb-object-properties.
16307
498a4489
YQ
163082014-05-26 Yao Qi <yao@codesourcery.com>
16309
16310 * gdb.server/no-thread-db.exp: Specify source file name
16311 explicitly when setting a breakpoint.
16312
589fdceb
MM
163132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16314
16315 * gdb.btrace/vdso.c: New.
16316 * gdb.btrace/vdso.exp: New.
16317
e9089e05
MM
163182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16319
16320 * gdb.base/gcore.exp (capture_command_output): Move ...
16321 * lib/gdb.exp (capture_command_output): ... here.
16322
67b5c0c1
MM
163232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16324
16325 * gdb.btrace/data.exp: Test memory access during btrace replay.
16326
a2199296
SM
163272014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16330
17b2616c
PA
163312014-05-21 Pedro Alves <palves@redhat.com>
16332
16333 PR gdb/13860
16334 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16335 (top level): Test that output related to execution commands is
16336 sent to the console with CLI commands, but not with MI commands.
16337 Test that breakpoint events are always mirrored to the console.
16338 Also expect the new source line to be output after a "next" in
16339 async mode too. Make it a pass/fail test.
16340 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16341 output.
16342 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16343
5166082f
PA
163442014-05-21 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16347 Use them to test variations of "list" after reaching a breakpoint.
16348 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16349 Test "list" with listsize 10 after reaching a breakpoint.
16350 * gdb.python/python.exp (decode_line current location line
16351 number): Adjust expected line number.
16352
2f25d70f
SM
163532014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16354
16355 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16356 behavior for $args, pass it directly to "run".
16357
ff604a67
MR
163582014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16359
16360 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16361 30000 to 65536.
16362
6a3cb8e8
PA
163632014-05-21 Pedro Alves <palves@redhat.com>
16364
16365 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16366 auto-connect-native-target off".
16367 * gdb.base/auto-connect-native-target.c: New file.
16368 * gdb.base/auto-connect-native-target.exp: New file.
16369
4ebfc96e
PA
163702014-05-21 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/default.exp: Test "target native" instead of "target
16373 child".
16374
36d46afb
MW
163752014-05-21 Mark Wielaard <mjw@redhat.com>
16376
16377 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16378
5876f503
JK
163792014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16380
16381 Fix TLS access for -static -pthread.
16382 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16383 <HAVE_TLS> (thread_function, main): Initialize it.
16384 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16385 Add clean_restart.
16386 <$have_tls != "">: Check TLSVAR.
16387
0256a6ac
PA
163882014-05-21 Pedro Alves <palves@redhat.com>
16389
16390 * gdb.base/dcache-line-read-error.c: New.
16391 * gdb.base/dcache-line-read-error.exp: New.
16392
936d2992
PA
163932014-05-20 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/compare-sections.c: New file.
16396 * gdb.base/compare-sections.exp: New file.
16397
802e8e6d
PA
163982014-05-20 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.base/break-idempotent.c: New file.
16401 * gdb.base/break-idempotent.exp: New file.
16402
e59fa00f
MM
164032014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16404
16405 * gdb.btrace/nohist.exp: New.
16406
8b696e31
YQ
164072014-05-20 Yao Qi <yao@codesourcery.com>
16408
16409 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16410 gdb.reverse directory and gdb_reverse_timeout exists in board
16411 setting.
16412 * README: Document gdb_reverse_timeout.
16413
73c9764f
YQ
164142014-05-20 Yao Qi <yao@codesourcery.com>
16415
16416 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16417 'test_file_name'. Treat args as a string instead of a list.
16418 (gdb_init): Rename argument 'args' by 'test_file_name'.
16419
f1f4348a
JK
164202014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16421
16422 * gdb.arch/powerpc-power.exp: New file.
16423 * gdb.arch/powerpc-power.s: New file.
16424
0dbe70ce
DE
164252014-05-16 Doug Evans <dje@google.com>
16426
16427 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16428 * gdb.base/completion.exp: Check that all expected files exist
16429 before doing file completion.
0dbe70ce 16430
8d551b02
DE
164312014-05-16 Doug Evans <dje@google.com>
16432
16433 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16434 Update.
16435 (do_syscall_tests_without_xml): Update.
16436
73eb7709
PA
164372014-05-16 Pedro Alves <palves@redhat.com>
16438
16439 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16440 instead of "unknown output after running".
16441
3fae92fc
YQ
164422014-05-16 Yao Qi <yao@codesourcery.com>
16443
16444 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16445 file1.txt from host at the end.
16446 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16447
c2b2ccc5
DE
164482014-05-15 Doug Evans <dje@google.com>
16449
16450 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16451 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16452 loading file. Add test for TU lookup.
16453
8c217a4b
SM
164542014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16455
16456 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16457 calling "-exec-arguments" or "set args" before running the
16458 inferior.
16459
3deb39c6
SM
164602014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16461
16462 * lib/mi-support.exp (mi_expect_stop): Expect message for
16463 inferiors that exit with non-zero exit code.
16464
71a79f8c
YQ
164652014-05-14 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16468 match absolute path on remote host.
16469 (test_file_list_exec_source_files): Remove "/" from the
16470 pattern.
16471
f23fcd46
YQ
164722014-05-14 Yao Qi <yao@codesourcery.com>
16473
16474 * boards/local-remote-host-notty.exp (${board}_file): New
16475 proc.
16476
9404b58f
KM
164772014-05-07 Kyle McMartin <kyle@redhat.com>
16478
16479 Pushed by Joel Brobecker <brobecker@adacore.com>.
16480 * gdb.arch/aarch64-atomic-inst.c: New file.
16481 * gdb.arch/aarch64-atomic-inst.exp: New file.
16482
5e45f04c
YQ
164832014-05-07 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16486 in current context" too.
16487
c888a17d
KS
164882014-05-05 Keith Seitz <keiths@redhat.com>
16489
16490 * gdb.linespec/ls-dollar.exp: Add test for linespec
16491 file:convenience_variable.
16492
290a839c
YQ
164932014-05-05 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16496 traceframes into tfile and ctf trace files. Read data from
16497 trace file and test collected data.
16498 (gdb_collect_locals_test): Likewise.
16499 (gdb_unavailable_registers_test): Likewise.
16500 (gdb_unavailable_floats): Likewise.
16501 (gdb_collect_globals_test): Likewise.
16502 (top-level): Append "ctf" to trace_file_targets if GDB
16503 supports.
16504
b5262cd0
YQ
165052014-05-05 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16508 code to ...
16509 (gdb_collect_args_test_1): ... it. New proc.
16510 (gdb_collect_locals_test): Move some code to ...
16511 (gdb_collect_locals_test_1): ... it. New proc.
16512 (gdb_unavailable_registers_test): Move some code to ...
16513 (gdb_unavailable_registers_test_1): ... it. New proc.
16514 (gdb_unavailable_floats): Move some code to ...
16515 (gdb_unavailable_floats_1): ... it. New proc.
16516
30a1e6cc
SDJ
165172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16518
16519 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16520 probes to test for bitness recognition.
16521 * gdb.arch/amd64-stap-optional-prefix.exp
16522 (test_probe_value_without_reg): New procedure.
16523 Add code to test for different kinds of bitness.
16524
f33da99a
SDJ
165252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16526
16527 PR breakpoints/16889
16528 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16529 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16530
5b80f00d
PA
165312014-05-01 Pedro Alves <palves@redhat.com>
16532
16533 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16534 gdb_file_cmd if no file is specified.
16535 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16536 last_loaded_file to set the remote exec-file.
16537
f8c2a73c
PA
165382014-05-01 Pedro Alves <palves@redhat.com>
16539
16540 * boards/local-remote-host.exp: New file.
16541
be6e8ac7
PA
165422014-05-01 Pedro Alves <palves@redhat.com>
16543
16544 * boards/local-remote-host.exp: Rename to ...
16545 * boards/local-remote-host-notty.exp: ... this.
16546
cac0dc8f
JB
165472014-04-28 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.ada/dyn_arrayidx: New testcase.
16550
9730e6cc
YQ
165512014-04-26 Yao Qi <yao@codesourcery.com>
16552
16553 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16554 and compute the length of function main. Save it in
16555 $main_length.
16556 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16557 (top-level): Use gdb_compile to compile objects into
16558 executable and restart GDB. Remove invocation to
16559 prepare_for_testing.
16560
7ae1a6a6
PA
165612014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16562 Pedro Alves <palves@redhat.com>
16563
16564 PR server/16255
16565 * gdb.multi/multi-attach.c: New file.
16566 * gdb.multi/multi-attach.exp: New file.
16567
4082afcc
PA
165682014-04-25 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16571 user.
16572 (top level): Test that "set remote conditional-breakpoints-packet
16573 off" works as intended.
16574 * gdb.base/dprintf.exp: Test that "set remote
16575 breakpoint-commands-packet off" works as intended.
16576 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16577 New function.
16578 (top level): Call it.
16579 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16580 remote fast-tracepoints-packet off" works as intended.
16581 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16582 * lib/gdb.exp (gdb_is_target_remote): ... here.
16583
2abc3f8d
DB
165842014-04-24 David Blaikie <dblaikie@gmail.com>
16585
16586 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16587 ensure clang would not discard them.
16588 * gdb.base/gdbvars.c: Ditto.
16589 * gdb.base/memattr.c: Ditto.
16590 * gdb.base/whatis.c: Ditto.
16591 * gdb.python/py-prettyprint.c: Ditto.
16592 * gdb.trace/actions.c: Ditto.
16593 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16594 ensure clang would not discard it.
16595
bfd39632
DB
165962014-04-24 David Blaikie <dblaikie@gmail.com>
16597
16598 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16599 clang to emit the full definition of type required by the test
16600 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16601
22842ff6
DB
166022014-04-24 David Blaikie <dblaikie@gmail.com>
16603
16604 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16605 coax Clang into emitting the definition of the type.
16606 * gdb.cp/pr10728-x.h (y): Ditto.
16607 * gdb.cp/pr10728-y.cc (y): Ditto.
16608
c2e827ad
DB
166092014-04-24 David Blaikie <dblaikie@gmail.com>
16610
16611 * gdb.base/label.exp: XFAIL label related tests under Clang.
16612 * gdb.cp/cplabel.exp: Ditto.
16613 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16614 under Clang those using labels.
16615
4c2d33e7
YQ
166162014-04-25 Yao Qi <yao@codesourcery.com>
16617
16618 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16619 double_label.
16620 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16621 partial_label and double_label.
16622
56083b99
DB
166232014-04-24 David Blaikie <dblaikie@gmail.com>
16624
16625 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16626
25d4e99d
DB
166272014-04-24 David Blaikie <dblaikie@gmail.com>
16628
16629 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16630 of the function to work across GCC and Clang.
16631 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16632 pointer types (const void ** const V void **).
16633
01f9f808
MS
166342014-04-24 Michael Sturm <michael.sturm@mintel.com>
16635 Walfred Tedeschi <walfred.tedeschi@intel.com>
16636
16637 * Makefile.in (EXECUTABLES): Added i386-avx512.
16638 * gdb.arch/i386-avx512.c: New file.
16639 * gdb.arch/i386-avx512.exp: Likewise.
16640
4b48d439
KS
166412014-04-23 Keith Seitz <keiths@redhat.com>
16642
16643 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16644 (mi_make_breakpoint_table): New procedure.
16645 (mi_create_breakpoint): Use mi_make_breakpoint
16646 and return the result.
16647 (mi_make_breakpoint): New procedure.
16648 (mi_build_kv_pairs): New procedure.
16649
16650 * gdb.mi/mi-break.exp: Remove unused globals,
16651 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16652 All callers updated.
16653 * gdb.mi/mi-dprintf.exp: Use variable to track command
16654 number.
16655 Update all callers of mi_create_breakpoint and use
16656 mi_make_breakpoint_table.
16657 Remove any unused global variables.
16658 * gdb.mi/mi-nonstop.exp: Likewise.
16659 * gdb.mi/mi-nsintrall.exp: Likewise.
16660 * gdb.mi/mi-nsmoribund.exp: Likewise.
16661 * gdb.mi/mi-nsthrexec.exp: Likewise.
16662 * gdb.mi/mi-reverse.exp: Likewise.
16663 * gdb.mi/mi-simplerun.exp: Likewise.
16664 * gdb.mi/mi-stepn.exp: Likewise.
16665 * gdb.mi/mi-syn-frame.exp: Likewise.
16666 * gdb.mi/mi-until.exp: Likewise.
16667 * gdb.mi/mi-var-cp.exp: Likewise.
16668 * gdb.mi/mi-var-display.exp: Likewise.
16669 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16670 * gdb.mi/mi2-var-child.exp: Likewise.
16671 * gdb.mi/mi-vla-c99.exp: Likewise.
16672 * lib/mi-support.exp: Likewise.
16673
16674 From Ian Lance Taylor <iant@cygnus.com>:
16675 * lib/gdb.exp (parse_args): New procedure.
16676
08351840
PA
166772014-04-23 Pedro Alves <palves@redhat.com>
16678
16679 * gdb.base/break-unload-file.c: New file.
16680 * gdb.base/break-unload-file.exp: New file.
16681 * gdb.base/sym-file-lib.c (baz): New function.
16682 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16683 field.
16684 (load): Store the segment's mapped size.
16685 (unload): New function.
16686 (unload_shlib): New function.
16687 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16688 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16689 set a breakpoint at baz, and call it.
16690 * gdb.base/sym-file.exp: New tests for stale breakpoint
16691 instructions.
16692
076855f9
PA
166932014-04-23 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16696 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16697 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16698 * gdb.base/hbreak-unmapped.c: New file.
16699 * gdb.base/hbreak-unmapped.exp: New file.
16700 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16701 * lib/gdb.exp (gdb_is_target_remote): ... here.
16702
483805cf
PA
167032014-04-22 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/consecutive-step-over.c: New file.
16706 * gdb.base/consecutive-step-over.exp: New file.
16707
06d97543
PA
167082014-04-22 Pedro Alves <palves@redhat.com>
16709
16710 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16711 instead of send_gdb/gdb_expect.
16712
b4429ea2
YQ
167132014-04-22 Yao Qi <yao@codesourcery.com>
16714
16715 * lib/trace-support.exp (generate_tracefile): New procedure.
16716 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16717 return 0.
16718 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16719 if generate_tracefile returns 1.
16720
51d48146
PA
167212014-04-18 Tom Tromey <palves@redhat.com>
16722 Pedro alves <tromey@redhat.com>
16723
16724 PR backtrace/15558
16725 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16726 with a backtrace limit.
16727 * gdb.python/py-frame-inline.exp: Test running to an inline
16728 function with a backtrace limit, and printing the newest frame.
16729 * gdb.python/py-frame-inline.c (main): Call f.
16730
bd1dce5f
MS
167312014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16732
16733 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16734
40d1a503
MS
167352014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16736
16737 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16738 Drop prefix from unsupported source file path.
16739
389b98f7
YQ
167402014-04-17 Yao Qi <yao@codesourcery.com>
16741
16742 * lib/gdb.exp (with_target_charset): New proc.
16743 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16744 with_target_charset.
16745 (test_print_strings): Likewise.
16746 (test_repeat_bytes): Likewise.
16747 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16748 for some tests.
16749
22869d73
KS
167502014-04-16 Keith Seitz <keiths@redhat.com>
16751
16752 PR gdb/15827
16753 * gdb.dwarf2/corrupt.c: New file.
16754 * gdb.dwarf2/corrupt.exp: New file.
16755
c4f87ca6
KS
167562014-04-16 Keith Seitz <keiths@redhat.com>
16757
16758 PR c++/16597
16759 * gdb.cp/namelessclass.cc: New file.
16760 * gdb.cp/namelessclass.exp: New file.
16761 * gdb.cp/namelessclass.S: New file.
16762
ab19de87
DE
167632014-04-16 Doug Evans <dje@google.com>
16764
16765 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16766 Add comment.
16767 (gdbserver_default_get_comm_port): New function.
16768 (gdbserver_start): Check if board file provided
16769 "gdbserver,get_comm_port" and use it if so.
16770 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16771 (gdb,socketport): Set to "stdio".
16772 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16773 (stdio_gdbserver_template): Delete.
16774 (${board}_get_remote_address): Update.
16775 (${board}_build_remote_cmd): Delete.
16776 (${board}_get_comm_port): New function.
16777 (${board}_spawn): Update.
16778 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16779 Delete.
16780 (${board}_get_remote_address): Update.
16781 (${board}_get_comm_port): New function.
16782
fc98a809
AB
167832014-04-16 Andrew Burgess <aburgess@broadcom.com>
16784
16785 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16786 appearing in any order.
16787
87fd9e6e
DE
167882014-04-15 Doug Evans <dje@google.com>
16789
16790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16791 uninitialized value of "description".
16792
099fc3ea
KS
167932014-04-15 Keith Seitz <keiths@redhat.com>
16794
16795 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16796 Remove unused globals.
16797 (test_running_the_program): Likewise.
16798 (test_controlled_execution): Likewise.
16799 (test_controlling_breakpoints): Likewise.
16800 (test_program_termination): Likewise.
16801
5da151d4
KS
168022014-04-15 Keith Seitz <keiths@redhat.com>
16803
16804 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16805 unused globals.
16806 (test_rbreak_creation_and_listing): Likewise.
16807 (test_ignore_count): Likewise.
16808 (test_error): Likewise.
16809
35e5d2f0
PA
168102014-04-15 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16813 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16814 sym-file-loader.c.
16815 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16816 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16817 to sym-file-loader.c.
16818 (struct library): Forward declare.
16819 (load_shlib, lookup_function): Change prototypes.
16820 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16821 (translate_offset): Remove declarations.
16822 (get_text_addr): New declaration.
16823 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16824 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16825 sym-file-loader.h.
16826 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16827 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16828 here from sym-file-loader.h.
16829 (struct library): New structure.
16830 (load_shlib, lookup_function): Change prototypes and adjust to
16831 work with a struct library.
16832 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16833 (translate_offset): Make static.
16834 (get_text_addr): New function.
16835 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16836
eb4c1710
PA
168372014-04-15 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16840
2d1baf52
PA
168412014-04-15 Pedro Alves <palves@redhat.com>
16842
16843 * gdb.base/sym-file-loader.c: Include <limits.h>.
16844 (SELF_LINK): New define.
16845 (get_origin): New function.
16846 (load_shlib): Use it.
16847 * gdb.base/sym-file.exp: Don't early return if the target is
16848 remote. Use runto_main, and issue fail is that fails. Use
16849 gdb_load_shlibs.
16850 (shlib_name): Delete.
16851 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16852
7dd6df01
PA
168532014-04-15 Pedro Alves <palves@redhat.com>
16854
16855 * gdb.base/sym-file.exp: Remove regex characters from test
16856 message. Don't refer to breakpoint numbers in test messages.
16857
b50c8614
KS
168582014-04-14 Keith Seitz <keiths@redhat.com>
16859
16860 PR c++/16253
16861 * gdb.cp/var-tag.cc: New file.
16862 * gdb.cp/var-tag.exp: New file.
16863 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16864 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16865 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16866 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16867
3d567982
TT
168682014-04-14 Tom Tromey <tromey@redhat.com>
16869
16870 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16871 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16872 type.
16873 * gdb.cp/enum-class.exp: New file.
16874 * gdb.cp/enum-class.cc: New file.
16875
0626fc76
TT
168762014-04-14 Tom Tromey <tromey@redhat.com>
16877
16878 * gdb.dwarf2/enum-type.exp: New file.
16879
dca325b3
SA
168802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16881
16882 * gdb.mi/mi-vla-c99.exp: New file.
16883 * gdb.mi/vla.c: New file.
16884
5854b38a
SA
168852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16886
16887 * gdb.base/vla-datatypes.c: New file.
16888 * gdb.base/vla-datatypes.exp: New file.
16889
463bb957
SA
168902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16891
16892 * gdb.base/vla-ptr.c: New file.
16893 * gdb.base/vla-ptr.exp: New file.
16894
3dd170be
SA
168952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16896
16897 * gdb.dwarf2/count.exp: New file.
16898
5ecaaa66
SA
168992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16900
16901 * gdb.base/vla-sideeffect.c: New file.
16902 * gdb.base/vla-sideeffect.exp: New file.
16903
41f1ada5
DB
169042014-04-14 David Blaikie <dblaikie@gmail.com>
16905
16906 * gdb.mi/non-stop.c: Add return value for non-void function return
16907 statement.
16908 * gdb.threads/staticthreads.c: Ditto.
16909
0be03e84
DE
169102014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16911 Doug Evans <xdje42@gmail.com>
16912
16913 * gdb.guile/scm-value.c: Improve test case.
16914 * gdb.guile/scm-value.exp: Add new test.
16915
f180a1fb
DB
169162014-04-11 David Blaikie <dblaikie@gmail.com>
16917
16918 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16919 override Clang's default.
16920
6b662e19
JB
169212014-04-11 Joel Brobecker <brobecker@adacore.com>
16922
16923 Revert the following changes (regressions):
16924
16925 * gdb.base/vla-sideeffect.c: New file.
16926 * gdb.base/vla-sideeffect.exp: New file.
16927
16928 * gdb.dwarf2/count.exp: New file.
16929
16930 * gdb.base/vla-multi.c: New file.
16931 * gdb.base/vla-multi.exp: New file.
16932
16933 * gdb.base/vla-ptr.c: New file.
16934 * gdb.base/vla-ptr.exp: New file.
16935
16936 * gdb.base/vla-datatypes.c: New file.
16937 * gdb.base/vla-datatypes.exp: New file.
16938
16939 * gdb.mi/mi-vla-c99.exp: New file.
16940 * gdb.mi/vla.c: New file.
16941
245a5f0b
KS
169422014-04-11 Keith Seitz <keiths@redhat.com>
16943
16944 PR c++/16675
16945 * gdb.cp/cpsizeof.exp: New file.
16946 * gdb.cp/cpsizeof.cc: New file.
16947
58a84dcf
SA
169482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16949
191a8a90
JB
16950 * gdb.mi/mi-vla-c99.exp: New file.
16951 * gdb.mi/vla.c: New file.
58a84dcf 16952
c8655f75
SA
169532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16954
16955 * gdb.base/vla-datatypes.c: New file.
16956 * gdb.base/vla-datatypes.exp: New file.
16957
024e13b4
SA
169582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16959
16960 * gdb.base/vla-ptr.c: New file.
16961 * gdb.base/vla-ptr.exp: New file.
16962
1a237e0e
SA
169632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16964
16965 * gdb.base/vla-multi.c: New file.
16966 * gdb.base/vla-multi.exp: New file.
16967
504f3432
SA
169682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16969
16970 * gdb.dwarf2/count.exp: New file.
16971
3bce8237
SA
169722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16973
191a8a90
JB
16974 * gdb.base/vla-sideeffect.c: New file.
16975 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16976
322f9c21
YQ
169772014-04-11 Yao Qi <yao@codesourcery.com>
16978
16979 * gdb.base/completion.exp: Check file exists before running tests
16980 on file completion.
16981
d708bcd1
PA
169822014-04-10 Pedro Alves <palves@redhat.com>
16983
16984 * gdb.base/cond-eval-mode.c: New file.
16985 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16986 prepare_for_testing to build the new file. Check result of
16987 runto_main.
16988 (test_break, test_watch): New procedures.
16989 (top level): Use them.
16990
ae1d2761
PM
169912014-04-08 Pierre Muller <muller@sourceware.org>
16992
16993 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16994 Ctrl-V use for mingw hosts.
16995
7af389b8
SC
169962014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16997
16998 * gdb.python/py-value.c: Improve test case.
16999 * gdb.python/py-value.exp: Add new test.
17000
5e703181
DE
170012014-04-07 David Blaikie <dblaikie@gmail.com>
17002
17003 * lib/compiler.c: Identify the clang compiler.
17004 * lib/compiler.cc: Ditto.
17005
9810b410
YQ
170062014-04-03 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17009
98d1b8dc
AB
170102014-04-01 Anton Blanchard <anton@samba.org>
17011
17012 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17013 messages unique.
17014
3114cea1
AB
170152014-04-01 Anton Blanchard <anton@samba.org>
17016
17017 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17018 prepare_for_testing.
17019
62f7182c
AB
170202014-04-01 Anton Blanchard <anton@samba.org>
17021
17022 * gdb.arch/ppc64-atomic-inst.c: Remove.
17023 * gdb.arch/ppc64-atomic-inst.S: New file.
17024 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17025
770e7fc7
DE
170262014-03-31 Doug Evans <dje@google.com>
17027
17028 * gdb.base/print-symbol-loading-lib.c: New file.
17029 * gdb.base/print-symbol-loading-main.c: New file.
17030 * gdb.base/print-symbol-loading.exp: New file.
17031
46e2bafa
YQ
170322014-03-31 Yao Qi <yao@codesourcery.com>
17033
17034 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17035
8776cfe9
JB
170362014-03-28 Joel Brobecker <brobecker@adacore.com>
17037
17038 * gdb.ada/mi_dyn_arr: New testcase.
17039
5d1ef361
DE
170402014-03-27 Doug Evans <dje@google.com>
17041
17042 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17043
b5bee914
YQ
170442014-03-27 Yao Qi <yao@codesourcery.com>
17045
17046 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17047 if target is nios2-*-*.
17048
0d4d0e77
YQ
170492014-03-26 Yao Qi <yao@codesourcery.com>
17050
17051 * lib/gdb.exp (readline_is_used): New proc.
17052 * gdb.base/completion.exp: Move tests on command complete up.
17053 Skip the rest of tests if readline is not used.
17054 * gdb.ada/complete.exp: Skp the test if readline is not
17055 used.
17056 * gdb.base/filesym.exp: Likewise.
17057 * gdb.base/macscp.exp: Likewise.
17058 * gdb.base/readline-ask.exp: Likewise.
17059 * gdb.base/readline.exp: Likewise.
17060 * gdb.python/py-cmd.exp: Likewise.
17061 * gdb.trace/tfile.exp: Likewise.
17062
29361eee
YQ
170632014-03-26 Yao Qi <yao@codesourcery.com>
17064
17065 * gdb.base/macscp.exp: Fix code format issues.
17066
bc9a5525
UW
170672014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17068
17069 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17070 * gdb.asm/powerpc64le.inc: New file.
17071
d3839ede
PA
170722014-03-25 Pedro Alves <palves@redhat.com>
17073 Doug Evans <dje@google.com>
17074
17075 * gdb.base/source-execution.c: New file.
17076 * gdb.base/source-execution.exp: New file.
17077 * gdb.base/source-execution.gdb: New file.
17078
01672a57
DE
170792014-03-24 Doug Evans <dje@google.com>
17080
17081 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17082 using fission.
17083
88bbeca9
HZ
170842014-03-24 Hui Zhu <hui@codesourcery.com>
17085 Pedro Alves <palves@redhat.com>
17086
17087 PR breakpoints/16101
17088 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17089 test pass/fail messages. Detect missing support for dprintf when
17090 breakpoints are actually inserted.
17091 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17092 breakpoints are actually inserted.
17093 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17094 fails.
17095
d2348791
JK
170962014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17097
17098 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17099
feef67ab
DE
171002014-03-22 Doug Evans <xdje42@gmail.com>
17101
17102 * gdb.python/python.exp (python not supported): Verify multi-line
17103 python command issues an error.
25d743f9 17104 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17105 guile command issues an error.
feef67ab 17106
ecebef6a
MR
171072014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17108
17109 * gdb.threads/thread-specific.exp: Handle the lack of usable
17110 $this_breakpoint and $this_thread.
17111
ccdd1909
HZ
171122014-03-21 Hui Zhu <hui@codesourcery.com>
17113
17114 * gdb.base/attach.exp (do_command_attach_tests): New.
17115
beb460e8
PA
171162014-03-20 Tom Tromey <tromey@redhat.com>
17117 Pedro Alves <palves@redhat.com>
17118
17119 PR cli/15718
17120 * gdb.base/condbreak-call-false.c: New file.
17121 * gdb.base/condbreak-call-false.exp: New file.
17122
40acf43a
PA
171232014-03-20 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17126 Delete.
17127 (block_signals, unblock_signals): Delete.
17128 (child_function_2, main): Remove references to deleted variable
17129 and functions.
17130
9f5e1e02
PA
171312014-03-20 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17134 Use pthread_kill to signal thread 2.
17135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17136 Adjust to make the test send itself a signal rather than using the
17137 host's "kill" command.
17138
99619bea
PA
171392014-03-20 Pedro Alves <palves@redhat.com>
17140
17141 * gdb.threads/multiple-step-overs.c: New file.
17142 * gdb.threads/multiple-step-overs.exp: New file.
17143 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17144 Adjust expected infrun debug output.
17145
2adfaa28
PA
171462014-03-20 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17149 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17150
31e77af2
PA
171512014-03-20 Pedro Alves <palves@redhat.com>
17152
17153 PR breakpoints/7143
17154 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17155 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17156 of gdb_test_multiple.
17157 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17158 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17159
b9f437de
PA
171602014-03-20 Pedro Alves <palves@redhat.com>
17161
17162 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17163 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17164
05adc73e
PA
171652014-03-19 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/async.exp: Remove early return.
17168
6048b950
PA
171692014-03-19 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17172
8bcfb00a
PA
171732014-03-19 Pedro Alves <palves@redhat.com>
17174
17175 * gdb.base/async.exp (test_background): Expect \r\n after
17176 "completed." in the fail pattern.
17177
884e37dc
PA
171782014-03-19 Pedro Alves <palves@redhat.com>
17179
17180 * gdb.base/async.exp (test_background): New procedure.
17181 Use it for all background execution command tests.
17182
148e57e2
PA
171832014-03-19 Pedro Alves <palves@redhat.com>
17184
17185 * gdb.base/async.exp: Use prepare_for_testing.
17186
f48088c7
PA
171872014-03-19 Pedro Alves <palves@redhat.com>
17188
17189 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17190 the same line.
17191
e2f6c966
PA
171922014-03-19 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/async.c (main): Add "jump here" and "until here" line
17195 marker comments.
17196 * gdb.base/async.exp (jump_here): New global.
17197 (jump& test): Use it.
17198 (until_here): New global.
17199 (until& test): Use it.
17200
c30568d4
PA
172012014-03-19 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.base/async.exp: Don't frob gdb_protocol.
17204
0172b6a7
DE
172052014-03-18 Doug Evans <xdje42@gmail.com>
17206
17207 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17208 Fix spelling of exec-done-display.
17209
06c868a8
JK
172102014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17211
17212 PR gdb/15358
17213 * gdb.base/gdb-sigterm.c: New file.
17214 * gdb.base/gdb-sigterm.exp: New file.
17215
0c7e1a46
PA
172162014-03-18 Pedro Alves <palves@redhat.com>
17217
17218 PR gdb/13860
17219 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17220 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17221 solib-event.
17222
f7c77d93
JB
172232014-03-17 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.ada/pckd_arr_ren: New testcase.
17226
5a1e8c7a
DE
172272014-03-13 Doug Evans <xdje42@gmail.com>
17228
17229 PR guile/16612
17230 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17231 collect after discarding symbols.
17232
350e1a76
DE
172332014-03-13 Ludovic Courtès <ludo@gnu.org>
17234 Doug Evans <xdje42@gmail.com>
17235
17236 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17237 to history survives a gc.
17238
a69900ae
PA
172392014-03-13 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/default.exp: Don't test "target procfs".
17242
5db9f0bd
PA
172432014-03-13 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.base/default.exp: Update "target child" and "target procfs"
17246 tests to not expect "Unix".
17247
b3ccfe11
TT
172482014-03-12 Tom Tromey <tromey@redhat.com>
17249
17250 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17251 New procs. Add target-async tests.
17252 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17253 Add target-async tests.
17254
646f4417
AA
172552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17258 'func_start' and 'func_end' for the beginning and end of the
17259 function code, respectively.
17260 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17261 'func_end' instead of 'func' and 'main'.
17262
288c211f
AA
172632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17264
17265 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17266 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17267 generate the debug info assembler source.
17268
e0c0f156
AA
172692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17270
17271 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17272 * gdb.dwarf2/arr-subrange.exp: Likewise.
17273 * gdb.dwarf2/dwz.exp: Likewise.
17274 * gdb.dwarf2/method-ptr.exp: Likewise.
17275 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17276 * gdb.dwarf2/subrange.exp: Likewise.
17277 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17278 * gdb.dwarf2/implptrpiece.exp: Likewise.
17279 * gdb.dwarf2/nostaticblock.exp: Likewise.
17280
0e5c4555
AA
172812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17282
17283 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17284 directory to absolute path name arguments.
17285
5ec18f2b
JG
172862014-03-10 Joel Brobecker <brobecker@adacore.com>
17287
17288 * gdb.ada/tagged_access: New testcase.
17289
847fc4f2
MM
172902014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17291
17292 * gdb.btrace/data.exp: Update expected output.
17293
cc3da688
YQ
172942014-03-06 Yao Qi <yao@codesourcery.com>
17295
17296 * gdb.trace/pr16508.exp: New file.
17297
0f26cec1
PA
172982014-03-05 Pedro Alves <palves@redhat.com>
17299
17300 PR gdb/16575
17301 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17302 procedure.
17303 (top level): Adjust to use it. Add tests that exercise breakpoint
17304 interaction with the code-cache.
17305
7a5a839f
LC
173062014-02-26 Ludovic Courtès <ludo@gnu.org>
17307
17308 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17309 test for 'history-append!'.
17310
31aa7e4e
JB
173112014-02-26 Joel Brobecker <brobecker@adacore.com>
17312
17313 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17314 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17315 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17316 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17317 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17318 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17319
1b588015
JB
173202014-02-26 Joel Brobecker <brobecker@adacore.com>
17321
17322 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17323 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17324 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17325
55426c9d
JB
173262014-02-26 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17329
dc53a7ad
JB
173302014-02-26 Joel Brobecker <brobecker@adacore.com>
17331
17332 * gdb.dwarf2/arr-stride.c: New file.
17333 * gdb.dwarf2/arr-stride.exp: New file.
17334
12ab52e9
PA
173352014-02-26 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17338 that won't ever trigger. Make sure that GDB reports the correct
17339 breakpoint that caused the stop.
17340
849c862e
JK
173412014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17342
17343 PR gdb/16626
17344 * gdb.base/auto-load-script: New file.
17345 * gdb.base/auto-load.c: New file.
17346 * gdb.base/auto-load.exp: New file.
17347
71b7d793
JK
17348 PR gdb/16626
17349 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17350
e2f0d509
JK
173512014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17352
17353 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17354 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17355
50cc37c8
DE
173562014-02-24 Doug Evans <dje@google.com>
17357
17358 * lib/gdb.exp (run_on_host): Log error output if program fails.
17359
ea4758f2
PA
173602014-02-21 Pedro Alves <palves@redhat.com>
17361
17362 * gdb.threads/step-after-sr-lock.c: Rename to ...
17363 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17364 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17365 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17366 ... this.
17367
d7b30f67
SDJ
173682014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17369
17370 PR tdep/16397
17371 * gdb.arch/amd64-stap-special-operands.exp: New file.
17372 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17373 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17374 * gdb.arch/amd64-stap-triplet.S: Likewise.
17375 * gdb.arch/amd64-stap-triplet.c: Likewise.
17376
83deb43f
JB
173772014-02-20 Joel Brobecker <brobecker@adacore.com>
17378
17379 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17380 in .section pseudo-op.
17381
adde2bff
DE
173822014-02-20 lin zuojian <manjian2006@gmail.com>
17383 Joel Brobecker <brobecker@adacore.com>
17384 Doug Evans <xdje42@gmail.com>
17385
17386 PR symtab/16581
17387 * gdb.dwarf2/dw2-icycle.S: New file.
17388 * gdb.dwarf2/dw2-icycle.c: New file.
17389 * gdb.dwarf2/dw2-icycle.exp: New file.
17390
f7bd0f78
SC
173912014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17392
17393 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17394 operations on gdb.Value objects.
17395 * gdb.python/py-value-cc.exp: Add new test to test operations on
17396 gdb.Value objects.
17397
c17ef0d5
DE
173982014-02-18 Doug Evans <dje@google.com>
17399
17400 * Makefile.in (TESTS): New variable.
17401 (expanded_tests, expanded_tests_or_none): New variables
17402 (check-single): Pass $(expanded_tests_or_none) to runtest.
17403 (check-parallel): Only run tests in $(TESTS) if non-empty.
17404 (check/no-matching-tests-found): New rule.
17405 * README: Document TESTS makefile variable.
17406
5dd3176f
DE
174072014-02-18 Doug Evans <dje@google.com>
17408
17409 * Makefile.in (check-parallel): rm -rf outputs temp.
17410
0b10be4f
JK
174112014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17412
17413 Fix "ERROR: no fileid for" in the testsuite.
17414 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17415
85f224e7
DE
174162014-02-12 Doug Evans <dje@google.com>
17417
17418 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17419 (MISCELLANEOUS): New variable.
17420 (clean): rm -rf $(MISCELLANEOUS).
17421 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17422 dwp live in the same directory as symlinks, with each symlink pointed
17423 to a differently named file in a different directory.
17424
149b30ff
DE
174252014-02-11 Doug Evans <dje@google.com>
17426
17427 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17428 of Tcl file commands.
17429
1dfdac32
MK
174302014-02-10 Mark Kettenis <kettenis@gnu.org>
17431
17432 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17433 "kill -SIGUSR1 -1".
17434
aa4fb036
JB
174352014-02-10 Joel Brobecker <brobecker@adacore.com>
17436
17437 * gdb.ada/tick_length_array_enum_idx: New testcase.
17438
ed3ef339
DE
174392014-02-10 Doug Evans <xdje42@gmail.com>
17440
17441 * configure.ac (AC_OUTPUT): Add gdb.guile.
17442 * configure: Regenerate.
17443 * lib/gdb-guile.exp: New file.
17444 * lib/gdb.exp (get_target_charset): New function.
17445 * gdb.base/help.exp: Update expected output from "apropos apropos".
17446 * gdb.guile/Makefile.in: New file.
17447 * gdb.guile/guile.exp: New file.
17448 * gdb.guile/scm-arch.c: New file.
17449 * gdb.guile/scm-arch.exp: New file.
17450 * gdb.guile/scm-block.c: New file.
17451 * gdb.guile/scm-block.exp: New file.
17452 * gdb.guile/scm-breakpoint.c: New file.
17453 * gdb.guile/scm-breakpoint.exp: New file.
17454 * gdb.guile/scm-disasm.c: New file.
17455 * gdb.guile/scm-disasm.exp: New file.
17456 * gdb.guile/scm-equal.c: New file.
17457 * gdb.guile/scm-equal.exp: New file.
17458 * gdb.guile/scm-error.exp: New file.
17459 * gdb.guile/scm-error.scm: New file.
17460 * gdb.guile/scm-frame-args.c: New file.
17461 * gdb.guile/scm-frame-args.exp: New file.
17462 * gdb.guile/scm-frame-args.scm: New file.
17463 * gdb.guile/scm-frame-inline.c: New file.
17464 * gdb.guile/scm-frame-inline.exp: New file.
17465 * gdb.guile/scm-frame.c: New file.
17466 * gdb.guile/scm-frame.exp: New file.
17467 * gdb.guile/scm-generics.exp: New file.
17468 * gdb.guile/scm-gsmob.exp: New file.
17469 * gdb.guile/scm-iterator.c: New file.
17470 * gdb.guile/scm-iterator.exp: New file.
17471 * gdb.guile/scm-math.c: New file.
17472 * gdb.guile/scm-math.exp: New file.
17473 * gdb.guile/scm-objfile-script-gdb.in: New file.
17474 * gdb.guile/scm-objfile-script.c: New file.
17475 * gdb.guile/scm-objfile-script.exp: New file.
17476 * gdb.guile/scm-objfile.c: New file.
17477 * gdb.guile/scm-objfile.exp: New file.
17478 * gdb.guile/scm-ports.exp: New file.
17479 * gdb.guile/scm-pretty-print.c: New file.
17480 * gdb.guile/scm-pretty-print.exp: New file.
17481 * gdb.guile/scm-pretty-print.scm: New file.
17482 * gdb.guile/scm-section-script.c: New file.
17483 * gdb.guile/scm-section-script.exp: New file.
17484 * gdb.guile/scm-section-script.scm: New file.
17485 * gdb.guile/scm-symbol.c: New file.
17486 * gdb.guile/scm-symbol.exp: New file.
17487 * gdb.guile/scm-symtab-2.c: New file.
17488 * gdb.guile/scm-symtab.c: New file.
17489 * gdb.guile/scm-symtab.exp: New file.
17490 * gdb.guile/scm-type.c: New file.
17491 * gdb.guile/scm-type.exp: New file.
17492 * gdb.guile/scm-value-cc.cc: New file.
17493 * gdb.guile/scm-value-cc.exp: New file.
17494 * gdb.guile/scm-value.c: New file.
17495 * gdb.guile/scm-value.exp: New file.
17496 * gdb.guile/source2.scm: New file.
17497 * gdb.guile/types-module.cc: New file.
17498 * gdb.guile/types-module.exp: New file.
17499
7026a7c1
YQ
175002014-02-10 Yao Qi <yao@codesourcery.com>
17501
17502 PR testsuite/16543
17503 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17504 * configure: Regenerated.
17505 * Makefile.in: New file.
17506
6c466447
AS
175072014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17508
17509 * gdb.python/py-framefilter.exp: Fix typo.
17510
6e854735
YQ
175112014-02-08 Yao Qi <yao@codesourcery.com>
17512
17513 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17514 that no =breakpoint-modified is emitted when breakpoints are
17515 modified through MI commands.
17516
d137e6dc
PA
175172014-02-07 Pedro Alves <pedro@codesourcery.com>
17518 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.threads/step-after-sr-lock.c: New file.
17521 * gdb.threads/step-after-sr-lock.exp: New file.
17522
b5ee5a50
PA
175232014-02-07 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17526
3c77faf3
JK
175272014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17528
17529 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17530 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17531
6dddc817
DE
175322014-02-06 Doug Evans <xdje42@gmail.com>
17533
17534 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17535 output.
17536
17537 * gdb.gdb/python-interrupts.exp: New file.
17538
de7b2893
YQ
175392014-02-05 Yao Qi <yao@codesourcery.com>
17540
17541 * gdb.trace/report.exp (use_collected_data): Test the output
17542 of "info threads" and "info inferiors".
17543
66d032ac
YQ
175442014-02-05 Yao Qi <yao@codesourcery.com>
17545
17546 Revert this patch:
17547
17548 2013-05-24 Yao Qi <yao@codesourcery.com>
17549
17550 * gdb.trace/tfile.exp: Test inferior and thread.
17551
591a12a1
UW
175522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17553
17554 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17555 on a function.
17556 * gdb.base/step-bt.c: Call hello via function pointer to make
17557 sure its first instruction is executed on powerpc64le-linux.
17558
0ff3e01f
UW
175592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17560
17561 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17562
084ee545
UW
175632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17564
17565 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17566 of the test patterns for use on little-endian systems.
17567
6ed14ff3
UW
175682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17569
17570 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17571 (decimal_vector): Fix for little-endian.
17572
401e27fd
JM
175732014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17574
17575 * gdb.arch/sparc-sysstep.exp: New file.
17576 * gdb.arch/sparc-sysstep.c: Likewise.
17577
17578 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17579
8b924729
EBM
175802014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17581
17582 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17583
fb151210
JB
175842014-01-23 Tom Tromey <tromey@redhat.com>
17585
17586 * gdb.ada/array_char_idx: New testcase.
17587
0740f8d8
TT
175882014-01-23 Tom Tromey <tromey@redhat.com>
17589
17590 PR python/16487:
17591 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17592 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17593 classes.
17594
21909fa1
TT
175952014-01-23 Tom Tromey <tromey@redhat.com>
17596
17597 PR python/16491:
17598 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17599 string from an inferior frame.
17600 * gdb.python/py-framefilter-mi.exp: Update.
17601
87ce2a04
DE
176022014-01-22 Doug Evans <dje@google.com>
17603
17604 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17605
237b092b
AA
176062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17607
17608 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17609
d674a709
AA
176102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17611
17612 * gdb.trace/entry-values.exp: Remove excess space character from
17613 regex patterns. Handle s390 call instruction.
17614
20fa3390
AA
176152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17616
17617 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17618 define "*_start" label. Make "name" static.
17619 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17620 ${name} by references to ${name}_start.
17621
78466714
AA
176222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17623
17624 * gdb.base/info-macros.exp: Remove "debug" from the compile
17625 options.
17626
ec9f644a
IB
176272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17628
17629 * gdb.dlang/demangle.exp: New file.
17630
94b1b47e
IB
176312014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17632
17633 * gdb.dlang/primitive-types.exp: New file.
17634
7f420862
IB
176352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17636
17637 * configure.ac: Create gdb.dlang/Makefile.
17638 * configure: Regenerate.
17639 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17640 * gdb.dlang/Makefile.in: New file.
17641 * lib/d-support.exp: New file.
17642 * lib/gdb.exp (skip_d_tests): New proc.
17643
52834460
MM
176442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17645
17646 * gdb.btrace/delta.exp: Check reverse stepi.
17647 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17648 * gdb.btrace/finish.exp: New.
17649 * gdb.btrace/next.exp: New.
17650 * gdb.btrace/nexti.exp: New.
17651 * gdb.btrace/record_goto.c: Add comments.
17652 * gdb.btrace/step.exp: New.
17653 * gdb.btrace/stepi.exp: New.
17654 * gdb.btrace/multi-thread-step.c: New.
17655 * gdb.btrace/multi-thread-step.exp: New.
17656 * gdb.btrace/rn-dl-bind.c: New.
17657 * gdb.btrace/rn-dl-bind.exp: New.
17658 * gdb.btrace/data.c: New.
17659 * gdb.btrace/data.exp: New.
17660 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17661
6e07b1d2
MM
176622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17663
17664 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17665 * gdb.btrace/exception.exp: Update.
17666 * gdb.btrace/instruction_history.exp: Update.
17667 * gdb.btrace/record_goto.exp: Update.
17668 * gdb.btrace/tailcall.exp: Update.
17669 * gdb.btrace/unknown_functions.exp: Update.
17670 * gdb.btrace/delta.exp: New.
17671
0b722aec
MM
176722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17673
17674 * gdb.btrace/record_goto.exp: Add backtrace test.
17675 * gdb.btrace/tailcall.exp: Add backtrace test.
17676
066ce621
MM
176772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17678
17679 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17680 * gdb.btrace/record_goto.c: New.
17681 * gdb.btrace/record_goto.exp: New.
17682 * gdb.btrace/x86-record_goto.S: New.
17683
0688d04e
MM
176842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17685
17686 * gdb.btrace/function_call_history.exp: Update tests.
17687 * gdb.btrace/instruction_history.exp: Update tests.
17688
8710b709
MM
176892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17690
17691 * gdb.btrace/function_call_history.exp: Fix expected field
17692 order for "record function-call-history".
17693 Add new tests for "record function-call-history /c".
17694 * gdb.btrace/exception.cc: New.
17695 * gdb.btrace/exception.exp: New.
17696 * gdb.btrace/tailcall.exp: New.
17697 * gdb.btrace/x86-tailcall.S: New.
17698 * gdb.btrace/x86-tailcall.c: New.
17699 * gdb.btrace/unknown_functions.c: New.
17700 * gdb.btrace/unknown_functions.exp: New.
17701 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17702
5de9129b
MM
177032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17704
17705 * gdb.btrace/instruction_history.exp: Update.
17706 * gdb.btrace/function_call_history.exp: Update.
17707
23a7fe75
MM
177082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17709
17710 * gdb.btrace/function_call_history.exp: Fix expected function
17711 trace.
17712 * gdb.btrace/instruction_history.exp: Initialize traced.
17713 Remove traced_functions.
17714
724c7dd8
MM
177152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17716
17717 * gdb.btrace/function_call_history.exp: Update
17718 * gdb.btrace/instruction_history.exp: Update.
17719
6d78d93b
MM
177202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17721
17722 * gdb.btrace/enable.exp: Update expected text.
17723
93a360cc
OJ
177242014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17725
17726 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17727 bytes.
17728
3772b53f
MR
177292014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17730
17731 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17732
596662fa
OJ
177332014-01-15 Omair Javaid <omair.javaid@linaro.org>
17734
17735 * lib/gdb.exp (supports_process_record): Return true for
17736 arm*-linux*. (supports_reverse): Likewise.
17737
b5b08fb4
SC
177382014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17739
17740 PR python/15464
17741 PR python/16113
17742 * gdb.python/py-type.c: Enhance test case.
17743 * gdb.python/py-value-cc.cc: Likewise
17744 * gdb.python/py-type.exp: Add new tests.
17745 * gdb.python/py-value-cc.exp: Likewise
17746
52d7fb13
AA
177472014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17748 Pedro Alves <palves@redhat.com>
17749
17750 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17751 Make "name" extern.
17752 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17753 references to ${name}_start by references to ${name}.
17754
a2cd8cfe
JB
177552014-01-10 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17758
4e23fced
JB
177592014-01-10 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17762
c6a9e42c
PA
177632014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17764 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17767 mi_gdb_target_load.
c6a9e42c 17768
b7ea362b
PA
177692014-01-08 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.threads/reconnect-signal.c: New file.
17772 * gdb.threads/reconnect-signal.exp: New file.
17773
5e3f4fab
EBM
177742014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17775
17776 * gdb.base/source-dir.exp: New file.
17777
79301218
JB
177782014-01-07 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.ada/mi_interface: New testcase.
17781
8e355c5d
JB
177822014-01-07 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17785 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17786 gdb.ada/pp-rec-component/pck.ads: New files.
17787
c0d48811
JB
177882014-01-07 Joel Brobecker <brobecker@adacore.com>
17789
17790 * gdb.python/py-pp-integral.c: New file.
17791 * gdb.python/py-pp-integral.py: New file.
17792 * gdb.python/py-pp-integral.exp: New file.
17793
17b609c3 17794For older changes see ChangeLog-1993-2013.
c906108c 17795\f
8d8cb839
EZ
17796;; Local Variables:
17797;; mode: change-log
17798;; left-margin: 8
17799;; fill-column: 74
17800;; version-control: never
17801;; End:
902f2ccb 17802
42a4f53d 17803 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17804 Copying and distribution of this file, with or without modification,
17805 are permitted provided the copyright notice and this notice are preserved.
This page took 3.677126 seconds and 4 git commands to generate.