gdb/mi: Add -max-results parameter to some -symbol-info-* commands
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
4
5 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
8 -symbol-info-module-functions and -symbol-info-module-variables.
9
10 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
13
14 2019-12-01 Richard Bunt <richard.bunt@arm.com>
15 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/derived-type-striding.exp: New file.
18 * gdb.fortran/derived-type-striding.f90: New file.
19 * gdb.fortran/array-slices.exp: New file.
20 * gdb.fortran/array-slices.f90: New file.
21
22 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
23
24 * gdb.base/define.exp: Test . in command names.
25 * gdb.base/setshow.exp: Update test, as . is now part of
26 command name.
27
28 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29
30 * gdb.base/define-prefix.exp: New file.
31
32 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
35 compile.
36 (skip_btrace_pt_tests): Likewise.
37
38 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.fortran/info-modules.exp: Compile source files in correct
41 order.
42
43 2019-11-27 Kevin Buettner <kevinb@redhat.com>
44
45 * gdb.dwarf2/imported-unit.exp: New file.
46 * gdb.dwarf2/imported-unit.c: New file.
47
48 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.mi/mi-fortran-modules-2.f90: New file.
51 * gdb.mi/mi-fortran-modules.exp: New file.
52 * gdb.mi/mi-fortran-modules.f90: New file.
53
54 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.mi/mi-sym-info-1.c: New file.
57 * gdb.mi/mi-sym-info-2.c: New file.
58 * gdb.mi/mi-sym-info.exp: New file.
59
60 2019-11-22 Tom Tromey <tromey@adacore.com>
61
62 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
63 * gdb.ada/tasks/foo.adb: Add another stopping location.
64
65 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
66
67 * gdb.base/endianity.c: New test.
68 * gdb.base/endianity.exp: New file.
69
70 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
71
72 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
73
74 2019-11-21 Tom de Vries <tdevries@suse.de>
75
76 PR gdb/24956
77 * gdb.base/ui-redirect.exp: Test output of user-defined command.
78
79 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
80
81 * gdb.python/py-progspace.exp: Add missing parentheses on some
82 'print' commands.
83
84 2019-11-19 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/winheight.exp: New file.
87
88 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.base/ctf-whatis.c: Delete.
91 * gdb.base/ctf-whatis.exp: Delete.
92 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
93
94 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.base/ctf-cvexpr.exp: Delete.
97 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
98
99 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
102 the compiler. Clean up header comment a little.
103 * gdb.base/ctf-ptype.exp: Likewise.
104 * gdb.base/ctf-whatis.exp: Likewise.
105 * lib/gdb.exp (skip_ctf_tests): New proc.
106
107 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
108
109 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
110 * gdb.tui/corefile-run.exp: New file.
111
112 2019-11-14 Tom Tromey <tromey@adacore.com>
113
114 * gdb.base/gdbvars.exp (test_convenience_variables): Add
115 regression tests.
116
117 2019-11-12 Tom Tromey <tom@tromey.com>
118
119 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
120 after any command. Expect prompt after WAIT_FOR is seen.
121 (enter_tui): Enable resize messages.
122 (command): Expect command in output.
123 (get_line): Avoid error when cursor appears to be off-screen.
124 (dump_screen): Include screen size in title.
125 (_do_resize): New proc, from "resize".
126 (resize): Rewrite. Do resize in two steps.
127 * gdb.tui/empty.exp (layouts): Fix entries.
128 (check_boxes): Remove xfail.
129 (check_text): Dump screen on failure.
130
131 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.python/py-symbol.exp: Add test for
134 gdb.lookup_static_symbols.
135
136 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.python/py-symbol.c: Declare and call function from new
139 py-symbol-2.c file.
140 * gdb.python/py-symbol.exp: Compile both source files, and add new
141 tests for gdb.lookup_static_symbol.
142 * gdb.python/py-symbol-2.c: New file.
143
144 2019-11-02 Tom de Vries <tdevries@suse.de>
145
146 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
147 * gdb.base/anon.exp: Same.
148 * gdb.base/auto-connect-native-target.exp: Same.
149 * gdb.base/call-ar-st.exp: Same.
150 * gdb.base/catch-syscall.exp: Same.
151 * gdb.base/commands.exp: Same.
152 * gdb.base/default.exp: Same.
153 * gdb.base/display.exp: Same.
154 * gdb.base/float.exp: Same.
155 * gdb.base/foll-fork.exp: Same.
156 * gdb.base/help.exp: Same.
157 * gdb.base/info-macros.exp: Same.
158 * gdb.base/info-proc.exp: Same.
159 * gdb.base/info-target.exp: Same.
160 * gdb.base/long_long.exp: Same.
161 * gdb.base/macscp.exp: Same.
162 * gdb.base/memattr.exp: Same.
163 * gdb.base/nofield.exp: Same.
164 * gdb.base/pointers.exp: Same.
165 * gdb.base/printcmds.exp: Same.
166 * gdb.base/ptype.exp: Same.
167 * gdb.base/restore.exp: Same.
168 * gdb.base/return.exp: Same.
169 * gdb.base/scope.exp: Same.
170 * gdb.base/set-noassign.exp: Same.
171 * gdb.base/setshow.exp: Same.
172 * gdb.base/shlib-call.exp: Same.
173 * gdb.base/signals.exp: Same.
174 * gdb.base/sigstep.exp: Same.
175 * gdb.base/skip.exp: Same.
176 * gdb.base/solib-symbol.exp: Same.
177 * gdb.base/stap-probe.exp: Same.
178 * gdb.base/step-line.exp: Same.
179 * gdb.base/step-test.exp: Same.
180 * gdb.base/style.exp: Same.
181 * gdb.base/varargs.exp: Same.
182 * gdb.base/vla-datatypes.exp: Same.
183 * gdb.base/vla-ptr.exp: Same.
184 * gdb.base/vla-sideeffect.exp: Same.
185 * gdb.base/volatile.exp: Same.
186 * gdb.base/watch-cond-infcall.exp: Same.
187 * gdb.base/watchpoint.exp: Same.
188
189 2019-11-02 Tom de Vries <tdevries@suse.de>
190
191 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
192 * gdb.cp/cpexprs.exp: Same.
193 * gdb.cp/except-multi-location.exp: Same.
194 * gdb.cp/exceptprint.exp: Same.
195 * gdb.cp/gdb2384.exp: Same.
196 * gdb.cp/inherit.exp: Same.
197 * gdb.cp/m-static.exp: Same.
198 * gdb.cp/meth-typedefs.exp: Same.
199 * gdb.cp/misc.exp: Same.
200 * gdb.cp/namespace.exp: Same.
201 * gdb.cp/non-trivial-retval.exp: Same.
202 * gdb.cp/overload.exp: Same.
203 * gdb.cp/pr17132.exp: Same.
204 * gdb.cp/re-set-overloaded.exp: Same.
205 * gdb.cp/rvalue-ref-types.exp: Same.
206 * gdb.cp/templates.exp: Same.
207
208 2019-11-01 Luis Machado <luis.machado@linaro.org>
209
210 PR gdb/25124
211
212 * gdb.arch/pr25124.S: New file.
213 * gdb.arch/pr25124.exp: New file.
214
215 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.fortran/info-modules.exp: Update expected results, and add
218 additional tests for 'info module functinos', and 'info module
219 variables'.
220 * gdb.fortran/info-types.exp: Update expected results.
221 * gdb.fortran/info-types.f90: Extend testcase with additional
222 module variables and functions.
223
224 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.fortran/info-modules.exp: New file.
227 * gdb.fortran/info-types.exp: Build with new file.
228 * gdb.fortran/info-types.f90: Include and use new module.
229 * gdb.fortran/info-types-2.f90: New file.
230
231 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
234 * gdb.base/settings.exp: Test all settings types using
235 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
236 that now verifies that the value of "maint show" is the same as
237 returned by the settings functions. Test the type of the
238 maintenance settings.
239 * gdb.base/default.exp: Update show_conv_list.
240
241 2019-10-31 Tom de Vries <tdevries@suse.de>
242
243 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
244 gdb_test.
245 * gdb.arch/amd64-disp-step.exp: Same.
246 * gdb.asm/asm-source.exp: Same.
247 * gdb.btrace/buffer-size.exp: Same.
248 * gdb.btrace/cpu.exp: Same.
249 * gdb.btrace/enable.exp: Same.
250 * gdb.dwarf2/count.exp: Same.
251 * gdb.dwarf2/dw2-ranges-func.exp: Same.
252 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
253 * gdb.fortran/vla-datatypes.exp: Same.
254 * gdb.fortran/vla-history.exp: Same.
255 * gdb.fortran/vla-ptype.exp: Same.
256 * gdb.fortran/vla-value.exp: Same.
257 * gdb.fortran/whatis_type.exp: Same.
258 * gdb.guile/guile.exp: Same.
259 * gdb.multi/tids.exp: Same.
260 * gdb.python/py-finish-breakpoint.exp: Same.
261 * gdb.python/py-framefilter.exp: Same.
262 * gdb.python/py-pp-registration.exp: Same.
263 * gdb.python/py-xmethods.exp: Same.
264 * gdb.python/python.exp: Same.
265 * gdb.server/connect-with-no-symbol-file.exp: Same.
266 * gdb.server/no-thread-db.exp: Same.
267 * gdb.server/run-without-local-binary.exp: Same.
268 * gdb.stabs/weird.exp: Same.
269 * gdb.threads/attach-many-short-lived-threads.exp: Same.
270 * gdb.threads/thread-find.exp: Same.
271 * gdb.threads/tls-shared.exp: Same.
272 * gdb.threads/tls.exp: Same.
273 * gdb.threads/wp-replication.exp: Same.
274 * gdb.trace/ax.exp: Same.
275 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
276
277 2019-10-31 Tom de Vries <tdevries@suse.de>
278
279 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
280 * gdb.ada/array_subscript_addr.exp: Same.
281 * gdb.ada/arrayidx.exp: Same.
282 * gdb.ada/arrayparam.exp: Same.
283 * gdb.ada/arrayptr.exp: Same.
284 * gdb.ada/boolean_expr.exp: Same.
285 * gdb.ada/call_pn.exp: Same.
286 * gdb.ada/complete.exp: Same.
287 * gdb.ada/fixed_cmp.exp: Same.
288 * gdb.ada/fun_addr.exp: Same.
289 * gdb.ada/funcall_param.exp: Same.
290 * gdb.ada/interface.exp: Same.
291 * gdb.ada/mod_from_name.exp: Same.
292 * gdb.ada/null_array.exp: Same.
293 * gdb.ada/packed_array.exp: Same.
294 * gdb.ada/packed_tagged.exp: Same.
295 * gdb.ada/print_chars.exp: Same.
296 * gdb.ada/print_pc.exp: Same.
297 * gdb.ada/ptype_arith_binop.exp: Same.
298 * gdb.ada/ptype_field.exp: Same.
299 * gdb.ada/ptype_tagged_param.exp: Same.
300 * gdb.ada/rec_return.exp: Same.
301 * gdb.ada/ref_tick_size.exp: Same.
302 * gdb.ada/str_ref_cmp.exp: Same.
303 * gdb.ada/taft_type.exp: Same.
304 * gdb.ada/tagged.exp: Same.
305 * gdb.ada/type_coercion.exp: Same.
306 * gdb.ada/uninitialized_vars.exp: Same.
307
308 2019-10-30 Tom de Vries <tdevries@suse.de>
309
310 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
311
312 2019-10-26 Tom de Vries <tdevries@suse.de>
313
314 * gdb.base/bigcore.c: Fix typos in comments.
315 * gdb.base/ctf-ptype.c: Same.
316 * gdb.base/long_long.c: Same.
317 * gdb.dwarf2/dw2-op-out-param.S: Same.
318 * gdb.python/py-evthreads.c: Same.
319 * gdb.reverse/i387-stack-reverse.c: Same.
320 * gdb.trace/tfile.c: Same.
321 * lib/compiler.c: Same.
322 * lib/compiler.cc: Same.
323
324 2019-10-25 Tom de Vries <tdevries@suse.de>
325
326 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
327 gdb_test_multiple calls.
328 * gdb.reverse/sigall-reverse.exp: Same.
329 * gdb.reverse/solib-precsave.exp: Same.
330 * gdb.reverse/solib-reverse.exp: Same.
331 * gdb.reverse/until-precsave.exp: Same.
332 * gdb.reverse/until-reverse.exp: Same.
333
334 2019-10-24 Tom de Vries <tdevries@suse.de>
335
336 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
337 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
338 kfail using -wrap pattern flag and convenience variable
339 gdb_test_name.
340
341 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.python/py-progspace.exp: Add tests for the
344 Progspace.block_for_pc method.
345
346 2019-10-23 Tom Tromey <tom@tromey.com>
347
348 * configure: Rebuild.
349 * aclocal.m4: Use m4_include, not sinclude.
350
351 2019-10-21 Tom de Vries <tdevries@suse.de>
352
353 * gdb.base/infcall-nested-structs.c: Add
354 __attribute__((noinline,noclone)) to all functions.
355 (call_all): Add missing variable initialization. Simplify return value.
356 (breakpt): Increment volatile variable, to prevent call from being
357 optimized out.
358 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
359
360 2019-10-17 Tom de Vries <tdevries@suse.de>
361
362 * gdb.fortran/module.exp: Allow info variables to print info for files
363 other than module.f90.
364
365 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.fortran/module.exp: Extend with 'info variables' test.
368
369 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
372 F77_FOR_TARGET.
373
374 2019-10-16 Tom de Vries <tdevries@suse.de>
375
376 PR tdep/25096
377 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
378
379 2019-10-16 Tom de Vries <tdevries@suse.de>
380
381 PR tdep/24104
382 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
383 Add KFAIL for PR tdep/25096.
384
385 2019-10-16 Tom de Vries <tdevries@suse.de>
386
387 PR testsuite/25059
388 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
389
390 2019-10-16 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
393 as signed.
394
395 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.mi/list-thread-groups-available.exp: Read entries one by
398 one instead of increasing timeout.
399
400 2019-10-13 Tom de Vries <tdevries@suse.de>
401
402 PR record/25038
403 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
404 * gdb.reverse/sigall-reverse.exp: Same.
405 * gdb.reverse/solib-precsave.exp: Same.
406 * gdb.reverse/solib-reverse.exp: Same.
407 * gdb.reverse/step-precsave.exp: Same.
408 * gdb.reverse/until-precsave.exp: Same.
409 * gdb.reverse/until-reverse.exp: Same.
410 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
411
412 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
413
414 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
415 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
416 (cmp_struct_05_01, cmp_struct_static_02_01)
417 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
418 comparisons.
419
420 2019-10-10 Tom de Vries <tdevries@suse.de>
421
422 PR testsuite/24888
423 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
424 gnatlink.
425
426 2019-10-09 Tom de Vries <tdevries@suse.de>
427
428 PR testsuite/25048
429 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
430
431 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
434 exceptions due to missing debug information.
435
436 2019-10-07 Tom de Vries <tdevries@suse.de>
437
438 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
439
440 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
443 * gdb.base/annota1.exp: Update to use gdb_test_name.
444
445 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
446
447 * gdb.base/ctf-whatis.exp: New file.
448 * gdb.base/ctf-whatis.c: New file.
449 * gdb.base/ctf-ptype.exp: New file.
450 * gdb.base/ctf-ptype.c: New file.
451 * gdb.base/ctf-constvars.exp: New file.
452 * gdb.base/ctf-constvars.c: New file.
453 * gdb.base/ctf-cvexpr.exp: New file.
454
455 2019-10-04 Tom de Vries <tdevries@suse.de>
456
457 * gdb.cp/local-static.c (main): Move declaration of int i out of the
458 for loop.
459
460 2019-10-03 Tom Tromey <tom@tromey.com>
461
462 PR rust/24976:
463 * gdb.rust/simple.rs (Union2): New type.
464 (main): Use Union2.
465 * gdb.rust/simple.exp: Add test.
466
467 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
470 nested function prefix.
471
472 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
473 Richard Bunt <richard.bunt@arm.com>
474 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
477 nested functions.
478 * gdb.fortran/nested-funcs.f90: Update expected results.
479 * gdb.fortran/nested-funcs-2.exp: New file.
480 * gdb.fortran/nested-funcs-2.f90: New file.
481
482 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.python/py-parameter.exp: Make test names unique.
485 * gdb.python/py-template.exp: Likewise.
486 * gdb.python/py-value.exp: Likewise.
487
488 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * gdb.base/break-interp.exp: Reduce test name duplication.
491 * gdb.base/call-sc.exp: Likewise.
492 * gdb.base/callfuncs.exp: Likewise.
493 * gdb.base/charset.exp: Likewise.
494 * gdb.base/dump.exp: Likewise.
495 * gdb.base/ena-dis-br.exp: Likewise.
496 * gdb.base/relational.exp: Likewise.
497 * gdb.base/step-over-syscall.exp: Likewise.
498 * gdb.base/structs.exp: Likewise.
499
500 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.linespec/explicit.exp: Make test names unique.
503 * gdb.linespec/ls-errs.exp: Likewise.
504
505 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.reverse/break-precsave.exp: Make test names unique.
508 * gdb.reverse/break-reverse.exp: Likewise.
509 * gdb.reverse/finish-precsave.exp: Likewise.
510 * gdb.reverse/finish-reverse.exp: Likewise.
511 * gdb.reverse/machinestate-precsave.exp: Likewise.
512 * gdb.reverse/machinestate.exp: Likewise.
513 * gdb.reverse/readv-reverse.exp: Likewise.
514 * gdb.reverse/recvmsg-reverse.exp: Likewise.
515 * gdb.reverse/sigall-precsave.exp: Likewise.
516 * gdb.reverse/sigall-reverse.exp: Likewise.
517 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
518 * gdb.reverse/watch-precsave.exp: Likewise.
519 * gdb.reverse/watch-reverse.exp: Likewise.
520
521 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.threads/stop-with-handle.c: New file.
524 * gdb.threads/stop-with-handle.exp: New file.
525
526 2019-10-03 Tom de Vries <tdevries@suse.de>
527
528 PR testsuite/25059
529 * gdb.base/list-missing-source.exp: Allowing the "Compilation
530 directory" line to be missing.
531
532 2019-10-03 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/25059
535 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
536 type optional.
537
538 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
539
540 * gdb.python/py-format-string.c (string.h): New include.
541 (main): Fill a_struct_with_union.the_union.an_int with bytes of
542 the same value, for endianness-independence.
543 * gdb.python/py-format-string.exp (default_regexp_dict)
544 (test_pretty_structs, test_format): Adjust expected output to the
545 changed initialization.
546
547 2019-10-02 Tom Tromey <tromey@adacore.com>
548
549 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
550
551 2019-10-02 Pedro Alves <palves@redhat.com>
552 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
555 "print-file-var.h".
556 (this_version_id) Use ATTRIBUTE_VISIBILITY.
557 (get_version_1): Print this_version_id and its address.
558 Add extern "C" wrappers around interface functions.
559 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
560 "print-file-var.h".
561 (this_version_id) Use ATTRIBUTE_VISIBILITY.
562 (get_version_2): Print this_version_id and its address.
563 Add extern "C" wrappers around interface functions.
564 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
565 <stddef.h> and "print-file-var.h".
566 Add extern "C" wrappers around interface functions.
567 [VERSION_ID_MAIN] (this_version_id): Define.
568 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
569 * gdb.base/print-file-var.h: Add some #defines to simplify setting
570 up extern "C" blocks.
571 * gdb.base/print-file-var.exp (test): New, factored out from top
572 level.
573 (top level): Test all combinations of attribute hidden or not,
574 dlopen or not, and this_version_id symbol in main file or not.
575 Compile tests as both C++ and C, make test names unique.
576
577 2019-10-01 Tom Tromey <tom@tromey.com>
578
579 * gdb.base/style.exp: Test "show logging filename".
580
581 2019-10-01 Tom Tromey <tom@tromey.com>
582
583 * lib/gdb-utils.exp (style): Handle "metadata" argument.
584 * gdb.base/style.exp: Add metadata style test.
585
586 2019-10-01 Tom Tromey <tom@tromey.com>
587
588 * gdb.base/style.exp: Test "pwd".
589
590 2019-10-01 Tom Tromey <tom@tromey.com>
591
592 * gdb.base/style.exp: Update tests.
593
594 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
595
596 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
597 'six' to unsigned.
598 (s1): Initialize fields 'four' and 'six' instead of 'three' and
599 'five'. Use an all-ones bit pattern for each.
600 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
601 to its changed values.
602
603 2019-09-30 Tom Tromey <tromey@adacore.com>
604
605 * gdb.rust/traits.rs: Disable all warnings.
606
607 2019-09-29 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
610
611 2019-09-29 Tom de Vries <tdevries@suse.de>
612
613 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
614
615 2019-09-27 Tom de Vries <tdevries@suse.de>
616
617 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
618
619 2019-09-27 Tom de Vries <tdevries@suse.de>
620
621 PR record/23188
622 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
623
624 2019-09-26 Tom Tromey <tromey@adacore.com>
625
626 * gdb.ada/py_taft.exp: New file.
627 * gdb.ada/py_taft/main.adb: New file.
628 * gdb.ada/py_taft/pkg.adb: New file.
629 * gdb.ada/py_taft/pkg.ads: New file.
630
631 2019-09-24 Tom de Vries <tdevries@suse.de>
632
633 PR gdb/24598
634 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
635
636 2019-09-22 Tom de Vries <tdevries@suse.de>
637
638 * gdb.base/restore.exp: Allow register variables to be optimized out at
639 -O0.
640
641 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
642
643 * gdb.arch/spu-info.exp: Remove file.
644 * gdb.arch/spu-info.c: Remove file.
645 * gdb.arch/spu-ls.exp: Remove file.
646 * gdb.arch/spu-ls.c: Remove file.
647
648 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
649 * gdb.asm/spu.inc: Remove file.
650
651 * gdb.base/dump.exp: Remove support for spu*-*-*.
652 * gdb.base/stack-checking.exp: Likewise.
653 * gdb.base/overlays.exp: Likewise.
654 * gdb.base/ovlymgr.c: Likewise.
655 * gdb.base/spu.ld: Remove file.
656
657 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
658 * gdb.cp/cpexprs.exp: Likewise.
659 * gdb.cp/exception.exp: Likewise.
660 * gdb.cp/gdb2495.exp: Likewise.
661 * gdb.cp/mb-templates.exp: Likewise.
662 * gdb.cp/pr9167.exp: Likewise.
663 * gdb.cp/userdef.exp: Likewise.
664
665 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
666
667 * gdb.cell: Remove directory.
668 * lib/cell.exp: Remove file.
669
670 2019-09-19 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
673
674 2019-09-19 Tom de Vries <tdevries@suse.de>
675
676 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
677
678 2019-09-19 Tom de Vries <tdevries@suse.de>
679
680 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
681 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
682 (gdb_target_cmd): ... here.
683 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
684 value 2.
685
686 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/source-dir.exp: Avoid having directory names in test
689 names.
690
691 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/source-dir.exp: Add extra test for mapped compilation
694 directory.
695
696 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.base/list-missing-source.exp: New file.
699
700 2019-09-14 Tom de Vries <tdevries@suse.de>
701
702 PR teststuite/24599
703 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
704 * lib/ada.exp (gnatmake_version_at_least): New proc.
705
706 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.base/maint.exp: Use exec_has_index_section.
709
710 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.base/maint.exp: Add test for 'maint info sections'.
713
714 2019-09-12 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/store.exp: Allow register variables to be optimized out at
717 -O0.
718
719 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
720
721 * gdb.ada/rdv_wait.exp: Update to new task names.
722 * gdb.base/task_switch_in_core.exp: Likewise.
723 * gdb.base/info_sources_base.c: Likewise.
724
725 2019-09-10 Tom Tromey <tromey@adacore.com>
726
727 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
728
729 2019-09-10 Tom Tromey <tromey@adacore.com>
730
731 * gdb.ada/dgopt.exp: New file.
732 * gdb.ada/dgopt/x.adb: New file.
733
734 2019-09-08 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/resize.exp: Remove setup_xfail.
737 * gdb.tui/regs.exp: Remove setup_xfail.
738 * gdb.tui/basic.exp: Remove setup_xfail.
739
740 2019-09-06 David Blaikie <dblaikie@gmail.com>
741
742 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
743 * gdb.cp/cplabel.exp: Ditto.
744 * gdb.linespec/ls-errs.exp: Ditto.
745
746 2019-09-05 Tom de Vries <tdevries@suse.de>
747
748 * lib/gdb.exp (cmp_file_string): New proc.
749 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
750 runto_main. Verify save breakpoints output.
751
752 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * gdb.base/info-var.exp: Test info variables without running
755 to main, to avoid expect's buffer overflow.
756
757 2019-09-03 Tom Tromey <tromey@adacore.com>
758
759 * gdb.ada/bias.exp: New file.
760 * gdb.ada/bias/bias.adb: New file.
761 * gdb.ada/print_chars.exp: Add regression test.
762 * gdb.ada/print_chars/foo.adb (My_Character): New type.
763 (MC): New variable.
764
765 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
766
767 * gdb.base/argv0-symlink.exp: Run only on native target
768 and local host.
769
770 2019-08-29 Tom de Vries <tdevries@suse.de>
771
772 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
773 diverse debug info.
774 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
775
776 2019-08-28 Tom de Vries <tdevries@suse.de>
777
778 * gdb.base/info-var.exp: Allow info variables to print info for files
779 other than info-var-f1.c and info-var-f2.c.
780
781 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.fortran/info-types.exp: Add module.
784 * gdb.fortran/info-types.f90: Update expected results.
785
786 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.fortran/info-types.exp: New file.
789 * gdb.fortran/info-types.f90: New file.
790 * lib/fortran.exp (fortran_character1): New proc.
791
792 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
795 functions'. Reindent as needed.
796 * gdb.base/info-var-f1.c: New file.
797 * gdb.base/info-var-f2.c: New file.
798 * gdb.base/info-var.exp: New file.
799 * gdb.base/info-var.h: New file.
800
801 2019-08-26 Tom de Vries <tdevries@suse.de>
802
803 PR c++/24852
804 * gdb.cp/no-libstdcxx-probe.exp: New test.
805
806 2019-08-26 Tom de Vries <tdevries@suse.de>
807
808 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
809 * tests need to be skipped.
810 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
811 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
812 mi_skip_libstdcxx_probe_tests.
813
814 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
815
816 * gdb.python/py-xmethods.exp: Use raw strings when passing
817 arguments to SimpleXMethodMatcher.
818
819 2019-08-22 Tom de Vries <tdevries@suse.de>
820
821 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
822 more informative.
823
824 2019-08-21 Pedro Alves <palves@redhat.com>
825
826 * gdb.base/with.exp: Test "with" with no arguments.
827
828 2019-08-21 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/gdb-caching-proc.exp: Sort files.
831
832 2019-08-20 Tom de Vries <tdevries@suse.de>
833
834 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
835 compilation.
836
837 2019-08-16 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/compare-sections.exp ("after run to main"): Allow
840 mismatched read-only sections for PIE executables.
841
842 2019-08-16 Tom Tromey <tom@tromey.com>
843
844 * lib/tuiterm.exp (_csi_Z): New proc.
845 * gdb.tui/basic.exp: Update window positions.
846 * gdb.tui/empty.exp: Update window positions.
847
848 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
849
850 * gdb.base/examine-backward.exp: Correct regexp for
851 "examine 3 bytes backward from ${address_zero}".
852
853 2019-08-15 Tom Tromey <tom@tromey.com>
854
855 * gdb.tui/empty.exp: Enable resizing tests.
856
857 2019-08-15 Tom Tromey <tromey@adacore.com>
858
859 * gdb.ada/char_enum.exp: Add regression tests.
860 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
861 and '0'.
862 (Char, Gchar): Update.
863 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
864
865 2019-08-15 Christian Biesinger <cbiesinger@google.com>
866
867 * gdb.python/python.exp: Expect a leading underscore on
868 GdbOutput{,Error}File.
869
870 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
871
872 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
873 Windows host.
874
875 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
876
877 * gdb.base/batch-preserve-term-settings.exp
878 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
879
880 2019-08-15 Christian Biesinger <cbiesinger@google.com>
881
882 * lib/gdb.exp: When running on a mingw target, replace
883 /x/ with x:/.
884
885 2019-08-14 Alan Hayward <alan.hayward@arm.com>
886
887 * gdb.arch/aarch64-prologue.c: New test.
888 * gdb.arch/aarch64-prologue.exp: New file.
889
890 2019-08-13 Tom de Vries <tdevries@suse.de>
891
892 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
893 Thread.
894
895 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
896
897 * gdb.python/py-completion.exp: Download the .py file to the host
898 and use its host pathname. Conditionalize tests that use
899 tab completion and manipulate files on the build machine.
900 * gdb.python/py-events.exp: Download the .py file to the host
901 and use its host pathname.
902 * gdb.python/py-evsignal.exp: Likewise.
903 * gdb.python/py-evthreads.exp: Likewise.
904 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
905 pathname syntax.
906 * gdb.python/py-framefilter.exp: Download the .py file to the right
907 place on the host. Match Windows pathname syntax.
908 * gdb.python/py-mi-var-info-path-expression.exp: Download the
909 .py file to the host and use its host pathname.
910 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
911 * gdb.python/py-objfile.exp: Expect a host pathname, not a
912 build pathname. Skip symlink test on Windows host. Add missing
913 newline at end of file.
914 * gdb.python/py-pp-maint.exp: Download the .py file to the host
915 and use its host pathname.
916 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
917 * gdb.python/py-section-script.exp: Use host location of binfile
918 on safe-path. Use correct path separator on Windows host.
919 Reorder alternatives in gdb_test_multiple to prevent matching
920 the wrong alternative on success.
921 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
922
923 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
924
925 * gdb.gdb/selftest.exp (test_with_self): Update test to now
926 expect the GDB inferior to no longer immediately stop after
927 being resumed with "signal SIGINT".
928
929 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
930
931 * gdb.linespec/break-ask.exp: Generalize regexps to match
932 Windows pathnames too.
933
934 2019-08-08 Tom de Vries <tdevries@suse.de>
935
936 PR testsuite/24862
937 * lib/tuiterm.exp (_accept): Fix CSI regexp.
938
939 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
940
941 * gdb.base/style.exp: Update tests for help doc new invariants.
942 * gdb.base/help.exp: Likewise.
943
944 2019-08-06 Tom Tromey <tom@tromey.com>
945
946 * gdb.base/style.exp: Add disassemble test.
947 * gdb.base/style.c (some_called_function): New function.
948 (main): Use it.
949
950 2019-08-05 Christian Biesinger <cbiesinger@google.com>
951
952 * gdb.python/py-block.exp: Test dictionary access on blocks.
953
954 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
955
956 PR gdb/24863
957 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
958 -list-thread-groups --available test when running under
959 check-read1.
960
961 2019-08-05 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/24863
964 * lib/gdb.exp (with_read1_timeout_factor): New proc.
965 * gdb.base/help.exp: Use with_read1_timeout_factor.
966 * gdb.base/info-macros.exp: Same.
967 * gdb.cp/nested-types.exp: Same.
968
969 2019-08-05 Tom de Vries <tdevries@suse.de>
970
971 * lib/gdb.exp (version_at_least): Factor out of ...
972 (tcl_version_at_least): ... here.
973 (gdb_compile): Fail if pie results in non-PIE executable.
974 (readelf_version, readelf_prints_pie): New proc.
975 (exec_is_pie): Return -1 if unknown.
976
977 2019-08-05 Tom de Vries <tdevries@suse.de>
978
979 * lib/gdb.exp (tcl_version_at_least): Fix typo.
980
981 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
982
983 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
984
985 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
986
987 * lib/completion-support.exp (test_gdb_complete_none): Skip
988 tab completion tests if no readline support.
989 (test_gdb_complete_unique_re): Likewise.
990 (test_gdb_complete_multiple): Likewise.
991
992 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
993
994 * gdb.base/info_sources.exp: New file.
995 * gdb.base/info_sources.c: New file.
996 * gdb.base/info_sources_base.c: New file.
997
998 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
999
1000 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1001 prefix argument.
1002 (test_exit_status): Add prefix argument.
1003
1004 2019-08-01 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/24863
1007 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1008 calling exp_continue for new thread and thread exited messages.
1009
1010 2019-08-01 Tom de Vries <tdevries@suse.de>
1011
1012 PR testsuite/24863
1013 * gdb.base/structs.exp: Fix check-read1 timeout using
1014 gdb_test_sequence.
1015 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1016
1017 2019-08-01 Tom de Vries <tdevries@suse.de>
1018
1019 PR testsuite/24863
1020 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1021 line.
1022
1023 2019-08-01 Tom de Vries <tdevries@suse.de>
1024
1025 PR testsuite/24863
1026 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1027
1028 2019-07-30 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.ada/display_nested.exp: New file.
1031 * gdb.ada/display_nested/foo.adb: New file.
1032 * gdb.ada/display_nested/pack.adb: New file.
1033 * gdb.ada/display_nested/pack.ads: New file.
1034
1035 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1036
1037 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1038 namespace.
1039 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1040
1041 2019-07-30 Tom de Vries <tdevries@suse.de>
1042
1043 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1044 instead.
1045
1046 2019-07-30 Tom de Vries <tdevries@suse.de>
1047
1048 PR testsuite/24834
1049 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1050 (exec_is_pie): New proc.
1051
1052 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1053
1054 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1055
1056 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1057
1058 * gdb.python/py-objfile.c: Add global and static vars.
1059 * gdb.python/py-objfile.exp: Test new functions Objfile.
1060 lookup_global_symbol and lookup_static_symbol.
1061
1062 2019-07-29 Tom Tromey <tom@tromey.com>
1063
1064 * lib/tuiterm.exp (Term::_csi_@): New proc.
1065 (Term::_csi_X): Don't move cursor.
1066
1067 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1068
1069 * gdb.base/options.exp: Update backtrace - completion to
1070 new option -frame-info.
1071 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1072 Test new 'set print frame-info'. Test backtrace -frame-info
1073 overriding 'set print frame-info'.
1074 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1075 Test new 'set print frame-info'.
1076 Verify consistency of backtrace with and without filters, with and
1077 without -no-filters.
1078 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1079 default.
1080
1081 2019-07-29 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1084 no arguments".
1085
1086 2019-07-29 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1089 is a substring of the first for "complete non-unique file name".
1090
1091 2019-07-29 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1094 with ".*".
1095
1096 2019-07-29 Tom de Vries <tdevries@suse.de>
1097
1098 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1099 Pass prompt_regexp parameter to gdb_test_multiple calls.
1100
1101 2019-07-29 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1104 print registers" regexps.
1105
1106 2019-07-29 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1109
1110 2019-07-29 Tom de Vries <tdevries@suse.de>
1111
1112 PR gdb/24855
1113 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1114 (skip_python_tests_prompt): Add prompt_regexp argument to
1115 gdb_test_multiple calls.
1116
1117 2019-07-27 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.tui/main.exp: New file.
1120
1121 2019-07-27 Tom Tromey <tom@tromey.com>
1122
1123 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1124 optional.
1125 * gdb.tui/empty.exp: New file.
1126
1127 2019-07-27 Tom Tromey <tom@tromey.com>
1128
1129 * lib/tuiterm.exp (spawn): New proc.
1130 (Term::resize): New proc.
1131 * gdb.tui/resize.exp: New file.
1132
1133 2019-07-27 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.tui/list.exp: New file.
1136
1137 2019-07-27 Tom Tromey <tom@tromey.com>
1138
1139 * gdb.tui/regs.exp: New file.
1140
1141 2019-07-27 Tom Tromey <tom@tromey.com>
1142
1143 * gdb.tui/basic.exp: Add "layout split" test.
1144
1145 2019-07-27 Tom Tromey <tom@tromey.com>
1146
1147 * gdb.tui/basic.exp: Add "layout asm" test.
1148
1149 2019-07-27 Tom Tromey <tom@tromey.com>
1150
1151 * lib/tuiterm.exp: New file.
1152 * gdb.tui/basic.exp: New file.
1153
1154 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1155
1156 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1157 Enable tests associated with this flag. Adjust regex
1158 referencing "foo_low" to now refer to "foo_cold" instead.
1159
1160 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1161
1162 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1163 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1164 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1165 foo_cold. Revise comments to match.
1166 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1167 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1168 were wrapped into this proc; Call do_test in loop from outermost
1169 level.
1170 (foo_low): Rename all occurrences to "foo_cold".
1171 (backtrace from baz): New test.
1172 (x2/i foo_cold): New test.
1173 (info line *foo_cold): New test.
1174
1175 2019-07-26 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1178
1179 2019-07-25 Tom de Vries <tdevries@suse.de>
1180
1181 PR testsuite/24830
1182 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1183 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1184 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1185 (skip_libstdcxx_probe_tests): ... here.
1186 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1187
1188 2019-07-24 Tom de Vries <tdevries@suse.de>
1189
1190 PR testsuite/24807
1191 * gdb.objc/basicclass.m: Include stdio.h.
1192 * gdb.objc/nondebug.m: Same.
1193 * gdb.objc/objcdecode.m: Same.
1194
1195 2019-07-24 Tom de Vries <tdevries@suse.de>
1196
1197 PR testsuite/24612
1198 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1199 additional_flags.
1200
1201 2019-07-24 Tom de Vries <tdevries@suse.de>
1202
1203 PR testsuite/24831
1204 * gdb.multi/tids.exp: Update error messages for info threads.
1205
1206 2019-07-24 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.base/info-types.exp: Allow info types to print info for more than
1209 one file.
1210
1211 2019-07-23 Tom de Vries <tdevries@suse.de>
1212
1213 PR testsuite/24842
1214 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1215 gdb_spawn_with_cmdline_opts.
1216
1217 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1218
1219 * gdb.arch/arm-cmse-sgstubs.c: New test.
1220 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1221
1222 2019-07-23 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/24711
1225 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1226 issuing next command.
1227
1228 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.ada/info_auto_lang.exp: Update expected results.
1231 * gdb.base/info-types.c: Add additional types to check.
1232 * gdb.base/info-types.exp: Update expected results.
1233
1234 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.base/info-types.c: New file.
1237 * gdb.base/info-types.exp: New file.
1238
1239 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * gdb.arch/riscv-bp-infcall.c: New file.
1242 * gdb.arch/riscv-bp-infcall.exp: New file.
1243
1244 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1245
1246 PR breakpoints/24541
1247 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1248
1249 2019-07-14 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24760
1252 * gdb.objc/basicclass.exp: Fix unterminated string.
1253
1254 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1255 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1258 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1259 negative bounds.
1260 * gdb.fortran/vla-value.exp: Print elements of an array with
1261 negative bounds.
1262 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1263 testing.
1264
1265 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.base/options.exp (expect_string): Dequote strings in
1268 results.
1269 (test-string): Test strings with different quoting and reindent.
1270
1271 2019-07-10 Tom Tromey <tromey@adacore.com>
1272
1273 * gdb.ada/mi_ex_cond.exp: Update expected results.
1274 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1275 * gdb.ada/mi_catch_ex.exp: Update expected results.
1276 * gdb.ada/mi_catch_assert.exp: Update expected results.
1277 * gdb.ada/catch_ex.exp (catch_exception_info)
1278 (catch_exception_entry, catch_assert_entry)
1279 (catch_unhandled_entry): Update.
1280 * gdb.ada/catch_assert_if.exp: Update expected results.
1281
1282 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1283 Stephen Roberts <stephen.roberts@arm.com>
1284
1285 * gdb.base/define.exp: Restore original prompt.
1286
1287 2019-07-09 Pedro Alves <palves@redhat.com>
1288
1289 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1290 breakpoints" output.
1291 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1292 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1293 throw" creates breakpoint.
1294 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1295 'type="catchpoint"'.
1296
1297 2019-07-09 Pedro Alves <palves@redhat.com>
1298
1299 PR c++/15468
1300 * gdb.cp/except-multi-location-lib.cc: New.
1301 * gdb.cp/except-multi-location-main.cc: New.
1302 * gdb.cp/except-multi-location.exp: New.
1303
1304 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1305
1306 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1307 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1308 argument and update callers.
1309
1310 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.arch/amd64-break-on-asm-line.S: New file.
1313 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1314
1315 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1316
1317 * gdb.base/printcmds.exp: Test printing C string and
1318 C wide string convenience vars without transiting via the inferior.
1319 Also make test names unique.
1320
1321 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1322
1323 PR breakpoints/25011
1324 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1325
1326 2019-07-04 Pedro Alves <palves@redhat.com>
1327
1328 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1329 body returned ok(0), break(3) or continue(4).
1330 * gdb.testsuite/foreach_with_prefix.exp: New file.
1331
1332 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1333
1334 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1335
1336 2019-07-03 Pedro Alves <palves@redhat.com>
1337
1338 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1339 "return -code".
1340
1341 2019-07-03 Pedro Alves <palves@redhat.com>
1342
1343 PR cli/24732
1344 * gdb.base/shell.exp: Load completion-support.exp.
1345 Adjust expected error output. Add completion tests.
1346
1347 2019-07-03 Pedro Alves <palves@redhat.com>
1348
1349 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1350 string_to_regexp.
1351
1352 2019-07-03 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1355 (expect_integer): Adjust to expect "-string".
1356 (expect_string): New.
1357 (all_options): Expect "-string".
1358 (test-flag, test-boolean): Adjust to expect "-string".
1359 (test-string): New proc.
1360 (top level): Call it.
1361
1362 2019-07-03 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1365 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1366 the expected output in the success.
1367
1368 2019-07-03 Pedro Alves <palves@redhat.com>
1369
1370 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1371 Split one gdb_test_multiple call in two to avoid a race.
1372
1373 2019-07-03 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/with.c: New file.
1376 * gdb.base/with.exp: New file.
1377
1378 2019-07-03 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/settings.exp: Replace all references to "maint
1381 test-settings set" with references to "maint set test-settings",
1382 and all references to "maint test-settings show" with references
1383 to "maint show test-settings".
1384
1385 2019-07-03 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.base/settings.exp (test-string): Adjust expected out when
1388 testing "maint test-settings show filename"
1389
1390 2019-07-02 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/options.exp (test-info-threads): New procedure.
1393 (top level): Call it.
1394
1395 2019-06-28 Tom Tromey <tromey@adacore.com>
1396
1397 * gdb.dwarf2/ada-linkage-name.c: New file.
1398 * gdb.dwarf2/ada-linkage-name.exp: New file.
1399
1400 2019-06-27 Tom Tromey <tromey@adacore.com>
1401
1402 PR c++/20020:
1403 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1404
1405 2019-06-26 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1408
1409 2019-06-26 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.base/index-cache.exp: Add back missing debug option.
1412
1413 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1414
1415 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1416
1417 2019-06-25 Tom de Vries <tdevries@suse.de>
1418
1419 PR testsuite/24727
1420 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1421
1422 2019-06-24 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1425
1426 2019-06-24 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1429 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1430 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1431
1432 2019-06-24 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1435
1436 2019-06-21 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1439
1440 2019-06-21 Tom de Vries <tdevries@suse.de>
1441
1442 PR testsuite/24518
1443 PR ada/24713
1444 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1445 index.
1446
1447 2019-06-19 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.ada/length_cond.exp: Add intro comment.
1450
1451 2019-06-19 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/length_cond.exp: New file.
1454 * gdb.ada/length_cond/length_cond.adb: New file.
1455 * gdb.ada/length_cond/pck.adb: New file.
1456 * gdb.ada/length_cond/pck.ads: New file.
1457
1458 2019-06-18 Tom de Vries <tdevries@suse.de>
1459
1460 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1461
1462 2019-06-18 Tom Tromey <tromey@adacore.com>
1463
1464 * gdb.base/list0.h: Add comment explaining control character.
1465
1466 2019-06-18 Tom de Vries <tdevries@suse.de>
1467
1468 * boards/fission.exp: Break up long debug_flags line.
1469
1470 2019-06-16 Tom de Vries <tdevries@suse.de>
1471
1472 PR gdb/24445
1473 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1474 generated index.
1475
1476 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 PR gdb/24686
1479 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1480 improve detection of bug gdb/24541.
1481
1482 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1483
1484 PR gdb/24669
1485 * gdb.base/index-cache.exp (uses_readnow,
1486 expecting_index_cache_use): Define global variable.
1487 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1488 expecting_index_cache_use.
1489
1490 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1491 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/pointers.f90: New file.
1494 * gdb.fortran/print_type.exp: New file.
1495 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1496 * gdb.fortran/vla-type.exp: Likewise.
1497 * gdb.fortran/vla-value.exp: Likewise.
1498 * gdb.mi/mi-vla-fortran.exp: Likewise.
1499
1500 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1503 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1504 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1505 as a stop reason.
1506
1507 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.base/annota1.exp: Update expected results.
1510 * gdb.cp/annota2.exp: Likewise.
1511 * gdb.cp/annota3.exp: Likewise.
1512
1513 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.base/style-logging.exp: Remove path from test name.
1516
1517 2019-06-14 Tom Tromey <tromey@adacore.com>
1518
1519 PR gdb/24502:
1520 * gdb.base/style-logging.exp: New file.
1521
1522 2019-06-14 Tom Tromey <tromey@adacore.com>
1523
1524 * gdb.base/symfile-warn.exp: New file.
1525 * gdb.base/symfile-warn.c: New file.
1526
1527 2019-06-14 Tom Tromey <tromey@adacore.com>
1528
1529 * gdb.base/annotate-symlink.exp: New file.
1530
1531 2019-06-14 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.ada/set_wstr.exp: Add reassignment test.
1534
1535 2019-06-14 Tom Tromey <tromey@adacore.com>
1536
1537 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1538 'unchecked_access and 'unrestricted_access as well.
1539
1540 2019-06-14 Tom Tromey <tromey@adacore.com>
1541
1542 PR ada/24539:
1543 * gdb.ada/vla.exp: Update tests.
1544 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1545 pragma.
1546
1547 2019-06-13 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.base/settings.exp (test-integer): Test junk after
1550 "unlimited".
1551
1552 2019-06-13 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/options.exp (test-thread-apply): New.
1555 (top level): Call it.
1556
1557 2019-06-13 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/options.exp (test-frame-apply): New.
1560 (top level): Test print commands with different "frame apply"
1561 prefixes.
1562
1563 2019-06-13 Pedro Alves <palves@redhat.com>
1564
1565 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1566 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1567 'max_completions' parameter and handle it.
1568 (test_gdb_completion_offers_commands): New.
1569
1570 2019-06-13 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1573
1574 2019-06-13 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.base/options.exp (test-backtrace): New.
1577 (top level): Call it.
1578
1579 2019-06-13 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.guile/scm-frame-args.exp: Use "set print
1582 raw-frame-arguments" instead of "set print raw frame-arguments".
1583 * gdb.python/py-frame-args.exp: Likewise.
1584
1585 2019-06-13 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.compile/compile.exp: Adjust expected output to option
1588 processing changes.
1589
1590 2019-06-13 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/options.exp: Build executable.
1593 (test-print): New procedure.
1594 (top level): Call it, once for "print" and another for "compile
1595 print".
1596
1597 2019-06-13 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/options.c: New file.
1600 * gdb.base/options.exp: New file.
1601
1602 2019-06-13 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1605 that "o" is ambiguous.
1606
1607 2019-06-13 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.base/settings.c: New file.
1610 * gdb.base/settings.exp: New file.
1611
1612 2019-06-13 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.base/completion.exp: Fix comment typo.
1615
1616 2019-06-13 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1619 foo --1" test.
1620
1621 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1622
1623 * gdb.fortran/block-data.f: New.
1624 * gdb.fortran/block-data.exp: New.
1625
1626 2019-06-11 Tom de Vries <tdevries@suse.de>
1627
1628 PR testsuite/24521
1629 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1630 message.
1631
1632 2019-06-11 Tom de Vries <tdevries@suse.de>
1633
1634 PR testsuite/24521
1635 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1636
1637 2019-06-11 Tom de Vries <tdevries@suse.de>
1638
1639 * boards/readnow.exp: New file.
1640
1641 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/vla-sizeof.exp: Update expected results.
1644
1645 2019-06-06 Amos Bird <amosbird@gmail.com>
1646
1647 * gdb.base/annota1.exp (thread_switch): Add test for
1648 thread-exited annotation.
1649
1650 2019-06-06 Tom Tromey <tromey@adacore.com>
1651
1652 * gdb.base/maint.exp: Expect command started/finished output.
1653
1654 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1657 comment.
1658 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1659
1660 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1663 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1664 * gdb.arch/riscv-unwind-long-insn.c: New file.
1665 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1666
1667 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1668
1669 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1670
1671 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1672
1673 * lib/gdb.exp (help_list_trailer): New regexp variable
1674 factorizing the help trailer message.
1675 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1676 arg to allow to better factorize various tests.
1677 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1678 (test_prefix_command_help): Use help_list_trailer.
1679 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1680 * gdb.guile/scm-cmd.exp: Likewise.
1681 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1682 * gdb.base/help.exp: Use test_user_defined_class_help.
1683 * gdb.base/style.exp: Add tests for styling of help and apropos.
1684 * lib/gdb-utils.exp (style): Add title and highlight styles.
1685
1686 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1687
1688 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1689 $_shell_exitsignal.
1690 * gdb.base/default.exp: Update for new convenience variables.
1691
1692 2019-05-29 Tom Tromey <tromey@adacore.com>
1693
1694 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1695 to "break complete ada" test case's regexp.
1696
1697 2019-05-29 Tom Tromey <tromey@adacore.com>
1698
1699 PR c++/20020:
1700 * gdb.cp/constexpr-field.exp: New file.
1701 * gdb.cp/constexpr-field.cc: New file.
1702
1703 2019-05-29 Tom Tromey <tromey@adacore.com>
1704
1705 * gdb.base/finish.exp (finish_no_print): New proc.
1706 (finish_tests): Call it.
1707
1708 2019-05-24 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.dwarf2/gdb-add-index.exp: New file.
1711
1712 2019-05-22 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1715 * gdb.base/style.exp: Use "style".
1716 * lib/gdb-utils.exp (style): New proc.
1717
1718 2019-05-22 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/align.exp: Require c++11.
1721
1722 2019-05-22 Tom de Vries <tdevries@suse.de>
1723
1724 PR testsuite/24586
1725 * gdb.python/py-mi-var-info-path-expression.exp: Call
1726 mi_skip_python_tests to check if python is supported.
1727
1728 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1729
1730 * gdb.arch/aarch64-pauth.c: New test.
1731 * gdb.arch/aarch64-pauth.exp: New file.
1732
1733 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1734
1735 * README (Re-running Tests Outside The Testsuite): New section.
1736
1737 2019-05-21 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.arch/amd64-eval.exp: Require c++11.
1740 * gdb.base/max-depth.exp: Same.
1741 * gdb.compile/compile-cplus-array-decay.exp: Same.
1742 * gdb.cp/meth-typedefs.exp: Same.
1743 * gdb.cp/subtypes.exp: Same.
1744 * gdb.cp/temargs.exp: Same.
1745
1746 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1747
1748 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1749
1750 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 PR gdb/18644
1753 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1754 * gdb.fortran/printing-types.exp: Add new test.
1755 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1756 testing.
1757 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1758 setup_kfail call.
1759
1760 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1761
1762 * README (Running the Testsuite): Change example.
1763 (Testsuite Parameters): Remove TRANSCRIPT.
1764 * lib/gdb.exp: Remove TRANSCRIPT check.
1765
1766 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1767
1768 * README (Testsuite Parameters): Add replay logging to
1769 GDBSERVER_DEBUG.
1770 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1771 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1772 as a comma separated list.
1773 (gdb_debug_init): Override procedure.
1774
1775 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1776
1777 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1778 (gdb_write_cmd_file): New procedure.
1779 * lib/gdbserver-support.exp (gdbserver_start): Call
1780 gdbserver_write_cmd_file.
1781 (gdbserver_write_cmd_file): New procedure.
1782
1783 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1784
1785 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1786 (delete_breakpoints): Likewise.
1787 (gdb_run_cmd): Likewise.
1788 (gdb_start_cmd): Likewise.
1789 (gdb_starti_cmd): Likewise.
1790 (gdb_internal_error_resync): Likewise.
1791 (gdb_test_multiple): Likewise.
1792 (gdb_reinitialize_dir): Likewise.
1793 (default_gdb_exit): Likewise.
1794 (gdb_file_cmd): Mark kill as optional.
1795 (default_gdb_start): Call gdb_stdin_log_init.
1796 (send_gdb): Call gdb_stdin_log_write.
1797 (rerun_to_main): Mark Y as an answer.
1798 (gdb_stdin_log_init): New function.
1799 (gdb_stdin_log_write): Likewise.
1800
1801 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1802
1803 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1804 * gdb.base/debug-expr.exp: Likewise.
1805 * gdb.base/foll-fork.exp: Likewise.
1806 * gdb.base/foll-vfork.exp: Likewise.
1807 * gdb.base/fork-print-inferior-events.exp: Likewise.
1808 * gdb.base/gdb-sigterm.exp: Likewise.
1809 * gdb.base/gdbinit-history.exp: Likewise.
1810 * gdb.base/osabi.exp: Likewise.
1811 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1812 * gdb.base/ui-redirect.exp: Likewise.
1813 * gdb.gdb/unittest.exp: Likewise.
1814 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1815 * gdb.mi/mi-watch.exp: Likewise.
1816 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1817 * gdb.mi/user-selected-context-sync.exp: Likewise.
1818 * gdb.python/python.exp: Disable debug test when debugging.
1819 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1821 Likewise.
1822 * gdb.threads/stepi-random-signal.exp: Likewise.
1823
1824 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1825
1826 * Makefile.in: Pass through GDB_DEBUG.
1827 * README (Testsuite Parameters): Add GDB_DEBUG.
1828 (gdb,debug): Add board setting.
1829 * lib/gdb.exp (default_gdb_start): Start debugging.
1830 (gdb_debug_enabled): New procedure.
1831 (gdb_debug_init): Likewise.
1832
1833 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1834
1835 * Makefile.in: Pass through GDB_DEBUG.
1836 * README (Testsuite Parameters): Add GDB_DEBUG.
1837 (gdb,debug): Add board setting.
1838 * lib/gdb.exp (default_gdb_start): Start debugging.
1839 (gdb_debug_enabled): New procedure.
1840 (gdb_debug_init): Likewise.
1841
1842 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1843
1844 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1845
1846 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1847
1848 * gdb.base/ui-redirect.exp: Test redirection.
1849
1850 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1851
1852 * gdb.mi/mi-complete.exp: New file.
1853 * gdb.mi/mi-complete.cc: Likewise.
1854
1855 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1856
1857 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1858 indexed and sliced arrays, and pointers to arrays.
1859
1860 2019-05-14 Tom Tromey <tromey@adacore.com>
1861
1862 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1863 styling test.
1864
1865 2019-05-14 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1868 selection entry encoding.
1869
1870 2019-05-10 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.ada/info_exc.exp: Add "complete" test.
1873
1874 2019-05-09 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1877 CU-relative.
1878
1879 2019-05-09 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1882 CU-relative.
1883
1884 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1885
1886 * gdb.ada/frame_arg_lang.exp: New testcase.
1887 * gdb.ada/frame_arg_lang/bla.adb: New file.
1888 * gdb.ada/frame_arg_lang/pck.ads: New file.
1889 * gdb.ada/frame_arg_lang/pck.adb: New file.
1890 * gdb.ada/frame_arg_lang/foo.c: New file.
1891
1892 2019-05-08 Tom Tromey <tromey@adacore.com>
1893
1894 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1895
1896 2019-05-08 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.base/ptype-offsets.exp: Update tests.
1899
1900 2019-05-08 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1903 cases.
1904 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1905 "short".
1906
1907 2019-05-08 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.ada/vla.exp: New file.
1910 * gdb.ada/vla/vla.adb: New file.
1911
1912 2019-05-07 Tom de Vries <tdevries@suse.de>
1913
1914 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1915
1916 2019-05-07 Tom de Vries <tdevries@suse.de>
1917
1918 PR testsuite/24522
1919 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1920 section.
1921
1922 2019-05-07 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24522
1925 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1926 .debug_aranges section.
1927
1928 2019-05-07 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24159
1931 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1932
1933 2019-05-06 Tom de Vries <tdevries@suse.de>
1934
1935 * lib/gdb.exp (exec_has_index_section): New proc.
1936 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1937 section.
1938
1939 2019-05-04 Tom de Vries <tdevries@suse.de>
1940
1941 * boards/cc-with-debug-names.exp: New file.
1942
1943 2019-05-03 Tom Tromey <tromey@adacore.com>
1944
1945 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1946 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1947 * gdb.ada/char_enum.exp: Add test.
1948
1949 2019-05-03 Tom de Vries <tdevries@suse.de>
1950
1951 * boards/cc-with-gdb-index.exp: New file.
1952
1953 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.rust/simple.exp: Add new test case.
1956 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1957 (main): Initialise an instance of the new struct.
1958
1959 2019-05-01 Tom Tromey <tromey@adacore.com>
1960
1961 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1962 record.
1963 (NPR): New variable.
1964 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1965 test.
1966
1967 2019-05-01 Tom Tromey <tromey@adacore.com>
1968
1969 * gdb.ada/packed_array_assign.exp: Add packed assignment
1970 regression test.
1971
1972 2019-05-01 Tom de Vries <tdevries@suse.de>
1973
1974 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1975
1976 2019-05-01 Tom de Vries <tdevries@suse.de>
1977
1978 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1979
1980 2019-04-30 Ali Tamur <tamur@google.com>
1981
1982 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1983
1984 2019-04-30 Tom Tromey <tromey@adacore.com>
1985
1986 * lib/ada.exp (find_ada_tool): New proc.
1987 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1988 * gdb.ada/catch_ex_std.exp: New file.
1989 * gdb.ada/catch_ex_std/foo.adb: New file.
1990 * gdb.ada/catch_ex_std/some_package.adb: New file.
1991 * gdb.ada/catch_ex_std/some_package.ads: New file.
1992
1993 2019-04-30 Tom Tromey <tromey@adacore.com>
1994
1995 PR c++/24470:
1996 * gdb.cp/temargs.cc: Add test code from PR.
1997
1998 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/vla-datatypes.exp: Update expected results.
2001 * gdb.fortran/vla-ptype.exp: Likewise.
2002 * gdb.fortran/vla-type.exp: Likewise.
2003 * gdb.fortran/vla-value.exp: Likewise.
2004
2005 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.fortran/ptr-indentation.exp: Update expected results.
2008 * gdb.fortran/ptype-on-functions.exp: Likewise.
2009 * gdb.fortran/vla-ptr-info.exp: Likewise.
2010 * gdb.fortran/vla-value.exp: Likewise.
2011
2012 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * gdb.fortran/ptype-on-functions.exp: New file.
2015 * gdb.fortran/ptype-on-functions.f90: New file.
2016
2017 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2020 case void string.
2021
2022 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.fortran/complex.exp: Expand.
2025 * gdb.fortran/complex.f: Renamed to...
2026 * gdb.fortran/complex.f90: ...this, and extended to add more
2027 complex values.
2028
2029 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2032 MODULO, CMPLX.
2033
2034 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2035 Richard Bunt <richard.bunt@arm.com>
2036
2037 * gdb.base/max-depth.c: New file.
2038 * gdb.base/max-depth.exp: New file.
2039 * gdb.python/py-nested-maps.c: New file.
2040 * gdb.python/py-nested-maps.exp: New file.
2041 * gdb.python/py-nested-maps.py: New file.
2042 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2043 (test_all_common): Call test_max_depth.
2044 * gdb.fortran/max-depth.exp: New file.
2045 * gdb.fortran/max-depth.f90: New file.
2046 * gdb.go/max-depth.exp: New file.
2047 * gdb.go/max-depth.go: New file.
2048 * gdb.modula2/max-depth.exp: New file.
2049 * gdb.modula2/max-depth.c: New file.
2050 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2051
2052 2019-04-29 Tom de Vries <tdevries@suse.de>
2053
2054 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2055
2056 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2057
2058 * gdb.base/callexit.exp: Test may-call-functions off.
2059
2060 2019-04-25 Keith Seitz <keiths@redhat.com>
2061
2062 PR c++/24367
2063 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2064 (another_incomplete_struct, test_incomplete): New definitions.
2065 (main): Use new definitions.
2066 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2067 functions.
2068
2069 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2070
2071 PR corefiles/11608
2072 PR corefiles/18187
2073 * gdb.base/coredump-filter-build-id.exp: New file.
2074
2075 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2076
2077 * Makefile.in: Pass through GDBSERVER_DEBUG.
2078 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2079 (gdbserver,debug): Add board setting.
2080 * gdb.trace/tspeed.exp: Skip when debugging.
2081 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2082 * lib/gdbserver-support.exp: Likewise
2083
2084 2019-04-24 Tom Tromey <tromey@adacore.com>
2085
2086 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2087 Rust.
2088
2089 2019-04-24 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.arch/amd64-eval.exp: Test bitfield return.
2092 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2093 (class Foo) <return_bitfields>: New method.
2094 (main): Call it.
2095
2096 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.cp/many-args.cc: New file.
2099 * gdb.cp/many-args.exp: New file.
2100
2101 2019-04-23 Tom de Vries <tdevries@suse.de>
2102
2103 PR gdb/24433
2104 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2105
2106 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2107
2108 * gdb.trace/backtrace.exp: Use nopie flag.
2109 * gdb.trace/circ.exp: Likewise.
2110 * gdb.trace/collection.exp: Likewise.
2111 * gdb.trace/ftrace.exp: Likewise.
2112 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2113 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2114 * gdb.trace/qtro.exp: Likewise.
2115 * gdb.trace/read-memory.exp: Likewise.
2116 * gdb.trace/report.exp: Likewise.
2117 * gdb.trace/tfile.exp: Likewise.
2118 * gdb.trace/tfind.exp: Likewise.
2119 * gdb.trace/unavailable.exp: Likewise.
2120
2121 2019-04-22 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/solib-probes-nosharedlibrary.c,
2124 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2125
2126 2019-04-19 Tom Tromey <tromey@adacore.com>
2127
2128 * gdb.ada/ptype_union.c: New file.
2129 * gdb.ada/ptype_union.exp: New file.
2130
2131 2019-04-19 Tom Tromey <tromey@adacore.com>
2132
2133 PR symtab/24423:
2134 * gdb.base/list0.h (foo): Add a control-l character.
2135
2136 2019-04-18 Tom de Vries <tdevries@suse.de>
2137
2138 PR gdb/24433
2139 * boards/local-board.exp: Set sysroot to "".
2140
2141 2019-04-18 Tom de Vries <tdevries@suse.de>
2142 Pedro Alves <palves@redhat.com>
2143
2144 PR gdb/24454
2145 * gdb.threads/vfork-follow-child-exec.c: New file.
2146 * gdb.threads/vfork-follow-child-exec.exp: New file.
2147 * gdb.threads/vfork-follow-child-exit.c: New file.
2148 * gdb.threads/vfork-follow-child-exit.exp: New file.
2149
2150 2019-04-15 Leszek Swirski <leszeks@google.com>
2151
2152 * gdb.arch/amd64-eval.cc: New file.
2153 * gdb.arch/amd64-eval.exp: New file.
2154
2155 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2156
2157 * gdb.server/sysroot.c: New test.
2158 * gdb.server/sysroot.exp: New file.
2159 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2160 matching param.
2161
2162 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.base/align.exp: Extend test to cover structures containing
2165 only static fields.
2166
2167 2019-04-11 Tom de Vries <tdevries@suse.de>
2168
2169 * boards/cc-with-dwz-m.exp: New file.
2170 * boards/cc-with-dwz.exp: New file.
2171 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2172
2173 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2174
2175 * gdb.base/start-cpp.exp: New file.
2176 * gdb.base/start-cpp.cc: New file.
2177
2178 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2179
2180 * gdb.python/py-thrhandle.exp: Adjust tests to call
2181 thread_from_handle instead of thread_from_thread_handle.
2182
2183 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2184
2185 * gdb.python/py-thrhandle.exp: Add tests for
2186 gdb.InferiorThread.handle.
2187
2188 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.python/py-function.exp: Check calling helper function from
2191 all languages.
2192 * lib/gdb.exp (gdb_supported_languages): New proc.
2193
2194 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.base/complex-parts.c: New file.
2197 * gdb.base/complex-parts.exp: New file.
2198
2199 2019-04-01 Tom Tromey <tromey@adacore.com>
2200
2201 PR symtab/23331:
2202 * gdb.dwarf2/dw2-ranges-main.c: New file.
2203 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2204 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2205
2206 2019-03-30 Simon Marchi <simark@simark.ca>
2207
2208 * gdb.base/default.exp: Add values for $_gdb_major and
2209 $_gdb_minor.
2210
2211 2019-03-29 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.base/help.exp: Tighten apropos regexp.
2214
2215 2019-03-29 Keith Seitz <keiths@redhat.com>
2216
2217 * gdb.fortran/array-bounds.exp: New file.
2218 * gdb.fortran/array-bounds.f90: New file.
2219
2220 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2221
2222 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2223
2224 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2225
2226 * gdb.multi/hello.c (main): Increase alarm timer.
2227
2228 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2229
2230 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2231 factor when no hardware watchpoint support.
2232
2233 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2234 Pedro Alves <palves@redhat.com>
2235
2236 * boards/local-board.exp: set sysroot to /.
2237
2238 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2239
2240 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2241 in child.
2242
2243 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2246 field.
2247 (make_container): Initialise new field.
2248 * gdb.python/py-prettyprint.exp: Add new tests.
2249 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2250 <display_hint>: New method.
2251
2252 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2255 gdb_continue_to_breakpoint more throughout this test.
2256 (run_lang_tests) Supply unique test names, and use
2257 gdb_test_no_output.
2258
2259 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.base/finish-pretty.exp: Update expected results.
2262 * gdb.base/pretty-print.c: New file.
2263 * gdb.base/pretty-print.exp: New file.
2264
2265 2019-03-25 Pedro Alves <palves@redhat.com>
2266
2267 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2268 move comments outside list. Append '-i "" eof' section.
2269
2270 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2271
2272 PR testsuite/25016
2273 * README: Add pie options.
2274 * gdb.base/break-interp.exp: Ensure pie is disabled.
2275 * gdb.base/dump.exp: Likewise.
2276 * lib/gdb.exp (gdb_compile): Add pie option.
2277
2278 2019-03-19 Tom Tromey <tromey@adacore.com>
2279
2280 * gdb.mi/mi2-cli-display.c: New file.
2281 * gdb.mi/mi2-cli-display.exp: New file.
2282
2283 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2284 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.ada/ptype_array/pck.adb: New file.
2287 * gdb.ada/ptype_array/pck.ads: New file.
2288 * gdb.ada/ptype_array/foo.adb: New file.
2289 * gdb.ada/ptype_array.exp: New file.
2290
2291 2019-03-14 Tom Tromey <tromey@adacore.com>
2292
2293 * gdb.base/style.exp: Add "set style sources" test.
2294
2295 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2296
2297 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2298 * mi-breakpoint-multiple-locations.exp: ... this.
2299 (make_breakpoints_pattern): New proc.
2300 (do_test): Add mi_version parameter, test -break-insert,
2301 -break-info and =breakpoint-created.
2302
2303 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * config/default.exp: Remove 'load_lib gdb.exp'.
2306 * config/monitor.exp: Likewise.
2307 * config/sid.exp: Likewise.
2308 * config/sim.exp: Likewise.
2309 * config/slite.exp: Likewise.
2310 * config/unix.exp: Likewise.
2311 * gdb.base/default.exp: Remove unhelpful comment.
2312
2313 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2316
2317 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2320
2321 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.fortran/type-kinds.exp: Update expected results.
2324
2325 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2328
2329 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2332 function.
2333 (test_basic_parsing_of_type_kinds): Expand types tested.
2334 (test_parsing_invalid_type_kinds): New function.
2335
2336 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.fortran/intrinsics.exp: New file.
2339 * gdb.fortran/intrinsics.f90: New file.
2340 * gdb.fortran/type-kinds.exp: New file.
2341
2342 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.fortran/dot-ops.exp: New file.
2345
2346 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2349 Check upper and lower case logical literals.
2350
2351 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2354 Remove duplicate tests.
2355
2356 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2357
2358 * lib/gdb.exp (builtin_cd): rename of cd.
2359 (cd): Override builtin.
2360
2361 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2362
2363 * gdb.fortran/function-calls.exp: New file.
2364 * gdb.fortran/function-calls.f90: New test.
2365
2366 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2367
2368 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2369 on user program standard output.
2370 * gdb.fortran/short-circuit-argument-list.f90: Record function
2371 calls.
2372
2373 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2374
2375 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2376 failure.
2377
2378 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2379
2380 PR gdb/8527
2381 * gdb.base/interrupt-daemon-attach.c,
2382 gdb.base/interrupt-daemon-attach.exp: New test.
2383
2384 2019-02-27 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.base/page.exp: Add tests for "set width/height -1".
2387
2388 2019-02-27 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/page.exp: Add tests for "set/show width/height" with
2391 "infinite" values.
2392
2393 2019-02-27 Tom Tromey <tromey@adacore.com>
2394
2395 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2396 2.4.
2397 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2398 workaround.
2399
2400 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2403 tests for structs with static members.
2404
2405 2019-02-26 Tom Tromey <tromey@adacore.com>
2406
2407 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2408 ValueError, not TypeError.
2409
2410 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2411
2412 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2413 call from main program.
2414
2415 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2416
2417 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2418 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2419 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2420 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2421 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2422
2423 2019-02-22 Keith Seitz <keiths@redhat.com>
2424
2425 PR symtab/23853
2426 * gdb.base/symlink-sourcefile.c: New file.
2427 * gdb.base/symlink-sourcefile.exp: New file.
2428
2429 2019-02-20 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.base/info_qt.exp: Update.
2432
2433 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2434
2435 * gdb.base/source.exp: Move "error in sourced script" code to
2436 the end.
2437 * gdb.base/source-error.gdb: Move contents to
2438 source-error-1.gdb. Add new code to source source-error-1.gdb.
2439 * gdb.base/source-error-1.gdb: New file, from previous
2440 source-error.gdb.
2441
2442 2019-02-17 Tom Tromey <tom@tromey.com>
2443
2444 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2445 for macro styling.
2446 * gdb.base/style.c (SOME_MACRO): New macro.
2447
2448 2019-02-17 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.base/style.exp: Add line-wrapping tests.
2451 * gdb.base/page.exp: Add test for quitting during pagination.
2452
2453 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2454
2455 * gdb.ada/big_packed_array: New testcase.
2456 * gdb.ada/homonym.exp: Fix incorrect expected output for
2457 "break <homonym__get_value>" test.
2458
2459 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2460
2461 PR breakpoints/21870
2462 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2463 and prepare_for_testing. Add comment.
2464 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2465 redundant cleanup call. Clean up comment.
2466
2467 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2468
2469 PR breakpoints/21870
2470 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2471 * gdb.arch/aarch64-dbreg-contents.c: New file.
2472
2473 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2474
2475 * gdb.ada/mi_ref_changeable: New testcase.
2476
2477 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2478
2479 * gdb.base/attach.exp: Add double attach test.
2480
2481 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2482
2483 * lib/gdb.exp (default_gdb_start): Don't match pagination
2484 prompt.
2485 (gdb_init): Set stty_init.
2486
2487 2019-01-27 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2490 skip_python_tests.
2491
2492 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2493
2494 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2495 New structure.
2496 (struct struct_static_02_02): Likewise.
2497 (struct struct_static_02_03): Likewise.
2498 (struct struct_static_02_04): Likewise.
2499 (struct struct_static_04_01): Likewise.
2500 (struct struct_static_04_02): Likewise.
2501 (struct struct_static_04_03): Likewise.
2502 (struct struct_static_04_04): Likewise.
2503 (struct struct_static_06_01): Likewise.
2504 (struct struct_static_06_02): Likewise.
2505 (struct struct_static_06_03): Likewise.
2506 (struct struct_static_06_04): Likewise.
2507 (cmp_struct_static_02_01): Likewise.
2508 (cmp_struct_static_02_02): Likewise.
2509 (cmp_struct_static_02_03): Likewise.
2510 (cmp_struct_static_02_04): Likewise.
2511 (cmp_struct_static_04_01): Likewise.
2512 (cmp_struct_static_04_02): Likewise.
2513 (cmp_struct_static_04_03): Likewise.
2514 (cmp_struct_static_04_04): Likewise.
2515 (cmp_struct_static_06_01): Likewise.
2516 (cmp_struct_static_06_02): Likewise.
2517 (cmp_struct_static_06_03): Likewise.
2518 (cmp_struct_static_06_04): Likewise.
2519 (call_all): Test new structs.
2520 * gdb.base/infcall-nested-structs.exp: Likewise.
2521
2522 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2523 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2524
2525 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2526 * gdb.base/stack-protector.c: New test.
2527 * gdb.base/stack-protector.exp: New file.
2528 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2529 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2530 option.
2531 (gdb_compile): Remove stack protector for GCC and prevent
2532 recursion.
2533
2534 2019-01-16 Keith Seitz <keiths@redhat.com>
2535
2536 PR gdb/23773
2537 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2538
2539 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2540
2541 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2542 aliases.
2543 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2544 tests.
2545 * gdb.arch/powerpc-vector-regs.c: New file.
2546 * gdb.arch/powerpc-vector-regs.exp: New file.
2547
2548 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2549
2550 * gdb.arch/altivec-regs.exp: Fix the list passed to
2551 gdb_expect_list when testing "info vector".
2552
2553 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.base/style.exp: Don't include path in testname.
2556
2557 2019-01-10 Keith Seitz <keiths@redhat.com>
2558
2559 PR gdb/23712
2560 PR symtab/23010
2561 * gdb.dwarf2/multidictionary.exp: New file.
2562
2563 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2566 (test_gnuv3_style_demangling): ... this.
2567 (test_lucid_style_demangling): Remove.
2568 (test_arm_style_demangling): Remove.
2569 (test_hp_style_demangling): Remove.
2570 (do_tests): Remove calls to the above.
2571
2572 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2575 case.
2576
2577 2019-01-06 Tom Tromey <tom@tromey.com>
2578
2579 PR gdb/28155:
2580 * gdb.dwarf2/typedef-void-finish.exp: New file.
2581
2582 2018-12-28 Tom Tromey <tom@tromey.com>
2583 Simon Marchi <simark@simark.ca>
2584
2585 * gdb.base/jit-exec.exp: New file.
2586 * gdb.base/jit-exec.c: New file.
2587 * gdb.base/jit-execd.c: New file.
2588
2589 2018-12-28 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.base/style.exp: Update test to check for address styling.
2592
2593 2018-12-28 Tom Tromey <tom@tromey.com>
2594
2595 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2596 message.
2597
2598 2018-12-28 Tom Tromey <tom@tromey.com>
2599
2600 * gdb.base/style.exp: Add test for version number styling.
2601
2602 2018-12-28 Tom Tromey <tom@tromey.com>
2603
2604 * gdb.base/style.exp: Add test for print_address_symbolic.
2605
2606 2018-12-28 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.base/style.exp: Add test for breakpoint setting.
2609
2610 2018-12-28 Tom Tromey <tom@tromey.com>
2611
2612 * gdb.base/style.exp: Add test for variable names.
2613
2614 2018-12-28 Tom Tromey <tom@tromey.com>
2615
2616 * gdb.base/style.exp: New file.
2617 * gdb.base/style.c: New file.
2618
2619 2018-12-28 Tom Tromey <tom@tromey.com>
2620
2621 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2622 "dumb".
2623 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2624 the TERM environment variable.
2625
2626 2018-12-27 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2629 pagination test.
2630
2631 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2634 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2635
2636 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2637
2638 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2639 Filename a.adb changed to bp_fun_addr.adb.
2640 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2641
2642 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2643
2644 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2645 non-PIE executables.
2646 * README: Mention the gdb,nopie_flag board setting.
2647 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2648 non-PIE executable.
2649 * gdb.arch/amd64-entry-value.exp: Likewise.
2650 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2651 * gdb.arch/i386-float.exp: Likewise.
2652 * gdb.arch/i386-signal.exp: Likewise.
2653 * gdb.mi/mi-reg-undefined.exp: Likewise.
2654
2655 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2656
2657 PR gdb/23974
2658 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2659
2660 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2663 Update order of results accordingly.
2664
2665 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/annota1.exp: Update a test regexp.
2668
2669 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2672
2673 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2674
2675 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2676 (reuse_time): Initialize to REUSE_TIME_CAP.
2677 (check_rc): New function.
2678 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2679 Check pthread_create rc.
2680 (spawner_thread_func): Check pthread_create and pthread_join rc.
2681
2682 2018-12-08 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/list.exp (test_forward_search): Rename to ...
2685 (test_forward_reverse_search): ... this. Also test reverse-search
2686 and the forward-search alias.
2687
2688 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2691 local timeout variable before return, and remove all local timeout
2692 variable entirely.
2693 (gdb_load): Likewise.
2694
2695 2018-12-01 Tom de Vries <tdevries@suse.de>
2696
2697 * gdb.base/gdb-caching-proc.exp: New file.
2698
2699 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2700
2701 * Makefile.in (TIMESTAMP): New variable.
2702 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2703 command.
2704 (check-single-racy): Likewise.
2705 (check/%.exp): Likewise.
2706 (check-racy/%.exp): Likewise.
2707 (workers/%.worker): Likewise.
2708 (build-perf): Likewise.
2709 (check-perf): Likewise.
2710 * README: Describe new "TS" and "TS_FORMAT" variables.
2711 * print-ts.py: New file.
2712
2713 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2714
2715 PR python/23714
2716 * gdb.python/python.exp: Test command repetition after
2717 gdb.execute.
2718
2719 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2722 is correctly aligned.
2723
2724 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2725
2726 * gdb.ada/info_auto_lang.exp: New testcase.
2727 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2728 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2729 * gdb.ada/info_auto_lang/some_c.c: New file.
2730
2731 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2732
2733 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2734 FUNC_lang language syntax.
2735
2736 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2737
2738 * gdb.base/info_minsym.c: New file.
2739 * gdb.base/info_minsym.exp: New file.
2740
2741 2018-11-19 Tom Tromey <tom@tromey.com>
2742
2743 PR rust/23625:
2744 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2745 * gdb.rust/expr.exp: Update expected output. Change one test.
2746
2747 2018-11-19 Tom Tromey <tom@tromey.com>
2748
2749 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2750
2751 2018-11-19 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2754 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2755 see the expected warning.
2756
2757 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2758
2759 PR gdb/22736:
2760 * gdb.cp/infcall-nodebug-lib.c: New test.
2761 * gdb.cp/infcall-nodebug-main.c: New test.
2762 * gdb.cp/infcall-nodebug.exp: New file.
2763
2764 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2765
2766 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2767 completer tests.
2768
2769 2018-11-09 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.base/msym-lang.c: New test.
2772 * gdb.base/msym-lang.exp: New file.
2773 * gdb.base/msym-lang-main.c: New test.
2774
2775 2018-11-08 Tom Tromey <tom@tromey.com>
2776
2777 PR gdb/23555:
2778 PR gdb/23838:
2779 * gdb.base/warning.exp: New file.
2780
2781 2018-11-08 Jan Beulich <jbeulich@suse.com>
2782
2783 * testsuite/gdb.arch/i386-avx512.c,
2784 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2785
2786 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2789 point hardware.
2790
2791 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2794 * gdb.dwarf2/missing-type-name.exp: New file.
2795
2796 2018-11-06 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.base/many-headers.c: New test.
2799 * gdb.base/many-headers.exp: New file.
2800
2801 2018-11-06 Jim Wilson <jimw@sifive.com>
2802
2803 * gdb.base/code_elim.exp: For riscv, set additional_flags
2804 to include -msmall-data-limit=0.
2805
2806 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/watch_minus_l: New testcase.
2809
2810 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2811
2812 * gdb.arch/aix-sighandle.c: New file.
2813 * gdb.arch/aix-sighandle.exp: New file.
2814
2815 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2818 registers being unions.
2819
2820 2018-10-31 Tom de Vries <tdevries@suse.de>
2821
2822 * lib/valgrind.exp: New file.
2823 (vgdb_start, vgdb_stop): New procs, factored out of ...
2824 * gdb.base/valgrind-bt.exp: ... here, ...
2825 * gdb.base/valgrind-disp-step.exp: ... here and ...
2826 * gdb.base/valgrind-infcall.exp: ... here.
2827
2828 2018-10-31 Tom de Vries <tdevries@suse.de>
2829
2830 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2831
2832 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.dwarf2/void-type.c: New file.
2835 * gdb.dwarf2/void-type.exp: New file.
2836
2837 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2838
2839 * gdb.base/info_qt.c: New file.
2840 * gdb.base/info_qt.exp: New file.
2841
2842 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2843
2844 * gdb.arch/powerpc-htm-regs.c: New file.
2845 * gdb.arch/powerpc-htm-regs.exp: New file.
2846
2847 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2848
2849 * gdb.arch/powerpc-tar.c: New file.
2850 * gdb.arch/powerpc-tar.exp: New file.
2851
2852 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2853
2854 * gdb.arch/powerpc-ppr-dscr.c: New file.
2855 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2856
2857 2018-10-25 Tom de Vries <tdevries@suse.de>
2858
2859 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2860
2861 2018-10-24 Tom de Vries <tdevries@suse.de>
2862
2863 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2864 longer exists error.
2865
2866 2018-10-24 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2869
2870 2018-10-24 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2873 --db-attach in valgrind.
2874
2875 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * gdb.arch/riscv-reg-aliases.c: New file.
2878 * gdb.arch/riscv-reg-aliases.exp: New file.
2879
2880 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2881
2882 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2883
2884 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2885
2886 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2887
2888 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2889
2890 * gdb.cp/ovldbreak.exp: Fix regexps.
2891
2892 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2893
2894 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2895
2896 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2897
2898 PR cli/23785
2899 * gdb.base/restore.exp: New test to check if "restore" with an
2900 invalid file doesn't segfault.
2901
2902 2018-10-18 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2905 * gdb.ada/excep_handle.exp: Same.
2906 * gdb.ada/mi_string_access.exp: Same.
2907 * gdb.ada/mi_var_union.exp: Same.
2908 * gdb.arch/arc-analyze-prologue.exp: Same.
2909 * gdb.arch/arc-decode-insn.exp: Same.
2910 * gdb.base/readnever.exp: Same.
2911 * gdb.fortran/printing-types.exp: Same.
2912 * gdb.guile/scm-lazy-string.exp: Same.
2913
2914 2018-10-16 Tom de Vries <tdevries@suse.de>
2915
2916 PR gdb/23730
2917 * gdb.base/catch-follow-exec.c: Add copyright notice.
2918 * gdb.base/catch-follow-exec.exp: Rewrite to use
2919 gdb_spawn_with_cmdline_opts. Require gdb-native.
2920
2921 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2922
2923 * gdb.trace/actions-changed.exp: Check for arch support.
2924 * gdb.trace/actions.exp: Likewise.
2925 * gdb.trace/ax.exp: Likewise.
2926 * gdb.trace/backtrace.exp: Likewise.
2927 * gdb.trace/change-loc.exp: Likewise.
2928 * gdb.trace/deltrace.exp: Likewise.
2929 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2930 * gdb.trace/ftrace.exp: Likewise.
2931 * gdb.trace/infotrace.exp: Check for arch support.
2932 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2933 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2934 * gdb.trace/mi-tsv-changed.exp: Likewise.
2935 * gdb.trace/packetlen.exp: Likewise.
2936 * gdb.trace/passc-dyn.exp: Likewise.
2937 * gdb.trace/passcount.exp: Likewise.
2938 * gdb.trace/pending.exp: Likewise.
2939 * gdb.trace/range-stepping.exp: Check for shlib support.
2940 * gdb.trace/report.exp: Check for arch support.
2941 * gdb.trace/save-trace.exp: Likewise.
2942 * gdb.trace/signal.exp: Check for signal support.
2943 * gdb.trace/tfind.exp: Check for arch support.
2944 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2945 * gdb.trace/trace-common.h: Add comment.
2946 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2947 * gdb.trace/trace-enable-disable.exp: Likewise.
2948 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2949 * gdb.trace/tracecmd.exp: Check for arch support.
2950 * gdb.trace/tspeed.exp: Check for shlib and target support.
2951 * gdb.trace/tstatus.exp: Check for arch support.
2952 * gdb.trace/tsv.exp: Likewise.
2953 * gdb.trace/while-dyn.exp: Likewise.
2954 * gdb.trace/while-stepping.exp: Likewise.
2955 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2956
2957 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2958
2959 * gdb.trace/tspeed.exp: Remove nowarnings.
2960 (prepare_for_trace_test): Declare "global ipalib".
2961 * gdb.trace/tspeed.c: Include unistd.h.
2962 (main): Remove superfluous printf argument.
2963
2964 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2965
2966 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2967 directory prefix on the filename.
2968
2969 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2970
2971 * gdb.gdb/unittest.exp: Update expected message informing that
2972 selftests have been disabled.
2973 * gdb.server/unittest.exp: Likewise.
2974
2975 2018-10-09 Tom de Vries <tdevries@suse.de>
2976
2977 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2978 with runto_main.
2979
2980 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2981
2982 PR c++/16841
2983 * gdb.cp/virtbase2.cc: New file.
2984 * gdb.cp/virtbase2.exp: New file.
2985
2986 2018-10-06 Tom Tromey <tom@tromey.com>
2987
2988 PR python/19399:
2989 * gdb.python/py-inferior.exp: Add architecture test.
2990
2991 2018-10-06 Tom Tromey <tom@tromey.com>
2992
2993 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2994 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2995
2996 2018-10-06 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2999 of a "throw" catchpoint.
3000
3001 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3002
3003 * gdb.base/info-proc.exp: Update string expected from "help info
3004 proc".
3005
3006 2018-10-04 Tom Tromey <tom@tromey.com>
3007
3008 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3009 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3010 (test_initial_complaints, test_empty_complaints): Update.
3011 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3012
3013 2018-10-04 Tom Tromey <tom@tromey.com>
3014
3015 PR cli/19551:
3016 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3017 * lib/gdb.exp (gdb_file_cmd): Update.
3018 * gdb.stabs/weird.exp (print_weird_var): Update.
3019 * gdb.server/solib-list.exp: Update.
3020 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3021 * gdb.mi/mi-cli.exp: Update.
3022 * gdb.linespec/linespec.exp: Update.
3023 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3024 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3025 * gdb.cp/cp-relocate.exp: Update.
3026 * gdb.base/sym-file.exp: Update.
3027 * gdb.base/relocate.exp: Update.
3028 * gdb.base/readnever.exp: Update.
3029 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3030 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3031 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3032 * gdb.base/code_elim.exp: Update.
3033 * gdb.base/break-unload-file.exp (test_break): Update.
3034 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3035 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3036 Update.
3037 * gdb.base/attach.exp (do_attach_tests): Update.
3038 * gdb.base/sepdebug.exp: Update.
3039 * gdb.python/py-section-script.exp: Update.
3040
3041 2018-10-04 Tom Tromey <tom@tromey.com>
3042
3043 PR cli/22234:
3044 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3045 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3046 output.
3047
3048 2018-10-04 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3051 set width and height to 0.
3052 (test_command_line_attach_run): Use -quiet.
3053
3054 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3055
3056 * lib/gdb.exp (skip_ifunc_tests): New.
3057 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3058 other compile failures.
3059 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3060
3061 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3062
3063 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3064 is_amd64_regs_target.
3065
3066 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3067
3068 * gdb.arch/aarch64-sighandler-regs.c: New test.
3069 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3070 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3071
3072 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3073
3074 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3075 assembly.
3076
3077 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.base/frame-selection.exp: New file.
3080 * gdb.base/frame-selection.c: New file.
3081
3082 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3083
3084 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3085 pthread barrier.
3086 (main): Likewise.
3087
3088 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.base/large-frame-1.c: New file.
3091 * gdb.base/large-frame-2.c: New file.
3092 * gdb.base/large-frame.exp: New file.
3093 * gdb.base/large-frame.h: New file.
3094
3095 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3096
3097 PR gdb/20948
3098 * gdb.base/write_mem.exp: New test.
3099 * gdb.base/write_mem.c: Likewise.
3100
3101 2018-09-23 Tom Tromey <tom@tromey.com>
3102
3103 PR python/18852:
3104 * gdb.python/py-parameter.exp: Add test for parameter that throws
3105 on "set".
3106
3107 2018-09-23 Tom Tromey <tom@tromey.com>
3108
3109 PR python/17284:
3110 * gdb.python/py-template.exp (test_template_arg): Add test for
3111 negative template argument number.
3112
3113 2018-09-23 Tom Tromey <tom@tromey.com>
3114
3115 PR python/14062:
3116 * gdb.python/python.exp: Add test for post_event error.
3117
3118 2018-09-23 Tom Tromey <tom@tromey.com>
3119
3120 PR python/18170:
3121 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3122 convert pointers to int and long.
3123
3124 2018-09-23 Tom Tromey <tom@tromey.com>
3125
3126 PR python/20126:
3127 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3128 signed-ness conversion tests.
3129
3130 2018-09-23 Tom Tromey <tom@tromey.com>
3131
3132 PR python/18352;
3133 * gdb.python/py-value.exp (test_float_conversion): New proc.
3134 Use it.
3135
3136 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3137
3138 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3139
3140 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3141
3142 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3143 no readline.
3144 * gdb.base/utf8-identifiers.exp: Likewise.
3145 * gdb.cp/cpcompletion.exp: Likewise.
3146 * gdb.linespec/cpcompletion.exp: Likewise.
3147 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3148 * gdb.linespec/cpls-ops.exp: Likewise.
3149
3150 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3151 Chris January <chris.january@arm.com>
3152
3153 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3154 * gdb.fortran/short-circuit-argument-list.exp: New file.
3155 * gdb.fortran/short-circuit-argument-list.f90: New test.
3156
3157 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3158
3159 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3160 "arch=" keyword when executing "-stack-list-frames".
3161
3162 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3165 "arch=" keyword when executing "-stack-list-frames".
3166
3167 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3168
3169 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3170 break ada".
3171
3172 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3173
3174 PR python/23669
3175 * gdb.python/python.exp: Test gdb.execute("show commands").
3176
3177 2018-09-16 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.base/new-ui.exp (do_execution_tests): Update.
3180 * gdb.base/dbx.exp (test_breakpoints): Update.
3181
3182 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3183
3184 * lib/gdb.exp (gdb_simple_compile): Add proc.
3185 (is_elf_target): Use gdb_simple_compile.
3186 (skip_altivec_tests): Likewise.
3187 (skip_vsx_tests): Likewise.
3188 (skip_tsx_tests): Likewise.
3189 (skip_btrace_tests): Likewise.
3190 (skip_btrace_pt_tests): Likewise.
3191 (gdb_can_simple_compile): Likewise.
3192 (gdb_has_argv0): Likewise.
3193 (gdb_target_symbol_prefix): Likewise.
3194 (target_supports_scheduler_locking): Likewise.
3195
3196 2018-09-13 Tom Tromey <tom@tromey.com>
3197
3198 * Makefile.in (TAGS): Recognize proc_with_prefix and
3199 gdb_caching_proc.
3200
3201 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3204 method.
3205
3206 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3207
3208 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3209 and a few other Inferior properties when the Inferior is no
3210 longer valid.
3211
3212 2018-09-13 Tom Tromey <tom@tromey.com>
3213
3214 PR rust/23650:
3215 * gdb.rust/simple.exp: Add test for enum field access error.
3216
3217 2018-09-13 Tom Tromey <tom@tromey.com>
3218
3219 PR rust/23626:
3220 * gdb.rust/simple.rs (EmptyEnum): New type.
3221 (main): Use it.
3222 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3223
3224 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3225
3226 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3227 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3228 * gdb.python/py-symtab.exp: Update test printing an objfile.
3229
3230 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3231
3232 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3233 object.
3234
3235 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3236
3237 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3238 (support_complex_tests): Use gdb_can_simple_compile.
3239 (is_ilp32_target): Likewise.
3240 (is_lp64_target): Likewise.
3241 (is_64_target): Likewise.
3242 (is_amd64_regs_target): Likewise.
3243 (is_aarch32_target): Likewise.
3244 (gdb_int128_helper): Likewise.
3245
3246 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3249
3250 2018-09-10 Jerome Guitton <guitton@adacore.com>
3251
3252 * gdb.ada/same_component_name: Add test for case of tagged record
3253 with variable-length fields.
3254
3255 2018-09-10 Xavier Roirand <roirand@adacore.com>
3256
3257 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3258 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3259 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3260 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3261
3262 2018-09-10 Xavier Roirand <roirand@adacore.com>
3263
3264 * gdb.ada/mi_string_access.exp: New testcase.
3265 * gdb.ada/mi_string_access/bar.adb: New file.
3266 * gdb.ada/mi_string_access/pck.adb: New file.
3267 * gdb.ada/mi_string_access/pck.asd: New file.
3268
3269 2018-09-10 Xavier Roirand <roirand@adacore.com>
3270
3271 * gdb.ada/mi_var_union.exp: New testcase.
3272 * gdb.ada/mi_var_union/bar.adb: New file.
3273 * gdb.ada/mi_var_union/pck.adb: New file.
3274 * gdb.ada/mi_var_union/pck.asd: New file.
3275
3276 2018-09-08 Tom Tromey <tom@tromey.com>
3277
3278 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3279
3280 2018-09-08 Tom Tromey <tom@tromey.com>
3281
3282 PR python/16047:
3283 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3284 (register_pretty_printers): Register new printer.
3285 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3286 test.
3287 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3288 (an_int_type3): New global.
3289
3290 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3291
3292 * gdb.ada/expr_with_funcall: New testcase.
3293
3294 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3295
3296 * gdb.ada/packed_array_assign: New testcase.
3297
3298 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3301 names, and add test prefixes to make test names unique.
3302
3303 2018-09-05 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.dwarf2/varval.exp: Add test.
3306
3307 2018-09-04 Gary Benson <gbenson@redhat.com>
3308
3309 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3310 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3311
3312 2018-08-31 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.rust/simple.rs: Rename second variable "v".
3315
3316 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb.base/funcargs.c (use_a): New function.
3319 (recurse): Call use_a.
3320
3321 2018-08-29 Keith Seitz <keiths@redhat.com>
3322
3323 * gdb.compile/compile-cplus-anonymous.cc: New file.
3324 * gdb.compile/compile-cplus-anonymous.exp: New file.
3325 * gdb.compile/compile-cplus-array-decay.cc: New file.
3326 * gdb.compile/compile-cplus-array-decay.exp: New file.
3327 * gdb.compile/compile-cplus-inherit.cc: New file.
3328 * gdb.compile/compile-cplus-inherit.exp: New file.
3329 * gdb.compile/compile-cplus-member.cc: New file.
3330 * gdb.compile/compile-cplus-member.exp: New file.
3331 * gdb.compile/compile-cplus-method.cc: New file.
3332 * gdb.compile/compile-cplus-method.exp: New file.
3333 * gdb.compile/compile-cplus-mod.c: "New" file.
3334 * gdb.compile/compile-cplus-namespace.cc: New file.
3335 * gdb.compile/compile-cplus-namespace.exp: New file.
3336 * gdb.compile/compile-cplus-nested.cc: New file.
3337 * gdb.compile/compile-cplus-nested.exp: New file.
3338 * gdb.compile/compile-cplus-print.c: "New" file.
3339 * gdb.compile/compile-cplus-print.exp: "New" file.
3340 * gdb.compile/compile-cplus-virtual.cc: New file.
3341 * gdb.compile/compile-cplus-virtual.exp: New file.
3342 * gdb.compile/compile-cplus.c: "New" file.
3343 * gdb.compile/compile-cplus.exp: "New" file.
3344 * lib/compile-support.exp: New file.
3345
3346 2018-08-16 Gary Benson <gbenson@redhat.com>
3347
3348 PR gdb/13000:
3349 * gdb.base/batch-exit-status.exp: New file.
3350 * gdb.base/batch-exit-status.good-commands: Likewise.
3351 * gdb.base/batch-exit-status.bad-commands: Likewise.
3352
3353 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3354
3355 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3356 (struct struct02): Likewise.
3357 (struct struct03): Likewise.
3358 (struct struct04): Likewise.
3359 (struct struct_01_01): New struct.
3360 (struct struct_01_02): Likewise.
3361 (struct struct_01_03): Likewise.
3362 (struct struct_01_04): Likewise.
3363 (struct struct_02_01): Likewise.
3364 (struct struct_02_02): Likewise.
3365 (struct struct_02_03): Likewise.
3366 (struct struct_02_04): Likewise.
3367 (struct struct_04_01): Likewise.
3368 (struct struct_04_02): Likewise.
3369 (struct struct_04_03): Likewise.
3370 (struct struct_04_04): Likewise.
3371 (struct struct_05_01): Likewise.
3372 (struct struct_05_02): Likewise.
3373 (struct struct_05_03): Likewise.
3374 (struct struct_05_04): Likewise.
3375 (cmp_struct01): Remove function.
3376 (cmp_struct02): Likewise.
3377 (cmp_struct03): Likewise.
3378 (cmp_struct04): Likewise.
3379 (cmp_struct_01_01): Add Function.
3380 (cmp_struct_01_02): Likewise.
3381 (cmp_struct_01_03): Likewise.
3382 (cmp_struct_01_04): Likewise.
3383 (cmp_struct_02_01): Likewise.
3384 (cmp_struct_02_02): Likewise.
3385 (cmp_struct_02_03): Likewise.
3386 (cmp_struct_02_04): Likewise.
3387 (cmp_struct_04_01): Likewise.
3388 (cmp_struct_04_02): Likewise.
3389 (cmp_struct_04_03): Likewise.
3390 (cmp_struct_04_04): Likewise.
3391 (cmp_struct_05_01): Likewise.
3392 (cmp_struct_05_02): Likewise.
3393 (cmp_struct_05_03): Likewise.
3394 (cmp_struct_05_04): Likewise.
3395 (call_all): Add new structs.
3396 * gdb.base/infcall-nested-structs.exp: Likewise.
3397
3398 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3399
3400 * gdb.python/py-framefilter-mi.exp: Update regexp to
3401 check for "arch" field in frame output.
3402
3403 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3404
3405 * gdb.dwarf2/dw2-ranges-func.c: New file.
3406 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3407
3408 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3409
3410 * gdb.base/term.exp: Compare terminal settings with values from
3411 the inferior.
3412 * gdb.base/term.c: Get and set terminal settings.
3413
3414 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3415
3416 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3417 accommodate new "arch" field in frame output.
3418 * gdb.mi/mi-return.exp: Likewise.
3419 * gdb.mi/mi-stack.exp: Likewise.
3420 * gdb.mi/mi-syn-frame.exp: Likewise.
3421 * gdb.mi/user-selected-context-sync.exp: Likewise.
3422
3423 2018-08-19 Michael Spang <spang@google.com>
3424
3425 PR gdb/11786
3426 * gdb.base/gcore-tls-pie.c: New file.
3427 * gdb.base/gcore-tls-pie.exp: New file.
3428
3429 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3430
3431 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3432 * gdb.dwarf2/varval.c: New file.
3433 * gdb.dwarf2/varval.exp: New file.
3434
3435 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3436
3437 PR gdb/18931
3438 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3439
3440 2018-08-16 Keith Seitz <keiths@redhat.com>
3441
3442 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3443 tests expected to pass.
3444
3445 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3446
3447 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3448 -data-disassemble -a.
3449 (test_disassembly_bogus_args): Likewise.
3450
3451 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3454
3455 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/vla-optimized-out.exp: Add new test.
3458
3459 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.base/vla-optimized-out-o3.exp: Delete.
3462 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3463 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3464 deleted tests.
3465
3466 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 PR gdb/18050:
3469 * gdb.server/extended-remote-restart.c: New file.
3470 * gdb.server/extended-remote-restart.exp: New file.
3471
3472 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3473
3474 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3475 "set variable index = 42".
3476
3477 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * boards/index-cache-gdb.exp: New file.
3480 * gdb.dwarf2/index-cache.exp: New file.
3481 * gdb.dwarf2/index-cache.c: New file.
3482 * gdb.base/maint.exp: Check if we are using the index cache.
3483
3484 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3485
3486 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3487 MAKEFLAGS.
3488
3489 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3490
3491 * dg-extract-results.sh: Move to toplevel contrib.
3492 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3493 * Makefile.in (check-parallel-racy): Likewise.
3494
3495 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3498 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3499 tests if the target supports scheduler locking.
3500
3501 2018-08-04 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3504
3505 2018-08-02 Tom Tromey <tom@tromey.com>
3506
3507 PR symtab/16842.
3508 * gdb.cp/temargs.exp: Test "info address" of a template
3509 parameter.
3510
3511 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3512
3513 * gdb.python/py-mi-var-info-path-expression.c: New file.
3514 * gdb.python/py-mi-var-info-path-expression.py: New file.
3515 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3516
3517 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3518
3519 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3520 error after "cannot resolve name" string.
3521
3522 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3525 started.
3526 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3527
3528 2018-07-28 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3531
3532 2018-07-26 Tom de Vries <tdevries@suse.de>
3533
3534 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3535
3536 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3539 is visible.
3540
3541 2018-07-26 Tom de Vries <tdevries@suse.de>
3542
3543 PR breakpoints/23366
3544 * gdb.base/catch-follow-exec.c: New test.
3545 * gdb.base/catch-follow-exec.exp: New file.
3546
3547 2018-07-25 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3550 vla-optimized-out.c.
3551
3552 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3553
3554 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3555 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3556
3557 2018-07-20 Tom de Vries <tdevries@suse.de>
3558
3559 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3560 NOCLONE macro.
3561 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3562
3563 2018-07-19 Tom de Vries <tdevries@suse.de>
3564
3565 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3566 regular expression.
3567
3568 2018-07-18 Tom de Vries <tdevries@suse.de>
3569
3570 * gdb.base/vla-optimized-out.c: New test.
3571 * gdb.base/vla-optimized-out.exp: New file.
3572
3573 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3574
3575 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3576 message "No address associated with hostname" when gdbserver
3577 cannot resolve the hostname.
3578
3579 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3580
3581 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3582 Add some test prefixes to make tests unique.
3583
3584 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3585
3586 * gdb.base/frameapply.c: New file.
3587 * gdb.base/frameapply.exp: New file.
3588
3589 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3590
3591 * gdb.base/skip.exp: Update expected error message.
3592
3593 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3594 Jan Kratochvil <jan.kratochvil@redhat.com>
3595 Paul Fertser <fercerpav@gmail.com>
3596 Tsutomu Seki <sekiriki@gmail.com>
3597
3598 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3599 parameter.
3600 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3601 by default.
3602 * boards/native-gdbserver.exp: Likewise.
3603 * gdb.server/run-without-local-binary.exp: Improve regexp used
3604 for detecting when a remote debugging connection succeeds.
3605 * gdb.server/server-connect.exp: New file.
3606 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3607 Do not prefix the port number with ":".
3608 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3609 support for detecting and using it. Add '$debughost_gdbserver'
3610 to the list of arguments used to start gdbserver. Handle case
3611 when gdbserver cannot resolve a network name.
3612
3613 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3614
3615 PR c++/23373
3616 * gdb.base/ptype-offsets.cc (struct static_member): New
3617 struct.
3618 (main) <stmember>: New variable.
3619 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3620 with a static member in it.
3621
3622 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3625 watchpoints enabled and disabled.
3626
3627 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.base/examine-backward.exp: Still run tests around address
3630 0x0, even if address 0x0 is not readable. Update the pattern for
3631 matching address 0x0 in expected output.
3632
3633 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3636 malloc/free.
3637
3638 2018-07-04 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3641
3642 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3643
3644 PR tdep/8282
3645 * gdb.arch/mips-disassembler-options.exp: New test.
3646 * gdb.arch/mips-disassembler-options.s: New test source.
3647
3648 2018-06-29 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.threads/names.exp: Adjust expected "info threads" output.
3651
3652 2018-06-29 Pedro Alves <palves@redhat.com>
3653
3654 * gdb.opt/inline-break.exp (line number, address): Add "info
3655 break" tests.
3656
3657 2018-06-29 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3660 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3661 number and address and running to them.
3662
3663 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3664
3665 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3666
3667 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 * lib/compiler.c: Remove executable permission flag.
3670
3671 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3672
3673 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3674 code.
3675 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3676
3677 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3678
3679 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3680
3681 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3682
3683 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3684 address argument is omitted.
3685
3686 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3687
3688 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3689
3690 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3691
3692 PR gdb/21695
3693 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3694 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3695
3696 2018-06-26 Tom Tromey <tom@tromey.com>
3697
3698 PR rust/22574:
3699 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3700 * gdb.rust/simple.rs (struct SimpleLayout): New.
3701
3702 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3705 "info registers" output.
3706
3707 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3708
3709 * gdb.base/watchpoint-hw-attach.c: New test.
3710 * gdb.base/watchpoint-hw-attach.exp: New file.
3711
3712 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3713
3714 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3715 through /bin/sh.
3716 * boards/dwarf4-gdb-index.exp: Likewise.
3717 * boards/fission-dwp.exp: Likewise.
3718
3719 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3720
3721 * gdb.base/float128.exp: Add comment and improved fail message
3722 to the failure case of "print large128" test.
3723
3724 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3725
3726 * configure.ac: Remove AC_PREREQ.
3727 * configure: Re-generate.
3728
3729 2018-06-19 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3732 (func_extern_caller): New.
3733 (main): Call func_extern_caller.
3734 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3735 logic change.
3736
3737 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3738
3739 PR gdb/16841
3740 * gdb.cp/typedef-base.cc: New file.
3741 * gdb.cp/typedef-base.exp: New file.
3742
3743 2018-06-18 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3746
3747 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3748 Richard Bunt <Richard.Bunt@arm.com>
3749
3750 * gdb.threads/attach-slow-waitpid.c: New file.
3751 * gdb.threads/attach-slow-waitpid.exp: New file.
3752 * gdb.threads/slow-waitpid.c: New file.
3753
3754 2018-06-14 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/fork-running-state.c: Include <errno.h>.
3757 (exit_if_relative_exits): New.
3758 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3759 exits.
3760 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3761 child exits.
3762
3763 2018-06-14 Tom de Vries <tdevries@suse.de>
3764
3765 PR cli/22573
3766 * gdb.base/finish-pretty.c: New test.
3767 * gdb.base/finish-pretty.exp: New file.
3768
3769 2018-06-14 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3772 gdb's expected startup output.
3773
3774 2018-06-14 Pedro Alves <palves@redhat.com>
3775
3776 * lib/selftest-support.exp (selftest_setup): Remove inlined
3777 function handling.
3778
3779 2018-06-14 Tom de Vries <tdevries@suse.de>
3780
3781 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3782 matching of breakpoint printing.
3783
3784 2018-06-13 Tom de Vries <tdevries@suse.de>
3785
3786 PR testsuite/23269
3787 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3788 (fork_child): ... here, and ...
3789 (fork_parent): ... here.
3790
3791 2018-06-12 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3794
3795 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3796 Stephen Roberts <stephen.roberts@arm.com>
3797
3798 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3799 rewrite test to describe action performed, rather than possible
3800 failure.
3801
3802 2018-06-08 Gary Benson <gbenson@redhat.com>
3803
3804 * gdb.threads/check-libthread-db.exp: New file.
3805 * gdb.threads/check-libthread-db.c: Likewise.
3806
3807 2018-06-05 Tom Tromey <tom@tromey.com>
3808
3809 * gdb.base/default.exp: Update expected "show version" output.
3810
3811 2018-06-05 Tom Tromey <tom@tromey.com>
3812
3813 PR cli/12326:
3814 * gdb.cp/static-print-quit.exp: Update.
3815 * lib/gdb.exp (pagination_prompt): Update.
3816 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3817 * gdb.python/python.exp: Update.
3818
3819 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3820
3821 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3822
3823 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3824
3825 * gdb.ada/bp_fun_addr: New testcase.
3826
3827 2018-06-01 Tom Tromey <tom@tromey.com>
3828
3829 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3830 results.
3831 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3832 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3833 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3834 * gdb.base/maint.exp (maint_pass_if): Update.
3835
3836 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3837
3838 * gdb.base/endian.exp: New test.
3839 * gdb.base/endian.c: New test source.
3840
3841 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3842
3843 PR gdb/23203
3844 * gdb.base/bt-selected-frame.c: New file.
3845 * gdb.base/bt-selected-frame.exp: New file.
3846 * lib/gdb.exp (get_current_frame_number): New function.
3847
3848 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3849 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.threads/tls-core.c: Include <stdlib.h>
3852 (thread_proc): Call `abort'.
3853 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3854 (tls_core_test): New procedure, bits factored out from ...
3855 (top level): ... here. Test both native cores and gcore cores.
3856
3857 2018-05-23 Tom Tromey <tom@tromey.com>
3858
3859 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3860
3861 2018-05-23 Tom Tromey <tom@tromey.com>
3862
3863 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3864 symfile_complaints.
3865 (test_short_complaints): Likewise.
3866 (test_empty_complaints): Likewise.
3867 (test_initial_complaints): Update.
3868
3869 2018-05-23 Tom Tromey <tom@tromey.com>
3870
3871 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3872
3873 2018-05-23 Tom Tromey <tom@tromey.com>
3874
3875 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3876 (test_short_complaints): Update.
3877
3878 2018-05-22 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/remote.exp: Only gdb_start after compiling the
3881 testcase. Issue "disconnect" before testing "set remote" command
3882 defaults. Issue clean_restart before running to main.
3883
3884 2018-05-22 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/remote.exp: Adjust expected output of "show remote
3887 memory-write-packet-size". Add tests for "set remote
3888 memory-write-packet-size 0" and "set remote
3889 memory-write-packet-size fixed/limit".
3890
3891 2018-05-22 Pedro Alves <palves@redhat.com>
3892
3893 PR gdb/22973
3894 * gdb.base/utf8-identifiers.c: New file.
3895 * gdb.base/utf8-identifiers.exp: New file.
3896
3897 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3898
3899 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3900
3901 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3902
3903 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3904
3905 2018-05-18 Tom Tromey <tom@tromey.com>
3906
3907 * gdb.base/ptype-offsets.exp: Update.
3908
3909 2018-05-17 Keith Seitz <keiths@redhat.com>
3910
3911 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3912 in expected breakpoint stop locations.
3913 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3914 move to proper scope to test variable values.
3915 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3916 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3917 New functions.
3918 (main): Call not_inline_func3.
3919 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3920 inline_func1, inline_func2, and inline_func3. Test that when each
3921 breakpoint is hit, GDB properly reports both the stop location
3922 and the backtrace. Repeat tests for temporary breakpoints.
3923
3924 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3925
3926 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3927 rather then trying to access it in determining whether the PID
3928 of `gdbserver' could have been retrieved.
3929
3930 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.arch/amd64-init-x87-values.S: New file.
3933 * gdb.arch/amd64-init-x87-values.exp: New file.
3934
3935 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3938
3939 2018-05-04 Tom Tromey <tom@tromey.com>
3940
3941 PR python/22730:
3942 * gdb.python/python.exp: Test multi-line execute.
3943
3944 2018-05-04 Tom Tromey <tom@tromey.com>
3945
3946 PR python/22731:
3947 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3948
3949 2018-05-04 Tom Tromey <tom@tromey.com>
3950
3951 PR gdb/11750:
3952 * gdb.base/define.exp: Test defining a user command inside a user
3953 command.
3954 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3955
3956 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Pedro Alves <palves@redhat.com>
3958
3959 PR breakpoints/19806 and support for PR external/20207.
3960 * gdb.base/watchpoint-unaligned.c: New file.
3961 * gdb.base/watchpoint-unaligned.exp: New file.
3962
3963 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * gdb.base/maint.exp: Make test names unique, use
3966 test_prefix_command_help to test 'help maint info', and remove
3967 repeated test of 'help maint'.
3968
3969 2018-05-04 Tom Tromey <tom@tromey.com>
3970
3971 PR gdb/22619:
3972 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3973 behavior.
3974
3975 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * gdb.base/maint.exp: Process output from 'maint print registers'
3978 line at a time.
3979
3980 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3983 timeout.
3984
3985 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3986
3987 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3988 filter pattern.
3989
3990 2018-05-02 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3993 to_log_command renames.
3994 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3995
3996 2018-05-02 Tom Tromey <tom@tromey.com>
3997
3998 * gdb.python/py-parameter.exp: Set test message.
3999
4000 2018-05-02 Tom Tromey <tom@tromey.com>
4001
4002 PR python/20084:
4003 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4004 PARAM_ZUINTEGER_UNLIMITED tests.
4005
4006 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4007
4008 PR rust/23124
4009 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4010 when casting.
4011
4012 2018-04-30 Tom Tromey <tom@tromey.com>
4013
4014 * gdb.python/py-type.exp: Check align attribute.
4015 * gdb.python/py-type.c: New "aligncheck" global.
4016
4017 2018-04-30 Tom Tromey <tom@tromey.com>
4018
4019 PR exp/17095:
4020 * gdb.dwarf2/dw2-align.exp: New file.
4021 * gdb.cp/align.exp: New file.
4022 * gdb.base/align.exp: New file.
4023 * lib/gdb.exp (gdb_int128_helper): New proc.
4024 (has_int128_c, has_int128_cxx): New caching procs.
4025
4026 2018-04-27 Tom Tromey <tom@tromey.com>
4027
4028 PR rust/22545:
4029 * gdb.rust/simple.exp: Add inclusive range tests.
4030
4031 2018-04-26 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4034 ifunc breakpoint locations correctly of ifunc breakpoints set
4035 while the program resolves the ifunc.
4036
4037 2018-04-26 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.base/gnu-ifunc-final.c: New file.
4040 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4041 * gdb.base/gnu-ifunc.exp (executable): Delete.
4042 (staticexecutable): Adjust.
4043 (lib_opts, exec_opts): Delete.
4044 (make_binsuffix, build, set-break): New procedures.
4045 (misc_tests): New, with tests factored out from the top level.
4046 (top level): Test different combinations of ifunc resolver name,
4047 resolver with and with debug info, and ifunc target with and
4048 without debug info. Wrap static tests with with_target_prefix.
4049
4050 2018-04-26 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4053 return type" warnings.
4054
4055 2018-04-25 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4058 killed".
4059 * gdb.base/kill-after-signal.exp: Likewise.
4060 * gdb.threads/kill.exp: Likewise.
4061
4062 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4063 Sergio Durigan Junior <sergiodj@redhat.com>
4064 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4067 regexps to expect for '[Inferior ... detached]' as well.
4068 * gdb.base/attach.exp: Likewise.
4069 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4070 "gdb_continue_to_end".
4071 (test_catch_syscall_with_wrong_args): Likewise.
4072 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4073 ']'. Don't set 'verbose' on.
4074 * gdb.base/foll-vfork.exp: Likewise.
4075 * gdb.base/fork-print-inferior-events.c: New file.
4076 * gdb.base/fork-print-inferior-events.exp: New file.
4077 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4078 '[Inferior ... has been killed]' message.
4079 * gdb.base/kill-after-signal.exp: Likewise.
4080 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4081 detach message.
4082 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4083 message.
4084 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4085 regexps to expect for '[Inferior ... detached]' as well.
4086 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4087
4088 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 PR gdb/23104
4091 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4092
4093 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4094
4095 * gdb.threads/multiple-successive-infcall.c: New test.
4096 * gdb.threads/multiple-successive-infcall.exp: New file.
4097
4098 2018-04-17 Tom Tromey <tom@tromey.com>
4099
4100 * gdb.rust/simple.rs (Union): New type.
4101 (main): New local "u".
4102 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4103
4104 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4105
4106 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4107 number information in output of "whereis" command.
4108 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4109
4110 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4111
4112 * gdb.ada/info_types.exp: Adjust expected output to the line
4113 numbers now printed by "info var/func/type".
4114 * gdb.base/completion.exp: Likewise.
4115 * gdb.base/included.exp: Likewise.
4116 * gdb.cp/cp-relocate.exp: Likewise.
4117 * gdb.cp/cplusfuncs.exp: Likewise.
4118 * gdb.cp/namespace.exp: Likewise.
4119 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4120
4121 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4122
4123 * gdb.btrace/cpu.exp: New.
4124
4125 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4126
4127 * gdb.base/step-indirect-call-thunk.exp: New.
4128 * gdb.base/step-indirect-call-thunk.c: New.
4129 * gdb.reverse/step-indirect-call-thunk.exp: New.
4130 * gdb.reverse/step-indirect-call-thunk.c: New.
4131
4132 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4133
4134 * gdb.base/pie-fork.c: New file.
4135 * gdb.base/pie-fork.exp: New file.
4136
4137 2018-04-11 Tom Tromey <tom@tromey.com>
4138
4139 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4140
4141 2018-04-10 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4144 exits. Instead loop running forever.
4145 (fork_parent): Run forever too.
4146
4147 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4148
4149 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4150 mi_continue_to_line.
4151 * gdb.mi/mi-stack.c (callee4): Add comment.
4152
4153 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * gdb.mi/mi-stack.exp: Fix indentation.
4156
4157 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4158
4159 PR gdb/22979
4160 * gdb.arch/amd64-osabi.exp: New file.
4161
4162 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4163
4164 PR gdb/22980
4165 * gdb.base/osabi.exp: New file.
4166
4167 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4168
4169 * gdb.cp/static-typedef-print.exp: New file.
4170 * gdb.cp/static-typedef-print.cc: New file.
4171
4172 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/varsize_limit: New testcase.
4175
4176 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4177
4178 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4179
4180 * gdb.ada/notcplusplus: New testcase.
4181
4182 * gdb.base/c-linkage-name.c: New file.
4183 * gdb.base/c-linkage-name.exp: New testcase.
4184
4185 2018-03-26 Tom Tromey <tom@tromey.com>
4186
4187 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4188 * gdb.python/py-framefilter.py (name_error): New global.
4189 (ErrorInName.function): Use name_error.
4190
4191 2018-03-26 Tom Tromey <tom@tromey.com>
4192
4193 PR backtrace/15582:
4194 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4195
4196 2018-03-23 Keith Seitz <keiths@redhat.com>
4197
4198 PR c++/22968
4199 * gdb.cp/subtypes.exp: New file.
4200 * gdb.cp/subtypes.h: New file.
4201 * gdb.cp/subtypes.cc: New file.
4202 * gdb.cp/subtypes-2.cc: New file.
4203
4204 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4207 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4208 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4209 -nostartfiles when compiling the test. Confirm that all registers
4210 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4211
4212 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4215 option, syntax was wrong anyway.
4216 * gdb.arch/arm-disp-step.exp: Likewise.
4217 * gdb.arch/sparc64-regs.exp: Likewise.
4218 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4219 option, syntax was wrong anyway, switch to use
4220 prepare_for_testing.
4221 * gdb.arch/i386-disp-step.exp: Likewise.
4222
4223 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4224
4225 * gdb.ada/exec_changed.exp: Replace "target_info exists
4226 use_gdb_stub" by "use_gdb_stub".
4227 * gdb.ada/start.exp: Likewise.
4228 * gdb.base/async-shell.exp: Likewise.
4229 * gdb.base/attach-pie-misread.exp: Likewise.
4230 * gdb.base/attach-wait-input.exp: Likewise.
4231 * gdb.base/break-entry.exp: Likewise.
4232 * gdb.base/break-interp.exp: Likewise.
4233 * gdb.base/dprintf-detach.exp: Likewise.
4234 * gdb.base/nostdlib.exp: Likewise.
4235 * gdb.base/solib-nodir.exp: Likewise.
4236 * gdb.base/statistics.exp: Likewise.
4237 * gdb.base/testenv.exp: Likewise.
4238 * gdb.mi/mi-exec-run.exp: Likewise.
4239 * gdb.mi/mi-start.exp: Likewise.
4240 * gdb.multi/dummy-frame-restore.exp: Likewise.
4241 * gdb.multi/multi-arch-exec.exp: Likewise.
4242 * gdb.multi/multi-arch.exp: Likewise.
4243 * gdb.multi/tids.exp: Likewise.
4244 * gdb.multi/watchpoint-multi.exp: Likewise.
4245 * gdb.python/py-events.exp: Likewise.
4246 * gdb.threads/attach-into-signal.exp: Likewise.
4247 * gdb.threads/attach-stopped.exp: Likewise.
4248 * gdb.threads/threadapply.exp: Likewise.
4249 * lib/selftest-support.exp: Likewise.
4250
4251 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4252
4253 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4254
4255 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4256
4257 * gdb.perf/template-breakpoints.cc: New file.
4258 * gdb.perf/template-breakpoints.exp: New file.
4259 * gdb.perf/template-breakpoints.py: New file.
4260
4261 2018-03-19 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4264 y0.
4265 * gdb.rust/simple.exp: Test bare identifier form of struct
4266 initializer.
4267
4268 2018-03-19 Tom Tromey <tom@tromey.com>
4269
4270 * gdb.gdb/observer.exp: Remove.
4271
4272 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4273
4274 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4275 "qualified" option when setting breakpoints.
4276 * gdb.trace/backtrace.exp: Likewise.
4277 * gdb.trace/circ.exp: Likewise.
4278 * gdb.trace/collection.exp: Likewise.
4279 * gdb.trace/disconnected-tracing.exp: Likewise.
4280 * gdb.trace/ftrace-lock.exp: Likewise.
4281 * gdb.trace/ftrace.exp: Likewise.
4282 * gdb.trace/infotrace.exp: Likewise.
4283 * gdb.trace/packetlen.exp: Likewise.
4284 * gdb.trace/passc-dyn.exp: Likewise.
4285 * gdb.trace/qtro.exp: Likewise.
4286 * gdb.trace/read-memory.exp: Likewise.
4287 * gdb.trace/report.exp: Likewise.
4288 * gdb.trace/signal.exp: Likewise.
4289 * gdb.trace/status-stop.exp: Likewise.
4290 * gdb.trace/strace.exp: Likewise.
4291 * gdb.trace/tfind.exp: Likewise.
4292 * gdb.trace/trace-break.exp: Likewise.
4293 * gdb.trace/trace-condition.exp: Likewise.
4294 * gdb.trace/trace-mt.exp: Likewise.
4295 * gdb.trace/tstatus.exp: Likewise.
4296 * gdb.trace/tsv.exp: Likewise.
4297 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4298 * gdb.trace/unavailable.exp: Likewise.
4299 * gdb.trace/while-dyn.exp: Likewise.
4300
4301 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4302
4303 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4304 that libinproctrace is copied to the target.
4305
4306 2018-03-14 Tom Tromey <tom@tromey.com>
4307
4308 PR cli/14977:
4309 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4310 a null pointer.
4311 * gdb.base/wchar.exp: Likewise.
4312
4313 2018-03-14 Tom Tromey <tom@tromey.com>
4314
4315 PR cli/19918:
4316 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4317 flag.
4318
4319 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 PR gdb/22841
4322 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4323 "target" to remote_exec.
4324
4325 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4326
4327 PR gdb/22841
4328 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4329 ${board}_upload): Remove.
4330
4331 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4332
4333 * gdb.cp/watch-cp.cc: New test.
4334 * gdb.cp/watch-cp.exp: New file.
4335
4336 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * gdb.base/infcall-nested-structs.exp: New file.
4339 * gdb.base/infcall-nested-structs.c: New file.
4340 * gdb.base/float.exp: Add riscv support.
4341
4342 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4343
4344 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4345 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4346
4347 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4348
4349 * gdb.server/abspath.exp: New file.
4350 * lib/gdb.exp (with_cwd): New procedure.
4351
4352 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4353
4354 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4355 use it.
4356 (gdb_is_target_remote_prompt): New proc.
4357 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4358 (gdb_is_target_native): Pass prompt parameter to
4359 gdb_is_target_1.
4360
4361 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * gdb.base/load-command.c: New file.
4364 * gdb.base/load-command.exp: New file.
4365 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4366 (gdb_is_target_1): ...this, and generalize for other targets
4367 than just remote.
4368 (gdb_is_target_remote): Use gdb_is_target_1.
4369 (gdb_is_target_native): use gdb_is_target_1.
4370
4371 2018-02-26 Tom Tromey <tom@tromey.com>
4372
4373 PR python/16497:
4374 * gdb.python/py-framefilter.exp: Update test.
4375
4376 2018-02-26 Tom Tromey <tom@tromey.com>
4377
4378 * gdb.dwarf2/variant.c: New file.
4379 * gdb.dwarf2/variant.exp: New file.
4380
4381 2018-02-26 Tom Tromey <tom@tromey.com>
4382
4383 * gdb.rust/simple.exp: Accept more possible results in enum test.
4384
4385 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4386
4387 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4388 parentheses.
4389
4390 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4391
4392 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4393 name of a variable: $actual_linejj -> $actual_line.
4394
4395 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4396
4397 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4398
4399 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4400
4401 * gdb.btrace/buffer-size.exp: Do not force BTS.
4402
4403 2018-02-14 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4406 getting a "Quit".
4407
4408 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4409
4410 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4411 Fix test name.
4412
4413 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4414
4415 * gdb.cp/m-static.exp: Check type of optimized out static
4416 member.
4417
4418 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4419
4420 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4421 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4422
4423 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4424 Leszek Swirski <leszeks@google.com>
4425
4426 * gdb.python/py-prettyprint.c
4427 (struct to_string_returns_value_inner,
4428 struct to_string_returns_value_wrapper): New.
4429 (main): Add tsrvw variable.
4430 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4431 ToStringReturnsValueWrapper): New classes.
4432 (register_pretty_printers): Register new pretty-printers.
4433 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4434 recursive pretty printer.
4435 * gdb.python/py-mi.exp: Likewise.
4436
4437 2018-02-01 Leszek Swirski <leszeks@google.com>
4438
4439 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4440 functions with the same name as an include file are parsed
4441 correctly.
4442
4443 2018-02-01 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4446 "\[^\r\n\]*".
4447
4448 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4449
4450 * gdb.arch/powerpc-prologue-frame.s: New file.
4451 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4452 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4453
4454 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4455
4456 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4457
4458 2018-01-30 Pedro Alves <palves@redhat.com>
4459
4460 PR gdb/13211
4461 * gdb.base/interrupt-daemon.c: New.
4462 * gdb.base/interrupt-daemon.exp: New.
4463 * gdb.multi/multi-term-settings.c: New.
4464 * gdb.multi/multi-term-settings.exp: New.
4465
4466 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.base/break.exp: Save the location where the breakpoint
4469 on break.c:47 was actually inserted when debugging the version
4470 compiled at -O2 and use it in the expected output of the "info
4471 break" test performed soon after.
4472
4473 2018-01-22 Pedro Alves <palves@redhat.com>
4474 Sergio Durigan Junior <sergiodj@redhat.com>
4475
4476 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4477 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4478
4479 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4480
4481 * gdb.base/break-include.c, gdb.base/break-include.inc,
4482 gdb.base/break-include.exp: New files.
4483 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4484 line number now being the actual line number where the breakpoint
4485 was inserted.
4486 * gdb.mi/mi-break.exp: Likewise.
4487 * gdb.mi/mi-reverse.exp: Likewise.
4488 * gdb.mi/mi-simplerun.exp: Ditto.
4489
4490 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4491
4492 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4493 varobj.
4494 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4495
4496 2018-01-21 Don Breazeal <donb@codesourcery.com>
4497 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.mi/basics.c: Add new global.
4500 * gdb.mi/mi-frame-regs.exp: New file.
4501 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4502 case.
4503
4504 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4507 non-parameter, and on an unknown symbol.
4508
4509 2018-01-19 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4512 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4513
4514 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4517 setrlimit and chdir to int.
4518
4519 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4520
4521 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4522 function.
4523 (my_tend): Likewise.
4524 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4525 rationale of avoiding FP- and vector instructions.
4526
4527 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4528
4529 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4530 "info reg" with "\[ \t\]*".
4531 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4532 "\[ \t\]+".
4533 * gdb.arch/s390-multiarch.exp: Ditto.
4534 * gdb.base/pc-fp.exp: Ditto.
4535 * gdb.reverse/i386-precsave.exp: Ditto.
4536 * gdb.reverse/i386-reverse.exp: Ditto.
4537 * gdb.reverse/i387-env-reverse.exp: Ditto.
4538 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4539
4540 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4541
4542 * lib/gdb.exp (gdb_compile): Re-enable use of
4543 universal_compile_options for languages other than Rust.
4544
4545 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4546
4547 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4548
4549 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4550
4551 PR gdb/16577
4552 * gdb.base/solib-vanish.exp: New.
4553 * gdb.base/solib-vanish-main.c: New.
4554 * gdb.base/solib-vanish-lib1.c: New.
4555 * gdb.base/solib-vanish-lib2.c: New.
4556
4557 2018-01-17 Yao Qi <yao.qi@linaro.org>
4558
4559 * gdb.compile/compile.exp: Match the address printed for
4560 frame in the output of command "bt".
4561
4562 2018-01-15 Tom Tromey <tom@tromey.com>
4563
4564 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4565 compute sp_reg.
4566
4567 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4568
4569 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4570 to prepare.
4571 (prepare): Return 0 on error, 1 on success.
4572
4573 2018-01-12 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/continue-after-aborted-step-over.c: New.
4576 * gdb.base/continue-after-aborted-step-over.exp: New.
4577
4578 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4581 options when not creating an executable.
4582
4583 2018-01-11 Pedro Alves <palves@redhat.com>
4584
4585 PR remote/22597
4586 * gdb.server/stop-reply-no-thread.c: New file.
4587 * gdb.server/stop-reply-no-thread.exp: New file.
4588
4589 2018-01-10 Pedro Alves <palves@redhat.com>
4590
4591 PR gdb/22670
4592 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4593 functions too. Test setting breakpoints and printing C functions
4594 with no debug info too.
4595 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4596
4597 2018-01-10 Pedro Alves <palves@redhat.com>
4598
4599 PR gdb/22670
4600 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4601 a fail.
4602
4603 2018-01-10 Pedro Alves <palves@redhat.com>
4604
4605 PR gdb/22670
4606 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4607
4608 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4609
4610 * gdb.server/unittest.exp: Match the output in non-development
4611 mode.
4612
4613 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * gdb.gdb/unittest.exp: Match output in non-development mode.
4616
4617 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4618
4619 * gdb.ada/access_tagged_param.exp: Relax expected output
4620 for value of "ObjL" in "continue" to pck.inspect breakpoint
4621 test.
4622
4623 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4624
4625 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4626 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4627
4628 2018-01-05 Pedro Alves <palves@redhat.com>
4629
4630 PR gdb/18653
4631 * gdb.base/libsegfault.exp: New.
4632
4633 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4634
4635 PR gdb/22670
4636 * gdb.ada/access_tagged_param.exp: New file.
4637 * gdb.ada/access_tagged_param/foo.adb: New file.
4638
4639 2018-01-05 Pedro Alves <palves@redhat.com>
4640
4641 PR gdb/22670
4642 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4643 exercise lower case too, and to exercise both full matching and
4644 wild matching.
4645
4646 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.ada/rename_subscript_param: New testcase.
4649
4650 2018-01-05 Jerome Guitton <guitton@adacore.com>
4651
4652 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4653
4654 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.ada/convvar_comp: New testcase.
4657
4658 2018-01-05 Xavier Roirand <roirand@adacore.com>
4659
4660 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4661 (My_Table): New global variable.
4662 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4663
4664 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4665
4666 PR gdb/22670
4667 * gdb.ada/maint_with_ada: New testcase.
4668
4669 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4670
4671 PR gdb/22670
4672 * gdb.ada/bp_c_mixed_case: New testcase.
4673
4674 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4675
4676 PR gdb/22670
4677 * gdb.ada/complete.exp: Add "complete break ada" test.
4678
4679 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4680
4681 PR gdb/22670
4682 * gdb.ada/info_addr_mixed_case: New testcase.
4683
4684 2018-01-03 Xavier Roirand <roirand@adacore.com>
4685
4686 * gdb.ada/excep_handle.exp: New testcase.
4687 * gdb.ada/excep_handle/foo.adb: New file.
4688 * gdb.ada/excep_handle/pck.ads: New file.
4689
4690 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4691
4692 * gdb.base/step-line.c: Add extra empty line in copyright header.
4693 * gdb.base/step-line.inp: Likewise.
4694
4695 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.ada/dyn_stride.exp: Add slice test.
4698
4699 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4700
4701 * gdb.ada/dyn_stride: New testcase.
4702
4703 2017-12-27 Stafford Horne <shorne@gmail.com>
4704
4705 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4706 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4707
4708 2017-12-27 Stafford Horne <shorne@gmail.com>
4709
4710 * gdb.base/reggroups.c: New file.
4711 * gdb.base/reggroups.exp: New file.
4712
4713 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.dwarf2/ada-valprint-error.c: New file.
4716 * gdb.dwarf2/ada-valprint-error.exp: New file.
4717
4718 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4719
4720 * gdb.ada/assign_arr: New testcase.
4721
4722 2017-12-18 Xavier Roirand <roirand@adacore.com>
4723
4724 * gdb.ada/funcall_ptr: New testcase.
4725
4726 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4727
4728 PR cli/16224
4729 * gdb.base/ptype-offsets.cc: New file.
4730 * gdb.base/ptype-offsets.exp: New file.
4731
4732 2017-12-15 Yao Qi <yao.qi@linaro.org>
4733
4734 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4735 if XML is disabled.
4736
4737 2017-12-15 Xavier Roirand <roirand@adacore.com>
4738
4739 * gdb.ada/same_component_name: New testcase.
4740
4741 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4742
4743 * gdb.ada/str_binop_equal: New testcase.
4744
4745 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdb.ada/task_switch_in_core: New testcase.
4748
4749 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4750
4751 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4752 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4753 call test_bkpt_qualified.
4754 (test_bkpt_qualified): New proc.
4755
4756 2017-12-13 Pedro Alves <palves@redhat.com>
4757
4758 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4759 Tighten regexp by matching with an anchor.
4760
4761 2017-12-13 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4764 ("expression with namespace"): New set of tests.
4765 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4766 (Nested::Test_NS::qux): New.
4767 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4768 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4769
4770 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.base/server-del-break.c: New file.
4773 * gdb.base/server-del-break.exp: New file.
4774
4775 2017-12-12 Stafford Horne <shorne@gmail.com>
4776
4777 * gdb.xml/tdesc-regs.exp: Add or1k support.
4778
4779 2017-12-12 Stafford Horne <shorne@gmail.com>
4780
4781 * gdb.base/bp-permanent.c: Define nop of or1k.
4782
4783 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4786 output with components being reordered.
4787
4788 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4791 output with components being reordered.
4792
4793 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4794 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/maint.exp (check for .gdb_index): Check also for
4797 .debug_names.
4798 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4799 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4800 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4801 (.gdb_index used after symbol reloading): Support also .debug_names.
4802 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4803
4804 2017-12-08 Yao Qi <yao.qi@linaro.org>
4805
4806 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4807 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4808
4809 2017-12-08 Yao Qi <yao.qi@linaro.org>
4810
4811 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4812 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4813
4814 2017-12-08 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.arch/aarch64-tagged-pointer.c: New file.
4817 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4818
4819 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4822 "int".
4823
4824 2017-12-07 Keith Seitz <keiths@redhat.com>
4825
4826 PR breakpoints/22569
4827 * gdb.linespec/ls-errs.exp: Change expected result of "break
4828 -source this file has spaces.c -line 3".
4829 Check that an explicit source file followed by whitespace is
4830 identified as an invalid explicit location.
4831
4832 2017-12-07 Keith Seitz <keiths@redhat.com>
4833
4834 * gdb.cp/nested-types.cc: New file.
4835 * gdb.cp/nested-types.exp: New file.
4836 * lib/cp-support.exp: Load data-structures.exp library.
4837 (debug_cp_test_ptype_class): New global.
4838 (cp_ptype_class_verbose, next_line): New procedures.
4839 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4840 Add and document new return value.
4841 Switch the list of lines to a queue.
4842 Add support for new `type' key for nested type definitions.
4843 Add debugging/troubleshooting messages.
4844 * lib/data-structures.exp: New file.
4845
4846 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4847
4848 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4849 with proc_with_prefix, don't use with_test_prefix.
4850
4851 2017-12-07 Tom Tromey <tom@tromey.com>
4852
4853 * gdb.base/break.exp: Add test for empty "commands".
4854
4855 2017-12-07 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4858 malloc and catch syscall.
4859
4860 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4861
4862 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4863 tests for explicit locations.
4864
4865 2017-12-06 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4868 force-disabling XML descriptions.
4869
4870 2017-12-04 Pedro Alves <palves@redhat.com>
4871
4872 PR gdb/22499
4873 * gdb.arch/amd64-disp-step-avx.S: New file.
4874 * gdb.arch/amd64-disp-step-avx.exp: New file.
4875
4876 2017-12-03 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4879 and <string.h>.
4880 (parent_function): Print distinct messages when waitpid fails, or
4881 the child exits with a signal, or the child exits for an unhandled
4882 reason.
4883 * gdb.threads/process-dies-while-detaching.exp
4884 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4885 it. Wait for both inferior output and GDB's prompt. Use an
4886 indirect spawn id list.
4887 (do_detach): New parameter 'child_exit'. Use it to compute
4888 expected inferior output.
4889 (test_detach, test_detach_watch, test_detach_killed_outside):
4890 Adjust to pass down the expected child exit kind.
4891
4892 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4893 Sergio Durigan Junior <sergiodj@redhat.com>
4894 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4897
4898 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4899
4900 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4901 to 'symbol-file' and 'add-symbol-file' can be
4902 position-independent.
4903
4904 2017-12-01 Yao Qi <yao.qi@linaro.org>
4905
4906 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4907 the URL in copyright header.
4908 * gdb.arch/aarch64-fp.exp: Likewise.
4909 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4910 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4911 * gdb.base/expand-psymtabs.exp: Likewise.
4912 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4913 * gdb.fortran/common-block.exp: Likewise.
4914 * gdb.fortran/common-block.f90: Likewise.
4915 * gdb.fortran/logical.exp: Likewise.
4916 * gdb.fortran/vla-datatypes.f90: Likewise.
4917 * gdb.fortran/vla-sub.f90: Likewise.
4918
4919 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4920
4921 * gdb.ada/repeat_dyn: New testcase.
4922
4923 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4924
4925 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4926 Update for changed thread numbering.
4927 * gdb.cell/bt.exp: Update for changed GDB output.
4928
4929 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4932 setting isremote by hand.
4933 * boards/dwarf4-gdb-index.exp: Likewise.
4934 * boards/fission.exp: Likewise.
4935 * boards/stabs.exp: Likewise.
4936
4937 2017-11-30 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.linespec/cpls-ops.exp
4940 (check_explicit_skips_function_argument): Extract the underlying
4941 type of size_t instead of hardcoding it.
4942
4943 2017-11-29 Pedro Alves <palves@redhat.com>
4944
4945 PR c++/19436
4946 * gdb.linespec/cpls-abi-tag.cc: New file.
4947 * gdb.linespec/cpls-abi-tag.exp: New file.
4948
4949 2017-11-29 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/langs.exp: Use -qualified.
4952 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4953 it.
4954 * gdb.cp/namespace.exp: Use -qualified.
4955 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4956 (overload-3, template-overload, template-ret-type, const-overload)
4957 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4958 procedures.
4959 (test_driver): Call them.
4960 * gdb.cp/save-bp-qualified.cc: New.
4961 * gdb.cp/save-bp-qualified.exp: New.
4962 * gdb.linespec/explicit.exp: Test -qualified.
4963 * lib/completion-support.exp (completion::explicit_opts_list): Add
4964 "-qualified".
4965 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4966
4967 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4968
4969 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4970
4971 2017-11-29 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/relocate.exp: Update invalid argument test.
4974 Add new tests for invalid arguments.
4975
4976 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4977
4978 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4979 Return 0 as a long.
4980 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4981
4982 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4983
4984 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4985 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4986 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4987 func ().
4988 * gdb.cp/shadow.cc (B.func): Return 0.
4989
4990 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4991
4992 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4993 expected output in gdb_expect call to allow the exception
4994 message to be present as well. Fix syntax confusion to avoid
4995 TCL thinking that exception_name is an array.
4996
4997 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4998
4999 * gdb.arch/spu-info.c: Include <unistd.h>.
5000 (do_signal_test): Fix broken calls to write.
5001 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5002 Fix checks for empty mailboxes. Update signal tests for corrected
5003 do_signal_test routine. Allow nonzero event status.
5004 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5005 * gdb.cell/arch.exp: Use standard_output_file.
5006 * gdb.cell/break.exp: Likewise.
5007 * gdb.cell/bt.exp: Likewise.
5008 * gdb.cell/core.exp: Likewise.
5009 * gdb.cell/dwarfaddr.exp: Likewise.
5010 * gdb.cell/ea-cache.exp: Likewise.
5011 * gdb.cell/ea-standalone.exp: Likewise.
5012 * gdb.cell/f-regs.exp: Likewise.
5013 * gdb.cell/fork.exp: Likewise.
5014 * gdb.cell/gcore.exp: Likewise.
5015 * gdb.cell/mem-access.exp: Likewise.
5016 * gdb.cell/ptype.exp: Likewise.
5017 * gdb.cell/registers.exp: Likewise.
5018 * gdb.cell/sizeof.exp: Likewise.
5019 * gdb.cell/solib-symbol.exp: Likewise.
5020 * gdb.cell/solib.exp: Likewise.
5021
5022 2017-11-25 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/complete-empty.exp: New file.
5025 * gdb.base/completion.exp: Adjust.
5026
5027 2017-11-25 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.linespec/cpls-ops.cc: New file.
5030 * gdb.linespec/cpls-ops.exp: New file.
5031 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5032 factored out from ...
5033 (test_complete_prefix_range): ... this.
5034
5035 2017-11-24 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.linespec/cpcompletion.exp: New file.
5038 * gdb.linespec/cpls-hyphen.cc: New file.
5039 * gdb.linespec/cpls.cc: New file.
5040 * gdb.linespec/cpls2.cc: New file.
5041 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5042 test to use test_gdb_complete_unique. Add label completion,
5043 keyword completion and explicit location completion tests.
5044 * lib/completion-support.exp: New file.
5045
5046 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5047
5048 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5049 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5050 when hitting an exception catchpoint.
5051
5052 2017-11-22 Yao Qi <yao.qi@linaro.org>
5053
5054 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5055
5056 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5059 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5060 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5061
5062 2017-11-22 Yao Qi <yao.qi@linaro.org>
5063
5064 * gdb.base/info-os.exp: Pass pthreads.
5065 * gdb.multi/multi-attach.exp: Likewise.
5066
5067 2017-11-22 Yao Qi <yao.qi@linaro.org>
5068
5069 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5070 compiler.
5071
5072 2017-11-22 Yao Qi <yao.qi@linaro.org>
5073
5074 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5075 * gdb.base/break-interp.exp: Likewise.
5076 * gdb.base/jit-attach-pie.exp: Likewise.
5077
5078 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5079
5080 * gdb.base/float128.c (large128): New variable.
5081 * gdb.base/float128.exp: Add test to print largest __float128 value.
5082
5083 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5084
5085 * gdb.arch/vsx-regs.exp: Update register content checks.
5086
5087 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5088
5089 * gdb.arch/ppc-longdouble.exp: New file.
5090 * gdb.arch/ppc-longdouble.c: Likewise.
5091
5092 2017-11-21 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5095
5096 2017-11-20 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5099 (long_double_typedef): New typedefs.
5100 Use DEF on double and long double.
5101 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5102 cases.
5103 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5104 and 'long_double_ptr_same_size' locals. Use them to decide
5105 whether cast from array/function to float is valid/invalid.
5106
5107 2017-11-17 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.rust/traits.rs: New file.
5110 * gdb.rust/traits.exp: New file.
5111
5112 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5113
5114 * gdb.ada/minsyms: New testcase.
5115
5116 2017-11-16 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5119 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5120
5121 2017-11-16 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5124 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5125
5126 2017-11-16 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.server/reconnect-ctrl-c.c: New file.
5129 * gdb.server/reconnect-ctrl-c.exp: New file.
5130
5131 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5132
5133 * gdb.python/py-rbreak.exp: New file.
5134 * gdb.python/py-rbreak.c: New file.
5135 * gdb.python/py-rbreak-func2.c: New file.
5136
5137 2017-11-16 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5140 pattern.
5141 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5142 GDB.
5143
5144 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5147 regex.
5148
5149 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5150
5151 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5152 test names.
5153
5154 2017-11-09 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5157 factored out from ...
5158 (top level): ... here, and adjusted to avoid expecting beyond the
5159 prompt in a single gdb_test_multiple.
5160
5161 2017-11-09 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5164 output.
5165 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5166 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5167 * gdb.server/ext-run.exp ("kill" test): Likewise.
5168 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5169
5170 2017-11-09 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5173 match till end of line.
5174
5175 2017-11-09 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5178
5179 2017-11-09 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5182 New procedures, factored out from ...
5183 (top level): ... here, and adjusted to avoid expecting beyond the
5184 prompt in one go.
5185
5186 2017-11-09 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5189 output. Fix '?' match.
5190
5191 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/scoped_watch: New testcase.
5194 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5195 which is actually correct.
5196 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5197 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5198
5199 2017-11-08 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.gdb/complaints.exp (test_initial_complaints)
5202 (test_serial_complaints, test_short_complaints): Call
5203 complaint_internal instead of complaint.
5204
5205 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5206
5207 * gdb.threads/tls-core.c: New file.
5208 * gdb.threads/tls-core.exp: Likewise.
5209
5210 2017-11-08 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5213 (p Exported_Capitalized): New test.
5214 (p exported_capitalized): New test.
5215
5216 2017-11-07 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5219
5220 2017-11-07 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5223 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5224 (disable_invalid, disable_inverted, disable_negative): New
5225 procedures.
5226 ("bad numbers"): New set of tests.
5227
5228 2017-11-07 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.cp/ena-dis-br-range.exp: Add tests.
5231
5232 2017-11-07 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5235
5236 2017-11-07 Xavier Roirand <roirand@adacore.com>
5237 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.base/ena-dis-br.exp: Add reference to
5240 gdb.cp/ena-dis-br-range.exp.
5241 * gdb.cp/ena-dis-br-range.exp: New file.
5242 * gdb.cp/ena-dis-br-range.cc: New file.
5243
5244 2017-11-06 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/attach-non-pgrp-leader.c: New.
5247 * gdb.base/attach-non-pgrp-leader.exp: New.
5248
5249 2017-11-06 Pedro Alves <palves@redhat.com>
5250
5251 * configure.ac: No longer check for termio.h and sgtty.h.
5252 * configure: Regenerate.
5253 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5254 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5255 Remove termio and sgtty code.
5256
5257 2017-11-03 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5260 in GDB is disabled.
5261
5262 2017-11-03 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.python/py-thrhandle.exp: Skip it if python is not
5265 enabled.
5266
5267 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5268
5269 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5270 as a breakpoint command.
5271
5272 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5273
5274 PR python/21213
5275 * gdb.python/py-infthread.exp: Test calling
5276 InferiorThread.inferior () multiple times in a row.
5277
5278 2017-10-27 Keith Seitz <keiths@redhat.com>
5279
5280 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5281 Test "info break" for every inlined function breakpoint.
5282
5283 2017-10-27 Yao Qi <yao.qi@linaro.org>
5284
5285 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5286
5287 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5288
5289 * gdb.cp/classes.exp (test_static_members): Test printing
5290 Outer::instance.
5291 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5292 (Inner::instance, Outer::instance): New.
5293
5294 2017-10-24 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5297 extra console" test in two stages.
5298
5299 2017-10-24 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5302
5303 2017-10-24 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5306 loop.
5307
5308 2017-10-24 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5311 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5312
5313 2017-10-24 Pedro Alves <palves@redhat.com>
5314
5315 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5316 parameter and handle it. Don't output read value in test name.
5317
5318 2017-10-24 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5321 custom test name.
5322
5323 2017-10-24 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5326 include the unstable output directory name in the test's name.
5327 (initial_setup_simple) <'set args'>: Use custom test name.
5328
5329 2017-10-24 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5332 with explicit test name.
5333
5334 2017-10-20 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5337 'wait -i'. Use gdb_assert and remote_close.
5338
5339 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5342 number from variable rather than hard-coded.
5343
5344 2017-10-19 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.base/long-inferior-output.c: New file.
5347 * gdb.base/long-inferior-output.exp: New file.
5348
5349 2017-11-18 Keith Seitz <keiths@redhat.com>
5350
5351 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5352 method.
5353 (main): Call it.
5354 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5355 Add additional user-defined conversion operator tests.
5356
5357 2017-10-17 Pedro Alves <palves@redhat.com>
5358
5359 * boards/native-stdio-gdbserver.exp: Load "local-board".
5360
5361 2017-10-17 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/quit-live.c: New file.
5364 * gdb.base/quit-live.exp: New file.
5365
5366 2017-10-16 Keith Seitz <keiths@redhat.com>
5367
5368 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5369 (class_with_protected_typedef, class_with_private_typedef)
5370 (struct_with_public_typedef, struct_with_protected_typedef)
5371 (struct_with_private_typedef): New classes/structs.
5372 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5373 typedefs and access specifiers.
5374
5375 2017-10-16 Pedro Alves <palves@redhat.com>
5376 Simon Marchi <simon.marchi@polymtl.ca>
5377
5378 * README (Local vs Remote vs Native): New section.
5379 * boards/local-board.exp: New file, with bits factored out from
5380 ...
5381 * boards/native-extended-gdbserver.exp: ... here. Load
5382 "local-board".
5383 * boards/native-gdbserver.exp: Load "local-board".
5384 (${board}_spawn, ${board}_exec): Delete.
5385 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5386 ...
5387 * boards/stdio-gdbserver-base.exp: ... this new file.
5388 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5389 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5390 procedure.
5391 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5392 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5393 stdio_gdbserver_command.
5394 (${board}_get_remote_address, ${board}_get_comm_port)
5395 (${board}_download, ${board}_upload): Delete.
5396 (get_target_remote_pipe_cmd): New.
5397
5398 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5399
5400 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5401 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5402 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5403 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5404 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5405 remove with_test_prefix.
5406
5407 2017-10-13 Pedro Alves <palves@redhat.com>
5408
5409 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5410 * gdb.base/annota1.exp: Use it instead of is_remote.
5411 * gdb.base/annota3.exp: Use it instead of is_remote.
5412 * gdb.cp/annota2.exp: Use it instead of is_remote.
5413 * gdb.cp/annota3.exp: Use it instead of is_remote.
5414 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5415
5416 2017-10-13 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5419 (test_num_test_vars, run_and_count_vars, find_env)
5420 (test_set_unset_env, test_inherit_env_var): New procedures.
5421 (top level): Use them.
5422
5423 2017-10-13 Pedro Alves <palves@redhat.com>
5424
5425 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5426 also skip on stub-like targets.
5427
5428 2017-10-13 Pedro Alves <palves@redhat.com>
5429
5430 PR gdb/22293
5431 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5432 (top level): Move some tests to ...
5433 (test_not_found): ... this new procedure.
5434 (top level): Call it.
5435
5436 2017-10-13 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5439 expect different "info terminal" output if testing with a
5440 non-native target.
5441
5442 2017-10-13 Pedro Alves <palves@redhat.com>
5443 Simon Marchi <simon.marchi@polymtl.ca>
5444
5445 PR python/12966
5446 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5447
5448 2017-10-13 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5451 already.
5452
5453 2017-10-13 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5456 is_remote.
5457
5458 2017-10-13 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5461 is_remote.
5462
5463 2017-10-13 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5466 is set.
5467 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5468 instead of is_remote.
5469
5470 2017-10-13 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5473 (top level): Add comment.
5474
5475 2017-10-13 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/remote.exp (top level): Fix comment typo and add
5478 missing return.
5479
5480 2017-10-13 Pedro Alves <palves@redhat.com>
5481 Simon Marchi <simon.marchi@polymtl.ca>
5482
5483 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5484 calls and add comments. Skip test if use_gdb_stub is set.
5485 (top level): Use "set cwd" command instead of "cd" command.
5486
5487 2017-10-13 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5490 is_remote target check.
5491
5492 2017-10-13 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/scope.exp: Use build_executable + clean_restart +
5495 gdb_file_cmd instead of prepare_for_testing and no longer skip
5496 "before run" tests on is_remote target boards. Update comments.
5497 * boards/native-extended-gdbserver.exp
5498 (extended_gdbserver_load_last_file): New, factored out from ...
5499 (gdb_load): ... this. Move further below and add comment.
5500 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5501
5502 2017-10-12 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/attach.exp: Remove references to gdb64.
5505 * gdb.base/dbx.exp: Remove references to gdb64.
5506
5507 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5508 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/label.exp: Remove is_remote target check.
5511
5512 2017-10-12 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/auvx.exp (coredir): Update comment.
5515 (top level) <core_works>: Use "set cwd" command instead of "cd"
5516 command.
5517
5518 2017-10-12 Pedro Alves <palves@redhat.com>
5519 Simon Marchi <simon.marchi@polymtl.ca>
5520
5521 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5522 target boards.
5523
5524 2017-10-12 Pedro Alves <palves@redhat.com>
5525 Simon Marchi <simon.marchi@polymtl.ca>
5526
5527 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5528 Instead skip if there's any gdb_protocol set.
5529
5530 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5531 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5534
5535 2017-10-12 Pedro Alves <palves@redhat.com>
5536 Simon Marchi <simon.marchi@polymtl.ca>
5537
5538 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5539 instead of on dejagnu remote boards.
5540
5541 2017-10-12 Pedro Alves <palves@redhat.com>
5542 Simon Marchi <simon.marchi@polymtl.ca>
5543
5544 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5545 checks. Use build_executable + clean_restart instead of
5546 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5547 of enabling non-stop after starting gdb.
5548
5549 2017-10-12 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5552 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5553 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5554 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5555
5556 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5557
5558 * gdb.arch/arc-tdesc-cpu.exp: New file.
5559 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5560
5561 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5562
5563 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5564
5565 2017-10-10 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5568 expect CLI output.
5569
5570 2017-10-10 Pedro Alves <palves@redhat.com>
5571
5572 * lib/selftest-support.exp (selftest_setup): Update for
5573 captured_command_loop's prototype change.
5574
5575 2017-10-09 Pedro Alves <palves@redhat.com>
5576
5577 Test both arch1=>arch2 and arch2=>arch1.
5578
5579 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5580 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5581 factored out to...
5582 (append_arch1_options, append_arch2_options, append_arch_options)
5583 (build_executables): New procedures.
5584 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5585 local.
5586 (top level): Add new 'first_arch' testing axis.
5587
5588 2017-10-09 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5591 (barrier): New.
5592 (thread_start, all_started): New functions.
5593 (main): Spawn new thread and wait until it is scheduled.
5594 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5595 option.
5596 (do_test): Add 'selected_thread' parameter. Run to all_started
5597 instead of main. Explicitly set the breakpoint at main. Switch
5598 to the SELECTED_THREAD thread.
5599 (top level): Test handling the exec event with either the main
5600 thread or the second thread selected.
5601
5602 2017-10-09 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5605 logic. Move STOP marker after the value checks.
5606 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5607 regexp.
5608
5609 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5610
5611 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5612
5613 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5614
5615 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5616 integer-to-dfp conversion.
5617 * gdb.base/dfp-test.exp: Likewise.
5618
5619 2017-10-04 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.multi/hangout.c: Include <unistd.h>.
5622 (hangout_loop): New function.
5623 (main): Call alarm. Call hangout_loop in a loop.
5624 * gdb.multi/hello.c: Include <unistd.h>.
5625 (hello_loop): New function.
5626 (main): Call alarm. Call hangout_loop in a loop.
5627 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5628 inferior with the other selected.
5629
5630 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5631
5632 * gdb.mi/list-thread-groups-available.exp: New file.
5633 * gdb.mi/list-thread-groups-available.c: New file.
5634
5635 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5636
5637 * gdb.base/set-cwd.exp: Make it available on
5638 native-extended-gdbserver.
5639
5640 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5641
5642 * gdb.base/set-cwd.c: New file.
5643 * gdb.base/set-cwd.exp: Likewise.
5644
5645 2017-10-02 Tom Tromey <tom@tromey.com>
5646
5647 PR rust/22236:
5648 * gdb.rust/simple.rs (main): New variable "fslice".
5649 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5650
5651 2017-10-02 Tom Tromey <tom@tromey.com>
5652
5653 * gdb.rust/simple.exp: Test ptype of a slice.
5654
5655 2017-10-02 Tom Tromey <tom@tromey.com>
5656
5657 * gdb.rust/simple.exp: Test index of slice.
5658
5659 2017-09-27 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5662
5663 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5664 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/compare-sections.exp (get value of read-only section): Read
5667 as unsigned value.
5668 (corrupt read-only section): Likewise and don't set written if patching
5669 failed.
5670
5671 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5672
5673 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5674 files.
5675
5676 2017-09-20 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5679 symbol names in gdb's output.
5680 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5681
5682 2017-09-20 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5685 Rename to ...
5686 (test_list_ambiguous_symbol): ... this and add a symbol name
5687 parameter. Adjust.
5688 (test_list_ambiguous_function): Reimplement on top of
5689 test_list_ambiguous_symbol and also test listing ambiguous
5690 variables.
5691 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5692 (ambiguous_fun): ... this.
5693 (ambiguous_var): New.
5694 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5695 (ambiguous_fun): ... this.
5696 (ambiguous_var): New.
5697
5698 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5699
5700 * gdb.base/starti.c: New file.
5701 * gdb.base/starti.exp: New file.
5702 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5703
5704 2017-09-14 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5707 (top level): Use it instead of runto.
5708
5709 2017-09-11 Tom Tromey <tom@tromey.com>
5710
5711 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5712
5713 2017-09-11 Tom Tromey <tom@tromey.com>
5714
5715 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5716 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5717
5718 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5719
5720 * gdb.fortran/printing-types.exp: New file.
5721 * gdb.fortran/printing-types.exp: New file.
5722
5723 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5724
5725 * gdb.fortran/vla-ptype.exp: Fix typos.
5726 * gdb.fortran/vla-value.exp: Same.
5727
5728 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5729
5730 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5731 * gdb.mi/mi-var-child-f.exp: Likewise.
5732 * gdb.mi/mi-vla-fortran.exp: Likewise.
5733
5734 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5735 Christoph Weinmann <christoph.t.weinmann@intel.com>
5736 Bernhard Heckel <bernhard.heckel@intel.com>
5737
5738 * gdb.fortran/ptr-indentation.f90: New file.
5739 * gdb.fortran/ptr-indentation.exp: New file.
5740
5741 2017-09-05 Tom Tromey <tom@tromey.com>
5742
5743 PR gdb/22010:
5744 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5745
5746 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5747
5748 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5749
5750 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5751
5752 * gdb.threads/tls-nodebug-pie.c: New file.
5753 * gdb.threads/tls-nodebug-pie.exp: New file.
5754
5755 2017-09-05 Tom Tromey <tom@tromey.com>
5756
5757 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5758 for rust.
5759
5760 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.multi/multi-arch-exec.exp: Test with different
5763 "follow-exec-mode" settings.
5764 (do_test): New procedure.
5765
5766 2017-09-04 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/func-static.c (S::method const, S::method volatile)
5769 (S::method volatile const): New methods.
5770 (c_s, v_s, cv_s): New instances.
5771 (main): Call method() on them.
5772 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5773 (cannot_resolve): New procedure.
5774 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5775 print-quote-unquoted columns.
5776 (do_test): Test printing each scope too.
5777
5778 2017-09-04 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/local-static.exp: Also test with
5781 class::method::variable wholly quoted.
5782 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5783
5784 2017-09-04 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/local-static.c: New.
5787 * gdb.base/local-static.cc: New.
5788 * gdb.base/local-static.exp: New.
5789
5790 2017-09-04 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.asm/asm-source.exp: Add casts to int.
5793 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5794 (dataglobal64_1, dataglobal64_2): New globals.
5795 * gdb.base/nodebug.exp: Test different expressions involving the
5796 new globals, with print, whatis and ptype. Add casts to int.
5797 * gdb.base/solib-display.exp: Add casts to int.
5798 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5799 * gdb.cp/m-static.exp: Add cast to int.
5800 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5801 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5802 tls variable with no debug info without a cast. Test with a cast
5803 to int too.
5804 * gdb.trace/entry-values.exp: Add casts.
5805
5806 2017-09-04 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/nodebug.exp: Test that ptype's error about functions
5809 with unknown return type includes the function name too.
5810
5811 2017-09-04 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5814 return type of munmap in infcall.
5815 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5816 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5817 type of ftell in infcall.
5818 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5819 type of getpid in infcall.
5820 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5821 infcall.
5822 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5823 Bail on failure to extract the pid.
5824 * gdb.base/nodebug.c: #include <stdint.h>.
5825 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5826 New functions.
5827 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5828 Change expected output of print/whatis/ptype with functions with
5829 no debug info. Test all supported languages. Call
5830 test_call_promotion.
5831 * gdb.compile/compile.exp: Adjust expected output to expect
5832 warning.
5833 * gdb.threads/siginfo-threads.exp: Likewise.
5834
5835 2017-09-04 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5838 "prototypes". Test calling float functions via prototyped and
5839 unprototyped function pointers.
5840 (perform_all_tests): New parameter "prototypes". Pass it down.
5841 (top level): Pass down "prototypes" parameter to
5842 perform_all_tests.
5843
5844 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5845
5846 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5847 Test with nested loops.
5848
5849 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5850
5851 * gdb.base/commands.exp: Call the new procedures.
5852 (loop_break_test, loop_continue_test): New procedures.
5853
5854 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5855
5856 * gdb.base/commands.exp: Call new procedure.
5857 (define_if_without_arg_test): New procedure.
5858
5859 2017-09-04 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/list-ambiguous.exp: New file.
5862 * gdb.base/list-ambiguous0.c: New file.
5863 * gdb.base/list-ambiguous1.c: New file.
5864 * gdb.base/list.exp (test_list_range): Adjust expected output.
5865
5866 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5867
5868 * gdb.base/share-env-with-gdbserver.c: New file.
5869 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5870
5871 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.base/commands.exp (gdbvar_simple_if_test,
5874 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5875 progvar_simple_if_test, progvar_simple_while_test,
5876 progvar_complex_if_while_test, user_defined_command_test,
5877 user_defined_command_args_eval,
5878 user_defined_command_args_stack_test,
5879 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5880 temporary_breakpoint_commands,
5881 gdb_test_no_prompt, redefine_hook_test,
5882 redefine_backtrace_test): Remove "global gdb_prompt".
5883
5884 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5887 New proc, call it from toplevel.
5888
5889 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5890
5891 PR remote/21852
5892 * gdb.server/normal.c: New file, copied from gdb.base.
5893 * gdb.server/run-without-local-binary.exp: New file.
5894
5895 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5896
5897 * gdb.arch/sparc64-adi.exp: New file.
5898 * gdb.arch/sparc64-adi.c: New file.
5899
5900 2017-08-22 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5903 (top level): Add "list all overloads" tests.
5904
5905 2017-08-22 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.gdb/xfullpath.exp: Remove.
5908
5909 2017-08-21 Pedro Alves <palves@redhat.com>
5910
5911 PR gdb/19487
5912 * gdb.base/symbol-alias.c: New.
5913 * gdb.base/symbol-alias2.c: New.
5914 * gdb.base/symbol-alias.exp: New.
5915
5916 2017-08-21 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/dfp-test.c
5919 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5920 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5921 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5922 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5923 * gdb.base/whatis-ptype-typedefs.c: New.
5924 * gdb.base/whatis-ptype-typedefs.exp: New.
5925 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5926 (an_int, an_int_type, an_int_type2): New globals.
5927 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5928 involving typedefs and cast expressions.
5929 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5930 (lookup_typedefs_function): New.
5931 (typedefs_pretty_printers_dict): New.
5932 (top level): Register lookup_typedefs_function in
5933 gdb.pretty_printers.
5934
5935 2017-08-18 Yao Qi <yao.qi@linaro.org>
5936
5937 * gdb.server/unittest.exp: New.
5938
5939 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5940
5941 PR gdb/21954
5942 * gdb.base/environ.exp: Add test to check if 'unset environment'
5943 works.
5944
5945 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5946
5947 * lib/gdb.exp (universal_compile_options): New caching proc.
5948 (gdb_compile): Suppress GCC's coloring of messages.
5949
5950 2017-08-14 Tom Tromey <tom@tromey.com>
5951
5952 PR gdb/21675:
5953 * gdb.base/printcmds.exp (test_radices): New function.
5954 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5955 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5956 * lib/gdb.exp (get_integer_valueof): Use p/d.
5957
5958 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5961 characters.
5962
5963 2017-08-05 Tom Tromey <tom@tromey.com>
5964
5965 * gdb.rust/simple.exp: Allow String to appear in a different
5966 namespace.
5967
5968 2017-07-26 Yao Qi <yao.qi@linaro.org>
5969
5970 * gdb.gdb/unittest.exp: Invoke command
5971 "maintenance check xml-descriptions".
5972
5973 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5974
5975 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5976 calling context.
5977 (hex128): Drop erroneous calculation of parameters.
5978
5979 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5980
5981 * gdb.python/py-unwind.exp: Disable stack protection when
5982 building test file.
5983
5984 2017-07-20 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/default.exp (set language): Adjust expected output.
5987
5988 2017-07-20 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5991 (test_minsym): ... this, and make static.
5992 (get_pck__foo__bar__minsym): Rename to ...
5993 (get_test_minsym): ... this.
5994 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5995 symbol names and comments.
5996 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5997 (get_test_minsym): ... this.
5998 (pck__foo__bar__minsym__2): Rename to ...
5999 (test_minsym): ... this.
6000 (main): Adjust.
6001
6002 2017-07-17 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/completion.exp: Adjust expected output.
6005 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6006 the completer works.
6007
6008 2017-07-17 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6011
6012 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6013
6014 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6015
6016 2017-07-14 Tom Tromey <tom@tromey.com>
6017
6018 PR rust/21764:
6019 * gdb.rust/simple.exp: Add tests.
6020
6021 2017-07-14 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6024
6025 2017-07-14 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.linespec/base/one/thefile.cc (z1): New function.
6028 * gdb.linespec/base/two/thefile.cc (z2): New function.
6029 * gdb.linespec/linespec.exp: Add tests.
6030
6031 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6034 to mi_create_breakpoint.
6035
6036 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6037
6038 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6039 mi_create_breakpoint.
6040
6041 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6042
6043 * gdb.dlang/demangle.exp: Update for demangling changes.
6044
6045 2017-07-09 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.dwarf2/shortpiece.exp: New file.
6048
6049 2017-07-06 David Blaikie <dblaikie@gmail.com>
6050
6051 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6052 built from fissiont-multi-cu{1,2}.c.
6053 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6054 except putting 'main' and 'func' in separate CUs in the same DWO file.
6055 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6056 test.
6057 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6058 test.
6059
6060 2017-07-06 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.python/py-unwind.exp: Test flushregs.
6063
6064 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6065
6066 PR cli/21688
6067 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6068 tests for alias commands and trailing whitespace.
6069
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): New
6074 procedure. Call it.
6075
6076 2017-06-29 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/printcmds.exp: Add tests.
6079
6080 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6081
6082 PR gdb/21337
6083 * gdb.base/reread-readsym.exp: New file.
6084 * gdb.base/reread-readsym.c: New file.
6085
6086 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6087
6088 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6089 subpattern.
6090
6091 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6092
6093 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6094 extended mnemonic.
6095 * gdb.arch/powerpc-power9.s: Likewise.
6096
6097 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6098
6099 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6100 on 32-bit x86 targets. Exploit is_*_target macros where
6101 appropriate.
6102
6103 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6104
6105 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6106 register pieces.
6107
6108 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6111 located in one or more DWARF pieces.
6112
6113 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * lib/gdb.exp (get_endianness): New proc.
6116 * gdb.arch/aarch64-fp.exp: Use it.
6117 * gdb.arch/altivec-regs.exp: Likewise.
6118 * gdb.arch/e500-regs.exp: Likewise.
6119 * gdb.arch/vsx-regs.exp: Likewise.
6120 * gdb.base/dump.exp: Likewise.
6121 * gdb.base/funcargs.exp: Likewise.
6122 * gdb.base/gnu_vector.exp: Likewise.
6123 * gdb.dwarf2/formdata16.exp: Likewise.
6124 * gdb.dwarf2/implptrpiece.exp: Likewise.
6125 * gdb.dwarf2/nonvar-access.exp: Likewise.
6126 * gdb.python/py-inferior.exp: Likewise.
6127 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6128
6129 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6130
6131 PR gdb/21226
6132 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6133 stack value pieces are taken from the LSB end.
6134
6135 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6136
6137 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6138 variable at nonzero offset.
6139
6140 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6141
6142 * gdb.dwarf2/var-access.c: New file.
6143 * gdb.dwarf2/var-access.exp: New test.
6144 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6145
6146 2017-06-12 Tom Tromey <tom@tromey.com>
6147
6148 * gdb.dwarf2/formdata16.exp: Add tests.
6149
6150 2017-06-12 Tom Tromey <tom@tromey.com>
6151
6152 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6153
6154 2017-06-12 Tom Tromey <tom@tromey.com>
6155
6156 PR exp/16225:
6157 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6158 * gdb.arch/vsx-regs.exp: Update tests.
6159 * gdb.arch/s390-vregs.exp (hex128): New proc.
6160 Update test.
6161 * gdb.arch/altivec-regs.exp: Update tests.
6162
6163 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6164
6165 * gdb.base/startup-with-shell.c: New file.
6166 * gdb.base/startup-with-shell.exp: Likewise.
6167
6168 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * gdb.server/non-existing-program.exp: Update regex in order to
6171 reflect the fact that gdbserver is now using fork_inferior (with a
6172 shell) to startup the inferior.
6173
6174 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6177 support function calls from GDB.
6178
6179 2017-05-21 Tom Tromey <tom@tromey.com>
6180
6181 PR rust/21466:
6182 * gdb.rust/unsized.exp: New file.
6183 * gdb.rust/unsized.rs: New file.
6184
6185 2017-05-19 Tom Tromey <tom@tromey.com>
6186
6187 PR rust/21484:
6188 * gdb.rust/watch.exp: New file.
6189 * gdb.rust/watch.rs: New file.
6190
6191 2017-05-18 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.rust/simple.exp: Allow Box to be qualified.
6194
6195 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6196
6197 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6198
6199 2017-05-18 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.base/fileio.c (test_write, test_read, test_close)
6202 (test_fstat): Don't print 'ret' in the fail path.
6203
6204 2017-05-18 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6207 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6208 (test_system, test_rename, test_unlink, test_time): Change
6209 prototypes.
6210 * gdb.base/fileio.exp (stop_msg): Adjust.
6211
6212 2017-05-18 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/fileio.c (null_str): New global.
6215 (test_stat): Use it.
6216 * gdb.base/fileio.exp: Remove nowarnings.
6217
6218 2017-05-17 Yao Qi <yao.qi@linaro.org>
6219
6220 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6221
6222 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6225 argument command.
6226 (top-level): Invoke test_set_inferior_tty.
6227
6228 2017-05-04 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6231 Add parens to print call for Python 3.
6232
6233 2017-05-03 Keith Seitz <keiths@redhat.com>
6234
6235 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6236 (main): Call it.
6237
6238 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6239
6240 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6241 to prev and next.
6242
6243 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6244
6245 * gdb.python/py-record-btrace.exp: Remove test for
6246 gdb.BtraceInstruction.error.
6247
6248 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6249
6250 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6251
6252 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6253
6254 * gdb.python/py-record-btrace-threads.c: New file.
6255 * gdb.python/py-record-btrace-threads.exp: New file.
6256
6257 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6258
6259 PR testsuite/8595
6260 * gdb.base/environ.exp: Make test available in all architectures.
6261 Move bits related to "info program" testing to
6262 gdb.base/info-program.exp. Rewrite tests to use the two new
6263 procedures mentione below.
6264 (test_set_show_env_var) New procedure.
6265 (test_set_show_env_var_equal): Likewise.
6266 * gdb.base/info-program.exp: New file.
6267
6268 2017-04-27 Keith Seitz <keiths@redhat.com>
6269
6270 * gdb.cp/oranking.cc (test15): New function.
6271 (main): Call test15 and declare additional variables for testing.
6272 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6273 "p foo101('abc')" tests.
6274 Add tests for cv qualifier overloads.
6275 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6276 "lvalue reference overload" test.
6277 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6278 "print value of f1 on Child&& in f2" test.
6279
6280 2017-04-19 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6283 procedure.
6284 (top level): Call it.
6285 * lib/gdb.exp (gdb_define_cmd): New procedure.
6286
6287 2017-04-12 Pedro Alves <palves@redhat.com>
6288
6289 PR gdb/21323
6290 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6291 (wchar): New global.
6292 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6293 (do_test_wide_char, wide_char_types_no_program, top level): Add
6294 wchar_t testing.
6295
6296 2017-04-12 Pedro Alves <palves@redhat.com>
6297
6298 PR c++/21323
6299 * gdb.cp/wide_char_types.c: New file.
6300 * gdb.cp/wide_char_types.exp: New file.
6301
6302 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6303
6304 PR gdb/21352
6305 * gdb.trace/tsv.exp: Add test for "tsave -r".
6306
6307 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6308
6309 * gdb.dlang/watch-loc.c: New file.
6310 * gdb.dlang/watch-loc.exp: New file.
6311
6312 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6313
6314 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6315
6316 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6317
6318 * gdb.arch/arc-analyze-prologue.S: New file.
6319 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6320
6321 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6322
6323 * gdb.arch/arc-decode-insn.S: New file.
6324 * gdb.arch/arc-decode-insn.exp: Likewise.
6325
6326 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6327
6328 PR tdep/20928
6329 * gdb.arch/sparc64-regs.exp: New file.
6330 * gdb.arch/sparc64-regs.S: Likewise.
6331
6332 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6333
6334 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6335 and memory view on Python 3.
6336
6337 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6338 Keith Seitz <keiths@redhat.com>
6339
6340 PR gdb/14441
6341 * gdb.cp/demangle.exp: Add rvalue reference tests.
6342 * gdb.cp/rvalue-ref-casts.cc: New file.
6343 * gdb.cp/rvalue-ref-casts.exp: New file.
6344 * gdb.cp/rvalue-ref-overload.cc: New file.
6345 * gdb.cp/rvalue-ref-overload.exp: New file.
6346 * gdb.cp/rvalue-ref-params.cc: New file.
6347 * gdb.cp/rvalue-ref-params.exp: New file.
6348 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6349 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6350 * gdb.cp/rvalue-ref-types.cc: New file.
6351 * gdb.cp/rvalue-ref-types.exp: New file.
6352 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6353 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6354
6355 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6356
6357 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6358 New procedure.
6359
6360 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6361
6362 * lib/mi-support.exp (mi_gdb_test): Add additional message
6363 for unexpected output.
6364
6365 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6366
6367 * gdb.base/examine-backward.c (Barrier): New character array
6368 constant, to ensure that TestStrings is preceded by a string
6369 terminator.
6370
6371 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6374 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6375 and implicit pointer into such a location.
6376
6377 2017-03-16 Doug Evans <dje@google.com>
6378
6379 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6380
6381 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6382
6383 * gdb.cp/m-static.exp: Fix expectation for prototype of
6384 test5.single_constructor and single_constructor::single_constructor.
6385
6386 2017-03-16 Doug Evans <dje@google.com>
6387
6388 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6389 * gdb.guile/scm-lazy-string.c: New file.
6390 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6391 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6392 for pointer, array, typedef lazy strings.
6393
6394 2017-03-16 Doug Evans <dje@google.com>
6395
6396 PR python/17728, python/18439, python/18779
6397 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6398 * gdb.python/py-lazy-string.c (pointer): New typedef.
6399 (main): New locals ptr, array, typedef_ptr.
6400 * gdb.python/py-value.exp: Move lazy string tests to ...
6401 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6402 array, typedef lazy strings.
6403
6404 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6405
6406 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6407 Add optional 'test' parameter.
6408
6409 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6410
6411 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6412 Skip for versions of DejaGnu < 1.5.
6413
6414 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6415
6416 * lib/gdb.exp (dejagnu_version): New proc.
6417 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6418 Use dejagnu_version.
6419
6420 2017-03-10 Keith Seitz <keiths@redhat.com>
6421
6422 PR c++/8128
6423 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6424 type from destructor regexps.
6425 Add a branch which actually passes the test.
6426 Adjust "ptype t5i" test names.
6427
6428 2017-03-08 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/step-over-exit.exp: Add explicit test message.
6431
6432 2017-03-08 Pedro Alves <palves@redhat.com>
6433
6434 PR gdb/18360
6435 * gdb.threads/interrupt-while-step-over.c: New file.
6436 * gdb.threads/interrupt-while-step-over.exp: New file.
6437
6438 2017-03-08 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6441 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6442
6443 2017-03-08 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6446 PKRU as not supported as a PASS.
6447
6448 2017-03-08 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6451 prefix instead of $binfile1/$binfile2.
6452 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6453 in test message.
6454 * gdb.python/py-completion.exp: Use "load python file" as test
6455 messages instead of unstable path names.
6456
6457 2017-03-08 Pedro Alves <palves@redhat.com>
6458 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 PR cli/21218
6461 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6462 New proc.
6463 (top level): Call it.
6464
6465 2017-03-08 Pedro Alves <palves@redhat.com>
6466
6467 PR tui/21216
6468 * gdb.tui/tui-nl-filtered-output.exp: New file.
6469
6470 2017-03-08 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/completion.exp: Move TUI completion tests to ...
6473 * gdb.tui/completion.exp: ... this new file.
6474
6475 2017-03-08 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/tui-disasm-long-lines.c,
6478 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6479 gdb.base/tui-layout.exp: Move to ...
6480 * gdb.tui/: ... this new directory.
6481
6482 2017-03-07 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/tui-layout.c: New file.
6485 * gdb.base/tui-layout.exp: New file.
6486
6487 2017-03-07 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/tui-layout.c: Rename to ...
6490 * gdb.base/tui-disasm-long-lines.c: ... this.
6491 * gdb.base/tui-layout.exp: Rename to ...
6492 * gdb.base/tui-disasm-long-lines.exp: ... this.
6493
6494 2017-03-07 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6497
6498 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6499
6500 * i386-mpx-call.c: New file.
6501 * i386-mpx-call.exp: New file.
6502
6503 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6504
6505 * gdb.arch/powerpc-power.exp: Delete test.
6506 * gdb.arch/powerpc-power.s: Likewise.
6507 * gdb.disasm/disassembler-options.exp: New test.
6508 * gdb.arch/powerpc-altivec.exp: Likewise.
6509 * gdb.arch/powerpc-altivec.s: Likewise.
6510 * gdb.arch/powerpc-altivec2.exp: Likewise.
6511 * gdb.arch/powerpc-altivec2.s: Likewise.
6512 * gdb.arch/powerpc-altivec3.exp: Likewise.
6513 * gdb.arch/powerpc-altivec3.s: Likewise.
6514 * gdb.arch/powerpc-power7.exp: Likewise.
6515 * gdb.arch/powerpc-power7.s: Likewise.
6516 * gdb.arch/powerpc-power8.exp: Likewise.
6517 * gdb.arch/powerpc-power8.s: Likewise.
6518 * gdb.arch/powerpc-power9.exp: Likewise.
6519 * gdb.arch/powerpc-power9.s: Likewise.
6520 * gdb.arch/powerpc-vsx.exp: Likewise.
6521 * gdb.arch/powerpc-vsx.s: Likewise.
6522 * gdb.arch/powerpc-vsx2.exp: Likewise.
6523 * gdb.arch/powerpc-vsx2.s: Likewise.
6524 * gdb.arch/powerpc-vsx3.exp: Likewise.
6525 * gdb.arch/powerpc-vsx3.s: Likewise.
6526 * gdb.arch/arm-disassembler-options.exp: Likewise.
6527 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6528 * gdb.arch/s390-disassembler-options.exp: Likewise.
6529
6530 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6531
6532 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6533 (check_supported_features): ... this. Changed return type to void.
6534 (supports_rdseed): New static global.
6535 (rdseed): Check supports_rdseed.
6536 (initialize): Call check_supported_features.
6537
6538 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6539
6540 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6541 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6542 and lqarx/stqcx.
6543 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6544 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6545
6546 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6547
6548 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6549 uppercase.
6550
6551 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * gdb.dwarf2/formdata16.c: New file.
6554 * gdb.dwarf2/formdata16.exp: New file.
6555 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6556
6557 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6560 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6561 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6562 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6563 DW_AT_GNU_*.
6564
6565 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6568
6569 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6570
6571 PR gdb/21164
6572 * gdb.base/maint.exp: Add testcases for when the commands do
6573 not have arguments.
6574
6575 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6576
6577 * gdb.cp/chained-calls.exp: Use p instead of P.
6578
6579 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6580
6581 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6582 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6583
6584 2017-02-14 Tom Tromey <tom@tromey.com>
6585
6586 PR python/13598:
6587 * gdb.python/py-events.exp: Add before_prompt event tests.
6588
6589 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6590
6591 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6592
6593 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6594
6595 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6596 (main): Call my_unique_function_name.
6597 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6598 completion of patterns with a single match.
6599 Add missing -re switches to gdb_test_multiple calls.
6600
6601 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6602
6603 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6604 return if core file is not recognized.
6605
6606 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6607
6608 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6609 and extra UIs.
6610
6611 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6614 proc_with_prefix.
6615
6616 2017-02-10 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6619
6620 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6621
6622 PR gdb/21122
6623 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6624
6625 2017-02-08 Jerome Guitton <guitton@adacore.com>
6626
6627 * gdb.base/define.exp: Add test for command abbreviations
6628 in define.
6629
6630 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6631
6632 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6633 * gdb.reverse/insn-reverse-x86.c: New file.
6634
6635 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6636
6637 PR tdep/20936
6638 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6639
6640 2017-02-03 Tom Tromey <tom@tromey.com>
6641
6642 PR rust/21097:
6643 * gdb.rust/simple.exp: Add new tests.
6644
6645 2017-02-02 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6648 tests.
6649
6650 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6651
6652 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6653 taking a 2-byte value out of a 4-byte DWARF implicit value on
6654 big-endian targets.
6655 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6656 logic. Add test cases for DW_OP_implicit.
6657
6658 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6659
6660 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6661
6662 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6663
6664 * gdb.btrace/enable.exp: Call gdb_exit before
6665 skip_gdbserver_tests.
6666
6667 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6668
6669 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6670 GDBFLAGS.
6671
6672 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6673
6674 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6675 the test is skipped.
6676 * gdb.btrace/data.exp: Likewise.
6677 * gdb.btrace/delta.exp: Likewise.
6678 * gdb.btrace/dlopen.exp: Likewise.
6679 * gdb.btrace/enable-running.exp: Likewise.
6680 * gdb.btrace/enable.exp: Likewise.
6681 * gdb.btrace/exception.exp: Likewise.
6682 * gdb.btrace/function_call_history.exp: Likewise.
6683 * gdb.btrace/gcore.exp: Likewise.
6684 * gdb.btrace/instruction_history.exp: Likewise.
6685 * gdb.btrace/multi-thread-step.exp: Likewise.
6686 * gdb.btrace/nohist.exp: Likewise.
6687 * gdb.btrace/non-stop.exp: Likewise.
6688 * gdb.btrace/reconnect.exp: Likewise.
6689 * gdb.btrace/record_goto-step.exp: Likewise.
6690 * gdb.btrace/record_goto.exp: Likewise.
6691 * gdb.btrace/rn-dl-bind.exp: Likewise.
6692 * gdb.btrace/segv.exp: Likewise.
6693 * gdb.btrace/step.exp: Likewise.
6694 * gdb.btrace/stepi.exp: Likewise.
6695 * gdb.btrace/tailcall-only.exp: Likewise.
6696 * gdb.btrace/tailcall.exp: Likewise.
6697 * gdb.btrace/tsx.exp: Likewise.
6698 * gdb.btrace/unknown_functions.exp: Likewise.
6699 * gdb.btrace/vdso.exp: Likewise.
6700
6701 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6702
6703 * gdb.btrace/enable-running.c: New.
6704 * gdb.btrace/enable-running.exp: New.
6705
6706 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6707
6708 * gdb.arch/amd64-gs_base.c: New file.
6709 * gdb.arch/amd64-gs_base.exp: New file.
6710
6711 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6712
6713 * lib/memory.exp: Remove spurious empty newlines.
6714
6715 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6716
6717 * gdb.python/py-bad-printers.exp: Load python file using "source".
6718 * gdb.python/py-events.exp: Likewise.
6719 * gdb.python/py-evsignal.exp: Likewise.
6720 * gdb.python/py-evthreads.exp: Likewise.
6721 * gdb.python/py-frame-args.exp: Likewise.
6722 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6723 * gdb.python/py-framefilter-mi.exp: Likewise.
6724 * gdb.python/py-framefilter.exp: Likewise.
6725 * gdb.python/py-mi.exp: Likewise.
6726 * gdb.python/py-pp-maint.exp: Likewise.
6727 * gdb.python/py-pp-registration.exp: Likewise.
6728 * gdb.python/py-prettyprint.exp: Likewise.
6729 (run_lang_tests): Likewise.
6730 * gdb.python/py-typeprint.exp: Likewise.
6731
6732 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6733
6734 * lib/memory.exp: New file.
6735 * lib/gdb.exp: Load memory.exp.
6736 * gdb.base/memattr.exp (delete_memory): Move proc to
6737 lib/memory.exp and rename to delete_memory_regions.
6738 Replace delete_memory with delete_memory_regions.
6739 Cleanup memory regions before tests.
6740 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6741 before tests.
6742
6743 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6744
6745 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6746 files.
6747 (initialize): New function conditionally defined.
6748 (testcases): Move within conditional block.
6749 (main): Call initialize.
6750 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6751 of gdb.reverse/insn-reverse.c.
6752 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6753 gdb.reverse/insn-reverse.c.
6754
6755 2017-01-26 Yao Qi <yao.qi@linaro.org>
6756
6757 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6758 disassemble on address 0.
6759
6760 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6764 * gdb.dwarf2/implptr-64bit.S: Remove.
6765 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6766 variables in caller's context. Add DW_OP_implicit_value.
6767
6768 2017-01-25 Yao Qi <yao.qi@linaro.org>
6769
6770 * lib/dwarf.exp (Dwarf::_location): Handle
6771 DW_OP_GNU_implicit_pointer with proper size.
6772
6773 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6774
6775 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6776 and add untested calls.
6777
6778 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6779
6780 * gdb.python/python.exp: Check line number against what GDB thinks
6781 the line number is for func1.
6782
6783 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6784
6785 * gdb.dlang/debug-expr.exp: New file.
6786
6787 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6788
6789 Fix test names for the following files:
6790
6791 * gdb.ada/exec_changed.exp
6792 * gdb.ada/info_types.exp
6793 * gdb.arch/aarch64-atomic-inst.exp
6794 * gdb.arch/aarch64-fp.exp
6795 * gdb.arch/altivec-abi.exp
6796 * gdb.arch/altivec-regs.exp
6797 * gdb.arch/amd64-byte.exp
6798 * gdb.arch/amd64-disp-step.exp
6799 * gdb.arch/amd64-dword.exp
6800 * gdb.arch/amd64-entry-value-inline.exp
6801 * gdb.arch/amd64-entry-value-param.exp
6802 * gdb.arch/amd64-entry-value-paramref.exp
6803 * gdb.arch/amd64-entry-value.exp
6804 * gdb.arch/amd64-i386-address.exp
6805 * gdb.arch/amd64-invalid-stack-middle.exp
6806 * gdb.arch/amd64-invalid-stack-top.exp
6807 * gdb.arch/amd64-optimout-repeat.exp
6808 * gdb.arch/amd64-prologue-skip.exp
6809 * gdb.arch/amd64-prologue-xmm.exp
6810 * gdb.arch/amd64-stap-special-operands.exp
6811 * gdb.arch/amd64-stap-wrong-subexp.exp
6812 * gdb.arch/amd64-tailcall-cxx.exp
6813 * gdb.arch/amd64-tailcall-noret.exp
6814 * gdb.arch/amd64-tailcall-ret.exp
6815 * gdb.arch/amd64-tailcall-self.exp
6816 * gdb.arch/amd64-word.exp
6817 * gdb.arch/arm-bl-branch-dest.exp
6818 * gdb.arch/arm-disp-step.exp
6819 * gdb.arch/arm-neon.exp
6820 * gdb.arch/arm-single-step-kernel-helper.exp
6821 * gdb.arch/avr-flash-qualifier.exp
6822 * gdb.arch/disp-step-insn-reloc.exp
6823 * gdb.arch/e500-abi.exp
6824 * gdb.arch/e500-regs.exp
6825 * gdb.arch/ftrace-insn-reloc.exp
6826 * gdb.arch/i386-avx512.exp
6827 * gdb.arch/i386-bp_permanent.exp
6828 * gdb.arch/i386-byte.exp
6829 * gdb.arch/i386-cfi-notcurrent.exp
6830 * gdb.arch/i386-disp-step.exp
6831 * gdb.arch/i386-dr3-watch.exp
6832 * gdb.arch/i386-float.exp
6833 * gdb.arch/i386-gnu-cfi.exp
6834 * gdb.arch/i386-mpx-map.exp
6835 * gdb.arch/i386-mpx-sigsegv.exp
6836 * gdb.arch/i386-mpx-simple_segv.exp
6837 * gdb.arch/i386-mpx.exp
6838 * gdb.arch/i386-permbkpt.exp
6839 * gdb.arch/i386-prologue.exp
6840 * gdb.arch/i386-signal.exp
6841 * gdb.arch/i386-size-overlap.exp
6842 * gdb.arch/i386-unwind.exp
6843 * gdb.arch/i386-word.exp
6844 * gdb.arch/mips-fcr.exp
6845 * gdb.arch/powerpc-d128-regs.exp
6846 * gdb.arch/powerpc-stackless.exp
6847 * gdb.arch/ppc64-atomic-inst.exp
6848 * gdb.arch/s390-stackless.exp
6849 * gdb.arch/s390-tdbregs.exp
6850 * gdb.arch/s390-vregs.exp
6851 * gdb.arch/sparc-sysstep.exp
6852 * gdb.arch/thumb-bx-pc.exp
6853 * gdb.arch/thumb-singlestep.exp
6854 * gdb.arch/thumb2-it.exp
6855 * gdb.arch/vsx-regs.exp
6856 * gdb.asm/asm-source.exp
6857 * gdb.base/a2-run.exp
6858 * gdb.base/advance.exp
6859 * gdb.base/all-bin.exp
6860 * gdb.base/anon.exp
6861 * gdb.base/args.exp
6862 * gdb.base/arithmet.exp
6863 * gdb.base/async-shell.exp
6864 * gdb.base/async.exp
6865 * gdb.base/attach-pie-noexec.exp
6866 * gdb.base/attach-twice.exp
6867 * gdb.base/auto-load.exp
6868 * gdb.base/bang.exp
6869 * gdb.base/bitfields.exp
6870 * gdb.base/break-always.exp
6871 * gdb.base/break-caller-line.exp
6872 * gdb.base/break-entry.exp
6873 * gdb.base/break-inline.exp
6874 * gdb.base/break-on-linker-gcd-function.exp
6875 * gdb.base/break-probes.exp
6876 * gdb.base/break.exp
6877 * gdb.base/breakpoint-shadow.exp
6878 * gdb.base/call-ar-st.exp
6879 * gdb.base/call-sc.exp
6880 * gdb.base/call-signal-resume.exp
6881 * gdb.base/call-strs.exp
6882 * gdb.base/callfuncs.exp
6883 * gdb.base/catch-fork-static.exp
6884 * gdb.base/catch-gdb-caused-signals.exp
6885 * gdb.base/catch-load.exp
6886 * gdb.base/catch-signal-fork.exp
6887 * gdb.base/catch-signal.exp
6888 * gdb.base/catch-syscall.exp
6889 * gdb.base/charset.exp
6890 * gdb.base/checkpoint.exp
6891 * gdb.base/chng-syms.exp
6892 * gdb.base/code-expr.exp
6893 * gdb.base/code_elim.exp
6894 * gdb.base/commands.exp
6895 * gdb.base/completion.exp
6896 * gdb.base/complex.exp
6897 * gdb.base/cond-expr.exp
6898 * gdb.base/condbreak.exp
6899 * gdb.base/consecutive.exp
6900 * gdb.base/continue-all-already-running.exp
6901 * gdb.base/coredump-filter.exp
6902 * gdb.base/corefile.exp
6903 * gdb.base/dbx.exp
6904 * gdb.base/debug-expr.exp
6905 * gdb.base/define.exp
6906 * gdb.base/del.exp
6907 * gdb.base/disabled-location.exp
6908 * gdb.base/disasm-end-cu.exp
6909 * gdb.base/disasm-optim.exp
6910 * gdb.base/display.exp
6911 * gdb.base/duplicate-bp.exp
6912 * gdb.base/ena-dis-br.exp
6913 * gdb.base/ending-run.exp
6914 * gdb.base/enumval.exp
6915 * gdb.base/environ.exp
6916 * gdb.base/eu-strip-infcall.exp
6917 * gdb.base/eval-avoid-side-effects.exp
6918 * gdb.base/eval-skip.exp
6919 * gdb.base/exitsignal.exp
6920 * gdb.base/expand-psymtabs.exp
6921 * gdb.base/filesym.exp
6922 * gdb.base/find-unmapped.exp
6923 * gdb.base/finish.exp
6924 * gdb.base/float.exp
6925 * gdb.base/foll-exec-mode.exp
6926 * gdb.base/foll-exec.exp
6927 * gdb.base/foll-fork.exp
6928 * gdb.base/fortran-sym-case.exp
6929 * gdb.base/freebpcmd.exp
6930 * gdb.base/func-ptr.exp
6931 * gdb.base/func-ptrs.exp
6932 * gdb.base/funcargs.exp
6933 * gdb.base/gcore-buffer-overflow.exp
6934 * gdb.base/gcore-relro-pie.exp
6935 * gdb.base/gcore-relro.exp
6936 * gdb.base/gcore.exp
6937 * gdb.base/gdb1090.exp
6938 * gdb.base/gdb11530.exp
6939 * gdb.base/gdb11531.exp
6940 * gdb.base/gdb1821.exp
6941 * gdb.base/gdbindex-stabs.exp
6942 * gdb.base/gdbvars.exp
6943 * gdb.base/hbreak.exp
6944 * gdb.base/hbreak2.exp
6945 * gdb.base/included.exp
6946 * gdb.base/infcall-input.exp
6947 * gdb.base/inferior-died.exp
6948 * gdb.base/infnan.exp
6949 * gdb.base/info-macros.exp
6950 * gdb.base/info-os.exp
6951 * gdb.base/info-proc.exp
6952 * gdb.base/info-shared.exp
6953 * gdb.base/info-target.exp
6954 * gdb.base/infoline.exp
6955 * gdb.base/interp.exp
6956 * gdb.base/interrupt.exp
6957 * gdb.base/jit-reader.exp
6958 * gdb.base/jit-simple.exp
6959 * gdb.base/kill-after-signal.exp
6960 * gdb.base/kill-detach-inferiors-cmd.exp
6961 * gdb.base/label.exp
6962 * gdb.base/langs.exp
6963 * gdb.base/ldbl_e308.exp
6964 * gdb.base/line-symtabs.exp
6965 * gdb.base/linespecs.exp
6966 * gdb.base/list.exp
6967 * gdb.base/long_long.exp
6968 * gdb.base/longest-types.exp
6969 * gdb.base/maint.exp
6970 * gdb.base/max-value-size.exp
6971 * gdb.base/memattr.exp
6972 * gdb.base/mips_pro.exp
6973 * gdb.base/morestack.exp
6974 * gdb.base/moribund-step.exp
6975 * gdb.base/multi-forks.exp
6976 * gdb.base/nested-addr.exp
6977 * gdb.base/nextoverexit.exp
6978 * gdb.base/noreturn-finish.exp
6979 * gdb.base/noreturn-return.exp
6980 * gdb.base/nostdlib.exp
6981 * gdb.base/offsets.exp
6982 * gdb.base/opaque.exp
6983 * gdb.base/pc-fp.exp
6984 * gdb.base/permissions.exp
6985 * gdb.base/print-symbol-loading.exp
6986 * gdb.base/prologue-include.exp
6987 * gdb.base/psymtab.exp
6988 * gdb.base/ptype.exp
6989 * gdb.base/random-signal.exp
6990 * gdb.base/randomize.exp
6991 * gdb.base/range-stepping.exp
6992 * gdb.base/readline-ask.exp
6993 * gdb.base/recpar.exp
6994 * gdb.base/recurse.exp
6995 * gdb.base/relational.exp
6996 * gdb.base/restore.exp
6997 * gdb.base/return-nodebug.exp
6998 * gdb.base/return.exp
6999 * gdb.base/run-after-attach.exp
7000 * gdb.base/save-bp.exp
7001 * gdb.base/scope.exp
7002 * gdb.base/sect-cmd.exp
7003 * gdb.base/set-lang-auto.exp
7004 * gdb.base/set-noassign.exp
7005 * gdb.base/setvar.exp
7006 * gdb.base/sigall.exp
7007 * gdb.base/sigbpt.exp
7008 * gdb.base/siginfo-addr.exp
7009 * gdb.base/siginfo-infcall.exp
7010 * gdb.base/siginfo-obj.exp
7011 * gdb.base/siginfo.exp
7012 * gdb.base/signals-state-child.exp
7013 * gdb.base/signest.exp
7014 * gdb.base/sigstep.exp
7015 * gdb.base/sizeof.exp
7016 * gdb.base/skip.exp
7017 * gdb.base/solib-corrupted.exp
7018 * gdb.base/solib-nodir.exp
7019 * gdb.base/solib-search.exp
7020 * gdb.base/stack-checking.exp
7021 * gdb.base/stale-infcall.exp
7022 * gdb.base/stap-probe.exp
7023 * gdb.base/start.exp
7024 * gdb.base/step-break.exp
7025 * gdb.base/step-bt.exp
7026 * gdb.base/step-line.exp
7027 * gdb.base/step-over-exit.exp
7028 * gdb.base/step-over-syscall.exp
7029 * gdb.base/step-resume-infcall.exp
7030 * gdb.base/step-test.exp
7031 * gdb.base/store.exp
7032 * gdb.base/structs3.exp
7033 * gdb.base/sym-file.exp
7034 * gdb.base/symbol-without-target_section.exp
7035 * gdb.base/term.exp
7036 * gdb.base/testenv.exp
7037 * gdb.base/ui-redirect.exp
7038 * gdb.base/until.exp
7039 * gdb.base/unwindonsignal.exp
7040 * gdb.base/value-double-free.exp
7041 * gdb.base/vla-datatypes.exp
7042 * gdb.base/vla-ptr.exp
7043 * gdb.base/vla-sideeffect.exp
7044 * gdb.base/volatile.exp
7045 * gdb.base/watch-cond-infcall.exp
7046 * gdb.base/watch-cond.exp
7047 * gdb.base/watch-non-mem.exp
7048 * gdb.base/watch-read.exp
7049 * gdb.base/watch-vfork.exp
7050 * gdb.base/watchpoint-cond-gone.exp
7051 * gdb.base/watchpoint-delete.exp
7052 * gdb.base/watchpoint-hw-hit-once.exp
7053 * gdb.base/watchpoint-hw.exp
7054 * gdb.base/watchpoint-stops-at-right-insn.exp
7055 * gdb.base/watchpoints.exp
7056 * gdb.base/wchar.exp
7057 * gdb.base/whatis-exp.exp
7058 * gdb.btrace/buffer-size.exp
7059 * gdb.btrace/data.exp
7060 * gdb.btrace/delta.exp
7061 * gdb.btrace/dlopen.exp
7062 * gdb.btrace/enable.exp
7063 * gdb.btrace/exception.exp
7064 * gdb.btrace/function_call_history.exp
7065 * gdb.btrace/gcore.exp
7066 * gdb.btrace/instruction_history.exp
7067 * gdb.btrace/nohist.exp
7068 * gdb.btrace/reconnect.exp
7069 * gdb.btrace/record_goto-step.exp
7070 * gdb.btrace/record_goto.exp
7071 * gdb.btrace/rn-dl-bind.exp
7072 * gdb.btrace/segv.exp
7073 * gdb.btrace/step.exp
7074 * gdb.btrace/stepi.exp
7075 * gdb.btrace/tailcall-only.exp
7076 * gdb.btrace/tailcall.exp
7077 * gdb.btrace/tsx.exp
7078 * gdb.btrace/unknown_functions.exp
7079 * gdb.btrace/vdso.exp
7080 * gdb.compile/compile-ifunc.exp
7081 * gdb.compile/compile-ops.exp
7082 * gdb.compile/compile-print.exp
7083 * gdb.compile/compile-setjmp.exp
7084 * gdb.cp/abstract-origin.exp
7085 * gdb.cp/ambiguous.exp
7086 * gdb.cp/annota2.exp
7087 * gdb.cp/annota3.exp
7088 * gdb.cp/anon-ns.exp
7089 * gdb.cp/anon-struct.exp
7090 * gdb.cp/anon-union.exp
7091 * gdb.cp/arg-reference.exp
7092 * gdb.cp/baseenum.exp
7093 * gdb.cp/bool.exp
7094 * gdb.cp/breakpoint.exp
7095 * gdb.cp/bs15503.exp
7096 * gdb.cp/call-c.exp
7097 * gdb.cp/casts.exp
7098 * gdb.cp/chained-calls.exp
7099 * gdb.cp/class2.exp
7100 * gdb.cp/classes.exp
7101 * gdb.cp/cmpd-minsyms.exp
7102 * gdb.cp/converts.exp
7103 * gdb.cp/cp-relocate.exp
7104 * gdb.cp/cpcompletion.exp
7105 * gdb.cp/cpexprs.exp
7106 * gdb.cp/cplabel.exp
7107 * gdb.cp/cplusfuncs.exp
7108 * gdb.cp/cpsizeof.exp
7109 * gdb.cp/ctti.exp
7110 * gdb.cp/derivation.exp
7111 * gdb.cp/destrprint.exp
7112 * gdb.cp/dispcxx.exp
7113 * gdb.cp/enum-class.exp
7114 * gdb.cp/exception.exp
7115 * gdb.cp/exceptprint.exp
7116 * gdb.cp/expand-psymtabs-cxx.exp
7117 * gdb.cp/expand-sals.exp
7118 * gdb.cp/extern-c.exp
7119 * gdb.cp/filename.exp
7120 * gdb.cp/formatted-ref.exp
7121 * gdb.cp/fpointer.exp
7122 * gdb.cp/gdb1355.exp
7123 * gdb.cp/gdb2495.exp
7124 * gdb.cp/hang.exp
7125 * gdb.cp/impl-this.exp
7126 * gdb.cp/infcall-dlopen.exp
7127 * gdb.cp/inherit.exp
7128 * gdb.cp/iostream.exp
7129 * gdb.cp/koenig.exp
7130 * gdb.cp/local.exp
7131 * gdb.cp/m-data.exp
7132 * gdb.cp/m-static.exp
7133 * gdb.cp/mb-ctor.exp
7134 * gdb.cp/mb-inline.exp
7135 * gdb.cp/mb-templates.exp
7136 * gdb.cp/member-name.exp
7137 * gdb.cp/member-ptr.exp
7138 * gdb.cp/meth-typedefs.exp
7139 * gdb.cp/method.exp
7140 * gdb.cp/method2.exp
7141 * gdb.cp/minsym-fallback.exp
7142 * gdb.cp/misc.exp
7143 * gdb.cp/namelessclass.exp
7144 * gdb.cp/namespace-enum.exp
7145 * gdb.cp/namespace-nested-import.exp
7146 * gdb.cp/namespace.exp
7147 * gdb.cp/nextoverthrow.exp
7148 * gdb.cp/no-dmgl-verbose.exp
7149 * gdb.cp/non-trivial-retval.exp
7150 * gdb.cp/noparam.exp
7151 * gdb.cp/nsdecl.exp
7152 * gdb.cp/nsimport.exp
7153 * gdb.cp/nsnested.exp
7154 * gdb.cp/nsnoimports.exp
7155 * gdb.cp/nsrecurs.exp
7156 * gdb.cp/nsstress.exp
7157 * gdb.cp/nsusing.exp
7158 * gdb.cp/operator.exp
7159 * gdb.cp/oranking.exp
7160 * gdb.cp/overload-const.exp
7161 * gdb.cp/overload.exp
7162 * gdb.cp/ovldbreak.exp
7163 * gdb.cp/ovsrch.exp
7164 * gdb.cp/paren-type.exp
7165 * gdb.cp/parse-lang.exp
7166 * gdb.cp/pass-by-ref.exp
7167 * gdb.cp/pr-1023.exp
7168 * gdb.cp/pr-1210.exp
7169 * gdb.cp/pr-574.exp
7170 * gdb.cp/pr10687.exp
7171 * gdb.cp/pr12028.exp
7172 * gdb.cp/pr17132.exp
7173 * gdb.cp/pr17494.exp
7174 * gdb.cp/pr9067.exp
7175 * gdb.cp/pr9167.exp
7176 * gdb.cp/pr9631.exp
7177 * gdb.cp/printmethod.exp
7178 * gdb.cp/psmang.exp
7179 * gdb.cp/psymtab-parameter.exp
7180 * gdb.cp/ptype-cv-cp.exp
7181 * gdb.cp/ptype-flags.exp
7182 * gdb.cp/re-set-overloaded.exp
7183 * gdb.cp/ref-types.exp
7184 * gdb.cp/rtti.exp
7185 * gdb.cp/scope-err.exp
7186 * gdb.cp/shadow.exp
7187 * gdb.cp/smartp.exp
7188 * gdb.cp/static-method.exp
7189 * gdb.cp/static-print-quit.exp
7190 * gdb.cp/temargs.exp
7191 * gdb.cp/templates.exp
7192 * gdb.cp/try_catch.exp
7193 * gdb.cp/typedef-operator.exp
7194 * gdb.cp/typeid.exp
7195 * gdb.cp/userdef.exp
7196 * gdb.cp/using-crash.exp
7197 * gdb.cp/var-tag.exp
7198 * gdb.cp/virtbase.exp
7199 * gdb.cp/virtfunc.exp
7200 * gdb.cp/virtfunc2.exp
7201 * gdb.cp/vla-cxx.exp
7202 * gdb.disasm/t01_mov.exp
7203 * gdb.disasm/t02_mova.exp
7204 * gdb.disasm/t03_add.exp
7205 * gdb.disasm/t04_sub.exp
7206 * gdb.disasm/t05_cmp.exp
7207 * gdb.disasm/t06_ari2.exp
7208 * gdb.disasm/t07_ari3.exp
7209 * gdb.disasm/t08_or.exp
7210 * gdb.disasm/t09_xor.exp
7211 * gdb.disasm/t10_and.exp
7212 * gdb.disasm/t11_logs.exp
7213 * gdb.disasm/t12_bit.exp
7214 * gdb.disasm/t13_otr.exp
7215 * gdb.dlang/circular.exp
7216 * gdb.dwarf2/arr-stride.exp
7217 * gdb.dwarf2/arr-subrange.exp
7218 * gdb.dwarf2/atomic-type.exp
7219 * gdb.dwarf2/bad-regnum.exp
7220 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7221 * gdb.dwarf2/callframecfa.exp
7222 * gdb.dwarf2/clztest.exp
7223 * gdb.dwarf2/corrupt.exp
7224 * gdb.dwarf2/data-loc.exp
7225 * gdb.dwarf2/dup-psym.exp
7226 * gdb.dwarf2/dw2-anon-mptr.exp
7227 * gdb.dwarf2/dw2-anonymous-func.exp
7228 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7229 * gdb.dwarf2/dw2-bad-unresolved.exp
7230 * gdb.dwarf2/dw2-basic.exp
7231 * gdb.dwarf2/dw2-canonicalize-type.exp
7232 * gdb.dwarf2/dw2-case-insensitive.exp
7233 * gdb.dwarf2/dw2-common-block.exp
7234 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7235 * gdb.dwarf2/dw2-compressed.exp
7236 * gdb.dwarf2/dw2-const.exp
7237 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7238 * gdb.dwarf2/dw2-cu-size.exp
7239 * gdb.dwarf2/dw2-dup-frame.exp
7240 * gdb.dwarf2/dw2-entry-value.exp
7241 * gdb.dwarf2/dw2-icycle.exp
7242 * gdb.dwarf2/dw2-ifort-parameter.exp
7243 * gdb.dwarf2/dw2-inline-break.exp
7244 * gdb.dwarf2/dw2-inline-param.exp
7245 * gdb.dwarf2/dw2-intercu.exp
7246 * gdb.dwarf2/dw2-intermix.exp
7247 * gdb.dwarf2/dw2-lexical-block-bare.exp
7248 * gdb.dwarf2/dw2-linkage-name-trust.exp
7249 * gdb.dwarf2/dw2-minsym-in-cu.exp
7250 * gdb.dwarf2/dw2-noloc.exp
7251 * gdb.dwarf2/dw2-op-call.exp
7252 * gdb.dwarf2/dw2-op-out-param.exp
7253 * gdb.dwarf2/dw2-opt-structptr.exp
7254 * gdb.dwarf2/dw2-param-error.exp
7255 * gdb.dwarf2/dw2-producer.exp
7256 * gdb.dwarf2/dw2-ranges-base.exp
7257 * gdb.dwarf2/dw2-ref-missing-frame.exp
7258 * gdb.dwarf2/dw2-reg-undefined.exp
7259 * gdb.dwarf2/dw2-regno-invalid.exp
7260 * gdb.dwarf2/dw2-restore.exp
7261 * gdb.dwarf2/dw2-restrict.exp
7262 * gdb.dwarf2/dw2-single-line-discriminators.exp
7263 * gdb.dwarf2/dw2-strp.exp
7264 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7265 * gdb.dwarf2/dw2-unresolved.exp
7266 * gdb.dwarf2/dw2-var-zero-addr.exp
7267 * gdb.dwarf2/dw4-sig-types.exp
7268 * gdb.dwarf2/dwz.exp
7269 * gdb.dwarf2/dynarr-ptr.exp
7270 * gdb.dwarf2/enum-type.exp
7271 * gdb.dwarf2/gdb-index.exp
7272 * gdb.dwarf2/implptr-64bit.exp
7273 * gdb.dwarf2/implptr-optimized-out.exp
7274 * gdb.dwarf2/implptr.exp
7275 * gdb.dwarf2/implref-array.exp
7276 * gdb.dwarf2/implref-const.exp
7277 * gdb.dwarf2/implref-global.exp
7278 * gdb.dwarf2/implref-struct.exp
7279 * gdb.dwarf2/mac-fileno.exp
7280 * gdb.dwarf2/main-subprogram.exp
7281 * gdb.dwarf2/member-ptr-forwardref.exp
7282 * gdb.dwarf2/method-ptr.exp
7283 * gdb.dwarf2/missing-sig-type.exp
7284 * gdb.dwarf2/nonvar-access.exp
7285 * gdb.dwarf2/opaque-type-lookup.exp
7286 * gdb.dwarf2/pieces-optimized-out.exp
7287 * gdb.dwarf2/pieces.exp
7288 * gdb.dwarf2/pr10770.exp
7289 * gdb.dwarf2/pr13961.exp
7290 * gdb.dwarf2/staticvirtual.exp
7291 * gdb.dwarf2/subrange.exp
7292 * gdb.dwarf2/symtab-producer.exp
7293 * gdb.dwarf2/trace-crash.exp
7294 * gdb.dwarf2/typeddwarf.exp
7295 * gdb.dwarf2/valop.exp
7296 * gdb.dwarf2/watch-notconst.exp
7297 * gdb.fortran/array-element.exp
7298 * gdb.fortran/charset.exp
7299 * gdb.fortran/common-block.exp
7300 * gdb.fortran/complex.exp
7301 * gdb.fortran/derived-type-function.exp
7302 * gdb.fortran/derived-type.exp
7303 * gdb.fortran/logical.exp
7304 * gdb.fortran/module.exp
7305 * gdb.fortran/multi-dim.exp
7306 * gdb.fortran/nested-funcs.exp
7307 * gdb.fortran/print-formatted.exp
7308 * gdb.fortran/subarray.exp
7309 * gdb.fortran/vla-alloc-assoc.exp
7310 * gdb.fortran/vla-datatypes.exp
7311 * gdb.fortran/vla-history.exp
7312 * gdb.fortran/vla-ptr-info.exp
7313 * gdb.fortran/vla-ptype-sub.exp
7314 * gdb.fortran/vla-ptype.exp
7315 * gdb.fortran/vla-sizeof.exp
7316 * gdb.fortran/vla-type.exp
7317 * gdb.fortran/vla-value-sub-arbitrary.exp
7318 * gdb.fortran/vla-value-sub-finish.exp
7319 * gdb.fortran/vla-value-sub.exp
7320 * gdb.fortran/vla-value.exp
7321 * gdb.fortran/whatis_type.exp
7322 * gdb.go/chan.exp
7323 * gdb.go/handcall.exp
7324 * gdb.go/hello.exp
7325 * gdb.go/integers.exp
7326 * gdb.go/methods.exp
7327 * gdb.go/package.exp
7328 * gdb.go/strings.exp
7329 * gdb.go/types.exp
7330 * gdb.go/unsafe.exp
7331 * gdb.guile/scm-arch.exp
7332 * gdb.guile/scm-block.exp
7333 * gdb.guile/scm-breakpoint.exp
7334 * gdb.guile/scm-cmd.exp
7335 * gdb.guile/scm-disasm.exp
7336 * gdb.guile/scm-equal.exp
7337 * gdb.guile/scm-frame-args.exp
7338 * gdb.guile/scm-frame-inline.exp
7339 * gdb.guile/scm-frame.exp
7340 * gdb.guile/scm-iterator.exp
7341 * gdb.guile/scm-math.exp
7342 * gdb.guile/scm-objfile.exp
7343 * gdb.guile/scm-ports.exp
7344 * gdb.guile/scm-symbol.exp
7345 * gdb.guile/scm-symtab.exp
7346 * gdb.guile/scm-value-cc.exp
7347 * gdb.guile/types-module.exp
7348 * gdb.linespec/break-ask.exp
7349 * gdb.linespec/cpexplicit.exp
7350 * gdb.linespec/explicit.exp
7351 * gdb.linespec/keywords.exp
7352 * gdb.linespec/linespec.exp
7353 * gdb.linespec/ls-dollar.exp
7354 * gdb.linespec/ls-errs.exp
7355 * gdb.linespec/skip-two.exp
7356 * gdb.linespec/thread.exp
7357 * gdb.mi/mi-async.exp
7358 * gdb.mi/mi-basics.exp
7359 * gdb.mi/mi-break.exp
7360 * gdb.mi/mi-catch-load.exp
7361 * gdb.mi/mi-cli.exp
7362 * gdb.mi/mi-cmd-param-changed.exp
7363 * gdb.mi/mi-console.exp
7364 * gdb.mi/mi-detach.exp
7365 * gdb.mi/mi-disassemble.exp
7366 * gdb.mi/mi-eval.exp
7367 * gdb.mi/mi-file-transfer.exp
7368 * gdb.mi/mi-file.exp
7369 * gdb.mi/mi-fill-memory.exp
7370 * gdb.mi/mi-inheritance-syntax-error.exp
7371 * gdb.mi/mi-linespec-err-cp.exp
7372 * gdb.mi/mi-logging.exp
7373 * gdb.mi/mi-memory-changed.exp
7374 * gdb.mi/mi-read-memory.exp
7375 * gdb.mi/mi-record-changed.exp
7376 * gdb.mi/mi-reg-undefined.exp
7377 * gdb.mi/mi-regs.exp
7378 * gdb.mi/mi-return.exp
7379 * gdb.mi/mi-reverse.exp
7380 * gdb.mi/mi-simplerun.exp
7381 * gdb.mi/mi-solib.exp
7382 * gdb.mi/mi-stack.exp
7383 * gdb.mi/mi-stepi.exp
7384 * gdb.mi/mi-syn-frame.exp
7385 * gdb.mi/mi-until.exp
7386 * gdb.mi/mi-var-block.exp
7387 * gdb.mi/mi-var-child.exp
7388 * gdb.mi/mi-var-cmd.exp
7389 * gdb.mi/mi-var-cp.exp
7390 * gdb.mi/mi-var-display.exp
7391 * gdb.mi/mi-var-invalidate.exp
7392 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7393 * gdb.mi/mi-vla-fortran.exp
7394 * gdb.mi/mi-watch.exp
7395 * gdb.mi/mi2-var-child.exp
7396 * gdb.mi/user-selected-context-sync.exp
7397 * gdb.modula2/unbounded-array.exp
7398 * gdb.multi/dummy-frame-restore.exp
7399 * gdb.multi/multi-arch-exec.exp
7400 * gdb.multi/multi-arch.exp
7401 * gdb.multi/tids.exp
7402 * gdb.multi/watchpoint-multi.exp
7403 * gdb.opencl/callfuncs.exp
7404 * gdb.opencl/convs_casts.exp
7405 * gdb.opencl/datatypes.exp
7406 * gdb.opencl/operators.exp
7407 * gdb.opencl/vec_comps.exp
7408 * gdb.opt/clobbered-registers-O2.exp
7409 * gdb.opt/inline-break.exp
7410 * gdb.opt/inline-bt.exp
7411 * gdb.opt/inline-cmds.exp
7412 * gdb.opt/inline-locals.exp
7413 * gdb.pascal/case-insensitive-symbols.exp
7414 * gdb.pascal/floats.exp
7415 * gdb.pascal/gdb11492.exp
7416 * gdb.python/lib-types.exp
7417 * gdb.python/py-arch.exp
7418 * gdb.python/py-as-string.exp
7419 * gdb.python/py-bad-printers.exp
7420 * gdb.python/py-block.exp
7421 * gdb.python/py-breakpoint-create-fail.exp
7422 * gdb.python/py-breakpoint.exp
7423 * gdb.python/py-caller-is.exp
7424 * gdb.python/py-cmd.exp
7425 * gdb.python/py-explore-cc.exp
7426 * gdb.python/py-explore.exp
7427 * gdb.python/py-finish-breakpoint.exp
7428 * gdb.python/py-finish-breakpoint2.exp
7429 * gdb.python/py-frame-args.exp
7430 * gdb.python/py-frame-inline.exp
7431 * gdb.python/py-frame.exp
7432 * gdb.python/py-framefilter-mi.exp
7433 * gdb.python/py-infthread.exp
7434 * gdb.python/py-lazy-string.exp
7435 * gdb.python/py-linetable.exp
7436 * gdb.python/py-mi-events.exp
7437 * gdb.python/py-mi-objfile.exp
7438 * gdb.python/py-mi.exp
7439 * gdb.python/py-objfile.exp
7440 * gdb.python/py-pp-integral.exp
7441 * gdb.python/py-pp-maint.exp
7442 * gdb.python/py-pp-re-notag.exp
7443 * gdb.python/py-pp-registration.exp
7444 * gdb.python/py-recurse-unwind.exp
7445 * gdb.python/py-strfns.exp
7446 * gdb.python/py-symbol.exp
7447 * gdb.python/py-symtab.exp
7448 * gdb.python/py-sync-interp.exp
7449 * gdb.python/py-typeprint.exp
7450 * gdb.python/py-unwind-maint.exp
7451 * gdb.python/py-unwind.exp
7452 * gdb.python/py-value-cc.exp
7453 * gdb.python/py-xmethods.exp
7454 * gdb.reverse/amd64-tailcall-reverse.exp
7455 * gdb.reverse/break-precsave.exp
7456 * gdb.reverse/break-reverse.exp
7457 * gdb.reverse/consecutive-precsave.exp
7458 * gdb.reverse/consecutive-reverse.exp
7459 * gdb.reverse/finish-precsave.exp
7460 * gdb.reverse/finish-reverse-bkpt.exp
7461 * gdb.reverse/finish-reverse.exp
7462 * gdb.reverse/fstatat-reverse.exp
7463 * gdb.reverse/getresuid-reverse.exp
7464 * gdb.reverse/i386-precsave.exp
7465 * gdb.reverse/i386-reverse.exp
7466 * gdb.reverse/i386-sse-reverse.exp
7467 * gdb.reverse/i387-env-reverse.exp
7468 * gdb.reverse/i387-stack-reverse.exp
7469 * gdb.reverse/insn-reverse.exp
7470 * gdb.reverse/machinestate-precsave.exp
7471 * gdb.reverse/machinestate.exp
7472 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7473 * gdb.reverse/pipe-reverse.exp
7474 * gdb.reverse/readv-reverse.exp
7475 * gdb.reverse/recvmsg-reverse.exp
7476 * gdb.reverse/rerun-prec.exp
7477 * gdb.reverse/s390-mvcle.exp
7478 * gdb.reverse/step-precsave.exp
7479 * gdb.reverse/step-reverse.exp
7480 * gdb.reverse/time-reverse.exp
7481 * gdb.reverse/until-precsave.exp
7482 * gdb.reverse/until-reverse.exp
7483 * gdb.reverse/waitpid-reverse.exp
7484 * gdb.reverse/watch-precsave.exp
7485 * gdb.reverse/watch-reverse.exp
7486 * gdb.rust/generics.exp
7487 * gdb.rust/methods.exp
7488 * gdb.rust/modules.exp
7489 * gdb.rust/simple.exp
7490 * gdb.server/connect-with-no-symbol-file.exp
7491 * gdb.server/ext-attach.exp
7492 * gdb.server/ext-restart.exp
7493 * gdb.server/ext-wrapper.exp
7494 * gdb.server/file-transfer.exp
7495 * gdb.server/server-exec-info.exp
7496 * gdb.server/server-kill.exp
7497 * gdb.server/server-mon.exp
7498 * gdb.server/wrapper.exp
7499 * gdb.stabs/exclfwd.exp
7500 * gdb.stabs/gdb11479.exp
7501 * gdb.threads/clone-new-thread-event.exp
7502 * gdb.threads/corethreads.exp
7503 * gdb.threads/current-lwp-dead.exp
7504 * gdb.threads/dlopen-libpthread.exp
7505 * gdb.threads/gcore-thread.exp
7506 * gdb.threads/sigstep-threads.exp
7507 * gdb.threads/watchpoint-fork.exp
7508 * gdb.trace/actions-changed.exp
7509 * gdb.trace/backtrace.exp
7510 * gdb.trace/change-loc.exp
7511 * gdb.trace/circ.exp
7512 * gdb.trace/collection.exp
7513 * gdb.trace/disconnected-tracing.exp
7514 * gdb.trace/ftrace.exp
7515 * gdb.trace/mi-trace-frame-collected.exp
7516 * gdb.trace/mi-trace-unavailable.exp
7517 * gdb.trace/mi-traceframe-changed.exp
7518 * gdb.trace/mi-tsv-changed.exp
7519 * gdb.trace/no-attach-trace.exp
7520 * gdb.trace/passc-dyn.exp
7521 * gdb.trace/qtro.exp
7522 * gdb.trace/range-stepping.exp
7523 * gdb.trace/read-memory.exp
7524 * gdb.trace/save-trace.exp
7525 * gdb.trace/signal.exp
7526 * gdb.trace/status-stop.exp
7527 * gdb.trace/tfile.exp
7528 * gdb.trace/trace-break.exp
7529 * gdb.trace/trace-buffer-size.exp
7530 * gdb.trace/trace-condition.exp
7531 * gdb.trace/tracefile-pseudo-reg.exp
7532 * gdb.trace/tstatus.exp
7533 * gdb.trace/unavailable.exp
7534 * gdb.trace/while-dyn.exp
7535 * gdb.trace/while-stepping.exp
7536
7537 2016-12-22 Doug Evans <xdje42@gmail.com>
7538
7539 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7540 and msymbols.
7541
7542 2016-12-19 Yao Qi <yao.qi@linaro.org>
7543
7544 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7545 (test_with_self): Don't call do_steps_and_nexts, and remove
7546 code about stepping into xmalloc.
7547
7548 2016-12-09 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7551
7552 2016-12-09 Yao Qi <yao.qi@linaro.org>
7553
7554 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7555
7556 2016-12-09 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.base/all-architectures-0.exp: New file.
7559 * gdb.base/all-architectures-1.exp: New file.
7560 * gdb.base/all-architectures-2.exp: New file.
7561 * gdb.base/all-architectures-3.exp: New file.
7562 * gdb.base/all-architectures-4.exp: New file.
7563 * gdb.base/all-architectures-5.exp: New file.
7564 * gdb.base/all-architectures-6.exp: New file.
7565 * gdb.base/all-architectures-7.exp: New file.
7566 * gdb.base/all-architectures.exp.in: New file.
7567
7568 2016-12-09 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7571
7572 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7573
7574 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7575 possible.
7576 Remove useless pattern-matching code.
7577
7578 2016-12-02 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7581 procedure.
7582 (top level): Call it.
7583
7584 2016-12-02 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7587 New procedure.
7588 (top level): Call it.
7589
7590 2016-12-02 Pedro Alves <palves@redhat.com>
7591
7592 PR cli/20559
7593 * gdb.base/commands.exp (user_defined_command_args_eval): New
7594 procedure.
7595 (top level): Call it.
7596
7597 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7598
7599 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7600 timeout handling.
7601
7602 2016-12-02 Tom Tromey <tom@tromey.com>
7603
7604 * gdb.dwarf2/main-subprogram.c: New file.
7605 * gdb.dwarf2/main-subprogram.exp: New file.
7606
7607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7608
7609 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7610 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7611 gdb_test_no_output for a couple of cases.
7612 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7613
7614 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7615
7616 Fix test names and standardize compilation error messages throughout
7617 the following files:
7618
7619 * gdb.ada/start.exp
7620 * gdb.arch/alpha-step.exp
7621 * gdb.arch/e500-prologue.exp
7622 * gdb.arch/ftrace-insn-reloc.exp
7623 * gdb.arch/gdb1291.exp
7624 * gdb.arch/gdb1431.exp
7625 * gdb.arch/gdb1558.exp
7626 * gdb.arch/i386-dr3-watch.exp
7627 * gdb.arch/i386-sse-stack-align.exp
7628 * gdb.arch/ia64-breakpoint-shadow.exp
7629 * gdb.arch/pa-nullify.exp
7630 * gdb.arch/powerpc-aix-prologue.exp
7631 * gdb.arch/thumb-bx-pc.exp
7632 * gdb.base/annota1.exp
7633 * gdb.base/annota3.exp
7634 * gdb.base/arrayidx.exp
7635 * gdb.base/assign.exp
7636 * gdb.base/attach.exp
7637 * gdb.base/auxv.exp
7638 * gdb.base/bang.exp
7639 * gdb.base/bfp-test.exp
7640 * gdb.base/bigcore.exp
7641 * gdb.base/bitfields2.exp
7642 * gdb.base/break-fun-addr.exp
7643 * gdb.base/break-probes.exp
7644 * gdb.base/call-rt-st.exp
7645 * gdb.base/callexit.exp
7646 * gdb.base/catch-fork-kill.exp
7647 * gdb.base/charset.exp
7648 * gdb.base/checkpoint.exp
7649 * gdb.base/comprdebug.exp
7650 * gdb.base/constvars.exp
7651 * gdb.base/coredump-filter.exp
7652 * gdb.base/cursal.exp
7653 * gdb.base/cvexpr.exp
7654 * gdb.base/detach.exp
7655 * gdb.base/display.exp
7656 * gdb.base/dmsym.exp
7657 * gdb.base/dprintf-pending.exp
7658 * gdb.base/dso2dso.exp
7659 * gdb.base/dtrace-probe.exp
7660 * gdb.base/dump.exp
7661 * gdb.base/enum_cond.exp
7662 * gdb.base/exe-lock.exp
7663 * gdb.base/exec-invalid-sysroot.exp
7664 * gdb.base/execl-update-breakpoints.exp
7665 * gdb.base/exprs.exp
7666 * gdb.base/fileio.exp
7667 * gdb.base/find.exp
7668 * gdb.base/finish.exp
7669 * gdb.base/fixsection.exp
7670 * gdb.base/foll-vfork.exp
7671 * gdb.base/frame-args.exp
7672 * gdb.base/gcore.exp
7673 * gdb.base/gdb1250.exp
7674 * gdb.base/global-var-nested-by-dso.exp
7675 * gdb.base/gnu-ifunc.exp
7676 * gdb.base/hashline1.exp
7677 * gdb.base/hashline2.exp
7678 * gdb.base/hashline3.exp
7679 * gdb.base/hbreak-in-shr-unsupported.exp
7680 * gdb.base/huge.exp
7681 * gdb.base/infcall-input.exp
7682 * gdb.base/info-fun.exp
7683 * gdb.base/info-shared.exp
7684 * gdb.base/jit-simple.exp
7685 * gdb.base/jit-so.exp
7686 * gdb.base/jit.exp
7687 * gdb.base/jump.exp
7688 * gdb.base/label.exp
7689 * gdb.base/lineinc.exp
7690 * gdb.base/logical.exp
7691 * gdb.base/longjmp.exp
7692 * gdb.base/macscp.exp
7693 * gdb.base/miscexprs.exp
7694 * gdb.base/new-ui-echo.exp
7695 * gdb.base/new-ui-pending-input.exp
7696 * gdb.base/new-ui.exp
7697 * gdb.base/nodebug.exp
7698 * gdb.base/nofield.exp
7699 * gdb.base/offsets.exp
7700 * gdb.base/overlays.exp
7701 * gdb.base/pending.exp
7702 * gdb.base/pointers.exp
7703 * gdb.base/pr11022.exp
7704 * gdb.base/printcmds.exp
7705 * gdb.base/prologue.exp
7706 * gdb.base/ptr-typedef.exp
7707 * gdb.base/realname-expand.exp
7708 * gdb.base/relativedebug.exp
7709 * gdb.base/relocate.exp
7710 * gdb.base/remote.exp
7711 * gdb.base/reread.exp
7712 * gdb.base/return2.exp
7713 * gdb.base/savedregs.exp
7714 * gdb.base/sep.exp
7715 * gdb.base/sepdebug.exp
7716 * gdb.base/sepsymtab.exp
7717 * gdb.base/set-inferior-tty.exp
7718 * gdb.base/setshow.exp
7719 * gdb.base/shlib-call.exp
7720 * gdb.base/sigaltstack.exp
7721 * gdb.base/siginfo-addr.exp
7722 * gdb.base/signals.exp
7723 * gdb.base/signull.exp
7724 * gdb.base/sigrepeat.exp
7725 * gdb.base/so-impl-ld.exp
7726 * gdb.base/solib-display.exp
7727 * gdb.base/solib-overlap.exp
7728 * gdb.base/solib-search.exp
7729 * gdb.base/solib-symbol.exp
7730 * gdb.base/structs.exp
7731 * gdb.base/structs2.exp
7732 * gdb.base/symtab-search-order.exp
7733 * gdb.base/twice.exp
7734 * gdb.base/unload.exp
7735 * gdb.base/varargs.exp
7736 * gdb.base/watchpoint-solib.exp
7737 * gdb.base/watchpoint.exp
7738 * gdb.base/whatis.exp
7739 * gdb.base/wrong_frame_bt_full.exp
7740 * gdb.btrace/dlopen.exp
7741 * gdb.cell/ea-standalone.exp
7742 * gdb.cell/ea-test.exp
7743 * gdb.cp/dispcxx.exp
7744 * gdb.cp/gdb2384.exp
7745 * gdb.cp/method2.exp
7746 * gdb.cp/nextoverthrow.exp
7747 * gdb.cp/pr10728.exp
7748 * gdb.disasm/am33.exp
7749 * gdb.disasm/h8300s.exp
7750 * gdb.disasm/mn10300.exp
7751 * gdb.disasm/sh3.exp
7752 * gdb.dwarf2/dw2-dir-file-name.exp
7753 * gdb.fortran/complex.exp
7754 * gdb.fortran/library-module.exp
7755 * gdb.guile/scm-pretty-print.exp
7756 * gdb.guile/scm-symbol.exp
7757 * gdb.guile/scm-type.exp
7758 * gdb.guile/scm-value.exp
7759 * gdb.linespec/linespec.exp
7760 * gdb.mi/gdb701.exp
7761 * gdb.mi/gdb792.exp
7762 * gdb.mi/mi-breakpoint-changed.exp
7763 * gdb.mi/mi-dprintf-pending.exp
7764 * gdb.mi/mi-dprintf.exp
7765 * gdb.mi/mi-exit-code.exp
7766 * gdb.mi/mi-pending.exp
7767 * gdb.mi/mi-solib.exp
7768 * gdb.mi/new-ui-mi-sync.exp
7769 * gdb.mi/pr11022.exp
7770 * gdb.mi/user-selected-context-sync.exp
7771 * gdb.opt/solib-intra-step.exp
7772 * gdb.python/py-events.exp
7773 * gdb.python/py-finish-breakpoint.exp
7774 * gdb.python/py-mi.exp
7775 * gdb.python/py-prettyprint.exp
7776 * gdb.python/py-shared.exp
7777 * gdb.python/py-symbol.exp
7778 * gdb.python/py-template.exp
7779 * gdb.python/py-type.exp
7780 * gdb.python/py-value.exp
7781 * gdb.reverse/solib-precsave.exp
7782 * gdb.reverse/solib-reverse.exp
7783 * gdb.server/solib-list.exp
7784 * gdb.stabs/weird.exp
7785 * gdb.threads/reconnect-signal.exp
7786 * gdb.threads/stepi-random-signal.exp
7787 * gdb.trace/actions.exp
7788 * gdb.trace/ax.exp
7789 * gdb.trace/backtrace.exp
7790 * gdb.trace/change-loc.exp
7791 * gdb.trace/deltrace.exp
7792 * gdb.trace/ftrace-lock.exp
7793 * gdb.trace/ftrace.exp
7794 * gdb.trace/infotrace.exp
7795 * gdb.trace/mi-tracepoint-changed.exp
7796 * gdb.trace/packetlen.exp
7797 * gdb.trace/passcount.exp
7798 * gdb.trace/pending.exp
7799 * gdb.trace/range-stepping.exp
7800 * gdb.trace/report.exp
7801 * gdb.trace/stap-trace.exp
7802 * gdb.trace/tfind.exp
7803 * gdb.trace/trace-break.exp
7804 * gdb.trace/trace-condition.exp
7805 * gdb.trace/trace-enable-disable.exp
7806 * gdb.trace/trace-mt.exp
7807 * gdb.trace/tracecmd.exp
7808 * gdb.trace/tspeed.exp
7809 * gdb.trace/tsv.exp
7810 * lib/perftest.exp
7811
7812 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7813
7814 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7815 with gdb_test_no_output.
7816 Use command as test name.
7817
7818 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7819
7820 Fix test names starting with uppercase throughout the files.
7821
7822 * gdb.ada/assign_1.exp
7823 * gdb.ada/boolean_expr.exp
7824 * gdb.base/arrayidx.exp
7825 * gdb.base/del.exp
7826 * gdb.base/gcore-buffer-overflow.exp
7827 * gdb.base/testenv.exp
7828 * gdb.compile/compile.exp
7829 * gdb.python/py-framefilter-invalidarg.exp
7830 * gdb.python/py-framefilter.exp
7831
7832 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7833
7834 Fix test names starting with uppercase throughout the files.
7835
7836 * gdb.ada/array_return.exp
7837 * gdb.ada/expr_delims.exp
7838 * gdb.ada/mi_dyn_arr.exp
7839 * gdb.ada/mi_interface.exp
7840 * gdb.ada/mi_var_array.exp
7841 * gdb.ada/watch_arg.exp
7842 * gdb.arch/alpha-step.exp
7843 * gdb.arch/altivec-regs.exp
7844 * gdb.arch/e500-regs.exp
7845 * gdb.arch/powerpc-d128-regs.exp
7846 * gdb.base/arrayidx.exp
7847 * gdb.base/break.exp
7848 * gdb.base/checkpoint.exp
7849 * gdb.base/debug-expr.exp
7850 * gdb.base/dmsym.exp
7851 * gdb.base/radix.exp
7852 * gdb.base/sepdebug.exp
7853 * gdb.base/testenv.exp
7854 * gdb.base/watch_thread_num.exp
7855 * gdb.base/watchpoint-cond-gone.exp
7856 * gdb.cell/break.exp
7857 * gdb.cell/ea-cache.exp
7858 * gdb.compile/compile.exp
7859 * gdb.cp/gdb2495.exp
7860 * gdb.gdb/selftest.exp
7861 * gdb.gdb/xfullpath.exp
7862 * gdb.go/hello.exp
7863 * gdb.go/integers.exp
7864 * gdb.objc/basicclass.exp
7865 * gdb.pascal/hello.exp
7866 * gdb.pascal/integers.exp
7867 * gdb.python/py-breakpoint.exp
7868 * gdb.python/py-cmd.exp
7869 * gdb.python/py-linetable.exp
7870 * gdb.python/py-xmethods.exp
7871 * gdb.python/python.exp
7872 * gdb.reverse/consecutive-precsave.exp
7873 * gdb.reverse/finish-precsave.exp
7874 * gdb.reverse/i386-precsave.exp
7875 * gdb.reverse/machinestate-precsave.exp
7876 * gdb.reverse/sigall-precsave.exp
7877 * gdb.reverse/solib-precsave.exp
7878 * gdb.reverse/step-precsave.exp
7879 * gdb.reverse/until-precsave.exp
7880 * gdb.reverse/watch-precsave.exp
7881 * gdb.threads/leader-exit.exp
7882 * gdb.threads/pthreads.exp
7883 * gdb.threads/wp-replication.exp
7884 * gdb.trace/actions.exp
7885 * gdb.trace/mi-tsv-changed.exp
7886 * gdb.trace/tsv.exp
7887
7888 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7889
7890 Fix test names starting with uppercase throughout the files.
7891
7892 * gdb.arch/i386-bp_permanent.exp
7893 * gdb.arch/i386-gnu-cfi.exp
7894 * gdb.base/disasm-end-cu.exp
7895 * gdb.base/macscp.exp
7896 * gdb.base/pending.exp
7897 * gdb.base/watch_thread_num.exp
7898 * gdb.cp/exception.exp
7899 * gdb.cp/gdb2495.exp
7900 * gdb.cp/local.exp
7901 * gdb.python/py-evsignal.exp
7902 * gdb.python/python.exp
7903 * gdb.trace/tracecmd.exp
7904
7905 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7906
7907 Fix test names starting with uppercase throughout the files.
7908
7909 * gdb.base/charset.exp
7910 * gdb.base/eval.exp
7911 * gdb.base/multi-forks.exp
7912 * gdb.guile/scm-progspace.exp
7913 * gdb.opencl/datatypes.exp
7914 * gdb.python/py-block.exp
7915 * gdb.python/py-function.exp
7916 * gdb.python/py-symbol.exp
7917 * gdb.python/py-symtab.exp
7918 * gdb.python/py-xmethods.exp
7919 * gdb.reverse/break-precsave.exp
7920 * gdb.reverse/break-reverse.exp
7921 * gdb.reverse/consecutive-precsave.exp
7922 * gdb.reverse/consecutive-reverse.exp
7923 * gdb.reverse/finish-precsave.exp
7924 * gdb.reverse/finish-reverse-bkpt.exp
7925 * gdb.reverse/finish-reverse.exp
7926 * gdb.reverse/fstatat-reverse.exp
7927 * gdb.reverse/getresuid-reverse.exp
7928 * gdb.reverse/i386-precsave.exp
7929 * gdb.reverse/i386-reverse.exp
7930 * gdb.reverse/i386-sse-reverse.exp
7931 * gdb.reverse/i387-stack-reverse.exp
7932 * gdb.reverse/insn-reverse.exp
7933 * gdb.reverse/machinestate-precsave.exp
7934 * gdb.reverse/machinestate.exp
7935 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7936 * gdb.reverse/pipe-reverse.exp
7937 * gdb.reverse/readv-reverse.exp
7938 * gdb.reverse/recvmsg-reverse.exp
7939 * gdb.reverse/rerun-prec.exp
7940 * gdb.reverse/s390-mvcle.exp
7941 * gdb.reverse/sigall-precsave.exp
7942 * gdb.reverse/sigall-reverse.exp
7943 * gdb.reverse/solib-precsave.exp
7944 * gdb.reverse/solib-reverse.exp
7945 * gdb.reverse/step-precsave.exp
7946 * gdb.reverse/step-reverse.exp
7947 * gdb.reverse/time-reverse.exp
7948 * gdb.reverse/until-precsave.exp
7949 * gdb.reverse/until-reverse.exp
7950 * gdb.reverse/waitpid-reverse.exp
7951 * gdb.reverse/watch-precsave.exp
7952 * gdb.reverse/watch-reverse.exp
7953
7954 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7955
7956 Fix test names starting with uppercase throughout the files.
7957
7958 * gdb.arch/i386-mpx-simple_segv.exp
7959 * gdb.arch/i386-mpx.exp
7960 * gdb.arch/i386-permbkpt.exp
7961 * gdb.arch/pa-nullify.exp
7962 * gdb.arch/powerpc-d128-regs.exp
7963 * gdb.arch/vsx-regs.exp
7964 * gdb.base/bfp-test.exp
7965 * gdb.base/break.exp
7966 * gdb.base/breakpoint-shadow.exp
7967 * gdb.base/callfuncs.exp
7968 * gdb.base/charset.exp
7969 * gdb.base/commands.exp
7970 * gdb.base/completion.exp
7971 * gdb.base/dfp-test.exp
7972 * gdb.base/echo.exp
7973 * gdb.base/ending-run.exp
7974 * gdb.base/eval.exp
7975 * gdb.base/expand-psymtabs.exp
7976 * gdb.base/float128.exp
7977 * gdb.base/floatn.exp
7978 * gdb.base/foll-exec-mode.exp
7979 * gdb.base/gdb1056.exp
7980 * gdb.base/gdb11531.exp
7981 * gdb.base/kill-after-signal.exp
7982 * gdb.base/multi-forks.exp
7983 * gdb.base/overlays.exp
7984 * gdb.base/pending.exp
7985 * gdb.base/sepdebug.exp
7986 * gdb.base/testenv.exp
7987 * gdb.base/valgrind-db-attach.exp
7988 * gdb.base/watch_thread_num.exp
7989 * gdb.base/watchpoint-cond-gone.exp
7990 * gdb.base/watchpoint.exp
7991 * gdb.base/watchpoints.exp
7992 * gdb.cp/arg-reference.exp
7993 * gdb.cp/baseenum.exp
7994 * gdb.cp/operator.exp
7995 * gdb.cp/shadow.exp
7996 * gdb.dwarf2/dw2-op-out-param.exp
7997 * gdb.dwarf2/dw2-reg-undefined.exp
7998 * gdb.go/chan.exp
7999 * gdb.go/hello.exp
8000 * gdb.go/integers.exp
8001 * gdb.go/methods.exp
8002 * gdb.go/package.exp
8003 * gdb.guile/scm-parameter.exp
8004 * gdb.guile/scm-progspace.exp
8005 * gdb.guile/scm-value.exp
8006 * gdb.mi/mi-pending.exp
8007 * gdb.mi/user-selected-context-sync.exp
8008 * gdb.multi/multi-attach.exp
8009 * gdb.multi/tids.exp
8010 * gdb.opt/clobbered-registers-O2.exp
8011 * gdb.pascal/floats.exp
8012 * gdb.pascal/integers.exp
8013 * gdb.python/py-block.exp
8014 * gdb.python/py-events.exp
8015 * gdb.python/py-parameter.exp
8016 * gdb.python/py-symbol.exp
8017 * gdb.python/py-symtab.exp
8018 * gdb.python/py-type.exp
8019 * gdb.python/py-value.exp
8020 * gdb.python/py-xmethods.exp
8021 * gdb.python/python.exp
8022 * gdb.reverse/break-precsave.exp
8023 * gdb.reverse/consecutive-precsave.exp
8024 * gdb.reverse/finish-precsave.exp
8025 * gdb.reverse/i386-precsave.exp
8026 * gdb.reverse/machinestate-precsave.exp
8027 * gdb.reverse/sigall-precsave.exp
8028 * gdb.reverse/solib-precsave.exp
8029 * gdb.reverse/step-precsave.exp
8030 * gdb.reverse/until-precsave.exp
8031 * gdb.reverse/watch-precsave.exp
8032 * gdb.server/ext-attach.exp
8033 * gdb.server/ext-restart.exp
8034 * gdb.server/ext-run.exp
8035 * gdb.server/ext-wrapper.exp
8036 * gdb.stabs/gdb11479.exp
8037 * gdb.stabs/weird.exp
8038 * gdb.threads/attach-many-short-lived-threads.exp
8039 * gdb.threads/kill.exp
8040 * gdb.threads/watchpoint-fork.exp
8041
8042 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8043
8044 Fix test names starting with uppercase throughout all the files below.
8045
8046 * gdb.ada/array_return.exp
8047 * gdb.ada/catch_ex.exp
8048 * gdb.ada/info_exc.exp
8049 * gdb.ada/mi_catch_ex.exp
8050 * gdb.ada/mi_dyn_arr.exp
8051 * gdb.ada/mi_ex_cond.exp
8052 * gdb.ada/mi_exc_info.exp
8053 * gdb.ada/mi_interface.exp
8054 * gdb.ada/mi_task_arg.exp
8055 * gdb.ada/mi_task_info.exp
8056 * gdb.ada/mi_var_array.exp
8057 * gdb.arch/alpha-step.exp
8058 * gdb.arch/amd64-disp-step.exp
8059 * gdb.arch/arm-disp-step.exp
8060 * gdb.arch/disp-step-insn-reloc.exp
8061 * gdb.arch/e500-prologue.exp
8062 * gdb.arch/ftrace-insn-reloc.exp
8063 * gdb.arch/gdb1558.exp
8064 * gdb.arch/i386-bp_permanent.exp
8065 * gdb.arch/i386-disp-step.exp
8066 * gdb.arch/i386-float.exp
8067 * gdb.arch/i386-gnu-cfi.exp
8068 * gdb.arch/ia64-breakpoint-shadow.exp
8069 * gdb.arch/mips16-thunks.exp
8070 * gdb.arch/pa-nullify.exp
8071 * gdb.arch/powerpc-aix-prologue.exp
8072 * gdb.arch/powerpc-power.exp
8073 * gdb.arch/ppc-dfp.exp
8074 * gdb.arch/s390-tdbregs.exp
8075 * gdb.arch/spu-info.exp
8076 * gdb.arch/spu-ls.exp
8077 * gdb.arch/thumb-bx-pc.exp
8078 * gdb.base/advance.exp
8079 * gdb.base/annota-input-while-running.exp
8080 * gdb.base/arrayidx.exp
8081 * gdb.base/asmlabel.exp
8082 * gdb.base/async.exp
8083 * gdb.base/attach-wait-input.exp
8084 * gdb.base/auto-connect-native-target.exp
8085 * gdb.base/batch-preserve-term-settings.exp
8086 * gdb.base/bfp-test.exp
8087 * gdb.base/bigcore.exp
8088 * gdb.base/bp-permanent.exp
8089 * gdb.base/break-always.exp
8090 * gdb.base/break-fun-addr.exp
8091 * gdb.base/break-idempotent.exp
8092 * gdb.base/break-main-file-remove-fail.exp
8093 * gdb.base/break-probes.exp
8094 * gdb.base/break-unload-file.exp
8095 * gdb.base/break.exp
8096 * gdb.base/call-ar-st.exp
8097 * gdb.base/call-rt-st.exp
8098 * gdb.base/call-sc.exp
8099 * gdb.base/call-signal-resume.exp
8100 * gdb.base/call-strs.exp
8101 * gdb.base/callexit.exp
8102 * gdb.base/callfuncs.exp
8103 * gdb.base/catch-gdb-caused-signals.exp
8104 * gdb.base/catch-signal-siginfo-cond.exp
8105 * gdb.base/catch-syscall.exp
8106 * gdb.base/compare-sections.exp
8107 * gdb.base/cond-eval-mode.exp
8108 * gdb.base/condbreak-call-false.exp
8109 * gdb.base/consecutive-step-over.exp
8110 * gdb.base/cursal.exp
8111 * gdb.base/disabled-location.exp
8112 * gdb.base/disasm-end-cu.exp
8113 * gdb.base/display.exp
8114 * gdb.base/double-prompt-target-event-error.exp
8115 * gdb.base/dprintf-bp-same-addr.exp
8116 * gdb.base/dprintf-detach.exp
8117 * gdb.base/dprintf-next.exp
8118 * gdb.base/dprintf-non-stop.exp
8119 * gdb.base/dprintf-pending.exp
8120 * gdb.base/dso2dso.exp
8121 * gdb.base/ending-run.exp
8122 * gdb.base/enum_cond.exp
8123 * gdb.base/examine-backward.exp
8124 * gdb.base/exe-lock.exp
8125 * gdb.base/exec-invalid-sysroot.exp
8126 * gdb.base/execl-update-breakpoints.exp
8127 * gdb.base/execution-termios.exp
8128 * gdb.base/fileio.exp
8129 * gdb.base/fixsection.exp
8130 * gdb.base/foll-exec-mode.exp
8131 * gdb.base/foll-exec.exp
8132 * gdb.base/fork-running-state.exp
8133 * gdb.base/frame-args.exp
8134 * gdb.base/fullpath-expand.exp
8135 * gdb.base/func-ptr.exp
8136 * gdb.base/gcore-relro-pie.exp
8137 * gdb.base/gdb1090.exp
8138 * gdb.base/gdb1555.exp
8139 * gdb.base/global-var-nested-by-dso.exp
8140 * gdb.base/gnu-ifunc.exp
8141 * gdb.base/hbreak-in-shr-unsupported.exp
8142 * gdb.base/hbreak-unmapped.exp
8143 * gdb.base/hook-stop.exp
8144 * gdb.base/infcall-input.exp
8145 * gdb.base/info-fun.exp
8146 * gdb.base/info-shared.exp
8147 * gdb.base/interrupt-noterm.exp
8148 * gdb.base/jit-so.exp
8149 * gdb.base/jit.exp
8150 * gdb.base/line-symtabs.exp
8151 * gdb.base/list.exp
8152 * gdb.base/longjmp.exp
8153 * gdb.base/macscp.exp
8154 * gdb.base/max-value-size.exp
8155 * gdb.base/nodebug.exp
8156 * gdb.base/nofield.exp
8157 * gdb.base/overlays.exp
8158 * gdb.base/paginate-after-ctrl-c-running.exp
8159 * gdb.base/paginate-bg-execution.exp
8160 * gdb.base/paginate-inferior-exit.exp
8161 * gdb.base/pending.exp
8162 * gdb.base/pr11022.exp
8163 * gdb.base/printcmds.exp
8164 * gdb.base/ptr-typedef.exp
8165 * gdb.base/ptype.exp
8166 * gdb.base/randomize.exp
8167 * gdb.base/range-stepping.exp
8168 * gdb.base/realname-expand.exp
8169 * gdb.base/relativedebug.exp
8170 * gdb.base/remote.exp
8171 * gdb.base/savedregs.exp
8172 * gdb.base/sepdebug.exp
8173 * gdb.base/set-noassign.exp
8174 * gdb.base/shlib-call.exp
8175 * gdb.base/shreloc.exp
8176 * gdb.base/sigaltstack.exp
8177 * gdb.base/sigbpt.exp
8178 * gdb.base/siginfo-addr.exp
8179 * gdb.base/siginfo-obj.exp
8180 * gdb.base/siginfo-thread.exp
8181 * gdb.base/signest.exp
8182 * gdb.base/signull.exp
8183 * gdb.base/sigrepeat.exp
8184 * gdb.base/skip.exp
8185 * gdb.base/so-impl-ld.exp
8186 * gdb.base/solib-corrupted.exp
8187 * gdb.base/solib-disc.exp
8188 * gdb.base/solib-display.exp
8189 * gdb.base/solib-overlap.exp
8190 * gdb.base/solib-search.exp
8191 * gdb.base/solib-symbol.exp
8192 * gdb.base/source-execution.exp
8193 * gdb.base/sss-bp-on-user-bp-2.exp
8194 * gdb.base/sss-bp-on-user-bp.exp
8195 * gdb.base/stack-checking.exp
8196 * gdb.base/stale-infcall.exp
8197 * gdb.base/step-break.exp
8198 * gdb.base/step-line.exp
8199 * gdb.base/step-over-exit.exp
8200 * gdb.base/step-test.exp
8201 * gdb.base/structs.exp
8202 * gdb.base/sym-file.exp
8203 * gdb.base/symtab-search-order.exp
8204 * gdb.base/term.exp
8205 * gdb.base/type-opaque.exp
8206 * gdb.base/unload.exp
8207 * gdb.base/until-nodebug.exp
8208 * gdb.base/until.exp
8209 * gdb.base/unwindonsignal.exp
8210 * gdb.base/watch-cond.exp
8211 * gdb.base/watch-non-mem.exp
8212 * gdb.base/watch_thread_num.exp
8213 * gdb.base/watchpoint-reuse-slot.exp
8214 * gdb.base/watchpoint-solib.exp
8215 * gdb.base/watchpoint.exp
8216 * gdb.btrace/dlopen.exp
8217 * gdb.cell/arch.exp
8218 * gdb.cell/break.exp
8219 * gdb.cell/bt.exp
8220 * gdb.cell/core.exp
8221 * gdb.cell/data.exp
8222 * gdb.cell/dwarfaddr.exp
8223 * gdb.cell/ea-cache.exp
8224 * gdb.cell/ea-standalone.exp
8225 * gdb.cell/ea-test.exp
8226 * gdb.cell/f-regs.exp
8227 * gdb.cell/fork.exp
8228 * gdb.cell/gcore.exp
8229 * gdb.cell/mem-access.exp
8230 * gdb.cell/ptype.exp
8231 * gdb.cell/registers.exp
8232 * gdb.cell/sizeof.exp
8233 * gdb.cell/solib-symbol.exp
8234 * gdb.cell/solib.exp
8235 * gdb.compile/compile-tls.exp
8236 * gdb.cp/exception.exp
8237 * gdb.cp/gdb2495.exp
8238 * gdb.cp/local.exp
8239 * gdb.cp/mb-inline.exp
8240 * gdb.cp/mb-templates.exp
8241 * gdb.cp/pr10687.exp
8242 * gdb.cp/pr9167.exp
8243 * gdb.cp/scope-err.exp
8244 * gdb.cp/templates.exp
8245 * gdb.cp/virtfunc.exp
8246 * gdb.dwarf2/dw2-dir-file-name.exp
8247 * gdb.dwarf2/dw2-single-line-discriminators.exp
8248 * gdb.fortran/complex.exp
8249 * gdb.fortran/library-module.exp
8250 * gdb.guile/guile.exp
8251 * gdb.guile/scm-cmd.exp
8252 * gdb.guile/scm-frame-inline.exp
8253 * gdb.guile/scm-objfile.exp
8254 * gdb.guile/scm-pretty-print.exp
8255 * gdb.guile/scm-symbol.exp
8256 * gdb.guile/scm-type.exp
8257 * gdb.guile/scm-value.exp
8258 * gdb.linespec/keywords.exp
8259 * gdb.linespec/ls-errs.exp
8260 * gdb.linespec/macro-relative.exp
8261 * gdb.linespec/thread.exp
8262 * gdb.mi/mi-breakpoint-changed.exp
8263 * gdb.mi/mi-dprintf-pending.exp
8264 * gdb.mi/mi-fullname-deleted.exp
8265 * gdb.mi/mi-logging.exp
8266 * gdb.mi/mi-pending.exp
8267 * gdb.mi/mi-solib.exp
8268 * gdb.mi/new-ui-mi-sync.exp
8269 * gdb.mi/user-selected-context-sync.exp
8270 * gdb.multi/dummy-frame-restore.exp
8271 * gdb.multi/multi-arch-exec.exp
8272 * gdb.multi/remove-inferiors.exp
8273 * gdb.multi/watchpoint-multi-exit.exp
8274 * gdb.opt/solib-intra-step.exp
8275 * gdb.perf/backtrace.exp
8276 * gdb.perf/single-step.exp
8277 * gdb.perf/skip-command.exp
8278 * gdb.perf/skip-prologue.exp
8279 * gdb.perf/solib.exp
8280 * gdb.python/lib-types.exp
8281 * gdb.python/py-as-string.exp
8282 * gdb.python/py-bad-printers.exp
8283 * gdb.python/py-block.exp
8284 * gdb.python/py-breakpoint.exp
8285 * gdb.python/py-cmd.exp
8286 * gdb.python/py-events.exp
8287 * gdb.python/py-evthreads.exp
8288 * gdb.python/py-finish-breakpoint.exp
8289 * gdb.python/py-finish-breakpoint2.exp
8290 * gdb.python/py-frame-inline.exp
8291 * gdb.python/py-frame.exp
8292 * gdb.python/py-inferior.exp
8293 * gdb.python/py-infthread.exp
8294 * gdb.python/py-mi.exp
8295 * gdb.python/py-objfile.exp
8296 * gdb.python/py-pp-maint.exp
8297 * gdb.python/py-pp-registration.exp
8298 * gdb.python/py-prettyprint.exp
8299 * gdb.python/py-recurse-unwind.exp
8300 * gdb.python/py-shared.exp
8301 * gdb.python/py-symbol.exp
8302 * gdb.python/py-symtab.exp
8303 * gdb.python/py-template.exp
8304 * gdb.python/py-type.exp
8305 * gdb.python/py-unwind-maint.exp
8306 * gdb.python/py-unwind.exp
8307 * gdb.python/py-value.exp
8308 * gdb.python/python.exp
8309 * gdb.reverse/finish-reverse-bkpt.exp
8310 * gdb.reverse/insn-reverse.exp
8311 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8312 * gdb.reverse/solib-precsave.exp
8313 * gdb.reverse/solib-reverse.exp
8314 * gdb.stabs/gdb11479.exp
8315 * gdb.stabs/weird.exp
8316 * gdb.threads/fork-child-threads.exp
8317 * gdb.threads/fork-plus-threads.exp
8318 * gdb.threads/fork-thread-pending.exp
8319 * gdb.threads/forking-threads-plus-breakpoint.exp
8320 * gdb.threads/hand-call-in-threads.exp
8321 * gdb.threads/interrupted-hand-call.exp
8322 * gdb.threads/linux-dp.exp
8323 * gdb.threads/local-watch-wrong-thread.exp
8324 * gdb.threads/next-while-other-thread-longjmps.exp
8325 * gdb.threads/non-ldr-exit.exp
8326 * gdb.threads/pending-step.exp
8327 * gdb.threads/print-threads.exp
8328 * gdb.threads/process-dies-while-detaching.exp
8329 * gdb.threads/process-dies-while-handling-bp.exp
8330 * gdb.threads/pthreads.exp
8331 * gdb.threads/queue-signal.exp
8332 * gdb.threads/reconnect-signal.exp
8333 * gdb.threads/signal-command-handle-nopass.exp
8334 * gdb.threads/signal-command-multiple-signals-pending.exp
8335 * gdb.threads/signal-delivered-right-thread.exp
8336 * gdb.threads/signal-sigtrap.exp
8337 * gdb.threads/sigthread.exp
8338 * gdb.threads/staticthreads.exp
8339 * gdb.threads/stepi-random-signal.exp
8340 * gdb.threads/thread-unwindonsignal.exp
8341 * gdb.threads/thread_check.exp
8342 * gdb.threads/thread_events.exp
8343 * gdb.threads/tid-reuse.exp
8344 * gdb.threads/tls-nodebug.exp
8345 * gdb.threads/tls-shared.exp
8346 * gdb.threads/tls-so_extern.exp
8347 * gdb.threads/tls.exp
8348 * gdb.threads/wp-replication.exp
8349 * gdb.trace/actions-changed.exp
8350 * gdb.trace/actions.exp
8351 * gdb.trace/backtrace.exp
8352 * gdb.trace/change-loc.exp
8353 * gdb.trace/collection.exp
8354 * gdb.trace/deltrace.exp
8355 * gdb.trace/disconnected-tracing.exp
8356 * gdb.trace/entry-values.exp
8357 * gdb.trace/ftrace-lock.exp
8358 * gdb.trace/ftrace.exp
8359 * gdb.trace/infotrace.exp
8360 * gdb.trace/mi-trace-frame-collected.exp
8361 * gdb.trace/mi-trace-unavailable.exp
8362 * gdb.trace/mi-traceframe-changed.exp
8363 * gdb.trace/mi-tracepoint-changed.exp
8364 * gdb.trace/mi-tsv-changed.exp
8365 * gdb.trace/no-attach-trace.exp
8366 * gdb.trace/packetlen.exp
8367 * gdb.trace/passc-dyn.exp
8368 * gdb.trace/passcount.exp
8369 * gdb.trace/pending.exp
8370 * gdb.trace/pr16508.exp
8371 * gdb.trace/qtro.exp
8372 * gdb.trace/range-stepping.exp
8373 * gdb.trace/read-memory.exp
8374 * gdb.trace/report.exp
8375 * gdb.trace/save-trace.exp
8376 * gdb.trace/signal.exp
8377 * gdb.trace/stap-trace.exp
8378 * gdb.trace/status-stop.exp
8379 * gdb.trace/strace.exp
8380 * gdb.trace/tfile.exp
8381 * gdb.trace/tfind.exp
8382 * gdb.trace/trace-break.exp
8383 * gdb.trace/trace-condition.exp
8384 * gdb.trace/trace-enable-disable.exp
8385 * gdb.trace/trace-mt.exp
8386 * gdb.trace/tracecmd.exp
8387 * gdb.trace/tracefile-pseudo-reg.exp
8388 * gdb.trace/tspeed.exp
8389 * gdb.trace/tstatus.exp
8390 * gdb.trace/tsv.exp
8391 * gdb.trace/unavailable.exp
8392 * gdb.trace/while-dyn.exp
8393 * gdb.trace/while-stepping.exp
8394 * lib/gdb-guile.exp
8395 * lib/gdb.exp
8396 * lib/mi-support.exp
8397 * lib/pascal.exp
8398 * lib/perftest.exp
8399 * lib/prelink-support.exp
8400 * lib/selftest-support.exp
8401
8402 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8403
8404 * Makefile.in: Include disable-implicit-rules.mk.
8405
8406 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8407
8408 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8409 non-byte-aligned bit fields.
8410
8411 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 PR gdb/12616
8414 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8415 respects the DW_AT_data_bit_offset attribute.
8416
8417 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8418
8419 * gdb.base/default.exp: Fix output of "set language".
8420
8421 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8422
8423 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8424 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8425 make.
8426 * configure.ac: Remove checks for the make program.
8427 * configure: Re-generate.
8428
8429 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8430
8431 * gdb.python/py-recurse-unwind.c (main): Add loop.
8432 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8433 to read_register() and gdb.parse_and_eval(). Make each code
8434 call a separate case that can be individually tested.
8435 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8436 proc. Call cont_and_backtrace for each of the code paths that
8437 we want to test in the unwinder.
8438
8439 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8442 the definition of struct S.
8443
8444 2016-11-11 Catherine Moore <clm@codesourcery.com>
8445
8446 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8447
8448 2016-11-09 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/commands.exp (runto_or_return): New procedure.
8451 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8452 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8453 (progvar_simple_while_test, progvar_complex_if_while_test)
8454 (if_while_breakpoint_command_test)
8455 (infrun_breakpoint_command_test, breakpoint_command_test)
8456 (user_defined_command_test, watchpoint_command_test)
8457 (test_command_prompt_position, redefine_hook_test)
8458 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8459 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8460 multi_line_input and multi_line. Remove gdb_expect and
8461 gdb_stop_suppressing_tests uses.
8462 * lib/gdb.exp (valnum_re): New global.
8463 (multi_line_input): New procedure.
8464
8465 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8466
8467 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8468 Remove.
8469 (test_setup): Define with proc_with_prefix.
8470 (test_cli_inferior): Likewise.
8471 (test_cli_thread): Likewise.
8472 (test_cli_frame): Likewise.
8473 (test_cli_select_frame): Likewise.
8474 (test_cli_up_down): Likewise.
8475 (test_mi_thread_select): Likewise.
8476 (test_mi_stack_select_frame): Likewise.
8477 (test_cli_in_mi_inferior): Likewise.
8478 (test_cli_in_mi_thread): Likewise.
8479 (test_cli_in_mi_frame): Likewise.
8480 (top level): Do not use with_test_prefix_procname.
8481
8482 2016-11-09 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/commands.exp (gdbvar_simple_if_test)
8485 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8486 (progvar_simple_if_test, progvar_simple_while_test)
8487 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8488 (infrun_breakpoint_command_test, breakpoint_command_test)
8489 (user_defined_command_test, watchpoint_command_test)
8490 (test_command_prompt_position, deprecated_command_test)
8491 (bp_deleted_in_command, temporary_breakpoint_commands)
8492 (stray_arg0_test, source_file_with_indented_comment)
8493 (recursive_source_test, if_commands_test)
8494 (error_clears_commands_left, redefine_hook_test)
8495 (redefine_backtrace_test): Use proc_with_prefix.
8496 * lib/gdb.exp (proc_with_prefix): New proc.
8497
8498 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8499
8500 * gdb.base/tui-layout.c: New file.
8501 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8502 disassembly window contains very long lines.
8503
8504 2016-11-08 Tom Tromey <tom@tromey.com>
8505
8506 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8507 depend on Python 2.
8508
8509 2016-11-08 Tom Tromey <tom@tromey.com>
8510
8511 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8512 New method.
8513
8514 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8515
8516 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8517
8518 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8519
8520 * gdb.rust/simple.rs: Add test for univariant enums without
8521 discriminants and for encoded struct-like enums.
8522
8523 2016-10-28 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8526 gdb_test_multiple, tighten regexps and match symtabs and line
8527 tables incrementally.
8528
8529 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8530
8531 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8532 general.
8533
8534 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8535
8536 * gdb.base/exec-invalid-sysroot.exp: New file.
8537
8538 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8541
8542 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8543
8544 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8545
8546 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8547
8548 * gdb.base/killed-outside.exp: Remove $options from a call to
8549 `prepare_for_testing'.
8550
8551 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8554 Change test message.
8555
8556 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8557
8558 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8559 Update comment.
8560
8561 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8562
8563 * gdb.trace/mi-trace-save.exp: New file.
8564
8565 2016-10-13 Yao Qi <yao.qi@linaro.org>
8566
8567 * gdb.base/code_elim.exp (get_var_address): Remove.
8568 * gdb.base/relocate.exp: Likewise.
8569 * gdb.base/shreloc.exp: Likewise.
8570 * lib/gdb.exp (get_var_address): New.
8571
8572 2016-10-13 Yao Qi <yao.qi@linaro.org>
8573
8574 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8575 floating point tests if $skip_float_test is false.
8576
8577 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8578
8579 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8580 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8581 argc values.
8582 Add 1 to argc so we guarantee distinct initial/modified argc values.
8583
8584 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8587
8588 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8589
8590 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8591 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8592 * gdb.arch/vsx-regs.exp: Likewise.
8593
8594 2016-10-07 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8597
8598 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8599
8600 * gdb.python/python.exp: Test decode_line("*0").
8601
8602 2016-10-06 Doug Evans <dje@google.com>
8603
8604 * gdb.python/py-value.exp (test_value_creation): Add test for large
8605 unsigned 64-bit value.
8606
8607 2016-10-06 Tom Tromey <tom@tromey.com>
8608
8609 * gdb.compile/compile.exp: Change java tests to rust.
8610 * gdb.base/setshow.exp: Change java tests to rust.
8611 * gdb.base/default.exp: Remove java from language list.
8612 * README (Examples): Update language example.
8613 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8614 test.
8615 * lib/gdb.exp (skip_java_tests): Remove.
8616 * lib/java.exp: Remove.
8617 * gdb.java: Remove.
8618
8619 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8620
8621 * gdb.arch/mips-fcr.exp: New test.
8622 * gdb.arch/mips-fcr.c: Source for the new test.
8623
8624 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8625
8626 * gdb.base/solib-disc.exp: Use `standard_output_file'
8627 throughout.
8628
8629 2016-10-06 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/jit-simple-dl.c: New file.
8632 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8633 * gdb.base/jit-simple.c: ... this.
8634 * gdb.base/jit-simple.exp (jit_run): Delete.
8635 (build_jit): New proc.
8636 (jit_test_reread): Recompile either the main program or the shared
8637 library, depending on what is being tested. Skip changing address
8638 if caller wants to. Compare before/after addresses. If testing
8639 standalone, explicitly load the binary. Test "maint info
8640 breakpoints".
8641 (top level): Add "standalone vs shared lib" and "change address"
8642 vs "same address" axes.
8643
8644 2016-10-06 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8647 call.
8648 (jit_run): Delete.
8649 (jit_test_reread): Use with_test_prefix. Reload the main binary
8650 explicitly. Compare the before/after addresses of the JIT
8651 descriptor.
8652
8653 2016-08-15 Doug Evans <dje@google.com>
8654
8655 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8656 for single bitfields is bool.
8657 * gdb.xml/tdesc-regs.exp: Ditto.
8658
8659 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8662
8663 2016-10-05 Yao Qi <yao.qi@linaro.org>
8664
8665 * lib/gdb.exp (support_complex_tests): Return zero if
8666 gdb_skip_float_test return true.
8667
8668 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8669 Simon Marchi <simon.marchi@ericsson.com>
8670
8671 PR gdb/20487
8672 * gdb.mi/user-selected-context-sync.exp: New file.
8673 * gdb.mi/user-selected-context-sync.c: New file.
8674
8675 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8676 Simon Marchi <simon.marchi@ericsson.com>
8677
8678 PR gdb/20487
8679 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8680 =thread-select-event check.
8681
8682 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8683
8684 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8685 the compulsory L operand changes.
8686 * gdb.arch/powerpc-power.s: Likewise.
8687
8688 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8691 * gdb.base/jit-attach-pie.c: New file.
8692 * gdb.base/jit-attach-pie.exp: New file.
8693
8694 2016-09-28 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/infcall-input.c: New file.
8697 * gdb.base/infcall-input.exp: New file.
8698
8699 2016-09-22 Yao Qi <yao.qi@linaro.org>
8700
8701 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8702 (gdb_exit): Rename it to ...
8703 (gdbserver_gdb_exit): ... Close GDBserver.
8704 (gdb_exit): New proc, call gdbserver_gdb_exit.
8705 (mi_gdb_exit): Likewise.
8706
8707 2016-09-22 Yao Qi <yao.qi@linaro.org>
8708
8709 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8710 path.
8711 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8712 Remove duplication.
8713
8714 2016-09-22 Yao Qi <yao.qi@linaro.org>
8715
8716 * lib/gdbserver-support.exp: Check the existence of
8717 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8718
8719 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8720
8721 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8722
8723 2016-09-21 Tom Tromey <tom@tromey.com>
8724
8725 PR gdb/20604:
8726 * gdb.base/quit.exp: New file.
8727
8728 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8729
8730 * .gitignore: New file.
8731
8732 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8733
8734 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8735 throughout.
8736
8737 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8738
8739 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8740
8741 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8742
8743 * gdb.cp/casts.cc (decltype): Move it ...
8744 (main): ... with its call to ...
8745 * gdb.cp/casts03.cc: ... a new file.
8746 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8747
8748 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8751
8752 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8753
8754 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8755 and sync up the test with tests in gas/testsuite/gas/ppc.
8756 * gdb.arch/powerpc-power.exp: Likewise.
8757
8758 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8761
8762 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8763 Jan Kratochvil <jan.kratochvil@redhat.com>
8764
8765 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8766 make m1's definition to be different from m2's. Use 'dummy' as an
8767 argument for probe 'two'.
8768
8769 2016-09-10 Jon Beniston <jon@beniston.com>
8770
8771 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8772 for sim target.
8773
8774 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8775
8776 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8777 variable declaration.
8778 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8779 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8780 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8781 received HWCAP as its argument.
8782
8783 2016-09-06 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.base/new-ui-pending-input.c: New file.
8786 * gdb.base/new-ui-pending-input.exp: New file.
8787 * gdb.exp (clear_gdb_spawn_id): New procedure.
8788 (with_spawn_id): Check whether gdb_spawn_id exists before
8789 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8790 on exit.
8791
8792 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8793
8794 * gdb.base/float128.c: New file.
8795 * gdb.base/float128.exp: Likewise.
8796 * gdb.base/floatn.c: Likewise.
8797 * gdb.base/floatn.exp: Likewise.
8798
8799 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8800
8801 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8802
8803 2016-09-05 Pedro Alves <palves@redhat.com>
8804
8805 PR backtrace/19927
8806 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8807 unwinders are immediately called as side effect of "source" or
8808 "disable unwinder" commands.
8809 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8810
8811 2016-09-02 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8814 is true and $type is "float" or "double".
8815
8816 2016-09-02 Yao Qi <yao.qi@linaro.org>
8817
8818 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8819 true.
8820 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8821 * gdb.base/call-rt-st.exp: Likewise.
8822 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8823 return value instead of gdb,skip_float_test.
8824 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8825 (do_function_calls): Use its return value instead of
8826 gdb,skip_float_test.
8827 * gdb.base/finish.exp: Likewise.
8828 * gdb.base/funcargs.exp: Likewise.
8829 * gdb.base/return.exp: Likewise.
8830 * gdb.base/return2.exp: Likewise.
8831 * gdb.base/varargs.exp: Likewise.
8832 * lib/gdb.exp (gdb_skip_float_test): Change it to
8833 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8834
8835 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8836
8837 * gdb.multi/tids.exp: Test "thread apply all".
8838
8839 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8840
8841 * gdb.base/default.exp (tty): Remove.
8842
8843 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8844
8845 * gdb.python/py-recurse-unwind.c: New file.
8846 * gdb.python/py-recurse-unwind.py: New file.
8847 * gdb.python/py-recurse-unwind.exp: New file.
8848
8849 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * gdb.base/set-inferior-tty.exp: New file.
8852 * gdb.base/set-inferior-tty.c: New file.
8853
8854 2016-08-23 Pedro Alves <palves@redhat.com>
8855
8856 PR gdb/20494
8857 * gdb.base/new-ui-echo.c: New file.
8858 * gdb.base/new-ui-echo.exp: New file.
8859
8860 2016-08-23 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8863 gdbserver_spawn.
8864 * gdb.server/connect-without-multi-process.exp (do_test):
8865 Likewise.
8866
8867 2016-08-23 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8870 standalone_txt. Delete gdb_txt and standalone_txt on host
8871 and target. Spawn the binary on target. Copy files from
8872 target to host.
8873
8874 2016-08-22 Pedro Alves <palves@redhat.com>
8875
8876 PR gdb/20505
8877 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8878 with_test_prefix. Factor out bits to ...
8879 (test_no_vdso): ... this new procedure.
8880
8881 2016-08-19 Carl Love <cel@us.ibm.com>
8882
8883 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8884 maintaining separate logic for constructing the output path.
8885 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8886 * gdb.arch/ppc-dfp.exp: Likewise.
8887 * gdb.arch/ppc-fp.exp: Likewise.
8888 * gdb.arch/vsx-regs.exp: Likewise.
8889 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8890 binprefix for generating the additional binary files.
8891
8892 2016-08-19 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.trace/mi-trace-frame-collected.exp
8895 (test_trace_frame_collected): On x32, expect two registers.
8896
8897 2016-08-18 Carl Love <cel@us.ibm.com>
8898
8899 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8900 and sync up the test with tests in gas/testsuite/gas/ppc.
8901 * gdb.arch/powerpc-power.exp: Likewise.
8902
8903 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8904
8905 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8906 expected error message.
8907
8908 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.multi/remove-inferiors.exp: New file.
8911 * gdb.multi/remove-inferiors.c: New file.
8912
8913 2016-08-12 Yao Qi <yao.qi@linaro.org>
8914
8915 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8916 argument list.
8917
8918 2016-08-10 Pedro Alves <palves@redhat.com>
8919
8920 PR gdb/19187
8921 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8922 setup_kfails.
8923
8924 2016-08-09 Pedro Alves <palves@redhat.com>
8925 Simon Marchi <simon.marchi@ericsson.com>
8926
8927 PR gdb/20418
8928 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8929 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8930
8931 2016-08-09 Pedro Alves <palves@redhat.com>
8932
8933 PR mi/20431
8934 * gdb.mi/mi-cmd-error.exp: New file.
8935
8936 2016-08-09 Pedro Alves <palves@redhat.com>
8937
8938 PR gdb/18653
8939 * gdb.base/signals-state-child.c: New file.
8940 * gdb.base/signals-state-child.exp: New file.
8941 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8942
8943 2016-08-09 Pedro Alves <palves@redhat.com>
8944
8945 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8946
8947 2016-08-03 Tom Tromey <tom@tromey.com>
8948
8949 PR python/18565:
8950 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8951
8952 2016-08-01 Yao Qi <yao.qi@linaro.org>
8953
8954 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8955 variable mode to "multi-process" if $multi_process is 1, otherwise
8956 set it to "single-process".
8957
8958 2016-08-01 Yao Qi <yao.qi@linaro.org>
8959
8960 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8961 * gdb.cp/cpexprs.exp: Likewise.
8962 * gdb.cp/m-static.exp: Likewise.
8963
8964 2016-07-26 Tom Tromey <tom@tromey.com>
8965
8966 PR python/20190:
8967 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8968 test.
8969
8970 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8971
8972 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8973 selecting assembly source files.
8974 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8975 assembly source files.
8976 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8977 assembly source files.
8978 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8979 selecting assembly source files.
8980
8981 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8982
8983 * gdb.base/new-ui.exp (do_test_invalid_args): New
8984 procedure.
8985
8986 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8987
8988 * gdb.btrace/reconnect.c: New file.
8989 * gdb.btrace/reconnect.exp: New file.
8990
8991 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8992
8993 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8994 to test_catch_syscall_group.
8995 (test_catch_syscall_group): New.
8996
8997 2016-07-21 Tom Tromey <tom@tromey.com>
8998
8999 * gdb.rust/simple.rs (main): Use empty struct expression.
9000 * gdb.rust/simple.exp: Add tests for empty struct expression.
9001
9002 2016-07-21 Yao Qi <yao.qi@linaro.org>
9003
9004 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9005 if gdb_skip_xml_test is true on some targets.
9006
9007 2016-07-21 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.server/solib-list.exp: Unset last_loaded_file.
9010
9011 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9012
9013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9014 "step into captured_main (args)".
9015
9016 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9017
9018 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9019
9020 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9023
9024 2016-07-19 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9027 * gdb.opt/inline-bt.exp: Likewise.
9028 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9029 additional_flags=-Winline.
9030 * gdb.opt/inline-locals.exp: Likewise.
9031 * gdb.opt/inline-markers.c (ATTR): Define.
9032 (inlined_fn): Use it.
9033
9034 2016-07-19 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9037 (test_with_self): Remove some code. Remove argument executable.
9038 (top-level): Use do_self_tests.
9039
9040 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9041 Don Breazeal <donb@codesourcery.com>
9042
9043 * gdb.base/maint.exp: Escape paths used in regular expressions.
9044 * gdb.stabs/weird.exp: Likewise.
9045
9046 2016-07-13 Tom Tromey <tom@tromey.com>
9047
9048 PR python/15620, PR python/18620:
9049 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9050 (test_bkpt_events): New procs.
9051
9052 2016-07-13 Tom Tromey <tom@tromey.com>
9053
9054 PR python/17698:
9055 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9056 test.
9057 (test_watchpoints): Likewise.
9058 (test_bkpt_pending): New proc.
9059
9060 2016-07-13 Tom Tromey <tom@tromey.com>
9061
9062 PR cli/18053:
9063 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9064 completion test.
9065
9066 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9069 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9070 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9071 f_label.
9072 (g): Rename g_end_lbl to g_label.
9073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9074 low_pc and high_pc.
9075 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9076
9077 2016-07-12 Tom Tromey <tom@tromey.com>
9078
9079 PR python/19293:
9080 * gdb.python/py-unwind-maint.exp: Update tests.
9081
9082 2016-07-12 Yao Qi <yao.qi@linaro.org>
9083
9084 * lib/selftest-support.exp (selftest_setup): Match the output
9085 when captured_main is inlined.
9086
9087 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9088
9089 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9090 New variables.
9091 (print this%a, print this%b, print this): New tests.
9092 * gdb.fortran/derived-types.f90 (this): New object and
9093 initialization.
9094
9095 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.ada/arraydim.exp: Remove extra directory level in build
9098 directory.
9099
9100 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9101
9102 * lib/ada.exp: Remove extra directory level in build directory.
9103 * gdb.ada/cond_lang.exp: Likewise.
9104 * gdb.ada/exec_changed.exp: Likewise.
9105 * gdb.ada/lang_switch.exp: Likewise.
9106
9107 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9108
9109 * simple.rs: Add test for raw pointer subscripting.
9110 * simple.exp: Add test expectations.
9111
9112 2016-07-05 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.mi/mi-reverse.exp: Match =record-started output.
9115
9116 2016-07-01 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9119 procedure.
9120 (jit_reader_test): Test the jit reader's unwinder.
9121 * gdb.base/jithost.c (jit_function_00_code): New global.
9122 (main): Use memcpy to fill in the mmapped code, instead of poking
9123 bytes manually here.
9124 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9125 value.
9126 (read_debug_info): Save the function's range.
9127 (read_sp): New function.
9128 (unwind_frame): Use it. Also unwind RBP.
9129 (get_frame_id): Use read_sp.
9130 (gdb_init_reader): Use calloc instead of malloc.
9131 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9132 parameter. Use gdb_test_multiple.
9133
9134 2016-07-01 Pedro Alves <palves@redhat.com>
9135 Antoine Tremblay <antoine.tremblay@ericsson.com>
9136
9137 * gdb.threads/process-dies-while-detaching.c: New file.
9138 * gdb.threads/process-dies-while-detaching.exp: New file.
9139
9140 2016-07-01 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.multi/watchpoint-multi-exit.c: New file.
9143 * gdb.multi/watchpoint-multi-exit.exp: New file.
9144
9145 2016-06-30 Pedro Alves <palves@redhat.com>
9146
9147 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9148 unset inferior_spawn_id.
9149
9150 2016-06-30 Pedro Alves <palves@redhat.com>
9151
9152 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9153 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9154
9155 2016-06-29 Yao Qi <yao.qi@linaro.org>
9156
9157 * gdb.base/return.c: Add copyright header.
9158
9159 2016-06-29 Tom Tromey <tom@tromey.com>
9160
9161 PR python/20129:
9162 * gdb.python/py-framefilter.exp: Add tests for setting priority
9163 and disabling of non-existent frame filter.
9164
9165 2016-06-29 Yao Qi <yao.qi@linaro.org>
9166
9167 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9168 0x0f07ff.
9169
9170 2016-06-28 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9173 triplets. Start gdb, execute catch syscall, and continue. Check
9174 gdb's output to determine catch syscall is supported.
9175
9176 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9177
9178 * gdb.rust/simple.rs: Add test for returning unit in a function.
9179 * gdb.rust/simple.exp: Add expectation for functions returning
9180 unit.
9181
9182 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9183
9184 * gdb.python/py-breakpoint-create-fail.c,
9185 gdb.python/py-breakpoint-create-fail.exp,
9186 gdb.python/py-breakpoint-create-fail.py: New testcase.
9187
9188 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9189
9190 PR gdb/20239
9191 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9192 * gdb.rust/simple.exp: Add test expectations for new NonZero
9193 tests.
9194
9195 2016-06-24 David Taylor <dtaylor@emc.com>
9196
9197 * gdb.base/offsets.exp: New file.
9198 * gdb.base/offsets.c: New file.
9199
9200 2016-06-23 Tom Tromey <tom@tromey.com>
9201
9202 PR gdb/16483:
9203 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9204 before any filters are loaded.
9205
9206 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9207
9208 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9209 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9210 structs.
9211 * gdb.fortran/derived-type-function.exp: New file.
9212 * gdb.fortran/derived-type-function.f90: New file.
9213
9214
9215 2016-06-21 Pedro Alves <palves@redhat.com>
9216
9217 * gdb.base/new-ui.exp: New file.
9218 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9219 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9220 (with_spawn_id): New procedure.
9221
9222 2016-06-21 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.mi/mi-exec-run.exp: New file.
9225
9226 2016-06-21 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9229 breakpoint command's output on the main UI.
9230 (test_break): New procedure, factored out from calls in the top
9231 level.
9232 (top level): Use foreach_with_prefix to test MI as main UI and as
9233 separate UI.
9234
9235 2016-06-21 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9238 (test_awatch_creation_and_listing)
9239 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9240 Remove 'type' parameter.
9241 (test_watchpoint_all): New parameter mi_mode. Remove
9242 with_test_prefix.
9243 (top level): Use foreach_with_prefix, and add main/separate UI MI
9244 testing axis.
9245
9246 2016-06-21 Pedro Alves <palves@redhat.com>
9247
9248 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9249 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9250 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9251 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9252 (gdb_main_spawn_id, mi_spawn_id): Declare and
9253 comment.
9254 (mi_create_inferior_pty): New procedure,
9255 factored out from default_mi_gdb_start.
9256 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9257 procedures.
9258 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9259 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9260 Use mi_create_inferior_pty.
9261 (mi_gdb_start): Use eval to pass down args list.
9262
9263 2016-06-21 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9266 * gdb.opt/inline-cmds.exp: Add MI tests.
9267
9268 2016-06-21 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9271
9272 2016-06-21 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9275 (top level): Use it instead of mi_execute_to.
9276
9277 2016-06-21 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9280 (cont_handler_str): New.
9281 (signal_stop_handler): Set stop_handler_str instead of printing to
9282 stdout.
9283 (continue_handler): Set cont_handler_str instead of printing to
9284 stdout.
9285 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9286 mi_send_resuming_command. Print stop_handler_str and
9287 cont_handler_str instead of expecting the python events print
9288 directly.
9289
9290 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9291
9292 * gdb.base/jit-reader.exp: New file.
9293 * gdb.base/jithost.c: New file.
9294 * gdb.base/jithost.h: New file.
9295 * gdb.base/jitreader.c : New file.
9296 * gdb.base/jit-protocol.h: New file.
9297
9298 2016-06-17 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9301 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9302 and detach-on-fork. Adjust tests.
9303 (top level): Invoke break_cond_on_syscall with combinations of
9304 syscall, follow-fork-mode and detach-on-fork.
9305
9306 2016-06-17 Yao Qi <yao.qi@linaro.org>
9307
9308 * gdb.base/step-over-exit.c: New.
9309 * gdb.base/step-over-exit.exp: New.
9310
9311 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9312
9313 * gdb.base/float.exp: Add target check for nds32*-*-*.
9314 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9315
9316 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9317
9318 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9319 for unsupported target features.
9320 * gdb.base/call-rt-st.exp: Likewise.
9321 * gdb.base/call-sc.exp: Likewise.
9322 * gdb.base/call-signal-resume.exp: Likewise.
9323 * gdb.base/call-strs.exp: Likewise.
9324 * gdb.base/callexit.exp: Likewise.
9325 * gdb.base/callfuncs.exp: Likewise.
9326 * gdb.base/nodebug.exp: Likewise.
9327 * gdb.base/printcmds.exp: Likewise.
9328 * gdb.base/ptype.exp: Likewise.
9329 * gdb.base/structs.exp: Likewise.
9330 * gdb.base/unwindonsignal.exp: Likewise.
9331 * gdb.cp/gdb2495.exp: Likewise.
9332 * gdb.cp/templates.exp: Likewise.
9333 * gdb.cp/virtfunc.exp: Likewise.
9334 * gdb.threads/hand-call-in-threads.exp: Likewise.
9335 * gdb.threads/interrupted-hand-call.exp: Likewise.
9336 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9337
9338 2016-06-10 Tom Tromey <tom@tromey.com>
9339
9340 PR rust/20110:
9341 * gdb.rust/expr.exp: Add test for integer constant larger than
9342 i32.
9343
9344 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9345
9346 * gdb.fortran/nested-funcs.exp: New.
9347 * gdb.fortran/nested-funcs.f90: New.
9348
9349 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9350
9351 * gdb.base/examine-backward.c: New file.
9352 * gdb.base/examine-backward.exp: New file.
9353
9354 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9355
9356 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9357 matching.
9358
9359 2016-06-02 Tom Tromey <tom@tromey.com>
9360
9361 PR python/18984:
9362 * gdb.python/py-shared.exp: Add solib_name test.
9363
9364 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9365
9366 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9367
9368 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9369
9370 PR c++/19893
9371 * gdb.dwarf2/implref.exp: Rename to...
9372 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9373 * gdb.dwarf2/implref-array.c: New file.
9374 * gdb.dwarf2/implref-array.exp: Likewise.
9375 * gdb.dwarf2/implref-global.c: Likewise.
9376 * gdb.dwarf2/implref-global.exp: Likewise.
9377 * gdb.dwarf2/implref-struct.c: Likewise.
9378 * gdb.dwarf2/implref-struct.exp: Likewise.
9379
9380 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9381
9382 * gdb.trace/trace-condition.exp: Add 64bit tests.
9383
9384 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9385
9386 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9387 bits types.
9388 (main): Adapt to 8 to 64 bits types.
9389 * gdb.trace/trace-condition.exp: Add new tests.
9390
9391 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9392
9393 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9394
9395 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9396
9397 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9398 Move condition tests...
9399 * gdb.trace/trace-condition.exp: Here.
9400
9401 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9402
9403 * gdb.trace/trace-condition.exp: Add counter-case tests.
9404
9405 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 PR c++/15231
9408 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9409 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9410
9411 2016-05-27 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9414 New procedure.
9415 (top level): Call it, and bail out of DejaGnu is known to be bad.
9416
9417 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9418
9419 * gdb.base/whatis.c: Extend the test case.
9420 * gdb.base/whatis.exp: Add additional tests.
9421
9422 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9423
9424 * gdb.fortran/type.f90: Add pointer variable.
9425 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9426
9427 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9428
9429 * gdb.fortran/vla-type.exp: Fix testcase name.
9430
9431 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9432
9433 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9434
9435 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9436
9437 * gdb.fortran/type.f90: Add nested structures.
9438 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9439 * gdb.fortran/derived-type.exp: Adapt expected output.
9440 * gdb.fortran/vla-type.exp: Adapt expected output.
9441
9442 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9443
9444 * gdb.fortran/whatis_type.exp: Adapt expected output.
9445
9446 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9447
9448 * gdb.fortran/print_type.exp: Fix expected output.
9449 * gdb.fortran/whatis_type.exp: Fix expected output.
9450
9451 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9452
9453 * gdb.fortran/whatis_type.exp: Use multi_line.
9454
9455 2016-05-24 Tom Tromey <tom@tromey.com>
9456
9457 PR python/17386:
9458 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9459 use value as an index.
9460
9461 2016-05-23 Tom Tromey <tom@tromey.com>
9462
9463 PR python/17981:
9464 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9465 no-breakpoint case.
9466
9467 2016-05-24 Pedro Alves <palves@redhat.com>
9468
9469 PR gdb/19828
9470 * gdb.threads/clone-attach-detach.c: New file.
9471 * gdb.threads/clone-attach-detach.exp: New file.
9472
9473 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9474
9475 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9476
9477 2016-05-23 Tom Tromey <tom@tromey.com>
9478
9479 PR python/19438, PR python/18393:
9480 * gdb.python/py-progspace.exp: Add "dir" test.
9481 * gdb.python/py-objfile.exp: Add "dir" test.
9482
9483 2016-05-23 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9486 * gdb.arch/thumb2-it.exp: Likewise.
9487
9488 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * gdb.mi/mi-threads-interrupt.c: New file.
9491 * gdb.mi/mi-threads-interrupt.exp: New file.
9492
9493 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 PR gdb/18077
9496 * gdb.mi/mi-async-run.exp: New file.
9497 * gdb.mi/mi-async-run.c: New file.
9498
9499 2016-05-17 Tom Tromey <tom@tromey.com>
9500 Manish Goregaokar <manishsmail@gmail.com>
9501
9502 * lib/rust-support.exp: New file.
9503 * lib/gdb.exp (skip_rust_tests): New proc.
9504 (build_executable_from_specs): Handle rust.
9505 * lib/future.exp (gdb_find_rustc): New proc.
9506 (gdb_default_target_compile): Handle rust.
9507 * gdb.rust/expr.exp: New file.
9508 * gdb.rust/generics.exp: New file.
9509 * gdb.rust/generics.rs: New file.
9510 * gdb.rust/methods.exp: New file.
9511 * gdb.rust/methods.rs: New file.
9512 * gdb.rust/modules.exp: New file.
9513 * gdb.rust/modules.rs: New file.
9514 * gdb.rust/simple.exp: New file.
9515 * gdb.rust/simple.rs: New file.
9516
9517 2016-05-17 Tom Tromey <tom@tromey.com>
9518
9519 * gdb.base/default.exp (set language): Add rust.
9520
9521 2016-05-17 Tom Tromey <tom@tromey.com>
9522
9523 * gdb.gdb/unittest.exp: New file.
9524
9525 2016-05-16 Yao Qi <yao.qi@linaro.org>
9526
9527 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9528 shell_prompt. Update shell_prompt_re.
9529
9530 2016-05-12 Doug Evans <dje@google.com>
9531
9532 PR symtab/19999
9533 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9534 $options when building executable.
9535 * gdb.dwarf2/fission-loclists-pie.S: New file.
9536 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9537
9538 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9541 of [is_remote target],
9542
9543 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9544
9545 * lib/gdb.exp (use_gdb_stub): New procedure.
9546
9547 2016-05-03 Yunlian Jiang <yunlian@google.com>
9548 Doug Evans <dje@google.com>
9549
9550 PR symtab/19914
9551 * gdb.dwarf2/dwp-sepdebug.c: New file.
9552 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9553
9554 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * gdb.base/detach.exp: Remove is_remote check.
9557
9558 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * gdb.base/annota-input-while-running.exp: Don't check for
9561 [is_remote target]. Enable annotations after running to main.
9562 Remove unused "set test..." line.
9563
9564 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9565
9566 * gdb.trace/trace-enable-disable.exp: New file.
9567 * gdb.trace/trace-enable-disable.c: New file.
9568
9569 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9570
9571 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9572 use it in info sharedlibrary test.
9573 * gdb.trace/ftrace-lock.exp: Likewise.
9574 * gdb.trace/ftrace.exp: Likewise.
9575 * gdb.trace/range-stepping.exp: Likewise.
9576 * gdb.trace/trace-break.exp: Likewise.
9577 * gdb.trace/trace-condition.exp: Likewise.
9578 * gdb.trace/trace-mt.exp: Likewise.
9579
9580 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9583 (gdb_load_shlib): ... this.
9584 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9585 gdb_load_shlib.
9586 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9587 * gdb.base/ctxobj.exp: Likewise.
9588 * gdb.base/dprintf-pending.exp: Likewise.
9589 * gdb.base/dso2dso.exp: Likewise.
9590 * gdb.base/fixsection.exp: Likewise.
9591 * gdb.base/gcore-relro.exp: Likewise.
9592 * gdb.base/gdb1555.exp: Likewise.
9593 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9594 * gdb.base/gnu-ifunc.exp: Likewise.
9595 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9596 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9597 * gdb.base/pending.exp: Likewise.
9598 * gdb.base/print-file-var.exp: Likewise.
9599 * gdb.base/print-symbol-loading.exp: Likewise.
9600 * gdb.base/shlib-call.exp: Likewise.
9601 * gdb.base/shreloc.exp: Likewise.
9602 * gdb.base/so-impl-ld.exp: Likewise.
9603 * gdb.base/solib-disc.exp: Likewise.
9604 * gdb.base/solib-nodir.exp: Likewise.
9605 * gdb.base/solib-overlap.exp: Likewise.
9606 * gdb.base/solib-symbol.exp: Likewise.
9607 * gdb.base/solib-weak.exp (do_test): Likewise.
9608 * gdb.base/sym-file.exp: Likewise.
9609 * gdb.base/symtab-search-order.exp: Likewise.
9610 * gdb.base/type-opaque.exp: Likewise.
9611 * gdb.base/unload.exp: Likewise.
9612 * gdb.base/watchpoint-solib.exp: Likewise.
9613 * gdb.compile/compile.exp: Likewise.
9614 * gdb.cp/gdb2384.exp: Likewise.
9615 * gdb.cp/infcall-dlopen.exp: Likewise.
9616 * gdb.cp/re-set-overloaded.exp: Likewise.
9617 * gdb.fortran/library-module.exp: Likewise.
9618 * gdb.opt/solib-intra-step.exp: Likewise.
9619 * gdb.python/py-finish-breakpoint.exp: Likewise.
9620 * gdb.python/py-shared.exp: Likewise.
9621 * gdb.reverse/solib-precsave.exp: Likewise.
9622 * gdb.reverse/solib-reverse.exp: Likewise.
9623 * gdb.server/solib-list.exp: Likewise.
9624 * gdb.threads/dlopen-libpthread.exp: Likewise.
9625 * gdb.threads/tls-shared.exp: Likewise.
9626 * gdb.threads/tls-so_extern.exp: Likewise.
9627 * gdb.trace/change-loc.exp: Likewise.
9628 * gdb.trace/ftrace-lock.exp: Likewise.
9629 * gdb.trace/ftrace.exp: Likewise.
9630 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9631 * gdb.trace/pending.exp: Likewise.
9632 * gdb.trace/range-stepping.exp: Likewise.
9633 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9634 (strace_info_marker): Likewise.
9635 (strace_probe_marker): Likewise.
9636 (strace_trace_on_same_addr): Likewise.
9637 (strace_trace_on_diff_addr): Likewise.
9638 * gdb.trace/trace-break.exp: Likewise.
9639 * gdb.trace/trace-condition.exp: Likewise.
9640 * gdb.trace/trace-mt.exp: Likewise.
9641
9642 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9643
9644 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9645 result of gdb_remote_download.
9646 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9647 * gdb.base/dso2dso.exp: Likewise.
9648 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9649 * gdb.base/print-file-var.exp: Likewise.
9650 * gdb.base/shlib-call.exp: Likewise.
9651 * gdb.base/shreloc.exp: Likewise.
9652 * gdb.base/solib-overlap.exp: Likewise.
9653 * gdb.base/solib-weak.exp (do_test): Likewise.
9654 * gdb.base/unload.exp: Likewise.
9655
9656 2016-04-27 Yao Qi <yao.qi@linaro.org>
9657
9658 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9659 exists.
9660
9661 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9662
9663 * vla-type.exp: Print structure from toplevel.
9664
9665 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9666
9667 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9668 of dynamic types.
9669 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9670 of dynamic types.
9671
9672 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9673
9674 * gdb.fortran/vla-type.f90: New file.
9675 * gdb.fortran/vla-type.exp: New file.
9676
9677 2016-04-25 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.base/branch-to-self.c: New file.
9680 * gdb.base/branch-to-self.exp: New file.
9681
9682 2016-04-22 Yao Qi <yao.qi@linaro.org>
9683
9684 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9685 more after $hex.
9686
9687 2016-04-22 Yao Qi <yao.qi@linaro.org>
9688
9689 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9690 * gdb.base/annota3.exp: Likewise.
9691
9692 2016-04-22 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.reverse/step-precsave.exp: Do one step and test program
9695 stops in "callee" and do multiple steps until program goes out
9696 of "callee".
9697 * gdb.reverse/step-reverse.exp: Likewise.
9698
9699 2016-04-22 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.trace/signal.exp: Also pass if
9702 $tracepoint_hits($i) > $iterations.
9703
9704 2016-04-22 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.trace/signal.c: New file.
9707 * gdb.trace/signal.exp: New file.
9708
9709 2016-04-19 Doug Evans <xdje42@gmail.com>
9710
9711 * gdb.base/bad-file.exp: New file.
9712
9713 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9714
9715 * gdb.dwarf2/implref.exp: New file.
9716
9717 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9718
9719 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9720 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9721 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9722 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9723 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9724 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9725 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9726 * lib/fortran.exp (fortran_int4): New procedure.
9727 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9728 (fortran_logical4): Likewise.
9729
9730 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9731
9732 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9733
9734 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9735
9736 * lib/compiler.c: Add Intel specific preprocessor macros.
9737 * lib/compiler.cc: Likewise.
9738
9739 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9740
9741 * gdb.server/connect-with-no-symbol-file.c: New file.
9742 * gdb.server/connect-with-no-symbol-file.exp: New file.
9743
9744 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9745
9746 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9747
9748 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9749
9750 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9751 standard output directory.
9752
9753 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9754
9755 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9756
9757 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9758
9759 * gdb.btrace/instruction_history.c (loop): Add declaration.
9760
9761 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9762
9763 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9764
9765 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9766
9767 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9768 parentheses to print.
9769 (continue_handler): Likewise.
9770
9771 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9772
9773 * gdb.server/solib-list.exp: Remove is_remote check.
9774 Pass shlib= to gdb_compile. Don't link shared library with
9775 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9776 Run binary filename through "readlink -f" on the target.
9777
9778 2016-04-08 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9781 interpreter filename as argument to gdbserver_spawn.
9782 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9783 Return empty if $last_loaded_file does not exist.
9784
9785 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9788 * gdb.base/jit-main.c: Use exit after usage.
9789
9790 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9793 GDBHISTSIZE prior to the tests.
9794 * gdb.base/gdbinit-history.exp: Likewise.
9795
9796 2016-04-07 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9799 instead of build_executable. Use gdb_load_shlibs.
9800
9801 2016-04-07 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9804 Execute "si" command.
9805
9806 2016-04-07 Yao Qi <yao.qi@linaro.org>
9807
9808 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9809 number instead of the comments on some line.
9810
9811 2016-04-06 Don Breazeal <donb@codesourcery.com>
9812
9813 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9814 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9815
9816 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9819 standard_output_file. Remove unused binfile variable.
9820
9821 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9822
9823 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9824 * gdb.python/py-mi-objfile.exp: Match "list main" output
9825 in console format.
9826
9827 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9828
9829 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9830 absolute.
9831
9832 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9833
9834 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9835 absolute.
9836 * gdb.trace/ftrace.exp: Likewise.
9837 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9838 targets as well.
9839 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9840 (gdb_load_shlibs): Copy libraries to test directory when testing
9841 natively. Only set solib-search-path if testing remotely.
9842 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9843
9844 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9847 gdb_download. Use it even if the target is not remote.
9848 * gdb.base/jit.exp (compile_jit_test): Likewise.
9849 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9850 output directory if the destination board is local, otherwise use
9851 the standard remote_download from DejaGnu.
9852 (gdb_download): Remove.
9853 (gdb_load_shlibs): Use gdb_remote_download instead of
9854 gdb_download.
9855 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9856 Use gdb_remote_download instead of gdb_download. Use it even if
9857 the target is not remote.
9858 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9859 instead of gdb_download.
9860
9861 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9862
9863 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9864 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9865 run.
9866
9867 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9868
9869 PR gdb/19820
9870 * gdb.base/printcmds.exp: Add artificial arrays tests.
9871
9872 2016-03-31 Pedro Alves <palves@redhat.com>
9873
9874 PR gdb/19858
9875 * gdb.base/jit-main.c: Include unistd.h.
9876 (ATTACH): Define to 0 if not already defined.
9877 (wait_for_gdb, mypid): New globals.
9878 (WAIT_FOR_GDB): New macro.
9879 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9880 some breakpoint locations.
9881 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9882 New procedures.
9883 (one_jit_test): Add REATTACH parameter, and handle it. Use
9884 continue_to_test_location.
9885 (top level): Test attach, and adjusts calls to one_jit_test.
9886
9887 2016-03-31 Pedro Alves <palves@redhat.com>
9888
9889 PR gdb/19858
9890 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9891 BINSUFFIX parameter, and handle it.
9892 (top level): Adjust calls compile_jit_test.
9893
9894 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9895
9896 PR python/19743
9897 * gdb.python/py-mi-events-gdb.py: New file.
9898 * gdb.python/py-mi-events.c: New file.
9899 * gdb.python/py-mi-events.exp: New file.
9900
9901 2016-03-30 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.reverse/until-precsave.exp: Match function name only.
9904 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9905 Move malloc to a condition block.
9906 * gdb.reverse/until-reverse.exp: Match function name only.
9907
9908 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9909
9910 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9911 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9912 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9913 variable for GPR 0 instead of assuming it is register 0.
9914 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9915 * lib/trace-support.exp: Add s390 registers.
9916
9917 2016-03-29 Yao Qi <yao.qi@linaro.org>
9918
9919 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9920
9921 2016-03-24 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9924 test message.
9925
9926 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9927
9928 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9929 maintaining separate logic for constructing the output path.
9930
9931 2016-03-16 Don Breazeal <donb@codesourcery.com>
9932
9933 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9934 Retry fork and waitpid on interrupted system call errors.
9935 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9936 Use with_timeout_factor to increase timeout by factor of 10.
9937
9938 2016-03-15 Don Breazeal <donb@codesourcery.com>
9939
9940 * gdb.cp/scope-err.cc: New test program.
9941 * gdb.cp/scope-err.exp: New test script.
9942 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9943 lines and "set breakpoint here" comment.
9944 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9945 Fixed some whitespace and format issues.
9946 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9947 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9948
9949 2016-03-15 Doug Evans <dje@google.com>
9950
9951 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9952 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9953 All callers updated. Add tests for enums, mixed flags register.
9954
9955 2016-03-15 Doug Evans <dje@google.com>
9956
9957 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9958 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9959
9960 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * gdb.base/default.exp: Add $_as_string to the list of expected
9963 convenience functions.
9964
9965 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9966
9967 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9968
9969 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9970
9971 * gdb.python/py-as-string.exp: New file.
9972 * gdb.python/py-as-string.c: New file.
9973
9974 2016-03-09 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9977 signal" -> "Thread NN received signal" output change.
9978 * gdb.threads/ia64-sigill.exp: Likewise.
9979 * gdb.threads/linux-dp.exp: Likewise.
9980 * gdb.threads/manythreads.exp: Likewise.
9981 * gdb.threads/pending-step.exp: Likewise.
9982 * gdb.threads/print-threads.exp: Likewise.
9983 * gdb.threads/sigstep-threads.exp: Likewise.
9984 * gdb.threads/staticthreads.exp: Likewise.
9985 * gdb.threads/tls.exp: Likewise.
9986
9987 2016-03-09 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.base/command-line-input.exp: New file.
9990
9991 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9992
9993 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9994 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9995 * gdb.trace/pending.exp: Accept leading dot before function name.
9996 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9997 * lib/trace-support.exp: Set registers for ppc.
9998
9999 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10000
10001 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10002 use it for disassembly; accept .main in addition to main in backtrace.
10003
10004 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10005 Marcin Kościelnicki <koriakin@0x04.net>
10006
10007 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10008 (gdb_recursion_test_ptr): New global variable.
10009 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10010 gdb_recursion_test.
10011 (gdb_c_test): Ditto.
10012
10013 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10014
10015 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10016 ordering.
10017
10018 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10019
10020 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10021 (bar): Add bar_start_lbl label.
10022 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10023 of foo/bar for emitting DWARF and tracing.
10024
10025 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10026
10027 * analyze-racy-logs.py: Set executable bit.
10028
10029 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10030
10031 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10032 (CHECK_TARGET_TMP): Likewise.
10033 (check-single-racy): New rule.
10034 (check-parallel-racy): Likewise.
10035 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10036 (do-check-parallel-racy): New rule.
10037 (check-racy/%.exp): Likewise.
10038 * README (Racy testcases): New section.
10039 * analyze-racy-logs.py: New file.
10040
10041 2016-03-03 Doug Evans <dje@google.com>
10042
10043 * gdb.base/skip.exp: Use with_test_prefix.
10044
10045 2016-03-03 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10048 Invoke step_over_syscall "clone" and break_cond_on_syscall
10049 "clone".
10050 * gdb.base/step-over-clone.c: New file.
10051
10052 2016-03-03 Yao Qi <yao.qi@linaro.org>
10053
10054 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10055 code format.
10056
10057 2016-03-03 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/disp-step-fork.c: Rename to ...
10060 * gdb.base/step-over-fork.c: ... it. New file.
10061 * gdb.base/disp-step-vfork.c: Rename to ...
10062 * gdb.base/step-over-vfork.c: ... it. New file.
10063 * gdb.base/disp-step-syscall.exp: Rename to ...
10064 * gdb.base/step-over-syscall.exp: ... it. New file.
10065 (disp_step_cross_syscall): Rename to ...
10066 (step_over_syscall): ... it.
10067
10068 2016-03-03 Yao Qi <yao.qi@linaro.org>
10069
10070 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10071 If target supports condition evaluation on target, invoke
10072 break_cond_on_syscall for fork and vfork.
10073
10074 2016-03-03 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/disp-step-syscall.exp: Don't invoke
10077 support_displaced_stepping.
10078 (disp_step_cross_syscall): Test with displaced stepping off and
10079 on if supported.
10080
10081 2016-03-03 Yao Qi <yao.qi@linaro.org>
10082
10083 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10084 proc.
10085 (setup): New proc.
10086 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10087 and setup.
10088
10089 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10090
10091 * gdb.fortran/vla-history.exp: Remove breakpoint.
10092
10093 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10094
10095 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10096 exceeds timeout.
10097
10098 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10099
10100 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10101 breakpoint.
10102
10103 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10104
10105 * gdb.mi/vla.f90: Nullify pointer after declaration.
10106
10107 2016-03-01 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10110
10111 2016-03-01 Pedro Alves <palves@redhat.com>
10112
10113 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10114 before anything else.
10115 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10116 _GNU_SOURCE here.
10117 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10118 before anything else.
10119 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10120
10121 2016-03-01 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10124
10125 2016-03-01 Yao Qi <yao.qi@linaro.org>
10126
10127 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10128 prepare_for_testing.
10129
10130 2016-03-01 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10133
10134 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10135
10136 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10137 manually constructing the output path.
10138
10139 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10140
10141 * gdb.arch/s390-stackless.S: New.
10142 * gdb.arch/s390-stackless.exp: New.
10143
10144 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10145
10146 * gdb.dlang/circular.c: New file.
10147 * gdb.dlang/circular.exp: New file.
10148
10149 2016-02-26 Yao Qi <yao.qi@linaro.org>
10150
10151 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10152 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10153 (testcases): Update.
10154
10155 2016-02-26 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.reverse/aarch64.c: Rename to ...
10158 * gdb.reverse/insn-reverse.c: ... it.
10159 * gdb.reverse/aarch64.exp: Rename to ...
10160 * gdb.reverse/insn-reverse.exp: ... it.
10161
10162 2016-02-26 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10165 (testcase_ftype): New.
10166 (testcases): New array.
10167 (n_testcases): New.
10168 (main): Call each element in testcases.
10169 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10170 (read_testcase): New.
10171 Do the tests in a loop.
10172
10173 2016-02-25 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.base/branches.c: Remove.
10176
10177 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10178
10179 PR gdb/13808
10180 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10181
10182 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10183
10184 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10185
10186 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10187
10188 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10189 change x86_64 call_insn to 'callq'.
10190
10191 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10192
10193 * gdb.trace/tfile-avx.c: Move to...
10194 * gdb.trace/tracefile-pseudo-reg.c: Here.
10195 * gdb.trace/tfile-avx.exp: Move to...
10196 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10197
10198 2016-02-24 Gary Benson <gbenson@redhat.com>
10199
10200 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10201 message on attach.
10202
10203 2016-02-23 Doug Evans <dje@google.com>
10204
10205 * gdb.base/skip.c (test_skip): New function.
10206 (end_test_skip_file_and_function): New function.
10207 (test_skip_file_and_function): New function.
10208 * gdb.base/skip1.c (test_skip): New function.
10209 (skip1_test_skip_file_and_function): New function.
10210 * gdb.base/skip.exp: Add tests for new skip options.
10211 * gdb.base/skip-solib.exp: Update expected output.
10212 * gdb.perf/skip-command.cc: New file.
10213 * gdb.perf/skip-command.exp: New file.
10214 * gdb.perf/skip-command.py: New file.
10215
10216 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10217
10218 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10219 info registers pattern.
10220
10221 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10222
10223 * lib/future.exp: Add D support.
10224 (gdb_find_gdc): New proc.
10225 (gdb_default_target_compile): Add D support.
10226
10227 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10228
10229 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10230 user+system time.
10231 (trace_speed_test): Determine the iteration count for a time
10232 between 15..30 seconds.
10233
10234 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10235
10236 * gdb.arch/i386-mpx-sigsegv.c: New file.
10237 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10238 * gdb.arch/i386-mpx-simple_segv.c: New file.
10239 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10240
10241 2016-02-18 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10244 Don't call setup_kfail.
10245
10246 2016-02-18 Yao Qi <yao.qi@linaro.org>
10247
10248 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10249 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10250
10251 2016-02-16 Doug Evans <dje@google.com>
10252
10253 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10254 * gdb.base/skip1.c: Ditto.
10255 * gdb.base/skip.exp: Whitespace cleanup.
10256
10257 2016-02-16 Don Breazeal <donb@codesourcery.com>
10258
10259 PR remote/19496
10260 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10261 Remove kfail for PR remote/19496.
10262
10263 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * lib/gdb.exp (standard_temp_file): Return a path specific to
10266 the runtest invocation.
10267
10268 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10269
10270 * gdb.trace/save-trace.exp: Change relative path to be in the
10271 standard output directory.
10272
10273 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10274
10275 * gdb.arch/i386-prologue.c: Add missing prototypes.
10276
10277 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10280 * gdb.arch/i386-prologue.exp: Likewise.
10281 * gdb.arch/i386-size.exp: Likewise.
10282
10283 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10284
10285 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10286 define object file path.
10287 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10288 file path.
10289 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10290 standard_output_file to define binfile.
10291
10292 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 Fix compatibility with recent gfortran-5.3.1.
10295 * gdb.fortran/vla-history.exp (print vla1 allocated)
10296 (print vla2 allocated, print $2, print $3): Remove
10297 (print $4): Rename to ...
10298 (print $2): ... here.
10299 (print $9): Rename to ...
10300 (print $5): ... here.
10301 (print $10): Rename to ...
10302 (print $6): ... here.
10303 * gdb.fortran/vla.f90: Add pvla initialization.
10304
10305 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10306
10307 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10308 New test.
10309 * gdb.fortran/vla-value-sub.exp: Likewise.
10310
10311 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10312
10313 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10314
10315 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * i386-biarch-core.exp: Define corefile using
10318 standard_output_file.
10319
10320 2016-02-12 Yao Qi <yao.qi@linaro.org>
10321
10322 * gdb.arch/arm-single-step-kernel-helper.c: New.
10323 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10324
10325 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10326
10327 * gdb.btrace/tailcall-only.exp: New.
10328 * gdb.btrace/tailcall-only.c: New.
10329 * gdb.btrace/x86_64-tailcall-only.S: New.
10330 * gdb.btrace/i686-tailcall-only.S: New.
10331
10332 2016-02-11 Pedro Alves <palves@redhat.com>
10333
10334 * README (Parallel testing): Add missing double quotes.
10335
10336 2016-02-11 Pedro Alves <palves@redhat.com>
10337
10338 * README (Parallel testing): New section.
10339 (GDB_PARALLEL): Rewrite.
10340 (FORCE_PARALLEL): Document.
10341
10342 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10343
10344 * gdb.trace/tfile-avx.c: New test.
10345 * gdb.trace/tfile-avx.exp: New test.
10346
10347 2016-02-09 Keith Seitz <keiths@redhat.com>
10348
10349 PR breakpoints/19546
10350 * gdb.base/infcall-exec.c: New file.
10351 * gdb.base/infcall-exec2.c: New file.
10352 * gdb.base/infcall-exec.exp: New file.
10353
10354 2016-02-09 Keith Seitz <keiths@redhat.com>
10355
10356 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10357 (toplevel): Call test_bkpt_address.
10358
10359 2016-02-09 Keith Seitz <keiths@redhat.com>
10360
10361 PR python/19506
10362 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10363 (toplevel): Call test_bkpt_address.
10364
10365 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10366
10367 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10368 to AC_OUTPUT.
10369 * configure: Regenerate.
10370
10371 2016-02-09 Pedro Alves <palves@redhat.com>
10372
10373 PR breakpoints/19548
10374 * gdb.base/execl-update-breakpoints.c (some_function): New
10375 function.
10376 (main): Call it.
10377 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10378 Tighten expected GDB output.
10379
10380 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10381
10382 * Makefile.in (ALL_SUBDIRS): Remove.
10383 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10384 (distclean maintainer-clean realclean): Likewise.
10385 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10386 * configure: Regenerate.
10387 * gdb.ada/Makefile.in: Delete.
10388 * gdb.arch/Makefile.in: Likewise.
10389 * gdb.asm/Makefile.in: Likewise.
10390 * gdb.base/Makefile.in: Likewise.
10391 * gdb.btrace/Makefile.in: Likewise.
10392 * gdb.cell/Makefile.in: Likewise.
10393 * gdb.compile/Makefile.in: Likewise.
10394 * gdb.cp/Makefile.in: Likewise.
10395 * gdb.disasm/Makefile.in: Likewise.
10396 * gdb.dlang/Makefile.in: Likewise.
10397 * gdb.dwarf2/Makefile.in: Likewise.
10398 * gdb.fortran/Makefile.in: Likewise.
10399 * gdb.gdb/Makefile.in: Likewise.
10400 * gdb.go/Makefile.in: Likewise.
10401 * gdb.guile/Makefile.in: Likewise.
10402 * gdb.java/Makefile.in: Likewise.
10403 * gdb.linespec/Makefile.in: Likewise.
10404 * gdb.mi/Makefile.in: Likewise.
10405 * gdb.modula2/Makefile.in: Likewise.
10406 * gdb.multi/Makefile.in: Likewise.
10407 * gdb.objc/Makefile.in: Likewise.
10408 * gdb.opencl/Makefile.in: Likewise.
10409 * gdb.opt/Makefile.in: Likewise.
10410 * gdb.pascal/Makefile.in: Likewise.
10411 * gdb.perf/Makefile.in: Likewise.
10412 * gdb.python/Makefile.in: Likewise.
10413 * gdb.reverse/Makefile.in: Likewise.
10414 * gdb.server/Makefile.in: Likewise.
10415 * gdb.stabs/Makefile.in: Likewise.
10416 * gdb.threads/Makefile.in: Likewise.
10417 * gdb.trace/Makefile.in: Likewise.
10418 * gdb.xml/Makefile.in: Likewise.
10419 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10420 GDB_PARALLEL.
10421 (standard_output_file): Remove check for GDB_PARALLEL, always
10422 return path in outputs/$subdir/$testname.
10423
10424 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10425
10426 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10427 (site.exp): Assign abs_srcdir to tcl's srcdir.
10428
10429 2016-02-04 Yao Qi <yao.qi@linaro.org>
10430
10431 * gdb.base/foll-exec-mode.c: Include limits.h.
10432 (main): Add parameters argc and argv. Get directory from
10433 argv[0].
10434 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10435 compilation.
10436 * gdb.base/foll-exec.c: Include limits.h.
10437 (main): Add parameters argc and argv.
10438 Get directory from argv[0].
10439 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10440 Adjust tests on the number of lines as source code changed.
10441 * gdb.base/foll-vfork-exit.c: Include limits.h.
10442 (main): Add one line of statement before vfork.
10443 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10444 (main): Add parameters argc and argv. Get directory from
10445 argv[0].
10446 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10447 (setup_gdb): Set tbreak to skip some source lines.
10448 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10449 (main): Add parameters argc and argv. Get directory from
10450 argv[0].
10451 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10452 compilation.
10453 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10454 (main): Add parameters argc and argv. Get directory from
10455 argv[0].
10456 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10457 compilation.
10458
10459 2016-02-01 Doug Evans <dje@google.com>
10460
10461 * gdb.base/skip.exp: Clean up multiple references to same test name.
10462
10463 2016-02-01 Pedro Alves <palves@redhat.com>
10464
10465 PR remote/19496
10466 * gdb.threads/forking-threads-plus-breakpoint.exp
10467 (displaced_stepping_supported): New global.
10468 (probe_displaced_stepping_support): New procedure.
10469 (do_test): Add 'displaced' parameter, and use it.
10470 (top level): Check for displaced stepping support. Add displaced
10471 stepping on/off testing axis.
10472
10473 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10474
10475 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10476 pointer. Don't perform further tests on the unassociated pointer
10477 if the first test fails.
10478
10479 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10480
10481 * gdb.base/max-value-size.c: New file.
10482 * gdb.base/max-value-size.exp: New file.
10483 * gdb.base/huge.exp: Disable max-value-size for this test.
10484
10485 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10486
10487 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10488
10489 2016-01-28 Yao Qi <yao.qi@linaro.org>
10490
10491 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10492
10493 2016-01-25 Pedro Alves <palves@redhat.com>
10494
10495 PR threads/19461
10496 * gdb.base/fork-running-state.c: New file.
10497 * gdb.base/fork-running-state.exp: New file.
10498
10499 2016-01-25 Pedro Alves <palves@redhat.com>
10500
10501 PR gdb/19494
10502 * gdb.base/catch-fork-kill.c: New file.
10503 * gdb.base/catch-fork-kill.exp: New file.
10504
10505 2016-01-25 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10508 Delete, moved to lib/gdb.exp.
10509 * gdb.threads/forking-threads-plus-breakpoint.exp
10510 (foreach_with_prefix): Likewise.
10511 * gdb.threads/process-dies-while-handling-bp.exp
10512 (foreach_with_prefix): Likewise.
10513 * lib/gdb.exp (foreach_with_prefix): New procedure.
10514
10515 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10516
10517 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10518 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10519
10520 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10521
10522 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10523 endian targets.
10524
10525 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10526 Pedro Alves <palves@redhat.com>
10527
10528 Fix testsuite compatibility with Guile.
10529 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10530 number.
10531
10532 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 Fix testsuite compatibility with Guile.
10535 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10536 (thread 1): New test for backtrace through signal handler.
10537
10538 2016-01-22 Yao Qi <yao.qi@linaro.org>
10539
10540 PR testsuite/19491
10541 * gdb.base/multi-forks.c: Include
10542 ../lib/unbuffer_output.c
10543 (main): Call gdb_unbuffer_output.
10544
10545 2016-01-21 Doug Evans <dje@google.com>
10546
10547 * lib/ada.exp (gdb_compile_ada): Fix typo.
10548
10549 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10550
10551 * gdb.base/break-fun-addr.exp: New file.
10552 * gdb.base/break-fun-addr1.c: New file.
10553 * gdb.base/break-fun-addr2.c: New file.
10554
10555 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10556
10557 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10558 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10559 enum flag values.
10560
10561 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10562
10563 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10564 when GDB can not set the vector return value. Add more comments
10565 for clarification.
10566
10567 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10568
10569 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10570 command.
10571
10572 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10573
10574 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10575
10576 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * Makefile.in (check-single): Pass --status to runtest.
10579 (check/%.exp): Likewise.
10580
10581 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * Makefile.in (check-parallel): Propagate return code from make
10584 do-check-parallel.
10585
10586 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/ftrace.exp: Fix expected message on continue.
10589 * gdb.trace/pending.exp: Fix expected message on continue.
10590 * gdb.trace/trace-break.exp: Fix expected message on continue.
10591
10592 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * lib/gdb.exp (gdb_test): Remove unused global references.
10595
10596 2016-01-18 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.base/async-shell.exp: Adjust expected output.
10599 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10600 * gdb.base/siginfo-thread.exp: Adjust expected output.
10601 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10602 * gdb.java/jnpe.exp: Adjust expected output.
10603 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10604 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10605 * gdb.threads/leader-exit.exp: Adjust expected output.
10606 * gdb.threads/manythreads.exp: Adjust expected output.
10607 * gdb.threads/pthreads.exp: Adjust expected output.
10608 * gdb.threads/schedlock.exp: Adjust expected output.
10609 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10610 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10611 expected output.
10612 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10613 output.
10614 * gdb.threads/sigthread.exp: Adjust expected output.
10615 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10616
10617 2016-01-18 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.guile/scm-section-script.c: Replace @progbits with
10620 %progbits.
10621 * gdb.python/py-section-script.c: Likewise.
10622
10623 2016-01-15 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.multi/tids.exp: Test star wildcard ranges.
10626
10627 2016-01-15 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10630 command from "thread apply" invocation.
10631 (thr_apply_info_thr_invalid): Default the expected output to the
10632 input tid list.
10633 (top level): Add tests that use convenience variables. Add tests
10634 for "thread apply" with a valid TID list, but missing the command.
10635
10636 2016-01-13 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.base/default.exp: Expect $_gthread as well.
10639 * gdb.multi/tids.exp: Test $_gthread.
10640 * gdb.threads/thread-specific.exp: Test $_gthread.
10641
10642 2016-01-13 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.multi/tids.exp: Test "info threads -gid".
10645
10646 2016-01-13 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10649 Breakpoint.thread.
10650 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10651
10652 2016-01-07 Pedro Alves <palves@redhat.com>
10653
10654 * gdb.base/break.exp: Adjust to output changes.
10655 * gdb.base/hbreak2.exp: Likewise.
10656 * gdb.base/sepdebug.exp: Likewise.
10657 * gdb.base/watch_thread_num.exp: Likewise.
10658 * gdb.linespec/keywords.exp: Likewise.
10659 * gdb.multi/info-threads.exp: Likewise.
10660 * gdb.threads/thread-find.exp: Likewise.
10661 * gdb.multi/tids.c: New file.
10662 * gdb.multi/tids.exp: New file.
10663
10664 2016-01-13 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10667
10668 2016-01-13 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.base/default.exp: Expect $_inferior as well.
10671 * gdb.multi/base.exp: Test $_inferior.
10672
10673 2016-01-13 Pedro Alves <palves@redhat.com>
10674
10675 PR breakpoints/19388
10676 * gdb.base/catch-signal-siginfo-cond.c: New file.
10677 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10678
10679 2016-01-12 Josh Stone <jistone@redhat.com>
10680 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10681
10682 * gdb.base/catch-syscall.c (do_execve): New variable.
10683 (main): Conditionally trigger an execve.
10684 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10685 (test_catch_syscall_execve): New, check entry/return across execve.
10686 (do_syscall_tests): Call test_catch_syscall_execve.
10687
10688 2016-01-12 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/random-signal.exp (do_test): New procedure, with body
10691 of testcase moved in.
10692
10693 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10694 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/funcargs.exp (finish from indirectly called function):
10697 Reintroduce the case for 'First'.
10698
10699 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10700 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10703 (tcatch_vfork_then_child_follow_exec)
10704 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10705 identification.
10706
10707 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10710 and repeats to unlimited.
10711 * gdb.python/py-value.exp: Likewise.
10712 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10713 and repeats to unlimited.
10714
10715 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10718 and reordering the functions.
10719 * gdb.multi/hangout.c: Likewise.
10720 * gdb.multi/hello.c: Likewise.
10721
10722 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10723
10724 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10725 absolute.
10726 (SingleStatisticTestResult.report): Use dict.keys instead of
10727 dict.iterkeys.
10728
10729 2016-01-06 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10732
10733 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10734
10735 * gdb.btrace/dlopen.exp: New.
10736 * gdb.btrace/dlopen.c: New.
10737 * gdb.btrace/dlopen-dso.c: New.
10738
10739 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10740
10741 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10742 PATTERN argument is optional.
10743
10744 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10745
10746 * lib/ada.exp (target_compile_ada_from_dir): New function.
10747 (gdb_compile_ada): Reimplement avoiding the use of project files.
10748 * gdb.ada/gnat_ada.gpr: Delete.
10749 * gdb.ada/cond_lang.exp: Adjust test to make path before
10750 filename optional.
10751 * gdb.ada/small_reg_param.exp: Likewise.
10752
10753 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10754
10755 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10756
10757 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10758
10759 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10760 case.
10761
10762 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10763
10764 * gdb.base/break.exp: Remove dead code.
10765 * gdb.base/sepdebug.exp: Likewise.
10766
10767 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10768
10769 * gdb.asm/asm-source.exp: Remove HP-UX references.
10770 * gdb.base/annota1.exp: Likewise.
10771 * gdb.base/annota3.exp: Likewise.
10772 * gdb.base/attach.exp: Likewise.
10773 * gdb.base/bigcore.exp: Likewise.
10774 * gdb.base/break.exp: Likewise.
10775 * gdb.base/call-ar-st.exp: Likewise.
10776 * gdb.base/callfuncs.exp: Likewise.
10777 * gdb.base/catch-fork-static.exp: Likewise.
10778 * gdb.base/display.exp: Likewise.
10779 * gdb.base/foll-exec-mode.exp: Likewise.
10780 * gdb.base/foll-exec.exp: Likewise.
10781 * gdb.base/foll-fork.exp: Likewise.
10782 * gdb.base/foll-vfork.exp: Likewise.
10783 * gdb.base/funcargs.exp: Likewise.
10784 * gdb.base/hbreak2.exp: Likewise.
10785 * gdb.base/inferior-died.exp: Likewise.
10786 * gdb.base/interrupt.exp: Likewise.
10787 * gdb.base/multi-forks.exp: Likewise.
10788 * gdb.base/nodebug.exp: Likewise.
10789 * gdb.base/sepdebug.exp: Likewise.
10790 * gdb.base/solib1.c: Likewise.
10791 * gdb.base/step-test.exp: Likewise.
10792 * gdb.mi/non-stop.c: Likewise.
10793 * gdb.mi/pthreads.c: Likewise.
10794 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10795 * gdb.threads/pthreads.c: Likewise.
10796 * gdb.threads/staticthreads.exp: Likewise.
10797 * lib/future.exp: Likewise.
10798 * lib/gdb.exp: Likewise.
10799 * gdb.base/so-indr-cl.c: Remove.
10800 * gdb.base/so-indr-cl.exp: Likewise.
10801 * gdb.base/solib.c: Likewise.
10802 * gdb.base/solib.exp: Likewise.
10803 * gdb.base/solib2.c: Likewise.
10804
10805 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10806
10807 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10808 * gdb.base/call-ar-st.exp: Likewise.
10809 * gdb.base/callfuncs.exp: Likewise.
10810 * gdb.base/condbreak.exp: Likewise.
10811 * gdb.base/constvars.exp: Likewise.
10812 * gdb.base/hbreak2.exp: Likewise.
10813 * gdb.base/langs.exp: Likewise.
10814 * gdb.base/list.exp: Likewise.
10815 * gdb.base/long_long.exp: Likewise.
10816 * gdb.base/ptype.exp: Likewise.
10817 * gdb.base/scope.exp: Likewise.
10818 * gdb.base/signals.exp: Likewise.
10819 * gdb.base/so-impl-ld.exp: Likewise.
10820 * gdb.base/varargs.exp: Likewise.
10821 * gdb.base/volatile.exp: Likewise.
10822 * gdb.base/whatis.exp: Likewise.
10823 * gdb.cp/cplusfuncs.exp: Likewise.
10824 * gdb.cp/inherit.exp: Likewise.
10825 * gdb.cp/local.exp: Likewise.
10826 * gdb.cp/member-ptr.exp: Likewise.
10827 * gdb.cp/method.exp: Likewise.
10828 * gdb.cp/overload.exp: Likewise.
10829 * gdb.cp/templates.exp: Likewise.
10830 * gdb.stabs/weird.exp: Likewise.
10831 * lib/compiler.c: Likewise.
10832 * lib/compiler.cc: Likewise.
10833 * lib/cp-support.exp: Likewise.
10834 * lib/gdb.exp: Likewise.
10835
10836 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10837
10838 * configure.ac: Remove HP-UX case.
10839 * configure: Regenerate.
10840
10841 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * lib/gdb.exp (gdb_compile): Add function doc.
10844
10845 2015-12-17 Pedro Alves <palves@redhat.com>
10846
10847 PR threads/19354
10848 * gdb.multi/info-threads.exp: New file.
10849
10850 2015-12-15 Yao Qi <yao.qi@linaro.org>
10851
10852 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10853 is aarch64*-*-*.
10854
10855 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10856
10857 * gdb.base/history-duplicates.exp: Skip if no readline support.
10858
10859 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10860
10861 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10862
10863 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10864
10865 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10866
10867 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10868
10869 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10870 ctrl-C if nointerrupts target property is set.
10871 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10872 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10873 * gdb.base/paginate-bg-execution.exp: Likewise.
10874 * gdb.base/paginate-execution-startup.exp: Likewise.
10875 * gdb.base/random-signal.exp: Likewise.
10876 * gdb.base/range-stepping.exp: Likewise.
10877 * gdb.cp/annota2.exp: Likewise.
10878 * gdb.cp/annota3.exp: Likewise.
10879 * gdb.gdb/selftest.exp: Likewise.
10880 * gdb.threads/continue-pending-status.exp: Likewise.
10881 * gdb.threads/leader-exit.exp: Likewise.
10882 * gdb.threads/manythreads.exp: Likewise.
10883 * gdb.threads/pthreads.exp: Likewise.
10884 * gdb.threads/schedlock.exp: Likewise.
10885 * gdb.threads/sigthread.exp: Likewise.
10886
10887 2015-12-11 Don Breazeal <donb@codesourcery.com>
10888
10889 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10890 remote.
10891 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10892 * gdb.base/foll-exec.exp (main): Enable for target remote.
10893 * gdb.base/foll-fork.exp (main): Likewise.
10894 * gdb.base/foll-vfork.exp (main): Likewise.
10895 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10896 (proc continue_to_exit_bp_loc): Use clean_restart.
10897 * gdb.base/pie-execl.exp (main): Disable for target remote.
10898 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10899 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10900 * gdb.threads/execl.exp (main): Likewise.
10901 * gdb.threads/fork-child-threads.exp (main): Likewise.
10902 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10903 remote.
10904 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10905 remote.
10906 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10907 pid.tid style ptids, instead of just tid.
10908 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10909 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10910 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10911 ptids, instead of just tid.
10912
10913 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10914
10915 * gdb.base/list.exp (test_list_forward): Add end of file error
10916 test.
10917 (test_repeat_list_command): Add end of file error test.
10918 (test_list_backwards): Add beginning of file error test.
10919
10920 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10921
10922 * gdb.base/list.exp (test_list_invalid_args): New function,
10923 defined, and called.
10924
10925 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10926
10927 * gdb.base/list.exp (test_list): Make test names unique.
10928
10929 2015-12-11 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.base/coremaker2.c: Remove.
10932
10933 2015-12-10 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.multi/base.exp: Remove stale "spaces" references.
10936
10937 2015-12-10 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.multi/base.exp: Don't use nowarnings.
10940 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10941 * gdb.multi/hangout.c: Include stdio.h.
10942 * gdb.multi/hello.c: Include stdlib.h.
10943 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10944 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10945 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10946
10947 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10948
10949 * gdb.dwarf2/dw2-ranges-base.c: New file.
10950 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10951 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10952 support additional line table, and debug ranges generation.
10953 (Dwarf::ranges): New function, generate .debug_ranges.
10954 (Dwarf::lines): Support generating simple line table programs.
10955 (Dwarf::assemble): Initialise new namespace variables.
10956
10957 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10958
10959 * gdb.base/async.exp (proc test_background): Add case for
10960 asynchronous execution not supported.
10961
10962 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10963
10964 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10965 format and change test names to make them unique.
10966
10967 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10968 Pedro Alves <pedro@redhat.com>
10969
10970 PR gdb/18702
10971 Add checking of floatformats setup on x86_64 hosts.
10972 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10973 (smallval, bigval): New labels/constants.
10974 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10975 float" after loading bigval and smallval.
10976
10977 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10978
10979 * gdb.ada/fun_overload_menu.exp: New testcase.
10980 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10981
10982 2015-12-04 Josh Stone <jistone@redhat.com>
10983
10984 * gdb.base/catch-fork-static.exp: New.
10985
10986 2015-12-03 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/sizeof.c: Don't include stdio.h and
10989 ../lib/unbuffer_output.c.
10990 (main): New variable 'size' and 'value'. Remove printf and
10991 gdb_unbuffer_output. Assign return value to size and value.
10992 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10993 at the beginning.
10994 (check_sizeof): Check the result by printing variable 'size'.
10995 (check_valueof): Check the result by printing variable 'value'.
10996
10997 2015-12-01 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11000 for aarch64*-*-linux* target.
11001
11002 2015-11-30 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11005
11006 2015-11-30 Pedro Alves <palves@redhat.com>
11007
11008 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11009 Handle non-stop mode vCont replies.
11010
11011 2015-11-30 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11014 prepare_for_testing. Start gdb with "set non-stop on" appended to
11015 GDBFLAGS. Lax expected stop output.
11016
11017 2015-11-27 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-neon.exp: New.
11020 * gdb.arch/arm-neon.c: New.
11021
11022 2015-11-27 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11025
11026 2015-11-27 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11029 frames-invalid annotation.
11030
11031 2015-11-27 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11034
11035 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 * gdb.threads/names.exp: New file.
11038 * gdb.threads/names.c: New file.
11039 * README: Mention gdb,no_thread_names.
11040
11041 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11042
11043 PR 19297
11044 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11045 support" error.
11046
11047 2015-11-24 Pedro Alves <palves@redhat.com>
11048
11049 PR 17539
11050 * gdb.base/display.exp: Expect displays to be sorted in ascending
11051 order. Use multi_line.
11052 * gdb.base/solib-display.exp: Likewise.
11053
11054 2015-11-24 Pedro Alves <palves@redhat.com>
11055
11056 PR 17539
11057 * gdb.base/display.exp: Expect displays to be sorted in ascending
11058 order. Use multi_line.
11059 * gdb.base/solib-display.exp: Likewise.
11060
11061 2015-11-24 Pedro Alves <palves@redhat.com>
11062
11063 PR 17539
11064 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11065 threads in ascending order.
11066 * gdb.base/foll-fork.exp: Likewise.
11067 * gdb.base/foll-vfork.exp: Likewise.
11068 * gdb.base/multi-forks.exp: Likewise.
11069 * gdb.mi/mi-nonstop.exp: Likewise.
11070 * gdb.mi/mi-nsintrall.exp: Likewise.
11071 * gdb.multi/base.exp: Likewise.
11072 * gdb.multi/multi-arch.exp: Likewise.
11073 * gdb.python/py-inferior.exp: Likewise.
11074 * gdb.threads/break-while-running.exp: Likewise.
11075 * gdb.threads/execl.exp: Likewise.
11076 * gdb.threads/gcore-thread.exp: Likewise.
11077 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11078 * gdb.threads/kill.exp: Likewise.
11079 * gdb.threads/linux-dp.exp: Likewise.
11080 * gdb.threads/multiple-step-overs.exp: Likewise.
11081 * gdb.threads/next-bp-other-thread.exp: Likewise.
11082 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11083 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11084 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11085 * gdb.threads/thread-find.exp: Likewise.
11086 * gdb.threads/tls.exp: Likewise.
11087 * lib/mi-support.exp (mi_reverse_list): Delete.
11088 (mi_check_thread_states): No longer reverse list.
11089
11090 2015-11-24 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11093 use lowercase.
11094
11095 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11096
11097 * gdb.trace/actions.c: Include trace-common.h.
11098 (main): Add a location for a fast tracepoint.
11099 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11100 the normal tracepoints.
11101 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11102
11103 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11104
11105 * save-trace.exp: Factor out code to these...
11106 (gdb_save_tracepoints): New.
11107 (gdb_load_tracepoints): New.
11108 (do_save_load_test): New.
11109
11110 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11111
11112 * gdb.base/asmlabel.exp: New test.
11113 * gdb.base/asmlabel.c: New test case.
11114
11115 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.base/wrong_frame_bt_full-main.c: New file.
11118 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11119 * gdb.base/wrong_frame_bt_full.exp: New file.
11120
11121 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11122
11123 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11124
11125 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11126
11127 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11128 pstate register when comparing registers values in
11129 sparc64-*-linux-gnu targets to avoid spurious differences.
11130
11131 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11132
11133 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11134
11135 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11136
11137 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11138 as type argument to gdb_compile.
11139 * gdb.base/nested-subp2.exp: Likewise.
11140 * gdb.base/nested-subp3.exp: Likewise.
11141
11142 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11143
11144 * lib/dwarf.exp (_note): Fix left shift of negative value.
11145 * gdb.trace/trace-condition.exp: Likewise.
11146
11147 2015-11-13 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11150 comments about d10v.
11151 (test_scalar_returns): Likewise.
11152 * gdb.base/d10v.ld: Remove.
11153 * gdb.base/overlays.exp: Remove the target triplet checking for
11154 d10v-*-*.
11155 * gdb.base/structs.exp (test_struct_returns): Remove the
11156 comments about d10v.
11157 (test_struct_calls): Likewise.
11158
11159 2015-11-13 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11162 * gdb.base/gnu_vector.c: Don't include stdio.h.
11163 (main): Don't print res and call add_some_intvecs.
11164
11165 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11166
11167 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11168 macro.
11169 (func5): Removed.
11170 (func4): Use FAST_TRACEPOINT_LABEL.
11171 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11172 macro.
11173 (func): Removed.
11174 (thread_function): Use FAST_TRACEPOINT_LABEL.
11175 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11176 (func): Remove.
11177 (marker): Use FAST_TRACEPOINT_LABEL.
11178 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11179 (pendfunc1): Remove.
11180 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11181 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11182 (foo): Remove.
11183 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11184 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11185 macro.
11186 (func): Remove.
11187 (marker): Use FAST_TRACEPOINT_LABEL.
11188 * gdb.trace/trace-common.h: New header.
11189 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11190 macro.
11191 (func): Remove.
11192 (marker): Use FAST_TRACEPOINT_LABEL.
11193 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11194 (func): Remove.
11195 (thread_function): Use FAST_TRACEPOINT_LABEL.
11196
11197 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11198
11199 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11200 in front.
11201 * gdb.trace/change-loc.exp: Use global pcreg definition.
11202 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11203 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11204 in front.
11205 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11206 * gdb.trace/pending.exp: Likewise.
11207 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11208 * gdb.trace/trace-break.exp: Likewise.
11209 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11210 in front.
11211 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11212 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11213 in front.
11214 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11215
11216 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11217
11218 * gdb.ada/fin_fun_out: New testcase.
11219
11220 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11221
11222 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11223 value associated with DW_AT_byte_size.
11224 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11225 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11226 DW_AT_upper_bound.
11227
11228 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11229
11230 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11231 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11232 version.
11233 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11234 gdb.dwarf2/dw2-canonicalize-type.exp,
11235 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11236 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11237 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11238 provided by gdb_target_symbol_prefix_flags_asm.
11239 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11240 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11241 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11242 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11243 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11244 macros where needed). Use this macro for symbols which require
11245 the prefix provided by SYMBOL_PREFIX.
11246
11247 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11248
11249 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11250 New procs.
11251 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11252 representing expressions, of more than one list element.
11253 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11254 to prepend linker symbol prefix to f.
11255 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11256 table_1 and table_2.
11257 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11258 Likewise, for f and g.
11259 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11260 for ptr.
11261 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11262 for main.
11263 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11264 table_1_ptr and table_2_ptr.
11265
11266 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11267 Joel Brobecker <brobecker@adacore.com>
11268
11269 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11270
11271 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11272
11273 * gdb.reverse/s390-mvcle.c: New test.
11274 * gdb.reverse/s390-mvcle.exp: New file.
11275 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11276
11277 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11278
11279 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11280
11281 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11282
11283 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11284 reaching marker2.
11285 * gdb.reverse/getresuid-reverse.exp: Likewise.
11286 * gdb.reverse/pipe-reverse.exp: Likewise.
11287 * gdb.reverse/readv-reverse.exp: Likewise.
11288 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11289 * gdb.reverse/time-reverse.exp: Likewise.
11290 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11291
11292 2015-10-30 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11295 (empty_cycle): Remove.
11296 (main): Don't call empty_cycle. Don't use watch_count_done.
11297 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11298 empty_cycle. Rewrite the code counting HW watchpoints.
11299
11300 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11301
11302 * gdb.reverse/fstatat-reverse.c: New test.
11303 * gdb.reverse/fstatat-reverse.exp: New file.
11304 * gdb.reverse/getresuid-reverse.c: New test.
11305 * gdb.reverse/getresuid-reverse.exp: New file.
11306 * gdb.reverse/pipe-reverse.c: New test.
11307 * gdb.reverse/pipe-reverse.exp: New file.
11308 * gdb.reverse/readv-reverse.c: New test.
11309 * gdb.reverse/readv-reverse.exp: New file.
11310 * gdb.reverse/recvmsg-reverse.c: New test.
11311 * gdb.reverse/recvmsg-reverse.exp: New file.
11312 * gdb.reverse/time-reverse.c: New test.
11313 * gdb.reverse/time-reverse.exp: New file.
11314 * gdb.reverse/waitpid-reverse.c: New test.
11315 * gdb.reverse/waitpid-reverse.exp: New file.
11316
11317 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11320
11321 2015-10-26 Doug Evans <dje@google.com>
11322
11323 PR symtab/17391
11324 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11325 * gdb.dwarf2/bad-regnum.c: New file.
11326 * gdb.dwarf2/bad-regnum.exp: New file.
11327
11328 2015-10-26 Doug Evans <dje@google.com>
11329
11330 PR python/18938
11331 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11332 file.
11333
11334 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11335
11336 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11337 for a change by "Mention language in compile error message".
11338
11339 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11340
11341 PR python/18073
11342 * gdb.python/py-type.c (C::a_method): New.
11343 (C::a_const_method): New.
11344 (C::a_static_method): New.
11345 (a_function): New.
11346 * gdb.python/py-type.exp (test_fields): Test getting fields
11347 from function and method.
11348
11349 2015-10-21 Keven Boell <keven.boell@intel.com>
11350
11351 * gdb.fortran/vla-alloc-assoc.exp: New file.
11352 * gdb.fortran/vla-datatypes.exp: New file.
11353 * gdb.fortran/vla-datatypes.f90: New file.
11354 * gdb.fortran/vla-history.exp: New file.
11355 * gdb.fortran/vla-ptype-sub.exp: New file.
11356 * gdb.fortran/vla-ptype.exp: New file.
11357 * gdb.fortran/vla-sizeof.exp: New file.
11358 * gdb.fortran/vla-sub.f90: New file.
11359 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11360 * gdb.fortran/vla-value-sub-finish.exp: New file.
11361 * gdb.fortran/vla-value-sub.exp: New file.
11362 * gdb.fortran/vla-value.exp: New file.
11363 * gdb.fortran/vla-ptr-info.exp: New file.
11364 * gdb.mi/mi-vla-fortran.exp: New file.
11365 * gdb.mi/vla.f90: New file.
11366
11367 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11368
11369 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11370 of hardwired timeout value.
11371
11372 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11373 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11376 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11377
11378 2015-10-19 Josh Stone <jistone@redhat.com>
11379
11380 * gdb.base/catch-syscall.c: Include <sched.h>.
11381 (unknown_syscall): New variable.
11382 (main): Trigger a vfork and an unknown syscall.
11383 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11384 (unknown_syscall_number): Likewise.
11385 (check_call_to_syscall): Accept an optional syscall pattern.
11386 (check_return_from_syscall): Likewise.
11387 (check_continue): Likewise.
11388 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11389 (test_catch_syscall_skipping_return): New test toggling off 'catch
11390 syscall' to step over the syscall return, then toggling back on.
11391 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11392 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11393 (do_syscall_tests): Call test_catch_syscall_without_args and
11394 test_catch_syscall_mid_vfork.
11395 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11396 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11397
11398 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11399
11400 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11401 print g_vE): Add new pass patterns.
11402 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11403 print various symbol names for vptr fields.
11404
11405 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11406
11407 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11408 results.
11409
11410 2015-10-12 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11413
11414 2015-10-12 Yao Qi <yao.qi@linaro.org>
11415
11416 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11417 is aarch64*-*-linux*.
11418
11419 2015-10-12 Yao Qi <yao.qi@linaro.org>
11420
11421 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11422 (can_relocate_bcond_true): ... it.
11423 (can_relocate_bcond_false): New function.
11424 (foo): Likewise.
11425 (can_relocate_bl): Likewise.
11426 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11427 can_relocate_bl.
11428
11429 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11430
11431 * gdb.base/nested-addr.c: New file.
11432 * gdb.base/nested-addr.exp: New testcase.
11433
11434 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11435
11436 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11437 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11438 its output. Ignore the output of "record goto begin" and instead
11439 check that GDB is replaying.
11440
11441 2015-10-09 Pedro Alves <palves@redhat.com>
11442
11443 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11444 (top level): Use it in the run with no args test.
11445
11446 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11447
11448 * gdb.dlang/properties.exp: New file.
11449
11450 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11451
11452 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11453 whether or not address 0x1000 is mapped on the target.
11454
11455 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11458 build.
11459
11460 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11461
11462 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11463 instruction-history test.
11464
11465 2015-09-28 Doug Evans <dje@google.com>
11466
11467 * gdb.base/gcore.c (array_func): Add reference to static_array.
11468
11469 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11470
11471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11472 source line.
11473
11474 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11475
11476 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11477 short or char as base type.
11478
11479 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11480
11481 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11482 to allow any size enum.
11483
11484 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11485
11486 * gdb.ada/array_ptr_renaming.exp: New testcase.
11487 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11488 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11489
11490 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11491
11492 * gdb.trace/ftrace-lock.c: New file.
11493 * gdb.trace/ftrace-lock.exp: New file.
11494
11495 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11496
11497 * gdb.arch/insn-reloc.c: New file.
11498 * gdb.arch/ftrace-insn-reloc.exp: New file.
11499
11500 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11501
11502 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11503 instruction.
11504 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11505 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11506 * gdb.trace/range-stepping.c: Likewise.
11507 * gdb.trace/trace-break.c: Likewise.
11508 * gdb.trace/trace-mt.c (thread_function): Likewise.
11509 * gdb.trace/ftrace.c (marker): Likewise.
11510 * gdb.trace/trace-condition.c (marker): Likewise.
11511 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11512 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11513 is_aarch64_target.
11514
11515 2015-09-18 Doug Evans <xdje42@gmail.com>
11516
11517 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11518 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11519
11520 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11521
11522 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11523 the breakpoint.
11524
11525 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11526
11527 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11528 the pending breakpoint. Remove timeout override for "Run till
11529 MI pending breakpoint on pendfunc3 on thread 2" test.
11530
11531 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11532
11533 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11534 filename pattern.
11535
11536 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11537
11538 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11539 in breakpoint filename pattern.
11540
11541 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11542
11543 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11544
11545 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11546
11547 * gdb.linespec/explicit.exp: Check for readline support for
11548 tab-completion tests. Fix obvious typo.
11549
11550 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11553 and replay.
11554
11555 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11556
11557 * gdb.btrace/non-stop.c: New.
11558 * gdb.btrace/non-stop.exp: New.
11559
11560 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11561 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.trace/trace-condition.c: New file.
11564 * gdb.trace/trace-condition.exp: New file.
11565
11566 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11567
11568 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11569 for testing bytecode compilation.
11570
11571 2015-09-16 Pedro Alves <palves@redhat.com>
11572 Sandra Loosemore <sandra@codesourcery.com>
11573
11574 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11575 (SECONDS): Redefine.
11576 (main): Call pthread_kill and alarm early.
11577 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11578 support.
11579 (test): If the target can't hardware step and doesn't support
11580 displaced stepping, increase the timeout.
11581
11582 2015-09-16 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11585 (enable_debug): New procedures.
11586 (test): Use them. Bail out if waiting for threads fails.
11587 (top level): Bail out if a test fails.
11588
11589 2015-09-16 Yao Qi <yao.qi@linaro.org>
11590
11591 * gdb.asm/asm-source.exp: Set asm-arch for
11592 aarch64*-*-* target.
11593 * gdb.asm/aarch64.inc: New file.
11594
11595 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11596
11597 * gdb.ada/array_of_variable_length.exp: New testcase.
11598 * gdb.ada/array_of_variable_length/foo.adb: New file.
11599 * gdb.ada/array_of_variable_length/pck.adb: New file.
11600 * gdb.ada/array_of_variable_length/pck.ads: New file.
11601
11602 2015-09-15 Doug Evans <dje@google.com>
11603
11604 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11605 of function static local variable.
11606
11607 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11608
11609 * gdb.threads/tls-so_extern.exp: New test file.
11610 * gdb.threads/tls-so_extern.c: New test file.
11611 * gdb.threads/tls-so_extern_main.c: New test file.
11612
11613 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.opt/solib-intra-step-lib.c: New file.
11616 * gdb.opt/solib-intra-step-main.c: New file.
11617 * gdb.opt/solib-intra-step.exp: New file.
11618
11619 2015-09-15 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11622 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11623
11624 2015-09-14 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/hook-stop-continue.c: Delete.
11627 * gdb.base/hook-stop-continue.exp: Delete.
11628 * gdb.base/hook-stop-frame.c: Delete.
11629 * gdb.base/hook-stop-frame.exp: Delete.
11630 * gdb.base/hook-stop.c: New file.
11631 * gdb.base/hook-stop.exp: New file.
11632
11633 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11634
11635 * gdb.ada/access_to_packed_array.exp: New testcase.
11636 * gdb.ada/access_to_packed_array/foo.adb: New file.
11637 * gdb.ada/access_to_packed_array/pack.adb: New file.
11638 * gdb.ada/access_to_packed_array/pack.ads: New file.
11639
11640 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11641
11642 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11643 buffer size test.
11644
11645 2015-09-11 Don Breazeal <donb@codesourcery.com>
11646
11647 * gdb.base/foll-exec.c: Add copyright header. Fix
11648 formatting issues.
11649 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11650 (do_exec_tests): Use clean_restart in place of zap_session,
11651 and for test initialization. Fix formatting issues. Use
11652 fail in place of perror.
11653 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11654 an expect statement to match an expression with output from
11655 the program under debug.
11656 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11657 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11658 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11659 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11660 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11661
11662 2015-09-09 Doug Evans <dje@google.com>
11663
11664 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11665
11666 2015-09-09 Doug Evans <dje@google.com>
11667
11668 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11669
11670 2015-09-09 Doug Evans <dje@google.com>
11671
11672 * gdb.base/savedregs.exp: Fix typo.
11673
11674 2015-09-09 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11677
11678 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11679
11680 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11681 command actually switches threads. Give up on remaining
11682 tests if target fails to stop at breakpoint.
11683
11684 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11685
11686 * gdb.ada/funcall_char.exp: New testcase.
11687 * gdb.ada/funcall_char/foo.adb: New file.
11688
11689 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11690
11691 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11692 expected outputs. Add two testcases for completing ambiguous
11693 functions.
11694 * gdb.ada/complete/aux_pck.adb: New file.
11695 * gdb.ada/complete/aux_pck.ads: New file.
11696 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11697 Ambiguous_Func functions.
11698 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11699 * gdb.ada/complete/pck.adb: Likewise.
11700
11701 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11702
11703 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11704 failures to run the test program under GDB.
11705
11706 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11707
11708 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11709 to C.
11710
11711 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11712
11713 * gdb.base/run-after-attach.exp: New test file.
11714 * gdb.base/run-after-attach.c: New test file.
11715
11716 2015-08-26 Don Breazeal <donb@codesourcery.com>
11717
11718 * gdb.base/foll-exec-2.c: New test program.
11719 * gdb.base/foll-exec-2.exp: New test.
11720
11721 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11722
11723 * gdb.base/nested-subp1.exp: New file.
11724 * gdb.base/nested-subp1.c: New file.
11725 * gdb.base/nested-subp2.exp: New file.
11726 * gdb.base/nested-subp2.c: New file.
11727 * gdb.base/nested-subp3.exp: New file.
11728 * gdb.base/nested-subp3.c: New file.
11729
11730 2015-08-24 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.server/connect-without-multi-process.c: New file.
11733 * gdb.server/connect-without-multi-process.exp: New file.
11734
11735 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11736
11737 * gdb.opt/inline-markers.c: Make z int.
11738
11739 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11740
11741 * gdb.opt/inline-markers.c: Make z volatile.
11742
11743 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11744
11745 * gdb.opt/inline-bt.c: New volatile global z.
11746 * gdb.opt/inline-cmds.c: Likewise.
11747 * gdb.opt/inline-locals.c: Likewise.
11748 * gdb.opt/inline-markers.c: New extern global z.
11749 (marker): Use z.
11750 (inline_fn): Likewise.
11751
11752 2015-08-24 Pedro Alves <palves@redhat.com>
11753
11754 * config/m32r-stub.exp: Remove file.
11755 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11756 * gdb.base/call-rt-st.exp: Likewise.
11757 * gdb.base/call-strs.exp: Likewise.
11758 * gdb.base/default.exp: Remove references to h8300-*-hms and
11759 *-*-udi*.
11760 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11761
11762 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11763
11764 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11765 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11766 and "return" use KFAIL when GDB can not read/write the vector
11767 return value.
11768
11769 2015-08-21 Gary Benson <gbenson@redhat.com>
11770
11771 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11772
11773 2015-08-20 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.server/solib-list.exp: No longer expect an interior stop in
11776 non-stop mode.
11777
11778 2015-08-20 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.server/connect-stopped-target.c: New file.
11781 * gdb.server/connect-stopped-target.exp: New file.
11782
11783 2015-08-20 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.dwarf2/comp-unit-lang.exp: New file.
11786 * gdb.dwarf2/comp-unit-lang.c: New file.
11787
11788 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11789
11790 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11791 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11792
11793 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11794
11795 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11796 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11797
11798 2015-08-18 Doug Evans <dje@google.com>
11799 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11800
11801 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11802 skip_python_tests. New arg prompt_regexp.
11803 (skip_python_tests): New function.
11804 * lib/mi-support.exp (mi_skip_python_tests): New function.
11805 * gdb.python/py-mi-objfile-gdb.py: New file.
11806 * gdb.python/py-mi-objfile.c: New file.
11807 * gdb.python/py-mi-objfile.exp: New file.
11808
11809 2015-08-17 Keith Seitz <keiths@redhat.com>
11810
11811 * gdb.linespec/explicit.exp: Move strace test from here ...
11812 * gdb.trace/strace.exp: ... to here.
11813
11814 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11815
11816 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11817 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11818
11819 2015-08-14 Doug Evans <xdje42@gmail.com>
11820
11821 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11822 inferior before selecting a new file.
11823
11824 2015-08-14 Doug Evans <xdje42@gmail.com>
11825
11826 * gdb.mi/mi-disassemble.exp: Update.
11827 * gdb.base/disasm-optim.S: New file.
11828 * gdb.base/disasm-optim.c: New file.
11829 * gdb.base/disasm-optim.h: New file.
11830 * gdb.base/disasm-optim.exp: New file.
11831
11832 2015-08-14 Keith Seitz <keiths@redhat.com>
11833
11834 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11835 "evaluated-by".
11836
11837 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11838
11839 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11840
11841 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11842
11843 * gdb.ada/fun_renaming.exp: New testcase.
11844 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11845 * gdb.ada/fun_renaming/pack.adb: New file.
11846 * gdb.ada/fun_renaming/pack.ads: New file.
11847
11848 2015-08-12 Keith Seitz <keiths@redhat.com>
11849
11850 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11851 gdb_get_line_number.
11852
11853 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11854
11855 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11856 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11857 gdb.base/dso2dso.exp: New files.
11858
11859 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11860 Pedro Alves <palves@redhat.com>
11861 Keith Seitz <keiths@redhat.com>
11862
11863 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11864 GDBFLAGS.
11865
11866 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11867
11868 * gdb.base/gdbhistsize-history.exp
11869 (test_histsize_history_setting): Use save_vars.
11870 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11871 Use save_vars.
11872 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11873 * gdb.base/readline.exp: Use save_vars.
11874
11875 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11876
11877 * lib/gdb.exp (save_vars): New proc.
11878
11879 2015-08-11 Keith Seitz <keiths@redhat.com>
11880
11881 * gdb.base/help.exp: Update help_breakpoint_text.
11882
11883 2015-08-11 Keith Seitz <keiths@redhat.com>
11884
11885 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11886 (at toplevel): Call test_explicit_breakpoints.
11887 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11888 breakpoints.
11889 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11890 breakpoint conditions, "-cond".
11891
11892 2015-08-11 Keith Seitz <keiths@redhat.com>
11893
11894 * gdb.linespec/3explicit.c: New file.
11895 * gdb.linespec/cpexplicit.cc: New file.
11896 * gdb.linespec/cpexplicit.exp: New file.
11897 * gdb.linespec/explicit.c: New file.
11898 * gdb.linespec/explicit.exp: New file.
11899 * gdb.linespec/explicit2.c: New file.
11900 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11901 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11902 before using in the matching pattern.
11903 Clarify that `prefix' is a regular expression.
11904
11905 2015-08-11 Keith Seitz <keiths@redhat.com>
11906
11907 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11908 test.
11909 Add tests for missing ",FMT" and ",".
11910
11911 2015-08-10 Doug Evans <dje@google.com>
11912 Keith Seitz <keiths@redhat.com>
11913
11914 PR gdb/17960
11915 * gdb.base/completion.exp: Add location completer tests.
11916
11917 2015-08-07 Pedro Alves <palves@redhat.com>
11918
11919 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11920 tests here.
11921 (top level): Run do_test with and without displaced stepping.
11922
11923 2015-08-07 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.base/valgrind-disp-step.c: New file.
11926 * gdb.base/valgrind-disp-step.exp: New file.
11927
11928 2015-08-07 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11931 Delete function.
11932 (main): Add alarm. Run an infinite loop instead of calling
11933 wait_threads.
11934 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11935 comment.
11936 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11937 Delete function.
11938 (main): Add alarm. Run an infinite loop instead of calling
11939 wait_threads.
11940 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11941 comment.
11942
11943 2015-08-07 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.base/checkpoint-ns.exp: New file.
11946 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11947 standard_testfile.
11948
11949 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11950
11951 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11952 * gdb.btrace/instruction_history.exp: Update.
11953 * gdb.btrace/tsx.exp: New.
11954 * gdb.btrace/tsx.c: New.
11955
11956 2015-08-06 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11959 increase timeout.
11960 * gdb.reverse/until-precsave.exp: Bump timeouts.
11961
11962 2015-08-06 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11965
11966 2015-08-06 Pedro Alves <palves@redhat.com>
11967
11968 PR gdb/18749
11969 * gdb.threads/process-dies-while-handling-bp.c: New file.
11970 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11971
11972 2015-08-06 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11975 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11976
11977 2015-08-05 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11980 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11981
11982 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11983
11984 * gdb.base/bp-permanent.exp: Report test as unsupported if
11985 the target cannot stop at the permanent breakpoint.
11986
11987 2015-08-03 Doug Evans <dje@google.com>
11988
11989 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11990 10000.
11991
11992 2015-08-03 Doug Evans <dje@google.com>
11993
11994 * Makefile.in (workers/%.worker, build-perf): New rule.
11995 (GDB_PERFTEST_MODE): New variable.
11996 (check-perf): Use it.
11997 (clean): Clean up gdb.perf parallel build subdirs.
11998 * lib/build-piece.exp: New file.
11999 * lib/gdb.exp (make_gdb_parallel_path): New function
12000 (standard_output_file, standard_temp_file): Call it.
12001 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12002 of $GDB_PARALLEL.
12003 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12004
12005 2015-08-03 Doug Evans <dje@google.com>
12006
12007 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12008 (LOG_FILE_NAME): New global.
12009 (TextReporter.__init__): Initialize self.txt_sum.
12010 (TextReporter.report): Add support for multiple data-points.
12011 Move report to perftest.sum, put raw data in perftest.log.
12012 (TextReporter.start): Open sum and log files.
12013 (TextReporter.end): Close sum and log files.
12014 * gdb.perf/lib/perftest/testresult.py
12015 (SingleStatisticTestResult.record): Handle multiple data-points.
12016
12017 2015-07-31 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12020 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12021 kill_wait_spawned_process instead of explicit "kill -9".
12022 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12023 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12024 kill_wait_spawned_process.
12025 * gdb.base/attach-twice.exp: Likewise.
12026 * gdb.base/attach.exp: Likewise.
12027 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12028 gdb_test_multiple.
12029 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12030 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12031 kill_wait_spawned_process.
12032 * gdb.base/valgrind-infcall.exp: Likewise.
12033 * gdb.multi/multi-attach.exp: Likewise.
12034 * gdb.python/py-prompt.exp: Likewise.
12035 * gdb.python/py-sync-interp.exp: Likewise.
12036 * gdb.server/ext-attach.exp: Likewise.
12037 * gdb.threads/attach-into-signal.exp (corefunc): Use
12038 spawn_wait_for_attach, spawn_id_get_pid and
12039 kill_wait_spawned_process.
12040 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12041 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12042 spawn_id_get_pid and kill_wait_spawned_process.
12043 * gdb.threads/attach-stopped.exp (corefunc): Use
12044 spawn_wait_for_attach, spawn_id_get_pid and
12045 kill_wait_spawned_process.
12046 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12047 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12048 kill_wait_spawned_process instead of explicit "kill -9".
12049 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12050 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12051 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12052 processes. Don't map cygwin/windows pids here. Now returns a
12053 spawn id list.
12054
12055 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12056
12057 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12058 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12059 correct patch.
12060
12061 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12064
12065 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12066
12067 Reapply:
12068 2014-05-21 Mark Wielaard <mjw@redhat.com>
12069
12070 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12071
12072 2015-07-30 Pedro Alves <palves@redhat.com>
12073
12074 * linux-low.c (handle_extended_wait): Set the child's last
12075 reported status to TARGET_WAITKIND_STOPPED.
12076
12077 2015-07-30 Pedro Alves <palves@redhat.com>
12078
12079 PR threads/18600
12080 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12081 only shows inferior 1.
12082
12083 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12084 Pedro Alves <palves@redhat.com>
12085
12086 PR threads/18600
12087 * gdb.threads/fork-plus-threads.c: New file.
12088 * gdb.threads/fork-plus-threads.exp: New file.
12089
12090 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12091
12092 * gdb.base/batch-preserve-term-settings.exp
12093 (test_terminal_settings_preserved_after_cli_exit): Use
12094 send_quit_command.
12095
12096 2015-07-29 Pedro Alves <palves@redhat.com>
12097 Don Breazeal <donb@codesourcery.com>
12098
12099 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12100 output from both inferior_spawn_id and gdb_spawn_id.
12101
12102 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12103
12104 * gdb.threads/attach-into-signal.exp (corefunc): Use
12105 with_test_prefix on nested loops, uniquefying the test messages.
12106
12107 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12108
12109 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12110 commit.
12111
12112 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12113
12114 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12115 New proc.
12116 (test_terminal_settings_preserved_after_sigterm): New test.
12117
12118 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12119
12120 * gdb.base/batch-preserve-term-settings.exp
12121 (test_terminal_settings_preserved_after_cli_exit): New test.
12122
12123 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12124
12125 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12126 manipulation of saved_gdbflags.
12127 (test_terminal_settings_preserved): Remove global declaration of
12128 the unused variable pagination_prompt. Remove manipulation of
12129 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12130 GDBFLAGS.
12131
12132 2015-07-29 Pedro Alves <palves@redhat.com>
12133
12134 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12135
12136 2015-07-29 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12139 at the top.
12140
12141 2015-07-29 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12144 (main): Call gdb_unbuffer_output.
12145 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12146 (main): Call gdb_unbuffer_output.
12147 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12148 (main): Call gdb_unbuffer_output.
12149 * gdb.base/call-strs.exp: Adjust to step over the
12150 gdb_unbuffer_output call.
12151 * gdb.base/catch-gdb-caused-signals.c: Include
12152 "../lib/unbuffer_output.c".
12153 (main): Call gdb_unbuffer_output.
12154 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12155 (main): Call gdb_unbuffer_output.
12156 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12157 (main): Call gdb_unbuffer_output.
12158 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12159 (main): Call gdb_unbuffer_output.
12160 * gdb.base/shlib-call.exp: Adjust to step over the
12161 gdb_unbuffer_output call.
12162 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12163 (main): Call gdb_unbuffer_output.
12164 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12165 (main): Call gdb_unbuffer_output.
12166 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12167 (main): Rename to ...
12168 (test): ... this.
12169 (main): Reimplement.
12170 * gdb.base/varargs.exp: Run to test instead of to main.
12171 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12172 (main): Call gdb_unbuffer_output.
12173
12174 2015-07-29 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12177 factore out from mi_continue_dprintf. For call-style dprintfs,
12178 expect dprintf output out of $inferior_spawn_id.
12179 (mi_continue_dprintf): Use mi_expect_dprintf.
12180 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12181 (main): Call gdb_unbuffer_output.
12182
12183 2015-07-29 Pedro Alves <palves@redhat.com>
12184
12185 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12186 (default_mi_gdb_start): Set inferior_spawn_id instead of
12187 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12188 gdb_spawn_id.
12189 (mi_gdb_test): Always expect inferior output from both
12190 $inferior_spawn_id and $gdb_spawn_id.
12191
12192 2015-07-29 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12195 send_inferior and $inferior_spawn_id.
12196
12197 2015-07-29 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.gdb/complaints.exp (test_initial_complaints)
12200 (test_serial_complaints, test_short_complaints): Use
12201 gdb_test_stdio.
12202 (test_empty_complaint): Handle $inferior_spawn_id !=
12203 $gdb_spawn_id.
12204
12205 2015-07-29 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.base/varargs.exp: Use gdb_test_stdio.
12208
12209 2015-07-29 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12212
12213 2015-07-29 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12216
12217 2015-07-29 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12220 parameter into two new parameters, "inf_result" and "gdb_result".
12221 Expect inferior output and gdb output from $inferior_spawn_id and
12222 $gdb_spawn_id, respectively. Adjust all callers.
12223
12224 2015-07-29 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12227 of gdb_test_sequence.
12228
12229 2015-07-29 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12232 (saw_spurious_output): Expect inferior output from
12233 $inferior_spawn_id. Use gdb_test_stdio.
12234
12235 2015-07-29 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/dprintf.exp: Use standard_testfile. Change
12238 prepare_for_testing call.
12239 (srcfile): Don't set.
12240 (restart): New procedure.
12241 (test_dprintf): New procecure, use to continue over dprintfs.
12242 (test_call, test_agent): New procedures, tests moved here.
12243 Restart gdb and recreate dprintfs. Adjust expected output.
12244
12245 2015-07-29 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12248
12249 2015-07-29 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12252
12253 2015-07-29 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12256 gdb_test_stdio.
12257
12258 2015-07-29 Pedro Alves <palves@redhat.com>
12259
12260 * lib/gdb.exp (gdb_test_stdio): New procedure.
12261
12262 2015-07-29 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12265
12266 2015-07-29 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/call-signal-resume.exp: Remove check for
12269 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12270 * gdb.base/unwindonsignal.exp: Likewise.
12271 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12272 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12273
12274 2015-07-29 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/siginfo-addr.c (pass): New function.
12277 (handler): Call it iff si_addr is correct.
12278 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12279 Set a breakpoint at "pass" and continue to it.
12280
12281 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12282
12283 * gdb.python/py-objfile.exp: Make some tests have unique names.
12284 * gdb.python/py-pp-registration.exp: Likewise.
12285
12286 2015-07-28 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12289
12290 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12293
12294 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12295
12296 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12297
12298 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12299
12300 * gdb.base/gdb-sigterm-2.exp: New test.
12301
12302 2015-07-25 Doug Evans <xdje42@gmail.com>
12303
12304 Revert:
12305 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12306 (workers/%.worker, build-perf): New rule.
12307 (GDB_PERFTEST_MODE): New variable.
12308 (check-perf): Use it.
12309 (clean): Clean up gdb.perf parallel build subdirs.
12310 * lib/build-piece.exp: New file.
12311 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12312 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12313 name.
12314 (standard_temp_file): Ditto.
12315 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12316 of $GDB_PARALLEL.
12317
12318 2015-07-24 Doug Evans <dje@google.com>
12319
12320 * gdb.perf/lib/perftest/utils.py: New file.
12321 * gdb.perf/gm-hello.cc: New file.
12322 * gdb.perf/gm-pervasive-typedef.cc: New file.
12323 * gdb.perf/gm-pervasive-typedef.h: New file.
12324 * gdb.perf/gm-std.cc: New file.
12325 * gdb.perf/gm-std.h: New file.
12326 * gdb.perf/gm-use-cerr.cc: New file.
12327 * gdb.perf/gm-utils.h: New file.
12328 * gdb.perf/gmonster-null-lookup.py: New file.
12329 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12330 * gdb.perf/gmonster-print-cerr.py: New file.
12331 * gdb.perf/gmonster-ptype-string.py: New file.
12332 * gdb.perf/gmonster-runto-main.py: New file.
12333 * gdb.perf/gmonster-select-file.py: New file.
12334 * gdb.perf/gmonster1-null-lookup.exp: New file.
12335 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12336 * gdb.perf/gmonster1-print-cerr.exp: New file.
12337 * gdb.perf/gmonster1-ptype-string.exp: New file.
12338 * gdb.perf/gmonster1-runto-main.exp: New file.
12339 * gdb.perf/gmonster1-select-file.exp: New file.
12340 * gdb.perf/gmonster1.cc: New file.
12341 * gdb.perf/gmonster1.exp: New file.
12342 * gdb.perf/gmonster2-null-lookup.exp: New file.
12343 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12344 * gdb.perf/gmonster2-print-cerr.exp: New file.
12345 * gdb.perf/gmonster2-ptype-string.exp: New file.
12346 * gdb.perf/gmonster2-runto-main.exp: New file.
12347 * gdb.perf/gmonster2-select-file.exp: New file.
12348 * gdb.perf/gmonster2.cc: New file.
12349 * gdb.perf/gmonster2.exp: New file.
12350
12351 2015-07-24 Doug Evans <dje@google.com>
12352
12353 * gdb.perf/README: New file.
12354 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12355 * lib/gen-perf-test.exp: New file.
12356
12357 2015-07-24 Doug Evans <dje@google.com>
12358
12359 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12360 (PerfTest::startup): New function.
12361 (PerfTest::run): Return result of calling body.
12362 (PerfTest::assemble): Rewrite.
12363 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12364 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12365 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12366 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12367 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12368
12369 2015-07-24 Doug Evans <dje@google.com>
12370
12371 * lib/gdb.exp (clean_restart): Make executable optional.
12372
12373 2015-07-24 Doug Evans <dje@google.com>
12374
12375 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12376 compiler_info references.
12377 * gdb.cp/temargs.exp: Ditto.
12378 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12379 (get_compiler_info): Early exit if already computed. Set compiler_info
12380 to "unknown" if there was a problem.
12381 (test_compiler_info): Add function comment. Call get_compiler_info.
12382
12383 2015-07-24 Doug Evans <dje@google.com>
12384
12385 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12386 (workers/%.worker, build-perf): New rule.
12387 (GDB_PERFTEST_MODE): New variable.
12388 (check-perf): Use it.
12389 (clean): Clean up gdb.perf parallel build subdirs.
12390 * lib/build-piece.exp: New file.
12391 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12392 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12393 name.
12394 (standard_temp_file): Ditto.
12395 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12396 of $GDB_PARALLEL.
12397
12398 2015-07-24 Doug Evans <dje@google.com>
12399
12400 * lib/future.exp (gdb_default_target_compile): New option
12401 "early_flags".
12402 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12403 --as-needed.
12404
12405 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12406
12407 * gdb.base/catch-syscall.exp: Call gdb_exit before
12408 gdb_skip_xml_test.
12409
12410 2015-07-24 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.python/py-events.exp: Accept output between the stop event
12413 and the prompt.
12414 * gdb.python/py-evsignal.exp: Likewise.
12415 * gdb.python/py-evthreads.exp: Likewise.
12416
12417 2015-07-24 Pedro Alves <palves@redhat.com>
12418
12419 PR gdb/18717
12420 * gdb.threads/non-ldr-exit.c: New file.
12421 * gdb.threads/non-ldr-exit.exp: New file.
12422
12423 2015-07-24 Yao Qi <yao.qi@linaro.org>
12424
12425 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12426 restarting process.
12427
12428 2015-07-24 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.server/ext-restart.exp: New file.
12431
12432 2015-07-24 Yao Qi <yao.qi@linaro.org>
12433
12434 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12435 argument options.
12436 * gdb.server/ext-wrapper.exp: New file.
12437
12438 2015-07-23 Doug Evans <dje@google.com>
12439
12440 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12441 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12442
12443 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12444
12445 * gdb.ada/var_arr_typedef.exp: New testcase.
12446 * gdb.ada/var_arr_typedef/pack.adb: New file.
12447 * gdb.ada/var_arr_typedef/pack.ads: New file.
12448 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12449
12450 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12451
12452 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12453
12454 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12455
12456 * gdb.arch/i386-biarch-core.exp: Replace istarget
12457 by "complete set gnutarget". Remove expectation for the "core-file"
12458 command.
12459
12460 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 Revert the previous commit:
12463 Tests for validate symbol file using build-id.
12464
12465 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12466
12467 Tests for validate symbol file using build-id.
12468 * gdb.base/solib-mismatch-lib.c: New file.
12469 * gdb.base/solib-mismatch-libmod.c: New file.
12470 * gdb.base/solib-mismatch.c: New file.
12471 * gdb.base/solib-mismatch.exp: New file.
12472
12473 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12474
12475 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12476 nios2-*-linux*.
12477 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12478 * gdb.base/siginfo.exp: Likewise.
12479 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12480
12481 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12482
12483 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12484 Move it to ...
12485 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12486 ... here.
12487 * gdb.trace/range-stepping.exp: Check that the target supports
12488 range stepping.
12489
12490 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12491
12492 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12493
12494 2015-07-14 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/killed-outside.exp: New file.
12497 * gdb.base/killed-outside.c: New file.
12498
12499 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12500
12501 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12502 (n at main): New.
12503 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12504
12505 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12506
12507 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12508 infcall tests instead of setting up for KFAIL.
12509
12510 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12511
12512 * gdb.btrace/record_goto-step.exp: New.
12513
12514 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 PR compile/18484
12517 * gdb.compile/compile.c (struct struct_type): Add volatile to
12518 selffield's type.
12519 * gdb.compile/compile.exp
12520 (compile code struct_object.selffield = &struct_object): Skip further
12521 struct_object tests if this one xfails.
12522
12523 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12524
12525 PR exp/18617
12526 * gdb.trace/ax.exp: Add test.
12527
12528 2015-07-07 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12531 instead of istarget "aarch64*-*-*".
12532 * gdb.arch/aarch64-fp.exp: Likewise.
12533 * gdb.base/float.exp: Likewise.
12534 * gdb.reverse/aarch64.exp: Likewise.
12535 * lib/gdb.exp (is_aarch64_target): New proc.
12536
12537 2015-07-07 Yao Qi <yao.qi@linaro.org>
12538
12539 * lib/gdb.exp (is_aarch32_target): New proc.
12540 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12541 instead of "istarget "arm*-*-*"".
12542 * gdb.arch/arm-disp-step.exp: Likewise.
12543 * gdb.arch/thumb-bx-pc.exp: Likewise.
12544 * gdb.arch/thumb-prologue.exp: Likewise.
12545 * gdb.arch/thumb-singlestep.exp: Likewise.
12546 * gdb.base/disp-step-syscall.exp: Likewise.
12547 * gdb.base/float.exp: Likewise.
12548
12549 2015-07-07 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12552 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12553
12554 2015-07-07 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12557 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12558 if it exists.
12559 * gdb.multi/multi-arch.exp: Likewise.
12560
12561 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12564 print.
12565
12566 2015-07-07 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12569
12570 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12571
12572 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12573 '[' and ']' characters.
12574
12575 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12576
12577 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12578
12579 2015-06-29 Pedro Alves <palves@redhat.com>
12580
12581 PR threads/18127
12582 * gdb.threads/hand-call-new-thread.c: New file.
12583 * gdb.threads/hand-call-new-thread.c: New file.
12584
12585 2015-06-26 Keith Seitz <keiths@redhat.com>
12586 Doug Evans <dje@google.com>
12587
12588 PR 16253
12589 * gdb.cp/var-tag-2.cc: New file.
12590 * gdb.cp/var-tag-3.cc: New file.
12591 * gdb.cp/var-tag-4.cc: New file.
12592 * gdb.cp/var-tag.cc: New file.
12593 * gdb.cp/var-tag.exp: New file.
12594
12595 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12596
12597 * gdb.base/history-duplicates.exp: New test.
12598
12599 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12600
12601 * gdb.base/completion.exp: Test the completion of the "focus"
12602 command.
12603
12604 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 * gdb.arch/amd64-prologue-skip.S: New file.
12607 * gdb.arch/amd64-prologue-skip.exp: New file.
12608
12609 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12612 is_address_zero_readable check.
12613
12614 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12615
12616 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12617 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12618
12619 2015-06-24 Yao Qi <yao.qi@linaro.org>
12620
12621 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12622 linux targets.
12623
12624 2015-06-24 Yao Qi <yao.qi@linaro.org>
12625
12626 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12627 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12628 * gdb.base/siginfo-thread.exp: Likewise.
12629
12630 2015-06-22 Yao Qi <yao.qi@linaro.org>
12631
12632 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12633
12634 2015-06-22 Yao Qi <yao.qi@linaro.org>
12635
12636 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12637 aarch64*-*-*.
12638 (skip_hw_watchpoint_tests): Likewise.
12639
12640 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12641
12642 * gdb.base/gdbinit-history.exp: Test the interaction between
12643 setting GDBHISTSIZE and setting the history size via .gdbinit.
12644
12645 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12646
12647 PR gdb/16999
12648 * gdb.base/gdbhistsize-history.exp: New test.
12649
12650 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12651
12652 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12653 with GDBHISTSIZE.
12654 * gdb.base/readline.exp: Likewise.
12655
12656 2015-06-17 Yao Qi <yao.qi@linaro.org>
12657
12658 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12659 line.
12660
12661 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12662
12663 * gdb.base/gdbinit-history.exp: Add test case to check that
12664 an unlimited history file does not get truncated on exit.
12665
12666 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12667
12668 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12669 (VECTOR): New macro. Use it...
12670 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12671 ...for these typedefs.
12672 (int8, char1, int1, double1): New typedefs.
12673 (struct just_int2, struct two_int2): New structures.
12674 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12675 (add_structvecs, add_singlevecs): New functions.
12676 (main): Call add_some_intvecs twice.
12677 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12678 the compile and exit upon failure. Try compiling for the "native"
12679 architecture. Test inferior function calls with vector arguments
12680 and vector return value handling with "finish" and "return".
12681
12682 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12683
12684 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12685 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12686 PE file.
12687 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12688
12689 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12690
12691 PR breakpoints/16465
12692 * gdb.mi/mi-dprintf-pending.c: New file.
12693 * gdb.mi/mi-dprintf-pending.exp: New test.
12694 * gdb.mi/mi-dprintf-pendshr.c: New file.
12695
12696 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12697 Mircea Gherzan <mircea.gherzan@intel.com>
12698
12699 * gdb.arch/i386-mpx-map.c: New file.
12700 * gdb.arch/i386-mpx-map.exp: New File.
12701
12702 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12703
12704 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12705 * gdb.arch/i386-mpx.exp: Indentation fixed.
12706
12707 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12708
12709 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12710 function and improved indentation.
12711 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12712 gdb_test_multiple. Added additional tests to skip the test.
12713
12714 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12715
12716 * gdb.arch/i386-avx512.c: Change path in include file.
12717 * gdb.arch/i386-avx512.exp: Change include dir path
12718 compilation flag.
12719 * gdb.arch/i386-mpx.c: Change path in include file.
12720 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12721 flag.
12722
12723 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 * gdb.compile/compile-print.exp (compile print *vararray@3)
12726 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12727
12728 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12731 (do not keep jit in memory): ... this.
12732 (expect 5): Change it to ...
12733 (expect no 5): ... this.
12734
12735 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 PR gdb/15564
12738 * gdb.mi/mi-detach.exp: New file.
12739
12740 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 PR symtab/18392
12743 * gdb.arch/amd64-tailcall-self.S: New file.
12744 * gdb.arch/amd64-tailcall-self.c: New file.
12745 * gdb.arch/amd64-tailcall-self.exp: New file.
12746
12747 2015-05-28 Don Breazeal <donb@codesourcery.com>
12748
12749 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12750 tests for remote targets by checking is_target_gdbserver.
12751
12752 2015-05-27 Doug Evans <dje@google.com>
12753
12754 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12755 * gdb.dwarf2/opaque-type-lookup.c: New file.
12756 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12757
12758 2015-05-26 Doug Evans <dje@google.com>
12759
12760 * gdb.cp/iostream.cc: New file.
12761 * gdb.cp/iostream.exp: New file.
12762
12763 2015-05-26 Doug Evans <dje@google.com>
12764
12765 * gdb.dwarf2/dw2-op-call.exp: Update.
12766 * gdb.dwarf2/dw4-sig-types.exp: Update.
12767 * gdb.dwarf2/implptr.exp: Update.
12768 * gdb.mi/mi-cmd-param-changed.exp: Update.
12769
12770 2015-05-26 Doug Evans <dje@google.com>
12771
12772 * gdb.python/py-lazy-string.c: New file.
12773 * gdb.python/py-lazy-string.exp: New file.
12774 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12775 (main): Update. Add estring3.
12776 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12777 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12778
12779 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12780 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.reverse/aarch64.c: New.
12783 * gdb.reverse/aarch64.exp: New.
12784
12785 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12786
12787 * lib/gdb.exp (supports_process_record): Return true for
12788 aarch64*-linux*.
12789 (supports_reverse): Likewise.
12790
12791 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12792
12793 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12794 Use with_test_prefix.
12795
12796 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12797
12798 * gdb.base/completion.exp: Add test for completion of layout
12799 names.
12800
12801 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12802
12803 * lib/gdb.exp (skip_tui_tests): New proc.
12804 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12805
12806 2015-05-19 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12809 Save the whole env array instead of just HOME. Unset HISTSIZE in
12810 the environment while testing. Restore whole environment
12811 afterwards.
12812
12813 2015-05-16 Doug Evans <xdje42@gmail.com>
12814
12815 * gdb.guile/scm-ports.c: New file.
12816 * gdb.guile/scm-ports.exp: Add memory port tests.
12817
12818 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12819
12820 * gdb.compile/compile-print.c: New file.
12821 * gdb.compile/compile-print.exp: New file.
12822
12823 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12824
12825 * gdb.compile/compile-ops.exp: Cast param to void.
12826 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12827 (compile code struct_object.selffield = &struct_object): Add xfail.
12828
12829 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12830
12831 * gdb.ada/arr_enum_with_gap: New testcase.
12832
12833 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12834
12835 * gdb.ada/byte_packed_arr: New testcase.
12836
12837 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12838
12839 * gdb.ada/pckd_neg: New testcase.
12840
12841 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12842
12843 PR gdb/17820
12844 * gdb.base/gdbinit-history.exp: New test.
12845 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12846 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12847
12848 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12849
12850 * gdb.python/py-xmethods.cc: Enhance test case.
12851 * gdb.python/py-xmethods.exp: New tests.
12852 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12853 function.
12854 (B_indexoper): Likewise.
12855 (global_dm_list) : Add new xmethod worker functions.
12856
12857 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12858
12859 * gdb.base/coredump-filter.exp: Correctly unset
12860 "coredump_var_addr" array.
12861
12862 2015-05-08 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.server/non-existing-program.exp: Unset spawn_id.
12865
12866 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12867
12868 PR python/18291
12869 * gdb.python/py-xmethods.exp: Add tests.
12870
12871 2015-05-08 Yao Qi <yao.qi@linaro.org>
12872
12873 PR gdb/18208
12874 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12875 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12876 function set_coredump_filter, and remove remote_exec call.
12877 Remove argument ipid. Callers update.
12878 (top level): Don't get inferior's PID.
12879
12880 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12881
12882 * gdb.base/watch_thread_num.exp: Skip test on targets without
12883 access watchpoints.
12884
12885 2015-05-06 Pedro Alves <palves@redhat.com>
12886
12887 PR server/18081
12888 * gdb.server/non-existing-program.exp: New file.
12889
12890 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12891
12892 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12893
12894 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12895
12896 * gdb.ada/out_of_line_in_inlined: New testcase.
12897
12898 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12899
12900 * gdb.ada/var_rec_arr: New testcase.
12901
12902 2015-04-30 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/break-idempotent.exp: If
12905 skip_hw_watchpoint_multi_tests returns true, skip the tests
12906 on "rwatch" and "awatch".
12907
12908 2015-04-30 Yao Qi <yao.qi@linaro.org>
12909
12910 * gdb.base/relativedebug.exp: Invoke gdb command
12911 "info sharedlibrary", and if libc.so doesn't have debug info,
12912 skip the test.
12913
12914 2015-04-29 Doug Evans <dje@google.com>
12915
12916 * gdb.python/py-xmethods.exp: Add ptype tests.
12917 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12918 get_result_type method.
12919
12920 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12921
12922 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12923 the target does not support hardware watchpoints.
12924
12925 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12926
12927 * gdb.base/break-always.exp: Abort testing if writing to memory
12928 causes an error.
12929
12930 2015-04-28 Doug Evans <dje@google.com>
12931
12932 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12933 * gdb.python/py-pp-registration.exp: ... here. New file.
12934 * gdb.python/py-pp-registration.c: New file.
12935 * gdb.python/py-pp-registration.py: New file.
12936
12937 2015-04-28 Doug Evans <dje@google.com>
12938
12939 * gdb.python/py-bad-printers.c: New file.
12940 * gdb.python/py-bad-printers.py: New file.
12941 * gdb.python/py-bad-printers.exp: New file.
12942
12943 2015-04-28 Sasha Smundak <asmundak@google.com>
12944
12945 * gdb.python/py-type.exp: New test.
12946
12947 2015-04-28 Andy Wingo <wingo@igalia.com>
12948
12949 * gdb.python/py-parameter.exp:
12950 * gdb.guile/scm-parameter.exp: Escape the path that we are
12951 matching against, as it might contain characters that are special
12952 to regular expressions.
12953
12954 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12955
12956 * gdb.ada/rec_comp: New testcase.
12957
12958 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12959
12960 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12961 before using it.
12962
12963 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12964
12965 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12966 new tests for verilog output.
12967
12968 2015-04-24 Yao Qi <yao.qi@linaro.org>
12969
12970 * boards/remote-gdbserver-on-localhost.exp: New file.
12971
12972 2015-04-23 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12975 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12976 "end of file", remove $inferior_spawn_id from the indirect list.
12977
12978 2015-04-23 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12981
12982 2015-04-23 Pedro Alves <palves@redhat.com>
12983
12984 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12985 on $any_spawn_id instead of only on $gdb_spawn_id.
12986
12987 2015-04-21 Pierre Muller <muller@sourceware.org>
12988
12989 PR pascal/17815
12990 * lib/pascal.exp (gpc_compile): Add new option "class".
12991 (fpc_compile): Likewise.
12992 * gdb.pascal/case-insensitive-symbols.pas: New file.
12993 * gdb.pascal/case-insensitive-symbols.exp: New file.
12994
12995 2015-04-20 Gary Benson <gbenson@redhat.com>
12996
12997 * gdb.base/attach.exp: Fix three extended remote failures.
12998
12999 2015-04-17 Gary Benson <gbenson@redhat.com>
13000
13001 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13002 the main executable over the remote protocol.
13003
13004 2015-04-16 Pedro Alves <palves@redhat.com>
13005
13006 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13007 a new gdbserver if gdbserver_reconnect_p is set.
13008
13009 2015-04-16 Pedro Alves <palves@redhat.com>
13010
13011 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13012 is set, don't exit gdbserver.
13013
13014 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13015
13016 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13017 appropriate .insn, such that an older assembler can be used.
13018 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13019 the z/Architecture instruction set on 31-bit targets as well.
13020
13021 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13022
13023 * gdb.go/handcall.exp: Remove all logic related to the first
13024 breakpoint and rely on go_runto_main instead.
13025 * gdb.go/strings.exp: Likewise.
13026 * gdb.go/unsafe.exp: Likewise.
13027 * gdb.go/hello.exp: Likewise. Also rename the remaining
13028 breakpoint marker to "breakpoint 1".
13029 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13030 * gdb.go/strings.go: Likewise.
13031 * gdb.go/unsafe.go: Likewise.
13032 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13033 "set breakpoint 2 here" and rename the remaining breakpoint marker
13034 to "breakpoint 1".
13035
13036 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13037
13038 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13039 if itertools.imap is not present.
13040 * gdb.python/py-objfile.exp: Add parentheses.
13041 * gdb.python/py-type.exp: Same.
13042 * gdb.python/py-unwind-maint.py: Same.
13043
13044 2015-04-15 Yao Qi <yao.qi@linaro.org>
13045
13046 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13047 of ":$ptr_size" and set its form explicitly.
13048
13049 2015-04-15 Pedro Alves <palves@redhat.com>
13050 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13053 timeout by factor of 4.
13054 (test_regular_watch): Likewise.
13055 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13056 * gdb.reverse/sigall-reverse.exp: Likewise.
13057 * gdb.reverse/until-precsave.exp: Likewise.
13058 * lib/gdb.exp (with_timeout_factor): New proc.
13059 (gdb_expect): Move some code to ...
13060 (get_largest_timeout): ... here. New procedure.
13061
13062 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13063
13064 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13065
13066 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13067
13068 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13069 to write to the .text section.
13070
13071 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13072
13073 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13074 Handle the case of targets that do not provide PID information.
13075
13076 2015-04-13 Yao Qi <yao.qi@linaro.org>
13077
13078 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13079 and use expect instead of gdb_expect.
13080
13081 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13082
13083 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13084 "coredump_var_addr" to avoid naming conflict with other testcases.
13085
13086 2015-04-10 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13089 gdb_test_sequence and gdb_assert.
13090
13091 2015-04-10 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13094 test messages that don't include the breakpoint address.
13095
13096 2015-04-10 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13099 false for some offset and width combinations which aren't
13100 supported by linux kernel.
13101
13102 2015-04-10 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13105 procedure, factored out from ...
13106 (top level): ... here. Add "set displaced-stepping" testing axis.
13107 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13108 parameter "displaced". Use it.
13109 (top level): Use foreach and add "set displaced-stepping" testing
13110 axis.
13111
13112 2015-04-10 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13115 Remove comment.
13116 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13117 both the address of the instruction that triggers the watchpoint
13118 and the address of the instruction immediately after, and use
13119 those addresses for the test. Fix comment.
13120
13121 2015-04-10 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/sigstep.exp (breakpoint_to_handler)
13124 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13125 Test "backtrace" in handler.
13126 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13127 (top level): Add new "displaced" test axis to
13128 breakpoint_to_handler, breakpoint_to_handler_entry and
13129 breakpoint_over_handler.
13130
13131 2015-04-10 Pedro Alves <palves@redhat.com>
13132
13133 PR gdb/18216
13134 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13135
13136 2015-04-10 Yao Qi <yao.qi@linaro.org>
13137
13138 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13139 (test_add_rn_pc): New function.
13140 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13141 (top level): Invoke test_add_rn_pc.
13142
13143 2015-04-10 Pedro Alves <palves@redhat.com>
13144
13145 PR gdb/13858
13146 * gdb.base/step-over-no-symbols.exp: New file.
13147
13148 2015-04-09 Andy Wingo <wingo@igalia.com>
13149
13150 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13151 after the Python tests.
13152
13153 2015-04-08 Keith Seitz <keiths@redhat.com>
13154
13155 PR python/16699
13156 * gdb.python/py-completion.exp: New tests for completion.
13157 * gdb.python/py-completion.py (CompleteLimit1): New class.
13158 (CompleteLimit2): Likewise.
13159 (CompleteLimit3): Likewise.
13160 (CompleteLimit4): Likewise.
13161 (CompleteLimit5): Likewise.
13162 (CompleteLimit6): Likewise.
13163 (CompleteLimit7): Likewise.
13164
13165 2015-04-08 Pedro Alves <palves@redhat.com>
13166
13167 PR gdb/18214
13168 PR gdb/18216
13169 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13170 function.
13171 (main): Install it as SIGUSR1 handler.
13172 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13173 parameter. Always use "setup" as prefix. Toggle "set
13174 displaced-stepping" off/on depending on global. Don't switch to
13175 thread 1 here.
13176 (top level): Add displaced stepping "off/on" test axis. Update
13177 "setup" calls. Wrap each subtest with with_test_prefix. Test
13178 continuing with a queued signal in each thread.
13179
13180 2015-04-08 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13183 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13184 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13185 Return early if running to main fails.
13186 * gdb.trace/while-stepping.exp: Likewise.
13187
13188 2015-04-07 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13191 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13192 interact with inferior program.
13193
13194 2015-04-07 Pedro Alves <palves@redhat.com>
13195
13196 * lib/gdb.exp (inferior_spawn_id): New global.
13197 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13198 spawn id after processing the user code.
13199 (default_gdb_start): Set inferior_spawn_id.
13200 (send_inferior): New procedure.
13201 * lib/gdbserver-support.exp (gdbserver_start): Set
13202 inferior_spawn_id.
13203 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13204
13205 2015-04-07 Pedro Alves <palves@redhat.com>
13206
13207 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13208 * lib/gdbserver-support.exp (gdbserver_start): Make
13209 $server_spawn_id global.
13210 (gdbserver_start): Don't wait for gdbserver's spawn id with
13211 expect_background.
13212 (close_gdbserver): New procedure.
13213 (gdb_exit): Rename the default version and reimplement.
13214
13215 2015-04-07 Pedro Alves <palves@redhat.com>
13216
13217 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13218 append the substituted item, not the original item.
13219
13220 2015-04-07 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13223 gdb_expect.
13224
13225 2015-04-07 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13228 output appearing once only.
13229
13230 2015-04-07 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13233 that doesn't expect anything. Return early if running to main
13234 fails.
13235
13236 2015-04-07 Yao Qi <yao.qi@linaro.org>
13237
13238 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13239 (child_function): Call alarm.
13240 (main): Move call to alarm into the loop.
13241 * gdb.threads/non-stop-fair-events.exp: Build program with
13242 -DTIMEOUT=$timeout.
13243
13244 2015-04-06 Doug Evans <xdje42@gmail.com>
13245
13246 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13247 Fix dest parameter to board_info.
13248 (fpc_compile): Ditto.
13249 (gdb_compile_pascal): Rename dest arg to destfile.
13250
13251 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13252
13253 * gdb.ada/funcall_ref.exp: New file.
13254 * gdb.ada/funcall_ref/foo.adb: New file.
13255
13256 2015-04-02 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13259 is remote.
13260
13261 2015-04-02 Gary Benson <gbenson@redhat.com>
13262
13263 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13264
13265 2015-04-01 Sasha Smundak <asmundak@google.com>
13266
13267 * gdb.python/py-unwind-maint.c: New file.
13268 * gdb.python/py-unwind-maint.exp: New test.
13269 * gdb.python/py-unwind-maint.py: New file.
13270 * gdb.python/py-unwind.c: New file.
13271 * gdb.python/py-unwind.exp: New test.
13272 * gdb.python/py-unwind.py: New test.
13273
13274 2015-04-01 Pedro Alves <palves@redhat.com>
13275
13276 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13277 to fail instead of non-existent $test.
13278
13279 2015-04-01 Pedro Alves <palves@redhat.com>
13280
13281 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13282 GDBFLAGS if not empty.
13283
13284 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13285
13286 * gdb.ada/complete.exp: Remove "multi_line".
13287 * gdb.ada/info_exc.exp: Remove "multi_line".
13288 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13289 * gdb.ada/ptype_field.exp: Remove "multi_line".
13290 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13291 * gdb.ada/tagged.exp: Remove "multi_line".
13292 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13293 [multi_line ...]
13294 * gdb.btrace/delta.exp: Likewise.
13295 * gdb.btrace/exception.exp: Likewise.
13296 * gdb.btrace/function_call_history.exp: Likewise.
13297 * gdb.btrace/instruction_history.exp: Likewise.
13298 * gdb.btrace/nohist.exp: Likewise.
13299 * gdb.btrace/record_goto.exp: Likewise.
13300 * gdb.btrace/segv.exp: Likewise.
13301 * gdb.btrace/stepi.exp: Likewise.
13302 * gdb.btrace/tailcall.exp: Likewise.
13303 * gdb.btrace/unknown_functions.exp: Likewise.
13304 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13305 * lib/gdb.exp: Add the "multi_line" helper.
13306
13307 2015-04-01 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.threads/tid-reuse.c: New file.
13310 * gdb.threads/tid-reuse.exp: New file.
13311
13312 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13313
13314 PR corefiles/16092
13315 * gdb.base/coredump-filter.c: New file.
13316 * gdb.base/coredump-filter.exp: Likewise.
13317
13318 2015-03-27 Petr Machata <pmachata@redhat.com>
13319
13320 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13321 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13322 (Dwarf::assemble): Initialize them.
13323 (Dwarf::lines): New function.
13324
13325 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13326
13327 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13328 SYMBOL_PREFIX for x86_64-*-cygwin.
13329
13330 2015-03-26 Andy Wingo <wingo@igalia.com>
13331
13332 PR symtab/18148
13333 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13334 const_value but not a location.
13335 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13336 location defined in non-main CUs are visible.
13337
13338 2015-03-26 Yao Qi <yao.qi@linaro.org>
13339
13340 PR testsuite/18139
13341 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13342 Add a line number entry for the same line.
13343 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13344 Add a line number entry for the same line.
13345
13346 2015-03-26 Yao Qi <yao.qi@linaro.org>
13347
13348 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13349 .int 0.
13350 (func): Likewise. Add .Lfunc_1 label.
13351 Use .Lfunc_1 label.
13352 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13353 .int 0.
13354 (func): Likewise.
13355 Use .Lfunc_1 label.
13356
13357 2015-03-26 Yao Qi <yao.qi@linaro.org>
13358
13359 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13360 Call gdb_compile instead to compile each .s files without debug
13361 information.
13362
13363 2015-03-26 Yao Qi <yao.qi@linaro.org>
13364
13365 * gdb.base/savedregs.exp (process_saved_regs): Make
13366 "Saved registers:" optional in the pattern.
13367
13368 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13369
13370 * gdb.btrace/next.exp: Merged into step.exp.
13371 * gdb.btrace/finish.exp: Merged into step.exp.
13372 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13373 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13374 "record goto" and checking the exact replay position.
13375 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13376 check for "Recording format" in "info record" output.
13377 * gdb.btrace/record_goto.exp: Choose test file based on target.
13378 * gdb.btrace/x86-record_goto.S: Renamed into ...
13379 * gdb.btrace/x86_64-record_goto.S: ... this.
13380 * gdb.btrace/i686-record_goto.S: New.
13381 * gdb.btrace/x86-tailcall.S: Renamed into ...
13382 * gdb.btrace/x86_64-tailcall.S: ... this.
13383 * gdb.btrace/i686-tailcall.S: New.
13384 * gdb.btrace/x86-tailcall.c: Renamed into ...
13385 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13386 separate statements. Update test.
13387 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13388 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13389 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13390 * gdb.btrace/tailcall.exp: Choose test file based on target.
13391 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13392
13393 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13394
13395 * gdb.btrace/exception.exp: Increase BTS buffer size.
13396
13397 2015-03-24 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13400
13401 2015-03-24 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.threads/schedlock.exp (test_step): No longer expect that
13404 "set scheduler-locking step" with "next" over a function call runs
13405 threads unlocked.
13406
13407 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13408
13409 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13410
13411 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13412
13413 PR breakpoints/16466
13414 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13415 * gdb.mi/mi-pending.c (thread_func): New function.
13416 (int main): Add threading support required.
13417 * gdb.mi/mi-pending.exp: Add tests for this issue.
13418 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13419 (pendfunc2): Remove stdio dependency.
13420 * gdb.mi/mi-pendshr2.c: New file.
13421
13422 2015-03-23 Keith Seitz <keiths@redhat.com>
13423
13424 * gdb.linespec/keywords.c: New file.
13425 * gdb.linespec/keywords.exp: New file.
13426
13427 2015-03-23 Keith Seitz <keiths@redhat.com>
13428
13429 PR gdb/18021
13430 * gdb.dwarf2/staticvirtual.exp: New test.
13431
13432 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13433
13434 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13435 * README: Remove HP-UX and gdb.hp.
13436 (configuration):
13437 * configure: Regenerate.
13438 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13439 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13440 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13441 gdb.hp/gdb.defects/Makefile.
13442 * gdb.hp/Makefile.in: File deleted.
13443 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13444 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13445 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13446 * gdb.hp/gdb.aCC/run.c: File deleted.
13447 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13448 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13449 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13450 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13451 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13452 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13453 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13454 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13455 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13456 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13457 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13458 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13459 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13460 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13461 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13462 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13463 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13464 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13465 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13466 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13467 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13468 * gdb.hp/gdb.compat/average.c: File deleted.
13469 * gdb.hp/gdb.compat/sum.c: File deleted.
13470 * gdb.hp/gdb.compat/xdb.c: File deleted.
13471 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13472 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13473 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13474 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13475 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13476 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13477 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13478 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13479 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13480 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13481 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13482 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13483 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13484 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13485 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13486 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13487 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13488 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13489 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13490 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13491 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13492 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13493 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13494 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13495 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13496 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13497 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13498 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13499 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13500 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13501 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13502 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13503 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13504 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13505 * gdb.hp/tools/odump: File deleted.
13506
13507 2015-03-19 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13510 (saw_thread_3): New globals.
13511 (top level): Increment them when an event for the corresponding
13512 thread is seen.
13513 (no thread starvation): New test.
13514
13515 2015-03-19 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.threads/continue-pending-status.c: New file.
13518 * gdb.threads/continue-pending-status.exp: New file.
13519
13520 2015-03-18 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13523 Use gdb_is_target_remote instead of is_remote. Use
13524 gdb_test_multiple instead of gdb_expect. Exit early if
13525 gdb_test_multiple hits its internal matches. Tighten stepi tests
13526 expected output. Fail on exit with any signal, instead of just
13527 SIGILL.
13528
13529 2015-03-18 Yao Qi <yao.qi@linaro.org>
13530
13531 PR tdep/18107
13532 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13533 variable.
13534 * gdb.base/catch-syscall.exp: Don't skip it on
13535 aarch64*-*-linux* target. Remove elements in all_syscalls.
13536 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13537 target.
13538 (setup_all_syscalls): New proc.
13539
13540 2015-03-16 Yao Qi <yao.qi@linaro.org>
13541
13542 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13543 (top level): Skip tests if valid_addr_p returns false for
13544 $cmd1 or $cmd2.
13545
13546 2015-03-11 Andy Wingo <wingo@igalia.com>
13547
13548 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13549
13550 2015-03-11 Yao Qi <yao.qi@linaro.org>
13551
13552 * gdb.base/catch-syscall.exp: Fix typo in comments.
13553
13554 2015-03-11 Yao Qi <yao.qi@linaro.org>
13555
13556 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13557
13558 2015-03-09 Pedro Alves <palves@redhat.com>
13559
13560 * dg-extract-results.py: Delete.
13561
13562 2015-03-09 Pedro Alves <palves@redhat.com>
13563
13564 Merge dg-extract-results.sh from GCC upstream (r218843).
13565
13566 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13567 * dg-extract-results.sh: Use --text with grep to avoid issues with
13568 binary files. Fall back to cat -v, if that doesn't work.
13569
13570 2015-03-05 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13573
13574 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13575
13576 * lib/mi-support.exp (mi_expect_interrupt): Accept
13577 alternative event for when in all-stop mode.
13578
13579 2015-03-04 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13582
13583 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13584
13585 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13586
13587 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13588
13589 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13590 regexps for GDB's current line display, accept a hex address
13591 preceding the line number.
13592
13593 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13594
13595 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13596 the 'arch1' variable for "s390*-linux*" targets.
13597
13598 2015-03-04 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13601 (main): Pass missing retval argument to pthread_join call.
13602
13603 2015-03-02 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13606 (top level): Call do_test with non-stop as well.
13607
13608 2015-03-02 Pedro Alves <palves@redhat.com>
13609
13610 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13611 -1.
13612
13613 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614
13615 * gdb.arch/s390-vregs.exp: New test.
13616 * gdb.arch/s390-vregs.S: New file.
13617
13618 2015-02-27 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13621 call to catch_command_errors.
13622 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13623 catch_command_errors.
13624
13625 2015-02-27 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13628 "true" for boolean result.
13629 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13630 prototype of main.
13631
13632 2015-02-27 Pedro Alves <palves@redhat.com>
13633
13634 * lib/unbuffer_output.c: New file.
13635 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13636 (main): Call gdb_unbuffer_output.
13637
13638 2015-02-27 Yao Qi <yao.qi@linaro.org>
13639
13640 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13641 target.
13642
13643 2015-02-26 Doug Evans <dje@google.com>
13644
13645 * gdb.cp/class2.cc (Dbase, D): New classes.
13646 (main): New local delta.
13647 * gdb.cp/class2.exp: Test printing delta.
13648 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13649 (dynbar): New global.
13650 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13651
13652 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13653
13654 * gdb.compile/compile-ifunc.c: New file.
13655 * gdb.compile/compile-ifunc.exp: New file.
13656
13657 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13658
13659 * gdb.base/structs.exp: Check for correct struct on finish.
13660
13661 2015-02-26 Yao Qi <yao.qi@linaro.org>
13662
13663 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13664 is zero.
13665
13666 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13667
13668 * gdb.arch/cordic.ko.bz2: New file.
13669 * gdb.arch/cordic.ko.debug.bz2: New file.
13670 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13671
13672 2015-02-25 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13675 aarch64*-*-* target.
13676
13677 2015-02-23 Pedro Alves <palves@redhat.com>
13678
13679 * lib/gdb.exp (delete_breakpoints): Rewrite using
13680 gdb_test_multiple.
13681
13682 2015-02-23 Pedro Alves <palves@redhat.com>
13683
13684 * gdb.base/info-os.c: Include stdlib.h.
13685
13686 2015-02-22 Doug Evans <xdje42@gmail.com>
13687
13688 PR symtab/17855
13689 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13690 is read after symbols have been re-read.
13691 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13692 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13693
13694 2015-02-21 Doug Evans <dje@google.com>
13695
13696 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13697
13698 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13699
13700 PR corefiles/17808
13701 * gdb.arch/i386-biarch-core.core.bz2: New file.
13702 * gdb.arch/i386-biarch-core.exp: New file.
13703
13704 2015-02-21 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13707 runto_main fails.
13708
13709 2015-02-20 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13712 info probes.
13713
13714 2015-02-20 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13717
13718 2015-02-20 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13721 clean_restart before gdb_target_supports_trace.
13722
13723 2015-02-20 Pedro Alves <palves@redhat.com>
13724
13725 PR threads/18006
13726 * gdb.threads/clone-thread_db.c: New file.
13727 * gdb.threads/clone-thread_db.exp: New file.
13728
13729 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13730
13731 PR breakpoints/16812
13732 * gdb.base/catch-gdb-caused-signals.c: New file.
13733 * gdb.base/catch-gdb-caused-signals.exp: New file.
13734
13735 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13736
13737 * configure: Regenerated.
13738 * configure.ac: Use GDB_AC_TRANSFORM.
13739 * aclocal.m4: sinclude ../transform.m4.
13740
13741 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13742
13743 * lib/dtrace.exp: New file.
13744 * gdb.base/dtrace-probe.exp: Likewise.
13745 * gdb.base/dtrace-probe.d: Likewise.
13746 * gdb.base/dtrace-probe.c: Likewise.
13747 * lib/pdtrace.in: Likewise.
13748 * configure.ac: Output variables with the transformed names of
13749 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13750 * configure: Regenerated.
13751
13752 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13753
13754 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13755 expected message when trying to access $_probe_* convenience
13756 variables while not on a probe.
13757
13758 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13759
13760 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13761
13762 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13763
13764 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13765 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13766
13767 2015-02-10 Doug Evans <xdje42@gmail.com>
13768
13769 * lib/gdb.exp (gdb_load): Always return a result.
13770
13771 2015-02-10 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.threads/signal-sigtrap.c: New file.
13774 * gdb.threads/signal-sigtrap.exp: New file.
13775
13776 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13777
13778 * gdb.trace/no-attach-trace.c: New file.
13779 * gdb.trace/no-attach-trace.exp: New file.
13780
13781 2015-02-09 Mark Wielaard <mjw@redhat.com>
13782
13783 * gdb.dwarf2/atomic.c: New file.
13784 * gdb.dwarf2/atomic-type.exp: Likewise.
13785
13786 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13787
13788 * gdb.btrace/buffer-size.exp: Update "info record" output.
13789 * gdb.btrace/delta.exp: Update "info record" output.
13790 * gdb.btrace/enable.exp: Update "info record" output.
13791 * gdb.btrace/finish.exp: Update "info record" output.
13792 * gdb.btrace/instruction_history.exp: Update "info record" output.
13793 * gdb.btrace/next.exp: Update "info record" output.
13794 * gdb.btrace/nexti.exp: Update "info record" output.
13795 * gdb.btrace/step.exp: Update "info record" output.
13796 * gdb.btrace/stepi.exp: Update "info record" output.
13797 * gdb.btrace/nohist.exp: Update "info record" output.
13798
13799 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13800
13801 * gdb.btrace/buffer-size: New.
13802
13803 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13804
13805 * gdb.btrace/delta.exp: Update "info record" output.
13806 * gdb.btrace/enable.exp: Update "info record" output.
13807 * gdb.btrace/finish.exp: Update "info record" output.
13808 * gdb.btrace/instruction_history.exp: Update "info record" output.
13809 * gdb.btrace/next.exp: Update "info record" output.
13810 * gdb.btrace/nexti.exp: Update "info record" output.
13811 * gdb.btrace/step.exp: Update "info record" output.
13812 * gdb.btrace/stepi.exp: Update "info record" output.
13813 * gdb.btrace/nohist.exp: Update "info record" output.
13814
13815 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13816
13817 PR gdb/15678
13818 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13819
13820 2015-02-06 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13823 macro.
13824 (seconds_left, again): New globals.
13825 (main): Wait seconds_left in a 1-second sleep loop instead of
13826 sleeping 180 seconds. If 'again' is set, reset the seconds
13827 counter.
13828 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13829 'again' in the inferior before detaching. Print the seconds left.
13830 (options): New global.
13831 (top level): Build program with -DTIMEOUT=$timeout.
13832
13833 2015-02-06 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13836 determine how many seconds to pass to 'alarm'.
13837 * gdb.base/gdb-sigterm.exp (top level): Build program with
13838 -DTIMEOUT=$timeout.
13839 (do_test): Return success/failure indication. Add more verbose
13840 logging. Don't fail if 200 single steps are seen. Instead, fail
13841 when the test times out.
13842 (passes): New global.
13843 (top level): Break the testing loop if testing fails on any
13844 iteration. Use gdb_assert.
13845
13846 2015-02-04 Don Breazeal <donb@codesourcery.com>
13847
13848 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13849 and initialize them.
13850 (ipc_cleanup): New function.
13851 (main): Don't declare shmid, semid, and msqid. Add a call to
13852 atexit so that we call ipc_cleanup on exit.
13853
13854 2015-02-04 Pedro Alves <palves@redhat.com>
13855
13856 * boards/native-extended-gdbserver.exp: Remove any target variant
13857 specifications from the board name before clearing the isremote
13858 flag from board_info.
13859
13860 2015-01-31 Doug Evans <xdje42@gmail.com>
13861
13862 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13863
13864 2015-01-31 Gary Benson <gbenson@redhat.com>
13865
13866 * gdb.base/completion.exp: Disable completion limiting for
13867 existing tests. Add new tests to check completion limiting.
13868 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13869
13870 2015-01-31 Doug Evans <xdje42@gmail.com>
13871
13872 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13873
13874 2015-01-31 Doug Evans <xdje42@gmail.com>
13875
13876 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13877 entries. Duplicate file section script entries.
13878 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13879 inlined entries. Add test for safe-path rejection.
13880 * gdb.python/py-section-script.c: Add duplicate inlined section script
13881 entries. Duplicate file section script entries.
13882 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13883 inlined entries. Add test for safe-path rejection.
13884
13885 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13886
13887 * gdb.ada/disc_arr_bound: New testcase.
13888
13889 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13890
13891 * gdb.ada/mi_var_array: New testcase.
13892
13893 2015-01-27 Doug Evans <dje@google.com>
13894
13895 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13896 Add test for objfile.filename, objfile.username after objfile
13897 has been unloaded.
13898
13899 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13900
13901 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13902 the second test to print the name attribute of value
13903 returned by the call to gdb.lookup_type, and adjust
13904 the expected output accordingly.
13905
13906 2015-01-25 Mark Wielaard <mjw@redhat.com>
13907
13908 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13909 * gdb.base/disp-step-fork.c: Include unistd.h.
13910 * gdb.base/siginfo-obj.c: Include stdio.h.
13911 * gdb.base/siginfo-thread.c: Likewise.
13912 * gdb.mi/non-stop.c: Include unistd.h.
13913 * gdb.mi/nsthrexec.c: Include stdio.h.
13914 * gdb.mi/pthreads.c: Include unistd.h.
13915 * gdb.modula2/unbounded1.c (main): Declare returns int.
13916 * gdb.reverse/consecutive-reverse.c: Likewise.
13917 * gdb.threads/create-fail.c: Include unistd.h.
13918 * gdb.threads/killed.c: Likewise.
13919 * gdb.threads/linux-dp.c: Likewise.
13920 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13921 * gdb.threads/non-ldr-exc-2.c: Likewise.
13922 * gdb.threads/non-ldr-exc-3.c: Likewise.
13923 * gdb.threads/non-ldr-exc-4.c: Likewise.
13924 * gdb.threads/pthreads.c: Include unistd.h.
13925 (main): Declare returns int.
13926 * gdb.threads/tls-main.c (foo): New declaration.
13927 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13928
13929 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13930
13931 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13932 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13933
13934 2015-01-15 Mark Wielaard <mjw@redhat.com>
13935
13936 * gdb.base/noreturn-return.c: New file.
13937 * gdb.base/noreturn-return.exp: New file.
13938 * gdb.base/noreturn-finish.c: New file.
13939 * gdb.base/noreturn-finish.exp: New file.
13940
13941 2015-01-23 Pedro Alves <palves@redhat.com>
13942
13943 * gdb.threads/continue-pending-after-query.c: New file.
13944 * gdb.threads/continue-pending-after-query.exp: New file.
13945
13946 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13947 Simon Marchi <simon.marchi@ericsson.com>
13948
13949 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13950 * gdb.base/valgrind-db-attach.exp: Same.
13951 * gdb.base/valgrind-infcall.exp: Same.
13952 * lib/mi-support.exp (default_mi_gdb_start): Same.
13953 * lib/prompt.exp (default_prompt_gdb_start): Same.
13954 * lib/gdb.exp (default_gdb_spawn): Same.
13955 (gdb_interact): New.
13956
13957
13958 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 * gdb.compile/compile.exp (pointer to jit function): New test.
13961
13962 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13963
13964 * lib/gdb.exp (supports_process_record): Return true for
13965 powerpc*-*-linux*.
13966 (supports_reverse): Likewise.
13967
13968 2015-01-15 Don Breazeal <donb@codesourcery.com>
13969
13970 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13971 instead of checking whether the target board is remote and
13972 use spawn_wait_for_attach instead of exec/sleep.
13973 * gdb.base/attach-twice.exp: Likewise.
13974
13975 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13976
13977 * gdb.ada/var_arr_attrs: New testcase.
13978
13979 2015-01-14 Pedro Alves <palves@redhat.com>
13980 Joel Brobecker <brobecker@adacore.com>
13981
13982 PR gdb/17525
13983 * gdb.base/bp-cmds-execution-x-script.c: New file.
13984 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13985 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13986
13987 2015-01-14 Pedro Alves <palves@redhat.com>
13988
13989 PR cli/17828
13990 * gdb.base/batch-preserve-term-settings.c: New file.
13991 * gdb.base/batch-preserve-term-settings.exp: New file.
13992
13993 2015-01-13 Doug Evans <dje@google.com>
13994
13995 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13996 binary.
13997
13998 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13999
14000 * Makefile.in (clean mostlyclean): Do not delete *.py.
14001
14002 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14003
14004 * gdb.python/py-lookup-type.exp: New file.
14005
14006 2015-01-12 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14009 restore GDBFLAGS before returning.
14010
14011 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14012
14013 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14014 is_amd64_regs_target and is_x86_like_target.
14015
14016 2015-01-11 Doug Evans <xdje42@gmail.com>
14017
14018 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14019 is given without an explicit form.
14020 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14021 attributes.
14022 * gdb.dwarf/corrupt.exp: Ditto.
14023 * gdb.dwarf2/enum-type.exp: Ditto.
14024 * gdb.trace/entry-values.exp: Ditto.
14025 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14026
14027 2015-01-11 Doug Evans <xdje42@gmail.com>
14028
14029 PR gdb/15830
14030 * gdb.base/maint.exp: Remove references to "maint demangle".
14031 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14032 Add tests for explicitly specifying language to demangle.
14033 * gdb.dlang/demangle.exp: Ditto.
14034
14035 2015-01-09 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.threads/non-stop-fair-events.c: New file.
14038 * gdb.threads/non-stop-fair-events.exp: New file.
14039
14040 2015-01-09 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14043 the global scope. Set a breakpoint after all threads are started
14044 rather than stepping over two source lines. Expect the prompt.
14045 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14046 global.
14047 (NUM): Now 15.
14048 (main): Use threads_started_barrier to wait for all threads to
14049 start. Main thread no longer calls thread_function. Exit after
14050 180 seconds.
14051 (loop): New function.
14052 (thread_function): Wait on threads_started_barrier barrier. Call
14053 'loop' at each iteration.
14054 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14055 threads have started, instead of hardcoding number of "next"
14056 steps. Use an access watchpoint instead of a write watchpoint.
14057
14058 2015-01-09 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14061 (thread_func): Wait on barrier.
14062 (main): Wait for all threads to start before stopping GDB.
14063 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14064 global.
14065 (thread1_func, thread2_func): Wait on barrier.
14066 (main): Wait for all threads to start before stopping GDB.
14067 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14068 New global.
14069 (thread1_func, thread2_func): Wait on barrier.
14070 (main): Wait for all threads to start before stopping GDB.
14071
14072 2015-01-09 Pedro Alves <palves@redhat.com>
14073
14074 * gdb.threads/attach-many-short-lived-threads.c: New file.
14075 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14076
14077 2014-01-09 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14080 instead of to thread 2.
14081 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14082 Add barrier around each pthread_create call instead of around all
14083 calls.
14084 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14085 Set a break on thread_function and have the child threads hit it
14086 one at at a time.
14087
14088 2015-01-09 Pedro Alves <palves@redhat.com>
14089
14090 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14091 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14092 false.
14093 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14094 checking whether the target board is remote.
14095 * gdb.multi/multi-attach.exp: Likewise.
14096 * gdb.python/py-sync-interp.exp: Likewise.
14097 * gdb.server/ext-attach.exp: Likewise.
14098 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14099 tests that need to attach, instead of checking whether the target
14100 board is remote at the top of the file.
14101
14102 2015-01-08 Yao Qi <yao@codesourcery.com>
14103
14104 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14105
14106 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14107
14108 Fix testcase compilation.
14109 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14110
14111 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14112
14113 * gdb.python/py-type.exp: Add a couple test about empty
14114 array creation, and negative-length array creation.
14115
14116 2015-01-02 Doug Evans <xdje42@gmail.com>
14117
14118 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14119
14120 2015-01-02 Doug Evans <dje@google.com>
14121
14122 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14123
14124 2014-12-29 Yao Qi <yao@codesourcery.com>
14125
14126 * gdb.trace/entry-values.exp: Update comments. Rename variable
14127 bar_call_foo to returned_from_foo.
14128
14129 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14130
14131 PR gdb/17394
14132 * gdb.linespec/break-asm-file.c: New file.
14133 * gdb.linespec/break-asm-file.exp: New file.
14134 * gdb.linespec/break-asm-file0.s: New file.
14135 * gdb.linespec/break-asm-file1.s: New file.
14136
14137 2014-12-18 Nigel Stephens <nigel@mips.com>
14138 Maciej W. Rozycki <macro@codesourcery.com>
14139
14140 * gdb.base/float.exp: Handle the new output from "info float" on
14141 MIPS targets.
14142
14143 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14144
14145 Fix MinGW compilation.
14146 * gdb.compile/compile-ops.exp: Update untested message if
14147 !skip_compile_feature_tests.
14148 * gdb.compile/compile-setjmp.exp: Likewise.
14149 * gdb.compile/compile-tls.exp: Likewise.
14150 * gdb.compile/compile.exp: Likewise.
14151 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14152 supported on this host".
14153
14154 2014-12-16 Doug Evans <xdje42@gmail.com>
14155
14156 * boards/stabs.exp: New file.
14157
14158 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14159
14160 * gdb.base/completion.exp: Adjust to format changes of "maint
14161 print user-registers".
14162
14163 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14164
14165 PR server/17457
14166 * gdb.arch/aarch64-fp.c: New file.
14167 * gdb.arch/aarch64-fp.exp: New file.
14168
14169 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14170
14171 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14172 r210637, r210913, r211666, r215400, r215817).
14173
14174 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14175 * dg-extract-results.py: New file.
14176 * dg-extract-results.sh: Use it if the environment seems
14177 suitable.
14178
14179 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14180
14181 * dg-extract-results.py (parse_run): Handle warnings that
14182 are printed before a test harness is run.
14183
14184 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14185
14186 * dg-extract-results.py (Named): Remove __cmp__ method.
14187 (output_variation): Use a key to sort variation.harnesses.
14188
14189 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14190
14191 * dg-extract-results.py: For Python 3, force sys.stdout to
14192 handle surrogate escape sequences.
14193 (safe_open): New function.
14194 (output_segment, main): Use it.
14195
14196 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14197
14198 * dg-extract-results.py (Prog.result_re): Include options
14199 in test name.
14200
14201 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14202
14203 * dg-extract-results.py (output_variation): Always sort if
14204 do_sum.
14205
14206 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14207
14208 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14209 as long as we get pagination notifications.
14210
14211 2014-12-15 Jason Merrill <jason@redhat.com>
14212
14213 * Makefile.in (check-gdb.%): Restore.
14214 * README: Mention it.
14215
14216 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14217
14218 * gdb.ada/str_uninit: New testcase.
14219
14220 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 PR symtab/17642
14223 * gdb.base/vla-stub-define.c: New file.
14224 * gdb.base/vla-stub.c: New file.
14225 * gdb.base/vla-stub.exp: New file.
14226
14227 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14228 Jan Kratochvil <jan.kratochvil@redhat.com>
14229 Tom Tromey <tromey@redhat.com>
14230
14231 * configure.ac: Add gdb.compile/.
14232 * configure: Regenerate.
14233 * gdb.compile/Makefile.in: New file.
14234 * gdb.compile/compile-ops.exp: New file.
14235 * gdb.compile/compile-ops.c: New file.
14236 * gdb.compile/compile-tls.c: New file.
14237 * gdb.compile/compile-tls.exp: New file.
14238 * gdb.compile/compile-constvar.S: New file.
14239 * gdb.compile/compile-constvar.c: New file.
14240 * gdb.compile/compile-mod.c: New file.
14241 * gdb.compile/compile-nodebug.c: New file.
14242 * gdb.compile/compile-setjmp-mod.c: New file.
14243 * gdb.compile/compile-setjmp.c: New file.
14244 * gdb.compile/compile-setjmp.exp: New file.
14245 * gdb.compile/compile-shlib.c: New file.
14246 * gdb.compile/compile.c: New file.
14247 * gdb.compile/compile.exp: New file.
14248 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14249
14250 2014-12-12 Tom Tromey <tromey@redhat.com>
14251
14252 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14253 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14254
14255 2014-12-12 Doug Evans <dje@google.com>
14256
14257 * lib/gdb-python.exp (get_python_valueof): New function.
14258 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14259
14260 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14261
14262 * gdb.base/completion.exp: Add test for completion of "info
14263 registers ".
14264
14265 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14266
14267 * gdb.base/func-ptrs.c: New file.
14268 * gdb.base/func-ptrs.exp: New file.
14269
14270 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14271
14272 PR breakpoints/17012
14273 * gdb.base/dprintf-detach.c: New file.
14274 * gdb.base/dprintf-detach.exp: New file.
14275
14276 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14279 * lib/gdb.exp (target_is_gdbserver): New procedure.
14280
14281 2014-12-08 Doug Evans <dje@google.com>
14282
14283 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14284
14285 2014-12-05 Yao Qi <yao@codesourcery.com>
14286
14287 * gdb.guile/scm-error.exp: Remove the third argument to
14288 gdb_remote_download.
14289 * gdb.guile/scm-frame-args.exp: Likewise.
14290 * gdb.guile/scm-section-script.exp: Likewise.
14291
14292 2014-12-05 Yao Qi <yao@codesourcery.com>
14293
14294 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14295
14296 2014-12-04 Doug Evans <dje@google.com>
14297
14298 * gdb.python/py-objfile.exp: Add tests for
14299 objfile.add_separate_debug_file.
14300
14301 2014-12-04 Doug Evans <dje@google.com>
14302
14303 * lib/gdb.exp (get_build_id): New function.
14304 (build_id_debug_filename_get): Rewrite to use it.
14305 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14306
14307 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14308
14309 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14310 `method(long)', not just 0x0.
14311 * gdb.cp/nsalias.exp: Align code labels to 4.
14312 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14313 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14314 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14315 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14316 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14317 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14318
14319 2014-12-02 Doug Evans <dje@google.com>
14320
14321 PR symtab/17602
14322 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14323 * gdb.cp/anon-ns2.cc: ... here. New file.
14324 * gdb.cp/anon-ns.exp: Update.
14325
14326 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14327
14328 * gdb.python/py-events.py (inferior_call_handler): New.
14329 (register_changed_handler, memory_changed_handler): New.
14330 (test_events.invoke): Register new handlers.
14331 * gdb.python/py-events.exp: Add tests for inferior call,
14332 memory_changed and register_changed events.
14333
14334 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14335
14336 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14337 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14338 if the linker doesn't understand this.
14339
14340 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14341
14342 * gdb.python/python.exp: Change expected reply to help().
14343
14344 2014-12-01 Yao Qi <yao@codesourcery.com>
14345
14346 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14347 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14348 * configure: Re-generated.
14349
14350 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14351
14352 * gdb.cp/chained-calls.cc: New file.
14353 * gdb.cp/chained-calls.exp: New file.
14354 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14355
14356 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14357
14358 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14359 * gdb.dwarf2/symtab-producer.exp: Same.
14360 * gdb.gdb/python-interrupts.exp: Same.
14361 * gdb.gdb/python-selftest.exp: Same.
14362 * gdb.python/py-linetable.exp: Same.
14363 * gdb.python/py-type.exp: Same.
14364 * gdb.python/py-value-cc.exp: Same.
14365 * gdb.python/py-value.exp: Same.
14366
14367 2014-11-28 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.base/break-probes.exp: Match library name prefixed with
14370 sysroot.
14371
14372 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14373
14374 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14375 test expected output. Add parentheses for the call to print.
14376 Remove L suffix from integers.
14377
14378 2014-11-26 Doug Evans <dje@google.com>
14379
14380 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14381
14382 2014-11-22 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.trace/entry-values.c: Remove asms.
14385 (foo): Add foo_label.
14386 (bar): Add bar_label.
14387 * gdb.trace/entry-values.exp: Remove code computing foo's
14388 length and bar's length.
14389 (Dwarf::assemble): Invoke function_range for bar and use
14390 MACRO_AT_func for foo.
14391
14392 2014-11-22 Yao Qi <yao@codesourcery.com>
14393
14394 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14395 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14396 Use .Lgcc43_procstart instead of gcc43.
14397
14398 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14399
14400 * gdb.ada/n_arr_bound: New testcase.
14401
14402 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14403
14404 PR breakpoints/10737
14405 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14406 test_catch_syscall_multi_arch.
14407 (test_catch_syscall_multi_arch): New function.
14408
14409 2014-11-20 Doug Evans <xdje42@gmail.com>
14410
14411 * gdb.base/maint.exp: Update expected output.
14412
14413 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14414
14415 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14416 4-byte instruction on S390.
14417
14418 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14419
14420 * gdb.ada/arr_arr: New testcase.
14421
14422 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14423
14424 * gdb.ada/pkd_arr_elem: New Testcase.
14425
14426 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14427
14428 * gdb.reverse/break-precsave: Expect completion message for
14429 core file reads.
14430 * gdb.reverse/consecutive-precsave.exp: Likewise.
14431 * gdb.reverse/finish-precsave.exp: Likewise.
14432 * gdb.reverse/i386-precsave.exp: Likewise.
14433 * gdb.reverse/machinestate-precsave.exp: Likewise.
14434 * gdb.reverse/sigall-precsave.exp: Likewise.
14435 * gdb.reverse/solib-precsave.exp: Likewise.
14436 * gdb.reverse/step-precsave.exp: Likewise.
14437 * gdb.reverse/until-precsave.exp: Likewise.
14438 * gdb.reverse/watch-precsave.exp: Likewise.
14439
14440 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14441
14442 * gdb.base/bp-permanent.c: Include unistd.h.
14443 * gdb.python/py-framefilter-mi.c (main): Add return type.
14444 * gdb.python/py-framefilter.c (main): Likewise.
14445 * gdb.trace/actions-changed.c (main): Likewise.
14446
14447 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14448
14449 * gdb.mi/until.c: Add eye-catchers.
14450 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14451 line numbers.
14452
14453 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14454
14455 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14456 function header variants in break1.c.
14457 * gdb.base/ena-dis-br.exp: Likewise.
14458 * gdb.base/hbreak2.exp: Likewise.
14459 * gdb.reverse/until-precsave.exp: Drop references to removed
14460 non-prototype function header variants in ur1.c.
14461 * gdb.reverse/until-reverse.exp: Likewise.
14462
14463 2014-11-17 Petr Machata <pmachata@redhat.com>
14464
14465 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14466 ${_cu_offset_size} bytes abbrev offset.
14467
14468 2014-11-15 Doug Evans <xdje42@gmail.com>
14469
14470 PR symtab/17559
14471 * gdb.base/line-symtabs.exp: New file.
14472 * gdb.base/line-symtabs.c: New file.
14473 * gdb.base/line-symtabs.h: New file.
14474
14475 2014-11-14 Yao Qi <yao@codesourcery.com>
14476
14477 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14478 (func): Add label func_label.
14479 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14480 Replace low_pc and high_pc with MACRO_AT_range.
14481 Replace name, low_pc and high_pc with MACRO_AT_func.
14482
14483 2014-11-14 Yao Qi <yao@codesourcery.com>
14484
14485 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14486 Replace name, low_pc and high_pc with MACRO_AT_func.
14487
14488 2014-11-14 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14491 produce debug information.
14492 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14493
14494 2014-11-14 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14497 object and get function length.
14498 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14499 with MACRO_AT_func.
14500 (top-level): Replace gdb_compile and clean_restart with
14501 prepare_for_testing.
14502 * gdb.dwarf2/main.c (main): Add label main_label.
14503
14504 2014-11-14 Yao Qi <yao@codesourcery.com>
14505
14506 * lib/dwarf.exp (function_range): New procedure.
14507 (Dwarf::_handle_macro_at_func): New procedure.
14508 (Dwarf::_handle_macro_at_range): New procedure.
14509 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14510
14511 2014-11-14 Yao Qi <yao@codesourcery.com>
14512
14513 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14514 (_handle_attribute): New procedure.
14515
14516 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14517
14518 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14519 * gdb.base/call-sc.c (zed): Likewise.
14520 * gdb.base/checkpoint.c (main): Likewise.
14521 * gdb.base/dump.c (main): Likewise.
14522 * gdb.base/gcore.c (main): Likewise.
14523 * gdb.base/huge.c (main): Likewise.
14524 * gdb.base/multi-forks.c (main): Likewise.
14525 * gdb.base/pr10179-a.c (main): Likewise.
14526 * gdb.base/savedregs.c (main): Likewise.
14527 * gdb.base/sigaltstack.c (main): Likewise.
14528 * gdb.base/siginfo.c (main): Likewise.
14529 * gdb.base/structs.c (zed): Likewise.
14530 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14531 * gdb.mi/mi-syn-frame.c (main): Likewise.
14532 * gdb.mi/until.c (foo, main): Likewise.
14533 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14534 * gdb.base/solib-weak.c (foo): Declare.
14535 * gdb.base/attach-twice.c: Include stdio.h.
14536 * gdb.base/weaklib1.c: Likewise.
14537 * gdb.base/weaklib2.c: Likewise.
14538 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14539 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14540 unistd.h.
14541 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14542 * gdb.mi/mi-exit-code.c: Likewise.
14543 * gdb.base/break-interp-lib.c: Include string.h.
14544 * gdb.base/coremaker.c: Likewise.
14545 * gdb.base/testenv.c: Likewise.
14546 * gdb.python/py-finish-breakpoint.c: Likewise.
14547 * gdb.base/inferior-died.c: Include sys/wait.h.
14548 * gdb.base/fileio.c: Include time.h.
14549 * gdb.base/async-shell.c: Include unistd.h.
14550 * gdb.base/dprintf-non-stop.c: Likewise.
14551 * gdb.base/info-os.c: Likewise.
14552 * gdb.mi/mi-console.c: Likewise.
14553 * gdb.mi/watch-nonstop.c: Likewise.
14554 * gdb.python/py-events.c: Likewise.
14555 * gdb.base/async.c (baz): Move up before its invocation.
14556 * gdb.base/code_elim2.c (my_global_func): Likewise.
14557 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14558 * gdb.base/advance.c (func2): Likewise.
14559
14560 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14563 variant.
14564 * gdb.base/annota3.c: Likewise.
14565 * gdb.base/async.c: Likewise.
14566 * gdb.base/average.c: Likewise.
14567 * gdb.base/call-ar-st.c: Likewise.
14568 * gdb.base/call-rt-st.c: Likewise.
14569 * gdb.base/call-sc.c: Likewise.
14570 * gdb.base/call-strs.c: Likewise.
14571 * gdb.base/ending-run.c: Likewise.
14572 * gdb.base/execd-prog.c: Likewise.
14573 * gdb.base/exprs.c: Likewise.
14574 * gdb.base/foll-exec.c: Likewise.
14575 * gdb.base/foll-fork.c: Likewise.
14576 * gdb.base/foll-vfork.c: Likewise.
14577 * gdb.base/funcargs.c: Likewise.
14578 * gdb.base/gcore.c: Likewise.
14579 * gdb.base/jump.c: Likewise.
14580 * gdb.base/langs0.c: Likewise.
14581 * gdb.base/langs1.c: Likewise.
14582 * gdb.base/langs2.c: Likewise.
14583 * gdb.base/mips_pro.c: Likewise.
14584 * gdb.base/nodebug.c: Likewise.
14585 * gdb.base/opaque0.c: Likewise.
14586 * gdb.base/opaque1.c: Likewise.
14587 * gdb.base/recurse.c: Likewise.
14588 * gdb.base/run.c: Likewise.
14589 * gdb.base/scope0.c: Likewise.
14590 * gdb.base/scope1.c: Likewise.
14591 * gdb.base/setshow.c: Likewise.
14592 * gdb.base/setvar.c: Likewise.
14593 * gdb.base/shmain.c: Likewise.
14594 * gdb.base/shr1.c: Likewise.
14595 * gdb.base/shr2.c: Likewise.
14596 * gdb.base/sigall.c: Likewise.
14597 * gdb.base/signals.c: Likewise.
14598 * gdb.base/so-indr-cl.c: Likewise.
14599 * gdb.base/solib2.c: Likewise.
14600 * gdb.base/structs.c: Likewise.
14601 * gdb.base/sum.c: Likewise.
14602 * gdb.base/vforked-prog.c: Likewise.
14603 * gdb.base/watchpoint.c: Likewise.
14604 * gdb.reverse/shr2.c: Likewise.
14605 * gdb.reverse/until-reverse.c: Likewise.
14606 * gdb.reverse/ur1.c: Likewise.
14607 * gdb.reverse/watch-reverse.c: Likewise.
14608
14609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14610
14611 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14612 variant.
14613 * gdb.base/sepdebug.exp: Drop references to removed code.
14614
14615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14616
14617 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14618 variant. Preserve original line numbering.
14619 * gdb.base/list1.c: Likewise.
14620
14621 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14622
14623 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14624 variant.
14625 * gdb.base/break1.c: Likewise.
14626 * gdb.base/break.exp: Drop references to removed code.
14627
14628 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14629
14630 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14631 variant.
14632
14633 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14634
14635 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14636
14637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14638
14639 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14640 logic into perform_all_tests() and invoke it with and without
14641 function header prototypes.
14642 (do_function_calls): Remove conditional XFAIL for PR 5318.
14643 (rerun_and_prepare): Remove duplicate code.
14644 (perform_all_tests): New. Main logic moved here.
14645
14646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14647
14648 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14649 code guarded by #ifdef NO_PROTOTYPES.
14650 (t_double_many_args): Likewise.
14651 (DEF_FUNC_MANY_ARGS_1): Likewise.
14652 (DEF_FUNC_VALUES_1): Likewise.
14653 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14654 guarded by #ifdef PROTOTYPES.
14655
14656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.mi/mi-console.c: Add eye-catcher.
14659 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14660 instead of literal line number.
14661
14662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14663
14664 * gdb.base/shr2.c: Add eye-catcher.
14665 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14666 line number.
14667
14668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14669
14670 * gdb.base/jump.c: Add eye-catchers.
14671 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14672 numbers.
14673
14674 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14675
14676 * gdb.base/execd-prog.c: Add eye-catchers.
14677 * gdb.base/foll-exec.c: Likewise.
14678 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14679 line numbers.
14680
14681 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14682
14683 * gdb.base/ending-run.c: Add eye-catchers.
14684 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14685 literal line numbers.
14686
14687 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.base/call-rt-st.c: Add eye-catchers.
14690 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14691 literal line numbers.
14692
14693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14694
14695 * gdb.base/call-ar-st.c: Add eye-catchers.
14696 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14697 literal line numbers.
14698
14699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14700
14701 * gdb.base/average.c: Add eye-catchers.
14702 * gdb.base/sum.c: Likewise.
14703 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14704 regexps dynamically.
14705
14706 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14707
14708 * gdb.base/solib1.c: Add eye-catchers.
14709 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14710 literal line numbers.
14711
14712 2014-11-12 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14715 leader has exited.
14716
14717 2014-11-12 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.arch/i386-bp_permanent.c: New file.
14720 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14721 (srcfile): Set to i386-bp_permanent.c.
14722 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14723 that stepi does not execute the 'leave' instruction, instead of
14724 testing it does execute.
14725 * gdb.base/bp-permanent.c: New file.
14726 * gdb.base/bp-permanent.exp: New file.
14727
14728 2014-11-10 Doug Evans <xdje42@gmail.com>
14729
14730 PR symtab/17564
14731 * gdb.base/symtab-search-order.exp: New file.
14732 * gdb.base/symtab-search-order.c: New file.
14733 * gdb.base/symtab-search-order-1.c: New file.
14734 * gdb.base/symtab-search-order-shlib-1.c: New file.
14735
14736 2014-11-07 Pedro Alves <palves@redhat.com>
14737
14738 PR gdb/17511
14739 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14740 i?86-*-linux*.
14741
14742 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14743
14744 PR c++/17494
14745 * gdb.cp/pr17494.cc: New file.
14746 * gdb.cp/pr17494.exp: New file.
14747
14748 2014-11-02 Yao Qi <yao@codesourcery.com>
14749
14750 * gdb.python/python.exp: Get working directory and match the
14751 output of "set extended-prompt \\w " with it.
14752
14753 2014-10-30 Doug Evans <dje@google.com>
14754
14755 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14756 in objfiles.
14757 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14758 in progspaces.
14759
14760 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14761
14762 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14763 * gdb.base/realname-expand.exp: Likewise.
14764 * gdb.linespec/macro-relative.exp: Likewise.
14765
14766 2014-10-29 Pedro Alves <palves@redhat.com>
14767
14768 PR gdb/17408
14769 * gdb.threads/schedlock.c (some_function): New function.
14770 (call_function): New global.
14771 (MAYBE_CALL_SOME_FUNCTION): New macro.
14772 (thread_function): Call it.
14773 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14774 and use it instead of a global counter. Adjust all callers.
14775 (get_current_thread): Use "find current thread" for test message
14776 here rather than having all callers pass down the same string.
14777 (goto_loop): New procedure, factored out from ...
14778 (my_continue): ... this.
14779 (step_ten_loops): Change parameter from test message to command to
14780 use. Adjust.
14781 (list_count): Delete global.
14782 (check_result): New procedure, factored out from duplicate top
14783 level code.
14784 (continue tests): Wrap in with_test_prefix.
14785 (test_step): New procedure, factored out from duplicate top level
14786 code.
14787 (top level): Test "step" in combination with all scheduler-locking
14788 modes. Test "next" in combination with all scheduler-locking
14789 modes, and in combination with stepping over a function call or
14790 not.
14791 * gdb.threads/next-bp-other-thread.c: New file.
14792 * gdb.threads/next-bp-other-thread.exp: New file.
14793
14794 2014-10-29 Pedro Alves <palves@redhat.com>
14795
14796 PR python/17372
14797 * gdb.python/python.exp: Test a multi-line command that spawns
14798 interactive Python.
14799 * gdb.base/multi-line-starts-subshell.exp: New file.
14800
14801 2014-10-29 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.base/fileio.exp: Make directories on host.
14804
14805 2014-10-29 Yao Qi <yao@codesourcery.com>
14806
14807 * gdb.base/fileio.c (test_write): Close the file.
14808
14809 2014-10-28 Pedro Alves <palves@redhat.com>
14810
14811 PR gdb/12623
14812 * gdb.base/sigstep.c (no_handler): New global.
14813 (main): If 'no_handler is true, set the signal handlers to
14814 SIG_IGN.
14815 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14816 with_sw_watch and no_handler parameters. Handle them.
14817 (top level) <stepping over handler when stopped at a breakpoint
14818 test>: Add a test axis for testing with a software watchpoint, and
14819 another for testing with the signal handler set to SIG_IGN.
14820 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14821 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14822
14823 2014-10-28 Pedro Alves <palves@redhat.com>
14824
14825 PR gdb/17511
14826 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14827 * gdb.base/sigstep.exp (other_handler_location): New global.
14828 (advance): Support stepping into the signal handler, and running
14829 commands while in the handler.
14830 (in_handler_map): New global.
14831 (top level): In the advance test, add combinations for getting
14832 into the handler with stepping commands, and for running commands
14833 in the handler. Add comment descripting the advancei tests.
14834
14835 2014-10-28 Pedro Alves <palves@redhat.com>
14836
14837 * gdb.base/sigstep.exp: Use build_executable instead of
14838 prepare_for_testing.
14839 (top level): Move code that starts GDB, runs to main and creates a
14840 display to ...
14841 (restart): ... this new procedure.
14842 (top level): Move backtrace from signal handler test to ...
14843 (validate_backtrace): ... this new procedure.
14844 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14845 with_test_prefix. Always restart GDB.
14846 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14847 with_test_prefix. Always restart GDB. No need to delete
14848 breakpoints after the test.
14849 (test_skip_handler): Remove prefix parameter.
14850 (skip_over_handler, breakpoint_to_handler)
14851 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14852 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14853 restart GDB. No need to delete breakpoints after the test.
14854 (top level): Use foreach to call the test procedures with
14855 different commands.
14856
14857 2014-10-28 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14860 instead of GNATS numbers.
14861 * gdb.base/sigbpt.exp: Likewise.
14862 * gdb.base/siginfo.exp: Likewise.
14863 * gdb.base/sigstep.exp: Likewise.
14864
14865 2014-10-27 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.base/sigstep.c (dummy): New global.
14868 (main): Issue a couple writes to the new global.
14869 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14870 procedures.
14871 (skip_over_handler): Use test_skip_handler.
14872 (top level): Call skip_over_handler for stepi and nexti too.
14873 (breakpoint_over_handler): Use test_skip_handler.
14874 (top level): Call breakpoint_over_handler for stepi and nexti too.
14875
14876 2014-10-27 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.trace/tfile.c (adjust_function_address)
14879 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14880 function descriptor.
14881
14882 2014-10-24 Don Breazeal <donb@codesourcery.com>
14883
14884 * gdb.base/foll-fork.exp (test_follow_fork,
14885 catch_fork_child_follow): Check for updated fork messages emitted
14886 from infrun.c.
14887 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14888 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14889 vfork_and_exec_child_follow_through_step): Check for updated vfork
14890 messages emitted from infrun.c.
14891
14892 2014-10-24 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/corefile.exp: Remove references to ultrix.
14895 * gdb.base/interrupt.exp: Likewise.
14896 * gdb.base/whatis.exp: Likewise.
14897 * gdb.gdb/selftest.exp: Likewise.
14898 * gdb.threads/manythreads.exp: Likewise.
14899 * gdb.threads/print-threads.exp: Likewise.
14900 * gdb.threads/pthreads.exp:: Likewise.
14901 * gdb.threads/schedlock.exp: Likewise.
14902
14903 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14904
14905 * gdb.cp/non-trivial-retval.cc: Add a test case.
14906 * gdb.cp/non-trivial-retval.exp: Add a test.
14907
14908 2014-10-20 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14911 * gdb.python/py-objfile-script-gdb.py: New file.
14912 * gdb.python/py-objfile-script.exp: Update reference to
14913 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14914 of remote_download. Remove the dest file.
14915
14916 2014-10-20 Yao Qi <yao@codesourcery.com>
14917
14918 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14919 * gdb.base/step-line.exp: Likewise.
14920 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14921 * gdb.dwarf2/dw2-basic.exp: Likewise.
14922 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14923 * gdb.dwarf2/dw2-filename.exp: Likewise.
14924 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14925 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14926 * gdb.dwarf2/dw2-producer.exp: Likewise.
14927 * gdb.dwarf2/mac-fileno.exp: Likewise.
14928 * gdb.python/py-frame-args.exp: Likewise.
14929 * gdb.python/py-framefilter.exp: Likewise.
14930 * gdb.python/py-mi.exp: Likewise.
14931 * gdb.python/py-objfile-script.exp: Likewise
14932 * gdb.python/py-pp-integral.exp: Likewise.
14933 * gdb.python/py-pp-re-notag.exp: Likewise.
14934 * gdb.python/py-prettyprint.exp: Likewise.
14935 * gdb.python/py-section-script.exp: Likewise.
14936 * gdb.python/py-typeprint.exp: Likewise.
14937 * gdb.python/py-xmethods.exp: Likewise.
14938 * gdb.stabs/weird.exp: Likewise.
14939 * gdb.xml/tdesc-regs.exp: Likewise.
14940
14941 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14942
14943 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14944 (out_cu): Use addr_len for the size of addresses.
14945 (out_line): Likewise. Size DW_LNE_set_address instruction
14946 according to addr_len.
14947 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14948 (FUNC): Add START_INSNS to definition.
14949
14950 2014-10-18 Yao Qi <yao@codesourcery.com>
14951
14952 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14953 gdb_has_argv0 return true.
14954 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14955 check [target_info exists noargs], check [gdb_has_argv0]
14956 instead.
14957 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14958 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14959 procedures.
14960
14961 2014-10-17 Doug Evans <dje@google.com>
14962
14963 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14964 event.
14965 * gdb.python/py-events.py: Add clear_objfiles event.
14966
14967 2014-10-17 Doug Evans <dje@google.com>
14968
14969 * gdb.python/py-objfile.exp: Test progspace attribute.
14970
14971 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14972
14973 * gdb.guile/scm-breakpoint.exp: Do not assume any
14974 directory separators when matching source file paths.
14975 * gdb.python/py-breakpoint.exp: Likewise.
14976 * gdb.reverse/break-precsave.exp: Likewise.
14977 * gdb.reverse/break-reverse.exp: Likewise.
14978 * gdb.reverse/consecutive-precsave.exp: Likewise.
14979 * gdb.reverse/finish-precsave.exp: Likewise.
14980 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14981 * gdb.reverse/finish-reverse.exp: Likewise.
14982 * gdb.reverse/i386-precsave.exp: Likewise.
14983 * gdb.reverse/i387-env-reverse.exp: Likewise.
14984 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14985 * gdb.reverse/machinestate-precsave.exp: Likewise.
14986 * gdb.reverse/machinestate.exp: Likewise.
14987 * gdb.reverse/sigall-precsave.exp: Likewise.
14988 * gdb.reverse/solib-precsave.exp: Likewise.
14989 * gdb.reverse/step-precsave.exp: Likewise.
14990 * gdb.reverse/until-precsave.exp: Likewise.
14991 * gdb.reverse/watch-precsave.exp: Likewise.
14992 * gdb.reverse/watch-reverse.exp: Likewise.
14993
14994 2014-10-17 Yao Qi <yao@codesourcery.com>
14995
14996 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14997 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14998
14999 2014-10-17 Pedro Alves <palves@redhat.com>
15000
15001 PR gdb/17471
15002 * gdb.base/bg-execution-repeat.c: New file.
15003 * gdb.base/bg-execution-repeat.exp: New file.
15004
15005 2014-10-17 Pedro Alves <palves@redhat.com>
15006
15007 PR gdb/17300
15008 * gdb.base/continue-all-already-running.c: New file.
15009 * gdb.base/continue-all-already-running.exp: New file.
15010
15011 2014-10-17 Pedro Alves <palves@redhat.com>
15012
15013 PR gdb/17472
15014 * gdb.base/annota-input-while-running.c: New file.
15015 * gdb.base/annota-input-while-running.exp: New file.
15016
15017 2014-10-17 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/callfuncs.exp: emove references to osf.
15020 * gdb.base/sigall.exp: Likewise.
15021 * gdb.gdb/selftest.exp: Likewise.
15022 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15023 * gdb.mi/non-stop.c: Likewise.
15024 * gdb.mi/pthreads.c: Likewise.
15025 * gdb.reverse/sigall-precsave.exp: Likewise.
15026 * gdb.reverse/sigall-reverse.exp: Likewise.
15027 * gdb.threads/pthreads.c: Likewise.
15028 * gdb.threads/pthreads.exp: Likewise.
15029
15030 2014-10-17 Yao Qi <yao@codesourcery.com>
15031
15032 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15033 check 'target_info exists noargs'.
15034 (test_command_prompt_position): Likewise.
15035 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15036 Remove "set args".
15037 (progvar_simple_while_test): Likewise.
15038 (progvar_complex_if_while_test): Likewise.
15039 (if_while_breakpoint_command_test): Likewise.
15040 (infrun_breakpoint_command_test): Likewise.
15041 (breakpoint_command_test): Likewise.
15042 (watchpoint_command_test): Likewise.
15043 (bp_deleted_in_command_test): Likewise.
15044 (temporary_breakpoint_commands): Likewise.
15045
15046 2014-10-16 Yao Qi <yao@codesourcery.com>
15047
15048 * gdb.base/remotetimeout.exp: Remove noargs checking.
15049
15050 2014-10-15 Pedro Alves <palves@redhat.com>
15051
15052 PR breakpoints/9649
15053 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15054 * gdb.base/breakpoint-in-ro-region.exp
15055 (probe_target_hardware_step): New procedure.
15056 (top level): Probe hardware stepping and hardware breakpoint
15057 support. Test stepping through a read-only region, with both
15058 "breakpoint auto-hw" on and off and both "always-inserted" on and
15059 off.
15060
15061 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15062
15063 * gdb.dlang/demangle.exp: Update for demangling changes.
15064
15065 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15066
15067 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15068 * gdb.cp/non-trivial-retval.exp: Add new tests.
15069
15070 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15071
15072 PR c++/13403
15073 PR c++/15154
15074 * gdb.cp/non-trivial-retval.cc: New file.
15075 * gdb.cp/non-trivial-retval.exp: New file.
15076
15077 2014-10-15 Yao Qi <yao@codesourcery.com>
15078
15079 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15080 remote host.
15081
15082 2014-10-15 Yao Qi <yao@codesourcery.com>
15083
15084 * gdb.python/py-symbol.exp: Match file base name if host is
15085 remote, otherwise match file name with dir name.
15086 * gdb.python/py-symtab.exp: Likewise.
15087 * gdb.python/python.exp: Likewise.
15088
15089 2014-10-15 Yao Qi <yao@codesourcery.com>
15090
15091 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15092 pattern.
15093 * gdb.python/py-symtab.exp: Likewise.
15094 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15095 locationn.
15096
15097 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15098
15099 * gdb.ada/addr_arith: New testcase.
15100
15101 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15102
15103 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15104 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15105 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15106 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15107
15108 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15109
15110 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15111 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15112 * gdb.arch/stap-eval-lang-ada.exp: New file.
15113
15114 2014-10-14 Yao Qi <yao@codesourcery.com>
15115
15116 * gdb.mi/mi-var-child.c (nothing1): New function.
15117 (nothing2): New function.
15118 (do_children_tests): Set function pointers by nothing1 and
15119 nothing2.
15120 * gdb.mi/mi-var-child.exp: Step over new added statements.
15121 Update test to match the new output.
15122 * gdb.mi/var-cmd.c (nothing1): New function.
15123 (nothing2): New function.
15124 (do_children_tests): Set function pointers by nothing1 and
15125 nothing2.
15126 * gdb.mi/mi-var-display.exp: Update test to match output.
15127 Step to the line specified by $line_dct_nothing.
15128 Increase the number of lines to step.
15129
15130 2014-10-14 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15133 tests.
15134 * gdb.mi/mi2-var-child.exp: Likewise.
15135
15136 2014-10-13 Doug Evans <dje@google.com>
15137
15138 * gdb.python/py-objfile.exp: Change name of file name test.
15139
15140 2014-10-13 Doug Evans <dje@google.com>
15141
15142 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15143 from the start of the CU.
15144
15145 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15146 Yao Qi <yao@codesourcery.com>
15147
15148 Fix "save breakpoints" for "catch" command.
15149 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15150 Remove -nonewline. Match also the added "main" line.
15151
15152 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15153
15154 Fix "save breakpoints" for "disable $bpnum" command.
15155 * gdb.base/save-bp.c (main): Add label.
15156 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15157
15158 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15159
15160 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15161
15162 2014-10-11 Yao Qi <yao@codesourcery.com>
15163
15164 * gdb.server/server-kill.exp: Execute command
15165 "set remote trace-status-packet on" before "tstatus".
15166
15167 2014-10-11 Yao Qi <yao@codesourcery.com>
15168
15169 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15170 (main): Call getppid.
15171 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15172 and continue to it. Read variable "server_pid".
15173
15174 2014-10-11 Yao Qi <yao@codesourcery.com>
15175
15176 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15177
15178 2014-10-11 Yao Qi <yao@codesourcery.com>
15179
15180 * gdb.threads/thread-find.exp: Don't execute command
15181 "info threads".
15182 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15183 * gdb.threads/linux-dp.exp: Don't check the condition
15184 $threads_created equals to zero.
15185
15186 2014-10-10 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/bigcore.exp: Remove references to IRIX.
15189 * gdb.base/funcargs.exp: Likewise.
15190 * gdb.base/interrupt.exp: Likewise.
15191 * gdb.base/mips_pro.exp: Likewise.
15192 * gdb.base/nodebug.exp: Likewise.
15193 * gdb.base/setvar.exp: Likewise.
15194 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15195
15196 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15197 Pedro Alves <palves@redhat.com>
15198
15199 PR symtab/14466
15200 * gdb.base/vdso-warning.c: New file.
15201 * gdb.base/vdso-warning.exp: New file.
15202
15203 2014-10-02 Doug Evans <dje@google.com>
15204
15205 * gdb.base/structs.c (main): Don't run forever.
15206
15207 2014-10-02 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15210 (top level) <stop threads 1, stop threads 2>: Use it.
15211
15212 2014-10-02 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.threads/break-while-running.exp (test): Add new
15215 'update_thread_list' argument. Skip "info threads" if false.
15216 (top level): Add new 'update_thread_list' axis.
15217
15218 2014-10-02 Pedro Alves <palves@redhat.com>
15219
15220 PR breakpoints/17431
15221 * gdb.base/execl-update-breakpoints.c: New file.
15222 * gdb.base/execl-update-breakpoints.exp: New file.
15223
15224 2014-10-01 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.base/breakpoint-in-ro-region.c: New file.
15227 * gdb.base/breakpoint-in-ro-region.exp: New file.
15228
15229 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15230
15231 * gdb.mi/mi-exit-code.exp: New file.
15232 * gdb.mi/mi-exit-code.c: New file.
15233
15234 2014-09-30 Yao Qi <yao@codesourcery.com>
15235
15236 * lib/prelink-support.exp (build_executable_own_libs): Error if
15237 the target isn't native.
15238
15239 2014-09-30 Yao Qi <yao@codesourcery.com>
15240
15241 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15242 false.
15243
15244 2014-09-22 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/break-while-running.exp: New file.
15247 * gdb.threads/break-while-running.c: New file.
15248
15249 2014-09-19 Yao Qi <yao@codesourcery.com>
15250
15251 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15252 Invoke test. Restart GDB with --readnow and invoke test again.
15253
15254 2014-09-19 Yao Qi <yao@codesourcery.com>
15255
15256 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15257 proc set_breakpoint_on_gcd_function. Invoke
15258 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15259 invoke set_breakpoint_on_gcd_function again.
15260
15261 2014-09-18 Doug Evans <dje@google.com>
15262
15263 * gdb.dwarf2/symtab-producer.exp: New file.
15264
15265 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15266
15267 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15268 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15269 * gdb.base/global-var-nested-by-dso.c: Likewise.
15270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15271
15272 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15273 Pedro Alves <palves@redhat.com>
15274
15275 * gdb.base/watch-bitfields.exp: Pass string other than test file
15276 name to prepare_for_testing.
15277 (watch): New procedure.
15278 (expect_watchpoint): Use with_test_prefix.
15279 (top level): Factor out tests to ...
15280 (test_watch_location, test_regular_watch): ... these new
15281 procedures, and use with_test_prefix and gdb_continue_to_end.
15282
15283 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15284
15285 PR breakpoints/12526
15286 * gdb.base/watch-bitfields.exp: New file.
15287 * gdb.base/watch-bitfields.c: New file.
15288
15289 2014-09-16 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15292 software and hardware addresses, not software address against
15293 itself.
15294
15295 2014-09-16 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15298 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15299
15300 2014-09-16 Pedro Alves <palves@redhat.com>
15301
15302 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15303 files.
15304 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15305 "*-*-vxworks*" throughout.
15306 * gdb.base/break.exp: Likewise.
15307 * gdb.base/default.exp: Likewise.
15308 * gdb.base/scope.exp: Likewise.
15309 * gdb.base/sepdebug.exp: Likewise.
15310 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15311 throughout.
15312 * gdb.base/run.c: Likewise.
15313 * gdb.base/sepdebug.c: Likewise.
15314 * gdb.hp/gdb.aCC/run.c: Likewise.
15315 * gdb.reverse/until-reverse.c: Likewise.
15316 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15317
15318 2014-09-16 Yao Qi <yao@codesourcery.com>
15319
15320 * boards/local-remote-host-native.exp: New file.
15321
15322 2014-09-14 Doug Evans <xdje42@gmail.com>
15323
15324 * gdb.threads/queue-signal.c (thread_count): New variable.
15325 (thread_count_mutex, thread_count_condvar): New variables.
15326 (incr_thread_count, wait_all_threads_running): New functions.
15327 (main): Wait for all threads to be in their thread functions.
15328
15329 2014-09-13 Doug Evans <xdje42@gmail.com>
15330
15331 * gdb.threads/queue-signal.c: New file.
15332 * gdb.threads/queue-signal.exp: New file.
15333
15334 2014-09-13 Doug Evans <xdje42@gmail.com>
15335
15336 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15337 be consistent with what default_gdb_init uses.
15338 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15339 the plain text of the prompt. Add some logging printfs.
15340 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15341
15342 2014-09-12 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15345 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15346 * gdb.arch/i386-size-overlap.exp: Likewise.
15347 * gdb.arch/i386-size.exp: Likewise.
15348 * gdb.arch/i386-unwind.exp: Likewise.
15349 * gdb.base/a2-run.exp: Likewise.
15350 * gdb.base/break.exp: Likewise.
15351 * gdb.base/charset.exp: Likewise.
15352 * gdb.base/chng-syms.exp: Likewise.
15353 * gdb.base/commands.exp: Likewise.
15354 * gdb.base/dbx.exp: Likewise.
15355 * gdb.base/find.exp: Likewise.
15356 * gdb.base/funcargs.exp: Likewise.
15357 * gdb.base/jit-simple.exp: Likewise.
15358 * gdb.base/reread.exp: Likewise.
15359 * gdb.base/sepdebug.exp: Likewise.
15360 * gdb.base/step-bt.exp: Likewise.
15361 * gdb.cp/mb-inline.exp: Likewise.
15362 * gdb.cp/mb-templates.exp: Likewise.
15363 * gdb.objc/basicclass.exp: Likewise.
15364 * gdb.threads/killed.exp: Likewise.
15365
15366 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15367
15368 PR tdep/17379
15369 * gdb.arch/powerpc-stackless.S: New file.
15370 * gdb.arch/powerpc-stackless.exp: New file.
15371
15372 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15373
15374 * gdb.base/attach.c: Include unistd.h.
15375 (main): Call alarm. Add label postloop.
15376 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15377 gdb_breakpoint, gdb_continue_to_breakpoint.
15378 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15379
15380 2014-09-11 Pedro Alves <palves@redhat.com>
15381
15382 PR gdb/17347
15383 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15384 * gdb.base/attach.exp (test_command_line_attach_run): New
15385 procedure.
15386 (top level): Call it.
15387
15388 2014-09-11 Pedro Alves <palves@redhat.com>
15389
15390 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15391 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15392 (do_command_attach_tests): Use spawn_wait_for_attach.
15393 * gdb.base/solib-overlap.exp: Likewise.
15394 * gdb.multi/multi-attach.exp: Likewise.
15395 * gdb.python/py-prompt.exp: Likewise.
15396 * gdb.python/py-sync-interp.exp: Likewise.
15397 * gdb.server/ext-attach.exp: Likewise.
15398
15399 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15400
15401 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15402 command in testcase. Simplify testcase.
15403
15404 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15405
15406 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15407
15408 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15409
15410 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15411
15412 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15413
15414 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15415
15416 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15417
15418 * gdb.dwarf2/dynarr-ptr.c: New file.
15419 * gdb.dwarf2/dynarr-ptr.exp: New file.
15420
15421 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15422
15423 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15424 of 30 rather than hardcoding 120 for a slow test case. Take the
15425 `gdb,timeout' target setting into account for this calculation.
15426 Don't extend the timeout for the test cases that don't need it.
15427
15428 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15429
15430 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15431 a factor of 2 for a slow test case. Take the `gdb,timeout'
15432 target setting into account for this calculation.
15433 * gdb.reverse/until-precsave.exp: Increase the timeout by
15434 a factor of 15 and 3 respectively rather than adding 120
15435 for a pair of slow test cases. Take the `gdb,timeout'
15436 target setting into account for this calculation.
15437
15438 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15439
15440 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15441 timeout, don't pass one down to gdb_expect.
15442 (gdb_expect): Rework timeout selection.
15443
15444 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15445
15446 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15447 exception on timeout.
15448 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15449 (gdbserver_start_extended): Catch any `gdbserver_start' error
15450 exceptions.
15451 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15452 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15453 `gdbserver_gdb_load' error exceptions.
15454
15455 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15456
15457 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15458 120 on waiting for the TCP socket to open.
15459
15460 2014-09-09 Doug Evans <xdje42@gmail.com>
15461
15462 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15463 _caller_matches, _any_caller_is, _any_caller_matches.
15464
15465 2014-09-09 Doug Evans <xdje42@gmail.com>
15466
15467 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15468
15469 2014-09-09 Yao Qi <yao@codesourcery.com>
15470
15471 * gdb.mi/mi-var-display.exp: Set print symbol off.
15472
15473 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15474
15475 PR gdb/17035
15476 * gdb.base/commands.exp: Add tests to verify user-defined
15477 commands with empty bodies.
15478 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15479 python commands in `show user command`.
15480 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15481 scheme commands in `show user command`.
15482
15483 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15484
15485 PR python/17355
15486 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15487 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15488 * gdb.python/py-framefilter-invalidarg.exp: New file.
15489 * gdb.python/py-framefilter-invalidarg.py: New file.
15490
15491 2014-09-06 Doug Evans <xdje42@gmail.com>
15492
15493 PR 15276
15494 * gdb.python/py-caller-is.c: New file.
15495 * gdb.python/py-caller-is.exp: New file.
15496
15497 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15498
15499 PR gdb/17235
15500 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15501 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15502
15503 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15504
15505 PR fortran/17237
15506 * gdb.fortran/print-formatted.exp: New file.
15507 * gdb.fortran/print-formatted.f90: Likewise.
15508
15509 2014-09-03 Sasha Smundak <asmundak@google.com>
15510
15511 * gdb.python/py-frame.exp: Test Frame.read_register.
15512
15513 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR python/16699
15516 * gdb.python/py-completion.exp: New file.
15517 * gdb.python/py-completion.py: Likewise.
15518
15519 2014-08-28 Doug Evans <dje@google.com>
15520
15521 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15522 eax,etc. are live with values set by gdb and thus the compiler can't
15523 use them.
15524 * gdb.arch/i386-pseudo.c (main): Ditto.
15525
15526 2014-08-27 Doug Evans <dje@google.com>
15527
15528 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15529
15530 2014-08-25 Doug Evans <dje@google.com>
15531
15532 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15533 (main): Ditto.
15534
15535 2014-08-25 Doug Evans <dje@google.com>
15536
15537 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15538
15539 2014-08-24 Yao Qi <yao@codesourcery.com>
15540
15541 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15542 symbol off.
15543 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15544
15545 2014-08-22 Doug Evans <dje@google.com>
15546
15547 PR 17276
15548 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15549 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15550 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15551
15552 2014-08-22 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15555 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15556 * gdb.python/python.exp: Likewise. Use .py file on the host
15557 instead of the build.
15558
15559 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 * gdb.threads/gcore-stale-thread.c: New file.
15562 * gdb.threads/gcore-stale-thread.exp: New file.
15563
15564 2014-08-21 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15567 * gdb.base/gcore-relro-pie.exp: Likewise.
15568 * gdb.base/gcore-relro.exp: Likewise.
15569 * gdb.base/gcore.exp: Likewise.
15570 * gdb.base/print-symbol-loading.exp: Likewise.
15571 * gdb.threads/gcore-thread.exp: Likewise.
15572 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15573
15574 2014-08-20 Pedro Alves <palves@redhat.com>
15575 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15578 configure.
15579 (EXPECT): Handle READ1 being set.
15580 (all): Depend on EXTRA_RULES.
15581 (check-read1, expect-read1, read1.so, read1): New rules.
15582 * README (Testsuite Parameters): Document the READ1 make variable.
15583 (Race detection): New section.
15584 * configure: Regenerate.
15585 * configure.ac: If build==host==target, and running under a
15586 GNU/glibc system, add read1 to the extra Makefile rules.
15587 (EXTRA_RULES): AC_SUBST it.
15588 * lib/read1.c: New file.
15589
15590 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15593 the handling of variables declared as a typedef to an array
15594 which a DW_AT_data_location attribute.
15595
15596 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15597 Pedro Alves <palves@redhat.com>
15598
15599 PR symtab/14604
15600 PR symtab/14605
15601 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15602 gdb_test.
15603
15604 2014-08-19 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15607
15608 2014-08-19 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15611 right line.
15612
15613 2014-08-18 David Blaikie <dblaikie@gmail.com>
15614
15615 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15616
15617 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15618
15619 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15620 attribute in array range.
15621
15622 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15625
15626 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15627
15628 PR c++/17132
15629 * gdb.cp/pr17132.cc: New file.
15630 * gdb.cp/pr17132.exp: New file.
15631
15632 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15633
15634 * gdb.python/py-xmethods.py (A_getarrayind)
15635 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15636 Use 'print' with function call syntax.
15637 (E_method_matcher.match): Fix tab vs space indentation mixup.
15638
15639 2014-08-15 Yao Qi <yao@codesourcery.com>
15640
15641 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15642 false.
15643
15644 2014-08-15 Yao Qi <yao@codesourcery.com>
15645
15646 * gdb.cp/casts.exp: Set print symbol off.
15647 * gdb.cp/class2.exp: Likewise.
15648 * gdb.cp/overload.exp: Likewise.
15649 * gdb.cp/templates.exp: Likewise.
15650
15651 2014-08-11 Doug Evans <dje@google.com>
15652
15653 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15654 (test_load_shlib): Update.
15655
15656 2014-08-09 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.base/display.exp: Invoke is_address_zero_readable.
15659 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15660 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15661 * gdb.base/hbreak-unmapped.exp: Return if
15662 is_address_zero_readable returns true.
15663 * gdb.base/signest.exp: Likewise.
15664 * gdb.base/signull.exp: Likewise.
15665 * gdb.base/sigbpt.exp: Likewise.
15666 * gdb.guile/scm-disasm.exp: Do the test if
15667 is_address_zero_readable returns false.
15668 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15669 * gdb.python/py-arch.exp: Likewise.
15670 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15671 * lib/gdb.exp (is_address_zero_readable): New proc.
15672
15673 2014-08-09 Yao Qi <yao@codesourcery.com>
15674
15675 PR testsuite/13443
15676 * gdb.mi/mi-var-display.exp: Make test messages unique.
15677
15678 2014-08-04 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15681 target 0".
15682
15683 2014-08-04 Tom Tromey <tromey@redhat.com>
15684
15685 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15686 "target_resume".
15687
15688 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15689
15690 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15691 inner_vla_struct_object_size.
15692 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15693 as xfail.
15694
15695 2014-07-30 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15698 comment.
15699
15700 2014-07-29 Yao Qi <yao@codesourcery.com>
15701
15702 PR gdb/17206
15703 * gdb.base/until-nodebug.exp: New.
15704
15705 2014-07-28 Doug Evans <xdje42@gmail.com>
15706
15707 PR guile/17203
15708 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15709 previously existing parameter, and previously ambiguously spelled
15710 parameter.
15711
15712 2014-07-28 Will Newton <will.newton@linaro.org>
15713
15714 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15715
15716 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15717 Doug Evans <xdje42@gmail.com>
15718
15719 PR guile/17146
15720 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15721
15722 2014-07-25 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.threads/signal-command-handle-nopass.c: New file.
15725 * gdb.threads/signal-command-handle-nopass.exp: New file.
15726 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15727 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15728 * gdb.threads/signal-delivered-right-thread.c: New file.
15729 * gdb.threads/signal-delivered-right-thread.exp: New file.
15730
15731 2014-07-25 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.base/double-prompt-target-event-error.exp
15734 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15735 match.
15736 (cancel_pagination_in_target_event): Rework double prompt
15737 detection.
15738 * gdb.base/paginate-after-ctrl-c-running.exp
15739 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15740 <return>' match.
15741 * gdb.base/paginate-bg-execution.exp
15742 (test_bg_execution_pagination_return)
15743 (test_bg_execution_pagination_cancel): Remove '-notransfer
15744 <return>' matches.
15745 * gdb.base/paginate-execution-startup.exp
15746 (test_fg_execution_pagination_return)
15747 (test_fg_execution_pagination_cancel): Remove '-notransfer
15748 <return>' matches.
15749 * gdb.base/paginate-inferior-exit.exp
15750 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15751 match.
15752 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15753 * lib/gdb.exp (pagination_prompt): Run text through
15754 string_to_regexp.
15755 (gdb_test_multiple): Match $pagination_prompt instead of
15756 "<return>".
15757 (string_to_regexp): Move to lib/gdb-utils.exp.
15758
15759 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15760
15761 * gdb.arch/amd64-entry-value-paramref.S: New file.
15762 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15763 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15764 * gdb.arch/amd64-optimout-repeat.S: New file.
15765 * gdb.arch/amd64-optimout-repeat.c: New file.
15766 * gdb.arch/amd64-optimout-repeat.exp: New file.
15767
15768 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15769
15770 PR gdb/17170
15771 * gdb.base/statistics.exp: New file.
15772
15773 2014-07-17 Doug Evans <dje@google.com>
15774
15775 PR gdb/17170
15776 * gdb.base/maint.exp: Update testing of per-command stats.
15777
15778 2014-07-16 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15781 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15782 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15783 (tfile_write_buf): New functions.
15784 (add_memory_block): Rewrite using the above.
15785 (adjust_function_address): New function.
15786 (FUNCTION_ADDRESS): New macro.
15787 (write_basic_trace_file): Remove short_x local, and use
15788 tfile_write_16. Change type of func_addr local to unsigned long
15789 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15790 here. Cast argument of add_memory_block to char pointer.
15791 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15792 (main): Remove parameters.
15793 * gdb.trace/tfile.exp: Remove nowarnings.
15794
15795 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15796
15797 * gdb.base/debug-expr.exp: Test string evaluation with
15798 "debug expression" on.
15799
15800 2014-07-15 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/reread.exp: Use clean_restart.
15803
15804 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15805
15806 * gdb.arch/avr-flash-qualifer.c: New.
15807 * gdb.arch/avr-flash-qualifer.exp: New.
15808
15809 2014-07-14 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15812 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15813
15814 2014-07-14 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/double-prompt-target-event-error.c: New file.
15817 * gdb.base/double-prompt-target-event-error.exp: New file.
15818
15819 2014-07-14 Pedro Alves <palves@redhat.com>
15820
15821 PR gdb/17072
15822 * gdb.base/paginate-inferior-exit.c: New file.
15823 * gdb.base/paginate-inferior-exit.exp: New file.
15824
15825 2014-07-14 Pedro Alves <palves@redhat.com>
15826
15827 PR gdb/17072
15828 * gdb.base/paginate-bg-execution.c: New file.
15829 * gdb.base/paginate-bg-execution.exp: New file.
15830
15831 2014-07-14 Pedro Alves <palves@redhat.com>
15832
15833 PR gdb/17072
15834 * gdb.base/paginate-execution-startup.c: New file.
15835 * gdb.base/paginate-execution-startup.exp: New file.
15836 * lib/gdb.exp (pagination_prompt): New global.
15837 (default_gdb_spawn): New procedure, factored out from
15838 default_gdb_spawn.
15839 (default_gdb_start): Adjust to call default_gdb_spawn.
15840 (gdb_spawn): New procedure.
15841
15842 2014-07-14 Pedro Alves <palves@redhat.com>
15843
15844 * lib/gdb.exp (gdb_assert): New procedure.
15845 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15846
15847 2014-07-14 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/execution-termios.c: New file.
15850 * gdb.base/execution-termios.exp: New file.
15851
15852 2014-07-14 Tom Tromey <tromey@redhat.com>
15853
15854 * gdb.cp/vla-cxx.cc: New file.
15855 * gdb.cp/vla-cxx.exp: New file.
15856
15857 2014-07-14 Tom Tromey <tromey@redhat.com>
15858
15859 * gdb.reverse/rerun-prec.c: New file.
15860 * gdb.reverse/rerun-prec.exp: New file.
15861
15862 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15863 Maciej W. Rozycki <macro@codesourcery.com>
15864
15865 * lib/gdb-utils.exp: New file.
15866 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15867 inline `gdb_init_command' processing.
15868 (gdb_start_cmd): Likewise.
15869 * lib/mi-support.exp (mi_run_cmd): Likewise.
15870 * README: Document `gdb_init_command' and `gdb_init_commands'.
15871
15872 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15873
15874 Fix false FAIL running under a very long directory name.
15875 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15876 and "set print elements 10000". Twice.
15877
15878 2014-07-11 Yao Qi <yao@codesourcery.com>
15879
15880 * gdb.base/exprs.exp: "set print symbol off".
15881
15882 2014-07-11 Pedro Alves <palves@redhat.com>
15883
15884 * gdb.threads/kill.c: New file.
15885 * gdb.threads/kill.exp: New file.
15886
15887 2014-07-10 Yao Qi <yao@codesourcery.com>
15888
15889 * gdb.trace/tfile.c (write_basic_trace_file)
15890 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15891 address written to trace file.
15892
15893 2014-07-09 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.base/attach-wait-input.exp: New file.
15896 * gdb.base/attach-wait-input.c: New file.
15897
15898 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15899
15900 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15901 setting up test structures.
15902 (main): Call new test function.
15903 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15904 test function, continue into test function and walk test
15905 structures.
15906
15907 2014-07-02 Yao Qi <yao@codesourcery.com>
15908
15909 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15910 'bar_start' at the beginning of functions 'foo' and 'bar'
15911 respectively.
15912 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15913 instead of 'foo' and 'bar'.
15914
15915 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15916
15917 * gdb.btrace/segv.exp: New.
15918 * gdb.btrace/segv.c: New.
15919
15920 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15921
15922 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15923 instruction.
15924
15925 2014-06-30 Mark Wielaard <mjw@redhat.com>
15926
15927 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15928 vulture, vilify, villar): New volatile array constants.
15929 (vindictive, vegetation): New const volatile array constants.
15930 * gdb.base/volatile.exp: Test volatile and const volatile array
15931 types.
15932
15933 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15934
15935 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15936 target lacks support for awatch, rwatch, or hbreak.
15937
15938 2014-06-27 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.multi/dummy-frame-restore.exp: New.
15941 * gdb.multi/dummy-frame-restore.c: New.
15942
15943 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15944
15945 * gdb.btrace/gcore.exp: New.
15946
15947 2014-06-23 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.base/watchpoint-reuse-slot.c: New file.
15950 * gdb.base/watchpoint-reuse-slot.exp: New file.
15951
15952 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15953
15954 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15955 progspace's filename in 'info', 'enable' and 'disable' command
15956 tests.
15957
15958 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15959
15960 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15961 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15962 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15963
15964 2014-06-20 Gary Benson <gbenson@redhat.com>
15965
15966 * gdb.arch/i386-avx.exp: Fix include file location.
15967 * gdb.arch/i386-sse.exp: Likewise.
15968
15969 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15970
15971 * gdb.dlang/expression.exp: New file.
15972
15973 2014-06-19 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15976 out from ...
15977 (top level): ... here. Iterate running tests under different
15978 scheduler-locking settings.
15979
15980 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15981
15982 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15983 to DW_FORM_addr and use non-zero addresses.
15984
15985 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15986
15987 PR gdb/17017
15988 * gdb.python/py-xmethods.cc: Add global function call counters and
15989 increment them in their respective functions. Remove "cout"
15990 statements.
15991 * gdb.python/py-xmethods.exp: Make tests check the global function
15992 call counters instead of depending on inferior IO.
15993
15994 2014-06-18 Don Breazeal <donb@codesourcery.com>
15995
15996 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15997 Deleted procedure.
15998 (explicit_fork_parent_follow): Deleted procedure.
15999 (explicit_fork_child_follow): Deleted procedure.
16000 (test_follow_fork): New procedure.
16001 (do_fork_tests): Replace calls to deleted procedures with
16002 calls to test_follow_fork and reset GDB for subsequent
16003 procedure calls.
16004
16005 2014-06-17 Yao Qi <yao@codesourcery.com>
16006
16007 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16008 CP1252.
16009
16010 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16011
16012 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16013 Initialize ptr and S explicitly.
16014 (skip_type_update_when_not_use_rtti_test): Likewise.
16015
16016 2014-06-16 Keith Seitz <keiths@redhat.com>
16017
16018 PR mi/15863
16019 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16020 the inferior is started.
16021
16022 2014-06-16 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/break-main-file-remove-fail.c: New file.
16025 * gdb.base/break-main-file-remove-fail.exp: New file.
16026 * gdb.base/break-unload-file.exp: Use build_executable instead of
16027 prepare_for_testing.
16028 (test_break): New parameter "initial_load". Handle it.
16029 (top level): Add initial_load cmdline/file axis.
16030
16031 2014-06-12 Tom Tromey <tromey@redhat.com>
16032
16033 * gdb.base/completion.exp: Don't use directory name in test.
16034
16035 2014-06-09 Gary Benson <gbenson@redhat.com>
16036
16037 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16038 separate the always-available ANSI-standard signals from the
16039 signals that require checking.
16040 (main): Likewise.
16041 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16042 Likewise.
16043 (main): Likewise.
16044
16045 2014-06-07 Keith Seitz <keiths@redhat.com>
16046
16047 Revert:
16048 PR c++/16253
16049 * gdb.cp/var-tag.cc: New file.
16050 * gdb.cp/var-tag.exp: New file.
16051 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16052 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16053 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16054 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16055
16056 2014-06-06 Doug Evans <xdje42@gmail.com>
16057
16058 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16059
16060 2014-06-06 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16063 in target debug output instead of looking at RSP packets,
16064 disabling the test on any target that uses hardware stepping.
16065 Update comments.
16066
16067 2014-06-06 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.base/break-unload-file.exp: Fix typo.
16070
16071 2014-06-06 Yao Qi <yao@codesourcery.com>
16072
16073 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16074 from "jit_function" to "^jit_function".
16075
16076 2014-06-06 Yao Qi <yao@codesourcery.com>
16077
16078 * gdb.base/async.c (foo): Add one statement.
16079 * gdb.base/async.exp: Get the next instruction address and
16080 match the output of "nexti" by instruction address. Match
16081 the hex address in the output of "finish".
16082
16083 2014-06-06 Gary Benson <gbenson@redhat.com>
16084
16085 * gdb.base/call-signals.c: Remove preprocessor conditionals
16086 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16087 SIGSEGV and SIGTERM.
16088 * gdb.base/sigall.c: Likewise.
16089 * gdb.base/unwindonsignal.c: Likewise.
16090 * gdb.reverse/sigall-reverse.c: Likewise.
16091
16092 2014-06-06 Yao Qi <yao@codesourcery.com>
16093
16094 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16095 readable, skip the test.
16096
16097 2014-06-06 Yao Qi <yao@codesourcery.com>
16098
16099 * gdb.threads/staticthreads.c (thread_function): Move the line
16100 setting breakpoint on forward.
16101 * gdb.threads/staticthreads.exp: Update comments.
16102
16103 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16104
16105 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16106 "history-append! type error".
16107
16108 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16109
16110 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16111 erroneous dprintf expected input.
16112
16113 2014-06-04 Doug Evans <xdje42@gmail.com>
16114
16115 * gdb.guile/scm-generics.exp: Delete.
16116
16117 2014-06-04 Doug Evans <xdje42@gmail.com>
16118
16119 * gdb.guile/scm-breakpoint.exp: Update.
16120 Add tests for breakpoint registration.
16121
16122 2014-06-04 Tom Tromey <tromey@redhat.com>
16123
16124 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16125 VLA-in-union.
16126 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16127 inner_vla_struct, vla_union types. Initialize objects of those
16128 types and compute their sizes.
16129
16130 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16131 Hui Zhu <hui@codesourcery.com>
16132
16133 * gdb.base/fileio.exp: Add test for shell not available as well as
16134 available.
16135 * gdb.base/fileio.c (test_system): Check for shell twice.
16136
16137 2014-06-04 Yao Qi <yao@codesourcery.com>
16138
16139 * gdb.base/auto-connect-native-target.exp: Remove redundant
16140 space from the regexp pattern.
16141
16142 2014-06-04 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.base/default.exp: Replace "child" with "native" in
16145 regexp pattern.
16146
16147 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16148
16149 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16150 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16151 * gdb.python/py-xmethods.py: Python script supporting the
16152 new testcase and tests.
16153
16154 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16155 Pedro Alves <palves@redhat.com>
16156
16157 PR breakpoints/17000
16158 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16159 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16160
16161 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16162
16163 * gdb.base/subst.exp: Add tests to verify partial path matching
16164 output.
16165
16166 2014-06-03 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16169 target that doesn't use software single-stepping.
16170
16171 2014-06-03 Pedro Alves <palves@redhat.com>
16172
16173 PR breakpoints/17000
16174 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16175 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16176
16177 2014-06-02 Doug Evans <xdje42@gmail.com>
16178
16179 * gdb.guile/scm-parameter.exp: New file.
16180
16181 2014-06-02 Doug Evans <xdje42@gmail.com>
16182
16183 * gdb.guile/scm-cmd.c: New file.
16184 * gdb.guile/scm-cmd.exp: New file.
16185
16186 2014-06-02 Doug Evans <xdje42@gmail.com>
16187
16188 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16189 pretty-printer lookup.
16190 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16191 (make-pp_s-printer): Call it.
16192 (make-pretty-printer-from-dict): New function.
16193 (lookup-pretty-printer-maker-from-dict): New function.
16194 (*pretty-printer*): Simplify.
16195 (make-objfile-pp_s-printer): New function.
16196 (install-objfile-pretty-printers!): New function.
16197 (make-progspace-pp_s-printer): New function.
16198 (install-progspace-pretty-printers!): New function.
16199 * gdb.guile/scm-progspace.c: New file.
16200 * gdb.guile/scm-progspace.exp: New file.
16201
16202 2014-06-02 Pedro Alves <palves@redhat.com>
16203
16204 * gdb.base/dprintf-bp-same-addr.c: New file.
16205 * gdb.base/dprintf-bp-same-addr.exp: New file.
16206
16207 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16208
16209 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16210 * gdb.arch/powerpc-power.s: Likewise.
16211
16212 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16215
16216 2014-06-01 Yao Qi <yao@codesourcery.com>
16217
16218 * gdb.base/watchpoint.exp (test_watch_location): Check null
16219 pointer can be dereferenced. If not, do the test, otherwise
16220 skip it.
16221
16222 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16223
16224 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16225 results.
16226 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16227
16228 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16229
16230 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16231 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16232 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16233 * gdb.arch/amd64-invalid-stack-top.c: New file.
16234 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16235
16236 2014-05-30 Pedro Alves <palves@redhat.com>
16237
16238 PR breakpoints/17000
16239 * gdb.base/sss-bp-on-user-bp.c: New file.
16240 * gdb.base/sss-bp-on-user-bp.exp: New file.
16241
16242 2014-05-30 David Blaikie <dblaikie@gmail.com>
16243
16244 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16245 gnu_inline semantics via attribute.
16246 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16247 source explicitly specifies the required semantics.
16248
16249 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16250
16251 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16252
16253 2014-05-29 Pedro Alves <palves@redhat.com>
16254 Tom Tromey <tromey@redhat.com>
16255
16256 * gdb.base/async-shell.exp: Don't enable target-async.
16257 * gdb.base/async.exp
16258 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16259 parameter. Adjust.
16260 (top level): Don't test with "target-async".
16261 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16262 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16263 * gdb.base/inferior-died.exp: Don't enable target-async.
16264 * gdb.base/interrupt-noterm.exp: Likewise.
16265 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16266 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16267 * gdb.mi/mi-nonstop.exp: Likewise.
16268 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16269 * gdb.mi/mi-nsintrall.exp: Likewise.
16270 * gdb.mi/mi-nsmoribund.exp: Likewise.
16271 * gdb.mi/mi-nsthrexec.exp: Likewise.
16272 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16273 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16274 * gdb.python/py-evsignal.exp: Don't enable target-async.
16275 * gdb.python/py-evthreads.exp: Likewise.
16276 * gdb.python/py-prompt.exp: Likewise.
16277 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16278 * gdb.server/solib-list.exp: Don't enable target-async.
16279 * gdb.threads/thread-specific-bp.exp: Likewise.
16280 * lib/mi-support.exp: Adjust to use mi-async.
16281
16282 2014-05-29 Pedro Alves <palves@redhat.com>
16283
16284 PR gdb/13860
16285 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16286 reason, even in sync mode.
16287
16288 2014-05-29 Pedro Alves <palves@redhat.com>
16289 Hui Zhu <hui@codesourcery.com>
16290
16291 PR PR15693
16292 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16293 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16294 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16295 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16296
16297 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16298
16299 * config/monitor.exp (gdb_target_monitor): Replace use of
16300 "set remotebaud" by "set serial baud".
16301
16302 2014-05-26 Andy Wingo <wingo@igalia.com>
16303
16304 * gdb.guile/scm-breakpoint.exp:
16305 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16306 properties instead of gdb-object-properties.
16307
16308 2014-05-26 Yao Qi <yao@codesourcery.com>
16309
16310 * gdb.server/no-thread-db.exp: Specify source file name
16311 explicitly when setting a breakpoint.
16312
16313 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16314
16315 * gdb.btrace/vdso.c: New.
16316 * gdb.btrace/vdso.exp: New.
16317
16318 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16319
16320 * gdb.base/gcore.exp (capture_command_output): Move ...
16321 * lib/gdb.exp (capture_command_output): ... here.
16322
16323 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16324
16325 * gdb.btrace/data.exp: Test memory access during btrace replay.
16326
16327 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16330
16331 2014-05-21 Pedro Alves <palves@redhat.com>
16332
16333 PR gdb/13860
16334 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16335 (top level): Test that output related to execution commands is
16336 sent to the console with CLI commands, but not with MI commands.
16337 Test that breakpoint events are always mirrored to the console.
16338 Also expect the new source line to be output after a "next" in
16339 async mode too. Make it a pass/fail test.
16340 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16341 output.
16342 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16343
16344 2014-05-21 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16347 Use them to test variations of "list" after reaching a breakpoint.
16348 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16349 Test "list" with listsize 10 after reaching a breakpoint.
16350 * gdb.python/python.exp (decode_line current location line
16351 number): Adjust expected line number.
16352
16353 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16354
16355 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16356 behavior for $args, pass it directly to "run".
16357
16358 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16359
16360 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16361 30000 to 65536.
16362
16363 2014-05-21 Pedro Alves <palves@redhat.com>
16364
16365 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16366 auto-connect-native-target off".
16367 * gdb.base/auto-connect-native-target.c: New file.
16368 * gdb.base/auto-connect-native-target.exp: New file.
16369
16370 2014-05-21 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/default.exp: Test "target native" instead of "target
16373 child".
16374
16375 2014-05-21 Mark Wielaard <mjw@redhat.com>
16376
16377 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16378
16379 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16380
16381 Fix TLS access for -static -pthread.
16382 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16383 <HAVE_TLS> (thread_function, main): Initialize it.
16384 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16385 Add clean_restart.
16386 <$have_tls != "">: Check TLSVAR.
16387
16388 2014-05-21 Pedro Alves <palves@redhat.com>
16389
16390 * gdb.base/dcache-line-read-error.c: New.
16391 * gdb.base/dcache-line-read-error.exp: New.
16392
16393 2014-05-20 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/compare-sections.c: New file.
16396 * gdb.base/compare-sections.exp: New file.
16397
16398 2014-05-20 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.base/break-idempotent.c: New file.
16401 * gdb.base/break-idempotent.exp: New file.
16402
16403 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16404
16405 * gdb.btrace/nohist.exp: New.
16406
16407 2014-05-20 Yao Qi <yao@codesourcery.com>
16408
16409 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16410 gdb.reverse directory and gdb_reverse_timeout exists in board
16411 setting.
16412 * README: Document gdb_reverse_timeout.
16413
16414 2014-05-20 Yao Qi <yao@codesourcery.com>
16415
16416 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16417 'test_file_name'. Treat args as a string instead of a list.
16418 (gdb_init): Rename argument 'args' by 'test_file_name'.
16419
16420 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16421
16422 * gdb.arch/powerpc-power.exp: New file.
16423 * gdb.arch/powerpc-power.s: New file.
16424
16425 2014-05-16 Doug Evans <dje@google.com>
16426
16427 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16428 * gdb.base/completion.exp: Check that all expected files exist
16429 before doing file completion.
16430
16431 2014-05-16 Doug Evans <dje@google.com>
16432
16433 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16434 Update.
16435 (do_syscall_tests_without_xml): Update.
16436
16437 2014-05-16 Pedro Alves <palves@redhat.com>
16438
16439 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16440 instead of "unknown output after running".
16441
16442 2014-05-16 Yao Qi <yao@codesourcery.com>
16443
16444 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16445 file1.txt from host at the end.
16446 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16447
16448 2014-05-15 Doug Evans <dje@google.com>
16449
16450 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16451 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16452 loading file. Add test for TU lookup.
16453
16454 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16455
16456 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16457 calling "-exec-arguments" or "set args" before running the
16458 inferior.
16459
16460 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16461
16462 * lib/mi-support.exp (mi_expect_stop): Expect message for
16463 inferiors that exit with non-zero exit code.
16464
16465 2014-05-14 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16468 match absolute path on remote host.
16469 (test_file_list_exec_source_files): Remove "/" from the
16470 pattern.
16471
16472 2014-05-14 Yao Qi <yao@codesourcery.com>
16473
16474 * boards/local-remote-host-notty.exp (${board}_file): New
16475 proc.
16476
16477 2014-05-07 Kyle McMartin <kyle@redhat.com>
16478
16479 Pushed by Joel Brobecker <brobecker@adacore.com>.
16480 * gdb.arch/aarch64-atomic-inst.c: New file.
16481 * gdb.arch/aarch64-atomic-inst.exp: New file.
16482
16483 2014-05-07 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16486 in current context" too.
16487
16488 2014-05-05 Keith Seitz <keiths@redhat.com>
16489
16490 * gdb.linespec/ls-dollar.exp: Add test for linespec
16491 file:convenience_variable.
16492
16493 2014-05-05 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16496 traceframes into tfile and ctf trace files. Read data from
16497 trace file and test collected data.
16498 (gdb_collect_locals_test): Likewise.
16499 (gdb_unavailable_registers_test): Likewise.
16500 (gdb_unavailable_floats): Likewise.
16501 (gdb_collect_globals_test): Likewise.
16502 (top-level): Append "ctf" to trace_file_targets if GDB
16503 supports.
16504
16505 2014-05-05 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16508 code to ...
16509 (gdb_collect_args_test_1): ... it. New proc.
16510 (gdb_collect_locals_test): Move some code to ...
16511 (gdb_collect_locals_test_1): ... it. New proc.
16512 (gdb_unavailable_registers_test): Move some code to ...
16513 (gdb_unavailable_registers_test_1): ... it. New proc.
16514 (gdb_unavailable_floats): Move some code to ...
16515 (gdb_unavailable_floats_1): ... it. New proc.
16516
16517 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16518
16519 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16520 probes to test for bitness recognition.
16521 * gdb.arch/amd64-stap-optional-prefix.exp
16522 (test_probe_value_without_reg): New procedure.
16523 Add code to test for different kinds of bitness.
16524
16525 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16526
16527 PR breakpoints/16889
16528 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16529 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16530
16531 2014-05-01 Pedro Alves <palves@redhat.com>
16532
16533 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16534 gdb_file_cmd if no file is specified.
16535 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16536 last_loaded_file to set the remote exec-file.
16537
16538 2014-05-01 Pedro Alves <palves@redhat.com>
16539
16540 * boards/local-remote-host.exp: New file.
16541
16542 2014-05-01 Pedro Alves <palves@redhat.com>
16543
16544 * boards/local-remote-host.exp: Rename to ...
16545 * boards/local-remote-host-notty.exp: ... this.
16546
16547 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.ada/dyn_arrayidx: New testcase.
16550
16551 2014-04-26 Yao Qi <yao@codesourcery.com>
16552
16553 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16554 and compute the length of function main. Save it in
16555 $main_length.
16556 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16557 (top-level): Use gdb_compile to compile objects into
16558 executable and restart GDB. Remove invocation to
16559 prepare_for_testing.
16560
16561 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16562 Pedro Alves <palves@redhat.com>
16563
16564 PR server/16255
16565 * gdb.multi/multi-attach.c: New file.
16566 * gdb.multi/multi-attach.exp: New file.
16567
16568 2014-04-25 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16571 user.
16572 (top level): Test that "set remote conditional-breakpoints-packet
16573 off" works as intended.
16574 * gdb.base/dprintf.exp: Test that "set remote
16575 breakpoint-commands-packet off" works as intended.
16576 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16577 New function.
16578 (top level): Call it.
16579 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16580 remote fast-tracepoints-packet off" works as intended.
16581 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16582 * lib/gdb.exp (gdb_is_target_remote): ... here.
16583
16584 2014-04-24 David Blaikie <dblaikie@gmail.com>
16585
16586 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16587 ensure clang would not discard them.
16588 * gdb.base/gdbvars.c: Ditto.
16589 * gdb.base/memattr.c: Ditto.
16590 * gdb.base/whatis.c: Ditto.
16591 * gdb.python/py-prettyprint.c: Ditto.
16592 * gdb.trace/actions.c: Ditto.
16593 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16594 ensure clang would not discard it.
16595
16596 2014-04-24 David Blaikie <dblaikie@gmail.com>
16597
16598 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16599 clang to emit the full definition of type required by the test
16600 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16601
16602 2014-04-24 David Blaikie <dblaikie@gmail.com>
16603
16604 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16605 coax Clang into emitting the definition of the type.
16606 * gdb.cp/pr10728-x.h (y): Ditto.
16607 * gdb.cp/pr10728-y.cc (y): Ditto.
16608
16609 2014-04-24 David Blaikie <dblaikie@gmail.com>
16610
16611 * gdb.base/label.exp: XFAIL label related tests under Clang.
16612 * gdb.cp/cplabel.exp: Ditto.
16613 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16614 under Clang those using labels.
16615
16616 2014-04-25 Yao Qi <yao@codesourcery.com>
16617
16618 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16619 double_label.
16620 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16621 partial_label and double_label.
16622
16623 2014-04-24 David Blaikie <dblaikie@gmail.com>
16624
16625 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16626
16627 2014-04-24 David Blaikie <dblaikie@gmail.com>
16628
16629 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16630 of the function to work across GCC and Clang.
16631 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16632 pointer types (const void ** const V void **).
16633
16634 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16635 Walfred Tedeschi <walfred.tedeschi@intel.com>
16636
16637 * Makefile.in (EXECUTABLES): Added i386-avx512.
16638 * gdb.arch/i386-avx512.c: New file.
16639 * gdb.arch/i386-avx512.exp: Likewise.
16640
16641 2014-04-23 Keith Seitz <keiths@redhat.com>
16642
16643 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16644 (mi_make_breakpoint_table): New procedure.
16645 (mi_create_breakpoint): Use mi_make_breakpoint
16646 and return the result.
16647 (mi_make_breakpoint): New procedure.
16648 (mi_build_kv_pairs): New procedure.
16649
16650 * gdb.mi/mi-break.exp: Remove unused globals,
16651 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16652 All callers updated.
16653 * gdb.mi/mi-dprintf.exp: Use variable to track command
16654 number.
16655 Update all callers of mi_create_breakpoint and use
16656 mi_make_breakpoint_table.
16657 Remove any unused global variables.
16658 * gdb.mi/mi-nonstop.exp: Likewise.
16659 * gdb.mi/mi-nsintrall.exp: Likewise.
16660 * gdb.mi/mi-nsmoribund.exp: Likewise.
16661 * gdb.mi/mi-nsthrexec.exp: Likewise.
16662 * gdb.mi/mi-reverse.exp: Likewise.
16663 * gdb.mi/mi-simplerun.exp: Likewise.
16664 * gdb.mi/mi-stepn.exp: Likewise.
16665 * gdb.mi/mi-syn-frame.exp: Likewise.
16666 * gdb.mi/mi-until.exp: Likewise.
16667 * gdb.mi/mi-var-cp.exp: Likewise.
16668 * gdb.mi/mi-var-display.exp: Likewise.
16669 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16670 * gdb.mi/mi2-var-child.exp: Likewise.
16671 * gdb.mi/mi-vla-c99.exp: Likewise.
16672 * lib/mi-support.exp: Likewise.
16673
16674 From Ian Lance Taylor <iant@cygnus.com>:
16675 * lib/gdb.exp (parse_args): New procedure.
16676
16677 2014-04-23 Pedro Alves <palves@redhat.com>
16678
16679 * gdb.base/break-unload-file.c: New file.
16680 * gdb.base/break-unload-file.exp: New file.
16681 * gdb.base/sym-file-lib.c (baz): New function.
16682 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16683 field.
16684 (load): Store the segment's mapped size.
16685 (unload): New function.
16686 (unload_shlib): New function.
16687 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16688 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16689 set a breakpoint at baz, and call it.
16690 * gdb.base/sym-file.exp: New tests for stale breakpoint
16691 instructions.
16692
16693 2014-04-23 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16696 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16697 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16698 * gdb.base/hbreak-unmapped.c: New file.
16699 * gdb.base/hbreak-unmapped.exp: New file.
16700 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16701 * lib/gdb.exp (gdb_is_target_remote): ... here.
16702
16703 2014-04-22 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/consecutive-step-over.c: New file.
16706 * gdb.base/consecutive-step-over.exp: New file.
16707
16708 2014-04-22 Pedro Alves <palves@redhat.com>
16709
16710 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16711 instead of send_gdb/gdb_expect.
16712
16713 2014-04-22 Yao Qi <yao@codesourcery.com>
16714
16715 * lib/trace-support.exp (generate_tracefile): New procedure.
16716 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16717 return 0.
16718 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16719 if generate_tracefile returns 1.
16720
16721 2014-04-18 Tom Tromey <palves@redhat.com>
16722 Pedro alves <tromey@redhat.com>
16723
16724 PR backtrace/15558
16725 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16726 with a backtrace limit.
16727 * gdb.python/py-frame-inline.exp: Test running to an inline
16728 function with a backtrace limit, and printing the newest frame.
16729 * gdb.python/py-frame-inline.c (main): Call f.
16730
16731 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16732
16733 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16734
16735 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16736
16737 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16738 Drop prefix from unsupported source file path.
16739
16740 2014-04-17 Yao Qi <yao@codesourcery.com>
16741
16742 * lib/gdb.exp (with_target_charset): New proc.
16743 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16744 with_target_charset.
16745 (test_print_strings): Likewise.
16746 (test_repeat_bytes): Likewise.
16747 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16748 for some tests.
16749
16750 2014-04-16 Keith Seitz <keiths@redhat.com>
16751
16752 PR gdb/15827
16753 * gdb.dwarf2/corrupt.c: New file.
16754 * gdb.dwarf2/corrupt.exp: New file.
16755
16756 2014-04-16 Keith Seitz <keiths@redhat.com>
16757
16758 PR c++/16597
16759 * gdb.cp/namelessclass.cc: New file.
16760 * gdb.cp/namelessclass.exp: New file.
16761 * gdb.cp/namelessclass.S: New file.
16762
16763 2014-04-16 Doug Evans <dje@google.com>
16764
16765 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16766 Add comment.
16767 (gdbserver_default_get_comm_port): New function.
16768 (gdbserver_start): Check if board file provided
16769 "gdbserver,get_comm_port" and use it if so.
16770 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16771 (gdb,socketport): Set to "stdio".
16772 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16773 (stdio_gdbserver_template): Delete.
16774 (${board}_get_remote_address): Update.
16775 (${board}_build_remote_cmd): Delete.
16776 (${board}_get_comm_port): New function.
16777 (${board}_spawn): Update.
16778 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16779 Delete.
16780 (${board}_get_remote_address): Update.
16781 (${board}_get_comm_port): New function.
16782
16783 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16784
16785 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16786 appearing in any order.
16787
16788 2014-04-15 Doug Evans <dje@google.com>
16789
16790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16791 uninitialized value of "description".
16792
16793 2014-04-15 Keith Seitz <keiths@redhat.com>
16794
16795 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16796 Remove unused globals.
16797 (test_running_the_program): Likewise.
16798 (test_controlled_execution): Likewise.
16799 (test_controlling_breakpoints): Likewise.
16800 (test_program_termination): Likewise.
16801
16802 2014-04-15 Keith Seitz <keiths@redhat.com>
16803
16804 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16805 unused globals.
16806 (test_rbreak_creation_and_listing): Likewise.
16807 (test_ignore_count): Likewise.
16808 (test_error): Likewise.
16809
16810 2014-04-15 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16813 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16814 sym-file-loader.c.
16815 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16816 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16817 to sym-file-loader.c.
16818 (struct library): Forward declare.
16819 (load_shlib, lookup_function): Change prototypes.
16820 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16821 (translate_offset): Remove declarations.
16822 (get_text_addr): New declaration.
16823 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16824 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16825 sym-file-loader.h.
16826 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16827 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16828 here from sym-file-loader.h.
16829 (struct library): New structure.
16830 (load_shlib, lookup_function): Change prototypes and adjust to
16831 work with a struct library.
16832 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16833 (translate_offset): Make static.
16834 (get_text_addr): New function.
16835 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16836
16837 2014-04-15 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16840
16841 2014-04-15 Pedro Alves <palves@redhat.com>
16842
16843 * gdb.base/sym-file-loader.c: Include <limits.h>.
16844 (SELF_LINK): New define.
16845 (get_origin): New function.
16846 (load_shlib): Use it.
16847 * gdb.base/sym-file.exp: Don't early return if the target is
16848 remote. Use runto_main, and issue fail is that fails. Use
16849 gdb_load_shlibs.
16850 (shlib_name): Delete.
16851 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16852
16853 2014-04-15 Pedro Alves <palves@redhat.com>
16854
16855 * gdb.base/sym-file.exp: Remove regex characters from test
16856 message. Don't refer to breakpoint numbers in test messages.
16857
16858 2014-04-14 Keith Seitz <keiths@redhat.com>
16859
16860 PR c++/16253
16861 * gdb.cp/var-tag.cc: New file.
16862 * gdb.cp/var-tag.exp: New file.
16863 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16864 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16865 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16866 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16867
16868 2014-04-14 Tom Tromey <tromey@redhat.com>
16869
16870 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16871 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16872 type.
16873 * gdb.cp/enum-class.exp: New file.
16874 * gdb.cp/enum-class.cc: New file.
16875
16876 2014-04-14 Tom Tromey <tromey@redhat.com>
16877
16878 * gdb.dwarf2/enum-type.exp: New file.
16879
16880 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16881
16882 * gdb.mi/mi-vla-c99.exp: New file.
16883 * gdb.mi/vla.c: New file.
16884
16885 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16886
16887 * gdb.base/vla-datatypes.c: New file.
16888 * gdb.base/vla-datatypes.exp: New file.
16889
16890 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16891
16892 * gdb.base/vla-ptr.c: New file.
16893 * gdb.base/vla-ptr.exp: New file.
16894
16895 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16896
16897 * gdb.dwarf2/count.exp: New file.
16898
16899 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16900
16901 * gdb.base/vla-sideeffect.c: New file.
16902 * gdb.base/vla-sideeffect.exp: New file.
16903
16904 2014-04-14 David Blaikie <dblaikie@gmail.com>
16905
16906 * gdb.mi/non-stop.c: Add return value for non-void function return
16907 statement.
16908 * gdb.threads/staticthreads.c: Ditto.
16909
16910 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16911 Doug Evans <xdje42@gmail.com>
16912
16913 * gdb.guile/scm-value.c: Improve test case.
16914 * gdb.guile/scm-value.exp: Add new test.
16915
16916 2014-04-11 David Blaikie <dblaikie@gmail.com>
16917
16918 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16919 override Clang's default.
16920
16921 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16922
16923 Revert the following changes (regressions):
16924
16925 * gdb.base/vla-sideeffect.c: New file.
16926 * gdb.base/vla-sideeffect.exp: New file.
16927
16928 * gdb.dwarf2/count.exp: New file.
16929
16930 * gdb.base/vla-multi.c: New file.
16931 * gdb.base/vla-multi.exp: New file.
16932
16933 * gdb.base/vla-ptr.c: New file.
16934 * gdb.base/vla-ptr.exp: New file.
16935
16936 * gdb.base/vla-datatypes.c: New file.
16937 * gdb.base/vla-datatypes.exp: New file.
16938
16939 * gdb.mi/mi-vla-c99.exp: New file.
16940 * gdb.mi/vla.c: New file.
16941
16942 2014-04-11 Keith Seitz <keiths@redhat.com>
16943
16944 PR c++/16675
16945 * gdb.cp/cpsizeof.exp: New file.
16946 * gdb.cp/cpsizeof.cc: New file.
16947
16948 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16949
16950 * gdb.mi/mi-vla-c99.exp: New file.
16951 * gdb.mi/vla.c: New file.
16952
16953 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16954
16955 * gdb.base/vla-datatypes.c: New file.
16956 * gdb.base/vla-datatypes.exp: New file.
16957
16958 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16959
16960 * gdb.base/vla-ptr.c: New file.
16961 * gdb.base/vla-ptr.exp: New file.
16962
16963 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16964
16965 * gdb.base/vla-multi.c: New file.
16966 * gdb.base/vla-multi.exp: New file.
16967
16968 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16969
16970 * gdb.dwarf2/count.exp: New file.
16971
16972 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16973
16974 * gdb.base/vla-sideeffect.c: New file.
16975 * gdb.base/vla-sideeffect.exp: New file.
16976
16977 2014-04-11 Yao Qi <yao@codesourcery.com>
16978
16979 * gdb.base/completion.exp: Check file exists before running tests
16980 on file completion.
16981
16982 2014-04-10 Pedro Alves <palves@redhat.com>
16983
16984 * gdb.base/cond-eval-mode.c: New file.
16985 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16986 prepare_for_testing to build the new file. Check result of
16987 runto_main.
16988 (test_break, test_watch): New procedures.
16989 (top level): Use them.
16990
16991 2014-04-08 Pierre Muller <muller@sourceware.org>
16992
16993 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16994 Ctrl-V use for mingw hosts.
16995
16996 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16997
16998 * gdb.python/py-value.c: Improve test case.
16999 * gdb.python/py-value.exp: Add new test.
17000
17001 2014-04-07 David Blaikie <dblaikie@gmail.com>
17002
17003 * lib/compiler.c: Identify the clang compiler.
17004 * lib/compiler.cc: Ditto.
17005
17006 2014-04-03 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17009
17010 2014-04-01 Anton Blanchard <anton@samba.org>
17011
17012 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17013 messages unique.
17014
17015 2014-04-01 Anton Blanchard <anton@samba.org>
17016
17017 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17018 prepare_for_testing.
17019
17020 2014-04-01 Anton Blanchard <anton@samba.org>
17021
17022 * gdb.arch/ppc64-atomic-inst.c: Remove.
17023 * gdb.arch/ppc64-atomic-inst.S: New file.
17024 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17025
17026 2014-03-31 Doug Evans <dje@google.com>
17027
17028 * gdb.base/print-symbol-loading-lib.c: New file.
17029 * gdb.base/print-symbol-loading-main.c: New file.
17030 * gdb.base/print-symbol-loading.exp: New file.
17031
17032 2014-03-31 Yao Qi <yao@codesourcery.com>
17033
17034 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17035
17036 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17037
17038 * gdb.ada/mi_dyn_arr: New testcase.
17039
17040 2014-03-27 Doug Evans <dje@google.com>
17041
17042 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17043
17044 2014-03-27 Yao Qi <yao@codesourcery.com>
17045
17046 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17047 if target is nios2-*-*.
17048
17049 2014-03-26 Yao Qi <yao@codesourcery.com>
17050
17051 * lib/gdb.exp (readline_is_used): New proc.
17052 * gdb.base/completion.exp: Move tests on command complete up.
17053 Skip the rest of tests if readline is not used.
17054 * gdb.ada/complete.exp: Skp the test if readline is not
17055 used.
17056 * gdb.base/filesym.exp: Likewise.
17057 * gdb.base/macscp.exp: Likewise.
17058 * gdb.base/readline-ask.exp: Likewise.
17059 * gdb.base/readline.exp: Likewise.
17060 * gdb.python/py-cmd.exp: Likewise.
17061 * gdb.trace/tfile.exp: Likewise.
17062
17063 2014-03-26 Yao Qi <yao@codesourcery.com>
17064
17065 * gdb.base/macscp.exp: Fix code format issues.
17066
17067 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17068
17069 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17070 * gdb.asm/powerpc64le.inc: New file.
17071
17072 2014-03-25 Pedro Alves <palves@redhat.com>
17073 Doug Evans <dje@google.com>
17074
17075 * gdb.base/source-execution.c: New file.
17076 * gdb.base/source-execution.exp: New file.
17077 * gdb.base/source-execution.gdb: New file.
17078
17079 2014-03-24 Doug Evans <dje@google.com>
17080
17081 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17082 using fission.
17083
17084 2014-03-24 Hui Zhu <hui@codesourcery.com>
17085 Pedro Alves <palves@redhat.com>
17086
17087 PR breakpoints/16101
17088 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17089 test pass/fail messages. Detect missing support for dprintf when
17090 breakpoints are actually inserted.
17091 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17092 breakpoints are actually inserted.
17093 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17094 fails.
17095
17096 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17097
17098 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17099
17100 2014-03-22 Doug Evans <xdje42@gmail.com>
17101
17102 * gdb.python/python.exp (python not supported): Verify multi-line
17103 python command issues an error.
17104 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17105 guile command issues an error.
17106
17107 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17108
17109 * gdb.threads/thread-specific.exp: Handle the lack of usable
17110 $this_breakpoint and $this_thread.
17111
17112 2014-03-21 Hui Zhu <hui@codesourcery.com>
17113
17114 * gdb.base/attach.exp (do_command_attach_tests): New.
17115
17116 2014-03-20 Tom Tromey <tromey@redhat.com>
17117 Pedro Alves <palves@redhat.com>
17118
17119 PR cli/15718
17120 * gdb.base/condbreak-call-false.c: New file.
17121 * gdb.base/condbreak-call-false.exp: New file.
17122
17123 2014-03-20 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17126 Delete.
17127 (block_signals, unblock_signals): Delete.
17128 (child_function_2, main): Remove references to deleted variable
17129 and functions.
17130
17131 2014-03-20 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17134 Use pthread_kill to signal thread 2.
17135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17136 Adjust to make the test send itself a signal rather than using the
17137 host's "kill" command.
17138
17139 2014-03-20 Pedro Alves <palves@redhat.com>
17140
17141 * gdb.threads/multiple-step-overs.c: New file.
17142 * gdb.threads/multiple-step-overs.exp: New file.
17143 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17144 Adjust expected infrun debug output.
17145
17146 2014-03-20 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17149 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17150
17151 2014-03-20 Pedro Alves <palves@redhat.com>
17152
17153 PR breakpoints/7143
17154 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17155 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17156 of gdb_test_multiple.
17157 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17158 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17159
17160 2014-03-20 Pedro Alves <palves@redhat.com>
17161
17162 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17163 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17164
17165 2014-03-19 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/async.exp: Remove early return.
17168
17169 2014-03-19 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17172
17173 2014-03-19 Pedro Alves <palves@redhat.com>
17174
17175 * gdb.base/async.exp (test_background): Expect \r\n after
17176 "completed." in the fail pattern.
17177
17178 2014-03-19 Pedro Alves <palves@redhat.com>
17179
17180 * gdb.base/async.exp (test_background): New procedure.
17181 Use it for all background execution command tests.
17182
17183 2014-03-19 Pedro Alves <palves@redhat.com>
17184
17185 * gdb.base/async.exp: Use prepare_for_testing.
17186
17187 2014-03-19 Pedro Alves <palves@redhat.com>
17188
17189 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17190 the same line.
17191
17192 2014-03-19 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/async.c (main): Add "jump here" and "until here" line
17195 marker comments.
17196 * gdb.base/async.exp (jump_here): New global.
17197 (jump& test): Use it.
17198 (until_here): New global.
17199 (until& test): Use it.
17200
17201 2014-03-19 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.base/async.exp: Don't frob gdb_protocol.
17204
17205 2014-03-18 Doug Evans <xdje42@gmail.com>
17206
17207 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17208 Fix spelling of exec-done-display.
17209
17210 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17211
17212 PR gdb/15358
17213 * gdb.base/gdb-sigterm.c: New file.
17214 * gdb.base/gdb-sigterm.exp: New file.
17215
17216 2014-03-18 Pedro Alves <palves@redhat.com>
17217
17218 PR gdb/13860
17219 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17220 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17221 solib-event.
17222
17223 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.ada/pckd_arr_ren: New testcase.
17226
17227 2014-03-13 Doug Evans <xdje42@gmail.com>
17228
17229 PR guile/16612
17230 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17231 collect after discarding symbols.
17232
17233 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17234 Doug Evans <xdje42@gmail.com>
17235
17236 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17237 to history survives a gc.
17238
17239 2014-03-13 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/default.exp: Don't test "target procfs".
17242
17243 2014-03-13 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.base/default.exp: Update "target child" and "target procfs"
17246 tests to not expect "Unix".
17247
17248 2014-03-12 Tom Tromey <tromey@redhat.com>
17249
17250 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17251 New procs. Add target-async tests.
17252 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17253 Add target-async tests.
17254
17255 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17258 'func_start' and 'func_end' for the beginning and end of the
17259 function code, respectively.
17260 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17261 'func_end' instead of 'func' and 'main'.
17262
17263 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17264
17265 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17266 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17267 generate the debug info assembler source.
17268
17269 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17270
17271 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17272 * gdb.dwarf2/arr-subrange.exp: Likewise.
17273 * gdb.dwarf2/dwz.exp: Likewise.
17274 * gdb.dwarf2/method-ptr.exp: Likewise.
17275 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17276 * gdb.dwarf2/subrange.exp: Likewise.
17277 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17278 * gdb.dwarf2/implptrpiece.exp: Likewise.
17279 * gdb.dwarf2/nostaticblock.exp: Likewise.
17280
17281 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17282
17283 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17284 directory to absolute path name arguments.
17285
17286 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17287
17288 * gdb.ada/tagged_access: New testcase.
17289
17290 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17291
17292 * gdb.btrace/data.exp: Update expected output.
17293
17294 2014-03-06 Yao Qi <yao@codesourcery.com>
17295
17296 * gdb.trace/pr16508.exp: New file.
17297
17298 2014-03-05 Pedro Alves <palves@redhat.com>
17299
17300 PR gdb/16575
17301 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17302 procedure.
17303 (top level): Adjust to use it. Add tests that exercise breakpoint
17304 interaction with the code-cache.
17305
17306 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17307
17308 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17309 test for 'history-append!'.
17310
17311 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17312
17313 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17314 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17315 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17316 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17317 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17318 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17319
17320 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17321
17322 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17323 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17324 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17325
17326 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17329
17330 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17331
17332 * gdb.dwarf2/arr-stride.c: New file.
17333 * gdb.dwarf2/arr-stride.exp: New file.
17334
17335 2014-02-26 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17338 that won't ever trigger. Make sure that GDB reports the correct
17339 breakpoint that caused the stop.
17340
17341 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17342
17343 PR gdb/16626
17344 * gdb.base/auto-load-script: New file.
17345 * gdb.base/auto-load.c: New file.
17346 * gdb.base/auto-load.exp: New file.
17347
17348 PR gdb/16626
17349 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17350
17351 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17352
17353 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17354 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17355
17356 2014-02-24 Doug Evans <dje@google.com>
17357
17358 * lib/gdb.exp (run_on_host): Log error output if program fails.
17359
17360 2014-02-21 Pedro Alves <palves@redhat.com>
17361
17362 * gdb.threads/step-after-sr-lock.c: Rename to ...
17363 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17364 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17365 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17366 ... this.
17367
17368 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17369
17370 PR tdep/16397
17371 * gdb.arch/amd64-stap-special-operands.exp: New file.
17372 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17373 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17374 * gdb.arch/amd64-stap-triplet.S: Likewise.
17375 * gdb.arch/amd64-stap-triplet.c: Likewise.
17376
17377 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17378
17379 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17380 in .section pseudo-op.
17381
17382 2014-02-20 lin zuojian <manjian2006@gmail.com>
17383 Joel Brobecker <brobecker@adacore.com>
17384 Doug Evans <xdje42@gmail.com>
17385
17386 PR symtab/16581
17387 * gdb.dwarf2/dw2-icycle.S: New file.
17388 * gdb.dwarf2/dw2-icycle.c: New file.
17389 * gdb.dwarf2/dw2-icycle.exp: New file.
17390
17391 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17392
17393 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17394 operations on gdb.Value objects.
17395 * gdb.python/py-value-cc.exp: Add new test to test operations on
17396 gdb.Value objects.
17397
17398 2014-02-18 Doug Evans <dje@google.com>
17399
17400 * Makefile.in (TESTS): New variable.
17401 (expanded_tests, expanded_tests_or_none): New variables
17402 (check-single): Pass $(expanded_tests_or_none) to runtest.
17403 (check-parallel): Only run tests in $(TESTS) if non-empty.
17404 (check/no-matching-tests-found): New rule.
17405 * README: Document TESTS makefile variable.
17406
17407 2014-02-18 Doug Evans <dje@google.com>
17408
17409 * Makefile.in (check-parallel): rm -rf outputs temp.
17410
17411 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17412
17413 Fix "ERROR: no fileid for" in the testsuite.
17414 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17415
17416 2014-02-12 Doug Evans <dje@google.com>
17417
17418 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17419 (MISCELLANEOUS): New variable.
17420 (clean): rm -rf $(MISCELLANEOUS).
17421 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17422 dwp live in the same directory as symlinks, with each symlink pointed
17423 to a differently named file in a different directory.
17424
17425 2014-02-11 Doug Evans <dje@google.com>
17426
17427 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17428 of Tcl file commands.
17429
17430 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17431
17432 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17433 "kill -SIGUSR1 -1".
17434
17435 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17436
17437 * gdb.ada/tick_length_array_enum_idx: New testcase.
17438
17439 2014-02-10 Doug Evans <xdje42@gmail.com>
17440
17441 * configure.ac (AC_OUTPUT): Add gdb.guile.
17442 * configure: Regenerate.
17443 * lib/gdb-guile.exp: New file.
17444 * lib/gdb.exp (get_target_charset): New function.
17445 * gdb.base/help.exp: Update expected output from "apropos apropos".
17446 * gdb.guile/Makefile.in: New file.
17447 * gdb.guile/guile.exp: New file.
17448 * gdb.guile/scm-arch.c: New file.
17449 * gdb.guile/scm-arch.exp: New file.
17450 * gdb.guile/scm-block.c: New file.
17451 * gdb.guile/scm-block.exp: New file.
17452 * gdb.guile/scm-breakpoint.c: New file.
17453 * gdb.guile/scm-breakpoint.exp: New file.
17454 * gdb.guile/scm-disasm.c: New file.
17455 * gdb.guile/scm-disasm.exp: New file.
17456 * gdb.guile/scm-equal.c: New file.
17457 * gdb.guile/scm-equal.exp: New file.
17458 * gdb.guile/scm-error.exp: New file.
17459 * gdb.guile/scm-error.scm: New file.
17460 * gdb.guile/scm-frame-args.c: New file.
17461 * gdb.guile/scm-frame-args.exp: New file.
17462 * gdb.guile/scm-frame-args.scm: New file.
17463 * gdb.guile/scm-frame-inline.c: New file.
17464 * gdb.guile/scm-frame-inline.exp: New file.
17465 * gdb.guile/scm-frame.c: New file.
17466 * gdb.guile/scm-frame.exp: New file.
17467 * gdb.guile/scm-generics.exp: New file.
17468 * gdb.guile/scm-gsmob.exp: New file.
17469 * gdb.guile/scm-iterator.c: New file.
17470 * gdb.guile/scm-iterator.exp: New file.
17471 * gdb.guile/scm-math.c: New file.
17472 * gdb.guile/scm-math.exp: New file.
17473 * gdb.guile/scm-objfile-script-gdb.in: New file.
17474 * gdb.guile/scm-objfile-script.c: New file.
17475 * gdb.guile/scm-objfile-script.exp: New file.
17476 * gdb.guile/scm-objfile.c: New file.
17477 * gdb.guile/scm-objfile.exp: New file.
17478 * gdb.guile/scm-ports.exp: New file.
17479 * gdb.guile/scm-pretty-print.c: New file.
17480 * gdb.guile/scm-pretty-print.exp: New file.
17481 * gdb.guile/scm-pretty-print.scm: New file.
17482 * gdb.guile/scm-section-script.c: New file.
17483 * gdb.guile/scm-section-script.exp: New file.
17484 * gdb.guile/scm-section-script.scm: New file.
17485 * gdb.guile/scm-symbol.c: New file.
17486 * gdb.guile/scm-symbol.exp: New file.
17487 * gdb.guile/scm-symtab-2.c: New file.
17488 * gdb.guile/scm-symtab.c: New file.
17489 * gdb.guile/scm-symtab.exp: New file.
17490 * gdb.guile/scm-type.c: New file.
17491 * gdb.guile/scm-type.exp: New file.
17492 * gdb.guile/scm-value-cc.cc: New file.
17493 * gdb.guile/scm-value-cc.exp: New file.
17494 * gdb.guile/scm-value.c: New file.
17495 * gdb.guile/scm-value.exp: New file.
17496 * gdb.guile/source2.scm: New file.
17497 * gdb.guile/types-module.cc: New file.
17498 * gdb.guile/types-module.exp: New file.
17499
17500 2014-02-10 Yao Qi <yao@codesourcery.com>
17501
17502 PR testsuite/16543
17503 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17504 * configure: Regenerated.
17505 * Makefile.in: New file.
17506
17507 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17508
17509 * gdb.python/py-framefilter.exp: Fix typo.
17510
17511 2014-02-08 Yao Qi <yao@codesourcery.com>
17512
17513 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17514 that no =breakpoint-modified is emitted when breakpoints are
17515 modified through MI commands.
17516
17517 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17518 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.threads/step-after-sr-lock.c: New file.
17521 * gdb.threads/step-after-sr-lock.exp: New file.
17522
17523 2014-02-07 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17526
17527 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17528
17529 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17530 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17531
17532 2014-02-06 Doug Evans <xdje42@gmail.com>
17533
17534 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17535 output.
17536
17537 * gdb.gdb/python-interrupts.exp: New file.
17538
17539 2014-02-05 Yao Qi <yao@codesourcery.com>
17540
17541 * gdb.trace/report.exp (use_collected_data): Test the output
17542 of "info threads" and "info inferiors".
17543
17544 2014-02-05 Yao Qi <yao@codesourcery.com>
17545
17546 Revert this patch:
17547
17548 2013-05-24 Yao Qi <yao@codesourcery.com>
17549
17550 * gdb.trace/tfile.exp: Test inferior and thread.
17551
17552 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17553
17554 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17555 on a function.
17556 * gdb.base/step-bt.c: Call hello via function pointer to make
17557 sure its first instruction is executed on powerpc64le-linux.
17558
17559 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17560
17561 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17562
17563 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17564
17565 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17566 of the test patterns for use on little-endian systems.
17567
17568 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17569
17570 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17571 (decimal_vector): Fix for little-endian.
17572
17573 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17574
17575 * gdb.arch/sparc-sysstep.exp: New file.
17576 * gdb.arch/sparc-sysstep.c: Likewise.
17577
17578 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17579
17580 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17581
17582 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17583
17584 2014-01-23 Tom Tromey <tromey@redhat.com>
17585
17586 * gdb.ada/array_char_idx: New testcase.
17587
17588 2014-01-23 Tom Tromey <tromey@redhat.com>
17589
17590 PR python/16487:
17591 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17592 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17593 classes.
17594
17595 2014-01-23 Tom Tromey <tromey@redhat.com>
17596
17597 PR python/16491:
17598 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17599 string from an inferior frame.
17600 * gdb.python/py-framefilter-mi.exp: Update.
17601
17602 2014-01-22 Doug Evans <dje@google.com>
17603
17604 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17605
17606 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17607
17608 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17609
17610 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17611
17612 * gdb.trace/entry-values.exp: Remove excess space character from
17613 regex patterns. Handle s390 call instruction.
17614
17615 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17616
17617 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17618 define "*_start" label. Make "name" static.
17619 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17620 ${name} by references to ${name}_start.
17621
17622 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17623
17624 * gdb.base/info-macros.exp: Remove "debug" from the compile
17625 options.
17626
17627 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17628
17629 * gdb.dlang/demangle.exp: New file.
17630
17631 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17632
17633 * gdb.dlang/primitive-types.exp: New file.
17634
17635 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17636
17637 * configure.ac: Create gdb.dlang/Makefile.
17638 * configure: Regenerate.
17639 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17640 * gdb.dlang/Makefile.in: New file.
17641 * lib/d-support.exp: New file.
17642 * lib/gdb.exp (skip_d_tests): New proc.
17643
17644 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17645
17646 * gdb.btrace/delta.exp: Check reverse stepi.
17647 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17648 * gdb.btrace/finish.exp: New.
17649 * gdb.btrace/next.exp: New.
17650 * gdb.btrace/nexti.exp: New.
17651 * gdb.btrace/record_goto.c: Add comments.
17652 * gdb.btrace/step.exp: New.
17653 * gdb.btrace/stepi.exp: New.
17654 * gdb.btrace/multi-thread-step.c: New.
17655 * gdb.btrace/multi-thread-step.exp: New.
17656 * gdb.btrace/rn-dl-bind.c: New.
17657 * gdb.btrace/rn-dl-bind.exp: New.
17658 * gdb.btrace/data.c: New.
17659 * gdb.btrace/data.exp: New.
17660 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17661
17662 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17663
17664 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17665 * gdb.btrace/exception.exp: Update.
17666 * gdb.btrace/instruction_history.exp: Update.
17667 * gdb.btrace/record_goto.exp: Update.
17668 * gdb.btrace/tailcall.exp: Update.
17669 * gdb.btrace/unknown_functions.exp: Update.
17670 * gdb.btrace/delta.exp: New.
17671
17672 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17673
17674 * gdb.btrace/record_goto.exp: Add backtrace test.
17675 * gdb.btrace/tailcall.exp: Add backtrace test.
17676
17677 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17678
17679 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17680 * gdb.btrace/record_goto.c: New.
17681 * gdb.btrace/record_goto.exp: New.
17682 * gdb.btrace/x86-record_goto.S: New.
17683
17684 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17685
17686 * gdb.btrace/function_call_history.exp: Update tests.
17687 * gdb.btrace/instruction_history.exp: Update tests.
17688
17689 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17690
17691 * gdb.btrace/function_call_history.exp: Fix expected field
17692 order for "record function-call-history".
17693 Add new tests for "record function-call-history /c".
17694 * gdb.btrace/exception.cc: New.
17695 * gdb.btrace/exception.exp: New.
17696 * gdb.btrace/tailcall.exp: New.
17697 * gdb.btrace/x86-tailcall.S: New.
17698 * gdb.btrace/x86-tailcall.c: New.
17699 * gdb.btrace/unknown_functions.c: New.
17700 * gdb.btrace/unknown_functions.exp: New.
17701 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17702
17703 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17704
17705 * gdb.btrace/instruction_history.exp: Update.
17706 * gdb.btrace/function_call_history.exp: Update.
17707
17708 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17709
17710 * gdb.btrace/function_call_history.exp: Fix expected function
17711 trace.
17712 * gdb.btrace/instruction_history.exp: Initialize traced.
17713 Remove traced_functions.
17714
17715 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17716
17717 * gdb.btrace/function_call_history.exp: Update
17718 * gdb.btrace/instruction_history.exp: Update.
17719
17720 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17721
17722 * gdb.btrace/enable.exp: Update expected text.
17723
17724 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17725
17726 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17727 bytes.
17728
17729 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17730
17731 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17732
17733 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17734
17735 * lib/gdb.exp (supports_process_record): Return true for
17736 arm*-linux*. (supports_reverse): Likewise.
17737
17738 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17739
17740 PR python/15464
17741 PR python/16113
17742 * gdb.python/py-type.c: Enhance test case.
17743 * gdb.python/py-value-cc.cc: Likewise
17744 * gdb.python/py-type.exp: Add new tests.
17745 * gdb.python/py-value-cc.exp: Likewise
17746
17747 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17748 Pedro Alves <palves@redhat.com>
17749
17750 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17751 Make "name" extern.
17752 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17753 references to ${name}_start by references to ${name}.
17754
17755 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17758
17759 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17762
17763 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17764 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.mi/mi-info-os.exp: Connect to the target with
17767 mi_gdb_target_load.
17768
17769 2014-01-08 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.threads/reconnect-signal.c: New file.
17772 * gdb.threads/reconnect-signal.exp: New file.
17773
17774 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17775
17776 * gdb.base/source-dir.exp: New file.
17777
17778 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.ada/mi_interface: New testcase.
17781
17782 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17785 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17786 gdb.ada/pp-rec-component/pck.ads: New files.
17787
17788 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17789
17790 * gdb.python/py-pp-integral.c: New file.
17791 * gdb.python/py-pp-integral.py: New file.
17792 * gdb.python/py-pp-integral.exp: New file.
17793
17794 For older changes see ChangeLog-1993-2013.
17795 \f
17796 ;; Local Variables:
17797 ;; mode: change-log
17798 ;; left-margin: 8
17799 ;; fill-column: 74
17800 ;; version-control: never
17801 ;; End:
17802
17803 Copyright 2014-2019 Free Software Foundation, Inc.
17804 Copying and distribution of this file, with or without modification,
17805 are permitted provided the copyright notice and this notice are preserved.
This page took 0.461339 seconds and 5 git commands to generate.