Fix gdbserver ChangeLog entry
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-11-22 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
4 * gdb.ada/tasks/foo.adb: Add another stopping location.
5
6 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7
8 * gdb.base/endianity.c: New test.
9 * gdb.base/endianity.exp: New file.
10
11 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
12
13 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
14
15 2019-11-21 Tom de Vries <tdevries@suse.de>
16
17 PR gdb/24956
18 * gdb.base/ui-redirect.exp: Test output of user-defined command.
19
20 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21
22 * gdb.python/py-progspace.exp: Add missing parentheses on some
23 'print' commands.
24
25 2019-11-19 Tom Tromey <tom@tromey.com>
26
27 * gdb.tui/winheight.exp: New file.
28
29 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.base/ctf-whatis.c: Delete.
32 * gdb.base/ctf-whatis.exp: Delete.
33 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
34
35 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.base/ctf-cvexpr.exp: Delete.
38 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
39
40 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
43 the compiler. Clean up header comment a little.
44 * gdb.base/ctf-ptype.exp: Likewise.
45 * gdb.base/ctf-whatis.exp: Likewise.
46 * lib/gdb.exp (skip_ctf_tests): New proc.
47
48 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
49
50 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
51 * gdb.tui/corefile-run.exp: New file.
52
53 2019-11-14 Tom Tromey <tromey@adacore.com>
54
55 * gdb.base/gdbvars.exp (test_convenience_variables): Add
56 regression tests.
57
58 2019-11-12 Tom Tromey <tom@tromey.com>
59
60 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
61 after any command. Expect prompt after WAIT_FOR is seen.
62 (enter_tui): Enable resize messages.
63 (command): Expect command in output.
64 (get_line): Avoid error when cursor appears to be off-screen.
65 (dump_screen): Include screen size in title.
66 (_do_resize): New proc, from "resize".
67 (resize): Rewrite. Do resize in two steps.
68 * gdb.tui/empty.exp (layouts): Fix entries.
69 (check_boxes): Remove xfail.
70 (check_text): Dump screen on failure.
71
72 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.python/py-symbol.exp: Add test for
75 gdb.lookup_static_symbols.
76
77 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.python/py-symbol.c: Declare and call function from new
80 py-symbol-2.c file.
81 * gdb.python/py-symbol.exp: Compile both source files, and add new
82 tests for gdb.lookup_static_symbol.
83 * gdb.python/py-symbol-2.c: New file.
84
85 2019-11-02 Tom de Vries <tdevries@suse.de>
86
87 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
88 * gdb.base/anon.exp: Same.
89 * gdb.base/auto-connect-native-target.exp: Same.
90 * gdb.base/call-ar-st.exp: Same.
91 * gdb.base/catch-syscall.exp: Same.
92 * gdb.base/commands.exp: Same.
93 * gdb.base/default.exp: Same.
94 * gdb.base/display.exp: Same.
95 * gdb.base/float.exp: Same.
96 * gdb.base/foll-fork.exp: Same.
97 * gdb.base/help.exp: Same.
98 * gdb.base/info-macros.exp: Same.
99 * gdb.base/info-proc.exp: Same.
100 * gdb.base/info-target.exp: Same.
101 * gdb.base/long_long.exp: Same.
102 * gdb.base/macscp.exp: Same.
103 * gdb.base/memattr.exp: Same.
104 * gdb.base/nofield.exp: Same.
105 * gdb.base/pointers.exp: Same.
106 * gdb.base/printcmds.exp: Same.
107 * gdb.base/ptype.exp: Same.
108 * gdb.base/restore.exp: Same.
109 * gdb.base/return.exp: Same.
110 * gdb.base/scope.exp: Same.
111 * gdb.base/set-noassign.exp: Same.
112 * gdb.base/setshow.exp: Same.
113 * gdb.base/shlib-call.exp: Same.
114 * gdb.base/signals.exp: Same.
115 * gdb.base/sigstep.exp: Same.
116 * gdb.base/skip.exp: Same.
117 * gdb.base/solib-symbol.exp: Same.
118 * gdb.base/stap-probe.exp: Same.
119 * gdb.base/step-line.exp: Same.
120 * gdb.base/step-test.exp: Same.
121 * gdb.base/style.exp: Same.
122 * gdb.base/varargs.exp: Same.
123 * gdb.base/vla-datatypes.exp: Same.
124 * gdb.base/vla-ptr.exp: Same.
125 * gdb.base/vla-sideeffect.exp: Same.
126 * gdb.base/volatile.exp: Same.
127 * gdb.base/watch-cond-infcall.exp: Same.
128 * gdb.base/watchpoint.exp: Same.
129
130 2019-11-02 Tom de Vries <tdevries@suse.de>
131
132 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
133 * gdb.cp/cpexprs.exp: Same.
134 * gdb.cp/except-multi-location.exp: Same.
135 * gdb.cp/exceptprint.exp: Same.
136 * gdb.cp/gdb2384.exp: Same.
137 * gdb.cp/inherit.exp: Same.
138 * gdb.cp/m-static.exp: Same.
139 * gdb.cp/meth-typedefs.exp: Same.
140 * gdb.cp/misc.exp: Same.
141 * gdb.cp/namespace.exp: Same.
142 * gdb.cp/non-trivial-retval.exp: Same.
143 * gdb.cp/overload.exp: Same.
144 * gdb.cp/pr17132.exp: Same.
145 * gdb.cp/re-set-overloaded.exp: Same.
146 * gdb.cp/rvalue-ref-types.exp: Same.
147 * gdb.cp/templates.exp: Same.
148
149 2019-11-01 Luis Machado <luis.machado@linaro.org>
150
151 PR gdb/25124
152
153 * gdb.arch/pr25124.S: New file.
154 * gdb.arch/pr25124.exp: New file.
155
156 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.fortran/info-modules.exp: Update expected results, and add
159 additional tests for 'info module functinos', and 'info module
160 variables'.
161 * gdb.fortran/info-types.exp: Update expected results.
162 * gdb.fortran/info-types.f90: Extend testcase with additional
163 module variables and functions.
164
165 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.fortran/info-modules.exp: New file.
168 * gdb.fortran/info-types.exp: Build with new file.
169 * gdb.fortran/info-types.f90: Include and use new module.
170 * gdb.fortran/info-types-2.f90: New file.
171
172 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
173
174 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
175 * gdb.base/settings.exp: Test all settings types using
176 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
177 that now verifies that the value of "maint show" is the same as
178 returned by the settings functions. Test the type of the
179 maintenance settings.
180 * gdb.base/default.exp: Update show_conv_list.
181
182 2019-10-31 Tom de Vries <tdevries@suse.de>
183
184 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
185 gdb_test.
186 * gdb.arch/amd64-disp-step.exp: Same.
187 * gdb.asm/asm-source.exp: Same.
188 * gdb.btrace/buffer-size.exp: Same.
189 * gdb.btrace/cpu.exp: Same.
190 * gdb.btrace/enable.exp: Same.
191 * gdb.dwarf2/count.exp: Same.
192 * gdb.dwarf2/dw2-ranges-func.exp: Same.
193 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
194 * gdb.fortran/vla-datatypes.exp: Same.
195 * gdb.fortran/vla-history.exp: Same.
196 * gdb.fortran/vla-ptype.exp: Same.
197 * gdb.fortran/vla-value.exp: Same.
198 * gdb.fortran/whatis_type.exp: Same.
199 * gdb.guile/guile.exp: Same.
200 * gdb.multi/tids.exp: Same.
201 * gdb.python/py-finish-breakpoint.exp: Same.
202 * gdb.python/py-framefilter.exp: Same.
203 * gdb.python/py-pp-registration.exp: Same.
204 * gdb.python/py-xmethods.exp: Same.
205 * gdb.python/python.exp: Same.
206 * gdb.server/connect-with-no-symbol-file.exp: Same.
207 * gdb.server/no-thread-db.exp: Same.
208 * gdb.server/run-without-local-binary.exp: Same.
209 * gdb.stabs/weird.exp: Same.
210 * gdb.threads/attach-many-short-lived-threads.exp: Same.
211 * gdb.threads/thread-find.exp: Same.
212 * gdb.threads/tls-shared.exp: Same.
213 * gdb.threads/tls.exp: Same.
214 * gdb.threads/wp-replication.exp: Same.
215 * gdb.trace/ax.exp: Same.
216 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
217
218 2019-10-31 Tom de Vries <tdevries@suse.de>
219
220 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
221 * gdb.ada/array_subscript_addr.exp: Same.
222 * gdb.ada/arrayidx.exp: Same.
223 * gdb.ada/arrayparam.exp: Same.
224 * gdb.ada/arrayptr.exp: Same.
225 * gdb.ada/boolean_expr.exp: Same.
226 * gdb.ada/call_pn.exp: Same.
227 * gdb.ada/complete.exp: Same.
228 * gdb.ada/fixed_cmp.exp: Same.
229 * gdb.ada/fun_addr.exp: Same.
230 * gdb.ada/funcall_param.exp: Same.
231 * gdb.ada/interface.exp: Same.
232 * gdb.ada/mod_from_name.exp: Same.
233 * gdb.ada/null_array.exp: Same.
234 * gdb.ada/packed_array.exp: Same.
235 * gdb.ada/packed_tagged.exp: Same.
236 * gdb.ada/print_chars.exp: Same.
237 * gdb.ada/print_pc.exp: Same.
238 * gdb.ada/ptype_arith_binop.exp: Same.
239 * gdb.ada/ptype_field.exp: Same.
240 * gdb.ada/ptype_tagged_param.exp: Same.
241 * gdb.ada/rec_return.exp: Same.
242 * gdb.ada/ref_tick_size.exp: Same.
243 * gdb.ada/str_ref_cmp.exp: Same.
244 * gdb.ada/taft_type.exp: Same.
245 * gdb.ada/tagged.exp: Same.
246 * gdb.ada/type_coercion.exp: Same.
247 * gdb.ada/uninitialized_vars.exp: Same.
248
249 2019-10-30 Tom de Vries <tdevries@suse.de>
250
251 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
252
253 2019-10-26 Tom de Vries <tdevries@suse.de>
254
255 * gdb.base/bigcore.c: Fix typos in comments.
256 * gdb.base/ctf-ptype.c: Same.
257 * gdb.base/long_long.c: Same.
258 * gdb.dwarf2/dw2-op-out-param.S: Same.
259 * gdb.python/py-evthreads.c: Same.
260 * gdb.reverse/i387-stack-reverse.c: Same.
261 * gdb.trace/tfile.c: Same.
262 * lib/compiler.c: Same.
263 * lib/compiler.cc: Same.
264
265 2019-10-25 Tom de Vries <tdevries@suse.de>
266
267 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
268 gdb_test_multiple calls.
269 * gdb.reverse/sigall-reverse.exp: Same.
270 * gdb.reverse/solib-precsave.exp: Same.
271 * gdb.reverse/solib-reverse.exp: Same.
272 * gdb.reverse/until-precsave.exp: Same.
273 * gdb.reverse/until-reverse.exp: Same.
274
275 2019-10-24 Tom de Vries <tdevries@suse.de>
276
277 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
278 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
279 kfail using -wrap pattern flag and convenience variable
280 gdb_test_name.
281
282 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.python/py-progspace.exp: Add tests for the
285 Progspace.block_for_pc method.
286
287 2019-10-23 Tom Tromey <tom@tromey.com>
288
289 * configure: Rebuild.
290 * aclocal.m4: Use m4_include, not sinclude.
291
292 2019-10-21 Tom de Vries <tdevries@suse.de>
293
294 * gdb.base/infcall-nested-structs.c: Add
295 __attribute__((noinline,noclone)) to all functions.
296 (call_all): Add missing variable initialization. Simplify return value.
297 (breakpt): Increment volatile variable, to prevent call from being
298 optimized out.
299 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
300
301 2019-10-17 Tom de Vries <tdevries@suse.de>
302
303 * gdb.fortran/module.exp: Allow info variables to print info for files
304 other than module.f90.
305
306 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.fortran/module.exp: Extend with 'info variables' test.
309
310 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
313 F77_FOR_TARGET.
314
315 2019-10-16 Tom de Vries <tdevries@suse.de>
316
317 PR tdep/25096
318 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
319
320 2019-10-16 Tom de Vries <tdevries@suse.de>
321
322 PR tdep/24104
323 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
324 Add KFAIL for PR tdep/25096.
325
326 2019-10-16 Tom de Vries <tdevries@suse.de>
327
328 PR testsuite/25059
329 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
330
331 2019-10-16 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
334 as signed.
335
336 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
337
338 * gdb.mi/list-thread-groups-available.exp: Read entries one by
339 one instead of increasing timeout.
340
341 2019-10-13 Tom de Vries <tdevries@suse.de>
342
343 PR record/25038
344 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
345 * gdb.reverse/sigall-reverse.exp: Same.
346 * gdb.reverse/solib-precsave.exp: Same.
347 * gdb.reverse/solib-reverse.exp: Same.
348 * gdb.reverse/step-precsave.exp: Same.
349 * gdb.reverse/until-precsave.exp: Same.
350 * gdb.reverse/until-reverse.exp: Same.
351 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
352
353 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
354
355 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
356 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
357 (cmp_struct_05_01, cmp_struct_static_02_01)
358 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
359 comparisons.
360
361 2019-10-10 Tom de Vries <tdevries@suse.de>
362
363 PR testsuite/24888
364 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
365 gnatlink.
366
367 2019-10-09 Tom de Vries <tdevries@suse.de>
368
369 PR testsuite/25048
370 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
371
372 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
375 exceptions due to missing debug information.
376
377 2019-10-07 Tom de Vries <tdevries@suse.de>
378
379 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
380
381 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
384 * gdb.base/annota1.exp: Update to use gdb_test_name.
385
386 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
387
388 * gdb.base/ctf-whatis.exp: New file.
389 * gdb.base/ctf-whatis.c: New file.
390 * gdb.base/ctf-ptype.exp: New file.
391 * gdb.base/ctf-ptype.c: New file.
392 * gdb.base/ctf-constvars.exp: New file.
393 * gdb.base/ctf-constvars.c: New file.
394 * gdb.base/ctf-cvexpr.exp: New file.
395
396 2019-10-04 Tom de Vries <tdevries@suse.de>
397
398 * gdb.cp/local-static.c (main): Move declaration of int i out of the
399 for loop.
400
401 2019-10-03 Tom Tromey <tom@tromey.com>
402
403 PR rust/24976:
404 * gdb.rust/simple.rs (Union2): New type.
405 (main): Use Union2.
406 * gdb.rust/simple.exp: Add test.
407
408 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
411 nested function prefix.
412
413 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
414 Richard Bunt <richard.bunt@arm.com>
415 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
418 nested functions.
419 * gdb.fortran/nested-funcs.f90: Update expected results.
420 * gdb.fortran/nested-funcs-2.exp: New file.
421 * gdb.fortran/nested-funcs-2.f90: New file.
422
423 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.python/py-parameter.exp: Make test names unique.
426 * gdb.python/py-template.exp: Likewise.
427 * gdb.python/py-value.exp: Likewise.
428
429 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * gdb.base/break-interp.exp: Reduce test name duplication.
432 * gdb.base/call-sc.exp: Likewise.
433 * gdb.base/callfuncs.exp: Likewise.
434 * gdb.base/charset.exp: Likewise.
435 * gdb.base/dump.exp: Likewise.
436 * gdb.base/ena-dis-br.exp: Likewise.
437 * gdb.base/relational.exp: Likewise.
438 * gdb.base/step-over-syscall.exp: Likewise.
439 * gdb.base/structs.exp: Likewise.
440
441 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.linespec/explicit.exp: Make test names unique.
444 * gdb.linespec/ls-errs.exp: Likewise.
445
446 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * gdb.reverse/break-precsave.exp: Make test names unique.
449 * gdb.reverse/break-reverse.exp: Likewise.
450 * gdb.reverse/finish-precsave.exp: Likewise.
451 * gdb.reverse/finish-reverse.exp: Likewise.
452 * gdb.reverse/machinestate-precsave.exp: Likewise.
453 * gdb.reverse/machinestate.exp: Likewise.
454 * gdb.reverse/readv-reverse.exp: Likewise.
455 * gdb.reverse/recvmsg-reverse.exp: Likewise.
456 * gdb.reverse/sigall-precsave.exp: Likewise.
457 * gdb.reverse/sigall-reverse.exp: Likewise.
458 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
459 * gdb.reverse/watch-precsave.exp: Likewise.
460 * gdb.reverse/watch-reverse.exp: Likewise.
461
462 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.threads/stop-with-handle.c: New file.
465 * gdb.threads/stop-with-handle.exp: New file.
466
467 2019-10-03 Tom de Vries <tdevries@suse.de>
468
469 PR testsuite/25059
470 * gdb.base/list-missing-source.exp: Allowing the "Compilation
471 directory" line to be missing.
472
473 2019-10-03 Tom de Vries <tdevries@suse.de>
474
475 PR testsuite/25059
476 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
477 type optional.
478
479 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
480
481 * gdb.python/py-format-string.c (string.h): New include.
482 (main): Fill a_struct_with_union.the_union.an_int with bytes of
483 the same value, for endianness-independence.
484 * gdb.python/py-format-string.exp (default_regexp_dict)
485 (test_pretty_structs, test_format): Adjust expected output to the
486 changed initialization.
487
488 2019-10-02 Tom Tromey <tromey@adacore.com>
489
490 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
491
492 2019-10-02 Pedro Alves <palves@redhat.com>
493 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
496 "print-file-var.h".
497 (this_version_id) Use ATTRIBUTE_VISIBILITY.
498 (get_version_1): Print this_version_id and its address.
499 Add extern "C" wrappers around interface functions.
500 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
501 "print-file-var.h".
502 (this_version_id) Use ATTRIBUTE_VISIBILITY.
503 (get_version_2): Print this_version_id and its address.
504 Add extern "C" wrappers around interface functions.
505 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
506 <stddef.h> and "print-file-var.h".
507 Add extern "C" wrappers around interface functions.
508 [VERSION_ID_MAIN] (this_version_id): Define.
509 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
510 * gdb.base/print-file-var.h: Add some #defines to simplify setting
511 up extern "C" blocks.
512 * gdb.base/print-file-var.exp (test): New, factored out from top
513 level.
514 (top level): Test all combinations of attribute hidden or not,
515 dlopen or not, and this_version_id symbol in main file or not.
516 Compile tests as both C++ and C, make test names unique.
517
518 2019-10-01 Tom Tromey <tom@tromey.com>
519
520 * gdb.base/style.exp: Test "show logging filename".
521
522 2019-10-01 Tom Tromey <tom@tromey.com>
523
524 * lib/gdb-utils.exp (style): Handle "metadata" argument.
525 * gdb.base/style.exp: Add metadata style test.
526
527 2019-10-01 Tom Tromey <tom@tromey.com>
528
529 * gdb.base/style.exp: Test "pwd".
530
531 2019-10-01 Tom Tromey <tom@tromey.com>
532
533 * gdb.base/style.exp: Update tests.
534
535 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
536
537 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
538 'six' to unsigned.
539 (s1): Initialize fields 'four' and 'six' instead of 'three' and
540 'five'. Use an all-ones bit pattern for each.
541 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
542 to its changed values.
543
544 2019-09-30 Tom Tromey <tromey@adacore.com>
545
546 * gdb.rust/traits.rs: Disable all warnings.
547
548 2019-09-29 Tom de Vries <tdevries@suse.de>
549
550 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
551
552 2019-09-29 Tom de Vries <tdevries@suse.de>
553
554 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
555
556 2019-09-27 Tom de Vries <tdevries@suse.de>
557
558 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
559
560 2019-09-27 Tom de Vries <tdevries@suse.de>
561
562 PR record/23188
563 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
564
565 2019-09-26 Tom Tromey <tromey@adacore.com>
566
567 * gdb.ada/py_taft.exp: New file.
568 * gdb.ada/py_taft/main.adb: New file.
569 * gdb.ada/py_taft/pkg.adb: New file.
570 * gdb.ada/py_taft/pkg.ads: New file.
571
572 2019-09-24 Tom de Vries <tdevries@suse.de>
573
574 PR gdb/24598
575 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
576
577 2019-09-22 Tom de Vries <tdevries@suse.de>
578
579 * gdb.base/restore.exp: Allow register variables to be optimized out at
580 -O0.
581
582 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
583
584 * gdb.arch/spu-info.exp: Remove file.
585 * gdb.arch/spu-info.c: Remove file.
586 * gdb.arch/spu-ls.exp: Remove file.
587 * gdb.arch/spu-ls.c: Remove file.
588
589 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
590 * gdb.asm/spu.inc: Remove file.
591
592 * gdb.base/dump.exp: Remove support for spu*-*-*.
593 * gdb.base/stack-checking.exp: Likewise.
594 * gdb.base/overlays.exp: Likewise.
595 * gdb.base/ovlymgr.c: Likewise.
596 * gdb.base/spu.ld: Remove file.
597
598 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
599 * gdb.cp/cpexprs.exp: Likewise.
600 * gdb.cp/exception.exp: Likewise.
601 * gdb.cp/gdb2495.exp: Likewise.
602 * gdb.cp/mb-templates.exp: Likewise.
603 * gdb.cp/pr9167.exp: Likewise.
604 * gdb.cp/userdef.exp: Likewise.
605
606 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
607
608 * gdb.cell: Remove directory.
609 * lib/cell.exp: Remove file.
610
611 2019-09-19 Tom de Vries <tdevries@suse.de>
612
613 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
614
615 2019-09-19 Tom de Vries <tdevries@suse.de>
616
617 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
618
619 2019-09-19 Tom de Vries <tdevries@suse.de>
620
621 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
622 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
623 (gdb_target_cmd): ... here.
624 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
625 value 2.
626
627 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.base/source-dir.exp: Avoid having directory names in test
630 names.
631
632 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.base/source-dir.exp: Add extra test for mapped compilation
635 directory.
636
637 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.base/list-missing-source.exp: New file.
640
641 2019-09-14 Tom de Vries <tdevries@suse.de>
642
643 PR teststuite/24599
644 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
645 * lib/ada.exp (gnatmake_version_at_least): New proc.
646
647 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.base/maint.exp: Use exec_has_index_section.
650
651 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.base/maint.exp: Add test for 'maint info sections'.
654
655 2019-09-12 Tom de Vries <tdevries@suse.de>
656
657 * gdb.base/store.exp: Allow register variables to be optimized out at
658 -O0.
659
660 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
661
662 * gdb.ada/rdv_wait.exp: Update to new task names.
663 * gdb.base/task_switch_in_core.exp: Likewise.
664 * gdb.base/info_sources_base.c: Likewise.
665
666 2019-09-10 Tom Tromey <tromey@adacore.com>
667
668 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
669
670 2019-09-10 Tom Tromey <tromey@adacore.com>
671
672 * gdb.ada/dgopt.exp: New file.
673 * gdb.ada/dgopt/x.adb: New file.
674
675 2019-09-08 Tom Tromey <tom@tromey.com>
676
677 * gdb.tui/resize.exp: Remove setup_xfail.
678 * gdb.tui/regs.exp: Remove setup_xfail.
679 * gdb.tui/basic.exp: Remove setup_xfail.
680
681 2019-09-06 David Blaikie <dblaikie@gmail.com>
682
683 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
684 * gdb.cp/cplabel.exp: Ditto.
685 * gdb.linespec/ls-errs.exp: Ditto.
686
687 2019-09-05 Tom de Vries <tdevries@suse.de>
688
689 * lib/gdb.exp (cmp_file_string): New proc.
690 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
691 runto_main. Verify save breakpoints output.
692
693 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
694
695 * gdb.base/info-var.exp: Test info variables without running
696 to main, to avoid expect's buffer overflow.
697
698 2019-09-03 Tom Tromey <tromey@adacore.com>
699
700 * gdb.ada/bias.exp: New file.
701 * gdb.ada/bias/bias.adb: New file.
702 * gdb.ada/print_chars.exp: Add regression test.
703 * gdb.ada/print_chars/foo.adb (My_Character): New type.
704 (MC): New variable.
705
706 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
707
708 * gdb.base/argv0-symlink.exp: Run only on native target
709 and local host.
710
711 2019-08-29 Tom de Vries <tdevries@suse.de>
712
713 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
714 diverse debug info.
715 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
716
717 2019-08-28 Tom de Vries <tdevries@suse.de>
718
719 * gdb.base/info-var.exp: Allow info variables to print info for files
720 other than info-var-f1.c and info-var-f2.c.
721
722 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.fortran/info-types.exp: Add module.
725 * gdb.fortran/info-types.f90: Update expected results.
726
727 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * gdb.fortran/info-types.exp: New file.
730 * gdb.fortran/info-types.f90: New file.
731 * lib/fortran.exp (fortran_character1): New proc.
732
733 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
736 functions'. Reindent as needed.
737 * gdb.base/info-var-f1.c: New file.
738 * gdb.base/info-var-f2.c: New file.
739 * gdb.base/info-var.exp: New file.
740 * gdb.base/info-var.h: New file.
741
742 2019-08-26 Tom de Vries <tdevries@suse.de>
743
744 PR c++/24852
745 * gdb.cp/no-libstdcxx-probe.exp: New test.
746
747 2019-08-26 Tom de Vries <tdevries@suse.de>
748
749 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
750 * tests need to be skipped.
751 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
752 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
753 mi_skip_libstdcxx_probe_tests.
754
755 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
756
757 * gdb.python/py-xmethods.exp: Use raw strings when passing
758 arguments to SimpleXMethodMatcher.
759
760 2019-08-22 Tom de Vries <tdevries@suse.de>
761
762 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
763 more informative.
764
765 2019-08-21 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/with.exp: Test "with" with no arguments.
768
769 2019-08-21 Tom de Vries <tdevries@suse.de>
770
771 * gdb.base/gdb-caching-proc.exp: Sort files.
772
773 2019-08-20 Tom de Vries <tdevries@suse.de>
774
775 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
776 compilation.
777
778 2019-08-16 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/compare-sections.exp ("after run to main"): Allow
781 mismatched read-only sections for PIE executables.
782
783 2019-08-16 Tom Tromey <tom@tromey.com>
784
785 * lib/tuiterm.exp (_csi_Z): New proc.
786 * gdb.tui/basic.exp: Update window positions.
787 * gdb.tui/empty.exp: Update window positions.
788
789 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
790
791 * gdb.base/examine-backward.exp: Correct regexp for
792 "examine 3 bytes backward from ${address_zero}".
793
794 2019-08-15 Tom Tromey <tom@tromey.com>
795
796 * gdb.tui/empty.exp: Enable resizing tests.
797
798 2019-08-15 Tom Tromey <tromey@adacore.com>
799
800 * gdb.ada/char_enum.exp: Add regression tests.
801 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
802 and '0'.
803 (Char, Gchar): Update.
804 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
805
806 2019-08-15 Christian Biesinger <cbiesinger@google.com>
807
808 * gdb.python/python.exp: Expect a leading underscore on
809 GdbOutput{,Error}File.
810
811 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
812
813 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
814 Windows host.
815
816 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
817
818 * gdb.base/batch-preserve-term-settings.exp
819 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
820
821 2019-08-15 Christian Biesinger <cbiesinger@google.com>
822
823 * lib/gdb.exp: When running on a mingw target, replace
824 /x/ with x:/.
825
826 2019-08-14 Alan Hayward <alan.hayward@arm.com>
827
828 * gdb.arch/aarch64-prologue.c: New test.
829 * gdb.arch/aarch64-prologue.exp: New file.
830
831 2019-08-13 Tom de Vries <tdevries@suse.de>
832
833 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
834 Thread.
835
836 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
837
838 * gdb.python/py-completion.exp: Download the .py file to the host
839 and use its host pathname. Conditionalize tests that use
840 tab completion and manipulate files on the build machine.
841 * gdb.python/py-events.exp: Download the .py file to the host
842 and use its host pathname.
843 * gdb.python/py-evsignal.exp: Likewise.
844 * gdb.python/py-evthreads.exp: Likewise.
845 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
846 pathname syntax.
847 * gdb.python/py-framefilter.exp: Download the .py file to the right
848 place on the host. Match Windows pathname syntax.
849 * gdb.python/py-mi-var-info-path-expression.exp: Download the
850 .py file to the host and use its host pathname.
851 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
852 * gdb.python/py-objfile.exp: Expect a host pathname, not a
853 build pathname. Skip symlink test on Windows host. Add missing
854 newline at end of file.
855 * gdb.python/py-pp-maint.exp: Download the .py file to the host
856 and use its host pathname.
857 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
858 * gdb.python/py-section-script.exp: Use host location of binfile
859 on safe-path. Use correct path separator on Windows host.
860 Reorder alternatives in gdb_test_multiple to prevent matching
861 the wrong alternative on success.
862 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
863
864 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
865
866 * gdb.gdb/selftest.exp (test_with_self): Update test to now
867 expect the GDB inferior to no longer immediately stop after
868 being resumed with "signal SIGINT".
869
870 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
871
872 * gdb.linespec/break-ask.exp: Generalize regexps to match
873 Windows pathnames too.
874
875 2019-08-08 Tom de Vries <tdevries@suse.de>
876
877 PR testsuite/24862
878 * lib/tuiterm.exp (_accept): Fix CSI regexp.
879
880 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
881
882 * gdb.base/style.exp: Update tests for help doc new invariants.
883 * gdb.base/help.exp: Likewise.
884
885 2019-08-06 Tom Tromey <tom@tromey.com>
886
887 * gdb.base/style.exp: Add disassemble test.
888 * gdb.base/style.c (some_called_function): New function.
889 (main): Use it.
890
891 2019-08-05 Christian Biesinger <cbiesinger@google.com>
892
893 * gdb.python/py-block.exp: Test dictionary access on blocks.
894
895 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
896
897 PR gdb/24863
898 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
899 -list-thread-groups --available test when running under
900 check-read1.
901
902 2019-08-05 Tom de Vries <tdevries@suse.de>
903
904 PR testsuite/24863
905 * lib/gdb.exp (with_read1_timeout_factor): New proc.
906 * gdb.base/help.exp: Use with_read1_timeout_factor.
907 * gdb.base/info-macros.exp: Same.
908 * gdb.cp/nested-types.exp: Same.
909
910 2019-08-05 Tom de Vries <tdevries@suse.de>
911
912 * lib/gdb.exp (version_at_least): Factor out of ...
913 (tcl_version_at_least): ... here.
914 (gdb_compile): Fail if pie results in non-PIE executable.
915 (readelf_version, readelf_prints_pie): New proc.
916 (exec_is_pie): Return -1 if unknown.
917
918 2019-08-05 Tom de Vries <tdevries@suse.de>
919
920 * lib/gdb.exp (tcl_version_at_least): Fix typo.
921
922 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
923
924 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
925
926 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
927
928 * lib/completion-support.exp (test_gdb_complete_none): Skip
929 tab completion tests if no readline support.
930 (test_gdb_complete_unique_re): Likewise.
931 (test_gdb_complete_multiple): Likewise.
932
933 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
934
935 * gdb.base/info_sources.exp: New file.
936 * gdb.base/info_sources.c: New file.
937 * gdb.base/info_sources_base.c: New file.
938
939 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
940
941 * gdb.base/batch-exit-status.exp: Call test_exit_status with
942 prefix argument.
943 (test_exit_status): Add prefix argument.
944
945 2019-08-01 Tom de Vries <tdevries@suse.de>
946
947 PR testsuite/24863
948 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
949 calling exp_continue for new thread and thread exited messages.
950
951 2019-08-01 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/24863
954 * gdb.base/structs.exp: Fix check-read1 timeout using
955 gdb_test_sequence.
956 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
957
958 2019-08-01 Tom de Vries <tdevries@suse.de>
959
960 PR testsuite/24863
961 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
962 line.
963
964 2019-08-01 Tom de Vries <tdevries@suse.de>
965
966 PR testsuite/24863
967 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
968
969 2019-07-30 Tom Tromey <tromey@adacore.com>
970
971 * gdb.ada/display_nested.exp: New file.
972 * gdb.ada/display_nested/foo.adb: New file.
973 * gdb.ada/display_nested/pack.adb: New file.
974 * gdb.ada/display_nested/pack.ads: New file.
975
976 2019-07-30 Christian Biesinger <cbiesinger@google.com>
977
978 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
979 namespace.
980 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
981
982 2019-07-30 Tom de Vries <tdevries@suse.de>
983
984 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
985 instead.
986
987 2019-07-30 Tom de Vries <tdevries@suse.de>
988
989 PR testsuite/24834
990 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
991 (exec_is_pie): New proc.
992
993 2019-07-29 Christian Biesinger <cbiesinger@google.com>
994
995 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
996
997 2019-07-29 Christian Biesinger <cbiesinger@google.com>
998
999 * gdb.python/py-objfile.c: Add global and static vars.
1000 * gdb.python/py-objfile.exp: Test new functions Objfile.
1001 lookup_global_symbol and lookup_static_symbol.
1002
1003 2019-07-29 Tom Tromey <tom@tromey.com>
1004
1005 * lib/tuiterm.exp (Term::_csi_@): New proc.
1006 (Term::_csi_X): Don't move cursor.
1007
1008 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1009
1010 * gdb.base/options.exp: Update backtrace - completion to
1011 new option -frame-info.
1012 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1013 Test new 'set print frame-info'. Test backtrace -frame-info
1014 overriding 'set print frame-info'.
1015 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1016 Test new 'set print frame-info'.
1017 Verify consistency of backtrace with and without filters, with and
1018 without -no-filters.
1019 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1020 default.
1021
1022 2019-07-29 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1025 no arguments".
1026
1027 2019-07-29 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1030 is a substring of the first for "complete non-unique file name".
1031
1032 2019-07-29 Tom de Vries <tdevries@suse.de>
1033
1034 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1035 with ".*".
1036
1037 2019-07-29 Tom de Vries <tdevries@suse.de>
1038
1039 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1040 Pass prompt_regexp parameter to gdb_test_multiple calls.
1041
1042 2019-07-29 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1045 print registers" regexps.
1046
1047 2019-07-29 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1050
1051 2019-07-29 Tom de Vries <tdevries@suse.de>
1052
1053 PR gdb/24855
1054 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1055 (skip_python_tests_prompt): Add prompt_regexp argument to
1056 gdb_test_multiple calls.
1057
1058 2019-07-27 Tom Tromey <tom@tromey.com>
1059
1060 * gdb.tui/main.exp: New file.
1061
1062 2019-07-27 Tom Tromey <tom@tromey.com>
1063
1064 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1065 optional.
1066 * gdb.tui/empty.exp: New file.
1067
1068 2019-07-27 Tom Tromey <tom@tromey.com>
1069
1070 * lib/tuiterm.exp (spawn): New proc.
1071 (Term::resize): New proc.
1072 * gdb.tui/resize.exp: New file.
1073
1074 2019-07-27 Tom Tromey <tom@tromey.com>
1075
1076 * gdb.tui/list.exp: New file.
1077
1078 2019-07-27 Tom Tromey <tom@tromey.com>
1079
1080 * gdb.tui/regs.exp: New file.
1081
1082 2019-07-27 Tom Tromey <tom@tromey.com>
1083
1084 * gdb.tui/basic.exp: Add "layout split" test.
1085
1086 2019-07-27 Tom Tromey <tom@tromey.com>
1087
1088 * gdb.tui/basic.exp: Add "layout asm" test.
1089
1090 2019-07-27 Tom Tromey <tom@tromey.com>
1091
1092 * lib/tuiterm.exp: New file.
1093 * gdb.tui/basic.exp: New file.
1094
1095 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1096
1097 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1098 Enable tests associated with this flag. Adjust regex
1099 referencing "foo_low" to now refer to "foo_cold" instead.
1100
1101 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1102
1103 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1104 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1105 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1106 foo_cold. Revise comments to match.
1107 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1108 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1109 were wrapped into this proc; Call do_test in loop from outermost
1110 level.
1111 (foo_low): Rename all occurrences to "foo_cold".
1112 (backtrace from baz): New test.
1113 (x2/i foo_cold): New test.
1114 (info line *foo_cold): New test.
1115
1116 2019-07-26 Tom de Vries <tdevries@suse.de>
1117
1118 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1119
1120 2019-07-25 Tom de Vries <tdevries@suse.de>
1121
1122 PR testsuite/24830
1123 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1124 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1125 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1126 (skip_libstdcxx_probe_tests): ... here.
1127 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1128
1129 2019-07-24 Tom de Vries <tdevries@suse.de>
1130
1131 PR testsuite/24807
1132 * gdb.objc/basicclass.m: Include stdio.h.
1133 * gdb.objc/nondebug.m: Same.
1134 * gdb.objc/objcdecode.m: Same.
1135
1136 2019-07-24 Tom de Vries <tdevries@suse.de>
1137
1138 PR testsuite/24612
1139 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1140 additional_flags.
1141
1142 2019-07-24 Tom de Vries <tdevries@suse.de>
1143
1144 PR testsuite/24831
1145 * gdb.multi/tids.exp: Update error messages for info threads.
1146
1147 2019-07-24 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.base/info-types.exp: Allow info types to print info for more than
1150 one file.
1151
1152 2019-07-23 Tom de Vries <tdevries@suse.de>
1153
1154 PR testsuite/24842
1155 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1156 gdb_spawn_with_cmdline_opts.
1157
1158 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1159
1160 * gdb.arch/arm-cmse-sgstubs.c: New test.
1161 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1162
1163 2019-07-23 Tom de Vries <tdevries@suse.de>
1164
1165 PR testsuite/24711
1166 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1167 issuing next command.
1168
1169 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.ada/info_auto_lang.exp: Update expected results.
1172 * gdb.base/info-types.c: Add additional types to check.
1173 * gdb.base/info-types.exp: Update expected results.
1174
1175 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.base/info-types.c: New file.
1178 * gdb.base/info-types.exp: New file.
1179
1180 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.arch/riscv-bp-infcall.c: New file.
1183 * gdb.arch/riscv-bp-infcall.exp: New file.
1184
1185 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 PR breakpoints/24541
1188 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1189
1190 2019-07-14 Tom de Vries <tdevries@suse.de>
1191
1192 PR testsuite/24760
1193 * gdb.objc/basicclass.exp: Fix unterminated string.
1194
1195 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1196 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1199 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1200 negative bounds.
1201 * gdb.fortran/vla-value.exp: Print elements of an array with
1202 negative bounds.
1203 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1204 testing.
1205
1206 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.base/options.exp (expect_string): Dequote strings in
1209 results.
1210 (test-string): Test strings with different quoting and reindent.
1211
1212 2019-07-10 Tom Tromey <tromey@adacore.com>
1213
1214 * gdb.ada/mi_ex_cond.exp: Update expected results.
1215 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1216 * gdb.ada/mi_catch_ex.exp: Update expected results.
1217 * gdb.ada/mi_catch_assert.exp: Update expected results.
1218 * gdb.ada/catch_ex.exp (catch_exception_info)
1219 (catch_exception_entry, catch_assert_entry)
1220 (catch_unhandled_entry): Update.
1221 * gdb.ada/catch_assert_if.exp: Update expected results.
1222
1223 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1224 Stephen Roberts <stephen.roberts@arm.com>
1225
1226 * gdb.base/define.exp: Restore original prompt.
1227
1228 2019-07-09 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1231 breakpoints" output.
1232 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1233 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1234 throw" creates breakpoint.
1235 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1236 'type="catchpoint"'.
1237
1238 2019-07-09 Pedro Alves <palves@redhat.com>
1239
1240 PR c++/15468
1241 * gdb.cp/except-multi-location-lib.cc: New.
1242 * gdb.cp/except-multi-location-main.cc: New.
1243 * gdb.cp/except-multi-location.exp: New.
1244
1245 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1246
1247 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1248 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1249 argument and update callers.
1250
1251 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.arch/amd64-break-on-asm-line.S: New file.
1254 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1255
1256 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1257
1258 * gdb.base/printcmds.exp: Test printing C string and
1259 C wide string convenience vars without transiting via the inferior.
1260 Also make test names unique.
1261
1262 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1263
1264 PR breakpoints/25011
1265 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1266
1267 2019-07-04 Pedro Alves <palves@redhat.com>
1268
1269 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1270 body returned ok(0), break(3) or continue(4).
1271 * gdb.testsuite/foreach_with_prefix.exp: New file.
1272
1273 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1274
1275 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1276
1277 2019-07-03 Pedro Alves <palves@redhat.com>
1278
1279 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1280 "return -code".
1281
1282 2019-07-03 Pedro Alves <palves@redhat.com>
1283
1284 PR cli/24732
1285 * gdb.base/shell.exp: Load completion-support.exp.
1286 Adjust expected error output. Add completion tests.
1287
1288 2019-07-03 Pedro Alves <palves@redhat.com>
1289
1290 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1291 string_to_regexp.
1292
1293 2019-07-03 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1296 (expect_integer): Adjust to expect "-string".
1297 (expect_string): New.
1298 (all_options): Expect "-string".
1299 (test-flag, test-boolean): Adjust to expect "-string".
1300 (test-string): New proc.
1301 (top level): Call it.
1302
1303 2019-07-03 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1306 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1307 the expected output in the success.
1308
1309 2019-07-03 Pedro Alves <palves@redhat.com>
1310
1311 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1312 Split one gdb_test_multiple call in two to avoid a race.
1313
1314 2019-07-03 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.base/with.c: New file.
1317 * gdb.base/with.exp: New file.
1318
1319 2019-07-03 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.base/settings.exp: Replace all references to "maint
1322 test-settings set" with references to "maint set test-settings",
1323 and all references to "maint test-settings show" with references
1324 to "maint show test-settings".
1325
1326 2019-07-03 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/settings.exp (test-string): Adjust expected out when
1329 testing "maint test-settings show filename"
1330
1331 2019-07-02 Pedro Alves <palves@redhat.com>
1332
1333 * gdb.base/options.exp (test-info-threads): New procedure.
1334 (top level): Call it.
1335
1336 2019-06-28 Tom Tromey <tromey@adacore.com>
1337
1338 * gdb.dwarf2/ada-linkage-name.c: New file.
1339 * gdb.dwarf2/ada-linkage-name.exp: New file.
1340
1341 2019-06-27 Tom Tromey <tromey@adacore.com>
1342
1343 PR c++/20020:
1344 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1345
1346 2019-06-26 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1349
1350 2019-06-26 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.base/index-cache.exp: Add back missing debug option.
1353
1354 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1355
1356 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1357
1358 2019-06-25 Tom de Vries <tdevries@suse.de>
1359
1360 PR testsuite/24727
1361 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1362
1363 2019-06-24 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1366
1367 2019-06-24 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1370 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1371 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1372
1373 2019-06-24 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1376
1377 2019-06-21 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1380
1381 2019-06-21 Tom de Vries <tdevries@suse.de>
1382
1383 PR testsuite/24518
1384 PR ada/24713
1385 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1386 index.
1387
1388 2019-06-19 Tom Tromey <tromey@adacore.com>
1389
1390 * gdb.ada/length_cond.exp: Add intro comment.
1391
1392 2019-06-19 Tom Tromey <tromey@adacore.com>
1393
1394 * gdb.ada/length_cond.exp: New file.
1395 * gdb.ada/length_cond/length_cond.adb: New file.
1396 * gdb.ada/length_cond/pck.adb: New file.
1397 * gdb.ada/length_cond/pck.ads: New file.
1398
1399 2019-06-18 Tom de Vries <tdevries@suse.de>
1400
1401 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1402
1403 2019-06-18 Tom Tromey <tromey@adacore.com>
1404
1405 * gdb.base/list0.h: Add comment explaining control character.
1406
1407 2019-06-18 Tom de Vries <tdevries@suse.de>
1408
1409 * boards/fission.exp: Break up long debug_flags line.
1410
1411 2019-06-16 Tom de Vries <tdevries@suse.de>
1412
1413 PR gdb/24445
1414 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1415 generated index.
1416
1417 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 PR gdb/24686
1420 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1421 improve detection of bug gdb/24541.
1422
1423 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1424
1425 PR gdb/24669
1426 * gdb.base/index-cache.exp (uses_readnow,
1427 expecting_index_cache_use): Define global variable.
1428 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1429 expecting_index_cache_use.
1430
1431 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1432 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.fortran/pointers.f90: New file.
1435 * gdb.fortran/print_type.exp: New file.
1436 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1437 * gdb.fortran/vla-type.exp: Likewise.
1438 * gdb.fortran/vla-value.exp: Likewise.
1439 * gdb.mi/mi-vla-fortran.exp: Likewise.
1440
1441 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1444 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1445 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1446 as a stop reason.
1447
1448 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/annota1.exp: Update expected results.
1451 * gdb.cp/annota2.exp: Likewise.
1452 * gdb.cp/annota3.exp: Likewise.
1453
1454 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.base/style-logging.exp: Remove path from test name.
1457
1458 2019-06-14 Tom Tromey <tromey@adacore.com>
1459
1460 PR gdb/24502:
1461 * gdb.base/style-logging.exp: New file.
1462
1463 2019-06-14 Tom Tromey <tromey@adacore.com>
1464
1465 * gdb.base/symfile-warn.exp: New file.
1466 * gdb.base/symfile-warn.c: New file.
1467
1468 2019-06-14 Tom Tromey <tromey@adacore.com>
1469
1470 * gdb.base/annotate-symlink.exp: New file.
1471
1472 2019-06-14 Tom Tromey <tromey@adacore.com>
1473
1474 * gdb.ada/set_wstr.exp: Add reassignment test.
1475
1476 2019-06-14 Tom Tromey <tromey@adacore.com>
1477
1478 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1479 'unchecked_access and 'unrestricted_access as well.
1480
1481 2019-06-14 Tom Tromey <tromey@adacore.com>
1482
1483 PR ada/24539:
1484 * gdb.ada/vla.exp: Update tests.
1485 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1486 pragma.
1487
1488 2019-06-13 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.base/settings.exp (test-integer): Test junk after
1491 "unlimited".
1492
1493 2019-06-13 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.base/options.exp (test-thread-apply): New.
1496 (top level): Call it.
1497
1498 2019-06-13 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.base/options.exp (test-frame-apply): New.
1501 (top level): Test print commands with different "frame apply"
1502 prefixes.
1503
1504 2019-06-13 Pedro Alves <palves@redhat.com>
1505
1506 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1507 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1508 'max_completions' parameter and handle it.
1509 (test_gdb_completion_offers_commands): New.
1510
1511 2019-06-13 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1514
1515 2019-06-13 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/options.exp (test-backtrace): New.
1518 (top level): Call it.
1519
1520 2019-06-13 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.guile/scm-frame-args.exp: Use "set print
1523 raw-frame-arguments" instead of "set print raw frame-arguments".
1524 * gdb.python/py-frame-args.exp: Likewise.
1525
1526 2019-06-13 Pedro Alves <palves@redhat.com>
1527
1528 * gdb.compile/compile.exp: Adjust expected output to option
1529 processing changes.
1530
1531 2019-06-13 Pedro Alves <palves@redhat.com>
1532
1533 * gdb.base/options.exp: Build executable.
1534 (test-print): New procedure.
1535 (top level): Call it, once for "print" and another for "compile
1536 print".
1537
1538 2019-06-13 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/options.c: New file.
1541 * gdb.base/options.exp: New file.
1542
1543 2019-06-13 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1546 that "o" is ambiguous.
1547
1548 2019-06-13 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/settings.c: New file.
1551 * gdb.base/settings.exp: New file.
1552
1553 2019-06-13 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/completion.exp: Fix comment typo.
1556
1557 2019-06-13 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1560 foo --1" test.
1561
1562 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1563
1564 * gdb.fortran/block-data.f: New.
1565 * gdb.fortran/block-data.exp: New.
1566
1567 2019-06-11 Tom de Vries <tdevries@suse.de>
1568
1569 PR testsuite/24521
1570 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1571 message.
1572
1573 2019-06-11 Tom de Vries <tdevries@suse.de>
1574
1575 PR testsuite/24521
1576 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1577
1578 2019-06-11 Tom de Vries <tdevries@suse.de>
1579
1580 * boards/readnow.exp: New file.
1581
1582 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.fortran/vla-sizeof.exp: Update expected results.
1585
1586 2019-06-06 Amos Bird <amosbird@gmail.com>
1587
1588 * gdb.base/annota1.exp (thread_switch): Add test for
1589 thread-exited annotation.
1590
1591 2019-06-06 Tom Tromey <tromey@adacore.com>
1592
1593 * gdb.base/maint.exp: Expect command started/finished output.
1594
1595 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1598 comment.
1599 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1600
1601 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1604 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1605 * gdb.arch/riscv-unwind-long-insn.c: New file.
1606 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1607
1608 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1609
1610 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1611
1612 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1613
1614 * lib/gdb.exp (help_list_trailer): New regexp variable
1615 factorizing the help trailer message.
1616 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1617 arg to allow to better factorize various tests.
1618 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1619 (test_prefix_command_help): Use help_list_trailer.
1620 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1621 * gdb.guile/scm-cmd.exp: Likewise.
1622 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1623 * gdb.base/help.exp: Use test_user_defined_class_help.
1624 * gdb.base/style.exp: Add tests for styling of help and apropos.
1625 * lib/gdb-utils.exp (style): Add title and highlight styles.
1626
1627 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1628
1629 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1630 $_shell_exitsignal.
1631 * gdb.base/default.exp: Update for new convenience variables.
1632
1633 2019-05-29 Tom Tromey <tromey@adacore.com>
1634
1635 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1636 to "break complete ada" test case's regexp.
1637
1638 2019-05-29 Tom Tromey <tromey@adacore.com>
1639
1640 PR c++/20020:
1641 * gdb.cp/constexpr-field.exp: New file.
1642 * gdb.cp/constexpr-field.cc: New file.
1643
1644 2019-05-29 Tom Tromey <tromey@adacore.com>
1645
1646 * gdb.base/finish.exp (finish_no_print): New proc.
1647 (finish_tests): Call it.
1648
1649 2019-05-24 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.dwarf2/gdb-add-index.exp: New file.
1652
1653 2019-05-22 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1656 * gdb.base/style.exp: Use "style".
1657 * lib/gdb-utils.exp (style): New proc.
1658
1659 2019-05-22 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.base/align.exp: Require c++11.
1662
1663 2019-05-22 Tom de Vries <tdevries@suse.de>
1664
1665 PR testsuite/24586
1666 * gdb.python/py-mi-var-info-path-expression.exp: Call
1667 mi_skip_python_tests to check if python is supported.
1668
1669 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1670
1671 * gdb.arch/aarch64-pauth.c: New test.
1672 * gdb.arch/aarch64-pauth.exp: New file.
1673
1674 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1675
1676 * README (Re-running Tests Outside The Testsuite): New section.
1677
1678 2019-05-21 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.arch/amd64-eval.exp: Require c++11.
1681 * gdb.base/max-depth.exp: Same.
1682 * gdb.compile/compile-cplus-array-decay.exp: Same.
1683 * gdb.cp/meth-typedefs.exp: Same.
1684 * gdb.cp/subtypes.exp: Same.
1685 * gdb.cp/temargs.exp: Same.
1686
1687 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1688
1689 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1690
1691 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 PR gdb/18644
1694 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1695 * gdb.fortran/printing-types.exp: Add new test.
1696 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1697 testing.
1698 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1699 setup_kfail call.
1700
1701 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1702
1703 * README (Running the Testsuite): Change example.
1704 (Testsuite Parameters): Remove TRANSCRIPT.
1705 * lib/gdb.exp: Remove TRANSCRIPT check.
1706
1707 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1708
1709 * README (Testsuite Parameters): Add replay logging to
1710 GDBSERVER_DEBUG.
1711 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1712 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1713 as a comma separated list.
1714 (gdb_debug_init): Override procedure.
1715
1716 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1717
1718 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1719 (gdb_write_cmd_file): New procedure.
1720 * lib/gdbserver-support.exp (gdbserver_start): Call
1721 gdbserver_write_cmd_file.
1722 (gdbserver_write_cmd_file): New procedure.
1723
1724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1725
1726 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1727 (delete_breakpoints): Likewise.
1728 (gdb_run_cmd): Likewise.
1729 (gdb_start_cmd): Likewise.
1730 (gdb_starti_cmd): Likewise.
1731 (gdb_internal_error_resync): Likewise.
1732 (gdb_test_multiple): Likewise.
1733 (gdb_reinitialize_dir): Likewise.
1734 (default_gdb_exit): Likewise.
1735 (gdb_file_cmd): Mark kill as optional.
1736 (default_gdb_start): Call gdb_stdin_log_init.
1737 (send_gdb): Call gdb_stdin_log_write.
1738 (rerun_to_main): Mark Y as an answer.
1739 (gdb_stdin_log_init): New function.
1740 (gdb_stdin_log_write): Likewise.
1741
1742 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1743
1744 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1745 * gdb.base/debug-expr.exp: Likewise.
1746 * gdb.base/foll-fork.exp: Likewise.
1747 * gdb.base/foll-vfork.exp: Likewise.
1748 * gdb.base/fork-print-inferior-events.exp: Likewise.
1749 * gdb.base/gdb-sigterm.exp: Likewise.
1750 * gdb.base/gdbinit-history.exp: Likewise.
1751 * gdb.base/osabi.exp: Likewise.
1752 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1753 * gdb.base/ui-redirect.exp: Likewise.
1754 * gdb.gdb/unittest.exp: Likewise.
1755 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1756 * gdb.mi/mi-watch.exp: Likewise.
1757 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1758 * gdb.mi/user-selected-context-sync.exp: Likewise.
1759 * gdb.python/python.exp: Disable debug test when debugging.
1760 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1761 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1762 Likewise.
1763 * gdb.threads/stepi-random-signal.exp: Likewise.
1764
1765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1766
1767 * Makefile.in: Pass through GDB_DEBUG.
1768 * README (Testsuite Parameters): Add GDB_DEBUG.
1769 (gdb,debug): Add board setting.
1770 * lib/gdb.exp (default_gdb_start): Start debugging.
1771 (gdb_debug_enabled): New procedure.
1772 (gdb_debug_init): Likewise.
1773
1774 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1775
1776 * Makefile.in: Pass through GDB_DEBUG.
1777 * README (Testsuite Parameters): Add GDB_DEBUG.
1778 (gdb,debug): Add board setting.
1779 * lib/gdb.exp (default_gdb_start): Start debugging.
1780 (gdb_debug_enabled): New procedure.
1781 (gdb_debug_init): Likewise.
1782
1783 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1784
1785 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1786
1787 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1788
1789 * gdb.base/ui-redirect.exp: Test redirection.
1790
1791 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1792
1793 * gdb.mi/mi-complete.exp: New file.
1794 * gdb.mi/mi-complete.cc: Likewise.
1795
1796 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1797
1798 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1799 indexed and sliced arrays, and pointers to arrays.
1800
1801 2019-05-14 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1804 styling test.
1805
1806 2019-05-14 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1809 selection entry encoding.
1810
1811 2019-05-10 Tom Tromey <tromey@adacore.com>
1812
1813 * gdb.ada/info_exc.exp: Add "complete" test.
1814
1815 2019-05-09 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1818 CU-relative.
1819
1820 2019-05-09 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1823 CU-relative.
1824
1825 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.ada/frame_arg_lang.exp: New testcase.
1828 * gdb.ada/frame_arg_lang/bla.adb: New file.
1829 * gdb.ada/frame_arg_lang/pck.ads: New file.
1830 * gdb.ada/frame_arg_lang/pck.adb: New file.
1831 * gdb.ada/frame_arg_lang/foo.c: New file.
1832
1833 2019-05-08 Tom Tromey <tromey@adacore.com>
1834
1835 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1836
1837 2019-05-08 Tom Tromey <tromey@adacore.com>
1838
1839 * gdb.base/ptype-offsets.exp: Update tests.
1840
1841 2019-05-08 Tom Tromey <tromey@adacore.com>
1842
1843 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1844 cases.
1845 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1846 "short".
1847
1848 2019-05-08 Tom Tromey <tromey@adacore.com>
1849
1850 * gdb.ada/vla.exp: New file.
1851 * gdb.ada/vla/vla.adb: New file.
1852
1853 2019-05-07 Tom de Vries <tdevries@suse.de>
1854
1855 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1856
1857 2019-05-07 Tom de Vries <tdevries@suse.de>
1858
1859 PR testsuite/24522
1860 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1861 section.
1862
1863 2019-05-07 Tom de Vries <tdevries@suse.de>
1864
1865 PR testsuite/24522
1866 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1867 .debug_aranges section.
1868
1869 2019-05-07 Tom de Vries <tdevries@suse.de>
1870
1871 PR testsuite/24159
1872 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1873
1874 2019-05-06 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/gdb.exp (exec_has_index_section): New proc.
1877 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1878 section.
1879
1880 2019-05-04 Tom de Vries <tdevries@suse.de>
1881
1882 * boards/cc-with-debug-names.exp: New file.
1883
1884 2019-05-03 Tom Tromey <tromey@adacore.com>
1885
1886 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1887 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1888 * gdb.ada/char_enum.exp: Add test.
1889
1890 2019-05-03 Tom de Vries <tdevries@suse.de>
1891
1892 * boards/cc-with-gdb-index.exp: New file.
1893
1894 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.rust/simple.exp: Add new test case.
1897 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1898 (main): Initialise an instance of the new struct.
1899
1900 2019-05-01 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1903 record.
1904 (NPR): New variable.
1905 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1906 test.
1907
1908 2019-05-01 Tom Tromey <tromey@adacore.com>
1909
1910 * gdb.ada/packed_array_assign.exp: Add packed assignment
1911 regression test.
1912
1913 2019-05-01 Tom de Vries <tdevries@suse.de>
1914
1915 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1916
1917 2019-05-01 Tom de Vries <tdevries@suse.de>
1918
1919 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1920
1921 2019-04-30 Ali Tamur <tamur@google.com>
1922
1923 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1924
1925 2019-04-30 Tom Tromey <tromey@adacore.com>
1926
1927 * lib/ada.exp (find_ada_tool): New proc.
1928 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1929 * gdb.ada/catch_ex_std.exp: New file.
1930 * gdb.ada/catch_ex_std/foo.adb: New file.
1931 * gdb.ada/catch_ex_std/some_package.adb: New file.
1932 * gdb.ada/catch_ex_std/some_package.ads: New file.
1933
1934 2019-04-30 Tom Tromey <tromey@adacore.com>
1935
1936 PR c++/24470:
1937 * gdb.cp/temargs.cc: Add test code from PR.
1938
1939 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.fortran/vla-datatypes.exp: Update expected results.
1942 * gdb.fortran/vla-ptype.exp: Likewise.
1943 * gdb.fortran/vla-type.exp: Likewise.
1944 * gdb.fortran/vla-value.exp: Likewise.
1945
1946 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.fortran/ptr-indentation.exp: Update expected results.
1949 * gdb.fortran/ptype-on-functions.exp: Likewise.
1950 * gdb.fortran/vla-ptr-info.exp: Likewise.
1951 * gdb.fortran/vla-value.exp: Likewise.
1952
1953 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.fortran/ptype-on-functions.exp: New file.
1956 * gdb.fortran/ptype-on-functions.f90: New file.
1957
1958 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1961 case void string.
1962
1963 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1964
1965 * gdb.fortran/complex.exp: Expand.
1966 * gdb.fortran/complex.f: Renamed to...
1967 * gdb.fortran/complex.f90: ...this, and extended to add more
1968 complex values.
1969
1970 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1973 MODULO, CMPLX.
1974
1975 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1976 Richard Bunt <richard.bunt@arm.com>
1977
1978 * gdb.base/max-depth.c: New file.
1979 * gdb.base/max-depth.exp: New file.
1980 * gdb.python/py-nested-maps.c: New file.
1981 * gdb.python/py-nested-maps.exp: New file.
1982 * gdb.python/py-nested-maps.py: New file.
1983 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1984 (test_all_common): Call test_max_depth.
1985 * gdb.fortran/max-depth.exp: New file.
1986 * gdb.fortran/max-depth.f90: New file.
1987 * gdb.go/max-depth.exp: New file.
1988 * gdb.go/max-depth.go: New file.
1989 * gdb.modula2/max-depth.exp: New file.
1990 * gdb.modula2/max-depth.c: New file.
1991 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1992
1993 2019-04-29 Tom de Vries <tdevries@suse.de>
1994
1995 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1996
1997 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1998
1999 * gdb.base/callexit.exp: Test may-call-functions off.
2000
2001 2019-04-25 Keith Seitz <keiths@redhat.com>
2002
2003 PR c++/24367
2004 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2005 (another_incomplete_struct, test_incomplete): New definitions.
2006 (main): Use new definitions.
2007 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2008 functions.
2009
2010 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2011
2012 PR corefiles/11608
2013 PR corefiles/18187
2014 * gdb.base/coredump-filter-build-id.exp: New file.
2015
2016 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2017
2018 * Makefile.in: Pass through GDBSERVER_DEBUG.
2019 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2020 (gdbserver,debug): Add board setting.
2021 * gdb.trace/tspeed.exp: Skip when debugging.
2022 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2023 * lib/gdbserver-support.exp: Likewise
2024
2025 2019-04-24 Tom Tromey <tromey@adacore.com>
2026
2027 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2028 Rust.
2029
2030 2019-04-24 Tom Tromey <tromey@adacore.com>
2031
2032 * gdb.arch/amd64-eval.exp: Test bitfield return.
2033 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2034 (class Foo) <return_bitfields>: New method.
2035 (main): Call it.
2036
2037 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.cp/many-args.cc: New file.
2040 * gdb.cp/many-args.exp: New file.
2041
2042 2019-04-23 Tom de Vries <tdevries@suse.de>
2043
2044 PR gdb/24433
2045 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2046
2047 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2048
2049 * gdb.trace/backtrace.exp: Use nopie flag.
2050 * gdb.trace/circ.exp: Likewise.
2051 * gdb.trace/collection.exp: Likewise.
2052 * gdb.trace/ftrace.exp: Likewise.
2053 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2054 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2055 * gdb.trace/qtro.exp: Likewise.
2056 * gdb.trace/read-memory.exp: Likewise.
2057 * gdb.trace/report.exp: Likewise.
2058 * gdb.trace/tfile.exp: Likewise.
2059 * gdb.trace/tfind.exp: Likewise.
2060 * gdb.trace/unavailable.exp: Likewise.
2061
2062 2019-04-22 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.base/solib-probes-nosharedlibrary.c,
2065 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2066
2067 2019-04-19 Tom Tromey <tromey@adacore.com>
2068
2069 * gdb.ada/ptype_union.c: New file.
2070 * gdb.ada/ptype_union.exp: New file.
2071
2072 2019-04-19 Tom Tromey <tromey@adacore.com>
2073
2074 PR symtab/24423:
2075 * gdb.base/list0.h (foo): Add a control-l character.
2076
2077 2019-04-18 Tom de Vries <tdevries@suse.de>
2078
2079 PR gdb/24433
2080 * boards/local-board.exp: Set sysroot to "".
2081
2082 2019-04-18 Tom de Vries <tdevries@suse.de>
2083 Pedro Alves <palves@redhat.com>
2084
2085 PR gdb/24454
2086 * gdb.threads/vfork-follow-child-exec.c: New file.
2087 * gdb.threads/vfork-follow-child-exec.exp: New file.
2088 * gdb.threads/vfork-follow-child-exit.c: New file.
2089 * gdb.threads/vfork-follow-child-exit.exp: New file.
2090
2091 2019-04-15 Leszek Swirski <leszeks@google.com>
2092
2093 * gdb.arch/amd64-eval.cc: New file.
2094 * gdb.arch/amd64-eval.exp: New file.
2095
2096 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2097
2098 * gdb.server/sysroot.c: New test.
2099 * gdb.server/sysroot.exp: New file.
2100 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2101 matching param.
2102
2103 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.base/align.exp: Extend test to cover structures containing
2106 only static fields.
2107
2108 2019-04-11 Tom de Vries <tdevries@suse.de>
2109
2110 * boards/cc-with-dwz-m.exp: New file.
2111 * boards/cc-with-dwz.exp: New file.
2112 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2113
2114 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2115
2116 * gdb.base/start-cpp.exp: New file.
2117 * gdb.base/start-cpp.cc: New file.
2118
2119 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2120
2121 * gdb.python/py-thrhandle.exp: Adjust tests to call
2122 thread_from_handle instead of thread_from_thread_handle.
2123
2124 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2125
2126 * gdb.python/py-thrhandle.exp: Add tests for
2127 gdb.InferiorThread.handle.
2128
2129 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.python/py-function.exp: Check calling helper function from
2132 all languages.
2133 * lib/gdb.exp (gdb_supported_languages): New proc.
2134
2135 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.base/complex-parts.c: New file.
2138 * gdb.base/complex-parts.exp: New file.
2139
2140 2019-04-01 Tom Tromey <tromey@adacore.com>
2141
2142 PR symtab/23331:
2143 * gdb.dwarf2/dw2-ranges-main.c: New file.
2144 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2145 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2146
2147 2019-03-30 Simon Marchi <simark@simark.ca>
2148
2149 * gdb.base/default.exp: Add values for $_gdb_major and
2150 $_gdb_minor.
2151
2152 2019-03-29 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.base/help.exp: Tighten apropos regexp.
2155
2156 2019-03-29 Keith Seitz <keiths@redhat.com>
2157
2158 * gdb.fortran/array-bounds.exp: New file.
2159 * gdb.fortran/array-bounds.f90: New file.
2160
2161 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2162
2163 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2164
2165 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2166
2167 * gdb.multi/hello.c (main): Increase alarm timer.
2168
2169 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2170
2171 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2172 factor when no hardware watchpoint support.
2173
2174 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2175 Pedro Alves <palves@redhat.com>
2176
2177 * boards/local-board.exp: set sysroot to /.
2178
2179 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2180
2181 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2182 in child.
2183
2184 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2187 field.
2188 (make_container): Initialise new field.
2189 * gdb.python/py-prettyprint.exp: Add new tests.
2190 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2191 <display_hint>: New method.
2192
2193 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2196 gdb_continue_to_breakpoint more throughout this test.
2197 (run_lang_tests) Supply unique test names, and use
2198 gdb_test_no_output.
2199
2200 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.base/finish-pretty.exp: Update expected results.
2203 * gdb.base/pretty-print.c: New file.
2204 * gdb.base/pretty-print.exp: New file.
2205
2206 2019-03-25 Pedro Alves <palves@redhat.com>
2207
2208 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2209 move comments outside list. Append '-i "" eof' section.
2210
2211 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2212
2213 PR testsuite/25016
2214 * README: Add pie options.
2215 * gdb.base/break-interp.exp: Ensure pie is disabled.
2216 * gdb.base/dump.exp: Likewise.
2217 * lib/gdb.exp (gdb_compile): Add pie option.
2218
2219 2019-03-19 Tom Tromey <tromey@adacore.com>
2220
2221 * gdb.mi/mi2-cli-display.c: New file.
2222 * gdb.mi/mi2-cli-display.exp: New file.
2223
2224 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2225 Tom Tromey <tromey@adacore.com>
2226
2227 * gdb.ada/ptype_array/pck.adb: New file.
2228 * gdb.ada/ptype_array/pck.ads: New file.
2229 * gdb.ada/ptype_array/foo.adb: New file.
2230 * gdb.ada/ptype_array.exp: New file.
2231
2232 2019-03-14 Tom Tromey <tromey@adacore.com>
2233
2234 * gdb.base/style.exp: Add "set style sources" test.
2235
2236 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2239 * mi-breakpoint-multiple-locations.exp: ... this.
2240 (make_breakpoints_pattern): New proc.
2241 (do_test): Add mi_version parameter, test -break-insert,
2242 -break-info and =breakpoint-created.
2243
2244 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * config/default.exp: Remove 'load_lib gdb.exp'.
2247 * config/monitor.exp: Likewise.
2248 * config/sid.exp: Likewise.
2249 * config/sim.exp: Likewise.
2250 * config/slite.exp: Likewise.
2251 * config/unix.exp: Likewise.
2252 * gdb.base/default.exp: Remove unhelpful comment.
2253
2254 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2257
2258 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2261
2262 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.fortran/type-kinds.exp: Update expected results.
2265
2266 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2269
2270 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2273 function.
2274 (test_basic_parsing_of_type_kinds): Expand types tested.
2275 (test_parsing_invalid_type_kinds): New function.
2276
2277 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.fortran/intrinsics.exp: New file.
2280 * gdb.fortran/intrinsics.f90: New file.
2281 * gdb.fortran/type-kinds.exp: New file.
2282
2283 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.fortran/dot-ops.exp: New file.
2286
2287 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2290 Check upper and lower case logical literals.
2291
2292 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2295 Remove duplicate tests.
2296
2297 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2298
2299 * lib/gdb.exp (builtin_cd): rename of cd.
2300 (cd): Override builtin.
2301
2302 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2303
2304 * gdb.fortran/function-calls.exp: New file.
2305 * gdb.fortran/function-calls.f90: New test.
2306
2307 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2308
2309 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2310 on user program standard output.
2311 * gdb.fortran/short-circuit-argument-list.f90: Record function
2312 calls.
2313
2314 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2315
2316 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2317 failure.
2318
2319 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2320
2321 PR gdb/8527
2322 * gdb.base/interrupt-daemon-attach.c,
2323 gdb.base/interrupt-daemon-attach.exp: New test.
2324
2325 2019-02-27 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.base/page.exp: Add tests for "set width/height -1".
2328
2329 2019-02-27 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.base/page.exp: Add tests for "set/show width/height" with
2332 "infinite" values.
2333
2334 2019-02-27 Tom Tromey <tromey@adacore.com>
2335
2336 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2337 2.4.
2338 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2339 workaround.
2340
2341 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2344 tests for structs with static members.
2345
2346 2019-02-26 Tom Tromey <tromey@adacore.com>
2347
2348 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2349 ValueError, not TypeError.
2350
2351 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2352
2353 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2354 call from main program.
2355
2356 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2357
2358 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2359 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2360 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2361 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2362 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2363
2364 2019-02-22 Keith Seitz <keiths@redhat.com>
2365
2366 PR symtab/23853
2367 * gdb.base/symlink-sourcefile.c: New file.
2368 * gdb.base/symlink-sourcefile.exp: New file.
2369
2370 2019-02-20 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.base/info_qt.exp: Update.
2373
2374 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2375
2376 * gdb.base/source.exp: Move "error in sourced script" code to
2377 the end.
2378 * gdb.base/source-error.gdb: Move contents to
2379 source-error-1.gdb. Add new code to source source-error-1.gdb.
2380 * gdb.base/source-error-1.gdb: New file, from previous
2381 source-error.gdb.
2382
2383 2019-02-17 Tom Tromey <tom@tromey.com>
2384
2385 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2386 for macro styling.
2387 * gdb.base/style.c (SOME_MACRO): New macro.
2388
2389 2019-02-17 Tom Tromey <tom@tromey.com>
2390
2391 * gdb.base/style.exp: Add line-wrapping tests.
2392 * gdb.base/page.exp: Add test for quitting during pagination.
2393
2394 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2395
2396 * gdb.ada/big_packed_array: New testcase.
2397 * gdb.ada/homonym.exp: Fix incorrect expected output for
2398 "break <homonym__get_value>" test.
2399
2400 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2401
2402 PR breakpoints/21870
2403 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2404 and prepare_for_testing. Add comment.
2405 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2406 redundant cleanup call. Clean up comment.
2407
2408 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2409
2410 PR breakpoints/21870
2411 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2412 * gdb.arch/aarch64-dbreg-contents.c: New file.
2413
2414 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdb.ada/mi_ref_changeable: New testcase.
2417
2418 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2419
2420 * gdb.base/attach.exp: Add double attach test.
2421
2422 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2423
2424 * lib/gdb.exp (default_gdb_start): Don't match pagination
2425 prompt.
2426 (gdb_init): Set stty_init.
2427
2428 2019-01-27 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2431 skip_python_tests.
2432
2433 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2434
2435 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2436 New structure.
2437 (struct struct_static_02_02): Likewise.
2438 (struct struct_static_02_03): Likewise.
2439 (struct struct_static_02_04): Likewise.
2440 (struct struct_static_04_01): Likewise.
2441 (struct struct_static_04_02): Likewise.
2442 (struct struct_static_04_03): Likewise.
2443 (struct struct_static_04_04): Likewise.
2444 (struct struct_static_06_01): Likewise.
2445 (struct struct_static_06_02): Likewise.
2446 (struct struct_static_06_03): Likewise.
2447 (struct struct_static_06_04): Likewise.
2448 (cmp_struct_static_02_01): Likewise.
2449 (cmp_struct_static_02_02): Likewise.
2450 (cmp_struct_static_02_03): Likewise.
2451 (cmp_struct_static_02_04): Likewise.
2452 (cmp_struct_static_04_01): Likewise.
2453 (cmp_struct_static_04_02): Likewise.
2454 (cmp_struct_static_04_03): Likewise.
2455 (cmp_struct_static_04_04): Likewise.
2456 (cmp_struct_static_06_01): Likewise.
2457 (cmp_struct_static_06_02): Likewise.
2458 (cmp_struct_static_06_03): Likewise.
2459 (cmp_struct_static_06_04): Likewise.
2460 (call_all): Test new structs.
2461 * gdb.base/infcall-nested-structs.exp: Likewise.
2462
2463 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2464 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2465
2466 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2467 * gdb.base/stack-protector.c: New test.
2468 * gdb.base/stack-protector.exp: New file.
2469 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2470 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2471 option.
2472 (gdb_compile): Remove stack protector for GCC and prevent
2473 recursion.
2474
2475 2019-01-16 Keith Seitz <keiths@redhat.com>
2476
2477 PR gdb/23773
2478 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2479
2480 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2481
2482 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2483 aliases.
2484 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2485 tests.
2486 * gdb.arch/powerpc-vector-regs.c: New file.
2487 * gdb.arch/powerpc-vector-regs.exp: New file.
2488
2489 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2490
2491 * gdb.arch/altivec-regs.exp: Fix the list passed to
2492 gdb_expect_list when testing "info vector".
2493
2494 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * gdb.base/style.exp: Don't include path in testname.
2497
2498 2019-01-10 Keith Seitz <keiths@redhat.com>
2499
2500 PR gdb/23712
2501 PR symtab/23010
2502 * gdb.dwarf2/multidictionary.exp: New file.
2503
2504 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2505
2506 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2507 (test_gnuv3_style_demangling): ... this.
2508 (test_lucid_style_demangling): Remove.
2509 (test_arm_style_demangling): Remove.
2510 (test_hp_style_demangling): Remove.
2511 (do_tests): Remove calls to the above.
2512
2513 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2516 case.
2517
2518 2019-01-06 Tom Tromey <tom@tromey.com>
2519
2520 PR gdb/28155:
2521 * gdb.dwarf2/typedef-void-finish.exp: New file.
2522
2523 2018-12-28 Tom Tromey <tom@tromey.com>
2524 Simon Marchi <simark@simark.ca>
2525
2526 * gdb.base/jit-exec.exp: New file.
2527 * gdb.base/jit-exec.c: New file.
2528 * gdb.base/jit-execd.c: New file.
2529
2530 2018-12-28 Tom Tromey <tom@tromey.com>
2531
2532 * gdb.base/style.exp: Update test to check for address styling.
2533
2534 2018-12-28 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2537 message.
2538
2539 2018-12-28 Tom Tromey <tom@tromey.com>
2540
2541 * gdb.base/style.exp: Add test for version number styling.
2542
2543 2018-12-28 Tom Tromey <tom@tromey.com>
2544
2545 * gdb.base/style.exp: Add test for print_address_symbolic.
2546
2547 2018-12-28 Tom Tromey <tom@tromey.com>
2548
2549 * gdb.base/style.exp: Add test for breakpoint setting.
2550
2551 2018-12-28 Tom Tromey <tom@tromey.com>
2552
2553 * gdb.base/style.exp: Add test for variable names.
2554
2555 2018-12-28 Tom Tromey <tom@tromey.com>
2556
2557 * gdb.base/style.exp: New file.
2558 * gdb.base/style.c: New file.
2559
2560 2018-12-28 Tom Tromey <tom@tromey.com>
2561
2562 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2563 "dumb".
2564 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2565 the TERM environment variable.
2566
2567 2018-12-27 Tom Tromey <tom@tromey.com>
2568
2569 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2570 pagination test.
2571
2572 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2575 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2576
2577 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2578
2579 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2580 Filename a.adb changed to bp_fun_addr.adb.
2581 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2582
2583 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2584
2585 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2586 non-PIE executables.
2587 * README: Mention the gdb,nopie_flag board setting.
2588 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2589 non-PIE executable.
2590 * gdb.arch/amd64-entry-value.exp: Likewise.
2591 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2592 * gdb.arch/i386-float.exp: Likewise.
2593 * gdb.arch/i386-signal.exp: Likewise.
2594 * gdb.mi/mi-reg-undefined.exp: Likewise.
2595
2596 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2597
2598 PR gdb/23974
2599 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2600
2601 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2602
2603 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2604 Update order of results accordingly.
2605
2606 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.base/annota1.exp: Update a test regexp.
2609
2610 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2613
2614 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2615
2616 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2617 (reuse_time): Initialize to REUSE_TIME_CAP.
2618 (check_rc): New function.
2619 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2620 Check pthread_create rc.
2621 (spawner_thread_func): Check pthread_create and pthread_join rc.
2622
2623 2018-12-08 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/list.exp (test_forward_search): Rename to ...
2626 (test_forward_reverse_search): ... this. Also test reverse-search
2627 and the forward-search alias.
2628
2629 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2632 local timeout variable before return, and remove all local timeout
2633 variable entirely.
2634 (gdb_load): Likewise.
2635
2636 2018-12-01 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.base/gdb-caching-proc.exp: New file.
2639
2640 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2641
2642 * Makefile.in (TIMESTAMP): New variable.
2643 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2644 command.
2645 (check-single-racy): Likewise.
2646 (check/%.exp): Likewise.
2647 (check-racy/%.exp): Likewise.
2648 (workers/%.worker): Likewise.
2649 (build-perf): Likewise.
2650 (check-perf): Likewise.
2651 * README: Describe new "TS" and "TS_FORMAT" variables.
2652 * print-ts.py: New file.
2653
2654 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2655
2656 PR python/23714
2657 * gdb.python/python.exp: Test command repetition after
2658 gdb.execute.
2659
2660 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2663 is correctly aligned.
2664
2665 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2666
2667 * gdb.ada/info_auto_lang.exp: New testcase.
2668 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2669 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2670 * gdb.ada/info_auto_lang/some_c.c: New file.
2671
2672 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2673
2674 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2675 FUNC_lang language syntax.
2676
2677 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2678
2679 * gdb.base/info_minsym.c: New file.
2680 * gdb.base/info_minsym.exp: New file.
2681
2682 2018-11-19 Tom Tromey <tom@tromey.com>
2683
2684 PR rust/23625:
2685 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2686 * gdb.rust/expr.exp: Update expected output. Change one test.
2687
2688 2018-11-19 Tom Tromey <tom@tromey.com>
2689
2690 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2691
2692 2018-11-19 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2695 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2696 see the expected warning.
2697
2698 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2699
2700 PR gdb/22736:
2701 * gdb.cp/infcall-nodebug-lib.c: New test.
2702 * gdb.cp/infcall-nodebug-main.c: New test.
2703 * gdb.cp/infcall-nodebug.exp: New file.
2704
2705 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2706
2707 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2708 completer tests.
2709
2710 2018-11-09 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.base/msym-lang.c: New test.
2713 * gdb.base/msym-lang.exp: New file.
2714 * gdb.base/msym-lang-main.c: New test.
2715
2716 2018-11-08 Tom Tromey <tom@tromey.com>
2717
2718 PR gdb/23555:
2719 PR gdb/23838:
2720 * gdb.base/warning.exp: New file.
2721
2722 2018-11-08 Jan Beulich <jbeulich@suse.com>
2723
2724 * testsuite/gdb.arch/i386-avx512.c,
2725 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2726
2727 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2730 point hardware.
2731
2732 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2733
2734 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2735 * gdb.dwarf2/missing-type-name.exp: New file.
2736
2737 2018-11-06 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.base/many-headers.c: New test.
2740 * gdb.base/many-headers.exp: New file.
2741
2742 2018-11-06 Jim Wilson <jimw@sifive.com>
2743
2744 * gdb.base/code_elim.exp: For riscv, set additional_flags
2745 to include -msmall-data-limit=0.
2746
2747 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.ada/watch_minus_l: New testcase.
2750
2751 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2752
2753 * gdb.arch/aix-sighandle.c: New file.
2754 * gdb.arch/aix-sighandle.exp: New file.
2755
2756 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2759 registers being unions.
2760
2761 2018-10-31 Tom de Vries <tdevries@suse.de>
2762
2763 * lib/valgrind.exp: New file.
2764 (vgdb_start, vgdb_stop): New procs, factored out of ...
2765 * gdb.base/valgrind-bt.exp: ... here, ...
2766 * gdb.base/valgrind-disp-step.exp: ... here and ...
2767 * gdb.base/valgrind-infcall.exp: ... here.
2768
2769 2018-10-31 Tom de Vries <tdevries@suse.de>
2770
2771 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2772
2773 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.dwarf2/void-type.c: New file.
2776 * gdb.dwarf2/void-type.exp: New file.
2777
2778 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2779
2780 * gdb.base/info_qt.c: New file.
2781 * gdb.base/info_qt.exp: New file.
2782
2783 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2784
2785 * gdb.arch/powerpc-htm-regs.c: New file.
2786 * gdb.arch/powerpc-htm-regs.exp: New file.
2787
2788 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2789
2790 * gdb.arch/powerpc-tar.c: New file.
2791 * gdb.arch/powerpc-tar.exp: New file.
2792
2793 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2794
2795 * gdb.arch/powerpc-ppr-dscr.c: New file.
2796 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2797
2798 2018-10-25 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2801
2802 2018-10-24 Tom de Vries <tdevries@suse.de>
2803
2804 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2805 longer exists error.
2806
2807 2018-10-24 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2810
2811 2018-10-24 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2814 --db-attach in valgrind.
2815
2816 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.arch/riscv-reg-aliases.c: New file.
2819 * gdb.arch/riscv-reg-aliases.exp: New file.
2820
2821 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2822
2823 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2824
2825 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2826
2827 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2828
2829 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2830
2831 * gdb.cp/ovldbreak.exp: Fix regexps.
2832
2833 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2834
2835 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2836
2837 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2838
2839 PR cli/23785
2840 * gdb.base/restore.exp: New test to check if "restore" with an
2841 invalid file doesn't segfault.
2842
2843 2018-10-18 Tom de Vries <tdevries@suse.de>
2844
2845 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2846 * gdb.ada/excep_handle.exp: Same.
2847 * gdb.ada/mi_string_access.exp: Same.
2848 * gdb.ada/mi_var_union.exp: Same.
2849 * gdb.arch/arc-analyze-prologue.exp: Same.
2850 * gdb.arch/arc-decode-insn.exp: Same.
2851 * gdb.base/readnever.exp: Same.
2852 * gdb.fortran/printing-types.exp: Same.
2853 * gdb.guile/scm-lazy-string.exp: Same.
2854
2855 2018-10-16 Tom de Vries <tdevries@suse.de>
2856
2857 PR gdb/23730
2858 * gdb.base/catch-follow-exec.c: Add copyright notice.
2859 * gdb.base/catch-follow-exec.exp: Rewrite to use
2860 gdb_spawn_with_cmdline_opts. Require gdb-native.
2861
2862 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2863
2864 * gdb.trace/actions-changed.exp: Check for arch support.
2865 * gdb.trace/actions.exp: Likewise.
2866 * gdb.trace/ax.exp: Likewise.
2867 * gdb.trace/backtrace.exp: Likewise.
2868 * gdb.trace/change-loc.exp: Likewise.
2869 * gdb.trace/deltrace.exp: Likewise.
2870 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2871 * gdb.trace/ftrace.exp: Likewise.
2872 * gdb.trace/infotrace.exp: Check for arch support.
2873 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2874 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2875 * gdb.trace/mi-tsv-changed.exp: Likewise.
2876 * gdb.trace/packetlen.exp: Likewise.
2877 * gdb.trace/passc-dyn.exp: Likewise.
2878 * gdb.trace/passcount.exp: Likewise.
2879 * gdb.trace/pending.exp: Likewise.
2880 * gdb.trace/range-stepping.exp: Check for shlib support.
2881 * gdb.trace/report.exp: Check for arch support.
2882 * gdb.trace/save-trace.exp: Likewise.
2883 * gdb.trace/signal.exp: Check for signal support.
2884 * gdb.trace/tfind.exp: Check for arch support.
2885 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2886 * gdb.trace/trace-common.h: Add comment.
2887 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2888 * gdb.trace/trace-enable-disable.exp: Likewise.
2889 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2890 * gdb.trace/tracecmd.exp: Check for arch support.
2891 * gdb.trace/tspeed.exp: Check for shlib and target support.
2892 * gdb.trace/tstatus.exp: Check for arch support.
2893 * gdb.trace/tsv.exp: Likewise.
2894 * gdb.trace/while-dyn.exp: Likewise.
2895 * gdb.trace/while-stepping.exp: Likewise.
2896 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2897
2898 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * gdb.trace/tspeed.exp: Remove nowarnings.
2901 (prepare_for_trace_test): Declare "global ipalib".
2902 * gdb.trace/tspeed.c: Include unistd.h.
2903 (main): Remove superfluous printf argument.
2904
2905 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2906
2907 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2908 directory prefix on the filename.
2909
2910 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2911
2912 * gdb.gdb/unittest.exp: Update expected message informing that
2913 selftests have been disabled.
2914 * gdb.server/unittest.exp: Likewise.
2915
2916 2018-10-09 Tom de Vries <tdevries@suse.de>
2917
2918 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2919 with runto_main.
2920
2921 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2922
2923 PR c++/16841
2924 * gdb.cp/virtbase2.cc: New file.
2925 * gdb.cp/virtbase2.exp: New file.
2926
2927 2018-10-06 Tom Tromey <tom@tromey.com>
2928
2929 PR python/19399:
2930 * gdb.python/py-inferior.exp: Add architecture test.
2931
2932 2018-10-06 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2935 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2936
2937 2018-10-06 Tom Tromey <tom@tromey.com>
2938
2939 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2940 of a "throw" catchpoint.
2941
2942 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2943
2944 * gdb.base/info-proc.exp: Update string expected from "help info
2945 proc".
2946
2947 2018-10-04 Tom Tromey <tom@tromey.com>
2948
2949 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2950 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2951 (test_initial_complaints, test_empty_complaints): Update.
2952 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2953
2954 2018-10-04 Tom Tromey <tom@tromey.com>
2955
2956 PR cli/19551:
2957 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2958 * lib/gdb.exp (gdb_file_cmd): Update.
2959 * gdb.stabs/weird.exp (print_weird_var): Update.
2960 * gdb.server/solib-list.exp: Update.
2961 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2962 * gdb.mi/mi-cli.exp: Update.
2963 * gdb.linespec/linespec.exp: Update.
2964 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2965 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2966 * gdb.cp/cp-relocate.exp: Update.
2967 * gdb.base/sym-file.exp: Update.
2968 * gdb.base/relocate.exp: Update.
2969 * gdb.base/readnever.exp: Update.
2970 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2971 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2972 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2973 * gdb.base/code_elim.exp: Update.
2974 * gdb.base/break-unload-file.exp (test_break): Update.
2975 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2976 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2977 Update.
2978 * gdb.base/attach.exp (do_attach_tests): Update.
2979 * gdb.base/sepdebug.exp: Update.
2980 * gdb.python/py-section-script.exp: Update.
2981
2982 2018-10-04 Tom Tromey <tom@tromey.com>
2983
2984 PR cli/22234:
2985 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2986 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2987 output.
2988
2989 2018-10-04 Tom Tromey <tom@tromey.com>
2990
2991 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2992 set width and height to 0.
2993 (test_command_line_attach_run): Use -quiet.
2994
2995 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2996
2997 * lib/gdb.exp (skip_ifunc_tests): New.
2998 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2999 other compile failures.
3000 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3001
3002 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3003
3004 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3005 is_amd64_regs_target.
3006
3007 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3008
3009 * gdb.arch/aarch64-sighandler-regs.c: New test.
3010 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3011 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3012
3013 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3014
3015 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3016 assembly.
3017
3018 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.base/frame-selection.exp: New file.
3021 * gdb.base/frame-selection.c: New file.
3022
3023 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3024
3025 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3026 pthread barrier.
3027 (main): Likewise.
3028
3029 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3030
3031 * gdb.base/large-frame-1.c: New file.
3032 * gdb.base/large-frame-2.c: New file.
3033 * gdb.base/large-frame.exp: New file.
3034 * gdb.base/large-frame.h: New file.
3035
3036 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3037
3038 PR gdb/20948
3039 * gdb.base/write_mem.exp: New test.
3040 * gdb.base/write_mem.c: Likewise.
3041
3042 2018-09-23 Tom Tromey <tom@tromey.com>
3043
3044 PR python/18852:
3045 * gdb.python/py-parameter.exp: Add test for parameter that throws
3046 on "set".
3047
3048 2018-09-23 Tom Tromey <tom@tromey.com>
3049
3050 PR python/17284:
3051 * gdb.python/py-template.exp (test_template_arg): Add test for
3052 negative template argument number.
3053
3054 2018-09-23 Tom Tromey <tom@tromey.com>
3055
3056 PR python/14062:
3057 * gdb.python/python.exp: Add test for post_event error.
3058
3059 2018-09-23 Tom Tromey <tom@tromey.com>
3060
3061 PR python/18170:
3062 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3063 convert pointers to int and long.
3064
3065 2018-09-23 Tom Tromey <tom@tromey.com>
3066
3067 PR python/20126:
3068 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3069 signed-ness conversion tests.
3070
3071 2018-09-23 Tom Tromey <tom@tromey.com>
3072
3073 PR python/18352;
3074 * gdb.python/py-value.exp (test_float_conversion): New proc.
3075 Use it.
3076
3077 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3078
3079 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3080
3081 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3082
3083 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3084 no readline.
3085 * gdb.base/utf8-identifiers.exp: Likewise.
3086 * gdb.cp/cpcompletion.exp: Likewise.
3087 * gdb.linespec/cpcompletion.exp: Likewise.
3088 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3089 * gdb.linespec/cpls-ops.exp: Likewise.
3090
3091 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3092 Chris January <chris.january@arm.com>
3093
3094 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3095 * gdb.fortran/short-circuit-argument-list.exp: New file.
3096 * gdb.fortran/short-circuit-argument-list.f90: New test.
3097
3098 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3101 "arch=" keyword when executing "-stack-list-frames".
3102
3103 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3104
3105 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3106 "arch=" keyword when executing "-stack-list-frames".
3107
3108 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3109
3110 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3111 break ada".
3112
3113 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3114
3115 PR python/23669
3116 * gdb.python/python.exp: Test gdb.execute("show commands").
3117
3118 2018-09-16 Tom Tromey <tom@tromey.com>
3119
3120 * gdb.base/new-ui.exp (do_execution_tests): Update.
3121 * gdb.base/dbx.exp (test_breakpoints): Update.
3122
3123 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3124
3125 * lib/gdb.exp (gdb_simple_compile): Add proc.
3126 (is_elf_target): Use gdb_simple_compile.
3127 (skip_altivec_tests): Likewise.
3128 (skip_vsx_tests): Likewise.
3129 (skip_tsx_tests): Likewise.
3130 (skip_btrace_tests): Likewise.
3131 (skip_btrace_pt_tests): Likewise.
3132 (gdb_can_simple_compile): Likewise.
3133 (gdb_has_argv0): Likewise.
3134 (gdb_target_symbol_prefix): Likewise.
3135 (target_supports_scheduler_locking): Likewise.
3136
3137 2018-09-13 Tom Tromey <tom@tromey.com>
3138
3139 * Makefile.in (TAGS): Recognize proc_with_prefix and
3140 gdb_caching_proc.
3141
3142 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3145 method.
3146
3147 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3150 and a few other Inferior properties when the Inferior is no
3151 longer valid.
3152
3153 2018-09-13 Tom Tromey <tom@tromey.com>
3154
3155 PR rust/23650:
3156 * gdb.rust/simple.exp: Add test for enum field access error.
3157
3158 2018-09-13 Tom Tromey <tom@tromey.com>
3159
3160 PR rust/23626:
3161 * gdb.rust/simple.rs (EmptyEnum): New type.
3162 (main): Use it.
3163 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3164
3165 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3166
3167 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3168 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3169 * gdb.python/py-symtab.exp: Update test printing an objfile.
3170
3171 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3172
3173 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3174 object.
3175
3176 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3177
3178 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3179 (support_complex_tests): Use gdb_can_simple_compile.
3180 (is_ilp32_target): Likewise.
3181 (is_lp64_target): Likewise.
3182 (is_64_target): Likewise.
3183 (is_amd64_regs_target): Likewise.
3184 (is_aarch32_target): Likewise.
3185 (gdb_int128_helper): Likewise.
3186
3187 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3190
3191 2018-09-10 Jerome Guitton <guitton@adacore.com>
3192
3193 * gdb.ada/same_component_name: Add test for case of tagged record
3194 with variable-length fields.
3195
3196 2018-09-10 Xavier Roirand <roirand@adacore.com>
3197
3198 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3199 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3200 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3201 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3202
3203 2018-09-10 Xavier Roirand <roirand@adacore.com>
3204
3205 * gdb.ada/mi_string_access.exp: New testcase.
3206 * gdb.ada/mi_string_access/bar.adb: New file.
3207 * gdb.ada/mi_string_access/pck.adb: New file.
3208 * gdb.ada/mi_string_access/pck.asd: New file.
3209
3210 2018-09-10 Xavier Roirand <roirand@adacore.com>
3211
3212 * gdb.ada/mi_var_union.exp: New testcase.
3213 * gdb.ada/mi_var_union/bar.adb: New file.
3214 * gdb.ada/mi_var_union/pck.adb: New file.
3215 * gdb.ada/mi_var_union/pck.asd: New file.
3216
3217 2018-09-08 Tom Tromey <tom@tromey.com>
3218
3219 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3220
3221 2018-09-08 Tom Tromey <tom@tromey.com>
3222
3223 PR python/16047:
3224 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3225 (register_pretty_printers): Register new printer.
3226 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3227 test.
3228 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3229 (an_int_type3): New global.
3230
3231 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3232
3233 * gdb.ada/expr_with_funcall: New testcase.
3234
3235 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.ada/packed_array_assign: New testcase.
3238
3239 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3242 names, and add test prefixes to make test names unique.
3243
3244 2018-09-05 Tom de Vries <tdevries@suse.de>
3245
3246 * gdb.dwarf2/varval.exp: Add test.
3247
3248 2018-09-04 Gary Benson <gbenson@redhat.com>
3249
3250 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3251 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3252
3253 2018-08-31 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.rust/simple.rs: Rename second variable "v".
3256
3257 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.base/funcargs.c (use_a): New function.
3260 (recurse): Call use_a.
3261
3262 2018-08-29 Keith Seitz <keiths@redhat.com>
3263
3264 * gdb.compile/compile-cplus-anonymous.cc: New file.
3265 * gdb.compile/compile-cplus-anonymous.exp: New file.
3266 * gdb.compile/compile-cplus-array-decay.cc: New file.
3267 * gdb.compile/compile-cplus-array-decay.exp: New file.
3268 * gdb.compile/compile-cplus-inherit.cc: New file.
3269 * gdb.compile/compile-cplus-inherit.exp: New file.
3270 * gdb.compile/compile-cplus-member.cc: New file.
3271 * gdb.compile/compile-cplus-member.exp: New file.
3272 * gdb.compile/compile-cplus-method.cc: New file.
3273 * gdb.compile/compile-cplus-method.exp: New file.
3274 * gdb.compile/compile-cplus-mod.c: "New" file.
3275 * gdb.compile/compile-cplus-namespace.cc: New file.
3276 * gdb.compile/compile-cplus-namespace.exp: New file.
3277 * gdb.compile/compile-cplus-nested.cc: New file.
3278 * gdb.compile/compile-cplus-nested.exp: New file.
3279 * gdb.compile/compile-cplus-print.c: "New" file.
3280 * gdb.compile/compile-cplus-print.exp: "New" file.
3281 * gdb.compile/compile-cplus-virtual.cc: New file.
3282 * gdb.compile/compile-cplus-virtual.exp: New file.
3283 * gdb.compile/compile-cplus.c: "New" file.
3284 * gdb.compile/compile-cplus.exp: "New" file.
3285 * lib/compile-support.exp: New file.
3286
3287 2018-08-16 Gary Benson <gbenson@redhat.com>
3288
3289 PR gdb/13000:
3290 * gdb.base/batch-exit-status.exp: New file.
3291 * gdb.base/batch-exit-status.good-commands: Likewise.
3292 * gdb.base/batch-exit-status.bad-commands: Likewise.
3293
3294 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3295
3296 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3297 (struct struct02): Likewise.
3298 (struct struct03): Likewise.
3299 (struct struct04): Likewise.
3300 (struct struct_01_01): New struct.
3301 (struct struct_01_02): Likewise.
3302 (struct struct_01_03): Likewise.
3303 (struct struct_01_04): Likewise.
3304 (struct struct_02_01): Likewise.
3305 (struct struct_02_02): Likewise.
3306 (struct struct_02_03): Likewise.
3307 (struct struct_02_04): Likewise.
3308 (struct struct_04_01): Likewise.
3309 (struct struct_04_02): Likewise.
3310 (struct struct_04_03): Likewise.
3311 (struct struct_04_04): Likewise.
3312 (struct struct_05_01): Likewise.
3313 (struct struct_05_02): Likewise.
3314 (struct struct_05_03): Likewise.
3315 (struct struct_05_04): Likewise.
3316 (cmp_struct01): Remove function.
3317 (cmp_struct02): Likewise.
3318 (cmp_struct03): Likewise.
3319 (cmp_struct04): Likewise.
3320 (cmp_struct_01_01): Add Function.
3321 (cmp_struct_01_02): Likewise.
3322 (cmp_struct_01_03): Likewise.
3323 (cmp_struct_01_04): Likewise.
3324 (cmp_struct_02_01): Likewise.
3325 (cmp_struct_02_02): Likewise.
3326 (cmp_struct_02_03): Likewise.
3327 (cmp_struct_02_04): Likewise.
3328 (cmp_struct_04_01): Likewise.
3329 (cmp_struct_04_02): Likewise.
3330 (cmp_struct_04_03): Likewise.
3331 (cmp_struct_04_04): Likewise.
3332 (cmp_struct_05_01): Likewise.
3333 (cmp_struct_05_02): Likewise.
3334 (cmp_struct_05_03): Likewise.
3335 (cmp_struct_05_04): Likewise.
3336 (call_all): Add new structs.
3337 * gdb.base/infcall-nested-structs.exp: Likewise.
3338
3339 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3340
3341 * gdb.python/py-framefilter-mi.exp: Update regexp to
3342 check for "arch" field in frame output.
3343
3344 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3345
3346 * gdb.dwarf2/dw2-ranges-func.c: New file.
3347 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3348
3349 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3350
3351 * gdb.base/term.exp: Compare terminal settings with values from
3352 the inferior.
3353 * gdb.base/term.c: Get and set terminal settings.
3354
3355 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3356
3357 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3358 accommodate new "arch" field in frame output.
3359 * gdb.mi/mi-return.exp: Likewise.
3360 * gdb.mi/mi-stack.exp: Likewise.
3361 * gdb.mi/mi-syn-frame.exp: Likewise.
3362 * gdb.mi/user-selected-context-sync.exp: Likewise.
3363
3364 2018-08-19 Michael Spang <spang@google.com>
3365
3366 PR gdb/11786
3367 * gdb.base/gcore-tls-pie.c: New file.
3368 * gdb.base/gcore-tls-pie.exp: New file.
3369
3370 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3371
3372 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3373 * gdb.dwarf2/varval.c: New file.
3374 * gdb.dwarf2/varval.exp: New file.
3375
3376 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3377
3378 PR gdb/18931
3379 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3380
3381 2018-08-16 Keith Seitz <keiths@redhat.com>
3382
3383 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3384 tests expected to pass.
3385
3386 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3387
3388 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3389 -data-disassemble -a.
3390 (test_disassembly_bogus_args): Likewise.
3391
3392 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3393
3394 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3395
3396 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.base/vla-optimized-out.exp: Add new test.
3399
3400 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.base/vla-optimized-out-o3.exp: Delete.
3403 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3404 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3405 deleted tests.
3406
3407 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 PR gdb/18050:
3410 * gdb.server/extended-remote-restart.c: New file.
3411 * gdb.server/extended-remote-restart.exp: New file.
3412
3413 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3414
3415 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3416 "set variable index = 42".
3417
3418 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3419
3420 * boards/index-cache-gdb.exp: New file.
3421 * gdb.dwarf2/index-cache.exp: New file.
3422 * gdb.dwarf2/index-cache.c: New file.
3423 * gdb.base/maint.exp: Check if we are using the index cache.
3424
3425 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3426
3427 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3428 MAKEFLAGS.
3429
3430 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3431
3432 * dg-extract-results.sh: Move to toplevel contrib.
3433 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3434 * Makefile.in (check-parallel-racy): Likewise.
3435
3436 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3439 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3440 tests if the target supports scheduler locking.
3441
3442 2018-08-04 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3445
3446 2018-08-02 Tom Tromey <tom@tromey.com>
3447
3448 PR symtab/16842.
3449 * gdb.cp/temargs.exp: Test "info address" of a template
3450 parameter.
3451
3452 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3453
3454 * gdb.python/py-mi-var-info-path-expression.c: New file.
3455 * gdb.python/py-mi-var-info-path-expression.py: New file.
3456 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3457
3458 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3459
3460 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3461 error after "cannot resolve name" string.
3462
3463 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3464
3465 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3466 started.
3467 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3468
3469 2018-07-28 Tom de Vries <tdevries@suse.de>
3470
3471 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3472
3473 2018-07-26 Tom de Vries <tdevries@suse.de>
3474
3475 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3476
3477 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3478
3479 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3480 is visible.
3481
3482 2018-07-26 Tom de Vries <tdevries@suse.de>
3483
3484 PR breakpoints/23366
3485 * gdb.base/catch-follow-exec.c: New test.
3486 * gdb.base/catch-follow-exec.exp: New file.
3487
3488 2018-07-25 Tom de Vries <tdevries@suse.de>
3489
3490 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3491 vla-optimized-out.c.
3492
3493 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3494
3495 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3496 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3497
3498 2018-07-20 Tom de Vries <tdevries@suse.de>
3499
3500 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3501 NOCLONE macro.
3502 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3503
3504 2018-07-19 Tom de Vries <tdevries@suse.de>
3505
3506 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3507 regular expression.
3508
3509 2018-07-18 Tom de Vries <tdevries@suse.de>
3510
3511 * gdb.base/vla-optimized-out.c: New test.
3512 * gdb.base/vla-optimized-out.exp: New file.
3513
3514 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3515
3516 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3517 message "No address associated with hostname" when gdbserver
3518 cannot resolve the hostname.
3519
3520 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3521
3522 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3523 Add some test prefixes to make tests unique.
3524
3525 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3526
3527 * gdb.base/frameapply.c: New file.
3528 * gdb.base/frameapply.exp: New file.
3529
3530 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3531
3532 * gdb.base/skip.exp: Update expected error message.
3533
3534 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3535 Jan Kratochvil <jan.kratochvil@redhat.com>
3536 Paul Fertser <fercerpav@gmail.com>
3537 Tsutomu Seki <sekiriki@gmail.com>
3538
3539 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3540 parameter.
3541 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3542 by default.
3543 * boards/native-gdbserver.exp: Likewise.
3544 * gdb.server/run-without-local-binary.exp: Improve regexp used
3545 for detecting when a remote debugging connection succeeds.
3546 * gdb.server/server-connect.exp: New file.
3547 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3548 Do not prefix the port number with ":".
3549 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3550 support for detecting and using it. Add '$debughost_gdbserver'
3551 to the list of arguments used to start gdbserver. Handle case
3552 when gdbserver cannot resolve a network name.
3553
3554 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3555
3556 PR c++/23373
3557 * gdb.base/ptype-offsets.cc (struct static_member): New
3558 struct.
3559 (main) <stmember>: New variable.
3560 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3561 with a static member in it.
3562
3563 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3566 watchpoints enabled and disabled.
3567
3568 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.base/examine-backward.exp: Still run tests around address
3571 0x0, even if address 0x0 is not readable. Update the pattern for
3572 matching address 0x0 in expected output.
3573
3574 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3577 malloc/free.
3578
3579 2018-07-04 Tom de Vries <tdevries@suse.de>
3580
3581 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3582
3583 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3584
3585 PR tdep/8282
3586 * gdb.arch/mips-disassembler-options.exp: New test.
3587 * gdb.arch/mips-disassembler-options.s: New test source.
3588
3589 2018-06-29 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.threads/names.exp: Adjust expected "info threads" output.
3592
3593 2018-06-29 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.opt/inline-break.exp (line number, address): Add "info
3596 break" tests.
3597
3598 2018-06-29 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3601 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3602 number and address and running to them.
3603
3604 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3605
3606 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3607
3608 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * lib/compiler.c: Remove executable permission flag.
3611
3612 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3613
3614 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3615 code.
3616 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3617
3618 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3619
3620 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3621
3622 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3623
3624 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3625 address argument is omitted.
3626
3627 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3628
3629 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3630
3631 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3632
3633 PR gdb/21695
3634 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3635 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3636
3637 2018-06-26 Tom Tromey <tom@tromey.com>
3638
3639 PR rust/22574:
3640 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3641 * gdb.rust/simple.rs (struct SimpleLayout): New.
3642
3643 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3646 "info registers" output.
3647
3648 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3649
3650 * gdb.base/watchpoint-hw-attach.c: New test.
3651 * gdb.base/watchpoint-hw-attach.exp: New file.
3652
3653 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3654
3655 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3656 through /bin/sh.
3657 * boards/dwarf4-gdb-index.exp: Likewise.
3658 * boards/fission-dwp.exp: Likewise.
3659
3660 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3661
3662 * gdb.base/float128.exp: Add comment and improved fail message
3663 to the failure case of "print large128" test.
3664
3665 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * configure.ac: Remove AC_PREREQ.
3668 * configure: Re-generate.
3669
3670 2018-06-19 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3673 (func_extern_caller): New.
3674 (main): Call func_extern_caller.
3675 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3676 logic change.
3677
3678 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3679
3680 PR gdb/16841
3681 * gdb.cp/typedef-base.cc: New file.
3682 * gdb.cp/typedef-base.exp: New file.
3683
3684 2018-06-18 Tom de Vries <tdevries@suse.de>
3685
3686 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3687
3688 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3689 Richard Bunt <Richard.Bunt@arm.com>
3690
3691 * gdb.threads/attach-slow-waitpid.c: New file.
3692 * gdb.threads/attach-slow-waitpid.exp: New file.
3693 * gdb.threads/slow-waitpid.c: New file.
3694
3695 2018-06-14 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.base/fork-running-state.c: Include <errno.h>.
3698 (exit_if_relative_exits): New.
3699 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3700 exits.
3701 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3702 child exits.
3703
3704 2018-06-14 Tom de Vries <tdevries@suse.de>
3705
3706 PR cli/22573
3707 * gdb.base/finish-pretty.c: New test.
3708 * gdb.base/finish-pretty.exp: New file.
3709
3710 2018-06-14 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3713 gdb's expected startup output.
3714
3715 2018-06-14 Pedro Alves <palves@redhat.com>
3716
3717 * lib/selftest-support.exp (selftest_setup): Remove inlined
3718 function handling.
3719
3720 2018-06-14 Tom de Vries <tdevries@suse.de>
3721
3722 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3723 matching of breakpoint printing.
3724
3725 2018-06-13 Tom de Vries <tdevries@suse.de>
3726
3727 PR testsuite/23269
3728 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3729 (fork_child): ... here, and ...
3730 (fork_parent): ... here.
3731
3732 2018-06-12 Tom de Vries <tdevries@suse.de>
3733
3734 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3735
3736 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3737 Stephen Roberts <stephen.roberts@arm.com>
3738
3739 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3740 rewrite test to describe action performed, rather than possible
3741 failure.
3742
3743 2018-06-08 Gary Benson <gbenson@redhat.com>
3744
3745 * gdb.threads/check-libthread-db.exp: New file.
3746 * gdb.threads/check-libthread-db.c: Likewise.
3747
3748 2018-06-05 Tom Tromey <tom@tromey.com>
3749
3750 * gdb.base/default.exp: Update expected "show version" output.
3751
3752 2018-06-05 Tom Tromey <tom@tromey.com>
3753
3754 PR cli/12326:
3755 * gdb.cp/static-print-quit.exp: Update.
3756 * lib/gdb.exp (pagination_prompt): Update.
3757 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3758 * gdb.python/python.exp: Update.
3759
3760 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3761
3762 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3763
3764 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.ada/bp_fun_addr: New testcase.
3767
3768 2018-06-01 Tom Tromey <tom@tromey.com>
3769
3770 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3771 results.
3772 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3773 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3774 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3775 * gdb.base/maint.exp (maint_pass_if): Update.
3776
3777 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3778
3779 * gdb.base/endian.exp: New test.
3780 * gdb.base/endian.c: New test source.
3781
3782 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3783
3784 PR gdb/23203
3785 * gdb.base/bt-selected-frame.c: New file.
3786 * gdb.base/bt-selected-frame.exp: New file.
3787 * lib/gdb.exp (get_current_frame_number): New function.
3788
3789 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3790 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.threads/tls-core.c: Include <stdlib.h>
3793 (thread_proc): Call `abort'.
3794 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3795 (tls_core_test): New procedure, bits factored out from ...
3796 (top level): ... here. Test both native cores and gcore cores.
3797
3798 2018-05-23 Tom Tromey <tom@tromey.com>
3799
3800 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3801
3802 2018-05-23 Tom Tromey <tom@tromey.com>
3803
3804 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3805 symfile_complaints.
3806 (test_short_complaints): Likewise.
3807 (test_empty_complaints): Likewise.
3808 (test_initial_complaints): Update.
3809
3810 2018-05-23 Tom Tromey <tom@tromey.com>
3811
3812 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3813
3814 2018-05-23 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3817 (test_short_complaints): Update.
3818
3819 2018-05-22 Pedro Alves <palves@redhat.com>
3820
3821 * gdb.base/remote.exp: Only gdb_start after compiling the
3822 testcase. Issue "disconnect" before testing "set remote" command
3823 defaults. Issue clean_restart before running to main.
3824
3825 2018-05-22 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/remote.exp: Adjust expected output of "show remote
3828 memory-write-packet-size". Add tests for "set remote
3829 memory-write-packet-size 0" and "set remote
3830 memory-write-packet-size fixed/limit".
3831
3832 2018-05-22 Pedro Alves <palves@redhat.com>
3833
3834 PR gdb/22973
3835 * gdb.base/utf8-identifiers.c: New file.
3836 * gdb.base/utf8-identifiers.exp: New file.
3837
3838 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3839
3840 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3841
3842 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3843
3844 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3845
3846 2018-05-18 Tom Tromey <tom@tromey.com>
3847
3848 * gdb.base/ptype-offsets.exp: Update.
3849
3850 2018-05-17 Keith Seitz <keiths@redhat.com>
3851
3852 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3853 in expected breakpoint stop locations.
3854 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3855 move to proper scope to test variable values.
3856 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3857 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3858 New functions.
3859 (main): Call not_inline_func3.
3860 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3861 inline_func1, inline_func2, and inline_func3. Test that when each
3862 breakpoint is hit, GDB properly reports both the stop location
3863 and the backtrace. Repeat tests for temporary breakpoints.
3864
3865 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3866
3867 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3868 rather then trying to access it in determining whether the PID
3869 of `gdbserver' could have been retrieved.
3870
3871 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3872
3873 * gdb.arch/amd64-init-x87-values.S: New file.
3874 * gdb.arch/amd64-init-x87-values.exp: New file.
3875
3876 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3879
3880 2018-05-04 Tom Tromey <tom@tromey.com>
3881
3882 PR python/22730:
3883 * gdb.python/python.exp: Test multi-line execute.
3884
3885 2018-05-04 Tom Tromey <tom@tromey.com>
3886
3887 PR python/22731:
3888 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3889
3890 2018-05-04 Tom Tromey <tom@tromey.com>
3891
3892 PR gdb/11750:
3893 * gdb.base/define.exp: Test defining a user command inside a user
3894 command.
3895 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3896
3897 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3898 Pedro Alves <palves@redhat.com>
3899
3900 PR breakpoints/19806 and support for PR external/20207.
3901 * gdb.base/watchpoint-unaligned.c: New file.
3902 * gdb.base/watchpoint-unaligned.exp: New file.
3903
3904 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.base/maint.exp: Make test names unique, use
3907 test_prefix_command_help to test 'help maint info', and remove
3908 repeated test of 'help maint'.
3909
3910 2018-05-04 Tom Tromey <tom@tromey.com>
3911
3912 PR gdb/22619:
3913 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3914 behavior.
3915
3916 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.base/maint.exp: Process output from 'maint print registers'
3919 line at a time.
3920
3921 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3924 timeout.
3925
3926 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3927
3928 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3929 filter pattern.
3930
3931 2018-05-02 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3934 to_log_command renames.
3935 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3936
3937 2018-05-02 Tom Tromey <tom@tromey.com>
3938
3939 * gdb.python/py-parameter.exp: Set test message.
3940
3941 2018-05-02 Tom Tromey <tom@tromey.com>
3942
3943 PR python/20084:
3944 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3945 PARAM_ZUINTEGER_UNLIMITED tests.
3946
3947 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3948
3949 PR rust/23124
3950 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3951 when casting.
3952
3953 2018-04-30 Tom Tromey <tom@tromey.com>
3954
3955 * gdb.python/py-type.exp: Check align attribute.
3956 * gdb.python/py-type.c: New "aligncheck" global.
3957
3958 2018-04-30 Tom Tromey <tom@tromey.com>
3959
3960 PR exp/17095:
3961 * gdb.dwarf2/dw2-align.exp: New file.
3962 * gdb.cp/align.exp: New file.
3963 * gdb.base/align.exp: New file.
3964 * lib/gdb.exp (gdb_int128_helper): New proc.
3965 (has_int128_c, has_int128_cxx): New caching procs.
3966
3967 2018-04-27 Tom Tromey <tom@tromey.com>
3968
3969 PR rust/22545:
3970 * gdb.rust/simple.exp: Add inclusive range tests.
3971
3972 2018-04-26 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3975 ifunc breakpoint locations correctly of ifunc breakpoints set
3976 while the program resolves the ifunc.
3977
3978 2018-04-26 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.base/gnu-ifunc-final.c: New file.
3981 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3982 * gdb.base/gnu-ifunc.exp (executable): Delete.
3983 (staticexecutable): Adjust.
3984 (lib_opts, exec_opts): Delete.
3985 (make_binsuffix, build, set-break): New procedures.
3986 (misc_tests): New, with tests factored out from the top level.
3987 (top level): Test different combinations of ifunc resolver name,
3988 resolver with and with debug info, and ifunc target with and
3989 without debug info. Wrap static tests with with_target_prefix.
3990
3991 2018-04-26 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3994 return type" warnings.
3995
3996 2018-04-25 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3999 killed".
4000 * gdb.base/kill-after-signal.exp: Likewise.
4001 * gdb.threads/kill.exp: Likewise.
4002
4003 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4004 Sergio Durigan Junior <sergiodj@redhat.com>
4005 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4008 regexps to expect for '[Inferior ... detached]' as well.
4009 * gdb.base/attach.exp: Likewise.
4010 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4011 "gdb_continue_to_end".
4012 (test_catch_syscall_with_wrong_args): Likewise.
4013 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4014 ']'. Don't set 'verbose' on.
4015 * gdb.base/foll-vfork.exp: Likewise.
4016 * gdb.base/fork-print-inferior-events.c: New file.
4017 * gdb.base/fork-print-inferior-events.exp: New file.
4018 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4019 '[Inferior ... has been killed]' message.
4020 * gdb.base/kill-after-signal.exp: Likewise.
4021 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4022 detach message.
4023 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4024 message.
4025 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4026 regexps to expect for '[Inferior ... detached]' as well.
4027 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4028
4029 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 PR gdb/23104
4032 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4033
4034 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4035
4036 * gdb.threads/multiple-successive-infcall.c: New test.
4037 * gdb.threads/multiple-successive-infcall.exp: New file.
4038
4039 2018-04-17 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.rust/simple.rs (Union): New type.
4042 (main): New local "u".
4043 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4044
4045 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4046
4047 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4048 number information in output of "whereis" command.
4049 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4050
4051 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4052
4053 * gdb.ada/info_types.exp: Adjust expected output to the line
4054 numbers now printed by "info var/func/type".
4055 * gdb.base/completion.exp: Likewise.
4056 * gdb.base/included.exp: Likewise.
4057 * gdb.cp/cp-relocate.exp: Likewise.
4058 * gdb.cp/cplusfuncs.exp: Likewise.
4059 * gdb.cp/namespace.exp: Likewise.
4060 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4061
4062 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4063
4064 * gdb.btrace/cpu.exp: New.
4065
4066 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4067
4068 * gdb.base/step-indirect-call-thunk.exp: New.
4069 * gdb.base/step-indirect-call-thunk.c: New.
4070 * gdb.reverse/step-indirect-call-thunk.exp: New.
4071 * gdb.reverse/step-indirect-call-thunk.c: New.
4072
4073 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4074
4075 * gdb.base/pie-fork.c: New file.
4076 * gdb.base/pie-fork.exp: New file.
4077
4078 2018-04-11 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4081
4082 2018-04-10 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4085 exits. Instead loop running forever.
4086 (fork_parent): Run forever too.
4087
4088 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4089
4090 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4091 mi_continue_to_line.
4092 * gdb.mi/mi-stack.c (callee4): Add comment.
4093
4094 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4095
4096 * gdb.mi/mi-stack.exp: Fix indentation.
4097
4098 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4099
4100 PR gdb/22979
4101 * gdb.arch/amd64-osabi.exp: New file.
4102
4103 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4104
4105 PR gdb/22980
4106 * gdb.base/osabi.exp: New file.
4107
4108 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4109
4110 * gdb.cp/static-typedef-print.exp: New file.
4111 * gdb.cp/static-typedef-print.cc: New file.
4112
4113 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4114
4115 * gdb.ada/varsize_limit: New testcase.
4116
4117 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4118
4119 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4120
4121 * gdb.ada/notcplusplus: New testcase.
4122
4123 * gdb.base/c-linkage-name.c: New file.
4124 * gdb.base/c-linkage-name.exp: New testcase.
4125
4126 2018-03-26 Tom Tromey <tom@tromey.com>
4127
4128 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4129 * gdb.python/py-framefilter.py (name_error): New global.
4130 (ErrorInName.function): Use name_error.
4131
4132 2018-03-26 Tom Tromey <tom@tromey.com>
4133
4134 PR backtrace/15582:
4135 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4136
4137 2018-03-23 Keith Seitz <keiths@redhat.com>
4138
4139 PR c++/22968
4140 * gdb.cp/subtypes.exp: New file.
4141 * gdb.cp/subtypes.h: New file.
4142 * gdb.cp/subtypes.cc: New file.
4143 * gdb.cp/subtypes-2.cc: New file.
4144
4145 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4148 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4149 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4150 -nostartfiles when compiling the test. Confirm that all registers
4151 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4152
4153 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4156 option, syntax was wrong anyway.
4157 * gdb.arch/arm-disp-step.exp: Likewise.
4158 * gdb.arch/sparc64-regs.exp: Likewise.
4159 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4160 option, syntax was wrong anyway, switch to use
4161 prepare_for_testing.
4162 * gdb.arch/i386-disp-step.exp: Likewise.
4163
4164 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4165
4166 * gdb.ada/exec_changed.exp: Replace "target_info exists
4167 use_gdb_stub" by "use_gdb_stub".
4168 * gdb.ada/start.exp: Likewise.
4169 * gdb.base/async-shell.exp: Likewise.
4170 * gdb.base/attach-pie-misread.exp: Likewise.
4171 * gdb.base/attach-wait-input.exp: Likewise.
4172 * gdb.base/break-entry.exp: Likewise.
4173 * gdb.base/break-interp.exp: Likewise.
4174 * gdb.base/dprintf-detach.exp: Likewise.
4175 * gdb.base/nostdlib.exp: Likewise.
4176 * gdb.base/solib-nodir.exp: Likewise.
4177 * gdb.base/statistics.exp: Likewise.
4178 * gdb.base/testenv.exp: Likewise.
4179 * gdb.mi/mi-exec-run.exp: Likewise.
4180 * gdb.mi/mi-start.exp: Likewise.
4181 * gdb.multi/dummy-frame-restore.exp: Likewise.
4182 * gdb.multi/multi-arch-exec.exp: Likewise.
4183 * gdb.multi/multi-arch.exp: Likewise.
4184 * gdb.multi/tids.exp: Likewise.
4185 * gdb.multi/watchpoint-multi.exp: Likewise.
4186 * gdb.python/py-events.exp: Likewise.
4187 * gdb.threads/attach-into-signal.exp: Likewise.
4188 * gdb.threads/attach-stopped.exp: Likewise.
4189 * gdb.threads/threadapply.exp: Likewise.
4190 * lib/selftest-support.exp: Likewise.
4191
4192 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4193
4194 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4195
4196 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4197
4198 * gdb.perf/template-breakpoints.cc: New file.
4199 * gdb.perf/template-breakpoints.exp: New file.
4200 * gdb.perf/template-breakpoints.py: New file.
4201
4202 2018-03-19 Tom Tromey <tom@tromey.com>
4203
4204 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4205 y0.
4206 * gdb.rust/simple.exp: Test bare identifier form of struct
4207 initializer.
4208
4209 2018-03-19 Tom Tromey <tom@tromey.com>
4210
4211 * gdb.gdb/observer.exp: Remove.
4212
4213 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4214
4215 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4216 "qualified" option when setting breakpoints.
4217 * gdb.trace/backtrace.exp: Likewise.
4218 * gdb.trace/circ.exp: Likewise.
4219 * gdb.trace/collection.exp: Likewise.
4220 * gdb.trace/disconnected-tracing.exp: Likewise.
4221 * gdb.trace/ftrace-lock.exp: Likewise.
4222 * gdb.trace/ftrace.exp: Likewise.
4223 * gdb.trace/infotrace.exp: Likewise.
4224 * gdb.trace/packetlen.exp: Likewise.
4225 * gdb.trace/passc-dyn.exp: Likewise.
4226 * gdb.trace/qtro.exp: Likewise.
4227 * gdb.trace/read-memory.exp: Likewise.
4228 * gdb.trace/report.exp: Likewise.
4229 * gdb.trace/signal.exp: Likewise.
4230 * gdb.trace/status-stop.exp: Likewise.
4231 * gdb.trace/strace.exp: Likewise.
4232 * gdb.trace/tfind.exp: Likewise.
4233 * gdb.trace/trace-break.exp: Likewise.
4234 * gdb.trace/trace-condition.exp: Likewise.
4235 * gdb.trace/trace-mt.exp: Likewise.
4236 * gdb.trace/tstatus.exp: Likewise.
4237 * gdb.trace/tsv.exp: Likewise.
4238 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4239 * gdb.trace/unavailable.exp: Likewise.
4240 * gdb.trace/while-dyn.exp: Likewise.
4241
4242 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4243
4244 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4245 that libinproctrace is copied to the target.
4246
4247 2018-03-14 Tom Tromey <tom@tromey.com>
4248
4249 PR cli/14977:
4250 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4251 a null pointer.
4252 * gdb.base/wchar.exp: Likewise.
4253
4254 2018-03-14 Tom Tromey <tom@tromey.com>
4255
4256 PR cli/19918:
4257 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4258 flag.
4259
4260 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4261
4262 PR gdb/22841
4263 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4264 "target" to remote_exec.
4265
4266 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4267
4268 PR gdb/22841
4269 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4270 ${board}_upload): Remove.
4271
4272 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4273
4274 * gdb.cp/watch-cp.cc: New test.
4275 * gdb.cp/watch-cp.exp: New file.
4276
4277 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4278
4279 * gdb.base/infcall-nested-structs.exp: New file.
4280 * gdb.base/infcall-nested-structs.c: New file.
4281 * gdb.base/float.exp: Add riscv support.
4282
4283 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4284
4285 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4286 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4287
4288 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4289
4290 * gdb.server/abspath.exp: New file.
4291 * lib/gdb.exp (with_cwd): New procedure.
4292
4293 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4294
4295 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4296 use it.
4297 (gdb_is_target_remote_prompt): New proc.
4298 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4299 (gdb_is_target_native): Pass prompt parameter to
4300 gdb_is_target_1.
4301
4302 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4303
4304 * gdb.base/load-command.c: New file.
4305 * gdb.base/load-command.exp: New file.
4306 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4307 (gdb_is_target_1): ...this, and generalize for other targets
4308 than just remote.
4309 (gdb_is_target_remote): Use gdb_is_target_1.
4310 (gdb_is_target_native): use gdb_is_target_1.
4311
4312 2018-02-26 Tom Tromey <tom@tromey.com>
4313
4314 PR python/16497:
4315 * gdb.python/py-framefilter.exp: Update test.
4316
4317 2018-02-26 Tom Tromey <tom@tromey.com>
4318
4319 * gdb.dwarf2/variant.c: New file.
4320 * gdb.dwarf2/variant.exp: New file.
4321
4322 2018-02-26 Tom Tromey <tom@tromey.com>
4323
4324 * gdb.rust/simple.exp: Accept more possible results in enum test.
4325
4326 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4327
4328 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4329 parentheses.
4330
4331 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4332
4333 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4334 name of a variable: $actual_linejj -> $actual_line.
4335
4336 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4337
4338 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4339
4340 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4341
4342 * gdb.btrace/buffer-size.exp: Do not force BTS.
4343
4344 2018-02-14 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4347 getting a "Quit".
4348
4349 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4350
4351 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4352 Fix test name.
4353
4354 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4355
4356 * gdb.cp/m-static.exp: Check type of optimized out static
4357 member.
4358
4359 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4362 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4363
4364 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4365 Leszek Swirski <leszeks@google.com>
4366
4367 * gdb.python/py-prettyprint.c
4368 (struct to_string_returns_value_inner,
4369 struct to_string_returns_value_wrapper): New.
4370 (main): Add tsrvw variable.
4371 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4372 ToStringReturnsValueWrapper): New classes.
4373 (register_pretty_printers): Register new pretty-printers.
4374 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4375 recursive pretty printer.
4376 * gdb.python/py-mi.exp: Likewise.
4377
4378 2018-02-01 Leszek Swirski <leszeks@google.com>
4379
4380 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4381 functions with the same name as an include file are parsed
4382 correctly.
4383
4384 2018-02-01 Yao Qi <yao.qi@linaro.org>
4385
4386 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4387 "\[^\r\n\]*".
4388
4389 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4390
4391 * gdb.arch/powerpc-prologue-frame.s: New file.
4392 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4393 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4394
4395 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4396
4397 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4398
4399 2018-01-30 Pedro Alves <palves@redhat.com>
4400
4401 PR gdb/13211
4402 * gdb.base/interrupt-daemon.c: New.
4403 * gdb.base/interrupt-daemon.exp: New.
4404 * gdb.multi/multi-term-settings.c: New.
4405 * gdb.multi/multi-term-settings.exp: New.
4406
4407 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4408
4409 * gdb.base/break.exp: Save the location where the breakpoint
4410 on break.c:47 was actually inserted when debugging the version
4411 compiled at -O2 and use it in the expected output of the "info
4412 break" test performed soon after.
4413
4414 2018-01-22 Pedro Alves <palves@redhat.com>
4415 Sergio Durigan Junior <sergiodj@redhat.com>
4416
4417 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4418 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4419
4420 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4421
4422 * gdb.base/break-include.c, gdb.base/break-include.inc,
4423 gdb.base/break-include.exp: New files.
4424 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4425 line number now being the actual line number where the breakpoint
4426 was inserted.
4427 * gdb.mi/mi-break.exp: Likewise.
4428 * gdb.mi/mi-reverse.exp: Likewise.
4429 * gdb.mi/mi-simplerun.exp: Ditto.
4430
4431 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4432
4433 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4434 varobj.
4435 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4436
4437 2018-01-21 Don Breazeal <donb@codesourcery.com>
4438 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.mi/basics.c: Add new global.
4441 * gdb.mi/mi-frame-regs.exp: New file.
4442 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4443 case.
4444
4445 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4448 non-parameter, and on an unknown symbol.
4449
4450 2018-01-19 Tom Tromey <tom@tromey.com>
4451
4452 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4453 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4454
4455 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4456
4457 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4458 setrlimit and chdir to int.
4459
4460 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4461
4462 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4463 function.
4464 (my_tend): Likewise.
4465 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4466 rationale of avoiding FP- and vector instructions.
4467
4468 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4469
4470 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4471 "info reg" with "\[ \t\]*".
4472 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4473 "\[ \t\]+".
4474 * gdb.arch/s390-multiarch.exp: Ditto.
4475 * gdb.base/pc-fp.exp: Ditto.
4476 * gdb.reverse/i386-precsave.exp: Ditto.
4477 * gdb.reverse/i386-reverse.exp: Ditto.
4478 * gdb.reverse/i387-env-reverse.exp: Ditto.
4479 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4480
4481 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4482
4483 * lib/gdb.exp (gdb_compile): Re-enable use of
4484 universal_compile_options for languages other than Rust.
4485
4486 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4487
4488 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4489
4490 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4491
4492 PR gdb/16577
4493 * gdb.base/solib-vanish.exp: New.
4494 * gdb.base/solib-vanish-main.c: New.
4495 * gdb.base/solib-vanish-lib1.c: New.
4496 * gdb.base/solib-vanish-lib2.c: New.
4497
4498 2018-01-17 Yao Qi <yao.qi@linaro.org>
4499
4500 * gdb.compile/compile.exp: Match the address printed for
4501 frame in the output of command "bt".
4502
4503 2018-01-15 Tom Tromey <tom@tromey.com>
4504
4505 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4506 compute sp_reg.
4507
4508 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4509
4510 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4511 to prepare.
4512 (prepare): Return 0 on error, 1 on success.
4513
4514 2018-01-12 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.base/continue-after-aborted-step-over.c: New.
4517 * gdb.base/continue-after-aborted-step-over.exp: New.
4518
4519 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4520
4521 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4522 options when not creating an executable.
4523
4524 2018-01-11 Pedro Alves <palves@redhat.com>
4525
4526 PR remote/22597
4527 * gdb.server/stop-reply-no-thread.c: New file.
4528 * gdb.server/stop-reply-no-thread.exp: New file.
4529
4530 2018-01-10 Pedro Alves <palves@redhat.com>
4531
4532 PR gdb/22670
4533 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4534 functions too. Test setting breakpoints and printing C functions
4535 with no debug info too.
4536 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4537
4538 2018-01-10 Pedro Alves <palves@redhat.com>
4539
4540 PR gdb/22670
4541 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4542 a fail.
4543
4544 2018-01-10 Pedro Alves <palves@redhat.com>
4545
4546 PR gdb/22670
4547 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4548
4549 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * gdb.server/unittest.exp: Match the output in non-development
4552 mode.
4553
4554 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * gdb.gdb/unittest.exp: Match output in non-development mode.
4557
4558 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4559
4560 * gdb.ada/access_tagged_param.exp: Relax expected output
4561 for value of "ObjL" in "continue" to pck.inspect breakpoint
4562 test.
4563
4564 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4565
4566 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4567 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4568
4569 2018-01-05 Pedro Alves <palves@redhat.com>
4570
4571 PR gdb/18653
4572 * gdb.base/libsegfault.exp: New.
4573
4574 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4575
4576 PR gdb/22670
4577 * gdb.ada/access_tagged_param.exp: New file.
4578 * gdb.ada/access_tagged_param/foo.adb: New file.
4579
4580 2018-01-05 Pedro Alves <palves@redhat.com>
4581
4582 PR gdb/22670
4583 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4584 exercise lower case too, and to exercise both full matching and
4585 wild matching.
4586
4587 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4588
4589 * gdb.ada/rename_subscript_param: New testcase.
4590
4591 2018-01-05 Jerome Guitton <guitton@adacore.com>
4592
4593 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4594
4595 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4596
4597 * gdb.ada/convvar_comp: New testcase.
4598
4599 2018-01-05 Xavier Roirand <roirand@adacore.com>
4600
4601 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4602 (My_Table): New global variable.
4603 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4604
4605 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4606
4607 PR gdb/22670
4608 * gdb.ada/maint_with_ada: New testcase.
4609
4610 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4611
4612 PR gdb/22670
4613 * gdb.ada/bp_c_mixed_case: New testcase.
4614
4615 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4616
4617 PR gdb/22670
4618 * gdb.ada/complete.exp: Add "complete break ada" test.
4619
4620 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4621
4622 PR gdb/22670
4623 * gdb.ada/info_addr_mixed_case: New testcase.
4624
4625 2018-01-03 Xavier Roirand <roirand@adacore.com>
4626
4627 * gdb.ada/excep_handle.exp: New testcase.
4628 * gdb.ada/excep_handle/foo.adb: New file.
4629 * gdb.ada/excep_handle/pck.ads: New file.
4630
4631 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4632
4633 * gdb.base/step-line.c: Add extra empty line in copyright header.
4634 * gdb.base/step-line.inp: Likewise.
4635
4636 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4637
4638 * gdb.ada/dyn_stride.exp: Add slice test.
4639
4640 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4641
4642 * gdb.ada/dyn_stride: New testcase.
4643
4644 2017-12-27 Stafford Horne <shorne@gmail.com>
4645
4646 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4647 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4648
4649 2017-12-27 Stafford Horne <shorne@gmail.com>
4650
4651 * gdb.base/reggroups.c: New file.
4652 * gdb.base/reggroups.exp: New file.
4653
4654 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.dwarf2/ada-valprint-error.c: New file.
4657 * gdb.dwarf2/ada-valprint-error.exp: New file.
4658
4659 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.ada/assign_arr: New testcase.
4662
4663 2017-12-18 Xavier Roirand <roirand@adacore.com>
4664
4665 * gdb.ada/funcall_ptr: New testcase.
4666
4667 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4668
4669 PR cli/16224
4670 * gdb.base/ptype-offsets.cc: New file.
4671 * gdb.base/ptype-offsets.exp: New file.
4672
4673 2017-12-15 Yao Qi <yao.qi@linaro.org>
4674
4675 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4676 if XML is disabled.
4677
4678 2017-12-15 Xavier Roirand <roirand@adacore.com>
4679
4680 * gdb.ada/same_component_name: New testcase.
4681
4682 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4683
4684 * gdb.ada/str_binop_equal: New testcase.
4685
4686 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4687
4688 * gdb.ada/task_switch_in_core: New testcase.
4689
4690 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4691
4692 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4693 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4694 call test_bkpt_qualified.
4695 (test_bkpt_qualified): New proc.
4696
4697 2017-12-13 Pedro Alves <palves@redhat.com>
4698
4699 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4700 Tighten regexp by matching with an anchor.
4701
4702 2017-12-13 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4705 ("expression with namespace"): New set of tests.
4706 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4707 (Nested::Test_NS::qux): New.
4708 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4709 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4710
4711 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4712
4713 * gdb.base/server-del-break.c: New file.
4714 * gdb.base/server-del-break.exp: New file.
4715
4716 2017-12-12 Stafford Horne <shorne@gmail.com>
4717
4718 * gdb.xml/tdesc-regs.exp: Add or1k support.
4719
4720 2017-12-12 Stafford Horne <shorne@gmail.com>
4721
4722 * gdb.base/bp-permanent.c: Define nop of or1k.
4723
4724 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4725
4726 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4727 output with components being reordered.
4728
4729 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4730
4731 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4732 output with components being reordered.
4733
4734 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4735 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.base/maint.exp (check for .gdb_index): Check also for
4738 .debug_names.
4739 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4740 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4741 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4742 (.gdb_index used after symbol reloading): Support also .debug_names.
4743 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4744
4745 2017-12-08 Yao Qi <yao.qi@linaro.org>
4746
4747 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4748 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4749
4750 2017-12-08 Yao Qi <yao.qi@linaro.org>
4751
4752 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4753 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4754
4755 2017-12-08 Yao Qi <yao.qi@linaro.org>
4756
4757 * gdb.arch/aarch64-tagged-pointer.c: New file.
4758 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4759
4760 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4761
4762 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4763 "int".
4764
4765 2017-12-07 Keith Seitz <keiths@redhat.com>
4766
4767 PR breakpoints/22569
4768 * gdb.linespec/ls-errs.exp: Change expected result of "break
4769 -source this file has spaces.c -line 3".
4770 Check that an explicit source file followed by whitespace is
4771 identified as an invalid explicit location.
4772
4773 2017-12-07 Keith Seitz <keiths@redhat.com>
4774
4775 * gdb.cp/nested-types.cc: New file.
4776 * gdb.cp/nested-types.exp: New file.
4777 * lib/cp-support.exp: Load data-structures.exp library.
4778 (debug_cp_test_ptype_class): New global.
4779 (cp_ptype_class_verbose, next_line): New procedures.
4780 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4781 Add and document new return value.
4782 Switch the list of lines to a queue.
4783 Add support for new `type' key for nested type definitions.
4784 Add debugging/troubleshooting messages.
4785 * lib/data-structures.exp: New file.
4786
4787 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4788
4789 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4790 with proc_with_prefix, don't use with_test_prefix.
4791
4792 2017-12-07 Tom Tromey <tom@tromey.com>
4793
4794 * gdb.base/break.exp: Add test for empty "commands".
4795
4796 2017-12-07 Yao Qi <yao.qi@linaro.org>
4797
4798 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4799 malloc and catch syscall.
4800
4801 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4802
4803 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4804 tests for explicit locations.
4805
4806 2017-12-06 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4809 force-disabling XML descriptions.
4810
4811 2017-12-04 Pedro Alves <palves@redhat.com>
4812
4813 PR gdb/22499
4814 * gdb.arch/amd64-disp-step-avx.S: New file.
4815 * gdb.arch/amd64-disp-step-avx.exp: New file.
4816
4817 2017-12-03 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4820 and <string.h>.
4821 (parent_function): Print distinct messages when waitpid fails, or
4822 the child exits with a signal, or the child exits for an unhandled
4823 reason.
4824 * gdb.threads/process-dies-while-detaching.exp
4825 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4826 it. Wait for both inferior output and GDB's prompt. Use an
4827 indirect spawn id list.
4828 (do_detach): New parameter 'child_exit'. Use it to compute
4829 expected inferior output.
4830 (test_detach, test_detach_watch, test_detach_killed_outside):
4831 Adjust to pass down the expected child exit kind.
4832
4833 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4834 Sergio Durigan Junior <sergiodj@redhat.com>
4835 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4838
4839 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4840
4841 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4842 to 'symbol-file' and 'add-symbol-file' can be
4843 position-independent.
4844
4845 2017-12-01 Yao Qi <yao.qi@linaro.org>
4846
4847 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4848 the URL in copyright header.
4849 * gdb.arch/aarch64-fp.exp: Likewise.
4850 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4851 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4852 * gdb.base/expand-psymtabs.exp: Likewise.
4853 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4854 * gdb.fortran/common-block.exp: Likewise.
4855 * gdb.fortran/common-block.f90: Likewise.
4856 * gdb.fortran/logical.exp: Likewise.
4857 * gdb.fortran/vla-datatypes.f90: Likewise.
4858 * gdb.fortran/vla-sub.f90: Likewise.
4859
4860 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4861
4862 * gdb.ada/repeat_dyn: New testcase.
4863
4864 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4865
4866 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4867 Update for changed thread numbering.
4868 * gdb.cell/bt.exp: Update for changed GDB output.
4869
4870 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4871
4872 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4873 setting isremote by hand.
4874 * boards/dwarf4-gdb-index.exp: Likewise.
4875 * boards/fission.exp: Likewise.
4876 * boards/stabs.exp: Likewise.
4877
4878 2017-11-30 Pedro Alves <palves@redhat.com>
4879
4880 * gdb.linespec/cpls-ops.exp
4881 (check_explicit_skips_function_argument): Extract the underlying
4882 type of size_t instead of hardcoding it.
4883
4884 2017-11-29 Pedro Alves <palves@redhat.com>
4885
4886 PR c++/19436
4887 * gdb.linespec/cpls-abi-tag.cc: New file.
4888 * gdb.linespec/cpls-abi-tag.exp: New file.
4889
4890 2017-11-29 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.base/langs.exp: Use -qualified.
4893 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4894 it.
4895 * gdb.cp/namespace.exp: Use -qualified.
4896 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4897 (overload-3, template-overload, template-ret-type, const-overload)
4898 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4899 procedures.
4900 (test_driver): Call them.
4901 * gdb.cp/save-bp-qualified.cc: New.
4902 * gdb.cp/save-bp-qualified.exp: New.
4903 * gdb.linespec/explicit.exp: Test -qualified.
4904 * lib/completion-support.exp (completion::explicit_opts_list): Add
4905 "-qualified".
4906 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4907
4908 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4909
4910 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4911
4912 2017-11-29 Tom Tromey <tom@tromey.com>
4913
4914 * gdb.base/relocate.exp: Update invalid argument test.
4915 Add new tests for invalid arguments.
4916
4917 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4918
4919 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4920 Return 0 as a long.
4921 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4922
4923 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4924
4925 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4926 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4927 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4928 func ().
4929 * gdb.cp/shadow.cc (B.func): Return 0.
4930
4931 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4934 expected output in gdb_expect call to allow the exception
4935 message to be present as well. Fix syntax confusion to avoid
4936 TCL thinking that exception_name is an array.
4937
4938 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4939
4940 * gdb.arch/spu-info.c: Include <unistd.h>.
4941 (do_signal_test): Fix broken calls to write.
4942 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4943 Fix checks for empty mailboxes. Update signal tests for corrected
4944 do_signal_test routine. Allow nonzero event status.
4945 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4946 * gdb.cell/arch.exp: Use standard_output_file.
4947 * gdb.cell/break.exp: Likewise.
4948 * gdb.cell/bt.exp: Likewise.
4949 * gdb.cell/core.exp: Likewise.
4950 * gdb.cell/dwarfaddr.exp: Likewise.
4951 * gdb.cell/ea-cache.exp: Likewise.
4952 * gdb.cell/ea-standalone.exp: Likewise.
4953 * gdb.cell/f-regs.exp: Likewise.
4954 * gdb.cell/fork.exp: Likewise.
4955 * gdb.cell/gcore.exp: Likewise.
4956 * gdb.cell/mem-access.exp: Likewise.
4957 * gdb.cell/ptype.exp: Likewise.
4958 * gdb.cell/registers.exp: Likewise.
4959 * gdb.cell/sizeof.exp: Likewise.
4960 * gdb.cell/solib-symbol.exp: Likewise.
4961 * gdb.cell/solib.exp: Likewise.
4962
4963 2017-11-25 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.base/complete-empty.exp: New file.
4966 * gdb.base/completion.exp: Adjust.
4967
4968 2017-11-25 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.linespec/cpls-ops.cc: New file.
4971 * gdb.linespec/cpls-ops.exp: New file.
4972 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4973 factored out from ...
4974 (test_complete_prefix_range): ... this.
4975
4976 2017-11-24 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.linespec/cpcompletion.exp: New file.
4979 * gdb.linespec/cpls-hyphen.cc: New file.
4980 * gdb.linespec/cpls.cc: New file.
4981 * gdb.linespec/cpls2.cc: New file.
4982 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4983 test to use test_gdb_complete_unique. Add label completion,
4984 keyword completion and explicit location completion tests.
4985 * lib/completion-support.exp: New file.
4986
4987 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4988
4989 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4990 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4991 when hitting an exception catchpoint.
4992
4993 2017-11-22 Yao Qi <yao.qi@linaro.org>
4994
4995 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4996
4997 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4998
4999 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5000 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5001 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5002
5003 2017-11-22 Yao Qi <yao.qi@linaro.org>
5004
5005 * gdb.base/info-os.exp: Pass pthreads.
5006 * gdb.multi/multi-attach.exp: Likewise.
5007
5008 2017-11-22 Yao Qi <yao.qi@linaro.org>
5009
5010 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5011 compiler.
5012
5013 2017-11-22 Yao Qi <yao.qi@linaro.org>
5014
5015 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5016 * gdb.base/break-interp.exp: Likewise.
5017 * gdb.base/jit-attach-pie.exp: Likewise.
5018
5019 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5020
5021 * gdb.base/float128.c (large128): New variable.
5022 * gdb.base/float128.exp: Add test to print largest __float128 value.
5023
5024 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5025
5026 * gdb.arch/vsx-regs.exp: Update register content checks.
5027
5028 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5029
5030 * gdb.arch/ppc-longdouble.exp: New file.
5031 * gdb.arch/ppc-longdouble.c: Likewise.
5032
5033 2017-11-21 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5036
5037 2017-11-20 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5040 (long_double_typedef): New typedefs.
5041 Use DEF on double and long double.
5042 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5043 cases.
5044 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5045 and 'long_double_ptr_same_size' locals. Use them to decide
5046 whether cast from array/function to float is valid/invalid.
5047
5048 2017-11-17 Tom Tromey <tom@tromey.com>
5049
5050 * gdb.rust/traits.rs: New file.
5051 * gdb.rust/traits.exp: New file.
5052
5053 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5054
5055 * gdb.ada/minsyms: New testcase.
5056
5057 2017-11-16 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5060 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5061
5062 2017-11-16 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5065 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5066
5067 2017-11-16 Pedro Alves <palves@redhat.com>
5068
5069 * gdb.server/reconnect-ctrl-c.c: New file.
5070 * gdb.server/reconnect-ctrl-c.exp: New file.
5071
5072 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5073
5074 * gdb.python/py-rbreak.exp: New file.
5075 * gdb.python/py-rbreak.c: New file.
5076 * gdb.python/py-rbreak-func2.c: New file.
5077
5078 2017-11-16 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5081 pattern.
5082 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5083 GDB.
5084
5085 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5086
5087 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5088 regex.
5089
5090 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5091
5092 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5093 test names.
5094
5095 2017-11-09 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5098 factored out from ...
5099 (top level): ... here, and adjusted to avoid expecting beyond the
5100 prompt in a single gdb_test_multiple.
5101
5102 2017-11-09 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5105 output.
5106 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5107 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5108 * gdb.server/ext-run.exp ("kill" test): Likewise.
5109 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5110
5111 2017-11-09 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5114 match till end of line.
5115
5116 2017-11-09 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5119
5120 2017-11-09 Pedro Alves <palves@redhat.com>
5121
5122 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5123 New procedures, factored out from ...
5124 (top level): ... here, and adjusted to avoid expecting beyond the
5125 prompt in one go.
5126
5127 2017-11-09 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5130 output. Fix '?' match.
5131
5132 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.ada/scoped_watch: New testcase.
5135 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5136 which is actually correct.
5137 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5138 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5139
5140 2017-11-08 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.gdb/complaints.exp (test_initial_complaints)
5143 (test_serial_complaints, test_short_complaints): Call
5144 complaint_internal instead of complaint.
5145
5146 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5147
5148 * gdb.threads/tls-core.c: New file.
5149 * gdb.threads/tls-core.exp: Likewise.
5150
5151 2017-11-08 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5154 (p Exported_Capitalized): New test.
5155 (p exported_capitalized): New test.
5156
5157 2017-11-07 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5160
5161 2017-11-07 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5164 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5165 (disable_invalid, disable_inverted, disable_negative): New
5166 procedures.
5167 ("bad numbers"): New set of tests.
5168
5169 2017-11-07 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.cp/ena-dis-br-range.exp: Add tests.
5172
5173 2017-11-07 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5176
5177 2017-11-07 Xavier Roirand <roirand@adacore.com>
5178 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/ena-dis-br.exp: Add reference to
5181 gdb.cp/ena-dis-br-range.exp.
5182 * gdb.cp/ena-dis-br-range.exp: New file.
5183 * gdb.cp/ena-dis-br-range.cc: New file.
5184
5185 2017-11-06 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/attach-non-pgrp-leader.c: New.
5188 * gdb.base/attach-non-pgrp-leader.exp: New.
5189
5190 2017-11-06 Pedro Alves <palves@redhat.com>
5191
5192 * configure.ac: No longer check for termio.h and sgtty.h.
5193 * configure: Regenerate.
5194 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5195 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5196 Remove termio and sgtty code.
5197
5198 2017-11-03 Yao Qi <yao.qi@linaro.org>
5199
5200 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5201 in GDB is disabled.
5202
5203 2017-11-03 Yao Qi <yao.qi@linaro.org>
5204
5205 * gdb.python/py-thrhandle.exp: Skip it if python is not
5206 enabled.
5207
5208 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5209
5210 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5211 as a breakpoint command.
5212
5213 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5214
5215 PR python/21213
5216 * gdb.python/py-infthread.exp: Test calling
5217 InferiorThread.inferior () multiple times in a row.
5218
5219 2017-10-27 Keith Seitz <keiths@redhat.com>
5220
5221 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5222 Test "info break" for every inlined function breakpoint.
5223
5224 2017-10-27 Yao Qi <yao.qi@linaro.org>
5225
5226 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5227
5228 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5229
5230 * gdb.cp/classes.exp (test_static_members): Test printing
5231 Outer::instance.
5232 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5233 (Inner::instance, Outer::instance): New.
5234
5235 2017-10-24 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5238 extra console" test in two stages.
5239
5240 2017-10-24 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5243
5244 2017-10-24 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5247 loop.
5248
5249 2017-10-24 Pedro Alves <palves@redhat.com>
5250
5251 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5252 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5253
5254 2017-10-24 Pedro Alves <palves@redhat.com>
5255
5256 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5257 parameter and handle it. Don't output read value in test name.
5258
5259 2017-10-24 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5262 custom test name.
5263
5264 2017-10-24 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5267 include the unstable output directory name in the test's name.
5268 (initial_setup_simple) <'set args'>: Use custom test name.
5269
5270 2017-10-24 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5273 with explicit test name.
5274
5275 2017-10-20 Pedro Alves <palves@redhat.com>
5276
5277 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5278 'wait -i'. Use gdb_assert and remote_close.
5279
5280 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5283 number from variable rather than hard-coded.
5284
5285 2017-10-19 Pedro Alves <palves@redhat.com>
5286
5287 * gdb.base/long-inferior-output.c: New file.
5288 * gdb.base/long-inferior-output.exp: New file.
5289
5290 2017-11-18 Keith Seitz <keiths@redhat.com>
5291
5292 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5293 method.
5294 (main): Call it.
5295 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5296 Add additional user-defined conversion operator tests.
5297
5298 2017-10-17 Pedro Alves <palves@redhat.com>
5299
5300 * boards/native-stdio-gdbserver.exp: Load "local-board".
5301
5302 2017-10-17 Pedro Alves <palves@redhat.com>
5303
5304 * gdb.base/quit-live.c: New file.
5305 * gdb.base/quit-live.exp: New file.
5306
5307 2017-10-16 Keith Seitz <keiths@redhat.com>
5308
5309 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5310 (class_with_protected_typedef, class_with_private_typedef)
5311 (struct_with_public_typedef, struct_with_protected_typedef)
5312 (struct_with_private_typedef): New classes/structs.
5313 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5314 typedefs and access specifiers.
5315
5316 2017-10-16 Pedro Alves <palves@redhat.com>
5317 Simon Marchi <simon.marchi@polymtl.ca>
5318
5319 * README (Local vs Remote vs Native): New section.
5320 * boards/local-board.exp: New file, with bits factored out from
5321 ...
5322 * boards/native-extended-gdbserver.exp: ... here. Load
5323 "local-board".
5324 * boards/native-gdbserver.exp: Load "local-board".
5325 (${board}_spawn, ${board}_exec): Delete.
5326 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5327 ...
5328 * boards/stdio-gdbserver-base.exp: ... this new file.
5329 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5330 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5331 procedure.
5332 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5333 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5334 stdio_gdbserver_command.
5335 (${board}_get_remote_address, ${board}_get_comm_port)
5336 (${board}_download, ${board}_upload): Delete.
5337 (get_target_remote_pipe_cmd): New.
5338
5339 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5340
5341 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5342 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5343 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5344 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5345 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5346 remove with_test_prefix.
5347
5348 2017-10-13 Pedro Alves <palves@redhat.com>
5349
5350 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5351 * gdb.base/annota1.exp: Use it instead of is_remote.
5352 * gdb.base/annota3.exp: Use it instead of is_remote.
5353 * gdb.cp/annota2.exp: Use it instead of is_remote.
5354 * gdb.cp/annota3.exp: Use it instead of is_remote.
5355 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5356
5357 2017-10-13 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5360 (test_num_test_vars, run_and_count_vars, find_env)
5361 (test_set_unset_env, test_inherit_env_var): New procedures.
5362 (top level): Use them.
5363
5364 2017-10-13 Pedro Alves <palves@redhat.com>
5365
5366 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5367 also skip on stub-like targets.
5368
5369 2017-10-13 Pedro Alves <palves@redhat.com>
5370
5371 PR gdb/22293
5372 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5373 (top level): Move some tests to ...
5374 (test_not_found): ... this new procedure.
5375 (top level): Call it.
5376
5377 2017-10-13 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5380 expect different "info terminal" output if testing with a
5381 non-native target.
5382
5383 2017-10-13 Pedro Alves <palves@redhat.com>
5384 Simon Marchi <simon.marchi@polymtl.ca>
5385
5386 PR python/12966
5387 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5388
5389 2017-10-13 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5392 already.
5393
5394 2017-10-13 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5397 is_remote.
5398
5399 2017-10-13 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5402 is_remote.
5403
5404 2017-10-13 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5407 is set.
5408 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5409 instead of is_remote.
5410
5411 2017-10-13 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5414 (top level): Add comment.
5415
5416 2017-10-13 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.base/remote.exp (top level): Fix comment typo and add
5419 missing return.
5420
5421 2017-10-13 Pedro Alves <palves@redhat.com>
5422 Simon Marchi <simon.marchi@polymtl.ca>
5423
5424 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5425 calls and add comments. Skip test if use_gdb_stub is set.
5426 (top level): Use "set cwd" command instead of "cd" command.
5427
5428 2017-10-13 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5431 is_remote target check.
5432
5433 2017-10-13 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/scope.exp: Use build_executable + clean_restart +
5436 gdb_file_cmd instead of prepare_for_testing and no longer skip
5437 "before run" tests on is_remote target boards. Update comments.
5438 * boards/native-extended-gdbserver.exp
5439 (extended_gdbserver_load_last_file): New, factored out from ...
5440 (gdb_load): ... this. Move further below and add comment.
5441 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5442
5443 2017-10-12 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.base/attach.exp: Remove references to gdb64.
5446 * gdb.base/dbx.exp: Remove references to gdb64.
5447
5448 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5449 Pedro Alves <palves@redhat.com>
5450
5451 * gdb.base/label.exp: Remove is_remote target check.
5452
5453 2017-10-12 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.base/auvx.exp (coredir): Update comment.
5456 (top level) <core_works>: Use "set cwd" command instead of "cd"
5457 command.
5458
5459 2017-10-12 Pedro Alves <palves@redhat.com>
5460 Simon Marchi <simon.marchi@polymtl.ca>
5461
5462 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5463 target boards.
5464
5465 2017-10-12 Pedro Alves <palves@redhat.com>
5466 Simon Marchi <simon.marchi@polymtl.ca>
5467
5468 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5469 Instead skip if there's any gdb_protocol set.
5470
5471 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5472 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5475
5476 2017-10-12 Pedro Alves <palves@redhat.com>
5477 Simon Marchi <simon.marchi@polymtl.ca>
5478
5479 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5480 instead of on dejagnu remote boards.
5481
5482 2017-10-12 Pedro Alves <palves@redhat.com>
5483 Simon Marchi <simon.marchi@polymtl.ca>
5484
5485 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5486 checks. Use build_executable + clean_restart instead of
5487 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5488 of enabling non-stop after starting gdb.
5489
5490 2017-10-12 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5493 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5494 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5495 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5496
5497 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5498
5499 * gdb.arch/arc-tdesc-cpu.exp: New file.
5500 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5501
5502 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5503
5504 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5505
5506 2017-10-10 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5509 expect CLI output.
5510
5511 2017-10-10 Pedro Alves <palves@redhat.com>
5512
5513 * lib/selftest-support.exp (selftest_setup): Update for
5514 captured_command_loop's prototype change.
5515
5516 2017-10-09 Pedro Alves <palves@redhat.com>
5517
5518 Test both arch1=>arch2 and arch2=>arch1.
5519
5520 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5521 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5522 factored out to...
5523 (append_arch1_options, append_arch2_options, append_arch_options)
5524 (build_executables): New procedures.
5525 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5526 local.
5527 (top level): Add new 'first_arch' testing axis.
5528
5529 2017-10-09 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5532 (barrier): New.
5533 (thread_start, all_started): New functions.
5534 (main): Spawn new thread and wait until it is scheduled.
5535 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5536 option.
5537 (do_test): Add 'selected_thread' parameter. Run to all_started
5538 instead of main. Explicitly set the breakpoint at main. Switch
5539 to the SELECTED_THREAD thread.
5540 (top level): Test handling the exec event with either the main
5541 thread or the second thread selected.
5542
5543 2017-10-09 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5546 logic. Move STOP marker after the value checks.
5547 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5548 regexp.
5549
5550 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5551
5552 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5553
5554 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5555
5556 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5557 integer-to-dfp conversion.
5558 * gdb.base/dfp-test.exp: Likewise.
5559
5560 2017-10-04 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.multi/hangout.c: Include <unistd.h>.
5563 (hangout_loop): New function.
5564 (main): Call alarm. Call hangout_loop in a loop.
5565 * gdb.multi/hello.c: Include <unistd.h>.
5566 (hello_loop): New function.
5567 (main): Call alarm. Call hangout_loop in a loop.
5568 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5569 inferior with the other selected.
5570
5571 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5572
5573 * gdb.mi/list-thread-groups-available.exp: New file.
5574 * gdb.mi/list-thread-groups-available.c: New file.
5575
5576 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 * gdb.base/set-cwd.exp: Make it available on
5579 native-extended-gdbserver.
5580
5581 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5582
5583 * gdb.base/set-cwd.c: New file.
5584 * gdb.base/set-cwd.exp: Likewise.
5585
5586 2017-10-02 Tom Tromey <tom@tromey.com>
5587
5588 PR rust/22236:
5589 * gdb.rust/simple.rs (main): New variable "fslice".
5590 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5591
5592 2017-10-02 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.rust/simple.exp: Test ptype of a slice.
5595
5596 2017-10-02 Tom Tromey <tom@tromey.com>
5597
5598 * gdb.rust/simple.exp: Test index of slice.
5599
5600 2017-09-27 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5603
5604 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5605 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.base/compare-sections.exp (get value of read-only section): Read
5608 as unsigned value.
5609 (corrupt read-only section): Likewise and don't set written if patching
5610 failed.
5611
5612 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5613
5614 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5615 files.
5616
5617 2017-09-20 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5620 symbol names in gdb's output.
5621 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5622
5623 2017-09-20 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5626 Rename to ...
5627 (test_list_ambiguous_symbol): ... this and add a symbol name
5628 parameter. Adjust.
5629 (test_list_ambiguous_function): Reimplement on top of
5630 test_list_ambiguous_symbol and also test listing ambiguous
5631 variables.
5632 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5633 (ambiguous_fun): ... this.
5634 (ambiguous_var): New.
5635 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5636 (ambiguous_fun): ... this.
5637 (ambiguous_var): New.
5638
5639 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5640
5641 * gdb.base/starti.c: New file.
5642 * gdb.base/starti.exp: New file.
5643 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5644
5645 2017-09-14 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5648 (top level): Use it instead of runto.
5649
5650 2017-09-11 Tom Tromey <tom@tromey.com>
5651
5652 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5653
5654 2017-09-11 Tom Tromey <tom@tromey.com>
5655
5656 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5657 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5658
5659 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5660
5661 * gdb.fortran/printing-types.exp: New file.
5662 * gdb.fortran/printing-types.exp: New file.
5663
5664 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5665
5666 * gdb.fortran/vla-ptype.exp: Fix typos.
5667 * gdb.fortran/vla-value.exp: Same.
5668
5669 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5670
5671 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5672 * gdb.mi/mi-var-child-f.exp: Likewise.
5673 * gdb.mi/mi-vla-fortran.exp: Likewise.
5674
5675 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5676 Christoph Weinmann <christoph.t.weinmann@intel.com>
5677 Bernhard Heckel <bernhard.heckel@intel.com>
5678
5679 * gdb.fortran/ptr-indentation.f90: New file.
5680 * gdb.fortran/ptr-indentation.exp: New file.
5681
5682 2017-09-05 Tom Tromey <tom@tromey.com>
5683
5684 PR gdb/22010:
5685 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5686
5687 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5688
5689 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5690
5691 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 * gdb.threads/tls-nodebug-pie.c: New file.
5694 * gdb.threads/tls-nodebug-pie.exp: New file.
5695
5696 2017-09-05 Tom Tromey <tom@tromey.com>
5697
5698 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5699 for rust.
5700
5701 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5702
5703 * gdb.multi/multi-arch-exec.exp: Test with different
5704 "follow-exec-mode" settings.
5705 (do_test): New procedure.
5706
5707 2017-09-04 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.base/func-static.c (S::method const, S::method volatile)
5710 (S::method volatile const): New methods.
5711 (c_s, v_s, cv_s): New instances.
5712 (main): Call method() on them.
5713 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5714 (cannot_resolve): New procedure.
5715 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5716 print-quote-unquoted columns.
5717 (do_test): Test printing each scope too.
5718
5719 2017-09-04 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/local-static.exp: Also test with
5722 class::method::variable wholly quoted.
5723 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5724
5725 2017-09-04 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/local-static.c: New.
5728 * gdb.base/local-static.cc: New.
5729 * gdb.base/local-static.exp: New.
5730
5731 2017-09-04 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.asm/asm-source.exp: Add casts to int.
5734 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5735 (dataglobal64_1, dataglobal64_2): New globals.
5736 * gdb.base/nodebug.exp: Test different expressions involving the
5737 new globals, with print, whatis and ptype. Add casts to int.
5738 * gdb.base/solib-display.exp: Add casts to int.
5739 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5740 * gdb.cp/m-static.exp: Add cast to int.
5741 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5742 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5743 tls variable with no debug info without a cast. Test with a cast
5744 to int too.
5745 * gdb.trace/entry-values.exp: Add casts.
5746
5747 2017-09-04 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/nodebug.exp: Test that ptype's error about functions
5750 with unknown return type includes the function name too.
5751
5752 2017-09-04 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5755 return type of munmap in infcall.
5756 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5757 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5758 type of ftell in infcall.
5759 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5760 type of getpid in infcall.
5761 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5762 infcall.
5763 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5764 Bail on failure to extract the pid.
5765 * gdb.base/nodebug.c: #include <stdint.h>.
5766 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5767 New functions.
5768 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5769 Change expected output of print/whatis/ptype with functions with
5770 no debug info. Test all supported languages. Call
5771 test_call_promotion.
5772 * gdb.compile/compile.exp: Adjust expected output to expect
5773 warning.
5774 * gdb.threads/siginfo-threads.exp: Likewise.
5775
5776 2017-09-04 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5779 "prototypes". Test calling float functions via prototyped and
5780 unprototyped function pointers.
5781 (perform_all_tests): New parameter "prototypes". Pass it down.
5782 (top level): Pass down "prototypes" parameter to
5783 perform_all_tests.
5784
5785 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5788 Test with nested loops.
5789
5790 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 * gdb.base/commands.exp: Call the new procedures.
5793 (loop_break_test, loop_continue_test): New procedures.
5794
5795 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5796
5797 * gdb.base/commands.exp: Call new procedure.
5798 (define_if_without_arg_test): New procedure.
5799
5800 2017-09-04 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/list-ambiguous.exp: New file.
5803 * gdb.base/list-ambiguous0.c: New file.
5804 * gdb.base/list-ambiguous1.c: New file.
5805 * gdb.base/list.exp (test_list_range): Adjust expected output.
5806
5807 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5808
5809 * gdb.base/share-env-with-gdbserver.c: New file.
5810 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5811
5812 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.base/commands.exp (gdbvar_simple_if_test,
5815 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5816 progvar_simple_if_test, progvar_simple_while_test,
5817 progvar_complex_if_while_test, user_defined_command_test,
5818 user_defined_command_args_eval,
5819 user_defined_command_args_stack_test,
5820 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5821 temporary_breakpoint_commands,
5822 gdb_test_no_prompt, redefine_hook_test,
5823 redefine_backtrace_test): Remove "global gdb_prompt".
5824
5825 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5828 New proc, call it from toplevel.
5829
5830 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5831
5832 PR remote/21852
5833 * gdb.server/normal.c: New file, copied from gdb.base.
5834 * gdb.server/run-without-local-binary.exp: New file.
5835
5836 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5837
5838 * gdb.arch/sparc64-adi.exp: New file.
5839 * gdb.arch/sparc64-adi.c: New file.
5840
5841 2017-08-22 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5844 (top level): Add "list all overloads" tests.
5845
5846 2017-08-22 Tom Tromey <tom@tromey.com>
5847
5848 * gdb.gdb/xfullpath.exp: Remove.
5849
5850 2017-08-21 Pedro Alves <palves@redhat.com>
5851
5852 PR gdb/19487
5853 * gdb.base/symbol-alias.c: New.
5854 * gdb.base/symbol-alias2.c: New.
5855 * gdb.base/symbol-alias.exp: New.
5856
5857 2017-08-21 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.base/dfp-test.c
5860 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5861 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5862 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5863 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5864 * gdb.base/whatis-ptype-typedefs.c: New.
5865 * gdb.base/whatis-ptype-typedefs.exp: New.
5866 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5867 (an_int, an_int_type, an_int_type2): New globals.
5868 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5869 involving typedefs and cast expressions.
5870 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5871 (lookup_typedefs_function): New.
5872 (typedefs_pretty_printers_dict): New.
5873 (top level): Register lookup_typedefs_function in
5874 gdb.pretty_printers.
5875
5876 2017-08-18 Yao Qi <yao.qi@linaro.org>
5877
5878 * gdb.server/unittest.exp: New.
5879
5880 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5881
5882 PR gdb/21954
5883 * gdb.base/environ.exp: Add test to check if 'unset environment'
5884 works.
5885
5886 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5887
5888 * lib/gdb.exp (universal_compile_options): New caching proc.
5889 (gdb_compile): Suppress GCC's coloring of messages.
5890
5891 2017-08-14 Tom Tromey <tom@tromey.com>
5892
5893 PR gdb/21675:
5894 * gdb.base/printcmds.exp (test_radices): New function.
5895 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5896 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5897 * lib/gdb.exp (get_integer_valueof): Use p/d.
5898
5899 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5900
5901 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5902 characters.
5903
5904 2017-08-05 Tom Tromey <tom@tromey.com>
5905
5906 * gdb.rust/simple.exp: Allow String to appear in a different
5907 namespace.
5908
5909 2017-07-26 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.gdb/unittest.exp: Invoke command
5912 "maintenance check xml-descriptions".
5913
5914 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5915
5916 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5917 calling context.
5918 (hex128): Drop erroneous calculation of parameters.
5919
5920 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5921
5922 * gdb.python/py-unwind.exp: Disable stack protection when
5923 building test file.
5924
5925 2017-07-20 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/default.exp (set language): Adjust expected output.
5928
5929 2017-07-20 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5932 (test_minsym): ... this, and make static.
5933 (get_pck__foo__bar__minsym): Rename to ...
5934 (get_test_minsym): ... this.
5935 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5936 symbol names and comments.
5937 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5938 (get_test_minsym): ... this.
5939 (pck__foo__bar__minsym__2): Rename to ...
5940 (test_minsym): ... this.
5941 (main): Adjust.
5942
5943 2017-07-17 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/completion.exp: Adjust expected output.
5946 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5947 the completer works.
5948
5949 2017-07-17 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5952
5953 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5954
5955 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5956
5957 2017-07-14 Tom Tromey <tom@tromey.com>
5958
5959 PR rust/21764:
5960 * gdb.rust/simple.exp: Add tests.
5961
5962 2017-07-14 Tom Tromey <tom@tromey.com>
5963
5964 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5965
5966 2017-07-14 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.linespec/base/one/thefile.cc (z1): New function.
5969 * gdb.linespec/base/two/thefile.cc (z2): New function.
5970 * gdb.linespec/linespec.exp: Add tests.
5971
5972 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5975 to mi_create_breakpoint.
5976
5977 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5980 mi_create_breakpoint.
5981
5982 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5983
5984 * gdb.dlang/demangle.exp: Update for demangling changes.
5985
5986 2017-07-09 Tom Tromey <tom@tromey.com>
5987
5988 * gdb.dwarf2/shortpiece.exp: New file.
5989
5990 2017-07-06 David Blaikie <dblaikie@gmail.com>
5991
5992 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5993 built from fissiont-multi-cu{1,2}.c.
5994 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5995 except putting 'main' and 'func' in separate CUs in the same DWO file.
5996 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5997 test.
5998 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5999 test.
6000
6001 2017-07-06 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.python/py-unwind.exp: Test flushregs.
6004
6005 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6006
6007 PR cli/21688
6008 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6009 tests for alias commands and trailing whitespace.
6010
6011 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6012
6013 PR cli/21688
6014 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6015 procedure. Call it.
6016
6017 2017-06-29 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/printcmds.exp: Add tests.
6020
6021 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6022
6023 PR gdb/21337
6024 * gdb.base/reread-readsym.exp: New file.
6025 * gdb.base/reread-readsym.c: New file.
6026
6027 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6028
6029 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6030 subpattern.
6031
6032 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6033
6034 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6035 extended mnemonic.
6036 * gdb.arch/powerpc-power9.s: Likewise.
6037
6038 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6039
6040 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6041 on 32-bit x86 targets. Exploit is_*_target macros where
6042 appropriate.
6043
6044 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6045
6046 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6047 register pieces.
6048
6049 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6050
6051 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6052 located in one or more DWARF pieces.
6053
6054 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6055
6056 * lib/gdb.exp (get_endianness): New proc.
6057 * gdb.arch/aarch64-fp.exp: Use it.
6058 * gdb.arch/altivec-regs.exp: Likewise.
6059 * gdb.arch/e500-regs.exp: Likewise.
6060 * gdb.arch/vsx-regs.exp: Likewise.
6061 * gdb.base/dump.exp: Likewise.
6062 * gdb.base/funcargs.exp: Likewise.
6063 * gdb.base/gnu_vector.exp: Likewise.
6064 * gdb.dwarf2/formdata16.exp: Likewise.
6065 * gdb.dwarf2/implptrpiece.exp: Likewise.
6066 * gdb.dwarf2/nonvar-access.exp: Likewise.
6067 * gdb.python/py-inferior.exp: Likewise.
6068 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6069
6070 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6071
6072 PR gdb/21226
6073 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6074 stack value pieces are taken from the LSB end.
6075
6076 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6077
6078 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6079 variable at nonzero offset.
6080
6081 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6082
6083 * gdb.dwarf2/var-access.c: New file.
6084 * gdb.dwarf2/var-access.exp: New test.
6085 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6086
6087 2017-06-12 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.dwarf2/formdata16.exp: Add tests.
6090
6091 2017-06-12 Tom Tromey <tom@tromey.com>
6092
6093 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6094
6095 2017-06-12 Tom Tromey <tom@tromey.com>
6096
6097 PR exp/16225:
6098 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6099 * gdb.arch/vsx-regs.exp: Update tests.
6100 * gdb.arch/s390-vregs.exp (hex128): New proc.
6101 Update test.
6102 * gdb.arch/altivec-regs.exp: Update tests.
6103
6104 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6105
6106 * gdb.base/startup-with-shell.c: New file.
6107 * gdb.base/startup-with-shell.exp: Likewise.
6108
6109 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6110
6111 * gdb.server/non-existing-program.exp: Update regex in order to
6112 reflect the fact that gdbserver is now using fork_inferior (with a
6113 shell) to startup the inferior.
6114
6115 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6116
6117 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6118 support function calls from GDB.
6119
6120 2017-05-21 Tom Tromey <tom@tromey.com>
6121
6122 PR rust/21466:
6123 * gdb.rust/unsized.exp: New file.
6124 * gdb.rust/unsized.rs: New file.
6125
6126 2017-05-19 Tom Tromey <tom@tromey.com>
6127
6128 PR rust/21484:
6129 * gdb.rust/watch.exp: New file.
6130 * gdb.rust/watch.rs: New file.
6131
6132 2017-05-18 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.rust/simple.exp: Allow Box to be qualified.
6135
6136 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6137
6138 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6139
6140 2017-05-18 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/fileio.c (test_write, test_read, test_close)
6143 (test_fstat): Don't print 'ret' in the fail path.
6144
6145 2017-05-18 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6148 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6149 (test_system, test_rename, test_unlink, test_time): Change
6150 prototypes.
6151 * gdb.base/fileio.exp (stop_msg): Adjust.
6152
6153 2017-05-18 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/fileio.c (null_str): New global.
6156 (test_stat): Use it.
6157 * gdb.base/fileio.exp: Remove nowarnings.
6158
6159 2017-05-17 Yao Qi <yao.qi@linaro.org>
6160
6161 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6162
6163 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6164
6165 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6166 argument command.
6167 (top-level): Invoke test_set_inferior_tty.
6168
6169 2017-05-04 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6172 Add parens to print call for Python 3.
6173
6174 2017-05-03 Keith Seitz <keiths@redhat.com>
6175
6176 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6177 (main): Call it.
6178
6179 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6180
6181 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6182 to prev and next.
6183
6184 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6185
6186 * gdb.python/py-record-btrace.exp: Remove test for
6187 gdb.BtraceInstruction.error.
6188
6189 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6190
6191 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6192
6193 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6194
6195 * gdb.python/py-record-btrace-threads.c: New file.
6196 * gdb.python/py-record-btrace-threads.exp: New file.
6197
6198 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6199
6200 PR testsuite/8595
6201 * gdb.base/environ.exp: Make test available in all architectures.
6202 Move bits related to "info program" testing to
6203 gdb.base/info-program.exp. Rewrite tests to use the two new
6204 procedures mentione below.
6205 (test_set_show_env_var) New procedure.
6206 (test_set_show_env_var_equal): Likewise.
6207 * gdb.base/info-program.exp: New file.
6208
6209 2017-04-27 Keith Seitz <keiths@redhat.com>
6210
6211 * gdb.cp/oranking.cc (test15): New function.
6212 (main): Call test15 and declare additional variables for testing.
6213 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6214 "p foo101('abc')" tests.
6215 Add tests for cv qualifier overloads.
6216 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6217 "lvalue reference overload" test.
6218 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6219 "print value of f1 on Child&& in f2" test.
6220
6221 2017-04-19 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6224 procedure.
6225 (top level): Call it.
6226 * lib/gdb.exp (gdb_define_cmd): New procedure.
6227
6228 2017-04-12 Pedro Alves <palves@redhat.com>
6229
6230 PR gdb/21323
6231 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6232 (wchar): New global.
6233 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6234 (do_test_wide_char, wide_char_types_no_program, top level): Add
6235 wchar_t testing.
6236
6237 2017-04-12 Pedro Alves <palves@redhat.com>
6238
6239 PR c++/21323
6240 * gdb.cp/wide_char_types.c: New file.
6241 * gdb.cp/wide_char_types.exp: New file.
6242
6243 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6244
6245 PR gdb/21352
6246 * gdb.trace/tsv.exp: Add test for "tsave -r".
6247
6248 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6249
6250 * gdb.dlang/watch-loc.c: New file.
6251 * gdb.dlang/watch-loc.exp: New file.
6252
6253 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6256
6257 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6258
6259 * gdb.arch/arc-analyze-prologue.S: New file.
6260 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6261
6262 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6263
6264 * gdb.arch/arc-decode-insn.S: New file.
6265 * gdb.arch/arc-decode-insn.exp: Likewise.
6266
6267 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6268
6269 PR tdep/20928
6270 * gdb.arch/sparc64-regs.exp: New file.
6271 * gdb.arch/sparc64-regs.S: Likewise.
6272
6273 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6274
6275 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6276 and memory view on Python 3.
6277
6278 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6279 Keith Seitz <keiths@redhat.com>
6280
6281 PR gdb/14441
6282 * gdb.cp/demangle.exp: Add rvalue reference tests.
6283 * gdb.cp/rvalue-ref-casts.cc: New file.
6284 * gdb.cp/rvalue-ref-casts.exp: New file.
6285 * gdb.cp/rvalue-ref-overload.cc: New file.
6286 * gdb.cp/rvalue-ref-overload.exp: New file.
6287 * gdb.cp/rvalue-ref-params.cc: New file.
6288 * gdb.cp/rvalue-ref-params.exp: New file.
6289 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6290 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6291 * gdb.cp/rvalue-ref-types.cc: New file.
6292 * gdb.cp/rvalue-ref-types.exp: New file.
6293 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6294 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6295
6296 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6297
6298 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6299 New procedure.
6300
6301 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6302
6303 * lib/mi-support.exp (mi_gdb_test): Add additional message
6304 for unexpected output.
6305
6306 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6307
6308 * gdb.base/examine-backward.c (Barrier): New character array
6309 constant, to ensure that TestStrings is preceded by a string
6310 terminator.
6311
6312 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6313
6314 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6315 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6316 and implicit pointer into such a location.
6317
6318 2017-03-16 Doug Evans <dje@google.com>
6319
6320 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6321
6322 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6323
6324 * gdb.cp/m-static.exp: Fix expectation for prototype of
6325 test5.single_constructor and single_constructor::single_constructor.
6326
6327 2017-03-16 Doug Evans <dje@google.com>
6328
6329 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6330 * gdb.guile/scm-lazy-string.c: New file.
6331 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6332 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6333 for pointer, array, typedef lazy strings.
6334
6335 2017-03-16 Doug Evans <dje@google.com>
6336
6337 PR python/17728, python/18439, python/18779
6338 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6339 * gdb.python/py-lazy-string.c (pointer): New typedef.
6340 (main): New locals ptr, array, typedef_ptr.
6341 * gdb.python/py-value.exp: Move lazy string tests to ...
6342 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6343 array, typedef lazy strings.
6344
6345 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6346
6347 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6348 Add optional 'test' parameter.
6349
6350 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6351
6352 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6353 Skip for versions of DejaGnu < 1.5.
6354
6355 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * lib/gdb.exp (dejagnu_version): New proc.
6358 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6359 Use dejagnu_version.
6360
6361 2017-03-10 Keith Seitz <keiths@redhat.com>
6362
6363 PR c++/8128
6364 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6365 type from destructor regexps.
6366 Add a branch which actually passes the test.
6367 Adjust "ptype t5i" test names.
6368
6369 2017-03-08 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.base/step-over-exit.exp: Add explicit test message.
6372
6373 2017-03-08 Pedro Alves <palves@redhat.com>
6374
6375 PR gdb/18360
6376 * gdb.threads/interrupt-while-step-over.c: New file.
6377 * gdb.threads/interrupt-while-step-over.exp: New file.
6378
6379 2017-03-08 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6382 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6383
6384 2017-03-08 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6387 PKRU as not supported as a PASS.
6388
6389 2017-03-08 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6392 prefix instead of $binfile1/$binfile2.
6393 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6394 in test message.
6395 * gdb.python/py-completion.exp: Use "load python file" as test
6396 messages instead of unstable path names.
6397
6398 2017-03-08 Pedro Alves <palves@redhat.com>
6399 Jan Kratochvil <jan.kratochvil@redhat.com>
6400
6401 PR cli/21218
6402 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6403 New proc.
6404 (top level): Call it.
6405
6406 2017-03-08 Pedro Alves <palves@redhat.com>
6407
6408 PR tui/21216
6409 * gdb.tui/tui-nl-filtered-output.exp: New file.
6410
6411 2017-03-08 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.base/completion.exp: Move TUI completion tests to ...
6414 * gdb.tui/completion.exp: ... this new file.
6415
6416 2017-03-08 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.base/tui-disasm-long-lines.c,
6419 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6420 gdb.base/tui-layout.exp: Move to ...
6421 * gdb.tui/: ... this new directory.
6422
6423 2017-03-07 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/tui-layout.c: New file.
6426 * gdb.base/tui-layout.exp: New file.
6427
6428 2017-03-07 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/tui-layout.c: Rename to ...
6431 * gdb.base/tui-disasm-long-lines.c: ... this.
6432 * gdb.base/tui-layout.exp: Rename to ...
6433 * gdb.base/tui-disasm-long-lines.exp: ... this.
6434
6435 2017-03-07 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6438
6439 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6440
6441 * i386-mpx-call.c: New file.
6442 * i386-mpx-call.exp: New file.
6443
6444 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6445
6446 * gdb.arch/powerpc-power.exp: Delete test.
6447 * gdb.arch/powerpc-power.s: Likewise.
6448 * gdb.disasm/disassembler-options.exp: New test.
6449 * gdb.arch/powerpc-altivec.exp: Likewise.
6450 * gdb.arch/powerpc-altivec.s: Likewise.
6451 * gdb.arch/powerpc-altivec2.exp: Likewise.
6452 * gdb.arch/powerpc-altivec2.s: Likewise.
6453 * gdb.arch/powerpc-altivec3.exp: Likewise.
6454 * gdb.arch/powerpc-altivec3.s: Likewise.
6455 * gdb.arch/powerpc-power7.exp: Likewise.
6456 * gdb.arch/powerpc-power7.s: Likewise.
6457 * gdb.arch/powerpc-power8.exp: Likewise.
6458 * gdb.arch/powerpc-power8.s: Likewise.
6459 * gdb.arch/powerpc-power9.exp: Likewise.
6460 * gdb.arch/powerpc-power9.s: Likewise.
6461 * gdb.arch/powerpc-vsx.exp: Likewise.
6462 * gdb.arch/powerpc-vsx.s: Likewise.
6463 * gdb.arch/powerpc-vsx2.exp: Likewise.
6464 * gdb.arch/powerpc-vsx2.s: Likewise.
6465 * gdb.arch/powerpc-vsx3.exp: Likewise.
6466 * gdb.arch/powerpc-vsx3.s: Likewise.
6467 * gdb.arch/arm-disassembler-options.exp: Likewise.
6468 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6469 * gdb.arch/s390-disassembler-options.exp: Likewise.
6470
6471 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6472
6473 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6474 (check_supported_features): ... this. Changed return type to void.
6475 (supports_rdseed): New static global.
6476 (rdseed): Check supports_rdseed.
6477 (initialize): Call check_supported_features.
6478
6479 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6480
6481 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6482 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6483 and lqarx/stqcx.
6484 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6485 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6486
6487 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6488
6489 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6490 uppercase.
6491
6492 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6493
6494 * gdb.dwarf2/formdata16.c: New file.
6495 * gdb.dwarf2/formdata16.exp: New file.
6496 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6497
6498 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6501 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6502 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6503 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6504 DW_AT_GNU_*.
6505
6506 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6509
6510 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6511
6512 PR gdb/21164
6513 * gdb.base/maint.exp: Add testcases for when the commands do
6514 not have arguments.
6515
6516 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6517
6518 * gdb.cp/chained-calls.exp: Use p instead of P.
6519
6520 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6521
6522 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6523 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6524
6525 2017-02-14 Tom Tromey <tom@tromey.com>
6526
6527 PR python/13598:
6528 * gdb.python/py-events.exp: Add before_prompt event tests.
6529
6530 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6531
6532 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6533
6534 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6535
6536 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6537 (main): Call my_unique_function_name.
6538 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6539 completion of patterns with a single match.
6540 Add missing -re switches to gdb_test_multiple calls.
6541
6542 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6543
6544 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6545 return if core file is not recognized.
6546
6547 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6550 and extra UIs.
6551
6552 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6553
6554 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6555 proc_with_prefix.
6556
6557 2017-02-10 Tom Tromey <tom@tromey.com>
6558
6559 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6560
6561 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6562
6563 PR gdb/21122
6564 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6565
6566 2017-02-08 Jerome Guitton <guitton@adacore.com>
6567
6568 * gdb.base/define.exp: Add test for command abbreviations
6569 in define.
6570
6571 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6572
6573 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6574 * gdb.reverse/insn-reverse-x86.c: New file.
6575
6576 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6577
6578 PR tdep/20936
6579 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6580
6581 2017-02-03 Tom Tromey <tom@tromey.com>
6582
6583 PR rust/21097:
6584 * gdb.rust/simple.exp: Add new tests.
6585
6586 2017-02-02 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6589 tests.
6590
6591 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6592
6593 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6594 taking a 2-byte value out of a 4-byte DWARF implicit value on
6595 big-endian targets.
6596 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6597 logic. Add test cases for DW_OP_implicit.
6598
6599 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6600
6601 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6602
6603 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6604
6605 * gdb.btrace/enable.exp: Call gdb_exit before
6606 skip_gdbserver_tests.
6607
6608 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6609
6610 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6611 GDBFLAGS.
6612
6613 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6614
6615 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6616 the test is skipped.
6617 * gdb.btrace/data.exp: Likewise.
6618 * gdb.btrace/delta.exp: Likewise.
6619 * gdb.btrace/dlopen.exp: Likewise.
6620 * gdb.btrace/enable-running.exp: Likewise.
6621 * gdb.btrace/enable.exp: Likewise.
6622 * gdb.btrace/exception.exp: Likewise.
6623 * gdb.btrace/function_call_history.exp: Likewise.
6624 * gdb.btrace/gcore.exp: Likewise.
6625 * gdb.btrace/instruction_history.exp: Likewise.
6626 * gdb.btrace/multi-thread-step.exp: Likewise.
6627 * gdb.btrace/nohist.exp: Likewise.
6628 * gdb.btrace/non-stop.exp: Likewise.
6629 * gdb.btrace/reconnect.exp: Likewise.
6630 * gdb.btrace/record_goto-step.exp: Likewise.
6631 * gdb.btrace/record_goto.exp: Likewise.
6632 * gdb.btrace/rn-dl-bind.exp: Likewise.
6633 * gdb.btrace/segv.exp: Likewise.
6634 * gdb.btrace/step.exp: Likewise.
6635 * gdb.btrace/stepi.exp: Likewise.
6636 * gdb.btrace/tailcall-only.exp: Likewise.
6637 * gdb.btrace/tailcall.exp: Likewise.
6638 * gdb.btrace/tsx.exp: Likewise.
6639 * gdb.btrace/unknown_functions.exp: Likewise.
6640 * gdb.btrace/vdso.exp: Likewise.
6641
6642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6643
6644 * gdb.btrace/enable-running.c: New.
6645 * gdb.btrace/enable-running.exp: New.
6646
6647 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6648
6649 * gdb.arch/amd64-gs_base.c: New file.
6650 * gdb.arch/amd64-gs_base.exp: New file.
6651
6652 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6653
6654 * lib/memory.exp: Remove spurious empty newlines.
6655
6656 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6657
6658 * gdb.python/py-bad-printers.exp: Load python file using "source".
6659 * gdb.python/py-events.exp: Likewise.
6660 * gdb.python/py-evsignal.exp: Likewise.
6661 * gdb.python/py-evthreads.exp: Likewise.
6662 * gdb.python/py-frame-args.exp: Likewise.
6663 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6664 * gdb.python/py-framefilter-mi.exp: Likewise.
6665 * gdb.python/py-framefilter.exp: Likewise.
6666 * gdb.python/py-mi.exp: Likewise.
6667 * gdb.python/py-pp-maint.exp: Likewise.
6668 * gdb.python/py-pp-registration.exp: Likewise.
6669 * gdb.python/py-prettyprint.exp: Likewise.
6670 (run_lang_tests): Likewise.
6671 * gdb.python/py-typeprint.exp: Likewise.
6672
6673 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6674
6675 * lib/memory.exp: New file.
6676 * lib/gdb.exp: Load memory.exp.
6677 * gdb.base/memattr.exp (delete_memory): Move proc to
6678 lib/memory.exp and rename to delete_memory_regions.
6679 Replace delete_memory with delete_memory_regions.
6680 Cleanup memory regions before tests.
6681 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6682 before tests.
6683
6684 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6685
6686 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6687 files.
6688 (initialize): New function conditionally defined.
6689 (testcases): Move within conditional block.
6690 (main): Call initialize.
6691 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6692 of gdb.reverse/insn-reverse.c.
6693 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6694 gdb.reverse/insn-reverse.c.
6695
6696 2017-01-26 Yao Qi <yao.qi@linaro.org>
6697
6698 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6699 disassemble on address 0.
6700
6701 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6702 Yao Qi <yao.qi@linaro.org>
6703
6704 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6705 * gdb.dwarf2/implptr-64bit.S: Remove.
6706 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6707 variables in caller's context. Add DW_OP_implicit_value.
6708
6709 2017-01-25 Yao Qi <yao.qi@linaro.org>
6710
6711 * lib/dwarf.exp (Dwarf::_location): Handle
6712 DW_OP_GNU_implicit_pointer with proper size.
6713
6714 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6715
6716 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6717 and add untested calls.
6718
6719 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6720
6721 * gdb.python/python.exp: Check line number against what GDB thinks
6722 the line number is for func1.
6723
6724 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6725
6726 * gdb.dlang/debug-expr.exp: New file.
6727
6728 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6729
6730 Fix test names for the following files:
6731
6732 * gdb.ada/exec_changed.exp
6733 * gdb.ada/info_types.exp
6734 * gdb.arch/aarch64-atomic-inst.exp
6735 * gdb.arch/aarch64-fp.exp
6736 * gdb.arch/altivec-abi.exp
6737 * gdb.arch/altivec-regs.exp
6738 * gdb.arch/amd64-byte.exp
6739 * gdb.arch/amd64-disp-step.exp
6740 * gdb.arch/amd64-dword.exp
6741 * gdb.arch/amd64-entry-value-inline.exp
6742 * gdb.arch/amd64-entry-value-param.exp
6743 * gdb.arch/amd64-entry-value-paramref.exp
6744 * gdb.arch/amd64-entry-value.exp
6745 * gdb.arch/amd64-i386-address.exp
6746 * gdb.arch/amd64-invalid-stack-middle.exp
6747 * gdb.arch/amd64-invalid-stack-top.exp
6748 * gdb.arch/amd64-optimout-repeat.exp
6749 * gdb.arch/amd64-prologue-skip.exp
6750 * gdb.arch/amd64-prologue-xmm.exp
6751 * gdb.arch/amd64-stap-special-operands.exp
6752 * gdb.arch/amd64-stap-wrong-subexp.exp
6753 * gdb.arch/amd64-tailcall-cxx.exp
6754 * gdb.arch/amd64-tailcall-noret.exp
6755 * gdb.arch/amd64-tailcall-ret.exp
6756 * gdb.arch/amd64-tailcall-self.exp
6757 * gdb.arch/amd64-word.exp
6758 * gdb.arch/arm-bl-branch-dest.exp
6759 * gdb.arch/arm-disp-step.exp
6760 * gdb.arch/arm-neon.exp
6761 * gdb.arch/arm-single-step-kernel-helper.exp
6762 * gdb.arch/avr-flash-qualifier.exp
6763 * gdb.arch/disp-step-insn-reloc.exp
6764 * gdb.arch/e500-abi.exp
6765 * gdb.arch/e500-regs.exp
6766 * gdb.arch/ftrace-insn-reloc.exp
6767 * gdb.arch/i386-avx512.exp
6768 * gdb.arch/i386-bp_permanent.exp
6769 * gdb.arch/i386-byte.exp
6770 * gdb.arch/i386-cfi-notcurrent.exp
6771 * gdb.arch/i386-disp-step.exp
6772 * gdb.arch/i386-dr3-watch.exp
6773 * gdb.arch/i386-float.exp
6774 * gdb.arch/i386-gnu-cfi.exp
6775 * gdb.arch/i386-mpx-map.exp
6776 * gdb.arch/i386-mpx-sigsegv.exp
6777 * gdb.arch/i386-mpx-simple_segv.exp
6778 * gdb.arch/i386-mpx.exp
6779 * gdb.arch/i386-permbkpt.exp
6780 * gdb.arch/i386-prologue.exp
6781 * gdb.arch/i386-signal.exp
6782 * gdb.arch/i386-size-overlap.exp
6783 * gdb.arch/i386-unwind.exp
6784 * gdb.arch/i386-word.exp
6785 * gdb.arch/mips-fcr.exp
6786 * gdb.arch/powerpc-d128-regs.exp
6787 * gdb.arch/powerpc-stackless.exp
6788 * gdb.arch/ppc64-atomic-inst.exp
6789 * gdb.arch/s390-stackless.exp
6790 * gdb.arch/s390-tdbregs.exp
6791 * gdb.arch/s390-vregs.exp
6792 * gdb.arch/sparc-sysstep.exp
6793 * gdb.arch/thumb-bx-pc.exp
6794 * gdb.arch/thumb-singlestep.exp
6795 * gdb.arch/thumb2-it.exp
6796 * gdb.arch/vsx-regs.exp
6797 * gdb.asm/asm-source.exp
6798 * gdb.base/a2-run.exp
6799 * gdb.base/advance.exp
6800 * gdb.base/all-bin.exp
6801 * gdb.base/anon.exp
6802 * gdb.base/args.exp
6803 * gdb.base/arithmet.exp
6804 * gdb.base/async-shell.exp
6805 * gdb.base/async.exp
6806 * gdb.base/attach-pie-noexec.exp
6807 * gdb.base/attach-twice.exp
6808 * gdb.base/auto-load.exp
6809 * gdb.base/bang.exp
6810 * gdb.base/bitfields.exp
6811 * gdb.base/break-always.exp
6812 * gdb.base/break-caller-line.exp
6813 * gdb.base/break-entry.exp
6814 * gdb.base/break-inline.exp
6815 * gdb.base/break-on-linker-gcd-function.exp
6816 * gdb.base/break-probes.exp
6817 * gdb.base/break.exp
6818 * gdb.base/breakpoint-shadow.exp
6819 * gdb.base/call-ar-st.exp
6820 * gdb.base/call-sc.exp
6821 * gdb.base/call-signal-resume.exp
6822 * gdb.base/call-strs.exp
6823 * gdb.base/callfuncs.exp
6824 * gdb.base/catch-fork-static.exp
6825 * gdb.base/catch-gdb-caused-signals.exp
6826 * gdb.base/catch-load.exp
6827 * gdb.base/catch-signal-fork.exp
6828 * gdb.base/catch-signal.exp
6829 * gdb.base/catch-syscall.exp
6830 * gdb.base/charset.exp
6831 * gdb.base/checkpoint.exp
6832 * gdb.base/chng-syms.exp
6833 * gdb.base/code-expr.exp
6834 * gdb.base/code_elim.exp
6835 * gdb.base/commands.exp
6836 * gdb.base/completion.exp
6837 * gdb.base/complex.exp
6838 * gdb.base/cond-expr.exp
6839 * gdb.base/condbreak.exp
6840 * gdb.base/consecutive.exp
6841 * gdb.base/continue-all-already-running.exp
6842 * gdb.base/coredump-filter.exp
6843 * gdb.base/corefile.exp
6844 * gdb.base/dbx.exp
6845 * gdb.base/debug-expr.exp
6846 * gdb.base/define.exp
6847 * gdb.base/del.exp
6848 * gdb.base/disabled-location.exp
6849 * gdb.base/disasm-end-cu.exp
6850 * gdb.base/disasm-optim.exp
6851 * gdb.base/display.exp
6852 * gdb.base/duplicate-bp.exp
6853 * gdb.base/ena-dis-br.exp
6854 * gdb.base/ending-run.exp
6855 * gdb.base/enumval.exp
6856 * gdb.base/environ.exp
6857 * gdb.base/eu-strip-infcall.exp
6858 * gdb.base/eval-avoid-side-effects.exp
6859 * gdb.base/eval-skip.exp
6860 * gdb.base/exitsignal.exp
6861 * gdb.base/expand-psymtabs.exp
6862 * gdb.base/filesym.exp
6863 * gdb.base/find-unmapped.exp
6864 * gdb.base/finish.exp
6865 * gdb.base/float.exp
6866 * gdb.base/foll-exec-mode.exp
6867 * gdb.base/foll-exec.exp
6868 * gdb.base/foll-fork.exp
6869 * gdb.base/fortran-sym-case.exp
6870 * gdb.base/freebpcmd.exp
6871 * gdb.base/func-ptr.exp
6872 * gdb.base/func-ptrs.exp
6873 * gdb.base/funcargs.exp
6874 * gdb.base/gcore-buffer-overflow.exp
6875 * gdb.base/gcore-relro-pie.exp
6876 * gdb.base/gcore-relro.exp
6877 * gdb.base/gcore.exp
6878 * gdb.base/gdb1090.exp
6879 * gdb.base/gdb11530.exp
6880 * gdb.base/gdb11531.exp
6881 * gdb.base/gdb1821.exp
6882 * gdb.base/gdbindex-stabs.exp
6883 * gdb.base/gdbvars.exp
6884 * gdb.base/hbreak.exp
6885 * gdb.base/hbreak2.exp
6886 * gdb.base/included.exp
6887 * gdb.base/infcall-input.exp
6888 * gdb.base/inferior-died.exp
6889 * gdb.base/infnan.exp
6890 * gdb.base/info-macros.exp
6891 * gdb.base/info-os.exp
6892 * gdb.base/info-proc.exp
6893 * gdb.base/info-shared.exp
6894 * gdb.base/info-target.exp
6895 * gdb.base/infoline.exp
6896 * gdb.base/interp.exp
6897 * gdb.base/interrupt.exp
6898 * gdb.base/jit-reader.exp
6899 * gdb.base/jit-simple.exp
6900 * gdb.base/kill-after-signal.exp
6901 * gdb.base/kill-detach-inferiors-cmd.exp
6902 * gdb.base/label.exp
6903 * gdb.base/langs.exp
6904 * gdb.base/ldbl_e308.exp
6905 * gdb.base/line-symtabs.exp
6906 * gdb.base/linespecs.exp
6907 * gdb.base/list.exp
6908 * gdb.base/long_long.exp
6909 * gdb.base/longest-types.exp
6910 * gdb.base/maint.exp
6911 * gdb.base/max-value-size.exp
6912 * gdb.base/memattr.exp
6913 * gdb.base/mips_pro.exp
6914 * gdb.base/morestack.exp
6915 * gdb.base/moribund-step.exp
6916 * gdb.base/multi-forks.exp
6917 * gdb.base/nested-addr.exp
6918 * gdb.base/nextoverexit.exp
6919 * gdb.base/noreturn-finish.exp
6920 * gdb.base/noreturn-return.exp
6921 * gdb.base/nostdlib.exp
6922 * gdb.base/offsets.exp
6923 * gdb.base/opaque.exp
6924 * gdb.base/pc-fp.exp
6925 * gdb.base/permissions.exp
6926 * gdb.base/print-symbol-loading.exp
6927 * gdb.base/prologue-include.exp
6928 * gdb.base/psymtab.exp
6929 * gdb.base/ptype.exp
6930 * gdb.base/random-signal.exp
6931 * gdb.base/randomize.exp
6932 * gdb.base/range-stepping.exp
6933 * gdb.base/readline-ask.exp
6934 * gdb.base/recpar.exp
6935 * gdb.base/recurse.exp
6936 * gdb.base/relational.exp
6937 * gdb.base/restore.exp
6938 * gdb.base/return-nodebug.exp
6939 * gdb.base/return.exp
6940 * gdb.base/run-after-attach.exp
6941 * gdb.base/save-bp.exp
6942 * gdb.base/scope.exp
6943 * gdb.base/sect-cmd.exp
6944 * gdb.base/set-lang-auto.exp
6945 * gdb.base/set-noassign.exp
6946 * gdb.base/setvar.exp
6947 * gdb.base/sigall.exp
6948 * gdb.base/sigbpt.exp
6949 * gdb.base/siginfo-addr.exp
6950 * gdb.base/siginfo-infcall.exp
6951 * gdb.base/siginfo-obj.exp
6952 * gdb.base/siginfo.exp
6953 * gdb.base/signals-state-child.exp
6954 * gdb.base/signest.exp
6955 * gdb.base/sigstep.exp
6956 * gdb.base/sizeof.exp
6957 * gdb.base/skip.exp
6958 * gdb.base/solib-corrupted.exp
6959 * gdb.base/solib-nodir.exp
6960 * gdb.base/solib-search.exp
6961 * gdb.base/stack-checking.exp
6962 * gdb.base/stale-infcall.exp
6963 * gdb.base/stap-probe.exp
6964 * gdb.base/start.exp
6965 * gdb.base/step-break.exp
6966 * gdb.base/step-bt.exp
6967 * gdb.base/step-line.exp
6968 * gdb.base/step-over-exit.exp
6969 * gdb.base/step-over-syscall.exp
6970 * gdb.base/step-resume-infcall.exp
6971 * gdb.base/step-test.exp
6972 * gdb.base/store.exp
6973 * gdb.base/structs3.exp
6974 * gdb.base/sym-file.exp
6975 * gdb.base/symbol-without-target_section.exp
6976 * gdb.base/term.exp
6977 * gdb.base/testenv.exp
6978 * gdb.base/ui-redirect.exp
6979 * gdb.base/until.exp
6980 * gdb.base/unwindonsignal.exp
6981 * gdb.base/value-double-free.exp
6982 * gdb.base/vla-datatypes.exp
6983 * gdb.base/vla-ptr.exp
6984 * gdb.base/vla-sideeffect.exp
6985 * gdb.base/volatile.exp
6986 * gdb.base/watch-cond-infcall.exp
6987 * gdb.base/watch-cond.exp
6988 * gdb.base/watch-non-mem.exp
6989 * gdb.base/watch-read.exp
6990 * gdb.base/watch-vfork.exp
6991 * gdb.base/watchpoint-cond-gone.exp
6992 * gdb.base/watchpoint-delete.exp
6993 * gdb.base/watchpoint-hw-hit-once.exp
6994 * gdb.base/watchpoint-hw.exp
6995 * gdb.base/watchpoint-stops-at-right-insn.exp
6996 * gdb.base/watchpoints.exp
6997 * gdb.base/wchar.exp
6998 * gdb.base/whatis-exp.exp
6999 * gdb.btrace/buffer-size.exp
7000 * gdb.btrace/data.exp
7001 * gdb.btrace/delta.exp
7002 * gdb.btrace/dlopen.exp
7003 * gdb.btrace/enable.exp
7004 * gdb.btrace/exception.exp
7005 * gdb.btrace/function_call_history.exp
7006 * gdb.btrace/gcore.exp
7007 * gdb.btrace/instruction_history.exp
7008 * gdb.btrace/nohist.exp
7009 * gdb.btrace/reconnect.exp
7010 * gdb.btrace/record_goto-step.exp
7011 * gdb.btrace/record_goto.exp
7012 * gdb.btrace/rn-dl-bind.exp
7013 * gdb.btrace/segv.exp
7014 * gdb.btrace/step.exp
7015 * gdb.btrace/stepi.exp
7016 * gdb.btrace/tailcall-only.exp
7017 * gdb.btrace/tailcall.exp
7018 * gdb.btrace/tsx.exp
7019 * gdb.btrace/unknown_functions.exp
7020 * gdb.btrace/vdso.exp
7021 * gdb.compile/compile-ifunc.exp
7022 * gdb.compile/compile-ops.exp
7023 * gdb.compile/compile-print.exp
7024 * gdb.compile/compile-setjmp.exp
7025 * gdb.cp/abstract-origin.exp
7026 * gdb.cp/ambiguous.exp
7027 * gdb.cp/annota2.exp
7028 * gdb.cp/annota3.exp
7029 * gdb.cp/anon-ns.exp
7030 * gdb.cp/anon-struct.exp
7031 * gdb.cp/anon-union.exp
7032 * gdb.cp/arg-reference.exp
7033 * gdb.cp/baseenum.exp
7034 * gdb.cp/bool.exp
7035 * gdb.cp/breakpoint.exp
7036 * gdb.cp/bs15503.exp
7037 * gdb.cp/call-c.exp
7038 * gdb.cp/casts.exp
7039 * gdb.cp/chained-calls.exp
7040 * gdb.cp/class2.exp
7041 * gdb.cp/classes.exp
7042 * gdb.cp/cmpd-minsyms.exp
7043 * gdb.cp/converts.exp
7044 * gdb.cp/cp-relocate.exp
7045 * gdb.cp/cpcompletion.exp
7046 * gdb.cp/cpexprs.exp
7047 * gdb.cp/cplabel.exp
7048 * gdb.cp/cplusfuncs.exp
7049 * gdb.cp/cpsizeof.exp
7050 * gdb.cp/ctti.exp
7051 * gdb.cp/derivation.exp
7052 * gdb.cp/destrprint.exp
7053 * gdb.cp/dispcxx.exp
7054 * gdb.cp/enum-class.exp
7055 * gdb.cp/exception.exp
7056 * gdb.cp/exceptprint.exp
7057 * gdb.cp/expand-psymtabs-cxx.exp
7058 * gdb.cp/expand-sals.exp
7059 * gdb.cp/extern-c.exp
7060 * gdb.cp/filename.exp
7061 * gdb.cp/formatted-ref.exp
7062 * gdb.cp/fpointer.exp
7063 * gdb.cp/gdb1355.exp
7064 * gdb.cp/gdb2495.exp
7065 * gdb.cp/hang.exp
7066 * gdb.cp/impl-this.exp
7067 * gdb.cp/infcall-dlopen.exp
7068 * gdb.cp/inherit.exp
7069 * gdb.cp/iostream.exp
7070 * gdb.cp/koenig.exp
7071 * gdb.cp/local.exp
7072 * gdb.cp/m-data.exp
7073 * gdb.cp/m-static.exp
7074 * gdb.cp/mb-ctor.exp
7075 * gdb.cp/mb-inline.exp
7076 * gdb.cp/mb-templates.exp
7077 * gdb.cp/member-name.exp
7078 * gdb.cp/member-ptr.exp
7079 * gdb.cp/meth-typedefs.exp
7080 * gdb.cp/method.exp
7081 * gdb.cp/method2.exp
7082 * gdb.cp/minsym-fallback.exp
7083 * gdb.cp/misc.exp
7084 * gdb.cp/namelessclass.exp
7085 * gdb.cp/namespace-enum.exp
7086 * gdb.cp/namespace-nested-import.exp
7087 * gdb.cp/namespace.exp
7088 * gdb.cp/nextoverthrow.exp
7089 * gdb.cp/no-dmgl-verbose.exp
7090 * gdb.cp/non-trivial-retval.exp
7091 * gdb.cp/noparam.exp
7092 * gdb.cp/nsdecl.exp
7093 * gdb.cp/nsimport.exp
7094 * gdb.cp/nsnested.exp
7095 * gdb.cp/nsnoimports.exp
7096 * gdb.cp/nsrecurs.exp
7097 * gdb.cp/nsstress.exp
7098 * gdb.cp/nsusing.exp
7099 * gdb.cp/operator.exp
7100 * gdb.cp/oranking.exp
7101 * gdb.cp/overload-const.exp
7102 * gdb.cp/overload.exp
7103 * gdb.cp/ovldbreak.exp
7104 * gdb.cp/ovsrch.exp
7105 * gdb.cp/paren-type.exp
7106 * gdb.cp/parse-lang.exp
7107 * gdb.cp/pass-by-ref.exp
7108 * gdb.cp/pr-1023.exp
7109 * gdb.cp/pr-1210.exp
7110 * gdb.cp/pr-574.exp
7111 * gdb.cp/pr10687.exp
7112 * gdb.cp/pr12028.exp
7113 * gdb.cp/pr17132.exp
7114 * gdb.cp/pr17494.exp
7115 * gdb.cp/pr9067.exp
7116 * gdb.cp/pr9167.exp
7117 * gdb.cp/pr9631.exp
7118 * gdb.cp/printmethod.exp
7119 * gdb.cp/psmang.exp
7120 * gdb.cp/psymtab-parameter.exp
7121 * gdb.cp/ptype-cv-cp.exp
7122 * gdb.cp/ptype-flags.exp
7123 * gdb.cp/re-set-overloaded.exp
7124 * gdb.cp/ref-types.exp
7125 * gdb.cp/rtti.exp
7126 * gdb.cp/scope-err.exp
7127 * gdb.cp/shadow.exp
7128 * gdb.cp/smartp.exp
7129 * gdb.cp/static-method.exp
7130 * gdb.cp/static-print-quit.exp
7131 * gdb.cp/temargs.exp
7132 * gdb.cp/templates.exp
7133 * gdb.cp/try_catch.exp
7134 * gdb.cp/typedef-operator.exp
7135 * gdb.cp/typeid.exp
7136 * gdb.cp/userdef.exp
7137 * gdb.cp/using-crash.exp
7138 * gdb.cp/var-tag.exp
7139 * gdb.cp/virtbase.exp
7140 * gdb.cp/virtfunc.exp
7141 * gdb.cp/virtfunc2.exp
7142 * gdb.cp/vla-cxx.exp
7143 * gdb.disasm/t01_mov.exp
7144 * gdb.disasm/t02_mova.exp
7145 * gdb.disasm/t03_add.exp
7146 * gdb.disasm/t04_sub.exp
7147 * gdb.disasm/t05_cmp.exp
7148 * gdb.disasm/t06_ari2.exp
7149 * gdb.disasm/t07_ari3.exp
7150 * gdb.disasm/t08_or.exp
7151 * gdb.disasm/t09_xor.exp
7152 * gdb.disasm/t10_and.exp
7153 * gdb.disasm/t11_logs.exp
7154 * gdb.disasm/t12_bit.exp
7155 * gdb.disasm/t13_otr.exp
7156 * gdb.dlang/circular.exp
7157 * gdb.dwarf2/arr-stride.exp
7158 * gdb.dwarf2/arr-subrange.exp
7159 * gdb.dwarf2/atomic-type.exp
7160 * gdb.dwarf2/bad-regnum.exp
7161 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7162 * gdb.dwarf2/callframecfa.exp
7163 * gdb.dwarf2/clztest.exp
7164 * gdb.dwarf2/corrupt.exp
7165 * gdb.dwarf2/data-loc.exp
7166 * gdb.dwarf2/dup-psym.exp
7167 * gdb.dwarf2/dw2-anon-mptr.exp
7168 * gdb.dwarf2/dw2-anonymous-func.exp
7169 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7170 * gdb.dwarf2/dw2-bad-unresolved.exp
7171 * gdb.dwarf2/dw2-basic.exp
7172 * gdb.dwarf2/dw2-canonicalize-type.exp
7173 * gdb.dwarf2/dw2-case-insensitive.exp
7174 * gdb.dwarf2/dw2-common-block.exp
7175 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7176 * gdb.dwarf2/dw2-compressed.exp
7177 * gdb.dwarf2/dw2-const.exp
7178 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7179 * gdb.dwarf2/dw2-cu-size.exp
7180 * gdb.dwarf2/dw2-dup-frame.exp
7181 * gdb.dwarf2/dw2-entry-value.exp
7182 * gdb.dwarf2/dw2-icycle.exp
7183 * gdb.dwarf2/dw2-ifort-parameter.exp
7184 * gdb.dwarf2/dw2-inline-break.exp
7185 * gdb.dwarf2/dw2-inline-param.exp
7186 * gdb.dwarf2/dw2-intercu.exp
7187 * gdb.dwarf2/dw2-intermix.exp
7188 * gdb.dwarf2/dw2-lexical-block-bare.exp
7189 * gdb.dwarf2/dw2-linkage-name-trust.exp
7190 * gdb.dwarf2/dw2-minsym-in-cu.exp
7191 * gdb.dwarf2/dw2-noloc.exp
7192 * gdb.dwarf2/dw2-op-call.exp
7193 * gdb.dwarf2/dw2-op-out-param.exp
7194 * gdb.dwarf2/dw2-opt-structptr.exp
7195 * gdb.dwarf2/dw2-param-error.exp
7196 * gdb.dwarf2/dw2-producer.exp
7197 * gdb.dwarf2/dw2-ranges-base.exp
7198 * gdb.dwarf2/dw2-ref-missing-frame.exp
7199 * gdb.dwarf2/dw2-reg-undefined.exp
7200 * gdb.dwarf2/dw2-regno-invalid.exp
7201 * gdb.dwarf2/dw2-restore.exp
7202 * gdb.dwarf2/dw2-restrict.exp
7203 * gdb.dwarf2/dw2-single-line-discriminators.exp
7204 * gdb.dwarf2/dw2-strp.exp
7205 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7206 * gdb.dwarf2/dw2-unresolved.exp
7207 * gdb.dwarf2/dw2-var-zero-addr.exp
7208 * gdb.dwarf2/dw4-sig-types.exp
7209 * gdb.dwarf2/dwz.exp
7210 * gdb.dwarf2/dynarr-ptr.exp
7211 * gdb.dwarf2/enum-type.exp
7212 * gdb.dwarf2/gdb-index.exp
7213 * gdb.dwarf2/implptr-64bit.exp
7214 * gdb.dwarf2/implptr-optimized-out.exp
7215 * gdb.dwarf2/implptr.exp
7216 * gdb.dwarf2/implref-array.exp
7217 * gdb.dwarf2/implref-const.exp
7218 * gdb.dwarf2/implref-global.exp
7219 * gdb.dwarf2/implref-struct.exp
7220 * gdb.dwarf2/mac-fileno.exp
7221 * gdb.dwarf2/main-subprogram.exp
7222 * gdb.dwarf2/member-ptr-forwardref.exp
7223 * gdb.dwarf2/method-ptr.exp
7224 * gdb.dwarf2/missing-sig-type.exp
7225 * gdb.dwarf2/nonvar-access.exp
7226 * gdb.dwarf2/opaque-type-lookup.exp
7227 * gdb.dwarf2/pieces-optimized-out.exp
7228 * gdb.dwarf2/pieces.exp
7229 * gdb.dwarf2/pr10770.exp
7230 * gdb.dwarf2/pr13961.exp
7231 * gdb.dwarf2/staticvirtual.exp
7232 * gdb.dwarf2/subrange.exp
7233 * gdb.dwarf2/symtab-producer.exp
7234 * gdb.dwarf2/trace-crash.exp
7235 * gdb.dwarf2/typeddwarf.exp
7236 * gdb.dwarf2/valop.exp
7237 * gdb.dwarf2/watch-notconst.exp
7238 * gdb.fortran/array-element.exp
7239 * gdb.fortran/charset.exp
7240 * gdb.fortran/common-block.exp
7241 * gdb.fortran/complex.exp
7242 * gdb.fortran/derived-type-function.exp
7243 * gdb.fortran/derived-type.exp
7244 * gdb.fortran/logical.exp
7245 * gdb.fortran/module.exp
7246 * gdb.fortran/multi-dim.exp
7247 * gdb.fortran/nested-funcs.exp
7248 * gdb.fortran/print-formatted.exp
7249 * gdb.fortran/subarray.exp
7250 * gdb.fortran/vla-alloc-assoc.exp
7251 * gdb.fortran/vla-datatypes.exp
7252 * gdb.fortran/vla-history.exp
7253 * gdb.fortran/vla-ptr-info.exp
7254 * gdb.fortran/vla-ptype-sub.exp
7255 * gdb.fortran/vla-ptype.exp
7256 * gdb.fortran/vla-sizeof.exp
7257 * gdb.fortran/vla-type.exp
7258 * gdb.fortran/vla-value-sub-arbitrary.exp
7259 * gdb.fortran/vla-value-sub-finish.exp
7260 * gdb.fortran/vla-value-sub.exp
7261 * gdb.fortran/vla-value.exp
7262 * gdb.fortran/whatis_type.exp
7263 * gdb.go/chan.exp
7264 * gdb.go/handcall.exp
7265 * gdb.go/hello.exp
7266 * gdb.go/integers.exp
7267 * gdb.go/methods.exp
7268 * gdb.go/package.exp
7269 * gdb.go/strings.exp
7270 * gdb.go/types.exp
7271 * gdb.go/unsafe.exp
7272 * gdb.guile/scm-arch.exp
7273 * gdb.guile/scm-block.exp
7274 * gdb.guile/scm-breakpoint.exp
7275 * gdb.guile/scm-cmd.exp
7276 * gdb.guile/scm-disasm.exp
7277 * gdb.guile/scm-equal.exp
7278 * gdb.guile/scm-frame-args.exp
7279 * gdb.guile/scm-frame-inline.exp
7280 * gdb.guile/scm-frame.exp
7281 * gdb.guile/scm-iterator.exp
7282 * gdb.guile/scm-math.exp
7283 * gdb.guile/scm-objfile.exp
7284 * gdb.guile/scm-ports.exp
7285 * gdb.guile/scm-symbol.exp
7286 * gdb.guile/scm-symtab.exp
7287 * gdb.guile/scm-value-cc.exp
7288 * gdb.guile/types-module.exp
7289 * gdb.linespec/break-ask.exp
7290 * gdb.linespec/cpexplicit.exp
7291 * gdb.linespec/explicit.exp
7292 * gdb.linespec/keywords.exp
7293 * gdb.linespec/linespec.exp
7294 * gdb.linespec/ls-dollar.exp
7295 * gdb.linespec/ls-errs.exp
7296 * gdb.linespec/skip-two.exp
7297 * gdb.linespec/thread.exp
7298 * gdb.mi/mi-async.exp
7299 * gdb.mi/mi-basics.exp
7300 * gdb.mi/mi-break.exp
7301 * gdb.mi/mi-catch-load.exp
7302 * gdb.mi/mi-cli.exp
7303 * gdb.mi/mi-cmd-param-changed.exp
7304 * gdb.mi/mi-console.exp
7305 * gdb.mi/mi-detach.exp
7306 * gdb.mi/mi-disassemble.exp
7307 * gdb.mi/mi-eval.exp
7308 * gdb.mi/mi-file-transfer.exp
7309 * gdb.mi/mi-file.exp
7310 * gdb.mi/mi-fill-memory.exp
7311 * gdb.mi/mi-inheritance-syntax-error.exp
7312 * gdb.mi/mi-linespec-err-cp.exp
7313 * gdb.mi/mi-logging.exp
7314 * gdb.mi/mi-memory-changed.exp
7315 * gdb.mi/mi-read-memory.exp
7316 * gdb.mi/mi-record-changed.exp
7317 * gdb.mi/mi-reg-undefined.exp
7318 * gdb.mi/mi-regs.exp
7319 * gdb.mi/mi-return.exp
7320 * gdb.mi/mi-reverse.exp
7321 * gdb.mi/mi-simplerun.exp
7322 * gdb.mi/mi-solib.exp
7323 * gdb.mi/mi-stack.exp
7324 * gdb.mi/mi-stepi.exp
7325 * gdb.mi/mi-syn-frame.exp
7326 * gdb.mi/mi-until.exp
7327 * gdb.mi/mi-var-block.exp
7328 * gdb.mi/mi-var-child.exp
7329 * gdb.mi/mi-var-cmd.exp
7330 * gdb.mi/mi-var-cp.exp
7331 * gdb.mi/mi-var-display.exp
7332 * gdb.mi/mi-var-invalidate.exp
7333 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7334 * gdb.mi/mi-vla-fortran.exp
7335 * gdb.mi/mi-watch.exp
7336 * gdb.mi/mi2-var-child.exp
7337 * gdb.mi/user-selected-context-sync.exp
7338 * gdb.modula2/unbounded-array.exp
7339 * gdb.multi/dummy-frame-restore.exp
7340 * gdb.multi/multi-arch-exec.exp
7341 * gdb.multi/multi-arch.exp
7342 * gdb.multi/tids.exp
7343 * gdb.multi/watchpoint-multi.exp
7344 * gdb.opencl/callfuncs.exp
7345 * gdb.opencl/convs_casts.exp
7346 * gdb.opencl/datatypes.exp
7347 * gdb.opencl/operators.exp
7348 * gdb.opencl/vec_comps.exp
7349 * gdb.opt/clobbered-registers-O2.exp
7350 * gdb.opt/inline-break.exp
7351 * gdb.opt/inline-bt.exp
7352 * gdb.opt/inline-cmds.exp
7353 * gdb.opt/inline-locals.exp
7354 * gdb.pascal/case-insensitive-symbols.exp
7355 * gdb.pascal/floats.exp
7356 * gdb.pascal/gdb11492.exp
7357 * gdb.python/lib-types.exp
7358 * gdb.python/py-arch.exp
7359 * gdb.python/py-as-string.exp
7360 * gdb.python/py-bad-printers.exp
7361 * gdb.python/py-block.exp
7362 * gdb.python/py-breakpoint-create-fail.exp
7363 * gdb.python/py-breakpoint.exp
7364 * gdb.python/py-caller-is.exp
7365 * gdb.python/py-cmd.exp
7366 * gdb.python/py-explore-cc.exp
7367 * gdb.python/py-explore.exp
7368 * gdb.python/py-finish-breakpoint.exp
7369 * gdb.python/py-finish-breakpoint2.exp
7370 * gdb.python/py-frame-args.exp
7371 * gdb.python/py-frame-inline.exp
7372 * gdb.python/py-frame.exp
7373 * gdb.python/py-framefilter-mi.exp
7374 * gdb.python/py-infthread.exp
7375 * gdb.python/py-lazy-string.exp
7376 * gdb.python/py-linetable.exp
7377 * gdb.python/py-mi-events.exp
7378 * gdb.python/py-mi-objfile.exp
7379 * gdb.python/py-mi.exp
7380 * gdb.python/py-objfile.exp
7381 * gdb.python/py-pp-integral.exp
7382 * gdb.python/py-pp-maint.exp
7383 * gdb.python/py-pp-re-notag.exp
7384 * gdb.python/py-pp-registration.exp
7385 * gdb.python/py-recurse-unwind.exp
7386 * gdb.python/py-strfns.exp
7387 * gdb.python/py-symbol.exp
7388 * gdb.python/py-symtab.exp
7389 * gdb.python/py-sync-interp.exp
7390 * gdb.python/py-typeprint.exp
7391 * gdb.python/py-unwind-maint.exp
7392 * gdb.python/py-unwind.exp
7393 * gdb.python/py-value-cc.exp
7394 * gdb.python/py-xmethods.exp
7395 * gdb.reverse/amd64-tailcall-reverse.exp
7396 * gdb.reverse/break-precsave.exp
7397 * gdb.reverse/break-reverse.exp
7398 * gdb.reverse/consecutive-precsave.exp
7399 * gdb.reverse/consecutive-reverse.exp
7400 * gdb.reverse/finish-precsave.exp
7401 * gdb.reverse/finish-reverse-bkpt.exp
7402 * gdb.reverse/finish-reverse.exp
7403 * gdb.reverse/fstatat-reverse.exp
7404 * gdb.reverse/getresuid-reverse.exp
7405 * gdb.reverse/i386-precsave.exp
7406 * gdb.reverse/i386-reverse.exp
7407 * gdb.reverse/i386-sse-reverse.exp
7408 * gdb.reverse/i387-env-reverse.exp
7409 * gdb.reverse/i387-stack-reverse.exp
7410 * gdb.reverse/insn-reverse.exp
7411 * gdb.reverse/machinestate-precsave.exp
7412 * gdb.reverse/machinestate.exp
7413 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7414 * gdb.reverse/pipe-reverse.exp
7415 * gdb.reverse/readv-reverse.exp
7416 * gdb.reverse/recvmsg-reverse.exp
7417 * gdb.reverse/rerun-prec.exp
7418 * gdb.reverse/s390-mvcle.exp
7419 * gdb.reverse/step-precsave.exp
7420 * gdb.reverse/step-reverse.exp
7421 * gdb.reverse/time-reverse.exp
7422 * gdb.reverse/until-precsave.exp
7423 * gdb.reverse/until-reverse.exp
7424 * gdb.reverse/waitpid-reverse.exp
7425 * gdb.reverse/watch-precsave.exp
7426 * gdb.reverse/watch-reverse.exp
7427 * gdb.rust/generics.exp
7428 * gdb.rust/methods.exp
7429 * gdb.rust/modules.exp
7430 * gdb.rust/simple.exp
7431 * gdb.server/connect-with-no-symbol-file.exp
7432 * gdb.server/ext-attach.exp
7433 * gdb.server/ext-restart.exp
7434 * gdb.server/ext-wrapper.exp
7435 * gdb.server/file-transfer.exp
7436 * gdb.server/server-exec-info.exp
7437 * gdb.server/server-kill.exp
7438 * gdb.server/server-mon.exp
7439 * gdb.server/wrapper.exp
7440 * gdb.stabs/exclfwd.exp
7441 * gdb.stabs/gdb11479.exp
7442 * gdb.threads/clone-new-thread-event.exp
7443 * gdb.threads/corethreads.exp
7444 * gdb.threads/current-lwp-dead.exp
7445 * gdb.threads/dlopen-libpthread.exp
7446 * gdb.threads/gcore-thread.exp
7447 * gdb.threads/sigstep-threads.exp
7448 * gdb.threads/watchpoint-fork.exp
7449 * gdb.trace/actions-changed.exp
7450 * gdb.trace/backtrace.exp
7451 * gdb.trace/change-loc.exp
7452 * gdb.trace/circ.exp
7453 * gdb.trace/collection.exp
7454 * gdb.trace/disconnected-tracing.exp
7455 * gdb.trace/ftrace.exp
7456 * gdb.trace/mi-trace-frame-collected.exp
7457 * gdb.trace/mi-trace-unavailable.exp
7458 * gdb.trace/mi-traceframe-changed.exp
7459 * gdb.trace/mi-tsv-changed.exp
7460 * gdb.trace/no-attach-trace.exp
7461 * gdb.trace/passc-dyn.exp
7462 * gdb.trace/qtro.exp
7463 * gdb.trace/range-stepping.exp
7464 * gdb.trace/read-memory.exp
7465 * gdb.trace/save-trace.exp
7466 * gdb.trace/signal.exp
7467 * gdb.trace/status-stop.exp
7468 * gdb.trace/tfile.exp
7469 * gdb.trace/trace-break.exp
7470 * gdb.trace/trace-buffer-size.exp
7471 * gdb.trace/trace-condition.exp
7472 * gdb.trace/tracefile-pseudo-reg.exp
7473 * gdb.trace/tstatus.exp
7474 * gdb.trace/unavailable.exp
7475 * gdb.trace/while-dyn.exp
7476 * gdb.trace/while-stepping.exp
7477
7478 2016-12-22 Doug Evans <xdje42@gmail.com>
7479
7480 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7481 and msymbols.
7482
7483 2016-12-19 Yao Qi <yao.qi@linaro.org>
7484
7485 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7486 (test_with_self): Don't call do_steps_and_nexts, and remove
7487 code about stepping into xmalloc.
7488
7489 2016-12-09 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7492
7493 2016-12-09 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7496
7497 2016-12-09 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.base/all-architectures-0.exp: New file.
7500 * gdb.base/all-architectures-1.exp: New file.
7501 * gdb.base/all-architectures-2.exp: New file.
7502 * gdb.base/all-architectures-3.exp: New file.
7503 * gdb.base/all-architectures-4.exp: New file.
7504 * gdb.base/all-architectures-5.exp: New file.
7505 * gdb.base/all-architectures-6.exp: New file.
7506 * gdb.base/all-architectures-7.exp: New file.
7507 * gdb.base/all-architectures.exp.in: New file.
7508
7509 2016-12-09 Yao Qi <yao.qi@linaro.org>
7510
7511 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7512
7513 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7514
7515 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7516 possible.
7517 Remove useless pattern-matching code.
7518
7519 2016-12-02 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7522 procedure.
7523 (top level): Call it.
7524
7525 2016-12-02 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7528 New procedure.
7529 (top level): Call it.
7530
7531 2016-12-02 Pedro Alves <palves@redhat.com>
7532
7533 PR cli/20559
7534 * gdb.base/commands.exp (user_defined_command_args_eval): New
7535 procedure.
7536 (top level): Call it.
7537
7538 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7539
7540 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7541 timeout handling.
7542
7543 2016-12-02 Tom Tromey <tom@tromey.com>
7544
7545 * gdb.dwarf2/main-subprogram.c: New file.
7546 * gdb.dwarf2/main-subprogram.exp: New file.
7547
7548 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7549
7550 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7551 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7552 gdb_test_no_output for a couple of cases.
7553 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7554
7555 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7556
7557 Fix test names and standardize compilation error messages throughout
7558 the following files:
7559
7560 * gdb.ada/start.exp
7561 * gdb.arch/alpha-step.exp
7562 * gdb.arch/e500-prologue.exp
7563 * gdb.arch/ftrace-insn-reloc.exp
7564 * gdb.arch/gdb1291.exp
7565 * gdb.arch/gdb1431.exp
7566 * gdb.arch/gdb1558.exp
7567 * gdb.arch/i386-dr3-watch.exp
7568 * gdb.arch/i386-sse-stack-align.exp
7569 * gdb.arch/ia64-breakpoint-shadow.exp
7570 * gdb.arch/pa-nullify.exp
7571 * gdb.arch/powerpc-aix-prologue.exp
7572 * gdb.arch/thumb-bx-pc.exp
7573 * gdb.base/annota1.exp
7574 * gdb.base/annota3.exp
7575 * gdb.base/arrayidx.exp
7576 * gdb.base/assign.exp
7577 * gdb.base/attach.exp
7578 * gdb.base/auxv.exp
7579 * gdb.base/bang.exp
7580 * gdb.base/bfp-test.exp
7581 * gdb.base/bigcore.exp
7582 * gdb.base/bitfields2.exp
7583 * gdb.base/break-fun-addr.exp
7584 * gdb.base/break-probes.exp
7585 * gdb.base/call-rt-st.exp
7586 * gdb.base/callexit.exp
7587 * gdb.base/catch-fork-kill.exp
7588 * gdb.base/charset.exp
7589 * gdb.base/checkpoint.exp
7590 * gdb.base/comprdebug.exp
7591 * gdb.base/constvars.exp
7592 * gdb.base/coredump-filter.exp
7593 * gdb.base/cursal.exp
7594 * gdb.base/cvexpr.exp
7595 * gdb.base/detach.exp
7596 * gdb.base/display.exp
7597 * gdb.base/dmsym.exp
7598 * gdb.base/dprintf-pending.exp
7599 * gdb.base/dso2dso.exp
7600 * gdb.base/dtrace-probe.exp
7601 * gdb.base/dump.exp
7602 * gdb.base/enum_cond.exp
7603 * gdb.base/exe-lock.exp
7604 * gdb.base/exec-invalid-sysroot.exp
7605 * gdb.base/execl-update-breakpoints.exp
7606 * gdb.base/exprs.exp
7607 * gdb.base/fileio.exp
7608 * gdb.base/find.exp
7609 * gdb.base/finish.exp
7610 * gdb.base/fixsection.exp
7611 * gdb.base/foll-vfork.exp
7612 * gdb.base/frame-args.exp
7613 * gdb.base/gcore.exp
7614 * gdb.base/gdb1250.exp
7615 * gdb.base/global-var-nested-by-dso.exp
7616 * gdb.base/gnu-ifunc.exp
7617 * gdb.base/hashline1.exp
7618 * gdb.base/hashline2.exp
7619 * gdb.base/hashline3.exp
7620 * gdb.base/hbreak-in-shr-unsupported.exp
7621 * gdb.base/huge.exp
7622 * gdb.base/infcall-input.exp
7623 * gdb.base/info-fun.exp
7624 * gdb.base/info-shared.exp
7625 * gdb.base/jit-simple.exp
7626 * gdb.base/jit-so.exp
7627 * gdb.base/jit.exp
7628 * gdb.base/jump.exp
7629 * gdb.base/label.exp
7630 * gdb.base/lineinc.exp
7631 * gdb.base/logical.exp
7632 * gdb.base/longjmp.exp
7633 * gdb.base/macscp.exp
7634 * gdb.base/miscexprs.exp
7635 * gdb.base/new-ui-echo.exp
7636 * gdb.base/new-ui-pending-input.exp
7637 * gdb.base/new-ui.exp
7638 * gdb.base/nodebug.exp
7639 * gdb.base/nofield.exp
7640 * gdb.base/offsets.exp
7641 * gdb.base/overlays.exp
7642 * gdb.base/pending.exp
7643 * gdb.base/pointers.exp
7644 * gdb.base/pr11022.exp
7645 * gdb.base/printcmds.exp
7646 * gdb.base/prologue.exp
7647 * gdb.base/ptr-typedef.exp
7648 * gdb.base/realname-expand.exp
7649 * gdb.base/relativedebug.exp
7650 * gdb.base/relocate.exp
7651 * gdb.base/remote.exp
7652 * gdb.base/reread.exp
7653 * gdb.base/return2.exp
7654 * gdb.base/savedregs.exp
7655 * gdb.base/sep.exp
7656 * gdb.base/sepdebug.exp
7657 * gdb.base/sepsymtab.exp
7658 * gdb.base/set-inferior-tty.exp
7659 * gdb.base/setshow.exp
7660 * gdb.base/shlib-call.exp
7661 * gdb.base/sigaltstack.exp
7662 * gdb.base/siginfo-addr.exp
7663 * gdb.base/signals.exp
7664 * gdb.base/signull.exp
7665 * gdb.base/sigrepeat.exp
7666 * gdb.base/so-impl-ld.exp
7667 * gdb.base/solib-display.exp
7668 * gdb.base/solib-overlap.exp
7669 * gdb.base/solib-search.exp
7670 * gdb.base/solib-symbol.exp
7671 * gdb.base/structs.exp
7672 * gdb.base/structs2.exp
7673 * gdb.base/symtab-search-order.exp
7674 * gdb.base/twice.exp
7675 * gdb.base/unload.exp
7676 * gdb.base/varargs.exp
7677 * gdb.base/watchpoint-solib.exp
7678 * gdb.base/watchpoint.exp
7679 * gdb.base/whatis.exp
7680 * gdb.base/wrong_frame_bt_full.exp
7681 * gdb.btrace/dlopen.exp
7682 * gdb.cell/ea-standalone.exp
7683 * gdb.cell/ea-test.exp
7684 * gdb.cp/dispcxx.exp
7685 * gdb.cp/gdb2384.exp
7686 * gdb.cp/method2.exp
7687 * gdb.cp/nextoverthrow.exp
7688 * gdb.cp/pr10728.exp
7689 * gdb.disasm/am33.exp
7690 * gdb.disasm/h8300s.exp
7691 * gdb.disasm/mn10300.exp
7692 * gdb.disasm/sh3.exp
7693 * gdb.dwarf2/dw2-dir-file-name.exp
7694 * gdb.fortran/complex.exp
7695 * gdb.fortran/library-module.exp
7696 * gdb.guile/scm-pretty-print.exp
7697 * gdb.guile/scm-symbol.exp
7698 * gdb.guile/scm-type.exp
7699 * gdb.guile/scm-value.exp
7700 * gdb.linespec/linespec.exp
7701 * gdb.mi/gdb701.exp
7702 * gdb.mi/gdb792.exp
7703 * gdb.mi/mi-breakpoint-changed.exp
7704 * gdb.mi/mi-dprintf-pending.exp
7705 * gdb.mi/mi-dprintf.exp
7706 * gdb.mi/mi-exit-code.exp
7707 * gdb.mi/mi-pending.exp
7708 * gdb.mi/mi-solib.exp
7709 * gdb.mi/new-ui-mi-sync.exp
7710 * gdb.mi/pr11022.exp
7711 * gdb.mi/user-selected-context-sync.exp
7712 * gdb.opt/solib-intra-step.exp
7713 * gdb.python/py-events.exp
7714 * gdb.python/py-finish-breakpoint.exp
7715 * gdb.python/py-mi.exp
7716 * gdb.python/py-prettyprint.exp
7717 * gdb.python/py-shared.exp
7718 * gdb.python/py-symbol.exp
7719 * gdb.python/py-template.exp
7720 * gdb.python/py-type.exp
7721 * gdb.python/py-value.exp
7722 * gdb.reverse/solib-precsave.exp
7723 * gdb.reverse/solib-reverse.exp
7724 * gdb.server/solib-list.exp
7725 * gdb.stabs/weird.exp
7726 * gdb.threads/reconnect-signal.exp
7727 * gdb.threads/stepi-random-signal.exp
7728 * gdb.trace/actions.exp
7729 * gdb.trace/ax.exp
7730 * gdb.trace/backtrace.exp
7731 * gdb.trace/change-loc.exp
7732 * gdb.trace/deltrace.exp
7733 * gdb.trace/ftrace-lock.exp
7734 * gdb.trace/ftrace.exp
7735 * gdb.trace/infotrace.exp
7736 * gdb.trace/mi-tracepoint-changed.exp
7737 * gdb.trace/packetlen.exp
7738 * gdb.trace/passcount.exp
7739 * gdb.trace/pending.exp
7740 * gdb.trace/range-stepping.exp
7741 * gdb.trace/report.exp
7742 * gdb.trace/stap-trace.exp
7743 * gdb.trace/tfind.exp
7744 * gdb.trace/trace-break.exp
7745 * gdb.trace/trace-condition.exp
7746 * gdb.trace/trace-enable-disable.exp
7747 * gdb.trace/trace-mt.exp
7748 * gdb.trace/tracecmd.exp
7749 * gdb.trace/tspeed.exp
7750 * gdb.trace/tsv.exp
7751 * lib/perftest.exp
7752
7753 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7754
7755 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7756 with gdb_test_no_output.
7757 Use command as test name.
7758
7759 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7760
7761 Fix test names starting with uppercase throughout the files.
7762
7763 * gdb.ada/assign_1.exp
7764 * gdb.ada/boolean_expr.exp
7765 * gdb.base/arrayidx.exp
7766 * gdb.base/del.exp
7767 * gdb.base/gcore-buffer-overflow.exp
7768 * gdb.base/testenv.exp
7769 * gdb.compile/compile.exp
7770 * gdb.python/py-framefilter-invalidarg.exp
7771 * gdb.python/py-framefilter.exp
7772
7773 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7774
7775 Fix test names starting with uppercase throughout the files.
7776
7777 * gdb.ada/array_return.exp
7778 * gdb.ada/expr_delims.exp
7779 * gdb.ada/mi_dyn_arr.exp
7780 * gdb.ada/mi_interface.exp
7781 * gdb.ada/mi_var_array.exp
7782 * gdb.ada/watch_arg.exp
7783 * gdb.arch/alpha-step.exp
7784 * gdb.arch/altivec-regs.exp
7785 * gdb.arch/e500-regs.exp
7786 * gdb.arch/powerpc-d128-regs.exp
7787 * gdb.base/arrayidx.exp
7788 * gdb.base/break.exp
7789 * gdb.base/checkpoint.exp
7790 * gdb.base/debug-expr.exp
7791 * gdb.base/dmsym.exp
7792 * gdb.base/radix.exp
7793 * gdb.base/sepdebug.exp
7794 * gdb.base/testenv.exp
7795 * gdb.base/watch_thread_num.exp
7796 * gdb.base/watchpoint-cond-gone.exp
7797 * gdb.cell/break.exp
7798 * gdb.cell/ea-cache.exp
7799 * gdb.compile/compile.exp
7800 * gdb.cp/gdb2495.exp
7801 * gdb.gdb/selftest.exp
7802 * gdb.gdb/xfullpath.exp
7803 * gdb.go/hello.exp
7804 * gdb.go/integers.exp
7805 * gdb.objc/basicclass.exp
7806 * gdb.pascal/hello.exp
7807 * gdb.pascal/integers.exp
7808 * gdb.python/py-breakpoint.exp
7809 * gdb.python/py-cmd.exp
7810 * gdb.python/py-linetable.exp
7811 * gdb.python/py-xmethods.exp
7812 * gdb.python/python.exp
7813 * gdb.reverse/consecutive-precsave.exp
7814 * gdb.reverse/finish-precsave.exp
7815 * gdb.reverse/i386-precsave.exp
7816 * gdb.reverse/machinestate-precsave.exp
7817 * gdb.reverse/sigall-precsave.exp
7818 * gdb.reverse/solib-precsave.exp
7819 * gdb.reverse/step-precsave.exp
7820 * gdb.reverse/until-precsave.exp
7821 * gdb.reverse/watch-precsave.exp
7822 * gdb.threads/leader-exit.exp
7823 * gdb.threads/pthreads.exp
7824 * gdb.threads/wp-replication.exp
7825 * gdb.trace/actions.exp
7826 * gdb.trace/mi-tsv-changed.exp
7827 * gdb.trace/tsv.exp
7828
7829 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7830
7831 Fix test names starting with uppercase throughout the files.
7832
7833 * gdb.arch/i386-bp_permanent.exp
7834 * gdb.arch/i386-gnu-cfi.exp
7835 * gdb.base/disasm-end-cu.exp
7836 * gdb.base/macscp.exp
7837 * gdb.base/pending.exp
7838 * gdb.base/watch_thread_num.exp
7839 * gdb.cp/exception.exp
7840 * gdb.cp/gdb2495.exp
7841 * gdb.cp/local.exp
7842 * gdb.python/py-evsignal.exp
7843 * gdb.python/python.exp
7844 * gdb.trace/tracecmd.exp
7845
7846 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7847
7848 Fix test names starting with uppercase throughout the files.
7849
7850 * gdb.base/charset.exp
7851 * gdb.base/eval.exp
7852 * gdb.base/multi-forks.exp
7853 * gdb.guile/scm-progspace.exp
7854 * gdb.opencl/datatypes.exp
7855 * gdb.python/py-block.exp
7856 * gdb.python/py-function.exp
7857 * gdb.python/py-symbol.exp
7858 * gdb.python/py-symtab.exp
7859 * gdb.python/py-xmethods.exp
7860 * gdb.reverse/break-precsave.exp
7861 * gdb.reverse/break-reverse.exp
7862 * gdb.reverse/consecutive-precsave.exp
7863 * gdb.reverse/consecutive-reverse.exp
7864 * gdb.reverse/finish-precsave.exp
7865 * gdb.reverse/finish-reverse-bkpt.exp
7866 * gdb.reverse/finish-reverse.exp
7867 * gdb.reverse/fstatat-reverse.exp
7868 * gdb.reverse/getresuid-reverse.exp
7869 * gdb.reverse/i386-precsave.exp
7870 * gdb.reverse/i386-reverse.exp
7871 * gdb.reverse/i386-sse-reverse.exp
7872 * gdb.reverse/i387-stack-reverse.exp
7873 * gdb.reverse/insn-reverse.exp
7874 * gdb.reverse/machinestate-precsave.exp
7875 * gdb.reverse/machinestate.exp
7876 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7877 * gdb.reverse/pipe-reverse.exp
7878 * gdb.reverse/readv-reverse.exp
7879 * gdb.reverse/recvmsg-reverse.exp
7880 * gdb.reverse/rerun-prec.exp
7881 * gdb.reverse/s390-mvcle.exp
7882 * gdb.reverse/sigall-precsave.exp
7883 * gdb.reverse/sigall-reverse.exp
7884 * gdb.reverse/solib-precsave.exp
7885 * gdb.reverse/solib-reverse.exp
7886 * gdb.reverse/step-precsave.exp
7887 * gdb.reverse/step-reverse.exp
7888 * gdb.reverse/time-reverse.exp
7889 * gdb.reverse/until-precsave.exp
7890 * gdb.reverse/until-reverse.exp
7891 * gdb.reverse/waitpid-reverse.exp
7892 * gdb.reverse/watch-precsave.exp
7893 * gdb.reverse/watch-reverse.exp
7894
7895 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7896
7897 Fix test names starting with uppercase throughout the files.
7898
7899 * gdb.arch/i386-mpx-simple_segv.exp
7900 * gdb.arch/i386-mpx.exp
7901 * gdb.arch/i386-permbkpt.exp
7902 * gdb.arch/pa-nullify.exp
7903 * gdb.arch/powerpc-d128-regs.exp
7904 * gdb.arch/vsx-regs.exp
7905 * gdb.base/bfp-test.exp
7906 * gdb.base/break.exp
7907 * gdb.base/breakpoint-shadow.exp
7908 * gdb.base/callfuncs.exp
7909 * gdb.base/charset.exp
7910 * gdb.base/commands.exp
7911 * gdb.base/completion.exp
7912 * gdb.base/dfp-test.exp
7913 * gdb.base/echo.exp
7914 * gdb.base/ending-run.exp
7915 * gdb.base/eval.exp
7916 * gdb.base/expand-psymtabs.exp
7917 * gdb.base/float128.exp
7918 * gdb.base/floatn.exp
7919 * gdb.base/foll-exec-mode.exp
7920 * gdb.base/gdb1056.exp
7921 * gdb.base/gdb11531.exp
7922 * gdb.base/kill-after-signal.exp
7923 * gdb.base/multi-forks.exp
7924 * gdb.base/overlays.exp
7925 * gdb.base/pending.exp
7926 * gdb.base/sepdebug.exp
7927 * gdb.base/testenv.exp
7928 * gdb.base/valgrind-db-attach.exp
7929 * gdb.base/watch_thread_num.exp
7930 * gdb.base/watchpoint-cond-gone.exp
7931 * gdb.base/watchpoint.exp
7932 * gdb.base/watchpoints.exp
7933 * gdb.cp/arg-reference.exp
7934 * gdb.cp/baseenum.exp
7935 * gdb.cp/operator.exp
7936 * gdb.cp/shadow.exp
7937 * gdb.dwarf2/dw2-op-out-param.exp
7938 * gdb.dwarf2/dw2-reg-undefined.exp
7939 * gdb.go/chan.exp
7940 * gdb.go/hello.exp
7941 * gdb.go/integers.exp
7942 * gdb.go/methods.exp
7943 * gdb.go/package.exp
7944 * gdb.guile/scm-parameter.exp
7945 * gdb.guile/scm-progspace.exp
7946 * gdb.guile/scm-value.exp
7947 * gdb.mi/mi-pending.exp
7948 * gdb.mi/user-selected-context-sync.exp
7949 * gdb.multi/multi-attach.exp
7950 * gdb.multi/tids.exp
7951 * gdb.opt/clobbered-registers-O2.exp
7952 * gdb.pascal/floats.exp
7953 * gdb.pascal/integers.exp
7954 * gdb.python/py-block.exp
7955 * gdb.python/py-events.exp
7956 * gdb.python/py-parameter.exp
7957 * gdb.python/py-symbol.exp
7958 * gdb.python/py-symtab.exp
7959 * gdb.python/py-type.exp
7960 * gdb.python/py-value.exp
7961 * gdb.python/py-xmethods.exp
7962 * gdb.python/python.exp
7963 * gdb.reverse/break-precsave.exp
7964 * gdb.reverse/consecutive-precsave.exp
7965 * gdb.reverse/finish-precsave.exp
7966 * gdb.reverse/i386-precsave.exp
7967 * gdb.reverse/machinestate-precsave.exp
7968 * gdb.reverse/sigall-precsave.exp
7969 * gdb.reverse/solib-precsave.exp
7970 * gdb.reverse/step-precsave.exp
7971 * gdb.reverse/until-precsave.exp
7972 * gdb.reverse/watch-precsave.exp
7973 * gdb.server/ext-attach.exp
7974 * gdb.server/ext-restart.exp
7975 * gdb.server/ext-run.exp
7976 * gdb.server/ext-wrapper.exp
7977 * gdb.stabs/gdb11479.exp
7978 * gdb.stabs/weird.exp
7979 * gdb.threads/attach-many-short-lived-threads.exp
7980 * gdb.threads/kill.exp
7981 * gdb.threads/watchpoint-fork.exp
7982
7983 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7984
7985 Fix test names starting with uppercase throughout all the files below.
7986
7987 * gdb.ada/array_return.exp
7988 * gdb.ada/catch_ex.exp
7989 * gdb.ada/info_exc.exp
7990 * gdb.ada/mi_catch_ex.exp
7991 * gdb.ada/mi_dyn_arr.exp
7992 * gdb.ada/mi_ex_cond.exp
7993 * gdb.ada/mi_exc_info.exp
7994 * gdb.ada/mi_interface.exp
7995 * gdb.ada/mi_task_arg.exp
7996 * gdb.ada/mi_task_info.exp
7997 * gdb.ada/mi_var_array.exp
7998 * gdb.arch/alpha-step.exp
7999 * gdb.arch/amd64-disp-step.exp
8000 * gdb.arch/arm-disp-step.exp
8001 * gdb.arch/disp-step-insn-reloc.exp
8002 * gdb.arch/e500-prologue.exp
8003 * gdb.arch/ftrace-insn-reloc.exp
8004 * gdb.arch/gdb1558.exp
8005 * gdb.arch/i386-bp_permanent.exp
8006 * gdb.arch/i386-disp-step.exp
8007 * gdb.arch/i386-float.exp
8008 * gdb.arch/i386-gnu-cfi.exp
8009 * gdb.arch/ia64-breakpoint-shadow.exp
8010 * gdb.arch/mips16-thunks.exp
8011 * gdb.arch/pa-nullify.exp
8012 * gdb.arch/powerpc-aix-prologue.exp
8013 * gdb.arch/powerpc-power.exp
8014 * gdb.arch/ppc-dfp.exp
8015 * gdb.arch/s390-tdbregs.exp
8016 * gdb.arch/spu-info.exp
8017 * gdb.arch/spu-ls.exp
8018 * gdb.arch/thumb-bx-pc.exp
8019 * gdb.base/advance.exp
8020 * gdb.base/annota-input-while-running.exp
8021 * gdb.base/arrayidx.exp
8022 * gdb.base/asmlabel.exp
8023 * gdb.base/async.exp
8024 * gdb.base/attach-wait-input.exp
8025 * gdb.base/auto-connect-native-target.exp
8026 * gdb.base/batch-preserve-term-settings.exp
8027 * gdb.base/bfp-test.exp
8028 * gdb.base/bigcore.exp
8029 * gdb.base/bp-permanent.exp
8030 * gdb.base/break-always.exp
8031 * gdb.base/break-fun-addr.exp
8032 * gdb.base/break-idempotent.exp
8033 * gdb.base/break-main-file-remove-fail.exp
8034 * gdb.base/break-probes.exp
8035 * gdb.base/break-unload-file.exp
8036 * gdb.base/break.exp
8037 * gdb.base/call-ar-st.exp
8038 * gdb.base/call-rt-st.exp
8039 * gdb.base/call-sc.exp
8040 * gdb.base/call-signal-resume.exp
8041 * gdb.base/call-strs.exp
8042 * gdb.base/callexit.exp
8043 * gdb.base/callfuncs.exp
8044 * gdb.base/catch-gdb-caused-signals.exp
8045 * gdb.base/catch-signal-siginfo-cond.exp
8046 * gdb.base/catch-syscall.exp
8047 * gdb.base/compare-sections.exp
8048 * gdb.base/cond-eval-mode.exp
8049 * gdb.base/condbreak-call-false.exp
8050 * gdb.base/consecutive-step-over.exp
8051 * gdb.base/cursal.exp
8052 * gdb.base/disabled-location.exp
8053 * gdb.base/disasm-end-cu.exp
8054 * gdb.base/display.exp
8055 * gdb.base/double-prompt-target-event-error.exp
8056 * gdb.base/dprintf-bp-same-addr.exp
8057 * gdb.base/dprintf-detach.exp
8058 * gdb.base/dprintf-next.exp
8059 * gdb.base/dprintf-non-stop.exp
8060 * gdb.base/dprintf-pending.exp
8061 * gdb.base/dso2dso.exp
8062 * gdb.base/ending-run.exp
8063 * gdb.base/enum_cond.exp
8064 * gdb.base/examine-backward.exp
8065 * gdb.base/exe-lock.exp
8066 * gdb.base/exec-invalid-sysroot.exp
8067 * gdb.base/execl-update-breakpoints.exp
8068 * gdb.base/execution-termios.exp
8069 * gdb.base/fileio.exp
8070 * gdb.base/fixsection.exp
8071 * gdb.base/foll-exec-mode.exp
8072 * gdb.base/foll-exec.exp
8073 * gdb.base/fork-running-state.exp
8074 * gdb.base/frame-args.exp
8075 * gdb.base/fullpath-expand.exp
8076 * gdb.base/func-ptr.exp
8077 * gdb.base/gcore-relro-pie.exp
8078 * gdb.base/gdb1090.exp
8079 * gdb.base/gdb1555.exp
8080 * gdb.base/global-var-nested-by-dso.exp
8081 * gdb.base/gnu-ifunc.exp
8082 * gdb.base/hbreak-in-shr-unsupported.exp
8083 * gdb.base/hbreak-unmapped.exp
8084 * gdb.base/hook-stop.exp
8085 * gdb.base/infcall-input.exp
8086 * gdb.base/info-fun.exp
8087 * gdb.base/info-shared.exp
8088 * gdb.base/interrupt-noterm.exp
8089 * gdb.base/jit-so.exp
8090 * gdb.base/jit.exp
8091 * gdb.base/line-symtabs.exp
8092 * gdb.base/list.exp
8093 * gdb.base/longjmp.exp
8094 * gdb.base/macscp.exp
8095 * gdb.base/max-value-size.exp
8096 * gdb.base/nodebug.exp
8097 * gdb.base/nofield.exp
8098 * gdb.base/overlays.exp
8099 * gdb.base/paginate-after-ctrl-c-running.exp
8100 * gdb.base/paginate-bg-execution.exp
8101 * gdb.base/paginate-inferior-exit.exp
8102 * gdb.base/pending.exp
8103 * gdb.base/pr11022.exp
8104 * gdb.base/printcmds.exp
8105 * gdb.base/ptr-typedef.exp
8106 * gdb.base/ptype.exp
8107 * gdb.base/randomize.exp
8108 * gdb.base/range-stepping.exp
8109 * gdb.base/realname-expand.exp
8110 * gdb.base/relativedebug.exp
8111 * gdb.base/remote.exp
8112 * gdb.base/savedregs.exp
8113 * gdb.base/sepdebug.exp
8114 * gdb.base/set-noassign.exp
8115 * gdb.base/shlib-call.exp
8116 * gdb.base/shreloc.exp
8117 * gdb.base/sigaltstack.exp
8118 * gdb.base/sigbpt.exp
8119 * gdb.base/siginfo-addr.exp
8120 * gdb.base/siginfo-obj.exp
8121 * gdb.base/siginfo-thread.exp
8122 * gdb.base/signest.exp
8123 * gdb.base/signull.exp
8124 * gdb.base/sigrepeat.exp
8125 * gdb.base/skip.exp
8126 * gdb.base/so-impl-ld.exp
8127 * gdb.base/solib-corrupted.exp
8128 * gdb.base/solib-disc.exp
8129 * gdb.base/solib-display.exp
8130 * gdb.base/solib-overlap.exp
8131 * gdb.base/solib-search.exp
8132 * gdb.base/solib-symbol.exp
8133 * gdb.base/source-execution.exp
8134 * gdb.base/sss-bp-on-user-bp-2.exp
8135 * gdb.base/sss-bp-on-user-bp.exp
8136 * gdb.base/stack-checking.exp
8137 * gdb.base/stale-infcall.exp
8138 * gdb.base/step-break.exp
8139 * gdb.base/step-line.exp
8140 * gdb.base/step-over-exit.exp
8141 * gdb.base/step-test.exp
8142 * gdb.base/structs.exp
8143 * gdb.base/sym-file.exp
8144 * gdb.base/symtab-search-order.exp
8145 * gdb.base/term.exp
8146 * gdb.base/type-opaque.exp
8147 * gdb.base/unload.exp
8148 * gdb.base/until-nodebug.exp
8149 * gdb.base/until.exp
8150 * gdb.base/unwindonsignal.exp
8151 * gdb.base/watch-cond.exp
8152 * gdb.base/watch-non-mem.exp
8153 * gdb.base/watch_thread_num.exp
8154 * gdb.base/watchpoint-reuse-slot.exp
8155 * gdb.base/watchpoint-solib.exp
8156 * gdb.base/watchpoint.exp
8157 * gdb.btrace/dlopen.exp
8158 * gdb.cell/arch.exp
8159 * gdb.cell/break.exp
8160 * gdb.cell/bt.exp
8161 * gdb.cell/core.exp
8162 * gdb.cell/data.exp
8163 * gdb.cell/dwarfaddr.exp
8164 * gdb.cell/ea-cache.exp
8165 * gdb.cell/ea-standalone.exp
8166 * gdb.cell/ea-test.exp
8167 * gdb.cell/f-regs.exp
8168 * gdb.cell/fork.exp
8169 * gdb.cell/gcore.exp
8170 * gdb.cell/mem-access.exp
8171 * gdb.cell/ptype.exp
8172 * gdb.cell/registers.exp
8173 * gdb.cell/sizeof.exp
8174 * gdb.cell/solib-symbol.exp
8175 * gdb.cell/solib.exp
8176 * gdb.compile/compile-tls.exp
8177 * gdb.cp/exception.exp
8178 * gdb.cp/gdb2495.exp
8179 * gdb.cp/local.exp
8180 * gdb.cp/mb-inline.exp
8181 * gdb.cp/mb-templates.exp
8182 * gdb.cp/pr10687.exp
8183 * gdb.cp/pr9167.exp
8184 * gdb.cp/scope-err.exp
8185 * gdb.cp/templates.exp
8186 * gdb.cp/virtfunc.exp
8187 * gdb.dwarf2/dw2-dir-file-name.exp
8188 * gdb.dwarf2/dw2-single-line-discriminators.exp
8189 * gdb.fortran/complex.exp
8190 * gdb.fortran/library-module.exp
8191 * gdb.guile/guile.exp
8192 * gdb.guile/scm-cmd.exp
8193 * gdb.guile/scm-frame-inline.exp
8194 * gdb.guile/scm-objfile.exp
8195 * gdb.guile/scm-pretty-print.exp
8196 * gdb.guile/scm-symbol.exp
8197 * gdb.guile/scm-type.exp
8198 * gdb.guile/scm-value.exp
8199 * gdb.linespec/keywords.exp
8200 * gdb.linespec/ls-errs.exp
8201 * gdb.linespec/macro-relative.exp
8202 * gdb.linespec/thread.exp
8203 * gdb.mi/mi-breakpoint-changed.exp
8204 * gdb.mi/mi-dprintf-pending.exp
8205 * gdb.mi/mi-fullname-deleted.exp
8206 * gdb.mi/mi-logging.exp
8207 * gdb.mi/mi-pending.exp
8208 * gdb.mi/mi-solib.exp
8209 * gdb.mi/new-ui-mi-sync.exp
8210 * gdb.mi/user-selected-context-sync.exp
8211 * gdb.multi/dummy-frame-restore.exp
8212 * gdb.multi/multi-arch-exec.exp
8213 * gdb.multi/remove-inferiors.exp
8214 * gdb.multi/watchpoint-multi-exit.exp
8215 * gdb.opt/solib-intra-step.exp
8216 * gdb.perf/backtrace.exp
8217 * gdb.perf/single-step.exp
8218 * gdb.perf/skip-command.exp
8219 * gdb.perf/skip-prologue.exp
8220 * gdb.perf/solib.exp
8221 * gdb.python/lib-types.exp
8222 * gdb.python/py-as-string.exp
8223 * gdb.python/py-bad-printers.exp
8224 * gdb.python/py-block.exp
8225 * gdb.python/py-breakpoint.exp
8226 * gdb.python/py-cmd.exp
8227 * gdb.python/py-events.exp
8228 * gdb.python/py-evthreads.exp
8229 * gdb.python/py-finish-breakpoint.exp
8230 * gdb.python/py-finish-breakpoint2.exp
8231 * gdb.python/py-frame-inline.exp
8232 * gdb.python/py-frame.exp
8233 * gdb.python/py-inferior.exp
8234 * gdb.python/py-infthread.exp
8235 * gdb.python/py-mi.exp
8236 * gdb.python/py-objfile.exp
8237 * gdb.python/py-pp-maint.exp
8238 * gdb.python/py-pp-registration.exp
8239 * gdb.python/py-prettyprint.exp
8240 * gdb.python/py-recurse-unwind.exp
8241 * gdb.python/py-shared.exp
8242 * gdb.python/py-symbol.exp
8243 * gdb.python/py-symtab.exp
8244 * gdb.python/py-template.exp
8245 * gdb.python/py-type.exp
8246 * gdb.python/py-unwind-maint.exp
8247 * gdb.python/py-unwind.exp
8248 * gdb.python/py-value.exp
8249 * gdb.python/python.exp
8250 * gdb.reverse/finish-reverse-bkpt.exp
8251 * gdb.reverse/insn-reverse.exp
8252 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8253 * gdb.reverse/solib-precsave.exp
8254 * gdb.reverse/solib-reverse.exp
8255 * gdb.stabs/gdb11479.exp
8256 * gdb.stabs/weird.exp
8257 * gdb.threads/fork-child-threads.exp
8258 * gdb.threads/fork-plus-threads.exp
8259 * gdb.threads/fork-thread-pending.exp
8260 * gdb.threads/forking-threads-plus-breakpoint.exp
8261 * gdb.threads/hand-call-in-threads.exp
8262 * gdb.threads/interrupted-hand-call.exp
8263 * gdb.threads/linux-dp.exp
8264 * gdb.threads/local-watch-wrong-thread.exp
8265 * gdb.threads/next-while-other-thread-longjmps.exp
8266 * gdb.threads/non-ldr-exit.exp
8267 * gdb.threads/pending-step.exp
8268 * gdb.threads/print-threads.exp
8269 * gdb.threads/process-dies-while-detaching.exp
8270 * gdb.threads/process-dies-while-handling-bp.exp
8271 * gdb.threads/pthreads.exp
8272 * gdb.threads/queue-signal.exp
8273 * gdb.threads/reconnect-signal.exp
8274 * gdb.threads/signal-command-handle-nopass.exp
8275 * gdb.threads/signal-command-multiple-signals-pending.exp
8276 * gdb.threads/signal-delivered-right-thread.exp
8277 * gdb.threads/signal-sigtrap.exp
8278 * gdb.threads/sigthread.exp
8279 * gdb.threads/staticthreads.exp
8280 * gdb.threads/stepi-random-signal.exp
8281 * gdb.threads/thread-unwindonsignal.exp
8282 * gdb.threads/thread_check.exp
8283 * gdb.threads/thread_events.exp
8284 * gdb.threads/tid-reuse.exp
8285 * gdb.threads/tls-nodebug.exp
8286 * gdb.threads/tls-shared.exp
8287 * gdb.threads/tls-so_extern.exp
8288 * gdb.threads/tls.exp
8289 * gdb.threads/wp-replication.exp
8290 * gdb.trace/actions-changed.exp
8291 * gdb.trace/actions.exp
8292 * gdb.trace/backtrace.exp
8293 * gdb.trace/change-loc.exp
8294 * gdb.trace/collection.exp
8295 * gdb.trace/deltrace.exp
8296 * gdb.trace/disconnected-tracing.exp
8297 * gdb.trace/entry-values.exp
8298 * gdb.trace/ftrace-lock.exp
8299 * gdb.trace/ftrace.exp
8300 * gdb.trace/infotrace.exp
8301 * gdb.trace/mi-trace-frame-collected.exp
8302 * gdb.trace/mi-trace-unavailable.exp
8303 * gdb.trace/mi-traceframe-changed.exp
8304 * gdb.trace/mi-tracepoint-changed.exp
8305 * gdb.trace/mi-tsv-changed.exp
8306 * gdb.trace/no-attach-trace.exp
8307 * gdb.trace/packetlen.exp
8308 * gdb.trace/passc-dyn.exp
8309 * gdb.trace/passcount.exp
8310 * gdb.trace/pending.exp
8311 * gdb.trace/pr16508.exp
8312 * gdb.trace/qtro.exp
8313 * gdb.trace/range-stepping.exp
8314 * gdb.trace/read-memory.exp
8315 * gdb.trace/report.exp
8316 * gdb.trace/save-trace.exp
8317 * gdb.trace/signal.exp
8318 * gdb.trace/stap-trace.exp
8319 * gdb.trace/status-stop.exp
8320 * gdb.trace/strace.exp
8321 * gdb.trace/tfile.exp
8322 * gdb.trace/tfind.exp
8323 * gdb.trace/trace-break.exp
8324 * gdb.trace/trace-condition.exp
8325 * gdb.trace/trace-enable-disable.exp
8326 * gdb.trace/trace-mt.exp
8327 * gdb.trace/tracecmd.exp
8328 * gdb.trace/tracefile-pseudo-reg.exp
8329 * gdb.trace/tspeed.exp
8330 * gdb.trace/tstatus.exp
8331 * gdb.trace/tsv.exp
8332 * gdb.trace/unavailable.exp
8333 * gdb.trace/while-dyn.exp
8334 * gdb.trace/while-stepping.exp
8335 * lib/gdb-guile.exp
8336 * lib/gdb.exp
8337 * lib/mi-support.exp
8338 * lib/pascal.exp
8339 * lib/perftest.exp
8340 * lib/prelink-support.exp
8341 * lib/selftest-support.exp
8342
8343 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8344
8345 * Makefile.in: Include disable-implicit-rules.mk.
8346
8347 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8348
8349 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8350 non-byte-aligned bit fields.
8351
8352 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8353
8354 PR gdb/12616
8355 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8356 respects the DW_AT_data_bit_offset attribute.
8357
8358 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8359
8360 * gdb.base/default.exp: Fix output of "set language".
8361
8362 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8363
8364 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8365 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8366 make.
8367 * configure.ac: Remove checks for the make program.
8368 * configure: Re-generate.
8369
8370 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8371
8372 * gdb.python/py-recurse-unwind.c (main): Add loop.
8373 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8374 to read_register() and gdb.parse_and_eval(). Make each code
8375 call a separate case that can be individually tested.
8376 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8377 proc. Call cont_and_backtrace for each of the code paths that
8378 we want to test in the unwinder.
8379
8380 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8381
8382 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8383 the definition of struct S.
8384
8385 2016-11-11 Catherine Moore <clm@codesourcery.com>
8386
8387 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8388
8389 2016-11-09 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/commands.exp (runto_or_return): New procedure.
8392 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8393 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8394 (progvar_simple_while_test, progvar_complex_if_while_test)
8395 (if_while_breakpoint_command_test)
8396 (infrun_breakpoint_command_test, breakpoint_command_test)
8397 (user_defined_command_test, watchpoint_command_test)
8398 (test_command_prompt_position, redefine_hook_test)
8399 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8400 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8401 multi_line_input and multi_line. Remove gdb_expect and
8402 gdb_stop_suppressing_tests uses.
8403 * lib/gdb.exp (valnum_re): New global.
8404 (multi_line_input): New procedure.
8405
8406 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8407
8408 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8409 Remove.
8410 (test_setup): Define with proc_with_prefix.
8411 (test_cli_inferior): Likewise.
8412 (test_cli_thread): Likewise.
8413 (test_cli_frame): Likewise.
8414 (test_cli_select_frame): Likewise.
8415 (test_cli_up_down): Likewise.
8416 (test_mi_thread_select): Likewise.
8417 (test_mi_stack_select_frame): Likewise.
8418 (test_cli_in_mi_inferior): Likewise.
8419 (test_cli_in_mi_thread): Likewise.
8420 (test_cli_in_mi_frame): Likewise.
8421 (top level): Do not use with_test_prefix_procname.
8422
8423 2016-11-09 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.base/commands.exp (gdbvar_simple_if_test)
8426 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8427 (progvar_simple_if_test, progvar_simple_while_test)
8428 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8429 (infrun_breakpoint_command_test, breakpoint_command_test)
8430 (user_defined_command_test, watchpoint_command_test)
8431 (test_command_prompt_position, deprecated_command_test)
8432 (bp_deleted_in_command, temporary_breakpoint_commands)
8433 (stray_arg0_test, source_file_with_indented_comment)
8434 (recursive_source_test, if_commands_test)
8435 (error_clears_commands_left, redefine_hook_test)
8436 (redefine_backtrace_test): Use proc_with_prefix.
8437 * lib/gdb.exp (proc_with_prefix): New proc.
8438
8439 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.base/tui-layout.c: New file.
8442 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8443 disassembly window contains very long lines.
8444
8445 2016-11-08 Tom Tromey <tom@tromey.com>
8446
8447 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8448 depend on Python 2.
8449
8450 2016-11-08 Tom Tromey <tom@tromey.com>
8451
8452 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8453 New method.
8454
8455 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8456
8457 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8458
8459 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8460
8461 * gdb.rust/simple.rs: Add test for univariant enums without
8462 discriminants and for encoded struct-like enums.
8463
8464 2016-10-28 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8467 gdb_test_multiple, tighten regexps and match symtabs and line
8468 tables incrementally.
8469
8470 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8471
8472 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8473 general.
8474
8475 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8476
8477 * gdb.base/exec-invalid-sysroot.exp: New file.
8478
8479 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8482
8483 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8484
8485 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8486
8487 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8488
8489 * gdb.base/killed-outside.exp: Remove $options from a call to
8490 `prepare_for_testing'.
8491
8492 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8493
8494 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8495 Change test message.
8496
8497 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8500 Update comment.
8501
8502 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * gdb.trace/mi-trace-save.exp: New file.
8505
8506 2016-10-13 Yao Qi <yao.qi@linaro.org>
8507
8508 * gdb.base/code_elim.exp (get_var_address): Remove.
8509 * gdb.base/relocate.exp: Likewise.
8510 * gdb.base/shreloc.exp: Likewise.
8511 * lib/gdb.exp (get_var_address): New.
8512
8513 2016-10-13 Yao Qi <yao.qi@linaro.org>
8514
8515 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8516 floating point tests if $skip_float_test is false.
8517
8518 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8519
8520 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8521 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8522 argc values.
8523 Add 1 to argc so we guarantee distinct initial/modified argc values.
8524
8525 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8528
8529 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8532 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8533 * gdb.arch/vsx-regs.exp: Likewise.
8534
8535 2016-10-07 Yao Qi <yao.qi@linaro.org>
8536
8537 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8538
8539 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8540
8541 * gdb.python/python.exp: Test decode_line("*0").
8542
8543 2016-10-06 Doug Evans <dje@google.com>
8544
8545 * gdb.python/py-value.exp (test_value_creation): Add test for large
8546 unsigned 64-bit value.
8547
8548 2016-10-06 Tom Tromey <tom@tromey.com>
8549
8550 * gdb.compile/compile.exp: Change java tests to rust.
8551 * gdb.base/setshow.exp: Change java tests to rust.
8552 * gdb.base/default.exp: Remove java from language list.
8553 * README (Examples): Update language example.
8554 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8555 test.
8556 * lib/gdb.exp (skip_java_tests): Remove.
8557 * lib/java.exp: Remove.
8558 * gdb.java: Remove.
8559
8560 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8561
8562 * gdb.arch/mips-fcr.exp: New test.
8563 * gdb.arch/mips-fcr.c: Source for the new test.
8564
8565 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8566
8567 * gdb.base/solib-disc.exp: Use `standard_output_file'
8568 throughout.
8569
8570 2016-10-06 Pedro Alves <palves@redhat.com>
8571
8572 * gdb.base/jit-simple-dl.c: New file.
8573 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8574 * gdb.base/jit-simple.c: ... this.
8575 * gdb.base/jit-simple.exp (jit_run): Delete.
8576 (build_jit): New proc.
8577 (jit_test_reread): Recompile either the main program or the shared
8578 library, depending on what is being tested. Skip changing address
8579 if caller wants to. Compare before/after addresses. If testing
8580 standalone, explicitly load the binary. Test "maint info
8581 breakpoints".
8582 (top level): Add "standalone vs shared lib" and "change address"
8583 vs "same address" axes.
8584
8585 2016-10-06 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8588 call.
8589 (jit_run): Delete.
8590 (jit_test_reread): Use with_test_prefix. Reload the main binary
8591 explicitly. Compare the before/after addresses of the JIT
8592 descriptor.
8593
8594 2016-08-15 Doug Evans <dje@google.com>
8595
8596 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8597 for single bitfields is bool.
8598 * gdb.xml/tdesc-regs.exp: Ditto.
8599
8600 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8601
8602 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8603
8604 2016-10-05 Yao Qi <yao.qi@linaro.org>
8605
8606 * lib/gdb.exp (support_complex_tests): Return zero if
8607 gdb_skip_float_test return true.
8608
8609 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8610 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 PR gdb/20487
8613 * gdb.mi/user-selected-context-sync.exp: New file.
8614 * gdb.mi/user-selected-context-sync.c: New file.
8615
8616 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8617 Simon Marchi <simon.marchi@ericsson.com>
8618
8619 PR gdb/20487
8620 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8621 =thread-select-event check.
8622
8623 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8624
8625 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8626 the compulsory L operand changes.
8627 * gdb.arch/powerpc-power.s: Likewise.
8628
8629 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8630
8631 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8632 * gdb.base/jit-attach-pie.c: New file.
8633 * gdb.base/jit-attach-pie.exp: New file.
8634
8635 2016-09-28 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.base/infcall-input.c: New file.
8638 * gdb.base/infcall-input.exp: New file.
8639
8640 2016-09-22 Yao Qi <yao.qi@linaro.org>
8641
8642 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8643 (gdb_exit): Rename it to ...
8644 (gdbserver_gdb_exit): ... Close GDBserver.
8645 (gdb_exit): New proc, call gdbserver_gdb_exit.
8646 (mi_gdb_exit): Likewise.
8647
8648 2016-09-22 Yao Qi <yao.qi@linaro.org>
8649
8650 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8651 path.
8652 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8653 Remove duplication.
8654
8655 2016-09-22 Yao Qi <yao.qi@linaro.org>
8656
8657 * lib/gdbserver-support.exp: Check the existence of
8658 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8659
8660 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8661
8662 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8663
8664 2016-09-21 Tom Tromey <tom@tromey.com>
8665
8666 PR gdb/20604:
8667 * gdb.base/quit.exp: New file.
8668
8669 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8670
8671 * .gitignore: New file.
8672
8673 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8674
8675 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8676 throughout.
8677
8678 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8679
8680 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8681
8682 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 * gdb.cp/casts.cc (decltype): Move it ...
8685 (main): ... with its call to ...
8686 * gdb.cp/casts03.cc: ... a new file.
8687 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8688
8689 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8692
8693 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8694
8695 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8696 and sync up the test with tests in gas/testsuite/gas/ppc.
8697 * gdb.arch/powerpc-power.exp: Likewise.
8698
8699 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8702
8703 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8704 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8707 make m1's definition to be different from m2's. Use 'dummy' as an
8708 argument for probe 'two'.
8709
8710 2016-09-10 Jon Beniston <jon@beniston.com>
8711
8712 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8713 for sim target.
8714
8715 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8716
8717 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8718 variable declaration.
8719 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8720 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8721 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8722 received HWCAP as its argument.
8723
8724 2016-09-06 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/new-ui-pending-input.c: New file.
8727 * gdb.base/new-ui-pending-input.exp: New file.
8728 * gdb.exp (clear_gdb_spawn_id): New procedure.
8729 (with_spawn_id): Check whether gdb_spawn_id exists before
8730 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8731 on exit.
8732
8733 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8734
8735 * gdb.base/float128.c: New file.
8736 * gdb.base/float128.exp: Likewise.
8737 * gdb.base/floatn.c: Likewise.
8738 * gdb.base/floatn.exp: Likewise.
8739
8740 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8741
8742 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8743
8744 2016-09-05 Pedro Alves <palves@redhat.com>
8745
8746 PR backtrace/19927
8747 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8748 unwinders are immediately called as side effect of "source" or
8749 "disable unwinder" commands.
8750 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8751
8752 2016-09-02 Yao Qi <yao.qi@linaro.org>
8753
8754 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8755 is true and $type is "float" or "double".
8756
8757 2016-09-02 Yao Qi <yao.qi@linaro.org>
8758
8759 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8760 true.
8761 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8762 * gdb.base/call-rt-st.exp: Likewise.
8763 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8764 return value instead of gdb,skip_float_test.
8765 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8766 (do_function_calls): Use its return value instead of
8767 gdb,skip_float_test.
8768 * gdb.base/finish.exp: Likewise.
8769 * gdb.base/funcargs.exp: Likewise.
8770 * gdb.base/return.exp: Likewise.
8771 * gdb.base/return2.exp: Likewise.
8772 * gdb.base/varargs.exp: Likewise.
8773 * lib/gdb.exp (gdb_skip_float_test): Change it to
8774 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8775
8776 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8777
8778 * gdb.multi/tids.exp: Test "thread apply all".
8779
8780 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8781
8782 * gdb.base/default.exp (tty): Remove.
8783
8784 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8785
8786 * gdb.python/py-recurse-unwind.c: New file.
8787 * gdb.python/py-recurse-unwind.py: New file.
8788 * gdb.python/py-recurse-unwind.exp: New file.
8789
8790 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8791
8792 * gdb.base/set-inferior-tty.exp: New file.
8793 * gdb.base/set-inferior-tty.c: New file.
8794
8795 2016-08-23 Pedro Alves <palves@redhat.com>
8796
8797 PR gdb/20494
8798 * gdb.base/new-ui-echo.c: New file.
8799 * gdb.base/new-ui-echo.exp: New file.
8800
8801 2016-08-23 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8804 gdbserver_spawn.
8805 * gdb.server/connect-without-multi-process.exp (do_test):
8806 Likewise.
8807
8808 2016-08-23 Yao Qi <yao.qi@linaro.org>
8809
8810 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8811 standalone_txt. Delete gdb_txt and standalone_txt on host
8812 and target. Spawn the binary on target. Copy files from
8813 target to host.
8814
8815 2016-08-22 Pedro Alves <palves@redhat.com>
8816
8817 PR gdb/20505
8818 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8819 with_test_prefix. Factor out bits to ...
8820 (test_no_vdso): ... this new procedure.
8821
8822 2016-08-19 Carl Love <cel@us.ibm.com>
8823
8824 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8825 maintaining separate logic for constructing the output path.
8826 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8827 * gdb.arch/ppc-dfp.exp: Likewise.
8828 * gdb.arch/ppc-fp.exp: Likewise.
8829 * gdb.arch/vsx-regs.exp: Likewise.
8830 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8831 binprefix for generating the additional binary files.
8832
8833 2016-08-19 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.trace/mi-trace-frame-collected.exp
8836 (test_trace_frame_collected): On x32, expect two registers.
8837
8838 2016-08-18 Carl Love <cel@us.ibm.com>
8839
8840 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8841 and sync up the test with tests in gas/testsuite/gas/ppc.
8842 * gdb.arch/powerpc-power.exp: Likewise.
8843
8844 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8845
8846 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8847 expected error message.
8848
8849 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * gdb.multi/remove-inferiors.exp: New file.
8852 * gdb.multi/remove-inferiors.c: New file.
8853
8854 2016-08-12 Yao Qi <yao.qi@linaro.org>
8855
8856 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8857 argument list.
8858
8859 2016-08-10 Pedro Alves <palves@redhat.com>
8860
8861 PR gdb/19187
8862 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8863 setup_kfails.
8864
8865 2016-08-09 Pedro Alves <palves@redhat.com>
8866 Simon Marchi <simon.marchi@ericsson.com>
8867
8868 PR gdb/20418
8869 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8870 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8871
8872 2016-08-09 Pedro Alves <palves@redhat.com>
8873
8874 PR mi/20431
8875 * gdb.mi/mi-cmd-error.exp: New file.
8876
8877 2016-08-09 Pedro Alves <palves@redhat.com>
8878
8879 PR gdb/18653
8880 * gdb.base/signals-state-child.c: New file.
8881 * gdb.base/signals-state-child.exp: New file.
8882 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8883
8884 2016-08-09 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8887
8888 2016-08-03 Tom Tromey <tom@tromey.com>
8889
8890 PR python/18565:
8891 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8892
8893 2016-08-01 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8896 variable mode to "multi-process" if $multi_process is 1, otherwise
8897 set it to "single-process".
8898
8899 2016-08-01 Yao Qi <yao.qi@linaro.org>
8900
8901 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8902 * gdb.cp/cpexprs.exp: Likewise.
8903 * gdb.cp/m-static.exp: Likewise.
8904
8905 2016-07-26 Tom Tromey <tom@tromey.com>
8906
8907 PR python/20190:
8908 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8909 test.
8910
8911 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8912
8913 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8914 selecting assembly source files.
8915 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8916 assembly source files.
8917 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8918 assembly source files.
8919 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8920 selecting assembly source files.
8921
8922 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8923
8924 * gdb.base/new-ui.exp (do_test_invalid_args): New
8925 procedure.
8926
8927 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8928
8929 * gdb.btrace/reconnect.c: New file.
8930 * gdb.btrace/reconnect.exp: New file.
8931
8932 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8933
8934 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8935 to test_catch_syscall_group.
8936 (test_catch_syscall_group): New.
8937
8938 2016-07-21 Tom Tromey <tom@tromey.com>
8939
8940 * gdb.rust/simple.rs (main): Use empty struct expression.
8941 * gdb.rust/simple.exp: Add tests for empty struct expression.
8942
8943 2016-07-21 Yao Qi <yao.qi@linaro.org>
8944
8945 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8946 if gdb_skip_xml_test is true on some targets.
8947
8948 2016-07-21 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.server/solib-list.exp: Unset last_loaded_file.
8951
8952 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8953
8954 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8955 "step into captured_main (args)".
8956
8957 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8958
8959 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8960
8961 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8964
8965 2016-07-19 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8968 * gdb.opt/inline-bt.exp: Likewise.
8969 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8970 additional_flags=-Winline.
8971 * gdb.opt/inline-locals.exp: Likewise.
8972 * gdb.opt/inline-markers.c (ATTR): Define.
8973 (inlined_fn): Use it.
8974
8975 2016-07-19 Yao Qi <yao.qi@linaro.org>
8976
8977 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8978 (test_with_self): Remove some code. Remove argument executable.
8979 (top-level): Use do_self_tests.
8980
8981 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8982 Don Breazeal <donb@codesourcery.com>
8983
8984 * gdb.base/maint.exp: Escape paths used in regular expressions.
8985 * gdb.stabs/weird.exp: Likewise.
8986
8987 2016-07-13 Tom Tromey <tom@tromey.com>
8988
8989 PR python/15620, PR python/18620:
8990 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8991 (test_bkpt_events): New procs.
8992
8993 2016-07-13 Tom Tromey <tom@tromey.com>
8994
8995 PR python/17698:
8996 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8997 test.
8998 (test_watchpoints): Likewise.
8999 (test_bkpt_pending): New proc.
9000
9001 2016-07-13 Tom Tromey <tom@tromey.com>
9002
9003 PR cli/18053:
9004 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9005 completion test.
9006
9007 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9010 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9011 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9012 f_label.
9013 (g): Rename g_end_lbl to g_label.
9014 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9015 low_pc and high_pc.
9016 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9017
9018 2016-07-12 Tom Tromey <tom@tromey.com>
9019
9020 PR python/19293:
9021 * gdb.python/py-unwind-maint.exp: Update tests.
9022
9023 2016-07-12 Yao Qi <yao.qi@linaro.org>
9024
9025 * lib/selftest-support.exp (selftest_setup): Match the output
9026 when captured_main is inlined.
9027
9028 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9029
9030 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9031 New variables.
9032 (print this%a, print this%b, print this): New tests.
9033 * gdb.fortran/derived-types.f90 (this): New object and
9034 initialization.
9035
9036 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9037
9038 * gdb.ada/arraydim.exp: Remove extra directory level in build
9039 directory.
9040
9041 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9042
9043 * lib/ada.exp: Remove extra directory level in build directory.
9044 * gdb.ada/cond_lang.exp: Likewise.
9045 * gdb.ada/exec_changed.exp: Likewise.
9046 * gdb.ada/lang_switch.exp: Likewise.
9047
9048 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9049
9050 * simple.rs: Add test for raw pointer subscripting.
9051 * simple.exp: Add test expectations.
9052
9053 2016-07-05 Yao Qi <yao.qi@linaro.org>
9054
9055 * gdb.mi/mi-reverse.exp: Match =record-started output.
9056
9057 2016-07-01 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9060 procedure.
9061 (jit_reader_test): Test the jit reader's unwinder.
9062 * gdb.base/jithost.c (jit_function_00_code): New global.
9063 (main): Use memcpy to fill in the mmapped code, instead of poking
9064 bytes manually here.
9065 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9066 value.
9067 (read_debug_info): Save the function's range.
9068 (read_sp): New function.
9069 (unwind_frame): Use it. Also unwind RBP.
9070 (get_frame_id): Use read_sp.
9071 (gdb_init_reader): Use calloc instead of malloc.
9072 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9073 parameter. Use gdb_test_multiple.
9074
9075 2016-07-01 Pedro Alves <palves@redhat.com>
9076 Antoine Tremblay <antoine.tremblay@ericsson.com>
9077
9078 * gdb.threads/process-dies-while-detaching.c: New file.
9079 * gdb.threads/process-dies-while-detaching.exp: New file.
9080
9081 2016-07-01 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.multi/watchpoint-multi-exit.c: New file.
9084 * gdb.multi/watchpoint-multi-exit.exp: New file.
9085
9086 2016-06-30 Pedro Alves <palves@redhat.com>
9087
9088 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9089 unset inferior_spawn_id.
9090
9091 2016-06-30 Pedro Alves <palves@redhat.com>
9092
9093 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9094 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9095
9096 2016-06-29 Yao Qi <yao.qi@linaro.org>
9097
9098 * gdb.base/return.c: Add copyright header.
9099
9100 2016-06-29 Tom Tromey <tom@tromey.com>
9101
9102 PR python/20129:
9103 * gdb.python/py-framefilter.exp: Add tests for setting priority
9104 and disabling of non-existent frame filter.
9105
9106 2016-06-29 Yao Qi <yao.qi@linaro.org>
9107
9108 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9109 0x0f07ff.
9110
9111 2016-06-28 Yao Qi <yao.qi@linaro.org>
9112
9113 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9114 triplets. Start gdb, execute catch syscall, and continue. Check
9115 gdb's output to determine catch syscall is supported.
9116
9117 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9118
9119 * gdb.rust/simple.rs: Add test for returning unit in a function.
9120 * gdb.rust/simple.exp: Add expectation for functions returning
9121 unit.
9122
9123 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9124
9125 * gdb.python/py-breakpoint-create-fail.c,
9126 gdb.python/py-breakpoint-create-fail.exp,
9127 gdb.python/py-breakpoint-create-fail.py: New testcase.
9128
9129 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9130
9131 PR gdb/20239
9132 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9133 * gdb.rust/simple.exp: Add test expectations for new NonZero
9134 tests.
9135
9136 2016-06-24 David Taylor <dtaylor@emc.com>
9137
9138 * gdb.base/offsets.exp: New file.
9139 * gdb.base/offsets.c: New file.
9140
9141 2016-06-23 Tom Tromey <tom@tromey.com>
9142
9143 PR gdb/16483:
9144 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9145 before any filters are loaded.
9146
9147 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9148
9149 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9150 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9151 structs.
9152 * gdb.fortran/derived-type-function.exp: New file.
9153 * gdb.fortran/derived-type-function.f90: New file.
9154
9155
9156 2016-06-21 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/new-ui.exp: New file.
9159 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9160 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9161 (with_spawn_id): New procedure.
9162
9163 2016-06-21 Pedro Alves <palves@redhat.com>
9164
9165 * gdb.mi/mi-exec-run.exp: New file.
9166
9167 2016-06-21 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9170 breakpoint command's output on the main UI.
9171 (test_break): New procedure, factored out from calls in the top
9172 level.
9173 (top level): Use foreach_with_prefix to test MI as main UI and as
9174 separate UI.
9175
9176 2016-06-21 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9179 (test_awatch_creation_and_listing)
9180 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9181 Remove 'type' parameter.
9182 (test_watchpoint_all): New parameter mi_mode. Remove
9183 with_test_prefix.
9184 (top level): Use foreach_with_prefix, and add main/separate UI MI
9185 testing axis.
9186
9187 2016-06-21 Pedro Alves <palves@redhat.com>
9188
9189 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9190 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9191 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9192 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9193 (gdb_main_spawn_id, mi_spawn_id): Declare and
9194 comment.
9195 (mi_create_inferior_pty): New procedure,
9196 factored out from default_mi_gdb_start.
9197 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9198 procedures.
9199 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9200 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9201 Use mi_create_inferior_pty.
9202 (mi_gdb_start): Use eval to pass down args list.
9203
9204 2016-06-21 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9207 * gdb.opt/inline-cmds.exp: Add MI tests.
9208
9209 2016-06-21 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9212
9213 2016-06-21 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9216 (top level): Use it instead of mi_execute_to.
9217
9218 2016-06-21 Pedro Alves <palves@redhat.com>
9219
9220 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9221 (cont_handler_str): New.
9222 (signal_stop_handler): Set stop_handler_str instead of printing to
9223 stdout.
9224 (continue_handler): Set cont_handler_str instead of printing to
9225 stdout.
9226 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9227 mi_send_resuming_command. Print stop_handler_str and
9228 cont_handler_str instead of expecting the python events print
9229 directly.
9230
9231 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9232
9233 * gdb.base/jit-reader.exp: New file.
9234 * gdb.base/jithost.c: New file.
9235 * gdb.base/jithost.h: New file.
9236 * gdb.base/jitreader.c : New file.
9237 * gdb.base/jit-protocol.h: New file.
9238
9239 2016-06-17 Yao Qi <yao.qi@linaro.org>
9240
9241 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9242 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9243 and detach-on-fork. Adjust tests.
9244 (top level): Invoke break_cond_on_syscall with combinations of
9245 syscall, follow-fork-mode and detach-on-fork.
9246
9247 2016-06-17 Yao Qi <yao.qi@linaro.org>
9248
9249 * gdb.base/step-over-exit.c: New.
9250 * gdb.base/step-over-exit.exp: New.
9251
9252 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9253
9254 * gdb.base/float.exp: Add target check for nds32*-*-*.
9255 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9256
9257 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9258
9259 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9260 for unsupported target features.
9261 * gdb.base/call-rt-st.exp: Likewise.
9262 * gdb.base/call-sc.exp: Likewise.
9263 * gdb.base/call-signal-resume.exp: Likewise.
9264 * gdb.base/call-strs.exp: Likewise.
9265 * gdb.base/callexit.exp: Likewise.
9266 * gdb.base/callfuncs.exp: Likewise.
9267 * gdb.base/nodebug.exp: Likewise.
9268 * gdb.base/printcmds.exp: Likewise.
9269 * gdb.base/ptype.exp: Likewise.
9270 * gdb.base/structs.exp: Likewise.
9271 * gdb.base/unwindonsignal.exp: Likewise.
9272 * gdb.cp/gdb2495.exp: Likewise.
9273 * gdb.cp/templates.exp: Likewise.
9274 * gdb.cp/virtfunc.exp: Likewise.
9275 * gdb.threads/hand-call-in-threads.exp: Likewise.
9276 * gdb.threads/interrupted-hand-call.exp: Likewise.
9277 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9278
9279 2016-06-10 Tom Tromey <tom@tromey.com>
9280
9281 PR rust/20110:
9282 * gdb.rust/expr.exp: Add test for integer constant larger than
9283 i32.
9284
9285 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9286
9287 * gdb.fortran/nested-funcs.exp: New.
9288 * gdb.fortran/nested-funcs.f90: New.
9289
9290 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9291
9292 * gdb.base/examine-backward.c: New file.
9293 * gdb.base/examine-backward.exp: New file.
9294
9295 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9298 matching.
9299
9300 2016-06-02 Tom Tromey <tom@tromey.com>
9301
9302 PR python/18984:
9303 * gdb.python/py-shared.exp: Add solib_name test.
9304
9305 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9308
9309 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9310
9311 PR c++/19893
9312 * gdb.dwarf2/implref.exp: Rename to...
9313 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9314 * gdb.dwarf2/implref-array.c: New file.
9315 * gdb.dwarf2/implref-array.exp: Likewise.
9316 * gdb.dwarf2/implref-global.c: Likewise.
9317 * gdb.dwarf2/implref-global.exp: Likewise.
9318 * gdb.dwarf2/implref-struct.c: Likewise.
9319 * gdb.dwarf2/implref-struct.exp: Likewise.
9320
9321 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9322
9323 * gdb.trace/trace-condition.exp: Add 64bit tests.
9324
9325 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9326
9327 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9328 bits types.
9329 (main): Adapt to 8 to 64 bits types.
9330 * gdb.trace/trace-condition.exp: Add new tests.
9331
9332 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9333
9334 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9335
9336 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9337
9338 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9339 Move condition tests...
9340 * gdb.trace/trace-condition.exp: Here.
9341
9342 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9343
9344 * gdb.trace/trace-condition.exp: Add counter-case tests.
9345
9346 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 PR c++/15231
9349 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9350 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9351
9352 2016-05-27 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9355 New procedure.
9356 (top level): Call it, and bail out of DejaGnu is known to be bad.
9357
9358 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9359
9360 * gdb.base/whatis.c: Extend the test case.
9361 * gdb.base/whatis.exp: Add additional tests.
9362
9363 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9364
9365 * gdb.fortran/type.f90: Add pointer variable.
9366 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9367
9368 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9369
9370 * gdb.fortran/vla-type.exp: Fix testcase name.
9371
9372 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9373
9374 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9375
9376 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9377
9378 * gdb.fortran/type.f90: Add nested structures.
9379 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9380 * gdb.fortran/derived-type.exp: Adapt expected output.
9381 * gdb.fortran/vla-type.exp: Adapt expected output.
9382
9383 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9384
9385 * gdb.fortran/whatis_type.exp: Adapt expected output.
9386
9387 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9388
9389 * gdb.fortran/print_type.exp: Fix expected output.
9390 * gdb.fortran/whatis_type.exp: Fix expected output.
9391
9392 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9393
9394 * gdb.fortran/whatis_type.exp: Use multi_line.
9395
9396 2016-05-24 Tom Tromey <tom@tromey.com>
9397
9398 PR python/17386:
9399 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9400 use value as an index.
9401
9402 2016-05-23 Tom Tromey <tom@tromey.com>
9403
9404 PR python/17981:
9405 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9406 no-breakpoint case.
9407
9408 2016-05-24 Pedro Alves <palves@redhat.com>
9409
9410 PR gdb/19828
9411 * gdb.threads/clone-attach-detach.c: New file.
9412 * gdb.threads/clone-attach-detach.exp: New file.
9413
9414 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9415
9416 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9417
9418 2016-05-23 Tom Tromey <tom@tromey.com>
9419
9420 PR python/19438, PR python/18393:
9421 * gdb.python/py-progspace.exp: Add "dir" test.
9422 * gdb.python/py-objfile.exp: Add "dir" test.
9423
9424 2016-05-23 Yao Qi <yao.qi@linaro.org>
9425
9426 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9427 * gdb.arch/thumb2-it.exp: Likewise.
9428
9429 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 * gdb.mi/mi-threads-interrupt.c: New file.
9432 * gdb.mi/mi-threads-interrupt.exp: New file.
9433
9434 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9435
9436 PR gdb/18077
9437 * gdb.mi/mi-async-run.exp: New file.
9438 * gdb.mi/mi-async-run.c: New file.
9439
9440 2016-05-17 Tom Tromey <tom@tromey.com>
9441 Manish Goregaokar <manishsmail@gmail.com>
9442
9443 * lib/rust-support.exp: New file.
9444 * lib/gdb.exp (skip_rust_tests): New proc.
9445 (build_executable_from_specs): Handle rust.
9446 * lib/future.exp (gdb_find_rustc): New proc.
9447 (gdb_default_target_compile): Handle rust.
9448 * gdb.rust/expr.exp: New file.
9449 * gdb.rust/generics.exp: New file.
9450 * gdb.rust/generics.rs: New file.
9451 * gdb.rust/methods.exp: New file.
9452 * gdb.rust/methods.rs: New file.
9453 * gdb.rust/modules.exp: New file.
9454 * gdb.rust/modules.rs: New file.
9455 * gdb.rust/simple.exp: New file.
9456 * gdb.rust/simple.rs: New file.
9457
9458 2016-05-17 Tom Tromey <tom@tromey.com>
9459
9460 * gdb.base/default.exp (set language): Add rust.
9461
9462 2016-05-17 Tom Tromey <tom@tromey.com>
9463
9464 * gdb.gdb/unittest.exp: New file.
9465
9466 2016-05-16 Yao Qi <yao.qi@linaro.org>
9467
9468 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9469 shell_prompt. Update shell_prompt_re.
9470
9471 2016-05-12 Doug Evans <dje@google.com>
9472
9473 PR symtab/19999
9474 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9475 $options when building executable.
9476 * gdb.dwarf2/fission-loclists-pie.S: New file.
9477 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9478
9479 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9480
9481 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9482 of [is_remote target],
9483
9484 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * lib/gdb.exp (use_gdb_stub): New procedure.
9487
9488 2016-05-03 Yunlian Jiang <yunlian@google.com>
9489 Doug Evans <dje@google.com>
9490
9491 PR symtab/19914
9492 * gdb.dwarf2/dwp-sepdebug.c: New file.
9493 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9494
9495 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9496
9497 * gdb.base/detach.exp: Remove is_remote check.
9498
9499 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9500
9501 * gdb.base/annota-input-while-running.exp: Don't check for
9502 [is_remote target]. Enable annotations after running to main.
9503 Remove unused "set test..." line.
9504
9505 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9506
9507 * gdb.trace/trace-enable-disable.exp: New file.
9508 * gdb.trace/trace-enable-disable.c: New file.
9509
9510 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9511
9512 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9513 use it in info sharedlibrary test.
9514 * gdb.trace/ftrace-lock.exp: Likewise.
9515 * gdb.trace/ftrace.exp: Likewise.
9516 * gdb.trace/range-stepping.exp: Likewise.
9517 * gdb.trace/trace-break.exp: Likewise.
9518 * gdb.trace/trace-condition.exp: Likewise.
9519 * gdb.trace/trace-mt.exp: Likewise.
9520
9521 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9524 (gdb_load_shlib): ... this.
9525 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9526 gdb_load_shlib.
9527 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9528 * gdb.base/ctxobj.exp: Likewise.
9529 * gdb.base/dprintf-pending.exp: Likewise.
9530 * gdb.base/dso2dso.exp: Likewise.
9531 * gdb.base/fixsection.exp: Likewise.
9532 * gdb.base/gcore-relro.exp: Likewise.
9533 * gdb.base/gdb1555.exp: Likewise.
9534 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9535 * gdb.base/gnu-ifunc.exp: Likewise.
9536 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9537 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9538 * gdb.base/pending.exp: Likewise.
9539 * gdb.base/print-file-var.exp: Likewise.
9540 * gdb.base/print-symbol-loading.exp: Likewise.
9541 * gdb.base/shlib-call.exp: Likewise.
9542 * gdb.base/shreloc.exp: Likewise.
9543 * gdb.base/so-impl-ld.exp: Likewise.
9544 * gdb.base/solib-disc.exp: Likewise.
9545 * gdb.base/solib-nodir.exp: Likewise.
9546 * gdb.base/solib-overlap.exp: Likewise.
9547 * gdb.base/solib-symbol.exp: Likewise.
9548 * gdb.base/solib-weak.exp (do_test): Likewise.
9549 * gdb.base/sym-file.exp: Likewise.
9550 * gdb.base/symtab-search-order.exp: Likewise.
9551 * gdb.base/type-opaque.exp: Likewise.
9552 * gdb.base/unload.exp: Likewise.
9553 * gdb.base/watchpoint-solib.exp: Likewise.
9554 * gdb.compile/compile.exp: Likewise.
9555 * gdb.cp/gdb2384.exp: Likewise.
9556 * gdb.cp/infcall-dlopen.exp: Likewise.
9557 * gdb.cp/re-set-overloaded.exp: Likewise.
9558 * gdb.fortran/library-module.exp: Likewise.
9559 * gdb.opt/solib-intra-step.exp: Likewise.
9560 * gdb.python/py-finish-breakpoint.exp: Likewise.
9561 * gdb.python/py-shared.exp: Likewise.
9562 * gdb.reverse/solib-precsave.exp: Likewise.
9563 * gdb.reverse/solib-reverse.exp: Likewise.
9564 * gdb.server/solib-list.exp: Likewise.
9565 * gdb.threads/dlopen-libpthread.exp: Likewise.
9566 * gdb.threads/tls-shared.exp: Likewise.
9567 * gdb.threads/tls-so_extern.exp: Likewise.
9568 * gdb.trace/change-loc.exp: Likewise.
9569 * gdb.trace/ftrace-lock.exp: Likewise.
9570 * gdb.trace/ftrace.exp: Likewise.
9571 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9572 * gdb.trace/pending.exp: Likewise.
9573 * gdb.trace/range-stepping.exp: Likewise.
9574 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9575 (strace_info_marker): Likewise.
9576 (strace_probe_marker): Likewise.
9577 (strace_trace_on_same_addr): Likewise.
9578 (strace_trace_on_diff_addr): Likewise.
9579 * gdb.trace/trace-break.exp: Likewise.
9580 * gdb.trace/trace-condition.exp: Likewise.
9581 * gdb.trace/trace-mt.exp: Likewise.
9582
9583 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9586 result of gdb_remote_download.
9587 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9588 * gdb.base/dso2dso.exp: Likewise.
9589 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9590 * gdb.base/print-file-var.exp: Likewise.
9591 * gdb.base/shlib-call.exp: Likewise.
9592 * gdb.base/shreloc.exp: Likewise.
9593 * gdb.base/solib-overlap.exp: Likewise.
9594 * gdb.base/solib-weak.exp (do_test): Likewise.
9595 * gdb.base/unload.exp: Likewise.
9596
9597 2016-04-27 Yao Qi <yao.qi@linaro.org>
9598
9599 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9600 exists.
9601
9602 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9603
9604 * vla-type.exp: Print structure from toplevel.
9605
9606 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9607
9608 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9609 of dynamic types.
9610 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9611 of dynamic types.
9612
9613 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9614
9615 * gdb.fortran/vla-type.f90: New file.
9616 * gdb.fortran/vla-type.exp: New file.
9617
9618 2016-04-25 Yao Qi <yao.qi@linaro.org>
9619
9620 * gdb.base/branch-to-self.c: New file.
9621 * gdb.base/branch-to-self.exp: New file.
9622
9623 2016-04-22 Yao Qi <yao.qi@linaro.org>
9624
9625 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9626 more after $hex.
9627
9628 2016-04-22 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9631 * gdb.base/annota3.exp: Likewise.
9632
9633 2016-04-22 Yao Qi <yao.qi@linaro.org>
9634
9635 * gdb.reverse/step-precsave.exp: Do one step and test program
9636 stops in "callee" and do multiple steps until program goes out
9637 of "callee".
9638 * gdb.reverse/step-reverse.exp: Likewise.
9639
9640 2016-04-22 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.trace/signal.exp: Also pass if
9643 $tracepoint_hits($i) > $iterations.
9644
9645 2016-04-22 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.trace/signal.c: New file.
9648 * gdb.trace/signal.exp: New file.
9649
9650 2016-04-19 Doug Evans <xdje42@gmail.com>
9651
9652 * gdb.base/bad-file.exp: New file.
9653
9654 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9655
9656 * gdb.dwarf2/implref.exp: New file.
9657
9658 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9659
9660 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9661 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9662 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9663 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9664 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9665 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9666 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9667 * lib/fortran.exp (fortran_int4): New procedure.
9668 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9669 (fortran_logical4): Likewise.
9670
9671 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9672
9673 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9674
9675 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9676
9677 * lib/compiler.c: Add Intel specific preprocessor macros.
9678 * lib/compiler.cc: Likewise.
9679
9680 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9681
9682 * gdb.server/connect-with-no-symbol-file.c: New file.
9683 * gdb.server/connect-with-no-symbol-file.exp: New file.
9684
9685 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9686
9687 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9688
9689 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9692 standard output directory.
9693
9694 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9695
9696 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9697
9698 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9699
9700 * gdb.btrace/instruction_history.c (loop): Add declaration.
9701
9702 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9703
9704 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9705
9706 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9707
9708 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9709 parentheses to print.
9710 (continue_handler): Likewise.
9711
9712 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9713
9714 * gdb.server/solib-list.exp: Remove is_remote check.
9715 Pass shlib= to gdb_compile. Don't link shared library with
9716 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9717 Run binary filename through "readlink -f" on the target.
9718
9719 2016-04-08 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9722 interpreter filename as argument to gdbserver_spawn.
9723 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9724 Return empty if $last_loaded_file does not exist.
9725
9726 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9729 * gdb.base/jit-main.c: Use exit after usage.
9730
9731 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9734 GDBHISTSIZE prior to the tests.
9735 * gdb.base/gdbinit-history.exp: Likewise.
9736
9737 2016-04-07 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9740 instead of build_executable. Use gdb_load_shlibs.
9741
9742 2016-04-07 Yao Qi <yao.qi@linaro.org>
9743
9744 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9745 Execute "si" command.
9746
9747 2016-04-07 Yao Qi <yao.qi@linaro.org>
9748
9749 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9750 number instead of the comments on some line.
9751
9752 2016-04-06 Don Breazeal <donb@codesourcery.com>
9753
9754 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9755 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9756
9757 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9758
9759 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9760 standard_output_file. Remove unused binfile variable.
9761
9762 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9763
9764 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9765 * gdb.python/py-mi-objfile.exp: Match "list main" output
9766 in console format.
9767
9768 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9769
9770 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9771 absolute.
9772
9773 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9774
9775 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9776 absolute.
9777 * gdb.trace/ftrace.exp: Likewise.
9778 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9779 targets as well.
9780 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9781 (gdb_load_shlibs): Copy libraries to test directory when testing
9782 natively. Only set solib-search-path if testing remotely.
9783 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9784
9785 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9786
9787 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9788 gdb_download. Use it even if the target is not remote.
9789 * gdb.base/jit.exp (compile_jit_test): Likewise.
9790 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9791 output directory if the destination board is local, otherwise use
9792 the standard remote_download from DejaGnu.
9793 (gdb_download): Remove.
9794 (gdb_load_shlibs): Use gdb_remote_download instead of
9795 gdb_download.
9796 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9797 Use gdb_remote_download instead of gdb_download. Use it even if
9798 the target is not remote.
9799 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9800 instead of gdb_download.
9801
9802 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9803
9804 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9805 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9806 run.
9807
9808 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9809
9810 PR gdb/19820
9811 * gdb.base/printcmds.exp: Add artificial arrays tests.
9812
9813 2016-03-31 Pedro Alves <palves@redhat.com>
9814
9815 PR gdb/19858
9816 * gdb.base/jit-main.c: Include unistd.h.
9817 (ATTACH): Define to 0 if not already defined.
9818 (wait_for_gdb, mypid): New globals.
9819 (WAIT_FOR_GDB): New macro.
9820 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9821 some breakpoint locations.
9822 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9823 New procedures.
9824 (one_jit_test): Add REATTACH parameter, and handle it. Use
9825 continue_to_test_location.
9826 (top level): Test attach, and adjusts calls to one_jit_test.
9827
9828 2016-03-31 Pedro Alves <palves@redhat.com>
9829
9830 PR gdb/19858
9831 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9832 BINSUFFIX parameter, and handle it.
9833 (top level): Adjust calls compile_jit_test.
9834
9835 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9836
9837 PR python/19743
9838 * gdb.python/py-mi-events-gdb.py: New file.
9839 * gdb.python/py-mi-events.c: New file.
9840 * gdb.python/py-mi-events.exp: New file.
9841
9842 2016-03-30 Yao Qi <yao.qi@linaro.org>
9843
9844 * gdb.reverse/until-precsave.exp: Match function name only.
9845 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9846 Move malloc to a condition block.
9847 * gdb.reverse/until-reverse.exp: Match function name only.
9848
9849 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9850
9851 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9852 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9853 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9854 variable for GPR 0 instead of assuming it is register 0.
9855 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9856 * lib/trace-support.exp: Add s390 registers.
9857
9858 2016-03-29 Yao Qi <yao.qi@linaro.org>
9859
9860 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9861
9862 2016-03-24 Yao Qi <yao.qi@linaro.org>
9863
9864 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9865 test message.
9866
9867 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9868
9869 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9870 maintaining separate logic for constructing the output path.
9871
9872 2016-03-16 Don Breazeal <donb@codesourcery.com>
9873
9874 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9875 Retry fork and waitpid on interrupted system call errors.
9876 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9877 Use with_timeout_factor to increase timeout by factor of 10.
9878
9879 2016-03-15 Don Breazeal <donb@codesourcery.com>
9880
9881 * gdb.cp/scope-err.cc: New test program.
9882 * gdb.cp/scope-err.exp: New test script.
9883 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9884 lines and "set breakpoint here" comment.
9885 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9886 Fixed some whitespace and format issues.
9887 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9888 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9889
9890 2016-03-15 Doug Evans <dje@google.com>
9891
9892 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9893 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9894 All callers updated. Add tests for enums, mixed flags register.
9895
9896 2016-03-15 Doug Evans <dje@google.com>
9897
9898 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9899 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9900
9901 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * gdb.base/default.exp: Add $_as_string to the list of expected
9904 convenience functions.
9905
9906 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9907
9908 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9909
9910 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9911
9912 * gdb.python/py-as-string.exp: New file.
9913 * gdb.python/py-as-string.c: New file.
9914
9915 2016-03-09 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9918 signal" -> "Thread NN received signal" output change.
9919 * gdb.threads/ia64-sigill.exp: Likewise.
9920 * gdb.threads/linux-dp.exp: Likewise.
9921 * gdb.threads/manythreads.exp: Likewise.
9922 * gdb.threads/pending-step.exp: Likewise.
9923 * gdb.threads/print-threads.exp: Likewise.
9924 * gdb.threads/sigstep-threads.exp: Likewise.
9925 * gdb.threads/staticthreads.exp: Likewise.
9926 * gdb.threads/tls.exp: Likewise.
9927
9928 2016-03-09 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/command-line-input.exp: New file.
9931
9932 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9933
9934 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9935 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9936 * gdb.trace/pending.exp: Accept leading dot before function name.
9937 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9938 * lib/trace-support.exp: Set registers for ppc.
9939
9940 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9941
9942 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9943 use it for disassembly; accept .main in addition to main in backtrace.
9944
9945 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9946 Marcin Kościelnicki <koriakin@0x04.net>
9947
9948 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9949 (gdb_recursion_test_ptr): New global variable.
9950 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9951 gdb_recursion_test.
9952 (gdb_c_test): Ditto.
9953
9954 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9955
9956 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9957 ordering.
9958
9959 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9960
9961 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9962 (bar): Add bar_start_lbl label.
9963 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9964 of foo/bar for emitting DWARF and tracing.
9965
9966 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9967
9968 * analyze-racy-logs.py: Set executable bit.
9969
9970 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9971
9972 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9973 (CHECK_TARGET_TMP): Likewise.
9974 (check-single-racy): New rule.
9975 (check-parallel-racy): Likewise.
9976 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9977 (do-check-parallel-racy): New rule.
9978 (check-racy/%.exp): Likewise.
9979 * README (Racy testcases): New section.
9980 * analyze-racy-logs.py: New file.
9981
9982 2016-03-03 Doug Evans <dje@google.com>
9983
9984 * gdb.base/skip.exp: Use with_test_prefix.
9985
9986 2016-03-03 Yao Qi <yao.qi@linaro.org>
9987
9988 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9989 Invoke step_over_syscall "clone" and break_cond_on_syscall
9990 "clone".
9991 * gdb.base/step-over-clone.c: New file.
9992
9993 2016-03-03 Yao Qi <yao.qi@linaro.org>
9994
9995 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9996 code format.
9997
9998 2016-03-03 Yao Qi <yao.qi@linaro.org>
9999
10000 * gdb.base/disp-step-fork.c: Rename to ...
10001 * gdb.base/step-over-fork.c: ... it. New file.
10002 * gdb.base/disp-step-vfork.c: Rename to ...
10003 * gdb.base/step-over-vfork.c: ... it. New file.
10004 * gdb.base/disp-step-syscall.exp: Rename to ...
10005 * gdb.base/step-over-syscall.exp: ... it. New file.
10006 (disp_step_cross_syscall): Rename to ...
10007 (step_over_syscall): ... it.
10008
10009 2016-03-03 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10012 If target supports condition evaluation on target, invoke
10013 break_cond_on_syscall for fork and vfork.
10014
10015 2016-03-03 Yao Qi <yao.qi@linaro.org>
10016
10017 * gdb.base/disp-step-syscall.exp: Don't invoke
10018 support_displaced_stepping.
10019 (disp_step_cross_syscall): Test with displaced stepping off and
10020 on if supported.
10021
10022 2016-03-03 Yao Qi <yao.qi@linaro.org>
10023
10024 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10025 proc.
10026 (setup): New proc.
10027 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10028 and setup.
10029
10030 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10031
10032 * gdb.fortran/vla-history.exp: Remove breakpoint.
10033
10034 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10035
10036 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10037 exceeds timeout.
10038
10039 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10040
10041 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10042 breakpoint.
10043
10044 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10045
10046 * gdb.mi/vla.f90: Nullify pointer after declaration.
10047
10048 2016-03-01 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10051
10052 2016-03-01 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10055 before anything else.
10056 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10057 _GNU_SOURCE here.
10058 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10059 before anything else.
10060 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10061
10062 2016-03-01 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10065
10066 2016-03-01 Yao Qi <yao.qi@linaro.org>
10067
10068 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10069 prepare_for_testing.
10070
10071 2016-03-01 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10074
10075 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10076
10077 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10078 manually constructing the output path.
10079
10080 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10081
10082 * gdb.arch/s390-stackless.S: New.
10083 * gdb.arch/s390-stackless.exp: New.
10084
10085 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10086
10087 * gdb.dlang/circular.c: New file.
10088 * gdb.dlang/circular.exp: New file.
10089
10090 2016-02-26 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10093 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10094 (testcases): Update.
10095
10096 2016-02-26 Yao Qi <yao.qi@linaro.org>
10097
10098 * gdb.reverse/aarch64.c: Rename to ...
10099 * gdb.reverse/insn-reverse.c: ... it.
10100 * gdb.reverse/aarch64.exp: Rename to ...
10101 * gdb.reverse/insn-reverse.exp: ... it.
10102
10103 2016-02-26 Yao Qi <yao.qi@linaro.org>
10104
10105 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10106 (testcase_ftype): New.
10107 (testcases): New array.
10108 (n_testcases): New.
10109 (main): Call each element in testcases.
10110 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10111 (read_testcase): New.
10112 Do the tests in a loop.
10113
10114 2016-02-25 Yao Qi <yao.qi@linaro.org>
10115
10116 * gdb.base/branches.c: Remove.
10117
10118 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10119
10120 PR gdb/13808
10121 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10122
10123 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10124
10125 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10126
10127 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10128
10129 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10130 change x86_64 call_insn to 'callq'.
10131
10132 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10133
10134 * gdb.trace/tfile-avx.c: Move to...
10135 * gdb.trace/tracefile-pseudo-reg.c: Here.
10136 * gdb.trace/tfile-avx.exp: Move to...
10137 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10138
10139 2016-02-24 Gary Benson <gbenson@redhat.com>
10140
10141 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10142 message on attach.
10143
10144 2016-02-23 Doug Evans <dje@google.com>
10145
10146 * gdb.base/skip.c (test_skip): New function.
10147 (end_test_skip_file_and_function): New function.
10148 (test_skip_file_and_function): New function.
10149 * gdb.base/skip1.c (test_skip): New function.
10150 (skip1_test_skip_file_and_function): New function.
10151 * gdb.base/skip.exp: Add tests for new skip options.
10152 * gdb.base/skip-solib.exp: Update expected output.
10153 * gdb.perf/skip-command.cc: New file.
10154 * gdb.perf/skip-command.exp: New file.
10155 * gdb.perf/skip-command.py: New file.
10156
10157 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10158
10159 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10160 info registers pattern.
10161
10162 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10163
10164 * lib/future.exp: Add D support.
10165 (gdb_find_gdc): New proc.
10166 (gdb_default_target_compile): Add D support.
10167
10168 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10169
10170 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10171 user+system time.
10172 (trace_speed_test): Determine the iteration count for a time
10173 between 15..30 seconds.
10174
10175 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10176
10177 * gdb.arch/i386-mpx-sigsegv.c: New file.
10178 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10179 * gdb.arch/i386-mpx-simple_segv.c: New file.
10180 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10181
10182 2016-02-18 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10185 Don't call setup_kfail.
10186
10187 2016-02-18 Yao Qi <yao.qi@linaro.org>
10188
10189 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10190 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10191
10192 2016-02-16 Doug Evans <dje@google.com>
10193
10194 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10195 * gdb.base/skip1.c: Ditto.
10196 * gdb.base/skip.exp: Whitespace cleanup.
10197
10198 2016-02-16 Don Breazeal <donb@codesourcery.com>
10199
10200 PR remote/19496
10201 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10202 Remove kfail for PR remote/19496.
10203
10204 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * lib/gdb.exp (standard_temp_file): Return a path specific to
10207 the runtest invocation.
10208
10209 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10210
10211 * gdb.trace/save-trace.exp: Change relative path to be in the
10212 standard output directory.
10213
10214 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10215
10216 * gdb.arch/i386-prologue.c: Add missing prototypes.
10217
10218 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10221 * gdb.arch/i386-prologue.exp: Likewise.
10222 * gdb.arch/i386-size.exp: Likewise.
10223
10224 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10225
10226 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10227 define object file path.
10228 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10229 file path.
10230 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10231 standard_output_file to define binfile.
10232
10233 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 Fix compatibility with recent gfortran-5.3.1.
10236 * gdb.fortran/vla-history.exp (print vla1 allocated)
10237 (print vla2 allocated, print $2, print $3): Remove
10238 (print $4): Rename to ...
10239 (print $2): ... here.
10240 (print $9): Rename to ...
10241 (print $5): ... here.
10242 (print $10): Rename to ...
10243 (print $6): ... here.
10244 * gdb.fortran/vla.f90: Add pvla initialization.
10245
10246 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10247
10248 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10249 New test.
10250 * gdb.fortran/vla-value-sub.exp: Likewise.
10251
10252 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10253
10254 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10255
10256 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10257
10258 * i386-biarch-core.exp: Define corefile using
10259 standard_output_file.
10260
10261 2016-02-12 Yao Qi <yao.qi@linaro.org>
10262
10263 * gdb.arch/arm-single-step-kernel-helper.c: New.
10264 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10265
10266 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10267
10268 * gdb.btrace/tailcall-only.exp: New.
10269 * gdb.btrace/tailcall-only.c: New.
10270 * gdb.btrace/x86_64-tailcall-only.S: New.
10271 * gdb.btrace/i686-tailcall-only.S: New.
10272
10273 2016-02-11 Pedro Alves <palves@redhat.com>
10274
10275 * README (Parallel testing): Add missing double quotes.
10276
10277 2016-02-11 Pedro Alves <palves@redhat.com>
10278
10279 * README (Parallel testing): New section.
10280 (GDB_PARALLEL): Rewrite.
10281 (FORCE_PARALLEL): Document.
10282
10283 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10284
10285 * gdb.trace/tfile-avx.c: New test.
10286 * gdb.trace/tfile-avx.exp: New test.
10287
10288 2016-02-09 Keith Seitz <keiths@redhat.com>
10289
10290 PR breakpoints/19546
10291 * gdb.base/infcall-exec.c: New file.
10292 * gdb.base/infcall-exec2.c: New file.
10293 * gdb.base/infcall-exec.exp: New file.
10294
10295 2016-02-09 Keith Seitz <keiths@redhat.com>
10296
10297 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10298 (toplevel): Call test_bkpt_address.
10299
10300 2016-02-09 Keith Seitz <keiths@redhat.com>
10301
10302 PR python/19506
10303 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10304 (toplevel): Call test_bkpt_address.
10305
10306 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10307
10308 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10309 to AC_OUTPUT.
10310 * configure: Regenerate.
10311
10312 2016-02-09 Pedro Alves <palves@redhat.com>
10313
10314 PR breakpoints/19548
10315 * gdb.base/execl-update-breakpoints.c (some_function): New
10316 function.
10317 (main): Call it.
10318 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10319 Tighten expected GDB output.
10320
10321 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * Makefile.in (ALL_SUBDIRS): Remove.
10324 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10325 (distclean maintainer-clean realclean): Likewise.
10326 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10327 * configure: Regenerate.
10328 * gdb.ada/Makefile.in: Delete.
10329 * gdb.arch/Makefile.in: Likewise.
10330 * gdb.asm/Makefile.in: Likewise.
10331 * gdb.base/Makefile.in: Likewise.
10332 * gdb.btrace/Makefile.in: Likewise.
10333 * gdb.cell/Makefile.in: Likewise.
10334 * gdb.compile/Makefile.in: Likewise.
10335 * gdb.cp/Makefile.in: Likewise.
10336 * gdb.disasm/Makefile.in: Likewise.
10337 * gdb.dlang/Makefile.in: Likewise.
10338 * gdb.dwarf2/Makefile.in: Likewise.
10339 * gdb.fortran/Makefile.in: Likewise.
10340 * gdb.gdb/Makefile.in: Likewise.
10341 * gdb.go/Makefile.in: Likewise.
10342 * gdb.guile/Makefile.in: Likewise.
10343 * gdb.java/Makefile.in: Likewise.
10344 * gdb.linespec/Makefile.in: Likewise.
10345 * gdb.mi/Makefile.in: Likewise.
10346 * gdb.modula2/Makefile.in: Likewise.
10347 * gdb.multi/Makefile.in: Likewise.
10348 * gdb.objc/Makefile.in: Likewise.
10349 * gdb.opencl/Makefile.in: Likewise.
10350 * gdb.opt/Makefile.in: Likewise.
10351 * gdb.pascal/Makefile.in: Likewise.
10352 * gdb.perf/Makefile.in: Likewise.
10353 * gdb.python/Makefile.in: Likewise.
10354 * gdb.reverse/Makefile.in: Likewise.
10355 * gdb.server/Makefile.in: Likewise.
10356 * gdb.stabs/Makefile.in: Likewise.
10357 * gdb.threads/Makefile.in: Likewise.
10358 * gdb.trace/Makefile.in: Likewise.
10359 * gdb.xml/Makefile.in: Likewise.
10360 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10361 GDB_PARALLEL.
10362 (standard_output_file): Remove check for GDB_PARALLEL, always
10363 return path in outputs/$subdir/$testname.
10364
10365 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10366
10367 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10368 (site.exp): Assign abs_srcdir to tcl's srcdir.
10369
10370 2016-02-04 Yao Qi <yao.qi@linaro.org>
10371
10372 * gdb.base/foll-exec-mode.c: Include limits.h.
10373 (main): Add parameters argc and argv. Get directory from
10374 argv[0].
10375 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10376 compilation.
10377 * gdb.base/foll-exec.c: Include limits.h.
10378 (main): Add parameters argc and argv.
10379 Get directory from argv[0].
10380 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10381 Adjust tests on the number of lines as source code changed.
10382 * gdb.base/foll-vfork-exit.c: Include limits.h.
10383 (main): Add one line of statement before vfork.
10384 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10385 (main): Add parameters argc and argv. Get directory from
10386 argv[0].
10387 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10388 (setup_gdb): Set tbreak to skip some source lines.
10389 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10390 (main): Add parameters argc and argv. Get directory from
10391 argv[0].
10392 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10393 compilation.
10394 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10395 (main): Add parameters argc and argv. Get directory from
10396 argv[0].
10397 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10398 compilation.
10399
10400 2016-02-01 Doug Evans <dje@google.com>
10401
10402 * gdb.base/skip.exp: Clean up multiple references to same test name.
10403
10404 2016-02-01 Pedro Alves <palves@redhat.com>
10405
10406 PR remote/19496
10407 * gdb.threads/forking-threads-plus-breakpoint.exp
10408 (displaced_stepping_supported): New global.
10409 (probe_displaced_stepping_support): New procedure.
10410 (do_test): Add 'displaced' parameter, and use it.
10411 (top level): Check for displaced stepping support. Add displaced
10412 stepping on/off testing axis.
10413
10414 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10415
10416 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10417 pointer. Don't perform further tests on the unassociated pointer
10418 if the first test fails.
10419
10420 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10421
10422 * gdb.base/max-value-size.c: New file.
10423 * gdb.base/max-value-size.exp: New file.
10424 * gdb.base/huge.exp: Disable max-value-size for this test.
10425
10426 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10427
10428 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10429
10430 2016-01-28 Yao Qi <yao.qi@linaro.org>
10431
10432 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10433
10434 2016-01-25 Pedro Alves <palves@redhat.com>
10435
10436 PR threads/19461
10437 * gdb.base/fork-running-state.c: New file.
10438 * gdb.base/fork-running-state.exp: New file.
10439
10440 2016-01-25 Pedro Alves <palves@redhat.com>
10441
10442 PR gdb/19494
10443 * gdb.base/catch-fork-kill.c: New file.
10444 * gdb.base/catch-fork-kill.exp: New file.
10445
10446 2016-01-25 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10449 Delete, moved to lib/gdb.exp.
10450 * gdb.threads/forking-threads-plus-breakpoint.exp
10451 (foreach_with_prefix): Likewise.
10452 * gdb.threads/process-dies-while-handling-bp.exp
10453 (foreach_with_prefix): Likewise.
10454 * lib/gdb.exp (foreach_with_prefix): New procedure.
10455
10456 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10457
10458 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10459 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10460
10461 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10462
10463 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10464 endian targets.
10465
10466 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10467 Pedro Alves <palves@redhat.com>
10468
10469 Fix testsuite compatibility with Guile.
10470 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10471 number.
10472
10473 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10474
10475 Fix testsuite compatibility with Guile.
10476 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10477 (thread 1): New test for backtrace through signal handler.
10478
10479 2016-01-22 Yao Qi <yao.qi@linaro.org>
10480
10481 PR testsuite/19491
10482 * gdb.base/multi-forks.c: Include
10483 ../lib/unbuffer_output.c
10484 (main): Call gdb_unbuffer_output.
10485
10486 2016-01-21 Doug Evans <dje@google.com>
10487
10488 * lib/ada.exp (gdb_compile_ada): Fix typo.
10489
10490 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10491
10492 * gdb.base/break-fun-addr.exp: New file.
10493 * gdb.base/break-fun-addr1.c: New file.
10494 * gdb.base/break-fun-addr2.c: New file.
10495
10496 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10497
10498 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10499 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10500 enum flag values.
10501
10502 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10503
10504 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10505 when GDB can not set the vector return value. Add more comments
10506 for clarification.
10507
10508 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10509
10510 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10511 command.
10512
10513 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10516
10517 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10518
10519 * Makefile.in (check-single): Pass --status to runtest.
10520 (check/%.exp): Likewise.
10521
10522 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10523
10524 * Makefile.in (check-parallel): Propagate return code from make
10525 do-check-parallel.
10526
10527 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10528
10529 * gdb.trace/ftrace.exp: Fix expected message on continue.
10530 * gdb.trace/pending.exp: Fix expected message on continue.
10531 * gdb.trace/trace-break.exp: Fix expected message on continue.
10532
10533 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 * lib/gdb.exp (gdb_test): Remove unused global references.
10536
10537 2016-01-18 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.base/async-shell.exp: Adjust expected output.
10540 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10541 * gdb.base/siginfo-thread.exp: Adjust expected output.
10542 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10543 * gdb.java/jnpe.exp: Adjust expected output.
10544 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10545 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10546 * gdb.threads/leader-exit.exp: Adjust expected output.
10547 * gdb.threads/manythreads.exp: Adjust expected output.
10548 * gdb.threads/pthreads.exp: Adjust expected output.
10549 * gdb.threads/schedlock.exp: Adjust expected output.
10550 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10551 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10552 expected output.
10553 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10554 output.
10555 * gdb.threads/sigthread.exp: Adjust expected output.
10556 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10557
10558 2016-01-18 Yao Qi <yao.qi@linaro.org>
10559
10560 * gdb.guile/scm-section-script.c: Replace @progbits with
10561 %progbits.
10562 * gdb.python/py-section-script.c: Likewise.
10563
10564 2016-01-15 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.multi/tids.exp: Test star wildcard ranges.
10567
10568 2016-01-15 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10571 command from "thread apply" invocation.
10572 (thr_apply_info_thr_invalid): Default the expected output to the
10573 input tid list.
10574 (top level): Add tests that use convenience variables. Add tests
10575 for "thread apply" with a valid TID list, but missing the command.
10576
10577 2016-01-13 Pedro Alves <palves@redhat.com>
10578
10579 * gdb.base/default.exp: Expect $_gthread as well.
10580 * gdb.multi/tids.exp: Test $_gthread.
10581 * gdb.threads/thread-specific.exp: Test $_gthread.
10582
10583 2016-01-13 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.multi/tids.exp: Test "info threads -gid".
10586
10587 2016-01-13 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10590 Breakpoint.thread.
10591 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10592
10593 2016-01-07 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/break.exp: Adjust to output changes.
10596 * gdb.base/hbreak2.exp: Likewise.
10597 * gdb.base/sepdebug.exp: Likewise.
10598 * gdb.base/watch_thread_num.exp: Likewise.
10599 * gdb.linespec/keywords.exp: Likewise.
10600 * gdb.multi/info-threads.exp: Likewise.
10601 * gdb.threads/thread-find.exp: Likewise.
10602 * gdb.multi/tids.c: New file.
10603 * gdb.multi/tids.exp: New file.
10604
10605 2016-01-13 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10608
10609 2016-01-13 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/default.exp: Expect $_inferior as well.
10612 * gdb.multi/base.exp: Test $_inferior.
10613
10614 2016-01-13 Pedro Alves <palves@redhat.com>
10615
10616 PR breakpoints/19388
10617 * gdb.base/catch-signal-siginfo-cond.c: New file.
10618 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10619
10620 2016-01-12 Josh Stone <jistone@redhat.com>
10621 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10622
10623 * gdb.base/catch-syscall.c (do_execve): New variable.
10624 (main): Conditionally trigger an execve.
10625 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10626 (test_catch_syscall_execve): New, check entry/return across execve.
10627 (do_syscall_tests): Call test_catch_syscall_execve.
10628
10629 2016-01-12 Pedro Alves <palves@redhat.com>
10630
10631 * gdb.base/random-signal.exp (do_test): New procedure, with body
10632 of testcase moved in.
10633
10634 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10635 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.base/funcargs.exp (finish from indirectly called function):
10638 Reintroduce the case for 'First'.
10639
10640 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10641 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10644 (tcatch_vfork_then_child_follow_exec)
10645 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10646 identification.
10647
10648 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10649
10650 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10651 and repeats to unlimited.
10652 * gdb.python/py-value.exp: Likewise.
10653 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10654 and repeats to unlimited.
10655
10656 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10659 and reordering the functions.
10660 * gdb.multi/hangout.c: Likewise.
10661 * gdb.multi/hello.c: Likewise.
10662
10663 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10664
10665 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10666 absolute.
10667 (SingleStatisticTestResult.report): Use dict.keys instead of
10668 dict.iterkeys.
10669
10670 2016-01-06 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10673
10674 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10675
10676 * gdb.btrace/dlopen.exp: New.
10677 * gdb.btrace/dlopen.c: New.
10678 * gdb.btrace/dlopen-dso.c: New.
10679
10680 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10681
10682 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10683 PATTERN argument is optional.
10684
10685 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10686
10687 * lib/ada.exp (target_compile_ada_from_dir): New function.
10688 (gdb_compile_ada): Reimplement avoiding the use of project files.
10689 * gdb.ada/gnat_ada.gpr: Delete.
10690 * gdb.ada/cond_lang.exp: Adjust test to make path before
10691 filename optional.
10692 * gdb.ada/small_reg_param.exp: Likewise.
10693
10694 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10695
10696 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10697
10698 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10699
10700 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10701 case.
10702
10703 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10704
10705 * gdb.base/break.exp: Remove dead code.
10706 * gdb.base/sepdebug.exp: Likewise.
10707
10708 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10709
10710 * gdb.asm/asm-source.exp: Remove HP-UX references.
10711 * gdb.base/annota1.exp: Likewise.
10712 * gdb.base/annota3.exp: Likewise.
10713 * gdb.base/attach.exp: Likewise.
10714 * gdb.base/bigcore.exp: Likewise.
10715 * gdb.base/break.exp: Likewise.
10716 * gdb.base/call-ar-st.exp: Likewise.
10717 * gdb.base/callfuncs.exp: Likewise.
10718 * gdb.base/catch-fork-static.exp: Likewise.
10719 * gdb.base/display.exp: Likewise.
10720 * gdb.base/foll-exec-mode.exp: Likewise.
10721 * gdb.base/foll-exec.exp: Likewise.
10722 * gdb.base/foll-fork.exp: Likewise.
10723 * gdb.base/foll-vfork.exp: Likewise.
10724 * gdb.base/funcargs.exp: Likewise.
10725 * gdb.base/hbreak2.exp: Likewise.
10726 * gdb.base/inferior-died.exp: Likewise.
10727 * gdb.base/interrupt.exp: Likewise.
10728 * gdb.base/multi-forks.exp: Likewise.
10729 * gdb.base/nodebug.exp: Likewise.
10730 * gdb.base/sepdebug.exp: Likewise.
10731 * gdb.base/solib1.c: Likewise.
10732 * gdb.base/step-test.exp: Likewise.
10733 * gdb.mi/non-stop.c: Likewise.
10734 * gdb.mi/pthreads.c: Likewise.
10735 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10736 * gdb.threads/pthreads.c: Likewise.
10737 * gdb.threads/staticthreads.exp: Likewise.
10738 * lib/future.exp: Likewise.
10739 * lib/gdb.exp: Likewise.
10740 * gdb.base/so-indr-cl.c: Remove.
10741 * gdb.base/so-indr-cl.exp: Likewise.
10742 * gdb.base/solib.c: Likewise.
10743 * gdb.base/solib.exp: Likewise.
10744 * gdb.base/solib2.c: Likewise.
10745
10746 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10747
10748 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10749 * gdb.base/call-ar-st.exp: Likewise.
10750 * gdb.base/callfuncs.exp: Likewise.
10751 * gdb.base/condbreak.exp: Likewise.
10752 * gdb.base/constvars.exp: Likewise.
10753 * gdb.base/hbreak2.exp: Likewise.
10754 * gdb.base/langs.exp: Likewise.
10755 * gdb.base/list.exp: Likewise.
10756 * gdb.base/long_long.exp: Likewise.
10757 * gdb.base/ptype.exp: Likewise.
10758 * gdb.base/scope.exp: Likewise.
10759 * gdb.base/signals.exp: Likewise.
10760 * gdb.base/so-impl-ld.exp: Likewise.
10761 * gdb.base/varargs.exp: Likewise.
10762 * gdb.base/volatile.exp: Likewise.
10763 * gdb.base/whatis.exp: Likewise.
10764 * gdb.cp/cplusfuncs.exp: Likewise.
10765 * gdb.cp/inherit.exp: Likewise.
10766 * gdb.cp/local.exp: Likewise.
10767 * gdb.cp/member-ptr.exp: Likewise.
10768 * gdb.cp/method.exp: Likewise.
10769 * gdb.cp/overload.exp: Likewise.
10770 * gdb.cp/templates.exp: Likewise.
10771 * gdb.stabs/weird.exp: Likewise.
10772 * lib/compiler.c: Likewise.
10773 * lib/compiler.cc: Likewise.
10774 * lib/cp-support.exp: Likewise.
10775 * lib/gdb.exp: Likewise.
10776
10777 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10778
10779 * configure.ac: Remove HP-UX case.
10780 * configure: Regenerate.
10781
10782 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10783
10784 * lib/gdb.exp (gdb_compile): Add function doc.
10785
10786 2015-12-17 Pedro Alves <palves@redhat.com>
10787
10788 PR threads/19354
10789 * gdb.multi/info-threads.exp: New file.
10790
10791 2015-12-15 Yao Qi <yao.qi@linaro.org>
10792
10793 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10794 is aarch64*-*-*.
10795
10796 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10797
10798 * gdb.base/history-duplicates.exp: Skip if no readline support.
10799
10800 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10801
10802 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10803
10804 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10805
10806 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10807
10808 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10809
10810 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10811 ctrl-C if nointerrupts target property is set.
10812 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10813 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10814 * gdb.base/paginate-bg-execution.exp: Likewise.
10815 * gdb.base/paginate-execution-startup.exp: Likewise.
10816 * gdb.base/random-signal.exp: Likewise.
10817 * gdb.base/range-stepping.exp: Likewise.
10818 * gdb.cp/annota2.exp: Likewise.
10819 * gdb.cp/annota3.exp: Likewise.
10820 * gdb.gdb/selftest.exp: Likewise.
10821 * gdb.threads/continue-pending-status.exp: Likewise.
10822 * gdb.threads/leader-exit.exp: Likewise.
10823 * gdb.threads/manythreads.exp: Likewise.
10824 * gdb.threads/pthreads.exp: Likewise.
10825 * gdb.threads/schedlock.exp: Likewise.
10826 * gdb.threads/sigthread.exp: Likewise.
10827
10828 2015-12-11 Don Breazeal <donb@codesourcery.com>
10829
10830 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10831 remote.
10832 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10833 * gdb.base/foll-exec.exp (main): Enable for target remote.
10834 * gdb.base/foll-fork.exp (main): Likewise.
10835 * gdb.base/foll-vfork.exp (main): Likewise.
10836 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10837 (proc continue_to_exit_bp_loc): Use clean_restart.
10838 * gdb.base/pie-execl.exp (main): Disable for target remote.
10839 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10840 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10841 * gdb.threads/execl.exp (main): Likewise.
10842 * gdb.threads/fork-child-threads.exp (main): Likewise.
10843 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10844 remote.
10845 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10846 remote.
10847 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10848 pid.tid style ptids, instead of just tid.
10849 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10850 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10851 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10852 ptids, instead of just tid.
10853
10854 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10855
10856 * gdb.base/list.exp (test_list_forward): Add end of file error
10857 test.
10858 (test_repeat_list_command): Add end of file error test.
10859 (test_list_backwards): Add beginning of file error test.
10860
10861 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10862
10863 * gdb.base/list.exp (test_list_invalid_args): New function,
10864 defined, and called.
10865
10866 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10867
10868 * gdb.base/list.exp (test_list): Make test names unique.
10869
10870 2015-12-11 Yao Qi <yao.qi@linaro.org>
10871
10872 * gdb.base/coremaker2.c: Remove.
10873
10874 2015-12-10 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.multi/base.exp: Remove stale "spaces" references.
10877
10878 2015-12-10 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.multi/base.exp: Don't use nowarnings.
10881 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10882 * gdb.multi/hangout.c: Include stdio.h.
10883 * gdb.multi/hello.c: Include stdlib.h.
10884 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10885 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10886 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10887
10888 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10889
10890 * gdb.dwarf2/dw2-ranges-base.c: New file.
10891 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10892 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10893 support additional line table, and debug ranges generation.
10894 (Dwarf::ranges): New function, generate .debug_ranges.
10895 (Dwarf::lines): Support generating simple line table programs.
10896 (Dwarf::assemble): Initialise new namespace variables.
10897
10898 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10899
10900 * gdb.base/async.exp (proc test_background): Add case for
10901 asynchronous execution not supported.
10902
10903 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10904
10905 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10906 format and change test names to make them unique.
10907
10908 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10909 Pedro Alves <pedro@redhat.com>
10910
10911 PR gdb/18702
10912 Add checking of floatformats setup on x86_64 hosts.
10913 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10914 (smallval, bigval): New labels/constants.
10915 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10916 float" after loading bigval and smallval.
10917
10918 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10919
10920 * gdb.ada/fun_overload_menu.exp: New testcase.
10921 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10922
10923 2015-12-04 Josh Stone <jistone@redhat.com>
10924
10925 * gdb.base/catch-fork-static.exp: New.
10926
10927 2015-12-03 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.base/sizeof.c: Don't include stdio.h and
10930 ../lib/unbuffer_output.c.
10931 (main): New variable 'size' and 'value'. Remove printf and
10932 gdb_unbuffer_output. Assign return value to size and value.
10933 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10934 at the beginning.
10935 (check_sizeof): Check the result by printing variable 'size'.
10936 (check_valueof): Check the result by printing variable 'value'.
10937
10938 2015-12-01 Yao Qi <yao.qi@linaro.org>
10939
10940 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10941 for aarch64*-*-linux* target.
10942
10943 2015-11-30 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10946
10947 2015-11-30 Pedro Alves <palves@redhat.com>
10948
10949 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10950 Handle non-stop mode vCont replies.
10951
10952 2015-11-30 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10955 prepare_for_testing. Start gdb with "set non-stop on" appended to
10956 GDBFLAGS. Lax expected stop output.
10957
10958 2015-11-27 Yao Qi <yao.qi@linaro.org>
10959
10960 * gdb.arch/arm-neon.exp: New.
10961 * gdb.arch/arm-neon.c: New.
10962
10963 2015-11-27 Yao Qi <yao.qi@linaro.org>
10964
10965 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10966
10967 2015-11-27 Yao Qi <yao.qi@linaro.org>
10968
10969 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10970 frames-invalid annotation.
10971
10972 2015-11-27 Yao Qi <yao.qi@linaro.org>
10973
10974 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10975
10976 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10977
10978 * gdb.threads/names.exp: New file.
10979 * gdb.threads/names.c: New file.
10980 * README: Mention gdb,no_thread_names.
10981
10982 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10983
10984 PR 19297
10985 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10986 support" error.
10987
10988 2015-11-24 Pedro Alves <palves@redhat.com>
10989
10990 PR 17539
10991 * gdb.base/display.exp: Expect displays to be sorted in ascending
10992 order. Use multi_line.
10993 * gdb.base/solib-display.exp: Likewise.
10994
10995 2015-11-24 Pedro Alves <palves@redhat.com>
10996
10997 PR 17539
10998 * gdb.base/display.exp: Expect displays to be sorted in ascending
10999 order. Use multi_line.
11000 * gdb.base/solib-display.exp: Likewise.
11001
11002 2015-11-24 Pedro Alves <palves@redhat.com>
11003
11004 PR 17539
11005 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11006 threads in ascending order.
11007 * gdb.base/foll-fork.exp: Likewise.
11008 * gdb.base/foll-vfork.exp: Likewise.
11009 * gdb.base/multi-forks.exp: Likewise.
11010 * gdb.mi/mi-nonstop.exp: Likewise.
11011 * gdb.mi/mi-nsintrall.exp: Likewise.
11012 * gdb.multi/base.exp: Likewise.
11013 * gdb.multi/multi-arch.exp: Likewise.
11014 * gdb.python/py-inferior.exp: Likewise.
11015 * gdb.threads/break-while-running.exp: Likewise.
11016 * gdb.threads/execl.exp: Likewise.
11017 * gdb.threads/gcore-thread.exp: Likewise.
11018 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11019 * gdb.threads/kill.exp: Likewise.
11020 * gdb.threads/linux-dp.exp: Likewise.
11021 * gdb.threads/multiple-step-overs.exp: Likewise.
11022 * gdb.threads/next-bp-other-thread.exp: Likewise.
11023 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11024 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11025 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11026 * gdb.threads/thread-find.exp: Likewise.
11027 * gdb.threads/tls.exp: Likewise.
11028 * lib/mi-support.exp (mi_reverse_list): Delete.
11029 (mi_check_thread_states): No longer reverse list.
11030
11031 2015-11-24 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11034 use lowercase.
11035
11036 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11037
11038 * gdb.trace/actions.c: Include trace-common.h.
11039 (main): Add a location for a fast tracepoint.
11040 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11041 the normal tracepoints.
11042 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11043
11044 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * save-trace.exp: Factor out code to these...
11047 (gdb_save_tracepoints): New.
11048 (gdb_load_tracepoints): New.
11049 (do_save_load_test): New.
11050
11051 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11052
11053 * gdb.base/asmlabel.exp: New test.
11054 * gdb.base/asmlabel.c: New test case.
11055
11056 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11057
11058 * gdb.base/wrong_frame_bt_full-main.c: New file.
11059 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11060 * gdb.base/wrong_frame_bt_full.exp: New file.
11061
11062 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11063
11064 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11065
11066 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11067
11068 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11069 pstate register when comparing registers values in
11070 sparc64-*-linux-gnu targets to avoid spurious differences.
11071
11072 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11073
11074 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11075
11076 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11077
11078 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11079 as type argument to gdb_compile.
11080 * gdb.base/nested-subp2.exp: Likewise.
11081 * gdb.base/nested-subp3.exp: Likewise.
11082
11083 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11084
11085 * lib/dwarf.exp (_note): Fix left shift of negative value.
11086 * gdb.trace/trace-condition.exp: Likewise.
11087
11088 2015-11-13 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11091 comments about d10v.
11092 (test_scalar_returns): Likewise.
11093 * gdb.base/d10v.ld: Remove.
11094 * gdb.base/overlays.exp: Remove the target triplet checking for
11095 d10v-*-*.
11096 * gdb.base/structs.exp (test_struct_returns): Remove the
11097 comments about d10v.
11098 (test_struct_calls): Likewise.
11099
11100 2015-11-13 Yao Qi <yao.qi@linaro.org>
11101
11102 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11103 * gdb.base/gnu_vector.c: Don't include stdio.h.
11104 (main): Don't print res and call add_some_intvecs.
11105
11106 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11107
11108 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11109 macro.
11110 (func5): Removed.
11111 (func4): Use FAST_TRACEPOINT_LABEL.
11112 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11113 macro.
11114 (func): Removed.
11115 (thread_function): Use FAST_TRACEPOINT_LABEL.
11116 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11117 (func): Remove.
11118 (marker): Use FAST_TRACEPOINT_LABEL.
11119 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11120 (pendfunc1): Remove.
11121 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11122 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11123 (foo): Remove.
11124 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11125 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11126 macro.
11127 (func): Remove.
11128 (marker): Use FAST_TRACEPOINT_LABEL.
11129 * gdb.trace/trace-common.h: New header.
11130 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11131 macro.
11132 (func): Remove.
11133 (marker): Use FAST_TRACEPOINT_LABEL.
11134 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11135 (func): Remove.
11136 (thread_function): Use FAST_TRACEPOINT_LABEL.
11137
11138 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11139
11140 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11141 in front.
11142 * gdb.trace/change-loc.exp: Use global pcreg definition.
11143 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11144 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11145 in front.
11146 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11147 * gdb.trace/pending.exp: Likewise.
11148 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11149 * gdb.trace/trace-break.exp: Likewise.
11150 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11151 in front.
11152 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11153 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11154 in front.
11155 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11156
11157 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb.ada/fin_fun_out: New testcase.
11160
11161 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11162
11163 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11164 value associated with DW_AT_byte_size.
11165 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11166 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11167 DW_AT_upper_bound.
11168
11169 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11170
11171 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11172 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11173 version.
11174 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11175 gdb.dwarf2/dw2-canonicalize-type.exp,
11176 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11177 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11178 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11179 provided by gdb_target_symbol_prefix_flags_asm.
11180 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11181 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11182 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11183 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11184 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11185 macros where needed). Use this macro for symbols which require
11186 the prefix provided by SYMBOL_PREFIX.
11187
11188 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11189
11190 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11191 New procs.
11192 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11193 representing expressions, of more than one list element.
11194 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11195 to prepend linker symbol prefix to f.
11196 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11197 table_1 and table_2.
11198 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11199 Likewise, for f and g.
11200 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11201 for ptr.
11202 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11203 for main.
11204 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11205 table_1_ptr and table_2_ptr.
11206
11207 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11208 Joel Brobecker <brobecker@adacore.com>
11209
11210 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11211
11212 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11213
11214 * gdb.reverse/s390-mvcle.c: New test.
11215 * gdb.reverse/s390-mvcle.exp: New file.
11216 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11217
11218 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11219
11220 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11221
11222 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11223
11224 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11225 reaching marker2.
11226 * gdb.reverse/getresuid-reverse.exp: Likewise.
11227 * gdb.reverse/pipe-reverse.exp: Likewise.
11228 * gdb.reverse/readv-reverse.exp: Likewise.
11229 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11230 * gdb.reverse/time-reverse.exp: Likewise.
11231 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11232
11233 2015-10-30 Yao Qi <yao.qi@linaro.org>
11234
11235 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11236 (empty_cycle): Remove.
11237 (main): Don't call empty_cycle. Don't use watch_count_done.
11238 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11239 empty_cycle. Rewrite the code counting HW watchpoints.
11240
11241 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11242
11243 * gdb.reverse/fstatat-reverse.c: New test.
11244 * gdb.reverse/fstatat-reverse.exp: New file.
11245 * gdb.reverse/getresuid-reverse.c: New test.
11246 * gdb.reverse/getresuid-reverse.exp: New file.
11247 * gdb.reverse/pipe-reverse.c: New test.
11248 * gdb.reverse/pipe-reverse.exp: New file.
11249 * gdb.reverse/readv-reverse.c: New test.
11250 * gdb.reverse/readv-reverse.exp: New file.
11251 * gdb.reverse/recvmsg-reverse.c: New test.
11252 * gdb.reverse/recvmsg-reverse.exp: New file.
11253 * gdb.reverse/time-reverse.c: New test.
11254 * gdb.reverse/time-reverse.exp: New file.
11255 * gdb.reverse/waitpid-reverse.c: New test.
11256 * gdb.reverse/waitpid-reverse.exp: New file.
11257
11258 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11259
11260 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11261
11262 2015-10-26 Doug Evans <dje@google.com>
11263
11264 PR symtab/17391
11265 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11266 * gdb.dwarf2/bad-regnum.c: New file.
11267 * gdb.dwarf2/bad-regnum.exp: New file.
11268
11269 2015-10-26 Doug Evans <dje@google.com>
11270
11271 PR python/18938
11272 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11273 file.
11274
11275 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11278 for a change by "Mention language in compile error message".
11279
11280 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11281
11282 PR python/18073
11283 * gdb.python/py-type.c (C::a_method): New.
11284 (C::a_const_method): New.
11285 (C::a_static_method): New.
11286 (a_function): New.
11287 * gdb.python/py-type.exp (test_fields): Test getting fields
11288 from function and method.
11289
11290 2015-10-21 Keven Boell <keven.boell@intel.com>
11291
11292 * gdb.fortran/vla-alloc-assoc.exp: New file.
11293 * gdb.fortran/vla-datatypes.exp: New file.
11294 * gdb.fortran/vla-datatypes.f90: New file.
11295 * gdb.fortran/vla-history.exp: New file.
11296 * gdb.fortran/vla-ptype-sub.exp: New file.
11297 * gdb.fortran/vla-ptype.exp: New file.
11298 * gdb.fortran/vla-sizeof.exp: New file.
11299 * gdb.fortran/vla-sub.f90: New file.
11300 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11301 * gdb.fortran/vla-value-sub-finish.exp: New file.
11302 * gdb.fortran/vla-value-sub.exp: New file.
11303 * gdb.fortran/vla-value.exp: New file.
11304 * gdb.fortran/vla-ptr-info.exp: New file.
11305 * gdb.mi/mi-vla-fortran.exp: New file.
11306 * gdb.mi/vla.f90: New file.
11307
11308 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11309
11310 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11311 of hardwired timeout value.
11312
11313 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11314 Pedro Alves <palves@redhat.com>
11315
11316 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11317 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11318
11319 2015-10-19 Josh Stone <jistone@redhat.com>
11320
11321 * gdb.base/catch-syscall.c: Include <sched.h>.
11322 (unknown_syscall): New variable.
11323 (main): Trigger a vfork and an unknown syscall.
11324 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11325 (unknown_syscall_number): Likewise.
11326 (check_call_to_syscall): Accept an optional syscall pattern.
11327 (check_return_from_syscall): Likewise.
11328 (check_continue): Likewise.
11329 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11330 (test_catch_syscall_skipping_return): New test toggling off 'catch
11331 syscall' to step over the syscall return, then toggling back on.
11332 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11333 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11334 (do_syscall_tests): Call test_catch_syscall_without_args and
11335 test_catch_syscall_mid_vfork.
11336 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11337 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11338
11339 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11340
11341 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11342 print g_vE): Add new pass patterns.
11343 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11344 print various symbol names for vptr fields.
11345
11346 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11347
11348 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11349 results.
11350
11351 2015-10-12 Yao Qi <yao.qi@linaro.org>
11352
11353 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11354
11355 2015-10-12 Yao Qi <yao.qi@linaro.org>
11356
11357 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11358 is aarch64*-*-linux*.
11359
11360 2015-10-12 Yao Qi <yao.qi@linaro.org>
11361
11362 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11363 (can_relocate_bcond_true): ... it.
11364 (can_relocate_bcond_false): New function.
11365 (foo): Likewise.
11366 (can_relocate_bl): Likewise.
11367 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11368 can_relocate_bl.
11369
11370 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11371
11372 * gdb.base/nested-addr.c: New file.
11373 * gdb.base/nested-addr.exp: New testcase.
11374
11375 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11376
11377 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11378 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11379 its output. Ignore the output of "record goto begin" and instead
11380 check that GDB is replaying.
11381
11382 2015-10-09 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11385 (top level): Use it in the run with no args test.
11386
11387 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11388
11389 * gdb.dlang/properties.exp: New file.
11390
11391 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11392
11393 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11394 whether or not address 0x1000 is mapped on the target.
11395
11396 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11397
11398 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11399 build.
11400
11401 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11402
11403 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11404 instruction-history test.
11405
11406 2015-09-28 Doug Evans <dje@google.com>
11407
11408 * gdb.base/gcore.c (array_func): Add reference to static_array.
11409
11410 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11411
11412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11413 source line.
11414
11415 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11416
11417 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11418 short or char as base type.
11419
11420 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11421
11422 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11423 to allow any size enum.
11424
11425 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11426
11427 * gdb.ada/array_ptr_renaming.exp: New testcase.
11428 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11429 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11430
11431 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11432
11433 * gdb.trace/ftrace-lock.c: New file.
11434 * gdb.trace/ftrace-lock.exp: New file.
11435
11436 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11437
11438 * gdb.arch/insn-reloc.c: New file.
11439 * gdb.arch/ftrace-insn-reloc.exp: New file.
11440
11441 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11442
11443 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11444 instruction.
11445 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11446 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11447 * gdb.trace/range-stepping.c: Likewise.
11448 * gdb.trace/trace-break.c: Likewise.
11449 * gdb.trace/trace-mt.c (thread_function): Likewise.
11450 * gdb.trace/ftrace.c (marker): Likewise.
11451 * gdb.trace/trace-condition.c (marker): Likewise.
11452 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11453 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11454 is_aarch64_target.
11455
11456 2015-09-18 Doug Evans <xdje42@gmail.com>
11457
11458 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11459 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11460
11461 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11462
11463 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11464 the breakpoint.
11465
11466 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11467
11468 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11469 the pending breakpoint. Remove timeout override for "Run till
11470 MI pending breakpoint on pendfunc3 on thread 2" test.
11471
11472 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11473
11474 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11475 filename pattern.
11476
11477 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11478
11479 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11480 in breakpoint filename pattern.
11481
11482 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11483
11484 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11485
11486 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11487
11488 * gdb.linespec/explicit.exp: Check for readline support for
11489 tab-completion tests. Fix obvious typo.
11490
11491 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11492
11493 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11494 and replay.
11495
11496 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11497
11498 * gdb.btrace/non-stop.c: New.
11499 * gdb.btrace/non-stop.exp: New.
11500
11501 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11502 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.trace/trace-condition.c: New file.
11505 * gdb.trace/trace-condition.exp: New file.
11506
11507 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11508
11509 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11510 for testing bytecode compilation.
11511
11512 2015-09-16 Pedro Alves <palves@redhat.com>
11513 Sandra Loosemore <sandra@codesourcery.com>
11514
11515 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11516 (SECONDS): Redefine.
11517 (main): Call pthread_kill and alarm early.
11518 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11519 support.
11520 (test): If the target can't hardware step and doesn't support
11521 displaced stepping, increase the timeout.
11522
11523 2015-09-16 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11526 (enable_debug): New procedures.
11527 (test): Use them. Bail out if waiting for threads fails.
11528 (top level): Bail out if a test fails.
11529
11530 2015-09-16 Yao Qi <yao.qi@linaro.org>
11531
11532 * gdb.asm/asm-source.exp: Set asm-arch for
11533 aarch64*-*-* target.
11534 * gdb.asm/aarch64.inc: New file.
11535
11536 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11537
11538 * gdb.ada/array_of_variable_length.exp: New testcase.
11539 * gdb.ada/array_of_variable_length/foo.adb: New file.
11540 * gdb.ada/array_of_variable_length/pck.adb: New file.
11541 * gdb.ada/array_of_variable_length/pck.ads: New file.
11542
11543 2015-09-15 Doug Evans <dje@google.com>
11544
11545 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11546 of function static local variable.
11547
11548 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11549
11550 * gdb.threads/tls-so_extern.exp: New test file.
11551 * gdb.threads/tls-so_extern.c: New test file.
11552 * gdb.threads/tls-so_extern_main.c: New test file.
11553
11554 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11555
11556 * gdb.opt/solib-intra-step-lib.c: New file.
11557 * gdb.opt/solib-intra-step-main.c: New file.
11558 * gdb.opt/solib-intra-step.exp: New file.
11559
11560 2015-09-15 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11563 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11564
11565 2015-09-14 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/hook-stop-continue.c: Delete.
11568 * gdb.base/hook-stop-continue.exp: Delete.
11569 * gdb.base/hook-stop-frame.c: Delete.
11570 * gdb.base/hook-stop-frame.exp: Delete.
11571 * gdb.base/hook-stop.c: New file.
11572 * gdb.base/hook-stop.exp: New file.
11573
11574 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11575
11576 * gdb.ada/access_to_packed_array.exp: New testcase.
11577 * gdb.ada/access_to_packed_array/foo.adb: New file.
11578 * gdb.ada/access_to_packed_array/pack.adb: New file.
11579 * gdb.ada/access_to_packed_array/pack.ads: New file.
11580
11581 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11582
11583 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11584 buffer size test.
11585
11586 2015-09-11 Don Breazeal <donb@codesourcery.com>
11587
11588 * gdb.base/foll-exec.c: Add copyright header. Fix
11589 formatting issues.
11590 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11591 (do_exec_tests): Use clean_restart in place of zap_session,
11592 and for test initialization. Fix formatting issues. Use
11593 fail in place of perror.
11594 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11595 an expect statement to match an expression with output from
11596 the program under debug.
11597 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11598 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11599 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11600 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11601 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11602
11603 2015-09-09 Doug Evans <dje@google.com>
11604
11605 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11606
11607 2015-09-09 Doug Evans <dje@google.com>
11608
11609 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11610
11611 2015-09-09 Doug Evans <dje@google.com>
11612
11613 * gdb.base/savedregs.exp: Fix typo.
11614
11615 2015-09-09 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11618
11619 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11620
11621 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11622 command actually switches threads. Give up on remaining
11623 tests if target fails to stop at breakpoint.
11624
11625 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11626
11627 * gdb.ada/funcall_char.exp: New testcase.
11628 * gdb.ada/funcall_char/foo.adb: New file.
11629
11630 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11631
11632 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11633 expected outputs. Add two testcases for completing ambiguous
11634 functions.
11635 * gdb.ada/complete/aux_pck.adb: New file.
11636 * gdb.ada/complete/aux_pck.ads: New file.
11637 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11638 Ambiguous_Func functions.
11639 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11640 * gdb.ada/complete/pck.adb: Likewise.
11641
11642 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11643
11644 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11645 failures to run the test program under GDB.
11646
11647 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11648
11649 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11650 to C.
11651
11652 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11653
11654 * gdb.base/run-after-attach.exp: New test file.
11655 * gdb.base/run-after-attach.c: New test file.
11656
11657 2015-08-26 Don Breazeal <donb@codesourcery.com>
11658
11659 * gdb.base/foll-exec-2.c: New test program.
11660 * gdb.base/foll-exec-2.exp: New test.
11661
11662 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11663
11664 * gdb.base/nested-subp1.exp: New file.
11665 * gdb.base/nested-subp1.c: New file.
11666 * gdb.base/nested-subp2.exp: New file.
11667 * gdb.base/nested-subp2.c: New file.
11668 * gdb.base/nested-subp3.exp: New file.
11669 * gdb.base/nested-subp3.c: New file.
11670
11671 2015-08-24 Pedro Alves <palves@redhat.com>
11672
11673 * gdb.server/connect-without-multi-process.c: New file.
11674 * gdb.server/connect-without-multi-process.exp: New file.
11675
11676 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11677
11678 * gdb.opt/inline-markers.c: Make z int.
11679
11680 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11681
11682 * gdb.opt/inline-markers.c: Make z volatile.
11683
11684 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11685
11686 * gdb.opt/inline-bt.c: New volatile global z.
11687 * gdb.opt/inline-cmds.c: Likewise.
11688 * gdb.opt/inline-locals.c: Likewise.
11689 * gdb.opt/inline-markers.c: New extern global z.
11690 (marker): Use z.
11691 (inline_fn): Likewise.
11692
11693 2015-08-24 Pedro Alves <palves@redhat.com>
11694
11695 * config/m32r-stub.exp: Remove file.
11696 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11697 * gdb.base/call-rt-st.exp: Likewise.
11698 * gdb.base/call-strs.exp: Likewise.
11699 * gdb.base/default.exp: Remove references to h8300-*-hms and
11700 *-*-udi*.
11701 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11702
11703 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11704
11705 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11706 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11707 and "return" use KFAIL when GDB can not read/write the vector
11708 return value.
11709
11710 2015-08-21 Gary Benson <gbenson@redhat.com>
11711
11712 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11713
11714 2015-08-20 Pedro Alves <palves@redhat.com>
11715
11716 * gdb.server/solib-list.exp: No longer expect an interior stop in
11717 non-stop mode.
11718
11719 2015-08-20 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.server/connect-stopped-target.c: New file.
11722 * gdb.server/connect-stopped-target.exp: New file.
11723
11724 2015-08-20 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.dwarf2/comp-unit-lang.exp: New file.
11727 * gdb.dwarf2/comp-unit-lang.c: New file.
11728
11729 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11730
11731 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11732 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11733
11734 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11735
11736 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11737 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11738
11739 2015-08-18 Doug Evans <dje@google.com>
11740 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11741
11742 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11743 skip_python_tests. New arg prompt_regexp.
11744 (skip_python_tests): New function.
11745 * lib/mi-support.exp (mi_skip_python_tests): New function.
11746 * gdb.python/py-mi-objfile-gdb.py: New file.
11747 * gdb.python/py-mi-objfile.c: New file.
11748 * gdb.python/py-mi-objfile.exp: New file.
11749
11750 2015-08-17 Keith Seitz <keiths@redhat.com>
11751
11752 * gdb.linespec/explicit.exp: Move strace test from here ...
11753 * gdb.trace/strace.exp: ... to here.
11754
11755 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11756
11757 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11758 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11759
11760 2015-08-14 Doug Evans <xdje42@gmail.com>
11761
11762 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11763 inferior before selecting a new file.
11764
11765 2015-08-14 Doug Evans <xdje42@gmail.com>
11766
11767 * gdb.mi/mi-disassemble.exp: Update.
11768 * gdb.base/disasm-optim.S: New file.
11769 * gdb.base/disasm-optim.c: New file.
11770 * gdb.base/disasm-optim.h: New file.
11771 * gdb.base/disasm-optim.exp: New file.
11772
11773 2015-08-14 Keith Seitz <keiths@redhat.com>
11774
11775 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11776 "evaluated-by".
11777
11778 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11779
11780 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11781
11782 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11783
11784 * gdb.ada/fun_renaming.exp: New testcase.
11785 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11786 * gdb.ada/fun_renaming/pack.adb: New file.
11787 * gdb.ada/fun_renaming/pack.ads: New file.
11788
11789 2015-08-12 Keith Seitz <keiths@redhat.com>
11790
11791 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11792 gdb_get_line_number.
11793
11794 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11797 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11798 gdb.base/dso2dso.exp: New files.
11799
11800 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11801 Pedro Alves <palves@redhat.com>
11802 Keith Seitz <keiths@redhat.com>
11803
11804 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11805 GDBFLAGS.
11806
11807 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11808
11809 * gdb.base/gdbhistsize-history.exp
11810 (test_histsize_history_setting): Use save_vars.
11811 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11812 Use save_vars.
11813 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11814 * gdb.base/readline.exp: Use save_vars.
11815
11816 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11817
11818 * lib/gdb.exp (save_vars): New proc.
11819
11820 2015-08-11 Keith Seitz <keiths@redhat.com>
11821
11822 * gdb.base/help.exp: Update help_breakpoint_text.
11823
11824 2015-08-11 Keith Seitz <keiths@redhat.com>
11825
11826 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11827 (at toplevel): Call test_explicit_breakpoints.
11828 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11829 breakpoints.
11830 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11831 breakpoint conditions, "-cond".
11832
11833 2015-08-11 Keith Seitz <keiths@redhat.com>
11834
11835 * gdb.linespec/3explicit.c: New file.
11836 * gdb.linespec/cpexplicit.cc: New file.
11837 * gdb.linespec/cpexplicit.exp: New file.
11838 * gdb.linespec/explicit.c: New file.
11839 * gdb.linespec/explicit.exp: New file.
11840 * gdb.linespec/explicit2.c: New file.
11841 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11842 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11843 before using in the matching pattern.
11844 Clarify that `prefix' is a regular expression.
11845
11846 2015-08-11 Keith Seitz <keiths@redhat.com>
11847
11848 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11849 test.
11850 Add tests for missing ",FMT" and ",".
11851
11852 2015-08-10 Doug Evans <dje@google.com>
11853 Keith Seitz <keiths@redhat.com>
11854
11855 PR gdb/17960
11856 * gdb.base/completion.exp: Add location completer tests.
11857
11858 2015-08-07 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11861 tests here.
11862 (top level): Run do_test with and without displaced stepping.
11863
11864 2015-08-07 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.base/valgrind-disp-step.c: New file.
11867 * gdb.base/valgrind-disp-step.exp: New file.
11868
11869 2015-08-07 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11872 Delete function.
11873 (main): Add alarm. Run an infinite loop instead of calling
11874 wait_threads.
11875 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11876 comment.
11877 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11878 Delete function.
11879 (main): Add alarm. Run an infinite loop instead of calling
11880 wait_threads.
11881 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11882 comment.
11883
11884 2015-08-07 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/checkpoint-ns.exp: New file.
11887 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11888 standard_testfile.
11889
11890 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11891
11892 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11893 * gdb.btrace/instruction_history.exp: Update.
11894 * gdb.btrace/tsx.exp: New.
11895 * gdb.btrace/tsx.c: New.
11896
11897 2015-08-06 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11900 increase timeout.
11901 * gdb.reverse/until-precsave.exp: Bump timeouts.
11902
11903 2015-08-06 Pedro Alves <palves@redhat.com>
11904
11905 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11906
11907 2015-08-06 Pedro Alves <palves@redhat.com>
11908
11909 PR gdb/18749
11910 * gdb.threads/process-dies-while-handling-bp.c: New file.
11911 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11912
11913 2015-08-06 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11916 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11917
11918 2015-08-05 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11921 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11922
11923 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11924
11925 * gdb.base/bp-permanent.exp: Report test as unsupported if
11926 the target cannot stop at the permanent breakpoint.
11927
11928 2015-08-03 Doug Evans <dje@google.com>
11929
11930 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11931 10000.
11932
11933 2015-08-03 Doug Evans <dje@google.com>
11934
11935 * Makefile.in (workers/%.worker, build-perf): New rule.
11936 (GDB_PERFTEST_MODE): New variable.
11937 (check-perf): Use it.
11938 (clean): Clean up gdb.perf parallel build subdirs.
11939 * lib/build-piece.exp: New file.
11940 * lib/gdb.exp (make_gdb_parallel_path): New function
11941 (standard_output_file, standard_temp_file): Call it.
11942 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11943 of $GDB_PARALLEL.
11944 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11945
11946 2015-08-03 Doug Evans <dje@google.com>
11947
11948 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11949 (LOG_FILE_NAME): New global.
11950 (TextReporter.__init__): Initialize self.txt_sum.
11951 (TextReporter.report): Add support for multiple data-points.
11952 Move report to perftest.sum, put raw data in perftest.log.
11953 (TextReporter.start): Open sum and log files.
11954 (TextReporter.end): Close sum and log files.
11955 * gdb.perf/lib/perftest/testresult.py
11956 (SingleStatisticTestResult.record): Handle multiple data-points.
11957
11958 2015-07-31 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11961 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11962 kill_wait_spawned_process instead of explicit "kill -9".
11963 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11964 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11965 kill_wait_spawned_process.
11966 * gdb.base/attach-twice.exp: Likewise.
11967 * gdb.base/attach.exp: Likewise.
11968 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11969 gdb_test_multiple.
11970 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11971 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11972 kill_wait_spawned_process.
11973 * gdb.base/valgrind-infcall.exp: Likewise.
11974 * gdb.multi/multi-attach.exp: Likewise.
11975 * gdb.python/py-prompt.exp: Likewise.
11976 * gdb.python/py-sync-interp.exp: Likewise.
11977 * gdb.server/ext-attach.exp: Likewise.
11978 * gdb.threads/attach-into-signal.exp (corefunc): Use
11979 spawn_wait_for_attach, spawn_id_get_pid and
11980 kill_wait_spawned_process.
11981 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11982 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11983 spawn_id_get_pid and kill_wait_spawned_process.
11984 * gdb.threads/attach-stopped.exp (corefunc): Use
11985 spawn_wait_for_attach, spawn_id_get_pid and
11986 kill_wait_spawned_process.
11987 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11988 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11989 kill_wait_spawned_process instead of explicit "kill -9".
11990 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11991 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11992 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11993 processes. Don't map cygwin/windows pids here. Now returns a
11994 spawn id list.
11995
11996 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11997
11998 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11999 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12000 correct patch.
12001
12002 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12003
12004 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12005
12006 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12007
12008 Reapply:
12009 2014-05-21 Mark Wielaard <mjw@redhat.com>
12010
12011 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12012
12013 2015-07-30 Pedro Alves <palves@redhat.com>
12014
12015 * linux-low.c (handle_extended_wait): Set the child's last
12016 reported status to TARGET_WAITKIND_STOPPED.
12017
12018 2015-07-30 Pedro Alves <palves@redhat.com>
12019
12020 PR threads/18600
12021 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12022 only shows inferior 1.
12023
12024 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12025 Pedro Alves <palves@redhat.com>
12026
12027 PR threads/18600
12028 * gdb.threads/fork-plus-threads.c: New file.
12029 * gdb.threads/fork-plus-threads.exp: New file.
12030
12031 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12032
12033 * gdb.base/batch-preserve-term-settings.exp
12034 (test_terminal_settings_preserved_after_cli_exit): Use
12035 send_quit_command.
12036
12037 2015-07-29 Pedro Alves <palves@redhat.com>
12038 Don Breazeal <donb@codesourcery.com>
12039
12040 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12041 output from both inferior_spawn_id and gdb_spawn_id.
12042
12043 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12044
12045 * gdb.threads/attach-into-signal.exp (corefunc): Use
12046 with_test_prefix on nested loops, uniquefying the test messages.
12047
12048 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12049
12050 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12051 commit.
12052
12053 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12054
12055 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12056 New proc.
12057 (test_terminal_settings_preserved_after_sigterm): New test.
12058
12059 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12060
12061 * gdb.base/batch-preserve-term-settings.exp
12062 (test_terminal_settings_preserved_after_cli_exit): New test.
12063
12064 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12065
12066 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12067 manipulation of saved_gdbflags.
12068 (test_terminal_settings_preserved): Remove global declaration of
12069 the unused variable pagination_prompt. Remove manipulation of
12070 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12071 GDBFLAGS.
12072
12073 2015-07-29 Pedro Alves <palves@redhat.com>
12074
12075 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12076
12077 2015-07-29 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12080 at the top.
12081
12082 2015-07-29 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12085 (main): Call gdb_unbuffer_output.
12086 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12087 (main): Call gdb_unbuffer_output.
12088 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12089 (main): Call gdb_unbuffer_output.
12090 * gdb.base/call-strs.exp: Adjust to step over the
12091 gdb_unbuffer_output call.
12092 * gdb.base/catch-gdb-caused-signals.c: Include
12093 "../lib/unbuffer_output.c".
12094 (main): Call gdb_unbuffer_output.
12095 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12096 (main): Call gdb_unbuffer_output.
12097 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12098 (main): Call gdb_unbuffer_output.
12099 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12100 (main): Call gdb_unbuffer_output.
12101 * gdb.base/shlib-call.exp: Adjust to step over the
12102 gdb_unbuffer_output call.
12103 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12104 (main): Call gdb_unbuffer_output.
12105 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12106 (main): Call gdb_unbuffer_output.
12107 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12108 (main): Rename to ...
12109 (test): ... this.
12110 (main): Reimplement.
12111 * gdb.base/varargs.exp: Run to test instead of to main.
12112 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12113 (main): Call gdb_unbuffer_output.
12114
12115 2015-07-29 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12118 factore out from mi_continue_dprintf. For call-style dprintfs,
12119 expect dprintf output out of $inferior_spawn_id.
12120 (mi_continue_dprintf): Use mi_expect_dprintf.
12121 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12122 (main): Call gdb_unbuffer_output.
12123
12124 2015-07-29 Pedro Alves <palves@redhat.com>
12125
12126 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12127 (default_mi_gdb_start): Set inferior_spawn_id instead of
12128 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12129 gdb_spawn_id.
12130 (mi_gdb_test): Always expect inferior output from both
12131 $inferior_spawn_id and $gdb_spawn_id.
12132
12133 2015-07-29 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12136 send_inferior and $inferior_spawn_id.
12137
12138 2015-07-29 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.gdb/complaints.exp (test_initial_complaints)
12141 (test_serial_complaints, test_short_complaints): Use
12142 gdb_test_stdio.
12143 (test_empty_complaint): Handle $inferior_spawn_id !=
12144 $gdb_spawn_id.
12145
12146 2015-07-29 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/varargs.exp: Use gdb_test_stdio.
12149
12150 2015-07-29 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12153
12154 2015-07-29 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12157
12158 2015-07-29 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12161 parameter into two new parameters, "inf_result" and "gdb_result".
12162 Expect inferior output and gdb output from $inferior_spawn_id and
12163 $gdb_spawn_id, respectively. Adjust all callers.
12164
12165 2015-07-29 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12168 of gdb_test_sequence.
12169
12170 2015-07-29 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12173 (saw_spurious_output): Expect inferior output from
12174 $inferior_spawn_id. Use gdb_test_stdio.
12175
12176 2015-07-29 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.base/dprintf.exp: Use standard_testfile. Change
12179 prepare_for_testing call.
12180 (srcfile): Don't set.
12181 (restart): New procedure.
12182 (test_dprintf): New procecure, use to continue over dprintfs.
12183 (test_call, test_agent): New procedures, tests moved here.
12184 Restart gdb and recreate dprintfs. Adjust expected output.
12185
12186 2015-07-29 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12189
12190 2015-07-29 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12193
12194 2015-07-29 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12197 gdb_test_stdio.
12198
12199 2015-07-29 Pedro Alves <palves@redhat.com>
12200
12201 * lib/gdb.exp (gdb_test_stdio): New procedure.
12202
12203 2015-07-29 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12206
12207 2015-07-29 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/call-signal-resume.exp: Remove check for
12210 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12211 * gdb.base/unwindonsignal.exp: Likewise.
12212 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12213 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12214
12215 2015-07-29 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/siginfo-addr.c (pass): New function.
12218 (handler): Call it iff si_addr is correct.
12219 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12220 Set a breakpoint at "pass" and continue to it.
12221
12222 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12223
12224 * gdb.python/py-objfile.exp: Make some tests have unique names.
12225 * gdb.python/py-pp-registration.exp: Likewise.
12226
12227 2015-07-28 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12230
12231 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12232
12233 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12234
12235 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12236
12237 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12238
12239 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12240
12241 * gdb.base/gdb-sigterm-2.exp: New test.
12242
12243 2015-07-25 Doug Evans <xdje42@gmail.com>
12244
12245 Revert:
12246 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12247 (workers/%.worker, build-perf): New rule.
12248 (GDB_PERFTEST_MODE): New variable.
12249 (check-perf): Use it.
12250 (clean): Clean up gdb.perf parallel build subdirs.
12251 * lib/build-piece.exp: New file.
12252 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12253 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12254 name.
12255 (standard_temp_file): Ditto.
12256 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12257 of $GDB_PARALLEL.
12258
12259 2015-07-24 Doug Evans <dje@google.com>
12260
12261 * gdb.perf/lib/perftest/utils.py: New file.
12262 * gdb.perf/gm-hello.cc: New file.
12263 * gdb.perf/gm-pervasive-typedef.cc: New file.
12264 * gdb.perf/gm-pervasive-typedef.h: New file.
12265 * gdb.perf/gm-std.cc: New file.
12266 * gdb.perf/gm-std.h: New file.
12267 * gdb.perf/gm-use-cerr.cc: New file.
12268 * gdb.perf/gm-utils.h: New file.
12269 * gdb.perf/gmonster-null-lookup.py: New file.
12270 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12271 * gdb.perf/gmonster-print-cerr.py: New file.
12272 * gdb.perf/gmonster-ptype-string.py: New file.
12273 * gdb.perf/gmonster-runto-main.py: New file.
12274 * gdb.perf/gmonster-select-file.py: New file.
12275 * gdb.perf/gmonster1-null-lookup.exp: New file.
12276 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12277 * gdb.perf/gmonster1-print-cerr.exp: New file.
12278 * gdb.perf/gmonster1-ptype-string.exp: New file.
12279 * gdb.perf/gmonster1-runto-main.exp: New file.
12280 * gdb.perf/gmonster1-select-file.exp: New file.
12281 * gdb.perf/gmonster1.cc: New file.
12282 * gdb.perf/gmonster1.exp: New file.
12283 * gdb.perf/gmonster2-null-lookup.exp: New file.
12284 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12285 * gdb.perf/gmonster2-print-cerr.exp: New file.
12286 * gdb.perf/gmonster2-ptype-string.exp: New file.
12287 * gdb.perf/gmonster2-runto-main.exp: New file.
12288 * gdb.perf/gmonster2-select-file.exp: New file.
12289 * gdb.perf/gmonster2.cc: New file.
12290 * gdb.perf/gmonster2.exp: New file.
12291
12292 2015-07-24 Doug Evans <dje@google.com>
12293
12294 * gdb.perf/README: New file.
12295 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12296 * lib/gen-perf-test.exp: New file.
12297
12298 2015-07-24 Doug Evans <dje@google.com>
12299
12300 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12301 (PerfTest::startup): New function.
12302 (PerfTest::run): Return result of calling body.
12303 (PerfTest::assemble): Rewrite.
12304 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12305 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12306 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12307 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12308 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12309
12310 2015-07-24 Doug Evans <dje@google.com>
12311
12312 * lib/gdb.exp (clean_restart): Make executable optional.
12313
12314 2015-07-24 Doug Evans <dje@google.com>
12315
12316 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12317 compiler_info references.
12318 * gdb.cp/temargs.exp: Ditto.
12319 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12320 (get_compiler_info): Early exit if already computed. Set compiler_info
12321 to "unknown" if there was a problem.
12322 (test_compiler_info): Add function comment. Call get_compiler_info.
12323
12324 2015-07-24 Doug Evans <dje@google.com>
12325
12326 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12327 (workers/%.worker, build-perf): New rule.
12328 (GDB_PERFTEST_MODE): New variable.
12329 (check-perf): Use it.
12330 (clean): Clean up gdb.perf parallel build subdirs.
12331 * lib/build-piece.exp: New file.
12332 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12333 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12334 name.
12335 (standard_temp_file): Ditto.
12336 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12337 of $GDB_PARALLEL.
12338
12339 2015-07-24 Doug Evans <dje@google.com>
12340
12341 * lib/future.exp (gdb_default_target_compile): New option
12342 "early_flags".
12343 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12344 --as-needed.
12345
12346 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12347
12348 * gdb.base/catch-syscall.exp: Call gdb_exit before
12349 gdb_skip_xml_test.
12350
12351 2015-07-24 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.python/py-events.exp: Accept output between the stop event
12354 and the prompt.
12355 * gdb.python/py-evsignal.exp: Likewise.
12356 * gdb.python/py-evthreads.exp: Likewise.
12357
12358 2015-07-24 Pedro Alves <palves@redhat.com>
12359
12360 PR gdb/18717
12361 * gdb.threads/non-ldr-exit.c: New file.
12362 * gdb.threads/non-ldr-exit.exp: New file.
12363
12364 2015-07-24 Yao Qi <yao.qi@linaro.org>
12365
12366 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12367 restarting process.
12368
12369 2015-07-24 Yao Qi <yao.qi@linaro.org>
12370
12371 * gdb.server/ext-restart.exp: New file.
12372
12373 2015-07-24 Yao Qi <yao.qi@linaro.org>
12374
12375 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12376 argument options.
12377 * gdb.server/ext-wrapper.exp: New file.
12378
12379 2015-07-23 Doug Evans <dje@google.com>
12380
12381 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12382 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12383
12384 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12385
12386 * gdb.ada/var_arr_typedef.exp: New testcase.
12387 * gdb.ada/var_arr_typedef/pack.adb: New file.
12388 * gdb.ada/var_arr_typedef/pack.ads: New file.
12389 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12390
12391 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12392
12393 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12394
12395 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 * gdb.arch/i386-biarch-core.exp: Replace istarget
12398 by "complete set gnutarget". Remove expectation for the "core-file"
12399 command.
12400
12401 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 Revert the previous commit:
12404 Tests for validate symbol file using build-id.
12405
12406 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12407
12408 Tests for validate symbol file using build-id.
12409 * gdb.base/solib-mismatch-lib.c: New file.
12410 * gdb.base/solib-mismatch-libmod.c: New file.
12411 * gdb.base/solib-mismatch.c: New file.
12412 * gdb.base/solib-mismatch.exp: New file.
12413
12414 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12415
12416 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12417 nios2-*-linux*.
12418 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12419 * gdb.base/siginfo.exp: Likewise.
12420 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12421
12422 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12423
12424 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12425 Move it to ...
12426 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12427 ... here.
12428 * gdb.trace/range-stepping.exp: Check that the target supports
12429 range stepping.
12430
12431 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12432
12433 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12434
12435 2015-07-14 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.base/killed-outside.exp: New file.
12438 * gdb.base/killed-outside.c: New file.
12439
12440 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12443 (n at main): New.
12444 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12445
12446 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12447
12448 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12449 infcall tests instead of setting up for KFAIL.
12450
12451 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12452
12453 * gdb.btrace/record_goto-step.exp: New.
12454
12455 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12456
12457 PR compile/18484
12458 * gdb.compile/compile.c (struct struct_type): Add volatile to
12459 selffield's type.
12460 * gdb.compile/compile.exp
12461 (compile code struct_object.selffield = &struct_object): Skip further
12462 struct_object tests if this one xfails.
12463
12464 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12465
12466 PR exp/18617
12467 * gdb.trace/ax.exp: Add test.
12468
12469 2015-07-07 Yao Qi <yao.qi@linaro.org>
12470
12471 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12472 instead of istarget "aarch64*-*-*".
12473 * gdb.arch/aarch64-fp.exp: Likewise.
12474 * gdb.base/float.exp: Likewise.
12475 * gdb.reverse/aarch64.exp: Likewise.
12476 * lib/gdb.exp (is_aarch64_target): New proc.
12477
12478 2015-07-07 Yao Qi <yao.qi@linaro.org>
12479
12480 * lib/gdb.exp (is_aarch32_target): New proc.
12481 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12482 instead of "istarget "arm*-*-*"".
12483 * gdb.arch/arm-disp-step.exp: Likewise.
12484 * gdb.arch/thumb-bx-pc.exp: Likewise.
12485 * gdb.arch/thumb-prologue.exp: Likewise.
12486 * gdb.arch/thumb-singlestep.exp: Likewise.
12487 * gdb.base/disp-step-syscall.exp: Likewise.
12488 * gdb.base/float.exp: Likewise.
12489
12490 2015-07-07 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12493 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12494
12495 2015-07-07 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12498 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12499 if it exists.
12500 * gdb.multi/multi-arch.exp: Likewise.
12501
12502 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12505 print.
12506
12507 2015-07-07 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12510
12511 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12512
12513 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12514 '[' and ']' characters.
12515
12516 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12517
12518 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12519
12520 2015-06-29 Pedro Alves <palves@redhat.com>
12521
12522 PR threads/18127
12523 * gdb.threads/hand-call-new-thread.c: New file.
12524 * gdb.threads/hand-call-new-thread.c: New file.
12525
12526 2015-06-26 Keith Seitz <keiths@redhat.com>
12527 Doug Evans <dje@google.com>
12528
12529 PR 16253
12530 * gdb.cp/var-tag-2.cc: New file.
12531 * gdb.cp/var-tag-3.cc: New file.
12532 * gdb.cp/var-tag-4.cc: New file.
12533 * gdb.cp/var-tag.cc: New file.
12534 * gdb.cp/var-tag.exp: New file.
12535
12536 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12537
12538 * gdb.base/history-duplicates.exp: New test.
12539
12540 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12541
12542 * gdb.base/completion.exp: Test the completion of the "focus"
12543 command.
12544
12545 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.arch/amd64-prologue-skip.S: New file.
12548 * gdb.arch/amd64-prologue-skip.exp: New file.
12549
12550 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12551
12552 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12553 is_address_zero_readable check.
12554
12555 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12556
12557 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12558 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12559
12560 2015-06-24 Yao Qi <yao.qi@linaro.org>
12561
12562 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12563 linux targets.
12564
12565 2015-06-24 Yao Qi <yao.qi@linaro.org>
12566
12567 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12568 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12569 * gdb.base/siginfo-thread.exp: Likewise.
12570
12571 2015-06-22 Yao Qi <yao.qi@linaro.org>
12572
12573 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12574
12575 2015-06-22 Yao Qi <yao.qi@linaro.org>
12576
12577 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12578 aarch64*-*-*.
12579 (skip_hw_watchpoint_tests): Likewise.
12580
12581 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12582
12583 * gdb.base/gdbinit-history.exp: Test the interaction between
12584 setting GDBHISTSIZE and setting the history size via .gdbinit.
12585
12586 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12587
12588 PR gdb/16999
12589 * gdb.base/gdbhistsize-history.exp: New test.
12590
12591 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12592
12593 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12594 with GDBHISTSIZE.
12595 * gdb.base/readline.exp: Likewise.
12596
12597 2015-06-17 Yao Qi <yao.qi@linaro.org>
12598
12599 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12600 line.
12601
12602 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12603
12604 * gdb.base/gdbinit-history.exp: Add test case to check that
12605 an unlimited history file does not get truncated on exit.
12606
12607 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12608
12609 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12610 (VECTOR): New macro. Use it...
12611 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12612 ...for these typedefs.
12613 (int8, char1, int1, double1): New typedefs.
12614 (struct just_int2, struct two_int2): New structures.
12615 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12616 (add_structvecs, add_singlevecs): New functions.
12617 (main): Call add_some_intvecs twice.
12618 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12619 the compile and exit upon failure. Try compiling for the "native"
12620 architecture. Test inferior function calls with vector arguments
12621 and vector return value handling with "finish" and "return".
12622
12623 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12624
12625 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12626 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12627 PE file.
12628 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12629
12630 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12631
12632 PR breakpoints/16465
12633 * gdb.mi/mi-dprintf-pending.c: New file.
12634 * gdb.mi/mi-dprintf-pending.exp: New test.
12635 * gdb.mi/mi-dprintf-pendshr.c: New file.
12636
12637 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12638 Mircea Gherzan <mircea.gherzan@intel.com>
12639
12640 * gdb.arch/i386-mpx-map.c: New file.
12641 * gdb.arch/i386-mpx-map.exp: New File.
12642
12643 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12644
12645 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12646 * gdb.arch/i386-mpx.exp: Indentation fixed.
12647
12648 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12649
12650 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12651 function and improved indentation.
12652 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12653 gdb_test_multiple. Added additional tests to skip the test.
12654
12655 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12656
12657 * gdb.arch/i386-avx512.c: Change path in include file.
12658 * gdb.arch/i386-avx512.exp: Change include dir path
12659 compilation flag.
12660 * gdb.arch/i386-mpx.c: Change path in include file.
12661 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12662 flag.
12663
12664 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12665
12666 * gdb.compile/compile-print.exp (compile print *vararray@3)
12667 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12668
12669 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12670
12671 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12672 (do not keep jit in memory): ... this.
12673 (expect 5): Change it to ...
12674 (expect no 5): ... this.
12675
12676 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12677
12678 PR gdb/15564
12679 * gdb.mi/mi-detach.exp: New file.
12680
12681 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12682
12683 PR symtab/18392
12684 * gdb.arch/amd64-tailcall-self.S: New file.
12685 * gdb.arch/amd64-tailcall-self.c: New file.
12686 * gdb.arch/amd64-tailcall-self.exp: New file.
12687
12688 2015-05-28 Don Breazeal <donb@codesourcery.com>
12689
12690 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12691 tests for remote targets by checking is_target_gdbserver.
12692
12693 2015-05-27 Doug Evans <dje@google.com>
12694
12695 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12696 * gdb.dwarf2/opaque-type-lookup.c: New file.
12697 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12698
12699 2015-05-26 Doug Evans <dje@google.com>
12700
12701 * gdb.cp/iostream.cc: New file.
12702 * gdb.cp/iostream.exp: New file.
12703
12704 2015-05-26 Doug Evans <dje@google.com>
12705
12706 * gdb.dwarf2/dw2-op-call.exp: Update.
12707 * gdb.dwarf2/dw4-sig-types.exp: Update.
12708 * gdb.dwarf2/implptr.exp: Update.
12709 * gdb.mi/mi-cmd-param-changed.exp: Update.
12710
12711 2015-05-26 Doug Evans <dje@google.com>
12712
12713 * gdb.python/py-lazy-string.c: New file.
12714 * gdb.python/py-lazy-string.exp: New file.
12715 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12716 (main): Update. Add estring3.
12717 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12718 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12719
12720 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12721 Yao Qi <yao.qi@linaro.org>
12722
12723 * gdb.reverse/aarch64.c: New.
12724 * gdb.reverse/aarch64.exp: New.
12725
12726 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12727
12728 * lib/gdb.exp (supports_process_record): Return true for
12729 aarch64*-linux*.
12730 (supports_reverse): Likewise.
12731
12732 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12733
12734 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12735 Use with_test_prefix.
12736
12737 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12738
12739 * gdb.base/completion.exp: Add test for completion of layout
12740 names.
12741
12742 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12743
12744 * lib/gdb.exp (skip_tui_tests): New proc.
12745 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12746
12747 2015-05-19 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12750 Save the whole env array instead of just HOME. Unset HISTSIZE in
12751 the environment while testing. Restore whole environment
12752 afterwards.
12753
12754 2015-05-16 Doug Evans <xdje42@gmail.com>
12755
12756 * gdb.guile/scm-ports.c: New file.
12757 * gdb.guile/scm-ports.exp: Add memory port tests.
12758
12759 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.compile/compile-print.c: New file.
12762 * gdb.compile/compile-print.exp: New file.
12763
12764 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12765
12766 * gdb.compile/compile-ops.exp: Cast param to void.
12767 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12768 (compile code struct_object.selffield = &struct_object): Add xfail.
12769
12770 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12771
12772 * gdb.ada/arr_enum_with_gap: New testcase.
12773
12774 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12775
12776 * gdb.ada/byte_packed_arr: New testcase.
12777
12778 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12779
12780 * gdb.ada/pckd_neg: New testcase.
12781
12782 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12783
12784 PR gdb/17820
12785 * gdb.base/gdbinit-history.exp: New test.
12786 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12787 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12788
12789 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12790
12791 * gdb.python/py-xmethods.cc: Enhance test case.
12792 * gdb.python/py-xmethods.exp: New tests.
12793 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12794 function.
12795 (B_indexoper): Likewise.
12796 (global_dm_list) : Add new xmethod worker functions.
12797
12798 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12799
12800 * gdb.base/coredump-filter.exp: Correctly unset
12801 "coredump_var_addr" array.
12802
12803 2015-05-08 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.server/non-existing-program.exp: Unset spawn_id.
12806
12807 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12808
12809 PR python/18291
12810 * gdb.python/py-xmethods.exp: Add tests.
12811
12812 2015-05-08 Yao Qi <yao.qi@linaro.org>
12813
12814 PR gdb/18208
12815 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12816 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12817 function set_coredump_filter, and remove remote_exec call.
12818 Remove argument ipid. Callers update.
12819 (top level): Don't get inferior's PID.
12820
12821 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12822
12823 * gdb.base/watch_thread_num.exp: Skip test on targets without
12824 access watchpoints.
12825
12826 2015-05-06 Pedro Alves <palves@redhat.com>
12827
12828 PR server/18081
12829 * gdb.server/non-existing-program.exp: New file.
12830
12831 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12832
12833 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12834
12835 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12836
12837 * gdb.ada/out_of_line_in_inlined: New testcase.
12838
12839 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12840
12841 * gdb.ada/var_rec_arr: New testcase.
12842
12843 2015-04-30 Yao Qi <yao.qi@linaro.org>
12844
12845 * gdb.base/break-idempotent.exp: If
12846 skip_hw_watchpoint_multi_tests returns true, skip the tests
12847 on "rwatch" and "awatch".
12848
12849 2015-04-30 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.base/relativedebug.exp: Invoke gdb command
12852 "info sharedlibrary", and if libc.so doesn't have debug info,
12853 skip the test.
12854
12855 2015-04-29 Doug Evans <dje@google.com>
12856
12857 * gdb.python/py-xmethods.exp: Add ptype tests.
12858 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12859 get_result_type method.
12860
12861 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12862
12863 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12864 the target does not support hardware watchpoints.
12865
12866 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12867
12868 * gdb.base/break-always.exp: Abort testing if writing to memory
12869 causes an error.
12870
12871 2015-04-28 Doug Evans <dje@google.com>
12872
12873 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12874 * gdb.python/py-pp-registration.exp: ... here. New file.
12875 * gdb.python/py-pp-registration.c: New file.
12876 * gdb.python/py-pp-registration.py: New file.
12877
12878 2015-04-28 Doug Evans <dje@google.com>
12879
12880 * gdb.python/py-bad-printers.c: New file.
12881 * gdb.python/py-bad-printers.py: New file.
12882 * gdb.python/py-bad-printers.exp: New file.
12883
12884 2015-04-28 Sasha Smundak <asmundak@google.com>
12885
12886 * gdb.python/py-type.exp: New test.
12887
12888 2015-04-28 Andy Wingo <wingo@igalia.com>
12889
12890 * gdb.python/py-parameter.exp:
12891 * gdb.guile/scm-parameter.exp: Escape the path that we are
12892 matching against, as it might contain characters that are special
12893 to regular expressions.
12894
12895 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12896
12897 * gdb.ada/rec_comp: New testcase.
12898
12899 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12900
12901 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12902 before using it.
12903
12904 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12905
12906 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12907 new tests for verilog output.
12908
12909 2015-04-24 Yao Qi <yao.qi@linaro.org>
12910
12911 * boards/remote-gdbserver-on-localhost.exp: New file.
12912
12913 2015-04-23 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12916 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12917 "end of file", remove $inferior_spawn_id from the indirect list.
12918
12919 2015-04-23 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12922
12923 2015-04-23 Pedro Alves <palves@redhat.com>
12924
12925 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12926 on $any_spawn_id instead of only on $gdb_spawn_id.
12927
12928 2015-04-21 Pierre Muller <muller@sourceware.org>
12929
12930 PR pascal/17815
12931 * lib/pascal.exp (gpc_compile): Add new option "class".
12932 (fpc_compile): Likewise.
12933 * gdb.pascal/case-insensitive-symbols.pas: New file.
12934 * gdb.pascal/case-insensitive-symbols.exp: New file.
12935
12936 2015-04-20 Gary Benson <gbenson@redhat.com>
12937
12938 * gdb.base/attach.exp: Fix three extended remote failures.
12939
12940 2015-04-17 Gary Benson <gbenson@redhat.com>
12941
12942 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12943 the main executable over the remote protocol.
12944
12945 2015-04-16 Pedro Alves <palves@redhat.com>
12946
12947 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12948 a new gdbserver if gdbserver_reconnect_p is set.
12949
12950 2015-04-16 Pedro Alves <palves@redhat.com>
12951
12952 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12953 is set, don't exit gdbserver.
12954
12955 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12956
12957 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12958 appropriate .insn, such that an older assembler can be used.
12959 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12960 the z/Architecture instruction set on 31-bit targets as well.
12961
12962 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12963
12964 * gdb.go/handcall.exp: Remove all logic related to the first
12965 breakpoint and rely on go_runto_main instead.
12966 * gdb.go/strings.exp: Likewise.
12967 * gdb.go/unsafe.exp: Likewise.
12968 * gdb.go/hello.exp: Likewise. Also rename the remaining
12969 breakpoint marker to "breakpoint 1".
12970 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12971 * gdb.go/strings.go: Likewise.
12972 * gdb.go/unsafe.go: Likewise.
12973 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12974 "set breakpoint 2 here" and rename the remaining breakpoint marker
12975 to "breakpoint 1".
12976
12977 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12978
12979 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12980 if itertools.imap is not present.
12981 * gdb.python/py-objfile.exp: Add parentheses.
12982 * gdb.python/py-type.exp: Same.
12983 * gdb.python/py-unwind-maint.py: Same.
12984
12985 2015-04-15 Yao Qi <yao.qi@linaro.org>
12986
12987 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12988 of ":$ptr_size" and set its form explicitly.
12989
12990 2015-04-15 Pedro Alves <palves@redhat.com>
12991 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12994 timeout by factor of 4.
12995 (test_regular_watch): Likewise.
12996 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12997 * gdb.reverse/sigall-reverse.exp: Likewise.
12998 * gdb.reverse/until-precsave.exp: Likewise.
12999 * lib/gdb.exp (with_timeout_factor): New proc.
13000 (gdb_expect): Move some code to ...
13001 (get_largest_timeout): ... here. New procedure.
13002
13003 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13004
13005 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13006
13007 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13008
13009 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13010 to write to the .text section.
13011
13012 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13013
13014 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13015 Handle the case of targets that do not provide PID information.
13016
13017 2015-04-13 Yao Qi <yao.qi@linaro.org>
13018
13019 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13020 and use expect instead of gdb_expect.
13021
13022 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13023
13024 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13025 "coredump_var_addr" to avoid naming conflict with other testcases.
13026
13027 2015-04-10 Pedro Alves <palves@redhat.com>
13028
13029 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13030 gdb_test_sequence and gdb_assert.
13031
13032 2015-04-10 Pedro Alves <palves@redhat.com>
13033
13034 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13035 test messages that don't include the breakpoint address.
13036
13037 2015-04-10 Yao Qi <yao.qi@linaro.org>
13038
13039 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13040 false for some offset and width combinations which aren't
13041 supported by linux kernel.
13042
13043 2015-04-10 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13046 procedure, factored out from ...
13047 (top level): ... here. Add "set displaced-stepping" testing axis.
13048 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13049 parameter "displaced". Use it.
13050 (top level): Use foreach and add "set displaced-stepping" testing
13051 axis.
13052
13053 2015-04-10 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13056 Remove comment.
13057 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13058 both the address of the instruction that triggers the watchpoint
13059 and the address of the instruction immediately after, and use
13060 those addresses for the test. Fix comment.
13061
13062 2015-04-10 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/sigstep.exp (breakpoint_to_handler)
13065 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13066 Test "backtrace" in handler.
13067 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13068 (top level): Add new "displaced" test axis to
13069 breakpoint_to_handler, breakpoint_to_handler_entry and
13070 breakpoint_over_handler.
13071
13072 2015-04-10 Pedro Alves <palves@redhat.com>
13073
13074 PR gdb/18216
13075 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13076
13077 2015-04-10 Yao Qi <yao.qi@linaro.org>
13078
13079 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13080 (test_add_rn_pc): New function.
13081 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13082 (top level): Invoke test_add_rn_pc.
13083
13084 2015-04-10 Pedro Alves <palves@redhat.com>
13085
13086 PR gdb/13858
13087 * gdb.base/step-over-no-symbols.exp: New file.
13088
13089 2015-04-09 Andy Wingo <wingo@igalia.com>
13090
13091 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13092 after the Python tests.
13093
13094 2015-04-08 Keith Seitz <keiths@redhat.com>
13095
13096 PR python/16699
13097 * gdb.python/py-completion.exp: New tests for completion.
13098 * gdb.python/py-completion.py (CompleteLimit1): New class.
13099 (CompleteLimit2): Likewise.
13100 (CompleteLimit3): Likewise.
13101 (CompleteLimit4): Likewise.
13102 (CompleteLimit5): Likewise.
13103 (CompleteLimit6): Likewise.
13104 (CompleteLimit7): Likewise.
13105
13106 2015-04-08 Pedro Alves <palves@redhat.com>
13107
13108 PR gdb/18214
13109 PR gdb/18216
13110 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13111 function.
13112 (main): Install it as SIGUSR1 handler.
13113 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13114 parameter. Always use "setup" as prefix. Toggle "set
13115 displaced-stepping" off/on depending on global. Don't switch to
13116 thread 1 here.
13117 (top level): Add displaced stepping "off/on" test axis. Update
13118 "setup" calls. Wrap each subtest with with_test_prefix. Test
13119 continuing with a queued signal in each thread.
13120
13121 2015-04-08 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13124 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13125 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13126 Return early if running to main fails.
13127 * gdb.trace/while-stepping.exp: Likewise.
13128
13129 2015-04-07 Pedro Alves <palves@redhat.com>
13130
13131 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13132 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13133 interact with inferior program.
13134
13135 2015-04-07 Pedro Alves <palves@redhat.com>
13136
13137 * lib/gdb.exp (inferior_spawn_id): New global.
13138 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13139 spawn id after processing the user code.
13140 (default_gdb_start): Set inferior_spawn_id.
13141 (send_inferior): New procedure.
13142 * lib/gdbserver-support.exp (gdbserver_start): Set
13143 inferior_spawn_id.
13144 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13145
13146 2015-04-07 Pedro Alves <palves@redhat.com>
13147
13148 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13149 * lib/gdbserver-support.exp (gdbserver_start): Make
13150 $server_spawn_id global.
13151 (gdbserver_start): Don't wait for gdbserver's spawn id with
13152 expect_background.
13153 (close_gdbserver): New procedure.
13154 (gdb_exit): Rename the default version and reimplement.
13155
13156 2015-04-07 Pedro Alves <palves@redhat.com>
13157
13158 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13159 append the substituted item, not the original item.
13160
13161 2015-04-07 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13164 gdb_expect.
13165
13166 2015-04-07 Pedro Alves <palves@redhat.com>
13167
13168 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13169 output appearing once only.
13170
13171 2015-04-07 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13174 that doesn't expect anything. Return early if running to main
13175 fails.
13176
13177 2015-04-07 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13180 (child_function): Call alarm.
13181 (main): Move call to alarm into the loop.
13182 * gdb.threads/non-stop-fair-events.exp: Build program with
13183 -DTIMEOUT=$timeout.
13184
13185 2015-04-06 Doug Evans <xdje42@gmail.com>
13186
13187 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13188 Fix dest parameter to board_info.
13189 (fpc_compile): Ditto.
13190 (gdb_compile_pascal): Rename dest arg to destfile.
13191
13192 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13193
13194 * gdb.ada/funcall_ref.exp: New file.
13195 * gdb.ada/funcall_ref/foo.adb: New file.
13196
13197 2015-04-02 Yao Qi <yao.qi@linaro.org>
13198
13199 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13200 is remote.
13201
13202 2015-04-02 Gary Benson <gbenson@redhat.com>
13203
13204 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13205
13206 2015-04-01 Sasha Smundak <asmundak@google.com>
13207
13208 * gdb.python/py-unwind-maint.c: New file.
13209 * gdb.python/py-unwind-maint.exp: New test.
13210 * gdb.python/py-unwind-maint.py: New file.
13211 * gdb.python/py-unwind.c: New file.
13212 * gdb.python/py-unwind.exp: New test.
13213 * gdb.python/py-unwind.py: New test.
13214
13215 2015-04-01 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13218 to fail instead of non-existent $test.
13219
13220 2015-04-01 Pedro Alves <palves@redhat.com>
13221
13222 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13223 GDBFLAGS if not empty.
13224
13225 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13226
13227 * gdb.ada/complete.exp: Remove "multi_line".
13228 * gdb.ada/info_exc.exp: Remove "multi_line".
13229 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13230 * gdb.ada/ptype_field.exp: Remove "multi_line".
13231 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13232 * gdb.ada/tagged.exp: Remove "multi_line".
13233 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13234 [multi_line ...]
13235 * gdb.btrace/delta.exp: Likewise.
13236 * gdb.btrace/exception.exp: Likewise.
13237 * gdb.btrace/function_call_history.exp: Likewise.
13238 * gdb.btrace/instruction_history.exp: Likewise.
13239 * gdb.btrace/nohist.exp: Likewise.
13240 * gdb.btrace/record_goto.exp: Likewise.
13241 * gdb.btrace/segv.exp: Likewise.
13242 * gdb.btrace/stepi.exp: Likewise.
13243 * gdb.btrace/tailcall.exp: Likewise.
13244 * gdb.btrace/unknown_functions.exp: Likewise.
13245 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13246 * lib/gdb.exp: Add the "multi_line" helper.
13247
13248 2015-04-01 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.threads/tid-reuse.c: New file.
13251 * gdb.threads/tid-reuse.exp: New file.
13252
13253 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13254
13255 PR corefiles/16092
13256 * gdb.base/coredump-filter.c: New file.
13257 * gdb.base/coredump-filter.exp: Likewise.
13258
13259 2015-03-27 Petr Machata <pmachata@redhat.com>
13260
13261 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13262 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13263 (Dwarf::assemble): Initialize them.
13264 (Dwarf::lines): New function.
13265
13266 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13267
13268 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13269 SYMBOL_PREFIX for x86_64-*-cygwin.
13270
13271 2015-03-26 Andy Wingo <wingo@igalia.com>
13272
13273 PR symtab/18148
13274 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13275 const_value but not a location.
13276 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13277 location defined in non-main CUs are visible.
13278
13279 2015-03-26 Yao Qi <yao.qi@linaro.org>
13280
13281 PR testsuite/18139
13282 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13283 Add a line number entry for the same line.
13284 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13285 Add a line number entry for the same line.
13286
13287 2015-03-26 Yao Qi <yao.qi@linaro.org>
13288
13289 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13290 .int 0.
13291 (func): Likewise. Add .Lfunc_1 label.
13292 Use .Lfunc_1 label.
13293 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13294 .int 0.
13295 (func): Likewise.
13296 Use .Lfunc_1 label.
13297
13298 2015-03-26 Yao Qi <yao.qi@linaro.org>
13299
13300 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13301 Call gdb_compile instead to compile each .s files without debug
13302 information.
13303
13304 2015-03-26 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.base/savedregs.exp (process_saved_regs): Make
13307 "Saved registers:" optional in the pattern.
13308
13309 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13310
13311 * gdb.btrace/next.exp: Merged into step.exp.
13312 * gdb.btrace/finish.exp: Merged into step.exp.
13313 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13314 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13315 "record goto" and checking the exact replay position.
13316 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13317 check for "Recording format" in "info record" output.
13318 * gdb.btrace/record_goto.exp: Choose test file based on target.
13319 * gdb.btrace/x86-record_goto.S: Renamed into ...
13320 * gdb.btrace/x86_64-record_goto.S: ... this.
13321 * gdb.btrace/i686-record_goto.S: New.
13322 * gdb.btrace/x86-tailcall.S: Renamed into ...
13323 * gdb.btrace/x86_64-tailcall.S: ... this.
13324 * gdb.btrace/i686-tailcall.S: New.
13325 * gdb.btrace/x86-tailcall.c: Renamed into ...
13326 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13327 separate statements. Update test.
13328 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13329 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13330 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13331 * gdb.btrace/tailcall.exp: Choose test file based on target.
13332 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13333
13334 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13335
13336 * gdb.btrace/exception.exp: Increase BTS buffer size.
13337
13338 2015-03-24 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13341
13342 2015-03-24 Pedro Alves <palves@redhat.com>
13343
13344 * gdb.threads/schedlock.exp (test_step): No longer expect that
13345 "set scheduler-locking step" with "next" over a function call runs
13346 threads unlocked.
13347
13348 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13349
13350 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13351
13352 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13353
13354 PR breakpoints/16466
13355 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13356 * gdb.mi/mi-pending.c (thread_func): New function.
13357 (int main): Add threading support required.
13358 * gdb.mi/mi-pending.exp: Add tests for this issue.
13359 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13360 (pendfunc2): Remove stdio dependency.
13361 * gdb.mi/mi-pendshr2.c: New file.
13362
13363 2015-03-23 Keith Seitz <keiths@redhat.com>
13364
13365 * gdb.linespec/keywords.c: New file.
13366 * gdb.linespec/keywords.exp: New file.
13367
13368 2015-03-23 Keith Seitz <keiths@redhat.com>
13369
13370 PR gdb/18021
13371 * gdb.dwarf2/staticvirtual.exp: New test.
13372
13373 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13376 * README: Remove HP-UX and gdb.hp.
13377 (configuration):
13378 * configure: Regenerate.
13379 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13380 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13381 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13382 gdb.hp/gdb.defects/Makefile.
13383 * gdb.hp/Makefile.in: File deleted.
13384 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13385 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13386 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13387 * gdb.hp/gdb.aCC/run.c: File deleted.
13388 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13389 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13390 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13391 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13392 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13393 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13394 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13395 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13396 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13397 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13398 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13399 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13400 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13401 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13402 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13403 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13404 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13405 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13406 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13407 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13408 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13409 * gdb.hp/gdb.compat/average.c: File deleted.
13410 * gdb.hp/gdb.compat/sum.c: File deleted.
13411 * gdb.hp/gdb.compat/xdb.c: File deleted.
13412 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13413 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13414 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13415 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13416 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13417 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13418 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13419 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13420 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13421 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13422 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13423 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13424 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13425 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13426 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13427 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13428 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13429 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13430 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13431 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13432 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13433 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13434 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13435 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13436 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13437 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13438 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13439 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13440 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13441 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13442 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13443 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13444 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13445 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13446 * gdb.hp/tools/odump: File deleted.
13447
13448 2015-03-19 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13451 (saw_thread_3): New globals.
13452 (top level): Increment them when an event for the corresponding
13453 thread is seen.
13454 (no thread starvation): New test.
13455
13456 2015-03-19 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.threads/continue-pending-status.c: New file.
13459 * gdb.threads/continue-pending-status.exp: New file.
13460
13461 2015-03-18 Pedro Alves <palves@redhat.com>
13462
13463 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13464 Use gdb_is_target_remote instead of is_remote. Use
13465 gdb_test_multiple instead of gdb_expect. Exit early if
13466 gdb_test_multiple hits its internal matches. Tighten stepi tests
13467 expected output. Fail on exit with any signal, instead of just
13468 SIGILL.
13469
13470 2015-03-18 Yao Qi <yao.qi@linaro.org>
13471
13472 PR tdep/18107
13473 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13474 variable.
13475 * gdb.base/catch-syscall.exp: Don't skip it on
13476 aarch64*-*-linux* target. Remove elements in all_syscalls.
13477 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13478 target.
13479 (setup_all_syscalls): New proc.
13480
13481 2015-03-16 Yao Qi <yao.qi@linaro.org>
13482
13483 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13484 (top level): Skip tests if valid_addr_p returns false for
13485 $cmd1 or $cmd2.
13486
13487 2015-03-11 Andy Wingo <wingo@igalia.com>
13488
13489 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13490
13491 2015-03-11 Yao Qi <yao.qi@linaro.org>
13492
13493 * gdb.base/catch-syscall.exp: Fix typo in comments.
13494
13495 2015-03-11 Yao Qi <yao.qi@linaro.org>
13496
13497 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13498
13499 2015-03-09 Pedro Alves <palves@redhat.com>
13500
13501 * dg-extract-results.py: Delete.
13502
13503 2015-03-09 Pedro Alves <palves@redhat.com>
13504
13505 Merge dg-extract-results.sh from GCC upstream (r218843).
13506
13507 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13508 * dg-extract-results.sh: Use --text with grep to avoid issues with
13509 binary files. Fall back to cat -v, if that doesn't work.
13510
13511 2015-03-05 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13514
13515 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13516
13517 * lib/mi-support.exp (mi_expect_interrupt): Accept
13518 alternative event for when in all-stop mode.
13519
13520 2015-03-04 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13523
13524 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13525
13526 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13527
13528 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13529
13530 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13531 regexps for GDB's current line display, accept a hex address
13532 preceding the line number.
13533
13534 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13535
13536 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13537 the 'arch1' variable for "s390*-linux*" targets.
13538
13539 2015-03-04 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13542 (main): Pass missing retval argument to pthread_join call.
13543
13544 2015-03-02 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13547 (top level): Call do_test with non-stop as well.
13548
13549 2015-03-02 Pedro Alves <palves@redhat.com>
13550
13551 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13552 -1.
13553
13554 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13555
13556 * gdb.arch/s390-vregs.exp: New test.
13557 * gdb.arch/s390-vregs.S: New file.
13558
13559 2015-02-27 Pedro Alves <palves@redhat.com>
13560
13561 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13562 call to catch_command_errors.
13563 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13564 catch_command_errors.
13565
13566 2015-02-27 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13569 "true" for boolean result.
13570 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13571 prototype of main.
13572
13573 2015-02-27 Pedro Alves <palves@redhat.com>
13574
13575 * lib/unbuffer_output.c: New file.
13576 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13577 (main): Call gdb_unbuffer_output.
13578
13579 2015-02-27 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13582 target.
13583
13584 2015-02-26 Doug Evans <dje@google.com>
13585
13586 * gdb.cp/class2.cc (Dbase, D): New classes.
13587 (main): New local delta.
13588 * gdb.cp/class2.exp: Test printing delta.
13589 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13590 (dynbar): New global.
13591 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13592
13593 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13594
13595 * gdb.compile/compile-ifunc.c: New file.
13596 * gdb.compile/compile-ifunc.exp: New file.
13597
13598 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13599
13600 * gdb.base/structs.exp: Check for correct struct on finish.
13601
13602 2015-02-26 Yao Qi <yao.qi@linaro.org>
13603
13604 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13605 is zero.
13606
13607 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13608
13609 * gdb.arch/cordic.ko.bz2: New file.
13610 * gdb.arch/cordic.ko.debug.bz2: New file.
13611 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13612
13613 2015-02-25 Yao Qi <yao.qi@linaro.org>
13614
13615 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13616 aarch64*-*-* target.
13617
13618 2015-02-23 Pedro Alves <palves@redhat.com>
13619
13620 * lib/gdb.exp (delete_breakpoints): Rewrite using
13621 gdb_test_multiple.
13622
13623 2015-02-23 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/info-os.c: Include stdlib.h.
13626
13627 2015-02-22 Doug Evans <xdje42@gmail.com>
13628
13629 PR symtab/17855
13630 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13631 is read after symbols have been re-read.
13632 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13633 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13634
13635 2015-02-21 Doug Evans <dje@google.com>
13636
13637 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13638
13639 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 PR corefiles/17808
13642 * gdb.arch/i386-biarch-core.core.bz2: New file.
13643 * gdb.arch/i386-biarch-core.exp: New file.
13644
13645 2015-02-21 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13648 runto_main fails.
13649
13650 2015-02-20 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13653 info probes.
13654
13655 2015-02-20 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13658
13659 2015-02-20 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13662 clean_restart before gdb_target_supports_trace.
13663
13664 2015-02-20 Pedro Alves <palves@redhat.com>
13665
13666 PR threads/18006
13667 * gdb.threads/clone-thread_db.c: New file.
13668 * gdb.threads/clone-thread_db.exp: New file.
13669
13670 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13671
13672 PR breakpoints/16812
13673 * gdb.base/catch-gdb-caused-signals.c: New file.
13674 * gdb.base/catch-gdb-caused-signals.exp: New file.
13675
13676 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13677
13678 * configure: Regenerated.
13679 * configure.ac: Use GDB_AC_TRANSFORM.
13680 * aclocal.m4: sinclude ../transform.m4.
13681
13682 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13683
13684 * lib/dtrace.exp: New file.
13685 * gdb.base/dtrace-probe.exp: Likewise.
13686 * gdb.base/dtrace-probe.d: Likewise.
13687 * gdb.base/dtrace-probe.c: Likewise.
13688 * lib/pdtrace.in: Likewise.
13689 * configure.ac: Output variables with the transformed names of
13690 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13691 * configure: Regenerated.
13692
13693 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13694
13695 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13696 expected message when trying to access $_probe_* convenience
13697 variables while not on a probe.
13698
13699 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13700
13701 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13702
13703 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13704
13705 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13706 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13707
13708 2015-02-10 Doug Evans <xdje42@gmail.com>
13709
13710 * lib/gdb.exp (gdb_load): Always return a result.
13711
13712 2015-02-10 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.threads/signal-sigtrap.c: New file.
13715 * gdb.threads/signal-sigtrap.exp: New file.
13716
13717 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13718
13719 * gdb.trace/no-attach-trace.c: New file.
13720 * gdb.trace/no-attach-trace.exp: New file.
13721
13722 2015-02-09 Mark Wielaard <mjw@redhat.com>
13723
13724 * gdb.dwarf2/atomic.c: New file.
13725 * gdb.dwarf2/atomic-type.exp: Likewise.
13726
13727 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13728
13729 * gdb.btrace/buffer-size.exp: Update "info record" output.
13730 * gdb.btrace/delta.exp: Update "info record" output.
13731 * gdb.btrace/enable.exp: Update "info record" output.
13732 * gdb.btrace/finish.exp: Update "info record" output.
13733 * gdb.btrace/instruction_history.exp: Update "info record" output.
13734 * gdb.btrace/next.exp: Update "info record" output.
13735 * gdb.btrace/nexti.exp: Update "info record" output.
13736 * gdb.btrace/step.exp: Update "info record" output.
13737 * gdb.btrace/stepi.exp: Update "info record" output.
13738 * gdb.btrace/nohist.exp: Update "info record" output.
13739
13740 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13741
13742 * gdb.btrace/buffer-size: New.
13743
13744 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13745
13746 * gdb.btrace/delta.exp: Update "info record" output.
13747 * gdb.btrace/enable.exp: Update "info record" output.
13748 * gdb.btrace/finish.exp: Update "info record" output.
13749 * gdb.btrace/instruction_history.exp: Update "info record" output.
13750 * gdb.btrace/next.exp: Update "info record" output.
13751 * gdb.btrace/nexti.exp: Update "info record" output.
13752 * gdb.btrace/step.exp: Update "info record" output.
13753 * gdb.btrace/stepi.exp: Update "info record" output.
13754 * gdb.btrace/nohist.exp: Update "info record" output.
13755
13756 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13757
13758 PR gdb/15678
13759 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13760
13761 2015-02-06 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13764 macro.
13765 (seconds_left, again): New globals.
13766 (main): Wait seconds_left in a 1-second sleep loop instead of
13767 sleeping 180 seconds. If 'again' is set, reset the seconds
13768 counter.
13769 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13770 'again' in the inferior before detaching. Print the seconds left.
13771 (options): New global.
13772 (top level): Build program with -DTIMEOUT=$timeout.
13773
13774 2015-02-06 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13777 determine how many seconds to pass to 'alarm'.
13778 * gdb.base/gdb-sigterm.exp (top level): Build program with
13779 -DTIMEOUT=$timeout.
13780 (do_test): Return success/failure indication. Add more verbose
13781 logging. Don't fail if 200 single steps are seen. Instead, fail
13782 when the test times out.
13783 (passes): New global.
13784 (top level): Break the testing loop if testing fails on any
13785 iteration. Use gdb_assert.
13786
13787 2015-02-04 Don Breazeal <donb@codesourcery.com>
13788
13789 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13790 and initialize them.
13791 (ipc_cleanup): New function.
13792 (main): Don't declare shmid, semid, and msqid. Add a call to
13793 atexit so that we call ipc_cleanup on exit.
13794
13795 2015-02-04 Pedro Alves <palves@redhat.com>
13796
13797 * boards/native-extended-gdbserver.exp: Remove any target variant
13798 specifications from the board name before clearing the isremote
13799 flag from board_info.
13800
13801 2015-01-31 Doug Evans <xdje42@gmail.com>
13802
13803 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13804
13805 2015-01-31 Gary Benson <gbenson@redhat.com>
13806
13807 * gdb.base/completion.exp: Disable completion limiting for
13808 existing tests. Add new tests to check completion limiting.
13809 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13810
13811 2015-01-31 Doug Evans <xdje42@gmail.com>
13812
13813 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13814
13815 2015-01-31 Doug Evans <xdje42@gmail.com>
13816
13817 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13818 entries. Duplicate file section script entries.
13819 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13820 inlined entries. Add test for safe-path rejection.
13821 * gdb.python/py-section-script.c: Add duplicate inlined section script
13822 entries. Duplicate file section script entries.
13823 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13824 inlined entries. Add test for safe-path rejection.
13825
13826 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13827
13828 * gdb.ada/disc_arr_bound: New testcase.
13829
13830 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13831
13832 * gdb.ada/mi_var_array: New testcase.
13833
13834 2015-01-27 Doug Evans <dje@google.com>
13835
13836 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13837 Add test for objfile.filename, objfile.username after objfile
13838 has been unloaded.
13839
13840 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13841
13842 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13843 the second test to print the name attribute of value
13844 returned by the call to gdb.lookup_type, and adjust
13845 the expected output accordingly.
13846
13847 2015-01-25 Mark Wielaard <mjw@redhat.com>
13848
13849 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13850 * gdb.base/disp-step-fork.c: Include unistd.h.
13851 * gdb.base/siginfo-obj.c: Include stdio.h.
13852 * gdb.base/siginfo-thread.c: Likewise.
13853 * gdb.mi/non-stop.c: Include unistd.h.
13854 * gdb.mi/nsthrexec.c: Include stdio.h.
13855 * gdb.mi/pthreads.c: Include unistd.h.
13856 * gdb.modula2/unbounded1.c (main): Declare returns int.
13857 * gdb.reverse/consecutive-reverse.c: Likewise.
13858 * gdb.threads/create-fail.c: Include unistd.h.
13859 * gdb.threads/killed.c: Likewise.
13860 * gdb.threads/linux-dp.c: Likewise.
13861 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13862 * gdb.threads/non-ldr-exc-2.c: Likewise.
13863 * gdb.threads/non-ldr-exc-3.c: Likewise.
13864 * gdb.threads/non-ldr-exc-4.c: Likewise.
13865 * gdb.threads/pthreads.c: Include unistd.h.
13866 (main): Declare returns int.
13867 * gdb.threads/tls-main.c (foo): New declaration.
13868 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13869
13870 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13871
13872 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13873 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13874
13875 2015-01-15 Mark Wielaard <mjw@redhat.com>
13876
13877 * gdb.base/noreturn-return.c: New file.
13878 * gdb.base/noreturn-return.exp: New file.
13879 * gdb.base/noreturn-finish.c: New file.
13880 * gdb.base/noreturn-finish.exp: New file.
13881
13882 2015-01-23 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.threads/continue-pending-after-query.c: New file.
13885 * gdb.threads/continue-pending-after-query.exp: New file.
13886
13887 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13888 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13891 * gdb.base/valgrind-db-attach.exp: Same.
13892 * gdb.base/valgrind-infcall.exp: Same.
13893 * lib/mi-support.exp (default_mi_gdb_start): Same.
13894 * lib/prompt.exp (default_prompt_gdb_start): Same.
13895 * lib/gdb.exp (default_gdb_spawn): Same.
13896 (gdb_interact): New.
13897
13898
13899 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13900
13901 * gdb.compile/compile.exp (pointer to jit function): New test.
13902
13903 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13904
13905 * lib/gdb.exp (supports_process_record): Return true for
13906 powerpc*-*-linux*.
13907 (supports_reverse): Likewise.
13908
13909 2015-01-15 Don Breazeal <donb@codesourcery.com>
13910
13911 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13912 instead of checking whether the target board is remote and
13913 use spawn_wait_for_attach instead of exec/sleep.
13914 * gdb.base/attach-twice.exp: Likewise.
13915
13916 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdb.ada/var_arr_attrs: New testcase.
13919
13920 2015-01-14 Pedro Alves <palves@redhat.com>
13921 Joel Brobecker <brobecker@adacore.com>
13922
13923 PR gdb/17525
13924 * gdb.base/bp-cmds-execution-x-script.c: New file.
13925 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13926 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13927
13928 2015-01-14 Pedro Alves <palves@redhat.com>
13929
13930 PR cli/17828
13931 * gdb.base/batch-preserve-term-settings.c: New file.
13932 * gdb.base/batch-preserve-term-settings.exp: New file.
13933
13934 2015-01-13 Doug Evans <dje@google.com>
13935
13936 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13937 binary.
13938
13939 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13940
13941 * Makefile.in (clean mostlyclean): Do not delete *.py.
13942
13943 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13944
13945 * gdb.python/py-lookup-type.exp: New file.
13946
13947 2015-01-12 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13950 restore GDBFLAGS before returning.
13951
13952 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13953
13954 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13955 is_amd64_regs_target and is_x86_like_target.
13956
13957 2015-01-11 Doug Evans <xdje42@gmail.com>
13958
13959 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13960 is given without an explicit form.
13961 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13962 attributes.
13963 * gdb.dwarf/corrupt.exp: Ditto.
13964 * gdb.dwarf2/enum-type.exp: Ditto.
13965 * gdb.trace/entry-values.exp: Ditto.
13966 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13967
13968 2015-01-11 Doug Evans <xdje42@gmail.com>
13969
13970 PR gdb/15830
13971 * gdb.base/maint.exp: Remove references to "maint demangle".
13972 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13973 Add tests for explicitly specifying language to demangle.
13974 * gdb.dlang/demangle.exp: Ditto.
13975
13976 2015-01-09 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.threads/non-stop-fair-events.c: New file.
13979 * gdb.threads/non-stop-fair-events.exp: New file.
13980
13981 2015-01-09 Pedro Alves <palves@redhat.com>
13982
13983 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13984 the global scope. Set a breakpoint after all threads are started
13985 rather than stepping over two source lines. Expect the prompt.
13986 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13987 global.
13988 (NUM): Now 15.
13989 (main): Use threads_started_barrier to wait for all threads to
13990 start. Main thread no longer calls thread_function. Exit after
13991 180 seconds.
13992 (loop): New function.
13993 (thread_function): Wait on threads_started_barrier barrier. Call
13994 'loop' at each iteration.
13995 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13996 threads have started, instead of hardcoding number of "next"
13997 steps. Use an access watchpoint instead of a write watchpoint.
13998
13999 2015-01-09 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14002 (thread_func): Wait on barrier.
14003 (main): Wait for all threads to start before stopping GDB.
14004 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14005 global.
14006 (thread1_func, thread2_func): Wait on barrier.
14007 (main): Wait for all threads to start before stopping GDB.
14008 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14009 New global.
14010 (thread1_func, thread2_func): Wait on barrier.
14011 (main): Wait for all threads to start before stopping GDB.
14012
14013 2015-01-09 Pedro Alves <palves@redhat.com>
14014
14015 * gdb.threads/attach-many-short-lived-threads.c: New file.
14016 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14017
14018 2014-01-09 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14021 instead of to thread 2.
14022 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14023 Add barrier around each pthread_create call instead of around all
14024 calls.
14025 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14026 Set a break on thread_function and have the child threads hit it
14027 one at at a time.
14028
14029 2015-01-09 Pedro Alves <palves@redhat.com>
14030
14031 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14032 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14033 false.
14034 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14035 checking whether the target board is remote.
14036 * gdb.multi/multi-attach.exp: Likewise.
14037 * gdb.python/py-sync-interp.exp: Likewise.
14038 * gdb.server/ext-attach.exp: Likewise.
14039 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14040 tests that need to attach, instead of checking whether the target
14041 board is remote at the top of the file.
14042
14043 2015-01-08 Yao Qi <yao@codesourcery.com>
14044
14045 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14046
14047 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14048
14049 Fix testcase compilation.
14050 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14051
14052 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14053
14054 * gdb.python/py-type.exp: Add a couple test about empty
14055 array creation, and negative-length array creation.
14056
14057 2015-01-02 Doug Evans <xdje42@gmail.com>
14058
14059 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14060
14061 2015-01-02 Doug Evans <dje@google.com>
14062
14063 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14064
14065 2014-12-29 Yao Qi <yao@codesourcery.com>
14066
14067 * gdb.trace/entry-values.exp: Update comments. Rename variable
14068 bar_call_foo to returned_from_foo.
14069
14070 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14071
14072 PR gdb/17394
14073 * gdb.linespec/break-asm-file.c: New file.
14074 * gdb.linespec/break-asm-file.exp: New file.
14075 * gdb.linespec/break-asm-file0.s: New file.
14076 * gdb.linespec/break-asm-file1.s: New file.
14077
14078 2014-12-18 Nigel Stephens <nigel@mips.com>
14079 Maciej W. Rozycki <macro@codesourcery.com>
14080
14081 * gdb.base/float.exp: Handle the new output from "info float" on
14082 MIPS targets.
14083
14084 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14085
14086 Fix MinGW compilation.
14087 * gdb.compile/compile-ops.exp: Update untested message if
14088 !skip_compile_feature_tests.
14089 * gdb.compile/compile-setjmp.exp: Likewise.
14090 * gdb.compile/compile-tls.exp: Likewise.
14091 * gdb.compile/compile.exp: Likewise.
14092 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14093 supported on this host".
14094
14095 2014-12-16 Doug Evans <xdje42@gmail.com>
14096
14097 * boards/stabs.exp: New file.
14098
14099 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14100
14101 * gdb.base/completion.exp: Adjust to format changes of "maint
14102 print user-registers".
14103
14104 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14105
14106 PR server/17457
14107 * gdb.arch/aarch64-fp.c: New file.
14108 * gdb.arch/aarch64-fp.exp: New file.
14109
14110 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14111
14112 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14113 r210637, r210913, r211666, r215400, r215817).
14114
14115 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14116 * dg-extract-results.py: New file.
14117 * dg-extract-results.sh: Use it if the environment seems
14118 suitable.
14119
14120 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14121
14122 * dg-extract-results.py (parse_run): Handle warnings that
14123 are printed before a test harness is run.
14124
14125 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14126
14127 * dg-extract-results.py (Named): Remove __cmp__ method.
14128 (output_variation): Use a key to sort variation.harnesses.
14129
14130 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14131
14132 * dg-extract-results.py: For Python 3, force sys.stdout to
14133 handle surrogate escape sequences.
14134 (safe_open): New function.
14135 (output_segment, main): Use it.
14136
14137 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14138
14139 * dg-extract-results.py (Prog.result_re): Include options
14140 in test name.
14141
14142 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14143
14144 * dg-extract-results.py (output_variation): Always sort if
14145 do_sum.
14146
14147 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14148
14149 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14150 as long as we get pagination notifications.
14151
14152 2014-12-15 Jason Merrill <jason@redhat.com>
14153
14154 * Makefile.in (check-gdb.%): Restore.
14155 * README: Mention it.
14156
14157 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14158
14159 * gdb.ada/str_uninit: New testcase.
14160
14161 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 PR symtab/17642
14164 * gdb.base/vla-stub-define.c: New file.
14165 * gdb.base/vla-stub.c: New file.
14166 * gdb.base/vla-stub.exp: New file.
14167
14168 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14169 Jan Kratochvil <jan.kratochvil@redhat.com>
14170 Tom Tromey <tromey@redhat.com>
14171
14172 * configure.ac: Add gdb.compile/.
14173 * configure: Regenerate.
14174 * gdb.compile/Makefile.in: New file.
14175 * gdb.compile/compile-ops.exp: New file.
14176 * gdb.compile/compile-ops.c: New file.
14177 * gdb.compile/compile-tls.c: New file.
14178 * gdb.compile/compile-tls.exp: New file.
14179 * gdb.compile/compile-constvar.S: New file.
14180 * gdb.compile/compile-constvar.c: New file.
14181 * gdb.compile/compile-mod.c: New file.
14182 * gdb.compile/compile-nodebug.c: New file.
14183 * gdb.compile/compile-setjmp-mod.c: New file.
14184 * gdb.compile/compile-setjmp.c: New file.
14185 * gdb.compile/compile-setjmp.exp: New file.
14186 * gdb.compile/compile-shlib.c: New file.
14187 * gdb.compile/compile.c: New file.
14188 * gdb.compile/compile.exp: New file.
14189 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14190
14191 2014-12-12 Tom Tromey <tromey@redhat.com>
14192
14193 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14194 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14195
14196 2014-12-12 Doug Evans <dje@google.com>
14197
14198 * lib/gdb-python.exp (get_python_valueof): New function.
14199 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14200
14201 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14202
14203 * gdb.base/completion.exp: Add test for completion of "info
14204 registers ".
14205
14206 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14207
14208 * gdb.base/func-ptrs.c: New file.
14209 * gdb.base/func-ptrs.exp: New file.
14210
14211 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14212
14213 PR breakpoints/17012
14214 * gdb.base/dprintf-detach.c: New file.
14215 * gdb.base/dprintf-detach.exp: New file.
14216
14217 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14218
14219 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14220 * lib/gdb.exp (target_is_gdbserver): New procedure.
14221
14222 2014-12-08 Doug Evans <dje@google.com>
14223
14224 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14225
14226 2014-12-05 Yao Qi <yao@codesourcery.com>
14227
14228 * gdb.guile/scm-error.exp: Remove the third argument to
14229 gdb_remote_download.
14230 * gdb.guile/scm-frame-args.exp: Likewise.
14231 * gdb.guile/scm-section-script.exp: Likewise.
14232
14233 2014-12-05 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14236
14237 2014-12-04 Doug Evans <dje@google.com>
14238
14239 * gdb.python/py-objfile.exp: Add tests for
14240 objfile.add_separate_debug_file.
14241
14242 2014-12-04 Doug Evans <dje@google.com>
14243
14244 * lib/gdb.exp (get_build_id): New function.
14245 (build_id_debug_filename_get): Rewrite to use it.
14246 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14247
14248 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14249
14250 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14251 `method(long)', not just 0x0.
14252 * gdb.cp/nsalias.exp: Align code labels to 4.
14253 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14254 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14255 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14256 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14257 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14258 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14259
14260 2014-12-02 Doug Evans <dje@google.com>
14261
14262 PR symtab/17602
14263 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14264 * gdb.cp/anon-ns2.cc: ... here. New file.
14265 * gdb.cp/anon-ns.exp: Update.
14266
14267 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14268
14269 * gdb.python/py-events.py (inferior_call_handler): New.
14270 (register_changed_handler, memory_changed_handler): New.
14271 (test_events.invoke): Register new handlers.
14272 * gdb.python/py-events.exp: Add tests for inferior call,
14273 memory_changed and register_changed events.
14274
14275 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14276
14277 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14278 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14279 if the linker doesn't understand this.
14280
14281 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14282
14283 * gdb.python/python.exp: Change expected reply to help().
14284
14285 2014-12-01 Yao Qi <yao@codesourcery.com>
14286
14287 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14288 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14289 * configure: Re-generated.
14290
14291 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14292
14293 * gdb.cp/chained-calls.cc: New file.
14294 * gdb.cp/chained-calls.exp: New file.
14295 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14296
14297 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14298
14299 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14300 * gdb.dwarf2/symtab-producer.exp: Same.
14301 * gdb.gdb/python-interrupts.exp: Same.
14302 * gdb.gdb/python-selftest.exp: Same.
14303 * gdb.python/py-linetable.exp: Same.
14304 * gdb.python/py-type.exp: Same.
14305 * gdb.python/py-value-cc.exp: Same.
14306 * gdb.python/py-value.exp: Same.
14307
14308 2014-11-28 Yao Qi <yao@codesourcery.com>
14309
14310 * gdb.base/break-probes.exp: Match library name prefixed with
14311 sysroot.
14312
14313 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14314
14315 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14316 test expected output. Add parentheses for the call to print.
14317 Remove L suffix from integers.
14318
14319 2014-11-26 Doug Evans <dje@google.com>
14320
14321 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14322
14323 2014-11-22 Yao Qi <yao@codesourcery.com>
14324
14325 * gdb.trace/entry-values.c: Remove asms.
14326 (foo): Add foo_label.
14327 (bar): Add bar_label.
14328 * gdb.trace/entry-values.exp: Remove code computing foo's
14329 length and bar's length.
14330 (Dwarf::assemble): Invoke function_range for bar and use
14331 MACRO_AT_func for foo.
14332
14333 2014-11-22 Yao Qi <yao@codesourcery.com>
14334
14335 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14336 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14337 Use .Lgcc43_procstart instead of gcc43.
14338
14339 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14340
14341 * gdb.ada/n_arr_bound: New testcase.
14342
14343 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14344
14345 PR breakpoints/10737
14346 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14347 test_catch_syscall_multi_arch.
14348 (test_catch_syscall_multi_arch): New function.
14349
14350 2014-11-20 Doug Evans <xdje42@gmail.com>
14351
14352 * gdb.base/maint.exp: Update expected output.
14353
14354 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14355
14356 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14357 4-byte instruction on S390.
14358
14359 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14360
14361 * gdb.ada/arr_arr: New testcase.
14362
14363 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14364
14365 * gdb.ada/pkd_arr_elem: New Testcase.
14366
14367 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14368
14369 * gdb.reverse/break-precsave: Expect completion message for
14370 core file reads.
14371 * gdb.reverse/consecutive-precsave.exp: Likewise.
14372 * gdb.reverse/finish-precsave.exp: Likewise.
14373 * gdb.reverse/i386-precsave.exp: Likewise.
14374 * gdb.reverse/machinestate-precsave.exp: Likewise.
14375 * gdb.reverse/sigall-precsave.exp: Likewise.
14376 * gdb.reverse/solib-precsave.exp: Likewise.
14377 * gdb.reverse/step-precsave.exp: Likewise.
14378 * gdb.reverse/until-precsave.exp: Likewise.
14379 * gdb.reverse/watch-precsave.exp: Likewise.
14380
14381 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14382
14383 * gdb.base/bp-permanent.c: Include unistd.h.
14384 * gdb.python/py-framefilter-mi.c (main): Add return type.
14385 * gdb.python/py-framefilter.c (main): Likewise.
14386 * gdb.trace/actions-changed.c (main): Likewise.
14387
14388 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14389
14390 * gdb.mi/until.c: Add eye-catchers.
14391 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14392 line numbers.
14393
14394 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14395
14396 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14397 function header variants in break1.c.
14398 * gdb.base/ena-dis-br.exp: Likewise.
14399 * gdb.base/hbreak2.exp: Likewise.
14400 * gdb.reverse/until-precsave.exp: Drop references to removed
14401 non-prototype function header variants in ur1.c.
14402 * gdb.reverse/until-reverse.exp: Likewise.
14403
14404 2014-11-17 Petr Machata <pmachata@redhat.com>
14405
14406 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14407 ${_cu_offset_size} bytes abbrev offset.
14408
14409 2014-11-15 Doug Evans <xdje42@gmail.com>
14410
14411 PR symtab/17559
14412 * gdb.base/line-symtabs.exp: New file.
14413 * gdb.base/line-symtabs.c: New file.
14414 * gdb.base/line-symtabs.h: New file.
14415
14416 2014-11-14 Yao Qi <yao@codesourcery.com>
14417
14418 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14419 (func): Add label func_label.
14420 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14421 Replace low_pc and high_pc with MACRO_AT_range.
14422 Replace name, low_pc and high_pc with MACRO_AT_func.
14423
14424 2014-11-14 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14427 Replace name, low_pc and high_pc with MACRO_AT_func.
14428
14429 2014-11-14 Yao Qi <yao@codesourcery.com>
14430
14431 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14432 produce debug information.
14433 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14434
14435 2014-11-14 Yao Qi <yao@codesourcery.com>
14436
14437 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14438 object and get function length.
14439 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14440 with MACRO_AT_func.
14441 (top-level): Replace gdb_compile and clean_restart with
14442 prepare_for_testing.
14443 * gdb.dwarf2/main.c (main): Add label main_label.
14444
14445 2014-11-14 Yao Qi <yao@codesourcery.com>
14446
14447 * lib/dwarf.exp (function_range): New procedure.
14448 (Dwarf::_handle_macro_at_func): New procedure.
14449 (Dwarf::_handle_macro_at_range): New procedure.
14450 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14451
14452 2014-11-14 Yao Qi <yao@codesourcery.com>
14453
14454 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14455 (_handle_attribute): New procedure.
14456
14457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14458
14459 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14460 * gdb.base/call-sc.c (zed): Likewise.
14461 * gdb.base/checkpoint.c (main): Likewise.
14462 * gdb.base/dump.c (main): Likewise.
14463 * gdb.base/gcore.c (main): Likewise.
14464 * gdb.base/huge.c (main): Likewise.
14465 * gdb.base/multi-forks.c (main): Likewise.
14466 * gdb.base/pr10179-a.c (main): Likewise.
14467 * gdb.base/savedregs.c (main): Likewise.
14468 * gdb.base/sigaltstack.c (main): Likewise.
14469 * gdb.base/siginfo.c (main): Likewise.
14470 * gdb.base/structs.c (zed): Likewise.
14471 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14472 * gdb.mi/mi-syn-frame.c (main): Likewise.
14473 * gdb.mi/until.c (foo, main): Likewise.
14474 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14475 * gdb.base/solib-weak.c (foo): Declare.
14476 * gdb.base/attach-twice.c: Include stdio.h.
14477 * gdb.base/weaklib1.c: Likewise.
14478 * gdb.base/weaklib2.c: Likewise.
14479 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14480 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14481 unistd.h.
14482 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14483 * gdb.mi/mi-exit-code.c: Likewise.
14484 * gdb.base/break-interp-lib.c: Include string.h.
14485 * gdb.base/coremaker.c: Likewise.
14486 * gdb.base/testenv.c: Likewise.
14487 * gdb.python/py-finish-breakpoint.c: Likewise.
14488 * gdb.base/inferior-died.c: Include sys/wait.h.
14489 * gdb.base/fileio.c: Include time.h.
14490 * gdb.base/async-shell.c: Include unistd.h.
14491 * gdb.base/dprintf-non-stop.c: Likewise.
14492 * gdb.base/info-os.c: Likewise.
14493 * gdb.mi/mi-console.c: Likewise.
14494 * gdb.mi/watch-nonstop.c: Likewise.
14495 * gdb.python/py-events.c: Likewise.
14496 * gdb.base/async.c (baz): Move up before its invocation.
14497 * gdb.base/code_elim2.c (my_global_func): Likewise.
14498 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14499 * gdb.base/advance.c (func2): Likewise.
14500
14501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14502
14503 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14504 variant.
14505 * gdb.base/annota3.c: Likewise.
14506 * gdb.base/async.c: Likewise.
14507 * gdb.base/average.c: Likewise.
14508 * gdb.base/call-ar-st.c: Likewise.
14509 * gdb.base/call-rt-st.c: Likewise.
14510 * gdb.base/call-sc.c: Likewise.
14511 * gdb.base/call-strs.c: Likewise.
14512 * gdb.base/ending-run.c: Likewise.
14513 * gdb.base/execd-prog.c: Likewise.
14514 * gdb.base/exprs.c: Likewise.
14515 * gdb.base/foll-exec.c: Likewise.
14516 * gdb.base/foll-fork.c: Likewise.
14517 * gdb.base/foll-vfork.c: Likewise.
14518 * gdb.base/funcargs.c: Likewise.
14519 * gdb.base/gcore.c: Likewise.
14520 * gdb.base/jump.c: Likewise.
14521 * gdb.base/langs0.c: Likewise.
14522 * gdb.base/langs1.c: Likewise.
14523 * gdb.base/langs2.c: Likewise.
14524 * gdb.base/mips_pro.c: Likewise.
14525 * gdb.base/nodebug.c: Likewise.
14526 * gdb.base/opaque0.c: Likewise.
14527 * gdb.base/opaque1.c: Likewise.
14528 * gdb.base/recurse.c: Likewise.
14529 * gdb.base/run.c: Likewise.
14530 * gdb.base/scope0.c: Likewise.
14531 * gdb.base/scope1.c: Likewise.
14532 * gdb.base/setshow.c: Likewise.
14533 * gdb.base/setvar.c: Likewise.
14534 * gdb.base/shmain.c: Likewise.
14535 * gdb.base/shr1.c: Likewise.
14536 * gdb.base/shr2.c: Likewise.
14537 * gdb.base/sigall.c: Likewise.
14538 * gdb.base/signals.c: Likewise.
14539 * gdb.base/so-indr-cl.c: Likewise.
14540 * gdb.base/solib2.c: Likewise.
14541 * gdb.base/structs.c: Likewise.
14542 * gdb.base/sum.c: Likewise.
14543 * gdb.base/vforked-prog.c: Likewise.
14544 * gdb.base/watchpoint.c: Likewise.
14545 * gdb.reverse/shr2.c: Likewise.
14546 * gdb.reverse/until-reverse.c: Likewise.
14547 * gdb.reverse/ur1.c: Likewise.
14548 * gdb.reverse/watch-reverse.c: Likewise.
14549
14550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14551
14552 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14553 variant.
14554 * gdb.base/sepdebug.exp: Drop references to removed code.
14555
14556 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14557
14558 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14559 variant. Preserve original line numbering.
14560 * gdb.base/list1.c: Likewise.
14561
14562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14563
14564 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14565 variant.
14566 * gdb.base/break1.c: Likewise.
14567 * gdb.base/break.exp: Drop references to removed code.
14568
14569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14570
14571 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14572 variant.
14573
14574 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14575
14576 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14577
14578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14579
14580 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14581 logic into perform_all_tests() and invoke it with and without
14582 function header prototypes.
14583 (do_function_calls): Remove conditional XFAIL for PR 5318.
14584 (rerun_and_prepare): Remove duplicate code.
14585 (perform_all_tests): New. Main logic moved here.
14586
14587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14588
14589 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14590 code guarded by #ifdef NO_PROTOTYPES.
14591 (t_double_many_args): Likewise.
14592 (DEF_FUNC_MANY_ARGS_1): Likewise.
14593 (DEF_FUNC_VALUES_1): Likewise.
14594 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14595 guarded by #ifdef PROTOTYPES.
14596
14597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14598
14599 * gdb.mi/mi-console.c: Add eye-catcher.
14600 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14601 instead of literal line number.
14602
14603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14604
14605 * gdb.base/shr2.c: Add eye-catcher.
14606 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14607 line number.
14608
14609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14610
14611 * gdb.base/jump.c: Add eye-catchers.
14612 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14613 numbers.
14614
14615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14616
14617 * gdb.base/execd-prog.c: Add eye-catchers.
14618 * gdb.base/foll-exec.c: Likewise.
14619 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14620 line numbers.
14621
14622 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14623
14624 * gdb.base/ending-run.c: Add eye-catchers.
14625 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14626 literal line numbers.
14627
14628 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14629
14630 * gdb.base/call-rt-st.c: Add eye-catchers.
14631 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14632 literal line numbers.
14633
14634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14635
14636 * gdb.base/call-ar-st.c: Add eye-catchers.
14637 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14638 literal line numbers.
14639
14640 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14641
14642 * gdb.base/average.c: Add eye-catchers.
14643 * gdb.base/sum.c: Likewise.
14644 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14645 regexps dynamically.
14646
14647 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14648
14649 * gdb.base/solib1.c: Add eye-catchers.
14650 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14651 literal line numbers.
14652
14653 2014-11-12 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14656 leader has exited.
14657
14658 2014-11-12 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.arch/i386-bp_permanent.c: New file.
14661 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14662 (srcfile): Set to i386-bp_permanent.c.
14663 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14664 that stepi does not execute the 'leave' instruction, instead of
14665 testing it does execute.
14666 * gdb.base/bp-permanent.c: New file.
14667 * gdb.base/bp-permanent.exp: New file.
14668
14669 2014-11-10 Doug Evans <xdje42@gmail.com>
14670
14671 PR symtab/17564
14672 * gdb.base/symtab-search-order.exp: New file.
14673 * gdb.base/symtab-search-order.c: New file.
14674 * gdb.base/symtab-search-order-1.c: New file.
14675 * gdb.base/symtab-search-order-shlib-1.c: New file.
14676
14677 2014-11-07 Pedro Alves <palves@redhat.com>
14678
14679 PR gdb/17511
14680 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14681 i?86-*-linux*.
14682
14683 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14684
14685 PR c++/17494
14686 * gdb.cp/pr17494.cc: New file.
14687 * gdb.cp/pr17494.exp: New file.
14688
14689 2014-11-02 Yao Qi <yao@codesourcery.com>
14690
14691 * gdb.python/python.exp: Get working directory and match the
14692 output of "set extended-prompt \\w " with it.
14693
14694 2014-10-30 Doug Evans <dje@google.com>
14695
14696 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14697 in objfiles.
14698 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14699 in progspaces.
14700
14701 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14702
14703 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14704 * gdb.base/realname-expand.exp: Likewise.
14705 * gdb.linespec/macro-relative.exp: Likewise.
14706
14707 2014-10-29 Pedro Alves <palves@redhat.com>
14708
14709 PR gdb/17408
14710 * gdb.threads/schedlock.c (some_function): New function.
14711 (call_function): New global.
14712 (MAYBE_CALL_SOME_FUNCTION): New macro.
14713 (thread_function): Call it.
14714 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14715 and use it instead of a global counter. Adjust all callers.
14716 (get_current_thread): Use "find current thread" for test message
14717 here rather than having all callers pass down the same string.
14718 (goto_loop): New procedure, factored out from ...
14719 (my_continue): ... this.
14720 (step_ten_loops): Change parameter from test message to command to
14721 use. Adjust.
14722 (list_count): Delete global.
14723 (check_result): New procedure, factored out from duplicate top
14724 level code.
14725 (continue tests): Wrap in with_test_prefix.
14726 (test_step): New procedure, factored out from duplicate top level
14727 code.
14728 (top level): Test "step" in combination with all scheduler-locking
14729 modes. Test "next" in combination with all scheduler-locking
14730 modes, and in combination with stepping over a function call or
14731 not.
14732 * gdb.threads/next-bp-other-thread.c: New file.
14733 * gdb.threads/next-bp-other-thread.exp: New file.
14734
14735 2014-10-29 Pedro Alves <palves@redhat.com>
14736
14737 PR python/17372
14738 * gdb.python/python.exp: Test a multi-line command that spawns
14739 interactive Python.
14740 * gdb.base/multi-line-starts-subshell.exp: New file.
14741
14742 2014-10-29 Yao Qi <yao@codesourcery.com>
14743
14744 * gdb.base/fileio.exp: Make directories on host.
14745
14746 2014-10-29 Yao Qi <yao@codesourcery.com>
14747
14748 * gdb.base/fileio.c (test_write): Close the file.
14749
14750 2014-10-28 Pedro Alves <palves@redhat.com>
14751
14752 PR gdb/12623
14753 * gdb.base/sigstep.c (no_handler): New global.
14754 (main): If 'no_handler is true, set the signal handlers to
14755 SIG_IGN.
14756 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14757 with_sw_watch and no_handler parameters. Handle them.
14758 (top level) <stepping over handler when stopped at a breakpoint
14759 test>: Add a test axis for testing with a software watchpoint, and
14760 another for testing with the signal handler set to SIG_IGN.
14761 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14762 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14763
14764 2014-10-28 Pedro Alves <palves@redhat.com>
14765
14766 PR gdb/17511
14767 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14768 * gdb.base/sigstep.exp (other_handler_location): New global.
14769 (advance): Support stepping into the signal handler, and running
14770 commands while in the handler.
14771 (in_handler_map): New global.
14772 (top level): In the advance test, add combinations for getting
14773 into the handler with stepping commands, and for running commands
14774 in the handler. Add comment descripting the advancei tests.
14775
14776 2014-10-28 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.base/sigstep.exp: Use build_executable instead of
14779 prepare_for_testing.
14780 (top level): Move code that starts GDB, runs to main and creates a
14781 display to ...
14782 (restart): ... this new procedure.
14783 (top level): Move backtrace from signal handler test to ...
14784 (validate_backtrace): ... this new procedure.
14785 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14786 with_test_prefix. Always restart GDB.
14787 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14788 with_test_prefix. Always restart GDB. No need to delete
14789 breakpoints after the test.
14790 (test_skip_handler): Remove prefix parameter.
14791 (skip_over_handler, breakpoint_to_handler)
14792 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14793 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14794 restart GDB. No need to delete breakpoints after the test.
14795 (top level): Use foreach to call the test procedures with
14796 different commands.
14797
14798 2014-10-28 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14801 instead of GNATS numbers.
14802 * gdb.base/sigbpt.exp: Likewise.
14803 * gdb.base/siginfo.exp: Likewise.
14804 * gdb.base/sigstep.exp: Likewise.
14805
14806 2014-10-27 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/sigstep.c (dummy): New global.
14809 (main): Issue a couple writes to the new global.
14810 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14811 procedures.
14812 (skip_over_handler): Use test_skip_handler.
14813 (top level): Call skip_over_handler for stepi and nexti too.
14814 (breakpoint_over_handler): Use test_skip_handler.
14815 (top level): Call breakpoint_over_handler for stepi and nexti too.
14816
14817 2014-10-27 Yao Qi <yao@codesourcery.com>
14818
14819 * gdb.trace/tfile.c (adjust_function_address)
14820 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14821 function descriptor.
14822
14823 2014-10-24 Don Breazeal <donb@codesourcery.com>
14824
14825 * gdb.base/foll-fork.exp (test_follow_fork,
14826 catch_fork_child_follow): Check for updated fork messages emitted
14827 from infrun.c.
14828 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14829 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14830 vfork_and_exec_child_follow_through_step): Check for updated vfork
14831 messages emitted from infrun.c.
14832
14833 2014-10-24 Pedro Alves <palves@redhat.com>
14834
14835 * gdb.base/corefile.exp: Remove references to ultrix.
14836 * gdb.base/interrupt.exp: Likewise.
14837 * gdb.base/whatis.exp: Likewise.
14838 * gdb.gdb/selftest.exp: Likewise.
14839 * gdb.threads/manythreads.exp: Likewise.
14840 * gdb.threads/print-threads.exp: Likewise.
14841 * gdb.threads/pthreads.exp:: Likewise.
14842 * gdb.threads/schedlock.exp: Likewise.
14843
14844 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14845
14846 * gdb.cp/non-trivial-retval.cc: Add a test case.
14847 * gdb.cp/non-trivial-retval.exp: Add a test.
14848
14849 2014-10-20 Yao Qi <yao@codesourcery.com>
14850
14851 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14852 * gdb.python/py-objfile-script-gdb.py: New file.
14853 * gdb.python/py-objfile-script.exp: Update reference to
14854 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14855 of remote_download. Remove the dest file.
14856
14857 2014-10-20 Yao Qi <yao@codesourcery.com>
14858
14859 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14860 * gdb.base/step-line.exp: Likewise.
14861 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14862 * gdb.dwarf2/dw2-basic.exp: Likewise.
14863 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14864 * gdb.dwarf2/dw2-filename.exp: Likewise.
14865 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14866 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14867 * gdb.dwarf2/dw2-producer.exp: Likewise.
14868 * gdb.dwarf2/mac-fileno.exp: Likewise.
14869 * gdb.python/py-frame-args.exp: Likewise.
14870 * gdb.python/py-framefilter.exp: Likewise.
14871 * gdb.python/py-mi.exp: Likewise.
14872 * gdb.python/py-objfile-script.exp: Likewise
14873 * gdb.python/py-pp-integral.exp: Likewise.
14874 * gdb.python/py-pp-re-notag.exp: Likewise.
14875 * gdb.python/py-prettyprint.exp: Likewise.
14876 * gdb.python/py-section-script.exp: Likewise.
14877 * gdb.python/py-typeprint.exp: Likewise.
14878 * gdb.python/py-xmethods.exp: Likewise.
14879 * gdb.stabs/weird.exp: Likewise.
14880 * gdb.xml/tdesc-regs.exp: Likewise.
14881
14882 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14883
14884 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14885 (out_cu): Use addr_len for the size of addresses.
14886 (out_line): Likewise. Size DW_LNE_set_address instruction
14887 according to addr_len.
14888 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14889 (FUNC): Add START_INSNS to definition.
14890
14891 2014-10-18 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14894 gdb_has_argv0 return true.
14895 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14896 check [target_info exists noargs], check [gdb_has_argv0]
14897 instead.
14898 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14899 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14900 procedures.
14901
14902 2014-10-17 Doug Evans <dje@google.com>
14903
14904 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14905 event.
14906 * gdb.python/py-events.py: Add clear_objfiles event.
14907
14908 2014-10-17 Doug Evans <dje@google.com>
14909
14910 * gdb.python/py-objfile.exp: Test progspace attribute.
14911
14912 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14913
14914 * gdb.guile/scm-breakpoint.exp: Do not assume any
14915 directory separators when matching source file paths.
14916 * gdb.python/py-breakpoint.exp: Likewise.
14917 * gdb.reverse/break-precsave.exp: Likewise.
14918 * gdb.reverse/break-reverse.exp: Likewise.
14919 * gdb.reverse/consecutive-precsave.exp: Likewise.
14920 * gdb.reverse/finish-precsave.exp: Likewise.
14921 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14922 * gdb.reverse/finish-reverse.exp: Likewise.
14923 * gdb.reverse/i386-precsave.exp: Likewise.
14924 * gdb.reverse/i387-env-reverse.exp: Likewise.
14925 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14926 * gdb.reverse/machinestate-precsave.exp: Likewise.
14927 * gdb.reverse/machinestate.exp: Likewise.
14928 * gdb.reverse/sigall-precsave.exp: Likewise.
14929 * gdb.reverse/solib-precsave.exp: Likewise.
14930 * gdb.reverse/step-precsave.exp: Likewise.
14931 * gdb.reverse/until-precsave.exp: Likewise.
14932 * gdb.reverse/watch-precsave.exp: Likewise.
14933 * gdb.reverse/watch-reverse.exp: Likewise.
14934
14935 2014-10-17 Yao Qi <yao@codesourcery.com>
14936
14937 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14938 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14939
14940 2014-10-17 Pedro Alves <palves@redhat.com>
14941
14942 PR gdb/17471
14943 * gdb.base/bg-execution-repeat.c: New file.
14944 * gdb.base/bg-execution-repeat.exp: New file.
14945
14946 2014-10-17 Pedro Alves <palves@redhat.com>
14947
14948 PR gdb/17300
14949 * gdb.base/continue-all-already-running.c: New file.
14950 * gdb.base/continue-all-already-running.exp: New file.
14951
14952 2014-10-17 Pedro Alves <palves@redhat.com>
14953
14954 PR gdb/17472
14955 * gdb.base/annota-input-while-running.c: New file.
14956 * gdb.base/annota-input-while-running.exp: New file.
14957
14958 2014-10-17 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.base/callfuncs.exp: emove references to osf.
14961 * gdb.base/sigall.exp: Likewise.
14962 * gdb.gdb/selftest.exp: Likewise.
14963 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14964 * gdb.mi/non-stop.c: Likewise.
14965 * gdb.mi/pthreads.c: Likewise.
14966 * gdb.reverse/sigall-precsave.exp: Likewise.
14967 * gdb.reverse/sigall-reverse.exp: Likewise.
14968 * gdb.threads/pthreads.c: Likewise.
14969 * gdb.threads/pthreads.exp: Likewise.
14970
14971 2014-10-17 Yao Qi <yao@codesourcery.com>
14972
14973 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14974 check 'target_info exists noargs'.
14975 (test_command_prompt_position): Likewise.
14976 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14977 Remove "set args".
14978 (progvar_simple_while_test): Likewise.
14979 (progvar_complex_if_while_test): Likewise.
14980 (if_while_breakpoint_command_test): Likewise.
14981 (infrun_breakpoint_command_test): Likewise.
14982 (breakpoint_command_test): Likewise.
14983 (watchpoint_command_test): Likewise.
14984 (bp_deleted_in_command_test): Likewise.
14985 (temporary_breakpoint_commands): Likewise.
14986
14987 2014-10-16 Yao Qi <yao@codesourcery.com>
14988
14989 * gdb.base/remotetimeout.exp: Remove noargs checking.
14990
14991 2014-10-15 Pedro Alves <palves@redhat.com>
14992
14993 PR breakpoints/9649
14994 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14995 * gdb.base/breakpoint-in-ro-region.exp
14996 (probe_target_hardware_step): New procedure.
14997 (top level): Probe hardware stepping and hardware breakpoint
14998 support. Test stepping through a read-only region, with both
14999 "breakpoint auto-hw" on and off and both "always-inserted" on and
15000 off.
15001
15002 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15003
15004 * gdb.dlang/demangle.exp: Update for demangling changes.
15005
15006 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15007
15008 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15009 * gdb.cp/non-trivial-retval.exp: Add new tests.
15010
15011 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15012
15013 PR c++/13403
15014 PR c++/15154
15015 * gdb.cp/non-trivial-retval.cc: New file.
15016 * gdb.cp/non-trivial-retval.exp: New file.
15017
15018 2014-10-15 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15021 remote host.
15022
15023 2014-10-15 Yao Qi <yao@codesourcery.com>
15024
15025 * gdb.python/py-symbol.exp: Match file base name if host is
15026 remote, otherwise match file name with dir name.
15027 * gdb.python/py-symtab.exp: Likewise.
15028 * gdb.python/python.exp: Likewise.
15029
15030 2014-10-15 Yao Qi <yao@codesourcery.com>
15031
15032 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15033 pattern.
15034 * gdb.python/py-symtab.exp: Likewise.
15035 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15036 locationn.
15037
15038 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.ada/addr_arith: New testcase.
15041
15042 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15043
15044 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15045 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15046 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15047 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15048
15049 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15050
15051 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15052 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15053 * gdb.arch/stap-eval-lang-ada.exp: New file.
15054
15055 2014-10-14 Yao Qi <yao@codesourcery.com>
15056
15057 * gdb.mi/mi-var-child.c (nothing1): New function.
15058 (nothing2): New function.
15059 (do_children_tests): Set function pointers by nothing1 and
15060 nothing2.
15061 * gdb.mi/mi-var-child.exp: Step over new added statements.
15062 Update test to match the new output.
15063 * gdb.mi/var-cmd.c (nothing1): New function.
15064 (nothing2): New function.
15065 (do_children_tests): Set function pointers by nothing1 and
15066 nothing2.
15067 * gdb.mi/mi-var-display.exp: Update test to match output.
15068 Step to the line specified by $line_dct_nothing.
15069 Increase the number of lines to step.
15070
15071 2014-10-14 Yao Qi <yao@codesourcery.com>
15072
15073 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15074 tests.
15075 * gdb.mi/mi2-var-child.exp: Likewise.
15076
15077 2014-10-13 Doug Evans <dje@google.com>
15078
15079 * gdb.python/py-objfile.exp: Change name of file name test.
15080
15081 2014-10-13 Doug Evans <dje@google.com>
15082
15083 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15084 from the start of the CU.
15085
15086 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15087 Yao Qi <yao@codesourcery.com>
15088
15089 Fix "save breakpoints" for "catch" command.
15090 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15091 Remove -nonewline. Match also the added "main" line.
15092
15093 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15094
15095 Fix "save breakpoints" for "disable $bpnum" command.
15096 * gdb.base/save-bp.c (main): Add label.
15097 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15098
15099 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15102
15103 2014-10-11 Yao Qi <yao@codesourcery.com>
15104
15105 * gdb.server/server-kill.exp: Execute command
15106 "set remote trace-status-packet on" before "tstatus".
15107
15108 2014-10-11 Yao Qi <yao@codesourcery.com>
15109
15110 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15111 (main): Call getppid.
15112 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15113 and continue to it. Read variable "server_pid".
15114
15115 2014-10-11 Yao Qi <yao@codesourcery.com>
15116
15117 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15118
15119 2014-10-11 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.threads/thread-find.exp: Don't execute command
15122 "info threads".
15123 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15124 * gdb.threads/linux-dp.exp: Don't check the condition
15125 $threads_created equals to zero.
15126
15127 2014-10-10 Pedro Alves <palves@redhat.com>
15128
15129 * gdb.base/bigcore.exp: Remove references to IRIX.
15130 * gdb.base/funcargs.exp: Likewise.
15131 * gdb.base/interrupt.exp: Likewise.
15132 * gdb.base/mips_pro.exp: Likewise.
15133 * gdb.base/nodebug.exp: Likewise.
15134 * gdb.base/setvar.exp: Likewise.
15135 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15136
15137 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15138 Pedro Alves <palves@redhat.com>
15139
15140 PR symtab/14466
15141 * gdb.base/vdso-warning.c: New file.
15142 * gdb.base/vdso-warning.exp: New file.
15143
15144 2014-10-02 Doug Evans <dje@google.com>
15145
15146 * gdb.base/structs.c (main): Don't run forever.
15147
15148 2014-10-02 Pedro Alves <palves@redhat.com>
15149
15150 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15151 (top level) <stop threads 1, stop threads 2>: Use it.
15152
15153 2014-10-02 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.threads/break-while-running.exp (test): Add new
15156 'update_thread_list' argument. Skip "info threads" if false.
15157 (top level): Add new 'update_thread_list' axis.
15158
15159 2014-10-02 Pedro Alves <palves@redhat.com>
15160
15161 PR breakpoints/17431
15162 * gdb.base/execl-update-breakpoints.c: New file.
15163 * gdb.base/execl-update-breakpoints.exp: New file.
15164
15165 2014-10-01 Pedro Alves <palves@redhat.com>
15166
15167 * gdb.base/breakpoint-in-ro-region.c: New file.
15168 * gdb.base/breakpoint-in-ro-region.exp: New file.
15169
15170 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15171
15172 * gdb.mi/mi-exit-code.exp: New file.
15173 * gdb.mi/mi-exit-code.c: New file.
15174
15175 2014-09-30 Yao Qi <yao@codesourcery.com>
15176
15177 * lib/prelink-support.exp (build_executable_own_libs): Error if
15178 the target isn't native.
15179
15180 2014-09-30 Yao Qi <yao@codesourcery.com>
15181
15182 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15183 false.
15184
15185 2014-09-22 Pedro Alves <palves@redhat.com>
15186
15187 * gdb.threads/break-while-running.exp: New file.
15188 * gdb.threads/break-while-running.c: New file.
15189
15190 2014-09-19 Yao Qi <yao@codesourcery.com>
15191
15192 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15193 Invoke test. Restart GDB with --readnow and invoke test again.
15194
15195 2014-09-19 Yao Qi <yao@codesourcery.com>
15196
15197 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15198 proc set_breakpoint_on_gcd_function. Invoke
15199 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15200 invoke set_breakpoint_on_gcd_function again.
15201
15202 2014-09-18 Doug Evans <dje@google.com>
15203
15204 * gdb.dwarf2/symtab-producer.exp: New file.
15205
15206 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15207
15208 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15209 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15210 * gdb.base/global-var-nested-by-dso.c: Likewise.
15211 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15212
15213 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15214 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.base/watch-bitfields.exp: Pass string other than test file
15217 name to prepare_for_testing.
15218 (watch): New procedure.
15219 (expect_watchpoint): Use with_test_prefix.
15220 (top level): Factor out tests to ...
15221 (test_watch_location, test_regular_watch): ... these new
15222 procedures, and use with_test_prefix and gdb_continue_to_end.
15223
15224 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15225
15226 PR breakpoints/12526
15227 * gdb.base/watch-bitfields.exp: New file.
15228 * gdb.base/watch-bitfields.c: New file.
15229
15230 2014-09-16 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15233 software and hardware addresses, not software address against
15234 itself.
15235
15236 2014-09-16 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15239 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15240
15241 2014-09-16 Pedro Alves <palves@redhat.com>
15242
15243 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15244 files.
15245 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15246 "*-*-vxworks*" throughout.
15247 * gdb.base/break.exp: Likewise.
15248 * gdb.base/default.exp: Likewise.
15249 * gdb.base/scope.exp: Likewise.
15250 * gdb.base/sepdebug.exp: Likewise.
15251 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15252 throughout.
15253 * gdb.base/run.c: Likewise.
15254 * gdb.base/sepdebug.c: Likewise.
15255 * gdb.hp/gdb.aCC/run.c: Likewise.
15256 * gdb.reverse/until-reverse.c: Likewise.
15257 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15258
15259 2014-09-16 Yao Qi <yao@codesourcery.com>
15260
15261 * boards/local-remote-host-native.exp: New file.
15262
15263 2014-09-14 Doug Evans <xdje42@gmail.com>
15264
15265 * gdb.threads/queue-signal.c (thread_count): New variable.
15266 (thread_count_mutex, thread_count_condvar): New variables.
15267 (incr_thread_count, wait_all_threads_running): New functions.
15268 (main): Wait for all threads to be in their thread functions.
15269
15270 2014-09-13 Doug Evans <xdje42@gmail.com>
15271
15272 * gdb.threads/queue-signal.c: New file.
15273 * gdb.threads/queue-signal.exp: New file.
15274
15275 2014-09-13 Doug Evans <xdje42@gmail.com>
15276
15277 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15278 be consistent with what default_gdb_init uses.
15279 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15280 the plain text of the prompt. Add some logging printfs.
15281 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15282
15283 2014-09-12 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15286 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15287 * gdb.arch/i386-size-overlap.exp: Likewise.
15288 * gdb.arch/i386-size.exp: Likewise.
15289 * gdb.arch/i386-unwind.exp: Likewise.
15290 * gdb.base/a2-run.exp: Likewise.
15291 * gdb.base/break.exp: Likewise.
15292 * gdb.base/charset.exp: Likewise.
15293 * gdb.base/chng-syms.exp: Likewise.
15294 * gdb.base/commands.exp: Likewise.
15295 * gdb.base/dbx.exp: Likewise.
15296 * gdb.base/find.exp: Likewise.
15297 * gdb.base/funcargs.exp: Likewise.
15298 * gdb.base/jit-simple.exp: Likewise.
15299 * gdb.base/reread.exp: Likewise.
15300 * gdb.base/sepdebug.exp: Likewise.
15301 * gdb.base/step-bt.exp: Likewise.
15302 * gdb.cp/mb-inline.exp: Likewise.
15303 * gdb.cp/mb-templates.exp: Likewise.
15304 * gdb.objc/basicclass.exp: Likewise.
15305 * gdb.threads/killed.exp: Likewise.
15306
15307 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15308
15309 PR tdep/17379
15310 * gdb.arch/powerpc-stackless.S: New file.
15311 * gdb.arch/powerpc-stackless.exp: New file.
15312
15313 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15314
15315 * gdb.base/attach.c: Include unistd.h.
15316 (main): Call alarm. Add label postloop.
15317 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15318 gdb_breakpoint, gdb_continue_to_breakpoint.
15319 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15320
15321 2014-09-11 Pedro Alves <palves@redhat.com>
15322
15323 PR gdb/17347
15324 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15325 * gdb.base/attach.exp (test_command_line_attach_run): New
15326 procedure.
15327 (top level): Call it.
15328
15329 2014-09-11 Pedro Alves <palves@redhat.com>
15330
15331 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15332 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15333 (do_command_attach_tests): Use spawn_wait_for_attach.
15334 * gdb.base/solib-overlap.exp: Likewise.
15335 * gdb.multi/multi-attach.exp: Likewise.
15336 * gdb.python/py-prompt.exp: Likewise.
15337 * gdb.python/py-sync-interp.exp: Likewise.
15338 * gdb.server/ext-attach.exp: Likewise.
15339
15340 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15341
15342 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15343 command in testcase. Simplify testcase.
15344
15345 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15346
15347 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15348
15349 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15350
15351 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15352
15353 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15354
15355 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15356
15357 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.dwarf2/dynarr-ptr.c: New file.
15360 * gdb.dwarf2/dynarr-ptr.exp: New file.
15361
15362 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15363
15364 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15365 of 30 rather than hardcoding 120 for a slow test case. Take the
15366 `gdb,timeout' target setting into account for this calculation.
15367 Don't extend the timeout for the test cases that don't need it.
15368
15369 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15370
15371 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15372 a factor of 2 for a slow test case. Take the `gdb,timeout'
15373 target setting into account for this calculation.
15374 * gdb.reverse/until-precsave.exp: Increase the timeout by
15375 a factor of 15 and 3 respectively rather than adding 120
15376 for a pair of slow test cases. Take the `gdb,timeout'
15377 target setting into account for this calculation.
15378
15379 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15380
15381 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15382 timeout, don't pass one down to gdb_expect.
15383 (gdb_expect): Rework timeout selection.
15384
15385 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15386
15387 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15388 exception on timeout.
15389 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15390 (gdbserver_start_extended): Catch any `gdbserver_start' error
15391 exceptions.
15392 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15393 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15394 `gdbserver_gdb_load' error exceptions.
15395
15396 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15397
15398 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15399 120 on waiting for the TCP socket to open.
15400
15401 2014-09-09 Doug Evans <xdje42@gmail.com>
15402
15403 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15404 _caller_matches, _any_caller_is, _any_caller_matches.
15405
15406 2014-09-09 Doug Evans <xdje42@gmail.com>
15407
15408 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15409
15410 2014-09-09 Yao Qi <yao@codesourcery.com>
15411
15412 * gdb.mi/mi-var-display.exp: Set print symbol off.
15413
15414 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15415
15416 PR gdb/17035
15417 * gdb.base/commands.exp: Add tests to verify user-defined
15418 commands with empty bodies.
15419 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15420 python commands in `show user command`.
15421 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15422 scheme commands in `show user command`.
15423
15424 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 PR python/17355
15427 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15428 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15429 * gdb.python/py-framefilter-invalidarg.exp: New file.
15430 * gdb.python/py-framefilter-invalidarg.py: New file.
15431
15432 2014-09-06 Doug Evans <xdje42@gmail.com>
15433
15434 PR 15276
15435 * gdb.python/py-caller-is.c: New file.
15436 * gdb.python/py-caller-is.exp: New file.
15437
15438 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15439
15440 PR gdb/17235
15441 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15442 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15443
15444 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15445
15446 PR fortran/17237
15447 * gdb.fortran/print-formatted.exp: New file.
15448 * gdb.fortran/print-formatted.f90: Likewise.
15449
15450 2014-09-03 Sasha Smundak <asmundak@google.com>
15451
15452 * gdb.python/py-frame.exp: Test Frame.read_register.
15453
15454 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15455
15456 PR python/16699
15457 * gdb.python/py-completion.exp: New file.
15458 * gdb.python/py-completion.py: Likewise.
15459
15460 2014-08-28 Doug Evans <dje@google.com>
15461
15462 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15463 eax,etc. are live with values set by gdb and thus the compiler can't
15464 use them.
15465 * gdb.arch/i386-pseudo.c (main): Ditto.
15466
15467 2014-08-27 Doug Evans <dje@google.com>
15468
15469 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15470
15471 2014-08-25 Doug Evans <dje@google.com>
15472
15473 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15474 (main): Ditto.
15475
15476 2014-08-25 Doug Evans <dje@google.com>
15477
15478 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15479
15480 2014-08-24 Yao Qi <yao@codesourcery.com>
15481
15482 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15483 symbol off.
15484 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15485
15486 2014-08-22 Doug Evans <dje@google.com>
15487
15488 PR 17276
15489 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15490 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15491 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15492
15493 2014-08-22 Yao Qi <yao@codesourcery.com>
15494
15495 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15496 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15497 * gdb.python/python.exp: Likewise. Use .py file on the host
15498 instead of the build.
15499
15500 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15501
15502 * gdb.threads/gcore-stale-thread.c: New file.
15503 * gdb.threads/gcore-stale-thread.exp: New file.
15504
15505 2014-08-21 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15508 * gdb.base/gcore-relro-pie.exp: Likewise.
15509 * gdb.base/gcore-relro.exp: Likewise.
15510 * gdb.base/gcore.exp: Likewise.
15511 * gdb.base/print-symbol-loading.exp: Likewise.
15512 * gdb.threads/gcore-thread.exp: Likewise.
15513 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15514
15515 2014-08-20 Pedro Alves <palves@redhat.com>
15516 Jan Kratochvil <jan.kratochvil@redhat.com>
15517
15518 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15519 configure.
15520 (EXPECT): Handle READ1 being set.
15521 (all): Depend on EXTRA_RULES.
15522 (check-read1, expect-read1, read1.so, read1): New rules.
15523 * README (Testsuite Parameters): Document the READ1 make variable.
15524 (Race detection): New section.
15525 * configure: Regenerate.
15526 * configure.ac: If build==host==target, and running under a
15527 GNU/glibc system, add read1 to the extra Makefile rules.
15528 (EXTRA_RULES): AC_SUBST it.
15529 * lib/read1.c: New file.
15530
15531 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15532
15533 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15534 the handling of variables declared as a typedef to an array
15535 which a DW_AT_data_location attribute.
15536
15537 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15538 Pedro Alves <palves@redhat.com>
15539
15540 PR symtab/14604
15541 PR symtab/14605
15542 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15543 gdb_test.
15544
15545 2014-08-19 Pedro Alves <palves@redhat.com>
15546
15547 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15548
15549 2014-08-19 Yao Qi <yao@codesourcery.com>
15550
15551 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15552 right line.
15553
15554 2014-08-18 David Blaikie <dblaikie@gmail.com>
15555
15556 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15557
15558 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15559
15560 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15561 attribute in array range.
15562
15563 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15564
15565 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15566
15567 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15568
15569 PR c++/17132
15570 * gdb.cp/pr17132.cc: New file.
15571 * gdb.cp/pr17132.exp: New file.
15572
15573 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15574
15575 * gdb.python/py-xmethods.py (A_getarrayind)
15576 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15577 Use 'print' with function call syntax.
15578 (E_method_matcher.match): Fix tab vs space indentation mixup.
15579
15580 2014-08-15 Yao Qi <yao@codesourcery.com>
15581
15582 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15583 false.
15584
15585 2014-08-15 Yao Qi <yao@codesourcery.com>
15586
15587 * gdb.cp/casts.exp: Set print symbol off.
15588 * gdb.cp/class2.exp: Likewise.
15589 * gdb.cp/overload.exp: Likewise.
15590 * gdb.cp/templates.exp: Likewise.
15591
15592 2014-08-11 Doug Evans <dje@google.com>
15593
15594 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15595 (test_load_shlib): Update.
15596
15597 2014-08-09 Yao Qi <yao@codesourcery.com>
15598
15599 * gdb.base/display.exp: Invoke is_address_zero_readable.
15600 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15601 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15602 * gdb.base/hbreak-unmapped.exp: Return if
15603 is_address_zero_readable returns true.
15604 * gdb.base/signest.exp: Likewise.
15605 * gdb.base/signull.exp: Likewise.
15606 * gdb.base/sigbpt.exp: Likewise.
15607 * gdb.guile/scm-disasm.exp: Do the test if
15608 is_address_zero_readable returns false.
15609 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15610 * gdb.python/py-arch.exp: Likewise.
15611 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15612 * lib/gdb.exp (is_address_zero_readable): New proc.
15613
15614 2014-08-09 Yao Qi <yao@codesourcery.com>
15615
15616 PR testsuite/13443
15617 * gdb.mi/mi-var-display.exp: Make test messages unique.
15618
15619 2014-08-04 Tom Tromey <tromey@redhat.com>
15620
15621 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15622 target 0".
15623
15624 2014-08-04 Tom Tromey <tromey@redhat.com>
15625
15626 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15627 "target_resume".
15628
15629 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15630
15631 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15632 inner_vla_struct_object_size.
15633 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15634 as xfail.
15635
15636 2014-07-30 Pedro Alves <palves@redhat.com>
15637
15638 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15639 comment.
15640
15641 2014-07-29 Yao Qi <yao@codesourcery.com>
15642
15643 PR gdb/17206
15644 * gdb.base/until-nodebug.exp: New.
15645
15646 2014-07-28 Doug Evans <xdje42@gmail.com>
15647
15648 PR guile/17203
15649 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15650 previously existing parameter, and previously ambiguously spelled
15651 parameter.
15652
15653 2014-07-28 Will Newton <will.newton@linaro.org>
15654
15655 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15656
15657 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15658 Doug Evans <xdje42@gmail.com>
15659
15660 PR guile/17146
15661 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15662
15663 2014-07-25 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.threads/signal-command-handle-nopass.c: New file.
15666 * gdb.threads/signal-command-handle-nopass.exp: New file.
15667 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15668 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15669 * gdb.threads/signal-delivered-right-thread.c: New file.
15670 * gdb.threads/signal-delivered-right-thread.exp: New file.
15671
15672 2014-07-25 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/double-prompt-target-event-error.exp
15675 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15676 match.
15677 (cancel_pagination_in_target_event): Rework double prompt
15678 detection.
15679 * gdb.base/paginate-after-ctrl-c-running.exp
15680 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15681 <return>' match.
15682 * gdb.base/paginate-bg-execution.exp
15683 (test_bg_execution_pagination_return)
15684 (test_bg_execution_pagination_cancel): Remove '-notransfer
15685 <return>' matches.
15686 * gdb.base/paginate-execution-startup.exp
15687 (test_fg_execution_pagination_return)
15688 (test_fg_execution_pagination_cancel): Remove '-notransfer
15689 <return>' matches.
15690 * gdb.base/paginate-inferior-exit.exp
15691 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15692 match.
15693 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15694 * lib/gdb.exp (pagination_prompt): Run text through
15695 string_to_regexp.
15696 (gdb_test_multiple): Match $pagination_prompt instead of
15697 "<return>".
15698 (string_to_regexp): Move to lib/gdb-utils.exp.
15699
15700 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15701
15702 * gdb.arch/amd64-entry-value-paramref.S: New file.
15703 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15704 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15705 * gdb.arch/amd64-optimout-repeat.S: New file.
15706 * gdb.arch/amd64-optimout-repeat.c: New file.
15707 * gdb.arch/amd64-optimout-repeat.exp: New file.
15708
15709 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15710
15711 PR gdb/17170
15712 * gdb.base/statistics.exp: New file.
15713
15714 2014-07-17 Doug Evans <dje@google.com>
15715
15716 PR gdb/17170
15717 * gdb.base/maint.exp: Update testing of per-command stats.
15718
15719 2014-07-16 Pedro Alves <palves@redhat.com>
15720
15721 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15722 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15723 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15724 (tfile_write_buf): New functions.
15725 (add_memory_block): Rewrite using the above.
15726 (adjust_function_address): New function.
15727 (FUNCTION_ADDRESS): New macro.
15728 (write_basic_trace_file): Remove short_x local, and use
15729 tfile_write_16. Change type of func_addr local to unsigned long
15730 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15731 here. Cast argument of add_memory_block to char pointer.
15732 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15733 (main): Remove parameters.
15734 * gdb.trace/tfile.exp: Remove nowarnings.
15735
15736 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15737
15738 * gdb.base/debug-expr.exp: Test string evaluation with
15739 "debug expression" on.
15740
15741 2014-07-15 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/reread.exp: Use clean_restart.
15744
15745 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15746
15747 * gdb.arch/avr-flash-qualifer.c: New.
15748 * gdb.arch/avr-flash-qualifer.exp: New.
15749
15750 2014-07-14 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15753 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15754
15755 2014-07-14 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.base/double-prompt-target-event-error.c: New file.
15758 * gdb.base/double-prompt-target-event-error.exp: New file.
15759
15760 2014-07-14 Pedro Alves <palves@redhat.com>
15761
15762 PR gdb/17072
15763 * gdb.base/paginate-inferior-exit.c: New file.
15764 * gdb.base/paginate-inferior-exit.exp: New file.
15765
15766 2014-07-14 Pedro Alves <palves@redhat.com>
15767
15768 PR gdb/17072
15769 * gdb.base/paginate-bg-execution.c: New file.
15770 * gdb.base/paginate-bg-execution.exp: New file.
15771
15772 2014-07-14 Pedro Alves <palves@redhat.com>
15773
15774 PR gdb/17072
15775 * gdb.base/paginate-execution-startup.c: New file.
15776 * gdb.base/paginate-execution-startup.exp: New file.
15777 * lib/gdb.exp (pagination_prompt): New global.
15778 (default_gdb_spawn): New procedure, factored out from
15779 default_gdb_spawn.
15780 (default_gdb_start): Adjust to call default_gdb_spawn.
15781 (gdb_spawn): New procedure.
15782
15783 2014-07-14 Pedro Alves <palves@redhat.com>
15784
15785 * lib/gdb.exp (gdb_assert): New procedure.
15786 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15787
15788 2014-07-14 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.base/execution-termios.c: New file.
15791 * gdb.base/execution-termios.exp: New file.
15792
15793 2014-07-14 Tom Tromey <tromey@redhat.com>
15794
15795 * gdb.cp/vla-cxx.cc: New file.
15796 * gdb.cp/vla-cxx.exp: New file.
15797
15798 2014-07-14 Tom Tromey <tromey@redhat.com>
15799
15800 * gdb.reverse/rerun-prec.c: New file.
15801 * gdb.reverse/rerun-prec.exp: New file.
15802
15803 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15804 Maciej W. Rozycki <macro@codesourcery.com>
15805
15806 * lib/gdb-utils.exp: New file.
15807 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15808 inline `gdb_init_command' processing.
15809 (gdb_start_cmd): Likewise.
15810 * lib/mi-support.exp (mi_run_cmd): Likewise.
15811 * README: Document `gdb_init_command' and `gdb_init_commands'.
15812
15813 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15814
15815 Fix false FAIL running under a very long directory name.
15816 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15817 and "set print elements 10000". Twice.
15818
15819 2014-07-11 Yao Qi <yao@codesourcery.com>
15820
15821 * gdb.base/exprs.exp: "set print symbol off".
15822
15823 2014-07-11 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/kill.c: New file.
15826 * gdb.threads/kill.exp: New file.
15827
15828 2014-07-10 Yao Qi <yao@codesourcery.com>
15829
15830 * gdb.trace/tfile.c (write_basic_trace_file)
15831 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15832 address written to trace file.
15833
15834 2014-07-09 Pedro Alves <palves@redhat.com>
15835
15836 * gdb.base/attach-wait-input.exp: New file.
15837 * gdb.base/attach-wait-input.c: New file.
15838
15839 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15840
15841 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15842 setting up test structures.
15843 (main): Call new test function.
15844 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15845 test function, continue into test function and walk test
15846 structures.
15847
15848 2014-07-02 Yao Qi <yao@codesourcery.com>
15849
15850 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15851 'bar_start' at the beginning of functions 'foo' and 'bar'
15852 respectively.
15853 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15854 instead of 'foo' and 'bar'.
15855
15856 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15857
15858 * gdb.btrace/segv.exp: New.
15859 * gdb.btrace/segv.c: New.
15860
15861 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15862
15863 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15864 instruction.
15865
15866 2014-06-30 Mark Wielaard <mjw@redhat.com>
15867
15868 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15869 vulture, vilify, villar): New volatile array constants.
15870 (vindictive, vegetation): New const volatile array constants.
15871 * gdb.base/volatile.exp: Test volatile and const volatile array
15872 types.
15873
15874 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15875
15876 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15877 target lacks support for awatch, rwatch, or hbreak.
15878
15879 2014-06-27 Yao Qi <yao@codesourcery.com>
15880
15881 * gdb.multi/dummy-frame-restore.exp: New.
15882 * gdb.multi/dummy-frame-restore.c: New.
15883
15884 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15885
15886 * gdb.btrace/gcore.exp: New.
15887
15888 2014-06-23 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.base/watchpoint-reuse-slot.c: New file.
15891 * gdb.base/watchpoint-reuse-slot.exp: New file.
15892
15893 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15894
15895 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15896 progspace's filename in 'info', 'enable' and 'disable' command
15897 tests.
15898
15899 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15902 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15903 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15904
15905 2014-06-20 Gary Benson <gbenson@redhat.com>
15906
15907 * gdb.arch/i386-avx.exp: Fix include file location.
15908 * gdb.arch/i386-sse.exp: Likewise.
15909
15910 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15911
15912 * gdb.dlang/expression.exp: New file.
15913
15914 2014-06-19 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15917 out from ...
15918 (top level): ... here. Iterate running tests under different
15919 scheduler-locking settings.
15920
15921 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15922
15923 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15924 to DW_FORM_addr and use non-zero addresses.
15925
15926 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15927
15928 PR gdb/17017
15929 * gdb.python/py-xmethods.cc: Add global function call counters and
15930 increment them in their respective functions. Remove "cout"
15931 statements.
15932 * gdb.python/py-xmethods.exp: Make tests check the global function
15933 call counters instead of depending on inferior IO.
15934
15935 2014-06-18 Don Breazeal <donb@codesourcery.com>
15936
15937 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15938 Deleted procedure.
15939 (explicit_fork_parent_follow): Deleted procedure.
15940 (explicit_fork_child_follow): Deleted procedure.
15941 (test_follow_fork): New procedure.
15942 (do_fork_tests): Replace calls to deleted procedures with
15943 calls to test_follow_fork and reset GDB for subsequent
15944 procedure calls.
15945
15946 2014-06-17 Yao Qi <yao@codesourcery.com>
15947
15948 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15949 CP1252.
15950
15951 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15952
15953 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15954 Initialize ptr and S explicitly.
15955 (skip_type_update_when_not_use_rtti_test): Likewise.
15956
15957 2014-06-16 Keith Seitz <keiths@redhat.com>
15958
15959 PR mi/15863
15960 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15961 the inferior is started.
15962
15963 2014-06-16 Pedro Alves <palves@redhat.com>
15964
15965 * gdb.base/break-main-file-remove-fail.c: New file.
15966 * gdb.base/break-main-file-remove-fail.exp: New file.
15967 * gdb.base/break-unload-file.exp: Use build_executable instead of
15968 prepare_for_testing.
15969 (test_break): New parameter "initial_load". Handle it.
15970 (top level): Add initial_load cmdline/file axis.
15971
15972 2014-06-12 Tom Tromey <tromey@redhat.com>
15973
15974 * gdb.base/completion.exp: Don't use directory name in test.
15975
15976 2014-06-09 Gary Benson <gbenson@redhat.com>
15977
15978 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15979 separate the always-available ANSI-standard signals from the
15980 signals that require checking.
15981 (main): Likewise.
15982 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15983 Likewise.
15984 (main): Likewise.
15985
15986 2014-06-07 Keith Seitz <keiths@redhat.com>
15987
15988 Revert:
15989 PR c++/16253
15990 * gdb.cp/var-tag.cc: New file.
15991 * gdb.cp/var-tag.exp: New file.
15992 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15993 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15994 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15995 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15996
15997 2014-06-06 Doug Evans <xdje42@gmail.com>
15998
15999 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16000
16001 2014-06-06 Pedro Alves <palves@redhat.com>
16002
16003 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16004 in target debug output instead of looking at RSP packets,
16005 disabling the test on any target that uses hardware stepping.
16006 Update comments.
16007
16008 2014-06-06 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.base/break-unload-file.exp: Fix typo.
16011
16012 2014-06-06 Yao Qi <yao@codesourcery.com>
16013
16014 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16015 from "jit_function" to "^jit_function".
16016
16017 2014-06-06 Yao Qi <yao@codesourcery.com>
16018
16019 * gdb.base/async.c (foo): Add one statement.
16020 * gdb.base/async.exp: Get the next instruction address and
16021 match the output of "nexti" by instruction address. Match
16022 the hex address in the output of "finish".
16023
16024 2014-06-06 Gary Benson <gbenson@redhat.com>
16025
16026 * gdb.base/call-signals.c: Remove preprocessor conditionals
16027 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16028 SIGSEGV and SIGTERM.
16029 * gdb.base/sigall.c: Likewise.
16030 * gdb.base/unwindonsignal.c: Likewise.
16031 * gdb.reverse/sigall-reverse.c: Likewise.
16032
16033 2014-06-06 Yao Qi <yao@codesourcery.com>
16034
16035 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16036 readable, skip the test.
16037
16038 2014-06-06 Yao Qi <yao@codesourcery.com>
16039
16040 * gdb.threads/staticthreads.c (thread_function): Move the line
16041 setting breakpoint on forward.
16042 * gdb.threads/staticthreads.exp: Update comments.
16043
16044 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16045
16046 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16047 "history-append! type error".
16048
16049 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16050
16051 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16052 erroneous dprintf expected input.
16053
16054 2014-06-04 Doug Evans <xdje42@gmail.com>
16055
16056 * gdb.guile/scm-generics.exp: Delete.
16057
16058 2014-06-04 Doug Evans <xdje42@gmail.com>
16059
16060 * gdb.guile/scm-breakpoint.exp: Update.
16061 Add tests for breakpoint registration.
16062
16063 2014-06-04 Tom Tromey <tromey@redhat.com>
16064
16065 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16066 VLA-in-union.
16067 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16068 inner_vla_struct, vla_union types. Initialize objects of those
16069 types and compute their sizes.
16070
16071 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16072 Hui Zhu <hui@codesourcery.com>
16073
16074 * gdb.base/fileio.exp: Add test for shell not available as well as
16075 available.
16076 * gdb.base/fileio.c (test_system): Check for shell twice.
16077
16078 2014-06-04 Yao Qi <yao@codesourcery.com>
16079
16080 * gdb.base/auto-connect-native-target.exp: Remove redundant
16081 space from the regexp pattern.
16082
16083 2014-06-04 Yao Qi <yao@codesourcery.com>
16084
16085 * gdb.base/default.exp: Replace "child" with "native" in
16086 regexp pattern.
16087
16088 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16089
16090 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16091 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16092 * gdb.python/py-xmethods.py: Python script supporting the
16093 new testcase and tests.
16094
16095 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16096 Pedro Alves <palves@redhat.com>
16097
16098 PR breakpoints/17000
16099 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16100 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16101
16102 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16103
16104 * gdb.base/subst.exp: Add tests to verify partial path matching
16105 output.
16106
16107 2014-06-03 Pedro Alves <palves@redhat.com>
16108
16109 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16110 target that doesn't use software single-stepping.
16111
16112 2014-06-03 Pedro Alves <palves@redhat.com>
16113
16114 PR breakpoints/17000
16115 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16116 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16117
16118 2014-06-02 Doug Evans <xdje42@gmail.com>
16119
16120 * gdb.guile/scm-parameter.exp: New file.
16121
16122 2014-06-02 Doug Evans <xdje42@gmail.com>
16123
16124 * gdb.guile/scm-cmd.c: New file.
16125 * gdb.guile/scm-cmd.exp: New file.
16126
16127 2014-06-02 Doug Evans <xdje42@gmail.com>
16128
16129 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16130 pretty-printer lookup.
16131 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16132 (make-pp_s-printer): Call it.
16133 (make-pretty-printer-from-dict): New function.
16134 (lookup-pretty-printer-maker-from-dict): New function.
16135 (*pretty-printer*): Simplify.
16136 (make-objfile-pp_s-printer): New function.
16137 (install-objfile-pretty-printers!): New function.
16138 (make-progspace-pp_s-printer): New function.
16139 (install-progspace-pretty-printers!): New function.
16140 * gdb.guile/scm-progspace.c: New file.
16141 * gdb.guile/scm-progspace.exp: New file.
16142
16143 2014-06-02 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.base/dprintf-bp-same-addr.c: New file.
16146 * gdb.base/dprintf-bp-same-addr.exp: New file.
16147
16148 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16149
16150 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16151 * gdb.arch/powerpc-power.s: Likewise.
16152
16153 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16156
16157 2014-06-01 Yao Qi <yao@codesourcery.com>
16158
16159 * gdb.base/watchpoint.exp (test_watch_location): Check null
16160 pointer can be dereferenced. If not, do the test, otherwise
16161 skip it.
16162
16163 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16164
16165 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16166 results.
16167 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16168
16169 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16170
16171 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16172 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16173 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16174 * gdb.arch/amd64-invalid-stack-top.c: New file.
16175 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16176
16177 2014-05-30 Pedro Alves <palves@redhat.com>
16178
16179 PR breakpoints/17000
16180 * gdb.base/sss-bp-on-user-bp.c: New file.
16181 * gdb.base/sss-bp-on-user-bp.exp: New file.
16182
16183 2014-05-30 David Blaikie <dblaikie@gmail.com>
16184
16185 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16186 gnu_inline semantics via attribute.
16187 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16188 source explicitly specifies the required semantics.
16189
16190 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16191
16192 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16193
16194 2014-05-29 Pedro Alves <palves@redhat.com>
16195 Tom Tromey <tromey@redhat.com>
16196
16197 * gdb.base/async-shell.exp: Don't enable target-async.
16198 * gdb.base/async.exp
16199 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16200 parameter. Adjust.
16201 (top level): Don't test with "target-async".
16202 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16203 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16204 * gdb.base/inferior-died.exp: Don't enable target-async.
16205 * gdb.base/interrupt-noterm.exp: Likewise.
16206 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16207 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16208 * gdb.mi/mi-nonstop.exp: Likewise.
16209 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16210 * gdb.mi/mi-nsintrall.exp: Likewise.
16211 * gdb.mi/mi-nsmoribund.exp: Likewise.
16212 * gdb.mi/mi-nsthrexec.exp: Likewise.
16213 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16214 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16215 * gdb.python/py-evsignal.exp: Don't enable target-async.
16216 * gdb.python/py-evthreads.exp: Likewise.
16217 * gdb.python/py-prompt.exp: Likewise.
16218 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16219 * gdb.server/solib-list.exp: Don't enable target-async.
16220 * gdb.threads/thread-specific-bp.exp: Likewise.
16221 * lib/mi-support.exp: Adjust to use mi-async.
16222
16223 2014-05-29 Pedro Alves <palves@redhat.com>
16224
16225 PR gdb/13860
16226 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16227 reason, even in sync mode.
16228
16229 2014-05-29 Pedro Alves <palves@redhat.com>
16230 Hui Zhu <hui@codesourcery.com>
16231
16232 PR PR15693
16233 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16234 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16235 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16236 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16237
16238 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16239
16240 * config/monitor.exp (gdb_target_monitor): Replace use of
16241 "set remotebaud" by "set serial baud".
16242
16243 2014-05-26 Andy Wingo <wingo@igalia.com>
16244
16245 * gdb.guile/scm-breakpoint.exp:
16246 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16247 properties instead of gdb-object-properties.
16248
16249 2014-05-26 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.server/no-thread-db.exp: Specify source file name
16252 explicitly when setting a breakpoint.
16253
16254 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16255
16256 * gdb.btrace/vdso.c: New.
16257 * gdb.btrace/vdso.exp: New.
16258
16259 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16260
16261 * gdb.base/gcore.exp (capture_command_output): Move ...
16262 * lib/gdb.exp (capture_command_output): ... here.
16263
16264 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16265
16266 * gdb.btrace/data.exp: Test memory access during btrace replay.
16267
16268 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16269
16270 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16271
16272 2014-05-21 Pedro Alves <palves@redhat.com>
16273
16274 PR gdb/13860
16275 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16276 (top level): Test that output related to execution commands is
16277 sent to the console with CLI commands, but not with MI commands.
16278 Test that breakpoint events are always mirrored to the console.
16279 Also expect the new source line to be output after a "next" in
16280 async mode too. Make it a pass/fail test.
16281 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16282 output.
16283 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16284
16285 2014-05-21 Pedro Alves <palves@redhat.com>
16286
16287 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16288 Use them to test variations of "list" after reaching a breakpoint.
16289 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16290 Test "list" with listsize 10 after reaching a breakpoint.
16291 * gdb.python/python.exp (decode_line current location line
16292 number): Adjust expected line number.
16293
16294 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16295
16296 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16297 behavior for $args, pass it directly to "run".
16298
16299 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16300
16301 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16302 30000 to 65536.
16303
16304 2014-05-21 Pedro Alves <palves@redhat.com>
16305
16306 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16307 auto-connect-native-target off".
16308 * gdb.base/auto-connect-native-target.c: New file.
16309 * gdb.base/auto-connect-native-target.exp: New file.
16310
16311 2014-05-21 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.base/default.exp: Test "target native" instead of "target
16314 child".
16315
16316 2014-05-21 Mark Wielaard <mjw@redhat.com>
16317
16318 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16319
16320 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16321
16322 Fix TLS access for -static -pthread.
16323 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16324 <HAVE_TLS> (thread_function, main): Initialize it.
16325 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16326 Add clean_restart.
16327 <$have_tls != "">: Check TLSVAR.
16328
16329 2014-05-21 Pedro Alves <palves@redhat.com>
16330
16331 * gdb.base/dcache-line-read-error.c: New.
16332 * gdb.base/dcache-line-read-error.exp: New.
16333
16334 2014-05-20 Pedro Alves <palves@redhat.com>
16335
16336 * gdb.base/compare-sections.c: New file.
16337 * gdb.base/compare-sections.exp: New file.
16338
16339 2014-05-20 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/break-idempotent.c: New file.
16342 * gdb.base/break-idempotent.exp: New file.
16343
16344 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16345
16346 * gdb.btrace/nohist.exp: New.
16347
16348 2014-05-20 Yao Qi <yao@codesourcery.com>
16349
16350 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16351 gdb.reverse directory and gdb_reverse_timeout exists in board
16352 setting.
16353 * README: Document gdb_reverse_timeout.
16354
16355 2014-05-20 Yao Qi <yao@codesourcery.com>
16356
16357 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16358 'test_file_name'. Treat args as a string instead of a list.
16359 (gdb_init): Rename argument 'args' by 'test_file_name'.
16360
16361 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16362
16363 * gdb.arch/powerpc-power.exp: New file.
16364 * gdb.arch/powerpc-power.s: New file.
16365
16366 2014-05-16 Doug Evans <dje@google.com>
16367
16368 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16369 * gdb.base/completion.exp: Check that all expected files exist
16370 before doing file completion.
16371
16372 2014-05-16 Doug Evans <dje@google.com>
16373
16374 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16375 Update.
16376 (do_syscall_tests_without_xml): Update.
16377
16378 2014-05-16 Pedro Alves <palves@redhat.com>
16379
16380 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16381 instead of "unknown output after running".
16382
16383 2014-05-16 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16386 file1.txt from host at the end.
16387 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16388
16389 2014-05-15 Doug Evans <dje@google.com>
16390
16391 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16392 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16393 loading file. Add test for TU lookup.
16394
16395 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16396
16397 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16398 calling "-exec-arguments" or "set args" before running the
16399 inferior.
16400
16401 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16402
16403 * lib/mi-support.exp (mi_expect_stop): Expect message for
16404 inferiors that exit with non-zero exit code.
16405
16406 2014-05-14 Yao Qi <yao@codesourcery.com>
16407
16408 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16409 match absolute path on remote host.
16410 (test_file_list_exec_source_files): Remove "/" from the
16411 pattern.
16412
16413 2014-05-14 Yao Qi <yao@codesourcery.com>
16414
16415 * boards/local-remote-host-notty.exp (${board}_file): New
16416 proc.
16417
16418 2014-05-07 Kyle McMartin <kyle@redhat.com>
16419
16420 Pushed by Joel Brobecker <brobecker@adacore.com>.
16421 * gdb.arch/aarch64-atomic-inst.c: New file.
16422 * gdb.arch/aarch64-atomic-inst.exp: New file.
16423
16424 2014-05-07 Yao Qi <yao@codesourcery.com>
16425
16426 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16427 in current context" too.
16428
16429 2014-05-05 Keith Seitz <keiths@redhat.com>
16430
16431 * gdb.linespec/ls-dollar.exp: Add test for linespec
16432 file:convenience_variable.
16433
16434 2014-05-05 Yao Qi <yao@codesourcery.com>
16435
16436 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16437 traceframes into tfile and ctf trace files. Read data from
16438 trace file and test collected data.
16439 (gdb_collect_locals_test): Likewise.
16440 (gdb_unavailable_registers_test): Likewise.
16441 (gdb_unavailable_floats): Likewise.
16442 (gdb_collect_globals_test): Likewise.
16443 (top-level): Append "ctf" to trace_file_targets if GDB
16444 supports.
16445
16446 2014-05-05 Yao Qi <yao@codesourcery.com>
16447
16448 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16449 code to ...
16450 (gdb_collect_args_test_1): ... it. New proc.
16451 (gdb_collect_locals_test): Move some code to ...
16452 (gdb_collect_locals_test_1): ... it. New proc.
16453 (gdb_unavailable_registers_test): Move some code to ...
16454 (gdb_unavailable_registers_test_1): ... it. New proc.
16455 (gdb_unavailable_floats): Move some code to ...
16456 (gdb_unavailable_floats_1): ... it. New proc.
16457
16458 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16459
16460 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16461 probes to test for bitness recognition.
16462 * gdb.arch/amd64-stap-optional-prefix.exp
16463 (test_probe_value_without_reg): New procedure.
16464 Add code to test for different kinds of bitness.
16465
16466 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16467
16468 PR breakpoints/16889
16469 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16470 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16471
16472 2014-05-01 Pedro Alves <palves@redhat.com>
16473
16474 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16475 gdb_file_cmd if no file is specified.
16476 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16477 last_loaded_file to set the remote exec-file.
16478
16479 2014-05-01 Pedro Alves <palves@redhat.com>
16480
16481 * boards/local-remote-host.exp: New file.
16482
16483 2014-05-01 Pedro Alves <palves@redhat.com>
16484
16485 * boards/local-remote-host.exp: Rename to ...
16486 * boards/local-remote-host-notty.exp: ... this.
16487
16488 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16489
16490 * gdb.ada/dyn_arrayidx: New testcase.
16491
16492 2014-04-26 Yao Qi <yao@codesourcery.com>
16493
16494 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16495 and compute the length of function main. Save it in
16496 $main_length.
16497 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16498 (top-level): Use gdb_compile to compile objects into
16499 executable and restart GDB. Remove invocation to
16500 prepare_for_testing.
16501
16502 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16503 Pedro Alves <palves@redhat.com>
16504
16505 PR server/16255
16506 * gdb.multi/multi-attach.c: New file.
16507 * gdb.multi/multi-attach.exp: New file.
16508
16509 2014-04-25 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16512 user.
16513 (top level): Test that "set remote conditional-breakpoints-packet
16514 off" works as intended.
16515 * gdb.base/dprintf.exp: Test that "set remote
16516 breakpoint-commands-packet off" works as intended.
16517 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16518 New function.
16519 (top level): Call it.
16520 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16521 remote fast-tracepoints-packet off" works as intended.
16522 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16523 * lib/gdb.exp (gdb_is_target_remote): ... here.
16524
16525 2014-04-24 David Blaikie <dblaikie@gmail.com>
16526
16527 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16528 ensure clang would not discard them.
16529 * gdb.base/gdbvars.c: Ditto.
16530 * gdb.base/memattr.c: Ditto.
16531 * gdb.base/whatis.c: Ditto.
16532 * gdb.python/py-prettyprint.c: Ditto.
16533 * gdb.trace/actions.c: Ditto.
16534 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16535 ensure clang would not discard it.
16536
16537 2014-04-24 David Blaikie <dblaikie@gmail.com>
16538
16539 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16540 clang to emit the full definition of type required by the test
16541 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16542
16543 2014-04-24 David Blaikie <dblaikie@gmail.com>
16544
16545 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16546 coax Clang into emitting the definition of the type.
16547 * gdb.cp/pr10728-x.h (y): Ditto.
16548 * gdb.cp/pr10728-y.cc (y): Ditto.
16549
16550 2014-04-24 David Blaikie <dblaikie@gmail.com>
16551
16552 * gdb.base/label.exp: XFAIL label related tests under Clang.
16553 * gdb.cp/cplabel.exp: Ditto.
16554 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16555 under Clang those using labels.
16556
16557 2014-04-25 Yao Qi <yao@codesourcery.com>
16558
16559 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16560 double_label.
16561 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16562 partial_label and double_label.
16563
16564 2014-04-24 David Blaikie <dblaikie@gmail.com>
16565
16566 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16567
16568 2014-04-24 David Blaikie <dblaikie@gmail.com>
16569
16570 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16571 of the function to work across GCC and Clang.
16572 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16573 pointer types (const void ** const V void **).
16574
16575 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16576 Walfred Tedeschi <walfred.tedeschi@intel.com>
16577
16578 * Makefile.in (EXECUTABLES): Added i386-avx512.
16579 * gdb.arch/i386-avx512.c: New file.
16580 * gdb.arch/i386-avx512.exp: Likewise.
16581
16582 2014-04-23 Keith Seitz <keiths@redhat.com>
16583
16584 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16585 (mi_make_breakpoint_table): New procedure.
16586 (mi_create_breakpoint): Use mi_make_breakpoint
16587 and return the result.
16588 (mi_make_breakpoint): New procedure.
16589 (mi_build_kv_pairs): New procedure.
16590
16591 * gdb.mi/mi-break.exp: Remove unused globals,
16592 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16593 All callers updated.
16594 * gdb.mi/mi-dprintf.exp: Use variable to track command
16595 number.
16596 Update all callers of mi_create_breakpoint and use
16597 mi_make_breakpoint_table.
16598 Remove any unused global variables.
16599 * gdb.mi/mi-nonstop.exp: Likewise.
16600 * gdb.mi/mi-nsintrall.exp: Likewise.
16601 * gdb.mi/mi-nsmoribund.exp: Likewise.
16602 * gdb.mi/mi-nsthrexec.exp: Likewise.
16603 * gdb.mi/mi-reverse.exp: Likewise.
16604 * gdb.mi/mi-simplerun.exp: Likewise.
16605 * gdb.mi/mi-stepn.exp: Likewise.
16606 * gdb.mi/mi-syn-frame.exp: Likewise.
16607 * gdb.mi/mi-until.exp: Likewise.
16608 * gdb.mi/mi-var-cp.exp: Likewise.
16609 * gdb.mi/mi-var-display.exp: Likewise.
16610 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16611 * gdb.mi/mi2-var-child.exp: Likewise.
16612 * gdb.mi/mi-vla-c99.exp: Likewise.
16613 * lib/mi-support.exp: Likewise.
16614
16615 From Ian Lance Taylor <iant@cygnus.com>:
16616 * lib/gdb.exp (parse_args): New procedure.
16617
16618 2014-04-23 Pedro Alves <palves@redhat.com>
16619
16620 * gdb.base/break-unload-file.c: New file.
16621 * gdb.base/break-unload-file.exp: New file.
16622 * gdb.base/sym-file-lib.c (baz): New function.
16623 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16624 field.
16625 (load): Store the segment's mapped size.
16626 (unload): New function.
16627 (unload_shlib): New function.
16628 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16629 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16630 set a breakpoint at baz, and call it.
16631 * gdb.base/sym-file.exp: New tests for stale breakpoint
16632 instructions.
16633
16634 2014-04-23 Pedro Alves <palves@redhat.com>
16635
16636 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16637 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16638 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16639 * gdb.base/hbreak-unmapped.c: New file.
16640 * gdb.base/hbreak-unmapped.exp: New file.
16641 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16642 * lib/gdb.exp (gdb_is_target_remote): ... here.
16643
16644 2014-04-22 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.base/consecutive-step-over.c: New file.
16647 * gdb.base/consecutive-step-over.exp: New file.
16648
16649 2014-04-22 Pedro Alves <palves@redhat.com>
16650
16651 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16652 instead of send_gdb/gdb_expect.
16653
16654 2014-04-22 Yao Qi <yao@codesourcery.com>
16655
16656 * lib/trace-support.exp (generate_tracefile): New procedure.
16657 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16658 return 0.
16659 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16660 if generate_tracefile returns 1.
16661
16662 2014-04-18 Tom Tromey <palves@redhat.com>
16663 Pedro alves <tromey@redhat.com>
16664
16665 PR backtrace/15558
16666 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16667 with a backtrace limit.
16668 * gdb.python/py-frame-inline.exp: Test running to an inline
16669 function with a backtrace limit, and printing the newest frame.
16670 * gdb.python/py-frame-inline.c (main): Call f.
16671
16672 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16673
16674 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16675
16676 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16677
16678 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16679 Drop prefix from unsupported source file path.
16680
16681 2014-04-17 Yao Qi <yao@codesourcery.com>
16682
16683 * lib/gdb.exp (with_target_charset): New proc.
16684 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16685 with_target_charset.
16686 (test_print_strings): Likewise.
16687 (test_repeat_bytes): Likewise.
16688 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16689 for some tests.
16690
16691 2014-04-16 Keith Seitz <keiths@redhat.com>
16692
16693 PR gdb/15827
16694 * gdb.dwarf2/corrupt.c: New file.
16695 * gdb.dwarf2/corrupt.exp: New file.
16696
16697 2014-04-16 Keith Seitz <keiths@redhat.com>
16698
16699 PR c++/16597
16700 * gdb.cp/namelessclass.cc: New file.
16701 * gdb.cp/namelessclass.exp: New file.
16702 * gdb.cp/namelessclass.S: New file.
16703
16704 2014-04-16 Doug Evans <dje@google.com>
16705
16706 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16707 Add comment.
16708 (gdbserver_default_get_comm_port): New function.
16709 (gdbserver_start): Check if board file provided
16710 "gdbserver,get_comm_port" and use it if so.
16711 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16712 (gdb,socketport): Set to "stdio".
16713 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16714 (stdio_gdbserver_template): Delete.
16715 (${board}_get_remote_address): Update.
16716 (${board}_build_remote_cmd): Delete.
16717 (${board}_get_comm_port): New function.
16718 (${board}_spawn): Update.
16719 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16720 Delete.
16721 (${board}_get_remote_address): Update.
16722 (${board}_get_comm_port): New function.
16723
16724 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16725
16726 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16727 appearing in any order.
16728
16729 2014-04-15 Doug Evans <dje@google.com>
16730
16731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16732 uninitialized value of "description".
16733
16734 2014-04-15 Keith Seitz <keiths@redhat.com>
16735
16736 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16737 Remove unused globals.
16738 (test_running_the_program): Likewise.
16739 (test_controlled_execution): Likewise.
16740 (test_controlling_breakpoints): Likewise.
16741 (test_program_termination): Likewise.
16742
16743 2014-04-15 Keith Seitz <keiths@redhat.com>
16744
16745 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16746 unused globals.
16747 (test_rbreak_creation_and_listing): Likewise.
16748 (test_ignore_count): Likewise.
16749 (test_error): Likewise.
16750
16751 2014-04-15 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16754 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16755 sym-file-loader.c.
16756 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16757 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16758 to sym-file-loader.c.
16759 (struct library): Forward declare.
16760 (load_shlib, lookup_function): Change prototypes.
16761 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16762 (translate_offset): Remove declarations.
16763 (get_text_addr): New declaration.
16764 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16765 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16766 sym-file-loader.h.
16767 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16768 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16769 here from sym-file-loader.h.
16770 (struct library): New structure.
16771 (load_shlib, lookup_function): Change prototypes and adjust to
16772 work with a struct library.
16773 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16774 (translate_offset): Make static.
16775 (get_text_addr): New function.
16776 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16777
16778 2014-04-15 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16781
16782 2014-04-15 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/sym-file-loader.c: Include <limits.h>.
16785 (SELF_LINK): New define.
16786 (get_origin): New function.
16787 (load_shlib): Use it.
16788 * gdb.base/sym-file.exp: Don't early return if the target is
16789 remote. Use runto_main, and issue fail is that fails. Use
16790 gdb_load_shlibs.
16791 (shlib_name): Delete.
16792 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16793
16794 2014-04-15 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/sym-file.exp: Remove regex characters from test
16797 message. Don't refer to breakpoint numbers in test messages.
16798
16799 2014-04-14 Keith Seitz <keiths@redhat.com>
16800
16801 PR c++/16253
16802 * gdb.cp/var-tag.cc: New file.
16803 * gdb.cp/var-tag.exp: New file.
16804 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16805 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16806 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16807 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16808
16809 2014-04-14 Tom Tromey <tromey@redhat.com>
16810
16811 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16812 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16813 type.
16814 * gdb.cp/enum-class.exp: New file.
16815 * gdb.cp/enum-class.cc: New file.
16816
16817 2014-04-14 Tom Tromey <tromey@redhat.com>
16818
16819 * gdb.dwarf2/enum-type.exp: New file.
16820
16821 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16822
16823 * gdb.mi/mi-vla-c99.exp: New file.
16824 * gdb.mi/vla.c: New file.
16825
16826 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16827
16828 * gdb.base/vla-datatypes.c: New file.
16829 * gdb.base/vla-datatypes.exp: New file.
16830
16831 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16832
16833 * gdb.base/vla-ptr.c: New file.
16834 * gdb.base/vla-ptr.exp: New file.
16835
16836 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16837
16838 * gdb.dwarf2/count.exp: New file.
16839
16840 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16841
16842 * gdb.base/vla-sideeffect.c: New file.
16843 * gdb.base/vla-sideeffect.exp: New file.
16844
16845 2014-04-14 David Blaikie <dblaikie@gmail.com>
16846
16847 * gdb.mi/non-stop.c: Add return value for non-void function return
16848 statement.
16849 * gdb.threads/staticthreads.c: Ditto.
16850
16851 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16852 Doug Evans <xdje42@gmail.com>
16853
16854 * gdb.guile/scm-value.c: Improve test case.
16855 * gdb.guile/scm-value.exp: Add new test.
16856
16857 2014-04-11 David Blaikie <dblaikie@gmail.com>
16858
16859 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16860 override Clang's default.
16861
16862 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16863
16864 Revert the following changes (regressions):
16865
16866 * gdb.base/vla-sideeffect.c: New file.
16867 * gdb.base/vla-sideeffect.exp: New file.
16868
16869 * gdb.dwarf2/count.exp: New file.
16870
16871 * gdb.base/vla-multi.c: New file.
16872 * gdb.base/vla-multi.exp: New file.
16873
16874 * gdb.base/vla-ptr.c: New file.
16875 * gdb.base/vla-ptr.exp: New file.
16876
16877 * gdb.base/vla-datatypes.c: New file.
16878 * gdb.base/vla-datatypes.exp: New file.
16879
16880 * gdb.mi/mi-vla-c99.exp: New file.
16881 * gdb.mi/vla.c: New file.
16882
16883 2014-04-11 Keith Seitz <keiths@redhat.com>
16884
16885 PR c++/16675
16886 * gdb.cp/cpsizeof.exp: New file.
16887 * gdb.cp/cpsizeof.cc: New file.
16888
16889 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16890
16891 * gdb.mi/mi-vla-c99.exp: New file.
16892 * gdb.mi/vla.c: New file.
16893
16894 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16895
16896 * gdb.base/vla-datatypes.c: New file.
16897 * gdb.base/vla-datatypes.exp: New file.
16898
16899 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16900
16901 * gdb.base/vla-ptr.c: New file.
16902 * gdb.base/vla-ptr.exp: New file.
16903
16904 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16905
16906 * gdb.base/vla-multi.c: New file.
16907 * gdb.base/vla-multi.exp: New file.
16908
16909 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16910
16911 * gdb.dwarf2/count.exp: New file.
16912
16913 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16914
16915 * gdb.base/vla-sideeffect.c: New file.
16916 * gdb.base/vla-sideeffect.exp: New file.
16917
16918 2014-04-11 Yao Qi <yao@codesourcery.com>
16919
16920 * gdb.base/completion.exp: Check file exists before running tests
16921 on file completion.
16922
16923 2014-04-10 Pedro Alves <palves@redhat.com>
16924
16925 * gdb.base/cond-eval-mode.c: New file.
16926 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16927 prepare_for_testing to build the new file. Check result of
16928 runto_main.
16929 (test_break, test_watch): New procedures.
16930 (top level): Use them.
16931
16932 2014-04-08 Pierre Muller <muller@sourceware.org>
16933
16934 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16935 Ctrl-V use for mingw hosts.
16936
16937 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16938
16939 * gdb.python/py-value.c: Improve test case.
16940 * gdb.python/py-value.exp: Add new test.
16941
16942 2014-04-07 David Blaikie <dblaikie@gmail.com>
16943
16944 * lib/compiler.c: Identify the clang compiler.
16945 * lib/compiler.cc: Ditto.
16946
16947 2014-04-03 Yao Qi <yao@codesourcery.com>
16948
16949 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16950
16951 2014-04-01 Anton Blanchard <anton@samba.org>
16952
16953 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16954 messages unique.
16955
16956 2014-04-01 Anton Blanchard <anton@samba.org>
16957
16958 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16959 prepare_for_testing.
16960
16961 2014-04-01 Anton Blanchard <anton@samba.org>
16962
16963 * gdb.arch/ppc64-atomic-inst.c: Remove.
16964 * gdb.arch/ppc64-atomic-inst.S: New file.
16965 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16966
16967 2014-03-31 Doug Evans <dje@google.com>
16968
16969 * gdb.base/print-symbol-loading-lib.c: New file.
16970 * gdb.base/print-symbol-loading-main.c: New file.
16971 * gdb.base/print-symbol-loading.exp: New file.
16972
16973 2014-03-31 Yao Qi <yao@codesourcery.com>
16974
16975 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16976
16977 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16978
16979 * gdb.ada/mi_dyn_arr: New testcase.
16980
16981 2014-03-27 Doug Evans <dje@google.com>
16982
16983 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16984
16985 2014-03-27 Yao Qi <yao@codesourcery.com>
16986
16987 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16988 if target is nios2-*-*.
16989
16990 2014-03-26 Yao Qi <yao@codesourcery.com>
16991
16992 * lib/gdb.exp (readline_is_used): New proc.
16993 * gdb.base/completion.exp: Move tests on command complete up.
16994 Skip the rest of tests if readline is not used.
16995 * gdb.ada/complete.exp: Skp the test if readline is not
16996 used.
16997 * gdb.base/filesym.exp: Likewise.
16998 * gdb.base/macscp.exp: Likewise.
16999 * gdb.base/readline-ask.exp: Likewise.
17000 * gdb.base/readline.exp: Likewise.
17001 * gdb.python/py-cmd.exp: Likewise.
17002 * gdb.trace/tfile.exp: Likewise.
17003
17004 2014-03-26 Yao Qi <yao@codesourcery.com>
17005
17006 * gdb.base/macscp.exp: Fix code format issues.
17007
17008 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17009
17010 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17011 * gdb.asm/powerpc64le.inc: New file.
17012
17013 2014-03-25 Pedro Alves <palves@redhat.com>
17014 Doug Evans <dje@google.com>
17015
17016 * gdb.base/source-execution.c: New file.
17017 * gdb.base/source-execution.exp: New file.
17018 * gdb.base/source-execution.gdb: New file.
17019
17020 2014-03-24 Doug Evans <dje@google.com>
17021
17022 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17023 using fission.
17024
17025 2014-03-24 Hui Zhu <hui@codesourcery.com>
17026 Pedro Alves <palves@redhat.com>
17027
17028 PR breakpoints/16101
17029 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17030 test pass/fail messages. Detect missing support for dprintf when
17031 breakpoints are actually inserted.
17032 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17033 breakpoints are actually inserted.
17034 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17035 fails.
17036
17037 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17038
17039 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17040
17041 2014-03-22 Doug Evans <xdje42@gmail.com>
17042
17043 * gdb.python/python.exp (python not supported): Verify multi-line
17044 python command issues an error.
17045 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17046 guile command issues an error.
17047
17048 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17049
17050 * gdb.threads/thread-specific.exp: Handle the lack of usable
17051 $this_breakpoint and $this_thread.
17052
17053 2014-03-21 Hui Zhu <hui@codesourcery.com>
17054
17055 * gdb.base/attach.exp (do_command_attach_tests): New.
17056
17057 2014-03-20 Tom Tromey <tromey@redhat.com>
17058 Pedro Alves <palves@redhat.com>
17059
17060 PR cli/15718
17061 * gdb.base/condbreak-call-false.c: New file.
17062 * gdb.base/condbreak-call-false.exp: New file.
17063
17064 2014-03-20 Pedro Alves <palves@redhat.com>
17065
17066 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17067 Delete.
17068 (block_signals, unblock_signals): Delete.
17069 (child_function_2, main): Remove references to deleted variable
17070 and functions.
17071
17072 2014-03-20 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17075 Use pthread_kill to signal thread 2.
17076 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17077 Adjust to make the test send itself a signal rather than using the
17078 host's "kill" command.
17079
17080 2014-03-20 Pedro Alves <palves@redhat.com>
17081
17082 * gdb.threads/multiple-step-overs.c: New file.
17083 * gdb.threads/multiple-step-overs.exp: New file.
17084 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17085 Adjust expected infrun debug output.
17086
17087 2014-03-20 Pedro Alves <palves@redhat.com>
17088
17089 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17090 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17091
17092 2014-03-20 Pedro Alves <palves@redhat.com>
17093
17094 PR breakpoints/7143
17095 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17096 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17097 of gdb_test_multiple.
17098 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17099 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17100
17101 2014-03-20 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17104 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17105
17106 2014-03-19 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.base/async.exp: Remove early return.
17109
17110 2014-03-19 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17113
17114 2014-03-19 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/async.exp (test_background): Expect \r\n after
17117 "completed." in the fail pattern.
17118
17119 2014-03-19 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/async.exp (test_background): New procedure.
17122 Use it for all background execution command tests.
17123
17124 2014-03-19 Pedro Alves <palves@redhat.com>
17125
17126 * gdb.base/async.exp: Use prepare_for_testing.
17127
17128 2014-03-19 Pedro Alves <palves@redhat.com>
17129
17130 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17131 the same line.
17132
17133 2014-03-19 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.base/async.c (main): Add "jump here" and "until here" line
17136 marker comments.
17137 * gdb.base/async.exp (jump_here): New global.
17138 (jump& test): Use it.
17139 (until_here): New global.
17140 (until& test): Use it.
17141
17142 2014-03-19 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/async.exp: Don't frob gdb_protocol.
17145
17146 2014-03-18 Doug Evans <xdje42@gmail.com>
17147
17148 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17149 Fix spelling of exec-done-display.
17150
17151 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17152
17153 PR gdb/15358
17154 * gdb.base/gdb-sigterm.c: New file.
17155 * gdb.base/gdb-sigterm.exp: New file.
17156
17157 2014-03-18 Pedro Alves <palves@redhat.com>
17158
17159 PR gdb/13860
17160 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17161 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17162 solib-event.
17163
17164 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17165
17166 * gdb.ada/pckd_arr_ren: New testcase.
17167
17168 2014-03-13 Doug Evans <xdje42@gmail.com>
17169
17170 PR guile/16612
17171 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17172 collect after discarding symbols.
17173
17174 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17175 Doug Evans <xdje42@gmail.com>
17176
17177 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17178 to history survives a gc.
17179
17180 2014-03-13 Pedro Alves <palves@redhat.com>
17181
17182 * gdb.base/default.exp: Don't test "target procfs".
17183
17184 2014-03-13 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.base/default.exp: Update "target child" and "target procfs"
17187 tests to not expect "Unix".
17188
17189 2014-03-12 Tom Tromey <tromey@redhat.com>
17190
17191 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17192 New procs. Add target-async tests.
17193 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17194 Add target-async tests.
17195
17196 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17197
17198 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17199 'func_start' and 'func_end' for the beginning and end of the
17200 function code, respectively.
17201 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17202 'func_end' instead of 'func' and 'main'.
17203
17204 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17205
17206 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17207 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17208 generate the debug info assembler source.
17209
17210 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17211
17212 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17213 * gdb.dwarf2/arr-subrange.exp: Likewise.
17214 * gdb.dwarf2/dwz.exp: Likewise.
17215 * gdb.dwarf2/method-ptr.exp: Likewise.
17216 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17217 * gdb.dwarf2/subrange.exp: Likewise.
17218 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17219 * gdb.dwarf2/implptrpiece.exp: Likewise.
17220 * gdb.dwarf2/nostaticblock.exp: Likewise.
17221
17222 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17223
17224 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17225 directory to absolute path name arguments.
17226
17227 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17228
17229 * gdb.ada/tagged_access: New testcase.
17230
17231 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17232
17233 * gdb.btrace/data.exp: Update expected output.
17234
17235 2014-03-06 Yao Qi <yao@codesourcery.com>
17236
17237 * gdb.trace/pr16508.exp: New file.
17238
17239 2014-03-05 Pedro Alves <palves@redhat.com>
17240
17241 PR gdb/16575
17242 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17243 procedure.
17244 (top level): Adjust to use it. Add tests that exercise breakpoint
17245 interaction with the code-cache.
17246
17247 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17248
17249 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17250 test for 'history-append!'.
17251
17252 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17253
17254 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17255 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17256 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17257 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17258 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17259 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17260
17261 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17262
17263 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17264 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17265 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17266
17267 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17268
17269 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17270
17271 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17272
17273 * gdb.dwarf2/arr-stride.c: New file.
17274 * gdb.dwarf2/arr-stride.exp: New file.
17275
17276 2014-02-26 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17279 that won't ever trigger. Make sure that GDB reports the correct
17280 breakpoint that caused the stop.
17281
17282 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17283
17284 PR gdb/16626
17285 * gdb.base/auto-load-script: New file.
17286 * gdb.base/auto-load.c: New file.
17287 * gdb.base/auto-load.exp: New file.
17288
17289 PR gdb/16626
17290 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17291
17292 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17293
17294 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17295 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17296
17297 2014-02-24 Doug Evans <dje@google.com>
17298
17299 * lib/gdb.exp (run_on_host): Log error output if program fails.
17300
17301 2014-02-21 Pedro Alves <palves@redhat.com>
17302
17303 * gdb.threads/step-after-sr-lock.c: Rename to ...
17304 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17305 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17306 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17307 ... this.
17308
17309 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17310
17311 PR tdep/16397
17312 * gdb.arch/amd64-stap-special-operands.exp: New file.
17313 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17314 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17315 * gdb.arch/amd64-stap-triplet.S: Likewise.
17316 * gdb.arch/amd64-stap-triplet.c: Likewise.
17317
17318 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17319
17320 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17321 in .section pseudo-op.
17322
17323 2014-02-20 lin zuojian <manjian2006@gmail.com>
17324 Joel Brobecker <brobecker@adacore.com>
17325 Doug Evans <xdje42@gmail.com>
17326
17327 PR symtab/16581
17328 * gdb.dwarf2/dw2-icycle.S: New file.
17329 * gdb.dwarf2/dw2-icycle.c: New file.
17330 * gdb.dwarf2/dw2-icycle.exp: New file.
17331
17332 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17333
17334 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17335 operations on gdb.Value objects.
17336 * gdb.python/py-value-cc.exp: Add new test to test operations on
17337 gdb.Value objects.
17338
17339 2014-02-18 Doug Evans <dje@google.com>
17340
17341 * Makefile.in (TESTS): New variable.
17342 (expanded_tests, expanded_tests_or_none): New variables
17343 (check-single): Pass $(expanded_tests_or_none) to runtest.
17344 (check-parallel): Only run tests in $(TESTS) if non-empty.
17345 (check/no-matching-tests-found): New rule.
17346 * README: Document TESTS makefile variable.
17347
17348 2014-02-18 Doug Evans <dje@google.com>
17349
17350 * Makefile.in (check-parallel): rm -rf outputs temp.
17351
17352 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17353
17354 Fix "ERROR: no fileid for" in the testsuite.
17355 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17356
17357 2014-02-12 Doug Evans <dje@google.com>
17358
17359 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17360 (MISCELLANEOUS): New variable.
17361 (clean): rm -rf $(MISCELLANEOUS).
17362 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17363 dwp live in the same directory as symlinks, with each symlink pointed
17364 to a differently named file in a different directory.
17365
17366 2014-02-11 Doug Evans <dje@google.com>
17367
17368 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17369 of Tcl file commands.
17370
17371 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17372
17373 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17374 "kill -SIGUSR1 -1".
17375
17376 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17377
17378 * gdb.ada/tick_length_array_enum_idx: New testcase.
17379
17380 2014-02-10 Doug Evans <xdje42@gmail.com>
17381
17382 * configure.ac (AC_OUTPUT): Add gdb.guile.
17383 * configure: Regenerate.
17384 * lib/gdb-guile.exp: New file.
17385 * lib/gdb.exp (get_target_charset): New function.
17386 * gdb.base/help.exp: Update expected output from "apropos apropos".
17387 * gdb.guile/Makefile.in: New file.
17388 * gdb.guile/guile.exp: New file.
17389 * gdb.guile/scm-arch.c: New file.
17390 * gdb.guile/scm-arch.exp: New file.
17391 * gdb.guile/scm-block.c: New file.
17392 * gdb.guile/scm-block.exp: New file.
17393 * gdb.guile/scm-breakpoint.c: New file.
17394 * gdb.guile/scm-breakpoint.exp: New file.
17395 * gdb.guile/scm-disasm.c: New file.
17396 * gdb.guile/scm-disasm.exp: New file.
17397 * gdb.guile/scm-equal.c: New file.
17398 * gdb.guile/scm-equal.exp: New file.
17399 * gdb.guile/scm-error.exp: New file.
17400 * gdb.guile/scm-error.scm: New file.
17401 * gdb.guile/scm-frame-args.c: New file.
17402 * gdb.guile/scm-frame-args.exp: New file.
17403 * gdb.guile/scm-frame-args.scm: New file.
17404 * gdb.guile/scm-frame-inline.c: New file.
17405 * gdb.guile/scm-frame-inline.exp: New file.
17406 * gdb.guile/scm-frame.c: New file.
17407 * gdb.guile/scm-frame.exp: New file.
17408 * gdb.guile/scm-generics.exp: New file.
17409 * gdb.guile/scm-gsmob.exp: New file.
17410 * gdb.guile/scm-iterator.c: New file.
17411 * gdb.guile/scm-iterator.exp: New file.
17412 * gdb.guile/scm-math.c: New file.
17413 * gdb.guile/scm-math.exp: New file.
17414 * gdb.guile/scm-objfile-script-gdb.in: New file.
17415 * gdb.guile/scm-objfile-script.c: New file.
17416 * gdb.guile/scm-objfile-script.exp: New file.
17417 * gdb.guile/scm-objfile.c: New file.
17418 * gdb.guile/scm-objfile.exp: New file.
17419 * gdb.guile/scm-ports.exp: New file.
17420 * gdb.guile/scm-pretty-print.c: New file.
17421 * gdb.guile/scm-pretty-print.exp: New file.
17422 * gdb.guile/scm-pretty-print.scm: New file.
17423 * gdb.guile/scm-section-script.c: New file.
17424 * gdb.guile/scm-section-script.exp: New file.
17425 * gdb.guile/scm-section-script.scm: New file.
17426 * gdb.guile/scm-symbol.c: New file.
17427 * gdb.guile/scm-symbol.exp: New file.
17428 * gdb.guile/scm-symtab-2.c: New file.
17429 * gdb.guile/scm-symtab.c: New file.
17430 * gdb.guile/scm-symtab.exp: New file.
17431 * gdb.guile/scm-type.c: New file.
17432 * gdb.guile/scm-type.exp: New file.
17433 * gdb.guile/scm-value-cc.cc: New file.
17434 * gdb.guile/scm-value-cc.exp: New file.
17435 * gdb.guile/scm-value.c: New file.
17436 * gdb.guile/scm-value.exp: New file.
17437 * gdb.guile/source2.scm: New file.
17438 * gdb.guile/types-module.cc: New file.
17439 * gdb.guile/types-module.exp: New file.
17440
17441 2014-02-10 Yao Qi <yao@codesourcery.com>
17442
17443 PR testsuite/16543
17444 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17445 * configure: Regenerated.
17446 * Makefile.in: New file.
17447
17448 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17449
17450 * gdb.python/py-framefilter.exp: Fix typo.
17451
17452 2014-02-08 Yao Qi <yao@codesourcery.com>
17453
17454 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17455 that no =breakpoint-modified is emitted when breakpoints are
17456 modified through MI commands.
17457
17458 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17459 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.threads/step-after-sr-lock.c: New file.
17462 * gdb.threads/step-after-sr-lock.exp: New file.
17463
17464 2014-02-07 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17467
17468 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17469
17470 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17471 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17472
17473 2014-02-06 Doug Evans <xdje42@gmail.com>
17474
17475 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17476 output.
17477
17478 * gdb.gdb/python-interrupts.exp: New file.
17479
17480 2014-02-05 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.trace/report.exp (use_collected_data): Test the output
17483 of "info threads" and "info inferiors".
17484
17485 2014-02-05 Yao Qi <yao@codesourcery.com>
17486
17487 Revert this patch:
17488
17489 2013-05-24 Yao Qi <yao@codesourcery.com>
17490
17491 * gdb.trace/tfile.exp: Test inferior and thread.
17492
17493 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17494
17495 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17496 on a function.
17497 * gdb.base/step-bt.c: Call hello via function pointer to make
17498 sure its first instruction is executed on powerpc64le-linux.
17499
17500 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17501
17502 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17503
17504 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17505
17506 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17507 of the test patterns for use on little-endian systems.
17508
17509 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17510
17511 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17512 (decimal_vector): Fix for little-endian.
17513
17514 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17515
17516 * gdb.arch/sparc-sysstep.exp: New file.
17517 * gdb.arch/sparc-sysstep.c: Likewise.
17518
17519 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17520
17521 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17522
17523 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17524
17525 2014-01-23 Tom Tromey <tromey@redhat.com>
17526
17527 * gdb.ada/array_char_idx: New testcase.
17528
17529 2014-01-23 Tom Tromey <tromey@redhat.com>
17530
17531 PR python/16487:
17532 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17533 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17534 classes.
17535
17536 2014-01-23 Tom Tromey <tromey@redhat.com>
17537
17538 PR python/16491:
17539 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17540 string from an inferior frame.
17541 * gdb.python/py-framefilter-mi.exp: Update.
17542
17543 2014-01-22 Doug Evans <dje@google.com>
17544
17545 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17546
17547 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17548
17549 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17550
17551 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17552
17553 * gdb.trace/entry-values.exp: Remove excess space character from
17554 regex patterns. Handle s390 call instruction.
17555
17556 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17557
17558 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17559 define "*_start" label. Make "name" static.
17560 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17561 ${name} by references to ${name}_start.
17562
17563 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17564
17565 * gdb.base/info-macros.exp: Remove "debug" from the compile
17566 options.
17567
17568 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17569
17570 * gdb.dlang/demangle.exp: New file.
17571
17572 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17573
17574 * gdb.dlang/primitive-types.exp: New file.
17575
17576 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17577
17578 * configure.ac: Create gdb.dlang/Makefile.
17579 * configure: Regenerate.
17580 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17581 * gdb.dlang/Makefile.in: New file.
17582 * lib/d-support.exp: New file.
17583 * lib/gdb.exp (skip_d_tests): New proc.
17584
17585 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17586
17587 * gdb.btrace/delta.exp: Check reverse stepi.
17588 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17589 * gdb.btrace/finish.exp: New.
17590 * gdb.btrace/next.exp: New.
17591 * gdb.btrace/nexti.exp: New.
17592 * gdb.btrace/record_goto.c: Add comments.
17593 * gdb.btrace/step.exp: New.
17594 * gdb.btrace/stepi.exp: New.
17595 * gdb.btrace/multi-thread-step.c: New.
17596 * gdb.btrace/multi-thread-step.exp: New.
17597 * gdb.btrace/rn-dl-bind.c: New.
17598 * gdb.btrace/rn-dl-bind.exp: New.
17599 * gdb.btrace/data.c: New.
17600 * gdb.btrace/data.exp: New.
17601 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17602
17603 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17604
17605 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17606 * gdb.btrace/exception.exp: Update.
17607 * gdb.btrace/instruction_history.exp: Update.
17608 * gdb.btrace/record_goto.exp: Update.
17609 * gdb.btrace/tailcall.exp: Update.
17610 * gdb.btrace/unknown_functions.exp: Update.
17611 * gdb.btrace/delta.exp: New.
17612
17613 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17614
17615 * gdb.btrace/record_goto.exp: Add backtrace test.
17616 * gdb.btrace/tailcall.exp: Add backtrace test.
17617
17618 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17619
17620 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17621 * gdb.btrace/record_goto.c: New.
17622 * gdb.btrace/record_goto.exp: New.
17623 * gdb.btrace/x86-record_goto.S: New.
17624
17625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17626
17627 * gdb.btrace/function_call_history.exp: Update tests.
17628 * gdb.btrace/instruction_history.exp: Update tests.
17629
17630 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17631
17632 * gdb.btrace/function_call_history.exp: Fix expected field
17633 order for "record function-call-history".
17634 Add new tests for "record function-call-history /c".
17635 * gdb.btrace/exception.cc: New.
17636 * gdb.btrace/exception.exp: New.
17637 * gdb.btrace/tailcall.exp: New.
17638 * gdb.btrace/x86-tailcall.S: New.
17639 * gdb.btrace/x86-tailcall.c: New.
17640 * gdb.btrace/unknown_functions.c: New.
17641 * gdb.btrace/unknown_functions.exp: New.
17642 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17643
17644 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17645
17646 * gdb.btrace/instruction_history.exp: Update.
17647 * gdb.btrace/function_call_history.exp: Update.
17648
17649 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17650
17651 * gdb.btrace/function_call_history.exp: Fix expected function
17652 trace.
17653 * gdb.btrace/instruction_history.exp: Initialize traced.
17654 Remove traced_functions.
17655
17656 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17657
17658 * gdb.btrace/function_call_history.exp: Update
17659 * gdb.btrace/instruction_history.exp: Update.
17660
17661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17662
17663 * gdb.btrace/enable.exp: Update expected text.
17664
17665 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17666
17667 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17668 bytes.
17669
17670 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17671
17672 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17673
17674 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17675
17676 * lib/gdb.exp (supports_process_record): Return true for
17677 arm*-linux*. (supports_reverse): Likewise.
17678
17679 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17680
17681 PR python/15464
17682 PR python/16113
17683 * gdb.python/py-type.c: Enhance test case.
17684 * gdb.python/py-value-cc.cc: Likewise
17685 * gdb.python/py-type.exp: Add new tests.
17686 * gdb.python/py-value-cc.exp: Likewise
17687
17688 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17689 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17692 Make "name" extern.
17693 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17694 references to ${name}_start by references to ${name}.
17695
17696 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17699
17700 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17701
17702 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17703
17704 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17705 Pedro Alves <palves@redhat.com>
17706
17707 * gdb.mi/mi-info-os.exp: Connect to the target with
17708 mi_gdb_target_load.
17709
17710 2014-01-08 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.threads/reconnect-signal.c: New file.
17713 * gdb.threads/reconnect-signal.exp: New file.
17714
17715 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17716
17717 * gdb.base/source-dir.exp: New file.
17718
17719 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17720
17721 * gdb.ada/mi_interface: New testcase.
17722
17723 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17724
17725 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17726 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17727 gdb.ada/pp-rec-component/pck.ads: New files.
17728
17729 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17730
17731 * gdb.python/py-pp-integral.c: New file.
17732 * gdb.python/py-pp-integral.py: New file.
17733 * gdb.python/py-pp-integral.exp: New file.
17734
17735 For older changes see ChangeLog-1993-2013.
17736 \f
17737 ;; Local Variables:
17738 ;; mode: change-log
17739 ;; left-margin: 8
17740 ;; fill-column: 74
17741 ;; version-control: never
17742 ;; End:
17743
17744 Copyright 2014-2019 Free Software Foundation, Inc.
17745 Copying and distribution of this file, with or without modification,
17746 are permitted provided the copyright notice and this notice are preserved.
This page took 0.53154 seconds and 5 git commands to generate.