d45aece5acde8cd4fb1f2fdc404eebbfb275a013
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/ctf-cvexpr.exp: Delete.
4 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5
6 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
9 the compiler. Clean up header comment a little.
10 * gdb.base/ctf-ptype.exp: Likewise.
11 * gdb.base/ctf-whatis.exp: Likewise.
12 * lib/gdb.exp (skip_ctf_tests): New proc.
13
14 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
15
16 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
17 * gdb.tui/corefile-run.exp: New file.
18
19 2019-11-14 Tom Tromey <tromey@adacore.com>
20
21 * gdb.base/gdbvars.exp (test_convenience_variables): Add
22 regression tests.
23
24 2019-11-12 Tom Tromey <tom@tromey.com>
25
26 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
27 after any command. Expect prompt after WAIT_FOR is seen.
28 (enter_tui): Enable resize messages.
29 (command): Expect command in output.
30 (get_line): Avoid error when cursor appears to be off-screen.
31 (dump_screen): Include screen size in title.
32 (_do_resize): New proc, from "resize".
33 (resize): Rewrite. Do resize in two steps.
34 * gdb.tui/empty.exp (layouts): Fix entries.
35 (check_boxes): Remove xfail.
36 (check_text): Dump screen on failure.
37
38 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.python/py-symbol.exp: Add test for
41 gdb.lookup_static_symbols.
42
43 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.python/py-symbol.c: Declare and call function from new
46 py-symbol-2.c file.
47 * gdb.python/py-symbol.exp: Compile both source files, and add new
48 tests for gdb.lookup_static_symbol.
49 * gdb.python/py-symbol-2.c: New file.
50
51 2019-11-02 Tom de Vries <tdevries@suse.de>
52
53 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
54 * gdb.base/anon.exp: Same.
55 * gdb.base/auto-connect-native-target.exp: Same.
56 * gdb.base/call-ar-st.exp: Same.
57 * gdb.base/catch-syscall.exp: Same.
58 * gdb.base/commands.exp: Same.
59 * gdb.base/default.exp: Same.
60 * gdb.base/display.exp: Same.
61 * gdb.base/float.exp: Same.
62 * gdb.base/foll-fork.exp: Same.
63 * gdb.base/help.exp: Same.
64 * gdb.base/info-macros.exp: Same.
65 * gdb.base/info-proc.exp: Same.
66 * gdb.base/info-target.exp: Same.
67 * gdb.base/long_long.exp: Same.
68 * gdb.base/macscp.exp: Same.
69 * gdb.base/memattr.exp: Same.
70 * gdb.base/nofield.exp: Same.
71 * gdb.base/pointers.exp: Same.
72 * gdb.base/printcmds.exp: Same.
73 * gdb.base/ptype.exp: Same.
74 * gdb.base/restore.exp: Same.
75 * gdb.base/return.exp: Same.
76 * gdb.base/scope.exp: Same.
77 * gdb.base/set-noassign.exp: Same.
78 * gdb.base/setshow.exp: Same.
79 * gdb.base/shlib-call.exp: Same.
80 * gdb.base/signals.exp: Same.
81 * gdb.base/sigstep.exp: Same.
82 * gdb.base/skip.exp: Same.
83 * gdb.base/solib-symbol.exp: Same.
84 * gdb.base/stap-probe.exp: Same.
85 * gdb.base/step-line.exp: Same.
86 * gdb.base/step-test.exp: Same.
87 * gdb.base/style.exp: Same.
88 * gdb.base/varargs.exp: Same.
89 * gdb.base/vla-datatypes.exp: Same.
90 * gdb.base/vla-ptr.exp: Same.
91 * gdb.base/vla-sideeffect.exp: Same.
92 * gdb.base/volatile.exp: Same.
93 * gdb.base/watch-cond-infcall.exp: Same.
94 * gdb.base/watchpoint.exp: Same.
95
96 2019-11-02 Tom de Vries <tdevries@suse.de>
97
98 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
99 * gdb.cp/cpexprs.exp: Same.
100 * gdb.cp/except-multi-location.exp: Same.
101 * gdb.cp/exceptprint.exp: Same.
102 * gdb.cp/gdb2384.exp: Same.
103 * gdb.cp/inherit.exp: Same.
104 * gdb.cp/m-static.exp: Same.
105 * gdb.cp/meth-typedefs.exp: Same.
106 * gdb.cp/misc.exp: Same.
107 * gdb.cp/namespace.exp: Same.
108 * gdb.cp/non-trivial-retval.exp: Same.
109 * gdb.cp/overload.exp: Same.
110 * gdb.cp/pr17132.exp: Same.
111 * gdb.cp/re-set-overloaded.exp: Same.
112 * gdb.cp/rvalue-ref-types.exp: Same.
113 * gdb.cp/templates.exp: Same.
114
115 2019-11-01 Luis Machado <luis.machado@linaro.org>
116
117 PR gdb/25124
118
119 * gdb.arch/pr25124.S: New file.
120 * gdb.arch/pr25124.exp: New file.
121
122 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.fortran/info-modules.exp: Update expected results, and add
125 additional tests for 'info module functinos', and 'info module
126 variables'.
127 * gdb.fortran/info-types.exp: Update expected results.
128 * gdb.fortran/info-types.f90: Extend testcase with additional
129 module variables and functions.
130
131 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.fortran/info-modules.exp: New file.
134 * gdb.fortran/info-types.exp: Build with new file.
135 * gdb.fortran/info-types.f90: Include and use new module.
136 * gdb.fortran/info-types-2.f90: New file.
137
138 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
139
140 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
141 * gdb.base/settings.exp: Test all settings types using
142 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
143 that now verifies that the value of "maint show" is the same as
144 returned by the settings functions. Test the type of the
145 maintenance settings.
146 * gdb.base/default.exp: Update show_conv_list.
147
148 2019-10-31 Tom de Vries <tdevries@suse.de>
149
150 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
151 gdb_test.
152 * gdb.arch/amd64-disp-step.exp: Same.
153 * gdb.asm/asm-source.exp: Same.
154 * gdb.btrace/buffer-size.exp: Same.
155 * gdb.btrace/cpu.exp: Same.
156 * gdb.btrace/enable.exp: Same.
157 * gdb.dwarf2/count.exp: Same.
158 * gdb.dwarf2/dw2-ranges-func.exp: Same.
159 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
160 * gdb.fortran/vla-datatypes.exp: Same.
161 * gdb.fortran/vla-history.exp: Same.
162 * gdb.fortran/vla-ptype.exp: Same.
163 * gdb.fortran/vla-value.exp: Same.
164 * gdb.fortran/whatis_type.exp: Same.
165 * gdb.guile/guile.exp: Same.
166 * gdb.multi/tids.exp: Same.
167 * gdb.python/py-finish-breakpoint.exp: Same.
168 * gdb.python/py-framefilter.exp: Same.
169 * gdb.python/py-pp-registration.exp: Same.
170 * gdb.python/py-xmethods.exp: Same.
171 * gdb.python/python.exp: Same.
172 * gdb.server/connect-with-no-symbol-file.exp: Same.
173 * gdb.server/no-thread-db.exp: Same.
174 * gdb.server/run-without-local-binary.exp: Same.
175 * gdb.stabs/weird.exp: Same.
176 * gdb.threads/attach-many-short-lived-threads.exp: Same.
177 * gdb.threads/thread-find.exp: Same.
178 * gdb.threads/tls-shared.exp: Same.
179 * gdb.threads/tls.exp: Same.
180 * gdb.threads/wp-replication.exp: Same.
181 * gdb.trace/ax.exp: Same.
182 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
183
184 2019-10-31 Tom de Vries <tdevries@suse.de>
185
186 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
187 * gdb.ada/array_subscript_addr.exp: Same.
188 * gdb.ada/arrayidx.exp: Same.
189 * gdb.ada/arrayparam.exp: Same.
190 * gdb.ada/arrayptr.exp: Same.
191 * gdb.ada/boolean_expr.exp: Same.
192 * gdb.ada/call_pn.exp: Same.
193 * gdb.ada/complete.exp: Same.
194 * gdb.ada/fixed_cmp.exp: Same.
195 * gdb.ada/fun_addr.exp: Same.
196 * gdb.ada/funcall_param.exp: Same.
197 * gdb.ada/interface.exp: Same.
198 * gdb.ada/mod_from_name.exp: Same.
199 * gdb.ada/null_array.exp: Same.
200 * gdb.ada/packed_array.exp: Same.
201 * gdb.ada/packed_tagged.exp: Same.
202 * gdb.ada/print_chars.exp: Same.
203 * gdb.ada/print_pc.exp: Same.
204 * gdb.ada/ptype_arith_binop.exp: Same.
205 * gdb.ada/ptype_field.exp: Same.
206 * gdb.ada/ptype_tagged_param.exp: Same.
207 * gdb.ada/rec_return.exp: Same.
208 * gdb.ada/ref_tick_size.exp: Same.
209 * gdb.ada/str_ref_cmp.exp: Same.
210 * gdb.ada/taft_type.exp: Same.
211 * gdb.ada/tagged.exp: Same.
212 * gdb.ada/type_coercion.exp: Same.
213 * gdb.ada/uninitialized_vars.exp: Same.
214
215 2019-10-30 Tom de Vries <tdevries@suse.de>
216
217 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
218
219 2019-10-26 Tom de Vries <tdevries@suse.de>
220
221 * gdb.base/bigcore.c: Fix typos in comments.
222 * gdb.base/ctf-ptype.c: Same.
223 * gdb.base/long_long.c: Same.
224 * gdb.dwarf2/dw2-op-out-param.S: Same.
225 * gdb.python/py-evthreads.c: Same.
226 * gdb.reverse/i387-stack-reverse.c: Same.
227 * gdb.trace/tfile.c: Same.
228 * lib/compiler.c: Same.
229 * lib/compiler.cc: Same.
230
231 2019-10-25 Tom de Vries <tdevries@suse.de>
232
233 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
234 gdb_test_multiple calls.
235 * gdb.reverse/sigall-reverse.exp: Same.
236 * gdb.reverse/solib-precsave.exp: Same.
237 * gdb.reverse/solib-reverse.exp: Same.
238 * gdb.reverse/until-precsave.exp: Same.
239 * gdb.reverse/until-reverse.exp: Same.
240
241 2019-10-24 Tom de Vries <tdevries@suse.de>
242
243 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
244 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
245 kfail using -wrap pattern flag and convenience variable
246 gdb_test_name.
247
248 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.python/py-progspace.exp: Add tests for the
251 Progspace.block_for_pc method.
252
253 2019-10-23 Tom Tromey <tom@tromey.com>
254
255 * configure: Rebuild.
256 * aclocal.m4: Use m4_include, not sinclude.
257
258 2019-10-21 Tom de Vries <tdevries@suse.de>
259
260 * gdb.base/infcall-nested-structs.c: Add
261 __attribute__((noinline,noclone)) to all functions.
262 (call_all): Add missing variable initialization. Simplify return value.
263 (breakpt): Increment volatile variable, to prevent call from being
264 optimized out.
265 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
266
267 2019-10-17 Tom de Vries <tdevries@suse.de>
268
269 * gdb.fortran/module.exp: Allow info variables to print info for files
270 other than module.f90.
271
272 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.fortran/module.exp: Extend with 'info variables' test.
275
276 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
279 F77_FOR_TARGET.
280
281 2019-10-16 Tom de Vries <tdevries@suse.de>
282
283 PR tdep/25096
284 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
285
286 2019-10-16 Tom de Vries <tdevries@suse.de>
287
288 PR tdep/24104
289 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
290 Add KFAIL for PR tdep/25096.
291
292 2019-10-16 Tom de Vries <tdevries@suse.de>
293
294 PR testsuite/25059
295 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
296
297 2019-10-16 Tom de Vries <tdevries@suse.de>
298
299 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
300 as signed.
301
302 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
303
304 * gdb.mi/list-thread-groups-available.exp: Read entries one by
305 one instead of increasing timeout.
306
307 2019-10-13 Tom de Vries <tdevries@suse.de>
308
309 PR record/25038
310 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
311 * gdb.reverse/sigall-reverse.exp: Same.
312 * gdb.reverse/solib-precsave.exp: Same.
313 * gdb.reverse/solib-reverse.exp: Same.
314 * gdb.reverse/step-precsave.exp: Same.
315 * gdb.reverse/until-precsave.exp: Same.
316 * gdb.reverse/until-reverse.exp: Same.
317 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
318
319 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
320
321 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
322 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
323 (cmp_struct_05_01, cmp_struct_static_02_01)
324 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
325 comparisons.
326
327 2019-10-10 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24888
330 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
331 gnatlink.
332
333 2019-10-09 Tom de Vries <tdevries@suse.de>
334
335 PR testsuite/25048
336 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
337
338 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
341 exceptions due to missing debug information.
342
343 2019-10-07 Tom de Vries <tdevries@suse.de>
344
345 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
346
347 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
350 * gdb.base/annota1.exp: Update to use gdb_test_name.
351
352 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
353
354 * gdb.base/ctf-whatis.exp: New file.
355 * gdb.base/ctf-whatis.c: New file.
356 * gdb.base/ctf-ptype.exp: New file.
357 * gdb.base/ctf-ptype.c: New file.
358 * gdb.base/ctf-constvars.exp: New file.
359 * gdb.base/ctf-constvars.c: New file.
360 * gdb.base/ctf-cvexpr.exp: New file.
361
362 2019-10-04 Tom de Vries <tdevries@suse.de>
363
364 * gdb.cp/local-static.c (main): Move declaration of int i out of the
365 for loop.
366
367 2019-10-03 Tom Tromey <tom@tromey.com>
368
369 PR rust/24976:
370 * gdb.rust/simple.rs (Union2): New type.
371 (main): Use Union2.
372 * gdb.rust/simple.exp: Add test.
373
374 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
377 nested function prefix.
378
379 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
380 Richard Bunt <richard.bunt@arm.com>
381 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
384 nested functions.
385 * gdb.fortran/nested-funcs.f90: Update expected results.
386 * gdb.fortran/nested-funcs-2.exp: New file.
387 * gdb.fortran/nested-funcs-2.f90: New file.
388
389 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.python/py-parameter.exp: Make test names unique.
392 * gdb.python/py-template.exp: Likewise.
393 * gdb.python/py-value.exp: Likewise.
394
395 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
396
397 * gdb.base/break-interp.exp: Reduce test name duplication.
398 * gdb.base/call-sc.exp: Likewise.
399 * gdb.base/callfuncs.exp: Likewise.
400 * gdb.base/charset.exp: Likewise.
401 * gdb.base/dump.exp: Likewise.
402 * gdb.base/ena-dis-br.exp: Likewise.
403 * gdb.base/relational.exp: Likewise.
404 * gdb.base/step-over-syscall.exp: Likewise.
405 * gdb.base/structs.exp: Likewise.
406
407 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.linespec/explicit.exp: Make test names unique.
410 * gdb.linespec/ls-errs.exp: Likewise.
411
412 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.reverse/break-precsave.exp: Make test names unique.
415 * gdb.reverse/break-reverse.exp: Likewise.
416 * gdb.reverse/finish-precsave.exp: Likewise.
417 * gdb.reverse/finish-reverse.exp: Likewise.
418 * gdb.reverse/machinestate-precsave.exp: Likewise.
419 * gdb.reverse/machinestate.exp: Likewise.
420 * gdb.reverse/readv-reverse.exp: Likewise.
421 * gdb.reverse/recvmsg-reverse.exp: Likewise.
422 * gdb.reverse/sigall-precsave.exp: Likewise.
423 * gdb.reverse/sigall-reverse.exp: Likewise.
424 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
425 * gdb.reverse/watch-precsave.exp: Likewise.
426 * gdb.reverse/watch-reverse.exp: Likewise.
427
428 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.threads/stop-with-handle.c: New file.
431 * gdb.threads/stop-with-handle.exp: New file.
432
433 2019-10-03 Tom de Vries <tdevries@suse.de>
434
435 PR testsuite/25059
436 * gdb.base/list-missing-source.exp: Allowing the "Compilation
437 directory" line to be missing.
438
439 2019-10-03 Tom de Vries <tdevries@suse.de>
440
441 PR testsuite/25059
442 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
443 type optional.
444
445 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
446
447 * gdb.python/py-format-string.c (string.h): New include.
448 (main): Fill a_struct_with_union.the_union.an_int with bytes of
449 the same value, for endianness-independence.
450 * gdb.python/py-format-string.exp (default_regexp_dict)
451 (test_pretty_structs, test_format): Adjust expected output to the
452 changed initialization.
453
454 2019-10-02 Tom Tromey <tromey@adacore.com>
455
456 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
457
458 2019-10-02 Pedro Alves <palves@redhat.com>
459 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
462 "print-file-var.h".
463 (this_version_id) Use ATTRIBUTE_VISIBILITY.
464 (get_version_1): Print this_version_id and its address.
465 Add extern "C" wrappers around interface functions.
466 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
467 "print-file-var.h".
468 (this_version_id) Use ATTRIBUTE_VISIBILITY.
469 (get_version_2): Print this_version_id and its address.
470 Add extern "C" wrappers around interface functions.
471 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
472 <stddef.h> and "print-file-var.h".
473 Add extern "C" wrappers around interface functions.
474 [VERSION_ID_MAIN] (this_version_id): Define.
475 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
476 * gdb.base/print-file-var.h: Add some #defines to simplify setting
477 up extern "C" blocks.
478 * gdb.base/print-file-var.exp (test): New, factored out from top
479 level.
480 (top level): Test all combinations of attribute hidden or not,
481 dlopen or not, and this_version_id symbol in main file or not.
482 Compile tests as both C++ and C, make test names unique.
483
484 2019-10-01 Tom Tromey <tom@tromey.com>
485
486 * gdb.base/style.exp: Test "show logging filename".
487
488 2019-10-01 Tom Tromey <tom@tromey.com>
489
490 * lib/gdb-utils.exp (style): Handle "metadata" argument.
491 * gdb.base/style.exp: Add metadata style test.
492
493 2019-10-01 Tom Tromey <tom@tromey.com>
494
495 * gdb.base/style.exp: Test "pwd".
496
497 2019-10-01 Tom Tromey <tom@tromey.com>
498
499 * gdb.base/style.exp: Update tests.
500
501 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
502
503 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
504 'six' to unsigned.
505 (s1): Initialize fields 'four' and 'six' instead of 'three' and
506 'five'. Use an all-ones bit pattern for each.
507 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
508 to its changed values.
509
510 2019-09-30 Tom Tromey <tromey@adacore.com>
511
512 * gdb.rust/traits.rs: Disable all warnings.
513
514 2019-09-29 Tom de Vries <tdevries@suse.de>
515
516 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
517
518 2019-09-29 Tom de Vries <tdevries@suse.de>
519
520 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
521
522 2019-09-27 Tom de Vries <tdevries@suse.de>
523
524 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
525
526 2019-09-27 Tom de Vries <tdevries@suse.de>
527
528 PR record/23188
529 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
530
531 2019-09-26 Tom Tromey <tromey@adacore.com>
532
533 * gdb.ada/py_taft.exp: New file.
534 * gdb.ada/py_taft/main.adb: New file.
535 * gdb.ada/py_taft/pkg.adb: New file.
536 * gdb.ada/py_taft/pkg.ads: New file.
537
538 2019-09-24 Tom de Vries <tdevries@suse.de>
539
540 PR gdb/24598
541 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
542
543 2019-09-22 Tom de Vries <tdevries@suse.de>
544
545 * gdb.base/restore.exp: Allow register variables to be optimized out at
546 -O0.
547
548 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
549
550 * gdb.arch/spu-info.exp: Remove file.
551 * gdb.arch/spu-info.c: Remove file.
552 * gdb.arch/spu-ls.exp: Remove file.
553 * gdb.arch/spu-ls.c: Remove file.
554
555 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
556 * gdb.asm/spu.inc: Remove file.
557
558 * gdb.base/dump.exp: Remove support for spu*-*-*.
559 * gdb.base/stack-checking.exp: Likewise.
560 * gdb.base/overlays.exp: Likewise.
561 * gdb.base/ovlymgr.c: Likewise.
562 * gdb.base/spu.ld: Remove file.
563
564 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
565 * gdb.cp/cpexprs.exp: Likewise.
566 * gdb.cp/exception.exp: Likewise.
567 * gdb.cp/gdb2495.exp: Likewise.
568 * gdb.cp/mb-templates.exp: Likewise.
569 * gdb.cp/pr9167.exp: Likewise.
570 * gdb.cp/userdef.exp: Likewise.
571
572 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
573
574 * gdb.cell: Remove directory.
575 * lib/cell.exp: Remove file.
576
577 2019-09-19 Tom de Vries <tdevries@suse.de>
578
579 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
580
581 2019-09-19 Tom de Vries <tdevries@suse.de>
582
583 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
584
585 2019-09-19 Tom de Vries <tdevries@suse.de>
586
587 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
588 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
589 (gdb_target_cmd): ... here.
590 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
591 value 2.
592
593 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.base/source-dir.exp: Avoid having directory names in test
596 names.
597
598 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * gdb.base/source-dir.exp: Add extra test for mapped compilation
601 directory.
602
603 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.base/list-missing-source.exp: New file.
606
607 2019-09-14 Tom de Vries <tdevries@suse.de>
608
609 PR teststuite/24599
610 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
611 * lib/ada.exp (gnatmake_version_at_least): New proc.
612
613 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.base/maint.exp: Use exec_has_index_section.
616
617 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.base/maint.exp: Add test for 'maint info sections'.
620
621 2019-09-12 Tom de Vries <tdevries@suse.de>
622
623 * gdb.base/store.exp: Allow register variables to be optimized out at
624 -O0.
625
626 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
627
628 * gdb.ada/rdv_wait.exp: Update to new task names.
629 * gdb.base/task_switch_in_core.exp: Likewise.
630 * gdb.base/info_sources_base.c: Likewise.
631
632 2019-09-10 Tom Tromey <tromey@adacore.com>
633
634 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
635
636 2019-09-10 Tom Tromey <tromey@adacore.com>
637
638 * gdb.ada/dgopt.exp: New file.
639 * gdb.ada/dgopt/x.adb: New file.
640
641 2019-09-08 Tom Tromey <tom@tromey.com>
642
643 * gdb.tui/resize.exp: Remove setup_xfail.
644 * gdb.tui/regs.exp: Remove setup_xfail.
645 * gdb.tui/basic.exp: Remove setup_xfail.
646
647 2019-09-06 David Blaikie <dblaikie@gmail.com>
648
649 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
650 * gdb.cp/cplabel.exp: Ditto.
651 * gdb.linespec/ls-errs.exp: Ditto.
652
653 2019-09-05 Tom de Vries <tdevries@suse.de>
654
655 * lib/gdb.exp (cmp_file_string): New proc.
656 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
657 runto_main. Verify save breakpoints output.
658
659 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
660
661 * gdb.base/info-var.exp: Test info variables without running
662 to main, to avoid expect's buffer overflow.
663
664 2019-09-03 Tom Tromey <tromey@adacore.com>
665
666 * gdb.ada/bias.exp: New file.
667 * gdb.ada/bias/bias.adb: New file.
668 * gdb.ada/print_chars.exp: Add regression test.
669 * gdb.ada/print_chars/foo.adb (My_Character): New type.
670 (MC): New variable.
671
672 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
673
674 * gdb.base/argv0-symlink.exp: Run only on native target
675 and local host.
676
677 2019-08-29 Tom de Vries <tdevries@suse.de>
678
679 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
680 diverse debug info.
681 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
682
683 2019-08-28 Tom de Vries <tdevries@suse.de>
684
685 * gdb.base/info-var.exp: Allow info variables to print info for files
686 other than info-var-f1.c and info-var-f2.c.
687
688 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.fortran/info-types.exp: Add module.
691 * gdb.fortran/info-types.f90: Update expected results.
692
693 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.fortran/info-types.exp: New file.
696 * gdb.fortran/info-types.f90: New file.
697 * lib/fortran.exp (fortran_character1): New proc.
698
699 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
702 functions'. Reindent as needed.
703 * gdb.base/info-var-f1.c: New file.
704 * gdb.base/info-var-f2.c: New file.
705 * gdb.base/info-var.exp: New file.
706 * gdb.base/info-var.h: New file.
707
708 2019-08-26 Tom de Vries <tdevries@suse.de>
709
710 PR c++/24852
711 * gdb.cp/no-libstdcxx-probe.exp: New test.
712
713 2019-08-26 Tom de Vries <tdevries@suse.de>
714
715 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
716 * tests need to be skipped.
717 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
718 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
719 mi_skip_libstdcxx_probe_tests.
720
721 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
722
723 * gdb.python/py-xmethods.exp: Use raw strings when passing
724 arguments to SimpleXMethodMatcher.
725
726 2019-08-22 Tom de Vries <tdevries@suse.de>
727
728 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
729 more informative.
730
731 2019-08-21 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/with.exp: Test "with" with no arguments.
734
735 2019-08-21 Tom de Vries <tdevries@suse.de>
736
737 * gdb.base/gdb-caching-proc.exp: Sort files.
738
739 2019-08-20 Tom de Vries <tdevries@suse.de>
740
741 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
742 compilation.
743
744 2019-08-16 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/compare-sections.exp ("after run to main"): Allow
747 mismatched read-only sections for PIE executables.
748
749 2019-08-16 Tom Tromey <tom@tromey.com>
750
751 * lib/tuiterm.exp (_csi_Z): New proc.
752 * gdb.tui/basic.exp: Update window positions.
753 * gdb.tui/empty.exp: Update window positions.
754
755 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
756
757 * gdb.base/examine-backward.exp: Correct regexp for
758 "examine 3 bytes backward from ${address_zero}".
759
760 2019-08-15 Tom Tromey <tom@tromey.com>
761
762 * gdb.tui/empty.exp: Enable resizing tests.
763
764 2019-08-15 Tom Tromey <tromey@adacore.com>
765
766 * gdb.ada/char_enum.exp: Add regression tests.
767 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
768 and '0'.
769 (Char, Gchar): Update.
770 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
771
772 2019-08-15 Christian Biesinger <cbiesinger@google.com>
773
774 * gdb.python/python.exp: Expect a leading underscore on
775 GdbOutput{,Error}File.
776
777 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
778
779 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
780 Windows host.
781
782 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
783
784 * gdb.base/batch-preserve-term-settings.exp
785 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
786
787 2019-08-15 Christian Biesinger <cbiesinger@google.com>
788
789 * lib/gdb.exp: When running on a mingw target, replace
790 /x/ with x:/.
791
792 2019-08-14 Alan Hayward <alan.hayward@arm.com>
793
794 * gdb.arch/aarch64-prologue.c: New test.
795 * gdb.arch/aarch64-prologue.exp: New file.
796
797 2019-08-13 Tom de Vries <tdevries@suse.de>
798
799 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
800 Thread.
801
802 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
803
804 * gdb.python/py-completion.exp: Download the .py file to the host
805 and use its host pathname. Conditionalize tests that use
806 tab completion and manipulate files on the build machine.
807 * gdb.python/py-events.exp: Download the .py file to the host
808 and use its host pathname.
809 * gdb.python/py-evsignal.exp: Likewise.
810 * gdb.python/py-evthreads.exp: Likewise.
811 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
812 pathname syntax.
813 * gdb.python/py-framefilter.exp: Download the .py file to the right
814 place on the host. Match Windows pathname syntax.
815 * gdb.python/py-mi-var-info-path-expression.exp: Download the
816 .py file to the host and use its host pathname.
817 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
818 * gdb.python/py-objfile.exp: Expect a host pathname, not a
819 build pathname. Skip symlink test on Windows host. Add missing
820 newline at end of file.
821 * gdb.python/py-pp-maint.exp: Download the .py file to the host
822 and use its host pathname.
823 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
824 * gdb.python/py-section-script.exp: Use host location of binfile
825 on safe-path. Use correct path separator on Windows host.
826 Reorder alternatives in gdb_test_multiple to prevent matching
827 the wrong alternative on success.
828 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
829
830 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
831
832 * gdb.gdb/selftest.exp (test_with_self): Update test to now
833 expect the GDB inferior to no longer immediately stop after
834 being resumed with "signal SIGINT".
835
836 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
837
838 * gdb.linespec/break-ask.exp: Generalize regexps to match
839 Windows pathnames too.
840
841 2019-08-08 Tom de Vries <tdevries@suse.de>
842
843 PR testsuite/24862
844 * lib/tuiterm.exp (_accept): Fix CSI regexp.
845
846 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
847
848 * gdb.base/style.exp: Update tests for help doc new invariants.
849 * gdb.base/help.exp: Likewise.
850
851 2019-08-06 Tom Tromey <tom@tromey.com>
852
853 * gdb.base/style.exp: Add disassemble test.
854 * gdb.base/style.c (some_called_function): New function.
855 (main): Use it.
856
857 2019-08-05 Christian Biesinger <cbiesinger@google.com>
858
859 * gdb.python/py-block.exp: Test dictionary access on blocks.
860
861 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
862
863 PR gdb/24863
864 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
865 -list-thread-groups --available test when running under
866 check-read1.
867
868 2019-08-05 Tom de Vries <tdevries@suse.de>
869
870 PR testsuite/24863
871 * lib/gdb.exp (with_read1_timeout_factor): New proc.
872 * gdb.base/help.exp: Use with_read1_timeout_factor.
873 * gdb.base/info-macros.exp: Same.
874 * gdb.cp/nested-types.exp: Same.
875
876 2019-08-05 Tom de Vries <tdevries@suse.de>
877
878 * lib/gdb.exp (version_at_least): Factor out of ...
879 (tcl_version_at_least): ... here.
880 (gdb_compile): Fail if pie results in non-PIE executable.
881 (readelf_version, readelf_prints_pie): New proc.
882 (exec_is_pie): Return -1 if unknown.
883
884 2019-08-05 Tom de Vries <tdevries@suse.de>
885
886 * lib/gdb.exp (tcl_version_at_least): Fix typo.
887
888 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
889
890 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
891
892 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
893
894 * lib/completion-support.exp (test_gdb_complete_none): Skip
895 tab completion tests if no readline support.
896 (test_gdb_complete_unique_re): Likewise.
897 (test_gdb_complete_multiple): Likewise.
898
899 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
900
901 * gdb.base/info_sources.exp: New file.
902 * gdb.base/info_sources.c: New file.
903 * gdb.base/info_sources_base.c: New file.
904
905 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
906
907 * gdb.base/batch-exit-status.exp: Call test_exit_status with
908 prefix argument.
909 (test_exit_status): Add prefix argument.
910
911 2019-08-01 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/24863
914 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
915 calling exp_continue for new thread and thread exited messages.
916
917 2019-08-01 Tom de Vries <tdevries@suse.de>
918
919 PR testsuite/24863
920 * gdb.base/structs.exp: Fix check-read1 timeout using
921 gdb_test_sequence.
922 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
923
924 2019-08-01 Tom de Vries <tdevries@suse.de>
925
926 PR testsuite/24863
927 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
928 line.
929
930 2019-08-01 Tom de Vries <tdevries@suse.de>
931
932 PR testsuite/24863
933 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
934
935 2019-07-30 Tom Tromey <tromey@adacore.com>
936
937 * gdb.ada/display_nested.exp: New file.
938 * gdb.ada/display_nested/foo.adb: New file.
939 * gdb.ada/display_nested/pack.adb: New file.
940 * gdb.ada/display_nested/pack.ads: New file.
941
942 2019-07-30 Christian Biesinger <cbiesinger@google.com>
943
944 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
945 namespace.
946 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
947
948 2019-07-30 Tom de Vries <tdevries@suse.de>
949
950 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
951 instead.
952
953 2019-07-30 Tom de Vries <tdevries@suse.de>
954
955 PR testsuite/24834
956 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
957 (exec_is_pie): New proc.
958
959 2019-07-29 Christian Biesinger <cbiesinger@google.com>
960
961 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
962
963 2019-07-29 Christian Biesinger <cbiesinger@google.com>
964
965 * gdb.python/py-objfile.c: Add global and static vars.
966 * gdb.python/py-objfile.exp: Test new functions Objfile.
967 lookup_global_symbol and lookup_static_symbol.
968
969 2019-07-29 Tom Tromey <tom@tromey.com>
970
971 * lib/tuiterm.exp (Term::_csi_@): New proc.
972 (Term::_csi_X): Don't move cursor.
973
974 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
975
976 * gdb.base/options.exp: Update backtrace - completion to
977 new option -frame-info.
978 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
979 Test new 'set print frame-info'. Test backtrace -frame-info
980 overriding 'set print frame-info'.
981 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
982 Test new 'set print frame-info'.
983 Verify consistency of backtrace with and without filters, with and
984 without -no-filters.
985 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
986 default.
987
988 2019-07-29 Tom de Vries <tdevries@suse.de>
989
990 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
991 no arguments".
992
993 2019-07-29 Tom de Vries <tdevries@suse.de>
994
995 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
996 is a substring of the first for "complete non-unique file name".
997
998 2019-07-29 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1001 with ".*".
1002
1003 2019-07-29 Tom de Vries <tdevries@suse.de>
1004
1005 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1006 Pass prompt_regexp parameter to gdb_test_multiple calls.
1007
1008 2019-07-29 Tom de Vries <tdevries@suse.de>
1009
1010 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1011 print registers" regexps.
1012
1013 2019-07-29 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1016
1017 2019-07-29 Tom de Vries <tdevries@suse.de>
1018
1019 PR gdb/24855
1020 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1021 (skip_python_tests_prompt): Add prompt_regexp argument to
1022 gdb_test_multiple calls.
1023
1024 2019-07-27 Tom Tromey <tom@tromey.com>
1025
1026 * gdb.tui/main.exp: New file.
1027
1028 2019-07-27 Tom Tromey <tom@tromey.com>
1029
1030 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1031 optional.
1032 * gdb.tui/empty.exp: New file.
1033
1034 2019-07-27 Tom Tromey <tom@tromey.com>
1035
1036 * lib/tuiterm.exp (spawn): New proc.
1037 (Term::resize): New proc.
1038 * gdb.tui/resize.exp: New file.
1039
1040 2019-07-27 Tom Tromey <tom@tromey.com>
1041
1042 * gdb.tui/list.exp: New file.
1043
1044 2019-07-27 Tom Tromey <tom@tromey.com>
1045
1046 * gdb.tui/regs.exp: New file.
1047
1048 2019-07-27 Tom Tromey <tom@tromey.com>
1049
1050 * gdb.tui/basic.exp: Add "layout split" test.
1051
1052 2019-07-27 Tom Tromey <tom@tromey.com>
1053
1054 * gdb.tui/basic.exp: Add "layout asm" test.
1055
1056 2019-07-27 Tom Tromey <tom@tromey.com>
1057
1058 * lib/tuiterm.exp: New file.
1059 * gdb.tui/basic.exp: New file.
1060
1061 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1062
1063 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1064 Enable tests associated with this flag. Adjust regex
1065 referencing "foo_low" to now refer to "foo_cold" instead.
1066
1067 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1068
1069 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1070 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1071 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1072 foo_cold. Revise comments to match.
1073 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1074 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1075 were wrapped into this proc; Call do_test in loop from outermost
1076 level.
1077 (foo_low): Rename all occurrences to "foo_cold".
1078 (backtrace from baz): New test.
1079 (x2/i foo_cold): New test.
1080 (info line *foo_cold): New test.
1081
1082 2019-07-26 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1085
1086 2019-07-25 Tom de Vries <tdevries@suse.de>
1087
1088 PR testsuite/24830
1089 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1090 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1091 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1092 (skip_libstdcxx_probe_tests): ... here.
1093 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1094
1095 2019-07-24 Tom de Vries <tdevries@suse.de>
1096
1097 PR testsuite/24807
1098 * gdb.objc/basicclass.m: Include stdio.h.
1099 * gdb.objc/nondebug.m: Same.
1100 * gdb.objc/objcdecode.m: Same.
1101
1102 2019-07-24 Tom de Vries <tdevries@suse.de>
1103
1104 PR testsuite/24612
1105 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1106 additional_flags.
1107
1108 2019-07-24 Tom de Vries <tdevries@suse.de>
1109
1110 PR testsuite/24831
1111 * gdb.multi/tids.exp: Update error messages for info threads.
1112
1113 2019-07-24 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.base/info-types.exp: Allow info types to print info for more than
1116 one file.
1117
1118 2019-07-23 Tom de Vries <tdevries@suse.de>
1119
1120 PR testsuite/24842
1121 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1122 gdb_spawn_with_cmdline_opts.
1123
1124 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1125
1126 * gdb.arch/arm-cmse-sgstubs.c: New test.
1127 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1128
1129 2019-07-23 Tom de Vries <tdevries@suse.de>
1130
1131 PR testsuite/24711
1132 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1133 issuing next command.
1134
1135 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.ada/info_auto_lang.exp: Update expected results.
1138 * gdb.base/info-types.c: Add additional types to check.
1139 * gdb.base/info-types.exp: Update expected results.
1140
1141 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * gdb.base/info-types.c: New file.
1144 * gdb.base/info-types.exp: New file.
1145
1146 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.arch/riscv-bp-infcall.c: New file.
1149 * gdb.arch/riscv-bp-infcall.exp: New file.
1150
1151 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 PR breakpoints/24541
1154 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1155
1156 2019-07-14 Tom de Vries <tdevries@suse.de>
1157
1158 PR testsuite/24760
1159 * gdb.objc/basicclass.exp: Fix unterminated string.
1160
1161 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1162 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1165 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1166 negative bounds.
1167 * gdb.fortran/vla-value.exp: Print elements of an array with
1168 negative bounds.
1169 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1170 testing.
1171
1172 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * gdb.base/options.exp (expect_string): Dequote strings in
1175 results.
1176 (test-string): Test strings with different quoting and reindent.
1177
1178 2019-07-10 Tom Tromey <tromey@adacore.com>
1179
1180 * gdb.ada/mi_ex_cond.exp: Update expected results.
1181 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1182 * gdb.ada/mi_catch_ex.exp: Update expected results.
1183 * gdb.ada/mi_catch_assert.exp: Update expected results.
1184 * gdb.ada/catch_ex.exp (catch_exception_info)
1185 (catch_exception_entry, catch_assert_entry)
1186 (catch_unhandled_entry): Update.
1187 * gdb.ada/catch_assert_if.exp: Update expected results.
1188
1189 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1190 Stephen Roberts <stephen.roberts@arm.com>
1191
1192 * gdb.base/define.exp: Restore original prompt.
1193
1194 2019-07-09 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1197 breakpoints" output.
1198 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1199 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1200 throw" creates breakpoint.
1201 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1202 'type="catchpoint"'.
1203
1204 2019-07-09 Pedro Alves <palves@redhat.com>
1205
1206 PR c++/15468
1207 * gdb.cp/except-multi-location-lib.cc: New.
1208 * gdb.cp/except-multi-location-main.cc: New.
1209 * gdb.cp/except-multi-location.exp: New.
1210
1211 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1212
1213 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1214 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1215 argument and update callers.
1216
1217 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.arch/amd64-break-on-asm-line.S: New file.
1220 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1221
1222 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1223
1224 * gdb.base/printcmds.exp: Test printing C string and
1225 C wide string convenience vars without transiting via the inferior.
1226 Also make test names unique.
1227
1228 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1229
1230 PR breakpoints/25011
1231 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1232
1233 2019-07-04 Pedro Alves <palves@redhat.com>
1234
1235 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1236 body returned ok(0), break(3) or continue(4).
1237 * gdb.testsuite/foreach_with_prefix.exp: New file.
1238
1239 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1240
1241 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1242
1243 2019-07-03 Pedro Alves <palves@redhat.com>
1244
1245 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1246 "return -code".
1247
1248 2019-07-03 Pedro Alves <palves@redhat.com>
1249
1250 PR cli/24732
1251 * gdb.base/shell.exp: Load completion-support.exp.
1252 Adjust expected error output. Add completion tests.
1253
1254 2019-07-03 Pedro Alves <palves@redhat.com>
1255
1256 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1257 string_to_regexp.
1258
1259 2019-07-03 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1262 (expect_integer): Adjust to expect "-string".
1263 (expect_string): New.
1264 (all_options): Expect "-string".
1265 (test-flag, test-boolean): Adjust to expect "-string".
1266 (test-string): New proc.
1267 (top level): Call it.
1268
1269 2019-07-03 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1272 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1273 the expected output in the success.
1274
1275 2019-07-03 Pedro Alves <palves@redhat.com>
1276
1277 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1278 Split one gdb_test_multiple call in two to avoid a race.
1279
1280 2019-07-03 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.base/with.c: New file.
1283 * gdb.base/with.exp: New file.
1284
1285 2019-07-03 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.base/settings.exp: Replace all references to "maint
1288 test-settings set" with references to "maint set test-settings",
1289 and all references to "maint test-settings show" with references
1290 to "maint show test-settings".
1291
1292 2019-07-03 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.base/settings.exp (test-string): Adjust expected out when
1295 testing "maint test-settings show filename"
1296
1297 2019-07-02 Pedro Alves <palves@redhat.com>
1298
1299 * gdb.base/options.exp (test-info-threads): New procedure.
1300 (top level): Call it.
1301
1302 2019-06-28 Tom Tromey <tromey@adacore.com>
1303
1304 * gdb.dwarf2/ada-linkage-name.c: New file.
1305 * gdb.dwarf2/ada-linkage-name.exp: New file.
1306
1307 2019-06-27 Tom Tromey <tromey@adacore.com>
1308
1309 PR c++/20020:
1310 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1311
1312 2019-06-26 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1315
1316 2019-06-26 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.base/index-cache.exp: Add back missing debug option.
1319
1320 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1321
1322 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1323
1324 2019-06-25 Tom de Vries <tdevries@suse.de>
1325
1326 PR testsuite/24727
1327 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1328
1329 2019-06-24 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1332
1333 2019-06-24 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1336 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1337 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1338
1339 2019-06-24 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1342
1343 2019-06-21 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1346
1347 2019-06-21 Tom de Vries <tdevries@suse.de>
1348
1349 PR testsuite/24518
1350 PR ada/24713
1351 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1352 index.
1353
1354 2019-06-19 Tom Tromey <tromey@adacore.com>
1355
1356 * gdb.ada/length_cond.exp: Add intro comment.
1357
1358 2019-06-19 Tom Tromey <tromey@adacore.com>
1359
1360 * gdb.ada/length_cond.exp: New file.
1361 * gdb.ada/length_cond/length_cond.adb: New file.
1362 * gdb.ada/length_cond/pck.adb: New file.
1363 * gdb.ada/length_cond/pck.ads: New file.
1364
1365 2019-06-18 Tom de Vries <tdevries@suse.de>
1366
1367 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1368
1369 2019-06-18 Tom Tromey <tromey@adacore.com>
1370
1371 * gdb.base/list0.h: Add comment explaining control character.
1372
1373 2019-06-18 Tom de Vries <tdevries@suse.de>
1374
1375 * boards/fission.exp: Break up long debug_flags line.
1376
1377 2019-06-16 Tom de Vries <tdevries@suse.de>
1378
1379 PR gdb/24445
1380 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1381 generated index.
1382
1383 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 PR gdb/24686
1386 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1387 improve detection of bug gdb/24541.
1388
1389 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1390
1391 PR gdb/24669
1392 * gdb.base/index-cache.exp (uses_readnow,
1393 expecting_index_cache_use): Define global variable.
1394 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1395 expecting_index_cache_use.
1396
1397 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1398 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.fortran/pointers.f90: New file.
1401 * gdb.fortran/print_type.exp: New file.
1402 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1403 * gdb.fortran/vla-type.exp: Likewise.
1404 * gdb.fortran/vla-value.exp: Likewise.
1405 * gdb.mi/mi-vla-fortran.exp: Likewise.
1406
1407 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1410 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1411 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1412 as a stop reason.
1413
1414 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.base/annota1.exp: Update expected results.
1417 * gdb.cp/annota2.exp: Likewise.
1418 * gdb.cp/annota3.exp: Likewise.
1419
1420 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.base/style-logging.exp: Remove path from test name.
1423
1424 2019-06-14 Tom Tromey <tromey@adacore.com>
1425
1426 PR gdb/24502:
1427 * gdb.base/style-logging.exp: New file.
1428
1429 2019-06-14 Tom Tromey <tromey@adacore.com>
1430
1431 * gdb.base/symfile-warn.exp: New file.
1432 * gdb.base/symfile-warn.c: New file.
1433
1434 2019-06-14 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.base/annotate-symlink.exp: New file.
1437
1438 2019-06-14 Tom Tromey <tromey@adacore.com>
1439
1440 * gdb.ada/set_wstr.exp: Add reassignment test.
1441
1442 2019-06-14 Tom Tromey <tromey@adacore.com>
1443
1444 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1445 'unchecked_access and 'unrestricted_access as well.
1446
1447 2019-06-14 Tom Tromey <tromey@adacore.com>
1448
1449 PR ada/24539:
1450 * gdb.ada/vla.exp: Update tests.
1451 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1452 pragma.
1453
1454 2019-06-13 Pedro Alves <palves@redhat.com>
1455
1456 * gdb.base/settings.exp (test-integer): Test junk after
1457 "unlimited".
1458
1459 2019-06-13 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.base/options.exp (test-thread-apply): New.
1462 (top level): Call it.
1463
1464 2019-06-13 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.base/options.exp (test-frame-apply): New.
1467 (top level): Test print commands with different "frame apply"
1468 prefixes.
1469
1470 2019-06-13 Pedro Alves <palves@redhat.com>
1471
1472 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1473 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1474 'max_completions' parameter and handle it.
1475 (test_gdb_completion_offers_commands): New.
1476
1477 2019-06-13 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1480
1481 2019-06-13 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/options.exp (test-backtrace): New.
1484 (top level): Call it.
1485
1486 2019-06-13 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.guile/scm-frame-args.exp: Use "set print
1489 raw-frame-arguments" instead of "set print raw frame-arguments".
1490 * gdb.python/py-frame-args.exp: Likewise.
1491
1492 2019-06-13 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.compile/compile.exp: Adjust expected output to option
1495 processing changes.
1496
1497 2019-06-13 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/options.exp: Build executable.
1500 (test-print): New procedure.
1501 (top level): Call it, once for "print" and another for "compile
1502 print".
1503
1504 2019-06-13 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/options.c: New file.
1507 * gdb.base/options.exp: New file.
1508
1509 2019-06-13 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1512 that "o" is ambiguous.
1513
1514 2019-06-13 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.base/settings.c: New file.
1517 * gdb.base/settings.exp: New file.
1518
1519 2019-06-13 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.base/completion.exp: Fix comment typo.
1522
1523 2019-06-13 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1526 foo --1" test.
1527
1528 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1529
1530 * gdb.fortran/block-data.f: New.
1531 * gdb.fortran/block-data.exp: New.
1532
1533 2019-06-11 Tom de Vries <tdevries@suse.de>
1534
1535 PR testsuite/24521
1536 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1537 message.
1538
1539 2019-06-11 Tom de Vries <tdevries@suse.de>
1540
1541 PR testsuite/24521
1542 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1543
1544 2019-06-11 Tom de Vries <tdevries@suse.de>
1545
1546 * boards/readnow.exp: New file.
1547
1548 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.fortran/vla-sizeof.exp: Update expected results.
1551
1552 2019-06-06 Amos Bird <amosbird@gmail.com>
1553
1554 * gdb.base/annota1.exp (thread_switch): Add test for
1555 thread-exited annotation.
1556
1557 2019-06-06 Tom Tromey <tromey@adacore.com>
1558
1559 * gdb.base/maint.exp: Expect command started/finished output.
1560
1561 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1564 comment.
1565 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1566
1567 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1570 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1571 * gdb.arch/riscv-unwind-long-insn.c: New file.
1572 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1573
1574 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1575
1576 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1577
1578 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1579
1580 * lib/gdb.exp (help_list_trailer): New regexp variable
1581 factorizing the help trailer message.
1582 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1583 arg to allow to better factorize various tests.
1584 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1585 (test_prefix_command_help): Use help_list_trailer.
1586 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1587 * gdb.guile/scm-cmd.exp: Likewise.
1588 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1589 * gdb.base/help.exp: Use test_user_defined_class_help.
1590 * gdb.base/style.exp: Add tests for styling of help and apropos.
1591 * lib/gdb-utils.exp (style): Add title and highlight styles.
1592
1593 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1594
1595 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1596 $_shell_exitsignal.
1597 * gdb.base/default.exp: Update for new convenience variables.
1598
1599 2019-05-29 Tom Tromey <tromey@adacore.com>
1600
1601 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1602 to "break complete ada" test case's regexp.
1603
1604 2019-05-29 Tom Tromey <tromey@adacore.com>
1605
1606 PR c++/20020:
1607 * gdb.cp/constexpr-field.exp: New file.
1608 * gdb.cp/constexpr-field.cc: New file.
1609
1610 2019-05-29 Tom Tromey <tromey@adacore.com>
1611
1612 * gdb.base/finish.exp (finish_no_print): New proc.
1613 (finish_tests): Call it.
1614
1615 2019-05-24 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.dwarf2/gdb-add-index.exp: New file.
1618
1619 2019-05-22 Tom Tromey <tromey@adacore.com>
1620
1621 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1622 * gdb.base/style.exp: Use "style".
1623 * lib/gdb-utils.exp (style): New proc.
1624
1625 2019-05-22 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.base/align.exp: Require c++11.
1628
1629 2019-05-22 Tom de Vries <tdevries@suse.de>
1630
1631 PR testsuite/24586
1632 * gdb.python/py-mi-var-info-path-expression.exp: Call
1633 mi_skip_python_tests to check if python is supported.
1634
1635 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1636
1637 * gdb.arch/aarch64-pauth.c: New test.
1638 * gdb.arch/aarch64-pauth.exp: New file.
1639
1640 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1641
1642 * README (Re-running Tests Outside The Testsuite): New section.
1643
1644 2019-05-21 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.arch/amd64-eval.exp: Require c++11.
1647 * gdb.base/max-depth.exp: Same.
1648 * gdb.compile/compile-cplus-array-decay.exp: Same.
1649 * gdb.cp/meth-typedefs.exp: Same.
1650 * gdb.cp/subtypes.exp: Same.
1651 * gdb.cp/temargs.exp: Same.
1652
1653 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1654
1655 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1656
1657 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 PR gdb/18644
1660 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1661 * gdb.fortran/printing-types.exp: Add new test.
1662 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1663 testing.
1664 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1665 setup_kfail call.
1666
1667 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1668
1669 * README (Running the Testsuite): Change example.
1670 (Testsuite Parameters): Remove TRANSCRIPT.
1671 * lib/gdb.exp: Remove TRANSCRIPT check.
1672
1673 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1674
1675 * README (Testsuite Parameters): Add replay logging to
1676 GDBSERVER_DEBUG.
1677 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1678 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1679 as a comma separated list.
1680 (gdb_debug_init): Override procedure.
1681
1682 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1683
1684 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1685 (gdb_write_cmd_file): New procedure.
1686 * lib/gdbserver-support.exp (gdbserver_start): Call
1687 gdbserver_write_cmd_file.
1688 (gdbserver_write_cmd_file): New procedure.
1689
1690 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1691
1692 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1693 (delete_breakpoints): Likewise.
1694 (gdb_run_cmd): Likewise.
1695 (gdb_start_cmd): Likewise.
1696 (gdb_starti_cmd): Likewise.
1697 (gdb_internal_error_resync): Likewise.
1698 (gdb_test_multiple): Likewise.
1699 (gdb_reinitialize_dir): Likewise.
1700 (default_gdb_exit): Likewise.
1701 (gdb_file_cmd): Mark kill as optional.
1702 (default_gdb_start): Call gdb_stdin_log_init.
1703 (send_gdb): Call gdb_stdin_log_write.
1704 (rerun_to_main): Mark Y as an answer.
1705 (gdb_stdin_log_init): New function.
1706 (gdb_stdin_log_write): Likewise.
1707
1708 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1709
1710 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1711 * gdb.base/debug-expr.exp: Likewise.
1712 * gdb.base/foll-fork.exp: Likewise.
1713 * gdb.base/foll-vfork.exp: Likewise.
1714 * gdb.base/fork-print-inferior-events.exp: Likewise.
1715 * gdb.base/gdb-sigterm.exp: Likewise.
1716 * gdb.base/gdbinit-history.exp: Likewise.
1717 * gdb.base/osabi.exp: Likewise.
1718 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1719 * gdb.base/ui-redirect.exp: Likewise.
1720 * gdb.gdb/unittest.exp: Likewise.
1721 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1722 * gdb.mi/mi-watch.exp: Likewise.
1723 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1724 * gdb.mi/user-selected-context-sync.exp: Likewise.
1725 * gdb.python/python.exp: Disable debug test when debugging.
1726 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1727 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1728 Likewise.
1729 * gdb.threads/stepi-random-signal.exp: Likewise.
1730
1731 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1732
1733 * Makefile.in: Pass through GDB_DEBUG.
1734 * README (Testsuite Parameters): Add GDB_DEBUG.
1735 (gdb,debug): Add board setting.
1736 * lib/gdb.exp (default_gdb_start): Start debugging.
1737 (gdb_debug_enabled): New procedure.
1738 (gdb_debug_init): Likewise.
1739
1740 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1741
1742 * Makefile.in: Pass through GDB_DEBUG.
1743 * README (Testsuite Parameters): Add GDB_DEBUG.
1744 (gdb,debug): Add board setting.
1745 * lib/gdb.exp (default_gdb_start): Start debugging.
1746 (gdb_debug_enabled): New procedure.
1747 (gdb_debug_init): Likewise.
1748
1749 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1750
1751 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1752
1753 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1754
1755 * gdb.base/ui-redirect.exp: Test redirection.
1756
1757 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1758
1759 * gdb.mi/mi-complete.exp: New file.
1760 * gdb.mi/mi-complete.cc: Likewise.
1761
1762 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1763
1764 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1765 indexed and sliced arrays, and pointers to arrays.
1766
1767 2019-05-14 Tom Tromey <tromey@adacore.com>
1768
1769 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1770 styling test.
1771
1772 2019-05-14 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1775 selection entry encoding.
1776
1777 2019-05-10 Tom Tromey <tromey@adacore.com>
1778
1779 * gdb.ada/info_exc.exp: Add "complete" test.
1780
1781 2019-05-09 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1784 CU-relative.
1785
1786 2019-05-09 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1789 CU-relative.
1790
1791 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.ada/frame_arg_lang.exp: New testcase.
1794 * gdb.ada/frame_arg_lang/bla.adb: New file.
1795 * gdb.ada/frame_arg_lang/pck.ads: New file.
1796 * gdb.ada/frame_arg_lang/pck.adb: New file.
1797 * gdb.ada/frame_arg_lang/foo.c: New file.
1798
1799 2019-05-08 Tom Tromey <tromey@adacore.com>
1800
1801 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1802
1803 2019-05-08 Tom Tromey <tromey@adacore.com>
1804
1805 * gdb.base/ptype-offsets.exp: Update tests.
1806
1807 2019-05-08 Tom Tromey <tromey@adacore.com>
1808
1809 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1810 cases.
1811 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1812 "short".
1813
1814 2019-05-08 Tom Tromey <tromey@adacore.com>
1815
1816 * gdb.ada/vla.exp: New file.
1817 * gdb.ada/vla/vla.adb: New file.
1818
1819 2019-05-07 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1822
1823 2019-05-07 Tom de Vries <tdevries@suse.de>
1824
1825 PR testsuite/24522
1826 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1827 section.
1828
1829 2019-05-07 Tom de Vries <tdevries@suse.de>
1830
1831 PR testsuite/24522
1832 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1833 .debug_aranges section.
1834
1835 2019-05-07 Tom de Vries <tdevries@suse.de>
1836
1837 PR testsuite/24159
1838 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1839
1840 2019-05-06 Tom de Vries <tdevries@suse.de>
1841
1842 * lib/gdb.exp (exec_has_index_section): New proc.
1843 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1844 section.
1845
1846 2019-05-04 Tom de Vries <tdevries@suse.de>
1847
1848 * boards/cc-with-debug-names.exp: New file.
1849
1850 2019-05-03 Tom Tromey <tromey@adacore.com>
1851
1852 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1853 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1854 * gdb.ada/char_enum.exp: Add test.
1855
1856 2019-05-03 Tom de Vries <tdevries@suse.de>
1857
1858 * boards/cc-with-gdb-index.exp: New file.
1859
1860 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.rust/simple.exp: Add new test case.
1863 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1864 (main): Initialise an instance of the new struct.
1865
1866 2019-05-01 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1869 record.
1870 (NPR): New variable.
1871 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1872 test.
1873
1874 2019-05-01 Tom Tromey <tromey@adacore.com>
1875
1876 * gdb.ada/packed_array_assign.exp: Add packed assignment
1877 regression test.
1878
1879 2019-05-01 Tom de Vries <tdevries@suse.de>
1880
1881 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1882
1883 2019-05-01 Tom de Vries <tdevries@suse.de>
1884
1885 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1886
1887 2019-04-30 Ali Tamur <tamur@google.com>
1888
1889 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1890
1891 2019-04-30 Tom Tromey <tromey@adacore.com>
1892
1893 * lib/ada.exp (find_ada_tool): New proc.
1894 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1895 * gdb.ada/catch_ex_std.exp: New file.
1896 * gdb.ada/catch_ex_std/foo.adb: New file.
1897 * gdb.ada/catch_ex_std/some_package.adb: New file.
1898 * gdb.ada/catch_ex_std/some_package.ads: New file.
1899
1900 2019-04-30 Tom Tromey <tromey@adacore.com>
1901
1902 PR c++/24470:
1903 * gdb.cp/temargs.cc: Add test code from PR.
1904
1905 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.fortran/vla-datatypes.exp: Update expected results.
1908 * gdb.fortran/vla-ptype.exp: Likewise.
1909 * gdb.fortran/vla-type.exp: Likewise.
1910 * gdb.fortran/vla-value.exp: Likewise.
1911
1912 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.fortran/ptr-indentation.exp: Update expected results.
1915 * gdb.fortran/ptype-on-functions.exp: Likewise.
1916 * gdb.fortran/vla-ptr-info.exp: Likewise.
1917 * gdb.fortran/vla-value.exp: Likewise.
1918
1919 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * gdb.fortran/ptype-on-functions.exp: New file.
1922 * gdb.fortran/ptype-on-functions.f90: New file.
1923
1924 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1927 case void string.
1928
1929 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * gdb.fortran/complex.exp: Expand.
1932 * gdb.fortran/complex.f: Renamed to...
1933 * gdb.fortran/complex.f90: ...this, and extended to add more
1934 complex values.
1935
1936 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1939 MODULO, CMPLX.
1940
1941 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1942 Richard Bunt <richard.bunt@arm.com>
1943
1944 * gdb.base/max-depth.c: New file.
1945 * gdb.base/max-depth.exp: New file.
1946 * gdb.python/py-nested-maps.c: New file.
1947 * gdb.python/py-nested-maps.exp: New file.
1948 * gdb.python/py-nested-maps.py: New file.
1949 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1950 (test_all_common): Call test_max_depth.
1951 * gdb.fortran/max-depth.exp: New file.
1952 * gdb.fortran/max-depth.f90: New file.
1953 * gdb.go/max-depth.exp: New file.
1954 * gdb.go/max-depth.go: New file.
1955 * gdb.modula2/max-depth.exp: New file.
1956 * gdb.modula2/max-depth.c: New file.
1957 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1958
1959 2019-04-29 Tom de Vries <tdevries@suse.de>
1960
1961 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1962
1963 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1964
1965 * gdb.base/callexit.exp: Test may-call-functions off.
1966
1967 2019-04-25 Keith Seitz <keiths@redhat.com>
1968
1969 PR c++/24367
1970 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1971 (another_incomplete_struct, test_incomplete): New definitions.
1972 (main): Use new definitions.
1973 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1974 functions.
1975
1976 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1977
1978 PR corefiles/11608
1979 PR corefiles/18187
1980 * gdb.base/coredump-filter-build-id.exp: New file.
1981
1982 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1983
1984 * Makefile.in: Pass through GDBSERVER_DEBUG.
1985 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1986 (gdbserver,debug): Add board setting.
1987 * gdb.trace/tspeed.exp: Skip when debugging.
1988 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1989 * lib/gdbserver-support.exp: Likewise
1990
1991 2019-04-24 Tom Tromey <tromey@adacore.com>
1992
1993 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1994 Rust.
1995
1996 2019-04-24 Tom Tromey <tromey@adacore.com>
1997
1998 * gdb.arch/amd64-eval.exp: Test bitfield return.
1999 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2000 (class Foo) <return_bitfields>: New method.
2001 (main): Call it.
2002
2003 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.cp/many-args.cc: New file.
2006 * gdb.cp/many-args.exp: New file.
2007
2008 2019-04-23 Tom de Vries <tdevries@suse.de>
2009
2010 PR gdb/24433
2011 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2012
2013 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2014
2015 * gdb.trace/backtrace.exp: Use nopie flag.
2016 * gdb.trace/circ.exp: Likewise.
2017 * gdb.trace/collection.exp: Likewise.
2018 * gdb.trace/ftrace.exp: Likewise.
2019 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2020 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2021 * gdb.trace/qtro.exp: Likewise.
2022 * gdb.trace/read-memory.exp: Likewise.
2023 * gdb.trace/report.exp: Likewise.
2024 * gdb.trace/tfile.exp: Likewise.
2025 * gdb.trace/tfind.exp: Likewise.
2026 * gdb.trace/unavailable.exp: Likewise.
2027
2028 2019-04-22 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/solib-probes-nosharedlibrary.c,
2031 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2032
2033 2019-04-19 Tom Tromey <tromey@adacore.com>
2034
2035 * gdb.ada/ptype_union.c: New file.
2036 * gdb.ada/ptype_union.exp: New file.
2037
2038 2019-04-19 Tom Tromey <tromey@adacore.com>
2039
2040 PR symtab/24423:
2041 * gdb.base/list0.h (foo): Add a control-l character.
2042
2043 2019-04-18 Tom de Vries <tdevries@suse.de>
2044
2045 PR gdb/24433
2046 * boards/local-board.exp: Set sysroot to "".
2047
2048 2019-04-18 Tom de Vries <tdevries@suse.de>
2049 Pedro Alves <palves@redhat.com>
2050
2051 PR gdb/24454
2052 * gdb.threads/vfork-follow-child-exec.c: New file.
2053 * gdb.threads/vfork-follow-child-exec.exp: New file.
2054 * gdb.threads/vfork-follow-child-exit.c: New file.
2055 * gdb.threads/vfork-follow-child-exit.exp: New file.
2056
2057 2019-04-15 Leszek Swirski <leszeks@google.com>
2058
2059 * gdb.arch/amd64-eval.cc: New file.
2060 * gdb.arch/amd64-eval.exp: New file.
2061
2062 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2063
2064 * gdb.server/sysroot.c: New test.
2065 * gdb.server/sysroot.exp: New file.
2066 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2067 matching param.
2068
2069 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.base/align.exp: Extend test to cover structures containing
2072 only static fields.
2073
2074 2019-04-11 Tom de Vries <tdevries@suse.de>
2075
2076 * boards/cc-with-dwz-m.exp: New file.
2077 * boards/cc-with-dwz.exp: New file.
2078 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2079
2080 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2081
2082 * gdb.base/start-cpp.exp: New file.
2083 * gdb.base/start-cpp.cc: New file.
2084
2085 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2086
2087 * gdb.python/py-thrhandle.exp: Adjust tests to call
2088 thread_from_handle instead of thread_from_thread_handle.
2089
2090 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2091
2092 * gdb.python/py-thrhandle.exp: Add tests for
2093 gdb.InferiorThread.handle.
2094
2095 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.python/py-function.exp: Check calling helper function from
2098 all languages.
2099 * lib/gdb.exp (gdb_supported_languages): New proc.
2100
2101 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * gdb.base/complex-parts.c: New file.
2104 * gdb.base/complex-parts.exp: New file.
2105
2106 2019-04-01 Tom Tromey <tromey@adacore.com>
2107
2108 PR symtab/23331:
2109 * gdb.dwarf2/dw2-ranges-main.c: New file.
2110 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2111 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2112
2113 2019-03-30 Simon Marchi <simark@simark.ca>
2114
2115 * gdb.base/default.exp: Add values for $_gdb_major and
2116 $_gdb_minor.
2117
2118 2019-03-29 Tom Tromey <tromey@adacore.com>
2119
2120 * gdb.base/help.exp: Tighten apropos regexp.
2121
2122 2019-03-29 Keith Seitz <keiths@redhat.com>
2123
2124 * gdb.fortran/array-bounds.exp: New file.
2125 * gdb.fortran/array-bounds.f90: New file.
2126
2127 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2128
2129 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2130
2131 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2132
2133 * gdb.multi/hello.c (main): Increase alarm timer.
2134
2135 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2136
2137 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2138 factor when no hardware watchpoint support.
2139
2140 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2141 Pedro Alves <palves@redhat.com>
2142
2143 * boards/local-board.exp: set sysroot to /.
2144
2145 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2146
2147 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2148 in child.
2149
2150 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2153 field.
2154 (make_container): Initialise new field.
2155 * gdb.python/py-prettyprint.exp: Add new tests.
2156 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2157 <display_hint>: New method.
2158
2159 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2162 gdb_continue_to_breakpoint more throughout this test.
2163 (run_lang_tests) Supply unique test names, and use
2164 gdb_test_no_output.
2165
2166 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.base/finish-pretty.exp: Update expected results.
2169 * gdb.base/pretty-print.c: New file.
2170 * gdb.base/pretty-print.exp: New file.
2171
2172 2019-03-25 Pedro Alves <palves@redhat.com>
2173
2174 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2175 move comments outside list. Append '-i "" eof' section.
2176
2177 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2178
2179 PR testsuite/25016
2180 * README: Add pie options.
2181 * gdb.base/break-interp.exp: Ensure pie is disabled.
2182 * gdb.base/dump.exp: Likewise.
2183 * lib/gdb.exp (gdb_compile): Add pie option.
2184
2185 2019-03-19 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.mi/mi2-cli-display.c: New file.
2188 * gdb.mi/mi2-cli-display.exp: New file.
2189
2190 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2191 Tom Tromey <tromey@adacore.com>
2192
2193 * gdb.ada/ptype_array/pck.adb: New file.
2194 * gdb.ada/ptype_array/pck.ads: New file.
2195 * gdb.ada/ptype_array/foo.adb: New file.
2196 * gdb.ada/ptype_array.exp: New file.
2197
2198 2019-03-14 Tom Tromey <tromey@adacore.com>
2199
2200 * gdb.base/style.exp: Add "set style sources" test.
2201
2202 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2203
2204 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2205 * mi-breakpoint-multiple-locations.exp: ... this.
2206 (make_breakpoints_pattern): New proc.
2207 (do_test): Add mi_version parameter, test -break-insert,
2208 -break-info and =breakpoint-created.
2209
2210 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * config/default.exp: Remove 'load_lib gdb.exp'.
2213 * config/monitor.exp: Likewise.
2214 * config/sid.exp: Likewise.
2215 * config/sim.exp: Likewise.
2216 * config/slite.exp: Likewise.
2217 * config/unix.exp: Likewise.
2218 * gdb.base/default.exp: Remove unhelpful comment.
2219
2220 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2223
2224 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2227
2228 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * gdb.fortran/type-kinds.exp: Update expected results.
2231
2232 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2235
2236 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2239 function.
2240 (test_basic_parsing_of_type_kinds): Expand types tested.
2241 (test_parsing_invalid_type_kinds): New function.
2242
2243 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.fortran/intrinsics.exp: New file.
2246 * gdb.fortran/intrinsics.f90: New file.
2247 * gdb.fortran/type-kinds.exp: New file.
2248
2249 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.fortran/dot-ops.exp: New file.
2252
2253 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2256 Check upper and lower case logical literals.
2257
2258 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2261 Remove duplicate tests.
2262
2263 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2264
2265 * lib/gdb.exp (builtin_cd): rename of cd.
2266 (cd): Override builtin.
2267
2268 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2269
2270 * gdb.fortran/function-calls.exp: New file.
2271 * gdb.fortran/function-calls.f90: New test.
2272
2273 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2274
2275 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2276 on user program standard output.
2277 * gdb.fortran/short-circuit-argument-list.f90: Record function
2278 calls.
2279
2280 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2281
2282 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2283 failure.
2284
2285 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2286
2287 PR gdb/8527
2288 * gdb.base/interrupt-daemon-attach.c,
2289 gdb.base/interrupt-daemon-attach.exp: New test.
2290
2291 2019-02-27 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.base/page.exp: Add tests for "set width/height -1".
2294
2295 2019-02-27 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/page.exp: Add tests for "set/show width/height" with
2298 "infinite" values.
2299
2300 2019-02-27 Tom Tromey <tromey@adacore.com>
2301
2302 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2303 2.4.
2304 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2305 workaround.
2306
2307 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2310 tests for structs with static members.
2311
2312 2019-02-26 Tom Tromey <tromey@adacore.com>
2313
2314 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2315 ValueError, not TypeError.
2316
2317 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2318
2319 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2320 call from main program.
2321
2322 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2325 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2326 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2327 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2328 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2329
2330 2019-02-22 Keith Seitz <keiths@redhat.com>
2331
2332 PR symtab/23853
2333 * gdb.base/symlink-sourcefile.c: New file.
2334 * gdb.base/symlink-sourcefile.exp: New file.
2335
2336 2019-02-20 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.base/info_qt.exp: Update.
2339
2340 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2341
2342 * gdb.base/source.exp: Move "error in sourced script" code to
2343 the end.
2344 * gdb.base/source-error.gdb: Move contents to
2345 source-error-1.gdb. Add new code to source source-error-1.gdb.
2346 * gdb.base/source-error-1.gdb: New file, from previous
2347 source-error.gdb.
2348
2349 2019-02-17 Tom Tromey <tom@tromey.com>
2350
2351 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2352 for macro styling.
2353 * gdb.base/style.c (SOME_MACRO): New macro.
2354
2355 2019-02-17 Tom Tromey <tom@tromey.com>
2356
2357 * gdb.base/style.exp: Add line-wrapping tests.
2358 * gdb.base/page.exp: Add test for quitting during pagination.
2359
2360 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.ada/big_packed_array: New testcase.
2363 * gdb.ada/homonym.exp: Fix incorrect expected output for
2364 "break <homonym__get_value>" test.
2365
2366 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2367
2368 PR breakpoints/21870
2369 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2370 and prepare_for_testing. Add comment.
2371 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2372 redundant cleanup call. Clean up comment.
2373
2374 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2375
2376 PR breakpoints/21870
2377 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2378 * gdb.arch/aarch64-dbreg-contents.c: New file.
2379
2380 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.ada/mi_ref_changeable: New testcase.
2383
2384 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2385
2386 * gdb.base/attach.exp: Add double attach test.
2387
2388 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2389
2390 * lib/gdb.exp (default_gdb_start): Don't match pagination
2391 prompt.
2392 (gdb_init): Set stty_init.
2393
2394 2019-01-27 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2397 skip_python_tests.
2398
2399 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2400
2401 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2402 New structure.
2403 (struct struct_static_02_02): Likewise.
2404 (struct struct_static_02_03): Likewise.
2405 (struct struct_static_02_04): Likewise.
2406 (struct struct_static_04_01): Likewise.
2407 (struct struct_static_04_02): Likewise.
2408 (struct struct_static_04_03): Likewise.
2409 (struct struct_static_04_04): Likewise.
2410 (struct struct_static_06_01): Likewise.
2411 (struct struct_static_06_02): Likewise.
2412 (struct struct_static_06_03): Likewise.
2413 (struct struct_static_06_04): Likewise.
2414 (cmp_struct_static_02_01): Likewise.
2415 (cmp_struct_static_02_02): Likewise.
2416 (cmp_struct_static_02_03): Likewise.
2417 (cmp_struct_static_02_04): Likewise.
2418 (cmp_struct_static_04_01): Likewise.
2419 (cmp_struct_static_04_02): Likewise.
2420 (cmp_struct_static_04_03): Likewise.
2421 (cmp_struct_static_04_04): Likewise.
2422 (cmp_struct_static_06_01): Likewise.
2423 (cmp_struct_static_06_02): Likewise.
2424 (cmp_struct_static_06_03): Likewise.
2425 (cmp_struct_static_06_04): Likewise.
2426 (call_all): Test new structs.
2427 * gdb.base/infcall-nested-structs.exp: Likewise.
2428
2429 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2430 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2431
2432 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2433 * gdb.base/stack-protector.c: New test.
2434 * gdb.base/stack-protector.exp: New file.
2435 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2436 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2437 option.
2438 (gdb_compile): Remove stack protector for GCC and prevent
2439 recursion.
2440
2441 2019-01-16 Keith Seitz <keiths@redhat.com>
2442
2443 PR gdb/23773
2444 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2445
2446 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2447
2448 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2449 aliases.
2450 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2451 tests.
2452 * gdb.arch/powerpc-vector-regs.c: New file.
2453 * gdb.arch/powerpc-vector-regs.exp: New file.
2454
2455 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2456
2457 * gdb.arch/altivec-regs.exp: Fix the list passed to
2458 gdb_expect_list when testing "info vector".
2459
2460 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.base/style.exp: Don't include path in testname.
2463
2464 2019-01-10 Keith Seitz <keiths@redhat.com>
2465
2466 PR gdb/23712
2467 PR symtab/23010
2468 * gdb.dwarf2/multidictionary.exp: New file.
2469
2470 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2471
2472 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2473 (test_gnuv3_style_demangling): ... this.
2474 (test_lucid_style_demangling): Remove.
2475 (test_arm_style_demangling): Remove.
2476 (test_hp_style_demangling): Remove.
2477 (do_tests): Remove calls to the above.
2478
2479 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2482 case.
2483
2484 2019-01-06 Tom Tromey <tom@tromey.com>
2485
2486 PR gdb/28155:
2487 * gdb.dwarf2/typedef-void-finish.exp: New file.
2488
2489 2018-12-28 Tom Tromey <tom@tromey.com>
2490 Simon Marchi <simark@simark.ca>
2491
2492 * gdb.base/jit-exec.exp: New file.
2493 * gdb.base/jit-exec.c: New file.
2494 * gdb.base/jit-execd.c: New file.
2495
2496 2018-12-28 Tom Tromey <tom@tromey.com>
2497
2498 * gdb.base/style.exp: Update test to check for address styling.
2499
2500 2018-12-28 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2503 message.
2504
2505 2018-12-28 Tom Tromey <tom@tromey.com>
2506
2507 * gdb.base/style.exp: Add test for version number styling.
2508
2509 2018-12-28 Tom Tromey <tom@tromey.com>
2510
2511 * gdb.base/style.exp: Add test for print_address_symbolic.
2512
2513 2018-12-28 Tom Tromey <tom@tromey.com>
2514
2515 * gdb.base/style.exp: Add test for breakpoint setting.
2516
2517 2018-12-28 Tom Tromey <tom@tromey.com>
2518
2519 * gdb.base/style.exp: Add test for variable names.
2520
2521 2018-12-28 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.base/style.exp: New file.
2524 * gdb.base/style.c: New file.
2525
2526 2018-12-28 Tom Tromey <tom@tromey.com>
2527
2528 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2529 "dumb".
2530 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2531 the TERM environment variable.
2532
2533 2018-12-27 Tom Tromey <tom@tromey.com>
2534
2535 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2536 pagination test.
2537
2538 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2539
2540 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2541 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2542
2543 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2544
2545 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2546 Filename a.adb changed to bp_fun_addr.adb.
2547 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2548
2549 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2550
2551 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2552 non-PIE executables.
2553 * README: Mention the gdb,nopie_flag board setting.
2554 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2555 non-PIE executable.
2556 * gdb.arch/amd64-entry-value.exp: Likewise.
2557 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2558 * gdb.arch/i386-float.exp: Likewise.
2559 * gdb.arch/i386-signal.exp: Likewise.
2560 * gdb.mi/mi-reg-undefined.exp: Likewise.
2561
2562 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2563
2564 PR gdb/23974
2565 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2566
2567 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2568
2569 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2570 Update order of results accordingly.
2571
2572 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.base/annota1.exp: Update a test regexp.
2575
2576 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2577
2578 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2579
2580 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2581
2582 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2583 (reuse_time): Initialize to REUSE_TIME_CAP.
2584 (check_rc): New function.
2585 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2586 Check pthread_create rc.
2587 (spawner_thread_func): Check pthread_create and pthread_join rc.
2588
2589 2018-12-08 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/list.exp (test_forward_search): Rename to ...
2592 (test_forward_reverse_search): ... this. Also test reverse-search
2593 and the forward-search alias.
2594
2595 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2598 local timeout variable before return, and remove all local timeout
2599 variable entirely.
2600 (gdb_load): Likewise.
2601
2602 2018-12-01 Tom de Vries <tdevries@suse.de>
2603
2604 * gdb.base/gdb-caching-proc.exp: New file.
2605
2606 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2607
2608 * Makefile.in (TIMESTAMP): New variable.
2609 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2610 command.
2611 (check-single-racy): Likewise.
2612 (check/%.exp): Likewise.
2613 (check-racy/%.exp): Likewise.
2614 (workers/%.worker): Likewise.
2615 (build-perf): Likewise.
2616 (check-perf): Likewise.
2617 * README: Describe new "TS" and "TS_FORMAT" variables.
2618 * print-ts.py: New file.
2619
2620 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2621
2622 PR python/23714
2623 * gdb.python/python.exp: Test command repetition after
2624 gdb.execute.
2625
2626 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2629 is correctly aligned.
2630
2631 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2632
2633 * gdb.ada/info_auto_lang.exp: New testcase.
2634 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2635 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2636 * gdb.ada/info_auto_lang/some_c.c: New file.
2637
2638 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2639
2640 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2641 FUNC_lang language syntax.
2642
2643 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2644
2645 * gdb.base/info_minsym.c: New file.
2646 * gdb.base/info_minsym.exp: New file.
2647
2648 2018-11-19 Tom Tromey <tom@tromey.com>
2649
2650 PR rust/23625:
2651 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2652 * gdb.rust/expr.exp: Update expected output. Change one test.
2653
2654 2018-11-19 Tom Tromey <tom@tromey.com>
2655
2656 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2657
2658 2018-11-19 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2661 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2662 see the expected warning.
2663
2664 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2665
2666 PR gdb/22736:
2667 * gdb.cp/infcall-nodebug-lib.c: New test.
2668 * gdb.cp/infcall-nodebug-main.c: New test.
2669 * gdb.cp/infcall-nodebug.exp: New file.
2670
2671 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2672
2673 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2674 completer tests.
2675
2676 2018-11-09 Tom de Vries <tdevries@suse.de>
2677
2678 * gdb.base/msym-lang.c: New test.
2679 * gdb.base/msym-lang.exp: New file.
2680 * gdb.base/msym-lang-main.c: New test.
2681
2682 2018-11-08 Tom Tromey <tom@tromey.com>
2683
2684 PR gdb/23555:
2685 PR gdb/23838:
2686 * gdb.base/warning.exp: New file.
2687
2688 2018-11-08 Jan Beulich <jbeulich@suse.com>
2689
2690 * testsuite/gdb.arch/i386-avx512.c,
2691 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2692
2693 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2696 point hardware.
2697
2698 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2701 * gdb.dwarf2/missing-type-name.exp: New file.
2702
2703 2018-11-06 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.base/many-headers.c: New test.
2706 * gdb.base/many-headers.exp: New file.
2707
2708 2018-11-06 Jim Wilson <jimw@sifive.com>
2709
2710 * gdb.base/code_elim.exp: For riscv, set additional_flags
2711 to include -msmall-data-limit=0.
2712
2713 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2714
2715 * gdb.ada/watch_minus_l: New testcase.
2716
2717 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2718
2719 * gdb.arch/aix-sighandle.c: New file.
2720 * gdb.arch/aix-sighandle.exp: New file.
2721
2722 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2725 registers being unions.
2726
2727 2018-10-31 Tom de Vries <tdevries@suse.de>
2728
2729 * lib/valgrind.exp: New file.
2730 (vgdb_start, vgdb_stop): New procs, factored out of ...
2731 * gdb.base/valgrind-bt.exp: ... here, ...
2732 * gdb.base/valgrind-disp-step.exp: ... here and ...
2733 * gdb.base/valgrind-infcall.exp: ... here.
2734
2735 2018-10-31 Tom de Vries <tdevries@suse.de>
2736
2737 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2738
2739 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.dwarf2/void-type.c: New file.
2742 * gdb.dwarf2/void-type.exp: New file.
2743
2744 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2745
2746 * gdb.base/info_qt.c: New file.
2747 * gdb.base/info_qt.exp: New file.
2748
2749 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2750
2751 * gdb.arch/powerpc-htm-regs.c: New file.
2752 * gdb.arch/powerpc-htm-regs.exp: New file.
2753
2754 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2755
2756 * gdb.arch/powerpc-tar.c: New file.
2757 * gdb.arch/powerpc-tar.exp: New file.
2758
2759 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2760
2761 * gdb.arch/powerpc-ppr-dscr.c: New file.
2762 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2763
2764 2018-10-25 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2767
2768 2018-10-24 Tom de Vries <tdevries@suse.de>
2769
2770 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2771 longer exists error.
2772
2773 2018-10-24 Tom de Vries <tdevries@suse.de>
2774
2775 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2776
2777 2018-10-24 Tom de Vries <tdevries@suse.de>
2778
2779 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2780 --db-attach in valgrind.
2781
2782 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.arch/riscv-reg-aliases.c: New file.
2785 * gdb.arch/riscv-reg-aliases.exp: New file.
2786
2787 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2788
2789 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2790
2791 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2792
2793 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2794
2795 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2796
2797 * gdb.cp/ovldbreak.exp: Fix regexps.
2798
2799 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2800
2801 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2802
2803 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2804
2805 PR cli/23785
2806 * gdb.base/restore.exp: New test to check if "restore" with an
2807 invalid file doesn't segfault.
2808
2809 2018-10-18 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2812 * gdb.ada/excep_handle.exp: Same.
2813 * gdb.ada/mi_string_access.exp: Same.
2814 * gdb.ada/mi_var_union.exp: Same.
2815 * gdb.arch/arc-analyze-prologue.exp: Same.
2816 * gdb.arch/arc-decode-insn.exp: Same.
2817 * gdb.base/readnever.exp: Same.
2818 * gdb.fortran/printing-types.exp: Same.
2819 * gdb.guile/scm-lazy-string.exp: Same.
2820
2821 2018-10-16 Tom de Vries <tdevries@suse.de>
2822
2823 PR gdb/23730
2824 * gdb.base/catch-follow-exec.c: Add copyright notice.
2825 * gdb.base/catch-follow-exec.exp: Rewrite to use
2826 gdb_spawn_with_cmdline_opts. Require gdb-native.
2827
2828 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2829
2830 * gdb.trace/actions-changed.exp: Check for arch support.
2831 * gdb.trace/actions.exp: Likewise.
2832 * gdb.trace/ax.exp: Likewise.
2833 * gdb.trace/backtrace.exp: Likewise.
2834 * gdb.trace/change-loc.exp: Likewise.
2835 * gdb.trace/deltrace.exp: Likewise.
2836 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2837 * gdb.trace/ftrace.exp: Likewise.
2838 * gdb.trace/infotrace.exp: Check for arch support.
2839 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2840 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2841 * gdb.trace/mi-tsv-changed.exp: Likewise.
2842 * gdb.trace/packetlen.exp: Likewise.
2843 * gdb.trace/passc-dyn.exp: Likewise.
2844 * gdb.trace/passcount.exp: Likewise.
2845 * gdb.trace/pending.exp: Likewise.
2846 * gdb.trace/range-stepping.exp: Check for shlib support.
2847 * gdb.trace/report.exp: Check for arch support.
2848 * gdb.trace/save-trace.exp: Likewise.
2849 * gdb.trace/signal.exp: Check for signal support.
2850 * gdb.trace/tfind.exp: Check for arch support.
2851 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2852 * gdb.trace/trace-common.h: Add comment.
2853 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2854 * gdb.trace/trace-enable-disable.exp: Likewise.
2855 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2856 * gdb.trace/tracecmd.exp: Check for arch support.
2857 * gdb.trace/tspeed.exp: Check for shlib and target support.
2858 * gdb.trace/tstatus.exp: Check for arch support.
2859 * gdb.trace/tsv.exp: Likewise.
2860 * gdb.trace/while-dyn.exp: Likewise.
2861 * gdb.trace/while-stepping.exp: Likewise.
2862 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2863
2864 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2865
2866 * gdb.trace/tspeed.exp: Remove nowarnings.
2867 (prepare_for_trace_test): Declare "global ipalib".
2868 * gdb.trace/tspeed.c: Include unistd.h.
2869 (main): Remove superfluous printf argument.
2870
2871 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2872
2873 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2874 directory prefix on the filename.
2875
2876 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2877
2878 * gdb.gdb/unittest.exp: Update expected message informing that
2879 selftests have been disabled.
2880 * gdb.server/unittest.exp: Likewise.
2881
2882 2018-10-09 Tom de Vries <tdevries@suse.de>
2883
2884 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2885 with runto_main.
2886
2887 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2888
2889 PR c++/16841
2890 * gdb.cp/virtbase2.cc: New file.
2891 * gdb.cp/virtbase2.exp: New file.
2892
2893 2018-10-06 Tom Tromey <tom@tromey.com>
2894
2895 PR python/19399:
2896 * gdb.python/py-inferior.exp: Add architecture test.
2897
2898 2018-10-06 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2901 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2902
2903 2018-10-06 Tom Tromey <tom@tromey.com>
2904
2905 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2906 of a "throw" catchpoint.
2907
2908 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2909
2910 * gdb.base/info-proc.exp: Update string expected from "help info
2911 proc".
2912
2913 2018-10-04 Tom Tromey <tom@tromey.com>
2914
2915 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2916 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2917 (test_initial_complaints, test_empty_complaints): Update.
2918 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2919
2920 2018-10-04 Tom Tromey <tom@tromey.com>
2921
2922 PR cli/19551:
2923 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2924 * lib/gdb.exp (gdb_file_cmd): Update.
2925 * gdb.stabs/weird.exp (print_weird_var): Update.
2926 * gdb.server/solib-list.exp: Update.
2927 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2928 * gdb.mi/mi-cli.exp: Update.
2929 * gdb.linespec/linespec.exp: Update.
2930 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2931 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2932 * gdb.cp/cp-relocate.exp: Update.
2933 * gdb.base/sym-file.exp: Update.
2934 * gdb.base/relocate.exp: Update.
2935 * gdb.base/readnever.exp: Update.
2936 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2937 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2938 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2939 * gdb.base/code_elim.exp: Update.
2940 * gdb.base/break-unload-file.exp (test_break): Update.
2941 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2942 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2943 Update.
2944 * gdb.base/attach.exp (do_attach_tests): Update.
2945 * gdb.base/sepdebug.exp: Update.
2946 * gdb.python/py-section-script.exp: Update.
2947
2948 2018-10-04 Tom Tromey <tom@tromey.com>
2949
2950 PR cli/22234:
2951 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2952 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2953 output.
2954
2955 2018-10-04 Tom Tromey <tom@tromey.com>
2956
2957 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2958 set width and height to 0.
2959 (test_command_line_attach_run): Use -quiet.
2960
2961 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2962
2963 * lib/gdb.exp (skip_ifunc_tests): New.
2964 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2965 other compile failures.
2966 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2967
2968 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2969
2970 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2971 is_amd64_regs_target.
2972
2973 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2974
2975 * gdb.arch/aarch64-sighandler-regs.c: New test.
2976 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2977 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2978
2979 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2980
2981 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2982 assembly.
2983
2984 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.base/frame-selection.exp: New file.
2987 * gdb.base/frame-selection.c: New file.
2988
2989 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2990
2991 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2992 pthread barrier.
2993 (main): Likewise.
2994
2995 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.base/large-frame-1.c: New file.
2998 * gdb.base/large-frame-2.c: New file.
2999 * gdb.base/large-frame.exp: New file.
3000 * gdb.base/large-frame.h: New file.
3001
3002 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3003
3004 PR gdb/20948
3005 * gdb.base/write_mem.exp: New test.
3006 * gdb.base/write_mem.c: Likewise.
3007
3008 2018-09-23 Tom Tromey <tom@tromey.com>
3009
3010 PR python/18852:
3011 * gdb.python/py-parameter.exp: Add test for parameter that throws
3012 on "set".
3013
3014 2018-09-23 Tom Tromey <tom@tromey.com>
3015
3016 PR python/17284:
3017 * gdb.python/py-template.exp (test_template_arg): Add test for
3018 negative template argument number.
3019
3020 2018-09-23 Tom Tromey <tom@tromey.com>
3021
3022 PR python/14062:
3023 * gdb.python/python.exp: Add test for post_event error.
3024
3025 2018-09-23 Tom Tromey <tom@tromey.com>
3026
3027 PR python/18170:
3028 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3029 convert pointers to int and long.
3030
3031 2018-09-23 Tom Tromey <tom@tromey.com>
3032
3033 PR python/20126:
3034 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3035 signed-ness conversion tests.
3036
3037 2018-09-23 Tom Tromey <tom@tromey.com>
3038
3039 PR python/18352;
3040 * gdb.python/py-value.exp (test_float_conversion): New proc.
3041 Use it.
3042
3043 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3044
3045 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3046
3047 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3048
3049 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3050 no readline.
3051 * gdb.base/utf8-identifiers.exp: Likewise.
3052 * gdb.cp/cpcompletion.exp: Likewise.
3053 * gdb.linespec/cpcompletion.exp: Likewise.
3054 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3055 * gdb.linespec/cpls-ops.exp: Likewise.
3056
3057 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3058 Chris January <chris.january@arm.com>
3059
3060 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3061 * gdb.fortran/short-circuit-argument-list.exp: New file.
3062 * gdb.fortran/short-circuit-argument-list.f90: New test.
3063
3064 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3065
3066 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3067 "arch=" keyword when executing "-stack-list-frames".
3068
3069 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3070
3071 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3072 "arch=" keyword when executing "-stack-list-frames".
3073
3074 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3075
3076 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3077 break ada".
3078
3079 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3080
3081 PR python/23669
3082 * gdb.python/python.exp: Test gdb.execute("show commands").
3083
3084 2018-09-16 Tom Tromey <tom@tromey.com>
3085
3086 * gdb.base/new-ui.exp (do_execution_tests): Update.
3087 * gdb.base/dbx.exp (test_breakpoints): Update.
3088
3089 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3090
3091 * lib/gdb.exp (gdb_simple_compile): Add proc.
3092 (is_elf_target): Use gdb_simple_compile.
3093 (skip_altivec_tests): Likewise.
3094 (skip_vsx_tests): Likewise.
3095 (skip_tsx_tests): Likewise.
3096 (skip_btrace_tests): Likewise.
3097 (skip_btrace_pt_tests): Likewise.
3098 (gdb_can_simple_compile): Likewise.
3099 (gdb_has_argv0): Likewise.
3100 (gdb_target_symbol_prefix): Likewise.
3101 (target_supports_scheduler_locking): Likewise.
3102
3103 2018-09-13 Tom Tromey <tom@tromey.com>
3104
3105 * Makefile.in (TAGS): Recognize proc_with_prefix and
3106 gdb_caching_proc.
3107
3108 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3111 method.
3112
3113 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3116 and a few other Inferior properties when the Inferior is no
3117 longer valid.
3118
3119 2018-09-13 Tom Tromey <tom@tromey.com>
3120
3121 PR rust/23650:
3122 * gdb.rust/simple.exp: Add test for enum field access error.
3123
3124 2018-09-13 Tom Tromey <tom@tromey.com>
3125
3126 PR rust/23626:
3127 * gdb.rust/simple.rs (EmptyEnum): New type.
3128 (main): Use it.
3129 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3130
3131 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3132
3133 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3134 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3135 * gdb.python/py-symtab.exp: Update test printing an objfile.
3136
3137 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3140 object.
3141
3142 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3143
3144 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3145 (support_complex_tests): Use gdb_can_simple_compile.
3146 (is_ilp32_target): Likewise.
3147 (is_lp64_target): Likewise.
3148 (is_64_target): Likewise.
3149 (is_amd64_regs_target): Likewise.
3150 (is_aarch32_target): Likewise.
3151 (gdb_int128_helper): Likewise.
3152
3153 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3156
3157 2018-09-10 Jerome Guitton <guitton@adacore.com>
3158
3159 * gdb.ada/same_component_name: Add test for case of tagged record
3160 with variable-length fields.
3161
3162 2018-09-10 Xavier Roirand <roirand@adacore.com>
3163
3164 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3165 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3166 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3167 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3168
3169 2018-09-10 Xavier Roirand <roirand@adacore.com>
3170
3171 * gdb.ada/mi_string_access.exp: New testcase.
3172 * gdb.ada/mi_string_access/bar.adb: New file.
3173 * gdb.ada/mi_string_access/pck.adb: New file.
3174 * gdb.ada/mi_string_access/pck.asd: New file.
3175
3176 2018-09-10 Xavier Roirand <roirand@adacore.com>
3177
3178 * gdb.ada/mi_var_union.exp: New testcase.
3179 * gdb.ada/mi_var_union/bar.adb: New file.
3180 * gdb.ada/mi_var_union/pck.adb: New file.
3181 * gdb.ada/mi_var_union/pck.asd: New file.
3182
3183 2018-09-08 Tom Tromey <tom@tromey.com>
3184
3185 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3186
3187 2018-09-08 Tom Tromey <tom@tromey.com>
3188
3189 PR python/16047:
3190 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3191 (register_pretty_printers): Register new printer.
3192 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3193 test.
3194 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3195 (an_int_type3): New global.
3196
3197 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.ada/expr_with_funcall: New testcase.
3200
3201 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdb.ada/packed_array_assign: New testcase.
3204
3205 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3208 names, and add test prefixes to make test names unique.
3209
3210 2018-09-05 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.dwarf2/varval.exp: Add test.
3213
3214 2018-09-04 Gary Benson <gbenson@redhat.com>
3215
3216 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3217 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3218
3219 2018-08-31 Tom Tromey <tom@tromey.com>
3220
3221 * gdb.rust/simple.rs: Rename second variable "v".
3222
3223 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.base/funcargs.c (use_a): New function.
3226 (recurse): Call use_a.
3227
3228 2018-08-29 Keith Seitz <keiths@redhat.com>
3229
3230 * gdb.compile/compile-cplus-anonymous.cc: New file.
3231 * gdb.compile/compile-cplus-anonymous.exp: New file.
3232 * gdb.compile/compile-cplus-array-decay.cc: New file.
3233 * gdb.compile/compile-cplus-array-decay.exp: New file.
3234 * gdb.compile/compile-cplus-inherit.cc: New file.
3235 * gdb.compile/compile-cplus-inherit.exp: New file.
3236 * gdb.compile/compile-cplus-member.cc: New file.
3237 * gdb.compile/compile-cplus-member.exp: New file.
3238 * gdb.compile/compile-cplus-method.cc: New file.
3239 * gdb.compile/compile-cplus-method.exp: New file.
3240 * gdb.compile/compile-cplus-mod.c: "New" file.
3241 * gdb.compile/compile-cplus-namespace.cc: New file.
3242 * gdb.compile/compile-cplus-namespace.exp: New file.
3243 * gdb.compile/compile-cplus-nested.cc: New file.
3244 * gdb.compile/compile-cplus-nested.exp: New file.
3245 * gdb.compile/compile-cplus-print.c: "New" file.
3246 * gdb.compile/compile-cplus-print.exp: "New" file.
3247 * gdb.compile/compile-cplus-virtual.cc: New file.
3248 * gdb.compile/compile-cplus-virtual.exp: New file.
3249 * gdb.compile/compile-cplus.c: "New" file.
3250 * gdb.compile/compile-cplus.exp: "New" file.
3251 * lib/compile-support.exp: New file.
3252
3253 2018-08-16 Gary Benson <gbenson@redhat.com>
3254
3255 PR gdb/13000:
3256 * gdb.base/batch-exit-status.exp: New file.
3257 * gdb.base/batch-exit-status.good-commands: Likewise.
3258 * gdb.base/batch-exit-status.bad-commands: Likewise.
3259
3260 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3261
3262 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3263 (struct struct02): Likewise.
3264 (struct struct03): Likewise.
3265 (struct struct04): Likewise.
3266 (struct struct_01_01): New struct.
3267 (struct struct_01_02): Likewise.
3268 (struct struct_01_03): Likewise.
3269 (struct struct_01_04): Likewise.
3270 (struct struct_02_01): Likewise.
3271 (struct struct_02_02): Likewise.
3272 (struct struct_02_03): Likewise.
3273 (struct struct_02_04): Likewise.
3274 (struct struct_04_01): Likewise.
3275 (struct struct_04_02): Likewise.
3276 (struct struct_04_03): Likewise.
3277 (struct struct_04_04): Likewise.
3278 (struct struct_05_01): Likewise.
3279 (struct struct_05_02): Likewise.
3280 (struct struct_05_03): Likewise.
3281 (struct struct_05_04): Likewise.
3282 (cmp_struct01): Remove function.
3283 (cmp_struct02): Likewise.
3284 (cmp_struct03): Likewise.
3285 (cmp_struct04): Likewise.
3286 (cmp_struct_01_01): Add Function.
3287 (cmp_struct_01_02): Likewise.
3288 (cmp_struct_01_03): Likewise.
3289 (cmp_struct_01_04): Likewise.
3290 (cmp_struct_02_01): Likewise.
3291 (cmp_struct_02_02): Likewise.
3292 (cmp_struct_02_03): Likewise.
3293 (cmp_struct_02_04): Likewise.
3294 (cmp_struct_04_01): Likewise.
3295 (cmp_struct_04_02): Likewise.
3296 (cmp_struct_04_03): Likewise.
3297 (cmp_struct_04_04): Likewise.
3298 (cmp_struct_05_01): Likewise.
3299 (cmp_struct_05_02): Likewise.
3300 (cmp_struct_05_03): Likewise.
3301 (cmp_struct_05_04): Likewise.
3302 (call_all): Add new structs.
3303 * gdb.base/infcall-nested-structs.exp: Likewise.
3304
3305 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3306
3307 * gdb.python/py-framefilter-mi.exp: Update regexp to
3308 check for "arch" field in frame output.
3309
3310 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3311
3312 * gdb.dwarf2/dw2-ranges-func.c: New file.
3313 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3314
3315 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3316
3317 * gdb.base/term.exp: Compare terminal settings with values from
3318 the inferior.
3319 * gdb.base/term.c: Get and set terminal settings.
3320
3321 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3322
3323 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3324 accommodate new "arch" field in frame output.
3325 * gdb.mi/mi-return.exp: Likewise.
3326 * gdb.mi/mi-stack.exp: Likewise.
3327 * gdb.mi/mi-syn-frame.exp: Likewise.
3328 * gdb.mi/user-selected-context-sync.exp: Likewise.
3329
3330 2018-08-19 Michael Spang <spang@google.com>
3331
3332 PR gdb/11786
3333 * gdb.base/gcore-tls-pie.c: New file.
3334 * gdb.base/gcore-tls-pie.exp: New file.
3335
3336 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3337
3338 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3339 * gdb.dwarf2/varval.c: New file.
3340 * gdb.dwarf2/varval.exp: New file.
3341
3342 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3343
3344 PR gdb/18931
3345 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3346
3347 2018-08-16 Keith Seitz <keiths@redhat.com>
3348
3349 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3350 tests expected to pass.
3351
3352 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3353
3354 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3355 -data-disassemble -a.
3356 (test_disassembly_bogus_args): Likewise.
3357
3358 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3359
3360 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3361
3362 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.base/vla-optimized-out.exp: Add new test.
3365
3366 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3367
3368 * gdb.base/vla-optimized-out-o3.exp: Delete.
3369 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3370 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3371 deleted tests.
3372
3373 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 PR gdb/18050:
3376 * gdb.server/extended-remote-restart.c: New file.
3377 * gdb.server/extended-remote-restart.exp: New file.
3378
3379 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3380
3381 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3382 "set variable index = 42".
3383
3384 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3385
3386 * boards/index-cache-gdb.exp: New file.
3387 * gdb.dwarf2/index-cache.exp: New file.
3388 * gdb.dwarf2/index-cache.c: New file.
3389 * gdb.base/maint.exp: Check if we are using the index cache.
3390
3391 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3392
3393 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3394 MAKEFLAGS.
3395
3396 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3397
3398 * dg-extract-results.sh: Move to toplevel contrib.
3399 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3400 * Makefile.in (check-parallel-racy): Likewise.
3401
3402 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3405 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3406 tests if the target supports scheduler locking.
3407
3408 2018-08-04 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3411
3412 2018-08-02 Tom Tromey <tom@tromey.com>
3413
3414 PR symtab/16842.
3415 * gdb.cp/temargs.exp: Test "info address" of a template
3416 parameter.
3417
3418 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3419
3420 * gdb.python/py-mi-var-info-path-expression.c: New file.
3421 * gdb.python/py-mi-var-info-path-expression.py: New file.
3422 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3423
3424 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3425
3426 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3427 error after "cannot resolve name" string.
3428
3429 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3432 started.
3433 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3434
3435 2018-07-28 Tom de Vries <tdevries@suse.de>
3436
3437 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3438
3439 2018-07-26 Tom de Vries <tdevries@suse.de>
3440
3441 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3442
3443 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3446 is visible.
3447
3448 2018-07-26 Tom de Vries <tdevries@suse.de>
3449
3450 PR breakpoints/23366
3451 * gdb.base/catch-follow-exec.c: New test.
3452 * gdb.base/catch-follow-exec.exp: New file.
3453
3454 2018-07-25 Tom de Vries <tdevries@suse.de>
3455
3456 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3457 vla-optimized-out.c.
3458
3459 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3460
3461 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3462 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3463
3464 2018-07-20 Tom de Vries <tdevries@suse.de>
3465
3466 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3467 NOCLONE macro.
3468 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3469
3470 2018-07-19 Tom de Vries <tdevries@suse.de>
3471
3472 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3473 regular expression.
3474
3475 2018-07-18 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.base/vla-optimized-out.c: New test.
3478 * gdb.base/vla-optimized-out.exp: New file.
3479
3480 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3481
3482 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3483 message "No address associated with hostname" when gdbserver
3484 cannot resolve the hostname.
3485
3486 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3487
3488 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3489 Add some test prefixes to make tests unique.
3490
3491 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3492
3493 * gdb.base/frameapply.c: New file.
3494 * gdb.base/frameapply.exp: New file.
3495
3496 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3497
3498 * gdb.base/skip.exp: Update expected error message.
3499
3500 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3501 Jan Kratochvil <jan.kratochvil@redhat.com>
3502 Paul Fertser <fercerpav@gmail.com>
3503 Tsutomu Seki <sekiriki@gmail.com>
3504
3505 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3506 parameter.
3507 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3508 by default.
3509 * boards/native-gdbserver.exp: Likewise.
3510 * gdb.server/run-without-local-binary.exp: Improve regexp used
3511 for detecting when a remote debugging connection succeeds.
3512 * gdb.server/server-connect.exp: New file.
3513 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3514 Do not prefix the port number with ":".
3515 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3516 support for detecting and using it. Add '$debughost_gdbserver'
3517 to the list of arguments used to start gdbserver. Handle case
3518 when gdbserver cannot resolve a network name.
3519
3520 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3521
3522 PR c++/23373
3523 * gdb.base/ptype-offsets.cc (struct static_member): New
3524 struct.
3525 (main) <stmember>: New variable.
3526 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3527 with a static member in it.
3528
3529 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3530
3531 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3532 watchpoints enabled and disabled.
3533
3534 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3535
3536 * gdb.base/examine-backward.exp: Still run tests around address
3537 0x0, even if address 0x0 is not readable. Update the pattern for
3538 matching address 0x0 in expected output.
3539
3540 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3543 malloc/free.
3544
3545 2018-07-04 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3548
3549 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3550
3551 PR tdep/8282
3552 * gdb.arch/mips-disassembler-options.exp: New test.
3553 * gdb.arch/mips-disassembler-options.s: New test source.
3554
3555 2018-06-29 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.threads/names.exp: Adjust expected "info threads" output.
3558
3559 2018-06-29 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.opt/inline-break.exp (line number, address): Add "info
3562 break" tests.
3563
3564 2018-06-29 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3567 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3568 number and address and running to them.
3569
3570 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3571
3572 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3573
3574 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * lib/compiler.c: Remove executable permission flag.
3577
3578 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3579
3580 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3581 code.
3582 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3583
3584 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3585
3586 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3587
3588 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3589
3590 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3591 address argument is omitted.
3592
3593 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3594
3595 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3596
3597 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3598
3599 PR gdb/21695
3600 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3601 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3602
3603 2018-06-26 Tom Tromey <tom@tromey.com>
3604
3605 PR rust/22574:
3606 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3607 * gdb.rust/simple.rs (struct SimpleLayout): New.
3608
3609 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3612 "info registers" output.
3613
3614 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3615
3616 * gdb.base/watchpoint-hw-attach.c: New test.
3617 * gdb.base/watchpoint-hw-attach.exp: New file.
3618
3619 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3620
3621 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3622 through /bin/sh.
3623 * boards/dwarf4-gdb-index.exp: Likewise.
3624 * boards/fission-dwp.exp: Likewise.
3625
3626 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3627
3628 * gdb.base/float128.exp: Add comment and improved fail message
3629 to the failure case of "print large128" test.
3630
3631 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3632
3633 * configure.ac: Remove AC_PREREQ.
3634 * configure: Re-generate.
3635
3636 2018-06-19 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3639 (func_extern_caller): New.
3640 (main): Call func_extern_caller.
3641 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3642 logic change.
3643
3644 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3645
3646 PR gdb/16841
3647 * gdb.cp/typedef-base.cc: New file.
3648 * gdb.cp/typedef-base.exp: New file.
3649
3650 2018-06-18 Tom de Vries <tdevries@suse.de>
3651
3652 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3653
3654 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3655 Richard Bunt <Richard.Bunt@arm.com>
3656
3657 * gdb.threads/attach-slow-waitpid.c: New file.
3658 * gdb.threads/attach-slow-waitpid.exp: New file.
3659 * gdb.threads/slow-waitpid.c: New file.
3660
3661 2018-06-14 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.base/fork-running-state.c: Include <errno.h>.
3664 (exit_if_relative_exits): New.
3665 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3666 exits.
3667 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3668 child exits.
3669
3670 2018-06-14 Tom de Vries <tdevries@suse.de>
3671
3672 PR cli/22573
3673 * gdb.base/finish-pretty.c: New test.
3674 * gdb.base/finish-pretty.exp: New file.
3675
3676 2018-06-14 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3679 gdb's expected startup output.
3680
3681 2018-06-14 Pedro Alves <palves@redhat.com>
3682
3683 * lib/selftest-support.exp (selftest_setup): Remove inlined
3684 function handling.
3685
3686 2018-06-14 Tom de Vries <tdevries@suse.de>
3687
3688 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3689 matching of breakpoint printing.
3690
3691 2018-06-13 Tom de Vries <tdevries@suse.de>
3692
3693 PR testsuite/23269
3694 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3695 (fork_child): ... here, and ...
3696 (fork_parent): ... here.
3697
3698 2018-06-12 Tom de Vries <tdevries@suse.de>
3699
3700 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3701
3702 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3703 Stephen Roberts <stephen.roberts@arm.com>
3704
3705 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3706 rewrite test to describe action performed, rather than possible
3707 failure.
3708
3709 2018-06-08 Gary Benson <gbenson@redhat.com>
3710
3711 * gdb.threads/check-libthread-db.exp: New file.
3712 * gdb.threads/check-libthread-db.c: Likewise.
3713
3714 2018-06-05 Tom Tromey <tom@tromey.com>
3715
3716 * gdb.base/default.exp: Update expected "show version" output.
3717
3718 2018-06-05 Tom Tromey <tom@tromey.com>
3719
3720 PR cli/12326:
3721 * gdb.cp/static-print-quit.exp: Update.
3722 * lib/gdb.exp (pagination_prompt): Update.
3723 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3724 * gdb.python/python.exp: Update.
3725
3726 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3729
3730 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3731
3732 * gdb.ada/bp_fun_addr: New testcase.
3733
3734 2018-06-01 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3737 results.
3738 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3739 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3740 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3741 * gdb.base/maint.exp (maint_pass_if): Update.
3742
3743 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3744
3745 * gdb.base/endian.exp: New test.
3746 * gdb.base/endian.c: New test source.
3747
3748 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 PR gdb/23203
3751 * gdb.base/bt-selected-frame.c: New file.
3752 * gdb.base/bt-selected-frame.exp: New file.
3753 * lib/gdb.exp (get_current_frame_number): New function.
3754
3755 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3756 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.threads/tls-core.c: Include <stdlib.h>
3759 (thread_proc): Call `abort'.
3760 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3761 (tls_core_test): New procedure, bits factored out from ...
3762 (top level): ... here. Test both native cores and gcore cores.
3763
3764 2018-05-23 Tom Tromey <tom@tromey.com>
3765
3766 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3767
3768 2018-05-23 Tom Tromey <tom@tromey.com>
3769
3770 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3771 symfile_complaints.
3772 (test_short_complaints): Likewise.
3773 (test_empty_complaints): Likewise.
3774 (test_initial_complaints): Update.
3775
3776 2018-05-23 Tom Tromey <tom@tromey.com>
3777
3778 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3779
3780 2018-05-23 Tom Tromey <tom@tromey.com>
3781
3782 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3783 (test_short_complaints): Update.
3784
3785 2018-05-22 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.base/remote.exp: Only gdb_start after compiling the
3788 testcase. Issue "disconnect" before testing "set remote" command
3789 defaults. Issue clean_restart before running to main.
3790
3791 2018-05-22 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.base/remote.exp: Adjust expected output of "show remote
3794 memory-write-packet-size". Add tests for "set remote
3795 memory-write-packet-size 0" and "set remote
3796 memory-write-packet-size fixed/limit".
3797
3798 2018-05-22 Pedro Alves <palves@redhat.com>
3799
3800 PR gdb/22973
3801 * gdb.base/utf8-identifiers.c: New file.
3802 * gdb.base/utf8-identifiers.exp: New file.
3803
3804 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3805
3806 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3807
3808 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3809
3810 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3811
3812 2018-05-18 Tom Tromey <tom@tromey.com>
3813
3814 * gdb.base/ptype-offsets.exp: Update.
3815
3816 2018-05-17 Keith Seitz <keiths@redhat.com>
3817
3818 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3819 in expected breakpoint stop locations.
3820 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3821 move to proper scope to test variable values.
3822 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3823 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3824 New functions.
3825 (main): Call not_inline_func3.
3826 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3827 inline_func1, inline_func2, and inline_func3. Test that when each
3828 breakpoint is hit, GDB properly reports both the stop location
3829 and the backtrace. Repeat tests for temporary breakpoints.
3830
3831 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3832
3833 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3834 rather then trying to access it in determining whether the PID
3835 of `gdbserver' could have been retrieved.
3836
3837 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.arch/amd64-init-x87-values.S: New file.
3840 * gdb.arch/amd64-init-x87-values.exp: New file.
3841
3842 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3845
3846 2018-05-04 Tom Tromey <tom@tromey.com>
3847
3848 PR python/22730:
3849 * gdb.python/python.exp: Test multi-line execute.
3850
3851 2018-05-04 Tom Tromey <tom@tromey.com>
3852
3853 PR python/22731:
3854 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3855
3856 2018-05-04 Tom Tromey <tom@tromey.com>
3857
3858 PR gdb/11750:
3859 * gdb.base/define.exp: Test defining a user command inside a user
3860 command.
3861 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3862
3863 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3864 Pedro Alves <palves@redhat.com>
3865
3866 PR breakpoints/19806 and support for PR external/20207.
3867 * gdb.base/watchpoint-unaligned.c: New file.
3868 * gdb.base/watchpoint-unaligned.exp: New file.
3869
3870 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.base/maint.exp: Make test names unique, use
3873 test_prefix_command_help to test 'help maint info', and remove
3874 repeated test of 'help maint'.
3875
3876 2018-05-04 Tom Tromey <tom@tromey.com>
3877
3878 PR gdb/22619:
3879 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3880 behavior.
3881
3882 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * gdb.base/maint.exp: Process output from 'maint print registers'
3885 line at a time.
3886
3887 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3890 timeout.
3891
3892 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3895 filter pattern.
3896
3897 2018-05-02 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3900 to_log_command renames.
3901 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3902
3903 2018-05-02 Tom Tromey <tom@tromey.com>
3904
3905 * gdb.python/py-parameter.exp: Set test message.
3906
3907 2018-05-02 Tom Tromey <tom@tromey.com>
3908
3909 PR python/20084:
3910 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3911 PARAM_ZUINTEGER_UNLIMITED tests.
3912
3913 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3914
3915 PR rust/23124
3916 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3917 when casting.
3918
3919 2018-04-30 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.python/py-type.exp: Check align attribute.
3922 * gdb.python/py-type.c: New "aligncheck" global.
3923
3924 2018-04-30 Tom Tromey <tom@tromey.com>
3925
3926 PR exp/17095:
3927 * gdb.dwarf2/dw2-align.exp: New file.
3928 * gdb.cp/align.exp: New file.
3929 * gdb.base/align.exp: New file.
3930 * lib/gdb.exp (gdb_int128_helper): New proc.
3931 (has_int128_c, has_int128_cxx): New caching procs.
3932
3933 2018-04-27 Tom Tromey <tom@tromey.com>
3934
3935 PR rust/22545:
3936 * gdb.rust/simple.exp: Add inclusive range tests.
3937
3938 2018-04-26 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3941 ifunc breakpoint locations correctly of ifunc breakpoints set
3942 while the program resolves the ifunc.
3943
3944 2018-04-26 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/gnu-ifunc-final.c: New file.
3947 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3948 * gdb.base/gnu-ifunc.exp (executable): Delete.
3949 (staticexecutable): Adjust.
3950 (lib_opts, exec_opts): Delete.
3951 (make_binsuffix, build, set-break): New procedures.
3952 (misc_tests): New, with tests factored out from the top level.
3953 (top level): Test different combinations of ifunc resolver name,
3954 resolver with and with debug info, and ifunc target with and
3955 without debug info. Wrap static tests with with_target_prefix.
3956
3957 2018-04-26 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3960 return type" warnings.
3961
3962 2018-04-25 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3965 killed".
3966 * gdb.base/kill-after-signal.exp: Likewise.
3967 * gdb.threads/kill.exp: Likewise.
3968
3969 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3970 Sergio Durigan Junior <sergiodj@redhat.com>
3971 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3974 regexps to expect for '[Inferior ... detached]' as well.
3975 * gdb.base/attach.exp: Likewise.
3976 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3977 "gdb_continue_to_end".
3978 (test_catch_syscall_with_wrong_args): Likewise.
3979 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3980 ']'. Don't set 'verbose' on.
3981 * gdb.base/foll-vfork.exp: Likewise.
3982 * gdb.base/fork-print-inferior-events.c: New file.
3983 * gdb.base/fork-print-inferior-events.exp: New file.
3984 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3985 '[Inferior ... has been killed]' message.
3986 * gdb.base/kill-after-signal.exp: Likewise.
3987 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3988 detach message.
3989 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3990 message.
3991 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3992 regexps to expect for '[Inferior ... detached]' as well.
3993 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3994
3995 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3996
3997 PR gdb/23104
3998 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3999
4000 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4001
4002 * gdb.threads/multiple-successive-infcall.c: New test.
4003 * gdb.threads/multiple-successive-infcall.exp: New file.
4004
4005 2018-04-17 Tom Tromey <tom@tromey.com>
4006
4007 * gdb.rust/simple.rs (Union): New type.
4008 (main): New local "u".
4009 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4010
4011 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4012
4013 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4014 number information in output of "whereis" command.
4015 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4016
4017 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4018
4019 * gdb.ada/info_types.exp: Adjust expected output to the line
4020 numbers now printed by "info var/func/type".
4021 * gdb.base/completion.exp: Likewise.
4022 * gdb.base/included.exp: Likewise.
4023 * gdb.cp/cp-relocate.exp: Likewise.
4024 * gdb.cp/cplusfuncs.exp: Likewise.
4025 * gdb.cp/namespace.exp: Likewise.
4026 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4027
4028 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4029
4030 * gdb.btrace/cpu.exp: New.
4031
4032 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4033
4034 * gdb.base/step-indirect-call-thunk.exp: New.
4035 * gdb.base/step-indirect-call-thunk.c: New.
4036 * gdb.reverse/step-indirect-call-thunk.exp: New.
4037 * gdb.reverse/step-indirect-call-thunk.c: New.
4038
4039 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4040
4041 * gdb.base/pie-fork.c: New file.
4042 * gdb.base/pie-fork.exp: New file.
4043
4044 2018-04-11 Tom Tromey <tom@tromey.com>
4045
4046 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4047
4048 2018-04-10 Pedro Alves <palves@redhat.com>
4049
4050 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4051 exits. Instead loop running forever.
4052 (fork_parent): Run forever too.
4053
4054 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4055
4056 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4057 mi_continue_to_line.
4058 * gdb.mi/mi-stack.c (callee4): Add comment.
4059
4060 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4061
4062 * gdb.mi/mi-stack.exp: Fix indentation.
4063
4064 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4065
4066 PR gdb/22979
4067 * gdb.arch/amd64-osabi.exp: New file.
4068
4069 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 PR gdb/22980
4072 * gdb.base/osabi.exp: New file.
4073
4074 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4075
4076 * gdb.cp/static-typedef-print.exp: New file.
4077 * gdb.cp/static-typedef-print.cc: New file.
4078
4079 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.ada/varsize_limit: New testcase.
4082
4083 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4086
4087 * gdb.ada/notcplusplus: New testcase.
4088
4089 * gdb.base/c-linkage-name.c: New file.
4090 * gdb.base/c-linkage-name.exp: New testcase.
4091
4092 2018-03-26 Tom Tromey <tom@tromey.com>
4093
4094 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4095 * gdb.python/py-framefilter.py (name_error): New global.
4096 (ErrorInName.function): Use name_error.
4097
4098 2018-03-26 Tom Tromey <tom@tromey.com>
4099
4100 PR backtrace/15582:
4101 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4102
4103 2018-03-23 Keith Seitz <keiths@redhat.com>
4104
4105 PR c++/22968
4106 * gdb.cp/subtypes.exp: New file.
4107 * gdb.cp/subtypes.h: New file.
4108 * gdb.cp/subtypes.cc: New file.
4109 * gdb.cp/subtypes-2.cc: New file.
4110
4111 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4112
4113 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4114 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4115 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4116 -nostartfiles when compiling the test. Confirm that all registers
4117 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4118
4119 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4122 option, syntax was wrong anyway.
4123 * gdb.arch/arm-disp-step.exp: Likewise.
4124 * gdb.arch/sparc64-regs.exp: Likewise.
4125 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4126 option, syntax was wrong anyway, switch to use
4127 prepare_for_testing.
4128 * gdb.arch/i386-disp-step.exp: Likewise.
4129
4130 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4131
4132 * gdb.ada/exec_changed.exp: Replace "target_info exists
4133 use_gdb_stub" by "use_gdb_stub".
4134 * gdb.ada/start.exp: Likewise.
4135 * gdb.base/async-shell.exp: Likewise.
4136 * gdb.base/attach-pie-misread.exp: Likewise.
4137 * gdb.base/attach-wait-input.exp: Likewise.
4138 * gdb.base/break-entry.exp: Likewise.
4139 * gdb.base/break-interp.exp: Likewise.
4140 * gdb.base/dprintf-detach.exp: Likewise.
4141 * gdb.base/nostdlib.exp: Likewise.
4142 * gdb.base/solib-nodir.exp: Likewise.
4143 * gdb.base/statistics.exp: Likewise.
4144 * gdb.base/testenv.exp: Likewise.
4145 * gdb.mi/mi-exec-run.exp: Likewise.
4146 * gdb.mi/mi-start.exp: Likewise.
4147 * gdb.multi/dummy-frame-restore.exp: Likewise.
4148 * gdb.multi/multi-arch-exec.exp: Likewise.
4149 * gdb.multi/multi-arch.exp: Likewise.
4150 * gdb.multi/tids.exp: Likewise.
4151 * gdb.multi/watchpoint-multi.exp: Likewise.
4152 * gdb.python/py-events.exp: Likewise.
4153 * gdb.threads/attach-into-signal.exp: Likewise.
4154 * gdb.threads/attach-stopped.exp: Likewise.
4155 * gdb.threads/threadapply.exp: Likewise.
4156 * lib/selftest-support.exp: Likewise.
4157
4158 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4159
4160 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4161
4162 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4163
4164 * gdb.perf/template-breakpoints.cc: New file.
4165 * gdb.perf/template-breakpoints.exp: New file.
4166 * gdb.perf/template-breakpoints.py: New file.
4167
4168 2018-03-19 Tom Tromey <tom@tromey.com>
4169
4170 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4171 y0.
4172 * gdb.rust/simple.exp: Test bare identifier form of struct
4173 initializer.
4174
4175 2018-03-19 Tom Tromey <tom@tromey.com>
4176
4177 * gdb.gdb/observer.exp: Remove.
4178
4179 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4180
4181 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4182 "qualified" option when setting breakpoints.
4183 * gdb.trace/backtrace.exp: Likewise.
4184 * gdb.trace/circ.exp: Likewise.
4185 * gdb.trace/collection.exp: Likewise.
4186 * gdb.trace/disconnected-tracing.exp: Likewise.
4187 * gdb.trace/ftrace-lock.exp: Likewise.
4188 * gdb.trace/ftrace.exp: Likewise.
4189 * gdb.trace/infotrace.exp: Likewise.
4190 * gdb.trace/packetlen.exp: Likewise.
4191 * gdb.trace/passc-dyn.exp: Likewise.
4192 * gdb.trace/qtro.exp: Likewise.
4193 * gdb.trace/read-memory.exp: Likewise.
4194 * gdb.trace/report.exp: Likewise.
4195 * gdb.trace/signal.exp: Likewise.
4196 * gdb.trace/status-stop.exp: Likewise.
4197 * gdb.trace/strace.exp: Likewise.
4198 * gdb.trace/tfind.exp: Likewise.
4199 * gdb.trace/trace-break.exp: Likewise.
4200 * gdb.trace/trace-condition.exp: Likewise.
4201 * gdb.trace/trace-mt.exp: Likewise.
4202 * gdb.trace/tstatus.exp: Likewise.
4203 * gdb.trace/tsv.exp: Likewise.
4204 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4205 * gdb.trace/unavailable.exp: Likewise.
4206 * gdb.trace/while-dyn.exp: Likewise.
4207
4208 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4209
4210 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4211 that libinproctrace is copied to the target.
4212
4213 2018-03-14 Tom Tromey <tom@tromey.com>
4214
4215 PR cli/14977:
4216 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4217 a null pointer.
4218 * gdb.base/wchar.exp: Likewise.
4219
4220 2018-03-14 Tom Tromey <tom@tromey.com>
4221
4222 PR cli/19918:
4223 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4224 flag.
4225
4226 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 PR gdb/22841
4229 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4230 "target" to remote_exec.
4231
4232 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4233
4234 PR gdb/22841
4235 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4236 ${board}_upload): Remove.
4237
4238 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4239
4240 * gdb.cp/watch-cp.cc: New test.
4241 * gdb.cp/watch-cp.exp: New file.
4242
4243 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.base/infcall-nested-structs.exp: New file.
4246 * gdb.base/infcall-nested-structs.c: New file.
4247 * gdb.base/float.exp: Add riscv support.
4248
4249 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4250
4251 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4252 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4253
4254 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4255
4256 * gdb.server/abspath.exp: New file.
4257 * lib/gdb.exp (with_cwd): New procedure.
4258
4259 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4260
4261 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4262 use it.
4263 (gdb_is_target_remote_prompt): New proc.
4264 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4265 (gdb_is_target_native): Pass prompt parameter to
4266 gdb_is_target_1.
4267
4268 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4269
4270 * gdb.base/load-command.c: New file.
4271 * gdb.base/load-command.exp: New file.
4272 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4273 (gdb_is_target_1): ...this, and generalize for other targets
4274 than just remote.
4275 (gdb_is_target_remote): Use gdb_is_target_1.
4276 (gdb_is_target_native): use gdb_is_target_1.
4277
4278 2018-02-26 Tom Tromey <tom@tromey.com>
4279
4280 PR python/16497:
4281 * gdb.python/py-framefilter.exp: Update test.
4282
4283 2018-02-26 Tom Tromey <tom@tromey.com>
4284
4285 * gdb.dwarf2/variant.c: New file.
4286 * gdb.dwarf2/variant.exp: New file.
4287
4288 2018-02-26 Tom Tromey <tom@tromey.com>
4289
4290 * gdb.rust/simple.exp: Accept more possible results in enum test.
4291
4292 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4293
4294 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4295 parentheses.
4296
4297 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4298
4299 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4300 name of a variable: $actual_linejj -> $actual_line.
4301
4302 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4303
4304 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4305
4306 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4307
4308 * gdb.btrace/buffer-size.exp: Do not force BTS.
4309
4310 2018-02-14 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4313 getting a "Quit".
4314
4315 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4316
4317 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4318 Fix test name.
4319
4320 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4321
4322 * gdb.cp/m-static.exp: Check type of optimized out static
4323 member.
4324
4325 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4328 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4329
4330 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4331 Leszek Swirski <leszeks@google.com>
4332
4333 * gdb.python/py-prettyprint.c
4334 (struct to_string_returns_value_inner,
4335 struct to_string_returns_value_wrapper): New.
4336 (main): Add tsrvw variable.
4337 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4338 ToStringReturnsValueWrapper): New classes.
4339 (register_pretty_printers): Register new pretty-printers.
4340 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4341 recursive pretty printer.
4342 * gdb.python/py-mi.exp: Likewise.
4343
4344 2018-02-01 Leszek Swirski <leszeks@google.com>
4345
4346 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4347 functions with the same name as an include file are parsed
4348 correctly.
4349
4350 2018-02-01 Yao Qi <yao.qi@linaro.org>
4351
4352 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4353 "\[^\r\n\]*".
4354
4355 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4356
4357 * gdb.arch/powerpc-prologue-frame.s: New file.
4358 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4359 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4360
4361 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4362
4363 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4364
4365 2018-01-30 Pedro Alves <palves@redhat.com>
4366
4367 PR gdb/13211
4368 * gdb.base/interrupt-daemon.c: New.
4369 * gdb.base/interrupt-daemon.exp: New.
4370 * gdb.multi/multi-term-settings.c: New.
4371 * gdb.multi/multi-term-settings.exp: New.
4372
4373 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.base/break.exp: Save the location where the breakpoint
4376 on break.c:47 was actually inserted when debugging the version
4377 compiled at -O2 and use it in the expected output of the "info
4378 break" test performed soon after.
4379
4380 2018-01-22 Pedro Alves <palves@redhat.com>
4381 Sergio Durigan Junior <sergiodj@redhat.com>
4382
4383 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4384 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4385
4386 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4387
4388 * gdb.base/break-include.c, gdb.base/break-include.inc,
4389 gdb.base/break-include.exp: New files.
4390 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4391 line number now being the actual line number where the breakpoint
4392 was inserted.
4393 * gdb.mi/mi-break.exp: Likewise.
4394 * gdb.mi/mi-reverse.exp: Likewise.
4395 * gdb.mi/mi-simplerun.exp: Ditto.
4396
4397 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4400 varobj.
4401 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4402
4403 2018-01-21 Don Breazeal <donb@codesourcery.com>
4404 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * gdb.mi/basics.c: Add new global.
4407 * gdb.mi/mi-frame-regs.exp: New file.
4408 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4409 case.
4410
4411 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4412
4413 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4414 non-parameter, and on an unknown symbol.
4415
4416 2018-01-19 Tom Tromey <tom@tromey.com>
4417
4418 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4419 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4420
4421 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4422
4423 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4424 setrlimit and chdir to int.
4425
4426 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4427
4428 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4429 function.
4430 (my_tend): Likewise.
4431 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4432 rationale of avoiding FP- and vector instructions.
4433
4434 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4435
4436 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4437 "info reg" with "\[ \t\]*".
4438 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4439 "\[ \t\]+".
4440 * gdb.arch/s390-multiarch.exp: Ditto.
4441 * gdb.base/pc-fp.exp: Ditto.
4442 * gdb.reverse/i386-precsave.exp: Ditto.
4443 * gdb.reverse/i386-reverse.exp: Ditto.
4444 * gdb.reverse/i387-env-reverse.exp: Ditto.
4445 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4446
4447 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4448
4449 * lib/gdb.exp (gdb_compile): Re-enable use of
4450 universal_compile_options for languages other than Rust.
4451
4452 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4453
4454 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4455
4456 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4457
4458 PR gdb/16577
4459 * gdb.base/solib-vanish.exp: New.
4460 * gdb.base/solib-vanish-main.c: New.
4461 * gdb.base/solib-vanish-lib1.c: New.
4462 * gdb.base/solib-vanish-lib2.c: New.
4463
4464 2018-01-17 Yao Qi <yao.qi@linaro.org>
4465
4466 * gdb.compile/compile.exp: Match the address printed for
4467 frame in the output of command "bt".
4468
4469 2018-01-15 Tom Tromey <tom@tromey.com>
4470
4471 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4472 compute sp_reg.
4473
4474 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4475
4476 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4477 to prepare.
4478 (prepare): Return 0 on error, 1 on success.
4479
4480 2018-01-12 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/continue-after-aborted-step-over.c: New.
4483 * gdb.base/continue-after-aborted-step-over.exp: New.
4484
4485 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4486
4487 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4488 options when not creating an executable.
4489
4490 2018-01-11 Pedro Alves <palves@redhat.com>
4491
4492 PR remote/22597
4493 * gdb.server/stop-reply-no-thread.c: New file.
4494 * gdb.server/stop-reply-no-thread.exp: New file.
4495
4496 2018-01-10 Pedro Alves <palves@redhat.com>
4497
4498 PR gdb/22670
4499 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4500 functions too. Test setting breakpoints and printing C functions
4501 with no debug info too.
4502 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4503
4504 2018-01-10 Pedro Alves <palves@redhat.com>
4505
4506 PR gdb/22670
4507 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4508 a fail.
4509
4510 2018-01-10 Pedro Alves <palves@redhat.com>
4511
4512 PR gdb/22670
4513 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4514
4515 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 * gdb.server/unittest.exp: Match the output in non-development
4518 mode.
4519
4520 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4521
4522 * gdb.gdb/unittest.exp: Match output in non-development mode.
4523
4524 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.ada/access_tagged_param.exp: Relax expected output
4527 for value of "ObjL" in "continue" to pck.inspect breakpoint
4528 test.
4529
4530 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4533 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4534
4535 2018-01-05 Pedro Alves <palves@redhat.com>
4536
4537 PR gdb/18653
4538 * gdb.base/libsegfault.exp: New.
4539
4540 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4541
4542 PR gdb/22670
4543 * gdb.ada/access_tagged_param.exp: New file.
4544 * gdb.ada/access_tagged_param/foo.adb: New file.
4545
4546 2018-01-05 Pedro Alves <palves@redhat.com>
4547
4548 PR gdb/22670
4549 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4550 exercise lower case too, and to exercise both full matching and
4551 wild matching.
4552
4553 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/rename_subscript_param: New testcase.
4556
4557 2018-01-05 Jerome Guitton <guitton@adacore.com>
4558
4559 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4560
4561 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.ada/convvar_comp: New testcase.
4564
4565 2018-01-05 Xavier Roirand <roirand@adacore.com>
4566
4567 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4568 (My_Table): New global variable.
4569 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4570
4571 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4572
4573 PR gdb/22670
4574 * gdb.ada/maint_with_ada: New testcase.
4575
4576 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4577
4578 PR gdb/22670
4579 * gdb.ada/bp_c_mixed_case: New testcase.
4580
4581 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4582
4583 PR gdb/22670
4584 * gdb.ada/complete.exp: Add "complete break ada" test.
4585
4586 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4587
4588 PR gdb/22670
4589 * gdb.ada/info_addr_mixed_case: New testcase.
4590
4591 2018-01-03 Xavier Roirand <roirand@adacore.com>
4592
4593 * gdb.ada/excep_handle.exp: New testcase.
4594 * gdb.ada/excep_handle/foo.adb: New file.
4595 * gdb.ada/excep_handle/pck.ads: New file.
4596
4597 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4598
4599 * gdb.base/step-line.c: Add extra empty line in copyright header.
4600 * gdb.base/step-line.inp: Likewise.
4601
4602 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4603
4604 * gdb.ada/dyn_stride.exp: Add slice test.
4605
4606 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4607
4608 * gdb.ada/dyn_stride: New testcase.
4609
4610 2017-12-27 Stafford Horne <shorne@gmail.com>
4611
4612 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4613 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4614
4615 2017-12-27 Stafford Horne <shorne@gmail.com>
4616
4617 * gdb.base/reggroups.c: New file.
4618 * gdb.base/reggroups.exp: New file.
4619
4620 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4621
4622 * gdb.dwarf2/ada-valprint-error.c: New file.
4623 * gdb.dwarf2/ada-valprint-error.exp: New file.
4624
4625 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4626
4627 * gdb.ada/assign_arr: New testcase.
4628
4629 2017-12-18 Xavier Roirand <roirand@adacore.com>
4630
4631 * gdb.ada/funcall_ptr: New testcase.
4632
4633 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4634
4635 PR cli/16224
4636 * gdb.base/ptype-offsets.cc: New file.
4637 * gdb.base/ptype-offsets.exp: New file.
4638
4639 2017-12-15 Yao Qi <yao.qi@linaro.org>
4640
4641 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4642 if XML is disabled.
4643
4644 2017-12-15 Xavier Roirand <roirand@adacore.com>
4645
4646 * gdb.ada/same_component_name: New testcase.
4647
4648 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4649
4650 * gdb.ada/str_binop_equal: New testcase.
4651
4652 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4653
4654 * gdb.ada/task_switch_in_core: New testcase.
4655
4656 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4657
4658 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4659 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4660 call test_bkpt_qualified.
4661 (test_bkpt_qualified): New proc.
4662
4663 2017-12-13 Pedro Alves <palves@redhat.com>
4664
4665 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4666 Tighten regexp by matching with an anchor.
4667
4668 2017-12-13 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4671 ("expression with namespace"): New set of tests.
4672 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4673 (Nested::Test_NS::qux): New.
4674 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4675 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4676
4677 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4678
4679 * gdb.base/server-del-break.c: New file.
4680 * gdb.base/server-del-break.exp: New file.
4681
4682 2017-12-12 Stafford Horne <shorne@gmail.com>
4683
4684 * gdb.xml/tdesc-regs.exp: Add or1k support.
4685
4686 2017-12-12 Stafford Horne <shorne@gmail.com>
4687
4688 * gdb.base/bp-permanent.c: Define nop of or1k.
4689
4690 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4691
4692 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4693 output with components being reordered.
4694
4695 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4698 output with components being reordered.
4699
4700 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4701 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/maint.exp (check for .gdb_index): Check also for
4704 .debug_names.
4705 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4706 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4707 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4708 (.gdb_index used after symbol reloading): Support also .debug_names.
4709 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4710
4711 2017-12-08 Yao Qi <yao.qi@linaro.org>
4712
4713 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4714 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4715
4716 2017-12-08 Yao Qi <yao.qi@linaro.org>
4717
4718 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4719 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4720
4721 2017-12-08 Yao Qi <yao.qi@linaro.org>
4722
4723 * gdb.arch/aarch64-tagged-pointer.c: New file.
4724 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4725
4726 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4727
4728 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4729 "int".
4730
4731 2017-12-07 Keith Seitz <keiths@redhat.com>
4732
4733 PR breakpoints/22569
4734 * gdb.linespec/ls-errs.exp: Change expected result of "break
4735 -source this file has spaces.c -line 3".
4736 Check that an explicit source file followed by whitespace is
4737 identified as an invalid explicit location.
4738
4739 2017-12-07 Keith Seitz <keiths@redhat.com>
4740
4741 * gdb.cp/nested-types.cc: New file.
4742 * gdb.cp/nested-types.exp: New file.
4743 * lib/cp-support.exp: Load data-structures.exp library.
4744 (debug_cp_test_ptype_class): New global.
4745 (cp_ptype_class_verbose, next_line): New procedures.
4746 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4747 Add and document new return value.
4748 Switch the list of lines to a queue.
4749 Add support for new `type' key for nested type definitions.
4750 Add debugging/troubleshooting messages.
4751 * lib/data-structures.exp: New file.
4752
4753 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4754
4755 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4756 with proc_with_prefix, don't use with_test_prefix.
4757
4758 2017-12-07 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.base/break.exp: Add test for empty "commands".
4761
4762 2017-12-07 Yao Qi <yao.qi@linaro.org>
4763
4764 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4765 malloc and catch syscall.
4766
4767 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4768
4769 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4770 tests for explicit locations.
4771
4772 2017-12-06 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4775 force-disabling XML descriptions.
4776
4777 2017-12-04 Pedro Alves <palves@redhat.com>
4778
4779 PR gdb/22499
4780 * gdb.arch/amd64-disp-step-avx.S: New file.
4781 * gdb.arch/amd64-disp-step-avx.exp: New file.
4782
4783 2017-12-03 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4786 and <string.h>.
4787 (parent_function): Print distinct messages when waitpid fails, or
4788 the child exits with a signal, or the child exits for an unhandled
4789 reason.
4790 * gdb.threads/process-dies-while-detaching.exp
4791 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4792 it. Wait for both inferior output and GDB's prompt. Use an
4793 indirect spawn id list.
4794 (do_detach): New parameter 'child_exit'. Use it to compute
4795 expected inferior output.
4796 (test_detach, test_detach_watch, test_detach_killed_outside):
4797 Adjust to pass down the expected child exit kind.
4798
4799 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4800 Sergio Durigan Junior <sergiodj@redhat.com>
4801 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4804
4805 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4806
4807 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4808 to 'symbol-file' and 'add-symbol-file' can be
4809 position-independent.
4810
4811 2017-12-01 Yao Qi <yao.qi@linaro.org>
4812
4813 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4814 the URL in copyright header.
4815 * gdb.arch/aarch64-fp.exp: Likewise.
4816 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4817 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4818 * gdb.base/expand-psymtabs.exp: Likewise.
4819 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4820 * gdb.fortran/common-block.exp: Likewise.
4821 * gdb.fortran/common-block.f90: Likewise.
4822 * gdb.fortran/logical.exp: Likewise.
4823 * gdb.fortran/vla-datatypes.f90: Likewise.
4824 * gdb.fortran/vla-sub.f90: Likewise.
4825
4826 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4827
4828 * gdb.ada/repeat_dyn: New testcase.
4829
4830 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4831
4832 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4833 Update for changed thread numbering.
4834 * gdb.cell/bt.exp: Update for changed GDB output.
4835
4836 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4839 setting isremote by hand.
4840 * boards/dwarf4-gdb-index.exp: Likewise.
4841 * boards/fission.exp: Likewise.
4842 * boards/stabs.exp: Likewise.
4843
4844 2017-11-30 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.linespec/cpls-ops.exp
4847 (check_explicit_skips_function_argument): Extract the underlying
4848 type of size_t instead of hardcoding it.
4849
4850 2017-11-29 Pedro Alves <palves@redhat.com>
4851
4852 PR c++/19436
4853 * gdb.linespec/cpls-abi-tag.cc: New file.
4854 * gdb.linespec/cpls-abi-tag.exp: New file.
4855
4856 2017-11-29 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/langs.exp: Use -qualified.
4859 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4860 it.
4861 * gdb.cp/namespace.exp: Use -qualified.
4862 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4863 (overload-3, template-overload, template-ret-type, const-overload)
4864 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4865 procedures.
4866 (test_driver): Call them.
4867 * gdb.cp/save-bp-qualified.cc: New.
4868 * gdb.cp/save-bp-qualified.exp: New.
4869 * gdb.linespec/explicit.exp: Test -qualified.
4870 * lib/completion-support.exp (completion::explicit_opts_list): Add
4871 "-qualified".
4872 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4873
4874 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4875
4876 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4877
4878 2017-11-29 Tom Tromey <tom@tromey.com>
4879
4880 * gdb.base/relocate.exp: Update invalid argument test.
4881 Add new tests for invalid arguments.
4882
4883 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4884
4885 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4886 Return 0 as a long.
4887 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4888
4889 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4890
4891 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4892 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4893 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4894 func ().
4895 * gdb.cp/shadow.cc (B.func): Return 0.
4896
4897 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4898
4899 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4900 expected output in gdb_expect call to allow the exception
4901 message to be present as well. Fix syntax confusion to avoid
4902 TCL thinking that exception_name is an array.
4903
4904 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4905
4906 * gdb.arch/spu-info.c: Include <unistd.h>.
4907 (do_signal_test): Fix broken calls to write.
4908 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4909 Fix checks for empty mailboxes. Update signal tests for corrected
4910 do_signal_test routine. Allow nonzero event status.
4911 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4912 * gdb.cell/arch.exp: Use standard_output_file.
4913 * gdb.cell/break.exp: Likewise.
4914 * gdb.cell/bt.exp: Likewise.
4915 * gdb.cell/core.exp: Likewise.
4916 * gdb.cell/dwarfaddr.exp: Likewise.
4917 * gdb.cell/ea-cache.exp: Likewise.
4918 * gdb.cell/ea-standalone.exp: Likewise.
4919 * gdb.cell/f-regs.exp: Likewise.
4920 * gdb.cell/fork.exp: Likewise.
4921 * gdb.cell/gcore.exp: Likewise.
4922 * gdb.cell/mem-access.exp: Likewise.
4923 * gdb.cell/ptype.exp: Likewise.
4924 * gdb.cell/registers.exp: Likewise.
4925 * gdb.cell/sizeof.exp: Likewise.
4926 * gdb.cell/solib-symbol.exp: Likewise.
4927 * gdb.cell/solib.exp: Likewise.
4928
4929 2017-11-25 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/complete-empty.exp: New file.
4932 * gdb.base/completion.exp: Adjust.
4933
4934 2017-11-25 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.linespec/cpls-ops.cc: New file.
4937 * gdb.linespec/cpls-ops.exp: New file.
4938 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4939 factored out from ...
4940 (test_complete_prefix_range): ... this.
4941
4942 2017-11-24 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.linespec/cpcompletion.exp: New file.
4945 * gdb.linespec/cpls-hyphen.cc: New file.
4946 * gdb.linespec/cpls.cc: New file.
4947 * gdb.linespec/cpls2.cc: New file.
4948 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4949 test to use test_gdb_complete_unique. Add label completion,
4950 keyword completion and explicit location completion tests.
4951 * lib/completion-support.exp: New file.
4952
4953 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4954
4955 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4956 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4957 when hitting an exception catchpoint.
4958
4959 2017-11-22 Yao Qi <yao.qi@linaro.org>
4960
4961 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4962
4963 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4966 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4967 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4968
4969 2017-11-22 Yao Qi <yao.qi@linaro.org>
4970
4971 * gdb.base/info-os.exp: Pass pthreads.
4972 * gdb.multi/multi-attach.exp: Likewise.
4973
4974 2017-11-22 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4977 compiler.
4978
4979 2017-11-22 Yao Qi <yao.qi@linaro.org>
4980
4981 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4982 * gdb.base/break-interp.exp: Likewise.
4983 * gdb.base/jit-attach-pie.exp: Likewise.
4984
4985 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4986
4987 * gdb.base/float128.c (large128): New variable.
4988 * gdb.base/float128.exp: Add test to print largest __float128 value.
4989
4990 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4991
4992 * gdb.arch/vsx-regs.exp: Update register content checks.
4993
4994 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4995
4996 * gdb.arch/ppc-longdouble.exp: New file.
4997 * gdb.arch/ppc-longdouble.c: Likewise.
4998
4999 2017-11-21 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5002
5003 2017-11-20 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5006 (long_double_typedef): New typedefs.
5007 Use DEF on double and long double.
5008 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5009 cases.
5010 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5011 and 'long_double_ptr_same_size' locals. Use them to decide
5012 whether cast from array/function to float is valid/invalid.
5013
5014 2017-11-17 Tom Tromey <tom@tromey.com>
5015
5016 * gdb.rust/traits.rs: New file.
5017 * gdb.rust/traits.exp: New file.
5018
5019 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5020
5021 * gdb.ada/minsyms: New testcase.
5022
5023 2017-11-16 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5026 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5027
5028 2017-11-16 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5031 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5032
5033 2017-11-16 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.server/reconnect-ctrl-c.c: New file.
5036 * gdb.server/reconnect-ctrl-c.exp: New file.
5037
5038 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5039
5040 * gdb.python/py-rbreak.exp: New file.
5041 * gdb.python/py-rbreak.c: New file.
5042 * gdb.python/py-rbreak-func2.c: New file.
5043
5044 2017-11-16 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5047 pattern.
5048 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5049 GDB.
5050
5051 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5052
5053 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5054 regex.
5055
5056 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5057
5058 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5059 test names.
5060
5061 2017-11-09 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5064 factored out from ...
5065 (top level): ... here, and adjusted to avoid expecting beyond the
5066 prompt in a single gdb_test_multiple.
5067
5068 2017-11-09 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5071 output.
5072 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5073 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5074 * gdb.server/ext-run.exp ("kill" test): Likewise.
5075 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5076
5077 2017-11-09 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5080 match till end of line.
5081
5082 2017-11-09 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5085
5086 2017-11-09 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5089 New procedures, factored out from ...
5090 (top level): ... here, and adjusted to avoid expecting beyond the
5091 prompt in one go.
5092
5093 2017-11-09 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5096 output. Fix '?' match.
5097
5098 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5099
5100 * gdb.ada/scoped_watch: New testcase.
5101 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5102 which is actually correct.
5103 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5104 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5105
5106 2017-11-08 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.gdb/complaints.exp (test_initial_complaints)
5109 (test_serial_complaints, test_short_complaints): Call
5110 complaint_internal instead of complaint.
5111
5112 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5113
5114 * gdb.threads/tls-core.c: New file.
5115 * gdb.threads/tls-core.exp: Likewise.
5116
5117 2017-11-08 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5120 (p Exported_Capitalized): New test.
5121 (p exported_capitalized): New test.
5122
5123 2017-11-07 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5126
5127 2017-11-07 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5130 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5131 (disable_invalid, disable_inverted, disable_negative): New
5132 procedures.
5133 ("bad numbers"): New set of tests.
5134
5135 2017-11-07 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.cp/ena-dis-br-range.exp: Add tests.
5138
5139 2017-11-07 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5142
5143 2017-11-07 Xavier Roirand <roirand@adacore.com>
5144 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.base/ena-dis-br.exp: Add reference to
5147 gdb.cp/ena-dis-br-range.exp.
5148 * gdb.cp/ena-dis-br-range.exp: New file.
5149 * gdb.cp/ena-dis-br-range.cc: New file.
5150
5151 2017-11-06 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/attach-non-pgrp-leader.c: New.
5154 * gdb.base/attach-non-pgrp-leader.exp: New.
5155
5156 2017-11-06 Pedro Alves <palves@redhat.com>
5157
5158 * configure.ac: No longer check for termio.h and sgtty.h.
5159 * configure: Regenerate.
5160 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5161 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5162 Remove termio and sgtty code.
5163
5164 2017-11-03 Yao Qi <yao.qi@linaro.org>
5165
5166 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5167 in GDB is disabled.
5168
5169 2017-11-03 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.python/py-thrhandle.exp: Skip it if python is not
5172 enabled.
5173
5174 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5175
5176 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5177 as a breakpoint command.
5178
5179 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5180
5181 PR python/21213
5182 * gdb.python/py-infthread.exp: Test calling
5183 InferiorThread.inferior () multiple times in a row.
5184
5185 2017-10-27 Keith Seitz <keiths@redhat.com>
5186
5187 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5188 Test "info break" for every inlined function breakpoint.
5189
5190 2017-10-27 Yao Qi <yao.qi@linaro.org>
5191
5192 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5193
5194 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5195
5196 * gdb.cp/classes.exp (test_static_members): Test printing
5197 Outer::instance.
5198 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5199 (Inner::instance, Outer::instance): New.
5200
5201 2017-10-24 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5204 extra console" test in two stages.
5205
5206 2017-10-24 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5209
5210 2017-10-24 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5213 loop.
5214
5215 2017-10-24 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5218 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5219
5220 2017-10-24 Pedro Alves <palves@redhat.com>
5221
5222 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5223 parameter and handle it. Don't output read value in test name.
5224
5225 2017-10-24 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5228 custom test name.
5229
5230 2017-10-24 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5233 include the unstable output directory name in the test's name.
5234 (initial_setup_simple) <'set args'>: Use custom test name.
5235
5236 2017-10-24 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5239 with explicit test name.
5240
5241 2017-10-20 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5244 'wait -i'. Use gdb_assert and remote_close.
5245
5246 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5249 number from variable rather than hard-coded.
5250
5251 2017-10-19 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.base/long-inferior-output.c: New file.
5254 * gdb.base/long-inferior-output.exp: New file.
5255
5256 2017-11-18 Keith Seitz <keiths@redhat.com>
5257
5258 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5259 method.
5260 (main): Call it.
5261 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5262 Add additional user-defined conversion operator tests.
5263
5264 2017-10-17 Pedro Alves <palves@redhat.com>
5265
5266 * boards/native-stdio-gdbserver.exp: Load "local-board".
5267
5268 2017-10-17 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/quit-live.c: New file.
5271 * gdb.base/quit-live.exp: New file.
5272
5273 2017-10-16 Keith Seitz <keiths@redhat.com>
5274
5275 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5276 (class_with_protected_typedef, class_with_private_typedef)
5277 (struct_with_public_typedef, struct_with_protected_typedef)
5278 (struct_with_private_typedef): New classes/structs.
5279 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5280 typedefs and access specifiers.
5281
5282 2017-10-16 Pedro Alves <palves@redhat.com>
5283 Simon Marchi <simon.marchi@polymtl.ca>
5284
5285 * README (Local vs Remote vs Native): New section.
5286 * boards/local-board.exp: New file, with bits factored out from
5287 ...
5288 * boards/native-extended-gdbserver.exp: ... here. Load
5289 "local-board".
5290 * boards/native-gdbserver.exp: Load "local-board".
5291 (${board}_spawn, ${board}_exec): Delete.
5292 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5293 ...
5294 * boards/stdio-gdbserver-base.exp: ... this new file.
5295 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5296 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5297 procedure.
5298 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5299 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5300 stdio_gdbserver_command.
5301 (${board}_get_remote_address, ${board}_get_comm_port)
5302 (${board}_download, ${board}_upload): Delete.
5303 (get_target_remote_pipe_cmd): New.
5304
5305 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5308 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5309 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5310 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5311 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5312 remove with_test_prefix.
5313
5314 2017-10-13 Pedro Alves <palves@redhat.com>
5315
5316 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5317 * gdb.base/annota1.exp: Use it instead of is_remote.
5318 * gdb.base/annota3.exp: Use it instead of is_remote.
5319 * gdb.cp/annota2.exp: Use it instead of is_remote.
5320 * gdb.cp/annota3.exp: Use it instead of is_remote.
5321 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5322
5323 2017-10-13 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5326 (test_num_test_vars, run_and_count_vars, find_env)
5327 (test_set_unset_env, test_inherit_env_var): New procedures.
5328 (top level): Use them.
5329
5330 2017-10-13 Pedro Alves <palves@redhat.com>
5331
5332 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5333 also skip on stub-like targets.
5334
5335 2017-10-13 Pedro Alves <palves@redhat.com>
5336
5337 PR gdb/22293
5338 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5339 (top level): Move some tests to ...
5340 (test_not_found): ... this new procedure.
5341 (top level): Call it.
5342
5343 2017-10-13 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5346 expect different "info terminal" output if testing with a
5347 non-native target.
5348
5349 2017-10-13 Pedro Alves <palves@redhat.com>
5350 Simon Marchi <simon.marchi@polymtl.ca>
5351
5352 PR python/12966
5353 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5354
5355 2017-10-13 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5358 already.
5359
5360 2017-10-13 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5363 is_remote.
5364
5365 2017-10-13 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5368 is_remote.
5369
5370 2017-10-13 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5373 is set.
5374 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5375 instead of is_remote.
5376
5377 2017-10-13 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5380 (top level): Add comment.
5381
5382 2017-10-13 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/remote.exp (top level): Fix comment typo and add
5385 missing return.
5386
5387 2017-10-13 Pedro Alves <palves@redhat.com>
5388 Simon Marchi <simon.marchi@polymtl.ca>
5389
5390 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5391 calls and add comments. Skip test if use_gdb_stub is set.
5392 (top level): Use "set cwd" command instead of "cd" command.
5393
5394 2017-10-13 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5397 is_remote target check.
5398
5399 2017-10-13 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.base/scope.exp: Use build_executable + clean_restart +
5402 gdb_file_cmd instead of prepare_for_testing and no longer skip
5403 "before run" tests on is_remote target boards. Update comments.
5404 * boards/native-extended-gdbserver.exp
5405 (extended_gdbserver_load_last_file): New, factored out from ...
5406 (gdb_load): ... this. Move further below and add comment.
5407 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5408
5409 2017-10-12 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.base/attach.exp: Remove references to gdb64.
5412 * gdb.base/dbx.exp: Remove references to gdb64.
5413
5414 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5415 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/label.exp: Remove is_remote target check.
5418
5419 2017-10-12 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/auvx.exp (coredir): Update comment.
5422 (top level) <core_works>: Use "set cwd" command instead of "cd"
5423 command.
5424
5425 2017-10-12 Pedro Alves <palves@redhat.com>
5426 Simon Marchi <simon.marchi@polymtl.ca>
5427
5428 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5429 target boards.
5430
5431 2017-10-12 Pedro Alves <palves@redhat.com>
5432 Simon Marchi <simon.marchi@polymtl.ca>
5433
5434 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5435 Instead skip if there's any gdb_protocol set.
5436
5437 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5438 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5441
5442 2017-10-12 Pedro Alves <palves@redhat.com>
5443 Simon Marchi <simon.marchi@polymtl.ca>
5444
5445 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5446 instead of on dejagnu remote boards.
5447
5448 2017-10-12 Pedro Alves <palves@redhat.com>
5449 Simon Marchi <simon.marchi@polymtl.ca>
5450
5451 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5452 checks. Use build_executable + clean_restart instead of
5453 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5454 of enabling non-stop after starting gdb.
5455
5456 2017-10-12 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5459 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5460 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5461 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5462
5463 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5464
5465 * gdb.arch/arc-tdesc-cpu.exp: New file.
5466 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5467
5468 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5471
5472 2017-10-10 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5475 expect CLI output.
5476
5477 2017-10-10 Pedro Alves <palves@redhat.com>
5478
5479 * lib/selftest-support.exp (selftest_setup): Update for
5480 captured_command_loop's prototype change.
5481
5482 2017-10-09 Pedro Alves <palves@redhat.com>
5483
5484 Test both arch1=>arch2 and arch2=>arch1.
5485
5486 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5487 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5488 factored out to...
5489 (append_arch1_options, append_arch2_options, append_arch_options)
5490 (build_executables): New procedures.
5491 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5492 local.
5493 (top level): Add new 'first_arch' testing axis.
5494
5495 2017-10-09 Pedro Alves <palves@redhat.com>
5496
5497 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5498 (barrier): New.
5499 (thread_start, all_started): New functions.
5500 (main): Spawn new thread and wait until it is scheduled.
5501 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5502 option.
5503 (do_test): Add 'selected_thread' parameter. Run to all_started
5504 instead of main. Explicitly set the breakpoint at main. Switch
5505 to the SELECTED_THREAD thread.
5506 (top level): Test handling the exec event with either the main
5507 thread or the second thread selected.
5508
5509 2017-10-09 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5512 logic. Move STOP marker after the value checks.
5513 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5514 regexp.
5515
5516 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5517
5518 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5519
5520 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5521
5522 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5523 integer-to-dfp conversion.
5524 * gdb.base/dfp-test.exp: Likewise.
5525
5526 2017-10-04 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.multi/hangout.c: Include <unistd.h>.
5529 (hangout_loop): New function.
5530 (main): Call alarm. Call hangout_loop in a loop.
5531 * gdb.multi/hello.c: Include <unistd.h>.
5532 (hello_loop): New function.
5533 (main): Call alarm. Call hangout_loop in a loop.
5534 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5535 inferior with the other selected.
5536
5537 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5538
5539 * gdb.mi/list-thread-groups-available.exp: New file.
5540 * gdb.mi/list-thread-groups-available.c: New file.
5541
5542 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5543
5544 * gdb.base/set-cwd.exp: Make it available on
5545 native-extended-gdbserver.
5546
5547 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5548
5549 * gdb.base/set-cwd.c: New file.
5550 * gdb.base/set-cwd.exp: Likewise.
5551
5552 2017-10-02 Tom Tromey <tom@tromey.com>
5553
5554 PR rust/22236:
5555 * gdb.rust/simple.rs (main): New variable "fslice".
5556 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5557
5558 2017-10-02 Tom Tromey <tom@tromey.com>
5559
5560 * gdb.rust/simple.exp: Test ptype of a slice.
5561
5562 2017-10-02 Tom Tromey <tom@tromey.com>
5563
5564 * gdb.rust/simple.exp: Test index of slice.
5565
5566 2017-09-27 Tom Tromey <tom@tromey.com>
5567
5568 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5569
5570 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5571 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/compare-sections.exp (get value of read-only section): Read
5574 as unsigned value.
5575 (corrupt read-only section): Likewise and don't set written if patching
5576 failed.
5577
5578 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5579
5580 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5581 files.
5582
5583 2017-09-20 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5586 symbol names in gdb's output.
5587 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5588
5589 2017-09-20 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5592 Rename to ...
5593 (test_list_ambiguous_symbol): ... this and add a symbol name
5594 parameter. Adjust.
5595 (test_list_ambiguous_function): Reimplement on top of
5596 test_list_ambiguous_symbol and also test listing ambiguous
5597 variables.
5598 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5599 (ambiguous_fun): ... this.
5600 (ambiguous_var): New.
5601 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5602 (ambiguous_fun): ... this.
5603 (ambiguous_var): New.
5604
5605 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5606
5607 * gdb.base/starti.c: New file.
5608 * gdb.base/starti.exp: New file.
5609 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5610
5611 2017-09-14 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5614 (top level): Use it instead of runto.
5615
5616 2017-09-11 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5619
5620 2017-09-11 Tom Tromey <tom@tromey.com>
5621
5622 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5623 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5624
5625 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5626
5627 * gdb.fortran/printing-types.exp: New file.
5628 * gdb.fortran/printing-types.exp: New file.
5629
5630 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5631
5632 * gdb.fortran/vla-ptype.exp: Fix typos.
5633 * gdb.fortran/vla-value.exp: Same.
5634
5635 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5636
5637 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5638 * gdb.mi/mi-var-child-f.exp: Likewise.
5639 * gdb.mi/mi-vla-fortran.exp: Likewise.
5640
5641 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5642 Christoph Weinmann <christoph.t.weinmann@intel.com>
5643 Bernhard Heckel <bernhard.heckel@intel.com>
5644
5645 * gdb.fortran/ptr-indentation.f90: New file.
5646 * gdb.fortran/ptr-indentation.exp: New file.
5647
5648 2017-09-05 Tom Tromey <tom@tromey.com>
5649
5650 PR gdb/22010:
5651 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5652
5653 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5654
5655 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5656
5657 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5658
5659 * gdb.threads/tls-nodebug-pie.c: New file.
5660 * gdb.threads/tls-nodebug-pie.exp: New file.
5661
5662 2017-09-05 Tom Tromey <tom@tromey.com>
5663
5664 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5665 for rust.
5666
5667 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5668
5669 * gdb.multi/multi-arch-exec.exp: Test with different
5670 "follow-exec-mode" settings.
5671 (do_test): New procedure.
5672
5673 2017-09-04 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/func-static.c (S::method const, S::method volatile)
5676 (S::method volatile const): New methods.
5677 (c_s, v_s, cv_s): New instances.
5678 (main): Call method() on them.
5679 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5680 (cannot_resolve): New procedure.
5681 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5682 print-quote-unquoted columns.
5683 (do_test): Test printing each scope too.
5684
5685 2017-09-04 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/local-static.exp: Also test with
5688 class::method::variable wholly quoted.
5689 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5690
5691 2017-09-04 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/local-static.c: New.
5694 * gdb.base/local-static.cc: New.
5695 * gdb.base/local-static.exp: New.
5696
5697 2017-09-04 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.asm/asm-source.exp: Add casts to int.
5700 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5701 (dataglobal64_1, dataglobal64_2): New globals.
5702 * gdb.base/nodebug.exp: Test different expressions involving the
5703 new globals, with print, whatis and ptype. Add casts to int.
5704 * gdb.base/solib-display.exp: Add casts to int.
5705 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5706 * gdb.cp/m-static.exp: Add cast to int.
5707 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5708 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5709 tls variable with no debug info without a cast. Test with a cast
5710 to int too.
5711 * gdb.trace/entry-values.exp: Add casts.
5712
5713 2017-09-04 Pedro Alves <palves@redhat.com>
5714
5715 * gdb.base/nodebug.exp: Test that ptype's error about functions
5716 with unknown return type includes the function name too.
5717
5718 2017-09-04 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5721 return type of munmap in infcall.
5722 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5723 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5724 type of ftell in infcall.
5725 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5726 type of getpid in infcall.
5727 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5728 infcall.
5729 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5730 Bail on failure to extract the pid.
5731 * gdb.base/nodebug.c: #include <stdint.h>.
5732 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5733 New functions.
5734 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5735 Change expected output of print/whatis/ptype with functions with
5736 no debug info. Test all supported languages. Call
5737 test_call_promotion.
5738 * gdb.compile/compile.exp: Adjust expected output to expect
5739 warning.
5740 * gdb.threads/siginfo-threads.exp: Likewise.
5741
5742 2017-09-04 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5745 "prototypes". Test calling float functions via prototyped and
5746 unprototyped function pointers.
5747 (perform_all_tests): New parameter "prototypes". Pass it down.
5748 (top level): Pass down "prototypes" parameter to
5749 perform_all_tests.
5750
5751 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5752
5753 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5754 Test with nested loops.
5755
5756 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5757
5758 * gdb.base/commands.exp: Call the new procedures.
5759 (loop_break_test, loop_continue_test): New procedures.
5760
5761 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5762
5763 * gdb.base/commands.exp: Call new procedure.
5764 (define_if_without_arg_test): New procedure.
5765
5766 2017-09-04 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/list-ambiguous.exp: New file.
5769 * gdb.base/list-ambiguous0.c: New file.
5770 * gdb.base/list-ambiguous1.c: New file.
5771 * gdb.base/list.exp (test_list_range): Adjust expected output.
5772
5773 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 * gdb.base/share-env-with-gdbserver.c: New file.
5776 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5777
5778 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5779
5780 * gdb.base/commands.exp (gdbvar_simple_if_test,
5781 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5782 progvar_simple_if_test, progvar_simple_while_test,
5783 progvar_complex_if_while_test, user_defined_command_test,
5784 user_defined_command_args_eval,
5785 user_defined_command_args_stack_test,
5786 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5787 temporary_breakpoint_commands,
5788 gdb_test_no_prompt, redefine_hook_test,
5789 redefine_backtrace_test): Remove "global gdb_prompt".
5790
5791 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5792
5793 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5794 New proc, call it from toplevel.
5795
5796 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5797
5798 PR remote/21852
5799 * gdb.server/normal.c: New file, copied from gdb.base.
5800 * gdb.server/run-without-local-binary.exp: New file.
5801
5802 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5803
5804 * gdb.arch/sparc64-adi.exp: New file.
5805 * gdb.arch/sparc64-adi.c: New file.
5806
5807 2017-08-22 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5810 (top level): Add "list all overloads" tests.
5811
5812 2017-08-22 Tom Tromey <tom@tromey.com>
5813
5814 * gdb.gdb/xfullpath.exp: Remove.
5815
5816 2017-08-21 Pedro Alves <palves@redhat.com>
5817
5818 PR gdb/19487
5819 * gdb.base/symbol-alias.c: New.
5820 * gdb.base/symbol-alias2.c: New.
5821 * gdb.base/symbol-alias.exp: New.
5822
5823 2017-08-21 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/dfp-test.c
5826 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5827 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5828 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5829 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5830 * gdb.base/whatis-ptype-typedefs.c: New.
5831 * gdb.base/whatis-ptype-typedefs.exp: New.
5832 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5833 (an_int, an_int_type, an_int_type2): New globals.
5834 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5835 involving typedefs and cast expressions.
5836 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5837 (lookup_typedefs_function): New.
5838 (typedefs_pretty_printers_dict): New.
5839 (top level): Register lookup_typedefs_function in
5840 gdb.pretty_printers.
5841
5842 2017-08-18 Yao Qi <yao.qi@linaro.org>
5843
5844 * gdb.server/unittest.exp: New.
5845
5846 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5847
5848 PR gdb/21954
5849 * gdb.base/environ.exp: Add test to check if 'unset environment'
5850 works.
5851
5852 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5853
5854 * lib/gdb.exp (universal_compile_options): New caching proc.
5855 (gdb_compile): Suppress GCC's coloring of messages.
5856
5857 2017-08-14 Tom Tromey <tom@tromey.com>
5858
5859 PR gdb/21675:
5860 * gdb.base/printcmds.exp (test_radices): New function.
5861 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5862 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5863 * lib/gdb.exp (get_integer_valueof): Use p/d.
5864
5865 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5866
5867 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5868 characters.
5869
5870 2017-08-05 Tom Tromey <tom@tromey.com>
5871
5872 * gdb.rust/simple.exp: Allow String to appear in a different
5873 namespace.
5874
5875 2017-07-26 Yao Qi <yao.qi@linaro.org>
5876
5877 * gdb.gdb/unittest.exp: Invoke command
5878 "maintenance check xml-descriptions".
5879
5880 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5881
5882 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5883 calling context.
5884 (hex128): Drop erroneous calculation of parameters.
5885
5886 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5887
5888 * gdb.python/py-unwind.exp: Disable stack protection when
5889 building test file.
5890
5891 2017-07-20 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/default.exp (set language): Adjust expected output.
5894
5895 2017-07-20 Pedro Alves <palves@redhat.com>
5896
5897 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5898 (test_minsym): ... this, and make static.
5899 (get_pck__foo__bar__minsym): Rename to ...
5900 (get_test_minsym): ... this.
5901 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5902 symbol names and comments.
5903 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5904 (get_test_minsym): ... this.
5905 (pck__foo__bar__minsym__2): Rename to ...
5906 (test_minsym): ... this.
5907 (main): Adjust.
5908
5909 2017-07-17 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/completion.exp: Adjust expected output.
5912 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5913 the completer works.
5914
5915 2017-07-17 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5918
5919 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5922
5923 2017-07-14 Tom Tromey <tom@tromey.com>
5924
5925 PR rust/21764:
5926 * gdb.rust/simple.exp: Add tests.
5927
5928 2017-07-14 Tom Tromey <tom@tromey.com>
5929
5930 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5931
5932 2017-07-14 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.linespec/base/one/thefile.cc (z1): New function.
5935 * gdb.linespec/base/two/thefile.cc (z2): New function.
5936 * gdb.linespec/linespec.exp: Add tests.
5937
5938 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5939
5940 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5941 to mi_create_breakpoint.
5942
5943 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5946 mi_create_breakpoint.
5947
5948 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5949
5950 * gdb.dlang/demangle.exp: Update for demangling changes.
5951
5952 2017-07-09 Tom Tromey <tom@tromey.com>
5953
5954 * gdb.dwarf2/shortpiece.exp: New file.
5955
5956 2017-07-06 David Blaikie <dblaikie@gmail.com>
5957
5958 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5959 built from fissiont-multi-cu{1,2}.c.
5960 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5961 except putting 'main' and 'func' in separate CUs in the same DWO file.
5962 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5963 test.
5964 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5965 test.
5966
5967 2017-07-06 Pedro Alves <palves@redhat.com>
5968
5969 * gdb.python/py-unwind.exp: Test flushregs.
5970
5971 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5972
5973 PR cli/21688
5974 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5975 tests for alias commands and trailing whitespace.
5976
5977 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5978
5979 PR cli/21688
5980 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5981 procedure. Call it.
5982
5983 2017-06-29 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/printcmds.exp: Add tests.
5986
5987 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5988
5989 PR gdb/21337
5990 * gdb.base/reread-readsym.exp: New file.
5991 * gdb.base/reread-readsym.c: New file.
5992
5993 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5994
5995 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5996 subpattern.
5997
5998 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5999
6000 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6001 extended mnemonic.
6002 * gdb.arch/powerpc-power9.s: Likewise.
6003
6004 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6005
6006 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6007 on 32-bit x86 targets. Exploit is_*_target macros where
6008 appropriate.
6009
6010 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6011
6012 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6013 register pieces.
6014
6015 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6016
6017 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6018 located in one or more DWARF pieces.
6019
6020 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6021
6022 * lib/gdb.exp (get_endianness): New proc.
6023 * gdb.arch/aarch64-fp.exp: Use it.
6024 * gdb.arch/altivec-regs.exp: Likewise.
6025 * gdb.arch/e500-regs.exp: Likewise.
6026 * gdb.arch/vsx-regs.exp: Likewise.
6027 * gdb.base/dump.exp: Likewise.
6028 * gdb.base/funcargs.exp: Likewise.
6029 * gdb.base/gnu_vector.exp: Likewise.
6030 * gdb.dwarf2/formdata16.exp: Likewise.
6031 * gdb.dwarf2/implptrpiece.exp: Likewise.
6032 * gdb.dwarf2/nonvar-access.exp: Likewise.
6033 * gdb.python/py-inferior.exp: Likewise.
6034 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6035
6036 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6037
6038 PR gdb/21226
6039 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6040 stack value pieces are taken from the LSB end.
6041
6042 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6043
6044 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6045 variable at nonzero offset.
6046
6047 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6048
6049 * gdb.dwarf2/var-access.c: New file.
6050 * gdb.dwarf2/var-access.exp: New test.
6051 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6052
6053 2017-06-12 Tom Tromey <tom@tromey.com>
6054
6055 * gdb.dwarf2/formdata16.exp: Add tests.
6056
6057 2017-06-12 Tom Tromey <tom@tromey.com>
6058
6059 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6060
6061 2017-06-12 Tom Tromey <tom@tromey.com>
6062
6063 PR exp/16225:
6064 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6065 * gdb.arch/vsx-regs.exp: Update tests.
6066 * gdb.arch/s390-vregs.exp (hex128): New proc.
6067 Update test.
6068 * gdb.arch/altivec-regs.exp: Update tests.
6069
6070 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6071
6072 * gdb.base/startup-with-shell.c: New file.
6073 * gdb.base/startup-with-shell.exp: Likewise.
6074
6075 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6076
6077 * gdb.server/non-existing-program.exp: Update regex in order to
6078 reflect the fact that gdbserver is now using fork_inferior (with a
6079 shell) to startup the inferior.
6080
6081 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6082
6083 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6084 support function calls from GDB.
6085
6086 2017-05-21 Tom Tromey <tom@tromey.com>
6087
6088 PR rust/21466:
6089 * gdb.rust/unsized.exp: New file.
6090 * gdb.rust/unsized.rs: New file.
6091
6092 2017-05-19 Tom Tromey <tom@tromey.com>
6093
6094 PR rust/21484:
6095 * gdb.rust/watch.exp: New file.
6096 * gdb.rust/watch.rs: New file.
6097
6098 2017-05-18 Tom Tromey <tom@tromey.com>
6099
6100 * gdb.rust/simple.exp: Allow Box to be qualified.
6101
6102 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6103
6104 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6105
6106 2017-05-18 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/fileio.c (test_write, test_read, test_close)
6109 (test_fstat): Don't print 'ret' in the fail path.
6110
6111 2017-05-18 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6114 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6115 (test_system, test_rename, test_unlink, test_time): Change
6116 prototypes.
6117 * gdb.base/fileio.exp (stop_msg): Adjust.
6118
6119 2017-05-18 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/fileio.c (null_str): New global.
6122 (test_stat): Use it.
6123 * gdb.base/fileio.exp: Remove nowarnings.
6124
6125 2017-05-17 Yao Qi <yao.qi@linaro.org>
6126
6127 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6128
6129 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6132 argument command.
6133 (top-level): Invoke test_set_inferior_tty.
6134
6135 2017-05-04 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6138 Add parens to print call for Python 3.
6139
6140 2017-05-03 Keith Seitz <keiths@redhat.com>
6141
6142 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6143 (main): Call it.
6144
6145 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6146
6147 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6148 to prev and next.
6149
6150 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6151
6152 * gdb.python/py-record-btrace.exp: Remove test for
6153 gdb.BtraceInstruction.error.
6154
6155 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6156
6157 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6158
6159 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6160
6161 * gdb.python/py-record-btrace-threads.c: New file.
6162 * gdb.python/py-record-btrace-threads.exp: New file.
6163
6164 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6165
6166 PR testsuite/8595
6167 * gdb.base/environ.exp: Make test available in all architectures.
6168 Move bits related to "info program" testing to
6169 gdb.base/info-program.exp. Rewrite tests to use the two new
6170 procedures mentione below.
6171 (test_set_show_env_var) New procedure.
6172 (test_set_show_env_var_equal): Likewise.
6173 * gdb.base/info-program.exp: New file.
6174
6175 2017-04-27 Keith Seitz <keiths@redhat.com>
6176
6177 * gdb.cp/oranking.cc (test15): New function.
6178 (main): Call test15 and declare additional variables for testing.
6179 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6180 "p foo101('abc')" tests.
6181 Add tests for cv qualifier overloads.
6182 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6183 "lvalue reference overload" test.
6184 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6185 "print value of f1 on Child&& in f2" test.
6186
6187 2017-04-19 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6190 procedure.
6191 (top level): Call it.
6192 * lib/gdb.exp (gdb_define_cmd): New procedure.
6193
6194 2017-04-12 Pedro Alves <palves@redhat.com>
6195
6196 PR gdb/21323
6197 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6198 (wchar): New global.
6199 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6200 (do_test_wide_char, wide_char_types_no_program, top level): Add
6201 wchar_t testing.
6202
6203 2017-04-12 Pedro Alves <palves@redhat.com>
6204
6205 PR c++/21323
6206 * gdb.cp/wide_char_types.c: New file.
6207 * gdb.cp/wide_char_types.exp: New file.
6208
6209 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6210
6211 PR gdb/21352
6212 * gdb.trace/tsv.exp: Add test for "tsave -r".
6213
6214 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6215
6216 * gdb.dlang/watch-loc.c: New file.
6217 * gdb.dlang/watch-loc.exp: New file.
6218
6219 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6222
6223 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6224
6225 * gdb.arch/arc-analyze-prologue.S: New file.
6226 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6227
6228 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6229
6230 * gdb.arch/arc-decode-insn.S: New file.
6231 * gdb.arch/arc-decode-insn.exp: Likewise.
6232
6233 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6234
6235 PR tdep/20928
6236 * gdb.arch/sparc64-regs.exp: New file.
6237 * gdb.arch/sparc64-regs.S: Likewise.
6238
6239 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6240
6241 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6242 and memory view on Python 3.
6243
6244 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6245 Keith Seitz <keiths@redhat.com>
6246
6247 PR gdb/14441
6248 * gdb.cp/demangle.exp: Add rvalue reference tests.
6249 * gdb.cp/rvalue-ref-casts.cc: New file.
6250 * gdb.cp/rvalue-ref-casts.exp: New file.
6251 * gdb.cp/rvalue-ref-overload.cc: New file.
6252 * gdb.cp/rvalue-ref-overload.exp: New file.
6253 * gdb.cp/rvalue-ref-params.cc: New file.
6254 * gdb.cp/rvalue-ref-params.exp: New file.
6255 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6256 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6257 * gdb.cp/rvalue-ref-types.cc: New file.
6258 * gdb.cp/rvalue-ref-types.exp: New file.
6259 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6260 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6261
6262 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6263
6264 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6265 New procedure.
6266
6267 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6268
6269 * lib/mi-support.exp (mi_gdb_test): Add additional message
6270 for unexpected output.
6271
6272 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6273
6274 * gdb.base/examine-backward.c (Barrier): New character array
6275 constant, to ensure that TestStrings is preceded by a string
6276 terminator.
6277
6278 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6279
6280 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6281 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6282 and implicit pointer into such a location.
6283
6284 2017-03-16 Doug Evans <dje@google.com>
6285
6286 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6287
6288 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6289
6290 * gdb.cp/m-static.exp: Fix expectation for prototype of
6291 test5.single_constructor and single_constructor::single_constructor.
6292
6293 2017-03-16 Doug Evans <dje@google.com>
6294
6295 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6296 * gdb.guile/scm-lazy-string.c: New file.
6297 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6298 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6299 for pointer, array, typedef lazy strings.
6300
6301 2017-03-16 Doug Evans <dje@google.com>
6302
6303 PR python/17728, python/18439, python/18779
6304 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6305 * gdb.python/py-lazy-string.c (pointer): New typedef.
6306 (main): New locals ptr, array, typedef_ptr.
6307 * gdb.python/py-value.exp: Move lazy string tests to ...
6308 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6309 array, typedef lazy strings.
6310
6311 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6312
6313 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6314 Add optional 'test' parameter.
6315
6316 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6319 Skip for versions of DejaGnu < 1.5.
6320
6321 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * lib/gdb.exp (dejagnu_version): New proc.
6324 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6325 Use dejagnu_version.
6326
6327 2017-03-10 Keith Seitz <keiths@redhat.com>
6328
6329 PR c++/8128
6330 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6331 type from destructor regexps.
6332 Add a branch which actually passes the test.
6333 Adjust "ptype t5i" test names.
6334
6335 2017-03-08 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.base/step-over-exit.exp: Add explicit test message.
6338
6339 2017-03-08 Pedro Alves <palves@redhat.com>
6340
6341 PR gdb/18360
6342 * gdb.threads/interrupt-while-step-over.c: New file.
6343 * gdb.threads/interrupt-while-step-over.exp: New file.
6344
6345 2017-03-08 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6348 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6349
6350 2017-03-08 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6353 PKRU as not supported as a PASS.
6354
6355 2017-03-08 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6358 prefix instead of $binfile1/$binfile2.
6359 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6360 in test message.
6361 * gdb.python/py-completion.exp: Use "load python file" as test
6362 messages instead of unstable path names.
6363
6364 2017-03-08 Pedro Alves <palves@redhat.com>
6365 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 PR cli/21218
6368 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6369 New proc.
6370 (top level): Call it.
6371
6372 2017-03-08 Pedro Alves <palves@redhat.com>
6373
6374 PR tui/21216
6375 * gdb.tui/tui-nl-filtered-output.exp: New file.
6376
6377 2017-03-08 Pedro Alves <palves@redhat.com>
6378
6379 * gdb.base/completion.exp: Move TUI completion tests to ...
6380 * gdb.tui/completion.exp: ... this new file.
6381
6382 2017-03-08 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/tui-disasm-long-lines.c,
6385 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6386 gdb.base/tui-layout.exp: Move to ...
6387 * gdb.tui/: ... this new directory.
6388
6389 2017-03-07 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/tui-layout.c: New file.
6392 * gdb.base/tui-layout.exp: New file.
6393
6394 2017-03-07 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.base/tui-layout.c: Rename to ...
6397 * gdb.base/tui-disasm-long-lines.c: ... this.
6398 * gdb.base/tui-layout.exp: Rename to ...
6399 * gdb.base/tui-disasm-long-lines.exp: ... this.
6400
6401 2017-03-07 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6404
6405 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6406
6407 * i386-mpx-call.c: New file.
6408 * i386-mpx-call.exp: New file.
6409
6410 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6411
6412 * gdb.arch/powerpc-power.exp: Delete test.
6413 * gdb.arch/powerpc-power.s: Likewise.
6414 * gdb.disasm/disassembler-options.exp: New test.
6415 * gdb.arch/powerpc-altivec.exp: Likewise.
6416 * gdb.arch/powerpc-altivec.s: Likewise.
6417 * gdb.arch/powerpc-altivec2.exp: Likewise.
6418 * gdb.arch/powerpc-altivec2.s: Likewise.
6419 * gdb.arch/powerpc-altivec3.exp: Likewise.
6420 * gdb.arch/powerpc-altivec3.s: Likewise.
6421 * gdb.arch/powerpc-power7.exp: Likewise.
6422 * gdb.arch/powerpc-power7.s: Likewise.
6423 * gdb.arch/powerpc-power8.exp: Likewise.
6424 * gdb.arch/powerpc-power8.s: Likewise.
6425 * gdb.arch/powerpc-power9.exp: Likewise.
6426 * gdb.arch/powerpc-power9.s: Likewise.
6427 * gdb.arch/powerpc-vsx.exp: Likewise.
6428 * gdb.arch/powerpc-vsx.s: Likewise.
6429 * gdb.arch/powerpc-vsx2.exp: Likewise.
6430 * gdb.arch/powerpc-vsx2.s: Likewise.
6431 * gdb.arch/powerpc-vsx3.exp: Likewise.
6432 * gdb.arch/powerpc-vsx3.s: Likewise.
6433 * gdb.arch/arm-disassembler-options.exp: Likewise.
6434 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6435 * gdb.arch/s390-disassembler-options.exp: Likewise.
6436
6437 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6438
6439 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6440 (check_supported_features): ... this. Changed return type to void.
6441 (supports_rdseed): New static global.
6442 (rdseed): Check supports_rdseed.
6443 (initialize): Call check_supported_features.
6444
6445 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6446
6447 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6448 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6449 and lqarx/stqcx.
6450 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6451 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6452
6453 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6454
6455 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6456 uppercase.
6457
6458 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 * gdb.dwarf2/formdata16.c: New file.
6461 * gdb.dwarf2/formdata16.exp: New file.
6462 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6463
6464 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6467 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6468 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6469 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6470 DW_AT_GNU_*.
6471
6472 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6473
6474 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6475
6476 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6477
6478 PR gdb/21164
6479 * gdb.base/maint.exp: Add testcases for when the commands do
6480 not have arguments.
6481
6482 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6483
6484 * gdb.cp/chained-calls.exp: Use p instead of P.
6485
6486 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6487
6488 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6489 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6490
6491 2017-02-14 Tom Tromey <tom@tromey.com>
6492
6493 PR python/13598:
6494 * gdb.python/py-events.exp: Add before_prompt event tests.
6495
6496 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6497
6498 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6499
6500 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6501
6502 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6503 (main): Call my_unique_function_name.
6504 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6505 completion of patterns with a single match.
6506 Add missing -re switches to gdb_test_multiple calls.
6507
6508 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6509
6510 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6511 return if core file is not recognized.
6512
6513 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6516 and extra UIs.
6517
6518 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6519
6520 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6521 proc_with_prefix.
6522
6523 2017-02-10 Tom Tromey <tom@tromey.com>
6524
6525 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6526
6527 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6528
6529 PR gdb/21122
6530 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6531
6532 2017-02-08 Jerome Guitton <guitton@adacore.com>
6533
6534 * gdb.base/define.exp: Add test for command abbreviations
6535 in define.
6536
6537 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6538
6539 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6540 * gdb.reverse/insn-reverse-x86.c: New file.
6541
6542 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6543
6544 PR tdep/20936
6545 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6546
6547 2017-02-03 Tom Tromey <tom@tromey.com>
6548
6549 PR rust/21097:
6550 * gdb.rust/simple.exp: Add new tests.
6551
6552 2017-02-02 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6555 tests.
6556
6557 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6558
6559 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6560 taking a 2-byte value out of a 4-byte DWARF implicit value on
6561 big-endian targets.
6562 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6563 logic. Add test cases for DW_OP_implicit.
6564
6565 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6566
6567 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6568
6569 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6570
6571 * gdb.btrace/enable.exp: Call gdb_exit before
6572 skip_gdbserver_tests.
6573
6574 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6575
6576 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6577 GDBFLAGS.
6578
6579 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6580
6581 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6582 the test is skipped.
6583 * gdb.btrace/data.exp: Likewise.
6584 * gdb.btrace/delta.exp: Likewise.
6585 * gdb.btrace/dlopen.exp: Likewise.
6586 * gdb.btrace/enable-running.exp: Likewise.
6587 * gdb.btrace/enable.exp: Likewise.
6588 * gdb.btrace/exception.exp: Likewise.
6589 * gdb.btrace/function_call_history.exp: Likewise.
6590 * gdb.btrace/gcore.exp: Likewise.
6591 * gdb.btrace/instruction_history.exp: Likewise.
6592 * gdb.btrace/multi-thread-step.exp: Likewise.
6593 * gdb.btrace/nohist.exp: Likewise.
6594 * gdb.btrace/non-stop.exp: Likewise.
6595 * gdb.btrace/reconnect.exp: Likewise.
6596 * gdb.btrace/record_goto-step.exp: Likewise.
6597 * gdb.btrace/record_goto.exp: Likewise.
6598 * gdb.btrace/rn-dl-bind.exp: Likewise.
6599 * gdb.btrace/segv.exp: Likewise.
6600 * gdb.btrace/step.exp: Likewise.
6601 * gdb.btrace/stepi.exp: Likewise.
6602 * gdb.btrace/tailcall-only.exp: Likewise.
6603 * gdb.btrace/tailcall.exp: Likewise.
6604 * gdb.btrace/tsx.exp: Likewise.
6605 * gdb.btrace/unknown_functions.exp: Likewise.
6606 * gdb.btrace/vdso.exp: Likewise.
6607
6608 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6609
6610 * gdb.btrace/enable-running.c: New.
6611 * gdb.btrace/enable-running.exp: New.
6612
6613 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6614
6615 * gdb.arch/amd64-gs_base.c: New file.
6616 * gdb.arch/amd64-gs_base.exp: New file.
6617
6618 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6619
6620 * lib/memory.exp: Remove spurious empty newlines.
6621
6622 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6623
6624 * gdb.python/py-bad-printers.exp: Load python file using "source".
6625 * gdb.python/py-events.exp: Likewise.
6626 * gdb.python/py-evsignal.exp: Likewise.
6627 * gdb.python/py-evthreads.exp: Likewise.
6628 * gdb.python/py-frame-args.exp: Likewise.
6629 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6630 * gdb.python/py-framefilter-mi.exp: Likewise.
6631 * gdb.python/py-framefilter.exp: Likewise.
6632 * gdb.python/py-mi.exp: Likewise.
6633 * gdb.python/py-pp-maint.exp: Likewise.
6634 * gdb.python/py-pp-registration.exp: Likewise.
6635 * gdb.python/py-prettyprint.exp: Likewise.
6636 (run_lang_tests): Likewise.
6637 * gdb.python/py-typeprint.exp: Likewise.
6638
6639 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6640
6641 * lib/memory.exp: New file.
6642 * lib/gdb.exp: Load memory.exp.
6643 * gdb.base/memattr.exp (delete_memory): Move proc to
6644 lib/memory.exp and rename to delete_memory_regions.
6645 Replace delete_memory with delete_memory_regions.
6646 Cleanup memory regions before tests.
6647 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6648 before tests.
6649
6650 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6651
6652 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6653 files.
6654 (initialize): New function conditionally defined.
6655 (testcases): Move within conditional block.
6656 (main): Call initialize.
6657 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6658 of gdb.reverse/insn-reverse.c.
6659 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6660 gdb.reverse/insn-reverse.c.
6661
6662 2017-01-26 Yao Qi <yao.qi@linaro.org>
6663
6664 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6665 disassemble on address 0.
6666
6667 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6668 Yao Qi <yao.qi@linaro.org>
6669
6670 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6671 * gdb.dwarf2/implptr-64bit.S: Remove.
6672 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6673 variables in caller's context. Add DW_OP_implicit_value.
6674
6675 2017-01-25 Yao Qi <yao.qi@linaro.org>
6676
6677 * lib/dwarf.exp (Dwarf::_location): Handle
6678 DW_OP_GNU_implicit_pointer with proper size.
6679
6680 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6681
6682 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6683 and add untested calls.
6684
6685 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6686
6687 * gdb.python/python.exp: Check line number against what GDB thinks
6688 the line number is for func1.
6689
6690 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6691
6692 * gdb.dlang/debug-expr.exp: New file.
6693
6694 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6695
6696 Fix test names for the following files:
6697
6698 * gdb.ada/exec_changed.exp
6699 * gdb.ada/info_types.exp
6700 * gdb.arch/aarch64-atomic-inst.exp
6701 * gdb.arch/aarch64-fp.exp
6702 * gdb.arch/altivec-abi.exp
6703 * gdb.arch/altivec-regs.exp
6704 * gdb.arch/amd64-byte.exp
6705 * gdb.arch/amd64-disp-step.exp
6706 * gdb.arch/amd64-dword.exp
6707 * gdb.arch/amd64-entry-value-inline.exp
6708 * gdb.arch/amd64-entry-value-param.exp
6709 * gdb.arch/amd64-entry-value-paramref.exp
6710 * gdb.arch/amd64-entry-value.exp
6711 * gdb.arch/amd64-i386-address.exp
6712 * gdb.arch/amd64-invalid-stack-middle.exp
6713 * gdb.arch/amd64-invalid-stack-top.exp
6714 * gdb.arch/amd64-optimout-repeat.exp
6715 * gdb.arch/amd64-prologue-skip.exp
6716 * gdb.arch/amd64-prologue-xmm.exp
6717 * gdb.arch/amd64-stap-special-operands.exp
6718 * gdb.arch/amd64-stap-wrong-subexp.exp
6719 * gdb.arch/amd64-tailcall-cxx.exp
6720 * gdb.arch/amd64-tailcall-noret.exp
6721 * gdb.arch/amd64-tailcall-ret.exp
6722 * gdb.arch/amd64-tailcall-self.exp
6723 * gdb.arch/amd64-word.exp
6724 * gdb.arch/arm-bl-branch-dest.exp
6725 * gdb.arch/arm-disp-step.exp
6726 * gdb.arch/arm-neon.exp
6727 * gdb.arch/arm-single-step-kernel-helper.exp
6728 * gdb.arch/avr-flash-qualifier.exp
6729 * gdb.arch/disp-step-insn-reloc.exp
6730 * gdb.arch/e500-abi.exp
6731 * gdb.arch/e500-regs.exp
6732 * gdb.arch/ftrace-insn-reloc.exp
6733 * gdb.arch/i386-avx512.exp
6734 * gdb.arch/i386-bp_permanent.exp
6735 * gdb.arch/i386-byte.exp
6736 * gdb.arch/i386-cfi-notcurrent.exp
6737 * gdb.arch/i386-disp-step.exp
6738 * gdb.arch/i386-dr3-watch.exp
6739 * gdb.arch/i386-float.exp
6740 * gdb.arch/i386-gnu-cfi.exp
6741 * gdb.arch/i386-mpx-map.exp
6742 * gdb.arch/i386-mpx-sigsegv.exp
6743 * gdb.arch/i386-mpx-simple_segv.exp
6744 * gdb.arch/i386-mpx.exp
6745 * gdb.arch/i386-permbkpt.exp
6746 * gdb.arch/i386-prologue.exp
6747 * gdb.arch/i386-signal.exp
6748 * gdb.arch/i386-size-overlap.exp
6749 * gdb.arch/i386-unwind.exp
6750 * gdb.arch/i386-word.exp
6751 * gdb.arch/mips-fcr.exp
6752 * gdb.arch/powerpc-d128-regs.exp
6753 * gdb.arch/powerpc-stackless.exp
6754 * gdb.arch/ppc64-atomic-inst.exp
6755 * gdb.arch/s390-stackless.exp
6756 * gdb.arch/s390-tdbregs.exp
6757 * gdb.arch/s390-vregs.exp
6758 * gdb.arch/sparc-sysstep.exp
6759 * gdb.arch/thumb-bx-pc.exp
6760 * gdb.arch/thumb-singlestep.exp
6761 * gdb.arch/thumb2-it.exp
6762 * gdb.arch/vsx-regs.exp
6763 * gdb.asm/asm-source.exp
6764 * gdb.base/a2-run.exp
6765 * gdb.base/advance.exp
6766 * gdb.base/all-bin.exp
6767 * gdb.base/anon.exp
6768 * gdb.base/args.exp
6769 * gdb.base/arithmet.exp
6770 * gdb.base/async-shell.exp
6771 * gdb.base/async.exp
6772 * gdb.base/attach-pie-noexec.exp
6773 * gdb.base/attach-twice.exp
6774 * gdb.base/auto-load.exp
6775 * gdb.base/bang.exp
6776 * gdb.base/bitfields.exp
6777 * gdb.base/break-always.exp
6778 * gdb.base/break-caller-line.exp
6779 * gdb.base/break-entry.exp
6780 * gdb.base/break-inline.exp
6781 * gdb.base/break-on-linker-gcd-function.exp
6782 * gdb.base/break-probes.exp
6783 * gdb.base/break.exp
6784 * gdb.base/breakpoint-shadow.exp
6785 * gdb.base/call-ar-st.exp
6786 * gdb.base/call-sc.exp
6787 * gdb.base/call-signal-resume.exp
6788 * gdb.base/call-strs.exp
6789 * gdb.base/callfuncs.exp
6790 * gdb.base/catch-fork-static.exp
6791 * gdb.base/catch-gdb-caused-signals.exp
6792 * gdb.base/catch-load.exp
6793 * gdb.base/catch-signal-fork.exp
6794 * gdb.base/catch-signal.exp
6795 * gdb.base/catch-syscall.exp
6796 * gdb.base/charset.exp
6797 * gdb.base/checkpoint.exp
6798 * gdb.base/chng-syms.exp
6799 * gdb.base/code-expr.exp
6800 * gdb.base/code_elim.exp
6801 * gdb.base/commands.exp
6802 * gdb.base/completion.exp
6803 * gdb.base/complex.exp
6804 * gdb.base/cond-expr.exp
6805 * gdb.base/condbreak.exp
6806 * gdb.base/consecutive.exp
6807 * gdb.base/continue-all-already-running.exp
6808 * gdb.base/coredump-filter.exp
6809 * gdb.base/corefile.exp
6810 * gdb.base/dbx.exp
6811 * gdb.base/debug-expr.exp
6812 * gdb.base/define.exp
6813 * gdb.base/del.exp
6814 * gdb.base/disabled-location.exp
6815 * gdb.base/disasm-end-cu.exp
6816 * gdb.base/disasm-optim.exp
6817 * gdb.base/display.exp
6818 * gdb.base/duplicate-bp.exp
6819 * gdb.base/ena-dis-br.exp
6820 * gdb.base/ending-run.exp
6821 * gdb.base/enumval.exp
6822 * gdb.base/environ.exp
6823 * gdb.base/eu-strip-infcall.exp
6824 * gdb.base/eval-avoid-side-effects.exp
6825 * gdb.base/eval-skip.exp
6826 * gdb.base/exitsignal.exp
6827 * gdb.base/expand-psymtabs.exp
6828 * gdb.base/filesym.exp
6829 * gdb.base/find-unmapped.exp
6830 * gdb.base/finish.exp
6831 * gdb.base/float.exp
6832 * gdb.base/foll-exec-mode.exp
6833 * gdb.base/foll-exec.exp
6834 * gdb.base/foll-fork.exp
6835 * gdb.base/fortran-sym-case.exp
6836 * gdb.base/freebpcmd.exp
6837 * gdb.base/func-ptr.exp
6838 * gdb.base/func-ptrs.exp
6839 * gdb.base/funcargs.exp
6840 * gdb.base/gcore-buffer-overflow.exp
6841 * gdb.base/gcore-relro-pie.exp
6842 * gdb.base/gcore-relro.exp
6843 * gdb.base/gcore.exp
6844 * gdb.base/gdb1090.exp
6845 * gdb.base/gdb11530.exp
6846 * gdb.base/gdb11531.exp
6847 * gdb.base/gdb1821.exp
6848 * gdb.base/gdbindex-stabs.exp
6849 * gdb.base/gdbvars.exp
6850 * gdb.base/hbreak.exp
6851 * gdb.base/hbreak2.exp
6852 * gdb.base/included.exp
6853 * gdb.base/infcall-input.exp
6854 * gdb.base/inferior-died.exp
6855 * gdb.base/infnan.exp
6856 * gdb.base/info-macros.exp
6857 * gdb.base/info-os.exp
6858 * gdb.base/info-proc.exp
6859 * gdb.base/info-shared.exp
6860 * gdb.base/info-target.exp
6861 * gdb.base/infoline.exp
6862 * gdb.base/interp.exp
6863 * gdb.base/interrupt.exp
6864 * gdb.base/jit-reader.exp
6865 * gdb.base/jit-simple.exp
6866 * gdb.base/kill-after-signal.exp
6867 * gdb.base/kill-detach-inferiors-cmd.exp
6868 * gdb.base/label.exp
6869 * gdb.base/langs.exp
6870 * gdb.base/ldbl_e308.exp
6871 * gdb.base/line-symtabs.exp
6872 * gdb.base/linespecs.exp
6873 * gdb.base/list.exp
6874 * gdb.base/long_long.exp
6875 * gdb.base/longest-types.exp
6876 * gdb.base/maint.exp
6877 * gdb.base/max-value-size.exp
6878 * gdb.base/memattr.exp
6879 * gdb.base/mips_pro.exp
6880 * gdb.base/morestack.exp
6881 * gdb.base/moribund-step.exp
6882 * gdb.base/multi-forks.exp
6883 * gdb.base/nested-addr.exp
6884 * gdb.base/nextoverexit.exp
6885 * gdb.base/noreturn-finish.exp
6886 * gdb.base/noreturn-return.exp
6887 * gdb.base/nostdlib.exp
6888 * gdb.base/offsets.exp
6889 * gdb.base/opaque.exp
6890 * gdb.base/pc-fp.exp
6891 * gdb.base/permissions.exp
6892 * gdb.base/print-symbol-loading.exp
6893 * gdb.base/prologue-include.exp
6894 * gdb.base/psymtab.exp
6895 * gdb.base/ptype.exp
6896 * gdb.base/random-signal.exp
6897 * gdb.base/randomize.exp
6898 * gdb.base/range-stepping.exp
6899 * gdb.base/readline-ask.exp
6900 * gdb.base/recpar.exp
6901 * gdb.base/recurse.exp
6902 * gdb.base/relational.exp
6903 * gdb.base/restore.exp
6904 * gdb.base/return-nodebug.exp
6905 * gdb.base/return.exp
6906 * gdb.base/run-after-attach.exp
6907 * gdb.base/save-bp.exp
6908 * gdb.base/scope.exp
6909 * gdb.base/sect-cmd.exp
6910 * gdb.base/set-lang-auto.exp
6911 * gdb.base/set-noassign.exp
6912 * gdb.base/setvar.exp
6913 * gdb.base/sigall.exp
6914 * gdb.base/sigbpt.exp
6915 * gdb.base/siginfo-addr.exp
6916 * gdb.base/siginfo-infcall.exp
6917 * gdb.base/siginfo-obj.exp
6918 * gdb.base/siginfo.exp
6919 * gdb.base/signals-state-child.exp
6920 * gdb.base/signest.exp
6921 * gdb.base/sigstep.exp
6922 * gdb.base/sizeof.exp
6923 * gdb.base/skip.exp
6924 * gdb.base/solib-corrupted.exp
6925 * gdb.base/solib-nodir.exp
6926 * gdb.base/solib-search.exp
6927 * gdb.base/stack-checking.exp
6928 * gdb.base/stale-infcall.exp
6929 * gdb.base/stap-probe.exp
6930 * gdb.base/start.exp
6931 * gdb.base/step-break.exp
6932 * gdb.base/step-bt.exp
6933 * gdb.base/step-line.exp
6934 * gdb.base/step-over-exit.exp
6935 * gdb.base/step-over-syscall.exp
6936 * gdb.base/step-resume-infcall.exp
6937 * gdb.base/step-test.exp
6938 * gdb.base/store.exp
6939 * gdb.base/structs3.exp
6940 * gdb.base/sym-file.exp
6941 * gdb.base/symbol-without-target_section.exp
6942 * gdb.base/term.exp
6943 * gdb.base/testenv.exp
6944 * gdb.base/ui-redirect.exp
6945 * gdb.base/until.exp
6946 * gdb.base/unwindonsignal.exp
6947 * gdb.base/value-double-free.exp
6948 * gdb.base/vla-datatypes.exp
6949 * gdb.base/vla-ptr.exp
6950 * gdb.base/vla-sideeffect.exp
6951 * gdb.base/volatile.exp
6952 * gdb.base/watch-cond-infcall.exp
6953 * gdb.base/watch-cond.exp
6954 * gdb.base/watch-non-mem.exp
6955 * gdb.base/watch-read.exp
6956 * gdb.base/watch-vfork.exp
6957 * gdb.base/watchpoint-cond-gone.exp
6958 * gdb.base/watchpoint-delete.exp
6959 * gdb.base/watchpoint-hw-hit-once.exp
6960 * gdb.base/watchpoint-hw.exp
6961 * gdb.base/watchpoint-stops-at-right-insn.exp
6962 * gdb.base/watchpoints.exp
6963 * gdb.base/wchar.exp
6964 * gdb.base/whatis-exp.exp
6965 * gdb.btrace/buffer-size.exp
6966 * gdb.btrace/data.exp
6967 * gdb.btrace/delta.exp
6968 * gdb.btrace/dlopen.exp
6969 * gdb.btrace/enable.exp
6970 * gdb.btrace/exception.exp
6971 * gdb.btrace/function_call_history.exp
6972 * gdb.btrace/gcore.exp
6973 * gdb.btrace/instruction_history.exp
6974 * gdb.btrace/nohist.exp
6975 * gdb.btrace/reconnect.exp
6976 * gdb.btrace/record_goto-step.exp
6977 * gdb.btrace/record_goto.exp
6978 * gdb.btrace/rn-dl-bind.exp
6979 * gdb.btrace/segv.exp
6980 * gdb.btrace/step.exp
6981 * gdb.btrace/stepi.exp
6982 * gdb.btrace/tailcall-only.exp
6983 * gdb.btrace/tailcall.exp
6984 * gdb.btrace/tsx.exp
6985 * gdb.btrace/unknown_functions.exp
6986 * gdb.btrace/vdso.exp
6987 * gdb.compile/compile-ifunc.exp
6988 * gdb.compile/compile-ops.exp
6989 * gdb.compile/compile-print.exp
6990 * gdb.compile/compile-setjmp.exp
6991 * gdb.cp/abstract-origin.exp
6992 * gdb.cp/ambiguous.exp
6993 * gdb.cp/annota2.exp
6994 * gdb.cp/annota3.exp
6995 * gdb.cp/anon-ns.exp
6996 * gdb.cp/anon-struct.exp
6997 * gdb.cp/anon-union.exp
6998 * gdb.cp/arg-reference.exp
6999 * gdb.cp/baseenum.exp
7000 * gdb.cp/bool.exp
7001 * gdb.cp/breakpoint.exp
7002 * gdb.cp/bs15503.exp
7003 * gdb.cp/call-c.exp
7004 * gdb.cp/casts.exp
7005 * gdb.cp/chained-calls.exp
7006 * gdb.cp/class2.exp
7007 * gdb.cp/classes.exp
7008 * gdb.cp/cmpd-minsyms.exp
7009 * gdb.cp/converts.exp
7010 * gdb.cp/cp-relocate.exp
7011 * gdb.cp/cpcompletion.exp
7012 * gdb.cp/cpexprs.exp
7013 * gdb.cp/cplabel.exp
7014 * gdb.cp/cplusfuncs.exp
7015 * gdb.cp/cpsizeof.exp
7016 * gdb.cp/ctti.exp
7017 * gdb.cp/derivation.exp
7018 * gdb.cp/destrprint.exp
7019 * gdb.cp/dispcxx.exp
7020 * gdb.cp/enum-class.exp
7021 * gdb.cp/exception.exp
7022 * gdb.cp/exceptprint.exp
7023 * gdb.cp/expand-psymtabs-cxx.exp
7024 * gdb.cp/expand-sals.exp
7025 * gdb.cp/extern-c.exp
7026 * gdb.cp/filename.exp
7027 * gdb.cp/formatted-ref.exp
7028 * gdb.cp/fpointer.exp
7029 * gdb.cp/gdb1355.exp
7030 * gdb.cp/gdb2495.exp
7031 * gdb.cp/hang.exp
7032 * gdb.cp/impl-this.exp
7033 * gdb.cp/infcall-dlopen.exp
7034 * gdb.cp/inherit.exp
7035 * gdb.cp/iostream.exp
7036 * gdb.cp/koenig.exp
7037 * gdb.cp/local.exp
7038 * gdb.cp/m-data.exp
7039 * gdb.cp/m-static.exp
7040 * gdb.cp/mb-ctor.exp
7041 * gdb.cp/mb-inline.exp
7042 * gdb.cp/mb-templates.exp
7043 * gdb.cp/member-name.exp
7044 * gdb.cp/member-ptr.exp
7045 * gdb.cp/meth-typedefs.exp
7046 * gdb.cp/method.exp
7047 * gdb.cp/method2.exp
7048 * gdb.cp/minsym-fallback.exp
7049 * gdb.cp/misc.exp
7050 * gdb.cp/namelessclass.exp
7051 * gdb.cp/namespace-enum.exp
7052 * gdb.cp/namespace-nested-import.exp
7053 * gdb.cp/namespace.exp
7054 * gdb.cp/nextoverthrow.exp
7055 * gdb.cp/no-dmgl-verbose.exp
7056 * gdb.cp/non-trivial-retval.exp
7057 * gdb.cp/noparam.exp
7058 * gdb.cp/nsdecl.exp
7059 * gdb.cp/nsimport.exp
7060 * gdb.cp/nsnested.exp
7061 * gdb.cp/nsnoimports.exp
7062 * gdb.cp/nsrecurs.exp
7063 * gdb.cp/nsstress.exp
7064 * gdb.cp/nsusing.exp
7065 * gdb.cp/operator.exp
7066 * gdb.cp/oranking.exp
7067 * gdb.cp/overload-const.exp
7068 * gdb.cp/overload.exp
7069 * gdb.cp/ovldbreak.exp
7070 * gdb.cp/ovsrch.exp
7071 * gdb.cp/paren-type.exp
7072 * gdb.cp/parse-lang.exp
7073 * gdb.cp/pass-by-ref.exp
7074 * gdb.cp/pr-1023.exp
7075 * gdb.cp/pr-1210.exp
7076 * gdb.cp/pr-574.exp
7077 * gdb.cp/pr10687.exp
7078 * gdb.cp/pr12028.exp
7079 * gdb.cp/pr17132.exp
7080 * gdb.cp/pr17494.exp
7081 * gdb.cp/pr9067.exp
7082 * gdb.cp/pr9167.exp
7083 * gdb.cp/pr9631.exp
7084 * gdb.cp/printmethod.exp
7085 * gdb.cp/psmang.exp
7086 * gdb.cp/psymtab-parameter.exp
7087 * gdb.cp/ptype-cv-cp.exp
7088 * gdb.cp/ptype-flags.exp
7089 * gdb.cp/re-set-overloaded.exp
7090 * gdb.cp/ref-types.exp
7091 * gdb.cp/rtti.exp
7092 * gdb.cp/scope-err.exp
7093 * gdb.cp/shadow.exp
7094 * gdb.cp/smartp.exp
7095 * gdb.cp/static-method.exp
7096 * gdb.cp/static-print-quit.exp
7097 * gdb.cp/temargs.exp
7098 * gdb.cp/templates.exp
7099 * gdb.cp/try_catch.exp
7100 * gdb.cp/typedef-operator.exp
7101 * gdb.cp/typeid.exp
7102 * gdb.cp/userdef.exp
7103 * gdb.cp/using-crash.exp
7104 * gdb.cp/var-tag.exp
7105 * gdb.cp/virtbase.exp
7106 * gdb.cp/virtfunc.exp
7107 * gdb.cp/virtfunc2.exp
7108 * gdb.cp/vla-cxx.exp
7109 * gdb.disasm/t01_mov.exp
7110 * gdb.disasm/t02_mova.exp
7111 * gdb.disasm/t03_add.exp
7112 * gdb.disasm/t04_sub.exp
7113 * gdb.disasm/t05_cmp.exp
7114 * gdb.disasm/t06_ari2.exp
7115 * gdb.disasm/t07_ari3.exp
7116 * gdb.disasm/t08_or.exp
7117 * gdb.disasm/t09_xor.exp
7118 * gdb.disasm/t10_and.exp
7119 * gdb.disasm/t11_logs.exp
7120 * gdb.disasm/t12_bit.exp
7121 * gdb.disasm/t13_otr.exp
7122 * gdb.dlang/circular.exp
7123 * gdb.dwarf2/arr-stride.exp
7124 * gdb.dwarf2/arr-subrange.exp
7125 * gdb.dwarf2/atomic-type.exp
7126 * gdb.dwarf2/bad-regnum.exp
7127 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7128 * gdb.dwarf2/callframecfa.exp
7129 * gdb.dwarf2/clztest.exp
7130 * gdb.dwarf2/corrupt.exp
7131 * gdb.dwarf2/data-loc.exp
7132 * gdb.dwarf2/dup-psym.exp
7133 * gdb.dwarf2/dw2-anon-mptr.exp
7134 * gdb.dwarf2/dw2-anonymous-func.exp
7135 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7136 * gdb.dwarf2/dw2-bad-unresolved.exp
7137 * gdb.dwarf2/dw2-basic.exp
7138 * gdb.dwarf2/dw2-canonicalize-type.exp
7139 * gdb.dwarf2/dw2-case-insensitive.exp
7140 * gdb.dwarf2/dw2-common-block.exp
7141 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7142 * gdb.dwarf2/dw2-compressed.exp
7143 * gdb.dwarf2/dw2-const.exp
7144 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7145 * gdb.dwarf2/dw2-cu-size.exp
7146 * gdb.dwarf2/dw2-dup-frame.exp
7147 * gdb.dwarf2/dw2-entry-value.exp
7148 * gdb.dwarf2/dw2-icycle.exp
7149 * gdb.dwarf2/dw2-ifort-parameter.exp
7150 * gdb.dwarf2/dw2-inline-break.exp
7151 * gdb.dwarf2/dw2-inline-param.exp
7152 * gdb.dwarf2/dw2-intercu.exp
7153 * gdb.dwarf2/dw2-intermix.exp
7154 * gdb.dwarf2/dw2-lexical-block-bare.exp
7155 * gdb.dwarf2/dw2-linkage-name-trust.exp
7156 * gdb.dwarf2/dw2-minsym-in-cu.exp
7157 * gdb.dwarf2/dw2-noloc.exp
7158 * gdb.dwarf2/dw2-op-call.exp
7159 * gdb.dwarf2/dw2-op-out-param.exp
7160 * gdb.dwarf2/dw2-opt-structptr.exp
7161 * gdb.dwarf2/dw2-param-error.exp
7162 * gdb.dwarf2/dw2-producer.exp
7163 * gdb.dwarf2/dw2-ranges-base.exp
7164 * gdb.dwarf2/dw2-ref-missing-frame.exp
7165 * gdb.dwarf2/dw2-reg-undefined.exp
7166 * gdb.dwarf2/dw2-regno-invalid.exp
7167 * gdb.dwarf2/dw2-restore.exp
7168 * gdb.dwarf2/dw2-restrict.exp
7169 * gdb.dwarf2/dw2-single-line-discriminators.exp
7170 * gdb.dwarf2/dw2-strp.exp
7171 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7172 * gdb.dwarf2/dw2-unresolved.exp
7173 * gdb.dwarf2/dw2-var-zero-addr.exp
7174 * gdb.dwarf2/dw4-sig-types.exp
7175 * gdb.dwarf2/dwz.exp
7176 * gdb.dwarf2/dynarr-ptr.exp
7177 * gdb.dwarf2/enum-type.exp
7178 * gdb.dwarf2/gdb-index.exp
7179 * gdb.dwarf2/implptr-64bit.exp
7180 * gdb.dwarf2/implptr-optimized-out.exp
7181 * gdb.dwarf2/implptr.exp
7182 * gdb.dwarf2/implref-array.exp
7183 * gdb.dwarf2/implref-const.exp
7184 * gdb.dwarf2/implref-global.exp
7185 * gdb.dwarf2/implref-struct.exp
7186 * gdb.dwarf2/mac-fileno.exp
7187 * gdb.dwarf2/main-subprogram.exp
7188 * gdb.dwarf2/member-ptr-forwardref.exp
7189 * gdb.dwarf2/method-ptr.exp
7190 * gdb.dwarf2/missing-sig-type.exp
7191 * gdb.dwarf2/nonvar-access.exp
7192 * gdb.dwarf2/opaque-type-lookup.exp
7193 * gdb.dwarf2/pieces-optimized-out.exp
7194 * gdb.dwarf2/pieces.exp
7195 * gdb.dwarf2/pr10770.exp
7196 * gdb.dwarf2/pr13961.exp
7197 * gdb.dwarf2/staticvirtual.exp
7198 * gdb.dwarf2/subrange.exp
7199 * gdb.dwarf2/symtab-producer.exp
7200 * gdb.dwarf2/trace-crash.exp
7201 * gdb.dwarf2/typeddwarf.exp
7202 * gdb.dwarf2/valop.exp
7203 * gdb.dwarf2/watch-notconst.exp
7204 * gdb.fortran/array-element.exp
7205 * gdb.fortran/charset.exp
7206 * gdb.fortran/common-block.exp
7207 * gdb.fortran/complex.exp
7208 * gdb.fortran/derived-type-function.exp
7209 * gdb.fortran/derived-type.exp
7210 * gdb.fortran/logical.exp
7211 * gdb.fortran/module.exp
7212 * gdb.fortran/multi-dim.exp
7213 * gdb.fortran/nested-funcs.exp
7214 * gdb.fortran/print-formatted.exp
7215 * gdb.fortran/subarray.exp
7216 * gdb.fortran/vla-alloc-assoc.exp
7217 * gdb.fortran/vla-datatypes.exp
7218 * gdb.fortran/vla-history.exp
7219 * gdb.fortran/vla-ptr-info.exp
7220 * gdb.fortran/vla-ptype-sub.exp
7221 * gdb.fortran/vla-ptype.exp
7222 * gdb.fortran/vla-sizeof.exp
7223 * gdb.fortran/vla-type.exp
7224 * gdb.fortran/vla-value-sub-arbitrary.exp
7225 * gdb.fortran/vla-value-sub-finish.exp
7226 * gdb.fortran/vla-value-sub.exp
7227 * gdb.fortran/vla-value.exp
7228 * gdb.fortran/whatis_type.exp
7229 * gdb.go/chan.exp
7230 * gdb.go/handcall.exp
7231 * gdb.go/hello.exp
7232 * gdb.go/integers.exp
7233 * gdb.go/methods.exp
7234 * gdb.go/package.exp
7235 * gdb.go/strings.exp
7236 * gdb.go/types.exp
7237 * gdb.go/unsafe.exp
7238 * gdb.guile/scm-arch.exp
7239 * gdb.guile/scm-block.exp
7240 * gdb.guile/scm-breakpoint.exp
7241 * gdb.guile/scm-cmd.exp
7242 * gdb.guile/scm-disasm.exp
7243 * gdb.guile/scm-equal.exp
7244 * gdb.guile/scm-frame-args.exp
7245 * gdb.guile/scm-frame-inline.exp
7246 * gdb.guile/scm-frame.exp
7247 * gdb.guile/scm-iterator.exp
7248 * gdb.guile/scm-math.exp
7249 * gdb.guile/scm-objfile.exp
7250 * gdb.guile/scm-ports.exp
7251 * gdb.guile/scm-symbol.exp
7252 * gdb.guile/scm-symtab.exp
7253 * gdb.guile/scm-value-cc.exp
7254 * gdb.guile/types-module.exp
7255 * gdb.linespec/break-ask.exp
7256 * gdb.linespec/cpexplicit.exp
7257 * gdb.linespec/explicit.exp
7258 * gdb.linespec/keywords.exp
7259 * gdb.linespec/linespec.exp
7260 * gdb.linespec/ls-dollar.exp
7261 * gdb.linespec/ls-errs.exp
7262 * gdb.linespec/skip-two.exp
7263 * gdb.linespec/thread.exp
7264 * gdb.mi/mi-async.exp
7265 * gdb.mi/mi-basics.exp
7266 * gdb.mi/mi-break.exp
7267 * gdb.mi/mi-catch-load.exp
7268 * gdb.mi/mi-cli.exp
7269 * gdb.mi/mi-cmd-param-changed.exp
7270 * gdb.mi/mi-console.exp
7271 * gdb.mi/mi-detach.exp
7272 * gdb.mi/mi-disassemble.exp
7273 * gdb.mi/mi-eval.exp
7274 * gdb.mi/mi-file-transfer.exp
7275 * gdb.mi/mi-file.exp
7276 * gdb.mi/mi-fill-memory.exp
7277 * gdb.mi/mi-inheritance-syntax-error.exp
7278 * gdb.mi/mi-linespec-err-cp.exp
7279 * gdb.mi/mi-logging.exp
7280 * gdb.mi/mi-memory-changed.exp
7281 * gdb.mi/mi-read-memory.exp
7282 * gdb.mi/mi-record-changed.exp
7283 * gdb.mi/mi-reg-undefined.exp
7284 * gdb.mi/mi-regs.exp
7285 * gdb.mi/mi-return.exp
7286 * gdb.mi/mi-reverse.exp
7287 * gdb.mi/mi-simplerun.exp
7288 * gdb.mi/mi-solib.exp
7289 * gdb.mi/mi-stack.exp
7290 * gdb.mi/mi-stepi.exp
7291 * gdb.mi/mi-syn-frame.exp
7292 * gdb.mi/mi-until.exp
7293 * gdb.mi/mi-var-block.exp
7294 * gdb.mi/mi-var-child.exp
7295 * gdb.mi/mi-var-cmd.exp
7296 * gdb.mi/mi-var-cp.exp
7297 * gdb.mi/mi-var-display.exp
7298 * gdb.mi/mi-var-invalidate.exp
7299 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7300 * gdb.mi/mi-vla-fortran.exp
7301 * gdb.mi/mi-watch.exp
7302 * gdb.mi/mi2-var-child.exp
7303 * gdb.mi/user-selected-context-sync.exp
7304 * gdb.modula2/unbounded-array.exp
7305 * gdb.multi/dummy-frame-restore.exp
7306 * gdb.multi/multi-arch-exec.exp
7307 * gdb.multi/multi-arch.exp
7308 * gdb.multi/tids.exp
7309 * gdb.multi/watchpoint-multi.exp
7310 * gdb.opencl/callfuncs.exp
7311 * gdb.opencl/convs_casts.exp
7312 * gdb.opencl/datatypes.exp
7313 * gdb.opencl/operators.exp
7314 * gdb.opencl/vec_comps.exp
7315 * gdb.opt/clobbered-registers-O2.exp
7316 * gdb.opt/inline-break.exp
7317 * gdb.opt/inline-bt.exp
7318 * gdb.opt/inline-cmds.exp
7319 * gdb.opt/inline-locals.exp
7320 * gdb.pascal/case-insensitive-symbols.exp
7321 * gdb.pascal/floats.exp
7322 * gdb.pascal/gdb11492.exp
7323 * gdb.python/lib-types.exp
7324 * gdb.python/py-arch.exp
7325 * gdb.python/py-as-string.exp
7326 * gdb.python/py-bad-printers.exp
7327 * gdb.python/py-block.exp
7328 * gdb.python/py-breakpoint-create-fail.exp
7329 * gdb.python/py-breakpoint.exp
7330 * gdb.python/py-caller-is.exp
7331 * gdb.python/py-cmd.exp
7332 * gdb.python/py-explore-cc.exp
7333 * gdb.python/py-explore.exp
7334 * gdb.python/py-finish-breakpoint.exp
7335 * gdb.python/py-finish-breakpoint2.exp
7336 * gdb.python/py-frame-args.exp
7337 * gdb.python/py-frame-inline.exp
7338 * gdb.python/py-frame.exp
7339 * gdb.python/py-framefilter-mi.exp
7340 * gdb.python/py-infthread.exp
7341 * gdb.python/py-lazy-string.exp
7342 * gdb.python/py-linetable.exp
7343 * gdb.python/py-mi-events.exp
7344 * gdb.python/py-mi-objfile.exp
7345 * gdb.python/py-mi.exp
7346 * gdb.python/py-objfile.exp
7347 * gdb.python/py-pp-integral.exp
7348 * gdb.python/py-pp-maint.exp
7349 * gdb.python/py-pp-re-notag.exp
7350 * gdb.python/py-pp-registration.exp
7351 * gdb.python/py-recurse-unwind.exp
7352 * gdb.python/py-strfns.exp
7353 * gdb.python/py-symbol.exp
7354 * gdb.python/py-symtab.exp
7355 * gdb.python/py-sync-interp.exp
7356 * gdb.python/py-typeprint.exp
7357 * gdb.python/py-unwind-maint.exp
7358 * gdb.python/py-unwind.exp
7359 * gdb.python/py-value-cc.exp
7360 * gdb.python/py-xmethods.exp
7361 * gdb.reverse/amd64-tailcall-reverse.exp
7362 * gdb.reverse/break-precsave.exp
7363 * gdb.reverse/break-reverse.exp
7364 * gdb.reverse/consecutive-precsave.exp
7365 * gdb.reverse/consecutive-reverse.exp
7366 * gdb.reverse/finish-precsave.exp
7367 * gdb.reverse/finish-reverse-bkpt.exp
7368 * gdb.reverse/finish-reverse.exp
7369 * gdb.reverse/fstatat-reverse.exp
7370 * gdb.reverse/getresuid-reverse.exp
7371 * gdb.reverse/i386-precsave.exp
7372 * gdb.reverse/i386-reverse.exp
7373 * gdb.reverse/i386-sse-reverse.exp
7374 * gdb.reverse/i387-env-reverse.exp
7375 * gdb.reverse/i387-stack-reverse.exp
7376 * gdb.reverse/insn-reverse.exp
7377 * gdb.reverse/machinestate-precsave.exp
7378 * gdb.reverse/machinestate.exp
7379 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7380 * gdb.reverse/pipe-reverse.exp
7381 * gdb.reverse/readv-reverse.exp
7382 * gdb.reverse/recvmsg-reverse.exp
7383 * gdb.reverse/rerun-prec.exp
7384 * gdb.reverse/s390-mvcle.exp
7385 * gdb.reverse/step-precsave.exp
7386 * gdb.reverse/step-reverse.exp
7387 * gdb.reverse/time-reverse.exp
7388 * gdb.reverse/until-precsave.exp
7389 * gdb.reverse/until-reverse.exp
7390 * gdb.reverse/waitpid-reverse.exp
7391 * gdb.reverse/watch-precsave.exp
7392 * gdb.reverse/watch-reverse.exp
7393 * gdb.rust/generics.exp
7394 * gdb.rust/methods.exp
7395 * gdb.rust/modules.exp
7396 * gdb.rust/simple.exp
7397 * gdb.server/connect-with-no-symbol-file.exp
7398 * gdb.server/ext-attach.exp
7399 * gdb.server/ext-restart.exp
7400 * gdb.server/ext-wrapper.exp
7401 * gdb.server/file-transfer.exp
7402 * gdb.server/server-exec-info.exp
7403 * gdb.server/server-kill.exp
7404 * gdb.server/server-mon.exp
7405 * gdb.server/wrapper.exp
7406 * gdb.stabs/exclfwd.exp
7407 * gdb.stabs/gdb11479.exp
7408 * gdb.threads/clone-new-thread-event.exp
7409 * gdb.threads/corethreads.exp
7410 * gdb.threads/current-lwp-dead.exp
7411 * gdb.threads/dlopen-libpthread.exp
7412 * gdb.threads/gcore-thread.exp
7413 * gdb.threads/sigstep-threads.exp
7414 * gdb.threads/watchpoint-fork.exp
7415 * gdb.trace/actions-changed.exp
7416 * gdb.trace/backtrace.exp
7417 * gdb.trace/change-loc.exp
7418 * gdb.trace/circ.exp
7419 * gdb.trace/collection.exp
7420 * gdb.trace/disconnected-tracing.exp
7421 * gdb.trace/ftrace.exp
7422 * gdb.trace/mi-trace-frame-collected.exp
7423 * gdb.trace/mi-trace-unavailable.exp
7424 * gdb.trace/mi-traceframe-changed.exp
7425 * gdb.trace/mi-tsv-changed.exp
7426 * gdb.trace/no-attach-trace.exp
7427 * gdb.trace/passc-dyn.exp
7428 * gdb.trace/qtro.exp
7429 * gdb.trace/range-stepping.exp
7430 * gdb.trace/read-memory.exp
7431 * gdb.trace/save-trace.exp
7432 * gdb.trace/signal.exp
7433 * gdb.trace/status-stop.exp
7434 * gdb.trace/tfile.exp
7435 * gdb.trace/trace-break.exp
7436 * gdb.trace/trace-buffer-size.exp
7437 * gdb.trace/trace-condition.exp
7438 * gdb.trace/tracefile-pseudo-reg.exp
7439 * gdb.trace/tstatus.exp
7440 * gdb.trace/unavailable.exp
7441 * gdb.trace/while-dyn.exp
7442 * gdb.trace/while-stepping.exp
7443
7444 2016-12-22 Doug Evans <xdje42@gmail.com>
7445
7446 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7447 and msymbols.
7448
7449 2016-12-19 Yao Qi <yao.qi@linaro.org>
7450
7451 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7452 (test_with_self): Don't call do_steps_and_nexts, and remove
7453 code about stepping into xmalloc.
7454
7455 2016-12-09 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7458
7459 2016-12-09 Yao Qi <yao.qi@linaro.org>
7460
7461 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7462
7463 2016-12-09 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/all-architectures-0.exp: New file.
7466 * gdb.base/all-architectures-1.exp: New file.
7467 * gdb.base/all-architectures-2.exp: New file.
7468 * gdb.base/all-architectures-3.exp: New file.
7469 * gdb.base/all-architectures-4.exp: New file.
7470 * gdb.base/all-architectures-5.exp: New file.
7471 * gdb.base/all-architectures-6.exp: New file.
7472 * gdb.base/all-architectures-7.exp: New file.
7473 * gdb.base/all-architectures.exp.in: New file.
7474
7475 2016-12-09 Yao Qi <yao.qi@linaro.org>
7476
7477 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7478
7479 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7480
7481 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7482 possible.
7483 Remove useless pattern-matching code.
7484
7485 2016-12-02 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7488 procedure.
7489 (top level): Call it.
7490
7491 2016-12-02 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7494 New procedure.
7495 (top level): Call it.
7496
7497 2016-12-02 Pedro Alves <palves@redhat.com>
7498
7499 PR cli/20559
7500 * gdb.base/commands.exp (user_defined_command_args_eval): New
7501 procedure.
7502 (top level): Call it.
7503
7504 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7505
7506 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7507 timeout handling.
7508
7509 2016-12-02 Tom Tromey <tom@tromey.com>
7510
7511 * gdb.dwarf2/main-subprogram.c: New file.
7512 * gdb.dwarf2/main-subprogram.exp: New file.
7513
7514 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7515
7516 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7517 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7518 gdb_test_no_output for a couple of cases.
7519 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7520
7521 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7522
7523 Fix test names and standardize compilation error messages throughout
7524 the following files:
7525
7526 * gdb.ada/start.exp
7527 * gdb.arch/alpha-step.exp
7528 * gdb.arch/e500-prologue.exp
7529 * gdb.arch/ftrace-insn-reloc.exp
7530 * gdb.arch/gdb1291.exp
7531 * gdb.arch/gdb1431.exp
7532 * gdb.arch/gdb1558.exp
7533 * gdb.arch/i386-dr3-watch.exp
7534 * gdb.arch/i386-sse-stack-align.exp
7535 * gdb.arch/ia64-breakpoint-shadow.exp
7536 * gdb.arch/pa-nullify.exp
7537 * gdb.arch/powerpc-aix-prologue.exp
7538 * gdb.arch/thumb-bx-pc.exp
7539 * gdb.base/annota1.exp
7540 * gdb.base/annota3.exp
7541 * gdb.base/arrayidx.exp
7542 * gdb.base/assign.exp
7543 * gdb.base/attach.exp
7544 * gdb.base/auxv.exp
7545 * gdb.base/bang.exp
7546 * gdb.base/bfp-test.exp
7547 * gdb.base/bigcore.exp
7548 * gdb.base/bitfields2.exp
7549 * gdb.base/break-fun-addr.exp
7550 * gdb.base/break-probes.exp
7551 * gdb.base/call-rt-st.exp
7552 * gdb.base/callexit.exp
7553 * gdb.base/catch-fork-kill.exp
7554 * gdb.base/charset.exp
7555 * gdb.base/checkpoint.exp
7556 * gdb.base/comprdebug.exp
7557 * gdb.base/constvars.exp
7558 * gdb.base/coredump-filter.exp
7559 * gdb.base/cursal.exp
7560 * gdb.base/cvexpr.exp
7561 * gdb.base/detach.exp
7562 * gdb.base/display.exp
7563 * gdb.base/dmsym.exp
7564 * gdb.base/dprintf-pending.exp
7565 * gdb.base/dso2dso.exp
7566 * gdb.base/dtrace-probe.exp
7567 * gdb.base/dump.exp
7568 * gdb.base/enum_cond.exp
7569 * gdb.base/exe-lock.exp
7570 * gdb.base/exec-invalid-sysroot.exp
7571 * gdb.base/execl-update-breakpoints.exp
7572 * gdb.base/exprs.exp
7573 * gdb.base/fileio.exp
7574 * gdb.base/find.exp
7575 * gdb.base/finish.exp
7576 * gdb.base/fixsection.exp
7577 * gdb.base/foll-vfork.exp
7578 * gdb.base/frame-args.exp
7579 * gdb.base/gcore.exp
7580 * gdb.base/gdb1250.exp
7581 * gdb.base/global-var-nested-by-dso.exp
7582 * gdb.base/gnu-ifunc.exp
7583 * gdb.base/hashline1.exp
7584 * gdb.base/hashline2.exp
7585 * gdb.base/hashline3.exp
7586 * gdb.base/hbreak-in-shr-unsupported.exp
7587 * gdb.base/huge.exp
7588 * gdb.base/infcall-input.exp
7589 * gdb.base/info-fun.exp
7590 * gdb.base/info-shared.exp
7591 * gdb.base/jit-simple.exp
7592 * gdb.base/jit-so.exp
7593 * gdb.base/jit.exp
7594 * gdb.base/jump.exp
7595 * gdb.base/label.exp
7596 * gdb.base/lineinc.exp
7597 * gdb.base/logical.exp
7598 * gdb.base/longjmp.exp
7599 * gdb.base/macscp.exp
7600 * gdb.base/miscexprs.exp
7601 * gdb.base/new-ui-echo.exp
7602 * gdb.base/new-ui-pending-input.exp
7603 * gdb.base/new-ui.exp
7604 * gdb.base/nodebug.exp
7605 * gdb.base/nofield.exp
7606 * gdb.base/offsets.exp
7607 * gdb.base/overlays.exp
7608 * gdb.base/pending.exp
7609 * gdb.base/pointers.exp
7610 * gdb.base/pr11022.exp
7611 * gdb.base/printcmds.exp
7612 * gdb.base/prologue.exp
7613 * gdb.base/ptr-typedef.exp
7614 * gdb.base/realname-expand.exp
7615 * gdb.base/relativedebug.exp
7616 * gdb.base/relocate.exp
7617 * gdb.base/remote.exp
7618 * gdb.base/reread.exp
7619 * gdb.base/return2.exp
7620 * gdb.base/savedregs.exp
7621 * gdb.base/sep.exp
7622 * gdb.base/sepdebug.exp
7623 * gdb.base/sepsymtab.exp
7624 * gdb.base/set-inferior-tty.exp
7625 * gdb.base/setshow.exp
7626 * gdb.base/shlib-call.exp
7627 * gdb.base/sigaltstack.exp
7628 * gdb.base/siginfo-addr.exp
7629 * gdb.base/signals.exp
7630 * gdb.base/signull.exp
7631 * gdb.base/sigrepeat.exp
7632 * gdb.base/so-impl-ld.exp
7633 * gdb.base/solib-display.exp
7634 * gdb.base/solib-overlap.exp
7635 * gdb.base/solib-search.exp
7636 * gdb.base/solib-symbol.exp
7637 * gdb.base/structs.exp
7638 * gdb.base/structs2.exp
7639 * gdb.base/symtab-search-order.exp
7640 * gdb.base/twice.exp
7641 * gdb.base/unload.exp
7642 * gdb.base/varargs.exp
7643 * gdb.base/watchpoint-solib.exp
7644 * gdb.base/watchpoint.exp
7645 * gdb.base/whatis.exp
7646 * gdb.base/wrong_frame_bt_full.exp
7647 * gdb.btrace/dlopen.exp
7648 * gdb.cell/ea-standalone.exp
7649 * gdb.cell/ea-test.exp
7650 * gdb.cp/dispcxx.exp
7651 * gdb.cp/gdb2384.exp
7652 * gdb.cp/method2.exp
7653 * gdb.cp/nextoverthrow.exp
7654 * gdb.cp/pr10728.exp
7655 * gdb.disasm/am33.exp
7656 * gdb.disasm/h8300s.exp
7657 * gdb.disasm/mn10300.exp
7658 * gdb.disasm/sh3.exp
7659 * gdb.dwarf2/dw2-dir-file-name.exp
7660 * gdb.fortran/complex.exp
7661 * gdb.fortran/library-module.exp
7662 * gdb.guile/scm-pretty-print.exp
7663 * gdb.guile/scm-symbol.exp
7664 * gdb.guile/scm-type.exp
7665 * gdb.guile/scm-value.exp
7666 * gdb.linespec/linespec.exp
7667 * gdb.mi/gdb701.exp
7668 * gdb.mi/gdb792.exp
7669 * gdb.mi/mi-breakpoint-changed.exp
7670 * gdb.mi/mi-dprintf-pending.exp
7671 * gdb.mi/mi-dprintf.exp
7672 * gdb.mi/mi-exit-code.exp
7673 * gdb.mi/mi-pending.exp
7674 * gdb.mi/mi-solib.exp
7675 * gdb.mi/new-ui-mi-sync.exp
7676 * gdb.mi/pr11022.exp
7677 * gdb.mi/user-selected-context-sync.exp
7678 * gdb.opt/solib-intra-step.exp
7679 * gdb.python/py-events.exp
7680 * gdb.python/py-finish-breakpoint.exp
7681 * gdb.python/py-mi.exp
7682 * gdb.python/py-prettyprint.exp
7683 * gdb.python/py-shared.exp
7684 * gdb.python/py-symbol.exp
7685 * gdb.python/py-template.exp
7686 * gdb.python/py-type.exp
7687 * gdb.python/py-value.exp
7688 * gdb.reverse/solib-precsave.exp
7689 * gdb.reverse/solib-reverse.exp
7690 * gdb.server/solib-list.exp
7691 * gdb.stabs/weird.exp
7692 * gdb.threads/reconnect-signal.exp
7693 * gdb.threads/stepi-random-signal.exp
7694 * gdb.trace/actions.exp
7695 * gdb.trace/ax.exp
7696 * gdb.trace/backtrace.exp
7697 * gdb.trace/change-loc.exp
7698 * gdb.trace/deltrace.exp
7699 * gdb.trace/ftrace-lock.exp
7700 * gdb.trace/ftrace.exp
7701 * gdb.trace/infotrace.exp
7702 * gdb.trace/mi-tracepoint-changed.exp
7703 * gdb.trace/packetlen.exp
7704 * gdb.trace/passcount.exp
7705 * gdb.trace/pending.exp
7706 * gdb.trace/range-stepping.exp
7707 * gdb.trace/report.exp
7708 * gdb.trace/stap-trace.exp
7709 * gdb.trace/tfind.exp
7710 * gdb.trace/trace-break.exp
7711 * gdb.trace/trace-condition.exp
7712 * gdb.trace/trace-enable-disable.exp
7713 * gdb.trace/trace-mt.exp
7714 * gdb.trace/tracecmd.exp
7715 * gdb.trace/tspeed.exp
7716 * gdb.trace/tsv.exp
7717 * lib/perftest.exp
7718
7719 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7720
7721 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7722 with gdb_test_no_output.
7723 Use command as test name.
7724
7725 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7726
7727 Fix test names starting with uppercase throughout the files.
7728
7729 * gdb.ada/assign_1.exp
7730 * gdb.ada/boolean_expr.exp
7731 * gdb.base/arrayidx.exp
7732 * gdb.base/del.exp
7733 * gdb.base/gcore-buffer-overflow.exp
7734 * gdb.base/testenv.exp
7735 * gdb.compile/compile.exp
7736 * gdb.python/py-framefilter-invalidarg.exp
7737 * gdb.python/py-framefilter.exp
7738
7739 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7740
7741 Fix test names starting with uppercase throughout the files.
7742
7743 * gdb.ada/array_return.exp
7744 * gdb.ada/expr_delims.exp
7745 * gdb.ada/mi_dyn_arr.exp
7746 * gdb.ada/mi_interface.exp
7747 * gdb.ada/mi_var_array.exp
7748 * gdb.ada/watch_arg.exp
7749 * gdb.arch/alpha-step.exp
7750 * gdb.arch/altivec-regs.exp
7751 * gdb.arch/e500-regs.exp
7752 * gdb.arch/powerpc-d128-regs.exp
7753 * gdb.base/arrayidx.exp
7754 * gdb.base/break.exp
7755 * gdb.base/checkpoint.exp
7756 * gdb.base/debug-expr.exp
7757 * gdb.base/dmsym.exp
7758 * gdb.base/radix.exp
7759 * gdb.base/sepdebug.exp
7760 * gdb.base/testenv.exp
7761 * gdb.base/watch_thread_num.exp
7762 * gdb.base/watchpoint-cond-gone.exp
7763 * gdb.cell/break.exp
7764 * gdb.cell/ea-cache.exp
7765 * gdb.compile/compile.exp
7766 * gdb.cp/gdb2495.exp
7767 * gdb.gdb/selftest.exp
7768 * gdb.gdb/xfullpath.exp
7769 * gdb.go/hello.exp
7770 * gdb.go/integers.exp
7771 * gdb.objc/basicclass.exp
7772 * gdb.pascal/hello.exp
7773 * gdb.pascal/integers.exp
7774 * gdb.python/py-breakpoint.exp
7775 * gdb.python/py-cmd.exp
7776 * gdb.python/py-linetable.exp
7777 * gdb.python/py-xmethods.exp
7778 * gdb.python/python.exp
7779 * gdb.reverse/consecutive-precsave.exp
7780 * gdb.reverse/finish-precsave.exp
7781 * gdb.reverse/i386-precsave.exp
7782 * gdb.reverse/machinestate-precsave.exp
7783 * gdb.reverse/sigall-precsave.exp
7784 * gdb.reverse/solib-precsave.exp
7785 * gdb.reverse/step-precsave.exp
7786 * gdb.reverse/until-precsave.exp
7787 * gdb.reverse/watch-precsave.exp
7788 * gdb.threads/leader-exit.exp
7789 * gdb.threads/pthreads.exp
7790 * gdb.threads/wp-replication.exp
7791 * gdb.trace/actions.exp
7792 * gdb.trace/mi-tsv-changed.exp
7793 * gdb.trace/tsv.exp
7794
7795 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7796
7797 Fix test names starting with uppercase throughout the files.
7798
7799 * gdb.arch/i386-bp_permanent.exp
7800 * gdb.arch/i386-gnu-cfi.exp
7801 * gdb.base/disasm-end-cu.exp
7802 * gdb.base/macscp.exp
7803 * gdb.base/pending.exp
7804 * gdb.base/watch_thread_num.exp
7805 * gdb.cp/exception.exp
7806 * gdb.cp/gdb2495.exp
7807 * gdb.cp/local.exp
7808 * gdb.python/py-evsignal.exp
7809 * gdb.python/python.exp
7810 * gdb.trace/tracecmd.exp
7811
7812 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7813
7814 Fix test names starting with uppercase throughout the files.
7815
7816 * gdb.base/charset.exp
7817 * gdb.base/eval.exp
7818 * gdb.base/multi-forks.exp
7819 * gdb.guile/scm-progspace.exp
7820 * gdb.opencl/datatypes.exp
7821 * gdb.python/py-block.exp
7822 * gdb.python/py-function.exp
7823 * gdb.python/py-symbol.exp
7824 * gdb.python/py-symtab.exp
7825 * gdb.python/py-xmethods.exp
7826 * gdb.reverse/break-precsave.exp
7827 * gdb.reverse/break-reverse.exp
7828 * gdb.reverse/consecutive-precsave.exp
7829 * gdb.reverse/consecutive-reverse.exp
7830 * gdb.reverse/finish-precsave.exp
7831 * gdb.reverse/finish-reverse-bkpt.exp
7832 * gdb.reverse/finish-reverse.exp
7833 * gdb.reverse/fstatat-reverse.exp
7834 * gdb.reverse/getresuid-reverse.exp
7835 * gdb.reverse/i386-precsave.exp
7836 * gdb.reverse/i386-reverse.exp
7837 * gdb.reverse/i386-sse-reverse.exp
7838 * gdb.reverse/i387-stack-reverse.exp
7839 * gdb.reverse/insn-reverse.exp
7840 * gdb.reverse/machinestate-precsave.exp
7841 * gdb.reverse/machinestate.exp
7842 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7843 * gdb.reverse/pipe-reverse.exp
7844 * gdb.reverse/readv-reverse.exp
7845 * gdb.reverse/recvmsg-reverse.exp
7846 * gdb.reverse/rerun-prec.exp
7847 * gdb.reverse/s390-mvcle.exp
7848 * gdb.reverse/sigall-precsave.exp
7849 * gdb.reverse/sigall-reverse.exp
7850 * gdb.reverse/solib-precsave.exp
7851 * gdb.reverse/solib-reverse.exp
7852 * gdb.reverse/step-precsave.exp
7853 * gdb.reverse/step-reverse.exp
7854 * gdb.reverse/time-reverse.exp
7855 * gdb.reverse/until-precsave.exp
7856 * gdb.reverse/until-reverse.exp
7857 * gdb.reverse/waitpid-reverse.exp
7858 * gdb.reverse/watch-precsave.exp
7859 * gdb.reverse/watch-reverse.exp
7860
7861 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7862
7863 Fix test names starting with uppercase throughout the files.
7864
7865 * gdb.arch/i386-mpx-simple_segv.exp
7866 * gdb.arch/i386-mpx.exp
7867 * gdb.arch/i386-permbkpt.exp
7868 * gdb.arch/pa-nullify.exp
7869 * gdb.arch/powerpc-d128-regs.exp
7870 * gdb.arch/vsx-regs.exp
7871 * gdb.base/bfp-test.exp
7872 * gdb.base/break.exp
7873 * gdb.base/breakpoint-shadow.exp
7874 * gdb.base/callfuncs.exp
7875 * gdb.base/charset.exp
7876 * gdb.base/commands.exp
7877 * gdb.base/completion.exp
7878 * gdb.base/dfp-test.exp
7879 * gdb.base/echo.exp
7880 * gdb.base/ending-run.exp
7881 * gdb.base/eval.exp
7882 * gdb.base/expand-psymtabs.exp
7883 * gdb.base/float128.exp
7884 * gdb.base/floatn.exp
7885 * gdb.base/foll-exec-mode.exp
7886 * gdb.base/gdb1056.exp
7887 * gdb.base/gdb11531.exp
7888 * gdb.base/kill-after-signal.exp
7889 * gdb.base/multi-forks.exp
7890 * gdb.base/overlays.exp
7891 * gdb.base/pending.exp
7892 * gdb.base/sepdebug.exp
7893 * gdb.base/testenv.exp
7894 * gdb.base/valgrind-db-attach.exp
7895 * gdb.base/watch_thread_num.exp
7896 * gdb.base/watchpoint-cond-gone.exp
7897 * gdb.base/watchpoint.exp
7898 * gdb.base/watchpoints.exp
7899 * gdb.cp/arg-reference.exp
7900 * gdb.cp/baseenum.exp
7901 * gdb.cp/operator.exp
7902 * gdb.cp/shadow.exp
7903 * gdb.dwarf2/dw2-op-out-param.exp
7904 * gdb.dwarf2/dw2-reg-undefined.exp
7905 * gdb.go/chan.exp
7906 * gdb.go/hello.exp
7907 * gdb.go/integers.exp
7908 * gdb.go/methods.exp
7909 * gdb.go/package.exp
7910 * gdb.guile/scm-parameter.exp
7911 * gdb.guile/scm-progspace.exp
7912 * gdb.guile/scm-value.exp
7913 * gdb.mi/mi-pending.exp
7914 * gdb.mi/user-selected-context-sync.exp
7915 * gdb.multi/multi-attach.exp
7916 * gdb.multi/tids.exp
7917 * gdb.opt/clobbered-registers-O2.exp
7918 * gdb.pascal/floats.exp
7919 * gdb.pascal/integers.exp
7920 * gdb.python/py-block.exp
7921 * gdb.python/py-events.exp
7922 * gdb.python/py-parameter.exp
7923 * gdb.python/py-symbol.exp
7924 * gdb.python/py-symtab.exp
7925 * gdb.python/py-type.exp
7926 * gdb.python/py-value.exp
7927 * gdb.python/py-xmethods.exp
7928 * gdb.python/python.exp
7929 * gdb.reverse/break-precsave.exp
7930 * gdb.reverse/consecutive-precsave.exp
7931 * gdb.reverse/finish-precsave.exp
7932 * gdb.reverse/i386-precsave.exp
7933 * gdb.reverse/machinestate-precsave.exp
7934 * gdb.reverse/sigall-precsave.exp
7935 * gdb.reverse/solib-precsave.exp
7936 * gdb.reverse/step-precsave.exp
7937 * gdb.reverse/until-precsave.exp
7938 * gdb.reverse/watch-precsave.exp
7939 * gdb.server/ext-attach.exp
7940 * gdb.server/ext-restart.exp
7941 * gdb.server/ext-run.exp
7942 * gdb.server/ext-wrapper.exp
7943 * gdb.stabs/gdb11479.exp
7944 * gdb.stabs/weird.exp
7945 * gdb.threads/attach-many-short-lived-threads.exp
7946 * gdb.threads/kill.exp
7947 * gdb.threads/watchpoint-fork.exp
7948
7949 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7950
7951 Fix test names starting with uppercase throughout all the files below.
7952
7953 * gdb.ada/array_return.exp
7954 * gdb.ada/catch_ex.exp
7955 * gdb.ada/info_exc.exp
7956 * gdb.ada/mi_catch_ex.exp
7957 * gdb.ada/mi_dyn_arr.exp
7958 * gdb.ada/mi_ex_cond.exp
7959 * gdb.ada/mi_exc_info.exp
7960 * gdb.ada/mi_interface.exp
7961 * gdb.ada/mi_task_arg.exp
7962 * gdb.ada/mi_task_info.exp
7963 * gdb.ada/mi_var_array.exp
7964 * gdb.arch/alpha-step.exp
7965 * gdb.arch/amd64-disp-step.exp
7966 * gdb.arch/arm-disp-step.exp
7967 * gdb.arch/disp-step-insn-reloc.exp
7968 * gdb.arch/e500-prologue.exp
7969 * gdb.arch/ftrace-insn-reloc.exp
7970 * gdb.arch/gdb1558.exp
7971 * gdb.arch/i386-bp_permanent.exp
7972 * gdb.arch/i386-disp-step.exp
7973 * gdb.arch/i386-float.exp
7974 * gdb.arch/i386-gnu-cfi.exp
7975 * gdb.arch/ia64-breakpoint-shadow.exp
7976 * gdb.arch/mips16-thunks.exp
7977 * gdb.arch/pa-nullify.exp
7978 * gdb.arch/powerpc-aix-prologue.exp
7979 * gdb.arch/powerpc-power.exp
7980 * gdb.arch/ppc-dfp.exp
7981 * gdb.arch/s390-tdbregs.exp
7982 * gdb.arch/spu-info.exp
7983 * gdb.arch/spu-ls.exp
7984 * gdb.arch/thumb-bx-pc.exp
7985 * gdb.base/advance.exp
7986 * gdb.base/annota-input-while-running.exp
7987 * gdb.base/arrayidx.exp
7988 * gdb.base/asmlabel.exp
7989 * gdb.base/async.exp
7990 * gdb.base/attach-wait-input.exp
7991 * gdb.base/auto-connect-native-target.exp
7992 * gdb.base/batch-preserve-term-settings.exp
7993 * gdb.base/bfp-test.exp
7994 * gdb.base/bigcore.exp
7995 * gdb.base/bp-permanent.exp
7996 * gdb.base/break-always.exp
7997 * gdb.base/break-fun-addr.exp
7998 * gdb.base/break-idempotent.exp
7999 * gdb.base/break-main-file-remove-fail.exp
8000 * gdb.base/break-probes.exp
8001 * gdb.base/break-unload-file.exp
8002 * gdb.base/break.exp
8003 * gdb.base/call-ar-st.exp
8004 * gdb.base/call-rt-st.exp
8005 * gdb.base/call-sc.exp
8006 * gdb.base/call-signal-resume.exp
8007 * gdb.base/call-strs.exp
8008 * gdb.base/callexit.exp
8009 * gdb.base/callfuncs.exp
8010 * gdb.base/catch-gdb-caused-signals.exp
8011 * gdb.base/catch-signal-siginfo-cond.exp
8012 * gdb.base/catch-syscall.exp
8013 * gdb.base/compare-sections.exp
8014 * gdb.base/cond-eval-mode.exp
8015 * gdb.base/condbreak-call-false.exp
8016 * gdb.base/consecutive-step-over.exp
8017 * gdb.base/cursal.exp
8018 * gdb.base/disabled-location.exp
8019 * gdb.base/disasm-end-cu.exp
8020 * gdb.base/display.exp
8021 * gdb.base/double-prompt-target-event-error.exp
8022 * gdb.base/dprintf-bp-same-addr.exp
8023 * gdb.base/dprintf-detach.exp
8024 * gdb.base/dprintf-next.exp
8025 * gdb.base/dprintf-non-stop.exp
8026 * gdb.base/dprintf-pending.exp
8027 * gdb.base/dso2dso.exp
8028 * gdb.base/ending-run.exp
8029 * gdb.base/enum_cond.exp
8030 * gdb.base/examine-backward.exp
8031 * gdb.base/exe-lock.exp
8032 * gdb.base/exec-invalid-sysroot.exp
8033 * gdb.base/execl-update-breakpoints.exp
8034 * gdb.base/execution-termios.exp
8035 * gdb.base/fileio.exp
8036 * gdb.base/fixsection.exp
8037 * gdb.base/foll-exec-mode.exp
8038 * gdb.base/foll-exec.exp
8039 * gdb.base/fork-running-state.exp
8040 * gdb.base/frame-args.exp
8041 * gdb.base/fullpath-expand.exp
8042 * gdb.base/func-ptr.exp
8043 * gdb.base/gcore-relro-pie.exp
8044 * gdb.base/gdb1090.exp
8045 * gdb.base/gdb1555.exp
8046 * gdb.base/global-var-nested-by-dso.exp
8047 * gdb.base/gnu-ifunc.exp
8048 * gdb.base/hbreak-in-shr-unsupported.exp
8049 * gdb.base/hbreak-unmapped.exp
8050 * gdb.base/hook-stop.exp
8051 * gdb.base/infcall-input.exp
8052 * gdb.base/info-fun.exp
8053 * gdb.base/info-shared.exp
8054 * gdb.base/interrupt-noterm.exp
8055 * gdb.base/jit-so.exp
8056 * gdb.base/jit.exp
8057 * gdb.base/line-symtabs.exp
8058 * gdb.base/list.exp
8059 * gdb.base/longjmp.exp
8060 * gdb.base/macscp.exp
8061 * gdb.base/max-value-size.exp
8062 * gdb.base/nodebug.exp
8063 * gdb.base/nofield.exp
8064 * gdb.base/overlays.exp
8065 * gdb.base/paginate-after-ctrl-c-running.exp
8066 * gdb.base/paginate-bg-execution.exp
8067 * gdb.base/paginate-inferior-exit.exp
8068 * gdb.base/pending.exp
8069 * gdb.base/pr11022.exp
8070 * gdb.base/printcmds.exp
8071 * gdb.base/ptr-typedef.exp
8072 * gdb.base/ptype.exp
8073 * gdb.base/randomize.exp
8074 * gdb.base/range-stepping.exp
8075 * gdb.base/realname-expand.exp
8076 * gdb.base/relativedebug.exp
8077 * gdb.base/remote.exp
8078 * gdb.base/savedregs.exp
8079 * gdb.base/sepdebug.exp
8080 * gdb.base/set-noassign.exp
8081 * gdb.base/shlib-call.exp
8082 * gdb.base/shreloc.exp
8083 * gdb.base/sigaltstack.exp
8084 * gdb.base/sigbpt.exp
8085 * gdb.base/siginfo-addr.exp
8086 * gdb.base/siginfo-obj.exp
8087 * gdb.base/siginfo-thread.exp
8088 * gdb.base/signest.exp
8089 * gdb.base/signull.exp
8090 * gdb.base/sigrepeat.exp
8091 * gdb.base/skip.exp
8092 * gdb.base/so-impl-ld.exp
8093 * gdb.base/solib-corrupted.exp
8094 * gdb.base/solib-disc.exp
8095 * gdb.base/solib-display.exp
8096 * gdb.base/solib-overlap.exp
8097 * gdb.base/solib-search.exp
8098 * gdb.base/solib-symbol.exp
8099 * gdb.base/source-execution.exp
8100 * gdb.base/sss-bp-on-user-bp-2.exp
8101 * gdb.base/sss-bp-on-user-bp.exp
8102 * gdb.base/stack-checking.exp
8103 * gdb.base/stale-infcall.exp
8104 * gdb.base/step-break.exp
8105 * gdb.base/step-line.exp
8106 * gdb.base/step-over-exit.exp
8107 * gdb.base/step-test.exp
8108 * gdb.base/structs.exp
8109 * gdb.base/sym-file.exp
8110 * gdb.base/symtab-search-order.exp
8111 * gdb.base/term.exp
8112 * gdb.base/type-opaque.exp
8113 * gdb.base/unload.exp
8114 * gdb.base/until-nodebug.exp
8115 * gdb.base/until.exp
8116 * gdb.base/unwindonsignal.exp
8117 * gdb.base/watch-cond.exp
8118 * gdb.base/watch-non-mem.exp
8119 * gdb.base/watch_thread_num.exp
8120 * gdb.base/watchpoint-reuse-slot.exp
8121 * gdb.base/watchpoint-solib.exp
8122 * gdb.base/watchpoint.exp
8123 * gdb.btrace/dlopen.exp
8124 * gdb.cell/arch.exp
8125 * gdb.cell/break.exp
8126 * gdb.cell/bt.exp
8127 * gdb.cell/core.exp
8128 * gdb.cell/data.exp
8129 * gdb.cell/dwarfaddr.exp
8130 * gdb.cell/ea-cache.exp
8131 * gdb.cell/ea-standalone.exp
8132 * gdb.cell/ea-test.exp
8133 * gdb.cell/f-regs.exp
8134 * gdb.cell/fork.exp
8135 * gdb.cell/gcore.exp
8136 * gdb.cell/mem-access.exp
8137 * gdb.cell/ptype.exp
8138 * gdb.cell/registers.exp
8139 * gdb.cell/sizeof.exp
8140 * gdb.cell/solib-symbol.exp
8141 * gdb.cell/solib.exp
8142 * gdb.compile/compile-tls.exp
8143 * gdb.cp/exception.exp
8144 * gdb.cp/gdb2495.exp
8145 * gdb.cp/local.exp
8146 * gdb.cp/mb-inline.exp
8147 * gdb.cp/mb-templates.exp
8148 * gdb.cp/pr10687.exp
8149 * gdb.cp/pr9167.exp
8150 * gdb.cp/scope-err.exp
8151 * gdb.cp/templates.exp
8152 * gdb.cp/virtfunc.exp
8153 * gdb.dwarf2/dw2-dir-file-name.exp
8154 * gdb.dwarf2/dw2-single-line-discriminators.exp
8155 * gdb.fortran/complex.exp
8156 * gdb.fortran/library-module.exp
8157 * gdb.guile/guile.exp
8158 * gdb.guile/scm-cmd.exp
8159 * gdb.guile/scm-frame-inline.exp
8160 * gdb.guile/scm-objfile.exp
8161 * gdb.guile/scm-pretty-print.exp
8162 * gdb.guile/scm-symbol.exp
8163 * gdb.guile/scm-type.exp
8164 * gdb.guile/scm-value.exp
8165 * gdb.linespec/keywords.exp
8166 * gdb.linespec/ls-errs.exp
8167 * gdb.linespec/macro-relative.exp
8168 * gdb.linespec/thread.exp
8169 * gdb.mi/mi-breakpoint-changed.exp
8170 * gdb.mi/mi-dprintf-pending.exp
8171 * gdb.mi/mi-fullname-deleted.exp
8172 * gdb.mi/mi-logging.exp
8173 * gdb.mi/mi-pending.exp
8174 * gdb.mi/mi-solib.exp
8175 * gdb.mi/new-ui-mi-sync.exp
8176 * gdb.mi/user-selected-context-sync.exp
8177 * gdb.multi/dummy-frame-restore.exp
8178 * gdb.multi/multi-arch-exec.exp
8179 * gdb.multi/remove-inferiors.exp
8180 * gdb.multi/watchpoint-multi-exit.exp
8181 * gdb.opt/solib-intra-step.exp
8182 * gdb.perf/backtrace.exp
8183 * gdb.perf/single-step.exp
8184 * gdb.perf/skip-command.exp
8185 * gdb.perf/skip-prologue.exp
8186 * gdb.perf/solib.exp
8187 * gdb.python/lib-types.exp
8188 * gdb.python/py-as-string.exp
8189 * gdb.python/py-bad-printers.exp
8190 * gdb.python/py-block.exp
8191 * gdb.python/py-breakpoint.exp
8192 * gdb.python/py-cmd.exp
8193 * gdb.python/py-events.exp
8194 * gdb.python/py-evthreads.exp
8195 * gdb.python/py-finish-breakpoint.exp
8196 * gdb.python/py-finish-breakpoint2.exp
8197 * gdb.python/py-frame-inline.exp
8198 * gdb.python/py-frame.exp
8199 * gdb.python/py-inferior.exp
8200 * gdb.python/py-infthread.exp
8201 * gdb.python/py-mi.exp
8202 * gdb.python/py-objfile.exp
8203 * gdb.python/py-pp-maint.exp
8204 * gdb.python/py-pp-registration.exp
8205 * gdb.python/py-prettyprint.exp
8206 * gdb.python/py-recurse-unwind.exp
8207 * gdb.python/py-shared.exp
8208 * gdb.python/py-symbol.exp
8209 * gdb.python/py-symtab.exp
8210 * gdb.python/py-template.exp
8211 * gdb.python/py-type.exp
8212 * gdb.python/py-unwind-maint.exp
8213 * gdb.python/py-unwind.exp
8214 * gdb.python/py-value.exp
8215 * gdb.python/python.exp
8216 * gdb.reverse/finish-reverse-bkpt.exp
8217 * gdb.reverse/insn-reverse.exp
8218 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8219 * gdb.reverse/solib-precsave.exp
8220 * gdb.reverse/solib-reverse.exp
8221 * gdb.stabs/gdb11479.exp
8222 * gdb.stabs/weird.exp
8223 * gdb.threads/fork-child-threads.exp
8224 * gdb.threads/fork-plus-threads.exp
8225 * gdb.threads/fork-thread-pending.exp
8226 * gdb.threads/forking-threads-plus-breakpoint.exp
8227 * gdb.threads/hand-call-in-threads.exp
8228 * gdb.threads/interrupted-hand-call.exp
8229 * gdb.threads/linux-dp.exp
8230 * gdb.threads/local-watch-wrong-thread.exp
8231 * gdb.threads/next-while-other-thread-longjmps.exp
8232 * gdb.threads/non-ldr-exit.exp
8233 * gdb.threads/pending-step.exp
8234 * gdb.threads/print-threads.exp
8235 * gdb.threads/process-dies-while-detaching.exp
8236 * gdb.threads/process-dies-while-handling-bp.exp
8237 * gdb.threads/pthreads.exp
8238 * gdb.threads/queue-signal.exp
8239 * gdb.threads/reconnect-signal.exp
8240 * gdb.threads/signal-command-handle-nopass.exp
8241 * gdb.threads/signal-command-multiple-signals-pending.exp
8242 * gdb.threads/signal-delivered-right-thread.exp
8243 * gdb.threads/signal-sigtrap.exp
8244 * gdb.threads/sigthread.exp
8245 * gdb.threads/staticthreads.exp
8246 * gdb.threads/stepi-random-signal.exp
8247 * gdb.threads/thread-unwindonsignal.exp
8248 * gdb.threads/thread_check.exp
8249 * gdb.threads/thread_events.exp
8250 * gdb.threads/tid-reuse.exp
8251 * gdb.threads/tls-nodebug.exp
8252 * gdb.threads/tls-shared.exp
8253 * gdb.threads/tls-so_extern.exp
8254 * gdb.threads/tls.exp
8255 * gdb.threads/wp-replication.exp
8256 * gdb.trace/actions-changed.exp
8257 * gdb.trace/actions.exp
8258 * gdb.trace/backtrace.exp
8259 * gdb.trace/change-loc.exp
8260 * gdb.trace/collection.exp
8261 * gdb.trace/deltrace.exp
8262 * gdb.trace/disconnected-tracing.exp
8263 * gdb.trace/entry-values.exp
8264 * gdb.trace/ftrace-lock.exp
8265 * gdb.trace/ftrace.exp
8266 * gdb.trace/infotrace.exp
8267 * gdb.trace/mi-trace-frame-collected.exp
8268 * gdb.trace/mi-trace-unavailable.exp
8269 * gdb.trace/mi-traceframe-changed.exp
8270 * gdb.trace/mi-tracepoint-changed.exp
8271 * gdb.trace/mi-tsv-changed.exp
8272 * gdb.trace/no-attach-trace.exp
8273 * gdb.trace/packetlen.exp
8274 * gdb.trace/passc-dyn.exp
8275 * gdb.trace/passcount.exp
8276 * gdb.trace/pending.exp
8277 * gdb.trace/pr16508.exp
8278 * gdb.trace/qtro.exp
8279 * gdb.trace/range-stepping.exp
8280 * gdb.trace/read-memory.exp
8281 * gdb.trace/report.exp
8282 * gdb.trace/save-trace.exp
8283 * gdb.trace/signal.exp
8284 * gdb.trace/stap-trace.exp
8285 * gdb.trace/status-stop.exp
8286 * gdb.trace/strace.exp
8287 * gdb.trace/tfile.exp
8288 * gdb.trace/tfind.exp
8289 * gdb.trace/trace-break.exp
8290 * gdb.trace/trace-condition.exp
8291 * gdb.trace/trace-enable-disable.exp
8292 * gdb.trace/trace-mt.exp
8293 * gdb.trace/tracecmd.exp
8294 * gdb.trace/tracefile-pseudo-reg.exp
8295 * gdb.trace/tspeed.exp
8296 * gdb.trace/tstatus.exp
8297 * gdb.trace/tsv.exp
8298 * gdb.trace/unavailable.exp
8299 * gdb.trace/while-dyn.exp
8300 * gdb.trace/while-stepping.exp
8301 * lib/gdb-guile.exp
8302 * lib/gdb.exp
8303 * lib/mi-support.exp
8304 * lib/pascal.exp
8305 * lib/perftest.exp
8306 * lib/prelink-support.exp
8307 * lib/selftest-support.exp
8308
8309 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8310
8311 * Makefile.in: Include disable-implicit-rules.mk.
8312
8313 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8314
8315 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8316 non-byte-aligned bit fields.
8317
8318 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8319
8320 PR gdb/12616
8321 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8322 respects the DW_AT_data_bit_offset attribute.
8323
8324 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8325
8326 * gdb.base/default.exp: Fix output of "set language".
8327
8328 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8329
8330 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8331 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8332 make.
8333 * configure.ac: Remove checks for the make program.
8334 * configure: Re-generate.
8335
8336 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8337
8338 * gdb.python/py-recurse-unwind.c (main): Add loop.
8339 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8340 to read_register() and gdb.parse_and_eval(). Make each code
8341 call a separate case that can be individually tested.
8342 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8343 proc. Call cont_and_backtrace for each of the code paths that
8344 we want to test in the unwinder.
8345
8346 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8347
8348 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8349 the definition of struct S.
8350
8351 2016-11-11 Catherine Moore <clm@codesourcery.com>
8352
8353 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8354
8355 2016-11-09 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.base/commands.exp (runto_or_return): New procedure.
8358 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8359 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8360 (progvar_simple_while_test, progvar_complex_if_while_test)
8361 (if_while_breakpoint_command_test)
8362 (infrun_breakpoint_command_test, breakpoint_command_test)
8363 (user_defined_command_test, watchpoint_command_test)
8364 (test_command_prompt_position, redefine_hook_test)
8365 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8366 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8367 multi_line_input and multi_line. Remove gdb_expect and
8368 gdb_stop_suppressing_tests uses.
8369 * lib/gdb.exp (valnum_re): New global.
8370 (multi_line_input): New procedure.
8371
8372 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8373
8374 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8375 Remove.
8376 (test_setup): Define with proc_with_prefix.
8377 (test_cli_inferior): Likewise.
8378 (test_cli_thread): Likewise.
8379 (test_cli_frame): Likewise.
8380 (test_cli_select_frame): Likewise.
8381 (test_cli_up_down): Likewise.
8382 (test_mi_thread_select): Likewise.
8383 (test_mi_stack_select_frame): Likewise.
8384 (test_cli_in_mi_inferior): Likewise.
8385 (test_cli_in_mi_thread): Likewise.
8386 (test_cli_in_mi_frame): Likewise.
8387 (top level): Do not use with_test_prefix_procname.
8388
8389 2016-11-09 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/commands.exp (gdbvar_simple_if_test)
8392 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8393 (progvar_simple_if_test, progvar_simple_while_test)
8394 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8395 (infrun_breakpoint_command_test, breakpoint_command_test)
8396 (user_defined_command_test, watchpoint_command_test)
8397 (test_command_prompt_position, deprecated_command_test)
8398 (bp_deleted_in_command, temporary_breakpoint_commands)
8399 (stray_arg0_test, source_file_with_indented_comment)
8400 (recursive_source_test, if_commands_test)
8401 (error_clears_commands_left, redefine_hook_test)
8402 (redefine_backtrace_test): Use proc_with_prefix.
8403 * lib/gdb.exp (proc_with_prefix): New proc.
8404
8405 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.base/tui-layout.c: New file.
8408 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8409 disassembly window contains very long lines.
8410
8411 2016-11-08 Tom Tromey <tom@tromey.com>
8412
8413 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8414 depend on Python 2.
8415
8416 2016-11-08 Tom Tromey <tom@tromey.com>
8417
8418 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8419 New method.
8420
8421 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8422
8423 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8424
8425 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8426
8427 * gdb.rust/simple.rs: Add test for univariant enums without
8428 discriminants and for encoded struct-like enums.
8429
8430 2016-10-28 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8433 gdb_test_multiple, tighten regexps and match symtabs and line
8434 tables incrementally.
8435
8436 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8437
8438 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8439 general.
8440
8441 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8442
8443 * gdb.base/exec-invalid-sysroot.exp: New file.
8444
8445 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8446
8447 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8448
8449 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8450
8451 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8452
8453 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8454
8455 * gdb.base/killed-outside.exp: Remove $options from a call to
8456 `prepare_for_testing'.
8457
8458 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8459
8460 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8461 Change test message.
8462
8463 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8464
8465 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8466 Update comment.
8467
8468 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.trace/mi-trace-save.exp: New file.
8471
8472 2016-10-13 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.base/code_elim.exp (get_var_address): Remove.
8475 * gdb.base/relocate.exp: Likewise.
8476 * gdb.base/shreloc.exp: Likewise.
8477 * lib/gdb.exp (get_var_address): New.
8478
8479 2016-10-13 Yao Qi <yao.qi@linaro.org>
8480
8481 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8482 floating point tests if $skip_float_test is false.
8483
8484 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8485
8486 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8487 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8488 argc values.
8489 Add 1 to argc so we guarantee distinct initial/modified argc values.
8490
8491 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8492
8493 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8494
8495 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8496
8497 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8498 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8499 * gdb.arch/vsx-regs.exp: Likewise.
8500
8501 2016-10-07 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8504
8505 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8506
8507 * gdb.python/python.exp: Test decode_line("*0").
8508
8509 2016-10-06 Doug Evans <dje@google.com>
8510
8511 * gdb.python/py-value.exp (test_value_creation): Add test for large
8512 unsigned 64-bit value.
8513
8514 2016-10-06 Tom Tromey <tom@tromey.com>
8515
8516 * gdb.compile/compile.exp: Change java tests to rust.
8517 * gdb.base/setshow.exp: Change java tests to rust.
8518 * gdb.base/default.exp: Remove java from language list.
8519 * README (Examples): Update language example.
8520 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8521 test.
8522 * lib/gdb.exp (skip_java_tests): Remove.
8523 * lib/java.exp: Remove.
8524 * gdb.java: Remove.
8525
8526 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8527
8528 * gdb.arch/mips-fcr.exp: New test.
8529 * gdb.arch/mips-fcr.c: Source for the new test.
8530
8531 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8532
8533 * gdb.base/solib-disc.exp: Use `standard_output_file'
8534 throughout.
8535
8536 2016-10-06 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.base/jit-simple-dl.c: New file.
8539 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8540 * gdb.base/jit-simple.c: ... this.
8541 * gdb.base/jit-simple.exp (jit_run): Delete.
8542 (build_jit): New proc.
8543 (jit_test_reread): Recompile either the main program or the shared
8544 library, depending on what is being tested. Skip changing address
8545 if caller wants to. Compare before/after addresses. If testing
8546 standalone, explicitly load the binary. Test "maint info
8547 breakpoints".
8548 (top level): Add "standalone vs shared lib" and "change address"
8549 vs "same address" axes.
8550
8551 2016-10-06 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8554 call.
8555 (jit_run): Delete.
8556 (jit_test_reread): Use with_test_prefix. Reload the main binary
8557 explicitly. Compare the before/after addresses of the JIT
8558 descriptor.
8559
8560 2016-08-15 Doug Evans <dje@google.com>
8561
8562 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8563 for single bitfields is bool.
8564 * gdb.xml/tdesc-regs.exp: Ditto.
8565
8566 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8567
8568 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8569
8570 2016-10-05 Yao Qi <yao.qi@linaro.org>
8571
8572 * lib/gdb.exp (support_complex_tests): Return zero if
8573 gdb_skip_float_test return true.
8574
8575 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8576 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 PR gdb/20487
8579 * gdb.mi/user-selected-context-sync.exp: New file.
8580 * gdb.mi/user-selected-context-sync.c: New file.
8581
8582 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8583 Simon Marchi <simon.marchi@ericsson.com>
8584
8585 PR gdb/20487
8586 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8587 =thread-select-event check.
8588
8589 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8590
8591 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8592 the compulsory L operand changes.
8593 * gdb.arch/powerpc-power.s: Likewise.
8594
8595 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8596
8597 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8598 * gdb.base/jit-attach-pie.c: New file.
8599 * gdb.base/jit-attach-pie.exp: New file.
8600
8601 2016-09-28 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/infcall-input.c: New file.
8604 * gdb.base/infcall-input.exp: New file.
8605
8606 2016-09-22 Yao Qi <yao.qi@linaro.org>
8607
8608 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8609 (gdb_exit): Rename it to ...
8610 (gdbserver_gdb_exit): ... Close GDBserver.
8611 (gdb_exit): New proc, call gdbserver_gdb_exit.
8612 (mi_gdb_exit): Likewise.
8613
8614 2016-09-22 Yao Qi <yao.qi@linaro.org>
8615
8616 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8617 path.
8618 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8619 Remove duplication.
8620
8621 2016-09-22 Yao Qi <yao.qi@linaro.org>
8622
8623 * lib/gdbserver-support.exp: Check the existence of
8624 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8625
8626 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8627
8628 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8629
8630 2016-09-21 Tom Tromey <tom@tromey.com>
8631
8632 PR gdb/20604:
8633 * gdb.base/quit.exp: New file.
8634
8635 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8636
8637 * .gitignore: New file.
8638
8639 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8640
8641 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8642 throughout.
8643
8644 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8645
8646 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8647
8648 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8649
8650 * gdb.cp/casts.cc (decltype): Move it ...
8651 (main): ... with its call to ...
8652 * gdb.cp/casts03.cc: ... a new file.
8653 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8654
8655 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8658
8659 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8660
8661 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8662 and sync up the test with tests in gas/testsuite/gas/ppc.
8663 * gdb.arch/powerpc-power.exp: Likewise.
8664
8665 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8668
8669 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8670 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8673 make m1's definition to be different from m2's. Use 'dummy' as an
8674 argument for probe 'two'.
8675
8676 2016-09-10 Jon Beniston <jon@beniston.com>
8677
8678 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8679 for sim target.
8680
8681 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8682
8683 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8684 variable declaration.
8685 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8686 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8687 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8688 received HWCAP as its argument.
8689
8690 2016-09-06 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/new-ui-pending-input.c: New file.
8693 * gdb.base/new-ui-pending-input.exp: New file.
8694 * gdb.exp (clear_gdb_spawn_id): New procedure.
8695 (with_spawn_id): Check whether gdb_spawn_id exists before
8696 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8697 on exit.
8698
8699 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8700
8701 * gdb.base/float128.c: New file.
8702 * gdb.base/float128.exp: Likewise.
8703 * gdb.base/floatn.c: Likewise.
8704 * gdb.base/floatn.exp: Likewise.
8705
8706 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8707
8708 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8709
8710 2016-09-05 Pedro Alves <palves@redhat.com>
8711
8712 PR backtrace/19927
8713 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8714 unwinders are immediately called as side effect of "source" or
8715 "disable unwinder" commands.
8716 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8717
8718 2016-09-02 Yao Qi <yao.qi@linaro.org>
8719
8720 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8721 is true and $type is "float" or "double".
8722
8723 2016-09-02 Yao Qi <yao.qi@linaro.org>
8724
8725 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8726 true.
8727 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8728 * gdb.base/call-rt-st.exp: Likewise.
8729 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8730 return value instead of gdb,skip_float_test.
8731 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8732 (do_function_calls): Use its return value instead of
8733 gdb,skip_float_test.
8734 * gdb.base/finish.exp: Likewise.
8735 * gdb.base/funcargs.exp: Likewise.
8736 * gdb.base/return.exp: Likewise.
8737 * gdb.base/return2.exp: Likewise.
8738 * gdb.base/varargs.exp: Likewise.
8739 * lib/gdb.exp (gdb_skip_float_test): Change it to
8740 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8741
8742 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8743
8744 * gdb.multi/tids.exp: Test "thread apply all".
8745
8746 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 * gdb.base/default.exp (tty): Remove.
8749
8750 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8751
8752 * gdb.python/py-recurse-unwind.c: New file.
8753 * gdb.python/py-recurse-unwind.py: New file.
8754 * gdb.python/py-recurse-unwind.exp: New file.
8755
8756 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8757
8758 * gdb.base/set-inferior-tty.exp: New file.
8759 * gdb.base/set-inferior-tty.c: New file.
8760
8761 2016-08-23 Pedro Alves <palves@redhat.com>
8762
8763 PR gdb/20494
8764 * gdb.base/new-ui-echo.c: New file.
8765 * gdb.base/new-ui-echo.exp: New file.
8766
8767 2016-08-23 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8770 gdbserver_spawn.
8771 * gdb.server/connect-without-multi-process.exp (do_test):
8772 Likewise.
8773
8774 2016-08-23 Yao Qi <yao.qi@linaro.org>
8775
8776 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8777 standalone_txt. Delete gdb_txt and standalone_txt on host
8778 and target. Spawn the binary on target. Copy files from
8779 target to host.
8780
8781 2016-08-22 Pedro Alves <palves@redhat.com>
8782
8783 PR gdb/20505
8784 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8785 with_test_prefix. Factor out bits to ...
8786 (test_no_vdso): ... this new procedure.
8787
8788 2016-08-19 Carl Love <cel@us.ibm.com>
8789
8790 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8791 maintaining separate logic for constructing the output path.
8792 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8793 * gdb.arch/ppc-dfp.exp: Likewise.
8794 * gdb.arch/ppc-fp.exp: Likewise.
8795 * gdb.arch/vsx-regs.exp: Likewise.
8796 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8797 binprefix for generating the additional binary files.
8798
8799 2016-08-19 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.trace/mi-trace-frame-collected.exp
8802 (test_trace_frame_collected): On x32, expect two registers.
8803
8804 2016-08-18 Carl Love <cel@us.ibm.com>
8805
8806 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8807 and sync up the test with tests in gas/testsuite/gas/ppc.
8808 * gdb.arch/powerpc-power.exp: Likewise.
8809
8810 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8811
8812 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8813 expected error message.
8814
8815 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.multi/remove-inferiors.exp: New file.
8818 * gdb.multi/remove-inferiors.c: New file.
8819
8820 2016-08-12 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8823 argument list.
8824
8825 2016-08-10 Pedro Alves <palves@redhat.com>
8826
8827 PR gdb/19187
8828 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8829 setup_kfails.
8830
8831 2016-08-09 Pedro Alves <palves@redhat.com>
8832 Simon Marchi <simon.marchi@ericsson.com>
8833
8834 PR gdb/20418
8835 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8836 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8837
8838 2016-08-09 Pedro Alves <palves@redhat.com>
8839
8840 PR mi/20431
8841 * gdb.mi/mi-cmd-error.exp: New file.
8842
8843 2016-08-09 Pedro Alves <palves@redhat.com>
8844
8845 PR gdb/18653
8846 * gdb.base/signals-state-child.c: New file.
8847 * gdb.base/signals-state-child.exp: New file.
8848 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8849
8850 2016-08-09 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8853
8854 2016-08-03 Tom Tromey <tom@tromey.com>
8855
8856 PR python/18565:
8857 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8858
8859 2016-08-01 Yao Qi <yao.qi@linaro.org>
8860
8861 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8862 variable mode to "multi-process" if $multi_process is 1, otherwise
8863 set it to "single-process".
8864
8865 2016-08-01 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8868 * gdb.cp/cpexprs.exp: Likewise.
8869 * gdb.cp/m-static.exp: Likewise.
8870
8871 2016-07-26 Tom Tromey <tom@tromey.com>
8872
8873 PR python/20190:
8874 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8875 test.
8876
8877 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8878
8879 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8880 selecting assembly source files.
8881 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8882 assembly source files.
8883 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8884 assembly source files.
8885 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8886 selecting assembly source files.
8887
8888 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * gdb.base/new-ui.exp (do_test_invalid_args): New
8891 procedure.
8892
8893 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8894
8895 * gdb.btrace/reconnect.c: New file.
8896 * gdb.btrace/reconnect.exp: New file.
8897
8898 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8899
8900 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8901 to test_catch_syscall_group.
8902 (test_catch_syscall_group): New.
8903
8904 2016-07-21 Tom Tromey <tom@tromey.com>
8905
8906 * gdb.rust/simple.rs (main): Use empty struct expression.
8907 * gdb.rust/simple.exp: Add tests for empty struct expression.
8908
8909 2016-07-21 Yao Qi <yao.qi@linaro.org>
8910
8911 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8912 if gdb_skip_xml_test is true on some targets.
8913
8914 2016-07-21 Yao Qi <yao.qi@linaro.org>
8915
8916 * gdb.server/solib-list.exp: Unset last_loaded_file.
8917
8918 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8921 "step into captured_main (args)".
8922
8923 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8926
8927 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8928
8929 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8930
8931 2016-07-19 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8934 * gdb.opt/inline-bt.exp: Likewise.
8935 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8936 additional_flags=-Winline.
8937 * gdb.opt/inline-locals.exp: Likewise.
8938 * gdb.opt/inline-markers.c (ATTR): Define.
8939 (inlined_fn): Use it.
8940
8941 2016-07-19 Yao Qi <yao.qi@linaro.org>
8942
8943 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8944 (test_with_self): Remove some code. Remove argument executable.
8945 (top-level): Use do_self_tests.
8946
8947 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8948 Don Breazeal <donb@codesourcery.com>
8949
8950 * gdb.base/maint.exp: Escape paths used in regular expressions.
8951 * gdb.stabs/weird.exp: Likewise.
8952
8953 2016-07-13 Tom Tromey <tom@tromey.com>
8954
8955 PR python/15620, PR python/18620:
8956 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8957 (test_bkpt_events): New procs.
8958
8959 2016-07-13 Tom Tromey <tom@tromey.com>
8960
8961 PR python/17698:
8962 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8963 test.
8964 (test_watchpoints): Likewise.
8965 (test_bkpt_pending): New proc.
8966
8967 2016-07-13 Tom Tromey <tom@tromey.com>
8968
8969 PR cli/18053:
8970 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8971 completion test.
8972
8973 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8974
8975 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8976 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8977 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8978 f_label.
8979 (g): Rename g_end_lbl to g_label.
8980 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8981 low_pc and high_pc.
8982 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8983
8984 2016-07-12 Tom Tromey <tom@tromey.com>
8985
8986 PR python/19293:
8987 * gdb.python/py-unwind-maint.exp: Update tests.
8988
8989 2016-07-12 Yao Qi <yao.qi@linaro.org>
8990
8991 * lib/selftest-support.exp (selftest_setup): Match the output
8992 when captured_main is inlined.
8993
8994 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8995
8996 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8997 New variables.
8998 (print this%a, print this%b, print this): New tests.
8999 * gdb.fortran/derived-types.f90 (this): New object and
9000 initialization.
9001
9002 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9003
9004 * gdb.ada/arraydim.exp: Remove extra directory level in build
9005 directory.
9006
9007 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9008
9009 * lib/ada.exp: Remove extra directory level in build directory.
9010 * gdb.ada/cond_lang.exp: Likewise.
9011 * gdb.ada/exec_changed.exp: Likewise.
9012 * gdb.ada/lang_switch.exp: Likewise.
9013
9014 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9015
9016 * simple.rs: Add test for raw pointer subscripting.
9017 * simple.exp: Add test expectations.
9018
9019 2016-07-05 Yao Qi <yao.qi@linaro.org>
9020
9021 * gdb.mi/mi-reverse.exp: Match =record-started output.
9022
9023 2016-07-01 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9026 procedure.
9027 (jit_reader_test): Test the jit reader's unwinder.
9028 * gdb.base/jithost.c (jit_function_00_code): New global.
9029 (main): Use memcpy to fill in the mmapped code, instead of poking
9030 bytes manually here.
9031 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9032 value.
9033 (read_debug_info): Save the function's range.
9034 (read_sp): New function.
9035 (unwind_frame): Use it. Also unwind RBP.
9036 (get_frame_id): Use read_sp.
9037 (gdb_init_reader): Use calloc instead of malloc.
9038 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9039 parameter. Use gdb_test_multiple.
9040
9041 2016-07-01 Pedro Alves <palves@redhat.com>
9042 Antoine Tremblay <antoine.tremblay@ericsson.com>
9043
9044 * gdb.threads/process-dies-while-detaching.c: New file.
9045 * gdb.threads/process-dies-while-detaching.exp: New file.
9046
9047 2016-07-01 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.multi/watchpoint-multi-exit.c: New file.
9050 * gdb.multi/watchpoint-multi-exit.exp: New file.
9051
9052 2016-06-30 Pedro Alves <palves@redhat.com>
9053
9054 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9055 unset inferior_spawn_id.
9056
9057 2016-06-30 Pedro Alves <palves@redhat.com>
9058
9059 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9060 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9061
9062 2016-06-29 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.base/return.c: Add copyright header.
9065
9066 2016-06-29 Tom Tromey <tom@tromey.com>
9067
9068 PR python/20129:
9069 * gdb.python/py-framefilter.exp: Add tests for setting priority
9070 and disabling of non-existent frame filter.
9071
9072 2016-06-29 Yao Qi <yao.qi@linaro.org>
9073
9074 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9075 0x0f07ff.
9076
9077 2016-06-28 Yao Qi <yao.qi@linaro.org>
9078
9079 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9080 triplets. Start gdb, execute catch syscall, and continue. Check
9081 gdb's output to determine catch syscall is supported.
9082
9083 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9084
9085 * gdb.rust/simple.rs: Add test for returning unit in a function.
9086 * gdb.rust/simple.exp: Add expectation for functions returning
9087 unit.
9088
9089 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9090
9091 * gdb.python/py-breakpoint-create-fail.c,
9092 gdb.python/py-breakpoint-create-fail.exp,
9093 gdb.python/py-breakpoint-create-fail.py: New testcase.
9094
9095 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9096
9097 PR gdb/20239
9098 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9099 * gdb.rust/simple.exp: Add test expectations for new NonZero
9100 tests.
9101
9102 2016-06-24 David Taylor <dtaylor@emc.com>
9103
9104 * gdb.base/offsets.exp: New file.
9105 * gdb.base/offsets.c: New file.
9106
9107 2016-06-23 Tom Tromey <tom@tromey.com>
9108
9109 PR gdb/16483:
9110 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9111 before any filters are loaded.
9112
9113 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9114
9115 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9116 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9117 structs.
9118 * gdb.fortran/derived-type-function.exp: New file.
9119 * gdb.fortran/derived-type-function.f90: New file.
9120
9121
9122 2016-06-21 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/new-ui.exp: New file.
9125 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9126 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9127 (with_spawn_id): New procedure.
9128
9129 2016-06-21 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.mi/mi-exec-run.exp: New file.
9132
9133 2016-06-21 Pedro Alves <palves@redhat.com>
9134
9135 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9136 breakpoint command's output on the main UI.
9137 (test_break): New procedure, factored out from calls in the top
9138 level.
9139 (top level): Use foreach_with_prefix to test MI as main UI and as
9140 separate UI.
9141
9142 2016-06-21 Pedro Alves <palves@redhat.com>
9143
9144 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9145 (test_awatch_creation_and_listing)
9146 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9147 Remove 'type' parameter.
9148 (test_watchpoint_all): New parameter mi_mode. Remove
9149 with_test_prefix.
9150 (top level): Use foreach_with_prefix, and add main/separate UI MI
9151 testing axis.
9152
9153 2016-06-21 Pedro Alves <palves@redhat.com>
9154
9155 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9156 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9157 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9158 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9159 (gdb_main_spawn_id, mi_spawn_id): Declare and
9160 comment.
9161 (mi_create_inferior_pty): New procedure,
9162 factored out from default_mi_gdb_start.
9163 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9164 procedures.
9165 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9166 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9167 Use mi_create_inferior_pty.
9168 (mi_gdb_start): Use eval to pass down args list.
9169
9170 2016-06-21 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9173 * gdb.opt/inline-cmds.exp: Add MI tests.
9174
9175 2016-06-21 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9178
9179 2016-06-21 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9182 (top level): Use it instead of mi_execute_to.
9183
9184 2016-06-21 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9187 (cont_handler_str): New.
9188 (signal_stop_handler): Set stop_handler_str instead of printing to
9189 stdout.
9190 (continue_handler): Set cont_handler_str instead of printing to
9191 stdout.
9192 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9193 mi_send_resuming_command. Print stop_handler_str and
9194 cont_handler_str instead of expecting the python events print
9195 directly.
9196
9197 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9198
9199 * gdb.base/jit-reader.exp: New file.
9200 * gdb.base/jithost.c: New file.
9201 * gdb.base/jithost.h: New file.
9202 * gdb.base/jitreader.c : New file.
9203 * gdb.base/jit-protocol.h: New file.
9204
9205 2016-06-17 Yao Qi <yao.qi@linaro.org>
9206
9207 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9208 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9209 and detach-on-fork. Adjust tests.
9210 (top level): Invoke break_cond_on_syscall with combinations of
9211 syscall, follow-fork-mode and detach-on-fork.
9212
9213 2016-06-17 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.base/step-over-exit.c: New.
9216 * gdb.base/step-over-exit.exp: New.
9217
9218 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9219
9220 * gdb.base/float.exp: Add target check for nds32*-*-*.
9221 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9222
9223 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9224
9225 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9226 for unsupported target features.
9227 * gdb.base/call-rt-st.exp: Likewise.
9228 * gdb.base/call-sc.exp: Likewise.
9229 * gdb.base/call-signal-resume.exp: Likewise.
9230 * gdb.base/call-strs.exp: Likewise.
9231 * gdb.base/callexit.exp: Likewise.
9232 * gdb.base/callfuncs.exp: Likewise.
9233 * gdb.base/nodebug.exp: Likewise.
9234 * gdb.base/printcmds.exp: Likewise.
9235 * gdb.base/ptype.exp: Likewise.
9236 * gdb.base/structs.exp: Likewise.
9237 * gdb.base/unwindonsignal.exp: Likewise.
9238 * gdb.cp/gdb2495.exp: Likewise.
9239 * gdb.cp/templates.exp: Likewise.
9240 * gdb.cp/virtfunc.exp: Likewise.
9241 * gdb.threads/hand-call-in-threads.exp: Likewise.
9242 * gdb.threads/interrupted-hand-call.exp: Likewise.
9243 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9244
9245 2016-06-10 Tom Tromey <tom@tromey.com>
9246
9247 PR rust/20110:
9248 * gdb.rust/expr.exp: Add test for integer constant larger than
9249 i32.
9250
9251 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9252
9253 * gdb.fortran/nested-funcs.exp: New.
9254 * gdb.fortran/nested-funcs.f90: New.
9255
9256 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9257
9258 * gdb.base/examine-backward.c: New file.
9259 * gdb.base/examine-backward.exp: New file.
9260
9261 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9262
9263 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9264 matching.
9265
9266 2016-06-02 Tom Tromey <tom@tromey.com>
9267
9268 PR python/18984:
9269 * gdb.python/py-shared.exp: Add solib_name test.
9270
9271 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9272
9273 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9274
9275 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9276
9277 PR c++/19893
9278 * gdb.dwarf2/implref.exp: Rename to...
9279 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9280 * gdb.dwarf2/implref-array.c: New file.
9281 * gdb.dwarf2/implref-array.exp: Likewise.
9282 * gdb.dwarf2/implref-global.c: Likewise.
9283 * gdb.dwarf2/implref-global.exp: Likewise.
9284 * gdb.dwarf2/implref-struct.c: Likewise.
9285 * gdb.dwarf2/implref-struct.exp: Likewise.
9286
9287 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9288
9289 * gdb.trace/trace-condition.exp: Add 64bit tests.
9290
9291 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9292
9293 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9294 bits types.
9295 (main): Adapt to 8 to 64 bits types.
9296 * gdb.trace/trace-condition.exp: Add new tests.
9297
9298 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9299
9300 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9301
9302 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9303
9304 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9305 Move condition tests...
9306 * gdb.trace/trace-condition.exp: Here.
9307
9308 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9309
9310 * gdb.trace/trace-condition.exp: Add counter-case tests.
9311
9312 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 PR c++/15231
9315 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9316 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9317
9318 2016-05-27 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9321 New procedure.
9322 (top level): Call it, and bail out of DejaGnu is known to be bad.
9323
9324 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9325
9326 * gdb.base/whatis.c: Extend the test case.
9327 * gdb.base/whatis.exp: Add additional tests.
9328
9329 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9330
9331 * gdb.fortran/type.f90: Add pointer variable.
9332 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9333
9334 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9335
9336 * gdb.fortran/vla-type.exp: Fix testcase name.
9337
9338 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9339
9340 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9341
9342 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9343
9344 * gdb.fortran/type.f90: Add nested structures.
9345 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9346 * gdb.fortran/derived-type.exp: Adapt expected output.
9347 * gdb.fortran/vla-type.exp: Adapt expected output.
9348
9349 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9350
9351 * gdb.fortran/whatis_type.exp: Adapt expected output.
9352
9353 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9354
9355 * gdb.fortran/print_type.exp: Fix expected output.
9356 * gdb.fortran/whatis_type.exp: Fix expected output.
9357
9358 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9359
9360 * gdb.fortran/whatis_type.exp: Use multi_line.
9361
9362 2016-05-24 Tom Tromey <tom@tromey.com>
9363
9364 PR python/17386:
9365 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9366 use value as an index.
9367
9368 2016-05-23 Tom Tromey <tom@tromey.com>
9369
9370 PR python/17981:
9371 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9372 no-breakpoint case.
9373
9374 2016-05-24 Pedro Alves <palves@redhat.com>
9375
9376 PR gdb/19828
9377 * gdb.threads/clone-attach-detach.c: New file.
9378 * gdb.threads/clone-attach-detach.exp: New file.
9379
9380 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9381
9382 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9383
9384 2016-05-23 Tom Tromey <tom@tromey.com>
9385
9386 PR python/19438, PR python/18393:
9387 * gdb.python/py-progspace.exp: Add "dir" test.
9388 * gdb.python/py-objfile.exp: Add "dir" test.
9389
9390 2016-05-23 Yao Qi <yao.qi@linaro.org>
9391
9392 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9393 * gdb.arch/thumb2-it.exp: Likewise.
9394
9395 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * gdb.mi/mi-threads-interrupt.c: New file.
9398 * gdb.mi/mi-threads-interrupt.exp: New file.
9399
9400 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 PR gdb/18077
9403 * gdb.mi/mi-async-run.exp: New file.
9404 * gdb.mi/mi-async-run.c: New file.
9405
9406 2016-05-17 Tom Tromey <tom@tromey.com>
9407 Manish Goregaokar <manishsmail@gmail.com>
9408
9409 * lib/rust-support.exp: New file.
9410 * lib/gdb.exp (skip_rust_tests): New proc.
9411 (build_executable_from_specs): Handle rust.
9412 * lib/future.exp (gdb_find_rustc): New proc.
9413 (gdb_default_target_compile): Handle rust.
9414 * gdb.rust/expr.exp: New file.
9415 * gdb.rust/generics.exp: New file.
9416 * gdb.rust/generics.rs: New file.
9417 * gdb.rust/methods.exp: New file.
9418 * gdb.rust/methods.rs: New file.
9419 * gdb.rust/modules.exp: New file.
9420 * gdb.rust/modules.rs: New file.
9421 * gdb.rust/simple.exp: New file.
9422 * gdb.rust/simple.rs: New file.
9423
9424 2016-05-17 Tom Tromey <tom@tromey.com>
9425
9426 * gdb.base/default.exp (set language): Add rust.
9427
9428 2016-05-17 Tom Tromey <tom@tromey.com>
9429
9430 * gdb.gdb/unittest.exp: New file.
9431
9432 2016-05-16 Yao Qi <yao.qi@linaro.org>
9433
9434 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9435 shell_prompt. Update shell_prompt_re.
9436
9437 2016-05-12 Doug Evans <dje@google.com>
9438
9439 PR symtab/19999
9440 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9441 $options when building executable.
9442 * gdb.dwarf2/fission-loclists-pie.S: New file.
9443 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9444
9445 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9446
9447 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9448 of [is_remote target],
9449
9450 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9451
9452 * lib/gdb.exp (use_gdb_stub): New procedure.
9453
9454 2016-05-03 Yunlian Jiang <yunlian@google.com>
9455 Doug Evans <dje@google.com>
9456
9457 PR symtab/19914
9458 * gdb.dwarf2/dwp-sepdebug.c: New file.
9459 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9460
9461 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9462
9463 * gdb.base/detach.exp: Remove is_remote check.
9464
9465 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9466
9467 * gdb.base/annota-input-while-running.exp: Don't check for
9468 [is_remote target]. Enable annotations after running to main.
9469 Remove unused "set test..." line.
9470
9471 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.trace/trace-enable-disable.exp: New file.
9474 * gdb.trace/trace-enable-disable.c: New file.
9475
9476 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9479 use it in info sharedlibrary test.
9480 * gdb.trace/ftrace-lock.exp: Likewise.
9481 * gdb.trace/ftrace.exp: Likewise.
9482 * gdb.trace/range-stepping.exp: Likewise.
9483 * gdb.trace/trace-break.exp: Likewise.
9484 * gdb.trace/trace-condition.exp: Likewise.
9485 * gdb.trace/trace-mt.exp: Likewise.
9486
9487 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9488
9489 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9490 (gdb_load_shlib): ... this.
9491 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9492 gdb_load_shlib.
9493 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9494 * gdb.base/ctxobj.exp: Likewise.
9495 * gdb.base/dprintf-pending.exp: Likewise.
9496 * gdb.base/dso2dso.exp: Likewise.
9497 * gdb.base/fixsection.exp: Likewise.
9498 * gdb.base/gcore-relro.exp: Likewise.
9499 * gdb.base/gdb1555.exp: Likewise.
9500 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9501 * gdb.base/gnu-ifunc.exp: Likewise.
9502 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9503 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9504 * gdb.base/pending.exp: Likewise.
9505 * gdb.base/print-file-var.exp: Likewise.
9506 * gdb.base/print-symbol-loading.exp: Likewise.
9507 * gdb.base/shlib-call.exp: Likewise.
9508 * gdb.base/shreloc.exp: Likewise.
9509 * gdb.base/so-impl-ld.exp: Likewise.
9510 * gdb.base/solib-disc.exp: Likewise.
9511 * gdb.base/solib-nodir.exp: Likewise.
9512 * gdb.base/solib-overlap.exp: Likewise.
9513 * gdb.base/solib-symbol.exp: Likewise.
9514 * gdb.base/solib-weak.exp (do_test): Likewise.
9515 * gdb.base/sym-file.exp: Likewise.
9516 * gdb.base/symtab-search-order.exp: Likewise.
9517 * gdb.base/type-opaque.exp: Likewise.
9518 * gdb.base/unload.exp: Likewise.
9519 * gdb.base/watchpoint-solib.exp: Likewise.
9520 * gdb.compile/compile.exp: Likewise.
9521 * gdb.cp/gdb2384.exp: Likewise.
9522 * gdb.cp/infcall-dlopen.exp: Likewise.
9523 * gdb.cp/re-set-overloaded.exp: Likewise.
9524 * gdb.fortran/library-module.exp: Likewise.
9525 * gdb.opt/solib-intra-step.exp: Likewise.
9526 * gdb.python/py-finish-breakpoint.exp: Likewise.
9527 * gdb.python/py-shared.exp: Likewise.
9528 * gdb.reverse/solib-precsave.exp: Likewise.
9529 * gdb.reverse/solib-reverse.exp: Likewise.
9530 * gdb.server/solib-list.exp: Likewise.
9531 * gdb.threads/dlopen-libpthread.exp: Likewise.
9532 * gdb.threads/tls-shared.exp: Likewise.
9533 * gdb.threads/tls-so_extern.exp: Likewise.
9534 * gdb.trace/change-loc.exp: Likewise.
9535 * gdb.trace/ftrace-lock.exp: Likewise.
9536 * gdb.trace/ftrace.exp: Likewise.
9537 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9538 * gdb.trace/pending.exp: Likewise.
9539 * gdb.trace/range-stepping.exp: Likewise.
9540 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9541 (strace_info_marker): Likewise.
9542 (strace_probe_marker): Likewise.
9543 (strace_trace_on_same_addr): Likewise.
9544 (strace_trace_on_diff_addr): Likewise.
9545 * gdb.trace/trace-break.exp: Likewise.
9546 * gdb.trace/trace-condition.exp: Likewise.
9547 * gdb.trace/trace-mt.exp: Likewise.
9548
9549 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9550
9551 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9552 result of gdb_remote_download.
9553 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9554 * gdb.base/dso2dso.exp: Likewise.
9555 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9556 * gdb.base/print-file-var.exp: Likewise.
9557 * gdb.base/shlib-call.exp: Likewise.
9558 * gdb.base/shreloc.exp: Likewise.
9559 * gdb.base/solib-overlap.exp: Likewise.
9560 * gdb.base/solib-weak.exp (do_test): Likewise.
9561 * gdb.base/unload.exp: Likewise.
9562
9563 2016-04-27 Yao Qi <yao.qi@linaro.org>
9564
9565 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9566 exists.
9567
9568 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9569
9570 * vla-type.exp: Print structure from toplevel.
9571
9572 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9573
9574 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9575 of dynamic types.
9576 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9577 of dynamic types.
9578
9579 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9580
9581 * gdb.fortran/vla-type.f90: New file.
9582 * gdb.fortran/vla-type.exp: New file.
9583
9584 2016-04-25 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/branch-to-self.c: New file.
9587 * gdb.base/branch-to-self.exp: New file.
9588
9589 2016-04-22 Yao Qi <yao.qi@linaro.org>
9590
9591 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9592 more after $hex.
9593
9594 2016-04-22 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9597 * gdb.base/annota3.exp: Likewise.
9598
9599 2016-04-22 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.reverse/step-precsave.exp: Do one step and test program
9602 stops in "callee" and do multiple steps until program goes out
9603 of "callee".
9604 * gdb.reverse/step-reverse.exp: Likewise.
9605
9606 2016-04-22 Yao Qi <yao.qi@linaro.org>
9607
9608 * gdb.trace/signal.exp: Also pass if
9609 $tracepoint_hits($i) > $iterations.
9610
9611 2016-04-22 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.trace/signal.c: New file.
9614 * gdb.trace/signal.exp: New file.
9615
9616 2016-04-19 Doug Evans <xdje42@gmail.com>
9617
9618 * gdb.base/bad-file.exp: New file.
9619
9620 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9621
9622 * gdb.dwarf2/implref.exp: New file.
9623
9624 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9625
9626 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9627 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9628 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9629 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9630 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9631 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9632 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9633 * lib/fortran.exp (fortran_int4): New procedure.
9634 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9635 (fortran_logical4): Likewise.
9636
9637 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9638
9639 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9640
9641 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9642
9643 * lib/compiler.c: Add Intel specific preprocessor macros.
9644 * lib/compiler.cc: Likewise.
9645
9646 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9647
9648 * gdb.server/connect-with-no-symbol-file.c: New file.
9649 * gdb.server/connect-with-no-symbol-file.exp: New file.
9650
9651 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9652
9653 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9654
9655 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9656
9657 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9658 standard output directory.
9659
9660 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9661
9662 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9663
9664 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9665
9666 * gdb.btrace/instruction_history.c (loop): Add declaration.
9667
9668 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9669
9670 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9671
9672 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9673
9674 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9675 parentheses to print.
9676 (continue_handler): Likewise.
9677
9678 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 * gdb.server/solib-list.exp: Remove is_remote check.
9681 Pass shlib= to gdb_compile. Don't link shared library with
9682 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9683 Run binary filename through "readlink -f" on the target.
9684
9685 2016-04-08 Pedro Alves <palves@redhat.com>
9686
9687 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9688 interpreter filename as argument to gdbserver_spawn.
9689 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9690 Return empty if $last_loaded_file does not exist.
9691
9692 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9693
9694 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9695 * gdb.base/jit-main.c: Use exit after usage.
9696
9697 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9698
9699 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9700 GDBHISTSIZE prior to the tests.
9701 * gdb.base/gdbinit-history.exp: Likewise.
9702
9703 2016-04-07 Pedro Alves <palves@redhat.com>
9704
9705 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9706 instead of build_executable. Use gdb_load_shlibs.
9707
9708 2016-04-07 Yao Qi <yao.qi@linaro.org>
9709
9710 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9711 Execute "si" command.
9712
9713 2016-04-07 Yao Qi <yao.qi@linaro.org>
9714
9715 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9716 number instead of the comments on some line.
9717
9718 2016-04-06 Don Breazeal <donb@codesourcery.com>
9719
9720 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9721 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9722
9723 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9726 standard_output_file. Remove unused binfile variable.
9727
9728 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9729
9730 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9731 * gdb.python/py-mi-objfile.exp: Match "list main" output
9732 in console format.
9733
9734 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9735
9736 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9737 absolute.
9738
9739 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9740
9741 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9742 absolute.
9743 * gdb.trace/ftrace.exp: Likewise.
9744 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9745 targets as well.
9746 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9747 (gdb_load_shlibs): Copy libraries to test directory when testing
9748 natively. Only set solib-search-path if testing remotely.
9749 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9750
9751 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9752
9753 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9754 gdb_download. Use it even if the target is not remote.
9755 * gdb.base/jit.exp (compile_jit_test): Likewise.
9756 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9757 output directory if the destination board is local, otherwise use
9758 the standard remote_download from DejaGnu.
9759 (gdb_download): Remove.
9760 (gdb_load_shlibs): Use gdb_remote_download instead of
9761 gdb_download.
9762 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9763 Use gdb_remote_download instead of gdb_download. Use it even if
9764 the target is not remote.
9765 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9766 instead of gdb_download.
9767
9768 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9769
9770 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9771 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9772 run.
9773
9774 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9775
9776 PR gdb/19820
9777 * gdb.base/printcmds.exp: Add artificial arrays tests.
9778
9779 2016-03-31 Pedro Alves <palves@redhat.com>
9780
9781 PR gdb/19858
9782 * gdb.base/jit-main.c: Include unistd.h.
9783 (ATTACH): Define to 0 if not already defined.
9784 (wait_for_gdb, mypid): New globals.
9785 (WAIT_FOR_GDB): New macro.
9786 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9787 some breakpoint locations.
9788 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9789 New procedures.
9790 (one_jit_test): Add REATTACH parameter, and handle it. Use
9791 continue_to_test_location.
9792 (top level): Test attach, and adjusts calls to one_jit_test.
9793
9794 2016-03-31 Pedro Alves <palves@redhat.com>
9795
9796 PR gdb/19858
9797 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9798 BINSUFFIX parameter, and handle it.
9799 (top level): Adjust calls compile_jit_test.
9800
9801 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9802
9803 PR python/19743
9804 * gdb.python/py-mi-events-gdb.py: New file.
9805 * gdb.python/py-mi-events.c: New file.
9806 * gdb.python/py-mi-events.exp: New file.
9807
9808 2016-03-30 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.reverse/until-precsave.exp: Match function name only.
9811 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9812 Move malloc to a condition block.
9813 * gdb.reverse/until-reverse.exp: Match function name only.
9814
9815 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9816
9817 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9818 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9819 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9820 variable for GPR 0 instead of assuming it is register 0.
9821 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9822 * lib/trace-support.exp: Add s390 registers.
9823
9824 2016-03-29 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9827
9828 2016-03-24 Yao Qi <yao.qi@linaro.org>
9829
9830 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9831 test message.
9832
9833 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9834
9835 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9836 maintaining separate logic for constructing the output path.
9837
9838 2016-03-16 Don Breazeal <donb@codesourcery.com>
9839
9840 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9841 Retry fork and waitpid on interrupted system call errors.
9842 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9843 Use with_timeout_factor to increase timeout by factor of 10.
9844
9845 2016-03-15 Don Breazeal <donb@codesourcery.com>
9846
9847 * gdb.cp/scope-err.cc: New test program.
9848 * gdb.cp/scope-err.exp: New test script.
9849 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9850 lines and "set breakpoint here" comment.
9851 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9852 Fixed some whitespace and format issues.
9853 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9854 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9855
9856 2016-03-15 Doug Evans <dje@google.com>
9857
9858 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9859 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9860 All callers updated. Add tests for enums, mixed flags register.
9861
9862 2016-03-15 Doug Evans <dje@google.com>
9863
9864 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9865 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9866
9867 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * gdb.base/default.exp: Add $_as_string to the list of expected
9870 convenience functions.
9871
9872 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9873
9874 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9875
9876 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9877
9878 * gdb.python/py-as-string.exp: New file.
9879 * gdb.python/py-as-string.c: New file.
9880
9881 2016-03-09 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9884 signal" -> "Thread NN received signal" output change.
9885 * gdb.threads/ia64-sigill.exp: Likewise.
9886 * gdb.threads/linux-dp.exp: Likewise.
9887 * gdb.threads/manythreads.exp: Likewise.
9888 * gdb.threads/pending-step.exp: Likewise.
9889 * gdb.threads/print-threads.exp: Likewise.
9890 * gdb.threads/sigstep-threads.exp: Likewise.
9891 * gdb.threads/staticthreads.exp: Likewise.
9892 * gdb.threads/tls.exp: Likewise.
9893
9894 2016-03-09 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/command-line-input.exp: New file.
9897
9898 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9899
9900 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9901 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9902 * gdb.trace/pending.exp: Accept leading dot before function name.
9903 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9904 * lib/trace-support.exp: Set registers for ppc.
9905
9906 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9907
9908 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9909 use it for disassembly; accept .main in addition to main in backtrace.
9910
9911 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9912 Marcin Kościelnicki <koriakin@0x04.net>
9913
9914 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9915 (gdb_recursion_test_ptr): New global variable.
9916 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9917 gdb_recursion_test.
9918 (gdb_c_test): Ditto.
9919
9920 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9921
9922 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9923 ordering.
9924
9925 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9926
9927 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9928 (bar): Add bar_start_lbl label.
9929 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9930 of foo/bar for emitting DWARF and tracing.
9931
9932 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9933
9934 * analyze-racy-logs.py: Set executable bit.
9935
9936 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9937
9938 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9939 (CHECK_TARGET_TMP): Likewise.
9940 (check-single-racy): New rule.
9941 (check-parallel-racy): Likewise.
9942 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9943 (do-check-parallel-racy): New rule.
9944 (check-racy/%.exp): Likewise.
9945 * README (Racy testcases): New section.
9946 * analyze-racy-logs.py: New file.
9947
9948 2016-03-03 Doug Evans <dje@google.com>
9949
9950 * gdb.base/skip.exp: Use with_test_prefix.
9951
9952 2016-03-03 Yao Qi <yao.qi@linaro.org>
9953
9954 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9955 Invoke step_over_syscall "clone" and break_cond_on_syscall
9956 "clone".
9957 * gdb.base/step-over-clone.c: New file.
9958
9959 2016-03-03 Yao Qi <yao.qi@linaro.org>
9960
9961 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9962 code format.
9963
9964 2016-03-03 Yao Qi <yao.qi@linaro.org>
9965
9966 * gdb.base/disp-step-fork.c: Rename to ...
9967 * gdb.base/step-over-fork.c: ... it. New file.
9968 * gdb.base/disp-step-vfork.c: Rename to ...
9969 * gdb.base/step-over-vfork.c: ... it. New file.
9970 * gdb.base/disp-step-syscall.exp: Rename to ...
9971 * gdb.base/step-over-syscall.exp: ... it. New file.
9972 (disp_step_cross_syscall): Rename to ...
9973 (step_over_syscall): ... it.
9974
9975 2016-03-03 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9978 If target supports condition evaluation on target, invoke
9979 break_cond_on_syscall for fork and vfork.
9980
9981 2016-03-03 Yao Qi <yao.qi@linaro.org>
9982
9983 * gdb.base/disp-step-syscall.exp: Don't invoke
9984 support_displaced_stepping.
9985 (disp_step_cross_syscall): Test with displaced stepping off and
9986 on if supported.
9987
9988 2016-03-03 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9991 proc.
9992 (setup): New proc.
9993 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9994 and setup.
9995
9996 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9997
9998 * gdb.fortran/vla-history.exp: Remove breakpoint.
9999
10000 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10001
10002 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10003 exceeds timeout.
10004
10005 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10006
10007 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10008 breakpoint.
10009
10010 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10011
10012 * gdb.mi/vla.f90: Nullify pointer after declaration.
10013
10014 2016-03-01 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10017
10018 2016-03-01 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10021 before anything else.
10022 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10023 _GNU_SOURCE here.
10024 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10025 before anything else.
10026 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10027
10028 2016-03-01 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10031
10032 2016-03-01 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10035 prepare_for_testing.
10036
10037 2016-03-01 Yao Qi <yao.qi@linaro.org>
10038
10039 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10040
10041 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10042
10043 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10044 manually constructing the output path.
10045
10046 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10047
10048 * gdb.arch/s390-stackless.S: New.
10049 * gdb.arch/s390-stackless.exp: New.
10050
10051 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10052
10053 * gdb.dlang/circular.c: New file.
10054 * gdb.dlang/circular.exp: New file.
10055
10056 2016-02-26 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10059 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10060 (testcases): Update.
10061
10062 2016-02-26 Yao Qi <yao.qi@linaro.org>
10063
10064 * gdb.reverse/aarch64.c: Rename to ...
10065 * gdb.reverse/insn-reverse.c: ... it.
10066 * gdb.reverse/aarch64.exp: Rename to ...
10067 * gdb.reverse/insn-reverse.exp: ... it.
10068
10069 2016-02-26 Yao Qi <yao.qi@linaro.org>
10070
10071 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10072 (testcase_ftype): New.
10073 (testcases): New array.
10074 (n_testcases): New.
10075 (main): Call each element in testcases.
10076 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10077 (read_testcase): New.
10078 Do the tests in a loop.
10079
10080 2016-02-25 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.base/branches.c: Remove.
10083
10084 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10085
10086 PR gdb/13808
10087 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10088
10089 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10090
10091 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10092
10093 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10094
10095 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10096 change x86_64 call_insn to 'callq'.
10097
10098 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10099
10100 * gdb.trace/tfile-avx.c: Move to...
10101 * gdb.trace/tracefile-pseudo-reg.c: Here.
10102 * gdb.trace/tfile-avx.exp: Move to...
10103 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10104
10105 2016-02-24 Gary Benson <gbenson@redhat.com>
10106
10107 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10108 message on attach.
10109
10110 2016-02-23 Doug Evans <dje@google.com>
10111
10112 * gdb.base/skip.c (test_skip): New function.
10113 (end_test_skip_file_and_function): New function.
10114 (test_skip_file_and_function): New function.
10115 * gdb.base/skip1.c (test_skip): New function.
10116 (skip1_test_skip_file_and_function): New function.
10117 * gdb.base/skip.exp: Add tests for new skip options.
10118 * gdb.base/skip-solib.exp: Update expected output.
10119 * gdb.perf/skip-command.cc: New file.
10120 * gdb.perf/skip-command.exp: New file.
10121 * gdb.perf/skip-command.py: New file.
10122
10123 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10124
10125 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10126 info registers pattern.
10127
10128 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10129
10130 * lib/future.exp: Add D support.
10131 (gdb_find_gdc): New proc.
10132 (gdb_default_target_compile): Add D support.
10133
10134 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10135
10136 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10137 user+system time.
10138 (trace_speed_test): Determine the iteration count for a time
10139 between 15..30 seconds.
10140
10141 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10142
10143 * gdb.arch/i386-mpx-sigsegv.c: New file.
10144 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10145 * gdb.arch/i386-mpx-simple_segv.c: New file.
10146 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10147
10148 2016-02-18 Yao Qi <yao.qi@linaro.org>
10149
10150 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10151 Don't call setup_kfail.
10152
10153 2016-02-18 Yao Qi <yao.qi@linaro.org>
10154
10155 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10156 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10157
10158 2016-02-16 Doug Evans <dje@google.com>
10159
10160 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10161 * gdb.base/skip1.c: Ditto.
10162 * gdb.base/skip.exp: Whitespace cleanup.
10163
10164 2016-02-16 Don Breazeal <donb@codesourcery.com>
10165
10166 PR remote/19496
10167 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10168 Remove kfail for PR remote/19496.
10169
10170 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10171
10172 * lib/gdb.exp (standard_temp_file): Return a path specific to
10173 the runtest invocation.
10174
10175 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10176
10177 * gdb.trace/save-trace.exp: Change relative path to be in the
10178 standard output directory.
10179
10180 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10181
10182 * gdb.arch/i386-prologue.c: Add missing prototypes.
10183
10184 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10185
10186 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10187 * gdb.arch/i386-prologue.exp: Likewise.
10188 * gdb.arch/i386-size.exp: Likewise.
10189
10190 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10191
10192 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10193 define object file path.
10194 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10195 file path.
10196 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10197 standard_output_file to define binfile.
10198
10199 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10200
10201 Fix compatibility with recent gfortran-5.3.1.
10202 * gdb.fortran/vla-history.exp (print vla1 allocated)
10203 (print vla2 allocated, print $2, print $3): Remove
10204 (print $4): Rename to ...
10205 (print $2): ... here.
10206 (print $9): Rename to ...
10207 (print $5): ... here.
10208 (print $10): Rename to ...
10209 (print $6): ... here.
10210 * gdb.fortran/vla.f90: Add pvla initialization.
10211
10212 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10215 New test.
10216 * gdb.fortran/vla-value-sub.exp: Likewise.
10217
10218 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10219
10220 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10221
10222 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * i386-biarch-core.exp: Define corefile using
10225 standard_output_file.
10226
10227 2016-02-12 Yao Qi <yao.qi@linaro.org>
10228
10229 * gdb.arch/arm-single-step-kernel-helper.c: New.
10230 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10231
10232 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10233
10234 * gdb.btrace/tailcall-only.exp: New.
10235 * gdb.btrace/tailcall-only.c: New.
10236 * gdb.btrace/x86_64-tailcall-only.S: New.
10237 * gdb.btrace/i686-tailcall-only.S: New.
10238
10239 2016-02-11 Pedro Alves <palves@redhat.com>
10240
10241 * README (Parallel testing): Add missing double quotes.
10242
10243 2016-02-11 Pedro Alves <palves@redhat.com>
10244
10245 * README (Parallel testing): New section.
10246 (GDB_PARALLEL): Rewrite.
10247 (FORCE_PARALLEL): Document.
10248
10249 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10250
10251 * gdb.trace/tfile-avx.c: New test.
10252 * gdb.trace/tfile-avx.exp: New test.
10253
10254 2016-02-09 Keith Seitz <keiths@redhat.com>
10255
10256 PR breakpoints/19546
10257 * gdb.base/infcall-exec.c: New file.
10258 * gdb.base/infcall-exec2.c: New file.
10259 * gdb.base/infcall-exec.exp: New file.
10260
10261 2016-02-09 Keith Seitz <keiths@redhat.com>
10262
10263 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10264 (toplevel): Call test_bkpt_address.
10265
10266 2016-02-09 Keith Seitz <keiths@redhat.com>
10267
10268 PR python/19506
10269 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10270 (toplevel): Call test_bkpt_address.
10271
10272 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10273
10274 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10275 to AC_OUTPUT.
10276 * configure: Regenerate.
10277
10278 2016-02-09 Pedro Alves <palves@redhat.com>
10279
10280 PR breakpoints/19548
10281 * gdb.base/execl-update-breakpoints.c (some_function): New
10282 function.
10283 (main): Call it.
10284 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10285 Tighten expected GDB output.
10286
10287 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * Makefile.in (ALL_SUBDIRS): Remove.
10290 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10291 (distclean maintainer-clean realclean): Likewise.
10292 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10293 * configure: Regenerate.
10294 * gdb.ada/Makefile.in: Delete.
10295 * gdb.arch/Makefile.in: Likewise.
10296 * gdb.asm/Makefile.in: Likewise.
10297 * gdb.base/Makefile.in: Likewise.
10298 * gdb.btrace/Makefile.in: Likewise.
10299 * gdb.cell/Makefile.in: Likewise.
10300 * gdb.compile/Makefile.in: Likewise.
10301 * gdb.cp/Makefile.in: Likewise.
10302 * gdb.disasm/Makefile.in: Likewise.
10303 * gdb.dlang/Makefile.in: Likewise.
10304 * gdb.dwarf2/Makefile.in: Likewise.
10305 * gdb.fortran/Makefile.in: Likewise.
10306 * gdb.gdb/Makefile.in: Likewise.
10307 * gdb.go/Makefile.in: Likewise.
10308 * gdb.guile/Makefile.in: Likewise.
10309 * gdb.java/Makefile.in: Likewise.
10310 * gdb.linespec/Makefile.in: Likewise.
10311 * gdb.mi/Makefile.in: Likewise.
10312 * gdb.modula2/Makefile.in: Likewise.
10313 * gdb.multi/Makefile.in: Likewise.
10314 * gdb.objc/Makefile.in: Likewise.
10315 * gdb.opencl/Makefile.in: Likewise.
10316 * gdb.opt/Makefile.in: Likewise.
10317 * gdb.pascal/Makefile.in: Likewise.
10318 * gdb.perf/Makefile.in: Likewise.
10319 * gdb.python/Makefile.in: Likewise.
10320 * gdb.reverse/Makefile.in: Likewise.
10321 * gdb.server/Makefile.in: Likewise.
10322 * gdb.stabs/Makefile.in: Likewise.
10323 * gdb.threads/Makefile.in: Likewise.
10324 * gdb.trace/Makefile.in: Likewise.
10325 * gdb.xml/Makefile.in: Likewise.
10326 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10327 GDB_PARALLEL.
10328 (standard_output_file): Remove check for GDB_PARALLEL, always
10329 return path in outputs/$subdir/$testname.
10330
10331 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10332
10333 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10334 (site.exp): Assign abs_srcdir to tcl's srcdir.
10335
10336 2016-02-04 Yao Qi <yao.qi@linaro.org>
10337
10338 * gdb.base/foll-exec-mode.c: Include limits.h.
10339 (main): Add parameters argc and argv. Get directory from
10340 argv[0].
10341 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10342 compilation.
10343 * gdb.base/foll-exec.c: Include limits.h.
10344 (main): Add parameters argc and argv.
10345 Get directory from argv[0].
10346 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10347 Adjust tests on the number of lines as source code changed.
10348 * gdb.base/foll-vfork-exit.c: Include limits.h.
10349 (main): Add one line of statement before vfork.
10350 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10351 (main): Add parameters argc and argv. Get directory from
10352 argv[0].
10353 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10354 (setup_gdb): Set tbreak to skip some source lines.
10355 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10356 (main): Add parameters argc and argv. Get directory from
10357 argv[0].
10358 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10359 compilation.
10360 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10361 (main): Add parameters argc and argv. Get directory from
10362 argv[0].
10363 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10364 compilation.
10365
10366 2016-02-01 Doug Evans <dje@google.com>
10367
10368 * gdb.base/skip.exp: Clean up multiple references to same test name.
10369
10370 2016-02-01 Pedro Alves <palves@redhat.com>
10371
10372 PR remote/19496
10373 * gdb.threads/forking-threads-plus-breakpoint.exp
10374 (displaced_stepping_supported): New global.
10375 (probe_displaced_stepping_support): New procedure.
10376 (do_test): Add 'displaced' parameter, and use it.
10377 (top level): Check for displaced stepping support. Add displaced
10378 stepping on/off testing axis.
10379
10380 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10381
10382 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10383 pointer. Don't perform further tests on the unassociated pointer
10384 if the first test fails.
10385
10386 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10387
10388 * gdb.base/max-value-size.c: New file.
10389 * gdb.base/max-value-size.exp: New file.
10390 * gdb.base/huge.exp: Disable max-value-size for this test.
10391
10392 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10393
10394 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10395
10396 2016-01-28 Yao Qi <yao.qi@linaro.org>
10397
10398 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10399
10400 2016-01-25 Pedro Alves <palves@redhat.com>
10401
10402 PR threads/19461
10403 * gdb.base/fork-running-state.c: New file.
10404 * gdb.base/fork-running-state.exp: New file.
10405
10406 2016-01-25 Pedro Alves <palves@redhat.com>
10407
10408 PR gdb/19494
10409 * gdb.base/catch-fork-kill.c: New file.
10410 * gdb.base/catch-fork-kill.exp: New file.
10411
10412 2016-01-25 Pedro Alves <palves@redhat.com>
10413
10414 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10415 Delete, moved to lib/gdb.exp.
10416 * gdb.threads/forking-threads-plus-breakpoint.exp
10417 (foreach_with_prefix): Likewise.
10418 * gdb.threads/process-dies-while-handling-bp.exp
10419 (foreach_with_prefix): Likewise.
10420 * lib/gdb.exp (foreach_with_prefix): New procedure.
10421
10422 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10423
10424 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10425 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10426
10427 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10428
10429 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10430 endian targets.
10431
10432 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10433 Pedro Alves <palves@redhat.com>
10434
10435 Fix testsuite compatibility with Guile.
10436 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10437 number.
10438
10439 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 Fix testsuite compatibility with Guile.
10442 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10443 (thread 1): New test for backtrace through signal handler.
10444
10445 2016-01-22 Yao Qi <yao.qi@linaro.org>
10446
10447 PR testsuite/19491
10448 * gdb.base/multi-forks.c: Include
10449 ../lib/unbuffer_output.c
10450 (main): Call gdb_unbuffer_output.
10451
10452 2016-01-21 Doug Evans <dje@google.com>
10453
10454 * lib/ada.exp (gdb_compile_ada): Fix typo.
10455
10456 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10457
10458 * gdb.base/break-fun-addr.exp: New file.
10459 * gdb.base/break-fun-addr1.c: New file.
10460 * gdb.base/break-fun-addr2.c: New file.
10461
10462 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10463
10464 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10465 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10466 enum flag values.
10467
10468 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10469
10470 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10471 when GDB can not set the vector return value. Add more comments
10472 for clarification.
10473
10474 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10475
10476 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10477 command.
10478
10479 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10480
10481 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10482
10483 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10484
10485 * Makefile.in (check-single): Pass --status to runtest.
10486 (check/%.exp): Likewise.
10487
10488 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10489
10490 * Makefile.in (check-parallel): Propagate return code from make
10491 do-check-parallel.
10492
10493 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10494
10495 * gdb.trace/ftrace.exp: Fix expected message on continue.
10496 * gdb.trace/pending.exp: Fix expected message on continue.
10497 * gdb.trace/trace-break.exp: Fix expected message on continue.
10498
10499 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10500
10501 * lib/gdb.exp (gdb_test): Remove unused global references.
10502
10503 2016-01-18 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.base/async-shell.exp: Adjust expected output.
10506 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10507 * gdb.base/siginfo-thread.exp: Adjust expected output.
10508 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10509 * gdb.java/jnpe.exp: Adjust expected output.
10510 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10511 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10512 * gdb.threads/leader-exit.exp: Adjust expected output.
10513 * gdb.threads/manythreads.exp: Adjust expected output.
10514 * gdb.threads/pthreads.exp: Adjust expected output.
10515 * gdb.threads/schedlock.exp: Adjust expected output.
10516 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10517 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10518 expected output.
10519 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10520 output.
10521 * gdb.threads/sigthread.exp: Adjust expected output.
10522 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10523
10524 2016-01-18 Yao Qi <yao.qi@linaro.org>
10525
10526 * gdb.guile/scm-section-script.c: Replace @progbits with
10527 %progbits.
10528 * gdb.python/py-section-script.c: Likewise.
10529
10530 2016-01-15 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.multi/tids.exp: Test star wildcard ranges.
10533
10534 2016-01-15 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10537 command from "thread apply" invocation.
10538 (thr_apply_info_thr_invalid): Default the expected output to the
10539 input tid list.
10540 (top level): Add tests that use convenience variables. Add tests
10541 for "thread apply" with a valid TID list, but missing the command.
10542
10543 2016-01-13 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.base/default.exp: Expect $_gthread as well.
10546 * gdb.multi/tids.exp: Test $_gthread.
10547 * gdb.threads/thread-specific.exp: Test $_gthread.
10548
10549 2016-01-13 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.multi/tids.exp: Test "info threads -gid".
10552
10553 2016-01-13 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10556 Breakpoint.thread.
10557 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10558
10559 2016-01-07 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/break.exp: Adjust to output changes.
10562 * gdb.base/hbreak2.exp: Likewise.
10563 * gdb.base/sepdebug.exp: Likewise.
10564 * gdb.base/watch_thread_num.exp: Likewise.
10565 * gdb.linespec/keywords.exp: Likewise.
10566 * gdb.multi/info-threads.exp: Likewise.
10567 * gdb.threads/thread-find.exp: Likewise.
10568 * gdb.multi/tids.c: New file.
10569 * gdb.multi/tids.exp: New file.
10570
10571 2016-01-13 Pedro Alves <palves@redhat.com>
10572
10573 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10574
10575 2016-01-13 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/default.exp: Expect $_inferior as well.
10578 * gdb.multi/base.exp: Test $_inferior.
10579
10580 2016-01-13 Pedro Alves <palves@redhat.com>
10581
10582 PR breakpoints/19388
10583 * gdb.base/catch-signal-siginfo-cond.c: New file.
10584 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10585
10586 2016-01-12 Josh Stone <jistone@redhat.com>
10587 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10588
10589 * gdb.base/catch-syscall.c (do_execve): New variable.
10590 (main): Conditionally trigger an execve.
10591 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10592 (test_catch_syscall_execve): New, check entry/return across execve.
10593 (do_syscall_tests): Call test_catch_syscall_execve.
10594
10595 2016-01-12 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/random-signal.exp (do_test): New procedure, with body
10598 of testcase moved in.
10599
10600 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10601 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.base/funcargs.exp (finish from indirectly called function):
10604 Reintroduce the case for 'First'.
10605
10606 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10607 Pedro Alves <palves@redhat.com>
10608
10609 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10610 (tcatch_vfork_then_child_follow_exec)
10611 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10612 identification.
10613
10614 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10617 and repeats to unlimited.
10618 * gdb.python/py-value.exp: Likewise.
10619 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10620 and repeats to unlimited.
10621
10622 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10623
10624 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10625 and reordering the functions.
10626 * gdb.multi/hangout.c: Likewise.
10627 * gdb.multi/hello.c: Likewise.
10628
10629 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10630
10631 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10632 absolute.
10633 (SingleStatisticTestResult.report): Use dict.keys instead of
10634 dict.iterkeys.
10635
10636 2016-01-06 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10639
10640 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10641
10642 * gdb.btrace/dlopen.exp: New.
10643 * gdb.btrace/dlopen.c: New.
10644 * gdb.btrace/dlopen-dso.c: New.
10645
10646 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10647
10648 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10649 PATTERN argument is optional.
10650
10651 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10652
10653 * lib/ada.exp (target_compile_ada_from_dir): New function.
10654 (gdb_compile_ada): Reimplement avoiding the use of project files.
10655 * gdb.ada/gnat_ada.gpr: Delete.
10656 * gdb.ada/cond_lang.exp: Adjust test to make path before
10657 filename optional.
10658 * gdb.ada/small_reg_param.exp: Likewise.
10659
10660 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10661
10662 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10663
10664 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10665
10666 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10667 case.
10668
10669 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10670
10671 * gdb.base/break.exp: Remove dead code.
10672 * gdb.base/sepdebug.exp: Likewise.
10673
10674 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10675
10676 * gdb.asm/asm-source.exp: Remove HP-UX references.
10677 * gdb.base/annota1.exp: Likewise.
10678 * gdb.base/annota3.exp: Likewise.
10679 * gdb.base/attach.exp: Likewise.
10680 * gdb.base/bigcore.exp: Likewise.
10681 * gdb.base/break.exp: Likewise.
10682 * gdb.base/call-ar-st.exp: Likewise.
10683 * gdb.base/callfuncs.exp: Likewise.
10684 * gdb.base/catch-fork-static.exp: Likewise.
10685 * gdb.base/display.exp: Likewise.
10686 * gdb.base/foll-exec-mode.exp: Likewise.
10687 * gdb.base/foll-exec.exp: Likewise.
10688 * gdb.base/foll-fork.exp: Likewise.
10689 * gdb.base/foll-vfork.exp: Likewise.
10690 * gdb.base/funcargs.exp: Likewise.
10691 * gdb.base/hbreak2.exp: Likewise.
10692 * gdb.base/inferior-died.exp: Likewise.
10693 * gdb.base/interrupt.exp: Likewise.
10694 * gdb.base/multi-forks.exp: Likewise.
10695 * gdb.base/nodebug.exp: Likewise.
10696 * gdb.base/sepdebug.exp: Likewise.
10697 * gdb.base/solib1.c: Likewise.
10698 * gdb.base/step-test.exp: Likewise.
10699 * gdb.mi/non-stop.c: Likewise.
10700 * gdb.mi/pthreads.c: Likewise.
10701 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10702 * gdb.threads/pthreads.c: Likewise.
10703 * gdb.threads/staticthreads.exp: Likewise.
10704 * lib/future.exp: Likewise.
10705 * lib/gdb.exp: Likewise.
10706 * gdb.base/so-indr-cl.c: Remove.
10707 * gdb.base/so-indr-cl.exp: Likewise.
10708 * gdb.base/solib.c: Likewise.
10709 * gdb.base/solib.exp: Likewise.
10710 * gdb.base/solib2.c: Likewise.
10711
10712 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10713
10714 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10715 * gdb.base/call-ar-st.exp: Likewise.
10716 * gdb.base/callfuncs.exp: Likewise.
10717 * gdb.base/condbreak.exp: Likewise.
10718 * gdb.base/constvars.exp: Likewise.
10719 * gdb.base/hbreak2.exp: Likewise.
10720 * gdb.base/langs.exp: Likewise.
10721 * gdb.base/list.exp: Likewise.
10722 * gdb.base/long_long.exp: Likewise.
10723 * gdb.base/ptype.exp: Likewise.
10724 * gdb.base/scope.exp: Likewise.
10725 * gdb.base/signals.exp: Likewise.
10726 * gdb.base/so-impl-ld.exp: Likewise.
10727 * gdb.base/varargs.exp: Likewise.
10728 * gdb.base/volatile.exp: Likewise.
10729 * gdb.base/whatis.exp: Likewise.
10730 * gdb.cp/cplusfuncs.exp: Likewise.
10731 * gdb.cp/inherit.exp: Likewise.
10732 * gdb.cp/local.exp: Likewise.
10733 * gdb.cp/member-ptr.exp: Likewise.
10734 * gdb.cp/method.exp: Likewise.
10735 * gdb.cp/overload.exp: Likewise.
10736 * gdb.cp/templates.exp: Likewise.
10737 * gdb.stabs/weird.exp: Likewise.
10738 * lib/compiler.c: Likewise.
10739 * lib/compiler.cc: Likewise.
10740 * lib/cp-support.exp: Likewise.
10741 * lib/gdb.exp: Likewise.
10742
10743 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10744
10745 * configure.ac: Remove HP-UX case.
10746 * configure: Regenerate.
10747
10748 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * lib/gdb.exp (gdb_compile): Add function doc.
10751
10752 2015-12-17 Pedro Alves <palves@redhat.com>
10753
10754 PR threads/19354
10755 * gdb.multi/info-threads.exp: New file.
10756
10757 2015-12-15 Yao Qi <yao.qi@linaro.org>
10758
10759 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10760 is aarch64*-*-*.
10761
10762 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10763
10764 * gdb.base/history-duplicates.exp: Skip if no readline support.
10765
10766 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10767
10768 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10769
10770 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10771
10772 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10773
10774 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10775
10776 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10777 ctrl-C if nointerrupts target property is set.
10778 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10779 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10780 * gdb.base/paginate-bg-execution.exp: Likewise.
10781 * gdb.base/paginate-execution-startup.exp: Likewise.
10782 * gdb.base/random-signal.exp: Likewise.
10783 * gdb.base/range-stepping.exp: Likewise.
10784 * gdb.cp/annota2.exp: Likewise.
10785 * gdb.cp/annota3.exp: Likewise.
10786 * gdb.gdb/selftest.exp: Likewise.
10787 * gdb.threads/continue-pending-status.exp: Likewise.
10788 * gdb.threads/leader-exit.exp: Likewise.
10789 * gdb.threads/manythreads.exp: Likewise.
10790 * gdb.threads/pthreads.exp: Likewise.
10791 * gdb.threads/schedlock.exp: Likewise.
10792 * gdb.threads/sigthread.exp: Likewise.
10793
10794 2015-12-11 Don Breazeal <donb@codesourcery.com>
10795
10796 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10797 remote.
10798 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10799 * gdb.base/foll-exec.exp (main): Enable for target remote.
10800 * gdb.base/foll-fork.exp (main): Likewise.
10801 * gdb.base/foll-vfork.exp (main): Likewise.
10802 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10803 (proc continue_to_exit_bp_loc): Use clean_restart.
10804 * gdb.base/pie-execl.exp (main): Disable for target remote.
10805 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10806 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10807 * gdb.threads/execl.exp (main): Likewise.
10808 * gdb.threads/fork-child-threads.exp (main): Likewise.
10809 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10810 remote.
10811 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10812 remote.
10813 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10814 pid.tid style ptids, instead of just tid.
10815 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10816 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10817 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10818 ptids, instead of just tid.
10819
10820 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10821
10822 * gdb.base/list.exp (test_list_forward): Add end of file error
10823 test.
10824 (test_repeat_list_command): Add end of file error test.
10825 (test_list_backwards): Add beginning of file error test.
10826
10827 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10828
10829 * gdb.base/list.exp (test_list_invalid_args): New function,
10830 defined, and called.
10831
10832 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10833
10834 * gdb.base/list.exp (test_list): Make test names unique.
10835
10836 2015-12-11 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.base/coremaker2.c: Remove.
10839
10840 2015-12-10 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.multi/base.exp: Remove stale "spaces" references.
10843
10844 2015-12-10 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.multi/base.exp: Don't use nowarnings.
10847 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10848 * gdb.multi/hangout.c: Include stdio.h.
10849 * gdb.multi/hello.c: Include stdlib.h.
10850 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10851 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10852 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10853
10854 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10855
10856 * gdb.dwarf2/dw2-ranges-base.c: New file.
10857 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10858 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10859 support additional line table, and debug ranges generation.
10860 (Dwarf::ranges): New function, generate .debug_ranges.
10861 (Dwarf::lines): Support generating simple line table programs.
10862 (Dwarf::assemble): Initialise new namespace variables.
10863
10864 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10865
10866 * gdb.base/async.exp (proc test_background): Add case for
10867 asynchronous execution not supported.
10868
10869 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10870
10871 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10872 format and change test names to make them unique.
10873
10874 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10875 Pedro Alves <pedro@redhat.com>
10876
10877 PR gdb/18702
10878 Add checking of floatformats setup on x86_64 hosts.
10879 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10880 (smallval, bigval): New labels/constants.
10881 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10882 float" after loading bigval and smallval.
10883
10884 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10885
10886 * gdb.ada/fun_overload_menu.exp: New testcase.
10887 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10888
10889 2015-12-04 Josh Stone <jistone@redhat.com>
10890
10891 * gdb.base/catch-fork-static.exp: New.
10892
10893 2015-12-03 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.base/sizeof.c: Don't include stdio.h and
10896 ../lib/unbuffer_output.c.
10897 (main): New variable 'size' and 'value'. Remove printf and
10898 gdb_unbuffer_output. Assign return value to size and value.
10899 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10900 at the beginning.
10901 (check_sizeof): Check the result by printing variable 'size'.
10902 (check_valueof): Check the result by printing variable 'value'.
10903
10904 2015-12-01 Yao Qi <yao.qi@linaro.org>
10905
10906 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10907 for aarch64*-*-linux* target.
10908
10909 2015-11-30 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10912
10913 2015-11-30 Pedro Alves <palves@redhat.com>
10914
10915 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10916 Handle non-stop mode vCont replies.
10917
10918 2015-11-30 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10921 prepare_for_testing. Start gdb with "set non-stop on" appended to
10922 GDBFLAGS. Lax expected stop output.
10923
10924 2015-11-27 Yao Qi <yao.qi@linaro.org>
10925
10926 * gdb.arch/arm-neon.exp: New.
10927 * gdb.arch/arm-neon.c: New.
10928
10929 2015-11-27 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10932
10933 2015-11-27 Yao Qi <yao.qi@linaro.org>
10934
10935 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10936 frames-invalid annotation.
10937
10938 2015-11-27 Yao Qi <yao.qi@linaro.org>
10939
10940 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10941
10942 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10943
10944 * gdb.threads/names.exp: New file.
10945 * gdb.threads/names.c: New file.
10946 * README: Mention gdb,no_thread_names.
10947
10948 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10949
10950 PR 19297
10951 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10952 support" error.
10953
10954 2015-11-24 Pedro Alves <palves@redhat.com>
10955
10956 PR 17539
10957 * gdb.base/display.exp: Expect displays to be sorted in ascending
10958 order. Use multi_line.
10959 * gdb.base/solib-display.exp: Likewise.
10960
10961 2015-11-24 Pedro Alves <palves@redhat.com>
10962
10963 PR 17539
10964 * gdb.base/display.exp: Expect displays to be sorted in ascending
10965 order. Use multi_line.
10966 * gdb.base/solib-display.exp: Likewise.
10967
10968 2015-11-24 Pedro Alves <palves@redhat.com>
10969
10970 PR 17539
10971 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10972 threads in ascending order.
10973 * gdb.base/foll-fork.exp: Likewise.
10974 * gdb.base/foll-vfork.exp: Likewise.
10975 * gdb.base/multi-forks.exp: Likewise.
10976 * gdb.mi/mi-nonstop.exp: Likewise.
10977 * gdb.mi/mi-nsintrall.exp: Likewise.
10978 * gdb.multi/base.exp: Likewise.
10979 * gdb.multi/multi-arch.exp: Likewise.
10980 * gdb.python/py-inferior.exp: Likewise.
10981 * gdb.threads/break-while-running.exp: Likewise.
10982 * gdb.threads/execl.exp: Likewise.
10983 * gdb.threads/gcore-thread.exp: Likewise.
10984 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10985 * gdb.threads/kill.exp: Likewise.
10986 * gdb.threads/linux-dp.exp: Likewise.
10987 * gdb.threads/multiple-step-overs.exp: Likewise.
10988 * gdb.threads/next-bp-other-thread.exp: Likewise.
10989 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10990 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10991 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10992 * gdb.threads/thread-find.exp: Likewise.
10993 * gdb.threads/tls.exp: Likewise.
10994 * lib/mi-support.exp (mi_reverse_list): Delete.
10995 (mi_check_thread_states): No longer reverse list.
10996
10997 2015-11-24 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11000 use lowercase.
11001
11002 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11003
11004 * gdb.trace/actions.c: Include trace-common.h.
11005 (main): Add a location for a fast tracepoint.
11006 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11007 the normal tracepoints.
11008 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11009
11010 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * save-trace.exp: Factor out code to these...
11013 (gdb_save_tracepoints): New.
11014 (gdb_load_tracepoints): New.
11015 (do_save_load_test): New.
11016
11017 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11018
11019 * gdb.base/asmlabel.exp: New test.
11020 * gdb.base/asmlabel.c: New test case.
11021
11022 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11023
11024 * gdb.base/wrong_frame_bt_full-main.c: New file.
11025 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11026 * gdb.base/wrong_frame_bt_full.exp: New file.
11027
11028 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11029
11030 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11031
11032 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11033
11034 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11035 pstate register when comparing registers values in
11036 sparc64-*-linux-gnu targets to avoid spurious differences.
11037
11038 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11039
11040 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11041
11042 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11043
11044 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11045 as type argument to gdb_compile.
11046 * gdb.base/nested-subp2.exp: Likewise.
11047 * gdb.base/nested-subp3.exp: Likewise.
11048
11049 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11050
11051 * lib/dwarf.exp (_note): Fix left shift of negative value.
11052 * gdb.trace/trace-condition.exp: Likewise.
11053
11054 2015-11-13 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11057 comments about d10v.
11058 (test_scalar_returns): Likewise.
11059 * gdb.base/d10v.ld: Remove.
11060 * gdb.base/overlays.exp: Remove the target triplet checking for
11061 d10v-*-*.
11062 * gdb.base/structs.exp (test_struct_returns): Remove the
11063 comments about d10v.
11064 (test_struct_calls): Likewise.
11065
11066 2015-11-13 Yao Qi <yao.qi@linaro.org>
11067
11068 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11069 * gdb.base/gnu_vector.c: Don't include stdio.h.
11070 (main): Don't print res and call add_some_intvecs.
11071
11072 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11073
11074 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11075 macro.
11076 (func5): Removed.
11077 (func4): Use FAST_TRACEPOINT_LABEL.
11078 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11079 macro.
11080 (func): Removed.
11081 (thread_function): Use FAST_TRACEPOINT_LABEL.
11082 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11083 (func): Remove.
11084 (marker): Use FAST_TRACEPOINT_LABEL.
11085 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11086 (pendfunc1): Remove.
11087 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11088 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11089 (foo): Remove.
11090 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11091 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11092 macro.
11093 (func): Remove.
11094 (marker): Use FAST_TRACEPOINT_LABEL.
11095 * gdb.trace/trace-common.h: New header.
11096 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11097 macro.
11098 (func): Remove.
11099 (marker): Use FAST_TRACEPOINT_LABEL.
11100 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11101 (func): Remove.
11102 (thread_function): Use FAST_TRACEPOINT_LABEL.
11103
11104 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11105
11106 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11107 in front.
11108 * gdb.trace/change-loc.exp: Use global pcreg definition.
11109 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11110 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11111 in front.
11112 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11113 * gdb.trace/pending.exp: Likewise.
11114 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11115 * gdb.trace/trace-break.exp: Likewise.
11116 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11117 in front.
11118 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11119 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11120 in front.
11121 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11122
11123 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11124
11125 * gdb.ada/fin_fun_out: New testcase.
11126
11127 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11128
11129 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11130 value associated with DW_AT_byte_size.
11131 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11132 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11133 DW_AT_upper_bound.
11134
11135 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11136
11137 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11138 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11139 version.
11140 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11141 gdb.dwarf2/dw2-canonicalize-type.exp,
11142 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11143 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11144 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11145 provided by gdb_target_symbol_prefix_flags_asm.
11146 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11147 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11148 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11149 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11150 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11151 macros where needed). Use this macro for symbols which require
11152 the prefix provided by SYMBOL_PREFIX.
11153
11154 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11155
11156 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11157 New procs.
11158 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11159 representing expressions, of more than one list element.
11160 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11161 to prepend linker symbol prefix to f.
11162 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11163 table_1 and table_2.
11164 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11165 Likewise, for f and g.
11166 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11167 for ptr.
11168 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11169 for main.
11170 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11171 table_1_ptr and table_2_ptr.
11172
11173 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11174 Joel Brobecker <brobecker@adacore.com>
11175
11176 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11177
11178 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11179
11180 * gdb.reverse/s390-mvcle.c: New test.
11181 * gdb.reverse/s390-mvcle.exp: New file.
11182 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11183
11184 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11185
11186 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11187
11188 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11189
11190 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11191 reaching marker2.
11192 * gdb.reverse/getresuid-reverse.exp: Likewise.
11193 * gdb.reverse/pipe-reverse.exp: Likewise.
11194 * gdb.reverse/readv-reverse.exp: Likewise.
11195 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11196 * gdb.reverse/time-reverse.exp: Likewise.
11197 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11198
11199 2015-10-30 Yao Qi <yao.qi@linaro.org>
11200
11201 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11202 (empty_cycle): Remove.
11203 (main): Don't call empty_cycle. Don't use watch_count_done.
11204 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11205 empty_cycle. Rewrite the code counting HW watchpoints.
11206
11207 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11208
11209 * gdb.reverse/fstatat-reverse.c: New test.
11210 * gdb.reverse/fstatat-reverse.exp: New file.
11211 * gdb.reverse/getresuid-reverse.c: New test.
11212 * gdb.reverse/getresuid-reverse.exp: New file.
11213 * gdb.reverse/pipe-reverse.c: New test.
11214 * gdb.reverse/pipe-reverse.exp: New file.
11215 * gdb.reverse/readv-reverse.c: New test.
11216 * gdb.reverse/readv-reverse.exp: New file.
11217 * gdb.reverse/recvmsg-reverse.c: New test.
11218 * gdb.reverse/recvmsg-reverse.exp: New file.
11219 * gdb.reverse/time-reverse.c: New test.
11220 * gdb.reverse/time-reverse.exp: New file.
11221 * gdb.reverse/waitpid-reverse.c: New test.
11222 * gdb.reverse/waitpid-reverse.exp: New file.
11223
11224 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11227
11228 2015-10-26 Doug Evans <dje@google.com>
11229
11230 PR symtab/17391
11231 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11232 * gdb.dwarf2/bad-regnum.c: New file.
11233 * gdb.dwarf2/bad-regnum.exp: New file.
11234
11235 2015-10-26 Doug Evans <dje@google.com>
11236
11237 PR python/18938
11238 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11239 file.
11240
11241 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11244 for a change by "Mention language in compile error message".
11245
11246 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11247
11248 PR python/18073
11249 * gdb.python/py-type.c (C::a_method): New.
11250 (C::a_const_method): New.
11251 (C::a_static_method): New.
11252 (a_function): New.
11253 * gdb.python/py-type.exp (test_fields): Test getting fields
11254 from function and method.
11255
11256 2015-10-21 Keven Boell <keven.boell@intel.com>
11257
11258 * gdb.fortran/vla-alloc-assoc.exp: New file.
11259 * gdb.fortran/vla-datatypes.exp: New file.
11260 * gdb.fortran/vla-datatypes.f90: New file.
11261 * gdb.fortran/vla-history.exp: New file.
11262 * gdb.fortran/vla-ptype-sub.exp: New file.
11263 * gdb.fortran/vla-ptype.exp: New file.
11264 * gdb.fortran/vla-sizeof.exp: New file.
11265 * gdb.fortran/vla-sub.f90: New file.
11266 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11267 * gdb.fortran/vla-value-sub-finish.exp: New file.
11268 * gdb.fortran/vla-value-sub.exp: New file.
11269 * gdb.fortran/vla-value.exp: New file.
11270 * gdb.fortran/vla-ptr-info.exp: New file.
11271 * gdb.mi/mi-vla-fortran.exp: New file.
11272 * gdb.mi/vla.f90: New file.
11273
11274 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11275
11276 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11277 of hardwired timeout value.
11278
11279 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11280 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11283 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11284
11285 2015-10-19 Josh Stone <jistone@redhat.com>
11286
11287 * gdb.base/catch-syscall.c: Include <sched.h>.
11288 (unknown_syscall): New variable.
11289 (main): Trigger a vfork and an unknown syscall.
11290 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11291 (unknown_syscall_number): Likewise.
11292 (check_call_to_syscall): Accept an optional syscall pattern.
11293 (check_return_from_syscall): Likewise.
11294 (check_continue): Likewise.
11295 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11296 (test_catch_syscall_skipping_return): New test toggling off 'catch
11297 syscall' to step over the syscall return, then toggling back on.
11298 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11299 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11300 (do_syscall_tests): Call test_catch_syscall_without_args and
11301 test_catch_syscall_mid_vfork.
11302 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11303 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11304
11305 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11306
11307 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11308 print g_vE): Add new pass patterns.
11309 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11310 print various symbol names for vptr fields.
11311
11312 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11313
11314 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11315 results.
11316
11317 2015-10-12 Yao Qi <yao.qi@linaro.org>
11318
11319 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11320
11321 2015-10-12 Yao Qi <yao.qi@linaro.org>
11322
11323 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11324 is aarch64*-*-linux*.
11325
11326 2015-10-12 Yao Qi <yao.qi@linaro.org>
11327
11328 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11329 (can_relocate_bcond_true): ... it.
11330 (can_relocate_bcond_false): New function.
11331 (foo): Likewise.
11332 (can_relocate_bl): Likewise.
11333 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11334 can_relocate_bl.
11335
11336 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11337
11338 * gdb.base/nested-addr.c: New file.
11339 * gdb.base/nested-addr.exp: New testcase.
11340
11341 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11342
11343 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11344 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11345 its output. Ignore the output of "record goto begin" and instead
11346 check that GDB is replaying.
11347
11348 2015-10-09 Pedro Alves <palves@redhat.com>
11349
11350 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11351 (top level): Use it in the run with no args test.
11352
11353 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11354
11355 * gdb.dlang/properties.exp: New file.
11356
11357 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11358
11359 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11360 whether or not address 0x1000 is mapped on the target.
11361
11362 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11363
11364 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11365 build.
11366
11367 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11368
11369 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11370 instruction-history test.
11371
11372 2015-09-28 Doug Evans <dje@google.com>
11373
11374 * gdb.base/gcore.c (array_func): Add reference to static_array.
11375
11376 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11377
11378 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11379 source line.
11380
11381 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11382
11383 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11384 short or char as base type.
11385
11386 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11387
11388 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11389 to allow any size enum.
11390
11391 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11392
11393 * gdb.ada/array_ptr_renaming.exp: New testcase.
11394 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11395 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11396
11397 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11398
11399 * gdb.trace/ftrace-lock.c: New file.
11400 * gdb.trace/ftrace-lock.exp: New file.
11401
11402 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11403
11404 * gdb.arch/insn-reloc.c: New file.
11405 * gdb.arch/ftrace-insn-reloc.exp: New file.
11406
11407 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11408
11409 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11410 instruction.
11411 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11412 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11413 * gdb.trace/range-stepping.c: Likewise.
11414 * gdb.trace/trace-break.c: Likewise.
11415 * gdb.trace/trace-mt.c (thread_function): Likewise.
11416 * gdb.trace/ftrace.c (marker): Likewise.
11417 * gdb.trace/trace-condition.c (marker): Likewise.
11418 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11419 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11420 is_aarch64_target.
11421
11422 2015-09-18 Doug Evans <xdje42@gmail.com>
11423
11424 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11425 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11426
11427 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11428
11429 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11430 the breakpoint.
11431
11432 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11433
11434 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11435 the pending breakpoint. Remove timeout override for "Run till
11436 MI pending breakpoint on pendfunc3 on thread 2" test.
11437
11438 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11439
11440 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11441 filename pattern.
11442
11443 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11444
11445 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11446 in breakpoint filename pattern.
11447
11448 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11449
11450 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11451
11452 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11453
11454 * gdb.linespec/explicit.exp: Check for readline support for
11455 tab-completion tests. Fix obvious typo.
11456
11457 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11458
11459 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11460 and replay.
11461
11462 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11463
11464 * gdb.btrace/non-stop.c: New.
11465 * gdb.btrace/non-stop.exp: New.
11466
11467 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11468 Yao Qi <yao.qi@linaro.org>
11469
11470 * gdb.trace/trace-condition.c: New file.
11471 * gdb.trace/trace-condition.exp: New file.
11472
11473 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11474
11475 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11476 for testing bytecode compilation.
11477
11478 2015-09-16 Pedro Alves <palves@redhat.com>
11479 Sandra Loosemore <sandra@codesourcery.com>
11480
11481 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11482 (SECONDS): Redefine.
11483 (main): Call pthread_kill and alarm early.
11484 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11485 support.
11486 (test): If the target can't hardware step and doesn't support
11487 displaced stepping, increase the timeout.
11488
11489 2015-09-16 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11492 (enable_debug): New procedures.
11493 (test): Use them. Bail out if waiting for threads fails.
11494 (top level): Bail out if a test fails.
11495
11496 2015-09-16 Yao Qi <yao.qi@linaro.org>
11497
11498 * gdb.asm/asm-source.exp: Set asm-arch for
11499 aarch64*-*-* target.
11500 * gdb.asm/aarch64.inc: New file.
11501
11502 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11503
11504 * gdb.ada/array_of_variable_length.exp: New testcase.
11505 * gdb.ada/array_of_variable_length/foo.adb: New file.
11506 * gdb.ada/array_of_variable_length/pck.adb: New file.
11507 * gdb.ada/array_of_variable_length/pck.ads: New file.
11508
11509 2015-09-15 Doug Evans <dje@google.com>
11510
11511 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11512 of function static local variable.
11513
11514 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11515
11516 * gdb.threads/tls-so_extern.exp: New test file.
11517 * gdb.threads/tls-so_extern.c: New test file.
11518 * gdb.threads/tls-so_extern_main.c: New test file.
11519
11520 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11521
11522 * gdb.opt/solib-intra-step-lib.c: New file.
11523 * gdb.opt/solib-intra-step-main.c: New file.
11524 * gdb.opt/solib-intra-step.exp: New file.
11525
11526 2015-09-15 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11529 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11530
11531 2015-09-14 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/hook-stop-continue.c: Delete.
11534 * gdb.base/hook-stop-continue.exp: Delete.
11535 * gdb.base/hook-stop-frame.c: Delete.
11536 * gdb.base/hook-stop-frame.exp: Delete.
11537 * gdb.base/hook-stop.c: New file.
11538 * gdb.base/hook-stop.exp: New file.
11539
11540 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11541
11542 * gdb.ada/access_to_packed_array.exp: New testcase.
11543 * gdb.ada/access_to_packed_array/foo.adb: New file.
11544 * gdb.ada/access_to_packed_array/pack.adb: New file.
11545 * gdb.ada/access_to_packed_array/pack.ads: New file.
11546
11547 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11548
11549 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11550 buffer size test.
11551
11552 2015-09-11 Don Breazeal <donb@codesourcery.com>
11553
11554 * gdb.base/foll-exec.c: Add copyright header. Fix
11555 formatting issues.
11556 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11557 (do_exec_tests): Use clean_restart in place of zap_session,
11558 and for test initialization. Fix formatting issues. Use
11559 fail in place of perror.
11560 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11561 an expect statement to match an expression with output from
11562 the program under debug.
11563 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11564 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11565 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11566 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11567 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11568
11569 2015-09-09 Doug Evans <dje@google.com>
11570
11571 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11572
11573 2015-09-09 Doug Evans <dje@google.com>
11574
11575 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11576
11577 2015-09-09 Doug Evans <dje@google.com>
11578
11579 * gdb.base/savedregs.exp: Fix typo.
11580
11581 2015-09-09 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11584
11585 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11586
11587 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11588 command actually switches threads. Give up on remaining
11589 tests if target fails to stop at breakpoint.
11590
11591 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11592
11593 * gdb.ada/funcall_char.exp: New testcase.
11594 * gdb.ada/funcall_char/foo.adb: New file.
11595
11596 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11597
11598 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11599 expected outputs. Add two testcases for completing ambiguous
11600 functions.
11601 * gdb.ada/complete/aux_pck.adb: New file.
11602 * gdb.ada/complete/aux_pck.ads: New file.
11603 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11604 Ambiguous_Func functions.
11605 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11606 * gdb.ada/complete/pck.adb: Likewise.
11607
11608 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11609
11610 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11611 failures to run the test program under GDB.
11612
11613 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11614
11615 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11616 to C.
11617
11618 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11619
11620 * gdb.base/run-after-attach.exp: New test file.
11621 * gdb.base/run-after-attach.c: New test file.
11622
11623 2015-08-26 Don Breazeal <donb@codesourcery.com>
11624
11625 * gdb.base/foll-exec-2.c: New test program.
11626 * gdb.base/foll-exec-2.exp: New test.
11627
11628 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11629
11630 * gdb.base/nested-subp1.exp: New file.
11631 * gdb.base/nested-subp1.c: New file.
11632 * gdb.base/nested-subp2.exp: New file.
11633 * gdb.base/nested-subp2.c: New file.
11634 * gdb.base/nested-subp3.exp: New file.
11635 * gdb.base/nested-subp3.c: New file.
11636
11637 2015-08-24 Pedro Alves <palves@redhat.com>
11638
11639 * gdb.server/connect-without-multi-process.c: New file.
11640 * gdb.server/connect-without-multi-process.exp: New file.
11641
11642 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11643
11644 * gdb.opt/inline-markers.c: Make z int.
11645
11646 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11647
11648 * gdb.opt/inline-markers.c: Make z volatile.
11649
11650 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11651
11652 * gdb.opt/inline-bt.c: New volatile global z.
11653 * gdb.opt/inline-cmds.c: Likewise.
11654 * gdb.opt/inline-locals.c: Likewise.
11655 * gdb.opt/inline-markers.c: New extern global z.
11656 (marker): Use z.
11657 (inline_fn): Likewise.
11658
11659 2015-08-24 Pedro Alves <palves@redhat.com>
11660
11661 * config/m32r-stub.exp: Remove file.
11662 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11663 * gdb.base/call-rt-st.exp: Likewise.
11664 * gdb.base/call-strs.exp: Likewise.
11665 * gdb.base/default.exp: Remove references to h8300-*-hms and
11666 *-*-udi*.
11667 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11668
11669 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11670
11671 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11672 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11673 and "return" use KFAIL when GDB can not read/write the vector
11674 return value.
11675
11676 2015-08-21 Gary Benson <gbenson@redhat.com>
11677
11678 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11679
11680 2015-08-20 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.server/solib-list.exp: No longer expect an interior stop in
11683 non-stop mode.
11684
11685 2015-08-20 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.server/connect-stopped-target.c: New file.
11688 * gdb.server/connect-stopped-target.exp: New file.
11689
11690 2015-08-20 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.dwarf2/comp-unit-lang.exp: New file.
11693 * gdb.dwarf2/comp-unit-lang.c: New file.
11694
11695 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11696
11697 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11698 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11699
11700 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11701
11702 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11703 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11704
11705 2015-08-18 Doug Evans <dje@google.com>
11706 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11707
11708 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11709 skip_python_tests. New arg prompt_regexp.
11710 (skip_python_tests): New function.
11711 * lib/mi-support.exp (mi_skip_python_tests): New function.
11712 * gdb.python/py-mi-objfile-gdb.py: New file.
11713 * gdb.python/py-mi-objfile.c: New file.
11714 * gdb.python/py-mi-objfile.exp: New file.
11715
11716 2015-08-17 Keith Seitz <keiths@redhat.com>
11717
11718 * gdb.linespec/explicit.exp: Move strace test from here ...
11719 * gdb.trace/strace.exp: ... to here.
11720
11721 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11722
11723 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11724 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11725
11726 2015-08-14 Doug Evans <xdje42@gmail.com>
11727
11728 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11729 inferior before selecting a new file.
11730
11731 2015-08-14 Doug Evans <xdje42@gmail.com>
11732
11733 * gdb.mi/mi-disassemble.exp: Update.
11734 * gdb.base/disasm-optim.S: New file.
11735 * gdb.base/disasm-optim.c: New file.
11736 * gdb.base/disasm-optim.h: New file.
11737 * gdb.base/disasm-optim.exp: New file.
11738
11739 2015-08-14 Keith Seitz <keiths@redhat.com>
11740
11741 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11742 "evaluated-by".
11743
11744 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11745
11746 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11747
11748 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11749
11750 * gdb.ada/fun_renaming.exp: New testcase.
11751 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11752 * gdb.ada/fun_renaming/pack.adb: New file.
11753 * gdb.ada/fun_renaming/pack.ads: New file.
11754
11755 2015-08-12 Keith Seitz <keiths@redhat.com>
11756
11757 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11758 gdb_get_line_number.
11759
11760 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11761
11762 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11763 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11764 gdb.base/dso2dso.exp: New files.
11765
11766 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11767 Pedro Alves <palves@redhat.com>
11768 Keith Seitz <keiths@redhat.com>
11769
11770 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11771 GDBFLAGS.
11772
11773 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11774
11775 * gdb.base/gdbhistsize-history.exp
11776 (test_histsize_history_setting): Use save_vars.
11777 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11778 Use save_vars.
11779 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11780 * gdb.base/readline.exp: Use save_vars.
11781
11782 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11783
11784 * lib/gdb.exp (save_vars): New proc.
11785
11786 2015-08-11 Keith Seitz <keiths@redhat.com>
11787
11788 * gdb.base/help.exp: Update help_breakpoint_text.
11789
11790 2015-08-11 Keith Seitz <keiths@redhat.com>
11791
11792 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11793 (at toplevel): Call test_explicit_breakpoints.
11794 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11795 breakpoints.
11796 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11797 breakpoint conditions, "-cond".
11798
11799 2015-08-11 Keith Seitz <keiths@redhat.com>
11800
11801 * gdb.linespec/3explicit.c: New file.
11802 * gdb.linespec/cpexplicit.cc: New file.
11803 * gdb.linespec/cpexplicit.exp: New file.
11804 * gdb.linespec/explicit.c: New file.
11805 * gdb.linespec/explicit.exp: New file.
11806 * gdb.linespec/explicit2.c: New file.
11807 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11808 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11809 before using in the matching pattern.
11810 Clarify that `prefix' is a regular expression.
11811
11812 2015-08-11 Keith Seitz <keiths@redhat.com>
11813
11814 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11815 test.
11816 Add tests for missing ",FMT" and ",".
11817
11818 2015-08-10 Doug Evans <dje@google.com>
11819 Keith Seitz <keiths@redhat.com>
11820
11821 PR gdb/17960
11822 * gdb.base/completion.exp: Add location completer tests.
11823
11824 2015-08-07 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11827 tests here.
11828 (top level): Run do_test with and without displaced stepping.
11829
11830 2015-08-07 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.base/valgrind-disp-step.c: New file.
11833 * gdb.base/valgrind-disp-step.exp: New file.
11834
11835 2015-08-07 Pedro Alves <palves@redhat.com>
11836
11837 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11838 Delete function.
11839 (main): Add alarm. Run an infinite loop instead of calling
11840 wait_threads.
11841 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11842 comment.
11843 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11844 Delete function.
11845 (main): Add alarm. Run an infinite loop instead of calling
11846 wait_threads.
11847 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11848 comment.
11849
11850 2015-08-07 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.base/checkpoint-ns.exp: New file.
11853 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11854 standard_testfile.
11855
11856 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11857
11858 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11859 * gdb.btrace/instruction_history.exp: Update.
11860 * gdb.btrace/tsx.exp: New.
11861 * gdb.btrace/tsx.c: New.
11862
11863 2015-08-06 Pedro Alves <palves@redhat.com>
11864
11865 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11866 increase timeout.
11867 * gdb.reverse/until-precsave.exp: Bump timeouts.
11868
11869 2015-08-06 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11872
11873 2015-08-06 Pedro Alves <palves@redhat.com>
11874
11875 PR gdb/18749
11876 * gdb.threads/process-dies-while-handling-bp.c: New file.
11877 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11878
11879 2015-08-06 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11882 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11883
11884 2015-08-05 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11887 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11888
11889 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11890
11891 * gdb.base/bp-permanent.exp: Report test as unsupported if
11892 the target cannot stop at the permanent breakpoint.
11893
11894 2015-08-03 Doug Evans <dje@google.com>
11895
11896 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11897 10000.
11898
11899 2015-08-03 Doug Evans <dje@google.com>
11900
11901 * Makefile.in (workers/%.worker, build-perf): New rule.
11902 (GDB_PERFTEST_MODE): New variable.
11903 (check-perf): Use it.
11904 (clean): Clean up gdb.perf parallel build subdirs.
11905 * lib/build-piece.exp: New file.
11906 * lib/gdb.exp (make_gdb_parallel_path): New function
11907 (standard_output_file, standard_temp_file): Call it.
11908 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11909 of $GDB_PARALLEL.
11910 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11911
11912 2015-08-03 Doug Evans <dje@google.com>
11913
11914 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11915 (LOG_FILE_NAME): New global.
11916 (TextReporter.__init__): Initialize self.txt_sum.
11917 (TextReporter.report): Add support for multiple data-points.
11918 Move report to perftest.sum, put raw data in perftest.log.
11919 (TextReporter.start): Open sum and log files.
11920 (TextReporter.end): Close sum and log files.
11921 * gdb.perf/lib/perftest/testresult.py
11922 (SingleStatisticTestResult.record): Handle multiple data-points.
11923
11924 2015-07-31 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11927 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11928 kill_wait_spawned_process instead of explicit "kill -9".
11929 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11930 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11931 kill_wait_spawned_process.
11932 * gdb.base/attach-twice.exp: Likewise.
11933 * gdb.base/attach.exp: Likewise.
11934 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11935 gdb_test_multiple.
11936 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11937 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11938 kill_wait_spawned_process.
11939 * gdb.base/valgrind-infcall.exp: Likewise.
11940 * gdb.multi/multi-attach.exp: Likewise.
11941 * gdb.python/py-prompt.exp: Likewise.
11942 * gdb.python/py-sync-interp.exp: Likewise.
11943 * gdb.server/ext-attach.exp: Likewise.
11944 * gdb.threads/attach-into-signal.exp (corefunc): Use
11945 spawn_wait_for_attach, spawn_id_get_pid and
11946 kill_wait_spawned_process.
11947 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11948 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11949 spawn_id_get_pid and kill_wait_spawned_process.
11950 * gdb.threads/attach-stopped.exp (corefunc): Use
11951 spawn_wait_for_attach, spawn_id_get_pid and
11952 kill_wait_spawned_process.
11953 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11954 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11955 kill_wait_spawned_process instead of explicit "kill -9".
11956 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11957 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11958 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11959 processes. Don't map cygwin/windows pids here. Now returns a
11960 spawn id list.
11961
11962 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11963
11964 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11965 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11966 correct patch.
11967
11968 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11969
11970 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11971
11972 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11973
11974 Reapply:
11975 2014-05-21 Mark Wielaard <mjw@redhat.com>
11976
11977 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11978
11979 2015-07-30 Pedro Alves <palves@redhat.com>
11980
11981 * linux-low.c (handle_extended_wait): Set the child's last
11982 reported status to TARGET_WAITKIND_STOPPED.
11983
11984 2015-07-30 Pedro Alves <palves@redhat.com>
11985
11986 PR threads/18600
11987 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11988 only shows inferior 1.
11989
11990 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11991 Pedro Alves <palves@redhat.com>
11992
11993 PR threads/18600
11994 * gdb.threads/fork-plus-threads.c: New file.
11995 * gdb.threads/fork-plus-threads.exp: New file.
11996
11997 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11998
11999 * gdb.base/batch-preserve-term-settings.exp
12000 (test_terminal_settings_preserved_after_cli_exit): Use
12001 send_quit_command.
12002
12003 2015-07-29 Pedro Alves <palves@redhat.com>
12004 Don Breazeal <donb@codesourcery.com>
12005
12006 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12007 output from both inferior_spawn_id and gdb_spawn_id.
12008
12009 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12010
12011 * gdb.threads/attach-into-signal.exp (corefunc): Use
12012 with_test_prefix on nested loops, uniquefying the test messages.
12013
12014 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12015
12016 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12017 commit.
12018
12019 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12020
12021 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12022 New proc.
12023 (test_terminal_settings_preserved_after_sigterm): New test.
12024
12025 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12026
12027 * gdb.base/batch-preserve-term-settings.exp
12028 (test_terminal_settings_preserved_after_cli_exit): New test.
12029
12030 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12031
12032 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12033 manipulation of saved_gdbflags.
12034 (test_terminal_settings_preserved): Remove global declaration of
12035 the unused variable pagination_prompt. Remove manipulation of
12036 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12037 GDBFLAGS.
12038
12039 2015-07-29 Pedro Alves <palves@redhat.com>
12040
12041 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12042
12043 2015-07-29 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12046 at the top.
12047
12048 2015-07-29 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12051 (main): Call gdb_unbuffer_output.
12052 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12053 (main): Call gdb_unbuffer_output.
12054 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12055 (main): Call gdb_unbuffer_output.
12056 * gdb.base/call-strs.exp: Adjust to step over the
12057 gdb_unbuffer_output call.
12058 * gdb.base/catch-gdb-caused-signals.c: Include
12059 "../lib/unbuffer_output.c".
12060 (main): Call gdb_unbuffer_output.
12061 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12062 (main): Call gdb_unbuffer_output.
12063 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12064 (main): Call gdb_unbuffer_output.
12065 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12066 (main): Call gdb_unbuffer_output.
12067 * gdb.base/shlib-call.exp: Adjust to step over the
12068 gdb_unbuffer_output call.
12069 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12070 (main): Call gdb_unbuffer_output.
12071 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12072 (main): Call gdb_unbuffer_output.
12073 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12074 (main): Rename to ...
12075 (test): ... this.
12076 (main): Reimplement.
12077 * gdb.base/varargs.exp: Run to test instead of to main.
12078 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12079 (main): Call gdb_unbuffer_output.
12080
12081 2015-07-29 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12084 factore out from mi_continue_dprintf. For call-style dprintfs,
12085 expect dprintf output out of $inferior_spawn_id.
12086 (mi_continue_dprintf): Use mi_expect_dprintf.
12087 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12088 (main): Call gdb_unbuffer_output.
12089
12090 2015-07-29 Pedro Alves <palves@redhat.com>
12091
12092 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12093 (default_mi_gdb_start): Set inferior_spawn_id instead of
12094 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12095 gdb_spawn_id.
12096 (mi_gdb_test): Always expect inferior output from both
12097 $inferior_spawn_id and $gdb_spawn_id.
12098
12099 2015-07-29 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12102 send_inferior and $inferior_spawn_id.
12103
12104 2015-07-29 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.gdb/complaints.exp (test_initial_complaints)
12107 (test_serial_complaints, test_short_complaints): Use
12108 gdb_test_stdio.
12109 (test_empty_complaint): Handle $inferior_spawn_id !=
12110 $gdb_spawn_id.
12111
12112 2015-07-29 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/varargs.exp: Use gdb_test_stdio.
12115
12116 2015-07-29 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12119
12120 2015-07-29 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12123
12124 2015-07-29 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12127 parameter into two new parameters, "inf_result" and "gdb_result".
12128 Expect inferior output and gdb output from $inferior_spawn_id and
12129 $gdb_spawn_id, respectively. Adjust all callers.
12130
12131 2015-07-29 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12134 of gdb_test_sequence.
12135
12136 2015-07-29 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12139 (saw_spurious_output): Expect inferior output from
12140 $inferior_spawn_id. Use gdb_test_stdio.
12141
12142 2015-07-29 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/dprintf.exp: Use standard_testfile. Change
12145 prepare_for_testing call.
12146 (srcfile): Don't set.
12147 (restart): New procedure.
12148 (test_dprintf): New procecure, use to continue over dprintfs.
12149 (test_call, test_agent): New procedures, tests moved here.
12150 Restart gdb and recreate dprintfs. Adjust expected output.
12151
12152 2015-07-29 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12155
12156 2015-07-29 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12159
12160 2015-07-29 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12163 gdb_test_stdio.
12164
12165 2015-07-29 Pedro Alves <palves@redhat.com>
12166
12167 * lib/gdb.exp (gdb_test_stdio): New procedure.
12168
12169 2015-07-29 Pedro Alves <palves@redhat.com>
12170
12171 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12172
12173 2015-07-29 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.base/call-signal-resume.exp: Remove check for
12176 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12177 * gdb.base/unwindonsignal.exp: Likewise.
12178 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12179 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12180
12181 2015-07-29 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.base/siginfo-addr.c (pass): New function.
12184 (handler): Call it iff si_addr is correct.
12185 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12186 Set a breakpoint at "pass" and continue to it.
12187
12188 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12189
12190 * gdb.python/py-objfile.exp: Make some tests have unique names.
12191 * gdb.python/py-pp-registration.exp: Likewise.
12192
12193 2015-07-28 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12196
12197 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12200
12201 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12204
12205 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12206
12207 * gdb.base/gdb-sigterm-2.exp: New test.
12208
12209 2015-07-25 Doug Evans <xdje42@gmail.com>
12210
12211 Revert:
12212 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12213 (workers/%.worker, build-perf): New rule.
12214 (GDB_PERFTEST_MODE): New variable.
12215 (check-perf): Use it.
12216 (clean): Clean up gdb.perf parallel build subdirs.
12217 * lib/build-piece.exp: New file.
12218 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12219 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12220 name.
12221 (standard_temp_file): Ditto.
12222 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12223 of $GDB_PARALLEL.
12224
12225 2015-07-24 Doug Evans <dje@google.com>
12226
12227 * gdb.perf/lib/perftest/utils.py: New file.
12228 * gdb.perf/gm-hello.cc: New file.
12229 * gdb.perf/gm-pervasive-typedef.cc: New file.
12230 * gdb.perf/gm-pervasive-typedef.h: New file.
12231 * gdb.perf/gm-std.cc: New file.
12232 * gdb.perf/gm-std.h: New file.
12233 * gdb.perf/gm-use-cerr.cc: New file.
12234 * gdb.perf/gm-utils.h: New file.
12235 * gdb.perf/gmonster-null-lookup.py: New file.
12236 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12237 * gdb.perf/gmonster-print-cerr.py: New file.
12238 * gdb.perf/gmonster-ptype-string.py: New file.
12239 * gdb.perf/gmonster-runto-main.py: New file.
12240 * gdb.perf/gmonster-select-file.py: New file.
12241 * gdb.perf/gmonster1-null-lookup.exp: New file.
12242 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12243 * gdb.perf/gmonster1-print-cerr.exp: New file.
12244 * gdb.perf/gmonster1-ptype-string.exp: New file.
12245 * gdb.perf/gmonster1-runto-main.exp: New file.
12246 * gdb.perf/gmonster1-select-file.exp: New file.
12247 * gdb.perf/gmonster1.cc: New file.
12248 * gdb.perf/gmonster1.exp: New file.
12249 * gdb.perf/gmonster2-null-lookup.exp: New file.
12250 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12251 * gdb.perf/gmonster2-print-cerr.exp: New file.
12252 * gdb.perf/gmonster2-ptype-string.exp: New file.
12253 * gdb.perf/gmonster2-runto-main.exp: New file.
12254 * gdb.perf/gmonster2-select-file.exp: New file.
12255 * gdb.perf/gmonster2.cc: New file.
12256 * gdb.perf/gmonster2.exp: New file.
12257
12258 2015-07-24 Doug Evans <dje@google.com>
12259
12260 * gdb.perf/README: New file.
12261 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12262 * lib/gen-perf-test.exp: New file.
12263
12264 2015-07-24 Doug Evans <dje@google.com>
12265
12266 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12267 (PerfTest::startup): New function.
12268 (PerfTest::run): Return result of calling body.
12269 (PerfTest::assemble): Rewrite.
12270 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12271 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12272 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12273 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12274 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12275
12276 2015-07-24 Doug Evans <dje@google.com>
12277
12278 * lib/gdb.exp (clean_restart): Make executable optional.
12279
12280 2015-07-24 Doug Evans <dje@google.com>
12281
12282 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12283 compiler_info references.
12284 * gdb.cp/temargs.exp: Ditto.
12285 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12286 (get_compiler_info): Early exit if already computed. Set compiler_info
12287 to "unknown" if there was a problem.
12288 (test_compiler_info): Add function comment. Call get_compiler_info.
12289
12290 2015-07-24 Doug Evans <dje@google.com>
12291
12292 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12293 (workers/%.worker, build-perf): New rule.
12294 (GDB_PERFTEST_MODE): New variable.
12295 (check-perf): Use it.
12296 (clean): Clean up gdb.perf parallel build subdirs.
12297 * lib/build-piece.exp: New file.
12298 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12299 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12300 name.
12301 (standard_temp_file): Ditto.
12302 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12303 of $GDB_PARALLEL.
12304
12305 2015-07-24 Doug Evans <dje@google.com>
12306
12307 * lib/future.exp (gdb_default_target_compile): New option
12308 "early_flags".
12309 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12310 --as-needed.
12311
12312 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12313
12314 * gdb.base/catch-syscall.exp: Call gdb_exit before
12315 gdb_skip_xml_test.
12316
12317 2015-07-24 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.python/py-events.exp: Accept output between the stop event
12320 and the prompt.
12321 * gdb.python/py-evsignal.exp: Likewise.
12322 * gdb.python/py-evthreads.exp: Likewise.
12323
12324 2015-07-24 Pedro Alves <palves@redhat.com>
12325
12326 PR gdb/18717
12327 * gdb.threads/non-ldr-exit.c: New file.
12328 * gdb.threads/non-ldr-exit.exp: New file.
12329
12330 2015-07-24 Yao Qi <yao.qi@linaro.org>
12331
12332 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12333 restarting process.
12334
12335 2015-07-24 Yao Qi <yao.qi@linaro.org>
12336
12337 * gdb.server/ext-restart.exp: New file.
12338
12339 2015-07-24 Yao Qi <yao.qi@linaro.org>
12340
12341 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12342 argument options.
12343 * gdb.server/ext-wrapper.exp: New file.
12344
12345 2015-07-23 Doug Evans <dje@google.com>
12346
12347 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12348 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12349
12350 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12351
12352 * gdb.ada/var_arr_typedef.exp: New testcase.
12353 * gdb.ada/var_arr_typedef/pack.adb: New file.
12354 * gdb.ada/var_arr_typedef/pack.ads: New file.
12355 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12356
12357 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12358
12359 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12360
12361 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12362
12363 * gdb.arch/i386-biarch-core.exp: Replace istarget
12364 by "complete set gnutarget". Remove expectation for the "core-file"
12365 command.
12366
12367 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12368
12369 Revert the previous commit:
12370 Tests for validate symbol file using build-id.
12371
12372 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12373
12374 Tests for validate symbol file using build-id.
12375 * gdb.base/solib-mismatch-lib.c: New file.
12376 * gdb.base/solib-mismatch-libmod.c: New file.
12377 * gdb.base/solib-mismatch.c: New file.
12378 * gdb.base/solib-mismatch.exp: New file.
12379
12380 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12381
12382 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12383 nios2-*-linux*.
12384 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12385 * gdb.base/siginfo.exp: Likewise.
12386 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12387
12388 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12389
12390 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12391 Move it to ...
12392 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12393 ... here.
12394 * gdb.trace/range-stepping.exp: Check that the target supports
12395 range stepping.
12396
12397 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12398
12399 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12400
12401 2015-07-14 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.base/killed-outside.exp: New file.
12404 * gdb.base/killed-outside.c: New file.
12405
12406 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12407
12408 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12409 (n at main): New.
12410 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12411
12412 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12413
12414 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12415 infcall tests instead of setting up for KFAIL.
12416
12417 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12418
12419 * gdb.btrace/record_goto-step.exp: New.
12420
12421 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12422
12423 PR compile/18484
12424 * gdb.compile/compile.c (struct struct_type): Add volatile to
12425 selffield's type.
12426 * gdb.compile/compile.exp
12427 (compile code struct_object.selffield = &struct_object): Skip further
12428 struct_object tests if this one xfails.
12429
12430 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12431
12432 PR exp/18617
12433 * gdb.trace/ax.exp: Add test.
12434
12435 2015-07-07 Yao Qi <yao.qi@linaro.org>
12436
12437 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12438 instead of istarget "aarch64*-*-*".
12439 * gdb.arch/aarch64-fp.exp: Likewise.
12440 * gdb.base/float.exp: Likewise.
12441 * gdb.reverse/aarch64.exp: Likewise.
12442 * lib/gdb.exp (is_aarch64_target): New proc.
12443
12444 2015-07-07 Yao Qi <yao.qi@linaro.org>
12445
12446 * lib/gdb.exp (is_aarch32_target): New proc.
12447 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12448 instead of "istarget "arm*-*-*"".
12449 * gdb.arch/arm-disp-step.exp: Likewise.
12450 * gdb.arch/thumb-bx-pc.exp: Likewise.
12451 * gdb.arch/thumb-prologue.exp: Likewise.
12452 * gdb.arch/thumb-singlestep.exp: Likewise.
12453 * gdb.base/disp-step-syscall.exp: Likewise.
12454 * gdb.base/float.exp: Likewise.
12455
12456 2015-07-07 Yao Qi <yao.qi@linaro.org>
12457
12458 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12459 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12460
12461 2015-07-07 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12464 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12465 if it exists.
12466 * gdb.multi/multi-arch.exp: Likewise.
12467
12468 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12469
12470 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12471 print.
12472
12473 2015-07-07 Yao Qi <yao.qi@linaro.org>
12474
12475 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12476
12477 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12478
12479 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12480 '[' and ']' characters.
12481
12482 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12483
12484 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12485
12486 2015-06-29 Pedro Alves <palves@redhat.com>
12487
12488 PR threads/18127
12489 * gdb.threads/hand-call-new-thread.c: New file.
12490 * gdb.threads/hand-call-new-thread.c: New file.
12491
12492 2015-06-26 Keith Seitz <keiths@redhat.com>
12493 Doug Evans <dje@google.com>
12494
12495 PR 16253
12496 * gdb.cp/var-tag-2.cc: New file.
12497 * gdb.cp/var-tag-3.cc: New file.
12498 * gdb.cp/var-tag-4.cc: New file.
12499 * gdb.cp/var-tag.cc: New file.
12500 * gdb.cp/var-tag.exp: New file.
12501
12502 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12503
12504 * gdb.base/history-duplicates.exp: New test.
12505
12506 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12507
12508 * gdb.base/completion.exp: Test the completion of the "focus"
12509 command.
12510
12511 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12512
12513 * gdb.arch/amd64-prologue-skip.S: New file.
12514 * gdb.arch/amd64-prologue-skip.exp: New file.
12515
12516 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12519 is_address_zero_readable check.
12520
12521 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12522
12523 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12524 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12525
12526 2015-06-24 Yao Qi <yao.qi@linaro.org>
12527
12528 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12529 linux targets.
12530
12531 2015-06-24 Yao Qi <yao.qi@linaro.org>
12532
12533 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12534 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12535 * gdb.base/siginfo-thread.exp: Likewise.
12536
12537 2015-06-22 Yao Qi <yao.qi@linaro.org>
12538
12539 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12540
12541 2015-06-22 Yao Qi <yao.qi@linaro.org>
12542
12543 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12544 aarch64*-*-*.
12545 (skip_hw_watchpoint_tests): Likewise.
12546
12547 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12548
12549 * gdb.base/gdbinit-history.exp: Test the interaction between
12550 setting GDBHISTSIZE and setting the history size via .gdbinit.
12551
12552 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12553
12554 PR gdb/16999
12555 * gdb.base/gdbhistsize-history.exp: New test.
12556
12557 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12558
12559 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12560 with GDBHISTSIZE.
12561 * gdb.base/readline.exp: Likewise.
12562
12563 2015-06-17 Yao Qi <yao.qi@linaro.org>
12564
12565 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12566 line.
12567
12568 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12569
12570 * gdb.base/gdbinit-history.exp: Add test case to check that
12571 an unlimited history file does not get truncated on exit.
12572
12573 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12574
12575 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12576 (VECTOR): New macro. Use it...
12577 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12578 ...for these typedefs.
12579 (int8, char1, int1, double1): New typedefs.
12580 (struct just_int2, struct two_int2): New structures.
12581 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12582 (add_structvecs, add_singlevecs): New functions.
12583 (main): Call add_some_intvecs twice.
12584 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12585 the compile and exit upon failure. Try compiling for the "native"
12586 architecture. Test inferior function calls with vector arguments
12587 and vector return value handling with "finish" and "return".
12588
12589 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12590
12591 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12592 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12593 PE file.
12594 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12595
12596 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12597
12598 PR breakpoints/16465
12599 * gdb.mi/mi-dprintf-pending.c: New file.
12600 * gdb.mi/mi-dprintf-pending.exp: New test.
12601 * gdb.mi/mi-dprintf-pendshr.c: New file.
12602
12603 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12604 Mircea Gherzan <mircea.gherzan@intel.com>
12605
12606 * gdb.arch/i386-mpx-map.c: New file.
12607 * gdb.arch/i386-mpx-map.exp: New File.
12608
12609 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12610
12611 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12612 * gdb.arch/i386-mpx.exp: Indentation fixed.
12613
12614 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12615
12616 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12617 function and improved indentation.
12618 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12619 gdb_test_multiple. Added additional tests to skip the test.
12620
12621 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12622
12623 * gdb.arch/i386-avx512.c: Change path in include file.
12624 * gdb.arch/i386-avx512.exp: Change include dir path
12625 compilation flag.
12626 * gdb.arch/i386-mpx.c: Change path in include file.
12627 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12628 flag.
12629
12630 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12631
12632 * gdb.compile/compile-print.exp (compile print *vararray@3)
12633 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12634
12635 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12636
12637 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12638 (do not keep jit in memory): ... this.
12639 (expect 5): Change it to ...
12640 (expect no 5): ... this.
12641
12642 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12643
12644 PR gdb/15564
12645 * gdb.mi/mi-detach.exp: New file.
12646
12647 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12648
12649 PR symtab/18392
12650 * gdb.arch/amd64-tailcall-self.S: New file.
12651 * gdb.arch/amd64-tailcall-self.c: New file.
12652 * gdb.arch/amd64-tailcall-self.exp: New file.
12653
12654 2015-05-28 Don Breazeal <donb@codesourcery.com>
12655
12656 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12657 tests for remote targets by checking is_target_gdbserver.
12658
12659 2015-05-27 Doug Evans <dje@google.com>
12660
12661 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12662 * gdb.dwarf2/opaque-type-lookup.c: New file.
12663 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12664
12665 2015-05-26 Doug Evans <dje@google.com>
12666
12667 * gdb.cp/iostream.cc: New file.
12668 * gdb.cp/iostream.exp: New file.
12669
12670 2015-05-26 Doug Evans <dje@google.com>
12671
12672 * gdb.dwarf2/dw2-op-call.exp: Update.
12673 * gdb.dwarf2/dw4-sig-types.exp: Update.
12674 * gdb.dwarf2/implptr.exp: Update.
12675 * gdb.mi/mi-cmd-param-changed.exp: Update.
12676
12677 2015-05-26 Doug Evans <dje@google.com>
12678
12679 * gdb.python/py-lazy-string.c: New file.
12680 * gdb.python/py-lazy-string.exp: New file.
12681 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12682 (main): Update. Add estring3.
12683 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12684 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12685
12686 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12687 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.reverse/aarch64.c: New.
12690 * gdb.reverse/aarch64.exp: New.
12691
12692 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12693
12694 * lib/gdb.exp (supports_process_record): Return true for
12695 aarch64*-linux*.
12696 (supports_reverse): Likewise.
12697
12698 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12699
12700 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12701 Use with_test_prefix.
12702
12703 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12704
12705 * gdb.base/completion.exp: Add test for completion of layout
12706 names.
12707
12708 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12709
12710 * lib/gdb.exp (skip_tui_tests): New proc.
12711 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12712
12713 2015-05-19 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12716 Save the whole env array instead of just HOME. Unset HISTSIZE in
12717 the environment while testing. Restore whole environment
12718 afterwards.
12719
12720 2015-05-16 Doug Evans <xdje42@gmail.com>
12721
12722 * gdb.guile/scm-ports.c: New file.
12723 * gdb.guile/scm-ports.exp: Add memory port tests.
12724
12725 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 * gdb.compile/compile-print.c: New file.
12728 * gdb.compile/compile-print.exp: New file.
12729
12730 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12731
12732 * gdb.compile/compile-ops.exp: Cast param to void.
12733 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12734 (compile code struct_object.selffield = &struct_object): Add xfail.
12735
12736 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12737
12738 * gdb.ada/arr_enum_with_gap: New testcase.
12739
12740 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12741
12742 * gdb.ada/byte_packed_arr: New testcase.
12743
12744 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12745
12746 * gdb.ada/pckd_neg: New testcase.
12747
12748 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12749
12750 PR gdb/17820
12751 * gdb.base/gdbinit-history.exp: New test.
12752 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12753 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12754
12755 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12756
12757 * gdb.python/py-xmethods.cc: Enhance test case.
12758 * gdb.python/py-xmethods.exp: New tests.
12759 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12760 function.
12761 (B_indexoper): Likewise.
12762 (global_dm_list) : Add new xmethod worker functions.
12763
12764 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12765
12766 * gdb.base/coredump-filter.exp: Correctly unset
12767 "coredump_var_addr" array.
12768
12769 2015-05-08 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.server/non-existing-program.exp: Unset spawn_id.
12772
12773 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12774
12775 PR python/18291
12776 * gdb.python/py-xmethods.exp: Add tests.
12777
12778 2015-05-08 Yao Qi <yao.qi@linaro.org>
12779
12780 PR gdb/18208
12781 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12782 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12783 function set_coredump_filter, and remove remote_exec call.
12784 Remove argument ipid. Callers update.
12785 (top level): Don't get inferior's PID.
12786
12787 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12788
12789 * gdb.base/watch_thread_num.exp: Skip test on targets without
12790 access watchpoints.
12791
12792 2015-05-06 Pedro Alves <palves@redhat.com>
12793
12794 PR server/18081
12795 * gdb.server/non-existing-program.exp: New file.
12796
12797 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12798
12799 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12800
12801 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12802
12803 * gdb.ada/out_of_line_in_inlined: New testcase.
12804
12805 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12806
12807 * gdb.ada/var_rec_arr: New testcase.
12808
12809 2015-04-30 Yao Qi <yao.qi@linaro.org>
12810
12811 * gdb.base/break-idempotent.exp: If
12812 skip_hw_watchpoint_multi_tests returns true, skip the tests
12813 on "rwatch" and "awatch".
12814
12815 2015-04-30 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.base/relativedebug.exp: Invoke gdb command
12818 "info sharedlibrary", and if libc.so doesn't have debug info,
12819 skip the test.
12820
12821 2015-04-29 Doug Evans <dje@google.com>
12822
12823 * gdb.python/py-xmethods.exp: Add ptype tests.
12824 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12825 get_result_type method.
12826
12827 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12828
12829 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12830 the target does not support hardware watchpoints.
12831
12832 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12833
12834 * gdb.base/break-always.exp: Abort testing if writing to memory
12835 causes an error.
12836
12837 2015-04-28 Doug Evans <dje@google.com>
12838
12839 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12840 * gdb.python/py-pp-registration.exp: ... here. New file.
12841 * gdb.python/py-pp-registration.c: New file.
12842 * gdb.python/py-pp-registration.py: New file.
12843
12844 2015-04-28 Doug Evans <dje@google.com>
12845
12846 * gdb.python/py-bad-printers.c: New file.
12847 * gdb.python/py-bad-printers.py: New file.
12848 * gdb.python/py-bad-printers.exp: New file.
12849
12850 2015-04-28 Sasha Smundak <asmundak@google.com>
12851
12852 * gdb.python/py-type.exp: New test.
12853
12854 2015-04-28 Andy Wingo <wingo@igalia.com>
12855
12856 * gdb.python/py-parameter.exp:
12857 * gdb.guile/scm-parameter.exp: Escape the path that we are
12858 matching against, as it might contain characters that are special
12859 to regular expressions.
12860
12861 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12862
12863 * gdb.ada/rec_comp: New testcase.
12864
12865 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12866
12867 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12868 before using it.
12869
12870 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12871
12872 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12873 new tests for verilog output.
12874
12875 2015-04-24 Yao Qi <yao.qi@linaro.org>
12876
12877 * boards/remote-gdbserver-on-localhost.exp: New file.
12878
12879 2015-04-23 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12882 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12883 "end of file", remove $inferior_spawn_id from the indirect list.
12884
12885 2015-04-23 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12888
12889 2015-04-23 Pedro Alves <palves@redhat.com>
12890
12891 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12892 on $any_spawn_id instead of only on $gdb_spawn_id.
12893
12894 2015-04-21 Pierre Muller <muller@sourceware.org>
12895
12896 PR pascal/17815
12897 * lib/pascal.exp (gpc_compile): Add new option "class".
12898 (fpc_compile): Likewise.
12899 * gdb.pascal/case-insensitive-symbols.pas: New file.
12900 * gdb.pascal/case-insensitive-symbols.exp: New file.
12901
12902 2015-04-20 Gary Benson <gbenson@redhat.com>
12903
12904 * gdb.base/attach.exp: Fix three extended remote failures.
12905
12906 2015-04-17 Gary Benson <gbenson@redhat.com>
12907
12908 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12909 the main executable over the remote protocol.
12910
12911 2015-04-16 Pedro Alves <palves@redhat.com>
12912
12913 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12914 a new gdbserver if gdbserver_reconnect_p is set.
12915
12916 2015-04-16 Pedro Alves <palves@redhat.com>
12917
12918 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12919 is set, don't exit gdbserver.
12920
12921 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12922
12923 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12924 appropriate .insn, such that an older assembler can be used.
12925 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12926 the z/Architecture instruction set on 31-bit targets as well.
12927
12928 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12929
12930 * gdb.go/handcall.exp: Remove all logic related to the first
12931 breakpoint and rely on go_runto_main instead.
12932 * gdb.go/strings.exp: Likewise.
12933 * gdb.go/unsafe.exp: Likewise.
12934 * gdb.go/hello.exp: Likewise. Also rename the remaining
12935 breakpoint marker to "breakpoint 1".
12936 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12937 * gdb.go/strings.go: Likewise.
12938 * gdb.go/unsafe.go: Likewise.
12939 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12940 "set breakpoint 2 here" and rename the remaining breakpoint marker
12941 to "breakpoint 1".
12942
12943 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12946 if itertools.imap is not present.
12947 * gdb.python/py-objfile.exp: Add parentheses.
12948 * gdb.python/py-type.exp: Same.
12949 * gdb.python/py-unwind-maint.py: Same.
12950
12951 2015-04-15 Yao Qi <yao.qi@linaro.org>
12952
12953 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12954 of ":$ptr_size" and set its form explicitly.
12955
12956 2015-04-15 Pedro Alves <palves@redhat.com>
12957 Yao Qi <yao.qi@linaro.org>
12958
12959 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12960 timeout by factor of 4.
12961 (test_regular_watch): Likewise.
12962 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12963 * gdb.reverse/sigall-reverse.exp: Likewise.
12964 * gdb.reverse/until-precsave.exp: Likewise.
12965 * lib/gdb.exp (with_timeout_factor): New proc.
12966 (gdb_expect): Move some code to ...
12967 (get_largest_timeout): ... here. New procedure.
12968
12969 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12970
12971 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12972
12973 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12974
12975 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12976 to write to the .text section.
12977
12978 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12979
12980 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12981 Handle the case of targets that do not provide PID information.
12982
12983 2015-04-13 Yao Qi <yao.qi@linaro.org>
12984
12985 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12986 and use expect instead of gdb_expect.
12987
12988 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12989
12990 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12991 "coredump_var_addr" to avoid naming conflict with other testcases.
12992
12993 2015-04-10 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12996 gdb_test_sequence and gdb_assert.
12997
12998 2015-04-10 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13001 test messages that don't include the breakpoint address.
13002
13003 2015-04-10 Yao Qi <yao.qi@linaro.org>
13004
13005 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13006 false for some offset and width combinations which aren't
13007 supported by linux kernel.
13008
13009 2015-04-10 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13012 procedure, factored out from ...
13013 (top level): ... here. Add "set displaced-stepping" testing axis.
13014 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13015 parameter "displaced". Use it.
13016 (top level): Use foreach and add "set displaced-stepping" testing
13017 axis.
13018
13019 2015-04-10 Pedro Alves <palves@redhat.com>
13020
13021 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13022 Remove comment.
13023 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13024 both the address of the instruction that triggers the watchpoint
13025 and the address of the instruction immediately after, and use
13026 those addresses for the test. Fix comment.
13027
13028 2015-04-10 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.base/sigstep.exp (breakpoint_to_handler)
13031 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13032 Test "backtrace" in handler.
13033 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13034 (top level): Add new "displaced" test axis to
13035 breakpoint_to_handler, breakpoint_to_handler_entry and
13036 breakpoint_over_handler.
13037
13038 2015-04-10 Pedro Alves <palves@redhat.com>
13039
13040 PR gdb/18216
13041 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13042
13043 2015-04-10 Yao Qi <yao.qi@linaro.org>
13044
13045 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13046 (test_add_rn_pc): New function.
13047 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13048 (top level): Invoke test_add_rn_pc.
13049
13050 2015-04-10 Pedro Alves <palves@redhat.com>
13051
13052 PR gdb/13858
13053 * gdb.base/step-over-no-symbols.exp: New file.
13054
13055 2015-04-09 Andy Wingo <wingo@igalia.com>
13056
13057 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13058 after the Python tests.
13059
13060 2015-04-08 Keith Seitz <keiths@redhat.com>
13061
13062 PR python/16699
13063 * gdb.python/py-completion.exp: New tests for completion.
13064 * gdb.python/py-completion.py (CompleteLimit1): New class.
13065 (CompleteLimit2): Likewise.
13066 (CompleteLimit3): Likewise.
13067 (CompleteLimit4): Likewise.
13068 (CompleteLimit5): Likewise.
13069 (CompleteLimit6): Likewise.
13070 (CompleteLimit7): Likewise.
13071
13072 2015-04-08 Pedro Alves <palves@redhat.com>
13073
13074 PR gdb/18214
13075 PR gdb/18216
13076 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13077 function.
13078 (main): Install it as SIGUSR1 handler.
13079 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13080 parameter. Always use "setup" as prefix. Toggle "set
13081 displaced-stepping" off/on depending on global. Don't switch to
13082 thread 1 here.
13083 (top level): Add displaced stepping "off/on" test axis. Update
13084 "setup" calls. Wrap each subtest with with_test_prefix. Test
13085 continuing with a queued signal in each thread.
13086
13087 2015-04-08 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13090 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13091 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13092 Return early if running to main fails.
13093 * gdb.trace/while-stepping.exp: Likewise.
13094
13095 2015-04-07 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13098 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13099 interact with inferior program.
13100
13101 2015-04-07 Pedro Alves <palves@redhat.com>
13102
13103 * lib/gdb.exp (inferior_spawn_id): New global.
13104 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13105 spawn id after processing the user code.
13106 (default_gdb_start): Set inferior_spawn_id.
13107 (send_inferior): New procedure.
13108 * lib/gdbserver-support.exp (gdbserver_start): Set
13109 inferior_spawn_id.
13110 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13111
13112 2015-04-07 Pedro Alves <palves@redhat.com>
13113
13114 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13115 * lib/gdbserver-support.exp (gdbserver_start): Make
13116 $server_spawn_id global.
13117 (gdbserver_start): Don't wait for gdbserver's spawn id with
13118 expect_background.
13119 (close_gdbserver): New procedure.
13120 (gdb_exit): Rename the default version and reimplement.
13121
13122 2015-04-07 Pedro Alves <palves@redhat.com>
13123
13124 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13125 append the substituted item, not the original item.
13126
13127 2015-04-07 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13130 gdb_expect.
13131
13132 2015-04-07 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13135 output appearing once only.
13136
13137 2015-04-07 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13140 that doesn't expect anything. Return early if running to main
13141 fails.
13142
13143 2015-04-07 Yao Qi <yao.qi@linaro.org>
13144
13145 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13146 (child_function): Call alarm.
13147 (main): Move call to alarm into the loop.
13148 * gdb.threads/non-stop-fair-events.exp: Build program with
13149 -DTIMEOUT=$timeout.
13150
13151 2015-04-06 Doug Evans <xdje42@gmail.com>
13152
13153 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13154 Fix dest parameter to board_info.
13155 (fpc_compile): Ditto.
13156 (gdb_compile_pascal): Rename dest arg to destfile.
13157
13158 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13159
13160 * gdb.ada/funcall_ref.exp: New file.
13161 * gdb.ada/funcall_ref/foo.adb: New file.
13162
13163 2015-04-02 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13166 is remote.
13167
13168 2015-04-02 Gary Benson <gbenson@redhat.com>
13169
13170 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13171
13172 2015-04-01 Sasha Smundak <asmundak@google.com>
13173
13174 * gdb.python/py-unwind-maint.c: New file.
13175 * gdb.python/py-unwind-maint.exp: New test.
13176 * gdb.python/py-unwind-maint.py: New file.
13177 * gdb.python/py-unwind.c: New file.
13178 * gdb.python/py-unwind.exp: New test.
13179 * gdb.python/py-unwind.py: New test.
13180
13181 2015-04-01 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13184 to fail instead of non-existent $test.
13185
13186 2015-04-01 Pedro Alves <palves@redhat.com>
13187
13188 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13189 GDBFLAGS if not empty.
13190
13191 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13192
13193 * gdb.ada/complete.exp: Remove "multi_line".
13194 * gdb.ada/info_exc.exp: Remove "multi_line".
13195 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13196 * gdb.ada/ptype_field.exp: Remove "multi_line".
13197 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13198 * gdb.ada/tagged.exp: Remove "multi_line".
13199 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13200 [multi_line ...]
13201 * gdb.btrace/delta.exp: Likewise.
13202 * gdb.btrace/exception.exp: Likewise.
13203 * gdb.btrace/function_call_history.exp: Likewise.
13204 * gdb.btrace/instruction_history.exp: Likewise.
13205 * gdb.btrace/nohist.exp: Likewise.
13206 * gdb.btrace/record_goto.exp: Likewise.
13207 * gdb.btrace/segv.exp: Likewise.
13208 * gdb.btrace/stepi.exp: Likewise.
13209 * gdb.btrace/tailcall.exp: Likewise.
13210 * gdb.btrace/unknown_functions.exp: Likewise.
13211 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13212 * lib/gdb.exp: Add the "multi_line" helper.
13213
13214 2015-04-01 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.threads/tid-reuse.c: New file.
13217 * gdb.threads/tid-reuse.exp: New file.
13218
13219 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13220
13221 PR corefiles/16092
13222 * gdb.base/coredump-filter.c: New file.
13223 * gdb.base/coredump-filter.exp: Likewise.
13224
13225 2015-03-27 Petr Machata <pmachata@redhat.com>
13226
13227 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13228 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13229 (Dwarf::assemble): Initialize them.
13230 (Dwarf::lines): New function.
13231
13232 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13233
13234 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13235 SYMBOL_PREFIX for x86_64-*-cygwin.
13236
13237 2015-03-26 Andy Wingo <wingo@igalia.com>
13238
13239 PR symtab/18148
13240 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13241 const_value but not a location.
13242 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13243 location defined in non-main CUs are visible.
13244
13245 2015-03-26 Yao Qi <yao.qi@linaro.org>
13246
13247 PR testsuite/18139
13248 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13249 Add a line number entry for the same line.
13250 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13251 Add a line number entry for the same line.
13252
13253 2015-03-26 Yao Qi <yao.qi@linaro.org>
13254
13255 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13256 .int 0.
13257 (func): Likewise. Add .Lfunc_1 label.
13258 Use .Lfunc_1 label.
13259 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13260 .int 0.
13261 (func): Likewise.
13262 Use .Lfunc_1 label.
13263
13264 2015-03-26 Yao Qi <yao.qi@linaro.org>
13265
13266 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13267 Call gdb_compile instead to compile each .s files without debug
13268 information.
13269
13270 2015-03-26 Yao Qi <yao.qi@linaro.org>
13271
13272 * gdb.base/savedregs.exp (process_saved_regs): Make
13273 "Saved registers:" optional in the pattern.
13274
13275 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13276
13277 * gdb.btrace/next.exp: Merged into step.exp.
13278 * gdb.btrace/finish.exp: Merged into step.exp.
13279 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13280 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13281 "record goto" and checking the exact replay position.
13282 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13283 check for "Recording format" in "info record" output.
13284 * gdb.btrace/record_goto.exp: Choose test file based on target.
13285 * gdb.btrace/x86-record_goto.S: Renamed into ...
13286 * gdb.btrace/x86_64-record_goto.S: ... this.
13287 * gdb.btrace/i686-record_goto.S: New.
13288 * gdb.btrace/x86-tailcall.S: Renamed into ...
13289 * gdb.btrace/x86_64-tailcall.S: ... this.
13290 * gdb.btrace/i686-tailcall.S: New.
13291 * gdb.btrace/x86-tailcall.c: Renamed into ...
13292 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13293 separate statements. Update test.
13294 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13295 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13296 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13297 * gdb.btrace/tailcall.exp: Choose test file based on target.
13298 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13299
13300 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13301
13302 * gdb.btrace/exception.exp: Increase BTS buffer size.
13303
13304 2015-03-24 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13307
13308 2015-03-24 Pedro Alves <palves@redhat.com>
13309
13310 * gdb.threads/schedlock.exp (test_step): No longer expect that
13311 "set scheduler-locking step" with "next" over a function call runs
13312 threads unlocked.
13313
13314 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13315
13316 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13317
13318 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13319
13320 PR breakpoints/16466
13321 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13322 * gdb.mi/mi-pending.c (thread_func): New function.
13323 (int main): Add threading support required.
13324 * gdb.mi/mi-pending.exp: Add tests for this issue.
13325 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13326 (pendfunc2): Remove stdio dependency.
13327 * gdb.mi/mi-pendshr2.c: New file.
13328
13329 2015-03-23 Keith Seitz <keiths@redhat.com>
13330
13331 * gdb.linespec/keywords.c: New file.
13332 * gdb.linespec/keywords.exp: New file.
13333
13334 2015-03-23 Keith Seitz <keiths@redhat.com>
13335
13336 PR gdb/18021
13337 * gdb.dwarf2/staticvirtual.exp: New test.
13338
13339 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13340
13341 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13342 * README: Remove HP-UX and gdb.hp.
13343 (configuration):
13344 * configure: Regenerate.
13345 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13346 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13347 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13348 gdb.hp/gdb.defects/Makefile.
13349 * gdb.hp/Makefile.in: File deleted.
13350 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13351 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13352 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13353 * gdb.hp/gdb.aCC/run.c: File deleted.
13354 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13355 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13356 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13357 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13358 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13359 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13360 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13361 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13362 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13363 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13364 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13365 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13366 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13367 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13368 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13369 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13370 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13371 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13372 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13373 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13374 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13375 * gdb.hp/gdb.compat/average.c: File deleted.
13376 * gdb.hp/gdb.compat/sum.c: File deleted.
13377 * gdb.hp/gdb.compat/xdb.c: File deleted.
13378 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13379 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13380 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13381 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13382 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13383 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13384 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13385 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13386 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13387 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13388 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13389 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13390 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13391 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13392 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13393 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13394 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13395 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13396 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13397 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13398 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13399 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13400 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13401 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13402 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13403 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13404 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13405 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13406 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13407 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13408 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13409 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13410 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13411 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13412 * gdb.hp/tools/odump: File deleted.
13413
13414 2015-03-19 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13417 (saw_thread_3): New globals.
13418 (top level): Increment them when an event for the corresponding
13419 thread is seen.
13420 (no thread starvation): New test.
13421
13422 2015-03-19 Pedro Alves <palves@redhat.com>
13423
13424 * gdb.threads/continue-pending-status.c: New file.
13425 * gdb.threads/continue-pending-status.exp: New file.
13426
13427 2015-03-18 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13430 Use gdb_is_target_remote instead of is_remote. Use
13431 gdb_test_multiple instead of gdb_expect. Exit early if
13432 gdb_test_multiple hits its internal matches. Tighten stepi tests
13433 expected output. Fail on exit with any signal, instead of just
13434 SIGILL.
13435
13436 2015-03-18 Yao Qi <yao.qi@linaro.org>
13437
13438 PR tdep/18107
13439 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13440 variable.
13441 * gdb.base/catch-syscall.exp: Don't skip it on
13442 aarch64*-*-linux* target. Remove elements in all_syscalls.
13443 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13444 target.
13445 (setup_all_syscalls): New proc.
13446
13447 2015-03-16 Yao Qi <yao.qi@linaro.org>
13448
13449 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13450 (top level): Skip tests if valid_addr_p returns false for
13451 $cmd1 or $cmd2.
13452
13453 2015-03-11 Andy Wingo <wingo@igalia.com>
13454
13455 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13456
13457 2015-03-11 Yao Qi <yao.qi@linaro.org>
13458
13459 * gdb.base/catch-syscall.exp: Fix typo in comments.
13460
13461 2015-03-11 Yao Qi <yao.qi@linaro.org>
13462
13463 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13464
13465 2015-03-09 Pedro Alves <palves@redhat.com>
13466
13467 * dg-extract-results.py: Delete.
13468
13469 2015-03-09 Pedro Alves <palves@redhat.com>
13470
13471 Merge dg-extract-results.sh from GCC upstream (r218843).
13472
13473 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13474 * dg-extract-results.sh: Use --text with grep to avoid issues with
13475 binary files. Fall back to cat -v, if that doesn't work.
13476
13477 2015-03-05 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13480
13481 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13482
13483 * lib/mi-support.exp (mi_expect_interrupt): Accept
13484 alternative event for when in all-stop mode.
13485
13486 2015-03-04 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13489
13490 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13491
13492 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13493
13494 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13495
13496 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13497 regexps for GDB's current line display, accept a hex address
13498 preceding the line number.
13499
13500 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13501
13502 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13503 the 'arch1' variable for "s390*-linux*" targets.
13504
13505 2015-03-04 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13508 (main): Pass missing retval argument to pthread_join call.
13509
13510 2015-03-02 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13513 (top level): Call do_test with non-stop as well.
13514
13515 2015-03-02 Pedro Alves <palves@redhat.com>
13516
13517 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13518 -1.
13519
13520 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13521
13522 * gdb.arch/s390-vregs.exp: New test.
13523 * gdb.arch/s390-vregs.S: New file.
13524
13525 2015-02-27 Pedro Alves <palves@redhat.com>
13526
13527 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13528 call to catch_command_errors.
13529 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13530 catch_command_errors.
13531
13532 2015-02-27 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13535 "true" for boolean result.
13536 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13537 prototype of main.
13538
13539 2015-02-27 Pedro Alves <palves@redhat.com>
13540
13541 * lib/unbuffer_output.c: New file.
13542 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13543 (main): Call gdb_unbuffer_output.
13544
13545 2015-02-27 Yao Qi <yao.qi@linaro.org>
13546
13547 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13548 target.
13549
13550 2015-02-26 Doug Evans <dje@google.com>
13551
13552 * gdb.cp/class2.cc (Dbase, D): New classes.
13553 (main): New local delta.
13554 * gdb.cp/class2.exp: Test printing delta.
13555 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13556 (dynbar): New global.
13557 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13558
13559 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 * gdb.compile/compile-ifunc.c: New file.
13562 * gdb.compile/compile-ifunc.exp: New file.
13563
13564 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13565
13566 * gdb.base/structs.exp: Check for correct struct on finish.
13567
13568 2015-02-26 Yao Qi <yao.qi@linaro.org>
13569
13570 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13571 is zero.
13572
13573 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13574
13575 * gdb.arch/cordic.ko.bz2: New file.
13576 * gdb.arch/cordic.ko.debug.bz2: New file.
13577 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13578
13579 2015-02-25 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13582 aarch64*-*-* target.
13583
13584 2015-02-23 Pedro Alves <palves@redhat.com>
13585
13586 * lib/gdb.exp (delete_breakpoints): Rewrite using
13587 gdb_test_multiple.
13588
13589 2015-02-23 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/info-os.c: Include stdlib.h.
13592
13593 2015-02-22 Doug Evans <xdje42@gmail.com>
13594
13595 PR symtab/17855
13596 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13597 is read after symbols have been re-read.
13598 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13599 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13600
13601 2015-02-21 Doug Evans <dje@google.com>
13602
13603 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13604
13605 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 PR corefiles/17808
13608 * gdb.arch/i386-biarch-core.core.bz2: New file.
13609 * gdb.arch/i386-biarch-core.exp: New file.
13610
13611 2015-02-21 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13614 runto_main fails.
13615
13616 2015-02-20 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13619 info probes.
13620
13621 2015-02-20 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13624
13625 2015-02-20 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13628 clean_restart before gdb_target_supports_trace.
13629
13630 2015-02-20 Pedro Alves <palves@redhat.com>
13631
13632 PR threads/18006
13633 * gdb.threads/clone-thread_db.c: New file.
13634 * gdb.threads/clone-thread_db.exp: New file.
13635
13636 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13637
13638 PR breakpoints/16812
13639 * gdb.base/catch-gdb-caused-signals.c: New file.
13640 * gdb.base/catch-gdb-caused-signals.exp: New file.
13641
13642 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13643
13644 * configure: Regenerated.
13645 * configure.ac: Use GDB_AC_TRANSFORM.
13646 * aclocal.m4: sinclude ../transform.m4.
13647
13648 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13649
13650 * lib/dtrace.exp: New file.
13651 * gdb.base/dtrace-probe.exp: Likewise.
13652 * gdb.base/dtrace-probe.d: Likewise.
13653 * gdb.base/dtrace-probe.c: Likewise.
13654 * lib/pdtrace.in: Likewise.
13655 * configure.ac: Output variables with the transformed names of
13656 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13657 * configure: Regenerated.
13658
13659 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13660
13661 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13662 expected message when trying to access $_probe_* convenience
13663 variables while not on a probe.
13664
13665 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13668
13669 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13670
13671 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13672 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13673
13674 2015-02-10 Doug Evans <xdje42@gmail.com>
13675
13676 * lib/gdb.exp (gdb_load): Always return a result.
13677
13678 2015-02-10 Pedro Alves <palves@redhat.com>
13679
13680 * gdb.threads/signal-sigtrap.c: New file.
13681 * gdb.threads/signal-sigtrap.exp: New file.
13682
13683 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13684
13685 * gdb.trace/no-attach-trace.c: New file.
13686 * gdb.trace/no-attach-trace.exp: New file.
13687
13688 2015-02-09 Mark Wielaard <mjw@redhat.com>
13689
13690 * gdb.dwarf2/atomic.c: New file.
13691 * gdb.dwarf2/atomic-type.exp: Likewise.
13692
13693 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13694
13695 * gdb.btrace/buffer-size.exp: Update "info record" output.
13696 * gdb.btrace/delta.exp: Update "info record" output.
13697 * gdb.btrace/enable.exp: Update "info record" output.
13698 * gdb.btrace/finish.exp: Update "info record" output.
13699 * gdb.btrace/instruction_history.exp: Update "info record" output.
13700 * gdb.btrace/next.exp: Update "info record" output.
13701 * gdb.btrace/nexti.exp: Update "info record" output.
13702 * gdb.btrace/step.exp: Update "info record" output.
13703 * gdb.btrace/stepi.exp: Update "info record" output.
13704 * gdb.btrace/nohist.exp: Update "info record" output.
13705
13706 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13707
13708 * gdb.btrace/buffer-size: New.
13709
13710 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13711
13712 * gdb.btrace/delta.exp: Update "info record" output.
13713 * gdb.btrace/enable.exp: Update "info record" output.
13714 * gdb.btrace/finish.exp: Update "info record" output.
13715 * gdb.btrace/instruction_history.exp: Update "info record" output.
13716 * gdb.btrace/next.exp: Update "info record" output.
13717 * gdb.btrace/nexti.exp: Update "info record" output.
13718 * gdb.btrace/step.exp: Update "info record" output.
13719 * gdb.btrace/stepi.exp: Update "info record" output.
13720 * gdb.btrace/nohist.exp: Update "info record" output.
13721
13722 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13723
13724 PR gdb/15678
13725 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13726
13727 2015-02-06 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13730 macro.
13731 (seconds_left, again): New globals.
13732 (main): Wait seconds_left in a 1-second sleep loop instead of
13733 sleeping 180 seconds. If 'again' is set, reset the seconds
13734 counter.
13735 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13736 'again' in the inferior before detaching. Print the seconds left.
13737 (options): New global.
13738 (top level): Build program with -DTIMEOUT=$timeout.
13739
13740 2015-02-06 Pedro Alves <palves@redhat.com>
13741
13742 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13743 determine how many seconds to pass to 'alarm'.
13744 * gdb.base/gdb-sigterm.exp (top level): Build program with
13745 -DTIMEOUT=$timeout.
13746 (do_test): Return success/failure indication. Add more verbose
13747 logging. Don't fail if 200 single steps are seen. Instead, fail
13748 when the test times out.
13749 (passes): New global.
13750 (top level): Break the testing loop if testing fails on any
13751 iteration. Use gdb_assert.
13752
13753 2015-02-04 Don Breazeal <donb@codesourcery.com>
13754
13755 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13756 and initialize them.
13757 (ipc_cleanup): New function.
13758 (main): Don't declare shmid, semid, and msqid. Add a call to
13759 atexit so that we call ipc_cleanup on exit.
13760
13761 2015-02-04 Pedro Alves <palves@redhat.com>
13762
13763 * boards/native-extended-gdbserver.exp: Remove any target variant
13764 specifications from the board name before clearing the isremote
13765 flag from board_info.
13766
13767 2015-01-31 Doug Evans <xdje42@gmail.com>
13768
13769 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13770
13771 2015-01-31 Gary Benson <gbenson@redhat.com>
13772
13773 * gdb.base/completion.exp: Disable completion limiting for
13774 existing tests. Add new tests to check completion limiting.
13775 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13776
13777 2015-01-31 Doug Evans <xdje42@gmail.com>
13778
13779 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13780
13781 2015-01-31 Doug Evans <xdje42@gmail.com>
13782
13783 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13784 entries. Duplicate file section script entries.
13785 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13786 inlined entries. Add test for safe-path rejection.
13787 * gdb.python/py-section-script.c: Add duplicate inlined section script
13788 entries. Duplicate file section script entries.
13789 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13790 inlined entries. Add test for safe-path rejection.
13791
13792 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13793
13794 * gdb.ada/disc_arr_bound: New testcase.
13795
13796 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13797
13798 * gdb.ada/mi_var_array: New testcase.
13799
13800 2015-01-27 Doug Evans <dje@google.com>
13801
13802 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13803 Add test for objfile.filename, objfile.username after objfile
13804 has been unloaded.
13805
13806 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13807
13808 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13809 the second test to print the name attribute of value
13810 returned by the call to gdb.lookup_type, and adjust
13811 the expected output accordingly.
13812
13813 2015-01-25 Mark Wielaard <mjw@redhat.com>
13814
13815 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13816 * gdb.base/disp-step-fork.c: Include unistd.h.
13817 * gdb.base/siginfo-obj.c: Include stdio.h.
13818 * gdb.base/siginfo-thread.c: Likewise.
13819 * gdb.mi/non-stop.c: Include unistd.h.
13820 * gdb.mi/nsthrexec.c: Include stdio.h.
13821 * gdb.mi/pthreads.c: Include unistd.h.
13822 * gdb.modula2/unbounded1.c (main): Declare returns int.
13823 * gdb.reverse/consecutive-reverse.c: Likewise.
13824 * gdb.threads/create-fail.c: Include unistd.h.
13825 * gdb.threads/killed.c: Likewise.
13826 * gdb.threads/linux-dp.c: Likewise.
13827 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13828 * gdb.threads/non-ldr-exc-2.c: Likewise.
13829 * gdb.threads/non-ldr-exc-3.c: Likewise.
13830 * gdb.threads/non-ldr-exc-4.c: Likewise.
13831 * gdb.threads/pthreads.c: Include unistd.h.
13832 (main): Declare returns int.
13833 * gdb.threads/tls-main.c (foo): New declaration.
13834 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13835
13836 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13837
13838 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13839 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13840
13841 2015-01-15 Mark Wielaard <mjw@redhat.com>
13842
13843 * gdb.base/noreturn-return.c: New file.
13844 * gdb.base/noreturn-return.exp: New file.
13845 * gdb.base/noreturn-finish.c: New file.
13846 * gdb.base/noreturn-finish.exp: New file.
13847
13848 2015-01-23 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.threads/continue-pending-after-query.c: New file.
13851 * gdb.threads/continue-pending-after-query.exp: New file.
13852
13853 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13854 Simon Marchi <simon.marchi@ericsson.com>
13855
13856 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13857 * gdb.base/valgrind-db-attach.exp: Same.
13858 * gdb.base/valgrind-infcall.exp: Same.
13859 * lib/mi-support.exp (default_mi_gdb_start): Same.
13860 * lib/prompt.exp (default_prompt_gdb_start): Same.
13861 * lib/gdb.exp (default_gdb_spawn): Same.
13862 (gdb_interact): New.
13863
13864
13865 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13866
13867 * gdb.compile/compile.exp (pointer to jit function): New test.
13868
13869 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13870
13871 * lib/gdb.exp (supports_process_record): Return true for
13872 powerpc*-*-linux*.
13873 (supports_reverse): Likewise.
13874
13875 2015-01-15 Don Breazeal <donb@codesourcery.com>
13876
13877 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13878 instead of checking whether the target board is remote and
13879 use spawn_wait_for_attach instead of exec/sleep.
13880 * gdb.base/attach-twice.exp: Likewise.
13881
13882 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13883
13884 * gdb.ada/var_arr_attrs: New testcase.
13885
13886 2015-01-14 Pedro Alves <palves@redhat.com>
13887 Joel Brobecker <brobecker@adacore.com>
13888
13889 PR gdb/17525
13890 * gdb.base/bp-cmds-execution-x-script.c: New file.
13891 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13892 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13893
13894 2015-01-14 Pedro Alves <palves@redhat.com>
13895
13896 PR cli/17828
13897 * gdb.base/batch-preserve-term-settings.c: New file.
13898 * gdb.base/batch-preserve-term-settings.exp: New file.
13899
13900 2015-01-13 Doug Evans <dje@google.com>
13901
13902 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13903 binary.
13904
13905 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13906
13907 * Makefile.in (clean mostlyclean): Do not delete *.py.
13908
13909 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13910
13911 * gdb.python/py-lookup-type.exp: New file.
13912
13913 2015-01-12 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13916 restore GDBFLAGS before returning.
13917
13918 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13919
13920 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13921 is_amd64_regs_target and is_x86_like_target.
13922
13923 2015-01-11 Doug Evans <xdje42@gmail.com>
13924
13925 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13926 is given without an explicit form.
13927 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13928 attributes.
13929 * gdb.dwarf/corrupt.exp: Ditto.
13930 * gdb.dwarf2/enum-type.exp: Ditto.
13931 * gdb.trace/entry-values.exp: Ditto.
13932 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13933
13934 2015-01-11 Doug Evans <xdje42@gmail.com>
13935
13936 PR gdb/15830
13937 * gdb.base/maint.exp: Remove references to "maint demangle".
13938 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13939 Add tests for explicitly specifying language to demangle.
13940 * gdb.dlang/demangle.exp: Ditto.
13941
13942 2015-01-09 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.threads/non-stop-fair-events.c: New file.
13945 * gdb.threads/non-stop-fair-events.exp: New file.
13946
13947 2015-01-09 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13950 the global scope. Set a breakpoint after all threads are started
13951 rather than stepping over two source lines. Expect the prompt.
13952 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13953 global.
13954 (NUM): Now 15.
13955 (main): Use threads_started_barrier to wait for all threads to
13956 start. Main thread no longer calls thread_function. Exit after
13957 180 seconds.
13958 (loop): New function.
13959 (thread_function): Wait on threads_started_barrier barrier. Call
13960 'loop' at each iteration.
13961 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13962 threads have started, instead of hardcoding number of "next"
13963 steps. Use an access watchpoint instead of a write watchpoint.
13964
13965 2015-01-09 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13968 (thread_func): Wait on barrier.
13969 (main): Wait for all threads to start before stopping GDB.
13970 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13971 global.
13972 (thread1_func, thread2_func): Wait on barrier.
13973 (main): Wait for all threads to start before stopping GDB.
13974 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13975 New global.
13976 (thread1_func, thread2_func): Wait on barrier.
13977 (main): Wait for all threads to start before stopping GDB.
13978
13979 2015-01-09 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.threads/attach-many-short-lived-threads.c: New file.
13982 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13983
13984 2014-01-09 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13987 instead of to thread 2.
13988 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13989 Add barrier around each pthread_create call instead of around all
13990 calls.
13991 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13992 Set a break on thread_function and have the child threads hit it
13993 one at at a time.
13994
13995 2015-01-09 Pedro Alves <palves@redhat.com>
13996
13997 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13998 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13999 false.
14000 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14001 checking whether the target board is remote.
14002 * gdb.multi/multi-attach.exp: Likewise.
14003 * gdb.python/py-sync-interp.exp: Likewise.
14004 * gdb.server/ext-attach.exp: Likewise.
14005 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14006 tests that need to attach, instead of checking whether the target
14007 board is remote at the top of the file.
14008
14009 2015-01-08 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14012
14013 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14014
14015 Fix testcase compilation.
14016 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14017
14018 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14019
14020 * gdb.python/py-type.exp: Add a couple test about empty
14021 array creation, and negative-length array creation.
14022
14023 2015-01-02 Doug Evans <xdje42@gmail.com>
14024
14025 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14026
14027 2015-01-02 Doug Evans <dje@google.com>
14028
14029 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14030
14031 2014-12-29 Yao Qi <yao@codesourcery.com>
14032
14033 * gdb.trace/entry-values.exp: Update comments. Rename variable
14034 bar_call_foo to returned_from_foo.
14035
14036 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14037
14038 PR gdb/17394
14039 * gdb.linespec/break-asm-file.c: New file.
14040 * gdb.linespec/break-asm-file.exp: New file.
14041 * gdb.linespec/break-asm-file0.s: New file.
14042 * gdb.linespec/break-asm-file1.s: New file.
14043
14044 2014-12-18 Nigel Stephens <nigel@mips.com>
14045 Maciej W. Rozycki <macro@codesourcery.com>
14046
14047 * gdb.base/float.exp: Handle the new output from "info float" on
14048 MIPS targets.
14049
14050 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14051
14052 Fix MinGW compilation.
14053 * gdb.compile/compile-ops.exp: Update untested message if
14054 !skip_compile_feature_tests.
14055 * gdb.compile/compile-setjmp.exp: Likewise.
14056 * gdb.compile/compile-tls.exp: Likewise.
14057 * gdb.compile/compile.exp: Likewise.
14058 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14059 supported on this host".
14060
14061 2014-12-16 Doug Evans <xdje42@gmail.com>
14062
14063 * boards/stabs.exp: New file.
14064
14065 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14066
14067 * gdb.base/completion.exp: Adjust to format changes of "maint
14068 print user-registers".
14069
14070 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14071
14072 PR server/17457
14073 * gdb.arch/aarch64-fp.c: New file.
14074 * gdb.arch/aarch64-fp.exp: New file.
14075
14076 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14077
14078 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14079 r210637, r210913, r211666, r215400, r215817).
14080
14081 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14082 * dg-extract-results.py: New file.
14083 * dg-extract-results.sh: Use it if the environment seems
14084 suitable.
14085
14086 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14087
14088 * dg-extract-results.py (parse_run): Handle warnings that
14089 are printed before a test harness is run.
14090
14091 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14092
14093 * dg-extract-results.py (Named): Remove __cmp__ method.
14094 (output_variation): Use a key to sort variation.harnesses.
14095
14096 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14097
14098 * dg-extract-results.py: For Python 3, force sys.stdout to
14099 handle surrogate escape sequences.
14100 (safe_open): New function.
14101 (output_segment, main): Use it.
14102
14103 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14104
14105 * dg-extract-results.py (Prog.result_re): Include options
14106 in test name.
14107
14108 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14109
14110 * dg-extract-results.py (output_variation): Always sort if
14111 do_sum.
14112
14113 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14114
14115 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14116 as long as we get pagination notifications.
14117
14118 2014-12-15 Jason Merrill <jason@redhat.com>
14119
14120 * Makefile.in (check-gdb.%): Restore.
14121 * README: Mention it.
14122
14123 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14124
14125 * gdb.ada/str_uninit: New testcase.
14126
14127 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14128
14129 PR symtab/17642
14130 * gdb.base/vla-stub-define.c: New file.
14131 * gdb.base/vla-stub.c: New file.
14132 * gdb.base/vla-stub.exp: New file.
14133
14134 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14135 Jan Kratochvil <jan.kratochvil@redhat.com>
14136 Tom Tromey <tromey@redhat.com>
14137
14138 * configure.ac: Add gdb.compile/.
14139 * configure: Regenerate.
14140 * gdb.compile/Makefile.in: New file.
14141 * gdb.compile/compile-ops.exp: New file.
14142 * gdb.compile/compile-ops.c: New file.
14143 * gdb.compile/compile-tls.c: New file.
14144 * gdb.compile/compile-tls.exp: New file.
14145 * gdb.compile/compile-constvar.S: New file.
14146 * gdb.compile/compile-constvar.c: New file.
14147 * gdb.compile/compile-mod.c: New file.
14148 * gdb.compile/compile-nodebug.c: New file.
14149 * gdb.compile/compile-setjmp-mod.c: New file.
14150 * gdb.compile/compile-setjmp.c: New file.
14151 * gdb.compile/compile-setjmp.exp: New file.
14152 * gdb.compile/compile-shlib.c: New file.
14153 * gdb.compile/compile.c: New file.
14154 * gdb.compile/compile.exp: New file.
14155 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14156
14157 2014-12-12 Tom Tromey <tromey@redhat.com>
14158
14159 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14160 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14161
14162 2014-12-12 Doug Evans <dje@google.com>
14163
14164 * lib/gdb-python.exp (get_python_valueof): New function.
14165 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14166
14167 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14168
14169 * gdb.base/completion.exp: Add test for completion of "info
14170 registers ".
14171
14172 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14173
14174 * gdb.base/func-ptrs.c: New file.
14175 * gdb.base/func-ptrs.exp: New file.
14176
14177 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14178
14179 PR breakpoints/17012
14180 * gdb.base/dprintf-detach.c: New file.
14181 * gdb.base/dprintf-detach.exp: New file.
14182
14183 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14184
14185 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14186 * lib/gdb.exp (target_is_gdbserver): New procedure.
14187
14188 2014-12-08 Doug Evans <dje@google.com>
14189
14190 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14191
14192 2014-12-05 Yao Qi <yao@codesourcery.com>
14193
14194 * gdb.guile/scm-error.exp: Remove the third argument to
14195 gdb_remote_download.
14196 * gdb.guile/scm-frame-args.exp: Likewise.
14197 * gdb.guile/scm-section-script.exp: Likewise.
14198
14199 2014-12-05 Yao Qi <yao@codesourcery.com>
14200
14201 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14202
14203 2014-12-04 Doug Evans <dje@google.com>
14204
14205 * gdb.python/py-objfile.exp: Add tests for
14206 objfile.add_separate_debug_file.
14207
14208 2014-12-04 Doug Evans <dje@google.com>
14209
14210 * lib/gdb.exp (get_build_id): New function.
14211 (build_id_debug_filename_get): Rewrite to use it.
14212 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14213
14214 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14215
14216 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14217 `method(long)', not just 0x0.
14218 * gdb.cp/nsalias.exp: Align code labels to 4.
14219 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14220 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14221 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14222 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14223 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14224 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14225
14226 2014-12-02 Doug Evans <dje@google.com>
14227
14228 PR symtab/17602
14229 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14230 * gdb.cp/anon-ns2.cc: ... here. New file.
14231 * gdb.cp/anon-ns.exp: Update.
14232
14233 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14234
14235 * gdb.python/py-events.py (inferior_call_handler): New.
14236 (register_changed_handler, memory_changed_handler): New.
14237 (test_events.invoke): Register new handlers.
14238 * gdb.python/py-events.exp: Add tests for inferior call,
14239 memory_changed and register_changed events.
14240
14241 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14242
14243 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14244 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14245 if the linker doesn't understand this.
14246
14247 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14248
14249 * gdb.python/python.exp: Change expected reply to help().
14250
14251 2014-12-01 Yao Qi <yao@codesourcery.com>
14252
14253 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14254 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14255 * configure: Re-generated.
14256
14257 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14258
14259 * gdb.cp/chained-calls.cc: New file.
14260 * gdb.cp/chained-calls.exp: New file.
14261 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14262
14263 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14264
14265 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14266 * gdb.dwarf2/symtab-producer.exp: Same.
14267 * gdb.gdb/python-interrupts.exp: Same.
14268 * gdb.gdb/python-selftest.exp: Same.
14269 * gdb.python/py-linetable.exp: Same.
14270 * gdb.python/py-type.exp: Same.
14271 * gdb.python/py-value-cc.exp: Same.
14272 * gdb.python/py-value.exp: Same.
14273
14274 2014-11-28 Yao Qi <yao@codesourcery.com>
14275
14276 * gdb.base/break-probes.exp: Match library name prefixed with
14277 sysroot.
14278
14279 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14280
14281 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14282 test expected output. Add parentheses for the call to print.
14283 Remove L suffix from integers.
14284
14285 2014-11-26 Doug Evans <dje@google.com>
14286
14287 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14288
14289 2014-11-22 Yao Qi <yao@codesourcery.com>
14290
14291 * gdb.trace/entry-values.c: Remove asms.
14292 (foo): Add foo_label.
14293 (bar): Add bar_label.
14294 * gdb.trace/entry-values.exp: Remove code computing foo's
14295 length and bar's length.
14296 (Dwarf::assemble): Invoke function_range for bar and use
14297 MACRO_AT_func for foo.
14298
14299 2014-11-22 Yao Qi <yao@codesourcery.com>
14300
14301 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14302 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14303 Use .Lgcc43_procstart instead of gcc43.
14304
14305 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14306
14307 * gdb.ada/n_arr_bound: New testcase.
14308
14309 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14310
14311 PR breakpoints/10737
14312 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14313 test_catch_syscall_multi_arch.
14314 (test_catch_syscall_multi_arch): New function.
14315
14316 2014-11-20 Doug Evans <xdje42@gmail.com>
14317
14318 * gdb.base/maint.exp: Update expected output.
14319
14320 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14321
14322 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14323 4-byte instruction on S390.
14324
14325 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14326
14327 * gdb.ada/arr_arr: New testcase.
14328
14329 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14330
14331 * gdb.ada/pkd_arr_elem: New Testcase.
14332
14333 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14334
14335 * gdb.reverse/break-precsave: Expect completion message for
14336 core file reads.
14337 * gdb.reverse/consecutive-precsave.exp: Likewise.
14338 * gdb.reverse/finish-precsave.exp: Likewise.
14339 * gdb.reverse/i386-precsave.exp: Likewise.
14340 * gdb.reverse/machinestate-precsave.exp: Likewise.
14341 * gdb.reverse/sigall-precsave.exp: Likewise.
14342 * gdb.reverse/solib-precsave.exp: Likewise.
14343 * gdb.reverse/step-precsave.exp: Likewise.
14344 * gdb.reverse/until-precsave.exp: Likewise.
14345 * gdb.reverse/watch-precsave.exp: Likewise.
14346
14347 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14348
14349 * gdb.base/bp-permanent.c: Include unistd.h.
14350 * gdb.python/py-framefilter-mi.c (main): Add return type.
14351 * gdb.python/py-framefilter.c (main): Likewise.
14352 * gdb.trace/actions-changed.c (main): Likewise.
14353
14354 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14355
14356 * gdb.mi/until.c: Add eye-catchers.
14357 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14358 line numbers.
14359
14360 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14361
14362 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14363 function header variants in break1.c.
14364 * gdb.base/ena-dis-br.exp: Likewise.
14365 * gdb.base/hbreak2.exp: Likewise.
14366 * gdb.reverse/until-precsave.exp: Drop references to removed
14367 non-prototype function header variants in ur1.c.
14368 * gdb.reverse/until-reverse.exp: Likewise.
14369
14370 2014-11-17 Petr Machata <pmachata@redhat.com>
14371
14372 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14373 ${_cu_offset_size} bytes abbrev offset.
14374
14375 2014-11-15 Doug Evans <xdje42@gmail.com>
14376
14377 PR symtab/17559
14378 * gdb.base/line-symtabs.exp: New file.
14379 * gdb.base/line-symtabs.c: New file.
14380 * gdb.base/line-symtabs.h: New file.
14381
14382 2014-11-14 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14385 (func): Add label func_label.
14386 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14387 Replace low_pc and high_pc with MACRO_AT_range.
14388 Replace name, low_pc and high_pc with MACRO_AT_func.
14389
14390 2014-11-14 Yao Qi <yao@codesourcery.com>
14391
14392 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14393 Replace name, low_pc and high_pc with MACRO_AT_func.
14394
14395 2014-11-14 Yao Qi <yao@codesourcery.com>
14396
14397 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14398 produce debug information.
14399 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14400
14401 2014-11-14 Yao Qi <yao@codesourcery.com>
14402
14403 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14404 object and get function length.
14405 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14406 with MACRO_AT_func.
14407 (top-level): Replace gdb_compile and clean_restart with
14408 prepare_for_testing.
14409 * gdb.dwarf2/main.c (main): Add label main_label.
14410
14411 2014-11-14 Yao Qi <yao@codesourcery.com>
14412
14413 * lib/dwarf.exp (function_range): New procedure.
14414 (Dwarf::_handle_macro_at_func): New procedure.
14415 (Dwarf::_handle_macro_at_range): New procedure.
14416 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14417
14418 2014-11-14 Yao Qi <yao@codesourcery.com>
14419
14420 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14421 (_handle_attribute): New procedure.
14422
14423 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14424
14425 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14426 * gdb.base/call-sc.c (zed): Likewise.
14427 * gdb.base/checkpoint.c (main): Likewise.
14428 * gdb.base/dump.c (main): Likewise.
14429 * gdb.base/gcore.c (main): Likewise.
14430 * gdb.base/huge.c (main): Likewise.
14431 * gdb.base/multi-forks.c (main): Likewise.
14432 * gdb.base/pr10179-a.c (main): Likewise.
14433 * gdb.base/savedregs.c (main): Likewise.
14434 * gdb.base/sigaltstack.c (main): Likewise.
14435 * gdb.base/siginfo.c (main): Likewise.
14436 * gdb.base/structs.c (zed): Likewise.
14437 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14438 * gdb.mi/mi-syn-frame.c (main): Likewise.
14439 * gdb.mi/until.c (foo, main): Likewise.
14440 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14441 * gdb.base/solib-weak.c (foo): Declare.
14442 * gdb.base/attach-twice.c: Include stdio.h.
14443 * gdb.base/weaklib1.c: Likewise.
14444 * gdb.base/weaklib2.c: Likewise.
14445 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14446 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14447 unistd.h.
14448 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14449 * gdb.mi/mi-exit-code.c: Likewise.
14450 * gdb.base/break-interp-lib.c: Include string.h.
14451 * gdb.base/coremaker.c: Likewise.
14452 * gdb.base/testenv.c: Likewise.
14453 * gdb.python/py-finish-breakpoint.c: Likewise.
14454 * gdb.base/inferior-died.c: Include sys/wait.h.
14455 * gdb.base/fileio.c: Include time.h.
14456 * gdb.base/async-shell.c: Include unistd.h.
14457 * gdb.base/dprintf-non-stop.c: Likewise.
14458 * gdb.base/info-os.c: Likewise.
14459 * gdb.mi/mi-console.c: Likewise.
14460 * gdb.mi/watch-nonstop.c: Likewise.
14461 * gdb.python/py-events.c: Likewise.
14462 * gdb.base/async.c (baz): Move up before its invocation.
14463 * gdb.base/code_elim2.c (my_global_func): Likewise.
14464 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14465 * gdb.base/advance.c (func2): Likewise.
14466
14467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14468
14469 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14470 variant.
14471 * gdb.base/annota3.c: Likewise.
14472 * gdb.base/async.c: Likewise.
14473 * gdb.base/average.c: Likewise.
14474 * gdb.base/call-ar-st.c: Likewise.
14475 * gdb.base/call-rt-st.c: Likewise.
14476 * gdb.base/call-sc.c: Likewise.
14477 * gdb.base/call-strs.c: Likewise.
14478 * gdb.base/ending-run.c: Likewise.
14479 * gdb.base/execd-prog.c: Likewise.
14480 * gdb.base/exprs.c: Likewise.
14481 * gdb.base/foll-exec.c: Likewise.
14482 * gdb.base/foll-fork.c: Likewise.
14483 * gdb.base/foll-vfork.c: Likewise.
14484 * gdb.base/funcargs.c: Likewise.
14485 * gdb.base/gcore.c: Likewise.
14486 * gdb.base/jump.c: Likewise.
14487 * gdb.base/langs0.c: Likewise.
14488 * gdb.base/langs1.c: Likewise.
14489 * gdb.base/langs2.c: Likewise.
14490 * gdb.base/mips_pro.c: Likewise.
14491 * gdb.base/nodebug.c: Likewise.
14492 * gdb.base/opaque0.c: Likewise.
14493 * gdb.base/opaque1.c: Likewise.
14494 * gdb.base/recurse.c: Likewise.
14495 * gdb.base/run.c: Likewise.
14496 * gdb.base/scope0.c: Likewise.
14497 * gdb.base/scope1.c: Likewise.
14498 * gdb.base/setshow.c: Likewise.
14499 * gdb.base/setvar.c: Likewise.
14500 * gdb.base/shmain.c: Likewise.
14501 * gdb.base/shr1.c: Likewise.
14502 * gdb.base/shr2.c: Likewise.
14503 * gdb.base/sigall.c: Likewise.
14504 * gdb.base/signals.c: Likewise.
14505 * gdb.base/so-indr-cl.c: Likewise.
14506 * gdb.base/solib2.c: Likewise.
14507 * gdb.base/structs.c: Likewise.
14508 * gdb.base/sum.c: Likewise.
14509 * gdb.base/vforked-prog.c: Likewise.
14510 * gdb.base/watchpoint.c: Likewise.
14511 * gdb.reverse/shr2.c: Likewise.
14512 * gdb.reverse/until-reverse.c: Likewise.
14513 * gdb.reverse/ur1.c: Likewise.
14514 * gdb.reverse/watch-reverse.c: Likewise.
14515
14516 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14517
14518 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14519 variant.
14520 * gdb.base/sepdebug.exp: Drop references to removed code.
14521
14522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14523
14524 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14525 variant. Preserve original line numbering.
14526 * gdb.base/list1.c: Likewise.
14527
14528 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14529
14530 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14531 variant.
14532 * gdb.base/break1.c: Likewise.
14533 * gdb.base/break.exp: Drop references to removed code.
14534
14535 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14536
14537 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14538 variant.
14539
14540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14541
14542 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14543
14544 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14545
14546 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14547 logic into perform_all_tests() and invoke it with and without
14548 function header prototypes.
14549 (do_function_calls): Remove conditional XFAIL for PR 5318.
14550 (rerun_and_prepare): Remove duplicate code.
14551 (perform_all_tests): New. Main logic moved here.
14552
14553 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14554
14555 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14556 code guarded by #ifdef NO_PROTOTYPES.
14557 (t_double_many_args): Likewise.
14558 (DEF_FUNC_MANY_ARGS_1): Likewise.
14559 (DEF_FUNC_VALUES_1): Likewise.
14560 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14561 guarded by #ifdef PROTOTYPES.
14562
14563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14564
14565 * gdb.mi/mi-console.c: Add eye-catcher.
14566 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14567 instead of literal line number.
14568
14569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14570
14571 * gdb.base/shr2.c: Add eye-catcher.
14572 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14573 line number.
14574
14575 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14576
14577 * gdb.base/jump.c: Add eye-catchers.
14578 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14579 numbers.
14580
14581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14582
14583 * gdb.base/execd-prog.c: Add eye-catchers.
14584 * gdb.base/foll-exec.c: Likewise.
14585 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14586 line numbers.
14587
14588 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14589
14590 * gdb.base/ending-run.c: Add eye-catchers.
14591 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14592 literal line numbers.
14593
14594 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14595
14596 * gdb.base/call-rt-st.c: Add eye-catchers.
14597 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14598 literal line numbers.
14599
14600 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14601
14602 * gdb.base/call-ar-st.c: Add eye-catchers.
14603 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14604 literal line numbers.
14605
14606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14607
14608 * gdb.base/average.c: Add eye-catchers.
14609 * gdb.base/sum.c: Likewise.
14610 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14611 regexps dynamically.
14612
14613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14614
14615 * gdb.base/solib1.c: Add eye-catchers.
14616 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14617 literal line numbers.
14618
14619 2014-11-12 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14622 leader has exited.
14623
14624 2014-11-12 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.arch/i386-bp_permanent.c: New file.
14627 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14628 (srcfile): Set to i386-bp_permanent.c.
14629 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14630 that stepi does not execute the 'leave' instruction, instead of
14631 testing it does execute.
14632 * gdb.base/bp-permanent.c: New file.
14633 * gdb.base/bp-permanent.exp: New file.
14634
14635 2014-11-10 Doug Evans <xdje42@gmail.com>
14636
14637 PR symtab/17564
14638 * gdb.base/symtab-search-order.exp: New file.
14639 * gdb.base/symtab-search-order.c: New file.
14640 * gdb.base/symtab-search-order-1.c: New file.
14641 * gdb.base/symtab-search-order-shlib-1.c: New file.
14642
14643 2014-11-07 Pedro Alves <palves@redhat.com>
14644
14645 PR gdb/17511
14646 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14647 i?86-*-linux*.
14648
14649 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14650
14651 PR c++/17494
14652 * gdb.cp/pr17494.cc: New file.
14653 * gdb.cp/pr17494.exp: New file.
14654
14655 2014-11-02 Yao Qi <yao@codesourcery.com>
14656
14657 * gdb.python/python.exp: Get working directory and match the
14658 output of "set extended-prompt \\w " with it.
14659
14660 2014-10-30 Doug Evans <dje@google.com>
14661
14662 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14663 in objfiles.
14664 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14665 in progspaces.
14666
14667 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14668
14669 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14670 * gdb.base/realname-expand.exp: Likewise.
14671 * gdb.linespec/macro-relative.exp: Likewise.
14672
14673 2014-10-29 Pedro Alves <palves@redhat.com>
14674
14675 PR gdb/17408
14676 * gdb.threads/schedlock.c (some_function): New function.
14677 (call_function): New global.
14678 (MAYBE_CALL_SOME_FUNCTION): New macro.
14679 (thread_function): Call it.
14680 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14681 and use it instead of a global counter. Adjust all callers.
14682 (get_current_thread): Use "find current thread" for test message
14683 here rather than having all callers pass down the same string.
14684 (goto_loop): New procedure, factored out from ...
14685 (my_continue): ... this.
14686 (step_ten_loops): Change parameter from test message to command to
14687 use. Adjust.
14688 (list_count): Delete global.
14689 (check_result): New procedure, factored out from duplicate top
14690 level code.
14691 (continue tests): Wrap in with_test_prefix.
14692 (test_step): New procedure, factored out from duplicate top level
14693 code.
14694 (top level): Test "step" in combination with all scheduler-locking
14695 modes. Test "next" in combination with all scheduler-locking
14696 modes, and in combination with stepping over a function call or
14697 not.
14698 * gdb.threads/next-bp-other-thread.c: New file.
14699 * gdb.threads/next-bp-other-thread.exp: New file.
14700
14701 2014-10-29 Pedro Alves <palves@redhat.com>
14702
14703 PR python/17372
14704 * gdb.python/python.exp: Test a multi-line command that spawns
14705 interactive Python.
14706 * gdb.base/multi-line-starts-subshell.exp: New file.
14707
14708 2014-10-29 Yao Qi <yao@codesourcery.com>
14709
14710 * gdb.base/fileio.exp: Make directories on host.
14711
14712 2014-10-29 Yao Qi <yao@codesourcery.com>
14713
14714 * gdb.base/fileio.c (test_write): Close the file.
14715
14716 2014-10-28 Pedro Alves <palves@redhat.com>
14717
14718 PR gdb/12623
14719 * gdb.base/sigstep.c (no_handler): New global.
14720 (main): If 'no_handler is true, set the signal handlers to
14721 SIG_IGN.
14722 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14723 with_sw_watch and no_handler parameters. Handle them.
14724 (top level) <stepping over handler when stopped at a breakpoint
14725 test>: Add a test axis for testing with a software watchpoint, and
14726 another for testing with the signal handler set to SIG_IGN.
14727 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14728 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14729
14730 2014-10-28 Pedro Alves <palves@redhat.com>
14731
14732 PR gdb/17511
14733 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14734 * gdb.base/sigstep.exp (other_handler_location): New global.
14735 (advance): Support stepping into the signal handler, and running
14736 commands while in the handler.
14737 (in_handler_map): New global.
14738 (top level): In the advance test, add combinations for getting
14739 into the handler with stepping commands, and for running commands
14740 in the handler. Add comment descripting the advancei tests.
14741
14742 2014-10-28 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.base/sigstep.exp: Use build_executable instead of
14745 prepare_for_testing.
14746 (top level): Move code that starts GDB, runs to main and creates a
14747 display to ...
14748 (restart): ... this new procedure.
14749 (top level): Move backtrace from signal handler test to ...
14750 (validate_backtrace): ... this new procedure.
14751 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14752 with_test_prefix. Always restart GDB.
14753 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14754 with_test_prefix. Always restart GDB. No need to delete
14755 breakpoints after the test.
14756 (test_skip_handler): Remove prefix parameter.
14757 (skip_over_handler, breakpoint_to_handler)
14758 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14759 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14760 restart GDB. No need to delete breakpoints after the test.
14761 (top level): Use foreach to call the test procedures with
14762 different commands.
14763
14764 2014-10-28 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14767 instead of GNATS numbers.
14768 * gdb.base/sigbpt.exp: Likewise.
14769 * gdb.base/siginfo.exp: Likewise.
14770 * gdb.base/sigstep.exp: Likewise.
14771
14772 2014-10-27 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/sigstep.c (dummy): New global.
14775 (main): Issue a couple writes to the new global.
14776 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14777 procedures.
14778 (skip_over_handler): Use test_skip_handler.
14779 (top level): Call skip_over_handler for stepi and nexti too.
14780 (breakpoint_over_handler): Use test_skip_handler.
14781 (top level): Call breakpoint_over_handler for stepi and nexti too.
14782
14783 2014-10-27 Yao Qi <yao@codesourcery.com>
14784
14785 * gdb.trace/tfile.c (adjust_function_address)
14786 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14787 function descriptor.
14788
14789 2014-10-24 Don Breazeal <donb@codesourcery.com>
14790
14791 * gdb.base/foll-fork.exp (test_follow_fork,
14792 catch_fork_child_follow): Check for updated fork messages emitted
14793 from infrun.c.
14794 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14795 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14796 vfork_and_exec_child_follow_through_step): Check for updated vfork
14797 messages emitted from infrun.c.
14798
14799 2014-10-24 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/corefile.exp: Remove references to ultrix.
14802 * gdb.base/interrupt.exp: Likewise.
14803 * gdb.base/whatis.exp: Likewise.
14804 * gdb.gdb/selftest.exp: Likewise.
14805 * gdb.threads/manythreads.exp: Likewise.
14806 * gdb.threads/print-threads.exp: Likewise.
14807 * gdb.threads/pthreads.exp:: Likewise.
14808 * gdb.threads/schedlock.exp: Likewise.
14809
14810 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14811
14812 * gdb.cp/non-trivial-retval.cc: Add a test case.
14813 * gdb.cp/non-trivial-retval.exp: Add a test.
14814
14815 2014-10-20 Yao Qi <yao@codesourcery.com>
14816
14817 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14818 * gdb.python/py-objfile-script-gdb.py: New file.
14819 * gdb.python/py-objfile-script.exp: Update reference to
14820 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14821 of remote_download. Remove the dest file.
14822
14823 2014-10-20 Yao Qi <yao@codesourcery.com>
14824
14825 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14826 * gdb.base/step-line.exp: Likewise.
14827 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14828 * gdb.dwarf2/dw2-basic.exp: Likewise.
14829 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14830 * gdb.dwarf2/dw2-filename.exp: Likewise.
14831 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14832 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14833 * gdb.dwarf2/dw2-producer.exp: Likewise.
14834 * gdb.dwarf2/mac-fileno.exp: Likewise.
14835 * gdb.python/py-frame-args.exp: Likewise.
14836 * gdb.python/py-framefilter.exp: Likewise.
14837 * gdb.python/py-mi.exp: Likewise.
14838 * gdb.python/py-objfile-script.exp: Likewise
14839 * gdb.python/py-pp-integral.exp: Likewise.
14840 * gdb.python/py-pp-re-notag.exp: Likewise.
14841 * gdb.python/py-prettyprint.exp: Likewise.
14842 * gdb.python/py-section-script.exp: Likewise.
14843 * gdb.python/py-typeprint.exp: Likewise.
14844 * gdb.python/py-xmethods.exp: Likewise.
14845 * gdb.stabs/weird.exp: Likewise.
14846 * gdb.xml/tdesc-regs.exp: Likewise.
14847
14848 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14849
14850 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14851 (out_cu): Use addr_len for the size of addresses.
14852 (out_line): Likewise. Size DW_LNE_set_address instruction
14853 according to addr_len.
14854 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14855 (FUNC): Add START_INSNS to definition.
14856
14857 2014-10-18 Yao Qi <yao@codesourcery.com>
14858
14859 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14860 gdb_has_argv0 return true.
14861 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14862 check [target_info exists noargs], check [gdb_has_argv0]
14863 instead.
14864 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14865 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14866 procedures.
14867
14868 2014-10-17 Doug Evans <dje@google.com>
14869
14870 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14871 event.
14872 * gdb.python/py-events.py: Add clear_objfiles event.
14873
14874 2014-10-17 Doug Evans <dje@google.com>
14875
14876 * gdb.python/py-objfile.exp: Test progspace attribute.
14877
14878 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14879
14880 * gdb.guile/scm-breakpoint.exp: Do not assume any
14881 directory separators when matching source file paths.
14882 * gdb.python/py-breakpoint.exp: Likewise.
14883 * gdb.reverse/break-precsave.exp: Likewise.
14884 * gdb.reverse/break-reverse.exp: Likewise.
14885 * gdb.reverse/consecutive-precsave.exp: Likewise.
14886 * gdb.reverse/finish-precsave.exp: Likewise.
14887 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14888 * gdb.reverse/finish-reverse.exp: Likewise.
14889 * gdb.reverse/i386-precsave.exp: Likewise.
14890 * gdb.reverse/i387-env-reverse.exp: Likewise.
14891 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14892 * gdb.reverse/machinestate-precsave.exp: Likewise.
14893 * gdb.reverse/machinestate.exp: Likewise.
14894 * gdb.reverse/sigall-precsave.exp: Likewise.
14895 * gdb.reverse/solib-precsave.exp: Likewise.
14896 * gdb.reverse/step-precsave.exp: Likewise.
14897 * gdb.reverse/until-precsave.exp: Likewise.
14898 * gdb.reverse/watch-precsave.exp: Likewise.
14899 * gdb.reverse/watch-reverse.exp: Likewise.
14900
14901 2014-10-17 Yao Qi <yao@codesourcery.com>
14902
14903 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14904 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14905
14906 2014-10-17 Pedro Alves <palves@redhat.com>
14907
14908 PR gdb/17471
14909 * gdb.base/bg-execution-repeat.c: New file.
14910 * gdb.base/bg-execution-repeat.exp: New file.
14911
14912 2014-10-17 Pedro Alves <palves@redhat.com>
14913
14914 PR gdb/17300
14915 * gdb.base/continue-all-already-running.c: New file.
14916 * gdb.base/continue-all-already-running.exp: New file.
14917
14918 2014-10-17 Pedro Alves <palves@redhat.com>
14919
14920 PR gdb/17472
14921 * gdb.base/annota-input-while-running.c: New file.
14922 * gdb.base/annota-input-while-running.exp: New file.
14923
14924 2014-10-17 Pedro Alves <palves@redhat.com>
14925
14926 * gdb.base/callfuncs.exp: emove references to osf.
14927 * gdb.base/sigall.exp: Likewise.
14928 * gdb.gdb/selftest.exp: Likewise.
14929 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14930 * gdb.mi/non-stop.c: Likewise.
14931 * gdb.mi/pthreads.c: Likewise.
14932 * gdb.reverse/sigall-precsave.exp: Likewise.
14933 * gdb.reverse/sigall-reverse.exp: Likewise.
14934 * gdb.threads/pthreads.c: Likewise.
14935 * gdb.threads/pthreads.exp: Likewise.
14936
14937 2014-10-17 Yao Qi <yao@codesourcery.com>
14938
14939 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14940 check 'target_info exists noargs'.
14941 (test_command_prompt_position): Likewise.
14942 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14943 Remove "set args".
14944 (progvar_simple_while_test): Likewise.
14945 (progvar_complex_if_while_test): Likewise.
14946 (if_while_breakpoint_command_test): Likewise.
14947 (infrun_breakpoint_command_test): Likewise.
14948 (breakpoint_command_test): Likewise.
14949 (watchpoint_command_test): Likewise.
14950 (bp_deleted_in_command_test): Likewise.
14951 (temporary_breakpoint_commands): Likewise.
14952
14953 2014-10-16 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.base/remotetimeout.exp: Remove noargs checking.
14956
14957 2014-10-15 Pedro Alves <palves@redhat.com>
14958
14959 PR breakpoints/9649
14960 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14961 * gdb.base/breakpoint-in-ro-region.exp
14962 (probe_target_hardware_step): New procedure.
14963 (top level): Probe hardware stepping and hardware breakpoint
14964 support. Test stepping through a read-only region, with both
14965 "breakpoint auto-hw" on and off and both "always-inserted" on and
14966 off.
14967
14968 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14969
14970 * gdb.dlang/demangle.exp: Update for demangling changes.
14971
14972 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14973
14974 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14975 * gdb.cp/non-trivial-retval.exp: Add new tests.
14976
14977 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14978
14979 PR c++/13403
14980 PR c++/15154
14981 * gdb.cp/non-trivial-retval.cc: New file.
14982 * gdb.cp/non-trivial-retval.exp: New file.
14983
14984 2014-10-15 Yao Qi <yao@codesourcery.com>
14985
14986 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14987 remote host.
14988
14989 2014-10-15 Yao Qi <yao@codesourcery.com>
14990
14991 * gdb.python/py-symbol.exp: Match file base name if host is
14992 remote, otherwise match file name with dir name.
14993 * gdb.python/py-symtab.exp: Likewise.
14994 * gdb.python/python.exp: Likewise.
14995
14996 2014-10-15 Yao Qi <yao@codesourcery.com>
14997
14998 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14999 pattern.
15000 * gdb.python/py-symtab.exp: Likewise.
15001 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15002 locationn.
15003
15004 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15005
15006 * gdb.ada/addr_arith: New testcase.
15007
15008 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15009
15010 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15011 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15012 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15013 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15014
15015 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15016
15017 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15018 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15019 * gdb.arch/stap-eval-lang-ada.exp: New file.
15020
15021 2014-10-14 Yao Qi <yao@codesourcery.com>
15022
15023 * gdb.mi/mi-var-child.c (nothing1): New function.
15024 (nothing2): New function.
15025 (do_children_tests): Set function pointers by nothing1 and
15026 nothing2.
15027 * gdb.mi/mi-var-child.exp: Step over new added statements.
15028 Update test to match the new output.
15029 * gdb.mi/var-cmd.c (nothing1): New function.
15030 (nothing2): New function.
15031 (do_children_tests): Set function pointers by nothing1 and
15032 nothing2.
15033 * gdb.mi/mi-var-display.exp: Update test to match output.
15034 Step to the line specified by $line_dct_nothing.
15035 Increase the number of lines to step.
15036
15037 2014-10-14 Yao Qi <yao@codesourcery.com>
15038
15039 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15040 tests.
15041 * gdb.mi/mi2-var-child.exp: Likewise.
15042
15043 2014-10-13 Doug Evans <dje@google.com>
15044
15045 * gdb.python/py-objfile.exp: Change name of file name test.
15046
15047 2014-10-13 Doug Evans <dje@google.com>
15048
15049 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15050 from the start of the CU.
15051
15052 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15053 Yao Qi <yao@codesourcery.com>
15054
15055 Fix "save breakpoints" for "catch" command.
15056 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15057 Remove -nonewline. Match also the added "main" line.
15058
15059 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15060
15061 Fix "save breakpoints" for "disable $bpnum" command.
15062 * gdb.base/save-bp.c (main): Add label.
15063 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15064
15065 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15066
15067 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15068
15069 2014-10-11 Yao Qi <yao@codesourcery.com>
15070
15071 * gdb.server/server-kill.exp: Execute command
15072 "set remote trace-status-packet on" before "tstatus".
15073
15074 2014-10-11 Yao Qi <yao@codesourcery.com>
15075
15076 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15077 (main): Call getppid.
15078 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15079 and continue to it. Read variable "server_pid".
15080
15081 2014-10-11 Yao Qi <yao@codesourcery.com>
15082
15083 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15084
15085 2014-10-11 Yao Qi <yao@codesourcery.com>
15086
15087 * gdb.threads/thread-find.exp: Don't execute command
15088 "info threads".
15089 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15090 * gdb.threads/linux-dp.exp: Don't check the condition
15091 $threads_created equals to zero.
15092
15093 2014-10-10 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/bigcore.exp: Remove references to IRIX.
15096 * gdb.base/funcargs.exp: Likewise.
15097 * gdb.base/interrupt.exp: Likewise.
15098 * gdb.base/mips_pro.exp: Likewise.
15099 * gdb.base/nodebug.exp: Likewise.
15100 * gdb.base/setvar.exp: Likewise.
15101 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15102
15103 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15104 Pedro Alves <palves@redhat.com>
15105
15106 PR symtab/14466
15107 * gdb.base/vdso-warning.c: New file.
15108 * gdb.base/vdso-warning.exp: New file.
15109
15110 2014-10-02 Doug Evans <dje@google.com>
15111
15112 * gdb.base/structs.c (main): Don't run forever.
15113
15114 2014-10-02 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15117 (top level) <stop threads 1, stop threads 2>: Use it.
15118
15119 2014-10-02 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.threads/break-while-running.exp (test): Add new
15122 'update_thread_list' argument. Skip "info threads" if false.
15123 (top level): Add new 'update_thread_list' axis.
15124
15125 2014-10-02 Pedro Alves <palves@redhat.com>
15126
15127 PR breakpoints/17431
15128 * gdb.base/execl-update-breakpoints.c: New file.
15129 * gdb.base/execl-update-breakpoints.exp: New file.
15130
15131 2014-10-01 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.base/breakpoint-in-ro-region.c: New file.
15134 * gdb.base/breakpoint-in-ro-region.exp: New file.
15135
15136 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15137
15138 * gdb.mi/mi-exit-code.exp: New file.
15139 * gdb.mi/mi-exit-code.c: New file.
15140
15141 2014-09-30 Yao Qi <yao@codesourcery.com>
15142
15143 * lib/prelink-support.exp (build_executable_own_libs): Error if
15144 the target isn't native.
15145
15146 2014-09-30 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15149 false.
15150
15151 2014-09-22 Pedro Alves <palves@redhat.com>
15152
15153 * gdb.threads/break-while-running.exp: New file.
15154 * gdb.threads/break-while-running.c: New file.
15155
15156 2014-09-19 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15159 Invoke test. Restart GDB with --readnow and invoke test again.
15160
15161 2014-09-19 Yao Qi <yao@codesourcery.com>
15162
15163 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15164 proc set_breakpoint_on_gcd_function. Invoke
15165 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15166 invoke set_breakpoint_on_gcd_function again.
15167
15168 2014-09-18 Doug Evans <dje@google.com>
15169
15170 * gdb.dwarf2/symtab-producer.exp: New file.
15171
15172 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15173
15174 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15175 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15176 * gdb.base/global-var-nested-by-dso.c: Likewise.
15177 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15178
15179 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15180 Pedro Alves <palves@redhat.com>
15181
15182 * gdb.base/watch-bitfields.exp: Pass string other than test file
15183 name to prepare_for_testing.
15184 (watch): New procedure.
15185 (expect_watchpoint): Use with_test_prefix.
15186 (top level): Factor out tests to ...
15187 (test_watch_location, test_regular_watch): ... these new
15188 procedures, and use with_test_prefix and gdb_continue_to_end.
15189
15190 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15191
15192 PR breakpoints/12526
15193 * gdb.base/watch-bitfields.exp: New file.
15194 * gdb.base/watch-bitfields.c: New file.
15195
15196 2014-09-16 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15199 software and hardware addresses, not software address against
15200 itself.
15201
15202 2014-09-16 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15205 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15206
15207 2014-09-16 Pedro Alves <palves@redhat.com>
15208
15209 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15210 files.
15211 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15212 "*-*-vxworks*" throughout.
15213 * gdb.base/break.exp: Likewise.
15214 * gdb.base/default.exp: Likewise.
15215 * gdb.base/scope.exp: Likewise.
15216 * gdb.base/sepdebug.exp: Likewise.
15217 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15218 throughout.
15219 * gdb.base/run.c: Likewise.
15220 * gdb.base/sepdebug.c: Likewise.
15221 * gdb.hp/gdb.aCC/run.c: Likewise.
15222 * gdb.reverse/until-reverse.c: Likewise.
15223 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15224
15225 2014-09-16 Yao Qi <yao@codesourcery.com>
15226
15227 * boards/local-remote-host-native.exp: New file.
15228
15229 2014-09-14 Doug Evans <xdje42@gmail.com>
15230
15231 * gdb.threads/queue-signal.c (thread_count): New variable.
15232 (thread_count_mutex, thread_count_condvar): New variables.
15233 (incr_thread_count, wait_all_threads_running): New functions.
15234 (main): Wait for all threads to be in their thread functions.
15235
15236 2014-09-13 Doug Evans <xdje42@gmail.com>
15237
15238 * gdb.threads/queue-signal.c: New file.
15239 * gdb.threads/queue-signal.exp: New file.
15240
15241 2014-09-13 Doug Evans <xdje42@gmail.com>
15242
15243 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15244 be consistent with what default_gdb_init uses.
15245 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15246 the plain text of the prompt. Add some logging printfs.
15247 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15248
15249 2014-09-12 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15252 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15253 * gdb.arch/i386-size-overlap.exp: Likewise.
15254 * gdb.arch/i386-size.exp: Likewise.
15255 * gdb.arch/i386-unwind.exp: Likewise.
15256 * gdb.base/a2-run.exp: Likewise.
15257 * gdb.base/break.exp: Likewise.
15258 * gdb.base/charset.exp: Likewise.
15259 * gdb.base/chng-syms.exp: Likewise.
15260 * gdb.base/commands.exp: Likewise.
15261 * gdb.base/dbx.exp: Likewise.
15262 * gdb.base/find.exp: Likewise.
15263 * gdb.base/funcargs.exp: Likewise.
15264 * gdb.base/jit-simple.exp: Likewise.
15265 * gdb.base/reread.exp: Likewise.
15266 * gdb.base/sepdebug.exp: Likewise.
15267 * gdb.base/step-bt.exp: Likewise.
15268 * gdb.cp/mb-inline.exp: Likewise.
15269 * gdb.cp/mb-templates.exp: Likewise.
15270 * gdb.objc/basicclass.exp: Likewise.
15271 * gdb.threads/killed.exp: Likewise.
15272
15273 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15274
15275 PR tdep/17379
15276 * gdb.arch/powerpc-stackless.S: New file.
15277 * gdb.arch/powerpc-stackless.exp: New file.
15278
15279 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.base/attach.c: Include unistd.h.
15282 (main): Call alarm. Add label postloop.
15283 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15284 gdb_breakpoint, gdb_continue_to_breakpoint.
15285 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15286
15287 2014-09-11 Pedro Alves <palves@redhat.com>
15288
15289 PR gdb/17347
15290 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15291 * gdb.base/attach.exp (test_command_line_attach_run): New
15292 procedure.
15293 (top level): Call it.
15294
15295 2014-09-11 Pedro Alves <palves@redhat.com>
15296
15297 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15298 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15299 (do_command_attach_tests): Use spawn_wait_for_attach.
15300 * gdb.base/solib-overlap.exp: Likewise.
15301 * gdb.multi/multi-attach.exp: Likewise.
15302 * gdb.python/py-prompt.exp: Likewise.
15303 * gdb.python/py-sync-interp.exp: Likewise.
15304 * gdb.server/ext-attach.exp: Likewise.
15305
15306 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15307
15308 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15309 command in testcase. Simplify testcase.
15310
15311 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15312
15313 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15314
15315 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15316
15317 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15318
15319 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15320
15321 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15322
15323 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15324
15325 * gdb.dwarf2/dynarr-ptr.c: New file.
15326 * gdb.dwarf2/dynarr-ptr.exp: New file.
15327
15328 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15329
15330 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15331 of 30 rather than hardcoding 120 for a slow test case. Take the
15332 `gdb,timeout' target setting into account for this calculation.
15333 Don't extend the timeout for the test cases that don't need it.
15334
15335 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15336
15337 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15338 a factor of 2 for a slow test case. Take the `gdb,timeout'
15339 target setting into account for this calculation.
15340 * gdb.reverse/until-precsave.exp: Increase the timeout by
15341 a factor of 15 and 3 respectively rather than adding 120
15342 for a pair of slow test cases. Take the `gdb,timeout'
15343 target setting into account for this calculation.
15344
15345 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15346
15347 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15348 timeout, don't pass one down to gdb_expect.
15349 (gdb_expect): Rework timeout selection.
15350
15351 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15352
15353 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15354 exception on timeout.
15355 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15356 (gdbserver_start_extended): Catch any `gdbserver_start' error
15357 exceptions.
15358 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15359 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15360 `gdbserver_gdb_load' error exceptions.
15361
15362 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15363
15364 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15365 120 on waiting for the TCP socket to open.
15366
15367 2014-09-09 Doug Evans <xdje42@gmail.com>
15368
15369 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15370 _caller_matches, _any_caller_is, _any_caller_matches.
15371
15372 2014-09-09 Doug Evans <xdje42@gmail.com>
15373
15374 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15375
15376 2014-09-09 Yao Qi <yao@codesourcery.com>
15377
15378 * gdb.mi/mi-var-display.exp: Set print symbol off.
15379
15380 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15381
15382 PR gdb/17035
15383 * gdb.base/commands.exp: Add tests to verify user-defined
15384 commands with empty bodies.
15385 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15386 python commands in `show user command`.
15387 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15388 scheme commands in `show user command`.
15389
15390 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15391
15392 PR python/17355
15393 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15394 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15395 * gdb.python/py-framefilter-invalidarg.exp: New file.
15396 * gdb.python/py-framefilter-invalidarg.py: New file.
15397
15398 2014-09-06 Doug Evans <xdje42@gmail.com>
15399
15400 PR 15276
15401 * gdb.python/py-caller-is.c: New file.
15402 * gdb.python/py-caller-is.exp: New file.
15403
15404 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15405
15406 PR gdb/17235
15407 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15408 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15409
15410 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15411
15412 PR fortran/17237
15413 * gdb.fortran/print-formatted.exp: New file.
15414 * gdb.fortran/print-formatted.f90: Likewise.
15415
15416 2014-09-03 Sasha Smundak <asmundak@google.com>
15417
15418 * gdb.python/py-frame.exp: Test Frame.read_register.
15419
15420 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15421
15422 PR python/16699
15423 * gdb.python/py-completion.exp: New file.
15424 * gdb.python/py-completion.py: Likewise.
15425
15426 2014-08-28 Doug Evans <dje@google.com>
15427
15428 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15429 eax,etc. are live with values set by gdb and thus the compiler can't
15430 use them.
15431 * gdb.arch/i386-pseudo.c (main): Ditto.
15432
15433 2014-08-27 Doug Evans <dje@google.com>
15434
15435 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15436
15437 2014-08-25 Doug Evans <dje@google.com>
15438
15439 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15440 (main): Ditto.
15441
15442 2014-08-25 Doug Evans <dje@google.com>
15443
15444 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15445
15446 2014-08-24 Yao Qi <yao@codesourcery.com>
15447
15448 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15449 symbol off.
15450 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15451
15452 2014-08-22 Doug Evans <dje@google.com>
15453
15454 PR 17276
15455 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15456 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15457 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15458
15459 2014-08-22 Yao Qi <yao@codesourcery.com>
15460
15461 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15462 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15463 * gdb.python/python.exp: Likewise. Use .py file on the host
15464 instead of the build.
15465
15466 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15467
15468 * gdb.threads/gcore-stale-thread.c: New file.
15469 * gdb.threads/gcore-stale-thread.exp: New file.
15470
15471 2014-08-21 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15474 * gdb.base/gcore-relro-pie.exp: Likewise.
15475 * gdb.base/gcore-relro.exp: Likewise.
15476 * gdb.base/gcore.exp: Likewise.
15477 * gdb.base/print-symbol-loading.exp: Likewise.
15478 * gdb.threads/gcore-thread.exp: Likewise.
15479 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15480
15481 2014-08-20 Pedro Alves <palves@redhat.com>
15482 Jan Kratochvil <jan.kratochvil@redhat.com>
15483
15484 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15485 configure.
15486 (EXPECT): Handle READ1 being set.
15487 (all): Depend on EXTRA_RULES.
15488 (check-read1, expect-read1, read1.so, read1): New rules.
15489 * README (Testsuite Parameters): Document the READ1 make variable.
15490 (Race detection): New section.
15491 * configure: Regenerate.
15492 * configure.ac: If build==host==target, and running under a
15493 GNU/glibc system, add read1 to the extra Makefile rules.
15494 (EXTRA_RULES): AC_SUBST it.
15495 * lib/read1.c: New file.
15496
15497 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15498
15499 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15500 the handling of variables declared as a typedef to an array
15501 which a DW_AT_data_location attribute.
15502
15503 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15504 Pedro Alves <palves@redhat.com>
15505
15506 PR symtab/14604
15507 PR symtab/14605
15508 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15509 gdb_test.
15510
15511 2014-08-19 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15514
15515 2014-08-19 Yao Qi <yao@codesourcery.com>
15516
15517 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15518 right line.
15519
15520 2014-08-18 David Blaikie <dblaikie@gmail.com>
15521
15522 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15523
15524 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15525
15526 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15527 attribute in array range.
15528
15529 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15530
15531 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15532
15533 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15534
15535 PR c++/17132
15536 * gdb.cp/pr17132.cc: New file.
15537 * gdb.cp/pr17132.exp: New file.
15538
15539 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15540
15541 * gdb.python/py-xmethods.py (A_getarrayind)
15542 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15543 Use 'print' with function call syntax.
15544 (E_method_matcher.match): Fix tab vs space indentation mixup.
15545
15546 2014-08-15 Yao Qi <yao@codesourcery.com>
15547
15548 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15549 false.
15550
15551 2014-08-15 Yao Qi <yao@codesourcery.com>
15552
15553 * gdb.cp/casts.exp: Set print symbol off.
15554 * gdb.cp/class2.exp: Likewise.
15555 * gdb.cp/overload.exp: Likewise.
15556 * gdb.cp/templates.exp: Likewise.
15557
15558 2014-08-11 Doug Evans <dje@google.com>
15559
15560 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15561 (test_load_shlib): Update.
15562
15563 2014-08-09 Yao Qi <yao@codesourcery.com>
15564
15565 * gdb.base/display.exp: Invoke is_address_zero_readable.
15566 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15567 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15568 * gdb.base/hbreak-unmapped.exp: Return if
15569 is_address_zero_readable returns true.
15570 * gdb.base/signest.exp: Likewise.
15571 * gdb.base/signull.exp: Likewise.
15572 * gdb.base/sigbpt.exp: Likewise.
15573 * gdb.guile/scm-disasm.exp: Do the test if
15574 is_address_zero_readable returns false.
15575 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15576 * gdb.python/py-arch.exp: Likewise.
15577 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15578 * lib/gdb.exp (is_address_zero_readable): New proc.
15579
15580 2014-08-09 Yao Qi <yao@codesourcery.com>
15581
15582 PR testsuite/13443
15583 * gdb.mi/mi-var-display.exp: Make test messages unique.
15584
15585 2014-08-04 Tom Tromey <tromey@redhat.com>
15586
15587 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15588 target 0".
15589
15590 2014-08-04 Tom Tromey <tromey@redhat.com>
15591
15592 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15593 "target_resume".
15594
15595 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15596
15597 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15598 inner_vla_struct_object_size.
15599 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15600 as xfail.
15601
15602 2014-07-30 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15605 comment.
15606
15607 2014-07-29 Yao Qi <yao@codesourcery.com>
15608
15609 PR gdb/17206
15610 * gdb.base/until-nodebug.exp: New.
15611
15612 2014-07-28 Doug Evans <xdje42@gmail.com>
15613
15614 PR guile/17203
15615 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15616 previously existing parameter, and previously ambiguously spelled
15617 parameter.
15618
15619 2014-07-28 Will Newton <will.newton@linaro.org>
15620
15621 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15622
15623 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15624 Doug Evans <xdje42@gmail.com>
15625
15626 PR guile/17146
15627 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15628
15629 2014-07-25 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.threads/signal-command-handle-nopass.c: New file.
15632 * gdb.threads/signal-command-handle-nopass.exp: New file.
15633 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15634 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15635 * gdb.threads/signal-delivered-right-thread.c: New file.
15636 * gdb.threads/signal-delivered-right-thread.exp: New file.
15637
15638 2014-07-25 Pedro Alves <palves@redhat.com>
15639
15640 * gdb.base/double-prompt-target-event-error.exp
15641 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15642 match.
15643 (cancel_pagination_in_target_event): Rework double prompt
15644 detection.
15645 * gdb.base/paginate-after-ctrl-c-running.exp
15646 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15647 <return>' match.
15648 * gdb.base/paginate-bg-execution.exp
15649 (test_bg_execution_pagination_return)
15650 (test_bg_execution_pagination_cancel): Remove '-notransfer
15651 <return>' matches.
15652 * gdb.base/paginate-execution-startup.exp
15653 (test_fg_execution_pagination_return)
15654 (test_fg_execution_pagination_cancel): Remove '-notransfer
15655 <return>' matches.
15656 * gdb.base/paginate-inferior-exit.exp
15657 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15658 match.
15659 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15660 * lib/gdb.exp (pagination_prompt): Run text through
15661 string_to_regexp.
15662 (gdb_test_multiple): Match $pagination_prompt instead of
15663 "<return>".
15664 (string_to_regexp): Move to lib/gdb-utils.exp.
15665
15666 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15667
15668 * gdb.arch/amd64-entry-value-paramref.S: New file.
15669 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15670 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15671 * gdb.arch/amd64-optimout-repeat.S: New file.
15672 * gdb.arch/amd64-optimout-repeat.c: New file.
15673 * gdb.arch/amd64-optimout-repeat.exp: New file.
15674
15675 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15676
15677 PR gdb/17170
15678 * gdb.base/statistics.exp: New file.
15679
15680 2014-07-17 Doug Evans <dje@google.com>
15681
15682 PR gdb/17170
15683 * gdb.base/maint.exp: Update testing of per-command stats.
15684
15685 2014-07-16 Pedro Alves <palves@redhat.com>
15686
15687 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15688 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15689 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15690 (tfile_write_buf): New functions.
15691 (add_memory_block): Rewrite using the above.
15692 (adjust_function_address): New function.
15693 (FUNCTION_ADDRESS): New macro.
15694 (write_basic_trace_file): Remove short_x local, and use
15695 tfile_write_16. Change type of func_addr local to unsigned long
15696 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15697 here. Cast argument of add_memory_block to char pointer.
15698 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15699 (main): Remove parameters.
15700 * gdb.trace/tfile.exp: Remove nowarnings.
15701
15702 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15703
15704 * gdb.base/debug-expr.exp: Test string evaluation with
15705 "debug expression" on.
15706
15707 2014-07-15 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.base/reread.exp: Use clean_restart.
15710
15711 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15712
15713 * gdb.arch/avr-flash-qualifer.c: New.
15714 * gdb.arch/avr-flash-qualifer.exp: New.
15715
15716 2014-07-14 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15719 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15720
15721 2014-07-14 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.base/double-prompt-target-event-error.c: New file.
15724 * gdb.base/double-prompt-target-event-error.exp: New file.
15725
15726 2014-07-14 Pedro Alves <palves@redhat.com>
15727
15728 PR gdb/17072
15729 * gdb.base/paginate-inferior-exit.c: New file.
15730 * gdb.base/paginate-inferior-exit.exp: New file.
15731
15732 2014-07-14 Pedro Alves <palves@redhat.com>
15733
15734 PR gdb/17072
15735 * gdb.base/paginate-bg-execution.c: New file.
15736 * gdb.base/paginate-bg-execution.exp: New file.
15737
15738 2014-07-14 Pedro Alves <palves@redhat.com>
15739
15740 PR gdb/17072
15741 * gdb.base/paginate-execution-startup.c: New file.
15742 * gdb.base/paginate-execution-startup.exp: New file.
15743 * lib/gdb.exp (pagination_prompt): New global.
15744 (default_gdb_spawn): New procedure, factored out from
15745 default_gdb_spawn.
15746 (default_gdb_start): Adjust to call default_gdb_spawn.
15747 (gdb_spawn): New procedure.
15748
15749 2014-07-14 Pedro Alves <palves@redhat.com>
15750
15751 * lib/gdb.exp (gdb_assert): New procedure.
15752 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15753
15754 2014-07-14 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/execution-termios.c: New file.
15757 * gdb.base/execution-termios.exp: New file.
15758
15759 2014-07-14 Tom Tromey <tromey@redhat.com>
15760
15761 * gdb.cp/vla-cxx.cc: New file.
15762 * gdb.cp/vla-cxx.exp: New file.
15763
15764 2014-07-14 Tom Tromey <tromey@redhat.com>
15765
15766 * gdb.reverse/rerun-prec.c: New file.
15767 * gdb.reverse/rerun-prec.exp: New file.
15768
15769 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15770 Maciej W. Rozycki <macro@codesourcery.com>
15771
15772 * lib/gdb-utils.exp: New file.
15773 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15774 inline `gdb_init_command' processing.
15775 (gdb_start_cmd): Likewise.
15776 * lib/mi-support.exp (mi_run_cmd): Likewise.
15777 * README: Document `gdb_init_command' and `gdb_init_commands'.
15778
15779 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15780
15781 Fix false FAIL running under a very long directory name.
15782 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15783 and "set print elements 10000". Twice.
15784
15785 2014-07-11 Yao Qi <yao@codesourcery.com>
15786
15787 * gdb.base/exprs.exp: "set print symbol off".
15788
15789 2014-07-11 Pedro Alves <palves@redhat.com>
15790
15791 * gdb.threads/kill.c: New file.
15792 * gdb.threads/kill.exp: New file.
15793
15794 2014-07-10 Yao Qi <yao@codesourcery.com>
15795
15796 * gdb.trace/tfile.c (write_basic_trace_file)
15797 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15798 address written to trace file.
15799
15800 2014-07-09 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/attach-wait-input.exp: New file.
15803 * gdb.base/attach-wait-input.c: New file.
15804
15805 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15806
15807 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15808 setting up test structures.
15809 (main): Call new test function.
15810 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15811 test function, continue into test function and walk test
15812 structures.
15813
15814 2014-07-02 Yao Qi <yao@codesourcery.com>
15815
15816 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15817 'bar_start' at the beginning of functions 'foo' and 'bar'
15818 respectively.
15819 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15820 instead of 'foo' and 'bar'.
15821
15822 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15823
15824 * gdb.btrace/segv.exp: New.
15825 * gdb.btrace/segv.c: New.
15826
15827 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15828
15829 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15830 instruction.
15831
15832 2014-06-30 Mark Wielaard <mjw@redhat.com>
15833
15834 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15835 vulture, vilify, villar): New volatile array constants.
15836 (vindictive, vegetation): New const volatile array constants.
15837 * gdb.base/volatile.exp: Test volatile and const volatile array
15838 types.
15839
15840 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15841
15842 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15843 target lacks support for awatch, rwatch, or hbreak.
15844
15845 2014-06-27 Yao Qi <yao@codesourcery.com>
15846
15847 * gdb.multi/dummy-frame-restore.exp: New.
15848 * gdb.multi/dummy-frame-restore.c: New.
15849
15850 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15851
15852 * gdb.btrace/gcore.exp: New.
15853
15854 2014-06-23 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/watchpoint-reuse-slot.c: New file.
15857 * gdb.base/watchpoint-reuse-slot.exp: New file.
15858
15859 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15860
15861 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15862 progspace's filename in 'info', 'enable' and 'disable' command
15863 tests.
15864
15865 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15868 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15869 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15870
15871 2014-06-20 Gary Benson <gbenson@redhat.com>
15872
15873 * gdb.arch/i386-avx.exp: Fix include file location.
15874 * gdb.arch/i386-sse.exp: Likewise.
15875
15876 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15877
15878 * gdb.dlang/expression.exp: New file.
15879
15880 2014-06-19 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15883 out from ...
15884 (top level): ... here. Iterate running tests under different
15885 scheduler-locking settings.
15886
15887 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15888
15889 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15890 to DW_FORM_addr and use non-zero addresses.
15891
15892 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15893
15894 PR gdb/17017
15895 * gdb.python/py-xmethods.cc: Add global function call counters and
15896 increment them in their respective functions. Remove "cout"
15897 statements.
15898 * gdb.python/py-xmethods.exp: Make tests check the global function
15899 call counters instead of depending on inferior IO.
15900
15901 2014-06-18 Don Breazeal <donb@codesourcery.com>
15902
15903 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15904 Deleted procedure.
15905 (explicit_fork_parent_follow): Deleted procedure.
15906 (explicit_fork_child_follow): Deleted procedure.
15907 (test_follow_fork): New procedure.
15908 (do_fork_tests): Replace calls to deleted procedures with
15909 calls to test_follow_fork and reset GDB for subsequent
15910 procedure calls.
15911
15912 2014-06-17 Yao Qi <yao@codesourcery.com>
15913
15914 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15915 CP1252.
15916
15917 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15918
15919 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15920 Initialize ptr and S explicitly.
15921 (skip_type_update_when_not_use_rtti_test): Likewise.
15922
15923 2014-06-16 Keith Seitz <keiths@redhat.com>
15924
15925 PR mi/15863
15926 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15927 the inferior is started.
15928
15929 2014-06-16 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/break-main-file-remove-fail.c: New file.
15932 * gdb.base/break-main-file-remove-fail.exp: New file.
15933 * gdb.base/break-unload-file.exp: Use build_executable instead of
15934 prepare_for_testing.
15935 (test_break): New parameter "initial_load". Handle it.
15936 (top level): Add initial_load cmdline/file axis.
15937
15938 2014-06-12 Tom Tromey <tromey@redhat.com>
15939
15940 * gdb.base/completion.exp: Don't use directory name in test.
15941
15942 2014-06-09 Gary Benson <gbenson@redhat.com>
15943
15944 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15945 separate the always-available ANSI-standard signals from the
15946 signals that require checking.
15947 (main): Likewise.
15948 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15949 Likewise.
15950 (main): Likewise.
15951
15952 2014-06-07 Keith Seitz <keiths@redhat.com>
15953
15954 Revert:
15955 PR c++/16253
15956 * gdb.cp/var-tag.cc: New file.
15957 * gdb.cp/var-tag.exp: New file.
15958 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15959 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15960 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15961 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15962
15963 2014-06-06 Doug Evans <xdje42@gmail.com>
15964
15965 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15966
15967 2014-06-06 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15970 in target debug output instead of looking at RSP packets,
15971 disabling the test on any target that uses hardware stepping.
15972 Update comments.
15973
15974 2014-06-06 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/break-unload-file.exp: Fix typo.
15977
15978 2014-06-06 Yao Qi <yao@codesourcery.com>
15979
15980 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15981 from "jit_function" to "^jit_function".
15982
15983 2014-06-06 Yao Qi <yao@codesourcery.com>
15984
15985 * gdb.base/async.c (foo): Add one statement.
15986 * gdb.base/async.exp: Get the next instruction address and
15987 match the output of "nexti" by instruction address. Match
15988 the hex address in the output of "finish".
15989
15990 2014-06-06 Gary Benson <gbenson@redhat.com>
15991
15992 * gdb.base/call-signals.c: Remove preprocessor conditionals
15993 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15994 SIGSEGV and SIGTERM.
15995 * gdb.base/sigall.c: Likewise.
15996 * gdb.base/unwindonsignal.c: Likewise.
15997 * gdb.reverse/sigall-reverse.c: Likewise.
15998
15999 2014-06-06 Yao Qi <yao@codesourcery.com>
16000
16001 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16002 readable, skip the test.
16003
16004 2014-06-06 Yao Qi <yao@codesourcery.com>
16005
16006 * gdb.threads/staticthreads.c (thread_function): Move the line
16007 setting breakpoint on forward.
16008 * gdb.threads/staticthreads.exp: Update comments.
16009
16010 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16011
16012 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16013 "history-append! type error".
16014
16015 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16016
16017 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16018 erroneous dprintf expected input.
16019
16020 2014-06-04 Doug Evans <xdje42@gmail.com>
16021
16022 * gdb.guile/scm-generics.exp: Delete.
16023
16024 2014-06-04 Doug Evans <xdje42@gmail.com>
16025
16026 * gdb.guile/scm-breakpoint.exp: Update.
16027 Add tests for breakpoint registration.
16028
16029 2014-06-04 Tom Tromey <tromey@redhat.com>
16030
16031 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16032 VLA-in-union.
16033 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16034 inner_vla_struct, vla_union types. Initialize objects of those
16035 types and compute their sizes.
16036
16037 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16038 Hui Zhu <hui@codesourcery.com>
16039
16040 * gdb.base/fileio.exp: Add test for shell not available as well as
16041 available.
16042 * gdb.base/fileio.c (test_system): Check for shell twice.
16043
16044 2014-06-04 Yao Qi <yao@codesourcery.com>
16045
16046 * gdb.base/auto-connect-native-target.exp: Remove redundant
16047 space from the regexp pattern.
16048
16049 2014-06-04 Yao Qi <yao@codesourcery.com>
16050
16051 * gdb.base/default.exp: Replace "child" with "native" in
16052 regexp pattern.
16053
16054 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16055
16056 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16057 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16058 * gdb.python/py-xmethods.py: Python script supporting the
16059 new testcase and tests.
16060
16061 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16062 Pedro Alves <palves@redhat.com>
16063
16064 PR breakpoints/17000
16065 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16066 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16067
16068 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16069
16070 * gdb.base/subst.exp: Add tests to verify partial path matching
16071 output.
16072
16073 2014-06-03 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16076 target that doesn't use software single-stepping.
16077
16078 2014-06-03 Pedro Alves <palves@redhat.com>
16079
16080 PR breakpoints/17000
16081 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16082 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16083
16084 2014-06-02 Doug Evans <xdje42@gmail.com>
16085
16086 * gdb.guile/scm-parameter.exp: New file.
16087
16088 2014-06-02 Doug Evans <xdje42@gmail.com>
16089
16090 * gdb.guile/scm-cmd.c: New file.
16091 * gdb.guile/scm-cmd.exp: New file.
16092
16093 2014-06-02 Doug Evans <xdje42@gmail.com>
16094
16095 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16096 pretty-printer lookup.
16097 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16098 (make-pp_s-printer): Call it.
16099 (make-pretty-printer-from-dict): New function.
16100 (lookup-pretty-printer-maker-from-dict): New function.
16101 (*pretty-printer*): Simplify.
16102 (make-objfile-pp_s-printer): New function.
16103 (install-objfile-pretty-printers!): New function.
16104 (make-progspace-pp_s-printer): New function.
16105 (install-progspace-pretty-printers!): New function.
16106 * gdb.guile/scm-progspace.c: New file.
16107 * gdb.guile/scm-progspace.exp: New file.
16108
16109 2014-06-02 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.base/dprintf-bp-same-addr.c: New file.
16112 * gdb.base/dprintf-bp-same-addr.exp: New file.
16113
16114 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16115
16116 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16117 * gdb.arch/powerpc-power.s: Likewise.
16118
16119 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16120
16121 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16122
16123 2014-06-01 Yao Qi <yao@codesourcery.com>
16124
16125 * gdb.base/watchpoint.exp (test_watch_location): Check null
16126 pointer can be dereferenced. If not, do the test, otherwise
16127 skip it.
16128
16129 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16130
16131 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16132 results.
16133 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16134
16135 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16136
16137 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16138 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16139 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16140 * gdb.arch/amd64-invalid-stack-top.c: New file.
16141 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16142
16143 2014-05-30 Pedro Alves <palves@redhat.com>
16144
16145 PR breakpoints/17000
16146 * gdb.base/sss-bp-on-user-bp.c: New file.
16147 * gdb.base/sss-bp-on-user-bp.exp: New file.
16148
16149 2014-05-30 David Blaikie <dblaikie@gmail.com>
16150
16151 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16152 gnu_inline semantics via attribute.
16153 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16154 source explicitly specifies the required semantics.
16155
16156 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16157
16158 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16159
16160 2014-05-29 Pedro Alves <palves@redhat.com>
16161 Tom Tromey <tromey@redhat.com>
16162
16163 * gdb.base/async-shell.exp: Don't enable target-async.
16164 * gdb.base/async.exp
16165 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16166 parameter. Adjust.
16167 (top level): Don't test with "target-async".
16168 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16169 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16170 * gdb.base/inferior-died.exp: Don't enable target-async.
16171 * gdb.base/interrupt-noterm.exp: Likewise.
16172 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16173 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16174 * gdb.mi/mi-nonstop.exp: Likewise.
16175 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16176 * gdb.mi/mi-nsintrall.exp: Likewise.
16177 * gdb.mi/mi-nsmoribund.exp: Likewise.
16178 * gdb.mi/mi-nsthrexec.exp: Likewise.
16179 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16180 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16181 * gdb.python/py-evsignal.exp: Don't enable target-async.
16182 * gdb.python/py-evthreads.exp: Likewise.
16183 * gdb.python/py-prompt.exp: Likewise.
16184 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16185 * gdb.server/solib-list.exp: Don't enable target-async.
16186 * gdb.threads/thread-specific-bp.exp: Likewise.
16187 * lib/mi-support.exp: Adjust to use mi-async.
16188
16189 2014-05-29 Pedro Alves <palves@redhat.com>
16190
16191 PR gdb/13860
16192 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16193 reason, even in sync mode.
16194
16195 2014-05-29 Pedro Alves <palves@redhat.com>
16196 Hui Zhu <hui@codesourcery.com>
16197
16198 PR PR15693
16199 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16200 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16201 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16202 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16203
16204 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16205
16206 * config/monitor.exp (gdb_target_monitor): Replace use of
16207 "set remotebaud" by "set serial baud".
16208
16209 2014-05-26 Andy Wingo <wingo@igalia.com>
16210
16211 * gdb.guile/scm-breakpoint.exp:
16212 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16213 properties instead of gdb-object-properties.
16214
16215 2014-05-26 Yao Qi <yao@codesourcery.com>
16216
16217 * gdb.server/no-thread-db.exp: Specify source file name
16218 explicitly when setting a breakpoint.
16219
16220 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16221
16222 * gdb.btrace/vdso.c: New.
16223 * gdb.btrace/vdso.exp: New.
16224
16225 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16226
16227 * gdb.base/gcore.exp (capture_command_output): Move ...
16228 * lib/gdb.exp (capture_command_output): ... here.
16229
16230 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16231
16232 * gdb.btrace/data.exp: Test memory access during btrace replay.
16233
16234 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16235
16236 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16237
16238 2014-05-21 Pedro Alves <palves@redhat.com>
16239
16240 PR gdb/13860
16241 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16242 (top level): Test that output related to execution commands is
16243 sent to the console with CLI commands, but not with MI commands.
16244 Test that breakpoint events are always mirrored to the console.
16245 Also expect the new source line to be output after a "next" in
16246 async mode too. Make it a pass/fail test.
16247 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16248 output.
16249 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16250
16251 2014-05-21 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16254 Use them to test variations of "list" after reaching a breakpoint.
16255 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16256 Test "list" with listsize 10 after reaching a breakpoint.
16257 * gdb.python/python.exp (decode_line current location line
16258 number): Adjust expected line number.
16259
16260 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16261
16262 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16263 behavior for $args, pass it directly to "run".
16264
16265 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16266
16267 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16268 30000 to 65536.
16269
16270 2014-05-21 Pedro Alves <palves@redhat.com>
16271
16272 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16273 auto-connect-native-target off".
16274 * gdb.base/auto-connect-native-target.c: New file.
16275 * gdb.base/auto-connect-native-target.exp: New file.
16276
16277 2014-05-21 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.base/default.exp: Test "target native" instead of "target
16280 child".
16281
16282 2014-05-21 Mark Wielaard <mjw@redhat.com>
16283
16284 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16285
16286 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16287
16288 Fix TLS access for -static -pthread.
16289 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16290 <HAVE_TLS> (thread_function, main): Initialize it.
16291 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16292 Add clean_restart.
16293 <$have_tls != "">: Check TLSVAR.
16294
16295 2014-05-21 Pedro Alves <palves@redhat.com>
16296
16297 * gdb.base/dcache-line-read-error.c: New.
16298 * gdb.base/dcache-line-read-error.exp: New.
16299
16300 2014-05-20 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/compare-sections.c: New file.
16303 * gdb.base/compare-sections.exp: New file.
16304
16305 2014-05-20 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.base/break-idempotent.c: New file.
16308 * gdb.base/break-idempotent.exp: New file.
16309
16310 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16311
16312 * gdb.btrace/nohist.exp: New.
16313
16314 2014-05-20 Yao Qi <yao@codesourcery.com>
16315
16316 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16317 gdb.reverse directory and gdb_reverse_timeout exists in board
16318 setting.
16319 * README: Document gdb_reverse_timeout.
16320
16321 2014-05-20 Yao Qi <yao@codesourcery.com>
16322
16323 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16324 'test_file_name'. Treat args as a string instead of a list.
16325 (gdb_init): Rename argument 'args' by 'test_file_name'.
16326
16327 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.arch/powerpc-power.exp: New file.
16330 * gdb.arch/powerpc-power.s: New file.
16331
16332 2014-05-16 Doug Evans <dje@google.com>
16333
16334 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16335 * gdb.base/completion.exp: Check that all expected files exist
16336 before doing file completion.
16337
16338 2014-05-16 Doug Evans <dje@google.com>
16339
16340 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16341 Update.
16342 (do_syscall_tests_without_xml): Update.
16343
16344 2014-05-16 Pedro Alves <palves@redhat.com>
16345
16346 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16347 instead of "unknown output after running".
16348
16349 2014-05-16 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16352 file1.txt from host at the end.
16353 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16354
16355 2014-05-15 Doug Evans <dje@google.com>
16356
16357 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16358 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16359 loading file. Add test for TU lookup.
16360
16361 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16362
16363 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16364 calling "-exec-arguments" or "set args" before running the
16365 inferior.
16366
16367 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16368
16369 * lib/mi-support.exp (mi_expect_stop): Expect message for
16370 inferiors that exit with non-zero exit code.
16371
16372 2014-05-14 Yao Qi <yao@codesourcery.com>
16373
16374 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16375 match absolute path on remote host.
16376 (test_file_list_exec_source_files): Remove "/" from the
16377 pattern.
16378
16379 2014-05-14 Yao Qi <yao@codesourcery.com>
16380
16381 * boards/local-remote-host-notty.exp (${board}_file): New
16382 proc.
16383
16384 2014-05-07 Kyle McMartin <kyle@redhat.com>
16385
16386 Pushed by Joel Brobecker <brobecker@adacore.com>.
16387 * gdb.arch/aarch64-atomic-inst.c: New file.
16388 * gdb.arch/aarch64-atomic-inst.exp: New file.
16389
16390 2014-05-07 Yao Qi <yao@codesourcery.com>
16391
16392 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16393 in current context" too.
16394
16395 2014-05-05 Keith Seitz <keiths@redhat.com>
16396
16397 * gdb.linespec/ls-dollar.exp: Add test for linespec
16398 file:convenience_variable.
16399
16400 2014-05-05 Yao Qi <yao@codesourcery.com>
16401
16402 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16403 traceframes into tfile and ctf trace files. Read data from
16404 trace file and test collected data.
16405 (gdb_collect_locals_test): Likewise.
16406 (gdb_unavailable_registers_test): Likewise.
16407 (gdb_unavailable_floats): Likewise.
16408 (gdb_collect_globals_test): Likewise.
16409 (top-level): Append "ctf" to trace_file_targets if GDB
16410 supports.
16411
16412 2014-05-05 Yao Qi <yao@codesourcery.com>
16413
16414 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16415 code to ...
16416 (gdb_collect_args_test_1): ... it. New proc.
16417 (gdb_collect_locals_test): Move some code to ...
16418 (gdb_collect_locals_test_1): ... it. New proc.
16419 (gdb_unavailable_registers_test): Move some code to ...
16420 (gdb_unavailable_registers_test_1): ... it. New proc.
16421 (gdb_unavailable_floats): Move some code to ...
16422 (gdb_unavailable_floats_1): ... it. New proc.
16423
16424 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16425
16426 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16427 probes to test for bitness recognition.
16428 * gdb.arch/amd64-stap-optional-prefix.exp
16429 (test_probe_value_without_reg): New procedure.
16430 Add code to test for different kinds of bitness.
16431
16432 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16433
16434 PR breakpoints/16889
16435 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16436 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16437
16438 2014-05-01 Pedro Alves <palves@redhat.com>
16439
16440 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16441 gdb_file_cmd if no file is specified.
16442 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16443 last_loaded_file to set the remote exec-file.
16444
16445 2014-05-01 Pedro Alves <palves@redhat.com>
16446
16447 * boards/local-remote-host.exp: New file.
16448
16449 2014-05-01 Pedro Alves <palves@redhat.com>
16450
16451 * boards/local-remote-host.exp: Rename to ...
16452 * boards/local-remote-host-notty.exp: ... this.
16453
16454 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16455
16456 * gdb.ada/dyn_arrayidx: New testcase.
16457
16458 2014-04-26 Yao Qi <yao@codesourcery.com>
16459
16460 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16461 and compute the length of function main. Save it in
16462 $main_length.
16463 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16464 (top-level): Use gdb_compile to compile objects into
16465 executable and restart GDB. Remove invocation to
16466 prepare_for_testing.
16467
16468 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16469 Pedro Alves <palves@redhat.com>
16470
16471 PR server/16255
16472 * gdb.multi/multi-attach.c: New file.
16473 * gdb.multi/multi-attach.exp: New file.
16474
16475 2014-04-25 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16478 user.
16479 (top level): Test that "set remote conditional-breakpoints-packet
16480 off" works as intended.
16481 * gdb.base/dprintf.exp: Test that "set remote
16482 breakpoint-commands-packet off" works as intended.
16483 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16484 New function.
16485 (top level): Call it.
16486 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16487 remote fast-tracepoints-packet off" works as intended.
16488 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16489 * lib/gdb.exp (gdb_is_target_remote): ... here.
16490
16491 2014-04-24 David Blaikie <dblaikie@gmail.com>
16492
16493 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16494 ensure clang would not discard them.
16495 * gdb.base/gdbvars.c: Ditto.
16496 * gdb.base/memattr.c: Ditto.
16497 * gdb.base/whatis.c: Ditto.
16498 * gdb.python/py-prettyprint.c: Ditto.
16499 * gdb.trace/actions.c: Ditto.
16500 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16501 ensure clang would not discard it.
16502
16503 2014-04-24 David Blaikie <dblaikie@gmail.com>
16504
16505 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16506 clang to emit the full definition of type required by the test
16507 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16508
16509 2014-04-24 David Blaikie <dblaikie@gmail.com>
16510
16511 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16512 coax Clang into emitting the definition of the type.
16513 * gdb.cp/pr10728-x.h (y): Ditto.
16514 * gdb.cp/pr10728-y.cc (y): Ditto.
16515
16516 2014-04-24 David Blaikie <dblaikie@gmail.com>
16517
16518 * gdb.base/label.exp: XFAIL label related tests under Clang.
16519 * gdb.cp/cplabel.exp: Ditto.
16520 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16521 under Clang those using labels.
16522
16523 2014-04-25 Yao Qi <yao@codesourcery.com>
16524
16525 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16526 double_label.
16527 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16528 partial_label and double_label.
16529
16530 2014-04-24 David Blaikie <dblaikie@gmail.com>
16531
16532 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16533
16534 2014-04-24 David Blaikie <dblaikie@gmail.com>
16535
16536 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16537 of the function to work across GCC and Clang.
16538 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16539 pointer types (const void ** const V void **).
16540
16541 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16542 Walfred Tedeschi <walfred.tedeschi@intel.com>
16543
16544 * Makefile.in (EXECUTABLES): Added i386-avx512.
16545 * gdb.arch/i386-avx512.c: New file.
16546 * gdb.arch/i386-avx512.exp: Likewise.
16547
16548 2014-04-23 Keith Seitz <keiths@redhat.com>
16549
16550 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16551 (mi_make_breakpoint_table): New procedure.
16552 (mi_create_breakpoint): Use mi_make_breakpoint
16553 and return the result.
16554 (mi_make_breakpoint): New procedure.
16555 (mi_build_kv_pairs): New procedure.
16556
16557 * gdb.mi/mi-break.exp: Remove unused globals,
16558 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16559 All callers updated.
16560 * gdb.mi/mi-dprintf.exp: Use variable to track command
16561 number.
16562 Update all callers of mi_create_breakpoint and use
16563 mi_make_breakpoint_table.
16564 Remove any unused global variables.
16565 * gdb.mi/mi-nonstop.exp: Likewise.
16566 * gdb.mi/mi-nsintrall.exp: Likewise.
16567 * gdb.mi/mi-nsmoribund.exp: Likewise.
16568 * gdb.mi/mi-nsthrexec.exp: Likewise.
16569 * gdb.mi/mi-reverse.exp: Likewise.
16570 * gdb.mi/mi-simplerun.exp: Likewise.
16571 * gdb.mi/mi-stepn.exp: Likewise.
16572 * gdb.mi/mi-syn-frame.exp: Likewise.
16573 * gdb.mi/mi-until.exp: Likewise.
16574 * gdb.mi/mi-var-cp.exp: Likewise.
16575 * gdb.mi/mi-var-display.exp: Likewise.
16576 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16577 * gdb.mi/mi2-var-child.exp: Likewise.
16578 * gdb.mi/mi-vla-c99.exp: Likewise.
16579 * lib/mi-support.exp: Likewise.
16580
16581 From Ian Lance Taylor <iant@cygnus.com>:
16582 * lib/gdb.exp (parse_args): New procedure.
16583
16584 2014-04-23 Pedro Alves <palves@redhat.com>
16585
16586 * gdb.base/break-unload-file.c: New file.
16587 * gdb.base/break-unload-file.exp: New file.
16588 * gdb.base/sym-file-lib.c (baz): New function.
16589 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16590 field.
16591 (load): Store the segment's mapped size.
16592 (unload): New function.
16593 (unload_shlib): New function.
16594 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16595 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16596 set a breakpoint at baz, and call it.
16597 * gdb.base/sym-file.exp: New tests for stale breakpoint
16598 instructions.
16599
16600 2014-04-23 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16603 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16604 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16605 * gdb.base/hbreak-unmapped.c: New file.
16606 * gdb.base/hbreak-unmapped.exp: New file.
16607 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16608 * lib/gdb.exp (gdb_is_target_remote): ... here.
16609
16610 2014-04-22 Pedro Alves <palves@redhat.com>
16611
16612 * gdb.base/consecutive-step-over.c: New file.
16613 * gdb.base/consecutive-step-over.exp: New file.
16614
16615 2014-04-22 Pedro Alves <palves@redhat.com>
16616
16617 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16618 instead of send_gdb/gdb_expect.
16619
16620 2014-04-22 Yao Qi <yao@codesourcery.com>
16621
16622 * lib/trace-support.exp (generate_tracefile): New procedure.
16623 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16624 return 0.
16625 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16626 if generate_tracefile returns 1.
16627
16628 2014-04-18 Tom Tromey <palves@redhat.com>
16629 Pedro alves <tromey@redhat.com>
16630
16631 PR backtrace/15558
16632 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16633 with a backtrace limit.
16634 * gdb.python/py-frame-inline.exp: Test running to an inline
16635 function with a backtrace limit, and printing the newest frame.
16636 * gdb.python/py-frame-inline.c (main): Call f.
16637
16638 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16639
16640 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16641
16642 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16643
16644 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16645 Drop prefix from unsupported source file path.
16646
16647 2014-04-17 Yao Qi <yao@codesourcery.com>
16648
16649 * lib/gdb.exp (with_target_charset): New proc.
16650 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16651 with_target_charset.
16652 (test_print_strings): Likewise.
16653 (test_repeat_bytes): Likewise.
16654 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16655 for some tests.
16656
16657 2014-04-16 Keith Seitz <keiths@redhat.com>
16658
16659 PR gdb/15827
16660 * gdb.dwarf2/corrupt.c: New file.
16661 * gdb.dwarf2/corrupt.exp: New file.
16662
16663 2014-04-16 Keith Seitz <keiths@redhat.com>
16664
16665 PR c++/16597
16666 * gdb.cp/namelessclass.cc: New file.
16667 * gdb.cp/namelessclass.exp: New file.
16668 * gdb.cp/namelessclass.S: New file.
16669
16670 2014-04-16 Doug Evans <dje@google.com>
16671
16672 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16673 Add comment.
16674 (gdbserver_default_get_comm_port): New function.
16675 (gdbserver_start): Check if board file provided
16676 "gdbserver,get_comm_port" and use it if so.
16677 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16678 (gdb,socketport): Set to "stdio".
16679 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16680 (stdio_gdbserver_template): Delete.
16681 (${board}_get_remote_address): Update.
16682 (${board}_build_remote_cmd): Delete.
16683 (${board}_get_comm_port): New function.
16684 (${board}_spawn): Update.
16685 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16686 Delete.
16687 (${board}_get_remote_address): Update.
16688 (${board}_get_comm_port): New function.
16689
16690 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16691
16692 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16693 appearing in any order.
16694
16695 2014-04-15 Doug Evans <dje@google.com>
16696
16697 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16698 uninitialized value of "description".
16699
16700 2014-04-15 Keith Seitz <keiths@redhat.com>
16701
16702 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16703 Remove unused globals.
16704 (test_running_the_program): Likewise.
16705 (test_controlled_execution): Likewise.
16706 (test_controlling_breakpoints): Likewise.
16707 (test_program_termination): Likewise.
16708
16709 2014-04-15 Keith Seitz <keiths@redhat.com>
16710
16711 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16712 unused globals.
16713 (test_rbreak_creation_and_listing): Likewise.
16714 (test_ignore_count): Likewise.
16715 (test_error): Likewise.
16716
16717 2014-04-15 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16720 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16721 sym-file-loader.c.
16722 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16723 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16724 to sym-file-loader.c.
16725 (struct library): Forward declare.
16726 (load_shlib, lookup_function): Change prototypes.
16727 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16728 (translate_offset): Remove declarations.
16729 (get_text_addr): New declaration.
16730 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16731 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16732 sym-file-loader.h.
16733 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16734 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16735 here from sym-file-loader.h.
16736 (struct library): New structure.
16737 (load_shlib, lookup_function): Change prototypes and adjust to
16738 work with a struct library.
16739 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16740 (translate_offset): Make static.
16741 (get_text_addr): New function.
16742 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16743
16744 2014-04-15 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16747
16748 2014-04-15 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.base/sym-file-loader.c: Include <limits.h>.
16751 (SELF_LINK): New define.
16752 (get_origin): New function.
16753 (load_shlib): Use it.
16754 * gdb.base/sym-file.exp: Don't early return if the target is
16755 remote. Use runto_main, and issue fail is that fails. Use
16756 gdb_load_shlibs.
16757 (shlib_name): Delete.
16758 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16759
16760 2014-04-15 Pedro Alves <palves@redhat.com>
16761
16762 * gdb.base/sym-file.exp: Remove regex characters from test
16763 message. Don't refer to breakpoint numbers in test messages.
16764
16765 2014-04-14 Keith Seitz <keiths@redhat.com>
16766
16767 PR c++/16253
16768 * gdb.cp/var-tag.cc: New file.
16769 * gdb.cp/var-tag.exp: New file.
16770 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16771 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16772 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16773 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16774
16775 2014-04-14 Tom Tromey <tromey@redhat.com>
16776
16777 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16778 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16779 type.
16780 * gdb.cp/enum-class.exp: New file.
16781 * gdb.cp/enum-class.cc: New file.
16782
16783 2014-04-14 Tom Tromey <tromey@redhat.com>
16784
16785 * gdb.dwarf2/enum-type.exp: New file.
16786
16787 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16788
16789 * gdb.mi/mi-vla-c99.exp: New file.
16790 * gdb.mi/vla.c: New file.
16791
16792 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16793
16794 * gdb.base/vla-datatypes.c: New file.
16795 * gdb.base/vla-datatypes.exp: New file.
16796
16797 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16798
16799 * gdb.base/vla-ptr.c: New file.
16800 * gdb.base/vla-ptr.exp: New file.
16801
16802 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16803
16804 * gdb.dwarf2/count.exp: New file.
16805
16806 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16807
16808 * gdb.base/vla-sideeffect.c: New file.
16809 * gdb.base/vla-sideeffect.exp: New file.
16810
16811 2014-04-14 David Blaikie <dblaikie@gmail.com>
16812
16813 * gdb.mi/non-stop.c: Add return value for non-void function return
16814 statement.
16815 * gdb.threads/staticthreads.c: Ditto.
16816
16817 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16818 Doug Evans <xdje42@gmail.com>
16819
16820 * gdb.guile/scm-value.c: Improve test case.
16821 * gdb.guile/scm-value.exp: Add new test.
16822
16823 2014-04-11 David Blaikie <dblaikie@gmail.com>
16824
16825 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16826 override Clang's default.
16827
16828 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16829
16830 Revert the following changes (regressions):
16831
16832 * gdb.base/vla-sideeffect.c: New file.
16833 * gdb.base/vla-sideeffect.exp: New file.
16834
16835 * gdb.dwarf2/count.exp: New file.
16836
16837 * gdb.base/vla-multi.c: New file.
16838 * gdb.base/vla-multi.exp: New file.
16839
16840 * gdb.base/vla-ptr.c: New file.
16841 * gdb.base/vla-ptr.exp: New file.
16842
16843 * gdb.base/vla-datatypes.c: New file.
16844 * gdb.base/vla-datatypes.exp: New file.
16845
16846 * gdb.mi/mi-vla-c99.exp: New file.
16847 * gdb.mi/vla.c: New file.
16848
16849 2014-04-11 Keith Seitz <keiths@redhat.com>
16850
16851 PR c++/16675
16852 * gdb.cp/cpsizeof.exp: New file.
16853 * gdb.cp/cpsizeof.cc: New file.
16854
16855 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16856
16857 * gdb.mi/mi-vla-c99.exp: New file.
16858 * gdb.mi/vla.c: New file.
16859
16860 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16861
16862 * gdb.base/vla-datatypes.c: New file.
16863 * gdb.base/vla-datatypes.exp: New file.
16864
16865 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16866
16867 * gdb.base/vla-ptr.c: New file.
16868 * gdb.base/vla-ptr.exp: New file.
16869
16870 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16871
16872 * gdb.base/vla-multi.c: New file.
16873 * gdb.base/vla-multi.exp: New file.
16874
16875 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16876
16877 * gdb.dwarf2/count.exp: New file.
16878
16879 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16880
16881 * gdb.base/vla-sideeffect.c: New file.
16882 * gdb.base/vla-sideeffect.exp: New file.
16883
16884 2014-04-11 Yao Qi <yao@codesourcery.com>
16885
16886 * gdb.base/completion.exp: Check file exists before running tests
16887 on file completion.
16888
16889 2014-04-10 Pedro Alves <palves@redhat.com>
16890
16891 * gdb.base/cond-eval-mode.c: New file.
16892 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16893 prepare_for_testing to build the new file. Check result of
16894 runto_main.
16895 (test_break, test_watch): New procedures.
16896 (top level): Use them.
16897
16898 2014-04-08 Pierre Muller <muller@sourceware.org>
16899
16900 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16901 Ctrl-V use for mingw hosts.
16902
16903 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16904
16905 * gdb.python/py-value.c: Improve test case.
16906 * gdb.python/py-value.exp: Add new test.
16907
16908 2014-04-07 David Blaikie <dblaikie@gmail.com>
16909
16910 * lib/compiler.c: Identify the clang compiler.
16911 * lib/compiler.cc: Ditto.
16912
16913 2014-04-03 Yao Qi <yao@codesourcery.com>
16914
16915 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16916
16917 2014-04-01 Anton Blanchard <anton@samba.org>
16918
16919 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16920 messages unique.
16921
16922 2014-04-01 Anton Blanchard <anton@samba.org>
16923
16924 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16925 prepare_for_testing.
16926
16927 2014-04-01 Anton Blanchard <anton@samba.org>
16928
16929 * gdb.arch/ppc64-atomic-inst.c: Remove.
16930 * gdb.arch/ppc64-atomic-inst.S: New file.
16931 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16932
16933 2014-03-31 Doug Evans <dje@google.com>
16934
16935 * gdb.base/print-symbol-loading-lib.c: New file.
16936 * gdb.base/print-symbol-loading-main.c: New file.
16937 * gdb.base/print-symbol-loading.exp: New file.
16938
16939 2014-03-31 Yao Qi <yao@codesourcery.com>
16940
16941 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16942
16943 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16944
16945 * gdb.ada/mi_dyn_arr: New testcase.
16946
16947 2014-03-27 Doug Evans <dje@google.com>
16948
16949 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16950
16951 2014-03-27 Yao Qi <yao@codesourcery.com>
16952
16953 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16954 if target is nios2-*-*.
16955
16956 2014-03-26 Yao Qi <yao@codesourcery.com>
16957
16958 * lib/gdb.exp (readline_is_used): New proc.
16959 * gdb.base/completion.exp: Move tests on command complete up.
16960 Skip the rest of tests if readline is not used.
16961 * gdb.ada/complete.exp: Skp the test if readline is not
16962 used.
16963 * gdb.base/filesym.exp: Likewise.
16964 * gdb.base/macscp.exp: Likewise.
16965 * gdb.base/readline-ask.exp: Likewise.
16966 * gdb.base/readline.exp: Likewise.
16967 * gdb.python/py-cmd.exp: Likewise.
16968 * gdb.trace/tfile.exp: Likewise.
16969
16970 2014-03-26 Yao Qi <yao@codesourcery.com>
16971
16972 * gdb.base/macscp.exp: Fix code format issues.
16973
16974 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16975
16976 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16977 * gdb.asm/powerpc64le.inc: New file.
16978
16979 2014-03-25 Pedro Alves <palves@redhat.com>
16980 Doug Evans <dje@google.com>
16981
16982 * gdb.base/source-execution.c: New file.
16983 * gdb.base/source-execution.exp: New file.
16984 * gdb.base/source-execution.gdb: New file.
16985
16986 2014-03-24 Doug Evans <dje@google.com>
16987
16988 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16989 using fission.
16990
16991 2014-03-24 Hui Zhu <hui@codesourcery.com>
16992 Pedro Alves <palves@redhat.com>
16993
16994 PR breakpoints/16101
16995 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16996 test pass/fail messages. Detect missing support for dprintf when
16997 breakpoints are actually inserted.
16998 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16999 breakpoints are actually inserted.
17000 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17001 fails.
17002
17003 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17004
17005 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17006
17007 2014-03-22 Doug Evans <xdje42@gmail.com>
17008
17009 * gdb.python/python.exp (python not supported): Verify multi-line
17010 python command issues an error.
17011 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17012 guile command issues an error.
17013
17014 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17015
17016 * gdb.threads/thread-specific.exp: Handle the lack of usable
17017 $this_breakpoint and $this_thread.
17018
17019 2014-03-21 Hui Zhu <hui@codesourcery.com>
17020
17021 * gdb.base/attach.exp (do_command_attach_tests): New.
17022
17023 2014-03-20 Tom Tromey <tromey@redhat.com>
17024 Pedro Alves <palves@redhat.com>
17025
17026 PR cli/15718
17027 * gdb.base/condbreak-call-false.c: New file.
17028 * gdb.base/condbreak-call-false.exp: New file.
17029
17030 2014-03-20 Pedro Alves <palves@redhat.com>
17031
17032 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17033 Delete.
17034 (block_signals, unblock_signals): Delete.
17035 (child_function_2, main): Remove references to deleted variable
17036 and functions.
17037
17038 2014-03-20 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17041 Use pthread_kill to signal thread 2.
17042 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17043 Adjust to make the test send itself a signal rather than using the
17044 host's "kill" command.
17045
17046 2014-03-20 Pedro Alves <palves@redhat.com>
17047
17048 * gdb.threads/multiple-step-overs.c: New file.
17049 * gdb.threads/multiple-step-overs.exp: New file.
17050 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17051 Adjust expected infrun debug output.
17052
17053 2014-03-20 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17056 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17057
17058 2014-03-20 Pedro Alves <palves@redhat.com>
17059
17060 PR breakpoints/7143
17061 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17062 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17063 of gdb_test_multiple.
17064 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17065 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17066
17067 2014-03-20 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17070 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17071
17072 2014-03-19 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.base/async.exp: Remove early return.
17075
17076 2014-03-19 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17079
17080 2014-03-19 Pedro Alves <palves@redhat.com>
17081
17082 * gdb.base/async.exp (test_background): Expect \r\n after
17083 "completed." in the fail pattern.
17084
17085 2014-03-19 Pedro Alves <palves@redhat.com>
17086
17087 * gdb.base/async.exp (test_background): New procedure.
17088 Use it for all background execution command tests.
17089
17090 2014-03-19 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.base/async.exp: Use prepare_for_testing.
17093
17094 2014-03-19 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17097 the same line.
17098
17099 2014-03-19 Pedro Alves <palves@redhat.com>
17100
17101 * gdb.base/async.c (main): Add "jump here" and "until here" line
17102 marker comments.
17103 * gdb.base/async.exp (jump_here): New global.
17104 (jump& test): Use it.
17105 (until_here): New global.
17106 (until& test): Use it.
17107
17108 2014-03-19 Pedro Alves <palves@redhat.com>
17109
17110 * gdb.base/async.exp: Don't frob gdb_protocol.
17111
17112 2014-03-18 Doug Evans <xdje42@gmail.com>
17113
17114 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17115 Fix spelling of exec-done-display.
17116
17117 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17118
17119 PR gdb/15358
17120 * gdb.base/gdb-sigterm.c: New file.
17121 * gdb.base/gdb-sigterm.exp: New file.
17122
17123 2014-03-18 Pedro Alves <palves@redhat.com>
17124
17125 PR gdb/13860
17126 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17127 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17128 solib-event.
17129
17130 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17131
17132 * gdb.ada/pckd_arr_ren: New testcase.
17133
17134 2014-03-13 Doug Evans <xdje42@gmail.com>
17135
17136 PR guile/16612
17137 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17138 collect after discarding symbols.
17139
17140 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17141 Doug Evans <xdje42@gmail.com>
17142
17143 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17144 to history survives a gc.
17145
17146 2014-03-13 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.base/default.exp: Don't test "target procfs".
17149
17150 2014-03-13 Pedro Alves <palves@redhat.com>
17151
17152 * gdb.base/default.exp: Update "target child" and "target procfs"
17153 tests to not expect "Unix".
17154
17155 2014-03-12 Tom Tromey <tromey@redhat.com>
17156
17157 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17158 New procs. Add target-async tests.
17159 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17160 Add target-async tests.
17161
17162 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17163
17164 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17165 'func_start' and 'func_end' for the beginning and end of the
17166 function code, respectively.
17167 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17168 'func_end' instead of 'func' and 'main'.
17169
17170 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17171
17172 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17173 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17174 generate the debug info assembler source.
17175
17176 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17177
17178 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17179 * gdb.dwarf2/arr-subrange.exp: Likewise.
17180 * gdb.dwarf2/dwz.exp: Likewise.
17181 * gdb.dwarf2/method-ptr.exp: Likewise.
17182 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17183 * gdb.dwarf2/subrange.exp: Likewise.
17184 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17185 * gdb.dwarf2/implptrpiece.exp: Likewise.
17186 * gdb.dwarf2/nostaticblock.exp: Likewise.
17187
17188 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17189
17190 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17191 directory to absolute path name arguments.
17192
17193 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17194
17195 * gdb.ada/tagged_access: New testcase.
17196
17197 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17198
17199 * gdb.btrace/data.exp: Update expected output.
17200
17201 2014-03-06 Yao Qi <yao@codesourcery.com>
17202
17203 * gdb.trace/pr16508.exp: New file.
17204
17205 2014-03-05 Pedro Alves <palves@redhat.com>
17206
17207 PR gdb/16575
17208 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17209 procedure.
17210 (top level): Adjust to use it. Add tests that exercise breakpoint
17211 interaction with the code-cache.
17212
17213 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17214
17215 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17216 test for 'history-append!'.
17217
17218 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17219
17220 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17221 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17222 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17223 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17224 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17225 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17226
17227 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17228
17229 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17230 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17231 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17232
17233 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17234
17235 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17236
17237 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17238
17239 * gdb.dwarf2/arr-stride.c: New file.
17240 * gdb.dwarf2/arr-stride.exp: New file.
17241
17242 2014-02-26 Pedro Alves <palves@redhat.com>
17243
17244 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17245 that won't ever trigger. Make sure that GDB reports the correct
17246 breakpoint that caused the stop.
17247
17248 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 PR gdb/16626
17251 * gdb.base/auto-load-script: New file.
17252 * gdb.base/auto-load.c: New file.
17253 * gdb.base/auto-load.exp: New file.
17254
17255 PR gdb/16626
17256 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17257
17258 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17259
17260 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17261 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17262
17263 2014-02-24 Doug Evans <dje@google.com>
17264
17265 * lib/gdb.exp (run_on_host): Log error output if program fails.
17266
17267 2014-02-21 Pedro Alves <palves@redhat.com>
17268
17269 * gdb.threads/step-after-sr-lock.c: Rename to ...
17270 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17271 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17272 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17273 ... this.
17274
17275 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17276
17277 PR tdep/16397
17278 * gdb.arch/amd64-stap-special-operands.exp: New file.
17279 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17280 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17281 * gdb.arch/amd64-stap-triplet.S: Likewise.
17282 * gdb.arch/amd64-stap-triplet.c: Likewise.
17283
17284 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17285
17286 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17287 in .section pseudo-op.
17288
17289 2014-02-20 lin zuojian <manjian2006@gmail.com>
17290 Joel Brobecker <brobecker@adacore.com>
17291 Doug Evans <xdje42@gmail.com>
17292
17293 PR symtab/16581
17294 * gdb.dwarf2/dw2-icycle.S: New file.
17295 * gdb.dwarf2/dw2-icycle.c: New file.
17296 * gdb.dwarf2/dw2-icycle.exp: New file.
17297
17298 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17299
17300 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17301 operations on gdb.Value objects.
17302 * gdb.python/py-value-cc.exp: Add new test to test operations on
17303 gdb.Value objects.
17304
17305 2014-02-18 Doug Evans <dje@google.com>
17306
17307 * Makefile.in (TESTS): New variable.
17308 (expanded_tests, expanded_tests_or_none): New variables
17309 (check-single): Pass $(expanded_tests_or_none) to runtest.
17310 (check-parallel): Only run tests in $(TESTS) if non-empty.
17311 (check/no-matching-tests-found): New rule.
17312 * README: Document TESTS makefile variable.
17313
17314 2014-02-18 Doug Evans <dje@google.com>
17315
17316 * Makefile.in (check-parallel): rm -rf outputs temp.
17317
17318 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17319
17320 Fix "ERROR: no fileid for" in the testsuite.
17321 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17322
17323 2014-02-12 Doug Evans <dje@google.com>
17324
17325 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17326 (MISCELLANEOUS): New variable.
17327 (clean): rm -rf $(MISCELLANEOUS).
17328 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17329 dwp live in the same directory as symlinks, with each symlink pointed
17330 to a differently named file in a different directory.
17331
17332 2014-02-11 Doug Evans <dje@google.com>
17333
17334 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17335 of Tcl file commands.
17336
17337 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17338
17339 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17340 "kill -SIGUSR1 -1".
17341
17342 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17343
17344 * gdb.ada/tick_length_array_enum_idx: New testcase.
17345
17346 2014-02-10 Doug Evans <xdje42@gmail.com>
17347
17348 * configure.ac (AC_OUTPUT): Add gdb.guile.
17349 * configure: Regenerate.
17350 * lib/gdb-guile.exp: New file.
17351 * lib/gdb.exp (get_target_charset): New function.
17352 * gdb.base/help.exp: Update expected output from "apropos apropos".
17353 * gdb.guile/Makefile.in: New file.
17354 * gdb.guile/guile.exp: New file.
17355 * gdb.guile/scm-arch.c: New file.
17356 * gdb.guile/scm-arch.exp: New file.
17357 * gdb.guile/scm-block.c: New file.
17358 * gdb.guile/scm-block.exp: New file.
17359 * gdb.guile/scm-breakpoint.c: New file.
17360 * gdb.guile/scm-breakpoint.exp: New file.
17361 * gdb.guile/scm-disasm.c: New file.
17362 * gdb.guile/scm-disasm.exp: New file.
17363 * gdb.guile/scm-equal.c: New file.
17364 * gdb.guile/scm-equal.exp: New file.
17365 * gdb.guile/scm-error.exp: New file.
17366 * gdb.guile/scm-error.scm: New file.
17367 * gdb.guile/scm-frame-args.c: New file.
17368 * gdb.guile/scm-frame-args.exp: New file.
17369 * gdb.guile/scm-frame-args.scm: New file.
17370 * gdb.guile/scm-frame-inline.c: New file.
17371 * gdb.guile/scm-frame-inline.exp: New file.
17372 * gdb.guile/scm-frame.c: New file.
17373 * gdb.guile/scm-frame.exp: New file.
17374 * gdb.guile/scm-generics.exp: New file.
17375 * gdb.guile/scm-gsmob.exp: New file.
17376 * gdb.guile/scm-iterator.c: New file.
17377 * gdb.guile/scm-iterator.exp: New file.
17378 * gdb.guile/scm-math.c: New file.
17379 * gdb.guile/scm-math.exp: New file.
17380 * gdb.guile/scm-objfile-script-gdb.in: New file.
17381 * gdb.guile/scm-objfile-script.c: New file.
17382 * gdb.guile/scm-objfile-script.exp: New file.
17383 * gdb.guile/scm-objfile.c: New file.
17384 * gdb.guile/scm-objfile.exp: New file.
17385 * gdb.guile/scm-ports.exp: New file.
17386 * gdb.guile/scm-pretty-print.c: New file.
17387 * gdb.guile/scm-pretty-print.exp: New file.
17388 * gdb.guile/scm-pretty-print.scm: New file.
17389 * gdb.guile/scm-section-script.c: New file.
17390 * gdb.guile/scm-section-script.exp: New file.
17391 * gdb.guile/scm-section-script.scm: New file.
17392 * gdb.guile/scm-symbol.c: New file.
17393 * gdb.guile/scm-symbol.exp: New file.
17394 * gdb.guile/scm-symtab-2.c: New file.
17395 * gdb.guile/scm-symtab.c: New file.
17396 * gdb.guile/scm-symtab.exp: New file.
17397 * gdb.guile/scm-type.c: New file.
17398 * gdb.guile/scm-type.exp: New file.
17399 * gdb.guile/scm-value-cc.cc: New file.
17400 * gdb.guile/scm-value-cc.exp: New file.
17401 * gdb.guile/scm-value.c: New file.
17402 * gdb.guile/scm-value.exp: New file.
17403 * gdb.guile/source2.scm: New file.
17404 * gdb.guile/types-module.cc: New file.
17405 * gdb.guile/types-module.exp: New file.
17406
17407 2014-02-10 Yao Qi <yao@codesourcery.com>
17408
17409 PR testsuite/16543
17410 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17411 * configure: Regenerated.
17412 * Makefile.in: New file.
17413
17414 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17415
17416 * gdb.python/py-framefilter.exp: Fix typo.
17417
17418 2014-02-08 Yao Qi <yao@codesourcery.com>
17419
17420 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17421 that no =breakpoint-modified is emitted when breakpoints are
17422 modified through MI commands.
17423
17424 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17425 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.threads/step-after-sr-lock.c: New file.
17428 * gdb.threads/step-after-sr-lock.exp: New file.
17429
17430 2014-02-07 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17433
17434 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17435
17436 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17437 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17438
17439 2014-02-06 Doug Evans <xdje42@gmail.com>
17440
17441 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17442 output.
17443
17444 * gdb.gdb/python-interrupts.exp: New file.
17445
17446 2014-02-05 Yao Qi <yao@codesourcery.com>
17447
17448 * gdb.trace/report.exp (use_collected_data): Test the output
17449 of "info threads" and "info inferiors".
17450
17451 2014-02-05 Yao Qi <yao@codesourcery.com>
17452
17453 Revert this patch:
17454
17455 2013-05-24 Yao Qi <yao@codesourcery.com>
17456
17457 * gdb.trace/tfile.exp: Test inferior and thread.
17458
17459 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17460
17461 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17462 on a function.
17463 * gdb.base/step-bt.c: Call hello via function pointer to make
17464 sure its first instruction is executed on powerpc64le-linux.
17465
17466 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17467
17468 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17469
17470 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17471
17472 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17473 of the test patterns for use on little-endian systems.
17474
17475 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17476
17477 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17478 (decimal_vector): Fix for little-endian.
17479
17480 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17481
17482 * gdb.arch/sparc-sysstep.exp: New file.
17483 * gdb.arch/sparc-sysstep.c: Likewise.
17484
17485 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17486
17487 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17488
17489 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17490
17491 2014-01-23 Tom Tromey <tromey@redhat.com>
17492
17493 * gdb.ada/array_char_idx: New testcase.
17494
17495 2014-01-23 Tom Tromey <tromey@redhat.com>
17496
17497 PR python/16487:
17498 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17499 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17500 classes.
17501
17502 2014-01-23 Tom Tromey <tromey@redhat.com>
17503
17504 PR python/16491:
17505 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17506 string from an inferior frame.
17507 * gdb.python/py-framefilter-mi.exp: Update.
17508
17509 2014-01-22 Doug Evans <dje@google.com>
17510
17511 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17512
17513 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17514
17515 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17516
17517 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17518
17519 * gdb.trace/entry-values.exp: Remove excess space character from
17520 regex patterns. Handle s390 call instruction.
17521
17522 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17523
17524 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17525 define "*_start" label. Make "name" static.
17526 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17527 ${name} by references to ${name}_start.
17528
17529 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17530
17531 * gdb.base/info-macros.exp: Remove "debug" from the compile
17532 options.
17533
17534 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17535
17536 * gdb.dlang/demangle.exp: New file.
17537
17538 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17539
17540 * gdb.dlang/primitive-types.exp: New file.
17541
17542 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17543
17544 * configure.ac: Create gdb.dlang/Makefile.
17545 * configure: Regenerate.
17546 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17547 * gdb.dlang/Makefile.in: New file.
17548 * lib/d-support.exp: New file.
17549 * lib/gdb.exp (skip_d_tests): New proc.
17550
17551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17552
17553 * gdb.btrace/delta.exp: Check reverse stepi.
17554 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17555 * gdb.btrace/finish.exp: New.
17556 * gdb.btrace/next.exp: New.
17557 * gdb.btrace/nexti.exp: New.
17558 * gdb.btrace/record_goto.c: Add comments.
17559 * gdb.btrace/step.exp: New.
17560 * gdb.btrace/stepi.exp: New.
17561 * gdb.btrace/multi-thread-step.c: New.
17562 * gdb.btrace/multi-thread-step.exp: New.
17563 * gdb.btrace/rn-dl-bind.c: New.
17564 * gdb.btrace/rn-dl-bind.exp: New.
17565 * gdb.btrace/data.c: New.
17566 * gdb.btrace/data.exp: New.
17567 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17568
17569 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17570
17571 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17572 * gdb.btrace/exception.exp: Update.
17573 * gdb.btrace/instruction_history.exp: Update.
17574 * gdb.btrace/record_goto.exp: Update.
17575 * gdb.btrace/tailcall.exp: Update.
17576 * gdb.btrace/unknown_functions.exp: Update.
17577 * gdb.btrace/delta.exp: New.
17578
17579 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17580
17581 * gdb.btrace/record_goto.exp: Add backtrace test.
17582 * gdb.btrace/tailcall.exp: Add backtrace test.
17583
17584 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17585
17586 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17587 * gdb.btrace/record_goto.c: New.
17588 * gdb.btrace/record_goto.exp: New.
17589 * gdb.btrace/x86-record_goto.S: New.
17590
17591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17592
17593 * gdb.btrace/function_call_history.exp: Update tests.
17594 * gdb.btrace/instruction_history.exp: Update tests.
17595
17596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17597
17598 * gdb.btrace/function_call_history.exp: Fix expected field
17599 order for "record function-call-history".
17600 Add new tests for "record function-call-history /c".
17601 * gdb.btrace/exception.cc: New.
17602 * gdb.btrace/exception.exp: New.
17603 * gdb.btrace/tailcall.exp: New.
17604 * gdb.btrace/x86-tailcall.S: New.
17605 * gdb.btrace/x86-tailcall.c: New.
17606 * gdb.btrace/unknown_functions.c: New.
17607 * gdb.btrace/unknown_functions.exp: New.
17608 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17609
17610 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17611
17612 * gdb.btrace/instruction_history.exp: Update.
17613 * gdb.btrace/function_call_history.exp: Update.
17614
17615 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17616
17617 * gdb.btrace/function_call_history.exp: Fix expected function
17618 trace.
17619 * gdb.btrace/instruction_history.exp: Initialize traced.
17620 Remove traced_functions.
17621
17622 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17623
17624 * gdb.btrace/function_call_history.exp: Update
17625 * gdb.btrace/instruction_history.exp: Update.
17626
17627 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17628
17629 * gdb.btrace/enable.exp: Update expected text.
17630
17631 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17632
17633 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17634 bytes.
17635
17636 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17637
17638 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17639
17640 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17641
17642 * lib/gdb.exp (supports_process_record): Return true for
17643 arm*-linux*. (supports_reverse): Likewise.
17644
17645 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17646
17647 PR python/15464
17648 PR python/16113
17649 * gdb.python/py-type.c: Enhance test case.
17650 * gdb.python/py-value-cc.cc: Likewise
17651 * gdb.python/py-type.exp: Add new tests.
17652 * gdb.python/py-value-cc.exp: Likewise
17653
17654 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17655 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17658 Make "name" extern.
17659 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17660 references to ${name}_start by references to ${name}.
17661
17662 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17663
17664 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17665
17666 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17667
17668 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17669
17670 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17671 Pedro Alves <palves@redhat.com>
17672
17673 * gdb.mi/mi-info-os.exp: Connect to the target with
17674 mi_gdb_target_load.
17675
17676 2014-01-08 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/reconnect-signal.c: New file.
17679 * gdb.threads/reconnect-signal.exp: New file.
17680
17681 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17682
17683 * gdb.base/source-dir.exp: New file.
17684
17685 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17686
17687 * gdb.ada/mi_interface: New testcase.
17688
17689 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17690
17691 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17692 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17693 gdb.ada/pp-rec-component/pck.ads: New files.
17694
17695 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17696
17697 * gdb.python/py-pp-integral.c: New file.
17698 * gdb.python/py-pp-integral.py: New file.
17699 * gdb.python/py-pp-integral.exp: New file.
17700
17701 For older changes see ChangeLog-1993-2013.
17702 \f
17703 ;; Local Variables:
17704 ;; mode: change-log
17705 ;; left-margin: 8
17706 ;; fill-column: 74
17707 ;; version-control: never
17708 ;; End:
17709
17710 Copyright 2014-2019 Free Software Foundation, Inc.
17711 Copying and distribution of this file, with or without modification,
17712 are permitted provided the copyright notice and this notice are preserved.
This page took 0.371783 seconds and 3 git commands to generate.