gdb/fortran: Support for single/double type modifiers
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
4 casting to type with no kind specified.
5 (test_basic_parsing_of_type_kinds): Additional tests for types
6 with no kind specified, and add tests for single/double
7 precision/complex types.
8
9 2019-12-04 Tom Tromey <tromey@adacore.com>
10
11 * gdb.base/endianity.c (struct other) <x>: New field.
12 (main): Initialize it.
13 * gdb.base/endianity.exp: Update.
14
15 2019-12-04 Tom Tromey <tromey@adacore.com>
16
17 * gdb.ada/scalar_storage/storage.adb: New file.
18 * gdb.ada/scalar_storage/pck.adb: New file.
19 * gdb.ada/scalar_storage/pck.ads: New file.
20 * gdb.ada/scalar_storage.exp: New file.
21
22 2019-12-04 Tom Tromey <tromey@adacore.com>
23
24 * gdb.base/endianity.c (struct otherendian) <f>: New field.
25 (main): Initialize it.
26 * gdb.base/endianity.exp: Update.
27
28 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
31
32 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
35 -symbol-info-module-functions and -symbol-info-module-variables.
36
37 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
40
41 2019-12-01 Richard Bunt <richard.bunt@arm.com>
42 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.fortran/derived-type-striding.exp: New file.
45 * gdb.fortran/derived-type-striding.f90: New file.
46 * gdb.fortran/array-slices.exp: New file.
47 * gdb.fortran/array-slices.f90: New file.
48
49 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
50
51 * gdb.base/define.exp: Test . in command names.
52 * gdb.base/setshow.exp: Update test, as . is now part of
53 command name.
54
55 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
56
57 * gdb.base/define-prefix.exp: New file.
58
59 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
62 compile.
63 (skip_btrace_pt_tests): Likewise.
64
65 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.fortran/info-modules.exp: Compile source files in correct
68 order.
69
70 2019-11-27 Kevin Buettner <kevinb@redhat.com>
71
72 * gdb.dwarf2/imported-unit.exp: New file.
73 * gdb.dwarf2/imported-unit.c: New file.
74
75 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.mi/mi-fortran-modules-2.f90: New file.
78 * gdb.mi/mi-fortran-modules.exp: New file.
79 * gdb.mi/mi-fortran-modules.f90: New file.
80
81 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.mi/mi-sym-info-1.c: New file.
84 * gdb.mi/mi-sym-info-2.c: New file.
85 * gdb.mi/mi-sym-info.exp: New file.
86
87 2019-11-22 Tom Tromey <tromey@adacore.com>
88
89 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
90 * gdb.ada/tasks/foo.adb: Add another stopping location.
91
92 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
93
94 * gdb.base/endianity.c: New test.
95 * gdb.base/endianity.exp: New file.
96
97 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
98
99 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
100
101 2019-11-21 Tom de Vries <tdevries@suse.de>
102
103 PR gdb/24956
104 * gdb.base/ui-redirect.exp: Test output of user-defined command.
105
106 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
107
108 * gdb.python/py-progspace.exp: Add missing parentheses on some
109 'print' commands.
110
111 2019-11-19 Tom Tromey <tom@tromey.com>
112
113 * gdb.tui/winheight.exp: New file.
114
115 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.base/ctf-whatis.c: Delete.
118 * gdb.base/ctf-whatis.exp: Delete.
119 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
120
121 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.base/ctf-cvexpr.exp: Delete.
124 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
125
126 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
129 the compiler. Clean up header comment a little.
130 * gdb.base/ctf-ptype.exp: Likewise.
131 * gdb.base/ctf-whatis.exp: Likewise.
132 * lib/gdb.exp (skip_ctf_tests): New proc.
133
134 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
135
136 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
137 * gdb.tui/corefile-run.exp: New file.
138
139 2019-11-14 Tom Tromey <tromey@adacore.com>
140
141 * gdb.base/gdbvars.exp (test_convenience_variables): Add
142 regression tests.
143
144 2019-11-12 Tom Tromey <tom@tromey.com>
145
146 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
147 after any command. Expect prompt after WAIT_FOR is seen.
148 (enter_tui): Enable resize messages.
149 (command): Expect command in output.
150 (get_line): Avoid error when cursor appears to be off-screen.
151 (dump_screen): Include screen size in title.
152 (_do_resize): New proc, from "resize".
153 (resize): Rewrite. Do resize in two steps.
154 * gdb.tui/empty.exp (layouts): Fix entries.
155 (check_boxes): Remove xfail.
156 (check_text): Dump screen on failure.
157
158 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.python/py-symbol.exp: Add test for
161 gdb.lookup_static_symbols.
162
163 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.python/py-symbol.c: Declare and call function from new
166 py-symbol-2.c file.
167 * gdb.python/py-symbol.exp: Compile both source files, and add new
168 tests for gdb.lookup_static_symbol.
169 * gdb.python/py-symbol-2.c: New file.
170
171 2019-11-02 Tom de Vries <tdevries@suse.de>
172
173 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
174 * gdb.base/anon.exp: Same.
175 * gdb.base/auto-connect-native-target.exp: Same.
176 * gdb.base/call-ar-st.exp: Same.
177 * gdb.base/catch-syscall.exp: Same.
178 * gdb.base/commands.exp: Same.
179 * gdb.base/default.exp: Same.
180 * gdb.base/display.exp: Same.
181 * gdb.base/float.exp: Same.
182 * gdb.base/foll-fork.exp: Same.
183 * gdb.base/help.exp: Same.
184 * gdb.base/info-macros.exp: Same.
185 * gdb.base/info-proc.exp: Same.
186 * gdb.base/info-target.exp: Same.
187 * gdb.base/long_long.exp: Same.
188 * gdb.base/macscp.exp: Same.
189 * gdb.base/memattr.exp: Same.
190 * gdb.base/nofield.exp: Same.
191 * gdb.base/pointers.exp: Same.
192 * gdb.base/printcmds.exp: Same.
193 * gdb.base/ptype.exp: Same.
194 * gdb.base/restore.exp: Same.
195 * gdb.base/return.exp: Same.
196 * gdb.base/scope.exp: Same.
197 * gdb.base/set-noassign.exp: Same.
198 * gdb.base/setshow.exp: Same.
199 * gdb.base/shlib-call.exp: Same.
200 * gdb.base/signals.exp: Same.
201 * gdb.base/sigstep.exp: Same.
202 * gdb.base/skip.exp: Same.
203 * gdb.base/solib-symbol.exp: Same.
204 * gdb.base/stap-probe.exp: Same.
205 * gdb.base/step-line.exp: Same.
206 * gdb.base/step-test.exp: Same.
207 * gdb.base/style.exp: Same.
208 * gdb.base/varargs.exp: Same.
209 * gdb.base/vla-datatypes.exp: Same.
210 * gdb.base/vla-ptr.exp: Same.
211 * gdb.base/vla-sideeffect.exp: Same.
212 * gdb.base/volatile.exp: Same.
213 * gdb.base/watch-cond-infcall.exp: Same.
214 * gdb.base/watchpoint.exp: Same.
215
216 2019-11-02 Tom de Vries <tdevries@suse.de>
217
218 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
219 * gdb.cp/cpexprs.exp: Same.
220 * gdb.cp/except-multi-location.exp: Same.
221 * gdb.cp/exceptprint.exp: Same.
222 * gdb.cp/gdb2384.exp: Same.
223 * gdb.cp/inherit.exp: Same.
224 * gdb.cp/m-static.exp: Same.
225 * gdb.cp/meth-typedefs.exp: Same.
226 * gdb.cp/misc.exp: Same.
227 * gdb.cp/namespace.exp: Same.
228 * gdb.cp/non-trivial-retval.exp: Same.
229 * gdb.cp/overload.exp: Same.
230 * gdb.cp/pr17132.exp: Same.
231 * gdb.cp/re-set-overloaded.exp: Same.
232 * gdb.cp/rvalue-ref-types.exp: Same.
233 * gdb.cp/templates.exp: Same.
234
235 2019-11-01 Luis Machado <luis.machado@linaro.org>
236
237 PR gdb/25124
238
239 * gdb.arch/pr25124.S: New file.
240 * gdb.arch/pr25124.exp: New file.
241
242 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.fortran/info-modules.exp: Update expected results, and add
245 additional tests for 'info module functinos', and 'info module
246 variables'.
247 * gdb.fortran/info-types.exp: Update expected results.
248 * gdb.fortran/info-types.f90: Extend testcase with additional
249 module variables and functions.
250
251 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.fortran/info-modules.exp: New file.
254 * gdb.fortran/info-types.exp: Build with new file.
255 * gdb.fortran/info-types.f90: Include and use new module.
256 * gdb.fortran/info-types-2.f90: New file.
257
258 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259
260 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
261 * gdb.base/settings.exp: Test all settings types using
262 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
263 that now verifies that the value of "maint show" is the same as
264 returned by the settings functions. Test the type of the
265 maintenance settings.
266 * gdb.base/default.exp: Update show_conv_list.
267
268 2019-10-31 Tom de Vries <tdevries@suse.de>
269
270 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
271 gdb_test.
272 * gdb.arch/amd64-disp-step.exp: Same.
273 * gdb.asm/asm-source.exp: Same.
274 * gdb.btrace/buffer-size.exp: Same.
275 * gdb.btrace/cpu.exp: Same.
276 * gdb.btrace/enable.exp: Same.
277 * gdb.dwarf2/count.exp: Same.
278 * gdb.dwarf2/dw2-ranges-func.exp: Same.
279 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
280 * gdb.fortran/vla-datatypes.exp: Same.
281 * gdb.fortran/vla-history.exp: Same.
282 * gdb.fortran/vla-ptype.exp: Same.
283 * gdb.fortran/vla-value.exp: Same.
284 * gdb.fortran/whatis_type.exp: Same.
285 * gdb.guile/guile.exp: Same.
286 * gdb.multi/tids.exp: Same.
287 * gdb.python/py-finish-breakpoint.exp: Same.
288 * gdb.python/py-framefilter.exp: Same.
289 * gdb.python/py-pp-registration.exp: Same.
290 * gdb.python/py-xmethods.exp: Same.
291 * gdb.python/python.exp: Same.
292 * gdb.server/connect-with-no-symbol-file.exp: Same.
293 * gdb.server/no-thread-db.exp: Same.
294 * gdb.server/run-without-local-binary.exp: Same.
295 * gdb.stabs/weird.exp: Same.
296 * gdb.threads/attach-many-short-lived-threads.exp: Same.
297 * gdb.threads/thread-find.exp: Same.
298 * gdb.threads/tls-shared.exp: Same.
299 * gdb.threads/tls.exp: Same.
300 * gdb.threads/wp-replication.exp: Same.
301 * gdb.trace/ax.exp: Same.
302 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
303
304 2019-10-31 Tom de Vries <tdevries@suse.de>
305
306 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
307 * gdb.ada/array_subscript_addr.exp: Same.
308 * gdb.ada/arrayidx.exp: Same.
309 * gdb.ada/arrayparam.exp: Same.
310 * gdb.ada/arrayptr.exp: Same.
311 * gdb.ada/boolean_expr.exp: Same.
312 * gdb.ada/call_pn.exp: Same.
313 * gdb.ada/complete.exp: Same.
314 * gdb.ada/fixed_cmp.exp: Same.
315 * gdb.ada/fun_addr.exp: Same.
316 * gdb.ada/funcall_param.exp: Same.
317 * gdb.ada/interface.exp: Same.
318 * gdb.ada/mod_from_name.exp: Same.
319 * gdb.ada/null_array.exp: Same.
320 * gdb.ada/packed_array.exp: Same.
321 * gdb.ada/packed_tagged.exp: Same.
322 * gdb.ada/print_chars.exp: Same.
323 * gdb.ada/print_pc.exp: Same.
324 * gdb.ada/ptype_arith_binop.exp: Same.
325 * gdb.ada/ptype_field.exp: Same.
326 * gdb.ada/ptype_tagged_param.exp: Same.
327 * gdb.ada/rec_return.exp: Same.
328 * gdb.ada/ref_tick_size.exp: Same.
329 * gdb.ada/str_ref_cmp.exp: Same.
330 * gdb.ada/taft_type.exp: Same.
331 * gdb.ada/tagged.exp: Same.
332 * gdb.ada/type_coercion.exp: Same.
333 * gdb.ada/uninitialized_vars.exp: Same.
334
335 2019-10-30 Tom de Vries <tdevries@suse.de>
336
337 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
338
339 2019-10-26 Tom de Vries <tdevries@suse.de>
340
341 * gdb.base/bigcore.c: Fix typos in comments.
342 * gdb.base/ctf-ptype.c: Same.
343 * gdb.base/long_long.c: Same.
344 * gdb.dwarf2/dw2-op-out-param.S: Same.
345 * gdb.python/py-evthreads.c: Same.
346 * gdb.reverse/i387-stack-reverse.c: Same.
347 * gdb.trace/tfile.c: Same.
348 * lib/compiler.c: Same.
349 * lib/compiler.cc: Same.
350
351 2019-10-25 Tom de Vries <tdevries@suse.de>
352
353 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
354 gdb_test_multiple calls.
355 * gdb.reverse/sigall-reverse.exp: Same.
356 * gdb.reverse/solib-precsave.exp: Same.
357 * gdb.reverse/solib-reverse.exp: Same.
358 * gdb.reverse/until-precsave.exp: Same.
359 * gdb.reverse/until-reverse.exp: Same.
360
361 2019-10-24 Tom de Vries <tdevries@suse.de>
362
363 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
364 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
365 kfail using -wrap pattern flag and convenience variable
366 gdb_test_name.
367
368 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.python/py-progspace.exp: Add tests for the
371 Progspace.block_for_pc method.
372
373 2019-10-23 Tom Tromey <tom@tromey.com>
374
375 * configure: Rebuild.
376 * aclocal.m4: Use m4_include, not sinclude.
377
378 2019-10-21 Tom de Vries <tdevries@suse.de>
379
380 * gdb.base/infcall-nested-structs.c: Add
381 __attribute__((noinline,noclone)) to all functions.
382 (call_all): Add missing variable initialization. Simplify return value.
383 (breakpt): Increment volatile variable, to prevent call from being
384 optimized out.
385 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
386
387 2019-10-17 Tom de Vries <tdevries@suse.de>
388
389 * gdb.fortran/module.exp: Allow info variables to print info for files
390 other than module.f90.
391
392 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.fortran/module.exp: Extend with 'info variables' test.
395
396 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
399 F77_FOR_TARGET.
400
401 2019-10-16 Tom de Vries <tdevries@suse.de>
402
403 PR tdep/25096
404 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
405
406 2019-10-16 Tom de Vries <tdevries@suse.de>
407
408 PR tdep/24104
409 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
410 Add KFAIL for PR tdep/25096.
411
412 2019-10-16 Tom de Vries <tdevries@suse.de>
413
414 PR testsuite/25059
415 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
416
417 2019-10-16 Tom de Vries <tdevries@suse.de>
418
419 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
420 as signed.
421
422 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
423
424 * gdb.mi/list-thread-groups-available.exp: Read entries one by
425 one instead of increasing timeout.
426
427 2019-10-13 Tom de Vries <tdevries@suse.de>
428
429 PR record/25038
430 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
431 * gdb.reverse/sigall-reverse.exp: Same.
432 * gdb.reverse/solib-precsave.exp: Same.
433 * gdb.reverse/solib-reverse.exp: Same.
434 * gdb.reverse/step-precsave.exp: Same.
435 * gdb.reverse/until-precsave.exp: Same.
436 * gdb.reverse/until-reverse.exp: Same.
437 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
438
439 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
440
441 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
442 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
443 (cmp_struct_05_01, cmp_struct_static_02_01)
444 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
445 comparisons.
446
447 2019-10-10 Tom de Vries <tdevries@suse.de>
448
449 PR testsuite/24888
450 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
451 gnatlink.
452
453 2019-10-09 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/25048
456 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
457
458 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
461 exceptions due to missing debug information.
462
463 2019-10-07 Tom de Vries <tdevries@suse.de>
464
465 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
466
467 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
470 * gdb.base/annota1.exp: Update to use gdb_test_name.
471
472 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
473
474 * gdb.base/ctf-whatis.exp: New file.
475 * gdb.base/ctf-whatis.c: New file.
476 * gdb.base/ctf-ptype.exp: New file.
477 * gdb.base/ctf-ptype.c: New file.
478 * gdb.base/ctf-constvars.exp: New file.
479 * gdb.base/ctf-constvars.c: New file.
480 * gdb.base/ctf-cvexpr.exp: New file.
481
482 2019-10-04 Tom de Vries <tdevries@suse.de>
483
484 * gdb.cp/local-static.c (main): Move declaration of int i out of the
485 for loop.
486
487 2019-10-03 Tom Tromey <tom@tromey.com>
488
489 PR rust/24976:
490 * gdb.rust/simple.rs (Union2): New type.
491 (main): Use Union2.
492 * gdb.rust/simple.exp: Add test.
493
494 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
497 nested function prefix.
498
499 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
500 Richard Bunt <richard.bunt@arm.com>
501 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
504 nested functions.
505 * gdb.fortran/nested-funcs.f90: Update expected results.
506 * gdb.fortran/nested-funcs-2.exp: New file.
507 * gdb.fortran/nested-funcs-2.f90: New file.
508
509 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.python/py-parameter.exp: Make test names unique.
512 * gdb.python/py-template.exp: Likewise.
513 * gdb.python/py-value.exp: Likewise.
514
515 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.base/break-interp.exp: Reduce test name duplication.
518 * gdb.base/call-sc.exp: Likewise.
519 * gdb.base/callfuncs.exp: Likewise.
520 * gdb.base/charset.exp: Likewise.
521 * gdb.base/dump.exp: Likewise.
522 * gdb.base/ena-dis-br.exp: Likewise.
523 * gdb.base/relational.exp: Likewise.
524 * gdb.base/step-over-syscall.exp: Likewise.
525 * gdb.base/structs.exp: Likewise.
526
527 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.linespec/explicit.exp: Make test names unique.
530 * gdb.linespec/ls-errs.exp: Likewise.
531
532 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * gdb.reverse/break-precsave.exp: Make test names unique.
535 * gdb.reverse/break-reverse.exp: Likewise.
536 * gdb.reverse/finish-precsave.exp: Likewise.
537 * gdb.reverse/finish-reverse.exp: Likewise.
538 * gdb.reverse/machinestate-precsave.exp: Likewise.
539 * gdb.reverse/machinestate.exp: Likewise.
540 * gdb.reverse/readv-reverse.exp: Likewise.
541 * gdb.reverse/recvmsg-reverse.exp: Likewise.
542 * gdb.reverse/sigall-precsave.exp: Likewise.
543 * gdb.reverse/sigall-reverse.exp: Likewise.
544 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
545 * gdb.reverse/watch-precsave.exp: Likewise.
546 * gdb.reverse/watch-reverse.exp: Likewise.
547
548 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.threads/stop-with-handle.c: New file.
551 * gdb.threads/stop-with-handle.exp: New file.
552
553 2019-10-03 Tom de Vries <tdevries@suse.de>
554
555 PR testsuite/25059
556 * gdb.base/list-missing-source.exp: Allowing the "Compilation
557 directory" line to be missing.
558
559 2019-10-03 Tom de Vries <tdevries@suse.de>
560
561 PR testsuite/25059
562 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
563 type optional.
564
565 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
566
567 * gdb.python/py-format-string.c (string.h): New include.
568 (main): Fill a_struct_with_union.the_union.an_int with bytes of
569 the same value, for endianness-independence.
570 * gdb.python/py-format-string.exp (default_regexp_dict)
571 (test_pretty_structs, test_format): Adjust expected output to the
572 changed initialization.
573
574 2019-10-02 Tom Tromey <tromey@adacore.com>
575
576 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
577
578 2019-10-02 Pedro Alves <palves@redhat.com>
579 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
582 "print-file-var.h".
583 (this_version_id) Use ATTRIBUTE_VISIBILITY.
584 (get_version_1): Print this_version_id and its address.
585 Add extern "C" wrappers around interface functions.
586 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
587 "print-file-var.h".
588 (this_version_id) Use ATTRIBUTE_VISIBILITY.
589 (get_version_2): Print this_version_id and its address.
590 Add extern "C" wrappers around interface functions.
591 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
592 <stddef.h> and "print-file-var.h".
593 Add extern "C" wrappers around interface functions.
594 [VERSION_ID_MAIN] (this_version_id): Define.
595 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
596 * gdb.base/print-file-var.h: Add some #defines to simplify setting
597 up extern "C" blocks.
598 * gdb.base/print-file-var.exp (test): New, factored out from top
599 level.
600 (top level): Test all combinations of attribute hidden or not,
601 dlopen or not, and this_version_id symbol in main file or not.
602 Compile tests as both C++ and C, make test names unique.
603
604 2019-10-01 Tom Tromey <tom@tromey.com>
605
606 * gdb.base/style.exp: Test "show logging filename".
607
608 2019-10-01 Tom Tromey <tom@tromey.com>
609
610 * lib/gdb-utils.exp (style): Handle "metadata" argument.
611 * gdb.base/style.exp: Add metadata style test.
612
613 2019-10-01 Tom Tromey <tom@tromey.com>
614
615 * gdb.base/style.exp: Test "pwd".
616
617 2019-10-01 Tom Tromey <tom@tromey.com>
618
619 * gdb.base/style.exp: Update tests.
620
621 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
622
623 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
624 'six' to unsigned.
625 (s1): Initialize fields 'four' and 'six' instead of 'three' and
626 'five'. Use an all-ones bit pattern for each.
627 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
628 to its changed values.
629
630 2019-09-30 Tom Tromey <tromey@adacore.com>
631
632 * gdb.rust/traits.rs: Disable all warnings.
633
634 2019-09-29 Tom de Vries <tdevries@suse.de>
635
636 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
637
638 2019-09-29 Tom de Vries <tdevries@suse.de>
639
640 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
641
642 2019-09-27 Tom de Vries <tdevries@suse.de>
643
644 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
645
646 2019-09-27 Tom de Vries <tdevries@suse.de>
647
648 PR record/23188
649 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
650
651 2019-09-26 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/py_taft.exp: New file.
654 * gdb.ada/py_taft/main.adb: New file.
655 * gdb.ada/py_taft/pkg.adb: New file.
656 * gdb.ada/py_taft/pkg.ads: New file.
657
658 2019-09-24 Tom de Vries <tdevries@suse.de>
659
660 PR gdb/24598
661 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
662
663 2019-09-22 Tom de Vries <tdevries@suse.de>
664
665 * gdb.base/restore.exp: Allow register variables to be optimized out at
666 -O0.
667
668 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
669
670 * gdb.arch/spu-info.exp: Remove file.
671 * gdb.arch/spu-info.c: Remove file.
672 * gdb.arch/spu-ls.exp: Remove file.
673 * gdb.arch/spu-ls.c: Remove file.
674
675 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
676 * gdb.asm/spu.inc: Remove file.
677
678 * gdb.base/dump.exp: Remove support for spu*-*-*.
679 * gdb.base/stack-checking.exp: Likewise.
680 * gdb.base/overlays.exp: Likewise.
681 * gdb.base/ovlymgr.c: Likewise.
682 * gdb.base/spu.ld: Remove file.
683
684 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
685 * gdb.cp/cpexprs.exp: Likewise.
686 * gdb.cp/exception.exp: Likewise.
687 * gdb.cp/gdb2495.exp: Likewise.
688 * gdb.cp/mb-templates.exp: Likewise.
689 * gdb.cp/pr9167.exp: Likewise.
690 * gdb.cp/userdef.exp: Likewise.
691
692 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
693
694 * gdb.cell: Remove directory.
695 * lib/cell.exp: Remove file.
696
697 2019-09-19 Tom de Vries <tdevries@suse.de>
698
699 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
700
701 2019-09-19 Tom de Vries <tdevries@suse.de>
702
703 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
704
705 2019-09-19 Tom de Vries <tdevries@suse.de>
706
707 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
708 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
709 (gdb_target_cmd): ... here.
710 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
711 value 2.
712
713 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 * gdb.base/source-dir.exp: Avoid having directory names in test
716 names.
717
718 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
719
720 * gdb.base/source-dir.exp: Add extra test for mapped compilation
721 directory.
722
723 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * gdb.base/list-missing-source.exp: New file.
726
727 2019-09-14 Tom de Vries <tdevries@suse.de>
728
729 PR teststuite/24599
730 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
731 * lib/ada.exp (gnatmake_version_at_least): New proc.
732
733 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * gdb.base/maint.exp: Use exec_has_index_section.
736
737 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.base/maint.exp: Add test for 'maint info sections'.
740
741 2019-09-12 Tom de Vries <tdevries@suse.de>
742
743 * gdb.base/store.exp: Allow register variables to be optimized out at
744 -O0.
745
746 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.ada/rdv_wait.exp: Update to new task names.
749 * gdb.base/task_switch_in_core.exp: Likewise.
750 * gdb.base/info_sources_base.c: Likewise.
751
752 2019-09-10 Tom Tromey <tromey@adacore.com>
753
754 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
755
756 2019-09-10 Tom Tromey <tromey@adacore.com>
757
758 * gdb.ada/dgopt.exp: New file.
759 * gdb.ada/dgopt/x.adb: New file.
760
761 2019-09-08 Tom Tromey <tom@tromey.com>
762
763 * gdb.tui/resize.exp: Remove setup_xfail.
764 * gdb.tui/regs.exp: Remove setup_xfail.
765 * gdb.tui/basic.exp: Remove setup_xfail.
766
767 2019-09-06 David Blaikie <dblaikie@gmail.com>
768
769 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
770 * gdb.cp/cplabel.exp: Ditto.
771 * gdb.linespec/ls-errs.exp: Ditto.
772
773 2019-09-05 Tom de Vries <tdevries@suse.de>
774
775 * lib/gdb.exp (cmp_file_string): New proc.
776 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
777 runto_main. Verify save breakpoints output.
778
779 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
780
781 * gdb.base/info-var.exp: Test info variables without running
782 to main, to avoid expect's buffer overflow.
783
784 2019-09-03 Tom Tromey <tromey@adacore.com>
785
786 * gdb.ada/bias.exp: New file.
787 * gdb.ada/bias/bias.adb: New file.
788 * gdb.ada/print_chars.exp: Add regression test.
789 * gdb.ada/print_chars/foo.adb (My_Character): New type.
790 (MC): New variable.
791
792 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
793
794 * gdb.base/argv0-symlink.exp: Run only on native target
795 and local host.
796
797 2019-08-29 Tom de Vries <tdevries@suse.de>
798
799 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
800 diverse debug info.
801 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
802
803 2019-08-28 Tom de Vries <tdevries@suse.de>
804
805 * gdb.base/info-var.exp: Allow info variables to print info for files
806 other than info-var-f1.c and info-var-f2.c.
807
808 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
809
810 * gdb.fortran/info-types.exp: Add module.
811 * gdb.fortran/info-types.f90: Update expected results.
812
813 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.fortran/info-types.exp: New file.
816 * gdb.fortran/info-types.f90: New file.
817 * lib/fortran.exp (fortran_character1): New proc.
818
819 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
822 functions'. Reindent as needed.
823 * gdb.base/info-var-f1.c: New file.
824 * gdb.base/info-var-f2.c: New file.
825 * gdb.base/info-var.exp: New file.
826 * gdb.base/info-var.h: New file.
827
828 2019-08-26 Tom de Vries <tdevries@suse.de>
829
830 PR c++/24852
831 * gdb.cp/no-libstdcxx-probe.exp: New test.
832
833 2019-08-26 Tom de Vries <tdevries@suse.de>
834
835 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
836 * tests need to be skipped.
837 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
838 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
839 mi_skip_libstdcxx_probe_tests.
840
841 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
842
843 * gdb.python/py-xmethods.exp: Use raw strings when passing
844 arguments to SimpleXMethodMatcher.
845
846 2019-08-22 Tom de Vries <tdevries@suse.de>
847
848 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
849 more informative.
850
851 2019-08-21 Pedro Alves <palves@redhat.com>
852
853 * gdb.base/with.exp: Test "with" with no arguments.
854
855 2019-08-21 Tom de Vries <tdevries@suse.de>
856
857 * gdb.base/gdb-caching-proc.exp: Sort files.
858
859 2019-08-20 Tom de Vries <tdevries@suse.de>
860
861 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
862 compilation.
863
864 2019-08-16 Tom de Vries <tdevries@suse.de>
865
866 * gdb.base/compare-sections.exp ("after run to main"): Allow
867 mismatched read-only sections for PIE executables.
868
869 2019-08-16 Tom Tromey <tom@tromey.com>
870
871 * lib/tuiterm.exp (_csi_Z): New proc.
872 * gdb.tui/basic.exp: Update window positions.
873 * gdb.tui/empty.exp: Update window positions.
874
875 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
876
877 * gdb.base/examine-backward.exp: Correct regexp for
878 "examine 3 bytes backward from ${address_zero}".
879
880 2019-08-15 Tom Tromey <tom@tromey.com>
881
882 * gdb.tui/empty.exp: Enable resizing tests.
883
884 2019-08-15 Tom Tromey <tromey@adacore.com>
885
886 * gdb.ada/char_enum.exp: Add regression tests.
887 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
888 and '0'.
889 (Char, Gchar): Update.
890 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
891
892 2019-08-15 Christian Biesinger <cbiesinger@google.com>
893
894 * gdb.python/python.exp: Expect a leading underscore on
895 GdbOutput{,Error}File.
896
897 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
898
899 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
900 Windows host.
901
902 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
903
904 * gdb.base/batch-preserve-term-settings.exp
905 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
906
907 2019-08-15 Christian Biesinger <cbiesinger@google.com>
908
909 * lib/gdb.exp: When running on a mingw target, replace
910 /x/ with x:/.
911
912 2019-08-14 Alan Hayward <alan.hayward@arm.com>
913
914 * gdb.arch/aarch64-prologue.c: New test.
915 * gdb.arch/aarch64-prologue.exp: New file.
916
917 2019-08-13 Tom de Vries <tdevries@suse.de>
918
919 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
920 Thread.
921
922 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
923
924 * gdb.python/py-completion.exp: Download the .py file to the host
925 and use its host pathname. Conditionalize tests that use
926 tab completion and manipulate files on the build machine.
927 * gdb.python/py-events.exp: Download the .py file to the host
928 and use its host pathname.
929 * gdb.python/py-evsignal.exp: Likewise.
930 * gdb.python/py-evthreads.exp: Likewise.
931 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
932 pathname syntax.
933 * gdb.python/py-framefilter.exp: Download the .py file to the right
934 place on the host. Match Windows pathname syntax.
935 * gdb.python/py-mi-var-info-path-expression.exp: Download the
936 .py file to the host and use its host pathname.
937 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
938 * gdb.python/py-objfile.exp: Expect a host pathname, not a
939 build pathname. Skip symlink test on Windows host. Add missing
940 newline at end of file.
941 * gdb.python/py-pp-maint.exp: Download the .py file to the host
942 and use its host pathname.
943 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
944 * gdb.python/py-section-script.exp: Use host location of binfile
945 on safe-path. Use correct path separator on Windows host.
946 Reorder alternatives in gdb_test_multiple to prevent matching
947 the wrong alternative on success.
948 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
949
950 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
951
952 * gdb.gdb/selftest.exp (test_with_self): Update test to now
953 expect the GDB inferior to no longer immediately stop after
954 being resumed with "signal SIGINT".
955
956 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
957
958 * gdb.linespec/break-ask.exp: Generalize regexps to match
959 Windows pathnames too.
960
961 2019-08-08 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/24862
964 * lib/tuiterm.exp (_accept): Fix CSI regexp.
965
966 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
967
968 * gdb.base/style.exp: Update tests for help doc new invariants.
969 * gdb.base/help.exp: Likewise.
970
971 2019-08-06 Tom Tromey <tom@tromey.com>
972
973 * gdb.base/style.exp: Add disassemble test.
974 * gdb.base/style.c (some_called_function): New function.
975 (main): Use it.
976
977 2019-08-05 Christian Biesinger <cbiesinger@google.com>
978
979 * gdb.python/py-block.exp: Test dictionary access on blocks.
980
981 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
982
983 PR gdb/24863
984 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
985 -list-thread-groups --available test when running under
986 check-read1.
987
988 2019-08-05 Tom de Vries <tdevries@suse.de>
989
990 PR testsuite/24863
991 * lib/gdb.exp (with_read1_timeout_factor): New proc.
992 * gdb.base/help.exp: Use with_read1_timeout_factor.
993 * gdb.base/info-macros.exp: Same.
994 * gdb.cp/nested-types.exp: Same.
995
996 2019-08-05 Tom de Vries <tdevries@suse.de>
997
998 * lib/gdb.exp (version_at_least): Factor out of ...
999 (tcl_version_at_least): ... here.
1000 (gdb_compile): Fail if pie results in non-PIE executable.
1001 (readelf_version, readelf_prints_pie): New proc.
1002 (exec_is_pie): Return -1 if unknown.
1003
1004 2019-08-05 Tom de Vries <tdevries@suse.de>
1005
1006 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1007
1008 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1009
1010 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1011
1012 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1013
1014 * lib/completion-support.exp (test_gdb_complete_none): Skip
1015 tab completion tests if no readline support.
1016 (test_gdb_complete_unique_re): Likewise.
1017 (test_gdb_complete_multiple): Likewise.
1018
1019 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1020
1021 * gdb.base/info_sources.exp: New file.
1022 * gdb.base/info_sources.c: New file.
1023 * gdb.base/info_sources_base.c: New file.
1024
1025 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1026
1027 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1028 prefix argument.
1029 (test_exit_status): Add prefix argument.
1030
1031 2019-08-01 Tom de Vries <tdevries@suse.de>
1032
1033 PR testsuite/24863
1034 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1035 calling exp_continue for new thread and thread exited messages.
1036
1037 2019-08-01 Tom de Vries <tdevries@suse.de>
1038
1039 PR testsuite/24863
1040 * gdb.base/structs.exp: Fix check-read1 timeout using
1041 gdb_test_sequence.
1042 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1043
1044 2019-08-01 Tom de Vries <tdevries@suse.de>
1045
1046 PR testsuite/24863
1047 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1048 line.
1049
1050 2019-08-01 Tom de Vries <tdevries@suse.de>
1051
1052 PR testsuite/24863
1053 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1054
1055 2019-07-30 Tom Tromey <tromey@adacore.com>
1056
1057 * gdb.ada/display_nested.exp: New file.
1058 * gdb.ada/display_nested/foo.adb: New file.
1059 * gdb.ada/display_nested/pack.adb: New file.
1060 * gdb.ada/display_nested/pack.ads: New file.
1061
1062 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1063
1064 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1065 namespace.
1066 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1067
1068 2019-07-30 Tom de Vries <tdevries@suse.de>
1069
1070 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1071 instead.
1072
1073 2019-07-30 Tom de Vries <tdevries@suse.de>
1074
1075 PR testsuite/24834
1076 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1077 (exec_is_pie): New proc.
1078
1079 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1080
1081 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1082
1083 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1084
1085 * gdb.python/py-objfile.c: Add global and static vars.
1086 * gdb.python/py-objfile.exp: Test new functions Objfile.
1087 lookup_global_symbol and lookup_static_symbol.
1088
1089 2019-07-29 Tom Tromey <tom@tromey.com>
1090
1091 * lib/tuiterm.exp (Term::_csi_@): New proc.
1092 (Term::_csi_X): Don't move cursor.
1093
1094 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1095
1096 * gdb.base/options.exp: Update backtrace - completion to
1097 new option -frame-info.
1098 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1099 Test new 'set print frame-info'. Test backtrace -frame-info
1100 overriding 'set print frame-info'.
1101 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1102 Test new 'set print frame-info'.
1103 Verify consistency of backtrace with and without filters, with and
1104 without -no-filters.
1105 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1106 default.
1107
1108 2019-07-29 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1111 no arguments".
1112
1113 2019-07-29 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1116 is a substring of the first for "complete non-unique file name".
1117
1118 2019-07-29 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1121 with ".*".
1122
1123 2019-07-29 Tom de Vries <tdevries@suse.de>
1124
1125 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1126 Pass prompt_regexp parameter to gdb_test_multiple calls.
1127
1128 2019-07-29 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1131 print registers" regexps.
1132
1133 2019-07-29 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1136
1137 2019-07-29 Tom de Vries <tdevries@suse.de>
1138
1139 PR gdb/24855
1140 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1141 (skip_python_tests_prompt): Add prompt_regexp argument to
1142 gdb_test_multiple calls.
1143
1144 2019-07-27 Tom Tromey <tom@tromey.com>
1145
1146 * gdb.tui/main.exp: New file.
1147
1148 2019-07-27 Tom Tromey <tom@tromey.com>
1149
1150 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1151 optional.
1152 * gdb.tui/empty.exp: New file.
1153
1154 2019-07-27 Tom Tromey <tom@tromey.com>
1155
1156 * lib/tuiterm.exp (spawn): New proc.
1157 (Term::resize): New proc.
1158 * gdb.tui/resize.exp: New file.
1159
1160 2019-07-27 Tom Tromey <tom@tromey.com>
1161
1162 * gdb.tui/list.exp: New file.
1163
1164 2019-07-27 Tom Tromey <tom@tromey.com>
1165
1166 * gdb.tui/regs.exp: New file.
1167
1168 2019-07-27 Tom Tromey <tom@tromey.com>
1169
1170 * gdb.tui/basic.exp: Add "layout split" test.
1171
1172 2019-07-27 Tom Tromey <tom@tromey.com>
1173
1174 * gdb.tui/basic.exp: Add "layout asm" test.
1175
1176 2019-07-27 Tom Tromey <tom@tromey.com>
1177
1178 * lib/tuiterm.exp: New file.
1179 * gdb.tui/basic.exp: New file.
1180
1181 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1182
1183 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1184 Enable tests associated with this flag. Adjust regex
1185 referencing "foo_low" to now refer to "foo_cold" instead.
1186
1187 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1188
1189 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1190 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1191 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1192 foo_cold. Revise comments to match.
1193 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1194 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1195 were wrapped into this proc; Call do_test in loop from outermost
1196 level.
1197 (foo_low): Rename all occurrences to "foo_cold".
1198 (backtrace from baz): New test.
1199 (x2/i foo_cold): New test.
1200 (info line *foo_cold): New test.
1201
1202 2019-07-26 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1205
1206 2019-07-25 Tom de Vries <tdevries@suse.de>
1207
1208 PR testsuite/24830
1209 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1210 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1211 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1212 (skip_libstdcxx_probe_tests): ... here.
1213 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1214
1215 2019-07-24 Tom de Vries <tdevries@suse.de>
1216
1217 PR testsuite/24807
1218 * gdb.objc/basicclass.m: Include stdio.h.
1219 * gdb.objc/nondebug.m: Same.
1220 * gdb.objc/objcdecode.m: Same.
1221
1222 2019-07-24 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/24612
1225 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1226 additional_flags.
1227
1228 2019-07-24 Tom de Vries <tdevries@suse.de>
1229
1230 PR testsuite/24831
1231 * gdb.multi/tids.exp: Update error messages for info threads.
1232
1233 2019-07-24 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.base/info-types.exp: Allow info types to print info for more than
1236 one file.
1237
1238 2019-07-23 Tom de Vries <tdevries@suse.de>
1239
1240 PR testsuite/24842
1241 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1242 gdb_spawn_with_cmdline_opts.
1243
1244 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1245
1246 * gdb.arch/arm-cmse-sgstubs.c: New test.
1247 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1248
1249 2019-07-23 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24711
1252 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1253 issuing next command.
1254
1255 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.ada/info_auto_lang.exp: Update expected results.
1258 * gdb.base/info-types.c: Add additional types to check.
1259 * gdb.base/info-types.exp: Update expected results.
1260
1261 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.base/info-types.c: New file.
1264 * gdb.base/info-types.exp: New file.
1265
1266 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.arch/riscv-bp-infcall.c: New file.
1269 * gdb.arch/riscv-bp-infcall.exp: New file.
1270
1271 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 PR breakpoints/24541
1274 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1275
1276 2019-07-14 Tom de Vries <tdevries@suse.de>
1277
1278 PR testsuite/24760
1279 * gdb.objc/basicclass.exp: Fix unterminated string.
1280
1281 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1282 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1285 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1286 negative bounds.
1287 * gdb.fortran/vla-value.exp: Print elements of an array with
1288 negative bounds.
1289 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1290 testing.
1291
1292 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.base/options.exp (expect_string): Dequote strings in
1295 results.
1296 (test-string): Test strings with different quoting and reindent.
1297
1298 2019-07-10 Tom Tromey <tromey@adacore.com>
1299
1300 * gdb.ada/mi_ex_cond.exp: Update expected results.
1301 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1302 * gdb.ada/mi_catch_ex.exp: Update expected results.
1303 * gdb.ada/mi_catch_assert.exp: Update expected results.
1304 * gdb.ada/catch_ex.exp (catch_exception_info)
1305 (catch_exception_entry, catch_assert_entry)
1306 (catch_unhandled_entry): Update.
1307 * gdb.ada/catch_assert_if.exp: Update expected results.
1308
1309 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1310 Stephen Roberts <stephen.roberts@arm.com>
1311
1312 * gdb.base/define.exp: Restore original prompt.
1313
1314 2019-07-09 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1317 breakpoints" output.
1318 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1319 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1320 throw" creates breakpoint.
1321 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1322 'type="catchpoint"'.
1323
1324 2019-07-09 Pedro Alves <palves@redhat.com>
1325
1326 PR c++/15468
1327 * gdb.cp/except-multi-location-lib.cc: New.
1328 * gdb.cp/except-multi-location-main.cc: New.
1329 * gdb.cp/except-multi-location.exp: New.
1330
1331 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1332
1333 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1334 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1335 argument and update callers.
1336
1337 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.arch/amd64-break-on-asm-line.S: New file.
1340 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1341
1342 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1343
1344 * gdb.base/printcmds.exp: Test printing C string and
1345 C wide string convenience vars without transiting via the inferior.
1346 Also make test names unique.
1347
1348 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1349
1350 PR breakpoints/25011
1351 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1352
1353 2019-07-04 Pedro Alves <palves@redhat.com>
1354
1355 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1356 body returned ok(0), break(3) or continue(4).
1357 * gdb.testsuite/foreach_with_prefix.exp: New file.
1358
1359 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1360
1361 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1362
1363 2019-07-03 Pedro Alves <palves@redhat.com>
1364
1365 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1366 "return -code".
1367
1368 2019-07-03 Pedro Alves <palves@redhat.com>
1369
1370 PR cli/24732
1371 * gdb.base/shell.exp: Load completion-support.exp.
1372 Adjust expected error output. Add completion tests.
1373
1374 2019-07-03 Pedro Alves <palves@redhat.com>
1375
1376 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1377 string_to_regexp.
1378
1379 2019-07-03 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1382 (expect_integer): Adjust to expect "-string".
1383 (expect_string): New.
1384 (all_options): Expect "-string".
1385 (test-flag, test-boolean): Adjust to expect "-string".
1386 (test-string): New proc.
1387 (top level): Call it.
1388
1389 2019-07-03 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1392 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1393 the expected output in the success.
1394
1395 2019-07-03 Pedro Alves <palves@redhat.com>
1396
1397 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1398 Split one gdb_test_multiple call in two to avoid a race.
1399
1400 2019-07-03 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.base/with.c: New file.
1403 * gdb.base/with.exp: New file.
1404
1405 2019-07-03 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/settings.exp: Replace all references to "maint
1408 test-settings set" with references to "maint set test-settings",
1409 and all references to "maint test-settings show" with references
1410 to "maint show test-settings".
1411
1412 2019-07-03 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.base/settings.exp (test-string): Adjust expected out when
1415 testing "maint test-settings show filename"
1416
1417 2019-07-02 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/options.exp (test-info-threads): New procedure.
1420 (top level): Call it.
1421
1422 2019-06-28 Tom Tromey <tromey@adacore.com>
1423
1424 * gdb.dwarf2/ada-linkage-name.c: New file.
1425 * gdb.dwarf2/ada-linkage-name.exp: New file.
1426
1427 2019-06-27 Tom Tromey <tromey@adacore.com>
1428
1429 PR c++/20020:
1430 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1431
1432 2019-06-26 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1435
1436 2019-06-26 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.base/index-cache.exp: Add back missing debug option.
1439
1440 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1441
1442 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1443
1444 2019-06-25 Tom de Vries <tdevries@suse.de>
1445
1446 PR testsuite/24727
1447 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1448
1449 2019-06-24 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1452
1453 2019-06-24 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1456 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1457 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1458
1459 2019-06-24 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1462
1463 2019-06-21 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1466
1467 2019-06-21 Tom de Vries <tdevries@suse.de>
1468
1469 PR testsuite/24518
1470 PR ada/24713
1471 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1472 index.
1473
1474 2019-06-19 Tom Tromey <tromey@adacore.com>
1475
1476 * gdb.ada/length_cond.exp: Add intro comment.
1477
1478 2019-06-19 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.ada/length_cond.exp: New file.
1481 * gdb.ada/length_cond/length_cond.adb: New file.
1482 * gdb.ada/length_cond/pck.adb: New file.
1483 * gdb.ada/length_cond/pck.ads: New file.
1484
1485 2019-06-18 Tom de Vries <tdevries@suse.de>
1486
1487 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1488
1489 2019-06-18 Tom Tromey <tromey@adacore.com>
1490
1491 * gdb.base/list0.h: Add comment explaining control character.
1492
1493 2019-06-18 Tom de Vries <tdevries@suse.de>
1494
1495 * boards/fission.exp: Break up long debug_flags line.
1496
1497 2019-06-16 Tom de Vries <tdevries@suse.de>
1498
1499 PR gdb/24445
1500 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1501 generated index.
1502
1503 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 PR gdb/24686
1506 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1507 improve detection of bug gdb/24541.
1508
1509 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1510
1511 PR gdb/24669
1512 * gdb.base/index-cache.exp (uses_readnow,
1513 expecting_index_cache_use): Define global variable.
1514 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1515 expecting_index_cache_use.
1516
1517 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1518 Andrew Burgess <andrew.burgess@embecosm.com>
1519
1520 * gdb.fortran/pointers.f90: New file.
1521 * gdb.fortran/print_type.exp: New file.
1522 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1523 * gdb.fortran/vla-type.exp: Likewise.
1524 * gdb.fortran/vla-value.exp: Likewise.
1525 * gdb.mi/mi-vla-fortran.exp: Likewise.
1526
1527 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1530 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1531 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1532 as a stop reason.
1533
1534 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.base/annota1.exp: Update expected results.
1537 * gdb.cp/annota2.exp: Likewise.
1538 * gdb.cp/annota3.exp: Likewise.
1539
1540 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.base/style-logging.exp: Remove path from test name.
1543
1544 2019-06-14 Tom Tromey <tromey@adacore.com>
1545
1546 PR gdb/24502:
1547 * gdb.base/style-logging.exp: New file.
1548
1549 2019-06-14 Tom Tromey <tromey@adacore.com>
1550
1551 * gdb.base/symfile-warn.exp: New file.
1552 * gdb.base/symfile-warn.c: New file.
1553
1554 2019-06-14 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.base/annotate-symlink.exp: New file.
1557
1558 2019-06-14 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/set_wstr.exp: Add reassignment test.
1561
1562 2019-06-14 Tom Tromey <tromey@adacore.com>
1563
1564 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1565 'unchecked_access and 'unrestricted_access as well.
1566
1567 2019-06-14 Tom Tromey <tromey@adacore.com>
1568
1569 PR ada/24539:
1570 * gdb.ada/vla.exp: Update tests.
1571 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1572 pragma.
1573
1574 2019-06-13 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.base/settings.exp (test-integer): Test junk after
1577 "unlimited".
1578
1579 2019-06-13 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/options.exp (test-thread-apply): New.
1582 (top level): Call it.
1583
1584 2019-06-13 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/options.exp (test-frame-apply): New.
1587 (top level): Test print commands with different "frame apply"
1588 prefixes.
1589
1590 2019-06-13 Pedro Alves <palves@redhat.com>
1591
1592 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1593 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1594 'max_completions' parameter and handle it.
1595 (test_gdb_completion_offers_commands): New.
1596
1597 2019-06-13 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1600
1601 2019-06-13 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.base/options.exp (test-backtrace): New.
1604 (top level): Call it.
1605
1606 2019-06-13 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.guile/scm-frame-args.exp: Use "set print
1609 raw-frame-arguments" instead of "set print raw frame-arguments".
1610 * gdb.python/py-frame-args.exp: Likewise.
1611
1612 2019-06-13 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.compile/compile.exp: Adjust expected output to option
1615 processing changes.
1616
1617 2019-06-13 Pedro Alves <palves@redhat.com>
1618
1619 * gdb.base/options.exp: Build executable.
1620 (test-print): New procedure.
1621 (top level): Call it, once for "print" and another for "compile
1622 print".
1623
1624 2019-06-13 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.base/options.c: New file.
1627 * gdb.base/options.exp: New file.
1628
1629 2019-06-13 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1632 that "o" is ambiguous.
1633
1634 2019-06-13 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/settings.c: New file.
1637 * gdb.base/settings.exp: New file.
1638
1639 2019-06-13 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/completion.exp: Fix comment typo.
1642
1643 2019-06-13 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1646 foo --1" test.
1647
1648 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1649
1650 * gdb.fortran/block-data.f: New.
1651 * gdb.fortran/block-data.exp: New.
1652
1653 2019-06-11 Tom de Vries <tdevries@suse.de>
1654
1655 PR testsuite/24521
1656 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1657 message.
1658
1659 2019-06-11 Tom de Vries <tdevries@suse.de>
1660
1661 PR testsuite/24521
1662 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1663
1664 2019-06-11 Tom de Vries <tdevries@suse.de>
1665
1666 * boards/readnow.exp: New file.
1667
1668 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1669
1670 * gdb.fortran/vla-sizeof.exp: Update expected results.
1671
1672 2019-06-06 Amos Bird <amosbird@gmail.com>
1673
1674 * gdb.base/annota1.exp (thread_switch): Add test for
1675 thread-exited annotation.
1676
1677 2019-06-06 Tom Tromey <tromey@adacore.com>
1678
1679 * gdb.base/maint.exp: Expect command started/finished output.
1680
1681 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1684 comment.
1685 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1686
1687 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1690 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1691 * gdb.arch/riscv-unwind-long-insn.c: New file.
1692 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1693
1694 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1695
1696 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1697
1698 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1699
1700 * lib/gdb.exp (help_list_trailer): New regexp variable
1701 factorizing the help trailer message.
1702 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1703 arg to allow to better factorize various tests.
1704 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1705 (test_prefix_command_help): Use help_list_trailer.
1706 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1707 * gdb.guile/scm-cmd.exp: Likewise.
1708 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1709 * gdb.base/help.exp: Use test_user_defined_class_help.
1710 * gdb.base/style.exp: Add tests for styling of help and apropos.
1711 * lib/gdb-utils.exp (style): Add title and highlight styles.
1712
1713 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1714
1715 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1716 $_shell_exitsignal.
1717 * gdb.base/default.exp: Update for new convenience variables.
1718
1719 2019-05-29 Tom Tromey <tromey@adacore.com>
1720
1721 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1722 to "break complete ada" test case's regexp.
1723
1724 2019-05-29 Tom Tromey <tromey@adacore.com>
1725
1726 PR c++/20020:
1727 * gdb.cp/constexpr-field.exp: New file.
1728 * gdb.cp/constexpr-field.cc: New file.
1729
1730 2019-05-29 Tom Tromey <tromey@adacore.com>
1731
1732 * gdb.base/finish.exp (finish_no_print): New proc.
1733 (finish_tests): Call it.
1734
1735 2019-05-24 Tom de Vries <tdevries@suse.de>
1736
1737 * gdb.dwarf2/gdb-add-index.exp: New file.
1738
1739 2019-05-22 Tom Tromey <tromey@adacore.com>
1740
1741 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1742 * gdb.base/style.exp: Use "style".
1743 * lib/gdb-utils.exp (style): New proc.
1744
1745 2019-05-22 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.base/align.exp: Require c++11.
1748
1749 2019-05-22 Tom de Vries <tdevries@suse.de>
1750
1751 PR testsuite/24586
1752 * gdb.python/py-mi-var-info-path-expression.exp: Call
1753 mi_skip_python_tests to check if python is supported.
1754
1755 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1756
1757 * gdb.arch/aarch64-pauth.c: New test.
1758 * gdb.arch/aarch64-pauth.exp: New file.
1759
1760 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1761
1762 * README (Re-running Tests Outside The Testsuite): New section.
1763
1764 2019-05-21 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.arch/amd64-eval.exp: Require c++11.
1767 * gdb.base/max-depth.exp: Same.
1768 * gdb.compile/compile-cplus-array-decay.exp: Same.
1769 * gdb.cp/meth-typedefs.exp: Same.
1770 * gdb.cp/subtypes.exp: Same.
1771 * gdb.cp/temargs.exp: Same.
1772
1773 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1774
1775 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1776
1777 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1778
1779 PR gdb/18644
1780 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1781 * gdb.fortran/printing-types.exp: Add new test.
1782 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1783 testing.
1784 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1785 setup_kfail call.
1786
1787 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1788
1789 * README (Running the Testsuite): Change example.
1790 (Testsuite Parameters): Remove TRANSCRIPT.
1791 * lib/gdb.exp: Remove TRANSCRIPT check.
1792
1793 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1794
1795 * README (Testsuite Parameters): Add replay logging to
1796 GDBSERVER_DEBUG.
1797 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1798 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1799 as a comma separated list.
1800 (gdb_debug_init): Override procedure.
1801
1802 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1803
1804 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1805 (gdb_write_cmd_file): New procedure.
1806 * lib/gdbserver-support.exp (gdbserver_start): Call
1807 gdbserver_write_cmd_file.
1808 (gdbserver_write_cmd_file): New procedure.
1809
1810 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1811
1812 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1813 (delete_breakpoints): Likewise.
1814 (gdb_run_cmd): Likewise.
1815 (gdb_start_cmd): Likewise.
1816 (gdb_starti_cmd): Likewise.
1817 (gdb_internal_error_resync): Likewise.
1818 (gdb_test_multiple): Likewise.
1819 (gdb_reinitialize_dir): Likewise.
1820 (default_gdb_exit): Likewise.
1821 (gdb_file_cmd): Mark kill as optional.
1822 (default_gdb_start): Call gdb_stdin_log_init.
1823 (send_gdb): Call gdb_stdin_log_write.
1824 (rerun_to_main): Mark Y as an answer.
1825 (gdb_stdin_log_init): New function.
1826 (gdb_stdin_log_write): Likewise.
1827
1828 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1829
1830 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1831 * gdb.base/debug-expr.exp: Likewise.
1832 * gdb.base/foll-fork.exp: Likewise.
1833 * gdb.base/foll-vfork.exp: Likewise.
1834 * gdb.base/fork-print-inferior-events.exp: Likewise.
1835 * gdb.base/gdb-sigterm.exp: Likewise.
1836 * gdb.base/gdbinit-history.exp: Likewise.
1837 * gdb.base/osabi.exp: Likewise.
1838 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1839 * gdb.base/ui-redirect.exp: Likewise.
1840 * gdb.gdb/unittest.exp: Likewise.
1841 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1842 * gdb.mi/mi-watch.exp: Likewise.
1843 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1844 * gdb.mi/user-selected-context-sync.exp: Likewise.
1845 * gdb.python/python.exp: Disable debug test when debugging.
1846 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1847 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1848 Likewise.
1849 * gdb.threads/stepi-random-signal.exp: Likewise.
1850
1851 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1852
1853 * Makefile.in: Pass through GDB_DEBUG.
1854 * README (Testsuite Parameters): Add GDB_DEBUG.
1855 (gdb,debug): Add board setting.
1856 * lib/gdb.exp (default_gdb_start): Start debugging.
1857 (gdb_debug_enabled): New procedure.
1858 (gdb_debug_init): Likewise.
1859
1860 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1861
1862 * Makefile.in: Pass through GDB_DEBUG.
1863 * README (Testsuite Parameters): Add GDB_DEBUG.
1864 (gdb,debug): Add board setting.
1865 * lib/gdb.exp (default_gdb_start): Start debugging.
1866 (gdb_debug_enabled): New procedure.
1867 (gdb_debug_init): Likewise.
1868
1869 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1870
1871 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1872
1873 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1874
1875 * gdb.base/ui-redirect.exp: Test redirection.
1876
1877 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1878
1879 * gdb.mi/mi-complete.exp: New file.
1880 * gdb.mi/mi-complete.cc: Likewise.
1881
1882 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1883
1884 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1885 indexed and sliced arrays, and pointers to arrays.
1886
1887 2019-05-14 Tom Tromey <tromey@adacore.com>
1888
1889 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1890 styling test.
1891
1892 2019-05-14 Tom de Vries <tdevries@suse.de>
1893
1894 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1895 selection entry encoding.
1896
1897 2019-05-10 Tom Tromey <tromey@adacore.com>
1898
1899 * gdb.ada/info_exc.exp: Add "complete" test.
1900
1901 2019-05-09 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1904 CU-relative.
1905
1906 2019-05-09 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1909 CU-relative.
1910
1911 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1912
1913 * gdb.ada/frame_arg_lang.exp: New testcase.
1914 * gdb.ada/frame_arg_lang/bla.adb: New file.
1915 * gdb.ada/frame_arg_lang/pck.ads: New file.
1916 * gdb.ada/frame_arg_lang/pck.adb: New file.
1917 * gdb.ada/frame_arg_lang/foo.c: New file.
1918
1919 2019-05-08 Tom Tromey <tromey@adacore.com>
1920
1921 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1922
1923 2019-05-08 Tom Tromey <tromey@adacore.com>
1924
1925 * gdb.base/ptype-offsets.exp: Update tests.
1926
1927 2019-05-08 Tom Tromey <tromey@adacore.com>
1928
1929 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1930 cases.
1931 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1932 "short".
1933
1934 2019-05-08 Tom Tromey <tromey@adacore.com>
1935
1936 * gdb.ada/vla.exp: New file.
1937 * gdb.ada/vla/vla.adb: New file.
1938
1939 2019-05-07 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1942
1943 2019-05-07 Tom de Vries <tdevries@suse.de>
1944
1945 PR testsuite/24522
1946 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1947 section.
1948
1949 2019-05-07 Tom de Vries <tdevries@suse.de>
1950
1951 PR testsuite/24522
1952 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1953 .debug_aranges section.
1954
1955 2019-05-07 Tom de Vries <tdevries@suse.de>
1956
1957 PR testsuite/24159
1958 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1959
1960 2019-05-06 Tom de Vries <tdevries@suse.de>
1961
1962 * lib/gdb.exp (exec_has_index_section): New proc.
1963 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1964 section.
1965
1966 2019-05-04 Tom de Vries <tdevries@suse.de>
1967
1968 * boards/cc-with-debug-names.exp: New file.
1969
1970 2019-05-03 Tom Tromey <tromey@adacore.com>
1971
1972 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1973 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1974 * gdb.ada/char_enum.exp: Add test.
1975
1976 2019-05-03 Tom de Vries <tdevries@suse.de>
1977
1978 * boards/cc-with-gdb-index.exp: New file.
1979
1980 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.rust/simple.exp: Add new test case.
1983 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1984 (main): Initialise an instance of the new struct.
1985
1986 2019-05-01 Tom Tromey <tromey@adacore.com>
1987
1988 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1989 record.
1990 (NPR): New variable.
1991 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1992 test.
1993
1994 2019-05-01 Tom Tromey <tromey@adacore.com>
1995
1996 * gdb.ada/packed_array_assign.exp: Add packed assignment
1997 regression test.
1998
1999 2019-05-01 Tom de Vries <tdevries@suse.de>
2000
2001 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2002
2003 2019-05-01 Tom de Vries <tdevries@suse.de>
2004
2005 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2006
2007 2019-04-30 Ali Tamur <tamur@google.com>
2008
2009 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2010
2011 2019-04-30 Tom Tromey <tromey@adacore.com>
2012
2013 * lib/ada.exp (find_ada_tool): New proc.
2014 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2015 * gdb.ada/catch_ex_std.exp: New file.
2016 * gdb.ada/catch_ex_std/foo.adb: New file.
2017 * gdb.ada/catch_ex_std/some_package.adb: New file.
2018 * gdb.ada/catch_ex_std/some_package.ads: New file.
2019
2020 2019-04-30 Tom Tromey <tromey@adacore.com>
2021
2022 PR c++/24470:
2023 * gdb.cp/temargs.cc: Add test code from PR.
2024
2025 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.fortran/vla-datatypes.exp: Update expected results.
2028 * gdb.fortran/vla-ptype.exp: Likewise.
2029 * gdb.fortran/vla-type.exp: Likewise.
2030 * gdb.fortran/vla-value.exp: Likewise.
2031
2032 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.fortran/ptr-indentation.exp: Update expected results.
2035 * gdb.fortran/ptype-on-functions.exp: Likewise.
2036 * gdb.fortran/vla-ptr-info.exp: Likewise.
2037 * gdb.fortran/vla-value.exp: Likewise.
2038
2039 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * gdb.fortran/ptype-on-functions.exp: New file.
2042 * gdb.fortran/ptype-on-functions.f90: New file.
2043
2044 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2047 case void string.
2048
2049 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.fortran/complex.exp: Expand.
2052 * gdb.fortran/complex.f: Renamed to...
2053 * gdb.fortran/complex.f90: ...this, and extended to add more
2054 complex values.
2055
2056 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2057
2058 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2059 MODULO, CMPLX.
2060
2061 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2062 Richard Bunt <richard.bunt@arm.com>
2063
2064 * gdb.base/max-depth.c: New file.
2065 * gdb.base/max-depth.exp: New file.
2066 * gdb.python/py-nested-maps.c: New file.
2067 * gdb.python/py-nested-maps.exp: New file.
2068 * gdb.python/py-nested-maps.py: New file.
2069 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2070 (test_all_common): Call test_max_depth.
2071 * gdb.fortran/max-depth.exp: New file.
2072 * gdb.fortran/max-depth.f90: New file.
2073 * gdb.go/max-depth.exp: New file.
2074 * gdb.go/max-depth.go: New file.
2075 * gdb.modula2/max-depth.exp: New file.
2076 * gdb.modula2/max-depth.c: New file.
2077 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2078
2079 2019-04-29 Tom de Vries <tdevries@suse.de>
2080
2081 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2082
2083 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2084
2085 * gdb.base/callexit.exp: Test may-call-functions off.
2086
2087 2019-04-25 Keith Seitz <keiths@redhat.com>
2088
2089 PR c++/24367
2090 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2091 (another_incomplete_struct, test_incomplete): New definitions.
2092 (main): Use new definitions.
2093 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2094 functions.
2095
2096 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2097
2098 PR corefiles/11608
2099 PR corefiles/18187
2100 * gdb.base/coredump-filter-build-id.exp: New file.
2101
2102 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2103
2104 * Makefile.in: Pass through GDBSERVER_DEBUG.
2105 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2106 (gdbserver,debug): Add board setting.
2107 * gdb.trace/tspeed.exp: Skip when debugging.
2108 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2109 * lib/gdbserver-support.exp: Likewise
2110
2111 2019-04-24 Tom Tromey <tromey@adacore.com>
2112
2113 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2114 Rust.
2115
2116 2019-04-24 Tom Tromey <tromey@adacore.com>
2117
2118 * gdb.arch/amd64-eval.exp: Test bitfield return.
2119 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2120 (class Foo) <return_bitfields>: New method.
2121 (main): Call it.
2122
2123 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.cp/many-args.cc: New file.
2126 * gdb.cp/many-args.exp: New file.
2127
2128 2019-04-23 Tom de Vries <tdevries@suse.de>
2129
2130 PR gdb/24433
2131 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2132
2133 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2134
2135 * gdb.trace/backtrace.exp: Use nopie flag.
2136 * gdb.trace/circ.exp: Likewise.
2137 * gdb.trace/collection.exp: Likewise.
2138 * gdb.trace/ftrace.exp: Likewise.
2139 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2140 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2141 * gdb.trace/qtro.exp: Likewise.
2142 * gdb.trace/read-memory.exp: Likewise.
2143 * gdb.trace/report.exp: Likewise.
2144 * gdb.trace/tfile.exp: Likewise.
2145 * gdb.trace/tfind.exp: Likewise.
2146 * gdb.trace/unavailable.exp: Likewise.
2147
2148 2019-04-22 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/solib-probes-nosharedlibrary.c,
2151 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2152
2153 2019-04-19 Tom Tromey <tromey@adacore.com>
2154
2155 * gdb.ada/ptype_union.c: New file.
2156 * gdb.ada/ptype_union.exp: New file.
2157
2158 2019-04-19 Tom Tromey <tromey@adacore.com>
2159
2160 PR symtab/24423:
2161 * gdb.base/list0.h (foo): Add a control-l character.
2162
2163 2019-04-18 Tom de Vries <tdevries@suse.de>
2164
2165 PR gdb/24433
2166 * boards/local-board.exp: Set sysroot to "".
2167
2168 2019-04-18 Tom de Vries <tdevries@suse.de>
2169 Pedro Alves <palves@redhat.com>
2170
2171 PR gdb/24454
2172 * gdb.threads/vfork-follow-child-exec.c: New file.
2173 * gdb.threads/vfork-follow-child-exec.exp: New file.
2174 * gdb.threads/vfork-follow-child-exit.c: New file.
2175 * gdb.threads/vfork-follow-child-exit.exp: New file.
2176
2177 2019-04-15 Leszek Swirski <leszeks@google.com>
2178
2179 * gdb.arch/amd64-eval.cc: New file.
2180 * gdb.arch/amd64-eval.exp: New file.
2181
2182 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2183
2184 * gdb.server/sysroot.c: New test.
2185 * gdb.server/sysroot.exp: New file.
2186 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2187 matching param.
2188
2189 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.base/align.exp: Extend test to cover structures containing
2192 only static fields.
2193
2194 2019-04-11 Tom de Vries <tdevries@suse.de>
2195
2196 * boards/cc-with-dwz-m.exp: New file.
2197 * boards/cc-with-dwz.exp: New file.
2198 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2199
2200 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2201
2202 * gdb.base/start-cpp.exp: New file.
2203 * gdb.base/start-cpp.cc: New file.
2204
2205 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2206
2207 * gdb.python/py-thrhandle.exp: Adjust tests to call
2208 thread_from_handle instead of thread_from_thread_handle.
2209
2210 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2211
2212 * gdb.python/py-thrhandle.exp: Add tests for
2213 gdb.InferiorThread.handle.
2214
2215 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.python/py-function.exp: Check calling helper function from
2218 all languages.
2219 * lib/gdb.exp (gdb_supported_languages): New proc.
2220
2221 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.base/complex-parts.c: New file.
2224 * gdb.base/complex-parts.exp: New file.
2225
2226 2019-04-01 Tom Tromey <tromey@adacore.com>
2227
2228 PR symtab/23331:
2229 * gdb.dwarf2/dw2-ranges-main.c: New file.
2230 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2231 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2232
2233 2019-03-30 Simon Marchi <simark@simark.ca>
2234
2235 * gdb.base/default.exp: Add values for $_gdb_major and
2236 $_gdb_minor.
2237
2238 2019-03-29 Tom Tromey <tromey@adacore.com>
2239
2240 * gdb.base/help.exp: Tighten apropos regexp.
2241
2242 2019-03-29 Keith Seitz <keiths@redhat.com>
2243
2244 * gdb.fortran/array-bounds.exp: New file.
2245 * gdb.fortran/array-bounds.f90: New file.
2246
2247 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2248
2249 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2250
2251 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2252
2253 * gdb.multi/hello.c (main): Increase alarm timer.
2254
2255 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2256
2257 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2258 factor when no hardware watchpoint support.
2259
2260 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2261 Pedro Alves <palves@redhat.com>
2262
2263 * boards/local-board.exp: set sysroot to /.
2264
2265 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2266
2267 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2268 in child.
2269
2270 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2273 field.
2274 (make_container): Initialise new field.
2275 * gdb.python/py-prettyprint.exp: Add new tests.
2276 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2277 <display_hint>: New method.
2278
2279 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2282 gdb_continue_to_breakpoint more throughout this test.
2283 (run_lang_tests) Supply unique test names, and use
2284 gdb_test_no_output.
2285
2286 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.base/finish-pretty.exp: Update expected results.
2289 * gdb.base/pretty-print.c: New file.
2290 * gdb.base/pretty-print.exp: New file.
2291
2292 2019-03-25 Pedro Alves <palves@redhat.com>
2293
2294 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2295 move comments outside list. Append '-i "" eof' section.
2296
2297 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2298
2299 PR testsuite/25016
2300 * README: Add pie options.
2301 * gdb.base/break-interp.exp: Ensure pie is disabled.
2302 * gdb.base/dump.exp: Likewise.
2303 * lib/gdb.exp (gdb_compile): Add pie option.
2304
2305 2019-03-19 Tom Tromey <tromey@adacore.com>
2306
2307 * gdb.mi/mi2-cli-display.c: New file.
2308 * gdb.mi/mi2-cli-display.exp: New file.
2309
2310 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2311 Tom Tromey <tromey@adacore.com>
2312
2313 * gdb.ada/ptype_array/pck.adb: New file.
2314 * gdb.ada/ptype_array/pck.ads: New file.
2315 * gdb.ada/ptype_array/foo.adb: New file.
2316 * gdb.ada/ptype_array.exp: New file.
2317
2318 2019-03-14 Tom Tromey <tromey@adacore.com>
2319
2320 * gdb.base/style.exp: Add "set style sources" test.
2321
2322 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2323
2324 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2325 * mi-breakpoint-multiple-locations.exp: ... this.
2326 (make_breakpoints_pattern): New proc.
2327 (do_test): Add mi_version parameter, test -break-insert,
2328 -break-info and =breakpoint-created.
2329
2330 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * config/default.exp: Remove 'load_lib gdb.exp'.
2333 * config/monitor.exp: Likewise.
2334 * config/sid.exp: Likewise.
2335 * config/sim.exp: Likewise.
2336 * config/slite.exp: Likewise.
2337 * config/unix.exp: Likewise.
2338 * gdb.base/default.exp: Remove unhelpful comment.
2339
2340 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2343
2344 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2347
2348 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.fortran/type-kinds.exp: Update expected results.
2351
2352 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2355
2356 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2359 function.
2360 (test_basic_parsing_of_type_kinds): Expand types tested.
2361 (test_parsing_invalid_type_kinds): New function.
2362
2363 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.fortran/intrinsics.exp: New file.
2366 * gdb.fortran/intrinsics.f90: New file.
2367 * gdb.fortran/type-kinds.exp: New file.
2368
2369 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.fortran/dot-ops.exp: New file.
2372
2373 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2376 Check upper and lower case logical literals.
2377
2378 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2381 Remove duplicate tests.
2382
2383 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2384
2385 * lib/gdb.exp (builtin_cd): rename of cd.
2386 (cd): Override builtin.
2387
2388 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2389
2390 * gdb.fortran/function-calls.exp: New file.
2391 * gdb.fortran/function-calls.f90: New test.
2392
2393 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2394
2395 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2396 on user program standard output.
2397 * gdb.fortran/short-circuit-argument-list.f90: Record function
2398 calls.
2399
2400 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2401
2402 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2403 failure.
2404
2405 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2406
2407 PR gdb/8527
2408 * gdb.base/interrupt-daemon-attach.c,
2409 gdb.base/interrupt-daemon-attach.exp: New test.
2410
2411 2019-02-27 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.base/page.exp: Add tests for "set width/height -1".
2414
2415 2019-02-27 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/page.exp: Add tests for "set/show width/height" with
2418 "infinite" values.
2419
2420 2019-02-27 Tom Tromey <tromey@adacore.com>
2421
2422 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2423 2.4.
2424 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2425 workaround.
2426
2427 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2430 tests for structs with static members.
2431
2432 2019-02-26 Tom Tromey <tromey@adacore.com>
2433
2434 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2435 ValueError, not TypeError.
2436
2437 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2438
2439 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2440 call from main program.
2441
2442 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2443
2444 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2445 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2446 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2447 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2448 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2449
2450 2019-02-22 Keith Seitz <keiths@redhat.com>
2451
2452 PR symtab/23853
2453 * gdb.base/symlink-sourcefile.c: New file.
2454 * gdb.base/symlink-sourcefile.exp: New file.
2455
2456 2019-02-20 Tom Tromey <tom@tromey.com>
2457
2458 * gdb.base/info_qt.exp: Update.
2459
2460 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2461
2462 * gdb.base/source.exp: Move "error in sourced script" code to
2463 the end.
2464 * gdb.base/source-error.gdb: Move contents to
2465 source-error-1.gdb. Add new code to source source-error-1.gdb.
2466 * gdb.base/source-error-1.gdb: New file, from previous
2467 source-error.gdb.
2468
2469 2019-02-17 Tom Tromey <tom@tromey.com>
2470
2471 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2472 for macro styling.
2473 * gdb.base/style.c (SOME_MACRO): New macro.
2474
2475 2019-02-17 Tom Tromey <tom@tromey.com>
2476
2477 * gdb.base/style.exp: Add line-wrapping tests.
2478 * gdb.base/page.exp: Add test for quitting during pagination.
2479
2480 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.ada/big_packed_array: New testcase.
2483 * gdb.ada/homonym.exp: Fix incorrect expected output for
2484 "break <homonym__get_value>" test.
2485
2486 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2487
2488 PR breakpoints/21870
2489 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2490 and prepare_for_testing. Add comment.
2491 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2492 redundant cleanup call. Clean up comment.
2493
2494 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2495
2496 PR breakpoints/21870
2497 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2498 * gdb.arch/aarch64-dbreg-contents.c: New file.
2499
2500 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.ada/mi_ref_changeable: New testcase.
2503
2504 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2505
2506 * gdb.base/attach.exp: Add double attach test.
2507
2508 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2509
2510 * lib/gdb.exp (default_gdb_start): Don't match pagination
2511 prompt.
2512 (gdb_init): Set stty_init.
2513
2514 2019-01-27 Tom Tromey <tom@tromey.com>
2515
2516 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2517 skip_python_tests.
2518
2519 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2520
2521 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2522 New structure.
2523 (struct struct_static_02_02): Likewise.
2524 (struct struct_static_02_03): Likewise.
2525 (struct struct_static_02_04): Likewise.
2526 (struct struct_static_04_01): Likewise.
2527 (struct struct_static_04_02): Likewise.
2528 (struct struct_static_04_03): Likewise.
2529 (struct struct_static_04_04): Likewise.
2530 (struct struct_static_06_01): Likewise.
2531 (struct struct_static_06_02): Likewise.
2532 (struct struct_static_06_03): Likewise.
2533 (struct struct_static_06_04): Likewise.
2534 (cmp_struct_static_02_01): Likewise.
2535 (cmp_struct_static_02_02): Likewise.
2536 (cmp_struct_static_02_03): Likewise.
2537 (cmp_struct_static_02_04): Likewise.
2538 (cmp_struct_static_04_01): Likewise.
2539 (cmp_struct_static_04_02): Likewise.
2540 (cmp_struct_static_04_03): Likewise.
2541 (cmp_struct_static_04_04): Likewise.
2542 (cmp_struct_static_06_01): Likewise.
2543 (cmp_struct_static_06_02): Likewise.
2544 (cmp_struct_static_06_03): Likewise.
2545 (cmp_struct_static_06_04): Likewise.
2546 (call_all): Test new structs.
2547 * gdb.base/infcall-nested-structs.exp: Likewise.
2548
2549 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2550 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2551
2552 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2553 * gdb.base/stack-protector.c: New test.
2554 * gdb.base/stack-protector.exp: New file.
2555 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2556 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2557 option.
2558 (gdb_compile): Remove stack protector for GCC and prevent
2559 recursion.
2560
2561 2019-01-16 Keith Seitz <keiths@redhat.com>
2562
2563 PR gdb/23773
2564 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2565
2566 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2567
2568 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2569 aliases.
2570 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2571 tests.
2572 * gdb.arch/powerpc-vector-regs.c: New file.
2573 * gdb.arch/powerpc-vector-regs.exp: New file.
2574
2575 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2576
2577 * gdb.arch/altivec-regs.exp: Fix the list passed to
2578 gdb_expect_list when testing "info vector".
2579
2580 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.base/style.exp: Don't include path in testname.
2583
2584 2019-01-10 Keith Seitz <keiths@redhat.com>
2585
2586 PR gdb/23712
2587 PR symtab/23010
2588 * gdb.dwarf2/multidictionary.exp: New file.
2589
2590 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2591
2592 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2593 (test_gnuv3_style_demangling): ... this.
2594 (test_lucid_style_demangling): Remove.
2595 (test_arm_style_demangling): Remove.
2596 (test_hp_style_demangling): Remove.
2597 (do_tests): Remove calls to the above.
2598
2599 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2602 case.
2603
2604 2019-01-06 Tom Tromey <tom@tromey.com>
2605
2606 PR gdb/28155:
2607 * gdb.dwarf2/typedef-void-finish.exp: New file.
2608
2609 2018-12-28 Tom Tromey <tom@tromey.com>
2610 Simon Marchi <simark@simark.ca>
2611
2612 * gdb.base/jit-exec.exp: New file.
2613 * gdb.base/jit-exec.c: New file.
2614 * gdb.base/jit-execd.c: New file.
2615
2616 2018-12-28 Tom Tromey <tom@tromey.com>
2617
2618 * gdb.base/style.exp: Update test to check for address styling.
2619
2620 2018-12-28 Tom Tromey <tom@tromey.com>
2621
2622 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2623 message.
2624
2625 2018-12-28 Tom Tromey <tom@tromey.com>
2626
2627 * gdb.base/style.exp: Add test for version number styling.
2628
2629 2018-12-28 Tom Tromey <tom@tromey.com>
2630
2631 * gdb.base/style.exp: Add test for print_address_symbolic.
2632
2633 2018-12-28 Tom Tromey <tom@tromey.com>
2634
2635 * gdb.base/style.exp: Add test for breakpoint setting.
2636
2637 2018-12-28 Tom Tromey <tom@tromey.com>
2638
2639 * gdb.base/style.exp: Add test for variable names.
2640
2641 2018-12-28 Tom Tromey <tom@tromey.com>
2642
2643 * gdb.base/style.exp: New file.
2644 * gdb.base/style.c: New file.
2645
2646 2018-12-28 Tom Tromey <tom@tromey.com>
2647
2648 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2649 "dumb".
2650 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2651 the TERM environment variable.
2652
2653 2018-12-27 Tom Tromey <tom@tromey.com>
2654
2655 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2656 pagination test.
2657
2658 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2659
2660 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2661 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2662
2663 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2664
2665 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2666 Filename a.adb changed to bp_fun_addr.adb.
2667 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2668
2669 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2670
2671 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2672 non-PIE executables.
2673 * README: Mention the gdb,nopie_flag board setting.
2674 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2675 non-PIE executable.
2676 * gdb.arch/amd64-entry-value.exp: Likewise.
2677 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2678 * gdb.arch/i386-float.exp: Likewise.
2679 * gdb.arch/i386-signal.exp: Likewise.
2680 * gdb.mi/mi-reg-undefined.exp: Likewise.
2681
2682 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2683
2684 PR gdb/23974
2685 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2686
2687 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2688
2689 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2690 Update order of results accordingly.
2691
2692 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.base/annota1.exp: Update a test regexp.
2695
2696 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2699
2700 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2701
2702 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2703 (reuse_time): Initialize to REUSE_TIME_CAP.
2704 (check_rc): New function.
2705 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2706 Check pthread_create rc.
2707 (spawner_thread_func): Check pthread_create and pthread_join rc.
2708
2709 2018-12-08 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/list.exp (test_forward_search): Rename to ...
2712 (test_forward_reverse_search): ... this. Also test reverse-search
2713 and the forward-search alias.
2714
2715 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2718 local timeout variable before return, and remove all local timeout
2719 variable entirely.
2720 (gdb_load): Likewise.
2721
2722 2018-12-01 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.base/gdb-caching-proc.exp: New file.
2725
2726 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2727
2728 * Makefile.in (TIMESTAMP): New variable.
2729 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2730 command.
2731 (check-single-racy): Likewise.
2732 (check/%.exp): Likewise.
2733 (check-racy/%.exp): Likewise.
2734 (workers/%.worker): Likewise.
2735 (build-perf): Likewise.
2736 (check-perf): Likewise.
2737 * README: Describe new "TS" and "TS_FORMAT" variables.
2738 * print-ts.py: New file.
2739
2740 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2741
2742 PR python/23714
2743 * gdb.python/python.exp: Test command repetition after
2744 gdb.execute.
2745
2746 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2747
2748 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2749 is correctly aligned.
2750
2751 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2752
2753 * gdb.ada/info_auto_lang.exp: New testcase.
2754 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2755 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2756 * gdb.ada/info_auto_lang/some_c.c: New file.
2757
2758 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2759
2760 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2761 FUNC_lang language syntax.
2762
2763 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2764
2765 * gdb.base/info_minsym.c: New file.
2766 * gdb.base/info_minsym.exp: New file.
2767
2768 2018-11-19 Tom Tromey <tom@tromey.com>
2769
2770 PR rust/23625:
2771 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2772 * gdb.rust/expr.exp: Update expected output. Change one test.
2773
2774 2018-11-19 Tom Tromey <tom@tromey.com>
2775
2776 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2777
2778 2018-11-19 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2781 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2782 see the expected warning.
2783
2784 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2785
2786 PR gdb/22736:
2787 * gdb.cp/infcall-nodebug-lib.c: New test.
2788 * gdb.cp/infcall-nodebug-main.c: New test.
2789 * gdb.cp/infcall-nodebug.exp: New file.
2790
2791 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2792
2793 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2794 completer tests.
2795
2796 2018-11-09 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.base/msym-lang.c: New test.
2799 * gdb.base/msym-lang.exp: New file.
2800 * gdb.base/msym-lang-main.c: New test.
2801
2802 2018-11-08 Tom Tromey <tom@tromey.com>
2803
2804 PR gdb/23555:
2805 PR gdb/23838:
2806 * gdb.base/warning.exp: New file.
2807
2808 2018-11-08 Jan Beulich <jbeulich@suse.com>
2809
2810 * testsuite/gdb.arch/i386-avx512.c,
2811 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2812
2813 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2816 point hardware.
2817
2818 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2821 * gdb.dwarf2/missing-type-name.exp: New file.
2822
2823 2018-11-06 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.base/many-headers.c: New test.
2826 * gdb.base/many-headers.exp: New file.
2827
2828 2018-11-06 Jim Wilson <jimw@sifive.com>
2829
2830 * gdb.base/code_elim.exp: For riscv, set additional_flags
2831 to include -msmall-data-limit=0.
2832
2833 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2834
2835 * gdb.ada/watch_minus_l: New testcase.
2836
2837 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2838
2839 * gdb.arch/aix-sighandle.c: New file.
2840 * gdb.arch/aix-sighandle.exp: New file.
2841
2842 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2845 registers being unions.
2846
2847 2018-10-31 Tom de Vries <tdevries@suse.de>
2848
2849 * lib/valgrind.exp: New file.
2850 (vgdb_start, vgdb_stop): New procs, factored out of ...
2851 * gdb.base/valgrind-bt.exp: ... here, ...
2852 * gdb.base/valgrind-disp-step.exp: ... here and ...
2853 * gdb.base/valgrind-infcall.exp: ... here.
2854
2855 2018-10-31 Tom de Vries <tdevries@suse.de>
2856
2857 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2858
2859 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.dwarf2/void-type.c: New file.
2862 * gdb.dwarf2/void-type.exp: New file.
2863
2864 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2865
2866 * gdb.base/info_qt.c: New file.
2867 * gdb.base/info_qt.exp: New file.
2868
2869 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2870
2871 * gdb.arch/powerpc-htm-regs.c: New file.
2872 * gdb.arch/powerpc-htm-regs.exp: New file.
2873
2874 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2875
2876 * gdb.arch/powerpc-tar.c: New file.
2877 * gdb.arch/powerpc-tar.exp: New file.
2878
2879 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2880
2881 * gdb.arch/powerpc-ppr-dscr.c: New file.
2882 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2883
2884 2018-10-25 Tom de Vries <tdevries@suse.de>
2885
2886 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2887
2888 2018-10-24 Tom de Vries <tdevries@suse.de>
2889
2890 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2891 longer exists error.
2892
2893 2018-10-24 Tom de Vries <tdevries@suse.de>
2894
2895 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2896
2897 2018-10-24 Tom de Vries <tdevries@suse.de>
2898
2899 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2900 --db-attach in valgrind.
2901
2902 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.arch/riscv-reg-aliases.c: New file.
2905 * gdb.arch/riscv-reg-aliases.exp: New file.
2906
2907 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2908
2909 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2910
2911 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2912
2913 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2914
2915 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2916
2917 * gdb.cp/ovldbreak.exp: Fix regexps.
2918
2919 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2920
2921 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2922
2923 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2924
2925 PR cli/23785
2926 * gdb.base/restore.exp: New test to check if "restore" with an
2927 invalid file doesn't segfault.
2928
2929 2018-10-18 Tom de Vries <tdevries@suse.de>
2930
2931 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2932 * gdb.ada/excep_handle.exp: Same.
2933 * gdb.ada/mi_string_access.exp: Same.
2934 * gdb.ada/mi_var_union.exp: Same.
2935 * gdb.arch/arc-analyze-prologue.exp: Same.
2936 * gdb.arch/arc-decode-insn.exp: Same.
2937 * gdb.base/readnever.exp: Same.
2938 * gdb.fortran/printing-types.exp: Same.
2939 * gdb.guile/scm-lazy-string.exp: Same.
2940
2941 2018-10-16 Tom de Vries <tdevries@suse.de>
2942
2943 PR gdb/23730
2944 * gdb.base/catch-follow-exec.c: Add copyright notice.
2945 * gdb.base/catch-follow-exec.exp: Rewrite to use
2946 gdb_spawn_with_cmdline_opts. Require gdb-native.
2947
2948 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2949
2950 * gdb.trace/actions-changed.exp: Check for arch support.
2951 * gdb.trace/actions.exp: Likewise.
2952 * gdb.trace/ax.exp: Likewise.
2953 * gdb.trace/backtrace.exp: Likewise.
2954 * gdb.trace/change-loc.exp: Likewise.
2955 * gdb.trace/deltrace.exp: Likewise.
2956 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2957 * gdb.trace/ftrace.exp: Likewise.
2958 * gdb.trace/infotrace.exp: Check for arch support.
2959 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2960 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2961 * gdb.trace/mi-tsv-changed.exp: Likewise.
2962 * gdb.trace/packetlen.exp: Likewise.
2963 * gdb.trace/passc-dyn.exp: Likewise.
2964 * gdb.trace/passcount.exp: Likewise.
2965 * gdb.trace/pending.exp: Likewise.
2966 * gdb.trace/range-stepping.exp: Check for shlib support.
2967 * gdb.trace/report.exp: Check for arch support.
2968 * gdb.trace/save-trace.exp: Likewise.
2969 * gdb.trace/signal.exp: Check for signal support.
2970 * gdb.trace/tfind.exp: Check for arch support.
2971 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2972 * gdb.trace/trace-common.h: Add comment.
2973 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2974 * gdb.trace/trace-enable-disable.exp: Likewise.
2975 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2976 * gdb.trace/tracecmd.exp: Check for arch support.
2977 * gdb.trace/tspeed.exp: Check for shlib and target support.
2978 * gdb.trace/tstatus.exp: Check for arch support.
2979 * gdb.trace/tsv.exp: Likewise.
2980 * gdb.trace/while-dyn.exp: Likewise.
2981 * gdb.trace/while-stepping.exp: Likewise.
2982 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2983
2984 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2985
2986 * gdb.trace/tspeed.exp: Remove nowarnings.
2987 (prepare_for_trace_test): Declare "global ipalib".
2988 * gdb.trace/tspeed.c: Include unistd.h.
2989 (main): Remove superfluous printf argument.
2990
2991 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2992
2993 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2994 directory prefix on the filename.
2995
2996 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2997
2998 * gdb.gdb/unittest.exp: Update expected message informing that
2999 selftests have been disabled.
3000 * gdb.server/unittest.exp: Likewise.
3001
3002 2018-10-09 Tom de Vries <tdevries@suse.de>
3003
3004 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3005 with runto_main.
3006
3007 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3008
3009 PR c++/16841
3010 * gdb.cp/virtbase2.cc: New file.
3011 * gdb.cp/virtbase2.exp: New file.
3012
3013 2018-10-06 Tom Tromey <tom@tromey.com>
3014
3015 PR python/19399:
3016 * gdb.python/py-inferior.exp: Add architecture test.
3017
3018 2018-10-06 Tom Tromey <tom@tromey.com>
3019
3020 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3021 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3022
3023 2018-10-06 Tom Tromey <tom@tromey.com>
3024
3025 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3026 of a "throw" catchpoint.
3027
3028 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3029
3030 * gdb.base/info-proc.exp: Update string expected from "help info
3031 proc".
3032
3033 2018-10-04 Tom Tromey <tom@tromey.com>
3034
3035 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3036 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3037 (test_initial_complaints, test_empty_complaints): Update.
3038 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3039
3040 2018-10-04 Tom Tromey <tom@tromey.com>
3041
3042 PR cli/19551:
3043 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3044 * lib/gdb.exp (gdb_file_cmd): Update.
3045 * gdb.stabs/weird.exp (print_weird_var): Update.
3046 * gdb.server/solib-list.exp: Update.
3047 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3048 * gdb.mi/mi-cli.exp: Update.
3049 * gdb.linespec/linespec.exp: Update.
3050 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3051 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3052 * gdb.cp/cp-relocate.exp: Update.
3053 * gdb.base/sym-file.exp: Update.
3054 * gdb.base/relocate.exp: Update.
3055 * gdb.base/readnever.exp: Update.
3056 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3057 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3058 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3059 * gdb.base/code_elim.exp: Update.
3060 * gdb.base/break-unload-file.exp (test_break): Update.
3061 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3062 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3063 Update.
3064 * gdb.base/attach.exp (do_attach_tests): Update.
3065 * gdb.base/sepdebug.exp: Update.
3066 * gdb.python/py-section-script.exp: Update.
3067
3068 2018-10-04 Tom Tromey <tom@tromey.com>
3069
3070 PR cli/22234:
3071 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3072 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3073 output.
3074
3075 2018-10-04 Tom Tromey <tom@tromey.com>
3076
3077 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3078 set width and height to 0.
3079 (test_command_line_attach_run): Use -quiet.
3080
3081 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3082
3083 * lib/gdb.exp (skip_ifunc_tests): New.
3084 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3085 other compile failures.
3086 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3087
3088 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3089
3090 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3091 is_amd64_regs_target.
3092
3093 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3094
3095 * gdb.arch/aarch64-sighandler-regs.c: New test.
3096 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3097 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3098
3099 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3100
3101 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3102 assembly.
3103
3104 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.base/frame-selection.exp: New file.
3107 * gdb.base/frame-selection.c: New file.
3108
3109 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3110
3111 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3112 pthread barrier.
3113 (main): Likewise.
3114
3115 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * gdb.base/large-frame-1.c: New file.
3118 * gdb.base/large-frame-2.c: New file.
3119 * gdb.base/large-frame.exp: New file.
3120 * gdb.base/large-frame.h: New file.
3121
3122 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3123
3124 PR gdb/20948
3125 * gdb.base/write_mem.exp: New test.
3126 * gdb.base/write_mem.c: Likewise.
3127
3128 2018-09-23 Tom Tromey <tom@tromey.com>
3129
3130 PR python/18852:
3131 * gdb.python/py-parameter.exp: Add test for parameter that throws
3132 on "set".
3133
3134 2018-09-23 Tom Tromey <tom@tromey.com>
3135
3136 PR python/17284:
3137 * gdb.python/py-template.exp (test_template_arg): Add test for
3138 negative template argument number.
3139
3140 2018-09-23 Tom Tromey <tom@tromey.com>
3141
3142 PR python/14062:
3143 * gdb.python/python.exp: Add test for post_event error.
3144
3145 2018-09-23 Tom Tromey <tom@tromey.com>
3146
3147 PR python/18170:
3148 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3149 convert pointers to int and long.
3150
3151 2018-09-23 Tom Tromey <tom@tromey.com>
3152
3153 PR python/20126:
3154 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3155 signed-ness conversion tests.
3156
3157 2018-09-23 Tom Tromey <tom@tromey.com>
3158
3159 PR python/18352;
3160 * gdb.python/py-value.exp (test_float_conversion): New proc.
3161 Use it.
3162
3163 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3164
3165 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3166
3167 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3168
3169 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3170 no readline.
3171 * gdb.base/utf8-identifiers.exp: Likewise.
3172 * gdb.cp/cpcompletion.exp: Likewise.
3173 * gdb.linespec/cpcompletion.exp: Likewise.
3174 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3175 * gdb.linespec/cpls-ops.exp: Likewise.
3176
3177 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3178 Chris January <chris.january@arm.com>
3179
3180 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3181 * gdb.fortran/short-circuit-argument-list.exp: New file.
3182 * gdb.fortran/short-circuit-argument-list.f90: New test.
3183
3184 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3185
3186 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3187 "arch=" keyword when executing "-stack-list-frames".
3188
3189 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3190
3191 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3192 "arch=" keyword when executing "-stack-list-frames".
3193
3194 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3195
3196 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3197 break ada".
3198
3199 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3200
3201 PR python/23669
3202 * gdb.python/python.exp: Test gdb.execute("show commands").
3203
3204 2018-09-16 Tom Tromey <tom@tromey.com>
3205
3206 * gdb.base/new-ui.exp (do_execution_tests): Update.
3207 * gdb.base/dbx.exp (test_breakpoints): Update.
3208
3209 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3210
3211 * lib/gdb.exp (gdb_simple_compile): Add proc.
3212 (is_elf_target): Use gdb_simple_compile.
3213 (skip_altivec_tests): Likewise.
3214 (skip_vsx_tests): Likewise.
3215 (skip_tsx_tests): Likewise.
3216 (skip_btrace_tests): Likewise.
3217 (skip_btrace_pt_tests): Likewise.
3218 (gdb_can_simple_compile): Likewise.
3219 (gdb_has_argv0): Likewise.
3220 (gdb_target_symbol_prefix): Likewise.
3221 (target_supports_scheduler_locking): Likewise.
3222
3223 2018-09-13 Tom Tromey <tom@tromey.com>
3224
3225 * Makefile.in (TAGS): Recognize proc_with_prefix and
3226 gdb_caching_proc.
3227
3228 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3231 method.
3232
3233 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3236 and a few other Inferior properties when the Inferior is no
3237 longer valid.
3238
3239 2018-09-13 Tom Tromey <tom@tromey.com>
3240
3241 PR rust/23650:
3242 * gdb.rust/simple.exp: Add test for enum field access error.
3243
3244 2018-09-13 Tom Tromey <tom@tromey.com>
3245
3246 PR rust/23626:
3247 * gdb.rust/simple.rs (EmptyEnum): New type.
3248 (main): Use it.
3249 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3250
3251 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3252
3253 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3254 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3255 * gdb.python/py-symtab.exp: Update test printing an objfile.
3256
3257 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3258
3259 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3260 object.
3261
3262 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3263
3264 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3265 (support_complex_tests): Use gdb_can_simple_compile.
3266 (is_ilp32_target): Likewise.
3267 (is_lp64_target): Likewise.
3268 (is_64_target): Likewise.
3269 (is_amd64_regs_target): Likewise.
3270 (is_aarch32_target): Likewise.
3271 (gdb_int128_helper): Likewise.
3272
3273 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3276
3277 2018-09-10 Jerome Guitton <guitton@adacore.com>
3278
3279 * gdb.ada/same_component_name: Add test for case of tagged record
3280 with variable-length fields.
3281
3282 2018-09-10 Xavier Roirand <roirand@adacore.com>
3283
3284 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3285 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3286 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3287 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3288
3289 2018-09-10 Xavier Roirand <roirand@adacore.com>
3290
3291 * gdb.ada/mi_string_access.exp: New testcase.
3292 * gdb.ada/mi_string_access/bar.adb: New file.
3293 * gdb.ada/mi_string_access/pck.adb: New file.
3294 * gdb.ada/mi_string_access/pck.asd: New file.
3295
3296 2018-09-10 Xavier Roirand <roirand@adacore.com>
3297
3298 * gdb.ada/mi_var_union.exp: New testcase.
3299 * gdb.ada/mi_var_union/bar.adb: New file.
3300 * gdb.ada/mi_var_union/pck.adb: New file.
3301 * gdb.ada/mi_var_union/pck.asd: New file.
3302
3303 2018-09-08 Tom Tromey <tom@tromey.com>
3304
3305 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3306
3307 2018-09-08 Tom Tromey <tom@tromey.com>
3308
3309 PR python/16047:
3310 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3311 (register_pretty_printers): Register new printer.
3312 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3313 test.
3314 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3315 (an_int_type3): New global.
3316
3317 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/expr_with_funcall: New testcase.
3320
3321 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.ada/packed_array_assign: New testcase.
3324
3325 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3326
3327 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3328 names, and add test prefixes to make test names unique.
3329
3330 2018-09-05 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.dwarf2/varval.exp: Add test.
3333
3334 2018-09-04 Gary Benson <gbenson@redhat.com>
3335
3336 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3337 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3338
3339 2018-08-31 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.rust/simple.rs: Rename second variable "v".
3342
3343 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3344
3345 * gdb.base/funcargs.c (use_a): New function.
3346 (recurse): Call use_a.
3347
3348 2018-08-29 Keith Seitz <keiths@redhat.com>
3349
3350 * gdb.compile/compile-cplus-anonymous.cc: New file.
3351 * gdb.compile/compile-cplus-anonymous.exp: New file.
3352 * gdb.compile/compile-cplus-array-decay.cc: New file.
3353 * gdb.compile/compile-cplus-array-decay.exp: New file.
3354 * gdb.compile/compile-cplus-inherit.cc: New file.
3355 * gdb.compile/compile-cplus-inherit.exp: New file.
3356 * gdb.compile/compile-cplus-member.cc: New file.
3357 * gdb.compile/compile-cplus-member.exp: New file.
3358 * gdb.compile/compile-cplus-method.cc: New file.
3359 * gdb.compile/compile-cplus-method.exp: New file.
3360 * gdb.compile/compile-cplus-mod.c: "New" file.
3361 * gdb.compile/compile-cplus-namespace.cc: New file.
3362 * gdb.compile/compile-cplus-namespace.exp: New file.
3363 * gdb.compile/compile-cplus-nested.cc: New file.
3364 * gdb.compile/compile-cplus-nested.exp: New file.
3365 * gdb.compile/compile-cplus-print.c: "New" file.
3366 * gdb.compile/compile-cplus-print.exp: "New" file.
3367 * gdb.compile/compile-cplus-virtual.cc: New file.
3368 * gdb.compile/compile-cplus-virtual.exp: New file.
3369 * gdb.compile/compile-cplus.c: "New" file.
3370 * gdb.compile/compile-cplus.exp: "New" file.
3371 * lib/compile-support.exp: New file.
3372
3373 2018-08-16 Gary Benson <gbenson@redhat.com>
3374
3375 PR gdb/13000:
3376 * gdb.base/batch-exit-status.exp: New file.
3377 * gdb.base/batch-exit-status.good-commands: Likewise.
3378 * gdb.base/batch-exit-status.bad-commands: Likewise.
3379
3380 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3381
3382 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3383 (struct struct02): Likewise.
3384 (struct struct03): Likewise.
3385 (struct struct04): Likewise.
3386 (struct struct_01_01): New struct.
3387 (struct struct_01_02): Likewise.
3388 (struct struct_01_03): Likewise.
3389 (struct struct_01_04): Likewise.
3390 (struct struct_02_01): Likewise.
3391 (struct struct_02_02): Likewise.
3392 (struct struct_02_03): Likewise.
3393 (struct struct_02_04): Likewise.
3394 (struct struct_04_01): Likewise.
3395 (struct struct_04_02): Likewise.
3396 (struct struct_04_03): Likewise.
3397 (struct struct_04_04): Likewise.
3398 (struct struct_05_01): Likewise.
3399 (struct struct_05_02): Likewise.
3400 (struct struct_05_03): Likewise.
3401 (struct struct_05_04): Likewise.
3402 (cmp_struct01): Remove function.
3403 (cmp_struct02): Likewise.
3404 (cmp_struct03): Likewise.
3405 (cmp_struct04): Likewise.
3406 (cmp_struct_01_01): Add Function.
3407 (cmp_struct_01_02): Likewise.
3408 (cmp_struct_01_03): Likewise.
3409 (cmp_struct_01_04): Likewise.
3410 (cmp_struct_02_01): Likewise.
3411 (cmp_struct_02_02): Likewise.
3412 (cmp_struct_02_03): Likewise.
3413 (cmp_struct_02_04): Likewise.
3414 (cmp_struct_04_01): Likewise.
3415 (cmp_struct_04_02): Likewise.
3416 (cmp_struct_04_03): Likewise.
3417 (cmp_struct_04_04): Likewise.
3418 (cmp_struct_05_01): Likewise.
3419 (cmp_struct_05_02): Likewise.
3420 (cmp_struct_05_03): Likewise.
3421 (cmp_struct_05_04): Likewise.
3422 (call_all): Add new structs.
3423 * gdb.base/infcall-nested-structs.exp: Likewise.
3424
3425 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3426
3427 * gdb.python/py-framefilter-mi.exp: Update regexp to
3428 check for "arch" field in frame output.
3429
3430 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3431
3432 * gdb.dwarf2/dw2-ranges-func.c: New file.
3433 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3434
3435 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3436
3437 * gdb.base/term.exp: Compare terminal settings with values from
3438 the inferior.
3439 * gdb.base/term.c: Get and set terminal settings.
3440
3441 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3442
3443 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3444 accommodate new "arch" field in frame output.
3445 * gdb.mi/mi-return.exp: Likewise.
3446 * gdb.mi/mi-stack.exp: Likewise.
3447 * gdb.mi/mi-syn-frame.exp: Likewise.
3448 * gdb.mi/user-selected-context-sync.exp: Likewise.
3449
3450 2018-08-19 Michael Spang <spang@google.com>
3451
3452 PR gdb/11786
3453 * gdb.base/gcore-tls-pie.c: New file.
3454 * gdb.base/gcore-tls-pie.exp: New file.
3455
3456 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3457
3458 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3459 * gdb.dwarf2/varval.c: New file.
3460 * gdb.dwarf2/varval.exp: New file.
3461
3462 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3463
3464 PR gdb/18931
3465 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3466
3467 2018-08-16 Keith Seitz <keiths@redhat.com>
3468
3469 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3470 tests expected to pass.
3471
3472 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3473
3474 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3475 -data-disassemble -a.
3476 (test_disassembly_bogus_args): Likewise.
3477
3478 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3481
3482 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.base/vla-optimized-out.exp: Add new test.
3485
3486 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.base/vla-optimized-out-o3.exp: Delete.
3489 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3490 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3491 deleted tests.
3492
3493 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 PR gdb/18050:
3496 * gdb.server/extended-remote-restart.c: New file.
3497 * gdb.server/extended-remote-restart.exp: New file.
3498
3499 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3500
3501 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3502 "set variable index = 42".
3503
3504 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3505
3506 * boards/index-cache-gdb.exp: New file.
3507 * gdb.dwarf2/index-cache.exp: New file.
3508 * gdb.dwarf2/index-cache.c: New file.
3509 * gdb.base/maint.exp: Check if we are using the index cache.
3510
3511 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3512
3513 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3514 MAKEFLAGS.
3515
3516 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3517
3518 * dg-extract-results.sh: Move to toplevel contrib.
3519 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3520 * Makefile.in (check-parallel-racy): Likewise.
3521
3522 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3525 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3526 tests if the target supports scheduler locking.
3527
3528 2018-08-04 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3531
3532 2018-08-02 Tom Tromey <tom@tromey.com>
3533
3534 PR symtab/16842.
3535 * gdb.cp/temargs.exp: Test "info address" of a template
3536 parameter.
3537
3538 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3539
3540 * gdb.python/py-mi-var-info-path-expression.c: New file.
3541 * gdb.python/py-mi-var-info-path-expression.py: New file.
3542 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3543
3544 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3547 error after "cannot resolve name" string.
3548
3549 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3552 started.
3553 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3554
3555 2018-07-28 Tom de Vries <tdevries@suse.de>
3556
3557 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3558
3559 2018-07-26 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3562
3563 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3566 is visible.
3567
3568 2018-07-26 Tom de Vries <tdevries@suse.de>
3569
3570 PR breakpoints/23366
3571 * gdb.base/catch-follow-exec.c: New test.
3572 * gdb.base/catch-follow-exec.exp: New file.
3573
3574 2018-07-25 Tom de Vries <tdevries@suse.de>
3575
3576 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3577 vla-optimized-out.c.
3578
3579 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3580
3581 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3582 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3583
3584 2018-07-20 Tom de Vries <tdevries@suse.de>
3585
3586 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3587 NOCLONE macro.
3588 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3589
3590 2018-07-19 Tom de Vries <tdevries@suse.de>
3591
3592 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3593 regular expression.
3594
3595 2018-07-18 Tom de Vries <tdevries@suse.de>
3596
3597 * gdb.base/vla-optimized-out.c: New test.
3598 * gdb.base/vla-optimized-out.exp: New file.
3599
3600 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3601
3602 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3603 message "No address associated with hostname" when gdbserver
3604 cannot resolve the hostname.
3605
3606 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3607
3608 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3609 Add some test prefixes to make tests unique.
3610
3611 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3612
3613 * gdb.base/frameapply.c: New file.
3614 * gdb.base/frameapply.exp: New file.
3615
3616 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/skip.exp: Update expected error message.
3619
3620 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3621 Jan Kratochvil <jan.kratochvil@redhat.com>
3622 Paul Fertser <fercerpav@gmail.com>
3623 Tsutomu Seki <sekiriki@gmail.com>
3624
3625 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3626 parameter.
3627 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3628 by default.
3629 * boards/native-gdbserver.exp: Likewise.
3630 * gdb.server/run-without-local-binary.exp: Improve regexp used
3631 for detecting when a remote debugging connection succeeds.
3632 * gdb.server/server-connect.exp: New file.
3633 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3634 Do not prefix the port number with ":".
3635 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3636 support for detecting and using it. Add '$debughost_gdbserver'
3637 to the list of arguments used to start gdbserver. Handle case
3638 when gdbserver cannot resolve a network name.
3639
3640 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3641
3642 PR c++/23373
3643 * gdb.base/ptype-offsets.cc (struct static_member): New
3644 struct.
3645 (main) <stmember>: New variable.
3646 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3647 with a static member in it.
3648
3649 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3652 watchpoints enabled and disabled.
3653
3654 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.base/examine-backward.exp: Still run tests around address
3657 0x0, even if address 0x0 is not readable. Update the pattern for
3658 matching address 0x0 in expected output.
3659
3660 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3663 malloc/free.
3664
3665 2018-07-04 Tom de Vries <tdevries@suse.de>
3666
3667 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3668
3669 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3670
3671 PR tdep/8282
3672 * gdb.arch/mips-disassembler-options.exp: New test.
3673 * gdb.arch/mips-disassembler-options.s: New test source.
3674
3675 2018-06-29 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.threads/names.exp: Adjust expected "info threads" output.
3678
3679 2018-06-29 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.opt/inline-break.exp (line number, address): Add "info
3682 break" tests.
3683
3684 2018-06-29 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3687 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3688 number and address and running to them.
3689
3690 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3691
3692 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3693
3694 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 * lib/compiler.c: Remove executable permission flag.
3697
3698 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3699
3700 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3701 code.
3702 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3703
3704 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3705
3706 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3707
3708 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3709
3710 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3711 address argument is omitted.
3712
3713 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3714
3715 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3716
3717 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3718
3719 PR gdb/21695
3720 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3721 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3722
3723 2018-06-26 Tom Tromey <tom@tromey.com>
3724
3725 PR rust/22574:
3726 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3727 * gdb.rust/simple.rs (struct SimpleLayout): New.
3728
3729 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3730
3731 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3732 "info registers" output.
3733
3734 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3735
3736 * gdb.base/watchpoint-hw-attach.c: New test.
3737 * gdb.base/watchpoint-hw-attach.exp: New file.
3738
3739 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3740
3741 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3742 through /bin/sh.
3743 * boards/dwarf4-gdb-index.exp: Likewise.
3744 * boards/fission-dwp.exp: Likewise.
3745
3746 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3747
3748 * gdb.base/float128.exp: Add comment and improved fail message
3749 to the failure case of "print large128" test.
3750
3751 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3752
3753 * configure.ac: Remove AC_PREREQ.
3754 * configure: Re-generate.
3755
3756 2018-06-19 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3759 (func_extern_caller): New.
3760 (main): Call func_extern_caller.
3761 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3762 logic change.
3763
3764 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3765
3766 PR gdb/16841
3767 * gdb.cp/typedef-base.cc: New file.
3768 * gdb.cp/typedef-base.exp: New file.
3769
3770 2018-06-18 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3773
3774 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3775 Richard Bunt <Richard.Bunt@arm.com>
3776
3777 * gdb.threads/attach-slow-waitpid.c: New file.
3778 * gdb.threads/attach-slow-waitpid.exp: New file.
3779 * gdb.threads/slow-waitpid.c: New file.
3780
3781 2018-06-14 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.base/fork-running-state.c: Include <errno.h>.
3784 (exit_if_relative_exits): New.
3785 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3786 exits.
3787 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3788 child exits.
3789
3790 2018-06-14 Tom de Vries <tdevries@suse.de>
3791
3792 PR cli/22573
3793 * gdb.base/finish-pretty.c: New test.
3794 * gdb.base/finish-pretty.exp: New file.
3795
3796 2018-06-14 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3799 gdb's expected startup output.
3800
3801 2018-06-14 Pedro Alves <palves@redhat.com>
3802
3803 * lib/selftest-support.exp (selftest_setup): Remove inlined
3804 function handling.
3805
3806 2018-06-14 Tom de Vries <tdevries@suse.de>
3807
3808 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3809 matching of breakpoint printing.
3810
3811 2018-06-13 Tom de Vries <tdevries@suse.de>
3812
3813 PR testsuite/23269
3814 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3815 (fork_child): ... here, and ...
3816 (fork_parent): ... here.
3817
3818 2018-06-12 Tom de Vries <tdevries@suse.de>
3819
3820 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3821
3822 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3823 Stephen Roberts <stephen.roberts@arm.com>
3824
3825 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3826 rewrite test to describe action performed, rather than possible
3827 failure.
3828
3829 2018-06-08 Gary Benson <gbenson@redhat.com>
3830
3831 * gdb.threads/check-libthread-db.exp: New file.
3832 * gdb.threads/check-libthread-db.c: Likewise.
3833
3834 2018-06-05 Tom Tromey <tom@tromey.com>
3835
3836 * gdb.base/default.exp: Update expected "show version" output.
3837
3838 2018-06-05 Tom Tromey <tom@tromey.com>
3839
3840 PR cli/12326:
3841 * gdb.cp/static-print-quit.exp: Update.
3842 * lib/gdb.exp (pagination_prompt): Update.
3843 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3844 * gdb.python/python.exp: Update.
3845
3846 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3847
3848 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3849
3850 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.ada/bp_fun_addr: New testcase.
3853
3854 2018-06-01 Tom Tromey <tom@tromey.com>
3855
3856 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3857 results.
3858 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3859 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3860 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3861 * gdb.base/maint.exp (maint_pass_if): Update.
3862
3863 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3864
3865 * gdb.base/endian.exp: New test.
3866 * gdb.base/endian.c: New test source.
3867
3868 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 PR gdb/23203
3871 * gdb.base/bt-selected-frame.c: New file.
3872 * gdb.base/bt-selected-frame.exp: New file.
3873 * lib/gdb.exp (get_current_frame_number): New function.
3874
3875 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3876 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.threads/tls-core.c: Include <stdlib.h>
3879 (thread_proc): Call `abort'.
3880 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3881 (tls_core_test): New procedure, bits factored out from ...
3882 (top level): ... here. Test both native cores and gcore cores.
3883
3884 2018-05-23 Tom Tromey <tom@tromey.com>
3885
3886 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3887
3888 2018-05-23 Tom Tromey <tom@tromey.com>
3889
3890 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3891 symfile_complaints.
3892 (test_short_complaints): Likewise.
3893 (test_empty_complaints): Likewise.
3894 (test_initial_complaints): Update.
3895
3896 2018-05-23 Tom Tromey <tom@tromey.com>
3897
3898 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3899
3900 2018-05-23 Tom Tromey <tom@tromey.com>
3901
3902 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3903 (test_short_complaints): Update.
3904
3905 2018-05-22 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.base/remote.exp: Only gdb_start after compiling the
3908 testcase. Issue "disconnect" before testing "set remote" command
3909 defaults. Issue clean_restart before running to main.
3910
3911 2018-05-22 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/remote.exp: Adjust expected output of "show remote
3914 memory-write-packet-size". Add tests for "set remote
3915 memory-write-packet-size 0" and "set remote
3916 memory-write-packet-size fixed/limit".
3917
3918 2018-05-22 Pedro Alves <palves@redhat.com>
3919
3920 PR gdb/22973
3921 * gdb.base/utf8-identifiers.c: New file.
3922 * gdb.base/utf8-identifiers.exp: New file.
3923
3924 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3925
3926 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3927
3928 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3929
3930 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3931
3932 2018-05-18 Tom Tromey <tom@tromey.com>
3933
3934 * gdb.base/ptype-offsets.exp: Update.
3935
3936 2018-05-17 Keith Seitz <keiths@redhat.com>
3937
3938 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3939 in expected breakpoint stop locations.
3940 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3941 move to proper scope to test variable values.
3942 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3943 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3944 New functions.
3945 (main): Call not_inline_func3.
3946 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3947 inline_func1, inline_func2, and inline_func3. Test that when each
3948 breakpoint is hit, GDB properly reports both the stop location
3949 and the backtrace. Repeat tests for temporary breakpoints.
3950
3951 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3952
3953 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3954 rather then trying to access it in determining whether the PID
3955 of `gdbserver' could have been retrieved.
3956
3957 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.arch/amd64-init-x87-values.S: New file.
3960 * gdb.arch/amd64-init-x87-values.exp: New file.
3961
3962 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3965
3966 2018-05-04 Tom Tromey <tom@tromey.com>
3967
3968 PR python/22730:
3969 * gdb.python/python.exp: Test multi-line execute.
3970
3971 2018-05-04 Tom Tromey <tom@tromey.com>
3972
3973 PR python/22731:
3974 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3975
3976 2018-05-04 Tom Tromey <tom@tromey.com>
3977
3978 PR gdb/11750:
3979 * gdb.base/define.exp: Test defining a user command inside a user
3980 command.
3981 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3982
3983 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3984 Pedro Alves <palves@redhat.com>
3985
3986 PR breakpoints/19806 and support for PR external/20207.
3987 * gdb.base/watchpoint-unaligned.c: New file.
3988 * gdb.base/watchpoint-unaligned.exp: New file.
3989
3990 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.base/maint.exp: Make test names unique, use
3993 test_prefix_command_help to test 'help maint info', and remove
3994 repeated test of 'help maint'.
3995
3996 2018-05-04 Tom Tromey <tom@tromey.com>
3997
3998 PR gdb/22619:
3999 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4000 behavior.
4001
4002 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.base/maint.exp: Process output from 'maint print registers'
4005 line at a time.
4006
4007 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4008
4009 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4010 timeout.
4011
4012 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4015 filter pattern.
4016
4017 2018-05-02 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4020 to_log_command renames.
4021 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4022
4023 2018-05-02 Tom Tromey <tom@tromey.com>
4024
4025 * gdb.python/py-parameter.exp: Set test message.
4026
4027 2018-05-02 Tom Tromey <tom@tromey.com>
4028
4029 PR python/20084:
4030 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4031 PARAM_ZUINTEGER_UNLIMITED tests.
4032
4033 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4034
4035 PR rust/23124
4036 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4037 when casting.
4038
4039 2018-04-30 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.python/py-type.exp: Check align attribute.
4042 * gdb.python/py-type.c: New "aligncheck" global.
4043
4044 2018-04-30 Tom Tromey <tom@tromey.com>
4045
4046 PR exp/17095:
4047 * gdb.dwarf2/dw2-align.exp: New file.
4048 * gdb.cp/align.exp: New file.
4049 * gdb.base/align.exp: New file.
4050 * lib/gdb.exp (gdb_int128_helper): New proc.
4051 (has_int128_c, has_int128_cxx): New caching procs.
4052
4053 2018-04-27 Tom Tromey <tom@tromey.com>
4054
4055 PR rust/22545:
4056 * gdb.rust/simple.exp: Add inclusive range tests.
4057
4058 2018-04-26 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4061 ifunc breakpoint locations correctly of ifunc breakpoints set
4062 while the program resolves the ifunc.
4063
4064 2018-04-26 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/gnu-ifunc-final.c: New file.
4067 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4068 * gdb.base/gnu-ifunc.exp (executable): Delete.
4069 (staticexecutable): Adjust.
4070 (lib_opts, exec_opts): Delete.
4071 (make_binsuffix, build, set-break): New procedures.
4072 (misc_tests): New, with tests factored out from the top level.
4073 (top level): Test different combinations of ifunc resolver name,
4074 resolver with and with debug info, and ifunc target with and
4075 without debug info. Wrap static tests with with_target_prefix.
4076
4077 2018-04-26 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4080 return type" warnings.
4081
4082 2018-04-25 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4085 killed".
4086 * gdb.base/kill-after-signal.exp: Likewise.
4087 * gdb.threads/kill.exp: Likewise.
4088
4089 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4090 Sergio Durigan Junior <sergiodj@redhat.com>
4091 Pedro Alves <palves@redhat.com>
4092
4093 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4094 regexps to expect for '[Inferior ... detached]' as well.
4095 * gdb.base/attach.exp: Likewise.
4096 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4097 "gdb_continue_to_end".
4098 (test_catch_syscall_with_wrong_args): Likewise.
4099 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4100 ']'. Don't set 'verbose' on.
4101 * gdb.base/foll-vfork.exp: Likewise.
4102 * gdb.base/fork-print-inferior-events.c: New file.
4103 * gdb.base/fork-print-inferior-events.exp: New file.
4104 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4105 '[Inferior ... has been killed]' message.
4106 * gdb.base/kill-after-signal.exp: Likewise.
4107 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4108 detach message.
4109 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4110 message.
4111 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4112 regexps to expect for '[Inferior ... detached]' as well.
4113 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4114
4115 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 PR gdb/23104
4118 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4119
4120 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4121
4122 * gdb.threads/multiple-successive-infcall.c: New test.
4123 * gdb.threads/multiple-successive-infcall.exp: New file.
4124
4125 2018-04-17 Tom Tromey <tom@tromey.com>
4126
4127 * gdb.rust/simple.rs (Union): New type.
4128 (main): New local "u".
4129 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4130
4131 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4132
4133 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4134 number information in output of "whereis" command.
4135 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4136
4137 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4138
4139 * gdb.ada/info_types.exp: Adjust expected output to the line
4140 numbers now printed by "info var/func/type".
4141 * gdb.base/completion.exp: Likewise.
4142 * gdb.base/included.exp: Likewise.
4143 * gdb.cp/cp-relocate.exp: Likewise.
4144 * gdb.cp/cplusfuncs.exp: Likewise.
4145 * gdb.cp/namespace.exp: Likewise.
4146 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4147
4148 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4149
4150 * gdb.btrace/cpu.exp: New.
4151
4152 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4153
4154 * gdb.base/step-indirect-call-thunk.exp: New.
4155 * gdb.base/step-indirect-call-thunk.c: New.
4156 * gdb.reverse/step-indirect-call-thunk.exp: New.
4157 * gdb.reverse/step-indirect-call-thunk.c: New.
4158
4159 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4160
4161 * gdb.base/pie-fork.c: New file.
4162 * gdb.base/pie-fork.exp: New file.
4163
4164 2018-04-11 Tom Tromey <tom@tromey.com>
4165
4166 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4167
4168 2018-04-10 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4171 exits. Instead loop running forever.
4172 (fork_parent): Run forever too.
4173
4174 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4175
4176 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4177 mi_continue_to_line.
4178 * gdb.mi/mi-stack.c (callee4): Add comment.
4179
4180 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4181
4182 * gdb.mi/mi-stack.exp: Fix indentation.
4183
4184 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4185
4186 PR gdb/22979
4187 * gdb.arch/amd64-osabi.exp: New file.
4188
4189 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4190
4191 PR gdb/22980
4192 * gdb.base/osabi.exp: New file.
4193
4194 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4195
4196 * gdb.cp/static-typedef-print.exp: New file.
4197 * gdb.cp/static-typedef-print.cc: New file.
4198
4199 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4200
4201 * gdb.ada/varsize_limit: New testcase.
4202
4203 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4204
4205 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4206
4207 * gdb.ada/notcplusplus: New testcase.
4208
4209 * gdb.base/c-linkage-name.c: New file.
4210 * gdb.base/c-linkage-name.exp: New testcase.
4211
4212 2018-03-26 Tom Tromey <tom@tromey.com>
4213
4214 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4215 * gdb.python/py-framefilter.py (name_error): New global.
4216 (ErrorInName.function): Use name_error.
4217
4218 2018-03-26 Tom Tromey <tom@tromey.com>
4219
4220 PR backtrace/15582:
4221 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4222
4223 2018-03-23 Keith Seitz <keiths@redhat.com>
4224
4225 PR c++/22968
4226 * gdb.cp/subtypes.exp: New file.
4227 * gdb.cp/subtypes.h: New file.
4228 * gdb.cp/subtypes.cc: New file.
4229 * gdb.cp/subtypes-2.cc: New file.
4230
4231 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4234 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4235 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4236 -nostartfiles when compiling the test. Confirm that all registers
4237 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4238
4239 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4242 option, syntax was wrong anyway.
4243 * gdb.arch/arm-disp-step.exp: Likewise.
4244 * gdb.arch/sparc64-regs.exp: Likewise.
4245 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4246 option, syntax was wrong anyway, switch to use
4247 prepare_for_testing.
4248 * gdb.arch/i386-disp-step.exp: Likewise.
4249
4250 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4251
4252 * gdb.ada/exec_changed.exp: Replace "target_info exists
4253 use_gdb_stub" by "use_gdb_stub".
4254 * gdb.ada/start.exp: Likewise.
4255 * gdb.base/async-shell.exp: Likewise.
4256 * gdb.base/attach-pie-misread.exp: Likewise.
4257 * gdb.base/attach-wait-input.exp: Likewise.
4258 * gdb.base/break-entry.exp: Likewise.
4259 * gdb.base/break-interp.exp: Likewise.
4260 * gdb.base/dprintf-detach.exp: Likewise.
4261 * gdb.base/nostdlib.exp: Likewise.
4262 * gdb.base/solib-nodir.exp: Likewise.
4263 * gdb.base/statistics.exp: Likewise.
4264 * gdb.base/testenv.exp: Likewise.
4265 * gdb.mi/mi-exec-run.exp: Likewise.
4266 * gdb.mi/mi-start.exp: Likewise.
4267 * gdb.multi/dummy-frame-restore.exp: Likewise.
4268 * gdb.multi/multi-arch-exec.exp: Likewise.
4269 * gdb.multi/multi-arch.exp: Likewise.
4270 * gdb.multi/tids.exp: Likewise.
4271 * gdb.multi/watchpoint-multi.exp: Likewise.
4272 * gdb.python/py-events.exp: Likewise.
4273 * gdb.threads/attach-into-signal.exp: Likewise.
4274 * gdb.threads/attach-stopped.exp: Likewise.
4275 * gdb.threads/threadapply.exp: Likewise.
4276 * lib/selftest-support.exp: Likewise.
4277
4278 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4279
4280 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4281
4282 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4283
4284 * gdb.perf/template-breakpoints.cc: New file.
4285 * gdb.perf/template-breakpoints.exp: New file.
4286 * gdb.perf/template-breakpoints.py: New file.
4287
4288 2018-03-19 Tom Tromey <tom@tromey.com>
4289
4290 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4291 y0.
4292 * gdb.rust/simple.exp: Test bare identifier form of struct
4293 initializer.
4294
4295 2018-03-19 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.gdb/observer.exp: Remove.
4298
4299 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4300
4301 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4302 "qualified" option when setting breakpoints.
4303 * gdb.trace/backtrace.exp: Likewise.
4304 * gdb.trace/circ.exp: Likewise.
4305 * gdb.trace/collection.exp: Likewise.
4306 * gdb.trace/disconnected-tracing.exp: Likewise.
4307 * gdb.trace/ftrace-lock.exp: Likewise.
4308 * gdb.trace/ftrace.exp: Likewise.
4309 * gdb.trace/infotrace.exp: Likewise.
4310 * gdb.trace/packetlen.exp: Likewise.
4311 * gdb.trace/passc-dyn.exp: Likewise.
4312 * gdb.trace/qtro.exp: Likewise.
4313 * gdb.trace/read-memory.exp: Likewise.
4314 * gdb.trace/report.exp: Likewise.
4315 * gdb.trace/signal.exp: Likewise.
4316 * gdb.trace/status-stop.exp: Likewise.
4317 * gdb.trace/strace.exp: Likewise.
4318 * gdb.trace/tfind.exp: Likewise.
4319 * gdb.trace/trace-break.exp: Likewise.
4320 * gdb.trace/trace-condition.exp: Likewise.
4321 * gdb.trace/trace-mt.exp: Likewise.
4322 * gdb.trace/tstatus.exp: Likewise.
4323 * gdb.trace/tsv.exp: Likewise.
4324 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4325 * gdb.trace/unavailable.exp: Likewise.
4326 * gdb.trace/while-dyn.exp: Likewise.
4327
4328 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4329
4330 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4331 that libinproctrace is copied to the target.
4332
4333 2018-03-14 Tom Tromey <tom@tromey.com>
4334
4335 PR cli/14977:
4336 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4337 a null pointer.
4338 * gdb.base/wchar.exp: Likewise.
4339
4340 2018-03-14 Tom Tromey <tom@tromey.com>
4341
4342 PR cli/19918:
4343 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4344 flag.
4345
4346 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4347
4348 PR gdb/22841
4349 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4350 "target" to remote_exec.
4351
4352 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4353
4354 PR gdb/22841
4355 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4356 ${board}_upload): Remove.
4357
4358 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4359
4360 * gdb.cp/watch-cp.cc: New test.
4361 * gdb.cp/watch-cp.exp: New file.
4362
4363 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * gdb.base/infcall-nested-structs.exp: New file.
4366 * gdb.base/infcall-nested-structs.c: New file.
4367 * gdb.base/float.exp: Add riscv support.
4368
4369 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4370
4371 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4372 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4373
4374 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4375
4376 * gdb.server/abspath.exp: New file.
4377 * lib/gdb.exp (with_cwd): New procedure.
4378
4379 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4380
4381 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4382 use it.
4383 (gdb_is_target_remote_prompt): New proc.
4384 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4385 (gdb_is_target_native): Pass prompt parameter to
4386 gdb_is_target_1.
4387
4388 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4389
4390 * gdb.base/load-command.c: New file.
4391 * gdb.base/load-command.exp: New file.
4392 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4393 (gdb_is_target_1): ...this, and generalize for other targets
4394 than just remote.
4395 (gdb_is_target_remote): Use gdb_is_target_1.
4396 (gdb_is_target_native): use gdb_is_target_1.
4397
4398 2018-02-26 Tom Tromey <tom@tromey.com>
4399
4400 PR python/16497:
4401 * gdb.python/py-framefilter.exp: Update test.
4402
4403 2018-02-26 Tom Tromey <tom@tromey.com>
4404
4405 * gdb.dwarf2/variant.c: New file.
4406 * gdb.dwarf2/variant.exp: New file.
4407
4408 2018-02-26 Tom Tromey <tom@tromey.com>
4409
4410 * gdb.rust/simple.exp: Accept more possible results in enum test.
4411
4412 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4413
4414 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4415 parentheses.
4416
4417 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4418
4419 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4420 name of a variable: $actual_linejj -> $actual_line.
4421
4422 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4423
4424 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4425
4426 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4427
4428 * gdb.btrace/buffer-size.exp: Do not force BTS.
4429
4430 2018-02-14 Pedro Alves <palves@redhat.com>
4431
4432 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4433 getting a "Quit".
4434
4435 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4436
4437 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4438 Fix test name.
4439
4440 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4441
4442 * gdb.cp/m-static.exp: Check type of optimized out static
4443 member.
4444
4445 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4448 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4449
4450 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4451 Leszek Swirski <leszeks@google.com>
4452
4453 * gdb.python/py-prettyprint.c
4454 (struct to_string_returns_value_inner,
4455 struct to_string_returns_value_wrapper): New.
4456 (main): Add tsrvw variable.
4457 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4458 ToStringReturnsValueWrapper): New classes.
4459 (register_pretty_printers): Register new pretty-printers.
4460 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4461 recursive pretty printer.
4462 * gdb.python/py-mi.exp: Likewise.
4463
4464 2018-02-01 Leszek Swirski <leszeks@google.com>
4465
4466 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4467 functions with the same name as an include file are parsed
4468 correctly.
4469
4470 2018-02-01 Yao Qi <yao.qi@linaro.org>
4471
4472 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4473 "\[^\r\n\]*".
4474
4475 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4476
4477 * gdb.arch/powerpc-prologue-frame.s: New file.
4478 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4479 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4480
4481 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4482
4483 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4484
4485 2018-01-30 Pedro Alves <palves@redhat.com>
4486
4487 PR gdb/13211
4488 * gdb.base/interrupt-daemon.c: New.
4489 * gdb.base/interrupt-daemon.exp: New.
4490 * gdb.multi/multi-term-settings.c: New.
4491 * gdb.multi/multi-term-settings.exp: New.
4492
4493 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4494
4495 * gdb.base/break.exp: Save the location where the breakpoint
4496 on break.c:47 was actually inserted when debugging the version
4497 compiled at -O2 and use it in the expected output of the "info
4498 break" test performed soon after.
4499
4500 2018-01-22 Pedro Alves <palves@redhat.com>
4501 Sergio Durigan Junior <sergiodj@redhat.com>
4502
4503 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4504 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4505
4506 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.base/break-include.c, gdb.base/break-include.inc,
4509 gdb.base/break-include.exp: New files.
4510 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4511 line number now being the actual line number where the breakpoint
4512 was inserted.
4513 * gdb.mi/mi-break.exp: Likewise.
4514 * gdb.mi/mi-reverse.exp: Likewise.
4515 * gdb.mi/mi-simplerun.exp: Ditto.
4516
4517 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4520 varobj.
4521 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4522
4523 2018-01-21 Don Breazeal <donb@codesourcery.com>
4524 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.mi/basics.c: Add new global.
4527 * gdb.mi/mi-frame-regs.exp: New file.
4528 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4529 case.
4530
4531 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4534 non-parameter, and on an unknown symbol.
4535
4536 2018-01-19 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4539 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4540
4541 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4542
4543 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4544 setrlimit and chdir to int.
4545
4546 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4547
4548 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4549 function.
4550 (my_tend): Likewise.
4551 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4552 rationale of avoiding FP- and vector instructions.
4553
4554 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4555
4556 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4557 "info reg" with "\[ \t\]*".
4558 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4559 "\[ \t\]+".
4560 * gdb.arch/s390-multiarch.exp: Ditto.
4561 * gdb.base/pc-fp.exp: Ditto.
4562 * gdb.reverse/i386-precsave.exp: Ditto.
4563 * gdb.reverse/i386-reverse.exp: Ditto.
4564 * gdb.reverse/i387-env-reverse.exp: Ditto.
4565 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4566
4567 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4568
4569 * lib/gdb.exp (gdb_compile): Re-enable use of
4570 universal_compile_options for languages other than Rust.
4571
4572 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4573
4574 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4575
4576 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4577
4578 PR gdb/16577
4579 * gdb.base/solib-vanish.exp: New.
4580 * gdb.base/solib-vanish-main.c: New.
4581 * gdb.base/solib-vanish-lib1.c: New.
4582 * gdb.base/solib-vanish-lib2.c: New.
4583
4584 2018-01-17 Yao Qi <yao.qi@linaro.org>
4585
4586 * gdb.compile/compile.exp: Match the address printed for
4587 frame in the output of command "bt".
4588
4589 2018-01-15 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4592 compute sp_reg.
4593
4594 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4597 to prepare.
4598 (prepare): Return 0 on error, 1 on success.
4599
4600 2018-01-12 Pedro Alves <palves@redhat.com>
4601
4602 * gdb.base/continue-after-aborted-step-over.c: New.
4603 * gdb.base/continue-after-aborted-step-over.exp: New.
4604
4605 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4606
4607 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4608 options when not creating an executable.
4609
4610 2018-01-11 Pedro Alves <palves@redhat.com>
4611
4612 PR remote/22597
4613 * gdb.server/stop-reply-no-thread.c: New file.
4614 * gdb.server/stop-reply-no-thread.exp: New file.
4615
4616 2018-01-10 Pedro Alves <palves@redhat.com>
4617
4618 PR gdb/22670
4619 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4620 functions too. Test setting breakpoints and printing C functions
4621 with no debug info too.
4622 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4623
4624 2018-01-10 Pedro Alves <palves@redhat.com>
4625
4626 PR gdb/22670
4627 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4628 a fail.
4629
4630 2018-01-10 Pedro Alves <palves@redhat.com>
4631
4632 PR gdb/22670
4633 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4634
4635 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4636
4637 * gdb.server/unittest.exp: Match the output in non-development
4638 mode.
4639
4640 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4641
4642 * gdb.gdb/unittest.exp: Match output in non-development mode.
4643
4644 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4645
4646 * gdb.ada/access_tagged_param.exp: Relax expected output
4647 for value of "ObjL" in "continue" to pck.inspect breakpoint
4648 test.
4649
4650 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4653 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4654
4655 2018-01-05 Pedro Alves <palves@redhat.com>
4656
4657 PR gdb/18653
4658 * gdb.base/libsegfault.exp: New.
4659
4660 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4661
4662 PR gdb/22670
4663 * gdb.ada/access_tagged_param.exp: New file.
4664 * gdb.ada/access_tagged_param/foo.adb: New file.
4665
4666 2018-01-05 Pedro Alves <palves@redhat.com>
4667
4668 PR gdb/22670
4669 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4670 exercise lower case too, and to exercise both full matching and
4671 wild matching.
4672
4673 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4674
4675 * gdb.ada/rename_subscript_param: New testcase.
4676
4677 2018-01-05 Jerome Guitton <guitton@adacore.com>
4678
4679 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4680
4681 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4682
4683 * gdb.ada/convvar_comp: New testcase.
4684
4685 2018-01-05 Xavier Roirand <roirand@adacore.com>
4686
4687 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4688 (My_Table): New global variable.
4689 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4690
4691 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4692
4693 PR gdb/22670
4694 * gdb.ada/maint_with_ada: New testcase.
4695
4696 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4697
4698 PR gdb/22670
4699 * gdb.ada/bp_c_mixed_case: New testcase.
4700
4701 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4702
4703 PR gdb/22670
4704 * gdb.ada/complete.exp: Add "complete break ada" test.
4705
4706 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4707
4708 PR gdb/22670
4709 * gdb.ada/info_addr_mixed_case: New testcase.
4710
4711 2018-01-03 Xavier Roirand <roirand@adacore.com>
4712
4713 * gdb.ada/excep_handle.exp: New testcase.
4714 * gdb.ada/excep_handle/foo.adb: New file.
4715 * gdb.ada/excep_handle/pck.ads: New file.
4716
4717 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.base/step-line.c: Add extra empty line in copyright header.
4720 * gdb.base/step-line.inp: Likewise.
4721
4722 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4723
4724 * gdb.ada/dyn_stride.exp: Add slice test.
4725
4726 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4727
4728 * gdb.ada/dyn_stride: New testcase.
4729
4730 2017-12-27 Stafford Horne <shorne@gmail.com>
4731
4732 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4733 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4734
4735 2017-12-27 Stafford Horne <shorne@gmail.com>
4736
4737 * gdb.base/reggroups.c: New file.
4738 * gdb.base/reggroups.exp: New file.
4739
4740 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.dwarf2/ada-valprint-error.c: New file.
4743 * gdb.dwarf2/ada-valprint-error.exp: New file.
4744
4745 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdb.ada/assign_arr: New testcase.
4748
4749 2017-12-18 Xavier Roirand <roirand@adacore.com>
4750
4751 * gdb.ada/funcall_ptr: New testcase.
4752
4753 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4754
4755 PR cli/16224
4756 * gdb.base/ptype-offsets.cc: New file.
4757 * gdb.base/ptype-offsets.exp: New file.
4758
4759 2017-12-15 Yao Qi <yao.qi@linaro.org>
4760
4761 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4762 if XML is disabled.
4763
4764 2017-12-15 Xavier Roirand <roirand@adacore.com>
4765
4766 * gdb.ada/same_component_name: New testcase.
4767
4768 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4769
4770 * gdb.ada/str_binop_equal: New testcase.
4771
4772 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4773
4774 * gdb.ada/task_switch_in_core: New testcase.
4775
4776 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4777
4778 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4779 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4780 call test_bkpt_qualified.
4781 (test_bkpt_qualified): New proc.
4782
4783 2017-12-13 Pedro Alves <palves@redhat.com>
4784
4785 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4786 Tighten regexp by matching with an anchor.
4787
4788 2017-12-13 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4791 ("expression with namespace"): New set of tests.
4792 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4793 (Nested::Test_NS::qux): New.
4794 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4795 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4796
4797 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4798
4799 * gdb.base/server-del-break.c: New file.
4800 * gdb.base/server-del-break.exp: New file.
4801
4802 2017-12-12 Stafford Horne <shorne@gmail.com>
4803
4804 * gdb.xml/tdesc-regs.exp: Add or1k support.
4805
4806 2017-12-12 Stafford Horne <shorne@gmail.com>
4807
4808 * gdb.base/bp-permanent.c: Define nop of or1k.
4809
4810 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4811
4812 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4813 output with components being reordered.
4814
4815 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4816
4817 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4818 output with components being reordered.
4819
4820 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4821 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/maint.exp (check for .gdb_index): Check also for
4824 .debug_names.
4825 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4826 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4827 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4828 (.gdb_index used after symbol reloading): Support also .debug_names.
4829 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4830
4831 2017-12-08 Yao Qi <yao.qi@linaro.org>
4832
4833 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4834 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4835
4836 2017-12-08 Yao Qi <yao.qi@linaro.org>
4837
4838 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4839 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4840
4841 2017-12-08 Yao Qi <yao.qi@linaro.org>
4842
4843 * gdb.arch/aarch64-tagged-pointer.c: New file.
4844 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4845
4846 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4847
4848 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4849 "int".
4850
4851 2017-12-07 Keith Seitz <keiths@redhat.com>
4852
4853 PR breakpoints/22569
4854 * gdb.linespec/ls-errs.exp: Change expected result of "break
4855 -source this file has spaces.c -line 3".
4856 Check that an explicit source file followed by whitespace is
4857 identified as an invalid explicit location.
4858
4859 2017-12-07 Keith Seitz <keiths@redhat.com>
4860
4861 * gdb.cp/nested-types.cc: New file.
4862 * gdb.cp/nested-types.exp: New file.
4863 * lib/cp-support.exp: Load data-structures.exp library.
4864 (debug_cp_test_ptype_class): New global.
4865 (cp_ptype_class_verbose, next_line): New procedures.
4866 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4867 Add and document new return value.
4868 Switch the list of lines to a queue.
4869 Add support for new `type' key for nested type definitions.
4870 Add debugging/troubleshooting messages.
4871 * lib/data-structures.exp: New file.
4872
4873 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4874
4875 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4876 with proc_with_prefix, don't use with_test_prefix.
4877
4878 2017-12-07 Tom Tromey <tom@tromey.com>
4879
4880 * gdb.base/break.exp: Add test for empty "commands".
4881
4882 2017-12-07 Yao Qi <yao.qi@linaro.org>
4883
4884 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4885 malloc and catch syscall.
4886
4887 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4888
4889 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4890 tests for explicit locations.
4891
4892 2017-12-06 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4895 force-disabling XML descriptions.
4896
4897 2017-12-04 Pedro Alves <palves@redhat.com>
4898
4899 PR gdb/22499
4900 * gdb.arch/amd64-disp-step-avx.S: New file.
4901 * gdb.arch/amd64-disp-step-avx.exp: New file.
4902
4903 2017-12-03 Pedro Alves <palves@redhat.com>
4904
4905 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4906 and <string.h>.
4907 (parent_function): Print distinct messages when waitpid fails, or
4908 the child exits with a signal, or the child exits for an unhandled
4909 reason.
4910 * gdb.threads/process-dies-while-detaching.exp
4911 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4912 it. Wait for both inferior output and GDB's prompt. Use an
4913 indirect spawn id list.
4914 (do_detach): New parameter 'child_exit'. Use it to compute
4915 expected inferior output.
4916 (test_detach, test_detach_watch, test_detach_killed_outside):
4917 Adjust to pass down the expected child exit kind.
4918
4919 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4920 Sergio Durigan Junior <sergiodj@redhat.com>
4921 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4924
4925 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4926
4927 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4928 to 'symbol-file' and 'add-symbol-file' can be
4929 position-independent.
4930
4931 2017-12-01 Yao Qi <yao.qi@linaro.org>
4932
4933 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4934 the URL in copyright header.
4935 * gdb.arch/aarch64-fp.exp: Likewise.
4936 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4937 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4938 * gdb.base/expand-psymtabs.exp: Likewise.
4939 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4940 * gdb.fortran/common-block.exp: Likewise.
4941 * gdb.fortran/common-block.f90: Likewise.
4942 * gdb.fortran/logical.exp: Likewise.
4943 * gdb.fortran/vla-datatypes.f90: Likewise.
4944 * gdb.fortran/vla-sub.f90: Likewise.
4945
4946 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4947
4948 * gdb.ada/repeat_dyn: New testcase.
4949
4950 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4951
4952 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4953 Update for changed thread numbering.
4954 * gdb.cell/bt.exp: Update for changed GDB output.
4955
4956 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4957
4958 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4959 setting isremote by hand.
4960 * boards/dwarf4-gdb-index.exp: Likewise.
4961 * boards/fission.exp: Likewise.
4962 * boards/stabs.exp: Likewise.
4963
4964 2017-11-30 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.linespec/cpls-ops.exp
4967 (check_explicit_skips_function_argument): Extract the underlying
4968 type of size_t instead of hardcoding it.
4969
4970 2017-11-29 Pedro Alves <palves@redhat.com>
4971
4972 PR c++/19436
4973 * gdb.linespec/cpls-abi-tag.cc: New file.
4974 * gdb.linespec/cpls-abi-tag.exp: New file.
4975
4976 2017-11-29 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/langs.exp: Use -qualified.
4979 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4980 it.
4981 * gdb.cp/namespace.exp: Use -qualified.
4982 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4983 (overload-3, template-overload, template-ret-type, const-overload)
4984 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4985 procedures.
4986 (test_driver): Call them.
4987 * gdb.cp/save-bp-qualified.cc: New.
4988 * gdb.cp/save-bp-qualified.exp: New.
4989 * gdb.linespec/explicit.exp: Test -qualified.
4990 * lib/completion-support.exp (completion::explicit_opts_list): Add
4991 "-qualified".
4992 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4993
4994 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4995
4996 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4997
4998 2017-11-29 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.base/relocate.exp: Update invalid argument test.
5001 Add new tests for invalid arguments.
5002
5003 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5004
5005 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5006 Return 0 as a long.
5007 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5008
5009 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5010
5011 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5012 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5013 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5014 func ().
5015 * gdb.cp/shadow.cc (B.func): Return 0.
5016
5017 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5018
5019 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5020 expected output in gdb_expect call to allow the exception
5021 message to be present as well. Fix syntax confusion to avoid
5022 TCL thinking that exception_name is an array.
5023
5024 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5025
5026 * gdb.arch/spu-info.c: Include <unistd.h>.
5027 (do_signal_test): Fix broken calls to write.
5028 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5029 Fix checks for empty mailboxes. Update signal tests for corrected
5030 do_signal_test routine. Allow nonzero event status.
5031 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5032 * gdb.cell/arch.exp: Use standard_output_file.
5033 * gdb.cell/break.exp: Likewise.
5034 * gdb.cell/bt.exp: Likewise.
5035 * gdb.cell/core.exp: Likewise.
5036 * gdb.cell/dwarfaddr.exp: Likewise.
5037 * gdb.cell/ea-cache.exp: Likewise.
5038 * gdb.cell/ea-standalone.exp: Likewise.
5039 * gdb.cell/f-regs.exp: Likewise.
5040 * gdb.cell/fork.exp: Likewise.
5041 * gdb.cell/gcore.exp: Likewise.
5042 * gdb.cell/mem-access.exp: Likewise.
5043 * gdb.cell/ptype.exp: Likewise.
5044 * gdb.cell/registers.exp: Likewise.
5045 * gdb.cell/sizeof.exp: Likewise.
5046 * gdb.cell/solib-symbol.exp: Likewise.
5047 * gdb.cell/solib.exp: Likewise.
5048
5049 2017-11-25 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/complete-empty.exp: New file.
5052 * gdb.base/completion.exp: Adjust.
5053
5054 2017-11-25 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.linespec/cpls-ops.cc: New file.
5057 * gdb.linespec/cpls-ops.exp: New file.
5058 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5059 factored out from ...
5060 (test_complete_prefix_range): ... this.
5061
5062 2017-11-24 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.linespec/cpcompletion.exp: New file.
5065 * gdb.linespec/cpls-hyphen.cc: New file.
5066 * gdb.linespec/cpls.cc: New file.
5067 * gdb.linespec/cpls2.cc: New file.
5068 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5069 test to use test_gdb_complete_unique. Add label completion,
5070 keyword completion and explicit location completion tests.
5071 * lib/completion-support.exp: New file.
5072
5073 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5074
5075 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5076 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5077 when hitting an exception catchpoint.
5078
5079 2017-11-22 Yao Qi <yao.qi@linaro.org>
5080
5081 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5082
5083 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5086 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5087 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5088
5089 2017-11-22 Yao Qi <yao.qi@linaro.org>
5090
5091 * gdb.base/info-os.exp: Pass pthreads.
5092 * gdb.multi/multi-attach.exp: Likewise.
5093
5094 2017-11-22 Yao Qi <yao.qi@linaro.org>
5095
5096 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5097 compiler.
5098
5099 2017-11-22 Yao Qi <yao.qi@linaro.org>
5100
5101 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5102 * gdb.base/break-interp.exp: Likewise.
5103 * gdb.base/jit-attach-pie.exp: Likewise.
5104
5105 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5106
5107 * gdb.base/float128.c (large128): New variable.
5108 * gdb.base/float128.exp: Add test to print largest __float128 value.
5109
5110 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5111
5112 * gdb.arch/vsx-regs.exp: Update register content checks.
5113
5114 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5115
5116 * gdb.arch/ppc-longdouble.exp: New file.
5117 * gdb.arch/ppc-longdouble.c: Likewise.
5118
5119 2017-11-21 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5122
5123 2017-11-20 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5126 (long_double_typedef): New typedefs.
5127 Use DEF on double and long double.
5128 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5129 cases.
5130 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5131 and 'long_double_ptr_same_size' locals. Use them to decide
5132 whether cast from array/function to float is valid/invalid.
5133
5134 2017-11-17 Tom Tromey <tom@tromey.com>
5135
5136 * gdb.rust/traits.rs: New file.
5137 * gdb.rust/traits.exp: New file.
5138
5139 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdb.ada/minsyms: New testcase.
5142
5143 2017-11-16 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5146 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5147
5148 2017-11-16 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5151 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5152
5153 2017-11-16 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.server/reconnect-ctrl-c.c: New file.
5156 * gdb.server/reconnect-ctrl-c.exp: New file.
5157
5158 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5159
5160 * gdb.python/py-rbreak.exp: New file.
5161 * gdb.python/py-rbreak.c: New file.
5162 * gdb.python/py-rbreak-func2.c: New file.
5163
5164 2017-11-16 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5167 pattern.
5168 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5169 GDB.
5170
5171 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5172
5173 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5174 regex.
5175
5176 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5177
5178 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5179 test names.
5180
5181 2017-11-09 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5184 factored out from ...
5185 (top level): ... here, and adjusted to avoid expecting beyond the
5186 prompt in a single gdb_test_multiple.
5187
5188 2017-11-09 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5191 output.
5192 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5193 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5194 * gdb.server/ext-run.exp ("kill" test): Likewise.
5195 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5196
5197 2017-11-09 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5200 match till end of line.
5201
5202 2017-11-09 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5205
5206 2017-11-09 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5209 New procedures, factored out from ...
5210 (top level): ... here, and adjusted to avoid expecting beyond the
5211 prompt in one go.
5212
5213 2017-11-09 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5216 output. Fix '?' match.
5217
5218 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdb.ada/scoped_watch: New testcase.
5221 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5222 which is actually correct.
5223 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5224 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5225
5226 2017-11-08 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.gdb/complaints.exp (test_initial_complaints)
5229 (test_serial_complaints, test_short_complaints): Call
5230 complaint_internal instead of complaint.
5231
5232 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5233
5234 * gdb.threads/tls-core.c: New file.
5235 * gdb.threads/tls-core.exp: Likewise.
5236
5237 2017-11-08 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5240 (p Exported_Capitalized): New test.
5241 (p exported_capitalized): New test.
5242
5243 2017-11-07 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5246
5247 2017-11-07 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5250 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5251 (disable_invalid, disable_inverted, disable_negative): New
5252 procedures.
5253 ("bad numbers"): New set of tests.
5254
5255 2017-11-07 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.cp/ena-dis-br-range.exp: Add tests.
5258
5259 2017-11-07 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5262
5263 2017-11-07 Xavier Roirand <roirand@adacore.com>
5264 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.base/ena-dis-br.exp: Add reference to
5267 gdb.cp/ena-dis-br-range.exp.
5268 * gdb.cp/ena-dis-br-range.exp: New file.
5269 * gdb.cp/ena-dis-br-range.cc: New file.
5270
5271 2017-11-06 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/attach-non-pgrp-leader.c: New.
5274 * gdb.base/attach-non-pgrp-leader.exp: New.
5275
5276 2017-11-06 Pedro Alves <palves@redhat.com>
5277
5278 * configure.ac: No longer check for termio.h and sgtty.h.
5279 * configure: Regenerate.
5280 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5281 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5282 Remove termio and sgtty code.
5283
5284 2017-11-03 Yao Qi <yao.qi@linaro.org>
5285
5286 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5287 in GDB is disabled.
5288
5289 2017-11-03 Yao Qi <yao.qi@linaro.org>
5290
5291 * gdb.python/py-thrhandle.exp: Skip it if python is not
5292 enabled.
5293
5294 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5295
5296 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5297 as a breakpoint command.
5298
5299 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5300
5301 PR python/21213
5302 * gdb.python/py-infthread.exp: Test calling
5303 InferiorThread.inferior () multiple times in a row.
5304
5305 2017-10-27 Keith Seitz <keiths@redhat.com>
5306
5307 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5308 Test "info break" for every inlined function breakpoint.
5309
5310 2017-10-27 Yao Qi <yao.qi@linaro.org>
5311
5312 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5313
5314 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5315
5316 * gdb.cp/classes.exp (test_static_members): Test printing
5317 Outer::instance.
5318 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5319 (Inner::instance, Outer::instance): New.
5320
5321 2017-10-24 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5324 extra console" test in two stages.
5325
5326 2017-10-24 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5329
5330 2017-10-24 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5333 loop.
5334
5335 2017-10-24 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5338 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5339
5340 2017-10-24 Pedro Alves <palves@redhat.com>
5341
5342 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5343 parameter and handle it. Don't output read value in test name.
5344
5345 2017-10-24 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5348 custom test name.
5349
5350 2017-10-24 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5353 include the unstable output directory name in the test's name.
5354 (initial_setup_simple) <'set args'>: Use custom test name.
5355
5356 2017-10-24 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5359 with explicit test name.
5360
5361 2017-10-20 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5364 'wait -i'. Use gdb_assert and remote_close.
5365
5366 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5367
5368 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5369 number from variable rather than hard-coded.
5370
5371 2017-10-19 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/long-inferior-output.c: New file.
5374 * gdb.base/long-inferior-output.exp: New file.
5375
5376 2017-11-18 Keith Seitz <keiths@redhat.com>
5377
5378 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5379 method.
5380 (main): Call it.
5381 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5382 Add additional user-defined conversion operator tests.
5383
5384 2017-10-17 Pedro Alves <palves@redhat.com>
5385
5386 * boards/native-stdio-gdbserver.exp: Load "local-board".
5387
5388 2017-10-17 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/quit-live.c: New file.
5391 * gdb.base/quit-live.exp: New file.
5392
5393 2017-10-16 Keith Seitz <keiths@redhat.com>
5394
5395 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5396 (class_with_protected_typedef, class_with_private_typedef)
5397 (struct_with_public_typedef, struct_with_protected_typedef)
5398 (struct_with_private_typedef): New classes/structs.
5399 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5400 typedefs and access specifiers.
5401
5402 2017-10-16 Pedro Alves <palves@redhat.com>
5403 Simon Marchi <simon.marchi@polymtl.ca>
5404
5405 * README (Local vs Remote vs Native): New section.
5406 * boards/local-board.exp: New file, with bits factored out from
5407 ...
5408 * boards/native-extended-gdbserver.exp: ... here. Load
5409 "local-board".
5410 * boards/native-gdbserver.exp: Load "local-board".
5411 (${board}_spawn, ${board}_exec): Delete.
5412 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5413 ...
5414 * boards/stdio-gdbserver-base.exp: ... this new file.
5415 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5416 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5417 procedure.
5418 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5419 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5420 stdio_gdbserver_command.
5421 (${board}_get_remote_address, ${board}_get_comm_port)
5422 (${board}_download, ${board}_upload): Delete.
5423 (get_target_remote_pipe_cmd): New.
5424
5425 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5426
5427 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5428 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5429 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5430 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5431 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5432 remove with_test_prefix.
5433
5434 2017-10-13 Pedro Alves <palves@redhat.com>
5435
5436 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5437 * gdb.base/annota1.exp: Use it instead of is_remote.
5438 * gdb.base/annota3.exp: Use it instead of is_remote.
5439 * gdb.cp/annota2.exp: Use it instead of is_remote.
5440 * gdb.cp/annota3.exp: Use it instead of is_remote.
5441 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5442
5443 2017-10-13 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5446 (test_num_test_vars, run_and_count_vars, find_env)
5447 (test_set_unset_env, test_inherit_env_var): New procedures.
5448 (top level): Use them.
5449
5450 2017-10-13 Pedro Alves <palves@redhat.com>
5451
5452 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5453 also skip on stub-like targets.
5454
5455 2017-10-13 Pedro Alves <palves@redhat.com>
5456
5457 PR gdb/22293
5458 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5459 (top level): Move some tests to ...
5460 (test_not_found): ... this new procedure.
5461 (top level): Call it.
5462
5463 2017-10-13 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5466 expect different "info terminal" output if testing with a
5467 non-native target.
5468
5469 2017-10-13 Pedro Alves <palves@redhat.com>
5470 Simon Marchi <simon.marchi@polymtl.ca>
5471
5472 PR python/12966
5473 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5474
5475 2017-10-13 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5478 already.
5479
5480 2017-10-13 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5483 is_remote.
5484
5485 2017-10-13 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5488 is_remote.
5489
5490 2017-10-13 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5493 is set.
5494 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5495 instead of is_remote.
5496
5497 2017-10-13 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5500 (top level): Add comment.
5501
5502 2017-10-13 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/remote.exp (top level): Fix comment typo and add
5505 missing return.
5506
5507 2017-10-13 Pedro Alves <palves@redhat.com>
5508 Simon Marchi <simon.marchi@polymtl.ca>
5509
5510 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5511 calls and add comments. Skip test if use_gdb_stub is set.
5512 (top level): Use "set cwd" command instead of "cd" command.
5513
5514 2017-10-13 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5517 is_remote target check.
5518
5519 2017-10-13 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.base/scope.exp: Use build_executable + clean_restart +
5522 gdb_file_cmd instead of prepare_for_testing and no longer skip
5523 "before run" tests on is_remote target boards. Update comments.
5524 * boards/native-extended-gdbserver.exp
5525 (extended_gdbserver_load_last_file): New, factored out from ...
5526 (gdb_load): ... this. Move further below and add comment.
5527 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5528
5529 2017-10-12 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.base/attach.exp: Remove references to gdb64.
5532 * gdb.base/dbx.exp: Remove references to gdb64.
5533
5534 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5535 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/label.exp: Remove is_remote target check.
5538
5539 2017-10-12 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.base/auvx.exp (coredir): Update comment.
5542 (top level) <core_works>: Use "set cwd" command instead of "cd"
5543 command.
5544
5545 2017-10-12 Pedro Alves <palves@redhat.com>
5546 Simon Marchi <simon.marchi@polymtl.ca>
5547
5548 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5549 target boards.
5550
5551 2017-10-12 Pedro Alves <palves@redhat.com>
5552 Simon Marchi <simon.marchi@polymtl.ca>
5553
5554 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5555 Instead skip if there's any gdb_protocol set.
5556
5557 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5558 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5561
5562 2017-10-12 Pedro Alves <palves@redhat.com>
5563 Simon Marchi <simon.marchi@polymtl.ca>
5564
5565 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5566 instead of on dejagnu remote boards.
5567
5568 2017-10-12 Pedro Alves <palves@redhat.com>
5569 Simon Marchi <simon.marchi@polymtl.ca>
5570
5571 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5572 checks. Use build_executable + clean_restart instead of
5573 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5574 of enabling non-stop after starting gdb.
5575
5576 2017-10-12 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5579 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5580 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5581 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5582
5583 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5584
5585 * gdb.arch/arc-tdesc-cpu.exp: New file.
5586 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5587
5588 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5589
5590 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5591
5592 2017-10-10 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5595 expect CLI output.
5596
5597 2017-10-10 Pedro Alves <palves@redhat.com>
5598
5599 * lib/selftest-support.exp (selftest_setup): Update for
5600 captured_command_loop's prototype change.
5601
5602 2017-10-09 Pedro Alves <palves@redhat.com>
5603
5604 Test both arch1=>arch2 and arch2=>arch1.
5605
5606 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5607 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5608 factored out to...
5609 (append_arch1_options, append_arch2_options, append_arch_options)
5610 (build_executables): New procedures.
5611 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5612 local.
5613 (top level): Add new 'first_arch' testing axis.
5614
5615 2017-10-09 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5618 (barrier): New.
5619 (thread_start, all_started): New functions.
5620 (main): Spawn new thread and wait until it is scheduled.
5621 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5622 option.
5623 (do_test): Add 'selected_thread' parameter. Run to all_started
5624 instead of main. Explicitly set the breakpoint at main. Switch
5625 to the SELECTED_THREAD thread.
5626 (top level): Test handling the exec event with either the main
5627 thread or the second thread selected.
5628
5629 2017-10-09 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5632 logic. Move STOP marker after the value checks.
5633 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5634 regexp.
5635
5636 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5637
5638 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5639
5640 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5641
5642 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5643 integer-to-dfp conversion.
5644 * gdb.base/dfp-test.exp: Likewise.
5645
5646 2017-10-04 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.multi/hangout.c: Include <unistd.h>.
5649 (hangout_loop): New function.
5650 (main): Call alarm. Call hangout_loop in a loop.
5651 * gdb.multi/hello.c: Include <unistd.h>.
5652 (hello_loop): New function.
5653 (main): Call alarm. Call hangout_loop in a loop.
5654 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5655 inferior with the other selected.
5656
5657 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5658
5659 * gdb.mi/list-thread-groups-available.exp: New file.
5660 * gdb.mi/list-thread-groups-available.c: New file.
5661
5662 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5663
5664 * gdb.base/set-cwd.exp: Make it available on
5665 native-extended-gdbserver.
5666
5667 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5668
5669 * gdb.base/set-cwd.c: New file.
5670 * gdb.base/set-cwd.exp: Likewise.
5671
5672 2017-10-02 Tom Tromey <tom@tromey.com>
5673
5674 PR rust/22236:
5675 * gdb.rust/simple.rs (main): New variable "fslice".
5676 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5677
5678 2017-10-02 Tom Tromey <tom@tromey.com>
5679
5680 * gdb.rust/simple.exp: Test ptype of a slice.
5681
5682 2017-10-02 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.rust/simple.exp: Test index of slice.
5685
5686 2017-09-27 Tom Tromey <tom@tromey.com>
5687
5688 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5689
5690 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5691 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/compare-sections.exp (get value of read-only section): Read
5694 as unsigned value.
5695 (corrupt read-only section): Likewise and don't set written if patching
5696 failed.
5697
5698 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5699
5700 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5701 files.
5702
5703 2017-09-20 Pedro Alves <palves@redhat.com>
5704
5705 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5706 symbol names in gdb's output.
5707 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5708
5709 2017-09-20 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5712 Rename to ...
5713 (test_list_ambiguous_symbol): ... this and add a symbol name
5714 parameter. Adjust.
5715 (test_list_ambiguous_function): Reimplement on top of
5716 test_list_ambiguous_symbol and also test listing ambiguous
5717 variables.
5718 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5719 (ambiguous_fun): ... this.
5720 (ambiguous_var): New.
5721 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5722 (ambiguous_fun): ... this.
5723 (ambiguous_var): New.
5724
5725 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5726
5727 * gdb.base/starti.c: New file.
5728 * gdb.base/starti.exp: New file.
5729 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5730
5731 2017-09-14 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5734 (top level): Use it instead of runto.
5735
5736 2017-09-11 Tom Tromey <tom@tromey.com>
5737
5738 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5739
5740 2017-09-11 Tom Tromey <tom@tromey.com>
5741
5742 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5743 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5744
5745 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5746
5747 * gdb.fortran/printing-types.exp: New file.
5748 * gdb.fortran/printing-types.exp: New file.
5749
5750 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5751
5752 * gdb.fortran/vla-ptype.exp: Fix typos.
5753 * gdb.fortran/vla-value.exp: Same.
5754
5755 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5756
5757 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5758 * gdb.mi/mi-var-child-f.exp: Likewise.
5759 * gdb.mi/mi-vla-fortran.exp: Likewise.
5760
5761 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5762 Christoph Weinmann <christoph.t.weinmann@intel.com>
5763 Bernhard Heckel <bernhard.heckel@intel.com>
5764
5765 * gdb.fortran/ptr-indentation.f90: New file.
5766 * gdb.fortran/ptr-indentation.exp: New file.
5767
5768 2017-09-05 Tom Tromey <tom@tromey.com>
5769
5770 PR gdb/22010:
5771 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5772
5773 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5774
5775 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5776
5777 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5778
5779 * gdb.threads/tls-nodebug-pie.c: New file.
5780 * gdb.threads/tls-nodebug-pie.exp: New file.
5781
5782 2017-09-05 Tom Tromey <tom@tromey.com>
5783
5784 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5785 for rust.
5786
5787 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * gdb.multi/multi-arch-exec.exp: Test with different
5790 "follow-exec-mode" settings.
5791 (do_test): New procedure.
5792
5793 2017-09-04 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/func-static.c (S::method const, S::method volatile)
5796 (S::method volatile const): New methods.
5797 (c_s, v_s, cv_s): New instances.
5798 (main): Call method() on them.
5799 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5800 (cannot_resolve): New procedure.
5801 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5802 print-quote-unquoted columns.
5803 (do_test): Test printing each scope too.
5804
5805 2017-09-04 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/local-static.exp: Also test with
5808 class::method::variable wholly quoted.
5809 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5810
5811 2017-09-04 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/local-static.c: New.
5814 * gdb.base/local-static.cc: New.
5815 * gdb.base/local-static.exp: New.
5816
5817 2017-09-04 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.asm/asm-source.exp: Add casts to int.
5820 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5821 (dataglobal64_1, dataglobal64_2): New globals.
5822 * gdb.base/nodebug.exp: Test different expressions involving the
5823 new globals, with print, whatis and ptype. Add casts to int.
5824 * gdb.base/solib-display.exp: Add casts to int.
5825 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5826 * gdb.cp/m-static.exp: Add cast to int.
5827 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5828 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5829 tls variable with no debug info without a cast. Test with a cast
5830 to int too.
5831 * gdb.trace/entry-values.exp: Add casts.
5832
5833 2017-09-04 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/nodebug.exp: Test that ptype's error about functions
5836 with unknown return type includes the function name too.
5837
5838 2017-09-04 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5841 return type of munmap in infcall.
5842 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5843 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5844 type of ftell in infcall.
5845 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5846 type of getpid in infcall.
5847 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5848 infcall.
5849 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5850 Bail on failure to extract the pid.
5851 * gdb.base/nodebug.c: #include <stdint.h>.
5852 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5853 New functions.
5854 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5855 Change expected output of print/whatis/ptype with functions with
5856 no debug info. Test all supported languages. Call
5857 test_call_promotion.
5858 * gdb.compile/compile.exp: Adjust expected output to expect
5859 warning.
5860 * gdb.threads/siginfo-threads.exp: Likewise.
5861
5862 2017-09-04 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5865 "prototypes". Test calling float functions via prototyped and
5866 unprototyped function pointers.
5867 (perform_all_tests): New parameter "prototypes". Pass it down.
5868 (top level): Pass down "prototypes" parameter to
5869 perform_all_tests.
5870
5871 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5874 Test with nested loops.
5875
5876 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5877
5878 * gdb.base/commands.exp: Call the new procedures.
5879 (loop_break_test, loop_continue_test): New procedures.
5880
5881 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5882
5883 * gdb.base/commands.exp: Call new procedure.
5884 (define_if_without_arg_test): New procedure.
5885
5886 2017-09-04 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/list-ambiguous.exp: New file.
5889 * gdb.base/list-ambiguous0.c: New file.
5890 * gdb.base/list-ambiguous1.c: New file.
5891 * gdb.base/list.exp (test_list_range): Adjust expected output.
5892
5893 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5894
5895 * gdb.base/share-env-with-gdbserver.c: New file.
5896 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5897
5898 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.base/commands.exp (gdbvar_simple_if_test,
5901 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5902 progvar_simple_if_test, progvar_simple_while_test,
5903 progvar_complex_if_while_test, user_defined_command_test,
5904 user_defined_command_args_eval,
5905 user_defined_command_args_stack_test,
5906 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5907 temporary_breakpoint_commands,
5908 gdb_test_no_prompt, redefine_hook_test,
5909 redefine_backtrace_test): Remove "global gdb_prompt".
5910
5911 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5912
5913 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5914 New proc, call it from toplevel.
5915
5916 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5917
5918 PR remote/21852
5919 * gdb.server/normal.c: New file, copied from gdb.base.
5920 * gdb.server/run-without-local-binary.exp: New file.
5921
5922 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5923
5924 * gdb.arch/sparc64-adi.exp: New file.
5925 * gdb.arch/sparc64-adi.c: New file.
5926
5927 2017-08-22 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5930 (top level): Add "list all overloads" tests.
5931
5932 2017-08-22 Tom Tromey <tom@tromey.com>
5933
5934 * gdb.gdb/xfullpath.exp: Remove.
5935
5936 2017-08-21 Pedro Alves <palves@redhat.com>
5937
5938 PR gdb/19487
5939 * gdb.base/symbol-alias.c: New.
5940 * gdb.base/symbol-alias2.c: New.
5941 * gdb.base/symbol-alias.exp: New.
5942
5943 2017-08-21 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/dfp-test.c
5946 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5947 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5948 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5949 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5950 * gdb.base/whatis-ptype-typedefs.c: New.
5951 * gdb.base/whatis-ptype-typedefs.exp: New.
5952 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5953 (an_int, an_int_type, an_int_type2): New globals.
5954 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5955 involving typedefs and cast expressions.
5956 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5957 (lookup_typedefs_function): New.
5958 (typedefs_pretty_printers_dict): New.
5959 (top level): Register lookup_typedefs_function in
5960 gdb.pretty_printers.
5961
5962 2017-08-18 Yao Qi <yao.qi@linaro.org>
5963
5964 * gdb.server/unittest.exp: New.
5965
5966 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5967
5968 PR gdb/21954
5969 * gdb.base/environ.exp: Add test to check if 'unset environment'
5970 works.
5971
5972 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5973
5974 * lib/gdb.exp (universal_compile_options): New caching proc.
5975 (gdb_compile): Suppress GCC's coloring of messages.
5976
5977 2017-08-14 Tom Tromey <tom@tromey.com>
5978
5979 PR gdb/21675:
5980 * gdb.base/printcmds.exp (test_radices): New function.
5981 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5982 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5983 * lib/gdb.exp (get_integer_valueof): Use p/d.
5984
5985 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5988 characters.
5989
5990 2017-08-05 Tom Tromey <tom@tromey.com>
5991
5992 * gdb.rust/simple.exp: Allow String to appear in a different
5993 namespace.
5994
5995 2017-07-26 Yao Qi <yao.qi@linaro.org>
5996
5997 * gdb.gdb/unittest.exp: Invoke command
5998 "maintenance check xml-descriptions".
5999
6000 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6001
6002 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6003 calling context.
6004 (hex128): Drop erroneous calculation of parameters.
6005
6006 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6007
6008 * gdb.python/py-unwind.exp: Disable stack protection when
6009 building test file.
6010
6011 2017-07-20 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/default.exp (set language): Adjust expected output.
6014
6015 2017-07-20 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6018 (test_minsym): ... this, and make static.
6019 (get_pck__foo__bar__minsym): Rename to ...
6020 (get_test_minsym): ... this.
6021 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6022 symbol names and comments.
6023 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6024 (get_test_minsym): ... this.
6025 (pck__foo__bar__minsym__2): Rename to ...
6026 (test_minsym): ... this.
6027 (main): Adjust.
6028
6029 2017-07-17 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/completion.exp: Adjust expected output.
6032 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6033 the completer works.
6034
6035 2017-07-17 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6038
6039 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6042
6043 2017-07-14 Tom Tromey <tom@tromey.com>
6044
6045 PR rust/21764:
6046 * gdb.rust/simple.exp: Add tests.
6047
6048 2017-07-14 Tom Tromey <tom@tromey.com>
6049
6050 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6051
6052 2017-07-14 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.linespec/base/one/thefile.cc (z1): New function.
6055 * gdb.linespec/base/two/thefile.cc (z2): New function.
6056 * gdb.linespec/linespec.exp: Add tests.
6057
6058 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6061 to mi_create_breakpoint.
6062
6063 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6064
6065 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6066 mi_create_breakpoint.
6067
6068 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6069
6070 * gdb.dlang/demangle.exp: Update for demangling changes.
6071
6072 2017-07-09 Tom Tromey <tom@tromey.com>
6073
6074 * gdb.dwarf2/shortpiece.exp: New file.
6075
6076 2017-07-06 David Blaikie <dblaikie@gmail.com>
6077
6078 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6079 built from fissiont-multi-cu{1,2}.c.
6080 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6081 except putting 'main' and 'func' in separate CUs in the same DWO file.
6082 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6083 test.
6084 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6085 test.
6086
6087 2017-07-06 Pedro Alves <palves@redhat.com>
6088
6089 * gdb.python/py-unwind.exp: Test flushregs.
6090
6091 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6092
6093 PR cli/21688
6094 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6095 tests for alias commands and trailing whitespace.
6096
6097 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6098
6099 PR cli/21688
6100 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6101 procedure. Call it.
6102
6103 2017-06-29 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.base/printcmds.exp: Add tests.
6106
6107 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6108
6109 PR gdb/21337
6110 * gdb.base/reread-readsym.exp: New file.
6111 * gdb.base/reread-readsym.c: New file.
6112
6113 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6114
6115 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6116 subpattern.
6117
6118 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6119
6120 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6121 extended mnemonic.
6122 * gdb.arch/powerpc-power9.s: Likewise.
6123
6124 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6125
6126 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6127 on 32-bit x86 targets. Exploit is_*_target macros where
6128 appropriate.
6129
6130 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6131
6132 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6133 register pieces.
6134
6135 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6136
6137 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6138 located in one or more DWARF pieces.
6139
6140 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6141
6142 * lib/gdb.exp (get_endianness): New proc.
6143 * gdb.arch/aarch64-fp.exp: Use it.
6144 * gdb.arch/altivec-regs.exp: Likewise.
6145 * gdb.arch/e500-regs.exp: Likewise.
6146 * gdb.arch/vsx-regs.exp: Likewise.
6147 * gdb.base/dump.exp: Likewise.
6148 * gdb.base/funcargs.exp: Likewise.
6149 * gdb.base/gnu_vector.exp: Likewise.
6150 * gdb.dwarf2/formdata16.exp: Likewise.
6151 * gdb.dwarf2/implptrpiece.exp: Likewise.
6152 * gdb.dwarf2/nonvar-access.exp: Likewise.
6153 * gdb.python/py-inferior.exp: Likewise.
6154 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6155
6156 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6157
6158 PR gdb/21226
6159 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6160 stack value pieces are taken from the LSB end.
6161
6162 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6163
6164 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6165 variable at nonzero offset.
6166
6167 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6168
6169 * gdb.dwarf2/var-access.c: New file.
6170 * gdb.dwarf2/var-access.exp: New test.
6171 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6172
6173 2017-06-12 Tom Tromey <tom@tromey.com>
6174
6175 * gdb.dwarf2/formdata16.exp: Add tests.
6176
6177 2017-06-12 Tom Tromey <tom@tromey.com>
6178
6179 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6180
6181 2017-06-12 Tom Tromey <tom@tromey.com>
6182
6183 PR exp/16225:
6184 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6185 * gdb.arch/vsx-regs.exp: Update tests.
6186 * gdb.arch/s390-vregs.exp (hex128): New proc.
6187 Update test.
6188 * gdb.arch/altivec-regs.exp: Update tests.
6189
6190 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 * gdb.base/startup-with-shell.c: New file.
6193 * gdb.base/startup-with-shell.exp: Likewise.
6194
6195 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6196
6197 * gdb.server/non-existing-program.exp: Update regex in order to
6198 reflect the fact that gdbserver is now using fork_inferior (with a
6199 shell) to startup the inferior.
6200
6201 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6202
6203 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6204 support function calls from GDB.
6205
6206 2017-05-21 Tom Tromey <tom@tromey.com>
6207
6208 PR rust/21466:
6209 * gdb.rust/unsized.exp: New file.
6210 * gdb.rust/unsized.rs: New file.
6211
6212 2017-05-19 Tom Tromey <tom@tromey.com>
6213
6214 PR rust/21484:
6215 * gdb.rust/watch.exp: New file.
6216 * gdb.rust/watch.rs: New file.
6217
6218 2017-05-18 Tom Tromey <tom@tromey.com>
6219
6220 * gdb.rust/simple.exp: Allow Box to be qualified.
6221
6222 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6223
6224 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6225
6226 2017-05-18 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/fileio.c (test_write, test_read, test_close)
6229 (test_fstat): Don't print 'ret' in the fail path.
6230
6231 2017-05-18 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6234 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6235 (test_system, test_rename, test_unlink, test_time): Change
6236 prototypes.
6237 * gdb.base/fileio.exp (stop_msg): Adjust.
6238
6239 2017-05-18 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.base/fileio.c (null_str): New global.
6242 (test_stat): Use it.
6243 * gdb.base/fileio.exp: Remove nowarnings.
6244
6245 2017-05-17 Yao Qi <yao.qi@linaro.org>
6246
6247 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6248
6249 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6250
6251 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6252 argument command.
6253 (top-level): Invoke test_set_inferior_tty.
6254
6255 2017-05-04 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6258 Add parens to print call for Python 3.
6259
6260 2017-05-03 Keith Seitz <keiths@redhat.com>
6261
6262 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6263 (main): Call it.
6264
6265 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6266
6267 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6268 to prev and next.
6269
6270 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6271
6272 * gdb.python/py-record-btrace.exp: Remove test for
6273 gdb.BtraceInstruction.error.
6274
6275 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6276
6277 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6278
6279 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6280
6281 * gdb.python/py-record-btrace-threads.c: New file.
6282 * gdb.python/py-record-btrace-threads.exp: New file.
6283
6284 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6285
6286 PR testsuite/8595
6287 * gdb.base/environ.exp: Make test available in all architectures.
6288 Move bits related to "info program" testing to
6289 gdb.base/info-program.exp. Rewrite tests to use the two new
6290 procedures mentione below.
6291 (test_set_show_env_var) New procedure.
6292 (test_set_show_env_var_equal): Likewise.
6293 * gdb.base/info-program.exp: New file.
6294
6295 2017-04-27 Keith Seitz <keiths@redhat.com>
6296
6297 * gdb.cp/oranking.cc (test15): New function.
6298 (main): Call test15 and declare additional variables for testing.
6299 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6300 "p foo101('abc')" tests.
6301 Add tests for cv qualifier overloads.
6302 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6303 "lvalue reference overload" test.
6304 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6305 "print value of f1 on Child&& in f2" test.
6306
6307 2017-04-19 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6310 procedure.
6311 (top level): Call it.
6312 * lib/gdb.exp (gdb_define_cmd): New procedure.
6313
6314 2017-04-12 Pedro Alves <palves@redhat.com>
6315
6316 PR gdb/21323
6317 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6318 (wchar): New global.
6319 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6320 (do_test_wide_char, wide_char_types_no_program, top level): Add
6321 wchar_t testing.
6322
6323 2017-04-12 Pedro Alves <palves@redhat.com>
6324
6325 PR c++/21323
6326 * gdb.cp/wide_char_types.c: New file.
6327 * gdb.cp/wide_char_types.exp: New file.
6328
6329 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6330
6331 PR gdb/21352
6332 * gdb.trace/tsv.exp: Add test for "tsave -r".
6333
6334 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6335
6336 * gdb.dlang/watch-loc.c: New file.
6337 * gdb.dlang/watch-loc.exp: New file.
6338
6339 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6340
6341 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6342
6343 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6344
6345 * gdb.arch/arc-analyze-prologue.S: New file.
6346 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6347
6348 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6349
6350 * gdb.arch/arc-decode-insn.S: New file.
6351 * gdb.arch/arc-decode-insn.exp: Likewise.
6352
6353 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6354
6355 PR tdep/20928
6356 * gdb.arch/sparc64-regs.exp: New file.
6357 * gdb.arch/sparc64-regs.S: Likewise.
6358
6359 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6360
6361 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6362 and memory view on Python 3.
6363
6364 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6365 Keith Seitz <keiths@redhat.com>
6366
6367 PR gdb/14441
6368 * gdb.cp/demangle.exp: Add rvalue reference tests.
6369 * gdb.cp/rvalue-ref-casts.cc: New file.
6370 * gdb.cp/rvalue-ref-casts.exp: New file.
6371 * gdb.cp/rvalue-ref-overload.cc: New file.
6372 * gdb.cp/rvalue-ref-overload.exp: New file.
6373 * gdb.cp/rvalue-ref-params.cc: New file.
6374 * gdb.cp/rvalue-ref-params.exp: New file.
6375 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6376 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6377 * gdb.cp/rvalue-ref-types.cc: New file.
6378 * gdb.cp/rvalue-ref-types.exp: New file.
6379 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6380 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6381
6382 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6383
6384 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6385 New procedure.
6386
6387 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6388
6389 * lib/mi-support.exp (mi_gdb_test): Add additional message
6390 for unexpected output.
6391
6392 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6393
6394 * gdb.base/examine-backward.c (Barrier): New character array
6395 constant, to ensure that TestStrings is preceded by a string
6396 terminator.
6397
6398 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6401 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6402 and implicit pointer into such a location.
6403
6404 2017-03-16 Doug Evans <dje@google.com>
6405
6406 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6407
6408 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6409
6410 * gdb.cp/m-static.exp: Fix expectation for prototype of
6411 test5.single_constructor and single_constructor::single_constructor.
6412
6413 2017-03-16 Doug Evans <dje@google.com>
6414
6415 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6416 * gdb.guile/scm-lazy-string.c: New file.
6417 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6418 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6419 for pointer, array, typedef lazy strings.
6420
6421 2017-03-16 Doug Evans <dje@google.com>
6422
6423 PR python/17728, python/18439, python/18779
6424 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6425 * gdb.python/py-lazy-string.c (pointer): New typedef.
6426 (main): New locals ptr, array, typedef_ptr.
6427 * gdb.python/py-value.exp: Move lazy string tests to ...
6428 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6429 array, typedef lazy strings.
6430
6431 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6432
6433 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6434 Add optional 'test' parameter.
6435
6436 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6437
6438 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6439 Skip for versions of DejaGnu < 1.5.
6440
6441 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6442
6443 * lib/gdb.exp (dejagnu_version): New proc.
6444 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6445 Use dejagnu_version.
6446
6447 2017-03-10 Keith Seitz <keiths@redhat.com>
6448
6449 PR c++/8128
6450 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6451 type from destructor regexps.
6452 Add a branch which actually passes the test.
6453 Adjust "ptype t5i" test names.
6454
6455 2017-03-08 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/step-over-exit.exp: Add explicit test message.
6458
6459 2017-03-08 Pedro Alves <palves@redhat.com>
6460
6461 PR gdb/18360
6462 * gdb.threads/interrupt-while-step-over.c: New file.
6463 * gdb.threads/interrupt-while-step-over.exp: New file.
6464
6465 2017-03-08 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6468 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6469
6470 2017-03-08 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6473 PKRU as not supported as a PASS.
6474
6475 2017-03-08 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6478 prefix instead of $binfile1/$binfile2.
6479 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6480 in test message.
6481 * gdb.python/py-completion.exp: Use "load python file" as test
6482 messages instead of unstable path names.
6483
6484 2017-03-08 Pedro Alves <palves@redhat.com>
6485 Jan Kratochvil <jan.kratochvil@redhat.com>
6486
6487 PR cli/21218
6488 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6489 New proc.
6490 (top level): Call it.
6491
6492 2017-03-08 Pedro Alves <palves@redhat.com>
6493
6494 PR tui/21216
6495 * gdb.tui/tui-nl-filtered-output.exp: New file.
6496
6497 2017-03-08 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/completion.exp: Move TUI completion tests to ...
6500 * gdb.tui/completion.exp: ... this new file.
6501
6502 2017-03-08 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.base/tui-disasm-long-lines.c,
6505 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6506 gdb.base/tui-layout.exp: Move to ...
6507 * gdb.tui/: ... this new directory.
6508
6509 2017-03-07 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/tui-layout.c: New file.
6512 * gdb.base/tui-layout.exp: New file.
6513
6514 2017-03-07 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/tui-layout.c: Rename to ...
6517 * gdb.base/tui-disasm-long-lines.c: ... this.
6518 * gdb.base/tui-layout.exp: Rename to ...
6519 * gdb.base/tui-disasm-long-lines.exp: ... this.
6520
6521 2017-03-07 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6524
6525 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6526
6527 * i386-mpx-call.c: New file.
6528 * i386-mpx-call.exp: New file.
6529
6530 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6531
6532 * gdb.arch/powerpc-power.exp: Delete test.
6533 * gdb.arch/powerpc-power.s: Likewise.
6534 * gdb.disasm/disassembler-options.exp: New test.
6535 * gdb.arch/powerpc-altivec.exp: Likewise.
6536 * gdb.arch/powerpc-altivec.s: Likewise.
6537 * gdb.arch/powerpc-altivec2.exp: Likewise.
6538 * gdb.arch/powerpc-altivec2.s: Likewise.
6539 * gdb.arch/powerpc-altivec3.exp: Likewise.
6540 * gdb.arch/powerpc-altivec3.s: Likewise.
6541 * gdb.arch/powerpc-power7.exp: Likewise.
6542 * gdb.arch/powerpc-power7.s: Likewise.
6543 * gdb.arch/powerpc-power8.exp: Likewise.
6544 * gdb.arch/powerpc-power8.s: Likewise.
6545 * gdb.arch/powerpc-power9.exp: Likewise.
6546 * gdb.arch/powerpc-power9.s: Likewise.
6547 * gdb.arch/powerpc-vsx.exp: Likewise.
6548 * gdb.arch/powerpc-vsx.s: Likewise.
6549 * gdb.arch/powerpc-vsx2.exp: Likewise.
6550 * gdb.arch/powerpc-vsx2.s: Likewise.
6551 * gdb.arch/powerpc-vsx3.exp: Likewise.
6552 * gdb.arch/powerpc-vsx3.s: Likewise.
6553 * gdb.arch/arm-disassembler-options.exp: Likewise.
6554 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6555 * gdb.arch/s390-disassembler-options.exp: Likewise.
6556
6557 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6558
6559 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6560 (check_supported_features): ... this. Changed return type to void.
6561 (supports_rdseed): New static global.
6562 (rdseed): Check supports_rdseed.
6563 (initialize): Call check_supported_features.
6564
6565 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6566
6567 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6568 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6569 and lqarx/stqcx.
6570 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6571 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6572
6573 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6574
6575 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6576 uppercase.
6577
6578 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6579
6580 * gdb.dwarf2/formdata16.c: New file.
6581 * gdb.dwarf2/formdata16.exp: New file.
6582 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6583
6584 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6587 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6588 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6589 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6590 DW_AT_GNU_*.
6591
6592 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6593
6594 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6595
6596 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6597
6598 PR gdb/21164
6599 * gdb.base/maint.exp: Add testcases for when the commands do
6600 not have arguments.
6601
6602 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6603
6604 * gdb.cp/chained-calls.exp: Use p instead of P.
6605
6606 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6607
6608 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6609 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6610
6611 2017-02-14 Tom Tromey <tom@tromey.com>
6612
6613 PR python/13598:
6614 * gdb.python/py-events.exp: Add before_prompt event tests.
6615
6616 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6617
6618 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6619
6620 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6621
6622 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6623 (main): Call my_unique_function_name.
6624 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6625 completion of patterns with a single match.
6626 Add missing -re switches to gdb_test_multiple calls.
6627
6628 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6629
6630 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6631 return if core file is not recognized.
6632
6633 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6636 and extra UIs.
6637
6638 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6639
6640 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6641 proc_with_prefix.
6642
6643 2017-02-10 Tom Tromey <tom@tromey.com>
6644
6645 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6646
6647 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6648
6649 PR gdb/21122
6650 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6651
6652 2017-02-08 Jerome Guitton <guitton@adacore.com>
6653
6654 * gdb.base/define.exp: Add test for command abbreviations
6655 in define.
6656
6657 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6658
6659 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6660 * gdb.reverse/insn-reverse-x86.c: New file.
6661
6662 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6663
6664 PR tdep/20936
6665 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6666
6667 2017-02-03 Tom Tromey <tom@tromey.com>
6668
6669 PR rust/21097:
6670 * gdb.rust/simple.exp: Add new tests.
6671
6672 2017-02-02 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6675 tests.
6676
6677 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6678
6679 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6680 taking a 2-byte value out of a 4-byte DWARF implicit value on
6681 big-endian targets.
6682 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6683 logic. Add test cases for DW_OP_implicit.
6684
6685 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6686
6687 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6688
6689 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6690
6691 * gdb.btrace/enable.exp: Call gdb_exit before
6692 skip_gdbserver_tests.
6693
6694 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6695
6696 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6697 GDBFLAGS.
6698
6699 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6700
6701 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6702 the test is skipped.
6703 * gdb.btrace/data.exp: Likewise.
6704 * gdb.btrace/delta.exp: Likewise.
6705 * gdb.btrace/dlopen.exp: Likewise.
6706 * gdb.btrace/enable-running.exp: Likewise.
6707 * gdb.btrace/enable.exp: Likewise.
6708 * gdb.btrace/exception.exp: Likewise.
6709 * gdb.btrace/function_call_history.exp: Likewise.
6710 * gdb.btrace/gcore.exp: Likewise.
6711 * gdb.btrace/instruction_history.exp: Likewise.
6712 * gdb.btrace/multi-thread-step.exp: Likewise.
6713 * gdb.btrace/nohist.exp: Likewise.
6714 * gdb.btrace/non-stop.exp: Likewise.
6715 * gdb.btrace/reconnect.exp: Likewise.
6716 * gdb.btrace/record_goto-step.exp: Likewise.
6717 * gdb.btrace/record_goto.exp: Likewise.
6718 * gdb.btrace/rn-dl-bind.exp: Likewise.
6719 * gdb.btrace/segv.exp: Likewise.
6720 * gdb.btrace/step.exp: Likewise.
6721 * gdb.btrace/stepi.exp: Likewise.
6722 * gdb.btrace/tailcall-only.exp: Likewise.
6723 * gdb.btrace/tailcall.exp: Likewise.
6724 * gdb.btrace/tsx.exp: Likewise.
6725 * gdb.btrace/unknown_functions.exp: Likewise.
6726 * gdb.btrace/vdso.exp: Likewise.
6727
6728 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6729
6730 * gdb.btrace/enable-running.c: New.
6731 * gdb.btrace/enable-running.exp: New.
6732
6733 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6734
6735 * gdb.arch/amd64-gs_base.c: New file.
6736 * gdb.arch/amd64-gs_base.exp: New file.
6737
6738 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6739
6740 * lib/memory.exp: Remove spurious empty newlines.
6741
6742 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6743
6744 * gdb.python/py-bad-printers.exp: Load python file using "source".
6745 * gdb.python/py-events.exp: Likewise.
6746 * gdb.python/py-evsignal.exp: Likewise.
6747 * gdb.python/py-evthreads.exp: Likewise.
6748 * gdb.python/py-frame-args.exp: Likewise.
6749 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6750 * gdb.python/py-framefilter-mi.exp: Likewise.
6751 * gdb.python/py-framefilter.exp: Likewise.
6752 * gdb.python/py-mi.exp: Likewise.
6753 * gdb.python/py-pp-maint.exp: Likewise.
6754 * gdb.python/py-pp-registration.exp: Likewise.
6755 * gdb.python/py-prettyprint.exp: Likewise.
6756 (run_lang_tests): Likewise.
6757 * gdb.python/py-typeprint.exp: Likewise.
6758
6759 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6760
6761 * lib/memory.exp: New file.
6762 * lib/gdb.exp: Load memory.exp.
6763 * gdb.base/memattr.exp (delete_memory): Move proc to
6764 lib/memory.exp and rename to delete_memory_regions.
6765 Replace delete_memory with delete_memory_regions.
6766 Cleanup memory regions before tests.
6767 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6768 before tests.
6769
6770 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6771
6772 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6773 files.
6774 (initialize): New function conditionally defined.
6775 (testcases): Move within conditional block.
6776 (main): Call initialize.
6777 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6778 of gdb.reverse/insn-reverse.c.
6779 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6780 gdb.reverse/insn-reverse.c.
6781
6782 2017-01-26 Yao Qi <yao.qi@linaro.org>
6783
6784 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6785 disassemble on address 0.
6786
6787 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6788 Yao Qi <yao.qi@linaro.org>
6789
6790 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6791 * gdb.dwarf2/implptr-64bit.S: Remove.
6792 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6793 variables in caller's context. Add DW_OP_implicit_value.
6794
6795 2017-01-25 Yao Qi <yao.qi@linaro.org>
6796
6797 * lib/dwarf.exp (Dwarf::_location): Handle
6798 DW_OP_GNU_implicit_pointer with proper size.
6799
6800 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6801
6802 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6803 and add untested calls.
6804
6805 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6806
6807 * gdb.python/python.exp: Check line number against what GDB thinks
6808 the line number is for func1.
6809
6810 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6811
6812 * gdb.dlang/debug-expr.exp: New file.
6813
6814 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6815
6816 Fix test names for the following files:
6817
6818 * gdb.ada/exec_changed.exp
6819 * gdb.ada/info_types.exp
6820 * gdb.arch/aarch64-atomic-inst.exp
6821 * gdb.arch/aarch64-fp.exp
6822 * gdb.arch/altivec-abi.exp
6823 * gdb.arch/altivec-regs.exp
6824 * gdb.arch/amd64-byte.exp
6825 * gdb.arch/amd64-disp-step.exp
6826 * gdb.arch/amd64-dword.exp
6827 * gdb.arch/amd64-entry-value-inline.exp
6828 * gdb.arch/amd64-entry-value-param.exp
6829 * gdb.arch/amd64-entry-value-paramref.exp
6830 * gdb.arch/amd64-entry-value.exp
6831 * gdb.arch/amd64-i386-address.exp
6832 * gdb.arch/amd64-invalid-stack-middle.exp
6833 * gdb.arch/amd64-invalid-stack-top.exp
6834 * gdb.arch/amd64-optimout-repeat.exp
6835 * gdb.arch/amd64-prologue-skip.exp
6836 * gdb.arch/amd64-prologue-xmm.exp
6837 * gdb.arch/amd64-stap-special-operands.exp
6838 * gdb.arch/amd64-stap-wrong-subexp.exp
6839 * gdb.arch/amd64-tailcall-cxx.exp
6840 * gdb.arch/amd64-tailcall-noret.exp
6841 * gdb.arch/amd64-tailcall-ret.exp
6842 * gdb.arch/amd64-tailcall-self.exp
6843 * gdb.arch/amd64-word.exp
6844 * gdb.arch/arm-bl-branch-dest.exp
6845 * gdb.arch/arm-disp-step.exp
6846 * gdb.arch/arm-neon.exp
6847 * gdb.arch/arm-single-step-kernel-helper.exp
6848 * gdb.arch/avr-flash-qualifier.exp
6849 * gdb.arch/disp-step-insn-reloc.exp
6850 * gdb.arch/e500-abi.exp
6851 * gdb.arch/e500-regs.exp
6852 * gdb.arch/ftrace-insn-reloc.exp
6853 * gdb.arch/i386-avx512.exp
6854 * gdb.arch/i386-bp_permanent.exp
6855 * gdb.arch/i386-byte.exp
6856 * gdb.arch/i386-cfi-notcurrent.exp
6857 * gdb.arch/i386-disp-step.exp
6858 * gdb.arch/i386-dr3-watch.exp
6859 * gdb.arch/i386-float.exp
6860 * gdb.arch/i386-gnu-cfi.exp
6861 * gdb.arch/i386-mpx-map.exp
6862 * gdb.arch/i386-mpx-sigsegv.exp
6863 * gdb.arch/i386-mpx-simple_segv.exp
6864 * gdb.arch/i386-mpx.exp
6865 * gdb.arch/i386-permbkpt.exp
6866 * gdb.arch/i386-prologue.exp
6867 * gdb.arch/i386-signal.exp
6868 * gdb.arch/i386-size-overlap.exp
6869 * gdb.arch/i386-unwind.exp
6870 * gdb.arch/i386-word.exp
6871 * gdb.arch/mips-fcr.exp
6872 * gdb.arch/powerpc-d128-regs.exp
6873 * gdb.arch/powerpc-stackless.exp
6874 * gdb.arch/ppc64-atomic-inst.exp
6875 * gdb.arch/s390-stackless.exp
6876 * gdb.arch/s390-tdbregs.exp
6877 * gdb.arch/s390-vregs.exp
6878 * gdb.arch/sparc-sysstep.exp
6879 * gdb.arch/thumb-bx-pc.exp
6880 * gdb.arch/thumb-singlestep.exp
6881 * gdb.arch/thumb2-it.exp
6882 * gdb.arch/vsx-regs.exp
6883 * gdb.asm/asm-source.exp
6884 * gdb.base/a2-run.exp
6885 * gdb.base/advance.exp
6886 * gdb.base/all-bin.exp
6887 * gdb.base/anon.exp
6888 * gdb.base/args.exp
6889 * gdb.base/arithmet.exp
6890 * gdb.base/async-shell.exp
6891 * gdb.base/async.exp
6892 * gdb.base/attach-pie-noexec.exp
6893 * gdb.base/attach-twice.exp
6894 * gdb.base/auto-load.exp
6895 * gdb.base/bang.exp
6896 * gdb.base/bitfields.exp
6897 * gdb.base/break-always.exp
6898 * gdb.base/break-caller-line.exp
6899 * gdb.base/break-entry.exp
6900 * gdb.base/break-inline.exp
6901 * gdb.base/break-on-linker-gcd-function.exp
6902 * gdb.base/break-probes.exp
6903 * gdb.base/break.exp
6904 * gdb.base/breakpoint-shadow.exp
6905 * gdb.base/call-ar-st.exp
6906 * gdb.base/call-sc.exp
6907 * gdb.base/call-signal-resume.exp
6908 * gdb.base/call-strs.exp
6909 * gdb.base/callfuncs.exp
6910 * gdb.base/catch-fork-static.exp
6911 * gdb.base/catch-gdb-caused-signals.exp
6912 * gdb.base/catch-load.exp
6913 * gdb.base/catch-signal-fork.exp
6914 * gdb.base/catch-signal.exp
6915 * gdb.base/catch-syscall.exp
6916 * gdb.base/charset.exp
6917 * gdb.base/checkpoint.exp
6918 * gdb.base/chng-syms.exp
6919 * gdb.base/code-expr.exp
6920 * gdb.base/code_elim.exp
6921 * gdb.base/commands.exp
6922 * gdb.base/completion.exp
6923 * gdb.base/complex.exp
6924 * gdb.base/cond-expr.exp
6925 * gdb.base/condbreak.exp
6926 * gdb.base/consecutive.exp
6927 * gdb.base/continue-all-already-running.exp
6928 * gdb.base/coredump-filter.exp
6929 * gdb.base/corefile.exp
6930 * gdb.base/dbx.exp
6931 * gdb.base/debug-expr.exp
6932 * gdb.base/define.exp
6933 * gdb.base/del.exp
6934 * gdb.base/disabled-location.exp
6935 * gdb.base/disasm-end-cu.exp
6936 * gdb.base/disasm-optim.exp
6937 * gdb.base/display.exp
6938 * gdb.base/duplicate-bp.exp
6939 * gdb.base/ena-dis-br.exp
6940 * gdb.base/ending-run.exp
6941 * gdb.base/enumval.exp
6942 * gdb.base/environ.exp
6943 * gdb.base/eu-strip-infcall.exp
6944 * gdb.base/eval-avoid-side-effects.exp
6945 * gdb.base/eval-skip.exp
6946 * gdb.base/exitsignal.exp
6947 * gdb.base/expand-psymtabs.exp
6948 * gdb.base/filesym.exp
6949 * gdb.base/find-unmapped.exp
6950 * gdb.base/finish.exp
6951 * gdb.base/float.exp
6952 * gdb.base/foll-exec-mode.exp
6953 * gdb.base/foll-exec.exp
6954 * gdb.base/foll-fork.exp
6955 * gdb.base/fortran-sym-case.exp
6956 * gdb.base/freebpcmd.exp
6957 * gdb.base/func-ptr.exp
6958 * gdb.base/func-ptrs.exp
6959 * gdb.base/funcargs.exp
6960 * gdb.base/gcore-buffer-overflow.exp
6961 * gdb.base/gcore-relro-pie.exp
6962 * gdb.base/gcore-relro.exp
6963 * gdb.base/gcore.exp
6964 * gdb.base/gdb1090.exp
6965 * gdb.base/gdb11530.exp
6966 * gdb.base/gdb11531.exp
6967 * gdb.base/gdb1821.exp
6968 * gdb.base/gdbindex-stabs.exp
6969 * gdb.base/gdbvars.exp
6970 * gdb.base/hbreak.exp
6971 * gdb.base/hbreak2.exp
6972 * gdb.base/included.exp
6973 * gdb.base/infcall-input.exp
6974 * gdb.base/inferior-died.exp
6975 * gdb.base/infnan.exp
6976 * gdb.base/info-macros.exp
6977 * gdb.base/info-os.exp
6978 * gdb.base/info-proc.exp
6979 * gdb.base/info-shared.exp
6980 * gdb.base/info-target.exp
6981 * gdb.base/infoline.exp
6982 * gdb.base/interp.exp
6983 * gdb.base/interrupt.exp
6984 * gdb.base/jit-reader.exp
6985 * gdb.base/jit-simple.exp
6986 * gdb.base/kill-after-signal.exp
6987 * gdb.base/kill-detach-inferiors-cmd.exp
6988 * gdb.base/label.exp
6989 * gdb.base/langs.exp
6990 * gdb.base/ldbl_e308.exp
6991 * gdb.base/line-symtabs.exp
6992 * gdb.base/linespecs.exp
6993 * gdb.base/list.exp
6994 * gdb.base/long_long.exp
6995 * gdb.base/longest-types.exp
6996 * gdb.base/maint.exp
6997 * gdb.base/max-value-size.exp
6998 * gdb.base/memattr.exp
6999 * gdb.base/mips_pro.exp
7000 * gdb.base/morestack.exp
7001 * gdb.base/moribund-step.exp
7002 * gdb.base/multi-forks.exp
7003 * gdb.base/nested-addr.exp
7004 * gdb.base/nextoverexit.exp
7005 * gdb.base/noreturn-finish.exp
7006 * gdb.base/noreturn-return.exp
7007 * gdb.base/nostdlib.exp
7008 * gdb.base/offsets.exp
7009 * gdb.base/opaque.exp
7010 * gdb.base/pc-fp.exp
7011 * gdb.base/permissions.exp
7012 * gdb.base/print-symbol-loading.exp
7013 * gdb.base/prologue-include.exp
7014 * gdb.base/psymtab.exp
7015 * gdb.base/ptype.exp
7016 * gdb.base/random-signal.exp
7017 * gdb.base/randomize.exp
7018 * gdb.base/range-stepping.exp
7019 * gdb.base/readline-ask.exp
7020 * gdb.base/recpar.exp
7021 * gdb.base/recurse.exp
7022 * gdb.base/relational.exp
7023 * gdb.base/restore.exp
7024 * gdb.base/return-nodebug.exp
7025 * gdb.base/return.exp
7026 * gdb.base/run-after-attach.exp
7027 * gdb.base/save-bp.exp
7028 * gdb.base/scope.exp
7029 * gdb.base/sect-cmd.exp
7030 * gdb.base/set-lang-auto.exp
7031 * gdb.base/set-noassign.exp
7032 * gdb.base/setvar.exp
7033 * gdb.base/sigall.exp
7034 * gdb.base/sigbpt.exp
7035 * gdb.base/siginfo-addr.exp
7036 * gdb.base/siginfo-infcall.exp
7037 * gdb.base/siginfo-obj.exp
7038 * gdb.base/siginfo.exp
7039 * gdb.base/signals-state-child.exp
7040 * gdb.base/signest.exp
7041 * gdb.base/sigstep.exp
7042 * gdb.base/sizeof.exp
7043 * gdb.base/skip.exp
7044 * gdb.base/solib-corrupted.exp
7045 * gdb.base/solib-nodir.exp
7046 * gdb.base/solib-search.exp
7047 * gdb.base/stack-checking.exp
7048 * gdb.base/stale-infcall.exp
7049 * gdb.base/stap-probe.exp
7050 * gdb.base/start.exp
7051 * gdb.base/step-break.exp
7052 * gdb.base/step-bt.exp
7053 * gdb.base/step-line.exp
7054 * gdb.base/step-over-exit.exp
7055 * gdb.base/step-over-syscall.exp
7056 * gdb.base/step-resume-infcall.exp
7057 * gdb.base/step-test.exp
7058 * gdb.base/store.exp
7059 * gdb.base/structs3.exp
7060 * gdb.base/sym-file.exp
7061 * gdb.base/symbol-without-target_section.exp
7062 * gdb.base/term.exp
7063 * gdb.base/testenv.exp
7064 * gdb.base/ui-redirect.exp
7065 * gdb.base/until.exp
7066 * gdb.base/unwindonsignal.exp
7067 * gdb.base/value-double-free.exp
7068 * gdb.base/vla-datatypes.exp
7069 * gdb.base/vla-ptr.exp
7070 * gdb.base/vla-sideeffect.exp
7071 * gdb.base/volatile.exp
7072 * gdb.base/watch-cond-infcall.exp
7073 * gdb.base/watch-cond.exp
7074 * gdb.base/watch-non-mem.exp
7075 * gdb.base/watch-read.exp
7076 * gdb.base/watch-vfork.exp
7077 * gdb.base/watchpoint-cond-gone.exp
7078 * gdb.base/watchpoint-delete.exp
7079 * gdb.base/watchpoint-hw-hit-once.exp
7080 * gdb.base/watchpoint-hw.exp
7081 * gdb.base/watchpoint-stops-at-right-insn.exp
7082 * gdb.base/watchpoints.exp
7083 * gdb.base/wchar.exp
7084 * gdb.base/whatis-exp.exp
7085 * gdb.btrace/buffer-size.exp
7086 * gdb.btrace/data.exp
7087 * gdb.btrace/delta.exp
7088 * gdb.btrace/dlopen.exp
7089 * gdb.btrace/enable.exp
7090 * gdb.btrace/exception.exp
7091 * gdb.btrace/function_call_history.exp
7092 * gdb.btrace/gcore.exp
7093 * gdb.btrace/instruction_history.exp
7094 * gdb.btrace/nohist.exp
7095 * gdb.btrace/reconnect.exp
7096 * gdb.btrace/record_goto-step.exp
7097 * gdb.btrace/record_goto.exp
7098 * gdb.btrace/rn-dl-bind.exp
7099 * gdb.btrace/segv.exp
7100 * gdb.btrace/step.exp
7101 * gdb.btrace/stepi.exp
7102 * gdb.btrace/tailcall-only.exp
7103 * gdb.btrace/tailcall.exp
7104 * gdb.btrace/tsx.exp
7105 * gdb.btrace/unknown_functions.exp
7106 * gdb.btrace/vdso.exp
7107 * gdb.compile/compile-ifunc.exp
7108 * gdb.compile/compile-ops.exp
7109 * gdb.compile/compile-print.exp
7110 * gdb.compile/compile-setjmp.exp
7111 * gdb.cp/abstract-origin.exp
7112 * gdb.cp/ambiguous.exp
7113 * gdb.cp/annota2.exp
7114 * gdb.cp/annota3.exp
7115 * gdb.cp/anon-ns.exp
7116 * gdb.cp/anon-struct.exp
7117 * gdb.cp/anon-union.exp
7118 * gdb.cp/arg-reference.exp
7119 * gdb.cp/baseenum.exp
7120 * gdb.cp/bool.exp
7121 * gdb.cp/breakpoint.exp
7122 * gdb.cp/bs15503.exp
7123 * gdb.cp/call-c.exp
7124 * gdb.cp/casts.exp
7125 * gdb.cp/chained-calls.exp
7126 * gdb.cp/class2.exp
7127 * gdb.cp/classes.exp
7128 * gdb.cp/cmpd-minsyms.exp
7129 * gdb.cp/converts.exp
7130 * gdb.cp/cp-relocate.exp
7131 * gdb.cp/cpcompletion.exp
7132 * gdb.cp/cpexprs.exp
7133 * gdb.cp/cplabel.exp
7134 * gdb.cp/cplusfuncs.exp
7135 * gdb.cp/cpsizeof.exp
7136 * gdb.cp/ctti.exp
7137 * gdb.cp/derivation.exp
7138 * gdb.cp/destrprint.exp
7139 * gdb.cp/dispcxx.exp
7140 * gdb.cp/enum-class.exp
7141 * gdb.cp/exception.exp
7142 * gdb.cp/exceptprint.exp
7143 * gdb.cp/expand-psymtabs-cxx.exp
7144 * gdb.cp/expand-sals.exp
7145 * gdb.cp/extern-c.exp
7146 * gdb.cp/filename.exp
7147 * gdb.cp/formatted-ref.exp
7148 * gdb.cp/fpointer.exp
7149 * gdb.cp/gdb1355.exp
7150 * gdb.cp/gdb2495.exp
7151 * gdb.cp/hang.exp
7152 * gdb.cp/impl-this.exp
7153 * gdb.cp/infcall-dlopen.exp
7154 * gdb.cp/inherit.exp
7155 * gdb.cp/iostream.exp
7156 * gdb.cp/koenig.exp
7157 * gdb.cp/local.exp
7158 * gdb.cp/m-data.exp
7159 * gdb.cp/m-static.exp
7160 * gdb.cp/mb-ctor.exp
7161 * gdb.cp/mb-inline.exp
7162 * gdb.cp/mb-templates.exp
7163 * gdb.cp/member-name.exp
7164 * gdb.cp/member-ptr.exp
7165 * gdb.cp/meth-typedefs.exp
7166 * gdb.cp/method.exp
7167 * gdb.cp/method2.exp
7168 * gdb.cp/minsym-fallback.exp
7169 * gdb.cp/misc.exp
7170 * gdb.cp/namelessclass.exp
7171 * gdb.cp/namespace-enum.exp
7172 * gdb.cp/namespace-nested-import.exp
7173 * gdb.cp/namespace.exp
7174 * gdb.cp/nextoverthrow.exp
7175 * gdb.cp/no-dmgl-verbose.exp
7176 * gdb.cp/non-trivial-retval.exp
7177 * gdb.cp/noparam.exp
7178 * gdb.cp/nsdecl.exp
7179 * gdb.cp/nsimport.exp
7180 * gdb.cp/nsnested.exp
7181 * gdb.cp/nsnoimports.exp
7182 * gdb.cp/nsrecurs.exp
7183 * gdb.cp/nsstress.exp
7184 * gdb.cp/nsusing.exp
7185 * gdb.cp/operator.exp
7186 * gdb.cp/oranking.exp
7187 * gdb.cp/overload-const.exp
7188 * gdb.cp/overload.exp
7189 * gdb.cp/ovldbreak.exp
7190 * gdb.cp/ovsrch.exp
7191 * gdb.cp/paren-type.exp
7192 * gdb.cp/parse-lang.exp
7193 * gdb.cp/pass-by-ref.exp
7194 * gdb.cp/pr-1023.exp
7195 * gdb.cp/pr-1210.exp
7196 * gdb.cp/pr-574.exp
7197 * gdb.cp/pr10687.exp
7198 * gdb.cp/pr12028.exp
7199 * gdb.cp/pr17132.exp
7200 * gdb.cp/pr17494.exp
7201 * gdb.cp/pr9067.exp
7202 * gdb.cp/pr9167.exp
7203 * gdb.cp/pr9631.exp
7204 * gdb.cp/printmethod.exp
7205 * gdb.cp/psmang.exp
7206 * gdb.cp/psymtab-parameter.exp
7207 * gdb.cp/ptype-cv-cp.exp
7208 * gdb.cp/ptype-flags.exp
7209 * gdb.cp/re-set-overloaded.exp
7210 * gdb.cp/ref-types.exp
7211 * gdb.cp/rtti.exp
7212 * gdb.cp/scope-err.exp
7213 * gdb.cp/shadow.exp
7214 * gdb.cp/smartp.exp
7215 * gdb.cp/static-method.exp
7216 * gdb.cp/static-print-quit.exp
7217 * gdb.cp/temargs.exp
7218 * gdb.cp/templates.exp
7219 * gdb.cp/try_catch.exp
7220 * gdb.cp/typedef-operator.exp
7221 * gdb.cp/typeid.exp
7222 * gdb.cp/userdef.exp
7223 * gdb.cp/using-crash.exp
7224 * gdb.cp/var-tag.exp
7225 * gdb.cp/virtbase.exp
7226 * gdb.cp/virtfunc.exp
7227 * gdb.cp/virtfunc2.exp
7228 * gdb.cp/vla-cxx.exp
7229 * gdb.disasm/t01_mov.exp
7230 * gdb.disasm/t02_mova.exp
7231 * gdb.disasm/t03_add.exp
7232 * gdb.disasm/t04_sub.exp
7233 * gdb.disasm/t05_cmp.exp
7234 * gdb.disasm/t06_ari2.exp
7235 * gdb.disasm/t07_ari3.exp
7236 * gdb.disasm/t08_or.exp
7237 * gdb.disasm/t09_xor.exp
7238 * gdb.disasm/t10_and.exp
7239 * gdb.disasm/t11_logs.exp
7240 * gdb.disasm/t12_bit.exp
7241 * gdb.disasm/t13_otr.exp
7242 * gdb.dlang/circular.exp
7243 * gdb.dwarf2/arr-stride.exp
7244 * gdb.dwarf2/arr-subrange.exp
7245 * gdb.dwarf2/atomic-type.exp
7246 * gdb.dwarf2/bad-regnum.exp
7247 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7248 * gdb.dwarf2/callframecfa.exp
7249 * gdb.dwarf2/clztest.exp
7250 * gdb.dwarf2/corrupt.exp
7251 * gdb.dwarf2/data-loc.exp
7252 * gdb.dwarf2/dup-psym.exp
7253 * gdb.dwarf2/dw2-anon-mptr.exp
7254 * gdb.dwarf2/dw2-anonymous-func.exp
7255 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7256 * gdb.dwarf2/dw2-bad-unresolved.exp
7257 * gdb.dwarf2/dw2-basic.exp
7258 * gdb.dwarf2/dw2-canonicalize-type.exp
7259 * gdb.dwarf2/dw2-case-insensitive.exp
7260 * gdb.dwarf2/dw2-common-block.exp
7261 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7262 * gdb.dwarf2/dw2-compressed.exp
7263 * gdb.dwarf2/dw2-const.exp
7264 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7265 * gdb.dwarf2/dw2-cu-size.exp
7266 * gdb.dwarf2/dw2-dup-frame.exp
7267 * gdb.dwarf2/dw2-entry-value.exp
7268 * gdb.dwarf2/dw2-icycle.exp
7269 * gdb.dwarf2/dw2-ifort-parameter.exp
7270 * gdb.dwarf2/dw2-inline-break.exp
7271 * gdb.dwarf2/dw2-inline-param.exp
7272 * gdb.dwarf2/dw2-intercu.exp
7273 * gdb.dwarf2/dw2-intermix.exp
7274 * gdb.dwarf2/dw2-lexical-block-bare.exp
7275 * gdb.dwarf2/dw2-linkage-name-trust.exp
7276 * gdb.dwarf2/dw2-minsym-in-cu.exp
7277 * gdb.dwarf2/dw2-noloc.exp
7278 * gdb.dwarf2/dw2-op-call.exp
7279 * gdb.dwarf2/dw2-op-out-param.exp
7280 * gdb.dwarf2/dw2-opt-structptr.exp
7281 * gdb.dwarf2/dw2-param-error.exp
7282 * gdb.dwarf2/dw2-producer.exp
7283 * gdb.dwarf2/dw2-ranges-base.exp
7284 * gdb.dwarf2/dw2-ref-missing-frame.exp
7285 * gdb.dwarf2/dw2-reg-undefined.exp
7286 * gdb.dwarf2/dw2-regno-invalid.exp
7287 * gdb.dwarf2/dw2-restore.exp
7288 * gdb.dwarf2/dw2-restrict.exp
7289 * gdb.dwarf2/dw2-single-line-discriminators.exp
7290 * gdb.dwarf2/dw2-strp.exp
7291 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7292 * gdb.dwarf2/dw2-unresolved.exp
7293 * gdb.dwarf2/dw2-var-zero-addr.exp
7294 * gdb.dwarf2/dw4-sig-types.exp
7295 * gdb.dwarf2/dwz.exp
7296 * gdb.dwarf2/dynarr-ptr.exp
7297 * gdb.dwarf2/enum-type.exp
7298 * gdb.dwarf2/gdb-index.exp
7299 * gdb.dwarf2/implptr-64bit.exp
7300 * gdb.dwarf2/implptr-optimized-out.exp
7301 * gdb.dwarf2/implptr.exp
7302 * gdb.dwarf2/implref-array.exp
7303 * gdb.dwarf2/implref-const.exp
7304 * gdb.dwarf2/implref-global.exp
7305 * gdb.dwarf2/implref-struct.exp
7306 * gdb.dwarf2/mac-fileno.exp
7307 * gdb.dwarf2/main-subprogram.exp
7308 * gdb.dwarf2/member-ptr-forwardref.exp
7309 * gdb.dwarf2/method-ptr.exp
7310 * gdb.dwarf2/missing-sig-type.exp
7311 * gdb.dwarf2/nonvar-access.exp
7312 * gdb.dwarf2/opaque-type-lookup.exp
7313 * gdb.dwarf2/pieces-optimized-out.exp
7314 * gdb.dwarf2/pieces.exp
7315 * gdb.dwarf2/pr10770.exp
7316 * gdb.dwarf2/pr13961.exp
7317 * gdb.dwarf2/staticvirtual.exp
7318 * gdb.dwarf2/subrange.exp
7319 * gdb.dwarf2/symtab-producer.exp
7320 * gdb.dwarf2/trace-crash.exp
7321 * gdb.dwarf2/typeddwarf.exp
7322 * gdb.dwarf2/valop.exp
7323 * gdb.dwarf2/watch-notconst.exp
7324 * gdb.fortran/array-element.exp
7325 * gdb.fortran/charset.exp
7326 * gdb.fortran/common-block.exp
7327 * gdb.fortran/complex.exp
7328 * gdb.fortran/derived-type-function.exp
7329 * gdb.fortran/derived-type.exp
7330 * gdb.fortran/logical.exp
7331 * gdb.fortran/module.exp
7332 * gdb.fortran/multi-dim.exp
7333 * gdb.fortran/nested-funcs.exp
7334 * gdb.fortran/print-formatted.exp
7335 * gdb.fortran/subarray.exp
7336 * gdb.fortran/vla-alloc-assoc.exp
7337 * gdb.fortran/vla-datatypes.exp
7338 * gdb.fortran/vla-history.exp
7339 * gdb.fortran/vla-ptr-info.exp
7340 * gdb.fortran/vla-ptype-sub.exp
7341 * gdb.fortran/vla-ptype.exp
7342 * gdb.fortran/vla-sizeof.exp
7343 * gdb.fortran/vla-type.exp
7344 * gdb.fortran/vla-value-sub-arbitrary.exp
7345 * gdb.fortran/vla-value-sub-finish.exp
7346 * gdb.fortran/vla-value-sub.exp
7347 * gdb.fortran/vla-value.exp
7348 * gdb.fortran/whatis_type.exp
7349 * gdb.go/chan.exp
7350 * gdb.go/handcall.exp
7351 * gdb.go/hello.exp
7352 * gdb.go/integers.exp
7353 * gdb.go/methods.exp
7354 * gdb.go/package.exp
7355 * gdb.go/strings.exp
7356 * gdb.go/types.exp
7357 * gdb.go/unsafe.exp
7358 * gdb.guile/scm-arch.exp
7359 * gdb.guile/scm-block.exp
7360 * gdb.guile/scm-breakpoint.exp
7361 * gdb.guile/scm-cmd.exp
7362 * gdb.guile/scm-disasm.exp
7363 * gdb.guile/scm-equal.exp
7364 * gdb.guile/scm-frame-args.exp
7365 * gdb.guile/scm-frame-inline.exp
7366 * gdb.guile/scm-frame.exp
7367 * gdb.guile/scm-iterator.exp
7368 * gdb.guile/scm-math.exp
7369 * gdb.guile/scm-objfile.exp
7370 * gdb.guile/scm-ports.exp
7371 * gdb.guile/scm-symbol.exp
7372 * gdb.guile/scm-symtab.exp
7373 * gdb.guile/scm-value-cc.exp
7374 * gdb.guile/types-module.exp
7375 * gdb.linespec/break-ask.exp
7376 * gdb.linespec/cpexplicit.exp
7377 * gdb.linespec/explicit.exp
7378 * gdb.linespec/keywords.exp
7379 * gdb.linespec/linespec.exp
7380 * gdb.linespec/ls-dollar.exp
7381 * gdb.linespec/ls-errs.exp
7382 * gdb.linespec/skip-two.exp
7383 * gdb.linespec/thread.exp
7384 * gdb.mi/mi-async.exp
7385 * gdb.mi/mi-basics.exp
7386 * gdb.mi/mi-break.exp
7387 * gdb.mi/mi-catch-load.exp
7388 * gdb.mi/mi-cli.exp
7389 * gdb.mi/mi-cmd-param-changed.exp
7390 * gdb.mi/mi-console.exp
7391 * gdb.mi/mi-detach.exp
7392 * gdb.mi/mi-disassemble.exp
7393 * gdb.mi/mi-eval.exp
7394 * gdb.mi/mi-file-transfer.exp
7395 * gdb.mi/mi-file.exp
7396 * gdb.mi/mi-fill-memory.exp
7397 * gdb.mi/mi-inheritance-syntax-error.exp
7398 * gdb.mi/mi-linespec-err-cp.exp
7399 * gdb.mi/mi-logging.exp
7400 * gdb.mi/mi-memory-changed.exp
7401 * gdb.mi/mi-read-memory.exp
7402 * gdb.mi/mi-record-changed.exp
7403 * gdb.mi/mi-reg-undefined.exp
7404 * gdb.mi/mi-regs.exp
7405 * gdb.mi/mi-return.exp
7406 * gdb.mi/mi-reverse.exp
7407 * gdb.mi/mi-simplerun.exp
7408 * gdb.mi/mi-solib.exp
7409 * gdb.mi/mi-stack.exp
7410 * gdb.mi/mi-stepi.exp
7411 * gdb.mi/mi-syn-frame.exp
7412 * gdb.mi/mi-until.exp
7413 * gdb.mi/mi-var-block.exp
7414 * gdb.mi/mi-var-child.exp
7415 * gdb.mi/mi-var-cmd.exp
7416 * gdb.mi/mi-var-cp.exp
7417 * gdb.mi/mi-var-display.exp
7418 * gdb.mi/mi-var-invalidate.exp
7419 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7420 * gdb.mi/mi-vla-fortran.exp
7421 * gdb.mi/mi-watch.exp
7422 * gdb.mi/mi2-var-child.exp
7423 * gdb.mi/user-selected-context-sync.exp
7424 * gdb.modula2/unbounded-array.exp
7425 * gdb.multi/dummy-frame-restore.exp
7426 * gdb.multi/multi-arch-exec.exp
7427 * gdb.multi/multi-arch.exp
7428 * gdb.multi/tids.exp
7429 * gdb.multi/watchpoint-multi.exp
7430 * gdb.opencl/callfuncs.exp
7431 * gdb.opencl/convs_casts.exp
7432 * gdb.opencl/datatypes.exp
7433 * gdb.opencl/operators.exp
7434 * gdb.opencl/vec_comps.exp
7435 * gdb.opt/clobbered-registers-O2.exp
7436 * gdb.opt/inline-break.exp
7437 * gdb.opt/inline-bt.exp
7438 * gdb.opt/inline-cmds.exp
7439 * gdb.opt/inline-locals.exp
7440 * gdb.pascal/case-insensitive-symbols.exp
7441 * gdb.pascal/floats.exp
7442 * gdb.pascal/gdb11492.exp
7443 * gdb.python/lib-types.exp
7444 * gdb.python/py-arch.exp
7445 * gdb.python/py-as-string.exp
7446 * gdb.python/py-bad-printers.exp
7447 * gdb.python/py-block.exp
7448 * gdb.python/py-breakpoint-create-fail.exp
7449 * gdb.python/py-breakpoint.exp
7450 * gdb.python/py-caller-is.exp
7451 * gdb.python/py-cmd.exp
7452 * gdb.python/py-explore-cc.exp
7453 * gdb.python/py-explore.exp
7454 * gdb.python/py-finish-breakpoint.exp
7455 * gdb.python/py-finish-breakpoint2.exp
7456 * gdb.python/py-frame-args.exp
7457 * gdb.python/py-frame-inline.exp
7458 * gdb.python/py-frame.exp
7459 * gdb.python/py-framefilter-mi.exp
7460 * gdb.python/py-infthread.exp
7461 * gdb.python/py-lazy-string.exp
7462 * gdb.python/py-linetable.exp
7463 * gdb.python/py-mi-events.exp
7464 * gdb.python/py-mi-objfile.exp
7465 * gdb.python/py-mi.exp
7466 * gdb.python/py-objfile.exp
7467 * gdb.python/py-pp-integral.exp
7468 * gdb.python/py-pp-maint.exp
7469 * gdb.python/py-pp-re-notag.exp
7470 * gdb.python/py-pp-registration.exp
7471 * gdb.python/py-recurse-unwind.exp
7472 * gdb.python/py-strfns.exp
7473 * gdb.python/py-symbol.exp
7474 * gdb.python/py-symtab.exp
7475 * gdb.python/py-sync-interp.exp
7476 * gdb.python/py-typeprint.exp
7477 * gdb.python/py-unwind-maint.exp
7478 * gdb.python/py-unwind.exp
7479 * gdb.python/py-value-cc.exp
7480 * gdb.python/py-xmethods.exp
7481 * gdb.reverse/amd64-tailcall-reverse.exp
7482 * gdb.reverse/break-precsave.exp
7483 * gdb.reverse/break-reverse.exp
7484 * gdb.reverse/consecutive-precsave.exp
7485 * gdb.reverse/consecutive-reverse.exp
7486 * gdb.reverse/finish-precsave.exp
7487 * gdb.reverse/finish-reverse-bkpt.exp
7488 * gdb.reverse/finish-reverse.exp
7489 * gdb.reverse/fstatat-reverse.exp
7490 * gdb.reverse/getresuid-reverse.exp
7491 * gdb.reverse/i386-precsave.exp
7492 * gdb.reverse/i386-reverse.exp
7493 * gdb.reverse/i386-sse-reverse.exp
7494 * gdb.reverse/i387-env-reverse.exp
7495 * gdb.reverse/i387-stack-reverse.exp
7496 * gdb.reverse/insn-reverse.exp
7497 * gdb.reverse/machinestate-precsave.exp
7498 * gdb.reverse/machinestate.exp
7499 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7500 * gdb.reverse/pipe-reverse.exp
7501 * gdb.reverse/readv-reverse.exp
7502 * gdb.reverse/recvmsg-reverse.exp
7503 * gdb.reverse/rerun-prec.exp
7504 * gdb.reverse/s390-mvcle.exp
7505 * gdb.reverse/step-precsave.exp
7506 * gdb.reverse/step-reverse.exp
7507 * gdb.reverse/time-reverse.exp
7508 * gdb.reverse/until-precsave.exp
7509 * gdb.reverse/until-reverse.exp
7510 * gdb.reverse/waitpid-reverse.exp
7511 * gdb.reverse/watch-precsave.exp
7512 * gdb.reverse/watch-reverse.exp
7513 * gdb.rust/generics.exp
7514 * gdb.rust/methods.exp
7515 * gdb.rust/modules.exp
7516 * gdb.rust/simple.exp
7517 * gdb.server/connect-with-no-symbol-file.exp
7518 * gdb.server/ext-attach.exp
7519 * gdb.server/ext-restart.exp
7520 * gdb.server/ext-wrapper.exp
7521 * gdb.server/file-transfer.exp
7522 * gdb.server/server-exec-info.exp
7523 * gdb.server/server-kill.exp
7524 * gdb.server/server-mon.exp
7525 * gdb.server/wrapper.exp
7526 * gdb.stabs/exclfwd.exp
7527 * gdb.stabs/gdb11479.exp
7528 * gdb.threads/clone-new-thread-event.exp
7529 * gdb.threads/corethreads.exp
7530 * gdb.threads/current-lwp-dead.exp
7531 * gdb.threads/dlopen-libpthread.exp
7532 * gdb.threads/gcore-thread.exp
7533 * gdb.threads/sigstep-threads.exp
7534 * gdb.threads/watchpoint-fork.exp
7535 * gdb.trace/actions-changed.exp
7536 * gdb.trace/backtrace.exp
7537 * gdb.trace/change-loc.exp
7538 * gdb.trace/circ.exp
7539 * gdb.trace/collection.exp
7540 * gdb.trace/disconnected-tracing.exp
7541 * gdb.trace/ftrace.exp
7542 * gdb.trace/mi-trace-frame-collected.exp
7543 * gdb.trace/mi-trace-unavailable.exp
7544 * gdb.trace/mi-traceframe-changed.exp
7545 * gdb.trace/mi-tsv-changed.exp
7546 * gdb.trace/no-attach-trace.exp
7547 * gdb.trace/passc-dyn.exp
7548 * gdb.trace/qtro.exp
7549 * gdb.trace/range-stepping.exp
7550 * gdb.trace/read-memory.exp
7551 * gdb.trace/save-trace.exp
7552 * gdb.trace/signal.exp
7553 * gdb.trace/status-stop.exp
7554 * gdb.trace/tfile.exp
7555 * gdb.trace/trace-break.exp
7556 * gdb.trace/trace-buffer-size.exp
7557 * gdb.trace/trace-condition.exp
7558 * gdb.trace/tracefile-pseudo-reg.exp
7559 * gdb.trace/tstatus.exp
7560 * gdb.trace/unavailable.exp
7561 * gdb.trace/while-dyn.exp
7562 * gdb.trace/while-stepping.exp
7563
7564 2016-12-22 Doug Evans <xdje42@gmail.com>
7565
7566 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7567 and msymbols.
7568
7569 2016-12-19 Yao Qi <yao.qi@linaro.org>
7570
7571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7572 (test_with_self): Don't call do_steps_and_nexts, and remove
7573 code about stepping into xmalloc.
7574
7575 2016-12-09 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7578
7579 2016-12-09 Yao Qi <yao.qi@linaro.org>
7580
7581 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7582
7583 2016-12-09 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/all-architectures-0.exp: New file.
7586 * gdb.base/all-architectures-1.exp: New file.
7587 * gdb.base/all-architectures-2.exp: New file.
7588 * gdb.base/all-architectures-3.exp: New file.
7589 * gdb.base/all-architectures-4.exp: New file.
7590 * gdb.base/all-architectures-5.exp: New file.
7591 * gdb.base/all-architectures-6.exp: New file.
7592 * gdb.base/all-architectures-7.exp: New file.
7593 * gdb.base/all-architectures.exp.in: New file.
7594
7595 2016-12-09 Yao Qi <yao.qi@linaro.org>
7596
7597 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7598
7599 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7600
7601 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7602 possible.
7603 Remove useless pattern-matching code.
7604
7605 2016-12-02 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7608 procedure.
7609 (top level): Call it.
7610
7611 2016-12-02 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7614 New procedure.
7615 (top level): Call it.
7616
7617 2016-12-02 Pedro Alves <palves@redhat.com>
7618
7619 PR cli/20559
7620 * gdb.base/commands.exp (user_defined_command_args_eval): New
7621 procedure.
7622 (top level): Call it.
7623
7624 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7625
7626 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7627 timeout handling.
7628
7629 2016-12-02 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.dwarf2/main-subprogram.c: New file.
7632 * gdb.dwarf2/main-subprogram.exp: New file.
7633
7634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7635
7636 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7637 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7638 gdb_test_no_output for a couple of cases.
7639 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7640
7641 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7642
7643 Fix test names and standardize compilation error messages throughout
7644 the following files:
7645
7646 * gdb.ada/start.exp
7647 * gdb.arch/alpha-step.exp
7648 * gdb.arch/e500-prologue.exp
7649 * gdb.arch/ftrace-insn-reloc.exp
7650 * gdb.arch/gdb1291.exp
7651 * gdb.arch/gdb1431.exp
7652 * gdb.arch/gdb1558.exp
7653 * gdb.arch/i386-dr3-watch.exp
7654 * gdb.arch/i386-sse-stack-align.exp
7655 * gdb.arch/ia64-breakpoint-shadow.exp
7656 * gdb.arch/pa-nullify.exp
7657 * gdb.arch/powerpc-aix-prologue.exp
7658 * gdb.arch/thumb-bx-pc.exp
7659 * gdb.base/annota1.exp
7660 * gdb.base/annota3.exp
7661 * gdb.base/arrayidx.exp
7662 * gdb.base/assign.exp
7663 * gdb.base/attach.exp
7664 * gdb.base/auxv.exp
7665 * gdb.base/bang.exp
7666 * gdb.base/bfp-test.exp
7667 * gdb.base/bigcore.exp
7668 * gdb.base/bitfields2.exp
7669 * gdb.base/break-fun-addr.exp
7670 * gdb.base/break-probes.exp
7671 * gdb.base/call-rt-st.exp
7672 * gdb.base/callexit.exp
7673 * gdb.base/catch-fork-kill.exp
7674 * gdb.base/charset.exp
7675 * gdb.base/checkpoint.exp
7676 * gdb.base/comprdebug.exp
7677 * gdb.base/constvars.exp
7678 * gdb.base/coredump-filter.exp
7679 * gdb.base/cursal.exp
7680 * gdb.base/cvexpr.exp
7681 * gdb.base/detach.exp
7682 * gdb.base/display.exp
7683 * gdb.base/dmsym.exp
7684 * gdb.base/dprintf-pending.exp
7685 * gdb.base/dso2dso.exp
7686 * gdb.base/dtrace-probe.exp
7687 * gdb.base/dump.exp
7688 * gdb.base/enum_cond.exp
7689 * gdb.base/exe-lock.exp
7690 * gdb.base/exec-invalid-sysroot.exp
7691 * gdb.base/execl-update-breakpoints.exp
7692 * gdb.base/exprs.exp
7693 * gdb.base/fileio.exp
7694 * gdb.base/find.exp
7695 * gdb.base/finish.exp
7696 * gdb.base/fixsection.exp
7697 * gdb.base/foll-vfork.exp
7698 * gdb.base/frame-args.exp
7699 * gdb.base/gcore.exp
7700 * gdb.base/gdb1250.exp
7701 * gdb.base/global-var-nested-by-dso.exp
7702 * gdb.base/gnu-ifunc.exp
7703 * gdb.base/hashline1.exp
7704 * gdb.base/hashline2.exp
7705 * gdb.base/hashline3.exp
7706 * gdb.base/hbreak-in-shr-unsupported.exp
7707 * gdb.base/huge.exp
7708 * gdb.base/infcall-input.exp
7709 * gdb.base/info-fun.exp
7710 * gdb.base/info-shared.exp
7711 * gdb.base/jit-simple.exp
7712 * gdb.base/jit-so.exp
7713 * gdb.base/jit.exp
7714 * gdb.base/jump.exp
7715 * gdb.base/label.exp
7716 * gdb.base/lineinc.exp
7717 * gdb.base/logical.exp
7718 * gdb.base/longjmp.exp
7719 * gdb.base/macscp.exp
7720 * gdb.base/miscexprs.exp
7721 * gdb.base/new-ui-echo.exp
7722 * gdb.base/new-ui-pending-input.exp
7723 * gdb.base/new-ui.exp
7724 * gdb.base/nodebug.exp
7725 * gdb.base/nofield.exp
7726 * gdb.base/offsets.exp
7727 * gdb.base/overlays.exp
7728 * gdb.base/pending.exp
7729 * gdb.base/pointers.exp
7730 * gdb.base/pr11022.exp
7731 * gdb.base/printcmds.exp
7732 * gdb.base/prologue.exp
7733 * gdb.base/ptr-typedef.exp
7734 * gdb.base/realname-expand.exp
7735 * gdb.base/relativedebug.exp
7736 * gdb.base/relocate.exp
7737 * gdb.base/remote.exp
7738 * gdb.base/reread.exp
7739 * gdb.base/return2.exp
7740 * gdb.base/savedregs.exp
7741 * gdb.base/sep.exp
7742 * gdb.base/sepdebug.exp
7743 * gdb.base/sepsymtab.exp
7744 * gdb.base/set-inferior-tty.exp
7745 * gdb.base/setshow.exp
7746 * gdb.base/shlib-call.exp
7747 * gdb.base/sigaltstack.exp
7748 * gdb.base/siginfo-addr.exp
7749 * gdb.base/signals.exp
7750 * gdb.base/signull.exp
7751 * gdb.base/sigrepeat.exp
7752 * gdb.base/so-impl-ld.exp
7753 * gdb.base/solib-display.exp
7754 * gdb.base/solib-overlap.exp
7755 * gdb.base/solib-search.exp
7756 * gdb.base/solib-symbol.exp
7757 * gdb.base/structs.exp
7758 * gdb.base/structs2.exp
7759 * gdb.base/symtab-search-order.exp
7760 * gdb.base/twice.exp
7761 * gdb.base/unload.exp
7762 * gdb.base/varargs.exp
7763 * gdb.base/watchpoint-solib.exp
7764 * gdb.base/watchpoint.exp
7765 * gdb.base/whatis.exp
7766 * gdb.base/wrong_frame_bt_full.exp
7767 * gdb.btrace/dlopen.exp
7768 * gdb.cell/ea-standalone.exp
7769 * gdb.cell/ea-test.exp
7770 * gdb.cp/dispcxx.exp
7771 * gdb.cp/gdb2384.exp
7772 * gdb.cp/method2.exp
7773 * gdb.cp/nextoverthrow.exp
7774 * gdb.cp/pr10728.exp
7775 * gdb.disasm/am33.exp
7776 * gdb.disasm/h8300s.exp
7777 * gdb.disasm/mn10300.exp
7778 * gdb.disasm/sh3.exp
7779 * gdb.dwarf2/dw2-dir-file-name.exp
7780 * gdb.fortran/complex.exp
7781 * gdb.fortran/library-module.exp
7782 * gdb.guile/scm-pretty-print.exp
7783 * gdb.guile/scm-symbol.exp
7784 * gdb.guile/scm-type.exp
7785 * gdb.guile/scm-value.exp
7786 * gdb.linespec/linespec.exp
7787 * gdb.mi/gdb701.exp
7788 * gdb.mi/gdb792.exp
7789 * gdb.mi/mi-breakpoint-changed.exp
7790 * gdb.mi/mi-dprintf-pending.exp
7791 * gdb.mi/mi-dprintf.exp
7792 * gdb.mi/mi-exit-code.exp
7793 * gdb.mi/mi-pending.exp
7794 * gdb.mi/mi-solib.exp
7795 * gdb.mi/new-ui-mi-sync.exp
7796 * gdb.mi/pr11022.exp
7797 * gdb.mi/user-selected-context-sync.exp
7798 * gdb.opt/solib-intra-step.exp
7799 * gdb.python/py-events.exp
7800 * gdb.python/py-finish-breakpoint.exp
7801 * gdb.python/py-mi.exp
7802 * gdb.python/py-prettyprint.exp
7803 * gdb.python/py-shared.exp
7804 * gdb.python/py-symbol.exp
7805 * gdb.python/py-template.exp
7806 * gdb.python/py-type.exp
7807 * gdb.python/py-value.exp
7808 * gdb.reverse/solib-precsave.exp
7809 * gdb.reverse/solib-reverse.exp
7810 * gdb.server/solib-list.exp
7811 * gdb.stabs/weird.exp
7812 * gdb.threads/reconnect-signal.exp
7813 * gdb.threads/stepi-random-signal.exp
7814 * gdb.trace/actions.exp
7815 * gdb.trace/ax.exp
7816 * gdb.trace/backtrace.exp
7817 * gdb.trace/change-loc.exp
7818 * gdb.trace/deltrace.exp
7819 * gdb.trace/ftrace-lock.exp
7820 * gdb.trace/ftrace.exp
7821 * gdb.trace/infotrace.exp
7822 * gdb.trace/mi-tracepoint-changed.exp
7823 * gdb.trace/packetlen.exp
7824 * gdb.trace/passcount.exp
7825 * gdb.trace/pending.exp
7826 * gdb.trace/range-stepping.exp
7827 * gdb.trace/report.exp
7828 * gdb.trace/stap-trace.exp
7829 * gdb.trace/tfind.exp
7830 * gdb.trace/trace-break.exp
7831 * gdb.trace/trace-condition.exp
7832 * gdb.trace/trace-enable-disable.exp
7833 * gdb.trace/trace-mt.exp
7834 * gdb.trace/tracecmd.exp
7835 * gdb.trace/tspeed.exp
7836 * gdb.trace/tsv.exp
7837 * lib/perftest.exp
7838
7839 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7840
7841 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7842 with gdb_test_no_output.
7843 Use command as test name.
7844
7845 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7846
7847 Fix test names starting with uppercase throughout the files.
7848
7849 * gdb.ada/assign_1.exp
7850 * gdb.ada/boolean_expr.exp
7851 * gdb.base/arrayidx.exp
7852 * gdb.base/del.exp
7853 * gdb.base/gcore-buffer-overflow.exp
7854 * gdb.base/testenv.exp
7855 * gdb.compile/compile.exp
7856 * gdb.python/py-framefilter-invalidarg.exp
7857 * gdb.python/py-framefilter.exp
7858
7859 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7860
7861 Fix test names starting with uppercase throughout the files.
7862
7863 * gdb.ada/array_return.exp
7864 * gdb.ada/expr_delims.exp
7865 * gdb.ada/mi_dyn_arr.exp
7866 * gdb.ada/mi_interface.exp
7867 * gdb.ada/mi_var_array.exp
7868 * gdb.ada/watch_arg.exp
7869 * gdb.arch/alpha-step.exp
7870 * gdb.arch/altivec-regs.exp
7871 * gdb.arch/e500-regs.exp
7872 * gdb.arch/powerpc-d128-regs.exp
7873 * gdb.base/arrayidx.exp
7874 * gdb.base/break.exp
7875 * gdb.base/checkpoint.exp
7876 * gdb.base/debug-expr.exp
7877 * gdb.base/dmsym.exp
7878 * gdb.base/radix.exp
7879 * gdb.base/sepdebug.exp
7880 * gdb.base/testenv.exp
7881 * gdb.base/watch_thread_num.exp
7882 * gdb.base/watchpoint-cond-gone.exp
7883 * gdb.cell/break.exp
7884 * gdb.cell/ea-cache.exp
7885 * gdb.compile/compile.exp
7886 * gdb.cp/gdb2495.exp
7887 * gdb.gdb/selftest.exp
7888 * gdb.gdb/xfullpath.exp
7889 * gdb.go/hello.exp
7890 * gdb.go/integers.exp
7891 * gdb.objc/basicclass.exp
7892 * gdb.pascal/hello.exp
7893 * gdb.pascal/integers.exp
7894 * gdb.python/py-breakpoint.exp
7895 * gdb.python/py-cmd.exp
7896 * gdb.python/py-linetable.exp
7897 * gdb.python/py-xmethods.exp
7898 * gdb.python/python.exp
7899 * gdb.reverse/consecutive-precsave.exp
7900 * gdb.reverse/finish-precsave.exp
7901 * gdb.reverse/i386-precsave.exp
7902 * gdb.reverse/machinestate-precsave.exp
7903 * gdb.reverse/sigall-precsave.exp
7904 * gdb.reverse/solib-precsave.exp
7905 * gdb.reverse/step-precsave.exp
7906 * gdb.reverse/until-precsave.exp
7907 * gdb.reverse/watch-precsave.exp
7908 * gdb.threads/leader-exit.exp
7909 * gdb.threads/pthreads.exp
7910 * gdb.threads/wp-replication.exp
7911 * gdb.trace/actions.exp
7912 * gdb.trace/mi-tsv-changed.exp
7913 * gdb.trace/tsv.exp
7914
7915 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7916
7917 Fix test names starting with uppercase throughout the files.
7918
7919 * gdb.arch/i386-bp_permanent.exp
7920 * gdb.arch/i386-gnu-cfi.exp
7921 * gdb.base/disasm-end-cu.exp
7922 * gdb.base/macscp.exp
7923 * gdb.base/pending.exp
7924 * gdb.base/watch_thread_num.exp
7925 * gdb.cp/exception.exp
7926 * gdb.cp/gdb2495.exp
7927 * gdb.cp/local.exp
7928 * gdb.python/py-evsignal.exp
7929 * gdb.python/python.exp
7930 * gdb.trace/tracecmd.exp
7931
7932 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7933
7934 Fix test names starting with uppercase throughout the files.
7935
7936 * gdb.base/charset.exp
7937 * gdb.base/eval.exp
7938 * gdb.base/multi-forks.exp
7939 * gdb.guile/scm-progspace.exp
7940 * gdb.opencl/datatypes.exp
7941 * gdb.python/py-block.exp
7942 * gdb.python/py-function.exp
7943 * gdb.python/py-symbol.exp
7944 * gdb.python/py-symtab.exp
7945 * gdb.python/py-xmethods.exp
7946 * gdb.reverse/break-precsave.exp
7947 * gdb.reverse/break-reverse.exp
7948 * gdb.reverse/consecutive-precsave.exp
7949 * gdb.reverse/consecutive-reverse.exp
7950 * gdb.reverse/finish-precsave.exp
7951 * gdb.reverse/finish-reverse-bkpt.exp
7952 * gdb.reverse/finish-reverse.exp
7953 * gdb.reverse/fstatat-reverse.exp
7954 * gdb.reverse/getresuid-reverse.exp
7955 * gdb.reverse/i386-precsave.exp
7956 * gdb.reverse/i386-reverse.exp
7957 * gdb.reverse/i386-sse-reverse.exp
7958 * gdb.reverse/i387-stack-reverse.exp
7959 * gdb.reverse/insn-reverse.exp
7960 * gdb.reverse/machinestate-precsave.exp
7961 * gdb.reverse/machinestate.exp
7962 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7963 * gdb.reverse/pipe-reverse.exp
7964 * gdb.reverse/readv-reverse.exp
7965 * gdb.reverse/recvmsg-reverse.exp
7966 * gdb.reverse/rerun-prec.exp
7967 * gdb.reverse/s390-mvcle.exp
7968 * gdb.reverse/sigall-precsave.exp
7969 * gdb.reverse/sigall-reverse.exp
7970 * gdb.reverse/solib-precsave.exp
7971 * gdb.reverse/solib-reverse.exp
7972 * gdb.reverse/step-precsave.exp
7973 * gdb.reverse/step-reverse.exp
7974 * gdb.reverse/time-reverse.exp
7975 * gdb.reverse/until-precsave.exp
7976 * gdb.reverse/until-reverse.exp
7977 * gdb.reverse/waitpid-reverse.exp
7978 * gdb.reverse/watch-precsave.exp
7979 * gdb.reverse/watch-reverse.exp
7980
7981 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7982
7983 Fix test names starting with uppercase throughout the files.
7984
7985 * gdb.arch/i386-mpx-simple_segv.exp
7986 * gdb.arch/i386-mpx.exp
7987 * gdb.arch/i386-permbkpt.exp
7988 * gdb.arch/pa-nullify.exp
7989 * gdb.arch/powerpc-d128-regs.exp
7990 * gdb.arch/vsx-regs.exp
7991 * gdb.base/bfp-test.exp
7992 * gdb.base/break.exp
7993 * gdb.base/breakpoint-shadow.exp
7994 * gdb.base/callfuncs.exp
7995 * gdb.base/charset.exp
7996 * gdb.base/commands.exp
7997 * gdb.base/completion.exp
7998 * gdb.base/dfp-test.exp
7999 * gdb.base/echo.exp
8000 * gdb.base/ending-run.exp
8001 * gdb.base/eval.exp
8002 * gdb.base/expand-psymtabs.exp
8003 * gdb.base/float128.exp
8004 * gdb.base/floatn.exp
8005 * gdb.base/foll-exec-mode.exp
8006 * gdb.base/gdb1056.exp
8007 * gdb.base/gdb11531.exp
8008 * gdb.base/kill-after-signal.exp
8009 * gdb.base/multi-forks.exp
8010 * gdb.base/overlays.exp
8011 * gdb.base/pending.exp
8012 * gdb.base/sepdebug.exp
8013 * gdb.base/testenv.exp
8014 * gdb.base/valgrind-db-attach.exp
8015 * gdb.base/watch_thread_num.exp
8016 * gdb.base/watchpoint-cond-gone.exp
8017 * gdb.base/watchpoint.exp
8018 * gdb.base/watchpoints.exp
8019 * gdb.cp/arg-reference.exp
8020 * gdb.cp/baseenum.exp
8021 * gdb.cp/operator.exp
8022 * gdb.cp/shadow.exp
8023 * gdb.dwarf2/dw2-op-out-param.exp
8024 * gdb.dwarf2/dw2-reg-undefined.exp
8025 * gdb.go/chan.exp
8026 * gdb.go/hello.exp
8027 * gdb.go/integers.exp
8028 * gdb.go/methods.exp
8029 * gdb.go/package.exp
8030 * gdb.guile/scm-parameter.exp
8031 * gdb.guile/scm-progspace.exp
8032 * gdb.guile/scm-value.exp
8033 * gdb.mi/mi-pending.exp
8034 * gdb.mi/user-selected-context-sync.exp
8035 * gdb.multi/multi-attach.exp
8036 * gdb.multi/tids.exp
8037 * gdb.opt/clobbered-registers-O2.exp
8038 * gdb.pascal/floats.exp
8039 * gdb.pascal/integers.exp
8040 * gdb.python/py-block.exp
8041 * gdb.python/py-events.exp
8042 * gdb.python/py-parameter.exp
8043 * gdb.python/py-symbol.exp
8044 * gdb.python/py-symtab.exp
8045 * gdb.python/py-type.exp
8046 * gdb.python/py-value.exp
8047 * gdb.python/py-xmethods.exp
8048 * gdb.python/python.exp
8049 * gdb.reverse/break-precsave.exp
8050 * gdb.reverse/consecutive-precsave.exp
8051 * gdb.reverse/finish-precsave.exp
8052 * gdb.reverse/i386-precsave.exp
8053 * gdb.reverse/machinestate-precsave.exp
8054 * gdb.reverse/sigall-precsave.exp
8055 * gdb.reverse/solib-precsave.exp
8056 * gdb.reverse/step-precsave.exp
8057 * gdb.reverse/until-precsave.exp
8058 * gdb.reverse/watch-precsave.exp
8059 * gdb.server/ext-attach.exp
8060 * gdb.server/ext-restart.exp
8061 * gdb.server/ext-run.exp
8062 * gdb.server/ext-wrapper.exp
8063 * gdb.stabs/gdb11479.exp
8064 * gdb.stabs/weird.exp
8065 * gdb.threads/attach-many-short-lived-threads.exp
8066 * gdb.threads/kill.exp
8067 * gdb.threads/watchpoint-fork.exp
8068
8069 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8070
8071 Fix test names starting with uppercase throughout all the files below.
8072
8073 * gdb.ada/array_return.exp
8074 * gdb.ada/catch_ex.exp
8075 * gdb.ada/info_exc.exp
8076 * gdb.ada/mi_catch_ex.exp
8077 * gdb.ada/mi_dyn_arr.exp
8078 * gdb.ada/mi_ex_cond.exp
8079 * gdb.ada/mi_exc_info.exp
8080 * gdb.ada/mi_interface.exp
8081 * gdb.ada/mi_task_arg.exp
8082 * gdb.ada/mi_task_info.exp
8083 * gdb.ada/mi_var_array.exp
8084 * gdb.arch/alpha-step.exp
8085 * gdb.arch/amd64-disp-step.exp
8086 * gdb.arch/arm-disp-step.exp
8087 * gdb.arch/disp-step-insn-reloc.exp
8088 * gdb.arch/e500-prologue.exp
8089 * gdb.arch/ftrace-insn-reloc.exp
8090 * gdb.arch/gdb1558.exp
8091 * gdb.arch/i386-bp_permanent.exp
8092 * gdb.arch/i386-disp-step.exp
8093 * gdb.arch/i386-float.exp
8094 * gdb.arch/i386-gnu-cfi.exp
8095 * gdb.arch/ia64-breakpoint-shadow.exp
8096 * gdb.arch/mips16-thunks.exp
8097 * gdb.arch/pa-nullify.exp
8098 * gdb.arch/powerpc-aix-prologue.exp
8099 * gdb.arch/powerpc-power.exp
8100 * gdb.arch/ppc-dfp.exp
8101 * gdb.arch/s390-tdbregs.exp
8102 * gdb.arch/spu-info.exp
8103 * gdb.arch/spu-ls.exp
8104 * gdb.arch/thumb-bx-pc.exp
8105 * gdb.base/advance.exp
8106 * gdb.base/annota-input-while-running.exp
8107 * gdb.base/arrayidx.exp
8108 * gdb.base/asmlabel.exp
8109 * gdb.base/async.exp
8110 * gdb.base/attach-wait-input.exp
8111 * gdb.base/auto-connect-native-target.exp
8112 * gdb.base/batch-preserve-term-settings.exp
8113 * gdb.base/bfp-test.exp
8114 * gdb.base/bigcore.exp
8115 * gdb.base/bp-permanent.exp
8116 * gdb.base/break-always.exp
8117 * gdb.base/break-fun-addr.exp
8118 * gdb.base/break-idempotent.exp
8119 * gdb.base/break-main-file-remove-fail.exp
8120 * gdb.base/break-probes.exp
8121 * gdb.base/break-unload-file.exp
8122 * gdb.base/break.exp
8123 * gdb.base/call-ar-st.exp
8124 * gdb.base/call-rt-st.exp
8125 * gdb.base/call-sc.exp
8126 * gdb.base/call-signal-resume.exp
8127 * gdb.base/call-strs.exp
8128 * gdb.base/callexit.exp
8129 * gdb.base/callfuncs.exp
8130 * gdb.base/catch-gdb-caused-signals.exp
8131 * gdb.base/catch-signal-siginfo-cond.exp
8132 * gdb.base/catch-syscall.exp
8133 * gdb.base/compare-sections.exp
8134 * gdb.base/cond-eval-mode.exp
8135 * gdb.base/condbreak-call-false.exp
8136 * gdb.base/consecutive-step-over.exp
8137 * gdb.base/cursal.exp
8138 * gdb.base/disabled-location.exp
8139 * gdb.base/disasm-end-cu.exp
8140 * gdb.base/display.exp
8141 * gdb.base/double-prompt-target-event-error.exp
8142 * gdb.base/dprintf-bp-same-addr.exp
8143 * gdb.base/dprintf-detach.exp
8144 * gdb.base/dprintf-next.exp
8145 * gdb.base/dprintf-non-stop.exp
8146 * gdb.base/dprintf-pending.exp
8147 * gdb.base/dso2dso.exp
8148 * gdb.base/ending-run.exp
8149 * gdb.base/enum_cond.exp
8150 * gdb.base/examine-backward.exp
8151 * gdb.base/exe-lock.exp
8152 * gdb.base/exec-invalid-sysroot.exp
8153 * gdb.base/execl-update-breakpoints.exp
8154 * gdb.base/execution-termios.exp
8155 * gdb.base/fileio.exp
8156 * gdb.base/fixsection.exp
8157 * gdb.base/foll-exec-mode.exp
8158 * gdb.base/foll-exec.exp
8159 * gdb.base/fork-running-state.exp
8160 * gdb.base/frame-args.exp
8161 * gdb.base/fullpath-expand.exp
8162 * gdb.base/func-ptr.exp
8163 * gdb.base/gcore-relro-pie.exp
8164 * gdb.base/gdb1090.exp
8165 * gdb.base/gdb1555.exp
8166 * gdb.base/global-var-nested-by-dso.exp
8167 * gdb.base/gnu-ifunc.exp
8168 * gdb.base/hbreak-in-shr-unsupported.exp
8169 * gdb.base/hbreak-unmapped.exp
8170 * gdb.base/hook-stop.exp
8171 * gdb.base/infcall-input.exp
8172 * gdb.base/info-fun.exp
8173 * gdb.base/info-shared.exp
8174 * gdb.base/interrupt-noterm.exp
8175 * gdb.base/jit-so.exp
8176 * gdb.base/jit.exp
8177 * gdb.base/line-symtabs.exp
8178 * gdb.base/list.exp
8179 * gdb.base/longjmp.exp
8180 * gdb.base/macscp.exp
8181 * gdb.base/max-value-size.exp
8182 * gdb.base/nodebug.exp
8183 * gdb.base/nofield.exp
8184 * gdb.base/overlays.exp
8185 * gdb.base/paginate-after-ctrl-c-running.exp
8186 * gdb.base/paginate-bg-execution.exp
8187 * gdb.base/paginate-inferior-exit.exp
8188 * gdb.base/pending.exp
8189 * gdb.base/pr11022.exp
8190 * gdb.base/printcmds.exp
8191 * gdb.base/ptr-typedef.exp
8192 * gdb.base/ptype.exp
8193 * gdb.base/randomize.exp
8194 * gdb.base/range-stepping.exp
8195 * gdb.base/realname-expand.exp
8196 * gdb.base/relativedebug.exp
8197 * gdb.base/remote.exp
8198 * gdb.base/savedregs.exp
8199 * gdb.base/sepdebug.exp
8200 * gdb.base/set-noassign.exp
8201 * gdb.base/shlib-call.exp
8202 * gdb.base/shreloc.exp
8203 * gdb.base/sigaltstack.exp
8204 * gdb.base/sigbpt.exp
8205 * gdb.base/siginfo-addr.exp
8206 * gdb.base/siginfo-obj.exp
8207 * gdb.base/siginfo-thread.exp
8208 * gdb.base/signest.exp
8209 * gdb.base/signull.exp
8210 * gdb.base/sigrepeat.exp
8211 * gdb.base/skip.exp
8212 * gdb.base/so-impl-ld.exp
8213 * gdb.base/solib-corrupted.exp
8214 * gdb.base/solib-disc.exp
8215 * gdb.base/solib-display.exp
8216 * gdb.base/solib-overlap.exp
8217 * gdb.base/solib-search.exp
8218 * gdb.base/solib-symbol.exp
8219 * gdb.base/source-execution.exp
8220 * gdb.base/sss-bp-on-user-bp-2.exp
8221 * gdb.base/sss-bp-on-user-bp.exp
8222 * gdb.base/stack-checking.exp
8223 * gdb.base/stale-infcall.exp
8224 * gdb.base/step-break.exp
8225 * gdb.base/step-line.exp
8226 * gdb.base/step-over-exit.exp
8227 * gdb.base/step-test.exp
8228 * gdb.base/structs.exp
8229 * gdb.base/sym-file.exp
8230 * gdb.base/symtab-search-order.exp
8231 * gdb.base/term.exp
8232 * gdb.base/type-opaque.exp
8233 * gdb.base/unload.exp
8234 * gdb.base/until-nodebug.exp
8235 * gdb.base/until.exp
8236 * gdb.base/unwindonsignal.exp
8237 * gdb.base/watch-cond.exp
8238 * gdb.base/watch-non-mem.exp
8239 * gdb.base/watch_thread_num.exp
8240 * gdb.base/watchpoint-reuse-slot.exp
8241 * gdb.base/watchpoint-solib.exp
8242 * gdb.base/watchpoint.exp
8243 * gdb.btrace/dlopen.exp
8244 * gdb.cell/arch.exp
8245 * gdb.cell/break.exp
8246 * gdb.cell/bt.exp
8247 * gdb.cell/core.exp
8248 * gdb.cell/data.exp
8249 * gdb.cell/dwarfaddr.exp
8250 * gdb.cell/ea-cache.exp
8251 * gdb.cell/ea-standalone.exp
8252 * gdb.cell/ea-test.exp
8253 * gdb.cell/f-regs.exp
8254 * gdb.cell/fork.exp
8255 * gdb.cell/gcore.exp
8256 * gdb.cell/mem-access.exp
8257 * gdb.cell/ptype.exp
8258 * gdb.cell/registers.exp
8259 * gdb.cell/sizeof.exp
8260 * gdb.cell/solib-symbol.exp
8261 * gdb.cell/solib.exp
8262 * gdb.compile/compile-tls.exp
8263 * gdb.cp/exception.exp
8264 * gdb.cp/gdb2495.exp
8265 * gdb.cp/local.exp
8266 * gdb.cp/mb-inline.exp
8267 * gdb.cp/mb-templates.exp
8268 * gdb.cp/pr10687.exp
8269 * gdb.cp/pr9167.exp
8270 * gdb.cp/scope-err.exp
8271 * gdb.cp/templates.exp
8272 * gdb.cp/virtfunc.exp
8273 * gdb.dwarf2/dw2-dir-file-name.exp
8274 * gdb.dwarf2/dw2-single-line-discriminators.exp
8275 * gdb.fortran/complex.exp
8276 * gdb.fortran/library-module.exp
8277 * gdb.guile/guile.exp
8278 * gdb.guile/scm-cmd.exp
8279 * gdb.guile/scm-frame-inline.exp
8280 * gdb.guile/scm-objfile.exp
8281 * gdb.guile/scm-pretty-print.exp
8282 * gdb.guile/scm-symbol.exp
8283 * gdb.guile/scm-type.exp
8284 * gdb.guile/scm-value.exp
8285 * gdb.linespec/keywords.exp
8286 * gdb.linespec/ls-errs.exp
8287 * gdb.linespec/macro-relative.exp
8288 * gdb.linespec/thread.exp
8289 * gdb.mi/mi-breakpoint-changed.exp
8290 * gdb.mi/mi-dprintf-pending.exp
8291 * gdb.mi/mi-fullname-deleted.exp
8292 * gdb.mi/mi-logging.exp
8293 * gdb.mi/mi-pending.exp
8294 * gdb.mi/mi-solib.exp
8295 * gdb.mi/new-ui-mi-sync.exp
8296 * gdb.mi/user-selected-context-sync.exp
8297 * gdb.multi/dummy-frame-restore.exp
8298 * gdb.multi/multi-arch-exec.exp
8299 * gdb.multi/remove-inferiors.exp
8300 * gdb.multi/watchpoint-multi-exit.exp
8301 * gdb.opt/solib-intra-step.exp
8302 * gdb.perf/backtrace.exp
8303 * gdb.perf/single-step.exp
8304 * gdb.perf/skip-command.exp
8305 * gdb.perf/skip-prologue.exp
8306 * gdb.perf/solib.exp
8307 * gdb.python/lib-types.exp
8308 * gdb.python/py-as-string.exp
8309 * gdb.python/py-bad-printers.exp
8310 * gdb.python/py-block.exp
8311 * gdb.python/py-breakpoint.exp
8312 * gdb.python/py-cmd.exp
8313 * gdb.python/py-events.exp
8314 * gdb.python/py-evthreads.exp
8315 * gdb.python/py-finish-breakpoint.exp
8316 * gdb.python/py-finish-breakpoint2.exp
8317 * gdb.python/py-frame-inline.exp
8318 * gdb.python/py-frame.exp
8319 * gdb.python/py-inferior.exp
8320 * gdb.python/py-infthread.exp
8321 * gdb.python/py-mi.exp
8322 * gdb.python/py-objfile.exp
8323 * gdb.python/py-pp-maint.exp
8324 * gdb.python/py-pp-registration.exp
8325 * gdb.python/py-prettyprint.exp
8326 * gdb.python/py-recurse-unwind.exp
8327 * gdb.python/py-shared.exp
8328 * gdb.python/py-symbol.exp
8329 * gdb.python/py-symtab.exp
8330 * gdb.python/py-template.exp
8331 * gdb.python/py-type.exp
8332 * gdb.python/py-unwind-maint.exp
8333 * gdb.python/py-unwind.exp
8334 * gdb.python/py-value.exp
8335 * gdb.python/python.exp
8336 * gdb.reverse/finish-reverse-bkpt.exp
8337 * gdb.reverse/insn-reverse.exp
8338 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8339 * gdb.reverse/solib-precsave.exp
8340 * gdb.reverse/solib-reverse.exp
8341 * gdb.stabs/gdb11479.exp
8342 * gdb.stabs/weird.exp
8343 * gdb.threads/fork-child-threads.exp
8344 * gdb.threads/fork-plus-threads.exp
8345 * gdb.threads/fork-thread-pending.exp
8346 * gdb.threads/forking-threads-plus-breakpoint.exp
8347 * gdb.threads/hand-call-in-threads.exp
8348 * gdb.threads/interrupted-hand-call.exp
8349 * gdb.threads/linux-dp.exp
8350 * gdb.threads/local-watch-wrong-thread.exp
8351 * gdb.threads/next-while-other-thread-longjmps.exp
8352 * gdb.threads/non-ldr-exit.exp
8353 * gdb.threads/pending-step.exp
8354 * gdb.threads/print-threads.exp
8355 * gdb.threads/process-dies-while-detaching.exp
8356 * gdb.threads/process-dies-while-handling-bp.exp
8357 * gdb.threads/pthreads.exp
8358 * gdb.threads/queue-signal.exp
8359 * gdb.threads/reconnect-signal.exp
8360 * gdb.threads/signal-command-handle-nopass.exp
8361 * gdb.threads/signal-command-multiple-signals-pending.exp
8362 * gdb.threads/signal-delivered-right-thread.exp
8363 * gdb.threads/signal-sigtrap.exp
8364 * gdb.threads/sigthread.exp
8365 * gdb.threads/staticthreads.exp
8366 * gdb.threads/stepi-random-signal.exp
8367 * gdb.threads/thread-unwindonsignal.exp
8368 * gdb.threads/thread_check.exp
8369 * gdb.threads/thread_events.exp
8370 * gdb.threads/tid-reuse.exp
8371 * gdb.threads/tls-nodebug.exp
8372 * gdb.threads/tls-shared.exp
8373 * gdb.threads/tls-so_extern.exp
8374 * gdb.threads/tls.exp
8375 * gdb.threads/wp-replication.exp
8376 * gdb.trace/actions-changed.exp
8377 * gdb.trace/actions.exp
8378 * gdb.trace/backtrace.exp
8379 * gdb.trace/change-loc.exp
8380 * gdb.trace/collection.exp
8381 * gdb.trace/deltrace.exp
8382 * gdb.trace/disconnected-tracing.exp
8383 * gdb.trace/entry-values.exp
8384 * gdb.trace/ftrace-lock.exp
8385 * gdb.trace/ftrace.exp
8386 * gdb.trace/infotrace.exp
8387 * gdb.trace/mi-trace-frame-collected.exp
8388 * gdb.trace/mi-trace-unavailable.exp
8389 * gdb.trace/mi-traceframe-changed.exp
8390 * gdb.trace/mi-tracepoint-changed.exp
8391 * gdb.trace/mi-tsv-changed.exp
8392 * gdb.trace/no-attach-trace.exp
8393 * gdb.trace/packetlen.exp
8394 * gdb.trace/passc-dyn.exp
8395 * gdb.trace/passcount.exp
8396 * gdb.trace/pending.exp
8397 * gdb.trace/pr16508.exp
8398 * gdb.trace/qtro.exp
8399 * gdb.trace/range-stepping.exp
8400 * gdb.trace/read-memory.exp
8401 * gdb.trace/report.exp
8402 * gdb.trace/save-trace.exp
8403 * gdb.trace/signal.exp
8404 * gdb.trace/stap-trace.exp
8405 * gdb.trace/status-stop.exp
8406 * gdb.trace/strace.exp
8407 * gdb.trace/tfile.exp
8408 * gdb.trace/tfind.exp
8409 * gdb.trace/trace-break.exp
8410 * gdb.trace/trace-condition.exp
8411 * gdb.trace/trace-enable-disable.exp
8412 * gdb.trace/trace-mt.exp
8413 * gdb.trace/tracecmd.exp
8414 * gdb.trace/tracefile-pseudo-reg.exp
8415 * gdb.trace/tspeed.exp
8416 * gdb.trace/tstatus.exp
8417 * gdb.trace/tsv.exp
8418 * gdb.trace/unavailable.exp
8419 * gdb.trace/while-dyn.exp
8420 * gdb.trace/while-stepping.exp
8421 * lib/gdb-guile.exp
8422 * lib/gdb.exp
8423 * lib/mi-support.exp
8424 * lib/pascal.exp
8425 * lib/perftest.exp
8426 * lib/prelink-support.exp
8427 * lib/selftest-support.exp
8428
8429 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8430
8431 * Makefile.in: Include disable-implicit-rules.mk.
8432
8433 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8434
8435 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8436 non-byte-aligned bit fields.
8437
8438 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8439
8440 PR gdb/12616
8441 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8442 respects the DW_AT_data_bit_offset attribute.
8443
8444 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8445
8446 * gdb.base/default.exp: Fix output of "set language".
8447
8448 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8449
8450 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8451 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8452 make.
8453 * configure.ac: Remove checks for the make program.
8454 * configure: Re-generate.
8455
8456 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8457
8458 * gdb.python/py-recurse-unwind.c (main): Add loop.
8459 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8460 to read_register() and gdb.parse_and_eval(). Make each code
8461 call a separate case that can be individually tested.
8462 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8463 proc. Call cont_and_backtrace for each of the code paths that
8464 we want to test in the unwinder.
8465
8466 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467
8468 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8469 the definition of struct S.
8470
8471 2016-11-11 Catherine Moore <clm@codesourcery.com>
8472
8473 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8474
8475 2016-11-09 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.base/commands.exp (runto_or_return): New procedure.
8478 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8479 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8480 (progvar_simple_while_test, progvar_complex_if_while_test)
8481 (if_while_breakpoint_command_test)
8482 (infrun_breakpoint_command_test, breakpoint_command_test)
8483 (user_defined_command_test, watchpoint_command_test)
8484 (test_command_prompt_position, redefine_hook_test)
8485 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8486 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8487 multi_line_input and multi_line. Remove gdb_expect and
8488 gdb_stop_suppressing_tests uses.
8489 * lib/gdb.exp (valnum_re): New global.
8490 (multi_line_input): New procedure.
8491
8492 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8493
8494 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8495 Remove.
8496 (test_setup): Define with proc_with_prefix.
8497 (test_cli_inferior): Likewise.
8498 (test_cli_thread): Likewise.
8499 (test_cli_frame): Likewise.
8500 (test_cli_select_frame): Likewise.
8501 (test_cli_up_down): Likewise.
8502 (test_mi_thread_select): Likewise.
8503 (test_mi_stack_select_frame): Likewise.
8504 (test_cli_in_mi_inferior): Likewise.
8505 (test_cli_in_mi_thread): Likewise.
8506 (test_cli_in_mi_frame): Likewise.
8507 (top level): Do not use with_test_prefix_procname.
8508
8509 2016-11-09 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/commands.exp (gdbvar_simple_if_test)
8512 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8513 (progvar_simple_if_test, progvar_simple_while_test)
8514 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8515 (infrun_breakpoint_command_test, breakpoint_command_test)
8516 (user_defined_command_test, watchpoint_command_test)
8517 (test_command_prompt_position, deprecated_command_test)
8518 (bp_deleted_in_command, temporary_breakpoint_commands)
8519 (stray_arg0_test, source_file_with_indented_comment)
8520 (recursive_source_test, if_commands_test)
8521 (error_clears_commands_left, redefine_hook_test)
8522 (redefine_backtrace_test): Use proc_with_prefix.
8523 * lib/gdb.exp (proc_with_prefix): New proc.
8524
8525 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8526
8527 * gdb.base/tui-layout.c: New file.
8528 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8529 disassembly window contains very long lines.
8530
8531 2016-11-08 Tom Tromey <tom@tromey.com>
8532
8533 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8534 depend on Python 2.
8535
8536 2016-11-08 Tom Tromey <tom@tromey.com>
8537
8538 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8539 New method.
8540
8541 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8542
8543 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8544
8545 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8546
8547 * gdb.rust/simple.rs: Add test for univariant enums without
8548 discriminants and for encoded struct-like enums.
8549
8550 2016-10-28 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8553 gdb_test_multiple, tighten regexps and match symtabs and line
8554 tables incrementally.
8555
8556 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8557
8558 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8559 general.
8560
8561 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8562
8563 * gdb.base/exec-invalid-sysroot.exp: New file.
8564
8565 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8566
8567 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8568
8569 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8572
8573 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8574
8575 * gdb.base/killed-outside.exp: Remove $options from a call to
8576 `prepare_for_testing'.
8577
8578 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8579
8580 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8581 Change test message.
8582
8583 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8584
8585 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8586 Update comment.
8587
8588 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8589
8590 * gdb.trace/mi-trace-save.exp: New file.
8591
8592 2016-10-13 Yao Qi <yao.qi@linaro.org>
8593
8594 * gdb.base/code_elim.exp (get_var_address): Remove.
8595 * gdb.base/relocate.exp: Likewise.
8596 * gdb.base/shreloc.exp: Likewise.
8597 * lib/gdb.exp (get_var_address): New.
8598
8599 2016-10-13 Yao Qi <yao.qi@linaro.org>
8600
8601 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8602 floating point tests if $skip_float_test is false.
8603
8604 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8605
8606 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8607 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8608 argc values.
8609 Add 1 to argc so we guarantee distinct initial/modified argc values.
8610
8611 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8614
8615 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8618 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8619 * gdb.arch/vsx-regs.exp: Likewise.
8620
8621 2016-10-07 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8624
8625 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8626
8627 * gdb.python/python.exp: Test decode_line("*0").
8628
8629 2016-10-06 Doug Evans <dje@google.com>
8630
8631 * gdb.python/py-value.exp (test_value_creation): Add test for large
8632 unsigned 64-bit value.
8633
8634 2016-10-06 Tom Tromey <tom@tromey.com>
8635
8636 * gdb.compile/compile.exp: Change java tests to rust.
8637 * gdb.base/setshow.exp: Change java tests to rust.
8638 * gdb.base/default.exp: Remove java from language list.
8639 * README (Examples): Update language example.
8640 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8641 test.
8642 * lib/gdb.exp (skip_java_tests): Remove.
8643 * lib/java.exp: Remove.
8644 * gdb.java: Remove.
8645
8646 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8647
8648 * gdb.arch/mips-fcr.exp: New test.
8649 * gdb.arch/mips-fcr.c: Source for the new test.
8650
8651 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8652
8653 * gdb.base/solib-disc.exp: Use `standard_output_file'
8654 throughout.
8655
8656 2016-10-06 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.base/jit-simple-dl.c: New file.
8659 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8660 * gdb.base/jit-simple.c: ... this.
8661 * gdb.base/jit-simple.exp (jit_run): Delete.
8662 (build_jit): New proc.
8663 (jit_test_reread): Recompile either the main program or the shared
8664 library, depending on what is being tested. Skip changing address
8665 if caller wants to. Compare before/after addresses. If testing
8666 standalone, explicitly load the binary. Test "maint info
8667 breakpoints".
8668 (top level): Add "standalone vs shared lib" and "change address"
8669 vs "same address" axes.
8670
8671 2016-10-06 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8674 call.
8675 (jit_run): Delete.
8676 (jit_test_reread): Use with_test_prefix. Reload the main binary
8677 explicitly. Compare the before/after addresses of the JIT
8678 descriptor.
8679
8680 2016-08-15 Doug Evans <dje@google.com>
8681
8682 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8683 for single bitfields is bool.
8684 * gdb.xml/tdesc-regs.exp: Ditto.
8685
8686 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8687
8688 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8689
8690 2016-10-05 Yao Qi <yao.qi@linaro.org>
8691
8692 * lib/gdb.exp (support_complex_tests): Return zero if
8693 gdb_skip_float_test return true.
8694
8695 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8696 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 PR gdb/20487
8699 * gdb.mi/user-selected-context-sync.exp: New file.
8700 * gdb.mi/user-selected-context-sync.c: New file.
8701
8702 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8703 Simon Marchi <simon.marchi@ericsson.com>
8704
8705 PR gdb/20487
8706 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8707 =thread-select-event check.
8708
8709 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8710
8711 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8712 the compulsory L operand changes.
8713 * gdb.arch/powerpc-power.s: Likewise.
8714
8715 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8718 * gdb.base/jit-attach-pie.c: New file.
8719 * gdb.base/jit-attach-pie.exp: New file.
8720
8721 2016-09-28 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.base/infcall-input.c: New file.
8724 * gdb.base/infcall-input.exp: New file.
8725
8726 2016-09-22 Yao Qi <yao.qi@linaro.org>
8727
8728 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8729 (gdb_exit): Rename it to ...
8730 (gdbserver_gdb_exit): ... Close GDBserver.
8731 (gdb_exit): New proc, call gdbserver_gdb_exit.
8732 (mi_gdb_exit): Likewise.
8733
8734 2016-09-22 Yao Qi <yao.qi@linaro.org>
8735
8736 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8737 path.
8738 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8739 Remove duplication.
8740
8741 2016-09-22 Yao Qi <yao.qi@linaro.org>
8742
8743 * lib/gdbserver-support.exp: Check the existence of
8744 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8745
8746 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8747
8748 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8749
8750 2016-09-21 Tom Tromey <tom@tromey.com>
8751
8752 PR gdb/20604:
8753 * gdb.base/quit.exp: New file.
8754
8755 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8756
8757 * .gitignore: New file.
8758
8759 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8760
8761 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8762 throughout.
8763
8764 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8765
8766 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8767
8768 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * gdb.cp/casts.cc (decltype): Move it ...
8771 (main): ... with its call to ...
8772 * gdb.cp/casts03.cc: ... a new file.
8773 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8774
8775 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8778
8779 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8780
8781 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8782 and sync up the test with tests in gas/testsuite/gas/ppc.
8783 * gdb.arch/powerpc-power.exp: Likewise.
8784
8785 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8786
8787 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8788
8789 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8790 Jan Kratochvil <jan.kratochvil@redhat.com>
8791
8792 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8793 make m1's definition to be different from m2's. Use 'dummy' as an
8794 argument for probe 'two'.
8795
8796 2016-09-10 Jon Beniston <jon@beniston.com>
8797
8798 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8799 for sim target.
8800
8801 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8802
8803 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8804 variable declaration.
8805 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8806 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8807 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8808 received HWCAP as its argument.
8809
8810 2016-09-06 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.base/new-ui-pending-input.c: New file.
8813 * gdb.base/new-ui-pending-input.exp: New file.
8814 * gdb.exp (clear_gdb_spawn_id): New procedure.
8815 (with_spawn_id): Check whether gdb_spawn_id exists before
8816 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8817 on exit.
8818
8819 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8820
8821 * gdb.base/float128.c: New file.
8822 * gdb.base/float128.exp: Likewise.
8823 * gdb.base/floatn.c: Likewise.
8824 * gdb.base/floatn.exp: Likewise.
8825
8826 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8827
8828 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8829
8830 2016-09-05 Pedro Alves <palves@redhat.com>
8831
8832 PR backtrace/19927
8833 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8834 unwinders are immediately called as side effect of "source" or
8835 "disable unwinder" commands.
8836 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8837
8838 2016-09-02 Yao Qi <yao.qi@linaro.org>
8839
8840 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8841 is true and $type is "float" or "double".
8842
8843 2016-09-02 Yao Qi <yao.qi@linaro.org>
8844
8845 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8846 true.
8847 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8848 * gdb.base/call-rt-st.exp: Likewise.
8849 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8850 return value instead of gdb,skip_float_test.
8851 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8852 (do_function_calls): Use its return value instead of
8853 gdb,skip_float_test.
8854 * gdb.base/finish.exp: Likewise.
8855 * gdb.base/funcargs.exp: Likewise.
8856 * gdb.base/return.exp: Likewise.
8857 * gdb.base/return2.exp: Likewise.
8858 * gdb.base/varargs.exp: Likewise.
8859 * lib/gdb.exp (gdb_skip_float_test): Change it to
8860 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8861
8862 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * gdb.multi/tids.exp: Test "thread apply all".
8865
8866 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 * gdb.base/default.exp (tty): Remove.
8869
8870 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8871
8872 * gdb.python/py-recurse-unwind.c: New file.
8873 * gdb.python/py-recurse-unwind.py: New file.
8874 * gdb.python/py-recurse-unwind.exp: New file.
8875
8876 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8877
8878 * gdb.base/set-inferior-tty.exp: New file.
8879 * gdb.base/set-inferior-tty.c: New file.
8880
8881 2016-08-23 Pedro Alves <palves@redhat.com>
8882
8883 PR gdb/20494
8884 * gdb.base/new-ui-echo.c: New file.
8885 * gdb.base/new-ui-echo.exp: New file.
8886
8887 2016-08-23 Yao Qi <yao.qi@linaro.org>
8888
8889 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8890 gdbserver_spawn.
8891 * gdb.server/connect-without-multi-process.exp (do_test):
8892 Likewise.
8893
8894 2016-08-23 Yao Qi <yao.qi@linaro.org>
8895
8896 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8897 standalone_txt. Delete gdb_txt and standalone_txt on host
8898 and target. Spawn the binary on target. Copy files from
8899 target to host.
8900
8901 2016-08-22 Pedro Alves <palves@redhat.com>
8902
8903 PR gdb/20505
8904 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8905 with_test_prefix. Factor out bits to ...
8906 (test_no_vdso): ... this new procedure.
8907
8908 2016-08-19 Carl Love <cel@us.ibm.com>
8909
8910 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8911 maintaining separate logic for constructing the output path.
8912 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8913 * gdb.arch/ppc-dfp.exp: Likewise.
8914 * gdb.arch/ppc-fp.exp: Likewise.
8915 * gdb.arch/vsx-regs.exp: Likewise.
8916 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8917 binprefix for generating the additional binary files.
8918
8919 2016-08-19 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.trace/mi-trace-frame-collected.exp
8922 (test_trace_frame_collected): On x32, expect two registers.
8923
8924 2016-08-18 Carl Love <cel@us.ibm.com>
8925
8926 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8927 and sync up the test with tests in gas/testsuite/gas/ppc.
8928 * gdb.arch/powerpc-power.exp: Likewise.
8929
8930 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8931
8932 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8933 expected error message.
8934
8935 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8936
8937 * gdb.multi/remove-inferiors.exp: New file.
8938 * gdb.multi/remove-inferiors.c: New file.
8939
8940 2016-08-12 Yao Qi <yao.qi@linaro.org>
8941
8942 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8943 argument list.
8944
8945 2016-08-10 Pedro Alves <palves@redhat.com>
8946
8947 PR gdb/19187
8948 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8949 setup_kfails.
8950
8951 2016-08-09 Pedro Alves <palves@redhat.com>
8952 Simon Marchi <simon.marchi@ericsson.com>
8953
8954 PR gdb/20418
8955 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8956 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8957
8958 2016-08-09 Pedro Alves <palves@redhat.com>
8959
8960 PR mi/20431
8961 * gdb.mi/mi-cmd-error.exp: New file.
8962
8963 2016-08-09 Pedro Alves <palves@redhat.com>
8964
8965 PR gdb/18653
8966 * gdb.base/signals-state-child.c: New file.
8967 * gdb.base/signals-state-child.exp: New file.
8968 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8969
8970 2016-08-09 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8973
8974 2016-08-03 Tom Tromey <tom@tromey.com>
8975
8976 PR python/18565:
8977 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8978
8979 2016-08-01 Yao Qi <yao.qi@linaro.org>
8980
8981 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8982 variable mode to "multi-process" if $multi_process is 1, otherwise
8983 set it to "single-process".
8984
8985 2016-08-01 Yao Qi <yao.qi@linaro.org>
8986
8987 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8988 * gdb.cp/cpexprs.exp: Likewise.
8989 * gdb.cp/m-static.exp: Likewise.
8990
8991 2016-07-26 Tom Tromey <tom@tromey.com>
8992
8993 PR python/20190:
8994 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8995 test.
8996
8997 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8998
8999 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9000 selecting assembly source files.
9001 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9002 assembly source files.
9003 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9004 assembly source files.
9005 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9006 selecting assembly source files.
9007
9008 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9009
9010 * gdb.base/new-ui.exp (do_test_invalid_args): New
9011 procedure.
9012
9013 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9014
9015 * gdb.btrace/reconnect.c: New file.
9016 * gdb.btrace/reconnect.exp: New file.
9017
9018 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9019
9020 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9021 to test_catch_syscall_group.
9022 (test_catch_syscall_group): New.
9023
9024 2016-07-21 Tom Tromey <tom@tromey.com>
9025
9026 * gdb.rust/simple.rs (main): Use empty struct expression.
9027 * gdb.rust/simple.exp: Add tests for empty struct expression.
9028
9029 2016-07-21 Yao Qi <yao.qi@linaro.org>
9030
9031 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9032 if gdb_skip_xml_test is true on some targets.
9033
9034 2016-07-21 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.server/solib-list.exp: Unset last_loaded_file.
9037
9038 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9039
9040 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9041 "step into captured_main (args)".
9042
9043 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9046
9047 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9050
9051 2016-07-19 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9054 * gdb.opt/inline-bt.exp: Likewise.
9055 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9056 additional_flags=-Winline.
9057 * gdb.opt/inline-locals.exp: Likewise.
9058 * gdb.opt/inline-markers.c (ATTR): Define.
9059 (inlined_fn): Use it.
9060
9061 2016-07-19 Yao Qi <yao.qi@linaro.org>
9062
9063 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9064 (test_with_self): Remove some code. Remove argument executable.
9065 (top-level): Use do_self_tests.
9066
9067 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9068 Don Breazeal <donb@codesourcery.com>
9069
9070 * gdb.base/maint.exp: Escape paths used in regular expressions.
9071 * gdb.stabs/weird.exp: Likewise.
9072
9073 2016-07-13 Tom Tromey <tom@tromey.com>
9074
9075 PR python/15620, PR python/18620:
9076 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9077 (test_bkpt_events): New procs.
9078
9079 2016-07-13 Tom Tromey <tom@tromey.com>
9080
9081 PR python/17698:
9082 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9083 test.
9084 (test_watchpoints): Likewise.
9085 (test_bkpt_pending): New proc.
9086
9087 2016-07-13 Tom Tromey <tom@tromey.com>
9088
9089 PR cli/18053:
9090 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9091 completion test.
9092
9093 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9094
9095 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9096 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9097 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9098 f_label.
9099 (g): Rename g_end_lbl to g_label.
9100 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9101 low_pc and high_pc.
9102 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9103
9104 2016-07-12 Tom Tromey <tom@tromey.com>
9105
9106 PR python/19293:
9107 * gdb.python/py-unwind-maint.exp: Update tests.
9108
9109 2016-07-12 Yao Qi <yao.qi@linaro.org>
9110
9111 * lib/selftest-support.exp (selftest_setup): Match the output
9112 when captured_main is inlined.
9113
9114 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9115
9116 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9117 New variables.
9118 (print this%a, print this%b, print this): New tests.
9119 * gdb.fortran/derived-types.f90 (this): New object and
9120 initialization.
9121
9122 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9123
9124 * gdb.ada/arraydim.exp: Remove extra directory level in build
9125 directory.
9126
9127 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9128
9129 * lib/ada.exp: Remove extra directory level in build directory.
9130 * gdb.ada/cond_lang.exp: Likewise.
9131 * gdb.ada/exec_changed.exp: Likewise.
9132 * gdb.ada/lang_switch.exp: Likewise.
9133
9134 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9135
9136 * simple.rs: Add test for raw pointer subscripting.
9137 * simple.exp: Add test expectations.
9138
9139 2016-07-05 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.mi/mi-reverse.exp: Match =record-started output.
9142
9143 2016-07-01 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9146 procedure.
9147 (jit_reader_test): Test the jit reader's unwinder.
9148 * gdb.base/jithost.c (jit_function_00_code): New global.
9149 (main): Use memcpy to fill in the mmapped code, instead of poking
9150 bytes manually here.
9151 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9152 value.
9153 (read_debug_info): Save the function's range.
9154 (read_sp): New function.
9155 (unwind_frame): Use it. Also unwind RBP.
9156 (get_frame_id): Use read_sp.
9157 (gdb_init_reader): Use calloc instead of malloc.
9158 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9159 parameter. Use gdb_test_multiple.
9160
9161 2016-07-01 Pedro Alves <palves@redhat.com>
9162 Antoine Tremblay <antoine.tremblay@ericsson.com>
9163
9164 * gdb.threads/process-dies-while-detaching.c: New file.
9165 * gdb.threads/process-dies-while-detaching.exp: New file.
9166
9167 2016-07-01 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.multi/watchpoint-multi-exit.c: New file.
9170 * gdb.multi/watchpoint-multi-exit.exp: New file.
9171
9172 2016-06-30 Pedro Alves <palves@redhat.com>
9173
9174 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9175 unset inferior_spawn_id.
9176
9177 2016-06-30 Pedro Alves <palves@redhat.com>
9178
9179 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9180 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9181
9182 2016-06-29 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.base/return.c: Add copyright header.
9185
9186 2016-06-29 Tom Tromey <tom@tromey.com>
9187
9188 PR python/20129:
9189 * gdb.python/py-framefilter.exp: Add tests for setting priority
9190 and disabling of non-existent frame filter.
9191
9192 2016-06-29 Yao Qi <yao.qi@linaro.org>
9193
9194 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9195 0x0f07ff.
9196
9197 2016-06-28 Yao Qi <yao.qi@linaro.org>
9198
9199 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9200 triplets. Start gdb, execute catch syscall, and continue. Check
9201 gdb's output to determine catch syscall is supported.
9202
9203 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9204
9205 * gdb.rust/simple.rs: Add test for returning unit in a function.
9206 * gdb.rust/simple.exp: Add expectation for functions returning
9207 unit.
9208
9209 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9210
9211 * gdb.python/py-breakpoint-create-fail.c,
9212 gdb.python/py-breakpoint-create-fail.exp,
9213 gdb.python/py-breakpoint-create-fail.py: New testcase.
9214
9215 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9216
9217 PR gdb/20239
9218 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9219 * gdb.rust/simple.exp: Add test expectations for new NonZero
9220 tests.
9221
9222 2016-06-24 David Taylor <dtaylor@emc.com>
9223
9224 * gdb.base/offsets.exp: New file.
9225 * gdb.base/offsets.c: New file.
9226
9227 2016-06-23 Tom Tromey <tom@tromey.com>
9228
9229 PR gdb/16483:
9230 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9231 before any filters are loaded.
9232
9233 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9234
9235 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9236 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9237 structs.
9238 * gdb.fortran/derived-type-function.exp: New file.
9239 * gdb.fortran/derived-type-function.f90: New file.
9240
9241
9242 2016-06-21 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/new-ui.exp: New file.
9245 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9246 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9247 (with_spawn_id): New procedure.
9248
9249 2016-06-21 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.mi/mi-exec-run.exp: New file.
9252
9253 2016-06-21 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9256 breakpoint command's output on the main UI.
9257 (test_break): New procedure, factored out from calls in the top
9258 level.
9259 (top level): Use foreach_with_prefix to test MI as main UI and as
9260 separate UI.
9261
9262 2016-06-21 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9265 (test_awatch_creation_and_listing)
9266 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9267 Remove 'type' parameter.
9268 (test_watchpoint_all): New parameter mi_mode. Remove
9269 with_test_prefix.
9270 (top level): Use foreach_with_prefix, and add main/separate UI MI
9271 testing axis.
9272
9273 2016-06-21 Pedro Alves <palves@redhat.com>
9274
9275 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9276 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9277 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9278 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9279 (gdb_main_spawn_id, mi_spawn_id): Declare and
9280 comment.
9281 (mi_create_inferior_pty): New procedure,
9282 factored out from default_mi_gdb_start.
9283 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9284 procedures.
9285 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9286 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9287 Use mi_create_inferior_pty.
9288 (mi_gdb_start): Use eval to pass down args list.
9289
9290 2016-06-21 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9293 * gdb.opt/inline-cmds.exp: Add MI tests.
9294
9295 2016-06-21 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9298
9299 2016-06-21 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9302 (top level): Use it instead of mi_execute_to.
9303
9304 2016-06-21 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9307 (cont_handler_str): New.
9308 (signal_stop_handler): Set stop_handler_str instead of printing to
9309 stdout.
9310 (continue_handler): Set cont_handler_str instead of printing to
9311 stdout.
9312 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9313 mi_send_resuming_command. Print stop_handler_str and
9314 cont_handler_str instead of expecting the python events print
9315 directly.
9316
9317 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9318
9319 * gdb.base/jit-reader.exp: New file.
9320 * gdb.base/jithost.c: New file.
9321 * gdb.base/jithost.h: New file.
9322 * gdb.base/jitreader.c : New file.
9323 * gdb.base/jit-protocol.h: New file.
9324
9325 2016-06-17 Yao Qi <yao.qi@linaro.org>
9326
9327 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9328 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9329 and detach-on-fork. Adjust tests.
9330 (top level): Invoke break_cond_on_syscall with combinations of
9331 syscall, follow-fork-mode and detach-on-fork.
9332
9333 2016-06-17 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.base/step-over-exit.c: New.
9336 * gdb.base/step-over-exit.exp: New.
9337
9338 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9339
9340 * gdb.base/float.exp: Add target check for nds32*-*-*.
9341 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9342
9343 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9344
9345 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9346 for unsupported target features.
9347 * gdb.base/call-rt-st.exp: Likewise.
9348 * gdb.base/call-sc.exp: Likewise.
9349 * gdb.base/call-signal-resume.exp: Likewise.
9350 * gdb.base/call-strs.exp: Likewise.
9351 * gdb.base/callexit.exp: Likewise.
9352 * gdb.base/callfuncs.exp: Likewise.
9353 * gdb.base/nodebug.exp: Likewise.
9354 * gdb.base/printcmds.exp: Likewise.
9355 * gdb.base/ptype.exp: Likewise.
9356 * gdb.base/structs.exp: Likewise.
9357 * gdb.base/unwindonsignal.exp: Likewise.
9358 * gdb.cp/gdb2495.exp: Likewise.
9359 * gdb.cp/templates.exp: Likewise.
9360 * gdb.cp/virtfunc.exp: Likewise.
9361 * gdb.threads/hand-call-in-threads.exp: Likewise.
9362 * gdb.threads/interrupted-hand-call.exp: Likewise.
9363 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9364
9365 2016-06-10 Tom Tromey <tom@tromey.com>
9366
9367 PR rust/20110:
9368 * gdb.rust/expr.exp: Add test for integer constant larger than
9369 i32.
9370
9371 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9372
9373 * gdb.fortran/nested-funcs.exp: New.
9374 * gdb.fortran/nested-funcs.f90: New.
9375
9376 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9377
9378 * gdb.base/examine-backward.c: New file.
9379 * gdb.base/examine-backward.exp: New file.
9380
9381 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9382
9383 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9384 matching.
9385
9386 2016-06-02 Tom Tromey <tom@tromey.com>
9387
9388 PR python/18984:
9389 * gdb.python/py-shared.exp: Add solib_name test.
9390
9391 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9392
9393 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9394
9395 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9396
9397 PR c++/19893
9398 * gdb.dwarf2/implref.exp: Rename to...
9399 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9400 * gdb.dwarf2/implref-array.c: New file.
9401 * gdb.dwarf2/implref-array.exp: Likewise.
9402 * gdb.dwarf2/implref-global.c: Likewise.
9403 * gdb.dwarf2/implref-global.exp: Likewise.
9404 * gdb.dwarf2/implref-struct.c: Likewise.
9405 * gdb.dwarf2/implref-struct.exp: Likewise.
9406
9407 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9408
9409 * gdb.trace/trace-condition.exp: Add 64bit tests.
9410
9411 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9412
9413 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9414 bits types.
9415 (main): Adapt to 8 to 64 bits types.
9416 * gdb.trace/trace-condition.exp: Add new tests.
9417
9418 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9419
9420 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9421
9422 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9423
9424 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9425 Move condition tests...
9426 * gdb.trace/trace-condition.exp: Here.
9427
9428 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9429
9430 * gdb.trace/trace-condition.exp: Add counter-case tests.
9431
9432 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 PR c++/15231
9435 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9436 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9437
9438 2016-05-27 Pedro Alves <palves@redhat.com>
9439
9440 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9441 New procedure.
9442 (top level): Call it, and bail out of DejaGnu is known to be bad.
9443
9444 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9445
9446 * gdb.base/whatis.c: Extend the test case.
9447 * gdb.base/whatis.exp: Add additional tests.
9448
9449 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9450
9451 * gdb.fortran/type.f90: Add pointer variable.
9452 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9453
9454 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9455
9456 * gdb.fortran/vla-type.exp: Fix testcase name.
9457
9458 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9459
9460 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9461
9462 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9463
9464 * gdb.fortran/type.f90: Add nested structures.
9465 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9466 * gdb.fortran/derived-type.exp: Adapt expected output.
9467 * gdb.fortran/vla-type.exp: Adapt expected output.
9468
9469 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9470
9471 * gdb.fortran/whatis_type.exp: Adapt expected output.
9472
9473 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9474
9475 * gdb.fortran/print_type.exp: Fix expected output.
9476 * gdb.fortran/whatis_type.exp: Fix expected output.
9477
9478 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9479
9480 * gdb.fortran/whatis_type.exp: Use multi_line.
9481
9482 2016-05-24 Tom Tromey <tom@tromey.com>
9483
9484 PR python/17386:
9485 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9486 use value as an index.
9487
9488 2016-05-23 Tom Tromey <tom@tromey.com>
9489
9490 PR python/17981:
9491 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9492 no-breakpoint case.
9493
9494 2016-05-24 Pedro Alves <palves@redhat.com>
9495
9496 PR gdb/19828
9497 * gdb.threads/clone-attach-detach.c: New file.
9498 * gdb.threads/clone-attach-detach.exp: New file.
9499
9500 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9501
9502 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9503
9504 2016-05-23 Tom Tromey <tom@tromey.com>
9505
9506 PR python/19438, PR python/18393:
9507 * gdb.python/py-progspace.exp: Add "dir" test.
9508 * gdb.python/py-objfile.exp: Add "dir" test.
9509
9510 2016-05-23 Yao Qi <yao.qi@linaro.org>
9511
9512 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9513 * gdb.arch/thumb2-it.exp: Likewise.
9514
9515 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9516
9517 * gdb.mi/mi-threads-interrupt.c: New file.
9518 * gdb.mi/mi-threads-interrupt.exp: New file.
9519
9520 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 PR gdb/18077
9523 * gdb.mi/mi-async-run.exp: New file.
9524 * gdb.mi/mi-async-run.c: New file.
9525
9526 2016-05-17 Tom Tromey <tom@tromey.com>
9527 Manish Goregaokar <manishsmail@gmail.com>
9528
9529 * lib/rust-support.exp: New file.
9530 * lib/gdb.exp (skip_rust_tests): New proc.
9531 (build_executable_from_specs): Handle rust.
9532 * lib/future.exp (gdb_find_rustc): New proc.
9533 (gdb_default_target_compile): Handle rust.
9534 * gdb.rust/expr.exp: New file.
9535 * gdb.rust/generics.exp: New file.
9536 * gdb.rust/generics.rs: New file.
9537 * gdb.rust/methods.exp: New file.
9538 * gdb.rust/methods.rs: New file.
9539 * gdb.rust/modules.exp: New file.
9540 * gdb.rust/modules.rs: New file.
9541 * gdb.rust/simple.exp: New file.
9542 * gdb.rust/simple.rs: New file.
9543
9544 2016-05-17 Tom Tromey <tom@tromey.com>
9545
9546 * gdb.base/default.exp (set language): Add rust.
9547
9548 2016-05-17 Tom Tromey <tom@tromey.com>
9549
9550 * gdb.gdb/unittest.exp: New file.
9551
9552 2016-05-16 Yao Qi <yao.qi@linaro.org>
9553
9554 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9555 shell_prompt. Update shell_prompt_re.
9556
9557 2016-05-12 Doug Evans <dje@google.com>
9558
9559 PR symtab/19999
9560 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9561 $options when building executable.
9562 * gdb.dwarf2/fission-loclists-pie.S: New file.
9563 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9564
9565 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9566
9567 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9568 of [is_remote target],
9569
9570 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9571
9572 * lib/gdb.exp (use_gdb_stub): New procedure.
9573
9574 2016-05-03 Yunlian Jiang <yunlian@google.com>
9575 Doug Evans <dje@google.com>
9576
9577 PR symtab/19914
9578 * gdb.dwarf2/dwp-sepdebug.c: New file.
9579 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9580
9581 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9582
9583 * gdb.base/detach.exp: Remove is_remote check.
9584
9585 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * gdb.base/annota-input-while-running.exp: Don't check for
9588 [is_remote target]. Enable annotations after running to main.
9589 Remove unused "set test..." line.
9590
9591 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9592
9593 * gdb.trace/trace-enable-disable.exp: New file.
9594 * gdb.trace/trace-enable-disable.c: New file.
9595
9596 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9597
9598 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9599 use it in info sharedlibrary test.
9600 * gdb.trace/ftrace-lock.exp: Likewise.
9601 * gdb.trace/ftrace.exp: Likewise.
9602 * gdb.trace/range-stepping.exp: Likewise.
9603 * gdb.trace/trace-break.exp: Likewise.
9604 * gdb.trace/trace-condition.exp: Likewise.
9605 * gdb.trace/trace-mt.exp: Likewise.
9606
9607 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9608
9609 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9610 (gdb_load_shlib): ... this.
9611 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9612 gdb_load_shlib.
9613 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9614 * gdb.base/ctxobj.exp: Likewise.
9615 * gdb.base/dprintf-pending.exp: Likewise.
9616 * gdb.base/dso2dso.exp: Likewise.
9617 * gdb.base/fixsection.exp: Likewise.
9618 * gdb.base/gcore-relro.exp: Likewise.
9619 * gdb.base/gdb1555.exp: Likewise.
9620 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9621 * gdb.base/gnu-ifunc.exp: Likewise.
9622 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9623 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9624 * gdb.base/pending.exp: Likewise.
9625 * gdb.base/print-file-var.exp: Likewise.
9626 * gdb.base/print-symbol-loading.exp: Likewise.
9627 * gdb.base/shlib-call.exp: Likewise.
9628 * gdb.base/shreloc.exp: Likewise.
9629 * gdb.base/so-impl-ld.exp: Likewise.
9630 * gdb.base/solib-disc.exp: Likewise.
9631 * gdb.base/solib-nodir.exp: Likewise.
9632 * gdb.base/solib-overlap.exp: Likewise.
9633 * gdb.base/solib-symbol.exp: Likewise.
9634 * gdb.base/solib-weak.exp (do_test): Likewise.
9635 * gdb.base/sym-file.exp: Likewise.
9636 * gdb.base/symtab-search-order.exp: Likewise.
9637 * gdb.base/type-opaque.exp: Likewise.
9638 * gdb.base/unload.exp: Likewise.
9639 * gdb.base/watchpoint-solib.exp: Likewise.
9640 * gdb.compile/compile.exp: Likewise.
9641 * gdb.cp/gdb2384.exp: Likewise.
9642 * gdb.cp/infcall-dlopen.exp: Likewise.
9643 * gdb.cp/re-set-overloaded.exp: Likewise.
9644 * gdb.fortran/library-module.exp: Likewise.
9645 * gdb.opt/solib-intra-step.exp: Likewise.
9646 * gdb.python/py-finish-breakpoint.exp: Likewise.
9647 * gdb.python/py-shared.exp: Likewise.
9648 * gdb.reverse/solib-precsave.exp: Likewise.
9649 * gdb.reverse/solib-reverse.exp: Likewise.
9650 * gdb.server/solib-list.exp: Likewise.
9651 * gdb.threads/dlopen-libpthread.exp: Likewise.
9652 * gdb.threads/tls-shared.exp: Likewise.
9653 * gdb.threads/tls-so_extern.exp: Likewise.
9654 * gdb.trace/change-loc.exp: Likewise.
9655 * gdb.trace/ftrace-lock.exp: Likewise.
9656 * gdb.trace/ftrace.exp: Likewise.
9657 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9658 * gdb.trace/pending.exp: Likewise.
9659 * gdb.trace/range-stepping.exp: Likewise.
9660 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9661 (strace_info_marker): Likewise.
9662 (strace_probe_marker): Likewise.
9663 (strace_trace_on_same_addr): Likewise.
9664 (strace_trace_on_diff_addr): Likewise.
9665 * gdb.trace/trace-break.exp: Likewise.
9666 * gdb.trace/trace-condition.exp: Likewise.
9667 * gdb.trace/trace-mt.exp: Likewise.
9668
9669 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9670
9671 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9672 result of gdb_remote_download.
9673 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9674 * gdb.base/dso2dso.exp: Likewise.
9675 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9676 * gdb.base/print-file-var.exp: Likewise.
9677 * gdb.base/shlib-call.exp: Likewise.
9678 * gdb.base/shreloc.exp: Likewise.
9679 * gdb.base/solib-overlap.exp: Likewise.
9680 * gdb.base/solib-weak.exp (do_test): Likewise.
9681 * gdb.base/unload.exp: Likewise.
9682
9683 2016-04-27 Yao Qi <yao.qi@linaro.org>
9684
9685 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9686 exists.
9687
9688 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9689
9690 * vla-type.exp: Print structure from toplevel.
9691
9692 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9693
9694 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9695 of dynamic types.
9696 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9697 of dynamic types.
9698
9699 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9700
9701 * gdb.fortran/vla-type.f90: New file.
9702 * gdb.fortran/vla-type.exp: New file.
9703
9704 2016-04-25 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.base/branch-to-self.c: New file.
9707 * gdb.base/branch-to-self.exp: New file.
9708
9709 2016-04-22 Yao Qi <yao.qi@linaro.org>
9710
9711 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9712 more after $hex.
9713
9714 2016-04-22 Yao Qi <yao.qi@linaro.org>
9715
9716 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9717 * gdb.base/annota3.exp: Likewise.
9718
9719 2016-04-22 Yao Qi <yao.qi@linaro.org>
9720
9721 * gdb.reverse/step-precsave.exp: Do one step and test program
9722 stops in "callee" and do multiple steps until program goes out
9723 of "callee".
9724 * gdb.reverse/step-reverse.exp: Likewise.
9725
9726 2016-04-22 Yao Qi <yao.qi@linaro.org>
9727
9728 * gdb.trace/signal.exp: Also pass if
9729 $tracepoint_hits($i) > $iterations.
9730
9731 2016-04-22 Yao Qi <yao.qi@linaro.org>
9732
9733 * gdb.trace/signal.c: New file.
9734 * gdb.trace/signal.exp: New file.
9735
9736 2016-04-19 Doug Evans <xdje42@gmail.com>
9737
9738 * gdb.base/bad-file.exp: New file.
9739
9740 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9741
9742 * gdb.dwarf2/implref.exp: New file.
9743
9744 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9745
9746 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9747 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9748 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9749 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9750 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9751 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9752 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9753 * lib/fortran.exp (fortran_int4): New procedure.
9754 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9755 (fortran_logical4): Likewise.
9756
9757 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9758
9759 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9760
9761 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9762
9763 * lib/compiler.c: Add Intel specific preprocessor macros.
9764 * lib/compiler.cc: Likewise.
9765
9766 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9767
9768 * gdb.server/connect-with-no-symbol-file.c: New file.
9769 * gdb.server/connect-with-no-symbol-file.exp: New file.
9770
9771 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9772
9773 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9774
9775 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9776
9777 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9778 standard output directory.
9779
9780 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9781
9782 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9783
9784 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9785
9786 * gdb.btrace/instruction_history.c (loop): Add declaration.
9787
9788 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9789
9790 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9791
9792 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9793
9794 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9795 parentheses to print.
9796 (continue_handler): Likewise.
9797
9798 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9799
9800 * gdb.server/solib-list.exp: Remove is_remote check.
9801 Pass shlib= to gdb_compile. Don't link shared library with
9802 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9803 Run binary filename through "readlink -f" on the target.
9804
9805 2016-04-08 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9808 interpreter filename as argument to gdbserver_spawn.
9809 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9810 Return empty if $last_loaded_file does not exist.
9811
9812 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9813
9814 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9815 * gdb.base/jit-main.c: Use exit after usage.
9816
9817 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9818
9819 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9820 GDBHISTSIZE prior to the tests.
9821 * gdb.base/gdbinit-history.exp: Likewise.
9822
9823 2016-04-07 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9826 instead of build_executable. Use gdb_load_shlibs.
9827
9828 2016-04-07 Yao Qi <yao.qi@linaro.org>
9829
9830 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9831 Execute "si" command.
9832
9833 2016-04-07 Yao Qi <yao.qi@linaro.org>
9834
9835 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9836 number instead of the comments on some line.
9837
9838 2016-04-06 Don Breazeal <donb@codesourcery.com>
9839
9840 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9841 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9842
9843 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9844
9845 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9846 standard_output_file. Remove unused binfile variable.
9847
9848 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9849
9850 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9851 * gdb.python/py-mi-objfile.exp: Match "list main" output
9852 in console format.
9853
9854 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9855
9856 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9857 absolute.
9858
9859 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9860
9861 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9862 absolute.
9863 * gdb.trace/ftrace.exp: Likewise.
9864 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9865 targets as well.
9866 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9867 (gdb_load_shlibs): Copy libraries to test directory when testing
9868 natively. Only set solib-search-path if testing remotely.
9869 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9870
9871 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9874 gdb_download. Use it even if the target is not remote.
9875 * gdb.base/jit.exp (compile_jit_test): Likewise.
9876 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9877 output directory if the destination board is local, otherwise use
9878 the standard remote_download from DejaGnu.
9879 (gdb_download): Remove.
9880 (gdb_load_shlibs): Use gdb_remote_download instead of
9881 gdb_download.
9882 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9883 Use gdb_remote_download instead of gdb_download. Use it even if
9884 the target is not remote.
9885 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9886 instead of gdb_download.
9887
9888 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9889
9890 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9891 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9892 run.
9893
9894 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9895
9896 PR gdb/19820
9897 * gdb.base/printcmds.exp: Add artificial arrays tests.
9898
9899 2016-03-31 Pedro Alves <palves@redhat.com>
9900
9901 PR gdb/19858
9902 * gdb.base/jit-main.c: Include unistd.h.
9903 (ATTACH): Define to 0 if not already defined.
9904 (wait_for_gdb, mypid): New globals.
9905 (WAIT_FOR_GDB): New macro.
9906 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9907 some breakpoint locations.
9908 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9909 New procedures.
9910 (one_jit_test): Add REATTACH parameter, and handle it. Use
9911 continue_to_test_location.
9912 (top level): Test attach, and adjusts calls to one_jit_test.
9913
9914 2016-03-31 Pedro Alves <palves@redhat.com>
9915
9916 PR gdb/19858
9917 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9918 BINSUFFIX parameter, and handle it.
9919 (top level): Adjust calls compile_jit_test.
9920
9921 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9922
9923 PR python/19743
9924 * gdb.python/py-mi-events-gdb.py: New file.
9925 * gdb.python/py-mi-events.c: New file.
9926 * gdb.python/py-mi-events.exp: New file.
9927
9928 2016-03-30 Yao Qi <yao.qi@linaro.org>
9929
9930 * gdb.reverse/until-precsave.exp: Match function name only.
9931 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9932 Move malloc to a condition block.
9933 * gdb.reverse/until-reverse.exp: Match function name only.
9934
9935 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9936
9937 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9938 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9939 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9940 variable for GPR 0 instead of assuming it is register 0.
9941 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9942 * lib/trace-support.exp: Add s390 registers.
9943
9944 2016-03-29 Yao Qi <yao.qi@linaro.org>
9945
9946 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9947
9948 2016-03-24 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9951 test message.
9952
9953 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9954
9955 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9956 maintaining separate logic for constructing the output path.
9957
9958 2016-03-16 Don Breazeal <donb@codesourcery.com>
9959
9960 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9961 Retry fork and waitpid on interrupted system call errors.
9962 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9963 Use with_timeout_factor to increase timeout by factor of 10.
9964
9965 2016-03-15 Don Breazeal <donb@codesourcery.com>
9966
9967 * gdb.cp/scope-err.cc: New test program.
9968 * gdb.cp/scope-err.exp: New test script.
9969 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9970 lines and "set breakpoint here" comment.
9971 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9972 Fixed some whitespace and format issues.
9973 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9974 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9975
9976 2016-03-15 Doug Evans <dje@google.com>
9977
9978 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9979 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9980 All callers updated. Add tests for enums, mixed flags register.
9981
9982 2016-03-15 Doug Evans <dje@google.com>
9983
9984 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9985 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9986
9987 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * gdb.base/default.exp: Add $_as_string to the list of expected
9990 convenience functions.
9991
9992 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9993
9994 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9995
9996 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9997
9998 * gdb.python/py-as-string.exp: New file.
9999 * gdb.python/py-as-string.c: New file.
10000
10001 2016-03-09 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10004 signal" -> "Thread NN received signal" output change.
10005 * gdb.threads/ia64-sigill.exp: Likewise.
10006 * gdb.threads/linux-dp.exp: Likewise.
10007 * gdb.threads/manythreads.exp: Likewise.
10008 * gdb.threads/pending-step.exp: Likewise.
10009 * gdb.threads/print-threads.exp: Likewise.
10010 * gdb.threads/sigstep-threads.exp: Likewise.
10011 * gdb.threads/staticthreads.exp: Likewise.
10012 * gdb.threads/tls.exp: Likewise.
10013
10014 2016-03-09 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/command-line-input.exp: New file.
10017
10018 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10019
10020 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10021 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10022 * gdb.trace/pending.exp: Accept leading dot before function name.
10023 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10024 * lib/trace-support.exp: Set registers for ppc.
10025
10026 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10027
10028 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10029 use it for disassembly; accept .main in addition to main in backtrace.
10030
10031 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10032 Marcin Kościelnicki <koriakin@0x04.net>
10033
10034 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10035 (gdb_recursion_test_ptr): New global variable.
10036 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10037 gdb_recursion_test.
10038 (gdb_c_test): Ditto.
10039
10040 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10041
10042 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10043 ordering.
10044
10045 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10046
10047 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10048 (bar): Add bar_start_lbl label.
10049 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10050 of foo/bar for emitting DWARF and tracing.
10051
10052 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10053
10054 * analyze-racy-logs.py: Set executable bit.
10055
10056 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10057
10058 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10059 (CHECK_TARGET_TMP): Likewise.
10060 (check-single-racy): New rule.
10061 (check-parallel-racy): Likewise.
10062 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10063 (do-check-parallel-racy): New rule.
10064 (check-racy/%.exp): Likewise.
10065 * README (Racy testcases): New section.
10066 * analyze-racy-logs.py: New file.
10067
10068 2016-03-03 Doug Evans <dje@google.com>
10069
10070 * gdb.base/skip.exp: Use with_test_prefix.
10071
10072 2016-03-03 Yao Qi <yao.qi@linaro.org>
10073
10074 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10075 Invoke step_over_syscall "clone" and break_cond_on_syscall
10076 "clone".
10077 * gdb.base/step-over-clone.c: New file.
10078
10079 2016-03-03 Yao Qi <yao.qi@linaro.org>
10080
10081 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10082 code format.
10083
10084 2016-03-03 Yao Qi <yao.qi@linaro.org>
10085
10086 * gdb.base/disp-step-fork.c: Rename to ...
10087 * gdb.base/step-over-fork.c: ... it. New file.
10088 * gdb.base/disp-step-vfork.c: Rename to ...
10089 * gdb.base/step-over-vfork.c: ... it. New file.
10090 * gdb.base/disp-step-syscall.exp: Rename to ...
10091 * gdb.base/step-over-syscall.exp: ... it. New file.
10092 (disp_step_cross_syscall): Rename to ...
10093 (step_over_syscall): ... it.
10094
10095 2016-03-03 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10098 If target supports condition evaluation on target, invoke
10099 break_cond_on_syscall for fork and vfork.
10100
10101 2016-03-03 Yao Qi <yao.qi@linaro.org>
10102
10103 * gdb.base/disp-step-syscall.exp: Don't invoke
10104 support_displaced_stepping.
10105 (disp_step_cross_syscall): Test with displaced stepping off and
10106 on if supported.
10107
10108 2016-03-03 Yao Qi <yao.qi@linaro.org>
10109
10110 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10111 proc.
10112 (setup): New proc.
10113 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10114 and setup.
10115
10116 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10117
10118 * gdb.fortran/vla-history.exp: Remove breakpoint.
10119
10120 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10121
10122 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10123 exceeds timeout.
10124
10125 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10126
10127 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10128 breakpoint.
10129
10130 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10131
10132 * gdb.mi/vla.f90: Nullify pointer after declaration.
10133
10134 2016-03-01 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10137
10138 2016-03-01 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10141 before anything else.
10142 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10143 _GNU_SOURCE here.
10144 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10145 before anything else.
10146 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10147
10148 2016-03-01 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10151
10152 2016-03-01 Yao Qi <yao.qi@linaro.org>
10153
10154 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10155 prepare_for_testing.
10156
10157 2016-03-01 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10160
10161 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10162
10163 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10164 manually constructing the output path.
10165
10166 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10167
10168 * gdb.arch/s390-stackless.S: New.
10169 * gdb.arch/s390-stackless.exp: New.
10170
10171 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10172
10173 * gdb.dlang/circular.c: New file.
10174 * gdb.dlang/circular.exp: New file.
10175
10176 2016-02-26 Yao Qi <yao.qi@linaro.org>
10177
10178 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10179 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10180 (testcases): Update.
10181
10182 2016-02-26 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.reverse/aarch64.c: Rename to ...
10185 * gdb.reverse/insn-reverse.c: ... it.
10186 * gdb.reverse/aarch64.exp: Rename to ...
10187 * gdb.reverse/insn-reverse.exp: ... it.
10188
10189 2016-02-26 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10192 (testcase_ftype): New.
10193 (testcases): New array.
10194 (n_testcases): New.
10195 (main): Call each element in testcases.
10196 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10197 (read_testcase): New.
10198 Do the tests in a loop.
10199
10200 2016-02-25 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.base/branches.c: Remove.
10203
10204 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10205
10206 PR gdb/13808
10207 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10208
10209 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10210
10211 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10212
10213 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10214
10215 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10216 change x86_64 call_insn to 'callq'.
10217
10218 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10219
10220 * gdb.trace/tfile-avx.c: Move to...
10221 * gdb.trace/tracefile-pseudo-reg.c: Here.
10222 * gdb.trace/tfile-avx.exp: Move to...
10223 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10224
10225 2016-02-24 Gary Benson <gbenson@redhat.com>
10226
10227 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10228 message on attach.
10229
10230 2016-02-23 Doug Evans <dje@google.com>
10231
10232 * gdb.base/skip.c (test_skip): New function.
10233 (end_test_skip_file_and_function): New function.
10234 (test_skip_file_and_function): New function.
10235 * gdb.base/skip1.c (test_skip): New function.
10236 (skip1_test_skip_file_and_function): New function.
10237 * gdb.base/skip.exp: Add tests for new skip options.
10238 * gdb.base/skip-solib.exp: Update expected output.
10239 * gdb.perf/skip-command.cc: New file.
10240 * gdb.perf/skip-command.exp: New file.
10241 * gdb.perf/skip-command.py: New file.
10242
10243 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10244
10245 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10246 info registers pattern.
10247
10248 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10249
10250 * lib/future.exp: Add D support.
10251 (gdb_find_gdc): New proc.
10252 (gdb_default_target_compile): Add D support.
10253
10254 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10255
10256 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10257 user+system time.
10258 (trace_speed_test): Determine the iteration count for a time
10259 between 15..30 seconds.
10260
10261 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10262
10263 * gdb.arch/i386-mpx-sigsegv.c: New file.
10264 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10265 * gdb.arch/i386-mpx-simple_segv.c: New file.
10266 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10267
10268 2016-02-18 Yao Qi <yao.qi@linaro.org>
10269
10270 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10271 Don't call setup_kfail.
10272
10273 2016-02-18 Yao Qi <yao.qi@linaro.org>
10274
10275 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10276 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10277
10278 2016-02-16 Doug Evans <dje@google.com>
10279
10280 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10281 * gdb.base/skip1.c: Ditto.
10282 * gdb.base/skip.exp: Whitespace cleanup.
10283
10284 2016-02-16 Don Breazeal <donb@codesourcery.com>
10285
10286 PR remote/19496
10287 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10288 Remove kfail for PR remote/19496.
10289
10290 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10291
10292 * lib/gdb.exp (standard_temp_file): Return a path specific to
10293 the runtest invocation.
10294
10295 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10296
10297 * gdb.trace/save-trace.exp: Change relative path to be in the
10298 standard output directory.
10299
10300 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * gdb.arch/i386-prologue.c: Add missing prototypes.
10303
10304 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10305
10306 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10307 * gdb.arch/i386-prologue.exp: Likewise.
10308 * gdb.arch/i386-size.exp: Likewise.
10309
10310 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10311
10312 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10313 define object file path.
10314 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10315 file path.
10316 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10317 standard_output_file to define binfile.
10318
10319 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10320
10321 Fix compatibility with recent gfortran-5.3.1.
10322 * gdb.fortran/vla-history.exp (print vla1 allocated)
10323 (print vla2 allocated, print $2, print $3): Remove
10324 (print $4): Rename to ...
10325 (print $2): ... here.
10326 (print $9): Rename to ...
10327 (print $5): ... here.
10328 (print $10): Rename to ...
10329 (print $6): ... here.
10330 * gdb.fortran/vla.f90: Add pvla initialization.
10331
10332 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10335 New test.
10336 * gdb.fortran/vla-value-sub.exp: Likewise.
10337
10338 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10339
10340 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10341
10342 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10343
10344 * i386-biarch-core.exp: Define corefile using
10345 standard_output_file.
10346
10347 2016-02-12 Yao Qi <yao.qi@linaro.org>
10348
10349 * gdb.arch/arm-single-step-kernel-helper.c: New.
10350 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10351
10352 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10353
10354 * gdb.btrace/tailcall-only.exp: New.
10355 * gdb.btrace/tailcall-only.c: New.
10356 * gdb.btrace/x86_64-tailcall-only.S: New.
10357 * gdb.btrace/i686-tailcall-only.S: New.
10358
10359 2016-02-11 Pedro Alves <palves@redhat.com>
10360
10361 * README (Parallel testing): Add missing double quotes.
10362
10363 2016-02-11 Pedro Alves <palves@redhat.com>
10364
10365 * README (Parallel testing): New section.
10366 (GDB_PARALLEL): Rewrite.
10367 (FORCE_PARALLEL): Document.
10368
10369 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10370
10371 * gdb.trace/tfile-avx.c: New test.
10372 * gdb.trace/tfile-avx.exp: New test.
10373
10374 2016-02-09 Keith Seitz <keiths@redhat.com>
10375
10376 PR breakpoints/19546
10377 * gdb.base/infcall-exec.c: New file.
10378 * gdb.base/infcall-exec2.c: New file.
10379 * gdb.base/infcall-exec.exp: New file.
10380
10381 2016-02-09 Keith Seitz <keiths@redhat.com>
10382
10383 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10384 (toplevel): Call test_bkpt_address.
10385
10386 2016-02-09 Keith Seitz <keiths@redhat.com>
10387
10388 PR python/19506
10389 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10390 (toplevel): Call test_bkpt_address.
10391
10392 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10393
10394 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10395 to AC_OUTPUT.
10396 * configure: Regenerate.
10397
10398 2016-02-09 Pedro Alves <palves@redhat.com>
10399
10400 PR breakpoints/19548
10401 * gdb.base/execl-update-breakpoints.c (some_function): New
10402 function.
10403 (main): Call it.
10404 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10405 Tighten expected GDB output.
10406
10407 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10408
10409 * Makefile.in (ALL_SUBDIRS): Remove.
10410 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10411 (distclean maintainer-clean realclean): Likewise.
10412 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10413 * configure: Regenerate.
10414 * gdb.ada/Makefile.in: Delete.
10415 * gdb.arch/Makefile.in: Likewise.
10416 * gdb.asm/Makefile.in: Likewise.
10417 * gdb.base/Makefile.in: Likewise.
10418 * gdb.btrace/Makefile.in: Likewise.
10419 * gdb.cell/Makefile.in: Likewise.
10420 * gdb.compile/Makefile.in: Likewise.
10421 * gdb.cp/Makefile.in: Likewise.
10422 * gdb.disasm/Makefile.in: Likewise.
10423 * gdb.dlang/Makefile.in: Likewise.
10424 * gdb.dwarf2/Makefile.in: Likewise.
10425 * gdb.fortran/Makefile.in: Likewise.
10426 * gdb.gdb/Makefile.in: Likewise.
10427 * gdb.go/Makefile.in: Likewise.
10428 * gdb.guile/Makefile.in: Likewise.
10429 * gdb.java/Makefile.in: Likewise.
10430 * gdb.linespec/Makefile.in: Likewise.
10431 * gdb.mi/Makefile.in: Likewise.
10432 * gdb.modula2/Makefile.in: Likewise.
10433 * gdb.multi/Makefile.in: Likewise.
10434 * gdb.objc/Makefile.in: Likewise.
10435 * gdb.opencl/Makefile.in: Likewise.
10436 * gdb.opt/Makefile.in: Likewise.
10437 * gdb.pascal/Makefile.in: Likewise.
10438 * gdb.perf/Makefile.in: Likewise.
10439 * gdb.python/Makefile.in: Likewise.
10440 * gdb.reverse/Makefile.in: Likewise.
10441 * gdb.server/Makefile.in: Likewise.
10442 * gdb.stabs/Makefile.in: Likewise.
10443 * gdb.threads/Makefile.in: Likewise.
10444 * gdb.trace/Makefile.in: Likewise.
10445 * gdb.xml/Makefile.in: Likewise.
10446 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10447 GDB_PARALLEL.
10448 (standard_output_file): Remove check for GDB_PARALLEL, always
10449 return path in outputs/$subdir/$testname.
10450
10451 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10452
10453 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10454 (site.exp): Assign abs_srcdir to tcl's srcdir.
10455
10456 2016-02-04 Yao Qi <yao.qi@linaro.org>
10457
10458 * gdb.base/foll-exec-mode.c: Include limits.h.
10459 (main): Add parameters argc and argv. Get directory from
10460 argv[0].
10461 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10462 compilation.
10463 * gdb.base/foll-exec.c: Include limits.h.
10464 (main): Add parameters argc and argv.
10465 Get directory from argv[0].
10466 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10467 Adjust tests on the number of lines as source code changed.
10468 * gdb.base/foll-vfork-exit.c: Include limits.h.
10469 (main): Add one line of statement before vfork.
10470 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10471 (main): Add parameters argc and argv. Get directory from
10472 argv[0].
10473 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10474 (setup_gdb): Set tbreak to skip some source lines.
10475 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10476 (main): Add parameters argc and argv. Get directory from
10477 argv[0].
10478 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10479 compilation.
10480 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10481 (main): Add parameters argc and argv. Get directory from
10482 argv[0].
10483 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10484 compilation.
10485
10486 2016-02-01 Doug Evans <dje@google.com>
10487
10488 * gdb.base/skip.exp: Clean up multiple references to same test name.
10489
10490 2016-02-01 Pedro Alves <palves@redhat.com>
10491
10492 PR remote/19496
10493 * gdb.threads/forking-threads-plus-breakpoint.exp
10494 (displaced_stepping_supported): New global.
10495 (probe_displaced_stepping_support): New procedure.
10496 (do_test): Add 'displaced' parameter, and use it.
10497 (top level): Check for displaced stepping support. Add displaced
10498 stepping on/off testing axis.
10499
10500 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10501
10502 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10503 pointer. Don't perform further tests on the unassociated pointer
10504 if the first test fails.
10505
10506 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10507
10508 * gdb.base/max-value-size.c: New file.
10509 * gdb.base/max-value-size.exp: New file.
10510 * gdb.base/huge.exp: Disable max-value-size for this test.
10511
10512 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10513
10514 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10515
10516 2016-01-28 Yao Qi <yao.qi@linaro.org>
10517
10518 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10519
10520 2016-01-25 Pedro Alves <palves@redhat.com>
10521
10522 PR threads/19461
10523 * gdb.base/fork-running-state.c: New file.
10524 * gdb.base/fork-running-state.exp: New file.
10525
10526 2016-01-25 Pedro Alves <palves@redhat.com>
10527
10528 PR gdb/19494
10529 * gdb.base/catch-fork-kill.c: New file.
10530 * gdb.base/catch-fork-kill.exp: New file.
10531
10532 2016-01-25 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10535 Delete, moved to lib/gdb.exp.
10536 * gdb.threads/forking-threads-plus-breakpoint.exp
10537 (foreach_with_prefix): Likewise.
10538 * gdb.threads/process-dies-while-handling-bp.exp
10539 (foreach_with_prefix): Likewise.
10540 * lib/gdb.exp (foreach_with_prefix): New procedure.
10541
10542 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10543
10544 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10545 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10546
10547 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10548
10549 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10550 endian targets.
10551
10552 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10553 Pedro Alves <palves@redhat.com>
10554
10555 Fix testsuite compatibility with Guile.
10556 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10557 number.
10558
10559 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10560
10561 Fix testsuite compatibility with Guile.
10562 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10563 (thread 1): New test for backtrace through signal handler.
10564
10565 2016-01-22 Yao Qi <yao.qi@linaro.org>
10566
10567 PR testsuite/19491
10568 * gdb.base/multi-forks.c: Include
10569 ../lib/unbuffer_output.c
10570 (main): Call gdb_unbuffer_output.
10571
10572 2016-01-21 Doug Evans <dje@google.com>
10573
10574 * lib/ada.exp (gdb_compile_ada): Fix typo.
10575
10576 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10577
10578 * gdb.base/break-fun-addr.exp: New file.
10579 * gdb.base/break-fun-addr1.c: New file.
10580 * gdb.base/break-fun-addr2.c: New file.
10581
10582 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10583
10584 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10585 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10586 enum flag values.
10587
10588 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10589
10590 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10591 when GDB can not set the vector return value. Add more comments
10592 for clarification.
10593
10594 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10595
10596 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10597 command.
10598
10599 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10600
10601 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10602
10603 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10604
10605 * Makefile.in (check-single): Pass --status to runtest.
10606 (check/%.exp): Likewise.
10607
10608 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * Makefile.in (check-parallel): Propagate return code from make
10611 do-check-parallel.
10612
10613 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10614
10615 * gdb.trace/ftrace.exp: Fix expected message on continue.
10616 * gdb.trace/pending.exp: Fix expected message on continue.
10617 * gdb.trace/trace-break.exp: Fix expected message on continue.
10618
10619 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10620
10621 * lib/gdb.exp (gdb_test): Remove unused global references.
10622
10623 2016-01-18 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.base/async-shell.exp: Adjust expected output.
10626 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10627 * gdb.base/siginfo-thread.exp: Adjust expected output.
10628 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10629 * gdb.java/jnpe.exp: Adjust expected output.
10630 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10631 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10632 * gdb.threads/leader-exit.exp: Adjust expected output.
10633 * gdb.threads/manythreads.exp: Adjust expected output.
10634 * gdb.threads/pthreads.exp: Adjust expected output.
10635 * gdb.threads/schedlock.exp: Adjust expected output.
10636 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10637 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10638 expected output.
10639 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10640 output.
10641 * gdb.threads/sigthread.exp: Adjust expected output.
10642 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10643
10644 2016-01-18 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.guile/scm-section-script.c: Replace @progbits with
10647 %progbits.
10648 * gdb.python/py-section-script.c: Likewise.
10649
10650 2016-01-15 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.multi/tids.exp: Test star wildcard ranges.
10653
10654 2016-01-15 Pedro Alves <palves@redhat.com>
10655
10656 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10657 command from "thread apply" invocation.
10658 (thr_apply_info_thr_invalid): Default the expected output to the
10659 input tid list.
10660 (top level): Add tests that use convenience variables. Add tests
10661 for "thread apply" with a valid TID list, but missing the command.
10662
10663 2016-01-13 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.base/default.exp: Expect $_gthread as well.
10666 * gdb.multi/tids.exp: Test $_gthread.
10667 * gdb.threads/thread-specific.exp: Test $_gthread.
10668
10669 2016-01-13 Pedro Alves <palves@redhat.com>
10670
10671 * gdb.multi/tids.exp: Test "info threads -gid".
10672
10673 2016-01-13 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10676 Breakpoint.thread.
10677 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10678
10679 2016-01-07 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.base/break.exp: Adjust to output changes.
10682 * gdb.base/hbreak2.exp: Likewise.
10683 * gdb.base/sepdebug.exp: Likewise.
10684 * gdb.base/watch_thread_num.exp: Likewise.
10685 * gdb.linespec/keywords.exp: Likewise.
10686 * gdb.multi/info-threads.exp: Likewise.
10687 * gdb.threads/thread-find.exp: Likewise.
10688 * gdb.multi/tids.c: New file.
10689 * gdb.multi/tids.exp: New file.
10690
10691 2016-01-13 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10694
10695 2016-01-13 Pedro Alves <palves@redhat.com>
10696
10697 * gdb.base/default.exp: Expect $_inferior as well.
10698 * gdb.multi/base.exp: Test $_inferior.
10699
10700 2016-01-13 Pedro Alves <palves@redhat.com>
10701
10702 PR breakpoints/19388
10703 * gdb.base/catch-signal-siginfo-cond.c: New file.
10704 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10705
10706 2016-01-12 Josh Stone <jistone@redhat.com>
10707 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10708
10709 * gdb.base/catch-syscall.c (do_execve): New variable.
10710 (main): Conditionally trigger an execve.
10711 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10712 (test_catch_syscall_execve): New, check entry/return across execve.
10713 (do_syscall_tests): Call test_catch_syscall_execve.
10714
10715 2016-01-12 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/random-signal.exp (do_test): New procedure, with body
10718 of testcase moved in.
10719
10720 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10721 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.base/funcargs.exp (finish from indirectly called function):
10724 Reintroduce the case for 'First'.
10725
10726 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10727 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10730 (tcatch_vfork_then_child_follow_exec)
10731 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10732 identification.
10733
10734 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10735
10736 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10737 and repeats to unlimited.
10738 * gdb.python/py-value.exp: Likewise.
10739 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10740 and repeats to unlimited.
10741
10742 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10743
10744 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10745 and reordering the functions.
10746 * gdb.multi/hangout.c: Likewise.
10747 * gdb.multi/hello.c: Likewise.
10748
10749 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10750
10751 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10752 absolute.
10753 (SingleStatisticTestResult.report): Use dict.keys instead of
10754 dict.iterkeys.
10755
10756 2016-01-06 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10759
10760 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10761
10762 * gdb.btrace/dlopen.exp: New.
10763 * gdb.btrace/dlopen.c: New.
10764 * gdb.btrace/dlopen-dso.c: New.
10765
10766 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10767
10768 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10769 PATTERN argument is optional.
10770
10771 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10772
10773 * lib/ada.exp (target_compile_ada_from_dir): New function.
10774 (gdb_compile_ada): Reimplement avoiding the use of project files.
10775 * gdb.ada/gnat_ada.gpr: Delete.
10776 * gdb.ada/cond_lang.exp: Adjust test to make path before
10777 filename optional.
10778 * gdb.ada/small_reg_param.exp: Likewise.
10779
10780 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10781
10782 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10783
10784 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10785
10786 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10787 case.
10788
10789 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10790
10791 * gdb.base/break.exp: Remove dead code.
10792 * gdb.base/sepdebug.exp: Likewise.
10793
10794 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10795
10796 * gdb.asm/asm-source.exp: Remove HP-UX references.
10797 * gdb.base/annota1.exp: Likewise.
10798 * gdb.base/annota3.exp: Likewise.
10799 * gdb.base/attach.exp: Likewise.
10800 * gdb.base/bigcore.exp: Likewise.
10801 * gdb.base/break.exp: Likewise.
10802 * gdb.base/call-ar-st.exp: Likewise.
10803 * gdb.base/callfuncs.exp: Likewise.
10804 * gdb.base/catch-fork-static.exp: Likewise.
10805 * gdb.base/display.exp: Likewise.
10806 * gdb.base/foll-exec-mode.exp: Likewise.
10807 * gdb.base/foll-exec.exp: Likewise.
10808 * gdb.base/foll-fork.exp: Likewise.
10809 * gdb.base/foll-vfork.exp: Likewise.
10810 * gdb.base/funcargs.exp: Likewise.
10811 * gdb.base/hbreak2.exp: Likewise.
10812 * gdb.base/inferior-died.exp: Likewise.
10813 * gdb.base/interrupt.exp: Likewise.
10814 * gdb.base/multi-forks.exp: Likewise.
10815 * gdb.base/nodebug.exp: Likewise.
10816 * gdb.base/sepdebug.exp: Likewise.
10817 * gdb.base/solib1.c: Likewise.
10818 * gdb.base/step-test.exp: Likewise.
10819 * gdb.mi/non-stop.c: Likewise.
10820 * gdb.mi/pthreads.c: Likewise.
10821 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10822 * gdb.threads/pthreads.c: Likewise.
10823 * gdb.threads/staticthreads.exp: Likewise.
10824 * lib/future.exp: Likewise.
10825 * lib/gdb.exp: Likewise.
10826 * gdb.base/so-indr-cl.c: Remove.
10827 * gdb.base/so-indr-cl.exp: Likewise.
10828 * gdb.base/solib.c: Likewise.
10829 * gdb.base/solib.exp: Likewise.
10830 * gdb.base/solib2.c: Likewise.
10831
10832 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10833
10834 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10835 * gdb.base/call-ar-st.exp: Likewise.
10836 * gdb.base/callfuncs.exp: Likewise.
10837 * gdb.base/condbreak.exp: Likewise.
10838 * gdb.base/constvars.exp: Likewise.
10839 * gdb.base/hbreak2.exp: Likewise.
10840 * gdb.base/langs.exp: Likewise.
10841 * gdb.base/list.exp: Likewise.
10842 * gdb.base/long_long.exp: Likewise.
10843 * gdb.base/ptype.exp: Likewise.
10844 * gdb.base/scope.exp: Likewise.
10845 * gdb.base/signals.exp: Likewise.
10846 * gdb.base/so-impl-ld.exp: Likewise.
10847 * gdb.base/varargs.exp: Likewise.
10848 * gdb.base/volatile.exp: Likewise.
10849 * gdb.base/whatis.exp: Likewise.
10850 * gdb.cp/cplusfuncs.exp: Likewise.
10851 * gdb.cp/inherit.exp: Likewise.
10852 * gdb.cp/local.exp: Likewise.
10853 * gdb.cp/member-ptr.exp: Likewise.
10854 * gdb.cp/method.exp: Likewise.
10855 * gdb.cp/overload.exp: Likewise.
10856 * gdb.cp/templates.exp: Likewise.
10857 * gdb.stabs/weird.exp: Likewise.
10858 * lib/compiler.c: Likewise.
10859 * lib/compiler.cc: Likewise.
10860 * lib/cp-support.exp: Likewise.
10861 * lib/gdb.exp: Likewise.
10862
10863 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10864
10865 * configure.ac: Remove HP-UX case.
10866 * configure: Regenerate.
10867
10868 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10869
10870 * lib/gdb.exp (gdb_compile): Add function doc.
10871
10872 2015-12-17 Pedro Alves <palves@redhat.com>
10873
10874 PR threads/19354
10875 * gdb.multi/info-threads.exp: New file.
10876
10877 2015-12-15 Yao Qi <yao.qi@linaro.org>
10878
10879 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10880 is aarch64*-*-*.
10881
10882 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10883
10884 * gdb.base/history-duplicates.exp: Skip if no readline support.
10885
10886 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10887
10888 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10889
10890 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10891
10892 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10893
10894 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10895
10896 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10897 ctrl-C if nointerrupts target property is set.
10898 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10899 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10900 * gdb.base/paginate-bg-execution.exp: Likewise.
10901 * gdb.base/paginate-execution-startup.exp: Likewise.
10902 * gdb.base/random-signal.exp: Likewise.
10903 * gdb.base/range-stepping.exp: Likewise.
10904 * gdb.cp/annota2.exp: Likewise.
10905 * gdb.cp/annota3.exp: Likewise.
10906 * gdb.gdb/selftest.exp: Likewise.
10907 * gdb.threads/continue-pending-status.exp: Likewise.
10908 * gdb.threads/leader-exit.exp: Likewise.
10909 * gdb.threads/manythreads.exp: Likewise.
10910 * gdb.threads/pthreads.exp: Likewise.
10911 * gdb.threads/schedlock.exp: Likewise.
10912 * gdb.threads/sigthread.exp: Likewise.
10913
10914 2015-12-11 Don Breazeal <donb@codesourcery.com>
10915
10916 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10917 remote.
10918 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10919 * gdb.base/foll-exec.exp (main): Enable for target remote.
10920 * gdb.base/foll-fork.exp (main): Likewise.
10921 * gdb.base/foll-vfork.exp (main): Likewise.
10922 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10923 (proc continue_to_exit_bp_loc): Use clean_restart.
10924 * gdb.base/pie-execl.exp (main): Disable for target remote.
10925 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10926 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10927 * gdb.threads/execl.exp (main): Likewise.
10928 * gdb.threads/fork-child-threads.exp (main): Likewise.
10929 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10930 remote.
10931 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10932 remote.
10933 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10934 pid.tid style ptids, instead of just tid.
10935 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10936 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10937 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10938 ptids, instead of just tid.
10939
10940 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10941
10942 * gdb.base/list.exp (test_list_forward): Add end of file error
10943 test.
10944 (test_repeat_list_command): Add end of file error test.
10945 (test_list_backwards): Add beginning of file error test.
10946
10947 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10948
10949 * gdb.base/list.exp (test_list_invalid_args): New function,
10950 defined, and called.
10951
10952 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10953
10954 * gdb.base/list.exp (test_list): Make test names unique.
10955
10956 2015-12-11 Yao Qi <yao.qi@linaro.org>
10957
10958 * gdb.base/coremaker2.c: Remove.
10959
10960 2015-12-10 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.multi/base.exp: Remove stale "spaces" references.
10963
10964 2015-12-10 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.multi/base.exp: Don't use nowarnings.
10967 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10968 * gdb.multi/hangout.c: Include stdio.h.
10969 * gdb.multi/hello.c: Include stdlib.h.
10970 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10971 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10972 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10973
10974 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10975
10976 * gdb.dwarf2/dw2-ranges-base.c: New file.
10977 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10978 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10979 support additional line table, and debug ranges generation.
10980 (Dwarf::ranges): New function, generate .debug_ranges.
10981 (Dwarf::lines): Support generating simple line table programs.
10982 (Dwarf::assemble): Initialise new namespace variables.
10983
10984 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10985
10986 * gdb.base/async.exp (proc test_background): Add case for
10987 asynchronous execution not supported.
10988
10989 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10990
10991 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10992 format and change test names to make them unique.
10993
10994 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10995 Pedro Alves <pedro@redhat.com>
10996
10997 PR gdb/18702
10998 Add checking of floatformats setup on x86_64 hosts.
10999 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11000 (smallval, bigval): New labels/constants.
11001 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11002 float" after loading bigval and smallval.
11003
11004 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11005
11006 * gdb.ada/fun_overload_menu.exp: New testcase.
11007 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11008
11009 2015-12-04 Josh Stone <jistone@redhat.com>
11010
11011 * gdb.base/catch-fork-static.exp: New.
11012
11013 2015-12-03 Yao Qi <yao.qi@linaro.org>
11014
11015 * gdb.base/sizeof.c: Don't include stdio.h and
11016 ../lib/unbuffer_output.c.
11017 (main): New variable 'size' and 'value'. Remove printf and
11018 gdb_unbuffer_output. Assign return value to size and value.
11019 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11020 at the beginning.
11021 (check_sizeof): Check the result by printing variable 'size'.
11022 (check_valueof): Check the result by printing variable 'value'.
11023
11024 2015-12-01 Yao Qi <yao.qi@linaro.org>
11025
11026 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11027 for aarch64*-*-linux* target.
11028
11029 2015-11-30 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11032
11033 2015-11-30 Pedro Alves <palves@redhat.com>
11034
11035 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11036 Handle non-stop mode vCont replies.
11037
11038 2015-11-30 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11041 prepare_for_testing. Start gdb with "set non-stop on" appended to
11042 GDBFLAGS. Lax expected stop output.
11043
11044 2015-11-27 Yao Qi <yao.qi@linaro.org>
11045
11046 * gdb.arch/arm-neon.exp: New.
11047 * gdb.arch/arm-neon.c: New.
11048
11049 2015-11-27 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11052
11053 2015-11-27 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11056 frames-invalid annotation.
11057
11058 2015-11-27 Yao Qi <yao.qi@linaro.org>
11059
11060 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11061
11062 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11063
11064 * gdb.threads/names.exp: New file.
11065 * gdb.threads/names.c: New file.
11066 * README: Mention gdb,no_thread_names.
11067
11068 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11069
11070 PR 19297
11071 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11072 support" error.
11073
11074 2015-11-24 Pedro Alves <palves@redhat.com>
11075
11076 PR 17539
11077 * gdb.base/display.exp: Expect displays to be sorted in ascending
11078 order. Use multi_line.
11079 * gdb.base/solib-display.exp: Likewise.
11080
11081 2015-11-24 Pedro Alves <palves@redhat.com>
11082
11083 PR 17539
11084 * gdb.base/display.exp: Expect displays to be sorted in ascending
11085 order. Use multi_line.
11086 * gdb.base/solib-display.exp: Likewise.
11087
11088 2015-11-24 Pedro Alves <palves@redhat.com>
11089
11090 PR 17539
11091 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11092 threads in ascending order.
11093 * gdb.base/foll-fork.exp: Likewise.
11094 * gdb.base/foll-vfork.exp: Likewise.
11095 * gdb.base/multi-forks.exp: Likewise.
11096 * gdb.mi/mi-nonstop.exp: Likewise.
11097 * gdb.mi/mi-nsintrall.exp: Likewise.
11098 * gdb.multi/base.exp: Likewise.
11099 * gdb.multi/multi-arch.exp: Likewise.
11100 * gdb.python/py-inferior.exp: Likewise.
11101 * gdb.threads/break-while-running.exp: Likewise.
11102 * gdb.threads/execl.exp: Likewise.
11103 * gdb.threads/gcore-thread.exp: Likewise.
11104 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11105 * gdb.threads/kill.exp: Likewise.
11106 * gdb.threads/linux-dp.exp: Likewise.
11107 * gdb.threads/multiple-step-overs.exp: Likewise.
11108 * gdb.threads/next-bp-other-thread.exp: Likewise.
11109 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11110 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11111 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11112 * gdb.threads/thread-find.exp: Likewise.
11113 * gdb.threads/tls.exp: Likewise.
11114 * lib/mi-support.exp (mi_reverse_list): Delete.
11115 (mi_check_thread_states): No longer reverse list.
11116
11117 2015-11-24 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11120 use lowercase.
11121
11122 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11123
11124 * gdb.trace/actions.c: Include trace-common.h.
11125 (main): Add a location for a fast tracepoint.
11126 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11127 the normal tracepoints.
11128 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11129
11130 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11131
11132 * save-trace.exp: Factor out code to these...
11133 (gdb_save_tracepoints): New.
11134 (gdb_load_tracepoints): New.
11135 (do_save_load_test): New.
11136
11137 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11138
11139 * gdb.base/asmlabel.exp: New test.
11140 * gdb.base/asmlabel.c: New test case.
11141
11142 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11143
11144 * gdb.base/wrong_frame_bt_full-main.c: New file.
11145 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11146 * gdb.base/wrong_frame_bt_full.exp: New file.
11147
11148 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11149
11150 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11151
11152 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11153
11154 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11155 pstate register when comparing registers values in
11156 sparc64-*-linux-gnu targets to avoid spurious differences.
11157
11158 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11159
11160 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11161
11162 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11163
11164 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11165 as type argument to gdb_compile.
11166 * gdb.base/nested-subp2.exp: Likewise.
11167 * gdb.base/nested-subp3.exp: Likewise.
11168
11169 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11170
11171 * lib/dwarf.exp (_note): Fix left shift of negative value.
11172 * gdb.trace/trace-condition.exp: Likewise.
11173
11174 2015-11-13 Yao Qi <yao.qi@linaro.org>
11175
11176 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11177 comments about d10v.
11178 (test_scalar_returns): Likewise.
11179 * gdb.base/d10v.ld: Remove.
11180 * gdb.base/overlays.exp: Remove the target triplet checking for
11181 d10v-*-*.
11182 * gdb.base/structs.exp (test_struct_returns): Remove the
11183 comments about d10v.
11184 (test_struct_calls): Likewise.
11185
11186 2015-11-13 Yao Qi <yao.qi@linaro.org>
11187
11188 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11189 * gdb.base/gnu_vector.c: Don't include stdio.h.
11190 (main): Don't print res and call add_some_intvecs.
11191
11192 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11193
11194 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11195 macro.
11196 (func5): Removed.
11197 (func4): Use FAST_TRACEPOINT_LABEL.
11198 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11199 macro.
11200 (func): Removed.
11201 (thread_function): Use FAST_TRACEPOINT_LABEL.
11202 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11203 (func): Remove.
11204 (marker): Use FAST_TRACEPOINT_LABEL.
11205 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11206 (pendfunc1): Remove.
11207 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11208 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11209 (foo): Remove.
11210 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11211 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11212 macro.
11213 (func): Remove.
11214 (marker): Use FAST_TRACEPOINT_LABEL.
11215 * gdb.trace/trace-common.h: New header.
11216 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11217 macro.
11218 (func): Remove.
11219 (marker): Use FAST_TRACEPOINT_LABEL.
11220 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11221 (func): Remove.
11222 (thread_function): Use FAST_TRACEPOINT_LABEL.
11223
11224 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11225
11226 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11227 in front.
11228 * gdb.trace/change-loc.exp: Use global pcreg definition.
11229 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11230 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11231 in front.
11232 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11233 * gdb.trace/pending.exp: Likewise.
11234 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11235 * gdb.trace/trace-break.exp: Likewise.
11236 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11237 in front.
11238 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11239 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11240 in front.
11241 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11242
11243 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11244
11245 * gdb.ada/fin_fun_out: New testcase.
11246
11247 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11248
11249 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11250 value associated with DW_AT_byte_size.
11251 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11252 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11253 DW_AT_upper_bound.
11254
11255 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11256
11257 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11258 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11259 version.
11260 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11261 gdb.dwarf2/dw2-canonicalize-type.exp,
11262 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11263 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11264 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11265 provided by gdb_target_symbol_prefix_flags_asm.
11266 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11267 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11268 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11269 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11270 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11271 macros where needed). Use this macro for symbols which require
11272 the prefix provided by SYMBOL_PREFIX.
11273
11274 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11275
11276 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11277 New procs.
11278 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11279 representing expressions, of more than one list element.
11280 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11281 to prepend linker symbol prefix to f.
11282 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11283 table_1 and table_2.
11284 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11285 Likewise, for f and g.
11286 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11287 for ptr.
11288 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11289 for main.
11290 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11291 table_1_ptr and table_2_ptr.
11292
11293 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11294 Joel Brobecker <brobecker@adacore.com>
11295
11296 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11297
11298 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11299
11300 * gdb.reverse/s390-mvcle.c: New test.
11301 * gdb.reverse/s390-mvcle.exp: New file.
11302 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11303
11304 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11305
11306 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11307
11308 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11309
11310 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11311 reaching marker2.
11312 * gdb.reverse/getresuid-reverse.exp: Likewise.
11313 * gdb.reverse/pipe-reverse.exp: Likewise.
11314 * gdb.reverse/readv-reverse.exp: Likewise.
11315 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11316 * gdb.reverse/time-reverse.exp: Likewise.
11317 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11318
11319 2015-10-30 Yao Qi <yao.qi@linaro.org>
11320
11321 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11322 (empty_cycle): Remove.
11323 (main): Don't call empty_cycle. Don't use watch_count_done.
11324 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11325 empty_cycle. Rewrite the code counting HW watchpoints.
11326
11327 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11328
11329 * gdb.reverse/fstatat-reverse.c: New test.
11330 * gdb.reverse/fstatat-reverse.exp: New file.
11331 * gdb.reverse/getresuid-reverse.c: New test.
11332 * gdb.reverse/getresuid-reverse.exp: New file.
11333 * gdb.reverse/pipe-reverse.c: New test.
11334 * gdb.reverse/pipe-reverse.exp: New file.
11335 * gdb.reverse/readv-reverse.c: New test.
11336 * gdb.reverse/readv-reverse.exp: New file.
11337 * gdb.reverse/recvmsg-reverse.c: New test.
11338 * gdb.reverse/recvmsg-reverse.exp: New file.
11339 * gdb.reverse/time-reverse.c: New test.
11340 * gdb.reverse/time-reverse.exp: New file.
11341 * gdb.reverse/waitpid-reverse.c: New test.
11342 * gdb.reverse/waitpid-reverse.exp: New file.
11343
11344 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11345
11346 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11347
11348 2015-10-26 Doug Evans <dje@google.com>
11349
11350 PR symtab/17391
11351 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11352 * gdb.dwarf2/bad-regnum.c: New file.
11353 * gdb.dwarf2/bad-regnum.exp: New file.
11354
11355 2015-10-26 Doug Evans <dje@google.com>
11356
11357 PR python/18938
11358 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11359 file.
11360
11361 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11362
11363 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11364 for a change by "Mention language in compile error message".
11365
11366 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11367
11368 PR python/18073
11369 * gdb.python/py-type.c (C::a_method): New.
11370 (C::a_const_method): New.
11371 (C::a_static_method): New.
11372 (a_function): New.
11373 * gdb.python/py-type.exp (test_fields): Test getting fields
11374 from function and method.
11375
11376 2015-10-21 Keven Boell <keven.boell@intel.com>
11377
11378 * gdb.fortran/vla-alloc-assoc.exp: New file.
11379 * gdb.fortran/vla-datatypes.exp: New file.
11380 * gdb.fortran/vla-datatypes.f90: New file.
11381 * gdb.fortran/vla-history.exp: New file.
11382 * gdb.fortran/vla-ptype-sub.exp: New file.
11383 * gdb.fortran/vla-ptype.exp: New file.
11384 * gdb.fortran/vla-sizeof.exp: New file.
11385 * gdb.fortran/vla-sub.f90: New file.
11386 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11387 * gdb.fortran/vla-value-sub-finish.exp: New file.
11388 * gdb.fortran/vla-value-sub.exp: New file.
11389 * gdb.fortran/vla-value.exp: New file.
11390 * gdb.fortran/vla-ptr-info.exp: New file.
11391 * gdb.mi/mi-vla-fortran.exp: New file.
11392 * gdb.mi/vla.f90: New file.
11393
11394 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11395
11396 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11397 of hardwired timeout value.
11398
11399 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11400 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11403 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11404
11405 2015-10-19 Josh Stone <jistone@redhat.com>
11406
11407 * gdb.base/catch-syscall.c: Include <sched.h>.
11408 (unknown_syscall): New variable.
11409 (main): Trigger a vfork and an unknown syscall.
11410 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11411 (unknown_syscall_number): Likewise.
11412 (check_call_to_syscall): Accept an optional syscall pattern.
11413 (check_return_from_syscall): Likewise.
11414 (check_continue): Likewise.
11415 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11416 (test_catch_syscall_skipping_return): New test toggling off 'catch
11417 syscall' to step over the syscall return, then toggling back on.
11418 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11419 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11420 (do_syscall_tests): Call test_catch_syscall_without_args and
11421 test_catch_syscall_mid_vfork.
11422 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11423 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11424
11425 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11426
11427 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11428 print g_vE): Add new pass patterns.
11429 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11430 print various symbol names for vptr fields.
11431
11432 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11433
11434 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11435 results.
11436
11437 2015-10-12 Yao Qi <yao.qi@linaro.org>
11438
11439 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11440
11441 2015-10-12 Yao Qi <yao.qi@linaro.org>
11442
11443 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11444 is aarch64*-*-linux*.
11445
11446 2015-10-12 Yao Qi <yao.qi@linaro.org>
11447
11448 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11449 (can_relocate_bcond_true): ... it.
11450 (can_relocate_bcond_false): New function.
11451 (foo): Likewise.
11452 (can_relocate_bl): Likewise.
11453 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11454 can_relocate_bl.
11455
11456 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11457
11458 * gdb.base/nested-addr.c: New file.
11459 * gdb.base/nested-addr.exp: New testcase.
11460
11461 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11462
11463 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11464 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11465 its output. Ignore the output of "record goto begin" and instead
11466 check that GDB is replaying.
11467
11468 2015-10-09 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11471 (top level): Use it in the run with no args test.
11472
11473 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11474
11475 * gdb.dlang/properties.exp: New file.
11476
11477 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11478
11479 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11480 whether or not address 0x1000 is mapped on the target.
11481
11482 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11483
11484 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11485 build.
11486
11487 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11488
11489 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11490 instruction-history test.
11491
11492 2015-09-28 Doug Evans <dje@google.com>
11493
11494 * gdb.base/gcore.c (array_func): Add reference to static_array.
11495
11496 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11499 source line.
11500
11501 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11502
11503 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11504 short or char as base type.
11505
11506 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11507
11508 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11509 to allow any size enum.
11510
11511 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11512
11513 * gdb.ada/array_ptr_renaming.exp: New testcase.
11514 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11515 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11516
11517 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11518
11519 * gdb.trace/ftrace-lock.c: New file.
11520 * gdb.trace/ftrace-lock.exp: New file.
11521
11522 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11523
11524 * gdb.arch/insn-reloc.c: New file.
11525 * gdb.arch/ftrace-insn-reloc.exp: New file.
11526
11527 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11528
11529 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11530 instruction.
11531 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11532 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11533 * gdb.trace/range-stepping.c: Likewise.
11534 * gdb.trace/trace-break.c: Likewise.
11535 * gdb.trace/trace-mt.c (thread_function): Likewise.
11536 * gdb.trace/ftrace.c (marker): Likewise.
11537 * gdb.trace/trace-condition.c (marker): Likewise.
11538 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11539 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11540 is_aarch64_target.
11541
11542 2015-09-18 Doug Evans <xdje42@gmail.com>
11543
11544 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11545 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11546
11547 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11548
11549 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11550 the breakpoint.
11551
11552 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11553
11554 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11555 the pending breakpoint. Remove timeout override for "Run till
11556 MI pending breakpoint on pendfunc3 on thread 2" test.
11557
11558 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11559
11560 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11561 filename pattern.
11562
11563 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11564
11565 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11566 in breakpoint filename pattern.
11567
11568 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11569
11570 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11571
11572 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11573
11574 * gdb.linespec/explicit.exp: Check for readline support for
11575 tab-completion tests. Fix obvious typo.
11576
11577 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11580 and replay.
11581
11582 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.btrace/non-stop.c: New.
11585 * gdb.btrace/non-stop.exp: New.
11586
11587 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11588 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.trace/trace-condition.c: New file.
11591 * gdb.trace/trace-condition.exp: New file.
11592
11593 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11594
11595 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11596 for testing bytecode compilation.
11597
11598 2015-09-16 Pedro Alves <palves@redhat.com>
11599 Sandra Loosemore <sandra@codesourcery.com>
11600
11601 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11602 (SECONDS): Redefine.
11603 (main): Call pthread_kill and alarm early.
11604 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11605 support.
11606 (test): If the target can't hardware step and doesn't support
11607 displaced stepping, increase the timeout.
11608
11609 2015-09-16 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11612 (enable_debug): New procedures.
11613 (test): Use them. Bail out if waiting for threads fails.
11614 (top level): Bail out if a test fails.
11615
11616 2015-09-16 Yao Qi <yao.qi@linaro.org>
11617
11618 * gdb.asm/asm-source.exp: Set asm-arch for
11619 aarch64*-*-* target.
11620 * gdb.asm/aarch64.inc: New file.
11621
11622 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11623
11624 * gdb.ada/array_of_variable_length.exp: New testcase.
11625 * gdb.ada/array_of_variable_length/foo.adb: New file.
11626 * gdb.ada/array_of_variable_length/pck.adb: New file.
11627 * gdb.ada/array_of_variable_length/pck.ads: New file.
11628
11629 2015-09-15 Doug Evans <dje@google.com>
11630
11631 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11632 of function static local variable.
11633
11634 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11635
11636 * gdb.threads/tls-so_extern.exp: New test file.
11637 * gdb.threads/tls-so_extern.c: New test file.
11638 * gdb.threads/tls-so_extern_main.c: New test file.
11639
11640 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11641
11642 * gdb.opt/solib-intra-step-lib.c: New file.
11643 * gdb.opt/solib-intra-step-main.c: New file.
11644 * gdb.opt/solib-intra-step.exp: New file.
11645
11646 2015-09-15 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11649 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11650
11651 2015-09-14 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/hook-stop-continue.c: Delete.
11654 * gdb.base/hook-stop-continue.exp: Delete.
11655 * gdb.base/hook-stop-frame.c: Delete.
11656 * gdb.base/hook-stop-frame.exp: Delete.
11657 * gdb.base/hook-stop.c: New file.
11658 * gdb.base/hook-stop.exp: New file.
11659
11660 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11661
11662 * gdb.ada/access_to_packed_array.exp: New testcase.
11663 * gdb.ada/access_to_packed_array/foo.adb: New file.
11664 * gdb.ada/access_to_packed_array/pack.adb: New file.
11665 * gdb.ada/access_to_packed_array/pack.ads: New file.
11666
11667 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11668
11669 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11670 buffer size test.
11671
11672 2015-09-11 Don Breazeal <donb@codesourcery.com>
11673
11674 * gdb.base/foll-exec.c: Add copyright header. Fix
11675 formatting issues.
11676 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11677 (do_exec_tests): Use clean_restart in place of zap_session,
11678 and for test initialization. Fix formatting issues. Use
11679 fail in place of perror.
11680 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11681 an expect statement to match an expression with output from
11682 the program under debug.
11683 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11684 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11685 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11686 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11687 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11688
11689 2015-09-09 Doug Evans <dje@google.com>
11690
11691 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11692
11693 2015-09-09 Doug Evans <dje@google.com>
11694
11695 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11696
11697 2015-09-09 Doug Evans <dje@google.com>
11698
11699 * gdb.base/savedregs.exp: Fix typo.
11700
11701 2015-09-09 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11704
11705 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11706
11707 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11708 command actually switches threads. Give up on remaining
11709 tests if target fails to stop at breakpoint.
11710
11711 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11712
11713 * gdb.ada/funcall_char.exp: New testcase.
11714 * gdb.ada/funcall_char/foo.adb: New file.
11715
11716 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11717
11718 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11719 expected outputs. Add two testcases for completing ambiguous
11720 functions.
11721 * gdb.ada/complete/aux_pck.adb: New file.
11722 * gdb.ada/complete/aux_pck.ads: New file.
11723 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11724 Ambiguous_Func functions.
11725 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11726 * gdb.ada/complete/pck.adb: Likewise.
11727
11728 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11729
11730 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11731 failures to run the test program under GDB.
11732
11733 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11734
11735 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11736 to C.
11737
11738 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11739
11740 * gdb.base/run-after-attach.exp: New test file.
11741 * gdb.base/run-after-attach.c: New test file.
11742
11743 2015-08-26 Don Breazeal <donb@codesourcery.com>
11744
11745 * gdb.base/foll-exec-2.c: New test program.
11746 * gdb.base/foll-exec-2.exp: New test.
11747
11748 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11749
11750 * gdb.base/nested-subp1.exp: New file.
11751 * gdb.base/nested-subp1.c: New file.
11752 * gdb.base/nested-subp2.exp: New file.
11753 * gdb.base/nested-subp2.c: New file.
11754 * gdb.base/nested-subp3.exp: New file.
11755 * gdb.base/nested-subp3.c: New file.
11756
11757 2015-08-24 Pedro Alves <palves@redhat.com>
11758
11759 * gdb.server/connect-without-multi-process.c: New file.
11760 * gdb.server/connect-without-multi-process.exp: New file.
11761
11762 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11763
11764 * gdb.opt/inline-markers.c: Make z int.
11765
11766 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11767
11768 * gdb.opt/inline-markers.c: Make z volatile.
11769
11770 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11771
11772 * gdb.opt/inline-bt.c: New volatile global z.
11773 * gdb.opt/inline-cmds.c: Likewise.
11774 * gdb.opt/inline-locals.c: Likewise.
11775 * gdb.opt/inline-markers.c: New extern global z.
11776 (marker): Use z.
11777 (inline_fn): Likewise.
11778
11779 2015-08-24 Pedro Alves <palves@redhat.com>
11780
11781 * config/m32r-stub.exp: Remove file.
11782 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11783 * gdb.base/call-rt-st.exp: Likewise.
11784 * gdb.base/call-strs.exp: Likewise.
11785 * gdb.base/default.exp: Remove references to h8300-*-hms and
11786 *-*-udi*.
11787 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11788
11789 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11790
11791 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11792 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11793 and "return" use KFAIL when GDB can not read/write the vector
11794 return value.
11795
11796 2015-08-21 Gary Benson <gbenson@redhat.com>
11797
11798 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11799
11800 2015-08-20 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.server/solib-list.exp: No longer expect an interior stop in
11803 non-stop mode.
11804
11805 2015-08-20 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.server/connect-stopped-target.c: New file.
11808 * gdb.server/connect-stopped-target.exp: New file.
11809
11810 2015-08-20 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.dwarf2/comp-unit-lang.exp: New file.
11813 * gdb.dwarf2/comp-unit-lang.c: New file.
11814
11815 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11816
11817 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11818 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11819
11820 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11821
11822 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11823 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11824
11825 2015-08-18 Doug Evans <dje@google.com>
11826 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11827
11828 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11829 skip_python_tests. New arg prompt_regexp.
11830 (skip_python_tests): New function.
11831 * lib/mi-support.exp (mi_skip_python_tests): New function.
11832 * gdb.python/py-mi-objfile-gdb.py: New file.
11833 * gdb.python/py-mi-objfile.c: New file.
11834 * gdb.python/py-mi-objfile.exp: New file.
11835
11836 2015-08-17 Keith Seitz <keiths@redhat.com>
11837
11838 * gdb.linespec/explicit.exp: Move strace test from here ...
11839 * gdb.trace/strace.exp: ... to here.
11840
11841 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11842
11843 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11844 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11845
11846 2015-08-14 Doug Evans <xdje42@gmail.com>
11847
11848 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11849 inferior before selecting a new file.
11850
11851 2015-08-14 Doug Evans <xdje42@gmail.com>
11852
11853 * gdb.mi/mi-disassemble.exp: Update.
11854 * gdb.base/disasm-optim.S: New file.
11855 * gdb.base/disasm-optim.c: New file.
11856 * gdb.base/disasm-optim.h: New file.
11857 * gdb.base/disasm-optim.exp: New file.
11858
11859 2015-08-14 Keith Seitz <keiths@redhat.com>
11860
11861 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11862 "evaluated-by".
11863
11864 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11865
11866 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11867
11868 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11869
11870 * gdb.ada/fun_renaming.exp: New testcase.
11871 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11872 * gdb.ada/fun_renaming/pack.adb: New file.
11873 * gdb.ada/fun_renaming/pack.ads: New file.
11874
11875 2015-08-12 Keith Seitz <keiths@redhat.com>
11876
11877 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11878 gdb_get_line_number.
11879
11880 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11881
11882 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11883 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11884 gdb.base/dso2dso.exp: New files.
11885
11886 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11887 Pedro Alves <palves@redhat.com>
11888 Keith Seitz <keiths@redhat.com>
11889
11890 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11891 GDBFLAGS.
11892
11893 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11894
11895 * gdb.base/gdbhistsize-history.exp
11896 (test_histsize_history_setting): Use save_vars.
11897 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11898 Use save_vars.
11899 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11900 * gdb.base/readline.exp: Use save_vars.
11901
11902 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11903
11904 * lib/gdb.exp (save_vars): New proc.
11905
11906 2015-08-11 Keith Seitz <keiths@redhat.com>
11907
11908 * gdb.base/help.exp: Update help_breakpoint_text.
11909
11910 2015-08-11 Keith Seitz <keiths@redhat.com>
11911
11912 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11913 (at toplevel): Call test_explicit_breakpoints.
11914 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11915 breakpoints.
11916 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11917 breakpoint conditions, "-cond".
11918
11919 2015-08-11 Keith Seitz <keiths@redhat.com>
11920
11921 * gdb.linespec/3explicit.c: New file.
11922 * gdb.linespec/cpexplicit.cc: New file.
11923 * gdb.linespec/cpexplicit.exp: New file.
11924 * gdb.linespec/explicit.c: New file.
11925 * gdb.linespec/explicit.exp: New file.
11926 * gdb.linespec/explicit2.c: New file.
11927 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11928 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11929 before using in the matching pattern.
11930 Clarify that `prefix' is a regular expression.
11931
11932 2015-08-11 Keith Seitz <keiths@redhat.com>
11933
11934 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11935 test.
11936 Add tests for missing ",FMT" and ",".
11937
11938 2015-08-10 Doug Evans <dje@google.com>
11939 Keith Seitz <keiths@redhat.com>
11940
11941 PR gdb/17960
11942 * gdb.base/completion.exp: Add location completer tests.
11943
11944 2015-08-07 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11947 tests here.
11948 (top level): Run do_test with and without displaced stepping.
11949
11950 2015-08-07 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.base/valgrind-disp-step.c: New file.
11953 * gdb.base/valgrind-disp-step.exp: New file.
11954
11955 2015-08-07 Pedro Alves <palves@redhat.com>
11956
11957 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11958 Delete function.
11959 (main): Add alarm. Run an infinite loop instead of calling
11960 wait_threads.
11961 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11962 comment.
11963 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11964 Delete function.
11965 (main): Add alarm. Run an infinite loop instead of calling
11966 wait_threads.
11967 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11968 comment.
11969
11970 2015-08-07 Pedro Alves <palves@redhat.com>
11971
11972 * gdb.base/checkpoint-ns.exp: New file.
11973 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11974 standard_testfile.
11975
11976 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11977
11978 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11979 * gdb.btrace/instruction_history.exp: Update.
11980 * gdb.btrace/tsx.exp: New.
11981 * gdb.btrace/tsx.c: New.
11982
11983 2015-08-06 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11986 increase timeout.
11987 * gdb.reverse/until-precsave.exp: Bump timeouts.
11988
11989 2015-08-06 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11992
11993 2015-08-06 Pedro Alves <palves@redhat.com>
11994
11995 PR gdb/18749
11996 * gdb.threads/process-dies-while-handling-bp.c: New file.
11997 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11998
11999 2015-08-06 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12002 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12003
12004 2015-08-05 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12007 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12008
12009 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12010
12011 * gdb.base/bp-permanent.exp: Report test as unsupported if
12012 the target cannot stop at the permanent breakpoint.
12013
12014 2015-08-03 Doug Evans <dje@google.com>
12015
12016 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12017 10000.
12018
12019 2015-08-03 Doug Evans <dje@google.com>
12020
12021 * Makefile.in (workers/%.worker, build-perf): New rule.
12022 (GDB_PERFTEST_MODE): New variable.
12023 (check-perf): Use it.
12024 (clean): Clean up gdb.perf parallel build subdirs.
12025 * lib/build-piece.exp: New file.
12026 * lib/gdb.exp (make_gdb_parallel_path): New function
12027 (standard_output_file, standard_temp_file): Call it.
12028 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12029 of $GDB_PARALLEL.
12030 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12031
12032 2015-08-03 Doug Evans <dje@google.com>
12033
12034 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12035 (LOG_FILE_NAME): New global.
12036 (TextReporter.__init__): Initialize self.txt_sum.
12037 (TextReporter.report): Add support for multiple data-points.
12038 Move report to perftest.sum, put raw data in perftest.log.
12039 (TextReporter.start): Open sum and log files.
12040 (TextReporter.end): Close sum and log files.
12041 * gdb.perf/lib/perftest/testresult.py
12042 (SingleStatisticTestResult.record): Handle multiple data-points.
12043
12044 2015-07-31 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.base/attach-pie-misread.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 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12050 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12051 kill_wait_spawned_process.
12052 * gdb.base/attach-twice.exp: Likewise.
12053 * gdb.base/attach.exp: Likewise.
12054 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12055 gdb_test_multiple.
12056 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12057 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12058 kill_wait_spawned_process.
12059 * gdb.base/valgrind-infcall.exp: Likewise.
12060 * gdb.multi/multi-attach.exp: Likewise.
12061 * gdb.python/py-prompt.exp: Likewise.
12062 * gdb.python/py-sync-interp.exp: Likewise.
12063 * gdb.server/ext-attach.exp: Likewise.
12064 * gdb.threads/attach-into-signal.exp (corefunc): Use
12065 spawn_wait_for_attach, spawn_id_get_pid and
12066 kill_wait_spawned_process.
12067 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12068 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12069 spawn_id_get_pid and kill_wait_spawned_process.
12070 * gdb.threads/attach-stopped.exp (corefunc): Use
12071 spawn_wait_for_attach, spawn_id_get_pid and
12072 kill_wait_spawned_process.
12073 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12074 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12075 kill_wait_spawned_process instead of explicit "kill -9".
12076 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12077 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12078 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12079 processes. Don't map cygwin/windows pids here. Now returns a
12080 spawn id list.
12081
12082 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12083
12084 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12085 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12086 correct patch.
12087
12088 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12089
12090 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12091
12092 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12093
12094 Reapply:
12095 2014-05-21 Mark Wielaard <mjw@redhat.com>
12096
12097 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12098
12099 2015-07-30 Pedro Alves <palves@redhat.com>
12100
12101 * linux-low.c (handle_extended_wait): Set the child's last
12102 reported status to TARGET_WAITKIND_STOPPED.
12103
12104 2015-07-30 Pedro Alves <palves@redhat.com>
12105
12106 PR threads/18600
12107 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12108 only shows inferior 1.
12109
12110 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12111 Pedro Alves <palves@redhat.com>
12112
12113 PR threads/18600
12114 * gdb.threads/fork-plus-threads.c: New file.
12115 * gdb.threads/fork-plus-threads.exp: New file.
12116
12117 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12118
12119 * gdb.base/batch-preserve-term-settings.exp
12120 (test_terminal_settings_preserved_after_cli_exit): Use
12121 send_quit_command.
12122
12123 2015-07-29 Pedro Alves <palves@redhat.com>
12124 Don Breazeal <donb@codesourcery.com>
12125
12126 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12127 output from both inferior_spawn_id and gdb_spawn_id.
12128
12129 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12130
12131 * gdb.threads/attach-into-signal.exp (corefunc): Use
12132 with_test_prefix on nested loops, uniquefying the test messages.
12133
12134 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12135
12136 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12137 commit.
12138
12139 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12140
12141 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12142 New proc.
12143 (test_terminal_settings_preserved_after_sigterm): New test.
12144
12145 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12146
12147 * gdb.base/batch-preserve-term-settings.exp
12148 (test_terminal_settings_preserved_after_cli_exit): New test.
12149
12150 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12151
12152 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12153 manipulation of saved_gdbflags.
12154 (test_terminal_settings_preserved): Remove global declaration of
12155 the unused variable pagination_prompt. Remove manipulation of
12156 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12157 GDBFLAGS.
12158
12159 2015-07-29 Pedro Alves <palves@redhat.com>
12160
12161 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12162
12163 2015-07-29 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12166 at the top.
12167
12168 2015-07-29 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12171 (main): Call gdb_unbuffer_output.
12172 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12173 (main): Call gdb_unbuffer_output.
12174 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12175 (main): Call gdb_unbuffer_output.
12176 * gdb.base/call-strs.exp: Adjust to step over the
12177 gdb_unbuffer_output call.
12178 * gdb.base/catch-gdb-caused-signals.c: Include
12179 "../lib/unbuffer_output.c".
12180 (main): Call gdb_unbuffer_output.
12181 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12182 (main): Call gdb_unbuffer_output.
12183 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12184 (main): Call gdb_unbuffer_output.
12185 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12186 (main): Call gdb_unbuffer_output.
12187 * gdb.base/shlib-call.exp: Adjust to step over the
12188 gdb_unbuffer_output call.
12189 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12190 (main): Call gdb_unbuffer_output.
12191 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12192 (main): Call gdb_unbuffer_output.
12193 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12194 (main): Rename to ...
12195 (test): ... this.
12196 (main): Reimplement.
12197 * gdb.base/varargs.exp: Run to test instead of to main.
12198 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12199 (main): Call gdb_unbuffer_output.
12200
12201 2015-07-29 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12204 factore out from mi_continue_dprintf. For call-style dprintfs,
12205 expect dprintf output out of $inferior_spawn_id.
12206 (mi_continue_dprintf): Use mi_expect_dprintf.
12207 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12208 (main): Call gdb_unbuffer_output.
12209
12210 2015-07-29 Pedro Alves <palves@redhat.com>
12211
12212 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12213 (default_mi_gdb_start): Set inferior_spawn_id instead of
12214 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12215 gdb_spawn_id.
12216 (mi_gdb_test): Always expect inferior output from both
12217 $inferior_spawn_id and $gdb_spawn_id.
12218
12219 2015-07-29 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12222 send_inferior and $inferior_spawn_id.
12223
12224 2015-07-29 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.gdb/complaints.exp (test_initial_complaints)
12227 (test_serial_complaints, test_short_complaints): Use
12228 gdb_test_stdio.
12229 (test_empty_complaint): Handle $inferior_spawn_id !=
12230 $gdb_spawn_id.
12231
12232 2015-07-29 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.base/varargs.exp: Use gdb_test_stdio.
12235
12236 2015-07-29 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12239
12240 2015-07-29 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12243
12244 2015-07-29 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12247 parameter into two new parameters, "inf_result" and "gdb_result".
12248 Expect inferior output and gdb output from $inferior_spawn_id and
12249 $gdb_spawn_id, respectively. Adjust all callers.
12250
12251 2015-07-29 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12254 of gdb_test_sequence.
12255
12256 2015-07-29 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12259 (saw_spurious_output): Expect inferior output from
12260 $inferior_spawn_id. Use gdb_test_stdio.
12261
12262 2015-07-29 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/dprintf.exp: Use standard_testfile. Change
12265 prepare_for_testing call.
12266 (srcfile): Don't set.
12267 (restart): New procedure.
12268 (test_dprintf): New procecure, use to continue over dprintfs.
12269 (test_call, test_agent): New procedures, tests moved here.
12270 Restart gdb and recreate dprintfs. Adjust expected output.
12271
12272 2015-07-29 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12275
12276 2015-07-29 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12279
12280 2015-07-29 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12283 gdb_test_stdio.
12284
12285 2015-07-29 Pedro Alves <palves@redhat.com>
12286
12287 * lib/gdb.exp (gdb_test_stdio): New procedure.
12288
12289 2015-07-29 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12292
12293 2015-07-29 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.base/call-signal-resume.exp: Remove check for
12296 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12297 * gdb.base/unwindonsignal.exp: Likewise.
12298 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12299 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12300
12301 2015-07-29 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/siginfo-addr.c (pass): New function.
12304 (handler): Call it iff si_addr is correct.
12305 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12306 Set a breakpoint at "pass" and continue to it.
12307
12308 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12309
12310 * gdb.python/py-objfile.exp: Make some tests have unique names.
12311 * gdb.python/py-pp-registration.exp: Likewise.
12312
12313 2015-07-28 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12316
12317 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12318
12319 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12320
12321 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12322
12323 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12324
12325 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12326
12327 * gdb.base/gdb-sigterm-2.exp: New test.
12328
12329 2015-07-25 Doug Evans <xdje42@gmail.com>
12330
12331 Revert:
12332 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12333 (workers/%.worker, build-perf): New rule.
12334 (GDB_PERFTEST_MODE): New variable.
12335 (check-perf): Use it.
12336 (clean): Clean up gdb.perf parallel build subdirs.
12337 * lib/build-piece.exp: New file.
12338 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12339 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12340 name.
12341 (standard_temp_file): Ditto.
12342 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12343 of $GDB_PARALLEL.
12344
12345 2015-07-24 Doug Evans <dje@google.com>
12346
12347 * gdb.perf/lib/perftest/utils.py: New file.
12348 * gdb.perf/gm-hello.cc: New file.
12349 * gdb.perf/gm-pervasive-typedef.cc: New file.
12350 * gdb.perf/gm-pervasive-typedef.h: New file.
12351 * gdb.perf/gm-std.cc: New file.
12352 * gdb.perf/gm-std.h: New file.
12353 * gdb.perf/gm-use-cerr.cc: New file.
12354 * gdb.perf/gm-utils.h: New file.
12355 * gdb.perf/gmonster-null-lookup.py: New file.
12356 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12357 * gdb.perf/gmonster-print-cerr.py: New file.
12358 * gdb.perf/gmonster-ptype-string.py: New file.
12359 * gdb.perf/gmonster-runto-main.py: New file.
12360 * gdb.perf/gmonster-select-file.py: New file.
12361 * gdb.perf/gmonster1-null-lookup.exp: New file.
12362 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12363 * gdb.perf/gmonster1-print-cerr.exp: New file.
12364 * gdb.perf/gmonster1-ptype-string.exp: New file.
12365 * gdb.perf/gmonster1-runto-main.exp: New file.
12366 * gdb.perf/gmonster1-select-file.exp: New file.
12367 * gdb.perf/gmonster1.cc: New file.
12368 * gdb.perf/gmonster1.exp: New file.
12369 * gdb.perf/gmonster2-null-lookup.exp: New file.
12370 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12371 * gdb.perf/gmonster2-print-cerr.exp: New file.
12372 * gdb.perf/gmonster2-ptype-string.exp: New file.
12373 * gdb.perf/gmonster2-runto-main.exp: New file.
12374 * gdb.perf/gmonster2-select-file.exp: New file.
12375 * gdb.perf/gmonster2.cc: New file.
12376 * gdb.perf/gmonster2.exp: New file.
12377
12378 2015-07-24 Doug Evans <dje@google.com>
12379
12380 * gdb.perf/README: New file.
12381 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12382 * lib/gen-perf-test.exp: New file.
12383
12384 2015-07-24 Doug Evans <dje@google.com>
12385
12386 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12387 (PerfTest::startup): New function.
12388 (PerfTest::run): Return result of calling body.
12389 (PerfTest::assemble): Rewrite.
12390 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12391 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12392 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12393 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12394 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12395
12396 2015-07-24 Doug Evans <dje@google.com>
12397
12398 * lib/gdb.exp (clean_restart): Make executable optional.
12399
12400 2015-07-24 Doug Evans <dje@google.com>
12401
12402 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12403 compiler_info references.
12404 * gdb.cp/temargs.exp: Ditto.
12405 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12406 (get_compiler_info): Early exit if already computed. Set compiler_info
12407 to "unknown" if there was a problem.
12408 (test_compiler_info): Add function comment. Call get_compiler_info.
12409
12410 2015-07-24 Doug Evans <dje@google.com>
12411
12412 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12413 (workers/%.worker, build-perf): New rule.
12414 (GDB_PERFTEST_MODE): New variable.
12415 (check-perf): Use it.
12416 (clean): Clean up gdb.perf parallel build subdirs.
12417 * lib/build-piece.exp: New file.
12418 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12419 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12420 name.
12421 (standard_temp_file): Ditto.
12422 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12423 of $GDB_PARALLEL.
12424
12425 2015-07-24 Doug Evans <dje@google.com>
12426
12427 * lib/future.exp (gdb_default_target_compile): New option
12428 "early_flags".
12429 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12430 --as-needed.
12431
12432 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12433
12434 * gdb.base/catch-syscall.exp: Call gdb_exit before
12435 gdb_skip_xml_test.
12436
12437 2015-07-24 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.python/py-events.exp: Accept output between the stop event
12440 and the prompt.
12441 * gdb.python/py-evsignal.exp: Likewise.
12442 * gdb.python/py-evthreads.exp: Likewise.
12443
12444 2015-07-24 Pedro Alves <palves@redhat.com>
12445
12446 PR gdb/18717
12447 * gdb.threads/non-ldr-exit.c: New file.
12448 * gdb.threads/non-ldr-exit.exp: New file.
12449
12450 2015-07-24 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12453 restarting process.
12454
12455 2015-07-24 Yao Qi <yao.qi@linaro.org>
12456
12457 * gdb.server/ext-restart.exp: New file.
12458
12459 2015-07-24 Yao Qi <yao.qi@linaro.org>
12460
12461 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12462 argument options.
12463 * gdb.server/ext-wrapper.exp: New file.
12464
12465 2015-07-23 Doug Evans <dje@google.com>
12466
12467 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12468 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12469
12470 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12471
12472 * gdb.ada/var_arr_typedef.exp: New testcase.
12473 * gdb.ada/var_arr_typedef/pack.adb: New file.
12474 * gdb.ada/var_arr_typedef/pack.ads: New file.
12475 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12476
12477 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12478
12479 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12480
12481 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12482
12483 * gdb.arch/i386-biarch-core.exp: Replace istarget
12484 by "complete set gnutarget". Remove expectation for the "core-file"
12485 command.
12486
12487 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12488
12489 Revert the previous commit:
12490 Tests for validate symbol file using build-id.
12491
12492 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12493
12494 Tests for validate symbol file using build-id.
12495 * gdb.base/solib-mismatch-lib.c: New file.
12496 * gdb.base/solib-mismatch-libmod.c: New file.
12497 * gdb.base/solib-mismatch.c: New file.
12498 * gdb.base/solib-mismatch.exp: New file.
12499
12500 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12501
12502 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12503 nios2-*-linux*.
12504 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12505 * gdb.base/siginfo.exp: Likewise.
12506 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12507
12508 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12509
12510 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12511 Move it to ...
12512 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12513 ... here.
12514 * gdb.trace/range-stepping.exp: Check that the target supports
12515 range stepping.
12516
12517 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12520
12521 2015-07-14 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.base/killed-outside.exp: New file.
12524 * gdb.base/killed-outside.c: New file.
12525
12526 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12529 (n at main): New.
12530 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12531
12532 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12533
12534 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12535 infcall tests instead of setting up for KFAIL.
12536
12537 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12538
12539 * gdb.btrace/record_goto-step.exp: New.
12540
12541 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 PR compile/18484
12544 * gdb.compile/compile.c (struct struct_type): Add volatile to
12545 selffield's type.
12546 * gdb.compile/compile.exp
12547 (compile code struct_object.selffield = &struct_object): Skip further
12548 struct_object tests if this one xfails.
12549
12550 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12551
12552 PR exp/18617
12553 * gdb.trace/ax.exp: Add test.
12554
12555 2015-07-07 Yao Qi <yao.qi@linaro.org>
12556
12557 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12558 instead of istarget "aarch64*-*-*".
12559 * gdb.arch/aarch64-fp.exp: Likewise.
12560 * gdb.base/float.exp: Likewise.
12561 * gdb.reverse/aarch64.exp: Likewise.
12562 * lib/gdb.exp (is_aarch64_target): New proc.
12563
12564 2015-07-07 Yao Qi <yao.qi@linaro.org>
12565
12566 * lib/gdb.exp (is_aarch32_target): New proc.
12567 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12568 instead of "istarget "arm*-*-*"".
12569 * gdb.arch/arm-disp-step.exp: Likewise.
12570 * gdb.arch/thumb-bx-pc.exp: Likewise.
12571 * gdb.arch/thumb-prologue.exp: Likewise.
12572 * gdb.arch/thumb-singlestep.exp: Likewise.
12573 * gdb.base/disp-step-syscall.exp: Likewise.
12574 * gdb.base/float.exp: Likewise.
12575
12576 2015-07-07 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12579 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12580
12581 2015-07-07 Yao Qi <yao.qi@linaro.org>
12582
12583 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12584 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12585 if it exists.
12586 * gdb.multi/multi-arch.exp: Likewise.
12587
12588 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12589
12590 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12591 print.
12592
12593 2015-07-07 Yao Qi <yao.qi@linaro.org>
12594
12595 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12596
12597 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12598
12599 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12600 '[' and ']' characters.
12601
12602 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12603
12604 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12605
12606 2015-06-29 Pedro Alves <palves@redhat.com>
12607
12608 PR threads/18127
12609 * gdb.threads/hand-call-new-thread.c: New file.
12610 * gdb.threads/hand-call-new-thread.c: New file.
12611
12612 2015-06-26 Keith Seitz <keiths@redhat.com>
12613 Doug Evans <dje@google.com>
12614
12615 PR 16253
12616 * gdb.cp/var-tag-2.cc: New file.
12617 * gdb.cp/var-tag-3.cc: New file.
12618 * gdb.cp/var-tag-4.cc: New file.
12619 * gdb.cp/var-tag.cc: New file.
12620 * gdb.cp/var-tag.exp: New file.
12621
12622 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12623
12624 * gdb.base/history-duplicates.exp: New test.
12625
12626 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12627
12628 * gdb.base/completion.exp: Test the completion of the "focus"
12629 command.
12630
12631 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12632
12633 * gdb.arch/amd64-prologue-skip.S: New file.
12634 * gdb.arch/amd64-prologue-skip.exp: New file.
12635
12636 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12637
12638 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12639 is_address_zero_readable check.
12640
12641 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12642
12643 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12644 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12645
12646 2015-06-24 Yao Qi <yao.qi@linaro.org>
12647
12648 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12649 linux targets.
12650
12651 2015-06-24 Yao Qi <yao.qi@linaro.org>
12652
12653 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12654 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12655 * gdb.base/siginfo-thread.exp: Likewise.
12656
12657 2015-06-22 Yao Qi <yao.qi@linaro.org>
12658
12659 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12660
12661 2015-06-22 Yao Qi <yao.qi@linaro.org>
12662
12663 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12664 aarch64*-*-*.
12665 (skip_hw_watchpoint_tests): Likewise.
12666
12667 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12668
12669 * gdb.base/gdbinit-history.exp: Test the interaction between
12670 setting GDBHISTSIZE and setting the history size via .gdbinit.
12671
12672 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12673
12674 PR gdb/16999
12675 * gdb.base/gdbhistsize-history.exp: New test.
12676
12677 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12678
12679 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12680 with GDBHISTSIZE.
12681 * gdb.base/readline.exp: Likewise.
12682
12683 2015-06-17 Yao Qi <yao.qi@linaro.org>
12684
12685 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12686 line.
12687
12688 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12689
12690 * gdb.base/gdbinit-history.exp: Add test case to check that
12691 an unlimited history file does not get truncated on exit.
12692
12693 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12694
12695 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12696 (VECTOR): New macro. Use it...
12697 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12698 ...for these typedefs.
12699 (int8, char1, int1, double1): New typedefs.
12700 (struct just_int2, struct two_int2): New structures.
12701 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12702 (add_structvecs, add_singlevecs): New functions.
12703 (main): Call add_some_intvecs twice.
12704 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12705 the compile and exit upon failure. Try compiling for the "native"
12706 architecture. Test inferior function calls with vector arguments
12707 and vector return value handling with "finish" and "return".
12708
12709 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12710
12711 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12712 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12713 PE file.
12714 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12715
12716 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12717
12718 PR breakpoints/16465
12719 * gdb.mi/mi-dprintf-pending.c: New file.
12720 * gdb.mi/mi-dprintf-pending.exp: New test.
12721 * gdb.mi/mi-dprintf-pendshr.c: New file.
12722
12723 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12724 Mircea Gherzan <mircea.gherzan@intel.com>
12725
12726 * gdb.arch/i386-mpx-map.c: New file.
12727 * gdb.arch/i386-mpx-map.exp: New File.
12728
12729 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12730
12731 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12732 * gdb.arch/i386-mpx.exp: Indentation fixed.
12733
12734 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12735
12736 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12737 function and improved indentation.
12738 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12739 gdb_test_multiple. Added additional tests to skip the test.
12740
12741 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12742
12743 * gdb.arch/i386-avx512.c: Change path in include file.
12744 * gdb.arch/i386-avx512.exp: Change include dir path
12745 compilation flag.
12746 * gdb.arch/i386-mpx.c: Change path in include file.
12747 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12748 flag.
12749
12750 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12751
12752 * gdb.compile/compile-print.exp (compile print *vararray@3)
12753 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12754
12755 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12756
12757 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12758 (do not keep jit in memory): ... this.
12759 (expect 5): Change it to ...
12760 (expect no 5): ... this.
12761
12762 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12763
12764 PR gdb/15564
12765 * gdb.mi/mi-detach.exp: New file.
12766
12767 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12768
12769 PR symtab/18392
12770 * gdb.arch/amd64-tailcall-self.S: New file.
12771 * gdb.arch/amd64-tailcall-self.c: New file.
12772 * gdb.arch/amd64-tailcall-self.exp: New file.
12773
12774 2015-05-28 Don Breazeal <donb@codesourcery.com>
12775
12776 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12777 tests for remote targets by checking is_target_gdbserver.
12778
12779 2015-05-27 Doug Evans <dje@google.com>
12780
12781 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12782 * gdb.dwarf2/opaque-type-lookup.c: New file.
12783 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12784
12785 2015-05-26 Doug Evans <dje@google.com>
12786
12787 * gdb.cp/iostream.cc: New file.
12788 * gdb.cp/iostream.exp: New file.
12789
12790 2015-05-26 Doug Evans <dje@google.com>
12791
12792 * gdb.dwarf2/dw2-op-call.exp: Update.
12793 * gdb.dwarf2/dw4-sig-types.exp: Update.
12794 * gdb.dwarf2/implptr.exp: Update.
12795 * gdb.mi/mi-cmd-param-changed.exp: Update.
12796
12797 2015-05-26 Doug Evans <dje@google.com>
12798
12799 * gdb.python/py-lazy-string.c: New file.
12800 * gdb.python/py-lazy-string.exp: New file.
12801 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12802 (main): Update. Add estring3.
12803 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12804 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12805
12806 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12807 Yao Qi <yao.qi@linaro.org>
12808
12809 * gdb.reverse/aarch64.c: New.
12810 * gdb.reverse/aarch64.exp: New.
12811
12812 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12813
12814 * lib/gdb.exp (supports_process_record): Return true for
12815 aarch64*-linux*.
12816 (supports_reverse): Likewise.
12817
12818 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12819
12820 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12821 Use with_test_prefix.
12822
12823 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12824
12825 * gdb.base/completion.exp: Add test for completion of layout
12826 names.
12827
12828 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12829
12830 * lib/gdb.exp (skip_tui_tests): New proc.
12831 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12832
12833 2015-05-19 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12836 Save the whole env array instead of just HOME. Unset HISTSIZE in
12837 the environment while testing. Restore whole environment
12838 afterwards.
12839
12840 2015-05-16 Doug Evans <xdje42@gmail.com>
12841
12842 * gdb.guile/scm-ports.c: New file.
12843 * gdb.guile/scm-ports.exp: Add memory port tests.
12844
12845 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12846
12847 * gdb.compile/compile-print.c: New file.
12848 * gdb.compile/compile-print.exp: New file.
12849
12850 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12851
12852 * gdb.compile/compile-ops.exp: Cast param to void.
12853 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12854 (compile code struct_object.selffield = &struct_object): Add xfail.
12855
12856 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12857
12858 * gdb.ada/arr_enum_with_gap: New testcase.
12859
12860 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12861
12862 * gdb.ada/byte_packed_arr: New testcase.
12863
12864 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12865
12866 * gdb.ada/pckd_neg: New testcase.
12867
12868 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12869
12870 PR gdb/17820
12871 * gdb.base/gdbinit-history.exp: New test.
12872 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12873 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12874
12875 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12876
12877 * gdb.python/py-xmethods.cc: Enhance test case.
12878 * gdb.python/py-xmethods.exp: New tests.
12879 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12880 function.
12881 (B_indexoper): Likewise.
12882 (global_dm_list) : Add new xmethod worker functions.
12883
12884 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12885
12886 * gdb.base/coredump-filter.exp: Correctly unset
12887 "coredump_var_addr" array.
12888
12889 2015-05-08 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.server/non-existing-program.exp: Unset spawn_id.
12892
12893 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12894
12895 PR python/18291
12896 * gdb.python/py-xmethods.exp: Add tests.
12897
12898 2015-05-08 Yao Qi <yao.qi@linaro.org>
12899
12900 PR gdb/18208
12901 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12902 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12903 function set_coredump_filter, and remove remote_exec call.
12904 Remove argument ipid. Callers update.
12905 (top level): Don't get inferior's PID.
12906
12907 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12908
12909 * gdb.base/watch_thread_num.exp: Skip test on targets without
12910 access watchpoints.
12911
12912 2015-05-06 Pedro Alves <palves@redhat.com>
12913
12914 PR server/18081
12915 * gdb.server/non-existing-program.exp: New file.
12916
12917 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12918
12919 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12920
12921 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12922
12923 * gdb.ada/out_of_line_in_inlined: New testcase.
12924
12925 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12926
12927 * gdb.ada/var_rec_arr: New testcase.
12928
12929 2015-04-30 Yao Qi <yao.qi@linaro.org>
12930
12931 * gdb.base/break-idempotent.exp: If
12932 skip_hw_watchpoint_multi_tests returns true, skip the tests
12933 on "rwatch" and "awatch".
12934
12935 2015-04-30 Yao Qi <yao.qi@linaro.org>
12936
12937 * gdb.base/relativedebug.exp: Invoke gdb command
12938 "info sharedlibrary", and if libc.so doesn't have debug info,
12939 skip the test.
12940
12941 2015-04-29 Doug Evans <dje@google.com>
12942
12943 * gdb.python/py-xmethods.exp: Add ptype tests.
12944 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12945 get_result_type method.
12946
12947 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12948
12949 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12950 the target does not support hardware watchpoints.
12951
12952 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12953
12954 * gdb.base/break-always.exp: Abort testing if writing to memory
12955 causes an error.
12956
12957 2015-04-28 Doug Evans <dje@google.com>
12958
12959 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12960 * gdb.python/py-pp-registration.exp: ... here. New file.
12961 * gdb.python/py-pp-registration.c: New file.
12962 * gdb.python/py-pp-registration.py: New file.
12963
12964 2015-04-28 Doug Evans <dje@google.com>
12965
12966 * gdb.python/py-bad-printers.c: New file.
12967 * gdb.python/py-bad-printers.py: New file.
12968 * gdb.python/py-bad-printers.exp: New file.
12969
12970 2015-04-28 Sasha Smundak <asmundak@google.com>
12971
12972 * gdb.python/py-type.exp: New test.
12973
12974 2015-04-28 Andy Wingo <wingo@igalia.com>
12975
12976 * gdb.python/py-parameter.exp:
12977 * gdb.guile/scm-parameter.exp: Escape the path that we are
12978 matching against, as it might contain characters that are special
12979 to regular expressions.
12980
12981 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12982
12983 * gdb.ada/rec_comp: New testcase.
12984
12985 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12986
12987 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12988 before using it.
12989
12990 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12991
12992 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12993 new tests for verilog output.
12994
12995 2015-04-24 Yao Qi <yao.qi@linaro.org>
12996
12997 * boards/remote-gdbserver-on-localhost.exp: New file.
12998
12999 2015-04-23 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13002 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13003 "end of file", remove $inferior_spawn_id from the indirect list.
13004
13005 2015-04-23 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13008
13009 2015-04-23 Pedro Alves <palves@redhat.com>
13010
13011 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13012 on $any_spawn_id instead of only on $gdb_spawn_id.
13013
13014 2015-04-21 Pierre Muller <muller@sourceware.org>
13015
13016 PR pascal/17815
13017 * lib/pascal.exp (gpc_compile): Add new option "class".
13018 (fpc_compile): Likewise.
13019 * gdb.pascal/case-insensitive-symbols.pas: New file.
13020 * gdb.pascal/case-insensitive-symbols.exp: New file.
13021
13022 2015-04-20 Gary Benson <gbenson@redhat.com>
13023
13024 * gdb.base/attach.exp: Fix three extended remote failures.
13025
13026 2015-04-17 Gary Benson <gbenson@redhat.com>
13027
13028 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13029 the main executable over the remote protocol.
13030
13031 2015-04-16 Pedro Alves <palves@redhat.com>
13032
13033 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13034 a new gdbserver if gdbserver_reconnect_p is set.
13035
13036 2015-04-16 Pedro Alves <palves@redhat.com>
13037
13038 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13039 is set, don't exit gdbserver.
13040
13041 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13042
13043 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13044 appropriate .insn, such that an older assembler can be used.
13045 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13046 the z/Architecture instruction set on 31-bit targets as well.
13047
13048 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13049
13050 * gdb.go/handcall.exp: Remove all logic related to the first
13051 breakpoint and rely on go_runto_main instead.
13052 * gdb.go/strings.exp: Likewise.
13053 * gdb.go/unsafe.exp: Likewise.
13054 * gdb.go/hello.exp: Likewise. Also rename the remaining
13055 breakpoint marker to "breakpoint 1".
13056 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13057 * gdb.go/strings.go: Likewise.
13058 * gdb.go/unsafe.go: Likewise.
13059 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13060 "set breakpoint 2 here" and rename the remaining breakpoint marker
13061 to "breakpoint 1".
13062
13063 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13064
13065 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13066 if itertools.imap is not present.
13067 * gdb.python/py-objfile.exp: Add parentheses.
13068 * gdb.python/py-type.exp: Same.
13069 * gdb.python/py-unwind-maint.py: Same.
13070
13071 2015-04-15 Yao Qi <yao.qi@linaro.org>
13072
13073 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13074 of ":$ptr_size" and set its form explicitly.
13075
13076 2015-04-15 Pedro Alves <palves@redhat.com>
13077 Yao Qi <yao.qi@linaro.org>
13078
13079 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13080 timeout by factor of 4.
13081 (test_regular_watch): Likewise.
13082 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13083 * gdb.reverse/sigall-reverse.exp: Likewise.
13084 * gdb.reverse/until-precsave.exp: Likewise.
13085 * lib/gdb.exp (with_timeout_factor): New proc.
13086 (gdb_expect): Move some code to ...
13087 (get_largest_timeout): ... here. New procedure.
13088
13089 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13090
13091 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13092
13093 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13094
13095 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13096 to write to the .text section.
13097
13098 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13099
13100 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13101 Handle the case of targets that do not provide PID information.
13102
13103 2015-04-13 Yao Qi <yao.qi@linaro.org>
13104
13105 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13106 and use expect instead of gdb_expect.
13107
13108 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13109
13110 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13111 "coredump_var_addr" to avoid naming conflict with other testcases.
13112
13113 2015-04-10 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13116 gdb_test_sequence and gdb_assert.
13117
13118 2015-04-10 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13121 test messages that don't include the breakpoint address.
13122
13123 2015-04-10 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13126 false for some offset and width combinations which aren't
13127 supported by linux kernel.
13128
13129 2015-04-10 Pedro Alves <palves@redhat.com>
13130
13131 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13132 procedure, factored out from ...
13133 (top level): ... here. Add "set displaced-stepping" testing axis.
13134 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13135 parameter "displaced". Use it.
13136 (top level): Use foreach and add "set displaced-stepping" testing
13137 axis.
13138
13139 2015-04-10 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13142 Remove comment.
13143 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13144 both the address of the instruction that triggers the watchpoint
13145 and the address of the instruction immediately after, and use
13146 those addresses for the test. Fix comment.
13147
13148 2015-04-10 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.base/sigstep.exp (breakpoint_to_handler)
13151 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13152 Test "backtrace" in handler.
13153 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13154 (top level): Add new "displaced" test axis to
13155 breakpoint_to_handler, breakpoint_to_handler_entry and
13156 breakpoint_over_handler.
13157
13158 2015-04-10 Pedro Alves <palves@redhat.com>
13159
13160 PR gdb/18216
13161 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13162
13163 2015-04-10 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13166 (test_add_rn_pc): New function.
13167 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13168 (top level): Invoke test_add_rn_pc.
13169
13170 2015-04-10 Pedro Alves <palves@redhat.com>
13171
13172 PR gdb/13858
13173 * gdb.base/step-over-no-symbols.exp: New file.
13174
13175 2015-04-09 Andy Wingo <wingo@igalia.com>
13176
13177 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13178 after the Python tests.
13179
13180 2015-04-08 Keith Seitz <keiths@redhat.com>
13181
13182 PR python/16699
13183 * gdb.python/py-completion.exp: New tests for completion.
13184 * gdb.python/py-completion.py (CompleteLimit1): New class.
13185 (CompleteLimit2): Likewise.
13186 (CompleteLimit3): Likewise.
13187 (CompleteLimit4): Likewise.
13188 (CompleteLimit5): Likewise.
13189 (CompleteLimit6): Likewise.
13190 (CompleteLimit7): Likewise.
13191
13192 2015-04-08 Pedro Alves <palves@redhat.com>
13193
13194 PR gdb/18214
13195 PR gdb/18216
13196 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13197 function.
13198 (main): Install it as SIGUSR1 handler.
13199 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13200 parameter. Always use "setup" as prefix. Toggle "set
13201 displaced-stepping" off/on depending on global. Don't switch to
13202 thread 1 here.
13203 (top level): Add displaced stepping "off/on" test axis. Update
13204 "setup" calls. Wrap each subtest with with_test_prefix. Test
13205 continuing with a queued signal in each thread.
13206
13207 2015-04-08 Pedro Alves <palves@redhat.com>
13208
13209 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13210 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13211 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13212 Return early if running to main fails.
13213 * gdb.trace/while-stepping.exp: Likewise.
13214
13215 2015-04-07 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13218 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13219 interact with inferior program.
13220
13221 2015-04-07 Pedro Alves <palves@redhat.com>
13222
13223 * lib/gdb.exp (inferior_spawn_id): New global.
13224 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13225 spawn id after processing the user code.
13226 (default_gdb_start): Set inferior_spawn_id.
13227 (send_inferior): New procedure.
13228 * lib/gdbserver-support.exp (gdbserver_start): Set
13229 inferior_spawn_id.
13230 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13231
13232 2015-04-07 Pedro Alves <palves@redhat.com>
13233
13234 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13235 * lib/gdbserver-support.exp (gdbserver_start): Make
13236 $server_spawn_id global.
13237 (gdbserver_start): Don't wait for gdbserver's spawn id with
13238 expect_background.
13239 (close_gdbserver): New procedure.
13240 (gdb_exit): Rename the default version and reimplement.
13241
13242 2015-04-07 Pedro Alves <palves@redhat.com>
13243
13244 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13245 append the substituted item, not the original item.
13246
13247 2015-04-07 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13250 gdb_expect.
13251
13252 2015-04-07 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13255 output appearing once only.
13256
13257 2015-04-07 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13260 that doesn't expect anything. Return early if running to main
13261 fails.
13262
13263 2015-04-07 Yao Qi <yao.qi@linaro.org>
13264
13265 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13266 (child_function): Call alarm.
13267 (main): Move call to alarm into the loop.
13268 * gdb.threads/non-stop-fair-events.exp: Build program with
13269 -DTIMEOUT=$timeout.
13270
13271 2015-04-06 Doug Evans <xdje42@gmail.com>
13272
13273 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13274 Fix dest parameter to board_info.
13275 (fpc_compile): Ditto.
13276 (gdb_compile_pascal): Rename dest arg to destfile.
13277
13278 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13279
13280 * gdb.ada/funcall_ref.exp: New file.
13281 * gdb.ada/funcall_ref/foo.adb: New file.
13282
13283 2015-04-02 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13286 is remote.
13287
13288 2015-04-02 Gary Benson <gbenson@redhat.com>
13289
13290 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13291
13292 2015-04-01 Sasha Smundak <asmundak@google.com>
13293
13294 * gdb.python/py-unwind-maint.c: New file.
13295 * gdb.python/py-unwind-maint.exp: New test.
13296 * gdb.python/py-unwind-maint.py: New file.
13297 * gdb.python/py-unwind.c: New file.
13298 * gdb.python/py-unwind.exp: New test.
13299 * gdb.python/py-unwind.py: New test.
13300
13301 2015-04-01 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13304 to fail instead of non-existent $test.
13305
13306 2015-04-01 Pedro Alves <palves@redhat.com>
13307
13308 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13309 GDBFLAGS if not empty.
13310
13311 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13312
13313 * gdb.ada/complete.exp: Remove "multi_line".
13314 * gdb.ada/info_exc.exp: Remove "multi_line".
13315 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13316 * gdb.ada/ptype_field.exp: Remove "multi_line".
13317 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13318 * gdb.ada/tagged.exp: Remove "multi_line".
13319 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13320 [multi_line ...]
13321 * gdb.btrace/delta.exp: Likewise.
13322 * gdb.btrace/exception.exp: Likewise.
13323 * gdb.btrace/function_call_history.exp: Likewise.
13324 * gdb.btrace/instruction_history.exp: Likewise.
13325 * gdb.btrace/nohist.exp: Likewise.
13326 * gdb.btrace/record_goto.exp: Likewise.
13327 * gdb.btrace/segv.exp: Likewise.
13328 * gdb.btrace/stepi.exp: Likewise.
13329 * gdb.btrace/tailcall.exp: Likewise.
13330 * gdb.btrace/unknown_functions.exp: Likewise.
13331 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13332 * lib/gdb.exp: Add the "multi_line" helper.
13333
13334 2015-04-01 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.threads/tid-reuse.c: New file.
13337 * gdb.threads/tid-reuse.exp: New file.
13338
13339 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13340
13341 PR corefiles/16092
13342 * gdb.base/coredump-filter.c: New file.
13343 * gdb.base/coredump-filter.exp: Likewise.
13344
13345 2015-03-27 Petr Machata <pmachata@redhat.com>
13346
13347 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13348 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13349 (Dwarf::assemble): Initialize them.
13350 (Dwarf::lines): New function.
13351
13352 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13353
13354 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13355 SYMBOL_PREFIX for x86_64-*-cygwin.
13356
13357 2015-03-26 Andy Wingo <wingo@igalia.com>
13358
13359 PR symtab/18148
13360 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13361 const_value but not a location.
13362 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13363 location defined in non-main CUs are visible.
13364
13365 2015-03-26 Yao Qi <yao.qi@linaro.org>
13366
13367 PR testsuite/18139
13368 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13369 Add a line number entry for the same line.
13370 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13371 Add a line number entry for the same line.
13372
13373 2015-03-26 Yao Qi <yao.qi@linaro.org>
13374
13375 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13376 .int 0.
13377 (func): Likewise. Add .Lfunc_1 label.
13378 Use .Lfunc_1 label.
13379 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13380 .int 0.
13381 (func): Likewise.
13382 Use .Lfunc_1 label.
13383
13384 2015-03-26 Yao Qi <yao.qi@linaro.org>
13385
13386 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13387 Call gdb_compile instead to compile each .s files without debug
13388 information.
13389
13390 2015-03-26 Yao Qi <yao.qi@linaro.org>
13391
13392 * gdb.base/savedregs.exp (process_saved_regs): Make
13393 "Saved registers:" optional in the pattern.
13394
13395 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13396
13397 * gdb.btrace/next.exp: Merged into step.exp.
13398 * gdb.btrace/finish.exp: Merged into step.exp.
13399 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13400 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13401 "record goto" and checking the exact replay position.
13402 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13403 check for "Recording format" in "info record" output.
13404 * gdb.btrace/record_goto.exp: Choose test file based on target.
13405 * gdb.btrace/x86-record_goto.S: Renamed into ...
13406 * gdb.btrace/x86_64-record_goto.S: ... this.
13407 * gdb.btrace/i686-record_goto.S: New.
13408 * gdb.btrace/x86-tailcall.S: Renamed into ...
13409 * gdb.btrace/x86_64-tailcall.S: ... this.
13410 * gdb.btrace/i686-tailcall.S: New.
13411 * gdb.btrace/x86-tailcall.c: Renamed into ...
13412 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13413 separate statements. Update test.
13414 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13415 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13416 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13417 * gdb.btrace/tailcall.exp: Choose test file based on target.
13418 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13419
13420 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13421
13422 * gdb.btrace/exception.exp: Increase BTS buffer size.
13423
13424 2015-03-24 Pedro Alves <palves@redhat.com>
13425
13426 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13427
13428 2015-03-24 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.threads/schedlock.exp (test_step): No longer expect that
13431 "set scheduler-locking step" with "next" over a function call runs
13432 threads unlocked.
13433
13434 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13435
13436 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13437
13438 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13439
13440 PR breakpoints/16466
13441 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13442 * gdb.mi/mi-pending.c (thread_func): New function.
13443 (int main): Add threading support required.
13444 * gdb.mi/mi-pending.exp: Add tests for this issue.
13445 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13446 (pendfunc2): Remove stdio dependency.
13447 * gdb.mi/mi-pendshr2.c: New file.
13448
13449 2015-03-23 Keith Seitz <keiths@redhat.com>
13450
13451 * gdb.linespec/keywords.c: New file.
13452 * gdb.linespec/keywords.exp: New file.
13453
13454 2015-03-23 Keith Seitz <keiths@redhat.com>
13455
13456 PR gdb/18021
13457 * gdb.dwarf2/staticvirtual.exp: New test.
13458
13459 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13460
13461 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13462 * README: Remove HP-UX and gdb.hp.
13463 (configuration):
13464 * configure: Regenerate.
13465 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13466 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13467 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13468 gdb.hp/gdb.defects/Makefile.
13469 * gdb.hp/Makefile.in: File deleted.
13470 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13471 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13472 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13473 * gdb.hp/gdb.aCC/run.c: File deleted.
13474 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13475 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13476 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13477 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13478 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13479 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13480 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13481 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13482 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13483 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13484 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13485 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13486 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13487 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13488 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13489 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13490 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13491 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13492 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13493 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13494 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13495 * gdb.hp/gdb.compat/average.c: File deleted.
13496 * gdb.hp/gdb.compat/sum.c: File deleted.
13497 * gdb.hp/gdb.compat/xdb.c: File deleted.
13498 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13499 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13500 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13501 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13502 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13503 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13504 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13505 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13506 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13507 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13508 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13509 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13510 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13511 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13512 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13513 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13514 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13515 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13516 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13517 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13518 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13519 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13520 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13521 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13522 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13523 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13524 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13525 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13526 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13527 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13528 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13529 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13530 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13531 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13532 * gdb.hp/tools/odump: File deleted.
13533
13534 2015-03-19 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13537 (saw_thread_3): New globals.
13538 (top level): Increment them when an event for the corresponding
13539 thread is seen.
13540 (no thread starvation): New test.
13541
13542 2015-03-19 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.threads/continue-pending-status.c: New file.
13545 * gdb.threads/continue-pending-status.exp: New file.
13546
13547 2015-03-18 Pedro Alves <palves@redhat.com>
13548
13549 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13550 Use gdb_is_target_remote instead of is_remote. Use
13551 gdb_test_multiple instead of gdb_expect. Exit early if
13552 gdb_test_multiple hits its internal matches. Tighten stepi tests
13553 expected output. Fail on exit with any signal, instead of just
13554 SIGILL.
13555
13556 2015-03-18 Yao Qi <yao.qi@linaro.org>
13557
13558 PR tdep/18107
13559 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13560 variable.
13561 * gdb.base/catch-syscall.exp: Don't skip it on
13562 aarch64*-*-linux* target. Remove elements in all_syscalls.
13563 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13564 target.
13565 (setup_all_syscalls): New proc.
13566
13567 2015-03-16 Yao Qi <yao.qi@linaro.org>
13568
13569 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13570 (top level): Skip tests if valid_addr_p returns false for
13571 $cmd1 or $cmd2.
13572
13573 2015-03-11 Andy Wingo <wingo@igalia.com>
13574
13575 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13576
13577 2015-03-11 Yao Qi <yao.qi@linaro.org>
13578
13579 * gdb.base/catch-syscall.exp: Fix typo in comments.
13580
13581 2015-03-11 Yao Qi <yao.qi@linaro.org>
13582
13583 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13584
13585 2015-03-09 Pedro Alves <palves@redhat.com>
13586
13587 * dg-extract-results.py: Delete.
13588
13589 2015-03-09 Pedro Alves <palves@redhat.com>
13590
13591 Merge dg-extract-results.sh from GCC upstream (r218843).
13592
13593 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13594 * dg-extract-results.sh: Use --text with grep to avoid issues with
13595 binary files. Fall back to cat -v, if that doesn't work.
13596
13597 2015-03-05 Pedro Alves <palves@redhat.com>
13598
13599 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13600
13601 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13602
13603 * lib/mi-support.exp (mi_expect_interrupt): Accept
13604 alternative event for when in all-stop mode.
13605
13606 2015-03-04 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13609
13610 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13611
13612 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13613
13614 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13615
13616 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13617 regexps for GDB's current line display, accept a hex address
13618 preceding the line number.
13619
13620 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13621
13622 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13623 the 'arch1' variable for "s390*-linux*" targets.
13624
13625 2015-03-04 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13628 (main): Pass missing retval argument to pthread_join call.
13629
13630 2015-03-02 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13633 (top level): Call do_test with non-stop as well.
13634
13635 2015-03-02 Pedro Alves <palves@redhat.com>
13636
13637 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13638 -1.
13639
13640 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13641
13642 * gdb.arch/s390-vregs.exp: New test.
13643 * gdb.arch/s390-vregs.S: New file.
13644
13645 2015-02-27 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13648 call to catch_command_errors.
13649 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13650 catch_command_errors.
13651
13652 2015-02-27 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13655 "true" for boolean result.
13656 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13657 prototype of main.
13658
13659 2015-02-27 Pedro Alves <palves@redhat.com>
13660
13661 * lib/unbuffer_output.c: New file.
13662 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13663 (main): Call gdb_unbuffer_output.
13664
13665 2015-02-27 Yao Qi <yao.qi@linaro.org>
13666
13667 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13668 target.
13669
13670 2015-02-26 Doug Evans <dje@google.com>
13671
13672 * gdb.cp/class2.cc (Dbase, D): New classes.
13673 (main): New local delta.
13674 * gdb.cp/class2.exp: Test printing delta.
13675 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13676 (dynbar): New global.
13677 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13678
13679 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 * gdb.compile/compile-ifunc.c: New file.
13682 * gdb.compile/compile-ifunc.exp: New file.
13683
13684 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13685
13686 * gdb.base/structs.exp: Check for correct struct on finish.
13687
13688 2015-02-26 Yao Qi <yao.qi@linaro.org>
13689
13690 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13691 is zero.
13692
13693 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 * gdb.arch/cordic.ko.bz2: New file.
13696 * gdb.arch/cordic.ko.debug.bz2: New file.
13697 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13698
13699 2015-02-25 Yao Qi <yao.qi@linaro.org>
13700
13701 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13702 aarch64*-*-* target.
13703
13704 2015-02-23 Pedro Alves <palves@redhat.com>
13705
13706 * lib/gdb.exp (delete_breakpoints): Rewrite using
13707 gdb_test_multiple.
13708
13709 2015-02-23 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/info-os.c: Include stdlib.h.
13712
13713 2015-02-22 Doug Evans <xdje42@gmail.com>
13714
13715 PR symtab/17855
13716 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13717 is read after symbols have been re-read.
13718 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13719 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13720
13721 2015-02-21 Doug Evans <dje@google.com>
13722
13723 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13724
13725 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13726
13727 PR corefiles/17808
13728 * gdb.arch/i386-biarch-core.core.bz2: New file.
13729 * gdb.arch/i386-biarch-core.exp: New file.
13730
13731 2015-02-21 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13734 runto_main fails.
13735
13736 2015-02-20 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13739 info probes.
13740
13741 2015-02-20 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13744
13745 2015-02-20 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13748 clean_restart before gdb_target_supports_trace.
13749
13750 2015-02-20 Pedro Alves <palves@redhat.com>
13751
13752 PR threads/18006
13753 * gdb.threads/clone-thread_db.c: New file.
13754 * gdb.threads/clone-thread_db.exp: New file.
13755
13756 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13757
13758 PR breakpoints/16812
13759 * gdb.base/catch-gdb-caused-signals.c: New file.
13760 * gdb.base/catch-gdb-caused-signals.exp: New file.
13761
13762 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13763
13764 * configure: Regenerated.
13765 * configure.ac: Use GDB_AC_TRANSFORM.
13766 * aclocal.m4: sinclude ../transform.m4.
13767
13768 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13769
13770 * lib/dtrace.exp: New file.
13771 * gdb.base/dtrace-probe.exp: Likewise.
13772 * gdb.base/dtrace-probe.d: Likewise.
13773 * gdb.base/dtrace-probe.c: Likewise.
13774 * lib/pdtrace.in: Likewise.
13775 * configure.ac: Output variables with the transformed names of
13776 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13777 * configure: Regenerated.
13778
13779 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13780
13781 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13782 expected message when trying to access $_probe_* convenience
13783 variables while not on a probe.
13784
13785 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13786
13787 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13788
13789 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13790
13791 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13792 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13793
13794 2015-02-10 Doug Evans <xdje42@gmail.com>
13795
13796 * lib/gdb.exp (gdb_load): Always return a result.
13797
13798 2015-02-10 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.threads/signal-sigtrap.c: New file.
13801 * gdb.threads/signal-sigtrap.exp: New file.
13802
13803 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13804
13805 * gdb.trace/no-attach-trace.c: New file.
13806 * gdb.trace/no-attach-trace.exp: New file.
13807
13808 2015-02-09 Mark Wielaard <mjw@redhat.com>
13809
13810 * gdb.dwarf2/atomic.c: New file.
13811 * gdb.dwarf2/atomic-type.exp: Likewise.
13812
13813 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13814
13815 * gdb.btrace/buffer-size.exp: Update "info record" output.
13816 * gdb.btrace/delta.exp: Update "info record" output.
13817 * gdb.btrace/enable.exp: Update "info record" output.
13818 * gdb.btrace/finish.exp: Update "info record" output.
13819 * gdb.btrace/instruction_history.exp: Update "info record" output.
13820 * gdb.btrace/next.exp: Update "info record" output.
13821 * gdb.btrace/nexti.exp: Update "info record" output.
13822 * gdb.btrace/step.exp: Update "info record" output.
13823 * gdb.btrace/stepi.exp: Update "info record" output.
13824 * gdb.btrace/nohist.exp: Update "info record" output.
13825
13826 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13827
13828 * gdb.btrace/buffer-size: New.
13829
13830 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13831
13832 * gdb.btrace/delta.exp: Update "info record" output.
13833 * gdb.btrace/enable.exp: Update "info record" output.
13834 * gdb.btrace/finish.exp: Update "info record" output.
13835 * gdb.btrace/instruction_history.exp: Update "info record" output.
13836 * gdb.btrace/next.exp: Update "info record" output.
13837 * gdb.btrace/nexti.exp: Update "info record" output.
13838 * gdb.btrace/step.exp: Update "info record" output.
13839 * gdb.btrace/stepi.exp: Update "info record" output.
13840 * gdb.btrace/nohist.exp: Update "info record" output.
13841
13842 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13843
13844 PR gdb/15678
13845 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13846
13847 2015-02-06 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13850 macro.
13851 (seconds_left, again): New globals.
13852 (main): Wait seconds_left in a 1-second sleep loop instead of
13853 sleeping 180 seconds. If 'again' is set, reset the seconds
13854 counter.
13855 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13856 'again' in the inferior before detaching. Print the seconds left.
13857 (options): New global.
13858 (top level): Build program with -DTIMEOUT=$timeout.
13859
13860 2015-02-06 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13863 determine how many seconds to pass to 'alarm'.
13864 * gdb.base/gdb-sigterm.exp (top level): Build program with
13865 -DTIMEOUT=$timeout.
13866 (do_test): Return success/failure indication. Add more verbose
13867 logging. Don't fail if 200 single steps are seen. Instead, fail
13868 when the test times out.
13869 (passes): New global.
13870 (top level): Break the testing loop if testing fails on any
13871 iteration. Use gdb_assert.
13872
13873 2015-02-04 Don Breazeal <donb@codesourcery.com>
13874
13875 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13876 and initialize them.
13877 (ipc_cleanup): New function.
13878 (main): Don't declare shmid, semid, and msqid. Add a call to
13879 atexit so that we call ipc_cleanup on exit.
13880
13881 2015-02-04 Pedro Alves <palves@redhat.com>
13882
13883 * boards/native-extended-gdbserver.exp: Remove any target variant
13884 specifications from the board name before clearing the isremote
13885 flag from board_info.
13886
13887 2015-01-31 Doug Evans <xdje42@gmail.com>
13888
13889 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13890
13891 2015-01-31 Gary Benson <gbenson@redhat.com>
13892
13893 * gdb.base/completion.exp: Disable completion limiting for
13894 existing tests. Add new tests to check completion limiting.
13895 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13896
13897 2015-01-31 Doug Evans <xdje42@gmail.com>
13898
13899 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13900
13901 2015-01-31 Doug Evans <xdje42@gmail.com>
13902
13903 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13904 entries. Duplicate file section script entries.
13905 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13906 inlined entries. Add test for safe-path rejection.
13907 * gdb.python/py-section-script.c: Add duplicate inlined section script
13908 entries. Duplicate file section script entries.
13909 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13910 inlined entries. Add test for safe-path rejection.
13911
13912 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13913
13914 * gdb.ada/disc_arr_bound: New testcase.
13915
13916 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdb.ada/mi_var_array: New testcase.
13919
13920 2015-01-27 Doug Evans <dje@google.com>
13921
13922 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13923 Add test for objfile.filename, objfile.username after objfile
13924 has been unloaded.
13925
13926 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13927
13928 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13929 the second test to print the name attribute of value
13930 returned by the call to gdb.lookup_type, and adjust
13931 the expected output accordingly.
13932
13933 2015-01-25 Mark Wielaard <mjw@redhat.com>
13934
13935 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13936 * gdb.base/disp-step-fork.c: Include unistd.h.
13937 * gdb.base/siginfo-obj.c: Include stdio.h.
13938 * gdb.base/siginfo-thread.c: Likewise.
13939 * gdb.mi/non-stop.c: Include unistd.h.
13940 * gdb.mi/nsthrexec.c: Include stdio.h.
13941 * gdb.mi/pthreads.c: Include unistd.h.
13942 * gdb.modula2/unbounded1.c (main): Declare returns int.
13943 * gdb.reverse/consecutive-reverse.c: Likewise.
13944 * gdb.threads/create-fail.c: Include unistd.h.
13945 * gdb.threads/killed.c: Likewise.
13946 * gdb.threads/linux-dp.c: Likewise.
13947 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13948 * gdb.threads/non-ldr-exc-2.c: Likewise.
13949 * gdb.threads/non-ldr-exc-3.c: Likewise.
13950 * gdb.threads/non-ldr-exc-4.c: Likewise.
13951 * gdb.threads/pthreads.c: Include unistd.h.
13952 (main): Declare returns int.
13953 * gdb.threads/tls-main.c (foo): New declaration.
13954 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13955
13956 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13957
13958 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13959 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13960
13961 2015-01-15 Mark Wielaard <mjw@redhat.com>
13962
13963 * gdb.base/noreturn-return.c: New file.
13964 * gdb.base/noreturn-return.exp: New file.
13965 * gdb.base/noreturn-finish.c: New file.
13966 * gdb.base/noreturn-finish.exp: New file.
13967
13968 2015-01-23 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.threads/continue-pending-after-query.c: New file.
13971 * gdb.threads/continue-pending-after-query.exp: New file.
13972
13973 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13974 Simon Marchi <simon.marchi@ericsson.com>
13975
13976 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13977 * gdb.base/valgrind-db-attach.exp: Same.
13978 * gdb.base/valgrind-infcall.exp: Same.
13979 * lib/mi-support.exp (default_mi_gdb_start): Same.
13980 * lib/prompt.exp (default_prompt_gdb_start): Same.
13981 * lib/gdb.exp (default_gdb_spawn): Same.
13982 (gdb_interact): New.
13983
13984
13985 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13986
13987 * gdb.compile/compile.exp (pointer to jit function): New test.
13988
13989 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13990
13991 * lib/gdb.exp (supports_process_record): Return true for
13992 powerpc*-*-linux*.
13993 (supports_reverse): Likewise.
13994
13995 2015-01-15 Don Breazeal <donb@codesourcery.com>
13996
13997 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13998 instead of checking whether the target board is remote and
13999 use spawn_wait_for_attach instead of exec/sleep.
14000 * gdb.base/attach-twice.exp: Likewise.
14001
14002 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14003
14004 * gdb.ada/var_arr_attrs: New testcase.
14005
14006 2015-01-14 Pedro Alves <palves@redhat.com>
14007 Joel Brobecker <brobecker@adacore.com>
14008
14009 PR gdb/17525
14010 * gdb.base/bp-cmds-execution-x-script.c: New file.
14011 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14012 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14013
14014 2015-01-14 Pedro Alves <palves@redhat.com>
14015
14016 PR cli/17828
14017 * gdb.base/batch-preserve-term-settings.c: New file.
14018 * gdb.base/batch-preserve-term-settings.exp: New file.
14019
14020 2015-01-13 Doug Evans <dje@google.com>
14021
14022 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14023 binary.
14024
14025 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14026
14027 * Makefile.in (clean mostlyclean): Do not delete *.py.
14028
14029 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14030
14031 * gdb.python/py-lookup-type.exp: New file.
14032
14033 2015-01-12 Pedro Alves <palves@redhat.com>
14034
14035 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14036 restore GDBFLAGS before returning.
14037
14038 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14039
14040 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14041 is_amd64_regs_target and is_x86_like_target.
14042
14043 2015-01-11 Doug Evans <xdje42@gmail.com>
14044
14045 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14046 is given without an explicit form.
14047 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14048 attributes.
14049 * gdb.dwarf/corrupt.exp: Ditto.
14050 * gdb.dwarf2/enum-type.exp: Ditto.
14051 * gdb.trace/entry-values.exp: Ditto.
14052 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14053
14054 2015-01-11 Doug Evans <xdje42@gmail.com>
14055
14056 PR gdb/15830
14057 * gdb.base/maint.exp: Remove references to "maint demangle".
14058 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14059 Add tests for explicitly specifying language to demangle.
14060 * gdb.dlang/demangle.exp: Ditto.
14061
14062 2015-01-09 Pedro Alves <palves@redhat.com>
14063
14064 * gdb.threads/non-stop-fair-events.c: New file.
14065 * gdb.threads/non-stop-fair-events.exp: New file.
14066
14067 2015-01-09 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14070 the global scope. Set a breakpoint after all threads are started
14071 rather than stepping over two source lines. Expect the prompt.
14072 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14073 global.
14074 (NUM): Now 15.
14075 (main): Use threads_started_barrier to wait for all threads to
14076 start. Main thread no longer calls thread_function. Exit after
14077 180 seconds.
14078 (loop): New function.
14079 (thread_function): Wait on threads_started_barrier barrier. Call
14080 'loop' at each iteration.
14081 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14082 threads have started, instead of hardcoding number of "next"
14083 steps. Use an access watchpoint instead of a write watchpoint.
14084
14085 2015-01-09 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14088 (thread_func): Wait on barrier.
14089 (main): Wait for all threads to start before stopping GDB.
14090 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14091 global.
14092 (thread1_func, thread2_func): Wait on barrier.
14093 (main): Wait for all threads to start before stopping GDB.
14094 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14095 New global.
14096 (thread1_func, thread2_func): Wait on barrier.
14097 (main): Wait for all threads to start before stopping GDB.
14098
14099 2015-01-09 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.threads/attach-many-short-lived-threads.c: New file.
14102 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14103
14104 2014-01-09 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14107 instead of to thread 2.
14108 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14109 Add barrier around each pthread_create call instead of around all
14110 calls.
14111 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14112 Set a break on thread_function and have the child threads hit it
14113 one at at a time.
14114
14115 2015-01-09 Pedro Alves <palves@redhat.com>
14116
14117 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14118 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14119 false.
14120 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14121 checking whether the target board is remote.
14122 * gdb.multi/multi-attach.exp: Likewise.
14123 * gdb.python/py-sync-interp.exp: Likewise.
14124 * gdb.server/ext-attach.exp: Likewise.
14125 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14126 tests that need to attach, instead of checking whether the target
14127 board is remote at the top of the file.
14128
14129 2015-01-08 Yao Qi <yao@codesourcery.com>
14130
14131 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14132
14133 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14134
14135 Fix testcase compilation.
14136 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14137
14138 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14139
14140 * gdb.python/py-type.exp: Add a couple test about empty
14141 array creation, and negative-length array creation.
14142
14143 2015-01-02 Doug Evans <xdje42@gmail.com>
14144
14145 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14146
14147 2015-01-02 Doug Evans <dje@google.com>
14148
14149 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14150
14151 2014-12-29 Yao Qi <yao@codesourcery.com>
14152
14153 * gdb.trace/entry-values.exp: Update comments. Rename variable
14154 bar_call_foo to returned_from_foo.
14155
14156 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14157
14158 PR gdb/17394
14159 * gdb.linespec/break-asm-file.c: New file.
14160 * gdb.linespec/break-asm-file.exp: New file.
14161 * gdb.linespec/break-asm-file0.s: New file.
14162 * gdb.linespec/break-asm-file1.s: New file.
14163
14164 2014-12-18 Nigel Stephens <nigel@mips.com>
14165 Maciej W. Rozycki <macro@codesourcery.com>
14166
14167 * gdb.base/float.exp: Handle the new output from "info float" on
14168 MIPS targets.
14169
14170 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 Fix MinGW compilation.
14173 * gdb.compile/compile-ops.exp: Update untested message if
14174 !skip_compile_feature_tests.
14175 * gdb.compile/compile-setjmp.exp: Likewise.
14176 * gdb.compile/compile-tls.exp: Likewise.
14177 * gdb.compile/compile.exp: Likewise.
14178 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14179 supported on this host".
14180
14181 2014-12-16 Doug Evans <xdje42@gmail.com>
14182
14183 * boards/stabs.exp: New file.
14184
14185 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14186
14187 * gdb.base/completion.exp: Adjust to format changes of "maint
14188 print user-registers".
14189
14190 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14191
14192 PR server/17457
14193 * gdb.arch/aarch64-fp.c: New file.
14194 * gdb.arch/aarch64-fp.exp: New file.
14195
14196 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14197
14198 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14199 r210637, r210913, r211666, r215400, r215817).
14200
14201 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14202 * dg-extract-results.py: New file.
14203 * dg-extract-results.sh: Use it if the environment seems
14204 suitable.
14205
14206 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14207
14208 * dg-extract-results.py (parse_run): Handle warnings that
14209 are printed before a test harness is run.
14210
14211 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14212
14213 * dg-extract-results.py (Named): Remove __cmp__ method.
14214 (output_variation): Use a key to sort variation.harnesses.
14215
14216 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14217
14218 * dg-extract-results.py: For Python 3, force sys.stdout to
14219 handle surrogate escape sequences.
14220 (safe_open): New function.
14221 (output_segment, main): Use it.
14222
14223 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14224
14225 * dg-extract-results.py (Prog.result_re): Include options
14226 in test name.
14227
14228 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14229
14230 * dg-extract-results.py (output_variation): Always sort if
14231 do_sum.
14232
14233 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14234
14235 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14236 as long as we get pagination notifications.
14237
14238 2014-12-15 Jason Merrill <jason@redhat.com>
14239
14240 * Makefile.in (check-gdb.%): Restore.
14241 * README: Mention it.
14242
14243 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14244
14245 * gdb.ada/str_uninit: New testcase.
14246
14247 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14248
14249 PR symtab/17642
14250 * gdb.base/vla-stub-define.c: New file.
14251 * gdb.base/vla-stub.c: New file.
14252 * gdb.base/vla-stub.exp: New file.
14253
14254 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14255 Jan Kratochvil <jan.kratochvil@redhat.com>
14256 Tom Tromey <tromey@redhat.com>
14257
14258 * configure.ac: Add gdb.compile/.
14259 * configure: Regenerate.
14260 * gdb.compile/Makefile.in: New file.
14261 * gdb.compile/compile-ops.exp: New file.
14262 * gdb.compile/compile-ops.c: New file.
14263 * gdb.compile/compile-tls.c: New file.
14264 * gdb.compile/compile-tls.exp: New file.
14265 * gdb.compile/compile-constvar.S: New file.
14266 * gdb.compile/compile-constvar.c: New file.
14267 * gdb.compile/compile-mod.c: New file.
14268 * gdb.compile/compile-nodebug.c: New file.
14269 * gdb.compile/compile-setjmp-mod.c: New file.
14270 * gdb.compile/compile-setjmp.c: New file.
14271 * gdb.compile/compile-setjmp.exp: New file.
14272 * gdb.compile/compile-shlib.c: New file.
14273 * gdb.compile/compile.c: New file.
14274 * gdb.compile/compile.exp: New file.
14275 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14276
14277 2014-12-12 Tom Tromey <tromey@redhat.com>
14278
14279 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14280 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14281
14282 2014-12-12 Doug Evans <dje@google.com>
14283
14284 * lib/gdb-python.exp (get_python_valueof): New function.
14285 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14286
14287 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14288
14289 * gdb.base/completion.exp: Add test for completion of "info
14290 registers ".
14291
14292 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14293
14294 * gdb.base/func-ptrs.c: New file.
14295 * gdb.base/func-ptrs.exp: New file.
14296
14297 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14298
14299 PR breakpoints/17012
14300 * gdb.base/dprintf-detach.c: New file.
14301 * gdb.base/dprintf-detach.exp: New file.
14302
14303 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14304
14305 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14306 * lib/gdb.exp (target_is_gdbserver): New procedure.
14307
14308 2014-12-08 Doug Evans <dje@google.com>
14309
14310 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14311
14312 2014-12-05 Yao Qi <yao@codesourcery.com>
14313
14314 * gdb.guile/scm-error.exp: Remove the third argument to
14315 gdb_remote_download.
14316 * gdb.guile/scm-frame-args.exp: Likewise.
14317 * gdb.guile/scm-section-script.exp: Likewise.
14318
14319 2014-12-05 Yao Qi <yao@codesourcery.com>
14320
14321 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14322
14323 2014-12-04 Doug Evans <dje@google.com>
14324
14325 * gdb.python/py-objfile.exp: Add tests for
14326 objfile.add_separate_debug_file.
14327
14328 2014-12-04 Doug Evans <dje@google.com>
14329
14330 * lib/gdb.exp (get_build_id): New function.
14331 (build_id_debug_filename_get): Rewrite to use it.
14332 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14333
14334 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14335
14336 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14337 `method(long)', not just 0x0.
14338 * gdb.cp/nsalias.exp: Align code labels to 4.
14339 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14340 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14341 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14342 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14343 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14344 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14345
14346 2014-12-02 Doug Evans <dje@google.com>
14347
14348 PR symtab/17602
14349 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14350 * gdb.cp/anon-ns2.cc: ... here. New file.
14351 * gdb.cp/anon-ns.exp: Update.
14352
14353 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14354
14355 * gdb.python/py-events.py (inferior_call_handler): New.
14356 (register_changed_handler, memory_changed_handler): New.
14357 (test_events.invoke): Register new handlers.
14358 * gdb.python/py-events.exp: Add tests for inferior call,
14359 memory_changed and register_changed events.
14360
14361 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14362
14363 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14364 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14365 if the linker doesn't understand this.
14366
14367 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14368
14369 * gdb.python/python.exp: Change expected reply to help().
14370
14371 2014-12-01 Yao Qi <yao@codesourcery.com>
14372
14373 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14374 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14375 * configure: Re-generated.
14376
14377 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14378
14379 * gdb.cp/chained-calls.cc: New file.
14380 * gdb.cp/chained-calls.exp: New file.
14381 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14382
14383 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14384
14385 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14386 * gdb.dwarf2/symtab-producer.exp: Same.
14387 * gdb.gdb/python-interrupts.exp: Same.
14388 * gdb.gdb/python-selftest.exp: Same.
14389 * gdb.python/py-linetable.exp: Same.
14390 * gdb.python/py-type.exp: Same.
14391 * gdb.python/py-value-cc.exp: Same.
14392 * gdb.python/py-value.exp: Same.
14393
14394 2014-11-28 Yao Qi <yao@codesourcery.com>
14395
14396 * gdb.base/break-probes.exp: Match library name prefixed with
14397 sysroot.
14398
14399 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14400
14401 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14402 test expected output. Add parentheses for the call to print.
14403 Remove L suffix from integers.
14404
14405 2014-11-26 Doug Evans <dje@google.com>
14406
14407 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14408
14409 2014-11-22 Yao Qi <yao@codesourcery.com>
14410
14411 * gdb.trace/entry-values.c: Remove asms.
14412 (foo): Add foo_label.
14413 (bar): Add bar_label.
14414 * gdb.trace/entry-values.exp: Remove code computing foo's
14415 length and bar's length.
14416 (Dwarf::assemble): Invoke function_range for bar and use
14417 MACRO_AT_func for foo.
14418
14419 2014-11-22 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14422 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14423 Use .Lgcc43_procstart instead of gcc43.
14424
14425 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14426
14427 * gdb.ada/n_arr_bound: New testcase.
14428
14429 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14430
14431 PR breakpoints/10737
14432 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14433 test_catch_syscall_multi_arch.
14434 (test_catch_syscall_multi_arch): New function.
14435
14436 2014-11-20 Doug Evans <xdje42@gmail.com>
14437
14438 * gdb.base/maint.exp: Update expected output.
14439
14440 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14441
14442 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14443 4-byte instruction on S390.
14444
14445 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14446
14447 * gdb.ada/arr_arr: New testcase.
14448
14449 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14450
14451 * gdb.ada/pkd_arr_elem: New Testcase.
14452
14453 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14454
14455 * gdb.reverse/break-precsave: Expect completion message for
14456 core file reads.
14457 * gdb.reverse/consecutive-precsave.exp: Likewise.
14458 * gdb.reverse/finish-precsave.exp: Likewise.
14459 * gdb.reverse/i386-precsave.exp: Likewise.
14460 * gdb.reverse/machinestate-precsave.exp: Likewise.
14461 * gdb.reverse/sigall-precsave.exp: Likewise.
14462 * gdb.reverse/solib-precsave.exp: Likewise.
14463 * gdb.reverse/step-precsave.exp: Likewise.
14464 * gdb.reverse/until-precsave.exp: Likewise.
14465 * gdb.reverse/watch-precsave.exp: Likewise.
14466
14467 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14468
14469 * gdb.base/bp-permanent.c: Include unistd.h.
14470 * gdb.python/py-framefilter-mi.c (main): Add return type.
14471 * gdb.python/py-framefilter.c (main): Likewise.
14472 * gdb.trace/actions-changed.c (main): Likewise.
14473
14474 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14475
14476 * gdb.mi/until.c: Add eye-catchers.
14477 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14478 line numbers.
14479
14480 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14481
14482 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14483 function header variants in break1.c.
14484 * gdb.base/ena-dis-br.exp: Likewise.
14485 * gdb.base/hbreak2.exp: Likewise.
14486 * gdb.reverse/until-precsave.exp: Drop references to removed
14487 non-prototype function header variants in ur1.c.
14488 * gdb.reverse/until-reverse.exp: Likewise.
14489
14490 2014-11-17 Petr Machata <pmachata@redhat.com>
14491
14492 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14493 ${_cu_offset_size} bytes abbrev offset.
14494
14495 2014-11-15 Doug Evans <xdje42@gmail.com>
14496
14497 PR symtab/17559
14498 * gdb.base/line-symtabs.exp: New file.
14499 * gdb.base/line-symtabs.c: New file.
14500 * gdb.base/line-symtabs.h: New file.
14501
14502 2014-11-14 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14505 (func): Add label func_label.
14506 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14507 Replace low_pc and high_pc with MACRO_AT_range.
14508 Replace name, low_pc and high_pc with MACRO_AT_func.
14509
14510 2014-11-14 Yao Qi <yao@codesourcery.com>
14511
14512 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14513 Replace name, low_pc and high_pc with MACRO_AT_func.
14514
14515 2014-11-14 Yao Qi <yao@codesourcery.com>
14516
14517 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14518 produce debug information.
14519 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14520
14521 2014-11-14 Yao Qi <yao@codesourcery.com>
14522
14523 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14524 object and get function length.
14525 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14526 with MACRO_AT_func.
14527 (top-level): Replace gdb_compile and clean_restart with
14528 prepare_for_testing.
14529 * gdb.dwarf2/main.c (main): Add label main_label.
14530
14531 2014-11-14 Yao Qi <yao@codesourcery.com>
14532
14533 * lib/dwarf.exp (function_range): New procedure.
14534 (Dwarf::_handle_macro_at_func): New procedure.
14535 (Dwarf::_handle_macro_at_range): New procedure.
14536 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14537
14538 2014-11-14 Yao Qi <yao@codesourcery.com>
14539
14540 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14541 (_handle_attribute): New procedure.
14542
14543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14544
14545 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14546 * gdb.base/call-sc.c (zed): Likewise.
14547 * gdb.base/checkpoint.c (main): Likewise.
14548 * gdb.base/dump.c (main): Likewise.
14549 * gdb.base/gcore.c (main): Likewise.
14550 * gdb.base/huge.c (main): Likewise.
14551 * gdb.base/multi-forks.c (main): Likewise.
14552 * gdb.base/pr10179-a.c (main): Likewise.
14553 * gdb.base/savedregs.c (main): Likewise.
14554 * gdb.base/sigaltstack.c (main): Likewise.
14555 * gdb.base/siginfo.c (main): Likewise.
14556 * gdb.base/structs.c (zed): Likewise.
14557 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14558 * gdb.mi/mi-syn-frame.c (main): Likewise.
14559 * gdb.mi/until.c (foo, main): Likewise.
14560 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14561 * gdb.base/solib-weak.c (foo): Declare.
14562 * gdb.base/attach-twice.c: Include stdio.h.
14563 * gdb.base/weaklib1.c: Likewise.
14564 * gdb.base/weaklib2.c: Likewise.
14565 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14566 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14567 unistd.h.
14568 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14569 * gdb.mi/mi-exit-code.c: Likewise.
14570 * gdb.base/break-interp-lib.c: Include string.h.
14571 * gdb.base/coremaker.c: Likewise.
14572 * gdb.base/testenv.c: Likewise.
14573 * gdb.python/py-finish-breakpoint.c: Likewise.
14574 * gdb.base/inferior-died.c: Include sys/wait.h.
14575 * gdb.base/fileio.c: Include time.h.
14576 * gdb.base/async-shell.c: Include unistd.h.
14577 * gdb.base/dprintf-non-stop.c: Likewise.
14578 * gdb.base/info-os.c: Likewise.
14579 * gdb.mi/mi-console.c: Likewise.
14580 * gdb.mi/watch-nonstop.c: Likewise.
14581 * gdb.python/py-events.c: Likewise.
14582 * gdb.base/async.c (baz): Move up before its invocation.
14583 * gdb.base/code_elim2.c (my_global_func): Likewise.
14584 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14585 * gdb.base/advance.c (func2): Likewise.
14586
14587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14588
14589 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14590 variant.
14591 * gdb.base/annota3.c: Likewise.
14592 * gdb.base/async.c: Likewise.
14593 * gdb.base/average.c: Likewise.
14594 * gdb.base/call-ar-st.c: Likewise.
14595 * gdb.base/call-rt-st.c: Likewise.
14596 * gdb.base/call-sc.c: Likewise.
14597 * gdb.base/call-strs.c: Likewise.
14598 * gdb.base/ending-run.c: Likewise.
14599 * gdb.base/execd-prog.c: Likewise.
14600 * gdb.base/exprs.c: Likewise.
14601 * gdb.base/foll-exec.c: Likewise.
14602 * gdb.base/foll-fork.c: Likewise.
14603 * gdb.base/foll-vfork.c: Likewise.
14604 * gdb.base/funcargs.c: Likewise.
14605 * gdb.base/gcore.c: Likewise.
14606 * gdb.base/jump.c: Likewise.
14607 * gdb.base/langs0.c: Likewise.
14608 * gdb.base/langs1.c: Likewise.
14609 * gdb.base/langs2.c: Likewise.
14610 * gdb.base/mips_pro.c: Likewise.
14611 * gdb.base/nodebug.c: Likewise.
14612 * gdb.base/opaque0.c: Likewise.
14613 * gdb.base/opaque1.c: Likewise.
14614 * gdb.base/recurse.c: Likewise.
14615 * gdb.base/run.c: Likewise.
14616 * gdb.base/scope0.c: Likewise.
14617 * gdb.base/scope1.c: Likewise.
14618 * gdb.base/setshow.c: Likewise.
14619 * gdb.base/setvar.c: Likewise.
14620 * gdb.base/shmain.c: Likewise.
14621 * gdb.base/shr1.c: Likewise.
14622 * gdb.base/shr2.c: Likewise.
14623 * gdb.base/sigall.c: Likewise.
14624 * gdb.base/signals.c: Likewise.
14625 * gdb.base/so-indr-cl.c: Likewise.
14626 * gdb.base/solib2.c: Likewise.
14627 * gdb.base/structs.c: Likewise.
14628 * gdb.base/sum.c: Likewise.
14629 * gdb.base/vforked-prog.c: Likewise.
14630 * gdb.base/watchpoint.c: Likewise.
14631 * gdb.reverse/shr2.c: Likewise.
14632 * gdb.reverse/until-reverse.c: Likewise.
14633 * gdb.reverse/ur1.c: Likewise.
14634 * gdb.reverse/watch-reverse.c: Likewise.
14635
14636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14637
14638 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14639 variant.
14640 * gdb.base/sepdebug.exp: Drop references to removed code.
14641
14642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14643
14644 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14645 variant. Preserve original line numbering.
14646 * gdb.base/list1.c: Likewise.
14647
14648 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14649
14650 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14651 variant.
14652 * gdb.base/break1.c: Likewise.
14653 * gdb.base/break.exp: Drop references to removed code.
14654
14655 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14656
14657 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14658 variant.
14659
14660 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14661
14662 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14663
14664 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14665
14666 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14667 logic into perform_all_tests() and invoke it with and without
14668 function header prototypes.
14669 (do_function_calls): Remove conditional XFAIL for PR 5318.
14670 (rerun_and_prepare): Remove duplicate code.
14671 (perform_all_tests): New. Main logic moved here.
14672
14673 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14674
14675 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14676 code guarded by #ifdef NO_PROTOTYPES.
14677 (t_double_many_args): Likewise.
14678 (DEF_FUNC_MANY_ARGS_1): Likewise.
14679 (DEF_FUNC_VALUES_1): Likewise.
14680 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14681 guarded by #ifdef PROTOTYPES.
14682
14683 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14684
14685 * gdb.mi/mi-console.c: Add eye-catcher.
14686 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14687 instead of literal line number.
14688
14689 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14690
14691 * gdb.base/shr2.c: Add eye-catcher.
14692 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14693 line number.
14694
14695 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14696
14697 * gdb.base/jump.c: Add eye-catchers.
14698 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14699 numbers.
14700
14701 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14702
14703 * gdb.base/execd-prog.c: Add eye-catchers.
14704 * gdb.base/foll-exec.c: Likewise.
14705 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14706 line numbers.
14707
14708 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14709
14710 * gdb.base/ending-run.c: Add eye-catchers.
14711 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14712 literal line numbers.
14713
14714 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14715
14716 * gdb.base/call-rt-st.c: Add eye-catchers.
14717 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14718 literal line numbers.
14719
14720 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14721
14722 * gdb.base/call-ar-st.c: Add eye-catchers.
14723 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14724 literal line numbers.
14725
14726 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14727
14728 * gdb.base/average.c: Add eye-catchers.
14729 * gdb.base/sum.c: Likewise.
14730 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14731 regexps dynamically.
14732
14733 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14734
14735 * gdb.base/solib1.c: Add eye-catchers.
14736 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14737 literal line numbers.
14738
14739 2014-11-12 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14742 leader has exited.
14743
14744 2014-11-12 Pedro Alves <palves@redhat.com>
14745
14746 * gdb.arch/i386-bp_permanent.c: New file.
14747 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14748 (srcfile): Set to i386-bp_permanent.c.
14749 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14750 that stepi does not execute the 'leave' instruction, instead of
14751 testing it does execute.
14752 * gdb.base/bp-permanent.c: New file.
14753 * gdb.base/bp-permanent.exp: New file.
14754
14755 2014-11-10 Doug Evans <xdje42@gmail.com>
14756
14757 PR symtab/17564
14758 * gdb.base/symtab-search-order.exp: New file.
14759 * gdb.base/symtab-search-order.c: New file.
14760 * gdb.base/symtab-search-order-1.c: New file.
14761 * gdb.base/symtab-search-order-shlib-1.c: New file.
14762
14763 2014-11-07 Pedro Alves <palves@redhat.com>
14764
14765 PR gdb/17511
14766 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14767 i?86-*-linux*.
14768
14769 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14770
14771 PR c++/17494
14772 * gdb.cp/pr17494.cc: New file.
14773 * gdb.cp/pr17494.exp: New file.
14774
14775 2014-11-02 Yao Qi <yao@codesourcery.com>
14776
14777 * gdb.python/python.exp: Get working directory and match the
14778 output of "set extended-prompt \\w " with it.
14779
14780 2014-10-30 Doug Evans <dje@google.com>
14781
14782 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14783 in objfiles.
14784 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14785 in progspaces.
14786
14787 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14788
14789 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14790 * gdb.base/realname-expand.exp: Likewise.
14791 * gdb.linespec/macro-relative.exp: Likewise.
14792
14793 2014-10-29 Pedro Alves <palves@redhat.com>
14794
14795 PR gdb/17408
14796 * gdb.threads/schedlock.c (some_function): New function.
14797 (call_function): New global.
14798 (MAYBE_CALL_SOME_FUNCTION): New macro.
14799 (thread_function): Call it.
14800 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14801 and use it instead of a global counter. Adjust all callers.
14802 (get_current_thread): Use "find current thread" for test message
14803 here rather than having all callers pass down the same string.
14804 (goto_loop): New procedure, factored out from ...
14805 (my_continue): ... this.
14806 (step_ten_loops): Change parameter from test message to command to
14807 use. Adjust.
14808 (list_count): Delete global.
14809 (check_result): New procedure, factored out from duplicate top
14810 level code.
14811 (continue tests): Wrap in with_test_prefix.
14812 (test_step): New procedure, factored out from duplicate top level
14813 code.
14814 (top level): Test "step" in combination with all scheduler-locking
14815 modes. Test "next" in combination with all scheduler-locking
14816 modes, and in combination with stepping over a function call or
14817 not.
14818 * gdb.threads/next-bp-other-thread.c: New file.
14819 * gdb.threads/next-bp-other-thread.exp: New file.
14820
14821 2014-10-29 Pedro Alves <palves@redhat.com>
14822
14823 PR python/17372
14824 * gdb.python/python.exp: Test a multi-line command that spawns
14825 interactive Python.
14826 * gdb.base/multi-line-starts-subshell.exp: New file.
14827
14828 2014-10-29 Yao Qi <yao@codesourcery.com>
14829
14830 * gdb.base/fileio.exp: Make directories on host.
14831
14832 2014-10-29 Yao Qi <yao@codesourcery.com>
14833
14834 * gdb.base/fileio.c (test_write): Close the file.
14835
14836 2014-10-28 Pedro Alves <palves@redhat.com>
14837
14838 PR gdb/12623
14839 * gdb.base/sigstep.c (no_handler): New global.
14840 (main): If 'no_handler is true, set the signal handlers to
14841 SIG_IGN.
14842 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14843 with_sw_watch and no_handler parameters. Handle them.
14844 (top level) <stepping over handler when stopped at a breakpoint
14845 test>: Add a test axis for testing with a software watchpoint, and
14846 another for testing with the signal handler set to SIG_IGN.
14847 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14848 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14849
14850 2014-10-28 Pedro Alves <palves@redhat.com>
14851
14852 PR gdb/17511
14853 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14854 * gdb.base/sigstep.exp (other_handler_location): New global.
14855 (advance): Support stepping into the signal handler, and running
14856 commands while in the handler.
14857 (in_handler_map): New global.
14858 (top level): In the advance test, add combinations for getting
14859 into the handler with stepping commands, and for running commands
14860 in the handler. Add comment descripting the advancei tests.
14861
14862 2014-10-28 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.base/sigstep.exp: Use build_executable instead of
14865 prepare_for_testing.
14866 (top level): Move code that starts GDB, runs to main and creates a
14867 display to ...
14868 (restart): ... this new procedure.
14869 (top level): Move backtrace from signal handler test to ...
14870 (validate_backtrace): ... this new procedure.
14871 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14872 with_test_prefix. Always restart GDB.
14873 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14874 with_test_prefix. Always restart GDB. No need to delete
14875 breakpoints after the test.
14876 (test_skip_handler): Remove prefix parameter.
14877 (skip_over_handler, breakpoint_to_handler)
14878 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14879 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14880 restart GDB. No need to delete breakpoints after the test.
14881 (top level): Use foreach to call the test procedures with
14882 different commands.
14883
14884 2014-10-28 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14887 instead of GNATS numbers.
14888 * gdb.base/sigbpt.exp: Likewise.
14889 * gdb.base/siginfo.exp: Likewise.
14890 * gdb.base/sigstep.exp: Likewise.
14891
14892 2014-10-27 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/sigstep.c (dummy): New global.
14895 (main): Issue a couple writes to the new global.
14896 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14897 procedures.
14898 (skip_over_handler): Use test_skip_handler.
14899 (top level): Call skip_over_handler for stepi and nexti too.
14900 (breakpoint_over_handler): Use test_skip_handler.
14901 (top level): Call breakpoint_over_handler for stepi and nexti too.
14902
14903 2014-10-27 Yao Qi <yao@codesourcery.com>
14904
14905 * gdb.trace/tfile.c (adjust_function_address)
14906 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14907 function descriptor.
14908
14909 2014-10-24 Don Breazeal <donb@codesourcery.com>
14910
14911 * gdb.base/foll-fork.exp (test_follow_fork,
14912 catch_fork_child_follow): Check for updated fork messages emitted
14913 from infrun.c.
14914 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14915 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14916 vfork_and_exec_child_follow_through_step): Check for updated vfork
14917 messages emitted from infrun.c.
14918
14919 2014-10-24 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/corefile.exp: Remove references to ultrix.
14922 * gdb.base/interrupt.exp: Likewise.
14923 * gdb.base/whatis.exp: Likewise.
14924 * gdb.gdb/selftest.exp: Likewise.
14925 * gdb.threads/manythreads.exp: Likewise.
14926 * gdb.threads/print-threads.exp: Likewise.
14927 * gdb.threads/pthreads.exp:: Likewise.
14928 * gdb.threads/schedlock.exp: Likewise.
14929
14930 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14931
14932 * gdb.cp/non-trivial-retval.cc: Add a test case.
14933 * gdb.cp/non-trivial-retval.exp: Add a test.
14934
14935 2014-10-20 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14938 * gdb.python/py-objfile-script-gdb.py: New file.
14939 * gdb.python/py-objfile-script.exp: Update reference to
14940 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14941 of remote_download. Remove the dest file.
14942
14943 2014-10-20 Yao Qi <yao@codesourcery.com>
14944
14945 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14946 * gdb.base/step-line.exp: Likewise.
14947 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14948 * gdb.dwarf2/dw2-basic.exp: Likewise.
14949 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14950 * gdb.dwarf2/dw2-filename.exp: Likewise.
14951 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14952 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14953 * gdb.dwarf2/dw2-producer.exp: Likewise.
14954 * gdb.dwarf2/mac-fileno.exp: Likewise.
14955 * gdb.python/py-frame-args.exp: Likewise.
14956 * gdb.python/py-framefilter.exp: Likewise.
14957 * gdb.python/py-mi.exp: Likewise.
14958 * gdb.python/py-objfile-script.exp: Likewise
14959 * gdb.python/py-pp-integral.exp: Likewise.
14960 * gdb.python/py-pp-re-notag.exp: Likewise.
14961 * gdb.python/py-prettyprint.exp: Likewise.
14962 * gdb.python/py-section-script.exp: Likewise.
14963 * gdb.python/py-typeprint.exp: Likewise.
14964 * gdb.python/py-xmethods.exp: Likewise.
14965 * gdb.stabs/weird.exp: Likewise.
14966 * gdb.xml/tdesc-regs.exp: Likewise.
14967
14968 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14969
14970 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14971 (out_cu): Use addr_len for the size of addresses.
14972 (out_line): Likewise. Size DW_LNE_set_address instruction
14973 according to addr_len.
14974 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14975 (FUNC): Add START_INSNS to definition.
14976
14977 2014-10-18 Yao Qi <yao@codesourcery.com>
14978
14979 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14980 gdb_has_argv0 return true.
14981 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14982 check [target_info exists noargs], check [gdb_has_argv0]
14983 instead.
14984 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14985 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14986 procedures.
14987
14988 2014-10-17 Doug Evans <dje@google.com>
14989
14990 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14991 event.
14992 * gdb.python/py-events.py: Add clear_objfiles event.
14993
14994 2014-10-17 Doug Evans <dje@google.com>
14995
14996 * gdb.python/py-objfile.exp: Test progspace attribute.
14997
14998 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14999
15000 * gdb.guile/scm-breakpoint.exp: Do not assume any
15001 directory separators when matching source file paths.
15002 * gdb.python/py-breakpoint.exp: Likewise.
15003 * gdb.reverse/break-precsave.exp: Likewise.
15004 * gdb.reverse/break-reverse.exp: Likewise.
15005 * gdb.reverse/consecutive-precsave.exp: Likewise.
15006 * gdb.reverse/finish-precsave.exp: Likewise.
15007 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15008 * gdb.reverse/finish-reverse.exp: Likewise.
15009 * gdb.reverse/i386-precsave.exp: Likewise.
15010 * gdb.reverse/i387-env-reverse.exp: Likewise.
15011 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15012 * gdb.reverse/machinestate-precsave.exp: Likewise.
15013 * gdb.reverse/machinestate.exp: Likewise.
15014 * gdb.reverse/sigall-precsave.exp: Likewise.
15015 * gdb.reverse/solib-precsave.exp: Likewise.
15016 * gdb.reverse/step-precsave.exp: Likewise.
15017 * gdb.reverse/until-precsave.exp: Likewise.
15018 * gdb.reverse/watch-precsave.exp: Likewise.
15019 * gdb.reverse/watch-reverse.exp: Likewise.
15020
15021 2014-10-17 Yao Qi <yao@codesourcery.com>
15022
15023 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15024 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15025
15026 2014-10-17 Pedro Alves <palves@redhat.com>
15027
15028 PR gdb/17471
15029 * gdb.base/bg-execution-repeat.c: New file.
15030 * gdb.base/bg-execution-repeat.exp: New file.
15031
15032 2014-10-17 Pedro Alves <palves@redhat.com>
15033
15034 PR gdb/17300
15035 * gdb.base/continue-all-already-running.c: New file.
15036 * gdb.base/continue-all-already-running.exp: New file.
15037
15038 2014-10-17 Pedro Alves <palves@redhat.com>
15039
15040 PR gdb/17472
15041 * gdb.base/annota-input-while-running.c: New file.
15042 * gdb.base/annota-input-while-running.exp: New file.
15043
15044 2014-10-17 Pedro Alves <palves@redhat.com>
15045
15046 * gdb.base/callfuncs.exp: emove references to osf.
15047 * gdb.base/sigall.exp: Likewise.
15048 * gdb.gdb/selftest.exp: Likewise.
15049 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15050 * gdb.mi/non-stop.c: Likewise.
15051 * gdb.mi/pthreads.c: Likewise.
15052 * gdb.reverse/sigall-precsave.exp: Likewise.
15053 * gdb.reverse/sigall-reverse.exp: Likewise.
15054 * gdb.threads/pthreads.c: Likewise.
15055 * gdb.threads/pthreads.exp: Likewise.
15056
15057 2014-10-17 Yao Qi <yao@codesourcery.com>
15058
15059 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15060 check 'target_info exists noargs'.
15061 (test_command_prompt_position): Likewise.
15062 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15063 Remove "set args".
15064 (progvar_simple_while_test): Likewise.
15065 (progvar_complex_if_while_test): Likewise.
15066 (if_while_breakpoint_command_test): Likewise.
15067 (infrun_breakpoint_command_test): Likewise.
15068 (breakpoint_command_test): Likewise.
15069 (watchpoint_command_test): Likewise.
15070 (bp_deleted_in_command_test): Likewise.
15071 (temporary_breakpoint_commands): Likewise.
15072
15073 2014-10-16 Yao Qi <yao@codesourcery.com>
15074
15075 * gdb.base/remotetimeout.exp: Remove noargs checking.
15076
15077 2014-10-15 Pedro Alves <palves@redhat.com>
15078
15079 PR breakpoints/9649
15080 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15081 * gdb.base/breakpoint-in-ro-region.exp
15082 (probe_target_hardware_step): New procedure.
15083 (top level): Probe hardware stepping and hardware breakpoint
15084 support. Test stepping through a read-only region, with both
15085 "breakpoint auto-hw" on and off and both "always-inserted" on and
15086 off.
15087
15088 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15089
15090 * gdb.dlang/demangle.exp: Update for demangling changes.
15091
15092 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15093
15094 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15095 * gdb.cp/non-trivial-retval.exp: Add new tests.
15096
15097 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15098
15099 PR c++/13403
15100 PR c++/15154
15101 * gdb.cp/non-trivial-retval.cc: New file.
15102 * gdb.cp/non-trivial-retval.exp: New file.
15103
15104 2014-10-15 Yao Qi <yao@codesourcery.com>
15105
15106 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15107 remote host.
15108
15109 2014-10-15 Yao Qi <yao@codesourcery.com>
15110
15111 * gdb.python/py-symbol.exp: Match file base name if host is
15112 remote, otherwise match file name with dir name.
15113 * gdb.python/py-symtab.exp: Likewise.
15114 * gdb.python/python.exp: Likewise.
15115
15116 2014-10-15 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15119 pattern.
15120 * gdb.python/py-symtab.exp: Likewise.
15121 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15122 locationn.
15123
15124 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15125
15126 * gdb.ada/addr_arith: New testcase.
15127
15128 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15129
15130 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15131 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15132 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15133 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15134
15135 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15136
15137 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15138 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15139 * gdb.arch/stap-eval-lang-ada.exp: New file.
15140
15141 2014-10-14 Yao Qi <yao@codesourcery.com>
15142
15143 * gdb.mi/mi-var-child.c (nothing1): New function.
15144 (nothing2): New function.
15145 (do_children_tests): Set function pointers by nothing1 and
15146 nothing2.
15147 * gdb.mi/mi-var-child.exp: Step over new added statements.
15148 Update test to match the new output.
15149 * gdb.mi/var-cmd.c (nothing1): New function.
15150 (nothing2): New function.
15151 (do_children_tests): Set function pointers by nothing1 and
15152 nothing2.
15153 * gdb.mi/mi-var-display.exp: Update test to match output.
15154 Step to the line specified by $line_dct_nothing.
15155 Increase the number of lines to step.
15156
15157 2014-10-14 Yao Qi <yao@codesourcery.com>
15158
15159 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15160 tests.
15161 * gdb.mi/mi2-var-child.exp: Likewise.
15162
15163 2014-10-13 Doug Evans <dje@google.com>
15164
15165 * gdb.python/py-objfile.exp: Change name of file name test.
15166
15167 2014-10-13 Doug Evans <dje@google.com>
15168
15169 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15170 from the start of the CU.
15171
15172 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15173 Yao Qi <yao@codesourcery.com>
15174
15175 Fix "save breakpoints" for "catch" command.
15176 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15177 Remove -nonewline. Match also the added "main" line.
15178
15179 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15180
15181 Fix "save breakpoints" for "disable $bpnum" command.
15182 * gdb.base/save-bp.c (main): Add label.
15183 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15184
15185 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15186
15187 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15188
15189 2014-10-11 Yao Qi <yao@codesourcery.com>
15190
15191 * gdb.server/server-kill.exp: Execute command
15192 "set remote trace-status-packet on" before "tstatus".
15193
15194 2014-10-11 Yao Qi <yao@codesourcery.com>
15195
15196 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15197 (main): Call getppid.
15198 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15199 and continue to it. Read variable "server_pid".
15200
15201 2014-10-11 Yao Qi <yao@codesourcery.com>
15202
15203 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15204
15205 2014-10-11 Yao Qi <yao@codesourcery.com>
15206
15207 * gdb.threads/thread-find.exp: Don't execute command
15208 "info threads".
15209 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15210 * gdb.threads/linux-dp.exp: Don't check the condition
15211 $threads_created equals to zero.
15212
15213 2014-10-10 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.base/bigcore.exp: Remove references to IRIX.
15216 * gdb.base/funcargs.exp: Likewise.
15217 * gdb.base/interrupt.exp: Likewise.
15218 * gdb.base/mips_pro.exp: Likewise.
15219 * gdb.base/nodebug.exp: Likewise.
15220 * gdb.base/setvar.exp: Likewise.
15221 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15222
15223 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15224 Pedro Alves <palves@redhat.com>
15225
15226 PR symtab/14466
15227 * gdb.base/vdso-warning.c: New file.
15228 * gdb.base/vdso-warning.exp: New file.
15229
15230 2014-10-02 Doug Evans <dje@google.com>
15231
15232 * gdb.base/structs.c (main): Don't run forever.
15233
15234 2014-10-02 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15237 (top level) <stop threads 1, stop threads 2>: Use it.
15238
15239 2014-10-02 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.threads/break-while-running.exp (test): Add new
15242 'update_thread_list' argument. Skip "info threads" if false.
15243 (top level): Add new 'update_thread_list' axis.
15244
15245 2014-10-02 Pedro Alves <palves@redhat.com>
15246
15247 PR breakpoints/17431
15248 * gdb.base/execl-update-breakpoints.c: New file.
15249 * gdb.base/execl-update-breakpoints.exp: New file.
15250
15251 2014-10-01 Pedro Alves <palves@redhat.com>
15252
15253 * gdb.base/breakpoint-in-ro-region.c: New file.
15254 * gdb.base/breakpoint-in-ro-region.exp: New file.
15255
15256 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15257
15258 * gdb.mi/mi-exit-code.exp: New file.
15259 * gdb.mi/mi-exit-code.c: New file.
15260
15261 2014-09-30 Yao Qi <yao@codesourcery.com>
15262
15263 * lib/prelink-support.exp (build_executable_own_libs): Error if
15264 the target isn't native.
15265
15266 2014-09-30 Yao Qi <yao@codesourcery.com>
15267
15268 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15269 false.
15270
15271 2014-09-22 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.threads/break-while-running.exp: New file.
15274 * gdb.threads/break-while-running.c: New file.
15275
15276 2014-09-19 Yao Qi <yao@codesourcery.com>
15277
15278 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15279 Invoke test. Restart GDB with --readnow and invoke test again.
15280
15281 2014-09-19 Yao Qi <yao@codesourcery.com>
15282
15283 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15284 proc set_breakpoint_on_gcd_function. Invoke
15285 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15286 invoke set_breakpoint_on_gcd_function again.
15287
15288 2014-09-18 Doug Evans <dje@google.com>
15289
15290 * gdb.dwarf2/symtab-producer.exp: New file.
15291
15292 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15293
15294 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15295 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15296 * gdb.base/global-var-nested-by-dso.c: Likewise.
15297 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15298
15299 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15300 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/watch-bitfields.exp: Pass string other than test file
15303 name to prepare_for_testing.
15304 (watch): New procedure.
15305 (expect_watchpoint): Use with_test_prefix.
15306 (top level): Factor out tests to ...
15307 (test_watch_location, test_regular_watch): ... these new
15308 procedures, and use with_test_prefix and gdb_continue_to_end.
15309
15310 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15311
15312 PR breakpoints/12526
15313 * gdb.base/watch-bitfields.exp: New file.
15314 * gdb.base/watch-bitfields.c: New file.
15315
15316 2014-09-16 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15319 software and hardware addresses, not software address against
15320 itself.
15321
15322 2014-09-16 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15325 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15326
15327 2014-09-16 Pedro Alves <palves@redhat.com>
15328
15329 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15330 files.
15331 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15332 "*-*-vxworks*" throughout.
15333 * gdb.base/break.exp: Likewise.
15334 * gdb.base/default.exp: Likewise.
15335 * gdb.base/scope.exp: Likewise.
15336 * gdb.base/sepdebug.exp: Likewise.
15337 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15338 throughout.
15339 * gdb.base/run.c: Likewise.
15340 * gdb.base/sepdebug.c: Likewise.
15341 * gdb.hp/gdb.aCC/run.c: Likewise.
15342 * gdb.reverse/until-reverse.c: Likewise.
15343 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15344
15345 2014-09-16 Yao Qi <yao@codesourcery.com>
15346
15347 * boards/local-remote-host-native.exp: New file.
15348
15349 2014-09-14 Doug Evans <xdje42@gmail.com>
15350
15351 * gdb.threads/queue-signal.c (thread_count): New variable.
15352 (thread_count_mutex, thread_count_condvar): New variables.
15353 (incr_thread_count, wait_all_threads_running): New functions.
15354 (main): Wait for all threads to be in their thread functions.
15355
15356 2014-09-13 Doug Evans <xdje42@gmail.com>
15357
15358 * gdb.threads/queue-signal.c: New file.
15359 * gdb.threads/queue-signal.exp: New file.
15360
15361 2014-09-13 Doug Evans <xdje42@gmail.com>
15362
15363 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15364 be consistent with what default_gdb_init uses.
15365 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15366 the plain text of the prompt. Add some logging printfs.
15367 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15368
15369 2014-09-12 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15372 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15373 * gdb.arch/i386-size-overlap.exp: Likewise.
15374 * gdb.arch/i386-size.exp: Likewise.
15375 * gdb.arch/i386-unwind.exp: Likewise.
15376 * gdb.base/a2-run.exp: Likewise.
15377 * gdb.base/break.exp: Likewise.
15378 * gdb.base/charset.exp: Likewise.
15379 * gdb.base/chng-syms.exp: Likewise.
15380 * gdb.base/commands.exp: Likewise.
15381 * gdb.base/dbx.exp: Likewise.
15382 * gdb.base/find.exp: Likewise.
15383 * gdb.base/funcargs.exp: Likewise.
15384 * gdb.base/jit-simple.exp: Likewise.
15385 * gdb.base/reread.exp: Likewise.
15386 * gdb.base/sepdebug.exp: Likewise.
15387 * gdb.base/step-bt.exp: Likewise.
15388 * gdb.cp/mb-inline.exp: Likewise.
15389 * gdb.cp/mb-templates.exp: Likewise.
15390 * gdb.objc/basicclass.exp: Likewise.
15391 * gdb.threads/killed.exp: Likewise.
15392
15393 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15394
15395 PR tdep/17379
15396 * gdb.arch/powerpc-stackless.S: New file.
15397 * gdb.arch/powerpc-stackless.exp: New file.
15398
15399 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15400
15401 * gdb.base/attach.c: Include unistd.h.
15402 (main): Call alarm. Add label postloop.
15403 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15404 gdb_breakpoint, gdb_continue_to_breakpoint.
15405 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15406
15407 2014-09-11 Pedro Alves <palves@redhat.com>
15408
15409 PR gdb/17347
15410 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15411 * gdb.base/attach.exp (test_command_line_attach_run): New
15412 procedure.
15413 (top level): Call it.
15414
15415 2014-09-11 Pedro Alves <palves@redhat.com>
15416
15417 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15418 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15419 (do_command_attach_tests): Use spawn_wait_for_attach.
15420 * gdb.base/solib-overlap.exp: Likewise.
15421 * gdb.multi/multi-attach.exp: Likewise.
15422 * gdb.python/py-prompt.exp: Likewise.
15423 * gdb.python/py-sync-interp.exp: Likewise.
15424 * gdb.server/ext-attach.exp: Likewise.
15425
15426 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15427
15428 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15429 command in testcase. Simplify testcase.
15430
15431 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15434
15435 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15436
15437 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15438
15439 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15440
15441 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15442
15443 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15444
15445 * gdb.dwarf2/dynarr-ptr.c: New file.
15446 * gdb.dwarf2/dynarr-ptr.exp: New file.
15447
15448 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15449
15450 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15451 of 30 rather than hardcoding 120 for a slow test case. Take the
15452 `gdb,timeout' target setting into account for this calculation.
15453 Don't extend the timeout for the test cases that don't need it.
15454
15455 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15456
15457 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15458 a factor of 2 for a slow test case. Take the `gdb,timeout'
15459 target setting into account for this calculation.
15460 * gdb.reverse/until-precsave.exp: Increase the timeout by
15461 a factor of 15 and 3 respectively rather than adding 120
15462 for a pair of slow test cases. Take the `gdb,timeout'
15463 target setting into account for this calculation.
15464
15465 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15466
15467 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15468 timeout, don't pass one down to gdb_expect.
15469 (gdb_expect): Rework timeout selection.
15470
15471 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15472
15473 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15474 exception on timeout.
15475 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15476 (gdbserver_start_extended): Catch any `gdbserver_start' error
15477 exceptions.
15478 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15479 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15480 `gdbserver_gdb_load' error exceptions.
15481
15482 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15483
15484 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15485 120 on waiting for the TCP socket to open.
15486
15487 2014-09-09 Doug Evans <xdje42@gmail.com>
15488
15489 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15490 _caller_matches, _any_caller_is, _any_caller_matches.
15491
15492 2014-09-09 Doug Evans <xdje42@gmail.com>
15493
15494 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15495
15496 2014-09-09 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.mi/mi-var-display.exp: Set print symbol off.
15499
15500 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15501
15502 PR gdb/17035
15503 * gdb.base/commands.exp: Add tests to verify user-defined
15504 commands with empty bodies.
15505 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15506 python commands in `show user command`.
15507 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15508 scheme commands in `show user command`.
15509
15510 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15511
15512 PR python/17355
15513 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15514 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15515 * gdb.python/py-framefilter-invalidarg.exp: New file.
15516 * gdb.python/py-framefilter-invalidarg.py: New file.
15517
15518 2014-09-06 Doug Evans <xdje42@gmail.com>
15519
15520 PR 15276
15521 * gdb.python/py-caller-is.c: New file.
15522 * gdb.python/py-caller-is.exp: New file.
15523
15524 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15525
15526 PR gdb/17235
15527 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15528 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15529
15530 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15531
15532 PR fortran/17237
15533 * gdb.fortran/print-formatted.exp: New file.
15534 * gdb.fortran/print-formatted.f90: Likewise.
15535
15536 2014-09-03 Sasha Smundak <asmundak@google.com>
15537
15538 * gdb.python/py-frame.exp: Test Frame.read_register.
15539
15540 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15541
15542 PR python/16699
15543 * gdb.python/py-completion.exp: New file.
15544 * gdb.python/py-completion.py: Likewise.
15545
15546 2014-08-28 Doug Evans <dje@google.com>
15547
15548 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15549 eax,etc. are live with values set by gdb and thus the compiler can't
15550 use them.
15551 * gdb.arch/i386-pseudo.c (main): Ditto.
15552
15553 2014-08-27 Doug Evans <dje@google.com>
15554
15555 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15556
15557 2014-08-25 Doug Evans <dje@google.com>
15558
15559 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15560 (main): Ditto.
15561
15562 2014-08-25 Doug Evans <dje@google.com>
15563
15564 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15565
15566 2014-08-24 Yao Qi <yao@codesourcery.com>
15567
15568 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15569 symbol off.
15570 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15571
15572 2014-08-22 Doug Evans <dje@google.com>
15573
15574 PR 17276
15575 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15576 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15577 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15578
15579 2014-08-22 Yao Qi <yao@codesourcery.com>
15580
15581 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15582 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15583 * gdb.python/python.exp: Likewise. Use .py file on the host
15584 instead of the build.
15585
15586 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15587
15588 * gdb.threads/gcore-stale-thread.c: New file.
15589 * gdb.threads/gcore-stale-thread.exp: New file.
15590
15591 2014-08-21 Pedro Alves <palves@redhat.com>
15592
15593 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15594 * gdb.base/gcore-relro-pie.exp: Likewise.
15595 * gdb.base/gcore-relro.exp: Likewise.
15596 * gdb.base/gcore.exp: Likewise.
15597 * gdb.base/print-symbol-loading.exp: Likewise.
15598 * gdb.threads/gcore-thread.exp: Likewise.
15599 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15600
15601 2014-08-20 Pedro Alves <palves@redhat.com>
15602 Jan Kratochvil <jan.kratochvil@redhat.com>
15603
15604 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15605 configure.
15606 (EXPECT): Handle READ1 being set.
15607 (all): Depend on EXTRA_RULES.
15608 (check-read1, expect-read1, read1.so, read1): New rules.
15609 * README (Testsuite Parameters): Document the READ1 make variable.
15610 (Race detection): New section.
15611 * configure: Regenerate.
15612 * configure.ac: If build==host==target, and running under a
15613 GNU/glibc system, add read1 to the extra Makefile rules.
15614 (EXTRA_RULES): AC_SUBST it.
15615 * lib/read1.c: New file.
15616
15617 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15618
15619 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15620 the handling of variables declared as a typedef to an array
15621 which a DW_AT_data_location attribute.
15622
15623 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15624 Pedro Alves <palves@redhat.com>
15625
15626 PR symtab/14604
15627 PR symtab/14605
15628 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15629 gdb_test.
15630
15631 2014-08-19 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15634
15635 2014-08-19 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15638 right line.
15639
15640 2014-08-18 David Blaikie <dblaikie@gmail.com>
15641
15642 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15643
15644 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15645
15646 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15647 attribute in array range.
15648
15649 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15650
15651 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15652
15653 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15654
15655 PR c++/17132
15656 * gdb.cp/pr17132.cc: New file.
15657 * gdb.cp/pr17132.exp: New file.
15658
15659 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15660
15661 * gdb.python/py-xmethods.py (A_getarrayind)
15662 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15663 Use 'print' with function call syntax.
15664 (E_method_matcher.match): Fix tab vs space indentation mixup.
15665
15666 2014-08-15 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15669 false.
15670
15671 2014-08-15 Yao Qi <yao@codesourcery.com>
15672
15673 * gdb.cp/casts.exp: Set print symbol off.
15674 * gdb.cp/class2.exp: Likewise.
15675 * gdb.cp/overload.exp: Likewise.
15676 * gdb.cp/templates.exp: Likewise.
15677
15678 2014-08-11 Doug Evans <dje@google.com>
15679
15680 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15681 (test_load_shlib): Update.
15682
15683 2014-08-09 Yao Qi <yao@codesourcery.com>
15684
15685 * gdb.base/display.exp: Invoke is_address_zero_readable.
15686 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15687 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15688 * gdb.base/hbreak-unmapped.exp: Return if
15689 is_address_zero_readable returns true.
15690 * gdb.base/signest.exp: Likewise.
15691 * gdb.base/signull.exp: Likewise.
15692 * gdb.base/sigbpt.exp: Likewise.
15693 * gdb.guile/scm-disasm.exp: Do the test if
15694 is_address_zero_readable returns false.
15695 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15696 * gdb.python/py-arch.exp: Likewise.
15697 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15698 * lib/gdb.exp (is_address_zero_readable): New proc.
15699
15700 2014-08-09 Yao Qi <yao@codesourcery.com>
15701
15702 PR testsuite/13443
15703 * gdb.mi/mi-var-display.exp: Make test messages unique.
15704
15705 2014-08-04 Tom Tromey <tromey@redhat.com>
15706
15707 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15708 target 0".
15709
15710 2014-08-04 Tom Tromey <tromey@redhat.com>
15711
15712 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15713 "target_resume".
15714
15715 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15716
15717 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15718 inner_vla_struct_object_size.
15719 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15720 as xfail.
15721
15722 2014-07-30 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15725 comment.
15726
15727 2014-07-29 Yao Qi <yao@codesourcery.com>
15728
15729 PR gdb/17206
15730 * gdb.base/until-nodebug.exp: New.
15731
15732 2014-07-28 Doug Evans <xdje42@gmail.com>
15733
15734 PR guile/17203
15735 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15736 previously existing parameter, and previously ambiguously spelled
15737 parameter.
15738
15739 2014-07-28 Will Newton <will.newton@linaro.org>
15740
15741 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15742
15743 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15744 Doug Evans <xdje42@gmail.com>
15745
15746 PR guile/17146
15747 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15748
15749 2014-07-25 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.threads/signal-command-handle-nopass.c: New file.
15752 * gdb.threads/signal-command-handle-nopass.exp: New file.
15753 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15754 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15755 * gdb.threads/signal-delivered-right-thread.c: New file.
15756 * gdb.threads/signal-delivered-right-thread.exp: New file.
15757
15758 2014-07-25 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/double-prompt-target-event-error.exp
15761 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15762 match.
15763 (cancel_pagination_in_target_event): Rework double prompt
15764 detection.
15765 * gdb.base/paginate-after-ctrl-c-running.exp
15766 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15767 <return>' match.
15768 * gdb.base/paginate-bg-execution.exp
15769 (test_bg_execution_pagination_return)
15770 (test_bg_execution_pagination_cancel): Remove '-notransfer
15771 <return>' matches.
15772 * gdb.base/paginate-execution-startup.exp
15773 (test_fg_execution_pagination_return)
15774 (test_fg_execution_pagination_cancel): Remove '-notransfer
15775 <return>' matches.
15776 * gdb.base/paginate-inferior-exit.exp
15777 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15778 match.
15779 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15780 * lib/gdb.exp (pagination_prompt): Run text through
15781 string_to_regexp.
15782 (gdb_test_multiple): Match $pagination_prompt instead of
15783 "<return>".
15784 (string_to_regexp): Move to lib/gdb-utils.exp.
15785
15786 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15787
15788 * gdb.arch/amd64-entry-value-paramref.S: New file.
15789 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15790 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15791 * gdb.arch/amd64-optimout-repeat.S: New file.
15792 * gdb.arch/amd64-optimout-repeat.c: New file.
15793 * gdb.arch/amd64-optimout-repeat.exp: New file.
15794
15795 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15796
15797 PR gdb/17170
15798 * gdb.base/statistics.exp: New file.
15799
15800 2014-07-17 Doug Evans <dje@google.com>
15801
15802 PR gdb/17170
15803 * gdb.base/maint.exp: Update testing of per-command stats.
15804
15805 2014-07-16 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15808 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15809 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15810 (tfile_write_buf): New functions.
15811 (add_memory_block): Rewrite using the above.
15812 (adjust_function_address): New function.
15813 (FUNCTION_ADDRESS): New macro.
15814 (write_basic_trace_file): Remove short_x local, and use
15815 tfile_write_16. Change type of func_addr local to unsigned long
15816 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15817 here. Cast argument of add_memory_block to char pointer.
15818 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15819 (main): Remove parameters.
15820 * gdb.trace/tfile.exp: Remove nowarnings.
15821
15822 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15823
15824 * gdb.base/debug-expr.exp: Test string evaluation with
15825 "debug expression" on.
15826
15827 2014-07-15 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/reread.exp: Use clean_restart.
15830
15831 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15832
15833 * gdb.arch/avr-flash-qualifer.c: New.
15834 * gdb.arch/avr-flash-qualifer.exp: New.
15835
15836 2014-07-14 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15839 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15840
15841 2014-07-14 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.base/double-prompt-target-event-error.c: New file.
15844 * gdb.base/double-prompt-target-event-error.exp: New file.
15845
15846 2014-07-14 Pedro Alves <palves@redhat.com>
15847
15848 PR gdb/17072
15849 * gdb.base/paginate-inferior-exit.c: New file.
15850 * gdb.base/paginate-inferior-exit.exp: New file.
15851
15852 2014-07-14 Pedro Alves <palves@redhat.com>
15853
15854 PR gdb/17072
15855 * gdb.base/paginate-bg-execution.c: New file.
15856 * gdb.base/paginate-bg-execution.exp: New file.
15857
15858 2014-07-14 Pedro Alves <palves@redhat.com>
15859
15860 PR gdb/17072
15861 * gdb.base/paginate-execution-startup.c: New file.
15862 * gdb.base/paginate-execution-startup.exp: New file.
15863 * lib/gdb.exp (pagination_prompt): New global.
15864 (default_gdb_spawn): New procedure, factored out from
15865 default_gdb_spawn.
15866 (default_gdb_start): Adjust to call default_gdb_spawn.
15867 (gdb_spawn): New procedure.
15868
15869 2014-07-14 Pedro Alves <palves@redhat.com>
15870
15871 * lib/gdb.exp (gdb_assert): New procedure.
15872 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15873
15874 2014-07-14 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/execution-termios.c: New file.
15877 * gdb.base/execution-termios.exp: New file.
15878
15879 2014-07-14 Tom Tromey <tromey@redhat.com>
15880
15881 * gdb.cp/vla-cxx.cc: New file.
15882 * gdb.cp/vla-cxx.exp: New file.
15883
15884 2014-07-14 Tom Tromey <tromey@redhat.com>
15885
15886 * gdb.reverse/rerun-prec.c: New file.
15887 * gdb.reverse/rerun-prec.exp: New file.
15888
15889 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15890 Maciej W. Rozycki <macro@codesourcery.com>
15891
15892 * lib/gdb-utils.exp: New file.
15893 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15894 inline `gdb_init_command' processing.
15895 (gdb_start_cmd): Likewise.
15896 * lib/mi-support.exp (mi_run_cmd): Likewise.
15897 * README: Document `gdb_init_command' and `gdb_init_commands'.
15898
15899 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 Fix false FAIL running under a very long directory name.
15902 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15903 and "set print elements 10000". Twice.
15904
15905 2014-07-11 Yao Qi <yao@codesourcery.com>
15906
15907 * gdb.base/exprs.exp: "set print symbol off".
15908
15909 2014-07-11 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.threads/kill.c: New file.
15912 * gdb.threads/kill.exp: New file.
15913
15914 2014-07-10 Yao Qi <yao@codesourcery.com>
15915
15916 * gdb.trace/tfile.c (write_basic_trace_file)
15917 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15918 address written to trace file.
15919
15920 2014-07-09 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.base/attach-wait-input.exp: New file.
15923 * gdb.base/attach-wait-input.c: New file.
15924
15925 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15926
15927 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15928 setting up test structures.
15929 (main): Call new test function.
15930 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15931 test function, continue into test function and walk test
15932 structures.
15933
15934 2014-07-02 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15937 'bar_start' at the beginning of functions 'foo' and 'bar'
15938 respectively.
15939 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15940 instead of 'foo' and 'bar'.
15941
15942 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15943
15944 * gdb.btrace/segv.exp: New.
15945 * gdb.btrace/segv.c: New.
15946
15947 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15948
15949 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15950 instruction.
15951
15952 2014-06-30 Mark Wielaard <mjw@redhat.com>
15953
15954 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15955 vulture, vilify, villar): New volatile array constants.
15956 (vindictive, vegetation): New const volatile array constants.
15957 * gdb.base/volatile.exp: Test volatile and const volatile array
15958 types.
15959
15960 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15961
15962 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15963 target lacks support for awatch, rwatch, or hbreak.
15964
15965 2014-06-27 Yao Qi <yao@codesourcery.com>
15966
15967 * gdb.multi/dummy-frame-restore.exp: New.
15968 * gdb.multi/dummy-frame-restore.c: New.
15969
15970 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15971
15972 * gdb.btrace/gcore.exp: New.
15973
15974 2014-06-23 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/watchpoint-reuse-slot.c: New file.
15977 * gdb.base/watchpoint-reuse-slot.exp: New file.
15978
15979 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15980
15981 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15982 progspace's filename in 'info', 'enable' and 'disable' command
15983 tests.
15984
15985 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15986
15987 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15988 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15989 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15990
15991 2014-06-20 Gary Benson <gbenson@redhat.com>
15992
15993 * gdb.arch/i386-avx.exp: Fix include file location.
15994 * gdb.arch/i386-sse.exp: Likewise.
15995
15996 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15997
15998 * gdb.dlang/expression.exp: New file.
15999
16000 2014-06-19 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16003 out from ...
16004 (top level): ... here. Iterate running tests under different
16005 scheduler-locking settings.
16006
16007 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16008
16009 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16010 to DW_FORM_addr and use non-zero addresses.
16011
16012 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16013
16014 PR gdb/17017
16015 * gdb.python/py-xmethods.cc: Add global function call counters and
16016 increment them in their respective functions. Remove "cout"
16017 statements.
16018 * gdb.python/py-xmethods.exp: Make tests check the global function
16019 call counters instead of depending on inferior IO.
16020
16021 2014-06-18 Don Breazeal <donb@codesourcery.com>
16022
16023 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16024 Deleted procedure.
16025 (explicit_fork_parent_follow): Deleted procedure.
16026 (explicit_fork_child_follow): Deleted procedure.
16027 (test_follow_fork): New procedure.
16028 (do_fork_tests): Replace calls to deleted procedures with
16029 calls to test_follow_fork and reset GDB for subsequent
16030 procedure calls.
16031
16032 2014-06-17 Yao Qi <yao@codesourcery.com>
16033
16034 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16035 CP1252.
16036
16037 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16038
16039 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16040 Initialize ptr and S explicitly.
16041 (skip_type_update_when_not_use_rtti_test): Likewise.
16042
16043 2014-06-16 Keith Seitz <keiths@redhat.com>
16044
16045 PR mi/15863
16046 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16047 the inferior is started.
16048
16049 2014-06-16 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/break-main-file-remove-fail.c: New file.
16052 * gdb.base/break-main-file-remove-fail.exp: New file.
16053 * gdb.base/break-unload-file.exp: Use build_executable instead of
16054 prepare_for_testing.
16055 (test_break): New parameter "initial_load". Handle it.
16056 (top level): Add initial_load cmdline/file axis.
16057
16058 2014-06-12 Tom Tromey <tromey@redhat.com>
16059
16060 * gdb.base/completion.exp: Don't use directory name in test.
16061
16062 2014-06-09 Gary Benson <gbenson@redhat.com>
16063
16064 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16065 separate the always-available ANSI-standard signals from the
16066 signals that require checking.
16067 (main): Likewise.
16068 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16069 Likewise.
16070 (main): Likewise.
16071
16072 2014-06-07 Keith Seitz <keiths@redhat.com>
16073
16074 Revert:
16075 PR c++/16253
16076 * gdb.cp/var-tag.cc: New file.
16077 * gdb.cp/var-tag.exp: New file.
16078 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16079 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16080 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16081 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16082
16083 2014-06-06 Doug Evans <xdje42@gmail.com>
16084
16085 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16086
16087 2014-06-06 Pedro Alves <palves@redhat.com>
16088
16089 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16090 in target debug output instead of looking at RSP packets,
16091 disabling the test on any target that uses hardware stepping.
16092 Update comments.
16093
16094 2014-06-06 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.base/break-unload-file.exp: Fix typo.
16097
16098 2014-06-06 Yao Qi <yao@codesourcery.com>
16099
16100 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16101 from "jit_function" to "^jit_function".
16102
16103 2014-06-06 Yao Qi <yao@codesourcery.com>
16104
16105 * gdb.base/async.c (foo): Add one statement.
16106 * gdb.base/async.exp: Get the next instruction address and
16107 match the output of "nexti" by instruction address. Match
16108 the hex address in the output of "finish".
16109
16110 2014-06-06 Gary Benson <gbenson@redhat.com>
16111
16112 * gdb.base/call-signals.c: Remove preprocessor conditionals
16113 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16114 SIGSEGV and SIGTERM.
16115 * gdb.base/sigall.c: Likewise.
16116 * gdb.base/unwindonsignal.c: Likewise.
16117 * gdb.reverse/sigall-reverse.c: Likewise.
16118
16119 2014-06-06 Yao Qi <yao@codesourcery.com>
16120
16121 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16122 readable, skip the test.
16123
16124 2014-06-06 Yao Qi <yao@codesourcery.com>
16125
16126 * gdb.threads/staticthreads.c (thread_function): Move the line
16127 setting breakpoint on forward.
16128 * gdb.threads/staticthreads.exp: Update comments.
16129
16130 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16131
16132 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16133 "history-append! type error".
16134
16135 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16136
16137 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16138 erroneous dprintf expected input.
16139
16140 2014-06-04 Doug Evans <xdje42@gmail.com>
16141
16142 * gdb.guile/scm-generics.exp: Delete.
16143
16144 2014-06-04 Doug Evans <xdje42@gmail.com>
16145
16146 * gdb.guile/scm-breakpoint.exp: Update.
16147 Add tests for breakpoint registration.
16148
16149 2014-06-04 Tom Tromey <tromey@redhat.com>
16150
16151 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16152 VLA-in-union.
16153 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16154 inner_vla_struct, vla_union types. Initialize objects of those
16155 types and compute their sizes.
16156
16157 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16158 Hui Zhu <hui@codesourcery.com>
16159
16160 * gdb.base/fileio.exp: Add test for shell not available as well as
16161 available.
16162 * gdb.base/fileio.c (test_system): Check for shell twice.
16163
16164 2014-06-04 Yao Qi <yao@codesourcery.com>
16165
16166 * gdb.base/auto-connect-native-target.exp: Remove redundant
16167 space from the regexp pattern.
16168
16169 2014-06-04 Yao Qi <yao@codesourcery.com>
16170
16171 * gdb.base/default.exp: Replace "child" with "native" in
16172 regexp pattern.
16173
16174 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16175
16176 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16177 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16178 * gdb.python/py-xmethods.py: Python script supporting the
16179 new testcase and tests.
16180
16181 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16182 Pedro Alves <palves@redhat.com>
16183
16184 PR breakpoints/17000
16185 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16186 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16187
16188 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16189
16190 * gdb.base/subst.exp: Add tests to verify partial path matching
16191 output.
16192
16193 2014-06-03 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16196 target that doesn't use software single-stepping.
16197
16198 2014-06-03 Pedro Alves <palves@redhat.com>
16199
16200 PR breakpoints/17000
16201 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16202 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16203
16204 2014-06-02 Doug Evans <xdje42@gmail.com>
16205
16206 * gdb.guile/scm-parameter.exp: New file.
16207
16208 2014-06-02 Doug Evans <xdje42@gmail.com>
16209
16210 * gdb.guile/scm-cmd.c: New file.
16211 * gdb.guile/scm-cmd.exp: New file.
16212
16213 2014-06-02 Doug Evans <xdje42@gmail.com>
16214
16215 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16216 pretty-printer lookup.
16217 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16218 (make-pp_s-printer): Call it.
16219 (make-pretty-printer-from-dict): New function.
16220 (lookup-pretty-printer-maker-from-dict): New function.
16221 (*pretty-printer*): Simplify.
16222 (make-objfile-pp_s-printer): New function.
16223 (install-objfile-pretty-printers!): New function.
16224 (make-progspace-pp_s-printer): New function.
16225 (install-progspace-pretty-printers!): New function.
16226 * gdb.guile/scm-progspace.c: New file.
16227 * gdb.guile/scm-progspace.exp: New file.
16228
16229 2014-06-02 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.base/dprintf-bp-same-addr.c: New file.
16232 * gdb.base/dprintf-bp-same-addr.exp: New file.
16233
16234 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16235
16236 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16237 * gdb.arch/powerpc-power.s: Likewise.
16238
16239 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16240
16241 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16242
16243 2014-06-01 Yao Qi <yao@codesourcery.com>
16244
16245 * gdb.base/watchpoint.exp (test_watch_location): Check null
16246 pointer can be dereferenced. If not, do the test, otherwise
16247 skip it.
16248
16249 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16250
16251 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16252 results.
16253 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16254
16255 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16256
16257 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16258 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16259 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16260 * gdb.arch/amd64-invalid-stack-top.c: New file.
16261 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16262
16263 2014-05-30 Pedro Alves <palves@redhat.com>
16264
16265 PR breakpoints/17000
16266 * gdb.base/sss-bp-on-user-bp.c: New file.
16267 * gdb.base/sss-bp-on-user-bp.exp: New file.
16268
16269 2014-05-30 David Blaikie <dblaikie@gmail.com>
16270
16271 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16272 gnu_inline semantics via attribute.
16273 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16274 source explicitly specifies the required semantics.
16275
16276 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16277
16278 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16279
16280 2014-05-29 Pedro Alves <palves@redhat.com>
16281 Tom Tromey <tromey@redhat.com>
16282
16283 * gdb.base/async-shell.exp: Don't enable target-async.
16284 * gdb.base/async.exp
16285 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16286 parameter. Adjust.
16287 (top level): Don't test with "target-async".
16288 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16289 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16290 * gdb.base/inferior-died.exp: Don't enable target-async.
16291 * gdb.base/interrupt-noterm.exp: Likewise.
16292 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16293 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16294 * gdb.mi/mi-nonstop.exp: Likewise.
16295 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16296 * gdb.mi/mi-nsintrall.exp: Likewise.
16297 * gdb.mi/mi-nsmoribund.exp: Likewise.
16298 * gdb.mi/mi-nsthrexec.exp: Likewise.
16299 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16300 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16301 * gdb.python/py-evsignal.exp: Don't enable target-async.
16302 * gdb.python/py-evthreads.exp: Likewise.
16303 * gdb.python/py-prompt.exp: Likewise.
16304 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16305 * gdb.server/solib-list.exp: Don't enable target-async.
16306 * gdb.threads/thread-specific-bp.exp: Likewise.
16307 * lib/mi-support.exp: Adjust to use mi-async.
16308
16309 2014-05-29 Pedro Alves <palves@redhat.com>
16310
16311 PR gdb/13860
16312 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16313 reason, even in sync mode.
16314
16315 2014-05-29 Pedro Alves <palves@redhat.com>
16316 Hui Zhu <hui@codesourcery.com>
16317
16318 PR PR15693
16319 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16320 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16321 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16322 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16323
16324 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16325
16326 * config/monitor.exp (gdb_target_monitor): Replace use of
16327 "set remotebaud" by "set serial baud".
16328
16329 2014-05-26 Andy Wingo <wingo@igalia.com>
16330
16331 * gdb.guile/scm-breakpoint.exp:
16332 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16333 properties instead of gdb-object-properties.
16334
16335 2014-05-26 Yao Qi <yao@codesourcery.com>
16336
16337 * gdb.server/no-thread-db.exp: Specify source file name
16338 explicitly when setting a breakpoint.
16339
16340 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16341
16342 * gdb.btrace/vdso.c: New.
16343 * gdb.btrace/vdso.exp: New.
16344
16345 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16346
16347 * gdb.base/gcore.exp (capture_command_output): Move ...
16348 * lib/gdb.exp (capture_command_output): ... here.
16349
16350 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16351
16352 * gdb.btrace/data.exp: Test memory access during btrace replay.
16353
16354 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16355
16356 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16357
16358 2014-05-21 Pedro Alves <palves@redhat.com>
16359
16360 PR gdb/13860
16361 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16362 (top level): Test that output related to execution commands is
16363 sent to the console with CLI commands, but not with MI commands.
16364 Test that breakpoint events are always mirrored to the console.
16365 Also expect the new source line to be output after a "next" in
16366 async mode too. Make it a pass/fail test.
16367 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16368 output.
16369 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16370
16371 2014-05-21 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16374 Use them to test variations of "list" after reaching a breakpoint.
16375 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16376 Test "list" with listsize 10 after reaching a breakpoint.
16377 * gdb.python/python.exp (decode_line current location line
16378 number): Adjust expected line number.
16379
16380 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16381
16382 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16383 behavior for $args, pass it directly to "run".
16384
16385 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16386
16387 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16388 30000 to 65536.
16389
16390 2014-05-21 Pedro Alves <palves@redhat.com>
16391
16392 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16393 auto-connect-native-target off".
16394 * gdb.base/auto-connect-native-target.c: New file.
16395 * gdb.base/auto-connect-native-target.exp: New file.
16396
16397 2014-05-21 Pedro Alves <palves@redhat.com>
16398
16399 * gdb.base/default.exp: Test "target native" instead of "target
16400 child".
16401
16402 2014-05-21 Mark Wielaard <mjw@redhat.com>
16403
16404 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16405
16406 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16407
16408 Fix TLS access for -static -pthread.
16409 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16410 <HAVE_TLS> (thread_function, main): Initialize it.
16411 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16412 Add clean_restart.
16413 <$have_tls != "">: Check TLSVAR.
16414
16415 2014-05-21 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/dcache-line-read-error.c: New.
16418 * gdb.base/dcache-line-read-error.exp: New.
16419
16420 2014-05-20 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.base/compare-sections.c: New file.
16423 * gdb.base/compare-sections.exp: New file.
16424
16425 2014-05-20 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.base/break-idempotent.c: New file.
16428 * gdb.base/break-idempotent.exp: New file.
16429
16430 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16431
16432 * gdb.btrace/nohist.exp: New.
16433
16434 2014-05-20 Yao Qi <yao@codesourcery.com>
16435
16436 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16437 gdb.reverse directory and gdb_reverse_timeout exists in board
16438 setting.
16439 * README: Document gdb_reverse_timeout.
16440
16441 2014-05-20 Yao Qi <yao@codesourcery.com>
16442
16443 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16444 'test_file_name'. Treat args as a string instead of a list.
16445 (gdb_init): Rename argument 'args' by 'test_file_name'.
16446
16447 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16448
16449 * gdb.arch/powerpc-power.exp: New file.
16450 * gdb.arch/powerpc-power.s: New file.
16451
16452 2014-05-16 Doug Evans <dje@google.com>
16453
16454 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16455 * gdb.base/completion.exp: Check that all expected files exist
16456 before doing file completion.
16457
16458 2014-05-16 Doug Evans <dje@google.com>
16459
16460 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16461 Update.
16462 (do_syscall_tests_without_xml): Update.
16463
16464 2014-05-16 Pedro Alves <palves@redhat.com>
16465
16466 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16467 instead of "unknown output after running".
16468
16469 2014-05-16 Yao Qi <yao@codesourcery.com>
16470
16471 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16472 file1.txt from host at the end.
16473 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16474
16475 2014-05-15 Doug Evans <dje@google.com>
16476
16477 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16478 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16479 loading file. Add test for TU lookup.
16480
16481 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16482
16483 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16484 calling "-exec-arguments" or "set args" before running the
16485 inferior.
16486
16487 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16488
16489 * lib/mi-support.exp (mi_expect_stop): Expect message for
16490 inferiors that exit with non-zero exit code.
16491
16492 2014-05-14 Yao Qi <yao@codesourcery.com>
16493
16494 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16495 match absolute path on remote host.
16496 (test_file_list_exec_source_files): Remove "/" from the
16497 pattern.
16498
16499 2014-05-14 Yao Qi <yao@codesourcery.com>
16500
16501 * boards/local-remote-host-notty.exp (${board}_file): New
16502 proc.
16503
16504 2014-05-07 Kyle McMartin <kyle@redhat.com>
16505
16506 Pushed by Joel Brobecker <brobecker@adacore.com>.
16507 * gdb.arch/aarch64-atomic-inst.c: New file.
16508 * gdb.arch/aarch64-atomic-inst.exp: New file.
16509
16510 2014-05-07 Yao Qi <yao@codesourcery.com>
16511
16512 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16513 in current context" too.
16514
16515 2014-05-05 Keith Seitz <keiths@redhat.com>
16516
16517 * gdb.linespec/ls-dollar.exp: Add test for linespec
16518 file:convenience_variable.
16519
16520 2014-05-05 Yao Qi <yao@codesourcery.com>
16521
16522 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16523 traceframes into tfile and ctf trace files. Read data from
16524 trace file and test collected data.
16525 (gdb_collect_locals_test): Likewise.
16526 (gdb_unavailable_registers_test): Likewise.
16527 (gdb_unavailable_floats): Likewise.
16528 (gdb_collect_globals_test): Likewise.
16529 (top-level): Append "ctf" to trace_file_targets if GDB
16530 supports.
16531
16532 2014-05-05 Yao Qi <yao@codesourcery.com>
16533
16534 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16535 code to ...
16536 (gdb_collect_args_test_1): ... it. New proc.
16537 (gdb_collect_locals_test): Move some code to ...
16538 (gdb_collect_locals_test_1): ... it. New proc.
16539 (gdb_unavailable_registers_test): Move some code to ...
16540 (gdb_unavailable_registers_test_1): ... it. New proc.
16541 (gdb_unavailable_floats): Move some code to ...
16542 (gdb_unavailable_floats_1): ... it. New proc.
16543
16544 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16545
16546 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16547 probes to test for bitness recognition.
16548 * gdb.arch/amd64-stap-optional-prefix.exp
16549 (test_probe_value_without_reg): New procedure.
16550 Add code to test for different kinds of bitness.
16551
16552 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16553
16554 PR breakpoints/16889
16555 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16556 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16557
16558 2014-05-01 Pedro Alves <palves@redhat.com>
16559
16560 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16561 gdb_file_cmd if no file is specified.
16562 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16563 last_loaded_file to set the remote exec-file.
16564
16565 2014-05-01 Pedro Alves <palves@redhat.com>
16566
16567 * boards/local-remote-host.exp: New file.
16568
16569 2014-05-01 Pedro Alves <palves@redhat.com>
16570
16571 * boards/local-remote-host.exp: Rename to ...
16572 * boards/local-remote-host-notty.exp: ... this.
16573
16574 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/dyn_arrayidx: New testcase.
16577
16578 2014-04-26 Yao Qi <yao@codesourcery.com>
16579
16580 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16581 and compute the length of function main. Save it in
16582 $main_length.
16583 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16584 (top-level): Use gdb_compile to compile objects into
16585 executable and restart GDB. Remove invocation to
16586 prepare_for_testing.
16587
16588 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16589 Pedro Alves <palves@redhat.com>
16590
16591 PR server/16255
16592 * gdb.multi/multi-attach.c: New file.
16593 * gdb.multi/multi-attach.exp: New file.
16594
16595 2014-04-25 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16598 user.
16599 (top level): Test that "set remote conditional-breakpoints-packet
16600 off" works as intended.
16601 * gdb.base/dprintf.exp: Test that "set remote
16602 breakpoint-commands-packet off" works as intended.
16603 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16604 New function.
16605 (top level): Call it.
16606 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16607 remote fast-tracepoints-packet off" works as intended.
16608 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16609 * lib/gdb.exp (gdb_is_target_remote): ... here.
16610
16611 2014-04-24 David Blaikie <dblaikie@gmail.com>
16612
16613 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16614 ensure clang would not discard them.
16615 * gdb.base/gdbvars.c: Ditto.
16616 * gdb.base/memattr.c: Ditto.
16617 * gdb.base/whatis.c: Ditto.
16618 * gdb.python/py-prettyprint.c: Ditto.
16619 * gdb.trace/actions.c: Ditto.
16620 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16621 ensure clang would not discard it.
16622
16623 2014-04-24 David Blaikie <dblaikie@gmail.com>
16624
16625 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16626 clang to emit the full definition of type required by the test
16627 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16628
16629 2014-04-24 David Blaikie <dblaikie@gmail.com>
16630
16631 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16632 coax Clang into emitting the definition of the type.
16633 * gdb.cp/pr10728-x.h (y): Ditto.
16634 * gdb.cp/pr10728-y.cc (y): Ditto.
16635
16636 2014-04-24 David Blaikie <dblaikie@gmail.com>
16637
16638 * gdb.base/label.exp: XFAIL label related tests under Clang.
16639 * gdb.cp/cplabel.exp: Ditto.
16640 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16641 under Clang those using labels.
16642
16643 2014-04-25 Yao Qi <yao@codesourcery.com>
16644
16645 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16646 double_label.
16647 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16648 partial_label and double_label.
16649
16650 2014-04-24 David Blaikie <dblaikie@gmail.com>
16651
16652 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16653
16654 2014-04-24 David Blaikie <dblaikie@gmail.com>
16655
16656 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16657 of the function to work across GCC and Clang.
16658 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16659 pointer types (const void ** const V void **).
16660
16661 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16662 Walfred Tedeschi <walfred.tedeschi@intel.com>
16663
16664 * Makefile.in (EXECUTABLES): Added i386-avx512.
16665 * gdb.arch/i386-avx512.c: New file.
16666 * gdb.arch/i386-avx512.exp: Likewise.
16667
16668 2014-04-23 Keith Seitz <keiths@redhat.com>
16669
16670 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16671 (mi_make_breakpoint_table): New procedure.
16672 (mi_create_breakpoint): Use mi_make_breakpoint
16673 and return the result.
16674 (mi_make_breakpoint): New procedure.
16675 (mi_build_kv_pairs): New procedure.
16676
16677 * gdb.mi/mi-break.exp: Remove unused globals,
16678 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16679 All callers updated.
16680 * gdb.mi/mi-dprintf.exp: Use variable to track command
16681 number.
16682 Update all callers of mi_create_breakpoint and use
16683 mi_make_breakpoint_table.
16684 Remove any unused global variables.
16685 * gdb.mi/mi-nonstop.exp: Likewise.
16686 * gdb.mi/mi-nsintrall.exp: Likewise.
16687 * gdb.mi/mi-nsmoribund.exp: Likewise.
16688 * gdb.mi/mi-nsthrexec.exp: Likewise.
16689 * gdb.mi/mi-reverse.exp: Likewise.
16690 * gdb.mi/mi-simplerun.exp: Likewise.
16691 * gdb.mi/mi-stepn.exp: Likewise.
16692 * gdb.mi/mi-syn-frame.exp: Likewise.
16693 * gdb.mi/mi-until.exp: Likewise.
16694 * gdb.mi/mi-var-cp.exp: Likewise.
16695 * gdb.mi/mi-var-display.exp: Likewise.
16696 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16697 * gdb.mi/mi2-var-child.exp: Likewise.
16698 * gdb.mi/mi-vla-c99.exp: Likewise.
16699 * lib/mi-support.exp: Likewise.
16700
16701 From Ian Lance Taylor <iant@cygnus.com>:
16702 * lib/gdb.exp (parse_args): New procedure.
16703
16704 2014-04-23 Pedro Alves <palves@redhat.com>
16705
16706 * gdb.base/break-unload-file.c: New file.
16707 * gdb.base/break-unload-file.exp: New file.
16708 * gdb.base/sym-file-lib.c (baz): New function.
16709 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16710 field.
16711 (load): Store the segment's mapped size.
16712 (unload): New function.
16713 (unload_shlib): New function.
16714 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16715 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16716 set a breakpoint at baz, and call it.
16717 * gdb.base/sym-file.exp: New tests for stale breakpoint
16718 instructions.
16719
16720 2014-04-23 Pedro Alves <palves@redhat.com>
16721
16722 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16723 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16724 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16725 * gdb.base/hbreak-unmapped.c: New file.
16726 * gdb.base/hbreak-unmapped.exp: New file.
16727 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16728 * lib/gdb.exp (gdb_is_target_remote): ... here.
16729
16730 2014-04-22 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.base/consecutive-step-over.c: New file.
16733 * gdb.base/consecutive-step-over.exp: New file.
16734
16735 2014-04-22 Pedro Alves <palves@redhat.com>
16736
16737 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16738 instead of send_gdb/gdb_expect.
16739
16740 2014-04-22 Yao Qi <yao@codesourcery.com>
16741
16742 * lib/trace-support.exp (generate_tracefile): New procedure.
16743 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16744 return 0.
16745 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16746 if generate_tracefile returns 1.
16747
16748 2014-04-18 Tom Tromey <palves@redhat.com>
16749 Pedro alves <tromey@redhat.com>
16750
16751 PR backtrace/15558
16752 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16753 with a backtrace limit.
16754 * gdb.python/py-frame-inline.exp: Test running to an inline
16755 function with a backtrace limit, and printing the newest frame.
16756 * gdb.python/py-frame-inline.c (main): Call f.
16757
16758 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16759
16760 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16761
16762 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16763
16764 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16765 Drop prefix from unsupported source file path.
16766
16767 2014-04-17 Yao Qi <yao@codesourcery.com>
16768
16769 * lib/gdb.exp (with_target_charset): New proc.
16770 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16771 with_target_charset.
16772 (test_print_strings): Likewise.
16773 (test_repeat_bytes): Likewise.
16774 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16775 for some tests.
16776
16777 2014-04-16 Keith Seitz <keiths@redhat.com>
16778
16779 PR gdb/15827
16780 * gdb.dwarf2/corrupt.c: New file.
16781 * gdb.dwarf2/corrupt.exp: New file.
16782
16783 2014-04-16 Keith Seitz <keiths@redhat.com>
16784
16785 PR c++/16597
16786 * gdb.cp/namelessclass.cc: New file.
16787 * gdb.cp/namelessclass.exp: New file.
16788 * gdb.cp/namelessclass.S: New file.
16789
16790 2014-04-16 Doug Evans <dje@google.com>
16791
16792 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16793 Add comment.
16794 (gdbserver_default_get_comm_port): New function.
16795 (gdbserver_start): Check if board file provided
16796 "gdbserver,get_comm_port" and use it if so.
16797 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16798 (gdb,socketport): Set to "stdio".
16799 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16800 (stdio_gdbserver_template): Delete.
16801 (${board}_get_remote_address): Update.
16802 (${board}_build_remote_cmd): Delete.
16803 (${board}_get_comm_port): New function.
16804 (${board}_spawn): Update.
16805 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16806 Delete.
16807 (${board}_get_remote_address): Update.
16808 (${board}_get_comm_port): New function.
16809
16810 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16811
16812 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16813 appearing in any order.
16814
16815 2014-04-15 Doug Evans <dje@google.com>
16816
16817 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16818 uninitialized value of "description".
16819
16820 2014-04-15 Keith Seitz <keiths@redhat.com>
16821
16822 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16823 Remove unused globals.
16824 (test_running_the_program): Likewise.
16825 (test_controlled_execution): Likewise.
16826 (test_controlling_breakpoints): Likewise.
16827 (test_program_termination): Likewise.
16828
16829 2014-04-15 Keith Seitz <keiths@redhat.com>
16830
16831 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16832 unused globals.
16833 (test_rbreak_creation_and_listing): Likewise.
16834 (test_ignore_count): Likewise.
16835 (test_error): Likewise.
16836
16837 2014-04-15 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16840 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16841 sym-file-loader.c.
16842 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16843 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16844 to sym-file-loader.c.
16845 (struct library): Forward declare.
16846 (load_shlib, lookup_function): Change prototypes.
16847 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16848 (translate_offset): Remove declarations.
16849 (get_text_addr): New declaration.
16850 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16851 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16852 sym-file-loader.h.
16853 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16854 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16855 here from sym-file-loader.h.
16856 (struct library): New structure.
16857 (load_shlib, lookup_function): Change prototypes and adjust to
16858 work with a struct library.
16859 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16860 (translate_offset): Make static.
16861 (get_text_addr): New function.
16862 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16863
16864 2014-04-15 Pedro Alves <palves@redhat.com>
16865
16866 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16867
16868 2014-04-15 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.base/sym-file-loader.c: Include <limits.h>.
16871 (SELF_LINK): New define.
16872 (get_origin): New function.
16873 (load_shlib): Use it.
16874 * gdb.base/sym-file.exp: Don't early return if the target is
16875 remote. Use runto_main, and issue fail is that fails. Use
16876 gdb_load_shlibs.
16877 (shlib_name): Delete.
16878 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16879
16880 2014-04-15 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/sym-file.exp: Remove regex characters from test
16883 message. Don't refer to breakpoint numbers in test messages.
16884
16885 2014-04-14 Keith Seitz <keiths@redhat.com>
16886
16887 PR c++/16253
16888 * gdb.cp/var-tag.cc: New file.
16889 * gdb.cp/var-tag.exp: New file.
16890 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16891 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16892 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16893 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16894
16895 2014-04-14 Tom Tromey <tromey@redhat.com>
16896
16897 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16898 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16899 type.
16900 * gdb.cp/enum-class.exp: New file.
16901 * gdb.cp/enum-class.cc: New file.
16902
16903 2014-04-14 Tom Tromey <tromey@redhat.com>
16904
16905 * gdb.dwarf2/enum-type.exp: New file.
16906
16907 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16908
16909 * gdb.mi/mi-vla-c99.exp: New file.
16910 * gdb.mi/vla.c: New file.
16911
16912 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16913
16914 * gdb.base/vla-datatypes.c: New file.
16915 * gdb.base/vla-datatypes.exp: New file.
16916
16917 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16918
16919 * gdb.base/vla-ptr.c: New file.
16920 * gdb.base/vla-ptr.exp: New file.
16921
16922 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16923
16924 * gdb.dwarf2/count.exp: New file.
16925
16926 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16927
16928 * gdb.base/vla-sideeffect.c: New file.
16929 * gdb.base/vla-sideeffect.exp: New file.
16930
16931 2014-04-14 David Blaikie <dblaikie@gmail.com>
16932
16933 * gdb.mi/non-stop.c: Add return value for non-void function return
16934 statement.
16935 * gdb.threads/staticthreads.c: Ditto.
16936
16937 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16938 Doug Evans <xdje42@gmail.com>
16939
16940 * gdb.guile/scm-value.c: Improve test case.
16941 * gdb.guile/scm-value.exp: Add new test.
16942
16943 2014-04-11 David Blaikie <dblaikie@gmail.com>
16944
16945 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16946 override Clang's default.
16947
16948 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16949
16950 Revert the following changes (regressions):
16951
16952 * gdb.base/vla-sideeffect.c: New file.
16953 * gdb.base/vla-sideeffect.exp: New file.
16954
16955 * gdb.dwarf2/count.exp: New file.
16956
16957 * gdb.base/vla-multi.c: New file.
16958 * gdb.base/vla-multi.exp: New file.
16959
16960 * gdb.base/vla-ptr.c: New file.
16961 * gdb.base/vla-ptr.exp: New file.
16962
16963 * gdb.base/vla-datatypes.c: New file.
16964 * gdb.base/vla-datatypes.exp: New file.
16965
16966 * gdb.mi/mi-vla-c99.exp: New file.
16967 * gdb.mi/vla.c: New file.
16968
16969 2014-04-11 Keith Seitz <keiths@redhat.com>
16970
16971 PR c++/16675
16972 * gdb.cp/cpsizeof.exp: New file.
16973 * gdb.cp/cpsizeof.cc: New file.
16974
16975 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16976
16977 * gdb.mi/mi-vla-c99.exp: New file.
16978 * gdb.mi/vla.c: New file.
16979
16980 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16981
16982 * gdb.base/vla-datatypes.c: New file.
16983 * gdb.base/vla-datatypes.exp: New file.
16984
16985 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16986
16987 * gdb.base/vla-ptr.c: New file.
16988 * gdb.base/vla-ptr.exp: New file.
16989
16990 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16991
16992 * gdb.base/vla-multi.c: New file.
16993 * gdb.base/vla-multi.exp: New file.
16994
16995 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16996
16997 * gdb.dwarf2/count.exp: New file.
16998
16999 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17000
17001 * gdb.base/vla-sideeffect.c: New file.
17002 * gdb.base/vla-sideeffect.exp: New file.
17003
17004 2014-04-11 Yao Qi <yao@codesourcery.com>
17005
17006 * gdb.base/completion.exp: Check file exists before running tests
17007 on file completion.
17008
17009 2014-04-10 Pedro Alves <palves@redhat.com>
17010
17011 * gdb.base/cond-eval-mode.c: New file.
17012 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17013 prepare_for_testing to build the new file. Check result of
17014 runto_main.
17015 (test_break, test_watch): New procedures.
17016 (top level): Use them.
17017
17018 2014-04-08 Pierre Muller <muller@sourceware.org>
17019
17020 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17021 Ctrl-V use for mingw hosts.
17022
17023 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17024
17025 * gdb.python/py-value.c: Improve test case.
17026 * gdb.python/py-value.exp: Add new test.
17027
17028 2014-04-07 David Blaikie <dblaikie@gmail.com>
17029
17030 * lib/compiler.c: Identify the clang compiler.
17031 * lib/compiler.cc: Ditto.
17032
17033 2014-04-03 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17036
17037 2014-04-01 Anton Blanchard <anton@samba.org>
17038
17039 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17040 messages unique.
17041
17042 2014-04-01 Anton Blanchard <anton@samba.org>
17043
17044 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17045 prepare_for_testing.
17046
17047 2014-04-01 Anton Blanchard <anton@samba.org>
17048
17049 * gdb.arch/ppc64-atomic-inst.c: Remove.
17050 * gdb.arch/ppc64-atomic-inst.S: New file.
17051 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17052
17053 2014-03-31 Doug Evans <dje@google.com>
17054
17055 * gdb.base/print-symbol-loading-lib.c: New file.
17056 * gdb.base/print-symbol-loading-main.c: New file.
17057 * gdb.base/print-symbol-loading.exp: New file.
17058
17059 2014-03-31 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17062
17063 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17064
17065 * gdb.ada/mi_dyn_arr: New testcase.
17066
17067 2014-03-27 Doug Evans <dje@google.com>
17068
17069 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17070
17071 2014-03-27 Yao Qi <yao@codesourcery.com>
17072
17073 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17074 if target is nios2-*-*.
17075
17076 2014-03-26 Yao Qi <yao@codesourcery.com>
17077
17078 * lib/gdb.exp (readline_is_used): New proc.
17079 * gdb.base/completion.exp: Move tests on command complete up.
17080 Skip the rest of tests if readline is not used.
17081 * gdb.ada/complete.exp: Skp the test if readline is not
17082 used.
17083 * gdb.base/filesym.exp: Likewise.
17084 * gdb.base/macscp.exp: Likewise.
17085 * gdb.base/readline-ask.exp: Likewise.
17086 * gdb.base/readline.exp: Likewise.
17087 * gdb.python/py-cmd.exp: Likewise.
17088 * gdb.trace/tfile.exp: Likewise.
17089
17090 2014-03-26 Yao Qi <yao@codesourcery.com>
17091
17092 * gdb.base/macscp.exp: Fix code format issues.
17093
17094 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17095
17096 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17097 * gdb.asm/powerpc64le.inc: New file.
17098
17099 2014-03-25 Pedro Alves <palves@redhat.com>
17100 Doug Evans <dje@google.com>
17101
17102 * gdb.base/source-execution.c: New file.
17103 * gdb.base/source-execution.exp: New file.
17104 * gdb.base/source-execution.gdb: New file.
17105
17106 2014-03-24 Doug Evans <dje@google.com>
17107
17108 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17109 using fission.
17110
17111 2014-03-24 Hui Zhu <hui@codesourcery.com>
17112 Pedro Alves <palves@redhat.com>
17113
17114 PR breakpoints/16101
17115 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17116 test pass/fail messages. Detect missing support for dprintf when
17117 breakpoints are actually inserted.
17118 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17119 breakpoints are actually inserted.
17120 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17121 fails.
17122
17123 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17124
17125 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17126
17127 2014-03-22 Doug Evans <xdje42@gmail.com>
17128
17129 * gdb.python/python.exp (python not supported): Verify multi-line
17130 python command issues an error.
17131 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17132 guile command issues an error.
17133
17134 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17135
17136 * gdb.threads/thread-specific.exp: Handle the lack of usable
17137 $this_breakpoint and $this_thread.
17138
17139 2014-03-21 Hui Zhu <hui@codesourcery.com>
17140
17141 * gdb.base/attach.exp (do_command_attach_tests): New.
17142
17143 2014-03-20 Tom Tromey <tromey@redhat.com>
17144 Pedro Alves <palves@redhat.com>
17145
17146 PR cli/15718
17147 * gdb.base/condbreak-call-false.c: New file.
17148 * gdb.base/condbreak-call-false.exp: New file.
17149
17150 2014-03-20 Pedro Alves <palves@redhat.com>
17151
17152 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17153 Delete.
17154 (block_signals, unblock_signals): Delete.
17155 (child_function_2, main): Remove references to deleted variable
17156 and functions.
17157
17158 2014-03-20 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17161 Use pthread_kill to signal thread 2.
17162 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17163 Adjust to make the test send itself a signal rather than using the
17164 host's "kill" command.
17165
17166 2014-03-20 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.threads/multiple-step-overs.c: New file.
17169 * gdb.threads/multiple-step-overs.exp: New file.
17170 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17171 Adjust expected infrun debug output.
17172
17173 2014-03-20 Pedro Alves <palves@redhat.com>
17174
17175 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17176 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17177
17178 2014-03-20 Pedro Alves <palves@redhat.com>
17179
17180 PR breakpoints/7143
17181 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17182 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17183 of gdb_test_multiple.
17184 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17185 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17186
17187 2014-03-20 Pedro Alves <palves@redhat.com>
17188
17189 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17190 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17191
17192 2014-03-19 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/async.exp: Remove early return.
17195
17196 2014-03-19 Pedro Alves <palves@redhat.com>
17197
17198 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17199
17200 2014-03-19 Pedro Alves <palves@redhat.com>
17201
17202 * gdb.base/async.exp (test_background): Expect \r\n after
17203 "completed." in the fail pattern.
17204
17205 2014-03-19 Pedro Alves <palves@redhat.com>
17206
17207 * gdb.base/async.exp (test_background): New procedure.
17208 Use it for all background execution command tests.
17209
17210 2014-03-19 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.base/async.exp: Use prepare_for_testing.
17213
17214 2014-03-19 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17217 the same line.
17218
17219 2014-03-19 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.base/async.c (main): Add "jump here" and "until here" line
17222 marker comments.
17223 * gdb.base/async.exp (jump_here): New global.
17224 (jump& test): Use it.
17225 (until_here): New global.
17226 (until& test): Use it.
17227
17228 2014-03-19 Pedro Alves <palves@redhat.com>
17229
17230 * gdb.base/async.exp: Don't frob gdb_protocol.
17231
17232 2014-03-18 Doug Evans <xdje42@gmail.com>
17233
17234 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17235 Fix spelling of exec-done-display.
17236
17237 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17238
17239 PR gdb/15358
17240 * gdb.base/gdb-sigterm.c: New file.
17241 * gdb.base/gdb-sigterm.exp: New file.
17242
17243 2014-03-18 Pedro Alves <palves@redhat.com>
17244
17245 PR gdb/13860
17246 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17247 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17248 solib-event.
17249
17250 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17251
17252 * gdb.ada/pckd_arr_ren: New testcase.
17253
17254 2014-03-13 Doug Evans <xdje42@gmail.com>
17255
17256 PR guile/16612
17257 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17258 collect after discarding symbols.
17259
17260 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17261 Doug Evans <xdje42@gmail.com>
17262
17263 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17264 to history survives a gc.
17265
17266 2014-03-13 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.base/default.exp: Don't test "target procfs".
17269
17270 2014-03-13 Pedro Alves <palves@redhat.com>
17271
17272 * gdb.base/default.exp: Update "target child" and "target procfs"
17273 tests to not expect "Unix".
17274
17275 2014-03-12 Tom Tromey <tromey@redhat.com>
17276
17277 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17278 New procs. Add target-async tests.
17279 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17280 Add target-async tests.
17281
17282 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17283
17284 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17285 'func_start' and 'func_end' for the beginning and end of the
17286 function code, respectively.
17287 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17288 'func_end' instead of 'func' and 'main'.
17289
17290 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17291
17292 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17293 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17294 generate the debug info assembler source.
17295
17296 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17297
17298 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17299 * gdb.dwarf2/arr-subrange.exp: Likewise.
17300 * gdb.dwarf2/dwz.exp: Likewise.
17301 * gdb.dwarf2/method-ptr.exp: Likewise.
17302 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17303 * gdb.dwarf2/subrange.exp: Likewise.
17304 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17305 * gdb.dwarf2/implptrpiece.exp: Likewise.
17306 * gdb.dwarf2/nostaticblock.exp: Likewise.
17307
17308 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17309
17310 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17311 directory to absolute path name arguments.
17312
17313 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17314
17315 * gdb.ada/tagged_access: New testcase.
17316
17317 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17318
17319 * gdb.btrace/data.exp: Update expected output.
17320
17321 2014-03-06 Yao Qi <yao@codesourcery.com>
17322
17323 * gdb.trace/pr16508.exp: New file.
17324
17325 2014-03-05 Pedro Alves <palves@redhat.com>
17326
17327 PR gdb/16575
17328 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17329 procedure.
17330 (top level): Adjust to use it. Add tests that exercise breakpoint
17331 interaction with the code-cache.
17332
17333 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17334
17335 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17336 test for 'history-append!'.
17337
17338 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17341 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17342 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17343 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17344 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17345 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17346
17347 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17348
17349 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17350 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17351 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17352
17353 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17354
17355 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17356
17357 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17358
17359 * gdb.dwarf2/arr-stride.c: New file.
17360 * gdb.dwarf2/arr-stride.exp: New file.
17361
17362 2014-02-26 Pedro Alves <palves@redhat.com>
17363
17364 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17365 that won't ever trigger. Make sure that GDB reports the correct
17366 breakpoint that caused the stop.
17367
17368 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17369
17370 PR gdb/16626
17371 * gdb.base/auto-load-script: New file.
17372 * gdb.base/auto-load.c: New file.
17373 * gdb.base/auto-load.exp: New file.
17374
17375 PR gdb/16626
17376 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17377
17378 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17379
17380 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17381 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17382
17383 2014-02-24 Doug Evans <dje@google.com>
17384
17385 * lib/gdb.exp (run_on_host): Log error output if program fails.
17386
17387 2014-02-21 Pedro Alves <palves@redhat.com>
17388
17389 * gdb.threads/step-after-sr-lock.c: Rename to ...
17390 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17391 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17392 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17393 ... this.
17394
17395 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17396
17397 PR tdep/16397
17398 * gdb.arch/amd64-stap-special-operands.exp: New file.
17399 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17400 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17401 * gdb.arch/amd64-stap-triplet.S: Likewise.
17402 * gdb.arch/amd64-stap-triplet.c: Likewise.
17403
17404 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17405
17406 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17407 in .section pseudo-op.
17408
17409 2014-02-20 lin zuojian <manjian2006@gmail.com>
17410 Joel Brobecker <brobecker@adacore.com>
17411 Doug Evans <xdje42@gmail.com>
17412
17413 PR symtab/16581
17414 * gdb.dwarf2/dw2-icycle.S: New file.
17415 * gdb.dwarf2/dw2-icycle.c: New file.
17416 * gdb.dwarf2/dw2-icycle.exp: New file.
17417
17418 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17419
17420 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17421 operations on gdb.Value objects.
17422 * gdb.python/py-value-cc.exp: Add new test to test operations on
17423 gdb.Value objects.
17424
17425 2014-02-18 Doug Evans <dje@google.com>
17426
17427 * Makefile.in (TESTS): New variable.
17428 (expanded_tests, expanded_tests_or_none): New variables
17429 (check-single): Pass $(expanded_tests_or_none) to runtest.
17430 (check-parallel): Only run tests in $(TESTS) if non-empty.
17431 (check/no-matching-tests-found): New rule.
17432 * README: Document TESTS makefile variable.
17433
17434 2014-02-18 Doug Evans <dje@google.com>
17435
17436 * Makefile.in (check-parallel): rm -rf outputs temp.
17437
17438 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17439
17440 Fix "ERROR: no fileid for" in the testsuite.
17441 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17442
17443 2014-02-12 Doug Evans <dje@google.com>
17444
17445 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17446 (MISCELLANEOUS): New variable.
17447 (clean): rm -rf $(MISCELLANEOUS).
17448 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17449 dwp live in the same directory as symlinks, with each symlink pointed
17450 to a differently named file in a different directory.
17451
17452 2014-02-11 Doug Evans <dje@google.com>
17453
17454 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17455 of Tcl file commands.
17456
17457 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17458
17459 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17460 "kill -SIGUSR1 -1".
17461
17462 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17463
17464 * gdb.ada/tick_length_array_enum_idx: New testcase.
17465
17466 2014-02-10 Doug Evans <xdje42@gmail.com>
17467
17468 * configure.ac (AC_OUTPUT): Add gdb.guile.
17469 * configure: Regenerate.
17470 * lib/gdb-guile.exp: New file.
17471 * lib/gdb.exp (get_target_charset): New function.
17472 * gdb.base/help.exp: Update expected output from "apropos apropos".
17473 * gdb.guile/Makefile.in: New file.
17474 * gdb.guile/guile.exp: New file.
17475 * gdb.guile/scm-arch.c: New file.
17476 * gdb.guile/scm-arch.exp: New file.
17477 * gdb.guile/scm-block.c: New file.
17478 * gdb.guile/scm-block.exp: New file.
17479 * gdb.guile/scm-breakpoint.c: New file.
17480 * gdb.guile/scm-breakpoint.exp: New file.
17481 * gdb.guile/scm-disasm.c: New file.
17482 * gdb.guile/scm-disasm.exp: New file.
17483 * gdb.guile/scm-equal.c: New file.
17484 * gdb.guile/scm-equal.exp: New file.
17485 * gdb.guile/scm-error.exp: New file.
17486 * gdb.guile/scm-error.scm: New file.
17487 * gdb.guile/scm-frame-args.c: New file.
17488 * gdb.guile/scm-frame-args.exp: New file.
17489 * gdb.guile/scm-frame-args.scm: New file.
17490 * gdb.guile/scm-frame-inline.c: New file.
17491 * gdb.guile/scm-frame-inline.exp: New file.
17492 * gdb.guile/scm-frame.c: New file.
17493 * gdb.guile/scm-frame.exp: New file.
17494 * gdb.guile/scm-generics.exp: New file.
17495 * gdb.guile/scm-gsmob.exp: New file.
17496 * gdb.guile/scm-iterator.c: New file.
17497 * gdb.guile/scm-iterator.exp: New file.
17498 * gdb.guile/scm-math.c: New file.
17499 * gdb.guile/scm-math.exp: New file.
17500 * gdb.guile/scm-objfile-script-gdb.in: New file.
17501 * gdb.guile/scm-objfile-script.c: New file.
17502 * gdb.guile/scm-objfile-script.exp: New file.
17503 * gdb.guile/scm-objfile.c: New file.
17504 * gdb.guile/scm-objfile.exp: New file.
17505 * gdb.guile/scm-ports.exp: New file.
17506 * gdb.guile/scm-pretty-print.c: New file.
17507 * gdb.guile/scm-pretty-print.exp: New file.
17508 * gdb.guile/scm-pretty-print.scm: New file.
17509 * gdb.guile/scm-section-script.c: New file.
17510 * gdb.guile/scm-section-script.exp: New file.
17511 * gdb.guile/scm-section-script.scm: New file.
17512 * gdb.guile/scm-symbol.c: New file.
17513 * gdb.guile/scm-symbol.exp: New file.
17514 * gdb.guile/scm-symtab-2.c: New file.
17515 * gdb.guile/scm-symtab.c: New file.
17516 * gdb.guile/scm-symtab.exp: New file.
17517 * gdb.guile/scm-type.c: New file.
17518 * gdb.guile/scm-type.exp: New file.
17519 * gdb.guile/scm-value-cc.cc: New file.
17520 * gdb.guile/scm-value-cc.exp: New file.
17521 * gdb.guile/scm-value.c: New file.
17522 * gdb.guile/scm-value.exp: New file.
17523 * gdb.guile/source2.scm: New file.
17524 * gdb.guile/types-module.cc: New file.
17525 * gdb.guile/types-module.exp: New file.
17526
17527 2014-02-10 Yao Qi <yao@codesourcery.com>
17528
17529 PR testsuite/16543
17530 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17531 * configure: Regenerated.
17532 * Makefile.in: New file.
17533
17534 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17535
17536 * gdb.python/py-framefilter.exp: Fix typo.
17537
17538 2014-02-08 Yao Qi <yao@codesourcery.com>
17539
17540 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17541 that no =breakpoint-modified is emitted when breakpoints are
17542 modified through MI commands.
17543
17544 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17545 Pedro Alves <palves@redhat.com>
17546
17547 * gdb.threads/step-after-sr-lock.c: New file.
17548 * gdb.threads/step-after-sr-lock.exp: New file.
17549
17550 2014-02-07 Pedro Alves <palves@redhat.com>
17551
17552 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17553
17554 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17555
17556 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17557 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17558
17559 2014-02-06 Doug Evans <xdje42@gmail.com>
17560
17561 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17562 output.
17563
17564 * gdb.gdb/python-interrupts.exp: New file.
17565
17566 2014-02-05 Yao Qi <yao@codesourcery.com>
17567
17568 * gdb.trace/report.exp (use_collected_data): Test the output
17569 of "info threads" and "info inferiors".
17570
17571 2014-02-05 Yao Qi <yao@codesourcery.com>
17572
17573 Revert this patch:
17574
17575 2013-05-24 Yao Qi <yao@codesourcery.com>
17576
17577 * gdb.trace/tfile.exp: Test inferior and thread.
17578
17579 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17580
17581 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17582 on a function.
17583 * gdb.base/step-bt.c: Call hello via function pointer to make
17584 sure its first instruction is executed on powerpc64le-linux.
17585
17586 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17587
17588 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17589
17590 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17591
17592 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17593 of the test patterns for use on little-endian systems.
17594
17595 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17596
17597 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17598 (decimal_vector): Fix for little-endian.
17599
17600 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17601
17602 * gdb.arch/sparc-sysstep.exp: New file.
17603 * gdb.arch/sparc-sysstep.c: Likewise.
17604
17605 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17606
17607 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17608
17609 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17610
17611 2014-01-23 Tom Tromey <tromey@redhat.com>
17612
17613 * gdb.ada/array_char_idx: New testcase.
17614
17615 2014-01-23 Tom Tromey <tromey@redhat.com>
17616
17617 PR python/16487:
17618 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17619 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17620 classes.
17621
17622 2014-01-23 Tom Tromey <tromey@redhat.com>
17623
17624 PR python/16491:
17625 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17626 string from an inferior frame.
17627 * gdb.python/py-framefilter-mi.exp: Update.
17628
17629 2014-01-22 Doug Evans <dje@google.com>
17630
17631 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17632
17633 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17634
17635 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17636
17637 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17638
17639 * gdb.trace/entry-values.exp: Remove excess space character from
17640 regex patterns. Handle s390 call instruction.
17641
17642 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17643
17644 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17645 define "*_start" label. Make "name" static.
17646 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17647 ${name} by references to ${name}_start.
17648
17649 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17650
17651 * gdb.base/info-macros.exp: Remove "debug" from the compile
17652 options.
17653
17654 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17655
17656 * gdb.dlang/demangle.exp: New file.
17657
17658 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17659
17660 * gdb.dlang/primitive-types.exp: New file.
17661
17662 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17663
17664 * configure.ac: Create gdb.dlang/Makefile.
17665 * configure: Regenerate.
17666 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17667 * gdb.dlang/Makefile.in: New file.
17668 * lib/d-support.exp: New file.
17669 * lib/gdb.exp (skip_d_tests): New proc.
17670
17671 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17672
17673 * gdb.btrace/delta.exp: Check reverse stepi.
17674 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17675 * gdb.btrace/finish.exp: New.
17676 * gdb.btrace/next.exp: New.
17677 * gdb.btrace/nexti.exp: New.
17678 * gdb.btrace/record_goto.c: Add comments.
17679 * gdb.btrace/step.exp: New.
17680 * gdb.btrace/stepi.exp: New.
17681 * gdb.btrace/multi-thread-step.c: New.
17682 * gdb.btrace/multi-thread-step.exp: New.
17683 * gdb.btrace/rn-dl-bind.c: New.
17684 * gdb.btrace/rn-dl-bind.exp: New.
17685 * gdb.btrace/data.c: New.
17686 * gdb.btrace/data.exp: New.
17687 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17688
17689 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17690
17691 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17692 * gdb.btrace/exception.exp: Update.
17693 * gdb.btrace/instruction_history.exp: Update.
17694 * gdb.btrace/record_goto.exp: Update.
17695 * gdb.btrace/tailcall.exp: Update.
17696 * gdb.btrace/unknown_functions.exp: Update.
17697 * gdb.btrace/delta.exp: New.
17698
17699 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17700
17701 * gdb.btrace/record_goto.exp: Add backtrace test.
17702 * gdb.btrace/tailcall.exp: Add backtrace test.
17703
17704 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17705
17706 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17707 * gdb.btrace/record_goto.c: New.
17708 * gdb.btrace/record_goto.exp: New.
17709 * gdb.btrace/x86-record_goto.S: New.
17710
17711 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17712
17713 * gdb.btrace/function_call_history.exp: Update tests.
17714 * gdb.btrace/instruction_history.exp: Update tests.
17715
17716 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17717
17718 * gdb.btrace/function_call_history.exp: Fix expected field
17719 order for "record function-call-history".
17720 Add new tests for "record function-call-history /c".
17721 * gdb.btrace/exception.cc: New.
17722 * gdb.btrace/exception.exp: New.
17723 * gdb.btrace/tailcall.exp: New.
17724 * gdb.btrace/x86-tailcall.S: New.
17725 * gdb.btrace/x86-tailcall.c: New.
17726 * gdb.btrace/unknown_functions.c: New.
17727 * gdb.btrace/unknown_functions.exp: New.
17728 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17729
17730 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17731
17732 * gdb.btrace/instruction_history.exp: Update.
17733 * gdb.btrace/function_call_history.exp: Update.
17734
17735 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17736
17737 * gdb.btrace/function_call_history.exp: Fix expected function
17738 trace.
17739 * gdb.btrace/instruction_history.exp: Initialize traced.
17740 Remove traced_functions.
17741
17742 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17743
17744 * gdb.btrace/function_call_history.exp: Update
17745 * gdb.btrace/instruction_history.exp: Update.
17746
17747 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17748
17749 * gdb.btrace/enable.exp: Update expected text.
17750
17751 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17752
17753 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17754 bytes.
17755
17756 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17757
17758 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17759
17760 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17761
17762 * lib/gdb.exp (supports_process_record): Return true for
17763 arm*-linux*. (supports_reverse): Likewise.
17764
17765 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17766
17767 PR python/15464
17768 PR python/16113
17769 * gdb.python/py-type.c: Enhance test case.
17770 * gdb.python/py-value-cc.cc: Likewise
17771 * gdb.python/py-type.exp: Add new tests.
17772 * gdb.python/py-value-cc.exp: Likewise
17773
17774 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17775 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17778 Make "name" extern.
17779 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17780 references to ${name}_start by references to ${name}.
17781
17782 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17785
17786 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17787
17788 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17789
17790 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17791 Pedro Alves <palves@redhat.com>
17792
17793 * gdb.mi/mi-info-os.exp: Connect to the target with
17794 mi_gdb_target_load.
17795
17796 2014-01-08 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.threads/reconnect-signal.c: New file.
17799 * gdb.threads/reconnect-signal.exp: New file.
17800
17801 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17802
17803 * gdb.base/source-dir.exp: New file.
17804
17805 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17806
17807 * gdb.ada/mi_interface: New testcase.
17808
17809 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17810
17811 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17812 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17813 gdb.ada/pp-rec-component/pck.ads: New files.
17814
17815 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17816
17817 * gdb.python/py-pp-integral.c: New file.
17818 * gdb.python/py-pp-integral.py: New file.
17819 * gdb.python/py-pp-integral.exp: New file.
17820
17821 For older changes see ChangeLog-1993-2013.
17822 \f
17823 ;; Local Variables:
17824 ;; mode: change-log
17825 ;; left-margin: 8
17826 ;; fill-column: 74
17827 ;; version-control: never
17828 ;; End:
17829
17830 Copyright 2014-2019 Free Software Foundation, Inc.
17831 Copying and distribution of this file, with or without modification,
17832 are permitted provided the copyright notice and this notice are preserved.
This page took 0.368176 seconds and 5 git commands to generate.