gdb/mi: Add -symbol-info-module-{variables,functions}
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
4 -symbol-info-module-functions and -symbol-info-module-variables.
5
6 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
9
10 2019-12-01 Richard Bunt <richard.bunt@arm.com>
11 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.fortran/derived-type-striding.exp: New file.
14 * gdb.fortran/derived-type-striding.f90: New file.
15 * gdb.fortran/array-slices.exp: New file.
16 * gdb.fortran/array-slices.f90: New file.
17
18 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
19
20 * gdb.base/define.exp: Test . in command names.
21 * gdb.base/setshow.exp: Update test, as . is now part of
22 command name.
23
24 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
25
26 * gdb.base/define-prefix.exp: New file.
27
28 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
31 compile.
32 (skip_btrace_pt_tests): Likewise.
33
34 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.fortran/info-modules.exp: Compile source files in correct
37 order.
38
39 2019-11-27 Kevin Buettner <kevinb@redhat.com>
40
41 * gdb.dwarf2/imported-unit.exp: New file.
42 * gdb.dwarf2/imported-unit.c: New file.
43
44 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.mi/mi-fortran-modules-2.f90: New file.
47 * gdb.mi/mi-fortran-modules.exp: New file.
48 * gdb.mi/mi-fortran-modules.f90: New file.
49
50 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.mi/mi-sym-info-1.c: New file.
53 * gdb.mi/mi-sym-info-2.c: New file.
54 * gdb.mi/mi-sym-info.exp: New file.
55
56 2019-11-22 Tom Tromey <tromey@adacore.com>
57
58 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
59 * gdb.ada/tasks/foo.adb: Add another stopping location.
60
61 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
62
63 * gdb.base/endianity.c: New test.
64 * gdb.base/endianity.exp: New file.
65
66 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
67
68 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
69
70 2019-11-21 Tom de Vries <tdevries@suse.de>
71
72 PR gdb/24956
73 * gdb.base/ui-redirect.exp: Test output of user-defined command.
74
75 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
76
77 * gdb.python/py-progspace.exp: Add missing parentheses on some
78 'print' commands.
79
80 2019-11-19 Tom Tromey <tom@tromey.com>
81
82 * gdb.tui/winheight.exp: New file.
83
84 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * gdb.base/ctf-whatis.c: Delete.
87 * gdb.base/ctf-whatis.exp: Delete.
88 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
89
90 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
91
92 * gdb.base/ctf-cvexpr.exp: Delete.
93 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
94
95 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
98 the compiler. Clean up header comment a little.
99 * gdb.base/ctf-ptype.exp: Likewise.
100 * gdb.base/ctf-whatis.exp: Likewise.
101 * lib/gdb.exp (skip_ctf_tests): New proc.
102
103 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
104
105 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
106 * gdb.tui/corefile-run.exp: New file.
107
108 2019-11-14 Tom Tromey <tromey@adacore.com>
109
110 * gdb.base/gdbvars.exp (test_convenience_variables): Add
111 regression tests.
112
113 2019-11-12 Tom Tromey <tom@tromey.com>
114
115 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
116 after any command. Expect prompt after WAIT_FOR is seen.
117 (enter_tui): Enable resize messages.
118 (command): Expect command in output.
119 (get_line): Avoid error when cursor appears to be off-screen.
120 (dump_screen): Include screen size in title.
121 (_do_resize): New proc, from "resize".
122 (resize): Rewrite. Do resize in two steps.
123 * gdb.tui/empty.exp (layouts): Fix entries.
124 (check_boxes): Remove xfail.
125 (check_text): Dump screen on failure.
126
127 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.python/py-symbol.exp: Add test for
130 gdb.lookup_static_symbols.
131
132 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.python/py-symbol.c: Declare and call function from new
135 py-symbol-2.c file.
136 * gdb.python/py-symbol.exp: Compile both source files, and add new
137 tests for gdb.lookup_static_symbol.
138 * gdb.python/py-symbol-2.c: New file.
139
140 2019-11-02 Tom de Vries <tdevries@suse.de>
141
142 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
143 * gdb.base/anon.exp: Same.
144 * gdb.base/auto-connect-native-target.exp: Same.
145 * gdb.base/call-ar-st.exp: Same.
146 * gdb.base/catch-syscall.exp: Same.
147 * gdb.base/commands.exp: Same.
148 * gdb.base/default.exp: Same.
149 * gdb.base/display.exp: Same.
150 * gdb.base/float.exp: Same.
151 * gdb.base/foll-fork.exp: Same.
152 * gdb.base/help.exp: Same.
153 * gdb.base/info-macros.exp: Same.
154 * gdb.base/info-proc.exp: Same.
155 * gdb.base/info-target.exp: Same.
156 * gdb.base/long_long.exp: Same.
157 * gdb.base/macscp.exp: Same.
158 * gdb.base/memattr.exp: Same.
159 * gdb.base/nofield.exp: Same.
160 * gdb.base/pointers.exp: Same.
161 * gdb.base/printcmds.exp: Same.
162 * gdb.base/ptype.exp: Same.
163 * gdb.base/restore.exp: Same.
164 * gdb.base/return.exp: Same.
165 * gdb.base/scope.exp: Same.
166 * gdb.base/set-noassign.exp: Same.
167 * gdb.base/setshow.exp: Same.
168 * gdb.base/shlib-call.exp: Same.
169 * gdb.base/signals.exp: Same.
170 * gdb.base/sigstep.exp: Same.
171 * gdb.base/skip.exp: Same.
172 * gdb.base/solib-symbol.exp: Same.
173 * gdb.base/stap-probe.exp: Same.
174 * gdb.base/step-line.exp: Same.
175 * gdb.base/step-test.exp: Same.
176 * gdb.base/style.exp: Same.
177 * gdb.base/varargs.exp: Same.
178 * gdb.base/vla-datatypes.exp: Same.
179 * gdb.base/vla-ptr.exp: Same.
180 * gdb.base/vla-sideeffect.exp: Same.
181 * gdb.base/volatile.exp: Same.
182 * gdb.base/watch-cond-infcall.exp: Same.
183 * gdb.base/watchpoint.exp: Same.
184
185 2019-11-02 Tom de Vries <tdevries@suse.de>
186
187 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
188 * gdb.cp/cpexprs.exp: Same.
189 * gdb.cp/except-multi-location.exp: Same.
190 * gdb.cp/exceptprint.exp: Same.
191 * gdb.cp/gdb2384.exp: Same.
192 * gdb.cp/inherit.exp: Same.
193 * gdb.cp/m-static.exp: Same.
194 * gdb.cp/meth-typedefs.exp: Same.
195 * gdb.cp/misc.exp: Same.
196 * gdb.cp/namespace.exp: Same.
197 * gdb.cp/non-trivial-retval.exp: Same.
198 * gdb.cp/overload.exp: Same.
199 * gdb.cp/pr17132.exp: Same.
200 * gdb.cp/re-set-overloaded.exp: Same.
201 * gdb.cp/rvalue-ref-types.exp: Same.
202 * gdb.cp/templates.exp: Same.
203
204 2019-11-01 Luis Machado <luis.machado@linaro.org>
205
206 PR gdb/25124
207
208 * gdb.arch/pr25124.S: New file.
209 * gdb.arch/pr25124.exp: New file.
210
211 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.fortran/info-modules.exp: Update expected results, and add
214 additional tests for 'info module functinos', and 'info module
215 variables'.
216 * gdb.fortran/info-types.exp: Update expected results.
217 * gdb.fortran/info-types.f90: Extend testcase with additional
218 module variables and functions.
219
220 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.fortran/info-modules.exp: New file.
223 * gdb.fortran/info-types.exp: Build with new file.
224 * gdb.fortran/info-types.f90: Include and use new module.
225 * gdb.fortran/info-types-2.f90: New file.
226
227 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
228
229 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
230 * gdb.base/settings.exp: Test all settings types using
231 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
232 that now verifies that the value of "maint show" is the same as
233 returned by the settings functions. Test the type of the
234 maintenance settings.
235 * gdb.base/default.exp: Update show_conv_list.
236
237 2019-10-31 Tom de Vries <tdevries@suse.de>
238
239 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
240 gdb_test.
241 * gdb.arch/amd64-disp-step.exp: Same.
242 * gdb.asm/asm-source.exp: Same.
243 * gdb.btrace/buffer-size.exp: Same.
244 * gdb.btrace/cpu.exp: Same.
245 * gdb.btrace/enable.exp: Same.
246 * gdb.dwarf2/count.exp: Same.
247 * gdb.dwarf2/dw2-ranges-func.exp: Same.
248 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
249 * gdb.fortran/vla-datatypes.exp: Same.
250 * gdb.fortran/vla-history.exp: Same.
251 * gdb.fortran/vla-ptype.exp: Same.
252 * gdb.fortran/vla-value.exp: Same.
253 * gdb.fortran/whatis_type.exp: Same.
254 * gdb.guile/guile.exp: Same.
255 * gdb.multi/tids.exp: Same.
256 * gdb.python/py-finish-breakpoint.exp: Same.
257 * gdb.python/py-framefilter.exp: Same.
258 * gdb.python/py-pp-registration.exp: Same.
259 * gdb.python/py-xmethods.exp: Same.
260 * gdb.python/python.exp: Same.
261 * gdb.server/connect-with-no-symbol-file.exp: Same.
262 * gdb.server/no-thread-db.exp: Same.
263 * gdb.server/run-without-local-binary.exp: Same.
264 * gdb.stabs/weird.exp: Same.
265 * gdb.threads/attach-many-short-lived-threads.exp: Same.
266 * gdb.threads/thread-find.exp: Same.
267 * gdb.threads/tls-shared.exp: Same.
268 * gdb.threads/tls.exp: Same.
269 * gdb.threads/wp-replication.exp: Same.
270 * gdb.trace/ax.exp: Same.
271 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
272
273 2019-10-31 Tom de Vries <tdevries@suse.de>
274
275 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
276 * gdb.ada/array_subscript_addr.exp: Same.
277 * gdb.ada/arrayidx.exp: Same.
278 * gdb.ada/arrayparam.exp: Same.
279 * gdb.ada/arrayptr.exp: Same.
280 * gdb.ada/boolean_expr.exp: Same.
281 * gdb.ada/call_pn.exp: Same.
282 * gdb.ada/complete.exp: Same.
283 * gdb.ada/fixed_cmp.exp: Same.
284 * gdb.ada/fun_addr.exp: Same.
285 * gdb.ada/funcall_param.exp: Same.
286 * gdb.ada/interface.exp: Same.
287 * gdb.ada/mod_from_name.exp: Same.
288 * gdb.ada/null_array.exp: Same.
289 * gdb.ada/packed_array.exp: Same.
290 * gdb.ada/packed_tagged.exp: Same.
291 * gdb.ada/print_chars.exp: Same.
292 * gdb.ada/print_pc.exp: Same.
293 * gdb.ada/ptype_arith_binop.exp: Same.
294 * gdb.ada/ptype_field.exp: Same.
295 * gdb.ada/ptype_tagged_param.exp: Same.
296 * gdb.ada/rec_return.exp: Same.
297 * gdb.ada/ref_tick_size.exp: Same.
298 * gdb.ada/str_ref_cmp.exp: Same.
299 * gdb.ada/taft_type.exp: Same.
300 * gdb.ada/tagged.exp: Same.
301 * gdb.ada/type_coercion.exp: Same.
302 * gdb.ada/uninitialized_vars.exp: Same.
303
304 2019-10-30 Tom de Vries <tdevries@suse.de>
305
306 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
307
308 2019-10-26 Tom de Vries <tdevries@suse.de>
309
310 * gdb.base/bigcore.c: Fix typos in comments.
311 * gdb.base/ctf-ptype.c: Same.
312 * gdb.base/long_long.c: Same.
313 * gdb.dwarf2/dw2-op-out-param.S: Same.
314 * gdb.python/py-evthreads.c: Same.
315 * gdb.reverse/i387-stack-reverse.c: Same.
316 * gdb.trace/tfile.c: Same.
317 * lib/compiler.c: Same.
318 * lib/compiler.cc: Same.
319
320 2019-10-25 Tom de Vries <tdevries@suse.de>
321
322 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
323 gdb_test_multiple calls.
324 * gdb.reverse/sigall-reverse.exp: Same.
325 * gdb.reverse/solib-precsave.exp: Same.
326 * gdb.reverse/solib-reverse.exp: Same.
327 * gdb.reverse/until-precsave.exp: Same.
328 * gdb.reverse/until-reverse.exp: Same.
329
330 2019-10-24 Tom de Vries <tdevries@suse.de>
331
332 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
333 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
334 kfail using -wrap pattern flag and convenience variable
335 gdb_test_name.
336
337 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.python/py-progspace.exp: Add tests for the
340 Progspace.block_for_pc method.
341
342 2019-10-23 Tom Tromey <tom@tromey.com>
343
344 * configure: Rebuild.
345 * aclocal.m4: Use m4_include, not sinclude.
346
347 2019-10-21 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/infcall-nested-structs.c: Add
350 __attribute__((noinline,noclone)) to all functions.
351 (call_all): Add missing variable initialization. Simplify return value.
352 (breakpt): Increment volatile variable, to prevent call from being
353 optimized out.
354 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
355
356 2019-10-17 Tom de Vries <tdevries@suse.de>
357
358 * gdb.fortran/module.exp: Allow info variables to print info for files
359 other than module.f90.
360
361 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/module.exp: Extend with 'info variables' test.
364
365 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
368 F77_FOR_TARGET.
369
370 2019-10-16 Tom de Vries <tdevries@suse.de>
371
372 PR tdep/25096
373 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
374
375 2019-10-16 Tom de Vries <tdevries@suse.de>
376
377 PR tdep/24104
378 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
379 Add KFAIL for PR tdep/25096.
380
381 2019-10-16 Tom de Vries <tdevries@suse.de>
382
383 PR testsuite/25059
384 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
385
386 2019-10-16 Tom de Vries <tdevries@suse.de>
387
388 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
389 as signed.
390
391 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
392
393 * gdb.mi/list-thread-groups-available.exp: Read entries one by
394 one instead of increasing timeout.
395
396 2019-10-13 Tom de Vries <tdevries@suse.de>
397
398 PR record/25038
399 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
400 * gdb.reverse/sigall-reverse.exp: Same.
401 * gdb.reverse/solib-precsave.exp: Same.
402 * gdb.reverse/solib-reverse.exp: Same.
403 * gdb.reverse/step-precsave.exp: Same.
404 * gdb.reverse/until-precsave.exp: Same.
405 * gdb.reverse/until-reverse.exp: Same.
406 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
407
408 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
409
410 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
411 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
412 (cmp_struct_05_01, cmp_struct_static_02_01)
413 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
414 comparisons.
415
416 2019-10-10 Tom de Vries <tdevries@suse.de>
417
418 PR testsuite/24888
419 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
420 gnatlink.
421
422 2019-10-09 Tom de Vries <tdevries@suse.de>
423
424 PR testsuite/25048
425 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
426
427 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
430 exceptions due to missing debug information.
431
432 2019-10-07 Tom de Vries <tdevries@suse.de>
433
434 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
435
436 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
439 * gdb.base/annota1.exp: Update to use gdb_test_name.
440
441 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
442
443 * gdb.base/ctf-whatis.exp: New file.
444 * gdb.base/ctf-whatis.c: New file.
445 * gdb.base/ctf-ptype.exp: New file.
446 * gdb.base/ctf-ptype.c: New file.
447 * gdb.base/ctf-constvars.exp: New file.
448 * gdb.base/ctf-constvars.c: New file.
449 * gdb.base/ctf-cvexpr.exp: New file.
450
451 2019-10-04 Tom de Vries <tdevries@suse.de>
452
453 * gdb.cp/local-static.c (main): Move declaration of int i out of the
454 for loop.
455
456 2019-10-03 Tom Tromey <tom@tromey.com>
457
458 PR rust/24976:
459 * gdb.rust/simple.rs (Union2): New type.
460 (main): Use Union2.
461 * gdb.rust/simple.exp: Add test.
462
463 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
466 nested function prefix.
467
468 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
469 Richard Bunt <richard.bunt@arm.com>
470 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
473 nested functions.
474 * gdb.fortran/nested-funcs.f90: Update expected results.
475 * gdb.fortran/nested-funcs-2.exp: New file.
476 * gdb.fortran/nested-funcs-2.f90: New file.
477
478 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.python/py-parameter.exp: Make test names unique.
481 * gdb.python/py-template.exp: Likewise.
482 * gdb.python/py-value.exp: Likewise.
483
484 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.base/break-interp.exp: Reduce test name duplication.
487 * gdb.base/call-sc.exp: Likewise.
488 * gdb.base/callfuncs.exp: Likewise.
489 * gdb.base/charset.exp: Likewise.
490 * gdb.base/dump.exp: Likewise.
491 * gdb.base/ena-dis-br.exp: Likewise.
492 * gdb.base/relational.exp: Likewise.
493 * gdb.base/step-over-syscall.exp: Likewise.
494 * gdb.base/structs.exp: Likewise.
495
496 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.linespec/explicit.exp: Make test names unique.
499 * gdb.linespec/ls-errs.exp: Likewise.
500
501 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.reverse/break-precsave.exp: Make test names unique.
504 * gdb.reverse/break-reverse.exp: Likewise.
505 * gdb.reverse/finish-precsave.exp: Likewise.
506 * gdb.reverse/finish-reverse.exp: Likewise.
507 * gdb.reverse/machinestate-precsave.exp: Likewise.
508 * gdb.reverse/machinestate.exp: Likewise.
509 * gdb.reverse/readv-reverse.exp: Likewise.
510 * gdb.reverse/recvmsg-reverse.exp: Likewise.
511 * gdb.reverse/sigall-precsave.exp: Likewise.
512 * gdb.reverse/sigall-reverse.exp: Likewise.
513 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
514 * gdb.reverse/watch-precsave.exp: Likewise.
515 * gdb.reverse/watch-reverse.exp: Likewise.
516
517 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * gdb.threads/stop-with-handle.c: New file.
520 * gdb.threads/stop-with-handle.exp: New file.
521
522 2019-10-03 Tom de Vries <tdevries@suse.de>
523
524 PR testsuite/25059
525 * gdb.base/list-missing-source.exp: Allowing the "Compilation
526 directory" line to be missing.
527
528 2019-10-03 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/25059
531 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
532 type optional.
533
534 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
535
536 * gdb.python/py-format-string.c (string.h): New include.
537 (main): Fill a_struct_with_union.the_union.an_int with bytes of
538 the same value, for endianness-independence.
539 * gdb.python/py-format-string.exp (default_regexp_dict)
540 (test_pretty_structs, test_format): Adjust expected output to the
541 changed initialization.
542
543 2019-10-02 Tom Tromey <tromey@adacore.com>
544
545 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
546
547 2019-10-02 Pedro Alves <palves@redhat.com>
548 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
551 "print-file-var.h".
552 (this_version_id) Use ATTRIBUTE_VISIBILITY.
553 (get_version_1): Print this_version_id and its address.
554 Add extern "C" wrappers around interface functions.
555 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
556 "print-file-var.h".
557 (this_version_id) Use ATTRIBUTE_VISIBILITY.
558 (get_version_2): Print this_version_id and its address.
559 Add extern "C" wrappers around interface functions.
560 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
561 <stddef.h> and "print-file-var.h".
562 Add extern "C" wrappers around interface functions.
563 [VERSION_ID_MAIN] (this_version_id): Define.
564 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
565 * gdb.base/print-file-var.h: Add some #defines to simplify setting
566 up extern "C" blocks.
567 * gdb.base/print-file-var.exp (test): New, factored out from top
568 level.
569 (top level): Test all combinations of attribute hidden or not,
570 dlopen or not, and this_version_id symbol in main file or not.
571 Compile tests as both C++ and C, make test names unique.
572
573 2019-10-01 Tom Tromey <tom@tromey.com>
574
575 * gdb.base/style.exp: Test "show logging filename".
576
577 2019-10-01 Tom Tromey <tom@tromey.com>
578
579 * lib/gdb-utils.exp (style): Handle "metadata" argument.
580 * gdb.base/style.exp: Add metadata style test.
581
582 2019-10-01 Tom Tromey <tom@tromey.com>
583
584 * gdb.base/style.exp: Test "pwd".
585
586 2019-10-01 Tom Tromey <tom@tromey.com>
587
588 * gdb.base/style.exp: Update tests.
589
590 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
591
592 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
593 'six' to unsigned.
594 (s1): Initialize fields 'four' and 'six' instead of 'three' and
595 'five'. Use an all-ones bit pattern for each.
596 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
597 to its changed values.
598
599 2019-09-30 Tom Tromey <tromey@adacore.com>
600
601 * gdb.rust/traits.rs: Disable all warnings.
602
603 2019-09-29 Tom de Vries <tdevries@suse.de>
604
605 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
606
607 2019-09-29 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
610
611 2019-09-27 Tom de Vries <tdevries@suse.de>
612
613 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
614
615 2019-09-27 Tom de Vries <tdevries@suse.de>
616
617 PR record/23188
618 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
619
620 2019-09-26 Tom Tromey <tromey@adacore.com>
621
622 * gdb.ada/py_taft.exp: New file.
623 * gdb.ada/py_taft/main.adb: New file.
624 * gdb.ada/py_taft/pkg.adb: New file.
625 * gdb.ada/py_taft/pkg.ads: New file.
626
627 2019-09-24 Tom de Vries <tdevries@suse.de>
628
629 PR gdb/24598
630 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
631
632 2019-09-22 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/restore.exp: Allow register variables to be optimized out at
635 -O0.
636
637 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
638
639 * gdb.arch/spu-info.exp: Remove file.
640 * gdb.arch/spu-info.c: Remove file.
641 * gdb.arch/spu-ls.exp: Remove file.
642 * gdb.arch/spu-ls.c: Remove file.
643
644 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
645 * gdb.asm/spu.inc: Remove file.
646
647 * gdb.base/dump.exp: Remove support for spu*-*-*.
648 * gdb.base/stack-checking.exp: Likewise.
649 * gdb.base/overlays.exp: Likewise.
650 * gdb.base/ovlymgr.c: Likewise.
651 * gdb.base/spu.ld: Remove file.
652
653 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
654 * gdb.cp/cpexprs.exp: Likewise.
655 * gdb.cp/exception.exp: Likewise.
656 * gdb.cp/gdb2495.exp: Likewise.
657 * gdb.cp/mb-templates.exp: Likewise.
658 * gdb.cp/pr9167.exp: Likewise.
659 * gdb.cp/userdef.exp: Likewise.
660
661 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
662
663 * gdb.cell: Remove directory.
664 * lib/cell.exp: Remove file.
665
666 2019-09-19 Tom de Vries <tdevries@suse.de>
667
668 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
669
670 2019-09-19 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
673
674 2019-09-19 Tom de Vries <tdevries@suse.de>
675
676 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
677 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
678 (gdb_target_cmd): ... here.
679 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
680 value 2.
681
682 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.base/source-dir.exp: Avoid having directory names in test
685 names.
686
687 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * gdb.base/source-dir.exp: Add extra test for mapped compilation
690 directory.
691
692 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.base/list-missing-source.exp: New file.
695
696 2019-09-14 Tom de Vries <tdevries@suse.de>
697
698 PR teststuite/24599
699 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
700 * lib/ada.exp (gnatmake_version_at_least): New proc.
701
702 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.base/maint.exp: Use exec_has_index_section.
705
706 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.base/maint.exp: Add test for 'maint info sections'.
709
710 2019-09-12 Tom de Vries <tdevries@suse.de>
711
712 * gdb.base/store.exp: Allow register variables to be optimized out at
713 -O0.
714
715 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
716
717 * gdb.ada/rdv_wait.exp: Update to new task names.
718 * gdb.base/task_switch_in_core.exp: Likewise.
719 * gdb.base/info_sources_base.c: Likewise.
720
721 2019-09-10 Tom Tromey <tromey@adacore.com>
722
723 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
724
725 2019-09-10 Tom Tromey <tromey@adacore.com>
726
727 * gdb.ada/dgopt.exp: New file.
728 * gdb.ada/dgopt/x.adb: New file.
729
730 2019-09-08 Tom Tromey <tom@tromey.com>
731
732 * gdb.tui/resize.exp: Remove setup_xfail.
733 * gdb.tui/regs.exp: Remove setup_xfail.
734 * gdb.tui/basic.exp: Remove setup_xfail.
735
736 2019-09-06 David Blaikie <dblaikie@gmail.com>
737
738 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
739 * gdb.cp/cplabel.exp: Ditto.
740 * gdb.linespec/ls-errs.exp: Ditto.
741
742 2019-09-05 Tom de Vries <tdevries@suse.de>
743
744 * lib/gdb.exp (cmp_file_string): New proc.
745 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
746 runto_main. Verify save breakpoints output.
747
748 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
749
750 * gdb.base/info-var.exp: Test info variables without running
751 to main, to avoid expect's buffer overflow.
752
753 2019-09-03 Tom Tromey <tromey@adacore.com>
754
755 * gdb.ada/bias.exp: New file.
756 * gdb.ada/bias/bias.adb: New file.
757 * gdb.ada/print_chars.exp: Add regression test.
758 * gdb.ada/print_chars/foo.adb (My_Character): New type.
759 (MC): New variable.
760
761 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
762
763 * gdb.base/argv0-symlink.exp: Run only on native target
764 and local host.
765
766 2019-08-29 Tom de Vries <tdevries@suse.de>
767
768 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
769 diverse debug info.
770 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
771
772 2019-08-28 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/info-var.exp: Allow info variables to print info for files
775 other than info-var-f1.c and info-var-f2.c.
776
777 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.fortran/info-types.exp: Add module.
780 * gdb.fortran/info-types.f90: Update expected results.
781
782 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.fortran/info-types.exp: New file.
785 * gdb.fortran/info-types.f90: New file.
786 * lib/fortran.exp (fortran_character1): New proc.
787
788 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
789
790 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
791 functions'. Reindent as needed.
792 * gdb.base/info-var-f1.c: New file.
793 * gdb.base/info-var-f2.c: New file.
794 * gdb.base/info-var.exp: New file.
795 * gdb.base/info-var.h: New file.
796
797 2019-08-26 Tom de Vries <tdevries@suse.de>
798
799 PR c++/24852
800 * gdb.cp/no-libstdcxx-probe.exp: New test.
801
802 2019-08-26 Tom de Vries <tdevries@suse.de>
803
804 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
805 * tests need to be skipped.
806 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
807 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
808 mi_skip_libstdcxx_probe_tests.
809
810 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
811
812 * gdb.python/py-xmethods.exp: Use raw strings when passing
813 arguments to SimpleXMethodMatcher.
814
815 2019-08-22 Tom de Vries <tdevries@suse.de>
816
817 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
818 more informative.
819
820 2019-08-21 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/with.exp: Test "with" with no arguments.
823
824 2019-08-21 Tom de Vries <tdevries@suse.de>
825
826 * gdb.base/gdb-caching-proc.exp: Sort files.
827
828 2019-08-20 Tom de Vries <tdevries@suse.de>
829
830 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
831 compilation.
832
833 2019-08-16 Tom de Vries <tdevries@suse.de>
834
835 * gdb.base/compare-sections.exp ("after run to main"): Allow
836 mismatched read-only sections for PIE executables.
837
838 2019-08-16 Tom Tromey <tom@tromey.com>
839
840 * lib/tuiterm.exp (_csi_Z): New proc.
841 * gdb.tui/basic.exp: Update window positions.
842 * gdb.tui/empty.exp: Update window positions.
843
844 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
845
846 * gdb.base/examine-backward.exp: Correct regexp for
847 "examine 3 bytes backward from ${address_zero}".
848
849 2019-08-15 Tom Tromey <tom@tromey.com>
850
851 * gdb.tui/empty.exp: Enable resizing tests.
852
853 2019-08-15 Tom Tromey <tromey@adacore.com>
854
855 * gdb.ada/char_enum.exp: Add regression tests.
856 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
857 and '0'.
858 (Char, Gchar): Update.
859 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
860
861 2019-08-15 Christian Biesinger <cbiesinger@google.com>
862
863 * gdb.python/python.exp: Expect a leading underscore on
864 GdbOutput{,Error}File.
865
866 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
867
868 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
869 Windows host.
870
871 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
872
873 * gdb.base/batch-preserve-term-settings.exp
874 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
875
876 2019-08-15 Christian Biesinger <cbiesinger@google.com>
877
878 * lib/gdb.exp: When running on a mingw target, replace
879 /x/ with x:/.
880
881 2019-08-14 Alan Hayward <alan.hayward@arm.com>
882
883 * gdb.arch/aarch64-prologue.c: New test.
884 * gdb.arch/aarch64-prologue.exp: New file.
885
886 2019-08-13 Tom de Vries <tdevries@suse.de>
887
888 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
889 Thread.
890
891 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
892
893 * gdb.python/py-completion.exp: Download the .py file to the host
894 and use its host pathname. Conditionalize tests that use
895 tab completion and manipulate files on the build machine.
896 * gdb.python/py-events.exp: Download the .py file to the host
897 and use its host pathname.
898 * gdb.python/py-evsignal.exp: Likewise.
899 * gdb.python/py-evthreads.exp: Likewise.
900 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
901 pathname syntax.
902 * gdb.python/py-framefilter.exp: Download the .py file to the right
903 place on the host. Match Windows pathname syntax.
904 * gdb.python/py-mi-var-info-path-expression.exp: Download the
905 .py file to the host and use its host pathname.
906 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
907 * gdb.python/py-objfile.exp: Expect a host pathname, not a
908 build pathname. Skip symlink test on Windows host. Add missing
909 newline at end of file.
910 * gdb.python/py-pp-maint.exp: Download the .py file to the host
911 and use its host pathname.
912 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
913 * gdb.python/py-section-script.exp: Use host location of binfile
914 on safe-path. Use correct path separator on Windows host.
915 Reorder alternatives in gdb_test_multiple to prevent matching
916 the wrong alternative on success.
917 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
918
919 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
920
921 * gdb.gdb/selftest.exp (test_with_self): Update test to now
922 expect the GDB inferior to no longer immediately stop after
923 being resumed with "signal SIGINT".
924
925 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
926
927 * gdb.linespec/break-ask.exp: Generalize regexps to match
928 Windows pathnames too.
929
930 2019-08-08 Tom de Vries <tdevries@suse.de>
931
932 PR testsuite/24862
933 * lib/tuiterm.exp (_accept): Fix CSI regexp.
934
935 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
936
937 * gdb.base/style.exp: Update tests for help doc new invariants.
938 * gdb.base/help.exp: Likewise.
939
940 2019-08-06 Tom Tromey <tom@tromey.com>
941
942 * gdb.base/style.exp: Add disassemble test.
943 * gdb.base/style.c (some_called_function): New function.
944 (main): Use it.
945
946 2019-08-05 Christian Biesinger <cbiesinger@google.com>
947
948 * gdb.python/py-block.exp: Test dictionary access on blocks.
949
950 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
951
952 PR gdb/24863
953 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
954 -list-thread-groups --available test when running under
955 check-read1.
956
957 2019-08-05 Tom de Vries <tdevries@suse.de>
958
959 PR testsuite/24863
960 * lib/gdb.exp (with_read1_timeout_factor): New proc.
961 * gdb.base/help.exp: Use with_read1_timeout_factor.
962 * gdb.base/info-macros.exp: Same.
963 * gdb.cp/nested-types.exp: Same.
964
965 2019-08-05 Tom de Vries <tdevries@suse.de>
966
967 * lib/gdb.exp (version_at_least): Factor out of ...
968 (tcl_version_at_least): ... here.
969 (gdb_compile): Fail if pie results in non-PIE executable.
970 (readelf_version, readelf_prints_pie): New proc.
971 (exec_is_pie): Return -1 if unknown.
972
973 2019-08-05 Tom de Vries <tdevries@suse.de>
974
975 * lib/gdb.exp (tcl_version_at_least): Fix typo.
976
977 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
978
979 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
980
981 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
982
983 * lib/completion-support.exp (test_gdb_complete_none): Skip
984 tab completion tests if no readline support.
985 (test_gdb_complete_unique_re): Likewise.
986 (test_gdb_complete_multiple): Likewise.
987
988 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
989
990 * gdb.base/info_sources.exp: New file.
991 * gdb.base/info_sources.c: New file.
992 * gdb.base/info_sources_base.c: New file.
993
994 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
995
996 * gdb.base/batch-exit-status.exp: Call test_exit_status with
997 prefix argument.
998 (test_exit_status): Add prefix argument.
999
1000 2019-08-01 Tom de Vries <tdevries@suse.de>
1001
1002 PR testsuite/24863
1003 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1004 calling exp_continue for new thread and thread exited messages.
1005
1006 2019-08-01 Tom de Vries <tdevries@suse.de>
1007
1008 PR testsuite/24863
1009 * gdb.base/structs.exp: Fix check-read1 timeout using
1010 gdb_test_sequence.
1011 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1012
1013 2019-08-01 Tom de Vries <tdevries@suse.de>
1014
1015 PR testsuite/24863
1016 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1017 line.
1018
1019 2019-08-01 Tom de Vries <tdevries@suse.de>
1020
1021 PR testsuite/24863
1022 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1023
1024 2019-07-30 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.ada/display_nested.exp: New file.
1027 * gdb.ada/display_nested/foo.adb: New file.
1028 * gdb.ada/display_nested/pack.adb: New file.
1029 * gdb.ada/display_nested/pack.ads: New file.
1030
1031 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1032
1033 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1034 namespace.
1035 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1036
1037 2019-07-30 Tom de Vries <tdevries@suse.de>
1038
1039 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1040 instead.
1041
1042 2019-07-30 Tom de Vries <tdevries@suse.de>
1043
1044 PR testsuite/24834
1045 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1046 (exec_is_pie): New proc.
1047
1048 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1049
1050 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1051
1052 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1053
1054 * gdb.python/py-objfile.c: Add global and static vars.
1055 * gdb.python/py-objfile.exp: Test new functions Objfile.
1056 lookup_global_symbol and lookup_static_symbol.
1057
1058 2019-07-29 Tom Tromey <tom@tromey.com>
1059
1060 * lib/tuiterm.exp (Term::_csi_@): New proc.
1061 (Term::_csi_X): Don't move cursor.
1062
1063 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1064
1065 * gdb.base/options.exp: Update backtrace - completion to
1066 new option -frame-info.
1067 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1068 Test new 'set print frame-info'. Test backtrace -frame-info
1069 overriding 'set print frame-info'.
1070 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1071 Test new 'set print frame-info'.
1072 Verify consistency of backtrace with and without filters, with and
1073 without -no-filters.
1074 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1075 default.
1076
1077 2019-07-29 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1080 no arguments".
1081
1082 2019-07-29 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1085 is a substring of the first for "complete non-unique file name".
1086
1087 2019-07-29 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1090 with ".*".
1091
1092 2019-07-29 Tom de Vries <tdevries@suse.de>
1093
1094 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1095 Pass prompt_regexp parameter to gdb_test_multiple calls.
1096
1097 2019-07-29 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1100 print registers" regexps.
1101
1102 2019-07-29 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1105
1106 2019-07-29 Tom de Vries <tdevries@suse.de>
1107
1108 PR gdb/24855
1109 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1110 (skip_python_tests_prompt): Add prompt_regexp argument to
1111 gdb_test_multiple calls.
1112
1113 2019-07-27 Tom Tromey <tom@tromey.com>
1114
1115 * gdb.tui/main.exp: New file.
1116
1117 2019-07-27 Tom Tromey <tom@tromey.com>
1118
1119 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1120 optional.
1121 * gdb.tui/empty.exp: New file.
1122
1123 2019-07-27 Tom Tromey <tom@tromey.com>
1124
1125 * lib/tuiterm.exp (spawn): New proc.
1126 (Term::resize): New proc.
1127 * gdb.tui/resize.exp: New file.
1128
1129 2019-07-27 Tom Tromey <tom@tromey.com>
1130
1131 * gdb.tui/list.exp: New file.
1132
1133 2019-07-27 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.tui/regs.exp: New file.
1136
1137 2019-07-27 Tom Tromey <tom@tromey.com>
1138
1139 * gdb.tui/basic.exp: Add "layout split" test.
1140
1141 2019-07-27 Tom Tromey <tom@tromey.com>
1142
1143 * gdb.tui/basic.exp: Add "layout asm" test.
1144
1145 2019-07-27 Tom Tromey <tom@tromey.com>
1146
1147 * lib/tuiterm.exp: New file.
1148 * gdb.tui/basic.exp: New file.
1149
1150 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1151
1152 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1153 Enable tests associated with this flag. Adjust regex
1154 referencing "foo_low" to now refer to "foo_cold" instead.
1155
1156 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1157
1158 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1159 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1160 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1161 foo_cold. Revise comments to match.
1162 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1163 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1164 were wrapped into this proc; Call do_test in loop from outermost
1165 level.
1166 (foo_low): Rename all occurrences to "foo_cold".
1167 (backtrace from baz): New test.
1168 (x2/i foo_cold): New test.
1169 (info line *foo_cold): New test.
1170
1171 2019-07-26 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1174
1175 2019-07-25 Tom de Vries <tdevries@suse.de>
1176
1177 PR testsuite/24830
1178 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1179 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1180 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1181 (skip_libstdcxx_probe_tests): ... here.
1182 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1183
1184 2019-07-24 Tom de Vries <tdevries@suse.de>
1185
1186 PR testsuite/24807
1187 * gdb.objc/basicclass.m: Include stdio.h.
1188 * gdb.objc/nondebug.m: Same.
1189 * gdb.objc/objcdecode.m: Same.
1190
1191 2019-07-24 Tom de Vries <tdevries@suse.de>
1192
1193 PR testsuite/24612
1194 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1195 additional_flags.
1196
1197 2019-07-24 Tom de Vries <tdevries@suse.de>
1198
1199 PR testsuite/24831
1200 * gdb.multi/tids.exp: Update error messages for info threads.
1201
1202 2019-07-24 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/info-types.exp: Allow info types to print info for more than
1205 one file.
1206
1207 2019-07-23 Tom de Vries <tdevries@suse.de>
1208
1209 PR testsuite/24842
1210 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1211 gdb_spawn_with_cmdline_opts.
1212
1213 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1214
1215 * gdb.arch/arm-cmse-sgstubs.c: New test.
1216 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1217
1218 2019-07-23 Tom de Vries <tdevries@suse.de>
1219
1220 PR testsuite/24711
1221 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1222 issuing next command.
1223
1224 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.ada/info_auto_lang.exp: Update expected results.
1227 * gdb.base/info-types.c: Add additional types to check.
1228 * gdb.base/info-types.exp: Update expected results.
1229
1230 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1231
1232 * gdb.base/info-types.c: New file.
1233 * gdb.base/info-types.exp: New file.
1234
1235 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * gdb.arch/riscv-bp-infcall.c: New file.
1238 * gdb.arch/riscv-bp-infcall.exp: New file.
1239
1240 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 PR breakpoints/24541
1243 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1244
1245 2019-07-14 Tom de Vries <tdevries@suse.de>
1246
1247 PR testsuite/24760
1248 * gdb.objc/basicclass.exp: Fix unterminated string.
1249
1250 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1251 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1254 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1255 negative bounds.
1256 * gdb.fortran/vla-value.exp: Print elements of an array with
1257 negative bounds.
1258 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1259 testing.
1260
1261 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.base/options.exp (expect_string): Dequote strings in
1264 results.
1265 (test-string): Test strings with different quoting and reindent.
1266
1267 2019-07-10 Tom Tromey <tromey@adacore.com>
1268
1269 * gdb.ada/mi_ex_cond.exp: Update expected results.
1270 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1271 * gdb.ada/mi_catch_ex.exp: Update expected results.
1272 * gdb.ada/mi_catch_assert.exp: Update expected results.
1273 * gdb.ada/catch_ex.exp (catch_exception_info)
1274 (catch_exception_entry, catch_assert_entry)
1275 (catch_unhandled_entry): Update.
1276 * gdb.ada/catch_assert_if.exp: Update expected results.
1277
1278 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1279 Stephen Roberts <stephen.roberts@arm.com>
1280
1281 * gdb.base/define.exp: Restore original prompt.
1282
1283 2019-07-09 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1286 breakpoints" output.
1287 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1288 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1289 throw" creates breakpoint.
1290 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1291 'type="catchpoint"'.
1292
1293 2019-07-09 Pedro Alves <palves@redhat.com>
1294
1295 PR c++/15468
1296 * gdb.cp/except-multi-location-lib.cc: New.
1297 * gdb.cp/except-multi-location-main.cc: New.
1298 * gdb.cp/except-multi-location.exp: New.
1299
1300 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1301
1302 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1303 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1304 argument and update callers.
1305
1306 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.arch/amd64-break-on-asm-line.S: New file.
1309 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1310
1311 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1312
1313 * gdb.base/printcmds.exp: Test printing C string and
1314 C wide string convenience vars without transiting via the inferior.
1315 Also make test names unique.
1316
1317 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1318
1319 PR breakpoints/25011
1320 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1321
1322 2019-07-04 Pedro Alves <palves@redhat.com>
1323
1324 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1325 body returned ok(0), break(3) or continue(4).
1326 * gdb.testsuite/foreach_with_prefix.exp: New file.
1327
1328 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1329
1330 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1331
1332 2019-07-03 Pedro Alves <palves@redhat.com>
1333
1334 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1335 "return -code".
1336
1337 2019-07-03 Pedro Alves <palves@redhat.com>
1338
1339 PR cli/24732
1340 * gdb.base/shell.exp: Load completion-support.exp.
1341 Adjust expected error output. Add completion tests.
1342
1343 2019-07-03 Pedro Alves <palves@redhat.com>
1344
1345 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1346 string_to_regexp.
1347
1348 2019-07-03 Pedro Alves <palves@redhat.com>
1349
1350 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1351 (expect_integer): Adjust to expect "-string".
1352 (expect_string): New.
1353 (all_options): Expect "-string".
1354 (test-flag, test-boolean): Adjust to expect "-string".
1355 (test-string): New proc.
1356 (top level): Call it.
1357
1358 2019-07-03 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1361 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1362 the expected output in the success.
1363
1364 2019-07-03 Pedro Alves <palves@redhat.com>
1365
1366 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1367 Split one gdb_test_multiple call in two to avoid a race.
1368
1369 2019-07-03 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.base/with.c: New file.
1372 * gdb.base/with.exp: New file.
1373
1374 2019-07-03 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.base/settings.exp: Replace all references to "maint
1377 test-settings set" with references to "maint set test-settings",
1378 and all references to "maint test-settings show" with references
1379 to "maint show test-settings".
1380
1381 2019-07-03 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/settings.exp (test-string): Adjust expected out when
1384 testing "maint test-settings show filename"
1385
1386 2019-07-02 Pedro Alves <palves@redhat.com>
1387
1388 * gdb.base/options.exp (test-info-threads): New procedure.
1389 (top level): Call it.
1390
1391 2019-06-28 Tom Tromey <tromey@adacore.com>
1392
1393 * gdb.dwarf2/ada-linkage-name.c: New file.
1394 * gdb.dwarf2/ada-linkage-name.exp: New file.
1395
1396 2019-06-27 Tom Tromey <tromey@adacore.com>
1397
1398 PR c++/20020:
1399 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1400
1401 2019-06-26 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1404
1405 2019-06-26 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.base/index-cache.exp: Add back missing debug option.
1408
1409 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1410
1411 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1412
1413 2019-06-25 Tom de Vries <tdevries@suse.de>
1414
1415 PR testsuite/24727
1416 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1417
1418 2019-06-24 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1421
1422 2019-06-24 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1425 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1426 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1427
1428 2019-06-24 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1431
1432 2019-06-21 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1435
1436 2019-06-21 Tom de Vries <tdevries@suse.de>
1437
1438 PR testsuite/24518
1439 PR ada/24713
1440 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1441 index.
1442
1443 2019-06-19 Tom Tromey <tromey@adacore.com>
1444
1445 * gdb.ada/length_cond.exp: Add intro comment.
1446
1447 2019-06-19 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.ada/length_cond.exp: New file.
1450 * gdb.ada/length_cond/length_cond.adb: New file.
1451 * gdb.ada/length_cond/pck.adb: New file.
1452 * gdb.ada/length_cond/pck.ads: New file.
1453
1454 2019-06-18 Tom de Vries <tdevries@suse.de>
1455
1456 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1457
1458 2019-06-18 Tom Tromey <tromey@adacore.com>
1459
1460 * gdb.base/list0.h: Add comment explaining control character.
1461
1462 2019-06-18 Tom de Vries <tdevries@suse.de>
1463
1464 * boards/fission.exp: Break up long debug_flags line.
1465
1466 2019-06-16 Tom de Vries <tdevries@suse.de>
1467
1468 PR gdb/24445
1469 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1470 generated index.
1471
1472 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 PR gdb/24686
1475 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1476 improve detection of bug gdb/24541.
1477
1478 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1479
1480 PR gdb/24669
1481 * gdb.base/index-cache.exp (uses_readnow,
1482 expecting_index_cache_use): Define global variable.
1483 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1484 expecting_index_cache_use.
1485
1486 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1487 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.fortran/pointers.f90: New file.
1490 * gdb.fortran/print_type.exp: New file.
1491 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1492 * gdb.fortran/vla-type.exp: Likewise.
1493 * gdb.fortran/vla-value.exp: Likewise.
1494 * gdb.mi/mi-vla-fortran.exp: Likewise.
1495
1496 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1499 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1500 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1501 as a stop reason.
1502
1503 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.base/annota1.exp: Update expected results.
1506 * gdb.cp/annota2.exp: Likewise.
1507 * gdb.cp/annota3.exp: Likewise.
1508
1509 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.base/style-logging.exp: Remove path from test name.
1512
1513 2019-06-14 Tom Tromey <tromey@adacore.com>
1514
1515 PR gdb/24502:
1516 * gdb.base/style-logging.exp: New file.
1517
1518 2019-06-14 Tom Tromey <tromey@adacore.com>
1519
1520 * gdb.base/symfile-warn.exp: New file.
1521 * gdb.base/symfile-warn.c: New file.
1522
1523 2019-06-14 Tom Tromey <tromey@adacore.com>
1524
1525 * gdb.base/annotate-symlink.exp: New file.
1526
1527 2019-06-14 Tom Tromey <tromey@adacore.com>
1528
1529 * gdb.ada/set_wstr.exp: Add reassignment test.
1530
1531 2019-06-14 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1534 'unchecked_access and 'unrestricted_access as well.
1535
1536 2019-06-14 Tom Tromey <tromey@adacore.com>
1537
1538 PR ada/24539:
1539 * gdb.ada/vla.exp: Update tests.
1540 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1541 pragma.
1542
1543 2019-06-13 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/settings.exp (test-integer): Test junk after
1546 "unlimited".
1547
1548 2019-06-13 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/options.exp (test-thread-apply): New.
1551 (top level): Call it.
1552
1553 2019-06-13 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/options.exp (test-frame-apply): New.
1556 (top level): Test print commands with different "frame apply"
1557 prefixes.
1558
1559 2019-06-13 Pedro Alves <palves@redhat.com>
1560
1561 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1562 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1563 'max_completions' parameter and handle it.
1564 (test_gdb_completion_offers_commands): New.
1565
1566 2019-06-13 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1569
1570 2019-06-13 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/options.exp (test-backtrace): New.
1573 (top level): Call it.
1574
1575 2019-06-13 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.guile/scm-frame-args.exp: Use "set print
1578 raw-frame-arguments" instead of "set print raw frame-arguments".
1579 * gdb.python/py-frame-args.exp: Likewise.
1580
1581 2019-06-13 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.compile/compile.exp: Adjust expected output to option
1584 processing changes.
1585
1586 2019-06-13 Pedro Alves <palves@redhat.com>
1587
1588 * gdb.base/options.exp: Build executable.
1589 (test-print): New procedure.
1590 (top level): Call it, once for "print" and another for "compile
1591 print".
1592
1593 2019-06-13 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/options.c: New file.
1596 * gdb.base/options.exp: New file.
1597
1598 2019-06-13 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1601 that "o" is ambiguous.
1602
1603 2019-06-13 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/settings.c: New file.
1606 * gdb.base/settings.exp: New file.
1607
1608 2019-06-13 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/completion.exp: Fix comment typo.
1611
1612 2019-06-13 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1615 foo --1" test.
1616
1617 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1618
1619 * gdb.fortran/block-data.f: New.
1620 * gdb.fortran/block-data.exp: New.
1621
1622 2019-06-11 Tom de Vries <tdevries@suse.de>
1623
1624 PR testsuite/24521
1625 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1626 message.
1627
1628 2019-06-11 Tom de Vries <tdevries@suse.de>
1629
1630 PR testsuite/24521
1631 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1632
1633 2019-06-11 Tom de Vries <tdevries@suse.de>
1634
1635 * boards/readnow.exp: New file.
1636
1637 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/vla-sizeof.exp: Update expected results.
1640
1641 2019-06-06 Amos Bird <amosbird@gmail.com>
1642
1643 * gdb.base/annota1.exp (thread_switch): Add test for
1644 thread-exited annotation.
1645
1646 2019-06-06 Tom Tromey <tromey@adacore.com>
1647
1648 * gdb.base/maint.exp: Expect command started/finished output.
1649
1650 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1653 comment.
1654 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1655
1656 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1659 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1660 * gdb.arch/riscv-unwind-long-insn.c: New file.
1661 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1662
1663 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1664
1665 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1666
1667 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1668
1669 * lib/gdb.exp (help_list_trailer): New regexp variable
1670 factorizing the help trailer message.
1671 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1672 arg to allow to better factorize various tests.
1673 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1674 (test_prefix_command_help): Use help_list_trailer.
1675 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1676 * gdb.guile/scm-cmd.exp: Likewise.
1677 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1678 * gdb.base/help.exp: Use test_user_defined_class_help.
1679 * gdb.base/style.exp: Add tests for styling of help and apropos.
1680 * lib/gdb-utils.exp (style): Add title and highlight styles.
1681
1682 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1683
1684 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1685 $_shell_exitsignal.
1686 * gdb.base/default.exp: Update for new convenience variables.
1687
1688 2019-05-29 Tom Tromey <tromey@adacore.com>
1689
1690 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1691 to "break complete ada" test case's regexp.
1692
1693 2019-05-29 Tom Tromey <tromey@adacore.com>
1694
1695 PR c++/20020:
1696 * gdb.cp/constexpr-field.exp: New file.
1697 * gdb.cp/constexpr-field.cc: New file.
1698
1699 2019-05-29 Tom Tromey <tromey@adacore.com>
1700
1701 * gdb.base/finish.exp (finish_no_print): New proc.
1702 (finish_tests): Call it.
1703
1704 2019-05-24 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.dwarf2/gdb-add-index.exp: New file.
1707
1708 2019-05-22 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1711 * gdb.base/style.exp: Use "style".
1712 * lib/gdb-utils.exp (style): New proc.
1713
1714 2019-05-22 Tom de Vries <tdevries@suse.de>
1715
1716 * gdb.base/align.exp: Require c++11.
1717
1718 2019-05-22 Tom de Vries <tdevries@suse.de>
1719
1720 PR testsuite/24586
1721 * gdb.python/py-mi-var-info-path-expression.exp: Call
1722 mi_skip_python_tests to check if python is supported.
1723
1724 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1725
1726 * gdb.arch/aarch64-pauth.c: New test.
1727 * gdb.arch/aarch64-pauth.exp: New file.
1728
1729 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1730
1731 * README (Re-running Tests Outside The Testsuite): New section.
1732
1733 2019-05-21 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.arch/amd64-eval.exp: Require c++11.
1736 * gdb.base/max-depth.exp: Same.
1737 * gdb.compile/compile-cplus-array-decay.exp: Same.
1738 * gdb.cp/meth-typedefs.exp: Same.
1739 * gdb.cp/subtypes.exp: Same.
1740 * gdb.cp/temargs.exp: Same.
1741
1742 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1743
1744 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1745
1746 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 PR gdb/18644
1749 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1750 * gdb.fortran/printing-types.exp: Add new test.
1751 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1752 testing.
1753 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1754 setup_kfail call.
1755
1756 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1757
1758 * README (Running the Testsuite): Change example.
1759 (Testsuite Parameters): Remove TRANSCRIPT.
1760 * lib/gdb.exp: Remove TRANSCRIPT check.
1761
1762 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1763
1764 * README (Testsuite Parameters): Add replay logging to
1765 GDBSERVER_DEBUG.
1766 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1767 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1768 as a comma separated list.
1769 (gdb_debug_init): Override procedure.
1770
1771 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1772
1773 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1774 (gdb_write_cmd_file): New procedure.
1775 * lib/gdbserver-support.exp (gdbserver_start): Call
1776 gdbserver_write_cmd_file.
1777 (gdbserver_write_cmd_file): New procedure.
1778
1779 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1780
1781 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1782 (delete_breakpoints): Likewise.
1783 (gdb_run_cmd): Likewise.
1784 (gdb_start_cmd): Likewise.
1785 (gdb_starti_cmd): Likewise.
1786 (gdb_internal_error_resync): Likewise.
1787 (gdb_test_multiple): Likewise.
1788 (gdb_reinitialize_dir): Likewise.
1789 (default_gdb_exit): Likewise.
1790 (gdb_file_cmd): Mark kill as optional.
1791 (default_gdb_start): Call gdb_stdin_log_init.
1792 (send_gdb): Call gdb_stdin_log_write.
1793 (rerun_to_main): Mark Y as an answer.
1794 (gdb_stdin_log_init): New function.
1795 (gdb_stdin_log_write): Likewise.
1796
1797 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1798
1799 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1800 * gdb.base/debug-expr.exp: Likewise.
1801 * gdb.base/foll-fork.exp: Likewise.
1802 * gdb.base/foll-vfork.exp: Likewise.
1803 * gdb.base/fork-print-inferior-events.exp: Likewise.
1804 * gdb.base/gdb-sigterm.exp: Likewise.
1805 * gdb.base/gdbinit-history.exp: Likewise.
1806 * gdb.base/osabi.exp: Likewise.
1807 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1808 * gdb.base/ui-redirect.exp: Likewise.
1809 * gdb.gdb/unittest.exp: Likewise.
1810 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1811 * gdb.mi/mi-watch.exp: Likewise.
1812 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1813 * gdb.mi/user-selected-context-sync.exp: Likewise.
1814 * gdb.python/python.exp: Disable debug test when debugging.
1815 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1816 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1817 Likewise.
1818 * gdb.threads/stepi-random-signal.exp: Likewise.
1819
1820 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1821
1822 * Makefile.in: Pass through GDB_DEBUG.
1823 * README (Testsuite Parameters): Add GDB_DEBUG.
1824 (gdb,debug): Add board setting.
1825 * lib/gdb.exp (default_gdb_start): Start debugging.
1826 (gdb_debug_enabled): New procedure.
1827 (gdb_debug_init): Likewise.
1828
1829 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1830
1831 * Makefile.in: Pass through GDB_DEBUG.
1832 * README (Testsuite Parameters): Add GDB_DEBUG.
1833 (gdb,debug): Add board setting.
1834 * lib/gdb.exp (default_gdb_start): Start debugging.
1835 (gdb_debug_enabled): New procedure.
1836 (gdb_debug_init): Likewise.
1837
1838 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1839
1840 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1841
1842 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1843
1844 * gdb.base/ui-redirect.exp: Test redirection.
1845
1846 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1847
1848 * gdb.mi/mi-complete.exp: New file.
1849 * gdb.mi/mi-complete.cc: Likewise.
1850
1851 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1852
1853 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1854 indexed and sliced arrays, and pointers to arrays.
1855
1856 2019-05-14 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1859 styling test.
1860
1861 2019-05-14 Tom de Vries <tdevries@suse.de>
1862
1863 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1864 selection entry encoding.
1865
1866 2019-05-10 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.ada/info_exc.exp: Add "complete" test.
1869
1870 2019-05-09 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1873 CU-relative.
1874
1875 2019-05-09 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1878 CU-relative.
1879
1880 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1881
1882 * gdb.ada/frame_arg_lang.exp: New testcase.
1883 * gdb.ada/frame_arg_lang/bla.adb: New file.
1884 * gdb.ada/frame_arg_lang/pck.ads: New file.
1885 * gdb.ada/frame_arg_lang/pck.adb: New file.
1886 * gdb.ada/frame_arg_lang/foo.c: New file.
1887
1888 2019-05-08 Tom Tromey <tromey@adacore.com>
1889
1890 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1891
1892 2019-05-08 Tom Tromey <tromey@adacore.com>
1893
1894 * gdb.base/ptype-offsets.exp: Update tests.
1895
1896 2019-05-08 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1899 cases.
1900 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1901 "short".
1902
1903 2019-05-08 Tom Tromey <tromey@adacore.com>
1904
1905 * gdb.ada/vla.exp: New file.
1906 * gdb.ada/vla/vla.adb: New file.
1907
1908 2019-05-07 Tom de Vries <tdevries@suse.de>
1909
1910 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1911
1912 2019-05-07 Tom de Vries <tdevries@suse.de>
1913
1914 PR testsuite/24522
1915 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1916 section.
1917
1918 2019-05-07 Tom de Vries <tdevries@suse.de>
1919
1920 PR testsuite/24522
1921 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1922 .debug_aranges section.
1923
1924 2019-05-07 Tom de Vries <tdevries@suse.de>
1925
1926 PR testsuite/24159
1927 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1928
1929 2019-05-06 Tom de Vries <tdevries@suse.de>
1930
1931 * lib/gdb.exp (exec_has_index_section): New proc.
1932 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1933 section.
1934
1935 2019-05-04 Tom de Vries <tdevries@suse.de>
1936
1937 * boards/cc-with-debug-names.exp: New file.
1938
1939 2019-05-03 Tom Tromey <tromey@adacore.com>
1940
1941 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1942 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1943 * gdb.ada/char_enum.exp: Add test.
1944
1945 2019-05-03 Tom de Vries <tdevries@suse.de>
1946
1947 * boards/cc-with-gdb-index.exp: New file.
1948
1949 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.rust/simple.exp: Add new test case.
1952 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1953 (main): Initialise an instance of the new struct.
1954
1955 2019-05-01 Tom Tromey <tromey@adacore.com>
1956
1957 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1958 record.
1959 (NPR): New variable.
1960 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1961 test.
1962
1963 2019-05-01 Tom Tromey <tromey@adacore.com>
1964
1965 * gdb.ada/packed_array_assign.exp: Add packed assignment
1966 regression test.
1967
1968 2019-05-01 Tom de Vries <tdevries@suse.de>
1969
1970 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1971
1972 2019-05-01 Tom de Vries <tdevries@suse.de>
1973
1974 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1975
1976 2019-04-30 Ali Tamur <tamur@google.com>
1977
1978 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1979
1980 2019-04-30 Tom Tromey <tromey@adacore.com>
1981
1982 * lib/ada.exp (find_ada_tool): New proc.
1983 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1984 * gdb.ada/catch_ex_std.exp: New file.
1985 * gdb.ada/catch_ex_std/foo.adb: New file.
1986 * gdb.ada/catch_ex_std/some_package.adb: New file.
1987 * gdb.ada/catch_ex_std/some_package.ads: New file.
1988
1989 2019-04-30 Tom Tromey <tromey@adacore.com>
1990
1991 PR c++/24470:
1992 * gdb.cp/temargs.cc: Add test code from PR.
1993
1994 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.fortran/vla-datatypes.exp: Update expected results.
1997 * gdb.fortran/vla-ptype.exp: Likewise.
1998 * gdb.fortran/vla-type.exp: Likewise.
1999 * gdb.fortran/vla-value.exp: Likewise.
2000
2001 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.fortran/ptr-indentation.exp: Update expected results.
2004 * gdb.fortran/ptype-on-functions.exp: Likewise.
2005 * gdb.fortran/vla-ptr-info.exp: Likewise.
2006 * gdb.fortran/vla-value.exp: Likewise.
2007
2008 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.fortran/ptype-on-functions.exp: New file.
2011 * gdb.fortran/ptype-on-functions.f90: New file.
2012
2013 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2016 case void string.
2017
2018 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2019
2020 * gdb.fortran/complex.exp: Expand.
2021 * gdb.fortran/complex.f: Renamed to...
2022 * gdb.fortran/complex.f90: ...this, and extended to add more
2023 complex values.
2024
2025 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2028 MODULO, CMPLX.
2029
2030 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2031 Richard Bunt <richard.bunt@arm.com>
2032
2033 * gdb.base/max-depth.c: New file.
2034 * gdb.base/max-depth.exp: New file.
2035 * gdb.python/py-nested-maps.c: New file.
2036 * gdb.python/py-nested-maps.exp: New file.
2037 * gdb.python/py-nested-maps.py: New file.
2038 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2039 (test_all_common): Call test_max_depth.
2040 * gdb.fortran/max-depth.exp: New file.
2041 * gdb.fortran/max-depth.f90: New file.
2042 * gdb.go/max-depth.exp: New file.
2043 * gdb.go/max-depth.go: New file.
2044 * gdb.modula2/max-depth.exp: New file.
2045 * gdb.modula2/max-depth.c: New file.
2046 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2047
2048 2019-04-29 Tom de Vries <tdevries@suse.de>
2049
2050 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2051
2052 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2053
2054 * gdb.base/callexit.exp: Test may-call-functions off.
2055
2056 2019-04-25 Keith Seitz <keiths@redhat.com>
2057
2058 PR c++/24367
2059 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2060 (another_incomplete_struct, test_incomplete): New definitions.
2061 (main): Use new definitions.
2062 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2063 functions.
2064
2065 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2066
2067 PR corefiles/11608
2068 PR corefiles/18187
2069 * gdb.base/coredump-filter-build-id.exp: New file.
2070
2071 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2072
2073 * Makefile.in: Pass through GDBSERVER_DEBUG.
2074 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2075 (gdbserver,debug): Add board setting.
2076 * gdb.trace/tspeed.exp: Skip when debugging.
2077 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2078 * lib/gdbserver-support.exp: Likewise
2079
2080 2019-04-24 Tom Tromey <tromey@adacore.com>
2081
2082 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2083 Rust.
2084
2085 2019-04-24 Tom Tromey <tromey@adacore.com>
2086
2087 * gdb.arch/amd64-eval.exp: Test bitfield return.
2088 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2089 (class Foo) <return_bitfields>: New method.
2090 (main): Call it.
2091
2092 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.cp/many-args.cc: New file.
2095 * gdb.cp/many-args.exp: New file.
2096
2097 2019-04-23 Tom de Vries <tdevries@suse.de>
2098
2099 PR gdb/24433
2100 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2101
2102 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2103
2104 * gdb.trace/backtrace.exp: Use nopie flag.
2105 * gdb.trace/circ.exp: Likewise.
2106 * gdb.trace/collection.exp: Likewise.
2107 * gdb.trace/ftrace.exp: Likewise.
2108 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2109 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2110 * gdb.trace/qtro.exp: Likewise.
2111 * gdb.trace/read-memory.exp: Likewise.
2112 * gdb.trace/report.exp: Likewise.
2113 * gdb.trace/tfile.exp: Likewise.
2114 * gdb.trace/tfind.exp: Likewise.
2115 * gdb.trace/unavailable.exp: Likewise.
2116
2117 2019-04-22 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/solib-probes-nosharedlibrary.c,
2120 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2121
2122 2019-04-19 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/ptype_union.c: New file.
2125 * gdb.ada/ptype_union.exp: New file.
2126
2127 2019-04-19 Tom Tromey <tromey@adacore.com>
2128
2129 PR symtab/24423:
2130 * gdb.base/list0.h (foo): Add a control-l character.
2131
2132 2019-04-18 Tom de Vries <tdevries@suse.de>
2133
2134 PR gdb/24433
2135 * boards/local-board.exp: Set sysroot to "".
2136
2137 2019-04-18 Tom de Vries <tdevries@suse.de>
2138 Pedro Alves <palves@redhat.com>
2139
2140 PR gdb/24454
2141 * gdb.threads/vfork-follow-child-exec.c: New file.
2142 * gdb.threads/vfork-follow-child-exec.exp: New file.
2143 * gdb.threads/vfork-follow-child-exit.c: New file.
2144 * gdb.threads/vfork-follow-child-exit.exp: New file.
2145
2146 2019-04-15 Leszek Swirski <leszeks@google.com>
2147
2148 * gdb.arch/amd64-eval.cc: New file.
2149 * gdb.arch/amd64-eval.exp: New file.
2150
2151 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2152
2153 * gdb.server/sysroot.c: New test.
2154 * gdb.server/sysroot.exp: New file.
2155 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2156 matching param.
2157
2158 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.base/align.exp: Extend test to cover structures containing
2161 only static fields.
2162
2163 2019-04-11 Tom de Vries <tdevries@suse.de>
2164
2165 * boards/cc-with-dwz-m.exp: New file.
2166 * boards/cc-with-dwz.exp: New file.
2167 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2168
2169 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2170
2171 * gdb.base/start-cpp.exp: New file.
2172 * gdb.base/start-cpp.cc: New file.
2173
2174 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2175
2176 * gdb.python/py-thrhandle.exp: Adjust tests to call
2177 thread_from_handle instead of thread_from_thread_handle.
2178
2179 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2180
2181 * gdb.python/py-thrhandle.exp: Add tests for
2182 gdb.InferiorThread.handle.
2183
2184 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * gdb.python/py-function.exp: Check calling helper function from
2187 all languages.
2188 * lib/gdb.exp (gdb_supported_languages): New proc.
2189
2190 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.base/complex-parts.c: New file.
2193 * gdb.base/complex-parts.exp: New file.
2194
2195 2019-04-01 Tom Tromey <tromey@adacore.com>
2196
2197 PR symtab/23331:
2198 * gdb.dwarf2/dw2-ranges-main.c: New file.
2199 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2200 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2201
2202 2019-03-30 Simon Marchi <simark@simark.ca>
2203
2204 * gdb.base/default.exp: Add values for $_gdb_major and
2205 $_gdb_minor.
2206
2207 2019-03-29 Tom Tromey <tromey@adacore.com>
2208
2209 * gdb.base/help.exp: Tighten apropos regexp.
2210
2211 2019-03-29 Keith Seitz <keiths@redhat.com>
2212
2213 * gdb.fortran/array-bounds.exp: New file.
2214 * gdb.fortran/array-bounds.f90: New file.
2215
2216 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2217
2218 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2219
2220 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2221
2222 * gdb.multi/hello.c (main): Increase alarm timer.
2223
2224 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2225
2226 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2227 factor when no hardware watchpoint support.
2228
2229 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2230 Pedro Alves <palves@redhat.com>
2231
2232 * boards/local-board.exp: set sysroot to /.
2233
2234 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2235
2236 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2237 in child.
2238
2239 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2242 field.
2243 (make_container): Initialise new field.
2244 * gdb.python/py-prettyprint.exp: Add new tests.
2245 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2246 <display_hint>: New method.
2247
2248 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2251 gdb_continue_to_breakpoint more throughout this test.
2252 (run_lang_tests) Supply unique test names, and use
2253 gdb_test_no_output.
2254
2255 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.base/finish-pretty.exp: Update expected results.
2258 * gdb.base/pretty-print.c: New file.
2259 * gdb.base/pretty-print.exp: New file.
2260
2261 2019-03-25 Pedro Alves <palves@redhat.com>
2262
2263 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2264 move comments outside list. Append '-i "" eof' section.
2265
2266 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2267
2268 PR testsuite/25016
2269 * README: Add pie options.
2270 * gdb.base/break-interp.exp: Ensure pie is disabled.
2271 * gdb.base/dump.exp: Likewise.
2272 * lib/gdb.exp (gdb_compile): Add pie option.
2273
2274 2019-03-19 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.mi/mi2-cli-display.c: New file.
2277 * gdb.mi/mi2-cli-display.exp: New file.
2278
2279 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2280 Tom Tromey <tromey@adacore.com>
2281
2282 * gdb.ada/ptype_array/pck.adb: New file.
2283 * gdb.ada/ptype_array/pck.ads: New file.
2284 * gdb.ada/ptype_array/foo.adb: New file.
2285 * gdb.ada/ptype_array.exp: New file.
2286
2287 2019-03-14 Tom Tromey <tromey@adacore.com>
2288
2289 * gdb.base/style.exp: Add "set style sources" test.
2290
2291 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2292
2293 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2294 * mi-breakpoint-multiple-locations.exp: ... this.
2295 (make_breakpoints_pattern): New proc.
2296 (do_test): Add mi_version parameter, test -break-insert,
2297 -break-info and =breakpoint-created.
2298
2299 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * config/default.exp: Remove 'load_lib gdb.exp'.
2302 * config/monitor.exp: Likewise.
2303 * config/sid.exp: Likewise.
2304 * config/sim.exp: Likewise.
2305 * config/slite.exp: Likewise.
2306 * config/unix.exp: Likewise.
2307 * gdb.base/default.exp: Remove unhelpful comment.
2308
2309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2312
2313 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2316
2317 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * gdb.fortran/type-kinds.exp: Update expected results.
2320
2321 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2324
2325 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2328 function.
2329 (test_basic_parsing_of_type_kinds): Expand types tested.
2330 (test_parsing_invalid_type_kinds): New function.
2331
2332 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.fortran/intrinsics.exp: New file.
2335 * gdb.fortran/intrinsics.f90: New file.
2336 * gdb.fortran/type-kinds.exp: New file.
2337
2338 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.fortran/dot-ops.exp: New file.
2341
2342 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2345 Check upper and lower case logical literals.
2346
2347 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2350 Remove duplicate tests.
2351
2352 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2353
2354 * lib/gdb.exp (builtin_cd): rename of cd.
2355 (cd): Override builtin.
2356
2357 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2358
2359 * gdb.fortran/function-calls.exp: New file.
2360 * gdb.fortran/function-calls.f90: New test.
2361
2362 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2363
2364 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2365 on user program standard output.
2366 * gdb.fortran/short-circuit-argument-list.f90: Record function
2367 calls.
2368
2369 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2370
2371 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2372 failure.
2373
2374 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2375
2376 PR gdb/8527
2377 * gdb.base/interrupt-daemon-attach.c,
2378 gdb.base/interrupt-daemon-attach.exp: New test.
2379
2380 2019-02-27 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.base/page.exp: Add tests for "set width/height -1".
2383
2384 2019-02-27 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.base/page.exp: Add tests for "set/show width/height" with
2387 "infinite" values.
2388
2389 2019-02-27 Tom Tromey <tromey@adacore.com>
2390
2391 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2392 2.4.
2393 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2394 workaround.
2395
2396 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2399 tests for structs with static members.
2400
2401 2019-02-26 Tom Tromey <tromey@adacore.com>
2402
2403 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2404 ValueError, not TypeError.
2405
2406 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2407
2408 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2409 call from main program.
2410
2411 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2414 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2415 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2416 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2417 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2418
2419 2019-02-22 Keith Seitz <keiths@redhat.com>
2420
2421 PR symtab/23853
2422 * gdb.base/symlink-sourcefile.c: New file.
2423 * gdb.base/symlink-sourcefile.exp: New file.
2424
2425 2019-02-20 Tom Tromey <tom@tromey.com>
2426
2427 * gdb.base/info_qt.exp: Update.
2428
2429 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2430
2431 * gdb.base/source.exp: Move "error in sourced script" code to
2432 the end.
2433 * gdb.base/source-error.gdb: Move contents to
2434 source-error-1.gdb. Add new code to source source-error-1.gdb.
2435 * gdb.base/source-error-1.gdb: New file, from previous
2436 source-error.gdb.
2437
2438 2019-02-17 Tom Tromey <tom@tromey.com>
2439
2440 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2441 for macro styling.
2442 * gdb.base/style.c (SOME_MACRO): New macro.
2443
2444 2019-02-17 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.base/style.exp: Add line-wrapping tests.
2447 * gdb.base/page.exp: Add test for quitting during pagination.
2448
2449 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2450
2451 * gdb.ada/big_packed_array: New testcase.
2452 * gdb.ada/homonym.exp: Fix incorrect expected output for
2453 "break <homonym__get_value>" test.
2454
2455 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2456
2457 PR breakpoints/21870
2458 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2459 and prepare_for_testing. Add comment.
2460 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2461 redundant cleanup call. Clean up comment.
2462
2463 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2464
2465 PR breakpoints/21870
2466 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2467 * gdb.arch/aarch64-dbreg-contents.c: New file.
2468
2469 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.ada/mi_ref_changeable: New testcase.
2472
2473 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2474
2475 * gdb.base/attach.exp: Add double attach test.
2476
2477 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2478
2479 * lib/gdb.exp (default_gdb_start): Don't match pagination
2480 prompt.
2481 (gdb_init): Set stty_init.
2482
2483 2019-01-27 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2486 skip_python_tests.
2487
2488 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2489
2490 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2491 New structure.
2492 (struct struct_static_02_02): Likewise.
2493 (struct struct_static_02_03): Likewise.
2494 (struct struct_static_02_04): Likewise.
2495 (struct struct_static_04_01): Likewise.
2496 (struct struct_static_04_02): Likewise.
2497 (struct struct_static_04_03): Likewise.
2498 (struct struct_static_04_04): Likewise.
2499 (struct struct_static_06_01): Likewise.
2500 (struct struct_static_06_02): Likewise.
2501 (struct struct_static_06_03): Likewise.
2502 (struct struct_static_06_04): Likewise.
2503 (cmp_struct_static_02_01): Likewise.
2504 (cmp_struct_static_02_02): Likewise.
2505 (cmp_struct_static_02_03): Likewise.
2506 (cmp_struct_static_02_04): Likewise.
2507 (cmp_struct_static_04_01): Likewise.
2508 (cmp_struct_static_04_02): Likewise.
2509 (cmp_struct_static_04_03): Likewise.
2510 (cmp_struct_static_04_04): Likewise.
2511 (cmp_struct_static_06_01): Likewise.
2512 (cmp_struct_static_06_02): Likewise.
2513 (cmp_struct_static_06_03): Likewise.
2514 (cmp_struct_static_06_04): Likewise.
2515 (call_all): Test new structs.
2516 * gdb.base/infcall-nested-structs.exp: Likewise.
2517
2518 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2519 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2520
2521 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2522 * gdb.base/stack-protector.c: New test.
2523 * gdb.base/stack-protector.exp: New file.
2524 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2525 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2526 option.
2527 (gdb_compile): Remove stack protector for GCC and prevent
2528 recursion.
2529
2530 2019-01-16 Keith Seitz <keiths@redhat.com>
2531
2532 PR gdb/23773
2533 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2534
2535 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2536
2537 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2538 aliases.
2539 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2540 tests.
2541 * gdb.arch/powerpc-vector-regs.c: New file.
2542 * gdb.arch/powerpc-vector-regs.exp: New file.
2543
2544 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2545
2546 * gdb.arch/altivec-regs.exp: Fix the list passed to
2547 gdb_expect_list when testing "info vector".
2548
2549 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * gdb.base/style.exp: Don't include path in testname.
2552
2553 2019-01-10 Keith Seitz <keiths@redhat.com>
2554
2555 PR gdb/23712
2556 PR symtab/23010
2557 * gdb.dwarf2/multidictionary.exp: New file.
2558
2559 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2560
2561 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2562 (test_gnuv3_style_demangling): ... this.
2563 (test_lucid_style_demangling): Remove.
2564 (test_arm_style_demangling): Remove.
2565 (test_hp_style_demangling): Remove.
2566 (do_tests): Remove calls to the above.
2567
2568 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2571 case.
2572
2573 2019-01-06 Tom Tromey <tom@tromey.com>
2574
2575 PR gdb/28155:
2576 * gdb.dwarf2/typedef-void-finish.exp: New file.
2577
2578 2018-12-28 Tom Tromey <tom@tromey.com>
2579 Simon Marchi <simark@simark.ca>
2580
2581 * gdb.base/jit-exec.exp: New file.
2582 * gdb.base/jit-exec.c: New file.
2583 * gdb.base/jit-execd.c: New file.
2584
2585 2018-12-28 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.base/style.exp: Update test to check for address styling.
2588
2589 2018-12-28 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2592 message.
2593
2594 2018-12-28 Tom Tromey <tom@tromey.com>
2595
2596 * gdb.base/style.exp: Add test for version number styling.
2597
2598 2018-12-28 Tom Tromey <tom@tromey.com>
2599
2600 * gdb.base/style.exp: Add test for print_address_symbolic.
2601
2602 2018-12-28 Tom Tromey <tom@tromey.com>
2603
2604 * gdb.base/style.exp: Add test for breakpoint setting.
2605
2606 2018-12-28 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.base/style.exp: Add test for variable names.
2609
2610 2018-12-28 Tom Tromey <tom@tromey.com>
2611
2612 * gdb.base/style.exp: New file.
2613 * gdb.base/style.c: New file.
2614
2615 2018-12-28 Tom Tromey <tom@tromey.com>
2616
2617 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2618 "dumb".
2619 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2620 the TERM environment variable.
2621
2622 2018-12-27 Tom Tromey <tom@tromey.com>
2623
2624 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2625 pagination test.
2626
2627 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2630 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2631
2632 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2633
2634 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2635 Filename a.adb changed to bp_fun_addr.adb.
2636 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2637
2638 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2639
2640 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2641 non-PIE executables.
2642 * README: Mention the gdb,nopie_flag board setting.
2643 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2644 non-PIE executable.
2645 * gdb.arch/amd64-entry-value.exp: Likewise.
2646 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2647 * gdb.arch/i386-float.exp: Likewise.
2648 * gdb.arch/i386-signal.exp: Likewise.
2649 * gdb.mi/mi-reg-undefined.exp: Likewise.
2650
2651 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2652
2653 PR gdb/23974
2654 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2655
2656 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2657
2658 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2659 Update order of results accordingly.
2660
2661 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.base/annota1.exp: Update a test regexp.
2664
2665 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2668
2669 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2670
2671 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2672 (reuse_time): Initialize to REUSE_TIME_CAP.
2673 (check_rc): New function.
2674 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2675 Check pthread_create rc.
2676 (spawner_thread_func): Check pthread_create and pthread_join rc.
2677
2678 2018-12-08 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.base/list.exp (test_forward_search): Rename to ...
2681 (test_forward_reverse_search): ... this. Also test reverse-search
2682 and the forward-search alias.
2683
2684 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2687 local timeout variable before return, and remove all local timeout
2688 variable entirely.
2689 (gdb_load): Likewise.
2690
2691 2018-12-01 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.base/gdb-caching-proc.exp: New file.
2694
2695 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2696
2697 * Makefile.in (TIMESTAMP): New variable.
2698 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2699 command.
2700 (check-single-racy): Likewise.
2701 (check/%.exp): Likewise.
2702 (check-racy/%.exp): Likewise.
2703 (workers/%.worker): Likewise.
2704 (build-perf): Likewise.
2705 (check-perf): Likewise.
2706 * README: Describe new "TS" and "TS_FORMAT" variables.
2707 * print-ts.py: New file.
2708
2709 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2710
2711 PR python/23714
2712 * gdb.python/python.exp: Test command repetition after
2713 gdb.execute.
2714
2715 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2718 is correctly aligned.
2719
2720 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2721
2722 * gdb.ada/info_auto_lang.exp: New testcase.
2723 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2724 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2725 * gdb.ada/info_auto_lang/some_c.c: New file.
2726
2727 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2728
2729 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2730 FUNC_lang language syntax.
2731
2732 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2733
2734 * gdb.base/info_minsym.c: New file.
2735 * gdb.base/info_minsym.exp: New file.
2736
2737 2018-11-19 Tom Tromey <tom@tromey.com>
2738
2739 PR rust/23625:
2740 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2741 * gdb.rust/expr.exp: Update expected output. Change one test.
2742
2743 2018-11-19 Tom Tromey <tom@tromey.com>
2744
2745 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2746
2747 2018-11-19 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2750 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2751 see the expected warning.
2752
2753 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2754
2755 PR gdb/22736:
2756 * gdb.cp/infcall-nodebug-lib.c: New test.
2757 * gdb.cp/infcall-nodebug-main.c: New test.
2758 * gdb.cp/infcall-nodebug.exp: New file.
2759
2760 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2761
2762 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2763 completer tests.
2764
2765 2018-11-09 Tom de Vries <tdevries@suse.de>
2766
2767 * gdb.base/msym-lang.c: New test.
2768 * gdb.base/msym-lang.exp: New file.
2769 * gdb.base/msym-lang-main.c: New test.
2770
2771 2018-11-08 Tom Tromey <tom@tromey.com>
2772
2773 PR gdb/23555:
2774 PR gdb/23838:
2775 * gdb.base/warning.exp: New file.
2776
2777 2018-11-08 Jan Beulich <jbeulich@suse.com>
2778
2779 * testsuite/gdb.arch/i386-avx512.c,
2780 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2781
2782 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2785 point hardware.
2786
2787 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2790 * gdb.dwarf2/missing-type-name.exp: New file.
2791
2792 2018-11-06 Tom de Vries <tdevries@suse.de>
2793
2794 * gdb.base/many-headers.c: New test.
2795 * gdb.base/many-headers.exp: New file.
2796
2797 2018-11-06 Jim Wilson <jimw@sifive.com>
2798
2799 * gdb.base/code_elim.exp: For riscv, set additional_flags
2800 to include -msmall-data-limit=0.
2801
2802 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2803
2804 * gdb.ada/watch_minus_l: New testcase.
2805
2806 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2807
2808 * gdb.arch/aix-sighandle.c: New file.
2809 * gdb.arch/aix-sighandle.exp: New file.
2810
2811 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2814 registers being unions.
2815
2816 2018-10-31 Tom de Vries <tdevries@suse.de>
2817
2818 * lib/valgrind.exp: New file.
2819 (vgdb_start, vgdb_stop): New procs, factored out of ...
2820 * gdb.base/valgrind-bt.exp: ... here, ...
2821 * gdb.base/valgrind-disp-step.exp: ... here and ...
2822 * gdb.base/valgrind-infcall.exp: ... here.
2823
2824 2018-10-31 Tom de Vries <tdevries@suse.de>
2825
2826 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2827
2828 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.dwarf2/void-type.c: New file.
2831 * gdb.dwarf2/void-type.exp: New file.
2832
2833 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2834
2835 * gdb.base/info_qt.c: New file.
2836 * gdb.base/info_qt.exp: New file.
2837
2838 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2839
2840 * gdb.arch/powerpc-htm-regs.c: New file.
2841 * gdb.arch/powerpc-htm-regs.exp: New file.
2842
2843 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2844
2845 * gdb.arch/powerpc-tar.c: New file.
2846 * gdb.arch/powerpc-tar.exp: New file.
2847
2848 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2849
2850 * gdb.arch/powerpc-ppr-dscr.c: New file.
2851 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2852
2853 2018-10-25 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2856
2857 2018-10-24 Tom de Vries <tdevries@suse.de>
2858
2859 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2860 longer exists error.
2861
2862 2018-10-24 Tom de Vries <tdevries@suse.de>
2863
2864 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2865
2866 2018-10-24 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2869 --db-attach in valgrind.
2870
2871 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.arch/riscv-reg-aliases.c: New file.
2874 * gdb.arch/riscv-reg-aliases.exp: New file.
2875
2876 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2877
2878 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2879
2880 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2881
2882 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2883
2884 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2885
2886 * gdb.cp/ovldbreak.exp: Fix regexps.
2887
2888 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2889
2890 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2891
2892 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2893
2894 PR cli/23785
2895 * gdb.base/restore.exp: New test to check if "restore" with an
2896 invalid file doesn't segfault.
2897
2898 2018-10-18 Tom de Vries <tdevries@suse.de>
2899
2900 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2901 * gdb.ada/excep_handle.exp: Same.
2902 * gdb.ada/mi_string_access.exp: Same.
2903 * gdb.ada/mi_var_union.exp: Same.
2904 * gdb.arch/arc-analyze-prologue.exp: Same.
2905 * gdb.arch/arc-decode-insn.exp: Same.
2906 * gdb.base/readnever.exp: Same.
2907 * gdb.fortran/printing-types.exp: Same.
2908 * gdb.guile/scm-lazy-string.exp: Same.
2909
2910 2018-10-16 Tom de Vries <tdevries@suse.de>
2911
2912 PR gdb/23730
2913 * gdb.base/catch-follow-exec.c: Add copyright notice.
2914 * gdb.base/catch-follow-exec.exp: Rewrite to use
2915 gdb_spawn_with_cmdline_opts. Require gdb-native.
2916
2917 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2918
2919 * gdb.trace/actions-changed.exp: Check for arch support.
2920 * gdb.trace/actions.exp: Likewise.
2921 * gdb.trace/ax.exp: Likewise.
2922 * gdb.trace/backtrace.exp: Likewise.
2923 * gdb.trace/change-loc.exp: Likewise.
2924 * gdb.trace/deltrace.exp: Likewise.
2925 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2926 * gdb.trace/ftrace.exp: Likewise.
2927 * gdb.trace/infotrace.exp: Check for arch support.
2928 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2929 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2930 * gdb.trace/mi-tsv-changed.exp: Likewise.
2931 * gdb.trace/packetlen.exp: Likewise.
2932 * gdb.trace/passc-dyn.exp: Likewise.
2933 * gdb.trace/passcount.exp: Likewise.
2934 * gdb.trace/pending.exp: Likewise.
2935 * gdb.trace/range-stepping.exp: Check for shlib support.
2936 * gdb.trace/report.exp: Check for arch support.
2937 * gdb.trace/save-trace.exp: Likewise.
2938 * gdb.trace/signal.exp: Check for signal support.
2939 * gdb.trace/tfind.exp: Check for arch support.
2940 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2941 * gdb.trace/trace-common.h: Add comment.
2942 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2943 * gdb.trace/trace-enable-disable.exp: Likewise.
2944 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2945 * gdb.trace/tracecmd.exp: Check for arch support.
2946 * gdb.trace/tspeed.exp: Check for shlib and target support.
2947 * gdb.trace/tstatus.exp: Check for arch support.
2948 * gdb.trace/tsv.exp: Likewise.
2949 * gdb.trace/while-dyn.exp: Likewise.
2950 * gdb.trace/while-stepping.exp: Likewise.
2951 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2952
2953 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2954
2955 * gdb.trace/tspeed.exp: Remove nowarnings.
2956 (prepare_for_trace_test): Declare "global ipalib".
2957 * gdb.trace/tspeed.c: Include unistd.h.
2958 (main): Remove superfluous printf argument.
2959
2960 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2961
2962 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2963 directory prefix on the filename.
2964
2965 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2966
2967 * gdb.gdb/unittest.exp: Update expected message informing that
2968 selftests have been disabled.
2969 * gdb.server/unittest.exp: Likewise.
2970
2971 2018-10-09 Tom de Vries <tdevries@suse.de>
2972
2973 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2974 with runto_main.
2975
2976 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2977
2978 PR c++/16841
2979 * gdb.cp/virtbase2.cc: New file.
2980 * gdb.cp/virtbase2.exp: New file.
2981
2982 2018-10-06 Tom Tromey <tom@tromey.com>
2983
2984 PR python/19399:
2985 * gdb.python/py-inferior.exp: Add architecture test.
2986
2987 2018-10-06 Tom Tromey <tom@tromey.com>
2988
2989 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2990 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2991
2992 2018-10-06 Tom Tromey <tom@tromey.com>
2993
2994 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2995 of a "throw" catchpoint.
2996
2997 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 * gdb.base/info-proc.exp: Update string expected from "help info
3000 proc".
3001
3002 2018-10-04 Tom Tromey <tom@tromey.com>
3003
3004 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3005 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3006 (test_initial_complaints, test_empty_complaints): Update.
3007 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3008
3009 2018-10-04 Tom Tromey <tom@tromey.com>
3010
3011 PR cli/19551:
3012 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3013 * lib/gdb.exp (gdb_file_cmd): Update.
3014 * gdb.stabs/weird.exp (print_weird_var): Update.
3015 * gdb.server/solib-list.exp: Update.
3016 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3017 * gdb.mi/mi-cli.exp: Update.
3018 * gdb.linespec/linespec.exp: Update.
3019 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3020 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3021 * gdb.cp/cp-relocate.exp: Update.
3022 * gdb.base/sym-file.exp: Update.
3023 * gdb.base/relocate.exp: Update.
3024 * gdb.base/readnever.exp: Update.
3025 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3026 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3027 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3028 * gdb.base/code_elim.exp: Update.
3029 * gdb.base/break-unload-file.exp (test_break): Update.
3030 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3031 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3032 Update.
3033 * gdb.base/attach.exp (do_attach_tests): Update.
3034 * gdb.base/sepdebug.exp: Update.
3035 * gdb.python/py-section-script.exp: Update.
3036
3037 2018-10-04 Tom Tromey <tom@tromey.com>
3038
3039 PR cli/22234:
3040 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3041 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3042 output.
3043
3044 2018-10-04 Tom Tromey <tom@tromey.com>
3045
3046 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3047 set width and height to 0.
3048 (test_command_line_attach_run): Use -quiet.
3049
3050 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3051
3052 * lib/gdb.exp (skip_ifunc_tests): New.
3053 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3054 other compile failures.
3055 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3056
3057 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3058
3059 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3060 is_amd64_regs_target.
3061
3062 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3063
3064 * gdb.arch/aarch64-sighandler-regs.c: New test.
3065 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3066 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3067
3068 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3069
3070 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3071 assembly.
3072
3073 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.base/frame-selection.exp: New file.
3076 * gdb.base/frame-selection.c: New file.
3077
3078 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3079
3080 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3081 pthread barrier.
3082 (main): Likewise.
3083
3084 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.base/large-frame-1.c: New file.
3087 * gdb.base/large-frame-2.c: New file.
3088 * gdb.base/large-frame.exp: New file.
3089 * gdb.base/large-frame.h: New file.
3090
3091 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3092
3093 PR gdb/20948
3094 * gdb.base/write_mem.exp: New test.
3095 * gdb.base/write_mem.c: Likewise.
3096
3097 2018-09-23 Tom Tromey <tom@tromey.com>
3098
3099 PR python/18852:
3100 * gdb.python/py-parameter.exp: Add test for parameter that throws
3101 on "set".
3102
3103 2018-09-23 Tom Tromey <tom@tromey.com>
3104
3105 PR python/17284:
3106 * gdb.python/py-template.exp (test_template_arg): Add test for
3107 negative template argument number.
3108
3109 2018-09-23 Tom Tromey <tom@tromey.com>
3110
3111 PR python/14062:
3112 * gdb.python/python.exp: Add test for post_event error.
3113
3114 2018-09-23 Tom Tromey <tom@tromey.com>
3115
3116 PR python/18170:
3117 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3118 convert pointers to int and long.
3119
3120 2018-09-23 Tom Tromey <tom@tromey.com>
3121
3122 PR python/20126:
3123 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3124 signed-ness conversion tests.
3125
3126 2018-09-23 Tom Tromey <tom@tromey.com>
3127
3128 PR python/18352;
3129 * gdb.python/py-value.exp (test_float_conversion): New proc.
3130 Use it.
3131
3132 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3133
3134 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3135
3136 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3137
3138 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3139 no readline.
3140 * gdb.base/utf8-identifiers.exp: Likewise.
3141 * gdb.cp/cpcompletion.exp: Likewise.
3142 * gdb.linespec/cpcompletion.exp: Likewise.
3143 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3144 * gdb.linespec/cpls-ops.exp: Likewise.
3145
3146 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3147 Chris January <chris.january@arm.com>
3148
3149 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3150 * gdb.fortran/short-circuit-argument-list.exp: New file.
3151 * gdb.fortran/short-circuit-argument-list.f90: New test.
3152
3153 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3154
3155 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3156 "arch=" keyword when executing "-stack-list-frames".
3157
3158 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3159
3160 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3161 "arch=" keyword when executing "-stack-list-frames".
3162
3163 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3164
3165 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3166 break ada".
3167
3168 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3169
3170 PR python/23669
3171 * gdb.python/python.exp: Test gdb.execute("show commands").
3172
3173 2018-09-16 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.base/new-ui.exp (do_execution_tests): Update.
3176 * gdb.base/dbx.exp (test_breakpoints): Update.
3177
3178 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3179
3180 * lib/gdb.exp (gdb_simple_compile): Add proc.
3181 (is_elf_target): Use gdb_simple_compile.
3182 (skip_altivec_tests): Likewise.
3183 (skip_vsx_tests): Likewise.
3184 (skip_tsx_tests): Likewise.
3185 (skip_btrace_tests): Likewise.
3186 (skip_btrace_pt_tests): Likewise.
3187 (gdb_can_simple_compile): Likewise.
3188 (gdb_has_argv0): Likewise.
3189 (gdb_target_symbol_prefix): Likewise.
3190 (target_supports_scheduler_locking): Likewise.
3191
3192 2018-09-13 Tom Tromey <tom@tromey.com>
3193
3194 * Makefile.in (TAGS): Recognize proc_with_prefix and
3195 gdb_caching_proc.
3196
3197 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3198
3199 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3200 method.
3201
3202 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3203
3204 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3205 and a few other Inferior properties when the Inferior is no
3206 longer valid.
3207
3208 2018-09-13 Tom Tromey <tom@tromey.com>
3209
3210 PR rust/23650:
3211 * gdb.rust/simple.exp: Add test for enum field access error.
3212
3213 2018-09-13 Tom Tromey <tom@tromey.com>
3214
3215 PR rust/23626:
3216 * gdb.rust/simple.rs (EmptyEnum): New type.
3217 (main): Use it.
3218 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3219
3220 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3221
3222 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3223 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3224 * gdb.python/py-symtab.exp: Update test printing an objfile.
3225
3226 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3227
3228 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3229 object.
3230
3231 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3232
3233 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3234 (support_complex_tests): Use gdb_can_simple_compile.
3235 (is_ilp32_target): Likewise.
3236 (is_lp64_target): Likewise.
3237 (is_64_target): Likewise.
3238 (is_amd64_regs_target): Likewise.
3239 (is_aarch32_target): Likewise.
3240 (gdb_int128_helper): Likewise.
3241
3242 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3245
3246 2018-09-10 Jerome Guitton <guitton@adacore.com>
3247
3248 * gdb.ada/same_component_name: Add test for case of tagged record
3249 with variable-length fields.
3250
3251 2018-09-10 Xavier Roirand <roirand@adacore.com>
3252
3253 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3254 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3255 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3256 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3257
3258 2018-09-10 Xavier Roirand <roirand@adacore.com>
3259
3260 * gdb.ada/mi_string_access.exp: New testcase.
3261 * gdb.ada/mi_string_access/bar.adb: New file.
3262 * gdb.ada/mi_string_access/pck.adb: New file.
3263 * gdb.ada/mi_string_access/pck.asd: New file.
3264
3265 2018-09-10 Xavier Roirand <roirand@adacore.com>
3266
3267 * gdb.ada/mi_var_union.exp: New testcase.
3268 * gdb.ada/mi_var_union/bar.adb: New file.
3269 * gdb.ada/mi_var_union/pck.adb: New file.
3270 * gdb.ada/mi_var_union/pck.asd: New file.
3271
3272 2018-09-08 Tom Tromey <tom@tromey.com>
3273
3274 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3275
3276 2018-09-08 Tom Tromey <tom@tromey.com>
3277
3278 PR python/16047:
3279 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3280 (register_pretty_printers): Register new printer.
3281 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3282 test.
3283 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3284 (an_int_type3): New global.
3285
3286 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3287
3288 * gdb.ada/expr_with_funcall: New testcase.
3289
3290 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3291
3292 * gdb.ada/packed_array_assign: New testcase.
3293
3294 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3297 names, and add test prefixes to make test names unique.
3298
3299 2018-09-05 Tom de Vries <tdevries@suse.de>
3300
3301 * gdb.dwarf2/varval.exp: Add test.
3302
3303 2018-09-04 Gary Benson <gbenson@redhat.com>
3304
3305 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3306 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3307
3308 2018-08-31 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.rust/simple.rs: Rename second variable "v".
3311
3312 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3313
3314 * gdb.base/funcargs.c (use_a): New function.
3315 (recurse): Call use_a.
3316
3317 2018-08-29 Keith Seitz <keiths@redhat.com>
3318
3319 * gdb.compile/compile-cplus-anonymous.cc: New file.
3320 * gdb.compile/compile-cplus-anonymous.exp: New file.
3321 * gdb.compile/compile-cplus-array-decay.cc: New file.
3322 * gdb.compile/compile-cplus-array-decay.exp: New file.
3323 * gdb.compile/compile-cplus-inherit.cc: New file.
3324 * gdb.compile/compile-cplus-inherit.exp: New file.
3325 * gdb.compile/compile-cplus-member.cc: New file.
3326 * gdb.compile/compile-cplus-member.exp: New file.
3327 * gdb.compile/compile-cplus-method.cc: New file.
3328 * gdb.compile/compile-cplus-method.exp: New file.
3329 * gdb.compile/compile-cplus-mod.c: "New" file.
3330 * gdb.compile/compile-cplus-namespace.cc: New file.
3331 * gdb.compile/compile-cplus-namespace.exp: New file.
3332 * gdb.compile/compile-cplus-nested.cc: New file.
3333 * gdb.compile/compile-cplus-nested.exp: New file.
3334 * gdb.compile/compile-cplus-print.c: "New" file.
3335 * gdb.compile/compile-cplus-print.exp: "New" file.
3336 * gdb.compile/compile-cplus-virtual.cc: New file.
3337 * gdb.compile/compile-cplus-virtual.exp: New file.
3338 * gdb.compile/compile-cplus.c: "New" file.
3339 * gdb.compile/compile-cplus.exp: "New" file.
3340 * lib/compile-support.exp: New file.
3341
3342 2018-08-16 Gary Benson <gbenson@redhat.com>
3343
3344 PR gdb/13000:
3345 * gdb.base/batch-exit-status.exp: New file.
3346 * gdb.base/batch-exit-status.good-commands: Likewise.
3347 * gdb.base/batch-exit-status.bad-commands: Likewise.
3348
3349 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3350
3351 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3352 (struct struct02): Likewise.
3353 (struct struct03): Likewise.
3354 (struct struct04): Likewise.
3355 (struct struct_01_01): New struct.
3356 (struct struct_01_02): Likewise.
3357 (struct struct_01_03): Likewise.
3358 (struct struct_01_04): Likewise.
3359 (struct struct_02_01): Likewise.
3360 (struct struct_02_02): Likewise.
3361 (struct struct_02_03): Likewise.
3362 (struct struct_02_04): Likewise.
3363 (struct struct_04_01): Likewise.
3364 (struct struct_04_02): Likewise.
3365 (struct struct_04_03): Likewise.
3366 (struct struct_04_04): Likewise.
3367 (struct struct_05_01): Likewise.
3368 (struct struct_05_02): Likewise.
3369 (struct struct_05_03): Likewise.
3370 (struct struct_05_04): Likewise.
3371 (cmp_struct01): Remove function.
3372 (cmp_struct02): Likewise.
3373 (cmp_struct03): Likewise.
3374 (cmp_struct04): Likewise.
3375 (cmp_struct_01_01): Add Function.
3376 (cmp_struct_01_02): Likewise.
3377 (cmp_struct_01_03): Likewise.
3378 (cmp_struct_01_04): Likewise.
3379 (cmp_struct_02_01): Likewise.
3380 (cmp_struct_02_02): Likewise.
3381 (cmp_struct_02_03): Likewise.
3382 (cmp_struct_02_04): Likewise.
3383 (cmp_struct_04_01): Likewise.
3384 (cmp_struct_04_02): Likewise.
3385 (cmp_struct_04_03): Likewise.
3386 (cmp_struct_04_04): Likewise.
3387 (cmp_struct_05_01): Likewise.
3388 (cmp_struct_05_02): Likewise.
3389 (cmp_struct_05_03): Likewise.
3390 (cmp_struct_05_04): Likewise.
3391 (call_all): Add new structs.
3392 * gdb.base/infcall-nested-structs.exp: Likewise.
3393
3394 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3395
3396 * gdb.python/py-framefilter-mi.exp: Update regexp to
3397 check for "arch" field in frame output.
3398
3399 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3400
3401 * gdb.dwarf2/dw2-ranges-func.c: New file.
3402 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3403
3404 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3405
3406 * gdb.base/term.exp: Compare terminal settings with values from
3407 the inferior.
3408 * gdb.base/term.c: Get and set terminal settings.
3409
3410 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3411
3412 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3413 accommodate new "arch" field in frame output.
3414 * gdb.mi/mi-return.exp: Likewise.
3415 * gdb.mi/mi-stack.exp: Likewise.
3416 * gdb.mi/mi-syn-frame.exp: Likewise.
3417 * gdb.mi/user-selected-context-sync.exp: Likewise.
3418
3419 2018-08-19 Michael Spang <spang@google.com>
3420
3421 PR gdb/11786
3422 * gdb.base/gcore-tls-pie.c: New file.
3423 * gdb.base/gcore-tls-pie.exp: New file.
3424
3425 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3426
3427 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3428 * gdb.dwarf2/varval.c: New file.
3429 * gdb.dwarf2/varval.exp: New file.
3430
3431 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3432
3433 PR gdb/18931
3434 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3435
3436 2018-08-16 Keith Seitz <keiths@redhat.com>
3437
3438 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3439 tests expected to pass.
3440
3441 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3442
3443 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3444 -data-disassemble -a.
3445 (test_disassembly_bogus_args): Likewise.
3446
3447 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3450
3451 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.base/vla-optimized-out.exp: Add new test.
3454
3455 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/vla-optimized-out-o3.exp: Delete.
3458 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3459 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3460 deleted tests.
3461
3462 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 PR gdb/18050:
3465 * gdb.server/extended-remote-restart.c: New file.
3466 * gdb.server/extended-remote-restart.exp: New file.
3467
3468 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3469
3470 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3471 "set variable index = 42".
3472
3473 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3474
3475 * boards/index-cache-gdb.exp: New file.
3476 * gdb.dwarf2/index-cache.exp: New file.
3477 * gdb.dwarf2/index-cache.c: New file.
3478 * gdb.base/maint.exp: Check if we are using the index cache.
3479
3480 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3481
3482 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3483 MAKEFLAGS.
3484
3485 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3486
3487 * dg-extract-results.sh: Move to toplevel contrib.
3488 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3489 * Makefile.in (check-parallel-racy): Likewise.
3490
3491 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3494 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3495 tests if the target supports scheduler locking.
3496
3497 2018-08-04 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3500
3501 2018-08-02 Tom Tromey <tom@tromey.com>
3502
3503 PR symtab/16842.
3504 * gdb.cp/temargs.exp: Test "info address" of a template
3505 parameter.
3506
3507 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3508
3509 * gdb.python/py-mi-var-info-path-expression.c: New file.
3510 * gdb.python/py-mi-var-info-path-expression.py: New file.
3511 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3512
3513 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3514
3515 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3516 error after "cannot resolve name" string.
3517
3518 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3521 started.
3522 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3523
3524 2018-07-28 Tom de Vries <tdevries@suse.de>
3525
3526 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3527
3528 2018-07-26 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3531
3532 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3535 is visible.
3536
3537 2018-07-26 Tom de Vries <tdevries@suse.de>
3538
3539 PR breakpoints/23366
3540 * gdb.base/catch-follow-exec.c: New test.
3541 * gdb.base/catch-follow-exec.exp: New file.
3542
3543 2018-07-25 Tom de Vries <tdevries@suse.de>
3544
3545 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3546 vla-optimized-out.c.
3547
3548 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3549
3550 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3551 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3552
3553 2018-07-20 Tom de Vries <tdevries@suse.de>
3554
3555 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3556 NOCLONE macro.
3557 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3558
3559 2018-07-19 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3562 regular expression.
3563
3564 2018-07-18 Tom de Vries <tdevries@suse.de>
3565
3566 * gdb.base/vla-optimized-out.c: New test.
3567 * gdb.base/vla-optimized-out.exp: New file.
3568
3569 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3572 message "No address associated with hostname" when gdbserver
3573 cannot resolve the hostname.
3574
3575 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3576
3577 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3578 Add some test prefixes to make tests unique.
3579
3580 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3581
3582 * gdb.base/frameapply.c: New file.
3583 * gdb.base/frameapply.exp: New file.
3584
3585 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3586
3587 * gdb.base/skip.exp: Update expected error message.
3588
3589 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3590 Jan Kratochvil <jan.kratochvil@redhat.com>
3591 Paul Fertser <fercerpav@gmail.com>
3592 Tsutomu Seki <sekiriki@gmail.com>
3593
3594 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3595 parameter.
3596 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3597 by default.
3598 * boards/native-gdbserver.exp: Likewise.
3599 * gdb.server/run-without-local-binary.exp: Improve regexp used
3600 for detecting when a remote debugging connection succeeds.
3601 * gdb.server/server-connect.exp: New file.
3602 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3603 Do not prefix the port number with ":".
3604 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3605 support for detecting and using it. Add '$debughost_gdbserver'
3606 to the list of arguments used to start gdbserver. Handle case
3607 when gdbserver cannot resolve a network name.
3608
3609 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3610
3611 PR c++/23373
3612 * gdb.base/ptype-offsets.cc (struct static_member): New
3613 struct.
3614 (main) <stmember>: New variable.
3615 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3616 with a static member in it.
3617
3618 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3621 watchpoints enabled and disabled.
3622
3623 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3624
3625 * gdb.base/examine-backward.exp: Still run tests around address
3626 0x0, even if address 0x0 is not readable. Update the pattern for
3627 matching address 0x0 in expected output.
3628
3629 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3632 malloc/free.
3633
3634 2018-07-04 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3637
3638 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3639
3640 PR tdep/8282
3641 * gdb.arch/mips-disassembler-options.exp: New test.
3642 * gdb.arch/mips-disassembler-options.s: New test source.
3643
3644 2018-06-29 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.threads/names.exp: Adjust expected "info threads" output.
3647
3648 2018-06-29 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.opt/inline-break.exp (line number, address): Add "info
3651 break" tests.
3652
3653 2018-06-29 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3656 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3657 number and address and running to them.
3658
3659 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3660
3661 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3662
3663 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3664
3665 * lib/compiler.c: Remove executable permission flag.
3666
3667 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3668
3669 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3670 code.
3671 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3672
3673 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3674
3675 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3676
3677 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3678
3679 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3680 address argument is omitted.
3681
3682 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3683
3684 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3685
3686 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3687
3688 PR gdb/21695
3689 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3690 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3691
3692 2018-06-26 Tom Tromey <tom@tromey.com>
3693
3694 PR rust/22574:
3695 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3696 * gdb.rust/simple.rs (struct SimpleLayout): New.
3697
3698 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3699
3700 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3701 "info registers" output.
3702
3703 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3704
3705 * gdb.base/watchpoint-hw-attach.c: New test.
3706 * gdb.base/watchpoint-hw-attach.exp: New file.
3707
3708 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3711 through /bin/sh.
3712 * boards/dwarf4-gdb-index.exp: Likewise.
3713 * boards/fission-dwp.exp: Likewise.
3714
3715 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3716
3717 * gdb.base/float128.exp: Add comment and improved fail message
3718 to the failure case of "print large128" test.
3719
3720 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * configure.ac: Remove AC_PREREQ.
3723 * configure: Re-generate.
3724
3725 2018-06-19 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3728 (func_extern_caller): New.
3729 (main): Call func_extern_caller.
3730 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3731 logic change.
3732
3733 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3734
3735 PR gdb/16841
3736 * gdb.cp/typedef-base.cc: New file.
3737 * gdb.cp/typedef-base.exp: New file.
3738
3739 2018-06-18 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3742
3743 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3744 Richard Bunt <Richard.Bunt@arm.com>
3745
3746 * gdb.threads/attach-slow-waitpid.c: New file.
3747 * gdb.threads/attach-slow-waitpid.exp: New file.
3748 * gdb.threads/slow-waitpid.c: New file.
3749
3750 2018-06-14 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/fork-running-state.c: Include <errno.h>.
3753 (exit_if_relative_exits): New.
3754 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3755 exits.
3756 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3757 child exits.
3758
3759 2018-06-14 Tom de Vries <tdevries@suse.de>
3760
3761 PR cli/22573
3762 * gdb.base/finish-pretty.c: New test.
3763 * gdb.base/finish-pretty.exp: New file.
3764
3765 2018-06-14 Pedro Alves <palves@redhat.com>
3766
3767 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3768 gdb's expected startup output.
3769
3770 2018-06-14 Pedro Alves <palves@redhat.com>
3771
3772 * lib/selftest-support.exp (selftest_setup): Remove inlined
3773 function handling.
3774
3775 2018-06-14 Tom de Vries <tdevries@suse.de>
3776
3777 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3778 matching of breakpoint printing.
3779
3780 2018-06-13 Tom de Vries <tdevries@suse.de>
3781
3782 PR testsuite/23269
3783 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3784 (fork_child): ... here, and ...
3785 (fork_parent): ... here.
3786
3787 2018-06-12 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3790
3791 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3792 Stephen Roberts <stephen.roberts@arm.com>
3793
3794 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3795 rewrite test to describe action performed, rather than possible
3796 failure.
3797
3798 2018-06-08 Gary Benson <gbenson@redhat.com>
3799
3800 * gdb.threads/check-libthread-db.exp: New file.
3801 * gdb.threads/check-libthread-db.c: Likewise.
3802
3803 2018-06-05 Tom Tromey <tom@tromey.com>
3804
3805 * gdb.base/default.exp: Update expected "show version" output.
3806
3807 2018-06-05 Tom Tromey <tom@tromey.com>
3808
3809 PR cli/12326:
3810 * gdb.cp/static-print-quit.exp: Update.
3811 * lib/gdb.exp (pagination_prompt): Update.
3812 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3813 * gdb.python/python.exp: Update.
3814
3815 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3816
3817 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3818
3819 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3820
3821 * gdb.ada/bp_fun_addr: New testcase.
3822
3823 2018-06-01 Tom Tromey <tom@tromey.com>
3824
3825 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3826 results.
3827 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3828 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3829 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3830 * gdb.base/maint.exp (maint_pass_if): Update.
3831
3832 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3833
3834 * gdb.base/endian.exp: New test.
3835 * gdb.base/endian.c: New test source.
3836
3837 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 PR gdb/23203
3840 * gdb.base/bt-selected-frame.c: New file.
3841 * gdb.base/bt-selected-frame.exp: New file.
3842 * lib/gdb.exp (get_current_frame_number): New function.
3843
3844 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3845 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.threads/tls-core.c: Include <stdlib.h>
3848 (thread_proc): Call `abort'.
3849 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3850 (tls_core_test): New procedure, bits factored out from ...
3851 (top level): ... here. Test both native cores and gcore cores.
3852
3853 2018-05-23 Tom Tromey <tom@tromey.com>
3854
3855 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3856
3857 2018-05-23 Tom Tromey <tom@tromey.com>
3858
3859 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3860 symfile_complaints.
3861 (test_short_complaints): Likewise.
3862 (test_empty_complaints): Likewise.
3863 (test_initial_complaints): Update.
3864
3865 2018-05-23 Tom Tromey <tom@tromey.com>
3866
3867 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3868
3869 2018-05-23 Tom Tromey <tom@tromey.com>
3870
3871 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3872 (test_short_complaints): Update.
3873
3874 2018-05-22 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.base/remote.exp: Only gdb_start after compiling the
3877 testcase. Issue "disconnect" before testing "set remote" command
3878 defaults. Issue clean_restart before running to main.
3879
3880 2018-05-22 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/remote.exp: Adjust expected output of "show remote
3883 memory-write-packet-size". Add tests for "set remote
3884 memory-write-packet-size 0" and "set remote
3885 memory-write-packet-size fixed/limit".
3886
3887 2018-05-22 Pedro Alves <palves@redhat.com>
3888
3889 PR gdb/22973
3890 * gdb.base/utf8-identifiers.c: New file.
3891 * gdb.base/utf8-identifiers.exp: New file.
3892
3893 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3894
3895 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3896
3897 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3898
3899 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3900
3901 2018-05-18 Tom Tromey <tom@tromey.com>
3902
3903 * gdb.base/ptype-offsets.exp: Update.
3904
3905 2018-05-17 Keith Seitz <keiths@redhat.com>
3906
3907 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3908 in expected breakpoint stop locations.
3909 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3910 move to proper scope to test variable values.
3911 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3912 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3913 New functions.
3914 (main): Call not_inline_func3.
3915 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3916 inline_func1, inline_func2, and inline_func3. Test that when each
3917 breakpoint is hit, GDB properly reports both the stop location
3918 and the backtrace. Repeat tests for temporary breakpoints.
3919
3920 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3921
3922 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3923 rather then trying to access it in determining whether the PID
3924 of `gdbserver' could have been retrieved.
3925
3926 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3927
3928 * gdb.arch/amd64-init-x87-values.S: New file.
3929 * gdb.arch/amd64-init-x87-values.exp: New file.
3930
3931 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3932
3933 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3934
3935 2018-05-04 Tom Tromey <tom@tromey.com>
3936
3937 PR python/22730:
3938 * gdb.python/python.exp: Test multi-line execute.
3939
3940 2018-05-04 Tom Tromey <tom@tromey.com>
3941
3942 PR python/22731:
3943 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3944
3945 2018-05-04 Tom Tromey <tom@tromey.com>
3946
3947 PR gdb/11750:
3948 * gdb.base/define.exp: Test defining a user command inside a user
3949 command.
3950 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3951
3952 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3953 Pedro Alves <palves@redhat.com>
3954
3955 PR breakpoints/19806 and support for PR external/20207.
3956 * gdb.base/watchpoint-unaligned.c: New file.
3957 * gdb.base/watchpoint-unaligned.exp: New file.
3958
3959 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3960
3961 * gdb.base/maint.exp: Make test names unique, use
3962 test_prefix_command_help to test 'help maint info', and remove
3963 repeated test of 'help maint'.
3964
3965 2018-05-04 Tom Tromey <tom@tromey.com>
3966
3967 PR gdb/22619:
3968 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3969 behavior.
3970
3971 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3972
3973 * gdb.base/maint.exp: Process output from 'maint print registers'
3974 line at a time.
3975
3976 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3979 timeout.
3980
3981 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3984 filter pattern.
3985
3986 2018-05-02 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3989 to_log_command renames.
3990 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3991
3992 2018-05-02 Tom Tromey <tom@tromey.com>
3993
3994 * gdb.python/py-parameter.exp: Set test message.
3995
3996 2018-05-02 Tom Tromey <tom@tromey.com>
3997
3998 PR python/20084:
3999 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4000 PARAM_ZUINTEGER_UNLIMITED tests.
4001
4002 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4003
4004 PR rust/23124
4005 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4006 when casting.
4007
4008 2018-04-30 Tom Tromey <tom@tromey.com>
4009
4010 * gdb.python/py-type.exp: Check align attribute.
4011 * gdb.python/py-type.c: New "aligncheck" global.
4012
4013 2018-04-30 Tom Tromey <tom@tromey.com>
4014
4015 PR exp/17095:
4016 * gdb.dwarf2/dw2-align.exp: New file.
4017 * gdb.cp/align.exp: New file.
4018 * gdb.base/align.exp: New file.
4019 * lib/gdb.exp (gdb_int128_helper): New proc.
4020 (has_int128_c, has_int128_cxx): New caching procs.
4021
4022 2018-04-27 Tom Tromey <tom@tromey.com>
4023
4024 PR rust/22545:
4025 * gdb.rust/simple.exp: Add inclusive range tests.
4026
4027 2018-04-26 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4030 ifunc breakpoint locations correctly of ifunc breakpoints set
4031 while the program resolves the ifunc.
4032
4033 2018-04-26 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/gnu-ifunc-final.c: New file.
4036 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4037 * gdb.base/gnu-ifunc.exp (executable): Delete.
4038 (staticexecutable): Adjust.
4039 (lib_opts, exec_opts): Delete.
4040 (make_binsuffix, build, set-break): New procedures.
4041 (misc_tests): New, with tests factored out from the top level.
4042 (top level): Test different combinations of ifunc resolver name,
4043 resolver with and with debug info, and ifunc target with and
4044 without debug info. Wrap static tests with with_target_prefix.
4045
4046 2018-04-26 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4049 return type" warnings.
4050
4051 2018-04-25 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4054 killed".
4055 * gdb.base/kill-after-signal.exp: Likewise.
4056 * gdb.threads/kill.exp: Likewise.
4057
4058 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4059 Sergio Durigan Junior <sergiodj@redhat.com>
4060 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4063 regexps to expect for '[Inferior ... detached]' as well.
4064 * gdb.base/attach.exp: Likewise.
4065 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4066 "gdb_continue_to_end".
4067 (test_catch_syscall_with_wrong_args): Likewise.
4068 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4069 ']'. Don't set 'verbose' on.
4070 * gdb.base/foll-vfork.exp: Likewise.
4071 * gdb.base/fork-print-inferior-events.c: New file.
4072 * gdb.base/fork-print-inferior-events.exp: New file.
4073 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4074 '[Inferior ... has been killed]' message.
4075 * gdb.base/kill-after-signal.exp: Likewise.
4076 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4077 detach message.
4078 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4079 message.
4080 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4081 regexps to expect for '[Inferior ... detached]' as well.
4082 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4083
4084 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4085
4086 PR gdb/23104
4087 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4088
4089 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4090
4091 * gdb.threads/multiple-successive-infcall.c: New test.
4092 * gdb.threads/multiple-successive-infcall.exp: New file.
4093
4094 2018-04-17 Tom Tromey <tom@tromey.com>
4095
4096 * gdb.rust/simple.rs (Union): New type.
4097 (main): New local "u".
4098 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4099
4100 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4101
4102 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4103 number information in output of "whereis" command.
4104 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4105
4106 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4107
4108 * gdb.ada/info_types.exp: Adjust expected output to the line
4109 numbers now printed by "info var/func/type".
4110 * gdb.base/completion.exp: Likewise.
4111 * gdb.base/included.exp: Likewise.
4112 * gdb.cp/cp-relocate.exp: Likewise.
4113 * gdb.cp/cplusfuncs.exp: Likewise.
4114 * gdb.cp/namespace.exp: Likewise.
4115 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4116
4117 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4118
4119 * gdb.btrace/cpu.exp: New.
4120
4121 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4122
4123 * gdb.base/step-indirect-call-thunk.exp: New.
4124 * gdb.base/step-indirect-call-thunk.c: New.
4125 * gdb.reverse/step-indirect-call-thunk.exp: New.
4126 * gdb.reverse/step-indirect-call-thunk.c: New.
4127
4128 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4129
4130 * gdb.base/pie-fork.c: New file.
4131 * gdb.base/pie-fork.exp: New file.
4132
4133 2018-04-11 Tom Tromey <tom@tromey.com>
4134
4135 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4136
4137 2018-04-10 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4140 exits. Instead loop running forever.
4141 (fork_parent): Run forever too.
4142
4143 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4144
4145 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4146 mi_continue_to_line.
4147 * gdb.mi/mi-stack.c (callee4): Add comment.
4148
4149 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4150
4151 * gdb.mi/mi-stack.exp: Fix indentation.
4152
4153 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4154
4155 PR gdb/22979
4156 * gdb.arch/amd64-osabi.exp: New file.
4157
4158 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4159
4160 PR gdb/22980
4161 * gdb.base/osabi.exp: New file.
4162
4163 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4164
4165 * gdb.cp/static-typedef-print.exp: New file.
4166 * gdb.cp/static-typedef-print.cc: New file.
4167
4168 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4169
4170 * gdb.ada/varsize_limit: New testcase.
4171
4172 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4175
4176 * gdb.ada/notcplusplus: New testcase.
4177
4178 * gdb.base/c-linkage-name.c: New file.
4179 * gdb.base/c-linkage-name.exp: New testcase.
4180
4181 2018-03-26 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4184 * gdb.python/py-framefilter.py (name_error): New global.
4185 (ErrorInName.function): Use name_error.
4186
4187 2018-03-26 Tom Tromey <tom@tromey.com>
4188
4189 PR backtrace/15582:
4190 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4191
4192 2018-03-23 Keith Seitz <keiths@redhat.com>
4193
4194 PR c++/22968
4195 * gdb.cp/subtypes.exp: New file.
4196 * gdb.cp/subtypes.h: New file.
4197 * gdb.cp/subtypes.cc: New file.
4198 * gdb.cp/subtypes-2.cc: New file.
4199
4200 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4203 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4204 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4205 -nostartfiles when compiling the test. Confirm that all registers
4206 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4207
4208 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4211 option, syntax was wrong anyway.
4212 * gdb.arch/arm-disp-step.exp: Likewise.
4213 * gdb.arch/sparc64-regs.exp: Likewise.
4214 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4215 option, syntax was wrong anyway, switch to use
4216 prepare_for_testing.
4217 * gdb.arch/i386-disp-step.exp: Likewise.
4218
4219 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4220
4221 * gdb.ada/exec_changed.exp: Replace "target_info exists
4222 use_gdb_stub" by "use_gdb_stub".
4223 * gdb.ada/start.exp: Likewise.
4224 * gdb.base/async-shell.exp: Likewise.
4225 * gdb.base/attach-pie-misread.exp: Likewise.
4226 * gdb.base/attach-wait-input.exp: Likewise.
4227 * gdb.base/break-entry.exp: Likewise.
4228 * gdb.base/break-interp.exp: Likewise.
4229 * gdb.base/dprintf-detach.exp: Likewise.
4230 * gdb.base/nostdlib.exp: Likewise.
4231 * gdb.base/solib-nodir.exp: Likewise.
4232 * gdb.base/statistics.exp: Likewise.
4233 * gdb.base/testenv.exp: Likewise.
4234 * gdb.mi/mi-exec-run.exp: Likewise.
4235 * gdb.mi/mi-start.exp: Likewise.
4236 * gdb.multi/dummy-frame-restore.exp: Likewise.
4237 * gdb.multi/multi-arch-exec.exp: Likewise.
4238 * gdb.multi/multi-arch.exp: Likewise.
4239 * gdb.multi/tids.exp: Likewise.
4240 * gdb.multi/watchpoint-multi.exp: Likewise.
4241 * gdb.python/py-events.exp: Likewise.
4242 * gdb.threads/attach-into-signal.exp: Likewise.
4243 * gdb.threads/attach-stopped.exp: Likewise.
4244 * gdb.threads/threadapply.exp: Likewise.
4245 * lib/selftest-support.exp: Likewise.
4246
4247 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4248
4249 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4250
4251 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4252
4253 * gdb.perf/template-breakpoints.cc: New file.
4254 * gdb.perf/template-breakpoints.exp: New file.
4255 * gdb.perf/template-breakpoints.py: New file.
4256
4257 2018-03-19 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4260 y0.
4261 * gdb.rust/simple.exp: Test bare identifier form of struct
4262 initializer.
4263
4264 2018-03-19 Tom Tromey <tom@tromey.com>
4265
4266 * gdb.gdb/observer.exp: Remove.
4267
4268 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4269
4270 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4271 "qualified" option when setting breakpoints.
4272 * gdb.trace/backtrace.exp: Likewise.
4273 * gdb.trace/circ.exp: Likewise.
4274 * gdb.trace/collection.exp: Likewise.
4275 * gdb.trace/disconnected-tracing.exp: Likewise.
4276 * gdb.trace/ftrace-lock.exp: Likewise.
4277 * gdb.trace/ftrace.exp: Likewise.
4278 * gdb.trace/infotrace.exp: Likewise.
4279 * gdb.trace/packetlen.exp: Likewise.
4280 * gdb.trace/passc-dyn.exp: Likewise.
4281 * gdb.trace/qtro.exp: Likewise.
4282 * gdb.trace/read-memory.exp: Likewise.
4283 * gdb.trace/report.exp: Likewise.
4284 * gdb.trace/signal.exp: Likewise.
4285 * gdb.trace/status-stop.exp: Likewise.
4286 * gdb.trace/strace.exp: Likewise.
4287 * gdb.trace/tfind.exp: Likewise.
4288 * gdb.trace/trace-break.exp: Likewise.
4289 * gdb.trace/trace-condition.exp: Likewise.
4290 * gdb.trace/trace-mt.exp: Likewise.
4291 * gdb.trace/tstatus.exp: Likewise.
4292 * gdb.trace/tsv.exp: Likewise.
4293 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4294 * gdb.trace/unavailable.exp: Likewise.
4295 * gdb.trace/while-dyn.exp: Likewise.
4296
4297 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4298
4299 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4300 that libinproctrace is copied to the target.
4301
4302 2018-03-14 Tom Tromey <tom@tromey.com>
4303
4304 PR cli/14977:
4305 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4306 a null pointer.
4307 * gdb.base/wchar.exp: Likewise.
4308
4309 2018-03-14 Tom Tromey <tom@tromey.com>
4310
4311 PR cli/19918:
4312 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4313 flag.
4314
4315 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4316
4317 PR gdb/22841
4318 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4319 "target" to remote_exec.
4320
4321 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4322
4323 PR gdb/22841
4324 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4325 ${board}_upload): Remove.
4326
4327 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4328
4329 * gdb.cp/watch-cp.cc: New test.
4330 * gdb.cp/watch-cp.exp: New file.
4331
4332 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.base/infcall-nested-structs.exp: New file.
4335 * gdb.base/infcall-nested-structs.c: New file.
4336 * gdb.base/float.exp: Add riscv support.
4337
4338 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4339
4340 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4341 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4342
4343 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4344
4345 * gdb.server/abspath.exp: New file.
4346 * lib/gdb.exp (with_cwd): New procedure.
4347
4348 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4349
4350 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4351 use it.
4352 (gdb_is_target_remote_prompt): New proc.
4353 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4354 (gdb_is_target_native): Pass prompt parameter to
4355 gdb_is_target_1.
4356
4357 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4358
4359 * gdb.base/load-command.c: New file.
4360 * gdb.base/load-command.exp: New file.
4361 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4362 (gdb_is_target_1): ...this, and generalize for other targets
4363 than just remote.
4364 (gdb_is_target_remote): Use gdb_is_target_1.
4365 (gdb_is_target_native): use gdb_is_target_1.
4366
4367 2018-02-26 Tom Tromey <tom@tromey.com>
4368
4369 PR python/16497:
4370 * gdb.python/py-framefilter.exp: Update test.
4371
4372 2018-02-26 Tom Tromey <tom@tromey.com>
4373
4374 * gdb.dwarf2/variant.c: New file.
4375 * gdb.dwarf2/variant.exp: New file.
4376
4377 2018-02-26 Tom Tromey <tom@tromey.com>
4378
4379 * gdb.rust/simple.exp: Accept more possible results in enum test.
4380
4381 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4382
4383 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4384 parentheses.
4385
4386 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4387
4388 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4389 name of a variable: $actual_linejj -> $actual_line.
4390
4391 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4392
4393 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4394
4395 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4396
4397 * gdb.btrace/buffer-size.exp: Do not force BTS.
4398
4399 2018-02-14 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4402 getting a "Quit".
4403
4404 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4405
4406 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4407 Fix test name.
4408
4409 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4410
4411 * gdb.cp/m-static.exp: Check type of optimized out static
4412 member.
4413
4414 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4415
4416 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4417 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4418
4419 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4420 Leszek Swirski <leszeks@google.com>
4421
4422 * gdb.python/py-prettyprint.c
4423 (struct to_string_returns_value_inner,
4424 struct to_string_returns_value_wrapper): New.
4425 (main): Add tsrvw variable.
4426 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4427 ToStringReturnsValueWrapper): New classes.
4428 (register_pretty_printers): Register new pretty-printers.
4429 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4430 recursive pretty printer.
4431 * gdb.python/py-mi.exp: Likewise.
4432
4433 2018-02-01 Leszek Swirski <leszeks@google.com>
4434
4435 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4436 functions with the same name as an include file are parsed
4437 correctly.
4438
4439 2018-02-01 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4442 "\[^\r\n\]*".
4443
4444 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4445
4446 * gdb.arch/powerpc-prologue-frame.s: New file.
4447 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4448 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4449
4450 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4451
4452 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4453
4454 2018-01-30 Pedro Alves <palves@redhat.com>
4455
4456 PR gdb/13211
4457 * gdb.base/interrupt-daemon.c: New.
4458 * gdb.base/interrupt-daemon.exp: New.
4459 * gdb.multi/multi-term-settings.c: New.
4460 * gdb.multi/multi-term-settings.exp: New.
4461
4462 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4463
4464 * gdb.base/break.exp: Save the location where the breakpoint
4465 on break.c:47 was actually inserted when debugging the version
4466 compiled at -O2 and use it in the expected output of the "info
4467 break" test performed soon after.
4468
4469 2018-01-22 Pedro Alves <palves@redhat.com>
4470 Sergio Durigan Junior <sergiodj@redhat.com>
4471
4472 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4473 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4474
4475 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4476
4477 * gdb.base/break-include.c, gdb.base/break-include.inc,
4478 gdb.base/break-include.exp: New files.
4479 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4480 line number now being the actual line number where the breakpoint
4481 was inserted.
4482 * gdb.mi/mi-break.exp: Likewise.
4483 * gdb.mi/mi-reverse.exp: Likewise.
4484 * gdb.mi/mi-simplerun.exp: Ditto.
4485
4486 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4489 varobj.
4490 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4491
4492 2018-01-21 Don Breazeal <donb@codesourcery.com>
4493 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.mi/basics.c: Add new global.
4496 * gdb.mi/mi-frame-regs.exp: New file.
4497 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4498 case.
4499
4500 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4501
4502 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4503 non-parameter, and on an unknown symbol.
4504
4505 2018-01-19 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4508 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4509
4510 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4511
4512 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4513 setrlimit and chdir to int.
4514
4515 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4516
4517 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4518 function.
4519 (my_tend): Likewise.
4520 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4521 rationale of avoiding FP- and vector instructions.
4522
4523 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4524
4525 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4526 "info reg" with "\[ \t\]*".
4527 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4528 "\[ \t\]+".
4529 * gdb.arch/s390-multiarch.exp: Ditto.
4530 * gdb.base/pc-fp.exp: Ditto.
4531 * gdb.reverse/i386-precsave.exp: Ditto.
4532 * gdb.reverse/i386-reverse.exp: Ditto.
4533 * gdb.reverse/i387-env-reverse.exp: Ditto.
4534 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4535
4536 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4537
4538 * lib/gdb.exp (gdb_compile): Re-enable use of
4539 universal_compile_options for languages other than Rust.
4540
4541 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4542
4543 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4544
4545 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4546
4547 PR gdb/16577
4548 * gdb.base/solib-vanish.exp: New.
4549 * gdb.base/solib-vanish-main.c: New.
4550 * gdb.base/solib-vanish-lib1.c: New.
4551 * gdb.base/solib-vanish-lib2.c: New.
4552
4553 2018-01-17 Yao Qi <yao.qi@linaro.org>
4554
4555 * gdb.compile/compile.exp: Match the address printed for
4556 frame in the output of command "bt".
4557
4558 2018-01-15 Tom Tromey <tom@tromey.com>
4559
4560 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4561 compute sp_reg.
4562
4563 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4566 to prepare.
4567 (prepare): Return 0 on error, 1 on success.
4568
4569 2018-01-12 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.base/continue-after-aborted-step-over.c: New.
4572 * gdb.base/continue-after-aborted-step-over.exp: New.
4573
4574 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4575
4576 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4577 options when not creating an executable.
4578
4579 2018-01-11 Pedro Alves <palves@redhat.com>
4580
4581 PR remote/22597
4582 * gdb.server/stop-reply-no-thread.c: New file.
4583 * gdb.server/stop-reply-no-thread.exp: New file.
4584
4585 2018-01-10 Pedro Alves <palves@redhat.com>
4586
4587 PR gdb/22670
4588 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4589 functions too. Test setting breakpoints and printing C functions
4590 with no debug info too.
4591 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4592
4593 2018-01-10 Pedro Alves <palves@redhat.com>
4594
4595 PR gdb/22670
4596 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4597 a fail.
4598
4599 2018-01-10 Pedro Alves <palves@redhat.com>
4600
4601 PR gdb/22670
4602 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4603
4604 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * gdb.server/unittest.exp: Match the output in non-development
4607 mode.
4608
4609 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * gdb.gdb/unittest.exp: Match output in non-development mode.
4612
4613 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4614
4615 * gdb.ada/access_tagged_param.exp: Relax expected output
4616 for value of "ObjL" in "continue" to pck.inspect breakpoint
4617 test.
4618
4619 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4620
4621 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4622 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4623
4624 2018-01-05 Pedro Alves <palves@redhat.com>
4625
4626 PR gdb/18653
4627 * gdb.base/libsegfault.exp: New.
4628
4629 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4630
4631 PR gdb/22670
4632 * gdb.ada/access_tagged_param.exp: New file.
4633 * gdb.ada/access_tagged_param/foo.adb: New file.
4634
4635 2018-01-05 Pedro Alves <palves@redhat.com>
4636
4637 PR gdb/22670
4638 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4639 exercise lower case too, and to exercise both full matching and
4640 wild matching.
4641
4642 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4643
4644 * gdb.ada/rename_subscript_param: New testcase.
4645
4646 2018-01-05 Jerome Guitton <guitton@adacore.com>
4647
4648 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4649
4650 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdb.ada/convvar_comp: New testcase.
4653
4654 2018-01-05 Xavier Roirand <roirand@adacore.com>
4655
4656 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4657 (My_Table): New global variable.
4658 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4659
4660 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4661
4662 PR gdb/22670
4663 * gdb.ada/maint_with_ada: New testcase.
4664
4665 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4666
4667 PR gdb/22670
4668 * gdb.ada/bp_c_mixed_case: New testcase.
4669
4670 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4671
4672 PR gdb/22670
4673 * gdb.ada/complete.exp: Add "complete break ada" test.
4674
4675 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4676
4677 PR gdb/22670
4678 * gdb.ada/info_addr_mixed_case: New testcase.
4679
4680 2018-01-03 Xavier Roirand <roirand@adacore.com>
4681
4682 * gdb.ada/excep_handle.exp: New testcase.
4683 * gdb.ada/excep_handle/foo.adb: New file.
4684 * gdb.ada/excep_handle/pck.ads: New file.
4685
4686 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4687
4688 * gdb.base/step-line.c: Add extra empty line in copyright header.
4689 * gdb.base/step-line.inp: Likewise.
4690
4691 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4692
4693 * gdb.ada/dyn_stride.exp: Add slice test.
4694
4695 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.ada/dyn_stride: New testcase.
4698
4699 2017-12-27 Stafford Horne <shorne@gmail.com>
4700
4701 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4702 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4703
4704 2017-12-27 Stafford Horne <shorne@gmail.com>
4705
4706 * gdb.base/reggroups.c: New file.
4707 * gdb.base/reggroups.exp: New file.
4708
4709 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4710
4711 * gdb.dwarf2/ada-valprint-error.c: New file.
4712 * gdb.dwarf2/ada-valprint-error.exp: New file.
4713
4714 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4715
4716 * gdb.ada/assign_arr: New testcase.
4717
4718 2017-12-18 Xavier Roirand <roirand@adacore.com>
4719
4720 * gdb.ada/funcall_ptr: New testcase.
4721
4722 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4723
4724 PR cli/16224
4725 * gdb.base/ptype-offsets.cc: New file.
4726 * gdb.base/ptype-offsets.exp: New file.
4727
4728 2017-12-15 Yao Qi <yao.qi@linaro.org>
4729
4730 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4731 if XML is disabled.
4732
4733 2017-12-15 Xavier Roirand <roirand@adacore.com>
4734
4735 * gdb.ada/same_component_name: New testcase.
4736
4737 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.ada/str_binop_equal: New testcase.
4740
4741 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4742
4743 * gdb.ada/task_switch_in_core: New testcase.
4744
4745 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4746
4747 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4748 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4749 call test_bkpt_qualified.
4750 (test_bkpt_qualified): New proc.
4751
4752 2017-12-13 Pedro Alves <palves@redhat.com>
4753
4754 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4755 Tighten regexp by matching with an anchor.
4756
4757 2017-12-13 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4760 ("expression with namespace"): New set of tests.
4761 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4762 (Nested::Test_NS::qux): New.
4763 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4764 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4765
4766 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4767
4768 * gdb.base/server-del-break.c: New file.
4769 * gdb.base/server-del-break.exp: New file.
4770
4771 2017-12-12 Stafford Horne <shorne@gmail.com>
4772
4773 * gdb.xml/tdesc-regs.exp: Add or1k support.
4774
4775 2017-12-12 Stafford Horne <shorne@gmail.com>
4776
4777 * gdb.base/bp-permanent.c: Define nop of or1k.
4778
4779 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4782 output with components being reordered.
4783
4784 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4785
4786 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4787 output with components being reordered.
4788
4789 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4790 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.base/maint.exp (check for .gdb_index): Check also for
4793 .debug_names.
4794 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4795 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4796 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4797 (.gdb_index used after symbol reloading): Support also .debug_names.
4798 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4799
4800 2017-12-08 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4803 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4804
4805 2017-12-08 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4808 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4809
4810 2017-12-08 Yao Qi <yao.qi@linaro.org>
4811
4812 * gdb.arch/aarch64-tagged-pointer.c: New file.
4813 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4814
4815 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4816
4817 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4818 "int".
4819
4820 2017-12-07 Keith Seitz <keiths@redhat.com>
4821
4822 PR breakpoints/22569
4823 * gdb.linespec/ls-errs.exp: Change expected result of "break
4824 -source this file has spaces.c -line 3".
4825 Check that an explicit source file followed by whitespace is
4826 identified as an invalid explicit location.
4827
4828 2017-12-07 Keith Seitz <keiths@redhat.com>
4829
4830 * gdb.cp/nested-types.cc: New file.
4831 * gdb.cp/nested-types.exp: New file.
4832 * lib/cp-support.exp: Load data-structures.exp library.
4833 (debug_cp_test_ptype_class): New global.
4834 (cp_ptype_class_verbose, next_line): New procedures.
4835 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4836 Add and document new return value.
4837 Switch the list of lines to a queue.
4838 Add support for new `type' key for nested type definitions.
4839 Add debugging/troubleshooting messages.
4840 * lib/data-structures.exp: New file.
4841
4842 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4843
4844 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4845 with proc_with_prefix, don't use with_test_prefix.
4846
4847 2017-12-07 Tom Tromey <tom@tromey.com>
4848
4849 * gdb.base/break.exp: Add test for empty "commands".
4850
4851 2017-12-07 Yao Qi <yao.qi@linaro.org>
4852
4853 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4854 malloc and catch syscall.
4855
4856 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4857
4858 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4859 tests for explicit locations.
4860
4861 2017-12-06 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4864 force-disabling XML descriptions.
4865
4866 2017-12-04 Pedro Alves <palves@redhat.com>
4867
4868 PR gdb/22499
4869 * gdb.arch/amd64-disp-step-avx.S: New file.
4870 * gdb.arch/amd64-disp-step-avx.exp: New file.
4871
4872 2017-12-03 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4875 and <string.h>.
4876 (parent_function): Print distinct messages when waitpid fails, or
4877 the child exits with a signal, or the child exits for an unhandled
4878 reason.
4879 * gdb.threads/process-dies-while-detaching.exp
4880 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4881 it. Wait for both inferior output and GDB's prompt. Use an
4882 indirect spawn id list.
4883 (do_detach): New parameter 'child_exit'. Use it to compute
4884 expected inferior output.
4885 (test_detach, test_detach_watch, test_detach_killed_outside):
4886 Adjust to pass down the expected child exit kind.
4887
4888 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4889 Sergio Durigan Junior <sergiodj@redhat.com>
4890 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4893
4894 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4895
4896 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4897 to 'symbol-file' and 'add-symbol-file' can be
4898 position-independent.
4899
4900 2017-12-01 Yao Qi <yao.qi@linaro.org>
4901
4902 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4903 the URL in copyright header.
4904 * gdb.arch/aarch64-fp.exp: Likewise.
4905 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4906 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4907 * gdb.base/expand-psymtabs.exp: Likewise.
4908 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4909 * gdb.fortran/common-block.exp: Likewise.
4910 * gdb.fortran/common-block.f90: Likewise.
4911 * gdb.fortran/logical.exp: Likewise.
4912 * gdb.fortran/vla-datatypes.f90: Likewise.
4913 * gdb.fortran/vla-sub.f90: Likewise.
4914
4915 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.ada/repeat_dyn: New testcase.
4918
4919 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4920
4921 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4922 Update for changed thread numbering.
4923 * gdb.cell/bt.exp: Update for changed GDB output.
4924
4925 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4928 setting isremote by hand.
4929 * boards/dwarf4-gdb-index.exp: Likewise.
4930 * boards/fission.exp: Likewise.
4931 * boards/stabs.exp: Likewise.
4932
4933 2017-11-30 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.linespec/cpls-ops.exp
4936 (check_explicit_skips_function_argument): Extract the underlying
4937 type of size_t instead of hardcoding it.
4938
4939 2017-11-29 Pedro Alves <palves@redhat.com>
4940
4941 PR c++/19436
4942 * gdb.linespec/cpls-abi-tag.cc: New file.
4943 * gdb.linespec/cpls-abi-tag.exp: New file.
4944
4945 2017-11-29 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/langs.exp: Use -qualified.
4948 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4949 it.
4950 * gdb.cp/namespace.exp: Use -qualified.
4951 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4952 (overload-3, template-overload, template-ret-type, const-overload)
4953 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4954 procedures.
4955 (test_driver): Call them.
4956 * gdb.cp/save-bp-qualified.cc: New.
4957 * gdb.cp/save-bp-qualified.exp: New.
4958 * gdb.linespec/explicit.exp: Test -qualified.
4959 * lib/completion-support.exp (completion::explicit_opts_list): Add
4960 "-qualified".
4961 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4962
4963 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4964
4965 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4966
4967 2017-11-29 Tom Tromey <tom@tromey.com>
4968
4969 * gdb.base/relocate.exp: Update invalid argument test.
4970 Add new tests for invalid arguments.
4971
4972 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4973
4974 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4975 Return 0 as a long.
4976 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4977
4978 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4979
4980 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4981 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4982 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4983 func ().
4984 * gdb.cp/shadow.cc (B.func): Return 0.
4985
4986 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4989 expected output in gdb_expect call to allow the exception
4990 message to be present as well. Fix syntax confusion to avoid
4991 TCL thinking that exception_name is an array.
4992
4993 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4994
4995 * gdb.arch/spu-info.c: Include <unistd.h>.
4996 (do_signal_test): Fix broken calls to write.
4997 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4998 Fix checks for empty mailboxes. Update signal tests for corrected
4999 do_signal_test routine. Allow nonzero event status.
5000 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5001 * gdb.cell/arch.exp: Use standard_output_file.
5002 * gdb.cell/break.exp: Likewise.
5003 * gdb.cell/bt.exp: Likewise.
5004 * gdb.cell/core.exp: Likewise.
5005 * gdb.cell/dwarfaddr.exp: Likewise.
5006 * gdb.cell/ea-cache.exp: Likewise.
5007 * gdb.cell/ea-standalone.exp: Likewise.
5008 * gdb.cell/f-regs.exp: Likewise.
5009 * gdb.cell/fork.exp: Likewise.
5010 * gdb.cell/gcore.exp: Likewise.
5011 * gdb.cell/mem-access.exp: Likewise.
5012 * gdb.cell/ptype.exp: Likewise.
5013 * gdb.cell/registers.exp: Likewise.
5014 * gdb.cell/sizeof.exp: Likewise.
5015 * gdb.cell/solib-symbol.exp: Likewise.
5016 * gdb.cell/solib.exp: Likewise.
5017
5018 2017-11-25 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/complete-empty.exp: New file.
5021 * gdb.base/completion.exp: Adjust.
5022
5023 2017-11-25 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.linespec/cpls-ops.cc: New file.
5026 * gdb.linespec/cpls-ops.exp: New file.
5027 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5028 factored out from ...
5029 (test_complete_prefix_range): ... this.
5030
5031 2017-11-24 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.linespec/cpcompletion.exp: New file.
5034 * gdb.linespec/cpls-hyphen.cc: New file.
5035 * gdb.linespec/cpls.cc: New file.
5036 * gdb.linespec/cpls2.cc: New file.
5037 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5038 test to use test_gdb_complete_unique. Add label completion,
5039 keyword completion and explicit location completion tests.
5040 * lib/completion-support.exp: New file.
5041
5042 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5043
5044 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5045 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5046 when hitting an exception catchpoint.
5047
5048 2017-11-22 Yao Qi <yao.qi@linaro.org>
5049
5050 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5051
5052 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5053
5054 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5055 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5056 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5057
5058 2017-11-22 Yao Qi <yao.qi@linaro.org>
5059
5060 * gdb.base/info-os.exp: Pass pthreads.
5061 * gdb.multi/multi-attach.exp: Likewise.
5062
5063 2017-11-22 Yao Qi <yao.qi@linaro.org>
5064
5065 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5066 compiler.
5067
5068 2017-11-22 Yao Qi <yao.qi@linaro.org>
5069
5070 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5071 * gdb.base/break-interp.exp: Likewise.
5072 * gdb.base/jit-attach-pie.exp: Likewise.
5073
5074 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5075
5076 * gdb.base/float128.c (large128): New variable.
5077 * gdb.base/float128.exp: Add test to print largest __float128 value.
5078
5079 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5080
5081 * gdb.arch/vsx-regs.exp: Update register content checks.
5082
5083 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5084
5085 * gdb.arch/ppc-longdouble.exp: New file.
5086 * gdb.arch/ppc-longdouble.c: Likewise.
5087
5088 2017-11-21 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5091
5092 2017-11-20 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5095 (long_double_typedef): New typedefs.
5096 Use DEF on double and long double.
5097 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5098 cases.
5099 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5100 and 'long_double_ptr_same_size' locals. Use them to decide
5101 whether cast from array/function to float is valid/invalid.
5102
5103 2017-11-17 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.rust/traits.rs: New file.
5106 * gdb.rust/traits.exp: New file.
5107
5108 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5109
5110 * gdb.ada/minsyms: New testcase.
5111
5112 2017-11-16 Pedro Alves <palves@redhat.com>
5113
5114 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5115 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5116
5117 2017-11-16 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5120 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5121
5122 2017-11-16 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.server/reconnect-ctrl-c.c: New file.
5125 * gdb.server/reconnect-ctrl-c.exp: New file.
5126
5127 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5128
5129 * gdb.python/py-rbreak.exp: New file.
5130 * gdb.python/py-rbreak.c: New file.
5131 * gdb.python/py-rbreak-func2.c: New file.
5132
5133 2017-11-16 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5136 pattern.
5137 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5138 GDB.
5139
5140 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5141
5142 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5143 regex.
5144
5145 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5146
5147 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5148 test names.
5149
5150 2017-11-09 Pedro Alves <palves@redhat.com>
5151
5152 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5153 factored out from ...
5154 (top level): ... here, and adjusted to avoid expecting beyond the
5155 prompt in a single gdb_test_multiple.
5156
5157 2017-11-09 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5160 output.
5161 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5162 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5163 * gdb.server/ext-run.exp ("kill" test): Likewise.
5164 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5165
5166 2017-11-09 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5169 match till end of line.
5170
5171 2017-11-09 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5174
5175 2017-11-09 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5178 New procedures, factored out from ...
5179 (top level): ... here, and adjusted to avoid expecting beyond the
5180 prompt in one go.
5181
5182 2017-11-09 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5185 output. Fix '?' match.
5186
5187 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/scoped_watch: New testcase.
5190 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5191 which is actually correct.
5192 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5193 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5194
5195 2017-11-08 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.gdb/complaints.exp (test_initial_complaints)
5198 (test_serial_complaints, test_short_complaints): Call
5199 complaint_internal instead of complaint.
5200
5201 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5202
5203 * gdb.threads/tls-core.c: New file.
5204 * gdb.threads/tls-core.exp: Likewise.
5205
5206 2017-11-08 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5209 (p Exported_Capitalized): New test.
5210 (p exported_capitalized): New test.
5211
5212 2017-11-07 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5215
5216 2017-11-07 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5219 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5220 (disable_invalid, disable_inverted, disable_negative): New
5221 procedures.
5222 ("bad numbers"): New set of tests.
5223
5224 2017-11-07 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.cp/ena-dis-br-range.exp: Add tests.
5227
5228 2017-11-07 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5231
5232 2017-11-07 Xavier Roirand <roirand@adacore.com>
5233 Pedro Alves <palves@redhat.com>
5234
5235 * gdb.base/ena-dis-br.exp: Add reference to
5236 gdb.cp/ena-dis-br-range.exp.
5237 * gdb.cp/ena-dis-br-range.exp: New file.
5238 * gdb.cp/ena-dis-br-range.cc: New file.
5239
5240 2017-11-06 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/attach-non-pgrp-leader.c: New.
5243 * gdb.base/attach-non-pgrp-leader.exp: New.
5244
5245 2017-11-06 Pedro Alves <palves@redhat.com>
5246
5247 * configure.ac: No longer check for termio.h and sgtty.h.
5248 * configure: Regenerate.
5249 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5250 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5251 Remove termio and sgtty code.
5252
5253 2017-11-03 Yao Qi <yao.qi@linaro.org>
5254
5255 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5256 in GDB is disabled.
5257
5258 2017-11-03 Yao Qi <yao.qi@linaro.org>
5259
5260 * gdb.python/py-thrhandle.exp: Skip it if python is not
5261 enabled.
5262
5263 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5264
5265 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5266 as a breakpoint command.
5267
5268 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5269
5270 PR python/21213
5271 * gdb.python/py-infthread.exp: Test calling
5272 InferiorThread.inferior () multiple times in a row.
5273
5274 2017-10-27 Keith Seitz <keiths@redhat.com>
5275
5276 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5277 Test "info break" for every inlined function breakpoint.
5278
5279 2017-10-27 Yao Qi <yao.qi@linaro.org>
5280
5281 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5282
5283 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5284
5285 * gdb.cp/classes.exp (test_static_members): Test printing
5286 Outer::instance.
5287 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5288 (Inner::instance, Outer::instance): New.
5289
5290 2017-10-24 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5293 extra console" test in two stages.
5294
5295 2017-10-24 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5298
5299 2017-10-24 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5302 loop.
5303
5304 2017-10-24 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5307 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5308
5309 2017-10-24 Pedro Alves <palves@redhat.com>
5310
5311 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5312 parameter and handle it. Don't output read value in test name.
5313
5314 2017-10-24 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5317 custom test name.
5318
5319 2017-10-24 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5322 include the unstable output directory name in the test's name.
5323 (initial_setup_simple) <'set args'>: Use custom test name.
5324
5325 2017-10-24 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5328 with explicit test name.
5329
5330 2017-10-20 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5333 'wait -i'. Use gdb_assert and remote_close.
5334
5335 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5338 number from variable rather than hard-coded.
5339
5340 2017-10-19 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/long-inferior-output.c: New file.
5343 * gdb.base/long-inferior-output.exp: New file.
5344
5345 2017-11-18 Keith Seitz <keiths@redhat.com>
5346
5347 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5348 method.
5349 (main): Call it.
5350 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5351 Add additional user-defined conversion operator tests.
5352
5353 2017-10-17 Pedro Alves <palves@redhat.com>
5354
5355 * boards/native-stdio-gdbserver.exp: Load "local-board".
5356
5357 2017-10-17 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/quit-live.c: New file.
5360 * gdb.base/quit-live.exp: New file.
5361
5362 2017-10-16 Keith Seitz <keiths@redhat.com>
5363
5364 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5365 (class_with_protected_typedef, class_with_private_typedef)
5366 (struct_with_public_typedef, struct_with_protected_typedef)
5367 (struct_with_private_typedef): New classes/structs.
5368 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5369 typedefs and access specifiers.
5370
5371 2017-10-16 Pedro Alves <palves@redhat.com>
5372 Simon Marchi <simon.marchi@polymtl.ca>
5373
5374 * README (Local vs Remote vs Native): New section.
5375 * boards/local-board.exp: New file, with bits factored out from
5376 ...
5377 * boards/native-extended-gdbserver.exp: ... here. Load
5378 "local-board".
5379 * boards/native-gdbserver.exp: Load "local-board".
5380 (${board}_spawn, ${board}_exec): Delete.
5381 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5382 ...
5383 * boards/stdio-gdbserver-base.exp: ... this new file.
5384 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5385 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5386 procedure.
5387 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5388 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5389 stdio_gdbserver_command.
5390 (${board}_get_remote_address, ${board}_get_comm_port)
5391 (${board}_download, ${board}_upload): Delete.
5392 (get_target_remote_pipe_cmd): New.
5393
5394 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5395
5396 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5397 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5398 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5399 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5400 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5401 remove with_test_prefix.
5402
5403 2017-10-13 Pedro Alves <palves@redhat.com>
5404
5405 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5406 * gdb.base/annota1.exp: Use it instead of is_remote.
5407 * gdb.base/annota3.exp: Use it instead of is_remote.
5408 * gdb.cp/annota2.exp: Use it instead of is_remote.
5409 * gdb.cp/annota3.exp: Use it instead of is_remote.
5410 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5411
5412 2017-10-13 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5415 (test_num_test_vars, run_and_count_vars, find_env)
5416 (test_set_unset_env, test_inherit_env_var): New procedures.
5417 (top level): Use them.
5418
5419 2017-10-13 Pedro Alves <palves@redhat.com>
5420
5421 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5422 also skip on stub-like targets.
5423
5424 2017-10-13 Pedro Alves <palves@redhat.com>
5425
5426 PR gdb/22293
5427 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5428 (top level): Move some tests to ...
5429 (test_not_found): ... this new procedure.
5430 (top level): Call it.
5431
5432 2017-10-13 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5435 expect different "info terminal" output if testing with a
5436 non-native target.
5437
5438 2017-10-13 Pedro Alves <palves@redhat.com>
5439 Simon Marchi <simon.marchi@polymtl.ca>
5440
5441 PR python/12966
5442 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5443
5444 2017-10-13 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5447 already.
5448
5449 2017-10-13 Pedro Alves <palves@redhat.com>
5450
5451 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5452 is_remote.
5453
5454 2017-10-13 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5457 is_remote.
5458
5459 2017-10-13 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5462 is set.
5463 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5464 instead of is_remote.
5465
5466 2017-10-13 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5469 (top level): Add comment.
5470
5471 2017-10-13 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.base/remote.exp (top level): Fix comment typo and add
5474 missing return.
5475
5476 2017-10-13 Pedro Alves <palves@redhat.com>
5477 Simon Marchi <simon.marchi@polymtl.ca>
5478
5479 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5480 calls and add comments. Skip test if use_gdb_stub is set.
5481 (top level): Use "set cwd" command instead of "cd" command.
5482
5483 2017-10-13 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5486 is_remote target check.
5487
5488 2017-10-13 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/scope.exp: Use build_executable + clean_restart +
5491 gdb_file_cmd instead of prepare_for_testing and no longer skip
5492 "before run" tests on is_remote target boards. Update comments.
5493 * boards/native-extended-gdbserver.exp
5494 (extended_gdbserver_load_last_file): New, factored out from ...
5495 (gdb_load): ... this. Move further below and add comment.
5496 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5497
5498 2017-10-12 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/attach.exp: Remove references to gdb64.
5501 * gdb.base/dbx.exp: Remove references to gdb64.
5502
5503 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5504 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/label.exp: Remove is_remote target check.
5507
5508 2017-10-12 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/auvx.exp (coredir): Update comment.
5511 (top level) <core_works>: Use "set cwd" command instead of "cd"
5512 command.
5513
5514 2017-10-12 Pedro Alves <palves@redhat.com>
5515 Simon Marchi <simon.marchi@polymtl.ca>
5516
5517 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5518 target boards.
5519
5520 2017-10-12 Pedro Alves <palves@redhat.com>
5521 Simon Marchi <simon.marchi@polymtl.ca>
5522
5523 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5524 Instead skip if there's any gdb_protocol set.
5525
5526 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5527 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5530
5531 2017-10-12 Pedro Alves <palves@redhat.com>
5532 Simon Marchi <simon.marchi@polymtl.ca>
5533
5534 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5535 instead of on dejagnu remote boards.
5536
5537 2017-10-12 Pedro Alves <palves@redhat.com>
5538 Simon Marchi <simon.marchi@polymtl.ca>
5539
5540 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5541 checks. Use build_executable + clean_restart instead of
5542 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5543 of enabling non-stop after starting gdb.
5544
5545 2017-10-12 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5548 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5549 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5550 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5551
5552 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5553
5554 * gdb.arch/arc-tdesc-cpu.exp: New file.
5555 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5556
5557 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5558
5559 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5560
5561 2017-10-10 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5564 expect CLI output.
5565
5566 2017-10-10 Pedro Alves <palves@redhat.com>
5567
5568 * lib/selftest-support.exp (selftest_setup): Update for
5569 captured_command_loop's prototype change.
5570
5571 2017-10-09 Pedro Alves <palves@redhat.com>
5572
5573 Test both arch1=>arch2 and arch2=>arch1.
5574
5575 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5576 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5577 factored out to...
5578 (append_arch1_options, append_arch2_options, append_arch_options)
5579 (build_executables): New procedures.
5580 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5581 local.
5582 (top level): Add new 'first_arch' testing axis.
5583
5584 2017-10-09 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5587 (barrier): New.
5588 (thread_start, all_started): New functions.
5589 (main): Spawn new thread and wait until it is scheduled.
5590 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5591 option.
5592 (do_test): Add 'selected_thread' parameter. Run to all_started
5593 instead of main. Explicitly set the breakpoint at main. Switch
5594 to the SELECTED_THREAD thread.
5595 (top level): Test handling the exec event with either the main
5596 thread or the second thread selected.
5597
5598 2017-10-09 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5601 logic. Move STOP marker after the value checks.
5602 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5603 regexp.
5604
5605 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5606
5607 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5608
5609 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5610
5611 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5612 integer-to-dfp conversion.
5613 * gdb.base/dfp-test.exp: Likewise.
5614
5615 2017-10-04 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.multi/hangout.c: Include <unistd.h>.
5618 (hangout_loop): New function.
5619 (main): Call alarm. Call hangout_loop in a loop.
5620 * gdb.multi/hello.c: Include <unistd.h>.
5621 (hello_loop): New function.
5622 (main): Call alarm. Call hangout_loop in a loop.
5623 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5624 inferior with the other selected.
5625
5626 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.mi/list-thread-groups-available.exp: New file.
5629 * gdb.mi/list-thread-groups-available.c: New file.
5630
5631 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5632
5633 * gdb.base/set-cwd.exp: Make it available on
5634 native-extended-gdbserver.
5635
5636 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5637
5638 * gdb.base/set-cwd.c: New file.
5639 * gdb.base/set-cwd.exp: Likewise.
5640
5641 2017-10-02 Tom Tromey <tom@tromey.com>
5642
5643 PR rust/22236:
5644 * gdb.rust/simple.rs (main): New variable "fslice".
5645 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5646
5647 2017-10-02 Tom Tromey <tom@tromey.com>
5648
5649 * gdb.rust/simple.exp: Test ptype of a slice.
5650
5651 2017-10-02 Tom Tromey <tom@tromey.com>
5652
5653 * gdb.rust/simple.exp: Test index of slice.
5654
5655 2017-09-27 Tom Tromey <tom@tromey.com>
5656
5657 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5658
5659 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5660 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.base/compare-sections.exp (get value of read-only section): Read
5663 as unsigned value.
5664 (corrupt read-only section): Likewise and don't set written if patching
5665 failed.
5666
5667 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5668
5669 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5670 files.
5671
5672 2017-09-20 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5675 symbol names in gdb's output.
5676 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5677
5678 2017-09-20 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5681 Rename to ...
5682 (test_list_ambiguous_symbol): ... this and add a symbol name
5683 parameter. Adjust.
5684 (test_list_ambiguous_function): Reimplement on top of
5685 test_list_ambiguous_symbol and also test listing ambiguous
5686 variables.
5687 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5688 (ambiguous_fun): ... this.
5689 (ambiguous_var): New.
5690 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5691 (ambiguous_fun): ... this.
5692 (ambiguous_var): New.
5693
5694 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5695
5696 * gdb.base/starti.c: New file.
5697 * gdb.base/starti.exp: New file.
5698 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5699
5700 2017-09-14 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5703 (top level): Use it instead of runto.
5704
5705 2017-09-11 Tom Tromey <tom@tromey.com>
5706
5707 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5708
5709 2017-09-11 Tom Tromey <tom@tromey.com>
5710
5711 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5712 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5713
5714 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5715
5716 * gdb.fortran/printing-types.exp: New file.
5717 * gdb.fortran/printing-types.exp: New file.
5718
5719 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5720
5721 * gdb.fortran/vla-ptype.exp: Fix typos.
5722 * gdb.fortran/vla-value.exp: Same.
5723
5724 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5725
5726 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5727 * gdb.mi/mi-var-child-f.exp: Likewise.
5728 * gdb.mi/mi-vla-fortran.exp: Likewise.
5729
5730 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5731 Christoph Weinmann <christoph.t.weinmann@intel.com>
5732 Bernhard Heckel <bernhard.heckel@intel.com>
5733
5734 * gdb.fortran/ptr-indentation.f90: New file.
5735 * gdb.fortran/ptr-indentation.exp: New file.
5736
5737 2017-09-05 Tom Tromey <tom@tromey.com>
5738
5739 PR gdb/22010:
5740 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5741
5742 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5743
5744 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5745
5746 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * gdb.threads/tls-nodebug-pie.c: New file.
5749 * gdb.threads/tls-nodebug-pie.exp: New file.
5750
5751 2017-09-05 Tom Tromey <tom@tromey.com>
5752
5753 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5754 for rust.
5755
5756 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5757
5758 * gdb.multi/multi-arch-exec.exp: Test with different
5759 "follow-exec-mode" settings.
5760 (do_test): New procedure.
5761
5762 2017-09-04 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.base/func-static.c (S::method const, S::method volatile)
5765 (S::method volatile const): New methods.
5766 (c_s, v_s, cv_s): New instances.
5767 (main): Call method() on them.
5768 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5769 (cannot_resolve): New procedure.
5770 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5771 print-quote-unquoted columns.
5772 (do_test): Test printing each scope too.
5773
5774 2017-09-04 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/local-static.exp: Also test with
5777 class::method::variable wholly quoted.
5778 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5779
5780 2017-09-04 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/local-static.c: New.
5783 * gdb.base/local-static.cc: New.
5784 * gdb.base/local-static.exp: New.
5785
5786 2017-09-04 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.asm/asm-source.exp: Add casts to int.
5789 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5790 (dataglobal64_1, dataglobal64_2): New globals.
5791 * gdb.base/nodebug.exp: Test different expressions involving the
5792 new globals, with print, whatis and ptype. Add casts to int.
5793 * gdb.base/solib-display.exp: Add casts to int.
5794 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5795 * gdb.cp/m-static.exp: Add cast to int.
5796 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5797 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5798 tls variable with no debug info without a cast. Test with a cast
5799 to int too.
5800 * gdb.trace/entry-values.exp: Add casts.
5801
5802 2017-09-04 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.base/nodebug.exp: Test that ptype's error about functions
5805 with unknown return type includes the function name too.
5806
5807 2017-09-04 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5810 return type of munmap in infcall.
5811 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5812 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5813 type of ftell in infcall.
5814 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5815 type of getpid in infcall.
5816 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5817 infcall.
5818 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5819 Bail on failure to extract the pid.
5820 * gdb.base/nodebug.c: #include <stdint.h>.
5821 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5822 New functions.
5823 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5824 Change expected output of print/whatis/ptype with functions with
5825 no debug info. Test all supported languages. Call
5826 test_call_promotion.
5827 * gdb.compile/compile.exp: Adjust expected output to expect
5828 warning.
5829 * gdb.threads/siginfo-threads.exp: Likewise.
5830
5831 2017-09-04 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5834 "prototypes". Test calling float functions via prototyped and
5835 unprototyped function pointers.
5836 (perform_all_tests): New parameter "prototypes". Pass it down.
5837 (top level): Pass down "prototypes" parameter to
5838 perform_all_tests.
5839
5840 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5843 Test with nested loops.
5844
5845 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5846
5847 * gdb.base/commands.exp: Call the new procedures.
5848 (loop_break_test, loop_continue_test): New procedures.
5849
5850 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5851
5852 * gdb.base/commands.exp: Call new procedure.
5853 (define_if_without_arg_test): New procedure.
5854
5855 2017-09-04 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/list-ambiguous.exp: New file.
5858 * gdb.base/list-ambiguous0.c: New file.
5859 * gdb.base/list-ambiguous1.c: New file.
5860 * gdb.base/list.exp (test_list_range): Adjust expected output.
5861
5862 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5863
5864 * gdb.base/share-env-with-gdbserver.c: New file.
5865 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5866
5867 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5868
5869 * gdb.base/commands.exp (gdbvar_simple_if_test,
5870 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5871 progvar_simple_if_test, progvar_simple_while_test,
5872 progvar_complex_if_while_test, user_defined_command_test,
5873 user_defined_command_args_eval,
5874 user_defined_command_args_stack_test,
5875 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5876 temporary_breakpoint_commands,
5877 gdb_test_no_prompt, redefine_hook_test,
5878 redefine_backtrace_test): Remove "global gdb_prompt".
5879
5880 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5883 New proc, call it from toplevel.
5884
5885 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5886
5887 PR remote/21852
5888 * gdb.server/normal.c: New file, copied from gdb.base.
5889 * gdb.server/run-without-local-binary.exp: New file.
5890
5891 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5892
5893 * gdb.arch/sparc64-adi.exp: New file.
5894 * gdb.arch/sparc64-adi.c: New file.
5895
5896 2017-08-22 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5899 (top level): Add "list all overloads" tests.
5900
5901 2017-08-22 Tom Tromey <tom@tromey.com>
5902
5903 * gdb.gdb/xfullpath.exp: Remove.
5904
5905 2017-08-21 Pedro Alves <palves@redhat.com>
5906
5907 PR gdb/19487
5908 * gdb.base/symbol-alias.c: New.
5909 * gdb.base/symbol-alias2.c: New.
5910 * gdb.base/symbol-alias.exp: New.
5911
5912 2017-08-21 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.base/dfp-test.c
5915 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5916 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5917 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5918 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5919 * gdb.base/whatis-ptype-typedefs.c: New.
5920 * gdb.base/whatis-ptype-typedefs.exp: New.
5921 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5922 (an_int, an_int_type, an_int_type2): New globals.
5923 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5924 involving typedefs and cast expressions.
5925 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5926 (lookup_typedefs_function): New.
5927 (typedefs_pretty_printers_dict): New.
5928 (top level): Register lookup_typedefs_function in
5929 gdb.pretty_printers.
5930
5931 2017-08-18 Yao Qi <yao.qi@linaro.org>
5932
5933 * gdb.server/unittest.exp: New.
5934
5935 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5936
5937 PR gdb/21954
5938 * gdb.base/environ.exp: Add test to check if 'unset environment'
5939 works.
5940
5941 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5942
5943 * lib/gdb.exp (universal_compile_options): New caching proc.
5944 (gdb_compile): Suppress GCC's coloring of messages.
5945
5946 2017-08-14 Tom Tromey <tom@tromey.com>
5947
5948 PR gdb/21675:
5949 * gdb.base/printcmds.exp (test_radices): New function.
5950 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5951 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5952 * lib/gdb.exp (get_integer_valueof): Use p/d.
5953
5954 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5957 characters.
5958
5959 2017-08-05 Tom Tromey <tom@tromey.com>
5960
5961 * gdb.rust/simple.exp: Allow String to appear in a different
5962 namespace.
5963
5964 2017-07-26 Yao Qi <yao.qi@linaro.org>
5965
5966 * gdb.gdb/unittest.exp: Invoke command
5967 "maintenance check xml-descriptions".
5968
5969 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5970
5971 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5972 calling context.
5973 (hex128): Drop erroneous calculation of parameters.
5974
5975 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5976
5977 * gdb.python/py-unwind.exp: Disable stack protection when
5978 building test file.
5979
5980 2017-07-20 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/default.exp (set language): Adjust expected output.
5983
5984 2017-07-20 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5987 (test_minsym): ... this, and make static.
5988 (get_pck__foo__bar__minsym): Rename to ...
5989 (get_test_minsym): ... this.
5990 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5991 symbol names and comments.
5992 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5993 (get_test_minsym): ... this.
5994 (pck__foo__bar__minsym__2): Rename to ...
5995 (test_minsym): ... this.
5996 (main): Adjust.
5997
5998 2017-07-17 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/completion.exp: Adjust expected output.
6001 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6002 the completer works.
6003
6004 2017-07-17 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6007
6008 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6009
6010 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6011
6012 2017-07-14 Tom Tromey <tom@tromey.com>
6013
6014 PR rust/21764:
6015 * gdb.rust/simple.exp: Add tests.
6016
6017 2017-07-14 Tom Tromey <tom@tromey.com>
6018
6019 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6020
6021 2017-07-14 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.linespec/base/one/thefile.cc (z1): New function.
6024 * gdb.linespec/base/two/thefile.cc (z2): New function.
6025 * gdb.linespec/linespec.exp: Add tests.
6026
6027 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6030 to mi_create_breakpoint.
6031
6032 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6033
6034 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6035 mi_create_breakpoint.
6036
6037 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6038
6039 * gdb.dlang/demangle.exp: Update for demangling changes.
6040
6041 2017-07-09 Tom Tromey <tom@tromey.com>
6042
6043 * gdb.dwarf2/shortpiece.exp: New file.
6044
6045 2017-07-06 David Blaikie <dblaikie@gmail.com>
6046
6047 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6048 built from fissiont-multi-cu{1,2}.c.
6049 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6050 except putting 'main' and 'func' in separate CUs in the same DWO file.
6051 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6052 test.
6053 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6054 test.
6055
6056 2017-07-06 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.python/py-unwind.exp: Test flushregs.
6059
6060 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6061
6062 PR cli/21688
6063 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6064 tests for alias commands and trailing whitespace.
6065
6066 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6067
6068 PR cli/21688
6069 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6070 procedure. Call it.
6071
6072 2017-06-29 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/printcmds.exp: Add tests.
6075
6076 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6077
6078 PR gdb/21337
6079 * gdb.base/reread-readsym.exp: New file.
6080 * gdb.base/reread-readsym.c: New file.
6081
6082 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6083
6084 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6085 subpattern.
6086
6087 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6088
6089 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6090 extended mnemonic.
6091 * gdb.arch/powerpc-power9.s: Likewise.
6092
6093 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6094
6095 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6096 on 32-bit x86 targets. Exploit is_*_target macros where
6097 appropriate.
6098
6099 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6100
6101 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6102 register pieces.
6103
6104 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6105
6106 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6107 located in one or more DWARF pieces.
6108
6109 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6110
6111 * lib/gdb.exp (get_endianness): New proc.
6112 * gdb.arch/aarch64-fp.exp: Use it.
6113 * gdb.arch/altivec-regs.exp: Likewise.
6114 * gdb.arch/e500-regs.exp: Likewise.
6115 * gdb.arch/vsx-regs.exp: Likewise.
6116 * gdb.base/dump.exp: Likewise.
6117 * gdb.base/funcargs.exp: Likewise.
6118 * gdb.base/gnu_vector.exp: Likewise.
6119 * gdb.dwarf2/formdata16.exp: Likewise.
6120 * gdb.dwarf2/implptrpiece.exp: Likewise.
6121 * gdb.dwarf2/nonvar-access.exp: Likewise.
6122 * gdb.python/py-inferior.exp: Likewise.
6123 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6124
6125 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6126
6127 PR gdb/21226
6128 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6129 stack value pieces are taken from the LSB end.
6130
6131 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6132
6133 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6134 variable at nonzero offset.
6135
6136 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6137
6138 * gdb.dwarf2/var-access.c: New file.
6139 * gdb.dwarf2/var-access.exp: New test.
6140 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6141
6142 2017-06-12 Tom Tromey <tom@tromey.com>
6143
6144 * gdb.dwarf2/formdata16.exp: Add tests.
6145
6146 2017-06-12 Tom Tromey <tom@tromey.com>
6147
6148 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6149
6150 2017-06-12 Tom Tromey <tom@tromey.com>
6151
6152 PR exp/16225:
6153 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6154 * gdb.arch/vsx-regs.exp: Update tests.
6155 * gdb.arch/s390-vregs.exp (hex128): New proc.
6156 Update test.
6157 * gdb.arch/altivec-regs.exp: Update tests.
6158
6159 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * gdb.base/startup-with-shell.c: New file.
6162 * gdb.base/startup-with-shell.exp: Likewise.
6163
6164 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6165
6166 * gdb.server/non-existing-program.exp: Update regex in order to
6167 reflect the fact that gdbserver is now using fork_inferior (with a
6168 shell) to startup the inferior.
6169
6170 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6171
6172 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6173 support function calls from GDB.
6174
6175 2017-05-21 Tom Tromey <tom@tromey.com>
6176
6177 PR rust/21466:
6178 * gdb.rust/unsized.exp: New file.
6179 * gdb.rust/unsized.rs: New file.
6180
6181 2017-05-19 Tom Tromey <tom@tromey.com>
6182
6183 PR rust/21484:
6184 * gdb.rust/watch.exp: New file.
6185 * gdb.rust/watch.rs: New file.
6186
6187 2017-05-18 Tom Tromey <tom@tromey.com>
6188
6189 * gdb.rust/simple.exp: Allow Box to be qualified.
6190
6191 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6192
6193 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6194
6195 2017-05-18 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/fileio.c (test_write, test_read, test_close)
6198 (test_fstat): Don't print 'ret' in the fail path.
6199
6200 2017-05-18 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6203 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6204 (test_system, test_rename, test_unlink, test_time): Change
6205 prototypes.
6206 * gdb.base/fileio.exp (stop_msg): Adjust.
6207
6208 2017-05-18 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/fileio.c (null_str): New global.
6211 (test_stat): Use it.
6212 * gdb.base/fileio.exp: Remove nowarnings.
6213
6214 2017-05-17 Yao Qi <yao.qi@linaro.org>
6215
6216 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6217
6218 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6219
6220 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6221 argument command.
6222 (top-level): Invoke test_set_inferior_tty.
6223
6224 2017-05-04 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6227 Add parens to print call for Python 3.
6228
6229 2017-05-03 Keith Seitz <keiths@redhat.com>
6230
6231 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6232 (main): Call it.
6233
6234 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6235
6236 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6237 to prev and next.
6238
6239 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6240
6241 * gdb.python/py-record-btrace.exp: Remove test for
6242 gdb.BtraceInstruction.error.
6243
6244 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6245
6246 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6247
6248 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6249
6250 * gdb.python/py-record-btrace-threads.c: New file.
6251 * gdb.python/py-record-btrace-threads.exp: New file.
6252
6253 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6254
6255 PR testsuite/8595
6256 * gdb.base/environ.exp: Make test available in all architectures.
6257 Move bits related to "info program" testing to
6258 gdb.base/info-program.exp. Rewrite tests to use the two new
6259 procedures mentione below.
6260 (test_set_show_env_var) New procedure.
6261 (test_set_show_env_var_equal): Likewise.
6262 * gdb.base/info-program.exp: New file.
6263
6264 2017-04-27 Keith Seitz <keiths@redhat.com>
6265
6266 * gdb.cp/oranking.cc (test15): New function.
6267 (main): Call test15 and declare additional variables for testing.
6268 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6269 "p foo101('abc')" tests.
6270 Add tests for cv qualifier overloads.
6271 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6272 "lvalue reference overload" test.
6273 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6274 "print value of f1 on Child&& in f2" test.
6275
6276 2017-04-19 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6279 procedure.
6280 (top level): Call it.
6281 * lib/gdb.exp (gdb_define_cmd): New procedure.
6282
6283 2017-04-12 Pedro Alves <palves@redhat.com>
6284
6285 PR gdb/21323
6286 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6287 (wchar): New global.
6288 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6289 (do_test_wide_char, wide_char_types_no_program, top level): Add
6290 wchar_t testing.
6291
6292 2017-04-12 Pedro Alves <palves@redhat.com>
6293
6294 PR c++/21323
6295 * gdb.cp/wide_char_types.c: New file.
6296 * gdb.cp/wide_char_types.exp: New file.
6297
6298 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6299
6300 PR gdb/21352
6301 * gdb.trace/tsv.exp: Add test for "tsave -r".
6302
6303 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6304
6305 * gdb.dlang/watch-loc.c: New file.
6306 * gdb.dlang/watch-loc.exp: New file.
6307
6308 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6309
6310 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6311
6312 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6313
6314 * gdb.arch/arc-analyze-prologue.S: New file.
6315 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6316
6317 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6318
6319 * gdb.arch/arc-decode-insn.S: New file.
6320 * gdb.arch/arc-decode-insn.exp: Likewise.
6321
6322 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6323
6324 PR tdep/20928
6325 * gdb.arch/sparc64-regs.exp: New file.
6326 * gdb.arch/sparc64-regs.S: Likewise.
6327
6328 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6329
6330 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6331 and memory view on Python 3.
6332
6333 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6334 Keith Seitz <keiths@redhat.com>
6335
6336 PR gdb/14441
6337 * gdb.cp/demangle.exp: Add rvalue reference tests.
6338 * gdb.cp/rvalue-ref-casts.cc: New file.
6339 * gdb.cp/rvalue-ref-casts.exp: New file.
6340 * gdb.cp/rvalue-ref-overload.cc: New file.
6341 * gdb.cp/rvalue-ref-overload.exp: New file.
6342 * gdb.cp/rvalue-ref-params.cc: New file.
6343 * gdb.cp/rvalue-ref-params.exp: New file.
6344 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6345 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6346 * gdb.cp/rvalue-ref-types.cc: New file.
6347 * gdb.cp/rvalue-ref-types.exp: New file.
6348 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6349 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6350
6351 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6352
6353 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6354 New procedure.
6355
6356 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6357
6358 * lib/mi-support.exp (mi_gdb_test): Add additional message
6359 for unexpected output.
6360
6361 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6362
6363 * gdb.base/examine-backward.c (Barrier): New character array
6364 constant, to ensure that TestStrings is preceded by a string
6365 terminator.
6366
6367 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6368
6369 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6370 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6371 and implicit pointer into such a location.
6372
6373 2017-03-16 Doug Evans <dje@google.com>
6374
6375 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6376
6377 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6378
6379 * gdb.cp/m-static.exp: Fix expectation for prototype of
6380 test5.single_constructor and single_constructor::single_constructor.
6381
6382 2017-03-16 Doug Evans <dje@google.com>
6383
6384 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6385 * gdb.guile/scm-lazy-string.c: New file.
6386 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6387 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6388 for pointer, array, typedef lazy strings.
6389
6390 2017-03-16 Doug Evans <dje@google.com>
6391
6392 PR python/17728, python/18439, python/18779
6393 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6394 * gdb.python/py-lazy-string.c (pointer): New typedef.
6395 (main): New locals ptr, array, typedef_ptr.
6396 * gdb.python/py-value.exp: Move lazy string tests to ...
6397 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6398 array, typedef lazy strings.
6399
6400 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6401
6402 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6403 Add optional 'test' parameter.
6404
6405 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6406
6407 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6408 Skip for versions of DejaGnu < 1.5.
6409
6410 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6411
6412 * lib/gdb.exp (dejagnu_version): New proc.
6413 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6414 Use dejagnu_version.
6415
6416 2017-03-10 Keith Seitz <keiths@redhat.com>
6417
6418 PR c++/8128
6419 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6420 type from destructor regexps.
6421 Add a branch which actually passes the test.
6422 Adjust "ptype t5i" test names.
6423
6424 2017-03-08 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/step-over-exit.exp: Add explicit test message.
6427
6428 2017-03-08 Pedro Alves <palves@redhat.com>
6429
6430 PR gdb/18360
6431 * gdb.threads/interrupt-while-step-over.c: New file.
6432 * gdb.threads/interrupt-while-step-over.exp: New file.
6433
6434 2017-03-08 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6437 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6438
6439 2017-03-08 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6442 PKRU as not supported as a PASS.
6443
6444 2017-03-08 Pedro Alves <palves@redhat.com>
6445
6446 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6447 prefix instead of $binfile1/$binfile2.
6448 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6449 in test message.
6450 * gdb.python/py-completion.exp: Use "load python file" as test
6451 messages instead of unstable path names.
6452
6453 2017-03-08 Pedro Alves <palves@redhat.com>
6454 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 PR cli/21218
6457 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6458 New proc.
6459 (top level): Call it.
6460
6461 2017-03-08 Pedro Alves <palves@redhat.com>
6462
6463 PR tui/21216
6464 * gdb.tui/tui-nl-filtered-output.exp: New file.
6465
6466 2017-03-08 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/completion.exp: Move TUI completion tests to ...
6469 * gdb.tui/completion.exp: ... this new file.
6470
6471 2017-03-08 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.base/tui-disasm-long-lines.c,
6474 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6475 gdb.base/tui-layout.exp: Move to ...
6476 * gdb.tui/: ... this new directory.
6477
6478 2017-03-07 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.base/tui-layout.c: New file.
6481 * gdb.base/tui-layout.exp: New file.
6482
6483 2017-03-07 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/tui-layout.c: Rename to ...
6486 * gdb.base/tui-disasm-long-lines.c: ... this.
6487 * gdb.base/tui-layout.exp: Rename to ...
6488 * gdb.base/tui-disasm-long-lines.exp: ... this.
6489
6490 2017-03-07 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6493
6494 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6495
6496 * i386-mpx-call.c: New file.
6497 * i386-mpx-call.exp: New file.
6498
6499 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6500
6501 * gdb.arch/powerpc-power.exp: Delete test.
6502 * gdb.arch/powerpc-power.s: Likewise.
6503 * gdb.disasm/disassembler-options.exp: New test.
6504 * gdb.arch/powerpc-altivec.exp: Likewise.
6505 * gdb.arch/powerpc-altivec.s: Likewise.
6506 * gdb.arch/powerpc-altivec2.exp: Likewise.
6507 * gdb.arch/powerpc-altivec2.s: Likewise.
6508 * gdb.arch/powerpc-altivec3.exp: Likewise.
6509 * gdb.arch/powerpc-altivec3.s: Likewise.
6510 * gdb.arch/powerpc-power7.exp: Likewise.
6511 * gdb.arch/powerpc-power7.s: Likewise.
6512 * gdb.arch/powerpc-power8.exp: Likewise.
6513 * gdb.arch/powerpc-power8.s: Likewise.
6514 * gdb.arch/powerpc-power9.exp: Likewise.
6515 * gdb.arch/powerpc-power9.s: Likewise.
6516 * gdb.arch/powerpc-vsx.exp: Likewise.
6517 * gdb.arch/powerpc-vsx.s: Likewise.
6518 * gdb.arch/powerpc-vsx2.exp: Likewise.
6519 * gdb.arch/powerpc-vsx2.s: Likewise.
6520 * gdb.arch/powerpc-vsx3.exp: Likewise.
6521 * gdb.arch/powerpc-vsx3.s: Likewise.
6522 * gdb.arch/arm-disassembler-options.exp: Likewise.
6523 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6524 * gdb.arch/s390-disassembler-options.exp: Likewise.
6525
6526 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6527
6528 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6529 (check_supported_features): ... this. Changed return type to void.
6530 (supports_rdseed): New static global.
6531 (rdseed): Check supports_rdseed.
6532 (initialize): Call check_supported_features.
6533
6534 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6535
6536 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6537 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6538 and lqarx/stqcx.
6539 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6540 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6541
6542 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6543
6544 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6545 uppercase.
6546
6547 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6548
6549 * gdb.dwarf2/formdata16.c: New file.
6550 * gdb.dwarf2/formdata16.exp: New file.
6551 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6552
6553 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6554
6555 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6556 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6557 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6558 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6559 DW_AT_GNU_*.
6560
6561 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6564
6565 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6566
6567 PR gdb/21164
6568 * gdb.base/maint.exp: Add testcases for when the commands do
6569 not have arguments.
6570
6571 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6572
6573 * gdb.cp/chained-calls.exp: Use p instead of P.
6574
6575 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6576
6577 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6578 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6579
6580 2017-02-14 Tom Tromey <tom@tromey.com>
6581
6582 PR python/13598:
6583 * gdb.python/py-events.exp: Add before_prompt event tests.
6584
6585 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6586
6587 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6588
6589 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6590
6591 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6592 (main): Call my_unique_function_name.
6593 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6594 completion of patterns with a single match.
6595 Add missing -re switches to gdb_test_multiple calls.
6596
6597 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6598
6599 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6600 return if core file is not recognized.
6601
6602 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6603
6604 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6605 and extra UIs.
6606
6607 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6610 proc_with_prefix.
6611
6612 2017-02-10 Tom Tromey <tom@tromey.com>
6613
6614 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6615
6616 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6617
6618 PR gdb/21122
6619 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6620
6621 2017-02-08 Jerome Guitton <guitton@adacore.com>
6622
6623 * gdb.base/define.exp: Add test for command abbreviations
6624 in define.
6625
6626 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6627
6628 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6629 * gdb.reverse/insn-reverse-x86.c: New file.
6630
6631 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6632
6633 PR tdep/20936
6634 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6635
6636 2017-02-03 Tom Tromey <tom@tromey.com>
6637
6638 PR rust/21097:
6639 * gdb.rust/simple.exp: Add new tests.
6640
6641 2017-02-02 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6644 tests.
6645
6646 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6647
6648 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6649 taking a 2-byte value out of a 4-byte DWARF implicit value on
6650 big-endian targets.
6651 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6652 logic. Add test cases for DW_OP_implicit.
6653
6654 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6655
6656 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6657
6658 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6659
6660 * gdb.btrace/enable.exp: Call gdb_exit before
6661 skip_gdbserver_tests.
6662
6663 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6664
6665 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6666 GDBFLAGS.
6667
6668 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6669
6670 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6671 the test is skipped.
6672 * gdb.btrace/data.exp: Likewise.
6673 * gdb.btrace/delta.exp: Likewise.
6674 * gdb.btrace/dlopen.exp: Likewise.
6675 * gdb.btrace/enable-running.exp: Likewise.
6676 * gdb.btrace/enable.exp: Likewise.
6677 * gdb.btrace/exception.exp: Likewise.
6678 * gdb.btrace/function_call_history.exp: Likewise.
6679 * gdb.btrace/gcore.exp: Likewise.
6680 * gdb.btrace/instruction_history.exp: Likewise.
6681 * gdb.btrace/multi-thread-step.exp: Likewise.
6682 * gdb.btrace/nohist.exp: Likewise.
6683 * gdb.btrace/non-stop.exp: Likewise.
6684 * gdb.btrace/reconnect.exp: Likewise.
6685 * gdb.btrace/record_goto-step.exp: Likewise.
6686 * gdb.btrace/record_goto.exp: Likewise.
6687 * gdb.btrace/rn-dl-bind.exp: Likewise.
6688 * gdb.btrace/segv.exp: Likewise.
6689 * gdb.btrace/step.exp: Likewise.
6690 * gdb.btrace/stepi.exp: Likewise.
6691 * gdb.btrace/tailcall-only.exp: Likewise.
6692 * gdb.btrace/tailcall.exp: Likewise.
6693 * gdb.btrace/tsx.exp: Likewise.
6694 * gdb.btrace/unknown_functions.exp: Likewise.
6695 * gdb.btrace/vdso.exp: Likewise.
6696
6697 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6698
6699 * gdb.btrace/enable-running.c: New.
6700 * gdb.btrace/enable-running.exp: New.
6701
6702 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6703
6704 * gdb.arch/amd64-gs_base.c: New file.
6705 * gdb.arch/amd64-gs_base.exp: New file.
6706
6707 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6708
6709 * lib/memory.exp: Remove spurious empty newlines.
6710
6711 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6712
6713 * gdb.python/py-bad-printers.exp: Load python file using "source".
6714 * gdb.python/py-events.exp: Likewise.
6715 * gdb.python/py-evsignal.exp: Likewise.
6716 * gdb.python/py-evthreads.exp: Likewise.
6717 * gdb.python/py-frame-args.exp: Likewise.
6718 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6719 * gdb.python/py-framefilter-mi.exp: Likewise.
6720 * gdb.python/py-framefilter.exp: Likewise.
6721 * gdb.python/py-mi.exp: Likewise.
6722 * gdb.python/py-pp-maint.exp: Likewise.
6723 * gdb.python/py-pp-registration.exp: Likewise.
6724 * gdb.python/py-prettyprint.exp: Likewise.
6725 (run_lang_tests): Likewise.
6726 * gdb.python/py-typeprint.exp: Likewise.
6727
6728 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6729
6730 * lib/memory.exp: New file.
6731 * lib/gdb.exp: Load memory.exp.
6732 * gdb.base/memattr.exp (delete_memory): Move proc to
6733 lib/memory.exp and rename to delete_memory_regions.
6734 Replace delete_memory with delete_memory_regions.
6735 Cleanup memory regions before tests.
6736 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6737 before tests.
6738
6739 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6740
6741 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6742 files.
6743 (initialize): New function conditionally defined.
6744 (testcases): Move within conditional block.
6745 (main): Call initialize.
6746 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6747 of gdb.reverse/insn-reverse.c.
6748 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6749 gdb.reverse/insn-reverse.c.
6750
6751 2017-01-26 Yao Qi <yao.qi@linaro.org>
6752
6753 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6754 disassemble on address 0.
6755
6756 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6757 Yao Qi <yao.qi@linaro.org>
6758
6759 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6760 * gdb.dwarf2/implptr-64bit.S: Remove.
6761 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6762 variables in caller's context. Add DW_OP_implicit_value.
6763
6764 2017-01-25 Yao Qi <yao.qi@linaro.org>
6765
6766 * lib/dwarf.exp (Dwarf::_location): Handle
6767 DW_OP_GNU_implicit_pointer with proper size.
6768
6769 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6770
6771 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6772 and add untested calls.
6773
6774 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6775
6776 * gdb.python/python.exp: Check line number against what GDB thinks
6777 the line number is for func1.
6778
6779 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6780
6781 * gdb.dlang/debug-expr.exp: New file.
6782
6783 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6784
6785 Fix test names for the following files:
6786
6787 * gdb.ada/exec_changed.exp
6788 * gdb.ada/info_types.exp
6789 * gdb.arch/aarch64-atomic-inst.exp
6790 * gdb.arch/aarch64-fp.exp
6791 * gdb.arch/altivec-abi.exp
6792 * gdb.arch/altivec-regs.exp
6793 * gdb.arch/amd64-byte.exp
6794 * gdb.arch/amd64-disp-step.exp
6795 * gdb.arch/amd64-dword.exp
6796 * gdb.arch/amd64-entry-value-inline.exp
6797 * gdb.arch/amd64-entry-value-param.exp
6798 * gdb.arch/amd64-entry-value-paramref.exp
6799 * gdb.arch/amd64-entry-value.exp
6800 * gdb.arch/amd64-i386-address.exp
6801 * gdb.arch/amd64-invalid-stack-middle.exp
6802 * gdb.arch/amd64-invalid-stack-top.exp
6803 * gdb.arch/amd64-optimout-repeat.exp
6804 * gdb.arch/amd64-prologue-skip.exp
6805 * gdb.arch/amd64-prologue-xmm.exp
6806 * gdb.arch/amd64-stap-special-operands.exp
6807 * gdb.arch/amd64-stap-wrong-subexp.exp
6808 * gdb.arch/amd64-tailcall-cxx.exp
6809 * gdb.arch/amd64-tailcall-noret.exp
6810 * gdb.arch/amd64-tailcall-ret.exp
6811 * gdb.arch/amd64-tailcall-self.exp
6812 * gdb.arch/amd64-word.exp
6813 * gdb.arch/arm-bl-branch-dest.exp
6814 * gdb.arch/arm-disp-step.exp
6815 * gdb.arch/arm-neon.exp
6816 * gdb.arch/arm-single-step-kernel-helper.exp
6817 * gdb.arch/avr-flash-qualifier.exp
6818 * gdb.arch/disp-step-insn-reloc.exp
6819 * gdb.arch/e500-abi.exp
6820 * gdb.arch/e500-regs.exp
6821 * gdb.arch/ftrace-insn-reloc.exp
6822 * gdb.arch/i386-avx512.exp
6823 * gdb.arch/i386-bp_permanent.exp
6824 * gdb.arch/i386-byte.exp
6825 * gdb.arch/i386-cfi-notcurrent.exp
6826 * gdb.arch/i386-disp-step.exp
6827 * gdb.arch/i386-dr3-watch.exp
6828 * gdb.arch/i386-float.exp
6829 * gdb.arch/i386-gnu-cfi.exp
6830 * gdb.arch/i386-mpx-map.exp
6831 * gdb.arch/i386-mpx-sigsegv.exp
6832 * gdb.arch/i386-mpx-simple_segv.exp
6833 * gdb.arch/i386-mpx.exp
6834 * gdb.arch/i386-permbkpt.exp
6835 * gdb.arch/i386-prologue.exp
6836 * gdb.arch/i386-signal.exp
6837 * gdb.arch/i386-size-overlap.exp
6838 * gdb.arch/i386-unwind.exp
6839 * gdb.arch/i386-word.exp
6840 * gdb.arch/mips-fcr.exp
6841 * gdb.arch/powerpc-d128-regs.exp
6842 * gdb.arch/powerpc-stackless.exp
6843 * gdb.arch/ppc64-atomic-inst.exp
6844 * gdb.arch/s390-stackless.exp
6845 * gdb.arch/s390-tdbregs.exp
6846 * gdb.arch/s390-vregs.exp
6847 * gdb.arch/sparc-sysstep.exp
6848 * gdb.arch/thumb-bx-pc.exp
6849 * gdb.arch/thumb-singlestep.exp
6850 * gdb.arch/thumb2-it.exp
6851 * gdb.arch/vsx-regs.exp
6852 * gdb.asm/asm-source.exp
6853 * gdb.base/a2-run.exp
6854 * gdb.base/advance.exp
6855 * gdb.base/all-bin.exp
6856 * gdb.base/anon.exp
6857 * gdb.base/args.exp
6858 * gdb.base/arithmet.exp
6859 * gdb.base/async-shell.exp
6860 * gdb.base/async.exp
6861 * gdb.base/attach-pie-noexec.exp
6862 * gdb.base/attach-twice.exp
6863 * gdb.base/auto-load.exp
6864 * gdb.base/bang.exp
6865 * gdb.base/bitfields.exp
6866 * gdb.base/break-always.exp
6867 * gdb.base/break-caller-line.exp
6868 * gdb.base/break-entry.exp
6869 * gdb.base/break-inline.exp
6870 * gdb.base/break-on-linker-gcd-function.exp
6871 * gdb.base/break-probes.exp
6872 * gdb.base/break.exp
6873 * gdb.base/breakpoint-shadow.exp
6874 * gdb.base/call-ar-st.exp
6875 * gdb.base/call-sc.exp
6876 * gdb.base/call-signal-resume.exp
6877 * gdb.base/call-strs.exp
6878 * gdb.base/callfuncs.exp
6879 * gdb.base/catch-fork-static.exp
6880 * gdb.base/catch-gdb-caused-signals.exp
6881 * gdb.base/catch-load.exp
6882 * gdb.base/catch-signal-fork.exp
6883 * gdb.base/catch-signal.exp
6884 * gdb.base/catch-syscall.exp
6885 * gdb.base/charset.exp
6886 * gdb.base/checkpoint.exp
6887 * gdb.base/chng-syms.exp
6888 * gdb.base/code-expr.exp
6889 * gdb.base/code_elim.exp
6890 * gdb.base/commands.exp
6891 * gdb.base/completion.exp
6892 * gdb.base/complex.exp
6893 * gdb.base/cond-expr.exp
6894 * gdb.base/condbreak.exp
6895 * gdb.base/consecutive.exp
6896 * gdb.base/continue-all-already-running.exp
6897 * gdb.base/coredump-filter.exp
6898 * gdb.base/corefile.exp
6899 * gdb.base/dbx.exp
6900 * gdb.base/debug-expr.exp
6901 * gdb.base/define.exp
6902 * gdb.base/del.exp
6903 * gdb.base/disabled-location.exp
6904 * gdb.base/disasm-end-cu.exp
6905 * gdb.base/disasm-optim.exp
6906 * gdb.base/display.exp
6907 * gdb.base/duplicate-bp.exp
6908 * gdb.base/ena-dis-br.exp
6909 * gdb.base/ending-run.exp
6910 * gdb.base/enumval.exp
6911 * gdb.base/environ.exp
6912 * gdb.base/eu-strip-infcall.exp
6913 * gdb.base/eval-avoid-side-effects.exp
6914 * gdb.base/eval-skip.exp
6915 * gdb.base/exitsignal.exp
6916 * gdb.base/expand-psymtabs.exp
6917 * gdb.base/filesym.exp
6918 * gdb.base/find-unmapped.exp
6919 * gdb.base/finish.exp
6920 * gdb.base/float.exp
6921 * gdb.base/foll-exec-mode.exp
6922 * gdb.base/foll-exec.exp
6923 * gdb.base/foll-fork.exp
6924 * gdb.base/fortran-sym-case.exp
6925 * gdb.base/freebpcmd.exp
6926 * gdb.base/func-ptr.exp
6927 * gdb.base/func-ptrs.exp
6928 * gdb.base/funcargs.exp
6929 * gdb.base/gcore-buffer-overflow.exp
6930 * gdb.base/gcore-relro-pie.exp
6931 * gdb.base/gcore-relro.exp
6932 * gdb.base/gcore.exp
6933 * gdb.base/gdb1090.exp
6934 * gdb.base/gdb11530.exp
6935 * gdb.base/gdb11531.exp
6936 * gdb.base/gdb1821.exp
6937 * gdb.base/gdbindex-stabs.exp
6938 * gdb.base/gdbvars.exp
6939 * gdb.base/hbreak.exp
6940 * gdb.base/hbreak2.exp
6941 * gdb.base/included.exp
6942 * gdb.base/infcall-input.exp
6943 * gdb.base/inferior-died.exp
6944 * gdb.base/infnan.exp
6945 * gdb.base/info-macros.exp
6946 * gdb.base/info-os.exp
6947 * gdb.base/info-proc.exp
6948 * gdb.base/info-shared.exp
6949 * gdb.base/info-target.exp
6950 * gdb.base/infoline.exp
6951 * gdb.base/interp.exp
6952 * gdb.base/interrupt.exp
6953 * gdb.base/jit-reader.exp
6954 * gdb.base/jit-simple.exp
6955 * gdb.base/kill-after-signal.exp
6956 * gdb.base/kill-detach-inferiors-cmd.exp
6957 * gdb.base/label.exp
6958 * gdb.base/langs.exp
6959 * gdb.base/ldbl_e308.exp
6960 * gdb.base/line-symtabs.exp
6961 * gdb.base/linespecs.exp
6962 * gdb.base/list.exp
6963 * gdb.base/long_long.exp
6964 * gdb.base/longest-types.exp
6965 * gdb.base/maint.exp
6966 * gdb.base/max-value-size.exp
6967 * gdb.base/memattr.exp
6968 * gdb.base/mips_pro.exp
6969 * gdb.base/morestack.exp
6970 * gdb.base/moribund-step.exp
6971 * gdb.base/multi-forks.exp
6972 * gdb.base/nested-addr.exp
6973 * gdb.base/nextoverexit.exp
6974 * gdb.base/noreturn-finish.exp
6975 * gdb.base/noreturn-return.exp
6976 * gdb.base/nostdlib.exp
6977 * gdb.base/offsets.exp
6978 * gdb.base/opaque.exp
6979 * gdb.base/pc-fp.exp
6980 * gdb.base/permissions.exp
6981 * gdb.base/print-symbol-loading.exp
6982 * gdb.base/prologue-include.exp
6983 * gdb.base/psymtab.exp
6984 * gdb.base/ptype.exp
6985 * gdb.base/random-signal.exp
6986 * gdb.base/randomize.exp
6987 * gdb.base/range-stepping.exp
6988 * gdb.base/readline-ask.exp
6989 * gdb.base/recpar.exp
6990 * gdb.base/recurse.exp
6991 * gdb.base/relational.exp
6992 * gdb.base/restore.exp
6993 * gdb.base/return-nodebug.exp
6994 * gdb.base/return.exp
6995 * gdb.base/run-after-attach.exp
6996 * gdb.base/save-bp.exp
6997 * gdb.base/scope.exp
6998 * gdb.base/sect-cmd.exp
6999 * gdb.base/set-lang-auto.exp
7000 * gdb.base/set-noassign.exp
7001 * gdb.base/setvar.exp
7002 * gdb.base/sigall.exp
7003 * gdb.base/sigbpt.exp
7004 * gdb.base/siginfo-addr.exp
7005 * gdb.base/siginfo-infcall.exp
7006 * gdb.base/siginfo-obj.exp
7007 * gdb.base/siginfo.exp
7008 * gdb.base/signals-state-child.exp
7009 * gdb.base/signest.exp
7010 * gdb.base/sigstep.exp
7011 * gdb.base/sizeof.exp
7012 * gdb.base/skip.exp
7013 * gdb.base/solib-corrupted.exp
7014 * gdb.base/solib-nodir.exp
7015 * gdb.base/solib-search.exp
7016 * gdb.base/stack-checking.exp
7017 * gdb.base/stale-infcall.exp
7018 * gdb.base/stap-probe.exp
7019 * gdb.base/start.exp
7020 * gdb.base/step-break.exp
7021 * gdb.base/step-bt.exp
7022 * gdb.base/step-line.exp
7023 * gdb.base/step-over-exit.exp
7024 * gdb.base/step-over-syscall.exp
7025 * gdb.base/step-resume-infcall.exp
7026 * gdb.base/step-test.exp
7027 * gdb.base/store.exp
7028 * gdb.base/structs3.exp
7029 * gdb.base/sym-file.exp
7030 * gdb.base/symbol-without-target_section.exp
7031 * gdb.base/term.exp
7032 * gdb.base/testenv.exp
7033 * gdb.base/ui-redirect.exp
7034 * gdb.base/until.exp
7035 * gdb.base/unwindonsignal.exp
7036 * gdb.base/value-double-free.exp
7037 * gdb.base/vla-datatypes.exp
7038 * gdb.base/vla-ptr.exp
7039 * gdb.base/vla-sideeffect.exp
7040 * gdb.base/volatile.exp
7041 * gdb.base/watch-cond-infcall.exp
7042 * gdb.base/watch-cond.exp
7043 * gdb.base/watch-non-mem.exp
7044 * gdb.base/watch-read.exp
7045 * gdb.base/watch-vfork.exp
7046 * gdb.base/watchpoint-cond-gone.exp
7047 * gdb.base/watchpoint-delete.exp
7048 * gdb.base/watchpoint-hw-hit-once.exp
7049 * gdb.base/watchpoint-hw.exp
7050 * gdb.base/watchpoint-stops-at-right-insn.exp
7051 * gdb.base/watchpoints.exp
7052 * gdb.base/wchar.exp
7053 * gdb.base/whatis-exp.exp
7054 * gdb.btrace/buffer-size.exp
7055 * gdb.btrace/data.exp
7056 * gdb.btrace/delta.exp
7057 * gdb.btrace/dlopen.exp
7058 * gdb.btrace/enable.exp
7059 * gdb.btrace/exception.exp
7060 * gdb.btrace/function_call_history.exp
7061 * gdb.btrace/gcore.exp
7062 * gdb.btrace/instruction_history.exp
7063 * gdb.btrace/nohist.exp
7064 * gdb.btrace/reconnect.exp
7065 * gdb.btrace/record_goto-step.exp
7066 * gdb.btrace/record_goto.exp
7067 * gdb.btrace/rn-dl-bind.exp
7068 * gdb.btrace/segv.exp
7069 * gdb.btrace/step.exp
7070 * gdb.btrace/stepi.exp
7071 * gdb.btrace/tailcall-only.exp
7072 * gdb.btrace/tailcall.exp
7073 * gdb.btrace/tsx.exp
7074 * gdb.btrace/unknown_functions.exp
7075 * gdb.btrace/vdso.exp
7076 * gdb.compile/compile-ifunc.exp
7077 * gdb.compile/compile-ops.exp
7078 * gdb.compile/compile-print.exp
7079 * gdb.compile/compile-setjmp.exp
7080 * gdb.cp/abstract-origin.exp
7081 * gdb.cp/ambiguous.exp
7082 * gdb.cp/annota2.exp
7083 * gdb.cp/annota3.exp
7084 * gdb.cp/anon-ns.exp
7085 * gdb.cp/anon-struct.exp
7086 * gdb.cp/anon-union.exp
7087 * gdb.cp/arg-reference.exp
7088 * gdb.cp/baseenum.exp
7089 * gdb.cp/bool.exp
7090 * gdb.cp/breakpoint.exp
7091 * gdb.cp/bs15503.exp
7092 * gdb.cp/call-c.exp
7093 * gdb.cp/casts.exp
7094 * gdb.cp/chained-calls.exp
7095 * gdb.cp/class2.exp
7096 * gdb.cp/classes.exp
7097 * gdb.cp/cmpd-minsyms.exp
7098 * gdb.cp/converts.exp
7099 * gdb.cp/cp-relocate.exp
7100 * gdb.cp/cpcompletion.exp
7101 * gdb.cp/cpexprs.exp
7102 * gdb.cp/cplabel.exp
7103 * gdb.cp/cplusfuncs.exp
7104 * gdb.cp/cpsizeof.exp
7105 * gdb.cp/ctti.exp
7106 * gdb.cp/derivation.exp
7107 * gdb.cp/destrprint.exp
7108 * gdb.cp/dispcxx.exp
7109 * gdb.cp/enum-class.exp
7110 * gdb.cp/exception.exp
7111 * gdb.cp/exceptprint.exp
7112 * gdb.cp/expand-psymtabs-cxx.exp
7113 * gdb.cp/expand-sals.exp
7114 * gdb.cp/extern-c.exp
7115 * gdb.cp/filename.exp
7116 * gdb.cp/formatted-ref.exp
7117 * gdb.cp/fpointer.exp
7118 * gdb.cp/gdb1355.exp
7119 * gdb.cp/gdb2495.exp
7120 * gdb.cp/hang.exp
7121 * gdb.cp/impl-this.exp
7122 * gdb.cp/infcall-dlopen.exp
7123 * gdb.cp/inherit.exp
7124 * gdb.cp/iostream.exp
7125 * gdb.cp/koenig.exp
7126 * gdb.cp/local.exp
7127 * gdb.cp/m-data.exp
7128 * gdb.cp/m-static.exp
7129 * gdb.cp/mb-ctor.exp
7130 * gdb.cp/mb-inline.exp
7131 * gdb.cp/mb-templates.exp
7132 * gdb.cp/member-name.exp
7133 * gdb.cp/member-ptr.exp
7134 * gdb.cp/meth-typedefs.exp
7135 * gdb.cp/method.exp
7136 * gdb.cp/method2.exp
7137 * gdb.cp/minsym-fallback.exp
7138 * gdb.cp/misc.exp
7139 * gdb.cp/namelessclass.exp
7140 * gdb.cp/namespace-enum.exp
7141 * gdb.cp/namespace-nested-import.exp
7142 * gdb.cp/namespace.exp
7143 * gdb.cp/nextoverthrow.exp
7144 * gdb.cp/no-dmgl-verbose.exp
7145 * gdb.cp/non-trivial-retval.exp
7146 * gdb.cp/noparam.exp
7147 * gdb.cp/nsdecl.exp
7148 * gdb.cp/nsimport.exp
7149 * gdb.cp/nsnested.exp
7150 * gdb.cp/nsnoimports.exp
7151 * gdb.cp/nsrecurs.exp
7152 * gdb.cp/nsstress.exp
7153 * gdb.cp/nsusing.exp
7154 * gdb.cp/operator.exp
7155 * gdb.cp/oranking.exp
7156 * gdb.cp/overload-const.exp
7157 * gdb.cp/overload.exp
7158 * gdb.cp/ovldbreak.exp
7159 * gdb.cp/ovsrch.exp
7160 * gdb.cp/paren-type.exp
7161 * gdb.cp/parse-lang.exp
7162 * gdb.cp/pass-by-ref.exp
7163 * gdb.cp/pr-1023.exp
7164 * gdb.cp/pr-1210.exp
7165 * gdb.cp/pr-574.exp
7166 * gdb.cp/pr10687.exp
7167 * gdb.cp/pr12028.exp
7168 * gdb.cp/pr17132.exp
7169 * gdb.cp/pr17494.exp
7170 * gdb.cp/pr9067.exp
7171 * gdb.cp/pr9167.exp
7172 * gdb.cp/pr9631.exp
7173 * gdb.cp/printmethod.exp
7174 * gdb.cp/psmang.exp
7175 * gdb.cp/psymtab-parameter.exp
7176 * gdb.cp/ptype-cv-cp.exp
7177 * gdb.cp/ptype-flags.exp
7178 * gdb.cp/re-set-overloaded.exp
7179 * gdb.cp/ref-types.exp
7180 * gdb.cp/rtti.exp
7181 * gdb.cp/scope-err.exp
7182 * gdb.cp/shadow.exp
7183 * gdb.cp/smartp.exp
7184 * gdb.cp/static-method.exp
7185 * gdb.cp/static-print-quit.exp
7186 * gdb.cp/temargs.exp
7187 * gdb.cp/templates.exp
7188 * gdb.cp/try_catch.exp
7189 * gdb.cp/typedef-operator.exp
7190 * gdb.cp/typeid.exp
7191 * gdb.cp/userdef.exp
7192 * gdb.cp/using-crash.exp
7193 * gdb.cp/var-tag.exp
7194 * gdb.cp/virtbase.exp
7195 * gdb.cp/virtfunc.exp
7196 * gdb.cp/virtfunc2.exp
7197 * gdb.cp/vla-cxx.exp
7198 * gdb.disasm/t01_mov.exp
7199 * gdb.disasm/t02_mova.exp
7200 * gdb.disasm/t03_add.exp
7201 * gdb.disasm/t04_sub.exp
7202 * gdb.disasm/t05_cmp.exp
7203 * gdb.disasm/t06_ari2.exp
7204 * gdb.disasm/t07_ari3.exp
7205 * gdb.disasm/t08_or.exp
7206 * gdb.disasm/t09_xor.exp
7207 * gdb.disasm/t10_and.exp
7208 * gdb.disasm/t11_logs.exp
7209 * gdb.disasm/t12_bit.exp
7210 * gdb.disasm/t13_otr.exp
7211 * gdb.dlang/circular.exp
7212 * gdb.dwarf2/arr-stride.exp
7213 * gdb.dwarf2/arr-subrange.exp
7214 * gdb.dwarf2/atomic-type.exp
7215 * gdb.dwarf2/bad-regnum.exp
7216 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7217 * gdb.dwarf2/callframecfa.exp
7218 * gdb.dwarf2/clztest.exp
7219 * gdb.dwarf2/corrupt.exp
7220 * gdb.dwarf2/data-loc.exp
7221 * gdb.dwarf2/dup-psym.exp
7222 * gdb.dwarf2/dw2-anon-mptr.exp
7223 * gdb.dwarf2/dw2-anonymous-func.exp
7224 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7225 * gdb.dwarf2/dw2-bad-unresolved.exp
7226 * gdb.dwarf2/dw2-basic.exp
7227 * gdb.dwarf2/dw2-canonicalize-type.exp
7228 * gdb.dwarf2/dw2-case-insensitive.exp
7229 * gdb.dwarf2/dw2-common-block.exp
7230 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7231 * gdb.dwarf2/dw2-compressed.exp
7232 * gdb.dwarf2/dw2-const.exp
7233 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7234 * gdb.dwarf2/dw2-cu-size.exp
7235 * gdb.dwarf2/dw2-dup-frame.exp
7236 * gdb.dwarf2/dw2-entry-value.exp
7237 * gdb.dwarf2/dw2-icycle.exp
7238 * gdb.dwarf2/dw2-ifort-parameter.exp
7239 * gdb.dwarf2/dw2-inline-break.exp
7240 * gdb.dwarf2/dw2-inline-param.exp
7241 * gdb.dwarf2/dw2-intercu.exp
7242 * gdb.dwarf2/dw2-intermix.exp
7243 * gdb.dwarf2/dw2-lexical-block-bare.exp
7244 * gdb.dwarf2/dw2-linkage-name-trust.exp
7245 * gdb.dwarf2/dw2-minsym-in-cu.exp
7246 * gdb.dwarf2/dw2-noloc.exp
7247 * gdb.dwarf2/dw2-op-call.exp
7248 * gdb.dwarf2/dw2-op-out-param.exp
7249 * gdb.dwarf2/dw2-opt-structptr.exp
7250 * gdb.dwarf2/dw2-param-error.exp
7251 * gdb.dwarf2/dw2-producer.exp
7252 * gdb.dwarf2/dw2-ranges-base.exp
7253 * gdb.dwarf2/dw2-ref-missing-frame.exp
7254 * gdb.dwarf2/dw2-reg-undefined.exp
7255 * gdb.dwarf2/dw2-regno-invalid.exp
7256 * gdb.dwarf2/dw2-restore.exp
7257 * gdb.dwarf2/dw2-restrict.exp
7258 * gdb.dwarf2/dw2-single-line-discriminators.exp
7259 * gdb.dwarf2/dw2-strp.exp
7260 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7261 * gdb.dwarf2/dw2-unresolved.exp
7262 * gdb.dwarf2/dw2-var-zero-addr.exp
7263 * gdb.dwarf2/dw4-sig-types.exp
7264 * gdb.dwarf2/dwz.exp
7265 * gdb.dwarf2/dynarr-ptr.exp
7266 * gdb.dwarf2/enum-type.exp
7267 * gdb.dwarf2/gdb-index.exp
7268 * gdb.dwarf2/implptr-64bit.exp
7269 * gdb.dwarf2/implptr-optimized-out.exp
7270 * gdb.dwarf2/implptr.exp
7271 * gdb.dwarf2/implref-array.exp
7272 * gdb.dwarf2/implref-const.exp
7273 * gdb.dwarf2/implref-global.exp
7274 * gdb.dwarf2/implref-struct.exp
7275 * gdb.dwarf2/mac-fileno.exp
7276 * gdb.dwarf2/main-subprogram.exp
7277 * gdb.dwarf2/member-ptr-forwardref.exp
7278 * gdb.dwarf2/method-ptr.exp
7279 * gdb.dwarf2/missing-sig-type.exp
7280 * gdb.dwarf2/nonvar-access.exp
7281 * gdb.dwarf2/opaque-type-lookup.exp
7282 * gdb.dwarf2/pieces-optimized-out.exp
7283 * gdb.dwarf2/pieces.exp
7284 * gdb.dwarf2/pr10770.exp
7285 * gdb.dwarf2/pr13961.exp
7286 * gdb.dwarf2/staticvirtual.exp
7287 * gdb.dwarf2/subrange.exp
7288 * gdb.dwarf2/symtab-producer.exp
7289 * gdb.dwarf2/trace-crash.exp
7290 * gdb.dwarf2/typeddwarf.exp
7291 * gdb.dwarf2/valop.exp
7292 * gdb.dwarf2/watch-notconst.exp
7293 * gdb.fortran/array-element.exp
7294 * gdb.fortran/charset.exp
7295 * gdb.fortran/common-block.exp
7296 * gdb.fortran/complex.exp
7297 * gdb.fortran/derived-type-function.exp
7298 * gdb.fortran/derived-type.exp
7299 * gdb.fortran/logical.exp
7300 * gdb.fortran/module.exp
7301 * gdb.fortran/multi-dim.exp
7302 * gdb.fortran/nested-funcs.exp
7303 * gdb.fortran/print-formatted.exp
7304 * gdb.fortran/subarray.exp
7305 * gdb.fortran/vla-alloc-assoc.exp
7306 * gdb.fortran/vla-datatypes.exp
7307 * gdb.fortran/vla-history.exp
7308 * gdb.fortran/vla-ptr-info.exp
7309 * gdb.fortran/vla-ptype-sub.exp
7310 * gdb.fortran/vla-ptype.exp
7311 * gdb.fortran/vla-sizeof.exp
7312 * gdb.fortran/vla-type.exp
7313 * gdb.fortran/vla-value-sub-arbitrary.exp
7314 * gdb.fortran/vla-value-sub-finish.exp
7315 * gdb.fortran/vla-value-sub.exp
7316 * gdb.fortran/vla-value.exp
7317 * gdb.fortran/whatis_type.exp
7318 * gdb.go/chan.exp
7319 * gdb.go/handcall.exp
7320 * gdb.go/hello.exp
7321 * gdb.go/integers.exp
7322 * gdb.go/methods.exp
7323 * gdb.go/package.exp
7324 * gdb.go/strings.exp
7325 * gdb.go/types.exp
7326 * gdb.go/unsafe.exp
7327 * gdb.guile/scm-arch.exp
7328 * gdb.guile/scm-block.exp
7329 * gdb.guile/scm-breakpoint.exp
7330 * gdb.guile/scm-cmd.exp
7331 * gdb.guile/scm-disasm.exp
7332 * gdb.guile/scm-equal.exp
7333 * gdb.guile/scm-frame-args.exp
7334 * gdb.guile/scm-frame-inline.exp
7335 * gdb.guile/scm-frame.exp
7336 * gdb.guile/scm-iterator.exp
7337 * gdb.guile/scm-math.exp
7338 * gdb.guile/scm-objfile.exp
7339 * gdb.guile/scm-ports.exp
7340 * gdb.guile/scm-symbol.exp
7341 * gdb.guile/scm-symtab.exp
7342 * gdb.guile/scm-value-cc.exp
7343 * gdb.guile/types-module.exp
7344 * gdb.linespec/break-ask.exp
7345 * gdb.linespec/cpexplicit.exp
7346 * gdb.linespec/explicit.exp
7347 * gdb.linespec/keywords.exp
7348 * gdb.linespec/linespec.exp
7349 * gdb.linespec/ls-dollar.exp
7350 * gdb.linespec/ls-errs.exp
7351 * gdb.linespec/skip-two.exp
7352 * gdb.linespec/thread.exp
7353 * gdb.mi/mi-async.exp
7354 * gdb.mi/mi-basics.exp
7355 * gdb.mi/mi-break.exp
7356 * gdb.mi/mi-catch-load.exp
7357 * gdb.mi/mi-cli.exp
7358 * gdb.mi/mi-cmd-param-changed.exp
7359 * gdb.mi/mi-console.exp
7360 * gdb.mi/mi-detach.exp
7361 * gdb.mi/mi-disassemble.exp
7362 * gdb.mi/mi-eval.exp
7363 * gdb.mi/mi-file-transfer.exp
7364 * gdb.mi/mi-file.exp
7365 * gdb.mi/mi-fill-memory.exp
7366 * gdb.mi/mi-inheritance-syntax-error.exp
7367 * gdb.mi/mi-linespec-err-cp.exp
7368 * gdb.mi/mi-logging.exp
7369 * gdb.mi/mi-memory-changed.exp
7370 * gdb.mi/mi-read-memory.exp
7371 * gdb.mi/mi-record-changed.exp
7372 * gdb.mi/mi-reg-undefined.exp
7373 * gdb.mi/mi-regs.exp
7374 * gdb.mi/mi-return.exp
7375 * gdb.mi/mi-reverse.exp
7376 * gdb.mi/mi-simplerun.exp
7377 * gdb.mi/mi-solib.exp
7378 * gdb.mi/mi-stack.exp
7379 * gdb.mi/mi-stepi.exp
7380 * gdb.mi/mi-syn-frame.exp
7381 * gdb.mi/mi-until.exp
7382 * gdb.mi/mi-var-block.exp
7383 * gdb.mi/mi-var-child.exp
7384 * gdb.mi/mi-var-cmd.exp
7385 * gdb.mi/mi-var-cp.exp
7386 * gdb.mi/mi-var-display.exp
7387 * gdb.mi/mi-var-invalidate.exp
7388 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7389 * gdb.mi/mi-vla-fortran.exp
7390 * gdb.mi/mi-watch.exp
7391 * gdb.mi/mi2-var-child.exp
7392 * gdb.mi/user-selected-context-sync.exp
7393 * gdb.modula2/unbounded-array.exp
7394 * gdb.multi/dummy-frame-restore.exp
7395 * gdb.multi/multi-arch-exec.exp
7396 * gdb.multi/multi-arch.exp
7397 * gdb.multi/tids.exp
7398 * gdb.multi/watchpoint-multi.exp
7399 * gdb.opencl/callfuncs.exp
7400 * gdb.opencl/convs_casts.exp
7401 * gdb.opencl/datatypes.exp
7402 * gdb.opencl/operators.exp
7403 * gdb.opencl/vec_comps.exp
7404 * gdb.opt/clobbered-registers-O2.exp
7405 * gdb.opt/inline-break.exp
7406 * gdb.opt/inline-bt.exp
7407 * gdb.opt/inline-cmds.exp
7408 * gdb.opt/inline-locals.exp
7409 * gdb.pascal/case-insensitive-symbols.exp
7410 * gdb.pascal/floats.exp
7411 * gdb.pascal/gdb11492.exp
7412 * gdb.python/lib-types.exp
7413 * gdb.python/py-arch.exp
7414 * gdb.python/py-as-string.exp
7415 * gdb.python/py-bad-printers.exp
7416 * gdb.python/py-block.exp
7417 * gdb.python/py-breakpoint-create-fail.exp
7418 * gdb.python/py-breakpoint.exp
7419 * gdb.python/py-caller-is.exp
7420 * gdb.python/py-cmd.exp
7421 * gdb.python/py-explore-cc.exp
7422 * gdb.python/py-explore.exp
7423 * gdb.python/py-finish-breakpoint.exp
7424 * gdb.python/py-finish-breakpoint2.exp
7425 * gdb.python/py-frame-args.exp
7426 * gdb.python/py-frame-inline.exp
7427 * gdb.python/py-frame.exp
7428 * gdb.python/py-framefilter-mi.exp
7429 * gdb.python/py-infthread.exp
7430 * gdb.python/py-lazy-string.exp
7431 * gdb.python/py-linetable.exp
7432 * gdb.python/py-mi-events.exp
7433 * gdb.python/py-mi-objfile.exp
7434 * gdb.python/py-mi.exp
7435 * gdb.python/py-objfile.exp
7436 * gdb.python/py-pp-integral.exp
7437 * gdb.python/py-pp-maint.exp
7438 * gdb.python/py-pp-re-notag.exp
7439 * gdb.python/py-pp-registration.exp
7440 * gdb.python/py-recurse-unwind.exp
7441 * gdb.python/py-strfns.exp
7442 * gdb.python/py-symbol.exp
7443 * gdb.python/py-symtab.exp
7444 * gdb.python/py-sync-interp.exp
7445 * gdb.python/py-typeprint.exp
7446 * gdb.python/py-unwind-maint.exp
7447 * gdb.python/py-unwind.exp
7448 * gdb.python/py-value-cc.exp
7449 * gdb.python/py-xmethods.exp
7450 * gdb.reverse/amd64-tailcall-reverse.exp
7451 * gdb.reverse/break-precsave.exp
7452 * gdb.reverse/break-reverse.exp
7453 * gdb.reverse/consecutive-precsave.exp
7454 * gdb.reverse/consecutive-reverse.exp
7455 * gdb.reverse/finish-precsave.exp
7456 * gdb.reverse/finish-reverse-bkpt.exp
7457 * gdb.reverse/finish-reverse.exp
7458 * gdb.reverse/fstatat-reverse.exp
7459 * gdb.reverse/getresuid-reverse.exp
7460 * gdb.reverse/i386-precsave.exp
7461 * gdb.reverse/i386-reverse.exp
7462 * gdb.reverse/i386-sse-reverse.exp
7463 * gdb.reverse/i387-env-reverse.exp
7464 * gdb.reverse/i387-stack-reverse.exp
7465 * gdb.reverse/insn-reverse.exp
7466 * gdb.reverse/machinestate-precsave.exp
7467 * gdb.reverse/machinestate.exp
7468 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7469 * gdb.reverse/pipe-reverse.exp
7470 * gdb.reverse/readv-reverse.exp
7471 * gdb.reverse/recvmsg-reverse.exp
7472 * gdb.reverse/rerun-prec.exp
7473 * gdb.reverse/s390-mvcle.exp
7474 * gdb.reverse/step-precsave.exp
7475 * gdb.reverse/step-reverse.exp
7476 * gdb.reverse/time-reverse.exp
7477 * gdb.reverse/until-precsave.exp
7478 * gdb.reverse/until-reverse.exp
7479 * gdb.reverse/waitpid-reverse.exp
7480 * gdb.reverse/watch-precsave.exp
7481 * gdb.reverse/watch-reverse.exp
7482 * gdb.rust/generics.exp
7483 * gdb.rust/methods.exp
7484 * gdb.rust/modules.exp
7485 * gdb.rust/simple.exp
7486 * gdb.server/connect-with-no-symbol-file.exp
7487 * gdb.server/ext-attach.exp
7488 * gdb.server/ext-restart.exp
7489 * gdb.server/ext-wrapper.exp
7490 * gdb.server/file-transfer.exp
7491 * gdb.server/server-exec-info.exp
7492 * gdb.server/server-kill.exp
7493 * gdb.server/server-mon.exp
7494 * gdb.server/wrapper.exp
7495 * gdb.stabs/exclfwd.exp
7496 * gdb.stabs/gdb11479.exp
7497 * gdb.threads/clone-new-thread-event.exp
7498 * gdb.threads/corethreads.exp
7499 * gdb.threads/current-lwp-dead.exp
7500 * gdb.threads/dlopen-libpthread.exp
7501 * gdb.threads/gcore-thread.exp
7502 * gdb.threads/sigstep-threads.exp
7503 * gdb.threads/watchpoint-fork.exp
7504 * gdb.trace/actions-changed.exp
7505 * gdb.trace/backtrace.exp
7506 * gdb.trace/change-loc.exp
7507 * gdb.trace/circ.exp
7508 * gdb.trace/collection.exp
7509 * gdb.trace/disconnected-tracing.exp
7510 * gdb.trace/ftrace.exp
7511 * gdb.trace/mi-trace-frame-collected.exp
7512 * gdb.trace/mi-trace-unavailable.exp
7513 * gdb.trace/mi-traceframe-changed.exp
7514 * gdb.trace/mi-tsv-changed.exp
7515 * gdb.trace/no-attach-trace.exp
7516 * gdb.trace/passc-dyn.exp
7517 * gdb.trace/qtro.exp
7518 * gdb.trace/range-stepping.exp
7519 * gdb.trace/read-memory.exp
7520 * gdb.trace/save-trace.exp
7521 * gdb.trace/signal.exp
7522 * gdb.trace/status-stop.exp
7523 * gdb.trace/tfile.exp
7524 * gdb.trace/trace-break.exp
7525 * gdb.trace/trace-buffer-size.exp
7526 * gdb.trace/trace-condition.exp
7527 * gdb.trace/tracefile-pseudo-reg.exp
7528 * gdb.trace/tstatus.exp
7529 * gdb.trace/unavailable.exp
7530 * gdb.trace/while-dyn.exp
7531 * gdb.trace/while-stepping.exp
7532
7533 2016-12-22 Doug Evans <xdje42@gmail.com>
7534
7535 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7536 and msymbols.
7537
7538 2016-12-19 Yao Qi <yao.qi@linaro.org>
7539
7540 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7541 (test_with_self): Don't call do_steps_and_nexts, and remove
7542 code about stepping into xmalloc.
7543
7544 2016-12-09 Yao Qi <yao.qi@linaro.org>
7545
7546 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7547
7548 2016-12-09 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7551
7552 2016-12-09 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.base/all-architectures-0.exp: New file.
7555 * gdb.base/all-architectures-1.exp: New file.
7556 * gdb.base/all-architectures-2.exp: New file.
7557 * gdb.base/all-architectures-3.exp: New file.
7558 * gdb.base/all-architectures-4.exp: New file.
7559 * gdb.base/all-architectures-5.exp: New file.
7560 * gdb.base/all-architectures-6.exp: New file.
7561 * gdb.base/all-architectures-7.exp: New file.
7562 * gdb.base/all-architectures.exp.in: New file.
7563
7564 2016-12-09 Yao Qi <yao.qi@linaro.org>
7565
7566 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7567
7568 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7569
7570 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7571 possible.
7572 Remove useless pattern-matching code.
7573
7574 2016-12-02 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7577 procedure.
7578 (top level): Call it.
7579
7580 2016-12-02 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7583 New procedure.
7584 (top level): Call it.
7585
7586 2016-12-02 Pedro Alves <palves@redhat.com>
7587
7588 PR cli/20559
7589 * gdb.base/commands.exp (user_defined_command_args_eval): New
7590 procedure.
7591 (top level): Call it.
7592
7593 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7594
7595 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7596 timeout handling.
7597
7598 2016-12-02 Tom Tromey <tom@tromey.com>
7599
7600 * gdb.dwarf2/main-subprogram.c: New file.
7601 * gdb.dwarf2/main-subprogram.exp: New file.
7602
7603 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7604
7605 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7606 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7607 gdb_test_no_output for a couple of cases.
7608 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7609
7610 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7611
7612 Fix test names and standardize compilation error messages throughout
7613 the following files:
7614
7615 * gdb.ada/start.exp
7616 * gdb.arch/alpha-step.exp
7617 * gdb.arch/e500-prologue.exp
7618 * gdb.arch/ftrace-insn-reloc.exp
7619 * gdb.arch/gdb1291.exp
7620 * gdb.arch/gdb1431.exp
7621 * gdb.arch/gdb1558.exp
7622 * gdb.arch/i386-dr3-watch.exp
7623 * gdb.arch/i386-sse-stack-align.exp
7624 * gdb.arch/ia64-breakpoint-shadow.exp
7625 * gdb.arch/pa-nullify.exp
7626 * gdb.arch/powerpc-aix-prologue.exp
7627 * gdb.arch/thumb-bx-pc.exp
7628 * gdb.base/annota1.exp
7629 * gdb.base/annota3.exp
7630 * gdb.base/arrayidx.exp
7631 * gdb.base/assign.exp
7632 * gdb.base/attach.exp
7633 * gdb.base/auxv.exp
7634 * gdb.base/bang.exp
7635 * gdb.base/bfp-test.exp
7636 * gdb.base/bigcore.exp
7637 * gdb.base/bitfields2.exp
7638 * gdb.base/break-fun-addr.exp
7639 * gdb.base/break-probes.exp
7640 * gdb.base/call-rt-st.exp
7641 * gdb.base/callexit.exp
7642 * gdb.base/catch-fork-kill.exp
7643 * gdb.base/charset.exp
7644 * gdb.base/checkpoint.exp
7645 * gdb.base/comprdebug.exp
7646 * gdb.base/constvars.exp
7647 * gdb.base/coredump-filter.exp
7648 * gdb.base/cursal.exp
7649 * gdb.base/cvexpr.exp
7650 * gdb.base/detach.exp
7651 * gdb.base/display.exp
7652 * gdb.base/dmsym.exp
7653 * gdb.base/dprintf-pending.exp
7654 * gdb.base/dso2dso.exp
7655 * gdb.base/dtrace-probe.exp
7656 * gdb.base/dump.exp
7657 * gdb.base/enum_cond.exp
7658 * gdb.base/exe-lock.exp
7659 * gdb.base/exec-invalid-sysroot.exp
7660 * gdb.base/execl-update-breakpoints.exp
7661 * gdb.base/exprs.exp
7662 * gdb.base/fileio.exp
7663 * gdb.base/find.exp
7664 * gdb.base/finish.exp
7665 * gdb.base/fixsection.exp
7666 * gdb.base/foll-vfork.exp
7667 * gdb.base/frame-args.exp
7668 * gdb.base/gcore.exp
7669 * gdb.base/gdb1250.exp
7670 * gdb.base/global-var-nested-by-dso.exp
7671 * gdb.base/gnu-ifunc.exp
7672 * gdb.base/hashline1.exp
7673 * gdb.base/hashline2.exp
7674 * gdb.base/hashline3.exp
7675 * gdb.base/hbreak-in-shr-unsupported.exp
7676 * gdb.base/huge.exp
7677 * gdb.base/infcall-input.exp
7678 * gdb.base/info-fun.exp
7679 * gdb.base/info-shared.exp
7680 * gdb.base/jit-simple.exp
7681 * gdb.base/jit-so.exp
7682 * gdb.base/jit.exp
7683 * gdb.base/jump.exp
7684 * gdb.base/label.exp
7685 * gdb.base/lineinc.exp
7686 * gdb.base/logical.exp
7687 * gdb.base/longjmp.exp
7688 * gdb.base/macscp.exp
7689 * gdb.base/miscexprs.exp
7690 * gdb.base/new-ui-echo.exp
7691 * gdb.base/new-ui-pending-input.exp
7692 * gdb.base/new-ui.exp
7693 * gdb.base/nodebug.exp
7694 * gdb.base/nofield.exp
7695 * gdb.base/offsets.exp
7696 * gdb.base/overlays.exp
7697 * gdb.base/pending.exp
7698 * gdb.base/pointers.exp
7699 * gdb.base/pr11022.exp
7700 * gdb.base/printcmds.exp
7701 * gdb.base/prologue.exp
7702 * gdb.base/ptr-typedef.exp
7703 * gdb.base/realname-expand.exp
7704 * gdb.base/relativedebug.exp
7705 * gdb.base/relocate.exp
7706 * gdb.base/remote.exp
7707 * gdb.base/reread.exp
7708 * gdb.base/return2.exp
7709 * gdb.base/savedregs.exp
7710 * gdb.base/sep.exp
7711 * gdb.base/sepdebug.exp
7712 * gdb.base/sepsymtab.exp
7713 * gdb.base/set-inferior-tty.exp
7714 * gdb.base/setshow.exp
7715 * gdb.base/shlib-call.exp
7716 * gdb.base/sigaltstack.exp
7717 * gdb.base/siginfo-addr.exp
7718 * gdb.base/signals.exp
7719 * gdb.base/signull.exp
7720 * gdb.base/sigrepeat.exp
7721 * gdb.base/so-impl-ld.exp
7722 * gdb.base/solib-display.exp
7723 * gdb.base/solib-overlap.exp
7724 * gdb.base/solib-search.exp
7725 * gdb.base/solib-symbol.exp
7726 * gdb.base/structs.exp
7727 * gdb.base/structs2.exp
7728 * gdb.base/symtab-search-order.exp
7729 * gdb.base/twice.exp
7730 * gdb.base/unload.exp
7731 * gdb.base/varargs.exp
7732 * gdb.base/watchpoint-solib.exp
7733 * gdb.base/watchpoint.exp
7734 * gdb.base/whatis.exp
7735 * gdb.base/wrong_frame_bt_full.exp
7736 * gdb.btrace/dlopen.exp
7737 * gdb.cell/ea-standalone.exp
7738 * gdb.cell/ea-test.exp
7739 * gdb.cp/dispcxx.exp
7740 * gdb.cp/gdb2384.exp
7741 * gdb.cp/method2.exp
7742 * gdb.cp/nextoverthrow.exp
7743 * gdb.cp/pr10728.exp
7744 * gdb.disasm/am33.exp
7745 * gdb.disasm/h8300s.exp
7746 * gdb.disasm/mn10300.exp
7747 * gdb.disasm/sh3.exp
7748 * gdb.dwarf2/dw2-dir-file-name.exp
7749 * gdb.fortran/complex.exp
7750 * gdb.fortran/library-module.exp
7751 * gdb.guile/scm-pretty-print.exp
7752 * gdb.guile/scm-symbol.exp
7753 * gdb.guile/scm-type.exp
7754 * gdb.guile/scm-value.exp
7755 * gdb.linespec/linespec.exp
7756 * gdb.mi/gdb701.exp
7757 * gdb.mi/gdb792.exp
7758 * gdb.mi/mi-breakpoint-changed.exp
7759 * gdb.mi/mi-dprintf-pending.exp
7760 * gdb.mi/mi-dprintf.exp
7761 * gdb.mi/mi-exit-code.exp
7762 * gdb.mi/mi-pending.exp
7763 * gdb.mi/mi-solib.exp
7764 * gdb.mi/new-ui-mi-sync.exp
7765 * gdb.mi/pr11022.exp
7766 * gdb.mi/user-selected-context-sync.exp
7767 * gdb.opt/solib-intra-step.exp
7768 * gdb.python/py-events.exp
7769 * gdb.python/py-finish-breakpoint.exp
7770 * gdb.python/py-mi.exp
7771 * gdb.python/py-prettyprint.exp
7772 * gdb.python/py-shared.exp
7773 * gdb.python/py-symbol.exp
7774 * gdb.python/py-template.exp
7775 * gdb.python/py-type.exp
7776 * gdb.python/py-value.exp
7777 * gdb.reverse/solib-precsave.exp
7778 * gdb.reverse/solib-reverse.exp
7779 * gdb.server/solib-list.exp
7780 * gdb.stabs/weird.exp
7781 * gdb.threads/reconnect-signal.exp
7782 * gdb.threads/stepi-random-signal.exp
7783 * gdb.trace/actions.exp
7784 * gdb.trace/ax.exp
7785 * gdb.trace/backtrace.exp
7786 * gdb.trace/change-loc.exp
7787 * gdb.trace/deltrace.exp
7788 * gdb.trace/ftrace-lock.exp
7789 * gdb.trace/ftrace.exp
7790 * gdb.trace/infotrace.exp
7791 * gdb.trace/mi-tracepoint-changed.exp
7792 * gdb.trace/packetlen.exp
7793 * gdb.trace/passcount.exp
7794 * gdb.trace/pending.exp
7795 * gdb.trace/range-stepping.exp
7796 * gdb.trace/report.exp
7797 * gdb.trace/stap-trace.exp
7798 * gdb.trace/tfind.exp
7799 * gdb.trace/trace-break.exp
7800 * gdb.trace/trace-condition.exp
7801 * gdb.trace/trace-enable-disable.exp
7802 * gdb.trace/trace-mt.exp
7803 * gdb.trace/tracecmd.exp
7804 * gdb.trace/tspeed.exp
7805 * gdb.trace/tsv.exp
7806 * lib/perftest.exp
7807
7808 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7809
7810 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7811 with gdb_test_no_output.
7812 Use command as test name.
7813
7814 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7815
7816 Fix test names starting with uppercase throughout the files.
7817
7818 * gdb.ada/assign_1.exp
7819 * gdb.ada/boolean_expr.exp
7820 * gdb.base/arrayidx.exp
7821 * gdb.base/del.exp
7822 * gdb.base/gcore-buffer-overflow.exp
7823 * gdb.base/testenv.exp
7824 * gdb.compile/compile.exp
7825 * gdb.python/py-framefilter-invalidarg.exp
7826 * gdb.python/py-framefilter.exp
7827
7828 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7829
7830 Fix test names starting with uppercase throughout the files.
7831
7832 * gdb.ada/array_return.exp
7833 * gdb.ada/expr_delims.exp
7834 * gdb.ada/mi_dyn_arr.exp
7835 * gdb.ada/mi_interface.exp
7836 * gdb.ada/mi_var_array.exp
7837 * gdb.ada/watch_arg.exp
7838 * gdb.arch/alpha-step.exp
7839 * gdb.arch/altivec-regs.exp
7840 * gdb.arch/e500-regs.exp
7841 * gdb.arch/powerpc-d128-regs.exp
7842 * gdb.base/arrayidx.exp
7843 * gdb.base/break.exp
7844 * gdb.base/checkpoint.exp
7845 * gdb.base/debug-expr.exp
7846 * gdb.base/dmsym.exp
7847 * gdb.base/radix.exp
7848 * gdb.base/sepdebug.exp
7849 * gdb.base/testenv.exp
7850 * gdb.base/watch_thread_num.exp
7851 * gdb.base/watchpoint-cond-gone.exp
7852 * gdb.cell/break.exp
7853 * gdb.cell/ea-cache.exp
7854 * gdb.compile/compile.exp
7855 * gdb.cp/gdb2495.exp
7856 * gdb.gdb/selftest.exp
7857 * gdb.gdb/xfullpath.exp
7858 * gdb.go/hello.exp
7859 * gdb.go/integers.exp
7860 * gdb.objc/basicclass.exp
7861 * gdb.pascal/hello.exp
7862 * gdb.pascal/integers.exp
7863 * gdb.python/py-breakpoint.exp
7864 * gdb.python/py-cmd.exp
7865 * gdb.python/py-linetable.exp
7866 * gdb.python/py-xmethods.exp
7867 * gdb.python/python.exp
7868 * gdb.reverse/consecutive-precsave.exp
7869 * gdb.reverse/finish-precsave.exp
7870 * gdb.reverse/i386-precsave.exp
7871 * gdb.reverse/machinestate-precsave.exp
7872 * gdb.reverse/sigall-precsave.exp
7873 * gdb.reverse/solib-precsave.exp
7874 * gdb.reverse/step-precsave.exp
7875 * gdb.reverse/until-precsave.exp
7876 * gdb.reverse/watch-precsave.exp
7877 * gdb.threads/leader-exit.exp
7878 * gdb.threads/pthreads.exp
7879 * gdb.threads/wp-replication.exp
7880 * gdb.trace/actions.exp
7881 * gdb.trace/mi-tsv-changed.exp
7882 * gdb.trace/tsv.exp
7883
7884 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7885
7886 Fix test names starting with uppercase throughout the files.
7887
7888 * gdb.arch/i386-bp_permanent.exp
7889 * gdb.arch/i386-gnu-cfi.exp
7890 * gdb.base/disasm-end-cu.exp
7891 * gdb.base/macscp.exp
7892 * gdb.base/pending.exp
7893 * gdb.base/watch_thread_num.exp
7894 * gdb.cp/exception.exp
7895 * gdb.cp/gdb2495.exp
7896 * gdb.cp/local.exp
7897 * gdb.python/py-evsignal.exp
7898 * gdb.python/python.exp
7899 * gdb.trace/tracecmd.exp
7900
7901 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7902
7903 Fix test names starting with uppercase throughout the files.
7904
7905 * gdb.base/charset.exp
7906 * gdb.base/eval.exp
7907 * gdb.base/multi-forks.exp
7908 * gdb.guile/scm-progspace.exp
7909 * gdb.opencl/datatypes.exp
7910 * gdb.python/py-block.exp
7911 * gdb.python/py-function.exp
7912 * gdb.python/py-symbol.exp
7913 * gdb.python/py-symtab.exp
7914 * gdb.python/py-xmethods.exp
7915 * gdb.reverse/break-precsave.exp
7916 * gdb.reverse/break-reverse.exp
7917 * gdb.reverse/consecutive-precsave.exp
7918 * gdb.reverse/consecutive-reverse.exp
7919 * gdb.reverse/finish-precsave.exp
7920 * gdb.reverse/finish-reverse-bkpt.exp
7921 * gdb.reverse/finish-reverse.exp
7922 * gdb.reverse/fstatat-reverse.exp
7923 * gdb.reverse/getresuid-reverse.exp
7924 * gdb.reverse/i386-precsave.exp
7925 * gdb.reverse/i386-reverse.exp
7926 * gdb.reverse/i386-sse-reverse.exp
7927 * gdb.reverse/i387-stack-reverse.exp
7928 * gdb.reverse/insn-reverse.exp
7929 * gdb.reverse/machinestate-precsave.exp
7930 * gdb.reverse/machinestate.exp
7931 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7932 * gdb.reverse/pipe-reverse.exp
7933 * gdb.reverse/readv-reverse.exp
7934 * gdb.reverse/recvmsg-reverse.exp
7935 * gdb.reverse/rerun-prec.exp
7936 * gdb.reverse/s390-mvcle.exp
7937 * gdb.reverse/sigall-precsave.exp
7938 * gdb.reverse/sigall-reverse.exp
7939 * gdb.reverse/solib-precsave.exp
7940 * gdb.reverse/solib-reverse.exp
7941 * gdb.reverse/step-precsave.exp
7942 * gdb.reverse/step-reverse.exp
7943 * gdb.reverse/time-reverse.exp
7944 * gdb.reverse/until-precsave.exp
7945 * gdb.reverse/until-reverse.exp
7946 * gdb.reverse/waitpid-reverse.exp
7947 * gdb.reverse/watch-precsave.exp
7948 * gdb.reverse/watch-reverse.exp
7949
7950 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7951
7952 Fix test names starting with uppercase throughout the files.
7953
7954 * gdb.arch/i386-mpx-simple_segv.exp
7955 * gdb.arch/i386-mpx.exp
7956 * gdb.arch/i386-permbkpt.exp
7957 * gdb.arch/pa-nullify.exp
7958 * gdb.arch/powerpc-d128-regs.exp
7959 * gdb.arch/vsx-regs.exp
7960 * gdb.base/bfp-test.exp
7961 * gdb.base/break.exp
7962 * gdb.base/breakpoint-shadow.exp
7963 * gdb.base/callfuncs.exp
7964 * gdb.base/charset.exp
7965 * gdb.base/commands.exp
7966 * gdb.base/completion.exp
7967 * gdb.base/dfp-test.exp
7968 * gdb.base/echo.exp
7969 * gdb.base/ending-run.exp
7970 * gdb.base/eval.exp
7971 * gdb.base/expand-psymtabs.exp
7972 * gdb.base/float128.exp
7973 * gdb.base/floatn.exp
7974 * gdb.base/foll-exec-mode.exp
7975 * gdb.base/gdb1056.exp
7976 * gdb.base/gdb11531.exp
7977 * gdb.base/kill-after-signal.exp
7978 * gdb.base/multi-forks.exp
7979 * gdb.base/overlays.exp
7980 * gdb.base/pending.exp
7981 * gdb.base/sepdebug.exp
7982 * gdb.base/testenv.exp
7983 * gdb.base/valgrind-db-attach.exp
7984 * gdb.base/watch_thread_num.exp
7985 * gdb.base/watchpoint-cond-gone.exp
7986 * gdb.base/watchpoint.exp
7987 * gdb.base/watchpoints.exp
7988 * gdb.cp/arg-reference.exp
7989 * gdb.cp/baseenum.exp
7990 * gdb.cp/operator.exp
7991 * gdb.cp/shadow.exp
7992 * gdb.dwarf2/dw2-op-out-param.exp
7993 * gdb.dwarf2/dw2-reg-undefined.exp
7994 * gdb.go/chan.exp
7995 * gdb.go/hello.exp
7996 * gdb.go/integers.exp
7997 * gdb.go/methods.exp
7998 * gdb.go/package.exp
7999 * gdb.guile/scm-parameter.exp
8000 * gdb.guile/scm-progspace.exp
8001 * gdb.guile/scm-value.exp
8002 * gdb.mi/mi-pending.exp
8003 * gdb.mi/user-selected-context-sync.exp
8004 * gdb.multi/multi-attach.exp
8005 * gdb.multi/tids.exp
8006 * gdb.opt/clobbered-registers-O2.exp
8007 * gdb.pascal/floats.exp
8008 * gdb.pascal/integers.exp
8009 * gdb.python/py-block.exp
8010 * gdb.python/py-events.exp
8011 * gdb.python/py-parameter.exp
8012 * gdb.python/py-symbol.exp
8013 * gdb.python/py-symtab.exp
8014 * gdb.python/py-type.exp
8015 * gdb.python/py-value.exp
8016 * gdb.python/py-xmethods.exp
8017 * gdb.python/python.exp
8018 * gdb.reverse/break-precsave.exp
8019 * gdb.reverse/consecutive-precsave.exp
8020 * gdb.reverse/finish-precsave.exp
8021 * gdb.reverse/i386-precsave.exp
8022 * gdb.reverse/machinestate-precsave.exp
8023 * gdb.reverse/sigall-precsave.exp
8024 * gdb.reverse/solib-precsave.exp
8025 * gdb.reverse/step-precsave.exp
8026 * gdb.reverse/until-precsave.exp
8027 * gdb.reverse/watch-precsave.exp
8028 * gdb.server/ext-attach.exp
8029 * gdb.server/ext-restart.exp
8030 * gdb.server/ext-run.exp
8031 * gdb.server/ext-wrapper.exp
8032 * gdb.stabs/gdb11479.exp
8033 * gdb.stabs/weird.exp
8034 * gdb.threads/attach-many-short-lived-threads.exp
8035 * gdb.threads/kill.exp
8036 * gdb.threads/watchpoint-fork.exp
8037
8038 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8039
8040 Fix test names starting with uppercase throughout all the files below.
8041
8042 * gdb.ada/array_return.exp
8043 * gdb.ada/catch_ex.exp
8044 * gdb.ada/info_exc.exp
8045 * gdb.ada/mi_catch_ex.exp
8046 * gdb.ada/mi_dyn_arr.exp
8047 * gdb.ada/mi_ex_cond.exp
8048 * gdb.ada/mi_exc_info.exp
8049 * gdb.ada/mi_interface.exp
8050 * gdb.ada/mi_task_arg.exp
8051 * gdb.ada/mi_task_info.exp
8052 * gdb.ada/mi_var_array.exp
8053 * gdb.arch/alpha-step.exp
8054 * gdb.arch/amd64-disp-step.exp
8055 * gdb.arch/arm-disp-step.exp
8056 * gdb.arch/disp-step-insn-reloc.exp
8057 * gdb.arch/e500-prologue.exp
8058 * gdb.arch/ftrace-insn-reloc.exp
8059 * gdb.arch/gdb1558.exp
8060 * gdb.arch/i386-bp_permanent.exp
8061 * gdb.arch/i386-disp-step.exp
8062 * gdb.arch/i386-float.exp
8063 * gdb.arch/i386-gnu-cfi.exp
8064 * gdb.arch/ia64-breakpoint-shadow.exp
8065 * gdb.arch/mips16-thunks.exp
8066 * gdb.arch/pa-nullify.exp
8067 * gdb.arch/powerpc-aix-prologue.exp
8068 * gdb.arch/powerpc-power.exp
8069 * gdb.arch/ppc-dfp.exp
8070 * gdb.arch/s390-tdbregs.exp
8071 * gdb.arch/spu-info.exp
8072 * gdb.arch/spu-ls.exp
8073 * gdb.arch/thumb-bx-pc.exp
8074 * gdb.base/advance.exp
8075 * gdb.base/annota-input-while-running.exp
8076 * gdb.base/arrayidx.exp
8077 * gdb.base/asmlabel.exp
8078 * gdb.base/async.exp
8079 * gdb.base/attach-wait-input.exp
8080 * gdb.base/auto-connect-native-target.exp
8081 * gdb.base/batch-preserve-term-settings.exp
8082 * gdb.base/bfp-test.exp
8083 * gdb.base/bigcore.exp
8084 * gdb.base/bp-permanent.exp
8085 * gdb.base/break-always.exp
8086 * gdb.base/break-fun-addr.exp
8087 * gdb.base/break-idempotent.exp
8088 * gdb.base/break-main-file-remove-fail.exp
8089 * gdb.base/break-probes.exp
8090 * gdb.base/break-unload-file.exp
8091 * gdb.base/break.exp
8092 * gdb.base/call-ar-st.exp
8093 * gdb.base/call-rt-st.exp
8094 * gdb.base/call-sc.exp
8095 * gdb.base/call-signal-resume.exp
8096 * gdb.base/call-strs.exp
8097 * gdb.base/callexit.exp
8098 * gdb.base/callfuncs.exp
8099 * gdb.base/catch-gdb-caused-signals.exp
8100 * gdb.base/catch-signal-siginfo-cond.exp
8101 * gdb.base/catch-syscall.exp
8102 * gdb.base/compare-sections.exp
8103 * gdb.base/cond-eval-mode.exp
8104 * gdb.base/condbreak-call-false.exp
8105 * gdb.base/consecutive-step-over.exp
8106 * gdb.base/cursal.exp
8107 * gdb.base/disabled-location.exp
8108 * gdb.base/disasm-end-cu.exp
8109 * gdb.base/display.exp
8110 * gdb.base/double-prompt-target-event-error.exp
8111 * gdb.base/dprintf-bp-same-addr.exp
8112 * gdb.base/dprintf-detach.exp
8113 * gdb.base/dprintf-next.exp
8114 * gdb.base/dprintf-non-stop.exp
8115 * gdb.base/dprintf-pending.exp
8116 * gdb.base/dso2dso.exp
8117 * gdb.base/ending-run.exp
8118 * gdb.base/enum_cond.exp
8119 * gdb.base/examine-backward.exp
8120 * gdb.base/exe-lock.exp
8121 * gdb.base/exec-invalid-sysroot.exp
8122 * gdb.base/execl-update-breakpoints.exp
8123 * gdb.base/execution-termios.exp
8124 * gdb.base/fileio.exp
8125 * gdb.base/fixsection.exp
8126 * gdb.base/foll-exec-mode.exp
8127 * gdb.base/foll-exec.exp
8128 * gdb.base/fork-running-state.exp
8129 * gdb.base/frame-args.exp
8130 * gdb.base/fullpath-expand.exp
8131 * gdb.base/func-ptr.exp
8132 * gdb.base/gcore-relro-pie.exp
8133 * gdb.base/gdb1090.exp
8134 * gdb.base/gdb1555.exp
8135 * gdb.base/global-var-nested-by-dso.exp
8136 * gdb.base/gnu-ifunc.exp
8137 * gdb.base/hbreak-in-shr-unsupported.exp
8138 * gdb.base/hbreak-unmapped.exp
8139 * gdb.base/hook-stop.exp
8140 * gdb.base/infcall-input.exp
8141 * gdb.base/info-fun.exp
8142 * gdb.base/info-shared.exp
8143 * gdb.base/interrupt-noterm.exp
8144 * gdb.base/jit-so.exp
8145 * gdb.base/jit.exp
8146 * gdb.base/line-symtabs.exp
8147 * gdb.base/list.exp
8148 * gdb.base/longjmp.exp
8149 * gdb.base/macscp.exp
8150 * gdb.base/max-value-size.exp
8151 * gdb.base/nodebug.exp
8152 * gdb.base/nofield.exp
8153 * gdb.base/overlays.exp
8154 * gdb.base/paginate-after-ctrl-c-running.exp
8155 * gdb.base/paginate-bg-execution.exp
8156 * gdb.base/paginate-inferior-exit.exp
8157 * gdb.base/pending.exp
8158 * gdb.base/pr11022.exp
8159 * gdb.base/printcmds.exp
8160 * gdb.base/ptr-typedef.exp
8161 * gdb.base/ptype.exp
8162 * gdb.base/randomize.exp
8163 * gdb.base/range-stepping.exp
8164 * gdb.base/realname-expand.exp
8165 * gdb.base/relativedebug.exp
8166 * gdb.base/remote.exp
8167 * gdb.base/savedregs.exp
8168 * gdb.base/sepdebug.exp
8169 * gdb.base/set-noassign.exp
8170 * gdb.base/shlib-call.exp
8171 * gdb.base/shreloc.exp
8172 * gdb.base/sigaltstack.exp
8173 * gdb.base/sigbpt.exp
8174 * gdb.base/siginfo-addr.exp
8175 * gdb.base/siginfo-obj.exp
8176 * gdb.base/siginfo-thread.exp
8177 * gdb.base/signest.exp
8178 * gdb.base/signull.exp
8179 * gdb.base/sigrepeat.exp
8180 * gdb.base/skip.exp
8181 * gdb.base/so-impl-ld.exp
8182 * gdb.base/solib-corrupted.exp
8183 * gdb.base/solib-disc.exp
8184 * gdb.base/solib-display.exp
8185 * gdb.base/solib-overlap.exp
8186 * gdb.base/solib-search.exp
8187 * gdb.base/solib-symbol.exp
8188 * gdb.base/source-execution.exp
8189 * gdb.base/sss-bp-on-user-bp-2.exp
8190 * gdb.base/sss-bp-on-user-bp.exp
8191 * gdb.base/stack-checking.exp
8192 * gdb.base/stale-infcall.exp
8193 * gdb.base/step-break.exp
8194 * gdb.base/step-line.exp
8195 * gdb.base/step-over-exit.exp
8196 * gdb.base/step-test.exp
8197 * gdb.base/structs.exp
8198 * gdb.base/sym-file.exp
8199 * gdb.base/symtab-search-order.exp
8200 * gdb.base/term.exp
8201 * gdb.base/type-opaque.exp
8202 * gdb.base/unload.exp
8203 * gdb.base/until-nodebug.exp
8204 * gdb.base/until.exp
8205 * gdb.base/unwindonsignal.exp
8206 * gdb.base/watch-cond.exp
8207 * gdb.base/watch-non-mem.exp
8208 * gdb.base/watch_thread_num.exp
8209 * gdb.base/watchpoint-reuse-slot.exp
8210 * gdb.base/watchpoint-solib.exp
8211 * gdb.base/watchpoint.exp
8212 * gdb.btrace/dlopen.exp
8213 * gdb.cell/arch.exp
8214 * gdb.cell/break.exp
8215 * gdb.cell/bt.exp
8216 * gdb.cell/core.exp
8217 * gdb.cell/data.exp
8218 * gdb.cell/dwarfaddr.exp
8219 * gdb.cell/ea-cache.exp
8220 * gdb.cell/ea-standalone.exp
8221 * gdb.cell/ea-test.exp
8222 * gdb.cell/f-regs.exp
8223 * gdb.cell/fork.exp
8224 * gdb.cell/gcore.exp
8225 * gdb.cell/mem-access.exp
8226 * gdb.cell/ptype.exp
8227 * gdb.cell/registers.exp
8228 * gdb.cell/sizeof.exp
8229 * gdb.cell/solib-symbol.exp
8230 * gdb.cell/solib.exp
8231 * gdb.compile/compile-tls.exp
8232 * gdb.cp/exception.exp
8233 * gdb.cp/gdb2495.exp
8234 * gdb.cp/local.exp
8235 * gdb.cp/mb-inline.exp
8236 * gdb.cp/mb-templates.exp
8237 * gdb.cp/pr10687.exp
8238 * gdb.cp/pr9167.exp
8239 * gdb.cp/scope-err.exp
8240 * gdb.cp/templates.exp
8241 * gdb.cp/virtfunc.exp
8242 * gdb.dwarf2/dw2-dir-file-name.exp
8243 * gdb.dwarf2/dw2-single-line-discriminators.exp
8244 * gdb.fortran/complex.exp
8245 * gdb.fortran/library-module.exp
8246 * gdb.guile/guile.exp
8247 * gdb.guile/scm-cmd.exp
8248 * gdb.guile/scm-frame-inline.exp
8249 * gdb.guile/scm-objfile.exp
8250 * gdb.guile/scm-pretty-print.exp
8251 * gdb.guile/scm-symbol.exp
8252 * gdb.guile/scm-type.exp
8253 * gdb.guile/scm-value.exp
8254 * gdb.linespec/keywords.exp
8255 * gdb.linespec/ls-errs.exp
8256 * gdb.linespec/macro-relative.exp
8257 * gdb.linespec/thread.exp
8258 * gdb.mi/mi-breakpoint-changed.exp
8259 * gdb.mi/mi-dprintf-pending.exp
8260 * gdb.mi/mi-fullname-deleted.exp
8261 * gdb.mi/mi-logging.exp
8262 * gdb.mi/mi-pending.exp
8263 * gdb.mi/mi-solib.exp
8264 * gdb.mi/new-ui-mi-sync.exp
8265 * gdb.mi/user-selected-context-sync.exp
8266 * gdb.multi/dummy-frame-restore.exp
8267 * gdb.multi/multi-arch-exec.exp
8268 * gdb.multi/remove-inferiors.exp
8269 * gdb.multi/watchpoint-multi-exit.exp
8270 * gdb.opt/solib-intra-step.exp
8271 * gdb.perf/backtrace.exp
8272 * gdb.perf/single-step.exp
8273 * gdb.perf/skip-command.exp
8274 * gdb.perf/skip-prologue.exp
8275 * gdb.perf/solib.exp
8276 * gdb.python/lib-types.exp
8277 * gdb.python/py-as-string.exp
8278 * gdb.python/py-bad-printers.exp
8279 * gdb.python/py-block.exp
8280 * gdb.python/py-breakpoint.exp
8281 * gdb.python/py-cmd.exp
8282 * gdb.python/py-events.exp
8283 * gdb.python/py-evthreads.exp
8284 * gdb.python/py-finish-breakpoint.exp
8285 * gdb.python/py-finish-breakpoint2.exp
8286 * gdb.python/py-frame-inline.exp
8287 * gdb.python/py-frame.exp
8288 * gdb.python/py-inferior.exp
8289 * gdb.python/py-infthread.exp
8290 * gdb.python/py-mi.exp
8291 * gdb.python/py-objfile.exp
8292 * gdb.python/py-pp-maint.exp
8293 * gdb.python/py-pp-registration.exp
8294 * gdb.python/py-prettyprint.exp
8295 * gdb.python/py-recurse-unwind.exp
8296 * gdb.python/py-shared.exp
8297 * gdb.python/py-symbol.exp
8298 * gdb.python/py-symtab.exp
8299 * gdb.python/py-template.exp
8300 * gdb.python/py-type.exp
8301 * gdb.python/py-unwind-maint.exp
8302 * gdb.python/py-unwind.exp
8303 * gdb.python/py-value.exp
8304 * gdb.python/python.exp
8305 * gdb.reverse/finish-reverse-bkpt.exp
8306 * gdb.reverse/insn-reverse.exp
8307 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8308 * gdb.reverse/solib-precsave.exp
8309 * gdb.reverse/solib-reverse.exp
8310 * gdb.stabs/gdb11479.exp
8311 * gdb.stabs/weird.exp
8312 * gdb.threads/fork-child-threads.exp
8313 * gdb.threads/fork-plus-threads.exp
8314 * gdb.threads/fork-thread-pending.exp
8315 * gdb.threads/forking-threads-plus-breakpoint.exp
8316 * gdb.threads/hand-call-in-threads.exp
8317 * gdb.threads/interrupted-hand-call.exp
8318 * gdb.threads/linux-dp.exp
8319 * gdb.threads/local-watch-wrong-thread.exp
8320 * gdb.threads/next-while-other-thread-longjmps.exp
8321 * gdb.threads/non-ldr-exit.exp
8322 * gdb.threads/pending-step.exp
8323 * gdb.threads/print-threads.exp
8324 * gdb.threads/process-dies-while-detaching.exp
8325 * gdb.threads/process-dies-while-handling-bp.exp
8326 * gdb.threads/pthreads.exp
8327 * gdb.threads/queue-signal.exp
8328 * gdb.threads/reconnect-signal.exp
8329 * gdb.threads/signal-command-handle-nopass.exp
8330 * gdb.threads/signal-command-multiple-signals-pending.exp
8331 * gdb.threads/signal-delivered-right-thread.exp
8332 * gdb.threads/signal-sigtrap.exp
8333 * gdb.threads/sigthread.exp
8334 * gdb.threads/staticthreads.exp
8335 * gdb.threads/stepi-random-signal.exp
8336 * gdb.threads/thread-unwindonsignal.exp
8337 * gdb.threads/thread_check.exp
8338 * gdb.threads/thread_events.exp
8339 * gdb.threads/tid-reuse.exp
8340 * gdb.threads/tls-nodebug.exp
8341 * gdb.threads/tls-shared.exp
8342 * gdb.threads/tls-so_extern.exp
8343 * gdb.threads/tls.exp
8344 * gdb.threads/wp-replication.exp
8345 * gdb.trace/actions-changed.exp
8346 * gdb.trace/actions.exp
8347 * gdb.trace/backtrace.exp
8348 * gdb.trace/change-loc.exp
8349 * gdb.trace/collection.exp
8350 * gdb.trace/deltrace.exp
8351 * gdb.trace/disconnected-tracing.exp
8352 * gdb.trace/entry-values.exp
8353 * gdb.trace/ftrace-lock.exp
8354 * gdb.trace/ftrace.exp
8355 * gdb.trace/infotrace.exp
8356 * gdb.trace/mi-trace-frame-collected.exp
8357 * gdb.trace/mi-trace-unavailable.exp
8358 * gdb.trace/mi-traceframe-changed.exp
8359 * gdb.trace/mi-tracepoint-changed.exp
8360 * gdb.trace/mi-tsv-changed.exp
8361 * gdb.trace/no-attach-trace.exp
8362 * gdb.trace/packetlen.exp
8363 * gdb.trace/passc-dyn.exp
8364 * gdb.trace/passcount.exp
8365 * gdb.trace/pending.exp
8366 * gdb.trace/pr16508.exp
8367 * gdb.trace/qtro.exp
8368 * gdb.trace/range-stepping.exp
8369 * gdb.trace/read-memory.exp
8370 * gdb.trace/report.exp
8371 * gdb.trace/save-trace.exp
8372 * gdb.trace/signal.exp
8373 * gdb.trace/stap-trace.exp
8374 * gdb.trace/status-stop.exp
8375 * gdb.trace/strace.exp
8376 * gdb.trace/tfile.exp
8377 * gdb.trace/tfind.exp
8378 * gdb.trace/trace-break.exp
8379 * gdb.trace/trace-condition.exp
8380 * gdb.trace/trace-enable-disable.exp
8381 * gdb.trace/trace-mt.exp
8382 * gdb.trace/tracecmd.exp
8383 * gdb.trace/tracefile-pseudo-reg.exp
8384 * gdb.trace/tspeed.exp
8385 * gdb.trace/tstatus.exp
8386 * gdb.trace/tsv.exp
8387 * gdb.trace/unavailable.exp
8388 * gdb.trace/while-dyn.exp
8389 * gdb.trace/while-stepping.exp
8390 * lib/gdb-guile.exp
8391 * lib/gdb.exp
8392 * lib/mi-support.exp
8393 * lib/pascal.exp
8394 * lib/perftest.exp
8395 * lib/prelink-support.exp
8396 * lib/selftest-support.exp
8397
8398 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8399
8400 * Makefile.in: Include disable-implicit-rules.mk.
8401
8402 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8403
8404 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8405 non-byte-aligned bit fields.
8406
8407 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8408
8409 PR gdb/12616
8410 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8411 respects the DW_AT_data_bit_offset attribute.
8412
8413 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8414
8415 * gdb.base/default.exp: Fix output of "set language".
8416
8417 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8418
8419 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8420 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8421 make.
8422 * configure.ac: Remove checks for the make program.
8423 * configure: Re-generate.
8424
8425 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8426
8427 * gdb.python/py-recurse-unwind.c (main): Add loop.
8428 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8429 to read_register() and gdb.parse_and_eval(). Make each code
8430 call a separate case that can be individually tested.
8431 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8432 proc. Call cont_and_backtrace for each of the code paths that
8433 we want to test in the unwinder.
8434
8435 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8436
8437 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8438 the definition of struct S.
8439
8440 2016-11-11 Catherine Moore <clm@codesourcery.com>
8441
8442 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8443
8444 2016-11-09 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.base/commands.exp (runto_or_return): New procedure.
8447 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8448 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8449 (progvar_simple_while_test, progvar_complex_if_while_test)
8450 (if_while_breakpoint_command_test)
8451 (infrun_breakpoint_command_test, breakpoint_command_test)
8452 (user_defined_command_test, watchpoint_command_test)
8453 (test_command_prompt_position, redefine_hook_test)
8454 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8455 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8456 multi_line_input and multi_line. Remove gdb_expect and
8457 gdb_stop_suppressing_tests uses.
8458 * lib/gdb.exp (valnum_re): New global.
8459 (multi_line_input): New procedure.
8460
8461 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8462
8463 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8464 Remove.
8465 (test_setup): Define with proc_with_prefix.
8466 (test_cli_inferior): Likewise.
8467 (test_cli_thread): Likewise.
8468 (test_cli_frame): Likewise.
8469 (test_cli_select_frame): Likewise.
8470 (test_cli_up_down): Likewise.
8471 (test_mi_thread_select): Likewise.
8472 (test_mi_stack_select_frame): Likewise.
8473 (test_cli_in_mi_inferior): Likewise.
8474 (test_cli_in_mi_thread): Likewise.
8475 (test_cli_in_mi_frame): Likewise.
8476 (top level): Do not use with_test_prefix_procname.
8477
8478 2016-11-09 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/commands.exp (gdbvar_simple_if_test)
8481 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8482 (progvar_simple_if_test, progvar_simple_while_test)
8483 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8484 (infrun_breakpoint_command_test, breakpoint_command_test)
8485 (user_defined_command_test, watchpoint_command_test)
8486 (test_command_prompt_position, deprecated_command_test)
8487 (bp_deleted_in_command, temporary_breakpoint_commands)
8488 (stray_arg0_test, source_file_with_indented_comment)
8489 (recursive_source_test, if_commands_test)
8490 (error_clears_commands_left, redefine_hook_test)
8491 (redefine_backtrace_test): Use proc_with_prefix.
8492 * lib/gdb.exp (proc_with_prefix): New proc.
8493
8494 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.base/tui-layout.c: New file.
8497 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8498 disassembly window contains very long lines.
8499
8500 2016-11-08 Tom Tromey <tom@tromey.com>
8501
8502 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8503 depend on Python 2.
8504
8505 2016-11-08 Tom Tromey <tom@tromey.com>
8506
8507 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8508 New method.
8509
8510 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8511
8512 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8513
8514 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8515
8516 * gdb.rust/simple.rs: Add test for univariant enums without
8517 discriminants and for encoded struct-like enums.
8518
8519 2016-10-28 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8522 gdb_test_multiple, tighten regexps and match symtabs and line
8523 tables incrementally.
8524
8525 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8526
8527 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8528 general.
8529
8530 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8531
8532 * gdb.base/exec-invalid-sysroot.exp: New file.
8533
8534 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8535
8536 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8537
8538 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8541
8542 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8543
8544 * gdb.base/killed-outside.exp: Remove $options from a call to
8545 `prepare_for_testing'.
8546
8547 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8550 Change test message.
8551
8552 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8555 Update comment.
8556
8557 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8558
8559 * gdb.trace/mi-trace-save.exp: New file.
8560
8561 2016-10-13 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.base/code_elim.exp (get_var_address): Remove.
8564 * gdb.base/relocate.exp: Likewise.
8565 * gdb.base/shreloc.exp: Likewise.
8566 * lib/gdb.exp (get_var_address): New.
8567
8568 2016-10-13 Yao Qi <yao.qi@linaro.org>
8569
8570 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8571 floating point tests if $skip_float_test is false.
8572
8573 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8574
8575 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8576 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8577 argc values.
8578 Add 1 to argc so we guarantee distinct initial/modified argc values.
8579
8580 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8583
8584 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8587 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8588 * gdb.arch/vsx-regs.exp: Likewise.
8589
8590 2016-10-07 Yao Qi <yao.qi@linaro.org>
8591
8592 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8593
8594 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8595
8596 * gdb.python/python.exp: Test decode_line("*0").
8597
8598 2016-10-06 Doug Evans <dje@google.com>
8599
8600 * gdb.python/py-value.exp (test_value_creation): Add test for large
8601 unsigned 64-bit value.
8602
8603 2016-10-06 Tom Tromey <tom@tromey.com>
8604
8605 * gdb.compile/compile.exp: Change java tests to rust.
8606 * gdb.base/setshow.exp: Change java tests to rust.
8607 * gdb.base/default.exp: Remove java from language list.
8608 * README (Examples): Update language example.
8609 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8610 test.
8611 * lib/gdb.exp (skip_java_tests): Remove.
8612 * lib/java.exp: Remove.
8613 * gdb.java: Remove.
8614
8615 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8616
8617 * gdb.arch/mips-fcr.exp: New test.
8618 * gdb.arch/mips-fcr.c: Source for the new test.
8619
8620 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8621
8622 * gdb.base/solib-disc.exp: Use `standard_output_file'
8623 throughout.
8624
8625 2016-10-06 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/jit-simple-dl.c: New file.
8628 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8629 * gdb.base/jit-simple.c: ... this.
8630 * gdb.base/jit-simple.exp (jit_run): Delete.
8631 (build_jit): New proc.
8632 (jit_test_reread): Recompile either the main program or the shared
8633 library, depending on what is being tested. Skip changing address
8634 if caller wants to. Compare before/after addresses. If testing
8635 standalone, explicitly load the binary. Test "maint info
8636 breakpoints".
8637 (top level): Add "standalone vs shared lib" and "change address"
8638 vs "same address" axes.
8639
8640 2016-10-06 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8643 call.
8644 (jit_run): Delete.
8645 (jit_test_reread): Use with_test_prefix. Reload the main binary
8646 explicitly. Compare the before/after addresses of the JIT
8647 descriptor.
8648
8649 2016-08-15 Doug Evans <dje@google.com>
8650
8651 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8652 for single bitfields is bool.
8653 * gdb.xml/tdesc-regs.exp: Ditto.
8654
8655 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8658
8659 2016-10-05 Yao Qi <yao.qi@linaro.org>
8660
8661 * lib/gdb.exp (support_complex_tests): Return zero if
8662 gdb_skip_float_test return true.
8663
8664 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8665 Simon Marchi <simon.marchi@ericsson.com>
8666
8667 PR gdb/20487
8668 * gdb.mi/user-selected-context-sync.exp: New file.
8669 * gdb.mi/user-selected-context-sync.c: New file.
8670
8671 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8672 Simon Marchi <simon.marchi@ericsson.com>
8673
8674 PR gdb/20487
8675 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8676 =thread-select-event check.
8677
8678 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8679
8680 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8681 the compulsory L operand changes.
8682 * gdb.arch/powerpc-power.s: Likewise.
8683
8684 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8687 * gdb.base/jit-attach-pie.c: New file.
8688 * gdb.base/jit-attach-pie.exp: New file.
8689
8690 2016-09-28 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/infcall-input.c: New file.
8693 * gdb.base/infcall-input.exp: New file.
8694
8695 2016-09-22 Yao Qi <yao.qi@linaro.org>
8696
8697 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8698 (gdb_exit): Rename it to ...
8699 (gdbserver_gdb_exit): ... Close GDBserver.
8700 (gdb_exit): New proc, call gdbserver_gdb_exit.
8701 (mi_gdb_exit): Likewise.
8702
8703 2016-09-22 Yao Qi <yao.qi@linaro.org>
8704
8705 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8706 path.
8707 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8708 Remove duplication.
8709
8710 2016-09-22 Yao Qi <yao.qi@linaro.org>
8711
8712 * lib/gdbserver-support.exp: Check the existence of
8713 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8714
8715 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8716
8717 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8718
8719 2016-09-21 Tom Tromey <tom@tromey.com>
8720
8721 PR gdb/20604:
8722 * gdb.base/quit.exp: New file.
8723
8724 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * .gitignore: New file.
8727
8728 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8729
8730 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8731 throughout.
8732
8733 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8734
8735 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8736
8737 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 * gdb.cp/casts.cc (decltype): Move it ...
8740 (main): ... with its call to ...
8741 * gdb.cp/casts03.cc: ... a new file.
8742 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8743
8744 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8747
8748 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8749
8750 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8751 and sync up the test with tests in gas/testsuite/gas/ppc.
8752 * gdb.arch/powerpc-power.exp: Likewise.
8753
8754 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8757
8758 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8759 Jan Kratochvil <jan.kratochvil@redhat.com>
8760
8761 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8762 make m1's definition to be different from m2's. Use 'dummy' as an
8763 argument for probe 'two'.
8764
8765 2016-09-10 Jon Beniston <jon@beniston.com>
8766
8767 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8768 for sim target.
8769
8770 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8771
8772 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8773 variable declaration.
8774 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8775 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8776 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8777 received HWCAP as its argument.
8778
8779 2016-09-06 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/new-ui-pending-input.c: New file.
8782 * gdb.base/new-ui-pending-input.exp: New file.
8783 * gdb.exp (clear_gdb_spawn_id): New procedure.
8784 (with_spawn_id): Check whether gdb_spawn_id exists before
8785 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8786 on exit.
8787
8788 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8789
8790 * gdb.base/float128.c: New file.
8791 * gdb.base/float128.exp: Likewise.
8792 * gdb.base/floatn.c: Likewise.
8793 * gdb.base/floatn.exp: Likewise.
8794
8795 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8796
8797 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8798
8799 2016-09-05 Pedro Alves <palves@redhat.com>
8800
8801 PR backtrace/19927
8802 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8803 unwinders are immediately called as side effect of "source" or
8804 "disable unwinder" commands.
8805 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8806
8807 2016-09-02 Yao Qi <yao.qi@linaro.org>
8808
8809 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8810 is true and $type is "float" or "double".
8811
8812 2016-09-02 Yao Qi <yao.qi@linaro.org>
8813
8814 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8815 true.
8816 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8817 * gdb.base/call-rt-st.exp: Likewise.
8818 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8819 return value instead of gdb,skip_float_test.
8820 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8821 (do_function_calls): Use its return value instead of
8822 gdb,skip_float_test.
8823 * gdb.base/finish.exp: Likewise.
8824 * gdb.base/funcargs.exp: Likewise.
8825 * gdb.base/return.exp: Likewise.
8826 * gdb.base/return2.exp: Likewise.
8827 * gdb.base/varargs.exp: Likewise.
8828 * lib/gdb.exp (gdb_skip_float_test): Change it to
8829 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8830
8831 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8832
8833 * gdb.multi/tids.exp: Test "thread apply all".
8834
8835 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8836
8837 * gdb.base/default.exp (tty): Remove.
8838
8839 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8840
8841 * gdb.python/py-recurse-unwind.c: New file.
8842 * gdb.python/py-recurse-unwind.py: New file.
8843 * gdb.python/py-recurse-unwind.exp: New file.
8844
8845 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8846
8847 * gdb.base/set-inferior-tty.exp: New file.
8848 * gdb.base/set-inferior-tty.c: New file.
8849
8850 2016-08-23 Pedro Alves <palves@redhat.com>
8851
8852 PR gdb/20494
8853 * gdb.base/new-ui-echo.c: New file.
8854 * gdb.base/new-ui-echo.exp: New file.
8855
8856 2016-08-23 Yao Qi <yao.qi@linaro.org>
8857
8858 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8859 gdbserver_spawn.
8860 * gdb.server/connect-without-multi-process.exp (do_test):
8861 Likewise.
8862
8863 2016-08-23 Yao Qi <yao.qi@linaro.org>
8864
8865 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8866 standalone_txt. Delete gdb_txt and standalone_txt on host
8867 and target. Spawn the binary on target. Copy files from
8868 target to host.
8869
8870 2016-08-22 Pedro Alves <palves@redhat.com>
8871
8872 PR gdb/20505
8873 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8874 with_test_prefix. Factor out bits to ...
8875 (test_no_vdso): ... this new procedure.
8876
8877 2016-08-19 Carl Love <cel@us.ibm.com>
8878
8879 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8880 maintaining separate logic for constructing the output path.
8881 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8882 * gdb.arch/ppc-dfp.exp: Likewise.
8883 * gdb.arch/ppc-fp.exp: Likewise.
8884 * gdb.arch/vsx-regs.exp: Likewise.
8885 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8886 binprefix for generating the additional binary files.
8887
8888 2016-08-19 Pedro Alves <palves@redhat.com>
8889
8890 * gdb.trace/mi-trace-frame-collected.exp
8891 (test_trace_frame_collected): On x32, expect two registers.
8892
8893 2016-08-18 Carl Love <cel@us.ibm.com>
8894
8895 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8896 and sync up the test with tests in gas/testsuite/gas/ppc.
8897 * gdb.arch/powerpc-power.exp: Likewise.
8898
8899 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8900
8901 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8902 expected error message.
8903
8904 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8905
8906 * gdb.multi/remove-inferiors.exp: New file.
8907 * gdb.multi/remove-inferiors.c: New file.
8908
8909 2016-08-12 Yao Qi <yao.qi@linaro.org>
8910
8911 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8912 argument list.
8913
8914 2016-08-10 Pedro Alves <palves@redhat.com>
8915
8916 PR gdb/19187
8917 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8918 setup_kfails.
8919
8920 2016-08-09 Pedro Alves <palves@redhat.com>
8921 Simon Marchi <simon.marchi@ericsson.com>
8922
8923 PR gdb/20418
8924 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8925 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8926
8927 2016-08-09 Pedro Alves <palves@redhat.com>
8928
8929 PR mi/20431
8930 * gdb.mi/mi-cmd-error.exp: New file.
8931
8932 2016-08-09 Pedro Alves <palves@redhat.com>
8933
8934 PR gdb/18653
8935 * gdb.base/signals-state-child.c: New file.
8936 * gdb.base/signals-state-child.exp: New file.
8937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8938
8939 2016-08-09 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8942
8943 2016-08-03 Tom Tromey <tom@tromey.com>
8944
8945 PR python/18565:
8946 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8947
8948 2016-08-01 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8951 variable mode to "multi-process" if $multi_process is 1, otherwise
8952 set it to "single-process".
8953
8954 2016-08-01 Yao Qi <yao.qi@linaro.org>
8955
8956 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8957 * gdb.cp/cpexprs.exp: Likewise.
8958 * gdb.cp/m-static.exp: Likewise.
8959
8960 2016-07-26 Tom Tromey <tom@tromey.com>
8961
8962 PR python/20190:
8963 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8964 test.
8965
8966 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8967
8968 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8969 selecting assembly source files.
8970 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8971 assembly source files.
8972 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8973 assembly source files.
8974 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8975 selecting assembly source files.
8976
8977 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.base/new-ui.exp (do_test_invalid_args): New
8980 procedure.
8981
8982 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8983
8984 * gdb.btrace/reconnect.c: New file.
8985 * gdb.btrace/reconnect.exp: New file.
8986
8987 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8988
8989 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8990 to test_catch_syscall_group.
8991 (test_catch_syscall_group): New.
8992
8993 2016-07-21 Tom Tromey <tom@tromey.com>
8994
8995 * gdb.rust/simple.rs (main): Use empty struct expression.
8996 * gdb.rust/simple.exp: Add tests for empty struct expression.
8997
8998 2016-07-21 Yao Qi <yao.qi@linaro.org>
8999
9000 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9001 if gdb_skip_xml_test is true on some targets.
9002
9003 2016-07-21 Yao Qi <yao.qi@linaro.org>
9004
9005 * gdb.server/solib-list.exp: Unset last_loaded_file.
9006
9007 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9010 "step into captured_main (args)".
9011
9012 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9013
9014 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9015
9016 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9017
9018 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9019
9020 2016-07-19 Pedro Alves <palves@redhat.com>
9021
9022 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9023 * gdb.opt/inline-bt.exp: Likewise.
9024 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9025 additional_flags=-Winline.
9026 * gdb.opt/inline-locals.exp: Likewise.
9027 * gdb.opt/inline-markers.c (ATTR): Define.
9028 (inlined_fn): Use it.
9029
9030 2016-07-19 Yao Qi <yao.qi@linaro.org>
9031
9032 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9033 (test_with_self): Remove some code. Remove argument executable.
9034 (top-level): Use do_self_tests.
9035
9036 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9037 Don Breazeal <donb@codesourcery.com>
9038
9039 * gdb.base/maint.exp: Escape paths used in regular expressions.
9040 * gdb.stabs/weird.exp: Likewise.
9041
9042 2016-07-13 Tom Tromey <tom@tromey.com>
9043
9044 PR python/15620, PR python/18620:
9045 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9046 (test_bkpt_events): New procs.
9047
9048 2016-07-13 Tom Tromey <tom@tromey.com>
9049
9050 PR python/17698:
9051 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9052 test.
9053 (test_watchpoints): Likewise.
9054 (test_bkpt_pending): New proc.
9055
9056 2016-07-13 Tom Tromey <tom@tromey.com>
9057
9058 PR cli/18053:
9059 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9060 completion test.
9061
9062 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9065 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9066 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9067 f_label.
9068 (g): Rename g_end_lbl to g_label.
9069 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9070 low_pc and high_pc.
9071 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9072
9073 2016-07-12 Tom Tromey <tom@tromey.com>
9074
9075 PR python/19293:
9076 * gdb.python/py-unwind-maint.exp: Update tests.
9077
9078 2016-07-12 Yao Qi <yao.qi@linaro.org>
9079
9080 * lib/selftest-support.exp (selftest_setup): Match the output
9081 when captured_main is inlined.
9082
9083 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9084
9085 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9086 New variables.
9087 (print this%a, print this%b, print this): New tests.
9088 * gdb.fortran/derived-types.f90 (this): New object and
9089 initialization.
9090
9091 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9092
9093 * gdb.ada/arraydim.exp: Remove extra directory level in build
9094 directory.
9095
9096 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * lib/ada.exp: Remove extra directory level in build directory.
9099 * gdb.ada/cond_lang.exp: Likewise.
9100 * gdb.ada/exec_changed.exp: Likewise.
9101 * gdb.ada/lang_switch.exp: Likewise.
9102
9103 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9104
9105 * simple.rs: Add test for raw pointer subscripting.
9106 * simple.exp: Add test expectations.
9107
9108 2016-07-05 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.mi/mi-reverse.exp: Match =record-started output.
9111
9112 2016-07-01 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9115 procedure.
9116 (jit_reader_test): Test the jit reader's unwinder.
9117 * gdb.base/jithost.c (jit_function_00_code): New global.
9118 (main): Use memcpy to fill in the mmapped code, instead of poking
9119 bytes manually here.
9120 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9121 value.
9122 (read_debug_info): Save the function's range.
9123 (read_sp): New function.
9124 (unwind_frame): Use it. Also unwind RBP.
9125 (get_frame_id): Use read_sp.
9126 (gdb_init_reader): Use calloc instead of malloc.
9127 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9128 parameter. Use gdb_test_multiple.
9129
9130 2016-07-01 Pedro Alves <palves@redhat.com>
9131 Antoine Tremblay <antoine.tremblay@ericsson.com>
9132
9133 * gdb.threads/process-dies-while-detaching.c: New file.
9134 * gdb.threads/process-dies-while-detaching.exp: New file.
9135
9136 2016-07-01 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.multi/watchpoint-multi-exit.c: New file.
9139 * gdb.multi/watchpoint-multi-exit.exp: New file.
9140
9141 2016-06-30 Pedro Alves <palves@redhat.com>
9142
9143 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9144 unset inferior_spawn_id.
9145
9146 2016-06-30 Pedro Alves <palves@redhat.com>
9147
9148 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9149 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9150
9151 2016-06-29 Yao Qi <yao.qi@linaro.org>
9152
9153 * gdb.base/return.c: Add copyright header.
9154
9155 2016-06-29 Tom Tromey <tom@tromey.com>
9156
9157 PR python/20129:
9158 * gdb.python/py-framefilter.exp: Add tests for setting priority
9159 and disabling of non-existent frame filter.
9160
9161 2016-06-29 Yao Qi <yao.qi@linaro.org>
9162
9163 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9164 0x0f07ff.
9165
9166 2016-06-28 Yao Qi <yao.qi@linaro.org>
9167
9168 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9169 triplets. Start gdb, execute catch syscall, and continue. Check
9170 gdb's output to determine catch syscall is supported.
9171
9172 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9173
9174 * gdb.rust/simple.rs: Add test for returning unit in a function.
9175 * gdb.rust/simple.exp: Add expectation for functions returning
9176 unit.
9177
9178 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9179
9180 * gdb.python/py-breakpoint-create-fail.c,
9181 gdb.python/py-breakpoint-create-fail.exp,
9182 gdb.python/py-breakpoint-create-fail.py: New testcase.
9183
9184 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9185
9186 PR gdb/20239
9187 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9188 * gdb.rust/simple.exp: Add test expectations for new NonZero
9189 tests.
9190
9191 2016-06-24 David Taylor <dtaylor@emc.com>
9192
9193 * gdb.base/offsets.exp: New file.
9194 * gdb.base/offsets.c: New file.
9195
9196 2016-06-23 Tom Tromey <tom@tromey.com>
9197
9198 PR gdb/16483:
9199 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9200 before any filters are loaded.
9201
9202 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9203
9204 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9205 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9206 structs.
9207 * gdb.fortran/derived-type-function.exp: New file.
9208 * gdb.fortran/derived-type-function.f90: New file.
9209
9210
9211 2016-06-21 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/new-ui.exp: New file.
9214 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9215 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9216 (with_spawn_id): New procedure.
9217
9218 2016-06-21 Pedro Alves <palves@redhat.com>
9219
9220 * gdb.mi/mi-exec-run.exp: New file.
9221
9222 2016-06-21 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9225 breakpoint command's output on the main UI.
9226 (test_break): New procedure, factored out from calls in the top
9227 level.
9228 (top level): Use foreach_with_prefix to test MI as main UI and as
9229 separate UI.
9230
9231 2016-06-21 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9234 (test_awatch_creation_and_listing)
9235 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9236 Remove 'type' parameter.
9237 (test_watchpoint_all): New parameter mi_mode. Remove
9238 with_test_prefix.
9239 (top level): Use foreach_with_prefix, and add main/separate UI MI
9240 testing axis.
9241
9242 2016-06-21 Pedro Alves <palves@redhat.com>
9243
9244 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9245 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9246 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9247 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9248 (gdb_main_spawn_id, mi_spawn_id): Declare and
9249 comment.
9250 (mi_create_inferior_pty): New procedure,
9251 factored out from default_mi_gdb_start.
9252 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9253 procedures.
9254 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9255 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9256 Use mi_create_inferior_pty.
9257 (mi_gdb_start): Use eval to pass down args list.
9258
9259 2016-06-21 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9262 * gdb.opt/inline-cmds.exp: Add MI tests.
9263
9264 2016-06-21 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9267
9268 2016-06-21 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9271 (top level): Use it instead of mi_execute_to.
9272
9273 2016-06-21 Pedro Alves <palves@redhat.com>
9274
9275 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9276 (cont_handler_str): New.
9277 (signal_stop_handler): Set stop_handler_str instead of printing to
9278 stdout.
9279 (continue_handler): Set cont_handler_str instead of printing to
9280 stdout.
9281 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9282 mi_send_resuming_command. Print stop_handler_str and
9283 cont_handler_str instead of expecting the python events print
9284 directly.
9285
9286 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9287
9288 * gdb.base/jit-reader.exp: New file.
9289 * gdb.base/jithost.c: New file.
9290 * gdb.base/jithost.h: New file.
9291 * gdb.base/jitreader.c : New file.
9292 * gdb.base/jit-protocol.h: New file.
9293
9294 2016-06-17 Yao Qi <yao.qi@linaro.org>
9295
9296 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9297 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9298 and detach-on-fork. Adjust tests.
9299 (top level): Invoke break_cond_on_syscall with combinations of
9300 syscall, follow-fork-mode and detach-on-fork.
9301
9302 2016-06-17 Yao Qi <yao.qi@linaro.org>
9303
9304 * gdb.base/step-over-exit.c: New.
9305 * gdb.base/step-over-exit.exp: New.
9306
9307 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9308
9309 * gdb.base/float.exp: Add target check for nds32*-*-*.
9310 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9311
9312 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9313
9314 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9315 for unsupported target features.
9316 * gdb.base/call-rt-st.exp: Likewise.
9317 * gdb.base/call-sc.exp: Likewise.
9318 * gdb.base/call-signal-resume.exp: Likewise.
9319 * gdb.base/call-strs.exp: Likewise.
9320 * gdb.base/callexit.exp: Likewise.
9321 * gdb.base/callfuncs.exp: Likewise.
9322 * gdb.base/nodebug.exp: Likewise.
9323 * gdb.base/printcmds.exp: Likewise.
9324 * gdb.base/ptype.exp: Likewise.
9325 * gdb.base/structs.exp: Likewise.
9326 * gdb.base/unwindonsignal.exp: Likewise.
9327 * gdb.cp/gdb2495.exp: Likewise.
9328 * gdb.cp/templates.exp: Likewise.
9329 * gdb.cp/virtfunc.exp: Likewise.
9330 * gdb.threads/hand-call-in-threads.exp: Likewise.
9331 * gdb.threads/interrupted-hand-call.exp: Likewise.
9332 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9333
9334 2016-06-10 Tom Tromey <tom@tromey.com>
9335
9336 PR rust/20110:
9337 * gdb.rust/expr.exp: Add test for integer constant larger than
9338 i32.
9339
9340 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9341
9342 * gdb.fortran/nested-funcs.exp: New.
9343 * gdb.fortran/nested-funcs.f90: New.
9344
9345 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9346
9347 * gdb.base/examine-backward.c: New file.
9348 * gdb.base/examine-backward.exp: New file.
9349
9350 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9351
9352 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9353 matching.
9354
9355 2016-06-02 Tom Tromey <tom@tromey.com>
9356
9357 PR python/18984:
9358 * gdb.python/py-shared.exp: Add solib_name test.
9359
9360 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9363
9364 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9365
9366 PR c++/19893
9367 * gdb.dwarf2/implref.exp: Rename to...
9368 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9369 * gdb.dwarf2/implref-array.c: New file.
9370 * gdb.dwarf2/implref-array.exp: Likewise.
9371 * gdb.dwarf2/implref-global.c: Likewise.
9372 * gdb.dwarf2/implref-global.exp: Likewise.
9373 * gdb.dwarf2/implref-struct.c: Likewise.
9374 * gdb.dwarf2/implref-struct.exp: Likewise.
9375
9376 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9377
9378 * gdb.trace/trace-condition.exp: Add 64bit tests.
9379
9380 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9381
9382 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9383 bits types.
9384 (main): Adapt to 8 to 64 bits types.
9385 * gdb.trace/trace-condition.exp: Add new tests.
9386
9387 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9388
9389 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9390
9391 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9392
9393 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9394 Move condition tests...
9395 * gdb.trace/trace-condition.exp: Here.
9396
9397 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9398
9399 * gdb.trace/trace-condition.exp: Add counter-case tests.
9400
9401 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9402
9403 PR c++/15231
9404 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9405 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9406
9407 2016-05-27 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9410 New procedure.
9411 (top level): Call it, and bail out of DejaGnu is known to be bad.
9412
9413 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9414
9415 * gdb.base/whatis.c: Extend the test case.
9416 * gdb.base/whatis.exp: Add additional tests.
9417
9418 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9419
9420 * gdb.fortran/type.f90: Add pointer variable.
9421 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9422
9423 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9424
9425 * gdb.fortran/vla-type.exp: Fix testcase name.
9426
9427 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9428
9429 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9430
9431 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9432
9433 * gdb.fortran/type.f90: Add nested structures.
9434 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9435 * gdb.fortran/derived-type.exp: Adapt expected output.
9436 * gdb.fortran/vla-type.exp: Adapt expected output.
9437
9438 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9439
9440 * gdb.fortran/whatis_type.exp: Adapt expected output.
9441
9442 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9443
9444 * gdb.fortran/print_type.exp: Fix expected output.
9445 * gdb.fortran/whatis_type.exp: Fix expected output.
9446
9447 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9448
9449 * gdb.fortran/whatis_type.exp: Use multi_line.
9450
9451 2016-05-24 Tom Tromey <tom@tromey.com>
9452
9453 PR python/17386:
9454 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9455 use value as an index.
9456
9457 2016-05-23 Tom Tromey <tom@tromey.com>
9458
9459 PR python/17981:
9460 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9461 no-breakpoint case.
9462
9463 2016-05-24 Pedro Alves <palves@redhat.com>
9464
9465 PR gdb/19828
9466 * gdb.threads/clone-attach-detach.c: New file.
9467 * gdb.threads/clone-attach-detach.exp: New file.
9468
9469 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9470
9471 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9472
9473 2016-05-23 Tom Tromey <tom@tromey.com>
9474
9475 PR python/19438, PR python/18393:
9476 * gdb.python/py-progspace.exp: Add "dir" test.
9477 * gdb.python/py-objfile.exp: Add "dir" test.
9478
9479 2016-05-23 Yao Qi <yao.qi@linaro.org>
9480
9481 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9482 * gdb.arch/thumb2-it.exp: Likewise.
9483
9484 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * gdb.mi/mi-threads-interrupt.c: New file.
9487 * gdb.mi/mi-threads-interrupt.exp: New file.
9488
9489 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 PR gdb/18077
9492 * gdb.mi/mi-async-run.exp: New file.
9493 * gdb.mi/mi-async-run.c: New file.
9494
9495 2016-05-17 Tom Tromey <tom@tromey.com>
9496 Manish Goregaokar <manishsmail@gmail.com>
9497
9498 * lib/rust-support.exp: New file.
9499 * lib/gdb.exp (skip_rust_tests): New proc.
9500 (build_executable_from_specs): Handle rust.
9501 * lib/future.exp (gdb_find_rustc): New proc.
9502 (gdb_default_target_compile): Handle rust.
9503 * gdb.rust/expr.exp: New file.
9504 * gdb.rust/generics.exp: New file.
9505 * gdb.rust/generics.rs: New file.
9506 * gdb.rust/methods.exp: New file.
9507 * gdb.rust/methods.rs: New file.
9508 * gdb.rust/modules.exp: New file.
9509 * gdb.rust/modules.rs: New file.
9510 * gdb.rust/simple.exp: New file.
9511 * gdb.rust/simple.rs: New file.
9512
9513 2016-05-17 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.base/default.exp (set language): Add rust.
9516
9517 2016-05-17 Tom Tromey <tom@tromey.com>
9518
9519 * gdb.gdb/unittest.exp: New file.
9520
9521 2016-05-16 Yao Qi <yao.qi@linaro.org>
9522
9523 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9524 shell_prompt. Update shell_prompt_re.
9525
9526 2016-05-12 Doug Evans <dje@google.com>
9527
9528 PR symtab/19999
9529 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9530 $options when building executable.
9531 * gdb.dwarf2/fission-loclists-pie.S: New file.
9532 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9533
9534 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9535
9536 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9537 of [is_remote target],
9538
9539 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9540
9541 * lib/gdb.exp (use_gdb_stub): New procedure.
9542
9543 2016-05-03 Yunlian Jiang <yunlian@google.com>
9544 Doug Evans <dje@google.com>
9545
9546 PR symtab/19914
9547 * gdb.dwarf2/dwp-sepdebug.c: New file.
9548 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9549
9550 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9551
9552 * gdb.base/detach.exp: Remove is_remote check.
9553
9554 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * gdb.base/annota-input-while-running.exp: Don't check for
9557 [is_remote target]. Enable annotations after running to main.
9558 Remove unused "set test..." line.
9559
9560 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9561
9562 * gdb.trace/trace-enable-disable.exp: New file.
9563 * gdb.trace/trace-enable-disable.c: New file.
9564
9565 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9566
9567 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9568 use it in info sharedlibrary test.
9569 * gdb.trace/ftrace-lock.exp: Likewise.
9570 * gdb.trace/ftrace.exp: Likewise.
9571 * gdb.trace/range-stepping.exp: Likewise.
9572 * gdb.trace/trace-break.exp: Likewise.
9573 * gdb.trace/trace-condition.exp: Likewise.
9574 * gdb.trace/trace-mt.exp: Likewise.
9575
9576 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9579 (gdb_load_shlib): ... this.
9580 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9581 gdb_load_shlib.
9582 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9583 * gdb.base/ctxobj.exp: Likewise.
9584 * gdb.base/dprintf-pending.exp: Likewise.
9585 * gdb.base/dso2dso.exp: Likewise.
9586 * gdb.base/fixsection.exp: Likewise.
9587 * gdb.base/gcore-relro.exp: Likewise.
9588 * gdb.base/gdb1555.exp: Likewise.
9589 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9590 * gdb.base/gnu-ifunc.exp: Likewise.
9591 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9592 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9593 * gdb.base/pending.exp: Likewise.
9594 * gdb.base/print-file-var.exp: Likewise.
9595 * gdb.base/print-symbol-loading.exp: Likewise.
9596 * gdb.base/shlib-call.exp: Likewise.
9597 * gdb.base/shreloc.exp: Likewise.
9598 * gdb.base/so-impl-ld.exp: Likewise.
9599 * gdb.base/solib-disc.exp: Likewise.
9600 * gdb.base/solib-nodir.exp: Likewise.
9601 * gdb.base/solib-overlap.exp: Likewise.
9602 * gdb.base/solib-symbol.exp: Likewise.
9603 * gdb.base/solib-weak.exp (do_test): Likewise.
9604 * gdb.base/sym-file.exp: Likewise.
9605 * gdb.base/symtab-search-order.exp: Likewise.
9606 * gdb.base/type-opaque.exp: Likewise.
9607 * gdb.base/unload.exp: Likewise.
9608 * gdb.base/watchpoint-solib.exp: Likewise.
9609 * gdb.compile/compile.exp: Likewise.
9610 * gdb.cp/gdb2384.exp: Likewise.
9611 * gdb.cp/infcall-dlopen.exp: Likewise.
9612 * gdb.cp/re-set-overloaded.exp: Likewise.
9613 * gdb.fortran/library-module.exp: Likewise.
9614 * gdb.opt/solib-intra-step.exp: Likewise.
9615 * gdb.python/py-finish-breakpoint.exp: Likewise.
9616 * gdb.python/py-shared.exp: Likewise.
9617 * gdb.reverse/solib-precsave.exp: Likewise.
9618 * gdb.reverse/solib-reverse.exp: Likewise.
9619 * gdb.server/solib-list.exp: Likewise.
9620 * gdb.threads/dlopen-libpthread.exp: Likewise.
9621 * gdb.threads/tls-shared.exp: Likewise.
9622 * gdb.threads/tls-so_extern.exp: Likewise.
9623 * gdb.trace/change-loc.exp: Likewise.
9624 * gdb.trace/ftrace-lock.exp: Likewise.
9625 * gdb.trace/ftrace.exp: Likewise.
9626 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9627 * gdb.trace/pending.exp: Likewise.
9628 * gdb.trace/range-stepping.exp: Likewise.
9629 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9630 (strace_info_marker): Likewise.
9631 (strace_probe_marker): Likewise.
9632 (strace_trace_on_same_addr): Likewise.
9633 (strace_trace_on_diff_addr): Likewise.
9634 * gdb.trace/trace-break.exp: Likewise.
9635 * gdb.trace/trace-condition.exp: Likewise.
9636 * gdb.trace/trace-mt.exp: Likewise.
9637
9638 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9639
9640 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9641 result of gdb_remote_download.
9642 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9643 * gdb.base/dso2dso.exp: Likewise.
9644 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9645 * gdb.base/print-file-var.exp: Likewise.
9646 * gdb.base/shlib-call.exp: Likewise.
9647 * gdb.base/shreloc.exp: Likewise.
9648 * gdb.base/solib-overlap.exp: Likewise.
9649 * gdb.base/solib-weak.exp (do_test): Likewise.
9650 * gdb.base/unload.exp: Likewise.
9651
9652 2016-04-27 Yao Qi <yao.qi@linaro.org>
9653
9654 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9655 exists.
9656
9657 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9658
9659 * vla-type.exp: Print structure from toplevel.
9660
9661 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9662
9663 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9664 of dynamic types.
9665 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9666 of dynamic types.
9667
9668 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9669
9670 * gdb.fortran/vla-type.f90: New file.
9671 * gdb.fortran/vla-type.exp: New file.
9672
9673 2016-04-25 Yao Qi <yao.qi@linaro.org>
9674
9675 * gdb.base/branch-to-self.c: New file.
9676 * gdb.base/branch-to-self.exp: New file.
9677
9678 2016-04-22 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9681 more after $hex.
9682
9683 2016-04-22 Yao Qi <yao.qi@linaro.org>
9684
9685 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9686 * gdb.base/annota3.exp: Likewise.
9687
9688 2016-04-22 Yao Qi <yao.qi@linaro.org>
9689
9690 * gdb.reverse/step-precsave.exp: Do one step and test program
9691 stops in "callee" and do multiple steps until program goes out
9692 of "callee".
9693 * gdb.reverse/step-reverse.exp: Likewise.
9694
9695 2016-04-22 Yao Qi <yao.qi@linaro.org>
9696
9697 * gdb.trace/signal.exp: Also pass if
9698 $tracepoint_hits($i) > $iterations.
9699
9700 2016-04-22 Yao Qi <yao.qi@linaro.org>
9701
9702 * gdb.trace/signal.c: New file.
9703 * gdb.trace/signal.exp: New file.
9704
9705 2016-04-19 Doug Evans <xdje42@gmail.com>
9706
9707 * gdb.base/bad-file.exp: New file.
9708
9709 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9710
9711 * gdb.dwarf2/implref.exp: New file.
9712
9713 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9714
9715 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9716 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9717 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9718 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9719 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9720 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9721 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9722 * lib/fortran.exp (fortran_int4): New procedure.
9723 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9724 (fortran_logical4): Likewise.
9725
9726 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9727
9728 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9729
9730 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9731
9732 * lib/compiler.c: Add Intel specific preprocessor macros.
9733 * lib/compiler.cc: Likewise.
9734
9735 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9736
9737 * gdb.server/connect-with-no-symbol-file.c: New file.
9738 * gdb.server/connect-with-no-symbol-file.exp: New file.
9739
9740 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9741
9742 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9743
9744 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9745
9746 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9747 standard output directory.
9748
9749 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9750
9751 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9752
9753 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9754
9755 * gdb.btrace/instruction_history.c (loop): Add declaration.
9756
9757 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9758
9759 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9760
9761 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9762
9763 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9764 parentheses to print.
9765 (continue_handler): Likewise.
9766
9767 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * gdb.server/solib-list.exp: Remove is_remote check.
9770 Pass shlib= to gdb_compile. Don't link shared library with
9771 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9772 Run binary filename through "readlink -f" on the target.
9773
9774 2016-04-08 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9777 interpreter filename as argument to gdbserver_spawn.
9778 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9779 Return empty if $last_loaded_file does not exist.
9780
9781 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9784 * gdb.base/jit-main.c: Use exit after usage.
9785
9786 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9789 GDBHISTSIZE prior to the tests.
9790 * gdb.base/gdbinit-history.exp: Likewise.
9791
9792 2016-04-07 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9795 instead of build_executable. Use gdb_load_shlibs.
9796
9797 2016-04-07 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9800 Execute "si" command.
9801
9802 2016-04-07 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9805 number instead of the comments on some line.
9806
9807 2016-04-06 Don Breazeal <donb@codesourcery.com>
9808
9809 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9810 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9811
9812 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9815 standard_output_file. Remove unused binfile variable.
9816
9817 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9818
9819 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9820 * gdb.python/py-mi-objfile.exp: Match "list main" output
9821 in console format.
9822
9823 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9824
9825 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9826 absolute.
9827
9828 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9831 absolute.
9832 * gdb.trace/ftrace.exp: Likewise.
9833 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9834 targets as well.
9835 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9836 (gdb_load_shlibs): Copy libraries to test directory when testing
9837 natively. Only set solib-search-path if testing remotely.
9838 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9839
9840 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9841
9842 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9843 gdb_download. Use it even if the target is not remote.
9844 * gdb.base/jit.exp (compile_jit_test): Likewise.
9845 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9846 output directory if the destination board is local, otherwise use
9847 the standard remote_download from DejaGnu.
9848 (gdb_download): Remove.
9849 (gdb_load_shlibs): Use gdb_remote_download instead of
9850 gdb_download.
9851 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9852 Use gdb_remote_download instead of gdb_download. Use it even if
9853 the target is not remote.
9854 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9855 instead of gdb_download.
9856
9857 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9858
9859 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9860 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9861 run.
9862
9863 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9864
9865 PR gdb/19820
9866 * gdb.base/printcmds.exp: Add artificial arrays tests.
9867
9868 2016-03-31 Pedro Alves <palves@redhat.com>
9869
9870 PR gdb/19858
9871 * gdb.base/jit-main.c: Include unistd.h.
9872 (ATTACH): Define to 0 if not already defined.
9873 (wait_for_gdb, mypid): New globals.
9874 (WAIT_FOR_GDB): New macro.
9875 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9876 some breakpoint locations.
9877 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9878 New procedures.
9879 (one_jit_test): Add REATTACH parameter, and handle it. Use
9880 continue_to_test_location.
9881 (top level): Test attach, and adjusts calls to one_jit_test.
9882
9883 2016-03-31 Pedro Alves <palves@redhat.com>
9884
9885 PR gdb/19858
9886 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9887 BINSUFFIX parameter, and handle it.
9888 (top level): Adjust calls compile_jit_test.
9889
9890 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9891
9892 PR python/19743
9893 * gdb.python/py-mi-events-gdb.py: New file.
9894 * gdb.python/py-mi-events.c: New file.
9895 * gdb.python/py-mi-events.exp: New file.
9896
9897 2016-03-30 Yao Qi <yao.qi@linaro.org>
9898
9899 * gdb.reverse/until-precsave.exp: Match function name only.
9900 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9901 Move malloc to a condition block.
9902 * gdb.reverse/until-reverse.exp: Match function name only.
9903
9904 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9905
9906 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9907 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9908 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9909 variable for GPR 0 instead of assuming it is register 0.
9910 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9911 * lib/trace-support.exp: Add s390 registers.
9912
9913 2016-03-29 Yao Qi <yao.qi@linaro.org>
9914
9915 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9916
9917 2016-03-24 Yao Qi <yao.qi@linaro.org>
9918
9919 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9920 test message.
9921
9922 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9923
9924 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9925 maintaining separate logic for constructing the output path.
9926
9927 2016-03-16 Don Breazeal <donb@codesourcery.com>
9928
9929 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9930 Retry fork and waitpid on interrupted system call errors.
9931 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9932 Use with_timeout_factor to increase timeout by factor of 10.
9933
9934 2016-03-15 Don Breazeal <donb@codesourcery.com>
9935
9936 * gdb.cp/scope-err.cc: New test program.
9937 * gdb.cp/scope-err.exp: New test script.
9938 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9939 lines and "set breakpoint here" comment.
9940 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9941 Fixed some whitespace and format issues.
9942 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9943 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9944
9945 2016-03-15 Doug Evans <dje@google.com>
9946
9947 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9948 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9949 All callers updated. Add tests for enums, mixed flags register.
9950
9951 2016-03-15 Doug Evans <dje@google.com>
9952
9953 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9954 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9955
9956 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9957
9958 * gdb.base/default.exp: Add $_as_string to the list of expected
9959 convenience functions.
9960
9961 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9962
9963 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9964
9965 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9966
9967 * gdb.python/py-as-string.exp: New file.
9968 * gdb.python/py-as-string.c: New file.
9969
9970 2016-03-09 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9973 signal" -> "Thread NN received signal" output change.
9974 * gdb.threads/ia64-sigill.exp: Likewise.
9975 * gdb.threads/linux-dp.exp: Likewise.
9976 * gdb.threads/manythreads.exp: Likewise.
9977 * gdb.threads/pending-step.exp: Likewise.
9978 * gdb.threads/print-threads.exp: Likewise.
9979 * gdb.threads/sigstep-threads.exp: Likewise.
9980 * gdb.threads/staticthreads.exp: Likewise.
9981 * gdb.threads/tls.exp: Likewise.
9982
9983 2016-03-09 Pedro Alves <palves@redhat.com>
9984
9985 * gdb.base/command-line-input.exp: New file.
9986
9987 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9988
9989 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9990 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9991 * gdb.trace/pending.exp: Accept leading dot before function name.
9992 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9993 * lib/trace-support.exp: Set registers for ppc.
9994
9995 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9996
9997 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9998 use it for disassembly; accept .main in addition to main in backtrace.
9999
10000 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10001 Marcin Kościelnicki <koriakin@0x04.net>
10002
10003 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10004 (gdb_recursion_test_ptr): New global variable.
10005 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10006 gdb_recursion_test.
10007 (gdb_c_test): Ditto.
10008
10009 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10010
10011 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10012 ordering.
10013
10014 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10015
10016 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10017 (bar): Add bar_start_lbl label.
10018 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10019 of foo/bar for emitting DWARF and tracing.
10020
10021 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10022
10023 * analyze-racy-logs.py: Set executable bit.
10024
10025 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10026
10027 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10028 (CHECK_TARGET_TMP): Likewise.
10029 (check-single-racy): New rule.
10030 (check-parallel-racy): Likewise.
10031 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10032 (do-check-parallel-racy): New rule.
10033 (check-racy/%.exp): Likewise.
10034 * README (Racy testcases): New section.
10035 * analyze-racy-logs.py: New file.
10036
10037 2016-03-03 Doug Evans <dje@google.com>
10038
10039 * gdb.base/skip.exp: Use with_test_prefix.
10040
10041 2016-03-03 Yao Qi <yao.qi@linaro.org>
10042
10043 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10044 Invoke step_over_syscall "clone" and break_cond_on_syscall
10045 "clone".
10046 * gdb.base/step-over-clone.c: New file.
10047
10048 2016-03-03 Yao Qi <yao.qi@linaro.org>
10049
10050 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10051 code format.
10052
10053 2016-03-03 Yao Qi <yao.qi@linaro.org>
10054
10055 * gdb.base/disp-step-fork.c: Rename to ...
10056 * gdb.base/step-over-fork.c: ... it. New file.
10057 * gdb.base/disp-step-vfork.c: Rename to ...
10058 * gdb.base/step-over-vfork.c: ... it. New file.
10059 * gdb.base/disp-step-syscall.exp: Rename to ...
10060 * gdb.base/step-over-syscall.exp: ... it. New file.
10061 (disp_step_cross_syscall): Rename to ...
10062 (step_over_syscall): ... it.
10063
10064 2016-03-03 Yao Qi <yao.qi@linaro.org>
10065
10066 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10067 If target supports condition evaluation on target, invoke
10068 break_cond_on_syscall for fork and vfork.
10069
10070 2016-03-03 Yao Qi <yao.qi@linaro.org>
10071
10072 * gdb.base/disp-step-syscall.exp: Don't invoke
10073 support_displaced_stepping.
10074 (disp_step_cross_syscall): Test with displaced stepping off and
10075 on if supported.
10076
10077 2016-03-03 Yao Qi <yao.qi@linaro.org>
10078
10079 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10080 proc.
10081 (setup): New proc.
10082 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10083 and setup.
10084
10085 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10086
10087 * gdb.fortran/vla-history.exp: Remove breakpoint.
10088
10089 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10090
10091 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10092 exceeds timeout.
10093
10094 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10095
10096 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10097 breakpoint.
10098
10099 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10100
10101 * gdb.mi/vla.f90: Nullify pointer after declaration.
10102
10103 2016-03-01 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10106
10107 2016-03-01 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10110 before anything else.
10111 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10112 _GNU_SOURCE here.
10113 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10114 before anything else.
10115 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10116
10117 2016-03-01 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10120
10121 2016-03-01 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10124 prepare_for_testing.
10125
10126 2016-03-01 Yao Qi <yao.qi@linaro.org>
10127
10128 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10129
10130 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10131
10132 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10133 manually constructing the output path.
10134
10135 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10136
10137 * gdb.arch/s390-stackless.S: New.
10138 * gdb.arch/s390-stackless.exp: New.
10139
10140 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10141
10142 * gdb.dlang/circular.c: New file.
10143 * gdb.dlang/circular.exp: New file.
10144
10145 2016-02-26 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10148 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10149 (testcases): Update.
10150
10151 2016-02-26 Yao Qi <yao.qi@linaro.org>
10152
10153 * gdb.reverse/aarch64.c: Rename to ...
10154 * gdb.reverse/insn-reverse.c: ... it.
10155 * gdb.reverse/aarch64.exp: Rename to ...
10156 * gdb.reverse/insn-reverse.exp: ... it.
10157
10158 2016-02-26 Yao Qi <yao.qi@linaro.org>
10159
10160 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10161 (testcase_ftype): New.
10162 (testcases): New array.
10163 (n_testcases): New.
10164 (main): Call each element in testcases.
10165 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10166 (read_testcase): New.
10167 Do the tests in a loop.
10168
10169 2016-02-25 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.base/branches.c: Remove.
10172
10173 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10174
10175 PR gdb/13808
10176 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10177
10178 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10179
10180 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10181
10182 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10183
10184 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10185 change x86_64 call_insn to 'callq'.
10186
10187 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10188
10189 * gdb.trace/tfile-avx.c: Move to...
10190 * gdb.trace/tracefile-pseudo-reg.c: Here.
10191 * gdb.trace/tfile-avx.exp: Move to...
10192 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10193
10194 2016-02-24 Gary Benson <gbenson@redhat.com>
10195
10196 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10197 message on attach.
10198
10199 2016-02-23 Doug Evans <dje@google.com>
10200
10201 * gdb.base/skip.c (test_skip): New function.
10202 (end_test_skip_file_and_function): New function.
10203 (test_skip_file_and_function): New function.
10204 * gdb.base/skip1.c (test_skip): New function.
10205 (skip1_test_skip_file_and_function): New function.
10206 * gdb.base/skip.exp: Add tests for new skip options.
10207 * gdb.base/skip-solib.exp: Update expected output.
10208 * gdb.perf/skip-command.cc: New file.
10209 * gdb.perf/skip-command.exp: New file.
10210 * gdb.perf/skip-command.py: New file.
10211
10212 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10213
10214 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10215 info registers pattern.
10216
10217 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10218
10219 * lib/future.exp: Add D support.
10220 (gdb_find_gdc): New proc.
10221 (gdb_default_target_compile): Add D support.
10222
10223 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10224
10225 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10226 user+system time.
10227 (trace_speed_test): Determine the iteration count for a time
10228 between 15..30 seconds.
10229
10230 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10231
10232 * gdb.arch/i386-mpx-sigsegv.c: New file.
10233 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10234 * gdb.arch/i386-mpx-simple_segv.c: New file.
10235 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10236
10237 2016-02-18 Yao Qi <yao.qi@linaro.org>
10238
10239 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10240 Don't call setup_kfail.
10241
10242 2016-02-18 Yao Qi <yao.qi@linaro.org>
10243
10244 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10245 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10246
10247 2016-02-16 Doug Evans <dje@google.com>
10248
10249 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10250 * gdb.base/skip1.c: Ditto.
10251 * gdb.base/skip.exp: Whitespace cleanup.
10252
10253 2016-02-16 Don Breazeal <donb@codesourcery.com>
10254
10255 PR remote/19496
10256 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10257 Remove kfail for PR remote/19496.
10258
10259 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10260
10261 * lib/gdb.exp (standard_temp_file): Return a path specific to
10262 the runtest invocation.
10263
10264 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 * gdb.trace/save-trace.exp: Change relative path to be in the
10267 standard output directory.
10268
10269 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10270
10271 * gdb.arch/i386-prologue.c: Add missing prototypes.
10272
10273 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10274
10275 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10276 * gdb.arch/i386-prologue.exp: Likewise.
10277 * gdb.arch/i386-size.exp: Likewise.
10278
10279 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10280
10281 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10282 define object file path.
10283 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10284 file path.
10285 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10286 standard_output_file to define binfile.
10287
10288 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10289
10290 Fix compatibility with recent gfortran-5.3.1.
10291 * gdb.fortran/vla-history.exp (print vla1 allocated)
10292 (print vla2 allocated, print $2, print $3): Remove
10293 (print $4): Rename to ...
10294 (print $2): ... here.
10295 (print $9): Rename to ...
10296 (print $5): ... here.
10297 (print $10): Rename to ...
10298 (print $6): ... here.
10299 * gdb.fortran/vla.f90: Add pvla initialization.
10300
10301 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10304 New test.
10305 * gdb.fortran/vla-value-sub.exp: Likewise.
10306
10307 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10308
10309 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10310
10311 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10312
10313 * i386-biarch-core.exp: Define corefile using
10314 standard_output_file.
10315
10316 2016-02-12 Yao Qi <yao.qi@linaro.org>
10317
10318 * gdb.arch/arm-single-step-kernel-helper.c: New.
10319 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10320
10321 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10322
10323 * gdb.btrace/tailcall-only.exp: New.
10324 * gdb.btrace/tailcall-only.c: New.
10325 * gdb.btrace/x86_64-tailcall-only.S: New.
10326 * gdb.btrace/i686-tailcall-only.S: New.
10327
10328 2016-02-11 Pedro Alves <palves@redhat.com>
10329
10330 * README (Parallel testing): Add missing double quotes.
10331
10332 2016-02-11 Pedro Alves <palves@redhat.com>
10333
10334 * README (Parallel testing): New section.
10335 (GDB_PARALLEL): Rewrite.
10336 (FORCE_PARALLEL): Document.
10337
10338 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10339
10340 * gdb.trace/tfile-avx.c: New test.
10341 * gdb.trace/tfile-avx.exp: New test.
10342
10343 2016-02-09 Keith Seitz <keiths@redhat.com>
10344
10345 PR breakpoints/19546
10346 * gdb.base/infcall-exec.c: New file.
10347 * gdb.base/infcall-exec2.c: New file.
10348 * gdb.base/infcall-exec.exp: New file.
10349
10350 2016-02-09 Keith Seitz <keiths@redhat.com>
10351
10352 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10353 (toplevel): Call test_bkpt_address.
10354
10355 2016-02-09 Keith Seitz <keiths@redhat.com>
10356
10357 PR python/19506
10358 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10359 (toplevel): Call test_bkpt_address.
10360
10361 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10362
10363 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10364 to AC_OUTPUT.
10365 * configure: Regenerate.
10366
10367 2016-02-09 Pedro Alves <palves@redhat.com>
10368
10369 PR breakpoints/19548
10370 * gdb.base/execl-update-breakpoints.c (some_function): New
10371 function.
10372 (main): Call it.
10373 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10374 Tighten expected GDB output.
10375
10376 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10377
10378 * Makefile.in (ALL_SUBDIRS): Remove.
10379 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10380 (distclean maintainer-clean realclean): Likewise.
10381 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10382 * configure: Regenerate.
10383 * gdb.ada/Makefile.in: Delete.
10384 * gdb.arch/Makefile.in: Likewise.
10385 * gdb.asm/Makefile.in: Likewise.
10386 * gdb.base/Makefile.in: Likewise.
10387 * gdb.btrace/Makefile.in: Likewise.
10388 * gdb.cell/Makefile.in: Likewise.
10389 * gdb.compile/Makefile.in: Likewise.
10390 * gdb.cp/Makefile.in: Likewise.
10391 * gdb.disasm/Makefile.in: Likewise.
10392 * gdb.dlang/Makefile.in: Likewise.
10393 * gdb.dwarf2/Makefile.in: Likewise.
10394 * gdb.fortran/Makefile.in: Likewise.
10395 * gdb.gdb/Makefile.in: Likewise.
10396 * gdb.go/Makefile.in: Likewise.
10397 * gdb.guile/Makefile.in: Likewise.
10398 * gdb.java/Makefile.in: Likewise.
10399 * gdb.linespec/Makefile.in: Likewise.
10400 * gdb.mi/Makefile.in: Likewise.
10401 * gdb.modula2/Makefile.in: Likewise.
10402 * gdb.multi/Makefile.in: Likewise.
10403 * gdb.objc/Makefile.in: Likewise.
10404 * gdb.opencl/Makefile.in: Likewise.
10405 * gdb.opt/Makefile.in: Likewise.
10406 * gdb.pascal/Makefile.in: Likewise.
10407 * gdb.perf/Makefile.in: Likewise.
10408 * gdb.python/Makefile.in: Likewise.
10409 * gdb.reverse/Makefile.in: Likewise.
10410 * gdb.server/Makefile.in: Likewise.
10411 * gdb.stabs/Makefile.in: Likewise.
10412 * gdb.threads/Makefile.in: Likewise.
10413 * gdb.trace/Makefile.in: Likewise.
10414 * gdb.xml/Makefile.in: Likewise.
10415 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10416 GDB_PARALLEL.
10417 (standard_output_file): Remove check for GDB_PARALLEL, always
10418 return path in outputs/$subdir/$testname.
10419
10420 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10423 (site.exp): Assign abs_srcdir to tcl's srcdir.
10424
10425 2016-02-04 Yao Qi <yao.qi@linaro.org>
10426
10427 * gdb.base/foll-exec-mode.c: Include limits.h.
10428 (main): Add parameters argc and argv. Get directory from
10429 argv[0].
10430 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10431 compilation.
10432 * gdb.base/foll-exec.c: Include limits.h.
10433 (main): Add parameters argc and argv.
10434 Get directory from argv[0].
10435 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10436 Adjust tests on the number of lines as source code changed.
10437 * gdb.base/foll-vfork-exit.c: Include limits.h.
10438 (main): Add one line of statement before vfork.
10439 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10440 (main): Add parameters argc and argv. Get directory from
10441 argv[0].
10442 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10443 (setup_gdb): Set tbreak to skip some source lines.
10444 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10445 (main): Add parameters argc and argv. Get directory from
10446 argv[0].
10447 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10448 compilation.
10449 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10450 (main): Add parameters argc and argv. Get directory from
10451 argv[0].
10452 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10453 compilation.
10454
10455 2016-02-01 Doug Evans <dje@google.com>
10456
10457 * gdb.base/skip.exp: Clean up multiple references to same test name.
10458
10459 2016-02-01 Pedro Alves <palves@redhat.com>
10460
10461 PR remote/19496
10462 * gdb.threads/forking-threads-plus-breakpoint.exp
10463 (displaced_stepping_supported): New global.
10464 (probe_displaced_stepping_support): New procedure.
10465 (do_test): Add 'displaced' parameter, and use it.
10466 (top level): Check for displaced stepping support. Add displaced
10467 stepping on/off testing axis.
10468
10469 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10470
10471 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10472 pointer. Don't perform further tests on the unassociated pointer
10473 if the first test fails.
10474
10475 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10476
10477 * gdb.base/max-value-size.c: New file.
10478 * gdb.base/max-value-size.exp: New file.
10479 * gdb.base/huge.exp: Disable max-value-size for this test.
10480
10481 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10482
10483 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10484
10485 2016-01-28 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10488
10489 2016-01-25 Pedro Alves <palves@redhat.com>
10490
10491 PR threads/19461
10492 * gdb.base/fork-running-state.c: New file.
10493 * gdb.base/fork-running-state.exp: New file.
10494
10495 2016-01-25 Pedro Alves <palves@redhat.com>
10496
10497 PR gdb/19494
10498 * gdb.base/catch-fork-kill.c: New file.
10499 * gdb.base/catch-fork-kill.exp: New file.
10500
10501 2016-01-25 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10504 Delete, moved to lib/gdb.exp.
10505 * gdb.threads/forking-threads-plus-breakpoint.exp
10506 (foreach_with_prefix): Likewise.
10507 * gdb.threads/process-dies-while-handling-bp.exp
10508 (foreach_with_prefix): Likewise.
10509 * lib/gdb.exp (foreach_with_prefix): New procedure.
10510
10511 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10512
10513 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10514 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10515
10516 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10517
10518 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10519 endian targets.
10520
10521 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10522 Pedro Alves <palves@redhat.com>
10523
10524 Fix testsuite compatibility with Guile.
10525 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10526 number.
10527
10528 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10529
10530 Fix testsuite compatibility with Guile.
10531 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10532 (thread 1): New test for backtrace through signal handler.
10533
10534 2016-01-22 Yao Qi <yao.qi@linaro.org>
10535
10536 PR testsuite/19491
10537 * gdb.base/multi-forks.c: Include
10538 ../lib/unbuffer_output.c
10539 (main): Call gdb_unbuffer_output.
10540
10541 2016-01-21 Doug Evans <dje@google.com>
10542
10543 * lib/ada.exp (gdb_compile_ada): Fix typo.
10544
10545 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.base/break-fun-addr.exp: New file.
10548 * gdb.base/break-fun-addr1.c: New file.
10549 * gdb.base/break-fun-addr2.c: New file.
10550
10551 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10552
10553 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10554 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10555 enum flag values.
10556
10557 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10558
10559 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10560 when GDB can not set the vector return value. Add more comments
10561 for clarification.
10562
10563 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10564
10565 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10566 command.
10567
10568 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10569
10570 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10571
10572 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10573
10574 * Makefile.in (check-single): Pass --status to runtest.
10575 (check/%.exp): Likewise.
10576
10577 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10578
10579 * Makefile.in (check-parallel): Propagate return code from make
10580 do-check-parallel.
10581
10582 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10583
10584 * gdb.trace/ftrace.exp: Fix expected message on continue.
10585 * gdb.trace/pending.exp: Fix expected message on continue.
10586 * gdb.trace/trace-break.exp: Fix expected message on continue.
10587
10588 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * lib/gdb.exp (gdb_test): Remove unused global references.
10591
10592 2016-01-18 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.base/async-shell.exp: Adjust expected output.
10595 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10596 * gdb.base/siginfo-thread.exp: Adjust expected output.
10597 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10598 * gdb.java/jnpe.exp: Adjust expected output.
10599 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10600 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10601 * gdb.threads/leader-exit.exp: Adjust expected output.
10602 * gdb.threads/manythreads.exp: Adjust expected output.
10603 * gdb.threads/pthreads.exp: Adjust expected output.
10604 * gdb.threads/schedlock.exp: Adjust expected output.
10605 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10606 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10607 expected output.
10608 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10609 output.
10610 * gdb.threads/sigthread.exp: Adjust expected output.
10611 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10612
10613 2016-01-18 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.guile/scm-section-script.c: Replace @progbits with
10616 %progbits.
10617 * gdb.python/py-section-script.c: Likewise.
10618
10619 2016-01-15 Pedro Alves <palves@redhat.com>
10620
10621 * gdb.multi/tids.exp: Test star wildcard ranges.
10622
10623 2016-01-15 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10626 command from "thread apply" invocation.
10627 (thr_apply_info_thr_invalid): Default the expected output to the
10628 input tid list.
10629 (top level): Add tests that use convenience variables. Add tests
10630 for "thread apply" with a valid TID list, but missing the command.
10631
10632 2016-01-13 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.base/default.exp: Expect $_gthread as well.
10635 * gdb.multi/tids.exp: Test $_gthread.
10636 * gdb.threads/thread-specific.exp: Test $_gthread.
10637
10638 2016-01-13 Pedro Alves <palves@redhat.com>
10639
10640 * gdb.multi/tids.exp: Test "info threads -gid".
10641
10642 2016-01-13 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10645 Breakpoint.thread.
10646 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10647
10648 2016-01-07 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/break.exp: Adjust to output changes.
10651 * gdb.base/hbreak2.exp: Likewise.
10652 * gdb.base/sepdebug.exp: Likewise.
10653 * gdb.base/watch_thread_num.exp: Likewise.
10654 * gdb.linespec/keywords.exp: Likewise.
10655 * gdb.multi/info-threads.exp: Likewise.
10656 * gdb.threads/thread-find.exp: Likewise.
10657 * gdb.multi/tids.c: New file.
10658 * gdb.multi/tids.exp: New file.
10659
10660 2016-01-13 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10663
10664 2016-01-13 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/default.exp: Expect $_inferior as well.
10667 * gdb.multi/base.exp: Test $_inferior.
10668
10669 2016-01-13 Pedro Alves <palves@redhat.com>
10670
10671 PR breakpoints/19388
10672 * gdb.base/catch-signal-siginfo-cond.c: New file.
10673 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10674
10675 2016-01-12 Josh Stone <jistone@redhat.com>
10676 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10677
10678 * gdb.base/catch-syscall.c (do_execve): New variable.
10679 (main): Conditionally trigger an execve.
10680 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10681 (test_catch_syscall_execve): New, check entry/return across execve.
10682 (do_syscall_tests): Call test_catch_syscall_execve.
10683
10684 2016-01-12 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.base/random-signal.exp (do_test): New procedure, with body
10687 of testcase moved in.
10688
10689 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10690 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.base/funcargs.exp (finish from indirectly called function):
10693 Reintroduce the case for 'First'.
10694
10695 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10696 Pedro Alves <palves@redhat.com>
10697
10698 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10699 (tcatch_vfork_then_child_follow_exec)
10700 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10701 identification.
10702
10703 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10704
10705 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10706 and repeats to unlimited.
10707 * gdb.python/py-value.exp: Likewise.
10708 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10709 and repeats to unlimited.
10710
10711 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10714 and reordering the functions.
10715 * gdb.multi/hangout.c: Likewise.
10716 * gdb.multi/hello.c: Likewise.
10717
10718 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10721 absolute.
10722 (SingleStatisticTestResult.report): Use dict.keys instead of
10723 dict.iterkeys.
10724
10725 2016-01-06 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10728
10729 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10730
10731 * gdb.btrace/dlopen.exp: New.
10732 * gdb.btrace/dlopen.c: New.
10733 * gdb.btrace/dlopen-dso.c: New.
10734
10735 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10736
10737 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10738 PATTERN argument is optional.
10739
10740 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10741
10742 * lib/ada.exp (target_compile_ada_from_dir): New function.
10743 (gdb_compile_ada): Reimplement avoiding the use of project files.
10744 * gdb.ada/gnat_ada.gpr: Delete.
10745 * gdb.ada/cond_lang.exp: Adjust test to make path before
10746 filename optional.
10747 * gdb.ada/small_reg_param.exp: Likewise.
10748
10749 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10750
10751 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10752
10753 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10754
10755 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10756 case.
10757
10758 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10759
10760 * gdb.base/break.exp: Remove dead code.
10761 * gdb.base/sepdebug.exp: Likewise.
10762
10763 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10764
10765 * gdb.asm/asm-source.exp: Remove HP-UX references.
10766 * gdb.base/annota1.exp: Likewise.
10767 * gdb.base/annota3.exp: Likewise.
10768 * gdb.base/attach.exp: Likewise.
10769 * gdb.base/bigcore.exp: Likewise.
10770 * gdb.base/break.exp: Likewise.
10771 * gdb.base/call-ar-st.exp: Likewise.
10772 * gdb.base/callfuncs.exp: Likewise.
10773 * gdb.base/catch-fork-static.exp: Likewise.
10774 * gdb.base/display.exp: Likewise.
10775 * gdb.base/foll-exec-mode.exp: Likewise.
10776 * gdb.base/foll-exec.exp: Likewise.
10777 * gdb.base/foll-fork.exp: Likewise.
10778 * gdb.base/foll-vfork.exp: Likewise.
10779 * gdb.base/funcargs.exp: Likewise.
10780 * gdb.base/hbreak2.exp: Likewise.
10781 * gdb.base/inferior-died.exp: Likewise.
10782 * gdb.base/interrupt.exp: Likewise.
10783 * gdb.base/multi-forks.exp: Likewise.
10784 * gdb.base/nodebug.exp: Likewise.
10785 * gdb.base/sepdebug.exp: Likewise.
10786 * gdb.base/solib1.c: Likewise.
10787 * gdb.base/step-test.exp: Likewise.
10788 * gdb.mi/non-stop.c: Likewise.
10789 * gdb.mi/pthreads.c: Likewise.
10790 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10791 * gdb.threads/pthreads.c: Likewise.
10792 * gdb.threads/staticthreads.exp: Likewise.
10793 * lib/future.exp: Likewise.
10794 * lib/gdb.exp: Likewise.
10795 * gdb.base/so-indr-cl.c: Remove.
10796 * gdb.base/so-indr-cl.exp: Likewise.
10797 * gdb.base/solib.c: Likewise.
10798 * gdb.base/solib.exp: Likewise.
10799 * gdb.base/solib2.c: Likewise.
10800
10801 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10802
10803 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10804 * gdb.base/call-ar-st.exp: Likewise.
10805 * gdb.base/callfuncs.exp: Likewise.
10806 * gdb.base/condbreak.exp: Likewise.
10807 * gdb.base/constvars.exp: Likewise.
10808 * gdb.base/hbreak2.exp: Likewise.
10809 * gdb.base/langs.exp: Likewise.
10810 * gdb.base/list.exp: Likewise.
10811 * gdb.base/long_long.exp: Likewise.
10812 * gdb.base/ptype.exp: Likewise.
10813 * gdb.base/scope.exp: Likewise.
10814 * gdb.base/signals.exp: Likewise.
10815 * gdb.base/so-impl-ld.exp: Likewise.
10816 * gdb.base/varargs.exp: Likewise.
10817 * gdb.base/volatile.exp: Likewise.
10818 * gdb.base/whatis.exp: Likewise.
10819 * gdb.cp/cplusfuncs.exp: Likewise.
10820 * gdb.cp/inherit.exp: Likewise.
10821 * gdb.cp/local.exp: Likewise.
10822 * gdb.cp/member-ptr.exp: Likewise.
10823 * gdb.cp/method.exp: Likewise.
10824 * gdb.cp/overload.exp: Likewise.
10825 * gdb.cp/templates.exp: Likewise.
10826 * gdb.stabs/weird.exp: Likewise.
10827 * lib/compiler.c: Likewise.
10828 * lib/compiler.cc: Likewise.
10829 * lib/cp-support.exp: Likewise.
10830 * lib/gdb.exp: Likewise.
10831
10832 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10833
10834 * configure.ac: Remove HP-UX case.
10835 * configure: Regenerate.
10836
10837 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10838
10839 * lib/gdb.exp (gdb_compile): Add function doc.
10840
10841 2015-12-17 Pedro Alves <palves@redhat.com>
10842
10843 PR threads/19354
10844 * gdb.multi/info-threads.exp: New file.
10845
10846 2015-12-15 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10849 is aarch64*-*-*.
10850
10851 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10852
10853 * gdb.base/history-duplicates.exp: Skip if no readline support.
10854
10855 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10856
10857 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10858
10859 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10860
10861 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10862
10863 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10864
10865 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10866 ctrl-C if nointerrupts target property is set.
10867 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10868 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10869 * gdb.base/paginate-bg-execution.exp: Likewise.
10870 * gdb.base/paginate-execution-startup.exp: Likewise.
10871 * gdb.base/random-signal.exp: Likewise.
10872 * gdb.base/range-stepping.exp: Likewise.
10873 * gdb.cp/annota2.exp: Likewise.
10874 * gdb.cp/annota3.exp: Likewise.
10875 * gdb.gdb/selftest.exp: Likewise.
10876 * gdb.threads/continue-pending-status.exp: Likewise.
10877 * gdb.threads/leader-exit.exp: Likewise.
10878 * gdb.threads/manythreads.exp: Likewise.
10879 * gdb.threads/pthreads.exp: Likewise.
10880 * gdb.threads/schedlock.exp: Likewise.
10881 * gdb.threads/sigthread.exp: Likewise.
10882
10883 2015-12-11 Don Breazeal <donb@codesourcery.com>
10884
10885 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10886 remote.
10887 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10888 * gdb.base/foll-exec.exp (main): Enable for target remote.
10889 * gdb.base/foll-fork.exp (main): Likewise.
10890 * gdb.base/foll-vfork.exp (main): Likewise.
10891 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10892 (proc continue_to_exit_bp_loc): Use clean_restart.
10893 * gdb.base/pie-execl.exp (main): Disable for target remote.
10894 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10895 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10896 * gdb.threads/execl.exp (main): Likewise.
10897 * gdb.threads/fork-child-threads.exp (main): Likewise.
10898 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10899 remote.
10900 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10901 remote.
10902 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10903 pid.tid style ptids, instead of just tid.
10904 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10905 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10906 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10907 ptids, instead of just tid.
10908
10909 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10910
10911 * gdb.base/list.exp (test_list_forward): Add end of file error
10912 test.
10913 (test_repeat_list_command): Add end of file error test.
10914 (test_list_backwards): Add beginning of file error test.
10915
10916 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10917
10918 * gdb.base/list.exp (test_list_invalid_args): New function,
10919 defined, and called.
10920
10921 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10922
10923 * gdb.base/list.exp (test_list): Make test names unique.
10924
10925 2015-12-11 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.base/coremaker2.c: Remove.
10928
10929 2015-12-10 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.multi/base.exp: Remove stale "spaces" references.
10932
10933 2015-12-10 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.multi/base.exp: Don't use nowarnings.
10936 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10937 * gdb.multi/hangout.c: Include stdio.h.
10938 * gdb.multi/hello.c: Include stdlib.h.
10939 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10940 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10941 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10942
10943 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10944
10945 * gdb.dwarf2/dw2-ranges-base.c: New file.
10946 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10947 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10948 support additional line table, and debug ranges generation.
10949 (Dwarf::ranges): New function, generate .debug_ranges.
10950 (Dwarf::lines): Support generating simple line table programs.
10951 (Dwarf::assemble): Initialise new namespace variables.
10952
10953 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10954
10955 * gdb.base/async.exp (proc test_background): Add case for
10956 asynchronous execution not supported.
10957
10958 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10959
10960 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10961 format and change test names to make them unique.
10962
10963 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10964 Pedro Alves <pedro@redhat.com>
10965
10966 PR gdb/18702
10967 Add checking of floatformats setup on x86_64 hosts.
10968 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10969 (smallval, bigval): New labels/constants.
10970 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10971 float" after loading bigval and smallval.
10972
10973 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10974
10975 * gdb.ada/fun_overload_menu.exp: New testcase.
10976 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10977
10978 2015-12-04 Josh Stone <jistone@redhat.com>
10979
10980 * gdb.base/catch-fork-static.exp: New.
10981
10982 2015-12-03 Yao Qi <yao.qi@linaro.org>
10983
10984 * gdb.base/sizeof.c: Don't include stdio.h and
10985 ../lib/unbuffer_output.c.
10986 (main): New variable 'size' and 'value'. Remove printf and
10987 gdb_unbuffer_output. Assign return value to size and value.
10988 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10989 at the beginning.
10990 (check_sizeof): Check the result by printing variable 'size'.
10991 (check_valueof): Check the result by printing variable 'value'.
10992
10993 2015-12-01 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10996 for aarch64*-*-linux* target.
10997
10998 2015-11-30 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11001
11002 2015-11-30 Pedro Alves <palves@redhat.com>
11003
11004 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11005 Handle non-stop mode vCont replies.
11006
11007 2015-11-30 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11010 prepare_for_testing. Start gdb with "set non-stop on" appended to
11011 GDBFLAGS. Lax expected stop output.
11012
11013 2015-11-27 Yao Qi <yao.qi@linaro.org>
11014
11015 * gdb.arch/arm-neon.exp: New.
11016 * gdb.arch/arm-neon.c: New.
11017
11018 2015-11-27 Yao Qi <yao.qi@linaro.org>
11019
11020 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11021
11022 2015-11-27 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11025 frames-invalid annotation.
11026
11027 2015-11-27 Yao Qi <yao.qi@linaro.org>
11028
11029 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11030
11031 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11032
11033 * gdb.threads/names.exp: New file.
11034 * gdb.threads/names.c: New file.
11035 * README: Mention gdb,no_thread_names.
11036
11037 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11038
11039 PR 19297
11040 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11041 support" error.
11042
11043 2015-11-24 Pedro Alves <palves@redhat.com>
11044
11045 PR 17539
11046 * gdb.base/display.exp: Expect displays to be sorted in ascending
11047 order. Use multi_line.
11048 * gdb.base/solib-display.exp: Likewise.
11049
11050 2015-11-24 Pedro Alves <palves@redhat.com>
11051
11052 PR 17539
11053 * gdb.base/display.exp: Expect displays to be sorted in ascending
11054 order. Use multi_line.
11055 * gdb.base/solib-display.exp: Likewise.
11056
11057 2015-11-24 Pedro Alves <palves@redhat.com>
11058
11059 PR 17539
11060 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11061 threads in ascending order.
11062 * gdb.base/foll-fork.exp: Likewise.
11063 * gdb.base/foll-vfork.exp: Likewise.
11064 * gdb.base/multi-forks.exp: Likewise.
11065 * gdb.mi/mi-nonstop.exp: Likewise.
11066 * gdb.mi/mi-nsintrall.exp: Likewise.
11067 * gdb.multi/base.exp: Likewise.
11068 * gdb.multi/multi-arch.exp: Likewise.
11069 * gdb.python/py-inferior.exp: Likewise.
11070 * gdb.threads/break-while-running.exp: Likewise.
11071 * gdb.threads/execl.exp: Likewise.
11072 * gdb.threads/gcore-thread.exp: Likewise.
11073 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11074 * gdb.threads/kill.exp: Likewise.
11075 * gdb.threads/linux-dp.exp: Likewise.
11076 * gdb.threads/multiple-step-overs.exp: Likewise.
11077 * gdb.threads/next-bp-other-thread.exp: Likewise.
11078 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11079 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11080 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11081 * gdb.threads/thread-find.exp: Likewise.
11082 * gdb.threads/tls.exp: Likewise.
11083 * lib/mi-support.exp (mi_reverse_list): Delete.
11084 (mi_check_thread_states): No longer reverse list.
11085
11086 2015-11-24 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11089 use lowercase.
11090
11091 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11092
11093 * gdb.trace/actions.c: Include trace-common.h.
11094 (main): Add a location for a fast tracepoint.
11095 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11096 the normal tracepoints.
11097 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11098
11099 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11100
11101 * save-trace.exp: Factor out code to these...
11102 (gdb_save_tracepoints): New.
11103 (gdb_load_tracepoints): New.
11104 (do_save_load_test): New.
11105
11106 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11107
11108 * gdb.base/asmlabel.exp: New test.
11109 * gdb.base/asmlabel.c: New test case.
11110
11111 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11112
11113 * gdb.base/wrong_frame_bt_full-main.c: New file.
11114 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11115 * gdb.base/wrong_frame_bt_full.exp: New file.
11116
11117 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11118
11119 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11120
11121 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11122
11123 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11124 pstate register when comparing registers values in
11125 sparc64-*-linux-gnu targets to avoid spurious differences.
11126
11127 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11128
11129 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11130
11131 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11132
11133 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11134 as type argument to gdb_compile.
11135 * gdb.base/nested-subp2.exp: Likewise.
11136 * gdb.base/nested-subp3.exp: Likewise.
11137
11138 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11139
11140 * lib/dwarf.exp (_note): Fix left shift of negative value.
11141 * gdb.trace/trace-condition.exp: Likewise.
11142
11143 2015-11-13 Yao Qi <yao.qi@linaro.org>
11144
11145 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11146 comments about d10v.
11147 (test_scalar_returns): Likewise.
11148 * gdb.base/d10v.ld: Remove.
11149 * gdb.base/overlays.exp: Remove the target triplet checking for
11150 d10v-*-*.
11151 * gdb.base/structs.exp (test_struct_returns): Remove the
11152 comments about d10v.
11153 (test_struct_calls): Likewise.
11154
11155 2015-11-13 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11158 * gdb.base/gnu_vector.c: Don't include stdio.h.
11159 (main): Don't print res and call add_some_intvecs.
11160
11161 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11162
11163 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11164 macro.
11165 (func5): Removed.
11166 (func4): Use FAST_TRACEPOINT_LABEL.
11167 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11168 macro.
11169 (func): Removed.
11170 (thread_function): Use FAST_TRACEPOINT_LABEL.
11171 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11172 (func): Remove.
11173 (marker): Use FAST_TRACEPOINT_LABEL.
11174 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11175 (pendfunc1): Remove.
11176 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11177 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11178 (foo): Remove.
11179 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11180 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11181 macro.
11182 (func): Remove.
11183 (marker): Use FAST_TRACEPOINT_LABEL.
11184 * gdb.trace/trace-common.h: New header.
11185 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11186 macro.
11187 (func): Remove.
11188 (marker): Use FAST_TRACEPOINT_LABEL.
11189 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11190 (func): Remove.
11191 (thread_function): Use FAST_TRACEPOINT_LABEL.
11192
11193 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11194
11195 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11196 in front.
11197 * gdb.trace/change-loc.exp: Use global pcreg definition.
11198 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11199 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11200 in front.
11201 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11202 * gdb.trace/pending.exp: Likewise.
11203 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11204 * gdb.trace/trace-break.exp: Likewise.
11205 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11206 in front.
11207 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11208 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11209 in front.
11210 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11211
11212 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11213
11214 * gdb.ada/fin_fun_out: New testcase.
11215
11216 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11217
11218 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11219 value associated with DW_AT_byte_size.
11220 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11221 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11222 DW_AT_upper_bound.
11223
11224 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11225
11226 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11227 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11228 version.
11229 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11230 gdb.dwarf2/dw2-canonicalize-type.exp,
11231 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11232 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11233 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11234 provided by gdb_target_symbol_prefix_flags_asm.
11235 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11236 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11237 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11238 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11239 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11240 macros where needed). Use this macro for symbols which require
11241 the prefix provided by SYMBOL_PREFIX.
11242
11243 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11244
11245 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11246 New procs.
11247 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11248 representing expressions, of more than one list element.
11249 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11250 to prepend linker symbol prefix to f.
11251 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11252 table_1 and table_2.
11253 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11254 Likewise, for f and g.
11255 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11256 for ptr.
11257 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11258 for main.
11259 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11260 table_1_ptr and table_2_ptr.
11261
11262 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11263 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11266
11267 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11268
11269 * gdb.reverse/s390-mvcle.c: New test.
11270 * gdb.reverse/s390-mvcle.exp: New file.
11271 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11272
11273 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11274
11275 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11276
11277 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11278
11279 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11280 reaching marker2.
11281 * gdb.reverse/getresuid-reverse.exp: Likewise.
11282 * gdb.reverse/pipe-reverse.exp: Likewise.
11283 * gdb.reverse/readv-reverse.exp: Likewise.
11284 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11285 * gdb.reverse/time-reverse.exp: Likewise.
11286 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11287
11288 2015-10-30 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11291 (empty_cycle): Remove.
11292 (main): Don't call empty_cycle. Don't use watch_count_done.
11293 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11294 empty_cycle. Rewrite the code counting HW watchpoints.
11295
11296 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11297
11298 * gdb.reverse/fstatat-reverse.c: New test.
11299 * gdb.reverse/fstatat-reverse.exp: New file.
11300 * gdb.reverse/getresuid-reverse.c: New test.
11301 * gdb.reverse/getresuid-reverse.exp: New file.
11302 * gdb.reverse/pipe-reverse.c: New test.
11303 * gdb.reverse/pipe-reverse.exp: New file.
11304 * gdb.reverse/readv-reverse.c: New test.
11305 * gdb.reverse/readv-reverse.exp: New file.
11306 * gdb.reverse/recvmsg-reverse.c: New test.
11307 * gdb.reverse/recvmsg-reverse.exp: New file.
11308 * gdb.reverse/time-reverse.c: New test.
11309 * gdb.reverse/time-reverse.exp: New file.
11310 * gdb.reverse/waitpid-reverse.c: New test.
11311 * gdb.reverse/waitpid-reverse.exp: New file.
11312
11313 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11314
11315 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11316
11317 2015-10-26 Doug Evans <dje@google.com>
11318
11319 PR symtab/17391
11320 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11321 * gdb.dwarf2/bad-regnum.c: New file.
11322 * gdb.dwarf2/bad-regnum.exp: New file.
11323
11324 2015-10-26 Doug Evans <dje@google.com>
11325
11326 PR python/18938
11327 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11328 file.
11329
11330 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11331
11332 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11333 for a change by "Mention language in compile error message".
11334
11335 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11336
11337 PR python/18073
11338 * gdb.python/py-type.c (C::a_method): New.
11339 (C::a_const_method): New.
11340 (C::a_static_method): New.
11341 (a_function): New.
11342 * gdb.python/py-type.exp (test_fields): Test getting fields
11343 from function and method.
11344
11345 2015-10-21 Keven Boell <keven.boell@intel.com>
11346
11347 * gdb.fortran/vla-alloc-assoc.exp: New file.
11348 * gdb.fortran/vla-datatypes.exp: New file.
11349 * gdb.fortran/vla-datatypes.f90: New file.
11350 * gdb.fortran/vla-history.exp: New file.
11351 * gdb.fortran/vla-ptype-sub.exp: New file.
11352 * gdb.fortran/vla-ptype.exp: New file.
11353 * gdb.fortran/vla-sizeof.exp: New file.
11354 * gdb.fortran/vla-sub.f90: New file.
11355 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11356 * gdb.fortran/vla-value-sub-finish.exp: New file.
11357 * gdb.fortran/vla-value-sub.exp: New file.
11358 * gdb.fortran/vla-value.exp: New file.
11359 * gdb.fortran/vla-ptr-info.exp: New file.
11360 * gdb.mi/mi-vla-fortran.exp: New file.
11361 * gdb.mi/vla.f90: New file.
11362
11363 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11364
11365 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11366 of hardwired timeout value.
11367
11368 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11369 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11372 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11373
11374 2015-10-19 Josh Stone <jistone@redhat.com>
11375
11376 * gdb.base/catch-syscall.c: Include <sched.h>.
11377 (unknown_syscall): New variable.
11378 (main): Trigger a vfork and an unknown syscall.
11379 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11380 (unknown_syscall_number): Likewise.
11381 (check_call_to_syscall): Accept an optional syscall pattern.
11382 (check_return_from_syscall): Likewise.
11383 (check_continue): Likewise.
11384 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11385 (test_catch_syscall_skipping_return): New test toggling off 'catch
11386 syscall' to step over the syscall return, then toggling back on.
11387 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11388 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11389 (do_syscall_tests): Call test_catch_syscall_without_args and
11390 test_catch_syscall_mid_vfork.
11391 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11392 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11393
11394 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11395
11396 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11397 print g_vE): Add new pass patterns.
11398 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11399 print various symbol names for vptr fields.
11400
11401 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11402
11403 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11404 results.
11405
11406 2015-10-12 Yao Qi <yao.qi@linaro.org>
11407
11408 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11409
11410 2015-10-12 Yao Qi <yao.qi@linaro.org>
11411
11412 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11413 is aarch64*-*-linux*.
11414
11415 2015-10-12 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11418 (can_relocate_bcond_true): ... it.
11419 (can_relocate_bcond_false): New function.
11420 (foo): Likewise.
11421 (can_relocate_bl): Likewise.
11422 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11423 can_relocate_bl.
11424
11425 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11426
11427 * gdb.base/nested-addr.c: New file.
11428 * gdb.base/nested-addr.exp: New testcase.
11429
11430 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11431
11432 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11433 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11434 its output. Ignore the output of "record goto begin" and instead
11435 check that GDB is replaying.
11436
11437 2015-10-09 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11440 (top level): Use it in the run with no args test.
11441
11442 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11443
11444 * gdb.dlang/properties.exp: New file.
11445
11446 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11447
11448 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11449 whether or not address 0x1000 is mapped on the target.
11450
11451 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11452
11453 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11454 build.
11455
11456 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11457
11458 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11459 instruction-history test.
11460
11461 2015-09-28 Doug Evans <dje@google.com>
11462
11463 * gdb.base/gcore.c (array_func): Add reference to static_array.
11464
11465 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11466
11467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11468 source line.
11469
11470 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11471
11472 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11473 short or char as base type.
11474
11475 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11476
11477 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11478 to allow any size enum.
11479
11480 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11481
11482 * gdb.ada/array_ptr_renaming.exp: New testcase.
11483 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11484 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11485
11486 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11487
11488 * gdb.trace/ftrace-lock.c: New file.
11489 * gdb.trace/ftrace-lock.exp: New file.
11490
11491 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11492
11493 * gdb.arch/insn-reloc.c: New file.
11494 * gdb.arch/ftrace-insn-reloc.exp: New file.
11495
11496 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11497
11498 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11499 instruction.
11500 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11501 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11502 * gdb.trace/range-stepping.c: Likewise.
11503 * gdb.trace/trace-break.c: Likewise.
11504 * gdb.trace/trace-mt.c (thread_function): Likewise.
11505 * gdb.trace/ftrace.c (marker): Likewise.
11506 * gdb.trace/trace-condition.c (marker): Likewise.
11507 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11508 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11509 is_aarch64_target.
11510
11511 2015-09-18 Doug Evans <xdje42@gmail.com>
11512
11513 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11514 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11515
11516 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11517
11518 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11519 the breakpoint.
11520
11521 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11522
11523 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11524 the pending breakpoint. Remove timeout override for "Run till
11525 MI pending breakpoint on pendfunc3 on thread 2" test.
11526
11527 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11528
11529 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11530 filename pattern.
11531
11532 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11533
11534 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11535 in breakpoint filename pattern.
11536
11537 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11538
11539 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11540
11541 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11542
11543 * gdb.linespec/explicit.exp: Check for readline support for
11544 tab-completion tests. Fix obvious typo.
11545
11546 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11547
11548 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11549 and replay.
11550
11551 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11552
11553 * gdb.btrace/non-stop.c: New.
11554 * gdb.btrace/non-stop.exp: New.
11555
11556 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11557 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.trace/trace-condition.c: New file.
11560 * gdb.trace/trace-condition.exp: New file.
11561
11562 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11563
11564 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11565 for testing bytecode compilation.
11566
11567 2015-09-16 Pedro Alves <palves@redhat.com>
11568 Sandra Loosemore <sandra@codesourcery.com>
11569
11570 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11571 (SECONDS): Redefine.
11572 (main): Call pthread_kill and alarm early.
11573 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11574 support.
11575 (test): If the target can't hardware step and doesn't support
11576 displaced stepping, increase the timeout.
11577
11578 2015-09-16 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11581 (enable_debug): New procedures.
11582 (test): Use them. Bail out if waiting for threads fails.
11583 (top level): Bail out if a test fails.
11584
11585 2015-09-16 Yao Qi <yao.qi@linaro.org>
11586
11587 * gdb.asm/asm-source.exp: Set asm-arch for
11588 aarch64*-*-* target.
11589 * gdb.asm/aarch64.inc: New file.
11590
11591 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11592
11593 * gdb.ada/array_of_variable_length.exp: New testcase.
11594 * gdb.ada/array_of_variable_length/foo.adb: New file.
11595 * gdb.ada/array_of_variable_length/pck.adb: New file.
11596 * gdb.ada/array_of_variable_length/pck.ads: New file.
11597
11598 2015-09-15 Doug Evans <dje@google.com>
11599
11600 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11601 of function static local variable.
11602
11603 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11604
11605 * gdb.threads/tls-so_extern.exp: New test file.
11606 * gdb.threads/tls-so_extern.c: New test file.
11607 * gdb.threads/tls-so_extern_main.c: New test file.
11608
11609 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * gdb.opt/solib-intra-step-lib.c: New file.
11612 * gdb.opt/solib-intra-step-main.c: New file.
11613 * gdb.opt/solib-intra-step.exp: New file.
11614
11615 2015-09-15 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11618 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11619
11620 2015-09-14 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/hook-stop-continue.c: Delete.
11623 * gdb.base/hook-stop-continue.exp: Delete.
11624 * gdb.base/hook-stop-frame.c: Delete.
11625 * gdb.base/hook-stop-frame.exp: Delete.
11626 * gdb.base/hook-stop.c: New file.
11627 * gdb.base/hook-stop.exp: New file.
11628
11629 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11630
11631 * gdb.ada/access_to_packed_array.exp: New testcase.
11632 * gdb.ada/access_to_packed_array/foo.adb: New file.
11633 * gdb.ada/access_to_packed_array/pack.adb: New file.
11634 * gdb.ada/access_to_packed_array/pack.ads: New file.
11635
11636 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11637
11638 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11639 buffer size test.
11640
11641 2015-09-11 Don Breazeal <donb@codesourcery.com>
11642
11643 * gdb.base/foll-exec.c: Add copyright header. Fix
11644 formatting issues.
11645 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11646 (do_exec_tests): Use clean_restart in place of zap_session,
11647 and for test initialization. Fix formatting issues. Use
11648 fail in place of perror.
11649 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11650 an expect statement to match an expression with output from
11651 the program under debug.
11652 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11653 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11654 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11655 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11656 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11657
11658 2015-09-09 Doug Evans <dje@google.com>
11659
11660 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11661
11662 2015-09-09 Doug Evans <dje@google.com>
11663
11664 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11665
11666 2015-09-09 Doug Evans <dje@google.com>
11667
11668 * gdb.base/savedregs.exp: Fix typo.
11669
11670 2015-09-09 Pedro Alves <palves@redhat.com>
11671
11672 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11673
11674 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11675
11676 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11677 command actually switches threads. Give up on remaining
11678 tests if target fails to stop at breakpoint.
11679
11680 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11681
11682 * gdb.ada/funcall_char.exp: New testcase.
11683 * gdb.ada/funcall_char/foo.adb: New file.
11684
11685 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11686
11687 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11688 expected outputs. Add two testcases for completing ambiguous
11689 functions.
11690 * gdb.ada/complete/aux_pck.adb: New file.
11691 * gdb.ada/complete/aux_pck.ads: New file.
11692 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11693 Ambiguous_Func functions.
11694 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11695 * gdb.ada/complete/pck.adb: Likewise.
11696
11697 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11698
11699 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11700 failures to run the test program under GDB.
11701
11702 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11703
11704 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11705 to C.
11706
11707 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11708
11709 * gdb.base/run-after-attach.exp: New test file.
11710 * gdb.base/run-after-attach.c: New test file.
11711
11712 2015-08-26 Don Breazeal <donb@codesourcery.com>
11713
11714 * gdb.base/foll-exec-2.c: New test program.
11715 * gdb.base/foll-exec-2.exp: New test.
11716
11717 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11718
11719 * gdb.base/nested-subp1.exp: New file.
11720 * gdb.base/nested-subp1.c: New file.
11721 * gdb.base/nested-subp2.exp: New file.
11722 * gdb.base/nested-subp2.c: New file.
11723 * gdb.base/nested-subp3.exp: New file.
11724 * gdb.base/nested-subp3.c: New file.
11725
11726 2015-08-24 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.server/connect-without-multi-process.c: New file.
11729 * gdb.server/connect-without-multi-process.exp: New file.
11730
11731 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11732
11733 * gdb.opt/inline-markers.c: Make z int.
11734
11735 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11736
11737 * gdb.opt/inline-markers.c: Make z volatile.
11738
11739 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11740
11741 * gdb.opt/inline-bt.c: New volatile global z.
11742 * gdb.opt/inline-cmds.c: Likewise.
11743 * gdb.opt/inline-locals.c: Likewise.
11744 * gdb.opt/inline-markers.c: New extern global z.
11745 (marker): Use z.
11746 (inline_fn): Likewise.
11747
11748 2015-08-24 Pedro Alves <palves@redhat.com>
11749
11750 * config/m32r-stub.exp: Remove file.
11751 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11752 * gdb.base/call-rt-st.exp: Likewise.
11753 * gdb.base/call-strs.exp: Likewise.
11754 * gdb.base/default.exp: Remove references to h8300-*-hms and
11755 *-*-udi*.
11756 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11757
11758 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11761 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11762 and "return" use KFAIL when GDB can not read/write the vector
11763 return value.
11764
11765 2015-08-21 Gary Benson <gbenson@redhat.com>
11766
11767 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11768
11769 2015-08-20 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.server/solib-list.exp: No longer expect an interior stop in
11772 non-stop mode.
11773
11774 2015-08-20 Pedro Alves <palves@redhat.com>
11775
11776 * gdb.server/connect-stopped-target.c: New file.
11777 * gdb.server/connect-stopped-target.exp: New file.
11778
11779 2015-08-20 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.dwarf2/comp-unit-lang.exp: New file.
11782 * gdb.dwarf2/comp-unit-lang.c: New file.
11783
11784 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11785
11786 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11787 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11788
11789 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11790
11791 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11792 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11793
11794 2015-08-18 Doug Evans <dje@google.com>
11795 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11796
11797 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11798 skip_python_tests. New arg prompt_regexp.
11799 (skip_python_tests): New function.
11800 * lib/mi-support.exp (mi_skip_python_tests): New function.
11801 * gdb.python/py-mi-objfile-gdb.py: New file.
11802 * gdb.python/py-mi-objfile.c: New file.
11803 * gdb.python/py-mi-objfile.exp: New file.
11804
11805 2015-08-17 Keith Seitz <keiths@redhat.com>
11806
11807 * gdb.linespec/explicit.exp: Move strace test from here ...
11808 * gdb.trace/strace.exp: ... to here.
11809
11810 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11811
11812 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11813 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11814
11815 2015-08-14 Doug Evans <xdje42@gmail.com>
11816
11817 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11818 inferior before selecting a new file.
11819
11820 2015-08-14 Doug Evans <xdje42@gmail.com>
11821
11822 * gdb.mi/mi-disassemble.exp: Update.
11823 * gdb.base/disasm-optim.S: New file.
11824 * gdb.base/disasm-optim.c: New file.
11825 * gdb.base/disasm-optim.h: New file.
11826 * gdb.base/disasm-optim.exp: New file.
11827
11828 2015-08-14 Keith Seitz <keiths@redhat.com>
11829
11830 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11831 "evaluated-by".
11832
11833 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11834
11835 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11836
11837 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11838
11839 * gdb.ada/fun_renaming.exp: New testcase.
11840 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11841 * gdb.ada/fun_renaming/pack.adb: New file.
11842 * gdb.ada/fun_renaming/pack.ads: New file.
11843
11844 2015-08-12 Keith Seitz <keiths@redhat.com>
11845
11846 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11847 gdb_get_line_number.
11848
11849 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11850
11851 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11852 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11853 gdb.base/dso2dso.exp: New files.
11854
11855 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11856 Pedro Alves <palves@redhat.com>
11857 Keith Seitz <keiths@redhat.com>
11858
11859 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11860 GDBFLAGS.
11861
11862 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11863
11864 * gdb.base/gdbhistsize-history.exp
11865 (test_histsize_history_setting): Use save_vars.
11866 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11867 Use save_vars.
11868 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11869 * gdb.base/readline.exp: Use save_vars.
11870
11871 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11872
11873 * lib/gdb.exp (save_vars): New proc.
11874
11875 2015-08-11 Keith Seitz <keiths@redhat.com>
11876
11877 * gdb.base/help.exp: Update help_breakpoint_text.
11878
11879 2015-08-11 Keith Seitz <keiths@redhat.com>
11880
11881 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11882 (at toplevel): Call test_explicit_breakpoints.
11883 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11884 breakpoints.
11885 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11886 breakpoint conditions, "-cond".
11887
11888 2015-08-11 Keith Seitz <keiths@redhat.com>
11889
11890 * gdb.linespec/3explicit.c: New file.
11891 * gdb.linespec/cpexplicit.cc: New file.
11892 * gdb.linespec/cpexplicit.exp: New file.
11893 * gdb.linespec/explicit.c: New file.
11894 * gdb.linespec/explicit.exp: New file.
11895 * gdb.linespec/explicit2.c: New file.
11896 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11897 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11898 before using in the matching pattern.
11899 Clarify that `prefix' is a regular expression.
11900
11901 2015-08-11 Keith Seitz <keiths@redhat.com>
11902
11903 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11904 test.
11905 Add tests for missing ",FMT" and ",".
11906
11907 2015-08-10 Doug Evans <dje@google.com>
11908 Keith Seitz <keiths@redhat.com>
11909
11910 PR gdb/17960
11911 * gdb.base/completion.exp: Add location completer tests.
11912
11913 2015-08-07 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11916 tests here.
11917 (top level): Run do_test with and without displaced stepping.
11918
11919 2015-08-07 Pedro Alves <palves@redhat.com>
11920
11921 * gdb.base/valgrind-disp-step.c: New file.
11922 * gdb.base/valgrind-disp-step.exp: New file.
11923
11924 2015-08-07 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11927 Delete function.
11928 (main): Add alarm. Run an infinite loop instead of calling
11929 wait_threads.
11930 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11931 comment.
11932 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11933 Delete function.
11934 (main): Add alarm. Run an infinite loop instead of calling
11935 wait_threads.
11936 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11937 comment.
11938
11939 2015-08-07 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.base/checkpoint-ns.exp: New file.
11942 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11943 standard_testfile.
11944
11945 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11946
11947 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11948 * gdb.btrace/instruction_history.exp: Update.
11949 * gdb.btrace/tsx.exp: New.
11950 * gdb.btrace/tsx.c: New.
11951
11952 2015-08-06 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11955 increase timeout.
11956 * gdb.reverse/until-precsave.exp: Bump timeouts.
11957
11958 2015-08-06 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11961
11962 2015-08-06 Pedro Alves <palves@redhat.com>
11963
11964 PR gdb/18749
11965 * gdb.threads/process-dies-while-handling-bp.c: New file.
11966 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11967
11968 2015-08-06 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11971 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11972
11973 2015-08-05 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11976 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11977
11978 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11979
11980 * gdb.base/bp-permanent.exp: Report test as unsupported if
11981 the target cannot stop at the permanent breakpoint.
11982
11983 2015-08-03 Doug Evans <dje@google.com>
11984
11985 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11986 10000.
11987
11988 2015-08-03 Doug Evans <dje@google.com>
11989
11990 * Makefile.in (workers/%.worker, build-perf): New rule.
11991 (GDB_PERFTEST_MODE): New variable.
11992 (check-perf): Use it.
11993 (clean): Clean up gdb.perf parallel build subdirs.
11994 * lib/build-piece.exp: New file.
11995 * lib/gdb.exp (make_gdb_parallel_path): New function
11996 (standard_output_file, standard_temp_file): Call it.
11997 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11998 of $GDB_PARALLEL.
11999 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12000
12001 2015-08-03 Doug Evans <dje@google.com>
12002
12003 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12004 (LOG_FILE_NAME): New global.
12005 (TextReporter.__init__): Initialize self.txt_sum.
12006 (TextReporter.report): Add support for multiple data-points.
12007 Move report to perftest.sum, put raw data in perftest.log.
12008 (TextReporter.start): Open sum and log files.
12009 (TextReporter.end): Close sum and log files.
12010 * gdb.perf/lib/perftest/testresult.py
12011 (SingleStatisticTestResult.record): Handle multiple data-points.
12012
12013 2015-07-31 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12016 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12017 kill_wait_spawned_process instead of explicit "kill -9".
12018 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12019 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12020 kill_wait_spawned_process.
12021 * gdb.base/attach-twice.exp: Likewise.
12022 * gdb.base/attach.exp: Likewise.
12023 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12024 gdb_test_multiple.
12025 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12026 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12027 kill_wait_spawned_process.
12028 * gdb.base/valgrind-infcall.exp: Likewise.
12029 * gdb.multi/multi-attach.exp: Likewise.
12030 * gdb.python/py-prompt.exp: Likewise.
12031 * gdb.python/py-sync-interp.exp: Likewise.
12032 * gdb.server/ext-attach.exp: Likewise.
12033 * gdb.threads/attach-into-signal.exp (corefunc): Use
12034 spawn_wait_for_attach, spawn_id_get_pid and
12035 kill_wait_spawned_process.
12036 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12037 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12038 spawn_id_get_pid and kill_wait_spawned_process.
12039 * gdb.threads/attach-stopped.exp (corefunc): Use
12040 spawn_wait_for_attach, spawn_id_get_pid and
12041 kill_wait_spawned_process.
12042 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12043 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12044 kill_wait_spawned_process instead of explicit "kill -9".
12045 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12046 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12047 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12048 processes. Don't map cygwin/windows pids here. Now returns a
12049 spawn id list.
12050
12051 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12052
12053 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12054 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12055 correct patch.
12056
12057 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12058
12059 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12060
12061 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 Reapply:
12064 2014-05-21 Mark Wielaard <mjw@redhat.com>
12065
12066 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12067
12068 2015-07-30 Pedro Alves <palves@redhat.com>
12069
12070 * linux-low.c (handle_extended_wait): Set the child's last
12071 reported status to TARGET_WAITKIND_STOPPED.
12072
12073 2015-07-30 Pedro Alves <palves@redhat.com>
12074
12075 PR threads/18600
12076 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12077 only shows inferior 1.
12078
12079 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12080 Pedro Alves <palves@redhat.com>
12081
12082 PR threads/18600
12083 * gdb.threads/fork-plus-threads.c: New file.
12084 * gdb.threads/fork-plus-threads.exp: New file.
12085
12086 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12087
12088 * gdb.base/batch-preserve-term-settings.exp
12089 (test_terminal_settings_preserved_after_cli_exit): Use
12090 send_quit_command.
12091
12092 2015-07-29 Pedro Alves <palves@redhat.com>
12093 Don Breazeal <donb@codesourcery.com>
12094
12095 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12096 output from both inferior_spawn_id and gdb_spawn_id.
12097
12098 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12099
12100 * gdb.threads/attach-into-signal.exp (corefunc): Use
12101 with_test_prefix on nested loops, uniquefying the test messages.
12102
12103 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12104
12105 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12106 commit.
12107
12108 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12109
12110 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12111 New proc.
12112 (test_terminal_settings_preserved_after_sigterm): New test.
12113
12114 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12115
12116 * gdb.base/batch-preserve-term-settings.exp
12117 (test_terminal_settings_preserved_after_cli_exit): New test.
12118
12119 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12120
12121 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12122 manipulation of saved_gdbflags.
12123 (test_terminal_settings_preserved): Remove global declaration of
12124 the unused variable pagination_prompt. Remove manipulation of
12125 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12126 GDBFLAGS.
12127
12128 2015-07-29 Pedro Alves <palves@redhat.com>
12129
12130 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12131
12132 2015-07-29 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12135 at the top.
12136
12137 2015-07-29 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12140 (main): Call gdb_unbuffer_output.
12141 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12142 (main): Call gdb_unbuffer_output.
12143 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12144 (main): Call gdb_unbuffer_output.
12145 * gdb.base/call-strs.exp: Adjust to step over the
12146 gdb_unbuffer_output call.
12147 * gdb.base/catch-gdb-caused-signals.c: Include
12148 "../lib/unbuffer_output.c".
12149 (main): Call gdb_unbuffer_output.
12150 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12151 (main): Call gdb_unbuffer_output.
12152 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12153 (main): Call gdb_unbuffer_output.
12154 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12155 (main): Call gdb_unbuffer_output.
12156 * gdb.base/shlib-call.exp: Adjust to step over the
12157 gdb_unbuffer_output call.
12158 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12159 (main): Call gdb_unbuffer_output.
12160 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12161 (main): Call gdb_unbuffer_output.
12162 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12163 (main): Rename to ...
12164 (test): ... this.
12165 (main): Reimplement.
12166 * gdb.base/varargs.exp: Run to test instead of to main.
12167 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12168 (main): Call gdb_unbuffer_output.
12169
12170 2015-07-29 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12173 factore out from mi_continue_dprintf. For call-style dprintfs,
12174 expect dprintf output out of $inferior_spawn_id.
12175 (mi_continue_dprintf): Use mi_expect_dprintf.
12176 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12177 (main): Call gdb_unbuffer_output.
12178
12179 2015-07-29 Pedro Alves <palves@redhat.com>
12180
12181 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12182 (default_mi_gdb_start): Set inferior_spawn_id instead of
12183 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12184 gdb_spawn_id.
12185 (mi_gdb_test): Always expect inferior output from both
12186 $inferior_spawn_id and $gdb_spawn_id.
12187
12188 2015-07-29 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12191 send_inferior and $inferior_spawn_id.
12192
12193 2015-07-29 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.gdb/complaints.exp (test_initial_complaints)
12196 (test_serial_complaints, test_short_complaints): Use
12197 gdb_test_stdio.
12198 (test_empty_complaint): Handle $inferior_spawn_id !=
12199 $gdb_spawn_id.
12200
12201 2015-07-29 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/varargs.exp: Use gdb_test_stdio.
12204
12205 2015-07-29 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12208
12209 2015-07-29 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12212
12213 2015-07-29 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12216 parameter into two new parameters, "inf_result" and "gdb_result".
12217 Expect inferior output and gdb output from $inferior_spawn_id and
12218 $gdb_spawn_id, respectively. Adjust all callers.
12219
12220 2015-07-29 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12223 of gdb_test_sequence.
12224
12225 2015-07-29 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12228 (saw_spurious_output): Expect inferior output from
12229 $inferior_spawn_id. Use gdb_test_stdio.
12230
12231 2015-07-29 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.base/dprintf.exp: Use standard_testfile. Change
12234 prepare_for_testing call.
12235 (srcfile): Don't set.
12236 (restart): New procedure.
12237 (test_dprintf): New procecure, use to continue over dprintfs.
12238 (test_call, test_agent): New procedures, tests moved here.
12239 Restart gdb and recreate dprintfs. Adjust expected output.
12240
12241 2015-07-29 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12244
12245 2015-07-29 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12248
12249 2015-07-29 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12252 gdb_test_stdio.
12253
12254 2015-07-29 Pedro Alves <palves@redhat.com>
12255
12256 * lib/gdb.exp (gdb_test_stdio): New procedure.
12257
12258 2015-07-29 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12261
12262 2015-07-29 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/call-signal-resume.exp: Remove check for
12265 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12266 * gdb.base/unwindonsignal.exp: Likewise.
12267 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12268 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12269
12270 2015-07-29 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.base/siginfo-addr.c (pass): New function.
12273 (handler): Call it iff si_addr is correct.
12274 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12275 Set a breakpoint at "pass" and continue to it.
12276
12277 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12278
12279 * gdb.python/py-objfile.exp: Make some tests have unique names.
12280 * gdb.python/py-pp-registration.exp: Likewise.
12281
12282 2015-07-28 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12285
12286 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12289
12290 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12293
12294 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12295
12296 * gdb.base/gdb-sigterm-2.exp: New test.
12297
12298 2015-07-25 Doug Evans <xdje42@gmail.com>
12299
12300 Revert:
12301 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12302 (workers/%.worker, build-perf): New rule.
12303 (GDB_PERFTEST_MODE): New variable.
12304 (check-perf): Use it.
12305 (clean): Clean up gdb.perf parallel build subdirs.
12306 * lib/build-piece.exp: New file.
12307 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12308 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12309 name.
12310 (standard_temp_file): Ditto.
12311 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12312 of $GDB_PARALLEL.
12313
12314 2015-07-24 Doug Evans <dje@google.com>
12315
12316 * gdb.perf/lib/perftest/utils.py: New file.
12317 * gdb.perf/gm-hello.cc: New file.
12318 * gdb.perf/gm-pervasive-typedef.cc: New file.
12319 * gdb.perf/gm-pervasive-typedef.h: New file.
12320 * gdb.perf/gm-std.cc: New file.
12321 * gdb.perf/gm-std.h: New file.
12322 * gdb.perf/gm-use-cerr.cc: New file.
12323 * gdb.perf/gm-utils.h: New file.
12324 * gdb.perf/gmonster-null-lookup.py: New file.
12325 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12326 * gdb.perf/gmonster-print-cerr.py: New file.
12327 * gdb.perf/gmonster-ptype-string.py: New file.
12328 * gdb.perf/gmonster-runto-main.py: New file.
12329 * gdb.perf/gmonster-select-file.py: New file.
12330 * gdb.perf/gmonster1-null-lookup.exp: New file.
12331 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12332 * gdb.perf/gmonster1-print-cerr.exp: New file.
12333 * gdb.perf/gmonster1-ptype-string.exp: New file.
12334 * gdb.perf/gmonster1-runto-main.exp: New file.
12335 * gdb.perf/gmonster1-select-file.exp: New file.
12336 * gdb.perf/gmonster1.cc: New file.
12337 * gdb.perf/gmonster1.exp: New file.
12338 * gdb.perf/gmonster2-null-lookup.exp: New file.
12339 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12340 * gdb.perf/gmonster2-print-cerr.exp: New file.
12341 * gdb.perf/gmonster2-ptype-string.exp: New file.
12342 * gdb.perf/gmonster2-runto-main.exp: New file.
12343 * gdb.perf/gmonster2-select-file.exp: New file.
12344 * gdb.perf/gmonster2.cc: New file.
12345 * gdb.perf/gmonster2.exp: New file.
12346
12347 2015-07-24 Doug Evans <dje@google.com>
12348
12349 * gdb.perf/README: New file.
12350 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12351 * lib/gen-perf-test.exp: New file.
12352
12353 2015-07-24 Doug Evans <dje@google.com>
12354
12355 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12356 (PerfTest::startup): New function.
12357 (PerfTest::run): Return result of calling body.
12358 (PerfTest::assemble): Rewrite.
12359 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12360 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12361 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12362 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12363 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12364
12365 2015-07-24 Doug Evans <dje@google.com>
12366
12367 * lib/gdb.exp (clean_restart): Make executable optional.
12368
12369 2015-07-24 Doug Evans <dje@google.com>
12370
12371 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12372 compiler_info references.
12373 * gdb.cp/temargs.exp: Ditto.
12374 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12375 (get_compiler_info): Early exit if already computed. Set compiler_info
12376 to "unknown" if there was a problem.
12377 (test_compiler_info): Add function comment. Call get_compiler_info.
12378
12379 2015-07-24 Doug Evans <dje@google.com>
12380
12381 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12382 (workers/%.worker, build-perf): New rule.
12383 (GDB_PERFTEST_MODE): New variable.
12384 (check-perf): Use it.
12385 (clean): Clean up gdb.perf parallel build subdirs.
12386 * lib/build-piece.exp: New file.
12387 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12388 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12389 name.
12390 (standard_temp_file): Ditto.
12391 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12392 of $GDB_PARALLEL.
12393
12394 2015-07-24 Doug Evans <dje@google.com>
12395
12396 * lib/future.exp (gdb_default_target_compile): New option
12397 "early_flags".
12398 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12399 --as-needed.
12400
12401 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12402
12403 * gdb.base/catch-syscall.exp: Call gdb_exit before
12404 gdb_skip_xml_test.
12405
12406 2015-07-24 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.python/py-events.exp: Accept output between the stop event
12409 and the prompt.
12410 * gdb.python/py-evsignal.exp: Likewise.
12411 * gdb.python/py-evthreads.exp: Likewise.
12412
12413 2015-07-24 Pedro Alves <palves@redhat.com>
12414
12415 PR gdb/18717
12416 * gdb.threads/non-ldr-exit.c: New file.
12417 * gdb.threads/non-ldr-exit.exp: New file.
12418
12419 2015-07-24 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12422 restarting process.
12423
12424 2015-07-24 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.server/ext-restart.exp: New file.
12427
12428 2015-07-24 Yao Qi <yao.qi@linaro.org>
12429
12430 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12431 argument options.
12432 * gdb.server/ext-wrapper.exp: New file.
12433
12434 2015-07-23 Doug Evans <dje@google.com>
12435
12436 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12437 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12438
12439 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12440
12441 * gdb.ada/var_arr_typedef.exp: New testcase.
12442 * gdb.ada/var_arr_typedef/pack.adb: New file.
12443 * gdb.ada/var_arr_typedef/pack.ads: New file.
12444 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12445
12446 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12447
12448 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12449
12450 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 * gdb.arch/i386-biarch-core.exp: Replace istarget
12453 by "complete set gnutarget". Remove expectation for the "core-file"
12454 command.
12455
12456 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12457
12458 Revert the previous commit:
12459 Tests for validate symbol file using build-id.
12460
12461 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12462
12463 Tests for validate symbol file using build-id.
12464 * gdb.base/solib-mismatch-lib.c: New file.
12465 * gdb.base/solib-mismatch-libmod.c: New file.
12466 * gdb.base/solib-mismatch.c: New file.
12467 * gdb.base/solib-mismatch.exp: New file.
12468
12469 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12470
12471 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12472 nios2-*-linux*.
12473 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12474 * gdb.base/siginfo.exp: Likewise.
12475 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12476
12477 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12478
12479 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12480 Move it to ...
12481 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12482 ... here.
12483 * gdb.trace/range-stepping.exp: Check that the target supports
12484 range stepping.
12485
12486 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12489
12490 2015-07-14 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.base/killed-outside.exp: New file.
12493 * gdb.base/killed-outside.c: New file.
12494
12495 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12496
12497 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12498 (n at main): New.
12499 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12500
12501 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12502
12503 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12504 infcall tests instead of setting up for KFAIL.
12505
12506 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12507
12508 * gdb.btrace/record_goto-step.exp: New.
12509
12510 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12511
12512 PR compile/18484
12513 * gdb.compile/compile.c (struct struct_type): Add volatile to
12514 selffield's type.
12515 * gdb.compile/compile.exp
12516 (compile code struct_object.selffield = &struct_object): Skip further
12517 struct_object tests if this one xfails.
12518
12519 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12520
12521 PR exp/18617
12522 * gdb.trace/ax.exp: Add test.
12523
12524 2015-07-07 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12527 instead of istarget "aarch64*-*-*".
12528 * gdb.arch/aarch64-fp.exp: Likewise.
12529 * gdb.base/float.exp: Likewise.
12530 * gdb.reverse/aarch64.exp: Likewise.
12531 * lib/gdb.exp (is_aarch64_target): New proc.
12532
12533 2015-07-07 Yao Qi <yao.qi@linaro.org>
12534
12535 * lib/gdb.exp (is_aarch32_target): New proc.
12536 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12537 instead of "istarget "arm*-*-*"".
12538 * gdb.arch/arm-disp-step.exp: Likewise.
12539 * gdb.arch/thumb-bx-pc.exp: Likewise.
12540 * gdb.arch/thumb-prologue.exp: Likewise.
12541 * gdb.arch/thumb-singlestep.exp: Likewise.
12542 * gdb.base/disp-step-syscall.exp: Likewise.
12543 * gdb.base/float.exp: Likewise.
12544
12545 2015-07-07 Yao Qi <yao.qi@linaro.org>
12546
12547 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12548 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12549
12550 2015-07-07 Yao Qi <yao.qi@linaro.org>
12551
12552 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12553 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12554 if it exists.
12555 * gdb.multi/multi-arch.exp: Likewise.
12556
12557 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12558
12559 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12560 print.
12561
12562 2015-07-07 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12565
12566 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12567
12568 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12569 '[' and ']' characters.
12570
12571 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12572
12573 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12574
12575 2015-06-29 Pedro Alves <palves@redhat.com>
12576
12577 PR threads/18127
12578 * gdb.threads/hand-call-new-thread.c: New file.
12579 * gdb.threads/hand-call-new-thread.c: New file.
12580
12581 2015-06-26 Keith Seitz <keiths@redhat.com>
12582 Doug Evans <dje@google.com>
12583
12584 PR 16253
12585 * gdb.cp/var-tag-2.cc: New file.
12586 * gdb.cp/var-tag-3.cc: New file.
12587 * gdb.cp/var-tag-4.cc: New file.
12588 * gdb.cp/var-tag.cc: New file.
12589 * gdb.cp/var-tag.exp: New file.
12590
12591 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12592
12593 * gdb.base/history-duplicates.exp: New test.
12594
12595 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12596
12597 * gdb.base/completion.exp: Test the completion of the "focus"
12598 command.
12599
12600 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 * gdb.arch/amd64-prologue-skip.S: New file.
12603 * gdb.arch/amd64-prologue-skip.exp: New file.
12604
12605 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12608 is_address_zero_readable check.
12609
12610 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12611
12612 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12613 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12614
12615 2015-06-24 Yao Qi <yao.qi@linaro.org>
12616
12617 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12618 linux targets.
12619
12620 2015-06-24 Yao Qi <yao.qi@linaro.org>
12621
12622 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12623 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12624 * gdb.base/siginfo-thread.exp: Likewise.
12625
12626 2015-06-22 Yao Qi <yao.qi@linaro.org>
12627
12628 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12629
12630 2015-06-22 Yao Qi <yao.qi@linaro.org>
12631
12632 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12633 aarch64*-*-*.
12634 (skip_hw_watchpoint_tests): Likewise.
12635
12636 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12637
12638 * gdb.base/gdbinit-history.exp: Test the interaction between
12639 setting GDBHISTSIZE and setting the history size via .gdbinit.
12640
12641 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12642
12643 PR gdb/16999
12644 * gdb.base/gdbhistsize-history.exp: New test.
12645
12646 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12647
12648 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12649 with GDBHISTSIZE.
12650 * gdb.base/readline.exp: Likewise.
12651
12652 2015-06-17 Yao Qi <yao.qi@linaro.org>
12653
12654 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12655 line.
12656
12657 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12658
12659 * gdb.base/gdbinit-history.exp: Add test case to check that
12660 an unlimited history file does not get truncated on exit.
12661
12662 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12665 (VECTOR): New macro. Use it...
12666 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12667 ...for these typedefs.
12668 (int8, char1, int1, double1): New typedefs.
12669 (struct just_int2, struct two_int2): New structures.
12670 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12671 (add_structvecs, add_singlevecs): New functions.
12672 (main): Call add_some_intvecs twice.
12673 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12674 the compile and exit upon failure. Try compiling for the "native"
12675 architecture. Test inferior function calls with vector arguments
12676 and vector return value handling with "finish" and "return".
12677
12678 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12679
12680 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12681 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12682 PE file.
12683 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12684
12685 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12686
12687 PR breakpoints/16465
12688 * gdb.mi/mi-dprintf-pending.c: New file.
12689 * gdb.mi/mi-dprintf-pending.exp: New test.
12690 * gdb.mi/mi-dprintf-pendshr.c: New file.
12691
12692 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12693 Mircea Gherzan <mircea.gherzan@intel.com>
12694
12695 * gdb.arch/i386-mpx-map.c: New file.
12696 * gdb.arch/i386-mpx-map.exp: New File.
12697
12698 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12699
12700 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12701 * gdb.arch/i386-mpx.exp: Indentation fixed.
12702
12703 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12704
12705 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12706 function and improved indentation.
12707 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12708 gdb_test_multiple. Added additional tests to skip the test.
12709
12710 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12711
12712 * gdb.arch/i386-avx512.c: Change path in include file.
12713 * gdb.arch/i386-avx512.exp: Change include dir path
12714 compilation flag.
12715 * gdb.arch/i386-mpx.c: Change path in include file.
12716 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12717 flag.
12718
12719 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12720
12721 * gdb.compile/compile-print.exp (compile print *vararray@3)
12722 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12723
12724 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12725
12726 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12727 (do not keep jit in memory): ... this.
12728 (expect 5): Change it to ...
12729 (expect no 5): ... this.
12730
12731 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12732
12733 PR gdb/15564
12734 * gdb.mi/mi-detach.exp: New file.
12735
12736 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12737
12738 PR symtab/18392
12739 * gdb.arch/amd64-tailcall-self.S: New file.
12740 * gdb.arch/amd64-tailcall-self.c: New file.
12741 * gdb.arch/amd64-tailcall-self.exp: New file.
12742
12743 2015-05-28 Don Breazeal <donb@codesourcery.com>
12744
12745 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12746 tests for remote targets by checking is_target_gdbserver.
12747
12748 2015-05-27 Doug Evans <dje@google.com>
12749
12750 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12751 * gdb.dwarf2/opaque-type-lookup.c: New file.
12752 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12753
12754 2015-05-26 Doug Evans <dje@google.com>
12755
12756 * gdb.cp/iostream.cc: New file.
12757 * gdb.cp/iostream.exp: New file.
12758
12759 2015-05-26 Doug Evans <dje@google.com>
12760
12761 * gdb.dwarf2/dw2-op-call.exp: Update.
12762 * gdb.dwarf2/dw4-sig-types.exp: Update.
12763 * gdb.dwarf2/implptr.exp: Update.
12764 * gdb.mi/mi-cmd-param-changed.exp: Update.
12765
12766 2015-05-26 Doug Evans <dje@google.com>
12767
12768 * gdb.python/py-lazy-string.c: New file.
12769 * gdb.python/py-lazy-string.exp: New file.
12770 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12771 (main): Update. Add estring3.
12772 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12773 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12774
12775 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12776 Yao Qi <yao.qi@linaro.org>
12777
12778 * gdb.reverse/aarch64.c: New.
12779 * gdb.reverse/aarch64.exp: New.
12780
12781 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12782
12783 * lib/gdb.exp (supports_process_record): Return true for
12784 aarch64*-linux*.
12785 (supports_reverse): Likewise.
12786
12787 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12788
12789 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12790 Use with_test_prefix.
12791
12792 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12793
12794 * gdb.base/completion.exp: Add test for completion of layout
12795 names.
12796
12797 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12798
12799 * lib/gdb.exp (skip_tui_tests): New proc.
12800 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12801
12802 2015-05-19 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12805 Save the whole env array instead of just HOME. Unset HISTSIZE in
12806 the environment while testing. Restore whole environment
12807 afterwards.
12808
12809 2015-05-16 Doug Evans <xdje42@gmail.com>
12810
12811 * gdb.guile/scm-ports.c: New file.
12812 * gdb.guile/scm-ports.exp: Add memory port tests.
12813
12814 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 * gdb.compile/compile-print.c: New file.
12817 * gdb.compile/compile-print.exp: New file.
12818
12819 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12820
12821 * gdb.compile/compile-ops.exp: Cast param to void.
12822 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12823 (compile code struct_object.selffield = &struct_object): Add xfail.
12824
12825 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12826
12827 * gdb.ada/arr_enum_with_gap: New testcase.
12828
12829 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12830
12831 * gdb.ada/byte_packed_arr: New testcase.
12832
12833 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12834
12835 * gdb.ada/pckd_neg: New testcase.
12836
12837 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12838
12839 PR gdb/17820
12840 * gdb.base/gdbinit-history.exp: New test.
12841 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12842 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12843
12844 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12845
12846 * gdb.python/py-xmethods.cc: Enhance test case.
12847 * gdb.python/py-xmethods.exp: New tests.
12848 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12849 function.
12850 (B_indexoper): Likewise.
12851 (global_dm_list) : Add new xmethod worker functions.
12852
12853 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12854
12855 * gdb.base/coredump-filter.exp: Correctly unset
12856 "coredump_var_addr" array.
12857
12858 2015-05-08 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.server/non-existing-program.exp: Unset spawn_id.
12861
12862 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12863
12864 PR python/18291
12865 * gdb.python/py-xmethods.exp: Add tests.
12866
12867 2015-05-08 Yao Qi <yao.qi@linaro.org>
12868
12869 PR gdb/18208
12870 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12871 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12872 function set_coredump_filter, and remove remote_exec call.
12873 Remove argument ipid. Callers update.
12874 (top level): Don't get inferior's PID.
12875
12876 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12877
12878 * gdb.base/watch_thread_num.exp: Skip test on targets without
12879 access watchpoints.
12880
12881 2015-05-06 Pedro Alves <palves@redhat.com>
12882
12883 PR server/18081
12884 * gdb.server/non-existing-program.exp: New file.
12885
12886 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12887
12888 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12889
12890 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12891
12892 * gdb.ada/out_of_line_in_inlined: New testcase.
12893
12894 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12895
12896 * gdb.ada/var_rec_arr: New testcase.
12897
12898 2015-04-30 Yao Qi <yao.qi@linaro.org>
12899
12900 * gdb.base/break-idempotent.exp: If
12901 skip_hw_watchpoint_multi_tests returns true, skip the tests
12902 on "rwatch" and "awatch".
12903
12904 2015-04-30 Yao Qi <yao.qi@linaro.org>
12905
12906 * gdb.base/relativedebug.exp: Invoke gdb command
12907 "info sharedlibrary", and if libc.so doesn't have debug info,
12908 skip the test.
12909
12910 2015-04-29 Doug Evans <dje@google.com>
12911
12912 * gdb.python/py-xmethods.exp: Add ptype tests.
12913 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12914 get_result_type method.
12915
12916 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12917
12918 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12919 the target does not support hardware watchpoints.
12920
12921 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12922
12923 * gdb.base/break-always.exp: Abort testing if writing to memory
12924 causes an error.
12925
12926 2015-04-28 Doug Evans <dje@google.com>
12927
12928 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12929 * gdb.python/py-pp-registration.exp: ... here. New file.
12930 * gdb.python/py-pp-registration.c: New file.
12931 * gdb.python/py-pp-registration.py: New file.
12932
12933 2015-04-28 Doug Evans <dje@google.com>
12934
12935 * gdb.python/py-bad-printers.c: New file.
12936 * gdb.python/py-bad-printers.py: New file.
12937 * gdb.python/py-bad-printers.exp: New file.
12938
12939 2015-04-28 Sasha Smundak <asmundak@google.com>
12940
12941 * gdb.python/py-type.exp: New test.
12942
12943 2015-04-28 Andy Wingo <wingo@igalia.com>
12944
12945 * gdb.python/py-parameter.exp:
12946 * gdb.guile/scm-parameter.exp: Escape the path that we are
12947 matching against, as it might contain characters that are special
12948 to regular expressions.
12949
12950 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12951
12952 * gdb.ada/rec_comp: New testcase.
12953
12954 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12955
12956 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12957 before using it.
12958
12959 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12960
12961 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12962 new tests for verilog output.
12963
12964 2015-04-24 Yao Qi <yao.qi@linaro.org>
12965
12966 * boards/remote-gdbserver-on-localhost.exp: New file.
12967
12968 2015-04-23 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12971 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12972 "end of file", remove $inferior_spawn_id from the indirect list.
12973
12974 2015-04-23 Pedro Alves <palves@redhat.com>
12975
12976 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12977
12978 2015-04-23 Pedro Alves <palves@redhat.com>
12979
12980 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12981 on $any_spawn_id instead of only on $gdb_spawn_id.
12982
12983 2015-04-21 Pierre Muller <muller@sourceware.org>
12984
12985 PR pascal/17815
12986 * lib/pascal.exp (gpc_compile): Add new option "class".
12987 (fpc_compile): Likewise.
12988 * gdb.pascal/case-insensitive-symbols.pas: New file.
12989 * gdb.pascal/case-insensitive-symbols.exp: New file.
12990
12991 2015-04-20 Gary Benson <gbenson@redhat.com>
12992
12993 * gdb.base/attach.exp: Fix three extended remote failures.
12994
12995 2015-04-17 Gary Benson <gbenson@redhat.com>
12996
12997 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12998 the main executable over the remote protocol.
12999
13000 2015-04-16 Pedro Alves <palves@redhat.com>
13001
13002 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13003 a new gdbserver if gdbserver_reconnect_p is set.
13004
13005 2015-04-16 Pedro Alves <palves@redhat.com>
13006
13007 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13008 is set, don't exit gdbserver.
13009
13010 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13011
13012 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13013 appropriate .insn, such that an older assembler can be used.
13014 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13015 the z/Architecture instruction set on 31-bit targets as well.
13016
13017 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13018
13019 * gdb.go/handcall.exp: Remove all logic related to the first
13020 breakpoint and rely on go_runto_main instead.
13021 * gdb.go/strings.exp: Likewise.
13022 * gdb.go/unsafe.exp: Likewise.
13023 * gdb.go/hello.exp: Likewise. Also rename the remaining
13024 breakpoint marker to "breakpoint 1".
13025 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13026 * gdb.go/strings.go: Likewise.
13027 * gdb.go/unsafe.go: Likewise.
13028 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13029 "set breakpoint 2 here" and rename the remaining breakpoint marker
13030 to "breakpoint 1".
13031
13032 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13033
13034 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13035 if itertools.imap is not present.
13036 * gdb.python/py-objfile.exp: Add parentheses.
13037 * gdb.python/py-type.exp: Same.
13038 * gdb.python/py-unwind-maint.py: Same.
13039
13040 2015-04-15 Yao Qi <yao.qi@linaro.org>
13041
13042 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13043 of ":$ptr_size" and set its form explicitly.
13044
13045 2015-04-15 Pedro Alves <palves@redhat.com>
13046 Yao Qi <yao.qi@linaro.org>
13047
13048 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13049 timeout by factor of 4.
13050 (test_regular_watch): Likewise.
13051 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13052 * gdb.reverse/sigall-reverse.exp: Likewise.
13053 * gdb.reverse/until-precsave.exp: Likewise.
13054 * lib/gdb.exp (with_timeout_factor): New proc.
13055 (gdb_expect): Move some code to ...
13056 (get_largest_timeout): ... here. New procedure.
13057
13058 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13059
13060 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13061
13062 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13063
13064 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13065 to write to the .text section.
13066
13067 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13068
13069 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13070 Handle the case of targets that do not provide PID information.
13071
13072 2015-04-13 Yao Qi <yao.qi@linaro.org>
13073
13074 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13075 and use expect instead of gdb_expect.
13076
13077 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13078
13079 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13080 "coredump_var_addr" to avoid naming conflict with other testcases.
13081
13082 2015-04-10 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13085 gdb_test_sequence and gdb_assert.
13086
13087 2015-04-10 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13090 test messages that don't include the breakpoint address.
13091
13092 2015-04-10 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13095 false for some offset and width combinations which aren't
13096 supported by linux kernel.
13097
13098 2015-04-10 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13101 procedure, factored out from ...
13102 (top level): ... here. Add "set displaced-stepping" testing axis.
13103 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13104 parameter "displaced". Use it.
13105 (top level): Use foreach and add "set displaced-stepping" testing
13106 axis.
13107
13108 2015-04-10 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13111 Remove comment.
13112 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13113 both the address of the instruction that triggers the watchpoint
13114 and the address of the instruction immediately after, and use
13115 those addresses for the test. Fix comment.
13116
13117 2015-04-10 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.base/sigstep.exp (breakpoint_to_handler)
13120 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13121 Test "backtrace" in handler.
13122 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13123 (top level): Add new "displaced" test axis to
13124 breakpoint_to_handler, breakpoint_to_handler_entry and
13125 breakpoint_over_handler.
13126
13127 2015-04-10 Pedro Alves <palves@redhat.com>
13128
13129 PR gdb/18216
13130 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13131
13132 2015-04-10 Yao Qi <yao.qi@linaro.org>
13133
13134 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13135 (test_add_rn_pc): New function.
13136 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13137 (top level): Invoke test_add_rn_pc.
13138
13139 2015-04-10 Pedro Alves <palves@redhat.com>
13140
13141 PR gdb/13858
13142 * gdb.base/step-over-no-symbols.exp: New file.
13143
13144 2015-04-09 Andy Wingo <wingo@igalia.com>
13145
13146 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13147 after the Python tests.
13148
13149 2015-04-08 Keith Seitz <keiths@redhat.com>
13150
13151 PR python/16699
13152 * gdb.python/py-completion.exp: New tests for completion.
13153 * gdb.python/py-completion.py (CompleteLimit1): New class.
13154 (CompleteLimit2): Likewise.
13155 (CompleteLimit3): Likewise.
13156 (CompleteLimit4): Likewise.
13157 (CompleteLimit5): Likewise.
13158 (CompleteLimit6): Likewise.
13159 (CompleteLimit7): Likewise.
13160
13161 2015-04-08 Pedro Alves <palves@redhat.com>
13162
13163 PR gdb/18214
13164 PR gdb/18216
13165 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13166 function.
13167 (main): Install it as SIGUSR1 handler.
13168 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13169 parameter. Always use "setup" as prefix. Toggle "set
13170 displaced-stepping" off/on depending on global. Don't switch to
13171 thread 1 here.
13172 (top level): Add displaced stepping "off/on" test axis. Update
13173 "setup" calls. Wrap each subtest with with_test_prefix. Test
13174 continuing with a queued signal in each thread.
13175
13176 2015-04-08 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13179 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13180 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13181 Return early if running to main fails.
13182 * gdb.trace/while-stepping.exp: Likewise.
13183
13184 2015-04-07 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13187 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13188 interact with inferior program.
13189
13190 2015-04-07 Pedro Alves <palves@redhat.com>
13191
13192 * lib/gdb.exp (inferior_spawn_id): New global.
13193 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13194 spawn id after processing the user code.
13195 (default_gdb_start): Set inferior_spawn_id.
13196 (send_inferior): New procedure.
13197 * lib/gdbserver-support.exp (gdbserver_start): Set
13198 inferior_spawn_id.
13199 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13200
13201 2015-04-07 Pedro Alves <palves@redhat.com>
13202
13203 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13204 * lib/gdbserver-support.exp (gdbserver_start): Make
13205 $server_spawn_id global.
13206 (gdbserver_start): Don't wait for gdbserver's spawn id with
13207 expect_background.
13208 (close_gdbserver): New procedure.
13209 (gdb_exit): Rename the default version and reimplement.
13210
13211 2015-04-07 Pedro Alves <palves@redhat.com>
13212
13213 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13214 append the substituted item, not the original item.
13215
13216 2015-04-07 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13219 gdb_expect.
13220
13221 2015-04-07 Pedro Alves <palves@redhat.com>
13222
13223 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13224 output appearing once only.
13225
13226 2015-04-07 Pedro Alves <palves@redhat.com>
13227
13228 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13229 that doesn't expect anything. Return early if running to main
13230 fails.
13231
13232 2015-04-07 Yao Qi <yao.qi@linaro.org>
13233
13234 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13235 (child_function): Call alarm.
13236 (main): Move call to alarm into the loop.
13237 * gdb.threads/non-stop-fair-events.exp: Build program with
13238 -DTIMEOUT=$timeout.
13239
13240 2015-04-06 Doug Evans <xdje42@gmail.com>
13241
13242 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13243 Fix dest parameter to board_info.
13244 (fpc_compile): Ditto.
13245 (gdb_compile_pascal): Rename dest arg to destfile.
13246
13247 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13248
13249 * gdb.ada/funcall_ref.exp: New file.
13250 * gdb.ada/funcall_ref/foo.adb: New file.
13251
13252 2015-04-02 Yao Qi <yao.qi@linaro.org>
13253
13254 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13255 is remote.
13256
13257 2015-04-02 Gary Benson <gbenson@redhat.com>
13258
13259 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13260
13261 2015-04-01 Sasha Smundak <asmundak@google.com>
13262
13263 * gdb.python/py-unwind-maint.c: New file.
13264 * gdb.python/py-unwind-maint.exp: New test.
13265 * gdb.python/py-unwind-maint.py: New file.
13266 * gdb.python/py-unwind.c: New file.
13267 * gdb.python/py-unwind.exp: New test.
13268 * gdb.python/py-unwind.py: New test.
13269
13270 2015-04-01 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13273 to fail instead of non-existent $test.
13274
13275 2015-04-01 Pedro Alves <palves@redhat.com>
13276
13277 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13278 GDBFLAGS if not empty.
13279
13280 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13281
13282 * gdb.ada/complete.exp: Remove "multi_line".
13283 * gdb.ada/info_exc.exp: Remove "multi_line".
13284 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13285 * gdb.ada/ptype_field.exp: Remove "multi_line".
13286 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13287 * gdb.ada/tagged.exp: Remove "multi_line".
13288 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13289 [multi_line ...]
13290 * gdb.btrace/delta.exp: Likewise.
13291 * gdb.btrace/exception.exp: Likewise.
13292 * gdb.btrace/function_call_history.exp: Likewise.
13293 * gdb.btrace/instruction_history.exp: Likewise.
13294 * gdb.btrace/nohist.exp: Likewise.
13295 * gdb.btrace/record_goto.exp: Likewise.
13296 * gdb.btrace/segv.exp: Likewise.
13297 * gdb.btrace/stepi.exp: Likewise.
13298 * gdb.btrace/tailcall.exp: Likewise.
13299 * gdb.btrace/unknown_functions.exp: Likewise.
13300 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13301 * lib/gdb.exp: Add the "multi_line" helper.
13302
13303 2015-04-01 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.threads/tid-reuse.c: New file.
13306 * gdb.threads/tid-reuse.exp: New file.
13307
13308 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13309
13310 PR corefiles/16092
13311 * gdb.base/coredump-filter.c: New file.
13312 * gdb.base/coredump-filter.exp: Likewise.
13313
13314 2015-03-27 Petr Machata <pmachata@redhat.com>
13315
13316 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13317 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13318 (Dwarf::assemble): Initialize them.
13319 (Dwarf::lines): New function.
13320
13321 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13322
13323 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13324 SYMBOL_PREFIX for x86_64-*-cygwin.
13325
13326 2015-03-26 Andy Wingo <wingo@igalia.com>
13327
13328 PR symtab/18148
13329 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13330 const_value but not a location.
13331 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13332 location defined in non-main CUs are visible.
13333
13334 2015-03-26 Yao Qi <yao.qi@linaro.org>
13335
13336 PR testsuite/18139
13337 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13338 Add a line number entry for the same line.
13339 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13340 Add a line number entry for the same line.
13341
13342 2015-03-26 Yao Qi <yao.qi@linaro.org>
13343
13344 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13345 .int 0.
13346 (func): Likewise. Add .Lfunc_1 label.
13347 Use .Lfunc_1 label.
13348 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13349 .int 0.
13350 (func): Likewise.
13351 Use .Lfunc_1 label.
13352
13353 2015-03-26 Yao Qi <yao.qi@linaro.org>
13354
13355 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13356 Call gdb_compile instead to compile each .s files without debug
13357 information.
13358
13359 2015-03-26 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.base/savedregs.exp (process_saved_regs): Make
13362 "Saved registers:" optional in the pattern.
13363
13364 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13365
13366 * gdb.btrace/next.exp: Merged into step.exp.
13367 * gdb.btrace/finish.exp: Merged into step.exp.
13368 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13369 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13370 "record goto" and checking the exact replay position.
13371 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13372 check for "Recording format" in "info record" output.
13373 * gdb.btrace/record_goto.exp: Choose test file based on target.
13374 * gdb.btrace/x86-record_goto.S: Renamed into ...
13375 * gdb.btrace/x86_64-record_goto.S: ... this.
13376 * gdb.btrace/i686-record_goto.S: New.
13377 * gdb.btrace/x86-tailcall.S: Renamed into ...
13378 * gdb.btrace/x86_64-tailcall.S: ... this.
13379 * gdb.btrace/i686-tailcall.S: New.
13380 * gdb.btrace/x86-tailcall.c: Renamed into ...
13381 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13382 separate statements. Update test.
13383 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13384 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13385 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13386 * gdb.btrace/tailcall.exp: Choose test file based on target.
13387 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13388
13389 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13390
13391 * gdb.btrace/exception.exp: Increase BTS buffer size.
13392
13393 2015-03-24 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13396
13397 2015-03-24 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.threads/schedlock.exp (test_step): No longer expect that
13400 "set scheduler-locking step" with "next" over a function call runs
13401 threads unlocked.
13402
13403 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13404
13405 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13406
13407 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13408
13409 PR breakpoints/16466
13410 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13411 * gdb.mi/mi-pending.c (thread_func): New function.
13412 (int main): Add threading support required.
13413 * gdb.mi/mi-pending.exp: Add tests for this issue.
13414 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13415 (pendfunc2): Remove stdio dependency.
13416 * gdb.mi/mi-pendshr2.c: New file.
13417
13418 2015-03-23 Keith Seitz <keiths@redhat.com>
13419
13420 * gdb.linespec/keywords.c: New file.
13421 * gdb.linespec/keywords.exp: New file.
13422
13423 2015-03-23 Keith Seitz <keiths@redhat.com>
13424
13425 PR gdb/18021
13426 * gdb.dwarf2/staticvirtual.exp: New test.
13427
13428 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13429
13430 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13431 * README: Remove HP-UX and gdb.hp.
13432 (configuration):
13433 * configure: Regenerate.
13434 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13435 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13436 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13437 gdb.hp/gdb.defects/Makefile.
13438 * gdb.hp/Makefile.in: File deleted.
13439 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13440 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13441 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13442 * gdb.hp/gdb.aCC/run.c: File deleted.
13443 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13444 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13445 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13446 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13447 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13448 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13449 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13450 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13451 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13452 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13453 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13454 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13455 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13456 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13457 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13458 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13459 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13460 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13461 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13462 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13463 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13464 * gdb.hp/gdb.compat/average.c: File deleted.
13465 * gdb.hp/gdb.compat/sum.c: File deleted.
13466 * gdb.hp/gdb.compat/xdb.c: File deleted.
13467 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13468 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13469 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13470 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13471 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13472 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13473 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13474 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13475 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13476 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13477 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13478 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13479 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13480 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13481 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13482 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13483 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13484 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13485 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13486 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13487 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13488 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13489 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13490 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13491 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13492 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13493 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13494 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13495 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13496 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13497 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13498 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13499 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13500 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13501 * gdb.hp/tools/odump: File deleted.
13502
13503 2015-03-19 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13506 (saw_thread_3): New globals.
13507 (top level): Increment them when an event for the corresponding
13508 thread is seen.
13509 (no thread starvation): New test.
13510
13511 2015-03-19 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.threads/continue-pending-status.c: New file.
13514 * gdb.threads/continue-pending-status.exp: New file.
13515
13516 2015-03-18 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13519 Use gdb_is_target_remote instead of is_remote. Use
13520 gdb_test_multiple instead of gdb_expect. Exit early if
13521 gdb_test_multiple hits its internal matches. Tighten stepi tests
13522 expected output. Fail on exit with any signal, instead of just
13523 SIGILL.
13524
13525 2015-03-18 Yao Qi <yao.qi@linaro.org>
13526
13527 PR tdep/18107
13528 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13529 variable.
13530 * gdb.base/catch-syscall.exp: Don't skip it on
13531 aarch64*-*-linux* target. Remove elements in all_syscalls.
13532 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13533 target.
13534 (setup_all_syscalls): New proc.
13535
13536 2015-03-16 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13539 (top level): Skip tests if valid_addr_p returns false for
13540 $cmd1 or $cmd2.
13541
13542 2015-03-11 Andy Wingo <wingo@igalia.com>
13543
13544 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13545
13546 2015-03-11 Yao Qi <yao.qi@linaro.org>
13547
13548 * gdb.base/catch-syscall.exp: Fix typo in comments.
13549
13550 2015-03-11 Yao Qi <yao.qi@linaro.org>
13551
13552 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13553
13554 2015-03-09 Pedro Alves <palves@redhat.com>
13555
13556 * dg-extract-results.py: Delete.
13557
13558 2015-03-09 Pedro Alves <palves@redhat.com>
13559
13560 Merge dg-extract-results.sh from GCC upstream (r218843).
13561
13562 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13563 * dg-extract-results.sh: Use --text with grep to avoid issues with
13564 binary files. Fall back to cat -v, if that doesn't work.
13565
13566 2015-03-05 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13569
13570 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13571
13572 * lib/mi-support.exp (mi_expect_interrupt): Accept
13573 alternative event for when in all-stop mode.
13574
13575 2015-03-04 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13578
13579 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13580
13581 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13582
13583 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13584
13585 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13586 regexps for GDB's current line display, accept a hex address
13587 preceding the line number.
13588
13589 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13590
13591 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13592 the 'arch1' variable for "s390*-linux*" targets.
13593
13594 2015-03-04 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13597 (main): Pass missing retval argument to pthread_join call.
13598
13599 2015-03-02 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13602 (top level): Call do_test with non-stop as well.
13603
13604 2015-03-02 Pedro Alves <palves@redhat.com>
13605
13606 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13607 -1.
13608
13609 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13610
13611 * gdb.arch/s390-vregs.exp: New test.
13612 * gdb.arch/s390-vregs.S: New file.
13613
13614 2015-02-27 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13617 call to catch_command_errors.
13618 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13619 catch_command_errors.
13620
13621 2015-02-27 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13624 "true" for boolean result.
13625 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13626 prototype of main.
13627
13628 2015-02-27 Pedro Alves <palves@redhat.com>
13629
13630 * lib/unbuffer_output.c: New file.
13631 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13632 (main): Call gdb_unbuffer_output.
13633
13634 2015-02-27 Yao Qi <yao.qi@linaro.org>
13635
13636 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13637 target.
13638
13639 2015-02-26 Doug Evans <dje@google.com>
13640
13641 * gdb.cp/class2.cc (Dbase, D): New classes.
13642 (main): New local delta.
13643 * gdb.cp/class2.exp: Test printing delta.
13644 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13645 (dynbar): New global.
13646 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13647
13648 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13649
13650 * gdb.compile/compile-ifunc.c: New file.
13651 * gdb.compile/compile-ifunc.exp: New file.
13652
13653 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13654
13655 * gdb.base/structs.exp: Check for correct struct on finish.
13656
13657 2015-02-26 Yao Qi <yao.qi@linaro.org>
13658
13659 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13660 is zero.
13661
13662 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.arch/cordic.ko.bz2: New file.
13665 * gdb.arch/cordic.ko.debug.bz2: New file.
13666 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13667
13668 2015-02-25 Yao Qi <yao.qi@linaro.org>
13669
13670 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13671 aarch64*-*-* target.
13672
13673 2015-02-23 Pedro Alves <palves@redhat.com>
13674
13675 * lib/gdb.exp (delete_breakpoints): Rewrite using
13676 gdb_test_multiple.
13677
13678 2015-02-23 Pedro Alves <palves@redhat.com>
13679
13680 * gdb.base/info-os.c: Include stdlib.h.
13681
13682 2015-02-22 Doug Evans <xdje42@gmail.com>
13683
13684 PR symtab/17855
13685 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13686 is read after symbols have been re-read.
13687 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13688 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13689
13690 2015-02-21 Doug Evans <dje@google.com>
13691
13692 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13693
13694 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13695
13696 PR corefiles/17808
13697 * gdb.arch/i386-biarch-core.core.bz2: New file.
13698 * gdb.arch/i386-biarch-core.exp: New file.
13699
13700 2015-02-21 Pedro Alves <palves@redhat.com>
13701
13702 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13703 runto_main fails.
13704
13705 2015-02-20 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13708 info probes.
13709
13710 2015-02-20 Pedro Alves <palves@redhat.com>
13711
13712 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13713
13714 2015-02-20 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13717 clean_restart before gdb_target_supports_trace.
13718
13719 2015-02-20 Pedro Alves <palves@redhat.com>
13720
13721 PR threads/18006
13722 * gdb.threads/clone-thread_db.c: New file.
13723 * gdb.threads/clone-thread_db.exp: New file.
13724
13725 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13726
13727 PR breakpoints/16812
13728 * gdb.base/catch-gdb-caused-signals.c: New file.
13729 * gdb.base/catch-gdb-caused-signals.exp: New file.
13730
13731 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13732
13733 * configure: Regenerated.
13734 * configure.ac: Use GDB_AC_TRANSFORM.
13735 * aclocal.m4: sinclude ../transform.m4.
13736
13737 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13738
13739 * lib/dtrace.exp: New file.
13740 * gdb.base/dtrace-probe.exp: Likewise.
13741 * gdb.base/dtrace-probe.d: Likewise.
13742 * gdb.base/dtrace-probe.c: Likewise.
13743 * lib/pdtrace.in: Likewise.
13744 * configure.ac: Output variables with the transformed names of
13745 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13746 * configure: Regenerated.
13747
13748 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13749
13750 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13751 expected message when trying to access $_probe_* convenience
13752 variables while not on a probe.
13753
13754 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13755
13756 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13757
13758 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13759
13760 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13761 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13762
13763 2015-02-10 Doug Evans <xdje42@gmail.com>
13764
13765 * lib/gdb.exp (gdb_load): Always return a result.
13766
13767 2015-02-10 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.threads/signal-sigtrap.c: New file.
13770 * gdb.threads/signal-sigtrap.exp: New file.
13771
13772 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13773
13774 * gdb.trace/no-attach-trace.c: New file.
13775 * gdb.trace/no-attach-trace.exp: New file.
13776
13777 2015-02-09 Mark Wielaard <mjw@redhat.com>
13778
13779 * gdb.dwarf2/atomic.c: New file.
13780 * gdb.dwarf2/atomic-type.exp: Likewise.
13781
13782 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13783
13784 * gdb.btrace/buffer-size.exp: Update "info record" output.
13785 * gdb.btrace/delta.exp: Update "info record" output.
13786 * gdb.btrace/enable.exp: Update "info record" output.
13787 * gdb.btrace/finish.exp: Update "info record" output.
13788 * gdb.btrace/instruction_history.exp: Update "info record" output.
13789 * gdb.btrace/next.exp: Update "info record" output.
13790 * gdb.btrace/nexti.exp: Update "info record" output.
13791 * gdb.btrace/step.exp: Update "info record" output.
13792 * gdb.btrace/stepi.exp: Update "info record" output.
13793 * gdb.btrace/nohist.exp: Update "info record" output.
13794
13795 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13796
13797 * gdb.btrace/buffer-size: New.
13798
13799 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13800
13801 * gdb.btrace/delta.exp: Update "info record" output.
13802 * gdb.btrace/enable.exp: Update "info record" output.
13803 * gdb.btrace/finish.exp: Update "info record" output.
13804 * gdb.btrace/instruction_history.exp: Update "info record" output.
13805 * gdb.btrace/next.exp: Update "info record" output.
13806 * gdb.btrace/nexti.exp: Update "info record" output.
13807 * gdb.btrace/step.exp: Update "info record" output.
13808 * gdb.btrace/stepi.exp: Update "info record" output.
13809 * gdb.btrace/nohist.exp: Update "info record" output.
13810
13811 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13812
13813 PR gdb/15678
13814 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13815
13816 2015-02-06 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13819 macro.
13820 (seconds_left, again): New globals.
13821 (main): Wait seconds_left in a 1-second sleep loop instead of
13822 sleeping 180 seconds. If 'again' is set, reset the seconds
13823 counter.
13824 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13825 'again' in the inferior before detaching. Print the seconds left.
13826 (options): New global.
13827 (top level): Build program with -DTIMEOUT=$timeout.
13828
13829 2015-02-06 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13832 determine how many seconds to pass to 'alarm'.
13833 * gdb.base/gdb-sigterm.exp (top level): Build program with
13834 -DTIMEOUT=$timeout.
13835 (do_test): Return success/failure indication. Add more verbose
13836 logging. Don't fail if 200 single steps are seen. Instead, fail
13837 when the test times out.
13838 (passes): New global.
13839 (top level): Break the testing loop if testing fails on any
13840 iteration. Use gdb_assert.
13841
13842 2015-02-04 Don Breazeal <donb@codesourcery.com>
13843
13844 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13845 and initialize them.
13846 (ipc_cleanup): New function.
13847 (main): Don't declare shmid, semid, and msqid. Add a call to
13848 atexit so that we call ipc_cleanup on exit.
13849
13850 2015-02-04 Pedro Alves <palves@redhat.com>
13851
13852 * boards/native-extended-gdbserver.exp: Remove any target variant
13853 specifications from the board name before clearing the isremote
13854 flag from board_info.
13855
13856 2015-01-31 Doug Evans <xdje42@gmail.com>
13857
13858 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13859
13860 2015-01-31 Gary Benson <gbenson@redhat.com>
13861
13862 * gdb.base/completion.exp: Disable completion limiting for
13863 existing tests. Add new tests to check completion limiting.
13864 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13865
13866 2015-01-31 Doug Evans <xdje42@gmail.com>
13867
13868 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13869
13870 2015-01-31 Doug Evans <xdje42@gmail.com>
13871
13872 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13873 entries. Duplicate file section script entries.
13874 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13875 inlined entries. Add test for safe-path rejection.
13876 * gdb.python/py-section-script.c: Add duplicate inlined section script
13877 entries. Duplicate file section script entries.
13878 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13879 inlined entries. Add test for safe-path rejection.
13880
13881 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13882
13883 * gdb.ada/disc_arr_bound: New testcase.
13884
13885 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13886
13887 * gdb.ada/mi_var_array: New testcase.
13888
13889 2015-01-27 Doug Evans <dje@google.com>
13890
13891 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13892 Add test for objfile.filename, objfile.username after objfile
13893 has been unloaded.
13894
13895 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13896
13897 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13898 the second test to print the name attribute of value
13899 returned by the call to gdb.lookup_type, and adjust
13900 the expected output accordingly.
13901
13902 2015-01-25 Mark Wielaard <mjw@redhat.com>
13903
13904 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13905 * gdb.base/disp-step-fork.c: Include unistd.h.
13906 * gdb.base/siginfo-obj.c: Include stdio.h.
13907 * gdb.base/siginfo-thread.c: Likewise.
13908 * gdb.mi/non-stop.c: Include unistd.h.
13909 * gdb.mi/nsthrexec.c: Include stdio.h.
13910 * gdb.mi/pthreads.c: Include unistd.h.
13911 * gdb.modula2/unbounded1.c (main): Declare returns int.
13912 * gdb.reverse/consecutive-reverse.c: Likewise.
13913 * gdb.threads/create-fail.c: Include unistd.h.
13914 * gdb.threads/killed.c: Likewise.
13915 * gdb.threads/linux-dp.c: Likewise.
13916 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13917 * gdb.threads/non-ldr-exc-2.c: Likewise.
13918 * gdb.threads/non-ldr-exc-3.c: Likewise.
13919 * gdb.threads/non-ldr-exc-4.c: Likewise.
13920 * gdb.threads/pthreads.c: Include unistd.h.
13921 (main): Declare returns int.
13922 * gdb.threads/tls-main.c (foo): New declaration.
13923 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13924
13925 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13926
13927 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13928 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13929
13930 2015-01-15 Mark Wielaard <mjw@redhat.com>
13931
13932 * gdb.base/noreturn-return.c: New file.
13933 * gdb.base/noreturn-return.exp: New file.
13934 * gdb.base/noreturn-finish.c: New file.
13935 * gdb.base/noreturn-finish.exp: New file.
13936
13937 2015-01-23 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.threads/continue-pending-after-query.c: New file.
13940 * gdb.threads/continue-pending-after-query.exp: New file.
13941
13942 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13943 Simon Marchi <simon.marchi@ericsson.com>
13944
13945 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13946 * gdb.base/valgrind-db-attach.exp: Same.
13947 * gdb.base/valgrind-infcall.exp: Same.
13948 * lib/mi-support.exp (default_mi_gdb_start): Same.
13949 * lib/prompt.exp (default_prompt_gdb_start): Same.
13950 * lib/gdb.exp (default_gdb_spawn): Same.
13951 (gdb_interact): New.
13952
13953
13954 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13955
13956 * gdb.compile/compile.exp (pointer to jit function): New test.
13957
13958 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13959
13960 * lib/gdb.exp (supports_process_record): Return true for
13961 powerpc*-*-linux*.
13962 (supports_reverse): Likewise.
13963
13964 2015-01-15 Don Breazeal <donb@codesourcery.com>
13965
13966 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13967 instead of checking whether the target board is remote and
13968 use spawn_wait_for_attach instead of exec/sleep.
13969 * gdb.base/attach-twice.exp: Likewise.
13970
13971 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13972
13973 * gdb.ada/var_arr_attrs: New testcase.
13974
13975 2015-01-14 Pedro Alves <palves@redhat.com>
13976 Joel Brobecker <brobecker@adacore.com>
13977
13978 PR gdb/17525
13979 * gdb.base/bp-cmds-execution-x-script.c: New file.
13980 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13981 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13982
13983 2015-01-14 Pedro Alves <palves@redhat.com>
13984
13985 PR cli/17828
13986 * gdb.base/batch-preserve-term-settings.c: New file.
13987 * gdb.base/batch-preserve-term-settings.exp: New file.
13988
13989 2015-01-13 Doug Evans <dje@google.com>
13990
13991 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13992 binary.
13993
13994 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13995
13996 * Makefile.in (clean mostlyclean): Do not delete *.py.
13997
13998 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13999
14000 * gdb.python/py-lookup-type.exp: New file.
14001
14002 2015-01-12 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14005 restore GDBFLAGS before returning.
14006
14007 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14008
14009 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14010 is_amd64_regs_target and is_x86_like_target.
14011
14012 2015-01-11 Doug Evans <xdje42@gmail.com>
14013
14014 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14015 is given without an explicit form.
14016 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14017 attributes.
14018 * gdb.dwarf/corrupt.exp: Ditto.
14019 * gdb.dwarf2/enum-type.exp: Ditto.
14020 * gdb.trace/entry-values.exp: Ditto.
14021 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14022
14023 2015-01-11 Doug Evans <xdje42@gmail.com>
14024
14025 PR gdb/15830
14026 * gdb.base/maint.exp: Remove references to "maint demangle".
14027 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14028 Add tests for explicitly specifying language to demangle.
14029 * gdb.dlang/demangle.exp: Ditto.
14030
14031 2015-01-09 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.threads/non-stop-fair-events.c: New file.
14034 * gdb.threads/non-stop-fair-events.exp: New file.
14035
14036 2015-01-09 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14039 the global scope. Set a breakpoint after all threads are started
14040 rather than stepping over two source lines. Expect the prompt.
14041 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14042 global.
14043 (NUM): Now 15.
14044 (main): Use threads_started_barrier to wait for all threads to
14045 start. Main thread no longer calls thread_function. Exit after
14046 180 seconds.
14047 (loop): New function.
14048 (thread_function): Wait on threads_started_barrier barrier. Call
14049 'loop' at each iteration.
14050 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14051 threads have started, instead of hardcoding number of "next"
14052 steps. Use an access watchpoint instead of a write watchpoint.
14053
14054 2015-01-09 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14057 (thread_func): Wait on barrier.
14058 (main): Wait for all threads to start before stopping GDB.
14059 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14060 global.
14061 (thread1_func, thread2_func): Wait on barrier.
14062 (main): Wait for all threads to start before stopping GDB.
14063 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14064 New global.
14065 (thread1_func, thread2_func): Wait on barrier.
14066 (main): Wait for all threads to start before stopping GDB.
14067
14068 2015-01-09 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.threads/attach-many-short-lived-threads.c: New file.
14071 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14072
14073 2014-01-09 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14076 instead of to thread 2.
14077 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14078 Add barrier around each pthread_create call instead of around all
14079 calls.
14080 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14081 Set a break on thread_function and have the child threads hit it
14082 one at at a time.
14083
14084 2015-01-09 Pedro Alves <palves@redhat.com>
14085
14086 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14087 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14088 false.
14089 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14090 checking whether the target board is remote.
14091 * gdb.multi/multi-attach.exp: Likewise.
14092 * gdb.python/py-sync-interp.exp: Likewise.
14093 * gdb.server/ext-attach.exp: Likewise.
14094 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14095 tests that need to attach, instead of checking whether the target
14096 board is remote at the top of the file.
14097
14098 2015-01-08 Yao Qi <yao@codesourcery.com>
14099
14100 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14101
14102 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14103
14104 Fix testcase compilation.
14105 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14106
14107 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14108
14109 * gdb.python/py-type.exp: Add a couple test about empty
14110 array creation, and negative-length array creation.
14111
14112 2015-01-02 Doug Evans <xdje42@gmail.com>
14113
14114 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14115
14116 2015-01-02 Doug Evans <dje@google.com>
14117
14118 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14119
14120 2014-12-29 Yao Qi <yao@codesourcery.com>
14121
14122 * gdb.trace/entry-values.exp: Update comments. Rename variable
14123 bar_call_foo to returned_from_foo.
14124
14125 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14126
14127 PR gdb/17394
14128 * gdb.linespec/break-asm-file.c: New file.
14129 * gdb.linespec/break-asm-file.exp: New file.
14130 * gdb.linespec/break-asm-file0.s: New file.
14131 * gdb.linespec/break-asm-file1.s: New file.
14132
14133 2014-12-18 Nigel Stephens <nigel@mips.com>
14134 Maciej W. Rozycki <macro@codesourcery.com>
14135
14136 * gdb.base/float.exp: Handle the new output from "info float" on
14137 MIPS targets.
14138
14139 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14140
14141 Fix MinGW compilation.
14142 * gdb.compile/compile-ops.exp: Update untested message if
14143 !skip_compile_feature_tests.
14144 * gdb.compile/compile-setjmp.exp: Likewise.
14145 * gdb.compile/compile-tls.exp: Likewise.
14146 * gdb.compile/compile.exp: Likewise.
14147 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14148 supported on this host".
14149
14150 2014-12-16 Doug Evans <xdje42@gmail.com>
14151
14152 * boards/stabs.exp: New file.
14153
14154 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14155
14156 * gdb.base/completion.exp: Adjust to format changes of "maint
14157 print user-registers".
14158
14159 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14160
14161 PR server/17457
14162 * gdb.arch/aarch64-fp.c: New file.
14163 * gdb.arch/aarch64-fp.exp: New file.
14164
14165 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14166
14167 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14168 r210637, r210913, r211666, r215400, r215817).
14169
14170 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14171 * dg-extract-results.py: New file.
14172 * dg-extract-results.sh: Use it if the environment seems
14173 suitable.
14174
14175 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14176
14177 * dg-extract-results.py (parse_run): Handle warnings that
14178 are printed before a test harness is run.
14179
14180 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14181
14182 * dg-extract-results.py (Named): Remove __cmp__ method.
14183 (output_variation): Use a key to sort variation.harnesses.
14184
14185 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14186
14187 * dg-extract-results.py: For Python 3, force sys.stdout to
14188 handle surrogate escape sequences.
14189 (safe_open): New function.
14190 (output_segment, main): Use it.
14191
14192 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14193
14194 * dg-extract-results.py (Prog.result_re): Include options
14195 in test name.
14196
14197 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14198
14199 * dg-extract-results.py (output_variation): Always sort if
14200 do_sum.
14201
14202 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14203
14204 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14205 as long as we get pagination notifications.
14206
14207 2014-12-15 Jason Merrill <jason@redhat.com>
14208
14209 * Makefile.in (check-gdb.%): Restore.
14210 * README: Mention it.
14211
14212 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14213
14214 * gdb.ada/str_uninit: New testcase.
14215
14216 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14217
14218 PR symtab/17642
14219 * gdb.base/vla-stub-define.c: New file.
14220 * gdb.base/vla-stub.c: New file.
14221 * gdb.base/vla-stub.exp: New file.
14222
14223 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14224 Jan Kratochvil <jan.kratochvil@redhat.com>
14225 Tom Tromey <tromey@redhat.com>
14226
14227 * configure.ac: Add gdb.compile/.
14228 * configure: Regenerate.
14229 * gdb.compile/Makefile.in: New file.
14230 * gdb.compile/compile-ops.exp: New file.
14231 * gdb.compile/compile-ops.c: New file.
14232 * gdb.compile/compile-tls.c: New file.
14233 * gdb.compile/compile-tls.exp: New file.
14234 * gdb.compile/compile-constvar.S: New file.
14235 * gdb.compile/compile-constvar.c: New file.
14236 * gdb.compile/compile-mod.c: New file.
14237 * gdb.compile/compile-nodebug.c: New file.
14238 * gdb.compile/compile-setjmp-mod.c: New file.
14239 * gdb.compile/compile-setjmp.c: New file.
14240 * gdb.compile/compile-setjmp.exp: New file.
14241 * gdb.compile/compile-shlib.c: New file.
14242 * gdb.compile/compile.c: New file.
14243 * gdb.compile/compile.exp: New file.
14244 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14245
14246 2014-12-12 Tom Tromey <tromey@redhat.com>
14247
14248 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14249 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14250
14251 2014-12-12 Doug Evans <dje@google.com>
14252
14253 * lib/gdb-python.exp (get_python_valueof): New function.
14254 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14255
14256 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14257
14258 * gdb.base/completion.exp: Add test for completion of "info
14259 registers ".
14260
14261 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14262
14263 * gdb.base/func-ptrs.c: New file.
14264 * gdb.base/func-ptrs.exp: New file.
14265
14266 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14267
14268 PR breakpoints/17012
14269 * gdb.base/dprintf-detach.c: New file.
14270 * gdb.base/dprintf-detach.exp: New file.
14271
14272 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14273
14274 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14275 * lib/gdb.exp (target_is_gdbserver): New procedure.
14276
14277 2014-12-08 Doug Evans <dje@google.com>
14278
14279 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14280
14281 2014-12-05 Yao Qi <yao@codesourcery.com>
14282
14283 * gdb.guile/scm-error.exp: Remove the third argument to
14284 gdb_remote_download.
14285 * gdb.guile/scm-frame-args.exp: Likewise.
14286 * gdb.guile/scm-section-script.exp: Likewise.
14287
14288 2014-12-05 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14291
14292 2014-12-04 Doug Evans <dje@google.com>
14293
14294 * gdb.python/py-objfile.exp: Add tests for
14295 objfile.add_separate_debug_file.
14296
14297 2014-12-04 Doug Evans <dje@google.com>
14298
14299 * lib/gdb.exp (get_build_id): New function.
14300 (build_id_debug_filename_get): Rewrite to use it.
14301 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14302
14303 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14304
14305 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14306 `method(long)', not just 0x0.
14307 * gdb.cp/nsalias.exp: Align code labels to 4.
14308 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14309 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14310 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14311 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14312 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14313 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14314
14315 2014-12-02 Doug Evans <dje@google.com>
14316
14317 PR symtab/17602
14318 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14319 * gdb.cp/anon-ns2.cc: ... here. New file.
14320 * gdb.cp/anon-ns.exp: Update.
14321
14322 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14323
14324 * gdb.python/py-events.py (inferior_call_handler): New.
14325 (register_changed_handler, memory_changed_handler): New.
14326 (test_events.invoke): Register new handlers.
14327 * gdb.python/py-events.exp: Add tests for inferior call,
14328 memory_changed and register_changed events.
14329
14330 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14331
14332 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14333 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14334 if the linker doesn't understand this.
14335
14336 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14337
14338 * gdb.python/python.exp: Change expected reply to help().
14339
14340 2014-12-01 Yao Qi <yao@codesourcery.com>
14341
14342 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14343 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14344 * configure: Re-generated.
14345
14346 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14347
14348 * gdb.cp/chained-calls.cc: New file.
14349 * gdb.cp/chained-calls.exp: New file.
14350 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14351
14352 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14353
14354 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14355 * gdb.dwarf2/symtab-producer.exp: Same.
14356 * gdb.gdb/python-interrupts.exp: Same.
14357 * gdb.gdb/python-selftest.exp: Same.
14358 * gdb.python/py-linetable.exp: Same.
14359 * gdb.python/py-type.exp: Same.
14360 * gdb.python/py-value-cc.exp: Same.
14361 * gdb.python/py-value.exp: Same.
14362
14363 2014-11-28 Yao Qi <yao@codesourcery.com>
14364
14365 * gdb.base/break-probes.exp: Match library name prefixed with
14366 sysroot.
14367
14368 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14369
14370 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14371 test expected output. Add parentheses for the call to print.
14372 Remove L suffix from integers.
14373
14374 2014-11-26 Doug Evans <dje@google.com>
14375
14376 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14377
14378 2014-11-22 Yao Qi <yao@codesourcery.com>
14379
14380 * gdb.trace/entry-values.c: Remove asms.
14381 (foo): Add foo_label.
14382 (bar): Add bar_label.
14383 * gdb.trace/entry-values.exp: Remove code computing foo's
14384 length and bar's length.
14385 (Dwarf::assemble): Invoke function_range for bar and use
14386 MACRO_AT_func for foo.
14387
14388 2014-11-22 Yao Qi <yao@codesourcery.com>
14389
14390 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14391 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14392 Use .Lgcc43_procstart instead of gcc43.
14393
14394 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14395
14396 * gdb.ada/n_arr_bound: New testcase.
14397
14398 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14399
14400 PR breakpoints/10737
14401 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14402 test_catch_syscall_multi_arch.
14403 (test_catch_syscall_multi_arch): New function.
14404
14405 2014-11-20 Doug Evans <xdje42@gmail.com>
14406
14407 * gdb.base/maint.exp: Update expected output.
14408
14409 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14410
14411 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14412 4-byte instruction on S390.
14413
14414 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14415
14416 * gdb.ada/arr_arr: New testcase.
14417
14418 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14419
14420 * gdb.ada/pkd_arr_elem: New Testcase.
14421
14422 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14423
14424 * gdb.reverse/break-precsave: Expect completion message for
14425 core file reads.
14426 * gdb.reverse/consecutive-precsave.exp: Likewise.
14427 * gdb.reverse/finish-precsave.exp: Likewise.
14428 * gdb.reverse/i386-precsave.exp: Likewise.
14429 * gdb.reverse/machinestate-precsave.exp: Likewise.
14430 * gdb.reverse/sigall-precsave.exp: Likewise.
14431 * gdb.reverse/solib-precsave.exp: Likewise.
14432 * gdb.reverse/step-precsave.exp: Likewise.
14433 * gdb.reverse/until-precsave.exp: Likewise.
14434 * gdb.reverse/watch-precsave.exp: Likewise.
14435
14436 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14437
14438 * gdb.base/bp-permanent.c: Include unistd.h.
14439 * gdb.python/py-framefilter-mi.c (main): Add return type.
14440 * gdb.python/py-framefilter.c (main): Likewise.
14441 * gdb.trace/actions-changed.c (main): Likewise.
14442
14443 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14444
14445 * gdb.mi/until.c: Add eye-catchers.
14446 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14447 line numbers.
14448
14449 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14450
14451 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14452 function header variants in break1.c.
14453 * gdb.base/ena-dis-br.exp: Likewise.
14454 * gdb.base/hbreak2.exp: Likewise.
14455 * gdb.reverse/until-precsave.exp: Drop references to removed
14456 non-prototype function header variants in ur1.c.
14457 * gdb.reverse/until-reverse.exp: Likewise.
14458
14459 2014-11-17 Petr Machata <pmachata@redhat.com>
14460
14461 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14462 ${_cu_offset_size} bytes abbrev offset.
14463
14464 2014-11-15 Doug Evans <xdje42@gmail.com>
14465
14466 PR symtab/17559
14467 * gdb.base/line-symtabs.exp: New file.
14468 * gdb.base/line-symtabs.c: New file.
14469 * gdb.base/line-symtabs.h: New file.
14470
14471 2014-11-14 Yao Qi <yao@codesourcery.com>
14472
14473 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14474 (func): Add label func_label.
14475 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14476 Replace low_pc and high_pc with MACRO_AT_range.
14477 Replace name, low_pc and high_pc with MACRO_AT_func.
14478
14479 2014-11-14 Yao Qi <yao@codesourcery.com>
14480
14481 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14482 Replace name, low_pc and high_pc with MACRO_AT_func.
14483
14484 2014-11-14 Yao Qi <yao@codesourcery.com>
14485
14486 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14487 produce debug information.
14488 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14489
14490 2014-11-14 Yao Qi <yao@codesourcery.com>
14491
14492 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14493 object and get function length.
14494 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14495 with MACRO_AT_func.
14496 (top-level): Replace gdb_compile and clean_restart with
14497 prepare_for_testing.
14498 * gdb.dwarf2/main.c (main): Add label main_label.
14499
14500 2014-11-14 Yao Qi <yao@codesourcery.com>
14501
14502 * lib/dwarf.exp (function_range): New procedure.
14503 (Dwarf::_handle_macro_at_func): New procedure.
14504 (Dwarf::_handle_macro_at_range): New procedure.
14505 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14506
14507 2014-11-14 Yao Qi <yao@codesourcery.com>
14508
14509 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14510 (_handle_attribute): New procedure.
14511
14512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14513
14514 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14515 * gdb.base/call-sc.c (zed): Likewise.
14516 * gdb.base/checkpoint.c (main): Likewise.
14517 * gdb.base/dump.c (main): Likewise.
14518 * gdb.base/gcore.c (main): Likewise.
14519 * gdb.base/huge.c (main): Likewise.
14520 * gdb.base/multi-forks.c (main): Likewise.
14521 * gdb.base/pr10179-a.c (main): Likewise.
14522 * gdb.base/savedregs.c (main): Likewise.
14523 * gdb.base/sigaltstack.c (main): Likewise.
14524 * gdb.base/siginfo.c (main): Likewise.
14525 * gdb.base/structs.c (zed): Likewise.
14526 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14527 * gdb.mi/mi-syn-frame.c (main): Likewise.
14528 * gdb.mi/until.c (foo, main): Likewise.
14529 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14530 * gdb.base/solib-weak.c (foo): Declare.
14531 * gdb.base/attach-twice.c: Include stdio.h.
14532 * gdb.base/weaklib1.c: Likewise.
14533 * gdb.base/weaklib2.c: Likewise.
14534 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14535 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14536 unistd.h.
14537 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14538 * gdb.mi/mi-exit-code.c: Likewise.
14539 * gdb.base/break-interp-lib.c: Include string.h.
14540 * gdb.base/coremaker.c: Likewise.
14541 * gdb.base/testenv.c: Likewise.
14542 * gdb.python/py-finish-breakpoint.c: Likewise.
14543 * gdb.base/inferior-died.c: Include sys/wait.h.
14544 * gdb.base/fileio.c: Include time.h.
14545 * gdb.base/async-shell.c: Include unistd.h.
14546 * gdb.base/dprintf-non-stop.c: Likewise.
14547 * gdb.base/info-os.c: Likewise.
14548 * gdb.mi/mi-console.c: Likewise.
14549 * gdb.mi/watch-nonstop.c: Likewise.
14550 * gdb.python/py-events.c: Likewise.
14551 * gdb.base/async.c (baz): Move up before its invocation.
14552 * gdb.base/code_elim2.c (my_global_func): Likewise.
14553 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14554 * gdb.base/advance.c (func2): Likewise.
14555
14556 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14557
14558 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14559 variant.
14560 * gdb.base/annota3.c: Likewise.
14561 * gdb.base/async.c: Likewise.
14562 * gdb.base/average.c: Likewise.
14563 * gdb.base/call-ar-st.c: Likewise.
14564 * gdb.base/call-rt-st.c: Likewise.
14565 * gdb.base/call-sc.c: Likewise.
14566 * gdb.base/call-strs.c: Likewise.
14567 * gdb.base/ending-run.c: Likewise.
14568 * gdb.base/execd-prog.c: Likewise.
14569 * gdb.base/exprs.c: Likewise.
14570 * gdb.base/foll-exec.c: Likewise.
14571 * gdb.base/foll-fork.c: Likewise.
14572 * gdb.base/foll-vfork.c: Likewise.
14573 * gdb.base/funcargs.c: Likewise.
14574 * gdb.base/gcore.c: Likewise.
14575 * gdb.base/jump.c: Likewise.
14576 * gdb.base/langs0.c: Likewise.
14577 * gdb.base/langs1.c: Likewise.
14578 * gdb.base/langs2.c: Likewise.
14579 * gdb.base/mips_pro.c: Likewise.
14580 * gdb.base/nodebug.c: Likewise.
14581 * gdb.base/opaque0.c: Likewise.
14582 * gdb.base/opaque1.c: Likewise.
14583 * gdb.base/recurse.c: Likewise.
14584 * gdb.base/run.c: Likewise.
14585 * gdb.base/scope0.c: Likewise.
14586 * gdb.base/scope1.c: Likewise.
14587 * gdb.base/setshow.c: Likewise.
14588 * gdb.base/setvar.c: Likewise.
14589 * gdb.base/shmain.c: Likewise.
14590 * gdb.base/shr1.c: Likewise.
14591 * gdb.base/shr2.c: Likewise.
14592 * gdb.base/sigall.c: Likewise.
14593 * gdb.base/signals.c: Likewise.
14594 * gdb.base/so-indr-cl.c: Likewise.
14595 * gdb.base/solib2.c: Likewise.
14596 * gdb.base/structs.c: Likewise.
14597 * gdb.base/sum.c: Likewise.
14598 * gdb.base/vforked-prog.c: Likewise.
14599 * gdb.base/watchpoint.c: Likewise.
14600 * gdb.reverse/shr2.c: Likewise.
14601 * gdb.reverse/until-reverse.c: Likewise.
14602 * gdb.reverse/ur1.c: Likewise.
14603 * gdb.reverse/watch-reverse.c: Likewise.
14604
14605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14606
14607 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14608 variant.
14609 * gdb.base/sepdebug.exp: Drop references to removed code.
14610
14611 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14612
14613 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14614 variant. Preserve original line numbering.
14615 * gdb.base/list1.c: Likewise.
14616
14617 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14618
14619 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14620 variant.
14621 * gdb.base/break1.c: Likewise.
14622 * gdb.base/break.exp: Drop references to removed code.
14623
14624 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14625
14626 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14627 variant.
14628
14629 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14630
14631 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14632
14633 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14634
14635 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14636 logic into perform_all_tests() and invoke it with and without
14637 function header prototypes.
14638 (do_function_calls): Remove conditional XFAIL for PR 5318.
14639 (rerun_and_prepare): Remove duplicate code.
14640 (perform_all_tests): New. Main logic moved here.
14641
14642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14643
14644 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14645 code guarded by #ifdef NO_PROTOTYPES.
14646 (t_double_many_args): Likewise.
14647 (DEF_FUNC_MANY_ARGS_1): Likewise.
14648 (DEF_FUNC_VALUES_1): Likewise.
14649 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14650 guarded by #ifdef PROTOTYPES.
14651
14652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14653
14654 * gdb.mi/mi-console.c: Add eye-catcher.
14655 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14656 instead of literal line number.
14657
14658 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14659
14660 * gdb.base/shr2.c: Add eye-catcher.
14661 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14662 line number.
14663
14664 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14665
14666 * gdb.base/jump.c: Add eye-catchers.
14667 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14668 numbers.
14669
14670 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14671
14672 * gdb.base/execd-prog.c: Add eye-catchers.
14673 * gdb.base/foll-exec.c: Likewise.
14674 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14675 line numbers.
14676
14677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14678
14679 * gdb.base/ending-run.c: Add eye-catchers.
14680 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14681 literal line numbers.
14682
14683 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14684
14685 * gdb.base/call-rt-st.c: Add eye-catchers.
14686 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14687 literal line numbers.
14688
14689 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14690
14691 * gdb.base/call-ar-st.c: Add eye-catchers.
14692 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14693 literal line numbers.
14694
14695 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14696
14697 * gdb.base/average.c: Add eye-catchers.
14698 * gdb.base/sum.c: Likewise.
14699 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14700 regexps dynamically.
14701
14702 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14703
14704 * gdb.base/solib1.c: Add eye-catchers.
14705 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14706 literal line numbers.
14707
14708 2014-11-12 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14711 leader has exited.
14712
14713 2014-11-12 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.arch/i386-bp_permanent.c: New file.
14716 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14717 (srcfile): Set to i386-bp_permanent.c.
14718 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14719 that stepi does not execute the 'leave' instruction, instead of
14720 testing it does execute.
14721 * gdb.base/bp-permanent.c: New file.
14722 * gdb.base/bp-permanent.exp: New file.
14723
14724 2014-11-10 Doug Evans <xdje42@gmail.com>
14725
14726 PR symtab/17564
14727 * gdb.base/symtab-search-order.exp: New file.
14728 * gdb.base/symtab-search-order.c: New file.
14729 * gdb.base/symtab-search-order-1.c: New file.
14730 * gdb.base/symtab-search-order-shlib-1.c: New file.
14731
14732 2014-11-07 Pedro Alves <palves@redhat.com>
14733
14734 PR gdb/17511
14735 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14736 i?86-*-linux*.
14737
14738 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14739
14740 PR c++/17494
14741 * gdb.cp/pr17494.cc: New file.
14742 * gdb.cp/pr17494.exp: New file.
14743
14744 2014-11-02 Yao Qi <yao@codesourcery.com>
14745
14746 * gdb.python/python.exp: Get working directory and match the
14747 output of "set extended-prompt \\w " with it.
14748
14749 2014-10-30 Doug Evans <dje@google.com>
14750
14751 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14752 in objfiles.
14753 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14754 in progspaces.
14755
14756 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14757
14758 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14759 * gdb.base/realname-expand.exp: Likewise.
14760 * gdb.linespec/macro-relative.exp: Likewise.
14761
14762 2014-10-29 Pedro Alves <palves@redhat.com>
14763
14764 PR gdb/17408
14765 * gdb.threads/schedlock.c (some_function): New function.
14766 (call_function): New global.
14767 (MAYBE_CALL_SOME_FUNCTION): New macro.
14768 (thread_function): Call it.
14769 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14770 and use it instead of a global counter. Adjust all callers.
14771 (get_current_thread): Use "find current thread" for test message
14772 here rather than having all callers pass down the same string.
14773 (goto_loop): New procedure, factored out from ...
14774 (my_continue): ... this.
14775 (step_ten_loops): Change parameter from test message to command to
14776 use. Adjust.
14777 (list_count): Delete global.
14778 (check_result): New procedure, factored out from duplicate top
14779 level code.
14780 (continue tests): Wrap in with_test_prefix.
14781 (test_step): New procedure, factored out from duplicate top level
14782 code.
14783 (top level): Test "step" in combination with all scheduler-locking
14784 modes. Test "next" in combination with all scheduler-locking
14785 modes, and in combination with stepping over a function call or
14786 not.
14787 * gdb.threads/next-bp-other-thread.c: New file.
14788 * gdb.threads/next-bp-other-thread.exp: New file.
14789
14790 2014-10-29 Pedro Alves <palves@redhat.com>
14791
14792 PR python/17372
14793 * gdb.python/python.exp: Test a multi-line command that spawns
14794 interactive Python.
14795 * gdb.base/multi-line-starts-subshell.exp: New file.
14796
14797 2014-10-29 Yao Qi <yao@codesourcery.com>
14798
14799 * gdb.base/fileio.exp: Make directories on host.
14800
14801 2014-10-29 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.base/fileio.c (test_write): Close the file.
14804
14805 2014-10-28 Pedro Alves <palves@redhat.com>
14806
14807 PR gdb/12623
14808 * gdb.base/sigstep.c (no_handler): New global.
14809 (main): If 'no_handler is true, set the signal handlers to
14810 SIG_IGN.
14811 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14812 with_sw_watch and no_handler parameters. Handle them.
14813 (top level) <stepping over handler when stopped at a breakpoint
14814 test>: Add a test axis for testing with a software watchpoint, and
14815 another for testing with the signal handler set to SIG_IGN.
14816 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14817 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14818
14819 2014-10-28 Pedro Alves <palves@redhat.com>
14820
14821 PR gdb/17511
14822 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14823 * gdb.base/sigstep.exp (other_handler_location): New global.
14824 (advance): Support stepping into the signal handler, and running
14825 commands while in the handler.
14826 (in_handler_map): New global.
14827 (top level): In the advance test, add combinations for getting
14828 into the handler with stepping commands, and for running commands
14829 in the handler. Add comment descripting the advancei tests.
14830
14831 2014-10-28 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.base/sigstep.exp: Use build_executable instead of
14834 prepare_for_testing.
14835 (top level): Move code that starts GDB, runs to main and creates a
14836 display to ...
14837 (restart): ... this new procedure.
14838 (top level): Move backtrace from signal handler test to ...
14839 (validate_backtrace): ... this new procedure.
14840 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14841 with_test_prefix. Always restart GDB.
14842 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14843 with_test_prefix. Always restart GDB. No need to delete
14844 breakpoints after the test.
14845 (test_skip_handler): Remove prefix parameter.
14846 (skip_over_handler, breakpoint_to_handler)
14847 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14848 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14849 restart GDB. No need to delete breakpoints after the test.
14850 (top level): Use foreach to call the test procedures with
14851 different commands.
14852
14853 2014-10-28 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14856 instead of GNATS numbers.
14857 * gdb.base/sigbpt.exp: Likewise.
14858 * gdb.base/siginfo.exp: Likewise.
14859 * gdb.base/sigstep.exp: Likewise.
14860
14861 2014-10-27 Pedro Alves <palves@redhat.com>
14862
14863 * gdb.base/sigstep.c (dummy): New global.
14864 (main): Issue a couple writes to the new global.
14865 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14866 procedures.
14867 (skip_over_handler): Use test_skip_handler.
14868 (top level): Call skip_over_handler for stepi and nexti too.
14869 (breakpoint_over_handler): Use test_skip_handler.
14870 (top level): Call breakpoint_over_handler for stepi and nexti too.
14871
14872 2014-10-27 Yao Qi <yao@codesourcery.com>
14873
14874 * gdb.trace/tfile.c (adjust_function_address)
14875 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14876 function descriptor.
14877
14878 2014-10-24 Don Breazeal <donb@codesourcery.com>
14879
14880 * gdb.base/foll-fork.exp (test_follow_fork,
14881 catch_fork_child_follow): Check for updated fork messages emitted
14882 from infrun.c.
14883 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14884 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14885 vfork_and_exec_child_follow_through_step): Check for updated vfork
14886 messages emitted from infrun.c.
14887
14888 2014-10-24 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/corefile.exp: Remove references to ultrix.
14891 * gdb.base/interrupt.exp: Likewise.
14892 * gdb.base/whatis.exp: Likewise.
14893 * gdb.gdb/selftest.exp: Likewise.
14894 * gdb.threads/manythreads.exp: Likewise.
14895 * gdb.threads/print-threads.exp: Likewise.
14896 * gdb.threads/pthreads.exp:: Likewise.
14897 * gdb.threads/schedlock.exp: Likewise.
14898
14899 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14900
14901 * gdb.cp/non-trivial-retval.cc: Add a test case.
14902 * gdb.cp/non-trivial-retval.exp: Add a test.
14903
14904 2014-10-20 Yao Qi <yao@codesourcery.com>
14905
14906 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14907 * gdb.python/py-objfile-script-gdb.py: New file.
14908 * gdb.python/py-objfile-script.exp: Update reference to
14909 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14910 of remote_download. Remove the dest file.
14911
14912 2014-10-20 Yao Qi <yao@codesourcery.com>
14913
14914 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14915 * gdb.base/step-line.exp: Likewise.
14916 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14917 * gdb.dwarf2/dw2-basic.exp: Likewise.
14918 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14919 * gdb.dwarf2/dw2-filename.exp: Likewise.
14920 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14921 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14922 * gdb.dwarf2/dw2-producer.exp: Likewise.
14923 * gdb.dwarf2/mac-fileno.exp: Likewise.
14924 * gdb.python/py-frame-args.exp: Likewise.
14925 * gdb.python/py-framefilter.exp: Likewise.
14926 * gdb.python/py-mi.exp: Likewise.
14927 * gdb.python/py-objfile-script.exp: Likewise
14928 * gdb.python/py-pp-integral.exp: Likewise.
14929 * gdb.python/py-pp-re-notag.exp: Likewise.
14930 * gdb.python/py-prettyprint.exp: Likewise.
14931 * gdb.python/py-section-script.exp: Likewise.
14932 * gdb.python/py-typeprint.exp: Likewise.
14933 * gdb.python/py-xmethods.exp: Likewise.
14934 * gdb.stabs/weird.exp: Likewise.
14935 * gdb.xml/tdesc-regs.exp: Likewise.
14936
14937 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14938
14939 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14940 (out_cu): Use addr_len for the size of addresses.
14941 (out_line): Likewise. Size DW_LNE_set_address instruction
14942 according to addr_len.
14943 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14944 (FUNC): Add START_INSNS to definition.
14945
14946 2014-10-18 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14949 gdb_has_argv0 return true.
14950 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14951 check [target_info exists noargs], check [gdb_has_argv0]
14952 instead.
14953 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14954 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14955 procedures.
14956
14957 2014-10-17 Doug Evans <dje@google.com>
14958
14959 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14960 event.
14961 * gdb.python/py-events.py: Add clear_objfiles event.
14962
14963 2014-10-17 Doug Evans <dje@google.com>
14964
14965 * gdb.python/py-objfile.exp: Test progspace attribute.
14966
14967 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14968
14969 * gdb.guile/scm-breakpoint.exp: Do not assume any
14970 directory separators when matching source file paths.
14971 * gdb.python/py-breakpoint.exp: Likewise.
14972 * gdb.reverse/break-precsave.exp: Likewise.
14973 * gdb.reverse/break-reverse.exp: Likewise.
14974 * gdb.reverse/consecutive-precsave.exp: Likewise.
14975 * gdb.reverse/finish-precsave.exp: Likewise.
14976 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14977 * gdb.reverse/finish-reverse.exp: Likewise.
14978 * gdb.reverse/i386-precsave.exp: Likewise.
14979 * gdb.reverse/i387-env-reverse.exp: Likewise.
14980 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14981 * gdb.reverse/machinestate-precsave.exp: Likewise.
14982 * gdb.reverse/machinestate.exp: Likewise.
14983 * gdb.reverse/sigall-precsave.exp: Likewise.
14984 * gdb.reverse/solib-precsave.exp: Likewise.
14985 * gdb.reverse/step-precsave.exp: Likewise.
14986 * gdb.reverse/until-precsave.exp: Likewise.
14987 * gdb.reverse/watch-precsave.exp: Likewise.
14988 * gdb.reverse/watch-reverse.exp: Likewise.
14989
14990 2014-10-17 Yao Qi <yao@codesourcery.com>
14991
14992 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14993 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14994
14995 2014-10-17 Pedro Alves <palves@redhat.com>
14996
14997 PR gdb/17471
14998 * gdb.base/bg-execution-repeat.c: New file.
14999 * gdb.base/bg-execution-repeat.exp: New file.
15000
15001 2014-10-17 Pedro Alves <palves@redhat.com>
15002
15003 PR gdb/17300
15004 * gdb.base/continue-all-already-running.c: New file.
15005 * gdb.base/continue-all-already-running.exp: New file.
15006
15007 2014-10-17 Pedro Alves <palves@redhat.com>
15008
15009 PR gdb/17472
15010 * gdb.base/annota-input-while-running.c: New file.
15011 * gdb.base/annota-input-while-running.exp: New file.
15012
15013 2014-10-17 Pedro Alves <palves@redhat.com>
15014
15015 * gdb.base/callfuncs.exp: emove references to osf.
15016 * gdb.base/sigall.exp: Likewise.
15017 * gdb.gdb/selftest.exp: Likewise.
15018 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15019 * gdb.mi/non-stop.c: Likewise.
15020 * gdb.mi/pthreads.c: Likewise.
15021 * gdb.reverse/sigall-precsave.exp: Likewise.
15022 * gdb.reverse/sigall-reverse.exp: Likewise.
15023 * gdb.threads/pthreads.c: Likewise.
15024 * gdb.threads/pthreads.exp: Likewise.
15025
15026 2014-10-17 Yao Qi <yao@codesourcery.com>
15027
15028 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15029 check 'target_info exists noargs'.
15030 (test_command_prompt_position): Likewise.
15031 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15032 Remove "set args".
15033 (progvar_simple_while_test): Likewise.
15034 (progvar_complex_if_while_test): Likewise.
15035 (if_while_breakpoint_command_test): Likewise.
15036 (infrun_breakpoint_command_test): Likewise.
15037 (breakpoint_command_test): Likewise.
15038 (watchpoint_command_test): Likewise.
15039 (bp_deleted_in_command_test): Likewise.
15040 (temporary_breakpoint_commands): Likewise.
15041
15042 2014-10-16 Yao Qi <yao@codesourcery.com>
15043
15044 * gdb.base/remotetimeout.exp: Remove noargs checking.
15045
15046 2014-10-15 Pedro Alves <palves@redhat.com>
15047
15048 PR breakpoints/9649
15049 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15050 * gdb.base/breakpoint-in-ro-region.exp
15051 (probe_target_hardware_step): New procedure.
15052 (top level): Probe hardware stepping and hardware breakpoint
15053 support. Test stepping through a read-only region, with both
15054 "breakpoint auto-hw" on and off and both "always-inserted" on and
15055 off.
15056
15057 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15058
15059 * gdb.dlang/demangle.exp: Update for demangling changes.
15060
15061 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15062
15063 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15064 * gdb.cp/non-trivial-retval.exp: Add new tests.
15065
15066 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15067
15068 PR c++/13403
15069 PR c++/15154
15070 * gdb.cp/non-trivial-retval.cc: New file.
15071 * gdb.cp/non-trivial-retval.exp: New file.
15072
15073 2014-10-15 Yao Qi <yao@codesourcery.com>
15074
15075 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15076 remote host.
15077
15078 2014-10-15 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.python/py-symbol.exp: Match file base name if host is
15081 remote, otherwise match file name with dir name.
15082 * gdb.python/py-symtab.exp: Likewise.
15083 * gdb.python/python.exp: Likewise.
15084
15085 2014-10-15 Yao Qi <yao@codesourcery.com>
15086
15087 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15088 pattern.
15089 * gdb.python/py-symtab.exp: Likewise.
15090 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15091 locationn.
15092
15093 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15094
15095 * gdb.ada/addr_arith: New testcase.
15096
15097 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15098
15099 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15100 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15101 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15102 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15103
15104 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15105
15106 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15107 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15108 * gdb.arch/stap-eval-lang-ada.exp: New file.
15109
15110 2014-10-14 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.mi/mi-var-child.c (nothing1): New function.
15113 (nothing2): New function.
15114 (do_children_tests): Set function pointers by nothing1 and
15115 nothing2.
15116 * gdb.mi/mi-var-child.exp: Step over new added statements.
15117 Update test to match the new output.
15118 * gdb.mi/var-cmd.c (nothing1): New function.
15119 (nothing2): New function.
15120 (do_children_tests): Set function pointers by nothing1 and
15121 nothing2.
15122 * gdb.mi/mi-var-display.exp: Update test to match output.
15123 Step to the line specified by $line_dct_nothing.
15124 Increase the number of lines to step.
15125
15126 2014-10-14 Yao Qi <yao@codesourcery.com>
15127
15128 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15129 tests.
15130 * gdb.mi/mi2-var-child.exp: Likewise.
15131
15132 2014-10-13 Doug Evans <dje@google.com>
15133
15134 * gdb.python/py-objfile.exp: Change name of file name test.
15135
15136 2014-10-13 Doug Evans <dje@google.com>
15137
15138 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15139 from the start of the CU.
15140
15141 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15142 Yao Qi <yao@codesourcery.com>
15143
15144 Fix "save breakpoints" for "catch" command.
15145 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15146 Remove -nonewline. Match also the added "main" line.
15147
15148 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15149
15150 Fix "save breakpoints" for "disable $bpnum" command.
15151 * gdb.base/save-bp.c (main): Add label.
15152 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15153
15154 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15155
15156 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15157
15158 2014-10-11 Yao Qi <yao@codesourcery.com>
15159
15160 * gdb.server/server-kill.exp: Execute command
15161 "set remote trace-status-packet on" before "tstatus".
15162
15163 2014-10-11 Yao Qi <yao@codesourcery.com>
15164
15165 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15166 (main): Call getppid.
15167 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15168 and continue to it. Read variable "server_pid".
15169
15170 2014-10-11 Yao Qi <yao@codesourcery.com>
15171
15172 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15173
15174 2014-10-11 Yao Qi <yao@codesourcery.com>
15175
15176 * gdb.threads/thread-find.exp: Don't execute command
15177 "info threads".
15178 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15179 * gdb.threads/linux-dp.exp: Don't check the condition
15180 $threads_created equals to zero.
15181
15182 2014-10-10 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.base/bigcore.exp: Remove references to IRIX.
15185 * gdb.base/funcargs.exp: Likewise.
15186 * gdb.base/interrupt.exp: Likewise.
15187 * gdb.base/mips_pro.exp: Likewise.
15188 * gdb.base/nodebug.exp: Likewise.
15189 * gdb.base/setvar.exp: Likewise.
15190 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15191
15192 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15193 Pedro Alves <palves@redhat.com>
15194
15195 PR symtab/14466
15196 * gdb.base/vdso-warning.c: New file.
15197 * gdb.base/vdso-warning.exp: New file.
15198
15199 2014-10-02 Doug Evans <dje@google.com>
15200
15201 * gdb.base/structs.c (main): Don't run forever.
15202
15203 2014-10-02 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15206 (top level) <stop threads 1, stop threads 2>: Use it.
15207
15208 2014-10-02 Pedro Alves <palves@redhat.com>
15209
15210 * gdb.threads/break-while-running.exp (test): Add new
15211 'update_thread_list' argument. Skip "info threads" if false.
15212 (top level): Add new 'update_thread_list' axis.
15213
15214 2014-10-02 Pedro Alves <palves@redhat.com>
15215
15216 PR breakpoints/17431
15217 * gdb.base/execl-update-breakpoints.c: New file.
15218 * gdb.base/execl-update-breakpoints.exp: New file.
15219
15220 2014-10-01 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/breakpoint-in-ro-region.c: New file.
15223 * gdb.base/breakpoint-in-ro-region.exp: New file.
15224
15225 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15226
15227 * gdb.mi/mi-exit-code.exp: New file.
15228 * gdb.mi/mi-exit-code.c: New file.
15229
15230 2014-09-30 Yao Qi <yao@codesourcery.com>
15231
15232 * lib/prelink-support.exp (build_executable_own_libs): Error if
15233 the target isn't native.
15234
15235 2014-09-30 Yao Qi <yao@codesourcery.com>
15236
15237 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15238 false.
15239
15240 2014-09-22 Pedro Alves <palves@redhat.com>
15241
15242 * gdb.threads/break-while-running.exp: New file.
15243 * gdb.threads/break-while-running.c: New file.
15244
15245 2014-09-19 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15248 Invoke test. Restart GDB with --readnow and invoke test again.
15249
15250 2014-09-19 Yao Qi <yao@codesourcery.com>
15251
15252 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15253 proc set_breakpoint_on_gcd_function. Invoke
15254 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15255 invoke set_breakpoint_on_gcd_function again.
15256
15257 2014-09-18 Doug Evans <dje@google.com>
15258
15259 * gdb.dwarf2/symtab-producer.exp: New file.
15260
15261 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15262
15263 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15264 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15265 * gdb.base/global-var-nested-by-dso.c: Likewise.
15266 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15267
15268 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15269 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.base/watch-bitfields.exp: Pass string other than test file
15272 name to prepare_for_testing.
15273 (watch): New procedure.
15274 (expect_watchpoint): Use with_test_prefix.
15275 (top level): Factor out tests to ...
15276 (test_watch_location, test_regular_watch): ... these new
15277 procedures, and use with_test_prefix and gdb_continue_to_end.
15278
15279 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15280
15281 PR breakpoints/12526
15282 * gdb.base/watch-bitfields.exp: New file.
15283 * gdb.base/watch-bitfields.c: New file.
15284
15285 2014-09-16 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15288 software and hardware addresses, not software address against
15289 itself.
15290
15291 2014-09-16 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15294 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15295
15296 2014-09-16 Pedro Alves <palves@redhat.com>
15297
15298 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15299 files.
15300 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15301 "*-*-vxworks*" throughout.
15302 * gdb.base/break.exp: Likewise.
15303 * gdb.base/default.exp: Likewise.
15304 * gdb.base/scope.exp: Likewise.
15305 * gdb.base/sepdebug.exp: Likewise.
15306 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15307 throughout.
15308 * gdb.base/run.c: Likewise.
15309 * gdb.base/sepdebug.c: Likewise.
15310 * gdb.hp/gdb.aCC/run.c: Likewise.
15311 * gdb.reverse/until-reverse.c: Likewise.
15312 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15313
15314 2014-09-16 Yao Qi <yao@codesourcery.com>
15315
15316 * boards/local-remote-host-native.exp: New file.
15317
15318 2014-09-14 Doug Evans <xdje42@gmail.com>
15319
15320 * gdb.threads/queue-signal.c (thread_count): New variable.
15321 (thread_count_mutex, thread_count_condvar): New variables.
15322 (incr_thread_count, wait_all_threads_running): New functions.
15323 (main): Wait for all threads to be in their thread functions.
15324
15325 2014-09-13 Doug Evans <xdje42@gmail.com>
15326
15327 * gdb.threads/queue-signal.c: New file.
15328 * gdb.threads/queue-signal.exp: New file.
15329
15330 2014-09-13 Doug Evans <xdje42@gmail.com>
15331
15332 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15333 be consistent with what default_gdb_init uses.
15334 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15335 the plain text of the prompt. Add some logging printfs.
15336 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15337
15338 2014-09-12 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15341 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15342 * gdb.arch/i386-size-overlap.exp: Likewise.
15343 * gdb.arch/i386-size.exp: Likewise.
15344 * gdb.arch/i386-unwind.exp: Likewise.
15345 * gdb.base/a2-run.exp: Likewise.
15346 * gdb.base/break.exp: Likewise.
15347 * gdb.base/charset.exp: Likewise.
15348 * gdb.base/chng-syms.exp: Likewise.
15349 * gdb.base/commands.exp: Likewise.
15350 * gdb.base/dbx.exp: Likewise.
15351 * gdb.base/find.exp: Likewise.
15352 * gdb.base/funcargs.exp: Likewise.
15353 * gdb.base/jit-simple.exp: Likewise.
15354 * gdb.base/reread.exp: Likewise.
15355 * gdb.base/sepdebug.exp: Likewise.
15356 * gdb.base/step-bt.exp: Likewise.
15357 * gdb.cp/mb-inline.exp: Likewise.
15358 * gdb.cp/mb-templates.exp: Likewise.
15359 * gdb.objc/basicclass.exp: Likewise.
15360 * gdb.threads/killed.exp: Likewise.
15361
15362 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15363
15364 PR tdep/17379
15365 * gdb.arch/powerpc-stackless.S: New file.
15366 * gdb.arch/powerpc-stackless.exp: New file.
15367
15368 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15369
15370 * gdb.base/attach.c: Include unistd.h.
15371 (main): Call alarm. Add label postloop.
15372 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15373 gdb_breakpoint, gdb_continue_to_breakpoint.
15374 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15375
15376 2014-09-11 Pedro Alves <palves@redhat.com>
15377
15378 PR gdb/17347
15379 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15380 * gdb.base/attach.exp (test_command_line_attach_run): New
15381 procedure.
15382 (top level): Call it.
15383
15384 2014-09-11 Pedro Alves <palves@redhat.com>
15385
15386 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15387 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15388 (do_command_attach_tests): Use spawn_wait_for_attach.
15389 * gdb.base/solib-overlap.exp: Likewise.
15390 * gdb.multi/multi-attach.exp: Likewise.
15391 * gdb.python/py-prompt.exp: Likewise.
15392 * gdb.python/py-sync-interp.exp: Likewise.
15393 * gdb.server/ext-attach.exp: Likewise.
15394
15395 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15396
15397 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15398 command in testcase. Simplify testcase.
15399
15400 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15401
15402 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15403
15404 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15405
15406 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15407
15408 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15409
15410 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15411
15412 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15413
15414 * gdb.dwarf2/dynarr-ptr.c: New file.
15415 * gdb.dwarf2/dynarr-ptr.exp: New file.
15416
15417 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15418
15419 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15420 of 30 rather than hardcoding 120 for a slow test case. Take the
15421 `gdb,timeout' target setting into account for this calculation.
15422 Don't extend the timeout for the test cases that don't need it.
15423
15424 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15425
15426 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15427 a factor of 2 for a slow test case. Take the `gdb,timeout'
15428 target setting into account for this calculation.
15429 * gdb.reverse/until-precsave.exp: Increase the timeout by
15430 a factor of 15 and 3 respectively rather than adding 120
15431 for a pair of slow test cases. Take the `gdb,timeout'
15432 target setting into account for this calculation.
15433
15434 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15435
15436 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15437 timeout, don't pass one down to gdb_expect.
15438 (gdb_expect): Rework timeout selection.
15439
15440 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15441
15442 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15443 exception on timeout.
15444 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15445 (gdbserver_start_extended): Catch any `gdbserver_start' error
15446 exceptions.
15447 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15448 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15449 `gdbserver_gdb_load' error exceptions.
15450
15451 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15452
15453 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15454 120 on waiting for the TCP socket to open.
15455
15456 2014-09-09 Doug Evans <xdje42@gmail.com>
15457
15458 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15459 _caller_matches, _any_caller_is, _any_caller_matches.
15460
15461 2014-09-09 Doug Evans <xdje42@gmail.com>
15462
15463 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15464
15465 2014-09-09 Yao Qi <yao@codesourcery.com>
15466
15467 * gdb.mi/mi-var-display.exp: Set print symbol off.
15468
15469 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15470
15471 PR gdb/17035
15472 * gdb.base/commands.exp: Add tests to verify user-defined
15473 commands with empty bodies.
15474 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15475 python commands in `show user command`.
15476 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15477 scheme commands in `show user command`.
15478
15479 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 PR python/17355
15482 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15483 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15484 * gdb.python/py-framefilter-invalidarg.exp: New file.
15485 * gdb.python/py-framefilter-invalidarg.py: New file.
15486
15487 2014-09-06 Doug Evans <xdje42@gmail.com>
15488
15489 PR 15276
15490 * gdb.python/py-caller-is.c: New file.
15491 * gdb.python/py-caller-is.exp: New file.
15492
15493 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15494
15495 PR gdb/17235
15496 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15497 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15498
15499 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15500
15501 PR fortran/17237
15502 * gdb.fortran/print-formatted.exp: New file.
15503 * gdb.fortran/print-formatted.f90: Likewise.
15504
15505 2014-09-03 Sasha Smundak <asmundak@google.com>
15506
15507 * gdb.python/py-frame.exp: Test Frame.read_register.
15508
15509 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15510
15511 PR python/16699
15512 * gdb.python/py-completion.exp: New file.
15513 * gdb.python/py-completion.py: Likewise.
15514
15515 2014-08-28 Doug Evans <dje@google.com>
15516
15517 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15518 eax,etc. are live with values set by gdb and thus the compiler can't
15519 use them.
15520 * gdb.arch/i386-pseudo.c (main): Ditto.
15521
15522 2014-08-27 Doug Evans <dje@google.com>
15523
15524 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15525
15526 2014-08-25 Doug Evans <dje@google.com>
15527
15528 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15529 (main): Ditto.
15530
15531 2014-08-25 Doug Evans <dje@google.com>
15532
15533 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15534
15535 2014-08-24 Yao Qi <yao@codesourcery.com>
15536
15537 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15538 symbol off.
15539 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15540
15541 2014-08-22 Doug Evans <dje@google.com>
15542
15543 PR 17276
15544 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15545 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15546 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15547
15548 2014-08-22 Yao Qi <yao@codesourcery.com>
15549
15550 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15551 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15552 * gdb.python/python.exp: Likewise. Use .py file on the host
15553 instead of the build.
15554
15555 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15556
15557 * gdb.threads/gcore-stale-thread.c: New file.
15558 * gdb.threads/gcore-stale-thread.exp: New file.
15559
15560 2014-08-21 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15563 * gdb.base/gcore-relro-pie.exp: Likewise.
15564 * gdb.base/gcore-relro.exp: Likewise.
15565 * gdb.base/gcore.exp: Likewise.
15566 * gdb.base/print-symbol-loading.exp: Likewise.
15567 * gdb.threads/gcore-thread.exp: Likewise.
15568 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15569
15570 2014-08-20 Pedro Alves <palves@redhat.com>
15571 Jan Kratochvil <jan.kratochvil@redhat.com>
15572
15573 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15574 configure.
15575 (EXPECT): Handle READ1 being set.
15576 (all): Depend on EXTRA_RULES.
15577 (check-read1, expect-read1, read1.so, read1): New rules.
15578 * README (Testsuite Parameters): Document the READ1 make variable.
15579 (Race detection): New section.
15580 * configure: Regenerate.
15581 * configure.ac: If build==host==target, and running under a
15582 GNU/glibc system, add read1 to the extra Makefile rules.
15583 (EXTRA_RULES): AC_SUBST it.
15584 * lib/read1.c: New file.
15585
15586 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15587
15588 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15589 the handling of variables declared as a typedef to an array
15590 which a DW_AT_data_location attribute.
15591
15592 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15593 Pedro Alves <palves@redhat.com>
15594
15595 PR symtab/14604
15596 PR symtab/14605
15597 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15598 gdb_test.
15599
15600 2014-08-19 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15603
15604 2014-08-19 Yao Qi <yao@codesourcery.com>
15605
15606 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15607 right line.
15608
15609 2014-08-18 David Blaikie <dblaikie@gmail.com>
15610
15611 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15612
15613 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15614
15615 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15616 attribute in array range.
15617
15618 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15619
15620 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15621
15622 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15623
15624 PR c++/17132
15625 * gdb.cp/pr17132.cc: New file.
15626 * gdb.cp/pr17132.exp: New file.
15627
15628 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15629
15630 * gdb.python/py-xmethods.py (A_getarrayind)
15631 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15632 Use 'print' with function call syntax.
15633 (E_method_matcher.match): Fix tab vs space indentation mixup.
15634
15635 2014-08-15 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15638 false.
15639
15640 2014-08-15 Yao Qi <yao@codesourcery.com>
15641
15642 * gdb.cp/casts.exp: Set print symbol off.
15643 * gdb.cp/class2.exp: Likewise.
15644 * gdb.cp/overload.exp: Likewise.
15645 * gdb.cp/templates.exp: Likewise.
15646
15647 2014-08-11 Doug Evans <dje@google.com>
15648
15649 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15650 (test_load_shlib): Update.
15651
15652 2014-08-09 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.base/display.exp: Invoke is_address_zero_readable.
15655 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15656 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15657 * gdb.base/hbreak-unmapped.exp: Return if
15658 is_address_zero_readable returns true.
15659 * gdb.base/signest.exp: Likewise.
15660 * gdb.base/signull.exp: Likewise.
15661 * gdb.base/sigbpt.exp: Likewise.
15662 * gdb.guile/scm-disasm.exp: Do the test if
15663 is_address_zero_readable returns false.
15664 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15665 * gdb.python/py-arch.exp: Likewise.
15666 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15667 * lib/gdb.exp (is_address_zero_readable): New proc.
15668
15669 2014-08-09 Yao Qi <yao@codesourcery.com>
15670
15671 PR testsuite/13443
15672 * gdb.mi/mi-var-display.exp: Make test messages unique.
15673
15674 2014-08-04 Tom Tromey <tromey@redhat.com>
15675
15676 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15677 target 0".
15678
15679 2014-08-04 Tom Tromey <tromey@redhat.com>
15680
15681 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15682 "target_resume".
15683
15684 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15685
15686 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15687 inner_vla_struct_object_size.
15688 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15689 as xfail.
15690
15691 2014-07-30 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15694 comment.
15695
15696 2014-07-29 Yao Qi <yao@codesourcery.com>
15697
15698 PR gdb/17206
15699 * gdb.base/until-nodebug.exp: New.
15700
15701 2014-07-28 Doug Evans <xdje42@gmail.com>
15702
15703 PR guile/17203
15704 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15705 previously existing parameter, and previously ambiguously spelled
15706 parameter.
15707
15708 2014-07-28 Will Newton <will.newton@linaro.org>
15709
15710 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15711
15712 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15713 Doug Evans <xdje42@gmail.com>
15714
15715 PR guile/17146
15716 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15717
15718 2014-07-25 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.threads/signal-command-handle-nopass.c: New file.
15721 * gdb.threads/signal-command-handle-nopass.exp: New file.
15722 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15723 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15724 * gdb.threads/signal-delivered-right-thread.c: New file.
15725 * gdb.threads/signal-delivered-right-thread.exp: New file.
15726
15727 2014-07-25 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.base/double-prompt-target-event-error.exp
15730 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15731 match.
15732 (cancel_pagination_in_target_event): Rework double prompt
15733 detection.
15734 * gdb.base/paginate-after-ctrl-c-running.exp
15735 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15736 <return>' match.
15737 * gdb.base/paginate-bg-execution.exp
15738 (test_bg_execution_pagination_return)
15739 (test_bg_execution_pagination_cancel): Remove '-notransfer
15740 <return>' matches.
15741 * gdb.base/paginate-execution-startup.exp
15742 (test_fg_execution_pagination_return)
15743 (test_fg_execution_pagination_cancel): Remove '-notransfer
15744 <return>' matches.
15745 * gdb.base/paginate-inferior-exit.exp
15746 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15747 match.
15748 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15749 * lib/gdb.exp (pagination_prompt): Run text through
15750 string_to_regexp.
15751 (gdb_test_multiple): Match $pagination_prompt instead of
15752 "<return>".
15753 (string_to_regexp): Move to lib/gdb-utils.exp.
15754
15755 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15756
15757 * gdb.arch/amd64-entry-value-paramref.S: New file.
15758 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15759 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15760 * gdb.arch/amd64-optimout-repeat.S: New file.
15761 * gdb.arch/amd64-optimout-repeat.c: New file.
15762 * gdb.arch/amd64-optimout-repeat.exp: New file.
15763
15764 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15765
15766 PR gdb/17170
15767 * gdb.base/statistics.exp: New file.
15768
15769 2014-07-17 Doug Evans <dje@google.com>
15770
15771 PR gdb/17170
15772 * gdb.base/maint.exp: Update testing of per-command stats.
15773
15774 2014-07-16 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15777 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15778 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15779 (tfile_write_buf): New functions.
15780 (add_memory_block): Rewrite using the above.
15781 (adjust_function_address): New function.
15782 (FUNCTION_ADDRESS): New macro.
15783 (write_basic_trace_file): Remove short_x local, and use
15784 tfile_write_16. Change type of func_addr local to unsigned long
15785 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15786 here. Cast argument of add_memory_block to char pointer.
15787 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15788 (main): Remove parameters.
15789 * gdb.trace/tfile.exp: Remove nowarnings.
15790
15791 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15792
15793 * gdb.base/debug-expr.exp: Test string evaluation with
15794 "debug expression" on.
15795
15796 2014-07-15 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.base/reread.exp: Use clean_restart.
15799
15800 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15801
15802 * gdb.arch/avr-flash-qualifer.c: New.
15803 * gdb.arch/avr-flash-qualifer.exp: New.
15804
15805 2014-07-14 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15808 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15809
15810 2014-07-14 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.base/double-prompt-target-event-error.c: New file.
15813 * gdb.base/double-prompt-target-event-error.exp: New file.
15814
15815 2014-07-14 Pedro Alves <palves@redhat.com>
15816
15817 PR gdb/17072
15818 * gdb.base/paginate-inferior-exit.c: New file.
15819 * gdb.base/paginate-inferior-exit.exp: New file.
15820
15821 2014-07-14 Pedro Alves <palves@redhat.com>
15822
15823 PR gdb/17072
15824 * gdb.base/paginate-bg-execution.c: New file.
15825 * gdb.base/paginate-bg-execution.exp: New file.
15826
15827 2014-07-14 Pedro Alves <palves@redhat.com>
15828
15829 PR gdb/17072
15830 * gdb.base/paginate-execution-startup.c: New file.
15831 * gdb.base/paginate-execution-startup.exp: New file.
15832 * lib/gdb.exp (pagination_prompt): New global.
15833 (default_gdb_spawn): New procedure, factored out from
15834 default_gdb_spawn.
15835 (default_gdb_start): Adjust to call default_gdb_spawn.
15836 (gdb_spawn): New procedure.
15837
15838 2014-07-14 Pedro Alves <palves@redhat.com>
15839
15840 * lib/gdb.exp (gdb_assert): New procedure.
15841 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15842
15843 2014-07-14 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/execution-termios.c: New file.
15846 * gdb.base/execution-termios.exp: New file.
15847
15848 2014-07-14 Tom Tromey <tromey@redhat.com>
15849
15850 * gdb.cp/vla-cxx.cc: New file.
15851 * gdb.cp/vla-cxx.exp: New file.
15852
15853 2014-07-14 Tom Tromey <tromey@redhat.com>
15854
15855 * gdb.reverse/rerun-prec.c: New file.
15856 * gdb.reverse/rerun-prec.exp: New file.
15857
15858 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15859 Maciej W. Rozycki <macro@codesourcery.com>
15860
15861 * lib/gdb-utils.exp: New file.
15862 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15863 inline `gdb_init_command' processing.
15864 (gdb_start_cmd): Likewise.
15865 * lib/mi-support.exp (mi_run_cmd): Likewise.
15866 * README: Document `gdb_init_command' and `gdb_init_commands'.
15867
15868 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15869
15870 Fix false FAIL running under a very long directory name.
15871 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15872 and "set print elements 10000". Twice.
15873
15874 2014-07-11 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.base/exprs.exp: "set print symbol off".
15877
15878 2014-07-11 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.threads/kill.c: New file.
15881 * gdb.threads/kill.exp: New file.
15882
15883 2014-07-10 Yao Qi <yao@codesourcery.com>
15884
15885 * gdb.trace/tfile.c (write_basic_trace_file)
15886 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15887 address written to trace file.
15888
15889 2014-07-09 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/attach-wait-input.exp: New file.
15892 * gdb.base/attach-wait-input.c: New file.
15893
15894 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15895
15896 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15897 setting up test structures.
15898 (main): Call new test function.
15899 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15900 test function, continue into test function and walk test
15901 structures.
15902
15903 2014-07-02 Yao Qi <yao@codesourcery.com>
15904
15905 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15906 'bar_start' at the beginning of functions 'foo' and 'bar'
15907 respectively.
15908 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15909 instead of 'foo' and 'bar'.
15910
15911 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15912
15913 * gdb.btrace/segv.exp: New.
15914 * gdb.btrace/segv.c: New.
15915
15916 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15917
15918 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15919 instruction.
15920
15921 2014-06-30 Mark Wielaard <mjw@redhat.com>
15922
15923 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15924 vulture, vilify, villar): New volatile array constants.
15925 (vindictive, vegetation): New const volatile array constants.
15926 * gdb.base/volatile.exp: Test volatile and const volatile array
15927 types.
15928
15929 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15930
15931 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15932 target lacks support for awatch, rwatch, or hbreak.
15933
15934 2014-06-27 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.multi/dummy-frame-restore.exp: New.
15937 * gdb.multi/dummy-frame-restore.c: New.
15938
15939 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15940
15941 * gdb.btrace/gcore.exp: New.
15942
15943 2014-06-23 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/watchpoint-reuse-slot.c: New file.
15946 * gdb.base/watchpoint-reuse-slot.exp: New file.
15947
15948 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15949
15950 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15951 progspace's filename in 'info', 'enable' and 'disable' command
15952 tests.
15953
15954 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15955
15956 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15957 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15958 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15959
15960 2014-06-20 Gary Benson <gbenson@redhat.com>
15961
15962 * gdb.arch/i386-avx.exp: Fix include file location.
15963 * gdb.arch/i386-sse.exp: Likewise.
15964
15965 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15966
15967 * gdb.dlang/expression.exp: New file.
15968
15969 2014-06-19 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15972 out from ...
15973 (top level): ... here. Iterate running tests under different
15974 scheduler-locking settings.
15975
15976 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15977
15978 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15979 to DW_FORM_addr and use non-zero addresses.
15980
15981 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15982
15983 PR gdb/17017
15984 * gdb.python/py-xmethods.cc: Add global function call counters and
15985 increment them in their respective functions. Remove "cout"
15986 statements.
15987 * gdb.python/py-xmethods.exp: Make tests check the global function
15988 call counters instead of depending on inferior IO.
15989
15990 2014-06-18 Don Breazeal <donb@codesourcery.com>
15991
15992 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15993 Deleted procedure.
15994 (explicit_fork_parent_follow): Deleted procedure.
15995 (explicit_fork_child_follow): Deleted procedure.
15996 (test_follow_fork): New procedure.
15997 (do_fork_tests): Replace calls to deleted procedures with
15998 calls to test_follow_fork and reset GDB for subsequent
15999 procedure calls.
16000
16001 2014-06-17 Yao Qi <yao@codesourcery.com>
16002
16003 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16004 CP1252.
16005
16006 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16007
16008 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16009 Initialize ptr and S explicitly.
16010 (skip_type_update_when_not_use_rtti_test): Likewise.
16011
16012 2014-06-16 Keith Seitz <keiths@redhat.com>
16013
16014 PR mi/15863
16015 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16016 the inferior is started.
16017
16018 2014-06-16 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.base/break-main-file-remove-fail.c: New file.
16021 * gdb.base/break-main-file-remove-fail.exp: New file.
16022 * gdb.base/break-unload-file.exp: Use build_executable instead of
16023 prepare_for_testing.
16024 (test_break): New parameter "initial_load". Handle it.
16025 (top level): Add initial_load cmdline/file axis.
16026
16027 2014-06-12 Tom Tromey <tromey@redhat.com>
16028
16029 * gdb.base/completion.exp: Don't use directory name in test.
16030
16031 2014-06-09 Gary Benson <gbenson@redhat.com>
16032
16033 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16034 separate the always-available ANSI-standard signals from the
16035 signals that require checking.
16036 (main): Likewise.
16037 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16038 Likewise.
16039 (main): Likewise.
16040
16041 2014-06-07 Keith Seitz <keiths@redhat.com>
16042
16043 Revert:
16044 PR c++/16253
16045 * gdb.cp/var-tag.cc: New file.
16046 * gdb.cp/var-tag.exp: New file.
16047 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16048 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16049 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16050 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16051
16052 2014-06-06 Doug Evans <xdje42@gmail.com>
16053
16054 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16055
16056 2014-06-06 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16059 in target debug output instead of looking at RSP packets,
16060 disabling the test on any target that uses hardware stepping.
16061 Update comments.
16062
16063 2014-06-06 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.base/break-unload-file.exp: Fix typo.
16066
16067 2014-06-06 Yao Qi <yao@codesourcery.com>
16068
16069 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16070 from "jit_function" to "^jit_function".
16071
16072 2014-06-06 Yao Qi <yao@codesourcery.com>
16073
16074 * gdb.base/async.c (foo): Add one statement.
16075 * gdb.base/async.exp: Get the next instruction address and
16076 match the output of "nexti" by instruction address. Match
16077 the hex address in the output of "finish".
16078
16079 2014-06-06 Gary Benson <gbenson@redhat.com>
16080
16081 * gdb.base/call-signals.c: Remove preprocessor conditionals
16082 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16083 SIGSEGV and SIGTERM.
16084 * gdb.base/sigall.c: Likewise.
16085 * gdb.base/unwindonsignal.c: Likewise.
16086 * gdb.reverse/sigall-reverse.c: Likewise.
16087
16088 2014-06-06 Yao Qi <yao@codesourcery.com>
16089
16090 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16091 readable, skip the test.
16092
16093 2014-06-06 Yao Qi <yao@codesourcery.com>
16094
16095 * gdb.threads/staticthreads.c (thread_function): Move the line
16096 setting breakpoint on forward.
16097 * gdb.threads/staticthreads.exp: Update comments.
16098
16099 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16100
16101 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16102 "history-append! type error".
16103
16104 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16105
16106 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16107 erroneous dprintf expected input.
16108
16109 2014-06-04 Doug Evans <xdje42@gmail.com>
16110
16111 * gdb.guile/scm-generics.exp: Delete.
16112
16113 2014-06-04 Doug Evans <xdje42@gmail.com>
16114
16115 * gdb.guile/scm-breakpoint.exp: Update.
16116 Add tests for breakpoint registration.
16117
16118 2014-06-04 Tom Tromey <tromey@redhat.com>
16119
16120 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16121 VLA-in-union.
16122 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16123 inner_vla_struct, vla_union types. Initialize objects of those
16124 types and compute their sizes.
16125
16126 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16127 Hui Zhu <hui@codesourcery.com>
16128
16129 * gdb.base/fileio.exp: Add test for shell not available as well as
16130 available.
16131 * gdb.base/fileio.c (test_system): Check for shell twice.
16132
16133 2014-06-04 Yao Qi <yao@codesourcery.com>
16134
16135 * gdb.base/auto-connect-native-target.exp: Remove redundant
16136 space from the regexp pattern.
16137
16138 2014-06-04 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.base/default.exp: Replace "child" with "native" in
16141 regexp pattern.
16142
16143 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16144
16145 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16146 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16147 * gdb.python/py-xmethods.py: Python script supporting the
16148 new testcase and tests.
16149
16150 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16151 Pedro Alves <palves@redhat.com>
16152
16153 PR breakpoints/17000
16154 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16155 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16156
16157 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16158
16159 * gdb.base/subst.exp: Add tests to verify partial path matching
16160 output.
16161
16162 2014-06-03 Pedro Alves <palves@redhat.com>
16163
16164 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16165 target that doesn't use software single-stepping.
16166
16167 2014-06-03 Pedro Alves <palves@redhat.com>
16168
16169 PR breakpoints/17000
16170 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16171 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16172
16173 2014-06-02 Doug Evans <xdje42@gmail.com>
16174
16175 * gdb.guile/scm-parameter.exp: New file.
16176
16177 2014-06-02 Doug Evans <xdje42@gmail.com>
16178
16179 * gdb.guile/scm-cmd.c: New file.
16180 * gdb.guile/scm-cmd.exp: New file.
16181
16182 2014-06-02 Doug Evans <xdje42@gmail.com>
16183
16184 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16185 pretty-printer lookup.
16186 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16187 (make-pp_s-printer): Call it.
16188 (make-pretty-printer-from-dict): New function.
16189 (lookup-pretty-printer-maker-from-dict): New function.
16190 (*pretty-printer*): Simplify.
16191 (make-objfile-pp_s-printer): New function.
16192 (install-objfile-pretty-printers!): New function.
16193 (make-progspace-pp_s-printer): New function.
16194 (install-progspace-pretty-printers!): New function.
16195 * gdb.guile/scm-progspace.c: New file.
16196 * gdb.guile/scm-progspace.exp: New file.
16197
16198 2014-06-02 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.base/dprintf-bp-same-addr.c: New file.
16201 * gdb.base/dprintf-bp-same-addr.exp: New file.
16202
16203 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16204
16205 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16206 * gdb.arch/powerpc-power.s: Likewise.
16207
16208 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16209
16210 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16211
16212 2014-06-01 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.base/watchpoint.exp (test_watch_location): Check null
16215 pointer can be dereferenced. If not, do the test, otherwise
16216 skip it.
16217
16218 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16219
16220 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16221 results.
16222 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16223
16224 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16225
16226 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16227 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16228 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16229 * gdb.arch/amd64-invalid-stack-top.c: New file.
16230 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16231
16232 2014-05-30 Pedro Alves <palves@redhat.com>
16233
16234 PR breakpoints/17000
16235 * gdb.base/sss-bp-on-user-bp.c: New file.
16236 * gdb.base/sss-bp-on-user-bp.exp: New file.
16237
16238 2014-05-30 David Blaikie <dblaikie@gmail.com>
16239
16240 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16241 gnu_inline semantics via attribute.
16242 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16243 source explicitly specifies the required semantics.
16244
16245 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16246
16247 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16248
16249 2014-05-29 Pedro Alves <palves@redhat.com>
16250 Tom Tromey <tromey@redhat.com>
16251
16252 * gdb.base/async-shell.exp: Don't enable target-async.
16253 * gdb.base/async.exp
16254 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16255 parameter. Adjust.
16256 (top level): Don't test with "target-async".
16257 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16258 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16259 * gdb.base/inferior-died.exp: Don't enable target-async.
16260 * gdb.base/interrupt-noterm.exp: Likewise.
16261 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16262 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16263 * gdb.mi/mi-nonstop.exp: Likewise.
16264 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16265 * gdb.mi/mi-nsintrall.exp: Likewise.
16266 * gdb.mi/mi-nsmoribund.exp: Likewise.
16267 * gdb.mi/mi-nsthrexec.exp: Likewise.
16268 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16269 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16270 * gdb.python/py-evsignal.exp: Don't enable target-async.
16271 * gdb.python/py-evthreads.exp: Likewise.
16272 * gdb.python/py-prompt.exp: Likewise.
16273 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16274 * gdb.server/solib-list.exp: Don't enable target-async.
16275 * gdb.threads/thread-specific-bp.exp: Likewise.
16276 * lib/mi-support.exp: Adjust to use mi-async.
16277
16278 2014-05-29 Pedro Alves <palves@redhat.com>
16279
16280 PR gdb/13860
16281 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16282 reason, even in sync mode.
16283
16284 2014-05-29 Pedro Alves <palves@redhat.com>
16285 Hui Zhu <hui@codesourcery.com>
16286
16287 PR PR15693
16288 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16289 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16290 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16291 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16292
16293 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16294
16295 * config/monitor.exp (gdb_target_monitor): Replace use of
16296 "set remotebaud" by "set serial baud".
16297
16298 2014-05-26 Andy Wingo <wingo@igalia.com>
16299
16300 * gdb.guile/scm-breakpoint.exp:
16301 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16302 properties instead of gdb-object-properties.
16303
16304 2014-05-26 Yao Qi <yao@codesourcery.com>
16305
16306 * gdb.server/no-thread-db.exp: Specify source file name
16307 explicitly when setting a breakpoint.
16308
16309 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16310
16311 * gdb.btrace/vdso.c: New.
16312 * gdb.btrace/vdso.exp: New.
16313
16314 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16315
16316 * gdb.base/gcore.exp (capture_command_output): Move ...
16317 * lib/gdb.exp (capture_command_output): ... here.
16318
16319 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16320
16321 * gdb.btrace/data.exp: Test memory access during btrace replay.
16322
16323 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16324
16325 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16326
16327 2014-05-21 Pedro Alves <palves@redhat.com>
16328
16329 PR gdb/13860
16330 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16331 (top level): Test that output related to execution commands is
16332 sent to the console with CLI commands, but not with MI commands.
16333 Test that breakpoint events are always mirrored to the console.
16334 Also expect the new source line to be output after a "next" in
16335 async mode too. Make it a pass/fail test.
16336 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16337 output.
16338 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16339
16340 2014-05-21 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16343 Use them to test variations of "list" after reaching a breakpoint.
16344 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16345 Test "list" with listsize 10 after reaching a breakpoint.
16346 * gdb.python/python.exp (decode_line current location line
16347 number): Adjust expected line number.
16348
16349 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16350
16351 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16352 behavior for $args, pass it directly to "run".
16353
16354 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16355
16356 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16357 30000 to 65536.
16358
16359 2014-05-21 Pedro Alves <palves@redhat.com>
16360
16361 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16362 auto-connect-native-target off".
16363 * gdb.base/auto-connect-native-target.c: New file.
16364 * gdb.base/auto-connect-native-target.exp: New file.
16365
16366 2014-05-21 Pedro Alves <palves@redhat.com>
16367
16368 * gdb.base/default.exp: Test "target native" instead of "target
16369 child".
16370
16371 2014-05-21 Mark Wielaard <mjw@redhat.com>
16372
16373 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16374
16375 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16376
16377 Fix TLS access for -static -pthread.
16378 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16379 <HAVE_TLS> (thread_function, main): Initialize it.
16380 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16381 Add clean_restart.
16382 <$have_tls != "">: Check TLSVAR.
16383
16384 2014-05-21 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/dcache-line-read-error.c: New.
16387 * gdb.base/dcache-line-read-error.exp: New.
16388
16389 2014-05-20 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.base/compare-sections.c: New file.
16392 * gdb.base/compare-sections.exp: New file.
16393
16394 2014-05-20 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.base/break-idempotent.c: New file.
16397 * gdb.base/break-idempotent.exp: New file.
16398
16399 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16400
16401 * gdb.btrace/nohist.exp: New.
16402
16403 2014-05-20 Yao Qi <yao@codesourcery.com>
16404
16405 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16406 gdb.reverse directory and gdb_reverse_timeout exists in board
16407 setting.
16408 * README: Document gdb_reverse_timeout.
16409
16410 2014-05-20 Yao Qi <yao@codesourcery.com>
16411
16412 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16413 'test_file_name'. Treat args as a string instead of a list.
16414 (gdb_init): Rename argument 'args' by 'test_file_name'.
16415
16416 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 * gdb.arch/powerpc-power.exp: New file.
16419 * gdb.arch/powerpc-power.s: New file.
16420
16421 2014-05-16 Doug Evans <dje@google.com>
16422
16423 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16424 * gdb.base/completion.exp: Check that all expected files exist
16425 before doing file completion.
16426
16427 2014-05-16 Doug Evans <dje@google.com>
16428
16429 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16430 Update.
16431 (do_syscall_tests_without_xml): Update.
16432
16433 2014-05-16 Pedro Alves <palves@redhat.com>
16434
16435 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16436 instead of "unknown output after running".
16437
16438 2014-05-16 Yao Qi <yao@codesourcery.com>
16439
16440 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16441 file1.txt from host at the end.
16442 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16443
16444 2014-05-15 Doug Evans <dje@google.com>
16445
16446 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16447 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16448 loading file. Add test for TU lookup.
16449
16450 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16451
16452 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16453 calling "-exec-arguments" or "set args" before running the
16454 inferior.
16455
16456 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16457
16458 * lib/mi-support.exp (mi_expect_stop): Expect message for
16459 inferiors that exit with non-zero exit code.
16460
16461 2014-05-14 Yao Qi <yao@codesourcery.com>
16462
16463 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16464 match absolute path on remote host.
16465 (test_file_list_exec_source_files): Remove "/" from the
16466 pattern.
16467
16468 2014-05-14 Yao Qi <yao@codesourcery.com>
16469
16470 * boards/local-remote-host-notty.exp (${board}_file): New
16471 proc.
16472
16473 2014-05-07 Kyle McMartin <kyle@redhat.com>
16474
16475 Pushed by Joel Brobecker <brobecker@adacore.com>.
16476 * gdb.arch/aarch64-atomic-inst.c: New file.
16477 * gdb.arch/aarch64-atomic-inst.exp: New file.
16478
16479 2014-05-07 Yao Qi <yao@codesourcery.com>
16480
16481 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16482 in current context" too.
16483
16484 2014-05-05 Keith Seitz <keiths@redhat.com>
16485
16486 * gdb.linespec/ls-dollar.exp: Add test for linespec
16487 file:convenience_variable.
16488
16489 2014-05-05 Yao Qi <yao@codesourcery.com>
16490
16491 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16492 traceframes into tfile and ctf trace files. Read data from
16493 trace file and test collected data.
16494 (gdb_collect_locals_test): Likewise.
16495 (gdb_unavailable_registers_test): Likewise.
16496 (gdb_unavailable_floats): Likewise.
16497 (gdb_collect_globals_test): Likewise.
16498 (top-level): Append "ctf" to trace_file_targets if GDB
16499 supports.
16500
16501 2014-05-05 Yao Qi <yao@codesourcery.com>
16502
16503 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16504 code to ...
16505 (gdb_collect_args_test_1): ... it. New proc.
16506 (gdb_collect_locals_test): Move some code to ...
16507 (gdb_collect_locals_test_1): ... it. New proc.
16508 (gdb_unavailable_registers_test): Move some code to ...
16509 (gdb_unavailable_registers_test_1): ... it. New proc.
16510 (gdb_unavailable_floats): Move some code to ...
16511 (gdb_unavailable_floats_1): ... it. New proc.
16512
16513 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16514
16515 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16516 probes to test for bitness recognition.
16517 * gdb.arch/amd64-stap-optional-prefix.exp
16518 (test_probe_value_without_reg): New procedure.
16519 Add code to test for different kinds of bitness.
16520
16521 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16522
16523 PR breakpoints/16889
16524 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16525 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16526
16527 2014-05-01 Pedro Alves <palves@redhat.com>
16528
16529 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16530 gdb_file_cmd if no file is specified.
16531 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16532 last_loaded_file to set the remote exec-file.
16533
16534 2014-05-01 Pedro Alves <palves@redhat.com>
16535
16536 * boards/local-remote-host.exp: New file.
16537
16538 2014-05-01 Pedro Alves <palves@redhat.com>
16539
16540 * boards/local-remote-host.exp: Rename to ...
16541 * boards/local-remote-host-notty.exp: ... this.
16542
16543 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16544
16545 * gdb.ada/dyn_arrayidx: New testcase.
16546
16547 2014-04-26 Yao Qi <yao@codesourcery.com>
16548
16549 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16550 and compute the length of function main. Save it in
16551 $main_length.
16552 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16553 (top-level): Use gdb_compile to compile objects into
16554 executable and restart GDB. Remove invocation to
16555 prepare_for_testing.
16556
16557 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16558 Pedro Alves <palves@redhat.com>
16559
16560 PR server/16255
16561 * gdb.multi/multi-attach.c: New file.
16562 * gdb.multi/multi-attach.exp: New file.
16563
16564 2014-04-25 Pedro Alves <palves@redhat.com>
16565
16566 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16567 user.
16568 (top level): Test that "set remote conditional-breakpoints-packet
16569 off" works as intended.
16570 * gdb.base/dprintf.exp: Test that "set remote
16571 breakpoint-commands-packet off" works as intended.
16572 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16573 New function.
16574 (top level): Call it.
16575 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16576 remote fast-tracepoints-packet off" works as intended.
16577 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16578 * lib/gdb.exp (gdb_is_target_remote): ... here.
16579
16580 2014-04-24 David Blaikie <dblaikie@gmail.com>
16581
16582 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16583 ensure clang would not discard them.
16584 * gdb.base/gdbvars.c: Ditto.
16585 * gdb.base/memattr.c: Ditto.
16586 * gdb.base/whatis.c: Ditto.
16587 * gdb.python/py-prettyprint.c: Ditto.
16588 * gdb.trace/actions.c: Ditto.
16589 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16590 ensure clang would not discard it.
16591
16592 2014-04-24 David Blaikie <dblaikie@gmail.com>
16593
16594 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16595 clang to emit the full definition of type required by the test
16596 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16597
16598 2014-04-24 David Blaikie <dblaikie@gmail.com>
16599
16600 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16601 coax Clang into emitting the definition of the type.
16602 * gdb.cp/pr10728-x.h (y): Ditto.
16603 * gdb.cp/pr10728-y.cc (y): Ditto.
16604
16605 2014-04-24 David Blaikie <dblaikie@gmail.com>
16606
16607 * gdb.base/label.exp: XFAIL label related tests under Clang.
16608 * gdb.cp/cplabel.exp: Ditto.
16609 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16610 under Clang those using labels.
16611
16612 2014-04-25 Yao Qi <yao@codesourcery.com>
16613
16614 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16615 double_label.
16616 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16617 partial_label and double_label.
16618
16619 2014-04-24 David Blaikie <dblaikie@gmail.com>
16620
16621 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16622
16623 2014-04-24 David Blaikie <dblaikie@gmail.com>
16624
16625 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16626 of the function to work across GCC and Clang.
16627 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16628 pointer types (const void ** const V void **).
16629
16630 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16631 Walfred Tedeschi <walfred.tedeschi@intel.com>
16632
16633 * Makefile.in (EXECUTABLES): Added i386-avx512.
16634 * gdb.arch/i386-avx512.c: New file.
16635 * gdb.arch/i386-avx512.exp: Likewise.
16636
16637 2014-04-23 Keith Seitz <keiths@redhat.com>
16638
16639 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16640 (mi_make_breakpoint_table): New procedure.
16641 (mi_create_breakpoint): Use mi_make_breakpoint
16642 and return the result.
16643 (mi_make_breakpoint): New procedure.
16644 (mi_build_kv_pairs): New procedure.
16645
16646 * gdb.mi/mi-break.exp: Remove unused globals,
16647 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16648 All callers updated.
16649 * gdb.mi/mi-dprintf.exp: Use variable to track command
16650 number.
16651 Update all callers of mi_create_breakpoint and use
16652 mi_make_breakpoint_table.
16653 Remove any unused global variables.
16654 * gdb.mi/mi-nonstop.exp: Likewise.
16655 * gdb.mi/mi-nsintrall.exp: Likewise.
16656 * gdb.mi/mi-nsmoribund.exp: Likewise.
16657 * gdb.mi/mi-nsthrexec.exp: Likewise.
16658 * gdb.mi/mi-reverse.exp: Likewise.
16659 * gdb.mi/mi-simplerun.exp: Likewise.
16660 * gdb.mi/mi-stepn.exp: Likewise.
16661 * gdb.mi/mi-syn-frame.exp: Likewise.
16662 * gdb.mi/mi-until.exp: Likewise.
16663 * gdb.mi/mi-var-cp.exp: Likewise.
16664 * gdb.mi/mi-var-display.exp: Likewise.
16665 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16666 * gdb.mi/mi2-var-child.exp: Likewise.
16667 * gdb.mi/mi-vla-c99.exp: Likewise.
16668 * lib/mi-support.exp: Likewise.
16669
16670 From Ian Lance Taylor <iant@cygnus.com>:
16671 * lib/gdb.exp (parse_args): New procedure.
16672
16673 2014-04-23 Pedro Alves <palves@redhat.com>
16674
16675 * gdb.base/break-unload-file.c: New file.
16676 * gdb.base/break-unload-file.exp: New file.
16677 * gdb.base/sym-file-lib.c (baz): New function.
16678 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16679 field.
16680 (load): Store the segment's mapped size.
16681 (unload): New function.
16682 (unload_shlib): New function.
16683 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16684 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16685 set a breakpoint at baz, and call it.
16686 * gdb.base/sym-file.exp: New tests for stale breakpoint
16687 instructions.
16688
16689 2014-04-23 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16692 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16693 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16694 * gdb.base/hbreak-unmapped.c: New file.
16695 * gdb.base/hbreak-unmapped.exp: New file.
16696 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16697 * lib/gdb.exp (gdb_is_target_remote): ... here.
16698
16699 2014-04-22 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/consecutive-step-over.c: New file.
16702 * gdb.base/consecutive-step-over.exp: New file.
16703
16704 2014-04-22 Pedro Alves <palves@redhat.com>
16705
16706 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16707 instead of send_gdb/gdb_expect.
16708
16709 2014-04-22 Yao Qi <yao@codesourcery.com>
16710
16711 * lib/trace-support.exp (generate_tracefile): New procedure.
16712 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16713 return 0.
16714 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16715 if generate_tracefile returns 1.
16716
16717 2014-04-18 Tom Tromey <palves@redhat.com>
16718 Pedro alves <tromey@redhat.com>
16719
16720 PR backtrace/15558
16721 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16722 with a backtrace limit.
16723 * gdb.python/py-frame-inline.exp: Test running to an inline
16724 function with a backtrace limit, and printing the newest frame.
16725 * gdb.python/py-frame-inline.c (main): Call f.
16726
16727 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16728
16729 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16730
16731 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16732
16733 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16734 Drop prefix from unsupported source file path.
16735
16736 2014-04-17 Yao Qi <yao@codesourcery.com>
16737
16738 * lib/gdb.exp (with_target_charset): New proc.
16739 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16740 with_target_charset.
16741 (test_print_strings): Likewise.
16742 (test_repeat_bytes): Likewise.
16743 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16744 for some tests.
16745
16746 2014-04-16 Keith Seitz <keiths@redhat.com>
16747
16748 PR gdb/15827
16749 * gdb.dwarf2/corrupt.c: New file.
16750 * gdb.dwarf2/corrupt.exp: New file.
16751
16752 2014-04-16 Keith Seitz <keiths@redhat.com>
16753
16754 PR c++/16597
16755 * gdb.cp/namelessclass.cc: New file.
16756 * gdb.cp/namelessclass.exp: New file.
16757 * gdb.cp/namelessclass.S: New file.
16758
16759 2014-04-16 Doug Evans <dje@google.com>
16760
16761 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16762 Add comment.
16763 (gdbserver_default_get_comm_port): New function.
16764 (gdbserver_start): Check if board file provided
16765 "gdbserver,get_comm_port" and use it if so.
16766 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16767 (gdb,socketport): Set to "stdio".
16768 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16769 (stdio_gdbserver_template): Delete.
16770 (${board}_get_remote_address): Update.
16771 (${board}_build_remote_cmd): Delete.
16772 (${board}_get_comm_port): New function.
16773 (${board}_spawn): Update.
16774 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16775 Delete.
16776 (${board}_get_remote_address): Update.
16777 (${board}_get_comm_port): New function.
16778
16779 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16780
16781 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16782 appearing in any order.
16783
16784 2014-04-15 Doug Evans <dje@google.com>
16785
16786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16787 uninitialized value of "description".
16788
16789 2014-04-15 Keith Seitz <keiths@redhat.com>
16790
16791 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16792 Remove unused globals.
16793 (test_running_the_program): Likewise.
16794 (test_controlled_execution): Likewise.
16795 (test_controlling_breakpoints): Likewise.
16796 (test_program_termination): Likewise.
16797
16798 2014-04-15 Keith Seitz <keiths@redhat.com>
16799
16800 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16801 unused globals.
16802 (test_rbreak_creation_and_listing): Likewise.
16803 (test_ignore_count): Likewise.
16804 (test_error): Likewise.
16805
16806 2014-04-15 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16809 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16810 sym-file-loader.c.
16811 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16812 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16813 to sym-file-loader.c.
16814 (struct library): Forward declare.
16815 (load_shlib, lookup_function): Change prototypes.
16816 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16817 (translate_offset): Remove declarations.
16818 (get_text_addr): New declaration.
16819 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16820 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16821 sym-file-loader.h.
16822 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16823 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16824 here from sym-file-loader.h.
16825 (struct library): New structure.
16826 (load_shlib, lookup_function): Change prototypes and adjust to
16827 work with a struct library.
16828 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16829 (translate_offset): Make static.
16830 (get_text_addr): New function.
16831 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16832
16833 2014-04-15 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16836
16837 2014-04-15 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.base/sym-file-loader.c: Include <limits.h>.
16840 (SELF_LINK): New define.
16841 (get_origin): New function.
16842 (load_shlib): Use it.
16843 * gdb.base/sym-file.exp: Don't early return if the target is
16844 remote. Use runto_main, and issue fail is that fails. Use
16845 gdb_load_shlibs.
16846 (shlib_name): Delete.
16847 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16848
16849 2014-04-15 Pedro Alves <palves@redhat.com>
16850
16851 * gdb.base/sym-file.exp: Remove regex characters from test
16852 message. Don't refer to breakpoint numbers in test messages.
16853
16854 2014-04-14 Keith Seitz <keiths@redhat.com>
16855
16856 PR c++/16253
16857 * gdb.cp/var-tag.cc: New file.
16858 * gdb.cp/var-tag.exp: New file.
16859 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16860 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16861 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16862 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16863
16864 2014-04-14 Tom Tromey <tromey@redhat.com>
16865
16866 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16867 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16868 type.
16869 * gdb.cp/enum-class.exp: New file.
16870 * gdb.cp/enum-class.cc: New file.
16871
16872 2014-04-14 Tom Tromey <tromey@redhat.com>
16873
16874 * gdb.dwarf2/enum-type.exp: New file.
16875
16876 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16877
16878 * gdb.mi/mi-vla-c99.exp: New file.
16879 * gdb.mi/vla.c: New file.
16880
16881 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16882
16883 * gdb.base/vla-datatypes.c: New file.
16884 * gdb.base/vla-datatypes.exp: New file.
16885
16886 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16887
16888 * gdb.base/vla-ptr.c: New file.
16889 * gdb.base/vla-ptr.exp: New file.
16890
16891 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16892
16893 * gdb.dwarf2/count.exp: New file.
16894
16895 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16896
16897 * gdb.base/vla-sideeffect.c: New file.
16898 * gdb.base/vla-sideeffect.exp: New file.
16899
16900 2014-04-14 David Blaikie <dblaikie@gmail.com>
16901
16902 * gdb.mi/non-stop.c: Add return value for non-void function return
16903 statement.
16904 * gdb.threads/staticthreads.c: Ditto.
16905
16906 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16907 Doug Evans <xdje42@gmail.com>
16908
16909 * gdb.guile/scm-value.c: Improve test case.
16910 * gdb.guile/scm-value.exp: Add new test.
16911
16912 2014-04-11 David Blaikie <dblaikie@gmail.com>
16913
16914 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16915 override Clang's default.
16916
16917 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16918
16919 Revert the following changes (regressions):
16920
16921 * gdb.base/vla-sideeffect.c: New file.
16922 * gdb.base/vla-sideeffect.exp: New file.
16923
16924 * gdb.dwarf2/count.exp: New file.
16925
16926 * gdb.base/vla-multi.c: New file.
16927 * gdb.base/vla-multi.exp: New file.
16928
16929 * gdb.base/vla-ptr.c: New file.
16930 * gdb.base/vla-ptr.exp: New file.
16931
16932 * gdb.base/vla-datatypes.c: New file.
16933 * gdb.base/vla-datatypes.exp: New file.
16934
16935 * gdb.mi/mi-vla-c99.exp: New file.
16936 * gdb.mi/vla.c: New file.
16937
16938 2014-04-11 Keith Seitz <keiths@redhat.com>
16939
16940 PR c++/16675
16941 * gdb.cp/cpsizeof.exp: New file.
16942 * gdb.cp/cpsizeof.cc: New file.
16943
16944 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16945
16946 * gdb.mi/mi-vla-c99.exp: New file.
16947 * gdb.mi/vla.c: New file.
16948
16949 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16950
16951 * gdb.base/vla-datatypes.c: New file.
16952 * gdb.base/vla-datatypes.exp: New file.
16953
16954 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16955
16956 * gdb.base/vla-ptr.c: New file.
16957 * gdb.base/vla-ptr.exp: New file.
16958
16959 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16960
16961 * gdb.base/vla-multi.c: New file.
16962 * gdb.base/vla-multi.exp: New file.
16963
16964 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16965
16966 * gdb.dwarf2/count.exp: New file.
16967
16968 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16969
16970 * gdb.base/vla-sideeffect.c: New file.
16971 * gdb.base/vla-sideeffect.exp: New file.
16972
16973 2014-04-11 Yao Qi <yao@codesourcery.com>
16974
16975 * gdb.base/completion.exp: Check file exists before running tests
16976 on file completion.
16977
16978 2014-04-10 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/cond-eval-mode.c: New file.
16981 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16982 prepare_for_testing to build the new file. Check result of
16983 runto_main.
16984 (test_break, test_watch): New procedures.
16985 (top level): Use them.
16986
16987 2014-04-08 Pierre Muller <muller@sourceware.org>
16988
16989 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16990 Ctrl-V use for mingw hosts.
16991
16992 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16993
16994 * gdb.python/py-value.c: Improve test case.
16995 * gdb.python/py-value.exp: Add new test.
16996
16997 2014-04-07 David Blaikie <dblaikie@gmail.com>
16998
16999 * lib/compiler.c: Identify the clang compiler.
17000 * lib/compiler.cc: Ditto.
17001
17002 2014-04-03 Yao Qi <yao@codesourcery.com>
17003
17004 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17005
17006 2014-04-01 Anton Blanchard <anton@samba.org>
17007
17008 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17009 messages unique.
17010
17011 2014-04-01 Anton Blanchard <anton@samba.org>
17012
17013 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17014 prepare_for_testing.
17015
17016 2014-04-01 Anton Blanchard <anton@samba.org>
17017
17018 * gdb.arch/ppc64-atomic-inst.c: Remove.
17019 * gdb.arch/ppc64-atomic-inst.S: New file.
17020 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17021
17022 2014-03-31 Doug Evans <dje@google.com>
17023
17024 * gdb.base/print-symbol-loading-lib.c: New file.
17025 * gdb.base/print-symbol-loading-main.c: New file.
17026 * gdb.base/print-symbol-loading.exp: New file.
17027
17028 2014-03-31 Yao Qi <yao@codesourcery.com>
17029
17030 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17031
17032 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17033
17034 * gdb.ada/mi_dyn_arr: New testcase.
17035
17036 2014-03-27 Doug Evans <dje@google.com>
17037
17038 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17039
17040 2014-03-27 Yao Qi <yao@codesourcery.com>
17041
17042 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17043 if target is nios2-*-*.
17044
17045 2014-03-26 Yao Qi <yao@codesourcery.com>
17046
17047 * lib/gdb.exp (readline_is_used): New proc.
17048 * gdb.base/completion.exp: Move tests on command complete up.
17049 Skip the rest of tests if readline is not used.
17050 * gdb.ada/complete.exp: Skp the test if readline is not
17051 used.
17052 * gdb.base/filesym.exp: Likewise.
17053 * gdb.base/macscp.exp: Likewise.
17054 * gdb.base/readline-ask.exp: Likewise.
17055 * gdb.base/readline.exp: Likewise.
17056 * gdb.python/py-cmd.exp: Likewise.
17057 * gdb.trace/tfile.exp: Likewise.
17058
17059 2014-03-26 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.base/macscp.exp: Fix code format issues.
17062
17063 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17064
17065 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17066 * gdb.asm/powerpc64le.inc: New file.
17067
17068 2014-03-25 Pedro Alves <palves@redhat.com>
17069 Doug Evans <dje@google.com>
17070
17071 * gdb.base/source-execution.c: New file.
17072 * gdb.base/source-execution.exp: New file.
17073 * gdb.base/source-execution.gdb: New file.
17074
17075 2014-03-24 Doug Evans <dje@google.com>
17076
17077 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17078 using fission.
17079
17080 2014-03-24 Hui Zhu <hui@codesourcery.com>
17081 Pedro Alves <palves@redhat.com>
17082
17083 PR breakpoints/16101
17084 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17085 test pass/fail messages. Detect missing support for dprintf when
17086 breakpoints are actually inserted.
17087 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17088 breakpoints are actually inserted.
17089 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17090 fails.
17091
17092 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17093
17094 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17095
17096 2014-03-22 Doug Evans <xdje42@gmail.com>
17097
17098 * gdb.python/python.exp (python not supported): Verify multi-line
17099 python command issues an error.
17100 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17101 guile command issues an error.
17102
17103 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17104
17105 * gdb.threads/thread-specific.exp: Handle the lack of usable
17106 $this_breakpoint and $this_thread.
17107
17108 2014-03-21 Hui Zhu <hui@codesourcery.com>
17109
17110 * gdb.base/attach.exp (do_command_attach_tests): New.
17111
17112 2014-03-20 Tom Tromey <tromey@redhat.com>
17113 Pedro Alves <palves@redhat.com>
17114
17115 PR cli/15718
17116 * gdb.base/condbreak-call-false.c: New file.
17117 * gdb.base/condbreak-call-false.exp: New file.
17118
17119 2014-03-20 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17122 Delete.
17123 (block_signals, unblock_signals): Delete.
17124 (child_function_2, main): Remove references to deleted variable
17125 and functions.
17126
17127 2014-03-20 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17130 Use pthread_kill to signal thread 2.
17131 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17132 Adjust to make the test send itself a signal rather than using the
17133 host's "kill" command.
17134
17135 2014-03-20 Pedro Alves <palves@redhat.com>
17136
17137 * gdb.threads/multiple-step-overs.c: New file.
17138 * gdb.threads/multiple-step-overs.exp: New file.
17139 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17140 Adjust expected infrun debug output.
17141
17142 2014-03-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17145 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17146
17147 2014-03-20 Pedro Alves <palves@redhat.com>
17148
17149 PR breakpoints/7143
17150 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17151 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17152 of gdb_test_multiple.
17153 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17154 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17155
17156 2014-03-20 Pedro Alves <palves@redhat.com>
17157
17158 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17159 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17160
17161 2014-03-19 Pedro Alves <palves@redhat.com>
17162
17163 * gdb.base/async.exp: Remove early return.
17164
17165 2014-03-19 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17168
17169 2014-03-19 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.base/async.exp (test_background): Expect \r\n after
17172 "completed." in the fail pattern.
17173
17174 2014-03-19 Pedro Alves <palves@redhat.com>
17175
17176 * gdb.base/async.exp (test_background): New procedure.
17177 Use it for all background execution command tests.
17178
17179 2014-03-19 Pedro Alves <palves@redhat.com>
17180
17181 * gdb.base/async.exp: Use prepare_for_testing.
17182
17183 2014-03-19 Pedro Alves <palves@redhat.com>
17184
17185 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17186 the same line.
17187
17188 2014-03-19 Pedro Alves <palves@redhat.com>
17189
17190 * gdb.base/async.c (main): Add "jump here" and "until here" line
17191 marker comments.
17192 * gdb.base/async.exp (jump_here): New global.
17193 (jump& test): Use it.
17194 (until_here): New global.
17195 (until& test): Use it.
17196
17197 2014-03-19 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.base/async.exp: Don't frob gdb_protocol.
17200
17201 2014-03-18 Doug Evans <xdje42@gmail.com>
17202
17203 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17204 Fix spelling of exec-done-display.
17205
17206 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17207
17208 PR gdb/15358
17209 * gdb.base/gdb-sigterm.c: New file.
17210 * gdb.base/gdb-sigterm.exp: New file.
17211
17212 2014-03-18 Pedro Alves <palves@redhat.com>
17213
17214 PR gdb/13860
17215 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17216 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17217 solib-event.
17218
17219 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17220
17221 * gdb.ada/pckd_arr_ren: New testcase.
17222
17223 2014-03-13 Doug Evans <xdje42@gmail.com>
17224
17225 PR guile/16612
17226 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17227 collect after discarding symbols.
17228
17229 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17230 Doug Evans <xdje42@gmail.com>
17231
17232 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17233 to history survives a gc.
17234
17235 2014-03-13 Pedro Alves <palves@redhat.com>
17236
17237 * gdb.base/default.exp: Don't test "target procfs".
17238
17239 2014-03-13 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/default.exp: Update "target child" and "target procfs"
17242 tests to not expect "Unix".
17243
17244 2014-03-12 Tom Tromey <tromey@redhat.com>
17245
17246 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17247 New procs. Add target-async tests.
17248 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17249 Add target-async tests.
17250
17251 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17254 'func_start' and 'func_end' for the beginning and end of the
17255 function code, respectively.
17256 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17257 'func_end' instead of 'func' and 'main'.
17258
17259 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17260
17261 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17262 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17263 generate the debug info assembler source.
17264
17265 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17266
17267 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17268 * gdb.dwarf2/arr-subrange.exp: Likewise.
17269 * gdb.dwarf2/dwz.exp: Likewise.
17270 * gdb.dwarf2/method-ptr.exp: Likewise.
17271 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17272 * gdb.dwarf2/subrange.exp: Likewise.
17273 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17274 * gdb.dwarf2/implptrpiece.exp: Likewise.
17275 * gdb.dwarf2/nostaticblock.exp: Likewise.
17276
17277 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17278
17279 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17280 directory to absolute path name arguments.
17281
17282 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17283
17284 * gdb.ada/tagged_access: New testcase.
17285
17286 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17287
17288 * gdb.btrace/data.exp: Update expected output.
17289
17290 2014-03-06 Yao Qi <yao@codesourcery.com>
17291
17292 * gdb.trace/pr16508.exp: New file.
17293
17294 2014-03-05 Pedro Alves <palves@redhat.com>
17295
17296 PR gdb/16575
17297 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17298 procedure.
17299 (top level): Adjust to use it. Add tests that exercise breakpoint
17300 interaction with the code-cache.
17301
17302 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17303
17304 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17305 test for 'history-append!'.
17306
17307 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17308
17309 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17310 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17311 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17312 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17313 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17314 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17315
17316 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17317
17318 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17319 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17320 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17321
17322 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17323
17324 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17325
17326 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.dwarf2/arr-stride.c: New file.
17329 * gdb.dwarf2/arr-stride.exp: New file.
17330
17331 2014-02-26 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17334 that won't ever trigger. Make sure that GDB reports the correct
17335 breakpoint that caused the stop.
17336
17337 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17338
17339 PR gdb/16626
17340 * gdb.base/auto-load-script: New file.
17341 * gdb.base/auto-load.c: New file.
17342 * gdb.base/auto-load.exp: New file.
17343
17344 PR gdb/16626
17345 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17346
17347 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17350 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17351
17352 2014-02-24 Doug Evans <dje@google.com>
17353
17354 * lib/gdb.exp (run_on_host): Log error output if program fails.
17355
17356 2014-02-21 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.threads/step-after-sr-lock.c: Rename to ...
17359 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17360 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17361 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17362 ... this.
17363
17364 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17365
17366 PR tdep/16397
17367 * gdb.arch/amd64-stap-special-operands.exp: New file.
17368 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17369 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17370 * gdb.arch/amd64-stap-triplet.S: Likewise.
17371 * gdb.arch/amd64-stap-triplet.c: Likewise.
17372
17373 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17374
17375 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17376 in .section pseudo-op.
17377
17378 2014-02-20 lin zuojian <manjian2006@gmail.com>
17379 Joel Brobecker <brobecker@adacore.com>
17380 Doug Evans <xdje42@gmail.com>
17381
17382 PR symtab/16581
17383 * gdb.dwarf2/dw2-icycle.S: New file.
17384 * gdb.dwarf2/dw2-icycle.c: New file.
17385 * gdb.dwarf2/dw2-icycle.exp: New file.
17386
17387 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17388
17389 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17390 operations on gdb.Value objects.
17391 * gdb.python/py-value-cc.exp: Add new test to test operations on
17392 gdb.Value objects.
17393
17394 2014-02-18 Doug Evans <dje@google.com>
17395
17396 * Makefile.in (TESTS): New variable.
17397 (expanded_tests, expanded_tests_or_none): New variables
17398 (check-single): Pass $(expanded_tests_or_none) to runtest.
17399 (check-parallel): Only run tests in $(TESTS) if non-empty.
17400 (check/no-matching-tests-found): New rule.
17401 * README: Document TESTS makefile variable.
17402
17403 2014-02-18 Doug Evans <dje@google.com>
17404
17405 * Makefile.in (check-parallel): rm -rf outputs temp.
17406
17407 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17408
17409 Fix "ERROR: no fileid for" in the testsuite.
17410 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17411
17412 2014-02-12 Doug Evans <dje@google.com>
17413
17414 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17415 (MISCELLANEOUS): New variable.
17416 (clean): rm -rf $(MISCELLANEOUS).
17417 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17418 dwp live in the same directory as symlinks, with each symlink pointed
17419 to a differently named file in a different directory.
17420
17421 2014-02-11 Doug Evans <dje@google.com>
17422
17423 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17424 of Tcl file commands.
17425
17426 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17427
17428 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17429 "kill -SIGUSR1 -1".
17430
17431 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17432
17433 * gdb.ada/tick_length_array_enum_idx: New testcase.
17434
17435 2014-02-10 Doug Evans <xdje42@gmail.com>
17436
17437 * configure.ac (AC_OUTPUT): Add gdb.guile.
17438 * configure: Regenerate.
17439 * lib/gdb-guile.exp: New file.
17440 * lib/gdb.exp (get_target_charset): New function.
17441 * gdb.base/help.exp: Update expected output from "apropos apropos".
17442 * gdb.guile/Makefile.in: New file.
17443 * gdb.guile/guile.exp: New file.
17444 * gdb.guile/scm-arch.c: New file.
17445 * gdb.guile/scm-arch.exp: New file.
17446 * gdb.guile/scm-block.c: New file.
17447 * gdb.guile/scm-block.exp: New file.
17448 * gdb.guile/scm-breakpoint.c: New file.
17449 * gdb.guile/scm-breakpoint.exp: New file.
17450 * gdb.guile/scm-disasm.c: New file.
17451 * gdb.guile/scm-disasm.exp: New file.
17452 * gdb.guile/scm-equal.c: New file.
17453 * gdb.guile/scm-equal.exp: New file.
17454 * gdb.guile/scm-error.exp: New file.
17455 * gdb.guile/scm-error.scm: New file.
17456 * gdb.guile/scm-frame-args.c: New file.
17457 * gdb.guile/scm-frame-args.exp: New file.
17458 * gdb.guile/scm-frame-args.scm: New file.
17459 * gdb.guile/scm-frame-inline.c: New file.
17460 * gdb.guile/scm-frame-inline.exp: New file.
17461 * gdb.guile/scm-frame.c: New file.
17462 * gdb.guile/scm-frame.exp: New file.
17463 * gdb.guile/scm-generics.exp: New file.
17464 * gdb.guile/scm-gsmob.exp: New file.
17465 * gdb.guile/scm-iterator.c: New file.
17466 * gdb.guile/scm-iterator.exp: New file.
17467 * gdb.guile/scm-math.c: New file.
17468 * gdb.guile/scm-math.exp: New file.
17469 * gdb.guile/scm-objfile-script-gdb.in: New file.
17470 * gdb.guile/scm-objfile-script.c: New file.
17471 * gdb.guile/scm-objfile-script.exp: New file.
17472 * gdb.guile/scm-objfile.c: New file.
17473 * gdb.guile/scm-objfile.exp: New file.
17474 * gdb.guile/scm-ports.exp: New file.
17475 * gdb.guile/scm-pretty-print.c: New file.
17476 * gdb.guile/scm-pretty-print.exp: New file.
17477 * gdb.guile/scm-pretty-print.scm: New file.
17478 * gdb.guile/scm-section-script.c: New file.
17479 * gdb.guile/scm-section-script.exp: New file.
17480 * gdb.guile/scm-section-script.scm: New file.
17481 * gdb.guile/scm-symbol.c: New file.
17482 * gdb.guile/scm-symbol.exp: New file.
17483 * gdb.guile/scm-symtab-2.c: New file.
17484 * gdb.guile/scm-symtab.c: New file.
17485 * gdb.guile/scm-symtab.exp: New file.
17486 * gdb.guile/scm-type.c: New file.
17487 * gdb.guile/scm-type.exp: New file.
17488 * gdb.guile/scm-value-cc.cc: New file.
17489 * gdb.guile/scm-value-cc.exp: New file.
17490 * gdb.guile/scm-value.c: New file.
17491 * gdb.guile/scm-value.exp: New file.
17492 * gdb.guile/source2.scm: New file.
17493 * gdb.guile/types-module.cc: New file.
17494 * gdb.guile/types-module.exp: New file.
17495
17496 2014-02-10 Yao Qi <yao@codesourcery.com>
17497
17498 PR testsuite/16543
17499 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17500 * configure: Regenerated.
17501 * Makefile.in: New file.
17502
17503 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17504
17505 * gdb.python/py-framefilter.exp: Fix typo.
17506
17507 2014-02-08 Yao Qi <yao@codesourcery.com>
17508
17509 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17510 that no =breakpoint-modified is emitted when breakpoints are
17511 modified through MI commands.
17512
17513 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17514 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.threads/step-after-sr-lock.c: New file.
17517 * gdb.threads/step-after-sr-lock.exp: New file.
17518
17519 2014-02-07 Pedro Alves <palves@redhat.com>
17520
17521 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17522
17523 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17524
17525 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17526 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17527
17528 2014-02-06 Doug Evans <xdje42@gmail.com>
17529
17530 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17531 output.
17532
17533 * gdb.gdb/python-interrupts.exp: New file.
17534
17535 2014-02-05 Yao Qi <yao@codesourcery.com>
17536
17537 * gdb.trace/report.exp (use_collected_data): Test the output
17538 of "info threads" and "info inferiors".
17539
17540 2014-02-05 Yao Qi <yao@codesourcery.com>
17541
17542 Revert this patch:
17543
17544 2013-05-24 Yao Qi <yao@codesourcery.com>
17545
17546 * gdb.trace/tfile.exp: Test inferior and thread.
17547
17548 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17549
17550 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17551 on a function.
17552 * gdb.base/step-bt.c: Call hello via function pointer to make
17553 sure its first instruction is executed on powerpc64le-linux.
17554
17555 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17556
17557 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17558
17559 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17560
17561 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17562 of the test patterns for use on little-endian systems.
17563
17564 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17565
17566 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17567 (decimal_vector): Fix for little-endian.
17568
17569 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17570
17571 * gdb.arch/sparc-sysstep.exp: New file.
17572 * gdb.arch/sparc-sysstep.c: Likewise.
17573
17574 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17575
17576 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17577
17578 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17579
17580 2014-01-23 Tom Tromey <tromey@redhat.com>
17581
17582 * gdb.ada/array_char_idx: New testcase.
17583
17584 2014-01-23 Tom Tromey <tromey@redhat.com>
17585
17586 PR python/16487:
17587 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17588 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17589 classes.
17590
17591 2014-01-23 Tom Tromey <tromey@redhat.com>
17592
17593 PR python/16491:
17594 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17595 string from an inferior frame.
17596 * gdb.python/py-framefilter-mi.exp: Update.
17597
17598 2014-01-22 Doug Evans <dje@google.com>
17599
17600 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17601
17602 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17603
17604 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17605
17606 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17607
17608 * gdb.trace/entry-values.exp: Remove excess space character from
17609 regex patterns. Handle s390 call instruction.
17610
17611 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17612
17613 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17614 define "*_start" label. Make "name" static.
17615 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17616 ${name} by references to ${name}_start.
17617
17618 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17619
17620 * gdb.base/info-macros.exp: Remove "debug" from the compile
17621 options.
17622
17623 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17624
17625 * gdb.dlang/demangle.exp: New file.
17626
17627 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17628
17629 * gdb.dlang/primitive-types.exp: New file.
17630
17631 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17632
17633 * configure.ac: Create gdb.dlang/Makefile.
17634 * configure: Regenerate.
17635 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17636 * gdb.dlang/Makefile.in: New file.
17637 * lib/d-support.exp: New file.
17638 * lib/gdb.exp (skip_d_tests): New proc.
17639
17640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17641
17642 * gdb.btrace/delta.exp: Check reverse stepi.
17643 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17644 * gdb.btrace/finish.exp: New.
17645 * gdb.btrace/next.exp: New.
17646 * gdb.btrace/nexti.exp: New.
17647 * gdb.btrace/record_goto.c: Add comments.
17648 * gdb.btrace/step.exp: New.
17649 * gdb.btrace/stepi.exp: New.
17650 * gdb.btrace/multi-thread-step.c: New.
17651 * gdb.btrace/multi-thread-step.exp: New.
17652 * gdb.btrace/rn-dl-bind.c: New.
17653 * gdb.btrace/rn-dl-bind.exp: New.
17654 * gdb.btrace/data.c: New.
17655 * gdb.btrace/data.exp: New.
17656 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17657
17658 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17659
17660 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17661 * gdb.btrace/exception.exp: Update.
17662 * gdb.btrace/instruction_history.exp: Update.
17663 * gdb.btrace/record_goto.exp: Update.
17664 * gdb.btrace/tailcall.exp: Update.
17665 * gdb.btrace/unknown_functions.exp: Update.
17666 * gdb.btrace/delta.exp: New.
17667
17668 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17669
17670 * gdb.btrace/record_goto.exp: Add backtrace test.
17671 * gdb.btrace/tailcall.exp: Add backtrace test.
17672
17673 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17674
17675 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17676 * gdb.btrace/record_goto.c: New.
17677 * gdb.btrace/record_goto.exp: New.
17678 * gdb.btrace/x86-record_goto.S: New.
17679
17680 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17681
17682 * gdb.btrace/function_call_history.exp: Update tests.
17683 * gdb.btrace/instruction_history.exp: Update tests.
17684
17685 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17686
17687 * gdb.btrace/function_call_history.exp: Fix expected field
17688 order for "record function-call-history".
17689 Add new tests for "record function-call-history /c".
17690 * gdb.btrace/exception.cc: New.
17691 * gdb.btrace/exception.exp: New.
17692 * gdb.btrace/tailcall.exp: New.
17693 * gdb.btrace/x86-tailcall.S: New.
17694 * gdb.btrace/x86-tailcall.c: New.
17695 * gdb.btrace/unknown_functions.c: New.
17696 * gdb.btrace/unknown_functions.exp: New.
17697 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17698
17699 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17700
17701 * gdb.btrace/instruction_history.exp: Update.
17702 * gdb.btrace/function_call_history.exp: Update.
17703
17704 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17705
17706 * gdb.btrace/function_call_history.exp: Fix expected function
17707 trace.
17708 * gdb.btrace/instruction_history.exp: Initialize traced.
17709 Remove traced_functions.
17710
17711 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17712
17713 * gdb.btrace/function_call_history.exp: Update
17714 * gdb.btrace/instruction_history.exp: Update.
17715
17716 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17717
17718 * gdb.btrace/enable.exp: Update expected text.
17719
17720 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17721
17722 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17723 bytes.
17724
17725 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17726
17727 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17728
17729 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17730
17731 * lib/gdb.exp (supports_process_record): Return true for
17732 arm*-linux*. (supports_reverse): Likewise.
17733
17734 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17735
17736 PR python/15464
17737 PR python/16113
17738 * gdb.python/py-type.c: Enhance test case.
17739 * gdb.python/py-value-cc.cc: Likewise
17740 * gdb.python/py-type.exp: Add new tests.
17741 * gdb.python/py-value-cc.exp: Likewise
17742
17743 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17744 Pedro Alves <palves@redhat.com>
17745
17746 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17747 Make "name" extern.
17748 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17749 references to ${name}_start by references to ${name}.
17750
17751 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17752
17753 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17754
17755 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17758
17759 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17760 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.mi/mi-info-os.exp: Connect to the target with
17763 mi_gdb_target_load.
17764
17765 2014-01-08 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.threads/reconnect-signal.c: New file.
17768 * gdb.threads/reconnect-signal.exp: New file.
17769
17770 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17771
17772 * gdb.base/source-dir.exp: New file.
17773
17774 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17775
17776 * gdb.ada/mi_interface: New testcase.
17777
17778 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17781 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17782 gdb.ada/pp-rec-component/pck.ads: New files.
17783
17784 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17785
17786 * gdb.python/py-pp-integral.c: New file.
17787 * gdb.python/py-pp-integral.py: New file.
17788 * gdb.python/py-pp-integral.exp: New file.
17789
17790 For older changes see ChangeLog-1993-2013.
17791 \f
17792 ;; Local Variables:
17793 ;; mode: change-log
17794 ;; left-margin: 8
17795 ;; fill-column: 74
17796 ;; version-control: never
17797 ;; End:
17798
17799 Copyright 2014-2019 Free Software Foundation, Inc.
17800 Copying and distribution of this file, with or without modification,
17801 are permitted provided the copyright notice and this notice are preserved.
This page took 0.406716 seconds and 5 git commands to generate.