]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix doc of AVR-specific command "info io_registers"
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4139ff00
TT
12019-12-04 Tom Tromey <tromey@adacore.com>
2
3 * gdb.base/endianity.c (struct other) <x>: New field.
4 (main): Initialize it.
5 * gdb.base/endianity.exp: Update.
6
a05cf17a
TT
72019-12-04 Tom Tromey <tromey@adacore.com>
8
9 * gdb.ada/scalar_storage/storage.adb: New file.
10 * gdb.ada/scalar_storage/pck.adb: New file.
11 * gdb.ada/scalar_storage/pck.ads: New file.
12 * gdb.ada/scalar_storage.exp: New file.
13
103a685e
TT
142019-12-04 Tom Tromey <tromey@adacore.com>
15
16 * gdb.base/endianity.c (struct otherendian) <f>: New field.
17 (main): Initialize it.
18 * gdb.base/endianity.exp: Update.
19
c2512106
AB
202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
23
293b38d6
AB
242019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
27 -symbol-info-module-functions and -symbol-info-module-variables.
28
216a7e6b
AB
292019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
32
5bbd8269
AB
332019-12-01 Richard Bunt <richard.bunt@arm.com>
34 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.fortran/derived-type-striding.exp: New file.
37 * gdb.fortran/derived-type-striding.f90: New file.
38 * gdb.fortran/array-slices.exp: New file.
39 * gdb.fortran/array-slices.f90: New file.
40
be09caf1
PW
412019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
42
43 * gdb.base/define.exp: Test . in command names.
44 * gdb.base/setshow.exp: Update test, as . is now part of
45 command name.
46
643c0cbe
PW
472019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
48
49 * gdb.base/define-prefix.exp: New file.
50
dcdec678
AB
512019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
54 compile.
55 (skip_btrace_pt_tests): Likewise.
56
640ab947
AB
572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.fortran/info-modules.exp: Compile source files in correct
60 order.
61
d22670f0
KB
622019-11-27 Kevin Buettner <kevinb@redhat.com>
63
64 * gdb.dwarf2/imported-unit.exp: New file.
65 * gdb.dwarf2/imported-unit.c: New file.
66
db5960b4
AB
672019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.mi/mi-fortran-modules-2.f90: New file.
70 * gdb.mi/mi-fortran-modules.exp: New file.
71 * gdb.mi/mi-fortran-modules.f90: New file.
72
7dc42066
AB
732019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.mi/mi-sym-info-1.c: New file.
76 * gdb.mi/mi-sym-info-2.c: New file.
77 * gdb.mi/mi-sym-info.exp: New file.
78
0dfeecca
TT
792019-11-22 Tom Tromey <tromey@adacore.com>
80
81 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
82 * gdb.ada/tasks/foo.adb: Add another stopping location.
83
34877895
PJ
842019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
85
86 * gdb.base/endianity.c: New test.
87 * gdb.base/endianity.exp: New file.
88
2e84f897
LD
892019-11-21 Lukas Durfina <ldurfina@tachyum.com>
90
91 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
92
65d1cd5f
TV
932019-11-21 Tom de Vries <tdevries@suse.de>
94
95 PR gdb/24956
96 * gdb.base/ui-redirect.exp: Test output of user-defined command.
97
4f22c3f4
SDJ
982019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
99
100 * gdb.python/py-progspace.exp: Add missing parentheses on some
101 'print' commands.
102
9f6ad286
TT
1032019-11-19 Tom Tromey <tom@tromey.com>
104
105 * gdb.tui/winheight.exp: New file.
106
0b8dbf3f
AB
1072019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.base/ctf-whatis.c: Delete.
110 * gdb.base/ctf-whatis.exp: Delete.
111 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
112
f833b7a7
AB
1132019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.base/ctf-cvexpr.exp: Delete.
116 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
117
30d0a636
AB
1182019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
121 the compiler. Clean up header comment a little.
122 * gdb.base/ctf-ptype.exp: Likewise.
123 * gdb.base/ctf-whatis.exp: Likewise.
124 * lib/gdb.exp (skip_ctf_tests): New proc.
125
494409bb
SDJ
1262019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
127
128 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
129 * gdb.tui/corefile-run.exp: New file.
130
55708e99
TT
1312019-11-14 Tom Tromey <tromey@adacore.com>
132
133 * gdb.base/gdbvars.exp (test_convenience_variables): Add
134 regression tests.
135
45e42163
TT
1362019-11-12 Tom Tromey <tom@tromey.com>
137
138 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
139 after any command. Expect prompt after WAIT_FOR is seen.
140 (enter_tui): Enable resize messages.
141 (command): Expect command in output.
142 (get_line): Avoid error when cursor appears to be off-screen.
143 (dump_screen): Include screen size in title.
144 (_do_resize): New proc, from "resize".
145 (resize): Rewrite. Do resize in two steps.
146 * gdb.tui/empty.exp (layouts): Fix entries.
147 (check_boxes): Remove xfail.
148 (check_text): Dump screen on failure.
149
086baaf1
AB
1502019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.python/py-symbol.exp: Add test for
153 gdb.lookup_static_symbols.
154
09ff83af
AB
1552019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.python/py-symbol.c: Declare and call function from new
158 py-symbol-2.c file.
159 * gdb.python/py-symbol.exp: Compile both source files, and add new
160 tests for gdb.lookup_static_symbol.
161 * gdb.python/py-symbol-2.c: New file.
162
11af934b
TV
1632019-11-02 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
166 * gdb.base/anon.exp: Same.
167 * gdb.base/auto-connect-native-target.exp: Same.
168 * gdb.base/call-ar-st.exp: Same.
169 * gdb.base/catch-syscall.exp: Same.
170 * gdb.base/commands.exp: Same.
171 * gdb.base/default.exp: Same.
172 * gdb.base/display.exp: Same.
173 * gdb.base/float.exp: Same.
174 * gdb.base/foll-fork.exp: Same.
175 * gdb.base/help.exp: Same.
176 * gdb.base/info-macros.exp: Same.
177 * gdb.base/info-proc.exp: Same.
178 * gdb.base/info-target.exp: Same.
179 * gdb.base/long_long.exp: Same.
180 * gdb.base/macscp.exp: Same.
181 * gdb.base/memattr.exp: Same.
182 * gdb.base/nofield.exp: Same.
183 * gdb.base/pointers.exp: Same.
184 * gdb.base/printcmds.exp: Same.
185 * gdb.base/ptype.exp: Same.
186 * gdb.base/restore.exp: Same.
187 * gdb.base/return.exp: Same.
188 * gdb.base/scope.exp: Same.
189 * gdb.base/set-noassign.exp: Same.
190 * gdb.base/setshow.exp: Same.
191 * gdb.base/shlib-call.exp: Same.
192 * gdb.base/signals.exp: Same.
193 * gdb.base/sigstep.exp: Same.
194 * gdb.base/skip.exp: Same.
195 * gdb.base/solib-symbol.exp: Same.
196 * gdb.base/stap-probe.exp: Same.
197 * gdb.base/step-line.exp: Same.
198 * gdb.base/step-test.exp: Same.
199 * gdb.base/style.exp: Same.
200 * gdb.base/varargs.exp: Same.
201 * gdb.base/vla-datatypes.exp: Same.
202 * gdb.base/vla-ptr.exp: Same.
203 * gdb.base/vla-sideeffect.exp: Same.
204 * gdb.base/volatile.exp: Same.
205 * gdb.base/watch-cond-infcall.exp: Same.
206 * gdb.base/watchpoint.exp: Same.
207
e96ec2ba
TV
2082019-11-02 Tom de Vries <tdevries@suse.de>
209
210 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
211 * gdb.cp/cpexprs.exp: Same.
212 * gdb.cp/except-multi-location.exp: Same.
213 * gdb.cp/exceptprint.exp: Same.
214 * gdb.cp/gdb2384.exp: Same.
215 * gdb.cp/inherit.exp: Same.
216 * gdb.cp/m-static.exp: Same.
217 * gdb.cp/meth-typedefs.exp: Same.
218 * gdb.cp/misc.exp: Same.
219 * gdb.cp/namespace.exp: Same.
220 * gdb.cp/non-trivial-retval.exp: Same.
221 * gdb.cp/overload.exp: Same.
222 * gdb.cp/pr17132.exp: Same.
223 * gdb.cp/re-set-overloaded.exp: Same.
224 * gdb.cp/rvalue-ref-types.exp: Same.
225 * gdb.cp/templates.exp: Same.
226
bd5766ec
LM
2272019-11-01 Luis Machado <luis.machado@linaro.org>
228
229 PR gdb/25124
230
231 * gdb.arch/pr25124.S: New file.
232 * gdb.arch/pr25124.exp: New file.
233
165f8965
AB
2342019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.fortran/info-modules.exp: Update expected results, and add
237 additional tests for 'info module functinos', and 'info module
238 variables'.
239 * gdb.fortran/info-types.exp: Update expected results.
240 * gdb.fortran/info-types.f90: Extend testcase with additional
241 module variables and functions.
242
59c35742
AB
2432019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.fortran/info-modules.exp: New file.
246 * gdb.fortran/info-types.exp: Build with new file.
247 * gdb.fortran/info-types.f90: Include and use new module.
248 * gdb.fortran/info-types-2.f90: New file.
249
f3fb2519
PW
2502019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
251
252 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
253 * gdb.base/settings.exp: Test all settings types using
254 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
255 that now verifies that the value of "maint show" is the same as
256 returned by the settings functions. Test the type of the
257 maintenance settings.
258 * gdb.base/default.exp: Update show_conv_list.
259
d1e36019
TV
2602019-10-31 Tom de Vries <tdevries@suse.de>
261
262 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
263 gdb_test.
264 * gdb.arch/amd64-disp-step.exp: Same.
265 * gdb.asm/asm-source.exp: Same.
266 * gdb.btrace/buffer-size.exp: Same.
267 * gdb.btrace/cpu.exp: Same.
268 * gdb.btrace/enable.exp: Same.
269 * gdb.dwarf2/count.exp: Same.
270 * gdb.dwarf2/dw2-ranges-func.exp: Same.
271 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
272 * gdb.fortran/vla-datatypes.exp: Same.
273 * gdb.fortran/vla-history.exp: Same.
274 * gdb.fortran/vla-ptype.exp: Same.
275 * gdb.fortran/vla-value.exp: Same.
276 * gdb.fortran/whatis_type.exp: Same.
277 * gdb.guile/guile.exp: Same.
278 * gdb.multi/tids.exp: Same.
279 * gdb.python/py-finish-breakpoint.exp: Same.
280 * gdb.python/py-framefilter.exp: Same.
281 * gdb.python/py-pp-registration.exp: Same.
282 * gdb.python/py-xmethods.exp: Same.
283 * gdb.python/python.exp: Same.
284 * gdb.server/connect-with-no-symbol-file.exp: Same.
285 * gdb.server/no-thread-db.exp: Same.
286 * gdb.server/run-without-local-binary.exp: Same.
287 * gdb.stabs/weird.exp: Same.
288 * gdb.threads/attach-many-short-lived-threads.exp: Same.
289 * gdb.threads/thread-find.exp: Same.
290 * gdb.threads/tls-shared.exp: Same.
291 * gdb.threads/tls.exp: Same.
292 * gdb.threads/wp-replication.exp: Same.
293 * gdb.trace/ax.exp: Same.
294 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
295
3d11e68e
TV
2962019-10-31 Tom de Vries <tdevries@suse.de>
297
298 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
299 * gdb.ada/array_subscript_addr.exp: Same.
300 * gdb.ada/arrayidx.exp: Same.
301 * gdb.ada/arrayparam.exp: Same.
302 * gdb.ada/arrayptr.exp: Same.
303 * gdb.ada/boolean_expr.exp: Same.
304 * gdb.ada/call_pn.exp: Same.
305 * gdb.ada/complete.exp: Same.
306 * gdb.ada/fixed_cmp.exp: Same.
307 * gdb.ada/fun_addr.exp: Same.
308 * gdb.ada/funcall_param.exp: Same.
309 * gdb.ada/interface.exp: Same.
310 * gdb.ada/mod_from_name.exp: Same.
311 * gdb.ada/null_array.exp: Same.
312 * gdb.ada/packed_array.exp: Same.
313 * gdb.ada/packed_tagged.exp: Same.
314 * gdb.ada/print_chars.exp: Same.
315 * gdb.ada/print_pc.exp: Same.
316 * gdb.ada/ptype_arith_binop.exp: Same.
317 * gdb.ada/ptype_field.exp: Same.
318 * gdb.ada/ptype_tagged_param.exp: Same.
319 * gdb.ada/rec_return.exp: Same.
320 * gdb.ada/ref_tick_size.exp: Same.
321 * gdb.ada/str_ref_cmp.exp: Same.
322 * gdb.ada/taft_type.exp: Same.
323 * gdb.ada/tagged.exp: Same.
324 * gdb.ada/type_coercion.exp: Same.
325 * gdb.ada/uninitialized_vars.exp: Same.
326
60b6ede8
TV
3272019-10-30 Tom de Vries <tdevries@suse.de>
328
329 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
330
30baf67b
TV
3312019-10-26 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/bigcore.c: Fix typos in comments.
334 * gdb.base/ctf-ptype.c: Same.
335 * gdb.base/long_long.c: Same.
336 * gdb.dwarf2/dw2-op-out-param.S: Same.
337 * gdb.python/py-evthreads.c: Same.
338 * gdb.reverse/i387-stack-reverse.c: Same.
339 * gdb.trace/tfile.c: Same.
340 * lib/compiler.c: Same.
341 * lib/compiler.cc: Same.
342
158da0d1
TV
3432019-10-25 Tom de Vries <tdevries@suse.de>
344
345 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
346 gdb_test_multiple calls.
347 * gdb.reverse/sigall-reverse.exp: Same.
348 * gdb.reverse/solib-precsave.exp: Same.
349 * gdb.reverse/solib-reverse.exp: Same.
350 * gdb.reverse/until-precsave.exp: Same.
351 * gdb.reverse/until-reverse.exp: Same.
352
4ccdfbec
TV
3532019-10-24 Tom de Vries <tdevries@suse.de>
354
355 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
356 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
357 kfail using -wrap pattern flag and convenience variable
358 gdb_test_name.
359
33d569b7
AB
3602019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.python/py-progspace.exp: Add tests for the
363 Progspace.block_for_pc method.
364
4d0b984b
TT
3652019-10-23 Tom Tromey <tom@tromey.com>
366
367 * configure: Rebuild.
368 * aclocal.m4: Use m4_include, not sinclude.
369
94cb3754
TV
3702019-10-21 Tom de Vries <tdevries@suse.de>
371
372 * gdb.base/infcall-nested-structs.c: Add
373 __attribute__((noinline,noclone)) to all functions.
374 (call_all): Add missing variable initialization. Simplify return value.
375 (breakpt): Increment volatile variable, to prevent call from being
376 optimized out.
377 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
378
062f1fc1
TV
3792019-10-17 Tom de Vries <tdevries@suse.de>
380
381 * gdb.fortran/module.exp: Allow info variables to print info for files
382 other than module.f90.
383
0b54364d
AB
3842019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * gdb.fortran/module.exp: Extend with 'info variables' test.
387
7ff5fae7
AB
3882019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
391 F77_FOR_TARGET.
392
d10eccaa
TV
3932019-10-16 Tom de Vries <tdevries@suse.de>
394
395 PR tdep/25096
396 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
397
745ff14e
TV
3982019-10-16 Tom de Vries <tdevries@suse.de>
399
400 PR tdep/24104
401 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
402 Add KFAIL for PR tdep/25096.
403
03e1ab94
TV
4042019-10-16 Tom de Vries <tdevries@suse.de>
405
406 PR testsuite/25059
407 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
408
b17fcc10
TV
4092019-10-16 Tom de Vries <tdevries@suse.de>
410
411 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
412 as signed.
413
9223170f
SM
4142019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
415
416 * gdb.mi/list-thread-groups-available.exp: Read entries one by
417 one instead of increasing timeout.
418
d6e76313
TV
4192019-10-13 Tom de Vries <tdevries@suse.de>
420
421 PR record/25038
422 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
423 * gdb.reverse/sigall-reverse.exp: Same.
424 * gdb.reverse/solib-precsave.exp: Same.
425 * gdb.reverse/solib-reverse.exp: Same.
426 * gdb.reverse/step-precsave.exp: Same.
427 * gdb.reverse/until-precsave.exp: Same.
428 * gdb.reverse/until-reverse.exp: Same.
429 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
430
6dfc0041
AA
4312019-10-10 Andreas Arnez <arnez@linux.ibm.com>
432
433 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
434 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
435 (cmp_struct_05_01, cmp_struct_static_02_01)
436 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
437 comparisons.
438
abcf2cc8
TV
4392019-10-10 Tom de Vries <tdevries@suse.de>
440
441 PR testsuite/24888
442 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
443 gnatlink.
444
a50faaf6
TV
4452019-10-09 Tom de Vries <tdevries@suse.de>
446
447 PR testsuite/25048
448 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
449
60ff3cd7
AB
4502019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
453 exceptions due to missing debug information.
454
dfee8566
TV
4552019-10-07 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
458
3d63690a
AB
4592019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
462 * gdb.base/annota1.exp: Update to use gdb_test_name.
463
30d1f018
WP
4642019-10-07 Weimin Pan <weimin.pan@oracle.com>
465
466 * gdb.base/ctf-whatis.exp: New file.
467 * gdb.base/ctf-whatis.c: New file.
468 * gdb.base/ctf-ptype.exp: New file.
469 * gdb.base/ctf-ptype.c: New file.
470 * gdb.base/ctf-constvars.exp: New file.
471 * gdb.base/ctf-constvars.c: New file.
472 * gdb.base/ctf-cvexpr.exp: New file.
473
4dbbb47c
TV
4742019-10-04 Tom de Vries <tdevries@suse.de>
475
476 * gdb.cp/local-static.c (main): Move declaration of int i out of the
477 for loop.
478
77c2dba3
TT
4792019-10-03 Tom Tromey <tom@tromey.com>
480
481 PR rust/24976:
482 * gdb.rust/simple.rs (Union2): New type.
483 (main): Use Union2.
484 * gdb.rust/simple.exp: Add test.
485
179aed7f
AB
4862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
489 nested function prefix.
490
0a4b0913
AB
4912019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
492 Richard Bunt <richard.bunt@arm.com>
493 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
496 nested functions.
497 * gdb.fortran/nested-funcs.f90: Update expected results.
498 * gdb.fortran/nested-funcs-2.exp: New file.
499 * gdb.fortran/nested-funcs-2.f90: New file.
500
082cce05
AB
5012019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.python/py-parameter.exp: Make test names unique.
504 * gdb.python/py-template.exp: Likewise.
505 * gdb.python/py-value.exp: Likewise.
506
2b74ba5a
AB
5072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.base/break-interp.exp: Reduce test name duplication.
510 * gdb.base/call-sc.exp: Likewise.
511 * gdb.base/callfuncs.exp: Likewise.
512 * gdb.base/charset.exp: Likewise.
513 * gdb.base/dump.exp: Likewise.
514 * gdb.base/ena-dis-br.exp: Likewise.
515 * gdb.base/relational.exp: Likewise.
516 * gdb.base/step-over-syscall.exp: Likewise.
517 * gdb.base/structs.exp: Likewise.
518
58eb20d5
AB
5192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.linespec/explicit.exp: Make test names unique.
522 * gdb.linespec/ls-errs.exp: Likewise.
523
4d421147
AB
5242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.reverse/break-precsave.exp: Make test names unique.
527 * gdb.reverse/break-reverse.exp: Likewise.
528 * gdb.reverse/finish-precsave.exp: Likewise.
529 * gdb.reverse/finish-reverse.exp: Likewise.
530 * gdb.reverse/machinestate-precsave.exp: Likewise.
531 * gdb.reverse/machinestate.exp: Likewise.
532 * gdb.reverse/readv-reverse.exp: Likewise.
533 * gdb.reverse/recvmsg-reverse.exp: Likewise.
534 * gdb.reverse/sigall-precsave.exp: Likewise.
535 * gdb.reverse/sigall-reverse.exp: Likewise.
536 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
537 * gdb.reverse/watch-precsave.exp: Likewise.
538 * gdb.reverse/watch-reverse.exp: Likewise.
539
d8c06f22
AB
5402019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.threads/stop-with-handle.c: New file.
543 * gdb.threads/stop-with-handle.exp: New file.
544
3a56ed86
TV
5452019-10-03 Tom de Vries <tdevries@suse.de>
546
547 PR testsuite/25059
548 * gdb.base/list-missing-source.exp: Allowing the "Compilation
549 directory" line to be missing.
550
42275044
TV
5512019-10-03 Tom de Vries <tdevries@suse.de>
552
553 PR testsuite/25059
554 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
555 type optional.
556
9ef62df0
AA
5572019-10-02 Andreas Arnez <arnez@linux.ibm.com>
558
559 * gdb.python/py-format-string.c (string.h): New include.
560 (main): Fill a_struct_with_union.the_union.an_int with bytes of
561 the same value, for endianness-independence.
562 * gdb.python/py-format-string.exp (default_regexp_dict)
563 (test_pretty_structs, test_format): Adjust expected output to the
564 changed initialization.
565
37f6a7f4
TT
5662019-10-02 Tom Tromey <tromey@adacore.com>
567
568 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
569
1d58d6a2
PA
5702019-10-02 Pedro Alves <palves@redhat.com>
571 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
574 "print-file-var.h".
575 (this_version_id) Use ATTRIBUTE_VISIBILITY.
576 (get_version_1): Print this_version_id and its address.
577 Add extern "C" wrappers around interface functions.
578 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
579 "print-file-var.h".
580 (this_version_id) Use ATTRIBUTE_VISIBILITY.
581 (get_version_2): Print this_version_id and its address.
582 Add extern "C" wrappers around interface functions.
583 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
584 <stddef.h> and "print-file-var.h".
585 Add extern "C" wrappers around interface functions.
586 [VERSION_ID_MAIN] (this_version_id): Define.
587 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
588 * gdb.base/print-file-var.h: Add some #defines to simplify setting
589 up extern "C" blocks.
590 * gdb.base/print-file-var.exp (test): New, factored out from top
591 level.
592 (top level): Test all combinations of attribute hidden or not,
593 dlopen or not, and this_version_id symbol in main file or not.
594 Compile tests as both C++ and C, make test names unique.
595
d770d56f
TT
5962019-10-01 Tom Tromey <tom@tromey.com>
597
598 * gdb.base/style.exp: Test "show logging filename".
599
7f6aba03
TT
6002019-10-01 Tom Tromey <tom@tromey.com>
601
602 * lib/gdb-utils.exp (style): Handle "metadata" argument.
603 * gdb.base/style.exp: Add metadata style test.
604
14309bb6
TT
6052019-10-01 Tom Tromey <tom@tromey.com>
606
607 * gdb.base/style.exp: Test "pwd".
608
2a3c1174
PA
6092019-10-01 Tom Tromey <tom@tromey.com>
610
611 * gdb.base/style.exp: Update tests.
612
53d666ec
AA
6132019-10-01 Andreas Arnez <arnez@linux.ibm.com>
614
615 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
616 'six' to unsigned.
617 (s1): Initialize fields 'four' and 'six' instead of 'three' and
618 'five'. Use an all-ones bit pattern for each.
619 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
620 to its changed values.
621
4a56a520
TT
6222019-09-30 Tom Tromey <tromey@adacore.com>
623
624 * gdb.rust/traits.rs: Disable all warnings.
625
0df0352a
TV
6262019-09-29 Tom de Vries <tdevries@suse.de>
627
628 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
629
73d9a918
TV
6302019-09-29 Tom de Vries <tdevries@suse.de>
631
632 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
633
060b3ab4
TV
6342019-09-27 Tom de Vries <tdevries@suse.de>
635
636 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
637
68f7d34d
TV
6382019-09-27 Tom de Vries <tdevries@suse.de>
639
640 PR record/23188
641 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
642
5d63b30a
TT
6432019-09-26 Tom Tromey <tromey@adacore.com>
644
645 * gdb.ada/py_taft.exp: New file.
646 * gdb.ada/py_taft/main.adb: New file.
647 * gdb.ada/py_taft/pkg.adb: New file.
648 * gdb.ada/py_taft/pkg.ads: New file.
649
3d435220
TV
6502019-09-24 Tom de Vries <tdevries@suse.de>
651
652 PR gdb/24598
653 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
654
77d03678
TV
6552019-09-22 Tom de Vries <tdevries@suse.de>
656
657 * gdb.base/restore.exp: Allow register variables to be optimized out at
658 -O0.
659
abf516c6
UW
6602019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
661
662 * gdb.arch/spu-info.exp: Remove file.
663 * gdb.arch/spu-info.c: Remove file.
664 * gdb.arch/spu-ls.exp: Remove file.
665 * gdb.arch/spu-ls.c: Remove file.
666
667 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
668 * gdb.asm/spu.inc: Remove file.
669
670 * gdb.base/dump.exp: Remove support for spu*-*-*.
671 * gdb.base/stack-checking.exp: Likewise.
672 * gdb.base/overlays.exp: Likewise.
673 * gdb.base/ovlymgr.c: Likewise.
674 * gdb.base/spu.ld: Remove file.
675
676 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
677 * gdb.cp/cpexprs.exp: Likewise.
678 * gdb.cp/exception.exp: Likewise.
679 * gdb.cp/gdb2495.exp: Likewise.
680 * gdb.cp/mb-templates.exp: Likewise.
681 * gdb.cp/pr9167.exp: Likewise.
682 * gdb.cp/userdef.exp: Likewise.
683
684 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
685
686 * gdb.cell: Remove directory.
687 * lib/cell.exp: Remove file.
688
e452e88f
TV
6892019-09-19 Tom de Vries <tdevries@suse.de>
690
691 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
692
8a625130
TV
6932019-09-19 Tom de Vries <tdevries@suse.de>
694
695 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
696
81dc3ab5
TV
6972019-09-19 Tom de Vries <tdevries@suse.de>
698
699 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
700 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
701 (gdb_target_cmd): ... here.
702 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
703 value 2.
704
b078f3ac
AB
7052019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * gdb.base/source-dir.exp: Avoid having directory names in test
708 names.
709
f1b620e9
MG
7102019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.base/source-dir.exp: Add extra test for mapped compilation
713 directory.
714
67f3ed6a
AB
7152019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.base/list-missing-source.exp: New file.
718
d1b70248
TV
7192019-09-14 Tom de Vries <tdevries@suse.de>
720
721 PR teststuite/24599
722 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
723 * lib/ada.exp (gnatmake_version_at_least): New proc.
724
5fabdcd6
AB
7252019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.base/maint.exp: Use exec_has_index_section.
728
aa17805f
AB
7292019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.base/maint.exp: Add test for 'maint info sections'.
732
25e5c209
TV
7332019-09-12 Tom de Vries <tdevries@suse.de>
734
735 * gdb.base/store.exp: Allow register variables to be optimized out at
736 -O0.
737
4993045d
PW
7382019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
739
740 * gdb.ada/rdv_wait.exp: Update to new task names.
741 * gdb.base/task_switch_in_core.exp: Likewise.
742 * gdb.base/info_sources_base.c: Likewise.
743
8a516164
TT
7442019-09-10 Tom Tromey <tromey@adacore.com>
745
746 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
747
aa391654
TT
7482019-09-10 Tom Tromey <tromey@adacore.com>
749
750 * gdb.ada/dgopt.exp: New file.
751 * gdb.ada/dgopt/x.adb: New file.
752
8634b462
TT
7532019-09-08 Tom Tromey <tom@tromey.com>
754
755 * gdb.tui/resize.exp: Remove setup_xfail.
756 * gdb.tui/regs.exp: Remove setup_xfail.
757 * gdb.tui/basic.exp: Remove setup_xfail.
758
736b0f76
DB
7592019-09-06 David Blaikie <dblaikie@gmail.com>
760
761 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
762 * gdb.cp/cplabel.exp: Ditto.
763 * gdb.linespec/ls-errs.exp: Ditto.
764
30331a6c
TV
7652019-09-05 Tom de Vries <tdevries@suse.de>
766
767 * lib/gdb.exp (cmp_file_string): New proc.
768 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
769 runto_main. Verify save breakpoints output.
770
98b0ebab
PW
7712019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.base/info-var.exp: Test info variables without running
774 to main, to avoid expect's buffer overflow.
775
4e962e74
TT
7762019-09-03 Tom Tromey <tromey@adacore.com>
777
778 * gdb.ada/bias.exp: New file.
779 * gdb.ada/bias/bias.adb: New file.
780 * gdb.ada/print_chars.exp: Add regression test.
781 * gdb.ada/print_chars/foo.adb (My_Character): New type.
782 (MC): New variable.
783
2ea1a07a
SL
7842019-08-29 Sandra Loosemore <sandra@codesourcery.com>
785
786 * gdb.base/argv0-symlink.exp: Run only on native target
787 and local host.
788
8077c50d
TV
7892019-08-29 Tom de Vries <tdevries@suse.de>
790
791 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
792 diverse debug info.
793 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
794
48352473
TV
7952019-08-28 Tom de Vries <tdevries@suse.de>
796
797 * gdb.base/info-var.exp: Allow info variables to print info for files
798 other than info-var-f1.c and info-var-f2.c.
799
d8f27c60
AB
8002019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.fortran/info-types.exp: Add module.
803 * gdb.fortran/info-types.f90: Update expected results.
804
1f20c35e
AB
8052019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.fortran/info-types.exp: New file.
808 * gdb.fortran/info-types.f90: New file.
809 * lib/fortran.exp (fortran_character1): New proc.
810
4acfdd20
AB
8112019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
814 functions'. Reindent as needed.
815 * gdb.base/info-var-f1.c: New file.
816 * gdb.base/info-var-f2.c: New file.
817 * gdb.base/info-var.exp: New file.
818 * gdb.base/info-var.h: New file.
819
5c31b358
TV
8202019-08-26 Tom de Vries <tdevries@suse.de>
821
822 PR c++/24852
823 * gdb.cp/no-libstdcxx-probe.exp: New test.
824
b694989f
TV
8252019-08-26 Tom de Vries <tdevries@suse.de>
826
827 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
828 * tests need to be skipped.
829 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
830 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
831 mi_skip_libstdcxx_probe_tests.
832
d9c4ba53
SDJ
8332019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
834
835 * gdb.python/py-xmethods.exp: Use raw strings when passing
836 arguments to SimpleXMethodMatcher.
837
395fad09
TV
8382019-08-22 Tom de Vries <tdevries@suse.de>
839
840 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
841 more informative.
842
26c957f1
PA
8432019-08-21 Pedro Alves <palves@redhat.com>
844
845 * gdb.base/with.exp: Test "with" with no arguments.
846
61f80d5d
TV
8472019-08-21 Tom de Vries <tdevries@suse.de>
848
849 * gdb.base/gdb-caching-proc.exp: Sort files.
850
d7a11d13
TV
8512019-08-20 Tom de Vries <tdevries@suse.de>
852
853 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
854 compilation.
855
34dafe9f
TV
8562019-08-16 Tom de Vries <tdevries@suse.de>
857
858 * gdb.base/compare-sections.exp ("after run to main"): Allow
859 mismatched read-only sections for PIE executables.
860
398fdd60
TT
8612019-08-16 Tom Tromey <tom@tromey.com>
862
863 * lib/tuiterm.exp (_csi_Z): New proc.
864 * gdb.tui/basic.exp: Update window positions.
865 * gdb.tui/empty.exp: Update window positions.
866
d8f9e51c
SL
8672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
868
869 * gdb.base/examine-backward.exp: Correct regexp for
870 "examine 3 bytes backward from ${address_zero}".
871
3df505f6
TT
8722019-08-15 Tom Tromey <tom@tromey.com>
873
874 * gdb.tui/empty.exp: Enable resizing tests.
875
272560b5
TT
8762019-08-15 Tom Tromey <tromey@adacore.com>
877
878 * gdb.ada/char_enum.exp: Add regression tests.
879 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
880 and '0'.
881 (Char, Gchar): Update.
882 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
883
08235187
CB
8842019-08-15 Christian Biesinger <cbiesinger@google.com>
885
886 * gdb.python/python.exp: Expect a leading underscore on
887 GdbOutput{,Error}File.
888
22a2ab04
SL
8892019-08-15 Sandra Loosemore <sandra@codesourcery.com>
890
891 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
892 Windows host.
893
835b995b
SL
8942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
895
896 * gdb.base/batch-preserve-term-settings.exp
897 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
898
97dd8e07
CB
8992019-08-15 Christian Biesinger <cbiesinger@google.com>
900
901 * lib/gdb.exp: When running on a mingw target, replace
902 /x/ with x:/.
903
75faf5c4
AH
9042019-08-14 Alan Hayward <alan.hayward@arm.com>
905
906 * gdb.arch/aarch64-prologue.c: New test.
907 * gdb.arch/aarch64-prologue.exp: New file.
908
abc6c00f
TV
9092019-08-13 Tom de Vries <tdevries@suse.de>
910
911 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
912 Thread.
913
74c2c1f4
SL
9142019-08-13 Sandra Loosemore <sandra@codesourcery.com>
915
916 * gdb.python/py-completion.exp: Download the .py file to the host
917 and use its host pathname. Conditionalize tests that use
918 tab completion and manipulate files on the build machine.
919 * gdb.python/py-events.exp: Download the .py file to the host
920 and use its host pathname.
921 * gdb.python/py-evsignal.exp: Likewise.
922 * gdb.python/py-evthreads.exp: Likewise.
923 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
924 pathname syntax.
925 * gdb.python/py-framefilter.exp: Download the .py file to the right
926 place on the host. Match Windows pathname syntax.
927 * gdb.python/py-mi-var-info-path-expression.exp: Download the
928 .py file to the host and use its host pathname.
929 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
930 * gdb.python/py-objfile.exp: Expect a host pathname, not a
931 build pathname. Skip symlink test on Windows host. Add missing
932 newline at end of file.
933 * gdb.python/py-pp-maint.exp: Download the .py file to the host
934 and use its host pathname.
935 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
936 * gdb.python/py-section-script.exp: Use host location of binfile
937 on safe-path. Use correct path separator on Windows host.
938 Reorder alternatives in gdb_test_multiple to prevent matching
939 the wrong alternative on success.
940 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
941
ca2589f3
PP
9422019-08-12 Patrick Palka <patrick@parcs.ath.cx>
943
944 * gdb.gdb/selftest.exp (test_with_self): Update test to now
945 expect the GDB inferior to no longer immediately stop after
946 being resumed with "signal SIGINT".
947
020a839d
SL
9482019-08-09 Sandra Loosemore <sandra@codesourcery.com>
949
950 * gdb.linespec/break-ask.exp: Generalize regexps to match
951 Windows pathnames too.
952
128d6509
TV
9532019-08-08 Tom de Vries <tdevries@suse.de>
954
955 PR testsuite/24862
956 * lib/tuiterm.exp (_accept): Fix CSI regexp.
957
590042fc
PW
9582019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
959
960 * gdb.base/style.exp: Update tests for help doc new invariants.
961 * gdb.base/help.exp: Likewise.
962
046bebe1
TT
9632019-08-06 Tom Tromey <tom@tromey.com>
964
965 * gdb.base/style.exp: Add disassemble test.
966 * gdb.base/style.c (some_called_function): New function.
967 (main): Use it.
968
0b27c27d
CB
9692019-08-05 Christian Biesinger <cbiesinger@google.com>
970
971 * gdb.python/py-block.exp: Test dictionary access on blocks.
972
580f1034
SM
9732019-08-05 Simon Marchi <simon.marchi@efficios.com>
974
975 PR gdb/24863
976 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
977 -list-thread-groups --available test when running under
978 check-read1.
979
d86bd7cb
TV
9802019-08-05 Tom de Vries <tdevries@suse.de>
981
982 PR testsuite/24863
983 * lib/gdb.exp (with_read1_timeout_factor): New proc.
984 * gdb.base/help.exp: Use with_read1_timeout_factor.
985 * gdb.base/info-macros.exp: Same.
986 * gdb.cp/nested-types.exp: Same.
987
a80cf5d8
TV
9882019-08-05 Tom de Vries <tdevries@suse.de>
989
990 * lib/gdb.exp (version_at_least): Factor out of ...
991 (tcl_version_at_least): ... here.
992 (gdb_compile): Fail if pie results in non-PIE executable.
993 (readelf_version, readelf_prints_pie): New proc.
994 (exec_is_pie): Return -1 if unknown.
995
d0962838
TV
9962019-08-05 Tom de Vries <tdevries@suse.de>
997
998 * lib/gdb.exp (tcl_version_at_least): Fix typo.
999
2252ff3d
SL
10002019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1001
1002 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1003
26655f53
SL
10042019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1005
1006 * lib/completion-support.exp (test_gdb_complete_none): Skip
1007 tab completion tests if no readline support.
1008 (test_gdb_complete_unique_re): Likewise.
1009 (test_gdb_complete_multiple): Likewise.
1010
db4dc13e
PW
10112019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1012
1013 * gdb.base/info_sources.exp: New file.
1014 * gdb.base/info_sources.c: New file.
1015 * gdb.base/info_sources_base.c: New file.
1016
0eba165a
PFC
10172019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1018
1019 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1020 prefix argument.
1021 (test_exit_status): Add prefix argument.
1022
59bd512b
TV
10232019-08-01 Tom de Vries <tdevries@suse.de>
1024
1025 PR testsuite/24863
1026 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1027 calling exp_continue for new thread and thread exited messages.
1028
2a3ad588
TV
10292019-08-01 Tom de Vries <tdevries@suse.de>
1030
1031 PR testsuite/24863
1032 * gdb.base/structs.exp: Fix check-read1 timeout using
1033 gdb_test_sequence.
1034 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1035
117eb594
TV
10362019-08-01 Tom de Vries <tdevries@suse.de>
1037
1038 PR testsuite/24863
1039 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1040 line.
1041
ed591340
TV
10422019-08-01 Tom de Vries <tdevries@suse.de>
1043
1044 PR testsuite/24863
1045 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1046
aa3b6533
TT
10472019-07-30 Tom Tromey <tromey@adacore.com>
1048
1049 * gdb.ada/display_nested.exp: New file.
1050 * gdb.ada/display_nested/foo.adb: New file.
1051 * gdb.ada/display_nested/pack.adb: New file.
1052 * gdb.ada/display_nested/pack.ads: New file.
1053
2906593f
CB
10542019-07-30 Christian Biesinger <cbiesinger@google.com>
1055
1056 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1057 namespace.
1058 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1059
0f575925
TV
10602019-07-30 Tom de Vries <tdevries@suse.de>
1061
1062 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1063 instead.
1064
b13057d9
TV
10652019-07-30 Tom de Vries <tdevries@suse.de>
1066
1067 PR testsuite/24834
1068 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1069 (exec_is_pie): New proc.
1070
5c4dde85
CB
10712019-07-29 Christian Biesinger <cbiesinger@google.com>
1072
1073 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1074
c620ed88
CB
10752019-07-29 Christian Biesinger <cbiesinger@google.com>
1076
1077 * gdb.python/py-objfile.c: Add global and static vars.
1078 * gdb.python/py-objfile.exp: Test new functions Objfile.
1079 lookup_global_symbol and lookup_static_symbol.
1080
3d235706
TT
10812019-07-29 Tom Tromey <tom@tromey.com>
1082
1083 * lib/tuiterm.exp (Term::_csi_@): New proc.
1084 (Term::_csi_X): Don't move cursor.
1085
c7e4c0a6
PW
10862019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1087
1088 * gdb.base/options.exp: Update backtrace - completion to
1089 new option -frame-info.
1090 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1091 Test new 'set print frame-info'. Test backtrace -frame-info
1092 overriding 'set print frame-info'.
1093 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1094 Test new 'set print frame-info'.
1095 Verify consistency of backtrace with and without filters, with and
1096 without -no-filters.
1097 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1098 default.
1099
de28a3b7
TV
11002019-07-29 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1103 no arguments".
1104
507dd60e
TV
11052019-07-29 Tom de Vries <tdevries@suse.de>
1106
1107 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1108 is a substring of the first for "complete non-unique file name".
1109
5beafce9
TV
11102019-07-29 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1113 with ".*".
1114
2d274232
TV
11152019-07-29 Tom de Vries <tdevries@suse.de>
1116
1117 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1118 Pass prompt_regexp parameter to gdb_test_multiple calls.
1119
9197cd8b
TV
11202019-07-29 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1123 print registers" regexps.
1124
b528dae0
TV
11252019-07-29 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1128
d17725d7
TV
11292019-07-29 Tom de Vries <tdevries@suse.de>
1130
1131 PR gdb/24855
1132 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1133 (skip_python_tests_prompt): Add prompt_regexp argument to
1134 gdb_test_multiple calls.
1135
52b75bf1
TT
11362019-07-27 Tom Tromey <tom@tromey.com>
1137
1138 * gdb.tui/main.exp: New file.
1139
2b1d00c2
TT
11402019-07-27 Tom Tromey <tom@tromey.com>
1141
1142 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1143 optional.
1144 * gdb.tui/empty.exp: New file.
1145
ded631d5
TT
11462019-07-27 Tom Tromey <tom@tromey.com>
1147
1148 * lib/tuiterm.exp (spawn): New proc.
1149 (Term::resize): New proc.
1150 * gdb.tui/resize.exp: New file.
1151
58ac439d
TT
11522019-07-27 Tom Tromey <tom@tromey.com>
1153
1154 * gdb.tui/list.exp: New file.
1155
fe1f56ee
TT
11562019-07-27 Tom Tromey <tom@tromey.com>
1157
1158 * gdb.tui/regs.exp: New file.
1159
f790b310
TT
11602019-07-27 Tom Tromey <tom@tromey.com>
1161
1162 * gdb.tui/basic.exp: Add "layout split" test.
1163
d95fc6ee
TT
11642019-07-27 Tom Tromey <tom@tromey.com>
1165
1166 * gdb.tui/basic.exp: Add "layout asm" test.
1167
c3786b3a
TT
11682019-07-27 Tom Tromey <tom@tromey.com>
1169
1170 * lib/tuiterm.exp: New file.
1171 * gdb.tui/basic.exp: New file.
1172
98a617f8
KB
11732019-07-27 Kevin Buettner <kevinb@redhat.com>
1174
1175 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1176 Enable tests associated with this flag. Adjust regex
1177 referencing "foo_low" to now refer to "foo_cold" instead.
1178
5c076da4
KB
11792019-07-27 Kevin Buettner <kevinb@redhat.com>
1180
1181 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1182 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1183 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1184 foo_cold. Revise comments to match.
1185 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1186 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1187 were wrapped into this proc; Call do_test in loop from outermost
1188 level.
1189 (foo_low): Rename all occurrences to "foo_cold".
1190 (backtrace from baz): New test.
1191 (x2/i foo_cold): New test.
1192 (info line *foo_cold): New test.
1193
1512d3b7
TV
11942019-07-26 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1197
297989a1
TV
11982019-07-25 Tom de Vries <tdevries@suse.de>
1199
1200 PR testsuite/24830
1201 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1202 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1203 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1204 (skip_libstdcxx_probe_tests): ... here.
1205 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1206
b3b965fb
TV
12072019-07-24 Tom de Vries <tdevries@suse.de>
1208
1209 PR testsuite/24807
1210 * gdb.objc/basicclass.m: Include stdio.h.
1211 * gdb.objc/nondebug.m: Same.
1212 * gdb.objc/objcdecode.m: Same.
1213
4625b4d0
TV
12142019-07-24 Tom de Vries <tdevries@suse.de>
1215
1216 PR testsuite/24612
1217 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1218 additional_flags.
1219
024a5840
TV
12202019-07-24 Tom de Vries <tdevries@suse.de>
1221
1222 PR testsuite/24831
1223 * gdb.multi/tids.exp: Update error messages for info threads.
1224
c76ddaa3
TV
12252019-07-24 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.base/info-types.exp: Allow info types to print info for more than
1228 one file.
1229
9a618ef6
TV
12302019-07-23 Tom de Vries <tdevries@suse.de>
1231
1232 PR testsuite/24842
1233 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1234 gdb_spawn_with_cmdline_opts.
1235
40eadf04
SP
12362019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1237
1238 * gdb.arch/arm-cmse-sgstubs.c: New test.
1239 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1240
5ba29434
TV
12412019-07-23 Tom de Vries <tdevries@suse.de>
1242
1243 PR testsuite/24711
1244 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1245 issuing next command.
1246
a8e9d247
AB
12472019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.ada/info_auto_lang.exp: Update expected results.
1250 * gdb.base/info-types.c: Add additional types to check.
1251 * gdb.base/info-types.exp: Update expected results.
1252
eb86c5e2
AB
12532019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.base/info-types.c: New file.
1256 * gdb.base/info-types.exp: New file.
1257
01e175fe
AB
12582019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.arch/riscv-bp-infcall.c: New file.
1261 * gdb.arch/riscv-bp-infcall.exp: New file.
1262
6b78c3f8
AB
12632019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 PR breakpoints/24541
1266 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1267
da738167
TV
12682019-07-14 Tom de Vries <tdevries@suse.de>
1269
1270 PR testsuite/24760
1271 * gdb.objc/basicclass.exp: Fix unterminated string.
1272
0d4e84ed
AB
12732019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1274 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1277 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1278 negative bounds.
1279 * gdb.fortran/vla-value.exp: Print elements of an array with
1280 negative bounds.
1281 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1282 testing.
1283
021d8588
AB
12842019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.base/options.exp (expect_string): Dequote strings in
1287 results.
1288 (test-string): Test strings with different quoting and reindent.
1289
f06f1252
TT
12902019-07-10 Tom Tromey <tromey@adacore.com>
1291
1292 * gdb.ada/mi_ex_cond.exp: Update expected results.
1293 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1294 * gdb.ada/mi_catch_ex.exp: Update expected results.
1295 * gdb.ada/mi_catch_assert.exp: Update expected results.
1296 * gdb.ada/catch_ex.exp (catch_exception_info)
1297 (catch_exception_entry, catch_assert_entry)
1298 (catch_unhandled_entry): Update.
1299 * gdb.ada/catch_assert_if.exp: Update expected results.
1300
b863685d
RB
13012019-07-10 Richard Bunt <richard.bunt@arm.com>
1302 Stephen Roberts <stephen.roberts@arm.com>
1303
1304 * gdb.base/define.exp: Restore original prompt.
1305
cb1e4e32
PA
13062019-07-09 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1309 breakpoints" output.
1310 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1311 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1312 throw" creates breakpoint.
1313 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1314 'type="catchpoint"'.
1315
b58a68fe
PA
13162019-07-09 Pedro Alves <palves@redhat.com>
1317
1318 PR c++/15468
1319 * gdb.cp/except-multi-location-lib.cc: New.
1320 * gdb.cp/except-multi-location-main.cc: New.
1321 * gdb.cp/except-multi-location.exp: New.
1322
0826779b
PW
13232019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1324
1325 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1326 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1327 argument and update callers.
1328
5b0e2db4
AB
13292019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * gdb.arch/amd64-break-on-asm-line.S: New file.
1332 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1333
1f6f6e21
PW
13342019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1335
1336 * gdb.base/printcmds.exp: Test printing C string and
1337 C wide string convenience vars without transiting via the inferior.
1338 Also make test names unique.
1339
ea142fbf
AH
13402019-07-08 Alan Hayward <alan.hayward@arm.com>
1341
5862c886 1342 PR breakpoints/25011
ea142fbf
AH
1343 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1344
213fd9fa
PA
13452019-07-04 Pedro Alves <palves@redhat.com>
1346
1347 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1348 body returned ok(0), break(3) or continue(4).
1349 * gdb.testsuite/foreach_with_prefix.exp: New file.
1350
2b40fda7
AH
13512019-07-04 Alan Hayward <alan.hayward@arm.com>
1352
1353 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1354
a26c8de0
PA
13552019-07-03 Pedro Alves <palves@redhat.com>
1356
1357 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1358 "return -code".
1359
5f4ba3e7
PA
13602019-07-03 Pedro Alves <palves@redhat.com>
1361
1362 PR cli/24732
1363 * gdb.base/shell.exp: Load completion-support.exp.
1364 Adjust expected error output. Add completion tests.
1365
a994424f
PA
13662019-07-03 Pedro Alves <palves@redhat.com>
1367
1368 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1369 string_to_regexp.
1370
3d9be6f5
PA
13712019-07-03 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1374 (expect_integer): Adjust to expect "-string".
1375 (expect_string): New.
1376 (all_options): Expect "-string".
1377 (test-flag, test-boolean): Adjust to expect "-string".
1378 (test-string): New proc.
1379 (top level): Call it.
1380
41fc454c
PA
13812019-07-03 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1384 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1385 the expected output in the success.
1386
b2b2a215
PA
13872019-07-03 Pedro Alves <palves@redhat.com>
1388
1389 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1390 Split one gdb_test_multiple call in two to avoid a race.
1391
fdbc9870
PA
13922019-07-03 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.base/with.c: New file.
1395 * gdb.base/with.exp: New file.
1396
c6ac8931
PA
13972019-07-03 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/settings.exp: Replace all references to "maint
1400 test-settings set" with references to "maint set test-settings",
1401 and all references to "maint test-settings show" with references
1402 to "maint show test-settings".
1403
970f9d09
PA
14042019-07-03 Pedro Alves <palves@redhat.com>
1405
1406 * gdb.base/settings.exp (test-string): Adjust expected out when
1407 testing "maint test-settings show filename"
1408
54d66006
PA
14092019-07-02 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.base/options.exp (test-info-threads): New procedure.
1412 (top level): Call it.
1413
10d06d82
TT
14142019-06-28 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.dwarf2/ada-linkage-name.c: New file.
1417 * gdb.dwarf2/ada-linkage-name.exp: New file.
1418
3d507ff2
TT
14192019-06-27 Tom Tromey <tromey@adacore.com>
1420
d039f014 1421 PR c++/20020:
3d507ff2
TT
1422 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1423
8af58ffe
TV
14242019-06-26 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1427
22e21752
TV
14282019-06-26 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.base/index-cache.exp: Add back missing debug option.
1431
b65b566c
PW
14322019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1433
1434 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1435
5c2c8c69
TV
14362019-06-25 Tom de Vries <tdevries@suse.de>
1437
1438 PR testsuite/24727
1439 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1440
164e3873
TV
14412019-06-24 Tom de Vries <tdevries@suse.de>
1442
1443 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1444
824eacee
TV
14452019-06-24 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1448 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1449 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1450
385b97d3
TV
14512019-06-24 Tom de Vries <tdevries@suse.de>
1452
1453 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1454
c596f180
TV
14552019-06-21 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1458
b13a7d03
TV
14592019-06-21 Tom de Vries <tdevries@suse.de>
1460
1461 PR testsuite/24518
1462 PR ada/24713
1463 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1464 index.
1465
899277ae
TT
14662019-06-19 Tom Tromey <tromey@adacore.com>
1467
1468 * gdb.ada/length_cond.exp: Add intro comment.
1469
680e1bee
TT
14702019-06-19 Tom Tromey <tromey@adacore.com>
1471
1472 * gdb.ada/length_cond.exp: New file.
1473 * gdb.ada/length_cond/length_cond.adb: New file.
1474 * gdb.ada/length_cond/pck.adb: New file.
1475 * gdb.ada/length_cond/pck.ads: New file.
1476
0ed4690a
TV
14772019-06-18 Tom de Vries <tdevries@suse.de>
1478
1479 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1480
d20ed5fd
TT
14812019-06-18 Tom Tromey <tromey@adacore.com>
1482
1483 * gdb.base/list0.h: Add comment explaining control character.
1484
86e04673
TV
14852019-06-18 Tom de Vries <tdevries@suse.de>
1486
1487 * boards/fission.exp: Break up long debug_flags line.
1488
c4973306
SM
14892019-06-16 Tom de Vries <tdevries@suse.de>
1490
1491 PR gdb/24445
1492 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1493 generated index.
1494
93cb9841
AB
14952019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 PR gdb/24686
1498 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1499 improve detection of bug gdb/24541.
1500
399aaebd
SM
15012019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1502
1503 PR gdb/24669
1504 * gdb.base/index-cache.exp (uses_readnow,
1505 expecting_index_cache_use): Define global variable.
1506 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1507 expecting_index_cache_use.
1508
584a927c
AB
15092019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1510 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.fortran/pointers.f90: New file.
1513 * gdb.fortran/print_type.exp: New file.
1514 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1515 * gdb.fortran/vla-type.exp: Likewise.
1516 * gdb.fortran/vla-value.exp: Likewise.
1517 * gdb.mi/mi-vla-fortran.exp: Likewise.
1518
30056ea0
AB
15192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1522 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1523 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1524 as a stop reason.
1525
ec8e2b6d
AB
15262019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.base/annota1.exp: Update expected results.
1529 * gdb.cp/annota2.exp: Likewise.
1530 * gdb.cp/annota3.exp: Likewise.
1531
09e4c4e1
AB
15322019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.base/style-logging.exp: Remove path from test name.
1535
0735b091
TT
15362019-06-14 Tom Tromey <tromey@adacore.com>
1537
1538 PR gdb/24502:
1539 * gdb.base/style-logging.exp: New file.
1540
f5686554
TT
15412019-06-14 Tom Tromey <tromey@adacore.com>
1542
1543 * gdb.base/symfile-warn.exp: New file.
1544 * gdb.base/symfile-warn.c: New file.
1545
a0c1ffed
TT
15462019-06-14 Tom Tromey <tromey@adacore.com>
1547
1548 * gdb.base/annotate-symlink.exp: New file.
1549
f411722c
TT
15502019-06-14 Tom Tromey <tromey@adacore.com>
1551
1552 * gdb.ada/set_wstr.exp: Add reassignment test.
1553
4268ec18
TT
15542019-06-14 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1557 'unchecked_access and 'unrestricted_access as well.
1558
9a9e394b
TT
15592019-06-14 Tom Tromey <tromey@adacore.com>
1560
1561 PR ada/24539:
1562 * gdb.ada/vla.exp: Update tests.
1563 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1564 pragma.
1565
4c048731
PA
15662019-06-13 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/settings.exp (test-integer): Test junk after
1569 "unlimited".
1570
6665660a
PA
15712019-06-13 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/options.exp (test-thread-apply): New.
1574 (top level): Call it.
1575
5d707134
PA
15762019-06-13 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/options.exp (test-frame-apply): New.
1579 (top level): Test print commands with different "frame apply"
1580 prefixes.
1581
e2a689da
PA
15822019-06-13 Pedro Alves <palves@redhat.com>
1583
e79be6e5 1584 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1585 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1586 'max_completions' parameter and handle it.
1587 (test_gdb_completion_offers_commands): New.
1588
90a1ef87
PA
15892019-06-13 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1592
d4c16835
PA
15932019-06-13 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/options.exp (test-backtrace): New.
1596 (top level): Call it.
1597
2daf894e
PA
15982019-06-13 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.guile/scm-frame-args.exp: Use "set print
1601 raw-frame-arguments" instead of "set print raw frame-arguments".
1602 * gdb.python/py-frame-args.exp: Likewise.
1603
e6ed716c
PA
16042019-06-13 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.compile/compile.exp: Adjust expected output to option
1607 processing changes.
1608
7d8062de
PA
16092019-06-13 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.base/options.exp: Build executable.
1612 (test-print): New procedure.
1613 (top level): Call it, once for "print" and another for "compile
1614 print".
1615
9d0faba9
PA
16162019-06-13 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/options.c: New file.
1619 * gdb.base/options.exp: New file.
1620
dee7b4c8
PA
16212019-06-13 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1624 that "o" is ambiguous.
1625
dca0f6c0
PA
16262019-06-13 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.base/settings.c: New file.
1629 * gdb.base/settings.exp: New file.
1630
ccf46844
PA
16312019-06-13 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.base/completion.exp: Fix comment typo.
1634
b9a3f842
PA
16352019-06-13 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1638 foo --1" test.
1639
d106773e
PA
16402019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1641
1642 * gdb.fortran/block-data.f: New.
1643 * gdb.fortran/block-data.exp: New.
1644
fea82da0
TV
16452019-06-11 Tom de Vries <tdevries@suse.de>
1646
1647 PR testsuite/24521
1648 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1649 message.
1650
8c2e74f1
TV
16512019-06-11 Tom de Vries <tdevries@suse.de>
1652
1653 PR testsuite/24521
1654 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1655
b49851c8
TV
16562019-06-11 Tom de Vries <tdevries@suse.de>
1657
1658 * boards/readnow.exp: New file.
1659
a7067863
AB
16602019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.fortran/vla-sizeof.exp: Update expected results.
1663
1a3da2cd
AB
16642019-06-06 Amos Bird <amosbird@gmail.com>
1665
1666 * gdb.base/annota1.exp (thread_switch): Add test for
1667 thread-exited annotation.
1668
3847a7bf
TT
16692019-06-06 Tom Tromey <tromey@adacore.com>
1670
1671 * gdb.base/maint.exp: Expect command started/finished output.
1672
0088ba59
AB
16732019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1676 comment.
1677 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1678
312617a3
AB
16792019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1682 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1683 * gdb.arch/riscv-unwind-long-insn.c: New file.
1684 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1685
e1f2e1a2
CB
16862019-06-04 Christian Biesinger <cbiesinger@google.com>
1687
d3238f7d 1688 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1689
206584bd
PW
16902019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1691
1692 * lib/gdb.exp (help_list_trailer): New regexp variable
1693 factorizing the help trailer message.
1694 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1695 arg to allow to better factorize various tests.
1696 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1697 (test_prefix_command_help): Use help_list_trailer.
1698 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1699 * gdb.guile/scm-cmd.exp: Likewise.
1700 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1701 * gdb.base/help.exp: Use test_user_defined_class_help.
1702 * gdb.base/style.exp: Add tests for styling of help and apropos.
1703 * lib/gdb-utils.exp (style): Add title and highlight styles.
1704
708dc93e
PW
17052019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1706
1707 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1708 $_shell_exitsignal.
1709 * gdb.base/default.exp: Update for new convenience variables.
1710
f49055a5
TT
17112019-05-29 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1714 to "break complete ada" test case's regexp.
1715
4330d61d
TT
17162019-05-29 Tom Tromey <tromey@adacore.com>
1717
1718 PR c++/20020:
1719 * gdb.cp/constexpr-field.exp: New file.
1720 * gdb.cp/constexpr-field.cc: New file.
1721
000439d5
TT
17222019-05-29 Tom Tromey <tromey@adacore.com>
1723
1724 * gdb.base/finish.exp (finish_no_print): New proc.
1725 (finish_tests): Call it.
1726
5a01c34c
TV
17272019-05-24 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.dwarf2/gdb-add-index.exp: New file.
1730
18125b16
TT
17312019-05-22 Tom Tromey <tromey@adacore.com>
1732
1733 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1734 * gdb.base/style.exp: Use "style".
1735 * lib/gdb-utils.exp (style): New proc.
1736
af1a8d03
TV
17372019-05-22 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/align.exp: Require c++11.
1740
e7fe496b
TV
17412019-05-22 Tom de Vries <tdevries@suse.de>
1742
1743 PR testsuite/24586
1744 * gdb.python/py-mi-var-info-path-expression.exp: Call
1745 mi_skip_python_tests to check if python is supported.
1746
8fca4da0
AH
17472019-05-22 Alan Hayward <alan.hayward@arm.com>
1748
1749 * gdb.arch/aarch64-pauth.c: New test.
1750 * gdb.arch/aarch64-pauth.exp: New file.
1751
b7060614
AH
17522019-05-22 Alan Hayward <alan.hayward@arm.com>
1753
1754 * README (Re-running Tests Outside The Testsuite): New section.
1755
669d0468
TV
17562019-05-21 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.arch/amd64-eval.exp: Require c++11.
1759 * gdb.base/max-depth.exp: Same.
1760 * gdb.compile/compile-cplus-array-decay.exp: Same.
1761 * gdb.cp/meth-typedefs.exp: Same.
1762 * gdb.cp/subtypes.exp: Same.
1763 * gdb.cp/temargs.exp: Same.
1764
ce3ebcaa
AH
17652019-05-21 Alan Hayward <alan.hayward@arm.com>
1766
1767 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1768
34d11c68
AB
17692019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 PR gdb/18644
1772 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1773 * gdb.fortran/printing-types.exp: Add new test.
1774 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1775 testing.
1776 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1777 setup_kfail call.
1778
87781e84
AH
17792019-05-17 Alan Hayward <alan.hayward@arm.com>
1780
1781 * README (Running the Testsuite): Change example.
1782 (Testsuite Parameters): Remove TRANSCRIPT.
1783 * lib/gdb.exp: Remove TRANSCRIPT check.
1784
b420b89e
AH
17852019-05-17 Alan Hayward <alan.hayward@arm.com>
1786
1787 * README (Testsuite Parameters): Add replay logging to
1788 GDBSERVER_DEBUG.
1789 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1790 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1791 as a comma separated list.
1792 (gdb_debug_init): Override procedure.
1793
408e9b8b
AH
17942019-05-17 Alan Hayward <alan.hayward@arm.com>
1795
1796 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1797 (gdb_write_cmd_file): New procedure.
1798 * lib/gdbserver-support.exp (gdbserver_start): Call
1799 gdbserver_write_cmd_file.
1800 (gdbserver_write_cmd_file): New procedure.
1801
f9e2e39d
AH
18022019-05-17 Alan Hayward <alan.hayward@arm.com>
1803
1804 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1805 (delete_breakpoints): Likewise.
1806 (gdb_run_cmd): Likewise.
1807 (gdb_start_cmd): Likewise.
1808 (gdb_starti_cmd): Likewise.
1809 (gdb_internal_error_resync): Likewise.
1810 (gdb_test_multiple): Likewise.
1811 (gdb_reinitialize_dir): Likewise.
1812 (default_gdb_exit): Likewise.
1813 (gdb_file_cmd): Mark kill as optional.
1814 (default_gdb_start): Call gdb_stdin_log_init.
1815 (send_gdb): Call gdb_stdin_log_write.
1816 (rerun_to_main): Mark Y as an answer.
1817 (gdb_stdin_log_init): New function.
1818 (gdb_stdin_log_write): Likewise.
1819
81f47ac2
AH
18202019-05-17 Alan Hayward <alan.hayward@arm.com>
1821
1822 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1823 * gdb.base/debug-expr.exp: Likewise.
1824 * gdb.base/foll-fork.exp: Likewise.
1825 * gdb.base/foll-vfork.exp: Likewise.
1826 * gdb.base/fork-print-inferior-events.exp: Likewise.
1827 * gdb.base/gdb-sigterm.exp: Likewise.
1828 * gdb.base/gdbinit-history.exp: Likewise.
1829 * gdb.base/osabi.exp: Likewise.
1830 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1831 * gdb.base/ui-redirect.exp: Likewise.
1832 * gdb.gdb/unittest.exp: Likewise.
1833 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1834 * gdb.mi/mi-watch.exp: Likewise.
1835 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1836 * gdb.mi/user-selected-context-sync.exp: Likewise.
1837 * gdb.python/python.exp: Disable debug test when debugging.
1838 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1839 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1840 Likewise.
1841 * gdb.threads/stepi-random-signal.exp: Likewise.
1842
29b52314
AH
18432019-05-17 Alan Hayward <alan.hayward@arm.com>
1844
1845 * Makefile.in: Pass through GDB_DEBUG.
1846 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1847 (gdb,debug): Add board setting.
1848 * lib/gdb.exp (default_gdb_start): Start debugging.
1849 (gdb_debug_enabled): New procedure.
1850 (gdb_debug_init): Likewise.
29b52314
AH
1851
18522019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1853
29b52314
AH
1854 * Makefile.in: Pass through GDB_DEBUG.
1855 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1856 (gdb,debug): Add board setting.
1857 * lib/gdb.exp (default_gdb_start): Start debugging.
1858 (gdb_debug_enabled): New procedure.
1859 (gdb_debug_init): Likewise.
29b52314 1860
ca1285d1
AH
18612019-05-17 Alan Hayward <alan.hayward@arm.com>
1862
1863 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1864
f3a09c80
AH
18652019-05-17 Alan Hayward <alan.hayward@arm.com>
1866
1867 * gdb.base/ui-redirect.exp: Test redirection.
1868
26648588
JV
18692019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1870
1871 * gdb.mi/mi-complete.exp: New file.
1872 * gdb.mi/mi-complete.cc: Likewise.
1873
14237686
AB
18742019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1875
1876 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1877 indexed and sliced arrays, and pointers to arrays.
1878
e7bd7fba
TT
18792019-05-14 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1882 styling test.
1883
2764128d
TV
18842019-05-14 Tom de Vries <tdevries@suse.de>
1885
1886 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1887 selection entry encoding.
1888
71bed2db
TT
18892019-05-10 Tom Tromey <tromey@adacore.com>
1890
1891 * gdb.ada/info_exc.exp: Add "complete" test.
1892
63b667ad
TV
18932019-05-09 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1896 CU-relative.
1897
9cfd2b89
TV
18982019-05-09 Tom de Vries <tdevries@suse.de>
1899
1900 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1901 CU-relative.
1902
2228ef77
XR
19032019-05-08 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.ada/frame_arg_lang.exp: New testcase.
1906 * gdb.ada/frame_arg_lang/bla.adb: New file.
1907 * gdb.ada/frame_arg_lang/pck.ads: New file.
1908 * gdb.ada/frame_arg_lang/pck.adb: New file.
1909 * gdb.ada/frame_arg_lang/foo.c: New file.
1910
80e55b13
TT
19112019-05-08 Tom Tromey <tromey@adacore.com>
1912
1913 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1914
9d3421af
TT
19152019-05-08 Tom Tromey <tromey@adacore.com>
1916
1917 * gdb.base/ptype-offsets.exp: Update tests.
1918
844333e2
TT
19192019-05-08 Tom Tromey <tromey@adacore.com>
1920
1921 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1922 cases.
1923 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1924 "short".
1925
988915ee
TT
19262019-05-08 Tom Tromey <tromey@adacore.com>
1927
1928 * gdb.ada/vla.exp: New file.
1929 * gdb.ada/vla/vla.adb: New file.
1930
7bd55dac
TV
19312019-05-07 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1934
75f06e9d
TV
19352019-05-07 Tom de Vries <tdevries@suse.de>
1936
1937 PR testsuite/24522
1938 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1939 section.
1940
77e7aaa4
TV
19412019-05-07 Tom de Vries <tdevries@suse.de>
1942
1943 PR testsuite/24522
1944 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1945 .debug_aranges section.
1946
456ba0fa
TV
19472019-05-07 Tom de Vries <tdevries@suse.de>
1948
1949 PR testsuite/24159
1950 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1951
5a56d6a6
TV
19522019-05-06 Tom de Vries <tdevries@suse.de>
1953
1954 * lib/gdb.exp (exec_has_index_section): New proc.
1955 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1956 section.
1957
9d6d4be8
TV
19582019-05-04 Tom de Vries <tdevries@suse.de>
1959
1960 * boards/cc-with-debug-names.exp: New file.
1961
222a8d25
TT
19622019-05-03 Tom Tromey <tromey@adacore.com>
1963
1964 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1965 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1966 * gdb.ada/char_enum.exp: Add test.
1967
0fdfd794
TV
19682019-05-03 Tom de Vries <tdevries@suse.de>
1969
1970 * boards/cc-with-gdb-index.exp: New file.
1971
80062eb9
AB
19722019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.rust/simple.exp: Add new test case.
1975 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1976 (main): Initialise an instance of the new struct.
1977
4504bbde
TT
19782019-05-01 Tom Tromey <tromey@adacore.com>
1979
1980 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1981 record.
1982 (NPR): New variable.
1983 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1984 test.
1985
d48e62f4
TT
19862019-05-01 Tom Tromey <tromey@adacore.com>
1987
1988 * gdb.ada/packed_array_assign.exp: Add packed assignment
1989 regression test.
1990
f59f30f5
TV
19912019-05-01 Tom de Vries <tdevries@suse.de>
1992
1993 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1994
b70bfc54
TV
19952019-05-01 Tom de Vries <tdevries@suse.de>
1996
1997 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1998
15f18d14
AT
19992019-04-30 Ali Tamur <tamur@google.com>
2000
2001 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2002
2ff0a947
TT
20032019-04-30 Tom Tromey <tromey@adacore.com>
2004
2005 * lib/ada.exp (find_ada_tool): New proc.
2006 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2007 * gdb.ada/catch_ex_std.exp: New file.
2008 * gdb.ada/catch_ex_std/foo.adb: New file.
2009 * gdb.ada/catch_ex_std/some_package.adb: New file.
2010 * gdb.ada/catch_ex_std/some_package.ads: New file.
2011
a776957c
TT
20122019-04-30 Tom Tromey <tromey@adacore.com>
2013
2014 PR c++/24470:
2015 * gdb.cp/temargs.cc: Add test code from PR.
2016
bc68014d
AB
20172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.fortran/vla-datatypes.exp: Update expected results.
2020 * gdb.fortran/vla-ptype.exp: Likewise.
2021 * gdb.fortran/vla-type.exp: Likewise.
2022 * gdb.fortran/vla-value.exp: Likewise.
2023
f1fdc960
AB
20242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.fortran/ptr-indentation.exp: Update expected results.
2027 * gdb.fortran/ptype-on-functions.exp: Likewise.
2028 * gdb.fortran/vla-ptr-info.exp: Likewise.
2029 * gdb.fortran/vla-value.exp: Likewise.
2030
bf7a4de1
AB
20312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.fortran/ptype-on-functions.exp: New file.
2034 * gdb.fortran/ptype-on-functions.f90: New file.
2035
bbe75b9d
AB
20362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2039 case void string.
2040
1db455a7
AB
20412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.fortran/complex.exp: Expand.
2044 * gdb.fortran/complex.f: Renamed to...
2045 * gdb.fortran/complex.f90: ...this, and extended to add more
2046 complex values.
2047
b6d03bb2
AB
20482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2051 MODULO, CMPLX.
2052
2e62ab40
AB
20532019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2054 Richard Bunt <richard.bunt@arm.com>
2055
2056 * gdb.base/max-depth.c: New file.
2057 * gdb.base/max-depth.exp: New file.
2058 * gdb.python/py-nested-maps.c: New file.
2059 * gdb.python/py-nested-maps.exp: New file.
2060 * gdb.python/py-nested-maps.py: New file.
2061 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2062 (test_all_common): Call test_max_depth.
2063 * gdb.fortran/max-depth.exp: New file.
2064 * gdb.fortran/max-depth.f90: New file.
2065 * gdb.go/max-depth.exp: New file.
2066 * gdb.go/max-depth.go: New file.
2067 * gdb.modula2/max-depth.exp: New file.
2068 * gdb.modula2/max-depth.c: New file.
2069 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2070
d2b584a5
TV
20712019-04-29 Tom de Vries <tdevries@suse.de>
2072
2073 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2074
136afab8
PW
20752019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2076
2077 * gdb.base/callexit.exp: Test may-call-functions off.
2078
725cbb63
KS
20792019-04-25 Keith Seitz <keiths@redhat.com>
2080
2081 PR c++/24367
2082 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2083 (another_incomplete_struct, test_incomplete): New definitions.
2084 (main): Use new definitions.
2085 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2086 functions.
2087
82433e3e
SDJ
20882019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2089
2090 PR corefiles/11608
2091 PR corefiles/18187
2092 * gdb.base/coredump-filter-build-id.exp: New file.
2093
dd06d4d6
AH
20942019-04-25 Alan Hayward <alan.hayward@arm.com>
2095
e79be6e5
SM
2096 * Makefile.in: Pass through GDBSERVER_DEBUG.
2097 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2098 (gdbserver,debug): Add board setting.
2099 * gdb.trace/tspeed.exp: Skip when debugging.
2100 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2101 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2102
1670072e
TT
21032019-04-24 Tom Tromey <tromey@adacore.com>
2104
2105 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2106 Rust.
2107
a59240a4
TT
21082019-04-24 Tom Tromey <tromey@adacore.com>
2109
2110 * gdb.arch/amd64-eval.exp: Test bitfield return.
2111 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2112 (class Foo) <return_bitfields>: New method.
2113 (main): Call it.
2114
b907456c
AB
21152019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.cp/many-args.cc: New file.
2118 * gdb.cp/many-args.exp: New file.
2119
5c565afd
TV
21202019-04-23 Tom de Vries <tdevries@suse.de>
2121
2122 PR gdb/24433
2123 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2124
ba22ff86
AH
21252019-04-23 Alan Hayward <alan.hayward@arm.com>
2126
2127 * gdb.trace/backtrace.exp: Use nopie flag.
2128 * gdb.trace/circ.exp: Likewise.
2129 * gdb.trace/collection.exp: Likewise.
2130 * gdb.trace/ftrace.exp: Likewise.
2131 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2132 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2133 * gdb.trace/qtro.exp: Likewise.
2134 * gdb.trace/read-memory.exp: Likewise.
2135 * gdb.trace/report.exp: Likewise.
2136 * gdb.trace/tfile.exp: Likewise.
2137 * gdb.trace/tfind.exp: Likewise.
2138 * gdb.trace/unavailable.exp: Likewise.
2139
7905fc35
PA
21402019-04-22 Pedro Alves <palves@redhat.com>
2141
2142 * gdb.base/solib-probes-nosharedlibrary.c,
2143 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2144
8ecb59f8
TT
21452019-04-19 Tom Tromey <tromey@adacore.com>
2146
2147 * gdb.ada/ptype_union.c: New file.
2148 * gdb.ada/ptype_union.exp: New file.
2149
62160ec9
TT
21502019-04-19 Tom Tromey <tromey@adacore.com>
2151
2152 PR symtab/24423:
2153 * gdb.base/list0.h (foo): Add a control-l character.
2154
36cd4ba5
TV
21552019-04-18 Tom de Vries <tdevries@suse.de>
2156
2157 PR gdb/24433
2158 * boards/local-board.exp: Set sysroot to "".
2159
b73715df
TV
21602019-04-18 Tom de Vries <tdevries@suse.de>
2161 Pedro Alves <palves@redhat.com>
2162
2163 PR gdb/24454
2164 * gdb.threads/vfork-follow-child-exec.c: New file.
2165 * gdb.threads/vfork-follow-child-exec.exp: New file.
2166 * gdb.threads/vfork-follow-child-exit.c: New file.
2167 * gdb.threads/vfork-follow-child-exit.exp: New file.
2168
4aa866af
LS
21692019-04-15 Leszek Swirski <leszeks@google.com>
2170
2171 * gdb.arch/amd64-eval.cc: New file.
2172 * gdb.arch/amd64-eval.exp: New file.
2173
e5a1a79a
AH
21742019-04-11 Alan Hayward <alan.hayward@arm.com>
2175
2176 * gdb.server/sysroot.c: New test.
2177 * gdb.server/sysroot.exp: New file.
2178 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2179 matching param.
2180
41077b66
AB
21812019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * gdb.base/align.exp: Extend test to cover structures containing
2184 only static fields.
2185
c30391f8
TV
21862019-04-11 Tom de Vries <tdevries@suse.de>
2187
2188 * boards/cc-with-dwz-m.exp: New file.
2189 * boards/cc-with-dwz.exp: New file.
2190 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2191
e242fd12
SM
21922019-04-09 Simon Marchi <simon.marchi@efficios.com>
2193
2194 * gdb.base/start-cpp.exp: New file.
2195 * gdb.base/start-cpp.cc: New file.
2196
2b0c8b01
KB
21972019-04-08 Kevin Buettner <kevinb@redhat.com>
2198
2199 * gdb.python/py-thrhandle.exp: Adjust tests to call
2200 thread_from_handle instead of thread_from_thread_handle.
2201
947210e5
KB
22022019-04-08 Kevin Buettner <kevinb@redhat.com>
2203
2204 * gdb.python/py-thrhandle.exp: Add tests for
2205 gdb.InferiorThread.handle.
2206
d7df6549
AB
22072019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.python/py-function.exp: Check calling helper function from
2210 all languages.
2211 * lib/gdb.exp (gdb_supported_languages): New proc.
2212
8bdc1658
AB
22132019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2214
2215 * gdb.base/complex-parts.c: New file.
2216 * gdb.base/complex-parts.exp: New file.
2217
05caa1d2
TT
22182019-04-01 Tom Tromey <tromey@adacore.com>
2219
2220 PR symtab/23331:
2221 * gdb.dwarf2/dw2-ranges-main.c: New file.
2222 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2223 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2224
7734102d
EZ
22252019-03-30 Simon Marchi <simark@simark.ca>
2226
2227 * gdb.base/default.exp: Add values for $_gdb_major and
2228 $_gdb_minor.
2229
188e1fa9
TT
22302019-03-29 Tom Tromey <tromey@adacore.com>
2231
2232 * gdb.base/help.exp: Tighten apropos regexp.
2233
2880242d
KS
22342019-03-29 Keith Seitz <keiths@redhat.com>
2235
2236 * gdb.fortran/array-bounds.exp: New file.
2237 * gdb.fortran/array-bounds.f90: New file.
2238
077cad8e
PW
22392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2240
2241 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2242
80047cfc
PW
22432019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2244
2245 * gdb.multi/hello.c (main): Increase alarm timer.
2246
f489207e
SL
22472019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2248
2249 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2250 factor when no hardware watchpoint support.
2251
c92df149
AH
22522019-03-28 Alan Hayward <alan.hayward@arm.com>
2253 Pedro Alves <palves@redhat.com>
2254
2255 * boards/local-board.exp: set sysroot to /.
2256
933aebfa
AH
22572019-03-27 Alan Hayward <alan.hayward@arm.com>
2258
2259 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2260 in child.
2261
9f9aa852
AB
22622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2265 field.
2266 (make_container): Initialise new field.
2267 * gdb.python/py-prettyprint.exp: Add new tests.
2268 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2269 <display_hint>: New method.
2270
3714a195
AB
22712019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2274 gdb_continue_to_breakpoint more throughout this test.
2275 (run_lang_tests) Supply unique test names, and use
2276 gdb_test_no_output.
2277
18c77628
AB
22782019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/finish-pretty.exp: Update expected results.
2281 * gdb.base/pretty-print.c: New file.
2282 * gdb.base/pretty-print.exp: New file.
2283
9a93502f
PA
22842019-03-25 Pedro Alves <palves@redhat.com>
2285
2286 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2287 move comments outside list. Append '-i "" eof' section.
2288
968aa7ae
AH
22892019-03-22 Alan Hayward <alan.hayward@arm.com>
2290
34a7f2a4 2291 PR testsuite/25016
968aa7ae
AH
2292 * README: Add pie options.
2293 * gdb.base/break-interp.exp: Ensure pie is disabled.
2294 * gdb.base/dump.exp: Likewise.
2295 * lib/gdb.exp (gdb_compile): Add pie option.
2296
4c7d57e7
TT
22972019-03-19 Tom Tromey <tromey@adacore.com>
2298
2299 * gdb.mi/mi2-cli-display.c: New file.
2300 * gdb.mi/mi2-cli-display.exp: New file.
2301
bff8c71f
TT
23022019-03-18 Joel Brobecker <brobecker@adacore.com>
2303 Tom Tromey <tromey@adacore.com>
2304
2305 * gdb.ada/ptype_array/pck.adb: New file.
2306 * gdb.ada/ptype_array/pck.ads: New file.
2307 * gdb.ada/ptype_array/foo.adb: New file.
2308 * gdb.ada/ptype_array.exp: New file.
2309
d085f989
TT
23102019-03-14 Tom Tromey <tromey@adacore.com>
2311
2312 * gdb.base/style.exp: Add "set style sources" test.
2313
b4be1b06
SM
23142019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2315
2316 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2317 * mi-breakpoint-multiple-locations.exp: ... this.
2318 (make_breakpoints_pattern): New proc.
2319 (do_test): Add mi_version parameter, test -break-insert,
2320 -break-info and =breakpoint-created.
2321
7cde5fc2
AB
23222019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * config/default.exp: Remove 'load_lib gdb.exp'.
2325 * config/monitor.exp: Likewise.
2326 * config/sid.exp: Likewise.
2327 * config/sim.exp: Likewise.
2328 * config/slite.exp: Likewise.
2329 * config/unix.exp: Likewise.
2330 * gdb.base/default.exp: Remove unhelpful comment.
2331
efbecbc1
AB
23322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2335
0841c79a
AB
23362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2339
4a270568
AB
23402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.fortran/type-kinds.exp: Update expected results.
2343
067630bd
AB
23442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2347
3be47f7a
AB
23482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2351 function.
2352 (test_basic_parsing_of_type_kinds): Expand types tested.
2353 (test_parsing_invalid_type_kinds): New function.
2354
4d00f5d8
AB
23552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.fortran/intrinsics.exp: New file.
2358 * gdb.fortran/intrinsics.f90: New file.
2359 * gdb.fortran/type-kinds.exp: New file.
2360
c8f91604
AB
23612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.fortran/dot-ops.exp: New file.
2364
dd9f2c76
AB
23652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2368 Check upper and lower case logical literals.
2369
84ec9724
AB
23702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2373 Remove duplicate tests.
2374
c3734e09
AH
23752019-03-06 Alan Hayward <alan.hayward@arm.com>
2376
2377 * lib/gdb.exp (builtin_cd): rename of cd.
2378 (cd): Override builtin.
2379
aa3cfbda
RB
23802019-03-06 Richard Bunt <richard.bunt@arm.com>
2381
2382 * gdb.fortran/function-calls.exp: New file.
2383 * gdb.fortran/function-calls.f90: New test.
2384
7b63ad86
RB
23852019-03-04 Richard Bunt <richard.bunt@arm.com>
2386
2387 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2388 on user program standard output.
2389 * gdb.fortran/short-circuit-argument-list.f90: Record function
2390 calls.
2391
01abb042
AH
23922019-02-28 Alan Hayward <alan.hayward@arm.com>
2393
c3734e09
AH
2394 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2395 failure.
01abb042 2396
92137da0
RO
23972019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2398
2399 PR gdb/8527
2400 * gdb.base/interrupt-daemon-attach.c,
2401 gdb.base/interrupt-daemon-attach.exp: New test.
2402
5862844d
PA
24032019-02-27 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.base/page.exp: Add tests for "set width/height -1".
2406
8ed25214
PA
24072019-02-27 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/page.exp: Add tests for "set/show width/height" with
2410 "infinite" values.
2411
6c28e44a
TT
24122019-02-27 Tom Tromey <tromey@adacore.com>
2413
2414 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2415 2.4.
2416 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2417 workaround.
2418
bf9a735e
AB
24192019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2422 tests for structs with static members.
2423
8791793c
TT
24242019-02-26 Tom Tromey <tromey@adacore.com>
2425
2426 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2427 ValueError, not TypeError.
2428
bc2a507e
KB
24292019-02-26 Kevin Buettner <kevinb@redhat.com>
2430
2431 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2432 call from main program.
2433
e0e7d3bd
JB
24342019-02-23 Joel Brobecker <brobecker@adacore.com>
2435
2436 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2437 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2438 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2439 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2440 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2441
9600246d
KS
24422019-02-22 Keith Seitz <keiths@redhat.com>
2443
2444 PR symtab/23853
2445 * gdb.base/symlink-sourcefile.c: New file.
2446 * gdb.base/symlink-sourcefile.exp: New file.
2447
0c95f9ed
TT
24482019-02-20 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.base/info_qt.exp: Update.
2451
6caa91b6
SM
24522019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2453
2454 * gdb.base/source.exp: Move "error in sourced script" code to
2455 the end.
2456 * gdb.base/source-error.gdb: Move contents to
2457 source-error-1.gdb. Add new code to source source-error-1.gdb.
2458 * gdb.base/source-error-1.gdb: New file, from previous
2459 source-error.gdb.
2460
6506371f
TT
24612019-02-17 Tom Tromey <tom@tromey.com>
2462
2463 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2464 for macro styling.
2465 * gdb.base/style.c (SOME_MACRO): New macro.
2466
a0087920
TT
24672019-02-17 Tom Tromey <tom@tromey.com>
2468
2469 * gdb.base/style.exp: Add line-wrapping tests.
2470 * gdb.base/page.exp: Add test for quitting during pagination.
2471
a2cd4f14
JB
24722019-02-17 Joel Brobecker <brobecker@adacore.com>
2473
2474 * gdb.ada/big_packed_array: New testcase.
2475 * gdb.ada/homonym.exp: Fix incorrect expected output for
2476 "break <homonym__get_value>" test.
2477
9d70ffbc
WP
24782019-02-13 Weimin Pan <weimin.pan@oracle.com>
2479
2480 PR breakpoints/21870
2481 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2482 and prepare_for_testing. Add comment.
2483 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2484 redundant cleanup call. Clean up comment.
2485
01c7ae81
WP
24862019-02-12 Weimin Pan <weimin.pan@oracle.com>
2487
2488 PR breakpoints/21870
2489 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2490 * gdb.arch/aarch64-dbreg-contents.c: New file.
2491
aff29d1c
JB
24922019-02-10 Joel Brobecker <brobecker@adacore.com>
2493
2494 * gdb.ada/mi_ref_changeable: New testcase.
2495
df0da8a2
AH
24962019-02-07 Alan Hayward <alan.hayward@arm.com>
2497
2498 * gdb.base/attach.exp: Add double attach test.
2499
bd447abb
SM
25002019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2501
2502 * lib/gdb.exp (default_gdb_start): Don't match pagination
2503 prompt.
2504 (gdb_init): Set stty_init.
2505
1dbc40b9
TT
25062019-01-27 Tom Tromey <tom@tromey.com>
2507
2508 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2509 skip_python_tests.
2510
353229bf
AH
25112019-01-24 Alan Hayward <alan.hayward@arm.com>
2512
2513 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2514 New structure.
2515 (struct struct_static_02_02): Likewise.
2516 (struct struct_static_02_03): Likewise.
2517 (struct struct_static_02_04): Likewise.
2518 (struct struct_static_04_01): Likewise.
2519 (struct struct_static_04_02): Likewise.
2520 (struct struct_static_04_03): Likewise.
2521 (struct struct_static_04_04): Likewise.
2522 (struct struct_static_06_01): Likewise.
2523 (struct struct_static_06_02): Likewise.
2524 (struct struct_static_06_03): Likewise.
2525 (struct struct_static_06_04): Likewise.
2526 (cmp_struct_static_02_01): Likewise.
2527 (cmp_struct_static_02_02): Likewise.
2528 (cmp_struct_static_02_03): Likewise.
2529 (cmp_struct_static_02_04): Likewise.
2530 (cmp_struct_static_04_01): Likewise.
2531 (cmp_struct_static_04_02): Likewise.
2532 (cmp_struct_static_04_03): Likewise.
2533 (cmp_struct_static_04_04): Likewise.
2534 (cmp_struct_static_06_01): Likewise.
2535 (cmp_struct_static_06_02): Likewise.
2536 (cmp_struct_static_06_03): Likewise.
2537 (cmp_struct_static_06_04): Likewise.
2538 (call_all): Test new structs.
2539 * gdb.base/infcall-nested-structs.exp: Likewise.
2540
73021deb
AH
25412019-01-21 Alan Hayward <alan.hayward@arm.com>
2542 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2543
fc65c7db
AH
25442019-01-21 Alan Hayward <alan.hayward@arm.com>
2545 * gdb.base/stack-protector.c: New test.
2546 * gdb.base/stack-protector.exp: New file.
2547 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2548 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2549 option.
2550 (gdb_compile): Remove stack protector for GCC and prevent
2551 recursion.
2552
c24bdb02
KS
25532019-01-16 Keith Seitz <keiths@redhat.com>
2554
2555 PR gdb/23773
2556 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2557
6f072a10
PFC
25582019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2559
2560 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2561 aliases.
2562 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2563 tests.
2564 * gdb.arch/powerpc-vector-regs.c: New file.
2565 * gdb.arch/powerpc-vector-regs.exp: New file.
2566
a7b8d682
PFC
25672019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2568
2569 * gdb.arch/altivec-regs.exp: Fix the list passed to
2570 gdb_expect_list when testing "info vector".
2571
6eb6fb67
AB
25722019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.base/style.exp: Don't include path in testname.
2575
b56f80d8
KS
25762019-01-10 Keith Seitz <keiths@redhat.com>
2577
2578 PR gdb/23712
2579 PR symtab/23010
2580 * gdb.dwarf2/multidictionary.exp: New file.
2581
041be526
SM
25822019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2583
2584 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2585 (test_gnuv3_style_demangling): ... this.
2586 (test_lucid_style_demangling): Remove.
2587 (test_arm_style_demangling): Remove.
2588 (test_hp_style_demangling): Remove.
2589 (do_tests): Remove calls to the above.
2590
d820d0c3
AB
25912019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2594 case.
2595
f097f5ad
TT
25962019-01-06 Tom Tromey <tom@tromey.com>
2597
2598 PR gdb/28155:
2599 * gdb.dwarf2/typedef-void-finish.exp: New file.
2600
2cd8cc0b
TT
26012018-12-28 Tom Tromey <tom@tromey.com>
2602 Simon Marchi <simark@simark.ca>
2603
2604 * gdb.base/jit-exec.exp: New file.
2605 * gdb.base/jit-exec.c: New file.
2606 * gdb.base/jit-execd.c: New file.
2607
35fb8261
TT
26082018-12-28 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.base/style.exp: Update test to check for address styling.
2611
47fd17cd
TT
26122018-12-28 Tom Tromey <tom@tromey.com>
2613
2614 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2615 message.
2616
d47032b7
TT
26172018-12-28 Tom Tromey <tom@tromey.com>
2618
2619 * gdb.base/style.exp: Add test for version number styling.
2620
af79b68d
TT
26212018-12-28 Tom Tromey <tom@tromey.com>
2622
2623 * gdb.base/style.exp: Add test for print_address_symbolic.
2624
0bb296cb
TT
26252018-12-28 Tom Tromey <tom@tromey.com>
2626
2627 * gdb.base/style.exp: Add test for breakpoint setting.
2628
80ae2043
TT
26292018-12-28 Tom Tromey <tom@tromey.com>
2630
2631 * gdb.base/style.exp: Add test for variable names.
2632
cbe56571
TT
26332018-12-28 Tom Tromey <tom@tromey.com>
2634
2635 * gdb.base/style.exp: New file.
2636 * gdb.base/style.c: New file.
2637
9162a27c
TT
26382018-12-28 Tom Tromey <tom@tromey.com>
2639
2640 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2641 "dumb".
2642 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2643 the TERM environment variable.
2644
bc543c90
TT
26452018-12-27 Tom Tromey <tom@tromey.com>
2646
2647 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2648 pagination test.
2649
6f0ffe50
AB
26502018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2653 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2654
b5a1e557
PW
26552018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2656
2657 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2658 Filename a.adb changed to bp_fun_addr.adb.
2659 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2660
6e8b1ab2
JV
26612018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2662
2663 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2664 non-PIE executables.
2665 * README: Mention the gdb,nopie_flag board setting.
2666 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2667 non-PIE executable.
2668 * gdb.arch/amd64-entry-value.exp: Likewise.
2669 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2670 * gdb.arch/i386-float.exp: Likewise.
2671 * gdb.arch/i386-signal.exp: Likewise.
2672 * gdb.mi/mi-reg-undefined.exp: Likewise.
2673
d00a27c5
PM
26742018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2675
2676 PR gdb/23974
2677 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2678
161d081c
PW
26792018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2680
2681 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2682 Update order of results accordingly.
2683
b001de23
AB
26842018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.base/annota1.exp: Update a test regexp.
2687
99e1a184
AB
26882018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2691
7a81c1e2
PW
26922018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2693
2694 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2695 (reuse_time): Initialize to REUSE_TIME_CAP.
2696 (check_rc): New function.
2697 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2698 Check pthread_create rc.
2699 (spawner_thread_func): Check pthread_create and pthread_join rc.
2700
73e8dc90
PA
27012018-12-08 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.base/list.exp (test_forward_search): Rename to ...
2704 (test_forward_reverse_search): ... this. Also test reverse-search
2705 and the forward-search alias.
2706
13f2ed32
AB
27072018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2710 local timeout variable before return, and remove all local timeout
2711 variable entirely.
2712 (gdb_load): Likewise.
2713
64d27cfc
TV
27142018-12-01 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.base/gdb-caching-proc.exp: New file.
2717
f63c03b4
SDJ
27182018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2719
2720 * Makefile.in (TIMESTAMP): New variable.
2721 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2722 command.
2723 (check-single-racy): Likewise.
2724 (check/%.exp): Likewise.
2725 (check-racy/%.exp): Likewise.
2726 (workers/%.worker): Likewise.
2727 (build-perf): Likewise.
2728 (check-perf): Likewise.
2729 * README: Describe new "TS" and "TS_FORMAT" variables.
2730 * print-ts.py: New file.
2731
1c97054b
BF
27322018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2733
2734 PR python/23714
2735 * gdb.python/python.exp: Test command repetition after
2736 gdb.execute.
2737
1871a62d
AB
27382018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2741 is correctly aligned.
2742
fb5e1ed9
PW
27432018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2744
2745 * gdb.ada/info_auto_lang.exp: New testcase.
2746 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2747 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2748 * gdb.ada/info_auto_lang/some_c.c: New file.
2749
43d397ca
PW
27502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2751
2752 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2753 FUNC_lang language syntax.
2754
beddd671
PW
27552018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2756
2757 * gdb.base/info_minsym.c: New file.
2758 * gdb.base/info_minsym.exp: New file.
2759
73fc52c4
TT
27602018-11-19 Tom Tromey <tom@tromey.com>
2761
2762 PR rust/23625:
2763 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2764 * gdb.rust/expr.exp: Update expected output. Change one test.
2765
994b876a
TT
27662018-11-19 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2769
6769f276
PA
27702018-11-19 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2773 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2774 see the expected warning.
2775
38a72da0
AH
27762018-11-16 Alan Hayward <alan.hayward@arm.com>
2777
2778 PR gdb/22736:
2779 * gdb.cp/infcall-nodebug-lib.c: New test.
2780 * gdb.cp/infcall-nodebug-main.c: New test.
2781 * gdb.cp/infcall-nodebug.exp: New file.
2782
53a89d6e
SM
27832018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2784
2785 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2786 completer tests.
2787
9325300d
TV
27882018-11-09 Tom de Vries <tdevries@suse.de>
2789
2790 * gdb.base/msym-lang.c: New test.
2791 * gdb.base/msym-lang.exp: New file.
2792 * gdb.base/msym-lang-main.c: New test.
2793
20f0d60d
TT
27942018-11-08 Tom Tromey <tom@tromey.com>
2795
2796 PR gdb/23555:
2797 PR gdb/23838:
2798 * gdb.base/warning.exp: New file.
2799
b5420128
JB
28002018-11-08 Jan Beulich <jbeulich@suse.com>
2801
2802 * testsuite/gdb.arch/i386-avx512.c,
2803 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2804
cd115d61
AB
28052018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2808 point hardware.
2809
35ee2dc2
AB
28102018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2813 * gdb.dwarf2/missing-type-name.exp: New file.
2814
31aceee8
TV
28152018-11-06 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.base/many-headers.c: New test.
2818 * gdb.base/many-headers.exp: New file.
2819
109be305
JW
28202018-11-06 Jim Wilson <jimw@sifive.com>
2821
2822 * gdb.base/code_elim.exp: For riscv, set additional_flags
2823 to include -msmall-data-limit=0.
2824
e2b7af72
JB
28252018-11-01 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdb.ada/watch_minus_l: New testcase.
2828
cdcda965
SM
28292018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2830
2831 * gdb.arch/aix-sighandle.c: New file.
2832 * gdb.arch/aix-sighandle.exp: New file.
2833
92dcebf3
AB
28342018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2837 registers being unions.
2838
68b9ac18
TV
28392018-10-31 Tom de Vries <tdevries@suse.de>
2840
2841 * lib/valgrind.exp: New file.
2842 (vgdb_start, vgdb_stop): New procs, factored out of ...
2843 * gdb.base/valgrind-bt.exp: ... here, ...
2844 * gdb.base/valgrind-disp-step.exp: ... here and ...
2845 * gdb.base/valgrind-infcall.exp: ... here.
2846
1443936e
TV
28472018-10-31 Tom de Vries <tdevries@suse.de>
2848
2849 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2850
eb77c9df
AB
28512018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.dwarf2/void-type.c: New file.
2854 * gdb.dwarf2/void-type.exp: New file.
2855
82b5e646
PW
28562018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2857
2858 * gdb.base/info_qt.c: New file.
2859 * gdb.base/info_qt.exp: New file.
2860
8d619c01
EBM
28612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2862
2863 * gdb.arch/powerpc-htm-regs.c: New file.
2864 * gdb.arch/powerpc-htm-regs.exp: New file.
2865
f2cf6173
EBM
28662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2867
2868 * gdb.arch/powerpc-tar.c: New file.
2869 * gdb.arch/powerpc-tar.exp: New file.
2870
7ca18ed6
EBM
28712018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2872
2873 * gdb.arch/powerpc-ppr-dscr.c: New file.
2874 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2875
bfcc0eba
TV
28762018-10-25 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2879
fe1a5cad
TV
28802018-10-24 Tom de Vries <tdevries@suse.de>
2881
2882 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2883 longer exists error.
2884
a76dc3b7
TV
28852018-10-24 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2888
4df46df7
TV
28892018-10-24 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2892 --db-attach in valgrind.
2893
0dbfcfff
AB
28942018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.arch/riscv-reg-aliases.c: New file.
2897 * gdb.arch/riscv-reg-aliases.exp: New file.
2898
b04480b1
AH
28992018-10-19 Alan Hayward <alan.hayward@arm.com>
2900
2901 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2902
2c6ac8d7
AH
29032018-10-19 Alan Hayward <alan.hayward@arm.com>
2904
2905 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2906
2bc69f25
AH
29072018-10-19 Alan Hayward <alan.hayward@arm.com>
2908
2909 * gdb.cp/ovldbreak.exp: Fix regexps.
2910
1f1ae3a3
AH
29112018-10-19 Alan Hayward <alan.hayward@arm.com>
2912
2913 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2914
94c18618
SDJ
29152018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2916
2917 PR cli/23785
2918 * gdb.base/restore.exp: New test to check if "restore" with an
2919 invalid file doesn't segfault.
2920
812cd6eb
TV
29212018-10-18 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2924 * gdb.ada/excep_handle.exp: Same.
2925 * gdb.ada/mi_string_access.exp: Same.
2926 * gdb.ada/mi_var_union.exp: Same.
2927 * gdb.arch/arc-analyze-prologue.exp: Same.
2928 * gdb.arch/arc-decode-insn.exp: Same.
2929 * gdb.base/readnever.exp: Same.
2930 * gdb.fortran/printing-types.exp: Same.
2931 * gdb.guile/scm-lazy-string.exp: Same.
2932
c4b90788
TV
29332018-10-16 Tom de Vries <tdevries@suse.de>
2934
2935 PR gdb/23730
2936 * gdb.base/catch-follow-exec.c: Add copyright notice.
2937 * gdb.base/catch-follow-exec.exp: Rewrite to use
2938 gdb_spawn_with_cmdline_opts. Require gdb-native.
2939
8bca2978
SL
29402018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2941
2942 * gdb.trace/actions-changed.exp: Check for arch support.
2943 * gdb.trace/actions.exp: Likewise.
2944 * gdb.trace/ax.exp: Likewise.
2945 * gdb.trace/backtrace.exp: Likewise.
2946 * gdb.trace/change-loc.exp: Likewise.
2947 * gdb.trace/deltrace.exp: Likewise.
2948 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2949 * gdb.trace/ftrace.exp: Likewise.
2950 * gdb.trace/infotrace.exp: Check for arch support.
2951 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2952 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2953 * gdb.trace/mi-tsv-changed.exp: Likewise.
2954 * gdb.trace/packetlen.exp: Likewise.
2955 * gdb.trace/passc-dyn.exp: Likewise.
2956 * gdb.trace/passcount.exp: Likewise.
2957 * gdb.trace/pending.exp: Likewise.
2958 * gdb.trace/range-stepping.exp: Check for shlib support.
2959 * gdb.trace/report.exp: Check for arch support.
2960 * gdb.trace/save-trace.exp: Likewise.
2961 * gdb.trace/signal.exp: Check for signal support.
2962 * gdb.trace/tfind.exp: Check for arch support.
2963 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2964 * gdb.trace/trace-common.h: Add comment.
2965 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2966 * gdb.trace/trace-enable-disable.exp: Likewise.
2967 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2968 * gdb.trace/tracecmd.exp: Check for arch support.
2969 * gdb.trace/tspeed.exp: Check for shlib and target support.
2970 * gdb.trace/tstatus.exp: Check for arch support.
2971 * gdb.trace/tsv.exp: Likewise.
2972 * gdb.trace/while-dyn.exp: Likewise.
2973 * gdb.trace/while-stepping.exp: Likewise.
2974 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2975
f9c49bff
SM
29762018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * gdb.trace/tspeed.exp: Remove nowarnings.
2979 (prepare_for_trace_test): Declare "global ipalib".
2980 * gdb.trace/tspeed.c: Include unistd.h.
2981 (main): Remove superfluous printf argument.
2982
d4330bde
SL
29832018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2984
2985 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2986 directory prefix on the filename.
2987
8ecfd7bd
SDJ
29882018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2989
2990 * gdb.gdb/unittest.exp: Update expected message informing that
2991 selftests have been disabled.
2992 * gdb.server/unittest.exp: Likewise.
2993
58bbcd02
TV
29942018-10-09 Tom de Vries <tdevries@suse.de>
2995
2996 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2997 with runto_main.
2998
9f6b697b
WP
29992018-10-08 Weimin Pan <weimin.pan@oracle.com>
3000
3001 PR c++/16841
3002 * gdb.cp/virtbase2.cc: New file.
3003 * gdb.cp/virtbase2.exp: New file.
3004
add5ded5
TT
30052018-10-06 Tom Tromey <tom@tromey.com>
3006
3007 PR python/19399:
3008 * gdb.python/py-inferior.exp: Add architecture test.
3009
f9e48344
TT
30102018-10-06 Tom Tromey <tom@tromey.com>
3011
3012 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3013 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3014
2a8be203
TT
30152018-10-06 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3018 of a "throw" catchpoint.
3019
e04caa70
SDJ
30202018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3021
3022 * gdb.base/info-proc.exp: Update string expected from "help info
3023 proc".
3024
5ca8c39f
TT
30252018-10-04 Tom Tromey <tom@tromey.com>
3026
3027 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3028 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3029 (test_initial_complaints, test_empty_complaints): Update.
3030 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3031
3453e7e4
TT
30322018-10-04 Tom Tromey <tom@tromey.com>
3033
3034 PR cli/19551:
3035 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3036 * lib/gdb.exp (gdb_file_cmd): Update.
3037 * gdb.stabs/weird.exp (print_weird_var): Update.
3038 * gdb.server/solib-list.exp: Update.
3039 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3040 * gdb.mi/mi-cli.exp: Update.
3041 * gdb.linespec/linespec.exp: Update.
3042 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3043 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3044 * gdb.cp/cp-relocate.exp: Update.
3045 * gdb.base/sym-file.exp: Update.
3046 * gdb.base/relocate.exp: Update.
3047 * gdb.base/readnever.exp: Update.
3048 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3049 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3050 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3051 * gdb.base/code_elim.exp: Update.
3052 * gdb.base/break-unload-file.exp (test_break): Update.
3053 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3054 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3055 Update.
3056 * gdb.base/attach.exp (do_attach_tests): Update.
3057 * gdb.base/sepdebug.exp: Update.
3058 * gdb.python/py-section-script.exp: Update.
3059
6afcf761
TT
30602018-10-04 Tom Tromey <tom@tromey.com>
3061
3062 PR cli/22234:
3063 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3064 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3065 output.
3066
fef1b293
TT
30672018-10-04 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3070 set width and height to 0.
3071 (test_command_line_attach_run): Use -quiet.
3072
ca98345e
SL
30732018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3074
3075 * lib/gdb.exp (skip_ifunc_tests): New.
3076 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3077 other compile failures.
3078 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3079
ff34e6ae
SM
30802018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3083 is_amd64_regs_target.
3084
6bb8890e
AH
30852018-10-01 Alan Hayward <alan.hayward@arm.com>
3086
3087 * gdb.arch/aarch64-sighandler-regs.c: New test.
3088 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3089 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3090
224d30d3
MM
30912018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3092
3093 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3094 assembly.
3095
f67ffa6a
AB
30962018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.base/frame-selection.exp: New file.
3099 * gdb.base/frame-selection.c: New file.
3100
9fc3183f
AH
31012018-09-27 Alan Hayward <alan.hayward@arm.com>
3102
3103 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3104 pthread barrier.
3105 (main): Likewise.
3106
d354055e
AB
31072018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3108
3109 * gdb.base/large-frame-1.c: New file.
3110 * gdb.base/large-frame-2.c: New file.
3111 * gdb.base/large-frame.exp: New file.
3112 * gdb.base/large-frame.h: New file.
3113
db727370
JL
31142018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3115
3116 PR gdb/20948
3117 * gdb.base/write_mem.exp: New test.
3118 * gdb.base/write_mem.c: Likewise.
3119
ae778caf
TT
31202018-09-23 Tom Tromey <tom@tromey.com>
3121
3122 PR python/18852:
3123 * gdb.python/py-parameter.exp: Add test for parameter that throws
3124 on "set".
3125
fd3ba736
TT
31262018-09-23 Tom Tromey <tom@tromey.com>
3127
3128 PR python/17284:
3129 * gdb.python/py-template.exp (test_template_arg): Add test for
3130 negative template argument number.
3131
39a24317
TT
31322018-09-23 Tom Tromey <tom@tromey.com>
3133
3134 PR python/14062:
3135 * gdb.python/python.exp: Add test for post_event error.
3136
f5769a2c
TT
31372018-09-23 Tom Tromey <tom@tromey.com>
3138
3139 PR python/18170:
3140 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3141 convert pointers to int and long.
3142
1c1e54f6
TT
31432018-09-23 Tom Tromey <tom@tromey.com>
3144
3145 PR python/20126:
3146 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3147 signed-ness conversion tests.
3148
fb4fa946
TT
31492018-09-23 Tom Tromey <tom@tromey.com>
3150
3151 PR python/18352;
3152 * gdb.python/py-value.exp (test_float_conversion): New proc.
3153 Use it.
3154
a466edac
HAQ
31552018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3156
3157 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3158
4ee9b0c5
SL
31592018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3160
3161 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3162 no readline.
3163 * gdb.base/utf8-identifiers.exp: Likewise.
3164 * gdb.cp/cpcompletion.exp: Likewise.
3165 * gdb.linespec/cpcompletion.exp: Likewise.
3166 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3167 * gdb.linespec/cpls-ops.exp: Likewise.
3168
23be8da7
RB
31692018-09-19 Richard Bunt <richard.bunt@arm.com>
3170 Chris January <chris.january@arm.com>
3171
3172 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3173 * gdb.fortran/short-circuit-argument-list.exp: New file.
3174 * gdb.fortran/short-circuit-argument-list.f90: New test.
3175
5031d0ae
SDJ
31762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3177
3178 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3179 "arch=" keyword when executing "-stack-list-frames".
3180
b4c0d1a4
SDJ
31812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3182
3183 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3184 "arch=" keyword when executing "-stack-list-frames".
3185
7a6d2b45
SDJ
31862018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3187
3188 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3189 break ada".
3190
8588b356
SM
31912018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3192
3193 PR python/23669
3194 * gdb.python/python.exp: Test gdb.execute("show commands").
3195
65e65158
TT
31962018-09-16 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.base/new-ui.exp (do_execution_tests): Update.
3199 * gdb.base/dbx.exp (test_breakpoints): Update.
3200
bf326452
AH
32012018-09-14 Alan Hayward <alan.hayward@arm.com>
3202
3203 * lib/gdb.exp (gdb_simple_compile): Add proc.
3204 (is_elf_target): Use gdb_simple_compile.
3205 (skip_altivec_tests): Likewise.
3206 (skip_vsx_tests): Likewise.
3207 (skip_tsx_tests): Likewise.
3208 (skip_btrace_tests): Likewise.
3209 (skip_btrace_pt_tests): Likewise.
3210 (gdb_can_simple_compile): Likewise.
3211 (gdb_has_argv0): Likewise.
3212 (gdb_target_symbol_prefix): Likewise.
3213 (target_supports_scheduler_locking): Likewise.
3214
2361b0fb
TT
32152018-09-13 Tom Tromey <tom@tromey.com>
3216
3217 * Makefile.in (TAGS): Recognize proc_with_prefix and
3218 gdb_caching_proc.
3219
0ae1a321
SM
32202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3221
3222 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3223 method.
3224
a40bf0c2
SM
32252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3226
3227 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3228 and a few other Inferior properties when the Inferior is no
3229 longer valid.
3230
4a3fe98f
TT
32312018-09-13 Tom Tromey <tom@tromey.com>
3232
3233 PR rust/23650:
3234 * gdb.rust/simple.exp: Add test for enum field access error.
3235
098b2108
TT
32362018-09-13 Tom Tromey <tom@tromey.com>
3237
3238 PR rust/23626:
3239 * gdb.rust/simple.rs (EmptyEnum): New type.
3240 (main): Use it.
3241 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3242
1256af7d
SM
32432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3244
3245 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3246 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3247 * gdb.python/py-symtab.exp: Update test printing an objfile.
3248
4aa8e6c2
SM
32492018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3252 object.
3253
c221b2f7
AH
32542018-09-12 Alan Hayward <alan.hayward@arm.com>
3255
3256 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3257 (support_complex_tests): Use gdb_can_simple_compile.
3258 (is_ilp32_target): Likewise.
3259 (is_lp64_target): Likewise.
3260 (is_64_target): Likewise.
3261 (is_amd64_regs_target): Likewise.
3262 (is_aarch32_target): Likewise.
3263 (gdb_int128_helper): Likewise.
3264
6f1107b5
JK
32652018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3268
1f5d1570
JG
32692018-09-10 Jerome Guitton <guitton@adacore.com>
3270
3271 * gdb.ada/same_component_name: Add test for case of tagged record
3272 with variable-length fields.
3273
cc330e39
XR
32742018-09-10 Xavier Roirand <roirand@adacore.com>
3275
3276 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3277 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3278 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3279 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3280
b9c50e9a
XR
32812018-09-10 Xavier Roirand <roirand@adacore.com>
3282
3283 * gdb.ada/mi_string_access.exp: New testcase.
3284 * gdb.ada/mi_string_access/bar.adb: New file.
3285 * gdb.ada/mi_string_access/pck.adb: New file.
3286 * gdb.ada/mi_string_access/pck.asd: New file.
3287
2963898f
XR
32882018-09-10 Xavier Roirand <roirand@adacore.com>
3289
3290 * gdb.ada/mi_var_union.exp: New testcase.
3291 * gdb.ada/mi_var_union/bar.adb: New file.
3292 * gdb.ada/mi_var_union/pck.adb: New file.
3293 * gdb.ada/mi_var_union/pck.asd: New file.
3294
1aac008f
TT
32952018-09-08 Tom Tromey <tom@tromey.com>
3296
3297 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3298
332cf4c9
TT
32992018-09-08 Tom Tromey <tom@tromey.com>
3300
3301 PR python/16047:
3302 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3303 (register_pretty_printers): Register new printer.
3304 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3305 test.
3306 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3307 (an_int_type3): New global.
3308
424da6cf
JB
33092018-09-08 Joel Brobecker <brobecker@adacore.com>
3310
3311 * gdb.ada/expr_with_funcall: New testcase.
3312
2a62dfa9
JB
33132018-09-08 Joel Brobecker <brobecker@adacore.com>
3314
3315 * gdb.ada/packed_array_assign: New testcase.
3316
96b6697f
AB
33172018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3318
3319 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3320 names, and add test prefixes to make test names unique.
3321
e4a62c65
TV
33222018-09-05 Tom de Vries <tdevries@suse.de>
3323
3324 * gdb.dwarf2/varval.exp: Add test.
3325
dd083ee2
GB
33262018-09-04 Gary Benson <gbenson@redhat.com>
3327
3328 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3329 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3330
aef9346c
TT
33312018-08-31 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.rust/simple.rs: Rename second variable "v".
3334
c67f2e15
AB
33352018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.base/funcargs.c (use_a): New function.
3338 (recurse): Call use_a.
3339
078a0207
KS
33402018-08-29 Keith Seitz <keiths@redhat.com>
3341
3342 * gdb.compile/compile-cplus-anonymous.cc: New file.
3343 * gdb.compile/compile-cplus-anonymous.exp: New file.
3344 * gdb.compile/compile-cplus-array-decay.cc: New file.
3345 * gdb.compile/compile-cplus-array-decay.exp: New file.
3346 * gdb.compile/compile-cplus-inherit.cc: New file.
3347 * gdb.compile/compile-cplus-inherit.exp: New file.
3348 * gdb.compile/compile-cplus-member.cc: New file.
3349 * gdb.compile/compile-cplus-member.exp: New file.
3350 * gdb.compile/compile-cplus-method.cc: New file.
3351 * gdb.compile/compile-cplus-method.exp: New file.
3352 * gdb.compile/compile-cplus-mod.c: "New" file.
3353 * gdb.compile/compile-cplus-namespace.cc: New file.
3354 * gdb.compile/compile-cplus-namespace.exp: New file.
3355 * gdb.compile/compile-cplus-nested.cc: New file.
3356 * gdb.compile/compile-cplus-nested.exp: New file.
3357 * gdb.compile/compile-cplus-print.c: "New" file.
3358 * gdb.compile/compile-cplus-print.exp: "New" file.
3359 * gdb.compile/compile-cplus-virtual.cc: New file.
3360 * gdb.compile/compile-cplus-virtual.exp: New file.
3361 * gdb.compile/compile-cplus.c: "New" file.
3362 * gdb.compile/compile-cplus.exp: "New" file.
3363 * lib/compile-support.exp: New file.
3364
b0f492b9
GB
33652018-08-16 Gary Benson <gbenson@redhat.com>
3366
3367 PR gdb/13000:
3368 * gdb.base/batch-exit-status.exp: New file.
3369 * gdb.base/batch-exit-status.good-commands: Likewise.
3370 * gdb.base/batch-exit-status.bad-commands: Likewise.
3371
36eb4c5f
AH
33722018-08-29 Alan Hayward <alan.hayward@arm.com>
3373
3374 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3375 (struct struct02): Likewise.
3376 (struct struct03): Likewise.
3377 (struct struct04): Likewise.
3378 (struct struct_01_01): New struct.
3379 (struct struct_01_02): Likewise.
3380 (struct struct_01_03): Likewise.
3381 (struct struct_01_04): Likewise.
3382 (struct struct_02_01): Likewise.
3383 (struct struct_02_02): Likewise.
3384 (struct struct_02_03): Likewise.
3385 (struct struct_02_04): Likewise.
3386 (struct struct_04_01): Likewise.
3387 (struct struct_04_02): Likewise.
3388 (struct struct_04_03): Likewise.
3389 (struct struct_04_04): Likewise.
3390 (struct struct_05_01): Likewise.
3391 (struct struct_05_02): Likewise.
3392 (struct struct_05_03): Likewise.
3393 (struct struct_05_04): Likewise.
3394 (cmp_struct01): Remove function.
3395 (cmp_struct02): Likewise.
3396 (cmp_struct03): Likewise.
3397 (cmp_struct04): Likewise.
3398 (cmp_struct_01_01): Add Function.
3399 (cmp_struct_01_02): Likewise.
3400 (cmp_struct_01_03): Likewise.
3401 (cmp_struct_01_04): Likewise.
3402 (cmp_struct_02_01): Likewise.
3403 (cmp_struct_02_02): Likewise.
3404 (cmp_struct_02_03): Likewise.
3405 (cmp_struct_02_04): Likewise.
3406 (cmp_struct_04_01): Likewise.
3407 (cmp_struct_04_02): Likewise.
3408 (cmp_struct_04_03): Likewise.
3409 (cmp_struct_04_04): Likewise.
3410 (cmp_struct_05_01): Likewise.
3411 (cmp_struct_05_02): Likewise.
3412 (cmp_struct_05_03): Likewise.
3413 (cmp_struct_05_04): Likewise.
3414 (call_all): Add new structs.
3415 * gdb.base/infcall-nested-structs.exp: Likewise.
3416
3bf9c013
JV
34172018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3418
3419 * gdb.python/py-framefilter-mi.exp: Update regexp to
3420 check for "arch" field in frame output.
3421
450d1e88
KB
34222018-08-23 Kevin Buettner <kevinb@redhat.com>
3423
3424 * gdb.dwarf2/dw2-ranges-func.c: New file.
3425 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3426
ae739fe7
SM
34272018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3428
3429 * gdb.base/term.exp: Compare terminal settings with values from
3430 the inferior.
3431 * gdb.base/term.c: Get and set terminal settings.
3432
6d52907e
JV
34332018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3434
3435 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3436 accommodate new "arch" field in frame output.
3437 * gdb.mi/mi-return.exp: Likewise.
3438 * gdb.mi/mi-stack.exp: Likewise.
3439 * gdb.mi/mi-syn-frame.exp: Likewise.
3440 * gdb.mi/user-selected-context-sync.exp: Likewise.
3441
be2d111a
MS
34422018-08-19 Michael Spang <spang@google.com>
3443
3444 PR gdb/11786
3445 * gdb.base/gcore-tls-pie.c: New file.
3446 * gdb.base/gcore-tls-pie.exp: New file.
3447
ae3a7c47
KB
34482018-08-18 Kevin Buettner <kevinb@redhat.com>
3449
3450 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3451 * gdb.dwarf2/varval.c: New file.
3452 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3453
2ecae92e
AH
34542018-08-17 Alan Hayward <alan.hayward@arm.com>
3455
3456 PR gdb/18931
3457 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3458
c1854f1d
KS
34592018-08-16 Keith Seitz <keiths@redhat.com>
3460
3461 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3462 tests expected to pass.
3463
26fb3983
JV
34642018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3465
3466 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3467 -data-disassemble -a.
3468 (test_disassembly_bogus_args): Likewise.
3469
67943c00
AB
34702018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3471
3472 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3473
5ff2bbae
AB
34742018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/vla-optimized-out.exp: Add new test.
3477
e5bbcd0f
AB
34782018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.base/vla-optimized-out-o3.exp: Delete.
3481 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3482 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3483 deleted tests.
3484
9d4a934c
AB
34852018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 PR gdb/18050:
3488 * gdb.server/extended-remote-restart.c: New file.
3489 * gdb.server/extended-remote-restart.exp: New file.
3490
045cf012
SM
34912018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3492
3493 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3494 "set variable index = 42".
3495
87d6a7aa
SM
34962018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3497
3498 * boards/index-cache-gdb.exp: New file.
3499 * gdb.dwarf2/index-cache.exp: New file.
3500 * gdb.dwarf2/index-cache.c: New file.
3501 * gdb.base/maint.exp: Check if we are using the index cache.
3502
96d68bd4
RO
35032018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3504
3505 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3506 MAKEFLAGS.
3507
5a699617
RO
35082018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3509
3510 * dg-extract-results.sh: Move to toplevel contrib.
3511 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3512 * Makefile.in (check-parallel-racy): Likewise.
3513
5bd18990
AB
35142018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3517 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3518 tests if the target supports scheduler locking.
3519
3fbbcf47
TV
35202018-08-04 Tom de Vries <tdevries@suse.de>
3521
3522 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3523
3e1d3d8c
TT
35242018-08-02 Tom Tromey <tom@tromey.com>
3525
3526 PR symtab/16842.
3527 * gdb.cp/temargs.exp: Test "info address" of a template
3528 parameter.
3529
5abe0f0c
JV
35302018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3531
3532 * gdb.python/py-mi-var-info-path-expression.c: New file.
3533 * gdb.python/py-mi-var-info-path-expression.py: New file.
3534 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3535
fb66cde8
SDJ
35362018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3537
3538 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3539 error after "cannot resolve name" string.
3540
c708f4d2
AB
35412018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3544 started.
3545 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3546
37cc0cae
TV
35472018-07-28 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3550
63b4ecf7
TV
35512018-07-26 Tom de Vries <tdevries@suse.de>
3552
3553 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3554
3c3bb058
AB
35552018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3558 is visible.
3559
9e7f3bbb
TV
35602018-07-26 Tom de Vries <tdevries@suse.de>
3561
3562 PR breakpoints/23366
3563 * gdb.base/catch-follow-exec.c: New test.
3564 * gdb.base/catch-follow-exec.exp: New file.
3565
16f808ec
TV
35662018-07-25 Tom de Vries <tdevries@suse.de>
3567
3568 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3569 vla-optimized-out.c.
3570
d7154a8d
JV
35712018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3572
3573 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3574 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3575
232a0032
TV
35762018-07-20 Tom de Vries <tdevries@suse.de>
3577
3578 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3579 NOCLONE macro.
3580 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3581
fbb1d502
TV
35822018-07-19 Tom de Vries <tdevries@suse.de>
3583
3584 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3585 regular expression.
3586
42dc7699
TV
35872018-07-18 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/vla-optimized-out.c: New test.
3590 * gdb.base/vla-optimized-out.exp: New file.
3591
7f1f7e23
SDJ
35922018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3593
3594 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3595 message "No address associated with hostname" when gdbserver
3596 cannot resolve the hostname.
3597
5759ebb3
PW
35982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3599
3600 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3601 Add some test prefixes to make tests unique.
3602
3606ccab
PW
36032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3604
3605 * gdb.base/frameapply.c: New file.
3606 * gdb.base/frameapply.exp: New file.
3607
529c08b2
PW
36082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3609
3610 * gdb.base/skip.exp: Update expected error message.
3611
c7ab0aef
SDJ
36122018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3613 Jan Kratochvil <jan.kratochvil@redhat.com>
3614 Paul Fertser <fercerpav@gmail.com>
3615 Tsutomu Seki <sekiriki@gmail.com>
3616
3617 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3618 parameter.
3619 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3620 by default.
3621 * boards/native-gdbserver.exp: Likewise.
3622 * gdb.server/run-without-local-binary.exp: Improve regexp used
3623 for detecting when a remote debugging connection succeeds.
3624 * gdb.server/server-connect.exp: New file.
3625 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3626 Do not prefix the port number with ":".
3627 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3628 support for detecting and using it. Add '$debughost_gdbserver'
3629 to the list of arguments used to start gdbserver. Handle case
3630 when gdbserver cannot resolve a network name.
3631
16ff70dd
SDJ
36322018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3633
3634 PR c++/23373
3635 * gdb.base/ptype-offsets.cc (struct static_member): New
3636 struct.
3637 (main) <stmember>: New variable.
3638 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3639 with a static member in it.
3640
3541979f
AB
36412018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3642
3643 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3644 watchpoints enabled and disabled.
3645
c8ad9b9a
AB
36462018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3647
3648 * gdb.base/examine-backward.exp: Still run tests around address
3649 0x0, even if address 0x0 is not readable. Update the pattern for
3650 matching address 0x0 in expected output.
3651
e0e5e971
AB
36522018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3655 malloc/free.
3656
1ea5da02
TV
36572018-07-04 Tom de Vries <tdevries@suse.de>
3658
3659 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3660
471b9d15
MR
36612018-07-02 Maciej W. Rozycki <macro@mips.com>
3662
3663 PR tdep/8282
3664 * gdb.arch/mips-disassembler-options.exp: New test.
3665 * gdb.arch/mips-disassembler-options.s: New test source.
3666
75acb486
PA
36672018-06-29 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.threads/names.exp: Adjust expected "info threads" output.
3670
cd2bb709
PA
36712018-06-29 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.opt/inline-break.exp (line number, address): Add "info
3674 break" tests.
3675
991ff292
PA
36762018-06-29 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3679 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3680 number and address and running to them.
3681
356819b6 36822018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3683
3684 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3685
2512d7ef
JK
36862018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * lib/compiler.c: Remove executable permission flag.
3689
be1b6474
RB
36902018-06-28 Richard Bunt <richard.bunt@arm.com>
3691
3692 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3693 code.
3694 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3695
291f9a96
PT
36962018-06-28 Petr Tesarik <ptesarik@suse.cz>
3697
3698 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3699
ed6dfe51
PT
37002018-06-28 Petr Tesarik <ptesarik@suse.cz>
3701
3702 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3703 address argument is omitted.
3704
d4d429d5
PT
37052018-06-28 Petr Tesarik <ptesarik@suse.cz>
3706
3707 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3708
7ab6656f
OJ
37092018-06-27 Omair Javaid <omair.javaid@linaro.org>
3710
3711 PR gdb/21695
3712 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3713 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3714
a33ccfc7
TT
37152018-06-26 Tom Tromey <tom@tromey.com>
3716
3717 PR rust/22574:
3718 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3719 * gdb.rust/simple.rs (struct SimpleLayout): New.
3720
6d72d289
SM
37212018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3722
3723 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3724 "info registers" output.
3725
8363f9d5
RB
37262018-06-21 Richard Bunt <richard.bunt@arm.com>
3727
3728 * gdb.base/watchpoint-hw-attach.c: New test.
3729 * gdb.base/watchpoint-hw-attach.exp: New file.
3730
f00674fe
SM
37312018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3734 through /bin/sh.
3735 * boards/dwarf4-gdb-index.exp: Likewise.
3736 * boards/fission-dwp.exp: Likewise.
3737
1d554008
UW
37382018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3739
3740 * gdb.base/float128.exp: Add comment and improved fail message
3741 to the failure case of "print large128" test.
3742
d0ac1c44
SM
37432018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 * configure.ac: Remove AC_PREREQ.
3746 * configure: Re-generate.
3747
61b04dd0
PA
37482018-06-19 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3751 (func_extern_caller): New.
3752 (main): Call func_extern_caller.
3753 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3754 logic change.
3755
f63b508a
SM
37562018-06-18 Weimin Pan <weimin.pan@oracle.com>
3757
3758 PR gdb/16841
3759 * gdb.cp/typedef-base.cc: New file.
3760 * gdb.cp/typedef-base.exp: New file.
3761
0fe3a558
TV
37622018-06-18 Tom de Vries <tdevries@suse.de>
3763
3764 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3765
7010835a
AB
37662018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3767 Richard Bunt <Richard.Bunt@arm.com>
3768
3769 * gdb.threads/attach-slow-waitpid.c: New file.
3770 * gdb.threads/attach-slow-waitpid.exp: New file.
3771 * gdb.threads/slow-waitpid.c: New file.
3772
14897d65
PA
37732018-06-14 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.base/fork-running-state.c: Include <errno.h>.
3776 (exit_if_relative_exits): New.
3777 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3778 exits.
3779 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3780 child exits.
3781
5d9a0608
TV
37822018-06-14 Tom de Vries <tdevries@suse.de>
3783
3784 PR cli/22573
3785 * gdb.base/finish-pretty.c: New test.
3786 * gdb.base/finish-pretty.exp: New file.
3787
11ae5818
PA
37882018-06-14 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3791 gdb's expected startup output.
3792
1d39de44
PA
37932018-06-14 Pedro Alves <palves@redhat.com>
3794
3795 * lib/selftest-support.exp (selftest_setup): Remove inlined
3796 function handling.
3797
70ee0000
TV
37982018-06-14 Tom de Vries <tdevries@suse.de>
3799
3800 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3801 matching of breakpoint printing.
3802
11f4b608
TV
38032018-06-13 Tom de Vries <tdevries@suse.de>
3804
3805 PR testsuite/23269
3806 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3807 (fork_child): ... here, and ...
3808 (fork_parent): ... here.
3809
38102018-06-12 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3813
9516f85a
AB
38142018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3815 Stephen Roberts <stephen.roberts@arm.com>
3816
3817 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3818 rewrite test to describe action performed, rather than possible
3819 failure.
3820
5045b3d7
GB
38212018-06-08 Gary Benson <gbenson@redhat.com>
3822
3823 * gdb.threads/check-libthread-db.exp: New file.
3824 * gdb.threads/check-libthread-db.c: Likewise.
3825
c61b06a1
TT
38262018-06-05 Tom Tromey <tom@tromey.com>
3827
3828 * gdb.base/default.exp: Update expected "show version" output.
3829
eb6af809
TT
38302018-06-05 Tom Tromey <tom@tromey.com>
3831
3832 PR cli/12326:
3833 * gdb.cp/static-print-quit.exp: Update.
3834 * lib/gdb.exp (pagination_prompt): Update.
3835 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3836 * gdb.python/python.exp: Update.
3837
178d6a63
JB
38382018-06-04 Joel Brobecker <brobecker@adacore.com>
3839
3840 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3841
8e817061
JB
38422018-06-01 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/bp_fun_addr: New testcase.
3845
e86ca25f
TT
38462018-06-01 Tom Tromey <tom@tromey.com>
3847
3848 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3849 results.
3850 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3851 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3852 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3853 * gdb.base/maint.exp (maint_pass_if): Update.
3854
4b2dfa9d
MR
38552018-05-31 Maciej W. Rozycki <macro@mips.com>
3856
3857 * gdb.base/endian.exp: New test.
3858 * gdb.base/endian.c: New test source.
3859
45f25d6c
AB
38602018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3861
3862 PR gdb/23203
3863 * gdb.base/bt-selected-frame.c: New file.
3864 * gdb.base/bt-selected-frame.exp: New file.
3865 * lib/gdb.exp (get_current_frame_number): New function.
3866
d9f6d7f8
MR
38672018-05-24 Maciej W. Rozycki <macro@mips.com>
3868 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.threads/tls-core.c: Include <stdlib.h>
3871 (thread_proc): Call `abort'.
3872 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3873 (tls_core_test): New procedure, bits factored out from ...
3874 (top level): ... here. Test both native cores and gcore cores.
3875
ff1cf532
TT
38762018-05-23 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3879
b98664d3
TT
38802018-05-23 Tom Tromey <tom@tromey.com>
3881
3882 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3883 symfile_complaints.
3884 (test_short_complaints): Likewise.
3885 (test_empty_complaints): Likewise.
3886 (test_initial_complaints): Update.
3887
4e9668d0
TT
38882018-05-23 Tom Tromey <tom@tromey.com>
3889
3890 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3891
43ba33c7
TT
38922018-05-23 Tom Tromey <tom@tromey.com>
3893
3894 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3895 (test_short_complaints): Update.
3896
035522c0
PA
38972018-05-22 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/remote.exp: Only gdb_start after compiling the
3900 testcase. Issue "disconnect" before testing "set remote" command
3901 defaults. Issue clean_restart before running to main.
3902
cc0be08f
PA
39032018-05-22 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.base/remote.exp: Adjust expected output of "show remote
3906 memory-write-packet-size". Add tests for "set remote
3907 memory-write-packet-size 0" and "set remote
3908 memory-write-packet-size fixed/limit".
3909
b1b60145
PA
39102018-05-22 Pedro Alves <palves@redhat.com>
3911
3912 PR gdb/22973
3913 * gdb.base/utf8-identifiers.c: New file.
3914 * gdb.base/utf8-identifiers.exp: New file.
3915
0ec848ad
PFC
39162018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3917
3918 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3919
2c3305f6
PFC
39202018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3921
3922 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3923
ce1e8424
TT
39242018-05-18 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.base/ptype-offsets.exp: Update.
3927
ddfe970e
KS
39282018-05-17 Keith Seitz <keiths@redhat.com>
3929
3930 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3931 in expected breakpoint stop locations.
3932 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3933 move to proper scope to test variable values.
3934 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3935 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3936 New functions.
3937 (main): Call not_inline_func3.
3938 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3939 inline_func1, inline_func2, and inline_func3. Test that when each
3940 breakpoint is hit, GDB properly reports both the stop location
3941 and the backtrace. Repeat tests for temporary breakpoints.
3942
0726fcc6
MR
39432018-05-15 Maciej W. Rozycki <macro@mips.com>
3944
3945 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3946 rather then trying to access it in determining whether the PID
3947 of `gdbserver' could have been retrieved.
3948
8ee22052
AB
39492018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3950
3951 * gdb.arch/amd64-init-x87-values.S: New file.
3952 * gdb.arch/amd64-init-x87-values.exp: New file.
3953
7785df48
JK
39542018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3955
3956 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3957
56bcdbea
TT
39582018-05-04 Tom Tromey <tom@tromey.com>
3959
3960 PR python/22730:
3961 * gdb.python/python.exp: Test multi-line execute.
3962
a913fffb
TT
39632018-05-04 Tom Tromey <tom@tromey.com>
3964
3965 PR python/22731:
3966 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3967
7a2c85f2
TT
39682018-05-04 Tom Tromey <tom@tromey.com>
3969
3970 PR gdb/11750:
3971 * gdb.base/define.exp: Test defining a user command inside a user
3972 command.
3973 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3974
a3b60e45
JK
39752018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3976 Pedro Alves <palves@redhat.com>
3977
3978 PR breakpoints/19806 and support for PR external/20207.
3979 * gdb.base/watchpoint-unaligned.c: New file.
3980 * gdb.base/watchpoint-unaligned.exp: New file.
3981
45fe4a03
AB
39822018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3983
3984 * gdb.base/maint.exp: Make test names unique, use
3985 test_prefix_command_help to test 'help maint info', and remove
3986 repeated test of 'help maint'.
3987
9be2ae8f
TT
39882018-05-04 Tom Tromey <tom@tromey.com>
3989
3990 PR gdb/22619:
3991 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3992 behavior.
3993
11859c31
AB
39942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.base/maint.exp: Process output from 'maint print registers'
3997 line at a time.
3998
089a9490
AB
39992018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4000
4001 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4002 timeout.
4003
9b0797e2
AB
40042018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4007 filter pattern.
4008
f6ac5f3d
PA
40092018-05-02 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4012 to_log_command renames.
4013 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4014
77d3c63b
TT
40152018-05-02 Tom Tromey <tom@tromey.com>
4016
4017 * gdb.python/py-parameter.exp: Set test message.
4018
0489430a
TT
40192018-05-02 Tom Tromey <tom@tromey.com>
4020
4021 PR python/20084:
4022 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4023 PARAM_ZUINTEGER_UNLIMITED tests.
4024
1632f8ba
DR
40252018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4026
4027 PR rust/23124
4028 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4029 when casting.
4030
6d7bb824
TT
40312018-04-30 Tom Tromey <tom@tromey.com>
4032
4033 * gdb.python/py-type.exp: Check align attribute.
4034 * gdb.python/py-type.c: New "aligncheck" global.
4035
007e1530
TT
40362018-04-30 Tom Tromey <tom@tromey.com>
4037
4038 PR exp/17095:
4039 * gdb.dwarf2/dw2-align.exp: New file.
4040 * gdb.cp/align.exp: New file.
4041 * gdb.base/align.exp: New file.
4042 * lib/gdb.exp (gdb_int128_helper): New proc.
4043 (has_int128_c, has_int128_cxx): New caching procs.
4044
6873858b
TT
40452018-04-27 Tom Tromey <tom@tromey.com>
4046
4047 PR rust/22545:
4048 * gdb.rust/simple.exp: Add inclusive range tests.
4049
79188d8d
PA
40502018-04-26 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4053 ifunc breakpoint locations correctly of ifunc breakpoints set
4054 while the program resolves the ifunc.
4055
c7075ad5
PA
40562018-04-26 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/gnu-ifunc-final.c: New file.
4059 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4060 * gdb.base/gnu-ifunc.exp (executable): Delete.
4061 (staticexecutable): Adjust.
4062 (lib_opts, exec_opts): Delete.
4063 (make_binsuffix, build, set-break): New procedures.
4064 (misc_tests): New, with tests factored out from the top level.
4065 (top level): Test different combinations of ifunc resolver name,
4066 resolver with and with debug info, and ifunc target with and
4067 without debug info. Wrap static tests with with_target_prefix.
4068
8388016d
PA
40692018-04-26 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4072 return type" warnings.
4073
249b5733
PA
40742018-04-25 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4077 killed".
4078 * gdb.base/kill-after-signal.exp: Likewise.
4079 * gdb.threads/kill.exp: Likewise.
4080
f67c0c91
SDJ
40812018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4082 Sergio Durigan Junior <sergiodj@redhat.com>
4083 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4086 regexps to expect for '[Inferior ... detached]' as well.
4087 * gdb.base/attach.exp: Likewise.
4088 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4089 "gdb_continue_to_end".
4090 (test_catch_syscall_with_wrong_args): Likewise.
4091 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4092 ']'. Don't set 'verbose' on.
4093 * gdb.base/foll-vfork.exp: Likewise.
4094 * gdb.base/fork-print-inferior-events.c: New file.
4095 * gdb.base/fork-print-inferior-events.exp: New file.
4096 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4097 '[Inferior ... has been killed]' message.
4098 * gdb.base/kill-after-signal.exp: Likewise.
4099 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4100 detach message.
4101 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4102 message.
4103 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4104 regexps to expect for '[Inferior ... detached]' as well.
4105 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4106
0a8ddac4
SM
41072018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4108
4109 PR gdb/23104
4110 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4111
d27d16bf
RB
41122018-04-19 Richard Bunt <richard.bunt@arm.com>
4113
4114 * gdb.threads/multiple-successive-infcall.c: New test.
4115 * gdb.threads/multiple-successive-infcall.exp: New file.
4116
a037790e
TT
41172018-04-17 Tom Tromey <tom@tromey.com>
4118
4119 * gdb.rust/simple.rs (Union): New type.
4120 (main): New local "u".
4121 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4122
e3a91079
AA
41232018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4124
4125 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4126 number information in output of "whereis" command.
4127 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4128
b744723f
AA
41292018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4130
4131 * gdb.ada/info_types.exp: Adjust expected output to the line
4132 numbers now printed by "info var/func/type".
4133 * gdb.base/completion.exp: Likewise.
4134 * gdb.base/included.exp: Likewise.
4135 * gdb.cp/cp-relocate.exp: Likewise.
4136 * gdb.cp/cplusfuncs.exp: Likewise.
4137 * gdb.cp/namespace.exp: Likewise.
4138 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4139
4a4495d6
MM
41402018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4141
4142 * gdb.btrace/cpu.exp: New.
4143
1d509aa6
MM
41442018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4145
4146 * gdb.base/step-indirect-call-thunk.exp: New.
4147 * gdb.base/step-indirect-call-thunk.c: New.
4148 * gdb.reverse/step-indirect-call-thunk.exp: New.
4149 * gdb.reverse/step-indirect-call-thunk.c: New.
4150
6295b6da
SM
41512018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * gdb.base/pie-fork.c: New file.
4154 * gdb.base/pie-fork.exp: New file.
4155
50146e70
TT
41562018-04-11 Tom Tromey <tom@tromey.com>
4157
4158 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4159
f50d8a2e
PA
41602018-04-10 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4163 exits. Instead loop running forever.
4164 (fork_parent): Run forever too.
4165
a0be7a36
SM
41662018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4167
4168 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4169 mi_continue_to_line.
4170 * gdb.mi/mi-stack.c (callee4): Add comment.
4171
9b73db36
SM
41722018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4173
4174 * gdb.mi/mi-stack.exp: Fix indentation.
4175
c912f608
SM
41762018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4177
4178 PR gdb/22979
4179 * gdb.arch/amd64-osabi.exp: New file.
4180
26540402
SM
41812018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 PR gdb/22980
4184 * gdb.base/osabi.exp: New file.
4185
121ad66c 41862018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4187
4188 * gdb.cp/static-typedef-print.exp: New file.
4189 * gdb.cp/static-typedef-print.cc: New file.
4190
3fcded8f
JB
41912018-03-27 Joel Brobecker <brobecker@adacore.com>
4192
4193 * gdb.ada/varsize_limit: New testcase.
4194
59cc4834
JB
41952018-03-27 Joel Brobecker <brobecker@adacore.com>
4196
4197 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4198
4199 * gdb.ada/notcplusplus: New testcase.
4200
4201 * gdb.base/c-linkage-name.c: New file.
4202 * gdb.base/c-linkage-name.exp: New testcase.
4203
4ca59a9f
TT
42042018-03-26 Tom Tromey <tom@tromey.com>
4205
4206 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4207 * gdb.python/py-framefilter.py (name_error): New global.
4208 (ErrorInName.function): Use name_error.
4209
978d6c75
TT
42102018-03-26 Tom Tromey <tom@tromey.com>
4211
4212 PR backtrace/15582:
4213 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4214
b7fee5a3
KS
42152018-03-23 Keith Seitz <keiths@redhat.com>
4216
4217 PR c++/22968
4218 * gdb.cp/subtypes.exp: New file.
4219 * gdb.cp/subtypes.h: New file.
4220 * gdb.cp/subtypes.cc: New file.
4221 * gdb.cp/subtypes-2.cc: New file.
4222
376be529
AB
42232018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4226 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4227 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4228 -nostartfiles when compiling the test. Confirm that all registers
4229 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4230
066cfa98
AB
42312018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4234 option, syntax was wrong anyway.
4235 * gdb.arch/arm-disp-step.exp: Likewise.
4236 * gdb.arch/sparc64-regs.exp: Likewise.
4237 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4238 option, syntax was wrong anyway, switch to use
4239 prepare_for_testing.
4240 * gdb.arch/i386-disp-step.exp: Likewise.
4241
079670b9
AA
42422018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4243
4244 * gdb.ada/exec_changed.exp: Replace "target_info exists
4245 use_gdb_stub" by "use_gdb_stub".
4246 * gdb.ada/start.exp: Likewise.
4247 * gdb.base/async-shell.exp: Likewise.
4248 * gdb.base/attach-pie-misread.exp: Likewise.
4249 * gdb.base/attach-wait-input.exp: Likewise.
4250 * gdb.base/break-entry.exp: Likewise.
4251 * gdb.base/break-interp.exp: Likewise.
4252 * gdb.base/dprintf-detach.exp: Likewise.
4253 * gdb.base/nostdlib.exp: Likewise.
4254 * gdb.base/solib-nodir.exp: Likewise.
4255 * gdb.base/statistics.exp: Likewise.
4256 * gdb.base/testenv.exp: Likewise.
4257 * gdb.mi/mi-exec-run.exp: Likewise.
4258 * gdb.mi/mi-start.exp: Likewise.
4259 * gdb.multi/dummy-frame-restore.exp: Likewise.
4260 * gdb.multi/multi-arch-exec.exp: Likewise.
4261 * gdb.multi/multi-arch.exp: Likewise.
4262 * gdb.multi/tids.exp: Likewise.
4263 * gdb.multi/watchpoint-multi.exp: Likewise.
4264 * gdb.python/py-events.exp: Likewise.
4265 * gdb.threads/attach-into-signal.exp: Likewise.
4266 * gdb.threads/attach-stopped.exp: Likewise.
4267 * gdb.threads/threadapply.exp: Likewise.
4268 * lib/selftest-support.exp: Likewise.
4269
26d6cec4
AA
42702018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4271
4272 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4273
4ee89e90
SR
42742018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4275
4276 * gdb.perf/template-breakpoints.cc: New file.
4277 * gdb.perf/template-breakpoints.exp: New file.
4278 * gdb.perf/template-breakpoints.py: New file.
4279
92630041
TT
42802018-03-19 Tom Tromey <tom@tromey.com>
4281
4282 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4283 y0.
4284 * gdb.rust/simple.exp: Test bare identifier form of struct
4285 initializer.
4286
76727919
TT
42872018-03-19 Tom Tromey <tom@tromey.com>
4288
4289 * gdb.gdb/observer.exp: Remove.
4290
194ed413
AA
42912018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4292
4293 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4294 "qualified" option when setting breakpoints.
4295 * gdb.trace/backtrace.exp: Likewise.
4296 * gdb.trace/circ.exp: Likewise.
4297 * gdb.trace/collection.exp: Likewise.
4298 * gdb.trace/disconnected-tracing.exp: Likewise.
4299 * gdb.trace/ftrace-lock.exp: Likewise.
4300 * gdb.trace/ftrace.exp: Likewise.
4301 * gdb.trace/infotrace.exp: Likewise.
4302 * gdb.trace/packetlen.exp: Likewise.
4303 * gdb.trace/passc-dyn.exp: Likewise.
4304 * gdb.trace/qtro.exp: Likewise.
4305 * gdb.trace/read-memory.exp: Likewise.
4306 * gdb.trace/report.exp: Likewise.
4307 * gdb.trace/signal.exp: Likewise.
4308 * gdb.trace/status-stop.exp: Likewise.
4309 * gdb.trace/strace.exp: Likewise.
4310 * gdb.trace/tfind.exp: Likewise.
4311 * gdb.trace/trace-break.exp: Likewise.
4312 * gdb.trace/trace-condition.exp: Likewise.
4313 * gdb.trace/trace-mt.exp: Likewise.
4314 * gdb.trace/tstatus.exp: Likewise.
4315 * gdb.trace/tsv.exp: Likewise.
4316 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4317 * gdb.trace/unavailable.exp: Likewise.
4318 * gdb.trace/while-dyn.exp: Likewise.
4319
8b067d2c
AA
43202018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4321
4322 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4323 that libinproctrace is copied to the target.
4324
3ae9ce5d
TT
43252018-03-14 Tom Tromey <tom@tromey.com>
4326
4327 PR cli/14977:
4328 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4329 a null pointer.
4330 * gdb.base/wchar.exp: Likewise.
4331
b8c2339b
TT
43322018-03-14 Tom Tromey <tom@tromey.com>
4333
4334 PR cli/19918:
4335 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4336 flag.
4337
4872dc46
SM
43382018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 PR gdb/22841
4341 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4342 "target" to remote_exec.
4343
e4fe3756
SM
43442018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4345
4346 PR gdb/22841
4347 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4348 ${board}_upload): Remove.
4349
e95a97d4
AA
43502018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4351
4352 * gdb.cp/watch-cp.cc: New test.
4353 * gdb.cp/watch-cp.exp: New file.
4354
dbbb1059
AB
43552018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * gdb.base/infcall-nested-structs.exp: New file.
4358 * gdb.base/infcall-nested-structs.c: New file.
4359 * gdb.base/float.exp: Add riscv support.
4360
ecc054c0
TP
43612018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4362
4363 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4364 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4365
25e3c82c
SDJ
43662018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4367
4368 * gdb.server/abspath.exp: New file.
4369 * lib/gdb.exp (with_cwd): New procedure.
4370
3083294d
SM
43712018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4372
4373 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4374 use it.
4375 (gdb_is_target_remote_prompt): New proc.
4376 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4377 (gdb_is_target_native): Pass prompt parameter to
4378 gdb_is_target_1.
4379
3275ef47
SM
43802018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4381
4382 * gdb.base/load-command.c: New file.
4383 * gdb.base/load-command.exp: New file.
4384 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4385 (gdb_is_target_1): ...this, and generalize for other targets
4386 than just remote.
4387 (gdb_is_target_remote): Use gdb_is_target_1.
4388 (gdb_is_target_native): use gdb_is_target_1.
4389
6893c19a
TT
43902018-02-26 Tom Tromey <tom@tromey.com>
4391
4392 PR python/16497:
4393 * gdb.python/py-framefilter.exp: Update test.
4394
2ddeaf8a
TT
43952018-02-26 Tom Tromey <tom@tromey.com>
4396
4397 * gdb.dwarf2/variant.c: New file.
4398 * gdb.dwarf2/variant.exp: New file.
4399
c9317f21
TT
44002018-02-26 Tom Tromey <tom@tromey.com>
4401
4402 * gdb.rust/simple.exp: Accept more possible results in enum test.
4403
6f6d0c26
SM
44042018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4405
4406 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4407 parentheses.
4408
11b03145
MR
44092018-02-23 Maciej W. Rozycki <macro@mips.com>
4410
4411 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4412 name of a variable: $actual_linejj -> $actual_line.
4413
54a27fe5
JB
44142018-02-21 John Baldwin <jhb@FreeBSD.org>
4415
4416 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4417
de65820c
MM
44182018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4419
4420 * gdb.btrace/buffer-size.exp: Do not force BTS.
4421
980548fd
PA
44222018-02-14 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4425 getting a "Quit".
4426
c4e12631
MM
44272018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4428
4429 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4430 Fix test name.
4431
c2e0e465
SM
44322018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * gdb.cp/m-static.exp: Check type of optimized out static
4435 member.
4436
f7216783
AB
44372018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4440 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4441
0625771b
LS
44422018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4443 Leszek Swirski <leszeks@google.com>
4444
4445 * gdb.python/py-prettyprint.c
4446 (struct to_string_returns_value_inner,
4447 struct to_string_returns_value_wrapper): New.
4448 (main): Add tsrvw variable.
4449 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4450 ToStringReturnsValueWrapper): New classes.
4451 (register_pretty_printers): Register new pretty-printers.
4452 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4453 recursive pretty printer.
4454 * gdb.python/py-mi.exp: Likewise.
4455
59498c30
LS
44562018-02-01 Leszek Swirski <leszeks@google.com>
4457
4458 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4459 functions with the same name as an include file are parsed
4460 correctly.
4461
d4d38844
YQ
44622018-02-01 Yao Qi <yao.qi@linaro.org>
4463
4464 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4465 "\[^\r\n\]*".
4466
07e5f5cf
NP
44672018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4468
4469 * gdb.arch/powerpc-prologue-frame.s: New file.
4470 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4471 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4472
929b5ad4
JB
44732018-01-31 Joel Brobecker <brobecker@adacore.com>
4474
4475 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4476
e671cd59
PA
44772018-01-30 Pedro Alves <palves@redhat.com>
4478
4479 PR gdb/13211
4480 * gdb.base/interrupt-daemon.c: New.
4481 * gdb.base/interrupt-daemon.exp: New.
4482 * gdb.multi/multi-term-settings.c: New.
4483 * gdb.multi/multi-term-settings.exp: New.
4484
fc413dc4
JB
44852018-01-30 Joel Brobecker <brobecker@adacore.com>
4486
4487 * gdb.base/break.exp: Save the location where the breakpoint
4488 on break.c:47 was actually inserted when debugging the version
4489 compiled at -O2 and use it in the expected output of the "info
4490 break" test performed soon after.
4491
5c319bb2
PA
44922018-01-22 Pedro Alves <palves@redhat.com>
4493 Sergio Durigan Junior <sergiodj@redhat.com>
4494
4495 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4496 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4497
a9e40818
JB
44982018-01-22 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.base/break-include.c, gdb.base/break-include.inc,
4501 gdb.base/break-include.exp: New files.
4502 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4503 line number now being the actual line number where the breakpoint
4504 was inserted.
4505 * gdb.mi/mi-break.exp: Likewise.
4506 * gdb.mi/mi-reverse.exp: Likewise.
4507 * gdb.mi/mi-simplerun.exp: Ditto.
4508
e707fc44
AB
45092018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4512 varobj.
4513 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4514
ae451627
AB
45152018-01-21 Don Breazeal <donb@codesourcery.com>
4516 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * gdb.mi/basics.c: Add new global.
4519 * gdb.mi/mi-frame-regs.exp: New file.
4520 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4521 case.
4522
b1b189e0
AB
45232018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4524
4525 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4526 non-parameter, and on an unknown symbol.
4527
fcfcc376
TT
45282018-01-19 Tom Tromey <tom@tromey.com>
4529
4530 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4531 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4532
634c1c31
AA
45332018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4534
4535 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4536 setrlimit and chdir to int.
4537
d6ad07fd
AA
45382018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4539
4540 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4541 function.
4542 (my_tend): Likewise.
4543 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4544 rationale of avoiding FP- and vector instructions.
4545
adf8243b
RK
45462018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4547
4548 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4549 "info reg" with "\[ \t\]*".
4550 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4551 "\[ \t\]+".
4552 * gdb.arch/s390-multiarch.exp: Ditto.
4553 * gdb.base/pc-fp.exp: Ditto.
4554 * gdb.reverse/i386-precsave.exp: Ditto.
4555 * gdb.reverse/i386-reverse.exp: Ditto.
4556 * gdb.reverse/i387-env-reverse.exp: Ditto.
4557 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4558
dcc06925
AA
45592018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4560
4561 * lib/gdb.exp (gdb_compile): Re-enable use of
4562 universal_compile_options for languages other than Rust.
4563
25d4fd80
AA
45642018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4565
4566 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4567
ee7f689e 45682018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4569
4570 PR gdb/16577
4571 * gdb.base/solib-vanish.exp: New.
4572 * gdb.base/solib-vanish-main.c: New.
4573 * gdb.base/solib-vanish-lib1.c: New.
4574 * gdb.base/solib-vanish-lib2.c: New.
4575
d8447b6b
YQ
45762018-01-17 Yao Qi <yao.qi@linaro.org>
4577
4578 * gdb.compile/compile.exp: Match the address printed for
4579 frame in the output of command "bt".
4580
86d6a90c
TT
45812018-01-15 Tom Tromey <tom@tromey.com>
4582
4583 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4584 compute sp_reg.
4585
cbcdb1aa
AB
45862018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4589 to prepare.
4590 (prepare): Return 0 on error, 1 on success.
4591
eea61984
PA
45922018-01-12 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.base/continue-after-aborted-step-over.c: New.
4595 * gdb.base/continue-after-aborted-step-over.exp: New.
4596
6181e9c2
SM
45972018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4598
4599 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4600 options when not creating an executable.
4601
3cada740
PA
46022018-01-11 Pedro Alves <palves@redhat.com>
4603
4604 PR remote/22597
4605 * gdb.server/stop-reply-no-thread.c: New file.
4606 * gdb.server/stop-reply-no-thread.exp: New file.
4607
c63d3e8d
PA
46082018-01-10 Pedro Alves <palves@redhat.com>
4609
4610 PR gdb/22670
4611 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4612 functions too. Test setting breakpoints and printing C functions
4613 with no debug info too.
4614 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4615
d4c2a405
PA
46162018-01-10 Pedro Alves <palves@redhat.com>
4617
4618 PR gdb/22670
4619 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4620 a fail.
4621
8825213e
PA
46222018-01-10 Pedro Alves <palves@redhat.com>
4623
4624 PR gdb/22670
4625 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4626
605fd3c6
YQ
46272018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4628
4629 * gdb.server/unittest.exp: Match the output in non-development
4630 mode.
4631
1e5ded6c
YQ
46322018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4633
4634 * gdb.gdb/unittest.exp: Match output in non-development mode.
4635
30066b0b
JB
46362018-01-08 Joel Brobecker <brobecker@adacore.com>
4637
4638 * gdb.ada/access_tagged_param.exp: Relax expected output
4639 for value of "ObjL" in "continue" to pck.inspect breakpoint
4640 test.
4641
04bafb1e
XR
46422018-01-08 Joel Brobecker <brobecker@adacore.com>
4643
9f86398b
JB
4644 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4645 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4646
e379cee6
PA
46472018-01-05 Pedro Alves <palves@redhat.com>
4648
4649 PR gdb/18653
4650 * gdb.base/libsegfault.exp: New.
4651
de63c46b
PA
46522018-01-05 Joel Brobecker <brobecker@adacore.com>
4653
4654 PR gdb/22670
4655 * gdb.ada/access_tagged_param.exp: New file.
4656 * gdb.ada/access_tagged_param/foo.adb: New file.
4657
f98fc17b
PA
46582018-01-05 Pedro Alves <palves@redhat.com>
4659
4660 PR gdb/22670
4661 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4662 exercise lower case too, and to exercise both full matching and
4663 wild matching.
4664
342f8240
JB
46652018-01-05 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.ada/rename_subscript_param: New testcase.
4668
7150d33c
JG
46692018-01-05 Jerome Guitton <guitton@adacore.com>
4670
4671 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4672
cc0e770c
JB
46732018-01-05 Joel Brobecker <brobecker@adacore.com>
4674
4675 * gdb.ada/convvar_comp: New testcase.
4676
672a41aa 46772018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4678
4679 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4680 (My_Table): New global variable.
4681 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4682
7365ec2f
JB
46832018-01-04 Joel Brobecker <brobecker@adacore.com>
4684
4685 PR gdb/22670
4686 * gdb.ada/maint_with_ada: New testcase.
4687
289483b6
JB
46882018-01-04 Joel Brobecker <brobecker@adacore.com>
4689
4690 PR gdb/22670
4691 * gdb.ada/bp_c_mixed_case: New testcase.
4692
344420da
JB
46932018-01-04 Joel Brobecker <brobecker@adacore.com>
4694
4695 PR gdb/22670
4696 * gdb.ada/complete.exp: Add "complete break ada" test.
4697
66fc87a0
JB
46982018-01-04 Joel Brobecker <brobecker@adacore.com>
4699
4700 PR gdb/22670
4701 * gdb.ada/info_addr_mixed_case: New testcase.
4702
9f757bf7
XR
47032018-01-03 Xavier Roirand <roirand@adacore.com>
4704
4705 * gdb.ada/excep_handle.exp: New testcase.
4706 * gdb.ada/excep_handle/foo.adb: New file.
4707 * gdb.ada/excep_handle/pck.ads: New file.
4708
bd570f80
JB
47092018-01-03 Joel Brobecker <brobecker@adacore.com>
4710
4711 * gdb.base/step-line.c: Add extra empty line in copyright header.
4712 * gdb.base/step-line.inp: Likewise.
4713
9fe561ab
JB
47142018-01-02 Joel Brobecker <brobecker@adacore.com>
4715
4716 * gdb.ada/dyn_stride.exp: Add slice test.
4717
a405673c
JB
47182018-01-02 Joel Brobecker <brobecker@adacore.com>
4719
4720 * gdb.ada/dyn_stride: New testcase.
4721
cef0f868
SH
47222017-12-27 Stafford Horne <shorne@gmail.com>
4723
4724 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4725 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4726
b67d92b0
SH
47272017-12-27 Stafford Horne <shorne@gmail.com>
4728
4729 * gdb.base/reggroups.c: New file.
4730 * gdb.base/reggroups.exp: New file.
4731
eccab96d
JB
47322017-12-18 Joel Brobecker <brobecker@adacore.com>
4733
4734 * gdb.dwarf2/ada-valprint-error.c: New file.
4735 * gdb.dwarf2/ada-valprint-error.exp: New file.
4736
0e2da9f0
JB
47372017-12-18 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.ada/assign_arr: New testcase.
4740
cb923fcc
XR
47412017-12-18 Xavier Roirand <roirand@adacore.com>
4742
4743 * gdb.ada/funcall_ptr: New testcase.
4744
7c161838
SDJ
47452017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4746
4747 PR cli/16224
4748 * gdb.base/ptype-offsets.cc: New file.
4749 * gdb.base/ptype-offsets.exp: New file.
4750
1af17fd9
YQ
47512017-12-15 Yao Qi <yao.qi@linaro.org>
4752
4753 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4754 if XML is disabled.
4755
828d5846
XR
47562017-12-15 Xavier Roirand <roirand@adacore.com>
4757
4758 * gdb.ada/same_component_name: New testcase.
4759
79e8fcaa
JB
47602017-12-14 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.ada/str_binop_equal: New testcase.
4763
e05fa6f9
JB
47642017-12-14 Joel Brobecker <brobecker@adacore.com>
4765
4766 * gdb.ada/task_switch_in_core: New testcase.
4767
b89641ba
SM
47682017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4769
4770 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4771 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4772 call test_bkpt_qualified.
4773 (test_bkpt_qualified): New proc.
4774
6892d2e4
PA
47752017-12-13 Pedro Alves <palves@redhat.com>
4776
4777 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4778 Tighten regexp by matching with an anchor.
4779
a22ecf70
PA
47802017-12-13 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4783 ("expression with namespace"): New set of tests.
4784 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4785 (Nested::Test_NS::qux): New.
4786 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4787 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4788
9937536c
JB
47892017-12-13 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.base/server-del-break.c: New file.
4792 * gdb.base/server-del-break.exp: New file.
4793
fe49c6f5
SH
47942017-12-12 Stafford Horne <shorne@gmail.com>
4795
4796 * gdb.xml/tdesc-regs.exp: Add or1k support.
4797
c3d18620
SH
47982017-12-12 Stafford Horne <shorne@gmail.com>
4799
4800 * gdb.base/bp-permanent.c: Define nop of or1k.
4801
c5f9cfc8
JB
48022017-12-11 Joel Brobecker <brobecker@adacore.com>
4803
4804 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4805 output with components being reordered.
4806
a9c135fc
JB
48072017-12-11 Joel Brobecker <brobecker@adacore.com>
4808
4809 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4810 output with components being reordered.
4811
927aa2e7
JK
48122017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4813 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/maint.exp (check for .gdb_index): Check also for
4816 .debug_names.
4817 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4818 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4819 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4820 (.gdb_index used after symbol reloading): Support also .debug_names.
4821 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4822
f17d9474
YQ
48232017-12-08 Yao Qi <yao.qi@linaro.org>
4824
4825 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4826 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4827
a0de8c21
YQ
48282017-12-08 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4831 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4832
a738ea1d
YQ
48332017-12-08 Yao Qi <yao.qi@linaro.org>
4834
4835 * gdb.arch/aarch64-tagged-pointer.c: New file.
4836 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4837
1cd9a73b
SDJ
48382017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4839
4840 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4841 "int".
4842
fa6eb693
KS
48432017-12-07 Keith Seitz <keiths@redhat.com>
4844
4845 PR breakpoints/22569
4846 * gdb.linespec/ls-errs.exp: Change expected result of "break
4847 -source this file has spaces.c -line 3".
4848 Check that an explicit source file followed by whitespace is
4849 identified as an invalid explicit location.
4850
883fd55a
KS
48512017-12-07 Keith Seitz <keiths@redhat.com>
4852
4853 * gdb.cp/nested-types.cc: New file.
4854 * gdb.cp/nested-types.exp: New file.
4855 * lib/cp-support.exp: Load data-structures.exp library.
4856 (debug_cp_test_ptype_class): New global.
4857 (cp_ptype_class_verbose, next_line): New procedures.
4858 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4859 Add and document new return value.
4860 Switch the list of lines to a queue.
4861 Add support for new `type' key for nested type definitions.
4862 Add debugging/troubleshooting messages.
4863 * lib/data-structures.exp: New file.
4864
ec72db3e
SM
48652017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4866
4867 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4868 with proc_with_prefix, don't use with_test_prefix.
4869
99598d71
TT
48702017-12-07 Tom Tromey <tom@tromey.com>
4871
4872 * gdb.base/break.exp: Add test for empty "commands".
4873
a8806230
YQ
48742017-12-07 Yao Qi <yao.qi@linaro.org>
4875
4876 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4877 malloc and catch syscall.
4878
824cc835
PM
48792017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4880
e79be6e5 4881 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4882 tests for explicit locations.
4883
7cc244de
PA
48842017-12-06 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4887 force-disabling XML descriptions.
4888
50a1fdd5
PA
48892017-12-04 Pedro Alves <palves@redhat.com>
4890
4891 PR gdb/22499
4892 * gdb.arch/amd64-disp-step-avx.S: New file.
4893 * gdb.arch/amd64-disp-step-avx.exp: New file.
4894
f0fb2488
PA
48952017-12-03 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4898 and <string.h>.
4899 (parent_function): Print distinct messages when waitpid fails, or
4900 the child exits with a signal, or the child exits for an unhandled
4901 reason.
4902 * gdb.threads/process-dies-while-detaching.exp
4903 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4904 it. Wait for both inferior output and GDB's prompt. Use an
4905 indirect spawn id list.
4906 (do_detach): New parameter 'child_exit'. Use it to compute
4907 expected inferior output.
4908 (test_detach, test_detach_watch, test_detach_killed_outside):
4909 Adjust to pass down the expected child exit kind.
4910
97cbe998
SDJ
49112017-12-01 Joel Brobecker <brobecker@adacore.com>
4912 Sergio Durigan Junior <sergiodj@redhat.com>
4913 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4916
40fc416f
SDJ
49172017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4918
4919 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4920 to 'symbol-file' and 'add-symbol-file' can be
4921 position-independent.
4922
1cc75e92
YQ
49232017-12-01 Yao Qi <yao.qi@linaro.org>
4924
4925 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4926 the URL in copyright header.
4927 * gdb.arch/aarch64-fp.exp: Likewise.
4928 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4929 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4930 * gdb.base/expand-psymtabs.exp: Likewise.
4931 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4932 * gdb.fortran/common-block.exp: Likewise.
4933 * gdb.fortran/common-block.f90: Likewise.
4934 * gdb.fortran/logical.exp: Likewise.
4935 * gdb.fortran/vla-datatypes.f90: Likewise.
4936 * gdb.fortran/vla-sub.f90: Likewise.
4937
875fb7a7
JB
49382017-11-30 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.ada/repeat_dyn: New testcase.
4941
6f14765f
UW
49422017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4943
4944 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4945 Update for changed thread numbering.
4946 * gdb.cell/bt.exp: Update for changed GDB output.
4947
f1af7b94
SM
49482017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4949
4950 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4951 setting isremote by hand.
4952 * boards/dwarf4-gdb-index.exp: Likewise.
4953 * boards/fission.exp: Likewise.
4954 * boards/stabs.exp: Likewise.
4955
e3919f3e
PA
49562017-11-30 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.linespec/cpls-ops.exp
4959 (check_explicit_skips_function_argument): Extract the underlying
4960 type of size_t instead of hardcoding it.
4961
bd69330d
PA
49622017-11-29 Pedro Alves <palves@redhat.com>
4963
4964 PR c++/19436
4965 * gdb.linespec/cpls-abi-tag.cc: New file.
4966 * gdb.linespec/cpls-abi-tag.exp: New file.
4967
a20714ff
PA
49682017-11-29 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.base/langs.exp: Use -qualified.
4971 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4972 it.
4973 * gdb.cp/namespace.exp: Use -qualified.
4974 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4975 (overload-3, template-overload, template-ret-type, const-overload)
4976 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4977 procedures.
4978 (test_driver): Call them.
4979 * gdb.cp/save-bp-qualified.cc: New.
4980 * gdb.cp/save-bp-qualified.exp: New.
4981 * gdb.linespec/explicit.exp: Test -qualified.
4982 * lib/completion-support.exp (completion::explicit_opts_list): Add
4983 "-qualified".
4984 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4985
f6f1d339
PM
49862017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4987
4988 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4989
02ca603a
TT
49902017-11-29 Tom Tromey <tom@tromey.com>
4991
4992 * gdb.base/relocate.exp: Update invalid argument test.
4993 Add new tests for invalid arguments.
4994
ed6c0bfb
TP
49952017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4996
4997 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4998 Return 0 as a long.
4999 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5000
f106e10e
TP
50012017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5002
5003 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5004 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5005 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5006 func ().
5007 * gdb.cp/shadow.cc (B.func): Return 0.
5008
10329bb2
JB
50092017-11-27 Joel Brobecker <brobecker@adacore.com>
5010
5011 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5012 expected output in gdb_expect call to allow the exception
5013 message to be present as well. Fix syntax confusion to avoid
5014 TCL thinking that exception_name is an array.
5015
617cd4bc
UW
50162017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5017
5018 * gdb.arch/spu-info.c: Include <unistd.h>.
5019 (do_signal_test): Fix broken calls to write.
5020 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5021 Fix checks for empty mailboxes. Update signal tests for corrected
5022 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5023 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5024 * gdb.cell/arch.exp: Use standard_output_file.
5025 * gdb.cell/break.exp: Likewise.
5026 * gdb.cell/bt.exp: Likewise.
5027 * gdb.cell/core.exp: Likewise.
5028 * gdb.cell/dwarfaddr.exp: Likewise.
5029 * gdb.cell/ea-cache.exp: Likewise.
5030 * gdb.cell/ea-standalone.exp: Likewise.
5031 * gdb.cell/f-regs.exp: Likewise.
5032 * gdb.cell/fork.exp: Likewise.
5033 * gdb.cell/gcore.exp: Likewise.
5034 * gdb.cell/mem-access.exp: Likewise.
5035 * gdb.cell/ptype.exp: Likewise.
5036 * gdb.cell/registers.exp: Likewise.
5037 * gdb.cell/sizeof.exp: Likewise.
5038 * gdb.cell/solib-symbol.exp: Likewise.
5039 * gdb.cell/solib.exp: Likewise.
617cd4bc 5040
a81aaca0
PA
50412017-11-25 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/complete-empty.exp: New file.
5044 * gdb.base/completion.exp: Adjust.
5045
6a3c6ee4
PA
50462017-11-25 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.linespec/cpls-ops.cc: New file.
5049 * gdb.linespec/cpls-ops.exp: New file.
5050 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5051 factored out from ...
5052 (test_complete_prefix_range): ... this.
5053
8955eb2d
PA
50542017-11-24 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.linespec/cpcompletion.exp: New file.
5057 * gdb.linespec/cpls-hyphen.cc: New file.
5058 * gdb.linespec/cpls.cc: New file.
5059 * gdb.linespec/cpls2.cc: New file.
5060 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5061 test to use test_gdb_complete_unique. Add label completion,
5062 keyword completion and explicit location completion tests.
5063 * lib/completion-support.exp: New file.
5064
e547c119
JB
50652017-11-24 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5068 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5069 when hitting an exception catchpoint.
5070
7c3c1aa8
YQ
50712017-11-22 Yao Qi <yao.qi@linaro.org>
5072
5073 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5074
41bd68f5
SM
50752017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5076
5077 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5078 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5079 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5080
1daad298
YQ
50812017-11-22 Yao Qi <yao.qi@linaro.org>
5082
5083 * gdb.base/info-os.exp: Pass pthreads.
5084 * gdb.multi/multi-attach.exp: Likewise.
5085
88465e87
YQ
50862017-11-22 Yao Qi <yao.qi@linaro.org>
5087
5088 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5089 compiler.
5090
dc196b23
YQ
50912017-11-22 Yao Qi <yao.qi@linaro.org>
5092
5093 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5094 * gdb.base/break-interp.exp: Likewise.
5095 * gdb.base/jit-attach-pie.exp: Likewise.
5096
2400729e
UW
50972017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5098
5099 * gdb.base/float128.c (large128): New variable.
5100 * gdb.base/float128.exp: Add test to print largest __float128 value.
5101
7a26362d
UW
51022017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5103
5104 * gdb.arch/vsx-regs.exp: Update register content checks.
5105
ed0f4273
UW
51062017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * gdb.arch/ppc-longdouble.exp: New file.
5109 * gdb.arch/ppc-longdouble.c: Likewise.
5110
a25d69c6
PA
51112017-11-21 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5114
73fcf641
PA
51152017-11-20 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5118 (long_double_typedef): New typedefs.
5119 Use DEF on double and long double.
5120 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5121 cases.
5122 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5123 and 'long_double_ptr_same_size' locals. Use them to decide
5124 whether cast from array/function to float is valid/invalid.
5125
71a3c369
TT
51262017-11-17 Tom Tromey <tom@tromey.com>
5127
5128 * gdb.rust/traits.rs: New file.
5129 * gdb.rust/traits.exp: New file.
5130
ced9779b
JB
51312017-11-17 Joel Brobecker <brobecker@adacore.com>
5132
5133 * gdb.ada/minsyms: New testcase.
5134
a0922d80
PA
51352017-11-16 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5138 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5139
ea04e54c
PA
51402017-11-16 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5143 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5144
e849ea89
PA
51452017-11-16 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.server/reconnect-ctrl-c.c: New file.
5148 * gdb.server/reconnect-ctrl-c.exp: New file.
5149
d8ae99a7
PM
51502017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5151
5152 * gdb.python/py-rbreak.exp: New file.
5153 * gdb.python/py-rbreak.c: New file.
5154 * gdb.python/py-rbreak-func2.c: New file.
5155
968a13f8
PA
51562017-11-16 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5159 pattern.
5160 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5161 GDB.
5162
71774bc9
SM
51632017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5164
5165 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5166 regex.
5167
ddbb44cf
SM
51682017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5169
5170 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5171 test names.
5172
584a564f
PA
51732017-11-09 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5176 factored out from ...
5177 (top level): ... here, and adjusted to avoid expecting beyond the
5178 prompt in a single gdb_test_multiple.
5179
5ed7a928
PA
51802017-11-09 Pedro Alves <palves@redhat.com>
5181
5182 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5183 output.
5184 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5185 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5186 * gdb.server/ext-run.exp ("kill" test): Likewise.
5187 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5188
a60e0738
PA
51892017-11-09 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5192 match till end of line.
5193
2c88253f
PA
51942017-11-09 Pedro Alves <palves@redhat.com>
5195
5196 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5197
c7a38517
PA
51982017-11-09 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5201 New procedures, factored out from ...
5202 (top level): ... here, and adjusted to avoid expecting beyond the
5203 prompt in one go.
5204
f29f4b6b
PA
52052017-11-09 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5208 output. Fix '?' match.
5209
286acbb5
JB
52102017-11-08 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdb.ada/scoped_watch: New testcase.
5213 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5214 which is actually correct.
5215 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5216 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5217
62d7ae92
PA
52182017-11-08 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.gdb/complaints.exp (test_initial_complaints)
5221 (test_serial_complaints, test_short_complaints): Call
5222 complaint_internal instead of complaint.
5223
280ca31f
DT
52242017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5225
5226 * gdb.threads/tls-core.c: New file.
5227 * gdb.threads/tls-core.exp: Likewise.
5228
b5ec771e
PA
52292017-11-08 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5232 (p Exported_Capitalized): New test.
5233 (p exported_capitalized): New test.
5234
a02b41a7
PA
52352017-11-07 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5238
95e95a6d
PA
52392017-11-07 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5242 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5243 (disable_invalid, disable_inverted, disable_negative): New
5244 procedures.
5245 ("bad numbers"): New set of tests.
5246
cee62dbd
PA
52472017-11-07 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.cp/ena-dis-br-range.exp: Add tests.
5250
cc638e86
PA
52512017-11-07 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5254
d0fe4701
XR
52552017-11-07 Xavier Roirand <roirand@adacore.com>
5256 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.base/ena-dis-br.exp: Add reference to
5259 gdb.cp/ena-dis-br-range.exp.
5260 * gdb.cp/ena-dis-br-range.exp: New file.
5261 * gdb.cp/ena-dis-br-range.cc: New file.
5262
46f67f80
PA
52632017-11-06 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/attach-non-pgrp-leader.c: New.
5266 * gdb.base/attach-non-pgrp-leader.exp: New.
5267
726e1356
PA
52682017-11-06 Pedro Alves <palves@redhat.com>
5269
5270 * configure.ac: No longer check for termio.h and sgtty.h.
5271 * configure: Regenerate.
5272 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5273 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5274 Remove termio and sgtty code.
5275
50ab6ace
YQ
52762017-11-03 Yao Qi <yao.qi@linaro.org>
5277
5278 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5279 in GDB is disabled.
5280
8e68731c
YQ
52812017-11-03 Yao Qi <yao.qi@linaro.org>
5282
5283 * gdb.python/py-thrhandle.exp: Skip it if python is not
5284 enabled.
5285
3a87ae65
SM
52862017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5287
5288 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5289 as a breakpoint command.
5290
484d8d36
MD
52912017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5292
5293 PR python/21213
5294 * gdb.python/py-infthread.exp: Test calling
5295 InferiorThread.inferior () multiple times in a row.
5296
4a27f119
KS
52972017-10-27 Keith Seitz <keiths@redhat.com>
5298
5299 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5300 Test "info break" for every inlined function breakpoint.
5301
bb11dd58
YQ
53022017-10-27 Yao Qi <yao.qi@linaro.org>
5303
5304 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5305
a43f3893
PF
53062017-10-26 Patrick Frants <osscontribute@gmail.com>
5307
5308 * gdb.cp/classes.exp (test_static_members): Test printing
5309 Outer::instance.
5310 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5311 (Inner::instance, Outer::instance): New.
5312
792ccf00
PA
53132017-10-24 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5316 extra console" test in two stages.
5317
eb2bfbad
PA
53182017-10-24 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5321
1f75a651
PA
53222017-10-24 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5325 loop.
5326
779990d9
PA
53272017-10-24 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5330 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5331
ad9b8f5d
PA
53322017-10-24 Pedro Alves <palves@redhat.com>
5333
5334 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5335 parameter and handle it. Don't output read value in test name.
5336
fee6da6e
PA
53372017-10-24 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5340 custom test name.
5341
10389c2c
PA
53422017-10-24 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5345 include the unstable output directory name in the test's name.
5346 (initial_setup_simple) <'set args'>: Use custom test name.
5347
a80e65a9
PA
53482017-10-24 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5351 with explicit test name.
5352
15763a09
PA
53532017-10-20 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5356 'wait -i'. Use gdb_assert and remote_close.
5357
49a4ce2e
AB
53582017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5361 number from variable rather than hard-coded.
5362
a75868f5
PA
53632017-10-19 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.base/long-inferior-output.c: New file.
5366 * gdb.base/long-inferior-output.exp: New file.
5367
c8ba13ad
KS
53682017-11-18 Keith Seitz <keiths@redhat.com>
5369
5370 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5371 method.
5372 (main): Call it.
5373 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5374 Add additional user-defined conversion operator tests.
5375
b27de576
PA
53762017-10-17 Pedro Alves <palves@redhat.com>
5377
5378 * boards/native-stdio-gdbserver.exp: Load "local-board".
5379
8484c955
PA
53802017-10-17 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.base/quit-live.c: New file.
5383 * gdb.base/quit-live.exp: New file.
5384
83d5a34d
KS
53852017-10-16 Keith Seitz <keiths@redhat.com>
5386
5387 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5388 (class_with_protected_typedef, class_with_private_typedef)
5389 (struct_with_public_typedef, struct_with_protected_typedef)
5390 (struct_with_private_typedef): New classes/structs.
5391 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5392 typedefs and access specifiers.
5393
739b3f1d
PA
53942017-10-16 Pedro Alves <palves@redhat.com>
5395 Simon Marchi <simon.marchi@polymtl.ca>
5396
5397 * README (Local vs Remote vs Native): New section.
5398 * boards/local-board.exp: New file, with bits factored out from
5399 ...
5400 * boards/native-extended-gdbserver.exp: ... here. Load
5401 "local-board".
5402 * boards/native-gdbserver.exp: Load "local-board".
5403 (${board}_spawn, ${board}_exec): Delete.
5404 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5405 ...
5406 * boards/stdio-gdbserver-base.exp: ... this new file.
5407 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5408 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5409 procedure.
5410 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5411 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5412 stdio_gdbserver_command.
5413 (${board}_get_remote_address, ${board}_get_comm_port)
5414 (${board}_download, ${board}_upload): Delete.
5415 (get_target_remote_pipe_cmd): New.
5416
fe68b953
SM
54172017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5418
5419 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5420 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5421 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5422 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5423 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5424 remove with_test_prefix.
5425
300b6685
PA
54262017-10-13 Pedro Alves <palves@redhat.com>
5427
5428 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5429 * gdb.base/annota1.exp: Use it instead of is_remote.
5430 * gdb.base/annota3.exp: Use it instead of is_remote.
5431 * gdb.cp/annota2.exp: Use it instead of is_remote.
5432 * gdb.cp/annota3.exp: Use it instead of is_remote.
5433 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5434
50500caf
PA
54352017-10-13 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5438 (test_num_test_vars, run_and_count_vars, find_env)
5439 (test_set_unset_env, test_inherit_env_var): New procedures.
5440 (top level): Use them.
5441
dad0c6d2
PA
54422017-10-13 Pedro Alves <palves@redhat.com>
5443
5444 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5445 also skip on stub-like targets.
5446
8b0553c1
PA
54472017-10-13 Pedro Alves <palves@redhat.com>
5448
5449 PR gdb/22293
5450 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5451 (top level): Move some tests to ...
5452 (test_not_found): ... this new procedure.
5453 (top level): Call it.
5454
7594f623
PA
54552017-10-13 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5458 expect different "info terminal" output if testing with a
5459 non-native target.
5460
ebe3b402
PA
54612017-10-13 Pedro Alves <palves@redhat.com>
5462 Simon Marchi <simon.marchi@polymtl.ca>
5463
5464 PR python/12966
5465 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5466
42f1b161
PA
54672017-10-13 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5470 already.
5471
8d6ef72b
PA
54722017-10-13 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5475 is_remote.
5476
d7bcd5b8
PA
54772017-10-13 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5480 is_remote.
5481
df479dc6
PA
54822017-10-13 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5485 is set.
5486 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5487 instead of is_remote.
5488
23fb630a
PA
54892017-10-13 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5492 (top level): Add comment.
5493
cc77b1dc
PA
54942017-10-13 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/remote.exp (top level): Fix comment typo and add
5497 missing return.
5498
27c9e813
PA
54992017-10-13 Pedro Alves <palves@redhat.com>
5500 Simon Marchi <simon.marchi@polymtl.ca>
5501
5502 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5503 calls and add comments. Skip test if use_gdb_stub is set.
5504 (top level): Use "set cwd" command instead of "cd" command.
5505
5e830d98
PA
55062017-10-13 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5509 is_remote target check.
5510
f5ca0032
PA
55112017-10-13 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.base/scope.exp: Use build_executable + clean_restart +
5514 gdb_file_cmd instead of prepare_for_testing and no longer skip
5515 "before run" tests on is_remote target boards. Update comments.
5516 * boards/native-extended-gdbserver.exp
5517 (extended_gdbserver_load_last_file): New, factored out from ...
5518 (gdb_load): ... this. Move further below and add comment.
5519 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5520
8aed1c0d
PA
55212017-10-12 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.base/attach.exp: Remove references to gdb64.
5524 * gdb.base/dbx.exp: Remove references to gdb64.
5525
cfa34c87
SM
55262017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5527 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/label.exp: Remove is_remote target check.
5530
9192b7de
PA
55312017-10-12 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/auvx.exp (coredir): Update comment.
5534 (top level) <core_works>: Use "set cwd" command instead of "cd"
5535 command.
5536
6bf0052d
PA
55372017-10-12 Pedro Alves <palves@redhat.com>
5538 Simon Marchi <simon.marchi@polymtl.ca>
5539
5540 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5541 target boards.
5542
e48ef82d
PA
55432017-10-12 Pedro Alves <palves@redhat.com>
5544 Simon Marchi <simon.marchi@polymtl.ca>
5545
5546 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5547 Instead skip if there's any gdb_protocol set.
5548
8d7aea57
SM
55492017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5550 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5553
30440677
PA
55542017-10-12 Pedro Alves <palves@redhat.com>
5555 Simon Marchi <simon.marchi@polymtl.ca>
5556
5557 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5558 instead of on dejagnu remote boards.
5559
4e04f045 55602017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5561 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5562
5563 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5564 checks. Use build_executable + clean_restart instead of
5565 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5566 of enabling non-stop after starting gdb.
5567
871a186e
PA
55682017-10-12 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5571 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5572 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5573 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5574
56d704da
AK
55752017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5576
5577 * gdb.arch/arc-tdesc-cpu.exp: New file.
5578 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5579
2f20e312
SM
55802017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5583
65630365
PA
55842017-10-10 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5587 expect CLI output.
5588
bf469271
PA
55892017-10-10 Pedro Alves <palves@redhat.com>
5590
5591 * lib/selftest-support.exp (selftest_setup): Update for
5592 captured_command_loop's prototype change.
5593
777a42f1
PA
55942017-10-09 Pedro Alves <palves@redhat.com>
5595
5596 Test both arch1=>arch2 and arch2=>arch1.
5597
5598 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5599 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5600 factored out to...
5601 (append_arch1_options, append_arch2_options, append_arch_options)
5602 (build_executables): New procedures.
5603 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5604 local.
5605 (top level): Add new 'first_arch' testing axis.
5606
cbd2b4e3
PA
56072017-10-09 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5610 (barrier): New.
5611 (thread_start, all_started): New functions.
5612 (main): Spawn new thread and wait until it is scheduled.
5613 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5614 option.
5615 (do_test): Add 'selected_thread' parameter. Run to all_started
5616 instead of main. Explicitly set the breakpoint at main. Switch
5617 to the SELECTED_THREAD thread.
5618 (top level): Test handling the exec event with either the main
5619 thread or the second thread selected.
5620
5c9e4427
PA
56212017-10-09 Pedro Alves <palves@redhat.com>
5622
5623 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5624 logic. Move STOP marker after the value checks.
5625 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5626 regexp.
5627
b3b7c423
SL
56282017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5629
5630 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5631
3b4b2f16
UW
56322017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5633
5634 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5635 integer-to-dfp conversion.
5636 * gdb.base/dfp-test.exp: Likewise.
5637
5cd63fda
PA
56382017-10-04 Pedro Alves <palves@redhat.com>
5639
5640 * gdb.multi/hangout.c: Include <unistd.h>.
5641 (hangout_loop): New function.
5642 (main): Call alarm. Call hangout_loop in a loop.
5643 * gdb.multi/hello.c: Include <unistd.h>.
5644 (hello_loop): New function.
5645 (main): Call alarm. Call hangout_loop in a loop.
5646 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5647 inferior with the other selected.
5648
4c71c105
SM
56492017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * gdb.mi/list-thread-groups-available.exp: New file.
5652 * gdb.mi/list-thread-groups-available.c: New file.
5653
bc3b087d
SDJ
56542017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5655
5656 * gdb.base/set-cwd.exp: Make it available on
5657 native-extended-gdbserver.
5658
d092c5a2
SDJ
56592017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5660
5661 * gdb.base/set-cwd.c: New file.
5662 * gdb.base/set-cwd.exp: Likewise.
5663
45320ffa
TT
56642017-10-02 Tom Tromey <tom@tromey.com>
5665
5666 PR rust/22236:
5667 * gdb.rust/simple.rs (main): New variable "fslice".
5668 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5669
b3e3859b
TT
56702017-10-02 Tom Tromey <tom@tromey.com>
5671
5672 * gdb.rust/simple.exp: Test ptype of a slice.
5673
01af5e0d
TT
56742017-10-02 Tom Tromey <tom@tromey.com>
5675
5676 * gdb.rust/simple.exp: Test index of slice.
5677
a9bbfbd8
TT
56782017-09-27 Tom Tromey <tom@tromey.com>
5679
5680 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5681
df8899e5
TP
56822017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5683 Pedro Alves <palves@redhat.com>
5684
5685 * gdb.base/compare-sections.exp (get value of read-only section): Read
5686 as unsigned value.
5687 (corrupt read-only section): Likewise and don't set written if patching
5688 failed.
5689
757bf54b
KB
56902017-09-21 Kevin Buettner <kevinb@redhat.com>
5691
5692 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5693 files.
5694
06871ae8
PA
56952017-09-20 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5698 symbol names in gdb's output.
5699 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5700
e5f25bc5
PA
57012017-09-20 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5704 Rename to ...
5705 (test_list_ambiguous_symbol): ... this and add a symbol name
5706 parameter. Adjust.
5707 (test_list_ambiguous_function): Reimplement on top of
5708 test_list_ambiguous_symbol and also test listing ambiguous
5709 variables.
5710 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5711 (ambiguous_fun): ... this.
5712 (ambiguous_var): New.
5713 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5714 (ambiguous_fun): ... this.
5715 (ambiguous_var): New.
5716
4e5a4f58
JB
57172017-09-19 John Baldwin <jhb@FreeBSD.org>
5718
5719 * gdb.base/starti.c: New file.
5720 * gdb.base/starti.exp: New file.
5721 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5722
26e53f3e
PA
57232017-09-14 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5726 (top level): Use it instead of runto.
5727
cb791d59
TT
57282017-09-11 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5731
7c96f8c1
TT
57322017-09-11 Tom Tromey <tom@tromey.com>
5733
5734 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5735 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5736
469412dd
CW
57372017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5738
5739 * gdb.fortran/printing-types.exp: New file.
5740 * gdb.fortran/printing-types.exp: New file.
5741
e0f86435
BH
57422017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5743
5744 * gdb.fortran/vla-ptype.exp: Fix typos.
5745 * gdb.fortran/vla-value.exp: Same.
5746
9e9af4be
BH
57472017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5748
5749 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5750 * gdb.mi/mi-var-child-f.exp: Likewise.
5751 * gdb.mi/mi-vla-fortran.exp: Likewise.
5752
a5ad232b 57532017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5754 Christoph Weinmann <christoph.t.weinmann@intel.com>
5755 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5756
5757 * gdb.fortran/ptr-indentation.f90: New file.
5758 * gdb.fortran/ptr-indentation.exp: New file.
5759
5aec60eb
TT
57602017-09-05 Tom Tromey <tom@tromey.com>
5761
5762 PR gdb/22010:
5763 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5764
8f8f8152
TP
57652017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5766
5767 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5768
fbd1b771
JK
57692017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5770
5771 * gdb.threads/tls-nodebug-pie.c: New file.
5772 * gdb.threads/tls-nodebug-pie.exp: New file.
5773
5eb5f850
TT
57742017-09-05 Tom Tromey <tom@tromey.com>
5775
5776 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5777 for rust.
5778
ae780a21
SM
57792017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5780
5781 * gdb.multi/multi-arch-exec.exp: Test with different
5782 "follow-exec-mode" settings.
5783 (do_test): New procedure.
5784
3693fdb3
PA
57852017-09-04 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/func-static.c (S::method const, S::method volatile)
5788 (S::method volatile const): New methods.
5789 (c_s, v_s, cv_s): New instances.
5790 (main): Call method() on them.
5791 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5792 (cannot_resolve): New procedure.
5793 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5794 print-quote-unquoted columns.
5795 (do_test): Test printing each scope too.
5796
e68cb8e0
PA
57972017-09-04 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/local-static.exp: Also test with
5800 class::method::variable wholly quoted.
5801 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5802
858be34c
PA
58032017-09-04 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.base/local-static.c: New.
5806 * gdb.base/local-static.cc: New.
5807 * gdb.base/local-static.exp: New.
5808
46a4882b
PA
58092017-09-04 Pedro Alves <palves@redhat.com>
5810
5811 * gdb.asm/asm-source.exp: Add casts to int.
5812 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5813 (dataglobal64_1, dataglobal64_2): New globals.
5814 * gdb.base/nodebug.exp: Test different expressions involving the
5815 new globals, with print, whatis and ptype. Add casts to int.
5816 * gdb.base/solib-display.exp: Add casts to int.
5817 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5818 * gdb.cp/m-static.exp: Add cast to int.
5819 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5820 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5821 tls variable with no debug info without a cast. Test with a cast
5822 to int too.
5823 * gdb.trace/entry-values.exp: Add casts.
5824
2c5a2be1
PA
58252017-09-04 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/nodebug.exp: Test that ptype's error about functions
5828 with unknown return type includes the function name too.
5829
7022349d
PA
58302017-09-04 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5833 return type of munmap in infcall.
5834 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5835 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5836 type of ftell in infcall.
5837 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5838 type of getpid in infcall.
5839 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5840 infcall.
5841 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5842 Bail on failure to extract the pid.
5843 * gdb.base/nodebug.c: #include <stdint.h>.
5844 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5845 New functions.
5846 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5847 Change expected output of print/whatis/ptype with functions with
5848 no debug info. Test all supported languages. Call
5849 test_call_promotion.
5850 * gdb.compile/compile.exp: Adjust expected output to expect
5851 warning.
5852 * gdb.threads/siginfo-threads.exp: Likewise.
5853
54990598
PA
58542017-09-04 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5857 "prototypes". Test calling float functions via prototyped and
5858 unprototyped function pointers.
5859 (perform_all_tests): New parameter "prototypes". Pass it down.
5860 (top level): Pass down "prototypes" parameter to
5861 perform_all_tests.
5862
34d16ea2
SM
58632017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5866 Test with nested loops.
5867
9521ecda
SM
58682017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5869
5870 * gdb.base/commands.exp: Call the new procedures.
5871 (loop_break_test, loop_continue_test): New procedures.
5872
80a65e9b
SM
58732017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5874
5875 * gdb.base/commands.exp: Call new procedure.
5876 (define_if_without_arg_test): New procedure.
5877
e439fa14
PA
58782017-09-04 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.base/list-ambiguous.exp: New file.
5881 * gdb.base/list-ambiguous0.c: New file.
5882 * gdb.base/list-ambiguous1.c: New file.
5883 * gdb.base/list.exp (test_list_range): Adjust expected output.
5884
0a2dde4a
SDJ
58852017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5886
5887 * gdb.base/share-env-with-gdbserver.c: New file.
5888 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5889
5e89eb3a
SM
58902017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5891
5892 * gdb.base/commands.exp (gdbvar_simple_if_test,
5893 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5894 progvar_simple_if_test, progvar_simple_while_test,
5895 progvar_complex_if_while_test, user_defined_command_test,
5896 user_defined_command_args_eval,
5897 user_defined_command_args_stack_test,
5898 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5899 temporary_breakpoint_commands,
5900 gdb_test_no_prompt, redefine_hook_test,
5901 redefine_backtrace_test): Remove "global gdb_prompt".
5902
fd437cbc
SM
59032017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5904
5905 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5906 New proc, call it from toplevel.
5907
87215ad1
SDJ
59082017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5909
5910 PR remote/21852
5911 * gdb.server/normal.c: New file, copied from gdb.base.
5912 * gdb.server/run-without-local-binary.exp: New file.
5913
58afddc6
WP
59142017-08-07 Weimin Pan <weimin.pan@oracle.com>
5915
5916 * gdb.arch/sparc64-adi.exp: New file.
5917 * gdb.arch/sparc64-adi.c: New file.
5918
5277199a
PA
59192017-08-22 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5922 (top level): Add "list all overloads" tests.
5923
14278e1f
TT
59242017-08-22 Tom Tromey <tom@tromey.com>
5925
5926 * gdb.gdb/xfullpath.exp: Remove.
5927
bf223d3e
PA
59282017-08-21 Pedro Alves <palves@redhat.com>
5929
5930 PR gdb/19487
5931 * gdb.base/symbol-alias.c: New.
5932 * gdb.base/symbol-alias2.c: New.
5933 * gdb.base/symbol-alias.exp: New.
5934
c973d0aa
PA
59352017-08-21 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/dfp-test.c
5938 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5939 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5940 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5941 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5942 * gdb.base/whatis-ptype-typedefs.c: New.
5943 * gdb.base/whatis-ptype-typedefs.exp: New.
5944 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5945 (an_int, an_int_type, an_int_type2): New globals.
5946 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5947 involving typedefs and cast expressions.
5948 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5949 (lookup_typedefs_function): New.
5950 (typedefs_pretty_printers_dict): New.
5951 (top level): Register lookup_typedefs_function in
5952 gdb.pretty_printers.
5953
6d580b63
YQ
59542017-08-18 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.server/unittest.exp: New.
5957
206726fb
SDJ
59582017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 PR gdb/21954
5961 * gdb.base/environ.exp: Add test to check if 'unset environment'
5962 works.
5963
bf0ec4c2
AA
59642017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5965
5966 * lib/gdb.exp (universal_compile_options): New caching proc.
5967 (gdb_compile): Suppress GCC's coloring of messages.
5968
d6382fff
TT
59692017-08-14 Tom Tromey <tom@tromey.com>
5970
5971 PR gdb/21675:
5972 * gdb.base/printcmds.exp (test_radices): New function.
5973 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5974 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5975 * lib/gdb.exp (get_integer_valueof): Use p/d.
5976
c2c2dd9f
SM
59772017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5978
5979 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5980 characters.
5981
fdffd6f4
TT
59822017-08-05 Tom Tromey <tom@tromey.com>
5983
5984 * gdb.rust/simple.exp: Allow String to appear in a different
5985 namespace.
5986
27d41eac
YQ
59872017-07-26 Yao Qi <yao.qi@linaro.org>
5988
5989 * gdb.gdb/unittest.exp: Invoke command
5990 "maintenance check xml-descriptions".
5991
031ed05d
AA
59922017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5993
5994 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5995 calling context.
5996 (hex128): Drop erroneous calculation of parameters.
5997
dcd27ddf
SM
59982017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5999
6000 * gdb.python/py-unwind.exp: Disable stack protection when
6001 building test file.
6002
47e77640
PA
60032017-07-20 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/default.exp (set language): Adjust expected output.
6006
62d2a18a
PA
60072017-07-20 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6010 (test_minsym): ... this, and make static.
6011 (get_pck__foo__bar__minsym): Rename to ...
6012 (get_test_minsym): ... this.
6013 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6014 symbol names and comments.
6015 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6016 (get_test_minsym): ... this.
6017 (pck__foo__bar__minsym__2): Rename to ...
6018 (test_minsym): ... this.
6019 (main): Adjust.
6020
c45ec17c
PA
60212017-07-17 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/completion.exp: Adjust expected output.
6024 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6025 the completer works.
6026
c6756f62
PA
60272017-07-17 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6030
5bd68487
AB
60312017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6034
8880f2a9
TT
60352017-07-14 Tom Tromey <tom@tromey.com>
6036
6037 PR rust/21764:
6038 * gdb.rust/simple.exp: Add tests.
6039
65547233
TT
60402017-07-14 Tom Tromey <tom@tromey.com>
6041
6042 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6043
8f14146e
PA
60442017-07-14 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.linespec/base/one/thefile.cc (z1): New function.
6047 * gdb.linespec/base/two/thefile.cc (z2): New function.
6048 * gdb.linespec/linespec.exp: Add tests.
6049
b4365d02
AB
60502017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6051
6052 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6053 to mi_create_breakpoint.
6054
5d2cbaa5
AB
60552017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6058 mi_create_breakpoint.
6059
11cb5716
IB
60602017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6061
6062 * gdb.dlang/demangle.exp: Update for demangling changes.
6063
03278692
TT
60642017-07-09 Tom Tromey <tom@tromey.com>
6065
6066 * gdb.dwarf2/shortpiece.exp: New file.
6067
33c5cd75
DB
60682017-07-06 David Blaikie <dblaikie@gmail.com>
6069
6070 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6071 built from fissiont-multi-cu{1,2}.c.
6072 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6073 except putting 'main' and 'func' in separate CUs in the same DWO file.
6074 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6075 test.
6076 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6077 test.
6078
8455d262
PA
60792017-07-06 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.python/py-unwind.exp: Test flushregs.
6082
dc4bde35
SDJ
60832017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6084
6085 PR cli/21688
6086 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6087 tests for alias commands and trailing whitespace.
6088
51ed89aa
SDJ
60892017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6090
6091 PR cli/21688
6092 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6093 procedure. Call it.
6094
eb17d413
PA
60952017-06-29 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/printcmds.exp: Add tests.
6098
41664b45
DG
60992017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6100
6101 PR gdb/21337
6102 * gdb.base/reread-readsym.exp: New file.
6103 * gdb.base/reread-readsym.c: New file.
6104
75312ae3
KB
61052017-06-21 Kevin Buettner <kevinb@redhat.com>
6106
6107 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6108 subpattern.
6109
66953522
PB
61102017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6111
6112 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6113 extended mnemonic.
6114 * gdb.arch/powerpc-power9.s: Likewise.
6115
5524b525
AA
61162017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6117
6118 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6119 on 32-bit x86 targets. Exploit is_*_target macros where
6120 appropriate.
6121
03c8af18
AA
61222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6123
6124 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6125 register pieces.
6126
3bf31011
AA
61272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6128
6129 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6130 located in one or more DWARF pieces.
6131
805acca0
AA
61322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6133
6134 * lib/gdb.exp (get_endianness): New proc.
6135 * gdb.arch/aarch64-fp.exp: Use it.
6136 * gdb.arch/altivec-regs.exp: Likewise.
6137 * gdb.arch/e500-regs.exp: Likewise.
6138 * gdb.arch/vsx-regs.exp: Likewise.
6139 * gdb.base/dump.exp: Likewise.
6140 * gdb.base/funcargs.exp: Likewise.
6141 * gdb.base/gnu_vector.exp: Likewise.
6142 * gdb.dwarf2/formdata16.exp: Likewise.
6143 * gdb.dwarf2/implptrpiece.exp: Likewise.
6144 * gdb.dwarf2/nonvar-access.exp: Likewise.
6145 * gdb.python/py-inferior.exp: Likewise.
6146 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6147
e9352324
AA
61482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6149
6150 PR gdb/21226
6151 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6152 stack value pieces are taken from the LSB end.
6153
d5d1163e
AA
61542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6155
6156 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6157 variable at nonzero offset.
6158
0567c986
AA
61592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6160
6161 * gdb.dwarf2/var-access.c: New file.
6162 * gdb.dwarf2/var-access.exp: New test.
6163 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6164
973e9aab
TT
61652017-06-12 Tom Tromey <tom@tromey.com>
6166
6167 * gdb.dwarf2/formdata16.exp: Add tests.
6168
d9109c80
TT
61692017-06-12 Tom Tromey <tom@tromey.com>
6170
6171 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6172
30a25466
TT
61732017-06-12 Tom Tromey <tom@tromey.com>
6174
6175 PR exp/16225:
6176 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6177 * gdb.arch/vsx-regs.exp: Update tests.
6178 * gdb.arch/s390-vregs.exp (hex128): New proc.
6179 Update test.
6180 * gdb.arch/altivec-regs.exp: Update tests.
6181
aefd8b33
SDJ
61822017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6183
6184 * gdb.base/startup-with-shell.c: New file.
6185 * gdb.base/startup-with-shell.exp: Likewise.
6186
2090129c
SDJ
61872017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6188
6189 * gdb.server/non-existing-program.exp: Update regex in order to
6190 reflect the fact that gdbserver is now using fork_inferior (with a
6191 shell) to startup the inferior.
6192
8e86a419
SM
61932017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6194
6195 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6196 support function calls from GDB.
6197
e6cf65f2
TT
61982017-05-21 Tom Tromey <tom@tromey.com>
6199
6200 PR rust/21466:
6201 * gdb.rust/unsized.exp: New file.
6202 * gdb.rust/unsized.rs: New file.
6203
43cc5389
TT
62042017-05-19 Tom Tromey <tom@tromey.com>
6205
6206 PR rust/21484:
6207 * gdb.rust/watch.exp: New file.
6208 * gdb.rust/watch.rs: New file.
6209
ec8df234
TT
62102017-05-18 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.rust/simple.exp: Allow Box to be qualified.
6213
3e3e7fae
TP
62142017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6215
6216 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6217
59cc050d
PA
62182017-05-18 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.base/fileio.c (test_write, test_read, test_close)
6221 (test_fstat): Don't print 'ret' in the fail path.
6222
c8f6abd1
PA
62232017-05-18 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6226 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6227 (test_system, test_rename, test_unlink, test_time): Change
6228 prototypes.
6229 * gdb.base/fileio.exp (stop_msg): Adjust.
6230
d2a03b77
PA
62312017-05-18 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/fileio.c (null_str): New global.
6234 (test_stat): Use it.
6235 * gdb.base/fileio.exp: Remove nowarnings.
6236
0d5c6999
YQ
62372017-05-17 Yao Qi <yao.qi@linaro.org>
6238
6239 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6240
21873064
YQ
62412017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6244 argument command.
6245 (top-level): Invoke test_set_inferior_tty.
6246
d512d31c
PA
62472017-05-04 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6250 Add parens to print call for Python 3.
6251
90cef2ed
KS
62522017-05-03 Keith Seitz <keiths@redhat.com>
6253
6254 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6255 (main): Call it.
6256
14f819c8
TW
62572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6258
6259 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6260 to prev and next.
6261
913aeadd
TW
62622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6263
6264 * gdb.python/py-record-btrace.exp: Remove test for
6265 gdb.BtraceInstruction.error.
6266
a3be24ad
TW
62672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6268
6269 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6270
ae20e79a
TW
62712017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6272
6273 * gdb.python/py-record-btrace-threads.c: New file.
6274 * gdb.python/py-record-btrace-threads.exp: New file.
6275
45ce1b47
SDJ
62762017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6277
6278 PR testsuite/8595
6279 * gdb.base/environ.exp: Make test available in all architectures.
6280 Move bits related to "info program" testing to
6281 gdb.base/info-program.exp. Rewrite tests to use the two new
6282 procedures mentione below.
6283 (test_set_show_env_var) New procedure.
6284 (test_set_show_env_var_equal): Likewise.
6285 * gdb.base/info-program.exp: New file.
6286
e15c3eb4
KS
62872017-04-27 Keith Seitz <keiths@redhat.com>
6288
6289 * gdb.cp/oranking.cc (test15): New function.
6290 (main): Call test15 and declare additional variables for testing.
6291 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6292 "p foo101('abc')" tests.
6293 Add tests for cv qualifier overloads.
6294 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6295 "lvalue reference overload" test.
6296 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6297 "print value of f1 on Child&& in f2" test.
6298
3a3fd0fd
PA
62992017-04-19 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6302 procedure.
6303 (top level): Call it.
6304 * lib/gdb.exp (gdb_define_cmd): New procedure.
6305
53375380
PA
63062017-04-12 Pedro Alves <palves@redhat.com>
6307
6308 PR gdb/21323
6309 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6310 (wchar): New global.
6311 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6312 (do_test_wide_char, wide_char_types_no_program, top level): Add
6313 wchar_t testing.
6314
53e710ac
PA
63152017-04-12 Pedro Alves <palves@redhat.com>
6316
6317 PR c++/21323
6318 * gdb.cp/wide_char_types.c: New file.
6319 * gdb.cp/wide_char_types.exp: New file.
6320
0ad9d8c7
SDJ
63212017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6322
6323 PR gdb/21352
6324 * gdb.trace/tsv.exp: Add test for "tsave -r".
6325
b1b45502
IB
63262017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6327
6328 * gdb.dlang/watch-loc.c: New file.
6329 * gdb.dlang/watch-loc.exp: New file.
6330
ec13808e
JK
63312017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6334
fe5f7374
AK
63352017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6336
6337 * gdb.arch/arc-analyze-prologue.S: New file.
6338 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6339
eea78757
AK
63402017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6341
6342 * gdb.arch/arc-decode-insn.S: New file.
6343 * gdb.arch/arc-decode-insn.exp: Likewise.
6344
5badf10a
IR
63452017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6346
6347 PR tdep/20928
6348 * gdb.arch/sparc64-regs.exp: New file.
6349 * gdb.arch/sparc64-regs.S: Likewise.
6350
cee59b3f
TW
63512017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6352
6353 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6354 and memory view on Python 3.
6355
c0f55cc6
AV
63562017-03-20 Artemiy Volkov <artemiyv@acm.org>
6357 Keith Seitz <keiths@redhat.com>
6358
6359 PR gdb/14441
6360 * gdb.cp/demangle.exp: Add rvalue reference tests.
6361 * gdb.cp/rvalue-ref-casts.cc: New file.
6362 * gdb.cp/rvalue-ref-casts.exp: New file.
6363 * gdb.cp/rvalue-ref-overload.cc: New file.
6364 * gdb.cp/rvalue-ref-overload.exp: New file.
6365 * gdb.cp/rvalue-ref-params.cc: New file.
6366 * gdb.cp/rvalue-ref-params.exp: New file.
6367 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6368 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6369 * gdb.cp/rvalue-ref-types.cc: New file.
6370 * gdb.cp/rvalue-ref-types.exp: New file.
6371 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6372 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6373
51457a05
MAL
63742017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6375
6376 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6377 New procedure.
6378
5b291c04
MAL
63792017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6380
6381 * lib/mi-support.exp (mi_gdb_test): Add additional message
6382 for unexpected output.
6383
59a56148
AA
63842017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6385
6386 * gdb.base/examine-backward.c (Barrier): New character array
6387 constant, to ensure that TestStrings is preceded by a string
6388 terminator.
6389
7942e96e
AA
63902017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6391
6392 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6393 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6394 and implicit pointer into such a location.
6395
6ebac3fb
DE
63962017-03-16 Doug Evans <dje@google.com>
6397
6398 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6399
ec3b243d
TP
64002017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6401
6402 * gdb.cp/m-static.exp: Fix expectation for prototype of
6403 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6404
64052017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6406
6407 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6408 * gdb.guile/scm-lazy-string.c: New file.
6409 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6410 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6411 for pointer, array, typedef lazy strings.
6412
2cc36e25 64132017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6414
6415 PR python/17728, python/18439, python/18779
6416 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6417 * gdb.python/py-lazy-string.c (pointer): New typedef.
6418 (main): New locals ptr, array, typedef_ptr.
6419 * gdb.python/py-value.exp: Move lazy string tests to ...
6420 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6421 array, typedef lazy strings.
ec3b243d 6422
0efcde63
AK
64232017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6424
6425 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6426 Add optional 'test' parameter.
6427
7978d7c3
SM
64282017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6429
6430 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6431 Skip for versions of DejaGnu < 1.5.
6432
896c0c1e
SM
64332017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6434
6435 * lib/gdb.exp (dejagnu_version): New proc.
6436 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6437 Use dejagnu_version.
6438
5f4d1085
KS
64392017-03-10 Keith Seitz <keiths@redhat.com>
6440
6441 PR c++/8128
6442 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6443 type from destructor regexps.
6444 Add a branch which actually passes the test.
6445 Adjust "ptype t5i" test names.
6446
1de05205
PA
64472017-03-08 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/step-over-exit.exp: Add explicit test message.
6450
c65d6b55
PA
64512017-03-08 Pedro Alves <palves@redhat.com>
6452
6453 PR gdb/18360
6454 * gdb.threads/interrupt-while-step-over.c: New file.
6455 * gdb.threads/interrupt-while-step-over.exp: New file.
6456
2e86a283
PA
64572017-03-08 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6460 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6461
25dcbff6
PA
64622017-03-08 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6465 PKRU as not supported as a PASS.
6466
dc9366eb
PA
64672017-03-08 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6470 prefix instead of $binfile1/$binfile2.
6471 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6472 in test message.
6473 * gdb.python/py-completion.exp: Use "load python file" as test
6474 messages instead of unstable path names.
6475
6e5d74e7
PA
64762017-03-08 Pedro Alves <palves@redhat.com>
6477 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 PR cli/21218
6480 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6481 New proc.
6482 (top level): Call it.
6483
9753a2f6
PA
64842017-03-08 Pedro Alves <palves@redhat.com>
6485
6486 PR tui/21216
6487 * gdb.tui/tui-nl-filtered-output.exp: New file.
6488
1a4dd9dd
PA
64892017-03-08 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/completion.exp: Move TUI completion tests to ...
6492 * gdb.tui/completion.exp: ... this new file.
6493
7cbbff33
PA
64942017-03-08 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/tui-disasm-long-lines.c,
6497 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6498 gdb.base/tui-layout.exp: Move to ...
6499 * gdb.tui/: ... this new directory.
6500
5f6fd321
PA
65012017-03-07 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/tui-layout.c: New file.
6504 * gdb.base/tui-layout.exp: New file.
6505
44959fa8
PA
65062017-03-07 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/tui-layout.c: Rename to ...
6509 * gdb.base/tui-disasm-long-lines.c: ... this.
6510 * gdb.base/tui-layout.exp: Rename to ...
6511 * gdb.base/tui-disasm-long-lines.exp: ... this.
6512
f8c4e718
PA
65132017-03-07 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6516
6dbb839a 65172017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6518
6519 * i386-mpx-call.c: New file.
6520 * i386-mpx-call.exp: New file.
6521
65b48a81
PB
65222017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6523
6524 * gdb.arch/powerpc-power.exp: Delete test.
6525 * gdb.arch/powerpc-power.s: Likewise.
6526 * gdb.disasm/disassembler-options.exp: New test.
6527 * gdb.arch/powerpc-altivec.exp: Likewise.
6528 * gdb.arch/powerpc-altivec.s: Likewise.
6529 * gdb.arch/powerpc-altivec2.exp: Likewise.
6530 * gdb.arch/powerpc-altivec2.s: Likewise.
6531 * gdb.arch/powerpc-altivec3.exp: Likewise.
6532 * gdb.arch/powerpc-altivec3.s: Likewise.
6533 * gdb.arch/powerpc-power7.exp: Likewise.
6534 * gdb.arch/powerpc-power7.s: Likewise.
6535 * gdb.arch/powerpc-power8.exp: Likewise.
6536 * gdb.arch/powerpc-power8.s: Likewise.
6537 * gdb.arch/powerpc-power9.exp: Likewise.
6538 * gdb.arch/powerpc-power9.s: Likewise.
6539 * gdb.arch/powerpc-vsx.exp: Likewise.
6540 * gdb.arch/powerpc-vsx.s: Likewise.
6541 * gdb.arch/powerpc-vsx2.exp: Likewise.
6542 * gdb.arch/powerpc-vsx2.s: Likewise.
6543 * gdb.arch/powerpc-vsx3.exp: Likewise.
6544 * gdb.arch/powerpc-vsx3.s: Likewise.
6545 * gdb.arch/arm-disassembler-options.exp: Likewise.
6546 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6547 * gdb.arch/s390-disassembler-options.exp: Likewise.
6548
17cd4947
LM
65492017-02-23 Luis Machado <lgustavo@codesourcery.com>
6550
6551 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6552 (check_supported_features): ... this. Changed return type to void.
6553 (supports_rdseed): New static global.
6554 (rdseed): Check supports_rdseed.
6555 (initialize): Call check_supported_features.
6556
2039d74e
EBM
65572017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6558
6559 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6560 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6561 and lqarx/stqcx.
6562 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6563 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6564
a51d7ecf
EBM
65652017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6566
6567 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6568 uppercase.
6569
0224619f
JK
65702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 * gdb.dwarf2/formdata16.c: New file.
6573 * gdb.dwarf2/formdata16.exp: New file.
6574 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6575
216f72a1
JK
65762017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6579 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6580 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6581 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6582 DW_AT_GNU_*.
6583
43988095
JK
65842017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6587
99e8a4f9
SDJ
65882017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6589
6590 PR gdb/21164
6591 * gdb.base/maint.exp: Add testcases for when the commands do
6592 not have arguments.
6593
b58a8c0c
TP
65942017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6595
6596 * gdb.cp/chained-calls.exp: Use p instead of P.
6597
4e746bb6
TW
65982017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6599
6600 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6601 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6602
3f77c769
TT
66032017-02-14 Tom Tromey <tom@tromey.com>
6604
6605 PR python/13598:
6606 * gdb.python/py-events.exp: Add before_prompt event tests.
6607
075beec0
AA
66082017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6609
6610 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6611
bf5f525c
LM
66122017-02-13 Luis Machado <lgustavo@codesourcery.com>
6613
6614 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6615 (main): Call my_unique_function_name.
6616 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6617 completion of patterns with a single match.
6618 Add missing -re switches to gdb_test_multiple calls.
6619
13a66184
LM
66202017-02-13 Luis Machado <lgustavo@codesourcery.com>
6621
6622 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6623 return if core file is not recognized.
6624
26a06916
SM
66252017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6628 and extra UIs.
6629
b761ca9e
SM
66302017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6631
6632 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6633 proc_with_prefix.
6634
b964bee0
TT
66352017-02-10 Tom Tromey <tom@tromey.com>
6636
6637 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6638
18da0c51
MG
66392017-02-10 Martin Galvan <martingalvan@sourceware.org>
6640
6641 PR gdb/21122
6642 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6643
604c4576
JG
66442017-02-08 Jerome Guitton <guitton@adacore.com>
6645
6646 * gdb.base/define.exp: Add test for command abbreviations
6647 in define.
6648
20b477a7
LM
66492017-02-06 Luis Machado <lgustavo@codesourcery.com>
6650
6651 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6652 * gdb.reverse/insn-reverse-x86.c: New file.
6653
3f7b46f2
IR
66542017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6655
6656 PR tdep/20936
6657 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6658
f0fd41c1
TT
66592017-02-03 Tom Tromey <tom@tromey.com>
6660
6661 PR rust/21097:
6662 * gdb.rust/simple.exp: Add new tests.
6663
5be5dbf0
PA
66642017-02-02 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6667 tests.
6668
7346ef59
AA
66692017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6670
6671 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6672 taking a 2-byte value out of a 4-byte DWARF implicit value on
6673 big-endian targets.
6674 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6675 logic. Add test cases for DW_OP_implicit.
6676
787f0025
MM
66772017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6678
6679 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6680
68777c29
MM
66812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6682
6683 * gdb.btrace/enable.exp: Call gdb_exit before
6684 skip_gdbserver_tests.
6685
0a1c7e28
MM
66862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6687
6688 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6689 GDBFLAGS.
6690
b5ac99b0
MM
66912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6692
6693 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6694 the test is skipped.
6695 * gdb.btrace/data.exp: Likewise.
6696 * gdb.btrace/delta.exp: Likewise.
6697 * gdb.btrace/dlopen.exp: Likewise.
6698 * gdb.btrace/enable-running.exp: Likewise.
6699 * gdb.btrace/enable.exp: Likewise.
6700 * gdb.btrace/exception.exp: Likewise.
6701 * gdb.btrace/function_call_history.exp: Likewise.
6702 * gdb.btrace/gcore.exp: Likewise.
6703 * gdb.btrace/instruction_history.exp: Likewise.
6704 * gdb.btrace/multi-thread-step.exp: Likewise.
6705 * gdb.btrace/nohist.exp: Likewise.
6706 * gdb.btrace/non-stop.exp: Likewise.
6707 * gdb.btrace/reconnect.exp: Likewise.
6708 * gdb.btrace/record_goto-step.exp: Likewise.
6709 * gdb.btrace/record_goto.exp: Likewise.
6710 * gdb.btrace/rn-dl-bind.exp: Likewise.
6711 * gdb.btrace/segv.exp: Likewise.
6712 * gdb.btrace/step.exp: Likewise.
6713 * gdb.btrace/stepi.exp: Likewise.
6714 * gdb.btrace/tailcall-only.exp: Likewise.
6715 * gdb.btrace/tailcall.exp: Likewise.
6716 * gdb.btrace/tsx.exp: Likewise.
6717 * gdb.btrace/unknown_functions.exp: Likewise.
6718 * gdb.btrace/vdso.exp: Likewise.
6719
cd4007e4
MM
67202017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6721
6722 * gdb.btrace/enable-running.c: New.
6723 * gdb.btrace/enable-running.exp: New.
6724
2735833d
WT
67252017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6726
6727 * gdb.arch/amd64-gs_base.c: New file.
6728 * gdb.arch/amd64-gs_base.exp: New file.
6729
b51e1e94
LM
67302017-01-26 Luis Machado <lgustavo@codesourcery.com>
6731
6732 * lib/memory.exp: Remove spurious empty newlines.
6733
72ca0410
SM
67342017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6735
6736 * gdb.python/py-bad-printers.exp: Load python file using "source".
6737 * gdb.python/py-events.exp: Likewise.
6738 * gdb.python/py-evsignal.exp: Likewise.
6739 * gdb.python/py-evthreads.exp: Likewise.
6740 * gdb.python/py-frame-args.exp: Likewise.
6741 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6742 * gdb.python/py-framefilter-mi.exp: Likewise.
6743 * gdb.python/py-framefilter.exp: Likewise.
6744 * gdb.python/py-mi.exp: Likewise.
6745 * gdb.python/py-pp-maint.exp: Likewise.
6746 * gdb.python/py-pp-registration.exp: Likewise.
6747 * gdb.python/py-prettyprint.exp: Likewise.
6748 (run_lang_tests): Likewise.
6749 * gdb.python/py-typeprint.exp: Likewise.
6750
e309aa65
LM
67512017-01-26 Luis Machado <lgustavo@codesourcery.com>
6752
6753 * lib/memory.exp: New file.
6754 * lib/gdb.exp: Load memory.exp.
6755 * gdb.base/memattr.exp (delete_memory): Move proc to
6756 lib/memory.exp and rename to delete_memory_regions.
6757 Replace delete_memory with delete_memory_regions.
6758 Cleanup memory regions before tests.
6759 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6760 before tests.
6761
515aff23
LM
67622017-01-26 Luis Machado <lgustavo@codesourcery.com>
6763
6764 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6765 files.
6766 (initialize): New function conditionally defined.
6767 (testcases): Move within conditional block.
6768 (main): Call initialize.
6769 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6770 of gdb.reverse/insn-reverse.c.
6771 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6772 gdb.reverse/insn-reverse.c.
6773
d8b49cf0
YQ
67742017-01-26 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6777 disassemble on address 0.
6778
f13a9a0c
YQ
67792017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6780 Yao Qi <yao.qi@linaro.org>
6781
6782 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6783 * gdb.dwarf2/implptr-64bit.S: Remove.
6784 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6785 variables in caller's context. Add DW_OP_implicit_value.
6786
5ac95241
YQ
67872017-01-25 Yao Qi <yao.qi@linaro.org>
6788
6789 * lib/dwarf.exp (Dwarf::_location): Handle
6790 DW_OP_GNU_implicit_pointer with proper size.
6791
23e82930
LM
67922017-01-20 Luis Machado <lgustavo@codesourcery.com>
6793
6794 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6795 and add untested calls.
6796
d334ae25
LM
67972017-01-20 Luis Machado <lgustavo@codesourcery.com>
6798
6799 * gdb.python/python.exp: Check line number against what GDB thinks
6800 the line number is for func1.
6801
f5e6296e
IB
68022017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6803
6804 * gdb.dlang/debug-expr.exp: New file.
6805
5b362f04
LM
68062016-12-23 Luis Machado <lgustavo@codesourcery.com>
6807
6808 Fix test names for the following files:
6809
6810 * gdb.ada/exec_changed.exp
6811 * gdb.ada/info_types.exp
6812 * gdb.arch/aarch64-atomic-inst.exp
6813 * gdb.arch/aarch64-fp.exp
6814 * gdb.arch/altivec-abi.exp
6815 * gdb.arch/altivec-regs.exp
6816 * gdb.arch/amd64-byte.exp
6817 * gdb.arch/amd64-disp-step.exp
6818 * gdb.arch/amd64-dword.exp
6819 * gdb.arch/amd64-entry-value-inline.exp
6820 * gdb.arch/amd64-entry-value-param.exp
6821 * gdb.arch/amd64-entry-value-paramref.exp
6822 * gdb.arch/amd64-entry-value.exp
6823 * gdb.arch/amd64-i386-address.exp
6824 * gdb.arch/amd64-invalid-stack-middle.exp
6825 * gdb.arch/amd64-invalid-stack-top.exp
6826 * gdb.arch/amd64-optimout-repeat.exp
6827 * gdb.arch/amd64-prologue-skip.exp
6828 * gdb.arch/amd64-prologue-xmm.exp
6829 * gdb.arch/amd64-stap-special-operands.exp
6830 * gdb.arch/amd64-stap-wrong-subexp.exp
6831 * gdb.arch/amd64-tailcall-cxx.exp
6832 * gdb.arch/amd64-tailcall-noret.exp
6833 * gdb.arch/amd64-tailcall-ret.exp
6834 * gdb.arch/amd64-tailcall-self.exp
6835 * gdb.arch/amd64-word.exp
6836 * gdb.arch/arm-bl-branch-dest.exp
6837 * gdb.arch/arm-disp-step.exp
6838 * gdb.arch/arm-neon.exp
6839 * gdb.arch/arm-single-step-kernel-helper.exp
6840 * gdb.arch/avr-flash-qualifier.exp
6841 * gdb.arch/disp-step-insn-reloc.exp
6842 * gdb.arch/e500-abi.exp
6843 * gdb.arch/e500-regs.exp
6844 * gdb.arch/ftrace-insn-reloc.exp
6845 * gdb.arch/i386-avx512.exp
6846 * gdb.arch/i386-bp_permanent.exp
6847 * gdb.arch/i386-byte.exp
6848 * gdb.arch/i386-cfi-notcurrent.exp
6849 * gdb.arch/i386-disp-step.exp
6850 * gdb.arch/i386-dr3-watch.exp
6851 * gdb.arch/i386-float.exp
6852 * gdb.arch/i386-gnu-cfi.exp
6853 * gdb.arch/i386-mpx-map.exp
6854 * gdb.arch/i386-mpx-sigsegv.exp
6855 * gdb.arch/i386-mpx-simple_segv.exp
6856 * gdb.arch/i386-mpx.exp
6857 * gdb.arch/i386-permbkpt.exp
6858 * gdb.arch/i386-prologue.exp
6859 * gdb.arch/i386-signal.exp
6860 * gdb.arch/i386-size-overlap.exp
6861 * gdb.arch/i386-unwind.exp
6862 * gdb.arch/i386-word.exp
6863 * gdb.arch/mips-fcr.exp
6864 * gdb.arch/powerpc-d128-regs.exp
6865 * gdb.arch/powerpc-stackless.exp
6866 * gdb.arch/ppc64-atomic-inst.exp
6867 * gdb.arch/s390-stackless.exp
6868 * gdb.arch/s390-tdbregs.exp
6869 * gdb.arch/s390-vregs.exp
6870 * gdb.arch/sparc-sysstep.exp
6871 * gdb.arch/thumb-bx-pc.exp
6872 * gdb.arch/thumb-singlestep.exp
6873 * gdb.arch/thumb2-it.exp
6874 * gdb.arch/vsx-regs.exp
6875 * gdb.asm/asm-source.exp
6876 * gdb.base/a2-run.exp
6877 * gdb.base/advance.exp
6878 * gdb.base/all-bin.exp
6879 * gdb.base/anon.exp
6880 * gdb.base/args.exp
6881 * gdb.base/arithmet.exp
6882 * gdb.base/async-shell.exp
6883 * gdb.base/async.exp
6884 * gdb.base/attach-pie-noexec.exp
6885 * gdb.base/attach-twice.exp
6886 * gdb.base/auto-load.exp
6887 * gdb.base/bang.exp
6888 * gdb.base/bitfields.exp
6889 * gdb.base/break-always.exp
6890 * gdb.base/break-caller-line.exp
6891 * gdb.base/break-entry.exp
6892 * gdb.base/break-inline.exp
6893 * gdb.base/break-on-linker-gcd-function.exp
6894 * gdb.base/break-probes.exp
6895 * gdb.base/break.exp
6896 * gdb.base/breakpoint-shadow.exp
6897 * gdb.base/call-ar-st.exp
6898 * gdb.base/call-sc.exp
6899 * gdb.base/call-signal-resume.exp
6900 * gdb.base/call-strs.exp
6901 * gdb.base/callfuncs.exp
6902 * gdb.base/catch-fork-static.exp
6903 * gdb.base/catch-gdb-caused-signals.exp
6904 * gdb.base/catch-load.exp
6905 * gdb.base/catch-signal-fork.exp
6906 * gdb.base/catch-signal.exp
6907 * gdb.base/catch-syscall.exp
6908 * gdb.base/charset.exp
6909 * gdb.base/checkpoint.exp
6910 * gdb.base/chng-syms.exp
6911 * gdb.base/code-expr.exp
6912 * gdb.base/code_elim.exp
6913 * gdb.base/commands.exp
6914 * gdb.base/completion.exp
6915 * gdb.base/complex.exp
6916 * gdb.base/cond-expr.exp
6917 * gdb.base/condbreak.exp
6918 * gdb.base/consecutive.exp
6919 * gdb.base/continue-all-already-running.exp
6920 * gdb.base/coredump-filter.exp
6921 * gdb.base/corefile.exp
6922 * gdb.base/dbx.exp
6923 * gdb.base/debug-expr.exp
6924 * gdb.base/define.exp
6925 * gdb.base/del.exp
6926 * gdb.base/disabled-location.exp
6927 * gdb.base/disasm-end-cu.exp
6928 * gdb.base/disasm-optim.exp
6929 * gdb.base/display.exp
6930 * gdb.base/duplicate-bp.exp
6931 * gdb.base/ena-dis-br.exp
6932 * gdb.base/ending-run.exp
6933 * gdb.base/enumval.exp
6934 * gdb.base/environ.exp
6935 * gdb.base/eu-strip-infcall.exp
6936 * gdb.base/eval-avoid-side-effects.exp
6937 * gdb.base/eval-skip.exp
6938 * gdb.base/exitsignal.exp
6939 * gdb.base/expand-psymtabs.exp
6940 * gdb.base/filesym.exp
6941 * gdb.base/find-unmapped.exp
6942 * gdb.base/finish.exp
6943 * gdb.base/float.exp
6944 * gdb.base/foll-exec-mode.exp
6945 * gdb.base/foll-exec.exp
6946 * gdb.base/foll-fork.exp
6947 * gdb.base/fortran-sym-case.exp
6948 * gdb.base/freebpcmd.exp
6949 * gdb.base/func-ptr.exp
6950 * gdb.base/func-ptrs.exp
6951 * gdb.base/funcargs.exp
6952 * gdb.base/gcore-buffer-overflow.exp
6953 * gdb.base/gcore-relro-pie.exp
6954 * gdb.base/gcore-relro.exp
6955 * gdb.base/gcore.exp
6956 * gdb.base/gdb1090.exp
6957 * gdb.base/gdb11530.exp
6958 * gdb.base/gdb11531.exp
6959 * gdb.base/gdb1821.exp
6960 * gdb.base/gdbindex-stabs.exp
6961 * gdb.base/gdbvars.exp
6962 * gdb.base/hbreak.exp
6963 * gdb.base/hbreak2.exp
6964 * gdb.base/included.exp
6965 * gdb.base/infcall-input.exp
6966 * gdb.base/inferior-died.exp
6967 * gdb.base/infnan.exp
6968 * gdb.base/info-macros.exp
6969 * gdb.base/info-os.exp
6970 * gdb.base/info-proc.exp
6971 * gdb.base/info-shared.exp
6972 * gdb.base/info-target.exp
6973 * gdb.base/infoline.exp
6974 * gdb.base/interp.exp
6975 * gdb.base/interrupt.exp
6976 * gdb.base/jit-reader.exp
6977 * gdb.base/jit-simple.exp
6978 * gdb.base/kill-after-signal.exp
6979 * gdb.base/kill-detach-inferiors-cmd.exp
6980 * gdb.base/label.exp
6981 * gdb.base/langs.exp
6982 * gdb.base/ldbl_e308.exp
6983 * gdb.base/line-symtabs.exp
6984 * gdb.base/linespecs.exp
6985 * gdb.base/list.exp
6986 * gdb.base/long_long.exp
6987 * gdb.base/longest-types.exp
6988 * gdb.base/maint.exp
6989 * gdb.base/max-value-size.exp
6990 * gdb.base/memattr.exp
6991 * gdb.base/mips_pro.exp
6992 * gdb.base/morestack.exp
6993 * gdb.base/moribund-step.exp
6994 * gdb.base/multi-forks.exp
6995 * gdb.base/nested-addr.exp
6996 * gdb.base/nextoverexit.exp
6997 * gdb.base/noreturn-finish.exp
6998 * gdb.base/noreturn-return.exp
6999 * gdb.base/nostdlib.exp
7000 * gdb.base/offsets.exp
7001 * gdb.base/opaque.exp
7002 * gdb.base/pc-fp.exp
7003 * gdb.base/permissions.exp
7004 * gdb.base/print-symbol-loading.exp
7005 * gdb.base/prologue-include.exp
7006 * gdb.base/psymtab.exp
7007 * gdb.base/ptype.exp
7008 * gdb.base/random-signal.exp
7009 * gdb.base/randomize.exp
7010 * gdb.base/range-stepping.exp
7011 * gdb.base/readline-ask.exp
7012 * gdb.base/recpar.exp
7013 * gdb.base/recurse.exp
7014 * gdb.base/relational.exp
7015 * gdb.base/restore.exp
7016 * gdb.base/return-nodebug.exp
7017 * gdb.base/return.exp
7018 * gdb.base/run-after-attach.exp
7019 * gdb.base/save-bp.exp
7020 * gdb.base/scope.exp
7021 * gdb.base/sect-cmd.exp
7022 * gdb.base/set-lang-auto.exp
7023 * gdb.base/set-noassign.exp
7024 * gdb.base/setvar.exp
7025 * gdb.base/sigall.exp
7026 * gdb.base/sigbpt.exp
7027 * gdb.base/siginfo-addr.exp
7028 * gdb.base/siginfo-infcall.exp
7029 * gdb.base/siginfo-obj.exp
7030 * gdb.base/siginfo.exp
7031 * gdb.base/signals-state-child.exp
7032 * gdb.base/signest.exp
7033 * gdb.base/sigstep.exp
7034 * gdb.base/sizeof.exp
7035 * gdb.base/skip.exp
7036 * gdb.base/solib-corrupted.exp
7037 * gdb.base/solib-nodir.exp
7038 * gdb.base/solib-search.exp
7039 * gdb.base/stack-checking.exp
7040 * gdb.base/stale-infcall.exp
7041 * gdb.base/stap-probe.exp
7042 * gdb.base/start.exp
7043 * gdb.base/step-break.exp
7044 * gdb.base/step-bt.exp
7045 * gdb.base/step-line.exp
7046 * gdb.base/step-over-exit.exp
7047 * gdb.base/step-over-syscall.exp
7048 * gdb.base/step-resume-infcall.exp
7049 * gdb.base/step-test.exp
7050 * gdb.base/store.exp
7051 * gdb.base/structs3.exp
7052 * gdb.base/sym-file.exp
7053 * gdb.base/symbol-without-target_section.exp
7054 * gdb.base/term.exp
7055 * gdb.base/testenv.exp
7056 * gdb.base/ui-redirect.exp
7057 * gdb.base/until.exp
7058 * gdb.base/unwindonsignal.exp
7059 * gdb.base/value-double-free.exp
7060 * gdb.base/vla-datatypes.exp
7061 * gdb.base/vla-ptr.exp
7062 * gdb.base/vla-sideeffect.exp
7063 * gdb.base/volatile.exp
7064 * gdb.base/watch-cond-infcall.exp
7065 * gdb.base/watch-cond.exp
7066 * gdb.base/watch-non-mem.exp
7067 * gdb.base/watch-read.exp
7068 * gdb.base/watch-vfork.exp
7069 * gdb.base/watchpoint-cond-gone.exp
7070 * gdb.base/watchpoint-delete.exp
7071 * gdb.base/watchpoint-hw-hit-once.exp
7072 * gdb.base/watchpoint-hw.exp
7073 * gdb.base/watchpoint-stops-at-right-insn.exp
7074 * gdb.base/watchpoints.exp
7075 * gdb.base/wchar.exp
7076 * gdb.base/whatis-exp.exp
7077 * gdb.btrace/buffer-size.exp
7078 * gdb.btrace/data.exp
7079 * gdb.btrace/delta.exp
7080 * gdb.btrace/dlopen.exp
7081 * gdb.btrace/enable.exp
7082 * gdb.btrace/exception.exp
7083 * gdb.btrace/function_call_history.exp
7084 * gdb.btrace/gcore.exp
7085 * gdb.btrace/instruction_history.exp
7086 * gdb.btrace/nohist.exp
7087 * gdb.btrace/reconnect.exp
7088 * gdb.btrace/record_goto-step.exp
7089 * gdb.btrace/record_goto.exp
7090 * gdb.btrace/rn-dl-bind.exp
7091 * gdb.btrace/segv.exp
7092 * gdb.btrace/step.exp
7093 * gdb.btrace/stepi.exp
7094 * gdb.btrace/tailcall-only.exp
7095 * gdb.btrace/tailcall.exp
7096 * gdb.btrace/tsx.exp
7097 * gdb.btrace/unknown_functions.exp
7098 * gdb.btrace/vdso.exp
7099 * gdb.compile/compile-ifunc.exp
7100 * gdb.compile/compile-ops.exp
7101 * gdb.compile/compile-print.exp
7102 * gdb.compile/compile-setjmp.exp
7103 * gdb.cp/abstract-origin.exp
7104 * gdb.cp/ambiguous.exp
7105 * gdb.cp/annota2.exp
7106 * gdb.cp/annota3.exp
7107 * gdb.cp/anon-ns.exp
7108 * gdb.cp/anon-struct.exp
7109 * gdb.cp/anon-union.exp
7110 * gdb.cp/arg-reference.exp
7111 * gdb.cp/baseenum.exp
7112 * gdb.cp/bool.exp
7113 * gdb.cp/breakpoint.exp
7114 * gdb.cp/bs15503.exp
7115 * gdb.cp/call-c.exp
7116 * gdb.cp/casts.exp
7117 * gdb.cp/chained-calls.exp
7118 * gdb.cp/class2.exp
7119 * gdb.cp/classes.exp
7120 * gdb.cp/cmpd-minsyms.exp
7121 * gdb.cp/converts.exp
7122 * gdb.cp/cp-relocate.exp
7123 * gdb.cp/cpcompletion.exp
7124 * gdb.cp/cpexprs.exp
7125 * gdb.cp/cplabel.exp
7126 * gdb.cp/cplusfuncs.exp
7127 * gdb.cp/cpsizeof.exp
7128 * gdb.cp/ctti.exp
7129 * gdb.cp/derivation.exp
7130 * gdb.cp/destrprint.exp
7131 * gdb.cp/dispcxx.exp
7132 * gdb.cp/enum-class.exp
7133 * gdb.cp/exception.exp
7134 * gdb.cp/exceptprint.exp
7135 * gdb.cp/expand-psymtabs-cxx.exp
7136 * gdb.cp/expand-sals.exp
7137 * gdb.cp/extern-c.exp
7138 * gdb.cp/filename.exp
7139 * gdb.cp/formatted-ref.exp
7140 * gdb.cp/fpointer.exp
7141 * gdb.cp/gdb1355.exp
7142 * gdb.cp/gdb2495.exp
7143 * gdb.cp/hang.exp
7144 * gdb.cp/impl-this.exp
7145 * gdb.cp/infcall-dlopen.exp
7146 * gdb.cp/inherit.exp
7147 * gdb.cp/iostream.exp
7148 * gdb.cp/koenig.exp
7149 * gdb.cp/local.exp
7150 * gdb.cp/m-data.exp
7151 * gdb.cp/m-static.exp
7152 * gdb.cp/mb-ctor.exp
7153 * gdb.cp/mb-inline.exp
7154 * gdb.cp/mb-templates.exp
7155 * gdb.cp/member-name.exp
7156 * gdb.cp/member-ptr.exp
7157 * gdb.cp/meth-typedefs.exp
7158 * gdb.cp/method.exp
7159 * gdb.cp/method2.exp
7160 * gdb.cp/minsym-fallback.exp
7161 * gdb.cp/misc.exp
7162 * gdb.cp/namelessclass.exp
7163 * gdb.cp/namespace-enum.exp
7164 * gdb.cp/namespace-nested-import.exp
7165 * gdb.cp/namespace.exp
7166 * gdb.cp/nextoverthrow.exp
7167 * gdb.cp/no-dmgl-verbose.exp
7168 * gdb.cp/non-trivial-retval.exp
7169 * gdb.cp/noparam.exp
7170 * gdb.cp/nsdecl.exp
7171 * gdb.cp/nsimport.exp
7172 * gdb.cp/nsnested.exp
7173 * gdb.cp/nsnoimports.exp
7174 * gdb.cp/nsrecurs.exp
7175 * gdb.cp/nsstress.exp
7176 * gdb.cp/nsusing.exp
7177 * gdb.cp/operator.exp
7178 * gdb.cp/oranking.exp
7179 * gdb.cp/overload-const.exp
7180 * gdb.cp/overload.exp
7181 * gdb.cp/ovldbreak.exp
7182 * gdb.cp/ovsrch.exp
7183 * gdb.cp/paren-type.exp
7184 * gdb.cp/parse-lang.exp
7185 * gdb.cp/pass-by-ref.exp
7186 * gdb.cp/pr-1023.exp
7187 * gdb.cp/pr-1210.exp
7188 * gdb.cp/pr-574.exp
7189 * gdb.cp/pr10687.exp
7190 * gdb.cp/pr12028.exp
7191 * gdb.cp/pr17132.exp
7192 * gdb.cp/pr17494.exp
7193 * gdb.cp/pr9067.exp
7194 * gdb.cp/pr9167.exp
7195 * gdb.cp/pr9631.exp
7196 * gdb.cp/printmethod.exp
7197 * gdb.cp/psmang.exp
7198 * gdb.cp/psymtab-parameter.exp
7199 * gdb.cp/ptype-cv-cp.exp
7200 * gdb.cp/ptype-flags.exp
7201 * gdb.cp/re-set-overloaded.exp
7202 * gdb.cp/ref-types.exp
7203 * gdb.cp/rtti.exp
7204 * gdb.cp/scope-err.exp
7205 * gdb.cp/shadow.exp
7206 * gdb.cp/smartp.exp
7207 * gdb.cp/static-method.exp
7208 * gdb.cp/static-print-quit.exp
7209 * gdb.cp/temargs.exp
7210 * gdb.cp/templates.exp
7211 * gdb.cp/try_catch.exp
7212 * gdb.cp/typedef-operator.exp
7213 * gdb.cp/typeid.exp
7214 * gdb.cp/userdef.exp
7215 * gdb.cp/using-crash.exp
7216 * gdb.cp/var-tag.exp
7217 * gdb.cp/virtbase.exp
7218 * gdb.cp/virtfunc.exp
7219 * gdb.cp/virtfunc2.exp
7220 * gdb.cp/vla-cxx.exp
7221 * gdb.disasm/t01_mov.exp
7222 * gdb.disasm/t02_mova.exp
7223 * gdb.disasm/t03_add.exp
7224 * gdb.disasm/t04_sub.exp
7225 * gdb.disasm/t05_cmp.exp
7226 * gdb.disasm/t06_ari2.exp
7227 * gdb.disasm/t07_ari3.exp
7228 * gdb.disasm/t08_or.exp
7229 * gdb.disasm/t09_xor.exp
7230 * gdb.disasm/t10_and.exp
7231 * gdb.disasm/t11_logs.exp
7232 * gdb.disasm/t12_bit.exp
7233 * gdb.disasm/t13_otr.exp
7234 * gdb.dlang/circular.exp
7235 * gdb.dwarf2/arr-stride.exp
7236 * gdb.dwarf2/arr-subrange.exp
7237 * gdb.dwarf2/atomic-type.exp
7238 * gdb.dwarf2/bad-regnum.exp
7239 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7240 * gdb.dwarf2/callframecfa.exp
7241 * gdb.dwarf2/clztest.exp
7242 * gdb.dwarf2/corrupt.exp
7243 * gdb.dwarf2/data-loc.exp
7244 * gdb.dwarf2/dup-psym.exp
7245 * gdb.dwarf2/dw2-anon-mptr.exp
7246 * gdb.dwarf2/dw2-anonymous-func.exp
7247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7248 * gdb.dwarf2/dw2-bad-unresolved.exp
7249 * gdb.dwarf2/dw2-basic.exp
7250 * gdb.dwarf2/dw2-canonicalize-type.exp
7251 * gdb.dwarf2/dw2-case-insensitive.exp
7252 * gdb.dwarf2/dw2-common-block.exp
7253 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7254 * gdb.dwarf2/dw2-compressed.exp
7255 * gdb.dwarf2/dw2-const.exp
7256 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7257 * gdb.dwarf2/dw2-cu-size.exp
7258 * gdb.dwarf2/dw2-dup-frame.exp
7259 * gdb.dwarf2/dw2-entry-value.exp
7260 * gdb.dwarf2/dw2-icycle.exp
7261 * gdb.dwarf2/dw2-ifort-parameter.exp
7262 * gdb.dwarf2/dw2-inline-break.exp
7263 * gdb.dwarf2/dw2-inline-param.exp
7264 * gdb.dwarf2/dw2-intercu.exp
7265 * gdb.dwarf2/dw2-intermix.exp
7266 * gdb.dwarf2/dw2-lexical-block-bare.exp
7267 * gdb.dwarf2/dw2-linkage-name-trust.exp
7268 * gdb.dwarf2/dw2-minsym-in-cu.exp
7269 * gdb.dwarf2/dw2-noloc.exp
7270 * gdb.dwarf2/dw2-op-call.exp
7271 * gdb.dwarf2/dw2-op-out-param.exp
7272 * gdb.dwarf2/dw2-opt-structptr.exp
7273 * gdb.dwarf2/dw2-param-error.exp
7274 * gdb.dwarf2/dw2-producer.exp
7275 * gdb.dwarf2/dw2-ranges-base.exp
7276 * gdb.dwarf2/dw2-ref-missing-frame.exp
7277 * gdb.dwarf2/dw2-reg-undefined.exp
7278 * gdb.dwarf2/dw2-regno-invalid.exp
7279 * gdb.dwarf2/dw2-restore.exp
7280 * gdb.dwarf2/dw2-restrict.exp
7281 * gdb.dwarf2/dw2-single-line-discriminators.exp
7282 * gdb.dwarf2/dw2-strp.exp
7283 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7284 * gdb.dwarf2/dw2-unresolved.exp
7285 * gdb.dwarf2/dw2-var-zero-addr.exp
7286 * gdb.dwarf2/dw4-sig-types.exp
7287 * gdb.dwarf2/dwz.exp
7288 * gdb.dwarf2/dynarr-ptr.exp
7289 * gdb.dwarf2/enum-type.exp
7290 * gdb.dwarf2/gdb-index.exp
7291 * gdb.dwarf2/implptr-64bit.exp
7292 * gdb.dwarf2/implptr-optimized-out.exp
7293 * gdb.dwarf2/implptr.exp
7294 * gdb.dwarf2/implref-array.exp
7295 * gdb.dwarf2/implref-const.exp
7296 * gdb.dwarf2/implref-global.exp
7297 * gdb.dwarf2/implref-struct.exp
7298 * gdb.dwarf2/mac-fileno.exp
7299 * gdb.dwarf2/main-subprogram.exp
7300 * gdb.dwarf2/member-ptr-forwardref.exp
7301 * gdb.dwarf2/method-ptr.exp
7302 * gdb.dwarf2/missing-sig-type.exp
7303 * gdb.dwarf2/nonvar-access.exp
7304 * gdb.dwarf2/opaque-type-lookup.exp
7305 * gdb.dwarf2/pieces-optimized-out.exp
7306 * gdb.dwarf2/pieces.exp
7307 * gdb.dwarf2/pr10770.exp
7308 * gdb.dwarf2/pr13961.exp
7309 * gdb.dwarf2/staticvirtual.exp
7310 * gdb.dwarf2/subrange.exp
7311 * gdb.dwarf2/symtab-producer.exp
7312 * gdb.dwarf2/trace-crash.exp
7313 * gdb.dwarf2/typeddwarf.exp
7314 * gdb.dwarf2/valop.exp
7315 * gdb.dwarf2/watch-notconst.exp
7316 * gdb.fortran/array-element.exp
7317 * gdb.fortran/charset.exp
7318 * gdb.fortran/common-block.exp
7319 * gdb.fortran/complex.exp
7320 * gdb.fortran/derived-type-function.exp
7321 * gdb.fortran/derived-type.exp
7322 * gdb.fortran/logical.exp
7323 * gdb.fortran/module.exp
7324 * gdb.fortran/multi-dim.exp
7325 * gdb.fortran/nested-funcs.exp
7326 * gdb.fortran/print-formatted.exp
7327 * gdb.fortran/subarray.exp
7328 * gdb.fortran/vla-alloc-assoc.exp
7329 * gdb.fortran/vla-datatypes.exp
7330 * gdb.fortran/vla-history.exp
7331 * gdb.fortran/vla-ptr-info.exp
7332 * gdb.fortran/vla-ptype-sub.exp
7333 * gdb.fortran/vla-ptype.exp
7334 * gdb.fortran/vla-sizeof.exp
7335 * gdb.fortran/vla-type.exp
7336 * gdb.fortran/vla-value-sub-arbitrary.exp
7337 * gdb.fortran/vla-value-sub-finish.exp
7338 * gdb.fortran/vla-value-sub.exp
7339 * gdb.fortran/vla-value.exp
7340 * gdb.fortran/whatis_type.exp
7341 * gdb.go/chan.exp
7342 * gdb.go/handcall.exp
7343 * gdb.go/hello.exp
7344 * gdb.go/integers.exp
7345 * gdb.go/methods.exp
7346 * gdb.go/package.exp
7347 * gdb.go/strings.exp
7348 * gdb.go/types.exp
7349 * gdb.go/unsafe.exp
7350 * gdb.guile/scm-arch.exp
7351 * gdb.guile/scm-block.exp
7352 * gdb.guile/scm-breakpoint.exp
7353 * gdb.guile/scm-cmd.exp
7354 * gdb.guile/scm-disasm.exp
7355 * gdb.guile/scm-equal.exp
7356 * gdb.guile/scm-frame-args.exp
7357 * gdb.guile/scm-frame-inline.exp
7358 * gdb.guile/scm-frame.exp
7359 * gdb.guile/scm-iterator.exp
7360 * gdb.guile/scm-math.exp
7361 * gdb.guile/scm-objfile.exp
7362 * gdb.guile/scm-ports.exp
7363 * gdb.guile/scm-symbol.exp
7364 * gdb.guile/scm-symtab.exp
7365 * gdb.guile/scm-value-cc.exp
7366 * gdb.guile/types-module.exp
7367 * gdb.linespec/break-ask.exp
7368 * gdb.linespec/cpexplicit.exp
7369 * gdb.linespec/explicit.exp
7370 * gdb.linespec/keywords.exp
7371 * gdb.linespec/linespec.exp
7372 * gdb.linespec/ls-dollar.exp
7373 * gdb.linespec/ls-errs.exp
7374 * gdb.linespec/skip-two.exp
7375 * gdb.linespec/thread.exp
7376 * gdb.mi/mi-async.exp
7377 * gdb.mi/mi-basics.exp
7378 * gdb.mi/mi-break.exp
7379 * gdb.mi/mi-catch-load.exp
7380 * gdb.mi/mi-cli.exp
7381 * gdb.mi/mi-cmd-param-changed.exp
7382 * gdb.mi/mi-console.exp
7383 * gdb.mi/mi-detach.exp
7384 * gdb.mi/mi-disassemble.exp
7385 * gdb.mi/mi-eval.exp
7386 * gdb.mi/mi-file-transfer.exp
7387 * gdb.mi/mi-file.exp
7388 * gdb.mi/mi-fill-memory.exp
7389 * gdb.mi/mi-inheritance-syntax-error.exp
7390 * gdb.mi/mi-linespec-err-cp.exp
7391 * gdb.mi/mi-logging.exp
7392 * gdb.mi/mi-memory-changed.exp
7393 * gdb.mi/mi-read-memory.exp
7394 * gdb.mi/mi-record-changed.exp
7395 * gdb.mi/mi-reg-undefined.exp
7396 * gdb.mi/mi-regs.exp
7397 * gdb.mi/mi-return.exp
7398 * gdb.mi/mi-reverse.exp
7399 * gdb.mi/mi-simplerun.exp
7400 * gdb.mi/mi-solib.exp
7401 * gdb.mi/mi-stack.exp
7402 * gdb.mi/mi-stepi.exp
7403 * gdb.mi/mi-syn-frame.exp
7404 * gdb.mi/mi-until.exp
7405 * gdb.mi/mi-var-block.exp
7406 * gdb.mi/mi-var-child.exp
7407 * gdb.mi/mi-var-cmd.exp
7408 * gdb.mi/mi-var-cp.exp
7409 * gdb.mi/mi-var-display.exp
7410 * gdb.mi/mi-var-invalidate.exp
7411 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7412 * gdb.mi/mi-vla-fortran.exp
7413 * gdb.mi/mi-watch.exp
7414 * gdb.mi/mi2-var-child.exp
7415 * gdb.mi/user-selected-context-sync.exp
7416 * gdb.modula2/unbounded-array.exp
7417 * gdb.multi/dummy-frame-restore.exp
7418 * gdb.multi/multi-arch-exec.exp
7419 * gdb.multi/multi-arch.exp
7420 * gdb.multi/tids.exp
7421 * gdb.multi/watchpoint-multi.exp
7422 * gdb.opencl/callfuncs.exp
7423 * gdb.opencl/convs_casts.exp
7424 * gdb.opencl/datatypes.exp
7425 * gdb.opencl/operators.exp
7426 * gdb.opencl/vec_comps.exp
7427 * gdb.opt/clobbered-registers-O2.exp
7428 * gdb.opt/inline-break.exp
7429 * gdb.opt/inline-bt.exp
7430 * gdb.opt/inline-cmds.exp
7431 * gdb.opt/inline-locals.exp
7432 * gdb.pascal/case-insensitive-symbols.exp
7433 * gdb.pascal/floats.exp
7434 * gdb.pascal/gdb11492.exp
7435 * gdb.python/lib-types.exp
7436 * gdb.python/py-arch.exp
7437 * gdb.python/py-as-string.exp
7438 * gdb.python/py-bad-printers.exp
7439 * gdb.python/py-block.exp
7440 * gdb.python/py-breakpoint-create-fail.exp
7441 * gdb.python/py-breakpoint.exp
7442 * gdb.python/py-caller-is.exp
7443 * gdb.python/py-cmd.exp
7444 * gdb.python/py-explore-cc.exp
7445 * gdb.python/py-explore.exp
7446 * gdb.python/py-finish-breakpoint.exp
7447 * gdb.python/py-finish-breakpoint2.exp
7448 * gdb.python/py-frame-args.exp
7449 * gdb.python/py-frame-inline.exp
7450 * gdb.python/py-frame.exp
7451 * gdb.python/py-framefilter-mi.exp
7452 * gdb.python/py-infthread.exp
7453 * gdb.python/py-lazy-string.exp
7454 * gdb.python/py-linetable.exp
7455 * gdb.python/py-mi-events.exp
7456 * gdb.python/py-mi-objfile.exp
7457 * gdb.python/py-mi.exp
7458 * gdb.python/py-objfile.exp
7459 * gdb.python/py-pp-integral.exp
7460 * gdb.python/py-pp-maint.exp
7461 * gdb.python/py-pp-re-notag.exp
7462 * gdb.python/py-pp-registration.exp
7463 * gdb.python/py-recurse-unwind.exp
7464 * gdb.python/py-strfns.exp
7465 * gdb.python/py-symbol.exp
7466 * gdb.python/py-symtab.exp
7467 * gdb.python/py-sync-interp.exp
7468 * gdb.python/py-typeprint.exp
7469 * gdb.python/py-unwind-maint.exp
7470 * gdb.python/py-unwind.exp
7471 * gdb.python/py-value-cc.exp
7472 * gdb.python/py-xmethods.exp
7473 * gdb.reverse/amd64-tailcall-reverse.exp
7474 * gdb.reverse/break-precsave.exp
7475 * gdb.reverse/break-reverse.exp
7476 * gdb.reverse/consecutive-precsave.exp
7477 * gdb.reverse/consecutive-reverse.exp
7478 * gdb.reverse/finish-precsave.exp
7479 * gdb.reverse/finish-reverse-bkpt.exp
7480 * gdb.reverse/finish-reverse.exp
7481 * gdb.reverse/fstatat-reverse.exp
7482 * gdb.reverse/getresuid-reverse.exp
7483 * gdb.reverse/i386-precsave.exp
7484 * gdb.reverse/i386-reverse.exp
7485 * gdb.reverse/i386-sse-reverse.exp
7486 * gdb.reverse/i387-env-reverse.exp
7487 * gdb.reverse/i387-stack-reverse.exp
7488 * gdb.reverse/insn-reverse.exp
7489 * gdb.reverse/machinestate-precsave.exp
7490 * gdb.reverse/machinestate.exp
7491 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7492 * gdb.reverse/pipe-reverse.exp
7493 * gdb.reverse/readv-reverse.exp
7494 * gdb.reverse/recvmsg-reverse.exp
7495 * gdb.reverse/rerun-prec.exp
7496 * gdb.reverse/s390-mvcle.exp
7497 * gdb.reverse/step-precsave.exp
7498 * gdb.reverse/step-reverse.exp
7499 * gdb.reverse/time-reverse.exp
7500 * gdb.reverse/until-precsave.exp
7501 * gdb.reverse/until-reverse.exp
7502 * gdb.reverse/waitpid-reverse.exp
7503 * gdb.reverse/watch-precsave.exp
7504 * gdb.reverse/watch-reverse.exp
7505 * gdb.rust/generics.exp
7506 * gdb.rust/methods.exp
7507 * gdb.rust/modules.exp
7508 * gdb.rust/simple.exp
7509 * gdb.server/connect-with-no-symbol-file.exp
7510 * gdb.server/ext-attach.exp
7511 * gdb.server/ext-restart.exp
7512 * gdb.server/ext-wrapper.exp
7513 * gdb.server/file-transfer.exp
7514 * gdb.server/server-exec-info.exp
7515 * gdb.server/server-kill.exp
7516 * gdb.server/server-mon.exp
7517 * gdb.server/wrapper.exp
7518 * gdb.stabs/exclfwd.exp
7519 * gdb.stabs/gdb11479.exp
7520 * gdb.threads/clone-new-thread-event.exp
7521 * gdb.threads/corethreads.exp
7522 * gdb.threads/current-lwp-dead.exp
7523 * gdb.threads/dlopen-libpthread.exp
7524 * gdb.threads/gcore-thread.exp
7525 * gdb.threads/sigstep-threads.exp
7526 * gdb.threads/watchpoint-fork.exp
7527 * gdb.trace/actions-changed.exp
7528 * gdb.trace/backtrace.exp
7529 * gdb.trace/change-loc.exp
7530 * gdb.trace/circ.exp
7531 * gdb.trace/collection.exp
7532 * gdb.trace/disconnected-tracing.exp
7533 * gdb.trace/ftrace.exp
7534 * gdb.trace/mi-trace-frame-collected.exp
7535 * gdb.trace/mi-trace-unavailable.exp
7536 * gdb.trace/mi-traceframe-changed.exp
7537 * gdb.trace/mi-tsv-changed.exp
7538 * gdb.trace/no-attach-trace.exp
7539 * gdb.trace/passc-dyn.exp
7540 * gdb.trace/qtro.exp
7541 * gdb.trace/range-stepping.exp
7542 * gdb.trace/read-memory.exp
7543 * gdb.trace/save-trace.exp
7544 * gdb.trace/signal.exp
7545 * gdb.trace/status-stop.exp
7546 * gdb.trace/tfile.exp
7547 * gdb.trace/trace-break.exp
7548 * gdb.trace/trace-buffer-size.exp
7549 * gdb.trace/trace-condition.exp
7550 * gdb.trace/tracefile-pseudo-reg.exp
7551 * gdb.trace/tstatus.exp
7552 * gdb.trace/unavailable.exp
7553 * gdb.trace/while-dyn.exp
7554 * gdb.trace/while-stepping.exp
7555
34c41c68
DE
75562016-12-22 Doug Evans <xdje42@gmail.com>
7557
7558 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7559 and msymbols.
7560
16e69324
YQ
75612016-12-19 Yao Qi <yao.qi@linaro.org>
7562
7563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7564 (test_with_self): Don't call do_steps_and_nexts, and remove
7565 code about stepping into xmalloc.
7566
f94f411b
YQ
75672016-12-09 Yao Qi <yao.qi@linaro.org>
7568
7569 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7570
75712016-12-09 Yao Qi <yao.qi@linaro.org>
7572
7573 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7574
f1b5deee
PA
75752016-12-09 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/all-architectures-0.exp: New file.
7578 * gdb.base/all-architectures-1.exp: New file.
7579 * gdb.base/all-architectures-2.exp: New file.
7580 * gdb.base/all-architectures-3.exp: New file.
7581 * gdb.base/all-architectures-4.exp: New file.
7582 * gdb.base/all-architectures-5.exp: New file.
7583 * gdb.base/all-architectures-6.exp: New file.
7584 * gdb.base/all-architectures-7.exp: New file.
7585 * gdb.base/all-architectures.exp.in: New file.
7586
364ca42e
YQ
75872016-12-09 Yao Qi <yao.qi@linaro.org>
7588
7589 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7590
107c2d62
LM
75912016-12-02 Luis Machado <lgustavo@codesourcery.com>
7592
7593 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7594 possible.
7595 Remove useless pattern-matching code.
7596
df3ee9ca
PA
75972016-12-02 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7600 procedure.
7601 (top level): Call it.
7602
ec835369
PA
76032016-12-02 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7606 New procedure.
7607 (top level): Call it.
7608
01770bbd
PA
76092016-12-02 Pedro Alves <palves@redhat.com>
7610
7611 PR cli/20559
7612 * gdb.base/commands.exp (user_defined_command_args_eval): New
7613 procedure.
7614 (top level): Call it.
7615
008459ea
LM
76162016-12-02 Luis Machado <lgustavo@codesourcery.com>
7617
7618 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7619 timeout handling.
7620
0c1b455e
TT
76212016-12-02 Tom Tromey <tom@tromey.com>
7622
7623 * gdb.dwarf2/main-subprogram.c: New file.
7624 * gdb.dwarf2/main-subprogram.exp: New file.
7625
018572b8
LM
76262016-12-01 Luis Machado <lgustavo@codesourcery.com>
7627
7628 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7629 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7630 gdb_test_no_output for a couple of cases.
7631 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7632
84c93cd5
LM
76332016-12-01 Luis Machado <lgustavo@codesourcery.com>
7634
7635 Fix test names and standardize compilation error messages throughout
7636 the following files:
7637
7638 * gdb.ada/start.exp
7639 * gdb.arch/alpha-step.exp
7640 * gdb.arch/e500-prologue.exp
7641 * gdb.arch/ftrace-insn-reloc.exp
7642 * gdb.arch/gdb1291.exp
7643 * gdb.arch/gdb1431.exp
7644 * gdb.arch/gdb1558.exp
7645 * gdb.arch/i386-dr3-watch.exp
7646 * gdb.arch/i386-sse-stack-align.exp
7647 * gdb.arch/ia64-breakpoint-shadow.exp
7648 * gdb.arch/pa-nullify.exp
7649 * gdb.arch/powerpc-aix-prologue.exp
7650 * gdb.arch/thumb-bx-pc.exp
7651 * gdb.base/annota1.exp
7652 * gdb.base/annota3.exp
7653 * gdb.base/arrayidx.exp
7654 * gdb.base/assign.exp
7655 * gdb.base/attach.exp
7656 * gdb.base/auxv.exp
7657 * gdb.base/bang.exp
7658 * gdb.base/bfp-test.exp
7659 * gdb.base/bigcore.exp
7660 * gdb.base/bitfields2.exp
7661 * gdb.base/break-fun-addr.exp
7662 * gdb.base/break-probes.exp
7663 * gdb.base/call-rt-st.exp
7664 * gdb.base/callexit.exp
7665 * gdb.base/catch-fork-kill.exp
7666 * gdb.base/charset.exp
7667 * gdb.base/checkpoint.exp
7668 * gdb.base/comprdebug.exp
7669 * gdb.base/constvars.exp
7670 * gdb.base/coredump-filter.exp
7671 * gdb.base/cursal.exp
7672 * gdb.base/cvexpr.exp
7673 * gdb.base/detach.exp
7674 * gdb.base/display.exp
7675 * gdb.base/dmsym.exp
7676 * gdb.base/dprintf-pending.exp
7677 * gdb.base/dso2dso.exp
7678 * gdb.base/dtrace-probe.exp
7679 * gdb.base/dump.exp
7680 * gdb.base/enum_cond.exp
7681 * gdb.base/exe-lock.exp
7682 * gdb.base/exec-invalid-sysroot.exp
7683 * gdb.base/execl-update-breakpoints.exp
7684 * gdb.base/exprs.exp
7685 * gdb.base/fileio.exp
7686 * gdb.base/find.exp
7687 * gdb.base/finish.exp
7688 * gdb.base/fixsection.exp
7689 * gdb.base/foll-vfork.exp
7690 * gdb.base/frame-args.exp
7691 * gdb.base/gcore.exp
7692 * gdb.base/gdb1250.exp
7693 * gdb.base/global-var-nested-by-dso.exp
7694 * gdb.base/gnu-ifunc.exp
7695 * gdb.base/hashline1.exp
7696 * gdb.base/hashline2.exp
7697 * gdb.base/hashline3.exp
7698 * gdb.base/hbreak-in-shr-unsupported.exp
7699 * gdb.base/huge.exp
7700 * gdb.base/infcall-input.exp
7701 * gdb.base/info-fun.exp
7702 * gdb.base/info-shared.exp
7703 * gdb.base/jit-simple.exp
7704 * gdb.base/jit-so.exp
7705 * gdb.base/jit.exp
7706 * gdb.base/jump.exp
7707 * gdb.base/label.exp
7708 * gdb.base/lineinc.exp
7709 * gdb.base/logical.exp
7710 * gdb.base/longjmp.exp
7711 * gdb.base/macscp.exp
7712 * gdb.base/miscexprs.exp
7713 * gdb.base/new-ui-echo.exp
7714 * gdb.base/new-ui-pending-input.exp
7715 * gdb.base/new-ui.exp
7716 * gdb.base/nodebug.exp
7717 * gdb.base/nofield.exp
7718 * gdb.base/offsets.exp
7719 * gdb.base/overlays.exp
7720 * gdb.base/pending.exp
7721 * gdb.base/pointers.exp
7722 * gdb.base/pr11022.exp
7723 * gdb.base/printcmds.exp
7724 * gdb.base/prologue.exp
7725 * gdb.base/ptr-typedef.exp
7726 * gdb.base/realname-expand.exp
7727 * gdb.base/relativedebug.exp
7728 * gdb.base/relocate.exp
7729 * gdb.base/remote.exp
7730 * gdb.base/reread.exp
7731 * gdb.base/return2.exp
7732 * gdb.base/savedregs.exp
7733 * gdb.base/sep.exp
7734 * gdb.base/sepdebug.exp
7735 * gdb.base/sepsymtab.exp
7736 * gdb.base/set-inferior-tty.exp
7737 * gdb.base/setshow.exp
7738 * gdb.base/shlib-call.exp
7739 * gdb.base/sigaltstack.exp
7740 * gdb.base/siginfo-addr.exp
7741 * gdb.base/signals.exp
7742 * gdb.base/signull.exp
7743 * gdb.base/sigrepeat.exp
7744 * gdb.base/so-impl-ld.exp
7745 * gdb.base/solib-display.exp
7746 * gdb.base/solib-overlap.exp
7747 * gdb.base/solib-search.exp
7748 * gdb.base/solib-symbol.exp
7749 * gdb.base/structs.exp
7750 * gdb.base/structs2.exp
7751 * gdb.base/symtab-search-order.exp
7752 * gdb.base/twice.exp
7753 * gdb.base/unload.exp
7754 * gdb.base/varargs.exp
7755 * gdb.base/watchpoint-solib.exp
7756 * gdb.base/watchpoint.exp
7757 * gdb.base/whatis.exp
7758 * gdb.base/wrong_frame_bt_full.exp
7759 * gdb.btrace/dlopen.exp
7760 * gdb.cell/ea-standalone.exp
7761 * gdb.cell/ea-test.exp
7762 * gdb.cp/dispcxx.exp
7763 * gdb.cp/gdb2384.exp
7764 * gdb.cp/method2.exp
7765 * gdb.cp/nextoverthrow.exp
7766 * gdb.cp/pr10728.exp
7767 * gdb.disasm/am33.exp
7768 * gdb.disasm/h8300s.exp
7769 * gdb.disasm/mn10300.exp
7770 * gdb.disasm/sh3.exp
7771 * gdb.dwarf2/dw2-dir-file-name.exp
7772 * gdb.fortran/complex.exp
7773 * gdb.fortran/library-module.exp
7774 * gdb.guile/scm-pretty-print.exp
7775 * gdb.guile/scm-symbol.exp
7776 * gdb.guile/scm-type.exp
7777 * gdb.guile/scm-value.exp
7778 * gdb.linespec/linespec.exp
7779 * gdb.mi/gdb701.exp
7780 * gdb.mi/gdb792.exp
7781 * gdb.mi/mi-breakpoint-changed.exp
7782 * gdb.mi/mi-dprintf-pending.exp
7783 * gdb.mi/mi-dprintf.exp
7784 * gdb.mi/mi-exit-code.exp
7785 * gdb.mi/mi-pending.exp
7786 * gdb.mi/mi-solib.exp
7787 * gdb.mi/new-ui-mi-sync.exp
7788 * gdb.mi/pr11022.exp
7789 * gdb.mi/user-selected-context-sync.exp
7790 * gdb.opt/solib-intra-step.exp
7791 * gdb.python/py-events.exp
7792 * gdb.python/py-finish-breakpoint.exp
7793 * gdb.python/py-mi.exp
7794 * gdb.python/py-prettyprint.exp
7795 * gdb.python/py-shared.exp
7796 * gdb.python/py-symbol.exp
7797 * gdb.python/py-template.exp
7798 * gdb.python/py-type.exp
7799 * gdb.python/py-value.exp
7800 * gdb.reverse/solib-precsave.exp
7801 * gdb.reverse/solib-reverse.exp
7802 * gdb.server/solib-list.exp
7803 * gdb.stabs/weird.exp
7804 * gdb.threads/reconnect-signal.exp
7805 * gdb.threads/stepi-random-signal.exp
7806 * gdb.trace/actions.exp
7807 * gdb.trace/ax.exp
7808 * gdb.trace/backtrace.exp
7809 * gdb.trace/change-loc.exp
7810 * gdb.trace/deltrace.exp
7811 * gdb.trace/ftrace-lock.exp
7812 * gdb.trace/ftrace.exp
7813 * gdb.trace/infotrace.exp
7814 * gdb.trace/mi-tracepoint-changed.exp
7815 * gdb.trace/packetlen.exp
7816 * gdb.trace/passcount.exp
7817 * gdb.trace/pending.exp
7818 * gdb.trace/range-stepping.exp
7819 * gdb.trace/report.exp
7820 * gdb.trace/stap-trace.exp
7821 * gdb.trace/tfind.exp
7822 * gdb.trace/trace-break.exp
7823 * gdb.trace/trace-condition.exp
7824 * gdb.trace/trace-enable-disable.exp
7825 * gdb.trace/trace-mt.exp
7826 * gdb.trace/tracecmd.exp
7827 * gdb.trace/tspeed.exp
7828 * gdb.trace/tsv.exp
7829 * lib/perftest.exp
7830
fb9feb35
LM
78312016-12-01 Luis Machado <lgustavo@codesourcery.com>
7832
7833 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7834 with gdb_test_no_output.
7835 Use command as test name.
7836
cd2ddb6c
LM
78372016-12-01 Luis Machado <lgustavo@codesourcery.com>
7838
7839 Fix test names starting with uppercase throughout the files.
7840
7841 * gdb.ada/assign_1.exp
7842 * gdb.ada/boolean_expr.exp
7843 * gdb.base/arrayidx.exp
7844 * gdb.base/del.exp
7845 * gdb.base/gcore-buffer-overflow.exp
7846 * gdb.base/testenv.exp
7847 * gdb.compile/compile.exp
7848 * gdb.python/py-framefilter-invalidarg.exp
7849 * gdb.python/py-framefilter.exp
7850
bb95117e
LM
78512016-12-01 Luis Machado <lgustavo@codesourcery.com>
7852
7853 Fix test names starting with uppercase throughout the files.
7854
7855 * gdb.ada/array_return.exp
7856 * gdb.ada/expr_delims.exp
7857 * gdb.ada/mi_dyn_arr.exp
7858 * gdb.ada/mi_interface.exp
7859 * gdb.ada/mi_var_array.exp
7860 * gdb.ada/watch_arg.exp
7861 * gdb.arch/alpha-step.exp
7862 * gdb.arch/altivec-regs.exp
7863 * gdb.arch/e500-regs.exp
7864 * gdb.arch/powerpc-d128-regs.exp
7865 * gdb.base/arrayidx.exp
7866 * gdb.base/break.exp
7867 * gdb.base/checkpoint.exp
7868 * gdb.base/debug-expr.exp
7869 * gdb.base/dmsym.exp
7870 * gdb.base/radix.exp
7871 * gdb.base/sepdebug.exp
7872 * gdb.base/testenv.exp
7873 * gdb.base/watch_thread_num.exp
7874 * gdb.base/watchpoint-cond-gone.exp
7875 * gdb.cell/break.exp
7876 * gdb.cell/ea-cache.exp
7877 * gdb.compile/compile.exp
7878 * gdb.cp/gdb2495.exp
7879 * gdb.gdb/selftest.exp
7880 * gdb.gdb/xfullpath.exp
7881 * gdb.go/hello.exp
7882 * gdb.go/integers.exp
7883 * gdb.objc/basicclass.exp
7884 * gdb.pascal/hello.exp
7885 * gdb.pascal/integers.exp
7886 * gdb.python/py-breakpoint.exp
7887 * gdb.python/py-cmd.exp
7888 * gdb.python/py-linetable.exp
7889 * gdb.python/py-xmethods.exp
7890 * gdb.python/python.exp
7891 * gdb.reverse/consecutive-precsave.exp
7892 * gdb.reverse/finish-precsave.exp
7893 * gdb.reverse/i386-precsave.exp
7894 * gdb.reverse/machinestate-precsave.exp
7895 * gdb.reverse/sigall-precsave.exp
7896 * gdb.reverse/solib-precsave.exp
7897 * gdb.reverse/step-precsave.exp
7898 * gdb.reverse/until-precsave.exp
7899 * gdb.reverse/watch-precsave.exp
7900 * gdb.threads/leader-exit.exp
7901 * gdb.threads/pthreads.exp
7902 * gdb.threads/wp-replication.exp
7903 * gdb.trace/actions.exp
7904 * gdb.trace/mi-tsv-changed.exp
7905 * gdb.trace/tsv.exp
7906
de97fdd4
LM
79072016-12-01 Luis Machado <lgustavo@codesourcery.com>
7908
7909 Fix test names starting with uppercase throughout the files.
7910
7911 * gdb.arch/i386-bp_permanent.exp
7912 * gdb.arch/i386-gnu-cfi.exp
7913 * gdb.base/disasm-end-cu.exp
7914 * gdb.base/macscp.exp
7915 * gdb.base/pending.exp
7916 * gdb.base/watch_thread_num.exp
7917 * gdb.cp/exception.exp
7918 * gdb.cp/gdb2495.exp
7919 * gdb.cp/local.exp
7920 * gdb.python/py-evsignal.exp
7921 * gdb.python/python.exp
7922 * gdb.trace/tracecmd.exp
7923
9f058c10
LM
79242016-12-01 Luis Machado <lgustavo@codesourcery.com>
7925
7926 Fix test names starting with uppercase throughout the files.
7927
7928 * gdb.base/charset.exp
7929 * gdb.base/eval.exp
7930 * gdb.base/multi-forks.exp
7931 * gdb.guile/scm-progspace.exp
7932 * gdb.opencl/datatypes.exp
7933 * gdb.python/py-block.exp
7934 * gdb.python/py-function.exp
7935 * gdb.python/py-symbol.exp
7936 * gdb.python/py-symtab.exp
7937 * gdb.python/py-xmethods.exp
7938 * gdb.reverse/break-precsave.exp
7939 * gdb.reverse/break-reverse.exp
7940 * gdb.reverse/consecutive-precsave.exp
7941 * gdb.reverse/consecutive-reverse.exp
7942 * gdb.reverse/finish-precsave.exp
7943 * gdb.reverse/finish-reverse-bkpt.exp
7944 * gdb.reverse/finish-reverse.exp
7945 * gdb.reverse/fstatat-reverse.exp
7946 * gdb.reverse/getresuid-reverse.exp
7947 * gdb.reverse/i386-precsave.exp
7948 * gdb.reverse/i386-reverse.exp
7949 * gdb.reverse/i386-sse-reverse.exp
7950 * gdb.reverse/i387-stack-reverse.exp
7951 * gdb.reverse/insn-reverse.exp
7952 * gdb.reverse/machinestate-precsave.exp
7953 * gdb.reverse/machinestate.exp
7954 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7955 * gdb.reverse/pipe-reverse.exp
7956 * gdb.reverse/readv-reverse.exp
7957 * gdb.reverse/recvmsg-reverse.exp
7958 * gdb.reverse/rerun-prec.exp
7959 * gdb.reverse/s390-mvcle.exp
7960 * gdb.reverse/sigall-precsave.exp
7961 * gdb.reverse/sigall-reverse.exp
7962 * gdb.reverse/solib-precsave.exp
7963 * gdb.reverse/solib-reverse.exp
7964 * gdb.reverse/step-precsave.exp
7965 * gdb.reverse/step-reverse.exp
7966 * gdb.reverse/time-reverse.exp
7967 * gdb.reverse/until-precsave.exp
7968 * gdb.reverse/until-reverse.exp
7969 * gdb.reverse/waitpid-reverse.exp
7970 * gdb.reverse/watch-precsave.exp
7971 * gdb.reverse/watch-reverse.exp
7972
cdc7edd7
LM
79732016-12-01 Luis Machado <lgustavo@codesourcery.com>
7974
7975 Fix test names starting with uppercase throughout the files.
7976
7977 * gdb.arch/i386-mpx-simple_segv.exp
7978 * gdb.arch/i386-mpx.exp
7979 * gdb.arch/i386-permbkpt.exp
7980 * gdb.arch/pa-nullify.exp
7981 * gdb.arch/powerpc-d128-regs.exp
7982 * gdb.arch/vsx-regs.exp
7983 * gdb.base/bfp-test.exp
7984 * gdb.base/break.exp
7985 * gdb.base/breakpoint-shadow.exp
7986 * gdb.base/callfuncs.exp
7987 * gdb.base/charset.exp
7988 * gdb.base/commands.exp
7989 * gdb.base/completion.exp
7990 * gdb.base/dfp-test.exp
7991 * gdb.base/echo.exp
7992 * gdb.base/ending-run.exp
7993 * gdb.base/eval.exp
7994 * gdb.base/expand-psymtabs.exp
7995 * gdb.base/float128.exp
7996 * gdb.base/floatn.exp
7997 * gdb.base/foll-exec-mode.exp
7998 * gdb.base/gdb1056.exp
7999 * gdb.base/gdb11531.exp
8000 * gdb.base/kill-after-signal.exp
8001 * gdb.base/multi-forks.exp
8002 * gdb.base/overlays.exp
8003 * gdb.base/pending.exp
8004 * gdb.base/sepdebug.exp
8005 * gdb.base/testenv.exp
8006 * gdb.base/valgrind-db-attach.exp
8007 * gdb.base/watch_thread_num.exp
8008 * gdb.base/watchpoint-cond-gone.exp
8009 * gdb.base/watchpoint.exp
8010 * gdb.base/watchpoints.exp
8011 * gdb.cp/arg-reference.exp
8012 * gdb.cp/baseenum.exp
8013 * gdb.cp/operator.exp
8014 * gdb.cp/shadow.exp
8015 * gdb.dwarf2/dw2-op-out-param.exp
8016 * gdb.dwarf2/dw2-reg-undefined.exp
8017 * gdb.go/chan.exp
8018 * gdb.go/hello.exp
8019 * gdb.go/integers.exp
8020 * gdb.go/methods.exp
8021 * gdb.go/package.exp
8022 * gdb.guile/scm-parameter.exp
8023 * gdb.guile/scm-progspace.exp
8024 * gdb.guile/scm-value.exp
8025 * gdb.mi/mi-pending.exp
8026 * gdb.mi/user-selected-context-sync.exp
8027 * gdb.multi/multi-attach.exp
8028 * gdb.multi/tids.exp
8029 * gdb.opt/clobbered-registers-O2.exp
8030 * gdb.pascal/floats.exp
8031 * gdb.pascal/integers.exp
8032 * gdb.python/py-block.exp
8033 * gdb.python/py-events.exp
8034 * gdb.python/py-parameter.exp
8035 * gdb.python/py-symbol.exp
8036 * gdb.python/py-symtab.exp
8037 * gdb.python/py-type.exp
8038 * gdb.python/py-value.exp
8039 * gdb.python/py-xmethods.exp
8040 * gdb.python/python.exp
8041 * gdb.reverse/break-precsave.exp
8042 * gdb.reverse/consecutive-precsave.exp
8043 * gdb.reverse/finish-precsave.exp
8044 * gdb.reverse/i386-precsave.exp
8045 * gdb.reverse/machinestate-precsave.exp
8046 * gdb.reverse/sigall-precsave.exp
8047 * gdb.reverse/solib-precsave.exp
8048 * gdb.reverse/step-precsave.exp
8049 * gdb.reverse/until-precsave.exp
8050 * gdb.reverse/watch-precsave.exp
8051 * gdb.server/ext-attach.exp
8052 * gdb.server/ext-restart.exp
8053 * gdb.server/ext-run.exp
8054 * gdb.server/ext-wrapper.exp
8055 * gdb.stabs/gdb11479.exp
8056 * gdb.stabs/weird.exp
8057 * gdb.threads/attach-many-short-lived-threads.exp
8058 * gdb.threads/kill.exp
8059 * gdb.threads/watchpoint-fork.exp
8060
bc6c7af4
LM
80612016-12-01 Luis Machado <lgustavo@codesourcery.com>
8062
8063 Fix test names starting with uppercase throughout all the files below.
8064
8065 * gdb.ada/array_return.exp
8066 * gdb.ada/catch_ex.exp
8067 * gdb.ada/info_exc.exp
8068 * gdb.ada/mi_catch_ex.exp
8069 * gdb.ada/mi_dyn_arr.exp
8070 * gdb.ada/mi_ex_cond.exp
8071 * gdb.ada/mi_exc_info.exp
8072 * gdb.ada/mi_interface.exp
8073 * gdb.ada/mi_task_arg.exp
8074 * gdb.ada/mi_task_info.exp
8075 * gdb.ada/mi_var_array.exp
8076 * gdb.arch/alpha-step.exp
8077 * gdb.arch/amd64-disp-step.exp
8078 * gdb.arch/arm-disp-step.exp
8079 * gdb.arch/disp-step-insn-reloc.exp
8080 * gdb.arch/e500-prologue.exp
8081 * gdb.arch/ftrace-insn-reloc.exp
8082 * gdb.arch/gdb1558.exp
8083 * gdb.arch/i386-bp_permanent.exp
8084 * gdb.arch/i386-disp-step.exp
8085 * gdb.arch/i386-float.exp
8086 * gdb.arch/i386-gnu-cfi.exp
8087 * gdb.arch/ia64-breakpoint-shadow.exp
8088 * gdb.arch/mips16-thunks.exp
8089 * gdb.arch/pa-nullify.exp
8090 * gdb.arch/powerpc-aix-prologue.exp
8091 * gdb.arch/powerpc-power.exp
8092 * gdb.arch/ppc-dfp.exp
8093 * gdb.arch/s390-tdbregs.exp
8094 * gdb.arch/spu-info.exp
8095 * gdb.arch/spu-ls.exp
8096 * gdb.arch/thumb-bx-pc.exp
8097 * gdb.base/advance.exp
8098 * gdb.base/annota-input-while-running.exp
8099 * gdb.base/arrayidx.exp
8100 * gdb.base/asmlabel.exp
8101 * gdb.base/async.exp
8102 * gdb.base/attach-wait-input.exp
8103 * gdb.base/auto-connect-native-target.exp
8104 * gdb.base/batch-preserve-term-settings.exp
8105 * gdb.base/bfp-test.exp
8106 * gdb.base/bigcore.exp
8107 * gdb.base/bp-permanent.exp
8108 * gdb.base/break-always.exp
8109 * gdb.base/break-fun-addr.exp
8110 * gdb.base/break-idempotent.exp
8111 * gdb.base/break-main-file-remove-fail.exp
8112 * gdb.base/break-probes.exp
8113 * gdb.base/break-unload-file.exp
8114 * gdb.base/break.exp
8115 * gdb.base/call-ar-st.exp
8116 * gdb.base/call-rt-st.exp
8117 * gdb.base/call-sc.exp
8118 * gdb.base/call-signal-resume.exp
8119 * gdb.base/call-strs.exp
8120 * gdb.base/callexit.exp
8121 * gdb.base/callfuncs.exp
8122 * gdb.base/catch-gdb-caused-signals.exp
8123 * gdb.base/catch-signal-siginfo-cond.exp
8124 * gdb.base/catch-syscall.exp
8125 * gdb.base/compare-sections.exp
8126 * gdb.base/cond-eval-mode.exp
8127 * gdb.base/condbreak-call-false.exp
8128 * gdb.base/consecutive-step-over.exp
8129 * gdb.base/cursal.exp
8130 * gdb.base/disabled-location.exp
8131 * gdb.base/disasm-end-cu.exp
8132 * gdb.base/display.exp
8133 * gdb.base/double-prompt-target-event-error.exp
8134 * gdb.base/dprintf-bp-same-addr.exp
8135 * gdb.base/dprintf-detach.exp
8136 * gdb.base/dprintf-next.exp
8137 * gdb.base/dprintf-non-stop.exp
8138 * gdb.base/dprintf-pending.exp
8139 * gdb.base/dso2dso.exp
8140 * gdb.base/ending-run.exp
8141 * gdb.base/enum_cond.exp
8142 * gdb.base/examine-backward.exp
8143 * gdb.base/exe-lock.exp
8144 * gdb.base/exec-invalid-sysroot.exp
8145 * gdb.base/execl-update-breakpoints.exp
8146 * gdb.base/execution-termios.exp
8147 * gdb.base/fileio.exp
8148 * gdb.base/fixsection.exp
8149 * gdb.base/foll-exec-mode.exp
8150 * gdb.base/foll-exec.exp
8151 * gdb.base/fork-running-state.exp
8152 * gdb.base/frame-args.exp
8153 * gdb.base/fullpath-expand.exp
8154 * gdb.base/func-ptr.exp
8155 * gdb.base/gcore-relro-pie.exp
8156 * gdb.base/gdb1090.exp
8157 * gdb.base/gdb1555.exp
8158 * gdb.base/global-var-nested-by-dso.exp
8159 * gdb.base/gnu-ifunc.exp
8160 * gdb.base/hbreak-in-shr-unsupported.exp
8161 * gdb.base/hbreak-unmapped.exp
8162 * gdb.base/hook-stop.exp
8163 * gdb.base/infcall-input.exp
8164 * gdb.base/info-fun.exp
8165 * gdb.base/info-shared.exp
8166 * gdb.base/interrupt-noterm.exp
8167 * gdb.base/jit-so.exp
8168 * gdb.base/jit.exp
8169 * gdb.base/line-symtabs.exp
8170 * gdb.base/list.exp
8171 * gdb.base/longjmp.exp
8172 * gdb.base/macscp.exp
8173 * gdb.base/max-value-size.exp
8174 * gdb.base/nodebug.exp
8175 * gdb.base/nofield.exp
8176 * gdb.base/overlays.exp
8177 * gdb.base/paginate-after-ctrl-c-running.exp
8178 * gdb.base/paginate-bg-execution.exp
8179 * gdb.base/paginate-inferior-exit.exp
8180 * gdb.base/pending.exp
8181 * gdb.base/pr11022.exp
8182 * gdb.base/printcmds.exp
8183 * gdb.base/ptr-typedef.exp
8184 * gdb.base/ptype.exp
8185 * gdb.base/randomize.exp
8186 * gdb.base/range-stepping.exp
8187 * gdb.base/realname-expand.exp
8188 * gdb.base/relativedebug.exp
8189 * gdb.base/remote.exp
8190 * gdb.base/savedregs.exp
8191 * gdb.base/sepdebug.exp
8192 * gdb.base/set-noassign.exp
8193 * gdb.base/shlib-call.exp
8194 * gdb.base/shreloc.exp
8195 * gdb.base/sigaltstack.exp
8196 * gdb.base/sigbpt.exp
8197 * gdb.base/siginfo-addr.exp
8198 * gdb.base/siginfo-obj.exp
8199 * gdb.base/siginfo-thread.exp
8200 * gdb.base/signest.exp
8201 * gdb.base/signull.exp
8202 * gdb.base/sigrepeat.exp
8203 * gdb.base/skip.exp
8204 * gdb.base/so-impl-ld.exp
8205 * gdb.base/solib-corrupted.exp
8206 * gdb.base/solib-disc.exp
8207 * gdb.base/solib-display.exp
8208 * gdb.base/solib-overlap.exp
8209 * gdb.base/solib-search.exp
8210 * gdb.base/solib-symbol.exp
8211 * gdb.base/source-execution.exp
8212 * gdb.base/sss-bp-on-user-bp-2.exp
8213 * gdb.base/sss-bp-on-user-bp.exp
8214 * gdb.base/stack-checking.exp
8215 * gdb.base/stale-infcall.exp
8216 * gdb.base/step-break.exp
8217 * gdb.base/step-line.exp
8218 * gdb.base/step-over-exit.exp
8219 * gdb.base/step-test.exp
8220 * gdb.base/structs.exp
8221 * gdb.base/sym-file.exp
8222 * gdb.base/symtab-search-order.exp
8223 * gdb.base/term.exp
8224 * gdb.base/type-opaque.exp
8225 * gdb.base/unload.exp
8226 * gdb.base/until-nodebug.exp
8227 * gdb.base/until.exp
8228 * gdb.base/unwindonsignal.exp
8229 * gdb.base/watch-cond.exp
8230 * gdb.base/watch-non-mem.exp
8231 * gdb.base/watch_thread_num.exp
8232 * gdb.base/watchpoint-reuse-slot.exp
8233 * gdb.base/watchpoint-solib.exp
8234 * gdb.base/watchpoint.exp
8235 * gdb.btrace/dlopen.exp
8236 * gdb.cell/arch.exp
8237 * gdb.cell/break.exp
8238 * gdb.cell/bt.exp
8239 * gdb.cell/core.exp
8240 * gdb.cell/data.exp
8241 * gdb.cell/dwarfaddr.exp
8242 * gdb.cell/ea-cache.exp
8243 * gdb.cell/ea-standalone.exp
8244 * gdb.cell/ea-test.exp
8245 * gdb.cell/f-regs.exp
8246 * gdb.cell/fork.exp
8247 * gdb.cell/gcore.exp
8248 * gdb.cell/mem-access.exp
8249 * gdb.cell/ptype.exp
8250 * gdb.cell/registers.exp
8251 * gdb.cell/sizeof.exp
8252 * gdb.cell/solib-symbol.exp
8253 * gdb.cell/solib.exp
8254 * gdb.compile/compile-tls.exp
8255 * gdb.cp/exception.exp
8256 * gdb.cp/gdb2495.exp
8257 * gdb.cp/local.exp
8258 * gdb.cp/mb-inline.exp
8259 * gdb.cp/mb-templates.exp
8260 * gdb.cp/pr10687.exp
8261 * gdb.cp/pr9167.exp
8262 * gdb.cp/scope-err.exp
8263 * gdb.cp/templates.exp
8264 * gdb.cp/virtfunc.exp
8265 * gdb.dwarf2/dw2-dir-file-name.exp
8266 * gdb.dwarf2/dw2-single-line-discriminators.exp
8267 * gdb.fortran/complex.exp
8268 * gdb.fortran/library-module.exp
8269 * gdb.guile/guile.exp
8270 * gdb.guile/scm-cmd.exp
8271 * gdb.guile/scm-frame-inline.exp
8272 * gdb.guile/scm-objfile.exp
8273 * gdb.guile/scm-pretty-print.exp
8274 * gdb.guile/scm-symbol.exp
8275 * gdb.guile/scm-type.exp
8276 * gdb.guile/scm-value.exp
8277 * gdb.linespec/keywords.exp
8278 * gdb.linespec/ls-errs.exp
8279 * gdb.linespec/macro-relative.exp
8280 * gdb.linespec/thread.exp
8281 * gdb.mi/mi-breakpoint-changed.exp
8282 * gdb.mi/mi-dprintf-pending.exp
8283 * gdb.mi/mi-fullname-deleted.exp
8284 * gdb.mi/mi-logging.exp
8285 * gdb.mi/mi-pending.exp
8286 * gdb.mi/mi-solib.exp
8287 * gdb.mi/new-ui-mi-sync.exp
8288 * gdb.mi/user-selected-context-sync.exp
8289 * gdb.multi/dummy-frame-restore.exp
8290 * gdb.multi/multi-arch-exec.exp
8291 * gdb.multi/remove-inferiors.exp
8292 * gdb.multi/watchpoint-multi-exit.exp
8293 * gdb.opt/solib-intra-step.exp
8294 * gdb.perf/backtrace.exp
8295 * gdb.perf/single-step.exp
8296 * gdb.perf/skip-command.exp
8297 * gdb.perf/skip-prologue.exp
8298 * gdb.perf/solib.exp
8299 * gdb.python/lib-types.exp
8300 * gdb.python/py-as-string.exp
8301 * gdb.python/py-bad-printers.exp
8302 * gdb.python/py-block.exp
8303 * gdb.python/py-breakpoint.exp
8304 * gdb.python/py-cmd.exp
8305 * gdb.python/py-events.exp
8306 * gdb.python/py-evthreads.exp
8307 * gdb.python/py-finish-breakpoint.exp
8308 * gdb.python/py-finish-breakpoint2.exp
8309 * gdb.python/py-frame-inline.exp
8310 * gdb.python/py-frame.exp
8311 * gdb.python/py-inferior.exp
8312 * gdb.python/py-infthread.exp
8313 * gdb.python/py-mi.exp
8314 * gdb.python/py-objfile.exp
8315 * gdb.python/py-pp-maint.exp
8316 * gdb.python/py-pp-registration.exp
8317 * gdb.python/py-prettyprint.exp
8318 * gdb.python/py-recurse-unwind.exp
8319 * gdb.python/py-shared.exp
8320 * gdb.python/py-symbol.exp
8321 * gdb.python/py-symtab.exp
8322 * gdb.python/py-template.exp
8323 * gdb.python/py-type.exp
8324 * gdb.python/py-unwind-maint.exp
8325 * gdb.python/py-unwind.exp
8326 * gdb.python/py-value.exp
8327 * gdb.python/python.exp
8328 * gdb.reverse/finish-reverse-bkpt.exp
8329 * gdb.reverse/insn-reverse.exp
8330 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8331 * gdb.reverse/solib-precsave.exp
8332 * gdb.reverse/solib-reverse.exp
8333 * gdb.stabs/gdb11479.exp
8334 * gdb.stabs/weird.exp
8335 * gdb.threads/fork-child-threads.exp
8336 * gdb.threads/fork-plus-threads.exp
8337 * gdb.threads/fork-thread-pending.exp
8338 * gdb.threads/forking-threads-plus-breakpoint.exp
8339 * gdb.threads/hand-call-in-threads.exp
8340 * gdb.threads/interrupted-hand-call.exp
8341 * gdb.threads/linux-dp.exp
8342 * gdb.threads/local-watch-wrong-thread.exp
8343 * gdb.threads/next-while-other-thread-longjmps.exp
8344 * gdb.threads/non-ldr-exit.exp
8345 * gdb.threads/pending-step.exp
8346 * gdb.threads/print-threads.exp
8347 * gdb.threads/process-dies-while-detaching.exp
8348 * gdb.threads/process-dies-while-handling-bp.exp
8349 * gdb.threads/pthreads.exp
8350 * gdb.threads/queue-signal.exp
8351 * gdb.threads/reconnect-signal.exp
8352 * gdb.threads/signal-command-handle-nopass.exp
8353 * gdb.threads/signal-command-multiple-signals-pending.exp
8354 * gdb.threads/signal-delivered-right-thread.exp
8355 * gdb.threads/signal-sigtrap.exp
8356 * gdb.threads/sigthread.exp
8357 * gdb.threads/staticthreads.exp
8358 * gdb.threads/stepi-random-signal.exp
8359 * gdb.threads/thread-unwindonsignal.exp
8360 * gdb.threads/thread_check.exp
8361 * gdb.threads/thread_events.exp
8362 * gdb.threads/tid-reuse.exp
8363 * gdb.threads/tls-nodebug.exp
8364 * gdb.threads/tls-shared.exp
8365 * gdb.threads/tls-so_extern.exp
8366 * gdb.threads/tls.exp
8367 * gdb.threads/wp-replication.exp
8368 * gdb.trace/actions-changed.exp
8369 * gdb.trace/actions.exp
8370 * gdb.trace/backtrace.exp
8371 * gdb.trace/change-loc.exp
8372 * gdb.trace/collection.exp
8373 * gdb.trace/deltrace.exp
8374 * gdb.trace/disconnected-tracing.exp
8375 * gdb.trace/entry-values.exp
8376 * gdb.trace/ftrace-lock.exp
8377 * gdb.trace/ftrace.exp
8378 * gdb.trace/infotrace.exp
8379 * gdb.trace/mi-trace-frame-collected.exp
8380 * gdb.trace/mi-trace-unavailable.exp
8381 * gdb.trace/mi-traceframe-changed.exp
8382 * gdb.trace/mi-tracepoint-changed.exp
8383 * gdb.trace/mi-tsv-changed.exp
8384 * gdb.trace/no-attach-trace.exp
8385 * gdb.trace/packetlen.exp
8386 * gdb.trace/passc-dyn.exp
8387 * gdb.trace/passcount.exp
8388 * gdb.trace/pending.exp
8389 * gdb.trace/pr16508.exp
8390 * gdb.trace/qtro.exp
8391 * gdb.trace/range-stepping.exp
8392 * gdb.trace/read-memory.exp
8393 * gdb.trace/report.exp
8394 * gdb.trace/save-trace.exp
8395 * gdb.trace/signal.exp
8396 * gdb.trace/stap-trace.exp
8397 * gdb.trace/status-stop.exp
8398 * gdb.trace/strace.exp
8399 * gdb.trace/tfile.exp
8400 * gdb.trace/tfind.exp
8401 * gdb.trace/trace-break.exp
8402 * gdb.trace/trace-condition.exp
8403 * gdb.trace/trace-enable-disable.exp
8404 * gdb.trace/trace-mt.exp
8405 * gdb.trace/tracecmd.exp
8406 * gdb.trace/tracefile-pseudo-reg.exp
8407 * gdb.trace/tspeed.exp
8408 * gdb.trace/tstatus.exp
8409 * gdb.trace/tsv.exp
8410 * gdb.trace/unavailable.exp
8411 * gdb.trace/while-dyn.exp
8412 * gdb.trace/while-stepping.exp
8413 * lib/gdb-guile.exp
8414 * lib/gdb.exp
8415 * lib/mi-support.exp
8416 * lib/pascal.exp
8417 * lib/perftest.exp
8418 * lib/prelink-support.exp
8419 * lib/selftest-support.exp
8420
ad02e4fe
SM
84212016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8422
8423 * Makefile.in: Include disable-implicit-rules.mk.
8424
22347e55
AA
84252016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8426
8427 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8428 non-byte-aligned bit fields.
8429
da5b30da
AA
84302016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8431
8432 PR gdb/12616
8433 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8434 respects the DW_AT_data_bit_offset attribute.
8435
b593ecca
SM
84362016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8437
8438 * gdb.base/default.exp: Fix output of "set language".
8439
3b165252
SM
84402016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8441
8442 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8443 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8444 make.
8445 * configure.ac: Remove checks for the make program.
8446 * configure: Re-generate.
8447
1a2f3d7f
KB
84482016-11-16 Kevin Buettner <kevinb@redhat.com>
8449
8450 * gdb.python/py-recurse-unwind.c (main): Add loop.
8451 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8452 to read_register() and gdb.parse_and_eval(). Make each code
8453 call a separate case that can be individually tested.
8454 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8455 proc. Call cont_and_backtrace for each of the code paths that
8456 we want to test in the unwinder.
8457
b7f38fda
AA
84582016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8459
8460 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8461 the definition of struct S.
8462
1f8db343
CM
84632016-11-11 Catherine Moore <clm@codesourcery.com>
8464
8465 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8466
fad0c9fb
PA
84672016-11-09 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/commands.exp (runto_or_return): New procedure.
8470 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8471 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8472 (progvar_simple_while_test, progvar_complex_if_while_test)
8473 (if_while_breakpoint_command_test)
8474 (infrun_breakpoint_command_test, breakpoint_command_test)
8475 (user_defined_command_test, watchpoint_command_test)
8476 (test_command_prompt_position, redefine_hook_test)
8477 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8478 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8479 multi_line_input and multi_line. Remove gdb_expect and
8480 gdb_stop_suppressing_tests uses.
8481 * lib/gdb.exp (valnum_re): New global.
8482 (multi_line_input): New procedure.
8483
8354c62c
SM
84842016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8485
8486 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8487 Remove.
8488 (test_setup): Define with proc_with_prefix.
8489 (test_cli_inferior): Likewise.
8490 (test_cli_thread): Likewise.
8491 (test_cli_frame): Likewise.
8492 (test_cli_select_frame): Likewise.
8493 (test_cli_up_down): Likewise.
8494 (test_mi_thread_select): Likewise.
8495 (test_mi_stack_select_frame): Likewise.
8496 (test_cli_in_mi_inferior): Likewise.
8497 (test_cli_in_mi_thread): Likewise.
8498 (test_cli_in_mi_frame): Likewise.
8499 (top level): Do not use with_test_prefix_procname.
8500
64f367a2
PA
85012016-11-09 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/commands.exp (gdbvar_simple_if_test)
8504 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8505 (progvar_simple_if_test, progvar_simple_while_test)
8506 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8507 (infrun_breakpoint_command_test, breakpoint_command_test)
8508 (user_defined_command_test, watchpoint_command_test)
8509 (test_command_prompt_position, deprecated_command_test)
8510 (bp_deleted_in_command, temporary_breakpoint_commands)
8511 (stray_arg0_test, source_file_with_indented_comment)
8512 (recursive_source_test, if_commands_test)
8513 (error_clears_commands_left, redefine_hook_test)
8514 (redefine_backtrace_test): Use proc_with_prefix.
8515 * lib/gdb.exp (proc_with_prefix): New proc.
8516
0bb65f1e
AA
85172016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8518
8519 * gdb.base/tui-layout.c: New file.
8520 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8521 disassembly window contains very long lines.
8522
7353f247
TT
85232016-11-08 Tom Tromey <tom@tromey.com>
8524
8525 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8526 depend on Python 2.
8527
30a7bb83
TT
85282016-11-08 Tom Tromey <tom@tromey.com>
8529
8530 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8531 New method.
8532
cdf5a07c
MG
85332016-10-29 Manish Goregaokar <manish@mozilla.com>
8534
2806dc7e 8535 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8536
51a789c3
MG
85372016-10-27 Manish Goregaokar <manish@mozilla.com>
8538
2806dc7e
PA
8539 * gdb.rust/simple.rs: Add test for univariant enums without
8540 discriminants and for encoded struct-like enums.
51a789c3 8541
f610ab6d
PA
85422016-10-28 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8545 gdb_test_multiple, tighten regexps and match symtabs and line
8546 tables incrementally.
8547
b129b0ca
LM
85482016-10-28 Luis Machado <lgustavo@codesourcery.com>
8549
8550 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8551 general.
8552
ecf45d2c
SL
85532016-10-25 Luis Machado <lgustavo@codesourcery.com>
8554
8555 * gdb.base/exec-invalid-sysroot.exp: New file.
8556
b8d38ee4
JK
85572016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8558
8559 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8560
f90fd8c2
JK
85612016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8564
2d2476aa
MR
85652016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8566
2806dc7e
PA
8567 * gdb.base/killed-outside.exp: Remove $options from a call to
8568 `prepare_for_testing'.
2d2476aa 8569
e42b25a0
SM
85702016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8571
8572 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8573 Change test message.
8574
3ccdb432
SM
85752016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8576
8577 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8578 Update comment.
8579
5bad3170
SM
85802016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8581
8582 * gdb.trace/mi-trace-save.exp: New file.
8583
5ad9dba7
YQ
85842016-10-13 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.base/code_elim.exp (get_var_address): Remove.
8587 * gdb.base/relocate.exp: Likewise.
8588 * gdb.base/shreloc.exp: Likewise.
8589 * lib/gdb.exp (get_var_address): New.
8590
62df7e21
YQ
85912016-10-13 Yao Qi <yao.qi@linaro.org>
8592
8593 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8594 floating point tests if $skip_float_test is false.
8595
4dac951e
LM
85962016-10-12 Luis Machado <lgustavo@codesourcery.com>
8597
8598 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8599 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8600 argc values.
8601 Add 1 to argc so we guarantee distinct initial/modified argc values.
8602
8f1a8fc4
JK
86032016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8604
8605 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8606
16c85b5d
JK
86072016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8608
8609 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8610 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8611 * gdb.arch/vsx-regs.exp: Likewise.
8612
1d0e042a
YQ
86132016-10-07 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8616
68dadef5
MM
86172016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8618
8619 * gdb.python/python.exp: Test decode_line("*0").
8620
33fa2c6e
DE
86212016-10-06 Doug Evans <dje@google.com>
8622
8623 * gdb.python/py-value.exp (test_value_creation): Add test for large
8624 unsigned 64-bit value.
8625
9c37b5ae
TT
86262016-10-06 Tom Tromey <tom@tromey.com>
8627
8628 * gdb.compile/compile.exp: Change java tests to rust.
8629 * gdb.base/setshow.exp: Change java tests to rust.
8630 * gdb.base/default.exp: Remove java from language list.
8631 * README (Examples): Update language example.
8632 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8633 test.
8634 * lib/gdb.exp (skip_java_tests): Remove.
8635 * lib/java.exp: Remove.
8636 * gdb.java: Remove.
8637
78b86327
MR
86382016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8639
8640 * gdb.arch/mips-fcr.exp: New test.
8641 * gdb.arch/mips-fcr.c: Source for the new test.
8642
7470adbb
MR
86432016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8644
8645 * gdb.base/solib-disc.exp: Use `standard_output_file'
8646 throughout.
8647
4a556533
PA
86482016-10-06 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/jit-simple-dl.c: New file.
8651 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8652 * gdb.base/jit-simple.c: ... this.
8653 * gdb.base/jit-simple.exp (jit_run): Delete.
8654 (build_jit): New proc.
8655 (jit_test_reread): Recompile either the main program or the shared
8656 library, depending on what is being tested. Skip changing address
8657 if caller wants to. Compare before/after addresses. If testing
8658 standalone, explicitly load the binary. Test "maint info
8659 breakpoints".
8660 (top level): Add "standalone vs shared lib" and "change address"
8661 vs "same address" axes.
8662
5a122fbc
PA
86632016-10-06 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8666 call.
8667 (jit_run): Delete.
8668 (jit_test_reread): Use with_test_prefix. Reload the main binary
8669 explicitly. Compare the before/after addresses of the JIT
8670 descriptor.
8671
ee8da4b8
DE
86722016-08-15 Doug Evans <dje@google.com>
8673
8674 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8675 for single bitfields is bool.
8676 * gdb.xml/tdesc-regs.exp: Ditto.
8677
f389f6fe
JK
86782016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8681
fdebf1a4
YQ
86822016-10-05 Yao Qi <yao.qi@linaro.org>
8683
8684 * lib/gdb.exp (support_complex_tests): Return zero if
8685 gdb_skip_float_test return true.
8686
9c36d954 86872016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8688 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8689
8690 PR gdb/20487
8691 * gdb.mi/user-selected-context-sync.exp: New file.
8692 * gdb.mi/user-selected-context-sync.c: New file.
8693
4034d0ff 86942016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8695 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8696
8697 PR gdb/20487
8698 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8699 =thread-select-event check.
8700
a4297203
PB
87012016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8702
8703 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8704 the compulsory L operand changes.
8705 * gdb.arch/powerpc-power.s: Likewise.
8706
bb805577
JK
87072016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8708
8709 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8710 * gdb.base/jit-attach-pie.c: New file.
8711 * gdb.base/jit-attach-pie.exp: New file.
8712
6d61dee5
PA
87132016-09-28 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.base/infcall-input.c: New file.
8716 * gdb.base/infcall-input.exp: New file.
8717
f73842fc
YQ
87182016-09-22 Yao Qi <yao.qi@linaro.org>
8719
8720 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8721 (gdb_exit): Rename it to ...
8722 (gdbserver_gdb_exit): ... Close GDBserver.
8723 (gdb_exit): New proc, call gdbserver_gdb_exit.
8724 (mi_gdb_exit): Likewise.
8725
90681dab
YQ
87262016-09-22 Yao Qi <yao.qi@linaro.org>
8727
8728 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8729 path.
8730 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8731 Remove duplication.
8732
9c211fd8
YQ
87332016-09-22 Yao Qi <yao.qi@linaro.org>
8734
8735 * lib/gdbserver-support.exp: Check the existence of
8736 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8737
ad0a504f
AK
87382016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8739
8740 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8741
36cf1806
TT
87422016-09-21 Tom Tromey <tom@tromey.com>
8743
8744 PR gdb/20604:
8745 * gdb.base/quit.exp: New file.
8746
74172ecf
SM
87472016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 * .gitignore: New file.
8750
3d0ec882
MR
87512016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8752
8753 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8754 throughout.
8755
8193adea
AA
87562016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8757
8758 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8759
d41a5c09
JK
87602016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8761
8762 * gdb.cp/casts.cc (decltype): Move it ...
8763 (main): ... with its call to ...
8764 * gdb.cp/casts03.cc: ... a new file.
8765 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8766
d2dfe700
JK
87672016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8770
e2a92b16
PB
87712016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8772
8773 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8774 and sync up the test with tests in gas/testsuite/gas/ppc.
8775 * gdb.arch/powerpc-power.exp: Likewise.
8776
49b4de64
JK
87772016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8778
8779 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8780
2c29df25
SDJ
87812016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8782 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8785 make m1's definition to be different from m2's. Use 'dummy' as an
8786 argument for probe 'two'.
8787
cc3c2846
JB
87882016-09-10 Jon Beniston <jon@beniston.com>
8789
8790 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8791 for sim target.
8792
e1b2624a
AA
87932016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8794
8795 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8796 variable declaration.
8797 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8798 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8799 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8800 received HWCAP as its argument.
8801
4295e285
PA
88022016-09-06 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.base/new-ui-pending-input.c: New file.
8805 * gdb.base/new-ui-pending-input.exp: New file.
8806 * gdb.exp (clear_gdb_spawn_id): New procedure.
8807 (with_spawn_id): Check whether gdb_spawn_id exists before
8808 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8809 on exit.
8810
00d5215e
UW
88112016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8812
8813 * gdb.base/float128.c: New file.
8814 * gdb.base/float128.exp: Likewise.
8815 * gdb.base/floatn.c: Likewise.
8816 * gdb.base/floatn.exp: Likewise.
8817
a9ff5f12
UW
88182016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8819
8820 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8821
f245535c
PA
88222016-09-05 Pedro Alves <palves@redhat.com>
8823
8824 PR backtrace/19927
8825 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8826 unwinders are immediately called as side effect of "source" or
8827 "disable unwinder" commands.
8828 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8829
ae9cf263
YQ
88302016-09-02 Yao Qi <yao.qi@linaro.org>
8831
8832 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8833 is true and $type is "float" or "double".
8834
27aba047
YQ
88352016-09-02 Yao Qi <yao.qi@linaro.org>
8836
8837 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8838 true.
8839 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8840 * gdb.base/call-rt-st.exp: Likewise.
8841 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8842 return value instead of gdb,skip_float_test.
8843 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8844 (do_function_calls): Use its return value instead of
8845 gdb,skip_float_test.
8846 * gdb.base/finish.exp: Likewise.
8847 * gdb.base/funcargs.exp: Likewise.
8848 * gdb.base/return.exp: Likewise.
8849 * gdb.base/return2.exp: Likewise.
8850 * gdb.base/varargs.exp: Likewise.
8851 * lib/gdb.exp (gdb_skip_float_test): Change it to
8852 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8853
5af962df
AA
88542016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8855
8856 * gdb.multi/tids.exp: Test "thread apply all".
8857
7fac6910
JK
88582016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.base/default.exp (tty): Remove.
8861
bb1fe4ac
KB
88622016-08-24 Kevin Buettner <kevinb@redhat.com>
8863
2806dc7e
PA
8864 * gdb.python/py-recurse-unwind.c: New file.
8865 * gdb.python/py-recurse-unwind.py: New file.
8866 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8867
0a1ddfa6
SM
88682016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8869
8870 * gdb.base/set-inferior-tty.exp: New file.
8871 * gdb.base/set-inferior-tty.c: New file.
8872
d9de1fe3
PA
88732016-08-23 Pedro Alves <palves@redhat.com>
8874
8875 PR gdb/20494
8876 * gdb.base/new-ui-echo.c: New file.
8877 * gdb.base/new-ui-echo.exp: New file.
8878
e9d9abd7
YQ
88792016-08-23 Yao Qi <yao.qi@linaro.org>
8880
8881 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8882 gdbserver_spawn.
8883 * gdb.server/connect-without-multi-process.exp (do_test):
8884 Likewise.
8885
3589529e
YQ
88862016-08-23 Yao Qi <yao.qi@linaro.org>
8887
8888 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8889 standalone_txt. Delete gdb_txt and standalone_txt on host
8890 and target. Spawn the binary on target. Copy files from
8891 target to host.
8892
6bb90213
PA
88932016-08-22 Pedro Alves <palves@redhat.com>
8894
8895 PR gdb/20505
8896 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8897 with_test_prefix. Factor out bits to ...
8898 (test_no_vdso): ... this new procedure.
8899
20c2c024
CL
89002016-08-19 Carl Love <cel@us.ibm.com>
8901
8902 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8903 maintaining separate logic for constructing the output path.
8904 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8905 * gdb.arch/ppc-dfp.exp: Likewise.
8906 * gdb.arch/ppc-fp.exp: Likewise.
8907 * gdb.arch/vsx-regs.exp: Likewise.
8908 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8909 binprefix for generating the additional binary files.
8910
0646e07d
PA
89112016-08-19 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.trace/mi-trace-frame-collected.exp
8914 (test_trace_frame_collected): On x32, expect two registers.
8915
46da9242
CL
89162016-08-18 Carl Love <cel@us.ibm.com>
8917
8918 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8919 and sync up the test with tests in gas/testsuite/gas/ppc.
8920 * gdb.arch/powerpc-power.exp: Likewise.
8921
eb2332d7
SM
89222016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8923
8924 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8925 expected error message.
8926
63c61e04
SM
89272016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8928
8929 * gdb.multi/remove-inferiors.exp: New file.
8930 * gdb.multi/remove-inferiors.c: New file.
8931
7b17065f
YQ
89322016-08-12 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8935 argument list.
8936
01d3dedf
PA
89372016-08-10 Pedro Alves <palves@redhat.com>
8938
8939 PR gdb/19187
8940 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8941 setup_kfails.
8942
3eb7562a
PA
89432016-08-09 Pedro Alves <palves@redhat.com>
8944 Simon Marchi <simon.marchi@ericsson.com>
8945
8946 PR gdb/20418
8947 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8948 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8949
80614914
PA
89502016-08-09 Pedro Alves <palves@redhat.com>
8951
8952 PR mi/20431
8953 * gdb.mi/mi-cmd-error.exp: New file.
8954
f348d89a
PA
89552016-08-09 Pedro Alves <palves@redhat.com>
8956
8957 PR gdb/18653
8958 * gdb.base/signals-state-child.c: New file.
8959 * gdb.base/signals-state-child.exp: New file.
8960 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8961
e5ca03b4
PA
89622016-08-09 Pedro Alves <palves@redhat.com>
8963
8964 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8965
282a0691
TT
89662016-08-03 Tom Tromey <tom@tromey.com>
8967
8968 PR python/18565:
8969 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8970
41bfcd63
YQ
89712016-08-01 Yao Qi <yao.qi@linaro.org>
8972
8973 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8974 variable mode to "multi-process" if $multi_process is 1, otherwise
8975 set it to "single-process".
8976
e3465b24
YQ
89772016-08-01 Yao Qi <yao.qi@linaro.org>
8978
8979 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8980 * gdb.cp/cpexprs.exp: Likewise.
8981 * gdb.cp/m-static.exp: Likewise.
8982
0b31a4bc
TT
89832016-07-26 Tom Tromey <tom@tromey.com>
8984
8985 PR python/20190:
8986 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8987 test.
8988
e0461dbb
MM
89892016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8990
8991 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8992 selecting assembly source files.
8993 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8994 assembly source files.
8995 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8996 assembly source files.
8997 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8998 selecting assembly source files.
8999
8194e927
SM
90002016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9001
9002 * gdb.base/new-ui.exp (do_test_invalid_args): New
9003 procedure.
9004
c0272db5
TW
90052016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9006
9007 * gdb.btrace/reconnect.c: New file.
9008 * gdb.btrace/reconnect.exp: New file.
9009
e3487908
GKB
90102016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9011
9012 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9013 to test_catch_syscall_group.
9014 (test_catch_syscall_group): New.
9015
12df5c00
TT
90162016-07-21 Tom Tromey <tom@tromey.com>
9017
9018 * gdb.rust/simple.rs (main): Use empty struct expression.
9019 * gdb.rust/simple.exp: Add tests for empty struct expression.
9020
bae62ee2
YQ
90212016-07-21 Yao Qi <yao.qi@linaro.org>
9022
9023 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9024 if gdb_skip_xml_test is true on some targets.
9025
b1b53fb3
YQ
90262016-07-21 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.server/solib-list.exp: Unset last_loaded_file.
9029
027d97f8
JK
90302016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9033 "step into captured_main (args)".
9034
7674d381
JK
90352016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9038
72b5d099
JK
90392016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9040
9041 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9042
1f960ced
PA
90432016-07-19 Pedro Alves <palves@redhat.com>
9044
9045 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9046 * gdb.opt/inline-bt.exp: Likewise.
9047 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9048 additional_flags=-Winline.
9049 * gdb.opt/inline-locals.exp: Likewise.
9050 * gdb.opt/inline-markers.c (ATTR): Define.
9051 (inlined_fn): Use it.
9052
f25827c1
YQ
90532016-07-19 Yao Qi <yao.qi@linaro.org>
9054
9055 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9056 (test_with_self): Remove some code. Remove argument executable.
9057 (top-level): Use do_self_tests.
9058
37539ebe
DB
90592016-07-15 Zachary Welch <zwelch@codesourcery.com>
9060 Don Breazeal <donb@codesourcery.com>
9061
9062 * gdb.base/maint.exp: Escape paths used in regular expressions.
9063 * gdb.stabs/weird.exp: Likewise.
9064
dac790e1
TT
90652016-07-13 Tom Tromey <tom@tromey.com>
9066
9067 PR python/15620, PR python/18620:
9068 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9069 (test_bkpt_events): New procs.
9070
93daf339
TT
90712016-07-13 Tom Tromey <tom@tromey.com>
9072
9073 PR python/17698:
9074 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9075 test.
9076 (test_watchpoints): Likewise.
9077 (test_bkpt_pending): New proc.
9078
6571a381
TT
90792016-07-13 Tom Tromey <tom@tromey.com>
9080
9081 PR cli/18053:
9082 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9083 completion test.
9084
e8732474
JK
90852016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9086
9087 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9088 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9089 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9090 f_label.
9091 (g): Rename g_end_lbl to g_label.
9092 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9093 low_pc and high_pc.
9094 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9095
e0f3fd7c
TT
90962016-07-12 Tom Tromey <tom@tromey.com>
9097
9098 PR python/19293:
9099 * gdb.python/py-unwind-maint.exp: Update tests.
9100
3cfe46b6
YQ
91012016-07-12 Yao Qi <yao.qi@linaro.org>
9102
9103 * lib/selftest-support.exp (selftest_setup): Match the output
9104 when captured_main is inlined.
9105
4f19a0e6
WT
91062016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9107
9108 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9109 New variables.
9110 (print this%a, print this%b, print this): New tests.
9111 * gdb.fortran/derived-types.f90 (this): New object and
9112 initialization.
9113
986cf455
SM
91142016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9115
9116 * gdb.ada/arraydim.exp: Remove extra directory level in build
9117 directory.
9118
f0464b23
SM
91192016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9120
9121 * lib/ada.exp: Remove extra directory level in build directory.
9122 * gdb.ada/cond_lang.exp: Likewise.
9123 * gdb.ada/exec_changed.exp: Likewise.
9124 * gdb.ada/lang_switch.exp: Likewise.
9125
42d94011
MG
91262016-07-06 Manish Goregaokar <manish@mozilla.com>
9127
2806dc7e
PA
9128 * simple.rs: Add test for raw pointer subscripting.
9129 * simple.exp: Add test expectations.
42d94011 9130
647c264c
YQ
91312016-07-05 Yao Qi <yao.qi@linaro.org>
9132
9133 * gdb.mi/mi-reverse.exp: Match =record-started output.
9134
20aa2c60
PA
91352016-07-01 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9138 procedure.
9139 (jit_reader_test): Test the jit reader's unwinder.
9140 * gdb.base/jithost.c (jit_function_00_code): New global.
9141 (main): Use memcpy to fill in the mmapped code, instead of poking
9142 bytes manually here.
9143 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9144 value.
9145 (read_debug_info): Save the function's range.
9146 (read_sp): New function.
9147 (unwind_frame): Use it. Also unwind RBP.
9148 (get_frame_id): Use read_sp.
9149 (gdb_init_reader): Use calloc instead of malloc.
9150 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9151 parameter. Use gdb_test_multiple.
9152
ced2dffb
PA
91532016-07-01 Pedro Alves <palves@redhat.com>
9154 Antoine Tremblay <antoine.tremblay@ericsson.com>
9155
9156 * gdb.threads/process-dies-while-detaching.c: New file.
9157 * gdb.threads/process-dies-while-detaching.exp: New file.
9158
63000888
PA
91592016-07-01 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.multi/watchpoint-multi-exit.c: New file.
9162 * gdb.multi/watchpoint-multi-exit.exp: New file.
9163
038d4868
PA
91642016-06-30 Pedro Alves <palves@redhat.com>
9165
9166 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9167 unset inferior_spawn_id.
9168
994e9c83
PA
91692016-06-30 Pedro Alves <palves@redhat.com>
9170
9171 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9172 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9173
e5653468
YQ
91742016-06-29 Yao Qi <yao.qi@linaro.org>
9175
9176 * gdb.base/return.c: Add copyright header.
9177
803b47e5
TT
91782016-06-29 Tom Tromey <tom@tromey.com>
9179
9180 PR python/20129:
9181 * gdb.python/py-framefilter.exp: Add tests for setting priority
9182 and disabling of non-existent frame filter.
9183
28244707
YQ
91842016-06-29 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9187 0x0f07ff.
9188
a31d2f06
YQ
91892016-06-28 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9192 triplets. Start gdb, execute catch syscall, and continue. Check
9193 gdb's output to determine catch syscall is supported.
9194
921d8f54
MG
91952016-06-27 Manish Goregaokar <manish@mozilla.com>
9196
25d49b86
PA
9197 * gdb.rust/simple.rs: Add test for returning unit in a function.
9198 * gdb.rust/simple.exp: Add expectation for functions returning
9199 unit.
921d8f54 9200
f4952523
PMR
92012016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9202
9203 * gdb.python/py-breakpoint-create-fail.c,
9204 gdb.python/py-breakpoint-create-fail.exp,
9205 gdb.python/py-breakpoint-create-fail.py: New testcase.
9206
fccb08f8
MG
92072016-06-25 Manish Goregaokar <manish@mozilla.com>
9208
9209 PR gdb/20239
9210 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9211 * gdb.rust/simple.exp: Add test expectations for new NonZero
9212 tests.
fccb08f8 9213
6b850546
DT
92142016-06-24 David Taylor <dtaylor@emc.com>
9215
9216 * gdb.base/offsets.exp: New file.
9217 * gdb.base/offsets.c: New file.
9218
17621150
TT
92192016-06-23 Tom Tromey <tom@tromey.com>
9220
9221 PR gdb/16483:
9222 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9223 before any filters are loaded.
9224
04d59df6
WT
92252016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9226
9227 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9228 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9229 structs.
9230 * gdb.fortran/derived-type-function.exp: New file.
9231 * gdb.fortran/derived-type-function.f90: New file.
9232
9233
ac69f786
PA
92342016-06-21 Pedro Alves <palves@redhat.com>
9235
9236 * gdb.base/new-ui.exp: New file.
9237 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9238 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9239 (with_spawn_id): New procedure.
9240
49940788
PA
92412016-06-21 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.mi/mi-exec-run.exp: New file.
9244
ef274d26
PA
92452016-06-21 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9248 breakpoint command's output on the main UI.
9249 (test_break): New procedure, factored out from calls in the top
9250 level.
9251 (top level): Use foreach_with_prefix to test MI as main UI and as
9252 separate UI.
9253
468afe6c
PA
92542016-06-21 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9257 (test_awatch_creation_and_listing)
9258 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9259 Remove 'type' parameter.
9260 (test_watchpoint_all): New parameter mi_mode. Remove
9261 with_test_prefix.
9262 (top level): Use foreach_with_prefix, and add main/separate UI MI
9263 testing axis.
9264
51f77c37
PA
92652016-06-21 Pedro Alves <palves@redhat.com>
9266
9267 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9268 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9269 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9270 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9271 (gdb_main_spawn_id, mi_spawn_id): Declare and
9272 comment.
9273 (mi_create_inferior_pty): New procedure,
9274 factored out from default_mi_gdb_start.
9275 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9276 procedures.
9277 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9278 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9279 Use mi_create_inferior_pty.
9280 (mi_gdb_start): Use eval to pass down args list.
9281
8980e177
PA
92822016-06-21 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9285 * gdb.opt/inline-cmds.exp: Add MI tests.
9286
f38d3ad1
PA
92872016-06-21 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9290
45db7c09
PA
92912016-06-21 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9294 (top level): Use it instead of mi_execute_to.
9295
5a069ab3
PA
92962016-06-21 Pedro Alves <palves@redhat.com>
9297
9298 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9299 (cont_handler_str): New.
9300 (signal_stop_handler): Set stop_handler_str instead of printing to
9301 stdout.
9302 (continue_handler): Set cont_handler_str instead of printing to
9303 stdout.
9304 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9305 mi_send_resuming_command. Print stop_handler_str and
9306 cont_handler_str instead of expecting the python events print
9307 directly.
9308
2838cc1d
SD
93092016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9310
9311 * gdb.base/jit-reader.exp: New file.
9312 * gdb.base/jithost.c: New file.
9313 * gdb.base/jithost.h: New file.
9314 * gdb.base/jitreader.c : New file.
9315 * gdb.base/jit-protocol.h: New file.
9316
21a77091
YQ
93172016-06-17 Yao Qi <yao.qi@linaro.org>
9318
9319 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9320 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9321 and detach-on-fork. Adjust tests.
9322 (top level): Invoke break_cond_on_syscall with combinations of
9323 syscall, follow-fork-mode and detach-on-fork.
9324
f50bf8e5
YQ
93252016-06-17 Yao Qi <yao.qi@linaro.org>
9326
9327 * gdb.base/step-over-exit.c: New.
9328 * gdb.base/step-over-exit.exp: New.
9329
a28d8e50
YTL
93302016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9331
9332 * gdb.base/float.exp: Add target check for nds32*-*-*.
9333 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9334
cad8e26d
AB
93352016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9336
9337 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9338 for unsupported target features.
9339 * gdb.base/call-rt-st.exp: Likewise.
9340 * gdb.base/call-sc.exp: Likewise.
9341 * gdb.base/call-signal-resume.exp: Likewise.
9342 * gdb.base/call-strs.exp: Likewise.
9343 * gdb.base/callexit.exp: Likewise.
9344 * gdb.base/callfuncs.exp: Likewise.
9345 * gdb.base/nodebug.exp: Likewise.
9346 * gdb.base/printcmds.exp: Likewise.
9347 * gdb.base/ptype.exp: Likewise.
9348 * gdb.base/structs.exp: Likewise.
9349 * gdb.base/unwindonsignal.exp: Likewise.
9350 * gdb.cp/gdb2495.exp: Likewise.
9351 * gdb.cp/templates.exp: Likewise.
9352 * gdb.cp/virtfunc.exp: Likewise.
9353 * gdb.threads/hand-call-in-threads.exp: Likewise.
9354 * gdb.threads/interrupted-hand-call.exp: Likewise.
9355 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9356
347dc102
TT
93572016-06-10 Tom Tromey <tom@tromey.com>
9358
9359 PR rust/20110:
9360 * gdb.rust/expr.exp: Add test for integer constant larger than
9361 i32.
9362
5e13cf25
BH
93632016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9364
9365 * gdb.fortran/nested-funcs.exp: New.
9366 * gdb.fortran/nested-funcs.f90: New.
9367
bb556f1f
TK
93682016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9369
9370 * gdb.base/examine-backward.c: New file.
9371 * gdb.base/examine-backward.exp: New file.
9372
38b022b4
SM
93732016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9374
9375 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9376 matching.
9377
1b40ec05
TT
93782016-06-02 Tom Tromey <tom@tromey.com>
9379
9380 PR python/18984:
9381 * gdb.python/py-shared.exp: Add solib_name test.
9382
193bd378
SM
93832016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9384
9385 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9386
3326303b
MG
93872016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9388
9389 PR c++/19893
9390 * gdb.dwarf2/implref.exp: Rename to...
9391 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9392 * gdb.dwarf2/implref-array.c: New file.
9393 * gdb.dwarf2/implref-array.exp: Likewise.
9394 * gdb.dwarf2/implref-global.c: Likewise.
9395 * gdb.dwarf2/implref-global.exp: Likewise.
9396 * gdb.dwarf2/implref-struct.c: Likewise.
9397 * gdb.dwarf2/implref-struct.exp: Likewise.
9398
825c8ef2
AT
93992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9400
9401 * gdb.trace/trace-condition.exp: Add 64bit tests.
9402
2320162a
AT
94032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9404
9405 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9406 bits types.
9407 (main): Adapt to 8 to 64 bits types.
9408 * gdb.trace/trace-condition.exp: Add new tests.
9409
a7818233
AT
94102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9411
9412 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9413
0d336466
AT
94142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9415
9416 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9417 Move condition tests...
9418 * gdb.trace/trace-condition.exp: Here.
9419
7faeb45a
AT
94202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9421
9422 * gdb.trace/trace-condition.exp: Add counter-case tests.
9423
e385593e
JK
94242016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9425
9426 PR c++/15231
9427 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9428 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9429
744608cc
PA
94302016-05-27 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9433 New procedure.
9434 (top level): Call it, and bail out of DejaGnu is known to be bad.
9435
ac775bf4
AB
94362016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.base/whatis.c: Extend the test case.
9439 * gdb.base/whatis.exp: Add additional tests.
9440
2bbad2ea
BH
94412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9442
9443* gdb.fortran/type.f90: Add pointer variable.
9444* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9445
8b70175d
BH
94462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9447
9448 * gdb.fortran/vla-type.exp: Fix testcase name.
9449
86d8a848
BH
94502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9451
9452 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9453
e188eb36
BH
94542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9455
9456 * gdb.fortran/type.f90: Add nested structures.
9457 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9458 * gdb.fortran/derived-type.exp: Adapt expected output.
9459 * gdb.fortran/vla-type.exp: Adapt expected output.
9460
9b2db1fd
BH
94612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9462
9463 * gdb.fortran/whatis_type.exp: Adapt expected output.
9464
72b17055
BH
94652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9466
9467 * gdb.fortran/print_type.exp: Fix expected output.
9468 * gdb.fortran/whatis_type.exp: Fix expected output.
9469
3cd81d8d
BH
94702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9471
9472 * gdb.fortran/whatis_type.exp: Use multi_line.
9473
ddae9462
TT
94742016-05-24 Tom Tromey <tom@tromey.com>
9475
9476 PR python/17386:
9477 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9478 use value as an index.
9479
1957f6b8
TT
94802016-05-23 Tom Tromey <tom@tromey.com>
9481
9482 PR python/17981:
9483 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9484 no-breakpoint case.
9485
026a9174
PA
94862016-05-24 Pedro Alves <palves@redhat.com>
9487
9488 PR gdb/19828
9489 * gdb.threads/clone-attach-detach.c: New file.
9490 * gdb.threads/clone-attach-detach.exp: New file.
9491
e70a7231
FR
94922016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9493
9494 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9495
0f6ed0e0
TT
94962016-05-23 Tom Tromey <tom@tromey.com>
9497
9498 PR python/19438, PR python/18393:
9499 * gdb.python/py-progspace.exp: Add "dir" test.
9500 * gdb.python/py-objfile.exp: Add "dir" test.
9501
ffd19d61
YQ
95022016-05-23 Yao Qi <yao.qi@linaro.org>
9503
9504 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9505 * gdb.arch/thumb2-it.exp: Likewise.
9506
9e8f9b05
SM
95072016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.mi/mi-threads-interrupt.c: New file.
9510 * gdb.mi/mi-threads-interrupt.exp: New file.
9511
61c6156d
SM
95122016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 PR gdb/18077
9515 * gdb.mi/mi-async-run.exp: New file.
9516 * gdb.mi/mi-async-run.c: New file.
9517
67218854
TT
95182016-05-17 Tom Tromey <tom@tromey.com>
9519 Manish Goregaokar <manishsmail@gmail.com>
9520
9521 * lib/rust-support.exp: New file.
9522 * lib/gdb.exp (skip_rust_tests): New proc.
9523 (build_executable_from_specs): Handle rust.
9524 * lib/future.exp (gdb_find_rustc): New proc.
9525 (gdb_default_target_compile): Handle rust.
9526 * gdb.rust/expr.exp: New file.
9527 * gdb.rust/generics.exp: New file.
9528 * gdb.rust/generics.rs: New file.
9529 * gdb.rust/methods.exp: New file.
9530 * gdb.rust/methods.rs: New file.
9531 * gdb.rust/modules.exp: New file.
9532 * gdb.rust/modules.rs: New file.
9533 * gdb.rust/simple.exp: New file.
9534 * gdb.rust/simple.rs: New file.
9535
c44af4eb
TT
95362016-05-17 Tom Tromey <tom@tromey.com>
9537
9538 * gdb.base/default.exp (set language): Add rust.
9539
dcd1f979
TT
95402016-05-17 Tom Tromey <tom@tromey.com>
9541
9542 * gdb.gdb/unittest.exp: New file.
9543
155b7f57
YQ
95442016-05-16 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9547 shell_prompt. Update shell_prompt_re.
9548
8ddd5a6c
DE
95492016-05-12 Doug Evans <dje@google.com>
9550
9551 PR symtab/19999
9552 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9553 $options when building executable.
9554 * gdb.dwarf2/fission-loclists-pie.S: New file.
9555 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9556
02e370d9
SM
95572016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9558
9559 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9560 of [is_remote target],
9561
8929ad8b
SM
95622016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9563
9564 * lib/gdb.exp (use_gdb_stub): New procedure.
9565
6c447423
DE
95662016-05-03 Yunlian Jiang <yunlian@google.com>
9567 Doug Evans <dje@google.com>
9568
9569 PR symtab/19914
9570 * gdb.dwarf2/dwp-sepdebug.c: New file.
9571 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9572
444e826c
SM
95732016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9574
9575 * gdb.base/detach.exp: Remove is_remote check.
9576
740feeaa
SM
95772016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9578
9579 * gdb.base/annota-input-while-running.exp: Don't check for
9580 [is_remote target]. Enable annotations after running to main.
9581 Remove unused "set test..." line.
9582
9080ac9d
SM
95832016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * gdb.trace/trace-enable-disable.exp: New file.
9586 * gdb.trace/trace-enable-disable.c: New file.
9587
952ebca5
SM
95882016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9589
9590 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9591 use it in info sharedlibrary test.
9592 * gdb.trace/ftrace-lock.exp: Likewise.
9593 * gdb.trace/ftrace.exp: Likewise.
9594 * gdb.trace/range-stepping.exp: Likewise.
9595 * gdb.trace/trace-break.exp: Likewise.
9596 * gdb.trace/trace-condition.exp: Likewise.
9597 * gdb.trace/trace-mt.exp: Likewise.
9598
d9019901
SM
95992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9600
9601 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9602 (gdb_load_shlib): ... this.
9603 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9604 gdb_load_shlib.
9605 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9606 * gdb.base/ctxobj.exp: Likewise.
9607 * gdb.base/dprintf-pending.exp: Likewise.
9608 * gdb.base/dso2dso.exp: Likewise.
9609 * gdb.base/fixsection.exp: Likewise.
9610 * gdb.base/gcore-relro.exp: Likewise.
9611 * gdb.base/gdb1555.exp: Likewise.
9612 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9613 * gdb.base/gnu-ifunc.exp: Likewise.
9614 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9615 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9616 * gdb.base/pending.exp: Likewise.
9617 * gdb.base/print-file-var.exp: Likewise.
9618 * gdb.base/print-symbol-loading.exp: Likewise.
9619 * gdb.base/shlib-call.exp: Likewise.
9620 * gdb.base/shreloc.exp: Likewise.
9621 * gdb.base/so-impl-ld.exp: Likewise.
9622 * gdb.base/solib-disc.exp: Likewise.
9623 * gdb.base/solib-nodir.exp: Likewise.
9624 * gdb.base/solib-overlap.exp: Likewise.
9625 * gdb.base/solib-symbol.exp: Likewise.
9626 * gdb.base/solib-weak.exp (do_test): Likewise.
9627 * gdb.base/sym-file.exp: Likewise.
9628 * gdb.base/symtab-search-order.exp: Likewise.
9629 * gdb.base/type-opaque.exp: Likewise.
9630 * gdb.base/unload.exp: Likewise.
9631 * gdb.base/watchpoint-solib.exp: Likewise.
9632 * gdb.compile/compile.exp: Likewise.
9633 * gdb.cp/gdb2384.exp: Likewise.
9634 * gdb.cp/infcall-dlopen.exp: Likewise.
9635 * gdb.cp/re-set-overloaded.exp: Likewise.
9636 * gdb.fortran/library-module.exp: Likewise.
9637 * gdb.opt/solib-intra-step.exp: Likewise.
9638 * gdb.python/py-finish-breakpoint.exp: Likewise.
9639 * gdb.python/py-shared.exp: Likewise.
9640 * gdb.reverse/solib-precsave.exp: Likewise.
9641 * gdb.reverse/solib-reverse.exp: Likewise.
9642 * gdb.server/solib-list.exp: Likewise.
9643 * gdb.threads/dlopen-libpthread.exp: Likewise.
9644 * gdb.threads/tls-shared.exp: Likewise.
9645 * gdb.threads/tls-so_extern.exp: Likewise.
9646 * gdb.trace/change-loc.exp: Likewise.
9647 * gdb.trace/ftrace-lock.exp: Likewise.
9648 * gdb.trace/ftrace.exp: Likewise.
9649 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9650 * gdb.trace/pending.exp: Likewise.
9651 * gdb.trace/range-stepping.exp: Likewise.
9652 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9653 (strace_info_marker): Likewise.
9654 (strace_probe_marker): Likewise.
9655 (strace_trace_on_same_addr): Likewise.
9656 (strace_trace_on_diff_addr): Likewise.
9657 * gdb.trace/trace-break.exp: Likewise.
9658 * gdb.trace/trace-condition.exp: Likewise.
9659 * gdb.trace/trace-mt.exp: Likewise.
9660
fca4cfd9
SM
96612016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9662
9663 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9664 result of gdb_remote_download.
9665 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9666 * gdb.base/dso2dso.exp: Likewise.
9667 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9668 * gdb.base/print-file-var.exp: Likewise.
9669 * gdb.base/shlib-call.exp: Likewise.
9670 * gdb.base/shreloc.exp: Likewise.
9671 * gdb.base/solib-overlap.exp: Likewise.
9672 * gdb.base/solib-weak.exp (do_test): Likewise.
9673 * gdb.base/unload.exp: Likewise.
9674
11cf4ffb
YQ
96752016-04-27 Yao Qi <yao.qi@linaro.org>
9676
9677 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9678 exists.
9679
3e2e34f8
KB
96802016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9681
9682 * vla-type.exp: Print structure from toplevel.
9683
8f07e298
BH
96842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9685
9686 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9687 of dynamic types.
9688 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9689 of dynamic types.
9690
9920b434
BH
96912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9692
9693 * gdb.fortran/vla-type.f90: New file.
9694 * gdb.fortran/vla-type.exp: New file.
9695
f3abeff5
YQ
96962016-04-25 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.base/branch-to-self.c: New file.
9699 * gdb.base/branch-to-self.exp: New file.
9700
0a5d52f0
YQ
97012016-04-22 Yao Qi <yao.qi@linaro.org>
9702
9703 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9704 more after $hex.
9705
495346f6
YQ
97062016-04-22 Yao Qi <yao.qi@linaro.org>
9707
9708 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9709 * gdb.base/annota3.exp: Likewise.
9710
4a7e075c
YQ
97112016-04-22 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.reverse/step-precsave.exp: Do one step and test program
9714 stops in "callee" and do multiple steps until program goes out
9715 of "callee".
9716 * gdb.reverse/step-reverse.exp: Likewise.
9717
5b061e98
YQ
97182016-04-22 Yao Qi <yao.qi@linaro.org>
9719
9720 * gdb.trace/signal.exp: Also pass if
9721 $tracepoint_hits($i) > $iterations.
9722
5c5dc57f
YQ
97232016-04-22 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.trace/signal.c: New file.
9726 * gdb.trace/signal.exp: New file.
9727
a55411b9
DE
97282016-04-19 Doug Evans <xdje42@gmail.com>
9729
9730 * gdb.base/bad-file.exp: New file.
9731
a22df60a
MG
97322016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9733
9734 * gdb.dwarf2/implref.exp: New file.
9735
0c13f7e5
BH
97362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9737
9738 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9739 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9740 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9741 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9742 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9743 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9744 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9745 * lib/fortran.exp (fortran_int4): New procedure.
9746 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9747 (fortran_logical4): Likewise.
9748
9b9b09e9
BH
97492016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9750
9751 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9752
a14d1f4d
BH
97532016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9754
9755 * lib/compiler.c: Add Intel specific preprocessor macros.
9756 * lib/compiler.cc: Likewise.
25d49b86 9757
7d49b1d0
LM
97582016-04-13 Luis Machado <lgustavo@codesourcery.com>
9759
9760 * gdb.server/connect-with-no-symbol-file.c: New file.
9761 * gdb.server/connect-with-no-symbol-file.exp: New file.
9762
8392fa22
SM
97632016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9764
9765 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9766
8c4c4aeb
SM
97672016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9770 standard output directory.
9771
45e3745e
AT
97722016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9773
9774 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9775
e26b7e41
MM
97762016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/instruction_history.c (loop): Add declaration.
9779
8ce09462
AT
97802016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9781
9782 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9783
2e88a1ea
SM
97842016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9785
9786 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9787 parentheses to print.
9788 (continue_handler): Likewise.
9789
f48e22e3
SM
97902016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9791
9792 * gdb.server/solib-list.exp: Remove is_remote check.
9793 Pass shlib= to gdb_compile. Don't link shared library with
9794 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9795 Run binary filename through "readlink -f" on the target.
9796
096be756
PA
97972016-04-08 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9800 interpreter filename as argument to gdbserver_spawn.
9801 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9802 Return empty if $last_loaded_file does not exist.
9803
06500533
JK
98042016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9807 * gdb.base/jit-main.c: Use exit after usage.
9808
2d35e871
JK
98092016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9812 GDBHISTSIZE prior to the tests.
9813 * gdb.base/gdbinit-history.exp: Likewise.
9814
98152016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9816
9817 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9818 instead of build_executable. Use gdb_load_shlibs.
9819
c8064e7e
YQ
98202016-04-07 Yao Qi <yao.qi@linaro.org>
9821
9822 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9823 Execute "si" command.
9824
bde47561
YQ
98252016-04-07 Yao Qi <yao.qi@linaro.org>
9826
9827 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9828 number instead of the comments on some line.
9829
b16f8a3b
DB
98302016-04-06 Don Breazeal <donb@codesourcery.com>
9831
9832 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9833 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9834
c2f901df
SM
98352016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9836
9837 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9838 standard_output_file. Remove unused binfile variable.
9839
ac17fda0
CU
98402016-04-05 Catalin Udma <catalin.udma@freescale.com>
9841
9842 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9843 * gdb.python/py-mi-objfile.exp: Match "list main" output
9844 in console format.
9845
03a8c4df
SM
98462016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9847
9848 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9849 absolute.
9850
6e774b13
SM
98512016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9852
9853 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9854 absolute.
9855 * gdb.trace/ftrace.exp: Likewise.
9856 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9857 targets as well.
9858 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9859 (gdb_load_shlibs): Copy libraries to test directory when testing
9860 natively. Only set solib-search-path if testing remotely.
9861 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9862
7817ea46
SM
98632016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9864
9865 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9866 gdb_download. Use it even if the target is not remote.
9867 * gdb.base/jit.exp (compile_jit_test): Likewise.
9868 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9869 output directory if the destination board is local, otherwise use
9870 the standard remote_download from DejaGnu.
9871 (gdb_download): Remove.
9872 (gdb_load_shlibs): Use gdb_remote_download instead of
9873 gdb_download.
9874 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9875 Use gdb_remote_download instead of gdb_download. Use it even if
9876 the target is not remote.
9877 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9878 instead of gdb_download.
9879
7beb7f68
SM
98802016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9881
9882 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9883 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9884 run.
9885
cc63428a
AV
98862016-04-01 Artemiy Volkov <artemiyv@acm.org>
9887
9888 PR gdb/19820
9889 * gdb.base/printcmds.exp: Add artificial arrays tests.
9890
64cdf930
PA
98912016-03-31 Pedro Alves <palves@redhat.com>
9892
9893 PR gdb/19858
9894 * gdb.base/jit-main.c: Include unistd.h.
9895 (ATTACH): Define to 0 if not already defined.
9896 (wait_for_gdb, mypid): New globals.
9897 (WAIT_FOR_GDB): New macro.
9898 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9899 some breakpoint locations.
9900 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9901 New procedures.
9902 (one_jit_test): Add REATTACH parameter, and handle it. Use
9903 continue_to_test_location.
9904 (top level): Test attach, and adjusts calls to one_jit_test.
9905
40dea8cb
PA
99062016-03-31 Pedro Alves <palves@redhat.com>
9907
9908 PR gdb/19858
9909 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9910 BINSUFFIX parameter, and handle it.
9911 (top level): Adjust calls compile_jit_test.
9912
e7ea3ec7
CU
99132016-03-31 Catalin Udma <catalin.udma@freescale.com>
9914
9915 PR python/19743
9916 * gdb.python/py-mi-events-gdb.py: New file.
9917 * gdb.python/py-mi-events.c: New file.
9918 * gdb.python/py-mi-events.exp: New file.
9919
e6359af3
YQ
99202016-03-30 Yao Qi <yao.qi@linaro.org>
9921
9922 * gdb.reverse/until-precsave.exp: Match function name only.
9923 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9924 Move malloc to a condition block.
9925 * gdb.reverse/until-reverse.exp: Match function name only.
9926
a4105d04
MK
99272016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9928
9929 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9930 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9931 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9932 variable for GPR 0 instead of assuming it is register 0.
9933 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9934 * lib/trace-support.exp: Add s390 registers.
9935
bfa6adb9
YQ
99362016-03-29 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9939
1e6697ea
YQ
99402016-03-24 Yao Qi <yao.qi@linaro.org>
9941
9942 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9943 test message.
9944
64bcd522
AA
99452016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9946
9947 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9948 maintaining separate logic for constructing the output path.
9949
7868401b
DB
99502016-03-16 Don Breazeal <donb@codesourcery.com>
9951
9952 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9953 Retry fork and waitpid on interrupted system call errors.
9954 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9955 Use with_timeout_factor to increase timeout by factor of 10.
9956
1cafadb4
DB
99572016-03-15 Don Breazeal <donb@codesourcery.com>
9958
9959 * gdb.cp/scope-err.cc: New test program.
9960 * gdb.cp/scope-err.exp: New test script.
9961 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9962 lines and "set breakpoint here" comment.
9963 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9964 Fixed some whitespace and format issues.
9965 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9966 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9967
81516450
DE
99682016-03-15 Doug Evans <dje@google.com>
9969
9970 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9971 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9972 All callers updated. Add tests for enums, mixed flags register.
9973
aa52b601
DE
99742016-03-15 Doug Evans <dje@google.com>
9975
9976 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9977 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9978
fa4ff313
SM
99792016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9980
9981 * gdb.base/default.exp: Add $_as_string to the list of expected
9982 convenience functions.
9983
f2403c39
AB
99842016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9985
9986 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9987
f2f3ccb9
SM
99882016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9989
9990 * gdb.python/py-as-string.exp: New file.
9991 * gdb.python/py-as-string.c: New file.
9992
00dbd492
PA
99932016-03-09 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9996 signal" -> "Thread NN received signal" output change.
9997 * gdb.threads/ia64-sigill.exp: Likewise.
9998 * gdb.threads/linux-dp.exp: Likewise.
9999 * gdb.threads/manythreads.exp: Likewise.
10000 * gdb.threads/pending-step.exp: Likewise.
10001 * gdb.threads/print-threads.exp: Likewise.
10002 * gdb.threads/sigstep-threads.exp: Likewise.
10003 * gdb.threads/staticthreads.exp: Likewise.
10004 * gdb.threads/tls.exp: Likewise.
10005
1e6697ea
YQ
100062016-03-09 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.base/command-line-input.exp: New file.
10009
b04fd3be
MK
100102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10011
10012 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10013 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10014 * gdb.trace/pending.exp: Accept leading dot before function name.
10015 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10016 * lib/trace-support.exp: Set registers for ppc.
10017
98fa59e9
MK
100182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10019
10020 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10021 use it for disassembly; accept .main in addition to main in backtrace.
10022
f77198c8
MK
100232016-03-09 Wei-cheng Wang <cole945@gmail.com>
10024 Marcin Kościelnicki <koriakin@0x04.net>
10025
10026 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10027 (gdb_recursion_test_ptr): New global variable.
10028 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10029 gdb_recursion_test.
10030 (gdb_c_test): Ditto.
10031
ba84e0da
MK
100322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10033
10034 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10035 ordering.
10036
4366d36e
MK
100372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10038
10039 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10040 (bar): Add bar_start_lbl label.
10041 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10042 of foo/bar for emitting DWARF and tracing.
10043
5eb264df
SDJ
100442016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10045
10046 * analyze-racy-logs.py: Set executable bit.
10047
fb6a751f
SDJ
100482016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10049
10050 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10051 (CHECK_TARGET_TMP): Likewise.
10052 (check-single-racy): New rule.
10053 (check-parallel-racy): Likewise.
10054 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10055 (do-check-parallel-racy): New rule.
10056 (check-racy/%.exp): Likewise.
10057 * README (Racy testcases): New section.
10058 * analyze-racy-logs.py: New file.
10059
bdf7e230
DE
100602016-03-03 Doug Evans <dje@google.com>
10061
10062 * gdb.base/skip.exp: Use with_test_prefix.
10063
4719d415
YQ
100642016-03-03 Yao Qi <yao.qi@linaro.org>
10065
10066 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10067 Invoke step_over_syscall "clone" and break_cond_on_syscall
10068 "clone".
10069 * gdb.base/step-over-clone.c: New file.
10070
ea507862
YQ
100712016-03-03 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10074 code format.
10075
8fc8cbda
YQ
100762016-03-03 Yao Qi <yao.qi@linaro.org>
10077
10078 * gdb.base/disp-step-fork.c: Rename to ...
10079 * gdb.base/step-over-fork.c: ... it. New file.
10080 * gdb.base/disp-step-vfork.c: Rename to ...
10081 * gdb.base/step-over-vfork.c: ... it. New file.
10082 * gdb.base/disp-step-syscall.exp: Rename to ...
10083 * gdb.base/step-over-syscall.exp: ... it. New file.
10084 (disp_step_cross_syscall): Rename to ...
10085 (step_over_syscall): ... it.
10086
92fa70b0
YQ
100872016-03-03 Yao Qi <yao.qi@linaro.org>
10088
10089 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10090 If target supports condition evaluation on target, invoke
10091 break_cond_on_syscall for fork and vfork.
10092
e197ad3c
YQ
100932016-03-03 Yao Qi <yao.qi@linaro.org>
10094
10095 * gdb.base/disp-step-syscall.exp: Don't invoke
10096 support_displaced_stepping.
10097 (disp_step_cross_syscall): Test with displaced stepping off and
10098 on if supported.
10099
0b47da9f
YQ
101002016-03-03 Yao Qi <yao.qi@linaro.org>
10101
10102 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10103 proc.
10104 (setup): New proc.
10105 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10106 and setup.
10107
065ab6dc
BH
101082016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10109
10110 * gdb.fortran/vla-history.exp: Remove breakpoint.
10111
07e448ad 101122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10113
25d49b86
PA
10114 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10115 exceeds timeout.
07e448ad 10116
9ac2d526 101172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10118
25d49b86
PA
10119 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10120 breakpoint.
9ac2d526 10121
17807369
BH
101222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10123
10124 * gdb.mi/vla.f90: Nullify pointer after declaration.
10125
86e501af
PA
101262016-03-01 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10129
1e903e32
PA
101302016-03-01 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10133 before anything else.
10134 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10135 _GNU_SOURCE here.
10136 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10137 before anything else.
10138 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10139
6ccb54e2
PA
101402016-03-01 Pedro Alves <palves@redhat.com>
10141
10142 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10143
30ca9da1
YQ
101442016-03-01 Yao Qi <yao.qi@linaro.org>
10145
10146 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10147 prepare_for_testing.
10148
dc856b38
YQ
101492016-03-01 Yao Qi <yao.qi@linaro.org>
10150
10151 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10152
4a932159
AA
101532016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10154
10155 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10156 manually constructing the output path.
10157
f2489477
AA
101582016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10159
10160 * gdb.arch/s390-stackless.S: New.
10161 * gdb.arch/s390-stackless.exp: New.
10162
38899f16
IB
101632016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10164
10165 * gdb.dlang/circular.c: New file.
10166 * gdb.dlang/circular.exp: New file.
10167
9fde51ed
YQ
101682016-02-26 Yao Qi <yao.qi@linaro.org>
10169
10170 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10171 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10172 (testcases): Update.
10173
ce90fefe
YQ
101742016-02-26 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.reverse/aarch64.c: Rename to ...
10177 * gdb.reverse/insn-reverse.c: ... it.
10178 * gdb.reverse/aarch64.exp: Rename to ...
10179 * gdb.reverse/insn-reverse.exp: ... it.
10180
3263bceb
YQ
101812016-02-26 Yao Qi <yao.qi@linaro.org>
10182
10183 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10184 (testcase_ftype): New.
10185 (testcases): New array.
10186 (n_testcases): New.
10187 (main): Call each element in testcases.
10188 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10189 (read_testcase): New.
10190 Do the tests in a loop.
10191
6cb59ff1
YQ
101922016-02-25 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.base/branches.c: Remove.
10195
ae91f625
MK
101962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10197
10198 PR gdb/13808
10199 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10200
678b48b7
MK
102012016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10202
10203 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10204
7337a6f2
MK
102052016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10206
10207 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10208 change x86_64 call_insn to 'callq'.
10209
861ca91f
AT
102102016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10211
10212 * gdb.trace/tfile-avx.c: Move to...
10213 * gdb.trace/tracefile-pseudo-reg.c: Here.
10214 * gdb.trace/tfile-avx.exp: Move to...
10215 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10216
bf74e428
GB
102172016-02-24 Gary Benson <gbenson@redhat.com>
10218
10219 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10220 message on attach.
10221
cce0e923
DE
102222016-02-23 Doug Evans <dje@google.com>
10223
10224 * gdb.base/skip.c (test_skip): New function.
10225 (end_test_skip_file_and_function): New function.
10226 (test_skip_file_and_function): New function.
10227 * gdb.base/skip1.c (test_skip): New function.
10228 (skip1_test_skip_file_and_function): New function.
10229 * gdb.base/skip.exp: Add tests for new skip options.
10230 * gdb.base/skip-solib.exp: Update expected output.
10231 * gdb.perf/skip-command.cc: New file.
10232 * gdb.perf/skip-command.exp: New file.
10233 * gdb.perf/skip-command.py: New file.
10234
4000e47e
MK
102352016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10236
10237 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10238 info registers pattern.
10239
24f75ead
IB
102402016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10241
10242 * lib/future.exp: Add D support.
10243 (gdb_find_gdc): New proc.
10244 (gdb_default_target_compile): Add D support.
10245
fbb7bcbe
WW
102462016-02-18 Wei-cheng Wang <cole945@gmail.com>
10247
10248 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10249 user+system time.
10250 (trace_speed_test): Determine the iteration count for a time
10251 between 15..30 seconds.
10252
012b3a21
WT
102532016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10254
10255 * gdb.arch/i386-mpx-sigsegv.c: New file.
10256 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10257 * gdb.arch/i386-mpx-simple_segv.c: New file.
10258 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10259
2d5189bd
YQ
102602016-02-18 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10263 Don't call setup_kfail.
10264
40fb20d0
YQ
102652016-02-18 Yao Qi <yao.qi@linaro.org>
10266
10267 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10268 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10269
21b1f8d2
DE
102702016-02-16 Doug Evans <dje@google.com>
10271
10272 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10273 * gdb.base/skip1.c: Ditto.
10274 * gdb.base/skip.exp: Whitespace cleanup.
10275
4041ed77
DB
102762016-02-16 Don Breazeal <donb@codesourcery.com>
10277
10278 PR remote/19496
10279 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10280 Remove kfail for PR remote/19496.
10281
c4ef31bf
SM
102822016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10283
10284 * lib/gdb.exp (standard_temp_file): Return a path specific to
10285 the runtest invocation.
10286
266b65b3
SM
102872016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * gdb.trace/save-trace.exp: Change relative path to be in the
10290 standard output directory.
10291
a7a0a6a9
JK
102922016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 * gdb.arch/i386-prologue.c: Add missing prototypes.
10295
c99dbb42
JK
102962016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10297
10298 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10299 * gdb.arch/i386-prologue.exp: Likewise.
10300 * gdb.arch/i386-size.exp: Likewise.
10301
aa480355
SM
103022016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10303
10304 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10305 define object file path.
10306 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10307 file path.
10308 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10309 standard_output_file to define binfile.
10310
ba881f50
JK
103112016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10312
10313 Fix compatibility with recent gfortran-5.3.1.
10314 * gdb.fortran/vla-history.exp (print vla1 allocated)
10315 (print vla2 allocated, print $2, print $3): Remove
10316 (print $4): Rename to ...
10317 (print $2): ... here.
10318 (print $9): Rename to ...
10319 (print $5): ... here.
10320 (print $10): Rename to ...
10321 (print $6): ... here.
10322 * gdb.fortran/vla.f90: Add pvla initialization.
10323
e9fb005c
JK
103242016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10325
10326 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10327 New test.
10328 * gdb.fortran/vla-value-sub.exp: Likewise.
10329
e44e00ff
MK
103302016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10331
10332 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10333
97e94151
SM
103342016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10335
10336 * i386-biarch-core.exp: Define corefile using
10337 standard_output_file.
10338
01113bc1
YQ
103392016-02-12 Yao Qi <yao.qi@linaro.org>
10340
10341 * gdb.arch/arm-single-step-kernel-helper.c: New.
10342 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10343
33b4777c
MM
103442016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10345
10346 * gdb.btrace/tailcall-only.exp: New.
10347 * gdb.btrace/tailcall-only.c: New.
10348 * gdb.btrace/x86_64-tailcall-only.S: New.
10349 * gdb.btrace/i686-tailcall-only.S: New.
10350
acc23c11
PA
103512016-02-11 Pedro Alves <palves@redhat.com>
10352
10353 * README (Parallel testing): Add missing double quotes.
10354
e352bf0a
PA
103552016-02-11 Pedro Alves <palves@redhat.com>
10356
10357 * README (Parallel testing): New section.
10358 (GDB_PARALLEL): Rewrite.
10359 (FORCE_PARALLEL): Document.
10360
9f5fed78
MK
103612016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10362
10363 * gdb.trace/tfile-avx.c: New test.
10364 * gdb.trace/tfile-avx.exp: New test.
10365
9ef9e6a6
KS
103662016-02-09 Keith Seitz <keiths@redhat.com>
10367
10368 PR breakpoints/19546
10369 * gdb.base/infcall-exec.c: New file.
10370 * gdb.base/infcall-exec2.c: New file.
10371 * gdb.base/infcall-exec.exp: New file.
10372
a96e36da
KS
103732016-02-09 Keith Seitz <keiths@redhat.com>
10374
10375 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10376 (toplevel): Call test_bkpt_address.
10377
9f61929f
KS
103782016-02-09 Keith Seitz <keiths@redhat.com>
10379
10380 PR python/19506
10381 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10382 (toplevel): Call test_bkpt_address.
10383
1e94266c
SM
103842016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10387 to AC_OUTPUT.
10388 * configure: Regenerate.
10389
2a7f3dff
PA
103902016-02-09 Pedro Alves <palves@redhat.com>
10391
10392 PR breakpoints/19548
10393 * gdb.base/execl-update-breakpoints.c (some_function): New
10394 function.
10395 (main): Call it.
10396 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10397 Tighten expected GDB output.
10398
2151ccc5
SM
103992016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10400
10401 * Makefile.in (ALL_SUBDIRS): Remove.
10402 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10403 (distclean maintainer-clean realclean): Likewise.
10404 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10405 * configure: Regenerate.
10406 * gdb.ada/Makefile.in: Delete.
10407 * gdb.arch/Makefile.in: Likewise.
10408 * gdb.asm/Makefile.in: Likewise.
10409 * gdb.base/Makefile.in: Likewise.
10410 * gdb.btrace/Makefile.in: Likewise.
10411 * gdb.cell/Makefile.in: Likewise.
10412 * gdb.compile/Makefile.in: Likewise.
10413 * gdb.cp/Makefile.in: Likewise.
10414 * gdb.disasm/Makefile.in: Likewise.
10415 * gdb.dlang/Makefile.in: Likewise.
10416 * gdb.dwarf2/Makefile.in: Likewise.
10417 * gdb.fortran/Makefile.in: Likewise.
10418 * gdb.gdb/Makefile.in: Likewise.
10419 * gdb.go/Makefile.in: Likewise.
10420 * gdb.guile/Makefile.in: Likewise.
10421 * gdb.java/Makefile.in: Likewise.
10422 * gdb.linespec/Makefile.in: Likewise.
10423 * gdb.mi/Makefile.in: Likewise.
10424 * gdb.modula2/Makefile.in: Likewise.
10425 * gdb.multi/Makefile.in: Likewise.
10426 * gdb.objc/Makefile.in: Likewise.
10427 * gdb.opencl/Makefile.in: Likewise.
10428 * gdb.opt/Makefile.in: Likewise.
10429 * gdb.pascal/Makefile.in: Likewise.
10430 * gdb.perf/Makefile.in: Likewise.
10431 * gdb.python/Makefile.in: Likewise.
10432 * gdb.reverse/Makefile.in: Likewise.
10433 * gdb.server/Makefile.in: Likewise.
10434 * gdb.stabs/Makefile.in: Likewise.
10435 * gdb.threads/Makefile.in: Likewise.
10436 * gdb.trace/Makefile.in: Likewise.
10437 * gdb.xml/Makefile.in: Likewise.
10438 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10439 GDB_PARALLEL.
10440 (standard_output_file): Remove check for GDB_PARALLEL, always
10441 return path in outputs/$subdir/$testname.
10442
437277d4
SM
104432016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10444
10445 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10446 (site.exp): Assign abs_srcdir to tcl's srcdir.
10447
31d913c7
YQ
104482016-02-04 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.base/foll-exec-mode.c: Include limits.h.
10451 (main): Add parameters argc and argv. Get directory from
10452 argv[0].
10453 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10454 compilation.
10455 * gdb.base/foll-exec.c: Include limits.h.
10456 (main): Add parameters argc and argv.
10457 Get directory from argv[0].
10458 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10459 Adjust tests on the number of lines as source code changed.
10460 * gdb.base/foll-vfork-exit.c: Include limits.h.
10461 (main): Add one line of statement before vfork.
10462 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10463 (main): Add parameters argc and argv. Get directory from
10464 argv[0].
10465 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10466 (setup_gdb): Set tbreak to skip some source lines.
10467 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10468 (main): Add parameters argc and argv. Get directory from
10469 argv[0].
10470 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10471 compilation.
10472 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10473 (main): Add parameters argc and argv. Get directory from
10474 argv[0].
10475 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10476 compilation.
10477
9482b9fb
DE
104782016-02-01 Doug Evans <dje@google.com>
10479
10480 * gdb.base/skip.exp: Clean up multiple references to same test name.
10481
6b2e4f10
PA
104822016-02-01 Pedro Alves <palves@redhat.com>
10483
ccb6afd6 10484 PR remote/19496
6b2e4f10
PA
10485 * gdb.threads/forking-threads-plus-breakpoint.exp
10486 (displaced_stepping_supported): New global.
10487 (probe_displaced_stepping_support): New procedure.
10488 (do_test): Add 'displaced' parameter, and use it.
10489 (top level): Check for displaced stepping support. Add displaced
10490 stepping on/off testing axis.
10491
37a8db1a
AB
104922016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10493
10494 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10495 pointer. Don't perform further tests on the unassociated pointer
10496 if the first test fails.
10497
5fdf6324
AB
104982016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10499
10500 * gdb.base/max-value-size.c: New file.
10501 * gdb.base/max-value-size.exp: New file.
10502 * gdb.base/huge.exp: Disable max-value-size for this test.
10503
935c6144
IB
105042016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10505
10506 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10507
7fe8399d
YQ
105082016-01-28 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10511
a2077e25
PA
105122016-01-25 Pedro Alves <palves@redhat.com>
10513
10514 PR threads/19461
10515 * gdb.base/fork-running-state.c: New file.
10516 * gdb.base/fork-running-state.exp: New file.
10517
1d2736d4
PA
105182016-01-25 Pedro Alves <palves@redhat.com>
10519
10520 PR gdb/19494
10521 * gdb.base/catch-fork-kill.c: New file.
10522 * gdb.base/catch-fork-kill.exp: New file.
10523
f1da4b11
PA
105242016-01-25 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10527 Delete, moved to lib/gdb.exp.
10528 * gdb.threads/forking-threads-plus-breakpoint.exp
10529 (foreach_with_prefix): Likewise.
10530 * gdb.threads/process-dies-while-handling-bp.exp
10531 (foreach_with_prefix): Likewise.
10532 * lib/gdb.exp (foreach_with_prefix): New procedure.
10533
45f38546
MK
105342016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10535
10536 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10537 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10538
dc29a1ce
MK
105392016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10540
10541 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10542 endian targets.
10543
092127d7
JK
105442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10545 Pedro Alves <palves@redhat.com>
10546
10547 Fix testsuite compatibility with Guile.
10548 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10549 number.
10550
31d765d3
JK
105512016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 Fix testsuite compatibility with Guile.
10554 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10555 (thread 1): New test for backtrace through signal handler.
10556
1ac78c04
YQ
105572016-01-22 Yao Qi <yao.qi@linaro.org>
10558
10559 PR testsuite/19491
10560 * gdb.base/multi-forks.c: Include
10561 ../lib/unbuffer_output.c
10562 (main): Call gdb_unbuffer_output.
10563
4f5946a8
DE
105642016-01-21 Doug Evans <dje@google.com>
10565
10566 * lib/ada.exp (gdb_compile_ada): Fix typo.
10567
305e13e6
JB
105682016-01-21 Joel Brobecker <brobecker@adacore.com>
10569
10570 * gdb.base/break-fun-addr.exp: New file.
10571 * gdb.base/break-fun-addr1.c: New file.
10572 * gdb.base/break-fun-addr2.c: New file.
10573
5f5dfff6
SM
105742016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10575
10576 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10577 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10578 enum flag values.
10579
fd356fa2
AA
105802016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10581
10582 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10583 when GDB can not set the vector return value. Add more comments
10584 for clarification.
10585
9df22175
AT
105862016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10587
10588 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10589 command.
10590
41d1845e
SM
105912016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10592
10593 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10594
01ac6840
SM
105952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10596
10597 * Makefile.in (check-single): Pass --status to runtest.
10598 (check/%.exp): Likewise.
10599
106002016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10601
10602 * Makefile.in (check-parallel): Propagate return code from make
10603 do-check-parallel.
10604
bd0a71fa
MK
106052016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10606
10607 * gdb.trace/ftrace.exp: Fix expected message on continue.
10608 * gdb.trace/pending.exp: Fix expected message on continue.
10609 * gdb.trace/trace-break.exp: Fix expected message on continue.
10610
8bcbad33
SM
106112016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10612
10613 * lib/gdb.exp (gdb_test): Remove unused global references.
10614
f303dbd6
PA
106152016-01-18 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.base/async-shell.exp: Adjust expected output.
10618 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10619 * gdb.base/siginfo-thread.exp: Adjust expected output.
10620 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10621 * gdb.java/jnpe.exp: Adjust expected output.
10622 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10623 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10624 * gdb.threads/leader-exit.exp: Adjust expected output.
10625 * gdb.threads/manythreads.exp: Adjust expected output.
10626 * gdb.threads/pthreads.exp: Adjust expected output.
10627 * gdb.threads/schedlock.exp: Adjust expected output.
10628 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10629 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10630 expected output.
10631 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10632 output.
10633 * gdb.threads/sigthread.exp: Adjust expected output.
10634 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10635
b2789696
YQ
106362016-01-18 Yao Qi <yao.qi@linaro.org>
10637
10638 * gdb.guile/scm-section-script.c: Replace @progbits with
10639 %progbits.
10640 * gdb.python/py-section-script.c: Likewise.
10641
71ef29a8
PA
106422016-01-15 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.multi/tids.exp: Test star wildcard ranges.
10645
3f5b7598
PA
106462016-01-15 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10649 command from "thread apply" invocation.
10650 (thr_apply_info_thr_invalid): Default the expected output to the
10651 input tid list.
10652 (top level): Add tests that use convenience variables. Add tests
10653 for "thread apply" with a valid TID list, but missing the command.
10654
663f6d42
PA
106552016-01-13 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.base/default.exp: Expect $_gthread as well.
10658 * gdb.multi/tids.exp: Test $_gthread.
10659 * gdb.threads/thread-specific.exp: Test $_gthread.
10660
c84f6bbf
PA
106612016-01-13 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.multi/tids.exp: Test "info threads -gid".
10664
22a02324
PA
106652016-01-13 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10668 Breakpoint.thread.
10669 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10670
5d5658a1
PA
106712016-01-07 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/break.exp: Adjust to output changes.
10674 * gdb.base/hbreak2.exp: Likewise.
10675 * gdb.base/sepdebug.exp: Likewise.
10676 * gdb.base/watch_thread_num.exp: Likewise.
10677 * gdb.linespec/keywords.exp: Likewise.
10678 * gdb.multi/info-threads.exp: Likewise.
10679 * gdb.threads/thread-find.exp: Likewise.
10680 * gdb.multi/tids.c: New file.
10681 * gdb.multi/tids.exp: New file.
10682
84654457
PA
106832016-01-13 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10686
e3940304
PA
106872016-01-13 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.base/default.exp: Expect $_inferior as well.
10690 * gdb.multi/base.exp: Test $_inferior.
10691
a911d87a
PA
106922016-01-13 Pedro Alves <palves@redhat.com>
10693
10694 PR breakpoints/19388
10695 * gdb.base/catch-signal-siginfo-cond.c: New file.
10696 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10697
82075af2
JS
106982016-01-12 Josh Stone <jistone@redhat.com>
10699 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10700
10701 * gdb.base/catch-syscall.c (do_execve): New variable.
10702 (main): Conditionally trigger an execve.
10703 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10704 (test_catch_syscall_execve): New, check entry/return across execve.
10705 (do_syscall_tests): Call test_catch_syscall_execve.
10706
e46eeedd
PA
107072016-01-12 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/random-signal.exp (do_test): New procedure, with body
10710 of testcase moved in.
10711
01d8c27e
JK
107122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10713 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/funcargs.exp (finish from indirectly called function):
10716 Reintroduce the case for 'First'.
10717
9a706302
JK
107182016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10719 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10722 (tcatch_vfork_then_child_follow_exec)
10723 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10724 identification.
10725
c0ecb95f
JK
107262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10727
10728 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10729 and repeats to unlimited.
10730 * gdb.python/py-value.exp: Likewise.
10731 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10732 and repeats to unlimited.
10733
6cfc1fcb
JK
107342016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10735
10736 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10737 and reordering the functions.
10738 * gdb.multi/hangout.c: Likewise.
10739 * gdb.multi/hello.c: Likewise.
10740
582a1b00
SM
107412016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10742
10743 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10744 absolute.
10745 (SingleStatisticTestResult.report): Use dict.keys instead of
10746 dict.iterkeys.
10747
79bc59cb
PA
107482016-01-06 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10751
43368e1d
MM
107522016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10753
10754 * gdb.btrace/dlopen.exp: New.
10755 * gdb.btrace/dlopen.c: New.
10756 * gdb.btrace/dlopen-dso.c: New.
10757
79fad5b8
SL
107582015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10759
10760 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10761 PATTERN argument is optional.
10762
ab8314b3
JB
107632015-12-24 Joel Brobecker <brobecker@adacore.com>
10764
10765 * lib/ada.exp (target_compile_ada_from_dir): New function.
10766 (gdb_compile_ada): Reimplement avoiding the use of project files.
10767 * gdb.ada/gnat_ada.gpr: Delete.
10768 * gdb.ada/cond_lang.exp: Adjust test to make path before
10769 filename optional.
10770 * gdb.ada/small_reg_param.exp: Likewise.
10771
fe33faff
SM
107722015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10773
10774 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10775
6d265cb4
TP
107762015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10777
10778 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10779 case.
10780
10125099
SM
107812015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * gdb.base/break.exp: Remove dead code.
10784 * gdb.base/sepdebug.exp: Likewise.
10785
3ca22649
SM
107862015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10787
10788 * gdb.asm/asm-source.exp: Remove HP-UX references.
10789 * gdb.base/annota1.exp: Likewise.
10790 * gdb.base/annota3.exp: Likewise.
10791 * gdb.base/attach.exp: Likewise.
10792 * gdb.base/bigcore.exp: Likewise.
10793 * gdb.base/break.exp: Likewise.
10794 * gdb.base/call-ar-st.exp: Likewise.
10795 * gdb.base/callfuncs.exp: Likewise.
10796 * gdb.base/catch-fork-static.exp: Likewise.
10797 * gdb.base/display.exp: Likewise.
10798 * gdb.base/foll-exec-mode.exp: Likewise.
10799 * gdb.base/foll-exec.exp: Likewise.
10800 * gdb.base/foll-fork.exp: Likewise.
10801 * gdb.base/foll-vfork.exp: Likewise.
10802 * gdb.base/funcargs.exp: Likewise.
10803 * gdb.base/hbreak2.exp: Likewise.
10804 * gdb.base/inferior-died.exp: Likewise.
10805 * gdb.base/interrupt.exp: Likewise.
10806 * gdb.base/multi-forks.exp: Likewise.
10807 * gdb.base/nodebug.exp: Likewise.
10808 * gdb.base/sepdebug.exp: Likewise.
10809 * gdb.base/solib1.c: Likewise.
10810 * gdb.base/step-test.exp: Likewise.
10811 * gdb.mi/non-stop.c: Likewise.
10812 * gdb.mi/pthreads.c: Likewise.
10813 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10814 * gdb.threads/pthreads.c: Likewise.
10815 * gdb.threads/staticthreads.exp: Likewise.
10816 * lib/future.exp: Likewise.
10817 * lib/gdb.exp: Likewise.
10818 * gdb.base/so-indr-cl.c: Remove.
10819 * gdb.base/so-indr-cl.exp: Likewise.
10820 * gdb.base/solib.c: Likewise.
10821 * gdb.base/solib.exp: Likewise.
10822 * gdb.base/solib2.c: Likewise.
10823
b6304613
SM
108242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10825
10826 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10827 * gdb.base/call-ar-st.exp: Likewise.
10828 * gdb.base/callfuncs.exp: Likewise.
10829 * gdb.base/condbreak.exp: Likewise.
10830 * gdb.base/constvars.exp: Likewise.
10831 * gdb.base/hbreak2.exp: Likewise.
10832 * gdb.base/langs.exp: Likewise.
10833 * gdb.base/list.exp: Likewise.
10834 * gdb.base/long_long.exp: Likewise.
10835 * gdb.base/ptype.exp: Likewise.
10836 * gdb.base/scope.exp: Likewise.
10837 * gdb.base/signals.exp: Likewise.
10838 * gdb.base/so-impl-ld.exp: Likewise.
10839 * gdb.base/varargs.exp: Likewise.
10840 * gdb.base/volatile.exp: Likewise.
10841 * gdb.base/whatis.exp: Likewise.
10842 * gdb.cp/cplusfuncs.exp: Likewise.
10843 * gdb.cp/inherit.exp: Likewise.
10844 * gdb.cp/local.exp: Likewise.
10845 * gdb.cp/member-ptr.exp: Likewise.
10846 * gdb.cp/method.exp: Likewise.
10847 * gdb.cp/overload.exp: Likewise.
10848 * gdb.cp/templates.exp: Likewise.
10849 * gdb.stabs/weird.exp: Likewise.
10850 * lib/compiler.c: Likewise.
10851 * lib/compiler.cc: Likewise.
10852 * lib/cp-support.exp: Likewise.
10853 * lib/gdb.exp: Likewise.
10854
bf401b07
SM
108552015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10856
10857 * configure.ac: Remove HP-UX case.
10858 * configure: Regenerate.
10859
aff9c0f8
SM
108602015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10861
10862 * lib/gdb.exp (gdb_compile): Add function doc.
10863
a6904d5a
PA
108642015-12-17 Pedro Alves <palves@redhat.com>
10865
10866 PR threads/19354
10867 * gdb.multi/info-threads.exp: New file.
10868
a22279dd
YQ
108692015-12-15 Yao Qi <yao.qi@linaro.org>
10870
10871 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10872 is aarch64*-*-*.
10873
0588c796
SL
108742015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10875
10876 * gdb.base/history-duplicates.exp: Skip if no readline support.
10877
5d978e17
SL
108782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10879
10880 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10881
7e763b86
SL
108822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10883
10884 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10885
87a3a92c
SL
108862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10887
10888 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10889 ctrl-C if nointerrupts target property is set.
10890 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10891 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10892 * gdb.base/paginate-bg-execution.exp: Likewise.
10893 * gdb.base/paginate-execution-startup.exp: Likewise.
10894 * gdb.base/random-signal.exp: Likewise.
10895 * gdb.base/range-stepping.exp: Likewise.
10896 * gdb.cp/annota2.exp: Likewise.
10897 * gdb.cp/annota3.exp: Likewise.
10898 * gdb.gdb/selftest.exp: Likewise.
10899 * gdb.threads/continue-pending-status.exp: Likewise.
10900 * gdb.threads/leader-exit.exp: Likewise.
10901 * gdb.threads/manythreads.exp: Likewise.
10902 * gdb.threads/pthreads.exp: Likewise.
10903 * gdb.threads/schedlock.exp: Likewise.
10904 * gdb.threads/sigthread.exp: Likewise.
10905
a8f077dc
DB
109062015-12-11 Don Breazeal <donb@codesourcery.com>
10907
10908 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10909 remote.
10910 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10911 * gdb.base/foll-exec.exp (main): Enable for target remote.
10912 * gdb.base/foll-fork.exp (main): Likewise.
10913 * gdb.base/foll-vfork.exp (main): Likewise.
10914 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10915 (proc continue_to_exit_bp_loc): Use clean_restart.
10916 * gdb.base/pie-execl.exp (main): Disable for target remote.
10917 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10918 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10919 * gdb.threads/execl.exp (main): Likewise.
10920 * gdb.threads/fork-child-threads.exp (main): Likewise.
10921 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10922 remote.
10923 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10924 remote.
10925 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10926 pid.tid style ptids, instead of just tid.
10927 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10928 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10929 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10930 ptids, instead of just tid.
10931
3b2464a8
AB
109322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10933
10934 * gdb.base/list.exp (test_list_forward): Add end of file error
10935 test.
10936 (test_repeat_list_command): Add end of file error test.
10937 (test_list_backwards): Add beginning of file error test.
10938
a0def019
AB
109392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10940
10941 * gdb.base/list.exp (test_list_invalid_args): New function,
10942 defined, and called.
10943
5c000dff
AB
109442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10945
10946 * gdb.base/list.exp (test_list): Make test names unique.
10947
f1637ebe
YQ
109482015-12-11 Yao Qi <yao.qi@linaro.org>
10949
10950 * gdb.base/coremaker2.c: Remove.
10951
36d6fc0a
PA
109522015-12-10 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.multi/base.exp: Remove stale "spaces" references.
10955
762f7747
PA
109562015-12-10 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.multi/base.exp: Don't use nowarnings.
10959 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10960 * gdb.multi/hangout.c: Include stdio.h.
10961 * gdb.multi/hello.c: Include stdlib.h.
10962 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10963 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10964 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10965
28d2bfb9
AB
109662015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10967
10968 * gdb.dwarf2/dw2-ranges-base.c: New file.
10969 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10970 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10971 support additional line table, and debug ranges generation.
10972 (Dwarf::ranges): New function, generate .debug_ranges.
10973 (Dwarf::lines): Support generating simple line table programs.
10974 (Dwarf::assemble): Initialise new namespace variables.
10975
5fc2beac
KB
109762015-12-09 Kevin Buettner <kevinb@redhat.com>
10977
10978 * gdb.base/async.exp (proc test_background): Add case for
10979 asynchronous execution not supported.
10980
1c35a88f
LM
109812015-12-09 Luis Machado <lgustavo@codesourcery.com>
10982
10983 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10984 format and change test names to make them unique.
10985
b593e3d9
RK
109862015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10987 Pedro Alves <pedro@redhat.com>
10988
10989 PR gdb/18702
10990 Add checking of floatformats setup on x86_64 hosts.
10991 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10992 (smallval, bigval): New labels/constants.
10993 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10994 float" after loading bigval and smallval.
10995
d72413e6
PMR
109962015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10997
10998 * gdb.ada/fun_overload_menu.exp: New testcase.
10999 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11000
ece66d65
JS
110012015-12-04 Josh Stone <jistone@redhat.com>
11002
11003 * gdb.base/catch-fork-static.exp: New.
11004
41d0efca
YQ
110052015-12-03 Yao Qi <yao.qi@linaro.org>
11006
11007 * gdb.base/sizeof.c: Don't include stdio.h and
11008 ../lib/unbuffer_output.c.
11009 (main): New variable 'size' and 'value'. Remove printf and
11010 gdb_unbuffer_output. Assign return value to size and value.
11011 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11012 at the beginning.
11013 (check_sizeof): Check the result by printing variable 'size'.
11014 (check_valueof): Check the result by printing variable 'value'.
11015
99fd02d9
YQ
110162015-12-01 Yao Qi <yao.qi@linaro.org>
11017
11018 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11019 for aarch64*-*-linux* target.
11020
f2faf941
PA
110212015-11-30 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11024
04bf20c5
PA
110252015-11-30 Pedro Alves <palves@redhat.com>
11026
11027 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11028 Handle non-stop mode vCont replies.
11029
09df4675
PA
110302015-11-30 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11033 prepare_for_testing. Start gdb with "set non-stop on" appended to
11034 GDBFLAGS. Lax expected stop output.
11035
58b584af
YQ
110362015-11-27 Yao Qi <yao.qi@linaro.org>
11037
11038 * gdb.arch/arm-neon.exp: New.
11039 * gdb.arch/arm-neon.c: New.
11040
dfcb77a8
YQ
110412015-11-27 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11044
88e8ec1b
YQ
110452015-11-27 Yao Qi <yao.qi@linaro.org>
11046
11047 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11048 frames-invalid annotation.
11049
bfde72c2
YQ
110502015-11-27 Yao Qi <yao.qi@linaro.org>
11051
11052 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11053
f6512a69
SM
110542015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 * gdb.threads/names.exp: New file.
11057 * gdb.threads/names.c: New file.
11058 * README: Mention gdb,no_thread_names.
11059
46a3515b
MM
110602015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11061
11062 PR 19297
11063 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11064 support" error.
11065
62147a22
PA
110662015-11-24 Pedro Alves <palves@redhat.com>
11067
11068 PR 17539
11069 * gdb.base/display.exp: Expect displays to be sorted in ascending
11070 order. Use multi_line.
11071 * gdb.base/solib-display.exp: Likewise.
11072
2f341b6e
PA
110732015-11-24 Pedro Alves <palves@redhat.com>
11074
11075 PR 17539
25d49b86
PA
11076 * gdb.base/display.exp: Expect displays to be sorted in ascending
11077 order. Use multi_line.
11078 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11079
7e0aa6aa
PA
110802015-11-24 Pedro Alves <palves@redhat.com>
11081
11082 PR 17539
11083 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11084 threads in ascending order.
11085 * gdb.base/foll-fork.exp: Likewise.
11086 * gdb.base/foll-vfork.exp: Likewise.
11087 * gdb.base/multi-forks.exp: Likewise.
11088 * gdb.mi/mi-nonstop.exp: Likewise.
11089 * gdb.mi/mi-nsintrall.exp: Likewise.
11090 * gdb.multi/base.exp: Likewise.
11091 * gdb.multi/multi-arch.exp: Likewise.
11092 * gdb.python/py-inferior.exp: Likewise.
11093 * gdb.threads/break-while-running.exp: Likewise.
11094 * gdb.threads/execl.exp: Likewise.
11095 * gdb.threads/gcore-thread.exp: Likewise.
11096 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11097 * gdb.threads/kill.exp: Likewise.
11098 * gdb.threads/linux-dp.exp: Likewise.
11099 * gdb.threads/multiple-step-overs.exp: Likewise.
11100 * gdb.threads/next-bp-other-thread.exp: Likewise.
11101 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11102 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11103 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11104 * gdb.threads/thread-find.exp: Likewise.
11105 * gdb.threads/tls.exp: Likewise.
11106 * lib/mi-support.exp (mi_reverse_list): Delete.
11107 (mi_check_thread_states): No longer reverse list.
11108
2cc57ad8
PA
111092015-11-24 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11112 use lowercase.
11113
c93e8391
SM
111142015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 * gdb.trace/actions.c: Include trace-common.h.
11117 (main): Add a location for a fast tracepoint.
11118 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11119 the normal tracepoints.
11120 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11121
045ccf91
SM
111222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11123
11124 * save-trace.exp: Factor out code to these...
11125 (gdb_save_tracepoints): New.
11126 (gdb_load_tracepoints): New.
11127 (do_save_load_test): New.
11128
5506f9f6
KB
111292015-11-23 Kevin Buettner <kevinb@redhat.com>
11130
11131 * gdb.base/asmlabel.exp: New test.
11132 * gdb.base/asmlabel.c: New test case.
11133
16c3b12f
JB
111342015-11-23 Joel Brobecker <brobecker@adacore.com>
11135
11136 * gdb.base/wrong_frame_bt_full-main.c: New file.
11137 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11138 * gdb.base/wrong_frame_bt_full.exp: New file.
11139
155bfbd3
JB
111402015-11-23 Joel Brobecker <brobecker@adacore.com>
11141
11142 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11143
bb097445
JM
111442015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11145
206853a0 11146 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11147 pstate register when comparing registers values in
11148 sparc64-*-linux-gnu targets to avoid spurious differences.
11149
9c88ed8f
JM
111502015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11151
206853a0 11152 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11153
96161e25
SL
111542015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11155
11156 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11157 as type argument to gdb_compile.
11158 * gdb.base/nested-subp2.exp: Likewise.
11159 * gdb.base/nested-subp3.exp: Likewise.
11160
340c2830
DV
111612015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11162
11163 * lib/dwarf.exp (_note): Fix left shift of negative value.
11164 * gdb.trace/trace-condition.exp: Likewise.
11165
c1862d0f
YQ
111662015-11-13 Yao Qi <yao.qi@linaro.org>
11167
11168 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11169 comments about d10v.
11170 (test_scalar_returns): Likewise.
11171 * gdb.base/d10v.ld: Remove.
11172 * gdb.base/overlays.exp: Remove the target triplet checking for
11173 d10v-*-*.
11174 * gdb.base/structs.exp (test_struct_returns): Remove the
11175 comments about d10v.
11176 (test_struct_calls): Likewise.
11177
77ae9c19
YQ
111782015-11-13 Yao Qi <yao.qi@linaro.org>
11179
11180 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11181 * gdb.base/gnu_vector.c: Don't include stdio.h.
11182 (main): Don't print res and call add_some_intvecs.
11183
430e004e
MK
111842015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11185
11186 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11187 macro.
11188 (func5): Removed.
11189 (func4): Use FAST_TRACEPOINT_LABEL.
11190 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11191 macro.
11192 (func): Removed.
11193 (thread_function): Use FAST_TRACEPOINT_LABEL.
11194 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11195 (func): Remove.
11196 (marker): Use FAST_TRACEPOINT_LABEL.
11197 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11198 (pendfunc1): Remove.
11199 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11200 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11201 (foo): Remove.
11202 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11203 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11204 macro.
11205 (func): Remove.
11206 (marker): Use FAST_TRACEPOINT_LABEL.
11207 * gdb.trace/trace-common.h: New header.
11208 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11209 macro.
11210 (func): Remove.
11211 (marker): Use FAST_TRACEPOINT_LABEL.
11212 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11213 (func): Remove.
11214 (thread_function): Use FAST_TRACEPOINT_LABEL.
11215
6e7675a7
MK
112162015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11217
11218 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11219 in front.
11220 * gdb.trace/change-loc.exp: Use global pcreg definition.
11221 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11222 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11223 in front.
11224 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11225 * gdb.trace/pending.exp: Likewise.
11226 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11227 * gdb.trace/trace-break.exp: Likewise.
11228 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11229 in front.
11230 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11231 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11232 in front.
11233 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11234
dddc0e16
JB
112352015-11-09 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.ada/fin_fun_out: New testcase.
11238
c6f0b406
KB
112392015-11-07 Kevin Buettner <kevinb@redhat.com>
11240
11241 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11242 value associated with DW_AT_byte_size.
11243 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11244 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11245 DW_AT_upper_bound.
11246
f01dcfd9
KB
112472015-11-07 Kevin Buettner <kevinb@redhat.com>
11248
11249 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11250 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11251 version.
11252 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11253 gdb.dwarf2/dw2-canonicalize-type.exp,
11254 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11255 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11256 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11257 provided by gdb_target_symbol_prefix_flags_asm.
11258 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11259 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11260 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11261 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11262 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11263 macros where needed). Use this macro for symbols which require
11264 the prefix provided by SYMBOL_PREFIX.
11265
2223449a
KB
112662015-11-05 Kevin Buettner <kevinb@redhat.com>
11267
11268 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11269 New procs.
11270 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11271 representing expressions, of more than one list element.
11272 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11273 to prepend linker symbol prefix to f.
11274 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11275 table_1 and table_2.
11276 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11277 Likewise, for f and g.
11278 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11279 for ptr.
11280 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11281 for main.
11282 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11283 table_1_ptr and table_2_ptr.
11284
6f2f1a3a
JK
112852015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11286 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11289
566c56c9
MK
112902015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11291
11292 * gdb.reverse/s390-mvcle.c: New test.
11293 * gdb.reverse/s390-mvcle.exp: New file.
11294 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11295
d5f0636b
MK
112962015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11297
11298 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11299
7ad8b86c
MK
113002015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11301
11302 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11303 reaching marker2.
11304 * gdb.reverse/getresuid-reverse.exp: Likewise.
11305 * gdb.reverse/pipe-reverse.exp: Likewise.
11306 * gdb.reverse/readv-reverse.exp: Likewise.
11307 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11308 * gdb.reverse/time-reverse.exp: Likewise.
11309 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11310
4081c0f1
YQ
113112015-10-30 Yao Qi <yao.qi@linaro.org>
11312
11313 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11314 (empty_cycle): Remove.
11315 (main): Don't call empty_cycle. Don't use watch_count_done.
11316 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11317 empty_cycle. Rewrite the code counting HW watchpoints.
11318
452b4ba5
MK
113192015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11320
11321 * gdb.reverse/fstatat-reverse.c: New test.
11322 * gdb.reverse/fstatat-reverse.exp: New file.
11323 * gdb.reverse/getresuid-reverse.c: New test.
11324 * gdb.reverse/getresuid-reverse.exp: New file.
11325 * gdb.reverse/pipe-reverse.c: New test.
11326 * gdb.reverse/pipe-reverse.exp: New file.
11327 * gdb.reverse/readv-reverse.c: New test.
11328 * gdb.reverse/readv-reverse.exp: New file.
11329 * gdb.reverse/recvmsg-reverse.c: New test.
11330 * gdb.reverse/recvmsg-reverse.exp: New file.
11331 * gdb.reverse/time-reverse.c: New test.
11332 * gdb.reverse/time-reverse.exp: New file.
11333 * gdb.reverse/waitpid-reverse.c: New test.
11334 * gdb.reverse/waitpid-reverse.exp: New file.
11335
5e2e7507
JK
113362015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11339
0fde2c53
DE
113402015-10-26 Doug Evans <dje@google.com>
11341
11342 PR symtab/17391
11343 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11344 * gdb.dwarf2/bad-regnum.c: New file.
11345 * gdb.dwarf2/bad-regnum.exp: New file.
11346
1a70ae97
DE
113472015-10-26 Doug Evans <dje@google.com>
11348
11349 PR python/18938
11350 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11351 file.
11352
27dc26ab
JK
113532015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11354
11355 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11356 for a change by "Mention language in compile error message".
11357
bed91f4d
SM
113582015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11359
11360 PR python/18073
11361 * gdb.python/py-type.c (C::a_method): New.
11362 (C::a_const_method): New.
11363 (C::a_static_method): New.
11364 (a_function): New.
11365 * gdb.python/py-type.exp (test_fields): Test getting fields
11366 from function and method.
11367
3f2f83dd
KB
113682015-10-21 Keven Boell <keven.boell@intel.com>
11369
11370 * gdb.fortran/vla-alloc-assoc.exp: New file.
11371 * gdb.fortran/vla-datatypes.exp: New file.
11372 * gdb.fortran/vla-datatypes.f90: New file.
11373 * gdb.fortran/vla-history.exp: New file.
11374 * gdb.fortran/vla-ptype-sub.exp: New file.
11375 * gdb.fortran/vla-ptype.exp: New file.
11376 * gdb.fortran/vla-sizeof.exp: New file.
11377 * gdb.fortran/vla-sub.f90: New file.
11378 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11379 * gdb.fortran/vla-value-sub-finish.exp: New file.
11380 * gdb.fortran/vla-value-sub.exp: New file.
11381 * gdb.fortran/vla-value.exp: New file.
11382 * gdb.fortran/vla-ptr-info.exp: New file.
11383 * gdb.mi/mi-vla-fortran.exp: New file.
11384 * gdb.mi/vla.f90: New file.
11385
27145d50
SL
113862015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11387
11388 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11389 of hardwired timeout value.
11390
5f3ff4f8
JK
113912015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11392 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11395 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11396
bfd09d20
JS
113972015-10-19 Josh Stone <jistone@redhat.com>
11398
11399 * gdb.base/catch-syscall.c: Include <sched.h>.
11400 (unknown_syscall): New variable.
11401 (main): Trigger a vfork and an unknown syscall.
11402 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11403 (unknown_syscall_number): Likewise.
11404 (check_call_to_syscall): Accept an optional syscall pattern.
11405 (check_return_from_syscall): Likewise.
11406 (check_continue): Likewise.
11407 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11408 (test_catch_syscall_skipping_return): New test toggling off 'catch
11409 syscall' to step over the syscall return, then toggling back on.
11410 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11411 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11412 (do_syscall_tests): Call test_catch_syscall_without_args and
11413 test_catch_syscall_mid_vfork.
11414 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11415 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11416
b32b93c6
AS
114172015-10-19 Andrew Stubbs <ams@codesourcery.com>
11418
11419 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11420 print g_vE): Add new pass patterns.
11421 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11422 print various symbol names for vptr fields.
11423
9d622bda
AB
114242015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11425
11426 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11427 results.
11428
0fd8ac1c
YQ
114292015-10-12 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11432
34240514
YQ
114332015-10-12 Yao Qi <yao.qi@linaro.org>
11434
11435 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11436 is aarch64*-*-linux*.
11437
8240f442
YQ
114382015-10-12 Yao Qi <yao.qi@linaro.org>
11439
11440 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11441 (can_relocate_bcond_true): ... it.
11442 (can_relocate_bcond_false): New function.
11443 (foo): Likewise.
11444 (can_relocate_bl): Likewise.
11445 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11446 can_relocate_bl.
11447
2520f728
PMR
114482015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11449
11450 * gdb.base/nested-addr.c: New file.
11451 * gdb.base/nested-addr.exp: New testcase.
11452
abcef95a
MM
114532015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11454
11455 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11456 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11457 its output. Ignore the output of "record goto begin" and instead
11458 check that GDB is replaying.
11459
145e3ddb
PA
114602015-10-09 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11463 (top level): Use it in the run with no args test.
11464
d5d8c4e1
IB
114652015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11466
11467 * gdb.dlang/properties.exp: New file.
11468
06e635ef
SL
114692015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11470
11471 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11472 whether or not address 0x1000 is mapped on the target.
11473
e019fd1d
SM
114742015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11475
11476 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11477 build.
11478
77ba2a67
MM
114792015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11480
11481 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11482 instruction-history test.
11483
c60eb31f
DE
114842015-09-28 Doug Evans <dje@google.com>
11485
11486 * gdb.base/gcore.c (array_func): Add reference to static_array.
11487
9a3c8263
SM
114882015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11491 source line.
11492
9720e656
SL
114932015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11494
11495 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11496 short or char as base type.
11497
938d3bf2
SL
114982015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11499
11500 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11501 to allow any size enum.
11502
e6c2c623
PMR
115032015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11504
11505 * gdb.ada/array_ptr_renaming.exp: New testcase.
11506 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11507 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11508
06da0f77
PL
115092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11510
11511 * gdb.trace/ftrace-lock.c: New file.
11512 * gdb.trace/ftrace-lock.exp: New file.
11513
4f51c22a
PL
115142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11515
11516 * gdb.arch/insn-reloc.c: New file.
11517 * gdb.arch/ftrace-insn-reloc.exp: New file.
11518
7041adf4
PL
115192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11520
11521 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11522 instruction.
11523 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11524 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11525 * gdb.trace/range-stepping.c: Likewise.
11526 * gdb.trace/trace-break.c: Likewise.
11527 * gdb.trace/trace-mt.c (thread_function): Likewise.
11528 * gdb.trace/ftrace.c (marker): Likewise.
11529 * gdb.trace/trace-condition.c (marker): Likewise.
11530 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11531 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11532 is_aarch64_target.
11533
015d2e7e
DE
115342015-09-18 Doug Evans <xdje42@gmail.com>
11535
11536 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11537 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11538
26b188a2
SL
115392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11540
11541 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11542 the breakpoint.
11543
79dc332b
SL
115442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11545
11546 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11547 the pending breakpoint. Remove timeout override for "Run till
11548 MI pending breakpoint on pendfunc3 on thread 2" test.
11549
f57929f2
SL
115502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11551
11552 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11553 filename pattern.
11554
3f469b17
SL
115552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11556
11557 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11558 in breakpoint filename pattern.
11559
515b89b3
SL
115602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11561
7800dbe4
SL
11562 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11563
115642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11565
515b89b3
SL
11566 * gdb.linespec/explicit.exp: Check for readline support for
11567 tab-completion tests. Fix obvious typo.
11568
d2939ba2
MM
115692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11572 and replay.
11573
cbb55fa7
MM
115742015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11575
11576 * gdb.btrace/non-stop.c: New.
11577 * gdb.btrace/non-stop.exp: New.
11578
43691ca1
PL
115792015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11580 Yao Qi <yao.qi@linaro.org>
11581
11582 * gdb.trace/trace-condition.c: New file.
11583 * gdb.trace/trace-condition.exp: New file.
11584
d78908cf
WW
115852015-09-16 Wei-cheng Wang <cole945@gmail.com>
11586
11587 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11588 for testing bytecode compilation.
11589
1ed415e2
PA
115902015-09-16 Pedro Alves <palves@redhat.com>
11591 Sandra Loosemore <sandra@codesourcery.com>
11592
11593 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11594 (SECONDS): Redefine.
11595 (main): Call pthread_kill and alarm early.
11596 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11597 support.
11598 (test): If the target can't hardware step and doesn't support
11599 displaced stepping, increase the timeout.
11600
d136eff5
PA
116012015-09-16 Pedro Alves <palves@redhat.com>
11602
11603 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11604 (enable_debug): New procedures.
11605 (test): Use them. Bail out if waiting for threads fails.
11606 (top level): Bail out if a test fails.
11607
991f019c
YQ
116082015-09-16 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.asm/asm-source.exp: Set asm-arch for
11611 aarch64*-*-* target.
11612 * gdb.asm/aarch64.inc: New file.
11613
bfca584f
PMR
116142015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11615
11616 * gdb.ada/array_of_variable_length.exp: New testcase.
11617 * gdb.ada/array_of_variable_length/foo.adb: New file.
11618 * gdb.ada/array_of_variable_length/pck.adb: New file.
11619 * gdb.ada/array_of_variable_length/pck.ads: New file.
11620
b326e587
DE
116212015-09-15 Doug Evans <dje@google.com>
11622
11623 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11624 of function static local variable.
11625
5382cfab
PW
116262015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11627
11628 * gdb.threads/tls-so_extern.exp: New test file.
11629 * gdb.threads/tls-so_extern.c: New test file.
11630 * gdb.threads/tls-so_extern_main.c: New test file.
11631
141c5cc4
JK
116322015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11633
11634 * gdb.opt/solib-intra-step-lib.c: New file.
11635 * gdb.opt/solib-intra-step-main.c: New file.
11636 * gdb.opt/solib-intra-step.exp: New file.
11637
d15dcecd
PA
116382015-09-15 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11641 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11642
4c2f2a79
PA
116432015-09-14 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.base/hook-stop-continue.c: Delete.
11646 * gdb.base/hook-stop-continue.exp: Delete.
11647 * gdb.base/hook-stop-frame.c: Delete.
11648 * gdb.base/hook-stop-frame.exp: Delete.
11649 * gdb.base/hook-stop.c: New file.
11650 * gdb.base/hook-stop.exp: New file.
11651
919e6dbe
PMR
116522015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11653
11654 * gdb.ada/access_to_packed_array.exp: New testcase.
11655 * gdb.ada/access_to_packed_array/foo.adb: New file.
11656 * gdb.ada/access_to_packed_array/pack.adb: New file.
11657 * gdb.ada/access_to_packed_array/pack.ads: New file.
11658
157280a4
MM
116592015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11660
11661 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11662 buffer size test.
11663
2fd33e94
DB
116642015-09-11 Don Breazeal <donb@codesourcery.com>
11665
11666 * gdb.base/foll-exec.c: Add copyright header. Fix
11667 formatting issues.
11668 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11669 (do_exec_tests): Use clean_restart in place of zap_session,
11670 and for test initialization. Fix formatting issues. Use
11671 fail in place of perror.
11672 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11673 an expect statement to match an expression with output from
11674 the program under debug.
11675 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11676 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11677 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11678 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11679 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11680
e70b6e8e
DE
116812015-09-09 Doug Evans <dje@google.com>
11682
11683 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11684
7a551a51
DE
116852015-09-09 Doug Evans <dje@google.com>
11686
11687 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11688
4c666f84
DE
116892015-09-09 Doug Evans <dje@google.com>
11690
11691 * gdb.base/savedregs.exp: Fix typo.
11692
243a9253
PA
116932015-09-09 Pedro Alves <palves@redhat.com>
11694
11695 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11696
c0fa8fbd
SL
116972015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11698
11699 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11700 command actually switches threads. Give up on remaining
11701 tests if target fails to stop at breakpoint.
11702
cd7c1778
PMR
117032015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11704
11705 * gdb.ada/funcall_char.exp: New testcase.
11706 * gdb.ada/funcall_char/foo.adb: New file.
11707
dc5c8746
PMR
117082015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11709
11710 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11711 expected outputs. Add two testcases for completing ambiguous
11712 functions.
11713 * gdb.ada/complete/aux_pck.adb: New file.
11714 * gdb.ada/complete/aux_pck.ads: New file.
11715 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11716 Ambiguous_Func functions.
11717 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11718 * gdb.ada/complete/pck.adb: Likewise.
11719
4e83a1e7
UW
117202015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11721
11722 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11723 failures to run the test program under GDB.
11724
8ce74153
LM
117252015-08-26 Luis Machado <lgustavo@codesourcery.com>
11726
11727 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11728 to C.
11729
e9756d52
PP
117302015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11731
11732 * gdb.base/run-after-attach.exp: New test file.
11733 * gdb.base/run-after-attach.c: New test file.
11734
8d37573b
DB
117352015-08-26 Don Breazeal <donb@codesourcery.com>
11736
11737 * gdb.base/foll-exec-2.c: New test program.
11738 * gdb.base/foll-exec-2.exp: New test.
11739
63e43d3a
PMR
117402015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11741
11742 * gdb.base/nested-subp1.exp: New file.
11743 * gdb.base/nested-subp1.c: New file.
11744 * gdb.base/nested-subp2.exp: New file.
11745 * gdb.base/nested-subp2.c: New file.
11746 * gdb.base/nested-subp3.exp: New file.
11747 * gdb.base/nested-subp3.c: New file.
11748
3d40fbb5
PA
117492015-08-24 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.server/connect-without-multi-process.c: New file.
11752 * gdb.server/connect-without-multi-process.exp: New file.
11753
4422ac93
LM
117542015-08-24 Luis Machado <lgustavo@codesourcery.com>
11755
11756 * gdb.opt/inline-markers.c: Make z int.
11757
91dddb86
LM
117582015-08-24 Luis Machado <lgustavo@codesourcery.com>
11759
11760 * gdb.opt/inline-markers.c: Make z volatile.
11761
a48847ee
LM
117622015-08-24 Luis Machado <lgustavo@codesourcery.com>
11763
11764 * gdb.opt/inline-bt.c: New volatile global z.
11765 * gdb.opt/inline-cmds.c: Likewise.
11766 * gdb.opt/inline-locals.c: Likewise.
11767 * gdb.opt/inline-markers.c: New extern global z.
11768 (marker): Use z.
11769 (inline_fn): Likewise.
11770
0ebbc52b
PA
117712015-08-24 Pedro Alves <palves@redhat.com>
11772
11773 * config/m32r-stub.exp: Remove file.
11774 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11775 * gdb.base/call-rt-st.exp: Likewise.
11776 * gdb.base/call-strs.exp: Likewise.
11777 * gdb.base/default.exp: Remove references to h8300-*-hms and
11778 *-*-udi*.
11779 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11780
77c365df
AA
117812015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11782
11783 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11784 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11785 and "return" use KFAIL when GDB can not read/write the vector
11786 return value.
11787
4313b8c0
GB
117882015-08-21 Gary Benson <gbenson@redhat.com>
11789
11790 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11791
0e433b32
PA
117922015-08-20 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.server/solib-list.exp: No longer expect an interior stop in
11795 non-stop mode.
11796
221e1a37
PA
117972015-08-20 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.server/connect-stopped-target.c: New file.
11800 * gdb.server/connect-stopped-target.exp: New file.
11801
40e3ad0e
PA
118022015-08-20 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.dwarf2/comp-unit-lang.exp: New file.
11805 * gdb.dwarf2/comp-unit-lang.c: New file.
11806
af39b327
PMR
118072015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11808
11809 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11810 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11811
7d45c7c3 118122015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11813
7d45c7c3
KB
11814 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11815 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11816
4d6cceb4
DE
118172015-08-18 Doug Evans <dje@google.com>
11818 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11819
11820 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11821 skip_python_tests. New arg prompt_regexp.
11822 (skip_python_tests): New function.
11823 * lib/mi-support.exp (mi_skip_python_tests): New function.
11824 * gdb.python/py-mi-objfile-gdb.py: New file.
11825 * gdb.python/py-mi-objfile.c: New file.
11826 * gdb.python/py-mi-objfile.exp: New file.
11827
ad89c2aa
KS
118282015-08-17 Keith Seitz <keiths@redhat.com>
11829
11830 * gdb.linespec/explicit.exp: Move strace test from here ...
11831 * gdb.trace/strace.exp: ... to here.
11832
e3ae3c43
PP
118332015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11834
11835 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11836 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11837
604b2636
DE
118382015-08-14 Doug Evans <xdje42@gmail.com>
11839
11840 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11841 inferior before selecting a new file.
11842
6ff0ba5f
DE
118432015-08-14 Doug Evans <xdje42@gmail.com>
11844
11845 * gdb.mi/mi-disassemble.exp: Update.
11846 * gdb.base/disasm-optim.S: New file.
11847 * gdb.base/disasm-optim.c: New file.
11848 * gdb.base/disasm-optim.h: New file.
11849 * gdb.base/disasm-optim.exp: New file.
11850
9ca98f92
KS
118512015-08-14 Keith Seitz <keiths@redhat.com>
11852
11853 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11854 "evaluated-by".
11855
52bbc560
JB
118562015-08-13 Joel Brobecker <brobecker@adacore.com>
11857
11858 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11859
5d8c3ed3
PMR
118602015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11861
11862 * gdb.ada/fun_renaming.exp: New testcase.
11863 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11864 * gdb.ada/fun_renaming/pack.adb: New file.
11865 * gdb.ada/fun_renaming/pack.ads: New file.
11866
ea8812bc
KS
118672015-08-12 Keith Seitz <keiths@redhat.com>
11868
11869 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11870 gdb_get_line_number.
11871
4dafcdeb
JB
118722015-08-12 Joel Brobecker <brobecker@adacore.com>
11873
11874 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11875 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11876 gdb.base/dso2dso.exp: New files.
11877
5ba32597
SDJ
118782015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11879 Pedro Alves <palves@redhat.com>
11880 Keith Seitz <keiths@redhat.com>
11881
11882 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11883 GDBFLAGS.
11884
b6dafabf
PP
118852015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11886
11887 * gdb.base/gdbhistsize-history.exp
11888 (test_histsize_history_setting): Use save_vars.
11889 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11890 Use save_vars.
11891 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11892 * gdb.base/readline.exp: Use save_vars.
11893
abe8e607
PP
118942015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11895
11896 * lib/gdb.exp (save_vars): New proc.
11897
629500fa
KS
118982015-08-11 Keith Seitz <keiths@redhat.com>
11899
11900 * gdb.base/help.exp: Update help_breakpoint_text.
11901
eb8c4e2e
KS
119022015-08-11 Keith Seitz <keiths@redhat.com>
11903
11904 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11905 (at toplevel): Call test_explicit_breakpoints.
11906 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11907 breakpoints.
11908 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11909 breakpoint conditions, "-cond".
11910
87f0e720
KS
119112015-08-11 Keith Seitz <keiths@redhat.com>
11912
11913 * gdb.linespec/3explicit.c: New file.
11914 * gdb.linespec/cpexplicit.cc: New file.
11915 * gdb.linespec/cpexplicit.exp: New file.
11916 * gdb.linespec/explicit.c: New file.
11917 * gdb.linespec/explicit.exp: New file.
11918 * gdb.linespec/explicit2.c: New file.
11919 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11920 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11921 before using in the matching pattern.
11922 Clarify that `prefix' is a regular expression.
11923
f00aae0f
KS
119242015-08-11 Keith Seitz <keiths@redhat.com>
11925
11926 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11927 test.
11928 Add tests for missing ",FMT" and ",".
11929
e27852be
DE
119302015-08-10 Doug Evans <dje@google.com>
11931 Keith Seitz <keiths@redhat.com>
11932
11933 PR gdb/17960
11934 * gdb.base/completion.exp: Add location completer tests.
11935
7f03bd92
PA
119362015-08-07 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11939 tests here.
11940 (top level): Run do_test with and without displaced stepping.
11941
3fc8eb30
PA
119422015-08-07 Pedro Alves <palves@redhat.com>
11943
11944 * gdb.base/valgrind-disp-step.c: New file.
11945 * gdb.base/valgrind-disp-step.exp: New file.
11946
d4569d7b
PA
119472015-08-07 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11950 Delete function.
11951 (main): Add alarm. Run an infinite loop instead of calling
11952 wait_threads.
11953 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11954 comment.
11955 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11956 Delete function.
11957 (main): Add alarm. Run an infinite loop instead of calling
11958 wait_threads.
11959 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11960 comment.
11961
e1316e60
PA
119622015-08-07 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/checkpoint-ns.exp: New file.
11965 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11966 standard_testfile.
11967
da8c46d2
MM
119682015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11969
11970 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11971 * gdb.btrace/instruction_history.exp: Update.
11972 * gdb.btrace/tsx.exp: New.
11973 * gdb.btrace/tsx.c: New.
11974
de1c2c52
PA
119752015-08-06 Pedro Alves <palves@redhat.com>
11976
11977 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11978 increase timeout.
11979 * gdb.reverse/until-precsave.exp: Bump timeouts.
11980
782e0bf4
PA
119812015-08-06 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11984
83e97ed0
PA
119852015-08-06 Pedro Alves <palves@redhat.com>
11986
11987 PR gdb/18749
11988 * gdb.threads/process-dies-while-handling-bp.c: New file.
11989 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11990
863d01bd
PA
119912015-08-06 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11994 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11995
0a39bb32
PA
119962015-08-05 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11999 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12000
ee2d2b10
SL
120012015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12002
12003 * gdb.base/bp-permanent.exp: Report test as unsupported if
12004 the target cannot stop at the permanent breakpoint.
12005
4e1bdb00
DE
120062015-08-03 Doug Evans <dje@google.com>
12007
12008 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12009 10000.
12010
3d338901
DE
120112015-08-03 Doug Evans <dje@google.com>
12012
12013 * Makefile.in (workers/%.worker, build-perf): New rule.
12014 (GDB_PERFTEST_MODE): New variable.
12015 (check-perf): Use it.
12016 (clean): Clean up gdb.perf parallel build subdirs.
12017 * lib/build-piece.exp: New file.
12018 * lib/gdb.exp (make_gdb_parallel_path): New function
12019 (standard_output_file, standard_temp_file): Call it.
12020 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12021 of $GDB_PARALLEL.
12022 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12023
af061d3e
DE
120242015-08-03 Doug Evans <dje@google.com>
12025
8e1afc81 12026 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12027 (LOG_FILE_NAME): New global.
12028 (TextReporter.__init__): Initialize self.txt_sum.
12029 (TextReporter.report): Add support for multiple data-points.
12030 Move report to perftest.sum, put raw data in perftest.log.
12031 (TextReporter.start): Open sum and log files.
12032 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12033 * gdb.perf/lib/perftest/testresult.py
12034 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12035
2c8c5d37
PA
120362015-07-31 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12039 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12040 kill_wait_spawned_process instead of explicit "kill -9".
12041 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12042 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12043 kill_wait_spawned_process.
12044 * gdb.base/attach-twice.exp: Likewise.
12045 * gdb.base/attach.exp: Likewise.
12046 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12047 gdb_test_multiple.
12048 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12049 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12050 kill_wait_spawned_process.
12051 * gdb.base/valgrind-infcall.exp: Likewise.
12052 * gdb.multi/multi-attach.exp: Likewise.
12053 * gdb.python/py-prompt.exp: Likewise.
12054 * gdb.python/py-sync-interp.exp: Likewise.
12055 * gdb.server/ext-attach.exp: Likewise.
12056 * gdb.threads/attach-into-signal.exp (corefunc): Use
12057 spawn_wait_for_attach, spawn_id_get_pid and
12058 kill_wait_spawned_process.
12059 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12060 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12061 spawn_id_get_pid and kill_wait_spawned_process.
12062 * gdb.threads/attach-stopped.exp (corefunc): Use
12063 spawn_wait_for_attach, spawn_id_get_pid and
12064 kill_wait_spawned_process.
12065 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12066 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12067 kill_wait_spawned_process instead of explicit "kill -9".
12068 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12069 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12070 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12071 processes. Don't map cygwin/windows pids here. Now returns a
12072 spawn id list.
12073
032a0fca
SL
120742015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12075
12076 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12077 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12078 correct patch.
12079
61a934ca
SL
120802015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12081
12082 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12083
4bc4d428
SL
120842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12085
12086 Reapply:
12087 2014-05-21 Mark Wielaard <mjw@redhat.com>
12088
12089 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12090
998d452a
PA
120912015-07-30 Pedro Alves <palves@redhat.com>
12092
12093 * linux-low.c (handle_extended_wait): Set the child's last
12094 reported status to TARGET_WAITKIND_STOPPED.
12095
69dde7dc
PA
120962015-07-30 Pedro Alves <palves@redhat.com>
12097
12098 PR threads/18600
12099 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12100 only shows inferior 1.
12101
4dd63d48
PA
121022015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12103 Pedro Alves <palves@redhat.com>
12104
12105 PR threads/18600
12106 * gdb.threads/fork-plus-threads.c: New file.
12107 * gdb.threads/fork-plus-threads.exp: New file.
12108
d618e4c5
PP
121092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12110
12111 * gdb.base/batch-preserve-term-settings.exp
12112 (test_terminal_settings_preserved_after_cli_exit): Use
12113 send_quit_command.
12114
1eef6428
PA
121152015-07-29 Pedro Alves <palves@redhat.com>
12116 Don Breazeal <donb@codesourcery.com>
12117
12118 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12119 output from both inferior_spawn_id and gdb_spawn_id.
12120
7da5b897
SDJ
121212015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12122
12123 * gdb.threads/attach-into-signal.exp (corefunc): Use
12124 with_test_prefix on nested loops, uniquefying the test messages.
12125
dac804df
SDJ
121262015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12127
12128 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12129 commit.
12130
06265e53
PP
121312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12132
12133 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12134 New proc.
12135 (test_terminal_settings_preserved_after_sigterm): New test.
12136
18206ca3
PP
121372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12138
12139 * gdb.base/batch-preserve-term-settings.exp
12140 (test_terminal_settings_preserved_after_cli_exit): New test.
12141
90074d11
PP
121422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12143
12144 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12145 manipulation of saved_gdbflags.
12146 (test_terminal_settings_preserved): Remove global declaration of
12147 the unused variable pagination_prompt. Remove manipulation of
12148 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12149 GDBFLAGS.
12150
eb1a7902
PA
121512015-07-29 Pedro Alves <palves@redhat.com>
12152
12153 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12154
8b75dd3b
PA
121552015-07-29 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12158 at the top.
12159
dedad4e3
PA
121602015-07-29 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12163 (main): Call gdb_unbuffer_output.
12164 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12165 (main): Call gdb_unbuffer_output.
12166 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12167 (main): Call gdb_unbuffer_output.
12168 * gdb.base/call-strs.exp: Adjust to step over the
12169 gdb_unbuffer_output call.
12170 * gdb.base/catch-gdb-caused-signals.c: Include
12171 "../lib/unbuffer_output.c".
12172 (main): Call gdb_unbuffer_output.
12173 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12174 (main): Call gdb_unbuffer_output.
12175 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12176 (main): Call gdb_unbuffer_output.
12177 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12178 (main): Call gdb_unbuffer_output.
12179 * gdb.base/shlib-call.exp: Adjust to step over the
12180 gdb_unbuffer_output call.
12181 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12182 (main): Call gdb_unbuffer_output.
12183 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12184 (main): Call gdb_unbuffer_output.
12185 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12186 (main): Rename to ...
12187 (test): ... this.
12188 (main): Reimplement.
12189 * gdb.base/varargs.exp: Run to test instead of to main.
12190 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12191 (main): Call gdb_unbuffer_output.
12192
58789a91
PA
121932015-07-29 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12196 factore out from mi_continue_dprintf. For call-style dprintfs,
12197 expect dprintf output out of $inferior_spawn_id.
12198 (mi_continue_dprintf): Use mi_expect_dprintf.
12199 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12200 (main): Call gdb_unbuffer_output.
12201
e8376742
PA
122022015-07-29 Pedro Alves <palves@redhat.com>
12203
12204 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12205 (default_mi_gdb_start): Set inferior_spawn_id instead of
12206 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12207 gdb_spawn_id.
12208 (mi_gdb_test): Always expect inferior output from both
12209 $inferior_spawn_id and $gdb_spawn_id.
12210
08280010
PA
122112015-07-29 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12214 send_inferior and $inferior_spawn_id.
12215
4d30e432
PA
122162015-07-29 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.gdb/complaints.exp (test_initial_complaints)
12219 (test_serial_complaints, test_short_complaints): Use
12220 gdb_test_stdio.
12221 (test_empty_complaint): Handle $inferior_spawn_id !=
12222 $gdb_spawn_id.
12223
0d30a335
PA
122242015-07-29 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/varargs.exp: Use gdb_test_stdio.
12227
39413b29
PA
122282015-07-29 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12231
7cb000a9
PA
122322015-07-29 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12235
d7b8ac82
PA
122362015-07-29 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12239 parameter into two new parameters, "inf_result" and "gdb_result".
12240 Expect inferior output and gdb output from $inferior_spawn_id and
12241 $gdb_spawn_id, respectively. Adjust all callers.
12242
789c3a0c
PA
122432015-07-29 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12246 of gdb_test_sequence.
12247
77e760c3
PA
122482015-07-29 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12251 (saw_spurious_output): Expect inferior output from
12252 $inferior_spawn_id. Use gdb_test_stdio.
12253
8396d2cd
PA
122542015-07-29 Pedro Alves <palves@redhat.com>
12255
12256 * gdb.base/dprintf.exp: Use standard_testfile. Change
12257 prepare_for_testing call.
12258 (srcfile): Don't set.
12259 (restart): New procedure.
12260 (test_dprintf): New procecure, use to continue over dprintfs.
12261 (test_call, test_agent): New procedures, tests moved here.
12262 Restart gdb and recreate dprintfs. Adjust expected output.
12263
2051d61f
PA
122642015-07-29 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12267
452397af
PA
122682015-07-29 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12271
8aed9555
PA
122722015-07-29 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12275 gdb_test_stdio.
12276
188a61b4
PA
122772015-07-29 Pedro Alves <palves@redhat.com>
12278
12279 * lib/gdb.exp (gdb_test_stdio): New procedure.
12280
12264a45
PA
122812015-07-29 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12284
23ffc893
PA
122852015-07-29 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.base/call-signal-resume.exp: Remove check for
12288 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12289 * gdb.base/unwindonsignal.exp: Likewise.
12290 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12291 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12292
65566918
PA
122932015-07-29 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.base/siginfo-addr.c (pass): New function.
12296 (handler): Call it iff si_addr is correct.
12297 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12298 Set a breakpoint at "pass" and continue to it.
12299
d60a9221
SDJ
123002015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12301
12302 * gdb.python/py-objfile.exp: Make some tests have unique names.
12303 * gdb.python/py-pp-registration.exp: Likewise.
12304
bde40b8f
PA
123052015-07-28 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12308
13e1dec8
SM
123092015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12310
12311 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12312
da33c9a7
SM
123132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12314
12315 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12316
077836f7
PP
123172015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12318
12319 * gdb.base/gdb-sigterm-2.exp: New test.
12320
b8cc7b2e
DE
123212015-07-25 Doug Evans <xdje42@gmail.com>
12322
12323 Revert:
12324 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12325 (workers/%.worker, build-perf): New rule.
12326 (GDB_PERFTEST_MODE): New variable.
12327 (check-perf): Use it.
12328 (clean): Clean up gdb.perf parallel build subdirs.
12329 * lib/build-piece.exp: New file.
12330 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12331 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12332 name.
12333 (standard_temp_file): Ditto.
12334 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12335 of $GDB_PARALLEL.
12336
c8bd4544
DE
123372015-07-24 Doug Evans <dje@google.com>
12338
12339 * gdb.perf/lib/perftest/utils.py: New file.
12340 * gdb.perf/gm-hello.cc: New file.
12341 * gdb.perf/gm-pervasive-typedef.cc: New file.
12342 * gdb.perf/gm-pervasive-typedef.h: New file.
12343 * gdb.perf/gm-std.cc: New file.
12344 * gdb.perf/gm-std.h: New file.
12345 * gdb.perf/gm-use-cerr.cc: New file.
12346 * gdb.perf/gm-utils.h: New file.
12347 * gdb.perf/gmonster-null-lookup.py: New file.
12348 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12349 * gdb.perf/gmonster-print-cerr.py: New file.
12350 * gdb.perf/gmonster-ptype-string.py: New file.
12351 * gdb.perf/gmonster-runto-main.py: New file.
12352 * gdb.perf/gmonster-select-file.py: New file.
12353 * gdb.perf/gmonster1-null-lookup.exp: New file.
12354 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12355 * gdb.perf/gmonster1-print-cerr.exp: New file.
12356 * gdb.perf/gmonster1-ptype-string.exp: New file.
12357 * gdb.perf/gmonster1-runto-main.exp: New file.
12358 * gdb.perf/gmonster1-select-file.exp: New file.
12359 * gdb.perf/gmonster1.cc: New file.
12360 * gdb.perf/gmonster1.exp: New file.
12361 * gdb.perf/gmonster2-null-lookup.exp: New file.
12362 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12363 * gdb.perf/gmonster2-print-cerr.exp: New file.
12364 * gdb.perf/gmonster2-ptype-string.exp: New file.
12365 * gdb.perf/gmonster2-runto-main.exp: New file.
12366 * gdb.perf/gmonster2-select-file.exp: New file.
12367 * gdb.perf/gmonster2.cc: New file.
12368 * gdb.perf/gmonster2.exp: New file.
12369
6eab34f3
DE
123702015-07-24 Doug Evans <dje@google.com>
12371
12372 * gdb.perf/README: New file.
12373 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12374 * lib/gen-perf-test.exp: New file.
12375
63738bfd
DE
123762015-07-24 Doug Evans <dje@google.com>
12377
12378 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12379 (PerfTest::startup): New function.
12380 (PerfTest::run): Return result of calling body.
12381 (PerfTest::assemble): Rewrite.
12382 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12383 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12384 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12385 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12386 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12387
7b606f95
DE
123882015-07-24 Doug Evans <dje@google.com>
12389
12390 * lib/gdb.exp (clean_restart): Make executable optional.
12391
a97b16b8
DE
123922015-07-24 Doug Evans <dje@google.com>
12393
12394 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12395 compiler_info references.
12396 * gdb.cp/temargs.exp: Ditto.
12397 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12398 (get_compiler_info): Early exit if already computed. Set compiler_info
12399 to "unknown" if there was a problem.
12400 (test_compiler_info): Add function comment. Call get_compiler_info.
12401
35baa57f
DE
124022015-07-24 Doug Evans <dje@google.com>
12403
12404 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12405 (workers/%.worker, build-perf): New rule.
12406 (GDB_PERFTEST_MODE): New variable.
12407 (check-perf): Use it.
12408 (clean): Clean up gdb.perf parallel build subdirs.
12409 * lib/build-piece.exp: New file.
12410 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12411 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12412 name.
12413 (standard_temp_file): Ditto.
12414 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12415 of $GDB_PARALLEL.
12416
6ebea266
DE
124172015-07-24 Doug Evans <dje@google.com>
12418
12419 * lib/future.exp (gdb_default_target_compile): New option
12420 "early_flags".
12421 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12422 --as-needed.
12423
1e76a7e9
SDJ
124242015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12425
12426 * gdb.base/catch-syscall.exp: Call gdb_exit before
12427 gdb_skip_xml_test.
12428
5068630a
PA
124292015-07-24 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.python/py-events.exp: Accept output between the stop event
12432 and the prompt.
12433 * gdb.python/py-evsignal.exp: Likewise.
12434 * gdb.python/py-evthreads.exp: Likewise.
12435
77598427
PA
124362015-07-24 Pedro Alves <palves@redhat.com>
12437
12438 PR gdb/18717
12439 * gdb.threads/non-ldr-exit.c: New file.
12440 * gdb.threads/non-ldr-exit.exp: New file.
12441
11e6c98f
YQ
124422015-07-24 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12445 restarting process.
12446
51aee833
YQ
124472015-07-24 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.server/ext-restart.exp: New file.
12450
8cfe207c
YQ
124512015-07-24 Yao Qi <yao.qi@linaro.org>
12452
12453 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12454 argument options.
12455 * gdb.server/ext-wrapper.exp: New file.
12456
cc12ce38
DE
124572015-07-23 Doug Evans <dje@google.com>
12458
12459 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12460 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12461
d0d84780
PMR
124622015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12463
12464 * gdb.ada/var_arr_typedef.exp: New testcase.
12465 * gdb.ada/var_arr_typedef/pack.adb: New file.
12466 * gdb.ada/var_arr_typedef/pack.ads: New file.
12467 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12468
8b558f79
JB
124692015-07-20 Joel Brobecker <brobecker@adacore.com>
12470
12471 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12472
775a3298
JK
124732015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 * gdb.arch/i386-biarch-core.exp: Replace istarget
12476 by "complete set gnutarget". Remove expectation for the "core-file"
12477 command.
12478
db1ff28b
JK
124792015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12480
12481 Revert the previous commit:
12482 Tests for validate symbol file using build-id.
12483
0a94970d
JK
124842015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12485
12486 Tests for validate symbol file using build-id.
12487 * gdb.base/solib-mismatch-lib.c: New file.
12488 * gdb.base/solib-mismatch-libmod.c: New file.
12489 * gdb.base/solib-mismatch.c: New file.
12490 * gdb.base/solib-mismatch.exp: New file.
12491
03346981
SL
124922015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12493
12494 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12495 nios2-*-linux*.
12496 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12497 * gdb.base/siginfo.exp: Likewise.
12498 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12499
42422cc7
PL
125002015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12501
12502 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12503 Move it to ...
12504 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12505 ... here.
12506 * gdb.trace/range-stepping.exp: Check that the target supports
12507 range stepping.
12508
cfa68bae
JK
125092015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12510
12511 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12512
8ffdba26
PA
125132015-07-14 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.base/killed-outside.exp: New file.
12516 * gdb.base/killed-outside.c: New file.
12517
218a5a11
JK
125182015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12519
12520 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12521 (n at main): New.
12522 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12523
e03ed3c6
AA
125242015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12525
12526 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12527 infcall tests instead of setting up for KFAIL.
12528
485668e5
MM
125292015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12530
12531 * gdb.btrace/record_goto-step.exp: New.
12532
08464196
JK
125332015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 PR compile/18484
12536 * gdb.compile/compile.c (struct struct_type): Add volatile to
12537 selffield's type.
12538 * gdb.compile/compile.exp
12539 (compile code struct_object.selffield = &struct_object): Skip further
12540 struct_object tests if this one xfails.
12541
bcf5c1d9
RC
125422015-07-08 Robert O'Callahan <robert@ocallahan.org>
12543
12544 PR exp/18617
12545 * gdb.trace/ax.exp: Add test.
12546
4931af25
YQ
125472015-07-07 Yao Qi <yao.qi@linaro.org>
12548
12549 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12550 instead of istarget "aarch64*-*-*".
12551 * gdb.arch/aarch64-fp.exp: Likewise.
12552 * gdb.base/float.exp: Likewise.
12553 * gdb.reverse/aarch64.exp: Likewise.
12554 * lib/gdb.exp (is_aarch64_target): New proc.
12555
9fcf688e
YQ
125562015-07-07 Yao Qi <yao.qi@linaro.org>
12557
12558 * lib/gdb.exp (is_aarch32_target): New proc.
12559 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12560 instead of "istarget "arm*-*-*"".
12561 * gdb.arch/arm-disp-step.exp: Likewise.
12562 * gdb.arch/thumb-bx-pc.exp: Likewise.
12563 * gdb.arch/thumb-prologue.exp: Likewise.
12564 * gdb.arch/thumb-singlestep.exp: Likewise.
12565 * gdb.base/disp-step-syscall.exp: Likewise.
12566 * gdb.base/float.exp: Likewise.
12567
fbd8d50d
YQ
125682015-07-07 Yao Qi <yao.qi@linaro.org>
12569
12570 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12571 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12572
71be1fdc
YQ
125732015-07-07 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12576 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12577 if it exists.
12578 * gdb.multi/multi-arch.exp: Likewise.
12579
3e221d36
SM
125802015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12583 print.
12584
d441430b
YQ
125852015-07-07 Yao Qi <yao.qi@linaro.org>
12586
12587 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12588
06f810bd
MG
125892015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12590
12591 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12592 '[' and ']' characters.
12593
5e61e7c0
IB
125942015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12595
12596 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12597
28bf096c
PA
125982015-06-29 Pedro Alves <palves@redhat.com>
12599
12600 PR threads/18127
12601 * gdb.threads/hand-call-new-thread.c: New file.
12602 * gdb.threads/hand-call-new-thread.c: New file.
12603
ee93cd5e
KS
126042015-06-26 Keith Seitz <keiths@redhat.com>
12605 Doug Evans <dje@google.com>
12606
12607 PR 16253
12608 * gdb.cp/var-tag-2.cc: New file.
12609 * gdb.cp/var-tag-3.cc: New file.
12610 * gdb.cp/var-tag-4.cc: New file.
12611 * gdb.cp/var-tag.cc: New file.
12612 * gdb.cp/var-tag.exp: New file.
12613
fc637f04
PP
126142015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12615
12616 * gdb.base/history-duplicates.exp: New test.
12617
2e52ae68
PP
126182015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12619
12620 * gdb.base/completion.exp: Test the completion of the "focus"
12621 command.
12622
6e22494e
JK
126232015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12624
12625 * gdb.arch/amd64-prologue-skip.S: New file.
12626 * gdb.arch/amd64-prologue-skip.exp: New file.
12627
bf7b9cd9
SM
126282015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12629
12630 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12631 is_address_zero_readable check.
12632
201e8dfd
PB
126332015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12634
12635 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12636 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12637
5cd867b4
YQ
126382015-06-24 Yao Qi <yao.qi@linaro.org>
12639
12640 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12641 linux targets.
12642
4d7be007
YQ
126432015-06-24 Yao Qi <yao.qi@linaro.org>
12644
12645 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12646 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12647 * gdb.base/siginfo-thread.exp: Likewise.
12648
07fcd301
YQ
126492015-06-22 Yao Qi <yao.qi@linaro.org>
12650
12651 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12652
52042a00
YQ
126532015-06-22 Yao Qi <yao.qi@linaro.org>
12654
12655 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12656 aarch64*-*-*.
12657 (skip_hw_watchpoint_tests): Likewise.
12658
74bd41ce
PP
126592015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12660
12661 * gdb.base/gdbinit-history.exp: Test the interaction between
12662 setting GDBHISTSIZE and setting the history size via .gdbinit.
12663
bc460514
PP
126642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12665
12666 PR gdb/16999
12667 * gdb.base/gdbhistsize-history.exp: New test.
12668
b58c513b
PP
126692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12670
12671 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12672 with GDBHISTSIZE.
12673 * gdb.base/readline.exp: Likewise.
12674
92046791
YQ
126752015-06-17 Yao Qi <yao.qi@linaro.org>
12676
12677 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12678 line.
12679
2093d2d3
PP
126802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12681
12682 * gdb.base/gdbinit-history.exp: Add test case to check that
12683 an unlimited history file does not get truncated on exit.
12684
e6c693af
AA
126852015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12686
12687 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12688 (VECTOR): New macro. Use it...
12689 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12690 ...for these typedefs.
12691 (int8, char1, int1, double1): New typedefs.
12692 (struct just_int2, struct two_int2): New structures.
12693 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12694 (add_structvecs, add_singlevecs): New functions.
12695 (main): Call add_some_intvecs twice.
12696 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12697 the compile and exit upon failure. Try compiling for the "native"
12698 architecture. Test inferior function calls with vector arguments
12699 and vector return value handling with "finish" and "return".
12700
c74f7d1c
JT
127012015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12702
12703 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12704 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12705 PE file.
12706 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12707
98aa42ee
AT
127082015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12709
12710 PR breakpoints/16465
12711 * gdb.mi/mi-dprintf-pending.c: New file.
12712 * gdb.mi/mi-dprintf-pending.exp: New test.
12713 * gdb.mi/mi-dprintf-pendshr.c: New file.
12714
7d73c23c 127152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12716 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12717
12718 * gdb.arch/i386-mpx-map.c: New file.
12719 * gdb.arch/i386-mpx-map.exp: New File.
12720
127212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12722
12723 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12724 * gdb.arch/i386-mpx.exp: Indentation fixed.
12725
127262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12727
12728 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12729 function and improved indentation.
12730 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12731 gdb_test_multiple. Added additional tests to skip the test.
12732
127332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12734
12735 * gdb.arch/i386-avx512.c: Change path in include file.
12736 * gdb.arch/i386-avx512.exp: Change include dir path
12737 compilation flag.
12738 * gdb.arch/i386-mpx.c: Change path in include file.
12739 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12740 flag.
12741
d5eba19a
JK
127422015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12743
12744 * gdb.compile/compile-print.exp (compile print *vararray@3)
12745 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12746
7f361056
JK
127472015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12750 (do not keep jit in memory): ... this.
12751 (expect 5): Change it to ...
12752 (expect no 5): ... this.
12753
3b462ec2
SM
127542015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12755
12756 PR gdb/15564
12757 * gdb.mi/mi-detach.exp: New file.
12758
e0619de6
JK
127592015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 PR symtab/18392
12762 * gdb.arch/amd64-tailcall-self.S: New file.
12763 * gdb.arch/amd64-tailcall-self.c: New file.
12764 * gdb.arch/amd64-tailcall-self.exp: New file.
12765
e970cb34
DB
127662015-05-28 Don Breazeal <donb@codesourcery.com>
12767
12768 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12769 tests for remote targets by checking is_target_gdbserver.
12770
b2e2f908
DE
127712015-05-27 Doug Evans <dje@google.com>
12772
12773 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12774 * gdb.dwarf2/opaque-type-lookup.c: New file.
12775 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12776
82c7be31
DE
127772015-05-26 Doug Evans <dje@google.com>
12778
12779 * gdb.cp/iostream.cc: New file.
12780 * gdb.cp/iostream.exp: New file.
12781
b4f54984
DE
127822015-05-26 Doug Evans <dje@google.com>
12783
12784 * gdb.dwarf2/dw2-op-call.exp: Update.
12785 * gdb.dwarf2/dw4-sig-types.exp: Update.
12786 * gdb.dwarf2/implptr.exp: Update.
12787 * gdb.mi/mi-cmd-param-changed.exp: Update.
12788
4ea6efe9
DE
127892015-05-26 Doug Evans <dje@google.com>
12790
12791 * gdb.python/py-lazy-string.c: New file.
12792 * gdb.python/py-lazy-string.exp: New file.
12793 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12794 (main): Update. Add estring3.
12795 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12796 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12797
f6bb7db3
YQ
127982015-05-26 Omair Javaid <omair.javaid@linaro.org>
12799 Yao Qi <yao.qi@linaro.org>
12800
12801 * gdb.reverse/aarch64.c: New.
12802 * gdb.reverse/aarch64.exp: New.
12803
a81bfbd0
OJ
128042015-05-26 Omair Javaid <omair.javaid@linaro.org>
12805
25d49b86
PA
12806 * lib/gdb.exp (supports_process_record): Return true for
12807 aarch64*-linux*.
a81bfbd0
OJ
12808 (supports_reverse): Likewise.
12809
158bf1b4
PP
128102015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12811
12812 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12813 Use with_test_prefix.
12814
a0145030
AB
128152015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12816
12817 * gdb.base/completion.exp: Add test for completion of layout
12818 names.
12819
ebe3b578
AB
128202015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12821
12822 * lib/gdb.exp (skip_tui_tests): New proc.
12823 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12824
84204ed7
PA
128252015-05-19 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12828 Save the whole env array instead of just HOME. Unset HISTSIZE in
12829 the environment while testing. Restore whole environment
12830 afterwards.
12831
37442ce1
DE
128322015-05-16 Doug Evans <xdje42@gmail.com>
12833
12834 * gdb.guile/scm-ports.c: New file.
12835 * gdb.guile/scm-ports.exp: Add memory port tests.
12836
36de76f9
JK
128372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 * gdb.compile/compile-print.c: New file.
12840 * gdb.compile/compile-print.exp: New file.
12841
3a9558c4
JK
128422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12843
12844 * gdb.compile/compile-ops.exp: Cast param to void.
12845 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12846 (compile code struct_object.selffield = &struct_object): Add xfail.
12847
aa715135
JG
128482015-05-15 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.ada/arr_enum_with_gap: New testcase.
12851
931e5bc3
JG
128522015-05-15 Joel Brobecker <brobecker@adacore.com>
12853
12854 * gdb.ada/byte_packed_arr: New testcase.
12855
9cd4d857
JB
128562015-05-15 Joel Brobecker <brobecker@adacore.com>
12857
12858 * gdb.ada/pckd_neg: New testcase.
12859
ebfd00d2
PP
128602015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12861
12862 PR gdb/17820
12863 * gdb.base/gdbinit-history.exp: New test.
12864 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12865 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12866
4c082a81
SC
128672015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12868
12869 * gdb.python/py-xmethods.cc: Enhance test case.
12870 * gdb.python/py-xmethods.exp: New tests.
12871 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12872 function.
12873 (B_indexoper): Likewise.
12874 (global_dm_list) : Add new xmethod worker functions.
12875
f7797074
SDJ
128762015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12877
12878 * gdb.base/coredump-filter.exp: Correctly unset
12879 "coredump_var_addr" array.
12880
a4674e4e
PA
128812015-05-08 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.server/non-existing-program.exp: Unset spawn_id.
12884
df2eb078
SC
128852015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12886
12887 PR python/18291
12888 * gdb.python/py-xmethods.exp: Add tests.
12889
422349a3
YQ
128902015-05-08 Yao Qi <yao.qi@linaro.org>
12891
12892 PR gdb/18208
12893 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12894 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12895 function set_coredump_filter, and remove remote_exec call.
12896 Remove argument ipid. Callers update.
12897 (top level): Don't get inferior's PID.
12898
63fc80ce
AA
128992015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12900
12901 * gdb.base/watch_thread_num.exp: Skip test on targets without
12902 access watchpoints.
12903
80ad801e
PA
129042015-05-06 Pedro Alves <palves@redhat.com>
12905
12906 PR server/18081
12907 * gdb.server/non-existing-program.exp: New file.
12908
0fa7fe50
JB
129092015-05-05 Joel Brobecker <brobecker@adacore.com>
12910
12911 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12912
3ea89b92
PMR
129132015-05-05 Joel Brobecker <brobecker@adacore.com>
12914
12915 * gdb.ada/out_of_line_in_inlined: New testcase.
12916
87b8eff0
JB
129172015-05-05 Joel Brobecker <brobecker@adacore.com>
12918
12919 * gdb.ada/var_rec_arr: New testcase.
12920
5fccc635
YQ
129212015-04-30 Yao Qi <yao.qi@linaro.org>
12922
12923 * gdb.base/break-idempotent.exp: If
12924 skip_hw_watchpoint_multi_tests returns true, skip the tests
12925 on "rwatch" and "awatch".
12926
42d38f42
YQ
129272015-04-30 Yao Qi <yao.qi@linaro.org>
12928
12929 * gdb.base/relativedebug.exp: Invoke gdb command
12930 "info sharedlibrary", and if libc.so doesn't have debug info,
12931 skip the test.
12932
2ce1cdbf
DE
129332015-04-29 Doug Evans <dje@google.com>
12934
12935 * gdb.python/py-xmethods.exp: Add ptype tests.
12936 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12937 get_result_type method.
12938
f24a38c5
LM
129392015-04-29 Luis Machado <lgustavo@codesourcery.com>
12940
12941 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12942 the target does not support hardware watchpoints.
12943
ecbf2b3c
LM
129442015-04-29 Luis Machado <lgustavo@codesourcery.com>
12945
12946 * gdb.base/break-always.exp: Abort testing if writing to memory
12947 causes an error.
12948
34f5f757
DE
129492015-04-28 Doug Evans <dje@google.com>
12950
12951 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12952 * gdb.python/py-pp-registration.exp: ... here. New file.
12953 * gdb.python/py-pp-registration.c: New file.
12954 * gdb.python/py-pp-registration.py: New file.
12955
69b4374a
DE
129562015-04-28 Doug Evans <dje@google.com>
12957
12958 * gdb.python/py-bad-printers.c: New file.
12959 * gdb.python/py-bad-printers.py: New file.
12960 * gdb.python/py-bad-printers.exp: New file.
12961
59fb7612
SS
129622015-04-28 Sasha Smundak <asmundak@google.com>
12963
12964 * gdb.python/py-type.exp: New test.
12965
2631b16a
AW
129662015-04-28 Andy Wingo <wingo@igalia.com>
12967
12968 * gdb.python/py-parameter.exp:
12969 * gdb.guile/scm-parameter.exp: Escape the path that we are
12970 matching against, as it might contain characters that are special
12971 to regular expressions.
12972
460efde1
JB
129732015-04-27 Joel Brobecker <brobecker@adacore.com>
12974
12975 * gdb.ada/rec_comp: New testcase.
12976
2d369d8e
SDJ
129772015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12978
12979 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12980 before using it.
12981
cf75d6c3
AB
129822015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12983
12984 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12985 new tests for verilog output.
12986
8dbe7ca5
YQ
129872015-04-24 Yao Qi <yao.qi@linaro.org>
12988
12989 * boards/remote-gdbserver-on-localhost.exp: New file.
12990
4ef9fb2f
PA
129912015-04-23 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12994 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12995 "end of file", remove $inferior_spawn_id from the indirect list.
12996
0a803169
PA
129972015-04-23 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13000
749ef8f8
PA
130012015-04-23 Pedro Alves <palves@redhat.com>
13002
13003 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13004 on $any_spawn_id instead of only on $gdb_spawn_id.
13005
8aae4344
PM
130062015-04-21 Pierre Muller <muller@sourceware.org>
13007
13008 PR pascal/17815
13009 * lib/pascal.exp (gpc_compile): Add new option "class".
13010 (fpc_compile): Likewise.
13011 * gdb.pascal/case-insensitive-symbols.pas: New file.
13012 * gdb.pascal/case-insensitive-symbols.exp: New file.
13013
1586c8fb
GB
130142015-04-20 Gary Benson <gbenson@redhat.com>
13015
13016 * gdb.base/attach.exp: Fix three extended remote failures.
13017
1b6e6f5c
GB
130182015-04-17 Gary Benson <gbenson@redhat.com>
13019
13020 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13021 the main executable over the remote protocol.
13022
e797481d
PA
130232015-04-16 Pedro Alves <palves@redhat.com>
13024
13025 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13026 a new gdbserver if gdbserver_reconnect_p is set.
13027
1ca99c42
PA
130282015-04-16 Pedro Alves <palves@redhat.com>
13029
13030 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13031 is set, don't exit gdbserver.
13032
af9fd6f8
AA
130332015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13034
13035 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13036 appropriate .insn, such that an older assembler can be used.
13037 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13038 the z/Architecture instruction set on 31-bit targets as well.
13039
04ff1e61
AA
130402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13041
13042 * gdb.go/handcall.exp: Remove all logic related to the first
13043 breakpoint and rely on go_runto_main instead.
13044 * gdb.go/strings.exp: Likewise.
13045 * gdb.go/unsafe.exp: Likewise.
13046 * gdb.go/hello.exp: Likewise. Also rename the remaining
13047 breakpoint marker to "breakpoint 1".
13048 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13049 * gdb.go/strings.go: Likewise.
13050 * gdb.go/unsafe.go: Likewise.
13051 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13052 "set breakpoint 2 here" and rename the remaining breakpoint marker
13053 to "breakpoint 1".
13054
40d2f8d6
SM
130552015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13056
13057 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13058 if itertools.imap is not present.
13059 * gdb.python/py-objfile.exp: Add parentheses.
13060 * gdb.python/py-type.exp: Same.
13061 * gdb.python/py-unwind-maint.py: Same.
13062
8cbc97c6
YQ
130632015-04-15 Yao Qi <yao.qi@linaro.org>
13064
13065 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13066 of ":$ptr_size" and set its form explicitly.
13067
45fd756c
YQ
130682015-04-15 Pedro Alves <palves@redhat.com>
13069 Yao Qi <yao.qi@linaro.org>
13070
13071 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13072 timeout by factor of 4.
13073 (test_regular_watch): Likewise.
13074 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13075 * gdb.reverse/sigall-reverse.exp: Likewise.
13076 * gdb.reverse/until-precsave.exp: Likewise.
13077 * lib/gdb.exp (with_timeout_factor): New proc.
13078 (gdb_expect): Move some code to ...
13079 (get_largest_timeout): ... here. New procedure.
13080
9e811bc3
LM
130812015-04-14 Luis Machado <lgustavo@codesourcery.com>
13082
13083 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13084
0ff6fcb2
LM
130852015-04-13 Luis Machado <lgustavo@codesourcery.com>
13086
13087 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13088 to write to the .text section.
13089
7578d5f7
LM
130902015-04-13 Luis Machado <lgustavo@codesourcery.com>
13091
13092 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13093 Handle the case of targets that do not provide PID information.
13094
2efe15c4
YQ
130952015-04-13 Yao Qi <yao.qi@linaro.org>
13096
13097 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13098 and use expect instead of gdb_expect.
13099
8cd8f2f8
SDJ
131002015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13101
13102 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13103 "coredump_var_addr" to avoid naming conflict with other testcases.
13104
9ee41772
PA
131052015-04-10 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13108 gdb_test_sequence and gdb_assert.
13109
07473109
PA
131102015-04-10 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13113 test messages that don't include the breakpoint address.
13114
de3db44c
YQ
131152015-04-10 Yao Qi <yao.qi@linaro.org>
13116
13117 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13118 false for some offset and width combinations which aren't
13119 supported by linux kernel.
13120
c79d856c
PA
131212015-04-10 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13124 procedure, factored out from ...
13125 (top level): ... here. Add "set displaced-stepping" testing axis.
13126 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13127 parameter "displaced". Use it.
13128 (top level): Use foreach and add "set displaced-stepping" testing
13129 axis.
13130
ebc90b50
PA
131312015-04-10 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13134 Remove comment.
13135 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13136 both the address of the instruction that triggers the watchpoint
13137 and the address of the instruction immediately after, and use
13138 those addresses for the test. Fix comment.
13139
8f572e5c
PA
131402015-04-10 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.base/sigstep.exp (breakpoint_to_handler)
13143 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13144 Test "backtrace" in handler.
13145 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13146 (top level): Add new "displaced" test axis to
13147 breakpoint_to_handler, breakpoint_to_handler_entry and
13148 breakpoint_over_handler.
13149
8d707a12
PA
131502015-04-10 Pedro Alves <palves@redhat.com>
13151
13152 PR gdb/18216
13153 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13154
ef713951
YQ
131552015-04-10 Yao Qi <yao.qi@linaro.org>
13156
13157 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13158 (test_add_rn_pc): New function.
13159 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13160 (top level): Invoke test_add_rn_pc.
13161
906d60cf
PA
131622015-04-10 Pedro Alves <palves@redhat.com>
13163
13164 PR gdb/13858
13165 * gdb.base/step-over-no-symbols.exp: New file.
13166
f2983cc3
AW
131672015-04-09 Andy Wingo <wingo@igalia.com>
13168
13169 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13170 after the Python tests.
13171
6d62641c
SDJ
131722015-04-08 Keith Seitz <keiths@redhat.com>
13173
13174 PR python/16699
13175 * gdb.python/py-completion.exp: New tests for completion.
13176 * gdb.python/py-completion.py (CompleteLimit1): New class.
13177 (CompleteLimit2): Likewise.
13178 (CompleteLimit3): Likewise.
13179 (CompleteLimit4): Likewise.
13180 (CompleteLimit5): Likewise.
13181 (CompleteLimit6): Likewise.
13182 (CompleteLimit7): Likewise.
13183
f3770638
PA
131842015-04-08 Pedro Alves <palves@redhat.com>
13185
13186 PR gdb/18214
13187 PR gdb/18216
13188 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13189 function.
13190 (main): Install it as SIGUSR1 handler.
13191 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13192 parameter. Always use "setup" as prefix. Toggle "set
13193 displaced-stepping" off/on depending on global. Don't switch to
13194 thread 1 here.
13195 (top level): Add displaced stepping "off/on" test axis. Update
13196 "setup" calls. Wrap each subtest with with_test_prefix. Test
13197 continuing with a queued signal in each thread.
13198
4496bed7
PA
131992015-04-08 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13202 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13203 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13204 Return early if running to main fails.
13205 * gdb.trace/while-stepping.exp: Likewise.
13206
b97fde92
PA
132072015-04-07 Pedro Alves <palves@redhat.com>
13208
13209 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13210 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13211 interact with inferior program.
13212
f71c18e7
PA
132132015-04-07 Pedro Alves <palves@redhat.com>
13214
13215 * lib/gdb.exp (inferior_spawn_id): New global.
13216 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13217 spawn id after processing the user code.
13218 (default_gdb_start): Set inferior_spawn_id.
13219 (send_inferior): New procedure.
13220 * lib/gdbserver-support.exp (gdbserver_start): Set
13221 inferior_spawn_id.
13222 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13223
6423214f
PA
132242015-04-07 Pedro Alves <palves@redhat.com>
13225
13226 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13227 * lib/gdbserver-support.exp (gdbserver_start): Make
13228 $server_spawn_id global.
13229 (gdbserver_start): Don't wait for gdbserver's spawn id with
13230 expect_background.
13231 (close_gdbserver): New procedure.
13232 (gdb_exit): Rename the default version and reimplement.
13233
71c0ee8c
PA
132342015-04-07 Pedro Alves <palves@redhat.com>
13235
72f4393d 13236 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13237 append the substituted item, not the original item.
13238
203bc29b
PA
132392015-04-07 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13242 gdb_expect.
13243
508a3ddf
PA
132442015-04-07 Pedro Alves <palves@redhat.com>
13245
13246 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13247 output appearing once only.
13248
9f6dbe2b
PA
132492015-04-07 Pedro Alves <palves@redhat.com>
13250
13251 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13252 that doesn't expect anything. Return early if running to main
13253 fails.
13254
337532fa
YQ
132552015-04-07 Yao Qi <yao.qi@linaro.org>
13256
13257 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13258 (child_function): Call alarm.
13259 (main): Move call to alarm into the loop.
13260 * gdb.threads/non-stop-fair-events.exp: Build program with
13261 -DTIMEOUT=$timeout.
13262
01b622d4
DE
132632015-04-06 Doug Evans <xdje42@gmail.com>
13264
13265 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13266 Fix dest parameter to board_info.
13267 (fpc_compile): Ditto.
13268 (gdb_compile_pascal): Rename dest arg to destfile.
13269
961f4160
PMR
132702015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13271
13272 * gdb.ada/funcall_ref.exp: New file.
13273 * gdb.ada/funcall_ref/foo.adb: New file.
13274
cafda597
YQ
132752015-04-02 Yao Qi <yao.qi@linaro.org>
13276
13277 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13278 is remote.
13279
fed040c6
GB
132802015-04-02 Gary Benson <gbenson@redhat.com>
13281
13282 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13283
d11916aa
SS
132842015-04-01 Sasha Smundak <asmundak@google.com>
13285
13286 * gdb.python/py-unwind-maint.c: New file.
13287 * gdb.python/py-unwind-maint.exp: New test.
13288 * gdb.python/py-unwind-maint.py: New file.
13289 * gdb.python/py-unwind.c: New file.
13290 * gdb.python/py-unwind.exp: New test.
13291 * gdb.python/py-unwind.py: New test.
13292
a1471180
PA
132932015-04-01 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13296 to fail instead of non-existent $test.
13297
0bbeccb1
PA
132982015-04-01 Pedro Alves <palves@redhat.com>
13299
13300 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13301 GDBFLAGS if not empty.
13302
3c724c8c
PMR
133032015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13304
13305 * gdb.ada/complete.exp: Remove "multi_line".
13306 * gdb.ada/info_exc.exp: Remove "multi_line".
13307 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13308 * gdb.ada/ptype_field.exp: Remove "multi_line".
13309 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13310 * gdb.ada/tagged.exp: Remove "multi_line".
13311 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13312 [multi_line ...]
13313 * gdb.btrace/delta.exp: Likewise.
13314 * gdb.btrace/exception.exp: Likewise.
13315 * gdb.btrace/function_call_history.exp: Likewise.
13316 * gdb.btrace/instruction_history.exp: Likewise.
13317 * gdb.btrace/nohist.exp: Likewise.
13318 * gdb.btrace/record_goto.exp: Likewise.
13319 * gdb.btrace/segv.exp: Likewise.
13320 * gdb.btrace/stepi.exp: Likewise.
13321 * gdb.btrace/tailcall.exp: Likewise.
13322 * gdb.btrace/unknown_functions.exp: Likewise.
13323 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13324 * lib/gdb.exp: Add the "multi_line" helper.
13325
4eec2deb
PA
133262015-04-01 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.threads/tid-reuse.c: New file.
13329 * gdb.threads/tid-reuse.exp: New file.
13330
df8411da
SDJ
133312015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13332
13333 PR corefiles/16092
13334 * gdb.base/coredump-filter.c: New file.
13335 * gdb.base/coredump-filter.exp: Likewise.
13336
6ef37366
PM
133372015-03-27 Petr Machata <pmachata@redhat.com>
13338
13339 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13340 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13341 (Dwarf::assemble): Initialize them.
13342 (Dwarf::lines): New function.
13343
7ec911b0
JT
133442015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13345
13346 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13347 SYMBOL_PREFIX for x86_64-*-cygwin.
13348
ff908ebf
AW
133492015-03-26 Andy Wingo <wingo@igalia.com>
13350
13351 PR symtab/18148
13352 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13353 const_value but not a location.
13354 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13355 location defined in non-main CUs are visible.
13356
6d5f0679
YQ
133572015-03-26 Yao Qi <yao.qi@linaro.org>
13358
13359 PR testsuite/18139
13360 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13361 Add a line number entry for the same line.
13362 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13363 Add a line number entry for the same line.
13364
2898689b
YQ
133652015-03-26 Yao Qi <yao.qi@linaro.org>
13366
13367 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13368 .int 0.
13369 (func): Likewise. Add .Lfunc_1 label.
13370 Use .Lfunc_1 label.
13371 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13372 .int 0.
13373 (func): Likewise.
13374 Use .Lfunc_1 label.
13375
85180498
YQ
133762015-03-26 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13379 Call gdb_compile instead to compile each .s files without debug
13380 information.
13381
8aa08a8d
YQ
133822015-03-26 Yao Qi <yao.qi@linaro.org>
13383
13384 * gdb.base/savedregs.exp (process_saved_regs): Make
13385 "Saved registers:" optional in the pattern.
13386
66849923
MM
133872015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13388
13389 * gdb.btrace/next.exp: Merged into step.exp.
13390 * gdb.btrace/finish.exp: Merged into step.exp.
13391 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13392 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13393 "record goto" and checking the exact replay position.
13394 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13395 check for "Recording format" in "info record" output.
13396 * gdb.btrace/record_goto.exp: Choose test file based on target.
13397 * gdb.btrace/x86-record_goto.S: Renamed into ...
13398 * gdb.btrace/x86_64-record_goto.S: ... this.
13399 * gdb.btrace/i686-record_goto.S: New.
13400 * gdb.btrace/x86-tailcall.S: Renamed into ...
13401 * gdb.btrace/x86_64-tailcall.S: ... this.
13402 * gdb.btrace/i686-tailcall.S: New.
13403 * gdb.btrace/x86-tailcall.c: Renamed into ...
13404 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13405 separate statements. Update test.
13406 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13407 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13408 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13409 * gdb.btrace/tailcall.exp: Choose test file based on target.
13410 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13411
11cc1b74
MM
134122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13413
13414 * gdb.btrace/exception.exp: Increase BTS buffer size.
13415
a25d8bf9
PA
134162015-03-24 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13419
856e7dd6
PA
134202015-03-24 Pedro Alves <palves@redhat.com>
13421
13422 * gdb.threads/schedlock.exp (test_step): No longer expect that
13423 "set scheduler-locking step" with "next" over a function call runs
13424 threads unlocked.
13425
ad235a41
AT
134262015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13427
13428 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13429
15630549
AT
134302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13431
13432 PR breakpoints/16466
13433 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13434 * gdb.mi/mi-pending.c (thread_func): New function.
13435 (int main): Add threading support required.
13436 * gdb.mi/mi-pending.exp: Add tests for this issue.
13437 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13438 (pendfunc2): Remove stdio dependency.
13439 * gdb.mi/mi-pendshr2.c: New file.
13440
693dca06
KS
134412015-03-23 Keith Seitz <keiths@redhat.com>
13442
13443 * gdb.linespec/keywords.c: New file.
13444 * gdb.linespec/keywords.exp: New file.
13445
7e993ebf
KS
134462015-03-23 Keith Seitz <keiths@redhat.com>
13447
13448 PR gdb/18021
13449 * gdb.dwarf2/staticvirtual.exp: New test.
13450
bc23328c
JK
134512015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13452
13453 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13454 * README: Remove HP-UX and gdb.hp.
13455 (configuration):
13456 * configure: Regenerate.
13457 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13458 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13459 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13460 gdb.hp/gdb.defects/Makefile.
13461 * gdb.hp/Makefile.in: File deleted.
13462 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13463 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13464 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13465 * gdb.hp/gdb.aCC/run.c: File deleted.
13466 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13467 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13468 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13469 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13470 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13471 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13472 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13473 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13474 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13475 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13476 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13477 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13478 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13479 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13480 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13481 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13482 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13483 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13484 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13485 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13486 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13487 * gdb.hp/gdb.compat/average.c: File deleted.
13488 * gdb.hp/gdb.compat/sum.c: File deleted.
13489 * gdb.hp/gdb.compat/xdb.c: File deleted.
13490 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13491 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13492 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13493 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13494 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13495 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13496 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13497 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13498 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13499 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13500 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13501 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13502 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13503 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13504 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13505 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13506 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13507 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13508 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13509 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13510 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13511 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13512 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13513 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13514 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13515 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13516 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13517 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13518 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13519 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13520 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13521 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13522 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13523 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13524 * gdb.hp/tools/odump: File deleted.
13525
8bf3b159
PA
135262015-03-19 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13529 (saw_thread_3): New globals.
13530 (top level): Increment them when an event for the corresponding
13531 thread is seen.
13532 (no thread starvation): New test.
13533
eb54c8bf
PA
135342015-03-19 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/continue-pending-status.c: New file.
13537 * gdb.threads/continue-pending-status.exp: New file.
13538
32d2e5d6
PA
135392015-03-18 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13542 Use gdb_is_target_remote instead of is_remote. Use
13543 gdb_test_multiple instead of gdb_expect. Exit early if
13544 gdb_test_multiple hits its internal matches. Tighten stepi tests
13545 expected output. Fail on exit with any signal, instead of just
13546 SIGILL.
13547
f68f11b7
YQ
135482015-03-18 Yao Qi <yao.qi@linaro.org>
13549
13550 PR tdep/18107
13551 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13552 variable.
13553 * gdb.base/catch-syscall.exp: Don't skip it on
13554 aarch64*-*-linux* target. Remove elements in all_syscalls.
13555 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13556 target.
13557 (setup_all_syscalls): New proc.
13558
ca5fd19b
YQ
135592015-03-16 Yao Qi <yao.qi@linaro.org>
13560
13561 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13562 (top level): Skip tests if valid_addr_p returns false for
13563 $cmd1 or $cmd2.
13564
85642ba0
AW
135652015-03-11 Andy Wingo <wingo@igalia.com>
13566
13567 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13568
e03f9645
YQ
135692015-03-11 Yao Qi <yao.qi@linaro.org>
13570
13571 * gdb.base/catch-syscall.exp: Fix typo in comments.
13572
5d0962b2
YQ
135732015-03-11 Yao Qi <yao.qi@linaro.org>
13574
13575 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13576
b2df3cef
PA
135772015-03-09 Pedro Alves <palves@redhat.com>
13578
13579 * dg-extract-results.py: Delete.
13580
ef878e53
PA
135812015-03-09 Pedro Alves <palves@redhat.com>
13582
13583 Merge dg-extract-results.sh from GCC upstream (r218843).
13584
13585 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13586 * dg-extract-results.sh: Use --text with grep to avoid issues with
13587 binary files. Fall back to cat -v, if that doesn't work.
13588
9494d219
PA
135892015-03-05 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13592
a8d9763a
SM
135932015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13594
13595 * lib/mi-support.exp (mi_expect_interrupt): Accept
13596 alternative event for when in all-stop mode.
13597
be9957b8
PA
135982015-03-04 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13601
d57be0f4 136022015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13603
13604 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13605
c214c7cf
AA
136062015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13607
13608 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13609 regexps for GDB's current line display, accept a hex address
13610 preceding the line number.
13611
6d74a497
AA
136122015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13613
13614 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13615 the 'arch1' variable for "s390*-linux*" targets.
13616
511aee7c
PA
136172015-03-04 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13620 (main): Pass missing retval argument to pthread_join call.
13621
95e50b27
PA
136222015-03-02 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13625 (top level): Call do_test with non-stop as well.
13626
28054d69
PA
136272015-03-02 Pedro Alves <palves@redhat.com>
13628
13629 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13630 -1.
13631
4fa5d7b4
AA
136322015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13633
13634 * gdb.arch/s390-vregs.exp: New test.
13635 * gdb.arch/s390-vregs.S: New file.
13636
97c18565
PA
136372015-02-27 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13640 call to catch_command_errors.
13641 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13642 catch_command_errors.
13643
a37bfa30
PA
136442015-02-27 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13647 "true" for boolean result.
13648 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13649 prototype of main.
13650
6f98576f
PA
136512015-02-27 Pedro Alves <palves@redhat.com>
13652
13653 * lib/unbuffer_output.c: New file.
13654 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13655 (main): Call gdb_unbuffer_output.
13656
eba5ab56
YQ
136572015-02-27 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13660 target.
13661
0def5aaa
DE
136622015-02-26 Doug Evans <dje@google.com>
13663
13664 * gdb.cp/class2.cc (Dbase, D): New classes.
13665 (main): New local delta.
13666 * gdb.cp/class2.exp: Test printing delta.
13667 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13668 (dynbar): New global.
13669 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13670
081a1c2c
JK
136712015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 * gdb.compile/compile-ifunc.c: New file.
13674 * gdb.compile/compile-ifunc.exp: New file.
13675
2f41223f
AT
136762015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13677
13678 * gdb.base/structs.exp: Check for correct struct on finish.
13679
03eddd80
YQ
136802015-02-26 Yao Qi <yao.qi@linaro.org>
13681
13682 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13683 is zero.
13684
80c57053
JK
136852015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13686
13687 * gdb.arch/cordic.ko.bz2: New file.
13688 * gdb.arch/cordic.ko.debug.bz2: New file.
13689 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13690
21613c12
YQ
136912015-02-25 Yao Qi <yao.qi@linaro.org>
13692
13693 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13694 aarch64*-*-* target.
13695
d8b901ed
PA
136962015-02-23 Pedro Alves <palves@redhat.com>
13697
13698 * lib/gdb.exp (delete_breakpoints): Rewrite using
13699 gdb_test_multiple.
13700
e5b85ead
PA
137012015-02-23 Pedro Alves <palves@redhat.com>
13702
13703 * gdb.base/info-os.c: Include stdlib.h.
13704
85c3a371
DE
137052015-02-22 Doug Evans <xdje42@gmail.com>
13706
13707 PR symtab/17855
13708 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13709 is read after symbols have been re-read.
13710 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13711 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13712
96553a0c
DE
137132015-02-21 Doug Evans <dje@google.com>
13714
13715 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13716
97a0c697
JK
137172015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13718
13719 PR corefiles/17808
13720 * gdb.arch/i386-biarch-core.core.bz2: New file.
13721 * gdb.arch/i386-biarch-core.exp: New file.
13722
a47cd6e9
PA
137232015-02-21 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13726 runto_main fails.
13727
c5facdc4
PA
137282015-02-20 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13731 info probes.
13732
2db9a427
PA
137332015-02-20 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13736
60fb7e9e
PA
137372015-02-20 Pedro Alves <palves@redhat.com>
13738
13739 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13740 clean_restart before gdb_target_supports_trace.
13741
5c5019c2
PA
137422015-02-20 Pedro Alves <palves@redhat.com>
13743
13744 PR threads/18006
13745 * gdb.threads/clone-thread_db.c: New file.
13746 * gdb.threads/clone-thread_db.exp: New file.
13747
c9587f88
AT
137482015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13749
13750 PR breakpoints/16812
13751 * gdb.base/catch-gdb-caused-signals.c: New file.
13752 * gdb.base/catch-gdb-caused-signals.exp: New file.
13753
f6a88844
JM
137542015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13755
13756 * configure: Regenerated.
13757 * configure.ac: Use GDB_AC_TRANSFORM.
13758 * aclocal.m4: sinclude ../transform.m4.
13759
497c491b
JM
137602015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13761
13762 * lib/dtrace.exp: New file.
13763 * gdb.base/dtrace-probe.exp: Likewise.
13764 * gdb.base/dtrace-probe.d: Likewise.
13765 * gdb.base/dtrace-probe.c: Likewise.
13766 * lib/pdtrace.in: Likewise.
13767 * configure.ac: Output variables with the transformed names of
13768 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13769 * configure: Regenerated.
13770
03e98035
JM
137712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13772
13773 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13774 expected message when trying to access $_probe_* convenience
13775 variables while not on a probe.
13776
63cc30e9
JK
137772015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13778
13779 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13780
0703599a
PA
137812015-02-11 Pedro Alves <pedro@codesourcery.com>
13782
13783 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13784 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13785
7e60a48e
DE
137862015-02-10 Doug Evans <xdje42@gmail.com>
13787
13788 * lib/gdb.exp (gdb_load): Always return a result.
13789
01b088bc
PA
137902015-02-10 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.threads/signal-sigtrap.c: New file.
13793 * gdb.threads/signal-sigtrap.exp: New file.
13794
b05ec7a5
AT
137952015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13796
13797 * gdb.trace/no-attach-trace.c: New file.
13798 * gdb.trace/no-attach-trace.exp: New file.
13799
a2c2acaf
MW
138002015-02-09 Mark Wielaard <mjw@redhat.com>
13801
13802 * gdb.dwarf2/atomic.c: New file.
13803 * gdb.dwarf2/atomic-type.exp: Likewise.
13804
31fd9caa
MM
138052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13806
13807 * gdb.btrace/buffer-size.exp: Update "info record" output.
13808 * gdb.btrace/delta.exp: Update "info record" output.
13809 * gdb.btrace/enable.exp: Update "info record" output.
13810 * gdb.btrace/finish.exp: Update "info record" output.
13811 * gdb.btrace/instruction_history.exp: Update "info record" output.
13812 * gdb.btrace/next.exp: Update "info record" output.
13813 * gdb.btrace/nexti.exp: Update "info record" output.
13814 * gdb.btrace/step.exp: Update "info record" output.
13815 * gdb.btrace/stepi.exp: Update "info record" output.
13816 * gdb.btrace/nohist.exp: Update "info record" output.
13817
d33501a5
MM
138182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13819
13820 * gdb.btrace/buffer-size: New.
13821
f4abbc16
MM
138222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13823
13824 * gdb.btrace/delta.exp: Update "info record" output.
13825 * gdb.btrace/enable.exp: Update "info record" output.
13826 * gdb.btrace/finish.exp: Update "info record" output.
13827 * gdb.btrace/instruction_history.exp: Update "info record" output.
13828 * gdb.btrace/next.exp: Update "info record" output.
13829 * gdb.btrace/nexti.exp: Update "info record" output.
13830 * gdb.btrace/step.exp: Update "info record" output.
13831 * gdb.btrace/stepi.exp: Update "info record" output.
13832 * gdb.btrace/nohist.exp: Update "info record" output.
13833
b9d61307
SM
138342015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13835
13836 PR gdb/15678
13837 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13838
e584fdbc
PA
138392015-02-06 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13842 macro.
13843 (seconds_left, again): New globals.
13844 (main): Wait seconds_left in a 1-second sleep loop instead of
13845 sleeping 180 seconds. If 'again' is set, reset the seconds
13846 counter.
13847 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13848 'again' in the inferior before detaching. Print the seconds left.
13849 (options): New global.
13850 (top level): Build program with -DTIMEOUT=$timeout.
13851
77f41761
PA
138522015-02-06 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13855 determine how many seconds to pass to 'alarm'.
13856 * gdb.base/gdb-sigterm.exp (top level): Build program with
13857 -DTIMEOUT=$timeout.
13858 (do_test): Return success/failure indication. Add more verbose
13859 logging. Don't fail if 200 single steps are seen. Instead, fail
13860 when the test times out.
13861 (passes): New global.
13862 (top level): Break the testing loop if testing fails on any
13863 iteration. Use gdb_assert.
13864
b9394193
DB
138652015-02-04 Don Breazeal <donb@codesourcery.com>
13866
13867 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13868 and initialize them.
13869 (ipc_cleanup): New function.
13870 (main): Don't declare shmid, semid, and msqid. Add a call to
13871 atexit so that we call ipc_cleanup on exit.
13872
42d9e528
PA
138732015-02-04 Pedro Alves <palves@redhat.com>
13874
13875 * boards/native-extended-gdbserver.exp: Remove any target variant
13876 specifications from the board name before clearing the isremote
13877 flag from board_info.
13878
ae6ae975
DE
138792015-01-31 Doug Evans <xdje42@gmail.com>
13880
13881 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13882
cfb069a8
GB
138832015-01-31 Gary Benson <gbenson@redhat.com>
13884
13885 * gdb.base/completion.exp: Disable completion limiting for
13886 existing tests. Add new tests to check completion limiting.
13887 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13888
5dd31d79
DE
138892015-01-31 Doug Evans <xdje42@gmail.com>
13890
13891 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13892
9f050062
DE
138932015-01-31 Doug Evans <xdje42@gmail.com>
13894
13895 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13896 entries. Duplicate file section script entries.
13897 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13898 inlined entries. Add test for safe-path rejection.
13899 * gdb.python/py-section-script.c: Add duplicate inlined section script
13900 entries. Duplicate file section script entries.
13901 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13902 inlined entries. Add test for safe-path rejection.
13903
df25ebbd
JB
139042015-01-29 Joel Brobecker <brobecker@adacore.com>
13905
13906 * gdb.ada/disc_arr_bound: New testcase.
13907
4a0ca9ec
JB
139082015-01-29 Joel Brobecker <brobecker@adacore.com>
13909
13910 * gdb.ada/mi_var_array: New testcase.
13911
3a8b707a
DE
139122015-01-27 Doug Evans <dje@google.com>
13913
13914 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13915 Add test for objfile.filename, objfile.username after objfile
13916 has been unloaded.
13917
f8313f6e
JB
139182015-01-26 Joel Brobecker <brobecker@adacore.com>
13919
13920 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13921 the second test to print the name attribute of value
13922 returned by the call to gdb.lookup_type, and adjust
13923 the expected output accordingly.
13924
37bc665e
MW
139252015-01-25 Mark Wielaard <mjw@redhat.com>
13926
13927 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13928 * gdb.base/disp-step-fork.c: Include unistd.h.
13929 * gdb.base/siginfo-obj.c: Include stdio.h.
13930 * gdb.base/siginfo-thread.c: Likewise.
13931 * gdb.mi/non-stop.c: Include unistd.h.
13932 * gdb.mi/nsthrexec.c: Include stdio.h.
13933 * gdb.mi/pthreads.c: Include unistd.h.
13934 * gdb.modula2/unbounded1.c (main): Declare returns int.
13935 * gdb.reverse/consecutive-reverse.c: Likewise.
13936 * gdb.threads/create-fail.c: Include unistd.h.
13937 * gdb.threads/killed.c: Likewise.
13938 * gdb.threads/linux-dp.c: Likewise.
13939 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13940 * gdb.threads/non-ldr-exc-2.c: Likewise.
13941 * gdb.threads/non-ldr-exc-3.c: Likewise.
13942 * gdb.threads/non-ldr-exc-4.c: Likewise.
13943 * gdb.threads/pthreads.c: Include unistd.h.
13944 (main): Declare returns int.
13945 * gdb.threads/tls-main.c (foo): New declaration.
13946 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13947
f7e5394d
SM
139482015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13949
13950 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13951 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13952
743649fd
MW
139532015-01-15 Mark Wielaard <mjw@redhat.com>
13954
13955 * gdb.base/noreturn-return.c: New file.
13956 * gdb.base/noreturn-return.exp: New file.
13957 * gdb.base/noreturn-finish.c: New file.
13958 * gdb.base/noreturn-finish.exp: New file.
13959
198297aa
PA
139602015-01-23 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.threads/continue-pending-after-query.c: New file.
13963 * gdb.threads/continue-pending-after-query.exp: New file.
13964
717cf30c
AG
139652015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13966 Simon Marchi <simon.marchi@ericsson.com>
13967
13968 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13969 * gdb.base/valgrind-db-attach.exp: Same.
13970 * gdb.base/valgrind-infcall.exp: Same.
13971 * lib/mi-support.exp (default_mi_gdb_start): Same.
13972 * lib/prompt.exp (default_prompt_gdb_start): Same.
13973 * lib/gdb.exp (default_gdb_spawn): Same.
13974 (gdb_interact): New.
13975
13976
4b62a76e
JK
139772015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13978
13979 * gdb.compile/compile.exp (pointer to jit function): New test.
13980
b4cdae6f
WW
139812015-01-17 Wei-cheng Wang <cole945@gmail.com>
13982
13983 * lib/gdb.exp (supports_process_record): Return true for
13984 powerpc*-*-linux*.
13985 (supports_reverse): Likewise.
13986
d221e7ef
DB
139872015-01-15 Don Breazeal <donb@codesourcery.com>
13988
13989 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13990 instead of checking whether the target board is remote and
13991 use spawn_wait_for_attach instead of exec/sleep.
13992 * gdb.base/attach-twice.exp: Likewise.
13993
bafffb51
JB
139942015-01-15 Joel Brobecker <brobecker@adacore.com>
13995
13996 * gdb.ada/var_arr_attrs: New testcase.
13997
5589af0e
PA
139982015-01-14 Pedro Alves <palves@redhat.com>
13999 Joel Brobecker <brobecker@adacore.com>
14000
14001 PR gdb/17525
14002 * gdb.base/bp-cmds-execution-x-script.c: New file.
14003 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14004 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14005
6c400b59
PA
140062015-01-14 Pedro Alves <palves@redhat.com>
14007
14008 PR cli/17828
14009 * gdb.base/batch-preserve-term-settings.c: New file.
14010 * gdb.base/batch-preserve-term-settings.exp: New file.
14011
e02c96a7
DE
140122015-01-13 Doug Evans <dje@google.com>
14013
14014 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14015 binary.
14016
576fd14c
JB
140172015-01-13 Joel Brobecker <brobecker@adacore.com>
14018
14019 * Makefile.in (clean mostlyclean): Do not delete *.py.
14020
04dccad0
JB
140212015-01-13 Joel Brobecker <brobecker@adacore.com>
14022
14023 * gdb.python/py-lookup-type.exp: New file.
14024
3d230f71
PA
140252015-01-12 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14028 restore GDBFLAGS before returning.
14029
7e67715d
JK
140302015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14031
14032 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14033 is_amd64_regs_target and is_x86_like_target.
14034
f2e0d4b4
DE
140352015-01-11 Doug Evans <xdje42@gmail.com>
14036
14037 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14038 is given without an explicit form.
14039 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14040 attributes.
14041 * gdb.dwarf/corrupt.exp: Ditto.
14042 * gdb.dwarf2/enum-type.exp: Ditto.
14043 * gdb.trace/entry-values.exp: Ditto.
14044 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14045
439250fb
DE
140462015-01-11 Doug Evans <xdje42@gmail.com>
14047
14048 PR gdb/15830
14049 * gdb.base/maint.exp: Remove references to "maint demangle".
14050 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14051 Add tests for explicitly specifying language to demangle.
14052 * gdb.dlang/demangle.exp: Ditto.
14053
ede9f622
PA
140542015-01-09 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.threads/non-stop-fair-events.c: New file.
14057 * gdb.threads/non-stop-fair-events.exp: New file.
14058
a7b796db
PA
140592015-01-09 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14062 the global scope. Set a breakpoint after all threads are started
14063 rather than stepping over two source lines. Expect the prompt.
14064 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14065 global.
14066 (NUM): Now 15.
14067 (main): Use threads_started_barrier to wait for all threads to
14068 start. Main thread no longer calls thread_function. Exit after
14069 180 seconds.
14070 (loop): New function.
14071 (thread_function): Wait on threads_started_barrier barrier. Call
14072 'loop' at each iteration.
14073 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14074 threads have started, instead of hardcoding number of "next"
14075 steps. Use an access watchpoint instead of a write watchpoint.
14076
9665ffdd
PA
140772015-01-09 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14080 (thread_func): Wait on barrier.
14081 (main): Wait for all threads to start before stopping GDB.
14082 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14083 global.
14084 (thread1_func, thread2_func): Wait on barrier.
14085 (main): Wait for all threads to start before stopping GDB.
14086 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14087 New global.
14088 (thread1_func, thread2_func): Wait on barrier.
14089 (main): Wait for all threads to start before stopping GDB.
14090
c945a99f
PA
140912015-01-09 Pedro Alves <palves@redhat.com>
14092
14093 * gdb.threads/attach-many-short-lived-threads.c: New file.
14094 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14095
c1a747c1
PA
140962014-01-09 Pedro Alves <palves@redhat.com>
14097
14098 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14099 instead of to thread 2.
14100 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14101 Add barrier around each pthread_create call instead of around all
14102 calls.
14103 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14104 Set a break on thread_function and have the child threads hit it
14105 one at at a time.
14106
60b3033e
PA
141072015-01-09 Pedro Alves <palves@redhat.com>
14108
14109 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14110 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14111 false.
14112 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14113 checking whether the target board is remote.
14114 * gdb.multi/multi-attach.exp: Likewise.
14115 * gdb.python/py-sync-interp.exp: Likewise.
14116 * gdb.server/ext-attach.exp: Likewise.
14117 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14118 tests that need to attach, instead of checking whether the target
14119 board is remote at the top of the file.
14120
acc018ac
YQ
141212015-01-08 Yao Qi <yao@codesourcery.com>
14122
14123 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14124
50a18af8
JK
141252015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 Fix testcase compilation.
14128 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14129
8503d6e1
JB
141302015-01-06 Joel Brobecker <brobecker@adacore.com>
14131
14132 * gdb.python/py-type.exp: Add a couple test about empty
14133 array creation, and negative-length array creation.
14134
cc73dbcc
DE
141352015-01-02 Doug Evans <xdje42@gmail.com>
14136
14137 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14138
0300bbc7
DE
141392015-01-02 Doug Evans <dje@google.com>
14140
14141 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14142
9d85a0ec
YQ
141432014-12-29 Yao Qi <yao@codesourcery.com>
14144
14145 * gdb.trace/entry-values.exp: Update comments. Rename variable
14146 bar_call_foo to returned_from_foo.
14147
87186c6a
MMN
141482014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14149
14150 PR gdb/17394
14151 * gdb.linespec/break-asm-file.c: New file.
14152 * gdb.linespec/break-asm-file.exp: New file.
14153 * gdb.linespec/break-asm-file0.s: New file.
14154 * gdb.linespec/break-asm-file1.s: New file.
14155
1bab7383
YQ
141562014-12-18 Nigel Stephens <nigel@mips.com>
14157 Maciej W. Rozycki <macro@codesourcery.com>
14158
14159 * gdb.base/float.exp: Handle the new output from "info float" on
14160 MIPS targets.
14161
1bc1068a
JK
141622014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14163
14164 Fix MinGW compilation.
14165 * gdb.compile/compile-ops.exp: Update untested message if
14166 !skip_compile_feature_tests.
14167 * gdb.compile/compile-setjmp.exp: Likewise.
14168 * gdb.compile/compile-tls.exp: Likewise.
14169 * gdb.compile/compile.exp: Likewise.
14170 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14171 supported on this host".
14172
b6615d10
DE
141732014-12-16 Doug Evans <xdje42@gmail.com>
14174
14175 * boards/stabs.exp: New file.
14176
25dda427
AA
141772014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14178
14179 * gdb.base/completion.exp: Adjust to format changes of "maint
14180 print user-registers".
14181
bf330350
CU
141822014-12-16 Catalin Udma <catalin.udma@freescale.com>
14183
14184 PR server/17457
14185 * gdb.arch/aarch64-fp.c: New file.
14186 * gdb.arch/aarch64-fp.exp: New file.
14187
395cf596
SDJ
141882014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14189
14190 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14191 r210637, r210913, r211666, r215400, r215817).
14192
14193 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14194 * dg-extract-results.py: New file.
14195 * dg-extract-results.sh: Use it if the environment seems
14196 suitable.
14197
14198 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14199
14200 * dg-extract-results.py (parse_run): Handle warnings that
14201 are printed before a test harness is run.
14202
14203 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14204
14205 * dg-extract-results.py (Named): Remove __cmp__ method.
14206 (output_variation): Use a key to sort variation.harnesses.
14207
14208 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14209
14210 * dg-extract-results.py: For Python 3, force sys.stdout to
14211 handle surrogate escape sequences.
14212 (safe_open): New function.
14213 (output_segment, main): Use it.
14214
14215 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14216
14217 * dg-extract-results.py (Prog.result_re): Include options
14218 in test name.
14219
14220 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14221
14222 * dg-extract-results.py (output_variation): Always sort if
14223 do_sum.
14224
e882ef3c
SM
142252014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14226
14227 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14228 as long as we get pagination notifications.
14229
4992aa20
JM
142302014-12-15 Jason Merrill <jason@redhat.com>
14231
14232 * Makefile.in (check-gdb.%): Restore.
14233 * README: Mention it.
14234
c1b5a1a6
JB
142352014-12-13 Joel Brobecker <brobecker@adacore.com>
14236
14237 * gdb.ada/str_uninit: New testcase.
14238
5537b577
JK
142392014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14240
14241 PR symtab/17642
14242 * gdb.base/vla-stub-define.c: New file.
14243 * gdb.base/vla-stub.c: New file.
14244 * gdb.base/vla-stub.exp: New file.
14245
bb2ec1b3
TT
142462014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14247 Jan Kratochvil <jan.kratochvil@redhat.com>
14248 Tom Tromey <tromey@redhat.com>
14249
14250 * configure.ac: Add gdb.compile/.
14251 * configure: Regenerate.
14252 * gdb.compile/Makefile.in: New file.
14253 * gdb.compile/compile-ops.exp: New file.
14254 * gdb.compile/compile-ops.c: New file.
14255 * gdb.compile/compile-tls.c: New file.
14256 * gdb.compile/compile-tls.exp: New file.
14257 * gdb.compile/compile-constvar.S: New file.
14258 * gdb.compile/compile-constvar.c: New file.
14259 * gdb.compile/compile-mod.c: New file.
14260 * gdb.compile/compile-nodebug.c: New file.
14261 * gdb.compile/compile-setjmp-mod.c: New file.
14262 * gdb.compile/compile-setjmp.c: New file.
14263 * gdb.compile/compile-setjmp.exp: New file.
14264 * gdb.compile/compile-shlib.c: New file.
14265 * gdb.compile/compile.c: New file.
14266 * gdb.compile/compile.exp: New file.
14267 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14268
4ff709eb
TT
142692014-12-12 Tom Tromey <tromey@redhat.com>
14270
14271 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14272 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14273
6dddd6a5
DE
142742014-12-12 Doug Evans <dje@google.com>
14275
14276 * lib/gdb-python.exp (get_python_valueof): New function.
14277 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14278
71c24708
AA
142792014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14280
14281 * gdb.base/completion.exp: Add test for completion of "info
14282 registers ".
14283
3e29f34a
MR
142842014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14285
14286 * gdb.base/func-ptrs.c: New file.
14287 * gdb.base/func-ptrs.exp: New file.
14288
fc126975
SM
142892014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14290
14291 PR breakpoints/17012
14292 * gdb.base/dprintf-detach.c: New file.
14293 * gdb.base/dprintf-detach.exp: New file.
14294
0a46d518
SM
142952014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14296
14297 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14298 * lib/gdb.exp (target_is_gdbserver): New procedure.
14299
a0be3e44
DE
143002014-12-08 Doug Evans <dje@google.com>
14301
14302 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14303
df1b803a
YQ
143042014-12-05 Yao Qi <yao@codesourcery.com>
14305
14306 * gdb.guile/scm-error.exp: Remove the third argument to
14307 gdb_remote_download.
14308 * gdb.guile/scm-frame-args.exp: Likewise.
14309 * gdb.guile/scm-section-script.exp: Likewise.
14310
ddb9f679
YQ
143112014-12-05 Yao Qi <yao@codesourcery.com>
14312
14313 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14314
86e4ed39
DE
143152014-12-04 Doug Evans <dje@google.com>
14316
14317 * gdb.python/py-objfile.exp: Add tests for
14318 objfile.add_separate_debug_file.
14319
7c50a931
DE
143202014-12-04 Doug Evans <dje@google.com>
14321
14322 * lib/gdb.exp (get_build_id): New function.
14323 (build_id_debug_filename_get): Rewrite to use it.
14324 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14325
621661e3
MR
143262014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14327
14328 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14329 `method(long)', not just 0x0.
14330 * gdb.cp/nsalias.exp: Align code labels to 4.
14331 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14332 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14333 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14334 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14335 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14336 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14337
29f0c3b7
DE
143382014-12-02 Doug Evans <dje@google.com>
14339
e1e061e7 14340 PR symtab/17602
29f0c3b7 14341 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14342 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14343 * gdb.cp/anon-ns.exp: Update.
14344
162078c8
NB
143452014-12-02 Nick Bull <nicholaspbull@gmail.com>
14346
14347 * gdb.python/py-events.py (inferior_call_handler): New.
14348 (register_changed_handler, memory_changed_handler): New.
14349 (test_events.invoke): Register new handlers.
14350 * gdb.python/py-events.exp: Add tests for inferior call,
14351 memory_changed and register_changed events.
14352
fdb09caf
AA
143532014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14354
14355 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14356 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14357 if the linker doesn't understand this.
14358
55cfb2c4
SM
143592014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14360
14361 * gdb.python/python.exp: Change expected reply to help().
14362
9e8cd6df
YQ
143632014-12-01 Yao Qi <yao@codesourcery.com>
14364
14365 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14366 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14367 * configure: Re-generated.
14368
6c659fc2
SC
143692014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14370
14371 * gdb.cp/chained-calls.cc: New file.
14372 * gdb.cp/chained-calls.exp: New file.
14373 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14374
d7fc3181
SM
143752014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14376
14377 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14378 * gdb.dwarf2/symtab-producer.exp: Same.
14379 * gdb.gdb/python-interrupts.exp: Same.
14380 * gdb.gdb/python-selftest.exp: Same.
14381 * gdb.python/py-linetable.exp: Same.
14382 * gdb.python/py-type.exp: Same.
14383 * gdb.python/py-value-cc.exp: Same.
14384 * gdb.python/py-value.exp: Same.
14385
10e79639
YQ
143862014-11-28 Yao Qi <yao@codesourcery.com>
14387
14388 * gdb.base/break-probes.exp: Match library name prefixed with
14389 sysroot.
14390
f28a0564
SM
143912014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14392
14393 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14394 test expected output. Add parentheses for the call to print.
14395 Remove L suffix from integers.
14396
3fe1ce1d
DE
143972014-11-26 Doug Evans <dje@google.com>
14398
14399 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14400
84429e27
YQ
144012014-11-22 Yao Qi <yao@codesourcery.com>
14402
14403 * gdb.trace/entry-values.c: Remove asms.
14404 (foo): Add foo_label.
14405 (bar): Add bar_label.
14406 * gdb.trace/entry-values.exp: Remove code computing foo's
14407 length and bar's length.
14408 (Dwarf::assemble): Invoke function_range for bar and use
14409 MACRO_AT_func for foo.
14410
26741859
YQ
144112014-11-22 Yao Qi <yao@codesourcery.com>
14412
14413 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14414 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14415 Use .Lgcc43_procstart instead of gcc43.
14416
45e44d27
JB
144172014-11-21 Joel Brobecker <brobecker@adacore.com>
14418
14419 * gdb.ada/n_arr_bound: New testcase.
14420
458c8db8
SDJ
144212014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14422
14423 PR breakpoints/10737
14424 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14425 test_catch_syscall_multi_arch.
14426 (test_catch_syscall_multi_arch): New function.
14427
43f3e411
DE
144282014-11-20 Doug Evans <xdje42@gmail.com>
14429
14430 * gdb.base/maint.exp: Update expected output.
14431
0d7b2549
AA
144322014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14433
14434 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14435 4-byte instruction on S390.
14436
8908fca5
JB
144372014-11-19 Joel Brobecker <brobecker@adacore.com>
14438
14439 * gdb.ada/arr_arr: New testcase.
14440
4a46959e
JB
144412014-11-19 Joel Brobecker <brobecker@adacore.com>
14442
14443 * gdb.ada/pkd_arr_elem: New Testcase.
14444
470e2f4e
LM
144452014-11-18 Luis Machado <lgustavo@codesourcery.com>
14446
14447 * gdb.reverse/break-precsave: Expect completion message for
14448 core file reads.
14449 * gdb.reverse/consecutive-precsave.exp: Likewise.
14450 * gdb.reverse/finish-precsave.exp: Likewise.
14451 * gdb.reverse/i386-precsave.exp: Likewise.
14452 * gdb.reverse/machinestate-precsave.exp: Likewise.
14453 * gdb.reverse/sigall-precsave.exp: Likewise.
14454 * gdb.reverse/solib-precsave.exp: Likewise.
14455 * gdb.reverse/step-precsave.exp: Likewise.
14456 * gdb.reverse/until-precsave.exp: Likewise.
14457 * gdb.reverse/watch-precsave.exp: Likewise.
14458
a267f3ad
AA
144592014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14460
14461 * gdb.base/bp-permanent.c: Include unistd.h.
14462 * gdb.python/py-framefilter-mi.c (main): Add return type.
14463 * gdb.python/py-framefilter.c (main): Likewise.
14464 * gdb.trace/actions-changed.c (main): Likewise.
14465
12084a9a
AA
144662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14467
14468 * gdb.mi/until.c: Add eye-catchers.
14469 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14470 line numbers.
14471
dc7e1a77
AA
144722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14473
14474 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14475 function header variants in break1.c.
14476 * gdb.base/ena-dis-br.exp: Likewise.
14477 * gdb.base/hbreak2.exp: Likewise.
14478 * gdb.reverse/until-precsave.exp: Drop references to removed
14479 non-prototype function header variants in ur1.c.
14480 * gdb.reverse/until-reverse.exp: Likewise.
14481
41c77605
PM
144822014-11-17 Petr Machata <pmachata@redhat.com>
14483
14484 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14485 ${_cu_offset_size} bytes abbrev offset.
14486
34248c3a
DE
144872014-11-15 Doug Evans <xdje42@gmail.com>
14488
14489 PR symtab/17559
14490 * gdb.base/line-symtabs.exp: New file.
14491 * gdb.base/line-symtabs.c: New file.
14492 * gdb.base/line-symtabs.h: New file.
14493
646da059
YQ
144942014-11-14 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14497 (func): Add label func_label.
14498 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14499 Replace low_pc and high_pc with MACRO_AT_range.
14500 Replace name, low_pc and high_pc with MACRO_AT_func.
14501
9301ebe6
YQ
145022014-11-14 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14505 Replace name, low_pc and high_pc with MACRO_AT_func.
14506
f166b542
YQ
145072014-11-14 Yao Qi <yao@codesourcery.com>
14508
14509 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14510 produce debug information.
14511 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14512
0f6e71e3
YQ
145132014-11-14 Yao Qi <yao@codesourcery.com>
14514
14515 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14516 object and get function length.
14517 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14518 with MACRO_AT_func.
14519 (top-level): Replace gdb_compile and clean_restart with
14520 prepare_for_testing.
14521 * gdb.dwarf2/main.c (main): Add label main_label.
14522
876c4df9
YQ
145232014-11-14 Yao Qi <yao@codesourcery.com>
14524
14525 * lib/dwarf.exp (function_range): New procedure.
14526 (Dwarf::_handle_macro_at_func): New procedure.
14527 (Dwarf::_handle_macro_at_range): New procedure.
14528 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14529
02ad9cf1
YQ
145302014-11-14 Yao Qi <yao@codesourcery.com>
14531
14532 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14533 (_handle_attribute): New procedure.
14534
a59add0c
AA
145352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14536
14537 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14538 * gdb.base/call-sc.c (zed): Likewise.
14539 * gdb.base/checkpoint.c (main): Likewise.
14540 * gdb.base/dump.c (main): Likewise.
14541 * gdb.base/gcore.c (main): Likewise.
14542 * gdb.base/huge.c (main): Likewise.
14543 * gdb.base/multi-forks.c (main): Likewise.
14544 * gdb.base/pr10179-a.c (main): Likewise.
14545 * gdb.base/savedregs.c (main): Likewise.
14546 * gdb.base/sigaltstack.c (main): Likewise.
14547 * gdb.base/siginfo.c (main): Likewise.
14548 * gdb.base/structs.c (zed): Likewise.
14549 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14550 * gdb.mi/mi-syn-frame.c (main): Likewise.
14551 * gdb.mi/until.c (foo, main): Likewise.
14552 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14553 * gdb.base/solib-weak.c (foo): Declare.
14554 * gdb.base/attach-twice.c: Include stdio.h.
14555 * gdb.base/weaklib1.c: Likewise.
14556 * gdb.base/weaklib2.c: Likewise.
14557 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14558 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14559 unistd.h.
14560 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14561 * gdb.mi/mi-exit-code.c: Likewise.
14562 * gdb.base/break-interp-lib.c: Include string.h.
14563 * gdb.base/coremaker.c: Likewise.
14564 * gdb.base/testenv.c: Likewise.
14565 * gdb.python/py-finish-breakpoint.c: Likewise.
14566 * gdb.base/inferior-died.c: Include sys/wait.h.
14567 * gdb.base/fileio.c: Include time.h.
14568 * gdb.base/async-shell.c: Include unistd.h.
14569 * gdb.base/dprintf-non-stop.c: Likewise.
14570 * gdb.base/info-os.c: Likewise.
14571 * gdb.mi/mi-console.c: Likewise.
14572 * gdb.mi/watch-nonstop.c: Likewise.
14573 * gdb.python/py-events.c: Likewise.
14574 * gdb.base/async.c (baz): Move up before its invocation.
14575 * gdb.base/code_elim2.c (my_global_func): Likewise.
14576 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14577 * gdb.base/advance.c (func2): Likewise.
14578
3b5d5997
AA
145792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14580
14581 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14582 variant.
14583 * gdb.base/annota3.c: Likewise.
14584 * gdb.base/async.c: Likewise.
14585 * gdb.base/average.c: Likewise.
14586 * gdb.base/call-ar-st.c: Likewise.
14587 * gdb.base/call-rt-st.c: Likewise.
14588 * gdb.base/call-sc.c: Likewise.
14589 * gdb.base/call-strs.c: Likewise.
14590 * gdb.base/ending-run.c: Likewise.
14591 * gdb.base/execd-prog.c: Likewise.
14592 * gdb.base/exprs.c: Likewise.
14593 * gdb.base/foll-exec.c: Likewise.
14594 * gdb.base/foll-fork.c: Likewise.
14595 * gdb.base/foll-vfork.c: Likewise.
14596 * gdb.base/funcargs.c: Likewise.
14597 * gdb.base/gcore.c: Likewise.
14598 * gdb.base/jump.c: Likewise.
14599 * gdb.base/langs0.c: Likewise.
14600 * gdb.base/langs1.c: Likewise.
14601 * gdb.base/langs2.c: Likewise.
14602 * gdb.base/mips_pro.c: Likewise.
14603 * gdb.base/nodebug.c: Likewise.
14604 * gdb.base/opaque0.c: Likewise.
14605 * gdb.base/opaque1.c: Likewise.
14606 * gdb.base/recurse.c: Likewise.
14607 * gdb.base/run.c: Likewise.
14608 * gdb.base/scope0.c: Likewise.
14609 * gdb.base/scope1.c: Likewise.
14610 * gdb.base/setshow.c: Likewise.
14611 * gdb.base/setvar.c: Likewise.
14612 * gdb.base/shmain.c: Likewise.
14613 * gdb.base/shr1.c: Likewise.
14614 * gdb.base/shr2.c: Likewise.
14615 * gdb.base/sigall.c: Likewise.
14616 * gdb.base/signals.c: Likewise.
14617 * gdb.base/so-indr-cl.c: Likewise.
14618 * gdb.base/solib2.c: Likewise.
14619 * gdb.base/structs.c: Likewise.
14620 * gdb.base/sum.c: Likewise.
14621 * gdb.base/vforked-prog.c: Likewise.
14622 * gdb.base/watchpoint.c: Likewise.
14623 * gdb.reverse/shr2.c: Likewise.
14624 * gdb.reverse/until-reverse.c: Likewise.
14625 * gdb.reverse/ur1.c: Likewise.
14626 * gdb.reverse/watch-reverse.c: Likewise.
14627
066a77c5
AA
146282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14629
14630 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14631 variant.
14632 * gdb.base/sepdebug.exp: Drop references to removed code.
14633
4f204ea5
AA
146342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14635
14636 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14637 variant. Preserve original line numbering.
14638 * gdb.base/list1.c: Likewise.
14639
3b377a3a
AA
146402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14641
14642 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14643 variant.
14644 * gdb.base/break1.c: Likewise.
14645 * gdb.base/break.exp: Drop references to removed code.
14646
e444df73
AA
146472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14648
14649 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14650 variant.
14651
8008f2a7
AA
146522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14653
14654 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14655
a5a06887
AA
146562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14659 logic into perform_all_tests() and invoke it with and without
14660 function header prototypes.
14661 (do_function_calls): Remove conditional XFAIL for PR 5318.
14662 (rerun_and_prepare): Remove duplicate code.
14663 (perform_all_tests): New. Main logic moved here.
14664
44dba9b9
AA
146652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14666
14667 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14668 code guarded by #ifdef NO_PROTOTYPES.
14669 (t_double_many_args): Likewise.
14670 (DEF_FUNC_MANY_ARGS_1): Likewise.
14671 (DEF_FUNC_VALUES_1): Likewise.
14672 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14673 guarded by #ifdef PROTOTYPES.
14674
d1fbcd56
AA
146752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14676
14677 * gdb.mi/mi-console.c: Add eye-catcher.
14678 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14679 instead of literal line number.
14680
b0e59b8f
AA
146812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14682
14683 * gdb.base/shr2.c: Add eye-catcher.
14684 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14685 line number.
14686
78f98cca
AA
146872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.base/jump.c: Add eye-catchers.
14690 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14691 numbers.
14692
58fa2af0
AA
146932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14694
14695 * gdb.base/execd-prog.c: Add eye-catchers.
14696 * gdb.base/foll-exec.c: Likewise.
14697 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14698 line numbers.
14699
04e5059b
AA
147002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14701
14702 * gdb.base/ending-run.c: Add eye-catchers.
14703 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14704 literal line numbers.
14705
dbfdb174
AA
147062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14707
14708 * gdb.base/call-rt-st.c: Add eye-catchers.
14709 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14710 literal line numbers.
14711
888a2ade
AA
147122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14713
14714 * gdb.base/call-ar-st.c: Add eye-catchers.
14715 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14716 literal line numbers.
14717
6acc2dde
AA
147182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14719
14720 * gdb.base/average.c: Add eye-catchers.
14721 * gdb.base/sum.c: Likewise.
14722 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14723 regexps dynamically.
14724
9ecfcd1d
AA
147252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14726
14727 * gdb.base/solib1.c: Add eye-catchers.
14728 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14729 literal line numbers.
14730
78708b7c
PA
147312014-11-12 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14734 leader has exited.
14735
af48d08f
PA
147362014-11-12 Pedro Alves <palves@redhat.com>
14737
14738 * gdb.arch/i386-bp_permanent.c: New file.
14739 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14740 (srcfile): Set to i386-bp_permanent.c.
14741 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14742 that stepi does not execute the 'leave' instruction, instead of
14743 testing it does execute.
14744 * gdb.base/bp-permanent.c: New file.
14745 * gdb.base/bp-permanent.exp: New file.
14746
af3768e9
DE
147472014-11-10 Doug Evans <xdje42@gmail.com>
14748
14749 PR symtab/17564
14750 * gdb.base/symtab-search-order.exp: New file.
14751 * gdb.base/symtab-search-order.c: New file.
14752 * gdb.base/symtab-search-order-1.c: New file.
14753 * gdb.base/symtab-search-order-shlib-1.c: New file.
14754
9de00a4a
PA
147552014-11-07 Pedro Alves <palves@redhat.com>
14756
14757 PR gdb/17511
14758 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14759 i?86-*-linux*.
14760
e0f52461
SC
147612014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14762
14763 PR c++/17494
14764 * gdb.cp/pr17494.cc: New file.
14765 * gdb.cp/pr17494.exp: New file.
14766
6ce8c980
YQ
147672014-11-02 Yao Qi <yao@codesourcery.com>
14768
14769 * gdb.python/python.exp: Get working directory and match the
14770 output of "set extended-prompt \\w " with it.
14771
02be9a71
DE
147722014-10-30 Doug Evans <dje@google.com>
14773
14774 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14775 in objfiles.
14776 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14777 in progspaces.
14778
3bdff46b
LM
147792014-10-30 Janis Johnson <janisjo@codesourcery.com>
14780
14781 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14782 * gdb.base/realname-expand.exp: Likewise.
14783 * gdb.linespec/macro-relative.exp: Likewise.
14784
ab917dfb
PA
147852014-10-29 Pedro Alves <palves@redhat.com>
14786
14787 PR gdb/17408
14788 * gdb.threads/schedlock.c (some_function): New function.
14789 (call_function): New global.
14790 (MAYBE_CALL_SOME_FUNCTION): New macro.
14791 (thread_function): Call it.
14792 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14793 and use it instead of a global counter. Adjust all callers.
14794 (get_current_thread): Use "find current thread" for test message
14795 here rather than having all callers pass down the same string.
14796 (goto_loop): New procedure, factored out from ...
14797 (my_continue): ... this.
14798 (step_ten_loops): Change parameter from test message to command to
14799 use. Adjust.
14800 (list_count): Delete global.
14801 (check_result): New procedure, factored out from duplicate top
14802 level code.
14803 (continue tests): Wrap in with_test_prefix.
14804 (test_step): New procedure, factored out from duplicate top level
14805 code.
14806 (top level): Test "step" in combination with all scheduler-locking
14807 modes. Test "next" in combination with all scheduler-locking
14808 modes, and in combination with stepping over a function call or
14809 not.
14810 * gdb.threads/next-bp-other-thread.c: New file.
14811 * gdb.threads/next-bp-other-thread.exp: New file.
14812
d3d4baed
PA
148132014-10-29 Pedro Alves <palves@redhat.com>
14814
14815 PR python/17372
14816 * gdb.python/python.exp: Test a multi-line command that spawns
14817 interactive Python.
14818 * gdb.base/multi-line-starts-subshell.exp: New file.
14819
563e8d85
YQ
148202014-10-29 Yao Qi <yao@codesourcery.com>
14821
14822 * gdb.base/fileio.exp: Make directories on host.
14823
0ea4d52e
YQ
148242014-10-29 Yao Qi <yao@codesourcery.com>
14825
14826 * gdb.base/fileio.c (test_write): Close the file.
14827
7f5ef605
PA
148282014-10-28 Pedro Alves <palves@redhat.com>
14829
14830 PR gdb/12623
14831 * gdb.base/sigstep.c (no_handler): New global.
14832 (main): If 'no_handler is true, set the signal handlers to
14833 SIG_IGN.
14834 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14835 with_sw_watch and no_handler parameters. Handle them.
14836 (top level) <stepping over handler when stopped at a breakpoint
14837 test>: Add a test axis for testing with a software watchpoint, and
14838 another for testing with the signal handler set to SIG_IGN.
14839 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14840 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14841
abbdbd03
PA
148422014-10-28 Pedro Alves <palves@redhat.com>
14843
14844 PR gdb/17511
14845 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14846 * gdb.base/sigstep.exp (other_handler_location): New global.
14847 (advance): Support stepping into the signal handler, and running
14848 commands while in the handler.
14849 (in_handler_map): New global.
14850 (top level): In the advance test, add combinations for getting
14851 into the handler with stepping commands, and for running commands
14852 in the handler. Add comment descripting the advancei tests.
14853
1df4399f
PA
148542014-10-28 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/sigstep.exp: Use build_executable instead of
14857 prepare_for_testing.
14858 (top level): Move code that starts GDB, runs to main and creates a
14859 display to ...
14860 (restart): ... this new procedure.
14861 (top level): Move backtrace from signal handler test to ...
14862 (validate_backtrace): ... this new procedure.
14863 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14864 with_test_prefix. Always restart GDB.
14865 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14866 with_test_prefix. Always restart GDB. No need to delete
14867 breakpoints after the test.
14868 (test_skip_handler): Remove prefix parameter.
14869 (skip_over_handler, breakpoint_to_handler)
14870 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14871 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14872 restart GDB. No need to delete breakpoints after the test.
14873 (top level): Use foreach to call the test procedures with
14874 different commands.
14875
a5b6e449
PA
148762014-10-28 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14879 instead of GNATS numbers.
14880 * gdb.base/sigbpt.exp: Likewise.
14881 * gdb.base/siginfo.exp: Likewise.
14882 * gdb.base/sigstep.exp: Likewise.
14883
e5f8a7cc
PA
148842014-10-27 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/sigstep.c (dummy): New global.
14887 (main): Issue a couple writes to the new global.
14888 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14889 procedures.
14890 (skip_over_handler): Use test_skip_handler.
14891 (top level): Call skip_over_handler for stepi and nexti too.
14892 (breakpoint_over_handler): Use test_skip_handler.
14893 (top level): Call breakpoint_over_handler for stepi and nexti too.
14894
763905a3
YQ
148952014-10-27 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.trace/tfile.c (adjust_function_address)
14898 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14899 function descriptor.
14900
6f259a23
DB
149012014-10-24 Don Breazeal <donb@codesourcery.com>
14902
14903 * gdb.base/foll-fork.exp (test_follow_fork,
14904 catch_fork_child_follow): Check for updated fork messages emitted
14905 from infrun.c.
14906 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14907 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14908 vfork_and_exec_child_follow_through_step): Check for updated vfork
14909 messages emitted from infrun.c.
14910
09dd9a69
PA
149112014-10-24 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/corefile.exp: Remove references to ultrix.
14914 * gdb.base/interrupt.exp: Likewise.
14915 * gdb.base/whatis.exp: Likewise.
14916 * gdb.gdb/selftest.exp: Likewise.
14917 * gdb.threads/manythreads.exp: Likewise.
14918 * gdb.threads/print-threads.exp: Likewise.
14919 * gdb.threads/pthreads.exp:: Likewise.
14920 * gdb.threads/schedlock.exp: Likewise.
14921
3433cfa5
SC
149222014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14923
14924 * gdb.cp/non-trivial-retval.cc: Add a test case.
14925 * gdb.cp/non-trivial-retval.exp: Add a test.
14926
092f880b
YQ
149272014-10-20 Yao Qi <yao@codesourcery.com>
14928
14929 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14930 * gdb.python/py-objfile-script-gdb.py: New file.
14931 * gdb.python/py-objfile-script.exp: Update reference to
14932 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14933 of remote_download. Remove the dest file.
14934
acbdb7f3
YQ
149352014-10-20 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14938 * gdb.base/step-line.exp: Likewise.
14939 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14940 * gdb.dwarf2/dw2-basic.exp: Likewise.
14941 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14942 * gdb.dwarf2/dw2-filename.exp: Likewise.
14943 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14944 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14945 * gdb.dwarf2/dw2-producer.exp: Likewise.
14946 * gdb.dwarf2/mac-fileno.exp: Likewise.
14947 * gdb.python/py-frame-args.exp: Likewise.
14948 * gdb.python/py-framefilter.exp: Likewise.
14949 * gdb.python/py-mi.exp: Likewise.
14950 * gdb.python/py-objfile-script.exp: Likewise
14951 * gdb.python/py-pp-integral.exp: Likewise.
14952 * gdb.python/py-pp-re-notag.exp: Likewise.
14953 * gdb.python/py-prettyprint.exp: Likewise.
14954 * gdb.python/py-section-script.exp: Likewise.
14955 * gdb.python/py-typeprint.exp: Likewise.
14956 * gdb.python/py-xmethods.exp: Likewise.
14957 * gdb.stabs/weird.exp: Likewise.
14958 * gdb.xml/tdesc-regs.exp: Likewise.
14959
bd286a29
KCY
149602014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14961
14962 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14963 (out_cu): Use addr_len for the size of addresses.
14964 (out_line): Likewise. Size DW_LNE_set_address instruction
14965 according to addr_len.
14966 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14967 (FUNC): Add START_INSNS to definition.
14968
673dc4a0
YQ
149692014-10-18 Yao Qi <yao@codesourcery.com>
14970
14971 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14972 gdb_has_argv0 return true.
14973 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14974 check [target_info exists noargs], check [gdb_has_argv0]
14975 instead.
14976 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14977 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14978 procedures.
14979
4ffbba72
DE
149802014-10-17 Doug Evans <dje@google.com>
14981
14982 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14983 event.
14984 * gdb.python/py-events.py: Add clear_objfiles event.
14985
d096d8c1
DE
149862014-10-17 Doug Evans <dje@google.com>
14987
14988 * gdb.python/py-objfile.exp: Test progspace attribute.
14989
a80db015
LM
149902014-10-17 Luis Machado <lgustavo@codesourcery.com>
14991
14992 * gdb.guile/scm-breakpoint.exp: Do not assume any
14993 directory separators when matching source file paths.
14994 * gdb.python/py-breakpoint.exp: Likewise.
14995 * gdb.reverse/break-precsave.exp: Likewise.
14996 * gdb.reverse/break-reverse.exp: Likewise.
14997 * gdb.reverse/consecutive-precsave.exp: Likewise.
14998 * gdb.reverse/finish-precsave.exp: Likewise.
14999 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15000 * gdb.reverse/finish-reverse.exp: Likewise.
15001 * gdb.reverse/i386-precsave.exp: Likewise.
15002 * gdb.reverse/i387-env-reverse.exp: Likewise.
15003 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15004 * gdb.reverse/machinestate-precsave.exp: Likewise.
15005 * gdb.reverse/machinestate.exp: Likewise.
15006 * gdb.reverse/sigall-precsave.exp: Likewise.
15007 * gdb.reverse/solib-precsave.exp: Likewise.
15008 * gdb.reverse/step-precsave.exp: Likewise.
15009 * gdb.reverse/until-precsave.exp: Likewise.
15010 * gdb.reverse/watch-precsave.exp: Likewise.
15011 * gdb.reverse/watch-reverse.exp: Likewise.
15012
b22089ab
YQ
150132014-10-17 Yao Qi <yao@codesourcery.com>
15014
15015 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15016 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15017
6c4486e6
PA
150182014-10-17 Pedro Alves <palves@redhat.com>
15019
15020 PR gdb/17471
15021 * gdb.base/bg-execution-repeat.c: New file.
15022 * gdb.base/bg-execution-repeat.exp: New file.
15023
0ff33695
PA
150242014-10-17 Pedro Alves <palves@redhat.com>
15025
15026 PR gdb/17300
15027 * gdb.base/continue-all-already-running.c: New file.
15028 * gdb.base/continue-all-already-running.exp: New file.
15029
6fdebc3d
PA
150302014-10-17 Pedro Alves <palves@redhat.com>
15031
15032 PR gdb/17472
15033 * gdb.base/annota-input-while-running.c: New file.
15034 * gdb.base/annota-input-while-running.exp: New file.
15035
32a8097b
PA
150362014-10-17 Pedro Alves <palves@redhat.com>
15037
15038 * gdb.base/callfuncs.exp: emove references to osf.
15039 * gdb.base/sigall.exp: Likewise.
15040 * gdb.gdb/selftest.exp: Likewise.
15041 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15042 * gdb.mi/non-stop.c: Likewise.
15043 * gdb.mi/pthreads.c: Likewise.
15044 * gdb.reverse/sigall-precsave.exp: Likewise.
15045 * gdb.reverse/sigall-reverse.exp: Likewise.
15046 * gdb.threads/pthreads.c: Likewise.
15047 * gdb.threads/pthreads.exp: Likewise.
15048
7a3517ff
YQ
150492014-10-17 Yao Qi <yao@codesourcery.com>
15050
15051 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15052 check 'target_info exists noargs'.
15053 (test_command_prompt_position): Likewise.
15054 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15055 Remove "set args".
15056 (progvar_simple_while_test): Likewise.
15057 (progvar_complex_if_while_test): Likewise.
15058 (if_while_breakpoint_command_test): Likewise.
15059 (infrun_breakpoint_command_test): Likewise.
15060 (breakpoint_command_test): Likewise.
15061 (watchpoint_command_test): Likewise.
15062 (bp_deleted_in_command_test): Likewise.
15063 (temporary_breakpoint_commands): Likewise.
15064
bb99c472
YQ
150652014-10-16 Yao Qi <yao@codesourcery.com>
15066
15067 * gdb.base/remotetimeout.exp: Remove noargs checking.
15068
7c16b83e
PA
150692014-10-15 Pedro Alves <palves@redhat.com>
15070
15071 PR breakpoints/9649
15072 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15073 * gdb.base/breakpoint-in-ro-region.exp
15074 (probe_target_hardware_step): New procedure.
15075 (top level): Probe hardware stepping and hardware breakpoint
15076 support. Test stepping through a read-only region, with both
15077 "breakpoint auto-hw" on and off and both "always-inserted" on and
15078 off.
15079
35a49624
IB
150802014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15081
15082 * gdb.dlang/demangle.exp: Update for demangling changes.
15083
2d1c107c
SC
150842014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15085
15086 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15087 * gdb.cp/non-trivial-retval.exp: Add new tests.
15088
778811d5
SC
150892014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15090
15091 PR c++/13403
15092 PR c++/15154
15093 * gdb.cp/non-trivial-retval.cc: New file.
15094 * gdb.cp/non-trivial-retval.exp: New file.
15095
10c5f0a8
YQ
150962014-10-15 Yao Qi <yao@codesourcery.com>
15097
15098 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15099 remote host.
15100
65d7b369
YQ
151012014-10-15 Yao Qi <yao@codesourcery.com>
15102
15103 * gdb.python/py-symbol.exp: Match file base name if host is
15104 remote, otherwise match file name with dir name.
15105 * gdb.python/py-symtab.exp: Likewise.
15106 * gdb.python/python.exp: Likewise.
15107
46dc1394
YQ
151082014-10-15 Yao Qi <yao@codesourcery.com>
15109
15110 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15111 pattern.
15112 * gdb.python/py-symtab.exp: Likewise.
15113 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15114 locationn.
15115
c40cc657
JB
151162014-10-14 Joel Brobecker <brobecker@adacore.com>
15117
15118 * gdb.ada/addr_arith: New testcase.
15119
2abf49e1
MR
151202014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15121
15122 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15123 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15124 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15125 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15126
f7088df3
SDJ
151272014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15128
15129 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15130 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15131 * gdb.arch/stap-eval-lang-ada.exp: New file.
15132
4dc06805
YQ
151332014-10-14 Yao Qi <yao@codesourcery.com>
15134
15135 * gdb.mi/mi-var-child.c (nothing1): New function.
15136 (nothing2): New function.
15137 (do_children_tests): Set function pointers by nothing1 and
15138 nothing2.
15139 * gdb.mi/mi-var-child.exp: Step over new added statements.
15140 Update test to match the new output.
15141 * gdb.mi/var-cmd.c (nothing1): New function.
15142 (nothing2): New function.
15143 (do_children_tests): Set function pointers by nothing1 and
15144 nothing2.
15145 * gdb.mi/mi-var-display.exp: Update test to match output.
15146 Step to the line specified by $line_dct_nothing.
15147 Increase the number of lines to step.
15148
46a93de2
YQ
151492014-10-14 Yao Qi <yao@codesourcery.com>
15150
15151 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15152 tests.
15153 * gdb.mi/mi2-var-child.exp: Likewise.
15154
14ea52ee
DE
151552014-10-13 Doug Evans <dje@google.com>
15156
15157 * gdb.python/py-objfile.exp: Change name of file name test.
15158
e5c6e92b
DE
151592014-10-13 Doug Evans <dje@google.com>
15160
15161 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15162 from the start of the CU.
15163
c780cc2f
JK
151642014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15165 Yao Qi <yao@codesourcery.com>
15166
15167 Fix "save breakpoints" for "catch" command.
15168 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15169 Remove -nonewline. Match also the added "main" line.
15170
99894e11
JK
151712014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15172
15173 Fix "save breakpoints" for "disable $bpnum" command.
15174 * gdb.base/save-bp.c (main): Add label.
15175 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15176
6e1ac5a3
JK
151772014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15178
15179 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15180
754dd2b0
YQ
151812014-10-11 Yao Qi <yao@codesourcery.com>
15182
15183 * gdb.server/server-kill.exp: Execute command
15184 "set remote trace-status-packet on" before "tstatus".
15185
f90183d7
YQ
151862014-10-11 Yao Qi <yao@codesourcery.com>
15187
15188 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15189 (main): Call getppid.
15190 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15191 and continue to it. Read variable "server_pid".
15192
bf40a607
YQ
151932014-10-11 Yao Qi <yao@codesourcery.com>
15194
15195 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15196
052ca370
YQ
151972014-10-11 Yao Qi <yao@codesourcery.com>
15198
15199 * gdb.threads/thread-find.exp: Don't execute command
15200 "info threads".
15201 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15202 * gdb.threads/linux-dp.exp: Don't check the condition
15203 $threads_created equals to zero.
15204
3831839c
PA
152052014-10-10 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.base/bigcore.exp: Remove references to IRIX.
15208 * gdb.base/funcargs.exp: Likewise.
15209 * gdb.base/interrupt.exp: Likewise.
15210 * gdb.base/mips_pro.exp: Likewise.
15211 * gdb.base/nodebug.exp: Likewise.
15212 * gdb.base/setvar.exp: Likewise.
15213 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15214
8b9a549d
PA
152152014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15216 Pedro Alves <palves@redhat.com>
15217
15218 PR symtab/14466
15219 * gdb.base/vdso-warning.c: New file.
15220 * gdb.base/vdso-warning.exp: New file.
15221
d48ba5e8
DE
152222014-10-02 Doug Evans <dje@google.com>
15223
15224 * gdb.base/structs.c (main): Don't run forever.
15225
2278c276
PA
152262014-10-02 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15229 (top level) <stop threads 1, stop threads 2>: Use it.
15230
b57bacec
PA
152312014-10-02 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.threads/break-while-running.exp (test): Add new
15234 'update_thread_list' argument. Skip "info threads" if false.
15235 (top level): Add new 'update_thread_list' axis.
15236
13fd3ff3
PA
152372014-10-02 Pedro Alves <palves@redhat.com>
15238
15239 PR breakpoints/17431
15240 * gdb.base/execl-update-breakpoints.c: New file.
15241 * gdb.base/execl-update-breakpoints.exp: New file.
15242
0fec99e8
PA
152432014-10-01 Pedro Alves <palves@redhat.com>
15244
15245 * gdb.base/breakpoint-in-ro-region.c: New file.
15246 * gdb.base/breakpoint-in-ro-region.exp: New file.
15247
2ddf4301
SM
152482014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15249
15250 * gdb.mi/mi-exit-code.exp: New file.
15251 * gdb.mi/mi-exit-code.c: New file.
15252
6a5f3f43
YQ
152532014-09-30 Yao Qi <yao@codesourcery.com>
15254
15255 * lib/prelink-support.exp (build_executable_own_libs): Error if
15256 the target isn't native.
15257
345bcc73
YQ
152582014-09-30 Yao Qi <yao@codesourcery.com>
15259
15260 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15261 false.
15262
a25a5a45
PA
152632014-09-22 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.threads/break-while-running.exp: New file.
15266 * gdb.threads/break-while-running.c: New file.
15267
00ba3162
YQ
152682014-09-19 Yao Qi <yao@codesourcery.com>
15269
15270 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15271 Invoke test. Restart GDB with --readnow and invoke test again.
15272
c3b7b696
YQ
152732014-09-19 Yao Qi <yao@codesourcery.com>
15274
15275 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15276 proc set_breakpoint_on_gcd_function. Invoke
15277 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15278 invoke set_breakpoint_on_gcd_function again.
15279
2b4fd423
DE
152802014-09-18 Doug Evans <dje@google.com>
15281
15282 * gdb.dwarf2/symtab-producer.exp: New file.
15283
a5947601
SDJ
152842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15285
15286 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15287 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15288 * gdb.base/global-var-nested-by-dso.c: Likewise.
15289 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15290
91c19059
SDJ
152912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15292 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/watch-bitfields.exp: Pass string other than test file
15295 name to prepare_for_testing.
15296 (watch): New procedure.
15297 (expect_watchpoint): Use with_test_prefix.
15298 (top level): Factor out tests to ...
15299 (test_watch_location, test_regular_watch): ... these new
15300 procedures, and use with_test_prefix and gdb_continue_to_end.
15301
bb9d5f81
PP
153022014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15303
15304 PR breakpoints/12526
15305 * gdb.base/watch-bitfields.exp: New file.
15306 * gdb.base/watch-bitfields.c: New file.
15307
635856f5
PA
153082014-09-16 Pedro Alves <palves@redhat.com>
15309
15310 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15311 software and hardware addresses, not software address against
15312 itself.
15313
7280ceea
PA
153142014-09-16 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15317 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15318
428b16bd
PA
153192014-09-16 Pedro Alves <palves@redhat.com>
15320
15321 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15322 files.
15323 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15324 "*-*-vxworks*" throughout.
15325 * gdb.base/break.exp: Likewise.
15326 * gdb.base/default.exp: Likewise.
15327 * gdb.base/scope.exp: Likewise.
15328 * gdb.base/sepdebug.exp: Likewise.
15329 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15330 throughout.
15331 * gdb.base/run.c: Likewise.
15332 * gdb.base/sepdebug.c: Likewise.
15333 * gdb.hp/gdb.aCC/run.c: Likewise.
15334 * gdb.reverse/until-reverse.c: Likewise.
15335 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15336
666d413c
YQ
153372014-09-16 Yao Qi <yao@codesourcery.com>
15338
15339 * boards/local-remote-host-native.exp: New file.
15340
57cbd724
DE
153412014-09-14 Doug Evans <xdje42@gmail.com>
15342
15343 * gdb.threads/queue-signal.c (thread_count): New variable.
15344 (thread_count_mutex, thread_count_condvar): New variables.
15345 (incr_thread_count, wait_all_threads_running): New functions.
15346 (main): Wait for all threads to be in their thread functions.
15347
81219e53
DE
153482014-09-13 Doug Evans <xdje42@gmail.com>
15349
15350 * gdb.threads/queue-signal.c: New file.
15351 * gdb.threads/queue-signal.exp: New file.
15352
3714cea7
DE
153532014-09-13 Doug Evans <xdje42@gmail.com>
15354
15355 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15356 be consistent with what default_gdb_init uses.
15357 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15358 the plain text of the prompt. Add some logging printfs.
15359 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15360
fa43b1d7
PA
153612014-09-12 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15364 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15365 * gdb.arch/i386-size-overlap.exp: Likewise.
15366 * gdb.arch/i386-size.exp: Likewise.
15367 * gdb.arch/i386-unwind.exp: Likewise.
15368 * gdb.base/a2-run.exp: Likewise.
15369 * gdb.base/break.exp: Likewise.
15370 * gdb.base/charset.exp: Likewise.
15371 * gdb.base/chng-syms.exp: Likewise.
15372 * gdb.base/commands.exp: Likewise.
15373 * gdb.base/dbx.exp: Likewise.
15374 * gdb.base/find.exp: Likewise.
15375 * gdb.base/funcargs.exp: Likewise.
15376 * gdb.base/jit-simple.exp: Likewise.
15377 * gdb.base/reread.exp: Likewise.
15378 * gdb.base/sepdebug.exp: Likewise.
15379 * gdb.base/step-bt.exp: Likewise.
15380 * gdb.cp/mb-inline.exp: Likewise.
15381 * gdb.cp/mb-templates.exp: Likewise.
15382 * gdb.objc/basicclass.exp: Likewise.
15383 * gdb.threads/killed.exp: Likewise.
15384
9d9bf2df
EBM
153852014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15386
15387 PR tdep/17379
15388 * gdb.arch/powerpc-stackless.S: New file.
15389 * gdb.arch/powerpc-stackless.exp: New file.
15390
1cf2f1b0
JK
153912014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15392
15393 * gdb.base/attach.c: Include unistd.h.
15394 (main): Call alarm. Add label postloop.
15395 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15396 gdb_breakpoint, gdb_continue_to_breakpoint.
15397 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15398
98880d46
PA
153992014-09-11 Pedro Alves <palves@redhat.com>
15400
15401 PR gdb/17347
15402 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15403 * gdb.base/attach.exp (test_command_line_attach_run): New
15404 procedure.
15405 (top level): Call it.
15406
4c92ff2c
PA
154072014-09-11 Pedro Alves <palves@redhat.com>
15408
15409 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15410 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15411 (do_command_attach_tests): Use spawn_wait_for_attach.
15412 * gdb.base/solib-overlap.exp: Likewise.
15413 * gdb.multi/multi-attach.exp: Likewise.
15414 * gdb.python/py-prompt.exp: Likewise.
15415 * gdb.python/py-sync-interp.exp: Likewise.
15416 * gdb.server/ext-attach.exp: Likewise.
15417
3adc1a7d
GKB
154182014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15419
15420 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15421 command in testcase. Simplify testcase.
15422
96334934
JB
154232014-09-10 Joel Brobecker <brobecker@adacore.com>
15424
15425 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15426
eb479039
JB
154272014-09-10 Joel Brobecker <brobecker@adacore.com>
15428
15429 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15430
deede10c
JB
154312014-09-10 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15434
7828a5f5
JB
154352014-09-10 Joel Brobecker <brobecker@adacore.com>
15436
15437 * gdb.dwarf2/dynarr-ptr.c: New file.
15438 * gdb.dwarf2/dynarr-ptr.exp: New file.
15439
33aeebcf
MR
154402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15441
15442 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15443 of 30 rather than hardcoding 120 for a slow test case. Take the
15444 `gdb,timeout' target setting into account for this calculation.
15445 Don't extend the timeout for the test cases that don't need it.
15446
7b415901
MR
154472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15448
15449 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15450 a factor of 2 for a slow test case. Take the `gdb,timeout'
15451 target setting into account for this calculation.
15452 * gdb.reverse/until-precsave.exp: Increase the timeout by
15453 a factor of 15 and 3 respectively rather than adding 120
15454 for a pair of slow test cases. Take the `gdb,timeout'
15455 target setting into account for this calculation.
15456
4a40f85a
MR
154572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15458
15459 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15460 timeout, don't pass one down to gdb_expect.
15461 (gdb_expect): Rework timeout selection.
15462
09635af7
MR
154632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15464
15465 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15466 exception on timeout.
15467 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15468 (gdbserver_start_extended): Catch any `gdbserver_start' error
15469 exceptions.
15470 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15471 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15472 `gdbserver_gdb_load' error exceptions.
15473
2bdd10b7
MR
154742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15475
15476 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15477 120 on waiting for the TCP socket to open.
15478
316935f0
DE
154792014-09-09 Doug Evans <xdje42@gmail.com>
15480
15481 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15482 _caller_matches, _any_caller_is, _any_caller_matches.
15483
83740597
DE
154842014-09-09 Doug Evans <xdje42@gmail.com>
15485
15486 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15487
4c122fc3
YQ
154882014-09-09 Yao Qi <yao@codesourcery.com>
15489
15490 * gdb.mi/mi-var-display.exp: Set print symbol off.
15491
a9f116cb
GKB
154922014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15493
15494 PR gdb/17035
15495 * gdb.base/commands.exp: Add tests to verify user-defined
15496 commands with empty bodies.
15497 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15498 python commands in `show user command`.
15499 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15500 scheme commands in `show user command`.
15501
c75bd3a2
JK
155022014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15503
15504 PR python/17355
15505 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15506 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15507 * gdb.python/py-framefilter-invalidarg.exp: New file.
15508 * gdb.python/py-framefilter-invalidarg.py: New file.
15509
faa42425
DE
155102014-09-06 Doug Evans <xdje42@gmail.com>
15511
15512 PR 15276
15513 * gdb.python/py-caller-is.c: New file.
15514 * gdb.python/py-caller-is.exp: New file.
15515
474ca4f6
SDJ
155162014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15517
15518 PR gdb/17235
15519 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15520 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15521
eb0b0463
SDJ
155222014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15523
15524 PR fortran/17237
15525 * gdb.fortran/print-formatted.exp: New file.
15526 * gdb.fortran/print-formatted.f90: Likewise.
15527
5f3b99cf
SS
155282014-09-03 Sasha Smundak <asmundak@google.com>
15529
15530 * gdb.python/py-frame.exp: Test Frame.read_register.
15531
7d793aa9
SDJ
155322014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15533
15534 PR python/16699
15535 * gdb.python/py-completion.exp: New file.
15536 * gdb.python/py-completion.py: Likewise.
15537
fb0576e9
DE
155382014-08-28 Doug Evans <dje@google.com>
15539
15540 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15541 eax,etc. are live with values set by gdb and thus the compiler can't
15542 use them.
15543 * gdb.arch/i386-pseudo.c (main): Ditto.
15544
ee92b0dd
DE
155452014-08-27 Doug Evans <dje@google.com>
15546
15547 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15548
6649db35
DE
155492014-08-25 Doug Evans <dje@google.com>
15550
15551 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15552 (main): Ditto.
15553
564b7600
DE
155542014-08-25 Doug Evans <dje@google.com>
15555
15556 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15557
3881fb67
YQ
155582014-08-24 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15561 symbol off.
15562 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15563
a05a36a5
DE
155642014-08-22 Doug Evans <dje@google.com>
15565
15566 PR 17276
15567 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15568 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15569 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15570
7c343b48
YQ
155712014-08-22 Yao Qi <yao@codesourcery.com>
15572
15573 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15574 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15575 * gdb.python/python.exp: Likewise. Use .py file on the host
15576 instead of the build.
15577
22fd09ae
JK
155782014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15579
15580 * gdb.threads/gcore-stale-thread.c: New file.
15581 * gdb.threads/gcore-stale-thread.exp: New file.
15582
a8454a7c
PA
155832014-08-21 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15586 * gdb.base/gcore-relro-pie.exp: Likewise.
15587 * gdb.base/gcore-relro.exp: Likewise.
15588 * gdb.base/gcore.exp: Likewise.
15589 * gdb.base/print-symbol-loading.exp: Likewise.
15590 * gdb.threads/gcore-thread.exp: Likewise.
15591 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15592
2a31c623
PA
155932014-08-20 Pedro Alves <palves@redhat.com>
15594 Jan Kratochvil <jan.kratochvil@redhat.com>
15595
15596 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15597 configure.
15598 (EXPECT): Handle READ1 being set.
15599 (all): Depend on EXTRA_RULES.
15600 (check-read1, expect-read1, read1.so, read1): New rules.
15601 * README (Testsuite Parameters): Document the READ1 make variable.
15602 (Race detection): New section.
15603 * configure: Regenerate.
15604 * configure.ac: If build==host==target, and running under a
15605 GNU/glibc system, add read1 to the extra Makefile rules.
15606 (EXTRA_RULES): AC_SUBST it.
15607 * lib/read1.c: New file.
15608
d36430db
JB
156092014-08-20 Joel Brobecker <brobecker@adacore.com>
15610
15611 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15612 the handling of variables declared as a typedef to an array
15613 which a DW_AT_data_location attribute.
15614
9a0dc9e3
PA
156152014-08-19 Andrew Burgess <aburgess@broadcom.com>
15616 Pedro Alves <palves@redhat.com>
15617
15618 PR symtab/14604
15619 PR symtab/14605
15620 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15621 gdb_test.
15622
0718a8da
PA
156232014-08-19 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15626
13b448cd
YQ
156272014-08-19 Yao Qi <yao@codesourcery.com>
15628
15629 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15630 right line.
15631
1cbf5077
DB
156322014-08-18 David Blaikie <dblaikie@gmail.com>
15633
15634 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15635
bf0fae19
JB
156362014-08-18 Joel Brobecker <brobecker@adacore.com>
15637
15638 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15639 attribute in array range.
15640
3c8c5dcc
JB
156412014-08-18 Joel Brobecker <brobecker@adacore.com>
15642
15643 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15644
e66d4446
SC
156452014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15646
15647 PR c++/17132
15648 * gdb.cp/pr17132.cc: New file.
15649 * gdb.cp/pr17132.exp: New file.
15650
940df408
SC
156512014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15652
15653 * gdb.python/py-xmethods.py (A_getarrayind)
15654 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15655 Use 'print' with function call syntax.
15656 (E_method_matcher.match): Fix tab vs space indentation mixup.
15657
ebcc6c3a
YQ
156582014-08-15 Yao Qi <yao@codesourcery.com>
15659
15660 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15661 false.
15662
775e0f04
YQ
156632014-08-15 Yao Qi <yao@codesourcery.com>
15664
15665 * gdb.cp/casts.exp: Set print symbol off.
15666 * gdb.cp/class2.exp: Likewise.
15667 * gdb.cp/overload.exp: Likewise.
15668 * gdb.cp/templates.exp: Likewise.
15669
d769e349
DE
156702014-08-11 Doug Evans <dje@google.com>
15671
15672 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15673 (test_load_shlib): Update.
15674
20c6f1e1
YQ
156752014-08-09 Yao Qi <yao@codesourcery.com>
15676
15677 * gdb.base/display.exp: Invoke is_address_zero_readable.
15678 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15679 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15680 * gdb.base/hbreak-unmapped.exp: Return if
15681 is_address_zero_readable returns true.
15682 * gdb.base/signest.exp: Likewise.
15683 * gdb.base/signull.exp: Likewise.
15684 * gdb.base/sigbpt.exp: Likewise.
15685 * gdb.guile/scm-disasm.exp: Do the test if
15686 is_address_zero_readable returns false.
15687 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15688 * gdb.python/py-arch.exp: Likewise.
15689 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15690 * lib/gdb.exp (is_address_zero_readable): New proc.
15691
5792e8e3
YQ
156922014-08-09 Yao Qi <yao@codesourcery.com>
15693
15694 PR testsuite/13443
15695 * gdb.mi/mi-var-display.exp: Make test messages unique.
15696
3cecbbbe
TT
156972014-08-04 Tom Tromey <tromey@redhat.com>
15698
15699 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15700 target 0".
15701
00b51ff5
TT
157022014-08-04 Tom Tromey <tromey@redhat.com>
15703
15704 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15705 "target_resume".
15706
6908c509
JB
157072014-08-01 Joel Brobecker <brobecker@adacore.com>
15708
15709 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15710 inner_vla_struct_object_size.
15711 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15712 as xfail.
15713
cc6563d2
PA
157142014-07-30 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15717 comment.
15718
7e09a223
YQ
157192014-07-29 Yao Qi <yao@codesourcery.com>
15720
15721 PR gdb/17206
15722 * gdb.base/until-nodebug.exp: New.
15723
7ebdbe92
DE
157242014-07-28 Doug Evans <xdje42@gmail.com>
15725
15726 PR guile/17203
15727 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15728 previously existing parameter, and previously ambiguously spelled
15729 parameter.
15730
fdb1adc6
WN
157312014-07-28 Will Newton <will.newton@linaro.org>
15732
15733 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15734
186fcde0
DE
157352014-07-26 Ludovic Courtès <ludo@gnu.org>
15736 Doug Evans <xdje42@gmail.com>
15737
15738 PR guile/17146
15739 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15740
70509625
PA
157412014-07-25 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.threads/signal-command-handle-nopass.c: New file.
15744 * gdb.threads/signal-command-handle-nopass.exp: New file.
15745 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15746 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15747 * gdb.threads/signal-delivered-right-thread.c: New file.
15748 * gdb.threads/signal-delivered-right-thread.exp: New file.
15749
c3f814a1
PA
157502014-07-25 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/double-prompt-target-event-error.exp
15753 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15754 match.
15755 (cancel_pagination_in_target_event): Rework double prompt
15756 detection.
15757 * gdb.base/paginate-after-ctrl-c-running.exp
15758 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15759 <return>' match.
15760 * gdb.base/paginate-bg-execution.exp
15761 (test_bg_execution_pagination_return)
15762 (test_bg_execution_pagination_cancel): Remove '-notransfer
15763 <return>' matches.
15764 * gdb.base/paginate-execution-startup.exp
15765 (test_fg_execution_pagination_return)
15766 (test_fg_execution_pagination_cancel): Remove '-notransfer
15767 <return>' matches.
15768 * gdb.base/paginate-inferior-exit.exp
15769 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15770 match.
15771 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15772 * lib/gdb.exp (pagination_prompt): Run text through
15773 string_to_regexp.
15774 (gdb_test_multiple): Match $pagination_prompt instead of
15775 "<return>".
15776 (string_to_regexp): Move to lib/gdb-utils.exp.
15777
e214cf6c
JK
157782014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 * gdb.arch/amd64-entry-value-paramref.S: New file.
15781 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15782 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15783 * gdb.arch/amd64-optimout-repeat.S: New file.
15784 * gdb.arch/amd64-optimout-repeat.c: New file.
15785 * gdb.arch/amd64-optimout-repeat.exp: New file.
15786
17d0c5c8
JK
157872014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15788
15789 PR gdb/17170
15790 * gdb.base/statistics.exp: New file.
15791
b8b8facf
DE
157922014-07-17 Doug Evans <dje@google.com>
15793
74b49205 15794 PR gdb/17170
b8b8facf
DE
15795 * gdb.base/maint.exp: Update testing of per-command stats.
15796
1b5d0ab3
PA
157972014-07-16 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15800 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15801 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15802 (tfile_write_buf): New functions.
15803 (add_memory_block): Rewrite using the above.
15804 (adjust_function_address): New function.
15805 (FUNCTION_ADDRESS): New macro.
15806 (write_basic_trace_file): Remove short_x local, and use
15807 tfile_write_16. Change type of func_addr local to unsigned long
15808 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15809 here. Cast argument of add_memory_block to char pointer.
15810 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15811 (main): Remove parameters.
15812 * gdb.trace/tfile.exp: Remove nowarnings.
15813
4d974e88
SM
158142014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15815
15816 * gdb.base/debug-expr.exp: Test string evaluation with
15817 "debug expression" on.
15818
41e99568
PA
158192014-07-15 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.base/reread.exp: Use clean_restart.
15822
487d9753
PL
158232014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15824
15825 * gdb.arch/avr-flash-qualifer.c: New.
15826 * gdb.arch/avr-flash-qualifer.exp: New.
15827
cc1c52ad
PA
158282014-07-14 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15831 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15832
1e973570
PA
158332014-07-14 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.base/double-prompt-target-event-error.c: New file.
15836 * gdb.base/double-prompt-target-event-error.exp: New file.
15837
93d6eb10
PA
158382014-07-14 Pedro Alves <palves@redhat.com>
15839
15840 PR gdb/17072
15841 * gdb.base/paginate-inferior-exit.c: New file.
15842 * gdb.base/paginate-inferior-exit.exp: New file.
15843
0017922d
PA
158442014-07-14 Pedro Alves <palves@redhat.com>
15845
15846 PR gdb/17072
15847 * gdb.base/paginate-bg-execution.c: New file.
15848 * gdb.base/paginate-bg-execution.exp: New file.
15849
94696ad3
PA
158502014-07-14 Pedro Alves <palves@redhat.com>
15851
15852 PR gdb/17072
15853 * gdb.base/paginate-execution-startup.c: New file.
15854 * gdb.base/paginate-execution-startup.exp: New file.
15855 * lib/gdb.exp (pagination_prompt): New global.
15856 (default_gdb_spawn): New procedure, factored out from
15857 default_gdb_spawn.
15858 (default_gdb_start): Adjust to call default_gdb_spawn.
15859 (gdb_spawn): New procedure.
15860
bd293940
PA
158612014-07-14 Pedro Alves <palves@redhat.com>
15862
15863 * lib/gdb.exp (gdb_assert): New procedure.
15864 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15865
c933f875
PA
158662014-07-14 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/execution-termios.c: New file.
15869 * gdb.base/execution-termios.exp: New file.
15870
d98b7a16
TT
158712014-07-14 Tom Tromey <tromey@redhat.com>
15872
15873 * gdb.cp/vla-cxx.cc: New file.
15874 * gdb.cp/vla-cxx.exp: New file.
15875
548740d6
TT
158762014-07-14 Tom Tromey <tromey@redhat.com>
15877
15878 * gdb.reverse/rerun-prec.c: New file.
15879 * gdb.reverse/rerun-prec.exp: New file.
15880
a25eb028
MR
158812014-07-12 Maciej W. Rozycki <macro@mips.com>
15882 Maciej W. Rozycki <macro@codesourcery.com>
15883
15884 * lib/gdb-utils.exp: New file.
15885 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15886 inline `gdb_init_command' processing.
15887 (gdb_start_cmd): Likewise.
15888 * lib/mi-support.exp (mi_run_cmd): Likewise.
15889 * README: Document `gdb_init_command' and `gdb_init_commands'.
15890
218c2655
JK
158912014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15892
15893 Fix false FAIL running under a very long directory name.
15894 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15895 and "set print elements 10000". Twice.
15896
5401fde3
YQ
158972014-07-11 Yao Qi <yao@codesourcery.com>
15898
15899 * gdb.base/exprs.exp: "set print symbol off".
15900
e76126e8
PA
159012014-07-11 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.threads/kill.c: New file.
15904 * gdb.threads/kill.exp: New file.
15905
2d6f0de6
YQ
159062014-07-10 Yao Qi <yao@codesourcery.com>
15907
15908 * gdb.trace/tfile.c (write_basic_trace_file)
15909 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15910 address written to trace file.
15911
7180e04a
PA
159122014-07-09 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/attach-wait-input.exp: New file.
15915 * gdb.base/attach-wait-input.c: New file.
15916
9a9a7608
AB
159172014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15918
15919 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15920 setting up test structures.
15921 (main): Call new test function.
15922 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15923 test function, continue into test function and walk test
15924 structures.
15925
161ac41e
YQ
159262014-07-02 Yao Qi <yao@codesourcery.com>
15927
15928 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15929 'bar_start' at the beginning of functions 'foo' and 'bar'
15930 respectively.
15931 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15932 instead of 'foo' and 'bar'.
15933
1f267ae3
MM
159342014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15935
15936 * gdb.btrace/segv.exp: New.
15937 * gdb.btrace/segv.c: New.
15938
2b239efb
LM
159392014-07-02 Luis Machado <lgustavo@codesourcery.com>
15940
15941 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15942 instruction.
15943
cf363f18
MW
159442014-06-30 Mark Wielaard <mjw@redhat.com>
15945
15946 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15947 vulture, vilify, villar): New volatile array constants.
15948 (vindictive, vegetation): New const volatile array constants.
15949 * gdb.base/volatile.exp: Test volatile and const volatile array
15950 types.
15951
aebf9d24
AA
159522014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15953
15954 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15955 target lacks support for awatch, rwatch, or hbreak.
15956
b67a2c6f
YQ
159572014-06-27 Yao Qi <yao@codesourcery.com>
15958
15959 * gdb.multi/dummy-frame-restore.exp: New.
15960 * gdb.multi/dummy-frame-restore.c: New.
15961
aef92902
MM
159622014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15963
15964 * gdb.btrace/gcore.exp: New.
15965
8e9db26e
PA
159662014-06-23 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.base/watchpoint-reuse-slot.c: New file.
15969 * gdb.base/watchpoint-reuse-slot.exp: New file.
15970
70afc5b7
SC
159712014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15972
15973 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15974 progspace's filename in 'info', 'enable' and 'disable' command
15975 tests.
15976
b972bd9c
JK
159772014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15978
15979 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15980 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15981 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15982
125f8a3d
GB
159832014-06-20 Gary Benson <gbenson@redhat.com>
15984
15985 * gdb.arch/i386-avx.exp: Fix include file location.
15986 * gdb.arch/i386-sse.exp: Likewise.
15987
3ed9baed
IB
159882014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15989
15990 * gdb.dlang/expression.exp: New file.
15991
034f788c
PA
159922014-06-19 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15995 out from ...
15996 (top level): ... here. Iterate running tests under different
15997 scheduler-locking settings.
15998
45371d0c
LM
159992014-06-18 Luis Machado <lgustavo@codesourcery.com>
16000
16001 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16002 to DW_FORM_addr and use non-zero addresses.
16003
5d376983
SC
160042014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16005
16006 PR gdb/17017
16007 * gdb.python/py-xmethods.cc: Add global function call counters and
16008 increment them in their respective functions. Remove "cout"
16009 statements.
16010 * gdb.python/py-xmethods.exp: Make tests check the global function
16011 call counters instead of depending on inferior IO.
16012
a1aa2221
LM
160132014-06-18 Don Breazeal <donb@codesourcery.com>
16014
16015 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16016 Deleted procedure.
16017 (explicit_fork_parent_follow): Deleted procedure.
16018 (explicit_fork_child_follow): Deleted procedure.
16019 (test_follow_fork): New procedure.
16020 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16021 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16022 procedure calls.
16023
0fc05997
YQ
160242014-06-17 Yao Qi <yao@codesourcery.com>
16025
16026 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16027 CP1252.
16028
70795c52
LM
160292014-06-17 Luis Machado <lgustavo@codesourcery.com>
16030
16031 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16032 Initialize ptr and S explicitly.
16033 (skip_type_update_when_not_use_rtti_test): Likewise.
16034
6be47f0c
KS
160352014-06-16 Keith Seitz <keiths@redhat.com>
16036
16037 PR mi/15863
16038 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16039 the inferior is started.
16040
d03de421
PA
160412014-06-16 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.base/break-main-file-remove-fail.c: New file.
16044 * gdb.base/break-main-file-remove-fail.exp: New file.
16045 * gdb.base/break-unload-file.exp: Use build_executable instead of
16046 prepare_for_testing.
16047 (test_break): New parameter "initial_load". Handle it.
16048 (top level): Add initial_load cmdline/file axis.
16049
f9579b99
TT
160502014-06-12 Tom Tromey <tromey@redhat.com>
16051
16052 * gdb.base/completion.exp: Don't use directory name in test.
16053
3657956b
GB
160542014-06-09 Gary Benson <gbenson@redhat.com>
16055
16056 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16057 separate the always-available ANSI-standard signals from the
16058 signals that require checking.
16059 (main): Likewise.
16060 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16061 Likewise.
16062 (main): Likewise.
16063
4186eb54
KS
160642014-06-07 Keith Seitz <keiths@redhat.com>
16065
16066 Revert:
16067 PR c++/16253
16068 * gdb.cp/var-tag.cc: New file.
16069 * gdb.cp/var-tag.exp: New file.
16070 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16071 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16072 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16073 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16074
25326a28 160752014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16076
16077 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16078
829155c9
PA
160792014-06-06 Pedro Alves <palves@redhat.com>
16080
16081 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16082 in target debug output instead of looking at RSP packets,
16083 disabling the test on any target that uses hardware stepping.
16084 Update comments.
16085
61c8d22e
PA
160862014-06-06 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.base/break-unload-file.exp: Fix typo.
16089
d9a47287
YQ
160902014-06-06 Yao Qi <yao@codesourcery.com>
16091
16092 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16093 from "jit_function" to "^jit_function".
16094
e5e01dbf
YQ
160952014-06-06 Yao Qi <yao@codesourcery.com>
16096
16097 * gdb.base/async.c (foo): Add one statement.
16098 * gdb.base/async.exp: Get the next instruction address and
16099 match the output of "nexti" by instruction address. Match
16100 the hex address in the output of "finish".
16101
73ba372c
GB
161022014-06-06 Gary Benson <gbenson@redhat.com>
16103
16104 * gdb.base/call-signals.c: Remove preprocessor conditionals
16105 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16106 SIGSEGV and SIGTERM.
16107 * gdb.base/sigall.c: Likewise.
16108 * gdb.base/unwindonsignal.c: Likewise.
16109 * gdb.reverse/sigall-reverse.c: Likewise.
16110
831517df
YQ
161112014-06-06 Yao Qi <yao@codesourcery.com>
16112
16113 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16114 readable, skip the test.
16115
b8b91e98
YQ
161162014-06-06 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.threads/staticthreads.c (thread_function): Move the line
16119 setting breakpoint on forward.
16120 * gdb.threads/staticthreads.exp: Update comments.
16121
fb934770
LC
161222014-06-05 Ludovic Courtès <ludo@gnu.org>
16123
16124 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16125 "history-append! type error".
16126
6ef284bd
SM
161272014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16128
16129 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16130 erroneous dprintf expected input.
16131
a872e241
DE
161322014-06-04 Doug Evans <xdje42@gmail.com>
16133
16134 * gdb.guile/scm-generics.exp: Delete.
16135
16f691fb
DE
161362014-06-04 Doug Evans <xdje42@gmail.com>
16137
16138 * gdb.guile/scm-breakpoint.exp: Update.
16139 Add tests for breakpoint registration.
16140
012370f6
TT
161412014-06-04 Tom Tromey <tromey@redhat.com>
16142
16143 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16144 VLA-in-union.
16145 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16146 inner_vla_struct, vla_union types. Initialize objects of those
16147 types and compute their sizes.
16148
9f5a4cef
HZ
161492014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16150 Hui Zhu <hui@codesourcery.com>
16151
16152 * gdb.base/fileio.exp: Add test for shell not available as well as
16153 available.
16154 * gdb.base/fileio.c (test_system): Check for shell twice.
16155
90a45c4d
YQ
161562014-06-04 Yao Qi <yao@codesourcery.com>
16157
16158 * gdb.base/auto-connect-native-target.exp: Remove redundant
16159 space from the regexp pattern.
16160
70017e41
YQ
161612014-06-04 Yao Qi <yao@codesourcery.com>
16162
16163 * gdb.base/default.exp: Replace "child" with "native" in
16164 regexp pattern.
16165
883964a7
SC
161662014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16167
16168 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16169 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16170 * gdb.python/py-xmethods.py: Python script supporting the
16171 new testcase and tests.
16172
ef370185
JB
161732014-06-03 Joel Brobecker <brobecker@adacore.com>
16174 Pedro Alves <palves@redhat.com>
16175
16176 PR breakpoints/17000
16177 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16178 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16179
1e2ccb61
BM
161802014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16181
16182 * gdb.base/subst.exp: Add tests to verify partial path matching
16183 output.
16184
c6ec5ab2
PA
161852014-06-03 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16188 target that doesn't use software single-stepping.
16189
835c559f
PA
161902014-06-03 Pedro Alves <palves@redhat.com>
16191
16192 PR breakpoints/17000
16193 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16194 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16195
06eb1586
DE
161962014-06-02 Doug Evans <xdje42@gmail.com>
16197
16198 * gdb.guile/scm-parameter.exp: New file.
16199
e698b8c4
DE
162002014-06-02 Doug Evans <xdje42@gmail.com>
16201
16202 * gdb.guile/scm-cmd.c: New file.
16203 * gdb.guile/scm-cmd.exp: New file.
16204
ded03782
DE
162052014-06-02 Doug Evans <xdje42@gmail.com>
16206
16207 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16208 pretty-printer lookup.
16209 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16210 (make-pp_s-printer): Call it.
16211 (make-pretty-printer-from-dict): New function.
16212 (lookup-pretty-printer-maker-from-dict): New function.
16213 (*pretty-printer*): Simplify.
16214 (make-objfile-pp_s-printer): New function.
16215 (install-objfile-pretty-printers!): New function.
16216 (make-progspace-pp_s-printer): New function.
16217 (install-progspace-pretty-printers!): New function.
16218 * gdb.guile/scm-progspace.c: New file.
16219 * gdb.guile/scm-progspace.exp: New file.
16220
41fac0cf
PA
162212014-06-02 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.base/dprintf-bp-same-addr.c: New file.
16224 * gdb.base/dprintf-bp-same-addr.exp: New file.
16225
96ae5695
EBM
162262014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16227
16228 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16229 * gdb.arch/powerpc-power.s: Likewise.
16230
da02b3a8
JB
162312014-06-02 Joel Brobecker <brobecker@adacore.com>
16232
16233 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16234
c72b2e7b
YQ
162352014-06-01 Yao Qi <yao@codesourcery.com>
16236
16237 * gdb.base/watchpoint.exp (test_watch_location): Check null
16238 pointer can be dereferenced. If not, do the test, otherwise
16239 skip it.
16240
53e8a631
AB
162412014-05-30 Andrew Burgess <aburgess@broadcom.com>
16242
16243 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16244 results.
16245 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16246
938f0e2f
AB
162472014-05-30 Andrew Burgess <aburgess@broadcom.com>
16248
16249 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16250 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16251 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16252 * gdb.arch/amd64-invalid-stack-top.c: New file.
16253 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16254
9ba6657a
PA
162552014-05-30 Pedro Alves <palves@redhat.com>
16256
16257 PR breakpoints/17000
16258 * gdb.base/sss-bp-on-user-bp.c: New file.
16259 * gdb.base/sss-bp-on-user-bp.exp: New file.
16260
522c09bf
DB
162612014-05-30 David Blaikie <dblaikie@gmail.com>
16262
16263 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16264 gnu_inline semantics via attribute.
16265 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16266 source explicitly specifies the required semantics.
16267
bf4ef81e
MR
162682014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16269
16270 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16271
329ea579
PA
162722014-05-29 Pedro Alves <palves@redhat.com>
16273 Tom Tromey <tromey@redhat.com>
16274
16275 * gdb.base/async-shell.exp: Don't enable target-async.
16276 * gdb.base/async.exp
16277 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16278 parameter. Adjust.
16279 (top level): Don't test with "target-async".
16280 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16281 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16282 * gdb.base/inferior-died.exp: Don't enable target-async.
16283 * gdb.base/interrupt-noterm.exp: Likewise.
16284 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16285 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16286 * gdb.mi/mi-nonstop.exp: Likewise.
16287 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16288 * gdb.mi/mi-nsintrall.exp: Likewise.
16289 * gdb.mi/mi-nsmoribund.exp: Likewise.
16290 * gdb.mi/mi-nsthrexec.exp: Likewise.
16291 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16292 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16293 * gdb.python/py-evsignal.exp: Don't enable target-async.
16294 * gdb.python/py-evthreads.exp: Likewise.
16295 * gdb.python/py-prompt.exp: Likewise.
16296 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16297 * gdb.server/solib-list.exp: Don't enable target-async.
16298 * gdb.threads/thread-specific-bp.exp: Likewise.
16299 * lib/mi-support.exp: Adjust to use mi-async.
16300
fd664c91
PA
163012014-05-29 Pedro Alves <palves@redhat.com>
16302
16303 PR gdb/13860
16304 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16305 reason, even in sync mode.
16306
251bde03
PA
163072014-05-29 Pedro Alves <palves@redhat.com>
16308 Hui Zhu <hui@codesourcery.com>
16309
16310 PR PR15693
16311 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16312 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16313 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16314 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16315
7f3c0343
JB
163162014-05-28 Joel Brobecker <brobecker@adacore.com>
16317
16318 * config/monitor.exp (gdb_target_monitor): Replace use of
16319 "set remotebaud" by "set serial baud".
16320
b2715b27
AW
163212014-05-26 Andy Wingo <wingo@igalia.com>
16322
16323 * gdb.guile/scm-breakpoint.exp:
16324 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16325 properties instead of gdb-object-properties.
16326
498a4489
YQ
163272014-05-26 Yao Qi <yao@codesourcery.com>
16328
16329 * gdb.server/no-thread-db.exp: Specify source file name
16330 explicitly when setting a breakpoint.
16331
589fdceb
MM
163322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16333
16334 * gdb.btrace/vdso.c: New.
16335 * gdb.btrace/vdso.exp: New.
16336
e9089e05
MM
163372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16338
16339 * gdb.base/gcore.exp (capture_command_output): Move ...
16340 * lib/gdb.exp (capture_command_output): ... here.
16341
67b5c0c1
MM
163422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16343
16344 * gdb.btrace/data.exp: Test memory access during btrace replay.
16345
a2199296
SM
163462014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16347
16348 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16349
17b2616c
PA
163502014-05-21 Pedro Alves <palves@redhat.com>
16351
16352 PR gdb/13860
16353 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16354 (top level): Test that output related to execution commands is
16355 sent to the console with CLI commands, but not with MI commands.
16356 Test that breakpoint events are always mirrored to the console.
16357 Also expect the new source line to be output after a "next" in
16358 async mode too. Make it a pass/fail test.
16359 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16360 output.
16361 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16362
5166082f
PA
163632014-05-21 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16366 Use them to test variations of "list" after reaching a breakpoint.
16367 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16368 Test "list" with listsize 10 after reaching a breakpoint.
16369 * gdb.python/python.exp (decode_line current location line
16370 number): Adjust expected line number.
16371
2f25d70f
SM
163722014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16373
16374 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16375 behavior for $args, pass it directly to "run".
16376
ff604a67
MR
163772014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16378
16379 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16380 30000 to 65536.
16381
6a3cb8e8
PA
163822014-05-21 Pedro Alves <palves@redhat.com>
16383
16384 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16385 auto-connect-native-target off".
16386 * gdb.base/auto-connect-native-target.c: New file.
16387 * gdb.base/auto-connect-native-target.exp: New file.
16388
4ebfc96e
PA
163892014-05-21 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.base/default.exp: Test "target native" instead of "target
16392 child".
16393
36d46afb
MW
163942014-05-21 Mark Wielaard <mjw@redhat.com>
16395
16396 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16397
5876f503
JK
163982014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16399
16400 Fix TLS access for -static -pthread.
16401 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16402 <HAVE_TLS> (thread_function, main): Initialize it.
16403 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16404 Add clean_restart.
16405 <$have_tls != "">: Check TLSVAR.
16406
0256a6ac
PA
164072014-05-21 Pedro Alves <palves@redhat.com>
16408
16409 * gdb.base/dcache-line-read-error.c: New.
16410 * gdb.base/dcache-line-read-error.exp: New.
16411
936d2992
PA
164122014-05-20 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.base/compare-sections.c: New file.
16415 * gdb.base/compare-sections.exp: New file.
16416
802e8e6d
PA
164172014-05-20 Pedro Alves <palves@redhat.com>
16418
16419 * gdb.base/break-idempotent.c: New file.
16420 * gdb.base/break-idempotent.exp: New file.
16421
e59fa00f
MM
164222014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16423
16424 * gdb.btrace/nohist.exp: New.
16425
8b696e31
YQ
164262014-05-20 Yao Qi <yao@codesourcery.com>
16427
16428 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16429 gdb.reverse directory and gdb_reverse_timeout exists in board
16430 setting.
16431 * README: Document gdb_reverse_timeout.
16432
73c9764f
YQ
164332014-05-20 Yao Qi <yao@codesourcery.com>
16434
16435 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16436 'test_file_name'. Treat args as a string instead of a list.
16437 (gdb_init): Rename argument 'args' by 'test_file_name'.
16438
f1f4348a
JK
164392014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16440
16441 * gdb.arch/powerpc-power.exp: New file.
16442 * gdb.arch/powerpc-power.s: New file.
16443
0dbe70ce
DE
164442014-05-16 Doug Evans <dje@google.com>
16445
16446 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16447 * gdb.base/completion.exp: Check that all expected files exist
16448 before doing file completion.
0dbe70ce 16449
8d551b02
DE
164502014-05-16 Doug Evans <dje@google.com>
16451
16452 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16453 Update.
16454 (do_syscall_tests_without_xml): Update.
16455
73eb7709
PA
164562014-05-16 Pedro Alves <palves@redhat.com>
16457
16458 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16459 instead of "unknown output after running".
16460
3fae92fc
YQ
164612014-05-16 Yao Qi <yao@codesourcery.com>
16462
16463 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16464 file1.txt from host at the end.
16465 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16466
c2b2ccc5
DE
164672014-05-15 Doug Evans <dje@google.com>
16468
16469 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16470 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16471 loading file. Add test for TU lookup.
16472
8c217a4b
SM
164732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16474
16475 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16476 calling "-exec-arguments" or "set args" before running the
16477 inferior.
16478
3deb39c6
SM
164792014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16480
16481 * lib/mi-support.exp (mi_expect_stop): Expect message for
16482 inferiors that exit with non-zero exit code.
16483
71a79f8c
YQ
164842014-05-14 Yao Qi <yao@codesourcery.com>
16485
16486 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16487 match absolute path on remote host.
16488 (test_file_list_exec_source_files): Remove "/" from the
16489 pattern.
16490
f23fcd46
YQ
164912014-05-14 Yao Qi <yao@codesourcery.com>
16492
16493 * boards/local-remote-host-notty.exp (${board}_file): New
16494 proc.
16495
9404b58f
KM
164962014-05-07 Kyle McMartin <kyle@redhat.com>
16497
16498 Pushed by Joel Brobecker <brobecker@adacore.com>.
16499 * gdb.arch/aarch64-atomic-inst.c: New file.
16500 * gdb.arch/aarch64-atomic-inst.exp: New file.
16501
5e45f04c
YQ
165022014-05-07 Yao Qi <yao@codesourcery.com>
16503
16504 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16505 in current context" too.
16506
c888a17d
KS
165072014-05-05 Keith Seitz <keiths@redhat.com>
16508
16509 * gdb.linespec/ls-dollar.exp: Add test for linespec
16510 file:convenience_variable.
16511
290a839c
YQ
165122014-05-05 Yao Qi <yao@codesourcery.com>
16513
16514 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16515 traceframes into tfile and ctf trace files. Read data from
16516 trace file and test collected data.
16517 (gdb_collect_locals_test): Likewise.
16518 (gdb_unavailable_registers_test): Likewise.
16519 (gdb_unavailable_floats): Likewise.
16520 (gdb_collect_globals_test): Likewise.
16521 (top-level): Append "ctf" to trace_file_targets if GDB
16522 supports.
16523
b5262cd0
YQ
165242014-05-05 Yao Qi <yao@codesourcery.com>
16525
16526 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16527 code to ...
16528 (gdb_collect_args_test_1): ... it. New proc.
16529 (gdb_collect_locals_test): Move some code to ...
16530 (gdb_collect_locals_test_1): ... it. New proc.
16531 (gdb_unavailable_registers_test): Move some code to ...
16532 (gdb_unavailable_registers_test_1): ... it. New proc.
16533 (gdb_unavailable_floats): Move some code to ...
16534 (gdb_unavailable_floats_1): ... it. New proc.
16535
30a1e6cc
SDJ
165362014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16537
16538 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16539 probes to test for bitness recognition.
16540 * gdb.arch/amd64-stap-optional-prefix.exp
16541 (test_probe_value_without_reg): New procedure.
16542 Add code to test for different kinds of bitness.
16543
f33da99a
SDJ
165442014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16545
16546 PR breakpoints/16889
16547 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16548 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16549
5b80f00d
PA
165502014-05-01 Pedro Alves <palves@redhat.com>
16551
16552 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16553 gdb_file_cmd if no file is specified.
16554 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16555 last_loaded_file to set the remote exec-file.
16556
f8c2a73c
PA
165572014-05-01 Pedro Alves <palves@redhat.com>
16558
16559 * boards/local-remote-host.exp: New file.
16560
be6e8ac7
PA
165612014-05-01 Pedro Alves <palves@redhat.com>
16562
16563 * boards/local-remote-host.exp: Rename to ...
16564 * boards/local-remote-host-notty.exp: ... this.
16565
cac0dc8f
JB
165662014-04-28 Joel Brobecker <brobecker@adacore.com>
16567
16568 * gdb.ada/dyn_arrayidx: New testcase.
16569
9730e6cc
YQ
165702014-04-26 Yao Qi <yao@codesourcery.com>
16571
16572 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16573 and compute the length of function main. Save it in
16574 $main_length.
16575 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16576 (top-level): Use gdb_compile to compile objects into
16577 executable and restart GDB. Remove invocation to
16578 prepare_for_testing.
16579
7ae1a6a6
PA
165802014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16581 Pedro Alves <palves@redhat.com>
16582
16583 PR server/16255
16584 * gdb.multi/multi-attach.c: New file.
16585 * gdb.multi/multi-attach.exp: New file.
16586
4082afcc
PA
165872014-04-25 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16590 user.
16591 (top level): Test that "set remote conditional-breakpoints-packet
16592 off" works as intended.
16593 * gdb.base/dprintf.exp: Test that "set remote
16594 breakpoint-commands-packet off" works as intended.
16595 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16596 New function.
16597 (top level): Call it.
16598 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16599 remote fast-tracepoints-packet off" works as intended.
16600 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16601 * lib/gdb.exp (gdb_is_target_remote): ... here.
16602
2abc3f8d
DB
166032014-04-24 David Blaikie <dblaikie@gmail.com>
16604
16605 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16606 ensure clang would not discard them.
16607 * gdb.base/gdbvars.c: Ditto.
16608 * gdb.base/memattr.c: Ditto.
16609 * gdb.base/whatis.c: Ditto.
16610 * gdb.python/py-prettyprint.c: Ditto.
16611 * gdb.trace/actions.c: Ditto.
16612 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16613 ensure clang would not discard it.
16614
bfd39632
DB
166152014-04-24 David Blaikie <dblaikie@gmail.com>
16616
16617 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16618 clang to emit the full definition of type required by the test
16619 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16620
22842ff6
DB
166212014-04-24 David Blaikie <dblaikie@gmail.com>
16622
16623 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16624 coax Clang into emitting the definition of the type.
16625 * gdb.cp/pr10728-x.h (y): Ditto.
16626 * gdb.cp/pr10728-y.cc (y): Ditto.
16627
c2e827ad
DB
166282014-04-24 David Blaikie <dblaikie@gmail.com>
16629
16630 * gdb.base/label.exp: XFAIL label related tests under Clang.
16631 * gdb.cp/cplabel.exp: Ditto.
16632 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16633 under Clang those using labels.
16634
4c2d33e7
YQ
166352014-04-25 Yao Qi <yao@codesourcery.com>
16636
16637 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16638 double_label.
16639 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16640 partial_label and double_label.
16641
56083b99
DB
166422014-04-24 David Blaikie <dblaikie@gmail.com>
16643
16644 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16645
25d4e99d
DB
166462014-04-24 David Blaikie <dblaikie@gmail.com>
16647
16648 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16649 of the function to work across GCC and Clang.
16650 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16651 pointer types (const void ** const V void **).
16652
01f9f808
MS
166532014-04-24 Michael Sturm <michael.sturm@mintel.com>
16654 Walfred Tedeschi <walfred.tedeschi@intel.com>
16655
16656 * Makefile.in (EXECUTABLES): Added i386-avx512.
16657 * gdb.arch/i386-avx512.c: New file.
16658 * gdb.arch/i386-avx512.exp: Likewise.
16659
4b48d439
KS
166602014-04-23 Keith Seitz <keiths@redhat.com>
16661
16662 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16663 (mi_make_breakpoint_table): New procedure.
16664 (mi_create_breakpoint): Use mi_make_breakpoint
16665 and return the result.
16666 (mi_make_breakpoint): New procedure.
16667 (mi_build_kv_pairs): New procedure.
16668
16669 * gdb.mi/mi-break.exp: Remove unused globals,
16670 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16671 All callers updated.
16672 * gdb.mi/mi-dprintf.exp: Use variable to track command
16673 number.
16674 Update all callers of mi_create_breakpoint and use
16675 mi_make_breakpoint_table.
16676 Remove any unused global variables.
16677 * gdb.mi/mi-nonstop.exp: Likewise.
16678 * gdb.mi/mi-nsintrall.exp: Likewise.
16679 * gdb.mi/mi-nsmoribund.exp: Likewise.
16680 * gdb.mi/mi-nsthrexec.exp: Likewise.
16681 * gdb.mi/mi-reverse.exp: Likewise.
16682 * gdb.mi/mi-simplerun.exp: Likewise.
16683 * gdb.mi/mi-stepn.exp: Likewise.
16684 * gdb.mi/mi-syn-frame.exp: Likewise.
16685 * gdb.mi/mi-until.exp: Likewise.
16686 * gdb.mi/mi-var-cp.exp: Likewise.
16687 * gdb.mi/mi-var-display.exp: Likewise.
16688 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16689 * gdb.mi/mi2-var-child.exp: Likewise.
16690 * gdb.mi/mi-vla-c99.exp: Likewise.
16691 * lib/mi-support.exp: Likewise.
16692
16693 From Ian Lance Taylor <iant@cygnus.com>:
16694 * lib/gdb.exp (parse_args): New procedure.
16695
08351840
PA
166962014-04-23 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/break-unload-file.c: New file.
16699 * gdb.base/break-unload-file.exp: New file.
16700 * gdb.base/sym-file-lib.c (baz): New function.
16701 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16702 field.
16703 (load): Store the segment's mapped size.
16704 (unload): New function.
16705 (unload_shlib): New function.
16706 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16707 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16708 set a breakpoint at baz, and call it.
16709 * gdb.base/sym-file.exp: New tests for stale breakpoint
16710 instructions.
16711
076855f9
PA
167122014-04-23 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16715 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16716 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16717 * gdb.base/hbreak-unmapped.c: New file.
16718 * gdb.base/hbreak-unmapped.exp: New file.
16719 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16720 * lib/gdb.exp (gdb_is_target_remote): ... here.
16721
483805cf
PA
167222014-04-22 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.base/consecutive-step-over.c: New file.
16725 * gdb.base/consecutive-step-over.exp: New file.
16726
06d97543
PA
167272014-04-22 Pedro Alves <palves@redhat.com>
16728
16729 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16730 instead of send_gdb/gdb_expect.
16731
b4429ea2
YQ
167322014-04-22 Yao Qi <yao@codesourcery.com>
16733
16734 * lib/trace-support.exp (generate_tracefile): New procedure.
16735 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16736 return 0.
16737 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16738 if generate_tracefile returns 1.
16739
51d48146
PA
167402014-04-18 Tom Tromey <palves@redhat.com>
16741 Pedro alves <tromey@redhat.com>
16742
16743 PR backtrace/15558
16744 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16745 with a backtrace limit.
16746 * gdb.python/py-frame-inline.exp: Test running to an inline
16747 function with a backtrace limit, and printing the newest frame.
16748 * gdb.python/py-frame-inline.c (main): Call f.
16749
bd1dce5f
MS
167502014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16751
16752 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16753
40d1a503
MS
167542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16755
16756 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16757 Drop prefix from unsupported source file path.
16758
389b98f7
YQ
167592014-04-17 Yao Qi <yao@codesourcery.com>
16760
16761 * lib/gdb.exp (with_target_charset): New proc.
16762 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16763 with_target_charset.
16764 (test_print_strings): Likewise.
16765 (test_repeat_bytes): Likewise.
16766 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16767 for some tests.
16768
22869d73
KS
167692014-04-16 Keith Seitz <keiths@redhat.com>
16770
16771 PR gdb/15827
16772 * gdb.dwarf2/corrupt.c: New file.
16773 * gdb.dwarf2/corrupt.exp: New file.
16774
c4f87ca6
KS
167752014-04-16 Keith Seitz <keiths@redhat.com>
16776
16777 PR c++/16597
16778 * gdb.cp/namelessclass.cc: New file.
16779 * gdb.cp/namelessclass.exp: New file.
16780 * gdb.cp/namelessclass.S: New file.
16781
ab19de87
DE
167822014-04-16 Doug Evans <dje@google.com>
16783
16784 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16785 Add comment.
16786 (gdbserver_default_get_comm_port): New function.
16787 (gdbserver_start): Check if board file provided
16788 "gdbserver,get_comm_port" and use it if so.
16789 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16790 (gdb,socketport): Set to "stdio".
16791 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16792 (stdio_gdbserver_template): Delete.
16793 (${board}_get_remote_address): Update.
16794 (${board}_build_remote_cmd): Delete.
16795 (${board}_get_comm_port): New function.
16796 (${board}_spawn): Update.
16797 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16798 Delete.
16799 (${board}_get_remote_address): Update.
16800 (${board}_get_comm_port): New function.
16801
fc98a809
AB
168022014-04-16 Andrew Burgess <aburgess@broadcom.com>
16803
16804 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16805 appearing in any order.
16806
87fd9e6e
DE
168072014-04-15 Doug Evans <dje@google.com>
16808
16809 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16810 uninitialized value of "description".
16811
099fc3ea
KS
168122014-04-15 Keith Seitz <keiths@redhat.com>
16813
16814 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16815 Remove unused globals.
16816 (test_running_the_program): Likewise.
16817 (test_controlled_execution): Likewise.
16818 (test_controlling_breakpoints): Likewise.
16819 (test_program_termination): Likewise.
16820
5da151d4
KS
168212014-04-15 Keith Seitz <keiths@redhat.com>
16822
16823 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16824 unused globals.
16825 (test_rbreak_creation_and_listing): Likewise.
16826 (test_ignore_count): Likewise.
16827 (test_error): Likewise.
16828
35e5d2f0
PA
168292014-04-15 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16832 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16833 sym-file-loader.c.
16834 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16835 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16836 to sym-file-loader.c.
16837 (struct library): Forward declare.
16838 (load_shlib, lookup_function): Change prototypes.
16839 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16840 (translate_offset): Remove declarations.
16841 (get_text_addr): New declaration.
16842 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16843 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16844 sym-file-loader.h.
16845 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16846 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16847 here from sym-file-loader.h.
16848 (struct library): New structure.
16849 (load_shlib, lookup_function): Change prototypes and adjust to
16850 work with a struct library.
16851 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16852 (translate_offset): Make static.
16853 (get_text_addr): New function.
16854 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16855
eb4c1710
PA
168562014-04-15 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16859
2d1baf52
PA
168602014-04-15 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.base/sym-file-loader.c: Include <limits.h>.
16863 (SELF_LINK): New define.
16864 (get_origin): New function.
16865 (load_shlib): Use it.
16866 * gdb.base/sym-file.exp: Don't early return if the target is
16867 remote. Use runto_main, and issue fail is that fails. Use
16868 gdb_load_shlibs.
16869 (shlib_name): Delete.
16870 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16871
7dd6df01
PA
168722014-04-15 Pedro Alves <palves@redhat.com>
16873
16874 * gdb.base/sym-file.exp: Remove regex characters from test
16875 message. Don't refer to breakpoint numbers in test messages.
16876
b50c8614
KS
168772014-04-14 Keith Seitz <keiths@redhat.com>
16878
16879 PR c++/16253
16880 * gdb.cp/var-tag.cc: New file.
16881 * gdb.cp/var-tag.exp: New file.
16882 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16883 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16884 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16885 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16886
3d567982
TT
168872014-04-14 Tom Tromey <tromey@redhat.com>
16888
16889 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16890 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16891 type.
16892 * gdb.cp/enum-class.exp: New file.
16893 * gdb.cp/enum-class.cc: New file.
16894
0626fc76
TT
168952014-04-14 Tom Tromey <tromey@redhat.com>
16896
16897 * gdb.dwarf2/enum-type.exp: New file.
16898
dca325b3
SA
168992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16900
16901 * gdb.mi/mi-vla-c99.exp: New file.
16902 * gdb.mi/vla.c: New file.
16903
5854b38a
SA
169042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16905
16906 * gdb.base/vla-datatypes.c: New file.
16907 * gdb.base/vla-datatypes.exp: New file.
16908
463bb957
SA
169092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16910
16911 * gdb.base/vla-ptr.c: New file.
16912 * gdb.base/vla-ptr.exp: New file.
16913
3dd170be
SA
169142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16915
16916 * gdb.dwarf2/count.exp: New file.
16917
5ecaaa66
SA
169182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16919
16920 * gdb.base/vla-sideeffect.c: New file.
16921 * gdb.base/vla-sideeffect.exp: New file.
16922
41f1ada5
DB
169232014-04-14 David Blaikie <dblaikie@gmail.com>
16924
16925 * gdb.mi/non-stop.c: Add return value for non-void function return
16926 statement.
16927 * gdb.threads/staticthreads.c: Ditto.
16928
0be03e84
DE
169292014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16930 Doug Evans <xdje42@gmail.com>
16931
16932 * gdb.guile/scm-value.c: Improve test case.
16933 * gdb.guile/scm-value.exp: Add new test.
16934
f180a1fb
DB
169352014-04-11 David Blaikie <dblaikie@gmail.com>
16936
16937 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16938 override Clang's default.
16939
6b662e19
JB
169402014-04-11 Joel Brobecker <brobecker@adacore.com>
16941
16942 Revert the following changes (regressions):
16943
16944 * gdb.base/vla-sideeffect.c: New file.
16945 * gdb.base/vla-sideeffect.exp: New file.
16946
16947 * gdb.dwarf2/count.exp: New file.
16948
16949 * gdb.base/vla-multi.c: New file.
16950 * gdb.base/vla-multi.exp: New file.
16951
16952 * gdb.base/vla-ptr.c: New file.
16953 * gdb.base/vla-ptr.exp: New file.
16954
16955 * gdb.base/vla-datatypes.c: New file.
16956 * gdb.base/vla-datatypes.exp: New file.
16957
16958 * gdb.mi/mi-vla-c99.exp: New file.
16959 * gdb.mi/vla.c: New file.
16960
245a5f0b
KS
169612014-04-11 Keith Seitz <keiths@redhat.com>
16962
16963 PR c++/16675
16964 * gdb.cp/cpsizeof.exp: New file.
16965 * gdb.cp/cpsizeof.cc: New file.
16966
58a84dcf
SA
169672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16968
191a8a90
JB
16969 * gdb.mi/mi-vla-c99.exp: New file.
16970 * gdb.mi/vla.c: New file.
58a84dcf 16971
c8655f75
SA
169722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16973
16974 * gdb.base/vla-datatypes.c: New file.
16975 * gdb.base/vla-datatypes.exp: New file.
16976
024e13b4
SA
169772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16978
16979 * gdb.base/vla-ptr.c: New file.
16980 * gdb.base/vla-ptr.exp: New file.
16981
1a237e0e
SA
169822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16983
16984 * gdb.base/vla-multi.c: New file.
16985 * gdb.base/vla-multi.exp: New file.
16986
504f3432
SA
169872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16988
16989 * gdb.dwarf2/count.exp: New file.
16990
3bce8237
SA
169912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16992
191a8a90
JB
16993 * gdb.base/vla-sideeffect.c: New file.
16994 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16995
322f9c21
YQ
169962014-04-11 Yao Qi <yao@codesourcery.com>
16997
16998 * gdb.base/completion.exp: Check file exists before running tests
16999 on file completion.
17000
d708bcd1
PA
170012014-04-10 Pedro Alves <palves@redhat.com>
17002
17003 * gdb.base/cond-eval-mode.c: New file.
17004 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17005 prepare_for_testing to build the new file. Check result of
17006 runto_main.
17007 (test_break, test_watch): New procedures.
17008 (top level): Use them.
17009
ae1d2761
PM
170102014-04-08 Pierre Muller <muller@sourceware.org>
17011
17012 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17013 Ctrl-V use for mingw hosts.
17014
7af389b8
SC
170152014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17016
17017 * gdb.python/py-value.c: Improve test case.
17018 * gdb.python/py-value.exp: Add new test.
17019
5e703181
DE
170202014-04-07 David Blaikie <dblaikie@gmail.com>
17021
17022 * lib/compiler.c: Identify the clang compiler.
17023 * lib/compiler.cc: Ditto.
17024
9810b410
YQ
170252014-04-03 Yao Qi <yao@codesourcery.com>
17026
17027 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17028
98d1b8dc
AB
170292014-04-01 Anton Blanchard <anton@samba.org>
17030
17031 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17032 messages unique.
17033
3114cea1
AB
170342014-04-01 Anton Blanchard <anton@samba.org>
17035
17036 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17037 prepare_for_testing.
17038
62f7182c
AB
170392014-04-01 Anton Blanchard <anton@samba.org>
17040
17041 * gdb.arch/ppc64-atomic-inst.c: Remove.
17042 * gdb.arch/ppc64-atomic-inst.S: New file.
17043 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17044
770e7fc7
DE
170452014-03-31 Doug Evans <dje@google.com>
17046
17047 * gdb.base/print-symbol-loading-lib.c: New file.
17048 * gdb.base/print-symbol-loading-main.c: New file.
17049 * gdb.base/print-symbol-loading.exp: New file.
17050
46e2bafa
YQ
170512014-03-31 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17054
8776cfe9
JB
170552014-03-28 Joel Brobecker <brobecker@adacore.com>
17056
17057 * gdb.ada/mi_dyn_arr: New testcase.
17058
5d1ef361
DE
170592014-03-27 Doug Evans <dje@google.com>
17060
17061 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17062
b5bee914
YQ
170632014-03-27 Yao Qi <yao@codesourcery.com>
17064
17065 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17066 if target is nios2-*-*.
17067
0d4d0e77
YQ
170682014-03-26 Yao Qi <yao@codesourcery.com>
17069
17070 * lib/gdb.exp (readline_is_used): New proc.
17071 * gdb.base/completion.exp: Move tests on command complete up.
17072 Skip the rest of tests if readline is not used.
17073 * gdb.ada/complete.exp: Skp the test if readline is not
17074 used.
17075 * gdb.base/filesym.exp: Likewise.
17076 * gdb.base/macscp.exp: Likewise.
17077 * gdb.base/readline-ask.exp: Likewise.
17078 * gdb.base/readline.exp: Likewise.
17079 * gdb.python/py-cmd.exp: Likewise.
17080 * gdb.trace/tfile.exp: Likewise.
17081
29361eee
YQ
170822014-03-26 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.base/macscp.exp: Fix code format issues.
17085
bc9a5525
UW
170862014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17087
17088 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17089 * gdb.asm/powerpc64le.inc: New file.
17090
d3839ede
PA
170912014-03-25 Pedro Alves <palves@redhat.com>
17092 Doug Evans <dje@google.com>
17093
17094 * gdb.base/source-execution.c: New file.
17095 * gdb.base/source-execution.exp: New file.
17096 * gdb.base/source-execution.gdb: New file.
17097
01672a57
DE
170982014-03-24 Doug Evans <dje@google.com>
17099
17100 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17101 using fission.
17102
88bbeca9
HZ
171032014-03-24 Hui Zhu <hui@codesourcery.com>
17104 Pedro Alves <palves@redhat.com>
17105
17106 PR breakpoints/16101
17107 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17108 test pass/fail messages. Detect missing support for dprintf when
17109 breakpoints are actually inserted.
17110 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17111 breakpoints are actually inserted.
17112 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17113 fails.
17114
d2348791
JK
171152014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17116
17117 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17118
feef67ab
DE
171192014-03-22 Doug Evans <xdje42@gmail.com>
17120
17121 * gdb.python/python.exp (python not supported): Verify multi-line
17122 python command issues an error.
25d743f9 17123 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17124 guile command issues an error.
feef67ab 17125
ecebef6a
MR
171262014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17127
17128 * gdb.threads/thread-specific.exp: Handle the lack of usable
17129 $this_breakpoint and $this_thread.
17130
ccdd1909
HZ
171312014-03-21 Hui Zhu <hui@codesourcery.com>
17132
17133 * gdb.base/attach.exp (do_command_attach_tests): New.
17134
beb460e8
PA
171352014-03-20 Tom Tromey <tromey@redhat.com>
17136 Pedro Alves <palves@redhat.com>
17137
17138 PR cli/15718
17139 * gdb.base/condbreak-call-false.c: New file.
17140 * gdb.base/condbreak-call-false.exp: New file.
17141
40acf43a
PA
171422014-03-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17145 Delete.
17146 (block_signals, unblock_signals): Delete.
17147 (child_function_2, main): Remove references to deleted variable
17148 and functions.
17149
9f5e1e02
PA
171502014-03-20 Pedro Alves <palves@redhat.com>
17151
17152 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17153 Use pthread_kill to signal thread 2.
17154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17155 Adjust to make the test send itself a signal rather than using the
17156 host's "kill" command.
17157
99619bea
PA
171582014-03-20 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.threads/multiple-step-overs.c: New file.
17161 * gdb.threads/multiple-step-overs.exp: New file.
17162 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17163 Adjust expected infrun debug output.
17164
2adfaa28
PA
171652014-03-20 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17168 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17169
31e77af2
PA
171702014-03-20 Pedro Alves <palves@redhat.com>
17171
17172 PR breakpoints/7143
17173 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17174 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17175 of gdb_test_multiple.
17176 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17177 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17178
b9f437de
PA
171792014-03-20 Pedro Alves <palves@redhat.com>
17180
17181 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17182 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17183
05adc73e
PA
171842014-03-19 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.base/async.exp: Remove early return.
17187
6048b950
PA
171882014-03-19 Pedro Alves <palves@redhat.com>
17189
17190 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17191
8bcfb00a
PA
171922014-03-19 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/async.exp (test_background): Expect \r\n after
17195 "completed." in the fail pattern.
17196
884e37dc
PA
171972014-03-19 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.base/async.exp (test_background): New procedure.
17200 Use it for all background execution command tests.
17201
148e57e2
PA
172022014-03-19 Pedro Alves <palves@redhat.com>
17203
17204 * gdb.base/async.exp: Use prepare_for_testing.
17205
f48088c7
PA
172062014-03-19 Pedro Alves <palves@redhat.com>
17207
17208 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17209 the same line.
17210
e2f6c966
PA
172112014-03-19 Pedro Alves <palves@redhat.com>
17212
17213 * gdb.base/async.c (main): Add "jump here" and "until here" line
17214 marker comments.
17215 * gdb.base/async.exp (jump_here): New global.
17216 (jump& test): Use it.
17217 (until_here): New global.
17218 (until& test): Use it.
17219
c30568d4
PA
172202014-03-19 Pedro Alves <palves@redhat.com>
17221
17222 * gdb.base/async.exp: Don't frob gdb_protocol.
17223
0172b6a7
DE
172242014-03-18 Doug Evans <xdje42@gmail.com>
17225
17226 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17227 Fix spelling of exec-done-display.
17228
06c868a8
JK
172292014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17230
17231 PR gdb/15358
17232 * gdb.base/gdb-sigterm.c: New file.
17233 * gdb.base/gdb-sigterm.exp: New file.
17234
0c7e1a46
PA
172352014-03-18 Pedro Alves <palves@redhat.com>
17236
17237 PR gdb/13860
17238 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17239 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17240 solib-event.
17241
f7c77d93
JB
172422014-03-17 Joel Brobecker <brobecker@adacore.com>
17243
17244 * gdb.ada/pckd_arr_ren: New testcase.
17245
5a1e8c7a
DE
172462014-03-13 Doug Evans <xdje42@gmail.com>
17247
17248 PR guile/16612
17249 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17250 collect after discarding symbols.
17251
350e1a76
DE
172522014-03-13 Ludovic Courtès <ludo@gnu.org>
17253 Doug Evans <xdje42@gmail.com>
17254
17255 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17256 to history survives a gc.
17257
a69900ae
PA
172582014-03-13 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/default.exp: Don't test "target procfs".
17261
5db9f0bd
PA
172622014-03-13 Pedro Alves <palves@redhat.com>
17263
17264 * gdb.base/default.exp: Update "target child" and "target procfs"
17265 tests to not expect "Unix".
17266
b3ccfe11
TT
172672014-03-12 Tom Tromey <tromey@redhat.com>
17268
17269 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17270 New procs. Add target-async tests.
17271 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17272 Add target-async tests.
17273
646f4417
AA
172742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17275
17276 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17277 'func_start' and 'func_end' for the beginning and end of the
17278 function code, respectively.
17279 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17280 'func_end' instead of 'func' and 'main'.
17281
288c211f
AA
172822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17283
17284 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17285 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17286 generate the debug info assembler source.
17287
e0c0f156
AA
172882014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17289
17290 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17291 * gdb.dwarf2/arr-subrange.exp: Likewise.
17292 * gdb.dwarf2/dwz.exp: Likewise.
17293 * gdb.dwarf2/method-ptr.exp: Likewise.
17294 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17295 * gdb.dwarf2/subrange.exp: Likewise.
17296 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17297 * gdb.dwarf2/implptrpiece.exp: Likewise.
17298 * gdb.dwarf2/nostaticblock.exp: Likewise.
17299
0e5c4555
AA
173002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17301
17302 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17303 directory to absolute path name arguments.
17304
5ec18f2b
JG
173052014-03-10 Joel Brobecker <brobecker@adacore.com>
17306
17307 * gdb.ada/tagged_access: New testcase.
17308
847fc4f2
MM
173092014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17310
17311 * gdb.btrace/data.exp: Update expected output.
17312
cc3da688
YQ
173132014-03-06 Yao Qi <yao@codesourcery.com>
17314
17315 * gdb.trace/pr16508.exp: New file.
17316
0f26cec1
PA
173172014-03-05 Pedro Alves <palves@redhat.com>
17318
17319 PR gdb/16575
17320 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17321 procedure.
17322 (top level): Adjust to use it. Add tests that exercise breakpoint
17323 interaction with the code-cache.
17324
7a5a839f
LC
173252014-02-26 Ludovic Courtès <ludo@gnu.org>
17326
17327 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17328 test for 'history-append!'.
17329
31aa7e4e
JB
173302014-02-26 Joel Brobecker <brobecker@adacore.com>
17331
17332 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17333 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17334 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17335 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17336 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17337 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17338
1b588015
JB
173392014-02-26 Joel Brobecker <brobecker@adacore.com>
17340
17341 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17342 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17343 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17344
55426c9d
JB
173452014-02-26 Joel Brobecker <brobecker@adacore.com>
17346
17347 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17348
dc53a7ad
JB
173492014-02-26 Joel Brobecker <brobecker@adacore.com>
17350
17351 * gdb.dwarf2/arr-stride.c: New file.
17352 * gdb.dwarf2/arr-stride.exp: New file.
17353
12ab52e9
PA
173542014-02-26 Pedro Alves <palves@redhat.com>
17355
17356 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17357 that won't ever trigger. Make sure that GDB reports the correct
17358 breakpoint that caused the stop.
17359
849c862e
JK
173602014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17361
17362 PR gdb/16626
17363 * gdb.base/auto-load-script: New file.
17364 * gdb.base/auto-load.c: New file.
17365 * gdb.base/auto-load.exp: New file.
17366
71b7d793
JK
17367 PR gdb/16626
17368 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17369
e2f0d509
JK
173702014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17371
17372 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17373 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17374
50cc37c8
DE
173752014-02-24 Doug Evans <dje@google.com>
17376
17377 * lib/gdb.exp (run_on_host): Log error output if program fails.
17378
ea4758f2
PA
173792014-02-21 Pedro Alves <palves@redhat.com>
17380
17381 * gdb.threads/step-after-sr-lock.c: Rename to ...
17382 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17383 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17384 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17385 ... this.
17386
d7b30f67
SDJ
173872014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17388
17389 PR tdep/16397
17390 * gdb.arch/amd64-stap-special-operands.exp: New file.
17391 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17392 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17393 * gdb.arch/amd64-stap-triplet.S: Likewise.
17394 * gdb.arch/amd64-stap-triplet.c: Likewise.
17395
83deb43f
JB
173962014-02-20 Joel Brobecker <brobecker@adacore.com>
17397
17398 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17399 in .section pseudo-op.
17400
adde2bff
DE
174012014-02-20 lin zuojian <manjian2006@gmail.com>
17402 Joel Brobecker <brobecker@adacore.com>
17403 Doug Evans <xdje42@gmail.com>
17404
17405 PR symtab/16581
17406 * gdb.dwarf2/dw2-icycle.S: New file.
17407 * gdb.dwarf2/dw2-icycle.c: New file.
17408 * gdb.dwarf2/dw2-icycle.exp: New file.
17409
f7bd0f78
SC
174102014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17411
17412 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17413 operations on gdb.Value objects.
17414 * gdb.python/py-value-cc.exp: Add new test to test operations on
17415 gdb.Value objects.
17416
c17ef0d5
DE
174172014-02-18 Doug Evans <dje@google.com>
17418
17419 * Makefile.in (TESTS): New variable.
17420 (expanded_tests, expanded_tests_or_none): New variables
17421 (check-single): Pass $(expanded_tests_or_none) to runtest.
17422 (check-parallel): Only run tests in $(TESTS) if non-empty.
17423 (check/no-matching-tests-found): New rule.
17424 * README: Document TESTS makefile variable.
17425
5dd3176f
DE
174262014-02-18 Doug Evans <dje@google.com>
17427
17428 * Makefile.in (check-parallel): rm -rf outputs temp.
17429
0b10be4f
JK
174302014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17431
17432 Fix "ERROR: no fileid for" in the testsuite.
17433 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17434
85f224e7
DE
174352014-02-12 Doug Evans <dje@google.com>
17436
17437 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17438 (MISCELLANEOUS): New variable.
17439 (clean): rm -rf $(MISCELLANEOUS).
17440 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17441 dwp live in the same directory as symlinks, with each symlink pointed
17442 to a differently named file in a different directory.
17443
149b30ff
DE
174442014-02-11 Doug Evans <dje@google.com>
17445
17446 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17447 of Tcl file commands.
17448
1dfdac32
MK
174492014-02-10 Mark Kettenis <kettenis@gnu.org>
17450
17451 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17452 "kill -SIGUSR1 -1".
17453
aa4fb036
JB
174542014-02-10 Joel Brobecker <brobecker@adacore.com>
17455
17456 * gdb.ada/tick_length_array_enum_idx: New testcase.
17457
ed3ef339
DE
174582014-02-10 Doug Evans <xdje42@gmail.com>
17459
17460 * configure.ac (AC_OUTPUT): Add gdb.guile.
17461 * configure: Regenerate.
17462 * lib/gdb-guile.exp: New file.
17463 * lib/gdb.exp (get_target_charset): New function.
17464 * gdb.base/help.exp: Update expected output from "apropos apropos".
17465 * gdb.guile/Makefile.in: New file.
17466 * gdb.guile/guile.exp: New file.
17467 * gdb.guile/scm-arch.c: New file.
17468 * gdb.guile/scm-arch.exp: New file.
17469 * gdb.guile/scm-block.c: New file.
17470 * gdb.guile/scm-block.exp: New file.
17471 * gdb.guile/scm-breakpoint.c: New file.
17472 * gdb.guile/scm-breakpoint.exp: New file.
17473 * gdb.guile/scm-disasm.c: New file.
17474 * gdb.guile/scm-disasm.exp: New file.
17475 * gdb.guile/scm-equal.c: New file.
17476 * gdb.guile/scm-equal.exp: New file.
17477 * gdb.guile/scm-error.exp: New file.
17478 * gdb.guile/scm-error.scm: New file.
17479 * gdb.guile/scm-frame-args.c: New file.
17480 * gdb.guile/scm-frame-args.exp: New file.
17481 * gdb.guile/scm-frame-args.scm: New file.
17482 * gdb.guile/scm-frame-inline.c: New file.
17483 * gdb.guile/scm-frame-inline.exp: New file.
17484 * gdb.guile/scm-frame.c: New file.
17485 * gdb.guile/scm-frame.exp: New file.
17486 * gdb.guile/scm-generics.exp: New file.
17487 * gdb.guile/scm-gsmob.exp: New file.
17488 * gdb.guile/scm-iterator.c: New file.
17489 * gdb.guile/scm-iterator.exp: New file.
17490 * gdb.guile/scm-math.c: New file.
17491 * gdb.guile/scm-math.exp: New file.
17492 * gdb.guile/scm-objfile-script-gdb.in: New file.
17493 * gdb.guile/scm-objfile-script.c: New file.
17494 * gdb.guile/scm-objfile-script.exp: New file.
17495 * gdb.guile/scm-objfile.c: New file.
17496 * gdb.guile/scm-objfile.exp: New file.
17497 * gdb.guile/scm-ports.exp: New file.
17498 * gdb.guile/scm-pretty-print.c: New file.
17499 * gdb.guile/scm-pretty-print.exp: New file.
17500 * gdb.guile/scm-pretty-print.scm: New file.
17501 * gdb.guile/scm-section-script.c: New file.
17502 * gdb.guile/scm-section-script.exp: New file.
17503 * gdb.guile/scm-section-script.scm: New file.
17504 * gdb.guile/scm-symbol.c: New file.
17505 * gdb.guile/scm-symbol.exp: New file.
17506 * gdb.guile/scm-symtab-2.c: New file.
17507 * gdb.guile/scm-symtab.c: New file.
17508 * gdb.guile/scm-symtab.exp: New file.
17509 * gdb.guile/scm-type.c: New file.
17510 * gdb.guile/scm-type.exp: New file.
17511 * gdb.guile/scm-value-cc.cc: New file.
17512 * gdb.guile/scm-value-cc.exp: New file.
17513 * gdb.guile/scm-value.c: New file.
17514 * gdb.guile/scm-value.exp: New file.
17515 * gdb.guile/source2.scm: New file.
17516 * gdb.guile/types-module.cc: New file.
17517 * gdb.guile/types-module.exp: New file.
17518
7026a7c1
YQ
175192014-02-10 Yao Qi <yao@codesourcery.com>
17520
17521 PR testsuite/16543
17522 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17523 * configure: Regenerated.
17524 * Makefile.in: New file.
17525
6c466447
AS
175262014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17527
17528 * gdb.python/py-framefilter.exp: Fix typo.
17529
6e854735
YQ
175302014-02-08 Yao Qi <yao@codesourcery.com>
17531
17532 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17533 that no =breakpoint-modified is emitted when breakpoints are
17534 modified through MI commands.
17535
d137e6dc
PA
175362014-02-07 Pedro Alves <pedro@codesourcery.com>
17537 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.threads/step-after-sr-lock.c: New file.
17540 * gdb.threads/step-after-sr-lock.exp: New file.
17541
b5ee5a50
PA
175422014-02-07 Pedro Alves <palves@redhat.com>
17543
17544 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17545
3c77faf3
JK
175462014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17547
17548 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17549 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17550
6dddc817
DE
175512014-02-06 Doug Evans <xdje42@gmail.com>
17552
17553 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17554 output.
17555
17556 * gdb.gdb/python-interrupts.exp: New file.
17557
de7b2893
YQ
175582014-02-05 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.trace/report.exp (use_collected_data): Test the output
17561 of "info threads" and "info inferiors".
17562
66d032ac
YQ
175632014-02-05 Yao Qi <yao@codesourcery.com>
17564
17565 Revert this patch:
17566
17567 2013-05-24 Yao Qi <yao@codesourcery.com>
17568
17569 * gdb.trace/tfile.exp: Test inferior and thread.
17570
591a12a1
UW
175712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17572
17573 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17574 on a function.
17575 * gdb.base/step-bt.c: Call hello via function pointer to make
17576 sure its first instruction is executed on powerpc64le-linux.
17577
0ff3e01f
UW
175782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17579
17580 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17581
084ee545
UW
175822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17583
17584 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17585 of the test patterns for use on little-endian systems.
17586
6ed14ff3
UW
175872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17588
17589 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17590 (decimal_vector): Fix for little-endian.
17591
401e27fd
JM
175922014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17593
17594 * gdb.arch/sparc-sysstep.exp: New file.
17595 * gdb.arch/sparc-sysstep.c: Likewise.
17596
17597 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17598
8b924729
EBM
175992014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17600
17601 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17602
fb151210
JB
176032014-01-23 Tom Tromey <tromey@redhat.com>
17604
17605 * gdb.ada/array_char_idx: New testcase.
17606
0740f8d8
TT
176072014-01-23 Tom Tromey <tromey@redhat.com>
17608
17609 PR python/16487:
17610 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17611 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17612 classes.
17613
21909fa1
TT
176142014-01-23 Tom Tromey <tromey@redhat.com>
17615
17616 PR python/16491:
17617 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17618 string from an inferior frame.
17619 * gdb.python/py-framefilter-mi.exp: Update.
17620
87ce2a04
DE
176212014-01-22 Doug Evans <dje@google.com>
17622
17623 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17624
237b092b
AA
176252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17626
17627 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17628
d674a709
AA
176292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17630
17631 * gdb.trace/entry-values.exp: Remove excess space character from
17632 regex patterns. Handle s390 call instruction.
17633
20fa3390
AA
176342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17635
17636 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17637 define "*_start" label. Make "name" static.
17638 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17639 ${name} by references to ${name}_start.
17640
78466714
AA
176412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17642
17643 * gdb.base/info-macros.exp: Remove "debug" from the compile
17644 options.
17645
ec9f644a
IB
176462014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17647
17648 * gdb.dlang/demangle.exp: New file.
17649
94b1b47e
IB
176502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17651
17652 * gdb.dlang/primitive-types.exp: New file.
17653
7f420862
IB
176542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17655
17656 * configure.ac: Create gdb.dlang/Makefile.
17657 * configure: Regenerate.
17658 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17659 * gdb.dlang/Makefile.in: New file.
17660 * lib/d-support.exp: New file.
17661 * lib/gdb.exp (skip_d_tests): New proc.
17662
52834460
MM
176632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17664
17665 * gdb.btrace/delta.exp: Check reverse stepi.
17666 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17667 * gdb.btrace/finish.exp: New.
17668 * gdb.btrace/next.exp: New.
17669 * gdb.btrace/nexti.exp: New.
17670 * gdb.btrace/record_goto.c: Add comments.
17671 * gdb.btrace/step.exp: New.
17672 * gdb.btrace/stepi.exp: New.
17673 * gdb.btrace/multi-thread-step.c: New.
17674 * gdb.btrace/multi-thread-step.exp: New.
17675 * gdb.btrace/rn-dl-bind.c: New.
17676 * gdb.btrace/rn-dl-bind.exp: New.
17677 * gdb.btrace/data.c: New.
17678 * gdb.btrace/data.exp: New.
17679 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17680
6e07b1d2
MM
176812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17682
17683 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17684 * gdb.btrace/exception.exp: Update.
17685 * gdb.btrace/instruction_history.exp: Update.
17686 * gdb.btrace/record_goto.exp: Update.
17687 * gdb.btrace/tailcall.exp: Update.
17688 * gdb.btrace/unknown_functions.exp: Update.
17689 * gdb.btrace/delta.exp: New.
17690
0b722aec
MM
176912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17692
17693 * gdb.btrace/record_goto.exp: Add backtrace test.
17694 * gdb.btrace/tailcall.exp: Add backtrace test.
17695
066ce621
MM
176962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17697
17698 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17699 * gdb.btrace/record_goto.c: New.
17700 * gdb.btrace/record_goto.exp: New.
17701 * gdb.btrace/x86-record_goto.S: New.
17702
0688d04e
MM
177032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17704
17705 * gdb.btrace/function_call_history.exp: Update tests.
17706 * gdb.btrace/instruction_history.exp: Update tests.
17707
8710b709
MM
177082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17709
17710 * gdb.btrace/function_call_history.exp: Fix expected field
17711 order for "record function-call-history".
17712 Add new tests for "record function-call-history /c".
17713 * gdb.btrace/exception.cc: New.
17714 * gdb.btrace/exception.exp: New.
17715 * gdb.btrace/tailcall.exp: New.
17716 * gdb.btrace/x86-tailcall.S: New.
17717 * gdb.btrace/x86-tailcall.c: New.
17718 * gdb.btrace/unknown_functions.c: New.
17719 * gdb.btrace/unknown_functions.exp: New.
17720 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17721
5de9129b
MM
177222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17723
17724 * gdb.btrace/instruction_history.exp: Update.
17725 * gdb.btrace/function_call_history.exp: Update.
17726
23a7fe75
MM
177272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17728
17729 * gdb.btrace/function_call_history.exp: Fix expected function
17730 trace.
17731 * gdb.btrace/instruction_history.exp: Initialize traced.
17732 Remove traced_functions.
17733
724c7dd8
MM
177342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17735
17736 * gdb.btrace/function_call_history.exp: Update
17737 * gdb.btrace/instruction_history.exp: Update.
17738
6d78d93b
MM
177392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17740
17741 * gdb.btrace/enable.exp: Update expected text.
17742
93a360cc
OJ
177432014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17744
17745 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17746 bytes.
17747
3772b53f
MR
177482014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17749
17750 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17751
596662fa
OJ
177522014-01-15 Omair Javaid <omair.javaid@linaro.org>
17753
17754 * lib/gdb.exp (supports_process_record): Return true for
17755 arm*-linux*. (supports_reverse): Likewise.
17756
b5b08fb4
SC
177572014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17758
17759 PR python/15464
17760 PR python/16113
17761 * gdb.python/py-type.c: Enhance test case.
17762 * gdb.python/py-value-cc.cc: Likewise
17763 * gdb.python/py-type.exp: Add new tests.
17764 * gdb.python/py-value-cc.exp: Likewise
17765
52d7fb13
AA
177662014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17767 Pedro Alves <palves@redhat.com>
17768
17769 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17770 Make "name" extern.
17771 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17772 references to ${name}_start by references to ${name}.
17773
a2cd8cfe
JB
177742014-01-10 Joel Brobecker <brobecker@adacore.com>
17775
17776 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17777
4e23fced
JB
177782014-01-10 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17781
c6a9e42c
PA
177822014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17783 Pedro Alves <palves@redhat.com>
17784
17785 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17786 mi_gdb_target_load.
c6a9e42c 17787
b7ea362b
PA
177882014-01-08 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.threads/reconnect-signal.c: New file.
17791 * gdb.threads/reconnect-signal.exp: New file.
17792
5e3f4fab
EBM
177932014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17794
17795 * gdb.base/source-dir.exp: New file.
17796
79301218
JB
177972014-01-07 Joel Brobecker <brobecker@adacore.com>
17798
17799 * gdb.ada/mi_interface: New testcase.
17800
8e355c5d
JB
178012014-01-07 Joel Brobecker <brobecker@adacore.com>
17802
17803 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17804 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17805 gdb.ada/pp-rec-component/pck.ads: New files.
17806
c0d48811
JB
178072014-01-07 Joel Brobecker <brobecker@adacore.com>
17808
17809 * gdb.python/py-pp-integral.c: New file.
17810 * gdb.python/py-pp-integral.py: New file.
17811 * gdb.python/py-pp-integral.exp: New file.
17812
17b609c3 17813For older changes see ChangeLog-1993-2013.
c906108c 17814\f
8d8cb839
EZ
17815;; Local Variables:
17816;; mode: change-log
17817;; left-margin: 8
17818;; fill-column: 74
17819;; version-control: never
17820;; End:
902f2ccb 17821
42a4f53d 17822 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17823 Copying and distribution of this file, with or without modification,
17824 are permitted provided the copyright notice and this notice are preserved.