Adjust byte order variable display/change if DW_AT_endianity is present.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2
3 * gdb.base/endianity.c: New test.
4 * gdb.base/endianity.exp: New file.
5
6 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7
8 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
9
10 2019-11-21 Tom de Vries <tdevries@suse.de>
11
12 PR gdb/24956
13 * gdb.base/ui-redirect.exp: Test output of user-defined command.
14
15 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 * gdb.python/py-progspace.exp: Add missing parentheses on some
18 'print' commands.
19
20 2019-11-19 Tom Tromey <tom@tromey.com>
21
22 * gdb.tui/winheight.exp: New file.
23
24 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.base/ctf-whatis.c: Delete.
27 * gdb.base/ctf-whatis.exp: Delete.
28 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
29
30 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.base/ctf-cvexpr.exp: Delete.
33 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
34
35 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
38 the compiler. Clean up header comment a little.
39 * gdb.base/ctf-ptype.exp: Likewise.
40 * gdb.base/ctf-whatis.exp: Likewise.
41 * lib/gdb.exp (skip_ctf_tests): New proc.
42
43 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
44
45 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
46 * gdb.tui/corefile-run.exp: New file.
47
48 2019-11-14 Tom Tromey <tromey@adacore.com>
49
50 * gdb.base/gdbvars.exp (test_convenience_variables): Add
51 regression tests.
52
53 2019-11-12 Tom Tromey <tom@tromey.com>
54
55 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
56 after any command. Expect prompt after WAIT_FOR is seen.
57 (enter_tui): Enable resize messages.
58 (command): Expect command in output.
59 (get_line): Avoid error when cursor appears to be off-screen.
60 (dump_screen): Include screen size in title.
61 (_do_resize): New proc, from "resize".
62 (resize): Rewrite. Do resize in two steps.
63 * gdb.tui/empty.exp (layouts): Fix entries.
64 (check_boxes): Remove xfail.
65 (check_text): Dump screen on failure.
66
67 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.python/py-symbol.exp: Add test for
70 gdb.lookup_static_symbols.
71
72 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.python/py-symbol.c: Declare and call function from new
75 py-symbol-2.c file.
76 * gdb.python/py-symbol.exp: Compile both source files, and add new
77 tests for gdb.lookup_static_symbol.
78 * gdb.python/py-symbol-2.c: New file.
79
80 2019-11-02 Tom de Vries <tdevries@suse.de>
81
82 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
83 * gdb.base/anon.exp: Same.
84 * gdb.base/auto-connect-native-target.exp: Same.
85 * gdb.base/call-ar-st.exp: Same.
86 * gdb.base/catch-syscall.exp: Same.
87 * gdb.base/commands.exp: Same.
88 * gdb.base/default.exp: Same.
89 * gdb.base/display.exp: Same.
90 * gdb.base/float.exp: Same.
91 * gdb.base/foll-fork.exp: Same.
92 * gdb.base/help.exp: Same.
93 * gdb.base/info-macros.exp: Same.
94 * gdb.base/info-proc.exp: Same.
95 * gdb.base/info-target.exp: Same.
96 * gdb.base/long_long.exp: Same.
97 * gdb.base/macscp.exp: Same.
98 * gdb.base/memattr.exp: Same.
99 * gdb.base/nofield.exp: Same.
100 * gdb.base/pointers.exp: Same.
101 * gdb.base/printcmds.exp: Same.
102 * gdb.base/ptype.exp: Same.
103 * gdb.base/restore.exp: Same.
104 * gdb.base/return.exp: Same.
105 * gdb.base/scope.exp: Same.
106 * gdb.base/set-noassign.exp: Same.
107 * gdb.base/setshow.exp: Same.
108 * gdb.base/shlib-call.exp: Same.
109 * gdb.base/signals.exp: Same.
110 * gdb.base/sigstep.exp: Same.
111 * gdb.base/skip.exp: Same.
112 * gdb.base/solib-symbol.exp: Same.
113 * gdb.base/stap-probe.exp: Same.
114 * gdb.base/step-line.exp: Same.
115 * gdb.base/step-test.exp: Same.
116 * gdb.base/style.exp: Same.
117 * gdb.base/varargs.exp: Same.
118 * gdb.base/vla-datatypes.exp: Same.
119 * gdb.base/vla-ptr.exp: Same.
120 * gdb.base/vla-sideeffect.exp: Same.
121 * gdb.base/volatile.exp: Same.
122 * gdb.base/watch-cond-infcall.exp: Same.
123 * gdb.base/watchpoint.exp: Same.
124
125 2019-11-02 Tom de Vries <tdevries@suse.de>
126
127 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
128 * gdb.cp/cpexprs.exp: Same.
129 * gdb.cp/except-multi-location.exp: Same.
130 * gdb.cp/exceptprint.exp: Same.
131 * gdb.cp/gdb2384.exp: Same.
132 * gdb.cp/inherit.exp: Same.
133 * gdb.cp/m-static.exp: Same.
134 * gdb.cp/meth-typedefs.exp: Same.
135 * gdb.cp/misc.exp: Same.
136 * gdb.cp/namespace.exp: Same.
137 * gdb.cp/non-trivial-retval.exp: Same.
138 * gdb.cp/overload.exp: Same.
139 * gdb.cp/pr17132.exp: Same.
140 * gdb.cp/re-set-overloaded.exp: Same.
141 * gdb.cp/rvalue-ref-types.exp: Same.
142 * gdb.cp/templates.exp: Same.
143
144 2019-11-01 Luis Machado <luis.machado@linaro.org>
145
146 PR gdb/25124
147
148 * gdb.arch/pr25124.S: New file.
149 * gdb.arch/pr25124.exp: New file.
150
151 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/info-modules.exp: Update expected results, and add
154 additional tests for 'info module functinos', and 'info module
155 variables'.
156 * gdb.fortran/info-types.exp: Update expected results.
157 * gdb.fortran/info-types.f90: Extend testcase with additional
158 module variables and functions.
159
160 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.fortran/info-modules.exp: New file.
163 * gdb.fortran/info-types.exp: Build with new file.
164 * gdb.fortran/info-types.f90: Include and use new module.
165 * gdb.fortran/info-types-2.f90: New file.
166
167 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
168
169 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
170 * gdb.base/settings.exp: Test all settings types using
171 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
172 that now verifies that the value of "maint show" is the same as
173 returned by the settings functions. Test the type of the
174 maintenance settings.
175 * gdb.base/default.exp: Update show_conv_list.
176
177 2019-10-31 Tom de Vries <tdevries@suse.de>
178
179 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
180 gdb_test.
181 * gdb.arch/amd64-disp-step.exp: Same.
182 * gdb.asm/asm-source.exp: Same.
183 * gdb.btrace/buffer-size.exp: Same.
184 * gdb.btrace/cpu.exp: Same.
185 * gdb.btrace/enable.exp: Same.
186 * gdb.dwarf2/count.exp: Same.
187 * gdb.dwarf2/dw2-ranges-func.exp: Same.
188 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
189 * gdb.fortran/vla-datatypes.exp: Same.
190 * gdb.fortran/vla-history.exp: Same.
191 * gdb.fortran/vla-ptype.exp: Same.
192 * gdb.fortran/vla-value.exp: Same.
193 * gdb.fortran/whatis_type.exp: Same.
194 * gdb.guile/guile.exp: Same.
195 * gdb.multi/tids.exp: Same.
196 * gdb.python/py-finish-breakpoint.exp: Same.
197 * gdb.python/py-framefilter.exp: Same.
198 * gdb.python/py-pp-registration.exp: Same.
199 * gdb.python/py-xmethods.exp: Same.
200 * gdb.python/python.exp: Same.
201 * gdb.server/connect-with-no-symbol-file.exp: Same.
202 * gdb.server/no-thread-db.exp: Same.
203 * gdb.server/run-without-local-binary.exp: Same.
204 * gdb.stabs/weird.exp: Same.
205 * gdb.threads/attach-many-short-lived-threads.exp: Same.
206 * gdb.threads/thread-find.exp: Same.
207 * gdb.threads/tls-shared.exp: Same.
208 * gdb.threads/tls.exp: Same.
209 * gdb.threads/wp-replication.exp: Same.
210 * gdb.trace/ax.exp: Same.
211 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
212
213 2019-10-31 Tom de Vries <tdevries@suse.de>
214
215 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
216 * gdb.ada/array_subscript_addr.exp: Same.
217 * gdb.ada/arrayidx.exp: Same.
218 * gdb.ada/arrayparam.exp: Same.
219 * gdb.ada/arrayptr.exp: Same.
220 * gdb.ada/boolean_expr.exp: Same.
221 * gdb.ada/call_pn.exp: Same.
222 * gdb.ada/complete.exp: Same.
223 * gdb.ada/fixed_cmp.exp: Same.
224 * gdb.ada/fun_addr.exp: Same.
225 * gdb.ada/funcall_param.exp: Same.
226 * gdb.ada/interface.exp: Same.
227 * gdb.ada/mod_from_name.exp: Same.
228 * gdb.ada/null_array.exp: Same.
229 * gdb.ada/packed_array.exp: Same.
230 * gdb.ada/packed_tagged.exp: Same.
231 * gdb.ada/print_chars.exp: Same.
232 * gdb.ada/print_pc.exp: Same.
233 * gdb.ada/ptype_arith_binop.exp: Same.
234 * gdb.ada/ptype_field.exp: Same.
235 * gdb.ada/ptype_tagged_param.exp: Same.
236 * gdb.ada/rec_return.exp: Same.
237 * gdb.ada/ref_tick_size.exp: Same.
238 * gdb.ada/str_ref_cmp.exp: Same.
239 * gdb.ada/taft_type.exp: Same.
240 * gdb.ada/tagged.exp: Same.
241 * gdb.ada/type_coercion.exp: Same.
242 * gdb.ada/uninitialized_vars.exp: Same.
243
244 2019-10-30 Tom de Vries <tdevries@suse.de>
245
246 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
247
248 2019-10-26 Tom de Vries <tdevries@suse.de>
249
250 * gdb.base/bigcore.c: Fix typos in comments.
251 * gdb.base/ctf-ptype.c: Same.
252 * gdb.base/long_long.c: Same.
253 * gdb.dwarf2/dw2-op-out-param.S: Same.
254 * gdb.python/py-evthreads.c: Same.
255 * gdb.reverse/i387-stack-reverse.c: Same.
256 * gdb.trace/tfile.c: Same.
257 * lib/compiler.c: Same.
258 * lib/compiler.cc: Same.
259
260 2019-10-25 Tom de Vries <tdevries@suse.de>
261
262 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
263 gdb_test_multiple calls.
264 * gdb.reverse/sigall-reverse.exp: Same.
265 * gdb.reverse/solib-precsave.exp: Same.
266 * gdb.reverse/solib-reverse.exp: Same.
267 * gdb.reverse/until-precsave.exp: Same.
268 * gdb.reverse/until-reverse.exp: Same.
269
270 2019-10-24 Tom de Vries <tdevries@suse.de>
271
272 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
273 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
274 kfail using -wrap pattern flag and convenience variable
275 gdb_test_name.
276
277 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.python/py-progspace.exp: Add tests for the
280 Progspace.block_for_pc method.
281
282 2019-10-23 Tom Tromey <tom@tromey.com>
283
284 * configure: Rebuild.
285 * aclocal.m4: Use m4_include, not sinclude.
286
287 2019-10-21 Tom de Vries <tdevries@suse.de>
288
289 * gdb.base/infcall-nested-structs.c: Add
290 __attribute__((noinline,noclone)) to all functions.
291 (call_all): Add missing variable initialization. Simplify return value.
292 (breakpt): Increment volatile variable, to prevent call from being
293 optimized out.
294 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
295
296 2019-10-17 Tom de Vries <tdevries@suse.de>
297
298 * gdb.fortran/module.exp: Allow info variables to print info for files
299 other than module.f90.
300
301 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.fortran/module.exp: Extend with 'info variables' test.
304
305 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
308 F77_FOR_TARGET.
309
310 2019-10-16 Tom de Vries <tdevries@suse.de>
311
312 PR tdep/25096
313 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
314
315 2019-10-16 Tom de Vries <tdevries@suse.de>
316
317 PR tdep/24104
318 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
319 Add KFAIL for PR tdep/25096.
320
321 2019-10-16 Tom de Vries <tdevries@suse.de>
322
323 PR testsuite/25059
324 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
325
326 2019-10-16 Tom de Vries <tdevries@suse.de>
327
328 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
329 as signed.
330
331 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
332
333 * gdb.mi/list-thread-groups-available.exp: Read entries one by
334 one instead of increasing timeout.
335
336 2019-10-13 Tom de Vries <tdevries@suse.de>
337
338 PR record/25038
339 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
340 * gdb.reverse/sigall-reverse.exp: Same.
341 * gdb.reverse/solib-precsave.exp: Same.
342 * gdb.reverse/solib-reverse.exp: Same.
343 * gdb.reverse/step-precsave.exp: Same.
344 * gdb.reverse/until-precsave.exp: Same.
345 * gdb.reverse/until-reverse.exp: Same.
346 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
347
348 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
349
350 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
351 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
352 (cmp_struct_05_01, cmp_struct_static_02_01)
353 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
354 comparisons.
355
356 2019-10-10 Tom de Vries <tdevries@suse.de>
357
358 PR testsuite/24888
359 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
360 gnatlink.
361
362 2019-10-09 Tom de Vries <tdevries@suse.de>
363
364 PR testsuite/25048
365 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
366
367 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
370 exceptions due to missing debug information.
371
372 2019-10-07 Tom de Vries <tdevries@suse.de>
373
374 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
375
376 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
379 * gdb.base/annota1.exp: Update to use gdb_test_name.
380
381 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
382
383 * gdb.base/ctf-whatis.exp: New file.
384 * gdb.base/ctf-whatis.c: New file.
385 * gdb.base/ctf-ptype.exp: New file.
386 * gdb.base/ctf-ptype.c: New file.
387 * gdb.base/ctf-constvars.exp: New file.
388 * gdb.base/ctf-constvars.c: New file.
389 * gdb.base/ctf-cvexpr.exp: New file.
390
391 2019-10-04 Tom de Vries <tdevries@suse.de>
392
393 * gdb.cp/local-static.c (main): Move declaration of int i out of the
394 for loop.
395
396 2019-10-03 Tom Tromey <tom@tromey.com>
397
398 PR rust/24976:
399 * gdb.rust/simple.rs (Union2): New type.
400 (main): Use Union2.
401 * gdb.rust/simple.exp: Add test.
402
403 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
406 nested function prefix.
407
408 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
409 Richard Bunt <richard.bunt@arm.com>
410 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
413 nested functions.
414 * gdb.fortran/nested-funcs.f90: Update expected results.
415 * gdb.fortran/nested-funcs-2.exp: New file.
416 * gdb.fortran/nested-funcs-2.f90: New file.
417
418 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.python/py-parameter.exp: Make test names unique.
421 * gdb.python/py-template.exp: Likewise.
422 * gdb.python/py-value.exp: Likewise.
423
424 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.base/break-interp.exp: Reduce test name duplication.
427 * gdb.base/call-sc.exp: Likewise.
428 * gdb.base/callfuncs.exp: Likewise.
429 * gdb.base/charset.exp: Likewise.
430 * gdb.base/dump.exp: Likewise.
431 * gdb.base/ena-dis-br.exp: Likewise.
432 * gdb.base/relational.exp: Likewise.
433 * gdb.base/step-over-syscall.exp: Likewise.
434 * gdb.base/structs.exp: Likewise.
435
436 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.linespec/explicit.exp: Make test names unique.
439 * gdb.linespec/ls-errs.exp: Likewise.
440
441 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.reverse/break-precsave.exp: Make test names unique.
444 * gdb.reverse/break-reverse.exp: Likewise.
445 * gdb.reverse/finish-precsave.exp: Likewise.
446 * gdb.reverse/finish-reverse.exp: Likewise.
447 * gdb.reverse/machinestate-precsave.exp: Likewise.
448 * gdb.reverse/machinestate.exp: Likewise.
449 * gdb.reverse/readv-reverse.exp: Likewise.
450 * gdb.reverse/recvmsg-reverse.exp: Likewise.
451 * gdb.reverse/sigall-precsave.exp: Likewise.
452 * gdb.reverse/sigall-reverse.exp: Likewise.
453 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
454 * gdb.reverse/watch-precsave.exp: Likewise.
455 * gdb.reverse/watch-reverse.exp: Likewise.
456
457 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.threads/stop-with-handle.c: New file.
460 * gdb.threads/stop-with-handle.exp: New file.
461
462 2019-10-03 Tom de Vries <tdevries@suse.de>
463
464 PR testsuite/25059
465 * gdb.base/list-missing-source.exp: Allowing the "Compilation
466 directory" line to be missing.
467
468 2019-10-03 Tom de Vries <tdevries@suse.de>
469
470 PR testsuite/25059
471 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
472 type optional.
473
474 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
475
476 * gdb.python/py-format-string.c (string.h): New include.
477 (main): Fill a_struct_with_union.the_union.an_int with bytes of
478 the same value, for endianness-independence.
479 * gdb.python/py-format-string.exp (default_regexp_dict)
480 (test_pretty_structs, test_format): Adjust expected output to the
481 changed initialization.
482
483 2019-10-02 Tom Tromey <tromey@adacore.com>
484
485 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
486
487 2019-10-02 Pedro Alves <palves@redhat.com>
488 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
491 "print-file-var.h".
492 (this_version_id) Use ATTRIBUTE_VISIBILITY.
493 (get_version_1): Print this_version_id and its address.
494 Add extern "C" wrappers around interface functions.
495 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
496 "print-file-var.h".
497 (this_version_id) Use ATTRIBUTE_VISIBILITY.
498 (get_version_2): Print this_version_id and its address.
499 Add extern "C" wrappers around interface functions.
500 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
501 <stddef.h> and "print-file-var.h".
502 Add extern "C" wrappers around interface functions.
503 [VERSION_ID_MAIN] (this_version_id): Define.
504 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
505 * gdb.base/print-file-var.h: Add some #defines to simplify setting
506 up extern "C" blocks.
507 * gdb.base/print-file-var.exp (test): New, factored out from top
508 level.
509 (top level): Test all combinations of attribute hidden or not,
510 dlopen or not, and this_version_id symbol in main file or not.
511 Compile tests as both C++ and C, make test names unique.
512
513 2019-10-01 Tom Tromey <tom@tromey.com>
514
515 * gdb.base/style.exp: Test "show logging filename".
516
517 2019-10-01 Tom Tromey <tom@tromey.com>
518
519 * lib/gdb-utils.exp (style): Handle "metadata" argument.
520 * gdb.base/style.exp: Add metadata style test.
521
522 2019-10-01 Tom Tromey <tom@tromey.com>
523
524 * gdb.base/style.exp: Test "pwd".
525
526 2019-10-01 Tom Tromey <tom@tromey.com>
527
528 * gdb.base/style.exp: Update tests.
529
530 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
531
532 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
533 'six' to unsigned.
534 (s1): Initialize fields 'four' and 'six' instead of 'three' and
535 'five'. Use an all-ones bit pattern for each.
536 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
537 to its changed values.
538
539 2019-09-30 Tom Tromey <tromey@adacore.com>
540
541 * gdb.rust/traits.rs: Disable all warnings.
542
543 2019-09-29 Tom de Vries <tdevries@suse.de>
544
545 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
546
547 2019-09-29 Tom de Vries <tdevries@suse.de>
548
549 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
550
551 2019-09-27 Tom de Vries <tdevries@suse.de>
552
553 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
554
555 2019-09-27 Tom de Vries <tdevries@suse.de>
556
557 PR record/23188
558 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
559
560 2019-09-26 Tom Tromey <tromey@adacore.com>
561
562 * gdb.ada/py_taft.exp: New file.
563 * gdb.ada/py_taft/main.adb: New file.
564 * gdb.ada/py_taft/pkg.adb: New file.
565 * gdb.ada/py_taft/pkg.ads: New file.
566
567 2019-09-24 Tom de Vries <tdevries@suse.de>
568
569 PR gdb/24598
570 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
571
572 2019-09-22 Tom de Vries <tdevries@suse.de>
573
574 * gdb.base/restore.exp: Allow register variables to be optimized out at
575 -O0.
576
577 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
578
579 * gdb.arch/spu-info.exp: Remove file.
580 * gdb.arch/spu-info.c: Remove file.
581 * gdb.arch/spu-ls.exp: Remove file.
582 * gdb.arch/spu-ls.c: Remove file.
583
584 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
585 * gdb.asm/spu.inc: Remove file.
586
587 * gdb.base/dump.exp: Remove support for spu*-*-*.
588 * gdb.base/stack-checking.exp: Likewise.
589 * gdb.base/overlays.exp: Likewise.
590 * gdb.base/ovlymgr.c: Likewise.
591 * gdb.base/spu.ld: Remove file.
592
593 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
594 * gdb.cp/cpexprs.exp: Likewise.
595 * gdb.cp/exception.exp: Likewise.
596 * gdb.cp/gdb2495.exp: Likewise.
597 * gdb.cp/mb-templates.exp: Likewise.
598 * gdb.cp/pr9167.exp: Likewise.
599 * gdb.cp/userdef.exp: Likewise.
600
601 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
602
603 * gdb.cell: Remove directory.
604 * lib/cell.exp: Remove file.
605
606 2019-09-19 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
609
610 2019-09-19 Tom de Vries <tdevries@suse.de>
611
612 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
613
614 2019-09-19 Tom de Vries <tdevries@suse.de>
615
616 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
617 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
618 (gdb_target_cmd): ... here.
619 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
620 value 2.
621
622 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.base/source-dir.exp: Avoid having directory names in test
625 names.
626
627 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.base/source-dir.exp: Add extra test for mapped compilation
630 directory.
631
632 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.base/list-missing-source.exp: New file.
635
636 2019-09-14 Tom de Vries <tdevries@suse.de>
637
638 PR teststuite/24599
639 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
640 * lib/ada.exp (gnatmake_version_at_least): New proc.
641
642 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.base/maint.exp: Use exec_has_index_section.
645
646 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.base/maint.exp: Add test for 'maint info sections'.
649
650 2019-09-12 Tom de Vries <tdevries@suse.de>
651
652 * gdb.base/store.exp: Allow register variables to be optimized out at
653 -O0.
654
655 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
656
657 * gdb.ada/rdv_wait.exp: Update to new task names.
658 * gdb.base/task_switch_in_core.exp: Likewise.
659 * gdb.base/info_sources_base.c: Likewise.
660
661 2019-09-10 Tom Tromey <tromey@adacore.com>
662
663 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
664
665 2019-09-10 Tom Tromey <tromey@adacore.com>
666
667 * gdb.ada/dgopt.exp: New file.
668 * gdb.ada/dgopt/x.adb: New file.
669
670 2019-09-08 Tom Tromey <tom@tromey.com>
671
672 * gdb.tui/resize.exp: Remove setup_xfail.
673 * gdb.tui/regs.exp: Remove setup_xfail.
674 * gdb.tui/basic.exp: Remove setup_xfail.
675
676 2019-09-06 David Blaikie <dblaikie@gmail.com>
677
678 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
679 * gdb.cp/cplabel.exp: Ditto.
680 * gdb.linespec/ls-errs.exp: Ditto.
681
682 2019-09-05 Tom de Vries <tdevries@suse.de>
683
684 * lib/gdb.exp (cmp_file_string): New proc.
685 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
686 runto_main. Verify save breakpoints output.
687
688 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
689
690 * gdb.base/info-var.exp: Test info variables without running
691 to main, to avoid expect's buffer overflow.
692
693 2019-09-03 Tom Tromey <tromey@adacore.com>
694
695 * gdb.ada/bias.exp: New file.
696 * gdb.ada/bias/bias.adb: New file.
697 * gdb.ada/print_chars.exp: Add regression test.
698 * gdb.ada/print_chars/foo.adb (My_Character): New type.
699 (MC): New variable.
700
701 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
702
703 * gdb.base/argv0-symlink.exp: Run only on native target
704 and local host.
705
706 2019-08-29 Tom de Vries <tdevries@suse.de>
707
708 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
709 diverse debug info.
710 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
711
712 2019-08-28 Tom de Vries <tdevries@suse.de>
713
714 * gdb.base/info-var.exp: Allow info variables to print info for files
715 other than info-var-f1.c and info-var-f2.c.
716
717 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.fortran/info-types.exp: Add module.
720 * gdb.fortran/info-types.f90: Update expected results.
721
722 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.fortran/info-types.exp: New file.
725 * gdb.fortran/info-types.f90: New file.
726 * lib/fortran.exp (fortran_character1): New proc.
727
728 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
731 functions'. Reindent as needed.
732 * gdb.base/info-var-f1.c: New file.
733 * gdb.base/info-var-f2.c: New file.
734 * gdb.base/info-var.exp: New file.
735 * gdb.base/info-var.h: New file.
736
737 2019-08-26 Tom de Vries <tdevries@suse.de>
738
739 PR c++/24852
740 * gdb.cp/no-libstdcxx-probe.exp: New test.
741
742 2019-08-26 Tom de Vries <tdevries@suse.de>
743
744 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
745 * tests need to be skipped.
746 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
747 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
748 mi_skip_libstdcxx_probe_tests.
749
750 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
751
752 * gdb.python/py-xmethods.exp: Use raw strings when passing
753 arguments to SimpleXMethodMatcher.
754
755 2019-08-22 Tom de Vries <tdevries@suse.de>
756
757 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
758 more informative.
759
760 2019-08-21 Pedro Alves <palves@redhat.com>
761
762 * gdb.base/with.exp: Test "with" with no arguments.
763
764 2019-08-21 Tom de Vries <tdevries@suse.de>
765
766 * gdb.base/gdb-caching-proc.exp: Sort files.
767
768 2019-08-20 Tom de Vries <tdevries@suse.de>
769
770 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
771 compilation.
772
773 2019-08-16 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/compare-sections.exp ("after run to main"): Allow
776 mismatched read-only sections for PIE executables.
777
778 2019-08-16 Tom Tromey <tom@tromey.com>
779
780 * lib/tuiterm.exp (_csi_Z): New proc.
781 * gdb.tui/basic.exp: Update window positions.
782 * gdb.tui/empty.exp: Update window positions.
783
784 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
785
786 * gdb.base/examine-backward.exp: Correct regexp for
787 "examine 3 bytes backward from ${address_zero}".
788
789 2019-08-15 Tom Tromey <tom@tromey.com>
790
791 * gdb.tui/empty.exp: Enable resizing tests.
792
793 2019-08-15 Tom Tromey <tromey@adacore.com>
794
795 * gdb.ada/char_enum.exp: Add regression tests.
796 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
797 and '0'.
798 (Char, Gchar): Update.
799 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
800
801 2019-08-15 Christian Biesinger <cbiesinger@google.com>
802
803 * gdb.python/python.exp: Expect a leading underscore on
804 GdbOutput{,Error}File.
805
806 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
807
808 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
809 Windows host.
810
811 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
812
813 * gdb.base/batch-preserve-term-settings.exp
814 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
815
816 2019-08-15 Christian Biesinger <cbiesinger@google.com>
817
818 * lib/gdb.exp: When running on a mingw target, replace
819 /x/ with x:/.
820
821 2019-08-14 Alan Hayward <alan.hayward@arm.com>
822
823 * gdb.arch/aarch64-prologue.c: New test.
824 * gdb.arch/aarch64-prologue.exp: New file.
825
826 2019-08-13 Tom de Vries <tdevries@suse.de>
827
828 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
829 Thread.
830
831 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
832
833 * gdb.python/py-completion.exp: Download the .py file to the host
834 and use its host pathname. Conditionalize tests that use
835 tab completion and manipulate files on the build machine.
836 * gdb.python/py-events.exp: Download the .py file to the host
837 and use its host pathname.
838 * gdb.python/py-evsignal.exp: Likewise.
839 * gdb.python/py-evthreads.exp: Likewise.
840 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
841 pathname syntax.
842 * gdb.python/py-framefilter.exp: Download the .py file to the right
843 place on the host. Match Windows pathname syntax.
844 * gdb.python/py-mi-var-info-path-expression.exp: Download the
845 .py file to the host and use its host pathname.
846 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
847 * gdb.python/py-objfile.exp: Expect a host pathname, not a
848 build pathname. Skip symlink test on Windows host. Add missing
849 newline at end of file.
850 * gdb.python/py-pp-maint.exp: Download the .py file to the host
851 and use its host pathname.
852 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
853 * gdb.python/py-section-script.exp: Use host location of binfile
854 on safe-path. Use correct path separator on Windows host.
855 Reorder alternatives in gdb_test_multiple to prevent matching
856 the wrong alternative on success.
857 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
858
859 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
860
861 * gdb.gdb/selftest.exp (test_with_self): Update test to now
862 expect the GDB inferior to no longer immediately stop after
863 being resumed with "signal SIGINT".
864
865 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
866
867 * gdb.linespec/break-ask.exp: Generalize regexps to match
868 Windows pathnames too.
869
870 2019-08-08 Tom de Vries <tdevries@suse.de>
871
872 PR testsuite/24862
873 * lib/tuiterm.exp (_accept): Fix CSI regexp.
874
875 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
876
877 * gdb.base/style.exp: Update tests for help doc new invariants.
878 * gdb.base/help.exp: Likewise.
879
880 2019-08-06 Tom Tromey <tom@tromey.com>
881
882 * gdb.base/style.exp: Add disassemble test.
883 * gdb.base/style.c (some_called_function): New function.
884 (main): Use it.
885
886 2019-08-05 Christian Biesinger <cbiesinger@google.com>
887
888 * gdb.python/py-block.exp: Test dictionary access on blocks.
889
890 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
891
892 PR gdb/24863
893 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
894 -list-thread-groups --available test when running under
895 check-read1.
896
897 2019-08-05 Tom de Vries <tdevries@suse.de>
898
899 PR testsuite/24863
900 * lib/gdb.exp (with_read1_timeout_factor): New proc.
901 * gdb.base/help.exp: Use with_read1_timeout_factor.
902 * gdb.base/info-macros.exp: Same.
903 * gdb.cp/nested-types.exp: Same.
904
905 2019-08-05 Tom de Vries <tdevries@suse.de>
906
907 * lib/gdb.exp (version_at_least): Factor out of ...
908 (tcl_version_at_least): ... here.
909 (gdb_compile): Fail if pie results in non-PIE executable.
910 (readelf_version, readelf_prints_pie): New proc.
911 (exec_is_pie): Return -1 if unknown.
912
913 2019-08-05 Tom de Vries <tdevries@suse.de>
914
915 * lib/gdb.exp (tcl_version_at_least): Fix typo.
916
917 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
918
919 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
920
921 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
922
923 * lib/completion-support.exp (test_gdb_complete_none): Skip
924 tab completion tests if no readline support.
925 (test_gdb_complete_unique_re): Likewise.
926 (test_gdb_complete_multiple): Likewise.
927
928 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
929
930 * gdb.base/info_sources.exp: New file.
931 * gdb.base/info_sources.c: New file.
932 * gdb.base/info_sources_base.c: New file.
933
934 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
935
936 * gdb.base/batch-exit-status.exp: Call test_exit_status with
937 prefix argument.
938 (test_exit_status): Add prefix argument.
939
940 2019-08-01 Tom de Vries <tdevries@suse.de>
941
942 PR testsuite/24863
943 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
944 calling exp_continue for new thread and thread exited messages.
945
946 2019-08-01 Tom de Vries <tdevries@suse.de>
947
948 PR testsuite/24863
949 * gdb.base/structs.exp: Fix check-read1 timeout using
950 gdb_test_sequence.
951 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
952
953 2019-08-01 Tom de Vries <tdevries@suse.de>
954
955 PR testsuite/24863
956 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
957 line.
958
959 2019-08-01 Tom de Vries <tdevries@suse.de>
960
961 PR testsuite/24863
962 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
963
964 2019-07-30 Tom Tromey <tromey@adacore.com>
965
966 * gdb.ada/display_nested.exp: New file.
967 * gdb.ada/display_nested/foo.adb: New file.
968 * gdb.ada/display_nested/pack.adb: New file.
969 * gdb.ada/display_nested/pack.ads: New file.
970
971 2019-07-30 Christian Biesinger <cbiesinger@google.com>
972
973 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
974 namespace.
975 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
976
977 2019-07-30 Tom de Vries <tdevries@suse.de>
978
979 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
980 instead.
981
982 2019-07-30 Tom de Vries <tdevries@suse.de>
983
984 PR testsuite/24834
985 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
986 (exec_is_pie): New proc.
987
988 2019-07-29 Christian Biesinger <cbiesinger@google.com>
989
990 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
991
992 2019-07-29 Christian Biesinger <cbiesinger@google.com>
993
994 * gdb.python/py-objfile.c: Add global and static vars.
995 * gdb.python/py-objfile.exp: Test new functions Objfile.
996 lookup_global_symbol and lookup_static_symbol.
997
998 2019-07-29 Tom Tromey <tom@tromey.com>
999
1000 * lib/tuiterm.exp (Term::_csi_@): New proc.
1001 (Term::_csi_X): Don't move cursor.
1002
1003 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1004
1005 * gdb.base/options.exp: Update backtrace - completion to
1006 new option -frame-info.
1007 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1008 Test new 'set print frame-info'. Test backtrace -frame-info
1009 overriding 'set print frame-info'.
1010 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1011 Test new 'set print frame-info'.
1012 Verify consistency of backtrace with and without filters, with and
1013 without -no-filters.
1014 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1015 default.
1016
1017 2019-07-29 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1020 no arguments".
1021
1022 2019-07-29 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1025 is a substring of the first for "complete non-unique file name".
1026
1027 2019-07-29 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1030 with ".*".
1031
1032 2019-07-29 Tom de Vries <tdevries@suse.de>
1033
1034 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1035 Pass prompt_regexp parameter to gdb_test_multiple calls.
1036
1037 2019-07-29 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1040 print registers" regexps.
1041
1042 2019-07-29 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1045
1046 2019-07-29 Tom de Vries <tdevries@suse.de>
1047
1048 PR gdb/24855
1049 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1050 (skip_python_tests_prompt): Add prompt_regexp argument to
1051 gdb_test_multiple calls.
1052
1053 2019-07-27 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.tui/main.exp: New file.
1056
1057 2019-07-27 Tom Tromey <tom@tromey.com>
1058
1059 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1060 optional.
1061 * gdb.tui/empty.exp: New file.
1062
1063 2019-07-27 Tom Tromey <tom@tromey.com>
1064
1065 * lib/tuiterm.exp (spawn): New proc.
1066 (Term::resize): New proc.
1067 * gdb.tui/resize.exp: New file.
1068
1069 2019-07-27 Tom Tromey <tom@tromey.com>
1070
1071 * gdb.tui/list.exp: New file.
1072
1073 2019-07-27 Tom Tromey <tom@tromey.com>
1074
1075 * gdb.tui/regs.exp: New file.
1076
1077 2019-07-27 Tom Tromey <tom@tromey.com>
1078
1079 * gdb.tui/basic.exp: Add "layout split" test.
1080
1081 2019-07-27 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.tui/basic.exp: Add "layout asm" test.
1084
1085 2019-07-27 Tom Tromey <tom@tromey.com>
1086
1087 * lib/tuiterm.exp: New file.
1088 * gdb.tui/basic.exp: New file.
1089
1090 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1091
1092 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1093 Enable tests associated with this flag. Adjust regex
1094 referencing "foo_low" to now refer to "foo_cold" instead.
1095
1096 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1097
1098 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1099 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1100 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1101 foo_cold. Revise comments to match.
1102 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1103 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1104 were wrapped into this proc; Call do_test in loop from outermost
1105 level.
1106 (foo_low): Rename all occurrences to "foo_cold".
1107 (backtrace from baz): New test.
1108 (x2/i foo_cold): New test.
1109 (info line *foo_cold): New test.
1110
1111 2019-07-26 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1114
1115 2019-07-25 Tom de Vries <tdevries@suse.de>
1116
1117 PR testsuite/24830
1118 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1119 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1120 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1121 (skip_libstdcxx_probe_tests): ... here.
1122 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1123
1124 2019-07-24 Tom de Vries <tdevries@suse.de>
1125
1126 PR testsuite/24807
1127 * gdb.objc/basicclass.m: Include stdio.h.
1128 * gdb.objc/nondebug.m: Same.
1129 * gdb.objc/objcdecode.m: Same.
1130
1131 2019-07-24 Tom de Vries <tdevries@suse.de>
1132
1133 PR testsuite/24612
1134 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1135 additional_flags.
1136
1137 2019-07-24 Tom de Vries <tdevries@suse.de>
1138
1139 PR testsuite/24831
1140 * gdb.multi/tids.exp: Update error messages for info threads.
1141
1142 2019-07-24 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.base/info-types.exp: Allow info types to print info for more than
1145 one file.
1146
1147 2019-07-23 Tom de Vries <tdevries@suse.de>
1148
1149 PR testsuite/24842
1150 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1151 gdb_spawn_with_cmdline_opts.
1152
1153 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1154
1155 * gdb.arch/arm-cmse-sgstubs.c: New test.
1156 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1157
1158 2019-07-23 Tom de Vries <tdevries@suse.de>
1159
1160 PR testsuite/24711
1161 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1162 issuing next command.
1163
1164 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.ada/info_auto_lang.exp: Update expected results.
1167 * gdb.base/info-types.c: Add additional types to check.
1168 * gdb.base/info-types.exp: Update expected results.
1169
1170 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1171
1172 * gdb.base/info-types.c: New file.
1173 * gdb.base/info-types.exp: New file.
1174
1175 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.arch/riscv-bp-infcall.c: New file.
1178 * gdb.arch/riscv-bp-infcall.exp: New file.
1179
1180 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 PR breakpoints/24541
1183 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1184
1185 2019-07-14 Tom de Vries <tdevries@suse.de>
1186
1187 PR testsuite/24760
1188 * gdb.objc/basicclass.exp: Fix unterminated string.
1189
1190 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1191 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1194 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1195 negative bounds.
1196 * gdb.fortran/vla-value.exp: Print elements of an array with
1197 negative bounds.
1198 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1199 testing.
1200
1201 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.base/options.exp (expect_string): Dequote strings in
1204 results.
1205 (test-string): Test strings with different quoting and reindent.
1206
1207 2019-07-10 Tom Tromey <tromey@adacore.com>
1208
1209 * gdb.ada/mi_ex_cond.exp: Update expected results.
1210 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1211 * gdb.ada/mi_catch_ex.exp: Update expected results.
1212 * gdb.ada/mi_catch_assert.exp: Update expected results.
1213 * gdb.ada/catch_ex.exp (catch_exception_info)
1214 (catch_exception_entry, catch_assert_entry)
1215 (catch_unhandled_entry): Update.
1216 * gdb.ada/catch_assert_if.exp: Update expected results.
1217
1218 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1219 Stephen Roberts <stephen.roberts@arm.com>
1220
1221 * gdb.base/define.exp: Restore original prompt.
1222
1223 2019-07-09 Pedro Alves <palves@redhat.com>
1224
1225 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1226 breakpoints" output.
1227 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1228 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1229 throw" creates breakpoint.
1230 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1231 'type="catchpoint"'.
1232
1233 2019-07-09 Pedro Alves <palves@redhat.com>
1234
1235 PR c++/15468
1236 * gdb.cp/except-multi-location-lib.cc: New.
1237 * gdb.cp/except-multi-location-main.cc: New.
1238 * gdb.cp/except-multi-location.exp: New.
1239
1240 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1243 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1244 argument and update callers.
1245
1246 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.arch/amd64-break-on-asm-line.S: New file.
1249 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1250
1251 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1252
1253 * gdb.base/printcmds.exp: Test printing C string and
1254 C wide string convenience vars without transiting via the inferior.
1255 Also make test names unique.
1256
1257 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1258
1259 PR breakpoints/25011
1260 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1261
1262 2019-07-04 Pedro Alves <palves@redhat.com>
1263
1264 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1265 body returned ok(0), break(3) or continue(4).
1266 * gdb.testsuite/foreach_with_prefix.exp: New file.
1267
1268 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1269
1270 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1271
1272 2019-07-03 Pedro Alves <palves@redhat.com>
1273
1274 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1275 "return -code".
1276
1277 2019-07-03 Pedro Alves <palves@redhat.com>
1278
1279 PR cli/24732
1280 * gdb.base/shell.exp: Load completion-support.exp.
1281 Adjust expected error output. Add completion tests.
1282
1283 2019-07-03 Pedro Alves <palves@redhat.com>
1284
1285 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1286 string_to_regexp.
1287
1288 2019-07-03 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1291 (expect_integer): Adjust to expect "-string".
1292 (expect_string): New.
1293 (all_options): Expect "-string".
1294 (test-flag, test-boolean): Adjust to expect "-string".
1295 (test-string): New proc.
1296 (top level): Call it.
1297
1298 2019-07-03 Pedro Alves <palves@redhat.com>
1299
1300 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1301 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1302 the expected output in the success.
1303
1304 2019-07-03 Pedro Alves <palves@redhat.com>
1305
1306 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1307 Split one gdb_test_multiple call in two to avoid a race.
1308
1309 2019-07-03 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.base/with.c: New file.
1312 * gdb.base/with.exp: New file.
1313
1314 2019-07-03 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.base/settings.exp: Replace all references to "maint
1317 test-settings set" with references to "maint set test-settings",
1318 and all references to "maint test-settings show" with references
1319 to "maint show test-settings".
1320
1321 2019-07-03 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.base/settings.exp (test-string): Adjust expected out when
1324 testing "maint test-settings show filename"
1325
1326 2019-07-02 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/options.exp (test-info-threads): New procedure.
1329 (top level): Call it.
1330
1331 2019-06-28 Tom Tromey <tromey@adacore.com>
1332
1333 * gdb.dwarf2/ada-linkage-name.c: New file.
1334 * gdb.dwarf2/ada-linkage-name.exp: New file.
1335
1336 2019-06-27 Tom Tromey <tromey@adacore.com>
1337
1338 PR c++/20020:
1339 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1340
1341 2019-06-26 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1344
1345 2019-06-26 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.base/index-cache.exp: Add back missing debug option.
1348
1349 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1350
1351 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1352
1353 2019-06-25 Tom de Vries <tdevries@suse.de>
1354
1355 PR testsuite/24727
1356 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1357
1358 2019-06-24 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1361
1362 2019-06-24 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1365 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1366 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1367
1368 2019-06-24 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1371
1372 2019-06-21 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1375
1376 2019-06-21 Tom de Vries <tdevries@suse.de>
1377
1378 PR testsuite/24518
1379 PR ada/24713
1380 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1381 index.
1382
1383 2019-06-19 Tom Tromey <tromey@adacore.com>
1384
1385 * gdb.ada/length_cond.exp: Add intro comment.
1386
1387 2019-06-19 Tom Tromey <tromey@adacore.com>
1388
1389 * gdb.ada/length_cond.exp: New file.
1390 * gdb.ada/length_cond/length_cond.adb: New file.
1391 * gdb.ada/length_cond/pck.adb: New file.
1392 * gdb.ada/length_cond/pck.ads: New file.
1393
1394 2019-06-18 Tom de Vries <tdevries@suse.de>
1395
1396 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1397
1398 2019-06-18 Tom Tromey <tromey@adacore.com>
1399
1400 * gdb.base/list0.h: Add comment explaining control character.
1401
1402 2019-06-18 Tom de Vries <tdevries@suse.de>
1403
1404 * boards/fission.exp: Break up long debug_flags line.
1405
1406 2019-06-16 Tom de Vries <tdevries@suse.de>
1407
1408 PR gdb/24445
1409 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1410 generated index.
1411
1412 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 PR gdb/24686
1415 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1416 improve detection of bug gdb/24541.
1417
1418 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1419
1420 PR gdb/24669
1421 * gdb.base/index-cache.exp (uses_readnow,
1422 expecting_index_cache_use): Define global variable.
1423 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1424 expecting_index_cache_use.
1425
1426 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1427 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * gdb.fortran/pointers.f90: New file.
1430 * gdb.fortran/print_type.exp: New file.
1431 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1432 * gdb.fortran/vla-type.exp: Likewise.
1433 * gdb.fortran/vla-value.exp: Likewise.
1434 * gdb.mi/mi-vla-fortran.exp: Likewise.
1435
1436 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1439 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1440 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1441 as a stop reason.
1442
1443 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.base/annota1.exp: Update expected results.
1446 * gdb.cp/annota2.exp: Likewise.
1447 * gdb.cp/annota3.exp: Likewise.
1448
1449 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * gdb.base/style-logging.exp: Remove path from test name.
1452
1453 2019-06-14 Tom Tromey <tromey@adacore.com>
1454
1455 PR gdb/24502:
1456 * gdb.base/style-logging.exp: New file.
1457
1458 2019-06-14 Tom Tromey <tromey@adacore.com>
1459
1460 * gdb.base/symfile-warn.exp: New file.
1461 * gdb.base/symfile-warn.c: New file.
1462
1463 2019-06-14 Tom Tromey <tromey@adacore.com>
1464
1465 * gdb.base/annotate-symlink.exp: New file.
1466
1467 2019-06-14 Tom Tromey <tromey@adacore.com>
1468
1469 * gdb.ada/set_wstr.exp: Add reassignment test.
1470
1471 2019-06-14 Tom Tromey <tromey@adacore.com>
1472
1473 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1474 'unchecked_access and 'unrestricted_access as well.
1475
1476 2019-06-14 Tom Tromey <tromey@adacore.com>
1477
1478 PR ada/24539:
1479 * gdb.ada/vla.exp: Update tests.
1480 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1481 pragma.
1482
1483 2019-06-13 Pedro Alves <palves@redhat.com>
1484
1485 * gdb.base/settings.exp (test-integer): Test junk after
1486 "unlimited".
1487
1488 2019-06-13 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.base/options.exp (test-thread-apply): New.
1491 (top level): Call it.
1492
1493 2019-06-13 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.base/options.exp (test-frame-apply): New.
1496 (top level): Test print commands with different "frame apply"
1497 prefixes.
1498
1499 2019-06-13 Pedro Alves <palves@redhat.com>
1500
1501 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1502 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1503 'max_completions' parameter and handle it.
1504 (test_gdb_completion_offers_commands): New.
1505
1506 2019-06-13 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1509
1510 2019-06-13 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/options.exp (test-backtrace): New.
1513 (top level): Call it.
1514
1515 2019-06-13 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.guile/scm-frame-args.exp: Use "set print
1518 raw-frame-arguments" instead of "set print raw frame-arguments".
1519 * gdb.python/py-frame-args.exp: Likewise.
1520
1521 2019-06-13 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.compile/compile.exp: Adjust expected output to option
1524 processing changes.
1525
1526 2019-06-13 Pedro Alves <palves@redhat.com>
1527
1528 * gdb.base/options.exp: Build executable.
1529 (test-print): New procedure.
1530 (top level): Call it, once for "print" and another for "compile
1531 print".
1532
1533 2019-06-13 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.base/options.c: New file.
1536 * gdb.base/options.exp: New file.
1537
1538 2019-06-13 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1541 that "o" is ambiguous.
1542
1543 2019-06-13 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/settings.c: New file.
1546 * gdb.base/settings.exp: New file.
1547
1548 2019-06-13 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/completion.exp: Fix comment typo.
1551
1552 2019-06-13 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1555 foo --1" test.
1556
1557 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1558
1559 * gdb.fortran/block-data.f: New.
1560 * gdb.fortran/block-data.exp: New.
1561
1562 2019-06-11 Tom de Vries <tdevries@suse.de>
1563
1564 PR testsuite/24521
1565 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1566 message.
1567
1568 2019-06-11 Tom de Vries <tdevries@suse.de>
1569
1570 PR testsuite/24521
1571 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1572
1573 2019-06-11 Tom de Vries <tdevries@suse.de>
1574
1575 * boards/readnow.exp: New file.
1576
1577 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.fortran/vla-sizeof.exp: Update expected results.
1580
1581 2019-06-06 Amos Bird <amosbird@gmail.com>
1582
1583 * gdb.base/annota1.exp (thread_switch): Add test for
1584 thread-exited annotation.
1585
1586 2019-06-06 Tom Tromey <tromey@adacore.com>
1587
1588 * gdb.base/maint.exp: Expect command started/finished output.
1589
1590 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1593 comment.
1594 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1595
1596 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1599 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1600 * gdb.arch/riscv-unwind-long-insn.c: New file.
1601 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1602
1603 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1604
1605 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1606
1607 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1608
1609 * lib/gdb.exp (help_list_trailer): New regexp variable
1610 factorizing the help trailer message.
1611 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1612 arg to allow to better factorize various tests.
1613 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1614 (test_prefix_command_help): Use help_list_trailer.
1615 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1616 * gdb.guile/scm-cmd.exp: Likewise.
1617 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1618 * gdb.base/help.exp: Use test_user_defined_class_help.
1619 * gdb.base/style.exp: Add tests for styling of help and apropos.
1620 * lib/gdb-utils.exp (style): Add title and highlight styles.
1621
1622 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1623
1624 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1625 $_shell_exitsignal.
1626 * gdb.base/default.exp: Update for new convenience variables.
1627
1628 2019-05-29 Tom Tromey <tromey@adacore.com>
1629
1630 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1631 to "break complete ada" test case's regexp.
1632
1633 2019-05-29 Tom Tromey <tromey@adacore.com>
1634
1635 PR c++/20020:
1636 * gdb.cp/constexpr-field.exp: New file.
1637 * gdb.cp/constexpr-field.cc: New file.
1638
1639 2019-05-29 Tom Tromey <tromey@adacore.com>
1640
1641 * gdb.base/finish.exp (finish_no_print): New proc.
1642 (finish_tests): Call it.
1643
1644 2019-05-24 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.dwarf2/gdb-add-index.exp: New file.
1647
1648 2019-05-22 Tom Tromey <tromey@adacore.com>
1649
1650 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1651 * gdb.base/style.exp: Use "style".
1652 * lib/gdb-utils.exp (style): New proc.
1653
1654 2019-05-22 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.base/align.exp: Require c++11.
1657
1658 2019-05-22 Tom de Vries <tdevries@suse.de>
1659
1660 PR testsuite/24586
1661 * gdb.python/py-mi-var-info-path-expression.exp: Call
1662 mi_skip_python_tests to check if python is supported.
1663
1664 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1665
1666 * gdb.arch/aarch64-pauth.c: New test.
1667 * gdb.arch/aarch64-pauth.exp: New file.
1668
1669 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1670
1671 * README (Re-running Tests Outside The Testsuite): New section.
1672
1673 2019-05-21 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.arch/amd64-eval.exp: Require c++11.
1676 * gdb.base/max-depth.exp: Same.
1677 * gdb.compile/compile-cplus-array-decay.exp: Same.
1678 * gdb.cp/meth-typedefs.exp: Same.
1679 * gdb.cp/subtypes.exp: Same.
1680 * gdb.cp/temargs.exp: Same.
1681
1682 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1683
1684 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1685
1686 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 PR gdb/18644
1689 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1690 * gdb.fortran/printing-types.exp: Add new test.
1691 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1692 testing.
1693 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1694 setup_kfail call.
1695
1696 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1697
1698 * README (Running the Testsuite): Change example.
1699 (Testsuite Parameters): Remove TRANSCRIPT.
1700 * lib/gdb.exp: Remove TRANSCRIPT check.
1701
1702 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1703
1704 * README (Testsuite Parameters): Add replay logging to
1705 GDBSERVER_DEBUG.
1706 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1707 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1708 as a comma separated list.
1709 (gdb_debug_init): Override procedure.
1710
1711 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1712
1713 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1714 (gdb_write_cmd_file): New procedure.
1715 * lib/gdbserver-support.exp (gdbserver_start): Call
1716 gdbserver_write_cmd_file.
1717 (gdbserver_write_cmd_file): New procedure.
1718
1719 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1720
1721 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1722 (delete_breakpoints): Likewise.
1723 (gdb_run_cmd): Likewise.
1724 (gdb_start_cmd): Likewise.
1725 (gdb_starti_cmd): Likewise.
1726 (gdb_internal_error_resync): Likewise.
1727 (gdb_test_multiple): Likewise.
1728 (gdb_reinitialize_dir): Likewise.
1729 (default_gdb_exit): Likewise.
1730 (gdb_file_cmd): Mark kill as optional.
1731 (default_gdb_start): Call gdb_stdin_log_init.
1732 (send_gdb): Call gdb_stdin_log_write.
1733 (rerun_to_main): Mark Y as an answer.
1734 (gdb_stdin_log_init): New function.
1735 (gdb_stdin_log_write): Likewise.
1736
1737 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1738
1739 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1740 * gdb.base/debug-expr.exp: Likewise.
1741 * gdb.base/foll-fork.exp: Likewise.
1742 * gdb.base/foll-vfork.exp: Likewise.
1743 * gdb.base/fork-print-inferior-events.exp: Likewise.
1744 * gdb.base/gdb-sigterm.exp: Likewise.
1745 * gdb.base/gdbinit-history.exp: Likewise.
1746 * gdb.base/osabi.exp: Likewise.
1747 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1748 * gdb.base/ui-redirect.exp: Likewise.
1749 * gdb.gdb/unittest.exp: Likewise.
1750 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1751 * gdb.mi/mi-watch.exp: Likewise.
1752 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1753 * gdb.mi/user-selected-context-sync.exp: Likewise.
1754 * gdb.python/python.exp: Disable debug test when debugging.
1755 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1756 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1757 Likewise.
1758 * gdb.threads/stepi-random-signal.exp: Likewise.
1759
1760 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1761
1762 * Makefile.in: Pass through GDB_DEBUG.
1763 * README (Testsuite Parameters): Add GDB_DEBUG.
1764 (gdb,debug): Add board setting.
1765 * lib/gdb.exp (default_gdb_start): Start debugging.
1766 (gdb_debug_enabled): New procedure.
1767 (gdb_debug_init): Likewise.
1768
1769 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1770
1771 * Makefile.in: Pass through GDB_DEBUG.
1772 * README (Testsuite Parameters): Add GDB_DEBUG.
1773 (gdb,debug): Add board setting.
1774 * lib/gdb.exp (default_gdb_start): Start debugging.
1775 (gdb_debug_enabled): New procedure.
1776 (gdb_debug_init): Likewise.
1777
1778 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1779
1780 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1781
1782 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1783
1784 * gdb.base/ui-redirect.exp: Test redirection.
1785
1786 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1787
1788 * gdb.mi/mi-complete.exp: New file.
1789 * gdb.mi/mi-complete.cc: Likewise.
1790
1791 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1792
1793 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1794 indexed and sliced arrays, and pointers to arrays.
1795
1796 2019-05-14 Tom Tromey <tromey@adacore.com>
1797
1798 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1799 styling test.
1800
1801 2019-05-14 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1804 selection entry encoding.
1805
1806 2019-05-10 Tom Tromey <tromey@adacore.com>
1807
1808 * gdb.ada/info_exc.exp: Add "complete" test.
1809
1810 2019-05-09 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1813 CU-relative.
1814
1815 2019-05-09 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1818 CU-relative.
1819
1820 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1821
1822 * gdb.ada/frame_arg_lang.exp: New testcase.
1823 * gdb.ada/frame_arg_lang/bla.adb: New file.
1824 * gdb.ada/frame_arg_lang/pck.ads: New file.
1825 * gdb.ada/frame_arg_lang/pck.adb: New file.
1826 * gdb.ada/frame_arg_lang/foo.c: New file.
1827
1828 2019-05-08 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1831
1832 2019-05-08 Tom Tromey <tromey@adacore.com>
1833
1834 * gdb.base/ptype-offsets.exp: Update tests.
1835
1836 2019-05-08 Tom Tromey <tromey@adacore.com>
1837
1838 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1839 cases.
1840 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1841 "short".
1842
1843 2019-05-08 Tom Tromey <tromey@adacore.com>
1844
1845 * gdb.ada/vla.exp: New file.
1846 * gdb.ada/vla/vla.adb: New file.
1847
1848 2019-05-07 Tom de Vries <tdevries@suse.de>
1849
1850 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1851
1852 2019-05-07 Tom de Vries <tdevries@suse.de>
1853
1854 PR testsuite/24522
1855 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1856 section.
1857
1858 2019-05-07 Tom de Vries <tdevries@suse.de>
1859
1860 PR testsuite/24522
1861 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1862 .debug_aranges section.
1863
1864 2019-05-07 Tom de Vries <tdevries@suse.de>
1865
1866 PR testsuite/24159
1867 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1868
1869 2019-05-06 Tom de Vries <tdevries@suse.de>
1870
1871 * lib/gdb.exp (exec_has_index_section): New proc.
1872 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1873 section.
1874
1875 2019-05-04 Tom de Vries <tdevries@suse.de>
1876
1877 * boards/cc-with-debug-names.exp: New file.
1878
1879 2019-05-03 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1882 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1883 * gdb.ada/char_enum.exp: Add test.
1884
1885 2019-05-03 Tom de Vries <tdevries@suse.de>
1886
1887 * boards/cc-with-gdb-index.exp: New file.
1888
1889 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.rust/simple.exp: Add new test case.
1892 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1893 (main): Initialise an instance of the new struct.
1894
1895 2019-05-01 Tom Tromey <tromey@adacore.com>
1896
1897 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1898 record.
1899 (NPR): New variable.
1900 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1901 test.
1902
1903 2019-05-01 Tom Tromey <tromey@adacore.com>
1904
1905 * gdb.ada/packed_array_assign.exp: Add packed assignment
1906 regression test.
1907
1908 2019-05-01 Tom de Vries <tdevries@suse.de>
1909
1910 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1911
1912 2019-05-01 Tom de Vries <tdevries@suse.de>
1913
1914 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1915
1916 2019-04-30 Ali Tamur <tamur@google.com>
1917
1918 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1919
1920 2019-04-30 Tom Tromey <tromey@adacore.com>
1921
1922 * lib/ada.exp (find_ada_tool): New proc.
1923 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1924 * gdb.ada/catch_ex_std.exp: New file.
1925 * gdb.ada/catch_ex_std/foo.adb: New file.
1926 * gdb.ada/catch_ex_std/some_package.adb: New file.
1927 * gdb.ada/catch_ex_std/some_package.ads: New file.
1928
1929 2019-04-30 Tom Tromey <tromey@adacore.com>
1930
1931 PR c++/24470:
1932 * gdb.cp/temargs.cc: Add test code from PR.
1933
1934 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.fortran/vla-datatypes.exp: Update expected results.
1937 * gdb.fortran/vla-ptype.exp: Likewise.
1938 * gdb.fortran/vla-type.exp: Likewise.
1939 * gdb.fortran/vla-value.exp: Likewise.
1940
1941 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1942
1943 * gdb.fortran/ptr-indentation.exp: Update expected results.
1944 * gdb.fortran/ptype-on-functions.exp: Likewise.
1945 * gdb.fortran/vla-ptr-info.exp: Likewise.
1946 * gdb.fortran/vla-value.exp: Likewise.
1947
1948 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.fortran/ptype-on-functions.exp: New file.
1951 * gdb.fortran/ptype-on-functions.f90: New file.
1952
1953 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1956 case void string.
1957
1958 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * gdb.fortran/complex.exp: Expand.
1961 * gdb.fortran/complex.f: Renamed to...
1962 * gdb.fortran/complex.f90: ...this, and extended to add more
1963 complex values.
1964
1965 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1968 MODULO, CMPLX.
1969
1970 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1971 Richard Bunt <richard.bunt@arm.com>
1972
1973 * gdb.base/max-depth.c: New file.
1974 * gdb.base/max-depth.exp: New file.
1975 * gdb.python/py-nested-maps.c: New file.
1976 * gdb.python/py-nested-maps.exp: New file.
1977 * gdb.python/py-nested-maps.py: New file.
1978 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1979 (test_all_common): Call test_max_depth.
1980 * gdb.fortran/max-depth.exp: New file.
1981 * gdb.fortran/max-depth.f90: New file.
1982 * gdb.go/max-depth.exp: New file.
1983 * gdb.go/max-depth.go: New file.
1984 * gdb.modula2/max-depth.exp: New file.
1985 * gdb.modula2/max-depth.c: New file.
1986 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1987
1988 2019-04-29 Tom de Vries <tdevries@suse.de>
1989
1990 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1991
1992 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1993
1994 * gdb.base/callexit.exp: Test may-call-functions off.
1995
1996 2019-04-25 Keith Seitz <keiths@redhat.com>
1997
1998 PR c++/24367
1999 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2000 (another_incomplete_struct, test_incomplete): New definitions.
2001 (main): Use new definitions.
2002 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2003 functions.
2004
2005 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2006
2007 PR corefiles/11608
2008 PR corefiles/18187
2009 * gdb.base/coredump-filter-build-id.exp: New file.
2010
2011 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2012
2013 * Makefile.in: Pass through GDBSERVER_DEBUG.
2014 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2015 (gdbserver,debug): Add board setting.
2016 * gdb.trace/tspeed.exp: Skip when debugging.
2017 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2018 * lib/gdbserver-support.exp: Likewise
2019
2020 2019-04-24 Tom Tromey <tromey@adacore.com>
2021
2022 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2023 Rust.
2024
2025 2019-04-24 Tom Tromey <tromey@adacore.com>
2026
2027 * gdb.arch/amd64-eval.exp: Test bitfield return.
2028 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2029 (class Foo) <return_bitfields>: New method.
2030 (main): Call it.
2031
2032 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.cp/many-args.cc: New file.
2035 * gdb.cp/many-args.exp: New file.
2036
2037 2019-04-23 Tom de Vries <tdevries@suse.de>
2038
2039 PR gdb/24433
2040 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2041
2042 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2043
2044 * gdb.trace/backtrace.exp: Use nopie flag.
2045 * gdb.trace/circ.exp: Likewise.
2046 * gdb.trace/collection.exp: Likewise.
2047 * gdb.trace/ftrace.exp: Likewise.
2048 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2049 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2050 * gdb.trace/qtro.exp: Likewise.
2051 * gdb.trace/read-memory.exp: Likewise.
2052 * gdb.trace/report.exp: Likewise.
2053 * gdb.trace/tfile.exp: Likewise.
2054 * gdb.trace/tfind.exp: Likewise.
2055 * gdb.trace/unavailable.exp: Likewise.
2056
2057 2019-04-22 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.base/solib-probes-nosharedlibrary.c,
2060 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2061
2062 2019-04-19 Tom Tromey <tromey@adacore.com>
2063
2064 * gdb.ada/ptype_union.c: New file.
2065 * gdb.ada/ptype_union.exp: New file.
2066
2067 2019-04-19 Tom Tromey <tromey@adacore.com>
2068
2069 PR symtab/24423:
2070 * gdb.base/list0.h (foo): Add a control-l character.
2071
2072 2019-04-18 Tom de Vries <tdevries@suse.de>
2073
2074 PR gdb/24433
2075 * boards/local-board.exp: Set sysroot to "".
2076
2077 2019-04-18 Tom de Vries <tdevries@suse.de>
2078 Pedro Alves <palves@redhat.com>
2079
2080 PR gdb/24454
2081 * gdb.threads/vfork-follow-child-exec.c: New file.
2082 * gdb.threads/vfork-follow-child-exec.exp: New file.
2083 * gdb.threads/vfork-follow-child-exit.c: New file.
2084 * gdb.threads/vfork-follow-child-exit.exp: New file.
2085
2086 2019-04-15 Leszek Swirski <leszeks@google.com>
2087
2088 * gdb.arch/amd64-eval.cc: New file.
2089 * gdb.arch/amd64-eval.exp: New file.
2090
2091 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2092
2093 * gdb.server/sysroot.c: New test.
2094 * gdb.server/sysroot.exp: New file.
2095 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2096 matching param.
2097
2098 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/align.exp: Extend test to cover structures containing
2101 only static fields.
2102
2103 2019-04-11 Tom de Vries <tdevries@suse.de>
2104
2105 * boards/cc-with-dwz-m.exp: New file.
2106 * boards/cc-with-dwz.exp: New file.
2107 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2108
2109 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2110
2111 * gdb.base/start-cpp.exp: New file.
2112 * gdb.base/start-cpp.cc: New file.
2113
2114 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2115
2116 * gdb.python/py-thrhandle.exp: Adjust tests to call
2117 thread_from_handle instead of thread_from_thread_handle.
2118
2119 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2120
2121 * gdb.python/py-thrhandle.exp: Add tests for
2122 gdb.InferiorThread.handle.
2123
2124 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * gdb.python/py-function.exp: Check calling helper function from
2127 all languages.
2128 * lib/gdb.exp (gdb_supported_languages): New proc.
2129
2130 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.base/complex-parts.c: New file.
2133 * gdb.base/complex-parts.exp: New file.
2134
2135 2019-04-01 Tom Tromey <tromey@adacore.com>
2136
2137 PR symtab/23331:
2138 * gdb.dwarf2/dw2-ranges-main.c: New file.
2139 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2140 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2141
2142 2019-03-30 Simon Marchi <simark@simark.ca>
2143
2144 * gdb.base/default.exp: Add values for $_gdb_major and
2145 $_gdb_minor.
2146
2147 2019-03-29 Tom Tromey <tromey@adacore.com>
2148
2149 * gdb.base/help.exp: Tighten apropos regexp.
2150
2151 2019-03-29 Keith Seitz <keiths@redhat.com>
2152
2153 * gdb.fortran/array-bounds.exp: New file.
2154 * gdb.fortran/array-bounds.f90: New file.
2155
2156 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2157
2158 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2159
2160 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2161
2162 * gdb.multi/hello.c (main): Increase alarm timer.
2163
2164 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2165
2166 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2167 factor when no hardware watchpoint support.
2168
2169 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2170 Pedro Alves <palves@redhat.com>
2171
2172 * boards/local-board.exp: set sysroot to /.
2173
2174 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2175
2176 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2177 in child.
2178
2179 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2182 field.
2183 (make_container): Initialise new field.
2184 * gdb.python/py-prettyprint.exp: Add new tests.
2185 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2186 <display_hint>: New method.
2187
2188 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2191 gdb_continue_to_breakpoint more throughout this test.
2192 (run_lang_tests) Supply unique test names, and use
2193 gdb_test_no_output.
2194
2195 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.base/finish-pretty.exp: Update expected results.
2198 * gdb.base/pretty-print.c: New file.
2199 * gdb.base/pretty-print.exp: New file.
2200
2201 2019-03-25 Pedro Alves <palves@redhat.com>
2202
2203 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2204 move comments outside list. Append '-i "" eof' section.
2205
2206 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2207
2208 PR testsuite/25016
2209 * README: Add pie options.
2210 * gdb.base/break-interp.exp: Ensure pie is disabled.
2211 * gdb.base/dump.exp: Likewise.
2212 * lib/gdb.exp (gdb_compile): Add pie option.
2213
2214 2019-03-19 Tom Tromey <tromey@adacore.com>
2215
2216 * gdb.mi/mi2-cli-display.c: New file.
2217 * gdb.mi/mi2-cli-display.exp: New file.
2218
2219 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2220 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.ada/ptype_array/pck.adb: New file.
2223 * gdb.ada/ptype_array/pck.ads: New file.
2224 * gdb.ada/ptype_array/foo.adb: New file.
2225 * gdb.ada/ptype_array.exp: New file.
2226
2227 2019-03-14 Tom Tromey <tromey@adacore.com>
2228
2229 * gdb.base/style.exp: Add "set style sources" test.
2230
2231 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2232
2233 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2234 * mi-breakpoint-multiple-locations.exp: ... this.
2235 (make_breakpoints_pattern): New proc.
2236 (do_test): Add mi_version parameter, test -break-insert,
2237 -break-info and =breakpoint-created.
2238
2239 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * config/default.exp: Remove 'load_lib gdb.exp'.
2242 * config/monitor.exp: Likewise.
2243 * config/sid.exp: Likewise.
2244 * config/sim.exp: Likewise.
2245 * config/slite.exp: Likewise.
2246 * config/unix.exp: Likewise.
2247 * gdb.base/default.exp: Remove unhelpful comment.
2248
2249 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2252
2253 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2256
2257 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.fortran/type-kinds.exp: Update expected results.
2260
2261 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2262
2263 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2264
2265 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2268 function.
2269 (test_basic_parsing_of_type_kinds): Expand types tested.
2270 (test_parsing_invalid_type_kinds): New function.
2271
2272 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.fortran/intrinsics.exp: New file.
2275 * gdb.fortran/intrinsics.f90: New file.
2276 * gdb.fortran/type-kinds.exp: New file.
2277
2278 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.fortran/dot-ops.exp: New file.
2281
2282 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2285 Check upper and lower case logical literals.
2286
2287 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2290 Remove duplicate tests.
2291
2292 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2293
2294 * lib/gdb.exp (builtin_cd): rename of cd.
2295 (cd): Override builtin.
2296
2297 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2298
2299 * gdb.fortran/function-calls.exp: New file.
2300 * gdb.fortran/function-calls.f90: New test.
2301
2302 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2303
2304 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2305 on user program standard output.
2306 * gdb.fortran/short-circuit-argument-list.f90: Record function
2307 calls.
2308
2309 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2310
2311 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2312 failure.
2313
2314 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2315
2316 PR gdb/8527
2317 * gdb.base/interrupt-daemon-attach.c,
2318 gdb.base/interrupt-daemon-attach.exp: New test.
2319
2320 2019-02-27 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.base/page.exp: Add tests for "set width/height -1".
2323
2324 2019-02-27 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/page.exp: Add tests for "set/show width/height" with
2327 "infinite" values.
2328
2329 2019-02-27 Tom Tromey <tromey@adacore.com>
2330
2331 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2332 2.4.
2333 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2334 workaround.
2335
2336 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2339 tests for structs with static members.
2340
2341 2019-02-26 Tom Tromey <tromey@adacore.com>
2342
2343 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2344 ValueError, not TypeError.
2345
2346 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2347
2348 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2349 call from main program.
2350
2351 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2352
2353 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2354 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2355 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2356 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2357 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2358
2359 2019-02-22 Keith Seitz <keiths@redhat.com>
2360
2361 PR symtab/23853
2362 * gdb.base/symlink-sourcefile.c: New file.
2363 * gdb.base/symlink-sourcefile.exp: New file.
2364
2365 2019-02-20 Tom Tromey <tom@tromey.com>
2366
2367 * gdb.base/info_qt.exp: Update.
2368
2369 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2370
2371 * gdb.base/source.exp: Move "error in sourced script" code to
2372 the end.
2373 * gdb.base/source-error.gdb: Move contents to
2374 source-error-1.gdb. Add new code to source source-error-1.gdb.
2375 * gdb.base/source-error-1.gdb: New file, from previous
2376 source-error.gdb.
2377
2378 2019-02-17 Tom Tromey <tom@tromey.com>
2379
2380 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2381 for macro styling.
2382 * gdb.base/style.c (SOME_MACRO): New macro.
2383
2384 2019-02-17 Tom Tromey <tom@tromey.com>
2385
2386 * gdb.base/style.exp: Add line-wrapping tests.
2387 * gdb.base/page.exp: Add test for quitting during pagination.
2388
2389 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2390
2391 * gdb.ada/big_packed_array: New testcase.
2392 * gdb.ada/homonym.exp: Fix incorrect expected output for
2393 "break <homonym__get_value>" test.
2394
2395 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2396
2397 PR breakpoints/21870
2398 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2399 and prepare_for_testing. Add comment.
2400 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2401 redundant cleanup call. Clean up comment.
2402
2403 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2404
2405 PR breakpoints/21870
2406 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2407 * gdb.arch/aarch64-dbreg-contents.c: New file.
2408
2409 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2410
2411 * gdb.ada/mi_ref_changeable: New testcase.
2412
2413 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2414
2415 * gdb.base/attach.exp: Add double attach test.
2416
2417 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2418
2419 * lib/gdb.exp (default_gdb_start): Don't match pagination
2420 prompt.
2421 (gdb_init): Set stty_init.
2422
2423 2019-01-27 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2426 skip_python_tests.
2427
2428 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2429
2430 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2431 New structure.
2432 (struct struct_static_02_02): Likewise.
2433 (struct struct_static_02_03): Likewise.
2434 (struct struct_static_02_04): Likewise.
2435 (struct struct_static_04_01): Likewise.
2436 (struct struct_static_04_02): Likewise.
2437 (struct struct_static_04_03): Likewise.
2438 (struct struct_static_04_04): Likewise.
2439 (struct struct_static_06_01): Likewise.
2440 (struct struct_static_06_02): Likewise.
2441 (struct struct_static_06_03): Likewise.
2442 (struct struct_static_06_04): Likewise.
2443 (cmp_struct_static_02_01): Likewise.
2444 (cmp_struct_static_02_02): Likewise.
2445 (cmp_struct_static_02_03): Likewise.
2446 (cmp_struct_static_02_04): Likewise.
2447 (cmp_struct_static_04_01): Likewise.
2448 (cmp_struct_static_04_02): Likewise.
2449 (cmp_struct_static_04_03): Likewise.
2450 (cmp_struct_static_04_04): Likewise.
2451 (cmp_struct_static_06_01): Likewise.
2452 (cmp_struct_static_06_02): Likewise.
2453 (cmp_struct_static_06_03): Likewise.
2454 (cmp_struct_static_06_04): Likewise.
2455 (call_all): Test new structs.
2456 * gdb.base/infcall-nested-structs.exp: Likewise.
2457
2458 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2459 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2460
2461 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2462 * gdb.base/stack-protector.c: New test.
2463 * gdb.base/stack-protector.exp: New file.
2464 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2465 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2466 option.
2467 (gdb_compile): Remove stack protector for GCC and prevent
2468 recursion.
2469
2470 2019-01-16 Keith Seitz <keiths@redhat.com>
2471
2472 PR gdb/23773
2473 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2474
2475 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2476
2477 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2478 aliases.
2479 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2480 tests.
2481 * gdb.arch/powerpc-vector-regs.c: New file.
2482 * gdb.arch/powerpc-vector-regs.exp: New file.
2483
2484 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2485
2486 * gdb.arch/altivec-regs.exp: Fix the list passed to
2487 gdb_expect_list when testing "info vector".
2488
2489 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2490
2491 * gdb.base/style.exp: Don't include path in testname.
2492
2493 2019-01-10 Keith Seitz <keiths@redhat.com>
2494
2495 PR gdb/23712
2496 PR symtab/23010
2497 * gdb.dwarf2/multidictionary.exp: New file.
2498
2499 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2502 (test_gnuv3_style_demangling): ... this.
2503 (test_lucid_style_demangling): Remove.
2504 (test_arm_style_demangling): Remove.
2505 (test_hp_style_demangling): Remove.
2506 (do_tests): Remove calls to the above.
2507
2508 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2511 case.
2512
2513 2019-01-06 Tom Tromey <tom@tromey.com>
2514
2515 PR gdb/28155:
2516 * gdb.dwarf2/typedef-void-finish.exp: New file.
2517
2518 2018-12-28 Tom Tromey <tom@tromey.com>
2519 Simon Marchi <simark@simark.ca>
2520
2521 * gdb.base/jit-exec.exp: New file.
2522 * gdb.base/jit-exec.c: New file.
2523 * gdb.base/jit-execd.c: New file.
2524
2525 2018-12-28 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.base/style.exp: Update test to check for address styling.
2528
2529 2018-12-28 Tom Tromey <tom@tromey.com>
2530
2531 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2532 message.
2533
2534 2018-12-28 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.base/style.exp: Add test for version number styling.
2537
2538 2018-12-28 Tom Tromey <tom@tromey.com>
2539
2540 * gdb.base/style.exp: Add test for print_address_symbolic.
2541
2542 2018-12-28 Tom Tromey <tom@tromey.com>
2543
2544 * gdb.base/style.exp: Add test for breakpoint setting.
2545
2546 2018-12-28 Tom Tromey <tom@tromey.com>
2547
2548 * gdb.base/style.exp: Add test for variable names.
2549
2550 2018-12-28 Tom Tromey <tom@tromey.com>
2551
2552 * gdb.base/style.exp: New file.
2553 * gdb.base/style.c: New file.
2554
2555 2018-12-28 Tom Tromey <tom@tromey.com>
2556
2557 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2558 "dumb".
2559 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2560 the TERM environment variable.
2561
2562 2018-12-27 Tom Tromey <tom@tromey.com>
2563
2564 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2565 pagination test.
2566
2567 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2570 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2571
2572 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2573
2574 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2575 Filename a.adb changed to bp_fun_addr.adb.
2576 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2577
2578 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2579
2580 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2581 non-PIE executables.
2582 * README: Mention the gdb,nopie_flag board setting.
2583 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2584 non-PIE executable.
2585 * gdb.arch/amd64-entry-value.exp: Likewise.
2586 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2587 * gdb.arch/i386-float.exp: Likewise.
2588 * gdb.arch/i386-signal.exp: Likewise.
2589 * gdb.mi/mi-reg-undefined.exp: Likewise.
2590
2591 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2592
2593 PR gdb/23974
2594 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2595
2596 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2597
2598 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2599 Update order of results accordingly.
2600
2601 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.base/annota1.exp: Update a test regexp.
2604
2605 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2608
2609 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2610
2611 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2612 (reuse_time): Initialize to REUSE_TIME_CAP.
2613 (check_rc): New function.
2614 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2615 Check pthread_create rc.
2616 (spawner_thread_func): Check pthread_create and pthread_join rc.
2617
2618 2018-12-08 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/list.exp (test_forward_search): Rename to ...
2621 (test_forward_reverse_search): ... this. Also test reverse-search
2622 and the forward-search alias.
2623
2624 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2627 local timeout variable before return, and remove all local timeout
2628 variable entirely.
2629 (gdb_load): Likewise.
2630
2631 2018-12-01 Tom de Vries <tdevries@suse.de>
2632
2633 * gdb.base/gdb-caching-proc.exp: New file.
2634
2635 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2636
2637 * Makefile.in (TIMESTAMP): New variable.
2638 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2639 command.
2640 (check-single-racy): Likewise.
2641 (check/%.exp): Likewise.
2642 (check-racy/%.exp): Likewise.
2643 (workers/%.worker): Likewise.
2644 (build-perf): Likewise.
2645 (check-perf): Likewise.
2646 * README: Describe new "TS" and "TS_FORMAT" variables.
2647 * print-ts.py: New file.
2648
2649 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2650
2651 PR python/23714
2652 * gdb.python/python.exp: Test command repetition after
2653 gdb.execute.
2654
2655 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2658 is correctly aligned.
2659
2660 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.ada/info_auto_lang.exp: New testcase.
2663 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2664 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2665 * gdb.ada/info_auto_lang/some_c.c: New file.
2666
2667 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2668
2669 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2670 FUNC_lang language syntax.
2671
2672 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2673
2674 * gdb.base/info_minsym.c: New file.
2675 * gdb.base/info_minsym.exp: New file.
2676
2677 2018-11-19 Tom Tromey <tom@tromey.com>
2678
2679 PR rust/23625:
2680 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2681 * gdb.rust/expr.exp: Update expected output. Change one test.
2682
2683 2018-11-19 Tom Tromey <tom@tromey.com>
2684
2685 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2686
2687 2018-11-19 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2690 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2691 see the expected warning.
2692
2693 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2694
2695 PR gdb/22736:
2696 * gdb.cp/infcall-nodebug-lib.c: New test.
2697 * gdb.cp/infcall-nodebug-main.c: New test.
2698 * gdb.cp/infcall-nodebug.exp: New file.
2699
2700 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2701
2702 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2703 completer tests.
2704
2705 2018-11-09 Tom de Vries <tdevries@suse.de>
2706
2707 * gdb.base/msym-lang.c: New test.
2708 * gdb.base/msym-lang.exp: New file.
2709 * gdb.base/msym-lang-main.c: New test.
2710
2711 2018-11-08 Tom Tromey <tom@tromey.com>
2712
2713 PR gdb/23555:
2714 PR gdb/23838:
2715 * gdb.base/warning.exp: New file.
2716
2717 2018-11-08 Jan Beulich <jbeulich@suse.com>
2718
2719 * testsuite/gdb.arch/i386-avx512.c,
2720 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2721
2722 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2725 point hardware.
2726
2727 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2730 * gdb.dwarf2/missing-type-name.exp: New file.
2731
2732 2018-11-06 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.base/many-headers.c: New test.
2735 * gdb.base/many-headers.exp: New file.
2736
2737 2018-11-06 Jim Wilson <jimw@sifive.com>
2738
2739 * gdb.base/code_elim.exp: For riscv, set additional_flags
2740 to include -msmall-data-limit=0.
2741
2742 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2743
2744 * gdb.ada/watch_minus_l: New testcase.
2745
2746 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2747
2748 * gdb.arch/aix-sighandle.c: New file.
2749 * gdb.arch/aix-sighandle.exp: New file.
2750
2751 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2754 registers being unions.
2755
2756 2018-10-31 Tom de Vries <tdevries@suse.de>
2757
2758 * lib/valgrind.exp: New file.
2759 (vgdb_start, vgdb_stop): New procs, factored out of ...
2760 * gdb.base/valgrind-bt.exp: ... here, ...
2761 * gdb.base/valgrind-disp-step.exp: ... here and ...
2762 * gdb.base/valgrind-infcall.exp: ... here.
2763
2764 2018-10-31 Tom de Vries <tdevries@suse.de>
2765
2766 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2767
2768 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2769
2770 * gdb.dwarf2/void-type.c: New file.
2771 * gdb.dwarf2/void-type.exp: New file.
2772
2773 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2774
2775 * gdb.base/info_qt.c: New file.
2776 * gdb.base/info_qt.exp: New file.
2777
2778 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2779
2780 * gdb.arch/powerpc-htm-regs.c: New file.
2781 * gdb.arch/powerpc-htm-regs.exp: New file.
2782
2783 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2784
2785 * gdb.arch/powerpc-tar.c: New file.
2786 * gdb.arch/powerpc-tar.exp: New file.
2787
2788 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2789
2790 * gdb.arch/powerpc-ppr-dscr.c: New file.
2791 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2792
2793 2018-10-25 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2796
2797 2018-10-24 Tom de Vries <tdevries@suse.de>
2798
2799 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2800 longer exists error.
2801
2802 2018-10-24 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2805
2806 2018-10-24 Tom de Vries <tdevries@suse.de>
2807
2808 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2809 --db-attach in valgrind.
2810
2811 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.arch/riscv-reg-aliases.c: New file.
2814 * gdb.arch/riscv-reg-aliases.exp: New file.
2815
2816 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2817
2818 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2819
2820 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2821
2822 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2823
2824 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2825
2826 * gdb.cp/ovldbreak.exp: Fix regexps.
2827
2828 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2829
2830 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2831
2832 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2833
2834 PR cli/23785
2835 * gdb.base/restore.exp: New test to check if "restore" with an
2836 invalid file doesn't segfault.
2837
2838 2018-10-18 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2841 * gdb.ada/excep_handle.exp: Same.
2842 * gdb.ada/mi_string_access.exp: Same.
2843 * gdb.ada/mi_var_union.exp: Same.
2844 * gdb.arch/arc-analyze-prologue.exp: Same.
2845 * gdb.arch/arc-decode-insn.exp: Same.
2846 * gdb.base/readnever.exp: Same.
2847 * gdb.fortran/printing-types.exp: Same.
2848 * gdb.guile/scm-lazy-string.exp: Same.
2849
2850 2018-10-16 Tom de Vries <tdevries@suse.de>
2851
2852 PR gdb/23730
2853 * gdb.base/catch-follow-exec.c: Add copyright notice.
2854 * gdb.base/catch-follow-exec.exp: Rewrite to use
2855 gdb_spawn_with_cmdline_opts. Require gdb-native.
2856
2857 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2858
2859 * gdb.trace/actions-changed.exp: Check for arch support.
2860 * gdb.trace/actions.exp: Likewise.
2861 * gdb.trace/ax.exp: Likewise.
2862 * gdb.trace/backtrace.exp: Likewise.
2863 * gdb.trace/change-loc.exp: Likewise.
2864 * gdb.trace/deltrace.exp: Likewise.
2865 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2866 * gdb.trace/ftrace.exp: Likewise.
2867 * gdb.trace/infotrace.exp: Check for arch support.
2868 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2869 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2870 * gdb.trace/mi-tsv-changed.exp: Likewise.
2871 * gdb.trace/packetlen.exp: Likewise.
2872 * gdb.trace/passc-dyn.exp: Likewise.
2873 * gdb.trace/passcount.exp: Likewise.
2874 * gdb.trace/pending.exp: Likewise.
2875 * gdb.trace/range-stepping.exp: Check for shlib support.
2876 * gdb.trace/report.exp: Check for arch support.
2877 * gdb.trace/save-trace.exp: Likewise.
2878 * gdb.trace/signal.exp: Check for signal support.
2879 * gdb.trace/tfind.exp: Check for arch support.
2880 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2881 * gdb.trace/trace-common.h: Add comment.
2882 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2883 * gdb.trace/trace-enable-disable.exp: Likewise.
2884 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2885 * gdb.trace/tracecmd.exp: Check for arch support.
2886 * gdb.trace/tspeed.exp: Check for shlib and target support.
2887 * gdb.trace/tstatus.exp: Check for arch support.
2888 * gdb.trace/tsv.exp: Likewise.
2889 * gdb.trace/while-dyn.exp: Likewise.
2890 * gdb.trace/while-stepping.exp: Likewise.
2891 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2892
2893 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.trace/tspeed.exp: Remove nowarnings.
2896 (prepare_for_trace_test): Declare "global ipalib".
2897 * gdb.trace/tspeed.c: Include unistd.h.
2898 (main): Remove superfluous printf argument.
2899
2900 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2901
2902 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2903 directory prefix on the filename.
2904
2905 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2906
2907 * gdb.gdb/unittest.exp: Update expected message informing that
2908 selftests have been disabled.
2909 * gdb.server/unittest.exp: Likewise.
2910
2911 2018-10-09 Tom de Vries <tdevries@suse.de>
2912
2913 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2914 with runto_main.
2915
2916 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2917
2918 PR c++/16841
2919 * gdb.cp/virtbase2.cc: New file.
2920 * gdb.cp/virtbase2.exp: New file.
2921
2922 2018-10-06 Tom Tromey <tom@tromey.com>
2923
2924 PR python/19399:
2925 * gdb.python/py-inferior.exp: Add architecture test.
2926
2927 2018-10-06 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2930 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2931
2932 2018-10-06 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2935 of a "throw" catchpoint.
2936
2937 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2938
2939 * gdb.base/info-proc.exp: Update string expected from "help info
2940 proc".
2941
2942 2018-10-04 Tom Tromey <tom@tromey.com>
2943
2944 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2945 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2946 (test_initial_complaints, test_empty_complaints): Update.
2947 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2948
2949 2018-10-04 Tom Tromey <tom@tromey.com>
2950
2951 PR cli/19551:
2952 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2953 * lib/gdb.exp (gdb_file_cmd): Update.
2954 * gdb.stabs/weird.exp (print_weird_var): Update.
2955 * gdb.server/solib-list.exp: Update.
2956 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2957 * gdb.mi/mi-cli.exp: Update.
2958 * gdb.linespec/linespec.exp: Update.
2959 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2960 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2961 * gdb.cp/cp-relocate.exp: Update.
2962 * gdb.base/sym-file.exp: Update.
2963 * gdb.base/relocate.exp: Update.
2964 * gdb.base/readnever.exp: Update.
2965 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2966 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2967 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2968 * gdb.base/code_elim.exp: Update.
2969 * gdb.base/break-unload-file.exp (test_break): Update.
2970 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2971 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2972 Update.
2973 * gdb.base/attach.exp (do_attach_tests): Update.
2974 * gdb.base/sepdebug.exp: Update.
2975 * gdb.python/py-section-script.exp: Update.
2976
2977 2018-10-04 Tom Tromey <tom@tromey.com>
2978
2979 PR cli/22234:
2980 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2981 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2982 output.
2983
2984 2018-10-04 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2987 set width and height to 0.
2988 (test_command_line_attach_run): Use -quiet.
2989
2990 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2991
2992 * lib/gdb.exp (skip_ifunc_tests): New.
2993 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2994 other compile failures.
2995 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2996
2997 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2998
2999 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3000 is_amd64_regs_target.
3001
3002 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3003
3004 * gdb.arch/aarch64-sighandler-regs.c: New test.
3005 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3006 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3007
3008 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3009
3010 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3011 assembly.
3012
3013 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.base/frame-selection.exp: New file.
3016 * gdb.base/frame-selection.c: New file.
3017
3018 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3019
3020 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3021 pthread barrier.
3022 (main): Likewise.
3023
3024 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.base/large-frame-1.c: New file.
3027 * gdb.base/large-frame-2.c: New file.
3028 * gdb.base/large-frame.exp: New file.
3029 * gdb.base/large-frame.h: New file.
3030
3031 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3032
3033 PR gdb/20948
3034 * gdb.base/write_mem.exp: New test.
3035 * gdb.base/write_mem.c: Likewise.
3036
3037 2018-09-23 Tom Tromey <tom@tromey.com>
3038
3039 PR python/18852:
3040 * gdb.python/py-parameter.exp: Add test for parameter that throws
3041 on "set".
3042
3043 2018-09-23 Tom Tromey <tom@tromey.com>
3044
3045 PR python/17284:
3046 * gdb.python/py-template.exp (test_template_arg): Add test for
3047 negative template argument number.
3048
3049 2018-09-23 Tom Tromey <tom@tromey.com>
3050
3051 PR python/14062:
3052 * gdb.python/python.exp: Add test for post_event error.
3053
3054 2018-09-23 Tom Tromey <tom@tromey.com>
3055
3056 PR python/18170:
3057 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3058 convert pointers to int and long.
3059
3060 2018-09-23 Tom Tromey <tom@tromey.com>
3061
3062 PR python/20126:
3063 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3064 signed-ness conversion tests.
3065
3066 2018-09-23 Tom Tromey <tom@tromey.com>
3067
3068 PR python/18352;
3069 * gdb.python/py-value.exp (test_float_conversion): New proc.
3070 Use it.
3071
3072 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3073
3074 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3075
3076 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3077
3078 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3079 no readline.
3080 * gdb.base/utf8-identifiers.exp: Likewise.
3081 * gdb.cp/cpcompletion.exp: Likewise.
3082 * gdb.linespec/cpcompletion.exp: Likewise.
3083 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3084 * gdb.linespec/cpls-ops.exp: Likewise.
3085
3086 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3087 Chris January <chris.january@arm.com>
3088
3089 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3090 * gdb.fortran/short-circuit-argument-list.exp: New file.
3091 * gdb.fortran/short-circuit-argument-list.f90: New test.
3092
3093 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3094
3095 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3096 "arch=" keyword when executing "-stack-list-frames".
3097
3098 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3101 "arch=" keyword when executing "-stack-list-frames".
3102
3103 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3104
3105 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3106 break ada".
3107
3108 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3109
3110 PR python/23669
3111 * gdb.python/python.exp: Test gdb.execute("show commands").
3112
3113 2018-09-16 Tom Tromey <tom@tromey.com>
3114
3115 * gdb.base/new-ui.exp (do_execution_tests): Update.
3116 * gdb.base/dbx.exp (test_breakpoints): Update.
3117
3118 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3119
3120 * lib/gdb.exp (gdb_simple_compile): Add proc.
3121 (is_elf_target): Use gdb_simple_compile.
3122 (skip_altivec_tests): Likewise.
3123 (skip_vsx_tests): Likewise.
3124 (skip_tsx_tests): Likewise.
3125 (skip_btrace_tests): Likewise.
3126 (skip_btrace_pt_tests): Likewise.
3127 (gdb_can_simple_compile): Likewise.
3128 (gdb_has_argv0): Likewise.
3129 (gdb_target_symbol_prefix): Likewise.
3130 (target_supports_scheduler_locking): Likewise.
3131
3132 2018-09-13 Tom Tromey <tom@tromey.com>
3133
3134 * Makefile.in (TAGS): Recognize proc_with_prefix and
3135 gdb_caching_proc.
3136
3137 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3140 method.
3141
3142 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3145 and a few other Inferior properties when the Inferior is no
3146 longer valid.
3147
3148 2018-09-13 Tom Tromey <tom@tromey.com>
3149
3150 PR rust/23650:
3151 * gdb.rust/simple.exp: Add test for enum field access error.
3152
3153 2018-09-13 Tom Tromey <tom@tromey.com>
3154
3155 PR rust/23626:
3156 * gdb.rust/simple.rs (EmptyEnum): New type.
3157 (main): Use it.
3158 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3159
3160 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3163 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3164 * gdb.python/py-symtab.exp: Update test printing an objfile.
3165
3166 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3167
3168 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3169 object.
3170
3171 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3172
3173 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3174 (support_complex_tests): Use gdb_can_simple_compile.
3175 (is_ilp32_target): Likewise.
3176 (is_lp64_target): Likewise.
3177 (is_64_target): Likewise.
3178 (is_amd64_regs_target): Likewise.
3179 (is_aarch32_target): Likewise.
3180 (gdb_int128_helper): Likewise.
3181
3182 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3185
3186 2018-09-10 Jerome Guitton <guitton@adacore.com>
3187
3188 * gdb.ada/same_component_name: Add test for case of tagged record
3189 with variable-length fields.
3190
3191 2018-09-10 Xavier Roirand <roirand@adacore.com>
3192
3193 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3194 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3195 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3196 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3197
3198 2018-09-10 Xavier Roirand <roirand@adacore.com>
3199
3200 * gdb.ada/mi_string_access.exp: New testcase.
3201 * gdb.ada/mi_string_access/bar.adb: New file.
3202 * gdb.ada/mi_string_access/pck.adb: New file.
3203 * gdb.ada/mi_string_access/pck.asd: New file.
3204
3205 2018-09-10 Xavier Roirand <roirand@adacore.com>
3206
3207 * gdb.ada/mi_var_union.exp: New testcase.
3208 * gdb.ada/mi_var_union/bar.adb: New file.
3209 * gdb.ada/mi_var_union/pck.adb: New file.
3210 * gdb.ada/mi_var_union/pck.asd: New file.
3211
3212 2018-09-08 Tom Tromey <tom@tromey.com>
3213
3214 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3215
3216 2018-09-08 Tom Tromey <tom@tromey.com>
3217
3218 PR python/16047:
3219 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3220 (register_pretty_printers): Register new printer.
3221 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3222 test.
3223 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3224 (an_int_type3): New global.
3225
3226 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.ada/expr_with_funcall: New testcase.
3229
3230 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3231
3232 * gdb.ada/packed_array_assign: New testcase.
3233
3234 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3235
3236 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3237 names, and add test prefixes to make test names unique.
3238
3239 2018-09-05 Tom de Vries <tdevries@suse.de>
3240
3241 * gdb.dwarf2/varval.exp: Add test.
3242
3243 2018-09-04 Gary Benson <gbenson@redhat.com>
3244
3245 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3246 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3247
3248 2018-08-31 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.rust/simple.rs: Rename second variable "v".
3251
3252 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3253
3254 * gdb.base/funcargs.c (use_a): New function.
3255 (recurse): Call use_a.
3256
3257 2018-08-29 Keith Seitz <keiths@redhat.com>
3258
3259 * gdb.compile/compile-cplus-anonymous.cc: New file.
3260 * gdb.compile/compile-cplus-anonymous.exp: New file.
3261 * gdb.compile/compile-cplus-array-decay.cc: New file.
3262 * gdb.compile/compile-cplus-array-decay.exp: New file.
3263 * gdb.compile/compile-cplus-inherit.cc: New file.
3264 * gdb.compile/compile-cplus-inherit.exp: New file.
3265 * gdb.compile/compile-cplus-member.cc: New file.
3266 * gdb.compile/compile-cplus-member.exp: New file.
3267 * gdb.compile/compile-cplus-method.cc: New file.
3268 * gdb.compile/compile-cplus-method.exp: New file.
3269 * gdb.compile/compile-cplus-mod.c: "New" file.
3270 * gdb.compile/compile-cplus-namespace.cc: New file.
3271 * gdb.compile/compile-cplus-namespace.exp: New file.
3272 * gdb.compile/compile-cplus-nested.cc: New file.
3273 * gdb.compile/compile-cplus-nested.exp: New file.
3274 * gdb.compile/compile-cplus-print.c: "New" file.
3275 * gdb.compile/compile-cplus-print.exp: "New" file.
3276 * gdb.compile/compile-cplus-virtual.cc: New file.
3277 * gdb.compile/compile-cplus-virtual.exp: New file.
3278 * gdb.compile/compile-cplus.c: "New" file.
3279 * gdb.compile/compile-cplus.exp: "New" file.
3280 * lib/compile-support.exp: New file.
3281
3282 2018-08-16 Gary Benson <gbenson@redhat.com>
3283
3284 PR gdb/13000:
3285 * gdb.base/batch-exit-status.exp: New file.
3286 * gdb.base/batch-exit-status.good-commands: Likewise.
3287 * gdb.base/batch-exit-status.bad-commands: Likewise.
3288
3289 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3290
3291 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3292 (struct struct02): Likewise.
3293 (struct struct03): Likewise.
3294 (struct struct04): Likewise.
3295 (struct struct_01_01): New struct.
3296 (struct struct_01_02): Likewise.
3297 (struct struct_01_03): Likewise.
3298 (struct struct_01_04): Likewise.
3299 (struct struct_02_01): Likewise.
3300 (struct struct_02_02): Likewise.
3301 (struct struct_02_03): Likewise.
3302 (struct struct_02_04): Likewise.
3303 (struct struct_04_01): Likewise.
3304 (struct struct_04_02): Likewise.
3305 (struct struct_04_03): Likewise.
3306 (struct struct_04_04): Likewise.
3307 (struct struct_05_01): Likewise.
3308 (struct struct_05_02): Likewise.
3309 (struct struct_05_03): Likewise.
3310 (struct struct_05_04): Likewise.
3311 (cmp_struct01): Remove function.
3312 (cmp_struct02): Likewise.
3313 (cmp_struct03): Likewise.
3314 (cmp_struct04): Likewise.
3315 (cmp_struct_01_01): Add Function.
3316 (cmp_struct_01_02): Likewise.
3317 (cmp_struct_01_03): Likewise.
3318 (cmp_struct_01_04): Likewise.
3319 (cmp_struct_02_01): Likewise.
3320 (cmp_struct_02_02): Likewise.
3321 (cmp_struct_02_03): Likewise.
3322 (cmp_struct_02_04): Likewise.
3323 (cmp_struct_04_01): Likewise.
3324 (cmp_struct_04_02): Likewise.
3325 (cmp_struct_04_03): Likewise.
3326 (cmp_struct_04_04): Likewise.
3327 (cmp_struct_05_01): Likewise.
3328 (cmp_struct_05_02): Likewise.
3329 (cmp_struct_05_03): Likewise.
3330 (cmp_struct_05_04): Likewise.
3331 (call_all): Add new structs.
3332 * gdb.base/infcall-nested-structs.exp: Likewise.
3333
3334 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3335
3336 * gdb.python/py-framefilter-mi.exp: Update regexp to
3337 check for "arch" field in frame output.
3338
3339 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3340
3341 * gdb.dwarf2/dw2-ranges-func.c: New file.
3342 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3343
3344 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3345
3346 * gdb.base/term.exp: Compare terminal settings with values from
3347 the inferior.
3348 * gdb.base/term.c: Get and set terminal settings.
3349
3350 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3351
3352 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3353 accommodate new "arch" field in frame output.
3354 * gdb.mi/mi-return.exp: Likewise.
3355 * gdb.mi/mi-stack.exp: Likewise.
3356 * gdb.mi/mi-syn-frame.exp: Likewise.
3357 * gdb.mi/user-selected-context-sync.exp: Likewise.
3358
3359 2018-08-19 Michael Spang <spang@google.com>
3360
3361 PR gdb/11786
3362 * gdb.base/gcore-tls-pie.c: New file.
3363 * gdb.base/gcore-tls-pie.exp: New file.
3364
3365 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3366
3367 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3368 * gdb.dwarf2/varval.c: New file.
3369 * gdb.dwarf2/varval.exp: New file.
3370
3371 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3372
3373 PR gdb/18931
3374 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3375
3376 2018-08-16 Keith Seitz <keiths@redhat.com>
3377
3378 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3379 tests expected to pass.
3380
3381 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3382
3383 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3384 -data-disassemble -a.
3385 (test_disassembly_bogus_args): Likewise.
3386
3387 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3388
3389 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3390
3391 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * gdb.base/vla-optimized-out.exp: Add new test.
3394
3395 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * gdb.base/vla-optimized-out-o3.exp: Delete.
3398 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3399 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3400 deleted tests.
3401
3402 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 PR gdb/18050:
3405 * gdb.server/extended-remote-restart.c: New file.
3406 * gdb.server/extended-remote-restart.exp: New file.
3407
3408 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3409
3410 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3411 "set variable index = 42".
3412
3413 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3414
3415 * boards/index-cache-gdb.exp: New file.
3416 * gdb.dwarf2/index-cache.exp: New file.
3417 * gdb.dwarf2/index-cache.c: New file.
3418 * gdb.base/maint.exp: Check if we are using the index cache.
3419
3420 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3421
3422 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3423 MAKEFLAGS.
3424
3425 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3426
3427 * dg-extract-results.sh: Move to toplevel contrib.
3428 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3429 * Makefile.in (check-parallel-racy): Likewise.
3430
3431 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3434 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3435 tests if the target supports scheduler locking.
3436
3437 2018-08-04 Tom de Vries <tdevries@suse.de>
3438
3439 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3440
3441 2018-08-02 Tom Tromey <tom@tromey.com>
3442
3443 PR symtab/16842.
3444 * gdb.cp/temargs.exp: Test "info address" of a template
3445 parameter.
3446
3447 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3448
3449 * gdb.python/py-mi-var-info-path-expression.c: New file.
3450 * gdb.python/py-mi-var-info-path-expression.py: New file.
3451 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3452
3453 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3454
3455 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3456 error after "cannot resolve name" string.
3457
3458 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3461 started.
3462 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3463
3464 2018-07-28 Tom de Vries <tdevries@suse.de>
3465
3466 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3467
3468 2018-07-26 Tom de Vries <tdevries@suse.de>
3469
3470 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3471
3472 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3475 is visible.
3476
3477 2018-07-26 Tom de Vries <tdevries@suse.de>
3478
3479 PR breakpoints/23366
3480 * gdb.base/catch-follow-exec.c: New test.
3481 * gdb.base/catch-follow-exec.exp: New file.
3482
3483 2018-07-25 Tom de Vries <tdevries@suse.de>
3484
3485 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3486 vla-optimized-out.c.
3487
3488 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3489
3490 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3491 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3492
3493 2018-07-20 Tom de Vries <tdevries@suse.de>
3494
3495 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3496 NOCLONE macro.
3497 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3498
3499 2018-07-19 Tom de Vries <tdevries@suse.de>
3500
3501 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3502 regular expression.
3503
3504 2018-07-18 Tom de Vries <tdevries@suse.de>
3505
3506 * gdb.base/vla-optimized-out.c: New test.
3507 * gdb.base/vla-optimized-out.exp: New file.
3508
3509 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3510
3511 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3512 message "No address associated with hostname" when gdbserver
3513 cannot resolve the hostname.
3514
3515 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3516
3517 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3518 Add some test prefixes to make tests unique.
3519
3520 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3521
3522 * gdb.base/frameapply.c: New file.
3523 * gdb.base/frameapply.exp: New file.
3524
3525 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3526
3527 * gdb.base/skip.exp: Update expected error message.
3528
3529 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3530 Jan Kratochvil <jan.kratochvil@redhat.com>
3531 Paul Fertser <fercerpav@gmail.com>
3532 Tsutomu Seki <sekiriki@gmail.com>
3533
3534 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3535 parameter.
3536 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3537 by default.
3538 * boards/native-gdbserver.exp: Likewise.
3539 * gdb.server/run-without-local-binary.exp: Improve regexp used
3540 for detecting when a remote debugging connection succeeds.
3541 * gdb.server/server-connect.exp: New file.
3542 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3543 Do not prefix the port number with ":".
3544 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3545 support for detecting and using it. Add '$debughost_gdbserver'
3546 to the list of arguments used to start gdbserver. Handle case
3547 when gdbserver cannot resolve a network name.
3548
3549 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3550
3551 PR c++/23373
3552 * gdb.base/ptype-offsets.cc (struct static_member): New
3553 struct.
3554 (main) <stmember>: New variable.
3555 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3556 with a static member in it.
3557
3558 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3559
3560 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3561 watchpoints enabled and disabled.
3562
3563 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/examine-backward.exp: Still run tests around address
3566 0x0, even if address 0x0 is not readable. Update the pattern for
3567 matching address 0x0 in expected output.
3568
3569 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3572 malloc/free.
3573
3574 2018-07-04 Tom de Vries <tdevries@suse.de>
3575
3576 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3577
3578 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3579
3580 PR tdep/8282
3581 * gdb.arch/mips-disassembler-options.exp: New test.
3582 * gdb.arch/mips-disassembler-options.s: New test source.
3583
3584 2018-06-29 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.threads/names.exp: Adjust expected "info threads" output.
3587
3588 2018-06-29 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.opt/inline-break.exp (line number, address): Add "info
3591 break" tests.
3592
3593 2018-06-29 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3596 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3597 number and address and running to them.
3598
3599 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3600
3601 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3602
3603 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * lib/compiler.c: Remove executable permission flag.
3606
3607 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3608
3609 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3610 code.
3611 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3612
3613 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3614
3615 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3616
3617 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3618
3619 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3620 address argument is omitted.
3621
3622 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3623
3624 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3625
3626 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3627
3628 PR gdb/21695
3629 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3630 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3631
3632 2018-06-26 Tom Tromey <tom@tromey.com>
3633
3634 PR rust/22574:
3635 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3636 * gdb.rust/simple.rs (struct SimpleLayout): New.
3637
3638 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3639
3640 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3641 "info registers" output.
3642
3643 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3644
3645 * gdb.base/watchpoint-hw-attach.c: New test.
3646 * gdb.base/watchpoint-hw-attach.exp: New file.
3647
3648 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3649
3650 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3651 through /bin/sh.
3652 * boards/dwarf4-gdb-index.exp: Likewise.
3653 * boards/fission-dwp.exp: Likewise.
3654
3655 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * gdb.base/float128.exp: Add comment and improved fail message
3658 to the failure case of "print large128" test.
3659
3660 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * configure.ac: Remove AC_PREREQ.
3663 * configure: Re-generate.
3664
3665 2018-06-19 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3668 (func_extern_caller): New.
3669 (main): Call func_extern_caller.
3670 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3671 logic change.
3672
3673 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3674
3675 PR gdb/16841
3676 * gdb.cp/typedef-base.cc: New file.
3677 * gdb.cp/typedef-base.exp: New file.
3678
3679 2018-06-18 Tom de Vries <tdevries@suse.de>
3680
3681 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3682
3683 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3684 Richard Bunt <Richard.Bunt@arm.com>
3685
3686 * gdb.threads/attach-slow-waitpid.c: New file.
3687 * gdb.threads/attach-slow-waitpid.exp: New file.
3688 * gdb.threads/slow-waitpid.c: New file.
3689
3690 2018-06-14 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/fork-running-state.c: Include <errno.h>.
3693 (exit_if_relative_exits): New.
3694 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3695 exits.
3696 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3697 child exits.
3698
3699 2018-06-14 Tom de Vries <tdevries@suse.de>
3700
3701 PR cli/22573
3702 * gdb.base/finish-pretty.c: New test.
3703 * gdb.base/finish-pretty.exp: New file.
3704
3705 2018-06-14 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3708 gdb's expected startup output.
3709
3710 2018-06-14 Pedro Alves <palves@redhat.com>
3711
3712 * lib/selftest-support.exp (selftest_setup): Remove inlined
3713 function handling.
3714
3715 2018-06-14 Tom de Vries <tdevries@suse.de>
3716
3717 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3718 matching of breakpoint printing.
3719
3720 2018-06-13 Tom de Vries <tdevries@suse.de>
3721
3722 PR testsuite/23269
3723 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3724 (fork_child): ... here, and ...
3725 (fork_parent): ... here.
3726
3727 2018-06-12 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3730
3731 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3732 Stephen Roberts <stephen.roberts@arm.com>
3733
3734 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3735 rewrite test to describe action performed, rather than possible
3736 failure.
3737
3738 2018-06-08 Gary Benson <gbenson@redhat.com>
3739
3740 * gdb.threads/check-libthread-db.exp: New file.
3741 * gdb.threads/check-libthread-db.c: Likewise.
3742
3743 2018-06-05 Tom Tromey <tom@tromey.com>
3744
3745 * gdb.base/default.exp: Update expected "show version" output.
3746
3747 2018-06-05 Tom Tromey <tom@tromey.com>
3748
3749 PR cli/12326:
3750 * gdb.cp/static-print-quit.exp: Update.
3751 * lib/gdb.exp (pagination_prompt): Update.
3752 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3753 * gdb.python/python.exp: Update.
3754
3755 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3756
3757 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3758
3759 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.ada/bp_fun_addr: New testcase.
3762
3763 2018-06-01 Tom Tromey <tom@tromey.com>
3764
3765 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3766 results.
3767 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3768 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3769 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3770 * gdb.base/maint.exp (maint_pass_if): Update.
3771
3772 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3773
3774 * gdb.base/endian.exp: New test.
3775 * gdb.base/endian.c: New test source.
3776
3777 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3778
3779 PR gdb/23203
3780 * gdb.base/bt-selected-frame.c: New file.
3781 * gdb.base/bt-selected-frame.exp: New file.
3782 * lib/gdb.exp (get_current_frame_number): New function.
3783
3784 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3785 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.threads/tls-core.c: Include <stdlib.h>
3788 (thread_proc): Call `abort'.
3789 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3790 (tls_core_test): New procedure, bits factored out from ...
3791 (top level): ... here. Test both native cores and gcore cores.
3792
3793 2018-05-23 Tom Tromey <tom@tromey.com>
3794
3795 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3796
3797 2018-05-23 Tom Tromey <tom@tromey.com>
3798
3799 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3800 symfile_complaints.
3801 (test_short_complaints): Likewise.
3802 (test_empty_complaints): Likewise.
3803 (test_initial_complaints): Update.
3804
3805 2018-05-23 Tom Tromey <tom@tromey.com>
3806
3807 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3808
3809 2018-05-23 Tom Tromey <tom@tromey.com>
3810
3811 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3812 (test_short_complaints): Update.
3813
3814 2018-05-22 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/remote.exp: Only gdb_start after compiling the
3817 testcase. Issue "disconnect" before testing "set remote" command
3818 defaults. Issue clean_restart before running to main.
3819
3820 2018-05-22 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/remote.exp: Adjust expected output of "show remote
3823 memory-write-packet-size". Add tests for "set remote
3824 memory-write-packet-size 0" and "set remote
3825 memory-write-packet-size fixed/limit".
3826
3827 2018-05-22 Pedro Alves <palves@redhat.com>
3828
3829 PR gdb/22973
3830 * gdb.base/utf8-identifiers.c: New file.
3831 * gdb.base/utf8-identifiers.exp: New file.
3832
3833 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3834
3835 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3836
3837 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3838
3839 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3840
3841 2018-05-18 Tom Tromey <tom@tromey.com>
3842
3843 * gdb.base/ptype-offsets.exp: Update.
3844
3845 2018-05-17 Keith Seitz <keiths@redhat.com>
3846
3847 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3848 in expected breakpoint stop locations.
3849 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3850 move to proper scope to test variable values.
3851 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3852 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3853 New functions.
3854 (main): Call not_inline_func3.
3855 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3856 inline_func1, inline_func2, and inline_func3. Test that when each
3857 breakpoint is hit, GDB properly reports both the stop location
3858 and the backtrace. Repeat tests for temporary breakpoints.
3859
3860 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3861
3862 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3863 rather then trying to access it in determining whether the PID
3864 of `gdbserver' could have been retrieved.
3865
3866 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.arch/amd64-init-x87-values.S: New file.
3869 * gdb.arch/amd64-init-x87-values.exp: New file.
3870
3871 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3874
3875 2018-05-04 Tom Tromey <tom@tromey.com>
3876
3877 PR python/22730:
3878 * gdb.python/python.exp: Test multi-line execute.
3879
3880 2018-05-04 Tom Tromey <tom@tromey.com>
3881
3882 PR python/22731:
3883 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3884
3885 2018-05-04 Tom Tromey <tom@tromey.com>
3886
3887 PR gdb/11750:
3888 * gdb.base/define.exp: Test defining a user command inside a user
3889 command.
3890 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3891
3892 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3893 Pedro Alves <palves@redhat.com>
3894
3895 PR breakpoints/19806 and support for PR external/20207.
3896 * gdb.base/watchpoint-unaligned.c: New file.
3897 * gdb.base/watchpoint-unaligned.exp: New file.
3898
3899 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdb.base/maint.exp: Make test names unique, use
3902 test_prefix_command_help to test 'help maint info', and remove
3903 repeated test of 'help maint'.
3904
3905 2018-05-04 Tom Tromey <tom@tromey.com>
3906
3907 PR gdb/22619:
3908 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3909 behavior.
3910
3911 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3912
3913 * gdb.base/maint.exp: Process output from 'maint print registers'
3914 line at a time.
3915
3916 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3919 timeout.
3920
3921 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3924 filter pattern.
3925
3926 2018-05-02 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3929 to_log_command renames.
3930 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3931
3932 2018-05-02 Tom Tromey <tom@tromey.com>
3933
3934 * gdb.python/py-parameter.exp: Set test message.
3935
3936 2018-05-02 Tom Tromey <tom@tromey.com>
3937
3938 PR python/20084:
3939 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3940 PARAM_ZUINTEGER_UNLIMITED tests.
3941
3942 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3943
3944 PR rust/23124
3945 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3946 when casting.
3947
3948 2018-04-30 Tom Tromey <tom@tromey.com>
3949
3950 * gdb.python/py-type.exp: Check align attribute.
3951 * gdb.python/py-type.c: New "aligncheck" global.
3952
3953 2018-04-30 Tom Tromey <tom@tromey.com>
3954
3955 PR exp/17095:
3956 * gdb.dwarf2/dw2-align.exp: New file.
3957 * gdb.cp/align.exp: New file.
3958 * gdb.base/align.exp: New file.
3959 * lib/gdb.exp (gdb_int128_helper): New proc.
3960 (has_int128_c, has_int128_cxx): New caching procs.
3961
3962 2018-04-27 Tom Tromey <tom@tromey.com>
3963
3964 PR rust/22545:
3965 * gdb.rust/simple.exp: Add inclusive range tests.
3966
3967 2018-04-26 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3970 ifunc breakpoint locations correctly of ifunc breakpoints set
3971 while the program resolves the ifunc.
3972
3973 2018-04-26 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/gnu-ifunc-final.c: New file.
3976 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3977 * gdb.base/gnu-ifunc.exp (executable): Delete.
3978 (staticexecutable): Adjust.
3979 (lib_opts, exec_opts): Delete.
3980 (make_binsuffix, build, set-break): New procedures.
3981 (misc_tests): New, with tests factored out from the top level.
3982 (top level): Test different combinations of ifunc resolver name,
3983 resolver with and with debug info, and ifunc target with and
3984 without debug info. Wrap static tests with with_target_prefix.
3985
3986 2018-04-26 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3989 return type" warnings.
3990
3991 2018-04-25 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3994 killed".
3995 * gdb.base/kill-after-signal.exp: Likewise.
3996 * gdb.threads/kill.exp: Likewise.
3997
3998 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3999 Sergio Durigan Junior <sergiodj@redhat.com>
4000 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4003 regexps to expect for '[Inferior ... detached]' as well.
4004 * gdb.base/attach.exp: Likewise.
4005 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4006 "gdb_continue_to_end".
4007 (test_catch_syscall_with_wrong_args): Likewise.
4008 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4009 ']'. Don't set 'verbose' on.
4010 * gdb.base/foll-vfork.exp: Likewise.
4011 * gdb.base/fork-print-inferior-events.c: New file.
4012 * gdb.base/fork-print-inferior-events.exp: New file.
4013 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4014 '[Inferior ... has been killed]' message.
4015 * gdb.base/kill-after-signal.exp: Likewise.
4016 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4017 detach message.
4018 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4019 message.
4020 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4021 regexps to expect for '[Inferior ... detached]' as well.
4022 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4023
4024 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4025
4026 PR gdb/23104
4027 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4028
4029 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4030
4031 * gdb.threads/multiple-successive-infcall.c: New test.
4032 * gdb.threads/multiple-successive-infcall.exp: New file.
4033
4034 2018-04-17 Tom Tromey <tom@tromey.com>
4035
4036 * gdb.rust/simple.rs (Union): New type.
4037 (main): New local "u".
4038 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4039
4040 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4041
4042 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4043 number information in output of "whereis" command.
4044 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4045
4046 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4047
4048 * gdb.ada/info_types.exp: Adjust expected output to the line
4049 numbers now printed by "info var/func/type".
4050 * gdb.base/completion.exp: Likewise.
4051 * gdb.base/included.exp: Likewise.
4052 * gdb.cp/cp-relocate.exp: Likewise.
4053 * gdb.cp/cplusfuncs.exp: Likewise.
4054 * gdb.cp/namespace.exp: Likewise.
4055 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4056
4057 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4058
4059 * gdb.btrace/cpu.exp: New.
4060
4061 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4062
4063 * gdb.base/step-indirect-call-thunk.exp: New.
4064 * gdb.base/step-indirect-call-thunk.c: New.
4065 * gdb.reverse/step-indirect-call-thunk.exp: New.
4066 * gdb.reverse/step-indirect-call-thunk.c: New.
4067
4068 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4069
4070 * gdb.base/pie-fork.c: New file.
4071 * gdb.base/pie-fork.exp: New file.
4072
4073 2018-04-11 Tom Tromey <tom@tromey.com>
4074
4075 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4076
4077 2018-04-10 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4080 exits. Instead loop running forever.
4081 (fork_parent): Run forever too.
4082
4083 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4084
4085 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4086 mi_continue_to_line.
4087 * gdb.mi/mi-stack.c (callee4): Add comment.
4088
4089 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4090
4091 * gdb.mi/mi-stack.exp: Fix indentation.
4092
4093 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4094
4095 PR gdb/22979
4096 * gdb.arch/amd64-osabi.exp: New file.
4097
4098 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4099
4100 PR gdb/22980
4101 * gdb.base/osabi.exp: New file.
4102
4103 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4104
4105 * gdb.cp/static-typedef-print.exp: New file.
4106 * gdb.cp/static-typedef-print.cc: New file.
4107
4108 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4109
4110 * gdb.ada/varsize_limit: New testcase.
4111
4112 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4115
4116 * gdb.ada/notcplusplus: New testcase.
4117
4118 * gdb.base/c-linkage-name.c: New file.
4119 * gdb.base/c-linkage-name.exp: New testcase.
4120
4121 2018-03-26 Tom Tromey <tom@tromey.com>
4122
4123 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4124 * gdb.python/py-framefilter.py (name_error): New global.
4125 (ErrorInName.function): Use name_error.
4126
4127 2018-03-26 Tom Tromey <tom@tromey.com>
4128
4129 PR backtrace/15582:
4130 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4131
4132 2018-03-23 Keith Seitz <keiths@redhat.com>
4133
4134 PR c++/22968
4135 * gdb.cp/subtypes.exp: New file.
4136 * gdb.cp/subtypes.h: New file.
4137 * gdb.cp/subtypes.cc: New file.
4138 * gdb.cp/subtypes-2.cc: New file.
4139
4140 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4143 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4144 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4145 -nostartfiles when compiling the test. Confirm that all registers
4146 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4147
4148 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4151 option, syntax was wrong anyway.
4152 * gdb.arch/arm-disp-step.exp: Likewise.
4153 * gdb.arch/sparc64-regs.exp: Likewise.
4154 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4155 option, syntax was wrong anyway, switch to use
4156 prepare_for_testing.
4157 * gdb.arch/i386-disp-step.exp: Likewise.
4158
4159 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4160
4161 * gdb.ada/exec_changed.exp: Replace "target_info exists
4162 use_gdb_stub" by "use_gdb_stub".
4163 * gdb.ada/start.exp: Likewise.
4164 * gdb.base/async-shell.exp: Likewise.
4165 * gdb.base/attach-pie-misread.exp: Likewise.
4166 * gdb.base/attach-wait-input.exp: Likewise.
4167 * gdb.base/break-entry.exp: Likewise.
4168 * gdb.base/break-interp.exp: Likewise.
4169 * gdb.base/dprintf-detach.exp: Likewise.
4170 * gdb.base/nostdlib.exp: Likewise.
4171 * gdb.base/solib-nodir.exp: Likewise.
4172 * gdb.base/statistics.exp: Likewise.
4173 * gdb.base/testenv.exp: Likewise.
4174 * gdb.mi/mi-exec-run.exp: Likewise.
4175 * gdb.mi/mi-start.exp: Likewise.
4176 * gdb.multi/dummy-frame-restore.exp: Likewise.
4177 * gdb.multi/multi-arch-exec.exp: Likewise.
4178 * gdb.multi/multi-arch.exp: Likewise.
4179 * gdb.multi/tids.exp: Likewise.
4180 * gdb.multi/watchpoint-multi.exp: Likewise.
4181 * gdb.python/py-events.exp: Likewise.
4182 * gdb.threads/attach-into-signal.exp: Likewise.
4183 * gdb.threads/attach-stopped.exp: Likewise.
4184 * gdb.threads/threadapply.exp: Likewise.
4185 * lib/selftest-support.exp: Likewise.
4186
4187 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4188
4189 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4190
4191 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4192
4193 * gdb.perf/template-breakpoints.cc: New file.
4194 * gdb.perf/template-breakpoints.exp: New file.
4195 * gdb.perf/template-breakpoints.py: New file.
4196
4197 2018-03-19 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4200 y0.
4201 * gdb.rust/simple.exp: Test bare identifier form of struct
4202 initializer.
4203
4204 2018-03-19 Tom Tromey <tom@tromey.com>
4205
4206 * gdb.gdb/observer.exp: Remove.
4207
4208 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4209
4210 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4211 "qualified" option when setting breakpoints.
4212 * gdb.trace/backtrace.exp: Likewise.
4213 * gdb.trace/circ.exp: Likewise.
4214 * gdb.trace/collection.exp: Likewise.
4215 * gdb.trace/disconnected-tracing.exp: Likewise.
4216 * gdb.trace/ftrace-lock.exp: Likewise.
4217 * gdb.trace/ftrace.exp: Likewise.
4218 * gdb.trace/infotrace.exp: Likewise.
4219 * gdb.trace/packetlen.exp: Likewise.
4220 * gdb.trace/passc-dyn.exp: Likewise.
4221 * gdb.trace/qtro.exp: Likewise.
4222 * gdb.trace/read-memory.exp: Likewise.
4223 * gdb.trace/report.exp: Likewise.
4224 * gdb.trace/signal.exp: Likewise.
4225 * gdb.trace/status-stop.exp: Likewise.
4226 * gdb.trace/strace.exp: Likewise.
4227 * gdb.trace/tfind.exp: Likewise.
4228 * gdb.trace/trace-break.exp: Likewise.
4229 * gdb.trace/trace-condition.exp: Likewise.
4230 * gdb.trace/trace-mt.exp: Likewise.
4231 * gdb.trace/tstatus.exp: Likewise.
4232 * gdb.trace/tsv.exp: Likewise.
4233 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4234 * gdb.trace/unavailable.exp: Likewise.
4235 * gdb.trace/while-dyn.exp: Likewise.
4236
4237 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4238
4239 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4240 that libinproctrace is copied to the target.
4241
4242 2018-03-14 Tom Tromey <tom@tromey.com>
4243
4244 PR cli/14977:
4245 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4246 a null pointer.
4247 * gdb.base/wchar.exp: Likewise.
4248
4249 2018-03-14 Tom Tromey <tom@tromey.com>
4250
4251 PR cli/19918:
4252 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4253 flag.
4254
4255 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4256
4257 PR gdb/22841
4258 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4259 "target" to remote_exec.
4260
4261 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4262
4263 PR gdb/22841
4264 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4265 ${board}_upload): Remove.
4266
4267 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4268
4269 * gdb.cp/watch-cp.cc: New test.
4270 * gdb.cp/watch-cp.exp: New file.
4271
4272 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4273
4274 * gdb.base/infcall-nested-structs.exp: New file.
4275 * gdb.base/infcall-nested-structs.c: New file.
4276 * gdb.base/float.exp: Add riscv support.
4277
4278 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4279
4280 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4281 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4282
4283 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4284
4285 * gdb.server/abspath.exp: New file.
4286 * lib/gdb.exp (with_cwd): New procedure.
4287
4288 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4289
4290 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4291 use it.
4292 (gdb_is_target_remote_prompt): New proc.
4293 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4294 (gdb_is_target_native): Pass prompt parameter to
4295 gdb_is_target_1.
4296
4297 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4298
4299 * gdb.base/load-command.c: New file.
4300 * gdb.base/load-command.exp: New file.
4301 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4302 (gdb_is_target_1): ...this, and generalize for other targets
4303 than just remote.
4304 (gdb_is_target_remote): Use gdb_is_target_1.
4305 (gdb_is_target_native): use gdb_is_target_1.
4306
4307 2018-02-26 Tom Tromey <tom@tromey.com>
4308
4309 PR python/16497:
4310 * gdb.python/py-framefilter.exp: Update test.
4311
4312 2018-02-26 Tom Tromey <tom@tromey.com>
4313
4314 * gdb.dwarf2/variant.c: New file.
4315 * gdb.dwarf2/variant.exp: New file.
4316
4317 2018-02-26 Tom Tromey <tom@tromey.com>
4318
4319 * gdb.rust/simple.exp: Accept more possible results in enum test.
4320
4321 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4322
4323 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4324 parentheses.
4325
4326 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4327
4328 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4329 name of a variable: $actual_linejj -> $actual_line.
4330
4331 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4332
4333 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4334
4335 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4336
4337 * gdb.btrace/buffer-size.exp: Do not force BTS.
4338
4339 2018-02-14 Pedro Alves <palves@redhat.com>
4340
4341 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4342 getting a "Quit".
4343
4344 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4345
4346 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4347 Fix test name.
4348
4349 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 * gdb.cp/m-static.exp: Check type of optimized out static
4352 member.
4353
4354 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4355
4356 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4357 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4358
4359 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4360 Leszek Swirski <leszeks@google.com>
4361
4362 * gdb.python/py-prettyprint.c
4363 (struct to_string_returns_value_inner,
4364 struct to_string_returns_value_wrapper): New.
4365 (main): Add tsrvw variable.
4366 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4367 ToStringReturnsValueWrapper): New classes.
4368 (register_pretty_printers): Register new pretty-printers.
4369 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4370 recursive pretty printer.
4371 * gdb.python/py-mi.exp: Likewise.
4372
4373 2018-02-01 Leszek Swirski <leszeks@google.com>
4374
4375 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4376 functions with the same name as an include file are parsed
4377 correctly.
4378
4379 2018-02-01 Yao Qi <yao.qi@linaro.org>
4380
4381 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4382 "\[^\r\n\]*".
4383
4384 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4385
4386 * gdb.arch/powerpc-prologue-frame.s: New file.
4387 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4388 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4389
4390 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4391
4392 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4393
4394 2018-01-30 Pedro Alves <palves@redhat.com>
4395
4396 PR gdb/13211
4397 * gdb.base/interrupt-daemon.c: New.
4398 * gdb.base/interrupt-daemon.exp: New.
4399 * gdb.multi/multi-term-settings.c: New.
4400 * gdb.multi/multi-term-settings.exp: New.
4401
4402 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.base/break.exp: Save the location where the breakpoint
4405 on break.c:47 was actually inserted when debugging the version
4406 compiled at -O2 and use it in the expected output of the "info
4407 break" test performed soon after.
4408
4409 2018-01-22 Pedro Alves <palves@redhat.com>
4410 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4413 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4414
4415 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4416
4417 * gdb.base/break-include.c, gdb.base/break-include.inc,
4418 gdb.base/break-include.exp: New files.
4419 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4420 line number now being the actual line number where the breakpoint
4421 was inserted.
4422 * gdb.mi/mi-break.exp: Likewise.
4423 * gdb.mi/mi-reverse.exp: Likewise.
4424 * gdb.mi/mi-simplerun.exp: Ditto.
4425
4426 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4427
4428 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4429 varobj.
4430 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4431
4432 2018-01-21 Don Breazeal <donb@codesourcery.com>
4433 Andrew Burgess <andrew.burgess@embecosm.com>
4434
4435 * gdb.mi/basics.c: Add new global.
4436 * gdb.mi/mi-frame-regs.exp: New file.
4437 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4438 case.
4439
4440 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4441
4442 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4443 non-parameter, and on an unknown symbol.
4444
4445 2018-01-19 Tom Tromey <tom@tromey.com>
4446
4447 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4448 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4449
4450 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4451
4452 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4453 setrlimit and chdir to int.
4454
4455 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4456
4457 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4458 function.
4459 (my_tend): Likewise.
4460 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4461 rationale of avoiding FP- and vector instructions.
4462
4463 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4464
4465 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4466 "info reg" with "\[ \t\]*".
4467 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4468 "\[ \t\]+".
4469 * gdb.arch/s390-multiarch.exp: Ditto.
4470 * gdb.base/pc-fp.exp: Ditto.
4471 * gdb.reverse/i386-precsave.exp: Ditto.
4472 * gdb.reverse/i386-reverse.exp: Ditto.
4473 * gdb.reverse/i387-env-reverse.exp: Ditto.
4474 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4475
4476 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4477
4478 * lib/gdb.exp (gdb_compile): Re-enable use of
4479 universal_compile_options for languages other than Rust.
4480
4481 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4482
4483 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4484
4485 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4486
4487 PR gdb/16577
4488 * gdb.base/solib-vanish.exp: New.
4489 * gdb.base/solib-vanish-main.c: New.
4490 * gdb.base/solib-vanish-lib1.c: New.
4491 * gdb.base/solib-vanish-lib2.c: New.
4492
4493 2018-01-17 Yao Qi <yao.qi@linaro.org>
4494
4495 * gdb.compile/compile.exp: Match the address printed for
4496 frame in the output of command "bt".
4497
4498 2018-01-15 Tom Tromey <tom@tromey.com>
4499
4500 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4501 compute sp_reg.
4502
4503 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4506 to prepare.
4507 (prepare): Return 0 on error, 1 on success.
4508
4509 2018-01-12 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.base/continue-after-aborted-step-over.c: New.
4512 * gdb.base/continue-after-aborted-step-over.exp: New.
4513
4514 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4515
4516 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4517 options when not creating an executable.
4518
4519 2018-01-11 Pedro Alves <palves@redhat.com>
4520
4521 PR remote/22597
4522 * gdb.server/stop-reply-no-thread.c: New file.
4523 * gdb.server/stop-reply-no-thread.exp: New file.
4524
4525 2018-01-10 Pedro Alves <palves@redhat.com>
4526
4527 PR gdb/22670
4528 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4529 functions too. Test setting breakpoints and printing C functions
4530 with no debug info too.
4531 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4532
4533 2018-01-10 Pedro Alves <palves@redhat.com>
4534
4535 PR gdb/22670
4536 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4537 a fail.
4538
4539 2018-01-10 Pedro Alves <palves@redhat.com>
4540
4541 PR gdb/22670
4542 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4543
4544 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4545
4546 * gdb.server/unittest.exp: Match the output in non-development
4547 mode.
4548
4549 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * gdb.gdb/unittest.exp: Match output in non-development mode.
4552
4553 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/access_tagged_param.exp: Relax expected output
4556 for value of "ObjL" in "continue" to pck.inspect breakpoint
4557 test.
4558
4559 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4560
4561 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4562 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4563
4564 2018-01-05 Pedro Alves <palves@redhat.com>
4565
4566 PR gdb/18653
4567 * gdb.base/libsegfault.exp: New.
4568
4569 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4570
4571 PR gdb/22670
4572 * gdb.ada/access_tagged_param.exp: New file.
4573 * gdb.ada/access_tagged_param/foo.adb: New file.
4574
4575 2018-01-05 Pedro Alves <palves@redhat.com>
4576
4577 PR gdb/22670
4578 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4579 exercise lower case too, and to exercise both full matching and
4580 wild matching.
4581
4582 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4583
4584 * gdb.ada/rename_subscript_param: New testcase.
4585
4586 2018-01-05 Jerome Guitton <guitton@adacore.com>
4587
4588 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4589
4590 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4591
4592 * gdb.ada/convvar_comp: New testcase.
4593
4594 2018-01-05 Xavier Roirand <roirand@adacore.com>
4595
4596 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4597 (My_Table): New global variable.
4598 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4599
4600 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4601
4602 PR gdb/22670
4603 * gdb.ada/maint_with_ada: New testcase.
4604
4605 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4606
4607 PR gdb/22670
4608 * gdb.ada/bp_c_mixed_case: New testcase.
4609
4610 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4611
4612 PR gdb/22670
4613 * gdb.ada/complete.exp: Add "complete break ada" test.
4614
4615 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4616
4617 PR gdb/22670
4618 * gdb.ada/info_addr_mixed_case: New testcase.
4619
4620 2018-01-03 Xavier Roirand <roirand@adacore.com>
4621
4622 * gdb.ada/excep_handle.exp: New testcase.
4623 * gdb.ada/excep_handle/foo.adb: New file.
4624 * gdb.ada/excep_handle/pck.ads: New file.
4625
4626 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4627
4628 * gdb.base/step-line.c: Add extra empty line in copyright header.
4629 * gdb.base/step-line.inp: Likewise.
4630
4631 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4632
4633 * gdb.ada/dyn_stride.exp: Add slice test.
4634
4635 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4636
4637 * gdb.ada/dyn_stride: New testcase.
4638
4639 2017-12-27 Stafford Horne <shorne@gmail.com>
4640
4641 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4642 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4643
4644 2017-12-27 Stafford Horne <shorne@gmail.com>
4645
4646 * gdb.base/reggroups.c: New file.
4647 * gdb.base/reggroups.exp: New file.
4648
4649 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4650
4651 * gdb.dwarf2/ada-valprint-error.c: New file.
4652 * gdb.dwarf2/ada-valprint-error.exp: New file.
4653
4654 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.ada/assign_arr: New testcase.
4657
4658 2017-12-18 Xavier Roirand <roirand@adacore.com>
4659
4660 * gdb.ada/funcall_ptr: New testcase.
4661
4662 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4663
4664 PR cli/16224
4665 * gdb.base/ptype-offsets.cc: New file.
4666 * gdb.base/ptype-offsets.exp: New file.
4667
4668 2017-12-15 Yao Qi <yao.qi@linaro.org>
4669
4670 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4671 if XML is disabled.
4672
4673 2017-12-15 Xavier Roirand <roirand@adacore.com>
4674
4675 * gdb.ada/same_component_name: New testcase.
4676
4677 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4678
4679 * gdb.ada/str_binop_equal: New testcase.
4680
4681 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4682
4683 * gdb.ada/task_switch_in_core: New testcase.
4684
4685 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4686
4687 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4688 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4689 call test_bkpt_qualified.
4690 (test_bkpt_qualified): New proc.
4691
4692 2017-12-13 Pedro Alves <palves@redhat.com>
4693
4694 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4695 Tighten regexp by matching with an anchor.
4696
4697 2017-12-13 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4700 ("expression with namespace"): New set of tests.
4701 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4702 (Nested::Test_NS::qux): New.
4703 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4704 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4705
4706 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4707
4708 * gdb.base/server-del-break.c: New file.
4709 * gdb.base/server-del-break.exp: New file.
4710
4711 2017-12-12 Stafford Horne <shorne@gmail.com>
4712
4713 * gdb.xml/tdesc-regs.exp: Add or1k support.
4714
4715 2017-12-12 Stafford Horne <shorne@gmail.com>
4716
4717 * gdb.base/bp-permanent.c: Define nop of or1k.
4718
4719 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4720
4721 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4722 output with components being reordered.
4723
4724 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4725
4726 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4727 output with components being reordered.
4728
4729 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4730 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/maint.exp (check for .gdb_index): Check also for
4733 .debug_names.
4734 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4735 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4736 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4737 (.gdb_index used after symbol reloading): Support also .debug_names.
4738 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4739
4740 2017-12-08 Yao Qi <yao.qi@linaro.org>
4741
4742 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4743 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4744
4745 2017-12-08 Yao Qi <yao.qi@linaro.org>
4746
4747 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4748 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4749
4750 2017-12-08 Yao Qi <yao.qi@linaro.org>
4751
4752 * gdb.arch/aarch64-tagged-pointer.c: New file.
4753 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4754
4755 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4756
4757 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4758 "int".
4759
4760 2017-12-07 Keith Seitz <keiths@redhat.com>
4761
4762 PR breakpoints/22569
4763 * gdb.linespec/ls-errs.exp: Change expected result of "break
4764 -source this file has spaces.c -line 3".
4765 Check that an explicit source file followed by whitespace is
4766 identified as an invalid explicit location.
4767
4768 2017-12-07 Keith Seitz <keiths@redhat.com>
4769
4770 * gdb.cp/nested-types.cc: New file.
4771 * gdb.cp/nested-types.exp: New file.
4772 * lib/cp-support.exp: Load data-structures.exp library.
4773 (debug_cp_test_ptype_class): New global.
4774 (cp_ptype_class_verbose, next_line): New procedures.
4775 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4776 Add and document new return value.
4777 Switch the list of lines to a queue.
4778 Add support for new `type' key for nested type definitions.
4779 Add debugging/troubleshooting messages.
4780 * lib/data-structures.exp: New file.
4781
4782 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4783
4784 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4785 with proc_with_prefix, don't use with_test_prefix.
4786
4787 2017-12-07 Tom Tromey <tom@tromey.com>
4788
4789 * gdb.base/break.exp: Add test for empty "commands".
4790
4791 2017-12-07 Yao Qi <yao.qi@linaro.org>
4792
4793 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4794 malloc and catch syscall.
4795
4796 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4797
4798 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4799 tests for explicit locations.
4800
4801 2017-12-06 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4804 force-disabling XML descriptions.
4805
4806 2017-12-04 Pedro Alves <palves@redhat.com>
4807
4808 PR gdb/22499
4809 * gdb.arch/amd64-disp-step-avx.S: New file.
4810 * gdb.arch/amd64-disp-step-avx.exp: New file.
4811
4812 2017-12-03 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4815 and <string.h>.
4816 (parent_function): Print distinct messages when waitpid fails, or
4817 the child exits with a signal, or the child exits for an unhandled
4818 reason.
4819 * gdb.threads/process-dies-while-detaching.exp
4820 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4821 it. Wait for both inferior output and GDB's prompt. Use an
4822 indirect spawn id list.
4823 (do_detach): New parameter 'child_exit'. Use it to compute
4824 expected inferior output.
4825 (test_detach, test_detach_watch, test_detach_killed_outside):
4826 Adjust to pass down the expected child exit kind.
4827
4828 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4829 Sergio Durigan Junior <sergiodj@redhat.com>
4830 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4833
4834 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4835
4836 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4837 to 'symbol-file' and 'add-symbol-file' can be
4838 position-independent.
4839
4840 2017-12-01 Yao Qi <yao.qi@linaro.org>
4841
4842 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4843 the URL in copyright header.
4844 * gdb.arch/aarch64-fp.exp: Likewise.
4845 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4846 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4847 * gdb.base/expand-psymtabs.exp: Likewise.
4848 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4849 * gdb.fortran/common-block.exp: Likewise.
4850 * gdb.fortran/common-block.f90: Likewise.
4851 * gdb.fortran/logical.exp: Likewise.
4852 * gdb.fortran/vla-datatypes.f90: Likewise.
4853 * gdb.fortran/vla-sub.f90: Likewise.
4854
4855 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4856
4857 * gdb.ada/repeat_dyn: New testcase.
4858
4859 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4860
4861 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4862 Update for changed thread numbering.
4863 * gdb.cell/bt.exp: Update for changed GDB output.
4864
4865 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4866
4867 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4868 setting isremote by hand.
4869 * boards/dwarf4-gdb-index.exp: Likewise.
4870 * boards/fission.exp: Likewise.
4871 * boards/stabs.exp: Likewise.
4872
4873 2017-11-30 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.linespec/cpls-ops.exp
4876 (check_explicit_skips_function_argument): Extract the underlying
4877 type of size_t instead of hardcoding it.
4878
4879 2017-11-29 Pedro Alves <palves@redhat.com>
4880
4881 PR c++/19436
4882 * gdb.linespec/cpls-abi-tag.cc: New file.
4883 * gdb.linespec/cpls-abi-tag.exp: New file.
4884
4885 2017-11-29 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.base/langs.exp: Use -qualified.
4888 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4889 it.
4890 * gdb.cp/namespace.exp: Use -qualified.
4891 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4892 (overload-3, template-overload, template-ret-type, const-overload)
4893 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4894 procedures.
4895 (test_driver): Call them.
4896 * gdb.cp/save-bp-qualified.cc: New.
4897 * gdb.cp/save-bp-qualified.exp: New.
4898 * gdb.linespec/explicit.exp: Test -qualified.
4899 * lib/completion-support.exp (completion::explicit_opts_list): Add
4900 "-qualified".
4901 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4902
4903 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4904
4905 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4906
4907 2017-11-29 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.base/relocate.exp: Update invalid argument test.
4910 Add new tests for invalid arguments.
4911
4912 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4913
4914 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4915 Return 0 as a long.
4916 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4917
4918 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4919
4920 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4921 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4922 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4923 func ().
4924 * gdb.cp/shadow.cc (B.func): Return 0.
4925
4926 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4929 expected output in gdb_expect call to allow the exception
4930 message to be present as well. Fix syntax confusion to avoid
4931 TCL thinking that exception_name is an array.
4932
4933 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4934
4935 * gdb.arch/spu-info.c: Include <unistd.h>.
4936 (do_signal_test): Fix broken calls to write.
4937 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4938 Fix checks for empty mailboxes. Update signal tests for corrected
4939 do_signal_test routine. Allow nonzero event status.
4940 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4941 * gdb.cell/arch.exp: Use standard_output_file.
4942 * gdb.cell/break.exp: Likewise.
4943 * gdb.cell/bt.exp: Likewise.
4944 * gdb.cell/core.exp: Likewise.
4945 * gdb.cell/dwarfaddr.exp: Likewise.
4946 * gdb.cell/ea-cache.exp: Likewise.
4947 * gdb.cell/ea-standalone.exp: Likewise.
4948 * gdb.cell/f-regs.exp: Likewise.
4949 * gdb.cell/fork.exp: Likewise.
4950 * gdb.cell/gcore.exp: Likewise.
4951 * gdb.cell/mem-access.exp: Likewise.
4952 * gdb.cell/ptype.exp: Likewise.
4953 * gdb.cell/registers.exp: Likewise.
4954 * gdb.cell/sizeof.exp: Likewise.
4955 * gdb.cell/solib-symbol.exp: Likewise.
4956 * gdb.cell/solib.exp: Likewise.
4957
4958 2017-11-25 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/complete-empty.exp: New file.
4961 * gdb.base/completion.exp: Adjust.
4962
4963 2017-11-25 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.linespec/cpls-ops.cc: New file.
4966 * gdb.linespec/cpls-ops.exp: New file.
4967 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4968 factored out from ...
4969 (test_complete_prefix_range): ... this.
4970
4971 2017-11-24 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.linespec/cpcompletion.exp: New file.
4974 * gdb.linespec/cpls-hyphen.cc: New file.
4975 * gdb.linespec/cpls.cc: New file.
4976 * gdb.linespec/cpls2.cc: New file.
4977 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4978 test to use test_gdb_complete_unique. Add label completion,
4979 keyword completion and explicit location completion tests.
4980 * lib/completion-support.exp: New file.
4981
4982 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4983
4984 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4985 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4986 when hitting an exception catchpoint.
4987
4988 2017-11-22 Yao Qi <yao.qi@linaro.org>
4989
4990 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4991
4992 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4993
4994 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4995 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4996 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4997
4998 2017-11-22 Yao Qi <yao.qi@linaro.org>
4999
5000 * gdb.base/info-os.exp: Pass pthreads.
5001 * gdb.multi/multi-attach.exp: Likewise.
5002
5003 2017-11-22 Yao Qi <yao.qi@linaro.org>
5004
5005 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5006 compiler.
5007
5008 2017-11-22 Yao Qi <yao.qi@linaro.org>
5009
5010 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5011 * gdb.base/break-interp.exp: Likewise.
5012 * gdb.base/jit-attach-pie.exp: Likewise.
5013
5014 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5015
5016 * gdb.base/float128.c (large128): New variable.
5017 * gdb.base/float128.exp: Add test to print largest __float128 value.
5018
5019 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5020
5021 * gdb.arch/vsx-regs.exp: Update register content checks.
5022
5023 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5024
5025 * gdb.arch/ppc-longdouble.exp: New file.
5026 * gdb.arch/ppc-longdouble.c: Likewise.
5027
5028 2017-11-21 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5031
5032 2017-11-20 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5035 (long_double_typedef): New typedefs.
5036 Use DEF on double and long double.
5037 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5038 cases.
5039 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5040 and 'long_double_ptr_same_size' locals. Use them to decide
5041 whether cast from array/function to float is valid/invalid.
5042
5043 2017-11-17 Tom Tromey <tom@tromey.com>
5044
5045 * gdb.rust/traits.rs: New file.
5046 * gdb.rust/traits.exp: New file.
5047
5048 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5049
5050 * gdb.ada/minsyms: New testcase.
5051
5052 2017-11-16 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5055 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5056
5057 2017-11-16 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5060 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5061
5062 2017-11-16 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.server/reconnect-ctrl-c.c: New file.
5065 * gdb.server/reconnect-ctrl-c.exp: New file.
5066
5067 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5068
5069 * gdb.python/py-rbreak.exp: New file.
5070 * gdb.python/py-rbreak.c: New file.
5071 * gdb.python/py-rbreak-func2.c: New file.
5072
5073 2017-11-16 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5076 pattern.
5077 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5078 GDB.
5079
5080 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5083 regex.
5084
5085 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5086
5087 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5088 test names.
5089
5090 2017-11-09 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5093 factored out from ...
5094 (top level): ... here, and adjusted to avoid expecting beyond the
5095 prompt in a single gdb_test_multiple.
5096
5097 2017-11-09 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5100 output.
5101 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5102 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5103 * gdb.server/ext-run.exp ("kill" test): Likewise.
5104 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5105
5106 2017-11-09 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5109 match till end of line.
5110
5111 2017-11-09 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5114
5115 2017-11-09 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5118 New procedures, factored out from ...
5119 (top level): ... here, and adjusted to avoid expecting beyond the
5120 prompt in one go.
5121
5122 2017-11-09 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5125 output. Fix '?' match.
5126
5127 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5128
5129 * gdb.ada/scoped_watch: New testcase.
5130 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5131 which is actually correct.
5132 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5133 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5134
5135 2017-11-08 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.gdb/complaints.exp (test_initial_complaints)
5138 (test_serial_complaints, test_short_complaints): Call
5139 complaint_internal instead of complaint.
5140
5141 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5142
5143 * gdb.threads/tls-core.c: New file.
5144 * gdb.threads/tls-core.exp: Likewise.
5145
5146 2017-11-08 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5149 (p Exported_Capitalized): New test.
5150 (p exported_capitalized): New test.
5151
5152 2017-11-07 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5155
5156 2017-11-07 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5159 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5160 (disable_invalid, disable_inverted, disable_negative): New
5161 procedures.
5162 ("bad numbers"): New set of tests.
5163
5164 2017-11-07 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.cp/ena-dis-br-range.exp: Add tests.
5167
5168 2017-11-07 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5171
5172 2017-11-07 Xavier Roirand <roirand@adacore.com>
5173 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.base/ena-dis-br.exp: Add reference to
5176 gdb.cp/ena-dis-br-range.exp.
5177 * gdb.cp/ena-dis-br-range.exp: New file.
5178 * gdb.cp/ena-dis-br-range.cc: New file.
5179
5180 2017-11-06 Pedro Alves <palves@redhat.com>
5181
5182 * gdb.base/attach-non-pgrp-leader.c: New.
5183 * gdb.base/attach-non-pgrp-leader.exp: New.
5184
5185 2017-11-06 Pedro Alves <palves@redhat.com>
5186
5187 * configure.ac: No longer check for termio.h and sgtty.h.
5188 * configure: Regenerate.
5189 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5190 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5191 Remove termio and sgtty code.
5192
5193 2017-11-03 Yao Qi <yao.qi@linaro.org>
5194
5195 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5196 in GDB is disabled.
5197
5198 2017-11-03 Yao Qi <yao.qi@linaro.org>
5199
5200 * gdb.python/py-thrhandle.exp: Skip it if python is not
5201 enabled.
5202
5203 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5204
5205 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5206 as a breakpoint command.
5207
5208 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5209
5210 PR python/21213
5211 * gdb.python/py-infthread.exp: Test calling
5212 InferiorThread.inferior () multiple times in a row.
5213
5214 2017-10-27 Keith Seitz <keiths@redhat.com>
5215
5216 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5217 Test "info break" for every inlined function breakpoint.
5218
5219 2017-10-27 Yao Qi <yao.qi@linaro.org>
5220
5221 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5222
5223 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5224
5225 * gdb.cp/classes.exp (test_static_members): Test printing
5226 Outer::instance.
5227 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5228 (Inner::instance, Outer::instance): New.
5229
5230 2017-10-24 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5233 extra console" test in two stages.
5234
5235 2017-10-24 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5238
5239 2017-10-24 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5242 loop.
5243
5244 2017-10-24 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5247 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5248
5249 2017-10-24 Pedro Alves <palves@redhat.com>
5250
5251 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5252 parameter and handle it. Don't output read value in test name.
5253
5254 2017-10-24 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5257 custom test name.
5258
5259 2017-10-24 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5262 include the unstable output directory name in the test's name.
5263 (initial_setup_simple) <'set args'>: Use custom test name.
5264
5265 2017-10-24 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5268 with explicit test name.
5269
5270 2017-10-20 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5273 'wait -i'. Use gdb_assert and remote_close.
5274
5275 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5276
5277 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5278 number from variable rather than hard-coded.
5279
5280 2017-10-19 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/long-inferior-output.c: New file.
5283 * gdb.base/long-inferior-output.exp: New file.
5284
5285 2017-11-18 Keith Seitz <keiths@redhat.com>
5286
5287 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5288 method.
5289 (main): Call it.
5290 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5291 Add additional user-defined conversion operator tests.
5292
5293 2017-10-17 Pedro Alves <palves@redhat.com>
5294
5295 * boards/native-stdio-gdbserver.exp: Load "local-board".
5296
5297 2017-10-17 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.base/quit-live.c: New file.
5300 * gdb.base/quit-live.exp: New file.
5301
5302 2017-10-16 Keith Seitz <keiths@redhat.com>
5303
5304 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5305 (class_with_protected_typedef, class_with_private_typedef)
5306 (struct_with_public_typedef, struct_with_protected_typedef)
5307 (struct_with_private_typedef): New classes/structs.
5308 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5309 typedefs and access specifiers.
5310
5311 2017-10-16 Pedro Alves <palves@redhat.com>
5312 Simon Marchi <simon.marchi@polymtl.ca>
5313
5314 * README (Local vs Remote vs Native): New section.
5315 * boards/local-board.exp: New file, with bits factored out from
5316 ...
5317 * boards/native-extended-gdbserver.exp: ... here. Load
5318 "local-board".
5319 * boards/native-gdbserver.exp: Load "local-board".
5320 (${board}_spawn, ${board}_exec): Delete.
5321 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5322 ...
5323 * boards/stdio-gdbserver-base.exp: ... this new file.
5324 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5325 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5326 procedure.
5327 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5328 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5329 stdio_gdbserver_command.
5330 (${board}_get_remote_address, ${board}_get_comm_port)
5331 (${board}_download, ${board}_upload): Delete.
5332 (get_target_remote_pipe_cmd): New.
5333
5334 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5335
5336 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5337 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5338 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5339 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5340 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5341 remove with_test_prefix.
5342
5343 2017-10-13 Pedro Alves <palves@redhat.com>
5344
5345 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5346 * gdb.base/annota1.exp: Use it instead of is_remote.
5347 * gdb.base/annota3.exp: Use it instead of is_remote.
5348 * gdb.cp/annota2.exp: Use it instead of is_remote.
5349 * gdb.cp/annota3.exp: Use it instead of is_remote.
5350 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5351
5352 2017-10-13 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5355 (test_num_test_vars, run_and_count_vars, find_env)
5356 (test_set_unset_env, test_inherit_env_var): New procedures.
5357 (top level): Use them.
5358
5359 2017-10-13 Pedro Alves <palves@redhat.com>
5360
5361 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5362 also skip on stub-like targets.
5363
5364 2017-10-13 Pedro Alves <palves@redhat.com>
5365
5366 PR gdb/22293
5367 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5368 (top level): Move some tests to ...
5369 (test_not_found): ... this new procedure.
5370 (top level): Call it.
5371
5372 2017-10-13 Pedro Alves <palves@redhat.com>
5373
5374 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5375 expect different "info terminal" output if testing with a
5376 non-native target.
5377
5378 2017-10-13 Pedro Alves <palves@redhat.com>
5379 Simon Marchi <simon.marchi@polymtl.ca>
5380
5381 PR python/12966
5382 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5383
5384 2017-10-13 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5387 already.
5388
5389 2017-10-13 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5392 is_remote.
5393
5394 2017-10-13 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5397 is_remote.
5398
5399 2017-10-13 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5402 is set.
5403 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5404 instead of is_remote.
5405
5406 2017-10-13 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5409 (top level): Add comment.
5410
5411 2017-10-13 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/remote.exp (top level): Fix comment typo and add
5414 missing return.
5415
5416 2017-10-13 Pedro Alves <palves@redhat.com>
5417 Simon Marchi <simon.marchi@polymtl.ca>
5418
5419 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5420 calls and add comments. Skip test if use_gdb_stub is set.
5421 (top level): Use "set cwd" command instead of "cd" command.
5422
5423 2017-10-13 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5426 is_remote target check.
5427
5428 2017-10-13 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/scope.exp: Use build_executable + clean_restart +
5431 gdb_file_cmd instead of prepare_for_testing and no longer skip
5432 "before run" tests on is_remote target boards. Update comments.
5433 * boards/native-extended-gdbserver.exp
5434 (extended_gdbserver_load_last_file): New, factored out from ...
5435 (gdb_load): ... this. Move further below and add comment.
5436 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5437
5438 2017-10-12 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/attach.exp: Remove references to gdb64.
5441 * gdb.base/dbx.exp: Remove references to gdb64.
5442
5443 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5444 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.base/label.exp: Remove is_remote target check.
5447
5448 2017-10-12 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.base/auvx.exp (coredir): Update comment.
5451 (top level) <core_works>: Use "set cwd" command instead of "cd"
5452 command.
5453
5454 2017-10-12 Pedro Alves <palves@redhat.com>
5455 Simon Marchi <simon.marchi@polymtl.ca>
5456
5457 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5458 target boards.
5459
5460 2017-10-12 Pedro Alves <palves@redhat.com>
5461 Simon Marchi <simon.marchi@polymtl.ca>
5462
5463 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5464 Instead skip if there's any gdb_protocol set.
5465
5466 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5467 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5470
5471 2017-10-12 Pedro Alves <palves@redhat.com>
5472 Simon Marchi <simon.marchi@polymtl.ca>
5473
5474 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5475 instead of on dejagnu remote boards.
5476
5477 2017-10-12 Pedro Alves <palves@redhat.com>
5478 Simon Marchi <simon.marchi@polymtl.ca>
5479
5480 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5481 checks. Use build_executable + clean_restart instead of
5482 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5483 of enabling non-stop after starting gdb.
5484
5485 2017-10-12 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5488 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5489 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5490 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5491
5492 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5493
5494 * gdb.arch/arc-tdesc-cpu.exp: New file.
5495 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5496
5497 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5498
5499 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5500
5501 2017-10-10 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5504 expect CLI output.
5505
5506 2017-10-10 Pedro Alves <palves@redhat.com>
5507
5508 * lib/selftest-support.exp (selftest_setup): Update for
5509 captured_command_loop's prototype change.
5510
5511 2017-10-09 Pedro Alves <palves@redhat.com>
5512
5513 Test both arch1=>arch2 and arch2=>arch1.
5514
5515 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5516 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5517 factored out to...
5518 (append_arch1_options, append_arch2_options, append_arch_options)
5519 (build_executables): New procedures.
5520 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5521 local.
5522 (top level): Add new 'first_arch' testing axis.
5523
5524 2017-10-09 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5527 (barrier): New.
5528 (thread_start, all_started): New functions.
5529 (main): Spawn new thread and wait until it is scheduled.
5530 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5531 option.
5532 (do_test): Add 'selected_thread' parameter. Run to all_started
5533 instead of main. Explicitly set the breakpoint at main. Switch
5534 to the SELECTED_THREAD thread.
5535 (top level): Test handling the exec event with either the main
5536 thread or the second thread selected.
5537
5538 2017-10-09 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5541 logic. Move STOP marker after the value checks.
5542 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5543 regexp.
5544
5545 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5546
5547 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5548
5549 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5550
5551 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5552 integer-to-dfp conversion.
5553 * gdb.base/dfp-test.exp: Likewise.
5554
5555 2017-10-04 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.multi/hangout.c: Include <unistd.h>.
5558 (hangout_loop): New function.
5559 (main): Call alarm. Call hangout_loop in a loop.
5560 * gdb.multi/hello.c: Include <unistd.h>.
5561 (hello_loop): New function.
5562 (main): Call alarm. Call hangout_loop in a loop.
5563 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5564 inferior with the other selected.
5565
5566 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5567
5568 * gdb.mi/list-thread-groups-available.exp: New file.
5569 * gdb.mi/list-thread-groups-available.c: New file.
5570
5571 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5572
5573 * gdb.base/set-cwd.exp: Make it available on
5574 native-extended-gdbserver.
5575
5576 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 * gdb.base/set-cwd.c: New file.
5579 * gdb.base/set-cwd.exp: Likewise.
5580
5581 2017-10-02 Tom Tromey <tom@tromey.com>
5582
5583 PR rust/22236:
5584 * gdb.rust/simple.rs (main): New variable "fslice".
5585 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5586
5587 2017-10-02 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.rust/simple.exp: Test ptype of a slice.
5590
5591 2017-10-02 Tom Tromey <tom@tromey.com>
5592
5593 * gdb.rust/simple.exp: Test index of slice.
5594
5595 2017-09-27 Tom Tromey <tom@tromey.com>
5596
5597 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5598
5599 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5600 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/compare-sections.exp (get value of read-only section): Read
5603 as unsigned value.
5604 (corrupt read-only section): Likewise and don't set written if patching
5605 failed.
5606
5607 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5608
5609 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5610 files.
5611
5612 2017-09-20 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5615 symbol names in gdb's output.
5616 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5617
5618 2017-09-20 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5621 Rename to ...
5622 (test_list_ambiguous_symbol): ... this and add a symbol name
5623 parameter. Adjust.
5624 (test_list_ambiguous_function): Reimplement on top of
5625 test_list_ambiguous_symbol and also test listing ambiguous
5626 variables.
5627 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5628 (ambiguous_fun): ... this.
5629 (ambiguous_var): New.
5630 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5631 (ambiguous_fun): ... this.
5632 (ambiguous_var): New.
5633
5634 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5635
5636 * gdb.base/starti.c: New file.
5637 * gdb.base/starti.exp: New file.
5638 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5639
5640 2017-09-14 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5643 (top level): Use it instead of runto.
5644
5645 2017-09-11 Tom Tromey <tom@tromey.com>
5646
5647 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5648
5649 2017-09-11 Tom Tromey <tom@tromey.com>
5650
5651 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5652 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5653
5654 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5655
5656 * gdb.fortran/printing-types.exp: New file.
5657 * gdb.fortran/printing-types.exp: New file.
5658
5659 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5660
5661 * gdb.fortran/vla-ptype.exp: Fix typos.
5662 * gdb.fortran/vla-value.exp: Same.
5663
5664 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5665
5666 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5667 * gdb.mi/mi-var-child-f.exp: Likewise.
5668 * gdb.mi/mi-vla-fortran.exp: Likewise.
5669
5670 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5671 Christoph Weinmann <christoph.t.weinmann@intel.com>
5672 Bernhard Heckel <bernhard.heckel@intel.com>
5673
5674 * gdb.fortran/ptr-indentation.f90: New file.
5675 * gdb.fortran/ptr-indentation.exp: New file.
5676
5677 2017-09-05 Tom Tromey <tom@tromey.com>
5678
5679 PR gdb/22010:
5680 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5681
5682 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5683
5684 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5685
5686 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 * gdb.threads/tls-nodebug-pie.c: New file.
5689 * gdb.threads/tls-nodebug-pie.exp: New file.
5690
5691 2017-09-05 Tom Tromey <tom@tromey.com>
5692
5693 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5694 for rust.
5695
5696 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5697
5698 * gdb.multi/multi-arch-exec.exp: Test with different
5699 "follow-exec-mode" settings.
5700 (do_test): New procedure.
5701
5702 2017-09-04 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/func-static.c (S::method const, S::method volatile)
5705 (S::method volatile const): New methods.
5706 (c_s, v_s, cv_s): New instances.
5707 (main): Call method() on them.
5708 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5709 (cannot_resolve): New procedure.
5710 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5711 print-quote-unquoted columns.
5712 (do_test): Test printing each scope too.
5713
5714 2017-09-04 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/local-static.exp: Also test with
5717 class::method::variable wholly quoted.
5718 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5719
5720 2017-09-04 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/local-static.c: New.
5723 * gdb.base/local-static.cc: New.
5724 * gdb.base/local-static.exp: New.
5725
5726 2017-09-04 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.asm/asm-source.exp: Add casts to int.
5729 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5730 (dataglobal64_1, dataglobal64_2): New globals.
5731 * gdb.base/nodebug.exp: Test different expressions involving the
5732 new globals, with print, whatis and ptype. Add casts to int.
5733 * gdb.base/solib-display.exp: Add casts to int.
5734 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5735 * gdb.cp/m-static.exp: Add cast to int.
5736 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5737 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5738 tls variable with no debug info without a cast. Test with a cast
5739 to int too.
5740 * gdb.trace/entry-values.exp: Add casts.
5741
5742 2017-09-04 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.base/nodebug.exp: Test that ptype's error about functions
5745 with unknown return type includes the function name too.
5746
5747 2017-09-04 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5750 return type of munmap in infcall.
5751 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5752 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5753 type of ftell in infcall.
5754 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5755 type of getpid in infcall.
5756 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5757 infcall.
5758 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5759 Bail on failure to extract the pid.
5760 * gdb.base/nodebug.c: #include <stdint.h>.
5761 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5762 New functions.
5763 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5764 Change expected output of print/whatis/ptype with functions with
5765 no debug info. Test all supported languages. Call
5766 test_call_promotion.
5767 * gdb.compile/compile.exp: Adjust expected output to expect
5768 warning.
5769 * gdb.threads/siginfo-threads.exp: Likewise.
5770
5771 2017-09-04 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5774 "prototypes". Test calling float functions via prototyped and
5775 unprototyped function pointers.
5776 (perform_all_tests): New parameter "prototypes". Pass it down.
5777 (top level): Pass down "prototypes" parameter to
5778 perform_all_tests.
5779
5780 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5783 Test with nested loops.
5784
5785 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.base/commands.exp: Call the new procedures.
5788 (loop_break_test, loop_continue_test): New procedures.
5789
5790 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 * gdb.base/commands.exp: Call new procedure.
5793 (define_if_without_arg_test): New procedure.
5794
5795 2017-09-04 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.base/list-ambiguous.exp: New file.
5798 * gdb.base/list-ambiguous0.c: New file.
5799 * gdb.base/list-ambiguous1.c: New file.
5800 * gdb.base/list.exp (test_list_range): Adjust expected output.
5801
5802 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5803
5804 * gdb.base/share-env-with-gdbserver.c: New file.
5805 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5806
5807 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5808
5809 * gdb.base/commands.exp (gdbvar_simple_if_test,
5810 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5811 progvar_simple_if_test, progvar_simple_while_test,
5812 progvar_complex_if_while_test, user_defined_command_test,
5813 user_defined_command_args_eval,
5814 user_defined_command_args_stack_test,
5815 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5816 temporary_breakpoint_commands,
5817 gdb_test_no_prompt, redefine_hook_test,
5818 redefine_backtrace_test): Remove "global gdb_prompt".
5819
5820 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5821
5822 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5823 New proc, call it from toplevel.
5824
5825 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5826
5827 PR remote/21852
5828 * gdb.server/normal.c: New file, copied from gdb.base.
5829 * gdb.server/run-without-local-binary.exp: New file.
5830
5831 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5832
5833 * gdb.arch/sparc64-adi.exp: New file.
5834 * gdb.arch/sparc64-adi.c: New file.
5835
5836 2017-08-22 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5839 (top level): Add "list all overloads" tests.
5840
5841 2017-08-22 Tom Tromey <tom@tromey.com>
5842
5843 * gdb.gdb/xfullpath.exp: Remove.
5844
5845 2017-08-21 Pedro Alves <palves@redhat.com>
5846
5847 PR gdb/19487
5848 * gdb.base/symbol-alias.c: New.
5849 * gdb.base/symbol-alias2.c: New.
5850 * gdb.base/symbol-alias.exp: New.
5851
5852 2017-08-21 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.base/dfp-test.c
5855 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5856 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5857 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5858 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5859 * gdb.base/whatis-ptype-typedefs.c: New.
5860 * gdb.base/whatis-ptype-typedefs.exp: New.
5861 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5862 (an_int, an_int_type, an_int_type2): New globals.
5863 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5864 involving typedefs and cast expressions.
5865 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5866 (lookup_typedefs_function): New.
5867 (typedefs_pretty_printers_dict): New.
5868 (top level): Register lookup_typedefs_function in
5869 gdb.pretty_printers.
5870
5871 2017-08-18 Yao Qi <yao.qi@linaro.org>
5872
5873 * gdb.server/unittest.exp: New.
5874
5875 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5876
5877 PR gdb/21954
5878 * gdb.base/environ.exp: Add test to check if 'unset environment'
5879 works.
5880
5881 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5882
5883 * lib/gdb.exp (universal_compile_options): New caching proc.
5884 (gdb_compile): Suppress GCC's coloring of messages.
5885
5886 2017-08-14 Tom Tromey <tom@tromey.com>
5887
5888 PR gdb/21675:
5889 * gdb.base/printcmds.exp (test_radices): New function.
5890 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5891 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5892 * lib/gdb.exp (get_integer_valueof): Use p/d.
5893
5894 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5895
5896 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5897 characters.
5898
5899 2017-08-05 Tom Tromey <tom@tromey.com>
5900
5901 * gdb.rust/simple.exp: Allow String to appear in a different
5902 namespace.
5903
5904 2017-07-26 Yao Qi <yao.qi@linaro.org>
5905
5906 * gdb.gdb/unittest.exp: Invoke command
5907 "maintenance check xml-descriptions".
5908
5909 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5910
5911 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5912 calling context.
5913 (hex128): Drop erroneous calculation of parameters.
5914
5915 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5916
5917 * gdb.python/py-unwind.exp: Disable stack protection when
5918 building test file.
5919
5920 2017-07-20 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.base/default.exp (set language): Adjust expected output.
5923
5924 2017-07-20 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5927 (test_minsym): ... this, and make static.
5928 (get_pck__foo__bar__minsym): Rename to ...
5929 (get_test_minsym): ... this.
5930 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5931 symbol names and comments.
5932 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5933 (get_test_minsym): ... this.
5934 (pck__foo__bar__minsym__2): Rename to ...
5935 (test_minsym): ... this.
5936 (main): Adjust.
5937
5938 2017-07-17 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/completion.exp: Adjust expected output.
5941 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5942 the completer works.
5943
5944 2017-07-17 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5947
5948 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5951
5952 2017-07-14 Tom Tromey <tom@tromey.com>
5953
5954 PR rust/21764:
5955 * gdb.rust/simple.exp: Add tests.
5956
5957 2017-07-14 Tom Tromey <tom@tromey.com>
5958
5959 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5960
5961 2017-07-14 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.linespec/base/one/thefile.cc (z1): New function.
5964 * gdb.linespec/base/two/thefile.cc (z2): New function.
5965 * gdb.linespec/linespec.exp: Add tests.
5966
5967 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5970 to mi_create_breakpoint.
5971
5972 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5975 mi_create_breakpoint.
5976
5977 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5978
5979 * gdb.dlang/demangle.exp: Update for demangling changes.
5980
5981 2017-07-09 Tom Tromey <tom@tromey.com>
5982
5983 * gdb.dwarf2/shortpiece.exp: New file.
5984
5985 2017-07-06 David Blaikie <dblaikie@gmail.com>
5986
5987 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5988 built from fissiont-multi-cu{1,2}.c.
5989 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5990 except putting 'main' and 'func' in separate CUs in the same DWO file.
5991 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5992 test.
5993 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5994 test.
5995
5996 2017-07-06 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.python/py-unwind.exp: Test flushregs.
5999
6000 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6001
6002 PR cli/21688
6003 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6004 tests for alias commands and trailing whitespace.
6005
6006 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6007
6008 PR cli/21688
6009 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6010 procedure. Call it.
6011
6012 2017-06-29 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.base/printcmds.exp: Add tests.
6015
6016 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6017
6018 PR gdb/21337
6019 * gdb.base/reread-readsym.exp: New file.
6020 * gdb.base/reread-readsym.c: New file.
6021
6022 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6023
6024 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6025 subpattern.
6026
6027 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6028
6029 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6030 extended mnemonic.
6031 * gdb.arch/powerpc-power9.s: Likewise.
6032
6033 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6034
6035 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6036 on 32-bit x86 targets. Exploit is_*_target macros where
6037 appropriate.
6038
6039 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6040
6041 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6042 register pieces.
6043
6044 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6045
6046 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6047 located in one or more DWARF pieces.
6048
6049 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6050
6051 * lib/gdb.exp (get_endianness): New proc.
6052 * gdb.arch/aarch64-fp.exp: Use it.
6053 * gdb.arch/altivec-regs.exp: Likewise.
6054 * gdb.arch/e500-regs.exp: Likewise.
6055 * gdb.arch/vsx-regs.exp: Likewise.
6056 * gdb.base/dump.exp: Likewise.
6057 * gdb.base/funcargs.exp: Likewise.
6058 * gdb.base/gnu_vector.exp: Likewise.
6059 * gdb.dwarf2/formdata16.exp: Likewise.
6060 * gdb.dwarf2/implptrpiece.exp: Likewise.
6061 * gdb.dwarf2/nonvar-access.exp: Likewise.
6062 * gdb.python/py-inferior.exp: Likewise.
6063 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6064
6065 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6066
6067 PR gdb/21226
6068 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6069 stack value pieces are taken from the LSB end.
6070
6071 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6072
6073 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6074 variable at nonzero offset.
6075
6076 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6077
6078 * gdb.dwarf2/var-access.c: New file.
6079 * gdb.dwarf2/var-access.exp: New test.
6080 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6081
6082 2017-06-12 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.dwarf2/formdata16.exp: Add tests.
6085
6086 2017-06-12 Tom Tromey <tom@tromey.com>
6087
6088 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6089
6090 2017-06-12 Tom Tromey <tom@tromey.com>
6091
6092 PR exp/16225:
6093 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6094 * gdb.arch/vsx-regs.exp: Update tests.
6095 * gdb.arch/s390-vregs.exp (hex128): New proc.
6096 Update test.
6097 * gdb.arch/altivec-regs.exp: Update tests.
6098
6099 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6100
6101 * gdb.base/startup-with-shell.c: New file.
6102 * gdb.base/startup-with-shell.exp: Likewise.
6103
6104 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6105
6106 * gdb.server/non-existing-program.exp: Update regex in order to
6107 reflect the fact that gdbserver is now using fork_inferior (with a
6108 shell) to startup the inferior.
6109
6110 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6113 support function calls from GDB.
6114
6115 2017-05-21 Tom Tromey <tom@tromey.com>
6116
6117 PR rust/21466:
6118 * gdb.rust/unsized.exp: New file.
6119 * gdb.rust/unsized.rs: New file.
6120
6121 2017-05-19 Tom Tromey <tom@tromey.com>
6122
6123 PR rust/21484:
6124 * gdb.rust/watch.exp: New file.
6125 * gdb.rust/watch.rs: New file.
6126
6127 2017-05-18 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.rust/simple.exp: Allow Box to be qualified.
6130
6131 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6132
6133 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6134
6135 2017-05-18 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.base/fileio.c (test_write, test_read, test_close)
6138 (test_fstat): Don't print 'ret' in the fail path.
6139
6140 2017-05-18 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6143 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6144 (test_system, test_rename, test_unlink, test_time): Change
6145 prototypes.
6146 * gdb.base/fileio.exp (stop_msg): Adjust.
6147
6148 2017-05-18 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.base/fileio.c (null_str): New global.
6151 (test_stat): Use it.
6152 * gdb.base/fileio.exp: Remove nowarnings.
6153
6154 2017-05-17 Yao Qi <yao.qi@linaro.org>
6155
6156 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6157
6158 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6161 argument command.
6162 (top-level): Invoke test_set_inferior_tty.
6163
6164 2017-05-04 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6167 Add parens to print call for Python 3.
6168
6169 2017-05-03 Keith Seitz <keiths@redhat.com>
6170
6171 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6172 (main): Call it.
6173
6174 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6175
6176 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6177 to prev and next.
6178
6179 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6180
6181 * gdb.python/py-record-btrace.exp: Remove test for
6182 gdb.BtraceInstruction.error.
6183
6184 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6185
6186 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6187
6188 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6189
6190 * gdb.python/py-record-btrace-threads.c: New file.
6191 * gdb.python/py-record-btrace-threads.exp: New file.
6192
6193 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6194
6195 PR testsuite/8595
6196 * gdb.base/environ.exp: Make test available in all architectures.
6197 Move bits related to "info program" testing to
6198 gdb.base/info-program.exp. Rewrite tests to use the two new
6199 procedures mentione below.
6200 (test_set_show_env_var) New procedure.
6201 (test_set_show_env_var_equal): Likewise.
6202 * gdb.base/info-program.exp: New file.
6203
6204 2017-04-27 Keith Seitz <keiths@redhat.com>
6205
6206 * gdb.cp/oranking.cc (test15): New function.
6207 (main): Call test15 and declare additional variables for testing.
6208 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6209 "p foo101('abc')" tests.
6210 Add tests for cv qualifier overloads.
6211 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6212 "lvalue reference overload" test.
6213 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6214 "print value of f1 on Child&& in f2" test.
6215
6216 2017-04-19 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6219 procedure.
6220 (top level): Call it.
6221 * lib/gdb.exp (gdb_define_cmd): New procedure.
6222
6223 2017-04-12 Pedro Alves <palves@redhat.com>
6224
6225 PR gdb/21323
6226 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6227 (wchar): New global.
6228 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6229 (do_test_wide_char, wide_char_types_no_program, top level): Add
6230 wchar_t testing.
6231
6232 2017-04-12 Pedro Alves <palves@redhat.com>
6233
6234 PR c++/21323
6235 * gdb.cp/wide_char_types.c: New file.
6236 * gdb.cp/wide_char_types.exp: New file.
6237
6238 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6239
6240 PR gdb/21352
6241 * gdb.trace/tsv.exp: Add test for "tsave -r".
6242
6243 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6244
6245 * gdb.dlang/watch-loc.c: New file.
6246 * gdb.dlang/watch-loc.exp: New file.
6247
6248 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6251
6252 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6253
6254 * gdb.arch/arc-analyze-prologue.S: New file.
6255 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6256
6257 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6258
6259 * gdb.arch/arc-decode-insn.S: New file.
6260 * gdb.arch/arc-decode-insn.exp: Likewise.
6261
6262 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6263
6264 PR tdep/20928
6265 * gdb.arch/sparc64-regs.exp: New file.
6266 * gdb.arch/sparc64-regs.S: Likewise.
6267
6268 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6269
6270 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6271 and memory view on Python 3.
6272
6273 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6274 Keith Seitz <keiths@redhat.com>
6275
6276 PR gdb/14441
6277 * gdb.cp/demangle.exp: Add rvalue reference tests.
6278 * gdb.cp/rvalue-ref-casts.cc: New file.
6279 * gdb.cp/rvalue-ref-casts.exp: New file.
6280 * gdb.cp/rvalue-ref-overload.cc: New file.
6281 * gdb.cp/rvalue-ref-overload.exp: New file.
6282 * gdb.cp/rvalue-ref-params.cc: New file.
6283 * gdb.cp/rvalue-ref-params.exp: New file.
6284 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6285 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6286 * gdb.cp/rvalue-ref-types.cc: New file.
6287 * gdb.cp/rvalue-ref-types.exp: New file.
6288 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6289 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6290
6291 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6292
6293 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6294 New procedure.
6295
6296 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6297
6298 * lib/mi-support.exp (mi_gdb_test): Add additional message
6299 for unexpected output.
6300
6301 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6302
6303 * gdb.base/examine-backward.c (Barrier): New character array
6304 constant, to ensure that TestStrings is preceded by a string
6305 terminator.
6306
6307 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6308
6309 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6310 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6311 and implicit pointer into such a location.
6312
6313 2017-03-16 Doug Evans <dje@google.com>
6314
6315 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6316
6317 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6318
6319 * gdb.cp/m-static.exp: Fix expectation for prototype of
6320 test5.single_constructor and single_constructor::single_constructor.
6321
6322 2017-03-16 Doug Evans <dje@google.com>
6323
6324 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6325 * gdb.guile/scm-lazy-string.c: New file.
6326 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6327 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6328 for pointer, array, typedef lazy strings.
6329
6330 2017-03-16 Doug Evans <dje@google.com>
6331
6332 PR python/17728, python/18439, python/18779
6333 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6334 * gdb.python/py-lazy-string.c (pointer): New typedef.
6335 (main): New locals ptr, array, typedef_ptr.
6336 * gdb.python/py-value.exp: Move lazy string tests to ...
6337 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6338 array, typedef lazy strings.
6339
6340 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6341
6342 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6343 Add optional 'test' parameter.
6344
6345 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6348 Skip for versions of DejaGnu < 1.5.
6349
6350 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6351
6352 * lib/gdb.exp (dejagnu_version): New proc.
6353 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6354 Use dejagnu_version.
6355
6356 2017-03-10 Keith Seitz <keiths@redhat.com>
6357
6358 PR c++/8128
6359 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6360 type from destructor regexps.
6361 Add a branch which actually passes the test.
6362 Adjust "ptype t5i" test names.
6363
6364 2017-03-08 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/step-over-exit.exp: Add explicit test message.
6367
6368 2017-03-08 Pedro Alves <palves@redhat.com>
6369
6370 PR gdb/18360
6371 * gdb.threads/interrupt-while-step-over.c: New file.
6372 * gdb.threads/interrupt-while-step-over.exp: New file.
6373
6374 2017-03-08 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6377 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6378
6379 2017-03-08 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6382 PKRU as not supported as a PASS.
6383
6384 2017-03-08 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6387 prefix instead of $binfile1/$binfile2.
6388 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6389 in test message.
6390 * gdb.python/py-completion.exp: Use "load python file" as test
6391 messages instead of unstable path names.
6392
6393 2017-03-08 Pedro Alves <palves@redhat.com>
6394 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 PR cli/21218
6397 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6398 New proc.
6399 (top level): Call it.
6400
6401 2017-03-08 Pedro Alves <palves@redhat.com>
6402
6403 PR tui/21216
6404 * gdb.tui/tui-nl-filtered-output.exp: New file.
6405
6406 2017-03-08 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.base/completion.exp: Move TUI completion tests to ...
6409 * gdb.tui/completion.exp: ... this new file.
6410
6411 2017-03-08 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.base/tui-disasm-long-lines.c,
6414 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6415 gdb.base/tui-layout.exp: Move to ...
6416 * gdb.tui/: ... this new directory.
6417
6418 2017-03-07 Pedro Alves <palves@redhat.com>
6419
6420 * gdb.base/tui-layout.c: New file.
6421 * gdb.base/tui-layout.exp: New file.
6422
6423 2017-03-07 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/tui-layout.c: Rename to ...
6426 * gdb.base/tui-disasm-long-lines.c: ... this.
6427 * gdb.base/tui-layout.exp: Rename to ...
6428 * gdb.base/tui-disasm-long-lines.exp: ... this.
6429
6430 2017-03-07 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6433
6434 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6435
6436 * i386-mpx-call.c: New file.
6437 * i386-mpx-call.exp: New file.
6438
6439 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6440
6441 * gdb.arch/powerpc-power.exp: Delete test.
6442 * gdb.arch/powerpc-power.s: Likewise.
6443 * gdb.disasm/disassembler-options.exp: New test.
6444 * gdb.arch/powerpc-altivec.exp: Likewise.
6445 * gdb.arch/powerpc-altivec.s: Likewise.
6446 * gdb.arch/powerpc-altivec2.exp: Likewise.
6447 * gdb.arch/powerpc-altivec2.s: Likewise.
6448 * gdb.arch/powerpc-altivec3.exp: Likewise.
6449 * gdb.arch/powerpc-altivec3.s: Likewise.
6450 * gdb.arch/powerpc-power7.exp: Likewise.
6451 * gdb.arch/powerpc-power7.s: Likewise.
6452 * gdb.arch/powerpc-power8.exp: Likewise.
6453 * gdb.arch/powerpc-power8.s: Likewise.
6454 * gdb.arch/powerpc-power9.exp: Likewise.
6455 * gdb.arch/powerpc-power9.s: Likewise.
6456 * gdb.arch/powerpc-vsx.exp: Likewise.
6457 * gdb.arch/powerpc-vsx.s: Likewise.
6458 * gdb.arch/powerpc-vsx2.exp: Likewise.
6459 * gdb.arch/powerpc-vsx2.s: Likewise.
6460 * gdb.arch/powerpc-vsx3.exp: Likewise.
6461 * gdb.arch/powerpc-vsx3.s: Likewise.
6462 * gdb.arch/arm-disassembler-options.exp: Likewise.
6463 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6464 * gdb.arch/s390-disassembler-options.exp: Likewise.
6465
6466 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6467
6468 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6469 (check_supported_features): ... this. Changed return type to void.
6470 (supports_rdseed): New static global.
6471 (rdseed): Check supports_rdseed.
6472 (initialize): Call check_supported_features.
6473
6474 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6475
6476 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6477 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6478 and lqarx/stqcx.
6479 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6480 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6481
6482 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6483
6484 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6485 uppercase.
6486
6487 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * gdb.dwarf2/formdata16.c: New file.
6490 * gdb.dwarf2/formdata16.exp: New file.
6491 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6492
6493 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6494
6495 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6496 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6497 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6498 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6499 DW_AT_GNU_*.
6500
6501 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6502
6503 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6504
6505 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6506
6507 PR gdb/21164
6508 * gdb.base/maint.exp: Add testcases for when the commands do
6509 not have arguments.
6510
6511 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6512
6513 * gdb.cp/chained-calls.exp: Use p instead of P.
6514
6515 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6516
6517 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6518 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6519
6520 2017-02-14 Tom Tromey <tom@tromey.com>
6521
6522 PR python/13598:
6523 * gdb.python/py-events.exp: Add before_prompt event tests.
6524
6525 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6526
6527 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6528
6529 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6530
6531 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6532 (main): Call my_unique_function_name.
6533 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6534 completion of patterns with a single match.
6535 Add missing -re switches to gdb_test_multiple calls.
6536
6537 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6538
6539 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6540 return if core file is not recognized.
6541
6542 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6543
6544 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6545 and extra UIs.
6546
6547 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6550 proc_with_prefix.
6551
6552 2017-02-10 Tom Tromey <tom@tromey.com>
6553
6554 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6555
6556 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6557
6558 PR gdb/21122
6559 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6560
6561 2017-02-08 Jerome Guitton <guitton@adacore.com>
6562
6563 * gdb.base/define.exp: Add test for command abbreviations
6564 in define.
6565
6566 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6567
6568 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6569 * gdb.reverse/insn-reverse-x86.c: New file.
6570
6571 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6572
6573 PR tdep/20936
6574 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6575
6576 2017-02-03 Tom Tromey <tom@tromey.com>
6577
6578 PR rust/21097:
6579 * gdb.rust/simple.exp: Add new tests.
6580
6581 2017-02-02 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6584 tests.
6585
6586 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6587
6588 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6589 taking a 2-byte value out of a 4-byte DWARF implicit value on
6590 big-endian targets.
6591 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6592 logic. Add test cases for DW_OP_implicit.
6593
6594 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6595
6596 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6597
6598 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6599
6600 * gdb.btrace/enable.exp: Call gdb_exit before
6601 skip_gdbserver_tests.
6602
6603 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6604
6605 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6606 GDBFLAGS.
6607
6608 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6609
6610 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6611 the test is skipped.
6612 * gdb.btrace/data.exp: Likewise.
6613 * gdb.btrace/delta.exp: Likewise.
6614 * gdb.btrace/dlopen.exp: Likewise.
6615 * gdb.btrace/enable-running.exp: Likewise.
6616 * gdb.btrace/enable.exp: Likewise.
6617 * gdb.btrace/exception.exp: Likewise.
6618 * gdb.btrace/function_call_history.exp: Likewise.
6619 * gdb.btrace/gcore.exp: Likewise.
6620 * gdb.btrace/instruction_history.exp: Likewise.
6621 * gdb.btrace/multi-thread-step.exp: Likewise.
6622 * gdb.btrace/nohist.exp: Likewise.
6623 * gdb.btrace/non-stop.exp: Likewise.
6624 * gdb.btrace/reconnect.exp: Likewise.
6625 * gdb.btrace/record_goto-step.exp: Likewise.
6626 * gdb.btrace/record_goto.exp: Likewise.
6627 * gdb.btrace/rn-dl-bind.exp: Likewise.
6628 * gdb.btrace/segv.exp: Likewise.
6629 * gdb.btrace/step.exp: Likewise.
6630 * gdb.btrace/stepi.exp: Likewise.
6631 * gdb.btrace/tailcall-only.exp: Likewise.
6632 * gdb.btrace/tailcall.exp: Likewise.
6633 * gdb.btrace/tsx.exp: Likewise.
6634 * gdb.btrace/unknown_functions.exp: Likewise.
6635 * gdb.btrace/vdso.exp: Likewise.
6636
6637 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6638
6639 * gdb.btrace/enable-running.c: New.
6640 * gdb.btrace/enable-running.exp: New.
6641
6642 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6643
6644 * gdb.arch/amd64-gs_base.c: New file.
6645 * gdb.arch/amd64-gs_base.exp: New file.
6646
6647 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6648
6649 * lib/memory.exp: Remove spurious empty newlines.
6650
6651 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6652
6653 * gdb.python/py-bad-printers.exp: Load python file using "source".
6654 * gdb.python/py-events.exp: Likewise.
6655 * gdb.python/py-evsignal.exp: Likewise.
6656 * gdb.python/py-evthreads.exp: Likewise.
6657 * gdb.python/py-frame-args.exp: Likewise.
6658 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6659 * gdb.python/py-framefilter-mi.exp: Likewise.
6660 * gdb.python/py-framefilter.exp: Likewise.
6661 * gdb.python/py-mi.exp: Likewise.
6662 * gdb.python/py-pp-maint.exp: Likewise.
6663 * gdb.python/py-pp-registration.exp: Likewise.
6664 * gdb.python/py-prettyprint.exp: Likewise.
6665 (run_lang_tests): Likewise.
6666 * gdb.python/py-typeprint.exp: Likewise.
6667
6668 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6669
6670 * lib/memory.exp: New file.
6671 * lib/gdb.exp: Load memory.exp.
6672 * gdb.base/memattr.exp (delete_memory): Move proc to
6673 lib/memory.exp and rename to delete_memory_regions.
6674 Replace delete_memory with delete_memory_regions.
6675 Cleanup memory regions before tests.
6676 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6677 before tests.
6678
6679 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6680
6681 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6682 files.
6683 (initialize): New function conditionally defined.
6684 (testcases): Move within conditional block.
6685 (main): Call initialize.
6686 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6687 of gdb.reverse/insn-reverse.c.
6688 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6689 gdb.reverse/insn-reverse.c.
6690
6691 2017-01-26 Yao Qi <yao.qi@linaro.org>
6692
6693 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6694 disassemble on address 0.
6695
6696 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6697 Yao Qi <yao.qi@linaro.org>
6698
6699 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6700 * gdb.dwarf2/implptr-64bit.S: Remove.
6701 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6702 variables in caller's context. Add DW_OP_implicit_value.
6703
6704 2017-01-25 Yao Qi <yao.qi@linaro.org>
6705
6706 * lib/dwarf.exp (Dwarf::_location): Handle
6707 DW_OP_GNU_implicit_pointer with proper size.
6708
6709 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6710
6711 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6712 and add untested calls.
6713
6714 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6715
6716 * gdb.python/python.exp: Check line number against what GDB thinks
6717 the line number is for func1.
6718
6719 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6720
6721 * gdb.dlang/debug-expr.exp: New file.
6722
6723 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6724
6725 Fix test names for the following files:
6726
6727 * gdb.ada/exec_changed.exp
6728 * gdb.ada/info_types.exp
6729 * gdb.arch/aarch64-atomic-inst.exp
6730 * gdb.arch/aarch64-fp.exp
6731 * gdb.arch/altivec-abi.exp
6732 * gdb.arch/altivec-regs.exp
6733 * gdb.arch/amd64-byte.exp
6734 * gdb.arch/amd64-disp-step.exp
6735 * gdb.arch/amd64-dword.exp
6736 * gdb.arch/amd64-entry-value-inline.exp
6737 * gdb.arch/amd64-entry-value-param.exp
6738 * gdb.arch/amd64-entry-value-paramref.exp
6739 * gdb.arch/amd64-entry-value.exp
6740 * gdb.arch/amd64-i386-address.exp
6741 * gdb.arch/amd64-invalid-stack-middle.exp
6742 * gdb.arch/amd64-invalid-stack-top.exp
6743 * gdb.arch/amd64-optimout-repeat.exp
6744 * gdb.arch/amd64-prologue-skip.exp
6745 * gdb.arch/amd64-prologue-xmm.exp
6746 * gdb.arch/amd64-stap-special-operands.exp
6747 * gdb.arch/amd64-stap-wrong-subexp.exp
6748 * gdb.arch/amd64-tailcall-cxx.exp
6749 * gdb.arch/amd64-tailcall-noret.exp
6750 * gdb.arch/amd64-tailcall-ret.exp
6751 * gdb.arch/amd64-tailcall-self.exp
6752 * gdb.arch/amd64-word.exp
6753 * gdb.arch/arm-bl-branch-dest.exp
6754 * gdb.arch/arm-disp-step.exp
6755 * gdb.arch/arm-neon.exp
6756 * gdb.arch/arm-single-step-kernel-helper.exp
6757 * gdb.arch/avr-flash-qualifier.exp
6758 * gdb.arch/disp-step-insn-reloc.exp
6759 * gdb.arch/e500-abi.exp
6760 * gdb.arch/e500-regs.exp
6761 * gdb.arch/ftrace-insn-reloc.exp
6762 * gdb.arch/i386-avx512.exp
6763 * gdb.arch/i386-bp_permanent.exp
6764 * gdb.arch/i386-byte.exp
6765 * gdb.arch/i386-cfi-notcurrent.exp
6766 * gdb.arch/i386-disp-step.exp
6767 * gdb.arch/i386-dr3-watch.exp
6768 * gdb.arch/i386-float.exp
6769 * gdb.arch/i386-gnu-cfi.exp
6770 * gdb.arch/i386-mpx-map.exp
6771 * gdb.arch/i386-mpx-sigsegv.exp
6772 * gdb.arch/i386-mpx-simple_segv.exp
6773 * gdb.arch/i386-mpx.exp
6774 * gdb.arch/i386-permbkpt.exp
6775 * gdb.arch/i386-prologue.exp
6776 * gdb.arch/i386-signal.exp
6777 * gdb.arch/i386-size-overlap.exp
6778 * gdb.arch/i386-unwind.exp
6779 * gdb.arch/i386-word.exp
6780 * gdb.arch/mips-fcr.exp
6781 * gdb.arch/powerpc-d128-regs.exp
6782 * gdb.arch/powerpc-stackless.exp
6783 * gdb.arch/ppc64-atomic-inst.exp
6784 * gdb.arch/s390-stackless.exp
6785 * gdb.arch/s390-tdbregs.exp
6786 * gdb.arch/s390-vregs.exp
6787 * gdb.arch/sparc-sysstep.exp
6788 * gdb.arch/thumb-bx-pc.exp
6789 * gdb.arch/thumb-singlestep.exp
6790 * gdb.arch/thumb2-it.exp
6791 * gdb.arch/vsx-regs.exp
6792 * gdb.asm/asm-source.exp
6793 * gdb.base/a2-run.exp
6794 * gdb.base/advance.exp
6795 * gdb.base/all-bin.exp
6796 * gdb.base/anon.exp
6797 * gdb.base/args.exp
6798 * gdb.base/arithmet.exp
6799 * gdb.base/async-shell.exp
6800 * gdb.base/async.exp
6801 * gdb.base/attach-pie-noexec.exp
6802 * gdb.base/attach-twice.exp
6803 * gdb.base/auto-load.exp
6804 * gdb.base/bang.exp
6805 * gdb.base/bitfields.exp
6806 * gdb.base/break-always.exp
6807 * gdb.base/break-caller-line.exp
6808 * gdb.base/break-entry.exp
6809 * gdb.base/break-inline.exp
6810 * gdb.base/break-on-linker-gcd-function.exp
6811 * gdb.base/break-probes.exp
6812 * gdb.base/break.exp
6813 * gdb.base/breakpoint-shadow.exp
6814 * gdb.base/call-ar-st.exp
6815 * gdb.base/call-sc.exp
6816 * gdb.base/call-signal-resume.exp
6817 * gdb.base/call-strs.exp
6818 * gdb.base/callfuncs.exp
6819 * gdb.base/catch-fork-static.exp
6820 * gdb.base/catch-gdb-caused-signals.exp
6821 * gdb.base/catch-load.exp
6822 * gdb.base/catch-signal-fork.exp
6823 * gdb.base/catch-signal.exp
6824 * gdb.base/catch-syscall.exp
6825 * gdb.base/charset.exp
6826 * gdb.base/checkpoint.exp
6827 * gdb.base/chng-syms.exp
6828 * gdb.base/code-expr.exp
6829 * gdb.base/code_elim.exp
6830 * gdb.base/commands.exp
6831 * gdb.base/completion.exp
6832 * gdb.base/complex.exp
6833 * gdb.base/cond-expr.exp
6834 * gdb.base/condbreak.exp
6835 * gdb.base/consecutive.exp
6836 * gdb.base/continue-all-already-running.exp
6837 * gdb.base/coredump-filter.exp
6838 * gdb.base/corefile.exp
6839 * gdb.base/dbx.exp
6840 * gdb.base/debug-expr.exp
6841 * gdb.base/define.exp
6842 * gdb.base/del.exp
6843 * gdb.base/disabled-location.exp
6844 * gdb.base/disasm-end-cu.exp
6845 * gdb.base/disasm-optim.exp
6846 * gdb.base/display.exp
6847 * gdb.base/duplicate-bp.exp
6848 * gdb.base/ena-dis-br.exp
6849 * gdb.base/ending-run.exp
6850 * gdb.base/enumval.exp
6851 * gdb.base/environ.exp
6852 * gdb.base/eu-strip-infcall.exp
6853 * gdb.base/eval-avoid-side-effects.exp
6854 * gdb.base/eval-skip.exp
6855 * gdb.base/exitsignal.exp
6856 * gdb.base/expand-psymtabs.exp
6857 * gdb.base/filesym.exp
6858 * gdb.base/find-unmapped.exp
6859 * gdb.base/finish.exp
6860 * gdb.base/float.exp
6861 * gdb.base/foll-exec-mode.exp
6862 * gdb.base/foll-exec.exp
6863 * gdb.base/foll-fork.exp
6864 * gdb.base/fortran-sym-case.exp
6865 * gdb.base/freebpcmd.exp
6866 * gdb.base/func-ptr.exp
6867 * gdb.base/func-ptrs.exp
6868 * gdb.base/funcargs.exp
6869 * gdb.base/gcore-buffer-overflow.exp
6870 * gdb.base/gcore-relro-pie.exp
6871 * gdb.base/gcore-relro.exp
6872 * gdb.base/gcore.exp
6873 * gdb.base/gdb1090.exp
6874 * gdb.base/gdb11530.exp
6875 * gdb.base/gdb11531.exp
6876 * gdb.base/gdb1821.exp
6877 * gdb.base/gdbindex-stabs.exp
6878 * gdb.base/gdbvars.exp
6879 * gdb.base/hbreak.exp
6880 * gdb.base/hbreak2.exp
6881 * gdb.base/included.exp
6882 * gdb.base/infcall-input.exp
6883 * gdb.base/inferior-died.exp
6884 * gdb.base/infnan.exp
6885 * gdb.base/info-macros.exp
6886 * gdb.base/info-os.exp
6887 * gdb.base/info-proc.exp
6888 * gdb.base/info-shared.exp
6889 * gdb.base/info-target.exp
6890 * gdb.base/infoline.exp
6891 * gdb.base/interp.exp
6892 * gdb.base/interrupt.exp
6893 * gdb.base/jit-reader.exp
6894 * gdb.base/jit-simple.exp
6895 * gdb.base/kill-after-signal.exp
6896 * gdb.base/kill-detach-inferiors-cmd.exp
6897 * gdb.base/label.exp
6898 * gdb.base/langs.exp
6899 * gdb.base/ldbl_e308.exp
6900 * gdb.base/line-symtabs.exp
6901 * gdb.base/linespecs.exp
6902 * gdb.base/list.exp
6903 * gdb.base/long_long.exp
6904 * gdb.base/longest-types.exp
6905 * gdb.base/maint.exp
6906 * gdb.base/max-value-size.exp
6907 * gdb.base/memattr.exp
6908 * gdb.base/mips_pro.exp
6909 * gdb.base/morestack.exp
6910 * gdb.base/moribund-step.exp
6911 * gdb.base/multi-forks.exp
6912 * gdb.base/nested-addr.exp
6913 * gdb.base/nextoverexit.exp
6914 * gdb.base/noreturn-finish.exp
6915 * gdb.base/noreturn-return.exp
6916 * gdb.base/nostdlib.exp
6917 * gdb.base/offsets.exp
6918 * gdb.base/opaque.exp
6919 * gdb.base/pc-fp.exp
6920 * gdb.base/permissions.exp
6921 * gdb.base/print-symbol-loading.exp
6922 * gdb.base/prologue-include.exp
6923 * gdb.base/psymtab.exp
6924 * gdb.base/ptype.exp
6925 * gdb.base/random-signal.exp
6926 * gdb.base/randomize.exp
6927 * gdb.base/range-stepping.exp
6928 * gdb.base/readline-ask.exp
6929 * gdb.base/recpar.exp
6930 * gdb.base/recurse.exp
6931 * gdb.base/relational.exp
6932 * gdb.base/restore.exp
6933 * gdb.base/return-nodebug.exp
6934 * gdb.base/return.exp
6935 * gdb.base/run-after-attach.exp
6936 * gdb.base/save-bp.exp
6937 * gdb.base/scope.exp
6938 * gdb.base/sect-cmd.exp
6939 * gdb.base/set-lang-auto.exp
6940 * gdb.base/set-noassign.exp
6941 * gdb.base/setvar.exp
6942 * gdb.base/sigall.exp
6943 * gdb.base/sigbpt.exp
6944 * gdb.base/siginfo-addr.exp
6945 * gdb.base/siginfo-infcall.exp
6946 * gdb.base/siginfo-obj.exp
6947 * gdb.base/siginfo.exp
6948 * gdb.base/signals-state-child.exp
6949 * gdb.base/signest.exp
6950 * gdb.base/sigstep.exp
6951 * gdb.base/sizeof.exp
6952 * gdb.base/skip.exp
6953 * gdb.base/solib-corrupted.exp
6954 * gdb.base/solib-nodir.exp
6955 * gdb.base/solib-search.exp
6956 * gdb.base/stack-checking.exp
6957 * gdb.base/stale-infcall.exp
6958 * gdb.base/stap-probe.exp
6959 * gdb.base/start.exp
6960 * gdb.base/step-break.exp
6961 * gdb.base/step-bt.exp
6962 * gdb.base/step-line.exp
6963 * gdb.base/step-over-exit.exp
6964 * gdb.base/step-over-syscall.exp
6965 * gdb.base/step-resume-infcall.exp
6966 * gdb.base/step-test.exp
6967 * gdb.base/store.exp
6968 * gdb.base/structs3.exp
6969 * gdb.base/sym-file.exp
6970 * gdb.base/symbol-without-target_section.exp
6971 * gdb.base/term.exp
6972 * gdb.base/testenv.exp
6973 * gdb.base/ui-redirect.exp
6974 * gdb.base/until.exp
6975 * gdb.base/unwindonsignal.exp
6976 * gdb.base/value-double-free.exp
6977 * gdb.base/vla-datatypes.exp
6978 * gdb.base/vla-ptr.exp
6979 * gdb.base/vla-sideeffect.exp
6980 * gdb.base/volatile.exp
6981 * gdb.base/watch-cond-infcall.exp
6982 * gdb.base/watch-cond.exp
6983 * gdb.base/watch-non-mem.exp
6984 * gdb.base/watch-read.exp
6985 * gdb.base/watch-vfork.exp
6986 * gdb.base/watchpoint-cond-gone.exp
6987 * gdb.base/watchpoint-delete.exp
6988 * gdb.base/watchpoint-hw-hit-once.exp
6989 * gdb.base/watchpoint-hw.exp
6990 * gdb.base/watchpoint-stops-at-right-insn.exp
6991 * gdb.base/watchpoints.exp
6992 * gdb.base/wchar.exp
6993 * gdb.base/whatis-exp.exp
6994 * gdb.btrace/buffer-size.exp
6995 * gdb.btrace/data.exp
6996 * gdb.btrace/delta.exp
6997 * gdb.btrace/dlopen.exp
6998 * gdb.btrace/enable.exp
6999 * gdb.btrace/exception.exp
7000 * gdb.btrace/function_call_history.exp
7001 * gdb.btrace/gcore.exp
7002 * gdb.btrace/instruction_history.exp
7003 * gdb.btrace/nohist.exp
7004 * gdb.btrace/reconnect.exp
7005 * gdb.btrace/record_goto-step.exp
7006 * gdb.btrace/record_goto.exp
7007 * gdb.btrace/rn-dl-bind.exp
7008 * gdb.btrace/segv.exp
7009 * gdb.btrace/step.exp
7010 * gdb.btrace/stepi.exp
7011 * gdb.btrace/tailcall-only.exp
7012 * gdb.btrace/tailcall.exp
7013 * gdb.btrace/tsx.exp
7014 * gdb.btrace/unknown_functions.exp
7015 * gdb.btrace/vdso.exp
7016 * gdb.compile/compile-ifunc.exp
7017 * gdb.compile/compile-ops.exp
7018 * gdb.compile/compile-print.exp
7019 * gdb.compile/compile-setjmp.exp
7020 * gdb.cp/abstract-origin.exp
7021 * gdb.cp/ambiguous.exp
7022 * gdb.cp/annota2.exp
7023 * gdb.cp/annota3.exp
7024 * gdb.cp/anon-ns.exp
7025 * gdb.cp/anon-struct.exp
7026 * gdb.cp/anon-union.exp
7027 * gdb.cp/arg-reference.exp
7028 * gdb.cp/baseenum.exp
7029 * gdb.cp/bool.exp
7030 * gdb.cp/breakpoint.exp
7031 * gdb.cp/bs15503.exp
7032 * gdb.cp/call-c.exp
7033 * gdb.cp/casts.exp
7034 * gdb.cp/chained-calls.exp
7035 * gdb.cp/class2.exp
7036 * gdb.cp/classes.exp
7037 * gdb.cp/cmpd-minsyms.exp
7038 * gdb.cp/converts.exp
7039 * gdb.cp/cp-relocate.exp
7040 * gdb.cp/cpcompletion.exp
7041 * gdb.cp/cpexprs.exp
7042 * gdb.cp/cplabel.exp
7043 * gdb.cp/cplusfuncs.exp
7044 * gdb.cp/cpsizeof.exp
7045 * gdb.cp/ctti.exp
7046 * gdb.cp/derivation.exp
7047 * gdb.cp/destrprint.exp
7048 * gdb.cp/dispcxx.exp
7049 * gdb.cp/enum-class.exp
7050 * gdb.cp/exception.exp
7051 * gdb.cp/exceptprint.exp
7052 * gdb.cp/expand-psymtabs-cxx.exp
7053 * gdb.cp/expand-sals.exp
7054 * gdb.cp/extern-c.exp
7055 * gdb.cp/filename.exp
7056 * gdb.cp/formatted-ref.exp
7057 * gdb.cp/fpointer.exp
7058 * gdb.cp/gdb1355.exp
7059 * gdb.cp/gdb2495.exp
7060 * gdb.cp/hang.exp
7061 * gdb.cp/impl-this.exp
7062 * gdb.cp/infcall-dlopen.exp
7063 * gdb.cp/inherit.exp
7064 * gdb.cp/iostream.exp
7065 * gdb.cp/koenig.exp
7066 * gdb.cp/local.exp
7067 * gdb.cp/m-data.exp
7068 * gdb.cp/m-static.exp
7069 * gdb.cp/mb-ctor.exp
7070 * gdb.cp/mb-inline.exp
7071 * gdb.cp/mb-templates.exp
7072 * gdb.cp/member-name.exp
7073 * gdb.cp/member-ptr.exp
7074 * gdb.cp/meth-typedefs.exp
7075 * gdb.cp/method.exp
7076 * gdb.cp/method2.exp
7077 * gdb.cp/minsym-fallback.exp
7078 * gdb.cp/misc.exp
7079 * gdb.cp/namelessclass.exp
7080 * gdb.cp/namespace-enum.exp
7081 * gdb.cp/namespace-nested-import.exp
7082 * gdb.cp/namespace.exp
7083 * gdb.cp/nextoverthrow.exp
7084 * gdb.cp/no-dmgl-verbose.exp
7085 * gdb.cp/non-trivial-retval.exp
7086 * gdb.cp/noparam.exp
7087 * gdb.cp/nsdecl.exp
7088 * gdb.cp/nsimport.exp
7089 * gdb.cp/nsnested.exp
7090 * gdb.cp/nsnoimports.exp
7091 * gdb.cp/nsrecurs.exp
7092 * gdb.cp/nsstress.exp
7093 * gdb.cp/nsusing.exp
7094 * gdb.cp/operator.exp
7095 * gdb.cp/oranking.exp
7096 * gdb.cp/overload-const.exp
7097 * gdb.cp/overload.exp
7098 * gdb.cp/ovldbreak.exp
7099 * gdb.cp/ovsrch.exp
7100 * gdb.cp/paren-type.exp
7101 * gdb.cp/parse-lang.exp
7102 * gdb.cp/pass-by-ref.exp
7103 * gdb.cp/pr-1023.exp
7104 * gdb.cp/pr-1210.exp
7105 * gdb.cp/pr-574.exp
7106 * gdb.cp/pr10687.exp
7107 * gdb.cp/pr12028.exp
7108 * gdb.cp/pr17132.exp
7109 * gdb.cp/pr17494.exp
7110 * gdb.cp/pr9067.exp
7111 * gdb.cp/pr9167.exp
7112 * gdb.cp/pr9631.exp
7113 * gdb.cp/printmethod.exp
7114 * gdb.cp/psmang.exp
7115 * gdb.cp/psymtab-parameter.exp
7116 * gdb.cp/ptype-cv-cp.exp
7117 * gdb.cp/ptype-flags.exp
7118 * gdb.cp/re-set-overloaded.exp
7119 * gdb.cp/ref-types.exp
7120 * gdb.cp/rtti.exp
7121 * gdb.cp/scope-err.exp
7122 * gdb.cp/shadow.exp
7123 * gdb.cp/smartp.exp
7124 * gdb.cp/static-method.exp
7125 * gdb.cp/static-print-quit.exp
7126 * gdb.cp/temargs.exp
7127 * gdb.cp/templates.exp
7128 * gdb.cp/try_catch.exp
7129 * gdb.cp/typedef-operator.exp
7130 * gdb.cp/typeid.exp
7131 * gdb.cp/userdef.exp
7132 * gdb.cp/using-crash.exp
7133 * gdb.cp/var-tag.exp
7134 * gdb.cp/virtbase.exp
7135 * gdb.cp/virtfunc.exp
7136 * gdb.cp/virtfunc2.exp
7137 * gdb.cp/vla-cxx.exp
7138 * gdb.disasm/t01_mov.exp
7139 * gdb.disasm/t02_mova.exp
7140 * gdb.disasm/t03_add.exp
7141 * gdb.disasm/t04_sub.exp
7142 * gdb.disasm/t05_cmp.exp
7143 * gdb.disasm/t06_ari2.exp
7144 * gdb.disasm/t07_ari3.exp
7145 * gdb.disasm/t08_or.exp
7146 * gdb.disasm/t09_xor.exp
7147 * gdb.disasm/t10_and.exp
7148 * gdb.disasm/t11_logs.exp
7149 * gdb.disasm/t12_bit.exp
7150 * gdb.disasm/t13_otr.exp
7151 * gdb.dlang/circular.exp
7152 * gdb.dwarf2/arr-stride.exp
7153 * gdb.dwarf2/arr-subrange.exp
7154 * gdb.dwarf2/atomic-type.exp
7155 * gdb.dwarf2/bad-regnum.exp
7156 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7157 * gdb.dwarf2/callframecfa.exp
7158 * gdb.dwarf2/clztest.exp
7159 * gdb.dwarf2/corrupt.exp
7160 * gdb.dwarf2/data-loc.exp
7161 * gdb.dwarf2/dup-psym.exp
7162 * gdb.dwarf2/dw2-anon-mptr.exp
7163 * gdb.dwarf2/dw2-anonymous-func.exp
7164 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7165 * gdb.dwarf2/dw2-bad-unresolved.exp
7166 * gdb.dwarf2/dw2-basic.exp
7167 * gdb.dwarf2/dw2-canonicalize-type.exp
7168 * gdb.dwarf2/dw2-case-insensitive.exp
7169 * gdb.dwarf2/dw2-common-block.exp
7170 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7171 * gdb.dwarf2/dw2-compressed.exp
7172 * gdb.dwarf2/dw2-const.exp
7173 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7174 * gdb.dwarf2/dw2-cu-size.exp
7175 * gdb.dwarf2/dw2-dup-frame.exp
7176 * gdb.dwarf2/dw2-entry-value.exp
7177 * gdb.dwarf2/dw2-icycle.exp
7178 * gdb.dwarf2/dw2-ifort-parameter.exp
7179 * gdb.dwarf2/dw2-inline-break.exp
7180 * gdb.dwarf2/dw2-inline-param.exp
7181 * gdb.dwarf2/dw2-intercu.exp
7182 * gdb.dwarf2/dw2-intermix.exp
7183 * gdb.dwarf2/dw2-lexical-block-bare.exp
7184 * gdb.dwarf2/dw2-linkage-name-trust.exp
7185 * gdb.dwarf2/dw2-minsym-in-cu.exp
7186 * gdb.dwarf2/dw2-noloc.exp
7187 * gdb.dwarf2/dw2-op-call.exp
7188 * gdb.dwarf2/dw2-op-out-param.exp
7189 * gdb.dwarf2/dw2-opt-structptr.exp
7190 * gdb.dwarf2/dw2-param-error.exp
7191 * gdb.dwarf2/dw2-producer.exp
7192 * gdb.dwarf2/dw2-ranges-base.exp
7193 * gdb.dwarf2/dw2-ref-missing-frame.exp
7194 * gdb.dwarf2/dw2-reg-undefined.exp
7195 * gdb.dwarf2/dw2-regno-invalid.exp
7196 * gdb.dwarf2/dw2-restore.exp
7197 * gdb.dwarf2/dw2-restrict.exp
7198 * gdb.dwarf2/dw2-single-line-discriminators.exp
7199 * gdb.dwarf2/dw2-strp.exp
7200 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7201 * gdb.dwarf2/dw2-unresolved.exp
7202 * gdb.dwarf2/dw2-var-zero-addr.exp
7203 * gdb.dwarf2/dw4-sig-types.exp
7204 * gdb.dwarf2/dwz.exp
7205 * gdb.dwarf2/dynarr-ptr.exp
7206 * gdb.dwarf2/enum-type.exp
7207 * gdb.dwarf2/gdb-index.exp
7208 * gdb.dwarf2/implptr-64bit.exp
7209 * gdb.dwarf2/implptr-optimized-out.exp
7210 * gdb.dwarf2/implptr.exp
7211 * gdb.dwarf2/implref-array.exp
7212 * gdb.dwarf2/implref-const.exp
7213 * gdb.dwarf2/implref-global.exp
7214 * gdb.dwarf2/implref-struct.exp
7215 * gdb.dwarf2/mac-fileno.exp
7216 * gdb.dwarf2/main-subprogram.exp
7217 * gdb.dwarf2/member-ptr-forwardref.exp
7218 * gdb.dwarf2/method-ptr.exp
7219 * gdb.dwarf2/missing-sig-type.exp
7220 * gdb.dwarf2/nonvar-access.exp
7221 * gdb.dwarf2/opaque-type-lookup.exp
7222 * gdb.dwarf2/pieces-optimized-out.exp
7223 * gdb.dwarf2/pieces.exp
7224 * gdb.dwarf2/pr10770.exp
7225 * gdb.dwarf2/pr13961.exp
7226 * gdb.dwarf2/staticvirtual.exp
7227 * gdb.dwarf2/subrange.exp
7228 * gdb.dwarf2/symtab-producer.exp
7229 * gdb.dwarf2/trace-crash.exp
7230 * gdb.dwarf2/typeddwarf.exp
7231 * gdb.dwarf2/valop.exp
7232 * gdb.dwarf2/watch-notconst.exp
7233 * gdb.fortran/array-element.exp
7234 * gdb.fortran/charset.exp
7235 * gdb.fortran/common-block.exp
7236 * gdb.fortran/complex.exp
7237 * gdb.fortran/derived-type-function.exp
7238 * gdb.fortran/derived-type.exp
7239 * gdb.fortran/logical.exp
7240 * gdb.fortran/module.exp
7241 * gdb.fortran/multi-dim.exp
7242 * gdb.fortran/nested-funcs.exp
7243 * gdb.fortran/print-formatted.exp
7244 * gdb.fortran/subarray.exp
7245 * gdb.fortran/vla-alloc-assoc.exp
7246 * gdb.fortran/vla-datatypes.exp
7247 * gdb.fortran/vla-history.exp
7248 * gdb.fortran/vla-ptr-info.exp
7249 * gdb.fortran/vla-ptype-sub.exp
7250 * gdb.fortran/vla-ptype.exp
7251 * gdb.fortran/vla-sizeof.exp
7252 * gdb.fortran/vla-type.exp
7253 * gdb.fortran/vla-value-sub-arbitrary.exp
7254 * gdb.fortran/vla-value-sub-finish.exp
7255 * gdb.fortran/vla-value-sub.exp
7256 * gdb.fortran/vla-value.exp
7257 * gdb.fortran/whatis_type.exp
7258 * gdb.go/chan.exp
7259 * gdb.go/handcall.exp
7260 * gdb.go/hello.exp
7261 * gdb.go/integers.exp
7262 * gdb.go/methods.exp
7263 * gdb.go/package.exp
7264 * gdb.go/strings.exp
7265 * gdb.go/types.exp
7266 * gdb.go/unsafe.exp
7267 * gdb.guile/scm-arch.exp
7268 * gdb.guile/scm-block.exp
7269 * gdb.guile/scm-breakpoint.exp
7270 * gdb.guile/scm-cmd.exp
7271 * gdb.guile/scm-disasm.exp
7272 * gdb.guile/scm-equal.exp
7273 * gdb.guile/scm-frame-args.exp
7274 * gdb.guile/scm-frame-inline.exp
7275 * gdb.guile/scm-frame.exp
7276 * gdb.guile/scm-iterator.exp
7277 * gdb.guile/scm-math.exp
7278 * gdb.guile/scm-objfile.exp
7279 * gdb.guile/scm-ports.exp
7280 * gdb.guile/scm-symbol.exp
7281 * gdb.guile/scm-symtab.exp
7282 * gdb.guile/scm-value-cc.exp
7283 * gdb.guile/types-module.exp
7284 * gdb.linespec/break-ask.exp
7285 * gdb.linespec/cpexplicit.exp
7286 * gdb.linespec/explicit.exp
7287 * gdb.linespec/keywords.exp
7288 * gdb.linespec/linespec.exp
7289 * gdb.linespec/ls-dollar.exp
7290 * gdb.linespec/ls-errs.exp
7291 * gdb.linespec/skip-two.exp
7292 * gdb.linespec/thread.exp
7293 * gdb.mi/mi-async.exp
7294 * gdb.mi/mi-basics.exp
7295 * gdb.mi/mi-break.exp
7296 * gdb.mi/mi-catch-load.exp
7297 * gdb.mi/mi-cli.exp
7298 * gdb.mi/mi-cmd-param-changed.exp
7299 * gdb.mi/mi-console.exp
7300 * gdb.mi/mi-detach.exp
7301 * gdb.mi/mi-disassemble.exp
7302 * gdb.mi/mi-eval.exp
7303 * gdb.mi/mi-file-transfer.exp
7304 * gdb.mi/mi-file.exp
7305 * gdb.mi/mi-fill-memory.exp
7306 * gdb.mi/mi-inheritance-syntax-error.exp
7307 * gdb.mi/mi-linespec-err-cp.exp
7308 * gdb.mi/mi-logging.exp
7309 * gdb.mi/mi-memory-changed.exp
7310 * gdb.mi/mi-read-memory.exp
7311 * gdb.mi/mi-record-changed.exp
7312 * gdb.mi/mi-reg-undefined.exp
7313 * gdb.mi/mi-regs.exp
7314 * gdb.mi/mi-return.exp
7315 * gdb.mi/mi-reverse.exp
7316 * gdb.mi/mi-simplerun.exp
7317 * gdb.mi/mi-solib.exp
7318 * gdb.mi/mi-stack.exp
7319 * gdb.mi/mi-stepi.exp
7320 * gdb.mi/mi-syn-frame.exp
7321 * gdb.mi/mi-until.exp
7322 * gdb.mi/mi-var-block.exp
7323 * gdb.mi/mi-var-child.exp
7324 * gdb.mi/mi-var-cmd.exp
7325 * gdb.mi/mi-var-cp.exp
7326 * gdb.mi/mi-var-display.exp
7327 * gdb.mi/mi-var-invalidate.exp
7328 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7329 * gdb.mi/mi-vla-fortran.exp
7330 * gdb.mi/mi-watch.exp
7331 * gdb.mi/mi2-var-child.exp
7332 * gdb.mi/user-selected-context-sync.exp
7333 * gdb.modula2/unbounded-array.exp
7334 * gdb.multi/dummy-frame-restore.exp
7335 * gdb.multi/multi-arch-exec.exp
7336 * gdb.multi/multi-arch.exp
7337 * gdb.multi/tids.exp
7338 * gdb.multi/watchpoint-multi.exp
7339 * gdb.opencl/callfuncs.exp
7340 * gdb.opencl/convs_casts.exp
7341 * gdb.opencl/datatypes.exp
7342 * gdb.opencl/operators.exp
7343 * gdb.opencl/vec_comps.exp
7344 * gdb.opt/clobbered-registers-O2.exp
7345 * gdb.opt/inline-break.exp
7346 * gdb.opt/inline-bt.exp
7347 * gdb.opt/inline-cmds.exp
7348 * gdb.opt/inline-locals.exp
7349 * gdb.pascal/case-insensitive-symbols.exp
7350 * gdb.pascal/floats.exp
7351 * gdb.pascal/gdb11492.exp
7352 * gdb.python/lib-types.exp
7353 * gdb.python/py-arch.exp
7354 * gdb.python/py-as-string.exp
7355 * gdb.python/py-bad-printers.exp
7356 * gdb.python/py-block.exp
7357 * gdb.python/py-breakpoint-create-fail.exp
7358 * gdb.python/py-breakpoint.exp
7359 * gdb.python/py-caller-is.exp
7360 * gdb.python/py-cmd.exp
7361 * gdb.python/py-explore-cc.exp
7362 * gdb.python/py-explore.exp
7363 * gdb.python/py-finish-breakpoint.exp
7364 * gdb.python/py-finish-breakpoint2.exp
7365 * gdb.python/py-frame-args.exp
7366 * gdb.python/py-frame-inline.exp
7367 * gdb.python/py-frame.exp
7368 * gdb.python/py-framefilter-mi.exp
7369 * gdb.python/py-infthread.exp
7370 * gdb.python/py-lazy-string.exp
7371 * gdb.python/py-linetable.exp
7372 * gdb.python/py-mi-events.exp
7373 * gdb.python/py-mi-objfile.exp
7374 * gdb.python/py-mi.exp
7375 * gdb.python/py-objfile.exp
7376 * gdb.python/py-pp-integral.exp
7377 * gdb.python/py-pp-maint.exp
7378 * gdb.python/py-pp-re-notag.exp
7379 * gdb.python/py-pp-registration.exp
7380 * gdb.python/py-recurse-unwind.exp
7381 * gdb.python/py-strfns.exp
7382 * gdb.python/py-symbol.exp
7383 * gdb.python/py-symtab.exp
7384 * gdb.python/py-sync-interp.exp
7385 * gdb.python/py-typeprint.exp
7386 * gdb.python/py-unwind-maint.exp
7387 * gdb.python/py-unwind.exp
7388 * gdb.python/py-value-cc.exp
7389 * gdb.python/py-xmethods.exp
7390 * gdb.reverse/amd64-tailcall-reverse.exp
7391 * gdb.reverse/break-precsave.exp
7392 * gdb.reverse/break-reverse.exp
7393 * gdb.reverse/consecutive-precsave.exp
7394 * gdb.reverse/consecutive-reverse.exp
7395 * gdb.reverse/finish-precsave.exp
7396 * gdb.reverse/finish-reverse-bkpt.exp
7397 * gdb.reverse/finish-reverse.exp
7398 * gdb.reverse/fstatat-reverse.exp
7399 * gdb.reverse/getresuid-reverse.exp
7400 * gdb.reverse/i386-precsave.exp
7401 * gdb.reverse/i386-reverse.exp
7402 * gdb.reverse/i386-sse-reverse.exp
7403 * gdb.reverse/i387-env-reverse.exp
7404 * gdb.reverse/i387-stack-reverse.exp
7405 * gdb.reverse/insn-reverse.exp
7406 * gdb.reverse/machinestate-precsave.exp
7407 * gdb.reverse/machinestate.exp
7408 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7409 * gdb.reverse/pipe-reverse.exp
7410 * gdb.reverse/readv-reverse.exp
7411 * gdb.reverse/recvmsg-reverse.exp
7412 * gdb.reverse/rerun-prec.exp
7413 * gdb.reverse/s390-mvcle.exp
7414 * gdb.reverse/step-precsave.exp
7415 * gdb.reverse/step-reverse.exp
7416 * gdb.reverse/time-reverse.exp
7417 * gdb.reverse/until-precsave.exp
7418 * gdb.reverse/until-reverse.exp
7419 * gdb.reverse/waitpid-reverse.exp
7420 * gdb.reverse/watch-precsave.exp
7421 * gdb.reverse/watch-reverse.exp
7422 * gdb.rust/generics.exp
7423 * gdb.rust/methods.exp
7424 * gdb.rust/modules.exp
7425 * gdb.rust/simple.exp
7426 * gdb.server/connect-with-no-symbol-file.exp
7427 * gdb.server/ext-attach.exp
7428 * gdb.server/ext-restart.exp
7429 * gdb.server/ext-wrapper.exp
7430 * gdb.server/file-transfer.exp
7431 * gdb.server/server-exec-info.exp
7432 * gdb.server/server-kill.exp
7433 * gdb.server/server-mon.exp
7434 * gdb.server/wrapper.exp
7435 * gdb.stabs/exclfwd.exp
7436 * gdb.stabs/gdb11479.exp
7437 * gdb.threads/clone-new-thread-event.exp
7438 * gdb.threads/corethreads.exp
7439 * gdb.threads/current-lwp-dead.exp
7440 * gdb.threads/dlopen-libpthread.exp
7441 * gdb.threads/gcore-thread.exp
7442 * gdb.threads/sigstep-threads.exp
7443 * gdb.threads/watchpoint-fork.exp
7444 * gdb.trace/actions-changed.exp
7445 * gdb.trace/backtrace.exp
7446 * gdb.trace/change-loc.exp
7447 * gdb.trace/circ.exp
7448 * gdb.trace/collection.exp
7449 * gdb.trace/disconnected-tracing.exp
7450 * gdb.trace/ftrace.exp
7451 * gdb.trace/mi-trace-frame-collected.exp
7452 * gdb.trace/mi-trace-unavailable.exp
7453 * gdb.trace/mi-traceframe-changed.exp
7454 * gdb.trace/mi-tsv-changed.exp
7455 * gdb.trace/no-attach-trace.exp
7456 * gdb.trace/passc-dyn.exp
7457 * gdb.trace/qtro.exp
7458 * gdb.trace/range-stepping.exp
7459 * gdb.trace/read-memory.exp
7460 * gdb.trace/save-trace.exp
7461 * gdb.trace/signal.exp
7462 * gdb.trace/status-stop.exp
7463 * gdb.trace/tfile.exp
7464 * gdb.trace/trace-break.exp
7465 * gdb.trace/trace-buffer-size.exp
7466 * gdb.trace/trace-condition.exp
7467 * gdb.trace/tracefile-pseudo-reg.exp
7468 * gdb.trace/tstatus.exp
7469 * gdb.trace/unavailable.exp
7470 * gdb.trace/while-dyn.exp
7471 * gdb.trace/while-stepping.exp
7472
7473 2016-12-22 Doug Evans <xdje42@gmail.com>
7474
7475 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7476 and msymbols.
7477
7478 2016-12-19 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7481 (test_with_self): Don't call do_steps_and_nexts, and remove
7482 code about stepping into xmalloc.
7483
7484 2016-12-09 Yao Qi <yao.qi@linaro.org>
7485
7486 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7487
7488 2016-12-09 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7491
7492 2016-12-09 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/all-architectures-0.exp: New file.
7495 * gdb.base/all-architectures-1.exp: New file.
7496 * gdb.base/all-architectures-2.exp: New file.
7497 * gdb.base/all-architectures-3.exp: New file.
7498 * gdb.base/all-architectures-4.exp: New file.
7499 * gdb.base/all-architectures-5.exp: New file.
7500 * gdb.base/all-architectures-6.exp: New file.
7501 * gdb.base/all-architectures-7.exp: New file.
7502 * gdb.base/all-architectures.exp.in: New file.
7503
7504 2016-12-09 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7507
7508 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7509
7510 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7511 possible.
7512 Remove useless pattern-matching code.
7513
7514 2016-12-02 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7517 procedure.
7518 (top level): Call it.
7519
7520 2016-12-02 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7523 New procedure.
7524 (top level): Call it.
7525
7526 2016-12-02 Pedro Alves <palves@redhat.com>
7527
7528 PR cli/20559
7529 * gdb.base/commands.exp (user_defined_command_args_eval): New
7530 procedure.
7531 (top level): Call it.
7532
7533 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7534
7535 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7536 timeout handling.
7537
7538 2016-12-02 Tom Tromey <tom@tromey.com>
7539
7540 * gdb.dwarf2/main-subprogram.c: New file.
7541 * gdb.dwarf2/main-subprogram.exp: New file.
7542
7543 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7544
7545 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7546 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7547 gdb_test_no_output for a couple of cases.
7548 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7549
7550 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7551
7552 Fix test names and standardize compilation error messages throughout
7553 the following files:
7554
7555 * gdb.ada/start.exp
7556 * gdb.arch/alpha-step.exp
7557 * gdb.arch/e500-prologue.exp
7558 * gdb.arch/ftrace-insn-reloc.exp
7559 * gdb.arch/gdb1291.exp
7560 * gdb.arch/gdb1431.exp
7561 * gdb.arch/gdb1558.exp
7562 * gdb.arch/i386-dr3-watch.exp
7563 * gdb.arch/i386-sse-stack-align.exp
7564 * gdb.arch/ia64-breakpoint-shadow.exp
7565 * gdb.arch/pa-nullify.exp
7566 * gdb.arch/powerpc-aix-prologue.exp
7567 * gdb.arch/thumb-bx-pc.exp
7568 * gdb.base/annota1.exp
7569 * gdb.base/annota3.exp
7570 * gdb.base/arrayidx.exp
7571 * gdb.base/assign.exp
7572 * gdb.base/attach.exp
7573 * gdb.base/auxv.exp
7574 * gdb.base/bang.exp
7575 * gdb.base/bfp-test.exp
7576 * gdb.base/bigcore.exp
7577 * gdb.base/bitfields2.exp
7578 * gdb.base/break-fun-addr.exp
7579 * gdb.base/break-probes.exp
7580 * gdb.base/call-rt-st.exp
7581 * gdb.base/callexit.exp
7582 * gdb.base/catch-fork-kill.exp
7583 * gdb.base/charset.exp
7584 * gdb.base/checkpoint.exp
7585 * gdb.base/comprdebug.exp
7586 * gdb.base/constvars.exp
7587 * gdb.base/coredump-filter.exp
7588 * gdb.base/cursal.exp
7589 * gdb.base/cvexpr.exp
7590 * gdb.base/detach.exp
7591 * gdb.base/display.exp
7592 * gdb.base/dmsym.exp
7593 * gdb.base/dprintf-pending.exp
7594 * gdb.base/dso2dso.exp
7595 * gdb.base/dtrace-probe.exp
7596 * gdb.base/dump.exp
7597 * gdb.base/enum_cond.exp
7598 * gdb.base/exe-lock.exp
7599 * gdb.base/exec-invalid-sysroot.exp
7600 * gdb.base/execl-update-breakpoints.exp
7601 * gdb.base/exprs.exp
7602 * gdb.base/fileio.exp
7603 * gdb.base/find.exp
7604 * gdb.base/finish.exp
7605 * gdb.base/fixsection.exp
7606 * gdb.base/foll-vfork.exp
7607 * gdb.base/frame-args.exp
7608 * gdb.base/gcore.exp
7609 * gdb.base/gdb1250.exp
7610 * gdb.base/global-var-nested-by-dso.exp
7611 * gdb.base/gnu-ifunc.exp
7612 * gdb.base/hashline1.exp
7613 * gdb.base/hashline2.exp
7614 * gdb.base/hashline3.exp
7615 * gdb.base/hbreak-in-shr-unsupported.exp
7616 * gdb.base/huge.exp
7617 * gdb.base/infcall-input.exp
7618 * gdb.base/info-fun.exp
7619 * gdb.base/info-shared.exp
7620 * gdb.base/jit-simple.exp
7621 * gdb.base/jit-so.exp
7622 * gdb.base/jit.exp
7623 * gdb.base/jump.exp
7624 * gdb.base/label.exp
7625 * gdb.base/lineinc.exp
7626 * gdb.base/logical.exp
7627 * gdb.base/longjmp.exp
7628 * gdb.base/macscp.exp
7629 * gdb.base/miscexprs.exp
7630 * gdb.base/new-ui-echo.exp
7631 * gdb.base/new-ui-pending-input.exp
7632 * gdb.base/new-ui.exp
7633 * gdb.base/nodebug.exp
7634 * gdb.base/nofield.exp
7635 * gdb.base/offsets.exp
7636 * gdb.base/overlays.exp
7637 * gdb.base/pending.exp
7638 * gdb.base/pointers.exp
7639 * gdb.base/pr11022.exp
7640 * gdb.base/printcmds.exp
7641 * gdb.base/prologue.exp
7642 * gdb.base/ptr-typedef.exp
7643 * gdb.base/realname-expand.exp
7644 * gdb.base/relativedebug.exp
7645 * gdb.base/relocate.exp
7646 * gdb.base/remote.exp
7647 * gdb.base/reread.exp
7648 * gdb.base/return2.exp
7649 * gdb.base/savedregs.exp
7650 * gdb.base/sep.exp
7651 * gdb.base/sepdebug.exp
7652 * gdb.base/sepsymtab.exp
7653 * gdb.base/set-inferior-tty.exp
7654 * gdb.base/setshow.exp
7655 * gdb.base/shlib-call.exp
7656 * gdb.base/sigaltstack.exp
7657 * gdb.base/siginfo-addr.exp
7658 * gdb.base/signals.exp
7659 * gdb.base/signull.exp
7660 * gdb.base/sigrepeat.exp
7661 * gdb.base/so-impl-ld.exp
7662 * gdb.base/solib-display.exp
7663 * gdb.base/solib-overlap.exp
7664 * gdb.base/solib-search.exp
7665 * gdb.base/solib-symbol.exp
7666 * gdb.base/structs.exp
7667 * gdb.base/structs2.exp
7668 * gdb.base/symtab-search-order.exp
7669 * gdb.base/twice.exp
7670 * gdb.base/unload.exp
7671 * gdb.base/varargs.exp
7672 * gdb.base/watchpoint-solib.exp
7673 * gdb.base/watchpoint.exp
7674 * gdb.base/whatis.exp
7675 * gdb.base/wrong_frame_bt_full.exp
7676 * gdb.btrace/dlopen.exp
7677 * gdb.cell/ea-standalone.exp
7678 * gdb.cell/ea-test.exp
7679 * gdb.cp/dispcxx.exp
7680 * gdb.cp/gdb2384.exp
7681 * gdb.cp/method2.exp
7682 * gdb.cp/nextoverthrow.exp
7683 * gdb.cp/pr10728.exp
7684 * gdb.disasm/am33.exp
7685 * gdb.disasm/h8300s.exp
7686 * gdb.disasm/mn10300.exp
7687 * gdb.disasm/sh3.exp
7688 * gdb.dwarf2/dw2-dir-file-name.exp
7689 * gdb.fortran/complex.exp
7690 * gdb.fortran/library-module.exp
7691 * gdb.guile/scm-pretty-print.exp
7692 * gdb.guile/scm-symbol.exp
7693 * gdb.guile/scm-type.exp
7694 * gdb.guile/scm-value.exp
7695 * gdb.linespec/linespec.exp
7696 * gdb.mi/gdb701.exp
7697 * gdb.mi/gdb792.exp
7698 * gdb.mi/mi-breakpoint-changed.exp
7699 * gdb.mi/mi-dprintf-pending.exp
7700 * gdb.mi/mi-dprintf.exp
7701 * gdb.mi/mi-exit-code.exp
7702 * gdb.mi/mi-pending.exp
7703 * gdb.mi/mi-solib.exp
7704 * gdb.mi/new-ui-mi-sync.exp
7705 * gdb.mi/pr11022.exp
7706 * gdb.mi/user-selected-context-sync.exp
7707 * gdb.opt/solib-intra-step.exp
7708 * gdb.python/py-events.exp
7709 * gdb.python/py-finish-breakpoint.exp
7710 * gdb.python/py-mi.exp
7711 * gdb.python/py-prettyprint.exp
7712 * gdb.python/py-shared.exp
7713 * gdb.python/py-symbol.exp
7714 * gdb.python/py-template.exp
7715 * gdb.python/py-type.exp
7716 * gdb.python/py-value.exp
7717 * gdb.reverse/solib-precsave.exp
7718 * gdb.reverse/solib-reverse.exp
7719 * gdb.server/solib-list.exp
7720 * gdb.stabs/weird.exp
7721 * gdb.threads/reconnect-signal.exp
7722 * gdb.threads/stepi-random-signal.exp
7723 * gdb.trace/actions.exp
7724 * gdb.trace/ax.exp
7725 * gdb.trace/backtrace.exp
7726 * gdb.trace/change-loc.exp
7727 * gdb.trace/deltrace.exp
7728 * gdb.trace/ftrace-lock.exp
7729 * gdb.trace/ftrace.exp
7730 * gdb.trace/infotrace.exp
7731 * gdb.trace/mi-tracepoint-changed.exp
7732 * gdb.trace/packetlen.exp
7733 * gdb.trace/passcount.exp
7734 * gdb.trace/pending.exp
7735 * gdb.trace/range-stepping.exp
7736 * gdb.trace/report.exp
7737 * gdb.trace/stap-trace.exp
7738 * gdb.trace/tfind.exp
7739 * gdb.trace/trace-break.exp
7740 * gdb.trace/trace-condition.exp
7741 * gdb.trace/trace-enable-disable.exp
7742 * gdb.trace/trace-mt.exp
7743 * gdb.trace/tracecmd.exp
7744 * gdb.trace/tspeed.exp
7745 * gdb.trace/tsv.exp
7746 * lib/perftest.exp
7747
7748 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7749
7750 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7751 with gdb_test_no_output.
7752 Use command as test name.
7753
7754 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7755
7756 Fix test names starting with uppercase throughout the files.
7757
7758 * gdb.ada/assign_1.exp
7759 * gdb.ada/boolean_expr.exp
7760 * gdb.base/arrayidx.exp
7761 * gdb.base/del.exp
7762 * gdb.base/gcore-buffer-overflow.exp
7763 * gdb.base/testenv.exp
7764 * gdb.compile/compile.exp
7765 * gdb.python/py-framefilter-invalidarg.exp
7766 * gdb.python/py-framefilter.exp
7767
7768 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7769
7770 Fix test names starting with uppercase throughout the files.
7771
7772 * gdb.ada/array_return.exp
7773 * gdb.ada/expr_delims.exp
7774 * gdb.ada/mi_dyn_arr.exp
7775 * gdb.ada/mi_interface.exp
7776 * gdb.ada/mi_var_array.exp
7777 * gdb.ada/watch_arg.exp
7778 * gdb.arch/alpha-step.exp
7779 * gdb.arch/altivec-regs.exp
7780 * gdb.arch/e500-regs.exp
7781 * gdb.arch/powerpc-d128-regs.exp
7782 * gdb.base/arrayidx.exp
7783 * gdb.base/break.exp
7784 * gdb.base/checkpoint.exp
7785 * gdb.base/debug-expr.exp
7786 * gdb.base/dmsym.exp
7787 * gdb.base/radix.exp
7788 * gdb.base/sepdebug.exp
7789 * gdb.base/testenv.exp
7790 * gdb.base/watch_thread_num.exp
7791 * gdb.base/watchpoint-cond-gone.exp
7792 * gdb.cell/break.exp
7793 * gdb.cell/ea-cache.exp
7794 * gdb.compile/compile.exp
7795 * gdb.cp/gdb2495.exp
7796 * gdb.gdb/selftest.exp
7797 * gdb.gdb/xfullpath.exp
7798 * gdb.go/hello.exp
7799 * gdb.go/integers.exp
7800 * gdb.objc/basicclass.exp
7801 * gdb.pascal/hello.exp
7802 * gdb.pascal/integers.exp
7803 * gdb.python/py-breakpoint.exp
7804 * gdb.python/py-cmd.exp
7805 * gdb.python/py-linetable.exp
7806 * gdb.python/py-xmethods.exp
7807 * gdb.python/python.exp
7808 * gdb.reverse/consecutive-precsave.exp
7809 * gdb.reverse/finish-precsave.exp
7810 * gdb.reverse/i386-precsave.exp
7811 * gdb.reverse/machinestate-precsave.exp
7812 * gdb.reverse/sigall-precsave.exp
7813 * gdb.reverse/solib-precsave.exp
7814 * gdb.reverse/step-precsave.exp
7815 * gdb.reverse/until-precsave.exp
7816 * gdb.reverse/watch-precsave.exp
7817 * gdb.threads/leader-exit.exp
7818 * gdb.threads/pthreads.exp
7819 * gdb.threads/wp-replication.exp
7820 * gdb.trace/actions.exp
7821 * gdb.trace/mi-tsv-changed.exp
7822 * gdb.trace/tsv.exp
7823
7824 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7825
7826 Fix test names starting with uppercase throughout the files.
7827
7828 * gdb.arch/i386-bp_permanent.exp
7829 * gdb.arch/i386-gnu-cfi.exp
7830 * gdb.base/disasm-end-cu.exp
7831 * gdb.base/macscp.exp
7832 * gdb.base/pending.exp
7833 * gdb.base/watch_thread_num.exp
7834 * gdb.cp/exception.exp
7835 * gdb.cp/gdb2495.exp
7836 * gdb.cp/local.exp
7837 * gdb.python/py-evsignal.exp
7838 * gdb.python/python.exp
7839 * gdb.trace/tracecmd.exp
7840
7841 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7842
7843 Fix test names starting with uppercase throughout the files.
7844
7845 * gdb.base/charset.exp
7846 * gdb.base/eval.exp
7847 * gdb.base/multi-forks.exp
7848 * gdb.guile/scm-progspace.exp
7849 * gdb.opencl/datatypes.exp
7850 * gdb.python/py-block.exp
7851 * gdb.python/py-function.exp
7852 * gdb.python/py-symbol.exp
7853 * gdb.python/py-symtab.exp
7854 * gdb.python/py-xmethods.exp
7855 * gdb.reverse/break-precsave.exp
7856 * gdb.reverse/break-reverse.exp
7857 * gdb.reverse/consecutive-precsave.exp
7858 * gdb.reverse/consecutive-reverse.exp
7859 * gdb.reverse/finish-precsave.exp
7860 * gdb.reverse/finish-reverse-bkpt.exp
7861 * gdb.reverse/finish-reverse.exp
7862 * gdb.reverse/fstatat-reverse.exp
7863 * gdb.reverse/getresuid-reverse.exp
7864 * gdb.reverse/i386-precsave.exp
7865 * gdb.reverse/i386-reverse.exp
7866 * gdb.reverse/i386-sse-reverse.exp
7867 * gdb.reverse/i387-stack-reverse.exp
7868 * gdb.reverse/insn-reverse.exp
7869 * gdb.reverse/machinestate-precsave.exp
7870 * gdb.reverse/machinestate.exp
7871 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7872 * gdb.reverse/pipe-reverse.exp
7873 * gdb.reverse/readv-reverse.exp
7874 * gdb.reverse/recvmsg-reverse.exp
7875 * gdb.reverse/rerun-prec.exp
7876 * gdb.reverse/s390-mvcle.exp
7877 * gdb.reverse/sigall-precsave.exp
7878 * gdb.reverse/sigall-reverse.exp
7879 * gdb.reverse/solib-precsave.exp
7880 * gdb.reverse/solib-reverse.exp
7881 * gdb.reverse/step-precsave.exp
7882 * gdb.reverse/step-reverse.exp
7883 * gdb.reverse/time-reverse.exp
7884 * gdb.reverse/until-precsave.exp
7885 * gdb.reverse/until-reverse.exp
7886 * gdb.reverse/waitpid-reverse.exp
7887 * gdb.reverse/watch-precsave.exp
7888 * gdb.reverse/watch-reverse.exp
7889
7890 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7891
7892 Fix test names starting with uppercase throughout the files.
7893
7894 * gdb.arch/i386-mpx-simple_segv.exp
7895 * gdb.arch/i386-mpx.exp
7896 * gdb.arch/i386-permbkpt.exp
7897 * gdb.arch/pa-nullify.exp
7898 * gdb.arch/powerpc-d128-regs.exp
7899 * gdb.arch/vsx-regs.exp
7900 * gdb.base/bfp-test.exp
7901 * gdb.base/break.exp
7902 * gdb.base/breakpoint-shadow.exp
7903 * gdb.base/callfuncs.exp
7904 * gdb.base/charset.exp
7905 * gdb.base/commands.exp
7906 * gdb.base/completion.exp
7907 * gdb.base/dfp-test.exp
7908 * gdb.base/echo.exp
7909 * gdb.base/ending-run.exp
7910 * gdb.base/eval.exp
7911 * gdb.base/expand-psymtabs.exp
7912 * gdb.base/float128.exp
7913 * gdb.base/floatn.exp
7914 * gdb.base/foll-exec-mode.exp
7915 * gdb.base/gdb1056.exp
7916 * gdb.base/gdb11531.exp
7917 * gdb.base/kill-after-signal.exp
7918 * gdb.base/multi-forks.exp
7919 * gdb.base/overlays.exp
7920 * gdb.base/pending.exp
7921 * gdb.base/sepdebug.exp
7922 * gdb.base/testenv.exp
7923 * gdb.base/valgrind-db-attach.exp
7924 * gdb.base/watch_thread_num.exp
7925 * gdb.base/watchpoint-cond-gone.exp
7926 * gdb.base/watchpoint.exp
7927 * gdb.base/watchpoints.exp
7928 * gdb.cp/arg-reference.exp
7929 * gdb.cp/baseenum.exp
7930 * gdb.cp/operator.exp
7931 * gdb.cp/shadow.exp
7932 * gdb.dwarf2/dw2-op-out-param.exp
7933 * gdb.dwarf2/dw2-reg-undefined.exp
7934 * gdb.go/chan.exp
7935 * gdb.go/hello.exp
7936 * gdb.go/integers.exp
7937 * gdb.go/methods.exp
7938 * gdb.go/package.exp
7939 * gdb.guile/scm-parameter.exp
7940 * gdb.guile/scm-progspace.exp
7941 * gdb.guile/scm-value.exp
7942 * gdb.mi/mi-pending.exp
7943 * gdb.mi/user-selected-context-sync.exp
7944 * gdb.multi/multi-attach.exp
7945 * gdb.multi/tids.exp
7946 * gdb.opt/clobbered-registers-O2.exp
7947 * gdb.pascal/floats.exp
7948 * gdb.pascal/integers.exp
7949 * gdb.python/py-block.exp
7950 * gdb.python/py-events.exp
7951 * gdb.python/py-parameter.exp
7952 * gdb.python/py-symbol.exp
7953 * gdb.python/py-symtab.exp
7954 * gdb.python/py-type.exp
7955 * gdb.python/py-value.exp
7956 * gdb.python/py-xmethods.exp
7957 * gdb.python/python.exp
7958 * gdb.reverse/break-precsave.exp
7959 * gdb.reverse/consecutive-precsave.exp
7960 * gdb.reverse/finish-precsave.exp
7961 * gdb.reverse/i386-precsave.exp
7962 * gdb.reverse/machinestate-precsave.exp
7963 * gdb.reverse/sigall-precsave.exp
7964 * gdb.reverse/solib-precsave.exp
7965 * gdb.reverse/step-precsave.exp
7966 * gdb.reverse/until-precsave.exp
7967 * gdb.reverse/watch-precsave.exp
7968 * gdb.server/ext-attach.exp
7969 * gdb.server/ext-restart.exp
7970 * gdb.server/ext-run.exp
7971 * gdb.server/ext-wrapper.exp
7972 * gdb.stabs/gdb11479.exp
7973 * gdb.stabs/weird.exp
7974 * gdb.threads/attach-many-short-lived-threads.exp
7975 * gdb.threads/kill.exp
7976 * gdb.threads/watchpoint-fork.exp
7977
7978 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7979
7980 Fix test names starting with uppercase throughout all the files below.
7981
7982 * gdb.ada/array_return.exp
7983 * gdb.ada/catch_ex.exp
7984 * gdb.ada/info_exc.exp
7985 * gdb.ada/mi_catch_ex.exp
7986 * gdb.ada/mi_dyn_arr.exp
7987 * gdb.ada/mi_ex_cond.exp
7988 * gdb.ada/mi_exc_info.exp
7989 * gdb.ada/mi_interface.exp
7990 * gdb.ada/mi_task_arg.exp
7991 * gdb.ada/mi_task_info.exp
7992 * gdb.ada/mi_var_array.exp
7993 * gdb.arch/alpha-step.exp
7994 * gdb.arch/amd64-disp-step.exp
7995 * gdb.arch/arm-disp-step.exp
7996 * gdb.arch/disp-step-insn-reloc.exp
7997 * gdb.arch/e500-prologue.exp
7998 * gdb.arch/ftrace-insn-reloc.exp
7999 * gdb.arch/gdb1558.exp
8000 * gdb.arch/i386-bp_permanent.exp
8001 * gdb.arch/i386-disp-step.exp
8002 * gdb.arch/i386-float.exp
8003 * gdb.arch/i386-gnu-cfi.exp
8004 * gdb.arch/ia64-breakpoint-shadow.exp
8005 * gdb.arch/mips16-thunks.exp
8006 * gdb.arch/pa-nullify.exp
8007 * gdb.arch/powerpc-aix-prologue.exp
8008 * gdb.arch/powerpc-power.exp
8009 * gdb.arch/ppc-dfp.exp
8010 * gdb.arch/s390-tdbregs.exp
8011 * gdb.arch/spu-info.exp
8012 * gdb.arch/spu-ls.exp
8013 * gdb.arch/thumb-bx-pc.exp
8014 * gdb.base/advance.exp
8015 * gdb.base/annota-input-while-running.exp
8016 * gdb.base/arrayidx.exp
8017 * gdb.base/asmlabel.exp
8018 * gdb.base/async.exp
8019 * gdb.base/attach-wait-input.exp
8020 * gdb.base/auto-connect-native-target.exp
8021 * gdb.base/batch-preserve-term-settings.exp
8022 * gdb.base/bfp-test.exp
8023 * gdb.base/bigcore.exp
8024 * gdb.base/bp-permanent.exp
8025 * gdb.base/break-always.exp
8026 * gdb.base/break-fun-addr.exp
8027 * gdb.base/break-idempotent.exp
8028 * gdb.base/break-main-file-remove-fail.exp
8029 * gdb.base/break-probes.exp
8030 * gdb.base/break-unload-file.exp
8031 * gdb.base/break.exp
8032 * gdb.base/call-ar-st.exp
8033 * gdb.base/call-rt-st.exp
8034 * gdb.base/call-sc.exp
8035 * gdb.base/call-signal-resume.exp
8036 * gdb.base/call-strs.exp
8037 * gdb.base/callexit.exp
8038 * gdb.base/callfuncs.exp
8039 * gdb.base/catch-gdb-caused-signals.exp
8040 * gdb.base/catch-signal-siginfo-cond.exp
8041 * gdb.base/catch-syscall.exp
8042 * gdb.base/compare-sections.exp
8043 * gdb.base/cond-eval-mode.exp
8044 * gdb.base/condbreak-call-false.exp
8045 * gdb.base/consecutive-step-over.exp
8046 * gdb.base/cursal.exp
8047 * gdb.base/disabled-location.exp
8048 * gdb.base/disasm-end-cu.exp
8049 * gdb.base/display.exp
8050 * gdb.base/double-prompt-target-event-error.exp
8051 * gdb.base/dprintf-bp-same-addr.exp
8052 * gdb.base/dprintf-detach.exp
8053 * gdb.base/dprintf-next.exp
8054 * gdb.base/dprintf-non-stop.exp
8055 * gdb.base/dprintf-pending.exp
8056 * gdb.base/dso2dso.exp
8057 * gdb.base/ending-run.exp
8058 * gdb.base/enum_cond.exp
8059 * gdb.base/examine-backward.exp
8060 * gdb.base/exe-lock.exp
8061 * gdb.base/exec-invalid-sysroot.exp
8062 * gdb.base/execl-update-breakpoints.exp
8063 * gdb.base/execution-termios.exp
8064 * gdb.base/fileio.exp
8065 * gdb.base/fixsection.exp
8066 * gdb.base/foll-exec-mode.exp
8067 * gdb.base/foll-exec.exp
8068 * gdb.base/fork-running-state.exp
8069 * gdb.base/frame-args.exp
8070 * gdb.base/fullpath-expand.exp
8071 * gdb.base/func-ptr.exp
8072 * gdb.base/gcore-relro-pie.exp
8073 * gdb.base/gdb1090.exp
8074 * gdb.base/gdb1555.exp
8075 * gdb.base/global-var-nested-by-dso.exp
8076 * gdb.base/gnu-ifunc.exp
8077 * gdb.base/hbreak-in-shr-unsupported.exp
8078 * gdb.base/hbreak-unmapped.exp
8079 * gdb.base/hook-stop.exp
8080 * gdb.base/infcall-input.exp
8081 * gdb.base/info-fun.exp
8082 * gdb.base/info-shared.exp
8083 * gdb.base/interrupt-noterm.exp
8084 * gdb.base/jit-so.exp
8085 * gdb.base/jit.exp
8086 * gdb.base/line-symtabs.exp
8087 * gdb.base/list.exp
8088 * gdb.base/longjmp.exp
8089 * gdb.base/macscp.exp
8090 * gdb.base/max-value-size.exp
8091 * gdb.base/nodebug.exp
8092 * gdb.base/nofield.exp
8093 * gdb.base/overlays.exp
8094 * gdb.base/paginate-after-ctrl-c-running.exp
8095 * gdb.base/paginate-bg-execution.exp
8096 * gdb.base/paginate-inferior-exit.exp
8097 * gdb.base/pending.exp
8098 * gdb.base/pr11022.exp
8099 * gdb.base/printcmds.exp
8100 * gdb.base/ptr-typedef.exp
8101 * gdb.base/ptype.exp
8102 * gdb.base/randomize.exp
8103 * gdb.base/range-stepping.exp
8104 * gdb.base/realname-expand.exp
8105 * gdb.base/relativedebug.exp
8106 * gdb.base/remote.exp
8107 * gdb.base/savedregs.exp
8108 * gdb.base/sepdebug.exp
8109 * gdb.base/set-noassign.exp
8110 * gdb.base/shlib-call.exp
8111 * gdb.base/shreloc.exp
8112 * gdb.base/sigaltstack.exp
8113 * gdb.base/sigbpt.exp
8114 * gdb.base/siginfo-addr.exp
8115 * gdb.base/siginfo-obj.exp
8116 * gdb.base/siginfo-thread.exp
8117 * gdb.base/signest.exp
8118 * gdb.base/signull.exp
8119 * gdb.base/sigrepeat.exp
8120 * gdb.base/skip.exp
8121 * gdb.base/so-impl-ld.exp
8122 * gdb.base/solib-corrupted.exp
8123 * gdb.base/solib-disc.exp
8124 * gdb.base/solib-display.exp
8125 * gdb.base/solib-overlap.exp
8126 * gdb.base/solib-search.exp
8127 * gdb.base/solib-symbol.exp
8128 * gdb.base/source-execution.exp
8129 * gdb.base/sss-bp-on-user-bp-2.exp
8130 * gdb.base/sss-bp-on-user-bp.exp
8131 * gdb.base/stack-checking.exp
8132 * gdb.base/stale-infcall.exp
8133 * gdb.base/step-break.exp
8134 * gdb.base/step-line.exp
8135 * gdb.base/step-over-exit.exp
8136 * gdb.base/step-test.exp
8137 * gdb.base/structs.exp
8138 * gdb.base/sym-file.exp
8139 * gdb.base/symtab-search-order.exp
8140 * gdb.base/term.exp
8141 * gdb.base/type-opaque.exp
8142 * gdb.base/unload.exp
8143 * gdb.base/until-nodebug.exp
8144 * gdb.base/until.exp
8145 * gdb.base/unwindonsignal.exp
8146 * gdb.base/watch-cond.exp
8147 * gdb.base/watch-non-mem.exp
8148 * gdb.base/watch_thread_num.exp
8149 * gdb.base/watchpoint-reuse-slot.exp
8150 * gdb.base/watchpoint-solib.exp
8151 * gdb.base/watchpoint.exp
8152 * gdb.btrace/dlopen.exp
8153 * gdb.cell/arch.exp
8154 * gdb.cell/break.exp
8155 * gdb.cell/bt.exp
8156 * gdb.cell/core.exp
8157 * gdb.cell/data.exp
8158 * gdb.cell/dwarfaddr.exp
8159 * gdb.cell/ea-cache.exp
8160 * gdb.cell/ea-standalone.exp
8161 * gdb.cell/ea-test.exp
8162 * gdb.cell/f-regs.exp
8163 * gdb.cell/fork.exp
8164 * gdb.cell/gcore.exp
8165 * gdb.cell/mem-access.exp
8166 * gdb.cell/ptype.exp
8167 * gdb.cell/registers.exp
8168 * gdb.cell/sizeof.exp
8169 * gdb.cell/solib-symbol.exp
8170 * gdb.cell/solib.exp
8171 * gdb.compile/compile-tls.exp
8172 * gdb.cp/exception.exp
8173 * gdb.cp/gdb2495.exp
8174 * gdb.cp/local.exp
8175 * gdb.cp/mb-inline.exp
8176 * gdb.cp/mb-templates.exp
8177 * gdb.cp/pr10687.exp
8178 * gdb.cp/pr9167.exp
8179 * gdb.cp/scope-err.exp
8180 * gdb.cp/templates.exp
8181 * gdb.cp/virtfunc.exp
8182 * gdb.dwarf2/dw2-dir-file-name.exp
8183 * gdb.dwarf2/dw2-single-line-discriminators.exp
8184 * gdb.fortran/complex.exp
8185 * gdb.fortran/library-module.exp
8186 * gdb.guile/guile.exp
8187 * gdb.guile/scm-cmd.exp
8188 * gdb.guile/scm-frame-inline.exp
8189 * gdb.guile/scm-objfile.exp
8190 * gdb.guile/scm-pretty-print.exp
8191 * gdb.guile/scm-symbol.exp
8192 * gdb.guile/scm-type.exp
8193 * gdb.guile/scm-value.exp
8194 * gdb.linespec/keywords.exp
8195 * gdb.linespec/ls-errs.exp
8196 * gdb.linespec/macro-relative.exp
8197 * gdb.linespec/thread.exp
8198 * gdb.mi/mi-breakpoint-changed.exp
8199 * gdb.mi/mi-dprintf-pending.exp
8200 * gdb.mi/mi-fullname-deleted.exp
8201 * gdb.mi/mi-logging.exp
8202 * gdb.mi/mi-pending.exp
8203 * gdb.mi/mi-solib.exp
8204 * gdb.mi/new-ui-mi-sync.exp
8205 * gdb.mi/user-selected-context-sync.exp
8206 * gdb.multi/dummy-frame-restore.exp
8207 * gdb.multi/multi-arch-exec.exp
8208 * gdb.multi/remove-inferiors.exp
8209 * gdb.multi/watchpoint-multi-exit.exp
8210 * gdb.opt/solib-intra-step.exp
8211 * gdb.perf/backtrace.exp
8212 * gdb.perf/single-step.exp
8213 * gdb.perf/skip-command.exp
8214 * gdb.perf/skip-prologue.exp
8215 * gdb.perf/solib.exp
8216 * gdb.python/lib-types.exp
8217 * gdb.python/py-as-string.exp
8218 * gdb.python/py-bad-printers.exp
8219 * gdb.python/py-block.exp
8220 * gdb.python/py-breakpoint.exp
8221 * gdb.python/py-cmd.exp
8222 * gdb.python/py-events.exp
8223 * gdb.python/py-evthreads.exp
8224 * gdb.python/py-finish-breakpoint.exp
8225 * gdb.python/py-finish-breakpoint2.exp
8226 * gdb.python/py-frame-inline.exp
8227 * gdb.python/py-frame.exp
8228 * gdb.python/py-inferior.exp
8229 * gdb.python/py-infthread.exp
8230 * gdb.python/py-mi.exp
8231 * gdb.python/py-objfile.exp
8232 * gdb.python/py-pp-maint.exp
8233 * gdb.python/py-pp-registration.exp
8234 * gdb.python/py-prettyprint.exp
8235 * gdb.python/py-recurse-unwind.exp
8236 * gdb.python/py-shared.exp
8237 * gdb.python/py-symbol.exp
8238 * gdb.python/py-symtab.exp
8239 * gdb.python/py-template.exp
8240 * gdb.python/py-type.exp
8241 * gdb.python/py-unwind-maint.exp
8242 * gdb.python/py-unwind.exp
8243 * gdb.python/py-value.exp
8244 * gdb.python/python.exp
8245 * gdb.reverse/finish-reverse-bkpt.exp
8246 * gdb.reverse/insn-reverse.exp
8247 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8248 * gdb.reverse/solib-precsave.exp
8249 * gdb.reverse/solib-reverse.exp
8250 * gdb.stabs/gdb11479.exp
8251 * gdb.stabs/weird.exp
8252 * gdb.threads/fork-child-threads.exp
8253 * gdb.threads/fork-plus-threads.exp
8254 * gdb.threads/fork-thread-pending.exp
8255 * gdb.threads/forking-threads-plus-breakpoint.exp
8256 * gdb.threads/hand-call-in-threads.exp
8257 * gdb.threads/interrupted-hand-call.exp
8258 * gdb.threads/linux-dp.exp
8259 * gdb.threads/local-watch-wrong-thread.exp
8260 * gdb.threads/next-while-other-thread-longjmps.exp
8261 * gdb.threads/non-ldr-exit.exp
8262 * gdb.threads/pending-step.exp
8263 * gdb.threads/print-threads.exp
8264 * gdb.threads/process-dies-while-detaching.exp
8265 * gdb.threads/process-dies-while-handling-bp.exp
8266 * gdb.threads/pthreads.exp
8267 * gdb.threads/queue-signal.exp
8268 * gdb.threads/reconnect-signal.exp
8269 * gdb.threads/signal-command-handle-nopass.exp
8270 * gdb.threads/signal-command-multiple-signals-pending.exp
8271 * gdb.threads/signal-delivered-right-thread.exp
8272 * gdb.threads/signal-sigtrap.exp
8273 * gdb.threads/sigthread.exp
8274 * gdb.threads/staticthreads.exp
8275 * gdb.threads/stepi-random-signal.exp
8276 * gdb.threads/thread-unwindonsignal.exp
8277 * gdb.threads/thread_check.exp
8278 * gdb.threads/thread_events.exp
8279 * gdb.threads/tid-reuse.exp
8280 * gdb.threads/tls-nodebug.exp
8281 * gdb.threads/tls-shared.exp
8282 * gdb.threads/tls-so_extern.exp
8283 * gdb.threads/tls.exp
8284 * gdb.threads/wp-replication.exp
8285 * gdb.trace/actions-changed.exp
8286 * gdb.trace/actions.exp
8287 * gdb.trace/backtrace.exp
8288 * gdb.trace/change-loc.exp
8289 * gdb.trace/collection.exp
8290 * gdb.trace/deltrace.exp
8291 * gdb.trace/disconnected-tracing.exp
8292 * gdb.trace/entry-values.exp
8293 * gdb.trace/ftrace-lock.exp
8294 * gdb.trace/ftrace.exp
8295 * gdb.trace/infotrace.exp
8296 * gdb.trace/mi-trace-frame-collected.exp
8297 * gdb.trace/mi-trace-unavailable.exp
8298 * gdb.trace/mi-traceframe-changed.exp
8299 * gdb.trace/mi-tracepoint-changed.exp
8300 * gdb.trace/mi-tsv-changed.exp
8301 * gdb.trace/no-attach-trace.exp
8302 * gdb.trace/packetlen.exp
8303 * gdb.trace/passc-dyn.exp
8304 * gdb.trace/passcount.exp
8305 * gdb.trace/pending.exp
8306 * gdb.trace/pr16508.exp
8307 * gdb.trace/qtro.exp
8308 * gdb.trace/range-stepping.exp
8309 * gdb.trace/read-memory.exp
8310 * gdb.trace/report.exp
8311 * gdb.trace/save-trace.exp
8312 * gdb.trace/signal.exp
8313 * gdb.trace/stap-trace.exp
8314 * gdb.trace/status-stop.exp
8315 * gdb.trace/strace.exp
8316 * gdb.trace/tfile.exp
8317 * gdb.trace/tfind.exp
8318 * gdb.trace/trace-break.exp
8319 * gdb.trace/trace-condition.exp
8320 * gdb.trace/trace-enable-disable.exp
8321 * gdb.trace/trace-mt.exp
8322 * gdb.trace/tracecmd.exp
8323 * gdb.trace/tracefile-pseudo-reg.exp
8324 * gdb.trace/tspeed.exp
8325 * gdb.trace/tstatus.exp
8326 * gdb.trace/tsv.exp
8327 * gdb.trace/unavailable.exp
8328 * gdb.trace/while-dyn.exp
8329 * gdb.trace/while-stepping.exp
8330 * lib/gdb-guile.exp
8331 * lib/gdb.exp
8332 * lib/mi-support.exp
8333 * lib/pascal.exp
8334 * lib/perftest.exp
8335 * lib/prelink-support.exp
8336 * lib/selftest-support.exp
8337
8338 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8339
8340 * Makefile.in: Include disable-implicit-rules.mk.
8341
8342 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8343
8344 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8345 non-byte-aligned bit fields.
8346
8347 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8348
8349 PR gdb/12616
8350 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8351 respects the DW_AT_data_bit_offset attribute.
8352
8353 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8354
8355 * gdb.base/default.exp: Fix output of "set language".
8356
8357 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8358
8359 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8360 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8361 make.
8362 * configure.ac: Remove checks for the make program.
8363 * configure: Re-generate.
8364
8365 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8366
8367 * gdb.python/py-recurse-unwind.c (main): Add loop.
8368 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8369 to read_register() and gdb.parse_and_eval(). Make each code
8370 call a separate case that can be individually tested.
8371 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8372 proc. Call cont_and_backtrace for each of the code paths that
8373 we want to test in the unwinder.
8374
8375 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8376
8377 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8378 the definition of struct S.
8379
8380 2016-11-11 Catherine Moore <clm@codesourcery.com>
8381
8382 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8383
8384 2016-11-09 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/commands.exp (runto_or_return): New procedure.
8387 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8388 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8389 (progvar_simple_while_test, progvar_complex_if_while_test)
8390 (if_while_breakpoint_command_test)
8391 (infrun_breakpoint_command_test, breakpoint_command_test)
8392 (user_defined_command_test, watchpoint_command_test)
8393 (test_command_prompt_position, redefine_hook_test)
8394 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8395 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8396 multi_line_input and multi_line. Remove gdb_expect and
8397 gdb_stop_suppressing_tests uses.
8398 * lib/gdb.exp (valnum_re): New global.
8399 (multi_line_input): New procedure.
8400
8401 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8402
8403 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8404 Remove.
8405 (test_setup): Define with proc_with_prefix.
8406 (test_cli_inferior): Likewise.
8407 (test_cli_thread): Likewise.
8408 (test_cli_frame): Likewise.
8409 (test_cli_select_frame): Likewise.
8410 (test_cli_up_down): Likewise.
8411 (test_mi_thread_select): Likewise.
8412 (test_mi_stack_select_frame): Likewise.
8413 (test_cli_in_mi_inferior): Likewise.
8414 (test_cli_in_mi_thread): Likewise.
8415 (test_cli_in_mi_frame): Likewise.
8416 (top level): Do not use with_test_prefix_procname.
8417
8418 2016-11-09 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.base/commands.exp (gdbvar_simple_if_test)
8421 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8422 (progvar_simple_if_test, progvar_simple_while_test)
8423 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8424 (infrun_breakpoint_command_test, breakpoint_command_test)
8425 (user_defined_command_test, watchpoint_command_test)
8426 (test_command_prompt_position, deprecated_command_test)
8427 (bp_deleted_in_command, temporary_breakpoint_commands)
8428 (stray_arg0_test, source_file_with_indented_comment)
8429 (recursive_source_test, if_commands_test)
8430 (error_clears_commands_left, redefine_hook_test)
8431 (redefine_backtrace_test): Use proc_with_prefix.
8432 * lib/gdb.exp (proc_with_prefix): New proc.
8433
8434 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8435
8436 * gdb.base/tui-layout.c: New file.
8437 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8438 disassembly window contains very long lines.
8439
8440 2016-11-08 Tom Tromey <tom@tromey.com>
8441
8442 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8443 depend on Python 2.
8444
8445 2016-11-08 Tom Tromey <tom@tromey.com>
8446
8447 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8448 New method.
8449
8450 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8451
8452 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8453
8454 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8455
8456 * gdb.rust/simple.rs: Add test for univariant enums without
8457 discriminants and for encoded struct-like enums.
8458
8459 2016-10-28 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8462 gdb_test_multiple, tighten regexps and match symtabs and line
8463 tables incrementally.
8464
8465 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8466
8467 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8468 general.
8469
8470 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8471
8472 * gdb.base/exec-invalid-sysroot.exp: New file.
8473
8474 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8477
8478 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8481
8482 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8483
8484 * gdb.base/killed-outside.exp: Remove $options from a call to
8485 `prepare_for_testing'.
8486
8487 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8488
8489 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8490 Change test message.
8491
8492 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8493
8494 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8495 Update comment.
8496
8497 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.trace/mi-trace-save.exp: New file.
8500
8501 2016-10-13 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.base/code_elim.exp (get_var_address): Remove.
8504 * gdb.base/relocate.exp: Likewise.
8505 * gdb.base/shreloc.exp: Likewise.
8506 * lib/gdb.exp (get_var_address): New.
8507
8508 2016-10-13 Yao Qi <yao.qi@linaro.org>
8509
8510 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8511 floating point tests if $skip_float_test is false.
8512
8513 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8514
8515 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8516 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8517 argc values.
8518 Add 1 to argc so we guarantee distinct initial/modified argc values.
8519
8520 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8523
8524 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8525
8526 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8527 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8528 * gdb.arch/vsx-regs.exp: Likewise.
8529
8530 2016-10-07 Yao Qi <yao.qi@linaro.org>
8531
8532 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8533
8534 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8535
8536 * gdb.python/python.exp: Test decode_line("*0").
8537
8538 2016-10-06 Doug Evans <dje@google.com>
8539
8540 * gdb.python/py-value.exp (test_value_creation): Add test for large
8541 unsigned 64-bit value.
8542
8543 2016-10-06 Tom Tromey <tom@tromey.com>
8544
8545 * gdb.compile/compile.exp: Change java tests to rust.
8546 * gdb.base/setshow.exp: Change java tests to rust.
8547 * gdb.base/default.exp: Remove java from language list.
8548 * README (Examples): Update language example.
8549 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8550 test.
8551 * lib/gdb.exp (skip_java_tests): Remove.
8552 * lib/java.exp: Remove.
8553 * gdb.java: Remove.
8554
8555 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8556
8557 * gdb.arch/mips-fcr.exp: New test.
8558 * gdb.arch/mips-fcr.c: Source for the new test.
8559
8560 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8561
8562 * gdb.base/solib-disc.exp: Use `standard_output_file'
8563 throughout.
8564
8565 2016-10-06 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/jit-simple-dl.c: New file.
8568 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8569 * gdb.base/jit-simple.c: ... this.
8570 * gdb.base/jit-simple.exp (jit_run): Delete.
8571 (build_jit): New proc.
8572 (jit_test_reread): Recompile either the main program or the shared
8573 library, depending on what is being tested. Skip changing address
8574 if caller wants to. Compare before/after addresses. If testing
8575 standalone, explicitly load the binary. Test "maint info
8576 breakpoints".
8577 (top level): Add "standalone vs shared lib" and "change address"
8578 vs "same address" axes.
8579
8580 2016-10-06 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8583 call.
8584 (jit_run): Delete.
8585 (jit_test_reread): Use with_test_prefix. Reload the main binary
8586 explicitly. Compare the before/after addresses of the JIT
8587 descriptor.
8588
8589 2016-08-15 Doug Evans <dje@google.com>
8590
8591 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8592 for single bitfields is bool.
8593 * gdb.xml/tdesc-regs.exp: Ditto.
8594
8595 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8596
8597 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8598
8599 2016-10-05 Yao Qi <yao.qi@linaro.org>
8600
8601 * lib/gdb.exp (support_complex_tests): Return zero if
8602 gdb_skip_float_test return true.
8603
8604 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8605 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 PR gdb/20487
8608 * gdb.mi/user-selected-context-sync.exp: New file.
8609 * gdb.mi/user-selected-context-sync.c: New file.
8610
8611 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8612 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 PR gdb/20487
8615 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8616 =thread-select-event check.
8617
8618 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8619
8620 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8621 the compulsory L operand changes.
8622 * gdb.arch/powerpc-power.s: Likewise.
8623
8624 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8625
8626 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8627 * gdb.base/jit-attach-pie.c: New file.
8628 * gdb.base/jit-attach-pie.exp: New file.
8629
8630 2016-09-28 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.base/infcall-input.c: New file.
8633 * gdb.base/infcall-input.exp: New file.
8634
8635 2016-09-22 Yao Qi <yao.qi@linaro.org>
8636
8637 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8638 (gdb_exit): Rename it to ...
8639 (gdbserver_gdb_exit): ... Close GDBserver.
8640 (gdb_exit): New proc, call gdbserver_gdb_exit.
8641 (mi_gdb_exit): Likewise.
8642
8643 2016-09-22 Yao Qi <yao.qi@linaro.org>
8644
8645 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8646 path.
8647 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8648 Remove duplication.
8649
8650 2016-09-22 Yao Qi <yao.qi@linaro.org>
8651
8652 * lib/gdbserver-support.exp: Check the existence of
8653 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8654
8655 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8656
8657 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8658
8659 2016-09-21 Tom Tromey <tom@tromey.com>
8660
8661 PR gdb/20604:
8662 * gdb.base/quit.exp: New file.
8663
8664 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8665
8666 * .gitignore: New file.
8667
8668 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8669
8670 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8671 throughout.
8672
8673 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8676
8677 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.cp/casts.cc (decltype): Move it ...
8680 (main): ... with its call to ...
8681 * gdb.cp/casts03.cc: ... a new file.
8682 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8683
8684 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8687
8688 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8689
8690 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8691 and sync up the test with tests in gas/testsuite/gas/ppc.
8692 * gdb.arch/powerpc-power.exp: Likewise.
8693
8694 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8695
8696 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8697
8698 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8699 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8702 make m1's definition to be different from m2's. Use 'dummy' as an
8703 argument for probe 'two'.
8704
8705 2016-09-10 Jon Beniston <jon@beniston.com>
8706
8707 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8708 for sim target.
8709
8710 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8711
8712 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8713 variable declaration.
8714 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8715 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8716 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8717 received HWCAP as its argument.
8718
8719 2016-09-06 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/new-ui-pending-input.c: New file.
8722 * gdb.base/new-ui-pending-input.exp: New file.
8723 * gdb.exp (clear_gdb_spawn_id): New procedure.
8724 (with_spawn_id): Check whether gdb_spawn_id exists before
8725 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8726 on exit.
8727
8728 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8729
8730 * gdb.base/float128.c: New file.
8731 * gdb.base/float128.exp: Likewise.
8732 * gdb.base/floatn.c: Likewise.
8733 * gdb.base/floatn.exp: Likewise.
8734
8735 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8736
8737 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8738
8739 2016-09-05 Pedro Alves <palves@redhat.com>
8740
8741 PR backtrace/19927
8742 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8743 unwinders are immediately called as side effect of "source" or
8744 "disable unwinder" commands.
8745 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8746
8747 2016-09-02 Yao Qi <yao.qi@linaro.org>
8748
8749 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8750 is true and $type is "float" or "double".
8751
8752 2016-09-02 Yao Qi <yao.qi@linaro.org>
8753
8754 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8755 true.
8756 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8757 * gdb.base/call-rt-st.exp: Likewise.
8758 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8759 return value instead of gdb,skip_float_test.
8760 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8761 (do_function_calls): Use its return value instead of
8762 gdb,skip_float_test.
8763 * gdb.base/finish.exp: Likewise.
8764 * gdb.base/funcargs.exp: Likewise.
8765 * gdb.base/return.exp: Likewise.
8766 * gdb.base/return2.exp: Likewise.
8767 * gdb.base/varargs.exp: Likewise.
8768 * lib/gdb.exp (gdb_skip_float_test): Change it to
8769 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8770
8771 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8772
8773 * gdb.multi/tids.exp: Test "thread apply all".
8774
8775 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * gdb.base/default.exp (tty): Remove.
8778
8779 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8780
8781 * gdb.python/py-recurse-unwind.c: New file.
8782 * gdb.python/py-recurse-unwind.py: New file.
8783 * gdb.python/py-recurse-unwind.exp: New file.
8784
8785 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8786
8787 * gdb.base/set-inferior-tty.exp: New file.
8788 * gdb.base/set-inferior-tty.c: New file.
8789
8790 2016-08-23 Pedro Alves <palves@redhat.com>
8791
8792 PR gdb/20494
8793 * gdb.base/new-ui-echo.c: New file.
8794 * gdb.base/new-ui-echo.exp: New file.
8795
8796 2016-08-23 Yao Qi <yao.qi@linaro.org>
8797
8798 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8799 gdbserver_spawn.
8800 * gdb.server/connect-without-multi-process.exp (do_test):
8801 Likewise.
8802
8803 2016-08-23 Yao Qi <yao.qi@linaro.org>
8804
8805 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8806 standalone_txt. Delete gdb_txt and standalone_txt on host
8807 and target. Spawn the binary on target. Copy files from
8808 target to host.
8809
8810 2016-08-22 Pedro Alves <palves@redhat.com>
8811
8812 PR gdb/20505
8813 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8814 with_test_prefix. Factor out bits to ...
8815 (test_no_vdso): ... this new procedure.
8816
8817 2016-08-19 Carl Love <cel@us.ibm.com>
8818
8819 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8820 maintaining separate logic for constructing the output path.
8821 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8822 * gdb.arch/ppc-dfp.exp: Likewise.
8823 * gdb.arch/ppc-fp.exp: Likewise.
8824 * gdb.arch/vsx-regs.exp: Likewise.
8825 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8826 binprefix for generating the additional binary files.
8827
8828 2016-08-19 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.trace/mi-trace-frame-collected.exp
8831 (test_trace_frame_collected): On x32, expect two registers.
8832
8833 2016-08-18 Carl Love <cel@us.ibm.com>
8834
8835 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8836 and sync up the test with tests in gas/testsuite/gas/ppc.
8837 * gdb.arch/powerpc-power.exp: Likewise.
8838
8839 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8840
8841 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8842 expected error message.
8843
8844 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8845
8846 * gdb.multi/remove-inferiors.exp: New file.
8847 * gdb.multi/remove-inferiors.c: New file.
8848
8849 2016-08-12 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8852 argument list.
8853
8854 2016-08-10 Pedro Alves <palves@redhat.com>
8855
8856 PR gdb/19187
8857 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8858 setup_kfails.
8859
8860 2016-08-09 Pedro Alves <palves@redhat.com>
8861 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 PR gdb/20418
8864 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8865 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8866
8867 2016-08-09 Pedro Alves <palves@redhat.com>
8868
8869 PR mi/20431
8870 * gdb.mi/mi-cmd-error.exp: New file.
8871
8872 2016-08-09 Pedro Alves <palves@redhat.com>
8873
8874 PR gdb/18653
8875 * gdb.base/signals-state-child.c: New file.
8876 * gdb.base/signals-state-child.exp: New file.
8877 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8878
8879 2016-08-09 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8882
8883 2016-08-03 Tom Tromey <tom@tromey.com>
8884
8885 PR python/18565:
8886 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8887
8888 2016-08-01 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8891 variable mode to "multi-process" if $multi_process is 1, otherwise
8892 set it to "single-process".
8893
8894 2016-08-01 Yao Qi <yao.qi@linaro.org>
8895
8896 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8897 * gdb.cp/cpexprs.exp: Likewise.
8898 * gdb.cp/m-static.exp: Likewise.
8899
8900 2016-07-26 Tom Tromey <tom@tromey.com>
8901
8902 PR python/20190:
8903 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8904 test.
8905
8906 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8907
8908 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8909 selecting assembly source files.
8910 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8911 assembly source files.
8912 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8913 assembly source files.
8914 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8915 selecting assembly source files.
8916
8917 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8918
8919 * gdb.base/new-ui.exp (do_test_invalid_args): New
8920 procedure.
8921
8922 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8923
8924 * gdb.btrace/reconnect.c: New file.
8925 * gdb.btrace/reconnect.exp: New file.
8926
8927 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8928
8929 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8930 to test_catch_syscall_group.
8931 (test_catch_syscall_group): New.
8932
8933 2016-07-21 Tom Tromey <tom@tromey.com>
8934
8935 * gdb.rust/simple.rs (main): Use empty struct expression.
8936 * gdb.rust/simple.exp: Add tests for empty struct expression.
8937
8938 2016-07-21 Yao Qi <yao.qi@linaro.org>
8939
8940 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8941 if gdb_skip_xml_test is true on some targets.
8942
8943 2016-07-21 Yao Qi <yao.qi@linaro.org>
8944
8945 * gdb.server/solib-list.exp: Unset last_loaded_file.
8946
8947 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8948
8949 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8950 "step into captured_main (args)".
8951
8952 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8953
8954 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8955
8956 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8957
8958 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8959
8960 2016-07-19 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8963 * gdb.opt/inline-bt.exp: Likewise.
8964 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8965 additional_flags=-Winline.
8966 * gdb.opt/inline-locals.exp: Likewise.
8967 * gdb.opt/inline-markers.c (ATTR): Define.
8968 (inlined_fn): Use it.
8969
8970 2016-07-19 Yao Qi <yao.qi@linaro.org>
8971
8972 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8973 (test_with_self): Remove some code. Remove argument executable.
8974 (top-level): Use do_self_tests.
8975
8976 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8977 Don Breazeal <donb@codesourcery.com>
8978
8979 * gdb.base/maint.exp: Escape paths used in regular expressions.
8980 * gdb.stabs/weird.exp: Likewise.
8981
8982 2016-07-13 Tom Tromey <tom@tromey.com>
8983
8984 PR python/15620, PR python/18620:
8985 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8986 (test_bkpt_events): New procs.
8987
8988 2016-07-13 Tom Tromey <tom@tromey.com>
8989
8990 PR python/17698:
8991 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8992 test.
8993 (test_watchpoints): Likewise.
8994 (test_bkpt_pending): New proc.
8995
8996 2016-07-13 Tom Tromey <tom@tromey.com>
8997
8998 PR cli/18053:
8999 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9000 completion test.
9001
9002 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9003
9004 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9005 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9006 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9007 f_label.
9008 (g): Rename g_end_lbl to g_label.
9009 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9010 low_pc and high_pc.
9011 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9012
9013 2016-07-12 Tom Tromey <tom@tromey.com>
9014
9015 PR python/19293:
9016 * gdb.python/py-unwind-maint.exp: Update tests.
9017
9018 2016-07-12 Yao Qi <yao.qi@linaro.org>
9019
9020 * lib/selftest-support.exp (selftest_setup): Match the output
9021 when captured_main is inlined.
9022
9023 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9024
9025 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9026 New variables.
9027 (print this%a, print this%b, print this): New tests.
9028 * gdb.fortran/derived-types.f90 (this): New object and
9029 initialization.
9030
9031 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * gdb.ada/arraydim.exp: Remove extra directory level in build
9034 directory.
9035
9036 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9037
9038 * lib/ada.exp: Remove extra directory level in build directory.
9039 * gdb.ada/cond_lang.exp: Likewise.
9040 * gdb.ada/exec_changed.exp: Likewise.
9041 * gdb.ada/lang_switch.exp: Likewise.
9042
9043 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9044
9045 * simple.rs: Add test for raw pointer subscripting.
9046 * simple.exp: Add test expectations.
9047
9048 2016-07-05 Yao Qi <yao.qi@linaro.org>
9049
9050 * gdb.mi/mi-reverse.exp: Match =record-started output.
9051
9052 2016-07-01 Pedro Alves <palves@redhat.com>
9053
9054 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9055 procedure.
9056 (jit_reader_test): Test the jit reader's unwinder.
9057 * gdb.base/jithost.c (jit_function_00_code): New global.
9058 (main): Use memcpy to fill in the mmapped code, instead of poking
9059 bytes manually here.
9060 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9061 value.
9062 (read_debug_info): Save the function's range.
9063 (read_sp): New function.
9064 (unwind_frame): Use it. Also unwind RBP.
9065 (get_frame_id): Use read_sp.
9066 (gdb_init_reader): Use calloc instead of malloc.
9067 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9068 parameter. Use gdb_test_multiple.
9069
9070 2016-07-01 Pedro Alves <palves@redhat.com>
9071 Antoine Tremblay <antoine.tremblay@ericsson.com>
9072
9073 * gdb.threads/process-dies-while-detaching.c: New file.
9074 * gdb.threads/process-dies-while-detaching.exp: New file.
9075
9076 2016-07-01 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.multi/watchpoint-multi-exit.c: New file.
9079 * gdb.multi/watchpoint-multi-exit.exp: New file.
9080
9081 2016-06-30 Pedro Alves <palves@redhat.com>
9082
9083 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9084 unset inferior_spawn_id.
9085
9086 2016-06-30 Pedro Alves <palves@redhat.com>
9087
9088 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9089 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9090
9091 2016-06-29 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.base/return.c: Add copyright header.
9094
9095 2016-06-29 Tom Tromey <tom@tromey.com>
9096
9097 PR python/20129:
9098 * gdb.python/py-framefilter.exp: Add tests for setting priority
9099 and disabling of non-existent frame filter.
9100
9101 2016-06-29 Yao Qi <yao.qi@linaro.org>
9102
9103 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9104 0x0f07ff.
9105
9106 2016-06-28 Yao Qi <yao.qi@linaro.org>
9107
9108 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9109 triplets. Start gdb, execute catch syscall, and continue. Check
9110 gdb's output to determine catch syscall is supported.
9111
9112 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9113
9114 * gdb.rust/simple.rs: Add test for returning unit in a function.
9115 * gdb.rust/simple.exp: Add expectation for functions returning
9116 unit.
9117
9118 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9119
9120 * gdb.python/py-breakpoint-create-fail.c,
9121 gdb.python/py-breakpoint-create-fail.exp,
9122 gdb.python/py-breakpoint-create-fail.py: New testcase.
9123
9124 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9125
9126 PR gdb/20239
9127 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9128 * gdb.rust/simple.exp: Add test expectations for new NonZero
9129 tests.
9130
9131 2016-06-24 David Taylor <dtaylor@emc.com>
9132
9133 * gdb.base/offsets.exp: New file.
9134 * gdb.base/offsets.c: New file.
9135
9136 2016-06-23 Tom Tromey <tom@tromey.com>
9137
9138 PR gdb/16483:
9139 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9140 before any filters are loaded.
9141
9142 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9143
9144 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9145 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9146 structs.
9147 * gdb.fortran/derived-type-function.exp: New file.
9148 * gdb.fortran/derived-type-function.f90: New file.
9149
9150
9151 2016-06-21 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.base/new-ui.exp: New file.
9154 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9155 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9156 (with_spawn_id): New procedure.
9157
9158 2016-06-21 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.mi/mi-exec-run.exp: New file.
9161
9162 2016-06-21 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9165 breakpoint command's output on the main UI.
9166 (test_break): New procedure, factored out from calls in the top
9167 level.
9168 (top level): Use foreach_with_prefix to test MI as main UI and as
9169 separate UI.
9170
9171 2016-06-21 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9174 (test_awatch_creation_and_listing)
9175 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9176 Remove 'type' parameter.
9177 (test_watchpoint_all): New parameter mi_mode. Remove
9178 with_test_prefix.
9179 (top level): Use foreach_with_prefix, and add main/separate UI MI
9180 testing axis.
9181
9182 2016-06-21 Pedro Alves <palves@redhat.com>
9183
9184 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9185 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9186 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9187 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9188 (gdb_main_spawn_id, mi_spawn_id): Declare and
9189 comment.
9190 (mi_create_inferior_pty): New procedure,
9191 factored out from default_mi_gdb_start.
9192 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9193 procedures.
9194 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9195 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9196 Use mi_create_inferior_pty.
9197 (mi_gdb_start): Use eval to pass down args list.
9198
9199 2016-06-21 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9202 * gdb.opt/inline-cmds.exp: Add MI tests.
9203
9204 2016-06-21 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9207
9208 2016-06-21 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9211 (top level): Use it instead of mi_execute_to.
9212
9213 2016-06-21 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9216 (cont_handler_str): New.
9217 (signal_stop_handler): Set stop_handler_str instead of printing to
9218 stdout.
9219 (continue_handler): Set cont_handler_str instead of printing to
9220 stdout.
9221 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9222 mi_send_resuming_command. Print stop_handler_str and
9223 cont_handler_str instead of expecting the python events print
9224 directly.
9225
9226 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9227
9228 * gdb.base/jit-reader.exp: New file.
9229 * gdb.base/jithost.c: New file.
9230 * gdb.base/jithost.h: New file.
9231 * gdb.base/jitreader.c : New file.
9232 * gdb.base/jit-protocol.h: New file.
9233
9234 2016-06-17 Yao Qi <yao.qi@linaro.org>
9235
9236 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9237 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9238 and detach-on-fork. Adjust tests.
9239 (top level): Invoke break_cond_on_syscall with combinations of
9240 syscall, follow-fork-mode and detach-on-fork.
9241
9242 2016-06-17 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/step-over-exit.c: New.
9245 * gdb.base/step-over-exit.exp: New.
9246
9247 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9248
9249 * gdb.base/float.exp: Add target check for nds32*-*-*.
9250 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9251
9252 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9253
9254 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9255 for unsupported target features.
9256 * gdb.base/call-rt-st.exp: Likewise.
9257 * gdb.base/call-sc.exp: Likewise.
9258 * gdb.base/call-signal-resume.exp: Likewise.
9259 * gdb.base/call-strs.exp: Likewise.
9260 * gdb.base/callexit.exp: Likewise.
9261 * gdb.base/callfuncs.exp: Likewise.
9262 * gdb.base/nodebug.exp: Likewise.
9263 * gdb.base/printcmds.exp: Likewise.
9264 * gdb.base/ptype.exp: Likewise.
9265 * gdb.base/structs.exp: Likewise.
9266 * gdb.base/unwindonsignal.exp: Likewise.
9267 * gdb.cp/gdb2495.exp: Likewise.
9268 * gdb.cp/templates.exp: Likewise.
9269 * gdb.cp/virtfunc.exp: Likewise.
9270 * gdb.threads/hand-call-in-threads.exp: Likewise.
9271 * gdb.threads/interrupted-hand-call.exp: Likewise.
9272 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9273
9274 2016-06-10 Tom Tromey <tom@tromey.com>
9275
9276 PR rust/20110:
9277 * gdb.rust/expr.exp: Add test for integer constant larger than
9278 i32.
9279
9280 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9281
9282 * gdb.fortran/nested-funcs.exp: New.
9283 * gdb.fortran/nested-funcs.f90: New.
9284
9285 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9286
9287 * gdb.base/examine-backward.c: New file.
9288 * gdb.base/examine-backward.exp: New file.
9289
9290 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9291
9292 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9293 matching.
9294
9295 2016-06-02 Tom Tromey <tom@tromey.com>
9296
9297 PR python/18984:
9298 * gdb.python/py-shared.exp: Add solib_name test.
9299
9300 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9301
9302 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9303
9304 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9305
9306 PR c++/19893
9307 * gdb.dwarf2/implref.exp: Rename to...
9308 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9309 * gdb.dwarf2/implref-array.c: New file.
9310 * gdb.dwarf2/implref-array.exp: Likewise.
9311 * gdb.dwarf2/implref-global.c: Likewise.
9312 * gdb.dwarf2/implref-global.exp: Likewise.
9313 * gdb.dwarf2/implref-struct.c: Likewise.
9314 * gdb.dwarf2/implref-struct.exp: Likewise.
9315
9316 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9317
9318 * gdb.trace/trace-condition.exp: Add 64bit tests.
9319
9320 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9321
9322 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9323 bits types.
9324 (main): Adapt to 8 to 64 bits types.
9325 * gdb.trace/trace-condition.exp: Add new tests.
9326
9327 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9328
9329 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9330
9331 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9332
9333 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9334 Move condition tests...
9335 * gdb.trace/trace-condition.exp: Here.
9336
9337 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9338
9339 * gdb.trace/trace-condition.exp: Add counter-case tests.
9340
9341 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 PR c++/15231
9344 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9345 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9346
9347 2016-05-27 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9350 New procedure.
9351 (top level): Call it, and bail out of DejaGnu is known to be bad.
9352
9353 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9354
9355 * gdb.base/whatis.c: Extend the test case.
9356 * gdb.base/whatis.exp: Add additional tests.
9357
9358 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9359
9360 * gdb.fortran/type.f90: Add pointer variable.
9361 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9362
9363 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9364
9365 * gdb.fortran/vla-type.exp: Fix testcase name.
9366
9367 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9368
9369 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9370
9371 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9372
9373 * gdb.fortran/type.f90: Add nested structures.
9374 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9375 * gdb.fortran/derived-type.exp: Adapt expected output.
9376 * gdb.fortran/vla-type.exp: Adapt expected output.
9377
9378 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9379
9380 * gdb.fortran/whatis_type.exp: Adapt expected output.
9381
9382 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9383
9384 * gdb.fortran/print_type.exp: Fix expected output.
9385 * gdb.fortran/whatis_type.exp: Fix expected output.
9386
9387 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9388
9389 * gdb.fortran/whatis_type.exp: Use multi_line.
9390
9391 2016-05-24 Tom Tromey <tom@tromey.com>
9392
9393 PR python/17386:
9394 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9395 use value as an index.
9396
9397 2016-05-23 Tom Tromey <tom@tromey.com>
9398
9399 PR python/17981:
9400 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9401 no-breakpoint case.
9402
9403 2016-05-24 Pedro Alves <palves@redhat.com>
9404
9405 PR gdb/19828
9406 * gdb.threads/clone-attach-detach.c: New file.
9407 * gdb.threads/clone-attach-detach.exp: New file.
9408
9409 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9410
9411 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9412
9413 2016-05-23 Tom Tromey <tom@tromey.com>
9414
9415 PR python/19438, PR python/18393:
9416 * gdb.python/py-progspace.exp: Add "dir" test.
9417 * gdb.python/py-objfile.exp: Add "dir" test.
9418
9419 2016-05-23 Yao Qi <yao.qi@linaro.org>
9420
9421 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9422 * gdb.arch/thumb2-it.exp: Likewise.
9423
9424 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * gdb.mi/mi-threads-interrupt.c: New file.
9427 * gdb.mi/mi-threads-interrupt.exp: New file.
9428
9429 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 PR gdb/18077
9432 * gdb.mi/mi-async-run.exp: New file.
9433 * gdb.mi/mi-async-run.c: New file.
9434
9435 2016-05-17 Tom Tromey <tom@tromey.com>
9436 Manish Goregaokar <manishsmail@gmail.com>
9437
9438 * lib/rust-support.exp: New file.
9439 * lib/gdb.exp (skip_rust_tests): New proc.
9440 (build_executable_from_specs): Handle rust.
9441 * lib/future.exp (gdb_find_rustc): New proc.
9442 (gdb_default_target_compile): Handle rust.
9443 * gdb.rust/expr.exp: New file.
9444 * gdb.rust/generics.exp: New file.
9445 * gdb.rust/generics.rs: New file.
9446 * gdb.rust/methods.exp: New file.
9447 * gdb.rust/methods.rs: New file.
9448 * gdb.rust/modules.exp: New file.
9449 * gdb.rust/modules.rs: New file.
9450 * gdb.rust/simple.exp: New file.
9451 * gdb.rust/simple.rs: New file.
9452
9453 2016-05-17 Tom Tromey <tom@tromey.com>
9454
9455 * gdb.base/default.exp (set language): Add rust.
9456
9457 2016-05-17 Tom Tromey <tom@tromey.com>
9458
9459 * gdb.gdb/unittest.exp: New file.
9460
9461 2016-05-16 Yao Qi <yao.qi@linaro.org>
9462
9463 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9464 shell_prompt. Update shell_prompt_re.
9465
9466 2016-05-12 Doug Evans <dje@google.com>
9467
9468 PR symtab/19999
9469 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9470 $options when building executable.
9471 * gdb.dwarf2/fission-loclists-pie.S: New file.
9472 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9473
9474 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9477 of [is_remote target],
9478
9479 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9480
9481 * lib/gdb.exp (use_gdb_stub): New procedure.
9482
9483 2016-05-03 Yunlian Jiang <yunlian@google.com>
9484 Doug Evans <dje@google.com>
9485
9486 PR symtab/19914
9487 * gdb.dwarf2/dwp-sepdebug.c: New file.
9488 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9489
9490 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9491
9492 * gdb.base/detach.exp: Remove is_remote check.
9493
9494 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9495
9496 * gdb.base/annota-input-while-running.exp: Don't check for
9497 [is_remote target]. Enable annotations after running to main.
9498 Remove unused "set test..." line.
9499
9500 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9501
9502 * gdb.trace/trace-enable-disable.exp: New file.
9503 * gdb.trace/trace-enable-disable.c: New file.
9504
9505 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9506
9507 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9508 use it in info sharedlibrary test.
9509 * gdb.trace/ftrace-lock.exp: Likewise.
9510 * gdb.trace/ftrace.exp: Likewise.
9511 * gdb.trace/range-stepping.exp: Likewise.
9512 * gdb.trace/trace-break.exp: Likewise.
9513 * gdb.trace/trace-condition.exp: Likewise.
9514 * gdb.trace/trace-mt.exp: Likewise.
9515
9516 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9519 (gdb_load_shlib): ... this.
9520 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9521 gdb_load_shlib.
9522 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9523 * gdb.base/ctxobj.exp: Likewise.
9524 * gdb.base/dprintf-pending.exp: Likewise.
9525 * gdb.base/dso2dso.exp: Likewise.
9526 * gdb.base/fixsection.exp: Likewise.
9527 * gdb.base/gcore-relro.exp: Likewise.
9528 * gdb.base/gdb1555.exp: Likewise.
9529 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9530 * gdb.base/gnu-ifunc.exp: Likewise.
9531 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9532 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9533 * gdb.base/pending.exp: Likewise.
9534 * gdb.base/print-file-var.exp: Likewise.
9535 * gdb.base/print-symbol-loading.exp: Likewise.
9536 * gdb.base/shlib-call.exp: Likewise.
9537 * gdb.base/shreloc.exp: Likewise.
9538 * gdb.base/so-impl-ld.exp: Likewise.
9539 * gdb.base/solib-disc.exp: Likewise.
9540 * gdb.base/solib-nodir.exp: Likewise.
9541 * gdb.base/solib-overlap.exp: Likewise.
9542 * gdb.base/solib-symbol.exp: Likewise.
9543 * gdb.base/solib-weak.exp (do_test): Likewise.
9544 * gdb.base/sym-file.exp: Likewise.
9545 * gdb.base/symtab-search-order.exp: Likewise.
9546 * gdb.base/type-opaque.exp: Likewise.
9547 * gdb.base/unload.exp: Likewise.
9548 * gdb.base/watchpoint-solib.exp: Likewise.
9549 * gdb.compile/compile.exp: Likewise.
9550 * gdb.cp/gdb2384.exp: Likewise.
9551 * gdb.cp/infcall-dlopen.exp: Likewise.
9552 * gdb.cp/re-set-overloaded.exp: Likewise.
9553 * gdb.fortran/library-module.exp: Likewise.
9554 * gdb.opt/solib-intra-step.exp: Likewise.
9555 * gdb.python/py-finish-breakpoint.exp: Likewise.
9556 * gdb.python/py-shared.exp: Likewise.
9557 * gdb.reverse/solib-precsave.exp: Likewise.
9558 * gdb.reverse/solib-reverse.exp: Likewise.
9559 * gdb.server/solib-list.exp: Likewise.
9560 * gdb.threads/dlopen-libpthread.exp: Likewise.
9561 * gdb.threads/tls-shared.exp: Likewise.
9562 * gdb.threads/tls-so_extern.exp: Likewise.
9563 * gdb.trace/change-loc.exp: Likewise.
9564 * gdb.trace/ftrace-lock.exp: Likewise.
9565 * gdb.trace/ftrace.exp: Likewise.
9566 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9567 * gdb.trace/pending.exp: Likewise.
9568 * gdb.trace/range-stepping.exp: Likewise.
9569 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9570 (strace_info_marker): Likewise.
9571 (strace_probe_marker): Likewise.
9572 (strace_trace_on_same_addr): Likewise.
9573 (strace_trace_on_diff_addr): Likewise.
9574 * gdb.trace/trace-break.exp: Likewise.
9575 * gdb.trace/trace-condition.exp: Likewise.
9576 * gdb.trace/trace-mt.exp: Likewise.
9577
9578 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9579
9580 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9581 result of gdb_remote_download.
9582 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9583 * gdb.base/dso2dso.exp: Likewise.
9584 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9585 * gdb.base/print-file-var.exp: Likewise.
9586 * gdb.base/shlib-call.exp: Likewise.
9587 * gdb.base/shreloc.exp: Likewise.
9588 * gdb.base/solib-overlap.exp: Likewise.
9589 * gdb.base/solib-weak.exp (do_test): Likewise.
9590 * gdb.base/unload.exp: Likewise.
9591
9592 2016-04-27 Yao Qi <yao.qi@linaro.org>
9593
9594 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9595 exists.
9596
9597 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9598
9599 * vla-type.exp: Print structure from toplevel.
9600
9601 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9602
9603 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9604 of dynamic types.
9605 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9606 of dynamic types.
9607
9608 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9609
9610 * gdb.fortran/vla-type.f90: New file.
9611 * gdb.fortran/vla-type.exp: New file.
9612
9613 2016-04-25 Yao Qi <yao.qi@linaro.org>
9614
9615 * gdb.base/branch-to-self.c: New file.
9616 * gdb.base/branch-to-self.exp: New file.
9617
9618 2016-04-22 Yao Qi <yao.qi@linaro.org>
9619
9620 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9621 more after $hex.
9622
9623 2016-04-22 Yao Qi <yao.qi@linaro.org>
9624
9625 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9626 * gdb.base/annota3.exp: Likewise.
9627
9628 2016-04-22 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.reverse/step-precsave.exp: Do one step and test program
9631 stops in "callee" and do multiple steps until program goes out
9632 of "callee".
9633 * gdb.reverse/step-reverse.exp: Likewise.
9634
9635 2016-04-22 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.trace/signal.exp: Also pass if
9638 $tracepoint_hits($i) > $iterations.
9639
9640 2016-04-22 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.trace/signal.c: New file.
9643 * gdb.trace/signal.exp: New file.
9644
9645 2016-04-19 Doug Evans <xdje42@gmail.com>
9646
9647 * gdb.base/bad-file.exp: New file.
9648
9649 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9650
9651 * gdb.dwarf2/implref.exp: New file.
9652
9653 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9654
9655 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9656 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9657 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9658 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9659 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9660 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9661 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9662 * lib/fortran.exp (fortran_int4): New procedure.
9663 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9664 (fortran_logical4): Likewise.
9665
9666 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9667
9668 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9669
9670 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9671
9672 * lib/compiler.c: Add Intel specific preprocessor macros.
9673 * lib/compiler.cc: Likewise.
9674
9675 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9676
9677 * gdb.server/connect-with-no-symbol-file.c: New file.
9678 * gdb.server/connect-with-no-symbol-file.exp: New file.
9679
9680 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9683
9684 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9685
9686 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9687 standard output directory.
9688
9689 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9690
9691 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9692
9693 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9694
9695 * gdb.btrace/instruction_history.c (loop): Add declaration.
9696
9697 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9698
9699 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9700
9701 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9702
9703 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9704 parentheses to print.
9705 (continue_handler): Likewise.
9706
9707 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9708
9709 * gdb.server/solib-list.exp: Remove is_remote check.
9710 Pass shlib= to gdb_compile. Don't link shared library with
9711 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9712 Run binary filename through "readlink -f" on the target.
9713
9714 2016-04-08 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9717 interpreter filename as argument to gdbserver_spawn.
9718 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9719 Return empty if $last_loaded_file does not exist.
9720
9721 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9722
9723 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9724 * gdb.base/jit-main.c: Use exit after usage.
9725
9726 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9729 GDBHISTSIZE prior to the tests.
9730 * gdb.base/gdbinit-history.exp: Likewise.
9731
9732 2016-04-07 Pedro Alves <palves@redhat.com>
9733
9734 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9735 instead of build_executable. Use gdb_load_shlibs.
9736
9737 2016-04-07 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9740 Execute "si" command.
9741
9742 2016-04-07 Yao Qi <yao.qi@linaro.org>
9743
9744 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9745 number instead of the comments on some line.
9746
9747 2016-04-06 Don Breazeal <donb@codesourcery.com>
9748
9749 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9750 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9751
9752 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9753
9754 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9755 standard_output_file. Remove unused binfile variable.
9756
9757 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9758
9759 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9760 * gdb.python/py-mi-objfile.exp: Match "list main" output
9761 in console format.
9762
9763 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9764
9765 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9766 absolute.
9767
9768 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9769
9770 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9771 absolute.
9772 * gdb.trace/ftrace.exp: Likewise.
9773 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9774 targets as well.
9775 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9776 (gdb_load_shlibs): Copy libraries to test directory when testing
9777 natively. Only set solib-search-path if testing remotely.
9778 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9779
9780 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9781
9782 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9783 gdb_download. Use it even if the target is not remote.
9784 * gdb.base/jit.exp (compile_jit_test): Likewise.
9785 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9786 output directory if the destination board is local, otherwise use
9787 the standard remote_download from DejaGnu.
9788 (gdb_download): Remove.
9789 (gdb_load_shlibs): Use gdb_remote_download instead of
9790 gdb_download.
9791 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9792 Use gdb_remote_download instead of gdb_download. Use it even if
9793 the target is not remote.
9794 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9795 instead of gdb_download.
9796
9797 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9798
9799 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9800 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9801 run.
9802
9803 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9804
9805 PR gdb/19820
9806 * gdb.base/printcmds.exp: Add artificial arrays tests.
9807
9808 2016-03-31 Pedro Alves <palves@redhat.com>
9809
9810 PR gdb/19858
9811 * gdb.base/jit-main.c: Include unistd.h.
9812 (ATTACH): Define to 0 if not already defined.
9813 (wait_for_gdb, mypid): New globals.
9814 (WAIT_FOR_GDB): New macro.
9815 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9816 some breakpoint locations.
9817 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9818 New procedures.
9819 (one_jit_test): Add REATTACH parameter, and handle it. Use
9820 continue_to_test_location.
9821 (top level): Test attach, and adjusts calls to one_jit_test.
9822
9823 2016-03-31 Pedro Alves <palves@redhat.com>
9824
9825 PR gdb/19858
9826 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9827 BINSUFFIX parameter, and handle it.
9828 (top level): Adjust calls compile_jit_test.
9829
9830 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9831
9832 PR python/19743
9833 * gdb.python/py-mi-events-gdb.py: New file.
9834 * gdb.python/py-mi-events.c: New file.
9835 * gdb.python/py-mi-events.exp: New file.
9836
9837 2016-03-30 Yao Qi <yao.qi@linaro.org>
9838
9839 * gdb.reverse/until-precsave.exp: Match function name only.
9840 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9841 Move malloc to a condition block.
9842 * gdb.reverse/until-reverse.exp: Match function name only.
9843
9844 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9845
9846 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9847 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9848 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9849 variable for GPR 0 instead of assuming it is register 0.
9850 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9851 * lib/trace-support.exp: Add s390 registers.
9852
9853 2016-03-29 Yao Qi <yao.qi@linaro.org>
9854
9855 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9856
9857 2016-03-24 Yao Qi <yao.qi@linaro.org>
9858
9859 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9860 test message.
9861
9862 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9863
9864 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9865 maintaining separate logic for constructing the output path.
9866
9867 2016-03-16 Don Breazeal <donb@codesourcery.com>
9868
9869 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9870 Retry fork and waitpid on interrupted system call errors.
9871 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9872 Use with_timeout_factor to increase timeout by factor of 10.
9873
9874 2016-03-15 Don Breazeal <donb@codesourcery.com>
9875
9876 * gdb.cp/scope-err.cc: New test program.
9877 * gdb.cp/scope-err.exp: New test script.
9878 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9879 lines and "set breakpoint here" comment.
9880 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9881 Fixed some whitespace and format issues.
9882 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9883 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9884
9885 2016-03-15 Doug Evans <dje@google.com>
9886
9887 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9888 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9889 All callers updated. Add tests for enums, mixed flags register.
9890
9891 2016-03-15 Doug Evans <dje@google.com>
9892
9893 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9894 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9895
9896 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * gdb.base/default.exp: Add $_as_string to the list of expected
9899 convenience functions.
9900
9901 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9902
9903 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9904
9905 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9906
9907 * gdb.python/py-as-string.exp: New file.
9908 * gdb.python/py-as-string.c: New file.
9909
9910 2016-03-09 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9913 signal" -> "Thread NN received signal" output change.
9914 * gdb.threads/ia64-sigill.exp: Likewise.
9915 * gdb.threads/linux-dp.exp: Likewise.
9916 * gdb.threads/manythreads.exp: Likewise.
9917 * gdb.threads/pending-step.exp: Likewise.
9918 * gdb.threads/print-threads.exp: Likewise.
9919 * gdb.threads/sigstep-threads.exp: Likewise.
9920 * gdb.threads/staticthreads.exp: Likewise.
9921 * gdb.threads/tls.exp: Likewise.
9922
9923 2016-03-09 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.base/command-line-input.exp: New file.
9926
9927 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9928
9929 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9930 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9931 * gdb.trace/pending.exp: Accept leading dot before function name.
9932 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9933 * lib/trace-support.exp: Set registers for ppc.
9934
9935 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9936
9937 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9938 use it for disassembly; accept .main in addition to main in backtrace.
9939
9940 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9941 Marcin Kościelnicki <koriakin@0x04.net>
9942
9943 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9944 (gdb_recursion_test_ptr): New global variable.
9945 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9946 gdb_recursion_test.
9947 (gdb_c_test): Ditto.
9948
9949 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9950
9951 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9952 ordering.
9953
9954 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9955
9956 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9957 (bar): Add bar_start_lbl label.
9958 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9959 of foo/bar for emitting DWARF and tracing.
9960
9961 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9962
9963 * analyze-racy-logs.py: Set executable bit.
9964
9965 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9966
9967 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9968 (CHECK_TARGET_TMP): Likewise.
9969 (check-single-racy): New rule.
9970 (check-parallel-racy): Likewise.
9971 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9972 (do-check-parallel-racy): New rule.
9973 (check-racy/%.exp): Likewise.
9974 * README (Racy testcases): New section.
9975 * analyze-racy-logs.py: New file.
9976
9977 2016-03-03 Doug Evans <dje@google.com>
9978
9979 * gdb.base/skip.exp: Use with_test_prefix.
9980
9981 2016-03-03 Yao Qi <yao.qi@linaro.org>
9982
9983 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9984 Invoke step_over_syscall "clone" and break_cond_on_syscall
9985 "clone".
9986 * gdb.base/step-over-clone.c: New file.
9987
9988 2016-03-03 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9991 code format.
9992
9993 2016-03-03 Yao Qi <yao.qi@linaro.org>
9994
9995 * gdb.base/disp-step-fork.c: Rename to ...
9996 * gdb.base/step-over-fork.c: ... it. New file.
9997 * gdb.base/disp-step-vfork.c: Rename to ...
9998 * gdb.base/step-over-vfork.c: ... it. New file.
9999 * gdb.base/disp-step-syscall.exp: Rename to ...
10000 * gdb.base/step-over-syscall.exp: ... it. New file.
10001 (disp_step_cross_syscall): Rename to ...
10002 (step_over_syscall): ... it.
10003
10004 2016-03-03 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10007 If target supports condition evaluation on target, invoke
10008 break_cond_on_syscall for fork and vfork.
10009
10010 2016-03-03 Yao Qi <yao.qi@linaro.org>
10011
10012 * gdb.base/disp-step-syscall.exp: Don't invoke
10013 support_displaced_stepping.
10014 (disp_step_cross_syscall): Test with displaced stepping off and
10015 on if supported.
10016
10017 2016-03-03 Yao Qi <yao.qi@linaro.org>
10018
10019 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10020 proc.
10021 (setup): New proc.
10022 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10023 and setup.
10024
10025 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10026
10027 * gdb.fortran/vla-history.exp: Remove breakpoint.
10028
10029 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10030
10031 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10032 exceeds timeout.
10033
10034 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10035
10036 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10037 breakpoint.
10038
10039 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10040
10041 * gdb.mi/vla.f90: Nullify pointer after declaration.
10042
10043 2016-03-01 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10046
10047 2016-03-01 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10050 before anything else.
10051 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10052 _GNU_SOURCE here.
10053 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10054 before anything else.
10055 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10056
10057 2016-03-01 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10060
10061 2016-03-01 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10064 prepare_for_testing.
10065
10066 2016-03-01 Yao Qi <yao.qi@linaro.org>
10067
10068 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10069
10070 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10071
10072 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10073 manually constructing the output path.
10074
10075 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10076
10077 * gdb.arch/s390-stackless.S: New.
10078 * gdb.arch/s390-stackless.exp: New.
10079
10080 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10081
10082 * gdb.dlang/circular.c: New file.
10083 * gdb.dlang/circular.exp: New file.
10084
10085 2016-02-26 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10088 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10089 (testcases): Update.
10090
10091 2016-02-26 Yao Qi <yao.qi@linaro.org>
10092
10093 * gdb.reverse/aarch64.c: Rename to ...
10094 * gdb.reverse/insn-reverse.c: ... it.
10095 * gdb.reverse/aarch64.exp: Rename to ...
10096 * gdb.reverse/insn-reverse.exp: ... it.
10097
10098 2016-02-26 Yao Qi <yao.qi@linaro.org>
10099
10100 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10101 (testcase_ftype): New.
10102 (testcases): New array.
10103 (n_testcases): New.
10104 (main): Call each element in testcases.
10105 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10106 (read_testcase): New.
10107 Do the tests in a loop.
10108
10109 2016-02-25 Yao Qi <yao.qi@linaro.org>
10110
10111 * gdb.base/branches.c: Remove.
10112
10113 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10114
10115 PR gdb/13808
10116 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10117
10118 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10119
10120 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10121
10122 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10123
10124 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10125 change x86_64 call_insn to 'callq'.
10126
10127 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10128
10129 * gdb.trace/tfile-avx.c: Move to...
10130 * gdb.trace/tracefile-pseudo-reg.c: Here.
10131 * gdb.trace/tfile-avx.exp: Move to...
10132 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10133
10134 2016-02-24 Gary Benson <gbenson@redhat.com>
10135
10136 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10137 message on attach.
10138
10139 2016-02-23 Doug Evans <dje@google.com>
10140
10141 * gdb.base/skip.c (test_skip): New function.
10142 (end_test_skip_file_and_function): New function.
10143 (test_skip_file_and_function): New function.
10144 * gdb.base/skip1.c (test_skip): New function.
10145 (skip1_test_skip_file_and_function): New function.
10146 * gdb.base/skip.exp: Add tests for new skip options.
10147 * gdb.base/skip-solib.exp: Update expected output.
10148 * gdb.perf/skip-command.cc: New file.
10149 * gdb.perf/skip-command.exp: New file.
10150 * gdb.perf/skip-command.py: New file.
10151
10152 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10153
10154 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10155 info registers pattern.
10156
10157 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10158
10159 * lib/future.exp: Add D support.
10160 (gdb_find_gdc): New proc.
10161 (gdb_default_target_compile): Add D support.
10162
10163 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10164
10165 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10166 user+system time.
10167 (trace_speed_test): Determine the iteration count for a time
10168 between 15..30 seconds.
10169
10170 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10171
10172 * gdb.arch/i386-mpx-sigsegv.c: New file.
10173 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10174 * gdb.arch/i386-mpx-simple_segv.c: New file.
10175 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10176
10177 2016-02-18 Yao Qi <yao.qi@linaro.org>
10178
10179 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10180 Don't call setup_kfail.
10181
10182 2016-02-18 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10185 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10186
10187 2016-02-16 Doug Evans <dje@google.com>
10188
10189 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10190 * gdb.base/skip1.c: Ditto.
10191 * gdb.base/skip.exp: Whitespace cleanup.
10192
10193 2016-02-16 Don Breazeal <donb@codesourcery.com>
10194
10195 PR remote/19496
10196 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10197 Remove kfail for PR remote/19496.
10198
10199 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * lib/gdb.exp (standard_temp_file): Return a path specific to
10202 the runtest invocation.
10203
10204 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * gdb.trace/save-trace.exp: Change relative path to be in the
10207 standard output directory.
10208
10209 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 * gdb.arch/i386-prologue.c: Add missing prototypes.
10212
10213 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10214
10215 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10216 * gdb.arch/i386-prologue.exp: Likewise.
10217 * gdb.arch/i386-size.exp: Likewise.
10218
10219 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10222 define object file path.
10223 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10224 file path.
10225 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10226 standard_output_file to define binfile.
10227
10228 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10229
10230 Fix compatibility with recent gfortran-5.3.1.
10231 * gdb.fortran/vla-history.exp (print vla1 allocated)
10232 (print vla2 allocated, print $2, print $3): Remove
10233 (print $4): Rename to ...
10234 (print $2): ... here.
10235 (print $9): Rename to ...
10236 (print $5): ... here.
10237 (print $10): Rename to ...
10238 (print $6): ... here.
10239 * gdb.fortran/vla.f90: Add pvla initialization.
10240
10241 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10242
10243 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10244 New test.
10245 * gdb.fortran/vla-value-sub.exp: Likewise.
10246
10247 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10248
10249 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10250
10251 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10252
10253 * i386-biarch-core.exp: Define corefile using
10254 standard_output_file.
10255
10256 2016-02-12 Yao Qi <yao.qi@linaro.org>
10257
10258 * gdb.arch/arm-single-step-kernel-helper.c: New.
10259 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10260
10261 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10262
10263 * gdb.btrace/tailcall-only.exp: New.
10264 * gdb.btrace/tailcall-only.c: New.
10265 * gdb.btrace/x86_64-tailcall-only.S: New.
10266 * gdb.btrace/i686-tailcall-only.S: New.
10267
10268 2016-02-11 Pedro Alves <palves@redhat.com>
10269
10270 * README (Parallel testing): Add missing double quotes.
10271
10272 2016-02-11 Pedro Alves <palves@redhat.com>
10273
10274 * README (Parallel testing): New section.
10275 (GDB_PARALLEL): Rewrite.
10276 (FORCE_PARALLEL): Document.
10277
10278 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10279
10280 * gdb.trace/tfile-avx.c: New test.
10281 * gdb.trace/tfile-avx.exp: New test.
10282
10283 2016-02-09 Keith Seitz <keiths@redhat.com>
10284
10285 PR breakpoints/19546
10286 * gdb.base/infcall-exec.c: New file.
10287 * gdb.base/infcall-exec2.c: New file.
10288 * gdb.base/infcall-exec.exp: New file.
10289
10290 2016-02-09 Keith Seitz <keiths@redhat.com>
10291
10292 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10293 (toplevel): Call test_bkpt_address.
10294
10295 2016-02-09 Keith Seitz <keiths@redhat.com>
10296
10297 PR python/19506
10298 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10299 (toplevel): Call test_bkpt_address.
10300
10301 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10302
10303 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10304 to AC_OUTPUT.
10305 * configure: Regenerate.
10306
10307 2016-02-09 Pedro Alves <palves@redhat.com>
10308
10309 PR breakpoints/19548
10310 * gdb.base/execl-update-breakpoints.c (some_function): New
10311 function.
10312 (main): Call it.
10313 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10314 Tighten expected GDB output.
10315
10316 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * Makefile.in (ALL_SUBDIRS): Remove.
10319 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10320 (distclean maintainer-clean realclean): Likewise.
10321 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10322 * configure: Regenerate.
10323 * gdb.ada/Makefile.in: Delete.
10324 * gdb.arch/Makefile.in: Likewise.
10325 * gdb.asm/Makefile.in: Likewise.
10326 * gdb.base/Makefile.in: Likewise.
10327 * gdb.btrace/Makefile.in: Likewise.
10328 * gdb.cell/Makefile.in: Likewise.
10329 * gdb.compile/Makefile.in: Likewise.
10330 * gdb.cp/Makefile.in: Likewise.
10331 * gdb.disasm/Makefile.in: Likewise.
10332 * gdb.dlang/Makefile.in: Likewise.
10333 * gdb.dwarf2/Makefile.in: Likewise.
10334 * gdb.fortran/Makefile.in: Likewise.
10335 * gdb.gdb/Makefile.in: Likewise.
10336 * gdb.go/Makefile.in: Likewise.
10337 * gdb.guile/Makefile.in: Likewise.
10338 * gdb.java/Makefile.in: Likewise.
10339 * gdb.linespec/Makefile.in: Likewise.
10340 * gdb.mi/Makefile.in: Likewise.
10341 * gdb.modula2/Makefile.in: Likewise.
10342 * gdb.multi/Makefile.in: Likewise.
10343 * gdb.objc/Makefile.in: Likewise.
10344 * gdb.opencl/Makefile.in: Likewise.
10345 * gdb.opt/Makefile.in: Likewise.
10346 * gdb.pascal/Makefile.in: Likewise.
10347 * gdb.perf/Makefile.in: Likewise.
10348 * gdb.python/Makefile.in: Likewise.
10349 * gdb.reverse/Makefile.in: Likewise.
10350 * gdb.server/Makefile.in: Likewise.
10351 * gdb.stabs/Makefile.in: Likewise.
10352 * gdb.threads/Makefile.in: Likewise.
10353 * gdb.trace/Makefile.in: Likewise.
10354 * gdb.xml/Makefile.in: Likewise.
10355 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10356 GDB_PARALLEL.
10357 (standard_output_file): Remove check for GDB_PARALLEL, always
10358 return path in outputs/$subdir/$testname.
10359
10360 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10361
10362 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10363 (site.exp): Assign abs_srcdir to tcl's srcdir.
10364
10365 2016-02-04 Yao Qi <yao.qi@linaro.org>
10366
10367 * gdb.base/foll-exec-mode.c: Include limits.h.
10368 (main): Add parameters argc and argv. Get directory from
10369 argv[0].
10370 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10371 compilation.
10372 * gdb.base/foll-exec.c: Include limits.h.
10373 (main): Add parameters argc and argv.
10374 Get directory from argv[0].
10375 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10376 Adjust tests on the number of lines as source code changed.
10377 * gdb.base/foll-vfork-exit.c: Include limits.h.
10378 (main): Add one line of statement before vfork.
10379 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10380 (main): Add parameters argc and argv. Get directory from
10381 argv[0].
10382 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10383 (setup_gdb): Set tbreak to skip some source lines.
10384 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10385 (main): Add parameters argc and argv. Get directory from
10386 argv[0].
10387 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10388 compilation.
10389 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10390 (main): Add parameters argc and argv. Get directory from
10391 argv[0].
10392 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10393 compilation.
10394
10395 2016-02-01 Doug Evans <dje@google.com>
10396
10397 * gdb.base/skip.exp: Clean up multiple references to same test name.
10398
10399 2016-02-01 Pedro Alves <palves@redhat.com>
10400
10401 PR remote/19496
10402 * gdb.threads/forking-threads-plus-breakpoint.exp
10403 (displaced_stepping_supported): New global.
10404 (probe_displaced_stepping_support): New procedure.
10405 (do_test): Add 'displaced' parameter, and use it.
10406 (top level): Check for displaced stepping support. Add displaced
10407 stepping on/off testing axis.
10408
10409 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10410
10411 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10412 pointer. Don't perform further tests on the unassociated pointer
10413 if the first test fails.
10414
10415 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10416
10417 * gdb.base/max-value-size.c: New file.
10418 * gdb.base/max-value-size.exp: New file.
10419 * gdb.base/huge.exp: Disable max-value-size for this test.
10420
10421 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10422
10423 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10424
10425 2016-01-28 Yao Qi <yao.qi@linaro.org>
10426
10427 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10428
10429 2016-01-25 Pedro Alves <palves@redhat.com>
10430
10431 PR threads/19461
10432 * gdb.base/fork-running-state.c: New file.
10433 * gdb.base/fork-running-state.exp: New file.
10434
10435 2016-01-25 Pedro Alves <palves@redhat.com>
10436
10437 PR gdb/19494
10438 * gdb.base/catch-fork-kill.c: New file.
10439 * gdb.base/catch-fork-kill.exp: New file.
10440
10441 2016-01-25 Pedro Alves <palves@redhat.com>
10442
10443 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10444 Delete, moved to lib/gdb.exp.
10445 * gdb.threads/forking-threads-plus-breakpoint.exp
10446 (foreach_with_prefix): Likewise.
10447 * gdb.threads/process-dies-while-handling-bp.exp
10448 (foreach_with_prefix): Likewise.
10449 * lib/gdb.exp (foreach_with_prefix): New procedure.
10450
10451 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10452
10453 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10454 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10455
10456 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10457
10458 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10459 endian targets.
10460
10461 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10462 Pedro Alves <palves@redhat.com>
10463
10464 Fix testsuite compatibility with Guile.
10465 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10466 number.
10467
10468 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 Fix testsuite compatibility with Guile.
10471 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10472 (thread 1): New test for backtrace through signal handler.
10473
10474 2016-01-22 Yao Qi <yao.qi@linaro.org>
10475
10476 PR testsuite/19491
10477 * gdb.base/multi-forks.c: Include
10478 ../lib/unbuffer_output.c
10479 (main): Call gdb_unbuffer_output.
10480
10481 2016-01-21 Doug Evans <dje@google.com>
10482
10483 * lib/ada.exp (gdb_compile_ada): Fix typo.
10484
10485 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.base/break-fun-addr.exp: New file.
10488 * gdb.base/break-fun-addr1.c: New file.
10489 * gdb.base/break-fun-addr2.c: New file.
10490
10491 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10492
10493 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10494 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10495 enum flag values.
10496
10497 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10498
10499 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10500 when GDB can not set the vector return value. Add more comments
10501 for clarification.
10502
10503 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10504
10505 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10506 command.
10507
10508 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10509
10510 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10511
10512 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10513
10514 * Makefile.in (check-single): Pass --status to runtest.
10515 (check/%.exp): Likewise.
10516
10517 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10518
10519 * Makefile.in (check-parallel): Propagate return code from make
10520 do-check-parallel.
10521
10522 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10523
10524 * gdb.trace/ftrace.exp: Fix expected message on continue.
10525 * gdb.trace/pending.exp: Fix expected message on continue.
10526 * gdb.trace/trace-break.exp: Fix expected message on continue.
10527
10528 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10529
10530 * lib/gdb.exp (gdb_test): Remove unused global references.
10531
10532 2016-01-18 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.base/async-shell.exp: Adjust expected output.
10535 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10536 * gdb.base/siginfo-thread.exp: Adjust expected output.
10537 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10538 * gdb.java/jnpe.exp: Adjust expected output.
10539 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10540 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10541 * gdb.threads/leader-exit.exp: Adjust expected output.
10542 * gdb.threads/manythreads.exp: Adjust expected output.
10543 * gdb.threads/pthreads.exp: Adjust expected output.
10544 * gdb.threads/schedlock.exp: Adjust expected output.
10545 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10546 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10547 expected output.
10548 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10549 output.
10550 * gdb.threads/sigthread.exp: Adjust expected output.
10551 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10552
10553 2016-01-18 Yao Qi <yao.qi@linaro.org>
10554
10555 * gdb.guile/scm-section-script.c: Replace @progbits with
10556 %progbits.
10557 * gdb.python/py-section-script.c: Likewise.
10558
10559 2016-01-15 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.multi/tids.exp: Test star wildcard ranges.
10562
10563 2016-01-15 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10566 command from "thread apply" invocation.
10567 (thr_apply_info_thr_invalid): Default the expected output to the
10568 input tid list.
10569 (top level): Add tests that use convenience variables. Add tests
10570 for "thread apply" with a valid TID list, but missing the command.
10571
10572 2016-01-13 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.base/default.exp: Expect $_gthread as well.
10575 * gdb.multi/tids.exp: Test $_gthread.
10576 * gdb.threads/thread-specific.exp: Test $_gthread.
10577
10578 2016-01-13 Pedro Alves <palves@redhat.com>
10579
10580 * gdb.multi/tids.exp: Test "info threads -gid".
10581
10582 2016-01-13 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10585 Breakpoint.thread.
10586 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10587
10588 2016-01-07 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.base/break.exp: Adjust to output changes.
10591 * gdb.base/hbreak2.exp: Likewise.
10592 * gdb.base/sepdebug.exp: Likewise.
10593 * gdb.base/watch_thread_num.exp: Likewise.
10594 * gdb.linespec/keywords.exp: Likewise.
10595 * gdb.multi/info-threads.exp: Likewise.
10596 * gdb.threads/thread-find.exp: Likewise.
10597 * gdb.multi/tids.c: New file.
10598 * gdb.multi/tids.exp: New file.
10599
10600 2016-01-13 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10603
10604 2016-01-13 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/default.exp: Expect $_inferior as well.
10607 * gdb.multi/base.exp: Test $_inferior.
10608
10609 2016-01-13 Pedro Alves <palves@redhat.com>
10610
10611 PR breakpoints/19388
10612 * gdb.base/catch-signal-siginfo-cond.c: New file.
10613 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10614
10615 2016-01-12 Josh Stone <jistone@redhat.com>
10616 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10617
10618 * gdb.base/catch-syscall.c (do_execve): New variable.
10619 (main): Conditionally trigger an execve.
10620 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10621 (test_catch_syscall_execve): New, check entry/return across execve.
10622 (do_syscall_tests): Call test_catch_syscall_execve.
10623
10624 2016-01-12 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.base/random-signal.exp (do_test): New procedure, with body
10627 of testcase moved in.
10628
10629 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10630 Pedro Alves <palves@redhat.com>
10631
10632 * gdb.base/funcargs.exp (finish from indirectly called function):
10633 Reintroduce the case for 'First'.
10634
10635 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10636 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10639 (tcatch_vfork_then_child_follow_exec)
10640 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10641 identification.
10642
10643 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10646 and repeats to unlimited.
10647 * gdb.python/py-value.exp: Likewise.
10648 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10649 and repeats to unlimited.
10650
10651 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10652
10653 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10654 and reordering the functions.
10655 * gdb.multi/hangout.c: Likewise.
10656 * gdb.multi/hello.c: Likewise.
10657
10658 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10659
10660 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10661 absolute.
10662 (SingleStatisticTestResult.report): Use dict.keys instead of
10663 dict.iterkeys.
10664
10665 2016-01-06 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10668
10669 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10670
10671 * gdb.btrace/dlopen.exp: New.
10672 * gdb.btrace/dlopen.c: New.
10673 * gdb.btrace/dlopen-dso.c: New.
10674
10675 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10676
10677 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10678 PATTERN argument is optional.
10679
10680 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10681
10682 * lib/ada.exp (target_compile_ada_from_dir): New function.
10683 (gdb_compile_ada): Reimplement avoiding the use of project files.
10684 * gdb.ada/gnat_ada.gpr: Delete.
10685 * gdb.ada/cond_lang.exp: Adjust test to make path before
10686 filename optional.
10687 * gdb.ada/small_reg_param.exp: Likewise.
10688
10689 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10690
10691 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10692
10693 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10694
10695 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10696 case.
10697
10698 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10699
10700 * gdb.base/break.exp: Remove dead code.
10701 * gdb.base/sepdebug.exp: Likewise.
10702
10703 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10704
10705 * gdb.asm/asm-source.exp: Remove HP-UX references.
10706 * gdb.base/annota1.exp: Likewise.
10707 * gdb.base/annota3.exp: Likewise.
10708 * gdb.base/attach.exp: Likewise.
10709 * gdb.base/bigcore.exp: Likewise.
10710 * gdb.base/break.exp: Likewise.
10711 * gdb.base/call-ar-st.exp: Likewise.
10712 * gdb.base/callfuncs.exp: Likewise.
10713 * gdb.base/catch-fork-static.exp: Likewise.
10714 * gdb.base/display.exp: Likewise.
10715 * gdb.base/foll-exec-mode.exp: Likewise.
10716 * gdb.base/foll-exec.exp: Likewise.
10717 * gdb.base/foll-fork.exp: Likewise.
10718 * gdb.base/foll-vfork.exp: Likewise.
10719 * gdb.base/funcargs.exp: Likewise.
10720 * gdb.base/hbreak2.exp: Likewise.
10721 * gdb.base/inferior-died.exp: Likewise.
10722 * gdb.base/interrupt.exp: Likewise.
10723 * gdb.base/multi-forks.exp: Likewise.
10724 * gdb.base/nodebug.exp: Likewise.
10725 * gdb.base/sepdebug.exp: Likewise.
10726 * gdb.base/solib1.c: Likewise.
10727 * gdb.base/step-test.exp: Likewise.
10728 * gdb.mi/non-stop.c: Likewise.
10729 * gdb.mi/pthreads.c: Likewise.
10730 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10731 * gdb.threads/pthreads.c: Likewise.
10732 * gdb.threads/staticthreads.exp: Likewise.
10733 * lib/future.exp: Likewise.
10734 * lib/gdb.exp: Likewise.
10735 * gdb.base/so-indr-cl.c: Remove.
10736 * gdb.base/so-indr-cl.exp: Likewise.
10737 * gdb.base/solib.c: Likewise.
10738 * gdb.base/solib.exp: Likewise.
10739 * gdb.base/solib2.c: Likewise.
10740
10741 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10742
10743 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10744 * gdb.base/call-ar-st.exp: Likewise.
10745 * gdb.base/callfuncs.exp: Likewise.
10746 * gdb.base/condbreak.exp: Likewise.
10747 * gdb.base/constvars.exp: Likewise.
10748 * gdb.base/hbreak2.exp: Likewise.
10749 * gdb.base/langs.exp: Likewise.
10750 * gdb.base/list.exp: Likewise.
10751 * gdb.base/long_long.exp: Likewise.
10752 * gdb.base/ptype.exp: Likewise.
10753 * gdb.base/scope.exp: Likewise.
10754 * gdb.base/signals.exp: Likewise.
10755 * gdb.base/so-impl-ld.exp: Likewise.
10756 * gdb.base/varargs.exp: Likewise.
10757 * gdb.base/volatile.exp: Likewise.
10758 * gdb.base/whatis.exp: Likewise.
10759 * gdb.cp/cplusfuncs.exp: Likewise.
10760 * gdb.cp/inherit.exp: Likewise.
10761 * gdb.cp/local.exp: Likewise.
10762 * gdb.cp/member-ptr.exp: Likewise.
10763 * gdb.cp/method.exp: Likewise.
10764 * gdb.cp/overload.exp: Likewise.
10765 * gdb.cp/templates.exp: Likewise.
10766 * gdb.stabs/weird.exp: Likewise.
10767 * lib/compiler.c: Likewise.
10768 * lib/compiler.cc: Likewise.
10769 * lib/cp-support.exp: Likewise.
10770 * lib/gdb.exp: Likewise.
10771
10772 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10773
10774 * configure.ac: Remove HP-UX case.
10775 * configure: Regenerate.
10776
10777 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10778
10779 * lib/gdb.exp (gdb_compile): Add function doc.
10780
10781 2015-12-17 Pedro Alves <palves@redhat.com>
10782
10783 PR threads/19354
10784 * gdb.multi/info-threads.exp: New file.
10785
10786 2015-12-15 Yao Qi <yao.qi@linaro.org>
10787
10788 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10789 is aarch64*-*-*.
10790
10791 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10792
10793 * gdb.base/history-duplicates.exp: Skip if no readline support.
10794
10795 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10796
10797 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10798
10799 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10800
10801 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10802
10803 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10804
10805 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10806 ctrl-C if nointerrupts target property is set.
10807 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10808 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10809 * gdb.base/paginate-bg-execution.exp: Likewise.
10810 * gdb.base/paginate-execution-startup.exp: Likewise.
10811 * gdb.base/random-signal.exp: Likewise.
10812 * gdb.base/range-stepping.exp: Likewise.
10813 * gdb.cp/annota2.exp: Likewise.
10814 * gdb.cp/annota3.exp: Likewise.
10815 * gdb.gdb/selftest.exp: Likewise.
10816 * gdb.threads/continue-pending-status.exp: Likewise.
10817 * gdb.threads/leader-exit.exp: Likewise.
10818 * gdb.threads/manythreads.exp: Likewise.
10819 * gdb.threads/pthreads.exp: Likewise.
10820 * gdb.threads/schedlock.exp: Likewise.
10821 * gdb.threads/sigthread.exp: Likewise.
10822
10823 2015-12-11 Don Breazeal <donb@codesourcery.com>
10824
10825 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10826 remote.
10827 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10828 * gdb.base/foll-exec.exp (main): Enable for target remote.
10829 * gdb.base/foll-fork.exp (main): Likewise.
10830 * gdb.base/foll-vfork.exp (main): Likewise.
10831 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10832 (proc continue_to_exit_bp_loc): Use clean_restart.
10833 * gdb.base/pie-execl.exp (main): Disable for target remote.
10834 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10835 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10836 * gdb.threads/execl.exp (main): Likewise.
10837 * gdb.threads/fork-child-threads.exp (main): Likewise.
10838 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10839 remote.
10840 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10841 remote.
10842 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10843 pid.tid style ptids, instead of just tid.
10844 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10845 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10846 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10847 ptids, instead of just tid.
10848
10849 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10850
10851 * gdb.base/list.exp (test_list_forward): Add end of file error
10852 test.
10853 (test_repeat_list_command): Add end of file error test.
10854 (test_list_backwards): Add beginning of file error test.
10855
10856 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10857
10858 * gdb.base/list.exp (test_list_invalid_args): New function,
10859 defined, and called.
10860
10861 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10862
10863 * gdb.base/list.exp (test_list): Make test names unique.
10864
10865 2015-12-11 Yao Qi <yao.qi@linaro.org>
10866
10867 * gdb.base/coremaker2.c: Remove.
10868
10869 2015-12-10 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.multi/base.exp: Remove stale "spaces" references.
10872
10873 2015-12-10 Pedro Alves <palves@redhat.com>
10874
10875 * gdb.multi/base.exp: Don't use nowarnings.
10876 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10877 * gdb.multi/hangout.c: Include stdio.h.
10878 * gdb.multi/hello.c: Include stdlib.h.
10879 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10880 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10881 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10882
10883 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10884
10885 * gdb.dwarf2/dw2-ranges-base.c: New file.
10886 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10887 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10888 support additional line table, and debug ranges generation.
10889 (Dwarf::ranges): New function, generate .debug_ranges.
10890 (Dwarf::lines): Support generating simple line table programs.
10891 (Dwarf::assemble): Initialise new namespace variables.
10892
10893 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10894
10895 * gdb.base/async.exp (proc test_background): Add case for
10896 asynchronous execution not supported.
10897
10898 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10899
10900 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10901 format and change test names to make them unique.
10902
10903 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10904 Pedro Alves <pedro@redhat.com>
10905
10906 PR gdb/18702
10907 Add checking of floatformats setup on x86_64 hosts.
10908 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10909 (smallval, bigval): New labels/constants.
10910 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10911 float" after loading bigval and smallval.
10912
10913 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10914
10915 * gdb.ada/fun_overload_menu.exp: New testcase.
10916 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10917
10918 2015-12-04 Josh Stone <jistone@redhat.com>
10919
10920 * gdb.base/catch-fork-static.exp: New.
10921
10922 2015-12-03 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.base/sizeof.c: Don't include stdio.h and
10925 ../lib/unbuffer_output.c.
10926 (main): New variable 'size' and 'value'. Remove printf and
10927 gdb_unbuffer_output. Assign return value to size and value.
10928 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10929 at the beginning.
10930 (check_sizeof): Check the result by printing variable 'size'.
10931 (check_valueof): Check the result by printing variable 'value'.
10932
10933 2015-12-01 Yao Qi <yao.qi@linaro.org>
10934
10935 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10936 for aarch64*-*-linux* target.
10937
10938 2015-11-30 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10941
10942 2015-11-30 Pedro Alves <palves@redhat.com>
10943
10944 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10945 Handle non-stop mode vCont replies.
10946
10947 2015-11-30 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10950 prepare_for_testing. Start gdb with "set non-stop on" appended to
10951 GDBFLAGS. Lax expected stop output.
10952
10953 2015-11-27 Yao Qi <yao.qi@linaro.org>
10954
10955 * gdb.arch/arm-neon.exp: New.
10956 * gdb.arch/arm-neon.c: New.
10957
10958 2015-11-27 Yao Qi <yao.qi@linaro.org>
10959
10960 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10961
10962 2015-11-27 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10965 frames-invalid annotation.
10966
10967 2015-11-27 Yao Qi <yao.qi@linaro.org>
10968
10969 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10970
10971 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.threads/names.exp: New file.
10974 * gdb.threads/names.c: New file.
10975 * README: Mention gdb,no_thread_names.
10976
10977 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10978
10979 PR 19297
10980 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10981 support" error.
10982
10983 2015-11-24 Pedro Alves <palves@redhat.com>
10984
10985 PR 17539
10986 * gdb.base/display.exp: Expect displays to be sorted in ascending
10987 order. Use multi_line.
10988 * gdb.base/solib-display.exp: Likewise.
10989
10990 2015-11-24 Pedro Alves <palves@redhat.com>
10991
10992 PR 17539
10993 * gdb.base/display.exp: Expect displays to be sorted in ascending
10994 order. Use multi_line.
10995 * gdb.base/solib-display.exp: Likewise.
10996
10997 2015-11-24 Pedro Alves <palves@redhat.com>
10998
10999 PR 17539
11000 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11001 threads in ascending order.
11002 * gdb.base/foll-fork.exp: Likewise.
11003 * gdb.base/foll-vfork.exp: Likewise.
11004 * gdb.base/multi-forks.exp: Likewise.
11005 * gdb.mi/mi-nonstop.exp: Likewise.
11006 * gdb.mi/mi-nsintrall.exp: Likewise.
11007 * gdb.multi/base.exp: Likewise.
11008 * gdb.multi/multi-arch.exp: Likewise.
11009 * gdb.python/py-inferior.exp: Likewise.
11010 * gdb.threads/break-while-running.exp: Likewise.
11011 * gdb.threads/execl.exp: Likewise.
11012 * gdb.threads/gcore-thread.exp: Likewise.
11013 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11014 * gdb.threads/kill.exp: Likewise.
11015 * gdb.threads/linux-dp.exp: Likewise.
11016 * gdb.threads/multiple-step-overs.exp: Likewise.
11017 * gdb.threads/next-bp-other-thread.exp: Likewise.
11018 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11019 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11020 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11021 * gdb.threads/thread-find.exp: Likewise.
11022 * gdb.threads/tls.exp: Likewise.
11023 * lib/mi-support.exp (mi_reverse_list): Delete.
11024 (mi_check_thread_states): No longer reverse list.
11025
11026 2015-11-24 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11029 use lowercase.
11030
11031 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11032
11033 * gdb.trace/actions.c: Include trace-common.h.
11034 (main): Add a location for a fast tracepoint.
11035 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11036 the normal tracepoints.
11037 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11038
11039 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11040
11041 * save-trace.exp: Factor out code to these...
11042 (gdb_save_tracepoints): New.
11043 (gdb_load_tracepoints): New.
11044 (do_save_load_test): New.
11045
11046 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11047
11048 * gdb.base/asmlabel.exp: New test.
11049 * gdb.base/asmlabel.c: New test case.
11050
11051 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11052
11053 * gdb.base/wrong_frame_bt_full-main.c: New file.
11054 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11055 * gdb.base/wrong_frame_bt_full.exp: New file.
11056
11057 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11058
11059 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11060
11061 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11062
11063 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11064 pstate register when comparing registers values in
11065 sparc64-*-linux-gnu targets to avoid spurious differences.
11066
11067 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11068
11069 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11070
11071 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11072
11073 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11074 as type argument to gdb_compile.
11075 * gdb.base/nested-subp2.exp: Likewise.
11076 * gdb.base/nested-subp3.exp: Likewise.
11077
11078 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11079
11080 * lib/dwarf.exp (_note): Fix left shift of negative value.
11081 * gdb.trace/trace-condition.exp: Likewise.
11082
11083 2015-11-13 Yao Qi <yao.qi@linaro.org>
11084
11085 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11086 comments about d10v.
11087 (test_scalar_returns): Likewise.
11088 * gdb.base/d10v.ld: Remove.
11089 * gdb.base/overlays.exp: Remove the target triplet checking for
11090 d10v-*-*.
11091 * gdb.base/structs.exp (test_struct_returns): Remove the
11092 comments about d10v.
11093 (test_struct_calls): Likewise.
11094
11095 2015-11-13 Yao Qi <yao.qi@linaro.org>
11096
11097 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11098 * gdb.base/gnu_vector.c: Don't include stdio.h.
11099 (main): Don't print res and call add_some_intvecs.
11100
11101 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11102
11103 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11104 macro.
11105 (func5): Removed.
11106 (func4): Use FAST_TRACEPOINT_LABEL.
11107 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11108 macro.
11109 (func): Removed.
11110 (thread_function): Use FAST_TRACEPOINT_LABEL.
11111 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11112 (func): Remove.
11113 (marker): Use FAST_TRACEPOINT_LABEL.
11114 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11115 (pendfunc1): Remove.
11116 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11117 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11118 (foo): Remove.
11119 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11120 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11121 macro.
11122 (func): Remove.
11123 (marker): Use FAST_TRACEPOINT_LABEL.
11124 * gdb.trace/trace-common.h: New header.
11125 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11126 macro.
11127 (func): Remove.
11128 (marker): Use FAST_TRACEPOINT_LABEL.
11129 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11130 (func): Remove.
11131 (thread_function): Use FAST_TRACEPOINT_LABEL.
11132
11133 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11134
11135 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11136 in front.
11137 * gdb.trace/change-loc.exp: Use global pcreg definition.
11138 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11139 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11140 in front.
11141 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11142 * gdb.trace/pending.exp: Likewise.
11143 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11144 * gdb.trace/trace-break.exp: Likewise.
11145 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11146 in front.
11147 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11148 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11149 in front.
11150 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11151
11152 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.ada/fin_fun_out: New testcase.
11155
11156 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11157
11158 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11159 value associated with DW_AT_byte_size.
11160 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11161 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11162 DW_AT_upper_bound.
11163
11164 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11165
11166 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11167 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11168 version.
11169 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11170 gdb.dwarf2/dw2-canonicalize-type.exp,
11171 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11172 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11173 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11174 provided by gdb_target_symbol_prefix_flags_asm.
11175 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11176 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11177 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11178 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11179 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11180 macros where needed). Use this macro for symbols which require
11181 the prefix provided by SYMBOL_PREFIX.
11182
11183 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11184
11185 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11186 New procs.
11187 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11188 representing expressions, of more than one list element.
11189 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11190 to prepend linker symbol prefix to f.
11191 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11192 table_1 and table_2.
11193 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11194 Likewise, for f and g.
11195 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11196 for ptr.
11197 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11198 for main.
11199 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11200 table_1_ptr and table_2_ptr.
11201
11202 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11203 Joel Brobecker <brobecker@adacore.com>
11204
11205 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11206
11207 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11208
11209 * gdb.reverse/s390-mvcle.c: New test.
11210 * gdb.reverse/s390-mvcle.exp: New file.
11211 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11212
11213 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11214
11215 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11216
11217 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11218
11219 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11220 reaching marker2.
11221 * gdb.reverse/getresuid-reverse.exp: Likewise.
11222 * gdb.reverse/pipe-reverse.exp: Likewise.
11223 * gdb.reverse/readv-reverse.exp: Likewise.
11224 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11225 * gdb.reverse/time-reverse.exp: Likewise.
11226 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11227
11228 2015-10-30 Yao Qi <yao.qi@linaro.org>
11229
11230 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11231 (empty_cycle): Remove.
11232 (main): Don't call empty_cycle. Don't use watch_count_done.
11233 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11234 empty_cycle. Rewrite the code counting HW watchpoints.
11235
11236 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11237
11238 * gdb.reverse/fstatat-reverse.c: New test.
11239 * gdb.reverse/fstatat-reverse.exp: New file.
11240 * gdb.reverse/getresuid-reverse.c: New test.
11241 * gdb.reverse/getresuid-reverse.exp: New file.
11242 * gdb.reverse/pipe-reverse.c: New test.
11243 * gdb.reverse/pipe-reverse.exp: New file.
11244 * gdb.reverse/readv-reverse.c: New test.
11245 * gdb.reverse/readv-reverse.exp: New file.
11246 * gdb.reverse/recvmsg-reverse.c: New test.
11247 * gdb.reverse/recvmsg-reverse.exp: New file.
11248 * gdb.reverse/time-reverse.c: New test.
11249 * gdb.reverse/time-reverse.exp: New file.
11250 * gdb.reverse/waitpid-reverse.c: New test.
11251 * gdb.reverse/waitpid-reverse.exp: New file.
11252
11253 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11254
11255 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11256
11257 2015-10-26 Doug Evans <dje@google.com>
11258
11259 PR symtab/17391
11260 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11261 * gdb.dwarf2/bad-regnum.c: New file.
11262 * gdb.dwarf2/bad-regnum.exp: New file.
11263
11264 2015-10-26 Doug Evans <dje@google.com>
11265
11266 PR python/18938
11267 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11268 file.
11269
11270 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11271
11272 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11273 for a change by "Mention language in compile error message".
11274
11275 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11276
11277 PR python/18073
11278 * gdb.python/py-type.c (C::a_method): New.
11279 (C::a_const_method): New.
11280 (C::a_static_method): New.
11281 (a_function): New.
11282 * gdb.python/py-type.exp (test_fields): Test getting fields
11283 from function and method.
11284
11285 2015-10-21 Keven Boell <keven.boell@intel.com>
11286
11287 * gdb.fortran/vla-alloc-assoc.exp: New file.
11288 * gdb.fortran/vla-datatypes.exp: New file.
11289 * gdb.fortran/vla-datatypes.f90: New file.
11290 * gdb.fortran/vla-history.exp: New file.
11291 * gdb.fortran/vla-ptype-sub.exp: New file.
11292 * gdb.fortran/vla-ptype.exp: New file.
11293 * gdb.fortran/vla-sizeof.exp: New file.
11294 * gdb.fortran/vla-sub.f90: New file.
11295 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11296 * gdb.fortran/vla-value-sub-finish.exp: New file.
11297 * gdb.fortran/vla-value-sub.exp: New file.
11298 * gdb.fortran/vla-value.exp: New file.
11299 * gdb.fortran/vla-ptr-info.exp: New file.
11300 * gdb.mi/mi-vla-fortran.exp: New file.
11301 * gdb.mi/vla.f90: New file.
11302
11303 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11304
11305 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11306 of hardwired timeout value.
11307
11308 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11309 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11312 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11313
11314 2015-10-19 Josh Stone <jistone@redhat.com>
11315
11316 * gdb.base/catch-syscall.c: Include <sched.h>.
11317 (unknown_syscall): New variable.
11318 (main): Trigger a vfork and an unknown syscall.
11319 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11320 (unknown_syscall_number): Likewise.
11321 (check_call_to_syscall): Accept an optional syscall pattern.
11322 (check_return_from_syscall): Likewise.
11323 (check_continue): Likewise.
11324 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11325 (test_catch_syscall_skipping_return): New test toggling off 'catch
11326 syscall' to step over the syscall return, then toggling back on.
11327 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11328 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11329 (do_syscall_tests): Call test_catch_syscall_without_args and
11330 test_catch_syscall_mid_vfork.
11331 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11332 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11333
11334 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11335
11336 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11337 print g_vE): Add new pass patterns.
11338 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11339 print various symbol names for vptr fields.
11340
11341 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11342
11343 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11344 results.
11345
11346 2015-10-12 Yao Qi <yao.qi@linaro.org>
11347
11348 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11349
11350 2015-10-12 Yao Qi <yao.qi@linaro.org>
11351
11352 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11353 is aarch64*-*-linux*.
11354
11355 2015-10-12 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11358 (can_relocate_bcond_true): ... it.
11359 (can_relocate_bcond_false): New function.
11360 (foo): Likewise.
11361 (can_relocate_bl): Likewise.
11362 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11363 can_relocate_bl.
11364
11365 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11366
11367 * gdb.base/nested-addr.c: New file.
11368 * gdb.base/nested-addr.exp: New testcase.
11369
11370 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11371
11372 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11373 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11374 its output. Ignore the output of "record goto begin" and instead
11375 check that GDB is replaying.
11376
11377 2015-10-09 Pedro Alves <palves@redhat.com>
11378
11379 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11380 (top level): Use it in the run with no args test.
11381
11382 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11383
11384 * gdb.dlang/properties.exp: New file.
11385
11386 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11387
11388 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11389 whether or not address 0x1000 is mapped on the target.
11390
11391 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11392
11393 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11394 build.
11395
11396 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11397
11398 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11399 instruction-history test.
11400
11401 2015-09-28 Doug Evans <dje@google.com>
11402
11403 * gdb.base/gcore.c (array_func): Add reference to static_array.
11404
11405 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11406
11407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11408 source line.
11409
11410 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11411
11412 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11413 short or char as base type.
11414
11415 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11416
11417 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11418 to allow any size enum.
11419
11420 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11421
11422 * gdb.ada/array_ptr_renaming.exp: New testcase.
11423 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11424 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11425
11426 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11427
11428 * gdb.trace/ftrace-lock.c: New file.
11429 * gdb.trace/ftrace-lock.exp: New file.
11430
11431 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11432
11433 * gdb.arch/insn-reloc.c: New file.
11434 * gdb.arch/ftrace-insn-reloc.exp: New file.
11435
11436 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11437
11438 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11439 instruction.
11440 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11441 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11442 * gdb.trace/range-stepping.c: Likewise.
11443 * gdb.trace/trace-break.c: Likewise.
11444 * gdb.trace/trace-mt.c (thread_function): Likewise.
11445 * gdb.trace/ftrace.c (marker): Likewise.
11446 * gdb.trace/trace-condition.c (marker): Likewise.
11447 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11448 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11449 is_aarch64_target.
11450
11451 2015-09-18 Doug Evans <xdje42@gmail.com>
11452
11453 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11454 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11455
11456 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11457
11458 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11459 the breakpoint.
11460
11461 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11462
11463 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11464 the pending breakpoint. Remove timeout override for "Run till
11465 MI pending breakpoint on pendfunc3 on thread 2" test.
11466
11467 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11468
11469 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11470 filename pattern.
11471
11472 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11473
11474 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11475 in breakpoint filename pattern.
11476
11477 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11478
11479 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11480
11481 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11482
11483 * gdb.linespec/explicit.exp: Check for readline support for
11484 tab-completion tests. Fix obvious typo.
11485
11486 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11487
11488 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11489 and replay.
11490
11491 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11492
11493 * gdb.btrace/non-stop.c: New.
11494 * gdb.btrace/non-stop.exp: New.
11495
11496 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11497 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.trace/trace-condition.c: New file.
11500 * gdb.trace/trace-condition.exp: New file.
11501
11502 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11503
11504 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11505 for testing bytecode compilation.
11506
11507 2015-09-16 Pedro Alves <palves@redhat.com>
11508 Sandra Loosemore <sandra@codesourcery.com>
11509
11510 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11511 (SECONDS): Redefine.
11512 (main): Call pthread_kill and alarm early.
11513 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11514 support.
11515 (test): If the target can't hardware step and doesn't support
11516 displaced stepping, increase the timeout.
11517
11518 2015-09-16 Pedro Alves <palves@redhat.com>
11519
11520 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11521 (enable_debug): New procedures.
11522 (test): Use them. Bail out if waiting for threads fails.
11523 (top level): Bail out if a test fails.
11524
11525 2015-09-16 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.asm/asm-source.exp: Set asm-arch for
11528 aarch64*-*-* target.
11529 * gdb.asm/aarch64.inc: New file.
11530
11531 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11532
11533 * gdb.ada/array_of_variable_length.exp: New testcase.
11534 * gdb.ada/array_of_variable_length/foo.adb: New file.
11535 * gdb.ada/array_of_variable_length/pck.adb: New file.
11536 * gdb.ada/array_of_variable_length/pck.ads: New file.
11537
11538 2015-09-15 Doug Evans <dje@google.com>
11539
11540 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11541 of function static local variable.
11542
11543 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11544
11545 * gdb.threads/tls-so_extern.exp: New test file.
11546 * gdb.threads/tls-so_extern.c: New test file.
11547 * gdb.threads/tls-so_extern_main.c: New test file.
11548
11549 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * gdb.opt/solib-intra-step-lib.c: New file.
11552 * gdb.opt/solib-intra-step-main.c: New file.
11553 * gdb.opt/solib-intra-step.exp: New file.
11554
11555 2015-09-15 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11558 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11559
11560 2015-09-14 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/hook-stop-continue.c: Delete.
11563 * gdb.base/hook-stop-continue.exp: Delete.
11564 * gdb.base/hook-stop-frame.c: Delete.
11565 * gdb.base/hook-stop-frame.exp: Delete.
11566 * gdb.base/hook-stop.c: New file.
11567 * gdb.base/hook-stop.exp: New file.
11568
11569 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11570
11571 * gdb.ada/access_to_packed_array.exp: New testcase.
11572 * gdb.ada/access_to_packed_array/foo.adb: New file.
11573 * gdb.ada/access_to_packed_array/pack.adb: New file.
11574 * gdb.ada/access_to_packed_array/pack.ads: New file.
11575
11576 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11577
11578 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11579 buffer size test.
11580
11581 2015-09-11 Don Breazeal <donb@codesourcery.com>
11582
11583 * gdb.base/foll-exec.c: Add copyright header. Fix
11584 formatting issues.
11585 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11586 (do_exec_tests): Use clean_restart in place of zap_session,
11587 and for test initialization. Fix formatting issues. Use
11588 fail in place of perror.
11589 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11590 an expect statement to match an expression with output from
11591 the program under debug.
11592 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11593 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11594 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11595 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11596 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11597
11598 2015-09-09 Doug Evans <dje@google.com>
11599
11600 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11601
11602 2015-09-09 Doug Evans <dje@google.com>
11603
11604 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11605
11606 2015-09-09 Doug Evans <dje@google.com>
11607
11608 * gdb.base/savedregs.exp: Fix typo.
11609
11610 2015-09-09 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11613
11614 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11615
11616 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11617 command actually switches threads. Give up on remaining
11618 tests if target fails to stop at breakpoint.
11619
11620 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11621
11622 * gdb.ada/funcall_char.exp: New testcase.
11623 * gdb.ada/funcall_char/foo.adb: New file.
11624
11625 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11626
11627 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11628 expected outputs. Add two testcases for completing ambiguous
11629 functions.
11630 * gdb.ada/complete/aux_pck.adb: New file.
11631 * gdb.ada/complete/aux_pck.ads: New file.
11632 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11633 Ambiguous_Func functions.
11634 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11635 * gdb.ada/complete/pck.adb: Likewise.
11636
11637 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11638
11639 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11640 failures to run the test program under GDB.
11641
11642 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11643
11644 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11645 to C.
11646
11647 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11648
11649 * gdb.base/run-after-attach.exp: New test file.
11650 * gdb.base/run-after-attach.c: New test file.
11651
11652 2015-08-26 Don Breazeal <donb@codesourcery.com>
11653
11654 * gdb.base/foll-exec-2.c: New test program.
11655 * gdb.base/foll-exec-2.exp: New test.
11656
11657 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11658
11659 * gdb.base/nested-subp1.exp: New file.
11660 * gdb.base/nested-subp1.c: New file.
11661 * gdb.base/nested-subp2.exp: New file.
11662 * gdb.base/nested-subp2.c: New file.
11663 * gdb.base/nested-subp3.exp: New file.
11664 * gdb.base/nested-subp3.c: New file.
11665
11666 2015-08-24 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.server/connect-without-multi-process.c: New file.
11669 * gdb.server/connect-without-multi-process.exp: New file.
11670
11671 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11672
11673 * gdb.opt/inline-markers.c: Make z int.
11674
11675 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11676
11677 * gdb.opt/inline-markers.c: Make z volatile.
11678
11679 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11680
11681 * gdb.opt/inline-bt.c: New volatile global z.
11682 * gdb.opt/inline-cmds.c: Likewise.
11683 * gdb.opt/inline-locals.c: Likewise.
11684 * gdb.opt/inline-markers.c: New extern global z.
11685 (marker): Use z.
11686 (inline_fn): Likewise.
11687
11688 2015-08-24 Pedro Alves <palves@redhat.com>
11689
11690 * config/m32r-stub.exp: Remove file.
11691 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11692 * gdb.base/call-rt-st.exp: Likewise.
11693 * gdb.base/call-strs.exp: Likewise.
11694 * gdb.base/default.exp: Remove references to h8300-*-hms and
11695 *-*-udi*.
11696 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11697
11698 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11699
11700 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11701 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11702 and "return" use KFAIL when GDB can not read/write the vector
11703 return value.
11704
11705 2015-08-21 Gary Benson <gbenson@redhat.com>
11706
11707 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11708
11709 2015-08-20 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.server/solib-list.exp: No longer expect an interior stop in
11712 non-stop mode.
11713
11714 2015-08-20 Pedro Alves <palves@redhat.com>
11715
11716 * gdb.server/connect-stopped-target.c: New file.
11717 * gdb.server/connect-stopped-target.exp: New file.
11718
11719 2015-08-20 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.dwarf2/comp-unit-lang.exp: New file.
11722 * gdb.dwarf2/comp-unit-lang.c: New file.
11723
11724 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11725
11726 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11727 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11728
11729 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11730
11731 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11732 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11733
11734 2015-08-18 Doug Evans <dje@google.com>
11735 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11736
11737 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11738 skip_python_tests. New arg prompt_regexp.
11739 (skip_python_tests): New function.
11740 * lib/mi-support.exp (mi_skip_python_tests): New function.
11741 * gdb.python/py-mi-objfile-gdb.py: New file.
11742 * gdb.python/py-mi-objfile.c: New file.
11743 * gdb.python/py-mi-objfile.exp: New file.
11744
11745 2015-08-17 Keith Seitz <keiths@redhat.com>
11746
11747 * gdb.linespec/explicit.exp: Move strace test from here ...
11748 * gdb.trace/strace.exp: ... to here.
11749
11750 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11751
11752 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11753 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11754
11755 2015-08-14 Doug Evans <xdje42@gmail.com>
11756
11757 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11758 inferior before selecting a new file.
11759
11760 2015-08-14 Doug Evans <xdje42@gmail.com>
11761
11762 * gdb.mi/mi-disassemble.exp: Update.
11763 * gdb.base/disasm-optim.S: New file.
11764 * gdb.base/disasm-optim.c: New file.
11765 * gdb.base/disasm-optim.h: New file.
11766 * gdb.base/disasm-optim.exp: New file.
11767
11768 2015-08-14 Keith Seitz <keiths@redhat.com>
11769
11770 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11771 "evaluated-by".
11772
11773 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11774
11775 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11776
11777 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11778
11779 * gdb.ada/fun_renaming.exp: New testcase.
11780 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11781 * gdb.ada/fun_renaming/pack.adb: New file.
11782 * gdb.ada/fun_renaming/pack.ads: New file.
11783
11784 2015-08-12 Keith Seitz <keiths@redhat.com>
11785
11786 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11787 gdb_get_line_number.
11788
11789 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11790
11791 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11792 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11793 gdb.base/dso2dso.exp: New files.
11794
11795 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11796 Pedro Alves <palves@redhat.com>
11797 Keith Seitz <keiths@redhat.com>
11798
11799 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11800 GDBFLAGS.
11801
11802 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11803
11804 * gdb.base/gdbhistsize-history.exp
11805 (test_histsize_history_setting): Use save_vars.
11806 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11807 Use save_vars.
11808 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11809 * gdb.base/readline.exp: Use save_vars.
11810
11811 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11812
11813 * lib/gdb.exp (save_vars): New proc.
11814
11815 2015-08-11 Keith Seitz <keiths@redhat.com>
11816
11817 * gdb.base/help.exp: Update help_breakpoint_text.
11818
11819 2015-08-11 Keith Seitz <keiths@redhat.com>
11820
11821 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11822 (at toplevel): Call test_explicit_breakpoints.
11823 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11824 breakpoints.
11825 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11826 breakpoint conditions, "-cond".
11827
11828 2015-08-11 Keith Seitz <keiths@redhat.com>
11829
11830 * gdb.linespec/3explicit.c: New file.
11831 * gdb.linespec/cpexplicit.cc: New file.
11832 * gdb.linespec/cpexplicit.exp: New file.
11833 * gdb.linespec/explicit.c: New file.
11834 * gdb.linespec/explicit.exp: New file.
11835 * gdb.linespec/explicit2.c: New file.
11836 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11837 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11838 before using in the matching pattern.
11839 Clarify that `prefix' is a regular expression.
11840
11841 2015-08-11 Keith Seitz <keiths@redhat.com>
11842
11843 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11844 test.
11845 Add tests for missing ",FMT" and ",".
11846
11847 2015-08-10 Doug Evans <dje@google.com>
11848 Keith Seitz <keiths@redhat.com>
11849
11850 PR gdb/17960
11851 * gdb.base/completion.exp: Add location completer tests.
11852
11853 2015-08-07 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11856 tests here.
11857 (top level): Run do_test with and without displaced stepping.
11858
11859 2015-08-07 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.base/valgrind-disp-step.c: New file.
11862 * gdb.base/valgrind-disp-step.exp: New file.
11863
11864 2015-08-07 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11867 Delete function.
11868 (main): Add alarm. Run an infinite loop instead of calling
11869 wait_threads.
11870 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11871 comment.
11872 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11873 Delete function.
11874 (main): Add alarm. Run an infinite loop instead of calling
11875 wait_threads.
11876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11877 comment.
11878
11879 2015-08-07 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/checkpoint-ns.exp: New file.
11882 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11883 standard_testfile.
11884
11885 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11886
11887 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11888 * gdb.btrace/instruction_history.exp: Update.
11889 * gdb.btrace/tsx.exp: New.
11890 * gdb.btrace/tsx.c: New.
11891
11892 2015-08-06 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11895 increase timeout.
11896 * gdb.reverse/until-precsave.exp: Bump timeouts.
11897
11898 2015-08-06 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11901
11902 2015-08-06 Pedro Alves <palves@redhat.com>
11903
11904 PR gdb/18749
11905 * gdb.threads/process-dies-while-handling-bp.c: New file.
11906 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11907
11908 2015-08-06 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11911 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11912
11913 2015-08-05 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11916 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11917
11918 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11919
11920 * gdb.base/bp-permanent.exp: Report test as unsupported if
11921 the target cannot stop at the permanent breakpoint.
11922
11923 2015-08-03 Doug Evans <dje@google.com>
11924
11925 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11926 10000.
11927
11928 2015-08-03 Doug Evans <dje@google.com>
11929
11930 * Makefile.in (workers/%.worker, build-perf): New rule.
11931 (GDB_PERFTEST_MODE): New variable.
11932 (check-perf): Use it.
11933 (clean): Clean up gdb.perf parallel build subdirs.
11934 * lib/build-piece.exp: New file.
11935 * lib/gdb.exp (make_gdb_parallel_path): New function
11936 (standard_output_file, standard_temp_file): Call it.
11937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11938 of $GDB_PARALLEL.
11939 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11940
11941 2015-08-03 Doug Evans <dje@google.com>
11942
11943 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11944 (LOG_FILE_NAME): New global.
11945 (TextReporter.__init__): Initialize self.txt_sum.
11946 (TextReporter.report): Add support for multiple data-points.
11947 Move report to perftest.sum, put raw data in perftest.log.
11948 (TextReporter.start): Open sum and log files.
11949 (TextReporter.end): Close sum and log files.
11950 * gdb.perf/lib/perftest/testresult.py
11951 (SingleStatisticTestResult.record): Handle multiple data-points.
11952
11953 2015-07-31 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11956 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11957 kill_wait_spawned_process instead of explicit "kill -9".
11958 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11959 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11960 kill_wait_spawned_process.
11961 * gdb.base/attach-twice.exp: Likewise.
11962 * gdb.base/attach.exp: Likewise.
11963 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11964 gdb_test_multiple.
11965 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11966 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11967 kill_wait_spawned_process.
11968 * gdb.base/valgrind-infcall.exp: Likewise.
11969 * gdb.multi/multi-attach.exp: Likewise.
11970 * gdb.python/py-prompt.exp: Likewise.
11971 * gdb.python/py-sync-interp.exp: Likewise.
11972 * gdb.server/ext-attach.exp: Likewise.
11973 * gdb.threads/attach-into-signal.exp (corefunc): Use
11974 spawn_wait_for_attach, spawn_id_get_pid and
11975 kill_wait_spawned_process.
11976 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11977 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11978 spawn_id_get_pid and kill_wait_spawned_process.
11979 * gdb.threads/attach-stopped.exp (corefunc): Use
11980 spawn_wait_for_attach, spawn_id_get_pid and
11981 kill_wait_spawned_process.
11982 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11983 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11984 kill_wait_spawned_process instead of explicit "kill -9".
11985 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11986 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11987 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11988 processes. Don't map cygwin/windows pids here. Now returns a
11989 spawn id list.
11990
11991 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11992
11993 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11994 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11995 correct patch.
11996
11997 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11998
11999 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12000
12001 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12002
12003 Reapply:
12004 2014-05-21 Mark Wielaard <mjw@redhat.com>
12005
12006 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12007
12008 2015-07-30 Pedro Alves <palves@redhat.com>
12009
12010 * linux-low.c (handle_extended_wait): Set the child's last
12011 reported status to TARGET_WAITKIND_STOPPED.
12012
12013 2015-07-30 Pedro Alves <palves@redhat.com>
12014
12015 PR threads/18600
12016 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12017 only shows inferior 1.
12018
12019 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12020 Pedro Alves <palves@redhat.com>
12021
12022 PR threads/18600
12023 * gdb.threads/fork-plus-threads.c: New file.
12024 * gdb.threads/fork-plus-threads.exp: New file.
12025
12026 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12027
12028 * gdb.base/batch-preserve-term-settings.exp
12029 (test_terminal_settings_preserved_after_cli_exit): Use
12030 send_quit_command.
12031
12032 2015-07-29 Pedro Alves <palves@redhat.com>
12033 Don Breazeal <donb@codesourcery.com>
12034
12035 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12036 output from both inferior_spawn_id and gdb_spawn_id.
12037
12038 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12039
12040 * gdb.threads/attach-into-signal.exp (corefunc): Use
12041 with_test_prefix on nested loops, uniquefying the test messages.
12042
12043 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12044
12045 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12046 commit.
12047
12048 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12049
12050 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12051 New proc.
12052 (test_terminal_settings_preserved_after_sigterm): New test.
12053
12054 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12055
12056 * gdb.base/batch-preserve-term-settings.exp
12057 (test_terminal_settings_preserved_after_cli_exit): New test.
12058
12059 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12060
12061 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12062 manipulation of saved_gdbflags.
12063 (test_terminal_settings_preserved): Remove global declaration of
12064 the unused variable pagination_prompt. Remove manipulation of
12065 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12066 GDBFLAGS.
12067
12068 2015-07-29 Pedro Alves <palves@redhat.com>
12069
12070 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12071
12072 2015-07-29 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12075 at the top.
12076
12077 2015-07-29 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12080 (main): Call gdb_unbuffer_output.
12081 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12082 (main): Call gdb_unbuffer_output.
12083 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12084 (main): Call gdb_unbuffer_output.
12085 * gdb.base/call-strs.exp: Adjust to step over the
12086 gdb_unbuffer_output call.
12087 * gdb.base/catch-gdb-caused-signals.c: Include
12088 "../lib/unbuffer_output.c".
12089 (main): Call gdb_unbuffer_output.
12090 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12091 (main): Call gdb_unbuffer_output.
12092 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12093 (main): Call gdb_unbuffer_output.
12094 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12095 (main): Call gdb_unbuffer_output.
12096 * gdb.base/shlib-call.exp: Adjust to step over the
12097 gdb_unbuffer_output call.
12098 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12099 (main): Call gdb_unbuffer_output.
12100 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12101 (main): Call gdb_unbuffer_output.
12102 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12103 (main): Rename to ...
12104 (test): ... this.
12105 (main): Reimplement.
12106 * gdb.base/varargs.exp: Run to test instead of to main.
12107 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12108 (main): Call gdb_unbuffer_output.
12109
12110 2015-07-29 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12113 factore out from mi_continue_dprintf. For call-style dprintfs,
12114 expect dprintf output out of $inferior_spawn_id.
12115 (mi_continue_dprintf): Use mi_expect_dprintf.
12116 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12117 (main): Call gdb_unbuffer_output.
12118
12119 2015-07-29 Pedro Alves <palves@redhat.com>
12120
12121 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12122 (default_mi_gdb_start): Set inferior_spawn_id instead of
12123 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12124 gdb_spawn_id.
12125 (mi_gdb_test): Always expect inferior output from both
12126 $inferior_spawn_id and $gdb_spawn_id.
12127
12128 2015-07-29 Pedro Alves <palves@redhat.com>
12129
12130 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12131 send_inferior and $inferior_spawn_id.
12132
12133 2015-07-29 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.gdb/complaints.exp (test_initial_complaints)
12136 (test_serial_complaints, test_short_complaints): Use
12137 gdb_test_stdio.
12138 (test_empty_complaint): Handle $inferior_spawn_id !=
12139 $gdb_spawn_id.
12140
12141 2015-07-29 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.base/varargs.exp: Use gdb_test_stdio.
12144
12145 2015-07-29 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12148
12149 2015-07-29 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12152
12153 2015-07-29 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12156 parameter into two new parameters, "inf_result" and "gdb_result".
12157 Expect inferior output and gdb output from $inferior_spawn_id and
12158 $gdb_spawn_id, respectively. Adjust all callers.
12159
12160 2015-07-29 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12163 of gdb_test_sequence.
12164
12165 2015-07-29 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12168 (saw_spurious_output): Expect inferior output from
12169 $inferior_spawn_id. Use gdb_test_stdio.
12170
12171 2015-07-29 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.base/dprintf.exp: Use standard_testfile. Change
12174 prepare_for_testing call.
12175 (srcfile): Don't set.
12176 (restart): New procedure.
12177 (test_dprintf): New procecure, use to continue over dprintfs.
12178 (test_call, test_agent): New procedures, tests moved here.
12179 Restart gdb and recreate dprintfs. Adjust expected output.
12180
12181 2015-07-29 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12184
12185 2015-07-29 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12188
12189 2015-07-29 Pedro Alves <palves@redhat.com>
12190
12191 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12192 gdb_test_stdio.
12193
12194 2015-07-29 Pedro Alves <palves@redhat.com>
12195
12196 * lib/gdb.exp (gdb_test_stdio): New procedure.
12197
12198 2015-07-29 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12201
12202 2015-07-29 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.base/call-signal-resume.exp: Remove check for
12205 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12206 * gdb.base/unwindonsignal.exp: Likewise.
12207 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12208 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12209
12210 2015-07-29 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.base/siginfo-addr.c (pass): New function.
12213 (handler): Call it iff si_addr is correct.
12214 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12215 Set a breakpoint at "pass" and continue to it.
12216
12217 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12218
12219 * gdb.python/py-objfile.exp: Make some tests have unique names.
12220 * gdb.python/py-pp-registration.exp: Likewise.
12221
12222 2015-07-28 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12225
12226 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12227
12228 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12229
12230 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12231
12232 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12233
12234 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12235
12236 * gdb.base/gdb-sigterm-2.exp: New test.
12237
12238 2015-07-25 Doug Evans <xdje42@gmail.com>
12239
12240 Revert:
12241 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12242 (workers/%.worker, build-perf): New rule.
12243 (GDB_PERFTEST_MODE): New variable.
12244 (check-perf): Use it.
12245 (clean): Clean up gdb.perf parallel build subdirs.
12246 * lib/build-piece.exp: New file.
12247 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12248 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12249 name.
12250 (standard_temp_file): Ditto.
12251 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12252 of $GDB_PARALLEL.
12253
12254 2015-07-24 Doug Evans <dje@google.com>
12255
12256 * gdb.perf/lib/perftest/utils.py: New file.
12257 * gdb.perf/gm-hello.cc: New file.
12258 * gdb.perf/gm-pervasive-typedef.cc: New file.
12259 * gdb.perf/gm-pervasive-typedef.h: New file.
12260 * gdb.perf/gm-std.cc: New file.
12261 * gdb.perf/gm-std.h: New file.
12262 * gdb.perf/gm-use-cerr.cc: New file.
12263 * gdb.perf/gm-utils.h: New file.
12264 * gdb.perf/gmonster-null-lookup.py: New file.
12265 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12266 * gdb.perf/gmonster-print-cerr.py: New file.
12267 * gdb.perf/gmonster-ptype-string.py: New file.
12268 * gdb.perf/gmonster-runto-main.py: New file.
12269 * gdb.perf/gmonster-select-file.py: New file.
12270 * gdb.perf/gmonster1-null-lookup.exp: New file.
12271 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12272 * gdb.perf/gmonster1-print-cerr.exp: New file.
12273 * gdb.perf/gmonster1-ptype-string.exp: New file.
12274 * gdb.perf/gmonster1-runto-main.exp: New file.
12275 * gdb.perf/gmonster1-select-file.exp: New file.
12276 * gdb.perf/gmonster1.cc: New file.
12277 * gdb.perf/gmonster1.exp: New file.
12278 * gdb.perf/gmonster2-null-lookup.exp: New file.
12279 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12280 * gdb.perf/gmonster2-print-cerr.exp: New file.
12281 * gdb.perf/gmonster2-ptype-string.exp: New file.
12282 * gdb.perf/gmonster2-runto-main.exp: New file.
12283 * gdb.perf/gmonster2-select-file.exp: New file.
12284 * gdb.perf/gmonster2.cc: New file.
12285 * gdb.perf/gmonster2.exp: New file.
12286
12287 2015-07-24 Doug Evans <dje@google.com>
12288
12289 * gdb.perf/README: New file.
12290 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12291 * lib/gen-perf-test.exp: New file.
12292
12293 2015-07-24 Doug Evans <dje@google.com>
12294
12295 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12296 (PerfTest::startup): New function.
12297 (PerfTest::run): Return result of calling body.
12298 (PerfTest::assemble): Rewrite.
12299 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12300 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12301 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12302 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12303 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12304
12305 2015-07-24 Doug Evans <dje@google.com>
12306
12307 * lib/gdb.exp (clean_restart): Make executable optional.
12308
12309 2015-07-24 Doug Evans <dje@google.com>
12310
12311 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12312 compiler_info references.
12313 * gdb.cp/temargs.exp: Ditto.
12314 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12315 (get_compiler_info): Early exit if already computed. Set compiler_info
12316 to "unknown" if there was a problem.
12317 (test_compiler_info): Add function comment. Call get_compiler_info.
12318
12319 2015-07-24 Doug Evans <dje@google.com>
12320
12321 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12322 (workers/%.worker, build-perf): New rule.
12323 (GDB_PERFTEST_MODE): New variable.
12324 (check-perf): Use it.
12325 (clean): Clean up gdb.perf parallel build subdirs.
12326 * lib/build-piece.exp: New file.
12327 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12328 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12329 name.
12330 (standard_temp_file): Ditto.
12331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12332 of $GDB_PARALLEL.
12333
12334 2015-07-24 Doug Evans <dje@google.com>
12335
12336 * lib/future.exp (gdb_default_target_compile): New option
12337 "early_flags".
12338 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12339 --as-needed.
12340
12341 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12342
12343 * gdb.base/catch-syscall.exp: Call gdb_exit before
12344 gdb_skip_xml_test.
12345
12346 2015-07-24 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.python/py-events.exp: Accept output between the stop event
12349 and the prompt.
12350 * gdb.python/py-evsignal.exp: Likewise.
12351 * gdb.python/py-evthreads.exp: Likewise.
12352
12353 2015-07-24 Pedro Alves <palves@redhat.com>
12354
12355 PR gdb/18717
12356 * gdb.threads/non-ldr-exit.c: New file.
12357 * gdb.threads/non-ldr-exit.exp: New file.
12358
12359 2015-07-24 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12362 restarting process.
12363
12364 2015-07-24 Yao Qi <yao.qi@linaro.org>
12365
12366 * gdb.server/ext-restart.exp: New file.
12367
12368 2015-07-24 Yao Qi <yao.qi@linaro.org>
12369
12370 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12371 argument options.
12372 * gdb.server/ext-wrapper.exp: New file.
12373
12374 2015-07-23 Doug Evans <dje@google.com>
12375
12376 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12377 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12378
12379 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12380
12381 * gdb.ada/var_arr_typedef.exp: New testcase.
12382 * gdb.ada/var_arr_typedef/pack.adb: New file.
12383 * gdb.ada/var_arr_typedef/pack.ads: New file.
12384 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12385
12386 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12387
12388 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12389
12390 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 * gdb.arch/i386-biarch-core.exp: Replace istarget
12393 by "complete set gnutarget". Remove expectation for the "core-file"
12394 command.
12395
12396 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 Revert the previous commit:
12399 Tests for validate symbol file using build-id.
12400
12401 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12402
12403 Tests for validate symbol file using build-id.
12404 * gdb.base/solib-mismatch-lib.c: New file.
12405 * gdb.base/solib-mismatch-libmod.c: New file.
12406 * gdb.base/solib-mismatch.c: New file.
12407 * gdb.base/solib-mismatch.exp: New file.
12408
12409 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12410
12411 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12412 nios2-*-linux*.
12413 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12414 * gdb.base/siginfo.exp: Likewise.
12415 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12416
12417 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12418
12419 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12420 Move it to ...
12421 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12422 ... here.
12423 * gdb.trace/range-stepping.exp: Check that the target supports
12424 range stepping.
12425
12426 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12427
12428 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12429
12430 2015-07-14 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.base/killed-outside.exp: New file.
12433 * gdb.base/killed-outside.c: New file.
12434
12435 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12436
12437 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12438 (n at main): New.
12439 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12440
12441 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12442
12443 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12444 infcall tests instead of setting up for KFAIL.
12445
12446 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12447
12448 * gdb.btrace/record_goto-step.exp: New.
12449
12450 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 PR compile/18484
12453 * gdb.compile/compile.c (struct struct_type): Add volatile to
12454 selffield's type.
12455 * gdb.compile/compile.exp
12456 (compile code struct_object.selffield = &struct_object): Skip further
12457 struct_object tests if this one xfails.
12458
12459 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12460
12461 PR exp/18617
12462 * gdb.trace/ax.exp: Add test.
12463
12464 2015-07-07 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12467 instead of istarget "aarch64*-*-*".
12468 * gdb.arch/aarch64-fp.exp: Likewise.
12469 * gdb.base/float.exp: Likewise.
12470 * gdb.reverse/aarch64.exp: Likewise.
12471 * lib/gdb.exp (is_aarch64_target): New proc.
12472
12473 2015-07-07 Yao Qi <yao.qi@linaro.org>
12474
12475 * lib/gdb.exp (is_aarch32_target): New proc.
12476 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12477 instead of "istarget "arm*-*-*"".
12478 * gdb.arch/arm-disp-step.exp: Likewise.
12479 * gdb.arch/thumb-bx-pc.exp: Likewise.
12480 * gdb.arch/thumb-prologue.exp: Likewise.
12481 * gdb.arch/thumb-singlestep.exp: Likewise.
12482 * gdb.base/disp-step-syscall.exp: Likewise.
12483 * gdb.base/float.exp: Likewise.
12484
12485 2015-07-07 Yao Qi <yao.qi@linaro.org>
12486
12487 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12488 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12489
12490 2015-07-07 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12493 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12494 if it exists.
12495 * gdb.multi/multi-arch.exp: Likewise.
12496
12497 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12500 print.
12501
12502 2015-07-07 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12505
12506 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12507
12508 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12509 '[' and ']' characters.
12510
12511 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12512
12513 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12514
12515 2015-06-29 Pedro Alves <palves@redhat.com>
12516
12517 PR threads/18127
12518 * gdb.threads/hand-call-new-thread.c: New file.
12519 * gdb.threads/hand-call-new-thread.c: New file.
12520
12521 2015-06-26 Keith Seitz <keiths@redhat.com>
12522 Doug Evans <dje@google.com>
12523
12524 PR 16253
12525 * gdb.cp/var-tag-2.cc: New file.
12526 * gdb.cp/var-tag-3.cc: New file.
12527 * gdb.cp/var-tag-4.cc: New file.
12528 * gdb.cp/var-tag.cc: New file.
12529 * gdb.cp/var-tag.exp: New file.
12530
12531 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12532
12533 * gdb.base/history-duplicates.exp: New test.
12534
12535 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12536
12537 * gdb.base/completion.exp: Test the completion of the "focus"
12538 command.
12539
12540 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12541
12542 * gdb.arch/amd64-prologue-skip.S: New file.
12543 * gdb.arch/amd64-prologue-skip.exp: New file.
12544
12545 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12546
12547 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12548 is_address_zero_readable check.
12549
12550 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12551
12552 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12553 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12554
12555 2015-06-24 Yao Qi <yao.qi@linaro.org>
12556
12557 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12558 linux targets.
12559
12560 2015-06-24 Yao Qi <yao.qi@linaro.org>
12561
12562 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12563 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12564 * gdb.base/siginfo-thread.exp: Likewise.
12565
12566 2015-06-22 Yao Qi <yao.qi@linaro.org>
12567
12568 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12569
12570 2015-06-22 Yao Qi <yao.qi@linaro.org>
12571
12572 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12573 aarch64*-*-*.
12574 (skip_hw_watchpoint_tests): Likewise.
12575
12576 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12577
12578 * gdb.base/gdbinit-history.exp: Test the interaction between
12579 setting GDBHISTSIZE and setting the history size via .gdbinit.
12580
12581 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12582
12583 PR gdb/16999
12584 * gdb.base/gdbhistsize-history.exp: New test.
12585
12586 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12587
12588 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12589 with GDBHISTSIZE.
12590 * gdb.base/readline.exp: Likewise.
12591
12592 2015-06-17 Yao Qi <yao.qi@linaro.org>
12593
12594 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12595 line.
12596
12597 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12598
12599 * gdb.base/gdbinit-history.exp: Add test case to check that
12600 an unlimited history file does not get truncated on exit.
12601
12602 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12603
12604 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12605 (VECTOR): New macro. Use it...
12606 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12607 ...for these typedefs.
12608 (int8, char1, int1, double1): New typedefs.
12609 (struct just_int2, struct two_int2): New structures.
12610 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12611 (add_structvecs, add_singlevecs): New functions.
12612 (main): Call add_some_intvecs twice.
12613 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12614 the compile and exit upon failure. Try compiling for the "native"
12615 architecture. Test inferior function calls with vector arguments
12616 and vector return value handling with "finish" and "return".
12617
12618 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12619
12620 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12621 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12622 PE file.
12623 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12624
12625 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12626
12627 PR breakpoints/16465
12628 * gdb.mi/mi-dprintf-pending.c: New file.
12629 * gdb.mi/mi-dprintf-pending.exp: New test.
12630 * gdb.mi/mi-dprintf-pendshr.c: New file.
12631
12632 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12633 Mircea Gherzan <mircea.gherzan@intel.com>
12634
12635 * gdb.arch/i386-mpx-map.c: New file.
12636 * gdb.arch/i386-mpx-map.exp: New File.
12637
12638 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12639
12640 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12641 * gdb.arch/i386-mpx.exp: Indentation fixed.
12642
12643 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12644
12645 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12646 function and improved indentation.
12647 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12648 gdb_test_multiple. Added additional tests to skip the test.
12649
12650 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12651
12652 * gdb.arch/i386-avx512.c: Change path in include file.
12653 * gdb.arch/i386-avx512.exp: Change include dir path
12654 compilation flag.
12655 * gdb.arch/i386-mpx.c: Change path in include file.
12656 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12657 flag.
12658
12659 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12660
12661 * gdb.compile/compile-print.exp (compile print *vararray@3)
12662 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12663
12664 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12665
12666 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12667 (do not keep jit in memory): ... this.
12668 (expect 5): Change it to ...
12669 (expect no 5): ... this.
12670
12671 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12672
12673 PR gdb/15564
12674 * gdb.mi/mi-detach.exp: New file.
12675
12676 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12677
12678 PR symtab/18392
12679 * gdb.arch/amd64-tailcall-self.S: New file.
12680 * gdb.arch/amd64-tailcall-self.c: New file.
12681 * gdb.arch/amd64-tailcall-self.exp: New file.
12682
12683 2015-05-28 Don Breazeal <donb@codesourcery.com>
12684
12685 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12686 tests for remote targets by checking is_target_gdbserver.
12687
12688 2015-05-27 Doug Evans <dje@google.com>
12689
12690 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12691 * gdb.dwarf2/opaque-type-lookup.c: New file.
12692 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12693
12694 2015-05-26 Doug Evans <dje@google.com>
12695
12696 * gdb.cp/iostream.cc: New file.
12697 * gdb.cp/iostream.exp: New file.
12698
12699 2015-05-26 Doug Evans <dje@google.com>
12700
12701 * gdb.dwarf2/dw2-op-call.exp: Update.
12702 * gdb.dwarf2/dw4-sig-types.exp: Update.
12703 * gdb.dwarf2/implptr.exp: Update.
12704 * gdb.mi/mi-cmd-param-changed.exp: Update.
12705
12706 2015-05-26 Doug Evans <dje@google.com>
12707
12708 * gdb.python/py-lazy-string.c: New file.
12709 * gdb.python/py-lazy-string.exp: New file.
12710 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12711 (main): Update. Add estring3.
12712 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12713 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12714
12715 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12716 Yao Qi <yao.qi@linaro.org>
12717
12718 * gdb.reverse/aarch64.c: New.
12719 * gdb.reverse/aarch64.exp: New.
12720
12721 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12722
12723 * lib/gdb.exp (supports_process_record): Return true for
12724 aarch64*-linux*.
12725 (supports_reverse): Likewise.
12726
12727 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12728
12729 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12730 Use with_test_prefix.
12731
12732 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12733
12734 * gdb.base/completion.exp: Add test for completion of layout
12735 names.
12736
12737 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12738
12739 * lib/gdb.exp (skip_tui_tests): New proc.
12740 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12741
12742 2015-05-19 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12745 Save the whole env array instead of just HOME. Unset HISTSIZE in
12746 the environment while testing. Restore whole environment
12747 afterwards.
12748
12749 2015-05-16 Doug Evans <xdje42@gmail.com>
12750
12751 * gdb.guile/scm-ports.c: New file.
12752 * gdb.guile/scm-ports.exp: Add memory port tests.
12753
12754 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * gdb.compile/compile-print.c: New file.
12757 * gdb.compile/compile-print.exp: New file.
12758
12759 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.compile/compile-ops.exp: Cast param to void.
12762 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12763 (compile code struct_object.selffield = &struct_object): Add xfail.
12764
12765 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12766
12767 * gdb.ada/arr_enum_with_gap: New testcase.
12768
12769 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12770
12771 * gdb.ada/byte_packed_arr: New testcase.
12772
12773 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12774
12775 * gdb.ada/pckd_neg: New testcase.
12776
12777 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12778
12779 PR gdb/17820
12780 * gdb.base/gdbinit-history.exp: New test.
12781 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12782 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12783
12784 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12785
12786 * gdb.python/py-xmethods.cc: Enhance test case.
12787 * gdb.python/py-xmethods.exp: New tests.
12788 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12789 function.
12790 (B_indexoper): Likewise.
12791 (global_dm_list) : Add new xmethod worker functions.
12792
12793 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12794
12795 * gdb.base/coredump-filter.exp: Correctly unset
12796 "coredump_var_addr" array.
12797
12798 2015-05-08 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.server/non-existing-program.exp: Unset spawn_id.
12801
12802 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12803
12804 PR python/18291
12805 * gdb.python/py-xmethods.exp: Add tests.
12806
12807 2015-05-08 Yao Qi <yao.qi@linaro.org>
12808
12809 PR gdb/18208
12810 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12811 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12812 function set_coredump_filter, and remove remote_exec call.
12813 Remove argument ipid. Callers update.
12814 (top level): Don't get inferior's PID.
12815
12816 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12817
12818 * gdb.base/watch_thread_num.exp: Skip test on targets without
12819 access watchpoints.
12820
12821 2015-05-06 Pedro Alves <palves@redhat.com>
12822
12823 PR server/18081
12824 * gdb.server/non-existing-program.exp: New file.
12825
12826 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12827
12828 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12829
12830 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12831
12832 * gdb.ada/out_of_line_in_inlined: New testcase.
12833
12834 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12835
12836 * gdb.ada/var_rec_arr: New testcase.
12837
12838 2015-04-30 Yao Qi <yao.qi@linaro.org>
12839
12840 * gdb.base/break-idempotent.exp: If
12841 skip_hw_watchpoint_multi_tests returns true, skip the tests
12842 on "rwatch" and "awatch".
12843
12844 2015-04-30 Yao Qi <yao.qi@linaro.org>
12845
12846 * gdb.base/relativedebug.exp: Invoke gdb command
12847 "info sharedlibrary", and if libc.so doesn't have debug info,
12848 skip the test.
12849
12850 2015-04-29 Doug Evans <dje@google.com>
12851
12852 * gdb.python/py-xmethods.exp: Add ptype tests.
12853 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12854 get_result_type method.
12855
12856 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12857
12858 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12859 the target does not support hardware watchpoints.
12860
12861 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12862
12863 * gdb.base/break-always.exp: Abort testing if writing to memory
12864 causes an error.
12865
12866 2015-04-28 Doug Evans <dje@google.com>
12867
12868 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12869 * gdb.python/py-pp-registration.exp: ... here. New file.
12870 * gdb.python/py-pp-registration.c: New file.
12871 * gdb.python/py-pp-registration.py: New file.
12872
12873 2015-04-28 Doug Evans <dje@google.com>
12874
12875 * gdb.python/py-bad-printers.c: New file.
12876 * gdb.python/py-bad-printers.py: New file.
12877 * gdb.python/py-bad-printers.exp: New file.
12878
12879 2015-04-28 Sasha Smundak <asmundak@google.com>
12880
12881 * gdb.python/py-type.exp: New test.
12882
12883 2015-04-28 Andy Wingo <wingo@igalia.com>
12884
12885 * gdb.python/py-parameter.exp:
12886 * gdb.guile/scm-parameter.exp: Escape the path that we are
12887 matching against, as it might contain characters that are special
12888 to regular expressions.
12889
12890 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12891
12892 * gdb.ada/rec_comp: New testcase.
12893
12894 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12895
12896 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12897 before using it.
12898
12899 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12900
12901 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12902 new tests for verilog output.
12903
12904 2015-04-24 Yao Qi <yao.qi@linaro.org>
12905
12906 * boards/remote-gdbserver-on-localhost.exp: New file.
12907
12908 2015-04-23 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12911 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12912 "end of file", remove $inferior_spawn_id from the indirect list.
12913
12914 2015-04-23 Pedro Alves <palves@redhat.com>
12915
12916 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12917
12918 2015-04-23 Pedro Alves <palves@redhat.com>
12919
12920 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12921 on $any_spawn_id instead of only on $gdb_spawn_id.
12922
12923 2015-04-21 Pierre Muller <muller@sourceware.org>
12924
12925 PR pascal/17815
12926 * lib/pascal.exp (gpc_compile): Add new option "class".
12927 (fpc_compile): Likewise.
12928 * gdb.pascal/case-insensitive-symbols.pas: New file.
12929 * gdb.pascal/case-insensitive-symbols.exp: New file.
12930
12931 2015-04-20 Gary Benson <gbenson@redhat.com>
12932
12933 * gdb.base/attach.exp: Fix three extended remote failures.
12934
12935 2015-04-17 Gary Benson <gbenson@redhat.com>
12936
12937 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12938 the main executable over the remote protocol.
12939
12940 2015-04-16 Pedro Alves <palves@redhat.com>
12941
12942 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12943 a new gdbserver if gdbserver_reconnect_p is set.
12944
12945 2015-04-16 Pedro Alves <palves@redhat.com>
12946
12947 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12948 is set, don't exit gdbserver.
12949
12950 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12951
12952 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12953 appropriate .insn, such that an older assembler can be used.
12954 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12955 the z/Architecture instruction set on 31-bit targets as well.
12956
12957 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12958
12959 * gdb.go/handcall.exp: Remove all logic related to the first
12960 breakpoint and rely on go_runto_main instead.
12961 * gdb.go/strings.exp: Likewise.
12962 * gdb.go/unsafe.exp: Likewise.
12963 * gdb.go/hello.exp: Likewise. Also rename the remaining
12964 breakpoint marker to "breakpoint 1".
12965 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12966 * gdb.go/strings.go: Likewise.
12967 * gdb.go/unsafe.go: Likewise.
12968 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12969 "set breakpoint 2 here" and rename the remaining breakpoint marker
12970 to "breakpoint 1".
12971
12972 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12973
12974 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12975 if itertools.imap is not present.
12976 * gdb.python/py-objfile.exp: Add parentheses.
12977 * gdb.python/py-type.exp: Same.
12978 * gdb.python/py-unwind-maint.py: Same.
12979
12980 2015-04-15 Yao Qi <yao.qi@linaro.org>
12981
12982 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12983 of ":$ptr_size" and set its form explicitly.
12984
12985 2015-04-15 Pedro Alves <palves@redhat.com>
12986 Yao Qi <yao.qi@linaro.org>
12987
12988 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12989 timeout by factor of 4.
12990 (test_regular_watch): Likewise.
12991 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12992 * gdb.reverse/sigall-reverse.exp: Likewise.
12993 * gdb.reverse/until-precsave.exp: Likewise.
12994 * lib/gdb.exp (with_timeout_factor): New proc.
12995 (gdb_expect): Move some code to ...
12996 (get_largest_timeout): ... here. New procedure.
12997
12998 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12999
13000 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13001
13002 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13003
13004 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13005 to write to the .text section.
13006
13007 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13008
13009 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13010 Handle the case of targets that do not provide PID information.
13011
13012 2015-04-13 Yao Qi <yao.qi@linaro.org>
13013
13014 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13015 and use expect instead of gdb_expect.
13016
13017 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13018
13019 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13020 "coredump_var_addr" to avoid naming conflict with other testcases.
13021
13022 2015-04-10 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13025 gdb_test_sequence and gdb_assert.
13026
13027 2015-04-10 Pedro Alves <palves@redhat.com>
13028
13029 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13030 test messages that don't include the breakpoint address.
13031
13032 2015-04-10 Yao Qi <yao.qi@linaro.org>
13033
13034 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13035 false for some offset and width combinations which aren't
13036 supported by linux kernel.
13037
13038 2015-04-10 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13041 procedure, factored out from ...
13042 (top level): ... here. Add "set displaced-stepping" testing axis.
13043 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13044 parameter "displaced". Use it.
13045 (top level): Use foreach and add "set displaced-stepping" testing
13046 axis.
13047
13048 2015-04-10 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13051 Remove comment.
13052 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13053 both the address of the instruction that triggers the watchpoint
13054 and the address of the instruction immediately after, and use
13055 those addresses for the test. Fix comment.
13056
13057 2015-04-10 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.base/sigstep.exp (breakpoint_to_handler)
13060 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13061 Test "backtrace" in handler.
13062 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13063 (top level): Add new "displaced" test axis to
13064 breakpoint_to_handler, breakpoint_to_handler_entry and
13065 breakpoint_over_handler.
13066
13067 2015-04-10 Pedro Alves <palves@redhat.com>
13068
13069 PR gdb/18216
13070 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13071
13072 2015-04-10 Yao Qi <yao.qi@linaro.org>
13073
13074 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13075 (test_add_rn_pc): New function.
13076 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13077 (top level): Invoke test_add_rn_pc.
13078
13079 2015-04-10 Pedro Alves <palves@redhat.com>
13080
13081 PR gdb/13858
13082 * gdb.base/step-over-no-symbols.exp: New file.
13083
13084 2015-04-09 Andy Wingo <wingo@igalia.com>
13085
13086 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13087 after the Python tests.
13088
13089 2015-04-08 Keith Seitz <keiths@redhat.com>
13090
13091 PR python/16699
13092 * gdb.python/py-completion.exp: New tests for completion.
13093 * gdb.python/py-completion.py (CompleteLimit1): New class.
13094 (CompleteLimit2): Likewise.
13095 (CompleteLimit3): Likewise.
13096 (CompleteLimit4): Likewise.
13097 (CompleteLimit5): Likewise.
13098 (CompleteLimit6): Likewise.
13099 (CompleteLimit7): Likewise.
13100
13101 2015-04-08 Pedro Alves <palves@redhat.com>
13102
13103 PR gdb/18214
13104 PR gdb/18216
13105 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13106 function.
13107 (main): Install it as SIGUSR1 handler.
13108 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13109 parameter. Always use "setup" as prefix. Toggle "set
13110 displaced-stepping" off/on depending on global. Don't switch to
13111 thread 1 here.
13112 (top level): Add displaced stepping "off/on" test axis. Update
13113 "setup" calls. Wrap each subtest with with_test_prefix. Test
13114 continuing with a queued signal in each thread.
13115
13116 2015-04-08 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13119 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13120 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13121 Return early if running to main fails.
13122 * gdb.trace/while-stepping.exp: Likewise.
13123
13124 2015-04-07 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13127 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13128 interact with inferior program.
13129
13130 2015-04-07 Pedro Alves <palves@redhat.com>
13131
13132 * lib/gdb.exp (inferior_spawn_id): New global.
13133 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13134 spawn id after processing the user code.
13135 (default_gdb_start): Set inferior_spawn_id.
13136 (send_inferior): New procedure.
13137 * lib/gdbserver-support.exp (gdbserver_start): Set
13138 inferior_spawn_id.
13139 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13140
13141 2015-04-07 Pedro Alves <palves@redhat.com>
13142
13143 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13144 * lib/gdbserver-support.exp (gdbserver_start): Make
13145 $server_spawn_id global.
13146 (gdbserver_start): Don't wait for gdbserver's spawn id with
13147 expect_background.
13148 (close_gdbserver): New procedure.
13149 (gdb_exit): Rename the default version and reimplement.
13150
13151 2015-04-07 Pedro Alves <palves@redhat.com>
13152
13153 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13154 append the substituted item, not the original item.
13155
13156 2015-04-07 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13159 gdb_expect.
13160
13161 2015-04-07 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13164 output appearing once only.
13165
13166 2015-04-07 Pedro Alves <palves@redhat.com>
13167
13168 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13169 that doesn't expect anything. Return early if running to main
13170 fails.
13171
13172 2015-04-07 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13175 (child_function): Call alarm.
13176 (main): Move call to alarm into the loop.
13177 * gdb.threads/non-stop-fair-events.exp: Build program with
13178 -DTIMEOUT=$timeout.
13179
13180 2015-04-06 Doug Evans <xdje42@gmail.com>
13181
13182 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13183 Fix dest parameter to board_info.
13184 (fpc_compile): Ditto.
13185 (gdb_compile_pascal): Rename dest arg to destfile.
13186
13187 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13188
13189 * gdb.ada/funcall_ref.exp: New file.
13190 * gdb.ada/funcall_ref/foo.adb: New file.
13191
13192 2015-04-02 Yao Qi <yao.qi@linaro.org>
13193
13194 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13195 is remote.
13196
13197 2015-04-02 Gary Benson <gbenson@redhat.com>
13198
13199 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13200
13201 2015-04-01 Sasha Smundak <asmundak@google.com>
13202
13203 * gdb.python/py-unwind-maint.c: New file.
13204 * gdb.python/py-unwind-maint.exp: New test.
13205 * gdb.python/py-unwind-maint.py: New file.
13206 * gdb.python/py-unwind.c: New file.
13207 * gdb.python/py-unwind.exp: New test.
13208 * gdb.python/py-unwind.py: New test.
13209
13210 2015-04-01 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13213 to fail instead of non-existent $test.
13214
13215 2015-04-01 Pedro Alves <palves@redhat.com>
13216
13217 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13218 GDBFLAGS if not empty.
13219
13220 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13221
13222 * gdb.ada/complete.exp: Remove "multi_line".
13223 * gdb.ada/info_exc.exp: Remove "multi_line".
13224 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13225 * gdb.ada/ptype_field.exp: Remove "multi_line".
13226 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13227 * gdb.ada/tagged.exp: Remove "multi_line".
13228 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13229 [multi_line ...]
13230 * gdb.btrace/delta.exp: Likewise.
13231 * gdb.btrace/exception.exp: Likewise.
13232 * gdb.btrace/function_call_history.exp: Likewise.
13233 * gdb.btrace/instruction_history.exp: Likewise.
13234 * gdb.btrace/nohist.exp: Likewise.
13235 * gdb.btrace/record_goto.exp: Likewise.
13236 * gdb.btrace/segv.exp: Likewise.
13237 * gdb.btrace/stepi.exp: Likewise.
13238 * gdb.btrace/tailcall.exp: Likewise.
13239 * gdb.btrace/unknown_functions.exp: Likewise.
13240 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13241 * lib/gdb.exp: Add the "multi_line" helper.
13242
13243 2015-04-01 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.threads/tid-reuse.c: New file.
13246 * gdb.threads/tid-reuse.exp: New file.
13247
13248 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13249
13250 PR corefiles/16092
13251 * gdb.base/coredump-filter.c: New file.
13252 * gdb.base/coredump-filter.exp: Likewise.
13253
13254 2015-03-27 Petr Machata <pmachata@redhat.com>
13255
13256 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13257 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13258 (Dwarf::assemble): Initialize them.
13259 (Dwarf::lines): New function.
13260
13261 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13262
13263 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13264 SYMBOL_PREFIX for x86_64-*-cygwin.
13265
13266 2015-03-26 Andy Wingo <wingo@igalia.com>
13267
13268 PR symtab/18148
13269 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13270 const_value but not a location.
13271 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13272 location defined in non-main CUs are visible.
13273
13274 2015-03-26 Yao Qi <yao.qi@linaro.org>
13275
13276 PR testsuite/18139
13277 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13278 Add a line number entry for the same line.
13279 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13280 Add a line number entry for the same line.
13281
13282 2015-03-26 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13285 .int 0.
13286 (func): Likewise. Add .Lfunc_1 label.
13287 Use .Lfunc_1 label.
13288 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13289 .int 0.
13290 (func): Likewise.
13291 Use .Lfunc_1 label.
13292
13293 2015-03-26 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13296 Call gdb_compile instead to compile each .s files without debug
13297 information.
13298
13299 2015-03-26 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.base/savedregs.exp (process_saved_regs): Make
13302 "Saved registers:" optional in the pattern.
13303
13304 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13305
13306 * gdb.btrace/next.exp: Merged into step.exp.
13307 * gdb.btrace/finish.exp: Merged into step.exp.
13308 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13309 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13310 "record goto" and checking the exact replay position.
13311 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13312 check for "Recording format" in "info record" output.
13313 * gdb.btrace/record_goto.exp: Choose test file based on target.
13314 * gdb.btrace/x86-record_goto.S: Renamed into ...
13315 * gdb.btrace/x86_64-record_goto.S: ... this.
13316 * gdb.btrace/i686-record_goto.S: New.
13317 * gdb.btrace/x86-tailcall.S: Renamed into ...
13318 * gdb.btrace/x86_64-tailcall.S: ... this.
13319 * gdb.btrace/i686-tailcall.S: New.
13320 * gdb.btrace/x86-tailcall.c: Renamed into ...
13321 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13322 separate statements. Update test.
13323 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13324 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13325 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13326 * gdb.btrace/tailcall.exp: Choose test file based on target.
13327 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13328
13329 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13330
13331 * gdb.btrace/exception.exp: Increase BTS buffer size.
13332
13333 2015-03-24 Pedro Alves <palves@redhat.com>
13334
13335 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13336
13337 2015-03-24 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.threads/schedlock.exp (test_step): No longer expect that
13340 "set scheduler-locking step" with "next" over a function call runs
13341 threads unlocked.
13342
13343 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13344
13345 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13346
13347 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13348
13349 PR breakpoints/16466
13350 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13351 * gdb.mi/mi-pending.c (thread_func): New function.
13352 (int main): Add threading support required.
13353 * gdb.mi/mi-pending.exp: Add tests for this issue.
13354 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13355 (pendfunc2): Remove stdio dependency.
13356 * gdb.mi/mi-pendshr2.c: New file.
13357
13358 2015-03-23 Keith Seitz <keiths@redhat.com>
13359
13360 * gdb.linespec/keywords.c: New file.
13361 * gdb.linespec/keywords.exp: New file.
13362
13363 2015-03-23 Keith Seitz <keiths@redhat.com>
13364
13365 PR gdb/18021
13366 * gdb.dwarf2/staticvirtual.exp: New test.
13367
13368 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13369
13370 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13371 * README: Remove HP-UX and gdb.hp.
13372 (configuration):
13373 * configure: Regenerate.
13374 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13375 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13376 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13377 gdb.hp/gdb.defects/Makefile.
13378 * gdb.hp/Makefile.in: File deleted.
13379 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13380 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13381 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13382 * gdb.hp/gdb.aCC/run.c: File deleted.
13383 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13384 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13385 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13386 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13387 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13388 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13389 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13390 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13391 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13392 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13393 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13394 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13395 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13396 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13397 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13398 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13399 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13400 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13401 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13402 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13403 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13404 * gdb.hp/gdb.compat/average.c: File deleted.
13405 * gdb.hp/gdb.compat/sum.c: File deleted.
13406 * gdb.hp/gdb.compat/xdb.c: File deleted.
13407 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13408 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13409 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13410 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13411 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13412 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13413 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13414 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13415 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13416 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13417 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13418 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13419 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13420 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13421 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13422 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13423 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13424 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13425 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13426 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13427 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13428 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13429 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13430 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13431 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13432 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13433 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13434 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13435 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13436 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13437 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13438 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13439 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13440 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13441 * gdb.hp/tools/odump: File deleted.
13442
13443 2015-03-19 Pedro Alves <palves@redhat.com>
13444
13445 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13446 (saw_thread_3): New globals.
13447 (top level): Increment them when an event for the corresponding
13448 thread is seen.
13449 (no thread starvation): New test.
13450
13451 2015-03-19 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.threads/continue-pending-status.c: New file.
13454 * gdb.threads/continue-pending-status.exp: New file.
13455
13456 2015-03-18 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13459 Use gdb_is_target_remote instead of is_remote. Use
13460 gdb_test_multiple instead of gdb_expect. Exit early if
13461 gdb_test_multiple hits its internal matches. Tighten stepi tests
13462 expected output. Fail on exit with any signal, instead of just
13463 SIGILL.
13464
13465 2015-03-18 Yao Qi <yao.qi@linaro.org>
13466
13467 PR tdep/18107
13468 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13469 variable.
13470 * gdb.base/catch-syscall.exp: Don't skip it on
13471 aarch64*-*-linux* target. Remove elements in all_syscalls.
13472 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13473 target.
13474 (setup_all_syscalls): New proc.
13475
13476 2015-03-16 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13479 (top level): Skip tests if valid_addr_p returns false for
13480 $cmd1 or $cmd2.
13481
13482 2015-03-11 Andy Wingo <wingo@igalia.com>
13483
13484 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13485
13486 2015-03-11 Yao Qi <yao.qi@linaro.org>
13487
13488 * gdb.base/catch-syscall.exp: Fix typo in comments.
13489
13490 2015-03-11 Yao Qi <yao.qi@linaro.org>
13491
13492 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13493
13494 2015-03-09 Pedro Alves <palves@redhat.com>
13495
13496 * dg-extract-results.py: Delete.
13497
13498 2015-03-09 Pedro Alves <palves@redhat.com>
13499
13500 Merge dg-extract-results.sh from GCC upstream (r218843).
13501
13502 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13503 * dg-extract-results.sh: Use --text with grep to avoid issues with
13504 binary files. Fall back to cat -v, if that doesn't work.
13505
13506 2015-03-05 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13509
13510 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13511
13512 * lib/mi-support.exp (mi_expect_interrupt): Accept
13513 alternative event for when in all-stop mode.
13514
13515 2015-03-04 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13518
13519 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13520
13521 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13522
13523 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13526 regexps for GDB's current line display, accept a hex address
13527 preceding the line number.
13528
13529 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530
13531 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13532 the 'arch1' variable for "s390*-linux*" targets.
13533
13534 2015-03-04 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13537 (main): Pass missing retval argument to pthread_join call.
13538
13539 2015-03-02 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13542 (top level): Call do_test with non-stop as well.
13543
13544 2015-03-02 Pedro Alves <palves@redhat.com>
13545
13546 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13547 -1.
13548
13549 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13550
13551 * gdb.arch/s390-vregs.exp: New test.
13552 * gdb.arch/s390-vregs.S: New file.
13553
13554 2015-02-27 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13557 call to catch_command_errors.
13558 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13559 catch_command_errors.
13560
13561 2015-02-27 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13564 "true" for boolean result.
13565 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13566 prototype of main.
13567
13568 2015-02-27 Pedro Alves <palves@redhat.com>
13569
13570 * lib/unbuffer_output.c: New file.
13571 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13572 (main): Call gdb_unbuffer_output.
13573
13574 2015-02-27 Yao Qi <yao.qi@linaro.org>
13575
13576 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13577 target.
13578
13579 2015-02-26 Doug Evans <dje@google.com>
13580
13581 * gdb.cp/class2.cc (Dbase, D): New classes.
13582 (main): New local delta.
13583 * gdb.cp/class2.exp: Test printing delta.
13584 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13585 (dynbar): New global.
13586 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13587
13588 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13589
13590 * gdb.compile/compile-ifunc.c: New file.
13591 * gdb.compile/compile-ifunc.exp: New file.
13592
13593 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13594
13595 * gdb.base/structs.exp: Check for correct struct on finish.
13596
13597 2015-02-26 Yao Qi <yao.qi@linaro.org>
13598
13599 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13600 is zero.
13601
13602 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13603
13604 * gdb.arch/cordic.ko.bz2: New file.
13605 * gdb.arch/cordic.ko.debug.bz2: New file.
13606 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13607
13608 2015-02-25 Yao Qi <yao.qi@linaro.org>
13609
13610 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13611 aarch64*-*-* target.
13612
13613 2015-02-23 Pedro Alves <palves@redhat.com>
13614
13615 * lib/gdb.exp (delete_breakpoints): Rewrite using
13616 gdb_test_multiple.
13617
13618 2015-02-23 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/info-os.c: Include stdlib.h.
13621
13622 2015-02-22 Doug Evans <xdje42@gmail.com>
13623
13624 PR symtab/17855
13625 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13626 is read after symbols have been re-read.
13627 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13628 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13629
13630 2015-02-21 Doug Evans <dje@google.com>
13631
13632 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13633
13634 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13635
13636 PR corefiles/17808
13637 * gdb.arch/i386-biarch-core.core.bz2: New file.
13638 * gdb.arch/i386-biarch-core.exp: New file.
13639
13640 2015-02-21 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13643 runto_main fails.
13644
13645 2015-02-20 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13648 info probes.
13649
13650 2015-02-20 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13653
13654 2015-02-20 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13657 clean_restart before gdb_target_supports_trace.
13658
13659 2015-02-20 Pedro Alves <palves@redhat.com>
13660
13661 PR threads/18006
13662 * gdb.threads/clone-thread_db.c: New file.
13663 * gdb.threads/clone-thread_db.exp: New file.
13664
13665 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13666
13667 PR breakpoints/16812
13668 * gdb.base/catch-gdb-caused-signals.c: New file.
13669 * gdb.base/catch-gdb-caused-signals.exp: New file.
13670
13671 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13672
13673 * configure: Regenerated.
13674 * configure.ac: Use GDB_AC_TRANSFORM.
13675 * aclocal.m4: sinclude ../transform.m4.
13676
13677 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13678
13679 * lib/dtrace.exp: New file.
13680 * gdb.base/dtrace-probe.exp: Likewise.
13681 * gdb.base/dtrace-probe.d: Likewise.
13682 * gdb.base/dtrace-probe.c: Likewise.
13683 * lib/pdtrace.in: Likewise.
13684 * configure.ac: Output variables with the transformed names of
13685 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13686 * configure: Regenerated.
13687
13688 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13689
13690 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13691 expected message when trying to access $_probe_* convenience
13692 variables while not on a probe.
13693
13694 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13695
13696 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13697
13698 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13699
13700 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13701 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13702
13703 2015-02-10 Doug Evans <xdje42@gmail.com>
13704
13705 * lib/gdb.exp (gdb_load): Always return a result.
13706
13707 2015-02-10 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.threads/signal-sigtrap.c: New file.
13710 * gdb.threads/signal-sigtrap.exp: New file.
13711
13712 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13713
13714 * gdb.trace/no-attach-trace.c: New file.
13715 * gdb.trace/no-attach-trace.exp: New file.
13716
13717 2015-02-09 Mark Wielaard <mjw@redhat.com>
13718
13719 * gdb.dwarf2/atomic.c: New file.
13720 * gdb.dwarf2/atomic-type.exp: Likewise.
13721
13722 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13723
13724 * gdb.btrace/buffer-size.exp: Update "info record" output.
13725 * gdb.btrace/delta.exp: Update "info record" output.
13726 * gdb.btrace/enable.exp: Update "info record" output.
13727 * gdb.btrace/finish.exp: Update "info record" output.
13728 * gdb.btrace/instruction_history.exp: Update "info record" output.
13729 * gdb.btrace/next.exp: Update "info record" output.
13730 * gdb.btrace/nexti.exp: Update "info record" output.
13731 * gdb.btrace/step.exp: Update "info record" output.
13732 * gdb.btrace/stepi.exp: Update "info record" output.
13733 * gdb.btrace/nohist.exp: Update "info record" output.
13734
13735 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13736
13737 * gdb.btrace/buffer-size: New.
13738
13739 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13740
13741 * gdb.btrace/delta.exp: Update "info record" output.
13742 * gdb.btrace/enable.exp: Update "info record" output.
13743 * gdb.btrace/finish.exp: Update "info record" output.
13744 * gdb.btrace/instruction_history.exp: Update "info record" output.
13745 * gdb.btrace/next.exp: Update "info record" output.
13746 * gdb.btrace/nexti.exp: Update "info record" output.
13747 * gdb.btrace/step.exp: Update "info record" output.
13748 * gdb.btrace/stepi.exp: Update "info record" output.
13749 * gdb.btrace/nohist.exp: Update "info record" output.
13750
13751 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13752
13753 PR gdb/15678
13754 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13755
13756 2015-02-06 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13759 macro.
13760 (seconds_left, again): New globals.
13761 (main): Wait seconds_left in a 1-second sleep loop instead of
13762 sleeping 180 seconds. If 'again' is set, reset the seconds
13763 counter.
13764 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13765 'again' in the inferior before detaching. Print the seconds left.
13766 (options): New global.
13767 (top level): Build program with -DTIMEOUT=$timeout.
13768
13769 2015-02-06 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13772 determine how many seconds to pass to 'alarm'.
13773 * gdb.base/gdb-sigterm.exp (top level): Build program with
13774 -DTIMEOUT=$timeout.
13775 (do_test): Return success/failure indication. Add more verbose
13776 logging. Don't fail if 200 single steps are seen. Instead, fail
13777 when the test times out.
13778 (passes): New global.
13779 (top level): Break the testing loop if testing fails on any
13780 iteration. Use gdb_assert.
13781
13782 2015-02-04 Don Breazeal <donb@codesourcery.com>
13783
13784 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13785 and initialize them.
13786 (ipc_cleanup): New function.
13787 (main): Don't declare shmid, semid, and msqid. Add a call to
13788 atexit so that we call ipc_cleanup on exit.
13789
13790 2015-02-04 Pedro Alves <palves@redhat.com>
13791
13792 * boards/native-extended-gdbserver.exp: Remove any target variant
13793 specifications from the board name before clearing the isremote
13794 flag from board_info.
13795
13796 2015-01-31 Doug Evans <xdje42@gmail.com>
13797
13798 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13799
13800 2015-01-31 Gary Benson <gbenson@redhat.com>
13801
13802 * gdb.base/completion.exp: Disable completion limiting for
13803 existing tests. Add new tests to check completion limiting.
13804 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13805
13806 2015-01-31 Doug Evans <xdje42@gmail.com>
13807
13808 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13809
13810 2015-01-31 Doug Evans <xdje42@gmail.com>
13811
13812 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13813 entries. Duplicate file section script entries.
13814 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13815 inlined entries. Add test for safe-path rejection.
13816 * gdb.python/py-section-script.c: Add duplicate inlined section script
13817 entries. Duplicate file section script entries.
13818 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13819 inlined entries. Add test for safe-path rejection.
13820
13821 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13822
13823 * gdb.ada/disc_arr_bound: New testcase.
13824
13825 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13826
13827 * gdb.ada/mi_var_array: New testcase.
13828
13829 2015-01-27 Doug Evans <dje@google.com>
13830
13831 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13832 Add test for objfile.filename, objfile.username after objfile
13833 has been unloaded.
13834
13835 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13836
13837 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13838 the second test to print the name attribute of value
13839 returned by the call to gdb.lookup_type, and adjust
13840 the expected output accordingly.
13841
13842 2015-01-25 Mark Wielaard <mjw@redhat.com>
13843
13844 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13845 * gdb.base/disp-step-fork.c: Include unistd.h.
13846 * gdb.base/siginfo-obj.c: Include stdio.h.
13847 * gdb.base/siginfo-thread.c: Likewise.
13848 * gdb.mi/non-stop.c: Include unistd.h.
13849 * gdb.mi/nsthrexec.c: Include stdio.h.
13850 * gdb.mi/pthreads.c: Include unistd.h.
13851 * gdb.modula2/unbounded1.c (main): Declare returns int.
13852 * gdb.reverse/consecutive-reverse.c: Likewise.
13853 * gdb.threads/create-fail.c: Include unistd.h.
13854 * gdb.threads/killed.c: Likewise.
13855 * gdb.threads/linux-dp.c: Likewise.
13856 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13857 * gdb.threads/non-ldr-exc-2.c: Likewise.
13858 * gdb.threads/non-ldr-exc-3.c: Likewise.
13859 * gdb.threads/non-ldr-exc-4.c: Likewise.
13860 * gdb.threads/pthreads.c: Include unistd.h.
13861 (main): Declare returns int.
13862 * gdb.threads/tls-main.c (foo): New declaration.
13863 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13864
13865 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13866
13867 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13868 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13869
13870 2015-01-15 Mark Wielaard <mjw@redhat.com>
13871
13872 * gdb.base/noreturn-return.c: New file.
13873 * gdb.base/noreturn-return.exp: New file.
13874 * gdb.base/noreturn-finish.c: New file.
13875 * gdb.base/noreturn-finish.exp: New file.
13876
13877 2015-01-23 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.threads/continue-pending-after-query.c: New file.
13880 * gdb.threads/continue-pending-after-query.exp: New file.
13881
13882 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13883 Simon Marchi <simon.marchi@ericsson.com>
13884
13885 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13886 * gdb.base/valgrind-db-attach.exp: Same.
13887 * gdb.base/valgrind-infcall.exp: Same.
13888 * lib/mi-support.exp (default_mi_gdb_start): Same.
13889 * lib/prompt.exp (default_prompt_gdb_start): Same.
13890 * lib/gdb.exp (default_gdb_spawn): Same.
13891 (gdb_interact): New.
13892
13893
13894 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13895
13896 * gdb.compile/compile.exp (pointer to jit function): New test.
13897
13898 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13899
13900 * lib/gdb.exp (supports_process_record): Return true for
13901 powerpc*-*-linux*.
13902 (supports_reverse): Likewise.
13903
13904 2015-01-15 Don Breazeal <donb@codesourcery.com>
13905
13906 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13907 instead of checking whether the target board is remote and
13908 use spawn_wait_for_attach instead of exec/sleep.
13909 * gdb.base/attach-twice.exp: Likewise.
13910
13911 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13912
13913 * gdb.ada/var_arr_attrs: New testcase.
13914
13915 2015-01-14 Pedro Alves <palves@redhat.com>
13916 Joel Brobecker <brobecker@adacore.com>
13917
13918 PR gdb/17525
13919 * gdb.base/bp-cmds-execution-x-script.c: New file.
13920 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13921 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13922
13923 2015-01-14 Pedro Alves <palves@redhat.com>
13924
13925 PR cli/17828
13926 * gdb.base/batch-preserve-term-settings.c: New file.
13927 * gdb.base/batch-preserve-term-settings.exp: New file.
13928
13929 2015-01-13 Doug Evans <dje@google.com>
13930
13931 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13932 binary.
13933
13934 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13935
13936 * Makefile.in (clean mostlyclean): Do not delete *.py.
13937
13938 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13939
13940 * gdb.python/py-lookup-type.exp: New file.
13941
13942 2015-01-12 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13945 restore GDBFLAGS before returning.
13946
13947 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13948
13949 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13950 is_amd64_regs_target and is_x86_like_target.
13951
13952 2015-01-11 Doug Evans <xdje42@gmail.com>
13953
13954 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13955 is given without an explicit form.
13956 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13957 attributes.
13958 * gdb.dwarf/corrupt.exp: Ditto.
13959 * gdb.dwarf2/enum-type.exp: Ditto.
13960 * gdb.trace/entry-values.exp: Ditto.
13961 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13962
13963 2015-01-11 Doug Evans <xdje42@gmail.com>
13964
13965 PR gdb/15830
13966 * gdb.base/maint.exp: Remove references to "maint demangle".
13967 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13968 Add tests for explicitly specifying language to demangle.
13969 * gdb.dlang/demangle.exp: Ditto.
13970
13971 2015-01-09 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.threads/non-stop-fair-events.c: New file.
13974 * gdb.threads/non-stop-fair-events.exp: New file.
13975
13976 2015-01-09 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13979 the global scope. Set a breakpoint after all threads are started
13980 rather than stepping over two source lines. Expect the prompt.
13981 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13982 global.
13983 (NUM): Now 15.
13984 (main): Use threads_started_barrier to wait for all threads to
13985 start. Main thread no longer calls thread_function. Exit after
13986 180 seconds.
13987 (loop): New function.
13988 (thread_function): Wait on threads_started_barrier barrier. Call
13989 'loop' at each iteration.
13990 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13991 threads have started, instead of hardcoding number of "next"
13992 steps. Use an access watchpoint instead of a write watchpoint.
13993
13994 2015-01-09 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13997 (thread_func): Wait on barrier.
13998 (main): Wait for all threads to start before stopping GDB.
13999 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14000 global.
14001 (thread1_func, thread2_func): Wait on barrier.
14002 (main): Wait for all threads to start before stopping GDB.
14003 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14004 New global.
14005 (thread1_func, thread2_func): Wait on barrier.
14006 (main): Wait for all threads to start before stopping GDB.
14007
14008 2015-01-09 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.threads/attach-many-short-lived-threads.c: New file.
14011 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14012
14013 2014-01-09 Pedro Alves <palves@redhat.com>
14014
14015 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14016 instead of to thread 2.
14017 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14018 Add barrier around each pthread_create call instead of around all
14019 calls.
14020 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14021 Set a break on thread_function and have the child threads hit it
14022 one at at a time.
14023
14024 2015-01-09 Pedro Alves <palves@redhat.com>
14025
14026 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14027 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14028 false.
14029 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14030 checking whether the target board is remote.
14031 * gdb.multi/multi-attach.exp: Likewise.
14032 * gdb.python/py-sync-interp.exp: Likewise.
14033 * gdb.server/ext-attach.exp: Likewise.
14034 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14035 tests that need to attach, instead of checking whether the target
14036 board is remote at the top of the file.
14037
14038 2015-01-08 Yao Qi <yao@codesourcery.com>
14039
14040 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14041
14042 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14043
14044 Fix testcase compilation.
14045 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14046
14047 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14048
14049 * gdb.python/py-type.exp: Add a couple test about empty
14050 array creation, and negative-length array creation.
14051
14052 2015-01-02 Doug Evans <xdje42@gmail.com>
14053
14054 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14055
14056 2015-01-02 Doug Evans <dje@google.com>
14057
14058 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14059
14060 2014-12-29 Yao Qi <yao@codesourcery.com>
14061
14062 * gdb.trace/entry-values.exp: Update comments. Rename variable
14063 bar_call_foo to returned_from_foo.
14064
14065 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14066
14067 PR gdb/17394
14068 * gdb.linespec/break-asm-file.c: New file.
14069 * gdb.linespec/break-asm-file.exp: New file.
14070 * gdb.linespec/break-asm-file0.s: New file.
14071 * gdb.linespec/break-asm-file1.s: New file.
14072
14073 2014-12-18 Nigel Stephens <nigel@mips.com>
14074 Maciej W. Rozycki <macro@codesourcery.com>
14075
14076 * gdb.base/float.exp: Handle the new output from "info float" on
14077 MIPS targets.
14078
14079 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14080
14081 Fix MinGW compilation.
14082 * gdb.compile/compile-ops.exp: Update untested message if
14083 !skip_compile_feature_tests.
14084 * gdb.compile/compile-setjmp.exp: Likewise.
14085 * gdb.compile/compile-tls.exp: Likewise.
14086 * gdb.compile/compile.exp: Likewise.
14087 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14088 supported on this host".
14089
14090 2014-12-16 Doug Evans <xdje42@gmail.com>
14091
14092 * boards/stabs.exp: New file.
14093
14094 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14095
14096 * gdb.base/completion.exp: Adjust to format changes of "maint
14097 print user-registers".
14098
14099 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14100
14101 PR server/17457
14102 * gdb.arch/aarch64-fp.c: New file.
14103 * gdb.arch/aarch64-fp.exp: New file.
14104
14105 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14106
14107 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14108 r210637, r210913, r211666, r215400, r215817).
14109
14110 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14111 * dg-extract-results.py: New file.
14112 * dg-extract-results.sh: Use it if the environment seems
14113 suitable.
14114
14115 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14116
14117 * dg-extract-results.py (parse_run): Handle warnings that
14118 are printed before a test harness is run.
14119
14120 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14121
14122 * dg-extract-results.py (Named): Remove __cmp__ method.
14123 (output_variation): Use a key to sort variation.harnesses.
14124
14125 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14126
14127 * dg-extract-results.py: For Python 3, force sys.stdout to
14128 handle surrogate escape sequences.
14129 (safe_open): New function.
14130 (output_segment, main): Use it.
14131
14132 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14133
14134 * dg-extract-results.py (Prog.result_re): Include options
14135 in test name.
14136
14137 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14138
14139 * dg-extract-results.py (output_variation): Always sort if
14140 do_sum.
14141
14142 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14143
14144 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14145 as long as we get pagination notifications.
14146
14147 2014-12-15 Jason Merrill <jason@redhat.com>
14148
14149 * Makefile.in (check-gdb.%): Restore.
14150 * README: Mention it.
14151
14152 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14153
14154 * gdb.ada/str_uninit: New testcase.
14155
14156 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14157
14158 PR symtab/17642
14159 * gdb.base/vla-stub-define.c: New file.
14160 * gdb.base/vla-stub.c: New file.
14161 * gdb.base/vla-stub.exp: New file.
14162
14163 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14164 Jan Kratochvil <jan.kratochvil@redhat.com>
14165 Tom Tromey <tromey@redhat.com>
14166
14167 * configure.ac: Add gdb.compile/.
14168 * configure: Regenerate.
14169 * gdb.compile/Makefile.in: New file.
14170 * gdb.compile/compile-ops.exp: New file.
14171 * gdb.compile/compile-ops.c: New file.
14172 * gdb.compile/compile-tls.c: New file.
14173 * gdb.compile/compile-tls.exp: New file.
14174 * gdb.compile/compile-constvar.S: New file.
14175 * gdb.compile/compile-constvar.c: New file.
14176 * gdb.compile/compile-mod.c: New file.
14177 * gdb.compile/compile-nodebug.c: New file.
14178 * gdb.compile/compile-setjmp-mod.c: New file.
14179 * gdb.compile/compile-setjmp.c: New file.
14180 * gdb.compile/compile-setjmp.exp: New file.
14181 * gdb.compile/compile-shlib.c: New file.
14182 * gdb.compile/compile.c: New file.
14183 * gdb.compile/compile.exp: New file.
14184 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14185
14186 2014-12-12 Tom Tromey <tromey@redhat.com>
14187
14188 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14189 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14190
14191 2014-12-12 Doug Evans <dje@google.com>
14192
14193 * lib/gdb-python.exp (get_python_valueof): New function.
14194 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14195
14196 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14197
14198 * gdb.base/completion.exp: Add test for completion of "info
14199 registers ".
14200
14201 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14202
14203 * gdb.base/func-ptrs.c: New file.
14204 * gdb.base/func-ptrs.exp: New file.
14205
14206 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14207
14208 PR breakpoints/17012
14209 * gdb.base/dprintf-detach.c: New file.
14210 * gdb.base/dprintf-detach.exp: New file.
14211
14212 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14213
14214 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14215 * lib/gdb.exp (target_is_gdbserver): New procedure.
14216
14217 2014-12-08 Doug Evans <dje@google.com>
14218
14219 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14220
14221 2014-12-05 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.guile/scm-error.exp: Remove the third argument to
14224 gdb_remote_download.
14225 * gdb.guile/scm-frame-args.exp: Likewise.
14226 * gdb.guile/scm-section-script.exp: Likewise.
14227
14228 2014-12-05 Yao Qi <yao@codesourcery.com>
14229
14230 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14231
14232 2014-12-04 Doug Evans <dje@google.com>
14233
14234 * gdb.python/py-objfile.exp: Add tests for
14235 objfile.add_separate_debug_file.
14236
14237 2014-12-04 Doug Evans <dje@google.com>
14238
14239 * lib/gdb.exp (get_build_id): New function.
14240 (build_id_debug_filename_get): Rewrite to use it.
14241 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14242
14243 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14244
14245 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14246 `method(long)', not just 0x0.
14247 * gdb.cp/nsalias.exp: Align code labels to 4.
14248 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14249 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14250 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14251 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14252 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14253 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14254
14255 2014-12-02 Doug Evans <dje@google.com>
14256
14257 PR symtab/17602
14258 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14259 * gdb.cp/anon-ns2.cc: ... here. New file.
14260 * gdb.cp/anon-ns.exp: Update.
14261
14262 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14263
14264 * gdb.python/py-events.py (inferior_call_handler): New.
14265 (register_changed_handler, memory_changed_handler): New.
14266 (test_events.invoke): Register new handlers.
14267 * gdb.python/py-events.exp: Add tests for inferior call,
14268 memory_changed and register_changed events.
14269
14270 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14271
14272 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14273 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14274 if the linker doesn't understand this.
14275
14276 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * gdb.python/python.exp: Change expected reply to help().
14279
14280 2014-12-01 Yao Qi <yao@codesourcery.com>
14281
14282 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14283 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14284 * configure: Re-generated.
14285
14286 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14287
14288 * gdb.cp/chained-calls.cc: New file.
14289 * gdb.cp/chained-calls.exp: New file.
14290 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14291
14292 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14293
14294 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14295 * gdb.dwarf2/symtab-producer.exp: Same.
14296 * gdb.gdb/python-interrupts.exp: Same.
14297 * gdb.gdb/python-selftest.exp: Same.
14298 * gdb.python/py-linetable.exp: Same.
14299 * gdb.python/py-type.exp: Same.
14300 * gdb.python/py-value-cc.exp: Same.
14301 * gdb.python/py-value.exp: Same.
14302
14303 2014-11-28 Yao Qi <yao@codesourcery.com>
14304
14305 * gdb.base/break-probes.exp: Match library name prefixed with
14306 sysroot.
14307
14308 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14309
14310 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14311 test expected output. Add parentheses for the call to print.
14312 Remove L suffix from integers.
14313
14314 2014-11-26 Doug Evans <dje@google.com>
14315
14316 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14317
14318 2014-11-22 Yao Qi <yao@codesourcery.com>
14319
14320 * gdb.trace/entry-values.c: Remove asms.
14321 (foo): Add foo_label.
14322 (bar): Add bar_label.
14323 * gdb.trace/entry-values.exp: Remove code computing foo's
14324 length and bar's length.
14325 (Dwarf::assemble): Invoke function_range for bar and use
14326 MACRO_AT_func for foo.
14327
14328 2014-11-22 Yao Qi <yao@codesourcery.com>
14329
14330 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14331 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14332 Use .Lgcc43_procstart instead of gcc43.
14333
14334 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14335
14336 * gdb.ada/n_arr_bound: New testcase.
14337
14338 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14339
14340 PR breakpoints/10737
14341 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14342 test_catch_syscall_multi_arch.
14343 (test_catch_syscall_multi_arch): New function.
14344
14345 2014-11-20 Doug Evans <xdje42@gmail.com>
14346
14347 * gdb.base/maint.exp: Update expected output.
14348
14349 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14350
14351 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14352 4-byte instruction on S390.
14353
14354 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14355
14356 * gdb.ada/arr_arr: New testcase.
14357
14358 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14359
14360 * gdb.ada/pkd_arr_elem: New Testcase.
14361
14362 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14363
14364 * gdb.reverse/break-precsave: Expect completion message for
14365 core file reads.
14366 * gdb.reverse/consecutive-precsave.exp: Likewise.
14367 * gdb.reverse/finish-precsave.exp: Likewise.
14368 * gdb.reverse/i386-precsave.exp: Likewise.
14369 * gdb.reverse/machinestate-precsave.exp: Likewise.
14370 * gdb.reverse/sigall-precsave.exp: Likewise.
14371 * gdb.reverse/solib-precsave.exp: Likewise.
14372 * gdb.reverse/step-precsave.exp: Likewise.
14373 * gdb.reverse/until-precsave.exp: Likewise.
14374 * gdb.reverse/watch-precsave.exp: Likewise.
14375
14376 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14377
14378 * gdb.base/bp-permanent.c: Include unistd.h.
14379 * gdb.python/py-framefilter-mi.c (main): Add return type.
14380 * gdb.python/py-framefilter.c (main): Likewise.
14381 * gdb.trace/actions-changed.c (main): Likewise.
14382
14383 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14384
14385 * gdb.mi/until.c: Add eye-catchers.
14386 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14387 line numbers.
14388
14389 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14390
14391 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14392 function header variants in break1.c.
14393 * gdb.base/ena-dis-br.exp: Likewise.
14394 * gdb.base/hbreak2.exp: Likewise.
14395 * gdb.reverse/until-precsave.exp: Drop references to removed
14396 non-prototype function header variants in ur1.c.
14397 * gdb.reverse/until-reverse.exp: Likewise.
14398
14399 2014-11-17 Petr Machata <pmachata@redhat.com>
14400
14401 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14402 ${_cu_offset_size} bytes abbrev offset.
14403
14404 2014-11-15 Doug Evans <xdje42@gmail.com>
14405
14406 PR symtab/17559
14407 * gdb.base/line-symtabs.exp: New file.
14408 * gdb.base/line-symtabs.c: New file.
14409 * gdb.base/line-symtabs.h: New file.
14410
14411 2014-11-14 Yao Qi <yao@codesourcery.com>
14412
14413 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14414 (func): Add label func_label.
14415 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14416 Replace low_pc and high_pc with MACRO_AT_range.
14417 Replace name, low_pc and high_pc with MACRO_AT_func.
14418
14419 2014-11-14 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14422 Replace name, low_pc and high_pc with MACRO_AT_func.
14423
14424 2014-11-14 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14427 produce debug information.
14428 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14429
14430 2014-11-14 Yao Qi <yao@codesourcery.com>
14431
14432 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14433 object and get function length.
14434 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14435 with MACRO_AT_func.
14436 (top-level): Replace gdb_compile and clean_restart with
14437 prepare_for_testing.
14438 * gdb.dwarf2/main.c (main): Add label main_label.
14439
14440 2014-11-14 Yao Qi <yao@codesourcery.com>
14441
14442 * lib/dwarf.exp (function_range): New procedure.
14443 (Dwarf::_handle_macro_at_func): New procedure.
14444 (Dwarf::_handle_macro_at_range): New procedure.
14445 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14446
14447 2014-11-14 Yao Qi <yao@codesourcery.com>
14448
14449 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14450 (_handle_attribute): New procedure.
14451
14452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14453
14454 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14455 * gdb.base/call-sc.c (zed): Likewise.
14456 * gdb.base/checkpoint.c (main): Likewise.
14457 * gdb.base/dump.c (main): Likewise.
14458 * gdb.base/gcore.c (main): Likewise.
14459 * gdb.base/huge.c (main): Likewise.
14460 * gdb.base/multi-forks.c (main): Likewise.
14461 * gdb.base/pr10179-a.c (main): Likewise.
14462 * gdb.base/savedregs.c (main): Likewise.
14463 * gdb.base/sigaltstack.c (main): Likewise.
14464 * gdb.base/siginfo.c (main): Likewise.
14465 * gdb.base/structs.c (zed): Likewise.
14466 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14467 * gdb.mi/mi-syn-frame.c (main): Likewise.
14468 * gdb.mi/until.c (foo, main): Likewise.
14469 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14470 * gdb.base/solib-weak.c (foo): Declare.
14471 * gdb.base/attach-twice.c: Include stdio.h.
14472 * gdb.base/weaklib1.c: Likewise.
14473 * gdb.base/weaklib2.c: Likewise.
14474 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14475 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14476 unistd.h.
14477 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14478 * gdb.mi/mi-exit-code.c: Likewise.
14479 * gdb.base/break-interp-lib.c: Include string.h.
14480 * gdb.base/coremaker.c: Likewise.
14481 * gdb.base/testenv.c: Likewise.
14482 * gdb.python/py-finish-breakpoint.c: Likewise.
14483 * gdb.base/inferior-died.c: Include sys/wait.h.
14484 * gdb.base/fileio.c: Include time.h.
14485 * gdb.base/async-shell.c: Include unistd.h.
14486 * gdb.base/dprintf-non-stop.c: Likewise.
14487 * gdb.base/info-os.c: Likewise.
14488 * gdb.mi/mi-console.c: Likewise.
14489 * gdb.mi/watch-nonstop.c: Likewise.
14490 * gdb.python/py-events.c: Likewise.
14491 * gdb.base/async.c (baz): Move up before its invocation.
14492 * gdb.base/code_elim2.c (my_global_func): Likewise.
14493 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14494 * gdb.base/advance.c (func2): Likewise.
14495
14496 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14497
14498 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14499 variant.
14500 * gdb.base/annota3.c: Likewise.
14501 * gdb.base/async.c: Likewise.
14502 * gdb.base/average.c: Likewise.
14503 * gdb.base/call-ar-st.c: Likewise.
14504 * gdb.base/call-rt-st.c: Likewise.
14505 * gdb.base/call-sc.c: Likewise.
14506 * gdb.base/call-strs.c: Likewise.
14507 * gdb.base/ending-run.c: Likewise.
14508 * gdb.base/execd-prog.c: Likewise.
14509 * gdb.base/exprs.c: Likewise.
14510 * gdb.base/foll-exec.c: Likewise.
14511 * gdb.base/foll-fork.c: Likewise.
14512 * gdb.base/foll-vfork.c: Likewise.
14513 * gdb.base/funcargs.c: Likewise.
14514 * gdb.base/gcore.c: Likewise.
14515 * gdb.base/jump.c: Likewise.
14516 * gdb.base/langs0.c: Likewise.
14517 * gdb.base/langs1.c: Likewise.
14518 * gdb.base/langs2.c: Likewise.
14519 * gdb.base/mips_pro.c: Likewise.
14520 * gdb.base/nodebug.c: Likewise.
14521 * gdb.base/opaque0.c: Likewise.
14522 * gdb.base/opaque1.c: Likewise.
14523 * gdb.base/recurse.c: Likewise.
14524 * gdb.base/run.c: Likewise.
14525 * gdb.base/scope0.c: Likewise.
14526 * gdb.base/scope1.c: Likewise.
14527 * gdb.base/setshow.c: Likewise.
14528 * gdb.base/setvar.c: Likewise.
14529 * gdb.base/shmain.c: Likewise.
14530 * gdb.base/shr1.c: Likewise.
14531 * gdb.base/shr2.c: Likewise.
14532 * gdb.base/sigall.c: Likewise.
14533 * gdb.base/signals.c: Likewise.
14534 * gdb.base/so-indr-cl.c: Likewise.
14535 * gdb.base/solib2.c: Likewise.
14536 * gdb.base/structs.c: Likewise.
14537 * gdb.base/sum.c: Likewise.
14538 * gdb.base/vforked-prog.c: Likewise.
14539 * gdb.base/watchpoint.c: Likewise.
14540 * gdb.reverse/shr2.c: Likewise.
14541 * gdb.reverse/until-reverse.c: Likewise.
14542 * gdb.reverse/ur1.c: Likewise.
14543 * gdb.reverse/watch-reverse.c: Likewise.
14544
14545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14546
14547 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14548 variant.
14549 * gdb.base/sepdebug.exp: Drop references to removed code.
14550
14551 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14552
14553 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14554 variant. Preserve original line numbering.
14555 * gdb.base/list1.c: Likewise.
14556
14557 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14558
14559 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14560 variant.
14561 * gdb.base/break1.c: Likewise.
14562 * gdb.base/break.exp: Drop references to removed code.
14563
14564 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14565
14566 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14567 variant.
14568
14569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14570
14571 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14572
14573 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14574
14575 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14576 logic into perform_all_tests() and invoke it with and without
14577 function header prototypes.
14578 (do_function_calls): Remove conditional XFAIL for PR 5318.
14579 (rerun_and_prepare): Remove duplicate code.
14580 (perform_all_tests): New. Main logic moved here.
14581
14582 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14583
14584 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14585 code guarded by #ifdef NO_PROTOTYPES.
14586 (t_double_many_args): Likewise.
14587 (DEF_FUNC_MANY_ARGS_1): Likewise.
14588 (DEF_FUNC_VALUES_1): Likewise.
14589 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14590 guarded by #ifdef PROTOTYPES.
14591
14592 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14593
14594 * gdb.mi/mi-console.c: Add eye-catcher.
14595 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14596 instead of literal line number.
14597
14598 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14599
14600 * gdb.base/shr2.c: Add eye-catcher.
14601 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14602 line number.
14603
14604 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14605
14606 * gdb.base/jump.c: Add eye-catchers.
14607 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14608 numbers.
14609
14610 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14611
14612 * gdb.base/execd-prog.c: Add eye-catchers.
14613 * gdb.base/foll-exec.c: Likewise.
14614 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14615 line numbers.
14616
14617 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14618
14619 * gdb.base/ending-run.c: Add eye-catchers.
14620 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14621 literal line numbers.
14622
14623 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14624
14625 * gdb.base/call-rt-st.c: Add eye-catchers.
14626 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14627 literal line numbers.
14628
14629 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14630
14631 * gdb.base/call-ar-st.c: Add eye-catchers.
14632 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14633 literal line numbers.
14634
14635 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14636
14637 * gdb.base/average.c: Add eye-catchers.
14638 * gdb.base/sum.c: Likewise.
14639 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14640 regexps dynamically.
14641
14642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14643
14644 * gdb.base/solib1.c: Add eye-catchers.
14645 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14646 literal line numbers.
14647
14648 2014-11-12 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14651 leader has exited.
14652
14653 2014-11-12 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.arch/i386-bp_permanent.c: New file.
14656 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14657 (srcfile): Set to i386-bp_permanent.c.
14658 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14659 that stepi does not execute the 'leave' instruction, instead of
14660 testing it does execute.
14661 * gdb.base/bp-permanent.c: New file.
14662 * gdb.base/bp-permanent.exp: New file.
14663
14664 2014-11-10 Doug Evans <xdje42@gmail.com>
14665
14666 PR symtab/17564
14667 * gdb.base/symtab-search-order.exp: New file.
14668 * gdb.base/symtab-search-order.c: New file.
14669 * gdb.base/symtab-search-order-1.c: New file.
14670 * gdb.base/symtab-search-order-shlib-1.c: New file.
14671
14672 2014-11-07 Pedro Alves <palves@redhat.com>
14673
14674 PR gdb/17511
14675 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14676 i?86-*-linux*.
14677
14678 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14679
14680 PR c++/17494
14681 * gdb.cp/pr17494.cc: New file.
14682 * gdb.cp/pr17494.exp: New file.
14683
14684 2014-11-02 Yao Qi <yao@codesourcery.com>
14685
14686 * gdb.python/python.exp: Get working directory and match the
14687 output of "set extended-prompt \\w " with it.
14688
14689 2014-10-30 Doug Evans <dje@google.com>
14690
14691 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14692 in objfiles.
14693 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14694 in progspaces.
14695
14696 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14697
14698 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14699 * gdb.base/realname-expand.exp: Likewise.
14700 * gdb.linespec/macro-relative.exp: Likewise.
14701
14702 2014-10-29 Pedro Alves <palves@redhat.com>
14703
14704 PR gdb/17408
14705 * gdb.threads/schedlock.c (some_function): New function.
14706 (call_function): New global.
14707 (MAYBE_CALL_SOME_FUNCTION): New macro.
14708 (thread_function): Call it.
14709 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14710 and use it instead of a global counter. Adjust all callers.
14711 (get_current_thread): Use "find current thread" for test message
14712 here rather than having all callers pass down the same string.
14713 (goto_loop): New procedure, factored out from ...
14714 (my_continue): ... this.
14715 (step_ten_loops): Change parameter from test message to command to
14716 use. Adjust.
14717 (list_count): Delete global.
14718 (check_result): New procedure, factored out from duplicate top
14719 level code.
14720 (continue tests): Wrap in with_test_prefix.
14721 (test_step): New procedure, factored out from duplicate top level
14722 code.
14723 (top level): Test "step" in combination with all scheduler-locking
14724 modes. Test "next" in combination with all scheduler-locking
14725 modes, and in combination with stepping over a function call or
14726 not.
14727 * gdb.threads/next-bp-other-thread.c: New file.
14728 * gdb.threads/next-bp-other-thread.exp: New file.
14729
14730 2014-10-29 Pedro Alves <palves@redhat.com>
14731
14732 PR python/17372
14733 * gdb.python/python.exp: Test a multi-line command that spawns
14734 interactive Python.
14735 * gdb.base/multi-line-starts-subshell.exp: New file.
14736
14737 2014-10-29 Yao Qi <yao@codesourcery.com>
14738
14739 * gdb.base/fileio.exp: Make directories on host.
14740
14741 2014-10-29 Yao Qi <yao@codesourcery.com>
14742
14743 * gdb.base/fileio.c (test_write): Close the file.
14744
14745 2014-10-28 Pedro Alves <palves@redhat.com>
14746
14747 PR gdb/12623
14748 * gdb.base/sigstep.c (no_handler): New global.
14749 (main): If 'no_handler is true, set the signal handlers to
14750 SIG_IGN.
14751 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14752 with_sw_watch and no_handler parameters. Handle them.
14753 (top level) <stepping over handler when stopped at a breakpoint
14754 test>: Add a test axis for testing with a software watchpoint, and
14755 another for testing with the signal handler set to SIG_IGN.
14756 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14757 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14758
14759 2014-10-28 Pedro Alves <palves@redhat.com>
14760
14761 PR gdb/17511
14762 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14763 * gdb.base/sigstep.exp (other_handler_location): New global.
14764 (advance): Support stepping into the signal handler, and running
14765 commands while in the handler.
14766 (in_handler_map): New global.
14767 (top level): In the advance test, add combinations for getting
14768 into the handler with stepping commands, and for running commands
14769 in the handler. Add comment descripting the advancei tests.
14770
14771 2014-10-28 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.base/sigstep.exp: Use build_executable instead of
14774 prepare_for_testing.
14775 (top level): Move code that starts GDB, runs to main and creates a
14776 display to ...
14777 (restart): ... this new procedure.
14778 (top level): Move backtrace from signal handler test to ...
14779 (validate_backtrace): ... this new procedure.
14780 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14781 with_test_prefix. Always restart GDB.
14782 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14783 with_test_prefix. Always restart GDB. No need to delete
14784 breakpoints after the test.
14785 (test_skip_handler): Remove prefix parameter.
14786 (skip_over_handler, breakpoint_to_handler)
14787 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14788 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14789 restart GDB. No need to delete breakpoints after the test.
14790 (top level): Use foreach to call the test procedures with
14791 different commands.
14792
14793 2014-10-28 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14796 instead of GNATS numbers.
14797 * gdb.base/sigbpt.exp: Likewise.
14798 * gdb.base/siginfo.exp: Likewise.
14799 * gdb.base/sigstep.exp: Likewise.
14800
14801 2014-10-27 Pedro Alves <palves@redhat.com>
14802
14803 * gdb.base/sigstep.c (dummy): New global.
14804 (main): Issue a couple writes to the new global.
14805 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14806 procedures.
14807 (skip_over_handler): Use test_skip_handler.
14808 (top level): Call skip_over_handler for stepi and nexti too.
14809 (breakpoint_over_handler): Use test_skip_handler.
14810 (top level): Call breakpoint_over_handler for stepi and nexti too.
14811
14812 2014-10-27 Yao Qi <yao@codesourcery.com>
14813
14814 * gdb.trace/tfile.c (adjust_function_address)
14815 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14816 function descriptor.
14817
14818 2014-10-24 Don Breazeal <donb@codesourcery.com>
14819
14820 * gdb.base/foll-fork.exp (test_follow_fork,
14821 catch_fork_child_follow): Check for updated fork messages emitted
14822 from infrun.c.
14823 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14824 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14825 vfork_and_exec_child_follow_through_step): Check for updated vfork
14826 messages emitted from infrun.c.
14827
14828 2014-10-24 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/corefile.exp: Remove references to ultrix.
14831 * gdb.base/interrupt.exp: Likewise.
14832 * gdb.base/whatis.exp: Likewise.
14833 * gdb.gdb/selftest.exp: Likewise.
14834 * gdb.threads/manythreads.exp: Likewise.
14835 * gdb.threads/print-threads.exp: Likewise.
14836 * gdb.threads/pthreads.exp:: Likewise.
14837 * gdb.threads/schedlock.exp: Likewise.
14838
14839 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14840
14841 * gdb.cp/non-trivial-retval.cc: Add a test case.
14842 * gdb.cp/non-trivial-retval.exp: Add a test.
14843
14844 2014-10-20 Yao Qi <yao@codesourcery.com>
14845
14846 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14847 * gdb.python/py-objfile-script-gdb.py: New file.
14848 * gdb.python/py-objfile-script.exp: Update reference to
14849 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14850 of remote_download. Remove the dest file.
14851
14852 2014-10-20 Yao Qi <yao@codesourcery.com>
14853
14854 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14855 * gdb.base/step-line.exp: Likewise.
14856 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14857 * gdb.dwarf2/dw2-basic.exp: Likewise.
14858 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14859 * gdb.dwarf2/dw2-filename.exp: Likewise.
14860 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14861 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14862 * gdb.dwarf2/dw2-producer.exp: Likewise.
14863 * gdb.dwarf2/mac-fileno.exp: Likewise.
14864 * gdb.python/py-frame-args.exp: Likewise.
14865 * gdb.python/py-framefilter.exp: Likewise.
14866 * gdb.python/py-mi.exp: Likewise.
14867 * gdb.python/py-objfile-script.exp: Likewise
14868 * gdb.python/py-pp-integral.exp: Likewise.
14869 * gdb.python/py-pp-re-notag.exp: Likewise.
14870 * gdb.python/py-prettyprint.exp: Likewise.
14871 * gdb.python/py-section-script.exp: Likewise.
14872 * gdb.python/py-typeprint.exp: Likewise.
14873 * gdb.python/py-xmethods.exp: Likewise.
14874 * gdb.stabs/weird.exp: Likewise.
14875 * gdb.xml/tdesc-regs.exp: Likewise.
14876
14877 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14878
14879 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14880 (out_cu): Use addr_len for the size of addresses.
14881 (out_line): Likewise. Size DW_LNE_set_address instruction
14882 according to addr_len.
14883 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14884 (FUNC): Add START_INSNS to definition.
14885
14886 2014-10-18 Yao Qi <yao@codesourcery.com>
14887
14888 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14889 gdb_has_argv0 return true.
14890 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14891 check [target_info exists noargs], check [gdb_has_argv0]
14892 instead.
14893 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14894 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14895 procedures.
14896
14897 2014-10-17 Doug Evans <dje@google.com>
14898
14899 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14900 event.
14901 * gdb.python/py-events.py: Add clear_objfiles event.
14902
14903 2014-10-17 Doug Evans <dje@google.com>
14904
14905 * gdb.python/py-objfile.exp: Test progspace attribute.
14906
14907 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14908
14909 * gdb.guile/scm-breakpoint.exp: Do not assume any
14910 directory separators when matching source file paths.
14911 * gdb.python/py-breakpoint.exp: Likewise.
14912 * gdb.reverse/break-precsave.exp: Likewise.
14913 * gdb.reverse/break-reverse.exp: Likewise.
14914 * gdb.reverse/consecutive-precsave.exp: Likewise.
14915 * gdb.reverse/finish-precsave.exp: Likewise.
14916 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14917 * gdb.reverse/finish-reverse.exp: Likewise.
14918 * gdb.reverse/i386-precsave.exp: Likewise.
14919 * gdb.reverse/i387-env-reverse.exp: Likewise.
14920 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14921 * gdb.reverse/machinestate-precsave.exp: Likewise.
14922 * gdb.reverse/machinestate.exp: Likewise.
14923 * gdb.reverse/sigall-precsave.exp: Likewise.
14924 * gdb.reverse/solib-precsave.exp: Likewise.
14925 * gdb.reverse/step-precsave.exp: Likewise.
14926 * gdb.reverse/until-precsave.exp: Likewise.
14927 * gdb.reverse/watch-precsave.exp: Likewise.
14928 * gdb.reverse/watch-reverse.exp: Likewise.
14929
14930 2014-10-17 Yao Qi <yao@codesourcery.com>
14931
14932 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14933 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14934
14935 2014-10-17 Pedro Alves <palves@redhat.com>
14936
14937 PR gdb/17471
14938 * gdb.base/bg-execution-repeat.c: New file.
14939 * gdb.base/bg-execution-repeat.exp: New file.
14940
14941 2014-10-17 Pedro Alves <palves@redhat.com>
14942
14943 PR gdb/17300
14944 * gdb.base/continue-all-already-running.c: New file.
14945 * gdb.base/continue-all-already-running.exp: New file.
14946
14947 2014-10-17 Pedro Alves <palves@redhat.com>
14948
14949 PR gdb/17472
14950 * gdb.base/annota-input-while-running.c: New file.
14951 * gdb.base/annota-input-while-running.exp: New file.
14952
14953 2014-10-17 Pedro Alves <palves@redhat.com>
14954
14955 * gdb.base/callfuncs.exp: emove references to osf.
14956 * gdb.base/sigall.exp: Likewise.
14957 * gdb.gdb/selftest.exp: Likewise.
14958 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14959 * gdb.mi/non-stop.c: Likewise.
14960 * gdb.mi/pthreads.c: Likewise.
14961 * gdb.reverse/sigall-precsave.exp: Likewise.
14962 * gdb.reverse/sigall-reverse.exp: Likewise.
14963 * gdb.threads/pthreads.c: Likewise.
14964 * gdb.threads/pthreads.exp: Likewise.
14965
14966 2014-10-17 Yao Qi <yao@codesourcery.com>
14967
14968 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14969 check 'target_info exists noargs'.
14970 (test_command_prompt_position): Likewise.
14971 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14972 Remove "set args".
14973 (progvar_simple_while_test): Likewise.
14974 (progvar_complex_if_while_test): Likewise.
14975 (if_while_breakpoint_command_test): Likewise.
14976 (infrun_breakpoint_command_test): Likewise.
14977 (breakpoint_command_test): Likewise.
14978 (watchpoint_command_test): Likewise.
14979 (bp_deleted_in_command_test): Likewise.
14980 (temporary_breakpoint_commands): Likewise.
14981
14982 2014-10-16 Yao Qi <yao@codesourcery.com>
14983
14984 * gdb.base/remotetimeout.exp: Remove noargs checking.
14985
14986 2014-10-15 Pedro Alves <palves@redhat.com>
14987
14988 PR breakpoints/9649
14989 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14990 * gdb.base/breakpoint-in-ro-region.exp
14991 (probe_target_hardware_step): New procedure.
14992 (top level): Probe hardware stepping and hardware breakpoint
14993 support. Test stepping through a read-only region, with both
14994 "breakpoint auto-hw" on and off and both "always-inserted" on and
14995 off.
14996
14997 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14998
14999 * gdb.dlang/demangle.exp: Update for demangling changes.
15000
15001 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15002
15003 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15004 * gdb.cp/non-trivial-retval.exp: Add new tests.
15005
15006 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15007
15008 PR c++/13403
15009 PR c++/15154
15010 * gdb.cp/non-trivial-retval.cc: New file.
15011 * gdb.cp/non-trivial-retval.exp: New file.
15012
15013 2014-10-15 Yao Qi <yao@codesourcery.com>
15014
15015 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15016 remote host.
15017
15018 2014-10-15 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.python/py-symbol.exp: Match file base name if host is
15021 remote, otherwise match file name with dir name.
15022 * gdb.python/py-symtab.exp: Likewise.
15023 * gdb.python/python.exp: Likewise.
15024
15025 2014-10-15 Yao Qi <yao@codesourcery.com>
15026
15027 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15028 pattern.
15029 * gdb.python/py-symtab.exp: Likewise.
15030 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15031 locationn.
15032
15033 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15034
15035 * gdb.ada/addr_arith: New testcase.
15036
15037 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15038
15039 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15040 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15041 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15042 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15043
15044 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15045
15046 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15047 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15048 * gdb.arch/stap-eval-lang-ada.exp: New file.
15049
15050 2014-10-14 Yao Qi <yao@codesourcery.com>
15051
15052 * gdb.mi/mi-var-child.c (nothing1): New function.
15053 (nothing2): New function.
15054 (do_children_tests): Set function pointers by nothing1 and
15055 nothing2.
15056 * gdb.mi/mi-var-child.exp: Step over new added statements.
15057 Update test to match the new output.
15058 * gdb.mi/var-cmd.c (nothing1): New function.
15059 (nothing2): New function.
15060 (do_children_tests): Set function pointers by nothing1 and
15061 nothing2.
15062 * gdb.mi/mi-var-display.exp: Update test to match output.
15063 Step to the line specified by $line_dct_nothing.
15064 Increase the number of lines to step.
15065
15066 2014-10-14 Yao Qi <yao@codesourcery.com>
15067
15068 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15069 tests.
15070 * gdb.mi/mi2-var-child.exp: Likewise.
15071
15072 2014-10-13 Doug Evans <dje@google.com>
15073
15074 * gdb.python/py-objfile.exp: Change name of file name test.
15075
15076 2014-10-13 Doug Evans <dje@google.com>
15077
15078 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15079 from the start of the CU.
15080
15081 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15082 Yao Qi <yao@codesourcery.com>
15083
15084 Fix "save breakpoints" for "catch" command.
15085 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15086 Remove -nonewline. Match also the added "main" line.
15087
15088 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15089
15090 Fix "save breakpoints" for "disable $bpnum" command.
15091 * gdb.base/save-bp.c (main): Add label.
15092 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15093
15094 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15095
15096 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15097
15098 2014-10-11 Yao Qi <yao@codesourcery.com>
15099
15100 * gdb.server/server-kill.exp: Execute command
15101 "set remote trace-status-packet on" before "tstatus".
15102
15103 2014-10-11 Yao Qi <yao@codesourcery.com>
15104
15105 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15106 (main): Call getppid.
15107 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15108 and continue to it. Read variable "server_pid".
15109
15110 2014-10-11 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15113
15114 2014-10-11 Yao Qi <yao@codesourcery.com>
15115
15116 * gdb.threads/thread-find.exp: Don't execute command
15117 "info threads".
15118 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15119 * gdb.threads/linux-dp.exp: Don't check the condition
15120 $threads_created equals to zero.
15121
15122 2014-10-10 Pedro Alves <palves@redhat.com>
15123
15124 * gdb.base/bigcore.exp: Remove references to IRIX.
15125 * gdb.base/funcargs.exp: Likewise.
15126 * gdb.base/interrupt.exp: Likewise.
15127 * gdb.base/mips_pro.exp: Likewise.
15128 * gdb.base/nodebug.exp: Likewise.
15129 * gdb.base/setvar.exp: Likewise.
15130 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15131
15132 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15133 Pedro Alves <palves@redhat.com>
15134
15135 PR symtab/14466
15136 * gdb.base/vdso-warning.c: New file.
15137 * gdb.base/vdso-warning.exp: New file.
15138
15139 2014-10-02 Doug Evans <dje@google.com>
15140
15141 * gdb.base/structs.c (main): Don't run forever.
15142
15143 2014-10-02 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15146 (top level) <stop threads 1, stop threads 2>: Use it.
15147
15148 2014-10-02 Pedro Alves <palves@redhat.com>
15149
15150 * gdb.threads/break-while-running.exp (test): Add new
15151 'update_thread_list' argument. Skip "info threads" if false.
15152 (top level): Add new 'update_thread_list' axis.
15153
15154 2014-10-02 Pedro Alves <palves@redhat.com>
15155
15156 PR breakpoints/17431
15157 * gdb.base/execl-update-breakpoints.c: New file.
15158 * gdb.base/execl-update-breakpoints.exp: New file.
15159
15160 2014-10-01 Pedro Alves <palves@redhat.com>
15161
15162 * gdb.base/breakpoint-in-ro-region.c: New file.
15163 * gdb.base/breakpoint-in-ro-region.exp: New file.
15164
15165 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15166
15167 * gdb.mi/mi-exit-code.exp: New file.
15168 * gdb.mi/mi-exit-code.c: New file.
15169
15170 2014-09-30 Yao Qi <yao@codesourcery.com>
15171
15172 * lib/prelink-support.exp (build_executable_own_libs): Error if
15173 the target isn't native.
15174
15175 2014-09-30 Yao Qi <yao@codesourcery.com>
15176
15177 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15178 false.
15179
15180 2014-09-22 Pedro Alves <palves@redhat.com>
15181
15182 * gdb.threads/break-while-running.exp: New file.
15183 * gdb.threads/break-while-running.c: New file.
15184
15185 2014-09-19 Yao Qi <yao@codesourcery.com>
15186
15187 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15188 Invoke test. Restart GDB with --readnow and invoke test again.
15189
15190 2014-09-19 Yao Qi <yao@codesourcery.com>
15191
15192 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15193 proc set_breakpoint_on_gcd_function. Invoke
15194 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15195 invoke set_breakpoint_on_gcd_function again.
15196
15197 2014-09-18 Doug Evans <dje@google.com>
15198
15199 * gdb.dwarf2/symtab-producer.exp: New file.
15200
15201 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15202
15203 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15204 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15205 * gdb.base/global-var-nested-by-dso.c: Likewise.
15206 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15207
15208 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15209 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.base/watch-bitfields.exp: Pass string other than test file
15212 name to prepare_for_testing.
15213 (watch): New procedure.
15214 (expect_watchpoint): Use with_test_prefix.
15215 (top level): Factor out tests to ...
15216 (test_watch_location, test_regular_watch): ... these new
15217 procedures, and use with_test_prefix and gdb_continue_to_end.
15218
15219 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15220
15221 PR breakpoints/12526
15222 * gdb.base/watch-bitfields.exp: New file.
15223 * gdb.base/watch-bitfields.c: New file.
15224
15225 2014-09-16 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15228 software and hardware addresses, not software address against
15229 itself.
15230
15231 2014-09-16 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15234 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15235
15236 2014-09-16 Pedro Alves <palves@redhat.com>
15237
15238 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15239 files.
15240 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15241 "*-*-vxworks*" throughout.
15242 * gdb.base/break.exp: Likewise.
15243 * gdb.base/default.exp: Likewise.
15244 * gdb.base/scope.exp: Likewise.
15245 * gdb.base/sepdebug.exp: Likewise.
15246 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15247 throughout.
15248 * gdb.base/run.c: Likewise.
15249 * gdb.base/sepdebug.c: Likewise.
15250 * gdb.hp/gdb.aCC/run.c: Likewise.
15251 * gdb.reverse/until-reverse.c: Likewise.
15252 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15253
15254 2014-09-16 Yao Qi <yao@codesourcery.com>
15255
15256 * boards/local-remote-host-native.exp: New file.
15257
15258 2014-09-14 Doug Evans <xdje42@gmail.com>
15259
15260 * gdb.threads/queue-signal.c (thread_count): New variable.
15261 (thread_count_mutex, thread_count_condvar): New variables.
15262 (incr_thread_count, wait_all_threads_running): New functions.
15263 (main): Wait for all threads to be in their thread functions.
15264
15265 2014-09-13 Doug Evans <xdje42@gmail.com>
15266
15267 * gdb.threads/queue-signal.c: New file.
15268 * gdb.threads/queue-signal.exp: New file.
15269
15270 2014-09-13 Doug Evans <xdje42@gmail.com>
15271
15272 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15273 be consistent with what default_gdb_init uses.
15274 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15275 the plain text of the prompt. Add some logging printfs.
15276 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15277
15278 2014-09-12 Pedro Alves <palves@redhat.com>
15279
15280 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15281 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15282 * gdb.arch/i386-size-overlap.exp: Likewise.
15283 * gdb.arch/i386-size.exp: Likewise.
15284 * gdb.arch/i386-unwind.exp: Likewise.
15285 * gdb.base/a2-run.exp: Likewise.
15286 * gdb.base/break.exp: Likewise.
15287 * gdb.base/charset.exp: Likewise.
15288 * gdb.base/chng-syms.exp: Likewise.
15289 * gdb.base/commands.exp: Likewise.
15290 * gdb.base/dbx.exp: Likewise.
15291 * gdb.base/find.exp: Likewise.
15292 * gdb.base/funcargs.exp: Likewise.
15293 * gdb.base/jit-simple.exp: Likewise.
15294 * gdb.base/reread.exp: Likewise.
15295 * gdb.base/sepdebug.exp: Likewise.
15296 * gdb.base/step-bt.exp: Likewise.
15297 * gdb.cp/mb-inline.exp: Likewise.
15298 * gdb.cp/mb-templates.exp: Likewise.
15299 * gdb.objc/basicclass.exp: Likewise.
15300 * gdb.threads/killed.exp: Likewise.
15301
15302 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15303
15304 PR tdep/17379
15305 * gdb.arch/powerpc-stackless.S: New file.
15306 * gdb.arch/powerpc-stackless.exp: New file.
15307
15308 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15309
15310 * gdb.base/attach.c: Include unistd.h.
15311 (main): Call alarm. Add label postloop.
15312 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15313 gdb_breakpoint, gdb_continue_to_breakpoint.
15314 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15315
15316 2014-09-11 Pedro Alves <palves@redhat.com>
15317
15318 PR gdb/17347
15319 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15320 * gdb.base/attach.exp (test_command_line_attach_run): New
15321 procedure.
15322 (top level): Call it.
15323
15324 2014-09-11 Pedro Alves <palves@redhat.com>
15325
15326 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15327 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15328 (do_command_attach_tests): Use spawn_wait_for_attach.
15329 * gdb.base/solib-overlap.exp: Likewise.
15330 * gdb.multi/multi-attach.exp: Likewise.
15331 * gdb.python/py-prompt.exp: Likewise.
15332 * gdb.python/py-sync-interp.exp: Likewise.
15333 * gdb.server/ext-attach.exp: Likewise.
15334
15335 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15336
15337 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15338 command in testcase. Simplify testcase.
15339
15340 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15341
15342 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15343
15344 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15345
15346 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15347
15348 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15349
15350 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15351
15352 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15353
15354 * gdb.dwarf2/dynarr-ptr.c: New file.
15355 * gdb.dwarf2/dynarr-ptr.exp: New file.
15356
15357 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15358
15359 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15360 of 30 rather than hardcoding 120 for a slow test case. Take the
15361 `gdb,timeout' target setting into account for this calculation.
15362 Don't extend the timeout for the test cases that don't need it.
15363
15364 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15365
15366 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15367 a factor of 2 for a slow test case. Take the `gdb,timeout'
15368 target setting into account for this calculation.
15369 * gdb.reverse/until-precsave.exp: Increase the timeout by
15370 a factor of 15 and 3 respectively rather than adding 120
15371 for a pair of slow test cases. Take the `gdb,timeout'
15372 target setting into account for this calculation.
15373
15374 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15375
15376 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15377 timeout, don't pass one down to gdb_expect.
15378 (gdb_expect): Rework timeout selection.
15379
15380 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15381
15382 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15383 exception on timeout.
15384 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15385 (gdbserver_start_extended): Catch any `gdbserver_start' error
15386 exceptions.
15387 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15388 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15389 `gdbserver_gdb_load' error exceptions.
15390
15391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15392
15393 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15394 120 on waiting for the TCP socket to open.
15395
15396 2014-09-09 Doug Evans <xdje42@gmail.com>
15397
15398 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15399 _caller_matches, _any_caller_is, _any_caller_matches.
15400
15401 2014-09-09 Doug Evans <xdje42@gmail.com>
15402
15403 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15404
15405 2014-09-09 Yao Qi <yao@codesourcery.com>
15406
15407 * gdb.mi/mi-var-display.exp: Set print symbol off.
15408
15409 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15410
15411 PR gdb/17035
15412 * gdb.base/commands.exp: Add tests to verify user-defined
15413 commands with empty bodies.
15414 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15415 python commands in `show user command`.
15416 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15417 scheme commands in `show user command`.
15418
15419 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15420
15421 PR python/17355
15422 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15423 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15424 * gdb.python/py-framefilter-invalidarg.exp: New file.
15425 * gdb.python/py-framefilter-invalidarg.py: New file.
15426
15427 2014-09-06 Doug Evans <xdje42@gmail.com>
15428
15429 PR 15276
15430 * gdb.python/py-caller-is.c: New file.
15431 * gdb.python/py-caller-is.exp: New file.
15432
15433 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15434
15435 PR gdb/17235
15436 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15437 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15438
15439 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15440
15441 PR fortran/17237
15442 * gdb.fortran/print-formatted.exp: New file.
15443 * gdb.fortran/print-formatted.f90: Likewise.
15444
15445 2014-09-03 Sasha Smundak <asmundak@google.com>
15446
15447 * gdb.python/py-frame.exp: Test Frame.read_register.
15448
15449 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15450
15451 PR python/16699
15452 * gdb.python/py-completion.exp: New file.
15453 * gdb.python/py-completion.py: Likewise.
15454
15455 2014-08-28 Doug Evans <dje@google.com>
15456
15457 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15458 eax,etc. are live with values set by gdb and thus the compiler can't
15459 use them.
15460 * gdb.arch/i386-pseudo.c (main): Ditto.
15461
15462 2014-08-27 Doug Evans <dje@google.com>
15463
15464 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15465
15466 2014-08-25 Doug Evans <dje@google.com>
15467
15468 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15469 (main): Ditto.
15470
15471 2014-08-25 Doug Evans <dje@google.com>
15472
15473 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15474
15475 2014-08-24 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15478 symbol off.
15479 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15480
15481 2014-08-22 Doug Evans <dje@google.com>
15482
15483 PR 17276
15484 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15485 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15486 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15487
15488 2014-08-22 Yao Qi <yao@codesourcery.com>
15489
15490 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15491 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15492 * gdb.python/python.exp: Likewise. Use .py file on the host
15493 instead of the build.
15494
15495 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15496
15497 * gdb.threads/gcore-stale-thread.c: New file.
15498 * gdb.threads/gcore-stale-thread.exp: New file.
15499
15500 2014-08-21 Pedro Alves <palves@redhat.com>
15501
15502 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15503 * gdb.base/gcore-relro-pie.exp: Likewise.
15504 * gdb.base/gcore-relro.exp: Likewise.
15505 * gdb.base/gcore.exp: Likewise.
15506 * gdb.base/print-symbol-loading.exp: Likewise.
15507 * gdb.threads/gcore-thread.exp: Likewise.
15508 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15509
15510 2014-08-20 Pedro Alves <palves@redhat.com>
15511 Jan Kratochvil <jan.kratochvil@redhat.com>
15512
15513 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15514 configure.
15515 (EXPECT): Handle READ1 being set.
15516 (all): Depend on EXTRA_RULES.
15517 (check-read1, expect-read1, read1.so, read1): New rules.
15518 * README (Testsuite Parameters): Document the READ1 make variable.
15519 (Race detection): New section.
15520 * configure: Regenerate.
15521 * configure.ac: If build==host==target, and running under a
15522 GNU/glibc system, add read1 to the extra Makefile rules.
15523 (EXTRA_RULES): AC_SUBST it.
15524 * lib/read1.c: New file.
15525
15526 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15527
15528 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15529 the handling of variables declared as a typedef to an array
15530 which a DW_AT_data_location attribute.
15531
15532 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15533 Pedro Alves <palves@redhat.com>
15534
15535 PR symtab/14604
15536 PR symtab/14605
15537 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15538 gdb_test.
15539
15540 2014-08-19 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15543
15544 2014-08-19 Yao Qi <yao@codesourcery.com>
15545
15546 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15547 right line.
15548
15549 2014-08-18 David Blaikie <dblaikie@gmail.com>
15550
15551 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15552
15553 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15554
15555 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15556 attribute in array range.
15557
15558 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15559
15560 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15561
15562 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15563
15564 PR c++/17132
15565 * gdb.cp/pr17132.cc: New file.
15566 * gdb.cp/pr17132.exp: New file.
15567
15568 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15569
15570 * gdb.python/py-xmethods.py (A_getarrayind)
15571 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15572 Use 'print' with function call syntax.
15573 (E_method_matcher.match): Fix tab vs space indentation mixup.
15574
15575 2014-08-15 Yao Qi <yao@codesourcery.com>
15576
15577 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15578 false.
15579
15580 2014-08-15 Yao Qi <yao@codesourcery.com>
15581
15582 * gdb.cp/casts.exp: Set print symbol off.
15583 * gdb.cp/class2.exp: Likewise.
15584 * gdb.cp/overload.exp: Likewise.
15585 * gdb.cp/templates.exp: Likewise.
15586
15587 2014-08-11 Doug Evans <dje@google.com>
15588
15589 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15590 (test_load_shlib): Update.
15591
15592 2014-08-09 Yao Qi <yao@codesourcery.com>
15593
15594 * gdb.base/display.exp: Invoke is_address_zero_readable.
15595 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15596 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15597 * gdb.base/hbreak-unmapped.exp: Return if
15598 is_address_zero_readable returns true.
15599 * gdb.base/signest.exp: Likewise.
15600 * gdb.base/signull.exp: Likewise.
15601 * gdb.base/sigbpt.exp: Likewise.
15602 * gdb.guile/scm-disasm.exp: Do the test if
15603 is_address_zero_readable returns false.
15604 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15605 * gdb.python/py-arch.exp: Likewise.
15606 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15607 * lib/gdb.exp (is_address_zero_readable): New proc.
15608
15609 2014-08-09 Yao Qi <yao@codesourcery.com>
15610
15611 PR testsuite/13443
15612 * gdb.mi/mi-var-display.exp: Make test messages unique.
15613
15614 2014-08-04 Tom Tromey <tromey@redhat.com>
15615
15616 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15617 target 0".
15618
15619 2014-08-04 Tom Tromey <tromey@redhat.com>
15620
15621 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15622 "target_resume".
15623
15624 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15625
15626 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15627 inner_vla_struct_object_size.
15628 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15629 as xfail.
15630
15631 2014-07-30 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15634 comment.
15635
15636 2014-07-29 Yao Qi <yao@codesourcery.com>
15637
15638 PR gdb/17206
15639 * gdb.base/until-nodebug.exp: New.
15640
15641 2014-07-28 Doug Evans <xdje42@gmail.com>
15642
15643 PR guile/17203
15644 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15645 previously existing parameter, and previously ambiguously spelled
15646 parameter.
15647
15648 2014-07-28 Will Newton <will.newton@linaro.org>
15649
15650 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15651
15652 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15653 Doug Evans <xdje42@gmail.com>
15654
15655 PR guile/17146
15656 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15657
15658 2014-07-25 Pedro Alves <palves@redhat.com>
15659
15660 * gdb.threads/signal-command-handle-nopass.c: New file.
15661 * gdb.threads/signal-command-handle-nopass.exp: New file.
15662 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15663 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15664 * gdb.threads/signal-delivered-right-thread.c: New file.
15665 * gdb.threads/signal-delivered-right-thread.exp: New file.
15666
15667 2014-07-25 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.base/double-prompt-target-event-error.exp
15670 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15671 match.
15672 (cancel_pagination_in_target_event): Rework double prompt
15673 detection.
15674 * gdb.base/paginate-after-ctrl-c-running.exp
15675 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15676 <return>' match.
15677 * gdb.base/paginate-bg-execution.exp
15678 (test_bg_execution_pagination_return)
15679 (test_bg_execution_pagination_cancel): Remove '-notransfer
15680 <return>' matches.
15681 * gdb.base/paginate-execution-startup.exp
15682 (test_fg_execution_pagination_return)
15683 (test_fg_execution_pagination_cancel): Remove '-notransfer
15684 <return>' matches.
15685 * gdb.base/paginate-inferior-exit.exp
15686 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15687 match.
15688 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15689 * lib/gdb.exp (pagination_prompt): Run text through
15690 string_to_regexp.
15691 (gdb_test_multiple): Match $pagination_prompt instead of
15692 "<return>".
15693 (string_to_regexp): Move to lib/gdb-utils.exp.
15694
15695 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15696
15697 * gdb.arch/amd64-entry-value-paramref.S: New file.
15698 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15699 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15700 * gdb.arch/amd64-optimout-repeat.S: New file.
15701 * gdb.arch/amd64-optimout-repeat.c: New file.
15702 * gdb.arch/amd64-optimout-repeat.exp: New file.
15703
15704 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 PR gdb/17170
15707 * gdb.base/statistics.exp: New file.
15708
15709 2014-07-17 Doug Evans <dje@google.com>
15710
15711 PR gdb/17170
15712 * gdb.base/maint.exp: Update testing of per-command stats.
15713
15714 2014-07-16 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15717 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15718 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15719 (tfile_write_buf): New functions.
15720 (add_memory_block): Rewrite using the above.
15721 (adjust_function_address): New function.
15722 (FUNCTION_ADDRESS): New macro.
15723 (write_basic_trace_file): Remove short_x local, and use
15724 tfile_write_16. Change type of func_addr local to unsigned long
15725 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15726 here. Cast argument of add_memory_block to char pointer.
15727 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15728 (main): Remove parameters.
15729 * gdb.trace/tfile.exp: Remove nowarnings.
15730
15731 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15732
15733 * gdb.base/debug-expr.exp: Test string evaluation with
15734 "debug expression" on.
15735
15736 2014-07-15 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/reread.exp: Use clean_restart.
15739
15740 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15741
15742 * gdb.arch/avr-flash-qualifer.c: New.
15743 * gdb.arch/avr-flash-qualifer.exp: New.
15744
15745 2014-07-14 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15748 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15749
15750 2014-07-14 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/double-prompt-target-event-error.c: New file.
15753 * gdb.base/double-prompt-target-event-error.exp: New file.
15754
15755 2014-07-14 Pedro Alves <palves@redhat.com>
15756
15757 PR gdb/17072
15758 * gdb.base/paginate-inferior-exit.c: New file.
15759 * gdb.base/paginate-inferior-exit.exp: New file.
15760
15761 2014-07-14 Pedro Alves <palves@redhat.com>
15762
15763 PR gdb/17072
15764 * gdb.base/paginate-bg-execution.c: New file.
15765 * gdb.base/paginate-bg-execution.exp: New file.
15766
15767 2014-07-14 Pedro Alves <palves@redhat.com>
15768
15769 PR gdb/17072
15770 * gdb.base/paginate-execution-startup.c: New file.
15771 * gdb.base/paginate-execution-startup.exp: New file.
15772 * lib/gdb.exp (pagination_prompt): New global.
15773 (default_gdb_spawn): New procedure, factored out from
15774 default_gdb_spawn.
15775 (default_gdb_start): Adjust to call default_gdb_spawn.
15776 (gdb_spawn): New procedure.
15777
15778 2014-07-14 Pedro Alves <palves@redhat.com>
15779
15780 * lib/gdb.exp (gdb_assert): New procedure.
15781 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15782
15783 2014-07-14 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/execution-termios.c: New file.
15786 * gdb.base/execution-termios.exp: New file.
15787
15788 2014-07-14 Tom Tromey <tromey@redhat.com>
15789
15790 * gdb.cp/vla-cxx.cc: New file.
15791 * gdb.cp/vla-cxx.exp: New file.
15792
15793 2014-07-14 Tom Tromey <tromey@redhat.com>
15794
15795 * gdb.reverse/rerun-prec.c: New file.
15796 * gdb.reverse/rerun-prec.exp: New file.
15797
15798 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15799 Maciej W. Rozycki <macro@codesourcery.com>
15800
15801 * lib/gdb-utils.exp: New file.
15802 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15803 inline `gdb_init_command' processing.
15804 (gdb_start_cmd): Likewise.
15805 * lib/mi-support.exp (mi_run_cmd): Likewise.
15806 * README: Document `gdb_init_command' and `gdb_init_commands'.
15807
15808 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15809
15810 Fix false FAIL running under a very long directory name.
15811 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15812 and "set print elements 10000". Twice.
15813
15814 2014-07-11 Yao Qi <yao@codesourcery.com>
15815
15816 * gdb.base/exprs.exp: "set print symbol off".
15817
15818 2014-07-11 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.threads/kill.c: New file.
15821 * gdb.threads/kill.exp: New file.
15822
15823 2014-07-10 Yao Qi <yao@codesourcery.com>
15824
15825 * gdb.trace/tfile.c (write_basic_trace_file)
15826 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15827 address written to trace file.
15828
15829 2014-07-09 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.base/attach-wait-input.exp: New file.
15832 * gdb.base/attach-wait-input.c: New file.
15833
15834 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15835
15836 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15837 setting up test structures.
15838 (main): Call new test function.
15839 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15840 test function, continue into test function and walk test
15841 structures.
15842
15843 2014-07-02 Yao Qi <yao@codesourcery.com>
15844
15845 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15846 'bar_start' at the beginning of functions 'foo' and 'bar'
15847 respectively.
15848 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15849 instead of 'foo' and 'bar'.
15850
15851 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15852
15853 * gdb.btrace/segv.exp: New.
15854 * gdb.btrace/segv.c: New.
15855
15856 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15857
15858 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15859 instruction.
15860
15861 2014-06-30 Mark Wielaard <mjw@redhat.com>
15862
15863 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15864 vulture, vilify, villar): New volatile array constants.
15865 (vindictive, vegetation): New const volatile array constants.
15866 * gdb.base/volatile.exp: Test volatile and const volatile array
15867 types.
15868
15869 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15870
15871 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15872 target lacks support for awatch, rwatch, or hbreak.
15873
15874 2014-06-27 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.multi/dummy-frame-restore.exp: New.
15877 * gdb.multi/dummy-frame-restore.c: New.
15878
15879 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15880
15881 * gdb.btrace/gcore.exp: New.
15882
15883 2014-06-23 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/watchpoint-reuse-slot.c: New file.
15886 * gdb.base/watchpoint-reuse-slot.exp: New file.
15887
15888 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15889
15890 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15891 progspace's filename in 'info', 'enable' and 'disable' command
15892 tests.
15893
15894 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15895
15896 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15897 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15898 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15899
15900 2014-06-20 Gary Benson <gbenson@redhat.com>
15901
15902 * gdb.arch/i386-avx.exp: Fix include file location.
15903 * gdb.arch/i386-sse.exp: Likewise.
15904
15905 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15906
15907 * gdb.dlang/expression.exp: New file.
15908
15909 2014-06-19 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15912 out from ...
15913 (top level): ... here. Iterate running tests under different
15914 scheduler-locking settings.
15915
15916 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15917
15918 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15919 to DW_FORM_addr and use non-zero addresses.
15920
15921 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15922
15923 PR gdb/17017
15924 * gdb.python/py-xmethods.cc: Add global function call counters and
15925 increment them in their respective functions. Remove "cout"
15926 statements.
15927 * gdb.python/py-xmethods.exp: Make tests check the global function
15928 call counters instead of depending on inferior IO.
15929
15930 2014-06-18 Don Breazeal <donb@codesourcery.com>
15931
15932 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15933 Deleted procedure.
15934 (explicit_fork_parent_follow): Deleted procedure.
15935 (explicit_fork_child_follow): Deleted procedure.
15936 (test_follow_fork): New procedure.
15937 (do_fork_tests): Replace calls to deleted procedures with
15938 calls to test_follow_fork and reset GDB for subsequent
15939 procedure calls.
15940
15941 2014-06-17 Yao Qi <yao@codesourcery.com>
15942
15943 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15944 CP1252.
15945
15946 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15947
15948 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15949 Initialize ptr and S explicitly.
15950 (skip_type_update_when_not_use_rtti_test): Likewise.
15951
15952 2014-06-16 Keith Seitz <keiths@redhat.com>
15953
15954 PR mi/15863
15955 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15956 the inferior is started.
15957
15958 2014-06-16 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.base/break-main-file-remove-fail.c: New file.
15961 * gdb.base/break-main-file-remove-fail.exp: New file.
15962 * gdb.base/break-unload-file.exp: Use build_executable instead of
15963 prepare_for_testing.
15964 (test_break): New parameter "initial_load". Handle it.
15965 (top level): Add initial_load cmdline/file axis.
15966
15967 2014-06-12 Tom Tromey <tromey@redhat.com>
15968
15969 * gdb.base/completion.exp: Don't use directory name in test.
15970
15971 2014-06-09 Gary Benson <gbenson@redhat.com>
15972
15973 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15974 separate the always-available ANSI-standard signals from the
15975 signals that require checking.
15976 (main): Likewise.
15977 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15978 Likewise.
15979 (main): Likewise.
15980
15981 2014-06-07 Keith Seitz <keiths@redhat.com>
15982
15983 Revert:
15984 PR c++/16253
15985 * gdb.cp/var-tag.cc: New file.
15986 * gdb.cp/var-tag.exp: New file.
15987 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15988 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15989 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15990 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15991
15992 2014-06-06 Doug Evans <xdje42@gmail.com>
15993
15994 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15995
15996 2014-06-06 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15999 in target debug output instead of looking at RSP packets,
16000 disabling the test on any target that uses hardware stepping.
16001 Update comments.
16002
16003 2014-06-06 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/break-unload-file.exp: Fix typo.
16006
16007 2014-06-06 Yao Qi <yao@codesourcery.com>
16008
16009 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16010 from "jit_function" to "^jit_function".
16011
16012 2014-06-06 Yao Qi <yao@codesourcery.com>
16013
16014 * gdb.base/async.c (foo): Add one statement.
16015 * gdb.base/async.exp: Get the next instruction address and
16016 match the output of "nexti" by instruction address. Match
16017 the hex address in the output of "finish".
16018
16019 2014-06-06 Gary Benson <gbenson@redhat.com>
16020
16021 * gdb.base/call-signals.c: Remove preprocessor conditionals
16022 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16023 SIGSEGV and SIGTERM.
16024 * gdb.base/sigall.c: Likewise.
16025 * gdb.base/unwindonsignal.c: Likewise.
16026 * gdb.reverse/sigall-reverse.c: Likewise.
16027
16028 2014-06-06 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16031 readable, skip the test.
16032
16033 2014-06-06 Yao Qi <yao@codesourcery.com>
16034
16035 * gdb.threads/staticthreads.c (thread_function): Move the line
16036 setting breakpoint on forward.
16037 * gdb.threads/staticthreads.exp: Update comments.
16038
16039 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16040
16041 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16042 "history-append! type error".
16043
16044 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16045
16046 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16047 erroneous dprintf expected input.
16048
16049 2014-06-04 Doug Evans <xdje42@gmail.com>
16050
16051 * gdb.guile/scm-generics.exp: Delete.
16052
16053 2014-06-04 Doug Evans <xdje42@gmail.com>
16054
16055 * gdb.guile/scm-breakpoint.exp: Update.
16056 Add tests for breakpoint registration.
16057
16058 2014-06-04 Tom Tromey <tromey@redhat.com>
16059
16060 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16061 VLA-in-union.
16062 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16063 inner_vla_struct, vla_union types. Initialize objects of those
16064 types and compute their sizes.
16065
16066 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16067 Hui Zhu <hui@codesourcery.com>
16068
16069 * gdb.base/fileio.exp: Add test for shell not available as well as
16070 available.
16071 * gdb.base/fileio.c (test_system): Check for shell twice.
16072
16073 2014-06-04 Yao Qi <yao@codesourcery.com>
16074
16075 * gdb.base/auto-connect-native-target.exp: Remove redundant
16076 space from the regexp pattern.
16077
16078 2014-06-04 Yao Qi <yao@codesourcery.com>
16079
16080 * gdb.base/default.exp: Replace "child" with "native" in
16081 regexp pattern.
16082
16083 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16084
16085 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16086 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16087 * gdb.python/py-xmethods.py: Python script supporting the
16088 new testcase and tests.
16089
16090 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16091 Pedro Alves <palves@redhat.com>
16092
16093 PR breakpoints/17000
16094 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16095 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16096
16097 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16098
16099 * gdb.base/subst.exp: Add tests to verify partial path matching
16100 output.
16101
16102 2014-06-03 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16105 target that doesn't use software single-stepping.
16106
16107 2014-06-03 Pedro Alves <palves@redhat.com>
16108
16109 PR breakpoints/17000
16110 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16111 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16112
16113 2014-06-02 Doug Evans <xdje42@gmail.com>
16114
16115 * gdb.guile/scm-parameter.exp: New file.
16116
16117 2014-06-02 Doug Evans <xdje42@gmail.com>
16118
16119 * gdb.guile/scm-cmd.c: New file.
16120 * gdb.guile/scm-cmd.exp: New file.
16121
16122 2014-06-02 Doug Evans <xdje42@gmail.com>
16123
16124 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16125 pretty-printer lookup.
16126 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16127 (make-pp_s-printer): Call it.
16128 (make-pretty-printer-from-dict): New function.
16129 (lookup-pretty-printer-maker-from-dict): New function.
16130 (*pretty-printer*): Simplify.
16131 (make-objfile-pp_s-printer): New function.
16132 (install-objfile-pretty-printers!): New function.
16133 (make-progspace-pp_s-printer): New function.
16134 (install-progspace-pretty-printers!): New function.
16135 * gdb.guile/scm-progspace.c: New file.
16136 * gdb.guile/scm-progspace.exp: New file.
16137
16138 2014-06-02 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/dprintf-bp-same-addr.c: New file.
16141 * gdb.base/dprintf-bp-same-addr.exp: New file.
16142
16143 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16144
16145 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16146 * gdb.arch/powerpc-power.s: Likewise.
16147
16148 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16149
16150 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16151
16152 2014-06-01 Yao Qi <yao@codesourcery.com>
16153
16154 * gdb.base/watchpoint.exp (test_watch_location): Check null
16155 pointer can be dereferenced. If not, do the test, otherwise
16156 skip it.
16157
16158 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16159
16160 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16161 results.
16162 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16163
16164 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16165
16166 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16167 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16168 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16169 * gdb.arch/amd64-invalid-stack-top.c: New file.
16170 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16171
16172 2014-05-30 Pedro Alves <palves@redhat.com>
16173
16174 PR breakpoints/17000
16175 * gdb.base/sss-bp-on-user-bp.c: New file.
16176 * gdb.base/sss-bp-on-user-bp.exp: New file.
16177
16178 2014-05-30 David Blaikie <dblaikie@gmail.com>
16179
16180 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16181 gnu_inline semantics via attribute.
16182 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16183 source explicitly specifies the required semantics.
16184
16185 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16186
16187 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16188
16189 2014-05-29 Pedro Alves <palves@redhat.com>
16190 Tom Tromey <tromey@redhat.com>
16191
16192 * gdb.base/async-shell.exp: Don't enable target-async.
16193 * gdb.base/async.exp
16194 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16195 parameter. Adjust.
16196 (top level): Don't test with "target-async".
16197 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16198 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16199 * gdb.base/inferior-died.exp: Don't enable target-async.
16200 * gdb.base/interrupt-noterm.exp: Likewise.
16201 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16202 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16203 * gdb.mi/mi-nonstop.exp: Likewise.
16204 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16205 * gdb.mi/mi-nsintrall.exp: Likewise.
16206 * gdb.mi/mi-nsmoribund.exp: Likewise.
16207 * gdb.mi/mi-nsthrexec.exp: Likewise.
16208 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16209 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16210 * gdb.python/py-evsignal.exp: Don't enable target-async.
16211 * gdb.python/py-evthreads.exp: Likewise.
16212 * gdb.python/py-prompt.exp: Likewise.
16213 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16214 * gdb.server/solib-list.exp: Don't enable target-async.
16215 * gdb.threads/thread-specific-bp.exp: Likewise.
16216 * lib/mi-support.exp: Adjust to use mi-async.
16217
16218 2014-05-29 Pedro Alves <palves@redhat.com>
16219
16220 PR gdb/13860
16221 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16222 reason, even in sync mode.
16223
16224 2014-05-29 Pedro Alves <palves@redhat.com>
16225 Hui Zhu <hui@codesourcery.com>
16226
16227 PR PR15693
16228 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16229 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16230 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16231 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16232
16233 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16234
16235 * config/monitor.exp (gdb_target_monitor): Replace use of
16236 "set remotebaud" by "set serial baud".
16237
16238 2014-05-26 Andy Wingo <wingo@igalia.com>
16239
16240 * gdb.guile/scm-breakpoint.exp:
16241 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16242 properties instead of gdb-object-properties.
16243
16244 2014-05-26 Yao Qi <yao@codesourcery.com>
16245
16246 * gdb.server/no-thread-db.exp: Specify source file name
16247 explicitly when setting a breakpoint.
16248
16249 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16250
16251 * gdb.btrace/vdso.c: New.
16252 * gdb.btrace/vdso.exp: New.
16253
16254 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16255
16256 * gdb.base/gcore.exp (capture_command_output): Move ...
16257 * lib/gdb.exp (capture_command_output): ... here.
16258
16259 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16260
16261 * gdb.btrace/data.exp: Test memory access during btrace replay.
16262
16263 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16264
16265 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16266
16267 2014-05-21 Pedro Alves <palves@redhat.com>
16268
16269 PR gdb/13860
16270 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16271 (top level): Test that output related to execution commands is
16272 sent to the console with CLI commands, but not with MI commands.
16273 Test that breakpoint events are always mirrored to the console.
16274 Also expect the new source line to be output after a "next" in
16275 async mode too. Make it a pass/fail test.
16276 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16277 output.
16278 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16279
16280 2014-05-21 Pedro Alves <palves@redhat.com>
16281
16282 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16283 Use them to test variations of "list" after reaching a breakpoint.
16284 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16285 Test "list" with listsize 10 after reaching a breakpoint.
16286 * gdb.python/python.exp (decode_line current location line
16287 number): Adjust expected line number.
16288
16289 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16290
16291 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16292 behavior for $args, pass it directly to "run".
16293
16294 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16295
16296 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16297 30000 to 65536.
16298
16299 2014-05-21 Pedro Alves <palves@redhat.com>
16300
16301 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16302 auto-connect-native-target off".
16303 * gdb.base/auto-connect-native-target.c: New file.
16304 * gdb.base/auto-connect-native-target.exp: New file.
16305
16306 2014-05-21 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.base/default.exp: Test "target native" instead of "target
16309 child".
16310
16311 2014-05-21 Mark Wielaard <mjw@redhat.com>
16312
16313 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16314
16315 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 Fix TLS access for -static -pthread.
16318 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16319 <HAVE_TLS> (thread_function, main): Initialize it.
16320 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16321 Add clean_restart.
16322 <$have_tls != "">: Check TLSVAR.
16323
16324 2014-05-21 Pedro Alves <palves@redhat.com>
16325
16326 * gdb.base/dcache-line-read-error.c: New.
16327 * gdb.base/dcache-line-read-error.exp: New.
16328
16329 2014-05-20 Pedro Alves <palves@redhat.com>
16330
16331 * gdb.base/compare-sections.c: New file.
16332 * gdb.base/compare-sections.exp: New file.
16333
16334 2014-05-20 Pedro Alves <palves@redhat.com>
16335
16336 * gdb.base/break-idempotent.c: New file.
16337 * gdb.base/break-idempotent.exp: New file.
16338
16339 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16340
16341 * gdb.btrace/nohist.exp: New.
16342
16343 2014-05-20 Yao Qi <yao@codesourcery.com>
16344
16345 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16346 gdb.reverse directory and gdb_reverse_timeout exists in board
16347 setting.
16348 * README: Document gdb_reverse_timeout.
16349
16350 2014-05-20 Yao Qi <yao@codesourcery.com>
16351
16352 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16353 'test_file_name'. Treat args as a string instead of a list.
16354 (gdb_init): Rename argument 'args' by 'test_file_name'.
16355
16356 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16357
16358 * gdb.arch/powerpc-power.exp: New file.
16359 * gdb.arch/powerpc-power.s: New file.
16360
16361 2014-05-16 Doug Evans <dje@google.com>
16362
16363 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16364 * gdb.base/completion.exp: Check that all expected files exist
16365 before doing file completion.
16366
16367 2014-05-16 Doug Evans <dje@google.com>
16368
16369 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16370 Update.
16371 (do_syscall_tests_without_xml): Update.
16372
16373 2014-05-16 Pedro Alves <palves@redhat.com>
16374
16375 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16376 instead of "unknown output after running".
16377
16378 2014-05-16 Yao Qi <yao@codesourcery.com>
16379
16380 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16381 file1.txt from host at the end.
16382 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16383
16384 2014-05-15 Doug Evans <dje@google.com>
16385
16386 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16387 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16388 loading file. Add test for TU lookup.
16389
16390 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16391
16392 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16393 calling "-exec-arguments" or "set args" before running the
16394 inferior.
16395
16396 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16397
16398 * lib/mi-support.exp (mi_expect_stop): Expect message for
16399 inferiors that exit with non-zero exit code.
16400
16401 2014-05-14 Yao Qi <yao@codesourcery.com>
16402
16403 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16404 match absolute path on remote host.
16405 (test_file_list_exec_source_files): Remove "/" from the
16406 pattern.
16407
16408 2014-05-14 Yao Qi <yao@codesourcery.com>
16409
16410 * boards/local-remote-host-notty.exp (${board}_file): New
16411 proc.
16412
16413 2014-05-07 Kyle McMartin <kyle@redhat.com>
16414
16415 Pushed by Joel Brobecker <brobecker@adacore.com>.
16416 * gdb.arch/aarch64-atomic-inst.c: New file.
16417 * gdb.arch/aarch64-atomic-inst.exp: New file.
16418
16419 2014-05-07 Yao Qi <yao@codesourcery.com>
16420
16421 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16422 in current context" too.
16423
16424 2014-05-05 Keith Seitz <keiths@redhat.com>
16425
16426 * gdb.linespec/ls-dollar.exp: Add test for linespec
16427 file:convenience_variable.
16428
16429 2014-05-05 Yao Qi <yao@codesourcery.com>
16430
16431 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16432 traceframes into tfile and ctf trace files. Read data from
16433 trace file and test collected data.
16434 (gdb_collect_locals_test): Likewise.
16435 (gdb_unavailable_registers_test): Likewise.
16436 (gdb_unavailable_floats): Likewise.
16437 (gdb_collect_globals_test): Likewise.
16438 (top-level): Append "ctf" to trace_file_targets if GDB
16439 supports.
16440
16441 2014-05-05 Yao Qi <yao@codesourcery.com>
16442
16443 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16444 code to ...
16445 (gdb_collect_args_test_1): ... it. New proc.
16446 (gdb_collect_locals_test): Move some code to ...
16447 (gdb_collect_locals_test_1): ... it. New proc.
16448 (gdb_unavailable_registers_test): Move some code to ...
16449 (gdb_unavailable_registers_test_1): ... it. New proc.
16450 (gdb_unavailable_floats): Move some code to ...
16451 (gdb_unavailable_floats_1): ... it. New proc.
16452
16453 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16454
16455 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16456 probes to test for bitness recognition.
16457 * gdb.arch/amd64-stap-optional-prefix.exp
16458 (test_probe_value_without_reg): New procedure.
16459 Add code to test for different kinds of bitness.
16460
16461 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16462
16463 PR breakpoints/16889
16464 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16465 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16466
16467 2014-05-01 Pedro Alves <palves@redhat.com>
16468
16469 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16470 gdb_file_cmd if no file is specified.
16471 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16472 last_loaded_file to set the remote exec-file.
16473
16474 2014-05-01 Pedro Alves <palves@redhat.com>
16475
16476 * boards/local-remote-host.exp: New file.
16477
16478 2014-05-01 Pedro Alves <palves@redhat.com>
16479
16480 * boards/local-remote-host.exp: Rename to ...
16481 * boards/local-remote-host-notty.exp: ... this.
16482
16483 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16484
16485 * gdb.ada/dyn_arrayidx: New testcase.
16486
16487 2014-04-26 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16490 and compute the length of function main. Save it in
16491 $main_length.
16492 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16493 (top-level): Use gdb_compile to compile objects into
16494 executable and restart GDB. Remove invocation to
16495 prepare_for_testing.
16496
16497 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16498 Pedro Alves <palves@redhat.com>
16499
16500 PR server/16255
16501 * gdb.multi/multi-attach.c: New file.
16502 * gdb.multi/multi-attach.exp: New file.
16503
16504 2014-04-25 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16507 user.
16508 (top level): Test that "set remote conditional-breakpoints-packet
16509 off" works as intended.
16510 * gdb.base/dprintf.exp: Test that "set remote
16511 breakpoint-commands-packet off" works as intended.
16512 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16513 New function.
16514 (top level): Call it.
16515 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16516 remote fast-tracepoints-packet off" works as intended.
16517 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16518 * lib/gdb.exp (gdb_is_target_remote): ... here.
16519
16520 2014-04-24 David Blaikie <dblaikie@gmail.com>
16521
16522 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16523 ensure clang would not discard them.
16524 * gdb.base/gdbvars.c: Ditto.
16525 * gdb.base/memattr.c: Ditto.
16526 * gdb.base/whatis.c: Ditto.
16527 * gdb.python/py-prettyprint.c: Ditto.
16528 * gdb.trace/actions.c: Ditto.
16529 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16530 ensure clang would not discard it.
16531
16532 2014-04-24 David Blaikie <dblaikie@gmail.com>
16533
16534 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16535 clang to emit the full definition of type required by the test
16536 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16537
16538 2014-04-24 David Blaikie <dblaikie@gmail.com>
16539
16540 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16541 coax Clang into emitting the definition of the type.
16542 * gdb.cp/pr10728-x.h (y): Ditto.
16543 * gdb.cp/pr10728-y.cc (y): Ditto.
16544
16545 2014-04-24 David Blaikie <dblaikie@gmail.com>
16546
16547 * gdb.base/label.exp: XFAIL label related tests under Clang.
16548 * gdb.cp/cplabel.exp: Ditto.
16549 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16550 under Clang those using labels.
16551
16552 2014-04-25 Yao Qi <yao@codesourcery.com>
16553
16554 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16555 double_label.
16556 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16557 partial_label and double_label.
16558
16559 2014-04-24 David Blaikie <dblaikie@gmail.com>
16560
16561 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16562
16563 2014-04-24 David Blaikie <dblaikie@gmail.com>
16564
16565 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16566 of the function to work across GCC and Clang.
16567 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16568 pointer types (const void ** const V void **).
16569
16570 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16571 Walfred Tedeschi <walfred.tedeschi@intel.com>
16572
16573 * Makefile.in (EXECUTABLES): Added i386-avx512.
16574 * gdb.arch/i386-avx512.c: New file.
16575 * gdb.arch/i386-avx512.exp: Likewise.
16576
16577 2014-04-23 Keith Seitz <keiths@redhat.com>
16578
16579 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16580 (mi_make_breakpoint_table): New procedure.
16581 (mi_create_breakpoint): Use mi_make_breakpoint
16582 and return the result.
16583 (mi_make_breakpoint): New procedure.
16584 (mi_build_kv_pairs): New procedure.
16585
16586 * gdb.mi/mi-break.exp: Remove unused globals,
16587 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16588 All callers updated.
16589 * gdb.mi/mi-dprintf.exp: Use variable to track command
16590 number.
16591 Update all callers of mi_create_breakpoint and use
16592 mi_make_breakpoint_table.
16593 Remove any unused global variables.
16594 * gdb.mi/mi-nonstop.exp: Likewise.
16595 * gdb.mi/mi-nsintrall.exp: Likewise.
16596 * gdb.mi/mi-nsmoribund.exp: Likewise.
16597 * gdb.mi/mi-nsthrexec.exp: Likewise.
16598 * gdb.mi/mi-reverse.exp: Likewise.
16599 * gdb.mi/mi-simplerun.exp: Likewise.
16600 * gdb.mi/mi-stepn.exp: Likewise.
16601 * gdb.mi/mi-syn-frame.exp: Likewise.
16602 * gdb.mi/mi-until.exp: Likewise.
16603 * gdb.mi/mi-var-cp.exp: Likewise.
16604 * gdb.mi/mi-var-display.exp: Likewise.
16605 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16606 * gdb.mi/mi2-var-child.exp: Likewise.
16607 * gdb.mi/mi-vla-c99.exp: Likewise.
16608 * lib/mi-support.exp: Likewise.
16609
16610 From Ian Lance Taylor <iant@cygnus.com>:
16611 * lib/gdb.exp (parse_args): New procedure.
16612
16613 2014-04-23 Pedro Alves <palves@redhat.com>
16614
16615 * gdb.base/break-unload-file.c: New file.
16616 * gdb.base/break-unload-file.exp: New file.
16617 * gdb.base/sym-file-lib.c (baz): New function.
16618 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16619 field.
16620 (load): Store the segment's mapped size.
16621 (unload): New function.
16622 (unload_shlib): New function.
16623 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16624 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16625 set a breakpoint at baz, and call it.
16626 * gdb.base/sym-file.exp: New tests for stale breakpoint
16627 instructions.
16628
16629 2014-04-23 Pedro Alves <palves@redhat.com>
16630
16631 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16632 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16633 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16634 * gdb.base/hbreak-unmapped.c: New file.
16635 * gdb.base/hbreak-unmapped.exp: New file.
16636 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16637 * lib/gdb.exp (gdb_is_target_remote): ... here.
16638
16639 2014-04-22 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/consecutive-step-over.c: New file.
16642 * gdb.base/consecutive-step-over.exp: New file.
16643
16644 2014-04-22 Pedro Alves <palves@redhat.com>
16645
16646 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16647 instead of send_gdb/gdb_expect.
16648
16649 2014-04-22 Yao Qi <yao@codesourcery.com>
16650
16651 * lib/trace-support.exp (generate_tracefile): New procedure.
16652 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16653 return 0.
16654 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16655 if generate_tracefile returns 1.
16656
16657 2014-04-18 Tom Tromey <palves@redhat.com>
16658 Pedro alves <tromey@redhat.com>
16659
16660 PR backtrace/15558
16661 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16662 with a backtrace limit.
16663 * gdb.python/py-frame-inline.exp: Test running to an inline
16664 function with a backtrace limit, and printing the newest frame.
16665 * gdb.python/py-frame-inline.c (main): Call f.
16666
16667 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16668
16669 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16670
16671 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16672
16673 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16674 Drop prefix from unsupported source file path.
16675
16676 2014-04-17 Yao Qi <yao@codesourcery.com>
16677
16678 * lib/gdb.exp (with_target_charset): New proc.
16679 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16680 with_target_charset.
16681 (test_print_strings): Likewise.
16682 (test_repeat_bytes): Likewise.
16683 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16684 for some tests.
16685
16686 2014-04-16 Keith Seitz <keiths@redhat.com>
16687
16688 PR gdb/15827
16689 * gdb.dwarf2/corrupt.c: New file.
16690 * gdb.dwarf2/corrupt.exp: New file.
16691
16692 2014-04-16 Keith Seitz <keiths@redhat.com>
16693
16694 PR c++/16597
16695 * gdb.cp/namelessclass.cc: New file.
16696 * gdb.cp/namelessclass.exp: New file.
16697 * gdb.cp/namelessclass.S: New file.
16698
16699 2014-04-16 Doug Evans <dje@google.com>
16700
16701 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16702 Add comment.
16703 (gdbserver_default_get_comm_port): New function.
16704 (gdbserver_start): Check if board file provided
16705 "gdbserver,get_comm_port" and use it if so.
16706 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16707 (gdb,socketport): Set to "stdio".
16708 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16709 (stdio_gdbserver_template): Delete.
16710 (${board}_get_remote_address): Update.
16711 (${board}_build_remote_cmd): Delete.
16712 (${board}_get_comm_port): New function.
16713 (${board}_spawn): Update.
16714 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16715 Delete.
16716 (${board}_get_remote_address): Update.
16717 (${board}_get_comm_port): New function.
16718
16719 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16720
16721 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16722 appearing in any order.
16723
16724 2014-04-15 Doug Evans <dje@google.com>
16725
16726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16727 uninitialized value of "description".
16728
16729 2014-04-15 Keith Seitz <keiths@redhat.com>
16730
16731 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16732 Remove unused globals.
16733 (test_running_the_program): Likewise.
16734 (test_controlled_execution): Likewise.
16735 (test_controlling_breakpoints): Likewise.
16736 (test_program_termination): Likewise.
16737
16738 2014-04-15 Keith Seitz <keiths@redhat.com>
16739
16740 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16741 unused globals.
16742 (test_rbreak_creation_and_listing): Likewise.
16743 (test_ignore_count): Likewise.
16744 (test_error): Likewise.
16745
16746 2014-04-15 Pedro Alves <palves@redhat.com>
16747
16748 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16749 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16750 sym-file-loader.c.
16751 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16752 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16753 to sym-file-loader.c.
16754 (struct library): Forward declare.
16755 (load_shlib, lookup_function): Change prototypes.
16756 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16757 (translate_offset): Remove declarations.
16758 (get_text_addr): New declaration.
16759 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16760 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16761 sym-file-loader.h.
16762 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16763 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16764 here from sym-file-loader.h.
16765 (struct library): New structure.
16766 (load_shlib, lookup_function): Change prototypes and adjust to
16767 work with a struct library.
16768 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16769 (translate_offset): Make static.
16770 (get_text_addr): New function.
16771 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16772
16773 2014-04-15 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16776
16777 2014-04-15 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.base/sym-file-loader.c: Include <limits.h>.
16780 (SELF_LINK): New define.
16781 (get_origin): New function.
16782 (load_shlib): Use it.
16783 * gdb.base/sym-file.exp: Don't early return if the target is
16784 remote. Use runto_main, and issue fail is that fails. Use
16785 gdb_load_shlibs.
16786 (shlib_name): Delete.
16787 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16788
16789 2014-04-15 Pedro Alves <palves@redhat.com>
16790
16791 * gdb.base/sym-file.exp: Remove regex characters from test
16792 message. Don't refer to breakpoint numbers in test messages.
16793
16794 2014-04-14 Keith Seitz <keiths@redhat.com>
16795
16796 PR c++/16253
16797 * gdb.cp/var-tag.cc: New file.
16798 * gdb.cp/var-tag.exp: New file.
16799 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16800 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16801 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16802 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16803
16804 2014-04-14 Tom Tromey <tromey@redhat.com>
16805
16806 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16807 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16808 type.
16809 * gdb.cp/enum-class.exp: New file.
16810 * gdb.cp/enum-class.cc: New file.
16811
16812 2014-04-14 Tom Tromey <tromey@redhat.com>
16813
16814 * gdb.dwarf2/enum-type.exp: New file.
16815
16816 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16817
16818 * gdb.mi/mi-vla-c99.exp: New file.
16819 * gdb.mi/vla.c: New file.
16820
16821 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16822
16823 * gdb.base/vla-datatypes.c: New file.
16824 * gdb.base/vla-datatypes.exp: New file.
16825
16826 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16827
16828 * gdb.base/vla-ptr.c: New file.
16829 * gdb.base/vla-ptr.exp: New file.
16830
16831 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16832
16833 * gdb.dwarf2/count.exp: New file.
16834
16835 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16836
16837 * gdb.base/vla-sideeffect.c: New file.
16838 * gdb.base/vla-sideeffect.exp: New file.
16839
16840 2014-04-14 David Blaikie <dblaikie@gmail.com>
16841
16842 * gdb.mi/non-stop.c: Add return value for non-void function return
16843 statement.
16844 * gdb.threads/staticthreads.c: Ditto.
16845
16846 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16847 Doug Evans <xdje42@gmail.com>
16848
16849 * gdb.guile/scm-value.c: Improve test case.
16850 * gdb.guile/scm-value.exp: Add new test.
16851
16852 2014-04-11 David Blaikie <dblaikie@gmail.com>
16853
16854 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16855 override Clang's default.
16856
16857 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16858
16859 Revert the following changes (regressions):
16860
16861 * gdb.base/vla-sideeffect.c: New file.
16862 * gdb.base/vla-sideeffect.exp: New file.
16863
16864 * gdb.dwarf2/count.exp: New file.
16865
16866 * gdb.base/vla-multi.c: New file.
16867 * gdb.base/vla-multi.exp: New file.
16868
16869 * gdb.base/vla-ptr.c: New file.
16870 * gdb.base/vla-ptr.exp: New file.
16871
16872 * gdb.base/vla-datatypes.c: New file.
16873 * gdb.base/vla-datatypes.exp: New file.
16874
16875 * gdb.mi/mi-vla-c99.exp: New file.
16876 * gdb.mi/vla.c: New file.
16877
16878 2014-04-11 Keith Seitz <keiths@redhat.com>
16879
16880 PR c++/16675
16881 * gdb.cp/cpsizeof.exp: New file.
16882 * gdb.cp/cpsizeof.cc: New file.
16883
16884 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16885
16886 * gdb.mi/mi-vla-c99.exp: New file.
16887 * gdb.mi/vla.c: New file.
16888
16889 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16890
16891 * gdb.base/vla-datatypes.c: New file.
16892 * gdb.base/vla-datatypes.exp: New file.
16893
16894 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16895
16896 * gdb.base/vla-ptr.c: New file.
16897 * gdb.base/vla-ptr.exp: New file.
16898
16899 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16900
16901 * gdb.base/vla-multi.c: New file.
16902 * gdb.base/vla-multi.exp: New file.
16903
16904 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16905
16906 * gdb.dwarf2/count.exp: New file.
16907
16908 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16909
16910 * gdb.base/vla-sideeffect.c: New file.
16911 * gdb.base/vla-sideeffect.exp: New file.
16912
16913 2014-04-11 Yao Qi <yao@codesourcery.com>
16914
16915 * gdb.base/completion.exp: Check file exists before running tests
16916 on file completion.
16917
16918 2014-04-10 Pedro Alves <palves@redhat.com>
16919
16920 * gdb.base/cond-eval-mode.c: New file.
16921 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16922 prepare_for_testing to build the new file. Check result of
16923 runto_main.
16924 (test_break, test_watch): New procedures.
16925 (top level): Use them.
16926
16927 2014-04-08 Pierre Muller <muller@sourceware.org>
16928
16929 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16930 Ctrl-V use for mingw hosts.
16931
16932 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16933
16934 * gdb.python/py-value.c: Improve test case.
16935 * gdb.python/py-value.exp: Add new test.
16936
16937 2014-04-07 David Blaikie <dblaikie@gmail.com>
16938
16939 * lib/compiler.c: Identify the clang compiler.
16940 * lib/compiler.cc: Ditto.
16941
16942 2014-04-03 Yao Qi <yao@codesourcery.com>
16943
16944 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16945
16946 2014-04-01 Anton Blanchard <anton@samba.org>
16947
16948 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16949 messages unique.
16950
16951 2014-04-01 Anton Blanchard <anton@samba.org>
16952
16953 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16954 prepare_for_testing.
16955
16956 2014-04-01 Anton Blanchard <anton@samba.org>
16957
16958 * gdb.arch/ppc64-atomic-inst.c: Remove.
16959 * gdb.arch/ppc64-atomic-inst.S: New file.
16960 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16961
16962 2014-03-31 Doug Evans <dje@google.com>
16963
16964 * gdb.base/print-symbol-loading-lib.c: New file.
16965 * gdb.base/print-symbol-loading-main.c: New file.
16966 * gdb.base/print-symbol-loading.exp: New file.
16967
16968 2014-03-31 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16971
16972 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16973
16974 * gdb.ada/mi_dyn_arr: New testcase.
16975
16976 2014-03-27 Doug Evans <dje@google.com>
16977
16978 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16979
16980 2014-03-27 Yao Qi <yao@codesourcery.com>
16981
16982 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16983 if target is nios2-*-*.
16984
16985 2014-03-26 Yao Qi <yao@codesourcery.com>
16986
16987 * lib/gdb.exp (readline_is_used): New proc.
16988 * gdb.base/completion.exp: Move tests on command complete up.
16989 Skip the rest of tests if readline is not used.
16990 * gdb.ada/complete.exp: Skp the test if readline is not
16991 used.
16992 * gdb.base/filesym.exp: Likewise.
16993 * gdb.base/macscp.exp: Likewise.
16994 * gdb.base/readline-ask.exp: Likewise.
16995 * gdb.base/readline.exp: Likewise.
16996 * gdb.python/py-cmd.exp: Likewise.
16997 * gdb.trace/tfile.exp: Likewise.
16998
16999 2014-03-26 Yao Qi <yao@codesourcery.com>
17000
17001 * gdb.base/macscp.exp: Fix code format issues.
17002
17003 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17004
17005 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17006 * gdb.asm/powerpc64le.inc: New file.
17007
17008 2014-03-25 Pedro Alves <palves@redhat.com>
17009 Doug Evans <dje@google.com>
17010
17011 * gdb.base/source-execution.c: New file.
17012 * gdb.base/source-execution.exp: New file.
17013 * gdb.base/source-execution.gdb: New file.
17014
17015 2014-03-24 Doug Evans <dje@google.com>
17016
17017 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17018 using fission.
17019
17020 2014-03-24 Hui Zhu <hui@codesourcery.com>
17021 Pedro Alves <palves@redhat.com>
17022
17023 PR breakpoints/16101
17024 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17025 test pass/fail messages. Detect missing support for dprintf when
17026 breakpoints are actually inserted.
17027 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17028 breakpoints are actually inserted.
17029 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17030 fails.
17031
17032 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17033
17034 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17035
17036 2014-03-22 Doug Evans <xdje42@gmail.com>
17037
17038 * gdb.python/python.exp (python not supported): Verify multi-line
17039 python command issues an error.
17040 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17041 guile command issues an error.
17042
17043 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17044
17045 * gdb.threads/thread-specific.exp: Handle the lack of usable
17046 $this_breakpoint and $this_thread.
17047
17048 2014-03-21 Hui Zhu <hui@codesourcery.com>
17049
17050 * gdb.base/attach.exp (do_command_attach_tests): New.
17051
17052 2014-03-20 Tom Tromey <tromey@redhat.com>
17053 Pedro Alves <palves@redhat.com>
17054
17055 PR cli/15718
17056 * gdb.base/condbreak-call-false.c: New file.
17057 * gdb.base/condbreak-call-false.exp: New file.
17058
17059 2014-03-20 Pedro Alves <palves@redhat.com>
17060
17061 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17062 Delete.
17063 (block_signals, unblock_signals): Delete.
17064 (child_function_2, main): Remove references to deleted variable
17065 and functions.
17066
17067 2014-03-20 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17070 Use pthread_kill to signal thread 2.
17071 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17072 Adjust to make the test send itself a signal rather than using the
17073 host's "kill" command.
17074
17075 2014-03-20 Pedro Alves <palves@redhat.com>
17076
17077 * gdb.threads/multiple-step-overs.c: New file.
17078 * gdb.threads/multiple-step-overs.exp: New file.
17079 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17080 Adjust expected infrun debug output.
17081
17082 2014-03-20 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17085 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17086
17087 2014-03-20 Pedro Alves <palves@redhat.com>
17088
17089 PR breakpoints/7143
17090 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17091 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17092 of gdb_test_multiple.
17093 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17094 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17095
17096 2014-03-20 Pedro Alves <palves@redhat.com>
17097
17098 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17099 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17100
17101 2014-03-19 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.base/async.exp: Remove early return.
17104
17105 2014-03-19 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17108
17109 2014-03-19 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.base/async.exp (test_background): Expect \r\n after
17112 "completed." in the fail pattern.
17113
17114 2014-03-19 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/async.exp (test_background): New procedure.
17117 Use it for all background execution command tests.
17118
17119 2014-03-19 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/async.exp: Use prepare_for_testing.
17122
17123 2014-03-19 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17126 the same line.
17127
17128 2014-03-19 Pedro Alves <palves@redhat.com>
17129
17130 * gdb.base/async.c (main): Add "jump here" and "until here" line
17131 marker comments.
17132 * gdb.base/async.exp (jump_here): New global.
17133 (jump& test): Use it.
17134 (until_here): New global.
17135 (until& test): Use it.
17136
17137 2014-03-19 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/async.exp: Don't frob gdb_protocol.
17140
17141 2014-03-18 Doug Evans <xdje42@gmail.com>
17142
17143 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17144 Fix spelling of exec-done-display.
17145
17146 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17147
17148 PR gdb/15358
17149 * gdb.base/gdb-sigterm.c: New file.
17150 * gdb.base/gdb-sigterm.exp: New file.
17151
17152 2014-03-18 Pedro Alves <palves@redhat.com>
17153
17154 PR gdb/13860
17155 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17156 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17157 solib-event.
17158
17159 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17160
17161 * gdb.ada/pckd_arr_ren: New testcase.
17162
17163 2014-03-13 Doug Evans <xdje42@gmail.com>
17164
17165 PR guile/16612
17166 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17167 collect after discarding symbols.
17168
17169 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17170 Doug Evans <xdje42@gmail.com>
17171
17172 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17173 to history survives a gc.
17174
17175 2014-03-13 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/default.exp: Don't test "target procfs".
17178
17179 2014-03-13 Pedro Alves <palves@redhat.com>
17180
17181 * gdb.base/default.exp: Update "target child" and "target procfs"
17182 tests to not expect "Unix".
17183
17184 2014-03-12 Tom Tromey <tromey@redhat.com>
17185
17186 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17187 New procs. Add target-async tests.
17188 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17189 Add target-async tests.
17190
17191 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17192
17193 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17194 'func_start' and 'func_end' for the beginning and end of the
17195 function code, respectively.
17196 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17197 'func_end' instead of 'func' and 'main'.
17198
17199 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17200
17201 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17202 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17203 generate the debug info assembler source.
17204
17205 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17206
17207 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17208 * gdb.dwarf2/arr-subrange.exp: Likewise.
17209 * gdb.dwarf2/dwz.exp: Likewise.
17210 * gdb.dwarf2/method-ptr.exp: Likewise.
17211 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17212 * gdb.dwarf2/subrange.exp: Likewise.
17213 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17214 * gdb.dwarf2/implptrpiece.exp: Likewise.
17215 * gdb.dwarf2/nostaticblock.exp: Likewise.
17216
17217 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17218
17219 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17220 directory to absolute path name arguments.
17221
17222 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17223
17224 * gdb.ada/tagged_access: New testcase.
17225
17226 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17227
17228 * gdb.btrace/data.exp: Update expected output.
17229
17230 2014-03-06 Yao Qi <yao@codesourcery.com>
17231
17232 * gdb.trace/pr16508.exp: New file.
17233
17234 2014-03-05 Pedro Alves <palves@redhat.com>
17235
17236 PR gdb/16575
17237 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17238 procedure.
17239 (top level): Adjust to use it. Add tests that exercise breakpoint
17240 interaction with the code-cache.
17241
17242 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17243
17244 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17245 test for 'history-append!'.
17246
17247 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17248
17249 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17250 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17251 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17252 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17253 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17254 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17255
17256 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17257
17258 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17259 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17260 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17261
17262 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17263
17264 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17265
17266 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17267
17268 * gdb.dwarf2/arr-stride.c: New file.
17269 * gdb.dwarf2/arr-stride.exp: New file.
17270
17271 2014-02-26 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17274 that won't ever trigger. Make sure that GDB reports the correct
17275 breakpoint that caused the stop.
17276
17277 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17278
17279 PR gdb/16626
17280 * gdb.base/auto-load-script: New file.
17281 * gdb.base/auto-load.c: New file.
17282 * gdb.base/auto-load.exp: New file.
17283
17284 PR gdb/16626
17285 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17286
17287 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17288
17289 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17290 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17291
17292 2014-02-24 Doug Evans <dje@google.com>
17293
17294 * lib/gdb.exp (run_on_host): Log error output if program fails.
17295
17296 2014-02-21 Pedro Alves <palves@redhat.com>
17297
17298 * gdb.threads/step-after-sr-lock.c: Rename to ...
17299 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17300 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17301 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17302 ... this.
17303
17304 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17305
17306 PR tdep/16397
17307 * gdb.arch/amd64-stap-special-operands.exp: New file.
17308 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17309 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17310 * gdb.arch/amd64-stap-triplet.S: Likewise.
17311 * gdb.arch/amd64-stap-triplet.c: Likewise.
17312
17313 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17314
17315 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17316 in .section pseudo-op.
17317
17318 2014-02-20 lin zuojian <manjian2006@gmail.com>
17319 Joel Brobecker <brobecker@adacore.com>
17320 Doug Evans <xdje42@gmail.com>
17321
17322 PR symtab/16581
17323 * gdb.dwarf2/dw2-icycle.S: New file.
17324 * gdb.dwarf2/dw2-icycle.c: New file.
17325 * gdb.dwarf2/dw2-icycle.exp: New file.
17326
17327 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17328
17329 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17330 operations on gdb.Value objects.
17331 * gdb.python/py-value-cc.exp: Add new test to test operations on
17332 gdb.Value objects.
17333
17334 2014-02-18 Doug Evans <dje@google.com>
17335
17336 * Makefile.in (TESTS): New variable.
17337 (expanded_tests, expanded_tests_or_none): New variables
17338 (check-single): Pass $(expanded_tests_or_none) to runtest.
17339 (check-parallel): Only run tests in $(TESTS) if non-empty.
17340 (check/no-matching-tests-found): New rule.
17341 * README: Document TESTS makefile variable.
17342
17343 2014-02-18 Doug Evans <dje@google.com>
17344
17345 * Makefile.in (check-parallel): rm -rf outputs temp.
17346
17347 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 Fix "ERROR: no fileid for" in the testsuite.
17350 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17351
17352 2014-02-12 Doug Evans <dje@google.com>
17353
17354 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17355 (MISCELLANEOUS): New variable.
17356 (clean): rm -rf $(MISCELLANEOUS).
17357 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17358 dwp live in the same directory as symlinks, with each symlink pointed
17359 to a differently named file in a different directory.
17360
17361 2014-02-11 Doug Evans <dje@google.com>
17362
17363 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17364 of Tcl file commands.
17365
17366 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17367
17368 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17369 "kill -SIGUSR1 -1".
17370
17371 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17372
17373 * gdb.ada/tick_length_array_enum_idx: New testcase.
17374
17375 2014-02-10 Doug Evans <xdje42@gmail.com>
17376
17377 * configure.ac (AC_OUTPUT): Add gdb.guile.
17378 * configure: Regenerate.
17379 * lib/gdb-guile.exp: New file.
17380 * lib/gdb.exp (get_target_charset): New function.
17381 * gdb.base/help.exp: Update expected output from "apropos apropos".
17382 * gdb.guile/Makefile.in: New file.
17383 * gdb.guile/guile.exp: New file.
17384 * gdb.guile/scm-arch.c: New file.
17385 * gdb.guile/scm-arch.exp: New file.
17386 * gdb.guile/scm-block.c: New file.
17387 * gdb.guile/scm-block.exp: New file.
17388 * gdb.guile/scm-breakpoint.c: New file.
17389 * gdb.guile/scm-breakpoint.exp: New file.
17390 * gdb.guile/scm-disasm.c: New file.
17391 * gdb.guile/scm-disasm.exp: New file.
17392 * gdb.guile/scm-equal.c: New file.
17393 * gdb.guile/scm-equal.exp: New file.
17394 * gdb.guile/scm-error.exp: New file.
17395 * gdb.guile/scm-error.scm: New file.
17396 * gdb.guile/scm-frame-args.c: New file.
17397 * gdb.guile/scm-frame-args.exp: New file.
17398 * gdb.guile/scm-frame-args.scm: New file.
17399 * gdb.guile/scm-frame-inline.c: New file.
17400 * gdb.guile/scm-frame-inline.exp: New file.
17401 * gdb.guile/scm-frame.c: New file.
17402 * gdb.guile/scm-frame.exp: New file.
17403 * gdb.guile/scm-generics.exp: New file.
17404 * gdb.guile/scm-gsmob.exp: New file.
17405 * gdb.guile/scm-iterator.c: New file.
17406 * gdb.guile/scm-iterator.exp: New file.
17407 * gdb.guile/scm-math.c: New file.
17408 * gdb.guile/scm-math.exp: New file.
17409 * gdb.guile/scm-objfile-script-gdb.in: New file.
17410 * gdb.guile/scm-objfile-script.c: New file.
17411 * gdb.guile/scm-objfile-script.exp: New file.
17412 * gdb.guile/scm-objfile.c: New file.
17413 * gdb.guile/scm-objfile.exp: New file.
17414 * gdb.guile/scm-ports.exp: New file.
17415 * gdb.guile/scm-pretty-print.c: New file.
17416 * gdb.guile/scm-pretty-print.exp: New file.
17417 * gdb.guile/scm-pretty-print.scm: New file.
17418 * gdb.guile/scm-section-script.c: New file.
17419 * gdb.guile/scm-section-script.exp: New file.
17420 * gdb.guile/scm-section-script.scm: New file.
17421 * gdb.guile/scm-symbol.c: New file.
17422 * gdb.guile/scm-symbol.exp: New file.
17423 * gdb.guile/scm-symtab-2.c: New file.
17424 * gdb.guile/scm-symtab.c: New file.
17425 * gdb.guile/scm-symtab.exp: New file.
17426 * gdb.guile/scm-type.c: New file.
17427 * gdb.guile/scm-type.exp: New file.
17428 * gdb.guile/scm-value-cc.cc: New file.
17429 * gdb.guile/scm-value-cc.exp: New file.
17430 * gdb.guile/scm-value.c: New file.
17431 * gdb.guile/scm-value.exp: New file.
17432 * gdb.guile/source2.scm: New file.
17433 * gdb.guile/types-module.cc: New file.
17434 * gdb.guile/types-module.exp: New file.
17435
17436 2014-02-10 Yao Qi <yao@codesourcery.com>
17437
17438 PR testsuite/16543
17439 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17440 * configure: Regenerated.
17441 * Makefile.in: New file.
17442
17443 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17444
17445 * gdb.python/py-framefilter.exp: Fix typo.
17446
17447 2014-02-08 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17450 that no =breakpoint-modified is emitted when breakpoints are
17451 modified through MI commands.
17452
17453 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17454 Pedro Alves <palves@redhat.com>
17455
17456 * gdb.threads/step-after-sr-lock.c: New file.
17457 * gdb.threads/step-after-sr-lock.exp: New file.
17458
17459 2014-02-07 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17462
17463 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17464
17465 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17466 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17467
17468 2014-02-06 Doug Evans <xdje42@gmail.com>
17469
17470 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17471 output.
17472
17473 * gdb.gdb/python-interrupts.exp: New file.
17474
17475 2014-02-05 Yao Qi <yao@codesourcery.com>
17476
17477 * gdb.trace/report.exp (use_collected_data): Test the output
17478 of "info threads" and "info inferiors".
17479
17480 2014-02-05 Yao Qi <yao@codesourcery.com>
17481
17482 Revert this patch:
17483
17484 2013-05-24 Yao Qi <yao@codesourcery.com>
17485
17486 * gdb.trace/tfile.exp: Test inferior and thread.
17487
17488 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17489
17490 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17491 on a function.
17492 * gdb.base/step-bt.c: Call hello via function pointer to make
17493 sure its first instruction is executed on powerpc64le-linux.
17494
17495 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17496
17497 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17498
17499 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17500
17501 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17502 of the test patterns for use on little-endian systems.
17503
17504 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17505
17506 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17507 (decimal_vector): Fix for little-endian.
17508
17509 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17510
17511 * gdb.arch/sparc-sysstep.exp: New file.
17512 * gdb.arch/sparc-sysstep.c: Likewise.
17513
17514 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17515
17516 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17517
17518 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17519
17520 2014-01-23 Tom Tromey <tromey@redhat.com>
17521
17522 * gdb.ada/array_char_idx: New testcase.
17523
17524 2014-01-23 Tom Tromey <tromey@redhat.com>
17525
17526 PR python/16487:
17527 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17528 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17529 classes.
17530
17531 2014-01-23 Tom Tromey <tromey@redhat.com>
17532
17533 PR python/16491:
17534 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17535 string from an inferior frame.
17536 * gdb.python/py-framefilter-mi.exp: Update.
17537
17538 2014-01-22 Doug Evans <dje@google.com>
17539
17540 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17541
17542 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17543
17544 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17545
17546 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17547
17548 * gdb.trace/entry-values.exp: Remove excess space character from
17549 regex patterns. Handle s390 call instruction.
17550
17551 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17552
17553 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17554 define "*_start" label. Make "name" static.
17555 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17556 ${name} by references to ${name}_start.
17557
17558 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17559
17560 * gdb.base/info-macros.exp: Remove "debug" from the compile
17561 options.
17562
17563 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17564
17565 * gdb.dlang/demangle.exp: New file.
17566
17567 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17568
17569 * gdb.dlang/primitive-types.exp: New file.
17570
17571 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17572
17573 * configure.ac: Create gdb.dlang/Makefile.
17574 * configure: Regenerate.
17575 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17576 * gdb.dlang/Makefile.in: New file.
17577 * lib/d-support.exp: New file.
17578 * lib/gdb.exp (skip_d_tests): New proc.
17579
17580 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17581
17582 * gdb.btrace/delta.exp: Check reverse stepi.
17583 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17584 * gdb.btrace/finish.exp: New.
17585 * gdb.btrace/next.exp: New.
17586 * gdb.btrace/nexti.exp: New.
17587 * gdb.btrace/record_goto.c: Add comments.
17588 * gdb.btrace/step.exp: New.
17589 * gdb.btrace/stepi.exp: New.
17590 * gdb.btrace/multi-thread-step.c: New.
17591 * gdb.btrace/multi-thread-step.exp: New.
17592 * gdb.btrace/rn-dl-bind.c: New.
17593 * gdb.btrace/rn-dl-bind.exp: New.
17594 * gdb.btrace/data.c: New.
17595 * gdb.btrace/data.exp: New.
17596 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17597
17598 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17599
17600 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17601 * gdb.btrace/exception.exp: Update.
17602 * gdb.btrace/instruction_history.exp: Update.
17603 * gdb.btrace/record_goto.exp: Update.
17604 * gdb.btrace/tailcall.exp: Update.
17605 * gdb.btrace/unknown_functions.exp: Update.
17606 * gdb.btrace/delta.exp: New.
17607
17608 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17609
17610 * gdb.btrace/record_goto.exp: Add backtrace test.
17611 * gdb.btrace/tailcall.exp: Add backtrace test.
17612
17613 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17614
17615 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17616 * gdb.btrace/record_goto.c: New.
17617 * gdb.btrace/record_goto.exp: New.
17618 * gdb.btrace/x86-record_goto.S: New.
17619
17620 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17621
17622 * gdb.btrace/function_call_history.exp: Update tests.
17623 * gdb.btrace/instruction_history.exp: Update tests.
17624
17625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17626
17627 * gdb.btrace/function_call_history.exp: Fix expected field
17628 order for "record function-call-history".
17629 Add new tests for "record function-call-history /c".
17630 * gdb.btrace/exception.cc: New.
17631 * gdb.btrace/exception.exp: New.
17632 * gdb.btrace/tailcall.exp: New.
17633 * gdb.btrace/x86-tailcall.S: New.
17634 * gdb.btrace/x86-tailcall.c: New.
17635 * gdb.btrace/unknown_functions.c: New.
17636 * gdb.btrace/unknown_functions.exp: New.
17637 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17638
17639 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17640
17641 * gdb.btrace/instruction_history.exp: Update.
17642 * gdb.btrace/function_call_history.exp: Update.
17643
17644 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17645
17646 * gdb.btrace/function_call_history.exp: Fix expected function
17647 trace.
17648 * gdb.btrace/instruction_history.exp: Initialize traced.
17649 Remove traced_functions.
17650
17651 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17652
17653 * gdb.btrace/function_call_history.exp: Update
17654 * gdb.btrace/instruction_history.exp: Update.
17655
17656 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17657
17658 * gdb.btrace/enable.exp: Update expected text.
17659
17660 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17661
17662 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17663 bytes.
17664
17665 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17666
17667 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17668
17669 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17670
17671 * lib/gdb.exp (supports_process_record): Return true for
17672 arm*-linux*. (supports_reverse): Likewise.
17673
17674 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17675
17676 PR python/15464
17677 PR python/16113
17678 * gdb.python/py-type.c: Enhance test case.
17679 * gdb.python/py-value-cc.cc: Likewise
17680 * gdb.python/py-type.exp: Add new tests.
17681 * gdb.python/py-value-cc.exp: Likewise
17682
17683 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17684 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17687 Make "name" extern.
17688 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17689 references to ${name}_start by references to ${name}.
17690
17691 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17692
17693 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17694
17695 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17696
17697 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17698
17699 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17700 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.mi/mi-info-os.exp: Connect to the target with
17703 mi_gdb_target_load.
17704
17705 2014-01-08 Pedro Alves <palves@redhat.com>
17706
17707 * gdb.threads/reconnect-signal.c: New file.
17708 * gdb.threads/reconnect-signal.exp: New file.
17709
17710 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17711
17712 * gdb.base/source-dir.exp: New file.
17713
17714 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17715
17716 * gdb.ada/mi_interface: New testcase.
17717
17718 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17719
17720 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17721 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17722 gdb.ada/pp-rec-component/pck.ads: New files.
17723
17724 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17725
17726 * gdb.python/py-pp-integral.c: New file.
17727 * gdb.python/py-pp-integral.py: New file.
17728 * gdb.python/py-pp-integral.exp: New file.
17729
17730 For older changes see ChangeLog-1993-2013.
17731 \f
17732 ;; Local Variables:
17733 ;; mode: change-log
17734 ;; left-margin: 8
17735 ;; fill-column: 74
17736 ;; version-control: never
17737 ;; End:
17738
17739 Copyright 2014-2019 Free Software Foundation, Inc.
17740 Copying and distribution of this file, with or without modification,
17741 are permitted provided the copyright notice and this notice are preserved.
This page took 0.551431 seconds and 4 git commands to generate.