Add scalar_storage_order support for floating point
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-04 Tom Tromey <tromey@adacore.com>
2
3 * gdb.base/endianity.c (struct otherendian) <f>: New field.
4 (main): Initialize it.
5 * gdb.base/endianity.exp: Update.
6
7 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
10
11 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
14 -symbol-info-module-functions and -symbol-info-module-variables.
15
16 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
19
20 2019-12-01 Richard Bunt <richard.bunt@arm.com>
21 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.fortran/derived-type-striding.exp: New file.
24 * gdb.fortran/derived-type-striding.f90: New file.
25 * gdb.fortran/array-slices.exp: New file.
26 * gdb.fortran/array-slices.f90: New file.
27
28 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29
30 * gdb.base/define.exp: Test . in command names.
31 * gdb.base/setshow.exp: Update test, as . is now part of
32 command name.
33
34 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35
36 * gdb.base/define-prefix.exp: New file.
37
38 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
41 compile.
42 (skip_btrace_pt_tests): Likewise.
43
44 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.fortran/info-modules.exp: Compile source files in correct
47 order.
48
49 2019-11-27 Kevin Buettner <kevinb@redhat.com>
50
51 * gdb.dwarf2/imported-unit.exp: New file.
52 * gdb.dwarf2/imported-unit.c: New file.
53
54 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.mi/mi-fortran-modules-2.f90: New file.
57 * gdb.mi/mi-fortran-modules.exp: New file.
58 * gdb.mi/mi-fortran-modules.f90: New file.
59
60 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.mi/mi-sym-info-1.c: New file.
63 * gdb.mi/mi-sym-info-2.c: New file.
64 * gdb.mi/mi-sym-info.exp: New file.
65
66 2019-11-22 Tom Tromey <tromey@adacore.com>
67
68 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
69 * gdb.ada/tasks/foo.adb: Add another stopping location.
70
71 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
72
73 * gdb.base/endianity.c: New test.
74 * gdb.base/endianity.exp: New file.
75
76 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
77
78 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
79
80 2019-11-21 Tom de Vries <tdevries@suse.de>
81
82 PR gdb/24956
83 * gdb.base/ui-redirect.exp: Test output of user-defined command.
84
85 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
86
87 * gdb.python/py-progspace.exp: Add missing parentheses on some
88 'print' commands.
89
90 2019-11-19 Tom Tromey <tom@tromey.com>
91
92 * gdb.tui/winheight.exp: New file.
93
94 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.base/ctf-whatis.c: Delete.
97 * gdb.base/ctf-whatis.exp: Delete.
98 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
99
100 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.base/ctf-cvexpr.exp: Delete.
103 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
104
105 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
108 the compiler. Clean up header comment a little.
109 * gdb.base/ctf-ptype.exp: Likewise.
110 * gdb.base/ctf-whatis.exp: Likewise.
111 * lib/gdb.exp (skip_ctf_tests): New proc.
112
113 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
114
115 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
116 * gdb.tui/corefile-run.exp: New file.
117
118 2019-11-14 Tom Tromey <tromey@adacore.com>
119
120 * gdb.base/gdbvars.exp (test_convenience_variables): Add
121 regression tests.
122
123 2019-11-12 Tom Tromey <tom@tromey.com>
124
125 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
126 after any command. Expect prompt after WAIT_FOR is seen.
127 (enter_tui): Enable resize messages.
128 (command): Expect command in output.
129 (get_line): Avoid error when cursor appears to be off-screen.
130 (dump_screen): Include screen size in title.
131 (_do_resize): New proc, from "resize".
132 (resize): Rewrite. Do resize in two steps.
133 * gdb.tui/empty.exp (layouts): Fix entries.
134 (check_boxes): Remove xfail.
135 (check_text): Dump screen on failure.
136
137 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.python/py-symbol.exp: Add test for
140 gdb.lookup_static_symbols.
141
142 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.python/py-symbol.c: Declare and call function from new
145 py-symbol-2.c file.
146 * gdb.python/py-symbol.exp: Compile both source files, and add new
147 tests for gdb.lookup_static_symbol.
148 * gdb.python/py-symbol-2.c: New file.
149
150 2019-11-02 Tom de Vries <tdevries@suse.de>
151
152 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
153 * gdb.base/anon.exp: Same.
154 * gdb.base/auto-connect-native-target.exp: Same.
155 * gdb.base/call-ar-st.exp: Same.
156 * gdb.base/catch-syscall.exp: Same.
157 * gdb.base/commands.exp: Same.
158 * gdb.base/default.exp: Same.
159 * gdb.base/display.exp: Same.
160 * gdb.base/float.exp: Same.
161 * gdb.base/foll-fork.exp: Same.
162 * gdb.base/help.exp: Same.
163 * gdb.base/info-macros.exp: Same.
164 * gdb.base/info-proc.exp: Same.
165 * gdb.base/info-target.exp: Same.
166 * gdb.base/long_long.exp: Same.
167 * gdb.base/macscp.exp: Same.
168 * gdb.base/memattr.exp: Same.
169 * gdb.base/nofield.exp: Same.
170 * gdb.base/pointers.exp: Same.
171 * gdb.base/printcmds.exp: Same.
172 * gdb.base/ptype.exp: Same.
173 * gdb.base/restore.exp: Same.
174 * gdb.base/return.exp: Same.
175 * gdb.base/scope.exp: Same.
176 * gdb.base/set-noassign.exp: Same.
177 * gdb.base/setshow.exp: Same.
178 * gdb.base/shlib-call.exp: Same.
179 * gdb.base/signals.exp: Same.
180 * gdb.base/sigstep.exp: Same.
181 * gdb.base/skip.exp: Same.
182 * gdb.base/solib-symbol.exp: Same.
183 * gdb.base/stap-probe.exp: Same.
184 * gdb.base/step-line.exp: Same.
185 * gdb.base/step-test.exp: Same.
186 * gdb.base/style.exp: Same.
187 * gdb.base/varargs.exp: Same.
188 * gdb.base/vla-datatypes.exp: Same.
189 * gdb.base/vla-ptr.exp: Same.
190 * gdb.base/vla-sideeffect.exp: Same.
191 * gdb.base/volatile.exp: Same.
192 * gdb.base/watch-cond-infcall.exp: Same.
193 * gdb.base/watchpoint.exp: Same.
194
195 2019-11-02 Tom de Vries <tdevries@suse.de>
196
197 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
198 * gdb.cp/cpexprs.exp: Same.
199 * gdb.cp/except-multi-location.exp: Same.
200 * gdb.cp/exceptprint.exp: Same.
201 * gdb.cp/gdb2384.exp: Same.
202 * gdb.cp/inherit.exp: Same.
203 * gdb.cp/m-static.exp: Same.
204 * gdb.cp/meth-typedefs.exp: Same.
205 * gdb.cp/misc.exp: Same.
206 * gdb.cp/namespace.exp: Same.
207 * gdb.cp/non-trivial-retval.exp: Same.
208 * gdb.cp/overload.exp: Same.
209 * gdb.cp/pr17132.exp: Same.
210 * gdb.cp/re-set-overloaded.exp: Same.
211 * gdb.cp/rvalue-ref-types.exp: Same.
212 * gdb.cp/templates.exp: Same.
213
214 2019-11-01 Luis Machado <luis.machado@linaro.org>
215
216 PR gdb/25124
217
218 * gdb.arch/pr25124.S: New file.
219 * gdb.arch/pr25124.exp: New file.
220
221 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.fortran/info-modules.exp: Update expected results, and add
224 additional tests for 'info module functinos', and 'info module
225 variables'.
226 * gdb.fortran/info-types.exp: Update expected results.
227 * gdb.fortran/info-types.f90: Extend testcase with additional
228 module variables and functions.
229
230 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.fortran/info-modules.exp: New file.
233 * gdb.fortran/info-types.exp: Build with new file.
234 * gdb.fortran/info-types.f90: Include and use new module.
235 * gdb.fortran/info-types-2.f90: New file.
236
237 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
240 * gdb.base/settings.exp: Test all settings types using
241 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
242 that now verifies that the value of "maint show" is the same as
243 returned by the settings functions. Test the type of the
244 maintenance settings.
245 * gdb.base/default.exp: Update show_conv_list.
246
247 2019-10-31 Tom de Vries <tdevries@suse.de>
248
249 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
250 gdb_test.
251 * gdb.arch/amd64-disp-step.exp: Same.
252 * gdb.asm/asm-source.exp: Same.
253 * gdb.btrace/buffer-size.exp: Same.
254 * gdb.btrace/cpu.exp: Same.
255 * gdb.btrace/enable.exp: Same.
256 * gdb.dwarf2/count.exp: Same.
257 * gdb.dwarf2/dw2-ranges-func.exp: Same.
258 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
259 * gdb.fortran/vla-datatypes.exp: Same.
260 * gdb.fortran/vla-history.exp: Same.
261 * gdb.fortran/vla-ptype.exp: Same.
262 * gdb.fortran/vla-value.exp: Same.
263 * gdb.fortran/whatis_type.exp: Same.
264 * gdb.guile/guile.exp: Same.
265 * gdb.multi/tids.exp: Same.
266 * gdb.python/py-finish-breakpoint.exp: Same.
267 * gdb.python/py-framefilter.exp: Same.
268 * gdb.python/py-pp-registration.exp: Same.
269 * gdb.python/py-xmethods.exp: Same.
270 * gdb.python/python.exp: Same.
271 * gdb.server/connect-with-no-symbol-file.exp: Same.
272 * gdb.server/no-thread-db.exp: Same.
273 * gdb.server/run-without-local-binary.exp: Same.
274 * gdb.stabs/weird.exp: Same.
275 * gdb.threads/attach-many-short-lived-threads.exp: Same.
276 * gdb.threads/thread-find.exp: Same.
277 * gdb.threads/tls-shared.exp: Same.
278 * gdb.threads/tls.exp: Same.
279 * gdb.threads/wp-replication.exp: Same.
280 * gdb.trace/ax.exp: Same.
281 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
282
283 2019-10-31 Tom de Vries <tdevries@suse.de>
284
285 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
286 * gdb.ada/array_subscript_addr.exp: Same.
287 * gdb.ada/arrayidx.exp: Same.
288 * gdb.ada/arrayparam.exp: Same.
289 * gdb.ada/arrayptr.exp: Same.
290 * gdb.ada/boolean_expr.exp: Same.
291 * gdb.ada/call_pn.exp: Same.
292 * gdb.ada/complete.exp: Same.
293 * gdb.ada/fixed_cmp.exp: Same.
294 * gdb.ada/fun_addr.exp: Same.
295 * gdb.ada/funcall_param.exp: Same.
296 * gdb.ada/interface.exp: Same.
297 * gdb.ada/mod_from_name.exp: Same.
298 * gdb.ada/null_array.exp: Same.
299 * gdb.ada/packed_array.exp: Same.
300 * gdb.ada/packed_tagged.exp: Same.
301 * gdb.ada/print_chars.exp: Same.
302 * gdb.ada/print_pc.exp: Same.
303 * gdb.ada/ptype_arith_binop.exp: Same.
304 * gdb.ada/ptype_field.exp: Same.
305 * gdb.ada/ptype_tagged_param.exp: Same.
306 * gdb.ada/rec_return.exp: Same.
307 * gdb.ada/ref_tick_size.exp: Same.
308 * gdb.ada/str_ref_cmp.exp: Same.
309 * gdb.ada/taft_type.exp: Same.
310 * gdb.ada/tagged.exp: Same.
311 * gdb.ada/type_coercion.exp: Same.
312 * gdb.ada/uninitialized_vars.exp: Same.
313
314 2019-10-30 Tom de Vries <tdevries@suse.de>
315
316 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
317
318 2019-10-26 Tom de Vries <tdevries@suse.de>
319
320 * gdb.base/bigcore.c: Fix typos in comments.
321 * gdb.base/ctf-ptype.c: Same.
322 * gdb.base/long_long.c: Same.
323 * gdb.dwarf2/dw2-op-out-param.S: Same.
324 * gdb.python/py-evthreads.c: Same.
325 * gdb.reverse/i387-stack-reverse.c: Same.
326 * gdb.trace/tfile.c: Same.
327 * lib/compiler.c: Same.
328 * lib/compiler.cc: Same.
329
330 2019-10-25 Tom de Vries <tdevries@suse.de>
331
332 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
333 gdb_test_multiple calls.
334 * gdb.reverse/sigall-reverse.exp: Same.
335 * gdb.reverse/solib-precsave.exp: Same.
336 * gdb.reverse/solib-reverse.exp: Same.
337 * gdb.reverse/until-precsave.exp: Same.
338 * gdb.reverse/until-reverse.exp: Same.
339
340 2019-10-24 Tom de Vries <tdevries@suse.de>
341
342 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
343 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
344 kfail using -wrap pattern flag and convenience variable
345 gdb_test_name.
346
347 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.python/py-progspace.exp: Add tests for the
350 Progspace.block_for_pc method.
351
352 2019-10-23 Tom Tromey <tom@tromey.com>
353
354 * configure: Rebuild.
355 * aclocal.m4: Use m4_include, not sinclude.
356
357 2019-10-21 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/infcall-nested-structs.c: Add
360 __attribute__((noinline,noclone)) to all functions.
361 (call_all): Add missing variable initialization. Simplify return value.
362 (breakpt): Increment volatile variable, to prevent call from being
363 optimized out.
364 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
365
366 2019-10-17 Tom de Vries <tdevries@suse.de>
367
368 * gdb.fortran/module.exp: Allow info variables to print info for files
369 other than module.f90.
370
371 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.fortran/module.exp: Extend with 'info variables' test.
374
375 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
378 F77_FOR_TARGET.
379
380 2019-10-16 Tom de Vries <tdevries@suse.de>
381
382 PR tdep/25096
383 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
384
385 2019-10-16 Tom de Vries <tdevries@suse.de>
386
387 PR tdep/24104
388 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
389 Add KFAIL for PR tdep/25096.
390
391 2019-10-16 Tom de Vries <tdevries@suse.de>
392
393 PR testsuite/25059
394 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
395
396 2019-10-16 Tom de Vries <tdevries@suse.de>
397
398 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
399 as signed.
400
401 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
402
403 * gdb.mi/list-thread-groups-available.exp: Read entries one by
404 one instead of increasing timeout.
405
406 2019-10-13 Tom de Vries <tdevries@suse.de>
407
408 PR record/25038
409 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
410 * gdb.reverse/sigall-reverse.exp: Same.
411 * gdb.reverse/solib-precsave.exp: Same.
412 * gdb.reverse/solib-reverse.exp: Same.
413 * gdb.reverse/step-precsave.exp: Same.
414 * gdb.reverse/until-precsave.exp: Same.
415 * gdb.reverse/until-reverse.exp: Same.
416 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
417
418 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
419
420 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
421 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
422 (cmp_struct_05_01, cmp_struct_static_02_01)
423 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
424 comparisons.
425
426 2019-10-10 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/24888
429 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
430 gnatlink.
431
432 2019-10-09 Tom de Vries <tdevries@suse.de>
433
434 PR testsuite/25048
435 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
436
437 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
440 exceptions due to missing debug information.
441
442 2019-10-07 Tom de Vries <tdevries@suse.de>
443
444 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
445
446 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
449 * gdb.base/annota1.exp: Update to use gdb_test_name.
450
451 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
452
453 * gdb.base/ctf-whatis.exp: New file.
454 * gdb.base/ctf-whatis.c: New file.
455 * gdb.base/ctf-ptype.exp: New file.
456 * gdb.base/ctf-ptype.c: New file.
457 * gdb.base/ctf-constvars.exp: New file.
458 * gdb.base/ctf-constvars.c: New file.
459 * gdb.base/ctf-cvexpr.exp: New file.
460
461 2019-10-04 Tom de Vries <tdevries@suse.de>
462
463 * gdb.cp/local-static.c (main): Move declaration of int i out of the
464 for loop.
465
466 2019-10-03 Tom Tromey <tom@tromey.com>
467
468 PR rust/24976:
469 * gdb.rust/simple.rs (Union2): New type.
470 (main): Use Union2.
471 * gdb.rust/simple.exp: Add test.
472
473 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
476 nested function prefix.
477
478 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
479 Richard Bunt <richard.bunt@arm.com>
480 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
483 nested functions.
484 * gdb.fortran/nested-funcs.f90: Update expected results.
485 * gdb.fortran/nested-funcs-2.exp: New file.
486 * gdb.fortran/nested-funcs-2.f90: New file.
487
488 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * gdb.python/py-parameter.exp: Make test names unique.
491 * gdb.python/py-template.exp: Likewise.
492 * gdb.python/py-value.exp: Likewise.
493
494 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.base/break-interp.exp: Reduce test name duplication.
497 * gdb.base/call-sc.exp: Likewise.
498 * gdb.base/callfuncs.exp: Likewise.
499 * gdb.base/charset.exp: Likewise.
500 * gdb.base/dump.exp: Likewise.
501 * gdb.base/ena-dis-br.exp: Likewise.
502 * gdb.base/relational.exp: Likewise.
503 * gdb.base/step-over-syscall.exp: Likewise.
504 * gdb.base/structs.exp: Likewise.
505
506 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.linespec/explicit.exp: Make test names unique.
509 * gdb.linespec/ls-errs.exp: Likewise.
510
511 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.reverse/break-precsave.exp: Make test names unique.
514 * gdb.reverse/break-reverse.exp: Likewise.
515 * gdb.reverse/finish-precsave.exp: Likewise.
516 * gdb.reverse/finish-reverse.exp: Likewise.
517 * gdb.reverse/machinestate-precsave.exp: Likewise.
518 * gdb.reverse/machinestate.exp: Likewise.
519 * gdb.reverse/readv-reverse.exp: Likewise.
520 * gdb.reverse/recvmsg-reverse.exp: Likewise.
521 * gdb.reverse/sigall-precsave.exp: Likewise.
522 * gdb.reverse/sigall-reverse.exp: Likewise.
523 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
524 * gdb.reverse/watch-precsave.exp: Likewise.
525 * gdb.reverse/watch-reverse.exp: Likewise.
526
527 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.threads/stop-with-handle.c: New file.
530 * gdb.threads/stop-with-handle.exp: New file.
531
532 2019-10-03 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/25059
535 * gdb.base/list-missing-source.exp: Allowing the "Compilation
536 directory" line to be missing.
537
538 2019-10-03 Tom de Vries <tdevries@suse.de>
539
540 PR testsuite/25059
541 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
542 type optional.
543
544 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
545
546 * gdb.python/py-format-string.c (string.h): New include.
547 (main): Fill a_struct_with_union.the_union.an_int with bytes of
548 the same value, for endianness-independence.
549 * gdb.python/py-format-string.exp (default_regexp_dict)
550 (test_pretty_structs, test_format): Adjust expected output to the
551 changed initialization.
552
553 2019-10-02 Tom Tromey <tromey@adacore.com>
554
555 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
556
557 2019-10-02 Pedro Alves <palves@redhat.com>
558 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
561 "print-file-var.h".
562 (this_version_id) Use ATTRIBUTE_VISIBILITY.
563 (get_version_1): Print this_version_id and its address.
564 Add extern "C" wrappers around interface functions.
565 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
566 "print-file-var.h".
567 (this_version_id) Use ATTRIBUTE_VISIBILITY.
568 (get_version_2): Print this_version_id and its address.
569 Add extern "C" wrappers around interface functions.
570 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
571 <stddef.h> and "print-file-var.h".
572 Add extern "C" wrappers around interface functions.
573 [VERSION_ID_MAIN] (this_version_id): Define.
574 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
575 * gdb.base/print-file-var.h: Add some #defines to simplify setting
576 up extern "C" blocks.
577 * gdb.base/print-file-var.exp (test): New, factored out from top
578 level.
579 (top level): Test all combinations of attribute hidden or not,
580 dlopen or not, and this_version_id symbol in main file or not.
581 Compile tests as both C++ and C, make test names unique.
582
583 2019-10-01 Tom Tromey <tom@tromey.com>
584
585 * gdb.base/style.exp: Test "show logging filename".
586
587 2019-10-01 Tom Tromey <tom@tromey.com>
588
589 * lib/gdb-utils.exp (style): Handle "metadata" argument.
590 * gdb.base/style.exp: Add metadata style test.
591
592 2019-10-01 Tom Tromey <tom@tromey.com>
593
594 * gdb.base/style.exp: Test "pwd".
595
596 2019-10-01 Tom Tromey <tom@tromey.com>
597
598 * gdb.base/style.exp: Update tests.
599
600 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
601
602 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
603 'six' to unsigned.
604 (s1): Initialize fields 'four' and 'six' instead of 'three' and
605 'five'. Use an all-ones bit pattern for each.
606 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
607 to its changed values.
608
609 2019-09-30 Tom Tromey <tromey@adacore.com>
610
611 * gdb.rust/traits.rs: Disable all warnings.
612
613 2019-09-29 Tom de Vries <tdevries@suse.de>
614
615 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
616
617 2019-09-29 Tom de Vries <tdevries@suse.de>
618
619 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
620
621 2019-09-27 Tom de Vries <tdevries@suse.de>
622
623 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
624
625 2019-09-27 Tom de Vries <tdevries@suse.de>
626
627 PR record/23188
628 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
629
630 2019-09-26 Tom Tromey <tromey@adacore.com>
631
632 * gdb.ada/py_taft.exp: New file.
633 * gdb.ada/py_taft/main.adb: New file.
634 * gdb.ada/py_taft/pkg.adb: New file.
635 * gdb.ada/py_taft/pkg.ads: New file.
636
637 2019-09-24 Tom de Vries <tdevries@suse.de>
638
639 PR gdb/24598
640 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
641
642 2019-09-22 Tom de Vries <tdevries@suse.de>
643
644 * gdb.base/restore.exp: Allow register variables to be optimized out at
645 -O0.
646
647 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
648
649 * gdb.arch/spu-info.exp: Remove file.
650 * gdb.arch/spu-info.c: Remove file.
651 * gdb.arch/spu-ls.exp: Remove file.
652 * gdb.arch/spu-ls.c: Remove file.
653
654 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
655 * gdb.asm/spu.inc: Remove file.
656
657 * gdb.base/dump.exp: Remove support for spu*-*-*.
658 * gdb.base/stack-checking.exp: Likewise.
659 * gdb.base/overlays.exp: Likewise.
660 * gdb.base/ovlymgr.c: Likewise.
661 * gdb.base/spu.ld: Remove file.
662
663 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
664 * gdb.cp/cpexprs.exp: Likewise.
665 * gdb.cp/exception.exp: Likewise.
666 * gdb.cp/gdb2495.exp: Likewise.
667 * gdb.cp/mb-templates.exp: Likewise.
668 * gdb.cp/pr9167.exp: Likewise.
669 * gdb.cp/userdef.exp: Likewise.
670
671 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
672
673 * gdb.cell: Remove directory.
674 * lib/cell.exp: Remove file.
675
676 2019-09-19 Tom de Vries <tdevries@suse.de>
677
678 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
679
680 2019-09-19 Tom de Vries <tdevries@suse.de>
681
682 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
683
684 2019-09-19 Tom de Vries <tdevries@suse.de>
685
686 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
687 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
688 (gdb_target_cmd): ... here.
689 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
690 value 2.
691
692 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.base/source-dir.exp: Avoid having directory names in test
695 names.
696
697 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.base/source-dir.exp: Add extra test for mapped compilation
700 directory.
701
702 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.base/list-missing-source.exp: New file.
705
706 2019-09-14 Tom de Vries <tdevries@suse.de>
707
708 PR teststuite/24599
709 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
710 * lib/ada.exp (gnatmake_version_at_least): New proc.
711
712 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.base/maint.exp: Use exec_has_index_section.
715
716 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * gdb.base/maint.exp: Add test for 'maint info sections'.
719
720 2019-09-12 Tom de Vries <tdevries@suse.de>
721
722 * gdb.base/store.exp: Allow register variables to be optimized out at
723 -O0.
724
725 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
726
727 * gdb.ada/rdv_wait.exp: Update to new task names.
728 * gdb.base/task_switch_in_core.exp: Likewise.
729 * gdb.base/info_sources_base.c: Likewise.
730
731 2019-09-10 Tom Tromey <tromey@adacore.com>
732
733 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
734
735 2019-09-10 Tom Tromey <tromey@adacore.com>
736
737 * gdb.ada/dgopt.exp: New file.
738 * gdb.ada/dgopt/x.adb: New file.
739
740 2019-09-08 Tom Tromey <tom@tromey.com>
741
742 * gdb.tui/resize.exp: Remove setup_xfail.
743 * gdb.tui/regs.exp: Remove setup_xfail.
744 * gdb.tui/basic.exp: Remove setup_xfail.
745
746 2019-09-06 David Blaikie <dblaikie@gmail.com>
747
748 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
749 * gdb.cp/cplabel.exp: Ditto.
750 * gdb.linespec/ls-errs.exp: Ditto.
751
752 2019-09-05 Tom de Vries <tdevries@suse.de>
753
754 * lib/gdb.exp (cmp_file_string): New proc.
755 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
756 runto_main. Verify save breakpoints output.
757
758 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
759
760 * gdb.base/info-var.exp: Test info variables without running
761 to main, to avoid expect's buffer overflow.
762
763 2019-09-03 Tom Tromey <tromey@adacore.com>
764
765 * gdb.ada/bias.exp: New file.
766 * gdb.ada/bias/bias.adb: New file.
767 * gdb.ada/print_chars.exp: Add regression test.
768 * gdb.ada/print_chars/foo.adb (My_Character): New type.
769 (MC): New variable.
770
771 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
772
773 * gdb.base/argv0-symlink.exp: Run only on native target
774 and local host.
775
776 2019-08-29 Tom de Vries <tdevries@suse.de>
777
778 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
779 diverse debug info.
780 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
781
782 2019-08-28 Tom de Vries <tdevries@suse.de>
783
784 * gdb.base/info-var.exp: Allow info variables to print info for files
785 other than info-var-f1.c and info-var-f2.c.
786
787 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.fortran/info-types.exp: Add module.
790 * gdb.fortran/info-types.f90: Update expected results.
791
792 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.fortran/info-types.exp: New file.
795 * gdb.fortran/info-types.f90: New file.
796 * lib/fortran.exp (fortran_character1): New proc.
797
798 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
801 functions'. Reindent as needed.
802 * gdb.base/info-var-f1.c: New file.
803 * gdb.base/info-var-f2.c: New file.
804 * gdb.base/info-var.exp: New file.
805 * gdb.base/info-var.h: New file.
806
807 2019-08-26 Tom de Vries <tdevries@suse.de>
808
809 PR c++/24852
810 * gdb.cp/no-libstdcxx-probe.exp: New test.
811
812 2019-08-26 Tom de Vries <tdevries@suse.de>
813
814 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
815 * tests need to be skipped.
816 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
817 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
818 mi_skip_libstdcxx_probe_tests.
819
820 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
821
822 * gdb.python/py-xmethods.exp: Use raw strings when passing
823 arguments to SimpleXMethodMatcher.
824
825 2019-08-22 Tom de Vries <tdevries@suse.de>
826
827 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
828 more informative.
829
830 2019-08-21 Pedro Alves <palves@redhat.com>
831
832 * gdb.base/with.exp: Test "with" with no arguments.
833
834 2019-08-21 Tom de Vries <tdevries@suse.de>
835
836 * gdb.base/gdb-caching-proc.exp: Sort files.
837
838 2019-08-20 Tom de Vries <tdevries@suse.de>
839
840 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
841 compilation.
842
843 2019-08-16 Tom de Vries <tdevries@suse.de>
844
845 * gdb.base/compare-sections.exp ("after run to main"): Allow
846 mismatched read-only sections for PIE executables.
847
848 2019-08-16 Tom Tromey <tom@tromey.com>
849
850 * lib/tuiterm.exp (_csi_Z): New proc.
851 * gdb.tui/basic.exp: Update window positions.
852 * gdb.tui/empty.exp: Update window positions.
853
854 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
855
856 * gdb.base/examine-backward.exp: Correct regexp for
857 "examine 3 bytes backward from ${address_zero}".
858
859 2019-08-15 Tom Tromey <tom@tromey.com>
860
861 * gdb.tui/empty.exp: Enable resizing tests.
862
863 2019-08-15 Tom Tromey <tromey@adacore.com>
864
865 * gdb.ada/char_enum.exp: Add regression tests.
866 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
867 and '0'.
868 (Char, Gchar): Update.
869 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
870
871 2019-08-15 Christian Biesinger <cbiesinger@google.com>
872
873 * gdb.python/python.exp: Expect a leading underscore on
874 GdbOutput{,Error}File.
875
876 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
877
878 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
879 Windows host.
880
881 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
882
883 * gdb.base/batch-preserve-term-settings.exp
884 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
885
886 2019-08-15 Christian Biesinger <cbiesinger@google.com>
887
888 * lib/gdb.exp: When running on a mingw target, replace
889 /x/ with x:/.
890
891 2019-08-14 Alan Hayward <alan.hayward@arm.com>
892
893 * gdb.arch/aarch64-prologue.c: New test.
894 * gdb.arch/aarch64-prologue.exp: New file.
895
896 2019-08-13 Tom de Vries <tdevries@suse.de>
897
898 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
899 Thread.
900
901 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
902
903 * gdb.python/py-completion.exp: Download the .py file to the host
904 and use its host pathname. Conditionalize tests that use
905 tab completion and manipulate files on the build machine.
906 * gdb.python/py-events.exp: Download the .py file to the host
907 and use its host pathname.
908 * gdb.python/py-evsignal.exp: Likewise.
909 * gdb.python/py-evthreads.exp: Likewise.
910 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
911 pathname syntax.
912 * gdb.python/py-framefilter.exp: Download the .py file to the right
913 place on the host. Match Windows pathname syntax.
914 * gdb.python/py-mi-var-info-path-expression.exp: Download the
915 .py file to the host and use its host pathname.
916 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
917 * gdb.python/py-objfile.exp: Expect a host pathname, not a
918 build pathname. Skip symlink test on Windows host. Add missing
919 newline at end of file.
920 * gdb.python/py-pp-maint.exp: Download the .py file to the host
921 and use its host pathname.
922 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
923 * gdb.python/py-section-script.exp: Use host location of binfile
924 on safe-path. Use correct path separator on Windows host.
925 Reorder alternatives in gdb_test_multiple to prevent matching
926 the wrong alternative on success.
927 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
928
929 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
930
931 * gdb.gdb/selftest.exp (test_with_self): Update test to now
932 expect the GDB inferior to no longer immediately stop after
933 being resumed with "signal SIGINT".
934
935 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
936
937 * gdb.linespec/break-ask.exp: Generalize regexps to match
938 Windows pathnames too.
939
940 2019-08-08 Tom de Vries <tdevries@suse.de>
941
942 PR testsuite/24862
943 * lib/tuiterm.exp (_accept): Fix CSI regexp.
944
945 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
946
947 * gdb.base/style.exp: Update tests for help doc new invariants.
948 * gdb.base/help.exp: Likewise.
949
950 2019-08-06 Tom Tromey <tom@tromey.com>
951
952 * gdb.base/style.exp: Add disassemble test.
953 * gdb.base/style.c (some_called_function): New function.
954 (main): Use it.
955
956 2019-08-05 Christian Biesinger <cbiesinger@google.com>
957
958 * gdb.python/py-block.exp: Test dictionary access on blocks.
959
960 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
961
962 PR gdb/24863
963 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
964 -list-thread-groups --available test when running under
965 check-read1.
966
967 2019-08-05 Tom de Vries <tdevries@suse.de>
968
969 PR testsuite/24863
970 * lib/gdb.exp (with_read1_timeout_factor): New proc.
971 * gdb.base/help.exp: Use with_read1_timeout_factor.
972 * gdb.base/info-macros.exp: Same.
973 * gdb.cp/nested-types.exp: Same.
974
975 2019-08-05 Tom de Vries <tdevries@suse.de>
976
977 * lib/gdb.exp (version_at_least): Factor out of ...
978 (tcl_version_at_least): ... here.
979 (gdb_compile): Fail if pie results in non-PIE executable.
980 (readelf_version, readelf_prints_pie): New proc.
981 (exec_is_pie): Return -1 if unknown.
982
983 2019-08-05 Tom de Vries <tdevries@suse.de>
984
985 * lib/gdb.exp (tcl_version_at_least): Fix typo.
986
987 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
988
989 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
990
991 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
992
993 * lib/completion-support.exp (test_gdb_complete_none): Skip
994 tab completion tests if no readline support.
995 (test_gdb_complete_unique_re): Likewise.
996 (test_gdb_complete_multiple): Likewise.
997
998 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
999
1000 * gdb.base/info_sources.exp: New file.
1001 * gdb.base/info_sources.c: New file.
1002 * gdb.base/info_sources_base.c: New file.
1003
1004 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1005
1006 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1007 prefix argument.
1008 (test_exit_status): Add prefix argument.
1009
1010 2019-08-01 Tom de Vries <tdevries@suse.de>
1011
1012 PR testsuite/24863
1013 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1014 calling exp_continue for new thread and thread exited messages.
1015
1016 2019-08-01 Tom de Vries <tdevries@suse.de>
1017
1018 PR testsuite/24863
1019 * gdb.base/structs.exp: Fix check-read1 timeout using
1020 gdb_test_sequence.
1021 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1022
1023 2019-08-01 Tom de Vries <tdevries@suse.de>
1024
1025 PR testsuite/24863
1026 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1027 line.
1028
1029 2019-08-01 Tom de Vries <tdevries@suse.de>
1030
1031 PR testsuite/24863
1032 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1033
1034 2019-07-30 Tom Tromey <tromey@adacore.com>
1035
1036 * gdb.ada/display_nested.exp: New file.
1037 * gdb.ada/display_nested/foo.adb: New file.
1038 * gdb.ada/display_nested/pack.adb: New file.
1039 * gdb.ada/display_nested/pack.ads: New file.
1040
1041 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1042
1043 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1044 namespace.
1045 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1046
1047 2019-07-30 Tom de Vries <tdevries@suse.de>
1048
1049 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1050 instead.
1051
1052 2019-07-30 Tom de Vries <tdevries@suse.de>
1053
1054 PR testsuite/24834
1055 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1056 (exec_is_pie): New proc.
1057
1058 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1059
1060 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1061
1062 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1063
1064 * gdb.python/py-objfile.c: Add global and static vars.
1065 * gdb.python/py-objfile.exp: Test new functions Objfile.
1066 lookup_global_symbol and lookup_static_symbol.
1067
1068 2019-07-29 Tom Tromey <tom@tromey.com>
1069
1070 * lib/tuiterm.exp (Term::_csi_@): New proc.
1071 (Term::_csi_X): Don't move cursor.
1072
1073 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1074
1075 * gdb.base/options.exp: Update backtrace - completion to
1076 new option -frame-info.
1077 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1078 Test new 'set print frame-info'. Test backtrace -frame-info
1079 overriding 'set print frame-info'.
1080 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1081 Test new 'set print frame-info'.
1082 Verify consistency of backtrace with and without filters, with and
1083 without -no-filters.
1084 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1085 default.
1086
1087 2019-07-29 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1090 no arguments".
1091
1092 2019-07-29 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1095 is a substring of the first for "complete non-unique file name".
1096
1097 2019-07-29 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1100 with ".*".
1101
1102 2019-07-29 Tom de Vries <tdevries@suse.de>
1103
1104 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1105 Pass prompt_regexp parameter to gdb_test_multiple calls.
1106
1107 2019-07-29 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1110 print registers" regexps.
1111
1112 2019-07-29 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1115
1116 2019-07-29 Tom de Vries <tdevries@suse.de>
1117
1118 PR gdb/24855
1119 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1120 (skip_python_tests_prompt): Add prompt_regexp argument to
1121 gdb_test_multiple calls.
1122
1123 2019-07-27 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.tui/main.exp: New file.
1126
1127 2019-07-27 Tom Tromey <tom@tromey.com>
1128
1129 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1130 optional.
1131 * gdb.tui/empty.exp: New file.
1132
1133 2019-07-27 Tom Tromey <tom@tromey.com>
1134
1135 * lib/tuiterm.exp (spawn): New proc.
1136 (Term::resize): New proc.
1137 * gdb.tui/resize.exp: New file.
1138
1139 2019-07-27 Tom Tromey <tom@tromey.com>
1140
1141 * gdb.tui/list.exp: New file.
1142
1143 2019-07-27 Tom Tromey <tom@tromey.com>
1144
1145 * gdb.tui/regs.exp: New file.
1146
1147 2019-07-27 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.tui/basic.exp: Add "layout split" test.
1150
1151 2019-07-27 Tom Tromey <tom@tromey.com>
1152
1153 * gdb.tui/basic.exp: Add "layout asm" test.
1154
1155 2019-07-27 Tom Tromey <tom@tromey.com>
1156
1157 * lib/tuiterm.exp: New file.
1158 * gdb.tui/basic.exp: New file.
1159
1160 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1161
1162 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1163 Enable tests associated with this flag. Adjust regex
1164 referencing "foo_low" to now refer to "foo_cold" instead.
1165
1166 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1167
1168 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1169 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1170 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1171 foo_cold. Revise comments to match.
1172 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1173 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1174 were wrapped into this proc; Call do_test in loop from outermost
1175 level.
1176 (foo_low): Rename all occurrences to "foo_cold".
1177 (backtrace from baz): New test.
1178 (x2/i foo_cold): New test.
1179 (info line *foo_cold): New test.
1180
1181 2019-07-26 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1184
1185 2019-07-25 Tom de Vries <tdevries@suse.de>
1186
1187 PR testsuite/24830
1188 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1189 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1190 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1191 (skip_libstdcxx_probe_tests): ... here.
1192 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1193
1194 2019-07-24 Tom de Vries <tdevries@suse.de>
1195
1196 PR testsuite/24807
1197 * gdb.objc/basicclass.m: Include stdio.h.
1198 * gdb.objc/nondebug.m: Same.
1199 * gdb.objc/objcdecode.m: Same.
1200
1201 2019-07-24 Tom de Vries <tdevries@suse.de>
1202
1203 PR testsuite/24612
1204 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1205 additional_flags.
1206
1207 2019-07-24 Tom de Vries <tdevries@suse.de>
1208
1209 PR testsuite/24831
1210 * gdb.multi/tids.exp: Update error messages for info threads.
1211
1212 2019-07-24 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.base/info-types.exp: Allow info types to print info for more than
1215 one file.
1216
1217 2019-07-23 Tom de Vries <tdevries@suse.de>
1218
1219 PR testsuite/24842
1220 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1221 gdb_spawn_with_cmdline_opts.
1222
1223 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1224
1225 * gdb.arch/arm-cmse-sgstubs.c: New test.
1226 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1227
1228 2019-07-23 Tom de Vries <tdevries@suse.de>
1229
1230 PR testsuite/24711
1231 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1232 issuing next command.
1233
1234 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.ada/info_auto_lang.exp: Update expected results.
1237 * gdb.base/info-types.c: Add additional types to check.
1238 * gdb.base/info-types.exp: Update expected results.
1239
1240 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.base/info-types.c: New file.
1243 * gdb.base/info-types.exp: New file.
1244
1245 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * gdb.arch/riscv-bp-infcall.c: New file.
1248 * gdb.arch/riscv-bp-infcall.exp: New file.
1249
1250 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 PR breakpoints/24541
1253 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1254
1255 2019-07-14 Tom de Vries <tdevries@suse.de>
1256
1257 PR testsuite/24760
1258 * gdb.objc/basicclass.exp: Fix unterminated string.
1259
1260 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1261 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1264 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1265 negative bounds.
1266 * gdb.fortran/vla-value.exp: Print elements of an array with
1267 negative bounds.
1268 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1269 testing.
1270
1271 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * gdb.base/options.exp (expect_string): Dequote strings in
1274 results.
1275 (test-string): Test strings with different quoting and reindent.
1276
1277 2019-07-10 Tom Tromey <tromey@adacore.com>
1278
1279 * gdb.ada/mi_ex_cond.exp: Update expected results.
1280 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1281 * gdb.ada/mi_catch_ex.exp: Update expected results.
1282 * gdb.ada/mi_catch_assert.exp: Update expected results.
1283 * gdb.ada/catch_ex.exp (catch_exception_info)
1284 (catch_exception_entry, catch_assert_entry)
1285 (catch_unhandled_entry): Update.
1286 * gdb.ada/catch_assert_if.exp: Update expected results.
1287
1288 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1289 Stephen Roberts <stephen.roberts@arm.com>
1290
1291 * gdb.base/define.exp: Restore original prompt.
1292
1293 2019-07-09 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1296 breakpoints" output.
1297 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1298 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1299 throw" creates breakpoint.
1300 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1301 'type="catchpoint"'.
1302
1303 2019-07-09 Pedro Alves <palves@redhat.com>
1304
1305 PR c++/15468
1306 * gdb.cp/except-multi-location-lib.cc: New.
1307 * gdb.cp/except-multi-location-main.cc: New.
1308 * gdb.cp/except-multi-location.exp: New.
1309
1310 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1311
1312 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1313 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1314 argument and update callers.
1315
1316 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.arch/amd64-break-on-asm-line.S: New file.
1319 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1320
1321 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1322
1323 * gdb.base/printcmds.exp: Test printing C string and
1324 C wide string convenience vars without transiting via the inferior.
1325 Also make test names unique.
1326
1327 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1328
1329 PR breakpoints/25011
1330 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1331
1332 2019-07-04 Pedro Alves <palves@redhat.com>
1333
1334 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1335 body returned ok(0), break(3) or continue(4).
1336 * gdb.testsuite/foreach_with_prefix.exp: New file.
1337
1338 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1339
1340 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1341
1342 2019-07-03 Pedro Alves <palves@redhat.com>
1343
1344 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1345 "return -code".
1346
1347 2019-07-03 Pedro Alves <palves@redhat.com>
1348
1349 PR cli/24732
1350 * gdb.base/shell.exp: Load completion-support.exp.
1351 Adjust expected error output. Add completion tests.
1352
1353 2019-07-03 Pedro Alves <palves@redhat.com>
1354
1355 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1356 string_to_regexp.
1357
1358 2019-07-03 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1361 (expect_integer): Adjust to expect "-string".
1362 (expect_string): New.
1363 (all_options): Expect "-string".
1364 (test-flag, test-boolean): Adjust to expect "-string".
1365 (test-string): New proc.
1366 (top level): Call it.
1367
1368 2019-07-03 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1371 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1372 the expected output in the success.
1373
1374 2019-07-03 Pedro Alves <palves@redhat.com>
1375
1376 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1377 Split one gdb_test_multiple call in two to avoid a race.
1378
1379 2019-07-03 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/with.c: New file.
1382 * gdb.base/with.exp: New file.
1383
1384 2019-07-03 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.base/settings.exp: Replace all references to "maint
1387 test-settings set" with references to "maint set test-settings",
1388 and all references to "maint test-settings show" with references
1389 to "maint show test-settings".
1390
1391 2019-07-03 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/settings.exp (test-string): Adjust expected out when
1394 testing "maint test-settings show filename"
1395
1396 2019-07-02 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.base/options.exp (test-info-threads): New procedure.
1399 (top level): Call it.
1400
1401 2019-06-28 Tom Tromey <tromey@adacore.com>
1402
1403 * gdb.dwarf2/ada-linkage-name.c: New file.
1404 * gdb.dwarf2/ada-linkage-name.exp: New file.
1405
1406 2019-06-27 Tom Tromey <tromey@adacore.com>
1407
1408 PR c++/20020:
1409 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1410
1411 2019-06-26 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1414
1415 2019-06-26 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.base/index-cache.exp: Add back missing debug option.
1418
1419 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1420
1421 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1422
1423 2019-06-25 Tom de Vries <tdevries@suse.de>
1424
1425 PR testsuite/24727
1426 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1427
1428 2019-06-24 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1431
1432 2019-06-24 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1435 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1436 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1437
1438 2019-06-24 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1441
1442 2019-06-21 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1445
1446 2019-06-21 Tom de Vries <tdevries@suse.de>
1447
1448 PR testsuite/24518
1449 PR ada/24713
1450 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1451 index.
1452
1453 2019-06-19 Tom Tromey <tromey@adacore.com>
1454
1455 * gdb.ada/length_cond.exp: Add intro comment.
1456
1457 2019-06-19 Tom Tromey <tromey@adacore.com>
1458
1459 * gdb.ada/length_cond.exp: New file.
1460 * gdb.ada/length_cond/length_cond.adb: New file.
1461 * gdb.ada/length_cond/pck.adb: New file.
1462 * gdb.ada/length_cond/pck.ads: New file.
1463
1464 2019-06-18 Tom de Vries <tdevries@suse.de>
1465
1466 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1467
1468 2019-06-18 Tom Tromey <tromey@adacore.com>
1469
1470 * gdb.base/list0.h: Add comment explaining control character.
1471
1472 2019-06-18 Tom de Vries <tdevries@suse.de>
1473
1474 * boards/fission.exp: Break up long debug_flags line.
1475
1476 2019-06-16 Tom de Vries <tdevries@suse.de>
1477
1478 PR gdb/24445
1479 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1480 generated index.
1481
1482 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1483
1484 PR gdb/24686
1485 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1486 improve detection of bug gdb/24541.
1487
1488 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1489
1490 PR gdb/24669
1491 * gdb.base/index-cache.exp (uses_readnow,
1492 expecting_index_cache_use): Define global variable.
1493 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1494 expecting_index_cache_use.
1495
1496 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1497 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.fortran/pointers.f90: New file.
1500 * gdb.fortran/print_type.exp: New file.
1501 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1502 * gdb.fortran/vla-type.exp: Likewise.
1503 * gdb.fortran/vla-value.exp: Likewise.
1504 * gdb.mi/mi-vla-fortran.exp: Likewise.
1505
1506 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1509 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1510 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1511 as a stop reason.
1512
1513 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.base/annota1.exp: Update expected results.
1516 * gdb.cp/annota2.exp: Likewise.
1517 * gdb.cp/annota3.exp: Likewise.
1518
1519 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.base/style-logging.exp: Remove path from test name.
1522
1523 2019-06-14 Tom Tromey <tromey@adacore.com>
1524
1525 PR gdb/24502:
1526 * gdb.base/style-logging.exp: New file.
1527
1528 2019-06-14 Tom Tromey <tromey@adacore.com>
1529
1530 * gdb.base/symfile-warn.exp: New file.
1531 * gdb.base/symfile-warn.c: New file.
1532
1533 2019-06-14 Tom Tromey <tromey@adacore.com>
1534
1535 * gdb.base/annotate-symlink.exp: New file.
1536
1537 2019-06-14 Tom Tromey <tromey@adacore.com>
1538
1539 * gdb.ada/set_wstr.exp: Add reassignment test.
1540
1541 2019-06-14 Tom Tromey <tromey@adacore.com>
1542
1543 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1544 'unchecked_access and 'unrestricted_access as well.
1545
1546 2019-06-14 Tom Tromey <tromey@adacore.com>
1547
1548 PR ada/24539:
1549 * gdb.ada/vla.exp: Update tests.
1550 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1551 pragma.
1552
1553 2019-06-13 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/settings.exp (test-integer): Test junk after
1556 "unlimited".
1557
1558 2019-06-13 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/options.exp (test-thread-apply): New.
1561 (top level): Call it.
1562
1563 2019-06-13 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/options.exp (test-frame-apply): New.
1566 (top level): Test print commands with different "frame apply"
1567 prefixes.
1568
1569 2019-06-13 Pedro Alves <palves@redhat.com>
1570
1571 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1572 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1573 'max_completions' parameter and handle it.
1574 (test_gdb_completion_offers_commands): New.
1575
1576 2019-06-13 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1579
1580 2019-06-13 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.base/options.exp (test-backtrace): New.
1583 (top level): Call it.
1584
1585 2019-06-13 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.guile/scm-frame-args.exp: Use "set print
1588 raw-frame-arguments" instead of "set print raw frame-arguments".
1589 * gdb.python/py-frame-args.exp: Likewise.
1590
1591 2019-06-13 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.compile/compile.exp: Adjust expected output to option
1594 processing changes.
1595
1596 2019-06-13 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.base/options.exp: Build executable.
1599 (test-print): New procedure.
1600 (top level): Call it, once for "print" and another for "compile
1601 print".
1602
1603 2019-06-13 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/options.c: New file.
1606 * gdb.base/options.exp: New file.
1607
1608 2019-06-13 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1611 that "o" is ambiguous.
1612
1613 2019-06-13 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.base/settings.c: New file.
1616 * gdb.base/settings.exp: New file.
1617
1618 2019-06-13 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/completion.exp: Fix comment typo.
1621
1622 2019-06-13 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1625 foo --1" test.
1626
1627 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1628
1629 * gdb.fortran/block-data.f: New.
1630 * gdb.fortran/block-data.exp: New.
1631
1632 2019-06-11 Tom de Vries <tdevries@suse.de>
1633
1634 PR testsuite/24521
1635 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1636 message.
1637
1638 2019-06-11 Tom de Vries <tdevries@suse.de>
1639
1640 PR testsuite/24521
1641 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1642
1643 2019-06-11 Tom de Vries <tdevries@suse.de>
1644
1645 * boards/readnow.exp: New file.
1646
1647 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.fortran/vla-sizeof.exp: Update expected results.
1650
1651 2019-06-06 Amos Bird <amosbird@gmail.com>
1652
1653 * gdb.base/annota1.exp (thread_switch): Add test for
1654 thread-exited annotation.
1655
1656 2019-06-06 Tom Tromey <tromey@adacore.com>
1657
1658 * gdb.base/maint.exp: Expect command started/finished output.
1659
1660 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1663 comment.
1664 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1665
1666 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1669 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1670 * gdb.arch/riscv-unwind-long-insn.c: New file.
1671 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1672
1673 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1674
1675 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1676
1677 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * lib/gdb.exp (help_list_trailer): New regexp variable
1680 factorizing the help trailer message.
1681 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1682 arg to allow to better factorize various tests.
1683 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1684 (test_prefix_command_help): Use help_list_trailer.
1685 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1686 * gdb.guile/scm-cmd.exp: Likewise.
1687 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1688 * gdb.base/help.exp: Use test_user_defined_class_help.
1689 * gdb.base/style.exp: Add tests for styling of help and apropos.
1690 * lib/gdb-utils.exp (style): Add title and highlight styles.
1691
1692 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1693
1694 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1695 $_shell_exitsignal.
1696 * gdb.base/default.exp: Update for new convenience variables.
1697
1698 2019-05-29 Tom Tromey <tromey@adacore.com>
1699
1700 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1701 to "break complete ada" test case's regexp.
1702
1703 2019-05-29 Tom Tromey <tromey@adacore.com>
1704
1705 PR c++/20020:
1706 * gdb.cp/constexpr-field.exp: New file.
1707 * gdb.cp/constexpr-field.cc: New file.
1708
1709 2019-05-29 Tom Tromey <tromey@adacore.com>
1710
1711 * gdb.base/finish.exp (finish_no_print): New proc.
1712 (finish_tests): Call it.
1713
1714 2019-05-24 Tom de Vries <tdevries@suse.de>
1715
1716 * gdb.dwarf2/gdb-add-index.exp: New file.
1717
1718 2019-05-22 Tom Tromey <tromey@adacore.com>
1719
1720 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1721 * gdb.base/style.exp: Use "style".
1722 * lib/gdb-utils.exp (style): New proc.
1723
1724 2019-05-22 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.base/align.exp: Require c++11.
1727
1728 2019-05-22 Tom de Vries <tdevries@suse.de>
1729
1730 PR testsuite/24586
1731 * gdb.python/py-mi-var-info-path-expression.exp: Call
1732 mi_skip_python_tests to check if python is supported.
1733
1734 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1735
1736 * gdb.arch/aarch64-pauth.c: New test.
1737 * gdb.arch/aarch64-pauth.exp: New file.
1738
1739 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1740
1741 * README (Re-running Tests Outside The Testsuite): New section.
1742
1743 2019-05-21 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.arch/amd64-eval.exp: Require c++11.
1746 * gdb.base/max-depth.exp: Same.
1747 * gdb.compile/compile-cplus-array-decay.exp: Same.
1748 * gdb.cp/meth-typedefs.exp: Same.
1749 * gdb.cp/subtypes.exp: Same.
1750 * gdb.cp/temargs.exp: Same.
1751
1752 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1753
1754 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1755
1756 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 PR gdb/18644
1759 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1760 * gdb.fortran/printing-types.exp: Add new test.
1761 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1762 testing.
1763 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1764 setup_kfail call.
1765
1766 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1767
1768 * README (Running the Testsuite): Change example.
1769 (Testsuite Parameters): Remove TRANSCRIPT.
1770 * lib/gdb.exp: Remove TRANSCRIPT check.
1771
1772 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1773
1774 * README (Testsuite Parameters): Add replay logging to
1775 GDBSERVER_DEBUG.
1776 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1777 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1778 as a comma separated list.
1779 (gdb_debug_init): Override procedure.
1780
1781 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1782
1783 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1784 (gdb_write_cmd_file): New procedure.
1785 * lib/gdbserver-support.exp (gdbserver_start): Call
1786 gdbserver_write_cmd_file.
1787 (gdbserver_write_cmd_file): New procedure.
1788
1789 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1790
1791 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1792 (delete_breakpoints): Likewise.
1793 (gdb_run_cmd): Likewise.
1794 (gdb_start_cmd): Likewise.
1795 (gdb_starti_cmd): Likewise.
1796 (gdb_internal_error_resync): Likewise.
1797 (gdb_test_multiple): Likewise.
1798 (gdb_reinitialize_dir): Likewise.
1799 (default_gdb_exit): Likewise.
1800 (gdb_file_cmd): Mark kill as optional.
1801 (default_gdb_start): Call gdb_stdin_log_init.
1802 (send_gdb): Call gdb_stdin_log_write.
1803 (rerun_to_main): Mark Y as an answer.
1804 (gdb_stdin_log_init): New function.
1805 (gdb_stdin_log_write): Likewise.
1806
1807 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1808
1809 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1810 * gdb.base/debug-expr.exp: Likewise.
1811 * gdb.base/foll-fork.exp: Likewise.
1812 * gdb.base/foll-vfork.exp: Likewise.
1813 * gdb.base/fork-print-inferior-events.exp: Likewise.
1814 * gdb.base/gdb-sigterm.exp: Likewise.
1815 * gdb.base/gdbinit-history.exp: Likewise.
1816 * gdb.base/osabi.exp: Likewise.
1817 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1818 * gdb.base/ui-redirect.exp: Likewise.
1819 * gdb.gdb/unittest.exp: Likewise.
1820 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1821 * gdb.mi/mi-watch.exp: Likewise.
1822 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1823 * gdb.mi/user-selected-context-sync.exp: Likewise.
1824 * gdb.python/python.exp: Disable debug test when debugging.
1825 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1826 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1827 Likewise.
1828 * gdb.threads/stepi-random-signal.exp: Likewise.
1829
1830 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1831
1832 * Makefile.in: Pass through GDB_DEBUG.
1833 * README (Testsuite Parameters): Add GDB_DEBUG.
1834 (gdb,debug): Add board setting.
1835 * lib/gdb.exp (default_gdb_start): Start debugging.
1836 (gdb_debug_enabled): New procedure.
1837 (gdb_debug_init): Likewise.
1838
1839 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1840
1841 * Makefile.in: Pass through GDB_DEBUG.
1842 * README (Testsuite Parameters): Add GDB_DEBUG.
1843 (gdb,debug): Add board setting.
1844 * lib/gdb.exp (default_gdb_start): Start debugging.
1845 (gdb_debug_enabled): New procedure.
1846 (gdb_debug_init): Likewise.
1847
1848 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1849
1850 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1851
1852 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1853
1854 * gdb.base/ui-redirect.exp: Test redirection.
1855
1856 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1857
1858 * gdb.mi/mi-complete.exp: New file.
1859 * gdb.mi/mi-complete.cc: Likewise.
1860
1861 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1862
1863 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1864 indexed and sliced arrays, and pointers to arrays.
1865
1866 2019-05-14 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1869 styling test.
1870
1871 2019-05-14 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1874 selection entry encoding.
1875
1876 2019-05-10 Tom Tromey <tromey@adacore.com>
1877
1878 * gdb.ada/info_exc.exp: Add "complete" test.
1879
1880 2019-05-09 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1883 CU-relative.
1884
1885 2019-05-09 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1888 CU-relative.
1889
1890 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1891
1892 * gdb.ada/frame_arg_lang.exp: New testcase.
1893 * gdb.ada/frame_arg_lang/bla.adb: New file.
1894 * gdb.ada/frame_arg_lang/pck.ads: New file.
1895 * gdb.ada/frame_arg_lang/pck.adb: New file.
1896 * gdb.ada/frame_arg_lang/foo.c: New file.
1897
1898 2019-05-08 Tom Tromey <tromey@adacore.com>
1899
1900 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1901
1902 2019-05-08 Tom Tromey <tromey@adacore.com>
1903
1904 * gdb.base/ptype-offsets.exp: Update tests.
1905
1906 2019-05-08 Tom Tromey <tromey@adacore.com>
1907
1908 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1909 cases.
1910 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1911 "short".
1912
1913 2019-05-08 Tom Tromey <tromey@adacore.com>
1914
1915 * gdb.ada/vla.exp: New file.
1916 * gdb.ada/vla/vla.adb: New file.
1917
1918 2019-05-07 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1921
1922 2019-05-07 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24522
1925 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1926 section.
1927
1928 2019-05-07 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24522
1931 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1932 .debug_aranges section.
1933
1934 2019-05-07 Tom de Vries <tdevries@suse.de>
1935
1936 PR testsuite/24159
1937 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1938
1939 2019-05-06 Tom de Vries <tdevries@suse.de>
1940
1941 * lib/gdb.exp (exec_has_index_section): New proc.
1942 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1943 section.
1944
1945 2019-05-04 Tom de Vries <tdevries@suse.de>
1946
1947 * boards/cc-with-debug-names.exp: New file.
1948
1949 2019-05-03 Tom Tromey <tromey@adacore.com>
1950
1951 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1952 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1953 * gdb.ada/char_enum.exp: Add test.
1954
1955 2019-05-03 Tom de Vries <tdevries@suse.de>
1956
1957 * boards/cc-with-gdb-index.exp: New file.
1958
1959 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.rust/simple.exp: Add new test case.
1962 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1963 (main): Initialise an instance of the new struct.
1964
1965 2019-05-01 Tom Tromey <tromey@adacore.com>
1966
1967 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1968 record.
1969 (NPR): New variable.
1970 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1971 test.
1972
1973 2019-05-01 Tom Tromey <tromey@adacore.com>
1974
1975 * gdb.ada/packed_array_assign.exp: Add packed assignment
1976 regression test.
1977
1978 2019-05-01 Tom de Vries <tdevries@suse.de>
1979
1980 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1981
1982 2019-05-01 Tom de Vries <tdevries@suse.de>
1983
1984 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1985
1986 2019-04-30 Ali Tamur <tamur@google.com>
1987
1988 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1989
1990 2019-04-30 Tom Tromey <tromey@adacore.com>
1991
1992 * lib/ada.exp (find_ada_tool): New proc.
1993 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1994 * gdb.ada/catch_ex_std.exp: New file.
1995 * gdb.ada/catch_ex_std/foo.adb: New file.
1996 * gdb.ada/catch_ex_std/some_package.adb: New file.
1997 * gdb.ada/catch_ex_std/some_package.ads: New file.
1998
1999 2019-04-30 Tom Tromey <tromey@adacore.com>
2000
2001 PR c++/24470:
2002 * gdb.cp/temargs.cc: Add test code from PR.
2003
2004 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.fortran/vla-datatypes.exp: Update expected results.
2007 * gdb.fortran/vla-ptype.exp: Likewise.
2008 * gdb.fortran/vla-type.exp: Likewise.
2009 * gdb.fortran/vla-value.exp: Likewise.
2010
2011 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.fortran/ptr-indentation.exp: Update expected results.
2014 * gdb.fortran/ptype-on-functions.exp: Likewise.
2015 * gdb.fortran/vla-ptr-info.exp: Likewise.
2016 * gdb.fortran/vla-value.exp: Likewise.
2017
2018 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2019
2020 * gdb.fortran/ptype-on-functions.exp: New file.
2021 * gdb.fortran/ptype-on-functions.f90: New file.
2022
2023 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2026 case void string.
2027
2028 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.fortran/complex.exp: Expand.
2031 * gdb.fortran/complex.f: Renamed to...
2032 * gdb.fortran/complex.f90: ...this, and extended to add more
2033 complex values.
2034
2035 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2038 MODULO, CMPLX.
2039
2040 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2041 Richard Bunt <richard.bunt@arm.com>
2042
2043 * gdb.base/max-depth.c: New file.
2044 * gdb.base/max-depth.exp: New file.
2045 * gdb.python/py-nested-maps.c: New file.
2046 * gdb.python/py-nested-maps.exp: New file.
2047 * gdb.python/py-nested-maps.py: New file.
2048 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2049 (test_all_common): Call test_max_depth.
2050 * gdb.fortran/max-depth.exp: New file.
2051 * gdb.fortran/max-depth.f90: New file.
2052 * gdb.go/max-depth.exp: New file.
2053 * gdb.go/max-depth.go: New file.
2054 * gdb.modula2/max-depth.exp: New file.
2055 * gdb.modula2/max-depth.c: New file.
2056 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2057
2058 2019-04-29 Tom de Vries <tdevries@suse.de>
2059
2060 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2061
2062 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2063
2064 * gdb.base/callexit.exp: Test may-call-functions off.
2065
2066 2019-04-25 Keith Seitz <keiths@redhat.com>
2067
2068 PR c++/24367
2069 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2070 (another_incomplete_struct, test_incomplete): New definitions.
2071 (main): Use new definitions.
2072 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2073 functions.
2074
2075 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2076
2077 PR corefiles/11608
2078 PR corefiles/18187
2079 * gdb.base/coredump-filter-build-id.exp: New file.
2080
2081 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2082
2083 * Makefile.in: Pass through GDBSERVER_DEBUG.
2084 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2085 (gdbserver,debug): Add board setting.
2086 * gdb.trace/tspeed.exp: Skip when debugging.
2087 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2088 * lib/gdbserver-support.exp: Likewise
2089
2090 2019-04-24 Tom Tromey <tromey@adacore.com>
2091
2092 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2093 Rust.
2094
2095 2019-04-24 Tom Tromey <tromey@adacore.com>
2096
2097 * gdb.arch/amd64-eval.exp: Test bitfield return.
2098 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2099 (class Foo) <return_bitfields>: New method.
2100 (main): Call it.
2101
2102 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.cp/many-args.cc: New file.
2105 * gdb.cp/many-args.exp: New file.
2106
2107 2019-04-23 Tom de Vries <tdevries@suse.de>
2108
2109 PR gdb/24433
2110 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2111
2112 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2113
2114 * gdb.trace/backtrace.exp: Use nopie flag.
2115 * gdb.trace/circ.exp: Likewise.
2116 * gdb.trace/collection.exp: Likewise.
2117 * gdb.trace/ftrace.exp: Likewise.
2118 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2119 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2120 * gdb.trace/qtro.exp: Likewise.
2121 * gdb.trace/read-memory.exp: Likewise.
2122 * gdb.trace/report.exp: Likewise.
2123 * gdb.trace/tfile.exp: Likewise.
2124 * gdb.trace/tfind.exp: Likewise.
2125 * gdb.trace/unavailable.exp: Likewise.
2126
2127 2019-04-22 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/solib-probes-nosharedlibrary.c,
2130 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2131
2132 2019-04-19 Tom Tromey <tromey@adacore.com>
2133
2134 * gdb.ada/ptype_union.c: New file.
2135 * gdb.ada/ptype_union.exp: New file.
2136
2137 2019-04-19 Tom Tromey <tromey@adacore.com>
2138
2139 PR symtab/24423:
2140 * gdb.base/list0.h (foo): Add a control-l character.
2141
2142 2019-04-18 Tom de Vries <tdevries@suse.de>
2143
2144 PR gdb/24433
2145 * boards/local-board.exp: Set sysroot to "".
2146
2147 2019-04-18 Tom de Vries <tdevries@suse.de>
2148 Pedro Alves <palves@redhat.com>
2149
2150 PR gdb/24454
2151 * gdb.threads/vfork-follow-child-exec.c: New file.
2152 * gdb.threads/vfork-follow-child-exec.exp: New file.
2153 * gdb.threads/vfork-follow-child-exit.c: New file.
2154 * gdb.threads/vfork-follow-child-exit.exp: New file.
2155
2156 2019-04-15 Leszek Swirski <leszeks@google.com>
2157
2158 * gdb.arch/amd64-eval.cc: New file.
2159 * gdb.arch/amd64-eval.exp: New file.
2160
2161 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2162
2163 * gdb.server/sysroot.c: New test.
2164 * gdb.server/sysroot.exp: New file.
2165 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2166 matching param.
2167
2168 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/align.exp: Extend test to cover structures containing
2171 only static fields.
2172
2173 2019-04-11 Tom de Vries <tdevries@suse.de>
2174
2175 * boards/cc-with-dwz-m.exp: New file.
2176 * boards/cc-with-dwz.exp: New file.
2177 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2178
2179 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2180
2181 * gdb.base/start-cpp.exp: New file.
2182 * gdb.base/start-cpp.cc: New file.
2183
2184 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2185
2186 * gdb.python/py-thrhandle.exp: Adjust tests to call
2187 thread_from_handle instead of thread_from_thread_handle.
2188
2189 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2190
2191 * gdb.python/py-thrhandle.exp: Add tests for
2192 gdb.InferiorThread.handle.
2193
2194 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.python/py-function.exp: Check calling helper function from
2197 all languages.
2198 * lib/gdb.exp (gdb_supported_languages): New proc.
2199
2200 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.base/complex-parts.c: New file.
2203 * gdb.base/complex-parts.exp: New file.
2204
2205 2019-04-01 Tom Tromey <tromey@adacore.com>
2206
2207 PR symtab/23331:
2208 * gdb.dwarf2/dw2-ranges-main.c: New file.
2209 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2210 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2211
2212 2019-03-30 Simon Marchi <simark@simark.ca>
2213
2214 * gdb.base/default.exp: Add values for $_gdb_major and
2215 $_gdb_minor.
2216
2217 2019-03-29 Tom Tromey <tromey@adacore.com>
2218
2219 * gdb.base/help.exp: Tighten apropos regexp.
2220
2221 2019-03-29 Keith Seitz <keiths@redhat.com>
2222
2223 * gdb.fortran/array-bounds.exp: New file.
2224 * gdb.fortran/array-bounds.f90: New file.
2225
2226 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2227
2228 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2229
2230 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2231
2232 * gdb.multi/hello.c (main): Increase alarm timer.
2233
2234 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2235
2236 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2237 factor when no hardware watchpoint support.
2238
2239 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2240 Pedro Alves <palves@redhat.com>
2241
2242 * boards/local-board.exp: set sysroot to /.
2243
2244 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2245
2246 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2247 in child.
2248
2249 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2252 field.
2253 (make_container): Initialise new field.
2254 * gdb.python/py-prettyprint.exp: Add new tests.
2255 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2256 <display_hint>: New method.
2257
2258 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2261 gdb_continue_to_breakpoint more throughout this test.
2262 (run_lang_tests) Supply unique test names, and use
2263 gdb_test_no_output.
2264
2265 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.base/finish-pretty.exp: Update expected results.
2268 * gdb.base/pretty-print.c: New file.
2269 * gdb.base/pretty-print.exp: New file.
2270
2271 2019-03-25 Pedro Alves <palves@redhat.com>
2272
2273 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2274 move comments outside list. Append '-i "" eof' section.
2275
2276 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2277
2278 PR testsuite/25016
2279 * README: Add pie options.
2280 * gdb.base/break-interp.exp: Ensure pie is disabled.
2281 * gdb.base/dump.exp: Likewise.
2282 * lib/gdb.exp (gdb_compile): Add pie option.
2283
2284 2019-03-19 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.mi/mi2-cli-display.c: New file.
2287 * gdb.mi/mi2-cli-display.exp: New file.
2288
2289 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2290 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.ada/ptype_array/pck.adb: New file.
2293 * gdb.ada/ptype_array/pck.ads: New file.
2294 * gdb.ada/ptype_array/foo.adb: New file.
2295 * gdb.ada/ptype_array.exp: New file.
2296
2297 2019-03-14 Tom Tromey <tromey@adacore.com>
2298
2299 * gdb.base/style.exp: Add "set style sources" test.
2300
2301 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2302
2303 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2304 * mi-breakpoint-multiple-locations.exp: ... this.
2305 (make_breakpoints_pattern): New proc.
2306 (do_test): Add mi_version parameter, test -break-insert,
2307 -break-info and =breakpoint-created.
2308
2309 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * config/default.exp: Remove 'load_lib gdb.exp'.
2312 * config/monitor.exp: Likewise.
2313 * config/sid.exp: Likewise.
2314 * config/sim.exp: Likewise.
2315 * config/slite.exp: Likewise.
2316 * config/unix.exp: Likewise.
2317 * gdb.base/default.exp: Remove unhelpful comment.
2318
2319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2320
2321 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2322
2323 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2324
2325 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2326
2327 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.fortran/type-kinds.exp: Update expected results.
2330
2331 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2334
2335 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2338 function.
2339 (test_basic_parsing_of_type_kinds): Expand types tested.
2340 (test_parsing_invalid_type_kinds): New function.
2341
2342 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.fortran/intrinsics.exp: New file.
2345 * gdb.fortran/intrinsics.f90: New file.
2346 * gdb.fortran/type-kinds.exp: New file.
2347
2348 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.fortran/dot-ops.exp: New file.
2351
2352 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2355 Check upper and lower case logical literals.
2356
2357 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2360 Remove duplicate tests.
2361
2362 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2363
2364 * lib/gdb.exp (builtin_cd): rename of cd.
2365 (cd): Override builtin.
2366
2367 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2368
2369 * gdb.fortran/function-calls.exp: New file.
2370 * gdb.fortran/function-calls.f90: New test.
2371
2372 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2373
2374 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2375 on user program standard output.
2376 * gdb.fortran/short-circuit-argument-list.f90: Record function
2377 calls.
2378
2379 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2380
2381 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2382 failure.
2383
2384 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2385
2386 PR gdb/8527
2387 * gdb.base/interrupt-daemon-attach.c,
2388 gdb.base/interrupt-daemon-attach.exp: New test.
2389
2390 2019-02-27 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/page.exp: Add tests for "set width/height -1".
2393
2394 2019-02-27 Pedro Alves <palves@redhat.com>
2395
2396 * gdb.base/page.exp: Add tests for "set/show width/height" with
2397 "infinite" values.
2398
2399 2019-02-27 Tom Tromey <tromey@adacore.com>
2400
2401 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2402 2.4.
2403 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2404 workaround.
2405
2406 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2409 tests for structs with static members.
2410
2411 2019-02-26 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2414 ValueError, not TypeError.
2415
2416 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2417
2418 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2419 call from main program.
2420
2421 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2422
2423 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2424 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2425 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2426 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2427 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2428
2429 2019-02-22 Keith Seitz <keiths@redhat.com>
2430
2431 PR symtab/23853
2432 * gdb.base/symlink-sourcefile.c: New file.
2433 * gdb.base/symlink-sourcefile.exp: New file.
2434
2435 2019-02-20 Tom Tromey <tom@tromey.com>
2436
2437 * gdb.base/info_qt.exp: Update.
2438
2439 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2440
2441 * gdb.base/source.exp: Move "error in sourced script" code to
2442 the end.
2443 * gdb.base/source-error.gdb: Move contents to
2444 source-error-1.gdb. Add new code to source source-error-1.gdb.
2445 * gdb.base/source-error-1.gdb: New file, from previous
2446 source-error.gdb.
2447
2448 2019-02-17 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2451 for macro styling.
2452 * gdb.base/style.c (SOME_MACRO): New macro.
2453
2454 2019-02-17 Tom Tromey <tom@tromey.com>
2455
2456 * gdb.base/style.exp: Add line-wrapping tests.
2457 * gdb.base/page.exp: Add test for quitting during pagination.
2458
2459 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2460
2461 * gdb.ada/big_packed_array: New testcase.
2462 * gdb.ada/homonym.exp: Fix incorrect expected output for
2463 "break <homonym__get_value>" test.
2464
2465 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2466
2467 PR breakpoints/21870
2468 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2469 and prepare_for_testing. Add comment.
2470 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2471 redundant cleanup call. Clean up comment.
2472
2473 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2474
2475 PR breakpoints/21870
2476 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2477 * gdb.arch/aarch64-dbreg-contents.c: New file.
2478
2479 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2480
2481 * gdb.ada/mi_ref_changeable: New testcase.
2482
2483 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2484
2485 * gdb.base/attach.exp: Add double attach test.
2486
2487 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * lib/gdb.exp (default_gdb_start): Don't match pagination
2490 prompt.
2491 (gdb_init): Set stty_init.
2492
2493 2019-01-27 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2496 skip_python_tests.
2497
2498 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2499
2500 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2501 New structure.
2502 (struct struct_static_02_02): Likewise.
2503 (struct struct_static_02_03): Likewise.
2504 (struct struct_static_02_04): Likewise.
2505 (struct struct_static_04_01): Likewise.
2506 (struct struct_static_04_02): Likewise.
2507 (struct struct_static_04_03): Likewise.
2508 (struct struct_static_04_04): Likewise.
2509 (struct struct_static_06_01): Likewise.
2510 (struct struct_static_06_02): Likewise.
2511 (struct struct_static_06_03): Likewise.
2512 (struct struct_static_06_04): Likewise.
2513 (cmp_struct_static_02_01): Likewise.
2514 (cmp_struct_static_02_02): Likewise.
2515 (cmp_struct_static_02_03): Likewise.
2516 (cmp_struct_static_02_04): Likewise.
2517 (cmp_struct_static_04_01): Likewise.
2518 (cmp_struct_static_04_02): Likewise.
2519 (cmp_struct_static_04_03): Likewise.
2520 (cmp_struct_static_04_04): Likewise.
2521 (cmp_struct_static_06_01): Likewise.
2522 (cmp_struct_static_06_02): Likewise.
2523 (cmp_struct_static_06_03): Likewise.
2524 (cmp_struct_static_06_04): Likewise.
2525 (call_all): Test new structs.
2526 * gdb.base/infcall-nested-structs.exp: Likewise.
2527
2528 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2529 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2530
2531 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2532 * gdb.base/stack-protector.c: New test.
2533 * gdb.base/stack-protector.exp: New file.
2534 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2535 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2536 option.
2537 (gdb_compile): Remove stack protector for GCC and prevent
2538 recursion.
2539
2540 2019-01-16 Keith Seitz <keiths@redhat.com>
2541
2542 PR gdb/23773
2543 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2544
2545 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2546
2547 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2548 aliases.
2549 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2550 tests.
2551 * gdb.arch/powerpc-vector-regs.c: New file.
2552 * gdb.arch/powerpc-vector-regs.exp: New file.
2553
2554 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2555
2556 * gdb.arch/altivec-regs.exp: Fix the list passed to
2557 gdb_expect_list when testing "info vector".
2558
2559 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.base/style.exp: Don't include path in testname.
2562
2563 2019-01-10 Keith Seitz <keiths@redhat.com>
2564
2565 PR gdb/23712
2566 PR symtab/23010
2567 * gdb.dwarf2/multidictionary.exp: New file.
2568
2569 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2570
2571 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2572 (test_gnuv3_style_demangling): ... this.
2573 (test_lucid_style_demangling): Remove.
2574 (test_arm_style_demangling): Remove.
2575 (test_hp_style_demangling): Remove.
2576 (do_tests): Remove calls to the above.
2577
2578 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2581 case.
2582
2583 2019-01-06 Tom Tromey <tom@tromey.com>
2584
2585 PR gdb/28155:
2586 * gdb.dwarf2/typedef-void-finish.exp: New file.
2587
2588 2018-12-28 Tom Tromey <tom@tromey.com>
2589 Simon Marchi <simark@simark.ca>
2590
2591 * gdb.base/jit-exec.exp: New file.
2592 * gdb.base/jit-exec.c: New file.
2593 * gdb.base/jit-execd.c: New file.
2594
2595 2018-12-28 Tom Tromey <tom@tromey.com>
2596
2597 * gdb.base/style.exp: Update test to check for address styling.
2598
2599 2018-12-28 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2602 message.
2603
2604 2018-12-28 Tom Tromey <tom@tromey.com>
2605
2606 * gdb.base/style.exp: Add test for version number styling.
2607
2608 2018-12-28 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.base/style.exp: Add test for print_address_symbolic.
2611
2612 2018-12-28 Tom Tromey <tom@tromey.com>
2613
2614 * gdb.base/style.exp: Add test for breakpoint setting.
2615
2616 2018-12-28 Tom Tromey <tom@tromey.com>
2617
2618 * gdb.base/style.exp: Add test for variable names.
2619
2620 2018-12-28 Tom Tromey <tom@tromey.com>
2621
2622 * gdb.base/style.exp: New file.
2623 * gdb.base/style.c: New file.
2624
2625 2018-12-28 Tom Tromey <tom@tromey.com>
2626
2627 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2628 "dumb".
2629 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2630 the TERM environment variable.
2631
2632 2018-12-27 Tom Tromey <tom@tromey.com>
2633
2634 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2635 pagination test.
2636
2637 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2640 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2641
2642 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2643
2644 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2645 Filename a.adb changed to bp_fun_addr.adb.
2646 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2647
2648 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2649
2650 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2651 non-PIE executables.
2652 * README: Mention the gdb,nopie_flag board setting.
2653 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2654 non-PIE executable.
2655 * gdb.arch/amd64-entry-value.exp: Likewise.
2656 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2657 * gdb.arch/i386-float.exp: Likewise.
2658 * gdb.arch/i386-signal.exp: Likewise.
2659 * gdb.mi/mi-reg-undefined.exp: Likewise.
2660
2661 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2662
2663 PR gdb/23974
2664 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2665
2666 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2667
2668 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2669 Update order of results accordingly.
2670
2671 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.base/annota1.exp: Update a test regexp.
2674
2675 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2678
2679 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2680
2681 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2682 (reuse_time): Initialize to REUSE_TIME_CAP.
2683 (check_rc): New function.
2684 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2685 Check pthread_create rc.
2686 (spawner_thread_func): Check pthread_create and pthread_join rc.
2687
2688 2018-12-08 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.base/list.exp (test_forward_search): Rename to ...
2691 (test_forward_reverse_search): ... this. Also test reverse-search
2692 and the forward-search alias.
2693
2694 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2697 local timeout variable before return, and remove all local timeout
2698 variable entirely.
2699 (gdb_load): Likewise.
2700
2701 2018-12-01 Tom de Vries <tdevries@suse.de>
2702
2703 * gdb.base/gdb-caching-proc.exp: New file.
2704
2705 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2706
2707 * Makefile.in (TIMESTAMP): New variable.
2708 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2709 command.
2710 (check-single-racy): Likewise.
2711 (check/%.exp): Likewise.
2712 (check-racy/%.exp): Likewise.
2713 (workers/%.worker): Likewise.
2714 (build-perf): Likewise.
2715 (check-perf): Likewise.
2716 * README: Describe new "TS" and "TS_FORMAT" variables.
2717 * print-ts.py: New file.
2718
2719 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2720
2721 PR python/23714
2722 * gdb.python/python.exp: Test command repetition after
2723 gdb.execute.
2724
2725 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2728 is correctly aligned.
2729
2730 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2731
2732 * gdb.ada/info_auto_lang.exp: New testcase.
2733 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2734 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2735 * gdb.ada/info_auto_lang/some_c.c: New file.
2736
2737 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2738
2739 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2740 FUNC_lang language syntax.
2741
2742 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2743
2744 * gdb.base/info_minsym.c: New file.
2745 * gdb.base/info_minsym.exp: New file.
2746
2747 2018-11-19 Tom Tromey <tom@tromey.com>
2748
2749 PR rust/23625:
2750 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2751 * gdb.rust/expr.exp: Update expected output. Change one test.
2752
2753 2018-11-19 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2756
2757 2018-11-19 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2760 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2761 see the expected warning.
2762
2763 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2764
2765 PR gdb/22736:
2766 * gdb.cp/infcall-nodebug-lib.c: New test.
2767 * gdb.cp/infcall-nodebug-main.c: New test.
2768 * gdb.cp/infcall-nodebug.exp: New file.
2769
2770 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2771
2772 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2773 completer tests.
2774
2775 2018-11-09 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.base/msym-lang.c: New test.
2778 * gdb.base/msym-lang.exp: New file.
2779 * gdb.base/msym-lang-main.c: New test.
2780
2781 2018-11-08 Tom Tromey <tom@tromey.com>
2782
2783 PR gdb/23555:
2784 PR gdb/23838:
2785 * gdb.base/warning.exp: New file.
2786
2787 2018-11-08 Jan Beulich <jbeulich@suse.com>
2788
2789 * testsuite/gdb.arch/i386-avx512.c,
2790 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2791
2792 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2795 point hardware.
2796
2797 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2800 * gdb.dwarf2/missing-type-name.exp: New file.
2801
2802 2018-11-06 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.base/many-headers.c: New test.
2805 * gdb.base/many-headers.exp: New file.
2806
2807 2018-11-06 Jim Wilson <jimw@sifive.com>
2808
2809 * gdb.base/code_elim.exp: For riscv, set additional_flags
2810 to include -msmall-data-limit=0.
2811
2812 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2813
2814 * gdb.ada/watch_minus_l: New testcase.
2815
2816 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2817
2818 * gdb.arch/aix-sighandle.c: New file.
2819 * gdb.arch/aix-sighandle.exp: New file.
2820
2821 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2824 registers being unions.
2825
2826 2018-10-31 Tom de Vries <tdevries@suse.de>
2827
2828 * lib/valgrind.exp: New file.
2829 (vgdb_start, vgdb_stop): New procs, factored out of ...
2830 * gdb.base/valgrind-bt.exp: ... here, ...
2831 * gdb.base/valgrind-disp-step.exp: ... here and ...
2832 * gdb.base/valgrind-infcall.exp: ... here.
2833
2834 2018-10-31 Tom de Vries <tdevries@suse.de>
2835
2836 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2837
2838 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.dwarf2/void-type.c: New file.
2841 * gdb.dwarf2/void-type.exp: New file.
2842
2843 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2844
2845 * gdb.base/info_qt.c: New file.
2846 * gdb.base/info_qt.exp: New file.
2847
2848 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2849
2850 * gdb.arch/powerpc-htm-regs.c: New file.
2851 * gdb.arch/powerpc-htm-regs.exp: New file.
2852
2853 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2854
2855 * gdb.arch/powerpc-tar.c: New file.
2856 * gdb.arch/powerpc-tar.exp: New file.
2857
2858 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2859
2860 * gdb.arch/powerpc-ppr-dscr.c: New file.
2861 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2862
2863 2018-10-25 Tom de Vries <tdevries@suse.de>
2864
2865 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2866
2867 2018-10-24 Tom de Vries <tdevries@suse.de>
2868
2869 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2870 longer exists error.
2871
2872 2018-10-24 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2875
2876 2018-10-24 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2879 --db-attach in valgrind.
2880
2881 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.arch/riscv-reg-aliases.c: New file.
2884 * gdb.arch/riscv-reg-aliases.exp: New file.
2885
2886 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2887
2888 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2889
2890 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2891
2892 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2893
2894 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2895
2896 * gdb.cp/ovldbreak.exp: Fix regexps.
2897
2898 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2899
2900 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2901
2902 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2903
2904 PR cli/23785
2905 * gdb.base/restore.exp: New test to check if "restore" with an
2906 invalid file doesn't segfault.
2907
2908 2018-10-18 Tom de Vries <tdevries@suse.de>
2909
2910 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2911 * gdb.ada/excep_handle.exp: Same.
2912 * gdb.ada/mi_string_access.exp: Same.
2913 * gdb.ada/mi_var_union.exp: Same.
2914 * gdb.arch/arc-analyze-prologue.exp: Same.
2915 * gdb.arch/arc-decode-insn.exp: Same.
2916 * gdb.base/readnever.exp: Same.
2917 * gdb.fortran/printing-types.exp: Same.
2918 * gdb.guile/scm-lazy-string.exp: Same.
2919
2920 2018-10-16 Tom de Vries <tdevries@suse.de>
2921
2922 PR gdb/23730
2923 * gdb.base/catch-follow-exec.c: Add copyright notice.
2924 * gdb.base/catch-follow-exec.exp: Rewrite to use
2925 gdb_spawn_with_cmdline_opts. Require gdb-native.
2926
2927 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2928
2929 * gdb.trace/actions-changed.exp: Check for arch support.
2930 * gdb.trace/actions.exp: Likewise.
2931 * gdb.trace/ax.exp: Likewise.
2932 * gdb.trace/backtrace.exp: Likewise.
2933 * gdb.trace/change-loc.exp: Likewise.
2934 * gdb.trace/deltrace.exp: Likewise.
2935 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2936 * gdb.trace/ftrace.exp: Likewise.
2937 * gdb.trace/infotrace.exp: Check for arch support.
2938 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2939 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2940 * gdb.trace/mi-tsv-changed.exp: Likewise.
2941 * gdb.trace/packetlen.exp: Likewise.
2942 * gdb.trace/passc-dyn.exp: Likewise.
2943 * gdb.trace/passcount.exp: Likewise.
2944 * gdb.trace/pending.exp: Likewise.
2945 * gdb.trace/range-stepping.exp: Check for shlib support.
2946 * gdb.trace/report.exp: Check for arch support.
2947 * gdb.trace/save-trace.exp: Likewise.
2948 * gdb.trace/signal.exp: Check for signal support.
2949 * gdb.trace/tfind.exp: Check for arch support.
2950 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2951 * gdb.trace/trace-common.h: Add comment.
2952 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2953 * gdb.trace/trace-enable-disable.exp: Likewise.
2954 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2955 * gdb.trace/tracecmd.exp: Check for arch support.
2956 * gdb.trace/tspeed.exp: Check for shlib and target support.
2957 * gdb.trace/tstatus.exp: Check for arch support.
2958 * gdb.trace/tsv.exp: Likewise.
2959 * gdb.trace/while-dyn.exp: Likewise.
2960 * gdb.trace/while-stepping.exp: Likewise.
2961 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2962
2963 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2964
2965 * gdb.trace/tspeed.exp: Remove nowarnings.
2966 (prepare_for_trace_test): Declare "global ipalib".
2967 * gdb.trace/tspeed.c: Include unistd.h.
2968 (main): Remove superfluous printf argument.
2969
2970 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2971
2972 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2973 directory prefix on the filename.
2974
2975 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2976
2977 * gdb.gdb/unittest.exp: Update expected message informing that
2978 selftests have been disabled.
2979 * gdb.server/unittest.exp: Likewise.
2980
2981 2018-10-09 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2984 with runto_main.
2985
2986 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2987
2988 PR c++/16841
2989 * gdb.cp/virtbase2.cc: New file.
2990 * gdb.cp/virtbase2.exp: New file.
2991
2992 2018-10-06 Tom Tromey <tom@tromey.com>
2993
2994 PR python/19399:
2995 * gdb.python/py-inferior.exp: Add architecture test.
2996
2997 2018-10-06 Tom Tromey <tom@tromey.com>
2998
2999 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3000 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3001
3002 2018-10-06 Tom Tromey <tom@tromey.com>
3003
3004 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3005 of a "throw" catchpoint.
3006
3007 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3008
3009 * gdb.base/info-proc.exp: Update string expected from "help info
3010 proc".
3011
3012 2018-10-04 Tom Tromey <tom@tromey.com>
3013
3014 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3015 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3016 (test_initial_complaints, test_empty_complaints): Update.
3017 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3018
3019 2018-10-04 Tom Tromey <tom@tromey.com>
3020
3021 PR cli/19551:
3022 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3023 * lib/gdb.exp (gdb_file_cmd): Update.
3024 * gdb.stabs/weird.exp (print_weird_var): Update.
3025 * gdb.server/solib-list.exp: Update.
3026 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3027 * gdb.mi/mi-cli.exp: Update.
3028 * gdb.linespec/linespec.exp: Update.
3029 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3030 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3031 * gdb.cp/cp-relocate.exp: Update.
3032 * gdb.base/sym-file.exp: Update.
3033 * gdb.base/relocate.exp: Update.
3034 * gdb.base/readnever.exp: Update.
3035 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3036 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3037 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3038 * gdb.base/code_elim.exp: Update.
3039 * gdb.base/break-unload-file.exp (test_break): Update.
3040 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3041 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3042 Update.
3043 * gdb.base/attach.exp (do_attach_tests): Update.
3044 * gdb.base/sepdebug.exp: Update.
3045 * gdb.python/py-section-script.exp: Update.
3046
3047 2018-10-04 Tom Tromey <tom@tromey.com>
3048
3049 PR cli/22234:
3050 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3051 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3052 output.
3053
3054 2018-10-04 Tom Tromey <tom@tromey.com>
3055
3056 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3057 set width and height to 0.
3058 (test_command_line_attach_run): Use -quiet.
3059
3060 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3061
3062 * lib/gdb.exp (skip_ifunc_tests): New.
3063 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3064 other compile failures.
3065 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3066
3067 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3070 is_amd64_regs_target.
3071
3072 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3073
3074 * gdb.arch/aarch64-sighandler-regs.c: New test.
3075 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3076 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3077
3078 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3079
3080 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3081 assembly.
3082
3083 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.base/frame-selection.exp: New file.
3086 * gdb.base/frame-selection.c: New file.
3087
3088 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3089
3090 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3091 pthread barrier.
3092 (main): Likewise.
3093
3094 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.base/large-frame-1.c: New file.
3097 * gdb.base/large-frame-2.c: New file.
3098 * gdb.base/large-frame.exp: New file.
3099 * gdb.base/large-frame.h: New file.
3100
3101 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3102
3103 PR gdb/20948
3104 * gdb.base/write_mem.exp: New test.
3105 * gdb.base/write_mem.c: Likewise.
3106
3107 2018-09-23 Tom Tromey <tom@tromey.com>
3108
3109 PR python/18852:
3110 * gdb.python/py-parameter.exp: Add test for parameter that throws
3111 on "set".
3112
3113 2018-09-23 Tom Tromey <tom@tromey.com>
3114
3115 PR python/17284:
3116 * gdb.python/py-template.exp (test_template_arg): Add test for
3117 negative template argument number.
3118
3119 2018-09-23 Tom Tromey <tom@tromey.com>
3120
3121 PR python/14062:
3122 * gdb.python/python.exp: Add test for post_event error.
3123
3124 2018-09-23 Tom Tromey <tom@tromey.com>
3125
3126 PR python/18170:
3127 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3128 convert pointers to int and long.
3129
3130 2018-09-23 Tom Tromey <tom@tromey.com>
3131
3132 PR python/20126:
3133 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3134 signed-ness conversion tests.
3135
3136 2018-09-23 Tom Tromey <tom@tromey.com>
3137
3138 PR python/18352;
3139 * gdb.python/py-value.exp (test_float_conversion): New proc.
3140 Use it.
3141
3142 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3143
3144 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3145
3146 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3147
3148 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3149 no readline.
3150 * gdb.base/utf8-identifiers.exp: Likewise.
3151 * gdb.cp/cpcompletion.exp: Likewise.
3152 * gdb.linespec/cpcompletion.exp: Likewise.
3153 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3154 * gdb.linespec/cpls-ops.exp: Likewise.
3155
3156 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3157 Chris January <chris.january@arm.com>
3158
3159 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3160 * gdb.fortran/short-circuit-argument-list.exp: New file.
3161 * gdb.fortran/short-circuit-argument-list.f90: New test.
3162
3163 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3164
3165 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3166 "arch=" keyword when executing "-stack-list-frames".
3167
3168 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3169
3170 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3171 "arch=" keyword when executing "-stack-list-frames".
3172
3173 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3174
3175 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3176 break ada".
3177
3178 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3179
3180 PR python/23669
3181 * gdb.python/python.exp: Test gdb.execute("show commands").
3182
3183 2018-09-16 Tom Tromey <tom@tromey.com>
3184
3185 * gdb.base/new-ui.exp (do_execution_tests): Update.
3186 * gdb.base/dbx.exp (test_breakpoints): Update.
3187
3188 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3189
3190 * lib/gdb.exp (gdb_simple_compile): Add proc.
3191 (is_elf_target): Use gdb_simple_compile.
3192 (skip_altivec_tests): Likewise.
3193 (skip_vsx_tests): Likewise.
3194 (skip_tsx_tests): Likewise.
3195 (skip_btrace_tests): Likewise.
3196 (skip_btrace_pt_tests): Likewise.
3197 (gdb_can_simple_compile): Likewise.
3198 (gdb_has_argv0): Likewise.
3199 (gdb_target_symbol_prefix): Likewise.
3200 (target_supports_scheduler_locking): Likewise.
3201
3202 2018-09-13 Tom Tromey <tom@tromey.com>
3203
3204 * Makefile.in (TAGS): Recognize proc_with_prefix and
3205 gdb_caching_proc.
3206
3207 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3210 method.
3211
3212 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3213
3214 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3215 and a few other Inferior properties when the Inferior is no
3216 longer valid.
3217
3218 2018-09-13 Tom Tromey <tom@tromey.com>
3219
3220 PR rust/23650:
3221 * gdb.rust/simple.exp: Add test for enum field access error.
3222
3223 2018-09-13 Tom Tromey <tom@tromey.com>
3224
3225 PR rust/23626:
3226 * gdb.rust/simple.rs (EmptyEnum): New type.
3227 (main): Use it.
3228 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3229
3230 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3231
3232 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3233 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3234 * gdb.python/py-symtab.exp: Update test printing an objfile.
3235
3236 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3239 object.
3240
3241 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3242
3243 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3244 (support_complex_tests): Use gdb_can_simple_compile.
3245 (is_ilp32_target): Likewise.
3246 (is_lp64_target): Likewise.
3247 (is_64_target): Likewise.
3248 (is_amd64_regs_target): Likewise.
3249 (is_aarch32_target): Likewise.
3250 (gdb_int128_helper): Likewise.
3251
3252 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3253
3254 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3255
3256 2018-09-10 Jerome Guitton <guitton@adacore.com>
3257
3258 * gdb.ada/same_component_name: Add test for case of tagged record
3259 with variable-length fields.
3260
3261 2018-09-10 Xavier Roirand <roirand@adacore.com>
3262
3263 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3264 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3265 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3266 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3267
3268 2018-09-10 Xavier Roirand <roirand@adacore.com>
3269
3270 * gdb.ada/mi_string_access.exp: New testcase.
3271 * gdb.ada/mi_string_access/bar.adb: New file.
3272 * gdb.ada/mi_string_access/pck.adb: New file.
3273 * gdb.ada/mi_string_access/pck.asd: New file.
3274
3275 2018-09-10 Xavier Roirand <roirand@adacore.com>
3276
3277 * gdb.ada/mi_var_union.exp: New testcase.
3278 * gdb.ada/mi_var_union/bar.adb: New file.
3279 * gdb.ada/mi_var_union/pck.adb: New file.
3280 * gdb.ada/mi_var_union/pck.asd: New file.
3281
3282 2018-09-08 Tom Tromey <tom@tromey.com>
3283
3284 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3285
3286 2018-09-08 Tom Tromey <tom@tromey.com>
3287
3288 PR python/16047:
3289 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3290 (register_pretty_printers): Register new printer.
3291 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3292 test.
3293 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3294 (an_int_type3): New global.
3295
3296 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3297
3298 * gdb.ada/expr_with_funcall: New testcase.
3299
3300 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3301
3302 * gdb.ada/packed_array_assign: New testcase.
3303
3304 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3307 names, and add test prefixes to make test names unique.
3308
3309 2018-09-05 Tom de Vries <tdevries@suse.de>
3310
3311 * gdb.dwarf2/varval.exp: Add test.
3312
3313 2018-09-04 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3316 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3317
3318 2018-08-31 Tom Tromey <tom@tromey.com>
3319
3320 * gdb.rust/simple.rs: Rename second variable "v".
3321
3322 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.base/funcargs.c (use_a): New function.
3325 (recurse): Call use_a.
3326
3327 2018-08-29 Keith Seitz <keiths@redhat.com>
3328
3329 * gdb.compile/compile-cplus-anonymous.cc: New file.
3330 * gdb.compile/compile-cplus-anonymous.exp: New file.
3331 * gdb.compile/compile-cplus-array-decay.cc: New file.
3332 * gdb.compile/compile-cplus-array-decay.exp: New file.
3333 * gdb.compile/compile-cplus-inherit.cc: New file.
3334 * gdb.compile/compile-cplus-inherit.exp: New file.
3335 * gdb.compile/compile-cplus-member.cc: New file.
3336 * gdb.compile/compile-cplus-member.exp: New file.
3337 * gdb.compile/compile-cplus-method.cc: New file.
3338 * gdb.compile/compile-cplus-method.exp: New file.
3339 * gdb.compile/compile-cplus-mod.c: "New" file.
3340 * gdb.compile/compile-cplus-namespace.cc: New file.
3341 * gdb.compile/compile-cplus-namespace.exp: New file.
3342 * gdb.compile/compile-cplus-nested.cc: New file.
3343 * gdb.compile/compile-cplus-nested.exp: New file.
3344 * gdb.compile/compile-cplus-print.c: "New" file.
3345 * gdb.compile/compile-cplus-print.exp: "New" file.
3346 * gdb.compile/compile-cplus-virtual.cc: New file.
3347 * gdb.compile/compile-cplus-virtual.exp: New file.
3348 * gdb.compile/compile-cplus.c: "New" file.
3349 * gdb.compile/compile-cplus.exp: "New" file.
3350 * lib/compile-support.exp: New file.
3351
3352 2018-08-16 Gary Benson <gbenson@redhat.com>
3353
3354 PR gdb/13000:
3355 * gdb.base/batch-exit-status.exp: New file.
3356 * gdb.base/batch-exit-status.good-commands: Likewise.
3357 * gdb.base/batch-exit-status.bad-commands: Likewise.
3358
3359 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3360
3361 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3362 (struct struct02): Likewise.
3363 (struct struct03): Likewise.
3364 (struct struct04): Likewise.
3365 (struct struct_01_01): New struct.
3366 (struct struct_01_02): Likewise.
3367 (struct struct_01_03): Likewise.
3368 (struct struct_01_04): Likewise.
3369 (struct struct_02_01): Likewise.
3370 (struct struct_02_02): Likewise.
3371 (struct struct_02_03): Likewise.
3372 (struct struct_02_04): Likewise.
3373 (struct struct_04_01): Likewise.
3374 (struct struct_04_02): Likewise.
3375 (struct struct_04_03): Likewise.
3376 (struct struct_04_04): Likewise.
3377 (struct struct_05_01): Likewise.
3378 (struct struct_05_02): Likewise.
3379 (struct struct_05_03): Likewise.
3380 (struct struct_05_04): Likewise.
3381 (cmp_struct01): Remove function.
3382 (cmp_struct02): Likewise.
3383 (cmp_struct03): Likewise.
3384 (cmp_struct04): Likewise.
3385 (cmp_struct_01_01): Add Function.
3386 (cmp_struct_01_02): Likewise.
3387 (cmp_struct_01_03): Likewise.
3388 (cmp_struct_01_04): Likewise.
3389 (cmp_struct_02_01): Likewise.
3390 (cmp_struct_02_02): Likewise.
3391 (cmp_struct_02_03): Likewise.
3392 (cmp_struct_02_04): Likewise.
3393 (cmp_struct_04_01): Likewise.
3394 (cmp_struct_04_02): Likewise.
3395 (cmp_struct_04_03): Likewise.
3396 (cmp_struct_04_04): Likewise.
3397 (cmp_struct_05_01): Likewise.
3398 (cmp_struct_05_02): Likewise.
3399 (cmp_struct_05_03): Likewise.
3400 (cmp_struct_05_04): Likewise.
3401 (call_all): Add new structs.
3402 * gdb.base/infcall-nested-structs.exp: Likewise.
3403
3404 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3405
3406 * gdb.python/py-framefilter-mi.exp: Update regexp to
3407 check for "arch" field in frame output.
3408
3409 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3410
3411 * gdb.dwarf2/dw2-ranges-func.c: New file.
3412 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3413
3414 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3415
3416 * gdb.base/term.exp: Compare terminal settings with values from
3417 the inferior.
3418 * gdb.base/term.c: Get and set terminal settings.
3419
3420 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3421
3422 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3423 accommodate new "arch" field in frame output.
3424 * gdb.mi/mi-return.exp: Likewise.
3425 * gdb.mi/mi-stack.exp: Likewise.
3426 * gdb.mi/mi-syn-frame.exp: Likewise.
3427 * gdb.mi/user-selected-context-sync.exp: Likewise.
3428
3429 2018-08-19 Michael Spang <spang@google.com>
3430
3431 PR gdb/11786
3432 * gdb.base/gcore-tls-pie.c: New file.
3433 * gdb.base/gcore-tls-pie.exp: New file.
3434
3435 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3436
3437 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3438 * gdb.dwarf2/varval.c: New file.
3439 * gdb.dwarf2/varval.exp: New file.
3440
3441 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3442
3443 PR gdb/18931
3444 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3445
3446 2018-08-16 Keith Seitz <keiths@redhat.com>
3447
3448 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3449 tests expected to pass.
3450
3451 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3452
3453 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3454 -data-disassemble -a.
3455 (test_disassembly_bogus_args): Likewise.
3456
3457 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3460
3461 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.base/vla-optimized-out.exp: Add new test.
3464
3465 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * gdb.base/vla-optimized-out-o3.exp: Delete.
3468 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3469 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3470 deleted tests.
3471
3472 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 PR gdb/18050:
3475 * gdb.server/extended-remote-restart.c: New file.
3476 * gdb.server/extended-remote-restart.exp: New file.
3477
3478 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3479
3480 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3481 "set variable index = 42".
3482
3483 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3484
3485 * boards/index-cache-gdb.exp: New file.
3486 * gdb.dwarf2/index-cache.exp: New file.
3487 * gdb.dwarf2/index-cache.c: New file.
3488 * gdb.base/maint.exp: Check if we are using the index cache.
3489
3490 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3491
3492 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3493 MAKEFLAGS.
3494
3495 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3496
3497 * dg-extract-results.sh: Move to toplevel contrib.
3498 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3499 * Makefile.in (check-parallel-racy): Likewise.
3500
3501 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3504 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3505 tests if the target supports scheduler locking.
3506
3507 2018-08-04 Tom de Vries <tdevries@suse.de>
3508
3509 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3510
3511 2018-08-02 Tom Tromey <tom@tromey.com>
3512
3513 PR symtab/16842.
3514 * gdb.cp/temargs.exp: Test "info address" of a template
3515 parameter.
3516
3517 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3518
3519 * gdb.python/py-mi-var-info-path-expression.c: New file.
3520 * gdb.python/py-mi-var-info-path-expression.py: New file.
3521 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3522
3523 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3524
3525 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3526 error after "cannot resolve name" string.
3527
3528 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3531 started.
3532 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3533
3534 2018-07-28 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3537
3538 2018-07-26 Tom de Vries <tdevries@suse.de>
3539
3540 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3541
3542 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3545 is visible.
3546
3547 2018-07-26 Tom de Vries <tdevries@suse.de>
3548
3549 PR breakpoints/23366
3550 * gdb.base/catch-follow-exec.c: New test.
3551 * gdb.base/catch-follow-exec.exp: New file.
3552
3553 2018-07-25 Tom de Vries <tdevries@suse.de>
3554
3555 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3556 vla-optimized-out.c.
3557
3558 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3559
3560 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3561 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3562
3563 2018-07-20 Tom de Vries <tdevries@suse.de>
3564
3565 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3566 NOCLONE macro.
3567 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3568
3569 2018-07-19 Tom de Vries <tdevries@suse.de>
3570
3571 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3572 regular expression.
3573
3574 2018-07-18 Tom de Vries <tdevries@suse.de>
3575
3576 * gdb.base/vla-optimized-out.c: New test.
3577 * gdb.base/vla-optimized-out.exp: New file.
3578
3579 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3580
3581 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3582 message "No address associated with hostname" when gdbserver
3583 cannot resolve the hostname.
3584
3585 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3586
3587 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3588 Add some test prefixes to make tests unique.
3589
3590 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3591
3592 * gdb.base/frameapply.c: New file.
3593 * gdb.base/frameapply.exp: New file.
3594
3595 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3596
3597 * gdb.base/skip.exp: Update expected error message.
3598
3599 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3600 Jan Kratochvil <jan.kratochvil@redhat.com>
3601 Paul Fertser <fercerpav@gmail.com>
3602 Tsutomu Seki <sekiriki@gmail.com>
3603
3604 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3605 parameter.
3606 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3607 by default.
3608 * boards/native-gdbserver.exp: Likewise.
3609 * gdb.server/run-without-local-binary.exp: Improve regexp used
3610 for detecting when a remote debugging connection succeeds.
3611 * gdb.server/server-connect.exp: New file.
3612 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3613 Do not prefix the port number with ":".
3614 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3615 support for detecting and using it. Add '$debughost_gdbserver'
3616 to the list of arguments used to start gdbserver. Handle case
3617 when gdbserver cannot resolve a network name.
3618
3619 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3620
3621 PR c++/23373
3622 * gdb.base/ptype-offsets.cc (struct static_member): New
3623 struct.
3624 (main) <stmember>: New variable.
3625 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3626 with a static member in it.
3627
3628 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3631 watchpoints enabled and disabled.
3632
3633 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.base/examine-backward.exp: Still run tests around address
3636 0x0, even if address 0x0 is not readable. Update the pattern for
3637 matching address 0x0 in expected output.
3638
3639 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3642 malloc/free.
3643
3644 2018-07-04 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3647
3648 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3649
3650 PR tdep/8282
3651 * gdb.arch/mips-disassembler-options.exp: New test.
3652 * gdb.arch/mips-disassembler-options.s: New test source.
3653
3654 2018-06-29 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.threads/names.exp: Adjust expected "info threads" output.
3657
3658 2018-06-29 Pedro Alves <palves@redhat.com>
3659
3660 * gdb.opt/inline-break.exp (line number, address): Add "info
3661 break" tests.
3662
3663 2018-06-29 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3666 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3667 number and address and running to them.
3668
3669 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3670
3671 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3672
3673 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 * lib/compiler.c: Remove executable permission flag.
3676
3677 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3678
3679 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3680 code.
3681 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3682
3683 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3684
3685 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3686
3687 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3688
3689 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3690 address argument is omitted.
3691
3692 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3693
3694 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3695
3696 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3697
3698 PR gdb/21695
3699 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3700 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3701
3702 2018-06-26 Tom Tromey <tom@tromey.com>
3703
3704 PR rust/22574:
3705 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3706 * gdb.rust/simple.rs (struct SimpleLayout): New.
3707
3708 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3711 "info registers" output.
3712
3713 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3714
3715 * gdb.base/watchpoint-hw-attach.c: New test.
3716 * gdb.base/watchpoint-hw-attach.exp: New file.
3717
3718 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3719
3720 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3721 through /bin/sh.
3722 * boards/dwarf4-gdb-index.exp: Likewise.
3723 * boards/fission-dwp.exp: Likewise.
3724
3725 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3726
3727 * gdb.base/float128.exp: Add comment and improved fail message
3728 to the failure case of "print large128" test.
3729
3730 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3731
3732 * configure.ac: Remove AC_PREREQ.
3733 * configure: Re-generate.
3734
3735 2018-06-19 Pedro Alves <palves@redhat.com>
3736
3737 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3738 (func_extern_caller): New.
3739 (main): Call func_extern_caller.
3740 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3741 logic change.
3742
3743 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3744
3745 PR gdb/16841
3746 * gdb.cp/typedef-base.cc: New file.
3747 * gdb.cp/typedef-base.exp: New file.
3748
3749 2018-06-18 Tom de Vries <tdevries@suse.de>
3750
3751 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3752
3753 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3754 Richard Bunt <Richard.Bunt@arm.com>
3755
3756 * gdb.threads/attach-slow-waitpid.c: New file.
3757 * gdb.threads/attach-slow-waitpid.exp: New file.
3758 * gdb.threads/slow-waitpid.c: New file.
3759
3760 2018-06-14 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.base/fork-running-state.c: Include <errno.h>.
3763 (exit_if_relative_exits): New.
3764 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3765 exits.
3766 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3767 child exits.
3768
3769 2018-06-14 Tom de Vries <tdevries@suse.de>
3770
3771 PR cli/22573
3772 * gdb.base/finish-pretty.c: New test.
3773 * gdb.base/finish-pretty.exp: New file.
3774
3775 2018-06-14 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3778 gdb's expected startup output.
3779
3780 2018-06-14 Pedro Alves <palves@redhat.com>
3781
3782 * lib/selftest-support.exp (selftest_setup): Remove inlined
3783 function handling.
3784
3785 2018-06-14 Tom de Vries <tdevries@suse.de>
3786
3787 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3788 matching of breakpoint printing.
3789
3790 2018-06-13 Tom de Vries <tdevries@suse.de>
3791
3792 PR testsuite/23269
3793 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3794 (fork_child): ... here, and ...
3795 (fork_parent): ... here.
3796
3797 2018-06-12 Tom de Vries <tdevries@suse.de>
3798
3799 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3800
3801 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3802 Stephen Roberts <stephen.roberts@arm.com>
3803
3804 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3805 rewrite test to describe action performed, rather than possible
3806 failure.
3807
3808 2018-06-08 Gary Benson <gbenson@redhat.com>
3809
3810 * gdb.threads/check-libthread-db.exp: New file.
3811 * gdb.threads/check-libthread-db.c: Likewise.
3812
3813 2018-06-05 Tom Tromey <tom@tromey.com>
3814
3815 * gdb.base/default.exp: Update expected "show version" output.
3816
3817 2018-06-05 Tom Tromey <tom@tromey.com>
3818
3819 PR cli/12326:
3820 * gdb.cp/static-print-quit.exp: Update.
3821 * lib/gdb.exp (pagination_prompt): Update.
3822 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3823 * gdb.python/python.exp: Update.
3824
3825 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3826
3827 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3828
3829 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdb.ada/bp_fun_addr: New testcase.
3832
3833 2018-06-01 Tom Tromey <tom@tromey.com>
3834
3835 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3836 results.
3837 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3838 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3839 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3840 * gdb.base/maint.exp (maint_pass_if): Update.
3841
3842 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3843
3844 * gdb.base/endian.exp: New test.
3845 * gdb.base/endian.c: New test source.
3846
3847 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 PR gdb/23203
3850 * gdb.base/bt-selected-frame.c: New file.
3851 * gdb.base/bt-selected-frame.exp: New file.
3852 * lib/gdb.exp (get_current_frame_number): New function.
3853
3854 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3855 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.threads/tls-core.c: Include <stdlib.h>
3858 (thread_proc): Call `abort'.
3859 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3860 (tls_core_test): New procedure, bits factored out from ...
3861 (top level): ... here. Test both native cores and gcore cores.
3862
3863 2018-05-23 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3866
3867 2018-05-23 Tom Tromey <tom@tromey.com>
3868
3869 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3870 symfile_complaints.
3871 (test_short_complaints): Likewise.
3872 (test_empty_complaints): Likewise.
3873 (test_initial_complaints): Update.
3874
3875 2018-05-23 Tom Tromey <tom@tromey.com>
3876
3877 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3878
3879 2018-05-23 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3882 (test_short_complaints): Update.
3883
3884 2018-05-22 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/remote.exp: Only gdb_start after compiling the
3887 testcase. Issue "disconnect" before testing "set remote" command
3888 defaults. Issue clean_restart before running to main.
3889
3890 2018-05-22 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/remote.exp: Adjust expected output of "show remote
3893 memory-write-packet-size". Add tests for "set remote
3894 memory-write-packet-size 0" and "set remote
3895 memory-write-packet-size fixed/limit".
3896
3897 2018-05-22 Pedro Alves <palves@redhat.com>
3898
3899 PR gdb/22973
3900 * gdb.base/utf8-identifiers.c: New file.
3901 * gdb.base/utf8-identifiers.exp: New file.
3902
3903 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3904
3905 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3906
3907 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3908
3909 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3910
3911 2018-05-18 Tom Tromey <tom@tromey.com>
3912
3913 * gdb.base/ptype-offsets.exp: Update.
3914
3915 2018-05-17 Keith Seitz <keiths@redhat.com>
3916
3917 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3918 in expected breakpoint stop locations.
3919 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3920 move to proper scope to test variable values.
3921 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3922 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3923 New functions.
3924 (main): Call not_inline_func3.
3925 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3926 inline_func1, inline_func2, and inline_func3. Test that when each
3927 breakpoint is hit, GDB properly reports both the stop location
3928 and the backtrace. Repeat tests for temporary breakpoints.
3929
3930 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3931
3932 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3933 rather then trying to access it in determining whether the PID
3934 of `gdbserver' could have been retrieved.
3935
3936 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.arch/amd64-init-x87-values.S: New file.
3939 * gdb.arch/amd64-init-x87-values.exp: New file.
3940
3941 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3944
3945 2018-05-04 Tom Tromey <tom@tromey.com>
3946
3947 PR python/22730:
3948 * gdb.python/python.exp: Test multi-line execute.
3949
3950 2018-05-04 Tom Tromey <tom@tromey.com>
3951
3952 PR python/22731:
3953 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3954
3955 2018-05-04 Tom Tromey <tom@tromey.com>
3956
3957 PR gdb/11750:
3958 * gdb.base/define.exp: Test defining a user command inside a user
3959 command.
3960 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3961
3962 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3963 Pedro Alves <palves@redhat.com>
3964
3965 PR breakpoints/19806 and support for PR external/20207.
3966 * gdb.base/watchpoint-unaligned.c: New file.
3967 * gdb.base/watchpoint-unaligned.exp: New file.
3968
3969 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3970
3971 * gdb.base/maint.exp: Make test names unique, use
3972 test_prefix_command_help to test 'help maint info', and remove
3973 repeated test of 'help maint'.
3974
3975 2018-05-04 Tom Tromey <tom@tromey.com>
3976
3977 PR gdb/22619:
3978 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3979 behavior.
3980
3981 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.base/maint.exp: Process output from 'maint print registers'
3984 line at a time.
3985
3986 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3989 timeout.
3990
3991 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3992
3993 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3994 filter pattern.
3995
3996 2018-05-02 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3999 to_log_command renames.
4000 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4001
4002 2018-05-02 Tom Tromey <tom@tromey.com>
4003
4004 * gdb.python/py-parameter.exp: Set test message.
4005
4006 2018-05-02 Tom Tromey <tom@tromey.com>
4007
4008 PR python/20084:
4009 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4010 PARAM_ZUINTEGER_UNLIMITED tests.
4011
4012 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4013
4014 PR rust/23124
4015 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4016 when casting.
4017
4018 2018-04-30 Tom Tromey <tom@tromey.com>
4019
4020 * gdb.python/py-type.exp: Check align attribute.
4021 * gdb.python/py-type.c: New "aligncheck" global.
4022
4023 2018-04-30 Tom Tromey <tom@tromey.com>
4024
4025 PR exp/17095:
4026 * gdb.dwarf2/dw2-align.exp: New file.
4027 * gdb.cp/align.exp: New file.
4028 * gdb.base/align.exp: New file.
4029 * lib/gdb.exp (gdb_int128_helper): New proc.
4030 (has_int128_c, has_int128_cxx): New caching procs.
4031
4032 2018-04-27 Tom Tromey <tom@tromey.com>
4033
4034 PR rust/22545:
4035 * gdb.rust/simple.exp: Add inclusive range tests.
4036
4037 2018-04-26 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4040 ifunc breakpoint locations correctly of ifunc breakpoints set
4041 while the program resolves the ifunc.
4042
4043 2018-04-26 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.base/gnu-ifunc-final.c: New file.
4046 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4047 * gdb.base/gnu-ifunc.exp (executable): Delete.
4048 (staticexecutable): Adjust.
4049 (lib_opts, exec_opts): Delete.
4050 (make_binsuffix, build, set-break): New procedures.
4051 (misc_tests): New, with tests factored out from the top level.
4052 (top level): Test different combinations of ifunc resolver name,
4053 resolver with and with debug info, and ifunc target with and
4054 without debug info. Wrap static tests with with_target_prefix.
4055
4056 2018-04-26 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4059 return type" warnings.
4060
4061 2018-04-25 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4064 killed".
4065 * gdb.base/kill-after-signal.exp: Likewise.
4066 * gdb.threads/kill.exp: Likewise.
4067
4068 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4069 Sergio Durigan Junior <sergiodj@redhat.com>
4070 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4073 regexps to expect for '[Inferior ... detached]' as well.
4074 * gdb.base/attach.exp: Likewise.
4075 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4076 "gdb_continue_to_end".
4077 (test_catch_syscall_with_wrong_args): Likewise.
4078 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4079 ']'. Don't set 'verbose' on.
4080 * gdb.base/foll-vfork.exp: Likewise.
4081 * gdb.base/fork-print-inferior-events.c: New file.
4082 * gdb.base/fork-print-inferior-events.exp: New file.
4083 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4084 '[Inferior ... has been killed]' message.
4085 * gdb.base/kill-after-signal.exp: Likewise.
4086 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4087 detach message.
4088 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4089 message.
4090 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4091 regexps to expect for '[Inferior ... detached]' as well.
4092 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4093
4094 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 PR gdb/23104
4097 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4098
4099 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4100
4101 * gdb.threads/multiple-successive-infcall.c: New test.
4102 * gdb.threads/multiple-successive-infcall.exp: New file.
4103
4104 2018-04-17 Tom Tromey <tom@tromey.com>
4105
4106 * gdb.rust/simple.rs (Union): New type.
4107 (main): New local "u".
4108 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4109
4110 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4111
4112 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4113 number information in output of "whereis" command.
4114 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4115
4116 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4117
4118 * gdb.ada/info_types.exp: Adjust expected output to the line
4119 numbers now printed by "info var/func/type".
4120 * gdb.base/completion.exp: Likewise.
4121 * gdb.base/included.exp: Likewise.
4122 * gdb.cp/cp-relocate.exp: Likewise.
4123 * gdb.cp/cplusfuncs.exp: Likewise.
4124 * gdb.cp/namespace.exp: Likewise.
4125 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4126
4127 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4128
4129 * gdb.btrace/cpu.exp: New.
4130
4131 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4132
4133 * gdb.base/step-indirect-call-thunk.exp: New.
4134 * gdb.base/step-indirect-call-thunk.c: New.
4135 * gdb.reverse/step-indirect-call-thunk.exp: New.
4136 * gdb.reverse/step-indirect-call-thunk.c: New.
4137
4138 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4139
4140 * gdb.base/pie-fork.c: New file.
4141 * gdb.base/pie-fork.exp: New file.
4142
4143 2018-04-11 Tom Tromey <tom@tromey.com>
4144
4145 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4146
4147 2018-04-10 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4150 exits. Instead loop running forever.
4151 (fork_parent): Run forever too.
4152
4153 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4156 mi_continue_to_line.
4157 * gdb.mi/mi-stack.c (callee4): Add comment.
4158
4159 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4160
4161 * gdb.mi/mi-stack.exp: Fix indentation.
4162
4163 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 PR gdb/22979
4166 * gdb.arch/amd64-osabi.exp: New file.
4167
4168 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4169
4170 PR gdb/22980
4171 * gdb.base/osabi.exp: New file.
4172
4173 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4174
4175 * gdb.cp/static-typedef-print.exp: New file.
4176 * gdb.cp/static-typedef-print.cc: New file.
4177
4178 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4179
4180 * gdb.ada/varsize_limit: New testcase.
4181
4182 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4183
4184 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4185
4186 * gdb.ada/notcplusplus: New testcase.
4187
4188 * gdb.base/c-linkage-name.c: New file.
4189 * gdb.base/c-linkage-name.exp: New testcase.
4190
4191 2018-03-26 Tom Tromey <tom@tromey.com>
4192
4193 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4194 * gdb.python/py-framefilter.py (name_error): New global.
4195 (ErrorInName.function): Use name_error.
4196
4197 2018-03-26 Tom Tromey <tom@tromey.com>
4198
4199 PR backtrace/15582:
4200 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4201
4202 2018-03-23 Keith Seitz <keiths@redhat.com>
4203
4204 PR c++/22968
4205 * gdb.cp/subtypes.exp: New file.
4206 * gdb.cp/subtypes.h: New file.
4207 * gdb.cp/subtypes.cc: New file.
4208 * gdb.cp/subtypes-2.cc: New file.
4209
4210 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4213 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4214 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4215 -nostartfiles when compiling the test. Confirm that all registers
4216 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4217
4218 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4219
4220 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4221 option, syntax was wrong anyway.
4222 * gdb.arch/arm-disp-step.exp: Likewise.
4223 * gdb.arch/sparc64-regs.exp: Likewise.
4224 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4225 option, syntax was wrong anyway, switch to use
4226 prepare_for_testing.
4227 * gdb.arch/i386-disp-step.exp: Likewise.
4228
4229 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4230
4231 * gdb.ada/exec_changed.exp: Replace "target_info exists
4232 use_gdb_stub" by "use_gdb_stub".
4233 * gdb.ada/start.exp: Likewise.
4234 * gdb.base/async-shell.exp: Likewise.
4235 * gdb.base/attach-pie-misread.exp: Likewise.
4236 * gdb.base/attach-wait-input.exp: Likewise.
4237 * gdb.base/break-entry.exp: Likewise.
4238 * gdb.base/break-interp.exp: Likewise.
4239 * gdb.base/dprintf-detach.exp: Likewise.
4240 * gdb.base/nostdlib.exp: Likewise.
4241 * gdb.base/solib-nodir.exp: Likewise.
4242 * gdb.base/statistics.exp: Likewise.
4243 * gdb.base/testenv.exp: Likewise.
4244 * gdb.mi/mi-exec-run.exp: Likewise.
4245 * gdb.mi/mi-start.exp: Likewise.
4246 * gdb.multi/dummy-frame-restore.exp: Likewise.
4247 * gdb.multi/multi-arch-exec.exp: Likewise.
4248 * gdb.multi/multi-arch.exp: Likewise.
4249 * gdb.multi/tids.exp: Likewise.
4250 * gdb.multi/watchpoint-multi.exp: Likewise.
4251 * gdb.python/py-events.exp: Likewise.
4252 * gdb.threads/attach-into-signal.exp: Likewise.
4253 * gdb.threads/attach-stopped.exp: Likewise.
4254 * gdb.threads/threadapply.exp: Likewise.
4255 * lib/selftest-support.exp: Likewise.
4256
4257 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4258
4259 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4260
4261 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4262
4263 * gdb.perf/template-breakpoints.cc: New file.
4264 * gdb.perf/template-breakpoints.exp: New file.
4265 * gdb.perf/template-breakpoints.py: New file.
4266
4267 2018-03-19 Tom Tromey <tom@tromey.com>
4268
4269 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4270 y0.
4271 * gdb.rust/simple.exp: Test bare identifier form of struct
4272 initializer.
4273
4274 2018-03-19 Tom Tromey <tom@tromey.com>
4275
4276 * gdb.gdb/observer.exp: Remove.
4277
4278 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4279
4280 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4281 "qualified" option when setting breakpoints.
4282 * gdb.trace/backtrace.exp: Likewise.
4283 * gdb.trace/circ.exp: Likewise.
4284 * gdb.trace/collection.exp: Likewise.
4285 * gdb.trace/disconnected-tracing.exp: Likewise.
4286 * gdb.trace/ftrace-lock.exp: Likewise.
4287 * gdb.trace/ftrace.exp: Likewise.
4288 * gdb.trace/infotrace.exp: Likewise.
4289 * gdb.trace/packetlen.exp: Likewise.
4290 * gdb.trace/passc-dyn.exp: Likewise.
4291 * gdb.trace/qtro.exp: Likewise.
4292 * gdb.trace/read-memory.exp: Likewise.
4293 * gdb.trace/report.exp: Likewise.
4294 * gdb.trace/signal.exp: Likewise.
4295 * gdb.trace/status-stop.exp: Likewise.
4296 * gdb.trace/strace.exp: Likewise.
4297 * gdb.trace/tfind.exp: Likewise.
4298 * gdb.trace/trace-break.exp: Likewise.
4299 * gdb.trace/trace-condition.exp: Likewise.
4300 * gdb.trace/trace-mt.exp: Likewise.
4301 * gdb.trace/tstatus.exp: Likewise.
4302 * gdb.trace/tsv.exp: Likewise.
4303 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4304 * gdb.trace/unavailable.exp: Likewise.
4305 * gdb.trace/while-dyn.exp: Likewise.
4306
4307 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4308
4309 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4310 that libinproctrace is copied to the target.
4311
4312 2018-03-14 Tom Tromey <tom@tromey.com>
4313
4314 PR cli/14977:
4315 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4316 a null pointer.
4317 * gdb.base/wchar.exp: Likewise.
4318
4319 2018-03-14 Tom Tromey <tom@tromey.com>
4320
4321 PR cli/19918:
4322 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4323 flag.
4324
4325 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4326
4327 PR gdb/22841
4328 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4329 "target" to remote_exec.
4330
4331 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4332
4333 PR gdb/22841
4334 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4335 ${board}_upload): Remove.
4336
4337 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4338
4339 * gdb.cp/watch-cp.cc: New test.
4340 * gdb.cp/watch-cp.exp: New file.
4341
4342 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/infcall-nested-structs.exp: New file.
4345 * gdb.base/infcall-nested-structs.c: New file.
4346 * gdb.base/float.exp: Add riscv support.
4347
4348 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4349
4350 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4351 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4352
4353 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4354
4355 * gdb.server/abspath.exp: New file.
4356 * lib/gdb.exp (with_cwd): New procedure.
4357
4358 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4359
4360 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4361 use it.
4362 (gdb_is_target_remote_prompt): New proc.
4363 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4364 (gdb_is_target_native): Pass prompt parameter to
4365 gdb_is_target_1.
4366
4367 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4368
4369 * gdb.base/load-command.c: New file.
4370 * gdb.base/load-command.exp: New file.
4371 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4372 (gdb_is_target_1): ...this, and generalize for other targets
4373 than just remote.
4374 (gdb_is_target_remote): Use gdb_is_target_1.
4375 (gdb_is_target_native): use gdb_is_target_1.
4376
4377 2018-02-26 Tom Tromey <tom@tromey.com>
4378
4379 PR python/16497:
4380 * gdb.python/py-framefilter.exp: Update test.
4381
4382 2018-02-26 Tom Tromey <tom@tromey.com>
4383
4384 * gdb.dwarf2/variant.c: New file.
4385 * gdb.dwarf2/variant.exp: New file.
4386
4387 2018-02-26 Tom Tromey <tom@tromey.com>
4388
4389 * gdb.rust/simple.exp: Accept more possible results in enum test.
4390
4391 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4392
4393 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4394 parentheses.
4395
4396 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4397
4398 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4399 name of a variable: $actual_linejj -> $actual_line.
4400
4401 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4402
4403 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4404
4405 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4406
4407 * gdb.btrace/buffer-size.exp: Do not force BTS.
4408
4409 2018-02-14 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4412 getting a "Quit".
4413
4414 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4415
4416 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4417 Fix test name.
4418
4419 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4420
4421 * gdb.cp/m-static.exp: Check type of optimized out static
4422 member.
4423
4424 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4425
4426 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4427 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4428
4429 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4430 Leszek Swirski <leszeks@google.com>
4431
4432 * gdb.python/py-prettyprint.c
4433 (struct to_string_returns_value_inner,
4434 struct to_string_returns_value_wrapper): New.
4435 (main): Add tsrvw variable.
4436 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4437 ToStringReturnsValueWrapper): New classes.
4438 (register_pretty_printers): Register new pretty-printers.
4439 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4440 recursive pretty printer.
4441 * gdb.python/py-mi.exp: Likewise.
4442
4443 2018-02-01 Leszek Swirski <leszeks@google.com>
4444
4445 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4446 functions with the same name as an include file are parsed
4447 correctly.
4448
4449 2018-02-01 Yao Qi <yao.qi@linaro.org>
4450
4451 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4452 "\[^\r\n\]*".
4453
4454 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4455
4456 * gdb.arch/powerpc-prologue-frame.s: New file.
4457 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4458 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4459
4460 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4461
4462 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4463
4464 2018-01-30 Pedro Alves <palves@redhat.com>
4465
4466 PR gdb/13211
4467 * gdb.base/interrupt-daemon.c: New.
4468 * gdb.base/interrupt-daemon.exp: New.
4469 * gdb.multi/multi-term-settings.c: New.
4470 * gdb.multi/multi-term-settings.exp: New.
4471
4472 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdb.base/break.exp: Save the location where the breakpoint
4475 on break.c:47 was actually inserted when debugging the version
4476 compiled at -O2 and use it in the expected output of the "info
4477 break" test performed soon after.
4478
4479 2018-01-22 Pedro Alves <palves@redhat.com>
4480 Sergio Durigan Junior <sergiodj@redhat.com>
4481
4482 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4483 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4484
4485 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4486
4487 * gdb.base/break-include.c, gdb.base/break-include.inc,
4488 gdb.base/break-include.exp: New files.
4489 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4490 line number now being the actual line number where the breakpoint
4491 was inserted.
4492 * gdb.mi/mi-break.exp: Likewise.
4493 * gdb.mi/mi-reverse.exp: Likewise.
4494 * gdb.mi/mi-simplerun.exp: Ditto.
4495
4496 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4499 varobj.
4500 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4501
4502 2018-01-21 Don Breazeal <donb@codesourcery.com>
4503 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * gdb.mi/basics.c: Add new global.
4506 * gdb.mi/mi-frame-regs.exp: New file.
4507 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4508 case.
4509
4510 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4513 non-parameter, and on an unknown symbol.
4514
4515 2018-01-19 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4518 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4519
4520 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4521
4522 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4523 setrlimit and chdir to int.
4524
4525 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4526
4527 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4528 function.
4529 (my_tend): Likewise.
4530 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4531 rationale of avoiding FP- and vector instructions.
4532
4533 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4534
4535 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4536 "info reg" with "\[ \t\]*".
4537 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4538 "\[ \t\]+".
4539 * gdb.arch/s390-multiarch.exp: Ditto.
4540 * gdb.base/pc-fp.exp: Ditto.
4541 * gdb.reverse/i386-precsave.exp: Ditto.
4542 * gdb.reverse/i386-reverse.exp: Ditto.
4543 * gdb.reverse/i387-env-reverse.exp: Ditto.
4544 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4545
4546 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4547
4548 * lib/gdb.exp (gdb_compile): Re-enable use of
4549 universal_compile_options for languages other than Rust.
4550
4551 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4552
4553 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4554
4555 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4556
4557 PR gdb/16577
4558 * gdb.base/solib-vanish.exp: New.
4559 * gdb.base/solib-vanish-main.c: New.
4560 * gdb.base/solib-vanish-lib1.c: New.
4561 * gdb.base/solib-vanish-lib2.c: New.
4562
4563 2018-01-17 Yao Qi <yao.qi@linaro.org>
4564
4565 * gdb.compile/compile.exp: Match the address printed for
4566 frame in the output of command "bt".
4567
4568 2018-01-15 Tom Tromey <tom@tromey.com>
4569
4570 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4571 compute sp_reg.
4572
4573 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4574
4575 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4576 to prepare.
4577 (prepare): Return 0 on error, 1 on success.
4578
4579 2018-01-12 Pedro Alves <palves@redhat.com>
4580
4581 * gdb.base/continue-after-aborted-step-over.c: New.
4582 * gdb.base/continue-after-aborted-step-over.exp: New.
4583
4584 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4585
4586 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4587 options when not creating an executable.
4588
4589 2018-01-11 Pedro Alves <palves@redhat.com>
4590
4591 PR remote/22597
4592 * gdb.server/stop-reply-no-thread.c: New file.
4593 * gdb.server/stop-reply-no-thread.exp: New file.
4594
4595 2018-01-10 Pedro Alves <palves@redhat.com>
4596
4597 PR gdb/22670
4598 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4599 functions too. Test setting breakpoints and printing C functions
4600 with no debug info too.
4601 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4602
4603 2018-01-10 Pedro Alves <palves@redhat.com>
4604
4605 PR gdb/22670
4606 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4607 a fail.
4608
4609 2018-01-10 Pedro Alves <palves@redhat.com>
4610
4611 PR gdb/22670
4612 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4613
4614 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.server/unittest.exp: Match the output in non-development
4617 mode.
4618
4619 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * gdb.gdb/unittest.exp: Match output in non-development mode.
4622
4623 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4624
4625 * gdb.ada/access_tagged_param.exp: Relax expected output
4626 for value of "ObjL" in "continue" to pck.inspect breakpoint
4627 test.
4628
4629 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4632 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4633
4634 2018-01-05 Pedro Alves <palves@redhat.com>
4635
4636 PR gdb/18653
4637 * gdb.base/libsegfault.exp: New.
4638
4639 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4640
4641 PR gdb/22670
4642 * gdb.ada/access_tagged_param.exp: New file.
4643 * gdb.ada/access_tagged_param/foo.adb: New file.
4644
4645 2018-01-05 Pedro Alves <palves@redhat.com>
4646
4647 PR gdb/22670
4648 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4649 exercise lower case too, and to exercise both full matching and
4650 wild matching.
4651
4652 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4653
4654 * gdb.ada/rename_subscript_param: New testcase.
4655
4656 2018-01-05 Jerome Guitton <guitton@adacore.com>
4657
4658 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4659
4660 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4661
4662 * gdb.ada/convvar_comp: New testcase.
4663
4664 2018-01-05 Xavier Roirand <roirand@adacore.com>
4665
4666 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4667 (My_Table): New global variable.
4668 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4669
4670 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4671
4672 PR gdb/22670
4673 * gdb.ada/maint_with_ada: New testcase.
4674
4675 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4676
4677 PR gdb/22670
4678 * gdb.ada/bp_c_mixed_case: New testcase.
4679
4680 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4681
4682 PR gdb/22670
4683 * gdb.ada/complete.exp: Add "complete break ada" test.
4684
4685 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4686
4687 PR gdb/22670
4688 * gdb.ada/info_addr_mixed_case: New testcase.
4689
4690 2018-01-03 Xavier Roirand <roirand@adacore.com>
4691
4692 * gdb.ada/excep_handle.exp: New testcase.
4693 * gdb.ada/excep_handle/foo.adb: New file.
4694 * gdb.ada/excep_handle/pck.ads: New file.
4695
4696 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4697
4698 * gdb.base/step-line.c: Add extra empty line in copyright header.
4699 * gdb.base/step-line.inp: Likewise.
4700
4701 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/dyn_stride.exp: Add slice test.
4704
4705 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4706
4707 * gdb.ada/dyn_stride: New testcase.
4708
4709 2017-12-27 Stafford Horne <shorne@gmail.com>
4710
4711 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4712 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4713
4714 2017-12-27 Stafford Horne <shorne@gmail.com>
4715
4716 * gdb.base/reggroups.c: New file.
4717 * gdb.base/reggroups.exp: New file.
4718
4719 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4720
4721 * gdb.dwarf2/ada-valprint-error.c: New file.
4722 * gdb.dwarf2/ada-valprint-error.exp: New file.
4723
4724 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4725
4726 * gdb.ada/assign_arr: New testcase.
4727
4728 2017-12-18 Xavier Roirand <roirand@adacore.com>
4729
4730 * gdb.ada/funcall_ptr: New testcase.
4731
4732 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4733
4734 PR cli/16224
4735 * gdb.base/ptype-offsets.cc: New file.
4736 * gdb.base/ptype-offsets.exp: New file.
4737
4738 2017-12-15 Yao Qi <yao.qi@linaro.org>
4739
4740 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4741 if XML is disabled.
4742
4743 2017-12-15 Xavier Roirand <roirand@adacore.com>
4744
4745 * gdb.ada/same_component_name: New testcase.
4746
4747 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4748
4749 * gdb.ada/str_binop_equal: New testcase.
4750
4751 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.ada/task_switch_in_core: New testcase.
4754
4755 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4756
4757 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4758 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4759 call test_bkpt_qualified.
4760 (test_bkpt_qualified): New proc.
4761
4762 2017-12-13 Pedro Alves <palves@redhat.com>
4763
4764 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4765 Tighten regexp by matching with an anchor.
4766
4767 2017-12-13 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4770 ("expression with namespace"): New set of tests.
4771 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4772 (Nested::Test_NS::qux): New.
4773 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4774 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4775
4776 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4777
4778 * gdb.base/server-del-break.c: New file.
4779 * gdb.base/server-del-break.exp: New file.
4780
4781 2017-12-12 Stafford Horne <shorne@gmail.com>
4782
4783 * gdb.xml/tdesc-regs.exp: Add or1k support.
4784
4785 2017-12-12 Stafford Horne <shorne@gmail.com>
4786
4787 * gdb.base/bp-permanent.c: Define nop of or1k.
4788
4789 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4792 output with components being reordered.
4793
4794 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4795
4796 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4797 output with components being reordered.
4798
4799 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4800 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/maint.exp (check for .gdb_index): Check also for
4803 .debug_names.
4804 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4805 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4806 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4807 (.gdb_index used after symbol reloading): Support also .debug_names.
4808 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4809
4810 2017-12-08 Yao Qi <yao.qi@linaro.org>
4811
4812 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4813 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4814
4815 2017-12-08 Yao Qi <yao.qi@linaro.org>
4816
4817 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4818 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4819
4820 2017-12-08 Yao Qi <yao.qi@linaro.org>
4821
4822 * gdb.arch/aarch64-tagged-pointer.c: New file.
4823 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4824
4825 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4826
4827 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4828 "int".
4829
4830 2017-12-07 Keith Seitz <keiths@redhat.com>
4831
4832 PR breakpoints/22569
4833 * gdb.linespec/ls-errs.exp: Change expected result of "break
4834 -source this file has spaces.c -line 3".
4835 Check that an explicit source file followed by whitespace is
4836 identified as an invalid explicit location.
4837
4838 2017-12-07 Keith Seitz <keiths@redhat.com>
4839
4840 * gdb.cp/nested-types.cc: New file.
4841 * gdb.cp/nested-types.exp: New file.
4842 * lib/cp-support.exp: Load data-structures.exp library.
4843 (debug_cp_test_ptype_class): New global.
4844 (cp_ptype_class_verbose, next_line): New procedures.
4845 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4846 Add and document new return value.
4847 Switch the list of lines to a queue.
4848 Add support for new `type' key for nested type definitions.
4849 Add debugging/troubleshooting messages.
4850 * lib/data-structures.exp: New file.
4851
4852 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4853
4854 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4855 with proc_with_prefix, don't use with_test_prefix.
4856
4857 2017-12-07 Tom Tromey <tom@tromey.com>
4858
4859 * gdb.base/break.exp: Add test for empty "commands".
4860
4861 2017-12-07 Yao Qi <yao.qi@linaro.org>
4862
4863 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4864 malloc and catch syscall.
4865
4866 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4867
4868 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4869 tests for explicit locations.
4870
4871 2017-12-06 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4874 force-disabling XML descriptions.
4875
4876 2017-12-04 Pedro Alves <palves@redhat.com>
4877
4878 PR gdb/22499
4879 * gdb.arch/amd64-disp-step-avx.S: New file.
4880 * gdb.arch/amd64-disp-step-avx.exp: New file.
4881
4882 2017-12-03 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4885 and <string.h>.
4886 (parent_function): Print distinct messages when waitpid fails, or
4887 the child exits with a signal, or the child exits for an unhandled
4888 reason.
4889 * gdb.threads/process-dies-while-detaching.exp
4890 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4891 it. Wait for both inferior output and GDB's prompt. Use an
4892 indirect spawn id list.
4893 (do_detach): New parameter 'child_exit'. Use it to compute
4894 expected inferior output.
4895 (test_detach, test_detach_watch, test_detach_killed_outside):
4896 Adjust to pass down the expected child exit kind.
4897
4898 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4899 Sergio Durigan Junior <sergiodj@redhat.com>
4900 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4903
4904 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4905
4906 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4907 to 'symbol-file' and 'add-symbol-file' can be
4908 position-independent.
4909
4910 2017-12-01 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4913 the URL in copyright header.
4914 * gdb.arch/aarch64-fp.exp: Likewise.
4915 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4916 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4917 * gdb.base/expand-psymtabs.exp: Likewise.
4918 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4919 * gdb.fortran/common-block.exp: Likewise.
4920 * gdb.fortran/common-block.f90: Likewise.
4921 * gdb.fortran/logical.exp: Likewise.
4922 * gdb.fortran/vla-datatypes.f90: Likewise.
4923 * gdb.fortran/vla-sub.f90: Likewise.
4924
4925 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/repeat_dyn: New testcase.
4928
4929 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4930
4931 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4932 Update for changed thread numbering.
4933 * gdb.cell/bt.exp: Update for changed GDB output.
4934
4935 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4936
4937 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4938 setting isremote by hand.
4939 * boards/dwarf4-gdb-index.exp: Likewise.
4940 * boards/fission.exp: Likewise.
4941 * boards/stabs.exp: Likewise.
4942
4943 2017-11-30 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.linespec/cpls-ops.exp
4946 (check_explicit_skips_function_argument): Extract the underlying
4947 type of size_t instead of hardcoding it.
4948
4949 2017-11-29 Pedro Alves <palves@redhat.com>
4950
4951 PR c++/19436
4952 * gdb.linespec/cpls-abi-tag.cc: New file.
4953 * gdb.linespec/cpls-abi-tag.exp: New file.
4954
4955 2017-11-29 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/langs.exp: Use -qualified.
4958 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4959 it.
4960 * gdb.cp/namespace.exp: Use -qualified.
4961 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4962 (overload-3, template-overload, template-ret-type, const-overload)
4963 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4964 procedures.
4965 (test_driver): Call them.
4966 * gdb.cp/save-bp-qualified.cc: New.
4967 * gdb.cp/save-bp-qualified.exp: New.
4968 * gdb.linespec/explicit.exp: Test -qualified.
4969 * lib/completion-support.exp (completion::explicit_opts_list): Add
4970 "-qualified".
4971 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4972
4973 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4974
4975 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4976
4977 2017-11-29 Tom Tromey <tom@tromey.com>
4978
4979 * gdb.base/relocate.exp: Update invalid argument test.
4980 Add new tests for invalid arguments.
4981
4982 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4983
4984 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4985 Return 0 as a long.
4986 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4987
4988 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4989
4990 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4991 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4992 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4993 func ().
4994 * gdb.cp/shadow.cc (B.func): Return 0.
4995
4996 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4999 expected output in gdb_expect call to allow the exception
5000 message to be present as well. Fix syntax confusion to avoid
5001 TCL thinking that exception_name is an array.
5002
5003 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5004
5005 * gdb.arch/spu-info.c: Include <unistd.h>.
5006 (do_signal_test): Fix broken calls to write.
5007 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5008 Fix checks for empty mailboxes. Update signal tests for corrected
5009 do_signal_test routine. Allow nonzero event status.
5010 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5011 * gdb.cell/arch.exp: Use standard_output_file.
5012 * gdb.cell/break.exp: Likewise.
5013 * gdb.cell/bt.exp: Likewise.
5014 * gdb.cell/core.exp: Likewise.
5015 * gdb.cell/dwarfaddr.exp: Likewise.
5016 * gdb.cell/ea-cache.exp: Likewise.
5017 * gdb.cell/ea-standalone.exp: Likewise.
5018 * gdb.cell/f-regs.exp: Likewise.
5019 * gdb.cell/fork.exp: Likewise.
5020 * gdb.cell/gcore.exp: Likewise.
5021 * gdb.cell/mem-access.exp: Likewise.
5022 * gdb.cell/ptype.exp: Likewise.
5023 * gdb.cell/registers.exp: Likewise.
5024 * gdb.cell/sizeof.exp: Likewise.
5025 * gdb.cell/solib-symbol.exp: Likewise.
5026 * gdb.cell/solib.exp: Likewise.
5027
5028 2017-11-25 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/complete-empty.exp: New file.
5031 * gdb.base/completion.exp: Adjust.
5032
5033 2017-11-25 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.linespec/cpls-ops.cc: New file.
5036 * gdb.linespec/cpls-ops.exp: New file.
5037 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5038 factored out from ...
5039 (test_complete_prefix_range): ... this.
5040
5041 2017-11-24 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.linespec/cpcompletion.exp: New file.
5044 * gdb.linespec/cpls-hyphen.cc: New file.
5045 * gdb.linespec/cpls.cc: New file.
5046 * gdb.linespec/cpls2.cc: New file.
5047 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5048 test to use test_gdb_complete_unique. Add label completion,
5049 keyword completion and explicit location completion tests.
5050 * lib/completion-support.exp: New file.
5051
5052 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5053
5054 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5055 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5056 when hitting an exception catchpoint.
5057
5058 2017-11-22 Yao Qi <yao.qi@linaro.org>
5059
5060 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5061
5062 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5063
5064 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5065 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5066 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5067
5068 2017-11-22 Yao Qi <yao.qi@linaro.org>
5069
5070 * gdb.base/info-os.exp: Pass pthreads.
5071 * gdb.multi/multi-attach.exp: Likewise.
5072
5073 2017-11-22 Yao Qi <yao.qi@linaro.org>
5074
5075 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5076 compiler.
5077
5078 2017-11-22 Yao Qi <yao.qi@linaro.org>
5079
5080 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5081 * gdb.base/break-interp.exp: Likewise.
5082 * gdb.base/jit-attach-pie.exp: Likewise.
5083
5084 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5085
5086 * gdb.base/float128.c (large128): New variable.
5087 * gdb.base/float128.exp: Add test to print largest __float128 value.
5088
5089 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5090
5091 * gdb.arch/vsx-regs.exp: Update register content checks.
5092
5093 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5094
5095 * gdb.arch/ppc-longdouble.exp: New file.
5096 * gdb.arch/ppc-longdouble.c: Likewise.
5097
5098 2017-11-21 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5101
5102 2017-11-20 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5105 (long_double_typedef): New typedefs.
5106 Use DEF on double and long double.
5107 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5108 cases.
5109 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5110 and 'long_double_ptr_same_size' locals. Use them to decide
5111 whether cast from array/function to float is valid/invalid.
5112
5113 2017-11-17 Tom Tromey <tom@tromey.com>
5114
5115 * gdb.rust/traits.rs: New file.
5116 * gdb.rust/traits.exp: New file.
5117
5118 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.ada/minsyms: New testcase.
5121
5122 2017-11-16 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5125 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5126
5127 2017-11-16 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5130 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5131
5132 2017-11-16 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.server/reconnect-ctrl-c.c: New file.
5135 * gdb.server/reconnect-ctrl-c.exp: New file.
5136
5137 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5138
5139 * gdb.python/py-rbreak.exp: New file.
5140 * gdb.python/py-rbreak.c: New file.
5141 * gdb.python/py-rbreak-func2.c: New file.
5142
5143 2017-11-16 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5146 pattern.
5147 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5148 GDB.
5149
5150 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5153 regex.
5154
5155 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5156
5157 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5158 test names.
5159
5160 2017-11-09 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5163 factored out from ...
5164 (top level): ... here, and adjusted to avoid expecting beyond the
5165 prompt in a single gdb_test_multiple.
5166
5167 2017-11-09 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5170 output.
5171 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5172 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5173 * gdb.server/ext-run.exp ("kill" test): Likewise.
5174 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5175
5176 2017-11-09 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5179 match till end of line.
5180
5181 2017-11-09 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5184
5185 2017-11-09 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5188 New procedures, factored out from ...
5189 (top level): ... here, and adjusted to avoid expecting beyond the
5190 prompt in one go.
5191
5192 2017-11-09 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5195 output. Fix '?' match.
5196
5197 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5198
5199 * gdb.ada/scoped_watch: New testcase.
5200 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5201 which is actually correct.
5202 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5203 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5204
5205 2017-11-08 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.gdb/complaints.exp (test_initial_complaints)
5208 (test_serial_complaints, test_short_complaints): Call
5209 complaint_internal instead of complaint.
5210
5211 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5212
5213 * gdb.threads/tls-core.c: New file.
5214 * gdb.threads/tls-core.exp: Likewise.
5215
5216 2017-11-08 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5219 (p Exported_Capitalized): New test.
5220 (p exported_capitalized): New test.
5221
5222 2017-11-07 Pedro Alves <palves@redhat.com>
5223
5224 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5225
5226 2017-11-07 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5229 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5230 (disable_invalid, disable_inverted, disable_negative): New
5231 procedures.
5232 ("bad numbers"): New set of tests.
5233
5234 2017-11-07 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.cp/ena-dis-br-range.exp: Add tests.
5237
5238 2017-11-07 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5241
5242 2017-11-07 Xavier Roirand <roirand@adacore.com>
5243 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/ena-dis-br.exp: Add reference to
5246 gdb.cp/ena-dis-br-range.exp.
5247 * gdb.cp/ena-dis-br-range.exp: New file.
5248 * gdb.cp/ena-dis-br-range.cc: New file.
5249
5250 2017-11-06 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/attach-non-pgrp-leader.c: New.
5253 * gdb.base/attach-non-pgrp-leader.exp: New.
5254
5255 2017-11-06 Pedro Alves <palves@redhat.com>
5256
5257 * configure.ac: No longer check for termio.h and sgtty.h.
5258 * configure: Regenerate.
5259 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5260 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5261 Remove termio and sgtty code.
5262
5263 2017-11-03 Yao Qi <yao.qi@linaro.org>
5264
5265 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5266 in GDB is disabled.
5267
5268 2017-11-03 Yao Qi <yao.qi@linaro.org>
5269
5270 * gdb.python/py-thrhandle.exp: Skip it if python is not
5271 enabled.
5272
5273 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5274
5275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5276 as a breakpoint command.
5277
5278 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5279
5280 PR python/21213
5281 * gdb.python/py-infthread.exp: Test calling
5282 InferiorThread.inferior () multiple times in a row.
5283
5284 2017-10-27 Keith Seitz <keiths@redhat.com>
5285
5286 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5287 Test "info break" for every inlined function breakpoint.
5288
5289 2017-10-27 Yao Qi <yao.qi@linaro.org>
5290
5291 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5292
5293 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5294
5295 * gdb.cp/classes.exp (test_static_members): Test printing
5296 Outer::instance.
5297 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5298 (Inner::instance, Outer::instance): New.
5299
5300 2017-10-24 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5303 extra console" test in two stages.
5304
5305 2017-10-24 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5308
5309 2017-10-24 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5312 loop.
5313
5314 2017-10-24 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5317 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5318
5319 2017-10-24 Pedro Alves <palves@redhat.com>
5320
5321 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5322 parameter and handle it. Don't output read value in test name.
5323
5324 2017-10-24 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5327 custom test name.
5328
5329 2017-10-24 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5332 include the unstable output directory name in the test's name.
5333 (initial_setup_simple) <'set args'>: Use custom test name.
5334
5335 2017-10-24 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5338 with explicit test name.
5339
5340 2017-10-20 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5343 'wait -i'. Use gdb_assert and remote_close.
5344
5345 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5348 number from variable rather than hard-coded.
5349
5350 2017-10-19 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/long-inferior-output.c: New file.
5353 * gdb.base/long-inferior-output.exp: New file.
5354
5355 2017-11-18 Keith Seitz <keiths@redhat.com>
5356
5357 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5358 method.
5359 (main): Call it.
5360 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5361 Add additional user-defined conversion operator tests.
5362
5363 2017-10-17 Pedro Alves <palves@redhat.com>
5364
5365 * boards/native-stdio-gdbserver.exp: Load "local-board".
5366
5367 2017-10-17 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/quit-live.c: New file.
5370 * gdb.base/quit-live.exp: New file.
5371
5372 2017-10-16 Keith Seitz <keiths@redhat.com>
5373
5374 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5375 (class_with_protected_typedef, class_with_private_typedef)
5376 (struct_with_public_typedef, struct_with_protected_typedef)
5377 (struct_with_private_typedef): New classes/structs.
5378 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5379 typedefs and access specifiers.
5380
5381 2017-10-16 Pedro Alves <palves@redhat.com>
5382 Simon Marchi <simon.marchi@polymtl.ca>
5383
5384 * README (Local vs Remote vs Native): New section.
5385 * boards/local-board.exp: New file, with bits factored out from
5386 ...
5387 * boards/native-extended-gdbserver.exp: ... here. Load
5388 "local-board".
5389 * boards/native-gdbserver.exp: Load "local-board".
5390 (${board}_spawn, ${board}_exec): Delete.
5391 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5392 ...
5393 * boards/stdio-gdbserver-base.exp: ... this new file.
5394 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5395 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5396 procedure.
5397 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5398 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5399 stdio_gdbserver_command.
5400 (${board}_get_remote_address, ${board}_get_comm_port)
5401 (${board}_download, ${board}_upload): Delete.
5402 (get_target_remote_pipe_cmd): New.
5403
5404 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5405
5406 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5407 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5408 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5409 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5410 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5411 remove with_test_prefix.
5412
5413 2017-10-13 Pedro Alves <palves@redhat.com>
5414
5415 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5416 * gdb.base/annota1.exp: Use it instead of is_remote.
5417 * gdb.base/annota3.exp: Use it instead of is_remote.
5418 * gdb.cp/annota2.exp: Use it instead of is_remote.
5419 * gdb.cp/annota3.exp: Use it instead of is_remote.
5420 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5421
5422 2017-10-13 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5425 (test_num_test_vars, run_and_count_vars, find_env)
5426 (test_set_unset_env, test_inherit_env_var): New procedures.
5427 (top level): Use them.
5428
5429 2017-10-13 Pedro Alves <palves@redhat.com>
5430
5431 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5432 also skip on stub-like targets.
5433
5434 2017-10-13 Pedro Alves <palves@redhat.com>
5435
5436 PR gdb/22293
5437 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5438 (top level): Move some tests to ...
5439 (test_not_found): ... this new procedure.
5440 (top level): Call it.
5441
5442 2017-10-13 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5445 expect different "info terminal" output if testing with a
5446 non-native target.
5447
5448 2017-10-13 Pedro Alves <palves@redhat.com>
5449 Simon Marchi <simon.marchi@polymtl.ca>
5450
5451 PR python/12966
5452 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5453
5454 2017-10-13 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5457 already.
5458
5459 2017-10-13 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5462 is_remote.
5463
5464 2017-10-13 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5467 is_remote.
5468
5469 2017-10-13 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5472 is set.
5473 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5474 instead of is_remote.
5475
5476 2017-10-13 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5479 (top level): Add comment.
5480
5481 2017-10-13 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/remote.exp (top level): Fix comment typo and add
5484 missing return.
5485
5486 2017-10-13 Pedro Alves <palves@redhat.com>
5487 Simon Marchi <simon.marchi@polymtl.ca>
5488
5489 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5490 calls and add comments. Skip test if use_gdb_stub is set.
5491 (top level): Use "set cwd" command instead of "cd" command.
5492
5493 2017-10-13 Pedro Alves <palves@redhat.com>
5494
5495 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5496 is_remote target check.
5497
5498 2017-10-13 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/scope.exp: Use build_executable + clean_restart +
5501 gdb_file_cmd instead of prepare_for_testing and no longer skip
5502 "before run" tests on is_remote target boards. Update comments.
5503 * boards/native-extended-gdbserver.exp
5504 (extended_gdbserver_load_last_file): New, factored out from ...
5505 (gdb_load): ... this. Move further below and add comment.
5506 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5507
5508 2017-10-12 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/attach.exp: Remove references to gdb64.
5511 * gdb.base/dbx.exp: Remove references to gdb64.
5512
5513 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5514 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/label.exp: Remove is_remote target check.
5517
5518 2017-10-12 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.base/auvx.exp (coredir): Update comment.
5521 (top level) <core_works>: Use "set cwd" command instead of "cd"
5522 command.
5523
5524 2017-10-12 Pedro Alves <palves@redhat.com>
5525 Simon Marchi <simon.marchi@polymtl.ca>
5526
5527 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5528 target boards.
5529
5530 2017-10-12 Pedro Alves <palves@redhat.com>
5531 Simon Marchi <simon.marchi@polymtl.ca>
5532
5533 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5534 Instead skip if there's any gdb_protocol set.
5535
5536 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5537 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5540
5541 2017-10-12 Pedro Alves <palves@redhat.com>
5542 Simon Marchi <simon.marchi@polymtl.ca>
5543
5544 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5545 instead of on dejagnu remote boards.
5546
5547 2017-10-12 Pedro Alves <palves@redhat.com>
5548 Simon Marchi <simon.marchi@polymtl.ca>
5549
5550 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5551 checks. Use build_executable + clean_restart instead of
5552 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5553 of enabling non-stop after starting gdb.
5554
5555 2017-10-12 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5558 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5559 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5560 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5561
5562 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5563
5564 * gdb.arch/arc-tdesc-cpu.exp: New file.
5565 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5566
5567 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5568
5569 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5570
5571 2017-10-10 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5574 expect CLI output.
5575
5576 2017-10-10 Pedro Alves <palves@redhat.com>
5577
5578 * lib/selftest-support.exp (selftest_setup): Update for
5579 captured_command_loop's prototype change.
5580
5581 2017-10-09 Pedro Alves <palves@redhat.com>
5582
5583 Test both arch1=>arch2 and arch2=>arch1.
5584
5585 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5586 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5587 factored out to...
5588 (append_arch1_options, append_arch2_options, append_arch_options)
5589 (build_executables): New procedures.
5590 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5591 local.
5592 (top level): Add new 'first_arch' testing axis.
5593
5594 2017-10-09 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5597 (barrier): New.
5598 (thread_start, all_started): New functions.
5599 (main): Spawn new thread and wait until it is scheduled.
5600 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5601 option.
5602 (do_test): Add 'selected_thread' parameter. Run to all_started
5603 instead of main. Explicitly set the breakpoint at main. Switch
5604 to the SELECTED_THREAD thread.
5605 (top level): Test handling the exec event with either the main
5606 thread or the second thread selected.
5607
5608 2017-10-09 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5611 logic. Move STOP marker after the value checks.
5612 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5613 regexp.
5614
5615 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5616
5617 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5618
5619 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5620
5621 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5622 integer-to-dfp conversion.
5623 * gdb.base/dfp-test.exp: Likewise.
5624
5625 2017-10-04 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.multi/hangout.c: Include <unistd.h>.
5628 (hangout_loop): New function.
5629 (main): Call alarm. Call hangout_loop in a loop.
5630 * gdb.multi/hello.c: Include <unistd.h>.
5631 (hello_loop): New function.
5632 (main): Call alarm. Call hangout_loop in a loop.
5633 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5634 inferior with the other selected.
5635
5636 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.mi/list-thread-groups-available.exp: New file.
5639 * gdb.mi/list-thread-groups-available.c: New file.
5640
5641 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5642
5643 * gdb.base/set-cwd.exp: Make it available on
5644 native-extended-gdbserver.
5645
5646 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.base/set-cwd.c: New file.
5649 * gdb.base/set-cwd.exp: Likewise.
5650
5651 2017-10-02 Tom Tromey <tom@tromey.com>
5652
5653 PR rust/22236:
5654 * gdb.rust/simple.rs (main): New variable "fslice".
5655 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5656
5657 2017-10-02 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.rust/simple.exp: Test ptype of a slice.
5660
5661 2017-10-02 Tom Tromey <tom@tromey.com>
5662
5663 * gdb.rust/simple.exp: Test index of slice.
5664
5665 2017-09-27 Tom Tromey <tom@tromey.com>
5666
5667 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5668
5669 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5670 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.base/compare-sections.exp (get value of read-only section): Read
5673 as unsigned value.
5674 (corrupt read-only section): Likewise and don't set written if patching
5675 failed.
5676
5677 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5678
5679 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5680 files.
5681
5682 2017-09-20 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5685 symbol names in gdb's output.
5686 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5687
5688 2017-09-20 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5691 Rename to ...
5692 (test_list_ambiguous_symbol): ... this and add a symbol name
5693 parameter. Adjust.
5694 (test_list_ambiguous_function): Reimplement on top of
5695 test_list_ambiguous_symbol and also test listing ambiguous
5696 variables.
5697 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5698 (ambiguous_fun): ... this.
5699 (ambiguous_var): New.
5700 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5701 (ambiguous_fun): ... this.
5702 (ambiguous_var): New.
5703
5704 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5705
5706 * gdb.base/starti.c: New file.
5707 * gdb.base/starti.exp: New file.
5708 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5709
5710 2017-09-14 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5713 (top level): Use it instead of runto.
5714
5715 2017-09-11 Tom Tromey <tom@tromey.com>
5716
5717 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5718
5719 2017-09-11 Tom Tromey <tom@tromey.com>
5720
5721 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5722 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5723
5724 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5725
5726 * gdb.fortran/printing-types.exp: New file.
5727 * gdb.fortran/printing-types.exp: New file.
5728
5729 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5730
5731 * gdb.fortran/vla-ptype.exp: Fix typos.
5732 * gdb.fortran/vla-value.exp: Same.
5733
5734 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5735
5736 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5737 * gdb.mi/mi-var-child-f.exp: Likewise.
5738 * gdb.mi/mi-vla-fortran.exp: Likewise.
5739
5740 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5741 Christoph Weinmann <christoph.t.weinmann@intel.com>
5742 Bernhard Heckel <bernhard.heckel@intel.com>
5743
5744 * gdb.fortran/ptr-indentation.f90: New file.
5745 * gdb.fortran/ptr-indentation.exp: New file.
5746
5747 2017-09-05 Tom Tromey <tom@tromey.com>
5748
5749 PR gdb/22010:
5750 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5751
5752 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5753
5754 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5755
5756 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5757
5758 * gdb.threads/tls-nodebug-pie.c: New file.
5759 * gdb.threads/tls-nodebug-pie.exp: New file.
5760
5761 2017-09-05 Tom Tromey <tom@tromey.com>
5762
5763 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5764 for rust.
5765
5766 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5767
5768 * gdb.multi/multi-arch-exec.exp: Test with different
5769 "follow-exec-mode" settings.
5770 (do_test): New procedure.
5771
5772 2017-09-04 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/func-static.c (S::method const, S::method volatile)
5775 (S::method volatile const): New methods.
5776 (c_s, v_s, cv_s): New instances.
5777 (main): Call method() on them.
5778 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5779 (cannot_resolve): New procedure.
5780 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5781 print-quote-unquoted columns.
5782 (do_test): Test printing each scope too.
5783
5784 2017-09-04 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/local-static.exp: Also test with
5787 class::method::variable wholly quoted.
5788 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5789
5790 2017-09-04 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/local-static.c: New.
5793 * gdb.base/local-static.cc: New.
5794 * gdb.base/local-static.exp: New.
5795
5796 2017-09-04 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.asm/asm-source.exp: Add casts to int.
5799 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5800 (dataglobal64_1, dataglobal64_2): New globals.
5801 * gdb.base/nodebug.exp: Test different expressions involving the
5802 new globals, with print, whatis and ptype. Add casts to int.
5803 * gdb.base/solib-display.exp: Add casts to int.
5804 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5805 * gdb.cp/m-static.exp: Add cast to int.
5806 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5807 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5808 tls variable with no debug info without a cast. Test with a cast
5809 to int too.
5810 * gdb.trace/entry-values.exp: Add casts.
5811
5812 2017-09-04 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/nodebug.exp: Test that ptype's error about functions
5815 with unknown return type includes the function name too.
5816
5817 2017-09-04 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5820 return type of munmap in infcall.
5821 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5822 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5823 type of ftell in infcall.
5824 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5825 type of getpid in infcall.
5826 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5827 infcall.
5828 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5829 Bail on failure to extract the pid.
5830 * gdb.base/nodebug.c: #include <stdint.h>.
5831 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5832 New functions.
5833 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5834 Change expected output of print/whatis/ptype with functions with
5835 no debug info. Test all supported languages. Call
5836 test_call_promotion.
5837 * gdb.compile/compile.exp: Adjust expected output to expect
5838 warning.
5839 * gdb.threads/siginfo-threads.exp: Likewise.
5840
5841 2017-09-04 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5844 "prototypes". Test calling float functions via prototyped and
5845 unprototyped function pointers.
5846 (perform_all_tests): New parameter "prototypes". Pass it down.
5847 (top level): Pass down "prototypes" parameter to
5848 perform_all_tests.
5849
5850 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5851
5852 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5853 Test with nested loops.
5854
5855 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5856
5857 * gdb.base/commands.exp: Call the new procedures.
5858 (loop_break_test, loop_continue_test): New procedures.
5859
5860 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 * gdb.base/commands.exp: Call new procedure.
5863 (define_if_without_arg_test): New procedure.
5864
5865 2017-09-04 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.base/list-ambiguous.exp: New file.
5868 * gdb.base/list-ambiguous0.c: New file.
5869 * gdb.base/list-ambiguous1.c: New file.
5870 * gdb.base/list.exp (test_list_range): Adjust expected output.
5871
5872 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5873
5874 * gdb.base/share-env-with-gdbserver.c: New file.
5875 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5876
5877 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5878
5879 * gdb.base/commands.exp (gdbvar_simple_if_test,
5880 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5881 progvar_simple_if_test, progvar_simple_while_test,
5882 progvar_complex_if_while_test, user_defined_command_test,
5883 user_defined_command_args_eval,
5884 user_defined_command_args_stack_test,
5885 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5886 temporary_breakpoint_commands,
5887 gdb_test_no_prompt, redefine_hook_test,
5888 redefine_backtrace_test): Remove "global gdb_prompt".
5889
5890 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5891
5892 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5893 New proc, call it from toplevel.
5894
5895 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5896
5897 PR remote/21852
5898 * gdb.server/normal.c: New file, copied from gdb.base.
5899 * gdb.server/run-without-local-binary.exp: New file.
5900
5901 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5902
5903 * gdb.arch/sparc64-adi.exp: New file.
5904 * gdb.arch/sparc64-adi.c: New file.
5905
5906 2017-08-22 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5909 (top level): Add "list all overloads" tests.
5910
5911 2017-08-22 Tom Tromey <tom@tromey.com>
5912
5913 * gdb.gdb/xfullpath.exp: Remove.
5914
5915 2017-08-21 Pedro Alves <palves@redhat.com>
5916
5917 PR gdb/19487
5918 * gdb.base/symbol-alias.c: New.
5919 * gdb.base/symbol-alias2.c: New.
5920 * gdb.base/symbol-alias.exp: New.
5921
5922 2017-08-21 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/dfp-test.c
5925 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5926 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5927 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5928 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5929 * gdb.base/whatis-ptype-typedefs.c: New.
5930 * gdb.base/whatis-ptype-typedefs.exp: New.
5931 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5932 (an_int, an_int_type, an_int_type2): New globals.
5933 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5934 involving typedefs and cast expressions.
5935 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5936 (lookup_typedefs_function): New.
5937 (typedefs_pretty_printers_dict): New.
5938 (top level): Register lookup_typedefs_function in
5939 gdb.pretty_printers.
5940
5941 2017-08-18 Yao Qi <yao.qi@linaro.org>
5942
5943 * gdb.server/unittest.exp: New.
5944
5945 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5946
5947 PR gdb/21954
5948 * gdb.base/environ.exp: Add test to check if 'unset environment'
5949 works.
5950
5951 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5952
5953 * lib/gdb.exp (universal_compile_options): New caching proc.
5954 (gdb_compile): Suppress GCC's coloring of messages.
5955
5956 2017-08-14 Tom Tromey <tom@tromey.com>
5957
5958 PR gdb/21675:
5959 * gdb.base/printcmds.exp (test_radices): New function.
5960 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5961 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5962 * lib/gdb.exp (get_integer_valueof): Use p/d.
5963
5964 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5965
5966 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5967 characters.
5968
5969 2017-08-05 Tom Tromey <tom@tromey.com>
5970
5971 * gdb.rust/simple.exp: Allow String to appear in a different
5972 namespace.
5973
5974 2017-07-26 Yao Qi <yao.qi@linaro.org>
5975
5976 * gdb.gdb/unittest.exp: Invoke command
5977 "maintenance check xml-descriptions".
5978
5979 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5980
5981 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5982 calling context.
5983 (hex128): Drop erroneous calculation of parameters.
5984
5985 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * gdb.python/py-unwind.exp: Disable stack protection when
5988 building test file.
5989
5990 2017-07-20 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.base/default.exp (set language): Adjust expected output.
5993
5994 2017-07-20 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5997 (test_minsym): ... this, and make static.
5998 (get_pck__foo__bar__minsym): Rename to ...
5999 (get_test_minsym): ... this.
6000 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6001 symbol names and comments.
6002 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6003 (get_test_minsym): ... this.
6004 (pck__foo__bar__minsym__2): Rename to ...
6005 (test_minsym): ... this.
6006 (main): Adjust.
6007
6008 2017-07-17 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/completion.exp: Adjust expected output.
6011 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6012 the completer works.
6013
6014 2017-07-17 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6017
6018 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6019
6020 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6021
6022 2017-07-14 Tom Tromey <tom@tromey.com>
6023
6024 PR rust/21764:
6025 * gdb.rust/simple.exp: Add tests.
6026
6027 2017-07-14 Tom Tromey <tom@tromey.com>
6028
6029 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6030
6031 2017-07-14 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.linespec/base/one/thefile.cc (z1): New function.
6034 * gdb.linespec/base/two/thefile.cc (z2): New function.
6035 * gdb.linespec/linespec.exp: Add tests.
6036
6037 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6040 to mi_create_breakpoint.
6041
6042 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6043
6044 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6045 mi_create_breakpoint.
6046
6047 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6048
6049 * gdb.dlang/demangle.exp: Update for demangling changes.
6050
6051 2017-07-09 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.dwarf2/shortpiece.exp: New file.
6054
6055 2017-07-06 David Blaikie <dblaikie@gmail.com>
6056
6057 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6058 built from fissiont-multi-cu{1,2}.c.
6059 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6060 except putting 'main' and 'func' in separate CUs in the same DWO file.
6061 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6062 test.
6063 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6064 test.
6065
6066 2017-07-06 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.python/py-unwind.exp: Test flushregs.
6069
6070 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6071
6072 PR cli/21688
6073 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6074 tests for alias commands and trailing whitespace.
6075
6076 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6077
6078 PR cli/21688
6079 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6080 procedure. Call it.
6081
6082 2017-06-29 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.base/printcmds.exp: Add tests.
6085
6086 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6087
6088 PR gdb/21337
6089 * gdb.base/reread-readsym.exp: New file.
6090 * gdb.base/reread-readsym.c: New file.
6091
6092 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6093
6094 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6095 subpattern.
6096
6097 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6098
6099 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6100 extended mnemonic.
6101 * gdb.arch/powerpc-power9.s: Likewise.
6102
6103 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6104
6105 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6106 on 32-bit x86 targets. Exploit is_*_target macros where
6107 appropriate.
6108
6109 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6110
6111 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6112 register pieces.
6113
6114 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6115
6116 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6117 located in one or more DWARF pieces.
6118
6119 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6120
6121 * lib/gdb.exp (get_endianness): New proc.
6122 * gdb.arch/aarch64-fp.exp: Use it.
6123 * gdb.arch/altivec-regs.exp: Likewise.
6124 * gdb.arch/e500-regs.exp: Likewise.
6125 * gdb.arch/vsx-regs.exp: Likewise.
6126 * gdb.base/dump.exp: Likewise.
6127 * gdb.base/funcargs.exp: Likewise.
6128 * gdb.base/gnu_vector.exp: Likewise.
6129 * gdb.dwarf2/formdata16.exp: Likewise.
6130 * gdb.dwarf2/implptrpiece.exp: Likewise.
6131 * gdb.dwarf2/nonvar-access.exp: Likewise.
6132 * gdb.python/py-inferior.exp: Likewise.
6133 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6134
6135 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6136
6137 PR gdb/21226
6138 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6139 stack value pieces are taken from the LSB end.
6140
6141 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6142
6143 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6144 variable at nonzero offset.
6145
6146 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6147
6148 * gdb.dwarf2/var-access.c: New file.
6149 * gdb.dwarf2/var-access.exp: New test.
6150 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6151
6152 2017-06-12 Tom Tromey <tom@tromey.com>
6153
6154 * gdb.dwarf2/formdata16.exp: Add tests.
6155
6156 2017-06-12 Tom Tromey <tom@tromey.com>
6157
6158 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6159
6160 2017-06-12 Tom Tromey <tom@tromey.com>
6161
6162 PR exp/16225:
6163 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6164 * gdb.arch/vsx-regs.exp: Update tests.
6165 * gdb.arch/s390-vregs.exp (hex128): New proc.
6166 Update test.
6167 * gdb.arch/altivec-regs.exp: Update tests.
6168
6169 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6170
6171 * gdb.base/startup-with-shell.c: New file.
6172 * gdb.base/startup-with-shell.exp: Likewise.
6173
6174 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6175
6176 * gdb.server/non-existing-program.exp: Update regex in order to
6177 reflect the fact that gdbserver is now using fork_inferior (with a
6178 shell) to startup the inferior.
6179
6180 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6181
6182 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6183 support function calls from GDB.
6184
6185 2017-05-21 Tom Tromey <tom@tromey.com>
6186
6187 PR rust/21466:
6188 * gdb.rust/unsized.exp: New file.
6189 * gdb.rust/unsized.rs: New file.
6190
6191 2017-05-19 Tom Tromey <tom@tromey.com>
6192
6193 PR rust/21484:
6194 * gdb.rust/watch.exp: New file.
6195 * gdb.rust/watch.rs: New file.
6196
6197 2017-05-18 Tom Tromey <tom@tromey.com>
6198
6199 * gdb.rust/simple.exp: Allow Box to be qualified.
6200
6201 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6202
6203 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6204
6205 2017-05-18 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/fileio.c (test_write, test_read, test_close)
6208 (test_fstat): Don't print 'ret' in the fail path.
6209
6210 2017-05-18 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6213 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6214 (test_system, test_rename, test_unlink, test_time): Change
6215 prototypes.
6216 * gdb.base/fileio.exp (stop_msg): Adjust.
6217
6218 2017-05-18 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.base/fileio.c (null_str): New global.
6221 (test_stat): Use it.
6222 * gdb.base/fileio.exp: Remove nowarnings.
6223
6224 2017-05-17 Yao Qi <yao.qi@linaro.org>
6225
6226 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6227
6228 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6231 argument command.
6232 (top-level): Invoke test_set_inferior_tty.
6233
6234 2017-05-04 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6237 Add parens to print call for Python 3.
6238
6239 2017-05-03 Keith Seitz <keiths@redhat.com>
6240
6241 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6242 (main): Call it.
6243
6244 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6245
6246 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6247 to prev and next.
6248
6249 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6250
6251 * gdb.python/py-record-btrace.exp: Remove test for
6252 gdb.BtraceInstruction.error.
6253
6254 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6255
6256 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6257
6258 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6259
6260 * gdb.python/py-record-btrace-threads.c: New file.
6261 * gdb.python/py-record-btrace-threads.exp: New file.
6262
6263 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6264
6265 PR testsuite/8595
6266 * gdb.base/environ.exp: Make test available in all architectures.
6267 Move bits related to "info program" testing to
6268 gdb.base/info-program.exp. Rewrite tests to use the two new
6269 procedures mentione below.
6270 (test_set_show_env_var) New procedure.
6271 (test_set_show_env_var_equal): Likewise.
6272 * gdb.base/info-program.exp: New file.
6273
6274 2017-04-27 Keith Seitz <keiths@redhat.com>
6275
6276 * gdb.cp/oranking.cc (test15): New function.
6277 (main): Call test15 and declare additional variables for testing.
6278 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6279 "p foo101('abc')" tests.
6280 Add tests for cv qualifier overloads.
6281 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6282 "lvalue reference overload" test.
6283 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6284 "print value of f1 on Child&& in f2" test.
6285
6286 2017-04-19 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6289 procedure.
6290 (top level): Call it.
6291 * lib/gdb.exp (gdb_define_cmd): New procedure.
6292
6293 2017-04-12 Pedro Alves <palves@redhat.com>
6294
6295 PR gdb/21323
6296 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6297 (wchar): New global.
6298 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6299 (do_test_wide_char, wide_char_types_no_program, top level): Add
6300 wchar_t testing.
6301
6302 2017-04-12 Pedro Alves <palves@redhat.com>
6303
6304 PR c++/21323
6305 * gdb.cp/wide_char_types.c: New file.
6306 * gdb.cp/wide_char_types.exp: New file.
6307
6308 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6309
6310 PR gdb/21352
6311 * gdb.trace/tsv.exp: Add test for "tsave -r".
6312
6313 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6314
6315 * gdb.dlang/watch-loc.c: New file.
6316 * gdb.dlang/watch-loc.exp: New file.
6317
6318 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6321
6322 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6323
6324 * gdb.arch/arc-analyze-prologue.S: New file.
6325 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6326
6327 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6328
6329 * gdb.arch/arc-decode-insn.S: New file.
6330 * gdb.arch/arc-decode-insn.exp: Likewise.
6331
6332 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6333
6334 PR tdep/20928
6335 * gdb.arch/sparc64-regs.exp: New file.
6336 * gdb.arch/sparc64-regs.S: Likewise.
6337
6338 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6339
6340 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6341 and memory view on Python 3.
6342
6343 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6344 Keith Seitz <keiths@redhat.com>
6345
6346 PR gdb/14441
6347 * gdb.cp/demangle.exp: Add rvalue reference tests.
6348 * gdb.cp/rvalue-ref-casts.cc: New file.
6349 * gdb.cp/rvalue-ref-casts.exp: New file.
6350 * gdb.cp/rvalue-ref-overload.cc: New file.
6351 * gdb.cp/rvalue-ref-overload.exp: New file.
6352 * gdb.cp/rvalue-ref-params.cc: New file.
6353 * gdb.cp/rvalue-ref-params.exp: New file.
6354 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6355 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6356 * gdb.cp/rvalue-ref-types.cc: New file.
6357 * gdb.cp/rvalue-ref-types.exp: New file.
6358 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6359 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6360
6361 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6362
6363 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6364 New procedure.
6365
6366 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6367
6368 * lib/mi-support.exp (mi_gdb_test): Add additional message
6369 for unexpected output.
6370
6371 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * gdb.base/examine-backward.c (Barrier): New character array
6374 constant, to ensure that TestStrings is preceded by a string
6375 terminator.
6376
6377 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6378
6379 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6380 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6381 and implicit pointer into such a location.
6382
6383 2017-03-16 Doug Evans <dje@google.com>
6384
6385 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6386
6387 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6388
6389 * gdb.cp/m-static.exp: Fix expectation for prototype of
6390 test5.single_constructor and single_constructor::single_constructor.
6391
6392 2017-03-16 Doug Evans <dje@google.com>
6393
6394 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6395 * gdb.guile/scm-lazy-string.c: New file.
6396 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6397 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6398 for pointer, array, typedef lazy strings.
6399
6400 2017-03-16 Doug Evans <dje@google.com>
6401
6402 PR python/17728, python/18439, python/18779
6403 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6404 * gdb.python/py-lazy-string.c (pointer): New typedef.
6405 (main): New locals ptr, array, typedef_ptr.
6406 * gdb.python/py-value.exp: Move lazy string tests to ...
6407 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6408 array, typedef lazy strings.
6409
6410 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6411
6412 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6413 Add optional 'test' parameter.
6414
6415 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6418 Skip for versions of DejaGnu < 1.5.
6419
6420 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6421
6422 * lib/gdb.exp (dejagnu_version): New proc.
6423 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6424 Use dejagnu_version.
6425
6426 2017-03-10 Keith Seitz <keiths@redhat.com>
6427
6428 PR c++/8128
6429 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6430 type from destructor regexps.
6431 Add a branch which actually passes the test.
6432 Adjust "ptype t5i" test names.
6433
6434 2017-03-08 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.base/step-over-exit.exp: Add explicit test message.
6437
6438 2017-03-08 Pedro Alves <palves@redhat.com>
6439
6440 PR gdb/18360
6441 * gdb.threads/interrupt-while-step-over.c: New file.
6442 * gdb.threads/interrupt-while-step-over.exp: New file.
6443
6444 2017-03-08 Pedro Alves <palves@redhat.com>
6445
6446 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6447 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6448
6449 2017-03-08 Pedro Alves <palves@redhat.com>
6450
6451 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6452 PKRU as not supported as a PASS.
6453
6454 2017-03-08 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6457 prefix instead of $binfile1/$binfile2.
6458 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6459 in test message.
6460 * gdb.python/py-completion.exp: Use "load python file" as test
6461 messages instead of unstable path names.
6462
6463 2017-03-08 Pedro Alves <palves@redhat.com>
6464 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 PR cli/21218
6467 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6468 New proc.
6469 (top level): Call it.
6470
6471 2017-03-08 Pedro Alves <palves@redhat.com>
6472
6473 PR tui/21216
6474 * gdb.tui/tui-nl-filtered-output.exp: New file.
6475
6476 2017-03-08 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/completion.exp: Move TUI completion tests to ...
6479 * gdb.tui/completion.exp: ... this new file.
6480
6481 2017-03-08 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/tui-disasm-long-lines.c,
6484 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6485 gdb.base/tui-layout.exp: Move to ...
6486 * gdb.tui/: ... this new directory.
6487
6488 2017-03-07 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/tui-layout.c: New file.
6491 * gdb.base/tui-layout.exp: New file.
6492
6493 2017-03-07 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/tui-layout.c: Rename to ...
6496 * gdb.base/tui-disasm-long-lines.c: ... this.
6497 * gdb.base/tui-layout.exp: Rename to ...
6498 * gdb.base/tui-disasm-long-lines.exp: ... this.
6499
6500 2017-03-07 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6503
6504 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6505
6506 * i386-mpx-call.c: New file.
6507 * i386-mpx-call.exp: New file.
6508
6509 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6510
6511 * gdb.arch/powerpc-power.exp: Delete test.
6512 * gdb.arch/powerpc-power.s: Likewise.
6513 * gdb.disasm/disassembler-options.exp: New test.
6514 * gdb.arch/powerpc-altivec.exp: Likewise.
6515 * gdb.arch/powerpc-altivec.s: Likewise.
6516 * gdb.arch/powerpc-altivec2.exp: Likewise.
6517 * gdb.arch/powerpc-altivec2.s: Likewise.
6518 * gdb.arch/powerpc-altivec3.exp: Likewise.
6519 * gdb.arch/powerpc-altivec3.s: Likewise.
6520 * gdb.arch/powerpc-power7.exp: Likewise.
6521 * gdb.arch/powerpc-power7.s: Likewise.
6522 * gdb.arch/powerpc-power8.exp: Likewise.
6523 * gdb.arch/powerpc-power8.s: Likewise.
6524 * gdb.arch/powerpc-power9.exp: Likewise.
6525 * gdb.arch/powerpc-power9.s: Likewise.
6526 * gdb.arch/powerpc-vsx.exp: Likewise.
6527 * gdb.arch/powerpc-vsx.s: Likewise.
6528 * gdb.arch/powerpc-vsx2.exp: Likewise.
6529 * gdb.arch/powerpc-vsx2.s: Likewise.
6530 * gdb.arch/powerpc-vsx3.exp: Likewise.
6531 * gdb.arch/powerpc-vsx3.s: Likewise.
6532 * gdb.arch/arm-disassembler-options.exp: Likewise.
6533 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6534 * gdb.arch/s390-disassembler-options.exp: Likewise.
6535
6536 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6537
6538 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6539 (check_supported_features): ... this. Changed return type to void.
6540 (supports_rdseed): New static global.
6541 (rdseed): Check supports_rdseed.
6542 (initialize): Call check_supported_features.
6543
6544 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6545
6546 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6547 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6548 and lqarx/stqcx.
6549 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6550 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6551
6552 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6553
6554 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6555 uppercase.
6556
6557 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.dwarf2/formdata16.c: New file.
6560 * gdb.dwarf2/formdata16.exp: New file.
6561 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6562
6563 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6564
6565 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6566 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6567 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6568 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6569 DW_AT_GNU_*.
6570
6571 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6572
6573 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6574
6575 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6576
6577 PR gdb/21164
6578 * gdb.base/maint.exp: Add testcases for when the commands do
6579 not have arguments.
6580
6581 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6582
6583 * gdb.cp/chained-calls.exp: Use p instead of P.
6584
6585 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6586
6587 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6588 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6589
6590 2017-02-14 Tom Tromey <tom@tromey.com>
6591
6592 PR python/13598:
6593 * gdb.python/py-events.exp: Add before_prompt event tests.
6594
6595 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6596
6597 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6598
6599 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6600
6601 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6602 (main): Call my_unique_function_name.
6603 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6604 completion of patterns with a single match.
6605 Add missing -re switches to gdb_test_multiple calls.
6606
6607 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6608
6609 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6610 return if core file is not recognized.
6611
6612 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6615 and extra UIs.
6616
6617 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6618
6619 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6620 proc_with_prefix.
6621
6622 2017-02-10 Tom Tromey <tom@tromey.com>
6623
6624 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6625
6626 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6627
6628 PR gdb/21122
6629 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6630
6631 2017-02-08 Jerome Guitton <guitton@adacore.com>
6632
6633 * gdb.base/define.exp: Add test for command abbreviations
6634 in define.
6635
6636 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6637
6638 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6639 * gdb.reverse/insn-reverse-x86.c: New file.
6640
6641 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6642
6643 PR tdep/20936
6644 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6645
6646 2017-02-03 Tom Tromey <tom@tromey.com>
6647
6648 PR rust/21097:
6649 * gdb.rust/simple.exp: Add new tests.
6650
6651 2017-02-02 Pedro Alves <palves@redhat.com>
6652
6653 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6654 tests.
6655
6656 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6657
6658 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6659 taking a 2-byte value out of a 4-byte DWARF implicit value on
6660 big-endian targets.
6661 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6662 logic. Add test cases for DW_OP_implicit.
6663
6664 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6665
6666 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6667
6668 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6669
6670 * gdb.btrace/enable.exp: Call gdb_exit before
6671 skip_gdbserver_tests.
6672
6673 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6674
6675 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6676 GDBFLAGS.
6677
6678 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6679
6680 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6681 the test is skipped.
6682 * gdb.btrace/data.exp: Likewise.
6683 * gdb.btrace/delta.exp: Likewise.
6684 * gdb.btrace/dlopen.exp: Likewise.
6685 * gdb.btrace/enable-running.exp: Likewise.
6686 * gdb.btrace/enable.exp: Likewise.
6687 * gdb.btrace/exception.exp: Likewise.
6688 * gdb.btrace/function_call_history.exp: Likewise.
6689 * gdb.btrace/gcore.exp: Likewise.
6690 * gdb.btrace/instruction_history.exp: Likewise.
6691 * gdb.btrace/multi-thread-step.exp: Likewise.
6692 * gdb.btrace/nohist.exp: Likewise.
6693 * gdb.btrace/non-stop.exp: Likewise.
6694 * gdb.btrace/reconnect.exp: Likewise.
6695 * gdb.btrace/record_goto-step.exp: Likewise.
6696 * gdb.btrace/record_goto.exp: Likewise.
6697 * gdb.btrace/rn-dl-bind.exp: Likewise.
6698 * gdb.btrace/segv.exp: Likewise.
6699 * gdb.btrace/step.exp: Likewise.
6700 * gdb.btrace/stepi.exp: Likewise.
6701 * gdb.btrace/tailcall-only.exp: Likewise.
6702 * gdb.btrace/tailcall.exp: Likewise.
6703 * gdb.btrace/tsx.exp: Likewise.
6704 * gdb.btrace/unknown_functions.exp: Likewise.
6705 * gdb.btrace/vdso.exp: Likewise.
6706
6707 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6708
6709 * gdb.btrace/enable-running.c: New.
6710 * gdb.btrace/enable-running.exp: New.
6711
6712 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6713
6714 * gdb.arch/amd64-gs_base.c: New file.
6715 * gdb.arch/amd64-gs_base.exp: New file.
6716
6717 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6718
6719 * lib/memory.exp: Remove spurious empty newlines.
6720
6721 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6722
6723 * gdb.python/py-bad-printers.exp: Load python file using "source".
6724 * gdb.python/py-events.exp: Likewise.
6725 * gdb.python/py-evsignal.exp: Likewise.
6726 * gdb.python/py-evthreads.exp: Likewise.
6727 * gdb.python/py-frame-args.exp: Likewise.
6728 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6729 * gdb.python/py-framefilter-mi.exp: Likewise.
6730 * gdb.python/py-framefilter.exp: Likewise.
6731 * gdb.python/py-mi.exp: Likewise.
6732 * gdb.python/py-pp-maint.exp: Likewise.
6733 * gdb.python/py-pp-registration.exp: Likewise.
6734 * gdb.python/py-prettyprint.exp: Likewise.
6735 (run_lang_tests): Likewise.
6736 * gdb.python/py-typeprint.exp: Likewise.
6737
6738 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6739
6740 * lib/memory.exp: New file.
6741 * lib/gdb.exp: Load memory.exp.
6742 * gdb.base/memattr.exp (delete_memory): Move proc to
6743 lib/memory.exp and rename to delete_memory_regions.
6744 Replace delete_memory with delete_memory_regions.
6745 Cleanup memory regions before tests.
6746 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6747 before tests.
6748
6749 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6750
6751 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6752 files.
6753 (initialize): New function conditionally defined.
6754 (testcases): Move within conditional block.
6755 (main): Call initialize.
6756 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6757 of gdb.reverse/insn-reverse.c.
6758 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6759 gdb.reverse/insn-reverse.c.
6760
6761 2017-01-26 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6764 disassemble on address 0.
6765
6766 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6767 Yao Qi <yao.qi@linaro.org>
6768
6769 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6770 * gdb.dwarf2/implptr-64bit.S: Remove.
6771 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6772 variables in caller's context. Add DW_OP_implicit_value.
6773
6774 2017-01-25 Yao Qi <yao.qi@linaro.org>
6775
6776 * lib/dwarf.exp (Dwarf::_location): Handle
6777 DW_OP_GNU_implicit_pointer with proper size.
6778
6779 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6780
6781 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6782 and add untested calls.
6783
6784 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6785
6786 * gdb.python/python.exp: Check line number against what GDB thinks
6787 the line number is for func1.
6788
6789 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6790
6791 * gdb.dlang/debug-expr.exp: New file.
6792
6793 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6794
6795 Fix test names for the following files:
6796
6797 * gdb.ada/exec_changed.exp
6798 * gdb.ada/info_types.exp
6799 * gdb.arch/aarch64-atomic-inst.exp
6800 * gdb.arch/aarch64-fp.exp
6801 * gdb.arch/altivec-abi.exp
6802 * gdb.arch/altivec-regs.exp
6803 * gdb.arch/amd64-byte.exp
6804 * gdb.arch/amd64-disp-step.exp
6805 * gdb.arch/amd64-dword.exp
6806 * gdb.arch/amd64-entry-value-inline.exp
6807 * gdb.arch/amd64-entry-value-param.exp
6808 * gdb.arch/amd64-entry-value-paramref.exp
6809 * gdb.arch/amd64-entry-value.exp
6810 * gdb.arch/amd64-i386-address.exp
6811 * gdb.arch/amd64-invalid-stack-middle.exp
6812 * gdb.arch/amd64-invalid-stack-top.exp
6813 * gdb.arch/amd64-optimout-repeat.exp
6814 * gdb.arch/amd64-prologue-skip.exp
6815 * gdb.arch/amd64-prologue-xmm.exp
6816 * gdb.arch/amd64-stap-special-operands.exp
6817 * gdb.arch/amd64-stap-wrong-subexp.exp
6818 * gdb.arch/amd64-tailcall-cxx.exp
6819 * gdb.arch/amd64-tailcall-noret.exp
6820 * gdb.arch/amd64-tailcall-ret.exp
6821 * gdb.arch/amd64-tailcall-self.exp
6822 * gdb.arch/amd64-word.exp
6823 * gdb.arch/arm-bl-branch-dest.exp
6824 * gdb.arch/arm-disp-step.exp
6825 * gdb.arch/arm-neon.exp
6826 * gdb.arch/arm-single-step-kernel-helper.exp
6827 * gdb.arch/avr-flash-qualifier.exp
6828 * gdb.arch/disp-step-insn-reloc.exp
6829 * gdb.arch/e500-abi.exp
6830 * gdb.arch/e500-regs.exp
6831 * gdb.arch/ftrace-insn-reloc.exp
6832 * gdb.arch/i386-avx512.exp
6833 * gdb.arch/i386-bp_permanent.exp
6834 * gdb.arch/i386-byte.exp
6835 * gdb.arch/i386-cfi-notcurrent.exp
6836 * gdb.arch/i386-disp-step.exp
6837 * gdb.arch/i386-dr3-watch.exp
6838 * gdb.arch/i386-float.exp
6839 * gdb.arch/i386-gnu-cfi.exp
6840 * gdb.arch/i386-mpx-map.exp
6841 * gdb.arch/i386-mpx-sigsegv.exp
6842 * gdb.arch/i386-mpx-simple_segv.exp
6843 * gdb.arch/i386-mpx.exp
6844 * gdb.arch/i386-permbkpt.exp
6845 * gdb.arch/i386-prologue.exp
6846 * gdb.arch/i386-signal.exp
6847 * gdb.arch/i386-size-overlap.exp
6848 * gdb.arch/i386-unwind.exp
6849 * gdb.arch/i386-word.exp
6850 * gdb.arch/mips-fcr.exp
6851 * gdb.arch/powerpc-d128-regs.exp
6852 * gdb.arch/powerpc-stackless.exp
6853 * gdb.arch/ppc64-atomic-inst.exp
6854 * gdb.arch/s390-stackless.exp
6855 * gdb.arch/s390-tdbregs.exp
6856 * gdb.arch/s390-vregs.exp
6857 * gdb.arch/sparc-sysstep.exp
6858 * gdb.arch/thumb-bx-pc.exp
6859 * gdb.arch/thumb-singlestep.exp
6860 * gdb.arch/thumb2-it.exp
6861 * gdb.arch/vsx-regs.exp
6862 * gdb.asm/asm-source.exp
6863 * gdb.base/a2-run.exp
6864 * gdb.base/advance.exp
6865 * gdb.base/all-bin.exp
6866 * gdb.base/anon.exp
6867 * gdb.base/args.exp
6868 * gdb.base/arithmet.exp
6869 * gdb.base/async-shell.exp
6870 * gdb.base/async.exp
6871 * gdb.base/attach-pie-noexec.exp
6872 * gdb.base/attach-twice.exp
6873 * gdb.base/auto-load.exp
6874 * gdb.base/bang.exp
6875 * gdb.base/bitfields.exp
6876 * gdb.base/break-always.exp
6877 * gdb.base/break-caller-line.exp
6878 * gdb.base/break-entry.exp
6879 * gdb.base/break-inline.exp
6880 * gdb.base/break-on-linker-gcd-function.exp
6881 * gdb.base/break-probes.exp
6882 * gdb.base/break.exp
6883 * gdb.base/breakpoint-shadow.exp
6884 * gdb.base/call-ar-st.exp
6885 * gdb.base/call-sc.exp
6886 * gdb.base/call-signal-resume.exp
6887 * gdb.base/call-strs.exp
6888 * gdb.base/callfuncs.exp
6889 * gdb.base/catch-fork-static.exp
6890 * gdb.base/catch-gdb-caused-signals.exp
6891 * gdb.base/catch-load.exp
6892 * gdb.base/catch-signal-fork.exp
6893 * gdb.base/catch-signal.exp
6894 * gdb.base/catch-syscall.exp
6895 * gdb.base/charset.exp
6896 * gdb.base/checkpoint.exp
6897 * gdb.base/chng-syms.exp
6898 * gdb.base/code-expr.exp
6899 * gdb.base/code_elim.exp
6900 * gdb.base/commands.exp
6901 * gdb.base/completion.exp
6902 * gdb.base/complex.exp
6903 * gdb.base/cond-expr.exp
6904 * gdb.base/condbreak.exp
6905 * gdb.base/consecutive.exp
6906 * gdb.base/continue-all-already-running.exp
6907 * gdb.base/coredump-filter.exp
6908 * gdb.base/corefile.exp
6909 * gdb.base/dbx.exp
6910 * gdb.base/debug-expr.exp
6911 * gdb.base/define.exp
6912 * gdb.base/del.exp
6913 * gdb.base/disabled-location.exp
6914 * gdb.base/disasm-end-cu.exp
6915 * gdb.base/disasm-optim.exp
6916 * gdb.base/display.exp
6917 * gdb.base/duplicate-bp.exp
6918 * gdb.base/ena-dis-br.exp
6919 * gdb.base/ending-run.exp
6920 * gdb.base/enumval.exp
6921 * gdb.base/environ.exp
6922 * gdb.base/eu-strip-infcall.exp
6923 * gdb.base/eval-avoid-side-effects.exp
6924 * gdb.base/eval-skip.exp
6925 * gdb.base/exitsignal.exp
6926 * gdb.base/expand-psymtabs.exp
6927 * gdb.base/filesym.exp
6928 * gdb.base/find-unmapped.exp
6929 * gdb.base/finish.exp
6930 * gdb.base/float.exp
6931 * gdb.base/foll-exec-mode.exp
6932 * gdb.base/foll-exec.exp
6933 * gdb.base/foll-fork.exp
6934 * gdb.base/fortran-sym-case.exp
6935 * gdb.base/freebpcmd.exp
6936 * gdb.base/func-ptr.exp
6937 * gdb.base/func-ptrs.exp
6938 * gdb.base/funcargs.exp
6939 * gdb.base/gcore-buffer-overflow.exp
6940 * gdb.base/gcore-relro-pie.exp
6941 * gdb.base/gcore-relro.exp
6942 * gdb.base/gcore.exp
6943 * gdb.base/gdb1090.exp
6944 * gdb.base/gdb11530.exp
6945 * gdb.base/gdb11531.exp
6946 * gdb.base/gdb1821.exp
6947 * gdb.base/gdbindex-stabs.exp
6948 * gdb.base/gdbvars.exp
6949 * gdb.base/hbreak.exp
6950 * gdb.base/hbreak2.exp
6951 * gdb.base/included.exp
6952 * gdb.base/infcall-input.exp
6953 * gdb.base/inferior-died.exp
6954 * gdb.base/infnan.exp
6955 * gdb.base/info-macros.exp
6956 * gdb.base/info-os.exp
6957 * gdb.base/info-proc.exp
6958 * gdb.base/info-shared.exp
6959 * gdb.base/info-target.exp
6960 * gdb.base/infoline.exp
6961 * gdb.base/interp.exp
6962 * gdb.base/interrupt.exp
6963 * gdb.base/jit-reader.exp
6964 * gdb.base/jit-simple.exp
6965 * gdb.base/kill-after-signal.exp
6966 * gdb.base/kill-detach-inferiors-cmd.exp
6967 * gdb.base/label.exp
6968 * gdb.base/langs.exp
6969 * gdb.base/ldbl_e308.exp
6970 * gdb.base/line-symtabs.exp
6971 * gdb.base/linespecs.exp
6972 * gdb.base/list.exp
6973 * gdb.base/long_long.exp
6974 * gdb.base/longest-types.exp
6975 * gdb.base/maint.exp
6976 * gdb.base/max-value-size.exp
6977 * gdb.base/memattr.exp
6978 * gdb.base/mips_pro.exp
6979 * gdb.base/morestack.exp
6980 * gdb.base/moribund-step.exp
6981 * gdb.base/multi-forks.exp
6982 * gdb.base/nested-addr.exp
6983 * gdb.base/nextoverexit.exp
6984 * gdb.base/noreturn-finish.exp
6985 * gdb.base/noreturn-return.exp
6986 * gdb.base/nostdlib.exp
6987 * gdb.base/offsets.exp
6988 * gdb.base/opaque.exp
6989 * gdb.base/pc-fp.exp
6990 * gdb.base/permissions.exp
6991 * gdb.base/print-symbol-loading.exp
6992 * gdb.base/prologue-include.exp
6993 * gdb.base/psymtab.exp
6994 * gdb.base/ptype.exp
6995 * gdb.base/random-signal.exp
6996 * gdb.base/randomize.exp
6997 * gdb.base/range-stepping.exp
6998 * gdb.base/readline-ask.exp
6999 * gdb.base/recpar.exp
7000 * gdb.base/recurse.exp
7001 * gdb.base/relational.exp
7002 * gdb.base/restore.exp
7003 * gdb.base/return-nodebug.exp
7004 * gdb.base/return.exp
7005 * gdb.base/run-after-attach.exp
7006 * gdb.base/save-bp.exp
7007 * gdb.base/scope.exp
7008 * gdb.base/sect-cmd.exp
7009 * gdb.base/set-lang-auto.exp
7010 * gdb.base/set-noassign.exp
7011 * gdb.base/setvar.exp
7012 * gdb.base/sigall.exp
7013 * gdb.base/sigbpt.exp
7014 * gdb.base/siginfo-addr.exp
7015 * gdb.base/siginfo-infcall.exp
7016 * gdb.base/siginfo-obj.exp
7017 * gdb.base/siginfo.exp
7018 * gdb.base/signals-state-child.exp
7019 * gdb.base/signest.exp
7020 * gdb.base/sigstep.exp
7021 * gdb.base/sizeof.exp
7022 * gdb.base/skip.exp
7023 * gdb.base/solib-corrupted.exp
7024 * gdb.base/solib-nodir.exp
7025 * gdb.base/solib-search.exp
7026 * gdb.base/stack-checking.exp
7027 * gdb.base/stale-infcall.exp
7028 * gdb.base/stap-probe.exp
7029 * gdb.base/start.exp
7030 * gdb.base/step-break.exp
7031 * gdb.base/step-bt.exp
7032 * gdb.base/step-line.exp
7033 * gdb.base/step-over-exit.exp
7034 * gdb.base/step-over-syscall.exp
7035 * gdb.base/step-resume-infcall.exp
7036 * gdb.base/step-test.exp
7037 * gdb.base/store.exp
7038 * gdb.base/structs3.exp
7039 * gdb.base/sym-file.exp
7040 * gdb.base/symbol-without-target_section.exp
7041 * gdb.base/term.exp
7042 * gdb.base/testenv.exp
7043 * gdb.base/ui-redirect.exp
7044 * gdb.base/until.exp
7045 * gdb.base/unwindonsignal.exp
7046 * gdb.base/value-double-free.exp
7047 * gdb.base/vla-datatypes.exp
7048 * gdb.base/vla-ptr.exp
7049 * gdb.base/vla-sideeffect.exp
7050 * gdb.base/volatile.exp
7051 * gdb.base/watch-cond-infcall.exp
7052 * gdb.base/watch-cond.exp
7053 * gdb.base/watch-non-mem.exp
7054 * gdb.base/watch-read.exp
7055 * gdb.base/watch-vfork.exp
7056 * gdb.base/watchpoint-cond-gone.exp
7057 * gdb.base/watchpoint-delete.exp
7058 * gdb.base/watchpoint-hw-hit-once.exp
7059 * gdb.base/watchpoint-hw.exp
7060 * gdb.base/watchpoint-stops-at-right-insn.exp
7061 * gdb.base/watchpoints.exp
7062 * gdb.base/wchar.exp
7063 * gdb.base/whatis-exp.exp
7064 * gdb.btrace/buffer-size.exp
7065 * gdb.btrace/data.exp
7066 * gdb.btrace/delta.exp
7067 * gdb.btrace/dlopen.exp
7068 * gdb.btrace/enable.exp
7069 * gdb.btrace/exception.exp
7070 * gdb.btrace/function_call_history.exp
7071 * gdb.btrace/gcore.exp
7072 * gdb.btrace/instruction_history.exp
7073 * gdb.btrace/nohist.exp
7074 * gdb.btrace/reconnect.exp
7075 * gdb.btrace/record_goto-step.exp
7076 * gdb.btrace/record_goto.exp
7077 * gdb.btrace/rn-dl-bind.exp
7078 * gdb.btrace/segv.exp
7079 * gdb.btrace/step.exp
7080 * gdb.btrace/stepi.exp
7081 * gdb.btrace/tailcall-only.exp
7082 * gdb.btrace/tailcall.exp
7083 * gdb.btrace/tsx.exp
7084 * gdb.btrace/unknown_functions.exp
7085 * gdb.btrace/vdso.exp
7086 * gdb.compile/compile-ifunc.exp
7087 * gdb.compile/compile-ops.exp
7088 * gdb.compile/compile-print.exp
7089 * gdb.compile/compile-setjmp.exp
7090 * gdb.cp/abstract-origin.exp
7091 * gdb.cp/ambiguous.exp
7092 * gdb.cp/annota2.exp
7093 * gdb.cp/annota3.exp
7094 * gdb.cp/anon-ns.exp
7095 * gdb.cp/anon-struct.exp
7096 * gdb.cp/anon-union.exp
7097 * gdb.cp/arg-reference.exp
7098 * gdb.cp/baseenum.exp
7099 * gdb.cp/bool.exp
7100 * gdb.cp/breakpoint.exp
7101 * gdb.cp/bs15503.exp
7102 * gdb.cp/call-c.exp
7103 * gdb.cp/casts.exp
7104 * gdb.cp/chained-calls.exp
7105 * gdb.cp/class2.exp
7106 * gdb.cp/classes.exp
7107 * gdb.cp/cmpd-minsyms.exp
7108 * gdb.cp/converts.exp
7109 * gdb.cp/cp-relocate.exp
7110 * gdb.cp/cpcompletion.exp
7111 * gdb.cp/cpexprs.exp
7112 * gdb.cp/cplabel.exp
7113 * gdb.cp/cplusfuncs.exp
7114 * gdb.cp/cpsizeof.exp
7115 * gdb.cp/ctti.exp
7116 * gdb.cp/derivation.exp
7117 * gdb.cp/destrprint.exp
7118 * gdb.cp/dispcxx.exp
7119 * gdb.cp/enum-class.exp
7120 * gdb.cp/exception.exp
7121 * gdb.cp/exceptprint.exp
7122 * gdb.cp/expand-psymtabs-cxx.exp
7123 * gdb.cp/expand-sals.exp
7124 * gdb.cp/extern-c.exp
7125 * gdb.cp/filename.exp
7126 * gdb.cp/formatted-ref.exp
7127 * gdb.cp/fpointer.exp
7128 * gdb.cp/gdb1355.exp
7129 * gdb.cp/gdb2495.exp
7130 * gdb.cp/hang.exp
7131 * gdb.cp/impl-this.exp
7132 * gdb.cp/infcall-dlopen.exp
7133 * gdb.cp/inherit.exp
7134 * gdb.cp/iostream.exp
7135 * gdb.cp/koenig.exp
7136 * gdb.cp/local.exp
7137 * gdb.cp/m-data.exp
7138 * gdb.cp/m-static.exp
7139 * gdb.cp/mb-ctor.exp
7140 * gdb.cp/mb-inline.exp
7141 * gdb.cp/mb-templates.exp
7142 * gdb.cp/member-name.exp
7143 * gdb.cp/member-ptr.exp
7144 * gdb.cp/meth-typedefs.exp
7145 * gdb.cp/method.exp
7146 * gdb.cp/method2.exp
7147 * gdb.cp/minsym-fallback.exp
7148 * gdb.cp/misc.exp
7149 * gdb.cp/namelessclass.exp
7150 * gdb.cp/namespace-enum.exp
7151 * gdb.cp/namespace-nested-import.exp
7152 * gdb.cp/namespace.exp
7153 * gdb.cp/nextoverthrow.exp
7154 * gdb.cp/no-dmgl-verbose.exp
7155 * gdb.cp/non-trivial-retval.exp
7156 * gdb.cp/noparam.exp
7157 * gdb.cp/nsdecl.exp
7158 * gdb.cp/nsimport.exp
7159 * gdb.cp/nsnested.exp
7160 * gdb.cp/nsnoimports.exp
7161 * gdb.cp/nsrecurs.exp
7162 * gdb.cp/nsstress.exp
7163 * gdb.cp/nsusing.exp
7164 * gdb.cp/operator.exp
7165 * gdb.cp/oranking.exp
7166 * gdb.cp/overload-const.exp
7167 * gdb.cp/overload.exp
7168 * gdb.cp/ovldbreak.exp
7169 * gdb.cp/ovsrch.exp
7170 * gdb.cp/paren-type.exp
7171 * gdb.cp/parse-lang.exp
7172 * gdb.cp/pass-by-ref.exp
7173 * gdb.cp/pr-1023.exp
7174 * gdb.cp/pr-1210.exp
7175 * gdb.cp/pr-574.exp
7176 * gdb.cp/pr10687.exp
7177 * gdb.cp/pr12028.exp
7178 * gdb.cp/pr17132.exp
7179 * gdb.cp/pr17494.exp
7180 * gdb.cp/pr9067.exp
7181 * gdb.cp/pr9167.exp
7182 * gdb.cp/pr9631.exp
7183 * gdb.cp/printmethod.exp
7184 * gdb.cp/psmang.exp
7185 * gdb.cp/psymtab-parameter.exp
7186 * gdb.cp/ptype-cv-cp.exp
7187 * gdb.cp/ptype-flags.exp
7188 * gdb.cp/re-set-overloaded.exp
7189 * gdb.cp/ref-types.exp
7190 * gdb.cp/rtti.exp
7191 * gdb.cp/scope-err.exp
7192 * gdb.cp/shadow.exp
7193 * gdb.cp/smartp.exp
7194 * gdb.cp/static-method.exp
7195 * gdb.cp/static-print-quit.exp
7196 * gdb.cp/temargs.exp
7197 * gdb.cp/templates.exp
7198 * gdb.cp/try_catch.exp
7199 * gdb.cp/typedef-operator.exp
7200 * gdb.cp/typeid.exp
7201 * gdb.cp/userdef.exp
7202 * gdb.cp/using-crash.exp
7203 * gdb.cp/var-tag.exp
7204 * gdb.cp/virtbase.exp
7205 * gdb.cp/virtfunc.exp
7206 * gdb.cp/virtfunc2.exp
7207 * gdb.cp/vla-cxx.exp
7208 * gdb.disasm/t01_mov.exp
7209 * gdb.disasm/t02_mova.exp
7210 * gdb.disasm/t03_add.exp
7211 * gdb.disasm/t04_sub.exp
7212 * gdb.disasm/t05_cmp.exp
7213 * gdb.disasm/t06_ari2.exp
7214 * gdb.disasm/t07_ari3.exp
7215 * gdb.disasm/t08_or.exp
7216 * gdb.disasm/t09_xor.exp
7217 * gdb.disasm/t10_and.exp
7218 * gdb.disasm/t11_logs.exp
7219 * gdb.disasm/t12_bit.exp
7220 * gdb.disasm/t13_otr.exp
7221 * gdb.dlang/circular.exp
7222 * gdb.dwarf2/arr-stride.exp
7223 * gdb.dwarf2/arr-subrange.exp
7224 * gdb.dwarf2/atomic-type.exp
7225 * gdb.dwarf2/bad-regnum.exp
7226 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7227 * gdb.dwarf2/callframecfa.exp
7228 * gdb.dwarf2/clztest.exp
7229 * gdb.dwarf2/corrupt.exp
7230 * gdb.dwarf2/data-loc.exp
7231 * gdb.dwarf2/dup-psym.exp
7232 * gdb.dwarf2/dw2-anon-mptr.exp
7233 * gdb.dwarf2/dw2-anonymous-func.exp
7234 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7235 * gdb.dwarf2/dw2-bad-unresolved.exp
7236 * gdb.dwarf2/dw2-basic.exp
7237 * gdb.dwarf2/dw2-canonicalize-type.exp
7238 * gdb.dwarf2/dw2-case-insensitive.exp
7239 * gdb.dwarf2/dw2-common-block.exp
7240 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7241 * gdb.dwarf2/dw2-compressed.exp
7242 * gdb.dwarf2/dw2-const.exp
7243 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7244 * gdb.dwarf2/dw2-cu-size.exp
7245 * gdb.dwarf2/dw2-dup-frame.exp
7246 * gdb.dwarf2/dw2-entry-value.exp
7247 * gdb.dwarf2/dw2-icycle.exp
7248 * gdb.dwarf2/dw2-ifort-parameter.exp
7249 * gdb.dwarf2/dw2-inline-break.exp
7250 * gdb.dwarf2/dw2-inline-param.exp
7251 * gdb.dwarf2/dw2-intercu.exp
7252 * gdb.dwarf2/dw2-intermix.exp
7253 * gdb.dwarf2/dw2-lexical-block-bare.exp
7254 * gdb.dwarf2/dw2-linkage-name-trust.exp
7255 * gdb.dwarf2/dw2-minsym-in-cu.exp
7256 * gdb.dwarf2/dw2-noloc.exp
7257 * gdb.dwarf2/dw2-op-call.exp
7258 * gdb.dwarf2/dw2-op-out-param.exp
7259 * gdb.dwarf2/dw2-opt-structptr.exp
7260 * gdb.dwarf2/dw2-param-error.exp
7261 * gdb.dwarf2/dw2-producer.exp
7262 * gdb.dwarf2/dw2-ranges-base.exp
7263 * gdb.dwarf2/dw2-ref-missing-frame.exp
7264 * gdb.dwarf2/dw2-reg-undefined.exp
7265 * gdb.dwarf2/dw2-regno-invalid.exp
7266 * gdb.dwarf2/dw2-restore.exp
7267 * gdb.dwarf2/dw2-restrict.exp
7268 * gdb.dwarf2/dw2-single-line-discriminators.exp
7269 * gdb.dwarf2/dw2-strp.exp
7270 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7271 * gdb.dwarf2/dw2-unresolved.exp
7272 * gdb.dwarf2/dw2-var-zero-addr.exp
7273 * gdb.dwarf2/dw4-sig-types.exp
7274 * gdb.dwarf2/dwz.exp
7275 * gdb.dwarf2/dynarr-ptr.exp
7276 * gdb.dwarf2/enum-type.exp
7277 * gdb.dwarf2/gdb-index.exp
7278 * gdb.dwarf2/implptr-64bit.exp
7279 * gdb.dwarf2/implptr-optimized-out.exp
7280 * gdb.dwarf2/implptr.exp
7281 * gdb.dwarf2/implref-array.exp
7282 * gdb.dwarf2/implref-const.exp
7283 * gdb.dwarf2/implref-global.exp
7284 * gdb.dwarf2/implref-struct.exp
7285 * gdb.dwarf2/mac-fileno.exp
7286 * gdb.dwarf2/main-subprogram.exp
7287 * gdb.dwarf2/member-ptr-forwardref.exp
7288 * gdb.dwarf2/method-ptr.exp
7289 * gdb.dwarf2/missing-sig-type.exp
7290 * gdb.dwarf2/nonvar-access.exp
7291 * gdb.dwarf2/opaque-type-lookup.exp
7292 * gdb.dwarf2/pieces-optimized-out.exp
7293 * gdb.dwarf2/pieces.exp
7294 * gdb.dwarf2/pr10770.exp
7295 * gdb.dwarf2/pr13961.exp
7296 * gdb.dwarf2/staticvirtual.exp
7297 * gdb.dwarf2/subrange.exp
7298 * gdb.dwarf2/symtab-producer.exp
7299 * gdb.dwarf2/trace-crash.exp
7300 * gdb.dwarf2/typeddwarf.exp
7301 * gdb.dwarf2/valop.exp
7302 * gdb.dwarf2/watch-notconst.exp
7303 * gdb.fortran/array-element.exp
7304 * gdb.fortran/charset.exp
7305 * gdb.fortran/common-block.exp
7306 * gdb.fortran/complex.exp
7307 * gdb.fortran/derived-type-function.exp
7308 * gdb.fortran/derived-type.exp
7309 * gdb.fortran/logical.exp
7310 * gdb.fortran/module.exp
7311 * gdb.fortran/multi-dim.exp
7312 * gdb.fortran/nested-funcs.exp
7313 * gdb.fortran/print-formatted.exp
7314 * gdb.fortran/subarray.exp
7315 * gdb.fortran/vla-alloc-assoc.exp
7316 * gdb.fortran/vla-datatypes.exp
7317 * gdb.fortran/vla-history.exp
7318 * gdb.fortran/vla-ptr-info.exp
7319 * gdb.fortran/vla-ptype-sub.exp
7320 * gdb.fortran/vla-ptype.exp
7321 * gdb.fortran/vla-sizeof.exp
7322 * gdb.fortran/vla-type.exp
7323 * gdb.fortran/vla-value-sub-arbitrary.exp
7324 * gdb.fortran/vla-value-sub-finish.exp
7325 * gdb.fortran/vla-value-sub.exp
7326 * gdb.fortran/vla-value.exp
7327 * gdb.fortran/whatis_type.exp
7328 * gdb.go/chan.exp
7329 * gdb.go/handcall.exp
7330 * gdb.go/hello.exp
7331 * gdb.go/integers.exp
7332 * gdb.go/methods.exp
7333 * gdb.go/package.exp
7334 * gdb.go/strings.exp
7335 * gdb.go/types.exp
7336 * gdb.go/unsafe.exp
7337 * gdb.guile/scm-arch.exp
7338 * gdb.guile/scm-block.exp
7339 * gdb.guile/scm-breakpoint.exp
7340 * gdb.guile/scm-cmd.exp
7341 * gdb.guile/scm-disasm.exp
7342 * gdb.guile/scm-equal.exp
7343 * gdb.guile/scm-frame-args.exp
7344 * gdb.guile/scm-frame-inline.exp
7345 * gdb.guile/scm-frame.exp
7346 * gdb.guile/scm-iterator.exp
7347 * gdb.guile/scm-math.exp
7348 * gdb.guile/scm-objfile.exp
7349 * gdb.guile/scm-ports.exp
7350 * gdb.guile/scm-symbol.exp
7351 * gdb.guile/scm-symtab.exp
7352 * gdb.guile/scm-value-cc.exp
7353 * gdb.guile/types-module.exp
7354 * gdb.linespec/break-ask.exp
7355 * gdb.linespec/cpexplicit.exp
7356 * gdb.linespec/explicit.exp
7357 * gdb.linespec/keywords.exp
7358 * gdb.linespec/linespec.exp
7359 * gdb.linespec/ls-dollar.exp
7360 * gdb.linespec/ls-errs.exp
7361 * gdb.linespec/skip-two.exp
7362 * gdb.linespec/thread.exp
7363 * gdb.mi/mi-async.exp
7364 * gdb.mi/mi-basics.exp
7365 * gdb.mi/mi-break.exp
7366 * gdb.mi/mi-catch-load.exp
7367 * gdb.mi/mi-cli.exp
7368 * gdb.mi/mi-cmd-param-changed.exp
7369 * gdb.mi/mi-console.exp
7370 * gdb.mi/mi-detach.exp
7371 * gdb.mi/mi-disassemble.exp
7372 * gdb.mi/mi-eval.exp
7373 * gdb.mi/mi-file-transfer.exp
7374 * gdb.mi/mi-file.exp
7375 * gdb.mi/mi-fill-memory.exp
7376 * gdb.mi/mi-inheritance-syntax-error.exp
7377 * gdb.mi/mi-linespec-err-cp.exp
7378 * gdb.mi/mi-logging.exp
7379 * gdb.mi/mi-memory-changed.exp
7380 * gdb.mi/mi-read-memory.exp
7381 * gdb.mi/mi-record-changed.exp
7382 * gdb.mi/mi-reg-undefined.exp
7383 * gdb.mi/mi-regs.exp
7384 * gdb.mi/mi-return.exp
7385 * gdb.mi/mi-reverse.exp
7386 * gdb.mi/mi-simplerun.exp
7387 * gdb.mi/mi-solib.exp
7388 * gdb.mi/mi-stack.exp
7389 * gdb.mi/mi-stepi.exp
7390 * gdb.mi/mi-syn-frame.exp
7391 * gdb.mi/mi-until.exp
7392 * gdb.mi/mi-var-block.exp
7393 * gdb.mi/mi-var-child.exp
7394 * gdb.mi/mi-var-cmd.exp
7395 * gdb.mi/mi-var-cp.exp
7396 * gdb.mi/mi-var-display.exp
7397 * gdb.mi/mi-var-invalidate.exp
7398 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7399 * gdb.mi/mi-vla-fortran.exp
7400 * gdb.mi/mi-watch.exp
7401 * gdb.mi/mi2-var-child.exp
7402 * gdb.mi/user-selected-context-sync.exp
7403 * gdb.modula2/unbounded-array.exp
7404 * gdb.multi/dummy-frame-restore.exp
7405 * gdb.multi/multi-arch-exec.exp
7406 * gdb.multi/multi-arch.exp
7407 * gdb.multi/tids.exp
7408 * gdb.multi/watchpoint-multi.exp
7409 * gdb.opencl/callfuncs.exp
7410 * gdb.opencl/convs_casts.exp
7411 * gdb.opencl/datatypes.exp
7412 * gdb.opencl/operators.exp
7413 * gdb.opencl/vec_comps.exp
7414 * gdb.opt/clobbered-registers-O2.exp
7415 * gdb.opt/inline-break.exp
7416 * gdb.opt/inline-bt.exp
7417 * gdb.opt/inline-cmds.exp
7418 * gdb.opt/inline-locals.exp
7419 * gdb.pascal/case-insensitive-symbols.exp
7420 * gdb.pascal/floats.exp
7421 * gdb.pascal/gdb11492.exp
7422 * gdb.python/lib-types.exp
7423 * gdb.python/py-arch.exp
7424 * gdb.python/py-as-string.exp
7425 * gdb.python/py-bad-printers.exp
7426 * gdb.python/py-block.exp
7427 * gdb.python/py-breakpoint-create-fail.exp
7428 * gdb.python/py-breakpoint.exp
7429 * gdb.python/py-caller-is.exp
7430 * gdb.python/py-cmd.exp
7431 * gdb.python/py-explore-cc.exp
7432 * gdb.python/py-explore.exp
7433 * gdb.python/py-finish-breakpoint.exp
7434 * gdb.python/py-finish-breakpoint2.exp
7435 * gdb.python/py-frame-args.exp
7436 * gdb.python/py-frame-inline.exp
7437 * gdb.python/py-frame.exp
7438 * gdb.python/py-framefilter-mi.exp
7439 * gdb.python/py-infthread.exp
7440 * gdb.python/py-lazy-string.exp
7441 * gdb.python/py-linetable.exp
7442 * gdb.python/py-mi-events.exp
7443 * gdb.python/py-mi-objfile.exp
7444 * gdb.python/py-mi.exp
7445 * gdb.python/py-objfile.exp
7446 * gdb.python/py-pp-integral.exp
7447 * gdb.python/py-pp-maint.exp
7448 * gdb.python/py-pp-re-notag.exp
7449 * gdb.python/py-pp-registration.exp
7450 * gdb.python/py-recurse-unwind.exp
7451 * gdb.python/py-strfns.exp
7452 * gdb.python/py-symbol.exp
7453 * gdb.python/py-symtab.exp
7454 * gdb.python/py-sync-interp.exp
7455 * gdb.python/py-typeprint.exp
7456 * gdb.python/py-unwind-maint.exp
7457 * gdb.python/py-unwind.exp
7458 * gdb.python/py-value-cc.exp
7459 * gdb.python/py-xmethods.exp
7460 * gdb.reverse/amd64-tailcall-reverse.exp
7461 * gdb.reverse/break-precsave.exp
7462 * gdb.reverse/break-reverse.exp
7463 * gdb.reverse/consecutive-precsave.exp
7464 * gdb.reverse/consecutive-reverse.exp
7465 * gdb.reverse/finish-precsave.exp
7466 * gdb.reverse/finish-reverse-bkpt.exp
7467 * gdb.reverse/finish-reverse.exp
7468 * gdb.reverse/fstatat-reverse.exp
7469 * gdb.reverse/getresuid-reverse.exp
7470 * gdb.reverse/i386-precsave.exp
7471 * gdb.reverse/i386-reverse.exp
7472 * gdb.reverse/i386-sse-reverse.exp
7473 * gdb.reverse/i387-env-reverse.exp
7474 * gdb.reverse/i387-stack-reverse.exp
7475 * gdb.reverse/insn-reverse.exp
7476 * gdb.reverse/machinestate-precsave.exp
7477 * gdb.reverse/machinestate.exp
7478 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7479 * gdb.reverse/pipe-reverse.exp
7480 * gdb.reverse/readv-reverse.exp
7481 * gdb.reverse/recvmsg-reverse.exp
7482 * gdb.reverse/rerun-prec.exp
7483 * gdb.reverse/s390-mvcle.exp
7484 * gdb.reverse/step-precsave.exp
7485 * gdb.reverse/step-reverse.exp
7486 * gdb.reverse/time-reverse.exp
7487 * gdb.reverse/until-precsave.exp
7488 * gdb.reverse/until-reverse.exp
7489 * gdb.reverse/waitpid-reverse.exp
7490 * gdb.reverse/watch-precsave.exp
7491 * gdb.reverse/watch-reverse.exp
7492 * gdb.rust/generics.exp
7493 * gdb.rust/methods.exp
7494 * gdb.rust/modules.exp
7495 * gdb.rust/simple.exp
7496 * gdb.server/connect-with-no-symbol-file.exp
7497 * gdb.server/ext-attach.exp
7498 * gdb.server/ext-restart.exp
7499 * gdb.server/ext-wrapper.exp
7500 * gdb.server/file-transfer.exp
7501 * gdb.server/server-exec-info.exp
7502 * gdb.server/server-kill.exp
7503 * gdb.server/server-mon.exp
7504 * gdb.server/wrapper.exp
7505 * gdb.stabs/exclfwd.exp
7506 * gdb.stabs/gdb11479.exp
7507 * gdb.threads/clone-new-thread-event.exp
7508 * gdb.threads/corethreads.exp
7509 * gdb.threads/current-lwp-dead.exp
7510 * gdb.threads/dlopen-libpthread.exp
7511 * gdb.threads/gcore-thread.exp
7512 * gdb.threads/sigstep-threads.exp
7513 * gdb.threads/watchpoint-fork.exp
7514 * gdb.trace/actions-changed.exp
7515 * gdb.trace/backtrace.exp
7516 * gdb.trace/change-loc.exp
7517 * gdb.trace/circ.exp
7518 * gdb.trace/collection.exp
7519 * gdb.trace/disconnected-tracing.exp
7520 * gdb.trace/ftrace.exp
7521 * gdb.trace/mi-trace-frame-collected.exp
7522 * gdb.trace/mi-trace-unavailable.exp
7523 * gdb.trace/mi-traceframe-changed.exp
7524 * gdb.trace/mi-tsv-changed.exp
7525 * gdb.trace/no-attach-trace.exp
7526 * gdb.trace/passc-dyn.exp
7527 * gdb.trace/qtro.exp
7528 * gdb.trace/range-stepping.exp
7529 * gdb.trace/read-memory.exp
7530 * gdb.trace/save-trace.exp
7531 * gdb.trace/signal.exp
7532 * gdb.trace/status-stop.exp
7533 * gdb.trace/tfile.exp
7534 * gdb.trace/trace-break.exp
7535 * gdb.trace/trace-buffer-size.exp
7536 * gdb.trace/trace-condition.exp
7537 * gdb.trace/tracefile-pseudo-reg.exp
7538 * gdb.trace/tstatus.exp
7539 * gdb.trace/unavailable.exp
7540 * gdb.trace/while-dyn.exp
7541 * gdb.trace/while-stepping.exp
7542
7543 2016-12-22 Doug Evans <xdje42@gmail.com>
7544
7545 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7546 and msymbols.
7547
7548 2016-12-19 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7551 (test_with_self): Don't call do_steps_and_nexts, and remove
7552 code about stepping into xmalloc.
7553
7554 2016-12-09 Yao Qi <yao.qi@linaro.org>
7555
7556 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7557
7558 2016-12-09 Yao Qi <yao.qi@linaro.org>
7559
7560 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7561
7562 2016-12-09 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.base/all-architectures-0.exp: New file.
7565 * gdb.base/all-architectures-1.exp: New file.
7566 * gdb.base/all-architectures-2.exp: New file.
7567 * gdb.base/all-architectures-3.exp: New file.
7568 * gdb.base/all-architectures-4.exp: New file.
7569 * gdb.base/all-architectures-5.exp: New file.
7570 * gdb.base/all-architectures-6.exp: New file.
7571 * gdb.base/all-architectures-7.exp: New file.
7572 * gdb.base/all-architectures.exp.in: New file.
7573
7574 2016-12-09 Yao Qi <yao.qi@linaro.org>
7575
7576 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7577
7578 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7579
7580 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7581 possible.
7582 Remove useless pattern-matching code.
7583
7584 2016-12-02 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7587 procedure.
7588 (top level): Call it.
7589
7590 2016-12-02 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7593 New procedure.
7594 (top level): Call it.
7595
7596 2016-12-02 Pedro Alves <palves@redhat.com>
7597
7598 PR cli/20559
7599 * gdb.base/commands.exp (user_defined_command_args_eval): New
7600 procedure.
7601 (top level): Call it.
7602
7603 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7604
7605 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7606 timeout handling.
7607
7608 2016-12-02 Tom Tromey <tom@tromey.com>
7609
7610 * gdb.dwarf2/main-subprogram.c: New file.
7611 * gdb.dwarf2/main-subprogram.exp: New file.
7612
7613 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7614
7615 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7616 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7617 gdb_test_no_output for a couple of cases.
7618 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7619
7620 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7621
7622 Fix test names and standardize compilation error messages throughout
7623 the following files:
7624
7625 * gdb.ada/start.exp
7626 * gdb.arch/alpha-step.exp
7627 * gdb.arch/e500-prologue.exp
7628 * gdb.arch/ftrace-insn-reloc.exp
7629 * gdb.arch/gdb1291.exp
7630 * gdb.arch/gdb1431.exp
7631 * gdb.arch/gdb1558.exp
7632 * gdb.arch/i386-dr3-watch.exp
7633 * gdb.arch/i386-sse-stack-align.exp
7634 * gdb.arch/ia64-breakpoint-shadow.exp
7635 * gdb.arch/pa-nullify.exp
7636 * gdb.arch/powerpc-aix-prologue.exp
7637 * gdb.arch/thumb-bx-pc.exp
7638 * gdb.base/annota1.exp
7639 * gdb.base/annota3.exp
7640 * gdb.base/arrayidx.exp
7641 * gdb.base/assign.exp
7642 * gdb.base/attach.exp
7643 * gdb.base/auxv.exp
7644 * gdb.base/bang.exp
7645 * gdb.base/bfp-test.exp
7646 * gdb.base/bigcore.exp
7647 * gdb.base/bitfields2.exp
7648 * gdb.base/break-fun-addr.exp
7649 * gdb.base/break-probes.exp
7650 * gdb.base/call-rt-st.exp
7651 * gdb.base/callexit.exp
7652 * gdb.base/catch-fork-kill.exp
7653 * gdb.base/charset.exp
7654 * gdb.base/checkpoint.exp
7655 * gdb.base/comprdebug.exp
7656 * gdb.base/constvars.exp
7657 * gdb.base/coredump-filter.exp
7658 * gdb.base/cursal.exp
7659 * gdb.base/cvexpr.exp
7660 * gdb.base/detach.exp
7661 * gdb.base/display.exp
7662 * gdb.base/dmsym.exp
7663 * gdb.base/dprintf-pending.exp
7664 * gdb.base/dso2dso.exp
7665 * gdb.base/dtrace-probe.exp
7666 * gdb.base/dump.exp
7667 * gdb.base/enum_cond.exp
7668 * gdb.base/exe-lock.exp
7669 * gdb.base/exec-invalid-sysroot.exp
7670 * gdb.base/execl-update-breakpoints.exp
7671 * gdb.base/exprs.exp
7672 * gdb.base/fileio.exp
7673 * gdb.base/find.exp
7674 * gdb.base/finish.exp
7675 * gdb.base/fixsection.exp
7676 * gdb.base/foll-vfork.exp
7677 * gdb.base/frame-args.exp
7678 * gdb.base/gcore.exp
7679 * gdb.base/gdb1250.exp
7680 * gdb.base/global-var-nested-by-dso.exp
7681 * gdb.base/gnu-ifunc.exp
7682 * gdb.base/hashline1.exp
7683 * gdb.base/hashline2.exp
7684 * gdb.base/hashline3.exp
7685 * gdb.base/hbreak-in-shr-unsupported.exp
7686 * gdb.base/huge.exp
7687 * gdb.base/infcall-input.exp
7688 * gdb.base/info-fun.exp
7689 * gdb.base/info-shared.exp
7690 * gdb.base/jit-simple.exp
7691 * gdb.base/jit-so.exp
7692 * gdb.base/jit.exp
7693 * gdb.base/jump.exp
7694 * gdb.base/label.exp
7695 * gdb.base/lineinc.exp
7696 * gdb.base/logical.exp
7697 * gdb.base/longjmp.exp
7698 * gdb.base/macscp.exp
7699 * gdb.base/miscexprs.exp
7700 * gdb.base/new-ui-echo.exp
7701 * gdb.base/new-ui-pending-input.exp
7702 * gdb.base/new-ui.exp
7703 * gdb.base/nodebug.exp
7704 * gdb.base/nofield.exp
7705 * gdb.base/offsets.exp
7706 * gdb.base/overlays.exp
7707 * gdb.base/pending.exp
7708 * gdb.base/pointers.exp
7709 * gdb.base/pr11022.exp
7710 * gdb.base/printcmds.exp
7711 * gdb.base/prologue.exp
7712 * gdb.base/ptr-typedef.exp
7713 * gdb.base/realname-expand.exp
7714 * gdb.base/relativedebug.exp
7715 * gdb.base/relocate.exp
7716 * gdb.base/remote.exp
7717 * gdb.base/reread.exp
7718 * gdb.base/return2.exp
7719 * gdb.base/savedregs.exp
7720 * gdb.base/sep.exp
7721 * gdb.base/sepdebug.exp
7722 * gdb.base/sepsymtab.exp
7723 * gdb.base/set-inferior-tty.exp
7724 * gdb.base/setshow.exp
7725 * gdb.base/shlib-call.exp
7726 * gdb.base/sigaltstack.exp
7727 * gdb.base/siginfo-addr.exp
7728 * gdb.base/signals.exp
7729 * gdb.base/signull.exp
7730 * gdb.base/sigrepeat.exp
7731 * gdb.base/so-impl-ld.exp
7732 * gdb.base/solib-display.exp
7733 * gdb.base/solib-overlap.exp
7734 * gdb.base/solib-search.exp
7735 * gdb.base/solib-symbol.exp
7736 * gdb.base/structs.exp
7737 * gdb.base/structs2.exp
7738 * gdb.base/symtab-search-order.exp
7739 * gdb.base/twice.exp
7740 * gdb.base/unload.exp
7741 * gdb.base/varargs.exp
7742 * gdb.base/watchpoint-solib.exp
7743 * gdb.base/watchpoint.exp
7744 * gdb.base/whatis.exp
7745 * gdb.base/wrong_frame_bt_full.exp
7746 * gdb.btrace/dlopen.exp
7747 * gdb.cell/ea-standalone.exp
7748 * gdb.cell/ea-test.exp
7749 * gdb.cp/dispcxx.exp
7750 * gdb.cp/gdb2384.exp
7751 * gdb.cp/method2.exp
7752 * gdb.cp/nextoverthrow.exp
7753 * gdb.cp/pr10728.exp
7754 * gdb.disasm/am33.exp
7755 * gdb.disasm/h8300s.exp
7756 * gdb.disasm/mn10300.exp
7757 * gdb.disasm/sh3.exp
7758 * gdb.dwarf2/dw2-dir-file-name.exp
7759 * gdb.fortran/complex.exp
7760 * gdb.fortran/library-module.exp
7761 * gdb.guile/scm-pretty-print.exp
7762 * gdb.guile/scm-symbol.exp
7763 * gdb.guile/scm-type.exp
7764 * gdb.guile/scm-value.exp
7765 * gdb.linespec/linespec.exp
7766 * gdb.mi/gdb701.exp
7767 * gdb.mi/gdb792.exp
7768 * gdb.mi/mi-breakpoint-changed.exp
7769 * gdb.mi/mi-dprintf-pending.exp
7770 * gdb.mi/mi-dprintf.exp
7771 * gdb.mi/mi-exit-code.exp
7772 * gdb.mi/mi-pending.exp
7773 * gdb.mi/mi-solib.exp
7774 * gdb.mi/new-ui-mi-sync.exp
7775 * gdb.mi/pr11022.exp
7776 * gdb.mi/user-selected-context-sync.exp
7777 * gdb.opt/solib-intra-step.exp
7778 * gdb.python/py-events.exp
7779 * gdb.python/py-finish-breakpoint.exp
7780 * gdb.python/py-mi.exp
7781 * gdb.python/py-prettyprint.exp
7782 * gdb.python/py-shared.exp
7783 * gdb.python/py-symbol.exp
7784 * gdb.python/py-template.exp
7785 * gdb.python/py-type.exp
7786 * gdb.python/py-value.exp
7787 * gdb.reverse/solib-precsave.exp
7788 * gdb.reverse/solib-reverse.exp
7789 * gdb.server/solib-list.exp
7790 * gdb.stabs/weird.exp
7791 * gdb.threads/reconnect-signal.exp
7792 * gdb.threads/stepi-random-signal.exp
7793 * gdb.trace/actions.exp
7794 * gdb.trace/ax.exp
7795 * gdb.trace/backtrace.exp
7796 * gdb.trace/change-loc.exp
7797 * gdb.trace/deltrace.exp
7798 * gdb.trace/ftrace-lock.exp
7799 * gdb.trace/ftrace.exp
7800 * gdb.trace/infotrace.exp
7801 * gdb.trace/mi-tracepoint-changed.exp
7802 * gdb.trace/packetlen.exp
7803 * gdb.trace/passcount.exp
7804 * gdb.trace/pending.exp
7805 * gdb.trace/range-stepping.exp
7806 * gdb.trace/report.exp
7807 * gdb.trace/stap-trace.exp
7808 * gdb.trace/tfind.exp
7809 * gdb.trace/trace-break.exp
7810 * gdb.trace/trace-condition.exp
7811 * gdb.trace/trace-enable-disable.exp
7812 * gdb.trace/trace-mt.exp
7813 * gdb.trace/tracecmd.exp
7814 * gdb.trace/tspeed.exp
7815 * gdb.trace/tsv.exp
7816 * lib/perftest.exp
7817
7818 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7819
7820 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7821 with gdb_test_no_output.
7822 Use command as test name.
7823
7824 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7825
7826 Fix test names starting with uppercase throughout the files.
7827
7828 * gdb.ada/assign_1.exp
7829 * gdb.ada/boolean_expr.exp
7830 * gdb.base/arrayidx.exp
7831 * gdb.base/del.exp
7832 * gdb.base/gcore-buffer-overflow.exp
7833 * gdb.base/testenv.exp
7834 * gdb.compile/compile.exp
7835 * gdb.python/py-framefilter-invalidarg.exp
7836 * gdb.python/py-framefilter.exp
7837
7838 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7839
7840 Fix test names starting with uppercase throughout the files.
7841
7842 * gdb.ada/array_return.exp
7843 * gdb.ada/expr_delims.exp
7844 * gdb.ada/mi_dyn_arr.exp
7845 * gdb.ada/mi_interface.exp
7846 * gdb.ada/mi_var_array.exp
7847 * gdb.ada/watch_arg.exp
7848 * gdb.arch/alpha-step.exp
7849 * gdb.arch/altivec-regs.exp
7850 * gdb.arch/e500-regs.exp
7851 * gdb.arch/powerpc-d128-regs.exp
7852 * gdb.base/arrayidx.exp
7853 * gdb.base/break.exp
7854 * gdb.base/checkpoint.exp
7855 * gdb.base/debug-expr.exp
7856 * gdb.base/dmsym.exp
7857 * gdb.base/radix.exp
7858 * gdb.base/sepdebug.exp
7859 * gdb.base/testenv.exp
7860 * gdb.base/watch_thread_num.exp
7861 * gdb.base/watchpoint-cond-gone.exp
7862 * gdb.cell/break.exp
7863 * gdb.cell/ea-cache.exp
7864 * gdb.compile/compile.exp
7865 * gdb.cp/gdb2495.exp
7866 * gdb.gdb/selftest.exp
7867 * gdb.gdb/xfullpath.exp
7868 * gdb.go/hello.exp
7869 * gdb.go/integers.exp
7870 * gdb.objc/basicclass.exp
7871 * gdb.pascal/hello.exp
7872 * gdb.pascal/integers.exp
7873 * gdb.python/py-breakpoint.exp
7874 * gdb.python/py-cmd.exp
7875 * gdb.python/py-linetable.exp
7876 * gdb.python/py-xmethods.exp
7877 * gdb.python/python.exp
7878 * gdb.reverse/consecutive-precsave.exp
7879 * gdb.reverse/finish-precsave.exp
7880 * gdb.reverse/i386-precsave.exp
7881 * gdb.reverse/machinestate-precsave.exp
7882 * gdb.reverse/sigall-precsave.exp
7883 * gdb.reverse/solib-precsave.exp
7884 * gdb.reverse/step-precsave.exp
7885 * gdb.reverse/until-precsave.exp
7886 * gdb.reverse/watch-precsave.exp
7887 * gdb.threads/leader-exit.exp
7888 * gdb.threads/pthreads.exp
7889 * gdb.threads/wp-replication.exp
7890 * gdb.trace/actions.exp
7891 * gdb.trace/mi-tsv-changed.exp
7892 * gdb.trace/tsv.exp
7893
7894 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7895
7896 Fix test names starting with uppercase throughout the files.
7897
7898 * gdb.arch/i386-bp_permanent.exp
7899 * gdb.arch/i386-gnu-cfi.exp
7900 * gdb.base/disasm-end-cu.exp
7901 * gdb.base/macscp.exp
7902 * gdb.base/pending.exp
7903 * gdb.base/watch_thread_num.exp
7904 * gdb.cp/exception.exp
7905 * gdb.cp/gdb2495.exp
7906 * gdb.cp/local.exp
7907 * gdb.python/py-evsignal.exp
7908 * gdb.python/python.exp
7909 * gdb.trace/tracecmd.exp
7910
7911 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7912
7913 Fix test names starting with uppercase throughout the files.
7914
7915 * gdb.base/charset.exp
7916 * gdb.base/eval.exp
7917 * gdb.base/multi-forks.exp
7918 * gdb.guile/scm-progspace.exp
7919 * gdb.opencl/datatypes.exp
7920 * gdb.python/py-block.exp
7921 * gdb.python/py-function.exp
7922 * gdb.python/py-symbol.exp
7923 * gdb.python/py-symtab.exp
7924 * gdb.python/py-xmethods.exp
7925 * gdb.reverse/break-precsave.exp
7926 * gdb.reverse/break-reverse.exp
7927 * gdb.reverse/consecutive-precsave.exp
7928 * gdb.reverse/consecutive-reverse.exp
7929 * gdb.reverse/finish-precsave.exp
7930 * gdb.reverse/finish-reverse-bkpt.exp
7931 * gdb.reverse/finish-reverse.exp
7932 * gdb.reverse/fstatat-reverse.exp
7933 * gdb.reverse/getresuid-reverse.exp
7934 * gdb.reverse/i386-precsave.exp
7935 * gdb.reverse/i386-reverse.exp
7936 * gdb.reverse/i386-sse-reverse.exp
7937 * gdb.reverse/i387-stack-reverse.exp
7938 * gdb.reverse/insn-reverse.exp
7939 * gdb.reverse/machinestate-precsave.exp
7940 * gdb.reverse/machinestate.exp
7941 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7942 * gdb.reverse/pipe-reverse.exp
7943 * gdb.reverse/readv-reverse.exp
7944 * gdb.reverse/recvmsg-reverse.exp
7945 * gdb.reverse/rerun-prec.exp
7946 * gdb.reverse/s390-mvcle.exp
7947 * gdb.reverse/sigall-precsave.exp
7948 * gdb.reverse/sigall-reverse.exp
7949 * gdb.reverse/solib-precsave.exp
7950 * gdb.reverse/solib-reverse.exp
7951 * gdb.reverse/step-precsave.exp
7952 * gdb.reverse/step-reverse.exp
7953 * gdb.reverse/time-reverse.exp
7954 * gdb.reverse/until-precsave.exp
7955 * gdb.reverse/until-reverse.exp
7956 * gdb.reverse/waitpid-reverse.exp
7957 * gdb.reverse/watch-precsave.exp
7958 * gdb.reverse/watch-reverse.exp
7959
7960 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7961
7962 Fix test names starting with uppercase throughout the files.
7963
7964 * gdb.arch/i386-mpx-simple_segv.exp
7965 * gdb.arch/i386-mpx.exp
7966 * gdb.arch/i386-permbkpt.exp
7967 * gdb.arch/pa-nullify.exp
7968 * gdb.arch/powerpc-d128-regs.exp
7969 * gdb.arch/vsx-regs.exp
7970 * gdb.base/bfp-test.exp
7971 * gdb.base/break.exp
7972 * gdb.base/breakpoint-shadow.exp
7973 * gdb.base/callfuncs.exp
7974 * gdb.base/charset.exp
7975 * gdb.base/commands.exp
7976 * gdb.base/completion.exp
7977 * gdb.base/dfp-test.exp
7978 * gdb.base/echo.exp
7979 * gdb.base/ending-run.exp
7980 * gdb.base/eval.exp
7981 * gdb.base/expand-psymtabs.exp
7982 * gdb.base/float128.exp
7983 * gdb.base/floatn.exp
7984 * gdb.base/foll-exec-mode.exp
7985 * gdb.base/gdb1056.exp
7986 * gdb.base/gdb11531.exp
7987 * gdb.base/kill-after-signal.exp
7988 * gdb.base/multi-forks.exp
7989 * gdb.base/overlays.exp
7990 * gdb.base/pending.exp
7991 * gdb.base/sepdebug.exp
7992 * gdb.base/testenv.exp
7993 * gdb.base/valgrind-db-attach.exp
7994 * gdb.base/watch_thread_num.exp
7995 * gdb.base/watchpoint-cond-gone.exp
7996 * gdb.base/watchpoint.exp
7997 * gdb.base/watchpoints.exp
7998 * gdb.cp/arg-reference.exp
7999 * gdb.cp/baseenum.exp
8000 * gdb.cp/operator.exp
8001 * gdb.cp/shadow.exp
8002 * gdb.dwarf2/dw2-op-out-param.exp
8003 * gdb.dwarf2/dw2-reg-undefined.exp
8004 * gdb.go/chan.exp
8005 * gdb.go/hello.exp
8006 * gdb.go/integers.exp
8007 * gdb.go/methods.exp
8008 * gdb.go/package.exp
8009 * gdb.guile/scm-parameter.exp
8010 * gdb.guile/scm-progspace.exp
8011 * gdb.guile/scm-value.exp
8012 * gdb.mi/mi-pending.exp
8013 * gdb.mi/user-selected-context-sync.exp
8014 * gdb.multi/multi-attach.exp
8015 * gdb.multi/tids.exp
8016 * gdb.opt/clobbered-registers-O2.exp
8017 * gdb.pascal/floats.exp
8018 * gdb.pascal/integers.exp
8019 * gdb.python/py-block.exp
8020 * gdb.python/py-events.exp
8021 * gdb.python/py-parameter.exp
8022 * gdb.python/py-symbol.exp
8023 * gdb.python/py-symtab.exp
8024 * gdb.python/py-type.exp
8025 * gdb.python/py-value.exp
8026 * gdb.python/py-xmethods.exp
8027 * gdb.python/python.exp
8028 * gdb.reverse/break-precsave.exp
8029 * gdb.reverse/consecutive-precsave.exp
8030 * gdb.reverse/finish-precsave.exp
8031 * gdb.reverse/i386-precsave.exp
8032 * gdb.reverse/machinestate-precsave.exp
8033 * gdb.reverse/sigall-precsave.exp
8034 * gdb.reverse/solib-precsave.exp
8035 * gdb.reverse/step-precsave.exp
8036 * gdb.reverse/until-precsave.exp
8037 * gdb.reverse/watch-precsave.exp
8038 * gdb.server/ext-attach.exp
8039 * gdb.server/ext-restart.exp
8040 * gdb.server/ext-run.exp
8041 * gdb.server/ext-wrapper.exp
8042 * gdb.stabs/gdb11479.exp
8043 * gdb.stabs/weird.exp
8044 * gdb.threads/attach-many-short-lived-threads.exp
8045 * gdb.threads/kill.exp
8046 * gdb.threads/watchpoint-fork.exp
8047
8048 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8049
8050 Fix test names starting with uppercase throughout all the files below.
8051
8052 * gdb.ada/array_return.exp
8053 * gdb.ada/catch_ex.exp
8054 * gdb.ada/info_exc.exp
8055 * gdb.ada/mi_catch_ex.exp
8056 * gdb.ada/mi_dyn_arr.exp
8057 * gdb.ada/mi_ex_cond.exp
8058 * gdb.ada/mi_exc_info.exp
8059 * gdb.ada/mi_interface.exp
8060 * gdb.ada/mi_task_arg.exp
8061 * gdb.ada/mi_task_info.exp
8062 * gdb.ada/mi_var_array.exp
8063 * gdb.arch/alpha-step.exp
8064 * gdb.arch/amd64-disp-step.exp
8065 * gdb.arch/arm-disp-step.exp
8066 * gdb.arch/disp-step-insn-reloc.exp
8067 * gdb.arch/e500-prologue.exp
8068 * gdb.arch/ftrace-insn-reloc.exp
8069 * gdb.arch/gdb1558.exp
8070 * gdb.arch/i386-bp_permanent.exp
8071 * gdb.arch/i386-disp-step.exp
8072 * gdb.arch/i386-float.exp
8073 * gdb.arch/i386-gnu-cfi.exp
8074 * gdb.arch/ia64-breakpoint-shadow.exp
8075 * gdb.arch/mips16-thunks.exp
8076 * gdb.arch/pa-nullify.exp
8077 * gdb.arch/powerpc-aix-prologue.exp
8078 * gdb.arch/powerpc-power.exp
8079 * gdb.arch/ppc-dfp.exp
8080 * gdb.arch/s390-tdbregs.exp
8081 * gdb.arch/spu-info.exp
8082 * gdb.arch/spu-ls.exp
8083 * gdb.arch/thumb-bx-pc.exp
8084 * gdb.base/advance.exp
8085 * gdb.base/annota-input-while-running.exp
8086 * gdb.base/arrayidx.exp
8087 * gdb.base/asmlabel.exp
8088 * gdb.base/async.exp
8089 * gdb.base/attach-wait-input.exp
8090 * gdb.base/auto-connect-native-target.exp
8091 * gdb.base/batch-preserve-term-settings.exp
8092 * gdb.base/bfp-test.exp
8093 * gdb.base/bigcore.exp
8094 * gdb.base/bp-permanent.exp
8095 * gdb.base/break-always.exp
8096 * gdb.base/break-fun-addr.exp
8097 * gdb.base/break-idempotent.exp
8098 * gdb.base/break-main-file-remove-fail.exp
8099 * gdb.base/break-probes.exp
8100 * gdb.base/break-unload-file.exp
8101 * gdb.base/break.exp
8102 * gdb.base/call-ar-st.exp
8103 * gdb.base/call-rt-st.exp
8104 * gdb.base/call-sc.exp
8105 * gdb.base/call-signal-resume.exp
8106 * gdb.base/call-strs.exp
8107 * gdb.base/callexit.exp
8108 * gdb.base/callfuncs.exp
8109 * gdb.base/catch-gdb-caused-signals.exp
8110 * gdb.base/catch-signal-siginfo-cond.exp
8111 * gdb.base/catch-syscall.exp
8112 * gdb.base/compare-sections.exp
8113 * gdb.base/cond-eval-mode.exp
8114 * gdb.base/condbreak-call-false.exp
8115 * gdb.base/consecutive-step-over.exp
8116 * gdb.base/cursal.exp
8117 * gdb.base/disabled-location.exp
8118 * gdb.base/disasm-end-cu.exp
8119 * gdb.base/display.exp
8120 * gdb.base/double-prompt-target-event-error.exp
8121 * gdb.base/dprintf-bp-same-addr.exp
8122 * gdb.base/dprintf-detach.exp
8123 * gdb.base/dprintf-next.exp
8124 * gdb.base/dprintf-non-stop.exp
8125 * gdb.base/dprintf-pending.exp
8126 * gdb.base/dso2dso.exp
8127 * gdb.base/ending-run.exp
8128 * gdb.base/enum_cond.exp
8129 * gdb.base/examine-backward.exp
8130 * gdb.base/exe-lock.exp
8131 * gdb.base/exec-invalid-sysroot.exp
8132 * gdb.base/execl-update-breakpoints.exp
8133 * gdb.base/execution-termios.exp
8134 * gdb.base/fileio.exp
8135 * gdb.base/fixsection.exp
8136 * gdb.base/foll-exec-mode.exp
8137 * gdb.base/foll-exec.exp
8138 * gdb.base/fork-running-state.exp
8139 * gdb.base/frame-args.exp
8140 * gdb.base/fullpath-expand.exp
8141 * gdb.base/func-ptr.exp
8142 * gdb.base/gcore-relro-pie.exp
8143 * gdb.base/gdb1090.exp
8144 * gdb.base/gdb1555.exp
8145 * gdb.base/global-var-nested-by-dso.exp
8146 * gdb.base/gnu-ifunc.exp
8147 * gdb.base/hbreak-in-shr-unsupported.exp
8148 * gdb.base/hbreak-unmapped.exp
8149 * gdb.base/hook-stop.exp
8150 * gdb.base/infcall-input.exp
8151 * gdb.base/info-fun.exp
8152 * gdb.base/info-shared.exp
8153 * gdb.base/interrupt-noterm.exp
8154 * gdb.base/jit-so.exp
8155 * gdb.base/jit.exp
8156 * gdb.base/line-symtabs.exp
8157 * gdb.base/list.exp
8158 * gdb.base/longjmp.exp
8159 * gdb.base/macscp.exp
8160 * gdb.base/max-value-size.exp
8161 * gdb.base/nodebug.exp
8162 * gdb.base/nofield.exp
8163 * gdb.base/overlays.exp
8164 * gdb.base/paginate-after-ctrl-c-running.exp
8165 * gdb.base/paginate-bg-execution.exp
8166 * gdb.base/paginate-inferior-exit.exp
8167 * gdb.base/pending.exp
8168 * gdb.base/pr11022.exp
8169 * gdb.base/printcmds.exp
8170 * gdb.base/ptr-typedef.exp
8171 * gdb.base/ptype.exp
8172 * gdb.base/randomize.exp
8173 * gdb.base/range-stepping.exp
8174 * gdb.base/realname-expand.exp
8175 * gdb.base/relativedebug.exp
8176 * gdb.base/remote.exp
8177 * gdb.base/savedregs.exp
8178 * gdb.base/sepdebug.exp
8179 * gdb.base/set-noassign.exp
8180 * gdb.base/shlib-call.exp
8181 * gdb.base/shreloc.exp
8182 * gdb.base/sigaltstack.exp
8183 * gdb.base/sigbpt.exp
8184 * gdb.base/siginfo-addr.exp
8185 * gdb.base/siginfo-obj.exp
8186 * gdb.base/siginfo-thread.exp
8187 * gdb.base/signest.exp
8188 * gdb.base/signull.exp
8189 * gdb.base/sigrepeat.exp
8190 * gdb.base/skip.exp
8191 * gdb.base/so-impl-ld.exp
8192 * gdb.base/solib-corrupted.exp
8193 * gdb.base/solib-disc.exp
8194 * gdb.base/solib-display.exp
8195 * gdb.base/solib-overlap.exp
8196 * gdb.base/solib-search.exp
8197 * gdb.base/solib-symbol.exp
8198 * gdb.base/source-execution.exp
8199 * gdb.base/sss-bp-on-user-bp-2.exp
8200 * gdb.base/sss-bp-on-user-bp.exp
8201 * gdb.base/stack-checking.exp
8202 * gdb.base/stale-infcall.exp
8203 * gdb.base/step-break.exp
8204 * gdb.base/step-line.exp
8205 * gdb.base/step-over-exit.exp
8206 * gdb.base/step-test.exp
8207 * gdb.base/structs.exp
8208 * gdb.base/sym-file.exp
8209 * gdb.base/symtab-search-order.exp
8210 * gdb.base/term.exp
8211 * gdb.base/type-opaque.exp
8212 * gdb.base/unload.exp
8213 * gdb.base/until-nodebug.exp
8214 * gdb.base/until.exp
8215 * gdb.base/unwindonsignal.exp
8216 * gdb.base/watch-cond.exp
8217 * gdb.base/watch-non-mem.exp
8218 * gdb.base/watch_thread_num.exp
8219 * gdb.base/watchpoint-reuse-slot.exp
8220 * gdb.base/watchpoint-solib.exp
8221 * gdb.base/watchpoint.exp
8222 * gdb.btrace/dlopen.exp
8223 * gdb.cell/arch.exp
8224 * gdb.cell/break.exp
8225 * gdb.cell/bt.exp
8226 * gdb.cell/core.exp
8227 * gdb.cell/data.exp
8228 * gdb.cell/dwarfaddr.exp
8229 * gdb.cell/ea-cache.exp
8230 * gdb.cell/ea-standalone.exp
8231 * gdb.cell/ea-test.exp
8232 * gdb.cell/f-regs.exp
8233 * gdb.cell/fork.exp
8234 * gdb.cell/gcore.exp
8235 * gdb.cell/mem-access.exp
8236 * gdb.cell/ptype.exp
8237 * gdb.cell/registers.exp
8238 * gdb.cell/sizeof.exp
8239 * gdb.cell/solib-symbol.exp
8240 * gdb.cell/solib.exp
8241 * gdb.compile/compile-tls.exp
8242 * gdb.cp/exception.exp
8243 * gdb.cp/gdb2495.exp
8244 * gdb.cp/local.exp
8245 * gdb.cp/mb-inline.exp
8246 * gdb.cp/mb-templates.exp
8247 * gdb.cp/pr10687.exp
8248 * gdb.cp/pr9167.exp
8249 * gdb.cp/scope-err.exp
8250 * gdb.cp/templates.exp
8251 * gdb.cp/virtfunc.exp
8252 * gdb.dwarf2/dw2-dir-file-name.exp
8253 * gdb.dwarf2/dw2-single-line-discriminators.exp
8254 * gdb.fortran/complex.exp
8255 * gdb.fortran/library-module.exp
8256 * gdb.guile/guile.exp
8257 * gdb.guile/scm-cmd.exp
8258 * gdb.guile/scm-frame-inline.exp
8259 * gdb.guile/scm-objfile.exp
8260 * gdb.guile/scm-pretty-print.exp
8261 * gdb.guile/scm-symbol.exp
8262 * gdb.guile/scm-type.exp
8263 * gdb.guile/scm-value.exp
8264 * gdb.linespec/keywords.exp
8265 * gdb.linespec/ls-errs.exp
8266 * gdb.linespec/macro-relative.exp
8267 * gdb.linespec/thread.exp
8268 * gdb.mi/mi-breakpoint-changed.exp
8269 * gdb.mi/mi-dprintf-pending.exp
8270 * gdb.mi/mi-fullname-deleted.exp
8271 * gdb.mi/mi-logging.exp
8272 * gdb.mi/mi-pending.exp
8273 * gdb.mi/mi-solib.exp
8274 * gdb.mi/new-ui-mi-sync.exp
8275 * gdb.mi/user-selected-context-sync.exp
8276 * gdb.multi/dummy-frame-restore.exp
8277 * gdb.multi/multi-arch-exec.exp
8278 * gdb.multi/remove-inferiors.exp
8279 * gdb.multi/watchpoint-multi-exit.exp
8280 * gdb.opt/solib-intra-step.exp
8281 * gdb.perf/backtrace.exp
8282 * gdb.perf/single-step.exp
8283 * gdb.perf/skip-command.exp
8284 * gdb.perf/skip-prologue.exp
8285 * gdb.perf/solib.exp
8286 * gdb.python/lib-types.exp
8287 * gdb.python/py-as-string.exp
8288 * gdb.python/py-bad-printers.exp
8289 * gdb.python/py-block.exp
8290 * gdb.python/py-breakpoint.exp
8291 * gdb.python/py-cmd.exp
8292 * gdb.python/py-events.exp
8293 * gdb.python/py-evthreads.exp
8294 * gdb.python/py-finish-breakpoint.exp
8295 * gdb.python/py-finish-breakpoint2.exp
8296 * gdb.python/py-frame-inline.exp
8297 * gdb.python/py-frame.exp
8298 * gdb.python/py-inferior.exp
8299 * gdb.python/py-infthread.exp
8300 * gdb.python/py-mi.exp
8301 * gdb.python/py-objfile.exp
8302 * gdb.python/py-pp-maint.exp
8303 * gdb.python/py-pp-registration.exp
8304 * gdb.python/py-prettyprint.exp
8305 * gdb.python/py-recurse-unwind.exp
8306 * gdb.python/py-shared.exp
8307 * gdb.python/py-symbol.exp
8308 * gdb.python/py-symtab.exp
8309 * gdb.python/py-template.exp
8310 * gdb.python/py-type.exp
8311 * gdb.python/py-unwind-maint.exp
8312 * gdb.python/py-unwind.exp
8313 * gdb.python/py-value.exp
8314 * gdb.python/python.exp
8315 * gdb.reverse/finish-reverse-bkpt.exp
8316 * gdb.reverse/insn-reverse.exp
8317 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8318 * gdb.reverse/solib-precsave.exp
8319 * gdb.reverse/solib-reverse.exp
8320 * gdb.stabs/gdb11479.exp
8321 * gdb.stabs/weird.exp
8322 * gdb.threads/fork-child-threads.exp
8323 * gdb.threads/fork-plus-threads.exp
8324 * gdb.threads/fork-thread-pending.exp
8325 * gdb.threads/forking-threads-plus-breakpoint.exp
8326 * gdb.threads/hand-call-in-threads.exp
8327 * gdb.threads/interrupted-hand-call.exp
8328 * gdb.threads/linux-dp.exp
8329 * gdb.threads/local-watch-wrong-thread.exp
8330 * gdb.threads/next-while-other-thread-longjmps.exp
8331 * gdb.threads/non-ldr-exit.exp
8332 * gdb.threads/pending-step.exp
8333 * gdb.threads/print-threads.exp
8334 * gdb.threads/process-dies-while-detaching.exp
8335 * gdb.threads/process-dies-while-handling-bp.exp
8336 * gdb.threads/pthreads.exp
8337 * gdb.threads/queue-signal.exp
8338 * gdb.threads/reconnect-signal.exp
8339 * gdb.threads/signal-command-handle-nopass.exp
8340 * gdb.threads/signal-command-multiple-signals-pending.exp
8341 * gdb.threads/signal-delivered-right-thread.exp
8342 * gdb.threads/signal-sigtrap.exp
8343 * gdb.threads/sigthread.exp
8344 * gdb.threads/staticthreads.exp
8345 * gdb.threads/stepi-random-signal.exp
8346 * gdb.threads/thread-unwindonsignal.exp
8347 * gdb.threads/thread_check.exp
8348 * gdb.threads/thread_events.exp
8349 * gdb.threads/tid-reuse.exp
8350 * gdb.threads/tls-nodebug.exp
8351 * gdb.threads/tls-shared.exp
8352 * gdb.threads/tls-so_extern.exp
8353 * gdb.threads/tls.exp
8354 * gdb.threads/wp-replication.exp
8355 * gdb.trace/actions-changed.exp
8356 * gdb.trace/actions.exp
8357 * gdb.trace/backtrace.exp
8358 * gdb.trace/change-loc.exp
8359 * gdb.trace/collection.exp
8360 * gdb.trace/deltrace.exp
8361 * gdb.trace/disconnected-tracing.exp
8362 * gdb.trace/entry-values.exp
8363 * gdb.trace/ftrace-lock.exp
8364 * gdb.trace/ftrace.exp
8365 * gdb.trace/infotrace.exp
8366 * gdb.trace/mi-trace-frame-collected.exp
8367 * gdb.trace/mi-trace-unavailable.exp
8368 * gdb.trace/mi-traceframe-changed.exp
8369 * gdb.trace/mi-tracepoint-changed.exp
8370 * gdb.trace/mi-tsv-changed.exp
8371 * gdb.trace/no-attach-trace.exp
8372 * gdb.trace/packetlen.exp
8373 * gdb.trace/passc-dyn.exp
8374 * gdb.trace/passcount.exp
8375 * gdb.trace/pending.exp
8376 * gdb.trace/pr16508.exp
8377 * gdb.trace/qtro.exp
8378 * gdb.trace/range-stepping.exp
8379 * gdb.trace/read-memory.exp
8380 * gdb.trace/report.exp
8381 * gdb.trace/save-trace.exp
8382 * gdb.trace/signal.exp
8383 * gdb.trace/stap-trace.exp
8384 * gdb.trace/status-stop.exp
8385 * gdb.trace/strace.exp
8386 * gdb.trace/tfile.exp
8387 * gdb.trace/tfind.exp
8388 * gdb.trace/trace-break.exp
8389 * gdb.trace/trace-condition.exp
8390 * gdb.trace/trace-enable-disable.exp
8391 * gdb.trace/trace-mt.exp
8392 * gdb.trace/tracecmd.exp
8393 * gdb.trace/tracefile-pseudo-reg.exp
8394 * gdb.trace/tspeed.exp
8395 * gdb.trace/tstatus.exp
8396 * gdb.trace/tsv.exp
8397 * gdb.trace/unavailable.exp
8398 * gdb.trace/while-dyn.exp
8399 * gdb.trace/while-stepping.exp
8400 * lib/gdb-guile.exp
8401 * lib/gdb.exp
8402 * lib/mi-support.exp
8403 * lib/pascal.exp
8404 * lib/perftest.exp
8405 * lib/prelink-support.exp
8406 * lib/selftest-support.exp
8407
8408 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8409
8410 * Makefile.in: Include disable-implicit-rules.mk.
8411
8412 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8413
8414 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8415 non-byte-aligned bit fields.
8416
8417 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8418
8419 PR gdb/12616
8420 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8421 respects the DW_AT_data_bit_offset attribute.
8422
8423 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8424
8425 * gdb.base/default.exp: Fix output of "set language".
8426
8427 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8428
8429 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8430 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8431 make.
8432 * configure.ac: Remove checks for the make program.
8433 * configure: Re-generate.
8434
8435 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8436
8437 * gdb.python/py-recurse-unwind.c (main): Add loop.
8438 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8439 to read_register() and gdb.parse_and_eval(). Make each code
8440 call a separate case that can be individually tested.
8441 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8442 proc. Call cont_and_backtrace for each of the code paths that
8443 we want to test in the unwinder.
8444
8445 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8446
8447 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8448 the definition of struct S.
8449
8450 2016-11-11 Catherine Moore <clm@codesourcery.com>
8451
8452 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8453
8454 2016-11-09 Pedro Alves <palves@redhat.com>
8455
8456 * gdb.base/commands.exp (runto_or_return): New procedure.
8457 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8458 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8459 (progvar_simple_while_test, progvar_complex_if_while_test)
8460 (if_while_breakpoint_command_test)
8461 (infrun_breakpoint_command_test, breakpoint_command_test)
8462 (user_defined_command_test, watchpoint_command_test)
8463 (test_command_prompt_position, redefine_hook_test)
8464 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8465 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8466 multi_line_input and multi_line. Remove gdb_expect and
8467 gdb_stop_suppressing_tests uses.
8468 * lib/gdb.exp (valnum_re): New global.
8469 (multi_line_input): New procedure.
8470
8471 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8472
8473 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8474 Remove.
8475 (test_setup): Define with proc_with_prefix.
8476 (test_cli_inferior): Likewise.
8477 (test_cli_thread): Likewise.
8478 (test_cli_frame): Likewise.
8479 (test_cli_select_frame): Likewise.
8480 (test_cli_up_down): Likewise.
8481 (test_mi_thread_select): Likewise.
8482 (test_mi_stack_select_frame): Likewise.
8483 (test_cli_in_mi_inferior): Likewise.
8484 (test_cli_in_mi_thread): Likewise.
8485 (test_cli_in_mi_frame): Likewise.
8486 (top level): Do not use with_test_prefix_procname.
8487
8488 2016-11-09 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/commands.exp (gdbvar_simple_if_test)
8491 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8492 (progvar_simple_if_test, progvar_simple_while_test)
8493 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8494 (infrun_breakpoint_command_test, breakpoint_command_test)
8495 (user_defined_command_test, watchpoint_command_test)
8496 (test_command_prompt_position, deprecated_command_test)
8497 (bp_deleted_in_command, temporary_breakpoint_commands)
8498 (stray_arg0_test, source_file_with_indented_comment)
8499 (recursive_source_test, if_commands_test)
8500 (error_clears_commands_left, redefine_hook_test)
8501 (redefine_backtrace_test): Use proc_with_prefix.
8502 * lib/gdb.exp (proc_with_prefix): New proc.
8503
8504 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8505
8506 * gdb.base/tui-layout.c: New file.
8507 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8508 disassembly window contains very long lines.
8509
8510 2016-11-08 Tom Tromey <tom@tromey.com>
8511
8512 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8513 depend on Python 2.
8514
8515 2016-11-08 Tom Tromey <tom@tromey.com>
8516
8517 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8518 New method.
8519
8520 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8521
8522 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8523
8524 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8525
8526 * gdb.rust/simple.rs: Add test for univariant enums without
8527 discriminants and for encoded struct-like enums.
8528
8529 2016-10-28 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8532 gdb_test_multiple, tighten regexps and match symtabs and line
8533 tables incrementally.
8534
8535 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8536
8537 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8538 general.
8539
8540 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8541
8542 * gdb.base/exec-invalid-sysroot.exp: New file.
8543
8544 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8545
8546 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8547
8548 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8549
8550 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8551
8552 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8553
8554 * gdb.base/killed-outside.exp: Remove $options from a call to
8555 `prepare_for_testing'.
8556
8557 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8558
8559 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8560 Change test message.
8561
8562 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8563
8564 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8565 Update comment.
8566
8567 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * gdb.trace/mi-trace-save.exp: New file.
8570
8571 2016-10-13 Yao Qi <yao.qi@linaro.org>
8572
8573 * gdb.base/code_elim.exp (get_var_address): Remove.
8574 * gdb.base/relocate.exp: Likewise.
8575 * gdb.base/shreloc.exp: Likewise.
8576 * lib/gdb.exp (get_var_address): New.
8577
8578 2016-10-13 Yao Qi <yao.qi@linaro.org>
8579
8580 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8581 floating point tests if $skip_float_test is false.
8582
8583 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8584
8585 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8586 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8587 argc values.
8588 Add 1 to argc so we guarantee distinct initial/modified argc values.
8589
8590 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8593
8594 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8595
8596 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8597 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8598 * gdb.arch/vsx-regs.exp: Likewise.
8599
8600 2016-10-07 Yao Qi <yao.qi@linaro.org>
8601
8602 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8603
8604 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8605
8606 * gdb.python/python.exp: Test decode_line("*0").
8607
8608 2016-10-06 Doug Evans <dje@google.com>
8609
8610 * gdb.python/py-value.exp (test_value_creation): Add test for large
8611 unsigned 64-bit value.
8612
8613 2016-10-06 Tom Tromey <tom@tromey.com>
8614
8615 * gdb.compile/compile.exp: Change java tests to rust.
8616 * gdb.base/setshow.exp: Change java tests to rust.
8617 * gdb.base/default.exp: Remove java from language list.
8618 * README (Examples): Update language example.
8619 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8620 test.
8621 * lib/gdb.exp (skip_java_tests): Remove.
8622 * lib/java.exp: Remove.
8623 * gdb.java: Remove.
8624
8625 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8626
8627 * gdb.arch/mips-fcr.exp: New test.
8628 * gdb.arch/mips-fcr.c: Source for the new test.
8629
8630 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8631
8632 * gdb.base/solib-disc.exp: Use `standard_output_file'
8633 throughout.
8634
8635 2016-10-06 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.base/jit-simple-dl.c: New file.
8638 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8639 * gdb.base/jit-simple.c: ... this.
8640 * gdb.base/jit-simple.exp (jit_run): Delete.
8641 (build_jit): New proc.
8642 (jit_test_reread): Recompile either the main program or the shared
8643 library, depending on what is being tested. Skip changing address
8644 if caller wants to. Compare before/after addresses. If testing
8645 standalone, explicitly load the binary. Test "maint info
8646 breakpoints".
8647 (top level): Add "standalone vs shared lib" and "change address"
8648 vs "same address" axes.
8649
8650 2016-10-06 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8653 call.
8654 (jit_run): Delete.
8655 (jit_test_reread): Use with_test_prefix. Reload the main binary
8656 explicitly. Compare the before/after addresses of the JIT
8657 descriptor.
8658
8659 2016-08-15 Doug Evans <dje@google.com>
8660
8661 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8662 for single bitfields is bool.
8663 * gdb.xml/tdesc-regs.exp: Ditto.
8664
8665 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8668
8669 2016-10-05 Yao Qi <yao.qi@linaro.org>
8670
8671 * lib/gdb.exp (support_complex_tests): Return zero if
8672 gdb_skip_float_test return true.
8673
8674 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8675 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 PR gdb/20487
8678 * gdb.mi/user-selected-context-sync.exp: New file.
8679 * gdb.mi/user-selected-context-sync.c: New file.
8680
8681 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8682 Simon Marchi <simon.marchi@ericsson.com>
8683
8684 PR gdb/20487
8685 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8686 =thread-select-event check.
8687
8688 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8689
8690 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8691 the compulsory L operand changes.
8692 * gdb.arch/powerpc-power.s: Likewise.
8693
8694 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8695
8696 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8697 * gdb.base/jit-attach-pie.c: New file.
8698 * gdb.base/jit-attach-pie.exp: New file.
8699
8700 2016-09-28 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/infcall-input.c: New file.
8703 * gdb.base/infcall-input.exp: New file.
8704
8705 2016-09-22 Yao Qi <yao.qi@linaro.org>
8706
8707 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8708 (gdb_exit): Rename it to ...
8709 (gdbserver_gdb_exit): ... Close GDBserver.
8710 (gdb_exit): New proc, call gdbserver_gdb_exit.
8711 (mi_gdb_exit): Likewise.
8712
8713 2016-09-22 Yao Qi <yao.qi@linaro.org>
8714
8715 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8716 path.
8717 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8718 Remove duplication.
8719
8720 2016-09-22 Yao Qi <yao.qi@linaro.org>
8721
8722 * lib/gdbserver-support.exp: Check the existence of
8723 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8724
8725 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8726
8727 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8728
8729 2016-09-21 Tom Tromey <tom@tromey.com>
8730
8731 PR gdb/20604:
8732 * gdb.base/quit.exp: New file.
8733
8734 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8735
8736 * .gitignore: New file.
8737
8738 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8739
8740 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8741 throughout.
8742
8743 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8744
8745 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8746
8747 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8748
8749 * gdb.cp/casts.cc (decltype): Move it ...
8750 (main): ... with its call to ...
8751 * gdb.cp/casts03.cc: ... a new file.
8752 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8753
8754 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8757
8758 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8759
8760 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8761 and sync up the test with tests in gas/testsuite/gas/ppc.
8762 * gdb.arch/powerpc-power.exp: Likewise.
8763
8764 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8767
8768 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8769 Jan Kratochvil <jan.kratochvil@redhat.com>
8770
8771 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8772 make m1's definition to be different from m2's. Use 'dummy' as an
8773 argument for probe 'two'.
8774
8775 2016-09-10 Jon Beniston <jon@beniston.com>
8776
8777 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8778 for sim target.
8779
8780 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8781
8782 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8783 variable declaration.
8784 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8785 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8786 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8787 received HWCAP as its argument.
8788
8789 2016-09-06 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.base/new-ui-pending-input.c: New file.
8792 * gdb.base/new-ui-pending-input.exp: New file.
8793 * gdb.exp (clear_gdb_spawn_id): New procedure.
8794 (with_spawn_id): Check whether gdb_spawn_id exists before
8795 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8796 on exit.
8797
8798 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8799
8800 * gdb.base/float128.c: New file.
8801 * gdb.base/float128.exp: Likewise.
8802 * gdb.base/floatn.c: Likewise.
8803 * gdb.base/floatn.exp: Likewise.
8804
8805 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8806
8807 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8808
8809 2016-09-05 Pedro Alves <palves@redhat.com>
8810
8811 PR backtrace/19927
8812 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8813 unwinders are immediately called as side effect of "source" or
8814 "disable unwinder" commands.
8815 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8816
8817 2016-09-02 Yao Qi <yao.qi@linaro.org>
8818
8819 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8820 is true and $type is "float" or "double".
8821
8822 2016-09-02 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8825 true.
8826 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8827 * gdb.base/call-rt-st.exp: Likewise.
8828 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8829 return value instead of gdb,skip_float_test.
8830 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8831 (do_function_calls): Use its return value instead of
8832 gdb,skip_float_test.
8833 * gdb.base/finish.exp: Likewise.
8834 * gdb.base/funcargs.exp: Likewise.
8835 * gdb.base/return.exp: Likewise.
8836 * gdb.base/return2.exp: Likewise.
8837 * gdb.base/varargs.exp: Likewise.
8838 * lib/gdb.exp (gdb_skip_float_test): Change it to
8839 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8840
8841 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8842
8843 * gdb.multi/tids.exp: Test "thread apply all".
8844
8845 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb.base/default.exp (tty): Remove.
8848
8849 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8850
8851 * gdb.python/py-recurse-unwind.c: New file.
8852 * gdb.python/py-recurse-unwind.py: New file.
8853 * gdb.python/py-recurse-unwind.exp: New file.
8854
8855 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.base/set-inferior-tty.exp: New file.
8858 * gdb.base/set-inferior-tty.c: New file.
8859
8860 2016-08-23 Pedro Alves <palves@redhat.com>
8861
8862 PR gdb/20494
8863 * gdb.base/new-ui-echo.c: New file.
8864 * gdb.base/new-ui-echo.exp: New file.
8865
8866 2016-08-23 Yao Qi <yao.qi@linaro.org>
8867
8868 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8869 gdbserver_spawn.
8870 * gdb.server/connect-without-multi-process.exp (do_test):
8871 Likewise.
8872
8873 2016-08-23 Yao Qi <yao.qi@linaro.org>
8874
8875 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8876 standalone_txt. Delete gdb_txt and standalone_txt on host
8877 and target. Spawn the binary on target. Copy files from
8878 target to host.
8879
8880 2016-08-22 Pedro Alves <palves@redhat.com>
8881
8882 PR gdb/20505
8883 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8884 with_test_prefix. Factor out bits to ...
8885 (test_no_vdso): ... this new procedure.
8886
8887 2016-08-19 Carl Love <cel@us.ibm.com>
8888
8889 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8890 maintaining separate logic for constructing the output path.
8891 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8892 * gdb.arch/ppc-dfp.exp: Likewise.
8893 * gdb.arch/ppc-fp.exp: Likewise.
8894 * gdb.arch/vsx-regs.exp: Likewise.
8895 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8896 binprefix for generating the additional binary files.
8897
8898 2016-08-19 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.trace/mi-trace-frame-collected.exp
8901 (test_trace_frame_collected): On x32, expect two registers.
8902
8903 2016-08-18 Carl Love <cel@us.ibm.com>
8904
8905 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8906 and sync up the test with tests in gas/testsuite/gas/ppc.
8907 * gdb.arch/powerpc-power.exp: Likewise.
8908
8909 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8910
8911 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8912 expected error message.
8913
8914 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8915
8916 * gdb.multi/remove-inferiors.exp: New file.
8917 * gdb.multi/remove-inferiors.c: New file.
8918
8919 2016-08-12 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8922 argument list.
8923
8924 2016-08-10 Pedro Alves <palves@redhat.com>
8925
8926 PR gdb/19187
8927 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8928 setup_kfails.
8929
8930 2016-08-09 Pedro Alves <palves@redhat.com>
8931 Simon Marchi <simon.marchi@ericsson.com>
8932
8933 PR gdb/20418
8934 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8935 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8936
8937 2016-08-09 Pedro Alves <palves@redhat.com>
8938
8939 PR mi/20431
8940 * gdb.mi/mi-cmd-error.exp: New file.
8941
8942 2016-08-09 Pedro Alves <palves@redhat.com>
8943
8944 PR gdb/18653
8945 * gdb.base/signals-state-child.c: New file.
8946 * gdb.base/signals-state-child.exp: New file.
8947 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8948
8949 2016-08-09 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8952
8953 2016-08-03 Tom Tromey <tom@tromey.com>
8954
8955 PR python/18565:
8956 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8957
8958 2016-08-01 Yao Qi <yao.qi@linaro.org>
8959
8960 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8961 variable mode to "multi-process" if $multi_process is 1, otherwise
8962 set it to "single-process".
8963
8964 2016-08-01 Yao Qi <yao.qi@linaro.org>
8965
8966 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8967 * gdb.cp/cpexprs.exp: Likewise.
8968 * gdb.cp/m-static.exp: Likewise.
8969
8970 2016-07-26 Tom Tromey <tom@tromey.com>
8971
8972 PR python/20190:
8973 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8974 test.
8975
8976 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8977
8978 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8979 selecting assembly source files.
8980 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8981 assembly source files.
8982 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8983 assembly source files.
8984 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8985 selecting assembly source files.
8986
8987 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8988
8989 * gdb.base/new-ui.exp (do_test_invalid_args): New
8990 procedure.
8991
8992 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8993
8994 * gdb.btrace/reconnect.c: New file.
8995 * gdb.btrace/reconnect.exp: New file.
8996
8997 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8998
8999 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9000 to test_catch_syscall_group.
9001 (test_catch_syscall_group): New.
9002
9003 2016-07-21 Tom Tromey <tom@tromey.com>
9004
9005 * gdb.rust/simple.rs (main): Use empty struct expression.
9006 * gdb.rust/simple.exp: Add tests for empty struct expression.
9007
9008 2016-07-21 Yao Qi <yao.qi@linaro.org>
9009
9010 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9011 if gdb_skip_xml_test is true on some targets.
9012
9013 2016-07-21 Yao Qi <yao.qi@linaro.org>
9014
9015 * gdb.server/solib-list.exp: Unset last_loaded_file.
9016
9017 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9020 "step into captured_main (args)".
9021
9022 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9023
9024 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9025
9026 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9029
9030 2016-07-19 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9033 * gdb.opt/inline-bt.exp: Likewise.
9034 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9035 additional_flags=-Winline.
9036 * gdb.opt/inline-locals.exp: Likewise.
9037 * gdb.opt/inline-markers.c (ATTR): Define.
9038 (inlined_fn): Use it.
9039
9040 2016-07-19 Yao Qi <yao.qi@linaro.org>
9041
9042 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9043 (test_with_self): Remove some code. Remove argument executable.
9044 (top-level): Use do_self_tests.
9045
9046 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9047 Don Breazeal <donb@codesourcery.com>
9048
9049 * gdb.base/maint.exp: Escape paths used in regular expressions.
9050 * gdb.stabs/weird.exp: Likewise.
9051
9052 2016-07-13 Tom Tromey <tom@tromey.com>
9053
9054 PR python/15620, PR python/18620:
9055 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9056 (test_bkpt_events): New procs.
9057
9058 2016-07-13 Tom Tromey <tom@tromey.com>
9059
9060 PR python/17698:
9061 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9062 test.
9063 (test_watchpoints): Likewise.
9064 (test_bkpt_pending): New proc.
9065
9066 2016-07-13 Tom Tromey <tom@tromey.com>
9067
9068 PR cli/18053:
9069 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9070 completion test.
9071
9072 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9075 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9076 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9077 f_label.
9078 (g): Rename g_end_lbl to g_label.
9079 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9080 low_pc and high_pc.
9081 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9082
9083 2016-07-12 Tom Tromey <tom@tromey.com>
9084
9085 PR python/19293:
9086 * gdb.python/py-unwind-maint.exp: Update tests.
9087
9088 2016-07-12 Yao Qi <yao.qi@linaro.org>
9089
9090 * lib/selftest-support.exp (selftest_setup): Match the output
9091 when captured_main is inlined.
9092
9093 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9094
9095 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9096 New variables.
9097 (print this%a, print this%b, print this): New tests.
9098 * gdb.fortran/derived-types.f90 (this): New object and
9099 initialization.
9100
9101 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9102
9103 * gdb.ada/arraydim.exp: Remove extra directory level in build
9104 directory.
9105
9106 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * lib/ada.exp: Remove extra directory level in build directory.
9109 * gdb.ada/cond_lang.exp: Likewise.
9110 * gdb.ada/exec_changed.exp: Likewise.
9111 * gdb.ada/lang_switch.exp: Likewise.
9112
9113 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9114
9115 * simple.rs: Add test for raw pointer subscripting.
9116 * simple.exp: Add test expectations.
9117
9118 2016-07-05 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.mi/mi-reverse.exp: Match =record-started output.
9121
9122 2016-07-01 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9125 procedure.
9126 (jit_reader_test): Test the jit reader's unwinder.
9127 * gdb.base/jithost.c (jit_function_00_code): New global.
9128 (main): Use memcpy to fill in the mmapped code, instead of poking
9129 bytes manually here.
9130 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9131 value.
9132 (read_debug_info): Save the function's range.
9133 (read_sp): New function.
9134 (unwind_frame): Use it. Also unwind RBP.
9135 (get_frame_id): Use read_sp.
9136 (gdb_init_reader): Use calloc instead of malloc.
9137 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9138 parameter. Use gdb_test_multiple.
9139
9140 2016-07-01 Pedro Alves <palves@redhat.com>
9141 Antoine Tremblay <antoine.tremblay@ericsson.com>
9142
9143 * gdb.threads/process-dies-while-detaching.c: New file.
9144 * gdb.threads/process-dies-while-detaching.exp: New file.
9145
9146 2016-07-01 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.multi/watchpoint-multi-exit.c: New file.
9149 * gdb.multi/watchpoint-multi-exit.exp: New file.
9150
9151 2016-06-30 Pedro Alves <palves@redhat.com>
9152
9153 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9154 unset inferior_spawn_id.
9155
9156 2016-06-30 Pedro Alves <palves@redhat.com>
9157
9158 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9159 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9160
9161 2016-06-29 Yao Qi <yao.qi@linaro.org>
9162
9163 * gdb.base/return.c: Add copyright header.
9164
9165 2016-06-29 Tom Tromey <tom@tromey.com>
9166
9167 PR python/20129:
9168 * gdb.python/py-framefilter.exp: Add tests for setting priority
9169 and disabling of non-existent frame filter.
9170
9171 2016-06-29 Yao Qi <yao.qi@linaro.org>
9172
9173 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9174 0x0f07ff.
9175
9176 2016-06-28 Yao Qi <yao.qi@linaro.org>
9177
9178 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9179 triplets. Start gdb, execute catch syscall, and continue. Check
9180 gdb's output to determine catch syscall is supported.
9181
9182 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9183
9184 * gdb.rust/simple.rs: Add test for returning unit in a function.
9185 * gdb.rust/simple.exp: Add expectation for functions returning
9186 unit.
9187
9188 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9189
9190 * gdb.python/py-breakpoint-create-fail.c,
9191 gdb.python/py-breakpoint-create-fail.exp,
9192 gdb.python/py-breakpoint-create-fail.py: New testcase.
9193
9194 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9195
9196 PR gdb/20239
9197 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9198 * gdb.rust/simple.exp: Add test expectations for new NonZero
9199 tests.
9200
9201 2016-06-24 David Taylor <dtaylor@emc.com>
9202
9203 * gdb.base/offsets.exp: New file.
9204 * gdb.base/offsets.c: New file.
9205
9206 2016-06-23 Tom Tromey <tom@tromey.com>
9207
9208 PR gdb/16483:
9209 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9210 before any filters are loaded.
9211
9212 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9213
9214 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9215 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9216 structs.
9217 * gdb.fortran/derived-type-function.exp: New file.
9218 * gdb.fortran/derived-type-function.f90: New file.
9219
9220
9221 2016-06-21 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.base/new-ui.exp: New file.
9224 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9225 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9226 (with_spawn_id): New procedure.
9227
9228 2016-06-21 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.mi/mi-exec-run.exp: New file.
9231
9232 2016-06-21 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9235 breakpoint command's output on the main UI.
9236 (test_break): New procedure, factored out from calls in the top
9237 level.
9238 (top level): Use foreach_with_prefix to test MI as main UI and as
9239 separate UI.
9240
9241 2016-06-21 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9244 (test_awatch_creation_and_listing)
9245 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9246 Remove 'type' parameter.
9247 (test_watchpoint_all): New parameter mi_mode. Remove
9248 with_test_prefix.
9249 (top level): Use foreach_with_prefix, and add main/separate UI MI
9250 testing axis.
9251
9252 2016-06-21 Pedro Alves <palves@redhat.com>
9253
9254 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9255 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9256 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9257 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9258 (gdb_main_spawn_id, mi_spawn_id): Declare and
9259 comment.
9260 (mi_create_inferior_pty): New procedure,
9261 factored out from default_mi_gdb_start.
9262 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9263 procedures.
9264 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9265 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9266 Use mi_create_inferior_pty.
9267 (mi_gdb_start): Use eval to pass down args list.
9268
9269 2016-06-21 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9272 * gdb.opt/inline-cmds.exp: Add MI tests.
9273
9274 2016-06-21 Pedro Alves <palves@redhat.com>
9275
9276 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9277
9278 2016-06-21 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9281 (top level): Use it instead of mi_execute_to.
9282
9283 2016-06-21 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9286 (cont_handler_str): New.
9287 (signal_stop_handler): Set stop_handler_str instead of printing to
9288 stdout.
9289 (continue_handler): Set cont_handler_str instead of printing to
9290 stdout.
9291 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9292 mi_send_resuming_command. Print stop_handler_str and
9293 cont_handler_str instead of expecting the python events print
9294 directly.
9295
9296 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9297
9298 * gdb.base/jit-reader.exp: New file.
9299 * gdb.base/jithost.c: New file.
9300 * gdb.base/jithost.h: New file.
9301 * gdb.base/jitreader.c : New file.
9302 * gdb.base/jit-protocol.h: New file.
9303
9304 2016-06-17 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9307 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9308 and detach-on-fork. Adjust tests.
9309 (top level): Invoke break_cond_on_syscall with combinations of
9310 syscall, follow-fork-mode and detach-on-fork.
9311
9312 2016-06-17 Yao Qi <yao.qi@linaro.org>
9313
9314 * gdb.base/step-over-exit.c: New.
9315 * gdb.base/step-over-exit.exp: New.
9316
9317 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9318
9319 * gdb.base/float.exp: Add target check for nds32*-*-*.
9320 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9321
9322 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9323
9324 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9325 for unsupported target features.
9326 * gdb.base/call-rt-st.exp: Likewise.
9327 * gdb.base/call-sc.exp: Likewise.
9328 * gdb.base/call-signal-resume.exp: Likewise.
9329 * gdb.base/call-strs.exp: Likewise.
9330 * gdb.base/callexit.exp: Likewise.
9331 * gdb.base/callfuncs.exp: Likewise.
9332 * gdb.base/nodebug.exp: Likewise.
9333 * gdb.base/printcmds.exp: Likewise.
9334 * gdb.base/ptype.exp: Likewise.
9335 * gdb.base/structs.exp: Likewise.
9336 * gdb.base/unwindonsignal.exp: Likewise.
9337 * gdb.cp/gdb2495.exp: Likewise.
9338 * gdb.cp/templates.exp: Likewise.
9339 * gdb.cp/virtfunc.exp: Likewise.
9340 * gdb.threads/hand-call-in-threads.exp: Likewise.
9341 * gdb.threads/interrupted-hand-call.exp: Likewise.
9342 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9343
9344 2016-06-10 Tom Tromey <tom@tromey.com>
9345
9346 PR rust/20110:
9347 * gdb.rust/expr.exp: Add test for integer constant larger than
9348 i32.
9349
9350 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9351
9352 * gdb.fortran/nested-funcs.exp: New.
9353 * gdb.fortran/nested-funcs.f90: New.
9354
9355 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9356
9357 * gdb.base/examine-backward.c: New file.
9358 * gdb.base/examine-backward.exp: New file.
9359
9360 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9363 matching.
9364
9365 2016-06-02 Tom Tromey <tom@tromey.com>
9366
9367 PR python/18984:
9368 * gdb.python/py-shared.exp: Add solib_name test.
9369
9370 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9373
9374 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9375
9376 PR c++/19893
9377 * gdb.dwarf2/implref.exp: Rename to...
9378 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9379 * gdb.dwarf2/implref-array.c: New file.
9380 * gdb.dwarf2/implref-array.exp: Likewise.
9381 * gdb.dwarf2/implref-global.c: Likewise.
9382 * gdb.dwarf2/implref-global.exp: Likewise.
9383 * gdb.dwarf2/implref-struct.c: Likewise.
9384 * gdb.dwarf2/implref-struct.exp: Likewise.
9385
9386 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9387
9388 * gdb.trace/trace-condition.exp: Add 64bit tests.
9389
9390 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9391
9392 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9393 bits types.
9394 (main): Adapt to 8 to 64 bits types.
9395 * gdb.trace/trace-condition.exp: Add new tests.
9396
9397 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9398
9399 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9400
9401 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9402
9403 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9404 Move condition tests...
9405 * gdb.trace/trace-condition.exp: Here.
9406
9407 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9408
9409 * gdb.trace/trace-condition.exp: Add counter-case tests.
9410
9411 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 PR c++/15231
9414 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9415 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9416
9417 2016-05-27 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9420 New procedure.
9421 (top level): Call it, and bail out of DejaGnu is known to be bad.
9422
9423 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9424
9425 * gdb.base/whatis.c: Extend the test case.
9426 * gdb.base/whatis.exp: Add additional tests.
9427
9428 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9429
9430 * gdb.fortran/type.f90: Add pointer variable.
9431 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9432
9433 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9434
9435 * gdb.fortran/vla-type.exp: Fix testcase name.
9436
9437 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9438
9439 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9440
9441 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9442
9443 * gdb.fortran/type.f90: Add nested structures.
9444 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9445 * gdb.fortran/derived-type.exp: Adapt expected output.
9446 * gdb.fortran/vla-type.exp: Adapt expected output.
9447
9448 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9449
9450 * gdb.fortran/whatis_type.exp: Adapt expected output.
9451
9452 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9453
9454 * gdb.fortran/print_type.exp: Fix expected output.
9455 * gdb.fortran/whatis_type.exp: Fix expected output.
9456
9457 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9458
9459 * gdb.fortran/whatis_type.exp: Use multi_line.
9460
9461 2016-05-24 Tom Tromey <tom@tromey.com>
9462
9463 PR python/17386:
9464 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9465 use value as an index.
9466
9467 2016-05-23 Tom Tromey <tom@tromey.com>
9468
9469 PR python/17981:
9470 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9471 no-breakpoint case.
9472
9473 2016-05-24 Pedro Alves <palves@redhat.com>
9474
9475 PR gdb/19828
9476 * gdb.threads/clone-attach-detach.c: New file.
9477 * gdb.threads/clone-attach-detach.exp: New file.
9478
9479 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9480
9481 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9482
9483 2016-05-23 Tom Tromey <tom@tromey.com>
9484
9485 PR python/19438, PR python/18393:
9486 * gdb.python/py-progspace.exp: Add "dir" test.
9487 * gdb.python/py-objfile.exp: Add "dir" test.
9488
9489 2016-05-23 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9492 * gdb.arch/thumb2-it.exp: Likewise.
9493
9494 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9495
9496 * gdb.mi/mi-threads-interrupt.c: New file.
9497 * gdb.mi/mi-threads-interrupt.exp: New file.
9498
9499 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9500
9501 PR gdb/18077
9502 * gdb.mi/mi-async-run.exp: New file.
9503 * gdb.mi/mi-async-run.c: New file.
9504
9505 2016-05-17 Tom Tromey <tom@tromey.com>
9506 Manish Goregaokar <manishsmail@gmail.com>
9507
9508 * lib/rust-support.exp: New file.
9509 * lib/gdb.exp (skip_rust_tests): New proc.
9510 (build_executable_from_specs): Handle rust.
9511 * lib/future.exp (gdb_find_rustc): New proc.
9512 (gdb_default_target_compile): Handle rust.
9513 * gdb.rust/expr.exp: New file.
9514 * gdb.rust/generics.exp: New file.
9515 * gdb.rust/generics.rs: New file.
9516 * gdb.rust/methods.exp: New file.
9517 * gdb.rust/methods.rs: New file.
9518 * gdb.rust/modules.exp: New file.
9519 * gdb.rust/modules.rs: New file.
9520 * gdb.rust/simple.exp: New file.
9521 * gdb.rust/simple.rs: New file.
9522
9523 2016-05-17 Tom Tromey <tom@tromey.com>
9524
9525 * gdb.base/default.exp (set language): Add rust.
9526
9527 2016-05-17 Tom Tromey <tom@tromey.com>
9528
9529 * gdb.gdb/unittest.exp: New file.
9530
9531 2016-05-16 Yao Qi <yao.qi@linaro.org>
9532
9533 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9534 shell_prompt. Update shell_prompt_re.
9535
9536 2016-05-12 Doug Evans <dje@google.com>
9537
9538 PR symtab/19999
9539 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9540 $options when building executable.
9541 * gdb.dwarf2/fission-loclists-pie.S: New file.
9542 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9543
9544 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9545
9546 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9547 of [is_remote target],
9548
9549 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9550
9551 * lib/gdb.exp (use_gdb_stub): New procedure.
9552
9553 2016-05-03 Yunlian Jiang <yunlian@google.com>
9554 Doug Evans <dje@google.com>
9555
9556 PR symtab/19914
9557 * gdb.dwarf2/dwp-sepdebug.c: New file.
9558 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9559
9560 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9561
9562 * gdb.base/detach.exp: Remove is_remote check.
9563
9564 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9565
9566 * gdb.base/annota-input-while-running.exp: Don't check for
9567 [is_remote target]. Enable annotations after running to main.
9568 Remove unused "set test..." line.
9569
9570 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9571
9572 * gdb.trace/trace-enable-disable.exp: New file.
9573 * gdb.trace/trace-enable-disable.c: New file.
9574
9575 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9576
9577 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9578 use it in info sharedlibrary test.
9579 * gdb.trace/ftrace-lock.exp: Likewise.
9580 * gdb.trace/ftrace.exp: Likewise.
9581 * gdb.trace/range-stepping.exp: Likewise.
9582 * gdb.trace/trace-break.exp: Likewise.
9583 * gdb.trace/trace-condition.exp: Likewise.
9584 * gdb.trace/trace-mt.exp: Likewise.
9585
9586 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9587
9588 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9589 (gdb_load_shlib): ... this.
9590 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9591 gdb_load_shlib.
9592 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9593 * gdb.base/ctxobj.exp: Likewise.
9594 * gdb.base/dprintf-pending.exp: Likewise.
9595 * gdb.base/dso2dso.exp: Likewise.
9596 * gdb.base/fixsection.exp: Likewise.
9597 * gdb.base/gcore-relro.exp: Likewise.
9598 * gdb.base/gdb1555.exp: Likewise.
9599 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9600 * gdb.base/gnu-ifunc.exp: Likewise.
9601 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9602 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9603 * gdb.base/pending.exp: Likewise.
9604 * gdb.base/print-file-var.exp: Likewise.
9605 * gdb.base/print-symbol-loading.exp: Likewise.
9606 * gdb.base/shlib-call.exp: Likewise.
9607 * gdb.base/shreloc.exp: Likewise.
9608 * gdb.base/so-impl-ld.exp: Likewise.
9609 * gdb.base/solib-disc.exp: Likewise.
9610 * gdb.base/solib-nodir.exp: Likewise.
9611 * gdb.base/solib-overlap.exp: Likewise.
9612 * gdb.base/solib-symbol.exp: Likewise.
9613 * gdb.base/solib-weak.exp (do_test): Likewise.
9614 * gdb.base/sym-file.exp: Likewise.
9615 * gdb.base/symtab-search-order.exp: Likewise.
9616 * gdb.base/type-opaque.exp: Likewise.
9617 * gdb.base/unload.exp: Likewise.
9618 * gdb.base/watchpoint-solib.exp: Likewise.
9619 * gdb.compile/compile.exp: Likewise.
9620 * gdb.cp/gdb2384.exp: Likewise.
9621 * gdb.cp/infcall-dlopen.exp: Likewise.
9622 * gdb.cp/re-set-overloaded.exp: Likewise.
9623 * gdb.fortran/library-module.exp: Likewise.
9624 * gdb.opt/solib-intra-step.exp: Likewise.
9625 * gdb.python/py-finish-breakpoint.exp: Likewise.
9626 * gdb.python/py-shared.exp: Likewise.
9627 * gdb.reverse/solib-precsave.exp: Likewise.
9628 * gdb.reverse/solib-reverse.exp: Likewise.
9629 * gdb.server/solib-list.exp: Likewise.
9630 * gdb.threads/dlopen-libpthread.exp: Likewise.
9631 * gdb.threads/tls-shared.exp: Likewise.
9632 * gdb.threads/tls-so_extern.exp: Likewise.
9633 * gdb.trace/change-loc.exp: Likewise.
9634 * gdb.trace/ftrace-lock.exp: Likewise.
9635 * gdb.trace/ftrace.exp: Likewise.
9636 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9637 * gdb.trace/pending.exp: Likewise.
9638 * gdb.trace/range-stepping.exp: Likewise.
9639 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9640 (strace_info_marker): Likewise.
9641 (strace_probe_marker): Likewise.
9642 (strace_trace_on_same_addr): Likewise.
9643 (strace_trace_on_diff_addr): Likewise.
9644 * gdb.trace/trace-break.exp: Likewise.
9645 * gdb.trace/trace-condition.exp: Likewise.
9646 * gdb.trace/trace-mt.exp: Likewise.
9647
9648 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9649
9650 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9651 result of gdb_remote_download.
9652 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9653 * gdb.base/dso2dso.exp: Likewise.
9654 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9655 * gdb.base/print-file-var.exp: Likewise.
9656 * gdb.base/shlib-call.exp: Likewise.
9657 * gdb.base/shreloc.exp: Likewise.
9658 * gdb.base/solib-overlap.exp: Likewise.
9659 * gdb.base/solib-weak.exp (do_test): Likewise.
9660 * gdb.base/unload.exp: Likewise.
9661
9662 2016-04-27 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9665 exists.
9666
9667 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9668
9669 * vla-type.exp: Print structure from toplevel.
9670
9671 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9672
9673 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9674 of dynamic types.
9675 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9676 of dynamic types.
9677
9678 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9679
9680 * gdb.fortran/vla-type.f90: New file.
9681 * gdb.fortran/vla-type.exp: New file.
9682
9683 2016-04-25 Yao Qi <yao.qi@linaro.org>
9684
9685 * gdb.base/branch-to-self.c: New file.
9686 * gdb.base/branch-to-self.exp: New file.
9687
9688 2016-04-22 Yao Qi <yao.qi@linaro.org>
9689
9690 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9691 more after $hex.
9692
9693 2016-04-22 Yao Qi <yao.qi@linaro.org>
9694
9695 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9696 * gdb.base/annota3.exp: Likewise.
9697
9698 2016-04-22 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.reverse/step-precsave.exp: Do one step and test program
9701 stops in "callee" and do multiple steps until program goes out
9702 of "callee".
9703 * gdb.reverse/step-reverse.exp: Likewise.
9704
9705 2016-04-22 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.trace/signal.exp: Also pass if
9708 $tracepoint_hits($i) > $iterations.
9709
9710 2016-04-22 Yao Qi <yao.qi@linaro.org>
9711
9712 * gdb.trace/signal.c: New file.
9713 * gdb.trace/signal.exp: New file.
9714
9715 2016-04-19 Doug Evans <xdje42@gmail.com>
9716
9717 * gdb.base/bad-file.exp: New file.
9718
9719 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9720
9721 * gdb.dwarf2/implref.exp: New file.
9722
9723 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9724
9725 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9726 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9727 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9728 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9729 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9730 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9731 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9732 * lib/fortran.exp (fortran_int4): New procedure.
9733 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9734 (fortran_logical4): Likewise.
9735
9736 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9737
9738 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9739
9740 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9741
9742 * lib/compiler.c: Add Intel specific preprocessor macros.
9743 * lib/compiler.cc: Likewise.
9744
9745 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9746
9747 * gdb.server/connect-with-no-symbol-file.c: New file.
9748 * gdb.server/connect-with-no-symbol-file.exp: New file.
9749
9750 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9751
9752 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9753
9754 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9755
9756 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9757 standard output directory.
9758
9759 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9760
9761 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9762
9763 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9764
9765 * gdb.btrace/instruction_history.c (loop): Add declaration.
9766
9767 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9768
9769 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9770
9771 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9772
9773 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9774 parentheses to print.
9775 (continue_handler): Likewise.
9776
9777 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * gdb.server/solib-list.exp: Remove is_remote check.
9780 Pass shlib= to gdb_compile. Don't link shared library with
9781 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9782 Run binary filename through "readlink -f" on the target.
9783
9784 2016-04-08 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9787 interpreter filename as argument to gdbserver_spawn.
9788 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9789 Return empty if $last_loaded_file does not exist.
9790
9791 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9794 * gdb.base/jit-main.c: Use exit after usage.
9795
9796 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9799 GDBHISTSIZE prior to the tests.
9800 * gdb.base/gdbinit-history.exp: Likewise.
9801
9802 2016-04-07 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9805 instead of build_executable. Use gdb_load_shlibs.
9806
9807 2016-04-07 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9810 Execute "si" command.
9811
9812 2016-04-07 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9815 number instead of the comments on some line.
9816
9817 2016-04-06 Don Breazeal <donb@codesourcery.com>
9818
9819 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9820 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9821
9822 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9823
9824 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9825 standard_output_file. Remove unused binfile variable.
9826
9827 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9828
9829 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9830 * gdb.python/py-mi-objfile.exp: Match "list main" output
9831 in console format.
9832
9833 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9834
9835 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9836 absolute.
9837
9838 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9839
9840 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9841 absolute.
9842 * gdb.trace/ftrace.exp: Likewise.
9843 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9844 targets as well.
9845 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9846 (gdb_load_shlibs): Copy libraries to test directory when testing
9847 natively. Only set solib-search-path if testing remotely.
9848 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9849
9850 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9851
9852 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9853 gdb_download. Use it even if the target is not remote.
9854 * gdb.base/jit.exp (compile_jit_test): Likewise.
9855 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9856 output directory if the destination board is local, otherwise use
9857 the standard remote_download from DejaGnu.
9858 (gdb_download): Remove.
9859 (gdb_load_shlibs): Use gdb_remote_download instead of
9860 gdb_download.
9861 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9862 Use gdb_remote_download instead of gdb_download. Use it even if
9863 the target is not remote.
9864 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9865 instead of gdb_download.
9866
9867 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9868
9869 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9870 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9871 run.
9872
9873 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9874
9875 PR gdb/19820
9876 * gdb.base/printcmds.exp: Add artificial arrays tests.
9877
9878 2016-03-31 Pedro Alves <palves@redhat.com>
9879
9880 PR gdb/19858
9881 * gdb.base/jit-main.c: Include unistd.h.
9882 (ATTACH): Define to 0 if not already defined.
9883 (wait_for_gdb, mypid): New globals.
9884 (WAIT_FOR_GDB): New macro.
9885 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9886 some breakpoint locations.
9887 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9888 New procedures.
9889 (one_jit_test): Add REATTACH parameter, and handle it. Use
9890 continue_to_test_location.
9891 (top level): Test attach, and adjusts calls to one_jit_test.
9892
9893 2016-03-31 Pedro Alves <palves@redhat.com>
9894
9895 PR gdb/19858
9896 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9897 BINSUFFIX parameter, and handle it.
9898 (top level): Adjust calls compile_jit_test.
9899
9900 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9901
9902 PR python/19743
9903 * gdb.python/py-mi-events-gdb.py: New file.
9904 * gdb.python/py-mi-events.c: New file.
9905 * gdb.python/py-mi-events.exp: New file.
9906
9907 2016-03-30 Yao Qi <yao.qi@linaro.org>
9908
9909 * gdb.reverse/until-precsave.exp: Match function name only.
9910 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9911 Move malloc to a condition block.
9912 * gdb.reverse/until-reverse.exp: Match function name only.
9913
9914 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9915
9916 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9917 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9918 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9919 variable for GPR 0 instead of assuming it is register 0.
9920 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9921 * lib/trace-support.exp: Add s390 registers.
9922
9923 2016-03-29 Yao Qi <yao.qi@linaro.org>
9924
9925 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9926
9927 2016-03-24 Yao Qi <yao.qi@linaro.org>
9928
9929 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9930 test message.
9931
9932 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9933
9934 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9935 maintaining separate logic for constructing the output path.
9936
9937 2016-03-16 Don Breazeal <donb@codesourcery.com>
9938
9939 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9940 Retry fork and waitpid on interrupted system call errors.
9941 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9942 Use with_timeout_factor to increase timeout by factor of 10.
9943
9944 2016-03-15 Don Breazeal <donb@codesourcery.com>
9945
9946 * gdb.cp/scope-err.cc: New test program.
9947 * gdb.cp/scope-err.exp: New test script.
9948 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9949 lines and "set breakpoint here" comment.
9950 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9951 Fixed some whitespace and format issues.
9952 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9953 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9954
9955 2016-03-15 Doug Evans <dje@google.com>
9956
9957 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9958 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9959 All callers updated. Add tests for enums, mixed flags register.
9960
9961 2016-03-15 Doug Evans <dje@google.com>
9962
9963 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9964 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9965
9966 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * gdb.base/default.exp: Add $_as_string to the list of expected
9969 convenience functions.
9970
9971 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9972
9973 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9974
9975 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9976
9977 * gdb.python/py-as-string.exp: New file.
9978 * gdb.python/py-as-string.c: New file.
9979
9980 2016-03-09 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9983 signal" -> "Thread NN received signal" output change.
9984 * gdb.threads/ia64-sigill.exp: Likewise.
9985 * gdb.threads/linux-dp.exp: Likewise.
9986 * gdb.threads/manythreads.exp: Likewise.
9987 * gdb.threads/pending-step.exp: Likewise.
9988 * gdb.threads/print-threads.exp: Likewise.
9989 * gdb.threads/sigstep-threads.exp: Likewise.
9990 * gdb.threads/staticthreads.exp: Likewise.
9991 * gdb.threads/tls.exp: Likewise.
9992
9993 2016-03-09 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.base/command-line-input.exp: New file.
9996
9997 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9998
9999 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10000 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10001 * gdb.trace/pending.exp: Accept leading dot before function name.
10002 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10003 * lib/trace-support.exp: Set registers for ppc.
10004
10005 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10006
10007 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10008 use it for disassembly; accept .main in addition to main in backtrace.
10009
10010 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10011 Marcin Kościelnicki <koriakin@0x04.net>
10012
10013 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10014 (gdb_recursion_test_ptr): New global variable.
10015 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10016 gdb_recursion_test.
10017 (gdb_c_test): Ditto.
10018
10019 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10020
10021 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10022 ordering.
10023
10024 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10025
10026 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10027 (bar): Add bar_start_lbl label.
10028 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10029 of foo/bar for emitting DWARF and tracing.
10030
10031 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10032
10033 * analyze-racy-logs.py: Set executable bit.
10034
10035 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10036
10037 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10038 (CHECK_TARGET_TMP): Likewise.
10039 (check-single-racy): New rule.
10040 (check-parallel-racy): Likewise.
10041 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10042 (do-check-parallel-racy): New rule.
10043 (check-racy/%.exp): Likewise.
10044 * README (Racy testcases): New section.
10045 * analyze-racy-logs.py: New file.
10046
10047 2016-03-03 Doug Evans <dje@google.com>
10048
10049 * gdb.base/skip.exp: Use with_test_prefix.
10050
10051 2016-03-03 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10054 Invoke step_over_syscall "clone" and break_cond_on_syscall
10055 "clone".
10056 * gdb.base/step-over-clone.c: New file.
10057
10058 2016-03-03 Yao Qi <yao.qi@linaro.org>
10059
10060 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10061 code format.
10062
10063 2016-03-03 Yao Qi <yao.qi@linaro.org>
10064
10065 * gdb.base/disp-step-fork.c: Rename to ...
10066 * gdb.base/step-over-fork.c: ... it. New file.
10067 * gdb.base/disp-step-vfork.c: Rename to ...
10068 * gdb.base/step-over-vfork.c: ... it. New file.
10069 * gdb.base/disp-step-syscall.exp: Rename to ...
10070 * gdb.base/step-over-syscall.exp: ... it. New file.
10071 (disp_step_cross_syscall): Rename to ...
10072 (step_over_syscall): ... it.
10073
10074 2016-03-03 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10077 If target supports condition evaluation on target, invoke
10078 break_cond_on_syscall for fork and vfork.
10079
10080 2016-03-03 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.base/disp-step-syscall.exp: Don't invoke
10083 support_displaced_stepping.
10084 (disp_step_cross_syscall): Test with displaced stepping off and
10085 on if supported.
10086
10087 2016-03-03 Yao Qi <yao.qi@linaro.org>
10088
10089 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10090 proc.
10091 (setup): New proc.
10092 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10093 and setup.
10094
10095 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10096
10097 * gdb.fortran/vla-history.exp: Remove breakpoint.
10098
10099 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10100
10101 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10102 exceeds timeout.
10103
10104 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10105
10106 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10107 breakpoint.
10108
10109 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10110
10111 * gdb.mi/vla.f90: Nullify pointer after declaration.
10112
10113 2016-03-01 Pedro Alves <palves@redhat.com>
10114
10115 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10116
10117 2016-03-01 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10120 before anything else.
10121 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10122 _GNU_SOURCE here.
10123 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10124 before anything else.
10125 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10126
10127 2016-03-01 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10130
10131 2016-03-01 Yao Qi <yao.qi@linaro.org>
10132
10133 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10134 prepare_for_testing.
10135
10136 2016-03-01 Yao Qi <yao.qi@linaro.org>
10137
10138 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10139
10140 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10141
10142 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10143 manually constructing the output path.
10144
10145 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10146
10147 * gdb.arch/s390-stackless.S: New.
10148 * gdb.arch/s390-stackless.exp: New.
10149
10150 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10151
10152 * gdb.dlang/circular.c: New file.
10153 * gdb.dlang/circular.exp: New file.
10154
10155 2016-02-26 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10158 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10159 (testcases): Update.
10160
10161 2016-02-26 Yao Qi <yao.qi@linaro.org>
10162
10163 * gdb.reverse/aarch64.c: Rename to ...
10164 * gdb.reverse/insn-reverse.c: ... it.
10165 * gdb.reverse/aarch64.exp: Rename to ...
10166 * gdb.reverse/insn-reverse.exp: ... it.
10167
10168 2016-02-26 Yao Qi <yao.qi@linaro.org>
10169
10170 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10171 (testcase_ftype): New.
10172 (testcases): New array.
10173 (n_testcases): New.
10174 (main): Call each element in testcases.
10175 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10176 (read_testcase): New.
10177 Do the tests in a loop.
10178
10179 2016-02-25 Yao Qi <yao.qi@linaro.org>
10180
10181 * gdb.base/branches.c: Remove.
10182
10183 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10184
10185 PR gdb/13808
10186 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10187
10188 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10189
10190 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10191
10192 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10193
10194 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10195 change x86_64 call_insn to 'callq'.
10196
10197 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10198
10199 * gdb.trace/tfile-avx.c: Move to...
10200 * gdb.trace/tracefile-pseudo-reg.c: Here.
10201 * gdb.trace/tfile-avx.exp: Move to...
10202 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10203
10204 2016-02-24 Gary Benson <gbenson@redhat.com>
10205
10206 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10207 message on attach.
10208
10209 2016-02-23 Doug Evans <dje@google.com>
10210
10211 * gdb.base/skip.c (test_skip): New function.
10212 (end_test_skip_file_and_function): New function.
10213 (test_skip_file_and_function): New function.
10214 * gdb.base/skip1.c (test_skip): New function.
10215 (skip1_test_skip_file_and_function): New function.
10216 * gdb.base/skip.exp: Add tests for new skip options.
10217 * gdb.base/skip-solib.exp: Update expected output.
10218 * gdb.perf/skip-command.cc: New file.
10219 * gdb.perf/skip-command.exp: New file.
10220 * gdb.perf/skip-command.py: New file.
10221
10222 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10223
10224 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10225 info registers pattern.
10226
10227 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10228
10229 * lib/future.exp: Add D support.
10230 (gdb_find_gdc): New proc.
10231 (gdb_default_target_compile): Add D support.
10232
10233 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10234
10235 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10236 user+system time.
10237 (trace_speed_test): Determine the iteration count for a time
10238 between 15..30 seconds.
10239
10240 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10241
10242 * gdb.arch/i386-mpx-sigsegv.c: New file.
10243 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10244 * gdb.arch/i386-mpx-simple_segv.c: New file.
10245 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10246
10247 2016-02-18 Yao Qi <yao.qi@linaro.org>
10248
10249 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10250 Don't call setup_kfail.
10251
10252 2016-02-18 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10255 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10256
10257 2016-02-16 Doug Evans <dje@google.com>
10258
10259 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10260 * gdb.base/skip1.c: Ditto.
10261 * gdb.base/skip.exp: Whitespace cleanup.
10262
10263 2016-02-16 Don Breazeal <donb@codesourcery.com>
10264
10265 PR remote/19496
10266 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10267 Remove kfail for PR remote/19496.
10268
10269 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10270
10271 * lib/gdb.exp (standard_temp_file): Return a path specific to
10272 the runtest invocation.
10273
10274 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 * gdb.trace/save-trace.exp: Change relative path to be in the
10277 standard output directory.
10278
10279 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * gdb.arch/i386-prologue.c: Add missing prototypes.
10282
10283 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10284
10285 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10286 * gdb.arch/i386-prologue.exp: Likewise.
10287 * gdb.arch/i386-size.exp: Likewise.
10288
10289 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10290
10291 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10292 define object file path.
10293 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10294 file path.
10295 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10296 standard_output_file to define binfile.
10297
10298 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10299
10300 Fix compatibility with recent gfortran-5.3.1.
10301 * gdb.fortran/vla-history.exp (print vla1 allocated)
10302 (print vla2 allocated, print $2, print $3): Remove
10303 (print $4): Rename to ...
10304 (print $2): ... here.
10305 (print $9): Rename to ...
10306 (print $5): ... here.
10307 (print $10): Rename to ...
10308 (print $6): ... here.
10309 * gdb.fortran/vla.f90: Add pvla initialization.
10310
10311 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10312
10313 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10314 New test.
10315 * gdb.fortran/vla-value-sub.exp: Likewise.
10316
10317 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10318
10319 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10320
10321 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * i386-biarch-core.exp: Define corefile using
10324 standard_output_file.
10325
10326 2016-02-12 Yao Qi <yao.qi@linaro.org>
10327
10328 * gdb.arch/arm-single-step-kernel-helper.c: New.
10329 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10330
10331 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10332
10333 * gdb.btrace/tailcall-only.exp: New.
10334 * gdb.btrace/tailcall-only.c: New.
10335 * gdb.btrace/x86_64-tailcall-only.S: New.
10336 * gdb.btrace/i686-tailcall-only.S: New.
10337
10338 2016-02-11 Pedro Alves <palves@redhat.com>
10339
10340 * README (Parallel testing): Add missing double quotes.
10341
10342 2016-02-11 Pedro Alves <palves@redhat.com>
10343
10344 * README (Parallel testing): New section.
10345 (GDB_PARALLEL): Rewrite.
10346 (FORCE_PARALLEL): Document.
10347
10348 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10349
10350 * gdb.trace/tfile-avx.c: New test.
10351 * gdb.trace/tfile-avx.exp: New test.
10352
10353 2016-02-09 Keith Seitz <keiths@redhat.com>
10354
10355 PR breakpoints/19546
10356 * gdb.base/infcall-exec.c: New file.
10357 * gdb.base/infcall-exec2.c: New file.
10358 * gdb.base/infcall-exec.exp: New file.
10359
10360 2016-02-09 Keith Seitz <keiths@redhat.com>
10361
10362 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10363 (toplevel): Call test_bkpt_address.
10364
10365 2016-02-09 Keith Seitz <keiths@redhat.com>
10366
10367 PR python/19506
10368 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10369 (toplevel): Call test_bkpt_address.
10370
10371 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10372
10373 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10374 to AC_OUTPUT.
10375 * configure: Regenerate.
10376
10377 2016-02-09 Pedro Alves <palves@redhat.com>
10378
10379 PR breakpoints/19548
10380 * gdb.base/execl-update-breakpoints.c (some_function): New
10381 function.
10382 (main): Call it.
10383 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10384 Tighten expected GDB output.
10385
10386 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * Makefile.in (ALL_SUBDIRS): Remove.
10389 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10390 (distclean maintainer-clean realclean): Likewise.
10391 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10392 * configure: Regenerate.
10393 * gdb.ada/Makefile.in: Delete.
10394 * gdb.arch/Makefile.in: Likewise.
10395 * gdb.asm/Makefile.in: Likewise.
10396 * gdb.base/Makefile.in: Likewise.
10397 * gdb.btrace/Makefile.in: Likewise.
10398 * gdb.cell/Makefile.in: Likewise.
10399 * gdb.compile/Makefile.in: Likewise.
10400 * gdb.cp/Makefile.in: Likewise.
10401 * gdb.disasm/Makefile.in: Likewise.
10402 * gdb.dlang/Makefile.in: Likewise.
10403 * gdb.dwarf2/Makefile.in: Likewise.
10404 * gdb.fortran/Makefile.in: Likewise.
10405 * gdb.gdb/Makefile.in: Likewise.
10406 * gdb.go/Makefile.in: Likewise.
10407 * gdb.guile/Makefile.in: Likewise.
10408 * gdb.java/Makefile.in: Likewise.
10409 * gdb.linespec/Makefile.in: Likewise.
10410 * gdb.mi/Makefile.in: Likewise.
10411 * gdb.modula2/Makefile.in: Likewise.
10412 * gdb.multi/Makefile.in: Likewise.
10413 * gdb.objc/Makefile.in: Likewise.
10414 * gdb.opencl/Makefile.in: Likewise.
10415 * gdb.opt/Makefile.in: Likewise.
10416 * gdb.pascal/Makefile.in: Likewise.
10417 * gdb.perf/Makefile.in: Likewise.
10418 * gdb.python/Makefile.in: Likewise.
10419 * gdb.reverse/Makefile.in: Likewise.
10420 * gdb.server/Makefile.in: Likewise.
10421 * gdb.stabs/Makefile.in: Likewise.
10422 * gdb.threads/Makefile.in: Likewise.
10423 * gdb.trace/Makefile.in: Likewise.
10424 * gdb.xml/Makefile.in: Likewise.
10425 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10426 GDB_PARALLEL.
10427 (standard_output_file): Remove check for GDB_PARALLEL, always
10428 return path in outputs/$subdir/$testname.
10429
10430 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10431
10432 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10433 (site.exp): Assign abs_srcdir to tcl's srcdir.
10434
10435 2016-02-04 Yao Qi <yao.qi@linaro.org>
10436
10437 * gdb.base/foll-exec-mode.c: Include limits.h.
10438 (main): Add parameters argc and argv. Get directory from
10439 argv[0].
10440 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10441 compilation.
10442 * gdb.base/foll-exec.c: Include limits.h.
10443 (main): Add parameters argc and argv.
10444 Get directory from argv[0].
10445 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10446 Adjust tests on the number of lines as source code changed.
10447 * gdb.base/foll-vfork-exit.c: Include limits.h.
10448 (main): Add one line of statement before vfork.
10449 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10450 (main): Add parameters argc and argv. Get directory from
10451 argv[0].
10452 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10453 (setup_gdb): Set tbreak to skip some source lines.
10454 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10455 (main): Add parameters argc and argv. Get directory from
10456 argv[0].
10457 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10458 compilation.
10459 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10460 (main): Add parameters argc and argv. Get directory from
10461 argv[0].
10462 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10463 compilation.
10464
10465 2016-02-01 Doug Evans <dje@google.com>
10466
10467 * gdb.base/skip.exp: Clean up multiple references to same test name.
10468
10469 2016-02-01 Pedro Alves <palves@redhat.com>
10470
10471 PR remote/19496
10472 * gdb.threads/forking-threads-plus-breakpoint.exp
10473 (displaced_stepping_supported): New global.
10474 (probe_displaced_stepping_support): New procedure.
10475 (do_test): Add 'displaced' parameter, and use it.
10476 (top level): Check for displaced stepping support. Add displaced
10477 stepping on/off testing axis.
10478
10479 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10480
10481 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10482 pointer. Don't perform further tests on the unassociated pointer
10483 if the first test fails.
10484
10485 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10486
10487 * gdb.base/max-value-size.c: New file.
10488 * gdb.base/max-value-size.exp: New file.
10489 * gdb.base/huge.exp: Disable max-value-size for this test.
10490
10491 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10492
10493 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10494
10495 2016-01-28 Yao Qi <yao.qi@linaro.org>
10496
10497 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10498
10499 2016-01-25 Pedro Alves <palves@redhat.com>
10500
10501 PR threads/19461
10502 * gdb.base/fork-running-state.c: New file.
10503 * gdb.base/fork-running-state.exp: New file.
10504
10505 2016-01-25 Pedro Alves <palves@redhat.com>
10506
10507 PR gdb/19494
10508 * gdb.base/catch-fork-kill.c: New file.
10509 * gdb.base/catch-fork-kill.exp: New file.
10510
10511 2016-01-25 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10514 Delete, moved to lib/gdb.exp.
10515 * gdb.threads/forking-threads-plus-breakpoint.exp
10516 (foreach_with_prefix): Likewise.
10517 * gdb.threads/process-dies-while-handling-bp.exp
10518 (foreach_with_prefix): Likewise.
10519 * lib/gdb.exp (foreach_with_prefix): New procedure.
10520
10521 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10522
10523 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10524 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10525
10526 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10527
10528 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10529 endian targets.
10530
10531 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10532 Pedro Alves <palves@redhat.com>
10533
10534 Fix testsuite compatibility with Guile.
10535 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10536 number.
10537
10538 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 Fix testsuite compatibility with Guile.
10541 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10542 (thread 1): New test for backtrace through signal handler.
10543
10544 2016-01-22 Yao Qi <yao.qi@linaro.org>
10545
10546 PR testsuite/19491
10547 * gdb.base/multi-forks.c: Include
10548 ../lib/unbuffer_output.c
10549 (main): Call gdb_unbuffer_output.
10550
10551 2016-01-21 Doug Evans <dje@google.com>
10552
10553 * lib/ada.exp (gdb_compile_ada): Fix typo.
10554
10555 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10556
10557 * gdb.base/break-fun-addr.exp: New file.
10558 * gdb.base/break-fun-addr1.c: New file.
10559 * gdb.base/break-fun-addr2.c: New file.
10560
10561 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10562
10563 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10564 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10565 enum flag values.
10566
10567 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10568
10569 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10570 when GDB can not set the vector return value. Add more comments
10571 for clarification.
10572
10573 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10574
10575 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10576 command.
10577
10578 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10579
10580 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10581
10582 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10583
10584 * Makefile.in (check-single): Pass --status to runtest.
10585 (check/%.exp): Likewise.
10586
10587 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10588
10589 * Makefile.in (check-parallel): Propagate return code from make
10590 do-check-parallel.
10591
10592 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10593
10594 * gdb.trace/ftrace.exp: Fix expected message on continue.
10595 * gdb.trace/pending.exp: Fix expected message on continue.
10596 * gdb.trace/trace-break.exp: Fix expected message on continue.
10597
10598 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10599
10600 * lib/gdb.exp (gdb_test): Remove unused global references.
10601
10602 2016-01-18 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.base/async-shell.exp: Adjust expected output.
10605 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10606 * gdb.base/siginfo-thread.exp: Adjust expected output.
10607 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10608 * gdb.java/jnpe.exp: Adjust expected output.
10609 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10610 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10611 * gdb.threads/leader-exit.exp: Adjust expected output.
10612 * gdb.threads/manythreads.exp: Adjust expected output.
10613 * gdb.threads/pthreads.exp: Adjust expected output.
10614 * gdb.threads/schedlock.exp: Adjust expected output.
10615 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10616 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10617 expected output.
10618 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10619 output.
10620 * gdb.threads/sigthread.exp: Adjust expected output.
10621 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10622
10623 2016-01-18 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.guile/scm-section-script.c: Replace @progbits with
10626 %progbits.
10627 * gdb.python/py-section-script.c: Likewise.
10628
10629 2016-01-15 Pedro Alves <palves@redhat.com>
10630
10631 * gdb.multi/tids.exp: Test star wildcard ranges.
10632
10633 2016-01-15 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10636 command from "thread apply" invocation.
10637 (thr_apply_info_thr_invalid): Default the expected output to the
10638 input tid list.
10639 (top level): Add tests that use convenience variables. Add tests
10640 for "thread apply" with a valid TID list, but missing the command.
10641
10642 2016-01-13 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.base/default.exp: Expect $_gthread as well.
10645 * gdb.multi/tids.exp: Test $_gthread.
10646 * gdb.threads/thread-specific.exp: Test $_gthread.
10647
10648 2016-01-13 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.multi/tids.exp: Test "info threads -gid".
10651
10652 2016-01-13 Pedro Alves <palves@redhat.com>
10653
10654 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10655 Breakpoint.thread.
10656 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10657
10658 2016-01-07 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.base/break.exp: Adjust to output changes.
10661 * gdb.base/hbreak2.exp: Likewise.
10662 * gdb.base/sepdebug.exp: Likewise.
10663 * gdb.base/watch_thread_num.exp: Likewise.
10664 * gdb.linespec/keywords.exp: Likewise.
10665 * gdb.multi/info-threads.exp: Likewise.
10666 * gdb.threads/thread-find.exp: Likewise.
10667 * gdb.multi/tids.c: New file.
10668 * gdb.multi/tids.exp: New file.
10669
10670 2016-01-13 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10673
10674 2016-01-13 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.base/default.exp: Expect $_inferior as well.
10677 * gdb.multi/base.exp: Test $_inferior.
10678
10679 2016-01-13 Pedro Alves <palves@redhat.com>
10680
10681 PR breakpoints/19388
10682 * gdb.base/catch-signal-siginfo-cond.c: New file.
10683 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10684
10685 2016-01-12 Josh Stone <jistone@redhat.com>
10686 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10687
10688 * gdb.base/catch-syscall.c (do_execve): New variable.
10689 (main): Conditionally trigger an execve.
10690 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10691 (test_catch_syscall_execve): New, check entry/return across execve.
10692 (do_syscall_tests): Call test_catch_syscall_execve.
10693
10694 2016-01-12 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/random-signal.exp (do_test): New procedure, with body
10697 of testcase moved in.
10698
10699 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10700 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/funcargs.exp (finish from indirectly called function):
10703 Reintroduce the case for 'First'.
10704
10705 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10706 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10709 (tcatch_vfork_then_child_follow_exec)
10710 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10711 identification.
10712
10713 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10716 and repeats to unlimited.
10717 * gdb.python/py-value.exp: Likewise.
10718 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10719 and repeats to unlimited.
10720
10721 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10722
10723 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10724 and reordering the functions.
10725 * gdb.multi/hangout.c: Likewise.
10726 * gdb.multi/hello.c: Likewise.
10727
10728 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10729
10730 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10731 absolute.
10732 (SingleStatisticTestResult.report): Use dict.keys instead of
10733 dict.iterkeys.
10734
10735 2016-01-06 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10738
10739 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10740
10741 * gdb.btrace/dlopen.exp: New.
10742 * gdb.btrace/dlopen.c: New.
10743 * gdb.btrace/dlopen-dso.c: New.
10744
10745 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10746
10747 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10748 PATTERN argument is optional.
10749
10750 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10751
10752 * lib/ada.exp (target_compile_ada_from_dir): New function.
10753 (gdb_compile_ada): Reimplement avoiding the use of project files.
10754 * gdb.ada/gnat_ada.gpr: Delete.
10755 * gdb.ada/cond_lang.exp: Adjust test to make path before
10756 filename optional.
10757 * gdb.ada/small_reg_param.exp: Likewise.
10758
10759 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10760
10761 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10762
10763 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10764
10765 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10766 case.
10767
10768 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10769
10770 * gdb.base/break.exp: Remove dead code.
10771 * gdb.base/sepdebug.exp: Likewise.
10772
10773 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10774
10775 * gdb.asm/asm-source.exp: Remove HP-UX references.
10776 * gdb.base/annota1.exp: Likewise.
10777 * gdb.base/annota3.exp: Likewise.
10778 * gdb.base/attach.exp: Likewise.
10779 * gdb.base/bigcore.exp: Likewise.
10780 * gdb.base/break.exp: Likewise.
10781 * gdb.base/call-ar-st.exp: Likewise.
10782 * gdb.base/callfuncs.exp: Likewise.
10783 * gdb.base/catch-fork-static.exp: Likewise.
10784 * gdb.base/display.exp: Likewise.
10785 * gdb.base/foll-exec-mode.exp: Likewise.
10786 * gdb.base/foll-exec.exp: Likewise.
10787 * gdb.base/foll-fork.exp: Likewise.
10788 * gdb.base/foll-vfork.exp: Likewise.
10789 * gdb.base/funcargs.exp: Likewise.
10790 * gdb.base/hbreak2.exp: Likewise.
10791 * gdb.base/inferior-died.exp: Likewise.
10792 * gdb.base/interrupt.exp: Likewise.
10793 * gdb.base/multi-forks.exp: Likewise.
10794 * gdb.base/nodebug.exp: Likewise.
10795 * gdb.base/sepdebug.exp: Likewise.
10796 * gdb.base/solib1.c: Likewise.
10797 * gdb.base/step-test.exp: Likewise.
10798 * gdb.mi/non-stop.c: Likewise.
10799 * gdb.mi/pthreads.c: Likewise.
10800 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10801 * gdb.threads/pthreads.c: Likewise.
10802 * gdb.threads/staticthreads.exp: Likewise.
10803 * lib/future.exp: Likewise.
10804 * lib/gdb.exp: Likewise.
10805 * gdb.base/so-indr-cl.c: Remove.
10806 * gdb.base/so-indr-cl.exp: Likewise.
10807 * gdb.base/solib.c: Likewise.
10808 * gdb.base/solib.exp: Likewise.
10809 * gdb.base/solib2.c: Likewise.
10810
10811 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10812
10813 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10814 * gdb.base/call-ar-st.exp: Likewise.
10815 * gdb.base/callfuncs.exp: Likewise.
10816 * gdb.base/condbreak.exp: Likewise.
10817 * gdb.base/constvars.exp: Likewise.
10818 * gdb.base/hbreak2.exp: Likewise.
10819 * gdb.base/langs.exp: Likewise.
10820 * gdb.base/list.exp: Likewise.
10821 * gdb.base/long_long.exp: Likewise.
10822 * gdb.base/ptype.exp: Likewise.
10823 * gdb.base/scope.exp: Likewise.
10824 * gdb.base/signals.exp: Likewise.
10825 * gdb.base/so-impl-ld.exp: Likewise.
10826 * gdb.base/varargs.exp: Likewise.
10827 * gdb.base/volatile.exp: Likewise.
10828 * gdb.base/whatis.exp: Likewise.
10829 * gdb.cp/cplusfuncs.exp: Likewise.
10830 * gdb.cp/inherit.exp: Likewise.
10831 * gdb.cp/local.exp: Likewise.
10832 * gdb.cp/member-ptr.exp: Likewise.
10833 * gdb.cp/method.exp: Likewise.
10834 * gdb.cp/overload.exp: Likewise.
10835 * gdb.cp/templates.exp: Likewise.
10836 * gdb.stabs/weird.exp: Likewise.
10837 * lib/compiler.c: Likewise.
10838 * lib/compiler.cc: Likewise.
10839 * lib/cp-support.exp: Likewise.
10840 * lib/gdb.exp: Likewise.
10841
10842 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10843
10844 * configure.ac: Remove HP-UX case.
10845 * configure: Regenerate.
10846
10847 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10848
10849 * lib/gdb.exp (gdb_compile): Add function doc.
10850
10851 2015-12-17 Pedro Alves <palves@redhat.com>
10852
10853 PR threads/19354
10854 * gdb.multi/info-threads.exp: New file.
10855
10856 2015-12-15 Yao Qi <yao.qi@linaro.org>
10857
10858 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10859 is aarch64*-*-*.
10860
10861 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10862
10863 * gdb.base/history-duplicates.exp: Skip if no readline support.
10864
10865 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10866
10867 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10868
10869 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10870
10871 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10872
10873 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10874
10875 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10876 ctrl-C if nointerrupts target property is set.
10877 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10878 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10879 * gdb.base/paginate-bg-execution.exp: Likewise.
10880 * gdb.base/paginate-execution-startup.exp: Likewise.
10881 * gdb.base/random-signal.exp: Likewise.
10882 * gdb.base/range-stepping.exp: Likewise.
10883 * gdb.cp/annota2.exp: Likewise.
10884 * gdb.cp/annota3.exp: Likewise.
10885 * gdb.gdb/selftest.exp: Likewise.
10886 * gdb.threads/continue-pending-status.exp: Likewise.
10887 * gdb.threads/leader-exit.exp: Likewise.
10888 * gdb.threads/manythreads.exp: Likewise.
10889 * gdb.threads/pthreads.exp: Likewise.
10890 * gdb.threads/schedlock.exp: Likewise.
10891 * gdb.threads/sigthread.exp: Likewise.
10892
10893 2015-12-11 Don Breazeal <donb@codesourcery.com>
10894
10895 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10896 remote.
10897 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10898 * gdb.base/foll-exec.exp (main): Enable for target remote.
10899 * gdb.base/foll-fork.exp (main): Likewise.
10900 * gdb.base/foll-vfork.exp (main): Likewise.
10901 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10902 (proc continue_to_exit_bp_loc): Use clean_restart.
10903 * gdb.base/pie-execl.exp (main): Disable for target remote.
10904 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10905 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10906 * gdb.threads/execl.exp (main): Likewise.
10907 * gdb.threads/fork-child-threads.exp (main): Likewise.
10908 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10909 remote.
10910 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10911 remote.
10912 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10913 pid.tid style ptids, instead of just tid.
10914 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10915 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10916 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10917 ptids, instead of just tid.
10918
10919 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10920
10921 * gdb.base/list.exp (test_list_forward): Add end of file error
10922 test.
10923 (test_repeat_list_command): Add end of file error test.
10924 (test_list_backwards): Add beginning of file error test.
10925
10926 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10927
10928 * gdb.base/list.exp (test_list_invalid_args): New function,
10929 defined, and called.
10930
10931 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10932
10933 * gdb.base/list.exp (test_list): Make test names unique.
10934
10935 2015-12-11 Yao Qi <yao.qi@linaro.org>
10936
10937 * gdb.base/coremaker2.c: Remove.
10938
10939 2015-12-10 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.multi/base.exp: Remove stale "spaces" references.
10942
10943 2015-12-10 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.multi/base.exp: Don't use nowarnings.
10946 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10947 * gdb.multi/hangout.c: Include stdio.h.
10948 * gdb.multi/hello.c: Include stdlib.h.
10949 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10950 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10951 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10952
10953 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10954
10955 * gdb.dwarf2/dw2-ranges-base.c: New file.
10956 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10957 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10958 support additional line table, and debug ranges generation.
10959 (Dwarf::ranges): New function, generate .debug_ranges.
10960 (Dwarf::lines): Support generating simple line table programs.
10961 (Dwarf::assemble): Initialise new namespace variables.
10962
10963 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10964
10965 * gdb.base/async.exp (proc test_background): Add case for
10966 asynchronous execution not supported.
10967
10968 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10969
10970 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10971 format and change test names to make them unique.
10972
10973 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10974 Pedro Alves <pedro@redhat.com>
10975
10976 PR gdb/18702
10977 Add checking of floatformats setup on x86_64 hosts.
10978 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10979 (smallval, bigval): New labels/constants.
10980 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10981 float" after loading bigval and smallval.
10982
10983 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10984
10985 * gdb.ada/fun_overload_menu.exp: New testcase.
10986 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10987
10988 2015-12-04 Josh Stone <jistone@redhat.com>
10989
10990 * gdb.base/catch-fork-static.exp: New.
10991
10992 2015-12-03 Yao Qi <yao.qi@linaro.org>
10993
10994 * gdb.base/sizeof.c: Don't include stdio.h and
10995 ../lib/unbuffer_output.c.
10996 (main): New variable 'size' and 'value'. Remove printf and
10997 gdb_unbuffer_output. Assign return value to size and value.
10998 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10999 at the beginning.
11000 (check_sizeof): Check the result by printing variable 'size'.
11001 (check_valueof): Check the result by printing variable 'value'.
11002
11003 2015-12-01 Yao Qi <yao.qi@linaro.org>
11004
11005 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11006 for aarch64*-*-linux* target.
11007
11008 2015-11-30 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11011
11012 2015-11-30 Pedro Alves <palves@redhat.com>
11013
11014 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11015 Handle non-stop mode vCont replies.
11016
11017 2015-11-30 Pedro Alves <palves@redhat.com>
11018
11019 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11020 prepare_for_testing. Start gdb with "set non-stop on" appended to
11021 GDBFLAGS. Lax expected stop output.
11022
11023 2015-11-27 Yao Qi <yao.qi@linaro.org>
11024
11025 * gdb.arch/arm-neon.exp: New.
11026 * gdb.arch/arm-neon.c: New.
11027
11028 2015-11-27 Yao Qi <yao.qi@linaro.org>
11029
11030 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11031
11032 2015-11-27 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11035 frames-invalid annotation.
11036
11037 2015-11-27 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11040
11041 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 * gdb.threads/names.exp: New file.
11044 * gdb.threads/names.c: New file.
11045 * README: Mention gdb,no_thread_names.
11046
11047 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11048
11049 PR 19297
11050 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11051 support" error.
11052
11053 2015-11-24 Pedro Alves <palves@redhat.com>
11054
11055 PR 17539
11056 * gdb.base/display.exp: Expect displays to be sorted in ascending
11057 order. Use multi_line.
11058 * gdb.base/solib-display.exp: Likewise.
11059
11060 2015-11-24 Pedro Alves <palves@redhat.com>
11061
11062 PR 17539
11063 * gdb.base/display.exp: Expect displays to be sorted in ascending
11064 order. Use multi_line.
11065 * gdb.base/solib-display.exp: Likewise.
11066
11067 2015-11-24 Pedro Alves <palves@redhat.com>
11068
11069 PR 17539
11070 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11071 threads in ascending order.
11072 * gdb.base/foll-fork.exp: Likewise.
11073 * gdb.base/foll-vfork.exp: Likewise.
11074 * gdb.base/multi-forks.exp: Likewise.
11075 * gdb.mi/mi-nonstop.exp: Likewise.
11076 * gdb.mi/mi-nsintrall.exp: Likewise.
11077 * gdb.multi/base.exp: Likewise.
11078 * gdb.multi/multi-arch.exp: Likewise.
11079 * gdb.python/py-inferior.exp: Likewise.
11080 * gdb.threads/break-while-running.exp: Likewise.
11081 * gdb.threads/execl.exp: Likewise.
11082 * gdb.threads/gcore-thread.exp: Likewise.
11083 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11084 * gdb.threads/kill.exp: Likewise.
11085 * gdb.threads/linux-dp.exp: Likewise.
11086 * gdb.threads/multiple-step-overs.exp: Likewise.
11087 * gdb.threads/next-bp-other-thread.exp: Likewise.
11088 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11089 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11090 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11091 * gdb.threads/thread-find.exp: Likewise.
11092 * gdb.threads/tls.exp: Likewise.
11093 * lib/mi-support.exp (mi_reverse_list): Delete.
11094 (mi_check_thread_states): No longer reverse list.
11095
11096 2015-11-24 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11099 use lowercase.
11100
11101 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11102
11103 * gdb.trace/actions.c: Include trace-common.h.
11104 (main): Add a location for a fast tracepoint.
11105 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11106 the normal tracepoints.
11107 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11108
11109 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * save-trace.exp: Factor out code to these...
11112 (gdb_save_tracepoints): New.
11113 (gdb_load_tracepoints): New.
11114 (do_save_load_test): New.
11115
11116 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11117
11118 * gdb.base/asmlabel.exp: New test.
11119 * gdb.base/asmlabel.c: New test case.
11120
11121 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11122
11123 * gdb.base/wrong_frame_bt_full-main.c: New file.
11124 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11125 * gdb.base/wrong_frame_bt_full.exp: New file.
11126
11127 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11128
11129 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11130
11131 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11132
11133 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11134 pstate register when comparing registers values in
11135 sparc64-*-linux-gnu targets to avoid spurious differences.
11136
11137 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11138
11139 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11140
11141 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11142
11143 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11144 as type argument to gdb_compile.
11145 * gdb.base/nested-subp2.exp: Likewise.
11146 * gdb.base/nested-subp3.exp: Likewise.
11147
11148 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11149
11150 * lib/dwarf.exp (_note): Fix left shift of negative value.
11151 * gdb.trace/trace-condition.exp: Likewise.
11152
11153 2015-11-13 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11156 comments about d10v.
11157 (test_scalar_returns): Likewise.
11158 * gdb.base/d10v.ld: Remove.
11159 * gdb.base/overlays.exp: Remove the target triplet checking for
11160 d10v-*-*.
11161 * gdb.base/structs.exp (test_struct_returns): Remove the
11162 comments about d10v.
11163 (test_struct_calls): Likewise.
11164
11165 2015-11-13 Yao Qi <yao.qi@linaro.org>
11166
11167 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11168 * gdb.base/gnu_vector.c: Don't include stdio.h.
11169 (main): Don't print res and call add_some_intvecs.
11170
11171 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11172
11173 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11174 macro.
11175 (func5): Removed.
11176 (func4): Use FAST_TRACEPOINT_LABEL.
11177 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11178 macro.
11179 (func): Removed.
11180 (thread_function): Use FAST_TRACEPOINT_LABEL.
11181 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11182 (func): Remove.
11183 (marker): Use FAST_TRACEPOINT_LABEL.
11184 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11185 (pendfunc1): Remove.
11186 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11187 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11188 (foo): Remove.
11189 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11190 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11191 macro.
11192 (func): Remove.
11193 (marker): Use FAST_TRACEPOINT_LABEL.
11194 * gdb.trace/trace-common.h: New header.
11195 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11196 macro.
11197 (func): Remove.
11198 (marker): Use FAST_TRACEPOINT_LABEL.
11199 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11200 (func): Remove.
11201 (thread_function): Use FAST_TRACEPOINT_LABEL.
11202
11203 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11204
11205 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11206 in front.
11207 * gdb.trace/change-loc.exp: Use global pcreg definition.
11208 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11209 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11210 in front.
11211 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11212 * gdb.trace/pending.exp: Likewise.
11213 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11214 * gdb.trace/trace-break.exp: Likewise.
11215 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11216 in front.
11217 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11218 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11219 in front.
11220 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11221
11222 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11223
11224 * gdb.ada/fin_fun_out: New testcase.
11225
11226 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11227
11228 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11229 value associated with DW_AT_byte_size.
11230 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11231 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11232 DW_AT_upper_bound.
11233
11234 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11235
11236 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11237 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11238 version.
11239 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11240 gdb.dwarf2/dw2-canonicalize-type.exp,
11241 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11242 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11243 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11244 provided by gdb_target_symbol_prefix_flags_asm.
11245 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11246 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11247 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11248 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11249 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11250 macros where needed). Use this macro for symbols which require
11251 the prefix provided by SYMBOL_PREFIX.
11252
11253 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11254
11255 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11256 New procs.
11257 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11258 representing expressions, of more than one list element.
11259 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11260 to prepend linker symbol prefix to f.
11261 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11262 table_1 and table_2.
11263 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11264 Likewise, for f and g.
11265 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11266 for ptr.
11267 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11268 for main.
11269 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11270 table_1_ptr and table_2_ptr.
11271
11272 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11273 Joel Brobecker <brobecker@adacore.com>
11274
11275 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11276
11277 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11278
11279 * gdb.reverse/s390-mvcle.c: New test.
11280 * gdb.reverse/s390-mvcle.exp: New file.
11281 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11282
11283 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11284
11285 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11286
11287 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11288
11289 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11290 reaching marker2.
11291 * gdb.reverse/getresuid-reverse.exp: Likewise.
11292 * gdb.reverse/pipe-reverse.exp: Likewise.
11293 * gdb.reverse/readv-reverse.exp: Likewise.
11294 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11295 * gdb.reverse/time-reverse.exp: Likewise.
11296 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11297
11298 2015-10-30 Yao Qi <yao.qi@linaro.org>
11299
11300 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11301 (empty_cycle): Remove.
11302 (main): Don't call empty_cycle. Don't use watch_count_done.
11303 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11304 empty_cycle. Rewrite the code counting HW watchpoints.
11305
11306 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11307
11308 * gdb.reverse/fstatat-reverse.c: New test.
11309 * gdb.reverse/fstatat-reverse.exp: New file.
11310 * gdb.reverse/getresuid-reverse.c: New test.
11311 * gdb.reverse/getresuid-reverse.exp: New file.
11312 * gdb.reverse/pipe-reverse.c: New test.
11313 * gdb.reverse/pipe-reverse.exp: New file.
11314 * gdb.reverse/readv-reverse.c: New test.
11315 * gdb.reverse/readv-reverse.exp: New file.
11316 * gdb.reverse/recvmsg-reverse.c: New test.
11317 * gdb.reverse/recvmsg-reverse.exp: New file.
11318 * gdb.reverse/time-reverse.c: New test.
11319 * gdb.reverse/time-reverse.exp: New file.
11320 * gdb.reverse/waitpid-reverse.c: New test.
11321 * gdb.reverse/waitpid-reverse.exp: New file.
11322
11323 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11324
11325 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11326
11327 2015-10-26 Doug Evans <dje@google.com>
11328
11329 PR symtab/17391
11330 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11331 * gdb.dwarf2/bad-regnum.c: New file.
11332 * gdb.dwarf2/bad-regnum.exp: New file.
11333
11334 2015-10-26 Doug Evans <dje@google.com>
11335
11336 PR python/18938
11337 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11338 file.
11339
11340 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11343 for a change by "Mention language in compile error message".
11344
11345 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11346
11347 PR python/18073
11348 * gdb.python/py-type.c (C::a_method): New.
11349 (C::a_const_method): New.
11350 (C::a_static_method): New.
11351 (a_function): New.
11352 * gdb.python/py-type.exp (test_fields): Test getting fields
11353 from function and method.
11354
11355 2015-10-21 Keven Boell <keven.boell@intel.com>
11356
11357 * gdb.fortran/vla-alloc-assoc.exp: New file.
11358 * gdb.fortran/vla-datatypes.exp: New file.
11359 * gdb.fortran/vla-datatypes.f90: New file.
11360 * gdb.fortran/vla-history.exp: New file.
11361 * gdb.fortran/vla-ptype-sub.exp: New file.
11362 * gdb.fortran/vla-ptype.exp: New file.
11363 * gdb.fortran/vla-sizeof.exp: New file.
11364 * gdb.fortran/vla-sub.f90: New file.
11365 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11366 * gdb.fortran/vla-value-sub-finish.exp: New file.
11367 * gdb.fortran/vla-value-sub.exp: New file.
11368 * gdb.fortran/vla-value.exp: New file.
11369 * gdb.fortran/vla-ptr-info.exp: New file.
11370 * gdb.mi/mi-vla-fortran.exp: New file.
11371 * gdb.mi/vla.f90: New file.
11372
11373 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11374
11375 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11376 of hardwired timeout value.
11377
11378 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11379 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11382 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11383
11384 2015-10-19 Josh Stone <jistone@redhat.com>
11385
11386 * gdb.base/catch-syscall.c: Include <sched.h>.
11387 (unknown_syscall): New variable.
11388 (main): Trigger a vfork and an unknown syscall.
11389 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11390 (unknown_syscall_number): Likewise.
11391 (check_call_to_syscall): Accept an optional syscall pattern.
11392 (check_return_from_syscall): Likewise.
11393 (check_continue): Likewise.
11394 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11395 (test_catch_syscall_skipping_return): New test toggling off 'catch
11396 syscall' to step over the syscall return, then toggling back on.
11397 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11398 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11399 (do_syscall_tests): Call test_catch_syscall_without_args and
11400 test_catch_syscall_mid_vfork.
11401 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11402 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11403
11404 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11405
11406 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11407 print g_vE): Add new pass patterns.
11408 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11409 print various symbol names for vptr fields.
11410
11411 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11412
11413 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11414 results.
11415
11416 2015-10-12 Yao Qi <yao.qi@linaro.org>
11417
11418 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11419
11420 2015-10-12 Yao Qi <yao.qi@linaro.org>
11421
11422 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11423 is aarch64*-*-linux*.
11424
11425 2015-10-12 Yao Qi <yao.qi@linaro.org>
11426
11427 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11428 (can_relocate_bcond_true): ... it.
11429 (can_relocate_bcond_false): New function.
11430 (foo): Likewise.
11431 (can_relocate_bl): Likewise.
11432 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11433 can_relocate_bl.
11434
11435 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11436
11437 * gdb.base/nested-addr.c: New file.
11438 * gdb.base/nested-addr.exp: New testcase.
11439
11440 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11443 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11444 its output. Ignore the output of "record goto begin" and instead
11445 check that GDB is replaying.
11446
11447 2015-10-09 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11450 (top level): Use it in the run with no args test.
11451
11452 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11453
11454 * gdb.dlang/properties.exp: New file.
11455
11456 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11457
11458 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11459 whether or not address 0x1000 is mapped on the target.
11460
11461 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11462
11463 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11464 build.
11465
11466 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11467
11468 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11469 instruction-history test.
11470
11471 2015-09-28 Doug Evans <dje@google.com>
11472
11473 * gdb.base/gcore.c (array_func): Add reference to static_array.
11474
11475 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11476
11477 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11478 source line.
11479
11480 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11481
11482 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11483 short or char as base type.
11484
11485 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11486
11487 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11488 to allow any size enum.
11489
11490 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11491
11492 * gdb.ada/array_ptr_renaming.exp: New testcase.
11493 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11494 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11495
11496 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11497
11498 * gdb.trace/ftrace-lock.c: New file.
11499 * gdb.trace/ftrace-lock.exp: New file.
11500
11501 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11502
11503 * gdb.arch/insn-reloc.c: New file.
11504 * gdb.arch/ftrace-insn-reloc.exp: New file.
11505
11506 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11507
11508 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11509 instruction.
11510 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11511 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11512 * gdb.trace/range-stepping.c: Likewise.
11513 * gdb.trace/trace-break.c: Likewise.
11514 * gdb.trace/trace-mt.c (thread_function): Likewise.
11515 * gdb.trace/ftrace.c (marker): Likewise.
11516 * gdb.trace/trace-condition.c (marker): Likewise.
11517 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11518 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11519 is_aarch64_target.
11520
11521 2015-09-18 Doug Evans <xdje42@gmail.com>
11522
11523 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11524 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11525
11526 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11527
11528 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11529 the breakpoint.
11530
11531 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11532
11533 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11534 the pending breakpoint. Remove timeout override for "Run till
11535 MI pending breakpoint on pendfunc3 on thread 2" test.
11536
11537 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11538
11539 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11540 filename pattern.
11541
11542 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11543
11544 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11545 in breakpoint filename pattern.
11546
11547 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11548
11549 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11550
11551 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11552
11553 * gdb.linespec/explicit.exp: Check for readline support for
11554 tab-completion tests. Fix obvious typo.
11555
11556 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11557
11558 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11559 and replay.
11560
11561 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11562
11563 * gdb.btrace/non-stop.c: New.
11564 * gdb.btrace/non-stop.exp: New.
11565
11566 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11567 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.trace/trace-condition.c: New file.
11570 * gdb.trace/trace-condition.exp: New file.
11571
11572 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11573
11574 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11575 for testing bytecode compilation.
11576
11577 2015-09-16 Pedro Alves <palves@redhat.com>
11578 Sandra Loosemore <sandra@codesourcery.com>
11579
11580 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11581 (SECONDS): Redefine.
11582 (main): Call pthread_kill and alarm early.
11583 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11584 support.
11585 (test): If the target can't hardware step and doesn't support
11586 displaced stepping, increase the timeout.
11587
11588 2015-09-16 Pedro Alves <palves@redhat.com>
11589
11590 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11591 (enable_debug): New procedures.
11592 (test): Use them. Bail out if waiting for threads fails.
11593 (top level): Bail out if a test fails.
11594
11595 2015-09-16 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.asm/asm-source.exp: Set asm-arch for
11598 aarch64*-*-* target.
11599 * gdb.asm/aarch64.inc: New file.
11600
11601 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11602
11603 * gdb.ada/array_of_variable_length.exp: New testcase.
11604 * gdb.ada/array_of_variable_length/foo.adb: New file.
11605 * gdb.ada/array_of_variable_length/pck.adb: New file.
11606 * gdb.ada/array_of_variable_length/pck.ads: New file.
11607
11608 2015-09-15 Doug Evans <dje@google.com>
11609
11610 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11611 of function static local variable.
11612
11613 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11614
11615 * gdb.threads/tls-so_extern.exp: New test file.
11616 * gdb.threads/tls-so_extern.c: New test file.
11617 * gdb.threads/tls-so_extern_main.c: New test file.
11618
11619 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 * gdb.opt/solib-intra-step-lib.c: New file.
11622 * gdb.opt/solib-intra-step-main.c: New file.
11623 * gdb.opt/solib-intra-step.exp: New file.
11624
11625 2015-09-15 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11628 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11629
11630 2015-09-14 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.base/hook-stop-continue.c: Delete.
11633 * gdb.base/hook-stop-continue.exp: Delete.
11634 * gdb.base/hook-stop-frame.c: Delete.
11635 * gdb.base/hook-stop-frame.exp: Delete.
11636 * gdb.base/hook-stop.c: New file.
11637 * gdb.base/hook-stop.exp: New file.
11638
11639 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11640
11641 * gdb.ada/access_to_packed_array.exp: New testcase.
11642 * gdb.ada/access_to_packed_array/foo.adb: New file.
11643 * gdb.ada/access_to_packed_array/pack.adb: New file.
11644 * gdb.ada/access_to_packed_array/pack.ads: New file.
11645
11646 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11647
11648 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11649 buffer size test.
11650
11651 2015-09-11 Don Breazeal <donb@codesourcery.com>
11652
11653 * gdb.base/foll-exec.c: Add copyright header. Fix
11654 formatting issues.
11655 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11656 (do_exec_tests): Use clean_restart in place of zap_session,
11657 and for test initialization. Fix formatting issues. Use
11658 fail in place of perror.
11659 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11660 an expect statement to match an expression with output from
11661 the program under debug.
11662 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11663 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11664 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11665 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11666 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11667
11668 2015-09-09 Doug Evans <dje@google.com>
11669
11670 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11671
11672 2015-09-09 Doug Evans <dje@google.com>
11673
11674 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11675
11676 2015-09-09 Doug Evans <dje@google.com>
11677
11678 * gdb.base/savedregs.exp: Fix typo.
11679
11680 2015-09-09 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11683
11684 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11685
11686 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11687 command actually switches threads. Give up on remaining
11688 tests if target fails to stop at breakpoint.
11689
11690 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11691
11692 * gdb.ada/funcall_char.exp: New testcase.
11693 * gdb.ada/funcall_char/foo.adb: New file.
11694
11695 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11696
11697 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11698 expected outputs. Add two testcases for completing ambiguous
11699 functions.
11700 * gdb.ada/complete/aux_pck.adb: New file.
11701 * gdb.ada/complete/aux_pck.ads: New file.
11702 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11703 Ambiguous_Func functions.
11704 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11705 * gdb.ada/complete/pck.adb: Likewise.
11706
11707 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11708
11709 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11710 failures to run the test program under GDB.
11711
11712 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11713
11714 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11715 to C.
11716
11717 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11718
11719 * gdb.base/run-after-attach.exp: New test file.
11720 * gdb.base/run-after-attach.c: New test file.
11721
11722 2015-08-26 Don Breazeal <donb@codesourcery.com>
11723
11724 * gdb.base/foll-exec-2.c: New test program.
11725 * gdb.base/foll-exec-2.exp: New test.
11726
11727 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11728
11729 * gdb.base/nested-subp1.exp: New file.
11730 * gdb.base/nested-subp1.c: New file.
11731 * gdb.base/nested-subp2.exp: New file.
11732 * gdb.base/nested-subp2.c: New file.
11733 * gdb.base/nested-subp3.exp: New file.
11734 * gdb.base/nested-subp3.c: New file.
11735
11736 2015-08-24 Pedro Alves <palves@redhat.com>
11737
11738 * gdb.server/connect-without-multi-process.c: New file.
11739 * gdb.server/connect-without-multi-process.exp: New file.
11740
11741 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11742
11743 * gdb.opt/inline-markers.c: Make z int.
11744
11745 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11746
11747 * gdb.opt/inline-markers.c: Make z volatile.
11748
11749 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11750
11751 * gdb.opt/inline-bt.c: New volatile global z.
11752 * gdb.opt/inline-cmds.c: Likewise.
11753 * gdb.opt/inline-locals.c: Likewise.
11754 * gdb.opt/inline-markers.c: New extern global z.
11755 (marker): Use z.
11756 (inline_fn): Likewise.
11757
11758 2015-08-24 Pedro Alves <palves@redhat.com>
11759
11760 * config/m32r-stub.exp: Remove file.
11761 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11762 * gdb.base/call-rt-st.exp: Likewise.
11763 * gdb.base/call-strs.exp: Likewise.
11764 * gdb.base/default.exp: Remove references to h8300-*-hms and
11765 *-*-udi*.
11766 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11767
11768 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11769
11770 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11771 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11772 and "return" use KFAIL when GDB can not read/write the vector
11773 return value.
11774
11775 2015-08-21 Gary Benson <gbenson@redhat.com>
11776
11777 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11778
11779 2015-08-20 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.server/solib-list.exp: No longer expect an interior stop in
11782 non-stop mode.
11783
11784 2015-08-20 Pedro Alves <palves@redhat.com>
11785
11786 * gdb.server/connect-stopped-target.c: New file.
11787 * gdb.server/connect-stopped-target.exp: New file.
11788
11789 2015-08-20 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.dwarf2/comp-unit-lang.exp: New file.
11792 * gdb.dwarf2/comp-unit-lang.c: New file.
11793
11794 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11795
11796 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11797 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11798
11799 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11800
11801 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11802 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11803
11804 2015-08-18 Doug Evans <dje@google.com>
11805 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11806
11807 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11808 skip_python_tests. New arg prompt_regexp.
11809 (skip_python_tests): New function.
11810 * lib/mi-support.exp (mi_skip_python_tests): New function.
11811 * gdb.python/py-mi-objfile-gdb.py: New file.
11812 * gdb.python/py-mi-objfile.c: New file.
11813 * gdb.python/py-mi-objfile.exp: New file.
11814
11815 2015-08-17 Keith Seitz <keiths@redhat.com>
11816
11817 * gdb.linespec/explicit.exp: Move strace test from here ...
11818 * gdb.trace/strace.exp: ... to here.
11819
11820 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11821
11822 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11823 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11824
11825 2015-08-14 Doug Evans <xdje42@gmail.com>
11826
11827 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11828 inferior before selecting a new file.
11829
11830 2015-08-14 Doug Evans <xdje42@gmail.com>
11831
11832 * gdb.mi/mi-disassemble.exp: Update.
11833 * gdb.base/disasm-optim.S: New file.
11834 * gdb.base/disasm-optim.c: New file.
11835 * gdb.base/disasm-optim.h: New file.
11836 * gdb.base/disasm-optim.exp: New file.
11837
11838 2015-08-14 Keith Seitz <keiths@redhat.com>
11839
11840 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11841 "evaluated-by".
11842
11843 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11844
11845 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11846
11847 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11848
11849 * gdb.ada/fun_renaming.exp: New testcase.
11850 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11851 * gdb.ada/fun_renaming/pack.adb: New file.
11852 * gdb.ada/fun_renaming/pack.ads: New file.
11853
11854 2015-08-12 Keith Seitz <keiths@redhat.com>
11855
11856 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11857 gdb_get_line_number.
11858
11859 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11860
11861 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11862 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11863 gdb.base/dso2dso.exp: New files.
11864
11865 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11866 Pedro Alves <palves@redhat.com>
11867 Keith Seitz <keiths@redhat.com>
11868
11869 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11870 GDBFLAGS.
11871
11872 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11873
11874 * gdb.base/gdbhistsize-history.exp
11875 (test_histsize_history_setting): Use save_vars.
11876 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11877 Use save_vars.
11878 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11879 * gdb.base/readline.exp: Use save_vars.
11880
11881 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11882
11883 * lib/gdb.exp (save_vars): New proc.
11884
11885 2015-08-11 Keith Seitz <keiths@redhat.com>
11886
11887 * gdb.base/help.exp: Update help_breakpoint_text.
11888
11889 2015-08-11 Keith Seitz <keiths@redhat.com>
11890
11891 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11892 (at toplevel): Call test_explicit_breakpoints.
11893 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11894 breakpoints.
11895 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11896 breakpoint conditions, "-cond".
11897
11898 2015-08-11 Keith Seitz <keiths@redhat.com>
11899
11900 * gdb.linespec/3explicit.c: New file.
11901 * gdb.linespec/cpexplicit.cc: New file.
11902 * gdb.linespec/cpexplicit.exp: New file.
11903 * gdb.linespec/explicit.c: New file.
11904 * gdb.linespec/explicit.exp: New file.
11905 * gdb.linespec/explicit2.c: New file.
11906 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11907 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11908 before using in the matching pattern.
11909 Clarify that `prefix' is a regular expression.
11910
11911 2015-08-11 Keith Seitz <keiths@redhat.com>
11912
11913 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11914 test.
11915 Add tests for missing ",FMT" and ",".
11916
11917 2015-08-10 Doug Evans <dje@google.com>
11918 Keith Seitz <keiths@redhat.com>
11919
11920 PR gdb/17960
11921 * gdb.base/completion.exp: Add location completer tests.
11922
11923 2015-08-07 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11926 tests here.
11927 (top level): Run do_test with and without displaced stepping.
11928
11929 2015-08-07 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.base/valgrind-disp-step.c: New file.
11932 * gdb.base/valgrind-disp-step.exp: New file.
11933
11934 2015-08-07 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11937 Delete function.
11938 (main): Add alarm. Run an infinite loop instead of calling
11939 wait_threads.
11940 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11941 comment.
11942 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11943 Delete function.
11944 (main): Add alarm. Run an infinite loop instead of calling
11945 wait_threads.
11946 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11947 comment.
11948
11949 2015-08-07 Pedro Alves <palves@redhat.com>
11950
11951 * gdb.base/checkpoint-ns.exp: New file.
11952 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11953 standard_testfile.
11954
11955 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11956
11957 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11958 * gdb.btrace/instruction_history.exp: Update.
11959 * gdb.btrace/tsx.exp: New.
11960 * gdb.btrace/tsx.c: New.
11961
11962 2015-08-06 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11965 increase timeout.
11966 * gdb.reverse/until-precsave.exp: Bump timeouts.
11967
11968 2015-08-06 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11971
11972 2015-08-06 Pedro Alves <palves@redhat.com>
11973
11974 PR gdb/18749
11975 * gdb.threads/process-dies-while-handling-bp.c: New file.
11976 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11977
11978 2015-08-06 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11981 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11982
11983 2015-08-05 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11986 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11987
11988 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11989
11990 * gdb.base/bp-permanent.exp: Report test as unsupported if
11991 the target cannot stop at the permanent breakpoint.
11992
11993 2015-08-03 Doug Evans <dje@google.com>
11994
11995 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11996 10000.
11997
11998 2015-08-03 Doug Evans <dje@google.com>
11999
12000 * Makefile.in (workers/%.worker, build-perf): New rule.
12001 (GDB_PERFTEST_MODE): New variable.
12002 (check-perf): Use it.
12003 (clean): Clean up gdb.perf parallel build subdirs.
12004 * lib/build-piece.exp: New file.
12005 * lib/gdb.exp (make_gdb_parallel_path): New function
12006 (standard_output_file, standard_temp_file): Call it.
12007 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12008 of $GDB_PARALLEL.
12009 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12010
12011 2015-08-03 Doug Evans <dje@google.com>
12012
12013 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12014 (LOG_FILE_NAME): New global.
12015 (TextReporter.__init__): Initialize self.txt_sum.
12016 (TextReporter.report): Add support for multiple data-points.
12017 Move report to perftest.sum, put raw data in perftest.log.
12018 (TextReporter.start): Open sum and log files.
12019 (TextReporter.end): Close sum and log files.
12020 * gdb.perf/lib/perftest/testresult.py
12021 (SingleStatisticTestResult.record): Handle multiple data-points.
12022
12023 2015-07-31 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12026 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12027 kill_wait_spawned_process instead of explicit "kill -9".
12028 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12029 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12030 kill_wait_spawned_process.
12031 * gdb.base/attach-twice.exp: Likewise.
12032 * gdb.base/attach.exp: Likewise.
12033 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12034 gdb_test_multiple.
12035 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12036 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12037 kill_wait_spawned_process.
12038 * gdb.base/valgrind-infcall.exp: Likewise.
12039 * gdb.multi/multi-attach.exp: Likewise.
12040 * gdb.python/py-prompt.exp: Likewise.
12041 * gdb.python/py-sync-interp.exp: Likewise.
12042 * gdb.server/ext-attach.exp: Likewise.
12043 * gdb.threads/attach-into-signal.exp (corefunc): Use
12044 spawn_wait_for_attach, spawn_id_get_pid and
12045 kill_wait_spawned_process.
12046 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12047 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12048 spawn_id_get_pid and kill_wait_spawned_process.
12049 * gdb.threads/attach-stopped.exp (corefunc): Use
12050 spawn_wait_for_attach, spawn_id_get_pid and
12051 kill_wait_spawned_process.
12052 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12053 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12054 kill_wait_spawned_process instead of explicit "kill -9".
12055 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12056 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12057 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12058 processes. Don't map cygwin/windows pids here. Now returns a
12059 spawn id list.
12060
12061 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12064 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12065 correct patch.
12066
12067 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12068
12069 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12070
12071 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12072
12073 Reapply:
12074 2014-05-21 Mark Wielaard <mjw@redhat.com>
12075
12076 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12077
12078 2015-07-30 Pedro Alves <palves@redhat.com>
12079
12080 * linux-low.c (handle_extended_wait): Set the child's last
12081 reported status to TARGET_WAITKIND_STOPPED.
12082
12083 2015-07-30 Pedro Alves <palves@redhat.com>
12084
12085 PR threads/18600
12086 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12087 only shows inferior 1.
12088
12089 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12090 Pedro Alves <palves@redhat.com>
12091
12092 PR threads/18600
12093 * gdb.threads/fork-plus-threads.c: New file.
12094 * gdb.threads/fork-plus-threads.exp: New file.
12095
12096 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12097
12098 * gdb.base/batch-preserve-term-settings.exp
12099 (test_terminal_settings_preserved_after_cli_exit): Use
12100 send_quit_command.
12101
12102 2015-07-29 Pedro Alves <palves@redhat.com>
12103 Don Breazeal <donb@codesourcery.com>
12104
12105 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12106 output from both inferior_spawn_id and gdb_spawn_id.
12107
12108 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12109
12110 * gdb.threads/attach-into-signal.exp (corefunc): Use
12111 with_test_prefix on nested loops, uniquefying the test messages.
12112
12113 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12114
12115 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12116 commit.
12117
12118 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12119
12120 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12121 New proc.
12122 (test_terminal_settings_preserved_after_sigterm): New test.
12123
12124 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12125
12126 * gdb.base/batch-preserve-term-settings.exp
12127 (test_terminal_settings_preserved_after_cli_exit): New test.
12128
12129 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12130
12131 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12132 manipulation of saved_gdbflags.
12133 (test_terminal_settings_preserved): Remove global declaration of
12134 the unused variable pagination_prompt. Remove manipulation of
12135 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12136 GDBFLAGS.
12137
12138 2015-07-29 Pedro Alves <palves@redhat.com>
12139
12140 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12141
12142 2015-07-29 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12145 at the top.
12146
12147 2015-07-29 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12150 (main): Call gdb_unbuffer_output.
12151 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12152 (main): Call gdb_unbuffer_output.
12153 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12154 (main): Call gdb_unbuffer_output.
12155 * gdb.base/call-strs.exp: Adjust to step over the
12156 gdb_unbuffer_output call.
12157 * gdb.base/catch-gdb-caused-signals.c: Include
12158 "../lib/unbuffer_output.c".
12159 (main): Call gdb_unbuffer_output.
12160 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12161 (main): Call gdb_unbuffer_output.
12162 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12163 (main): Call gdb_unbuffer_output.
12164 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12165 (main): Call gdb_unbuffer_output.
12166 * gdb.base/shlib-call.exp: Adjust to step over the
12167 gdb_unbuffer_output call.
12168 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12169 (main): Call gdb_unbuffer_output.
12170 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12171 (main): Call gdb_unbuffer_output.
12172 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12173 (main): Rename to ...
12174 (test): ... this.
12175 (main): Reimplement.
12176 * gdb.base/varargs.exp: Run to test instead of to main.
12177 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12178 (main): Call gdb_unbuffer_output.
12179
12180 2015-07-29 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12183 factore out from mi_continue_dprintf. For call-style dprintfs,
12184 expect dprintf output out of $inferior_spawn_id.
12185 (mi_continue_dprintf): Use mi_expect_dprintf.
12186 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12187 (main): Call gdb_unbuffer_output.
12188
12189 2015-07-29 Pedro Alves <palves@redhat.com>
12190
12191 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12192 (default_mi_gdb_start): Set inferior_spawn_id instead of
12193 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12194 gdb_spawn_id.
12195 (mi_gdb_test): Always expect inferior output from both
12196 $inferior_spawn_id and $gdb_spawn_id.
12197
12198 2015-07-29 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12201 send_inferior and $inferior_spawn_id.
12202
12203 2015-07-29 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.gdb/complaints.exp (test_initial_complaints)
12206 (test_serial_complaints, test_short_complaints): Use
12207 gdb_test_stdio.
12208 (test_empty_complaint): Handle $inferior_spawn_id !=
12209 $gdb_spawn_id.
12210
12211 2015-07-29 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.base/varargs.exp: Use gdb_test_stdio.
12214
12215 2015-07-29 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12218
12219 2015-07-29 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12222
12223 2015-07-29 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12226 parameter into two new parameters, "inf_result" and "gdb_result".
12227 Expect inferior output and gdb output from $inferior_spawn_id and
12228 $gdb_spawn_id, respectively. Adjust all callers.
12229
12230 2015-07-29 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12233 of gdb_test_sequence.
12234
12235 2015-07-29 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12238 (saw_spurious_output): Expect inferior output from
12239 $inferior_spawn_id. Use gdb_test_stdio.
12240
12241 2015-07-29 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.base/dprintf.exp: Use standard_testfile. Change
12244 prepare_for_testing call.
12245 (srcfile): Don't set.
12246 (restart): New procedure.
12247 (test_dprintf): New procecure, use to continue over dprintfs.
12248 (test_call, test_agent): New procedures, tests moved here.
12249 Restart gdb and recreate dprintfs. Adjust expected output.
12250
12251 2015-07-29 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12254
12255 2015-07-29 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12258
12259 2015-07-29 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12262 gdb_test_stdio.
12263
12264 2015-07-29 Pedro Alves <palves@redhat.com>
12265
12266 * lib/gdb.exp (gdb_test_stdio): New procedure.
12267
12268 2015-07-29 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12271
12272 2015-07-29 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/call-signal-resume.exp: Remove check for
12275 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12276 * gdb.base/unwindonsignal.exp: Likewise.
12277 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12278 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12279
12280 2015-07-29 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.base/siginfo-addr.c (pass): New function.
12283 (handler): Call it iff si_addr is correct.
12284 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12285 Set a breakpoint at "pass" and continue to it.
12286
12287 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12288
12289 * gdb.python/py-objfile.exp: Make some tests have unique names.
12290 * gdb.python/py-pp-registration.exp: Likewise.
12291
12292 2015-07-28 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12295
12296 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12297
12298 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12299
12300 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12301
12302 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12303
12304 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12305
12306 * gdb.base/gdb-sigterm-2.exp: New test.
12307
12308 2015-07-25 Doug Evans <xdje42@gmail.com>
12309
12310 Revert:
12311 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12312 (workers/%.worker, build-perf): New rule.
12313 (GDB_PERFTEST_MODE): New variable.
12314 (check-perf): Use it.
12315 (clean): Clean up gdb.perf parallel build subdirs.
12316 * lib/build-piece.exp: New file.
12317 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12318 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12319 name.
12320 (standard_temp_file): Ditto.
12321 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12322 of $GDB_PARALLEL.
12323
12324 2015-07-24 Doug Evans <dje@google.com>
12325
12326 * gdb.perf/lib/perftest/utils.py: New file.
12327 * gdb.perf/gm-hello.cc: New file.
12328 * gdb.perf/gm-pervasive-typedef.cc: New file.
12329 * gdb.perf/gm-pervasive-typedef.h: New file.
12330 * gdb.perf/gm-std.cc: New file.
12331 * gdb.perf/gm-std.h: New file.
12332 * gdb.perf/gm-use-cerr.cc: New file.
12333 * gdb.perf/gm-utils.h: New file.
12334 * gdb.perf/gmonster-null-lookup.py: New file.
12335 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12336 * gdb.perf/gmonster-print-cerr.py: New file.
12337 * gdb.perf/gmonster-ptype-string.py: New file.
12338 * gdb.perf/gmonster-runto-main.py: New file.
12339 * gdb.perf/gmonster-select-file.py: New file.
12340 * gdb.perf/gmonster1-null-lookup.exp: New file.
12341 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12342 * gdb.perf/gmonster1-print-cerr.exp: New file.
12343 * gdb.perf/gmonster1-ptype-string.exp: New file.
12344 * gdb.perf/gmonster1-runto-main.exp: New file.
12345 * gdb.perf/gmonster1-select-file.exp: New file.
12346 * gdb.perf/gmonster1.cc: New file.
12347 * gdb.perf/gmonster1.exp: New file.
12348 * gdb.perf/gmonster2-null-lookup.exp: New file.
12349 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12350 * gdb.perf/gmonster2-print-cerr.exp: New file.
12351 * gdb.perf/gmonster2-ptype-string.exp: New file.
12352 * gdb.perf/gmonster2-runto-main.exp: New file.
12353 * gdb.perf/gmonster2-select-file.exp: New file.
12354 * gdb.perf/gmonster2.cc: New file.
12355 * gdb.perf/gmonster2.exp: New file.
12356
12357 2015-07-24 Doug Evans <dje@google.com>
12358
12359 * gdb.perf/README: New file.
12360 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12361 * lib/gen-perf-test.exp: New file.
12362
12363 2015-07-24 Doug Evans <dje@google.com>
12364
12365 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12366 (PerfTest::startup): New function.
12367 (PerfTest::run): Return result of calling body.
12368 (PerfTest::assemble): Rewrite.
12369 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12370 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12371 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12372 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12373 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12374
12375 2015-07-24 Doug Evans <dje@google.com>
12376
12377 * lib/gdb.exp (clean_restart): Make executable optional.
12378
12379 2015-07-24 Doug Evans <dje@google.com>
12380
12381 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12382 compiler_info references.
12383 * gdb.cp/temargs.exp: Ditto.
12384 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12385 (get_compiler_info): Early exit if already computed. Set compiler_info
12386 to "unknown" if there was a problem.
12387 (test_compiler_info): Add function comment. Call get_compiler_info.
12388
12389 2015-07-24 Doug Evans <dje@google.com>
12390
12391 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12392 (workers/%.worker, build-perf): New rule.
12393 (GDB_PERFTEST_MODE): New variable.
12394 (check-perf): Use it.
12395 (clean): Clean up gdb.perf parallel build subdirs.
12396 * lib/build-piece.exp: New file.
12397 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12398 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12399 name.
12400 (standard_temp_file): Ditto.
12401 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12402 of $GDB_PARALLEL.
12403
12404 2015-07-24 Doug Evans <dje@google.com>
12405
12406 * lib/future.exp (gdb_default_target_compile): New option
12407 "early_flags".
12408 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12409 --as-needed.
12410
12411 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12412
12413 * gdb.base/catch-syscall.exp: Call gdb_exit before
12414 gdb_skip_xml_test.
12415
12416 2015-07-24 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.python/py-events.exp: Accept output between the stop event
12419 and the prompt.
12420 * gdb.python/py-evsignal.exp: Likewise.
12421 * gdb.python/py-evthreads.exp: Likewise.
12422
12423 2015-07-24 Pedro Alves <palves@redhat.com>
12424
12425 PR gdb/18717
12426 * gdb.threads/non-ldr-exit.c: New file.
12427 * gdb.threads/non-ldr-exit.exp: New file.
12428
12429 2015-07-24 Yao Qi <yao.qi@linaro.org>
12430
12431 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12432 restarting process.
12433
12434 2015-07-24 Yao Qi <yao.qi@linaro.org>
12435
12436 * gdb.server/ext-restart.exp: New file.
12437
12438 2015-07-24 Yao Qi <yao.qi@linaro.org>
12439
12440 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12441 argument options.
12442 * gdb.server/ext-wrapper.exp: New file.
12443
12444 2015-07-23 Doug Evans <dje@google.com>
12445
12446 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12447 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12448
12449 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12450
12451 * gdb.ada/var_arr_typedef.exp: New testcase.
12452 * gdb.ada/var_arr_typedef/pack.adb: New file.
12453 * gdb.ada/var_arr_typedef/pack.ads: New file.
12454 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12455
12456 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12457
12458 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12459
12460 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 * gdb.arch/i386-biarch-core.exp: Replace istarget
12463 by "complete set gnutarget". Remove expectation for the "core-file"
12464 command.
12465
12466 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 Revert the previous commit:
12469 Tests for validate symbol file using build-id.
12470
12471 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12472
12473 Tests for validate symbol file using build-id.
12474 * gdb.base/solib-mismatch-lib.c: New file.
12475 * gdb.base/solib-mismatch-libmod.c: New file.
12476 * gdb.base/solib-mismatch.c: New file.
12477 * gdb.base/solib-mismatch.exp: New file.
12478
12479 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12480
12481 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12482 nios2-*-linux*.
12483 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12484 * gdb.base/siginfo.exp: Likewise.
12485 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12486
12487 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12488
12489 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12490 Move it to ...
12491 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12492 ... here.
12493 * gdb.trace/range-stepping.exp: Check that the target supports
12494 range stepping.
12495
12496 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12497
12498 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12499
12500 2015-07-14 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/killed-outside.exp: New file.
12503 * gdb.base/killed-outside.c: New file.
12504
12505 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12508 (n at main): New.
12509 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12510
12511 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12512
12513 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12514 infcall tests instead of setting up for KFAIL.
12515
12516 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12517
12518 * gdb.btrace/record_goto-step.exp: New.
12519
12520 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12521
12522 PR compile/18484
12523 * gdb.compile/compile.c (struct struct_type): Add volatile to
12524 selffield's type.
12525 * gdb.compile/compile.exp
12526 (compile code struct_object.selffield = &struct_object): Skip further
12527 struct_object tests if this one xfails.
12528
12529 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12530
12531 PR exp/18617
12532 * gdb.trace/ax.exp: Add test.
12533
12534 2015-07-07 Yao Qi <yao.qi@linaro.org>
12535
12536 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12537 instead of istarget "aarch64*-*-*".
12538 * gdb.arch/aarch64-fp.exp: Likewise.
12539 * gdb.base/float.exp: Likewise.
12540 * gdb.reverse/aarch64.exp: Likewise.
12541 * lib/gdb.exp (is_aarch64_target): New proc.
12542
12543 2015-07-07 Yao Qi <yao.qi@linaro.org>
12544
12545 * lib/gdb.exp (is_aarch32_target): New proc.
12546 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12547 instead of "istarget "arm*-*-*"".
12548 * gdb.arch/arm-disp-step.exp: Likewise.
12549 * gdb.arch/thumb-bx-pc.exp: Likewise.
12550 * gdb.arch/thumb-prologue.exp: Likewise.
12551 * gdb.arch/thumb-singlestep.exp: Likewise.
12552 * gdb.base/disp-step-syscall.exp: Likewise.
12553 * gdb.base/float.exp: Likewise.
12554
12555 2015-07-07 Yao Qi <yao.qi@linaro.org>
12556
12557 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12558 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12559
12560 2015-07-07 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12563 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12564 if it exists.
12565 * gdb.multi/multi-arch.exp: Likewise.
12566
12567 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12568
12569 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12570 print.
12571
12572 2015-07-07 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12575
12576 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12577
12578 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12579 '[' and ']' characters.
12580
12581 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12582
12583 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12584
12585 2015-06-29 Pedro Alves <palves@redhat.com>
12586
12587 PR threads/18127
12588 * gdb.threads/hand-call-new-thread.c: New file.
12589 * gdb.threads/hand-call-new-thread.c: New file.
12590
12591 2015-06-26 Keith Seitz <keiths@redhat.com>
12592 Doug Evans <dje@google.com>
12593
12594 PR 16253
12595 * gdb.cp/var-tag-2.cc: New file.
12596 * gdb.cp/var-tag-3.cc: New file.
12597 * gdb.cp/var-tag-4.cc: New file.
12598 * gdb.cp/var-tag.cc: New file.
12599 * gdb.cp/var-tag.exp: New file.
12600
12601 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12602
12603 * gdb.base/history-duplicates.exp: New test.
12604
12605 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12606
12607 * gdb.base/completion.exp: Test the completion of the "focus"
12608 command.
12609
12610 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 * gdb.arch/amd64-prologue-skip.S: New file.
12613 * gdb.arch/amd64-prologue-skip.exp: New file.
12614
12615 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12616
12617 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12618 is_address_zero_readable check.
12619
12620 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12621
12622 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12623 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12624
12625 2015-06-24 Yao Qi <yao.qi@linaro.org>
12626
12627 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12628 linux targets.
12629
12630 2015-06-24 Yao Qi <yao.qi@linaro.org>
12631
12632 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12633 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12634 * gdb.base/siginfo-thread.exp: Likewise.
12635
12636 2015-06-22 Yao Qi <yao.qi@linaro.org>
12637
12638 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12639
12640 2015-06-22 Yao Qi <yao.qi@linaro.org>
12641
12642 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12643 aarch64*-*-*.
12644 (skip_hw_watchpoint_tests): Likewise.
12645
12646 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12647
12648 * gdb.base/gdbinit-history.exp: Test the interaction between
12649 setting GDBHISTSIZE and setting the history size via .gdbinit.
12650
12651 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12652
12653 PR gdb/16999
12654 * gdb.base/gdbhistsize-history.exp: New test.
12655
12656 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12657
12658 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12659 with GDBHISTSIZE.
12660 * gdb.base/readline.exp: Likewise.
12661
12662 2015-06-17 Yao Qi <yao.qi@linaro.org>
12663
12664 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12665 line.
12666
12667 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12668
12669 * gdb.base/gdbinit-history.exp: Add test case to check that
12670 an unlimited history file does not get truncated on exit.
12671
12672 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12675 (VECTOR): New macro. Use it...
12676 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12677 ...for these typedefs.
12678 (int8, char1, int1, double1): New typedefs.
12679 (struct just_int2, struct two_int2): New structures.
12680 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12681 (add_structvecs, add_singlevecs): New functions.
12682 (main): Call add_some_intvecs twice.
12683 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12684 the compile and exit upon failure. Try compiling for the "native"
12685 architecture. Test inferior function calls with vector arguments
12686 and vector return value handling with "finish" and "return".
12687
12688 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12689
12690 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12691 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12692 PE file.
12693 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12694
12695 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12696
12697 PR breakpoints/16465
12698 * gdb.mi/mi-dprintf-pending.c: New file.
12699 * gdb.mi/mi-dprintf-pending.exp: New test.
12700 * gdb.mi/mi-dprintf-pendshr.c: New file.
12701
12702 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12703 Mircea Gherzan <mircea.gherzan@intel.com>
12704
12705 * gdb.arch/i386-mpx-map.c: New file.
12706 * gdb.arch/i386-mpx-map.exp: New File.
12707
12708 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12709
12710 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12711 * gdb.arch/i386-mpx.exp: Indentation fixed.
12712
12713 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12714
12715 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12716 function and improved indentation.
12717 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12718 gdb_test_multiple. Added additional tests to skip the test.
12719
12720 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12721
12722 * gdb.arch/i386-avx512.c: Change path in include file.
12723 * gdb.arch/i386-avx512.exp: Change include dir path
12724 compilation flag.
12725 * gdb.arch/i386-mpx.c: Change path in include file.
12726 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12727 flag.
12728
12729 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12730
12731 * gdb.compile/compile-print.exp (compile print *vararray@3)
12732 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12733
12734 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12735
12736 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12737 (do not keep jit in memory): ... this.
12738 (expect 5): Change it to ...
12739 (expect no 5): ... this.
12740
12741 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12742
12743 PR gdb/15564
12744 * gdb.mi/mi-detach.exp: New file.
12745
12746 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12747
12748 PR symtab/18392
12749 * gdb.arch/amd64-tailcall-self.S: New file.
12750 * gdb.arch/amd64-tailcall-self.c: New file.
12751 * gdb.arch/amd64-tailcall-self.exp: New file.
12752
12753 2015-05-28 Don Breazeal <donb@codesourcery.com>
12754
12755 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12756 tests for remote targets by checking is_target_gdbserver.
12757
12758 2015-05-27 Doug Evans <dje@google.com>
12759
12760 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12761 * gdb.dwarf2/opaque-type-lookup.c: New file.
12762 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12763
12764 2015-05-26 Doug Evans <dje@google.com>
12765
12766 * gdb.cp/iostream.cc: New file.
12767 * gdb.cp/iostream.exp: New file.
12768
12769 2015-05-26 Doug Evans <dje@google.com>
12770
12771 * gdb.dwarf2/dw2-op-call.exp: Update.
12772 * gdb.dwarf2/dw4-sig-types.exp: Update.
12773 * gdb.dwarf2/implptr.exp: Update.
12774 * gdb.mi/mi-cmd-param-changed.exp: Update.
12775
12776 2015-05-26 Doug Evans <dje@google.com>
12777
12778 * gdb.python/py-lazy-string.c: New file.
12779 * gdb.python/py-lazy-string.exp: New file.
12780 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12781 (main): Update. Add estring3.
12782 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12783 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12784
12785 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12786 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.reverse/aarch64.c: New.
12789 * gdb.reverse/aarch64.exp: New.
12790
12791 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12792
12793 * lib/gdb.exp (supports_process_record): Return true for
12794 aarch64*-linux*.
12795 (supports_reverse): Likewise.
12796
12797 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12798
12799 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12800 Use with_test_prefix.
12801
12802 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12803
12804 * gdb.base/completion.exp: Add test for completion of layout
12805 names.
12806
12807 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12808
12809 * lib/gdb.exp (skip_tui_tests): New proc.
12810 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12811
12812 2015-05-19 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12815 Save the whole env array instead of just HOME. Unset HISTSIZE in
12816 the environment while testing. Restore whole environment
12817 afterwards.
12818
12819 2015-05-16 Doug Evans <xdje42@gmail.com>
12820
12821 * gdb.guile/scm-ports.c: New file.
12822 * gdb.guile/scm-ports.exp: Add memory port tests.
12823
12824 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12825
12826 * gdb.compile/compile-print.c: New file.
12827 * gdb.compile/compile-print.exp: New file.
12828
12829 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12830
12831 * gdb.compile/compile-ops.exp: Cast param to void.
12832 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12833 (compile code struct_object.selffield = &struct_object): Add xfail.
12834
12835 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12836
12837 * gdb.ada/arr_enum_with_gap: New testcase.
12838
12839 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12840
12841 * gdb.ada/byte_packed_arr: New testcase.
12842
12843 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12844
12845 * gdb.ada/pckd_neg: New testcase.
12846
12847 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12848
12849 PR gdb/17820
12850 * gdb.base/gdbinit-history.exp: New test.
12851 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12852 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12853
12854 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12855
12856 * gdb.python/py-xmethods.cc: Enhance test case.
12857 * gdb.python/py-xmethods.exp: New tests.
12858 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12859 function.
12860 (B_indexoper): Likewise.
12861 (global_dm_list) : Add new xmethod worker functions.
12862
12863 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12864
12865 * gdb.base/coredump-filter.exp: Correctly unset
12866 "coredump_var_addr" array.
12867
12868 2015-05-08 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.server/non-existing-program.exp: Unset spawn_id.
12871
12872 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12873
12874 PR python/18291
12875 * gdb.python/py-xmethods.exp: Add tests.
12876
12877 2015-05-08 Yao Qi <yao.qi@linaro.org>
12878
12879 PR gdb/18208
12880 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12881 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12882 function set_coredump_filter, and remove remote_exec call.
12883 Remove argument ipid. Callers update.
12884 (top level): Don't get inferior's PID.
12885
12886 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12887
12888 * gdb.base/watch_thread_num.exp: Skip test on targets without
12889 access watchpoints.
12890
12891 2015-05-06 Pedro Alves <palves@redhat.com>
12892
12893 PR server/18081
12894 * gdb.server/non-existing-program.exp: New file.
12895
12896 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12897
12898 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12899
12900 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12901
12902 * gdb.ada/out_of_line_in_inlined: New testcase.
12903
12904 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12905
12906 * gdb.ada/var_rec_arr: New testcase.
12907
12908 2015-04-30 Yao Qi <yao.qi@linaro.org>
12909
12910 * gdb.base/break-idempotent.exp: If
12911 skip_hw_watchpoint_multi_tests returns true, skip the tests
12912 on "rwatch" and "awatch".
12913
12914 2015-04-30 Yao Qi <yao.qi@linaro.org>
12915
12916 * gdb.base/relativedebug.exp: Invoke gdb command
12917 "info sharedlibrary", and if libc.so doesn't have debug info,
12918 skip the test.
12919
12920 2015-04-29 Doug Evans <dje@google.com>
12921
12922 * gdb.python/py-xmethods.exp: Add ptype tests.
12923 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12924 get_result_type method.
12925
12926 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12927
12928 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12929 the target does not support hardware watchpoints.
12930
12931 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12932
12933 * gdb.base/break-always.exp: Abort testing if writing to memory
12934 causes an error.
12935
12936 2015-04-28 Doug Evans <dje@google.com>
12937
12938 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12939 * gdb.python/py-pp-registration.exp: ... here. New file.
12940 * gdb.python/py-pp-registration.c: New file.
12941 * gdb.python/py-pp-registration.py: New file.
12942
12943 2015-04-28 Doug Evans <dje@google.com>
12944
12945 * gdb.python/py-bad-printers.c: New file.
12946 * gdb.python/py-bad-printers.py: New file.
12947 * gdb.python/py-bad-printers.exp: New file.
12948
12949 2015-04-28 Sasha Smundak <asmundak@google.com>
12950
12951 * gdb.python/py-type.exp: New test.
12952
12953 2015-04-28 Andy Wingo <wingo@igalia.com>
12954
12955 * gdb.python/py-parameter.exp:
12956 * gdb.guile/scm-parameter.exp: Escape the path that we are
12957 matching against, as it might contain characters that are special
12958 to regular expressions.
12959
12960 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12961
12962 * gdb.ada/rec_comp: New testcase.
12963
12964 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12965
12966 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12967 before using it.
12968
12969 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12970
12971 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12972 new tests for verilog output.
12973
12974 2015-04-24 Yao Qi <yao.qi@linaro.org>
12975
12976 * boards/remote-gdbserver-on-localhost.exp: New file.
12977
12978 2015-04-23 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12981 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12982 "end of file", remove $inferior_spawn_id from the indirect list.
12983
12984 2015-04-23 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12987
12988 2015-04-23 Pedro Alves <palves@redhat.com>
12989
12990 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12991 on $any_spawn_id instead of only on $gdb_spawn_id.
12992
12993 2015-04-21 Pierre Muller <muller@sourceware.org>
12994
12995 PR pascal/17815
12996 * lib/pascal.exp (gpc_compile): Add new option "class".
12997 (fpc_compile): Likewise.
12998 * gdb.pascal/case-insensitive-symbols.pas: New file.
12999 * gdb.pascal/case-insensitive-symbols.exp: New file.
13000
13001 2015-04-20 Gary Benson <gbenson@redhat.com>
13002
13003 * gdb.base/attach.exp: Fix three extended remote failures.
13004
13005 2015-04-17 Gary Benson <gbenson@redhat.com>
13006
13007 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13008 the main executable over the remote protocol.
13009
13010 2015-04-16 Pedro Alves <palves@redhat.com>
13011
13012 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13013 a new gdbserver if gdbserver_reconnect_p is set.
13014
13015 2015-04-16 Pedro Alves <palves@redhat.com>
13016
13017 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13018 is set, don't exit gdbserver.
13019
13020 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13021
13022 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13023 appropriate .insn, such that an older assembler can be used.
13024 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13025 the z/Architecture instruction set on 31-bit targets as well.
13026
13027 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13028
13029 * gdb.go/handcall.exp: Remove all logic related to the first
13030 breakpoint and rely on go_runto_main instead.
13031 * gdb.go/strings.exp: Likewise.
13032 * gdb.go/unsafe.exp: Likewise.
13033 * gdb.go/hello.exp: Likewise. Also rename the remaining
13034 breakpoint marker to "breakpoint 1".
13035 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13036 * gdb.go/strings.go: Likewise.
13037 * gdb.go/unsafe.go: Likewise.
13038 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13039 "set breakpoint 2 here" and rename the remaining breakpoint marker
13040 to "breakpoint 1".
13041
13042 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13043
13044 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13045 if itertools.imap is not present.
13046 * gdb.python/py-objfile.exp: Add parentheses.
13047 * gdb.python/py-type.exp: Same.
13048 * gdb.python/py-unwind-maint.py: Same.
13049
13050 2015-04-15 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13053 of ":$ptr_size" and set its form explicitly.
13054
13055 2015-04-15 Pedro Alves <palves@redhat.com>
13056 Yao Qi <yao.qi@linaro.org>
13057
13058 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13059 timeout by factor of 4.
13060 (test_regular_watch): Likewise.
13061 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13062 * gdb.reverse/sigall-reverse.exp: Likewise.
13063 * gdb.reverse/until-precsave.exp: Likewise.
13064 * lib/gdb.exp (with_timeout_factor): New proc.
13065 (gdb_expect): Move some code to ...
13066 (get_largest_timeout): ... here. New procedure.
13067
13068 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13069
13070 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13071
13072 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13073
13074 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13075 to write to the .text section.
13076
13077 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13078
13079 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13080 Handle the case of targets that do not provide PID information.
13081
13082 2015-04-13 Yao Qi <yao.qi@linaro.org>
13083
13084 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13085 and use expect instead of gdb_expect.
13086
13087 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13088
13089 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13090 "coredump_var_addr" to avoid naming conflict with other testcases.
13091
13092 2015-04-10 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13095 gdb_test_sequence and gdb_assert.
13096
13097 2015-04-10 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13100 test messages that don't include the breakpoint address.
13101
13102 2015-04-10 Yao Qi <yao.qi@linaro.org>
13103
13104 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13105 false for some offset and width combinations which aren't
13106 supported by linux kernel.
13107
13108 2015-04-10 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13111 procedure, factored out from ...
13112 (top level): ... here. Add "set displaced-stepping" testing axis.
13113 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13114 parameter "displaced". Use it.
13115 (top level): Use foreach and add "set displaced-stepping" testing
13116 axis.
13117
13118 2015-04-10 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13121 Remove comment.
13122 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13123 both the address of the instruction that triggers the watchpoint
13124 and the address of the instruction immediately after, and use
13125 those addresses for the test. Fix comment.
13126
13127 2015-04-10 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.base/sigstep.exp (breakpoint_to_handler)
13130 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13131 Test "backtrace" in handler.
13132 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13133 (top level): Add new "displaced" test axis to
13134 breakpoint_to_handler, breakpoint_to_handler_entry and
13135 breakpoint_over_handler.
13136
13137 2015-04-10 Pedro Alves <palves@redhat.com>
13138
13139 PR gdb/18216
13140 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13141
13142 2015-04-10 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13145 (test_add_rn_pc): New function.
13146 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13147 (top level): Invoke test_add_rn_pc.
13148
13149 2015-04-10 Pedro Alves <palves@redhat.com>
13150
13151 PR gdb/13858
13152 * gdb.base/step-over-no-symbols.exp: New file.
13153
13154 2015-04-09 Andy Wingo <wingo@igalia.com>
13155
13156 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13157 after the Python tests.
13158
13159 2015-04-08 Keith Seitz <keiths@redhat.com>
13160
13161 PR python/16699
13162 * gdb.python/py-completion.exp: New tests for completion.
13163 * gdb.python/py-completion.py (CompleteLimit1): New class.
13164 (CompleteLimit2): Likewise.
13165 (CompleteLimit3): Likewise.
13166 (CompleteLimit4): Likewise.
13167 (CompleteLimit5): Likewise.
13168 (CompleteLimit6): Likewise.
13169 (CompleteLimit7): Likewise.
13170
13171 2015-04-08 Pedro Alves <palves@redhat.com>
13172
13173 PR gdb/18214
13174 PR gdb/18216
13175 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13176 function.
13177 (main): Install it as SIGUSR1 handler.
13178 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13179 parameter. Always use "setup" as prefix. Toggle "set
13180 displaced-stepping" off/on depending on global. Don't switch to
13181 thread 1 here.
13182 (top level): Add displaced stepping "off/on" test axis. Update
13183 "setup" calls. Wrap each subtest with with_test_prefix. Test
13184 continuing with a queued signal in each thread.
13185
13186 2015-04-08 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13189 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13190 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13191 Return early if running to main fails.
13192 * gdb.trace/while-stepping.exp: Likewise.
13193
13194 2015-04-07 Pedro Alves <palves@redhat.com>
13195
13196 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13197 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13198 interact with inferior program.
13199
13200 2015-04-07 Pedro Alves <palves@redhat.com>
13201
13202 * lib/gdb.exp (inferior_spawn_id): New global.
13203 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13204 spawn id after processing the user code.
13205 (default_gdb_start): Set inferior_spawn_id.
13206 (send_inferior): New procedure.
13207 * lib/gdbserver-support.exp (gdbserver_start): Set
13208 inferior_spawn_id.
13209 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13210
13211 2015-04-07 Pedro Alves <palves@redhat.com>
13212
13213 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13214 * lib/gdbserver-support.exp (gdbserver_start): Make
13215 $server_spawn_id global.
13216 (gdbserver_start): Don't wait for gdbserver's spawn id with
13217 expect_background.
13218 (close_gdbserver): New procedure.
13219 (gdb_exit): Rename the default version and reimplement.
13220
13221 2015-04-07 Pedro Alves <palves@redhat.com>
13222
13223 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13224 append the substituted item, not the original item.
13225
13226 2015-04-07 Pedro Alves <palves@redhat.com>
13227
13228 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13229 gdb_expect.
13230
13231 2015-04-07 Pedro Alves <palves@redhat.com>
13232
13233 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13234 output appearing once only.
13235
13236 2015-04-07 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13239 that doesn't expect anything. Return early if running to main
13240 fails.
13241
13242 2015-04-07 Yao Qi <yao.qi@linaro.org>
13243
13244 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13245 (child_function): Call alarm.
13246 (main): Move call to alarm into the loop.
13247 * gdb.threads/non-stop-fair-events.exp: Build program with
13248 -DTIMEOUT=$timeout.
13249
13250 2015-04-06 Doug Evans <xdje42@gmail.com>
13251
13252 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13253 Fix dest parameter to board_info.
13254 (fpc_compile): Ditto.
13255 (gdb_compile_pascal): Rename dest arg to destfile.
13256
13257 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13258
13259 * gdb.ada/funcall_ref.exp: New file.
13260 * gdb.ada/funcall_ref/foo.adb: New file.
13261
13262 2015-04-02 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13265 is remote.
13266
13267 2015-04-02 Gary Benson <gbenson@redhat.com>
13268
13269 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13270
13271 2015-04-01 Sasha Smundak <asmundak@google.com>
13272
13273 * gdb.python/py-unwind-maint.c: New file.
13274 * gdb.python/py-unwind-maint.exp: New test.
13275 * gdb.python/py-unwind-maint.py: New file.
13276 * gdb.python/py-unwind.c: New file.
13277 * gdb.python/py-unwind.exp: New test.
13278 * gdb.python/py-unwind.py: New test.
13279
13280 2015-04-01 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13283 to fail instead of non-existent $test.
13284
13285 2015-04-01 Pedro Alves <palves@redhat.com>
13286
13287 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13288 GDBFLAGS if not empty.
13289
13290 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13291
13292 * gdb.ada/complete.exp: Remove "multi_line".
13293 * gdb.ada/info_exc.exp: Remove "multi_line".
13294 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13295 * gdb.ada/ptype_field.exp: Remove "multi_line".
13296 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13297 * gdb.ada/tagged.exp: Remove "multi_line".
13298 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13299 [multi_line ...]
13300 * gdb.btrace/delta.exp: Likewise.
13301 * gdb.btrace/exception.exp: Likewise.
13302 * gdb.btrace/function_call_history.exp: Likewise.
13303 * gdb.btrace/instruction_history.exp: Likewise.
13304 * gdb.btrace/nohist.exp: Likewise.
13305 * gdb.btrace/record_goto.exp: Likewise.
13306 * gdb.btrace/segv.exp: Likewise.
13307 * gdb.btrace/stepi.exp: Likewise.
13308 * gdb.btrace/tailcall.exp: Likewise.
13309 * gdb.btrace/unknown_functions.exp: Likewise.
13310 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13311 * lib/gdb.exp: Add the "multi_line" helper.
13312
13313 2015-04-01 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.threads/tid-reuse.c: New file.
13316 * gdb.threads/tid-reuse.exp: New file.
13317
13318 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13319
13320 PR corefiles/16092
13321 * gdb.base/coredump-filter.c: New file.
13322 * gdb.base/coredump-filter.exp: Likewise.
13323
13324 2015-03-27 Petr Machata <pmachata@redhat.com>
13325
13326 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13327 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13328 (Dwarf::assemble): Initialize them.
13329 (Dwarf::lines): New function.
13330
13331 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13332
13333 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13334 SYMBOL_PREFIX for x86_64-*-cygwin.
13335
13336 2015-03-26 Andy Wingo <wingo@igalia.com>
13337
13338 PR symtab/18148
13339 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13340 const_value but not a location.
13341 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13342 location defined in non-main CUs are visible.
13343
13344 2015-03-26 Yao Qi <yao.qi@linaro.org>
13345
13346 PR testsuite/18139
13347 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13348 Add a line number entry for the same line.
13349 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13350 Add a line number entry for the same line.
13351
13352 2015-03-26 Yao Qi <yao.qi@linaro.org>
13353
13354 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13355 .int 0.
13356 (func): Likewise. Add .Lfunc_1 label.
13357 Use .Lfunc_1 label.
13358 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13359 .int 0.
13360 (func): Likewise.
13361 Use .Lfunc_1 label.
13362
13363 2015-03-26 Yao Qi <yao.qi@linaro.org>
13364
13365 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13366 Call gdb_compile instead to compile each .s files without debug
13367 information.
13368
13369 2015-03-26 Yao Qi <yao.qi@linaro.org>
13370
13371 * gdb.base/savedregs.exp (process_saved_regs): Make
13372 "Saved registers:" optional in the pattern.
13373
13374 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13375
13376 * gdb.btrace/next.exp: Merged into step.exp.
13377 * gdb.btrace/finish.exp: Merged into step.exp.
13378 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13379 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13380 "record goto" and checking the exact replay position.
13381 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13382 check for "Recording format" in "info record" output.
13383 * gdb.btrace/record_goto.exp: Choose test file based on target.
13384 * gdb.btrace/x86-record_goto.S: Renamed into ...
13385 * gdb.btrace/x86_64-record_goto.S: ... this.
13386 * gdb.btrace/i686-record_goto.S: New.
13387 * gdb.btrace/x86-tailcall.S: Renamed into ...
13388 * gdb.btrace/x86_64-tailcall.S: ... this.
13389 * gdb.btrace/i686-tailcall.S: New.
13390 * gdb.btrace/x86-tailcall.c: Renamed into ...
13391 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13392 separate statements. Update test.
13393 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13394 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13395 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13396 * gdb.btrace/tailcall.exp: Choose test file based on target.
13397 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13398
13399 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13400
13401 * gdb.btrace/exception.exp: Increase BTS buffer size.
13402
13403 2015-03-24 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13406
13407 2015-03-24 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.threads/schedlock.exp (test_step): No longer expect that
13410 "set scheduler-locking step" with "next" over a function call runs
13411 threads unlocked.
13412
13413 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13414
13415 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13416
13417 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13418
13419 PR breakpoints/16466
13420 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13421 * gdb.mi/mi-pending.c (thread_func): New function.
13422 (int main): Add threading support required.
13423 * gdb.mi/mi-pending.exp: Add tests for this issue.
13424 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13425 (pendfunc2): Remove stdio dependency.
13426 * gdb.mi/mi-pendshr2.c: New file.
13427
13428 2015-03-23 Keith Seitz <keiths@redhat.com>
13429
13430 * gdb.linespec/keywords.c: New file.
13431 * gdb.linespec/keywords.exp: New file.
13432
13433 2015-03-23 Keith Seitz <keiths@redhat.com>
13434
13435 PR gdb/18021
13436 * gdb.dwarf2/staticvirtual.exp: New test.
13437
13438 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13439
13440 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13441 * README: Remove HP-UX and gdb.hp.
13442 (configuration):
13443 * configure: Regenerate.
13444 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13445 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13446 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13447 gdb.hp/gdb.defects/Makefile.
13448 * gdb.hp/Makefile.in: File deleted.
13449 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13450 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13451 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13452 * gdb.hp/gdb.aCC/run.c: File deleted.
13453 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13454 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13455 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13456 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13457 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13458 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13459 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13460 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13461 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13462 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13463 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13464 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13465 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13466 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13467 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13468 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13469 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13470 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13471 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13472 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13473 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13474 * gdb.hp/gdb.compat/average.c: File deleted.
13475 * gdb.hp/gdb.compat/sum.c: File deleted.
13476 * gdb.hp/gdb.compat/xdb.c: File deleted.
13477 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13478 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13479 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13480 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13481 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13482 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13483 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13484 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13485 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13486 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13487 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13488 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13489 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13490 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13491 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13492 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13493 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13494 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13495 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13496 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13497 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13498 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13499 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13500 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13501 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13502 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13503 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13504 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13505 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13506 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13507 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13508 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13509 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13510 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13511 * gdb.hp/tools/odump: File deleted.
13512
13513 2015-03-19 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13516 (saw_thread_3): New globals.
13517 (top level): Increment them when an event for the corresponding
13518 thread is seen.
13519 (no thread starvation): New test.
13520
13521 2015-03-19 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.threads/continue-pending-status.c: New file.
13524 * gdb.threads/continue-pending-status.exp: New file.
13525
13526 2015-03-18 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13529 Use gdb_is_target_remote instead of is_remote. Use
13530 gdb_test_multiple instead of gdb_expect. Exit early if
13531 gdb_test_multiple hits its internal matches. Tighten stepi tests
13532 expected output. Fail on exit with any signal, instead of just
13533 SIGILL.
13534
13535 2015-03-18 Yao Qi <yao.qi@linaro.org>
13536
13537 PR tdep/18107
13538 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13539 variable.
13540 * gdb.base/catch-syscall.exp: Don't skip it on
13541 aarch64*-*-linux* target. Remove elements in all_syscalls.
13542 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13543 target.
13544 (setup_all_syscalls): New proc.
13545
13546 2015-03-16 Yao Qi <yao.qi@linaro.org>
13547
13548 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13549 (top level): Skip tests if valid_addr_p returns false for
13550 $cmd1 or $cmd2.
13551
13552 2015-03-11 Andy Wingo <wingo@igalia.com>
13553
13554 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13555
13556 2015-03-11 Yao Qi <yao.qi@linaro.org>
13557
13558 * gdb.base/catch-syscall.exp: Fix typo in comments.
13559
13560 2015-03-11 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13563
13564 2015-03-09 Pedro Alves <palves@redhat.com>
13565
13566 * dg-extract-results.py: Delete.
13567
13568 2015-03-09 Pedro Alves <palves@redhat.com>
13569
13570 Merge dg-extract-results.sh from GCC upstream (r218843).
13571
13572 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13573 * dg-extract-results.sh: Use --text with grep to avoid issues with
13574 binary files. Fall back to cat -v, if that doesn't work.
13575
13576 2015-03-05 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13579
13580 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13581
13582 * lib/mi-support.exp (mi_expect_interrupt): Accept
13583 alternative event for when in all-stop mode.
13584
13585 2015-03-04 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13588
13589 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13590
13591 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13592
13593 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13594
13595 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13596 regexps for GDB's current line display, accept a hex address
13597 preceding the line number.
13598
13599 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13600
13601 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13602 the 'arch1' variable for "s390*-linux*" targets.
13603
13604 2015-03-04 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13607 (main): Pass missing retval argument to pthread_join call.
13608
13609 2015-03-02 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13612 (top level): Call do_test with non-stop as well.
13613
13614 2015-03-02 Pedro Alves <palves@redhat.com>
13615
13616 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13617 -1.
13618
13619 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.arch/s390-vregs.exp: New test.
13622 * gdb.arch/s390-vregs.S: New file.
13623
13624 2015-02-27 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13627 call to catch_command_errors.
13628 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13629 catch_command_errors.
13630
13631 2015-02-27 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13634 "true" for boolean result.
13635 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13636 prototype of main.
13637
13638 2015-02-27 Pedro Alves <palves@redhat.com>
13639
13640 * lib/unbuffer_output.c: New file.
13641 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13642 (main): Call gdb_unbuffer_output.
13643
13644 2015-02-27 Yao Qi <yao.qi@linaro.org>
13645
13646 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13647 target.
13648
13649 2015-02-26 Doug Evans <dje@google.com>
13650
13651 * gdb.cp/class2.cc (Dbase, D): New classes.
13652 (main): New local delta.
13653 * gdb.cp/class2.exp: Test printing delta.
13654 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13655 (dynbar): New global.
13656 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13657
13658 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13659
13660 * gdb.compile/compile-ifunc.c: New file.
13661 * gdb.compile/compile-ifunc.exp: New file.
13662
13663 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13664
13665 * gdb.base/structs.exp: Check for correct struct on finish.
13666
13667 2015-02-26 Yao Qi <yao.qi@linaro.org>
13668
13669 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13670 is zero.
13671
13672 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13673
13674 * gdb.arch/cordic.ko.bz2: New file.
13675 * gdb.arch/cordic.ko.debug.bz2: New file.
13676 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13677
13678 2015-02-25 Yao Qi <yao.qi@linaro.org>
13679
13680 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13681 aarch64*-*-* target.
13682
13683 2015-02-23 Pedro Alves <palves@redhat.com>
13684
13685 * lib/gdb.exp (delete_breakpoints): Rewrite using
13686 gdb_test_multiple.
13687
13688 2015-02-23 Pedro Alves <palves@redhat.com>
13689
13690 * gdb.base/info-os.c: Include stdlib.h.
13691
13692 2015-02-22 Doug Evans <xdje42@gmail.com>
13693
13694 PR symtab/17855
13695 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13696 is read after symbols have been re-read.
13697 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13698 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13699
13700 2015-02-21 Doug Evans <dje@google.com>
13701
13702 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13703
13704 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13705
13706 PR corefiles/17808
13707 * gdb.arch/i386-biarch-core.core.bz2: New file.
13708 * gdb.arch/i386-biarch-core.exp: New file.
13709
13710 2015-02-21 Pedro Alves <palves@redhat.com>
13711
13712 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13713 runto_main fails.
13714
13715 2015-02-20 Pedro Alves <palves@redhat.com>
13716
13717 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13718 info probes.
13719
13720 2015-02-20 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13723
13724 2015-02-20 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13727 clean_restart before gdb_target_supports_trace.
13728
13729 2015-02-20 Pedro Alves <palves@redhat.com>
13730
13731 PR threads/18006
13732 * gdb.threads/clone-thread_db.c: New file.
13733 * gdb.threads/clone-thread_db.exp: New file.
13734
13735 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13736
13737 PR breakpoints/16812
13738 * gdb.base/catch-gdb-caused-signals.c: New file.
13739 * gdb.base/catch-gdb-caused-signals.exp: New file.
13740
13741 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13742
13743 * configure: Regenerated.
13744 * configure.ac: Use GDB_AC_TRANSFORM.
13745 * aclocal.m4: sinclude ../transform.m4.
13746
13747 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13748
13749 * lib/dtrace.exp: New file.
13750 * gdb.base/dtrace-probe.exp: Likewise.
13751 * gdb.base/dtrace-probe.d: Likewise.
13752 * gdb.base/dtrace-probe.c: Likewise.
13753 * lib/pdtrace.in: Likewise.
13754 * configure.ac: Output variables with the transformed names of
13755 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13756 * configure: Regenerated.
13757
13758 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13759
13760 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13761 expected message when trying to access $_probe_* convenience
13762 variables while not on a probe.
13763
13764 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13765
13766 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13767
13768 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13769
13770 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13771 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13772
13773 2015-02-10 Doug Evans <xdje42@gmail.com>
13774
13775 * lib/gdb.exp (gdb_load): Always return a result.
13776
13777 2015-02-10 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.threads/signal-sigtrap.c: New file.
13780 * gdb.threads/signal-sigtrap.exp: New file.
13781
13782 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13783
13784 * gdb.trace/no-attach-trace.c: New file.
13785 * gdb.trace/no-attach-trace.exp: New file.
13786
13787 2015-02-09 Mark Wielaard <mjw@redhat.com>
13788
13789 * gdb.dwarf2/atomic.c: New file.
13790 * gdb.dwarf2/atomic-type.exp: Likewise.
13791
13792 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13793
13794 * gdb.btrace/buffer-size.exp: Update "info record" output.
13795 * gdb.btrace/delta.exp: Update "info record" output.
13796 * gdb.btrace/enable.exp: Update "info record" output.
13797 * gdb.btrace/finish.exp: Update "info record" output.
13798 * gdb.btrace/instruction_history.exp: Update "info record" output.
13799 * gdb.btrace/next.exp: Update "info record" output.
13800 * gdb.btrace/nexti.exp: Update "info record" output.
13801 * gdb.btrace/step.exp: Update "info record" output.
13802 * gdb.btrace/stepi.exp: Update "info record" output.
13803 * gdb.btrace/nohist.exp: Update "info record" output.
13804
13805 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13806
13807 * gdb.btrace/buffer-size: New.
13808
13809 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13810
13811 * gdb.btrace/delta.exp: Update "info record" output.
13812 * gdb.btrace/enable.exp: Update "info record" output.
13813 * gdb.btrace/finish.exp: Update "info record" output.
13814 * gdb.btrace/instruction_history.exp: Update "info record" output.
13815 * gdb.btrace/next.exp: Update "info record" output.
13816 * gdb.btrace/nexti.exp: Update "info record" output.
13817 * gdb.btrace/step.exp: Update "info record" output.
13818 * gdb.btrace/stepi.exp: Update "info record" output.
13819 * gdb.btrace/nohist.exp: Update "info record" output.
13820
13821 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13822
13823 PR gdb/15678
13824 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13825
13826 2015-02-06 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13829 macro.
13830 (seconds_left, again): New globals.
13831 (main): Wait seconds_left in a 1-second sleep loop instead of
13832 sleeping 180 seconds. If 'again' is set, reset the seconds
13833 counter.
13834 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13835 'again' in the inferior before detaching. Print the seconds left.
13836 (options): New global.
13837 (top level): Build program with -DTIMEOUT=$timeout.
13838
13839 2015-02-06 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13842 determine how many seconds to pass to 'alarm'.
13843 * gdb.base/gdb-sigterm.exp (top level): Build program with
13844 -DTIMEOUT=$timeout.
13845 (do_test): Return success/failure indication. Add more verbose
13846 logging. Don't fail if 200 single steps are seen. Instead, fail
13847 when the test times out.
13848 (passes): New global.
13849 (top level): Break the testing loop if testing fails on any
13850 iteration. Use gdb_assert.
13851
13852 2015-02-04 Don Breazeal <donb@codesourcery.com>
13853
13854 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13855 and initialize them.
13856 (ipc_cleanup): New function.
13857 (main): Don't declare shmid, semid, and msqid. Add a call to
13858 atexit so that we call ipc_cleanup on exit.
13859
13860 2015-02-04 Pedro Alves <palves@redhat.com>
13861
13862 * boards/native-extended-gdbserver.exp: Remove any target variant
13863 specifications from the board name before clearing the isremote
13864 flag from board_info.
13865
13866 2015-01-31 Doug Evans <xdje42@gmail.com>
13867
13868 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13869
13870 2015-01-31 Gary Benson <gbenson@redhat.com>
13871
13872 * gdb.base/completion.exp: Disable completion limiting for
13873 existing tests. Add new tests to check completion limiting.
13874 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13875
13876 2015-01-31 Doug Evans <xdje42@gmail.com>
13877
13878 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13879
13880 2015-01-31 Doug Evans <xdje42@gmail.com>
13881
13882 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13883 entries. Duplicate file section script entries.
13884 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13885 inlined entries. Add test for safe-path rejection.
13886 * gdb.python/py-section-script.c: Add duplicate inlined section script
13887 entries. Duplicate file section script entries.
13888 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13889 inlined entries. Add test for safe-path rejection.
13890
13891 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13892
13893 * gdb.ada/disc_arr_bound: New testcase.
13894
13895 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13896
13897 * gdb.ada/mi_var_array: New testcase.
13898
13899 2015-01-27 Doug Evans <dje@google.com>
13900
13901 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13902 Add test for objfile.filename, objfile.username after objfile
13903 has been unloaded.
13904
13905 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13906
13907 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13908 the second test to print the name attribute of value
13909 returned by the call to gdb.lookup_type, and adjust
13910 the expected output accordingly.
13911
13912 2015-01-25 Mark Wielaard <mjw@redhat.com>
13913
13914 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13915 * gdb.base/disp-step-fork.c: Include unistd.h.
13916 * gdb.base/siginfo-obj.c: Include stdio.h.
13917 * gdb.base/siginfo-thread.c: Likewise.
13918 * gdb.mi/non-stop.c: Include unistd.h.
13919 * gdb.mi/nsthrexec.c: Include stdio.h.
13920 * gdb.mi/pthreads.c: Include unistd.h.
13921 * gdb.modula2/unbounded1.c (main): Declare returns int.
13922 * gdb.reverse/consecutive-reverse.c: Likewise.
13923 * gdb.threads/create-fail.c: Include unistd.h.
13924 * gdb.threads/killed.c: Likewise.
13925 * gdb.threads/linux-dp.c: Likewise.
13926 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13927 * gdb.threads/non-ldr-exc-2.c: Likewise.
13928 * gdb.threads/non-ldr-exc-3.c: Likewise.
13929 * gdb.threads/non-ldr-exc-4.c: Likewise.
13930 * gdb.threads/pthreads.c: Include unistd.h.
13931 (main): Declare returns int.
13932 * gdb.threads/tls-main.c (foo): New declaration.
13933 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13934
13935 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13936
13937 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13938 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13939
13940 2015-01-15 Mark Wielaard <mjw@redhat.com>
13941
13942 * gdb.base/noreturn-return.c: New file.
13943 * gdb.base/noreturn-return.exp: New file.
13944 * gdb.base/noreturn-finish.c: New file.
13945 * gdb.base/noreturn-finish.exp: New file.
13946
13947 2015-01-23 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.threads/continue-pending-after-query.c: New file.
13950 * gdb.threads/continue-pending-after-query.exp: New file.
13951
13952 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13953 Simon Marchi <simon.marchi@ericsson.com>
13954
13955 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13956 * gdb.base/valgrind-db-attach.exp: Same.
13957 * gdb.base/valgrind-infcall.exp: Same.
13958 * lib/mi-support.exp (default_mi_gdb_start): Same.
13959 * lib/prompt.exp (default_prompt_gdb_start): Same.
13960 * lib/gdb.exp (default_gdb_spawn): Same.
13961 (gdb_interact): New.
13962
13963
13964 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13965
13966 * gdb.compile/compile.exp (pointer to jit function): New test.
13967
13968 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13969
13970 * lib/gdb.exp (supports_process_record): Return true for
13971 powerpc*-*-linux*.
13972 (supports_reverse): Likewise.
13973
13974 2015-01-15 Don Breazeal <donb@codesourcery.com>
13975
13976 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13977 instead of checking whether the target board is remote and
13978 use spawn_wait_for_attach instead of exec/sleep.
13979 * gdb.base/attach-twice.exp: Likewise.
13980
13981 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13982
13983 * gdb.ada/var_arr_attrs: New testcase.
13984
13985 2015-01-14 Pedro Alves <palves@redhat.com>
13986 Joel Brobecker <brobecker@adacore.com>
13987
13988 PR gdb/17525
13989 * gdb.base/bp-cmds-execution-x-script.c: New file.
13990 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13991 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13992
13993 2015-01-14 Pedro Alves <palves@redhat.com>
13994
13995 PR cli/17828
13996 * gdb.base/batch-preserve-term-settings.c: New file.
13997 * gdb.base/batch-preserve-term-settings.exp: New file.
13998
13999 2015-01-13 Doug Evans <dje@google.com>
14000
14001 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14002 binary.
14003
14004 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14005
14006 * Makefile.in (clean mostlyclean): Do not delete *.py.
14007
14008 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14009
14010 * gdb.python/py-lookup-type.exp: New file.
14011
14012 2015-01-12 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14015 restore GDBFLAGS before returning.
14016
14017 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14018
14019 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14020 is_amd64_regs_target and is_x86_like_target.
14021
14022 2015-01-11 Doug Evans <xdje42@gmail.com>
14023
14024 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14025 is given without an explicit form.
14026 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14027 attributes.
14028 * gdb.dwarf/corrupt.exp: Ditto.
14029 * gdb.dwarf2/enum-type.exp: Ditto.
14030 * gdb.trace/entry-values.exp: Ditto.
14031 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14032
14033 2015-01-11 Doug Evans <xdje42@gmail.com>
14034
14035 PR gdb/15830
14036 * gdb.base/maint.exp: Remove references to "maint demangle".
14037 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14038 Add tests for explicitly specifying language to demangle.
14039 * gdb.dlang/demangle.exp: Ditto.
14040
14041 2015-01-09 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.threads/non-stop-fair-events.c: New file.
14044 * gdb.threads/non-stop-fair-events.exp: New file.
14045
14046 2015-01-09 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14049 the global scope. Set a breakpoint after all threads are started
14050 rather than stepping over two source lines. Expect the prompt.
14051 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14052 global.
14053 (NUM): Now 15.
14054 (main): Use threads_started_barrier to wait for all threads to
14055 start. Main thread no longer calls thread_function. Exit after
14056 180 seconds.
14057 (loop): New function.
14058 (thread_function): Wait on threads_started_barrier barrier. Call
14059 'loop' at each iteration.
14060 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14061 threads have started, instead of hardcoding number of "next"
14062 steps. Use an access watchpoint instead of a write watchpoint.
14063
14064 2015-01-09 Pedro Alves <palves@redhat.com>
14065
14066 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14067 (thread_func): Wait on barrier.
14068 (main): Wait for all threads to start before stopping GDB.
14069 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14070 global.
14071 (thread1_func, thread2_func): Wait on barrier.
14072 (main): Wait for all threads to start before stopping GDB.
14073 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14074 New global.
14075 (thread1_func, thread2_func): Wait on barrier.
14076 (main): Wait for all threads to start before stopping GDB.
14077
14078 2015-01-09 Pedro Alves <palves@redhat.com>
14079
14080 * gdb.threads/attach-many-short-lived-threads.c: New file.
14081 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14082
14083 2014-01-09 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14086 instead of to thread 2.
14087 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14088 Add barrier around each pthread_create call instead of around all
14089 calls.
14090 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14091 Set a break on thread_function and have the child threads hit it
14092 one at at a time.
14093
14094 2015-01-09 Pedro Alves <palves@redhat.com>
14095
14096 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14097 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14098 false.
14099 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14100 checking whether the target board is remote.
14101 * gdb.multi/multi-attach.exp: Likewise.
14102 * gdb.python/py-sync-interp.exp: Likewise.
14103 * gdb.server/ext-attach.exp: Likewise.
14104 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14105 tests that need to attach, instead of checking whether the target
14106 board is remote at the top of the file.
14107
14108 2015-01-08 Yao Qi <yao@codesourcery.com>
14109
14110 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14111
14112 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14113
14114 Fix testcase compilation.
14115 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14116
14117 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14118
14119 * gdb.python/py-type.exp: Add a couple test about empty
14120 array creation, and negative-length array creation.
14121
14122 2015-01-02 Doug Evans <xdje42@gmail.com>
14123
14124 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14125
14126 2015-01-02 Doug Evans <dje@google.com>
14127
14128 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14129
14130 2014-12-29 Yao Qi <yao@codesourcery.com>
14131
14132 * gdb.trace/entry-values.exp: Update comments. Rename variable
14133 bar_call_foo to returned_from_foo.
14134
14135 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14136
14137 PR gdb/17394
14138 * gdb.linespec/break-asm-file.c: New file.
14139 * gdb.linespec/break-asm-file.exp: New file.
14140 * gdb.linespec/break-asm-file0.s: New file.
14141 * gdb.linespec/break-asm-file1.s: New file.
14142
14143 2014-12-18 Nigel Stephens <nigel@mips.com>
14144 Maciej W. Rozycki <macro@codesourcery.com>
14145
14146 * gdb.base/float.exp: Handle the new output from "info float" on
14147 MIPS targets.
14148
14149 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14150
14151 Fix MinGW compilation.
14152 * gdb.compile/compile-ops.exp: Update untested message if
14153 !skip_compile_feature_tests.
14154 * gdb.compile/compile-setjmp.exp: Likewise.
14155 * gdb.compile/compile-tls.exp: Likewise.
14156 * gdb.compile/compile.exp: Likewise.
14157 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14158 supported on this host".
14159
14160 2014-12-16 Doug Evans <xdje42@gmail.com>
14161
14162 * boards/stabs.exp: New file.
14163
14164 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14165
14166 * gdb.base/completion.exp: Adjust to format changes of "maint
14167 print user-registers".
14168
14169 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14170
14171 PR server/17457
14172 * gdb.arch/aarch64-fp.c: New file.
14173 * gdb.arch/aarch64-fp.exp: New file.
14174
14175 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14176
14177 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14178 r210637, r210913, r211666, r215400, r215817).
14179
14180 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14181 * dg-extract-results.py: New file.
14182 * dg-extract-results.sh: Use it if the environment seems
14183 suitable.
14184
14185 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14186
14187 * dg-extract-results.py (parse_run): Handle warnings that
14188 are printed before a test harness is run.
14189
14190 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14191
14192 * dg-extract-results.py (Named): Remove __cmp__ method.
14193 (output_variation): Use a key to sort variation.harnesses.
14194
14195 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14196
14197 * dg-extract-results.py: For Python 3, force sys.stdout to
14198 handle surrogate escape sequences.
14199 (safe_open): New function.
14200 (output_segment, main): Use it.
14201
14202 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14203
14204 * dg-extract-results.py (Prog.result_re): Include options
14205 in test name.
14206
14207 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14208
14209 * dg-extract-results.py (output_variation): Always sort if
14210 do_sum.
14211
14212 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14213
14214 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14215 as long as we get pagination notifications.
14216
14217 2014-12-15 Jason Merrill <jason@redhat.com>
14218
14219 * Makefile.in (check-gdb.%): Restore.
14220 * README: Mention it.
14221
14222 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14223
14224 * gdb.ada/str_uninit: New testcase.
14225
14226 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14227
14228 PR symtab/17642
14229 * gdb.base/vla-stub-define.c: New file.
14230 * gdb.base/vla-stub.c: New file.
14231 * gdb.base/vla-stub.exp: New file.
14232
14233 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14234 Jan Kratochvil <jan.kratochvil@redhat.com>
14235 Tom Tromey <tromey@redhat.com>
14236
14237 * configure.ac: Add gdb.compile/.
14238 * configure: Regenerate.
14239 * gdb.compile/Makefile.in: New file.
14240 * gdb.compile/compile-ops.exp: New file.
14241 * gdb.compile/compile-ops.c: New file.
14242 * gdb.compile/compile-tls.c: New file.
14243 * gdb.compile/compile-tls.exp: New file.
14244 * gdb.compile/compile-constvar.S: New file.
14245 * gdb.compile/compile-constvar.c: New file.
14246 * gdb.compile/compile-mod.c: New file.
14247 * gdb.compile/compile-nodebug.c: New file.
14248 * gdb.compile/compile-setjmp-mod.c: New file.
14249 * gdb.compile/compile-setjmp.c: New file.
14250 * gdb.compile/compile-setjmp.exp: New file.
14251 * gdb.compile/compile-shlib.c: New file.
14252 * gdb.compile/compile.c: New file.
14253 * gdb.compile/compile.exp: New file.
14254 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14255
14256 2014-12-12 Tom Tromey <tromey@redhat.com>
14257
14258 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14259 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14260
14261 2014-12-12 Doug Evans <dje@google.com>
14262
14263 * lib/gdb-python.exp (get_python_valueof): New function.
14264 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14265
14266 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14267
14268 * gdb.base/completion.exp: Add test for completion of "info
14269 registers ".
14270
14271 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14272
14273 * gdb.base/func-ptrs.c: New file.
14274 * gdb.base/func-ptrs.exp: New file.
14275
14276 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 PR breakpoints/17012
14279 * gdb.base/dprintf-detach.c: New file.
14280 * gdb.base/dprintf-detach.exp: New file.
14281
14282 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14283
14284 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14285 * lib/gdb.exp (target_is_gdbserver): New procedure.
14286
14287 2014-12-08 Doug Evans <dje@google.com>
14288
14289 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14290
14291 2014-12-05 Yao Qi <yao@codesourcery.com>
14292
14293 * gdb.guile/scm-error.exp: Remove the third argument to
14294 gdb_remote_download.
14295 * gdb.guile/scm-frame-args.exp: Likewise.
14296 * gdb.guile/scm-section-script.exp: Likewise.
14297
14298 2014-12-05 Yao Qi <yao@codesourcery.com>
14299
14300 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14301
14302 2014-12-04 Doug Evans <dje@google.com>
14303
14304 * gdb.python/py-objfile.exp: Add tests for
14305 objfile.add_separate_debug_file.
14306
14307 2014-12-04 Doug Evans <dje@google.com>
14308
14309 * lib/gdb.exp (get_build_id): New function.
14310 (build_id_debug_filename_get): Rewrite to use it.
14311 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14312
14313 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14314
14315 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14316 `method(long)', not just 0x0.
14317 * gdb.cp/nsalias.exp: Align code labels to 4.
14318 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14319 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14320 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14321 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14322 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14323 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14324
14325 2014-12-02 Doug Evans <dje@google.com>
14326
14327 PR symtab/17602
14328 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14329 * gdb.cp/anon-ns2.cc: ... here. New file.
14330 * gdb.cp/anon-ns.exp: Update.
14331
14332 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14333
14334 * gdb.python/py-events.py (inferior_call_handler): New.
14335 (register_changed_handler, memory_changed_handler): New.
14336 (test_events.invoke): Register new handlers.
14337 * gdb.python/py-events.exp: Add tests for inferior call,
14338 memory_changed and register_changed events.
14339
14340 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14341
14342 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14343 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14344 if the linker doesn't understand this.
14345
14346 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 * gdb.python/python.exp: Change expected reply to help().
14349
14350 2014-12-01 Yao Qi <yao@codesourcery.com>
14351
14352 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14353 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14354 * configure: Re-generated.
14355
14356 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14357
14358 * gdb.cp/chained-calls.cc: New file.
14359 * gdb.cp/chained-calls.exp: New file.
14360 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14361
14362 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14363
14364 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14365 * gdb.dwarf2/symtab-producer.exp: Same.
14366 * gdb.gdb/python-interrupts.exp: Same.
14367 * gdb.gdb/python-selftest.exp: Same.
14368 * gdb.python/py-linetable.exp: Same.
14369 * gdb.python/py-type.exp: Same.
14370 * gdb.python/py-value-cc.exp: Same.
14371 * gdb.python/py-value.exp: Same.
14372
14373 2014-11-28 Yao Qi <yao@codesourcery.com>
14374
14375 * gdb.base/break-probes.exp: Match library name prefixed with
14376 sysroot.
14377
14378 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14379
14380 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14381 test expected output. Add parentheses for the call to print.
14382 Remove L suffix from integers.
14383
14384 2014-11-26 Doug Evans <dje@google.com>
14385
14386 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14387
14388 2014-11-22 Yao Qi <yao@codesourcery.com>
14389
14390 * gdb.trace/entry-values.c: Remove asms.
14391 (foo): Add foo_label.
14392 (bar): Add bar_label.
14393 * gdb.trace/entry-values.exp: Remove code computing foo's
14394 length and bar's length.
14395 (Dwarf::assemble): Invoke function_range for bar and use
14396 MACRO_AT_func for foo.
14397
14398 2014-11-22 Yao Qi <yao@codesourcery.com>
14399
14400 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14401 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14402 Use .Lgcc43_procstart instead of gcc43.
14403
14404 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14405
14406 * gdb.ada/n_arr_bound: New testcase.
14407
14408 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14409
14410 PR breakpoints/10737
14411 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14412 test_catch_syscall_multi_arch.
14413 (test_catch_syscall_multi_arch): New function.
14414
14415 2014-11-20 Doug Evans <xdje42@gmail.com>
14416
14417 * gdb.base/maint.exp: Update expected output.
14418
14419 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14420
14421 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14422 4-byte instruction on S390.
14423
14424 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14425
14426 * gdb.ada/arr_arr: New testcase.
14427
14428 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14429
14430 * gdb.ada/pkd_arr_elem: New Testcase.
14431
14432 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14433
14434 * gdb.reverse/break-precsave: Expect completion message for
14435 core file reads.
14436 * gdb.reverse/consecutive-precsave.exp: Likewise.
14437 * gdb.reverse/finish-precsave.exp: Likewise.
14438 * gdb.reverse/i386-precsave.exp: Likewise.
14439 * gdb.reverse/machinestate-precsave.exp: Likewise.
14440 * gdb.reverse/sigall-precsave.exp: Likewise.
14441 * gdb.reverse/solib-precsave.exp: Likewise.
14442 * gdb.reverse/step-precsave.exp: Likewise.
14443 * gdb.reverse/until-precsave.exp: Likewise.
14444 * gdb.reverse/watch-precsave.exp: Likewise.
14445
14446 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14447
14448 * gdb.base/bp-permanent.c: Include unistd.h.
14449 * gdb.python/py-framefilter-mi.c (main): Add return type.
14450 * gdb.python/py-framefilter.c (main): Likewise.
14451 * gdb.trace/actions-changed.c (main): Likewise.
14452
14453 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14454
14455 * gdb.mi/until.c: Add eye-catchers.
14456 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14457 line numbers.
14458
14459 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14460
14461 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14462 function header variants in break1.c.
14463 * gdb.base/ena-dis-br.exp: Likewise.
14464 * gdb.base/hbreak2.exp: Likewise.
14465 * gdb.reverse/until-precsave.exp: Drop references to removed
14466 non-prototype function header variants in ur1.c.
14467 * gdb.reverse/until-reverse.exp: Likewise.
14468
14469 2014-11-17 Petr Machata <pmachata@redhat.com>
14470
14471 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14472 ${_cu_offset_size} bytes abbrev offset.
14473
14474 2014-11-15 Doug Evans <xdje42@gmail.com>
14475
14476 PR symtab/17559
14477 * gdb.base/line-symtabs.exp: New file.
14478 * gdb.base/line-symtabs.c: New file.
14479 * gdb.base/line-symtabs.h: New file.
14480
14481 2014-11-14 Yao Qi <yao@codesourcery.com>
14482
14483 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14484 (func): Add label func_label.
14485 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14486 Replace low_pc and high_pc with MACRO_AT_range.
14487 Replace name, low_pc and high_pc with MACRO_AT_func.
14488
14489 2014-11-14 Yao Qi <yao@codesourcery.com>
14490
14491 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14492 Replace name, low_pc and high_pc with MACRO_AT_func.
14493
14494 2014-11-14 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14497 produce debug information.
14498 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14499
14500 2014-11-14 Yao Qi <yao@codesourcery.com>
14501
14502 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14503 object and get function length.
14504 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14505 with MACRO_AT_func.
14506 (top-level): Replace gdb_compile and clean_restart with
14507 prepare_for_testing.
14508 * gdb.dwarf2/main.c (main): Add label main_label.
14509
14510 2014-11-14 Yao Qi <yao@codesourcery.com>
14511
14512 * lib/dwarf.exp (function_range): New procedure.
14513 (Dwarf::_handle_macro_at_func): New procedure.
14514 (Dwarf::_handle_macro_at_range): New procedure.
14515 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14516
14517 2014-11-14 Yao Qi <yao@codesourcery.com>
14518
14519 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14520 (_handle_attribute): New procedure.
14521
14522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14523
14524 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14525 * gdb.base/call-sc.c (zed): Likewise.
14526 * gdb.base/checkpoint.c (main): Likewise.
14527 * gdb.base/dump.c (main): Likewise.
14528 * gdb.base/gcore.c (main): Likewise.
14529 * gdb.base/huge.c (main): Likewise.
14530 * gdb.base/multi-forks.c (main): Likewise.
14531 * gdb.base/pr10179-a.c (main): Likewise.
14532 * gdb.base/savedregs.c (main): Likewise.
14533 * gdb.base/sigaltstack.c (main): Likewise.
14534 * gdb.base/siginfo.c (main): Likewise.
14535 * gdb.base/structs.c (zed): Likewise.
14536 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14537 * gdb.mi/mi-syn-frame.c (main): Likewise.
14538 * gdb.mi/until.c (foo, main): Likewise.
14539 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14540 * gdb.base/solib-weak.c (foo): Declare.
14541 * gdb.base/attach-twice.c: Include stdio.h.
14542 * gdb.base/weaklib1.c: Likewise.
14543 * gdb.base/weaklib2.c: Likewise.
14544 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14545 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14546 unistd.h.
14547 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14548 * gdb.mi/mi-exit-code.c: Likewise.
14549 * gdb.base/break-interp-lib.c: Include string.h.
14550 * gdb.base/coremaker.c: Likewise.
14551 * gdb.base/testenv.c: Likewise.
14552 * gdb.python/py-finish-breakpoint.c: Likewise.
14553 * gdb.base/inferior-died.c: Include sys/wait.h.
14554 * gdb.base/fileio.c: Include time.h.
14555 * gdb.base/async-shell.c: Include unistd.h.
14556 * gdb.base/dprintf-non-stop.c: Likewise.
14557 * gdb.base/info-os.c: Likewise.
14558 * gdb.mi/mi-console.c: Likewise.
14559 * gdb.mi/watch-nonstop.c: Likewise.
14560 * gdb.python/py-events.c: Likewise.
14561 * gdb.base/async.c (baz): Move up before its invocation.
14562 * gdb.base/code_elim2.c (my_global_func): Likewise.
14563 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14564 * gdb.base/advance.c (func2): Likewise.
14565
14566 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14567
14568 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14569 variant.
14570 * gdb.base/annota3.c: Likewise.
14571 * gdb.base/async.c: Likewise.
14572 * gdb.base/average.c: Likewise.
14573 * gdb.base/call-ar-st.c: Likewise.
14574 * gdb.base/call-rt-st.c: Likewise.
14575 * gdb.base/call-sc.c: Likewise.
14576 * gdb.base/call-strs.c: Likewise.
14577 * gdb.base/ending-run.c: Likewise.
14578 * gdb.base/execd-prog.c: Likewise.
14579 * gdb.base/exprs.c: Likewise.
14580 * gdb.base/foll-exec.c: Likewise.
14581 * gdb.base/foll-fork.c: Likewise.
14582 * gdb.base/foll-vfork.c: Likewise.
14583 * gdb.base/funcargs.c: Likewise.
14584 * gdb.base/gcore.c: Likewise.
14585 * gdb.base/jump.c: Likewise.
14586 * gdb.base/langs0.c: Likewise.
14587 * gdb.base/langs1.c: Likewise.
14588 * gdb.base/langs2.c: Likewise.
14589 * gdb.base/mips_pro.c: Likewise.
14590 * gdb.base/nodebug.c: Likewise.
14591 * gdb.base/opaque0.c: Likewise.
14592 * gdb.base/opaque1.c: Likewise.
14593 * gdb.base/recurse.c: Likewise.
14594 * gdb.base/run.c: Likewise.
14595 * gdb.base/scope0.c: Likewise.
14596 * gdb.base/scope1.c: Likewise.
14597 * gdb.base/setshow.c: Likewise.
14598 * gdb.base/setvar.c: Likewise.
14599 * gdb.base/shmain.c: Likewise.
14600 * gdb.base/shr1.c: Likewise.
14601 * gdb.base/shr2.c: Likewise.
14602 * gdb.base/sigall.c: Likewise.
14603 * gdb.base/signals.c: Likewise.
14604 * gdb.base/so-indr-cl.c: Likewise.
14605 * gdb.base/solib2.c: Likewise.
14606 * gdb.base/structs.c: Likewise.
14607 * gdb.base/sum.c: Likewise.
14608 * gdb.base/vforked-prog.c: Likewise.
14609 * gdb.base/watchpoint.c: Likewise.
14610 * gdb.reverse/shr2.c: Likewise.
14611 * gdb.reverse/until-reverse.c: Likewise.
14612 * gdb.reverse/ur1.c: Likewise.
14613 * gdb.reverse/watch-reverse.c: Likewise.
14614
14615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14616
14617 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14618 variant.
14619 * gdb.base/sepdebug.exp: Drop references to removed code.
14620
14621 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14622
14623 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14624 variant. Preserve original line numbering.
14625 * gdb.base/list1.c: Likewise.
14626
14627 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14628
14629 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14630 variant.
14631 * gdb.base/break1.c: Likewise.
14632 * gdb.base/break.exp: Drop references to removed code.
14633
14634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14635
14636 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14637 variant.
14638
14639 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14640
14641 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14642
14643 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14644
14645 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14646 logic into perform_all_tests() and invoke it with and without
14647 function header prototypes.
14648 (do_function_calls): Remove conditional XFAIL for PR 5318.
14649 (rerun_and_prepare): Remove duplicate code.
14650 (perform_all_tests): New. Main logic moved here.
14651
14652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14653
14654 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14655 code guarded by #ifdef NO_PROTOTYPES.
14656 (t_double_many_args): Likewise.
14657 (DEF_FUNC_MANY_ARGS_1): Likewise.
14658 (DEF_FUNC_VALUES_1): Likewise.
14659 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14660 guarded by #ifdef PROTOTYPES.
14661
14662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14663
14664 * gdb.mi/mi-console.c: Add eye-catcher.
14665 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14666 instead of literal line number.
14667
14668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14669
14670 * gdb.base/shr2.c: Add eye-catcher.
14671 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14672 line number.
14673
14674 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14675
14676 * gdb.base/jump.c: Add eye-catchers.
14677 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14678 numbers.
14679
14680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14681
14682 * gdb.base/execd-prog.c: Add eye-catchers.
14683 * gdb.base/foll-exec.c: Likewise.
14684 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14685 line numbers.
14686
14687 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.base/ending-run.c: Add eye-catchers.
14690 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14691 literal line numbers.
14692
14693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14694
14695 * gdb.base/call-rt-st.c: Add eye-catchers.
14696 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14697 literal line numbers.
14698
14699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14700
14701 * gdb.base/call-ar-st.c: Add eye-catchers.
14702 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14703 literal line numbers.
14704
14705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14706
14707 * gdb.base/average.c: Add eye-catchers.
14708 * gdb.base/sum.c: Likewise.
14709 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14710 regexps dynamically.
14711
14712 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14713
14714 * gdb.base/solib1.c: Add eye-catchers.
14715 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14716 literal line numbers.
14717
14718 2014-11-12 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14721 leader has exited.
14722
14723 2014-11-12 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.arch/i386-bp_permanent.c: New file.
14726 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14727 (srcfile): Set to i386-bp_permanent.c.
14728 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14729 that stepi does not execute the 'leave' instruction, instead of
14730 testing it does execute.
14731 * gdb.base/bp-permanent.c: New file.
14732 * gdb.base/bp-permanent.exp: New file.
14733
14734 2014-11-10 Doug Evans <xdje42@gmail.com>
14735
14736 PR symtab/17564
14737 * gdb.base/symtab-search-order.exp: New file.
14738 * gdb.base/symtab-search-order.c: New file.
14739 * gdb.base/symtab-search-order-1.c: New file.
14740 * gdb.base/symtab-search-order-shlib-1.c: New file.
14741
14742 2014-11-07 Pedro Alves <palves@redhat.com>
14743
14744 PR gdb/17511
14745 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14746 i?86-*-linux*.
14747
14748 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14749
14750 PR c++/17494
14751 * gdb.cp/pr17494.cc: New file.
14752 * gdb.cp/pr17494.exp: New file.
14753
14754 2014-11-02 Yao Qi <yao@codesourcery.com>
14755
14756 * gdb.python/python.exp: Get working directory and match the
14757 output of "set extended-prompt \\w " with it.
14758
14759 2014-10-30 Doug Evans <dje@google.com>
14760
14761 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14762 in objfiles.
14763 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14764 in progspaces.
14765
14766 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14767
14768 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14769 * gdb.base/realname-expand.exp: Likewise.
14770 * gdb.linespec/macro-relative.exp: Likewise.
14771
14772 2014-10-29 Pedro Alves <palves@redhat.com>
14773
14774 PR gdb/17408
14775 * gdb.threads/schedlock.c (some_function): New function.
14776 (call_function): New global.
14777 (MAYBE_CALL_SOME_FUNCTION): New macro.
14778 (thread_function): Call it.
14779 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14780 and use it instead of a global counter. Adjust all callers.
14781 (get_current_thread): Use "find current thread" for test message
14782 here rather than having all callers pass down the same string.
14783 (goto_loop): New procedure, factored out from ...
14784 (my_continue): ... this.
14785 (step_ten_loops): Change parameter from test message to command to
14786 use. Adjust.
14787 (list_count): Delete global.
14788 (check_result): New procedure, factored out from duplicate top
14789 level code.
14790 (continue tests): Wrap in with_test_prefix.
14791 (test_step): New procedure, factored out from duplicate top level
14792 code.
14793 (top level): Test "step" in combination with all scheduler-locking
14794 modes. Test "next" in combination with all scheduler-locking
14795 modes, and in combination with stepping over a function call or
14796 not.
14797 * gdb.threads/next-bp-other-thread.c: New file.
14798 * gdb.threads/next-bp-other-thread.exp: New file.
14799
14800 2014-10-29 Pedro Alves <palves@redhat.com>
14801
14802 PR python/17372
14803 * gdb.python/python.exp: Test a multi-line command that spawns
14804 interactive Python.
14805 * gdb.base/multi-line-starts-subshell.exp: New file.
14806
14807 2014-10-29 Yao Qi <yao@codesourcery.com>
14808
14809 * gdb.base/fileio.exp: Make directories on host.
14810
14811 2014-10-29 Yao Qi <yao@codesourcery.com>
14812
14813 * gdb.base/fileio.c (test_write): Close the file.
14814
14815 2014-10-28 Pedro Alves <palves@redhat.com>
14816
14817 PR gdb/12623
14818 * gdb.base/sigstep.c (no_handler): New global.
14819 (main): If 'no_handler is true, set the signal handlers to
14820 SIG_IGN.
14821 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14822 with_sw_watch and no_handler parameters. Handle them.
14823 (top level) <stepping over handler when stopped at a breakpoint
14824 test>: Add a test axis for testing with a software watchpoint, and
14825 another for testing with the signal handler set to SIG_IGN.
14826 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14827 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14828
14829 2014-10-28 Pedro Alves <palves@redhat.com>
14830
14831 PR gdb/17511
14832 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14833 * gdb.base/sigstep.exp (other_handler_location): New global.
14834 (advance): Support stepping into the signal handler, and running
14835 commands while in the handler.
14836 (in_handler_map): New global.
14837 (top level): In the advance test, add combinations for getting
14838 into the handler with stepping commands, and for running commands
14839 in the handler. Add comment descripting the advancei tests.
14840
14841 2014-10-28 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/sigstep.exp: Use build_executable instead of
14844 prepare_for_testing.
14845 (top level): Move code that starts GDB, runs to main and creates a
14846 display to ...
14847 (restart): ... this new procedure.
14848 (top level): Move backtrace from signal handler test to ...
14849 (validate_backtrace): ... this new procedure.
14850 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14851 with_test_prefix. Always restart GDB.
14852 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14853 with_test_prefix. Always restart GDB. No need to delete
14854 breakpoints after the test.
14855 (test_skip_handler): Remove prefix parameter.
14856 (skip_over_handler, breakpoint_to_handler)
14857 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14858 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14859 restart GDB. No need to delete breakpoints after the test.
14860 (top level): Use foreach to call the test procedures with
14861 different commands.
14862
14863 2014-10-28 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14866 instead of GNATS numbers.
14867 * gdb.base/sigbpt.exp: Likewise.
14868 * gdb.base/siginfo.exp: Likewise.
14869 * gdb.base/sigstep.exp: Likewise.
14870
14871 2014-10-27 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/sigstep.c (dummy): New global.
14874 (main): Issue a couple writes to the new global.
14875 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14876 procedures.
14877 (skip_over_handler): Use test_skip_handler.
14878 (top level): Call skip_over_handler for stepi and nexti too.
14879 (breakpoint_over_handler): Use test_skip_handler.
14880 (top level): Call breakpoint_over_handler for stepi and nexti too.
14881
14882 2014-10-27 Yao Qi <yao@codesourcery.com>
14883
14884 * gdb.trace/tfile.c (adjust_function_address)
14885 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14886 function descriptor.
14887
14888 2014-10-24 Don Breazeal <donb@codesourcery.com>
14889
14890 * gdb.base/foll-fork.exp (test_follow_fork,
14891 catch_fork_child_follow): Check for updated fork messages emitted
14892 from infrun.c.
14893 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14894 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14895 vfork_and_exec_child_follow_through_step): Check for updated vfork
14896 messages emitted from infrun.c.
14897
14898 2014-10-24 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/corefile.exp: Remove references to ultrix.
14901 * gdb.base/interrupt.exp: Likewise.
14902 * gdb.base/whatis.exp: Likewise.
14903 * gdb.gdb/selftest.exp: Likewise.
14904 * gdb.threads/manythreads.exp: Likewise.
14905 * gdb.threads/print-threads.exp: Likewise.
14906 * gdb.threads/pthreads.exp:: Likewise.
14907 * gdb.threads/schedlock.exp: Likewise.
14908
14909 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14910
14911 * gdb.cp/non-trivial-retval.cc: Add a test case.
14912 * gdb.cp/non-trivial-retval.exp: Add a test.
14913
14914 2014-10-20 Yao Qi <yao@codesourcery.com>
14915
14916 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14917 * gdb.python/py-objfile-script-gdb.py: New file.
14918 * gdb.python/py-objfile-script.exp: Update reference to
14919 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14920 of remote_download. Remove the dest file.
14921
14922 2014-10-20 Yao Qi <yao@codesourcery.com>
14923
14924 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14925 * gdb.base/step-line.exp: Likewise.
14926 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14927 * gdb.dwarf2/dw2-basic.exp: Likewise.
14928 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14929 * gdb.dwarf2/dw2-filename.exp: Likewise.
14930 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14931 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14932 * gdb.dwarf2/dw2-producer.exp: Likewise.
14933 * gdb.dwarf2/mac-fileno.exp: Likewise.
14934 * gdb.python/py-frame-args.exp: Likewise.
14935 * gdb.python/py-framefilter.exp: Likewise.
14936 * gdb.python/py-mi.exp: Likewise.
14937 * gdb.python/py-objfile-script.exp: Likewise
14938 * gdb.python/py-pp-integral.exp: Likewise.
14939 * gdb.python/py-pp-re-notag.exp: Likewise.
14940 * gdb.python/py-prettyprint.exp: Likewise.
14941 * gdb.python/py-section-script.exp: Likewise.
14942 * gdb.python/py-typeprint.exp: Likewise.
14943 * gdb.python/py-xmethods.exp: Likewise.
14944 * gdb.stabs/weird.exp: Likewise.
14945 * gdb.xml/tdesc-regs.exp: Likewise.
14946
14947 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14948
14949 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14950 (out_cu): Use addr_len for the size of addresses.
14951 (out_line): Likewise. Size DW_LNE_set_address instruction
14952 according to addr_len.
14953 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14954 (FUNC): Add START_INSNS to definition.
14955
14956 2014-10-18 Yao Qi <yao@codesourcery.com>
14957
14958 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14959 gdb_has_argv0 return true.
14960 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14961 check [target_info exists noargs], check [gdb_has_argv0]
14962 instead.
14963 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14964 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14965 procedures.
14966
14967 2014-10-17 Doug Evans <dje@google.com>
14968
14969 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14970 event.
14971 * gdb.python/py-events.py: Add clear_objfiles event.
14972
14973 2014-10-17 Doug Evans <dje@google.com>
14974
14975 * gdb.python/py-objfile.exp: Test progspace attribute.
14976
14977 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14978
14979 * gdb.guile/scm-breakpoint.exp: Do not assume any
14980 directory separators when matching source file paths.
14981 * gdb.python/py-breakpoint.exp: Likewise.
14982 * gdb.reverse/break-precsave.exp: Likewise.
14983 * gdb.reverse/break-reverse.exp: Likewise.
14984 * gdb.reverse/consecutive-precsave.exp: Likewise.
14985 * gdb.reverse/finish-precsave.exp: Likewise.
14986 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14987 * gdb.reverse/finish-reverse.exp: Likewise.
14988 * gdb.reverse/i386-precsave.exp: Likewise.
14989 * gdb.reverse/i387-env-reverse.exp: Likewise.
14990 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14991 * gdb.reverse/machinestate-precsave.exp: Likewise.
14992 * gdb.reverse/machinestate.exp: Likewise.
14993 * gdb.reverse/sigall-precsave.exp: Likewise.
14994 * gdb.reverse/solib-precsave.exp: Likewise.
14995 * gdb.reverse/step-precsave.exp: Likewise.
14996 * gdb.reverse/until-precsave.exp: Likewise.
14997 * gdb.reverse/watch-precsave.exp: Likewise.
14998 * gdb.reverse/watch-reverse.exp: Likewise.
14999
15000 2014-10-17 Yao Qi <yao@codesourcery.com>
15001
15002 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15003 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15004
15005 2014-10-17 Pedro Alves <palves@redhat.com>
15006
15007 PR gdb/17471
15008 * gdb.base/bg-execution-repeat.c: New file.
15009 * gdb.base/bg-execution-repeat.exp: New file.
15010
15011 2014-10-17 Pedro Alves <palves@redhat.com>
15012
15013 PR gdb/17300
15014 * gdb.base/continue-all-already-running.c: New file.
15015 * gdb.base/continue-all-already-running.exp: New file.
15016
15017 2014-10-17 Pedro Alves <palves@redhat.com>
15018
15019 PR gdb/17472
15020 * gdb.base/annota-input-while-running.c: New file.
15021 * gdb.base/annota-input-while-running.exp: New file.
15022
15023 2014-10-17 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.base/callfuncs.exp: emove references to osf.
15026 * gdb.base/sigall.exp: Likewise.
15027 * gdb.gdb/selftest.exp: Likewise.
15028 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15029 * gdb.mi/non-stop.c: Likewise.
15030 * gdb.mi/pthreads.c: Likewise.
15031 * gdb.reverse/sigall-precsave.exp: Likewise.
15032 * gdb.reverse/sigall-reverse.exp: Likewise.
15033 * gdb.threads/pthreads.c: Likewise.
15034 * gdb.threads/pthreads.exp: Likewise.
15035
15036 2014-10-17 Yao Qi <yao@codesourcery.com>
15037
15038 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15039 check 'target_info exists noargs'.
15040 (test_command_prompt_position): Likewise.
15041 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15042 Remove "set args".
15043 (progvar_simple_while_test): Likewise.
15044 (progvar_complex_if_while_test): Likewise.
15045 (if_while_breakpoint_command_test): Likewise.
15046 (infrun_breakpoint_command_test): Likewise.
15047 (breakpoint_command_test): Likewise.
15048 (watchpoint_command_test): Likewise.
15049 (bp_deleted_in_command_test): Likewise.
15050 (temporary_breakpoint_commands): Likewise.
15051
15052 2014-10-16 Yao Qi <yao@codesourcery.com>
15053
15054 * gdb.base/remotetimeout.exp: Remove noargs checking.
15055
15056 2014-10-15 Pedro Alves <palves@redhat.com>
15057
15058 PR breakpoints/9649
15059 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15060 * gdb.base/breakpoint-in-ro-region.exp
15061 (probe_target_hardware_step): New procedure.
15062 (top level): Probe hardware stepping and hardware breakpoint
15063 support. Test stepping through a read-only region, with both
15064 "breakpoint auto-hw" on and off and both "always-inserted" on and
15065 off.
15066
15067 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15068
15069 * gdb.dlang/demangle.exp: Update for demangling changes.
15070
15071 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15072
15073 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15074 * gdb.cp/non-trivial-retval.exp: Add new tests.
15075
15076 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15077
15078 PR c++/13403
15079 PR c++/15154
15080 * gdb.cp/non-trivial-retval.cc: New file.
15081 * gdb.cp/non-trivial-retval.exp: New file.
15082
15083 2014-10-15 Yao Qi <yao@codesourcery.com>
15084
15085 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15086 remote host.
15087
15088 2014-10-15 Yao Qi <yao@codesourcery.com>
15089
15090 * gdb.python/py-symbol.exp: Match file base name if host is
15091 remote, otherwise match file name with dir name.
15092 * gdb.python/py-symtab.exp: Likewise.
15093 * gdb.python/python.exp: Likewise.
15094
15095 2014-10-15 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15098 pattern.
15099 * gdb.python/py-symtab.exp: Likewise.
15100 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15101 locationn.
15102
15103 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/addr_arith: New testcase.
15106
15107 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15108
15109 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15110 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15111 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15112 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15113
15114 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15115
15116 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15117 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15118 * gdb.arch/stap-eval-lang-ada.exp: New file.
15119
15120 2014-10-14 Yao Qi <yao@codesourcery.com>
15121
15122 * gdb.mi/mi-var-child.c (nothing1): New function.
15123 (nothing2): New function.
15124 (do_children_tests): Set function pointers by nothing1 and
15125 nothing2.
15126 * gdb.mi/mi-var-child.exp: Step over new added statements.
15127 Update test to match the new output.
15128 * gdb.mi/var-cmd.c (nothing1): New function.
15129 (nothing2): New function.
15130 (do_children_tests): Set function pointers by nothing1 and
15131 nothing2.
15132 * gdb.mi/mi-var-display.exp: Update test to match output.
15133 Step to the line specified by $line_dct_nothing.
15134 Increase the number of lines to step.
15135
15136 2014-10-14 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15139 tests.
15140 * gdb.mi/mi2-var-child.exp: Likewise.
15141
15142 2014-10-13 Doug Evans <dje@google.com>
15143
15144 * gdb.python/py-objfile.exp: Change name of file name test.
15145
15146 2014-10-13 Doug Evans <dje@google.com>
15147
15148 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15149 from the start of the CU.
15150
15151 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15152 Yao Qi <yao@codesourcery.com>
15153
15154 Fix "save breakpoints" for "catch" command.
15155 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15156 Remove -nonewline. Match also the added "main" line.
15157
15158 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15159
15160 Fix "save breakpoints" for "disable $bpnum" command.
15161 * gdb.base/save-bp.c (main): Add label.
15162 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15163
15164 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15165
15166 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15167
15168 2014-10-11 Yao Qi <yao@codesourcery.com>
15169
15170 * gdb.server/server-kill.exp: Execute command
15171 "set remote trace-status-packet on" before "tstatus".
15172
15173 2014-10-11 Yao Qi <yao@codesourcery.com>
15174
15175 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15176 (main): Call getppid.
15177 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15178 and continue to it. Read variable "server_pid".
15179
15180 2014-10-11 Yao Qi <yao@codesourcery.com>
15181
15182 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15183
15184 2014-10-11 Yao Qi <yao@codesourcery.com>
15185
15186 * gdb.threads/thread-find.exp: Don't execute command
15187 "info threads".
15188 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15189 * gdb.threads/linux-dp.exp: Don't check the condition
15190 $threads_created equals to zero.
15191
15192 2014-10-10 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.base/bigcore.exp: Remove references to IRIX.
15195 * gdb.base/funcargs.exp: Likewise.
15196 * gdb.base/interrupt.exp: Likewise.
15197 * gdb.base/mips_pro.exp: Likewise.
15198 * gdb.base/nodebug.exp: Likewise.
15199 * gdb.base/setvar.exp: Likewise.
15200 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15201
15202 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15203 Pedro Alves <palves@redhat.com>
15204
15205 PR symtab/14466
15206 * gdb.base/vdso-warning.c: New file.
15207 * gdb.base/vdso-warning.exp: New file.
15208
15209 2014-10-02 Doug Evans <dje@google.com>
15210
15211 * gdb.base/structs.c (main): Don't run forever.
15212
15213 2014-10-02 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15216 (top level) <stop threads 1, stop threads 2>: Use it.
15217
15218 2014-10-02 Pedro Alves <palves@redhat.com>
15219
15220 * gdb.threads/break-while-running.exp (test): Add new
15221 'update_thread_list' argument. Skip "info threads" if false.
15222 (top level): Add new 'update_thread_list' axis.
15223
15224 2014-10-02 Pedro Alves <palves@redhat.com>
15225
15226 PR breakpoints/17431
15227 * gdb.base/execl-update-breakpoints.c: New file.
15228 * gdb.base/execl-update-breakpoints.exp: New file.
15229
15230 2014-10-01 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/breakpoint-in-ro-region.c: New file.
15233 * gdb.base/breakpoint-in-ro-region.exp: New file.
15234
15235 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15236
15237 * gdb.mi/mi-exit-code.exp: New file.
15238 * gdb.mi/mi-exit-code.c: New file.
15239
15240 2014-09-30 Yao Qi <yao@codesourcery.com>
15241
15242 * lib/prelink-support.exp (build_executable_own_libs): Error if
15243 the target isn't native.
15244
15245 2014-09-30 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15248 false.
15249
15250 2014-09-22 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.threads/break-while-running.exp: New file.
15253 * gdb.threads/break-while-running.c: New file.
15254
15255 2014-09-19 Yao Qi <yao@codesourcery.com>
15256
15257 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15258 Invoke test. Restart GDB with --readnow and invoke test again.
15259
15260 2014-09-19 Yao Qi <yao@codesourcery.com>
15261
15262 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15263 proc set_breakpoint_on_gcd_function. Invoke
15264 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15265 invoke set_breakpoint_on_gcd_function again.
15266
15267 2014-09-18 Doug Evans <dje@google.com>
15268
15269 * gdb.dwarf2/symtab-producer.exp: New file.
15270
15271 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15272
15273 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15274 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15275 * gdb.base/global-var-nested-by-dso.c: Likewise.
15276 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15277
15278 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15279 Pedro Alves <palves@redhat.com>
15280
15281 * gdb.base/watch-bitfields.exp: Pass string other than test file
15282 name to prepare_for_testing.
15283 (watch): New procedure.
15284 (expect_watchpoint): Use with_test_prefix.
15285 (top level): Factor out tests to ...
15286 (test_watch_location, test_regular_watch): ... these new
15287 procedures, and use with_test_prefix and gdb_continue_to_end.
15288
15289 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15290
15291 PR breakpoints/12526
15292 * gdb.base/watch-bitfields.exp: New file.
15293 * gdb.base/watch-bitfields.c: New file.
15294
15295 2014-09-16 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15298 software and hardware addresses, not software address against
15299 itself.
15300
15301 2014-09-16 Pedro Alves <palves@redhat.com>
15302
15303 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15304 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15305
15306 2014-09-16 Pedro Alves <palves@redhat.com>
15307
15308 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15309 files.
15310 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15311 "*-*-vxworks*" throughout.
15312 * gdb.base/break.exp: Likewise.
15313 * gdb.base/default.exp: Likewise.
15314 * gdb.base/scope.exp: Likewise.
15315 * gdb.base/sepdebug.exp: Likewise.
15316 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15317 throughout.
15318 * gdb.base/run.c: Likewise.
15319 * gdb.base/sepdebug.c: Likewise.
15320 * gdb.hp/gdb.aCC/run.c: Likewise.
15321 * gdb.reverse/until-reverse.c: Likewise.
15322 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15323
15324 2014-09-16 Yao Qi <yao@codesourcery.com>
15325
15326 * boards/local-remote-host-native.exp: New file.
15327
15328 2014-09-14 Doug Evans <xdje42@gmail.com>
15329
15330 * gdb.threads/queue-signal.c (thread_count): New variable.
15331 (thread_count_mutex, thread_count_condvar): New variables.
15332 (incr_thread_count, wait_all_threads_running): New functions.
15333 (main): Wait for all threads to be in their thread functions.
15334
15335 2014-09-13 Doug Evans <xdje42@gmail.com>
15336
15337 * gdb.threads/queue-signal.c: New file.
15338 * gdb.threads/queue-signal.exp: New file.
15339
15340 2014-09-13 Doug Evans <xdje42@gmail.com>
15341
15342 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15343 be consistent with what default_gdb_init uses.
15344 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15345 the plain text of the prompt. Add some logging printfs.
15346 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15347
15348 2014-09-12 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15351 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15352 * gdb.arch/i386-size-overlap.exp: Likewise.
15353 * gdb.arch/i386-size.exp: Likewise.
15354 * gdb.arch/i386-unwind.exp: Likewise.
15355 * gdb.base/a2-run.exp: Likewise.
15356 * gdb.base/break.exp: Likewise.
15357 * gdb.base/charset.exp: Likewise.
15358 * gdb.base/chng-syms.exp: Likewise.
15359 * gdb.base/commands.exp: Likewise.
15360 * gdb.base/dbx.exp: Likewise.
15361 * gdb.base/find.exp: Likewise.
15362 * gdb.base/funcargs.exp: Likewise.
15363 * gdb.base/jit-simple.exp: Likewise.
15364 * gdb.base/reread.exp: Likewise.
15365 * gdb.base/sepdebug.exp: Likewise.
15366 * gdb.base/step-bt.exp: Likewise.
15367 * gdb.cp/mb-inline.exp: Likewise.
15368 * gdb.cp/mb-templates.exp: Likewise.
15369 * gdb.objc/basicclass.exp: Likewise.
15370 * gdb.threads/killed.exp: Likewise.
15371
15372 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15373
15374 PR tdep/17379
15375 * gdb.arch/powerpc-stackless.S: New file.
15376 * gdb.arch/powerpc-stackless.exp: New file.
15377
15378 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15379
15380 * gdb.base/attach.c: Include unistd.h.
15381 (main): Call alarm. Add label postloop.
15382 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15383 gdb_breakpoint, gdb_continue_to_breakpoint.
15384 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15385
15386 2014-09-11 Pedro Alves <palves@redhat.com>
15387
15388 PR gdb/17347
15389 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15390 * gdb.base/attach.exp (test_command_line_attach_run): New
15391 procedure.
15392 (top level): Call it.
15393
15394 2014-09-11 Pedro Alves <palves@redhat.com>
15395
15396 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15397 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15398 (do_command_attach_tests): Use spawn_wait_for_attach.
15399 * gdb.base/solib-overlap.exp: Likewise.
15400 * gdb.multi/multi-attach.exp: Likewise.
15401 * gdb.python/py-prompt.exp: Likewise.
15402 * gdb.python/py-sync-interp.exp: Likewise.
15403 * gdb.server/ext-attach.exp: Likewise.
15404
15405 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15406
15407 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15408 command in testcase. Simplify testcase.
15409
15410 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15411
15412 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15413
15414 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15415
15416 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15417
15418 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15419
15420 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15421
15422 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15423
15424 * gdb.dwarf2/dynarr-ptr.c: New file.
15425 * gdb.dwarf2/dynarr-ptr.exp: New file.
15426
15427 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15428
15429 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15430 of 30 rather than hardcoding 120 for a slow test case. Take the
15431 `gdb,timeout' target setting into account for this calculation.
15432 Don't extend the timeout for the test cases that don't need it.
15433
15434 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15435
15436 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15437 a factor of 2 for a slow test case. Take the `gdb,timeout'
15438 target setting into account for this calculation.
15439 * gdb.reverse/until-precsave.exp: Increase the timeout by
15440 a factor of 15 and 3 respectively rather than adding 120
15441 for a pair of slow test cases. Take the `gdb,timeout'
15442 target setting into account for this calculation.
15443
15444 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15445
15446 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15447 timeout, don't pass one down to gdb_expect.
15448 (gdb_expect): Rework timeout selection.
15449
15450 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15451
15452 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15453 exception on timeout.
15454 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15455 (gdbserver_start_extended): Catch any `gdbserver_start' error
15456 exceptions.
15457 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15458 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15459 `gdbserver_gdb_load' error exceptions.
15460
15461 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15462
15463 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15464 120 on waiting for the TCP socket to open.
15465
15466 2014-09-09 Doug Evans <xdje42@gmail.com>
15467
15468 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15469 _caller_matches, _any_caller_is, _any_caller_matches.
15470
15471 2014-09-09 Doug Evans <xdje42@gmail.com>
15472
15473 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15474
15475 2014-09-09 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.mi/mi-var-display.exp: Set print symbol off.
15478
15479 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15480
15481 PR gdb/17035
15482 * gdb.base/commands.exp: Add tests to verify user-defined
15483 commands with empty bodies.
15484 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15485 python commands in `show user command`.
15486 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15487 scheme commands in `show user command`.
15488
15489 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 PR python/17355
15492 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15493 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15494 * gdb.python/py-framefilter-invalidarg.exp: New file.
15495 * gdb.python/py-framefilter-invalidarg.py: New file.
15496
15497 2014-09-06 Doug Evans <xdje42@gmail.com>
15498
15499 PR 15276
15500 * gdb.python/py-caller-is.c: New file.
15501 * gdb.python/py-caller-is.exp: New file.
15502
15503 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15504
15505 PR gdb/17235
15506 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15507 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15508
15509 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15510
15511 PR fortran/17237
15512 * gdb.fortran/print-formatted.exp: New file.
15513 * gdb.fortran/print-formatted.f90: Likewise.
15514
15515 2014-09-03 Sasha Smundak <asmundak@google.com>
15516
15517 * gdb.python/py-frame.exp: Test Frame.read_register.
15518
15519 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15520
15521 PR python/16699
15522 * gdb.python/py-completion.exp: New file.
15523 * gdb.python/py-completion.py: Likewise.
15524
15525 2014-08-28 Doug Evans <dje@google.com>
15526
15527 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15528 eax,etc. are live with values set by gdb and thus the compiler can't
15529 use them.
15530 * gdb.arch/i386-pseudo.c (main): Ditto.
15531
15532 2014-08-27 Doug Evans <dje@google.com>
15533
15534 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15535
15536 2014-08-25 Doug Evans <dje@google.com>
15537
15538 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15539 (main): Ditto.
15540
15541 2014-08-25 Doug Evans <dje@google.com>
15542
15543 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15544
15545 2014-08-24 Yao Qi <yao@codesourcery.com>
15546
15547 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15548 symbol off.
15549 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15550
15551 2014-08-22 Doug Evans <dje@google.com>
15552
15553 PR 17276
15554 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15555 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15556 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15557
15558 2014-08-22 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15561 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15562 * gdb.python/python.exp: Likewise. Use .py file on the host
15563 instead of the build.
15564
15565 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.threads/gcore-stale-thread.c: New file.
15568 * gdb.threads/gcore-stale-thread.exp: New file.
15569
15570 2014-08-21 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15573 * gdb.base/gcore-relro-pie.exp: Likewise.
15574 * gdb.base/gcore-relro.exp: Likewise.
15575 * gdb.base/gcore.exp: Likewise.
15576 * gdb.base/print-symbol-loading.exp: Likewise.
15577 * gdb.threads/gcore-thread.exp: Likewise.
15578 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15579
15580 2014-08-20 Pedro Alves <palves@redhat.com>
15581 Jan Kratochvil <jan.kratochvil@redhat.com>
15582
15583 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15584 configure.
15585 (EXPECT): Handle READ1 being set.
15586 (all): Depend on EXTRA_RULES.
15587 (check-read1, expect-read1, read1.so, read1): New rules.
15588 * README (Testsuite Parameters): Document the READ1 make variable.
15589 (Race detection): New section.
15590 * configure: Regenerate.
15591 * configure.ac: If build==host==target, and running under a
15592 GNU/glibc system, add read1 to the extra Makefile rules.
15593 (EXTRA_RULES): AC_SUBST it.
15594 * lib/read1.c: New file.
15595
15596 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15597
15598 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15599 the handling of variables declared as a typedef to an array
15600 which a DW_AT_data_location attribute.
15601
15602 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15603 Pedro Alves <palves@redhat.com>
15604
15605 PR symtab/14604
15606 PR symtab/14605
15607 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15608 gdb_test.
15609
15610 2014-08-19 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15613
15614 2014-08-19 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15617 right line.
15618
15619 2014-08-18 David Blaikie <dblaikie@gmail.com>
15620
15621 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15622
15623 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15624
15625 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15626 attribute in array range.
15627
15628 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15629
15630 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15631
15632 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15633
15634 PR c++/17132
15635 * gdb.cp/pr17132.cc: New file.
15636 * gdb.cp/pr17132.exp: New file.
15637
15638 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15639
15640 * gdb.python/py-xmethods.py (A_getarrayind)
15641 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15642 Use 'print' with function call syntax.
15643 (E_method_matcher.match): Fix tab vs space indentation mixup.
15644
15645 2014-08-15 Yao Qi <yao@codesourcery.com>
15646
15647 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15648 false.
15649
15650 2014-08-15 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.cp/casts.exp: Set print symbol off.
15653 * gdb.cp/class2.exp: Likewise.
15654 * gdb.cp/overload.exp: Likewise.
15655 * gdb.cp/templates.exp: Likewise.
15656
15657 2014-08-11 Doug Evans <dje@google.com>
15658
15659 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15660 (test_load_shlib): Update.
15661
15662 2014-08-09 Yao Qi <yao@codesourcery.com>
15663
15664 * gdb.base/display.exp: Invoke is_address_zero_readable.
15665 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15666 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15667 * gdb.base/hbreak-unmapped.exp: Return if
15668 is_address_zero_readable returns true.
15669 * gdb.base/signest.exp: Likewise.
15670 * gdb.base/signull.exp: Likewise.
15671 * gdb.base/sigbpt.exp: Likewise.
15672 * gdb.guile/scm-disasm.exp: Do the test if
15673 is_address_zero_readable returns false.
15674 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15675 * gdb.python/py-arch.exp: Likewise.
15676 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15677 * lib/gdb.exp (is_address_zero_readable): New proc.
15678
15679 2014-08-09 Yao Qi <yao@codesourcery.com>
15680
15681 PR testsuite/13443
15682 * gdb.mi/mi-var-display.exp: Make test messages unique.
15683
15684 2014-08-04 Tom Tromey <tromey@redhat.com>
15685
15686 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15687 target 0".
15688
15689 2014-08-04 Tom Tromey <tromey@redhat.com>
15690
15691 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15692 "target_resume".
15693
15694 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15695
15696 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15697 inner_vla_struct_object_size.
15698 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15699 as xfail.
15700
15701 2014-07-30 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15704 comment.
15705
15706 2014-07-29 Yao Qi <yao@codesourcery.com>
15707
15708 PR gdb/17206
15709 * gdb.base/until-nodebug.exp: New.
15710
15711 2014-07-28 Doug Evans <xdje42@gmail.com>
15712
15713 PR guile/17203
15714 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15715 previously existing parameter, and previously ambiguously spelled
15716 parameter.
15717
15718 2014-07-28 Will Newton <will.newton@linaro.org>
15719
15720 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15721
15722 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15723 Doug Evans <xdje42@gmail.com>
15724
15725 PR guile/17146
15726 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15727
15728 2014-07-25 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/signal-command-handle-nopass.c: New file.
15731 * gdb.threads/signal-command-handle-nopass.exp: New file.
15732 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15733 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15734 * gdb.threads/signal-delivered-right-thread.c: New file.
15735 * gdb.threads/signal-delivered-right-thread.exp: New file.
15736
15737 2014-07-25 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.base/double-prompt-target-event-error.exp
15740 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15741 match.
15742 (cancel_pagination_in_target_event): Rework double prompt
15743 detection.
15744 * gdb.base/paginate-after-ctrl-c-running.exp
15745 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15746 <return>' match.
15747 * gdb.base/paginate-bg-execution.exp
15748 (test_bg_execution_pagination_return)
15749 (test_bg_execution_pagination_cancel): Remove '-notransfer
15750 <return>' matches.
15751 * gdb.base/paginate-execution-startup.exp
15752 (test_fg_execution_pagination_return)
15753 (test_fg_execution_pagination_cancel): Remove '-notransfer
15754 <return>' matches.
15755 * gdb.base/paginate-inferior-exit.exp
15756 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15757 match.
15758 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15759 * lib/gdb.exp (pagination_prompt): Run text through
15760 string_to_regexp.
15761 (gdb_test_multiple): Match $pagination_prompt instead of
15762 "<return>".
15763 (string_to_regexp): Move to lib/gdb-utils.exp.
15764
15765 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15766
15767 * gdb.arch/amd64-entry-value-paramref.S: New file.
15768 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15769 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15770 * gdb.arch/amd64-optimout-repeat.S: New file.
15771 * gdb.arch/amd64-optimout-repeat.c: New file.
15772 * gdb.arch/amd64-optimout-repeat.exp: New file.
15773
15774 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15775
15776 PR gdb/17170
15777 * gdb.base/statistics.exp: New file.
15778
15779 2014-07-17 Doug Evans <dje@google.com>
15780
15781 PR gdb/17170
15782 * gdb.base/maint.exp: Update testing of per-command stats.
15783
15784 2014-07-16 Pedro Alves <palves@redhat.com>
15785
15786 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15787 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15788 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15789 (tfile_write_buf): New functions.
15790 (add_memory_block): Rewrite using the above.
15791 (adjust_function_address): New function.
15792 (FUNCTION_ADDRESS): New macro.
15793 (write_basic_trace_file): Remove short_x local, and use
15794 tfile_write_16. Change type of func_addr local to unsigned long
15795 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15796 here. Cast argument of add_memory_block to char pointer.
15797 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15798 (main): Remove parameters.
15799 * gdb.trace/tfile.exp: Remove nowarnings.
15800
15801 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15802
15803 * gdb.base/debug-expr.exp: Test string evaluation with
15804 "debug expression" on.
15805
15806 2014-07-15 Pedro Alves <palves@redhat.com>
15807
15808 * gdb.base/reread.exp: Use clean_restart.
15809
15810 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15811
15812 * gdb.arch/avr-flash-qualifer.c: New.
15813 * gdb.arch/avr-flash-qualifer.exp: New.
15814
15815 2014-07-14 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15818 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15819
15820 2014-07-14 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.base/double-prompt-target-event-error.c: New file.
15823 * gdb.base/double-prompt-target-event-error.exp: New file.
15824
15825 2014-07-14 Pedro Alves <palves@redhat.com>
15826
15827 PR gdb/17072
15828 * gdb.base/paginate-inferior-exit.c: New file.
15829 * gdb.base/paginate-inferior-exit.exp: New file.
15830
15831 2014-07-14 Pedro Alves <palves@redhat.com>
15832
15833 PR gdb/17072
15834 * gdb.base/paginate-bg-execution.c: New file.
15835 * gdb.base/paginate-bg-execution.exp: New file.
15836
15837 2014-07-14 Pedro Alves <palves@redhat.com>
15838
15839 PR gdb/17072
15840 * gdb.base/paginate-execution-startup.c: New file.
15841 * gdb.base/paginate-execution-startup.exp: New file.
15842 * lib/gdb.exp (pagination_prompt): New global.
15843 (default_gdb_spawn): New procedure, factored out from
15844 default_gdb_spawn.
15845 (default_gdb_start): Adjust to call default_gdb_spawn.
15846 (gdb_spawn): New procedure.
15847
15848 2014-07-14 Pedro Alves <palves@redhat.com>
15849
15850 * lib/gdb.exp (gdb_assert): New procedure.
15851 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15852
15853 2014-07-14 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/execution-termios.c: New file.
15856 * gdb.base/execution-termios.exp: New file.
15857
15858 2014-07-14 Tom Tromey <tromey@redhat.com>
15859
15860 * gdb.cp/vla-cxx.cc: New file.
15861 * gdb.cp/vla-cxx.exp: New file.
15862
15863 2014-07-14 Tom Tromey <tromey@redhat.com>
15864
15865 * gdb.reverse/rerun-prec.c: New file.
15866 * gdb.reverse/rerun-prec.exp: New file.
15867
15868 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15869 Maciej W. Rozycki <macro@codesourcery.com>
15870
15871 * lib/gdb-utils.exp: New file.
15872 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15873 inline `gdb_init_command' processing.
15874 (gdb_start_cmd): Likewise.
15875 * lib/mi-support.exp (mi_run_cmd): Likewise.
15876 * README: Document `gdb_init_command' and `gdb_init_commands'.
15877
15878 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15879
15880 Fix false FAIL running under a very long directory name.
15881 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15882 and "set print elements 10000". Twice.
15883
15884 2014-07-11 Yao Qi <yao@codesourcery.com>
15885
15886 * gdb.base/exprs.exp: "set print symbol off".
15887
15888 2014-07-11 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.threads/kill.c: New file.
15891 * gdb.threads/kill.exp: New file.
15892
15893 2014-07-10 Yao Qi <yao@codesourcery.com>
15894
15895 * gdb.trace/tfile.c (write_basic_trace_file)
15896 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15897 address written to trace file.
15898
15899 2014-07-09 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.base/attach-wait-input.exp: New file.
15902 * gdb.base/attach-wait-input.c: New file.
15903
15904 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15905
15906 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15907 setting up test structures.
15908 (main): Call new test function.
15909 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15910 test function, continue into test function and walk test
15911 structures.
15912
15913 2014-07-02 Yao Qi <yao@codesourcery.com>
15914
15915 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15916 'bar_start' at the beginning of functions 'foo' and 'bar'
15917 respectively.
15918 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15919 instead of 'foo' and 'bar'.
15920
15921 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15922
15923 * gdb.btrace/segv.exp: New.
15924 * gdb.btrace/segv.c: New.
15925
15926 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15927
15928 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15929 instruction.
15930
15931 2014-06-30 Mark Wielaard <mjw@redhat.com>
15932
15933 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15934 vulture, vilify, villar): New volatile array constants.
15935 (vindictive, vegetation): New const volatile array constants.
15936 * gdb.base/volatile.exp: Test volatile and const volatile array
15937 types.
15938
15939 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15940
15941 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15942 target lacks support for awatch, rwatch, or hbreak.
15943
15944 2014-06-27 Yao Qi <yao@codesourcery.com>
15945
15946 * gdb.multi/dummy-frame-restore.exp: New.
15947 * gdb.multi/dummy-frame-restore.c: New.
15948
15949 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15950
15951 * gdb.btrace/gcore.exp: New.
15952
15953 2014-06-23 Pedro Alves <palves@redhat.com>
15954
15955 * gdb.base/watchpoint-reuse-slot.c: New file.
15956 * gdb.base/watchpoint-reuse-slot.exp: New file.
15957
15958 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15959
15960 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15961 progspace's filename in 'info', 'enable' and 'disable' command
15962 tests.
15963
15964 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15965
15966 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15967 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15968 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15969
15970 2014-06-20 Gary Benson <gbenson@redhat.com>
15971
15972 * gdb.arch/i386-avx.exp: Fix include file location.
15973 * gdb.arch/i386-sse.exp: Likewise.
15974
15975 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15976
15977 * gdb.dlang/expression.exp: New file.
15978
15979 2014-06-19 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15982 out from ...
15983 (top level): ... here. Iterate running tests under different
15984 scheduler-locking settings.
15985
15986 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15987
15988 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15989 to DW_FORM_addr and use non-zero addresses.
15990
15991 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15992
15993 PR gdb/17017
15994 * gdb.python/py-xmethods.cc: Add global function call counters and
15995 increment them in their respective functions. Remove "cout"
15996 statements.
15997 * gdb.python/py-xmethods.exp: Make tests check the global function
15998 call counters instead of depending on inferior IO.
15999
16000 2014-06-18 Don Breazeal <donb@codesourcery.com>
16001
16002 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16003 Deleted procedure.
16004 (explicit_fork_parent_follow): Deleted procedure.
16005 (explicit_fork_child_follow): Deleted procedure.
16006 (test_follow_fork): New procedure.
16007 (do_fork_tests): Replace calls to deleted procedures with
16008 calls to test_follow_fork and reset GDB for subsequent
16009 procedure calls.
16010
16011 2014-06-17 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16014 CP1252.
16015
16016 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16017
16018 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16019 Initialize ptr and S explicitly.
16020 (skip_type_update_when_not_use_rtti_test): Likewise.
16021
16022 2014-06-16 Keith Seitz <keiths@redhat.com>
16023
16024 PR mi/15863
16025 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16026 the inferior is started.
16027
16028 2014-06-16 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.base/break-main-file-remove-fail.c: New file.
16031 * gdb.base/break-main-file-remove-fail.exp: New file.
16032 * gdb.base/break-unload-file.exp: Use build_executable instead of
16033 prepare_for_testing.
16034 (test_break): New parameter "initial_load". Handle it.
16035 (top level): Add initial_load cmdline/file axis.
16036
16037 2014-06-12 Tom Tromey <tromey@redhat.com>
16038
16039 * gdb.base/completion.exp: Don't use directory name in test.
16040
16041 2014-06-09 Gary Benson <gbenson@redhat.com>
16042
16043 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16044 separate the always-available ANSI-standard signals from the
16045 signals that require checking.
16046 (main): Likewise.
16047 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16048 Likewise.
16049 (main): Likewise.
16050
16051 2014-06-07 Keith Seitz <keiths@redhat.com>
16052
16053 Revert:
16054 PR c++/16253
16055 * gdb.cp/var-tag.cc: New file.
16056 * gdb.cp/var-tag.exp: New file.
16057 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16058 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16059 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16060 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16061
16062 2014-06-06 Doug Evans <xdje42@gmail.com>
16063
16064 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16065
16066 2014-06-06 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16069 in target debug output instead of looking at RSP packets,
16070 disabling the test on any target that uses hardware stepping.
16071 Update comments.
16072
16073 2014-06-06 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/break-unload-file.exp: Fix typo.
16076
16077 2014-06-06 Yao Qi <yao@codesourcery.com>
16078
16079 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16080 from "jit_function" to "^jit_function".
16081
16082 2014-06-06 Yao Qi <yao@codesourcery.com>
16083
16084 * gdb.base/async.c (foo): Add one statement.
16085 * gdb.base/async.exp: Get the next instruction address and
16086 match the output of "nexti" by instruction address. Match
16087 the hex address in the output of "finish".
16088
16089 2014-06-06 Gary Benson <gbenson@redhat.com>
16090
16091 * gdb.base/call-signals.c: Remove preprocessor conditionals
16092 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16093 SIGSEGV and SIGTERM.
16094 * gdb.base/sigall.c: Likewise.
16095 * gdb.base/unwindonsignal.c: Likewise.
16096 * gdb.reverse/sigall-reverse.c: Likewise.
16097
16098 2014-06-06 Yao Qi <yao@codesourcery.com>
16099
16100 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16101 readable, skip the test.
16102
16103 2014-06-06 Yao Qi <yao@codesourcery.com>
16104
16105 * gdb.threads/staticthreads.c (thread_function): Move the line
16106 setting breakpoint on forward.
16107 * gdb.threads/staticthreads.exp: Update comments.
16108
16109 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16110
16111 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16112 "history-append! type error".
16113
16114 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16115
16116 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16117 erroneous dprintf expected input.
16118
16119 2014-06-04 Doug Evans <xdje42@gmail.com>
16120
16121 * gdb.guile/scm-generics.exp: Delete.
16122
16123 2014-06-04 Doug Evans <xdje42@gmail.com>
16124
16125 * gdb.guile/scm-breakpoint.exp: Update.
16126 Add tests for breakpoint registration.
16127
16128 2014-06-04 Tom Tromey <tromey@redhat.com>
16129
16130 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16131 VLA-in-union.
16132 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16133 inner_vla_struct, vla_union types. Initialize objects of those
16134 types and compute their sizes.
16135
16136 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16137 Hui Zhu <hui@codesourcery.com>
16138
16139 * gdb.base/fileio.exp: Add test for shell not available as well as
16140 available.
16141 * gdb.base/fileio.c (test_system): Check for shell twice.
16142
16143 2014-06-04 Yao Qi <yao@codesourcery.com>
16144
16145 * gdb.base/auto-connect-native-target.exp: Remove redundant
16146 space from the regexp pattern.
16147
16148 2014-06-04 Yao Qi <yao@codesourcery.com>
16149
16150 * gdb.base/default.exp: Replace "child" with "native" in
16151 regexp pattern.
16152
16153 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16154
16155 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16156 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16157 * gdb.python/py-xmethods.py: Python script supporting the
16158 new testcase and tests.
16159
16160 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16161 Pedro Alves <palves@redhat.com>
16162
16163 PR breakpoints/17000
16164 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16165 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16166
16167 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16168
16169 * gdb.base/subst.exp: Add tests to verify partial path matching
16170 output.
16171
16172 2014-06-03 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16175 target that doesn't use software single-stepping.
16176
16177 2014-06-03 Pedro Alves <palves@redhat.com>
16178
16179 PR breakpoints/17000
16180 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16181 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16182
16183 2014-06-02 Doug Evans <xdje42@gmail.com>
16184
16185 * gdb.guile/scm-parameter.exp: New file.
16186
16187 2014-06-02 Doug Evans <xdje42@gmail.com>
16188
16189 * gdb.guile/scm-cmd.c: New file.
16190 * gdb.guile/scm-cmd.exp: New file.
16191
16192 2014-06-02 Doug Evans <xdje42@gmail.com>
16193
16194 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16195 pretty-printer lookup.
16196 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16197 (make-pp_s-printer): Call it.
16198 (make-pretty-printer-from-dict): New function.
16199 (lookup-pretty-printer-maker-from-dict): New function.
16200 (*pretty-printer*): Simplify.
16201 (make-objfile-pp_s-printer): New function.
16202 (install-objfile-pretty-printers!): New function.
16203 (make-progspace-pp_s-printer): New function.
16204 (install-progspace-pretty-printers!): New function.
16205 * gdb.guile/scm-progspace.c: New file.
16206 * gdb.guile/scm-progspace.exp: New file.
16207
16208 2014-06-02 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.base/dprintf-bp-same-addr.c: New file.
16211 * gdb.base/dprintf-bp-same-addr.exp: New file.
16212
16213 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16214
16215 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16216 * gdb.arch/powerpc-power.s: Likewise.
16217
16218 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16219
16220 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16221
16222 2014-06-01 Yao Qi <yao@codesourcery.com>
16223
16224 * gdb.base/watchpoint.exp (test_watch_location): Check null
16225 pointer can be dereferenced. If not, do the test, otherwise
16226 skip it.
16227
16228 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16229
16230 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16231 results.
16232 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16233
16234 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16235
16236 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16237 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16238 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16239 * gdb.arch/amd64-invalid-stack-top.c: New file.
16240 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16241
16242 2014-05-30 Pedro Alves <palves@redhat.com>
16243
16244 PR breakpoints/17000
16245 * gdb.base/sss-bp-on-user-bp.c: New file.
16246 * gdb.base/sss-bp-on-user-bp.exp: New file.
16247
16248 2014-05-30 David Blaikie <dblaikie@gmail.com>
16249
16250 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16251 gnu_inline semantics via attribute.
16252 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16253 source explicitly specifies the required semantics.
16254
16255 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16256
16257 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16258
16259 2014-05-29 Pedro Alves <palves@redhat.com>
16260 Tom Tromey <tromey@redhat.com>
16261
16262 * gdb.base/async-shell.exp: Don't enable target-async.
16263 * gdb.base/async.exp
16264 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16265 parameter. Adjust.
16266 (top level): Don't test with "target-async".
16267 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16268 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16269 * gdb.base/inferior-died.exp: Don't enable target-async.
16270 * gdb.base/interrupt-noterm.exp: Likewise.
16271 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16272 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16273 * gdb.mi/mi-nonstop.exp: Likewise.
16274 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16275 * gdb.mi/mi-nsintrall.exp: Likewise.
16276 * gdb.mi/mi-nsmoribund.exp: Likewise.
16277 * gdb.mi/mi-nsthrexec.exp: Likewise.
16278 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16279 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16280 * gdb.python/py-evsignal.exp: Don't enable target-async.
16281 * gdb.python/py-evthreads.exp: Likewise.
16282 * gdb.python/py-prompt.exp: Likewise.
16283 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16284 * gdb.server/solib-list.exp: Don't enable target-async.
16285 * gdb.threads/thread-specific-bp.exp: Likewise.
16286 * lib/mi-support.exp: Adjust to use mi-async.
16287
16288 2014-05-29 Pedro Alves <palves@redhat.com>
16289
16290 PR gdb/13860
16291 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16292 reason, even in sync mode.
16293
16294 2014-05-29 Pedro Alves <palves@redhat.com>
16295 Hui Zhu <hui@codesourcery.com>
16296
16297 PR PR15693
16298 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16299 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16300 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16301 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16302
16303 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16304
16305 * config/monitor.exp (gdb_target_monitor): Replace use of
16306 "set remotebaud" by "set serial baud".
16307
16308 2014-05-26 Andy Wingo <wingo@igalia.com>
16309
16310 * gdb.guile/scm-breakpoint.exp:
16311 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16312 properties instead of gdb-object-properties.
16313
16314 2014-05-26 Yao Qi <yao@codesourcery.com>
16315
16316 * gdb.server/no-thread-db.exp: Specify source file name
16317 explicitly when setting a breakpoint.
16318
16319 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16320
16321 * gdb.btrace/vdso.c: New.
16322 * gdb.btrace/vdso.exp: New.
16323
16324 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16325
16326 * gdb.base/gcore.exp (capture_command_output): Move ...
16327 * lib/gdb.exp (capture_command_output): ... here.
16328
16329 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16330
16331 * gdb.btrace/data.exp: Test memory access during btrace replay.
16332
16333 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16334
16335 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16336
16337 2014-05-21 Pedro Alves <palves@redhat.com>
16338
16339 PR gdb/13860
16340 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16341 (top level): Test that output related to execution commands is
16342 sent to the console with CLI commands, but not with MI commands.
16343 Test that breakpoint events are always mirrored to the console.
16344 Also expect the new source line to be output after a "next" in
16345 async mode too. Make it a pass/fail test.
16346 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16347 output.
16348 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16349
16350 2014-05-21 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16353 Use them to test variations of "list" after reaching a breakpoint.
16354 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16355 Test "list" with listsize 10 after reaching a breakpoint.
16356 * gdb.python/python.exp (decode_line current location line
16357 number): Adjust expected line number.
16358
16359 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16360
16361 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16362 behavior for $args, pass it directly to "run".
16363
16364 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16365
16366 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16367 30000 to 65536.
16368
16369 2014-05-21 Pedro Alves <palves@redhat.com>
16370
16371 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16372 auto-connect-native-target off".
16373 * gdb.base/auto-connect-native-target.c: New file.
16374 * gdb.base/auto-connect-native-target.exp: New file.
16375
16376 2014-05-21 Pedro Alves <palves@redhat.com>
16377
16378 * gdb.base/default.exp: Test "target native" instead of "target
16379 child".
16380
16381 2014-05-21 Mark Wielaard <mjw@redhat.com>
16382
16383 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16384
16385 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16386
16387 Fix TLS access for -static -pthread.
16388 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16389 <HAVE_TLS> (thread_function, main): Initialize it.
16390 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16391 Add clean_restart.
16392 <$have_tls != "">: Check TLSVAR.
16393
16394 2014-05-21 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.base/dcache-line-read-error.c: New.
16397 * gdb.base/dcache-line-read-error.exp: New.
16398
16399 2014-05-20 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.base/compare-sections.c: New file.
16402 * gdb.base/compare-sections.exp: New file.
16403
16404 2014-05-20 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.base/break-idempotent.c: New file.
16407 * gdb.base/break-idempotent.exp: New file.
16408
16409 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16410
16411 * gdb.btrace/nohist.exp: New.
16412
16413 2014-05-20 Yao Qi <yao@codesourcery.com>
16414
16415 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16416 gdb.reverse directory and gdb_reverse_timeout exists in board
16417 setting.
16418 * README: Document gdb_reverse_timeout.
16419
16420 2014-05-20 Yao Qi <yao@codesourcery.com>
16421
16422 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16423 'test_file_name'. Treat args as a string instead of a list.
16424 (gdb_init): Rename argument 'args' by 'test_file_name'.
16425
16426 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16427
16428 * gdb.arch/powerpc-power.exp: New file.
16429 * gdb.arch/powerpc-power.s: New file.
16430
16431 2014-05-16 Doug Evans <dje@google.com>
16432
16433 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16434 * gdb.base/completion.exp: Check that all expected files exist
16435 before doing file completion.
16436
16437 2014-05-16 Doug Evans <dje@google.com>
16438
16439 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16440 Update.
16441 (do_syscall_tests_without_xml): Update.
16442
16443 2014-05-16 Pedro Alves <palves@redhat.com>
16444
16445 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16446 instead of "unknown output after running".
16447
16448 2014-05-16 Yao Qi <yao@codesourcery.com>
16449
16450 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16451 file1.txt from host at the end.
16452 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16453
16454 2014-05-15 Doug Evans <dje@google.com>
16455
16456 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16457 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16458 loading file. Add test for TU lookup.
16459
16460 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16461
16462 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16463 calling "-exec-arguments" or "set args" before running the
16464 inferior.
16465
16466 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16467
16468 * lib/mi-support.exp (mi_expect_stop): Expect message for
16469 inferiors that exit with non-zero exit code.
16470
16471 2014-05-14 Yao Qi <yao@codesourcery.com>
16472
16473 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16474 match absolute path on remote host.
16475 (test_file_list_exec_source_files): Remove "/" from the
16476 pattern.
16477
16478 2014-05-14 Yao Qi <yao@codesourcery.com>
16479
16480 * boards/local-remote-host-notty.exp (${board}_file): New
16481 proc.
16482
16483 2014-05-07 Kyle McMartin <kyle@redhat.com>
16484
16485 Pushed by Joel Brobecker <brobecker@adacore.com>.
16486 * gdb.arch/aarch64-atomic-inst.c: New file.
16487 * gdb.arch/aarch64-atomic-inst.exp: New file.
16488
16489 2014-05-07 Yao Qi <yao@codesourcery.com>
16490
16491 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16492 in current context" too.
16493
16494 2014-05-05 Keith Seitz <keiths@redhat.com>
16495
16496 * gdb.linespec/ls-dollar.exp: Add test for linespec
16497 file:convenience_variable.
16498
16499 2014-05-05 Yao Qi <yao@codesourcery.com>
16500
16501 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16502 traceframes into tfile and ctf trace files. Read data from
16503 trace file and test collected data.
16504 (gdb_collect_locals_test): Likewise.
16505 (gdb_unavailable_registers_test): Likewise.
16506 (gdb_unavailable_floats): Likewise.
16507 (gdb_collect_globals_test): Likewise.
16508 (top-level): Append "ctf" to trace_file_targets if GDB
16509 supports.
16510
16511 2014-05-05 Yao Qi <yao@codesourcery.com>
16512
16513 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16514 code to ...
16515 (gdb_collect_args_test_1): ... it. New proc.
16516 (gdb_collect_locals_test): Move some code to ...
16517 (gdb_collect_locals_test_1): ... it. New proc.
16518 (gdb_unavailable_registers_test): Move some code to ...
16519 (gdb_unavailable_registers_test_1): ... it. New proc.
16520 (gdb_unavailable_floats): Move some code to ...
16521 (gdb_unavailable_floats_1): ... it. New proc.
16522
16523 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16524
16525 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16526 probes to test for bitness recognition.
16527 * gdb.arch/amd64-stap-optional-prefix.exp
16528 (test_probe_value_without_reg): New procedure.
16529 Add code to test for different kinds of bitness.
16530
16531 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16532
16533 PR breakpoints/16889
16534 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16535 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16536
16537 2014-05-01 Pedro Alves <palves@redhat.com>
16538
16539 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16540 gdb_file_cmd if no file is specified.
16541 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16542 last_loaded_file to set the remote exec-file.
16543
16544 2014-05-01 Pedro Alves <palves@redhat.com>
16545
16546 * boards/local-remote-host.exp: New file.
16547
16548 2014-05-01 Pedro Alves <palves@redhat.com>
16549
16550 * boards/local-remote-host.exp: Rename to ...
16551 * boards/local-remote-host-notty.exp: ... this.
16552
16553 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16554
16555 * gdb.ada/dyn_arrayidx: New testcase.
16556
16557 2014-04-26 Yao Qi <yao@codesourcery.com>
16558
16559 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16560 and compute the length of function main. Save it in
16561 $main_length.
16562 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16563 (top-level): Use gdb_compile to compile objects into
16564 executable and restart GDB. Remove invocation to
16565 prepare_for_testing.
16566
16567 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16568 Pedro Alves <palves@redhat.com>
16569
16570 PR server/16255
16571 * gdb.multi/multi-attach.c: New file.
16572 * gdb.multi/multi-attach.exp: New file.
16573
16574 2014-04-25 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16577 user.
16578 (top level): Test that "set remote conditional-breakpoints-packet
16579 off" works as intended.
16580 * gdb.base/dprintf.exp: Test that "set remote
16581 breakpoint-commands-packet off" works as intended.
16582 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16583 New function.
16584 (top level): Call it.
16585 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16586 remote fast-tracepoints-packet off" works as intended.
16587 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16588 * lib/gdb.exp (gdb_is_target_remote): ... here.
16589
16590 2014-04-24 David Blaikie <dblaikie@gmail.com>
16591
16592 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16593 ensure clang would not discard them.
16594 * gdb.base/gdbvars.c: Ditto.
16595 * gdb.base/memattr.c: Ditto.
16596 * gdb.base/whatis.c: Ditto.
16597 * gdb.python/py-prettyprint.c: Ditto.
16598 * gdb.trace/actions.c: Ditto.
16599 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16600 ensure clang would not discard it.
16601
16602 2014-04-24 David Blaikie <dblaikie@gmail.com>
16603
16604 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16605 clang to emit the full definition of type required by the test
16606 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16607
16608 2014-04-24 David Blaikie <dblaikie@gmail.com>
16609
16610 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16611 coax Clang into emitting the definition of the type.
16612 * gdb.cp/pr10728-x.h (y): Ditto.
16613 * gdb.cp/pr10728-y.cc (y): Ditto.
16614
16615 2014-04-24 David Blaikie <dblaikie@gmail.com>
16616
16617 * gdb.base/label.exp: XFAIL label related tests under Clang.
16618 * gdb.cp/cplabel.exp: Ditto.
16619 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16620 under Clang those using labels.
16621
16622 2014-04-25 Yao Qi <yao@codesourcery.com>
16623
16624 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16625 double_label.
16626 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16627 partial_label and double_label.
16628
16629 2014-04-24 David Blaikie <dblaikie@gmail.com>
16630
16631 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16632
16633 2014-04-24 David Blaikie <dblaikie@gmail.com>
16634
16635 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16636 of the function to work across GCC and Clang.
16637 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16638 pointer types (const void ** const V void **).
16639
16640 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16641 Walfred Tedeschi <walfred.tedeschi@intel.com>
16642
16643 * Makefile.in (EXECUTABLES): Added i386-avx512.
16644 * gdb.arch/i386-avx512.c: New file.
16645 * gdb.arch/i386-avx512.exp: Likewise.
16646
16647 2014-04-23 Keith Seitz <keiths@redhat.com>
16648
16649 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16650 (mi_make_breakpoint_table): New procedure.
16651 (mi_create_breakpoint): Use mi_make_breakpoint
16652 and return the result.
16653 (mi_make_breakpoint): New procedure.
16654 (mi_build_kv_pairs): New procedure.
16655
16656 * gdb.mi/mi-break.exp: Remove unused globals,
16657 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16658 All callers updated.
16659 * gdb.mi/mi-dprintf.exp: Use variable to track command
16660 number.
16661 Update all callers of mi_create_breakpoint and use
16662 mi_make_breakpoint_table.
16663 Remove any unused global variables.
16664 * gdb.mi/mi-nonstop.exp: Likewise.
16665 * gdb.mi/mi-nsintrall.exp: Likewise.
16666 * gdb.mi/mi-nsmoribund.exp: Likewise.
16667 * gdb.mi/mi-nsthrexec.exp: Likewise.
16668 * gdb.mi/mi-reverse.exp: Likewise.
16669 * gdb.mi/mi-simplerun.exp: Likewise.
16670 * gdb.mi/mi-stepn.exp: Likewise.
16671 * gdb.mi/mi-syn-frame.exp: Likewise.
16672 * gdb.mi/mi-until.exp: Likewise.
16673 * gdb.mi/mi-var-cp.exp: Likewise.
16674 * gdb.mi/mi-var-display.exp: Likewise.
16675 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16676 * gdb.mi/mi2-var-child.exp: Likewise.
16677 * gdb.mi/mi-vla-c99.exp: Likewise.
16678 * lib/mi-support.exp: Likewise.
16679
16680 From Ian Lance Taylor <iant@cygnus.com>:
16681 * lib/gdb.exp (parse_args): New procedure.
16682
16683 2014-04-23 Pedro Alves <palves@redhat.com>
16684
16685 * gdb.base/break-unload-file.c: New file.
16686 * gdb.base/break-unload-file.exp: New file.
16687 * gdb.base/sym-file-lib.c (baz): New function.
16688 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16689 field.
16690 (load): Store the segment's mapped size.
16691 (unload): New function.
16692 (unload_shlib): New function.
16693 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16694 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16695 set a breakpoint at baz, and call it.
16696 * gdb.base/sym-file.exp: New tests for stale breakpoint
16697 instructions.
16698
16699 2014-04-23 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16702 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16703 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16704 * gdb.base/hbreak-unmapped.c: New file.
16705 * gdb.base/hbreak-unmapped.exp: New file.
16706 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16707 * lib/gdb.exp (gdb_is_target_remote): ... here.
16708
16709 2014-04-22 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/consecutive-step-over.c: New file.
16712 * gdb.base/consecutive-step-over.exp: New file.
16713
16714 2014-04-22 Pedro Alves <palves@redhat.com>
16715
16716 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16717 instead of send_gdb/gdb_expect.
16718
16719 2014-04-22 Yao Qi <yao@codesourcery.com>
16720
16721 * lib/trace-support.exp (generate_tracefile): New procedure.
16722 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16723 return 0.
16724 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16725 if generate_tracefile returns 1.
16726
16727 2014-04-18 Tom Tromey <palves@redhat.com>
16728 Pedro alves <tromey@redhat.com>
16729
16730 PR backtrace/15558
16731 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16732 with a backtrace limit.
16733 * gdb.python/py-frame-inline.exp: Test running to an inline
16734 function with a backtrace limit, and printing the newest frame.
16735 * gdb.python/py-frame-inline.c (main): Call f.
16736
16737 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16738
16739 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16740
16741 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16742
16743 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16744 Drop prefix from unsupported source file path.
16745
16746 2014-04-17 Yao Qi <yao@codesourcery.com>
16747
16748 * lib/gdb.exp (with_target_charset): New proc.
16749 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16750 with_target_charset.
16751 (test_print_strings): Likewise.
16752 (test_repeat_bytes): Likewise.
16753 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16754 for some tests.
16755
16756 2014-04-16 Keith Seitz <keiths@redhat.com>
16757
16758 PR gdb/15827
16759 * gdb.dwarf2/corrupt.c: New file.
16760 * gdb.dwarf2/corrupt.exp: New file.
16761
16762 2014-04-16 Keith Seitz <keiths@redhat.com>
16763
16764 PR c++/16597
16765 * gdb.cp/namelessclass.cc: New file.
16766 * gdb.cp/namelessclass.exp: New file.
16767 * gdb.cp/namelessclass.S: New file.
16768
16769 2014-04-16 Doug Evans <dje@google.com>
16770
16771 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16772 Add comment.
16773 (gdbserver_default_get_comm_port): New function.
16774 (gdbserver_start): Check if board file provided
16775 "gdbserver,get_comm_port" and use it if so.
16776 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16777 (gdb,socketport): Set to "stdio".
16778 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16779 (stdio_gdbserver_template): Delete.
16780 (${board}_get_remote_address): Update.
16781 (${board}_build_remote_cmd): Delete.
16782 (${board}_get_comm_port): New function.
16783 (${board}_spawn): Update.
16784 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16785 Delete.
16786 (${board}_get_remote_address): Update.
16787 (${board}_get_comm_port): New function.
16788
16789 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16790
16791 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16792 appearing in any order.
16793
16794 2014-04-15 Doug Evans <dje@google.com>
16795
16796 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16797 uninitialized value of "description".
16798
16799 2014-04-15 Keith Seitz <keiths@redhat.com>
16800
16801 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16802 Remove unused globals.
16803 (test_running_the_program): Likewise.
16804 (test_controlled_execution): Likewise.
16805 (test_controlling_breakpoints): Likewise.
16806 (test_program_termination): Likewise.
16807
16808 2014-04-15 Keith Seitz <keiths@redhat.com>
16809
16810 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16811 unused globals.
16812 (test_rbreak_creation_and_listing): Likewise.
16813 (test_ignore_count): Likewise.
16814 (test_error): Likewise.
16815
16816 2014-04-15 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16819 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16820 sym-file-loader.c.
16821 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16822 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16823 to sym-file-loader.c.
16824 (struct library): Forward declare.
16825 (load_shlib, lookup_function): Change prototypes.
16826 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16827 (translate_offset): Remove declarations.
16828 (get_text_addr): New declaration.
16829 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16830 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16831 sym-file-loader.h.
16832 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16833 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16834 here from sym-file-loader.h.
16835 (struct library): New structure.
16836 (load_shlib, lookup_function): Change prototypes and adjust to
16837 work with a struct library.
16838 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16839 (translate_offset): Make static.
16840 (get_text_addr): New function.
16841 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16842
16843 2014-04-15 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16846
16847 2014-04-15 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.base/sym-file-loader.c: Include <limits.h>.
16850 (SELF_LINK): New define.
16851 (get_origin): New function.
16852 (load_shlib): Use it.
16853 * gdb.base/sym-file.exp: Don't early return if the target is
16854 remote. Use runto_main, and issue fail is that fails. Use
16855 gdb_load_shlibs.
16856 (shlib_name): Delete.
16857 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16858
16859 2014-04-15 Pedro Alves <palves@redhat.com>
16860
16861 * gdb.base/sym-file.exp: Remove regex characters from test
16862 message. Don't refer to breakpoint numbers in test messages.
16863
16864 2014-04-14 Keith Seitz <keiths@redhat.com>
16865
16866 PR c++/16253
16867 * gdb.cp/var-tag.cc: New file.
16868 * gdb.cp/var-tag.exp: New file.
16869 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16870 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16871 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16872 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16873
16874 2014-04-14 Tom Tromey <tromey@redhat.com>
16875
16876 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16877 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16878 type.
16879 * gdb.cp/enum-class.exp: New file.
16880 * gdb.cp/enum-class.cc: New file.
16881
16882 2014-04-14 Tom Tromey <tromey@redhat.com>
16883
16884 * gdb.dwarf2/enum-type.exp: New file.
16885
16886 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16887
16888 * gdb.mi/mi-vla-c99.exp: New file.
16889 * gdb.mi/vla.c: New file.
16890
16891 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16892
16893 * gdb.base/vla-datatypes.c: New file.
16894 * gdb.base/vla-datatypes.exp: New file.
16895
16896 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16897
16898 * gdb.base/vla-ptr.c: New file.
16899 * gdb.base/vla-ptr.exp: New file.
16900
16901 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16902
16903 * gdb.dwarf2/count.exp: New file.
16904
16905 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16906
16907 * gdb.base/vla-sideeffect.c: New file.
16908 * gdb.base/vla-sideeffect.exp: New file.
16909
16910 2014-04-14 David Blaikie <dblaikie@gmail.com>
16911
16912 * gdb.mi/non-stop.c: Add return value for non-void function return
16913 statement.
16914 * gdb.threads/staticthreads.c: Ditto.
16915
16916 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16917 Doug Evans <xdje42@gmail.com>
16918
16919 * gdb.guile/scm-value.c: Improve test case.
16920 * gdb.guile/scm-value.exp: Add new test.
16921
16922 2014-04-11 David Blaikie <dblaikie@gmail.com>
16923
16924 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16925 override Clang's default.
16926
16927 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16928
16929 Revert the following changes (regressions):
16930
16931 * gdb.base/vla-sideeffect.c: New file.
16932 * gdb.base/vla-sideeffect.exp: New file.
16933
16934 * gdb.dwarf2/count.exp: New file.
16935
16936 * gdb.base/vla-multi.c: New file.
16937 * gdb.base/vla-multi.exp: New file.
16938
16939 * gdb.base/vla-ptr.c: New file.
16940 * gdb.base/vla-ptr.exp: New file.
16941
16942 * gdb.base/vla-datatypes.c: New file.
16943 * gdb.base/vla-datatypes.exp: New file.
16944
16945 * gdb.mi/mi-vla-c99.exp: New file.
16946 * gdb.mi/vla.c: New file.
16947
16948 2014-04-11 Keith Seitz <keiths@redhat.com>
16949
16950 PR c++/16675
16951 * gdb.cp/cpsizeof.exp: New file.
16952 * gdb.cp/cpsizeof.cc: New file.
16953
16954 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16955
16956 * gdb.mi/mi-vla-c99.exp: New file.
16957 * gdb.mi/vla.c: New file.
16958
16959 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16960
16961 * gdb.base/vla-datatypes.c: New file.
16962 * gdb.base/vla-datatypes.exp: New file.
16963
16964 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16965
16966 * gdb.base/vla-ptr.c: New file.
16967 * gdb.base/vla-ptr.exp: New file.
16968
16969 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16970
16971 * gdb.base/vla-multi.c: New file.
16972 * gdb.base/vla-multi.exp: New file.
16973
16974 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16975
16976 * gdb.dwarf2/count.exp: New file.
16977
16978 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16979
16980 * gdb.base/vla-sideeffect.c: New file.
16981 * gdb.base/vla-sideeffect.exp: New file.
16982
16983 2014-04-11 Yao Qi <yao@codesourcery.com>
16984
16985 * gdb.base/completion.exp: Check file exists before running tests
16986 on file completion.
16987
16988 2014-04-10 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.base/cond-eval-mode.c: New file.
16991 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16992 prepare_for_testing to build the new file. Check result of
16993 runto_main.
16994 (test_break, test_watch): New procedures.
16995 (top level): Use them.
16996
16997 2014-04-08 Pierre Muller <muller@sourceware.org>
16998
16999 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17000 Ctrl-V use for mingw hosts.
17001
17002 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17003
17004 * gdb.python/py-value.c: Improve test case.
17005 * gdb.python/py-value.exp: Add new test.
17006
17007 2014-04-07 David Blaikie <dblaikie@gmail.com>
17008
17009 * lib/compiler.c: Identify the clang compiler.
17010 * lib/compiler.cc: Ditto.
17011
17012 2014-04-03 Yao Qi <yao@codesourcery.com>
17013
17014 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17015
17016 2014-04-01 Anton Blanchard <anton@samba.org>
17017
17018 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17019 messages unique.
17020
17021 2014-04-01 Anton Blanchard <anton@samba.org>
17022
17023 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17024 prepare_for_testing.
17025
17026 2014-04-01 Anton Blanchard <anton@samba.org>
17027
17028 * gdb.arch/ppc64-atomic-inst.c: Remove.
17029 * gdb.arch/ppc64-atomic-inst.S: New file.
17030 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17031
17032 2014-03-31 Doug Evans <dje@google.com>
17033
17034 * gdb.base/print-symbol-loading-lib.c: New file.
17035 * gdb.base/print-symbol-loading-main.c: New file.
17036 * gdb.base/print-symbol-loading.exp: New file.
17037
17038 2014-03-31 Yao Qi <yao@codesourcery.com>
17039
17040 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17041
17042 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17043
17044 * gdb.ada/mi_dyn_arr: New testcase.
17045
17046 2014-03-27 Doug Evans <dje@google.com>
17047
17048 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17049
17050 2014-03-27 Yao Qi <yao@codesourcery.com>
17051
17052 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17053 if target is nios2-*-*.
17054
17055 2014-03-26 Yao Qi <yao@codesourcery.com>
17056
17057 * lib/gdb.exp (readline_is_used): New proc.
17058 * gdb.base/completion.exp: Move tests on command complete up.
17059 Skip the rest of tests if readline is not used.
17060 * gdb.ada/complete.exp: Skp the test if readline is not
17061 used.
17062 * gdb.base/filesym.exp: Likewise.
17063 * gdb.base/macscp.exp: Likewise.
17064 * gdb.base/readline-ask.exp: Likewise.
17065 * gdb.base/readline.exp: Likewise.
17066 * gdb.python/py-cmd.exp: Likewise.
17067 * gdb.trace/tfile.exp: Likewise.
17068
17069 2014-03-26 Yao Qi <yao@codesourcery.com>
17070
17071 * gdb.base/macscp.exp: Fix code format issues.
17072
17073 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17074
17075 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17076 * gdb.asm/powerpc64le.inc: New file.
17077
17078 2014-03-25 Pedro Alves <palves@redhat.com>
17079 Doug Evans <dje@google.com>
17080
17081 * gdb.base/source-execution.c: New file.
17082 * gdb.base/source-execution.exp: New file.
17083 * gdb.base/source-execution.gdb: New file.
17084
17085 2014-03-24 Doug Evans <dje@google.com>
17086
17087 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17088 using fission.
17089
17090 2014-03-24 Hui Zhu <hui@codesourcery.com>
17091 Pedro Alves <palves@redhat.com>
17092
17093 PR breakpoints/16101
17094 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17095 test pass/fail messages. Detect missing support for dprintf when
17096 breakpoints are actually inserted.
17097 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17098 breakpoints are actually inserted.
17099 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17100 fails.
17101
17102 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17103
17104 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17105
17106 2014-03-22 Doug Evans <xdje42@gmail.com>
17107
17108 * gdb.python/python.exp (python not supported): Verify multi-line
17109 python command issues an error.
17110 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17111 guile command issues an error.
17112
17113 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17114
17115 * gdb.threads/thread-specific.exp: Handle the lack of usable
17116 $this_breakpoint and $this_thread.
17117
17118 2014-03-21 Hui Zhu <hui@codesourcery.com>
17119
17120 * gdb.base/attach.exp (do_command_attach_tests): New.
17121
17122 2014-03-20 Tom Tromey <tromey@redhat.com>
17123 Pedro Alves <palves@redhat.com>
17124
17125 PR cli/15718
17126 * gdb.base/condbreak-call-false.c: New file.
17127 * gdb.base/condbreak-call-false.exp: New file.
17128
17129 2014-03-20 Pedro Alves <palves@redhat.com>
17130
17131 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17132 Delete.
17133 (block_signals, unblock_signals): Delete.
17134 (child_function_2, main): Remove references to deleted variable
17135 and functions.
17136
17137 2014-03-20 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17140 Use pthread_kill to signal thread 2.
17141 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17142 Adjust to make the test send itself a signal rather than using the
17143 host's "kill" command.
17144
17145 2014-03-20 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.threads/multiple-step-overs.c: New file.
17148 * gdb.threads/multiple-step-overs.exp: New file.
17149 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17150 Adjust expected infrun debug output.
17151
17152 2014-03-20 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17155 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17156
17157 2014-03-20 Pedro Alves <palves@redhat.com>
17158
17159 PR breakpoints/7143
17160 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17161 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17162 of gdb_test_multiple.
17163 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17164 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17165
17166 2014-03-20 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17169 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17170
17171 2014-03-19 Pedro Alves <palves@redhat.com>
17172
17173 * gdb.base/async.exp: Remove early return.
17174
17175 2014-03-19 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17178
17179 2014-03-19 Pedro Alves <palves@redhat.com>
17180
17181 * gdb.base/async.exp (test_background): Expect \r\n after
17182 "completed." in the fail pattern.
17183
17184 2014-03-19 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.base/async.exp (test_background): New procedure.
17187 Use it for all background execution command tests.
17188
17189 2014-03-19 Pedro Alves <palves@redhat.com>
17190
17191 * gdb.base/async.exp: Use prepare_for_testing.
17192
17193 2014-03-19 Pedro Alves <palves@redhat.com>
17194
17195 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17196 the same line.
17197
17198 2014-03-19 Pedro Alves <palves@redhat.com>
17199
17200 * gdb.base/async.c (main): Add "jump here" and "until here" line
17201 marker comments.
17202 * gdb.base/async.exp (jump_here): New global.
17203 (jump& test): Use it.
17204 (until_here): New global.
17205 (until& test): Use it.
17206
17207 2014-03-19 Pedro Alves <palves@redhat.com>
17208
17209 * gdb.base/async.exp: Don't frob gdb_protocol.
17210
17211 2014-03-18 Doug Evans <xdje42@gmail.com>
17212
17213 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17214 Fix spelling of exec-done-display.
17215
17216 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17217
17218 PR gdb/15358
17219 * gdb.base/gdb-sigterm.c: New file.
17220 * gdb.base/gdb-sigterm.exp: New file.
17221
17222 2014-03-18 Pedro Alves <palves@redhat.com>
17223
17224 PR gdb/13860
17225 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17226 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17227 solib-event.
17228
17229 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17230
17231 * gdb.ada/pckd_arr_ren: New testcase.
17232
17233 2014-03-13 Doug Evans <xdje42@gmail.com>
17234
17235 PR guile/16612
17236 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17237 collect after discarding symbols.
17238
17239 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17240 Doug Evans <xdje42@gmail.com>
17241
17242 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17243 to history survives a gc.
17244
17245 2014-03-13 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/default.exp: Don't test "target procfs".
17248
17249 2014-03-13 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.base/default.exp: Update "target child" and "target procfs"
17252 tests to not expect "Unix".
17253
17254 2014-03-12 Tom Tromey <tromey@redhat.com>
17255
17256 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17257 New procs. Add target-async tests.
17258 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17259 Add target-async tests.
17260
17261 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17264 'func_start' and 'func_end' for the beginning and end of the
17265 function code, respectively.
17266 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17267 'func_end' instead of 'func' and 'main'.
17268
17269 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17270
17271 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17272 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17273 generate the debug info assembler source.
17274
17275 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17276
17277 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17278 * gdb.dwarf2/arr-subrange.exp: Likewise.
17279 * gdb.dwarf2/dwz.exp: Likewise.
17280 * gdb.dwarf2/method-ptr.exp: Likewise.
17281 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17282 * gdb.dwarf2/subrange.exp: Likewise.
17283 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17284 * gdb.dwarf2/implptrpiece.exp: Likewise.
17285 * gdb.dwarf2/nostaticblock.exp: Likewise.
17286
17287 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17288
17289 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17290 directory to absolute path name arguments.
17291
17292 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17293
17294 * gdb.ada/tagged_access: New testcase.
17295
17296 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17297
17298 * gdb.btrace/data.exp: Update expected output.
17299
17300 2014-03-06 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.trace/pr16508.exp: New file.
17303
17304 2014-03-05 Pedro Alves <palves@redhat.com>
17305
17306 PR gdb/16575
17307 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17308 procedure.
17309 (top level): Adjust to use it. Add tests that exercise breakpoint
17310 interaction with the code-cache.
17311
17312 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17313
17314 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17315 test for 'history-append!'.
17316
17317 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17318
17319 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17320 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17321 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17322 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17323 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17324 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17325
17326 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17327
17328 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17329 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17330 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17331
17332 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17333
17334 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17335
17336 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17337
17338 * gdb.dwarf2/arr-stride.c: New file.
17339 * gdb.dwarf2/arr-stride.exp: New file.
17340
17341 2014-02-26 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17344 that won't ever trigger. Make sure that GDB reports the correct
17345 breakpoint that caused the stop.
17346
17347 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 PR gdb/16626
17350 * gdb.base/auto-load-script: New file.
17351 * gdb.base/auto-load.c: New file.
17352 * gdb.base/auto-load.exp: New file.
17353
17354 PR gdb/16626
17355 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17356
17357 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17358
17359 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17360 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17361
17362 2014-02-24 Doug Evans <dje@google.com>
17363
17364 * lib/gdb.exp (run_on_host): Log error output if program fails.
17365
17366 2014-02-21 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.threads/step-after-sr-lock.c: Rename to ...
17369 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17370 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17371 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17372 ... this.
17373
17374 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17375
17376 PR tdep/16397
17377 * gdb.arch/amd64-stap-special-operands.exp: New file.
17378 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17379 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17380 * gdb.arch/amd64-stap-triplet.S: Likewise.
17381 * gdb.arch/amd64-stap-triplet.c: Likewise.
17382
17383 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17384
17385 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17386 in .section pseudo-op.
17387
17388 2014-02-20 lin zuojian <manjian2006@gmail.com>
17389 Joel Brobecker <brobecker@adacore.com>
17390 Doug Evans <xdje42@gmail.com>
17391
17392 PR symtab/16581
17393 * gdb.dwarf2/dw2-icycle.S: New file.
17394 * gdb.dwarf2/dw2-icycle.c: New file.
17395 * gdb.dwarf2/dw2-icycle.exp: New file.
17396
17397 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17398
17399 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17400 operations on gdb.Value objects.
17401 * gdb.python/py-value-cc.exp: Add new test to test operations on
17402 gdb.Value objects.
17403
17404 2014-02-18 Doug Evans <dje@google.com>
17405
17406 * Makefile.in (TESTS): New variable.
17407 (expanded_tests, expanded_tests_or_none): New variables
17408 (check-single): Pass $(expanded_tests_or_none) to runtest.
17409 (check-parallel): Only run tests in $(TESTS) if non-empty.
17410 (check/no-matching-tests-found): New rule.
17411 * README: Document TESTS makefile variable.
17412
17413 2014-02-18 Doug Evans <dje@google.com>
17414
17415 * Makefile.in (check-parallel): rm -rf outputs temp.
17416
17417 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17418
17419 Fix "ERROR: no fileid for" in the testsuite.
17420 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17421
17422 2014-02-12 Doug Evans <dje@google.com>
17423
17424 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17425 (MISCELLANEOUS): New variable.
17426 (clean): rm -rf $(MISCELLANEOUS).
17427 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17428 dwp live in the same directory as symlinks, with each symlink pointed
17429 to a differently named file in a different directory.
17430
17431 2014-02-11 Doug Evans <dje@google.com>
17432
17433 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17434 of Tcl file commands.
17435
17436 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17437
17438 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17439 "kill -SIGUSR1 -1".
17440
17441 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17442
17443 * gdb.ada/tick_length_array_enum_idx: New testcase.
17444
17445 2014-02-10 Doug Evans <xdje42@gmail.com>
17446
17447 * configure.ac (AC_OUTPUT): Add gdb.guile.
17448 * configure: Regenerate.
17449 * lib/gdb-guile.exp: New file.
17450 * lib/gdb.exp (get_target_charset): New function.
17451 * gdb.base/help.exp: Update expected output from "apropos apropos".
17452 * gdb.guile/Makefile.in: New file.
17453 * gdb.guile/guile.exp: New file.
17454 * gdb.guile/scm-arch.c: New file.
17455 * gdb.guile/scm-arch.exp: New file.
17456 * gdb.guile/scm-block.c: New file.
17457 * gdb.guile/scm-block.exp: New file.
17458 * gdb.guile/scm-breakpoint.c: New file.
17459 * gdb.guile/scm-breakpoint.exp: New file.
17460 * gdb.guile/scm-disasm.c: New file.
17461 * gdb.guile/scm-disasm.exp: New file.
17462 * gdb.guile/scm-equal.c: New file.
17463 * gdb.guile/scm-equal.exp: New file.
17464 * gdb.guile/scm-error.exp: New file.
17465 * gdb.guile/scm-error.scm: New file.
17466 * gdb.guile/scm-frame-args.c: New file.
17467 * gdb.guile/scm-frame-args.exp: New file.
17468 * gdb.guile/scm-frame-args.scm: New file.
17469 * gdb.guile/scm-frame-inline.c: New file.
17470 * gdb.guile/scm-frame-inline.exp: New file.
17471 * gdb.guile/scm-frame.c: New file.
17472 * gdb.guile/scm-frame.exp: New file.
17473 * gdb.guile/scm-generics.exp: New file.
17474 * gdb.guile/scm-gsmob.exp: New file.
17475 * gdb.guile/scm-iterator.c: New file.
17476 * gdb.guile/scm-iterator.exp: New file.
17477 * gdb.guile/scm-math.c: New file.
17478 * gdb.guile/scm-math.exp: New file.
17479 * gdb.guile/scm-objfile-script-gdb.in: New file.
17480 * gdb.guile/scm-objfile-script.c: New file.
17481 * gdb.guile/scm-objfile-script.exp: New file.
17482 * gdb.guile/scm-objfile.c: New file.
17483 * gdb.guile/scm-objfile.exp: New file.
17484 * gdb.guile/scm-ports.exp: New file.
17485 * gdb.guile/scm-pretty-print.c: New file.
17486 * gdb.guile/scm-pretty-print.exp: New file.
17487 * gdb.guile/scm-pretty-print.scm: New file.
17488 * gdb.guile/scm-section-script.c: New file.
17489 * gdb.guile/scm-section-script.exp: New file.
17490 * gdb.guile/scm-section-script.scm: New file.
17491 * gdb.guile/scm-symbol.c: New file.
17492 * gdb.guile/scm-symbol.exp: New file.
17493 * gdb.guile/scm-symtab-2.c: New file.
17494 * gdb.guile/scm-symtab.c: New file.
17495 * gdb.guile/scm-symtab.exp: New file.
17496 * gdb.guile/scm-type.c: New file.
17497 * gdb.guile/scm-type.exp: New file.
17498 * gdb.guile/scm-value-cc.cc: New file.
17499 * gdb.guile/scm-value-cc.exp: New file.
17500 * gdb.guile/scm-value.c: New file.
17501 * gdb.guile/scm-value.exp: New file.
17502 * gdb.guile/source2.scm: New file.
17503 * gdb.guile/types-module.cc: New file.
17504 * gdb.guile/types-module.exp: New file.
17505
17506 2014-02-10 Yao Qi <yao@codesourcery.com>
17507
17508 PR testsuite/16543
17509 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17510 * configure: Regenerated.
17511 * Makefile.in: New file.
17512
17513 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17514
17515 * gdb.python/py-framefilter.exp: Fix typo.
17516
17517 2014-02-08 Yao Qi <yao@codesourcery.com>
17518
17519 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17520 that no =breakpoint-modified is emitted when breakpoints are
17521 modified through MI commands.
17522
17523 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17524 Pedro Alves <palves@redhat.com>
17525
17526 * gdb.threads/step-after-sr-lock.c: New file.
17527 * gdb.threads/step-after-sr-lock.exp: New file.
17528
17529 2014-02-07 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17532
17533 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17534
17535 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17536 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17537
17538 2014-02-06 Doug Evans <xdje42@gmail.com>
17539
17540 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17541 output.
17542
17543 * gdb.gdb/python-interrupts.exp: New file.
17544
17545 2014-02-05 Yao Qi <yao@codesourcery.com>
17546
17547 * gdb.trace/report.exp (use_collected_data): Test the output
17548 of "info threads" and "info inferiors".
17549
17550 2014-02-05 Yao Qi <yao@codesourcery.com>
17551
17552 Revert this patch:
17553
17554 2013-05-24 Yao Qi <yao@codesourcery.com>
17555
17556 * gdb.trace/tfile.exp: Test inferior and thread.
17557
17558 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17559
17560 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17561 on a function.
17562 * gdb.base/step-bt.c: Call hello via function pointer to make
17563 sure its first instruction is executed on powerpc64le-linux.
17564
17565 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17566
17567 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17568
17569 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17570
17571 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17572 of the test patterns for use on little-endian systems.
17573
17574 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17575
17576 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17577 (decimal_vector): Fix for little-endian.
17578
17579 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17580
17581 * gdb.arch/sparc-sysstep.exp: New file.
17582 * gdb.arch/sparc-sysstep.c: Likewise.
17583
17584 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17585
17586 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17587
17588 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17589
17590 2014-01-23 Tom Tromey <tromey@redhat.com>
17591
17592 * gdb.ada/array_char_idx: New testcase.
17593
17594 2014-01-23 Tom Tromey <tromey@redhat.com>
17595
17596 PR python/16487:
17597 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17598 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17599 classes.
17600
17601 2014-01-23 Tom Tromey <tromey@redhat.com>
17602
17603 PR python/16491:
17604 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17605 string from an inferior frame.
17606 * gdb.python/py-framefilter-mi.exp: Update.
17607
17608 2014-01-22 Doug Evans <dje@google.com>
17609
17610 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17611
17612 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17613
17614 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17615
17616 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17617
17618 * gdb.trace/entry-values.exp: Remove excess space character from
17619 regex patterns. Handle s390 call instruction.
17620
17621 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17622
17623 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17624 define "*_start" label. Make "name" static.
17625 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17626 ${name} by references to ${name}_start.
17627
17628 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17629
17630 * gdb.base/info-macros.exp: Remove "debug" from the compile
17631 options.
17632
17633 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17634
17635 * gdb.dlang/demangle.exp: New file.
17636
17637 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17638
17639 * gdb.dlang/primitive-types.exp: New file.
17640
17641 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17642
17643 * configure.ac: Create gdb.dlang/Makefile.
17644 * configure: Regenerate.
17645 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17646 * gdb.dlang/Makefile.in: New file.
17647 * lib/d-support.exp: New file.
17648 * lib/gdb.exp (skip_d_tests): New proc.
17649
17650 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17651
17652 * gdb.btrace/delta.exp: Check reverse stepi.
17653 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17654 * gdb.btrace/finish.exp: New.
17655 * gdb.btrace/next.exp: New.
17656 * gdb.btrace/nexti.exp: New.
17657 * gdb.btrace/record_goto.c: Add comments.
17658 * gdb.btrace/step.exp: New.
17659 * gdb.btrace/stepi.exp: New.
17660 * gdb.btrace/multi-thread-step.c: New.
17661 * gdb.btrace/multi-thread-step.exp: New.
17662 * gdb.btrace/rn-dl-bind.c: New.
17663 * gdb.btrace/rn-dl-bind.exp: New.
17664 * gdb.btrace/data.c: New.
17665 * gdb.btrace/data.exp: New.
17666 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17667
17668 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17669
17670 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17671 * gdb.btrace/exception.exp: Update.
17672 * gdb.btrace/instruction_history.exp: Update.
17673 * gdb.btrace/record_goto.exp: Update.
17674 * gdb.btrace/tailcall.exp: Update.
17675 * gdb.btrace/unknown_functions.exp: Update.
17676 * gdb.btrace/delta.exp: New.
17677
17678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17679
17680 * gdb.btrace/record_goto.exp: Add backtrace test.
17681 * gdb.btrace/tailcall.exp: Add backtrace test.
17682
17683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17684
17685 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17686 * gdb.btrace/record_goto.c: New.
17687 * gdb.btrace/record_goto.exp: New.
17688 * gdb.btrace/x86-record_goto.S: New.
17689
17690 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17691
17692 * gdb.btrace/function_call_history.exp: Update tests.
17693 * gdb.btrace/instruction_history.exp: Update tests.
17694
17695 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17696
17697 * gdb.btrace/function_call_history.exp: Fix expected field
17698 order for "record function-call-history".
17699 Add new tests for "record function-call-history /c".
17700 * gdb.btrace/exception.cc: New.
17701 * gdb.btrace/exception.exp: New.
17702 * gdb.btrace/tailcall.exp: New.
17703 * gdb.btrace/x86-tailcall.S: New.
17704 * gdb.btrace/x86-tailcall.c: New.
17705 * gdb.btrace/unknown_functions.c: New.
17706 * gdb.btrace/unknown_functions.exp: New.
17707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17708
17709 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17710
17711 * gdb.btrace/instruction_history.exp: Update.
17712 * gdb.btrace/function_call_history.exp: Update.
17713
17714 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17715
17716 * gdb.btrace/function_call_history.exp: Fix expected function
17717 trace.
17718 * gdb.btrace/instruction_history.exp: Initialize traced.
17719 Remove traced_functions.
17720
17721 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17722
17723 * gdb.btrace/function_call_history.exp: Update
17724 * gdb.btrace/instruction_history.exp: Update.
17725
17726 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17727
17728 * gdb.btrace/enable.exp: Update expected text.
17729
17730 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17731
17732 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17733 bytes.
17734
17735 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17736
17737 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17738
17739 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17740
17741 * lib/gdb.exp (supports_process_record): Return true for
17742 arm*-linux*. (supports_reverse): Likewise.
17743
17744 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17745
17746 PR python/15464
17747 PR python/16113
17748 * gdb.python/py-type.c: Enhance test case.
17749 * gdb.python/py-value-cc.cc: Likewise
17750 * gdb.python/py-type.exp: Add new tests.
17751 * gdb.python/py-value-cc.exp: Likewise
17752
17753 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17754 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17757 Make "name" extern.
17758 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17759 references to ${name}_start by references to ${name}.
17760
17761 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17762
17763 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17764
17765 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17768
17769 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17770 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.mi/mi-info-os.exp: Connect to the target with
17773 mi_gdb_target_load.
17774
17775 2014-01-08 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.threads/reconnect-signal.c: New file.
17778 * gdb.threads/reconnect-signal.exp: New file.
17779
17780 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17781
17782 * gdb.base/source-dir.exp: New file.
17783
17784 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17785
17786 * gdb.ada/mi_interface: New testcase.
17787
17788 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17789
17790 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17791 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17792 gdb.ada/pp-rec-component/pck.ads: New files.
17793
17794 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17795
17796 * gdb.python/py-pp-integral.c: New file.
17797 * gdb.python/py-pp-integral.py: New file.
17798 * gdb.python/py-pp-integral.exp: New file.
17799
17800 For older changes see ChangeLog-1993-2013.
17801 \f
17802 ;; Local Variables:
17803 ;; mode: change-log
17804 ;; left-margin: 8
17805 ;; fill-column: 74
17806 ;; version-control: never
17807 ;; End:
17808
17809 Copyright 2014-2019 Free Software Foundation, Inc.
17810 Copying and distribution of this file, with or without modification,
17811 are permitted provided the copyright notice and this notice are preserved.
This page took 0.380869 seconds and 5 git commands to generate.