Make TUI resizing tests more robust
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-11-12 Tom Tromey <tom@tromey.com>
2
3 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
4 after any command. Expect prompt after WAIT_FOR is seen.
5 (enter_tui): Enable resize messages.
6 (command): Expect command in output.
7 (get_line): Avoid error when cursor appears to be off-screen.
8 (dump_screen): Include screen size in title.
9 (_do_resize): New proc, from "resize".
10 (resize): Rewrite. Do resize in two steps.
11 * gdb.tui/empty.exp (layouts): Fix entries.
12 (check_boxes): Remove xfail.
13 (check_text): Dump screen on failure.
14
15 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.python/py-symbol.exp: Add test for
18 gdb.lookup_static_symbols.
19
20 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.python/py-symbol.c: Declare and call function from new
23 py-symbol-2.c file.
24 * gdb.python/py-symbol.exp: Compile both source files, and add new
25 tests for gdb.lookup_static_symbol.
26 * gdb.python/py-symbol-2.c: New file.
27
28 2019-11-02 Tom de Vries <tdevries@suse.de>
29
30 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
31 * gdb.base/anon.exp: Same.
32 * gdb.base/auto-connect-native-target.exp: Same.
33 * gdb.base/call-ar-st.exp: Same.
34 * gdb.base/catch-syscall.exp: Same.
35 * gdb.base/commands.exp: Same.
36 * gdb.base/default.exp: Same.
37 * gdb.base/display.exp: Same.
38 * gdb.base/float.exp: Same.
39 * gdb.base/foll-fork.exp: Same.
40 * gdb.base/help.exp: Same.
41 * gdb.base/info-macros.exp: Same.
42 * gdb.base/info-proc.exp: Same.
43 * gdb.base/info-target.exp: Same.
44 * gdb.base/long_long.exp: Same.
45 * gdb.base/macscp.exp: Same.
46 * gdb.base/memattr.exp: Same.
47 * gdb.base/nofield.exp: Same.
48 * gdb.base/pointers.exp: Same.
49 * gdb.base/printcmds.exp: Same.
50 * gdb.base/ptype.exp: Same.
51 * gdb.base/restore.exp: Same.
52 * gdb.base/return.exp: Same.
53 * gdb.base/scope.exp: Same.
54 * gdb.base/set-noassign.exp: Same.
55 * gdb.base/setshow.exp: Same.
56 * gdb.base/shlib-call.exp: Same.
57 * gdb.base/signals.exp: Same.
58 * gdb.base/sigstep.exp: Same.
59 * gdb.base/skip.exp: Same.
60 * gdb.base/solib-symbol.exp: Same.
61 * gdb.base/stap-probe.exp: Same.
62 * gdb.base/step-line.exp: Same.
63 * gdb.base/step-test.exp: Same.
64 * gdb.base/style.exp: Same.
65 * gdb.base/varargs.exp: Same.
66 * gdb.base/vla-datatypes.exp: Same.
67 * gdb.base/vla-ptr.exp: Same.
68 * gdb.base/vla-sideeffect.exp: Same.
69 * gdb.base/volatile.exp: Same.
70 * gdb.base/watch-cond-infcall.exp: Same.
71 * gdb.base/watchpoint.exp: Same.
72
73 2019-11-02 Tom de Vries <tdevries@suse.de>
74
75 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
76 * gdb.cp/cpexprs.exp: Same.
77 * gdb.cp/except-multi-location.exp: Same.
78 * gdb.cp/exceptprint.exp: Same.
79 * gdb.cp/gdb2384.exp: Same.
80 * gdb.cp/inherit.exp: Same.
81 * gdb.cp/m-static.exp: Same.
82 * gdb.cp/meth-typedefs.exp: Same.
83 * gdb.cp/misc.exp: Same.
84 * gdb.cp/namespace.exp: Same.
85 * gdb.cp/non-trivial-retval.exp: Same.
86 * gdb.cp/overload.exp: Same.
87 * gdb.cp/pr17132.exp: Same.
88 * gdb.cp/re-set-overloaded.exp: Same.
89 * gdb.cp/rvalue-ref-types.exp: Same.
90 * gdb.cp/templates.exp: Same.
91
92 2019-11-01 Luis Machado <luis.machado@linaro.org>
93
94 PR gdb/25124
95
96 * gdb.arch/pr25124.S: New file.
97 * gdb.arch/pr25124.exp: New file.
98
99 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.fortran/info-modules.exp: Update expected results, and add
102 additional tests for 'info module functinos', and 'info module
103 variables'.
104 * gdb.fortran/info-types.exp: Update expected results.
105 * gdb.fortran/info-types.f90: Extend testcase with additional
106 module variables and functions.
107
108 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.fortran/info-modules.exp: New file.
111 * gdb.fortran/info-types.exp: Build with new file.
112 * gdb.fortran/info-types.f90: Include and use new module.
113 * gdb.fortran/info-types-2.f90: New file.
114
115 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
116
117 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
118 * gdb.base/settings.exp: Test all settings types using
119 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
120 that now verifies that the value of "maint show" is the same as
121 returned by the settings functions. Test the type of the
122 maintenance settings.
123 * gdb.base/default.exp: Update show_conv_list.
124
125 2019-10-31 Tom de Vries <tdevries@suse.de>
126
127 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
128 gdb_test.
129 * gdb.arch/amd64-disp-step.exp: Same.
130 * gdb.asm/asm-source.exp: Same.
131 * gdb.btrace/buffer-size.exp: Same.
132 * gdb.btrace/cpu.exp: Same.
133 * gdb.btrace/enable.exp: Same.
134 * gdb.dwarf2/count.exp: Same.
135 * gdb.dwarf2/dw2-ranges-func.exp: Same.
136 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
137 * gdb.fortran/vla-datatypes.exp: Same.
138 * gdb.fortran/vla-history.exp: Same.
139 * gdb.fortran/vla-ptype.exp: Same.
140 * gdb.fortran/vla-value.exp: Same.
141 * gdb.fortran/whatis_type.exp: Same.
142 * gdb.guile/guile.exp: Same.
143 * gdb.multi/tids.exp: Same.
144 * gdb.python/py-finish-breakpoint.exp: Same.
145 * gdb.python/py-framefilter.exp: Same.
146 * gdb.python/py-pp-registration.exp: Same.
147 * gdb.python/py-xmethods.exp: Same.
148 * gdb.python/python.exp: Same.
149 * gdb.server/connect-with-no-symbol-file.exp: Same.
150 * gdb.server/no-thread-db.exp: Same.
151 * gdb.server/run-without-local-binary.exp: Same.
152 * gdb.stabs/weird.exp: Same.
153 * gdb.threads/attach-many-short-lived-threads.exp: Same.
154 * gdb.threads/thread-find.exp: Same.
155 * gdb.threads/tls-shared.exp: Same.
156 * gdb.threads/tls.exp: Same.
157 * gdb.threads/wp-replication.exp: Same.
158 * gdb.trace/ax.exp: Same.
159 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
160
161 2019-10-31 Tom de Vries <tdevries@suse.de>
162
163 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
164 * gdb.ada/array_subscript_addr.exp: Same.
165 * gdb.ada/arrayidx.exp: Same.
166 * gdb.ada/arrayparam.exp: Same.
167 * gdb.ada/arrayptr.exp: Same.
168 * gdb.ada/boolean_expr.exp: Same.
169 * gdb.ada/call_pn.exp: Same.
170 * gdb.ada/complete.exp: Same.
171 * gdb.ada/fixed_cmp.exp: Same.
172 * gdb.ada/fun_addr.exp: Same.
173 * gdb.ada/funcall_param.exp: Same.
174 * gdb.ada/interface.exp: Same.
175 * gdb.ada/mod_from_name.exp: Same.
176 * gdb.ada/null_array.exp: Same.
177 * gdb.ada/packed_array.exp: Same.
178 * gdb.ada/packed_tagged.exp: Same.
179 * gdb.ada/print_chars.exp: Same.
180 * gdb.ada/print_pc.exp: Same.
181 * gdb.ada/ptype_arith_binop.exp: Same.
182 * gdb.ada/ptype_field.exp: Same.
183 * gdb.ada/ptype_tagged_param.exp: Same.
184 * gdb.ada/rec_return.exp: Same.
185 * gdb.ada/ref_tick_size.exp: Same.
186 * gdb.ada/str_ref_cmp.exp: Same.
187 * gdb.ada/taft_type.exp: Same.
188 * gdb.ada/tagged.exp: Same.
189 * gdb.ada/type_coercion.exp: Same.
190 * gdb.ada/uninitialized_vars.exp: Same.
191
192 2019-10-30 Tom de Vries <tdevries@suse.de>
193
194 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
195
196 2019-10-26 Tom de Vries <tdevries@suse.de>
197
198 * gdb.base/bigcore.c: Fix typos in comments.
199 * gdb.base/ctf-ptype.c: Same.
200 * gdb.base/long_long.c: Same.
201 * gdb.dwarf2/dw2-op-out-param.S: Same.
202 * gdb.python/py-evthreads.c: Same.
203 * gdb.reverse/i387-stack-reverse.c: Same.
204 * gdb.trace/tfile.c: Same.
205 * lib/compiler.c: Same.
206 * lib/compiler.cc: Same.
207
208 2019-10-25 Tom de Vries <tdevries@suse.de>
209
210 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
211 gdb_test_multiple calls.
212 * gdb.reverse/sigall-reverse.exp: Same.
213 * gdb.reverse/solib-precsave.exp: Same.
214 * gdb.reverse/solib-reverse.exp: Same.
215 * gdb.reverse/until-precsave.exp: Same.
216 * gdb.reverse/until-reverse.exp: Same.
217
218 2019-10-24 Tom de Vries <tdevries@suse.de>
219
220 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
221 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
222 kfail using -wrap pattern flag and convenience variable
223 gdb_test_name.
224
225 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.python/py-progspace.exp: Add tests for the
228 Progspace.block_for_pc method.
229
230 2019-10-23 Tom Tromey <tom@tromey.com>
231
232 * configure: Rebuild.
233 * aclocal.m4: Use m4_include, not sinclude.
234
235 2019-10-21 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/infcall-nested-structs.c: Add
238 __attribute__((noinline,noclone)) to all functions.
239 (call_all): Add missing variable initialization. Simplify return value.
240 (breakpt): Increment volatile variable, to prevent call from being
241 optimized out.
242 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
243
244 2019-10-17 Tom de Vries <tdevries@suse.de>
245
246 * gdb.fortran/module.exp: Allow info variables to print info for files
247 other than module.f90.
248
249 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.fortran/module.exp: Extend with 'info variables' test.
252
253 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
256 F77_FOR_TARGET.
257
258 2019-10-16 Tom de Vries <tdevries@suse.de>
259
260 PR tdep/25096
261 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
262
263 2019-10-16 Tom de Vries <tdevries@suse.de>
264
265 PR tdep/24104
266 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
267 Add KFAIL for PR tdep/25096.
268
269 2019-10-16 Tom de Vries <tdevries@suse.de>
270
271 PR testsuite/25059
272 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
273
274 2019-10-16 Tom de Vries <tdevries@suse.de>
275
276 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
277 as signed.
278
279 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
280
281 * gdb.mi/list-thread-groups-available.exp: Read entries one by
282 one instead of increasing timeout.
283
284 2019-10-13 Tom de Vries <tdevries@suse.de>
285
286 PR record/25038
287 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
288 * gdb.reverse/sigall-reverse.exp: Same.
289 * gdb.reverse/solib-precsave.exp: Same.
290 * gdb.reverse/solib-reverse.exp: Same.
291 * gdb.reverse/step-precsave.exp: Same.
292 * gdb.reverse/until-precsave.exp: Same.
293 * gdb.reverse/until-reverse.exp: Same.
294 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
295
296 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
297
298 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
299 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
300 (cmp_struct_05_01, cmp_struct_static_02_01)
301 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
302 comparisons.
303
304 2019-10-10 Tom de Vries <tdevries@suse.de>
305
306 PR testsuite/24888
307 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
308 gnatlink.
309
310 2019-10-09 Tom de Vries <tdevries@suse.de>
311
312 PR testsuite/25048
313 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
314
315 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
318 exceptions due to missing debug information.
319
320 2019-10-07 Tom de Vries <tdevries@suse.de>
321
322 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
323
324 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
327 * gdb.base/annota1.exp: Update to use gdb_test_name.
328
329 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
330
331 * gdb.base/ctf-whatis.exp: New file.
332 * gdb.base/ctf-whatis.c: New file.
333 * gdb.base/ctf-ptype.exp: New file.
334 * gdb.base/ctf-ptype.c: New file.
335 * gdb.base/ctf-constvars.exp: New file.
336 * gdb.base/ctf-constvars.c: New file.
337 * gdb.base/ctf-cvexpr.exp: New file.
338
339 2019-10-04 Tom de Vries <tdevries@suse.de>
340
341 * gdb.cp/local-static.c (main): Move declaration of int i out of the
342 for loop.
343
344 2019-10-03 Tom Tromey <tom@tromey.com>
345
346 PR rust/24976:
347 * gdb.rust/simple.rs (Union2): New type.
348 (main): Use Union2.
349 * gdb.rust/simple.exp: Add test.
350
351 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
354 nested function prefix.
355
356 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
357 Richard Bunt <richard.bunt@arm.com>
358 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
361 nested functions.
362 * gdb.fortran/nested-funcs.f90: Update expected results.
363 * gdb.fortran/nested-funcs-2.exp: New file.
364 * gdb.fortran/nested-funcs-2.f90: New file.
365
366 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.python/py-parameter.exp: Make test names unique.
369 * gdb.python/py-template.exp: Likewise.
370 * gdb.python/py-value.exp: Likewise.
371
372 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.base/break-interp.exp: Reduce test name duplication.
375 * gdb.base/call-sc.exp: Likewise.
376 * gdb.base/callfuncs.exp: Likewise.
377 * gdb.base/charset.exp: Likewise.
378 * gdb.base/dump.exp: Likewise.
379 * gdb.base/ena-dis-br.exp: Likewise.
380 * gdb.base/relational.exp: Likewise.
381 * gdb.base/step-over-syscall.exp: Likewise.
382 * gdb.base/structs.exp: Likewise.
383
384 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * gdb.linespec/explicit.exp: Make test names unique.
387 * gdb.linespec/ls-errs.exp: Likewise.
388
389 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.reverse/break-precsave.exp: Make test names unique.
392 * gdb.reverse/break-reverse.exp: Likewise.
393 * gdb.reverse/finish-precsave.exp: Likewise.
394 * gdb.reverse/finish-reverse.exp: Likewise.
395 * gdb.reverse/machinestate-precsave.exp: Likewise.
396 * gdb.reverse/machinestate.exp: Likewise.
397 * gdb.reverse/readv-reverse.exp: Likewise.
398 * gdb.reverse/recvmsg-reverse.exp: Likewise.
399 * gdb.reverse/sigall-precsave.exp: Likewise.
400 * gdb.reverse/sigall-reverse.exp: Likewise.
401 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
402 * gdb.reverse/watch-precsave.exp: Likewise.
403 * gdb.reverse/watch-reverse.exp: Likewise.
404
405 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.threads/stop-with-handle.c: New file.
408 * gdb.threads/stop-with-handle.exp: New file.
409
410 2019-10-03 Tom de Vries <tdevries@suse.de>
411
412 PR testsuite/25059
413 * gdb.base/list-missing-source.exp: Allowing the "Compilation
414 directory" line to be missing.
415
416 2019-10-03 Tom de Vries <tdevries@suse.de>
417
418 PR testsuite/25059
419 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
420 type optional.
421
422 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
423
424 * gdb.python/py-format-string.c (string.h): New include.
425 (main): Fill a_struct_with_union.the_union.an_int with bytes of
426 the same value, for endianness-independence.
427 * gdb.python/py-format-string.exp (default_regexp_dict)
428 (test_pretty_structs, test_format): Adjust expected output to the
429 changed initialization.
430
431 2019-10-02 Tom Tromey <tromey@adacore.com>
432
433 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
434
435 2019-10-02 Pedro Alves <palves@redhat.com>
436 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
439 "print-file-var.h".
440 (this_version_id) Use ATTRIBUTE_VISIBILITY.
441 (get_version_1): Print this_version_id and its address.
442 Add extern "C" wrappers around interface functions.
443 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
444 "print-file-var.h".
445 (this_version_id) Use ATTRIBUTE_VISIBILITY.
446 (get_version_2): Print this_version_id and its address.
447 Add extern "C" wrappers around interface functions.
448 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
449 <stddef.h> and "print-file-var.h".
450 Add extern "C" wrappers around interface functions.
451 [VERSION_ID_MAIN] (this_version_id): Define.
452 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
453 * gdb.base/print-file-var.h: Add some #defines to simplify setting
454 up extern "C" blocks.
455 * gdb.base/print-file-var.exp (test): New, factored out from top
456 level.
457 (top level): Test all combinations of attribute hidden or not,
458 dlopen or not, and this_version_id symbol in main file or not.
459 Compile tests as both C++ and C, make test names unique.
460
461 2019-10-01 Tom Tromey <tom@tromey.com>
462
463 * gdb.base/style.exp: Test "show logging filename".
464
465 2019-10-01 Tom Tromey <tom@tromey.com>
466
467 * lib/gdb-utils.exp (style): Handle "metadata" argument.
468 * gdb.base/style.exp: Add metadata style test.
469
470 2019-10-01 Tom Tromey <tom@tromey.com>
471
472 * gdb.base/style.exp: Test "pwd".
473
474 2019-10-01 Tom Tromey <tom@tromey.com>
475
476 * gdb.base/style.exp: Update tests.
477
478 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
479
480 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
481 'six' to unsigned.
482 (s1): Initialize fields 'four' and 'six' instead of 'three' and
483 'five'. Use an all-ones bit pattern for each.
484 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
485 to its changed values.
486
487 2019-09-30 Tom Tromey <tromey@adacore.com>
488
489 * gdb.rust/traits.rs: Disable all warnings.
490
491 2019-09-29 Tom de Vries <tdevries@suse.de>
492
493 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
494
495 2019-09-29 Tom de Vries <tdevries@suse.de>
496
497 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
498
499 2019-09-27 Tom de Vries <tdevries@suse.de>
500
501 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
502
503 2019-09-27 Tom de Vries <tdevries@suse.de>
504
505 PR record/23188
506 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
507
508 2019-09-26 Tom Tromey <tromey@adacore.com>
509
510 * gdb.ada/py_taft.exp: New file.
511 * gdb.ada/py_taft/main.adb: New file.
512 * gdb.ada/py_taft/pkg.adb: New file.
513 * gdb.ada/py_taft/pkg.ads: New file.
514
515 2019-09-24 Tom de Vries <tdevries@suse.de>
516
517 PR gdb/24598
518 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
519
520 2019-09-22 Tom de Vries <tdevries@suse.de>
521
522 * gdb.base/restore.exp: Allow register variables to be optimized out at
523 -O0.
524
525 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
526
527 * gdb.arch/spu-info.exp: Remove file.
528 * gdb.arch/spu-info.c: Remove file.
529 * gdb.arch/spu-ls.exp: Remove file.
530 * gdb.arch/spu-ls.c: Remove file.
531
532 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
533 * gdb.asm/spu.inc: Remove file.
534
535 * gdb.base/dump.exp: Remove support for spu*-*-*.
536 * gdb.base/stack-checking.exp: Likewise.
537 * gdb.base/overlays.exp: Likewise.
538 * gdb.base/ovlymgr.c: Likewise.
539 * gdb.base/spu.ld: Remove file.
540
541 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
542 * gdb.cp/cpexprs.exp: Likewise.
543 * gdb.cp/exception.exp: Likewise.
544 * gdb.cp/gdb2495.exp: Likewise.
545 * gdb.cp/mb-templates.exp: Likewise.
546 * gdb.cp/pr9167.exp: Likewise.
547 * gdb.cp/userdef.exp: Likewise.
548
549 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
550
551 * gdb.cell: Remove directory.
552 * lib/cell.exp: Remove file.
553
554 2019-09-19 Tom de Vries <tdevries@suse.de>
555
556 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
557
558 2019-09-19 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
561
562 2019-09-19 Tom de Vries <tdevries@suse.de>
563
564 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
565 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
566 (gdb_target_cmd): ... here.
567 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
568 value 2.
569
570 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.base/source-dir.exp: Avoid having directory names in test
573 names.
574
575 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * gdb.base/source-dir.exp: Add extra test for mapped compilation
578 directory.
579
580 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/list-missing-source.exp: New file.
583
584 2019-09-14 Tom de Vries <tdevries@suse.de>
585
586 PR teststuite/24599
587 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
588 * lib/ada.exp (gnatmake_version_at_least): New proc.
589
590 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/maint.exp: Use exec_has_index_section.
593
594 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.base/maint.exp: Add test for 'maint info sections'.
597
598 2019-09-12 Tom de Vries <tdevries@suse.de>
599
600 * gdb.base/store.exp: Allow register variables to be optimized out at
601 -O0.
602
603 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
604
605 * gdb.ada/rdv_wait.exp: Update to new task names.
606 * gdb.base/task_switch_in_core.exp: Likewise.
607 * gdb.base/info_sources_base.c: Likewise.
608
609 2019-09-10 Tom Tromey <tromey@adacore.com>
610
611 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
612
613 2019-09-10 Tom Tromey <tromey@adacore.com>
614
615 * gdb.ada/dgopt.exp: New file.
616 * gdb.ada/dgopt/x.adb: New file.
617
618 2019-09-08 Tom Tromey <tom@tromey.com>
619
620 * gdb.tui/resize.exp: Remove setup_xfail.
621 * gdb.tui/regs.exp: Remove setup_xfail.
622 * gdb.tui/basic.exp: Remove setup_xfail.
623
624 2019-09-06 David Blaikie <dblaikie@gmail.com>
625
626 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
627 * gdb.cp/cplabel.exp: Ditto.
628 * gdb.linespec/ls-errs.exp: Ditto.
629
630 2019-09-05 Tom de Vries <tdevries@suse.de>
631
632 * lib/gdb.exp (cmp_file_string): New proc.
633 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
634 runto_main. Verify save breakpoints output.
635
636 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
637
638 * gdb.base/info-var.exp: Test info variables without running
639 to main, to avoid expect's buffer overflow.
640
641 2019-09-03 Tom Tromey <tromey@adacore.com>
642
643 * gdb.ada/bias.exp: New file.
644 * gdb.ada/bias/bias.adb: New file.
645 * gdb.ada/print_chars.exp: Add regression test.
646 * gdb.ada/print_chars/foo.adb (My_Character): New type.
647 (MC): New variable.
648
649 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
650
651 * gdb.base/argv0-symlink.exp: Run only on native target
652 and local host.
653
654 2019-08-29 Tom de Vries <tdevries@suse.de>
655
656 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
657 diverse debug info.
658 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
659
660 2019-08-28 Tom de Vries <tdevries@suse.de>
661
662 * gdb.base/info-var.exp: Allow info variables to print info for files
663 other than info-var-f1.c and info-var-f2.c.
664
665 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.fortran/info-types.exp: Add module.
668 * gdb.fortran/info-types.f90: Update expected results.
669
670 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.fortran/info-types.exp: New file.
673 * gdb.fortran/info-types.f90: New file.
674 * lib/fortran.exp (fortran_character1): New proc.
675
676 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
679 functions'. Reindent as needed.
680 * gdb.base/info-var-f1.c: New file.
681 * gdb.base/info-var-f2.c: New file.
682 * gdb.base/info-var.exp: New file.
683 * gdb.base/info-var.h: New file.
684
685 2019-08-26 Tom de Vries <tdevries@suse.de>
686
687 PR c++/24852
688 * gdb.cp/no-libstdcxx-probe.exp: New test.
689
690 2019-08-26 Tom de Vries <tdevries@suse.de>
691
692 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
693 * tests need to be skipped.
694 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
695 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
696 mi_skip_libstdcxx_probe_tests.
697
698 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
699
700 * gdb.python/py-xmethods.exp: Use raw strings when passing
701 arguments to SimpleXMethodMatcher.
702
703 2019-08-22 Tom de Vries <tdevries@suse.de>
704
705 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
706 more informative.
707
708 2019-08-21 Pedro Alves <palves@redhat.com>
709
710 * gdb.base/with.exp: Test "with" with no arguments.
711
712 2019-08-21 Tom de Vries <tdevries@suse.de>
713
714 * gdb.base/gdb-caching-proc.exp: Sort files.
715
716 2019-08-20 Tom de Vries <tdevries@suse.de>
717
718 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
719 compilation.
720
721 2019-08-16 Tom de Vries <tdevries@suse.de>
722
723 * gdb.base/compare-sections.exp ("after run to main"): Allow
724 mismatched read-only sections for PIE executables.
725
726 2019-08-16 Tom Tromey <tom@tromey.com>
727
728 * lib/tuiterm.exp (_csi_Z): New proc.
729 * gdb.tui/basic.exp: Update window positions.
730 * gdb.tui/empty.exp: Update window positions.
731
732 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
733
734 * gdb.base/examine-backward.exp: Correct regexp for
735 "examine 3 bytes backward from ${address_zero}".
736
737 2019-08-15 Tom Tromey <tom@tromey.com>
738
739 * gdb.tui/empty.exp: Enable resizing tests.
740
741 2019-08-15 Tom Tromey <tromey@adacore.com>
742
743 * gdb.ada/char_enum.exp: Add regression tests.
744 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
745 and '0'.
746 (Char, Gchar): Update.
747 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
748
749 2019-08-15 Christian Biesinger <cbiesinger@google.com>
750
751 * gdb.python/python.exp: Expect a leading underscore on
752 GdbOutput{,Error}File.
753
754 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
755
756 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
757 Windows host.
758
759 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
760
761 * gdb.base/batch-preserve-term-settings.exp
762 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
763
764 2019-08-15 Christian Biesinger <cbiesinger@google.com>
765
766 * lib/gdb.exp: When running on a mingw target, replace
767 /x/ with x:/.
768
769 2019-08-14 Alan Hayward <alan.hayward@arm.com>
770
771 * gdb.arch/aarch64-prologue.c: New test.
772 * gdb.arch/aarch64-prologue.exp: New file.
773
774 2019-08-13 Tom de Vries <tdevries@suse.de>
775
776 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
777 Thread.
778
779 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
780
781 * gdb.python/py-completion.exp: Download the .py file to the host
782 and use its host pathname. Conditionalize tests that use
783 tab completion and manipulate files on the build machine.
784 * gdb.python/py-events.exp: Download the .py file to the host
785 and use its host pathname.
786 * gdb.python/py-evsignal.exp: Likewise.
787 * gdb.python/py-evthreads.exp: Likewise.
788 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
789 pathname syntax.
790 * gdb.python/py-framefilter.exp: Download the .py file to the right
791 place on the host. Match Windows pathname syntax.
792 * gdb.python/py-mi-var-info-path-expression.exp: Download the
793 .py file to the host and use its host pathname.
794 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
795 * gdb.python/py-objfile.exp: Expect a host pathname, not a
796 build pathname. Skip symlink test on Windows host. Add missing
797 newline at end of file.
798 * gdb.python/py-pp-maint.exp: Download the .py file to the host
799 and use its host pathname.
800 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
801 * gdb.python/py-section-script.exp: Use host location of binfile
802 on safe-path. Use correct path separator on Windows host.
803 Reorder alternatives in gdb_test_multiple to prevent matching
804 the wrong alternative on success.
805 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
806
807 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
808
809 * gdb.gdb/selftest.exp (test_with_self): Update test to now
810 expect the GDB inferior to no longer immediately stop after
811 being resumed with "signal SIGINT".
812
813 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
814
815 * gdb.linespec/break-ask.exp: Generalize regexps to match
816 Windows pathnames too.
817
818 2019-08-08 Tom de Vries <tdevries@suse.de>
819
820 PR testsuite/24862
821 * lib/tuiterm.exp (_accept): Fix CSI regexp.
822
823 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
824
825 * gdb.base/style.exp: Update tests for help doc new invariants.
826 * gdb.base/help.exp: Likewise.
827
828 2019-08-06 Tom Tromey <tom@tromey.com>
829
830 * gdb.base/style.exp: Add disassemble test.
831 * gdb.base/style.c (some_called_function): New function.
832 (main): Use it.
833
834 2019-08-05 Christian Biesinger <cbiesinger@google.com>
835
836 * gdb.python/py-block.exp: Test dictionary access on blocks.
837
838 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
839
840 PR gdb/24863
841 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
842 -list-thread-groups --available test when running under
843 check-read1.
844
845 2019-08-05 Tom de Vries <tdevries@suse.de>
846
847 PR testsuite/24863
848 * lib/gdb.exp (with_read1_timeout_factor): New proc.
849 * gdb.base/help.exp: Use with_read1_timeout_factor.
850 * gdb.base/info-macros.exp: Same.
851 * gdb.cp/nested-types.exp: Same.
852
853 2019-08-05 Tom de Vries <tdevries@suse.de>
854
855 * lib/gdb.exp (version_at_least): Factor out of ...
856 (tcl_version_at_least): ... here.
857 (gdb_compile): Fail if pie results in non-PIE executable.
858 (readelf_version, readelf_prints_pie): New proc.
859 (exec_is_pie): Return -1 if unknown.
860
861 2019-08-05 Tom de Vries <tdevries@suse.de>
862
863 * lib/gdb.exp (tcl_version_at_least): Fix typo.
864
865 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
866
867 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
868
869 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
870
871 * lib/completion-support.exp (test_gdb_complete_none): Skip
872 tab completion tests if no readline support.
873 (test_gdb_complete_unique_re): Likewise.
874 (test_gdb_complete_multiple): Likewise.
875
876 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
877
878 * gdb.base/info_sources.exp: New file.
879 * gdb.base/info_sources.c: New file.
880 * gdb.base/info_sources_base.c: New file.
881
882 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
883
884 * gdb.base/batch-exit-status.exp: Call test_exit_status with
885 prefix argument.
886 (test_exit_status): Add prefix argument.
887
888 2019-08-01 Tom de Vries <tdevries@suse.de>
889
890 PR testsuite/24863
891 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
892 calling exp_continue for new thread and thread exited messages.
893
894 2019-08-01 Tom de Vries <tdevries@suse.de>
895
896 PR testsuite/24863
897 * gdb.base/structs.exp: Fix check-read1 timeout using
898 gdb_test_sequence.
899 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
900
901 2019-08-01 Tom de Vries <tdevries@suse.de>
902
903 PR testsuite/24863
904 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
905 line.
906
907 2019-08-01 Tom de Vries <tdevries@suse.de>
908
909 PR testsuite/24863
910 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
911
912 2019-07-30 Tom Tromey <tromey@adacore.com>
913
914 * gdb.ada/display_nested.exp: New file.
915 * gdb.ada/display_nested/foo.adb: New file.
916 * gdb.ada/display_nested/pack.adb: New file.
917 * gdb.ada/display_nested/pack.ads: New file.
918
919 2019-07-30 Christian Biesinger <cbiesinger@google.com>
920
921 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
922 namespace.
923 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
924
925 2019-07-30 Tom de Vries <tdevries@suse.de>
926
927 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
928 instead.
929
930 2019-07-30 Tom de Vries <tdevries@suse.de>
931
932 PR testsuite/24834
933 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
934 (exec_is_pie): New proc.
935
936 2019-07-29 Christian Biesinger <cbiesinger@google.com>
937
938 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
939
940 2019-07-29 Christian Biesinger <cbiesinger@google.com>
941
942 * gdb.python/py-objfile.c: Add global and static vars.
943 * gdb.python/py-objfile.exp: Test new functions Objfile.
944 lookup_global_symbol and lookup_static_symbol.
945
946 2019-07-29 Tom Tromey <tom@tromey.com>
947
948 * lib/tuiterm.exp (Term::_csi_@): New proc.
949 (Term::_csi_X): Don't move cursor.
950
951 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
952
953 * gdb.base/options.exp: Update backtrace - completion to
954 new option -frame-info.
955 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
956 Test new 'set print frame-info'. Test backtrace -frame-info
957 overriding 'set print frame-info'.
958 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
959 Test new 'set print frame-info'.
960 Verify consistency of backtrace with and without filters, with and
961 without -no-filters.
962 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
963 default.
964
965 2019-07-29 Tom de Vries <tdevries@suse.de>
966
967 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
968 no arguments".
969
970 2019-07-29 Tom de Vries <tdevries@suse.de>
971
972 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
973 is a substring of the first for "complete non-unique file name".
974
975 2019-07-29 Tom de Vries <tdevries@suse.de>
976
977 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
978 with ".*".
979
980 2019-07-29 Tom de Vries <tdevries@suse.de>
981
982 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
983 Pass prompt_regexp parameter to gdb_test_multiple calls.
984
985 2019-07-29 Tom de Vries <tdevries@suse.de>
986
987 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
988 print registers" regexps.
989
990 2019-07-29 Tom de Vries <tdevries@suse.de>
991
992 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
993
994 2019-07-29 Tom de Vries <tdevries@suse.de>
995
996 PR gdb/24855
997 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
998 (skip_python_tests_prompt): Add prompt_regexp argument to
999 gdb_test_multiple calls.
1000
1001 2019-07-27 Tom Tromey <tom@tromey.com>
1002
1003 * gdb.tui/main.exp: New file.
1004
1005 2019-07-27 Tom Tromey <tom@tromey.com>
1006
1007 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1008 optional.
1009 * gdb.tui/empty.exp: New file.
1010
1011 2019-07-27 Tom Tromey <tom@tromey.com>
1012
1013 * lib/tuiterm.exp (spawn): New proc.
1014 (Term::resize): New proc.
1015 * gdb.tui/resize.exp: New file.
1016
1017 2019-07-27 Tom Tromey <tom@tromey.com>
1018
1019 * gdb.tui/list.exp: New file.
1020
1021 2019-07-27 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.tui/regs.exp: New file.
1024
1025 2019-07-27 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.tui/basic.exp: Add "layout split" test.
1028
1029 2019-07-27 Tom Tromey <tom@tromey.com>
1030
1031 * gdb.tui/basic.exp: Add "layout asm" test.
1032
1033 2019-07-27 Tom Tromey <tom@tromey.com>
1034
1035 * lib/tuiterm.exp: New file.
1036 * gdb.tui/basic.exp: New file.
1037
1038 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1039
1040 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1041 Enable tests associated with this flag. Adjust regex
1042 referencing "foo_low" to now refer to "foo_cold" instead.
1043
1044 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1045
1046 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1047 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1048 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1049 foo_cold. Revise comments to match.
1050 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1051 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1052 were wrapped into this proc; Call do_test in loop from outermost
1053 level.
1054 (foo_low): Rename all occurrences to "foo_cold".
1055 (backtrace from baz): New test.
1056 (x2/i foo_cold): New test.
1057 (info line *foo_cold): New test.
1058
1059 2019-07-26 Tom de Vries <tdevries@suse.de>
1060
1061 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1062
1063 2019-07-25 Tom de Vries <tdevries@suse.de>
1064
1065 PR testsuite/24830
1066 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1067 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1068 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1069 (skip_libstdcxx_probe_tests): ... here.
1070 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1071
1072 2019-07-24 Tom de Vries <tdevries@suse.de>
1073
1074 PR testsuite/24807
1075 * gdb.objc/basicclass.m: Include stdio.h.
1076 * gdb.objc/nondebug.m: Same.
1077 * gdb.objc/objcdecode.m: Same.
1078
1079 2019-07-24 Tom de Vries <tdevries@suse.de>
1080
1081 PR testsuite/24612
1082 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1083 additional_flags.
1084
1085 2019-07-24 Tom de Vries <tdevries@suse.de>
1086
1087 PR testsuite/24831
1088 * gdb.multi/tids.exp: Update error messages for info threads.
1089
1090 2019-07-24 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/info-types.exp: Allow info types to print info for more than
1093 one file.
1094
1095 2019-07-23 Tom de Vries <tdevries@suse.de>
1096
1097 PR testsuite/24842
1098 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1099 gdb_spawn_with_cmdline_opts.
1100
1101 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1102
1103 * gdb.arch/arm-cmse-sgstubs.c: New test.
1104 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1105
1106 2019-07-23 Tom de Vries <tdevries@suse.de>
1107
1108 PR testsuite/24711
1109 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1110 issuing next command.
1111
1112 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.ada/info_auto_lang.exp: Update expected results.
1115 * gdb.base/info-types.c: Add additional types to check.
1116 * gdb.base/info-types.exp: Update expected results.
1117
1118 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.base/info-types.c: New file.
1121 * gdb.base/info-types.exp: New file.
1122
1123 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.arch/riscv-bp-infcall.c: New file.
1126 * gdb.arch/riscv-bp-infcall.exp: New file.
1127
1128 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 PR breakpoints/24541
1131 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1132
1133 2019-07-14 Tom de Vries <tdevries@suse.de>
1134
1135 PR testsuite/24760
1136 * gdb.objc/basicclass.exp: Fix unterminated string.
1137
1138 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1139 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1142 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1143 negative bounds.
1144 * gdb.fortran/vla-value.exp: Print elements of an array with
1145 negative bounds.
1146 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1147 testing.
1148
1149 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.base/options.exp (expect_string): Dequote strings in
1152 results.
1153 (test-string): Test strings with different quoting and reindent.
1154
1155 2019-07-10 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.ada/mi_ex_cond.exp: Update expected results.
1158 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1159 * gdb.ada/mi_catch_ex.exp: Update expected results.
1160 * gdb.ada/mi_catch_assert.exp: Update expected results.
1161 * gdb.ada/catch_ex.exp (catch_exception_info)
1162 (catch_exception_entry, catch_assert_entry)
1163 (catch_unhandled_entry): Update.
1164 * gdb.ada/catch_assert_if.exp: Update expected results.
1165
1166 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1167 Stephen Roberts <stephen.roberts@arm.com>
1168
1169 * gdb.base/define.exp: Restore original prompt.
1170
1171 2019-07-09 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1174 breakpoints" output.
1175 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1176 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1177 throw" creates breakpoint.
1178 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1179 'type="catchpoint"'.
1180
1181 2019-07-09 Pedro Alves <palves@redhat.com>
1182
1183 PR c++/15468
1184 * gdb.cp/except-multi-location-lib.cc: New.
1185 * gdb.cp/except-multi-location-main.cc: New.
1186 * gdb.cp/except-multi-location.exp: New.
1187
1188 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1189
1190 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1191 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1192 argument and update callers.
1193
1194 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.arch/amd64-break-on-asm-line.S: New file.
1197 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1198
1199 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1200
1201 * gdb.base/printcmds.exp: Test printing C string and
1202 C wide string convenience vars without transiting via the inferior.
1203 Also make test names unique.
1204
1205 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1206
1207 PR breakpoints/25011
1208 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1209
1210 2019-07-04 Pedro Alves <palves@redhat.com>
1211
1212 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1213 body returned ok(0), break(3) or continue(4).
1214 * gdb.testsuite/foreach_with_prefix.exp: New file.
1215
1216 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1217
1218 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1219
1220 2019-07-03 Pedro Alves <palves@redhat.com>
1221
1222 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1223 "return -code".
1224
1225 2019-07-03 Pedro Alves <palves@redhat.com>
1226
1227 PR cli/24732
1228 * gdb.base/shell.exp: Load completion-support.exp.
1229 Adjust expected error output. Add completion tests.
1230
1231 2019-07-03 Pedro Alves <palves@redhat.com>
1232
1233 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1234 string_to_regexp.
1235
1236 2019-07-03 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1239 (expect_integer): Adjust to expect "-string".
1240 (expect_string): New.
1241 (all_options): Expect "-string".
1242 (test-flag, test-boolean): Adjust to expect "-string".
1243 (test-string): New proc.
1244 (top level): Call it.
1245
1246 2019-07-03 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1249 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1250 the expected output in the success.
1251
1252 2019-07-03 Pedro Alves <palves@redhat.com>
1253
1254 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1255 Split one gdb_test_multiple call in two to avoid a race.
1256
1257 2019-07-03 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.base/with.c: New file.
1260 * gdb.base/with.exp: New file.
1261
1262 2019-07-03 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/settings.exp: Replace all references to "maint
1265 test-settings set" with references to "maint set test-settings",
1266 and all references to "maint test-settings show" with references
1267 to "maint show test-settings".
1268
1269 2019-07-03 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/settings.exp (test-string): Adjust expected out when
1272 testing "maint test-settings show filename"
1273
1274 2019-07-02 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.base/options.exp (test-info-threads): New procedure.
1277 (top level): Call it.
1278
1279 2019-06-28 Tom Tromey <tromey@adacore.com>
1280
1281 * gdb.dwarf2/ada-linkage-name.c: New file.
1282 * gdb.dwarf2/ada-linkage-name.exp: New file.
1283
1284 2019-06-27 Tom Tromey <tromey@adacore.com>
1285
1286 PR c++/20020:
1287 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1288
1289 2019-06-26 Tom de Vries <tdevries@suse.de>
1290
1291 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1292
1293 2019-06-26 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.base/index-cache.exp: Add back missing debug option.
1296
1297 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1298
1299 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1300
1301 2019-06-25 Tom de Vries <tdevries@suse.de>
1302
1303 PR testsuite/24727
1304 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1305
1306 2019-06-24 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1309
1310 2019-06-24 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1313 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1314 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1315
1316 2019-06-24 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1319
1320 2019-06-21 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1323
1324 2019-06-21 Tom de Vries <tdevries@suse.de>
1325
1326 PR testsuite/24518
1327 PR ada/24713
1328 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1329 index.
1330
1331 2019-06-19 Tom Tromey <tromey@adacore.com>
1332
1333 * gdb.ada/length_cond.exp: Add intro comment.
1334
1335 2019-06-19 Tom Tromey <tromey@adacore.com>
1336
1337 * gdb.ada/length_cond.exp: New file.
1338 * gdb.ada/length_cond/length_cond.adb: New file.
1339 * gdb.ada/length_cond/pck.adb: New file.
1340 * gdb.ada/length_cond/pck.ads: New file.
1341
1342 2019-06-18 Tom de Vries <tdevries@suse.de>
1343
1344 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1345
1346 2019-06-18 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.base/list0.h: Add comment explaining control character.
1349
1350 2019-06-18 Tom de Vries <tdevries@suse.de>
1351
1352 * boards/fission.exp: Break up long debug_flags line.
1353
1354 2019-06-16 Tom de Vries <tdevries@suse.de>
1355
1356 PR gdb/24445
1357 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1358 generated index.
1359
1360 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 PR gdb/24686
1363 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1364 improve detection of bug gdb/24541.
1365
1366 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1367
1368 PR gdb/24669
1369 * gdb.base/index-cache.exp (uses_readnow,
1370 expecting_index_cache_use): Define global variable.
1371 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1372 expecting_index_cache_use.
1373
1374 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1375 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/pointers.f90: New file.
1378 * gdb.fortran/print_type.exp: New file.
1379 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1380 * gdb.fortran/vla-type.exp: Likewise.
1381 * gdb.fortran/vla-value.exp: Likewise.
1382 * gdb.mi/mi-vla-fortran.exp: Likewise.
1383
1384 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1387 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1388 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1389 as a stop reason.
1390
1391 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/annota1.exp: Update expected results.
1394 * gdb.cp/annota2.exp: Likewise.
1395 * gdb.cp/annota3.exp: Likewise.
1396
1397 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * gdb.base/style-logging.exp: Remove path from test name.
1400
1401 2019-06-14 Tom Tromey <tromey@adacore.com>
1402
1403 PR gdb/24502:
1404 * gdb.base/style-logging.exp: New file.
1405
1406 2019-06-14 Tom Tromey <tromey@adacore.com>
1407
1408 * gdb.base/symfile-warn.exp: New file.
1409 * gdb.base/symfile-warn.c: New file.
1410
1411 2019-06-14 Tom Tromey <tromey@adacore.com>
1412
1413 * gdb.base/annotate-symlink.exp: New file.
1414
1415 2019-06-14 Tom Tromey <tromey@adacore.com>
1416
1417 * gdb.ada/set_wstr.exp: Add reassignment test.
1418
1419 2019-06-14 Tom Tromey <tromey@adacore.com>
1420
1421 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1422 'unchecked_access and 'unrestricted_access as well.
1423
1424 2019-06-14 Tom Tromey <tromey@adacore.com>
1425
1426 PR ada/24539:
1427 * gdb.ada/vla.exp: Update tests.
1428 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1429 pragma.
1430
1431 2019-06-13 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/settings.exp (test-integer): Test junk after
1434 "unlimited".
1435
1436 2019-06-13 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.base/options.exp (test-thread-apply): New.
1439 (top level): Call it.
1440
1441 2019-06-13 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/options.exp (test-frame-apply): New.
1444 (top level): Test print commands with different "frame apply"
1445 prefixes.
1446
1447 2019-06-13 Pedro Alves <palves@redhat.com>
1448
1449 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1450 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1451 'max_completions' parameter and handle it.
1452 (test_gdb_completion_offers_commands): New.
1453
1454 2019-06-13 Pedro Alves <palves@redhat.com>
1455
1456 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1457
1458 2019-06-13 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.base/options.exp (test-backtrace): New.
1461 (top level): Call it.
1462
1463 2019-06-13 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.guile/scm-frame-args.exp: Use "set print
1466 raw-frame-arguments" instead of "set print raw frame-arguments".
1467 * gdb.python/py-frame-args.exp: Likewise.
1468
1469 2019-06-13 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.compile/compile.exp: Adjust expected output to option
1472 processing changes.
1473
1474 2019-06-13 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/options.exp: Build executable.
1477 (test-print): New procedure.
1478 (top level): Call it, once for "print" and another for "compile
1479 print".
1480
1481 2019-06-13 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/options.c: New file.
1484 * gdb.base/options.exp: New file.
1485
1486 2019-06-13 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1489 that "o" is ambiguous.
1490
1491 2019-06-13 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/settings.c: New file.
1494 * gdb.base/settings.exp: New file.
1495
1496 2019-06-13 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.base/completion.exp: Fix comment typo.
1499
1500 2019-06-13 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1503 foo --1" test.
1504
1505 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1506
1507 * gdb.fortran/block-data.f: New.
1508 * gdb.fortran/block-data.exp: New.
1509
1510 2019-06-11 Tom de Vries <tdevries@suse.de>
1511
1512 PR testsuite/24521
1513 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1514 message.
1515
1516 2019-06-11 Tom de Vries <tdevries@suse.de>
1517
1518 PR testsuite/24521
1519 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1520
1521 2019-06-11 Tom de Vries <tdevries@suse.de>
1522
1523 * boards/readnow.exp: New file.
1524
1525 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.fortran/vla-sizeof.exp: Update expected results.
1528
1529 2019-06-06 Amos Bird <amosbird@gmail.com>
1530
1531 * gdb.base/annota1.exp (thread_switch): Add test for
1532 thread-exited annotation.
1533
1534 2019-06-06 Tom Tromey <tromey@adacore.com>
1535
1536 * gdb.base/maint.exp: Expect command started/finished output.
1537
1538 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1541 comment.
1542 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1543
1544 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1547 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1548 * gdb.arch/riscv-unwind-long-insn.c: New file.
1549 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1550
1551 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1552
1553 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1554
1555 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1556
1557 * lib/gdb.exp (help_list_trailer): New regexp variable
1558 factorizing the help trailer message.
1559 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1560 arg to allow to better factorize various tests.
1561 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1562 (test_prefix_command_help): Use help_list_trailer.
1563 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1564 * gdb.guile/scm-cmd.exp: Likewise.
1565 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1566 * gdb.base/help.exp: Use test_user_defined_class_help.
1567 * gdb.base/style.exp: Add tests for styling of help and apropos.
1568 * lib/gdb-utils.exp (style): Add title and highlight styles.
1569
1570 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1571
1572 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1573 $_shell_exitsignal.
1574 * gdb.base/default.exp: Update for new convenience variables.
1575
1576 2019-05-29 Tom Tromey <tromey@adacore.com>
1577
1578 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1579 to "break complete ada" test case's regexp.
1580
1581 2019-05-29 Tom Tromey <tromey@adacore.com>
1582
1583 PR c++/20020:
1584 * gdb.cp/constexpr-field.exp: New file.
1585 * gdb.cp/constexpr-field.cc: New file.
1586
1587 2019-05-29 Tom Tromey <tromey@adacore.com>
1588
1589 * gdb.base/finish.exp (finish_no_print): New proc.
1590 (finish_tests): Call it.
1591
1592 2019-05-24 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.dwarf2/gdb-add-index.exp: New file.
1595
1596 2019-05-22 Tom Tromey <tromey@adacore.com>
1597
1598 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1599 * gdb.base/style.exp: Use "style".
1600 * lib/gdb-utils.exp (style): New proc.
1601
1602 2019-05-22 Tom de Vries <tdevries@suse.de>
1603
1604 * gdb.base/align.exp: Require c++11.
1605
1606 2019-05-22 Tom de Vries <tdevries@suse.de>
1607
1608 PR testsuite/24586
1609 * gdb.python/py-mi-var-info-path-expression.exp: Call
1610 mi_skip_python_tests to check if python is supported.
1611
1612 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1613
1614 * gdb.arch/aarch64-pauth.c: New test.
1615 * gdb.arch/aarch64-pauth.exp: New file.
1616
1617 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1618
1619 * README (Re-running Tests Outside The Testsuite): New section.
1620
1621 2019-05-21 Tom de Vries <tdevries@suse.de>
1622
1623 * gdb.arch/amd64-eval.exp: Require c++11.
1624 * gdb.base/max-depth.exp: Same.
1625 * gdb.compile/compile-cplus-array-decay.exp: Same.
1626 * gdb.cp/meth-typedefs.exp: Same.
1627 * gdb.cp/subtypes.exp: Same.
1628 * gdb.cp/temargs.exp: Same.
1629
1630 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1631
1632 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1633
1634 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 PR gdb/18644
1637 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1638 * gdb.fortran/printing-types.exp: Add new test.
1639 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1640 testing.
1641 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1642 setup_kfail call.
1643
1644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1645
1646 * README (Running the Testsuite): Change example.
1647 (Testsuite Parameters): Remove TRANSCRIPT.
1648 * lib/gdb.exp: Remove TRANSCRIPT check.
1649
1650 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1651
1652 * README (Testsuite Parameters): Add replay logging to
1653 GDBSERVER_DEBUG.
1654 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1655 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1656 as a comma separated list.
1657 (gdb_debug_init): Override procedure.
1658
1659 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1660
1661 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1662 (gdb_write_cmd_file): New procedure.
1663 * lib/gdbserver-support.exp (gdbserver_start): Call
1664 gdbserver_write_cmd_file.
1665 (gdbserver_write_cmd_file): New procedure.
1666
1667 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1668
1669 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1670 (delete_breakpoints): Likewise.
1671 (gdb_run_cmd): Likewise.
1672 (gdb_start_cmd): Likewise.
1673 (gdb_starti_cmd): Likewise.
1674 (gdb_internal_error_resync): Likewise.
1675 (gdb_test_multiple): Likewise.
1676 (gdb_reinitialize_dir): Likewise.
1677 (default_gdb_exit): Likewise.
1678 (gdb_file_cmd): Mark kill as optional.
1679 (default_gdb_start): Call gdb_stdin_log_init.
1680 (send_gdb): Call gdb_stdin_log_write.
1681 (rerun_to_main): Mark Y as an answer.
1682 (gdb_stdin_log_init): New function.
1683 (gdb_stdin_log_write): Likewise.
1684
1685 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1686
1687 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1688 * gdb.base/debug-expr.exp: Likewise.
1689 * gdb.base/foll-fork.exp: Likewise.
1690 * gdb.base/foll-vfork.exp: Likewise.
1691 * gdb.base/fork-print-inferior-events.exp: Likewise.
1692 * gdb.base/gdb-sigterm.exp: Likewise.
1693 * gdb.base/gdbinit-history.exp: Likewise.
1694 * gdb.base/osabi.exp: Likewise.
1695 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1696 * gdb.base/ui-redirect.exp: Likewise.
1697 * gdb.gdb/unittest.exp: Likewise.
1698 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1699 * gdb.mi/mi-watch.exp: Likewise.
1700 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1701 * gdb.mi/user-selected-context-sync.exp: Likewise.
1702 * gdb.python/python.exp: Disable debug test when debugging.
1703 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1704 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1705 Likewise.
1706 * gdb.threads/stepi-random-signal.exp: Likewise.
1707
1708 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1709
1710 * Makefile.in: Pass through GDB_DEBUG.
1711 * README (Testsuite Parameters): Add GDB_DEBUG.
1712 (gdb,debug): Add board setting.
1713 * lib/gdb.exp (default_gdb_start): Start debugging.
1714 (gdb_debug_enabled): New procedure.
1715 (gdb_debug_init): Likewise.
1716
1717 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1718
1719 * Makefile.in: Pass through GDB_DEBUG.
1720 * README (Testsuite Parameters): Add GDB_DEBUG.
1721 (gdb,debug): Add board setting.
1722 * lib/gdb.exp (default_gdb_start): Start debugging.
1723 (gdb_debug_enabled): New procedure.
1724 (gdb_debug_init): Likewise.
1725
1726 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1727
1728 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1729
1730 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1731
1732 * gdb.base/ui-redirect.exp: Test redirection.
1733
1734 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1735
1736 * gdb.mi/mi-complete.exp: New file.
1737 * gdb.mi/mi-complete.cc: Likewise.
1738
1739 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1740
1741 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1742 indexed and sliced arrays, and pointers to arrays.
1743
1744 2019-05-14 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1747 styling test.
1748
1749 2019-05-14 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1752 selection entry encoding.
1753
1754 2019-05-10 Tom Tromey <tromey@adacore.com>
1755
1756 * gdb.ada/info_exc.exp: Add "complete" test.
1757
1758 2019-05-09 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1761 CU-relative.
1762
1763 2019-05-09 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1766 CU-relative.
1767
1768 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1769
1770 * gdb.ada/frame_arg_lang.exp: New testcase.
1771 * gdb.ada/frame_arg_lang/bla.adb: New file.
1772 * gdb.ada/frame_arg_lang/pck.ads: New file.
1773 * gdb.ada/frame_arg_lang/pck.adb: New file.
1774 * gdb.ada/frame_arg_lang/foo.c: New file.
1775
1776 2019-05-08 Tom Tromey <tromey@adacore.com>
1777
1778 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1779
1780 2019-05-08 Tom Tromey <tromey@adacore.com>
1781
1782 * gdb.base/ptype-offsets.exp: Update tests.
1783
1784 2019-05-08 Tom Tromey <tromey@adacore.com>
1785
1786 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1787 cases.
1788 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1789 "short".
1790
1791 2019-05-08 Tom Tromey <tromey@adacore.com>
1792
1793 * gdb.ada/vla.exp: New file.
1794 * gdb.ada/vla/vla.adb: New file.
1795
1796 2019-05-07 Tom de Vries <tdevries@suse.de>
1797
1798 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1799
1800 2019-05-07 Tom de Vries <tdevries@suse.de>
1801
1802 PR testsuite/24522
1803 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1804 section.
1805
1806 2019-05-07 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/24522
1809 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1810 .debug_aranges section.
1811
1812 2019-05-07 Tom de Vries <tdevries@suse.de>
1813
1814 PR testsuite/24159
1815 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1816
1817 2019-05-06 Tom de Vries <tdevries@suse.de>
1818
1819 * lib/gdb.exp (exec_has_index_section): New proc.
1820 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1821 section.
1822
1823 2019-05-04 Tom de Vries <tdevries@suse.de>
1824
1825 * boards/cc-with-debug-names.exp: New file.
1826
1827 2019-05-03 Tom Tromey <tromey@adacore.com>
1828
1829 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1830 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1831 * gdb.ada/char_enum.exp: Add test.
1832
1833 2019-05-03 Tom de Vries <tdevries@suse.de>
1834
1835 * boards/cc-with-gdb-index.exp: New file.
1836
1837 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.rust/simple.exp: Add new test case.
1840 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1841 (main): Initialise an instance of the new struct.
1842
1843 2019-05-01 Tom Tromey <tromey@adacore.com>
1844
1845 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1846 record.
1847 (NPR): New variable.
1848 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1849 test.
1850
1851 2019-05-01 Tom Tromey <tromey@adacore.com>
1852
1853 * gdb.ada/packed_array_assign.exp: Add packed assignment
1854 regression test.
1855
1856 2019-05-01 Tom de Vries <tdevries@suse.de>
1857
1858 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1859
1860 2019-05-01 Tom de Vries <tdevries@suse.de>
1861
1862 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1863
1864 2019-04-30 Ali Tamur <tamur@google.com>
1865
1866 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1867
1868 2019-04-30 Tom Tromey <tromey@adacore.com>
1869
1870 * lib/ada.exp (find_ada_tool): New proc.
1871 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1872 * gdb.ada/catch_ex_std.exp: New file.
1873 * gdb.ada/catch_ex_std/foo.adb: New file.
1874 * gdb.ada/catch_ex_std/some_package.adb: New file.
1875 * gdb.ada/catch_ex_std/some_package.ads: New file.
1876
1877 2019-04-30 Tom Tromey <tromey@adacore.com>
1878
1879 PR c++/24470:
1880 * gdb.cp/temargs.cc: Add test code from PR.
1881
1882 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * gdb.fortran/vla-datatypes.exp: Update expected results.
1885 * gdb.fortran/vla-ptype.exp: Likewise.
1886 * gdb.fortran/vla-type.exp: Likewise.
1887 * gdb.fortran/vla-value.exp: Likewise.
1888
1889 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/ptr-indentation.exp: Update expected results.
1892 * gdb.fortran/ptype-on-functions.exp: Likewise.
1893 * gdb.fortran/vla-ptr-info.exp: Likewise.
1894 * gdb.fortran/vla-value.exp: Likewise.
1895
1896 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.fortran/ptype-on-functions.exp: New file.
1899 * gdb.fortran/ptype-on-functions.f90: New file.
1900
1901 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1902
1903 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1904 case void string.
1905
1906 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.fortran/complex.exp: Expand.
1909 * gdb.fortran/complex.f: Renamed to...
1910 * gdb.fortran/complex.f90: ...this, and extended to add more
1911 complex values.
1912
1913 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1916 MODULO, CMPLX.
1917
1918 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1919 Richard Bunt <richard.bunt@arm.com>
1920
1921 * gdb.base/max-depth.c: New file.
1922 * gdb.base/max-depth.exp: New file.
1923 * gdb.python/py-nested-maps.c: New file.
1924 * gdb.python/py-nested-maps.exp: New file.
1925 * gdb.python/py-nested-maps.py: New file.
1926 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1927 (test_all_common): Call test_max_depth.
1928 * gdb.fortran/max-depth.exp: New file.
1929 * gdb.fortran/max-depth.f90: New file.
1930 * gdb.go/max-depth.exp: New file.
1931 * gdb.go/max-depth.go: New file.
1932 * gdb.modula2/max-depth.exp: New file.
1933 * gdb.modula2/max-depth.c: New file.
1934 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1935
1936 2019-04-29 Tom de Vries <tdevries@suse.de>
1937
1938 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1939
1940 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1941
1942 * gdb.base/callexit.exp: Test may-call-functions off.
1943
1944 2019-04-25 Keith Seitz <keiths@redhat.com>
1945
1946 PR c++/24367
1947 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1948 (another_incomplete_struct, test_incomplete): New definitions.
1949 (main): Use new definitions.
1950 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1951 functions.
1952
1953 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1954
1955 PR corefiles/11608
1956 PR corefiles/18187
1957 * gdb.base/coredump-filter-build-id.exp: New file.
1958
1959 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1960
1961 * Makefile.in: Pass through GDBSERVER_DEBUG.
1962 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1963 (gdbserver,debug): Add board setting.
1964 * gdb.trace/tspeed.exp: Skip when debugging.
1965 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1966 * lib/gdbserver-support.exp: Likewise
1967
1968 2019-04-24 Tom Tromey <tromey@adacore.com>
1969
1970 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1971 Rust.
1972
1973 2019-04-24 Tom Tromey <tromey@adacore.com>
1974
1975 * gdb.arch/amd64-eval.exp: Test bitfield return.
1976 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1977 (class Foo) <return_bitfields>: New method.
1978 (main): Call it.
1979
1980 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.cp/many-args.cc: New file.
1983 * gdb.cp/many-args.exp: New file.
1984
1985 2019-04-23 Tom de Vries <tdevries@suse.de>
1986
1987 PR gdb/24433
1988 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1989
1990 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1991
1992 * gdb.trace/backtrace.exp: Use nopie flag.
1993 * gdb.trace/circ.exp: Likewise.
1994 * gdb.trace/collection.exp: Likewise.
1995 * gdb.trace/ftrace.exp: Likewise.
1996 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1997 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1998 * gdb.trace/qtro.exp: Likewise.
1999 * gdb.trace/read-memory.exp: Likewise.
2000 * gdb.trace/report.exp: Likewise.
2001 * gdb.trace/tfile.exp: Likewise.
2002 * gdb.trace/tfind.exp: Likewise.
2003 * gdb.trace/unavailable.exp: Likewise.
2004
2005 2019-04-22 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.base/solib-probes-nosharedlibrary.c,
2008 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2009
2010 2019-04-19 Tom Tromey <tromey@adacore.com>
2011
2012 * gdb.ada/ptype_union.c: New file.
2013 * gdb.ada/ptype_union.exp: New file.
2014
2015 2019-04-19 Tom Tromey <tromey@adacore.com>
2016
2017 PR symtab/24423:
2018 * gdb.base/list0.h (foo): Add a control-l character.
2019
2020 2019-04-18 Tom de Vries <tdevries@suse.de>
2021
2022 PR gdb/24433
2023 * boards/local-board.exp: Set sysroot to "".
2024
2025 2019-04-18 Tom de Vries <tdevries@suse.de>
2026 Pedro Alves <palves@redhat.com>
2027
2028 PR gdb/24454
2029 * gdb.threads/vfork-follow-child-exec.c: New file.
2030 * gdb.threads/vfork-follow-child-exec.exp: New file.
2031 * gdb.threads/vfork-follow-child-exit.c: New file.
2032 * gdb.threads/vfork-follow-child-exit.exp: New file.
2033
2034 2019-04-15 Leszek Swirski <leszeks@google.com>
2035
2036 * gdb.arch/amd64-eval.cc: New file.
2037 * gdb.arch/amd64-eval.exp: New file.
2038
2039 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2040
2041 * gdb.server/sysroot.c: New test.
2042 * gdb.server/sysroot.exp: New file.
2043 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2044 matching param.
2045
2046 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2047
2048 * gdb.base/align.exp: Extend test to cover structures containing
2049 only static fields.
2050
2051 2019-04-11 Tom de Vries <tdevries@suse.de>
2052
2053 * boards/cc-with-dwz-m.exp: New file.
2054 * boards/cc-with-dwz.exp: New file.
2055 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2056
2057 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2058
2059 * gdb.base/start-cpp.exp: New file.
2060 * gdb.base/start-cpp.cc: New file.
2061
2062 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2063
2064 * gdb.python/py-thrhandle.exp: Adjust tests to call
2065 thread_from_handle instead of thread_from_thread_handle.
2066
2067 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2068
2069 * gdb.python/py-thrhandle.exp: Add tests for
2070 gdb.InferiorThread.handle.
2071
2072 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.python/py-function.exp: Check calling helper function from
2075 all languages.
2076 * lib/gdb.exp (gdb_supported_languages): New proc.
2077
2078 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * gdb.base/complex-parts.c: New file.
2081 * gdb.base/complex-parts.exp: New file.
2082
2083 2019-04-01 Tom Tromey <tromey@adacore.com>
2084
2085 PR symtab/23331:
2086 * gdb.dwarf2/dw2-ranges-main.c: New file.
2087 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2088 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2089
2090 2019-03-30 Simon Marchi <simark@simark.ca>
2091
2092 * gdb.base/default.exp: Add values for $_gdb_major and
2093 $_gdb_minor.
2094
2095 2019-03-29 Tom Tromey <tromey@adacore.com>
2096
2097 * gdb.base/help.exp: Tighten apropos regexp.
2098
2099 2019-03-29 Keith Seitz <keiths@redhat.com>
2100
2101 * gdb.fortran/array-bounds.exp: New file.
2102 * gdb.fortran/array-bounds.f90: New file.
2103
2104 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2105
2106 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2107
2108 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2109
2110 * gdb.multi/hello.c (main): Increase alarm timer.
2111
2112 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2113
2114 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2115 factor when no hardware watchpoint support.
2116
2117 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2118 Pedro Alves <palves@redhat.com>
2119
2120 * boards/local-board.exp: set sysroot to /.
2121
2122 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2123
2124 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2125 in child.
2126
2127 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2130 field.
2131 (make_container): Initialise new field.
2132 * gdb.python/py-prettyprint.exp: Add new tests.
2133 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2134 <display_hint>: New method.
2135
2136 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2139 gdb_continue_to_breakpoint more throughout this test.
2140 (run_lang_tests) Supply unique test names, and use
2141 gdb_test_no_output.
2142
2143 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.base/finish-pretty.exp: Update expected results.
2146 * gdb.base/pretty-print.c: New file.
2147 * gdb.base/pretty-print.exp: New file.
2148
2149 2019-03-25 Pedro Alves <palves@redhat.com>
2150
2151 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2152 move comments outside list. Append '-i "" eof' section.
2153
2154 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2155
2156 PR testsuite/25016
2157 * README: Add pie options.
2158 * gdb.base/break-interp.exp: Ensure pie is disabled.
2159 * gdb.base/dump.exp: Likewise.
2160 * lib/gdb.exp (gdb_compile): Add pie option.
2161
2162 2019-03-19 Tom Tromey <tromey@adacore.com>
2163
2164 * gdb.mi/mi2-cli-display.c: New file.
2165 * gdb.mi/mi2-cli-display.exp: New file.
2166
2167 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2168 Tom Tromey <tromey@adacore.com>
2169
2170 * gdb.ada/ptype_array/pck.adb: New file.
2171 * gdb.ada/ptype_array/pck.ads: New file.
2172 * gdb.ada/ptype_array/foo.adb: New file.
2173 * gdb.ada/ptype_array.exp: New file.
2174
2175 2019-03-14 Tom Tromey <tromey@adacore.com>
2176
2177 * gdb.base/style.exp: Add "set style sources" test.
2178
2179 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2180
2181 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2182 * mi-breakpoint-multiple-locations.exp: ... this.
2183 (make_breakpoints_pattern): New proc.
2184 (do_test): Add mi_version parameter, test -break-insert,
2185 -break-info and =breakpoint-created.
2186
2187 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * config/default.exp: Remove 'load_lib gdb.exp'.
2190 * config/monitor.exp: Likewise.
2191 * config/sid.exp: Likewise.
2192 * config/sim.exp: Likewise.
2193 * config/slite.exp: Likewise.
2194 * config/unix.exp: Likewise.
2195 * gdb.base/default.exp: Remove unhelpful comment.
2196
2197 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2200
2201 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2204
2205 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.fortran/type-kinds.exp: Update expected results.
2208
2209 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2212
2213 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2214
2215 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2216 function.
2217 (test_basic_parsing_of_type_kinds): Expand types tested.
2218 (test_parsing_invalid_type_kinds): New function.
2219
2220 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.fortran/intrinsics.exp: New file.
2223 * gdb.fortran/intrinsics.f90: New file.
2224 * gdb.fortran/type-kinds.exp: New file.
2225
2226 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2227
2228 * gdb.fortran/dot-ops.exp: New file.
2229
2230 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2233 Check upper and lower case logical literals.
2234
2235 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2238 Remove duplicate tests.
2239
2240 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2241
2242 * lib/gdb.exp (builtin_cd): rename of cd.
2243 (cd): Override builtin.
2244
2245 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2246
2247 * gdb.fortran/function-calls.exp: New file.
2248 * gdb.fortran/function-calls.f90: New test.
2249
2250 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2251
2252 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2253 on user program standard output.
2254 * gdb.fortran/short-circuit-argument-list.f90: Record function
2255 calls.
2256
2257 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2258
2259 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2260 failure.
2261
2262 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2263
2264 PR gdb/8527
2265 * gdb.base/interrupt-daemon-attach.c,
2266 gdb.base/interrupt-daemon-attach.exp: New test.
2267
2268 2019-02-27 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/page.exp: Add tests for "set width/height -1".
2271
2272 2019-02-27 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.base/page.exp: Add tests for "set/show width/height" with
2275 "infinite" values.
2276
2277 2019-02-27 Tom Tromey <tromey@adacore.com>
2278
2279 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2280 2.4.
2281 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2282 workaround.
2283
2284 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2287 tests for structs with static members.
2288
2289 2019-02-26 Tom Tromey <tromey@adacore.com>
2290
2291 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2292 ValueError, not TypeError.
2293
2294 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2295
2296 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2297 call from main program.
2298
2299 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2300
2301 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2302 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2303 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2304 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2305 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2306
2307 2019-02-22 Keith Seitz <keiths@redhat.com>
2308
2309 PR symtab/23853
2310 * gdb.base/symlink-sourcefile.c: New file.
2311 * gdb.base/symlink-sourcefile.exp: New file.
2312
2313 2019-02-20 Tom Tromey <tom@tromey.com>
2314
2315 * gdb.base/info_qt.exp: Update.
2316
2317 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2318
2319 * gdb.base/source.exp: Move "error in sourced script" code to
2320 the end.
2321 * gdb.base/source-error.gdb: Move contents to
2322 source-error-1.gdb. Add new code to source source-error-1.gdb.
2323 * gdb.base/source-error-1.gdb: New file, from previous
2324 source-error.gdb.
2325
2326 2019-02-17 Tom Tromey <tom@tromey.com>
2327
2328 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2329 for macro styling.
2330 * gdb.base/style.c (SOME_MACRO): New macro.
2331
2332 2019-02-17 Tom Tromey <tom@tromey.com>
2333
2334 * gdb.base/style.exp: Add line-wrapping tests.
2335 * gdb.base/page.exp: Add test for quitting during pagination.
2336
2337 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2338
2339 * gdb.ada/big_packed_array: New testcase.
2340 * gdb.ada/homonym.exp: Fix incorrect expected output for
2341 "break <homonym__get_value>" test.
2342
2343 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2344
2345 PR breakpoints/21870
2346 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2347 and prepare_for_testing. Add comment.
2348 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2349 redundant cleanup call. Clean up comment.
2350
2351 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2352
2353 PR breakpoints/21870
2354 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2355 * gdb.arch/aarch64-dbreg-contents.c: New file.
2356
2357 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2358
2359 * gdb.ada/mi_ref_changeable: New testcase.
2360
2361 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2362
2363 * gdb.base/attach.exp: Add double attach test.
2364
2365 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2366
2367 * lib/gdb.exp (default_gdb_start): Don't match pagination
2368 prompt.
2369 (gdb_init): Set stty_init.
2370
2371 2019-01-27 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2374 skip_python_tests.
2375
2376 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2377
2378 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2379 New structure.
2380 (struct struct_static_02_02): Likewise.
2381 (struct struct_static_02_03): Likewise.
2382 (struct struct_static_02_04): Likewise.
2383 (struct struct_static_04_01): Likewise.
2384 (struct struct_static_04_02): Likewise.
2385 (struct struct_static_04_03): Likewise.
2386 (struct struct_static_04_04): Likewise.
2387 (struct struct_static_06_01): Likewise.
2388 (struct struct_static_06_02): Likewise.
2389 (struct struct_static_06_03): Likewise.
2390 (struct struct_static_06_04): Likewise.
2391 (cmp_struct_static_02_01): Likewise.
2392 (cmp_struct_static_02_02): Likewise.
2393 (cmp_struct_static_02_03): Likewise.
2394 (cmp_struct_static_02_04): Likewise.
2395 (cmp_struct_static_04_01): Likewise.
2396 (cmp_struct_static_04_02): Likewise.
2397 (cmp_struct_static_04_03): Likewise.
2398 (cmp_struct_static_04_04): Likewise.
2399 (cmp_struct_static_06_01): Likewise.
2400 (cmp_struct_static_06_02): Likewise.
2401 (cmp_struct_static_06_03): Likewise.
2402 (cmp_struct_static_06_04): Likewise.
2403 (call_all): Test new structs.
2404 * gdb.base/infcall-nested-structs.exp: Likewise.
2405
2406 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2407 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2408
2409 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2410 * gdb.base/stack-protector.c: New test.
2411 * gdb.base/stack-protector.exp: New file.
2412 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2413 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2414 option.
2415 (gdb_compile): Remove stack protector for GCC and prevent
2416 recursion.
2417
2418 2019-01-16 Keith Seitz <keiths@redhat.com>
2419
2420 PR gdb/23773
2421 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2422
2423 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2424
2425 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2426 aliases.
2427 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2428 tests.
2429 * gdb.arch/powerpc-vector-regs.c: New file.
2430 * gdb.arch/powerpc-vector-regs.exp: New file.
2431
2432 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2433
2434 * gdb.arch/altivec-regs.exp: Fix the list passed to
2435 gdb_expect_list when testing "info vector".
2436
2437 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.base/style.exp: Don't include path in testname.
2440
2441 2019-01-10 Keith Seitz <keiths@redhat.com>
2442
2443 PR gdb/23712
2444 PR symtab/23010
2445 * gdb.dwarf2/multidictionary.exp: New file.
2446
2447 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2450 (test_gnuv3_style_demangling): ... this.
2451 (test_lucid_style_demangling): Remove.
2452 (test_arm_style_demangling): Remove.
2453 (test_hp_style_demangling): Remove.
2454 (do_tests): Remove calls to the above.
2455
2456 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2459 case.
2460
2461 2019-01-06 Tom Tromey <tom@tromey.com>
2462
2463 PR gdb/28155:
2464 * gdb.dwarf2/typedef-void-finish.exp: New file.
2465
2466 2018-12-28 Tom Tromey <tom@tromey.com>
2467 Simon Marchi <simark@simark.ca>
2468
2469 * gdb.base/jit-exec.exp: New file.
2470 * gdb.base/jit-exec.c: New file.
2471 * gdb.base/jit-execd.c: New file.
2472
2473 2018-12-28 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.base/style.exp: Update test to check for address styling.
2476
2477 2018-12-28 Tom Tromey <tom@tromey.com>
2478
2479 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2480 message.
2481
2482 2018-12-28 Tom Tromey <tom@tromey.com>
2483
2484 * gdb.base/style.exp: Add test for version number styling.
2485
2486 2018-12-28 Tom Tromey <tom@tromey.com>
2487
2488 * gdb.base/style.exp: Add test for print_address_symbolic.
2489
2490 2018-12-28 Tom Tromey <tom@tromey.com>
2491
2492 * gdb.base/style.exp: Add test for breakpoint setting.
2493
2494 2018-12-28 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.base/style.exp: Add test for variable names.
2497
2498 2018-12-28 Tom Tromey <tom@tromey.com>
2499
2500 * gdb.base/style.exp: New file.
2501 * gdb.base/style.c: New file.
2502
2503 2018-12-28 Tom Tromey <tom@tromey.com>
2504
2505 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2506 "dumb".
2507 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2508 the TERM environment variable.
2509
2510 2018-12-27 Tom Tromey <tom@tromey.com>
2511
2512 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2513 pagination test.
2514
2515 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2518 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2519
2520 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2521
2522 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2523 Filename a.adb changed to bp_fun_addr.adb.
2524 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2525
2526 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2527
2528 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2529 non-PIE executables.
2530 * README: Mention the gdb,nopie_flag board setting.
2531 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2532 non-PIE executable.
2533 * gdb.arch/amd64-entry-value.exp: Likewise.
2534 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2535 * gdb.arch/i386-float.exp: Likewise.
2536 * gdb.arch/i386-signal.exp: Likewise.
2537 * gdb.mi/mi-reg-undefined.exp: Likewise.
2538
2539 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2540
2541 PR gdb/23974
2542 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2543
2544 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2545
2546 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2547 Update order of results accordingly.
2548
2549 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * gdb.base/annota1.exp: Update a test regexp.
2552
2553 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2556
2557 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2558
2559 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2560 (reuse_time): Initialize to REUSE_TIME_CAP.
2561 (check_rc): New function.
2562 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2563 Check pthread_create rc.
2564 (spawner_thread_func): Check pthread_create and pthread_join rc.
2565
2566 2018-12-08 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/list.exp (test_forward_search): Rename to ...
2569 (test_forward_reverse_search): ... this. Also test reverse-search
2570 and the forward-search alias.
2571
2572 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2575 local timeout variable before return, and remove all local timeout
2576 variable entirely.
2577 (gdb_load): Likewise.
2578
2579 2018-12-01 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.base/gdb-caching-proc.exp: New file.
2582
2583 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2584
2585 * Makefile.in (TIMESTAMP): New variable.
2586 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2587 command.
2588 (check-single-racy): Likewise.
2589 (check/%.exp): Likewise.
2590 (check-racy/%.exp): Likewise.
2591 (workers/%.worker): Likewise.
2592 (build-perf): Likewise.
2593 (check-perf): Likewise.
2594 * README: Describe new "TS" and "TS_FORMAT" variables.
2595 * print-ts.py: New file.
2596
2597 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2598
2599 PR python/23714
2600 * gdb.python/python.exp: Test command repetition after
2601 gdb.execute.
2602
2603 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2606 is correctly aligned.
2607
2608 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2609
2610 * gdb.ada/info_auto_lang.exp: New testcase.
2611 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2612 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2613 * gdb.ada/info_auto_lang/some_c.c: New file.
2614
2615 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2616
2617 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2618 FUNC_lang language syntax.
2619
2620 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2621
2622 * gdb.base/info_minsym.c: New file.
2623 * gdb.base/info_minsym.exp: New file.
2624
2625 2018-11-19 Tom Tromey <tom@tromey.com>
2626
2627 PR rust/23625:
2628 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2629 * gdb.rust/expr.exp: Update expected output. Change one test.
2630
2631 2018-11-19 Tom Tromey <tom@tromey.com>
2632
2633 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2634
2635 2018-11-19 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2638 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2639 see the expected warning.
2640
2641 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2642
2643 PR gdb/22736:
2644 * gdb.cp/infcall-nodebug-lib.c: New test.
2645 * gdb.cp/infcall-nodebug-main.c: New test.
2646 * gdb.cp/infcall-nodebug.exp: New file.
2647
2648 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2649
2650 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2651 completer tests.
2652
2653 2018-11-09 Tom de Vries <tdevries@suse.de>
2654
2655 * gdb.base/msym-lang.c: New test.
2656 * gdb.base/msym-lang.exp: New file.
2657 * gdb.base/msym-lang-main.c: New test.
2658
2659 2018-11-08 Tom Tromey <tom@tromey.com>
2660
2661 PR gdb/23555:
2662 PR gdb/23838:
2663 * gdb.base/warning.exp: New file.
2664
2665 2018-11-08 Jan Beulich <jbeulich@suse.com>
2666
2667 * testsuite/gdb.arch/i386-avx512.c,
2668 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2669
2670 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2673 point hardware.
2674
2675 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2678 * gdb.dwarf2/missing-type-name.exp: New file.
2679
2680 2018-11-06 Tom de Vries <tdevries@suse.de>
2681
2682 * gdb.base/many-headers.c: New test.
2683 * gdb.base/many-headers.exp: New file.
2684
2685 2018-11-06 Jim Wilson <jimw@sifive.com>
2686
2687 * gdb.base/code_elim.exp: For riscv, set additional_flags
2688 to include -msmall-data-limit=0.
2689
2690 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2691
2692 * gdb.ada/watch_minus_l: New testcase.
2693
2694 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2695
2696 * gdb.arch/aix-sighandle.c: New file.
2697 * gdb.arch/aix-sighandle.exp: New file.
2698
2699 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2702 registers being unions.
2703
2704 2018-10-31 Tom de Vries <tdevries@suse.de>
2705
2706 * lib/valgrind.exp: New file.
2707 (vgdb_start, vgdb_stop): New procs, factored out of ...
2708 * gdb.base/valgrind-bt.exp: ... here, ...
2709 * gdb.base/valgrind-disp-step.exp: ... here and ...
2710 * gdb.base/valgrind-infcall.exp: ... here.
2711
2712 2018-10-31 Tom de Vries <tdevries@suse.de>
2713
2714 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2715
2716 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.dwarf2/void-type.c: New file.
2719 * gdb.dwarf2/void-type.exp: New file.
2720
2721 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2722
2723 * gdb.base/info_qt.c: New file.
2724 * gdb.base/info_qt.exp: New file.
2725
2726 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2727
2728 * gdb.arch/powerpc-htm-regs.c: New file.
2729 * gdb.arch/powerpc-htm-regs.exp: New file.
2730
2731 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2732
2733 * gdb.arch/powerpc-tar.c: New file.
2734 * gdb.arch/powerpc-tar.exp: New file.
2735
2736 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2737
2738 * gdb.arch/powerpc-ppr-dscr.c: New file.
2739 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2740
2741 2018-10-25 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2744
2745 2018-10-24 Tom de Vries <tdevries@suse.de>
2746
2747 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2748 longer exists error.
2749
2750 2018-10-24 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2753
2754 2018-10-24 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2757 --db-attach in valgrind.
2758
2759 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.arch/riscv-reg-aliases.c: New file.
2762 * gdb.arch/riscv-reg-aliases.exp: New file.
2763
2764 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2765
2766 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2767
2768 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2769
2770 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2771
2772 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2773
2774 * gdb.cp/ovldbreak.exp: Fix regexps.
2775
2776 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2777
2778 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2779
2780 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2781
2782 PR cli/23785
2783 * gdb.base/restore.exp: New test to check if "restore" with an
2784 invalid file doesn't segfault.
2785
2786 2018-10-18 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2789 * gdb.ada/excep_handle.exp: Same.
2790 * gdb.ada/mi_string_access.exp: Same.
2791 * gdb.ada/mi_var_union.exp: Same.
2792 * gdb.arch/arc-analyze-prologue.exp: Same.
2793 * gdb.arch/arc-decode-insn.exp: Same.
2794 * gdb.base/readnever.exp: Same.
2795 * gdb.fortran/printing-types.exp: Same.
2796 * gdb.guile/scm-lazy-string.exp: Same.
2797
2798 2018-10-16 Tom de Vries <tdevries@suse.de>
2799
2800 PR gdb/23730
2801 * gdb.base/catch-follow-exec.c: Add copyright notice.
2802 * gdb.base/catch-follow-exec.exp: Rewrite to use
2803 gdb_spawn_with_cmdline_opts. Require gdb-native.
2804
2805 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2806
2807 * gdb.trace/actions-changed.exp: Check for arch support.
2808 * gdb.trace/actions.exp: Likewise.
2809 * gdb.trace/ax.exp: Likewise.
2810 * gdb.trace/backtrace.exp: Likewise.
2811 * gdb.trace/change-loc.exp: Likewise.
2812 * gdb.trace/deltrace.exp: Likewise.
2813 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2814 * gdb.trace/ftrace.exp: Likewise.
2815 * gdb.trace/infotrace.exp: Check for arch support.
2816 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2817 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2818 * gdb.trace/mi-tsv-changed.exp: Likewise.
2819 * gdb.trace/packetlen.exp: Likewise.
2820 * gdb.trace/passc-dyn.exp: Likewise.
2821 * gdb.trace/passcount.exp: Likewise.
2822 * gdb.trace/pending.exp: Likewise.
2823 * gdb.trace/range-stepping.exp: Check for shlib support.
2824 * gdb.trace/report.exp: Check for arch support.
2825 * gdb.trace/save-trace.exp: Likewise.
2826 * gdb.trace/signal.exp: Check for signal support.
2827 * gdb.trace/tfind.exp: Check for arch support.
2828 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2829 * gdb.trace/trace-common.h: Add comment.
2830 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2831 * gdb.trace/trace-enable-disable.exp: Likewise.
2832 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2833 * gdb.trace/tracecmd.exp: Check for arch support.
2834 * gdb.trace/tspeed.exp: Check for shlib and target support.
2835 * gdb.trace/tstatus.exp: Check for arch support.
2836 * gdb.trace/tsv.exp: Likewise.
2837 * gdb.trace/while-dyn.exp: Likewise.
2838 * gdb.trace/while-stepping.exp: Likewise.
2839 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2840
2841 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2842
2843 * gdb.trace/tspeed.exp: Remove nowarnings.
2844 (prepare_for_trace_test): Declare "global ipalib".
2845 * gdb.trace/tspeed.c: Include unistd.h.
2846 (main): Remove superfluous printf argument.
2847
2848 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2849
2850 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2851 directory prefix on the filename.
2852
2853 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2854
2855 * gdb.gdb/unittest.exp: Update expected message informing that
2856 selftests have been disabled.
2857 * gdb.server/unittest.exp: Likewise.
2858
2859 2018-10-09 Tom de Vries <tdevries@suse.de>
2860
2861 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2862 with runto_main.
2863
2864 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2865
2866 PR c++/16841
2867 * gdb.cp/virtbase2.cc: New file.
2868 * gdb.cp/virtbase2.exp: New file.
2869
2870 2018-10-06 Tom Tromey <tom@tromey.com>
2871
2872 PR python/19399:
2873 * gdb.python/py-inferior.exp: Add architecture test.
2874
2875 2018-10-06 Tom Tromey <tom@tromey.com>
2876
2877 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2878 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2879
2880 2018-10-06 Tom Tromey <tom@tromey.com>
2881
2882 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2883 of a "throw" catchpoint.
2884
2885 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2886
2887 * gdb.base/info-proc.exp: Update string expected from "help info
2888 proc".
2889
2890 2018-10-04 Tom Tromey <tom@tromey.com>
2891
2892 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2893 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2894 (test_initial_complaints, test_empty_complaints): Update.
2895 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2896
2897 2018-10-04 Tom Tromey <tom@tromey.com>
2898
2899 PR cli/19551:
2900 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2901 * lib/gdb.exp (gdb_file_cmd): Update.
2902 * gdb.stabs/weird.exp (print_weird_var): Update.
2903 * gdb.server/solib-list.exp: Update.
2904 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2905 * gdb.mi/mi-cli.exp: Update.
2906 * gdb.linespec/linespec.exp: Update.
2907 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2908 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2909 * gdb.cp/cp-relocate.exp: Update.
2910 * gdb.base/sym-file.exp: Update.
2911 * gdb.base/relocate.exp: Update.
2912 * gdb.base/readnever.exp: Update.
2913 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2914 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2915 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2916 * gdb.base/code_elim.exp: Update.
2917 * gdb.base/break-unload-file.exp (test_break): Update.
2918 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2919 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2920 Update.
2921 * gdb.base/attach.exp (do_attach_tests): Update.
2922 * gdb.base/sepdebug.exp: Update.
2923 * gdb.python/py-section-script.exp: Update.
2924
2925 2018-10-04 Tom Tromey <tom@tromey.com>
2926
2927 PR cli/22234:
2928 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2929 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2930 output.
2931
2932 2018-10-04 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2935 set width and height to 0.
2936 (test_command_line_attach_run): Use -quiet.
2937
2938 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2939
2940 * lib/gdb.exp (skip_ifunc_tests): New.
2941 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2942 other compile failures.
2943 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2944
2945 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2946
2947 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2948 is_amd64_regs_target.
2949
2950 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2951
2952 * gdb.arch/aarch64-sighandler-regs.c: New test.
2953 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2954 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2955
2956 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2957
2958 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2959 assembly.
2960
2961 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/frame-selection.exp: New file.
2964 * gdb.base/frame-selection.c: New file.
2965
2966 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2967
2968 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2969 pthread barrier.
2970 (main): Likewise.
2971
2972 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * gdb.base/large-frame-1.c: New file.
2975 * gdb.base/large-frame-2.c: New file.
2976 * gdb.base/large-frame.exp: New file.
2977 * gdb.base/large-frame.h: New file.
2978
2979 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2980
2981 PR gdb/20948
2982 * gdb.base/write_mem.exp: New test.
2983 * gdb.base/write_mem.c: Likewise.
2984
2985 2018-09-23 Tom Tromey <tom@tromey.com>
2986
2987 PR python/18852:
2988 * gdb.python/py-parameter.exp: Add test for parameter that throws
2989 on "set".
2990
2991 2018-09-23 Tom Tromey <tom@tromey.com>
2992
2993 PR python/17284:
2994 * gdb.python/py-template.exp (test_template_arg): Add test for
2995 negative template argument number.
2996
2997 2018-09-23 Tom Tromey <tom@tromey.com>
2998
2999 PR python/14062:
3000 * gdb.python/python.exp: Add test for post_event error.
3001
3002 2018-09-23 Tom Tromey <tom@tromey.com>
3003
3004 PR python/18170:
3005 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3006 convert pointers to int and long.
3007
3008 2018-09-23 Tom Tromey <tom@tromey.com>
3009
3010 PR python/20126:
3011 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3012 signed-ness conversion tests.
3013
3014 2018-09-23 Tom Tromey <tom@tromey.com>
3015
3016 PR python/18352;
3017 * gdb.python/py-value.exp (test_float_conversion): New proc.
3018 Use it.
3019
3020 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3021
3022 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3023
3024 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3025
3026 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3027 no readline.
3028 * gdb.base/utf8-identifiers.exp: Likewise.
3029 * gdb.cp/cpcompletion.exp: Likewise.
3030 * gdb.linespec/cpcompletion.exp: Likewise.
3031 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3032 * gdb.linespec/cpls-ops.exp: Likewise.
3033
3034 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3035 Chris January <chris.january@arm.com>
3036
3037 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3038 * gdb.fortran/short-circuit-argument-list.exp: New file.
3039 * gdb.fortran/short-circuit-argument-list.f90: New test.
3040
3041 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3042
3043 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3044 "arch=" keyword when executing "-stack-list-frames".
3045
3046 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3049 "arch=" keyword when executing "-stack-list-frames".
3050
3051 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3052
3053 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3054 break ada".
3055
3056 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3057
3058 PR python/23669
3059 * gdb.python/python.exp: Test gdb.execute("show commands").
3060
3061 2018-09-16 Tom Tromey <tom@tromey.com>
3062
3063 * gdb.base/new-ui.exp (do_execution_tests): Update.
3064 * gdb.base/dbx.exp (test_breakpoints): Update.
3065
3066 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3067
3068 * lib/gdb.exp (gdb_simple_compile): Add proc.
3069 (is_elf_target): Use gdb_simple_compile.
3070 (skip_altivec_tests): Likewise.
3071 (skip_vsx_tests): Likewise.
3072 (skip_tsx_tests): Likewise.
3073 (skip_btrace_tests): Likewise.
3074 (skip_btrace_pt_tests): Likewise.
3075 (gdb_can_simple_compile): Likewise.
3076 (gdb_has_argv0): Likewise.
3077 (gdb_target_symbol_prefix): Likewise.
3078 (target_supports_scheduler_locking): Likewise.
3079
3080 2018-09-13 Tom Tromey <tom@tromey.com>
3081
3082 * Makefile.in (TAGS): Recognize proc_with_prefix and
3083 gdb_caching_proc.
3084
3085 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3086
3087 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3088 method.
3089
3090 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3091
3092 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3093 and a few other Inferior properties when the Inferior is no
3094 longer valid.
3095
3096 2018-09-13 Tom Tromey <tom@tromey.com>
3097
3098 PR rust/23650:
3099 * gdb.rust/simple.exp: Add test for enum field access error.
3100
3101 2018-09-13 Tom Tromey <tom@tromey.com>
3102
3103 PR rust/23626:
3104 * gdb.rust/simple.rs (EmptyEnum): New type.
3105 (main): Use it.
3106 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3107
3108 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3111 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3112 * gdb.python/py-symtab.exp: Update test printing an objfile.
3113
3114 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3115
3116 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3117 object.
3118
3119 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3120
3121 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3122 (support_complex_tests): Use gdb_can_simple_compile.
3123 (is_ilp32_target): Likewise.
3124 (is_lp64_target): Likewise.
3125 (is_64_target): Likewise.
3126 (is_amd64_regs_target): Likewise.
3127 (is_aarch32_target): Likewise.
3128 (gdb_int128_helper): Likewise.
3129
3130 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3133
3134 2018-09-10 Jerome Guitton <guitton@adacore.com>
3135
3136 * gdb.ada/same_component_name: Add test for case of tagged record
3137 with variable-length fields.
3138
3139 2018-09-10 Xavier Roirand <roirand@adacore.com>
3140
3141 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3142 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3143 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3144 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3145
3146 2018-09-10 Xavier Roirand <roirand@adacore.com>
3147
3148 * gdb.ada/mi_string_access.exp: New testcase.
3149 * gdb.ada/mi_string_access/bar.adb: New file.
3150 * gdb.ada/mi_string_access/pck.adb: New file.
3151 * gdb.ada/mi_string_access/pck.asd: New file.
3152
3153 2018-09-10 Xavier Roirand <roirand@adacore.com>
3154
3155 * gdb.ada/mi_var_union.exp: New testcase.
3156 * gdb.ada/mi_var_union/bar.adb: New file.
3157 * gdb.ada/mi_var_union/pck.adb: New file.
3158 * gdb.ada/mi_var_union/pck.asd: New file.
3159
3160 2018-09-08 Tom Tromey <tom@tromey.com>
3161
3162 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3163
3164 2018-09-08 Tom Tromey <tom@tromey.com>
3165
3166 PR python/16047:
3167 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3168 (register_pretty_printers): Register new printer.
3169 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3170 test.
3171 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3172 (an_int_type3): New global.
3173
3174 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.ada/expr_with_funcall: New testcase.
3177
3178 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3179
3180 * gdb.ada/packed_array_assign: New testcase.
3181
3182 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3185 names, and add test prefixes to make test names unique.
3186
3187 2018-09-05 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.dwarf2/varval.exp: Add test.
3190
3191 2018-09-04 Gary Benson <gbenson@redhat.com>
3192
3193 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3194 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3195
3196 2018-08-31 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.rust/simple.rs: Rename second variable "v".
3199
3200 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * gdb.base/funcargs.c (use_a): New function.
3203 (recurse): Call use_a.
3204
3205 2018-08-29 Keith Seitz <keiths@redhat.com>
3206
3207 * gdb.compile/compile-cplus-anonymous.cc: New file.
3208 * gdb.compile/compile-cplus-anonymous.exp: New file.
3209 * gdb.compile/compile-cplus-array-decay.cc: New file.
3210 * gdb.compile/compile-cplus-array-decay.exp: New file.
3211 * gdb.compile/compile-cplus-inherit.cc: New file.
3212 * gdb.compile/compile-cplus-inherit.exp: New file.
3213 * gdb.compile/compile-cplus-member.cc: New file.
3214 * gdb.compile/compile-cplus-member.exp: New file.
3215 * gdb.compile/compile-cplus-method.cc: New file.
3216 * gdb.compile/compile-cplus-method.exp: New file.
3217 * gdb.compile/compile-cplus-mod.c: "New" file.
3218 * gdb.compile/compile-cplus-namespace.cc: New file.
3219 * gdb.compile/compile-cplus-namespace.exp: New file.
3220 * gdb.compile/compile-cplus-nested.cc: New file.
3221 * gdb.compile/compile-cplus-nested.exp: New file.
3222 * gdb.compile/compile-cplus-print.c: "New" file.
3223 * gdb.compile/compile-cplus-print.exp: "New" file.
3224 * gdb.compile/compile-cplus-virtual.cc: New file.
3225 * gdb.compile/compile-cplus-virtual.exp: New file.
3226 * gdb.compile/compile-cplus.c: "New" file.
3227 * gdb.compile/compile-cplus.exp: "New" file.
3228 * lib/compile-support.exp: New file.
3229
3230 2018-08-16 Gary Benson <gbenson@redhat.com>
3231
3232 PR gdb/13000:
3233 * gdb.base/batch-exit-status.exp: New file.
3234 * gdb.base/batch-exit-status.good-commands: Likewise.
3235 * gdb.base/batch-exit-status.bad-commands: Likewise.
3236
3237 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3238
3239 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3240 (struct struct02): Likewise.
3241 (struct struct03): Likewise.
3242 (struct struct04): Likewise.
3243 (struct struct_01_01): New struct.
3244 (struct struct_01_02): Likewise.
3245 (struct struct_01_03): Likewise.
3246 (struct struct_01_04): Likewise.
3247 (struct struct_02_01): Likewise.
3248 (struct struct_02_02): Likewise.
3249 (struct struct_02_03): Likewise.
3250 (struct struct_02_04): Likewise.
3251 (struct struct_04_01): Likewise.
3252 (struct struct_04_02): Likewise.
3253 (struct struct_04_03): Likewise.
3254 (struct struct_04_04): Likewise.
3255 (struct struct_05_01): Likewise.
3256 (struct struct_05_02): Likewise.
3257 (struct struct_05_03): Likewise.
3258 (struct struct_05_04): Likewise.
3259 (cmp_struct01): Remove function.
3260 (cmp_struct02): Likewise.
3261 (cmp_struct03): Likewise.
3262 (cmp_struct04): Likewise.
3263 (cmp_struct_01_01): Add Function.
3264 (cmp_struct_01_02): Likewise.
3265 (cmp_struct_01_03): Likewise.
3266 (cmp_struct_01_04): Likewise.
3267 (cmp_struct_02_01): Likewise.
3268 (cmp_struct_02_02): Likewise.
3269 (cmp_struct_02_03): Likewise.
3270 (cmp_struct_02_04): Likewise.
3271 (cmp_struct_04_01): Likewise.
3272 (cmp_struct_04_02): Likewise.
3273 (cmp_struct_04_03): Likewise.
3274 (cmp_struct_04_04): Likewise.
3275 (cmp_struct_05_01): Likewise.
3276 (cmp_struct_05_02): Likewise.
3277 (cmp_struct_05_03): Likewise.
3278 (cmp_struct_05_04): Likewise.
3279 (call_all): Add new structs.
3280 * gdb.base/infcall-nested-structs.exp: Likewise.
3281
3282 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3283
3284 * gdb.python/py-framefilter-mi.exp: Update regexp to
3285 check for "arch" field in frame output.
3286
3287 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3288
3289 * gdb.dwarf2/dw2-ranges-func.c: New file.
3290 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3291
3292 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3293
3294 * gdb.base/term.exp: Compare terminal settings with values from
3295 the inferior.
3296 * gdb.base/term.c: Get and set terminal settings.
3297
3298 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3299
3300 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3301 accommodate new "arch" field in frame output.
3302 * gdb.mi/mi-return.exp: Likewise.
3303 * gdb.mi/mi-stack.exp: Likewise.
3304 * gdb.mi/mi-syn-frame.exp: Likewise.
3305 * gdb.mi/user-selected-context-sync.exp: Likewise.
3306
3307 2018-08-19 Michael Spang <spang@google.com>
3308
3309 PR gdb/11786
3310 * gdb.base/gcore-tls-pie.c: New file.
3311 * gdb.base/gcore-tls-pie.exp: New file.
3312
3313 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3314
3315 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3316 * gdb.dwarf2/varval.c: New file.
3317 * gdb.dwarf2/varval.exp: New file.
3318
3319 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3320
3321 PR gdb/18931
3322 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3323
3324 2018-08-16 Keith Seitz <keiths@redhat.com>
3325
3326 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3327 tests expected to pass.
3328
3329 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3330
3331 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3332 -data-disassemble -a.
3333 (test_disassembly_bogus_args): Likewise.
3334
3335 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3338
3339 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 * gdb.base/vla-optimized-out.exp: Add new test.
3342
3343 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3344
3345 * gdb.base/vla-optimized-out-o3.exp: Delete.
3346 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3347 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3348 deleted tests.
3349
3350 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 PR gdb/18050:
3353 * gdb.server/extended-remote-restart.c: New file.
3354 * gdb.server/extended-remote-restart.exp: New file.
3355
3356 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3357
3358 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3359 "set variable index = 42".
3360
3361 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * boards/index-cache-gdb.exp: New file.
3364 * gdb.dwarf2/index-cache.exp: New file.
3365 * gdb.dwarf2/index-cache.c: New file.
3366 * gdb.base/maint.exp: Check if we are using the index cache.
3367
3368 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3369
3370 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3371 MAKEFLAGS.
3372
3373 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3374
3375 * dg-extract-results.sh: Move to toplevel contrib.
3376 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3377 * Makefile.in (check-parallel-racy): Likewise.
3378
3379 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3382 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3383 tests if the target supports scheduler locking.
3384
3385 2018-08-04 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3388
3389 2018-08-02 Tom Tromey <tom@tromey.com>
3390
3391 PR symtab/16842.
3392 * gdb.cp/temargs.exp: Test "info address" of a template
3393 parameter.
3394
3395 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3396
3397 * gdb.python/py-mi-var-info-path-expression.c: New file.
3398 * gdb.python/py-mi-var-info-path-expression.py: New file.
3399 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3400
3401 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3402
3403 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3404 error after "cannot resolve name" string.
3405
3406 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3409 started.
3410 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3411
3412 2018-07-28 Tom de Vries <tdevries@suse.de>
3413
3414 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3415
3416 2018-07-26 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3419
3420 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3423 is visible.
3424
3425 2018-07-26 Tom de Vries <tdevries@suse.de>
3426
3427 PR breakpoints/23366
3428 * gdb.base/catch-follow-exec.c: New test.
3429 * gdb.base/catch-follow-exec.exp: New file.
3430
3431 2018-07-25 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3434 vla-optimized-out.c.
3435
3436 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3437
3438 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3439 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3440
3441 2018-07-20 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3444 NOCLONE macro.
3445 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3446
3447 2018-07-19 Tom de Vries <tdevries@suse.de>
3448
3449 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3450 regular expression.
3451
3452 2018-07-18 Tom de Vries <tdevries@suse.de>
3453
3454 * gdb.base/vla-optimized-out.c: New test.
3455 * gdb.base/vla-optimized-out.exp: New file.
3456
3457 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3460 message "No address associated with hostname" when gdbserver
3461 cannot resolve the hostname.
3462
3463 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3464
3465 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3466 Add some test prefixes to make tests unique.
3467
3468 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3469
3470 * gdb.base/frameapply.c: New file.
3471 * gdb.base/frameapply.exp: New file.
3472
3473 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.base/skip.exp: Update expected error message.
3476
3477 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3478 Jan Kratochvil <jan.kratochvil@redhat.com>
3479 Paul Fertser <fercerpav@gmail.com>
3480 Tsutomu Seki <sekiriki@gmail.com>
3481
3482 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3483 parameter.
3484 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3485 by default.
3486 * boards/native-gdbserver.exp: Likewise.
3487 * gdb.server/run-without-local-binary.exp: Improve regexp used
3488 for detecting when a remote debugging connection succeeds.
3489 * gdb.server/server-connect.exp: New file.
3490 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3491 Do not prefix the port number with ":".
3492 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3493 support for detecting and using it. Add '$debughost_gdbserver'
3494 to the list of arguments used to start gdbserver. Handle case
3495 when gdbserver cannot resolve a network name.
3496
3497 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3498
3499 PR c++/23373
3500 * gdb.base/ptype-offsets.cc (struct static_member): New
3501 struct.
3502 (main) <stmember>: New variable.
3503 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3504 with a static member in it.
3505
3506 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3509 watchpoints enabled and disabled.
3510
3511 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.base/examine-backward.exp: Still run tests around address
3514 0x0, even if address 0x0 is not readable. Update the pattern for
3515 matching address 0x0 in expected output.
3516
3517 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3520 malloc/free.
3521
3522 2018-07-04 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3525
3526 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3527
3528 PR tdep/8282
3529 * gdb.arch/mips-disassembler-options.exp: New test.
3530 * gdb.arch/mips-disassembler-options.s: New test source.
3531
3532 2018-06-29 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.threads/names.exp: Adjust expected "info threads" output.
3535
3536 2018-06-29 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.opt/inline-break.exp (line number, address): Add "info
3539 break" tests.
3540
3541 2018-06-29 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3544 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3545 number and address and running to them.
3546
3547 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3548
3549 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3550
3551 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 * lib/compiler.c: Remove executable permission flag.
3554
3555 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3556
3557 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3558 code.
3559 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3560
3561 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3562
3563 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3564
3565 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3566
3567 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3568 address argument is omitted.
3569
3570 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3571
3572 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3573
3574 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3575
3576 PR gdb/21695
3577 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3578 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3579
3580 2018-06-26 Tom Tromey <tom@tromey.com>
3581
3582 PR rust/22574:
3583 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3584 * gdb.rust/simple.rs (struct SimpleLayout): New.
3585
3586 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3587
3588 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3589 "info registers" output.
3590
3591 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3592
3593 * gdb.base/watchpoint-hw-attach.c: New test.
3594 * gdb.base/watchpoint-hw-attach.exp: New file.
3595
3596 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3597
3598 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3599 through /bin/sh.
3600 * boards/dwarf4-gdb-index.exp: Likewise.
3601 * boards/fission-dwp.exp: Likewise.
3602
3603 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3604
3605 * gdb.base/float128.exp: Add comment and improved fail message
3606 to the failure case of "print large128" test.
3607
3608 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3609
3610 * configure.ac: Remove AC_PREREQ.
3611 * configure: Re-generate.
3612
3613 2018-06-19 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3616 (func_extern_caller): New.
3617 (main): Call func_extern_caller.
3618 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3619 logic change.
3620
3621 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3622
3623 PR gdb/16841
3624 * gdb.cp/typedef-base.cc: New file.
3625 * gdb.cp/typedef-base.exp: New file.
3626
3627 2018-06-18 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3630
3631 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3632 Richard Bunt <Richard.Bunt@arm.com>
3633
3634 * gdb.threads/attach-slow-waitpid.c: New file.
3635 * gdb.threads/attach-slow-waitpid.exp: New file.
3636 * gdb.threads/slow-waitpid.c: New file.
3637
3638 2018-06-14 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.base/fork-running-state.c: Include <errno.h>.
3641 (exit_if_relative_exits): New.
3642 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3643 exits.
3644 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3645 child exits.
3646
3647 2018-06-14 Tom de Vries <tdevries@suse.de>
3648
3649 PR cli/22573
3650 * gdb.base/finish-pretty.c: New test.
3651 * gdb.base/finish-pretty.exp: New file.
3652
3653 2018-06-14 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3656 gdb's expected startup output.
3657
3658 2018-06-14 Pedro Alves <palves@redhat.com>
3659
3660 * lib/selftest-support.exp (selftest_setup): Remove inlined
3661 function handling.
3662
3663 2018-06-14 Tom de Vries <tdevries@suse.de>
3664
3665 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3666 matching of breakpoint printing.
3667
3668 2018-06-13 Tom de Vries <tdevries@suse.de>
3669
3670 PR testsuite/23269
3671 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3672 (fork_child): ... here, and ...
3673 (fork_parent): ... here.
3674
3675 2018-06-12 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3678
3679 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3680 Stephen Roberts <stephen.roberts@arm.com>
3681
3682 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3683 rewrite test to describe action performed, rather than possible
3684 failure.
3685
3686 2018-06-08 Gary Benson <gbenson@redhat.com>
3687
3688 * gdb.threads/check-libthread-db.exp: New file.
3689 * gdb.threads/check-libthread-db.c: Likewise.
3690
3691 2018-06-05 Tom Tromey <tom@tromey.com>
3692
3693 * gdb.base/default.exp: Update expected "show version" output.
3694
3695 2018-06-05 Tom Tromey <tom@tromey.com>
3696
3697 PR cli/12326:
3698 * gdb.cp/static-print-quit.exp: Update.
3699 * lib/gdb.exp (pagination_prompt): Update.
3700 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3701 * gdb.python/python.exp: Update.
3702
3703 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3704
3705 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3706
3707 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3708
3709 * gdb.ada/bp_fun_addr: New testcase.
3710
3711 2018-06-01 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3714 results.
3715 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3716 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3717 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3718 * gdb.base/maint.exp (maint_pass_if): Update.
3719
3720 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3721
3722 * gdb.base/endian.exp: New test.
3723 * gdb.base/endian.c: New test source.
3724
3725 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 PR gdb/23203
3728 * gdb.base/bt-selected-frame.c: New file.
3729 * gdb.base/bt-selected-frame.exp: New file.
3730 * lib/gdb.exp (get_current_frame_number): New function.
3731
3732 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3733 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.threads/tls-core.c: Include <stdlib.h>
3736 (thread_proc): Call `abort'.
3737 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3738 (tls_core_test): New procedure, bits factored out from ...
3739 (top level): ... here. Test both native cores and gcore cores.
3740
3741 2018-05-23 Tom Tromey <tom@tromey.com>
3742
3743 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3744
3745 2018-05-23 Tom Tromey <tom@tromey.com>
3746
3747 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3748 symfile_complaints.
3749 (test_short_complaints): Likewise.
3750 (test_empty_complaints): Likewise.
3751 (test_initial_complaints): Update.
3752
3753 2018-05-23 Tom Tromey <tom@tromey.com>
3754
3755 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3756
3757 2018-05-23 Tom Tromey <tom@tromey.com>
3758
3759 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3760 (test_short_complaints): Update.
3761
3762 2018-05-22 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.base/remote.exp: Only gdb_start after compiling the
3765 testcase. Issue "disconnect" before testing "set remote" command
3766 defaults. Issue clean_restart before running to main.
3767
3768 2018-05-22 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/remote.exp: Adjust expected output of "show remote
3771 memory-write-packet-size". Add tests for "set remote
3772 memory-write-packet-size 0" and "set remote
3773 memory-write-packet-size fixed/limit".
3774
3775 2018-05-22 Pedro Alves <palves@redhat.com>
3776
3777 PR gdb/22973
3778 * gdb.base/utf8-identifiers.c: New file.
3779 * gdb.base/utf8-identifiers.exp: New file.
3780
3781 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3782
3783 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3784
3785 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3786
3787 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3788
3789 2018-05-18 Tom Tromey <tom@tromey.com>
3790
3791 * gdb.base/ptype-offsets.exp: Update.
3792
3793 2018-05-17 Keith Seitz <keiths@redhat.com>
3794
3795 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3796 in expected breakpoint stop locations.
3797 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3798 move to proper scope to test variable values.
3799 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3800 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3801 New functions.
3802 (main): Call not_inline_func3.
3803 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3804 inline_func1, inline_func2, and inline_func3. Test that when each
3805 breakpoint is hit, GDB properly reports both the stop location
3806 and the backtrace. Repeat tests for temporary breakpoints.
3807
3808 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3809
3810 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3811 rather then trying to access it in determining whether the PID
3812 of `gdbserver' could have been retrieved.
3813
3814 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.arch/amd64-init-x87-values.S: New file.
3817 * gdb.arch/amd64-init-x87-values.exp: New file.
3818
3819 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3820
3821 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3822
3823 2018-05-04 Tom Tromey <tom@tromey.com>
3824
3825 PR python/22730:
3826 * gdb.python/python.exp: Test multi-line execute.
3827
3828 2018-05-04 Tom Tromey <tom@tromey.com>
3829
3830 PR python/22731:
3831 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3832
3833 2018-05-04 Tom Tromey <tom@tromey.com>
3834
3835 PR gdb/11750:
3836 * gdb.base/define.exp: Test defining a user command inside a user
3837 command.
3838 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3839
3840 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3841 Pedro Alves <palves@redhat.com>
3842
3843 PR breakpoints/19806 and support for PR external/20207.
3844 * gdb.base/watchpoint-unaligned.c: New file.
3845 * gdb.base/watchpoint-unaligned.exp: New file.
3846
3847 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.base/maint.exp: Make test names unique, use
3850 test_prefix_command_help to test 'help maint info', and remove
3851 repeated test of 'help maint'.
3852
3853 2018-05-04 Tom Tromey <tom@tromey.com>
3854
3855 PR gdb/22619:
3856 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3857 behavior.
3858
3859 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/maint.exp: Process output from 'maint print registers'
3862 line at a time.
3863
3864 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3865
3866 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3867 timeout.
3868
3869 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3872 filter pattern.
3873
3874 2018-05-02 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3877 to_log_command renames.
3878 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3879
3880 2018-05-02 Tom Tromey <tom@tromey.com>
3881
3882 * gdb.python/py-parameter.exp: Set test message.
3883
3884 2018-05-02 Tom Tromey <tom@tromey.com>
3885
3886 PR python/20084:
3887 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3888 PARAM_ZUINTEGER_UNLIMITED tests.
3889
3890 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3891
3892 PR rust/23124
3893 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3894 when casting.
3895
3896 2018-04-30 Tom Tromey <tom@tromey.com>
3897
3898 * gdb.python/py-type.exp: Check align attribute.
3899 * gdb.python/py-type.c: New "aligncheck" global.
3900
3901 2018-04-30 Tom Tromey <tom@tromey.com>
3902
3903 PR exp/17095:
3904 * gdb.dwarf2/dw2-align.exp: New file.
3905 * gdb.cp/align.exp: New file.
3906 * gdb.base/align.exp: New file.
3907 * lib/gdb.exp (gdb_int128_helper): New proc.
3908 (has_int128_c, has_int128_cxx): New caching procs.
3909
3910 2018-04-27 Tom Tromey <tom@tromey.com>
3911
3912 PR rust/22545:
3913 * gdb.rust/simple.exp: Add inclusive range tests.
3914
3915 2018-04-26 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3918 ifunc breakpoint locations correctly of ifunc breakpoints set
3919 while the program resolves the ifunc.
3920
3921 2018-04-26 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.base/gnu-ifunc-final.c: New file.
3924 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3925 * gdb.base/gnu-ifunc.exp (executable): Delete.
3926 (staticexecutable): Adjust.
3927 (lib_opts, exec_opts): Delete.
3928 (make_binsuffix, build, set-break): New procedures.
3929 (misc_tests): New, with tests factored out from the top level.
3930 (top level): Test different combinations of ifunc resolver name,
3931 resolver with and with debug info, and ifunc target with and
3932 without debug info. Wrap static tests with with_target_prefix.
3933
3934 2018-04-26 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3937 return type" warnings.
3938
3939 2018-04-25 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3942 killed".
3943 * gdb.base/kill-after-signal.exp: Likewise.
3944 * gdb.threads/kill.exp: Likewise.
3945
3946 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3947 Sergio Durigan Junior <sergiodj@redhat.com>
3948 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3951 regexps to expect for '[Inferior ... detached]' as well.
3952 * gdb.base/attach.exp: Likewise.
3953 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3954 "gdb_continue_to_end".
3955 (test_catch_syscall_with_wrong_args): Likewise.
3956 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3957 ']'. Don't set 'verbose' on.
3958 * gdb.base/foll-vfork.exp: Likewise.
3959 * gdb.base/fork-print-inferior-events.c: New file.
3960 * gdb.base/fork-print-inferior-events.exp: New file.
3961 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3962 '[Inferior ... has been killed]' message.
3963 * gdb.base/kill-after-signal.exp: Likewise.
3964 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3965 detach message.
3966 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3967 message.
3968 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3969 regexps to expect for '[Inferior ... detached]' as well.
3970 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3971
3972 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3973
3974 PR gdb/23104
3975 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3976
3977 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3978
3979 * gdb.threads/multiple-successive-infcall.c: New test.
3980 * gdb.threads/multiple-successive-infcall.exp: New file.
3981
3982 2018-04-17 Tom Tromey <tom@tromey.com>
3983
3984 * gdb.rust/simple.rs (Union): New type.
3985 (main): New local "u".
3986 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3987
3988 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3989
3990 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3991 number information in output of "whereis" command.
3992 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3993
3994 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3995
3996 * gdb.ada/info_types.exp: Adjust expected output to the line
3997 numbers now printed by "info var/func/type".
3998 * gdb.base/completion.exp: Likewise.
3999 * gdb.base/included.exp: Likewise.
4000 * gdb.cp/cp-relocate.exp: Likewise.
4001 * gdb.cp/cplusfuncs.exp: Likewise.
4002 * gdb.cp/namespace.exp: Likewise.
4003 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4004
4005 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4006
4007 * gdb.btrace/cpu.exp: New.
4008
4009 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4010
4011 * gdb.base/step-indirect-call-thunk.exp: New.
4012 * gdb.base/step-indirect-call-thunk.c: New.
4013 * gdb.reverse/step-indirect-call-thunk.exp: New.
4014 * gdb.reverse/step-indirect-call-thunk.c: New.
4015
4016 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4017
4018 * gdb.base/pie-fork.c: New file.
4019 * gdb.base/pie-fork.exp: New file.
4020
4021 2018-04-11 Tom Tromey <tom@tromey.com>
4022
4023 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4024
4025 2018-04-10 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4028 exits. Instead loop running forever.
4029 (fork_parent): Run forever too.
4030
4031 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4032
4033 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4034 mi_continue_to_line.
4035 * gdb.mi/mi-stack.c (callee4): Add comment.
4036
4037 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4038
4039 * gdb.mi/mi-stack.exp: Fix indentation.
4040
4041 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4042
4043 PR gdb/22979
4044 * gdb.arch/amd64-osabi.exp: New file.
4045
4046 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4047
4048 PR gdb/22980
4049 * gdb.base/osabi.exp: New file.
4050
4051 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4052
4053 * gdb.cp/static-typedef-print.exp: New file.
4054 * gdb.cp/static-typedef-print.cc: New file.
4055
4056 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdb.ada/varsize_limit: New testcase.
4059
4060 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4063
4064 * gdb.ada/notcplusplus: New testcase.
4065
4066 * gdb.base/c-linkage-name.c: New file.
4067 * gdb.base/c-linkage-name.exp: New testcase.
4068
4069 2018-03-26 Tom Tromey <tom@tromey.com>
4070
4071 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4072 * gdb.python/py-framefilter.py (name_error): New global.
4073 (ErrorInName.function): Use name_error.
4074
4075 2018-03-26 Tom Tromey <tom@tromey.com>
4076
4077 PR backtrace/15582:
4078 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4079
4080 2018-03-23 Keith Seitz <keiths@redhat.com>
4081
4082 PR c++/22968
4083 * gdb.cp/subtypes.exp: New file.
4084 * gdb.cp/subtypes.h: New file.
4085 * gdb.cp/subtypes.cc: New file.
4086 * gdb.cp/subtypes-2.cc: New file.
4087
4088 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4091 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4092 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4093 -nostartfiles when compiling the test. Confirm that all registers
4094 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4095
4096 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4097
4098 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4099 option, syntax was wrong anyway.
4100 * gdb.arch/arm-disp-step.exp: Likewise.
4101 * gdb.arch/sparc64-regs.exp: Likewise.
4102 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4103 option, syntax was wrong anyway, switch to use
4104 prepare_for_testing.
4105 * gdb.arch/i386-disp-step.exp: Likewise.
4106
4107 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4108
4109 * gdb.ada/exec_changed.exp: Replace "target_info exists
4110 use_gdb_stub" by "use_gdb_stub".
4111 * gdb.ada/start.exp: Likewise.
4112 * gdb.base/async-shell.exp: Likewise.
4113 * gdb.base/attach-pie-misread.exp: Likewise.
4114 * gdb.base/attach-wait-input.exp: Likewise.
4115 * gdb.base/break-entry.exp: Likewise.
4116 * gdb.base/break-interp.exp: Likewise.
4117 * gdb.base/dprintf-detach.exp: Likewise.
4118 * gdb.base/nostdlib.exp: Likewise.
4119 * gdb.base/solib-nodir.exp: Likewise.
4120 * gdb.base/statistics.exp: Likewise.
4121 * gdb.base/testenv.exp: Likewise.
4122 * gdb.mi/mi-exec-run.exp: Likewise.
4123 * gdb.mi/mi-start.exp: Likewise.
4124 * gdb.multi/dummy-frame-restore.exp: Likewise.
4125 * gdb.multi/multi-arch-exec.exp: Likewise.
4126 * gdb.multi/multi-arch.exp: Likewise.
4127 * gdb.multi/tids.exp: Likewise.
4128 * gdb.multi/watchpoint-multi.exp: Likewise.
4129 * gdb.python/py-events.exp: Likewise.
4130 * gdb.threads/attach-into-signal.exp: Likewise.
4131 * gdb.threads/attach-stopped.exp: Likewise.
4132 * gdb.threads/threadapply.exp: Likewise.
4133 * lib/selftest-support.exp: Likewise.
4134
4135 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4136
4137 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4138
4139 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4140
4141 * gdb.perf/template-breakpoints.cc: New file.
4142 * gdb.perf/template-breakpoints.exp: New file.
4143 * gdb.perf/template-breakpoints.py: New file.
4144
4145 2018-03-19 Tom Tromey <tom@tromey.com>
4146
4147 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4148 y0.
4149 * gdb.rust/simple.exp: Test bare identifier form of struct
4150 initializer.
4151
4152 2018-03-19 Tom Tromey <tom@tromey.com>
4153
4154 * gdb.gdb/observer.exp: Remove.
4155
4156 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4157
4158 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4159 "qualified" option when setting breakpoints.
4160 * gdb.trace/backtrace.exp: Likewise.
4161 * gdb.trace/circ.exp: Likewise.
4162 * gdb.trace/collection.exp: Likewise.
4163 * gdb.trace/disconnected-tracing.exp: Likewise.
4164 * gdb.trace/ftrace-lock.exp: Likewise.
4165 * gdb.trace/ftrace.exp: Likewise.
4166 * gdb.trace/infotrace.exp: Likewise.
4167 * gdb.trace/packetlen.exp: Likewise.
4168 * gdb.trace/passc-dyn.exp: Likewise.
4169 * gdb.trace/qtro.exp: Likewise.
4170 * gdb.trace/read-memory.exp: Likewise.
4171 * gdb.trace/report.exp: Likewise.
4172 * gdb.trace/signal.exp: Likewise.
4173 * gdb.trace/status-stop.exp: Likewise.
4174 * gdb.trace/strace.exp: Likewise.
4175 * gdb.trace/tfind.exp: Likewise.
4176 * gdb.trace/trace-break.exp: Likewise.
4177 * gdb.trace/trace-condition.exp: Likewise.
4178 * gdb.trace/trace-mt.exp: Likewise.
4179 * gdb.trace/tstatus.exp: Likewise.
4180 * gdb.trace/tsv.exp: Likewise.
4181 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4182 * gdb.trace/unavailable.exp: Likewise.
4183 * gdb.trace/while-dyn.exp: Likewise.
4184
4185 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4186
4187 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4188 that libinproctrace is copied to the target.
4189
4190 2018-03-14 Tom Tromey <tom@tromey.com>
4191
4192 PR cli/14977:
4193 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4194 a null pointer.
4195 * gdb.base/wchar.exp: Likewise.
4196
4197 2018-03-14 Tom Tromey <tom@tromey.com>
4198
4199 PR cli/19918:
4200 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4201 flag.
4202
4203 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 PR gdb/22841
4206 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4207 "target" to remote_exec.
4208
4209 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4210
4211 PR gdb/22841
4212 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4213 ${board}_upload): Remove.
4214
4215 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4216
4217 * gdb.cp/watch-cp.cc: New test.
4218 * gdb.cp/watch-cp.exp: New file.
4219
4220 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/infcall-nested-structs.exp: New file.
4223 * gdb.base/infcall-nested-structs.c: New file.
4224 * gdb.base/float.exp: Add riscv support.
4225
4226 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4227
4228 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4229 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4230
4231 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4232
4233 * gdb.server/abspath.exp: New file.
4234 * lib/gdb.exp (with_cwd): New procedure.
4235
4236 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4239 use it.
4240 (gdb_is_target_remote_prompt): New proc.
4241 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4242 (gdb_is_target_native): Pass prompt parameter to
4243 gdb_is_target_1.
4244
4245 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4246
4247 * gdb.base/load-command.c: New file.
4248 * gdb.base/load-command.exp: New file.
4249 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4250 (gdb_is_target_1): ...this, and generalize for other targets
4251 than just remote.
4252 (gdb_is_target_remote): Use gdb_is_target_1.
4253 (gdb_is_target_native): use gdb_is_target_1.
4254
4255 2018-02-26 Tom Tromey <tom@tromey.com>
4256
4257 PR python/16497:
4258 * gdb.python/py-framefilter.exp: Update test.
4259
4260 2018-02-26 Tom Tromey <tom@tromey.com>
4261
4262 * gdb.dwarf2/variant.c: New file.
4263 * gdb.dwarf2/variant.exp: New file.
4264
4265 2018-02-26 Tom Tromey <tom@tromey.com>
4266
4267 * gdb.rust/simple.exp: Accept more possible results in enum test.
4268
4269 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4270
4271 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4272 parentheses.
4273
4274 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4275
4276 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4277 name of a variable: $actual_linejj -> $actual_line.
4278
4279 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4280
4281 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4282
4283 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4284
4285 * gdb.btrace/buffer-size.exp: Do not force BTS.
4286
4287 2018-02-14 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4290 getting a "Quit".
4291
4292 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4293
4294 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4295 Fix test name.
4296
4297 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4298
4299 * gdb.cp/m-static.exp: Check type of optimized out static
4300 member.
4301
4302 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4305 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4306
4307 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4308 Leszek Swirski <leszeks@google.com>
4309
4310 * gdb.python/py-prettyprint.c
4311 (struct to_string_returns_value_inner,
4312 struct to_string_returns_value_wrapper): New.
4313 (main): Add tsrvw variable.
4314 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4315 ToStringReturnsValueWrapper): New classes.
4316 (register_pretty_printers): Register new pretty-printers.
4317 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4318 recursive pretty printer.
4319 * gdb.python/py-mi.exp: Likewise.
4320
4321 2018-02-01 Leszek Swirski <leszeks@google.com>
4322
4323 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4324 functions with the same name as an include file are parsed
4325 correctly.
4326
4327 2018-02-01 Yao Qi <yao.qi@linaro.org>
4328
4329 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4330 "\[^\r\n\]*".
4331
4332 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4333
4334 * gdb.arch/powerpc-prologue-frame.s: New file.
4335 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4336 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4337
4338 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4339
4340 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4341
4342 2018-01-30 Pedro Alves <palves@redhat.com>
4343
4344 PR gdb/13211
4345 * gdb.base/interrupt-daemon.c: New.
4346 * gdb.base/interrupt-daemon.exp: New.
4347 * gdb.multi/multi-term-settings.c: New.
4348 * gdb.multi/multi-term-settings.exp: New.
4349
4350 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4351
4352 * gdb.base/break.exp: Save the location where the breakpoint
4353 on break.c:47 was actually inserted when debugging the version
4354 compiled at -O2 and use it in the expected output of the "info
4355 break" test performed soon after.
4356
4357 2018-01-22 Pedro Alves <palves@redhat.com>
4358 Sergio Durigan Junior <sergiodj@redhat.com>
4359
4360 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4361 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4362
4363 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4364
4365 * gdb.base/break-include.c, gdb.base/break-include.inc,
4366 gdb.base/break-include.exp: New files.
4367 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4368 line number now being the actual line number where the breakpoint
4369 was inserted.
4370 * gdb.mi/mi-break.exp: Likewise.
4371 * gdb.mi/mi-reverse.exp: Likewise.
4372 * gdb.mi/mi-simplerun.exp: Ditto.
4373
4374 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4377 varobj.
4378 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4379
4380 2018-01-21 Don Breazeal <donb@codesourcery.com>
4381 Andrew Burgess <andrew.burgess@embecosm.com>
4382
4383 * gdb.mi/basics.c: Add new global.
4384 * gdb.mi/mi-frame-regs.exp: New file.
4385 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4386 case.
4387
4388 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4391 non-parameter, and on an unknown symbol.
4392
4393 2018-01-19 Tom Tromey <tom@tromey.com>
4394
4395 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4396 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4397
4398 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4399
4400 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4401 setrlimit and chdir to int.
4402
4403 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4404
4405 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4406 function.
4407 (my_tend): Likewise.
4408 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4409 rationale of avoiding FP- and vector instructions.
4410
4411 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4412
4413 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4414 "info reg" with "\[ \t\]*".
4415 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4416 "\[ \t\]+".
4417 * gdb.arch/s390-multiarch.exp: Ditto.
4418 * gdb.base/pc-fp.exp: Ditto.
4419 * gdb.reverse/i386-precsave.exp: Ditto.
4420 * gdb.reverse/i386-reverse.exp: Ditto.
4421 * gdb.reverse/i387-env-reverse.exp: Ditto.
4422 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4423
4424 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4425
4426 * lib/gdb.exp (gdb_compile): Re-enable use of
4427 universal_compile_options for languages other than Rust.
4428
4429 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4430
4431 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4432
4433 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4434
4435 PR gdb/16577
4436 * gdb.base/solib-vanish.exp: New.
4437 * gdb.base/solib-vanish-main.c: New.
4438 * gdb.base/solib-vanish-lib1.c: New.
4439 * gdb.base/solib-vanish-lib2.c: New.
4440
4441 2018-01-17 Yao Qi <yao.qi@linaro.org>
4442
4443 * gdb.compile/compile.exp: Match the address printed for
4444 frame in the output of command "bt".
4445
4446 2018-01-15 Tom Tromey <tom@tromey.com>
4447
4448 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4449 compute sp_reg.
4450
4451 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4454 to prepare.
4455 (prepare): Return 0 on error, 1 on success.
4456
4457 2018-01-12 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.base/continue-after-aborted-step-over.c: New.
4460 * gdb.base/continue-after-aborted-step-over.exp: New.
4461
4462 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4463
4464 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4465 options when not creating an executable.
4466
4467 2018-01-11 Pedro Alves <palves@redhat.com>
4468
4469 PR remote/22597
4470 * gdb.server/stop-reply-no-thread.c: New file.
4471 * gdb.server/stop-reply-no-thread.exp: New file.
4472
4473 2018-01-10 Pedro Alves <palves@redhat.com>
4474
4475 PR gdb/22670
4476 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4477 functions too. Test setting breakpoints and printing C functions
4478 with no debug info too.
4479 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4480
4481 2018-01-10 Pedro Alves <palves@redhat.com>
4482
4483 PR gdb/22670
4484 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4485 a fail.
4486
4487 2018-01-10 Pedro Alves <palves@redhat.com>
4488
4489 PR gdb/22670
4490 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4491
4492 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4493
4494 * gdb.server/unittest.exp: Match the output in non-development
4495 mode.
4496
4497 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4498
4499 * gdb.gdb/unittest.exp: Match output in non-development mode.
4500
4501 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4502
4503 * gdb.ada/access_tagged_param.exp: Relax expected output
4504 for value of "ObjL" in "continue" to pck.inspect breakpoint
4505 test.
4506
4507 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4508
4509 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4510 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4511
4512 2018-01-05 Pedro Alves <palves@redhat.com>
4513
4514 PR gdb/18653
4515 * gdb.base/libsegfault.exp: New.
4516
4517 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4518
4519 PR gdb/22670
4520 * gdb.ada/access_tagged_param.exp: New file.
4521 * gdb.ada/access_tagged_param/foo.adb: New file.
4522
4523 2018-01-05 Pedro Alves <palves@redhat.com>
4524
4525 PR gdb/22670
4526 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4527 exercise lower case too, and to exercise both full matching and
4528 wild matching.
4529
4530 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.ada/rename_subscript_param: New testcase.
4533
4534 2018-01-05 Jerome Guitton <guitton@adacore.com>
4535
4536 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4537
4538 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4539
4540 * gdb.ada/convvar_comp: New testcase.
4541
4542 2018-01-05 Xavier Roirand <roirand@adacore.com>
4543
4544 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4545 (My_Table): New global variable.
4546 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4547
4548 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4549
4550 PR gdb/22670
4551 * gdb.ada/maint_with_ada: New testcase.
4552
4553 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4554
4555 PR gdb/22670
4556 * gdb.ada/bp_c_mixed_case: New testcase.
4557
4558 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4559
4560 PR gdb/22670
4561 * gdb.ada/complete.exp: Add "complete break ada" test.
4562
4563 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4564
4565 PR gdb/22670
4566 * gdb.ada/info_addr_mixed_case: New testcase.
4567
4568 2018-01-03 Xavier Roirand <roirand@adacore.com>
4569
4570 * gdb.ada/excep_handle.exp: New testcase.
4571 * gdb.ada/excep_handle/foo.adb: New file.
4572 * gdb.ada/excep_handle/pck.ads: New file.
4573
4574 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.base/step-line.c: Add extra empty line in copyright header.
4577 * gdb.base/step-line.inp: Likewise.
4578
4579 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/dyn_stride.exp: Add slice test.
4582
4583 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4584
4585 * gdb.ada/dyn_stride: New testcase.
4586
4587 2017-12-27 Stafford Horne <shorne@gmail.com>
4588
4589 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4590 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4591
4592 2017-12-27 Stafford Horne <shorne@gmail.com>
4593
4594 * gdb.base/reggroups.c: New file.
4595 * gdb.base/reggroups.exp: New file.
4596
4597 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4598
4599 * gdb.dwarf2/ada-valprint-error.c: New file.
4600 * gdb.dwarf2/ada-valprint-error.exp: New file.
4601
4602 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4603
4604 * gdb.ada/assign_arr: New testcase.
4605
4606 2017-12-18 Xavier Roirand <roirand@adacore.com>
4607
4608 * gdb.ada/funcall_ptr: New testcase.
4609
4610 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4611
4612 PR cli/16224
4613 * gdb.base/ptype-offsets.cc: New file.
4614 * gdb.base/ptype-offsets.exp: New file.
4615
4616 2017-12-15 Yao Qi <yao.qi@linaro.org>
4617
4618 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4619 if XML is disabled.
4620
4621 2017-12-15 Xavier Roirand <roirand@adacore.com>
4622
4623 * gdb.ada/same_component_name: New testcase.
4624
4625 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4626
4627 * gdb.ada/str_binop_equal: New testcase.
4628
4629 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.ada/task_switch_in_core: New testcase.
4632
4633 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4634
4635 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4636 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4637 call test_bkpt_qualified.
4638 (test_bkpt_qualified): New proc.
4639
4640 2017-12-13 Pedro Alves <palves@redhat.com>
4641
4642 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4643 Tighten regexp by matching with an anchor.
4644
4645 2017-12-13 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4648 ("expression with namespace"): New set of tests.
4649 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4650 (Nested::Test_NS::qux): New.
4651 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4652 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4653
4654 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.base/server-del-break.c: New file.
4657 * gdb.base/server-del-break.exp: New file.
4658
4659 2017-12-12 Stafford Horne <shorne@gmail.com>
4660
4661 * gdb.xml/tdesc-regs.exp: Add or1k support.
4662
4663 2017-12-12 Stafford Horne <shorne@gmail.com>
4664
4665 * gdb.base/bp-permanent.c: Define nop of or1k.
4666
4667 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4670 output with components being reordered.
4671
4672 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4673
4674 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4675 output with components being reordered.
4676
4677 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4678 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/maint.exp (check for .gdb_index): Check also for
4681 .debug_names.
4682 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4683 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4684 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4685 (.gdb_index used after symbol reloading): Support also .debug_names.
4686 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4687
4688 2017-12-08 Yao Qi <yao.qi@linaro.org>
4689
4690 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4691 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4692
4693 2017-12-08 Yao Qi <yao.qi@linaro.org>
4694
4695 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4696 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4697
4698 2017-12-08 Yao Qi <yao.qi@linaro.org>
4699
4700 * gdb.arch/aarch64-tagged-pointer.c: New file.
4701 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4702
4703 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4704
4705 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4706 "int".
4707
4708 2017-12-07 Keith Seitz <keiths@redhat.com>
4709
4710 PR breakpoints/22569
4711 * gdb.linespec/ls-errs.exp: Change expected result of "break
4712 -source this file has spaces.c -line 3".
4713 Check that an explicit source file followed by whitespace is
4714 identified as an invalid explicit location.
4715
4716 2017-12-07 Keith Seitz <keiths@redhat.com>
4717
4718 * gdb.cp/nested-types.cc: New file.
4719 * gdb.cp/nested-types.exp: New file.
4720 * lib/cp-support.exp: Load data-structures.exp library.
4721 (debug_cp_test_ptype_class): New global.
4722 (cp_ptype_class_verbose, next_line): New procedures.
4723 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4724 Add and document new return value.
4725 Switch the list of lines to a queue.
4726 Add support for new `type' key for nested type definitions.
4727 Add debugging/troubleshooting messages.
4728 * lib/data-structures.exp: New file.
4729
4730 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4733 with proc_with_prefix, don't use with_test_prefix.
4734
4735 2017-12-07 Tom Tromey <tom@tromey.com>
4736
4737 * gdb.base/break.exp: Add test for empty "commands".
4738
4739 2017-12-07 Yao Qi <yao.qi@linaro.org>
4740
4741 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4742 malloc and catch syscall.
4743
4744 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4745
4746 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4747 tests for explicit locations.
4748
4749 2017-12-06 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4752 force-disabling XML descriptions.
4753
4754 2017-12-04 Pedro Alves <palves@redhat.com>
4755
4756 PR gdb/22499
4757 * gdb.arch/amd64-disp-step-avx.S: New file.
4758 * gdb.arch/amd64-disp-step-avx.exp: New file.
4759
4760 2017-12-03 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4763 and <string.h>.
4764 (parent_function): Print distinct messages when waitpid fails, or
4765 the child exits with a signal, or the child exits for an unhandled
4766 reason.
4767 * gdb.threads/process-dies-while-detaching.exp
4768 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4769 it. Wait for both inferior output and GDB's prompt. Use an
4770 indirect spawn id list.
4771 (do_detach): New parameter 'child_exit'. Use it to compute
4772 expected inferior output.
4773 (test_detach, test_detach_watch, test_detach_killed_outside):
4774 Adjust to pass down the expected child exit kind.
4775
4776 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4777 Sergio Durigan Junior <sergiodj@redhat.com>
4778 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4781
4782 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4783
4784 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4785 to 'symbol-file' and 'add-symbol-file' can be
4786 position-independent.
4787
4788 2017-12-01 Yao Qi <yao.qi@linaro.org>
4789
4790 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4791 the URL in copyright header.
4792 * gdb.arch/aarch64-fp.exp: Likewise.
4793 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4794 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4795 * gdb.base/expand-psymtabs.exp: Likewise.
4796 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4797 * gdb.fortran/common-block.exp: Likewise.
4798 * gdb.fortran/common-block.f90: Likewise.
4799 * gdb.fortran/logical.exp: Likewise.
4800 * gdb.fortran/vla-datatypes.f90: Likewise.
4801 * gdb.fortran/vla-sub.f90: Likewise.
4802
4803 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4804
4805 * gdb.ada/repeat_dyn: New testcase.
4806
4807 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4808
4809 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4810 Update for changed thread numbering.
4811 * gdb.cell/bt.exp: Update for changed GDB output.
4812
4813 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4814
4815 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4816 setting isremote by hand.
4817 * boards/dwarf4-gdb-index.exp: Likewise.
4818 * boards/fission.exp: Likewise.
4819 * boards/stabs.exp: Likewise.
4820
4821 2017-11-30 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.linespec/cpls-ops.exp
4824 (check_explicit_skips_function_argument): Extract the underlying
4825 type of size_t instead of hardcoding it.
4826
4827 2017-11-29 Pedro Alves <palves@redhat.com>
4828
4829 PR c++/19436
4830 * gdb.linespec/cpls-abi-tag.cc: New file.
4831 * gdb.linespec/cpls-abi-tag.exp: New file.
4832
4833 2017-11-29 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/langs.exp: Use -qualified.
4836 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4837 it.
4838 * gdb.cp/namespace.exp: Use -qualified.
4839 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4840 (overload-3, template-overload, template-ret-type, const-overload)
4841 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4842 procedures.
4843 (test_driver): Call them.
4844 * gdb.cp/save-bp-qualified.cc: New.
4845 * gdb.cp/save-bp-qualified.exp: New.
4846 * gdb.linespec/explicit.exp: Test -qualified.
4847 * lib/completion-support.exp (completion::explicit_opts_list): Add
4848 "-qualified".
4849 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4850
4851 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4852
4853 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4854
4855 2017-11-29 Tom Tromey <tom@tromey.com>
4856
4857 * gdb.base/relocate.exp: Update invalid argument test.
4858 Add new tests for invalid arguments.
4859
4860 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4861
4862 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4863 Return 0 as a long.
4864 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4865
4866 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4867
4868 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4869 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4870 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4871 func ().
4872 * gdb.cp/shadow.cc (B.func): Return 0.
4873
4874 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4875
4876 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4877 expected output in gdb_expect call to allow the exception
4878 message to be present as well. Fix syntax confusion to avoid
4879 TCL thinking that exception_name is an array.
4880
4881 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4882
4883 * gdb.arch/spu-info.c: Include <unistd.h>.
4884 (do_signal_test): Fix broken calls to write.
4885 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4886 Fix checks for empty mailboxes. Update signal tests for corrected
4887 do_signal_test routine. Allow nonzero event status.
4888 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4889 * gdb.cell/arch.exp: Use standard_output_file.
4890 * gdb.cell/break.exp: Likewise.
4891 * gdb.cell/bt.exp: Likewise.
4892 * gdb.cell/core.exp: Likewise.
4893 * gdb.cell/dwarfaddr.exp: Likewise.
4894 * gdb.cell/ea-cache.exp: Likewise.
4895 * gdb.cell/ea-standalone.exp: Likewise.
4896 * gdb.cell/f-regs.exp: Likewise.
4897 * gdb.cell/fork.exp: Likewise.
4898 * gdb.cell/gcore.exp: Likewise.
4899 * gdb.cell/mem-access.exp: Likewise.
4900 * gdb.cell/ptype.exp: Likewise.
4901 * gdb.cell/registers.exp: Likewise.
4902 * gdb.cell/sizeof.exp: Likewise.
4903 * gdb.cell/solib-symbol.exp: Likewise.
4904 * gdb.cell/solib.exp: Likewise.
4905
4906 2017-11-25 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.base/complete-empty.exp: New file.
4909 * gdb.base/completion.exp: Adjust.
4910
4911 2017-11-25 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.linespec/cpls-ops.cc: New file.
4914 * gdb.linespec/cpls-ops.exp: New file.
4915 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4916 factored out from ...
4917 (test_complete_prefix_range): ... this.
4918
4919 2017-11-24 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.linespec/cpcompletion.exp: New file.
4922 * gdb.linespec/cpls-hyphen.cc: New file.
4923 * gdb.linespec/cpls.cc: New file.
4924 * gdb.linespec/cpls2.cc: New file.
4925 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4926 test to use test_gdb_complete_unique. Add label completion,
4927 keyword completion and explicit location completion tests.
4928 * lib/completion-support.exp: New file.
4929
4930 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4931
4932 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4933 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4934 when hitting an exception catchpoint.
4935
4936 2017-11-22 Yao Qi <yao.qi@linaro.org>
4937
4938 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4939
4940 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4941
4942 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4943 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4944 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4945
4946 2017-11-22 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/info-os.exp: Pass pthreads.
4949 * gdb.multi/multi-attach.exp: Likewise.
4950
4951 2017-11-22 Yao Qi <yao.qi@linaro.org>
4952
4953 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4954 compiler.
4955
4956 2017-11-22 Yao Qi <yao.qi@linaro.org>
4957
4958 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4959 * gdb.base/break-interp.exp: Likewise.
4960 * gdb.base/jit-attach-pie.exp: Likewise.
4961
4962 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4963
4964 * gdb.base/float128.c (large128): New variable.
4965 * gdb.base/float128.exp: Add test to print largest __float128 value.
4966
4967 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4968
4969 * gdb.arch/vsx-regs.exp: Update register content checks.
4970
4971 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4972
4973 * gdb.arch/ppc-longdouble.exp: New file.
4974 * gdb.arch/ppc-longdouble.c: Likewise.
4975
4976 2017-11-21 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4979
4980 2017-11-20 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4983 (long_double_typedef): New typedefs.
4984 Use DEF on double and long double.
4985 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4986 cases.
4987 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4988 and 'long_double_ptr_same_size' locals. Use them to decide
4989 whether cast from array/function to float is valid/invalid.
4990
4991 2017-11-17 Tom Tromey <tom@tromey.com>
4992
4993 * gdb.rust/traits.rs: New file.
4994 * gdb.rust/traits.exp: New file.
4995
4996 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdb.ada/minsyms: New testcase.
4999
5000 2017-11-16 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5003 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5004
5005 2017-11-16 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5008 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5009
5010 2017-11-16 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.server/reconnect-ctrl-c.c: New file.
5013 * gdb.server/reconnect-ctrl-c.exp: New file.
5014
5015 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5016
5017 * gdb.python/py-rbreak.exp: New file.
5018 * gdb.python/py-rbreak.c: New file.
5019 * gdb.python/py-rbreak-func2.c: New file.
5020
5021 2017-11-16 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5024 pattern.
5025 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5026 GDB.
5027
5028 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5029
5030 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5031 regex.
5032
5033 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5034
5035 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5036 test names.
5037
5038 2017-11-09 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5041 factored out from ...
5042 (top level): ... here, and adjusted to avoid expecting beyond the
5043 prompt in a single gdb_test_multiple.
5044
5045 2017-11-09 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5048 output.
5049 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5050 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5051 * gdb.server/ext-run.exp ("kill" test): Likewise.
5052 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5053
5054 2017-11-09 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5057 match till end of line.
5058
5059 2017-11-09 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5062
5063 2017-11-09 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5066 New procedures, factored out from ...
5067 (top level): ... here, and adjusted to avoid expecting beyond the
5068 prompt in one go.
5069
5070 2017-11-09 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5073 output. Fix '?' match.
5074
5075 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5076
5077 * gdb.ada/scoped_watch: New testcase.
5078 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5079 which is actually correct.
5080 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5081 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5082
5083 2017-11-08 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.gdb/complaints.exp (test_initial_complaints)
5086 (test_serial_complaints, test_short_complaints): Call
5087 complaint_internal instead of complaint.
5088
5089 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5090
5091 * gdb.threads/tls-core.c: New file.
5092 * gdb.threads/tls-core.exp: Likewise.
5093
5094 2017-11-08 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5097 (p Exported_Capitalized): New test.
5098 (p exported_capitalized): New test.
5099
5100 2017-11-07 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5103
5104 2017-11-07 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5107 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5108 (disable_invalid, disable_inverted, disable_negative): New
5109 procedures.
5110 ("bad numbers"): New set of tests.
5111
5112 2017-11-07 Pedro Alves <palves@redhat.com>
5113
5114 * gdb.cp/ena-dis-br-range.exp: Add tests.
5115
5116 2017-11-07 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5119
5120 2017-11-07 Xavier Roirand <roirand@adacore.com>
5121 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.base/ena-dis-br.exp: Add reference to
5124 gdb.cp/ena-dis-br-range.exp.
5125 * gdb.cp/ena-dis-br-range.exp: New file.
5126 * gdb.cp/ena-dis-br-range.cc: New file.
5127
5128 2017-11-06 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/attach-non-pgrp-leader.c: New.
5131 * gdb.base/attach-non-pgrp-leader.exp: New.
5132
5133 2017-11-06 Pedro Alves <palves@redhat.com>
5134
5135 * configure.ac: No longer check for termio.h and sgtty.h.
5136 * configure: Regenerate.
5137 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5138 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5139 Remove termio and sgtty code.
5140
5141 2017-11-03 Yao Qi <yao.qi@linaro.org>
5142
5143 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5144 in GDB is disabled.
5145
5146 2017-11-03 Yao Qi <yao.qi@linaro.org>
5147
5148 * gdb.python/py-thrhandle.exp: Skip it if python is not
5149 enabled.
5150
5151 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5152
5153 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5154 as a breakpoint command.
5155
5156 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5157
5158 PR python/21213
5159 * gdb.python/py-infthread.exp: Test calling
5160 InferiorThread.inferior () multiple times in a row.
5161
5162 2017-10-27 Keith Seitz <keiths@redhat.com>
5163
5164 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5165 Test "info break" for every inlined function breakpoint.
5166
5167 2017-10-27 Yao Qi <yao.qi@linaro.org>
5168
5169 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5170
5171 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5172
5173 * gdb.cp/classes.exp (test_static_members): Test printing
5174 Outer::instance.
5175 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5176 (Inner::instance, Outer::instance): New.
5177
5178 2017-10-24 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5181 extra console" test in two stages.
5182
5183 2017-10-24 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5186
5187 2017-10-24 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5190 loop.
5191
5192 2017-10-24 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5195 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5196
5197 2017-10-24 Pedro Alves <palves@redhat.com>
5198
5199 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5200 parameter and handle it. Don't output read value in test name.
5201
5202 2017-10-24 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5205 custom test name.
5206
5207 2017-10-24 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5210 include the unstable output directory name in the test's name.
5211 (initial_setup_simple) <'set args'>: Use custom test name.
5212
5213 2017-10-24 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5216 with explicit test name.
5217
5218 2017-10-20 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5221 'wait -i'. Use gdb_assert and remote_close.
5222
5223 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5226 number from variable rather than hard-coded.
5227
5228 2017-10-19 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/long-inferior-output.c: New file.
5231 * gdb.base/long-inferior-output.exp: New file.
5232
5233 2017-11-18 Keith Seitz <keiths@redhat.com>
5234
5235 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5236 method.
5237 (main): Call it.
5238 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5239 Add additional user-defined conversion operator tests.
5240
5241 2017-10-17 Pedro Alves <palves@redhat.com>
5242
5243 * boards/native-stdio-gdbserver.exp: Load "local-board".
5244
5245 2017-10-17 Pedro Alves <palves@redhat.com>
5246
5247 * gdb.base/quit-live.c: New file.
5248 * gdb.base/quit-live.exp: New file.
5249
5250 2017-10-16 Keith Seitz <keiths@redhat.com>
5251
5252 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5253 (class_with_protected_typedef, class_with_private_typedef)
5254 (struct_with_public_typedef, struct_with_protected_typedef)
5255 (struct_with_private_typedef): New classes/structs.
5256 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5257 typedefs and access specifiers.
5258
5259 2017-10-16 Pedro Alves <palves@redhat.com>
5260 Simon Marchi <simon.marchi@polymtl.ca>
5261
5262 * README (Local vs Remote vs Native): New section.
5263 * boards/local-board.exp: New file, with bits factored out from
5264 ...
5265 * boards/native-extended-gdbserver.exp: ... here. Load
5266 "local-board".
5267 * boards/native-gdbserver.exp: Load "local-board".
5268 (${board}_spawn, ${board}_exec): Delete.
5269 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5270 ...
5271 * boards/stdio-gdbserver-base.exp: ... this new file.
5272 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5273 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5274 procedure.
5275 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5276 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5277 stdio_gdbserver_command.
5278 (${board}_get_remote_address, ${board}_get_comm_port)
5279 (${board}_download, ${board}_upload): Delete.
5280 (get_target_remote_pipe_cmd): New.
5281
5282 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5283
5284 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5285 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5286 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5287 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5288 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5289 remove with_test_prefix.
5290
5291 2017-10-13 Pedro Alves <palves@redhat.com>
5292
5293 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5294 * gdb.base/annota1.exp: Use it instead of is_remote.
5295 * gdb.base/annota3.exp: Use it instead of is_remote.
5296 * gdb.cp/annota2.exp: Use it instead of is_remote.
5297 * gdb.cp/annota3.exp: Use it instead of is_remote.
5298 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5299
5300 2017-10-13 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5303 (test_num_test_vars, run_and_count_vars, find_env)
5304 (test_set_unset_env, test_inherit_env_var): New procedures.
5305 (top level): Use them.
5306
5307 2017-10-13 Pedro Alves <palves@redhat.com>
5308
5309 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5310 also skip on stub-like targets.
5311
5312 2017-10-13 Pedro Alves <palves@redhat.com>
5313
5314 PR gdb/22293
5315 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5316 (top level): Move some tests to ...
5317 (test_not_found): ... this new procedure.
5318 (top level): Call it.
5319
5320 2017-10-13 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5323 expect different "info terminal" output if testing with a
5324 non-native target.
5325
5326 2017-10-13 Pedro Alves <palves@redhat.com>
5327 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 PR python/12966
5330 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5331
5332 2017-10-13 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5335 already.
5336
5337 2017-10-13 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5340 is_remote.
5341
5342 2017-10-13 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5345 is_remote.
5346
5347 2017-10-13 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5350 is set.
5351 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5352 instead of is_remote.
5353
5354 2017-10-13 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5357 (top level): Add comment.
5358
5359 2017-10-13 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/remote.exp (top level): Fix comment typo and add
5362 missing return.
5363
5364 2017-10-13 Pedro Alves <palves@redhat.com>
5365 Simon Marchi <simon.marchi@polymtl.ca>
5366
5367 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5368 calls and add comments. Skip test if use_gdb_stub is set.
5369 (top level): Use "set cwd" command instead of "cd" command.
5370
5371 2017-10-13 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5374 is_remote target check.
5375
5376 2017-10-13 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/scope.exp: Use build_executable + clean_restart +
5379 gdb_file_cmd instead of prepare_for_testing and no longer skip
5380 "before run" tests on is_remote target boards. Update comments.
5381 * boards/native-extended-gdbserver.exp
5382 (extended_gdbserver_load_last_file): New, factored out from ...
5383 (gdb_load): ... this. Move further below and add comment.
5384 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5385
5386 2017-10-12 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/attach.exp: Remove references to gdb64.
5389 * gdb.base/dbx.exp: Remove references to gdb64.
5390
5391 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5392 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/label.exp: Remove is_remote target check.
5395
5396 2017-10-12 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/auvx.exp (coredir): Update comment.
5399 (top level) <core_works>: Use "set cwd" command instead of "cd"
5400 command.
5401
5402 2017-10-12 Pedro Alves <palves@redhat.com>
5403 Simon Marchi <simon.marchi@polymtl.ca>
5404
5405 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5406 target boards.
5407
5408 2017-10-12 Pedro Alves <palves@redhat.com>
5409 Simon Marchi <simon.marchi@polymtl.ca>
5410
5411 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5412 Instead skip if there's any gdb_protocol set.
5413
5414 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5415 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5418
5419 2017-10-12 Pedro Alves <palves@redhat.com>
5420 Simon Marchi <simon.marchi@polymtl.ca>
5421
5422 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5423 instead of on dejagnu remote boards.
5424
5425 2017-10-12 Pedro Alves <palves@redhat.com>
5426 Simon Marchi <simon.marchi@polymtl.ca>
5427
5428 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5429 checks. Use build_executable + clean_restart instead of
5430 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5431 of enabling non-stop after starting gdb.
5432
5433 2017-10-12 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5436 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5437 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5438 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5439
5440 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5441
5442 * gdb.arch/arc-tdesc-cpu.exp: New file.
5443 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5444
5445 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5448
5449 2017-10-10 Pedro Alves <palves@redhat.com>
5450
5451 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5452 expect CLI output.
5453
5454 2017-10-10 Pedro Alves <palves@redhat.com>
5455
5456 * lib/selftest-support.exp (selftest_setup): Update for
5457 captured_command_loop's prototype change.
5458
5459 2017-10-09 Pedro Alves <palves@redhat.com>
5460
5461 Test both arch1=>arch2 and arch2=>arch1.
5462
5463 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5464 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5465 factored out to...
5466 (append_arch1_options, append_arch2_options, append_arch_options)
5467 (build_executables): New procedures.
5468 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5469 local.
5470 (top level): Add new 'first_arch' testing axis.
5471
5472 2017-10-09 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5475 (barrier): New.
5476 (thread_start, all_started): New functions.
5477 (main): Spawn new thread and wait until it is scheduled.
5478 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5479 option.
5480 (do_test): Add 'selected_thread' parameter. Run to all_started
5481 instead of main. Explicitly set the breakpoint at main. Switch
5482 to the SELECTED_THREAD thread.
5483 (top level): Test handling the exec event with either the main
5484 thread or the second thread selected.
5485
5486 2017-10-09 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5489 logic. Move STOP marker after the value checks.
5490 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5491 regexp.
5492
5493 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5494
5495 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5496
5497 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5498
5499 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5500 integer-to-dfp conversion.
5501 * gdb.base/dfp-test.exp: Likewise.
5502
5503 2017-10-04 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.multi/hangout.c: Include <unistd.h>.
5506 (hangout_loop): New function.
5507 (main): Call alarm. Call hangout_loop in a loop.
5508 * gdb.multi/hello.c: Include <unistd.h>.
5509 (hello_loop): New function.
5510 (main): Call alarm. Call hangout_loop in a loop.
5511 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5512 inferior with the other selected.
5513
5514 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5515
5516 * gdb.mi/list-thread-groups-available.exp: New file.
5517 * gdb.mi/list-thread-groups-available.c: New file.
5518
5519 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.base/set-cwd.exp: Make it available on
5522 native-extended-gdbserver.
5523
5524 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5525
5526 * gdb.base/set-cwd.c: New file.
5527 * gdb.base/set-cwd.exp: Likewise.
5528
5529 2017-10-02 Tom Tromey <tom@tromey.com>
5530
5531 PR rust/22236:
5532 * gdb.rust/simple.rs (main): New variable "fslice".
5533 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5534
5535 2017-10-02 Tom Tromey <tom@tromey.com>
5536
5537 * gdb.rust/simple.exp: Test ptype of a slice.
5538
5539 2017-10-02 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.rust/simple.exp: Test index of slice.
5542
5543 2017-09-27 Tom Tromey <tom@tromey.com>
5544
5545 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5546
5547 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5548 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.base/compare-sections.exp (get value of read-only section): Read
5551 as unsigned value.
5552 (corrupt read-only section): Likewise and don't set written if patching
5553 failed.
5554
5555 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5556
5557 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5558 files.
5559
5560 2017-09-20 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5563 symbol names in gdb's output.
5564 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5565
5566 2017-09-20 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5569 Rename to ...
5570 (test_list_ambiguous_symbol): ... this and add a symbol name
5571 parameter. Adjust.
5572 (test_list_ambiguous_function): Reimplement on top of
5573 test_list_ambiguous_symbol and also test listing ambiguous
5574 variables.
5575 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5576 (ambiguous_fun): ... this.
5577 (ambiguous_var): New.
5578 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5579 (ambiguous_fun): ... this.
5580 (ambiguous_var): New.
5581
5582 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5583
5584 * gdb.base/starti.c: New file.
5585 * gdb.base/starti.exp: New file.
5586 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5587
5588 2017-09-14 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5591 (top level): Use it instead of runto.
5592
5593 2017-09-11 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5596
5597 2017-09-11 Tom Tromey <tom@tromey.com>
5598
5599 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5600 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5601
5602 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5603
5604 * gdb.fortran/printing-types.exp: New file.
5605 * gdb.fortran/printing-types.exp: New file.
5606
5607 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5608
5609 * gdb.fortran/vla-ptype.exp: Fix typos.
5610 * gdb.fortran/vla-value.exp: Same.
5611
5612 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5613
5614 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5615 * gdb.mi/mi-var-child-f.exp: Likewise.
5616 * gdb.mi/mi-vla-fortran.exp: Likewise.
5617
5618 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5619 Christoph Weinmann <christoph.t.weinmann@intel.com>
5620 Bernhard Heckel <bernhard.heckel@intel.com>
5621
5622 * gdb.fortran/ptr-indentation.f90: New file.
5623 * gdb.fortran/ptr-indentation.exp: New file.
5624
5625 2017-09-05 Tom Tromey <tom@tromey.com>
5626
5627 PR gdb/22010:
5628 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5629
5630 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5631
5632 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5633
5634 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.threads/tls-nodebug-pie.c: New file.
5637 * gdb.threads/tls-nodebug-pie.exp: New file.
5638
5639 2017-09-05 Tom Tromey <tom@tromey.com>
5640
5641 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5642 for rust.
5643
5644 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5645
5646 * gdb.multi/multi-arch-exec.exp: Test with different
5647 "follow-exec-mode" settings.
5648 (do_test): New procedure.
5649
5650 2017-09-04 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/func-static.c (S::method const, S::method volatile)
5653 (S::method volatile const): New methods.
5654 (c_s, v_s, cv_s): New instances.
5655 (main): Call method() on them.
5656 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5657 (cannot_resolve): New procedure.
5658 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5659 print-quote-unquoted columns.
5660 (do_test): Test printing each scope too.
5661
5662 2017-09-04 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/local-static.exp: Also test with
5665 class::method::variable wholly quoted.
5666 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5667
5668 2017-09-04 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/local-static.c: New.
5671 * gdb.base/local-static.cc: New.
5672 * gdb.base/local-static.exp: New.
5673
5674 2017-09-04 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.asm/asm-source.exp: Add casts to int.
5677 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5678 (dataglobal64_1, dataglobal64_2): New globals.
5679 * gdb.base/nodebug.exp: Test different expressions involving the
5680 new globals, with print, whatis and ptype. Add casts to int.
5681 * gdb.base/solib-display.exp: Add casts to int.
5682 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5683 * gdb.cp/m-static.exp: Add cast to int.
5684 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5685 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5686 tls variable with no debug info without a cast. Test with a cast
5687 to int too.
5688 * gdb.trace/entry-values.exp: Add casts.
5689
5690 2017-09-04 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/nodebug.exp: Test that ptype's error about functions
5693 with unknown return type includes the function name too.
5694
5695 2017-09-04 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5698 return type of munmap in infcall.
5699 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5700 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5701 type of ftell in infcall.
5702 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5703 type of getpid in infcall.
5704 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5705 infcall.
5706 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5707 Bail on failure to extract the pid.
5708 * gdb.base/nodebug.c: #include <stdint.h>.
5709 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5710 New functions.
5711 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5712 Change expected output of print/whatis/ptype with functions with
5713 no debug info. Test all supported languages. Call
5714 test_call_promotion.
5715 * gdb.compile/compile.exp: Adjust expected output to expect
5716 warning.
5717 * gdb.threads/siginfo-threads.exp: Likewise.
5718
5719 2017-09-04 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5722 "prototypes". Test calling float functions via prototyped and
5723 unprototyped function pointers.
5724 (perform_all_tests): New parameter "prototypes". Pass it down.
5725 (top level): Pass down "prototypes" parameter to
5726 perform_all_tests.
5727
5728 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5729
5730 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5731 Test with nested loops.
5732
5733 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.base/commands.exp: Call the new procedures.
5736 (loop_break_test, loop_continue_test): New procedures.
5737
5738 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.base/commands.exp: Call new procedure.
5741 (define_if_without_arg_test): New procedure.
5742
5743 2017-09-04 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/list-ambiguous.exp: New file.
5746 * gdb.base/list-ambiguous0.c: New file.
5747 * gdb.base/list-ambiguous1.c: New file.
5748 * gdb.base/list.exp (test_list_range): Adjust expected output.
5749
5750 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5751
5752 * gdb.base/share-env-with-gdbserver.c: New file.
5753 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5754
5755 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 * gdb.base/commands.exp (gdbvar_simple_if_test,
5758 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5759 progvar_simple_if_test, progvar_simple_while_test,
5760 progvar_complex_if_while_test, user_defined_command_test,
5761 user_defined_command_args_eval,
5762 user_defined_command_args_stack_test,
5763 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5764 temporary_breakpoint_commands,
5765 gdb_test_no_prompt, redefine_hook_test,
5766 redefine_backtrace_test): Remove "global gdb_prompt".
5767
5768 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5769
5770 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5771 New proc, call it from toplevel.
5772
5773 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 PR remote/21852
5776 * gdb.server/normal.c: New file, copied from gdb.base.
5777 * gdb.server/run-without-local-binary.exp: New file.
5778
5779 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5780
5781 * gdb.arch/sparc64-adi.exp: New file.
5782 * gdb.arch/sparc64-adi.c: New file.
5783
5784 2017-08-22 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5787 (top level): Add "list all overloads" tests.
5788
5789 2017-08-22 Tom Tromey <tom@tromey.com>
5790
5791 * gdb.gdb/xfullpath.exp: Remove.
5792
5793 2017-08-21 Pedro Alves <palves@redhat.com>
5794
5795 PR gdb/19487
5796 * gdb.base/symbol-alias.c: New.
5797 * gdb.base/symbol-alias2.c: New.
5798 * gdb.base/symbol-alias.exp: New.
5799
5800 2017-08-21 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/dfp-test.c
5803 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5804 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5805 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5806 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5807 * gdb.base/whatis-ptype-typedefs.c: New.
5808 * gdb.base/whatis-ptype-typedefs.exp: New.
5809 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5810 (an_int, an_int_type, an_int_type2): New globals.
5811 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5812 involving typedefs and cast expressions.
5813 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5814 (lookup_typedefs_function): New.
5815 (typedefs_pretty_printers_dict): New.
5816 (top level): Register lookup_typedefs_function in
5817 gdb.pretty_printers.
5818
5819 2017-08-18 Yao Qi <yao.qi@linaro.org>
5820
5821 * gdb.server/unittest.exp: New.
5822
5823 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5824
5825 PR gdb/21954
5826 * gdb.base/environ.exp: Add test to check if 'unset environment'
5827 works.
5828
5829 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5830
5831 * lib/gdb.exp (universal_compile_options): New caching proc.
5832 (gdb_compile): Suppress GCC's coloring of messages.
5833
5834 2017-08-14 Tom Tromey <tom@tromey.com>
5835
5836 PR gdb/21675:
5837 * gdb.base/printcmds.exp (test_radices): New function.
5838 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5839 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5840 * lib/gdb.exp (get_integer_valueof): Use p/d.
5841
5842 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5843
5844 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5845 characters.
5846
5847 2017-08-05 Tom Tromey <tom@tromey.com>
5848
5849 * gdb.rust/simple.exp: Allow String to appear in a different
5850 namespace.
5851
5852 2017-07-26 Yao Qi <yao.qi@linaro.org>
5853
5854 * gdb.gdb/unittest.exp: Invoke command
5855 "maintenance check xml-descriptions".
5856
5857 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5858
5859 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5860 calling context.
5861 (hex128): Drop erroneous calculation of parameters.
5862
5863 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.python/py-unwind.exp: Disable stack protection when
5866 building test file.
5867
5868 2017-07-20 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.base/default.exp (set language): Adjust expected output.
5871
5872 2017-07-20 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5875 (test_minsym): ... this, and make static.
5876 (get_pck__foo__bar__minsym): Rename to ...
5877 (get_test_minsym): ... this.
5878 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5879 symbol names and comments.
5880 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5881 (get_test_minsym): ... this.
5882 (pck__foo__bar__minsym__2): Rename to ...
5883 (test_minsym): ... this.
5884 (main): Adjust.
5885
5886 2017-07-17 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/completion.exp: Adjust expected output.
5889 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5890 the completer works.
5891
5892 2017-07-17 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5895
5896 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5899
5900 2017-07-14 Tom Tromey <tom@tromey.com>
5901
5902 PR rust/21764:
5903 * gdb.rust/simple.exp: Add tests.
5904
5905 2017-07-14 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5908
5909 2017-07-14 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.linespec/base/one/thefile.cc (z1): New function.
5912 * gdb.linespec/base/two/thefile.cc (z2): New function.
5913 * gdb.linespec/linespec.exp: Add tests.
5914
5915 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5918 to mi_create_breakpoint.
5919
5920 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5921
5922 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5923 mi_create_breakpoint.
5924
5925 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5926
5927 * gdb.dlang/demangle.exp: Update for demangling changes.
5928
5929 2017-07-09 Tom Tromey <tom@tromey.com>
5930
5931 * gdb.dwarf2/shortpiece.exp: New file.
5932
5933 2017-07-06 David Blaikie <dblaikie@gmail.com>
5934
5935 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5936 built from fissiont-multi-cu{1,2}.c.
5937 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5938 except putting 'main' and 'func' in separate CUs in the same DWO file.
5939 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5940 test.
5941 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5942 test.
5943
5944 2017-07-06 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.python/py-unwind.exp: Test flushregs.
5947
5948 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5949
5950 PR cli/21688
5951 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5952 tests for alias commands and trailing whitespace.
5953
5954 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5955
5956 PR cli/21688
5957 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5958 procedure. Call it.
5959
5960 2017-06-29 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/printcmds.exp: Add tests.
5963
5964 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5965
5966 PR gdb/21337
5967 * gdb.base/reread-readsym.exp: New file.
5968 * gdb.base/reread-readsym.c: New file.
5969
5970 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5971
5972 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5973 subpattern.
5974
5975 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5976
5977 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5978 extended mnemonic.
5979 * gdb.arch/powerpc-power9.s: Likewise.
5980
5981 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5982
5983 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5984 on 32-bit x86 targets. Exploit is_*_target macros where
5985 appropriate.
5986
5987 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5988
5989 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5990 register pieces.
5991
5992 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5993
5994 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5995 located in one or more DWARF pieces.
5996
5997 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5998
5999 * lib/gdb.exp (get_endianness): New proc.
6000 * gdb.arch/aarch64-fp.exp: Use it.
6001 * gdb.arch/altivec-regs.exp: Likewise.
6002 * gdb.arch/e500-regs.exp: Likewise.
6003 * gdb.arch/vsx-regs.exp: Likewise.
6004 * gdb.base/dump.exp: Likewise.
6005 * gdb.base/funcargs.exp: Likewise.
6006 * gdb.base/gnu_vector.exp: Likewise.
6007 * gdb.dwarf2/formdata16.exp: Likewise.
6008 * gdb.dwarf2/implptrpiece.exp: Likewise.
6009 * gdb.dwarf2/nonvar-access.exp: Likewise.
6010 * gdb.python/py-inferior.exp: Likewise.
6011 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6012
6013 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6014
6015 PR gdb/21226
6016 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6017 stack value pieces are taken from the LSB end.
6018
6019 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6020
6021 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6022 variable at nonzero offset.
6023
6024 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6025
6026 * gdb.dwarf2/var-access.c: New file.
6027 * gdb.dwarf2/var-access.exp: New test.
6028 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6029
6030 2017-06-12 Tom Tromey <tom@tromey.com>
6031
6032 * gdb.dwarf2/formdata16.exp: Add tests.
6033
6034 2017-06-12 Tom Tromey <tom@tromey.com>
6035
6036 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6037
6038 2017-06-12 Tom Tromey <tom@tromey.com>
6039
6040 PR exp/16225:
6041 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6042 * gdb.arch/vsx-regs.exp: Update tests.
6043 * gdb.arch/s390-vregs.exp (hex128): New proc.
6044 Update test.
6045 * gdb.arch/altivec-regs.exp: Update tests.
6046
6047 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6048
6049 * gdb.base/startup-with-shell.c: New file.
6050 * gdb.base/startup-with-shell.exp: Likewise.
6051
6052 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6053
6054 * gdb.server/non-existing-program.exp: Update regex in order to
6055 reflect the fact that gdbserver is now using fork_inferior (with a
6056 shell) to startup the inferior.
6057
6058 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6059
6060 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6061 support function calls from GDB.
6062
6063 2017-05-21 Tom Tromey <tom@tromey.com>
6064
6065 PR rust/21466:
6066 * gdb.rust/unsized.exp: New file.
6067 * gdb.rust/unsized.rs: New file.
6068
6069 2017-05-19 Tom Tromey <tom@tromey.com>
6070
6071 PR rust/21484:
6072 * gdb.rust/watch.exp: New file.
6073 * gdb.rust/watch.rs: New file.
6074
6075 2017-05-18 Tom Tromey <tom@tromey.com>
6076
6077 * gdb.rust/simple.exp: Allow Box to be qualified.
6078
6079 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6080
6081 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6082
6083 2017-05-18 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/fileio.c (test_write, test_read, test_close)
6086 (test_fstat): Don't print 'ret' in the fail path.
6087
6088 2017-05-18 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6091 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6092 (test_system, test_rename, test_unlink, test_time): Change
6093 prototypes.
6094 * gdb.base/fileio.exp (stop_msg): Adjust.
6095
6096 2017-05-18 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/fileio.c (null_str): New global.
6099 (test_stat): Use it.
6100 * gdb.base/fileio.exp: Remove nowarnings.
6101
6102 2017-05-17 Yao Qi <yao.qi@linaro.org>
6103
6104 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6105
6106 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6109 argument command.
6110 (top-level): Invoke test_set_inferior_tty.
6111
6112 2017-05-04 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6115 Add parens to print call for Python 3.
6116
6117 2017-05-03 Keith Seitz <keiths@redhat.com>
6118
6119 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6120 (main): Call it.
6121
6122 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6123
6124 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6125 to prev and next.
6126
6127 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6128
6129 * gdb.python/py-record-btrace.exp: Remove test for
6130 gdb.BtraceInstruction.error.
6131
6132 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6133
6134 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6135
6136 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6137
6138 * gdb.python/py-record-btrace-threads.c: New file.
6139 * gdb.python/py-record-btrace-threads.exp: New file.
6140
6141 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6142
6143 PR testsuite/8595
6144 * gdb.base/environ.exp: Make test available in all architectures.
6145 Move bits related to "info program" testing to
6146 gdb.base/info-program.exp. Rewrite tests to use the two new
6147 procedures mentione below.
6148 (test_set_show_env_var) New procedure.
6149 (test_set_show_env_var_equal): Likewise.
6150 * gdb.base/info-program.exp: New file.
6151
6152 2017-04-27 Keith Seitz <keiths@redhat.com>
6153
6154 * gdb.cp/oranking.cc (test15): New function.
6155 (main): Call test15 and declare additional variables for testing.
6156 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6157 "p foo101('abc')" tests.
6158 Add tests for cv qualifier overloads.
6159 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6160 "lvalue reference overload" test.
6161 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6162 "print value of f1 on Child&& in f2" test.
6163
6164 2017-04-19 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6167 procedure.
6168 (top level): Call it.
6169 * lib/gdb.exp (gdb_define_cmd): New procedure.
6170
6171 2017-04-12 Pedro Alves <palves@redhat.com>
6172
6173 PR gdb/21323
6174 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6175 (wchar): New global.
6176 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6177 (do_test_wide_char, wide_char_types_no_program, top level): Add
6178 wchar_t testing.
6179
6180 2017-04-12 Pedro Alves <palves@redhat.com>
6181
6182 PR c++/21323
6183 * gdb.cp/wide_char_types.c: New file.
6184 * gdb.cp/wide_char_types.exp: New file.
6185
6186 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6187
6188 PR gdb/21352
6189 * gdb.trace/tsv.exp: Add test for "tsave -r".
6190
6191 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6192
6193 * gdb.dlang/watch-loc.c: New file.
6194 * gdb.dlang/watch-loc.exp: New file.
6195
6196 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6199
6200 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6201
6202 * gdb.arch/arc-analyze-prologue.S: New file.
6203 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6204
6205 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6206
6207 * gdb.arch/arc-decode-insn.S: New file.
6208 * gdb.arch/arc-decode-insn.exp: Likewise.
6209
6210 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6211
6212 PR tdep/20928
6213 * gdb.arch/sparc64-regs.exp: New file.
6214 * gdb.arch/sparc64-regs.S: Likewise.
6215
6216 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6217
6218 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6219 and memory view on Python 3.
6220
6221 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6222 Keith Seitz <keiths@redhat.com>
6223
6224 PR gdb/14441
6225 * gdb.cp/demangle.exp: Add rvalue reference tests.
6226 * gdb.cp/rvalue-ref-casts.cc: New file.
6227 * gdb.cp/rvalue-ref-casts.exp: New file.
6228 * gdb.cp/rvalue-ref-overload.cc: New file.
6229 * gdb.cp/rvalue-ref-overload.exp: New file.
6230 * gdb.cp/rvalue-ref-params.cc: New file.
6231 * gdb.cp/rvalue-ref-params.exp: New file.
6232 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6233 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6234 * gdb.cp/rvalue-ref-types.cc: New file.
6235 * gdb.cp/rvalue-ref-types.exp: New file.
6236 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6237 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6238
6239 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6240
6241 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6242 New procedure.
6243
6244 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6245
6246 * lib/mi-support.exp (mi_gdb_test): Add additional message
6247 for unexpected output.
6248
6249 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6250
6251 * gdb.base/examine-backward.c (Barrier): New character array
6252 constant, to ensure that TestStrings is preceded by a string
6253 terminator.
6254
6255 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6256
6257 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6258 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6259 and implicit pointer into such a location.
6260
6261 2017-03-16 Doug Evans <dje@google.com>
6262
6263 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6264
6265 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6266
6267 * gdb.cp/m-static.exp: Fix expectation for prototype of
6268 test5.single_constructor and single_constructor::single_constructor.
6269
6270 2017-03-16 Doug Evans <dje@google.com>
6271
6272 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6273 * gdb.guile/scm-lazy-string.c: New file.
6274 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6275 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6276 for pointer, array, typedef lazy strings.
6277
6278 2017-03-16 Doug Evans <dje@google.com>
6279
6280 PR python/17728, python/18439, python/18779
6281 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6282 * gdb.python/py-lazy-string.c (pointer): New typedef.
6283 (main): New locals ptr, array, typedef_ptr.
6284 * gdb.python/py-value.exp: Move lazy string tests to ...
6285 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6286 array, typedef lazy strings.
6287
6288 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6289
6290 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6291 Add optional 'test' parameter.
6292
6293 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6296 Skip for versions of DejaGnu < 1.5.
6297
6298 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 * lib/gdb.exp (dejagnu_version): New proc.
6301 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6302 Use dejagnu_version.
6303
6304 2017-03-10 Keith Seitz <keiths@redhat.com>
6305
6306 PR c++/8128
6307 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6308 type from destructor regexps.
6309 Add a branch which actually passes the test.
6310 Adjust "ptype t5i" test names.
6311
6312 2017-03-08 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/step-over-exit.exp: Add explicit test message.
6315
6316 2017-03-08 Pedro Alves <palves@redhat.com>
6317
6318 PR gdb/18360
6319 * gdb.threads/interrupt-while-step-over.c: New file.
6320 * gdb.threads/interrupt-while-step-over.exp: New file.
6321
6322 2017-03-08 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6325 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6326
6327 2017-03-08 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6330 PKRU as not supported as a PASS.
6331
6332 2017-03-08 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6335 prefix instead of $binfile1/$binfile2.
6336 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6337 in test message.
6338 * gdb.python/py-completion.exp: Use "load python file" as test
6339 messages instead of unstable path names.
6340
6341 2017-03-08 Pedro Alves <palves@redhat.com>
6342 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 PR cli/21218
6345 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6346 New proc.
6347 (top level): Call it.
6348
6349 2017-03-08 Pedro Alves <palves@redhat.com>
6350
6351 PR tui/21216
6352 * gdb.tui/tui-nl-filtered-output.exp: New file.
6353
6354 2017-03-08 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/completion.exp: Move TUI completion tests to ...
6357 * gdb.tui/completion.exp: ... this new file.
6358
6359 2017-03-08 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/tui-disasm-long-lines.c,
6362 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6363 gdb.base/tui-layout.exp: Move to ...
6364 * gdb.tui/: ... this new directory.
6365
6366 2017-03-07 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.base/tui-layout.c: New file.
6369 * gdb.base/tui-layout.exp: New file.
6370
6371 2017-03-07 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.base/tui-layout.c: Rename to ...
6374 * gdb.base/tui-disasm-long-lines.c: ... this.
6375 * gdb.base/tui-layout.exp: Rename to ...
6376 * gdb.base/tui-disasm-long-lines.exp: ... this.
6377
6378 2017-03-07 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6381
6382 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6383
6384 * i386-mpx-call.c: New file.
6385 * i386-mpx-call.exp: New file.
6386
6387 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6388
6389 * gdb.arch/powerpc-power.exp: Delete test.
6390 * gdb.arch/powerpc-power.s: Likewise.
6391 * gdb.disasm/disassembler-options.exp: New test.
6392 * gdb.arch/powerpc-altivec.exp: Likewise.
6393 * gdb.arch/powerpc-altivec.s: Likewise.
6394 * gdb.arch/powerpc-altivec2.exp: Likewise.
6395 * gdb.arch/powerpc-altivec2.s: Likewise.
6396 * gdb.arch/powerpc-altivec3.exp: Likewise.
6397 * gdb.arch/powerpc-altivec3.s: Likewise.
6398 * gdb.arch/powerpc-power7.exp: Likewise.
6399 * gdb.arch/powerpc-power7.s: Likewise.
6400 * gdb.arch/powerpc-power8.exp: Likewise.
6401 * gdb.arch/powerpc-power8.s: Likewise.
6402 * gdb.arch/powerpc-power9.exp: Likewise.
6403 * gdb.arch/powerpc-power9.s: Likewise.
6404 * gdb.arch/powerpc-vsx.exp: Likewise.
6405 * gdb.arch/powerpc-vsx.s: Likewise.
6406 * gdb.arch/powerpc-vsx2.exp: Likewise.
6407 * gdb.arch/powerpc-vsx2.s: Likewise.
6408 * gdb.arch/powerpc-vsx3.exp: Likewise.
6409 * gdb.arch/powerpc-vsx3.s: Likewise.
6410 * gdb.arch/arm-disassembler-options.exp: Likewise.
6411 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6412 * gdb.arch/s390-disassembler-options.exp: Likewise.
6413
6414 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6415
6416 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6417 (check_supported_features): ... this. Changed return type to void.
6418 (supports_rdseed): New static global.
6419 (rdseed): Check supports_rdseed.
6420 (initialize): Call check_supported_features.
6421
6422 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6423
6424 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6425 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6426 and lqarx/stqcx.
6427 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6428 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6429
6430 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6431
6432 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6433 uppercase.
6434
6435 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 * gdb.dwarf2/formdata16.c: New file.
6438 * gdb.dwarf2/formdata16.exp: New file.
6439 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6440
6441 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6442
6443 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6444 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6445 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6446 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6447 DW_AT_GNU_*.
6448
6449 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6452
6453 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6454
6455 PR gdb/21164
6456 * gdb.base/maint.exp: Add testcases for when the commands do
6457 not have arguments.
6458
6459 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6460
6461 * gdb.cp/chained-calls.exp: Use p instead of P.
6462
6463 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6464
6465 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6466 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6467
6468 2017-02-14 Tom Tromey <tom@tromey.com>
6469
6470 PR python/13598:
6471 * gdb.python/py-events.exp: Add before_prompt event tests.
6472
6473 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6474
6475 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6476
6477 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6478
6479 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6480 (main): Call my_unique_function_name.
6481 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6482 completion of patterns with a single match.
6483 Add missing -re switches to gdb_test_multiple calls.
6484
6485 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6486
6487 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6488 return if core file is not recognized.
6489
6490 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6491
6492 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6493 and extra UIs.
6494
6495 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6496
6497 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6498 proc_with_prefix.
6499
6500 2017-02-10 Tom Tromey <tom@tromey.com>
6501
6502 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6503
6504 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6505
6506 PR gdb/21122
6507 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6508
6509 2017-02-08 Jerome Guitton <guitton@adacore.com>
6510
6511 * gdb.base/define.exp: Add test for command abbreviations
6512 in define.
6513
6514 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6515
6516 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6517 * gdb.reverse/insn-reverse-x86.c: New file.
6518
6519 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6520
6521 PR tdep/20936
6522 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6523
6524 2017-02-03 Tom Tromey <tom@tromey.com>
6525
6526 PR rust/21097:
6527 * gdb.rust/simple.exp: Add new tests.
6528
6529 2017-02-02 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6532 tests.
6533
6534 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6535
6536 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6537 taking a 2-byte value out of a 4-byte DWARF implicit value on
6538 big-endian targets.
6539 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6540 logic. Add test cases for DW_OP_implicit.
6541
6542 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6543
6544 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6545
6546 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6547
6548 * gdb.btrace/enable.exp: Call gdb_exit before
6549 skip_gdbserver_tests.
6550
6551 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6552
6553 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6554 GDBFLAGS.
6555
6556 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6557
6558 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6559 the test is skipped.
6560 * gdb.btrace/data.exp: Likewise.
6561 * gdb.btrace/delta.exp: Likewise.
6562 * gdb.btrace/dlopen.exp: Likewise.
6563 * gdb.btrace/enable-running.exp: Likewise.
6564 * gdb.btrace/enable.exp: Likewise.
6565 * gdb.btrace/exception.exp: Likewise.
6566 * gdb.btrace/function_call_history.exp: Likewise.
6567 * gdb.btrace/gcore.exp: Likewise.
6568 * gdb.btrace/instruction_history.exp: Likewise.
6569 * gdb.btrace/multi-thread-step.exp: Likewise.
6570 * gdb.btrace/nohist.exp: Likewise.
6571 * gdb.btrace/non-stop.exp: Likewise.
6572 * gdb.btrace/reconnect.exp: Likewise.
6573 * gdb.btrace/record_goto-step.exp: Likewise.
6574 * gdb.btrace/record_goto.exp: Likewise.
6575 * gdb.btrace/rn-dl-bind.exp: Likewise.
6576 * gdb.btrace/segv.exp: Likewise.
6577 * gdb.btrace/step.exp: Likewise.
6578 * gdb.btrace/stepi.exp: Likewise.
6579 * gdb.btrace/tailcall-only.exp: Likewise.
6580 * gdb.btrace/tailcall.exp: Likewise.
6581 * gdb.btrace/tsx.exp: Likewise.
6582 * gdb.btrace/unknown_functions.exp: Likewise.
6583 * gdb.btrace/vdso.exp: Likewise.
6584
6585 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6586
6587 * gdb.btrace/enable-running.c: New.
6588 * gdb.btrace/enable-running.exp: New.
6589
6590 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6591
6592 * gdb.arch/amd64-gs_base.c: New file.
6593 * gdb.arch/amd64-gs_base.exp: New file.
6594
6595 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6596
6597 * lib/memory.exp: Remove spurious empty newlines.
6598
6599 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6600
6601 * gdb.python/py-bad-printers.exp: Load python file using "source".
6602 * gdb.python/py-events.exp: Likewise.
6603 * gdb.python/py-evsignal.exp: Likewise.
6604 * gdb.python/py-evthreads.exp: Likewise.
6605 * gdb.python/py-frame-args.exp: Likewise.
6606 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6607 * gdb.python/py-framefilter-mi.exp: Likewise.
6608 * gdb.python/py-framefilter.exp: Likewise.
6609 * gdb.python/py-mi.exp: Likewise.
6610 * gdb.python/py-pp-maint.exp: Likewise.
6611 * gdb.python/py-pp-registration.exp: Likewise.
6612 * gdb.python/py-prettyprint.exp: Likewise.
6613 (run_lang_tests): Likewise.
6614 * gdb.python/py-typeprint.exp: Likewise.
6615
6616 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6617
6618 * lib/memory.exp: New file.
6619 * lib/gdb.exp: Load memory.exp.
6620 * gdb.base/memattr.exp (delete_memory): Move proc to
6621 lib/memory.exp and rename to delete_memory_regions.
6622 Replace delete_memory with delete_memory_regions.
6623 Cleanup memory regions before tests.
6624 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6625 before tests.
6626
6627 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6628
6629 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6630 files.
6631 (initialize): New function conditionally defined.
6632 (testcases): Move within conditional block.
6633 (main): Call initialize.
6634 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6635 of gdb.reverse/insn-reverse.c.
6636 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6637 gdb.reverse/insn-reverse.c.
6638
6639 2017-01-26 Yao Qi <yao.qi@linaro.org>
6640
6641 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6642 disassemble on address 0.
6643
6644 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6645 Yao Qi <yao.qi@linaro.org>
6646
6647 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6648 * gdb.dwarf2/implptr-64bit.S: Remove.
6649 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6650 variables in caller's context. Add DW_OP_implicit_value.
6651
6652 2017-01-25 Yao Qi <yao.qi@linaro.org>
6653
6654 * lib/dwarf.exp (Dwarf::_location): Handle
6655 DW_OP_GNU_implicit_pointer with proper size.
6656
6657 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6658
6659 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6660 and add untested calls.
6661
6662 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6663
6664 * gdb.python/python.exp: Check line number against what GDB thinks
6665 the line number is for func1.
6666
6667 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6668
6669 * gdb.dlang/debug-expr.exp: New file.
6670
6671 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6672
6673 Fix test names for the following files:
6674
6675 * gdb.ada/exec_changed.exp
6676 * gdb.ada/info_types.exp
6677 * gdb.arch/aarch64-atomic-inst.exp
6678 * gdb.arch/aarch64-fp.exp
6679 * gdb.arch/altivec-abi.exp
6680 * gdb.arch/altivec-regs.exp
6681 * gdb.arch/amd64-byte.exp
6682 * gdb.arch/amd64-disp-step.exp
6683 * gdb.arch/amd64-dword.exp
6684 * gdb.arch/amd64-entry-value-inline.exp
6685 * gdb.arch/amd64-entry-value-param.exp
6686 * gdb.arch/amd64-entry-value-paramref.exp
6687 * gdb.arch/amd64-entry-value.exp
6688 * gdb.arch/amd64-i386-address.exp
6689 * gdb.arch/amd64-invalid-stack-middle.exp
6690 * gdb.arch/amd64-invalid-stack-top.exp
6691 * gdb.arch/amd64-optimout-repeat.exp
6692 * gdb.arch/amd64-prologue-skip.exp
6693 * gdb.arch/amd64-prologue-xmm.exp
6694 * gdb.arch/amd64-stap-special-operands.exp
6695 * gdb.arch/amd64-stap-wrong-subexp.exp
6696 * gdb.arch/amd64-tailcall-cxx.exp
6697 * gdb.arch/amd64-tailcall-noret.exp
6698 * gdb.arch/amd64-tailcall-ret.exp
6699 * gdb.arch/amd64-tailcall-self.exp
6700 * gdb.arch/amd64-word.exp
6701 * gdb.arch/arm-bl-branch-dest.exp
6702 * gdb.arch/arm-disp-step.exp
6703 * gdb.arch/arm-neon.exp
6704 * gdb.arch/arm-single-step-kernel-helper.exp
6705 * gdb.arch/avr-flash-qualifier.exp
6706 * gdb.arch/disp-step-insn-reloc.exp
6707 * gdb.arch/e500-abi.exp
6708 * gdb.arch/e500-regs.exp
6709 * gdb.arch/ftrace-insn-reloc.exp
6710 * gdb.arch/i386-avx512.exp
6711 * gdb.arch/i386-bp_permanent.exp
6712 * gdb.arch/i386-byte.exp
6713 * gdb.arch/i386-cfi-notcurrent.exp
6714 * gdb.arch/i386-disp-step.exp
6715 * gdb.arch/i386-dr3-watch.exp
6716 * gdb.arch/i386-float.exp
6717 * gdb.arch/i386-gnu-cfi.exp
6718 * gdb.arch/i386-mpx-map.exp
6719 * gdb.arch/i386-mpx-sigsegv.exp
6720 * gdb.arch/i386-mpx-simple_segv.exp
6721 * gdb.arch/i386-mpx.exp
6722 * gdb.arch/i386-permbkpt.exp
6723 * gdb.arch/i386-prologue.exp
6724 * gdb.arch/i386-signal.exp
6725 * gdb.arch/i386-size-overlap.exp
6726 * gdb.arch/i386-unwind.exp
6727 * gdb.arch/i386-word.exp
6728 * gdb.arch/mips-fcr.exp
6729 * gdb.arch/powerpc-d128-regs.exp
6730 * gdb.arch/powerpc-stackless.exp
6731 * gdb.arch/ppc64-atomic-inst.exp
6732 * gdb.arch/s390-stackless.exp
6733 * gdb.arch/s390-tdbregs.exp
6734 * gdb.arch/s390-vregs.exp
6735 * gdb.arch/sparc-sysstep.exp
6736 * gdb.arch/thumb-bx-pc.exp
6737 * gdb.arch/thumb-singlestep.exp
6738 * gdb.arch/thumb2-it.exp
6739 * gdb.arch/vsx-regs.exp
6740 * gdb.asm/asm-source.exp
6741 * gdb.base/a2-run.exp
6742 * gdb.base/advance.exp
6743 * gdb.base/all-bin.exp
6744 * gdb.base/anon.exp
6745 * gdb.base/args.exp
6746 * gdb.base/arithmet.exp
6747 * gdb.base/async-shell.exp
6748 * gdb.base/async.exp
6749 * gdb.base/attach-pie-noexec.exp
6750 * gdb.base/attach-twice.exp
6751 * gdb.base/auto-load.exp
6752 * gdb.base/bang.exp
6753 * gdb.base/bitfields.exp
6754 * gdb.base/break-always.exp
6755 * gdb.base/break-caller-line.exp
6756 * gdb.base/break-entry.exp
6757 * gdb.base/break-inline.exp
6758 * gdb.base/break-on-linker-gcd-function.exp
6759 * gdb.base/break-probes.exp
6760 * gdb.base/break.exp
6761 * gdb.base/breakpoint-shadow.exp
6762 * gdb.base/call-ar-st.exp
6763 * gdb.base/call-sc.exp
6764 * gdb.base/call-signal-resume.exp
6765 * gdb.base/call-strs.exp
6766 * gdb.base/callfuncs.exp
6767 * gdb.base/catch-fork-static.exp
6768 * gdb.base/catch-gdb-caused-signals.exp
6769 * gdb.base/catch-load.exp
6770 * gdb.base/catch-signal-fork.exp
6771 * gdb.base/catch-signal.exp
6772 * gdb.base/catch-syscall.exp
6773 * gdb.base/charset.exp
6774 * gdb.base/checkpoint.exp
6775 * gdb.base/chng-syms.exp
6776 * gdb.base/code-expr.exp
6777 * gdb.base/code_elim.exp
6778 * gdb.base/commands.exp
6779 * gdb.base/completion.exp
6780 * gdb.base/complex.exp
6781 * gdb.base/cond-expr.exp
6782 * gdb.base/condbreak.exp
6783 * gdb.base/consecutive.exp
6784 * gdb.base/continue-all-already-running.exp
6785 * gdb.base/coredump-filter.exp
6786 * gdb.base/corefile.exp
6787 * gdb.base/dbx.exp
6788 * gdb.base/debug-expr.exp
6789 * gdb.base/define.exp
6790 * gdb.base/del.exp
6791 * gdb.base/disabled-location.exp
6792 * gdb.base/disasm-end-cu.exp
6793 * gdb.base/disasm-optim.exp
6794 * gdb.base/display.exp
6795 * gdb.base/duplicate-bp.exp
6796 * gdb.base/ena-dis-br.exp
6797 * gdb.base/ending-run.exp
6798 * gdb.base/enumval.exp
6799 * gdb.base/environ.exp
6800 * gdb.base/eu-strip-infcall.exp
6801 * gdb.base/eval-avoid-side-effects.exp
6802 * gdb.base/eval-skip.exp
6803 * gdb.base/exitsignal.exp
6804 * gdb.base/expand-psymtabs.exp
6805 * gdb.base/filesym.exp
6806 * gdb.base/find-unmapped.exp
6807 * gdb.base/finish.exp
6808 * gdb.base/float.exp
6809 * gdb.base/foll-exec-mode.exp
6810 * gdb.base/foll-exec.exp
6811 * gdb.base/foll-fork.exp
6812 * gdb.base/fortran-sym-case.exp
6813 * gdb.base/freebpcmd.exp
6814 * gdb.base/func-ptr.exp
6815 * gdb.base/func-ptrs.exp
6816 * gdb.base/funcargs.exp
6817 * gdb.base/gcore-buffer-overflow.exp
6818 * gdb.base/gcore-relro-pie.exp
6819 * gdb.base/gcore-relro.exp
6820 * gdb.base/gcore.exp
6821 * gdb.base/gdb1090.exp
6822 * gdb.base/gdb11530.exp
6823 * gdb.base/gdb11531.exp
6824 * gdb.base/gdb1821.exp
6825 * gdb.base/gdbindex-stabs.exp
6826 * gdb.base/gdbvars.exp
6827 * gdb.base/hbreak.exp
6828 * gdb.base/hbreak2.exp
6829 * gdb.base/included.exp
6830 * gdb.base/infcall-input.exp
6831 * gdb.base/inferior-died.exp
6832 * gdb.base/infnan.exp
6833 * gdb.base/info-macros.exp
6834 * gdb.base/info-os.exp
6835 * gdb.base/info-proc.exp
6836 * gdb.base/info-shared.exp
6837 * gdb.base/info-target.exp
6838 * gdb.base/infoline.exp
6839 * gdb.base/interp.exp
6840 * gdb.base/interrupt.exp
6841 * gdb.base/jit-reader.exp
6842 * gdb.base/jit-simple.exp
6843 * gdb.base/kill-after-signal.exp
6844 * gdb.base/kill-detach-inferiors-cmd.exp
6845 * gdb.base/label.exp
6846 * gdb.base/langs.exp
6847 * gdb.base/ldbl_e308.exp
6848 * gdb.base/line-symtabs.exp
6849 * gdb.base/linespecs.exp
6850 * gdb.base/list.exp
6851 * gdb.base/long_long.exp
6852 * gdb.base/longest-types.exp
6853 * gdb.base/maint.exp
6854 * gdb.base/max-value-size.exp
6855 * gdb.base/memattr.exp
6856 * gdb.base/mips_pro.exp
6857 * gdb.base/morestack.exp
6858 * gdb.base/moribund-step.exp
6859 * gdb.base/multi-forks.exp
6860 * gdb.base/nested-addr.exp
6861 * gdb.base/nextoverexit.exp
6862 * gdb.base/noreturn-finish.exp
6863 * gdb.base/noreturn-return.exp
6864 * gdb.base/nostdlib.exp
6865 * gdb.base/offsets.exp
6866 * gdb.base/opaque.exp
6867 * gdb.base/pc-fp.exp
6868 * gdb.base/permissions.exp
6869 * gdb.base/print-symbol-loading.exp
6870 * gdb.base/prologue-include.exp
6871 * gdb.base/psymtab.exp
6872 * gdb.base/ptype.exp
6873 * gdb.base/random-signal.exp
6874 * gdb.base/randomize.exp
6875 * gdb.base/range-stepping.exp
6876 * gdb.base/readline-ask.exp
6877 * gdb.base/recpar.exp
6878 * gdb.base/recurse.exp
6879 * gdb.base/relational.exp
6880 * gdb.base/restore.exp
6881 * gdb.base/return-nodebug.exp
6882 * gdb.base/return.exp
6883 * gdb.base/run-after-attach.exp
6884 * gdb.base/save-bp.exp
6885 * gdb.base/scope.exp
6886 * gdb.base/sect-cmd.exp
6887 * gdb.base/set-lang-auto.exp
6888 * gdb.base/set-noassign.exp
6889 * gdb.base/setvar.exp
6890 * gdb.base/sigall.exp
6891 * gdb.base/sigbpt.exp
6892 * gdb.base/siginfo-addr.exp
6893 * gdb.base/siginfo-infcall.exp
6894 * gdb.base/siginfo-obj.exp
6895 * gdb.base/siginfo.exp
6896 * gdb.base/signals-state-child.exp
6897 * gdb.base/signest.exp
6898 * gdb.base/sigstep.exp
6899 * gdb.base/sizeof.exp
6900 * gdb.base/skip.exp
6901 * gdb.base/solib-corrupted.exp
6902 * gdb.base/solib-nodir.exp
6903 * gdb.base/solib-search.exp
6904 * gdb.base/stack-checking.exp
6905 * gdb.base/stale-infcall.exp
6906 * gdb.base/stap-probe.exp
6907 * gdb.base/start.exp
6908 * gdb.base/step-break.exp
6909 * gdb.base/step-bt.exp
6910 * gdb.base/step-line.exp
6911 * gdb.base/step-over-exit.exp
6912 * gdb.base/step-over-syscall.exp
6913 * gdb.base/step-resume-infcall.exp
6914 * gdb.base/step-test.exp
6915 * gdb.base/store.exp
6916 * gdb.base/structs3.exp
6917 * gdb.base/sym-file.exp
6918 * gdb.base/symbol-without-target_section.exp
6919 * gdb.base/term.exp
6920 * gdb.base/testenv.exp
6921 * gdb.base/ui-redirect.exp
6922 * gdb.base/until.exp
6923 * gdb.base/unwindonsignal.exp
6924 * gdb.base/value-double-free.exp
6925 * gdb.base/vla-datatypes.exp
6926 * gdb.base/vla-ptr.exp
6927 * gdb.base/vla-sideeffect.exp
6928 * gdb.base/volatile.exp
6929 * gdb.base/watch-cond-infcall.exp
6930 * gdb.base/watch-cond.exp
6931 * gdb.base/watch-non-mem.exp
6932 * gdb.base/watch-read.exp
6933 * gdb.base/watch-vfork.exp
6934 * gdb.base/watchpoint-cond-gone.exp
6935 * gdb.base/watchpoint-delete.exp
6936 * gdb.base/watchpoint-hw-hit-once.exp
6937 * gdb.base/watchpoint-hw.exp
6938 * gdb.base/watchpoint-stops-at-right-insn.exp
6939 * gdb.base/watchpoints.exp
6940 * gdb.base/wchar.exp
6941 * gdb.base/whatis-exp.exp
6942 * gdb.btrace/buffer-size.exp
6943 * gdb.btrace/data.exp
6944 * gdb.btrace/delta.exp
6945 * gdb.btrace/dlopen.exp
6946 * gdb.btrace/enable.exp
6947 * gdb.btrace/exception.exp
6948 * gdb.btrace/function_call_history.exp
6949 * gdb.btrace/gcore.exp
6950 * gdb.btrace/instruction_history.exp
6951 * gdb.btrace/nohist.exp
6952 * gdb.btrace/reconnect.exp
6953 * gdb.btrace/record_goto-step.exp
6954 * gdb.btrace/record_goto.exp
6955 * gdb.btrace/rn-dl-bind.exp
6956 * gdb.btrace/segv.exp
6957 * gdb.btrace/step.exp
6958 * gdb.btrace/stepi.exp
6959 * gdb.btrace/tailcall-only.exp
6960 * gdb.btrace/tailcall.exp
6961 * gdb.btrace/tsx.exp
6962 * gdb.btrace/unknown_functions.exp
6963 * gdb.btrace/vdso.exp
6964 * gdb.compile/compile-ifunc.exp
6965 * gdb.compile/compile-ops.exp
6966 * gdb.compile/compile-print.exp
6967 * gdb.compile/compile-setjmp.exp
6968 * gdb.cp/abstract-origin.exp
6969 * gdb.cp/ambiguous.exp
6970 * gdb.cp/annota2.exp
6971 * gdb.cp/annota3.exp
6972 * gdb.cp/anon-ns.exp
6973 * gdb.cp/anon-struct.exp
6974 * gdb.cp/anon-union.exp
6975 * gdb.cp/arg-reference.exp
6976 * gdb.cp/baseenum.exp
6977 * gdb.cp/bool.exp
6978 * gdb.cp/breakpoint.exp
6979 * gdb.cp/bs15503.exp
6980 * gdb.cp/call-c.exp
6981 * gdb.cp/casts.exp
6982 * gdb.cp/chained-calls.exp
6983 * gdb.cp/class2.exp
6984 * gdb.cp/classes.exp
6985 * gdb.cp/cmpd-minsyms.exp
6986 * gdb.cp/converts.exp
6987 * gdb.cp/cp-relocate.exp
6988 * gdb.cp/cpcompletion.exp
6989 * gdb.cp/cpexprs.exp
6990 * gdb.cp/cplabel.exp
6991 * gdb.cp/cplusfuncs.exp
6992 * gdb.cp/cpsizeof.exp
6993 * gdb.cp/ctti.exp
6994 * gdb.cp/derivation.exp
6995 * gdb.cp/destrprint.exp
6996 * gdb.cp/dispcxx.exp
6997 * gdb.cp/enum-class.exp
6998 * gdb.cp/exception.exp
6999 * gdb.cp/exceptprint.exp
7000 * gdb.cp/expand-psymtabs-cxx.exp
7001 * gdb.cp/expand-sals.exp
7002 * gdb.cp/extern-c.exp
7003 * gdb.cp/filename.exp
7004 * gdb.cp/formatted-ref.exp
7005 * gdb.cp/fpointer.exp
7006 * gdb.cp/gdb1355.exp
7007 * gdb.cp/gdb2495.exp
7008 * gdb.cp/hang.exp
7009 * gdb.cp/impl-this.exp
7010 * gdb.cp/infcall-dlopen.exp
7011 * gdb.cp/inherit.exp
7012 * gdb.cp/iostream.exp
7013 * gdb.cp/koenig.exp
7014 * gdb.cp/local.exp
7015 * gdb.cp/m-data.exp
7016 * gdb.cp/m-static.exp
7017 * gdb.cp/mb-ctor.exp
7018 * gdb.cp/mb-inline.exp
7019 * gdb.cp/mb-templates.exp
7020 * gdb.cp/member-name.exp
7021 * gdb.cp/member-ptr.exp
7022 * gdb.cp/meth-typedefs.exp
7023 * gdb.cp/method.exp
7024 * gdb.cp/method2.exp
7025 * gdb.cp/minsym-fallback.exp
7026 * gdb.cp/misc.exp
7027 * gdb.cp/namelessclass.exp
7028 * gdb.cp/namespace-enum.exp
7029 * gdb.cp/namespace-nested-import.exp
7030 * gdb.cp/namespace.exp
7031 * gdb.cp/nextoverthrow.exp
7032 * gdb.cp/no-dmgl-verbose.exp
7033 * gdb.cp/non-trivial-retval.exp
7034 * gdb.cp/noparam.exp
7035 * gdb.cp/nsdecl.exp
7036 * gdb.cp/nsimport.exp
7037 * gdb.cp/nsnested.exp
7038 * gdb.cp/nsnoimports.exp
7039 * gdb.cp/nsrecurs.exp
7040 * gdb.cp/nsstress.exp
7041 * gdb.cp/nsusing.exp
7042 * gdb.cp/operator.exp
7043 * gdb.cp/oranking.exp
7044 * gdb.cp/overload-const.exp
7045 * gdb.cp/overload.exp
7046 * gdb.cp/ovldbreak.exp
7047 * gdb.cp/ovsrch.exp
7048 * gdb.cp/paren-type.exp
7049 * gdb.cp/parse-lang.exp
7050 * gdb.cp/pass-by-ref.exp
7051 * gdb.cp/pr-1023.exp
7052 * gdb.cp/pr-1210.exp
7053 * gdb.cp/pr-574.exp
7054 * gdb.cp/pr10687.exp
7055 * gdb.cp/pr12028.exp
7056 * gdb.cp/pr17132.exp
7057 * gdb.cp/pr17494.exp
7058 * gdb.cp/pr9067.exp
7059 * gdb.cp/pr9167.exp
7060 * gdb.cp/pr9631.exp
7061 * gdb.cp/printmethod.exp
7062 * gdb.cp/psmang.exp
7063 * gdb.cp/psymtab-parameter.exp
7064 * gdb.cp/ptype-cv-cp.exp
7065 * gdb.cp/ptype-flags.exp
7066 * gdb.cp/re-set-overloaded.exp
7067 * gdb.cp/ref-types.exp
7068 * gdb.cp/rtti.exp
7069 * gdb.cp/scope-err.exp
7070 * gdb.cp/shadow.exp
7071 * gdb.cp/smartp.exp
7072 * gdb.cp/static-method.exp
7073 * gdb.cp/static-print-quit.exp
7074 * gdb.cp/temargs.exp
7075 * gdb.cp/templates.exp
7076 * gdb.cp/try_catch.exp
7077 * gdb.cp/typedef-operator.exp
7078 * gdb.cp/typeid.exp
7079 * gdb.cp/userdef.exp
7080 * gdb.cp/using-crash.exp
7081 * gdb.cp/var-tag.exp
7082 * gdb.cp/virtbase.exp
7083 * gdb.cp/virtfunc.exp
7084 * gdb.cp/virtfunc2.exp
7085 * gdb.cp/vla-cxx.exp
7086 * gdb.disasm/t01_mov.exp
7087 * gdb.disasm/t02_mova.exp
7088 * gdb.disasm/t03_add.exp
7089 * gdb.disasm/t04_sub.exp
7090 * gdb.disasm/t05_cmp.exp
7091 * gdb.disasm/t06_ari2.exp
7092 * gdb.disasm/t07_ari3.exp
7093 * gdb.disasm/t08_or.exp
7094 * gdb.disasm/t09_xor.exp
7095 * gdb.disasm/t10_and.exp
7096 * gdb.disasm/t11_logs.exp
7097 * gdb.disasm/t12_bit.exp
7098 * gdb.disasm/t13_otr.exp
7099 * gdb.dlang/circular.exp
7100 * gdb.dwarf2/arr-stride.exp
7101 * gdb.dwarf2/arr-subrange.exp
7102 * gdb.dwarf2/atomic-type.exp
7103 * gdb.dwarf2/bad-regnum.exp
7104 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7105 * gdb.dwarf2/callframecfa.exp
7106 * gdb.dwarf2/clztest.exp
7107 * gdb.dwarf2/corrupt.exp
7108 * gdb.dwarf2/data-loc.exp
7109 * gdb.dwarf2/dup-psym.exp
7110 * gdb.dwarf2/dw2-anon-mptr.exp
7111 * gdb.dwarf2/dw2-anonymous-func.exp
7112 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7113 * gdb.dwarf2/dw2-bad-unresolved.exp
7114 * gdb.dwarf2/dw2-basic.exp
7115 * gdb.dwarf2/dw2-canonicalize-type.exp
7116 * gdb.dwarf2/dw2-case-insensitive.exp
7117 * gdb.dwarf2/dw2-common-block.exp
7118 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7119 * gdb.dwarf2/dw2-compressed.exp
7120 * gdb.dwarf2/dw2-const.exp
7121 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7122 * gdb.dwarf2/dw2-cu-size.exp
7123 * gdb.dwarf2/dw2-dup-frame.exp
7124 * gdb.dwarf2/dw2-entry-value.exp
7125 * gdb.dwarf2/dw2-icycle.exp
7126 * gdb.dwarf2/dw2-ifort-parameter.exp
7127 * gdb.dwarf2/dw2-inline-break.exp
7128 * gdb.dwarf2/dw2-inline-param.exp
7129 * gdb.dwarf2/dw2-intercu.exp
7130 * gdb.dwarf2/dw2-intermix.exp
7131 * gdb.dwarf2/dw2-lexical-block-bare.exp
7132 * gdb.dwarf2/dw2-linkage-name-trust.exp
7133 * gdb.dwarf2/dw2-minsym-in-cu.exp
7134 * gdb.dwarf2/dw2-noloc.exp
7135 * gdb.dwarf2/dw2-op-call.exp
7136 * gdb.dwarf2/dw2-op-out-param.exp
7137 * gdb.dwarf2/dw2-opt-structptr.exp
7138 * gdb.dwarf2/dw2-param-error.exp
7139 * gdb.dwarf2/dw2-producer.exp
7140 * gdb.dwarf2/dw2-ranges-base.exp
7141 * gdb.dwarf2/dw2-ref-missing-frame.exp
7142 * gdb.dwarf2/dw2-reg-undefined.exp
7143 * gdb.dwarf2/dw2-regno-invalid.exp
7144 * gdb.dwarf2/dw2-restore.exp
7145 * gdb.dwarf2/dw2-restrict.exp
7146 * gdb.dwarf2/dw2-single-line-discriminators.exp
7147 * gdb.dwarf2/dw2-strp.exp
7148 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7149 * gdb.dwarf2/dw2-unresolved.exp
7150 * gdb.dwarf2/dw2-var-zero-addr.exp
7151 * gdb.dwarf2/dw4-sig-types.exp
7152 * gdb.dwarf2/dwz.exp
7153 * gdb.dwarf2/dynarr-ptr.exp
7154 * gdb.dwarf2/enum-type.exp
7155 * gdb.dwarf2/gdb-index.exp
7156 * gdb.dwarf2/implptr-64bit.exp
7157 * gdb.dwarf2/implptr-optimized-out.exp
7158 * gdb.dwarf2/implptr.exp
7159 * gdb.dwarf2/implref-array.exp
7160 * gdb.dwarf2/implref-const.exp
7161 * gdb.dwarf2/implref-global.exp
7162 * gdb.dwarf2/implref-struct.exp
7163 * gdb.dwarf2/mac-fileno.exp
7164 * gdb.dwarf2/main-subprogram.exp
7165 * gdb.dwarf2/member-ptr-forwardref.exp
7166 * gdb.dwarf2/method-ptr.exp
7167 * gdb.dwarf2/missing-sig-type.exp
7168 * gdb.dwarf2/nonvar-access.exp
7169 * gdb.dwarf2/opaque-type-lookup.exp
7170 * gdb.dwarf2/pieces-optimized-out.exp
7171 * gdb.dwarf2/pieces.exp
7172 * gdb.dwarf2/pr10770.exp
7173 * gdb.dwarf2/pr13961.exp
7174 * gdb.dwarf2/staticvirtual.exp
7175 * gdb.dwarf2/subrange.exp
7176 * gdb.dwarf2/symtab-producer.exp
7177 * gdb.dwarf2/trace-crash.exp
7178 * gdb.dwarf2/typeddwarf.exp
7179 * gdb.dwarf2/valop.exp
7180 * gdb.dwarf2/watch-notconst.exp
7181 * gdb.fortran/array-element.exp
7182 * gdb.fortran/charset.exp
7183 * gdb.fortran/common-block.exp
7184 * gdb.fortran/complex.exp
7185 * gdb.fortran/derived-type-function.exp
7186 * gdb.fortran/derived-type.exp
7187 * gdb.fortran/logical.exp
7188 * gdb.fortran/module.exp
7189 * gdb.fortran/multi-dim.exp
7190 * gdb.fortran/nested-funcs.exp
7191 * gdb.fortran/print-formatted.exp
7192 * gdb.fortran/subarray.exp
7193 * gdb.fortran/vla-alloc-assoc.exp
7194 * gdb.fortran/vla-datatypes.exp
7195 * gdb.fortran/vla-history.exp
7196 * gdb.fortran/vla-ptr-info.exp
7197 * gdb.fortran/vla-ptype-sub.exp
7198 * gdb.fortran/vla-ptype.exp
7199 * gdb.fortran/vla-sizeof.exp
7200 * gdb.fortran/vla-type.exp
7201 * gdb.fortran/vla-value-sub-arbitrary.exp
7202 * gdb.fortran/vla-value-sub-finish.exp
7203 * gdb.fortran/vla-value-sub.exp
7204 * gdb.fortran/vla-value.exp
7205 * gdb.fortran/whatis_type.exp
7206 * gdb.go/chan.exp
7207 * gdb.go/handcall.exp
7208 * gdb.go/hello.exp
7209 * gdb.go/integers.exp
7210 * gdb.go/methods.exp
7211 * gdb.go/package.exp
7212 * gdb.go/strings.exp
7213 * gdb.go/types.exp
7214 * gdb.go/unsafe.exp
7215 * gdb.guile/scm-arch.exp
7216 * gdb.guile/scm-block.exp
7217 * gdb.guile/scm-breakpoint.exp
7218 * gdb.guile/scm-cmd.exp
7219 * gdb.guile/scm-disasm.exp
7220 * gdb.guile/scm-equal.exp
7221 * gdb.guile/scm-frame-args.exp
7222 * gdb.guile/scm-frame-inline.exp
7223 * gdb.guile/scm-frame.exp
7224 * gdb.guile/scm-iterator.exp
7225 * gdb.guile/scm-math.exp
7226 * gdb.guile/scm-objfile.exp
7227 * gdb.guile/scm-ports.exp
7228 * gdb.guile/scm-symbol.exp
7229 * gdb.guile/scm-symtab.exp
7230 * gdb.guile/scm-value-cc.exp
7231 * gdb.guile/types-module.exp
7232 * gdb.linespec/break-ask.exp
7233 * gdb.linespec/cpexplicit.exp
7234 * gdb.linespec/explicit.exp
7235 * gdb.linespec/keywords.exp
7236 * gdb.linespec/linespec.exp
7237 * gdb.linespec/ls-dollar.exp
7238 * gdb.linespec/ls-errs.exp
7239 * gdb.linespec/skip-two.exp
7240 * gdb.linespec/thread.exp
7241 * gdb.mi/mi-async.exp
7242 * gdb.mi/mi-basics.exp
7243 * gdb.mi/mi-break.exp
7244 * gdb.mi/mi-catch-load.exp
7245 * gdb.mi/mi-cli.exp
7246 * gdb.mi/mi-cmd-param-changed.exp
7247 * gdb.mi/mi-console.exp
7248 * gdb.mi/mi-detach.exp
7249 * gdb.mi/mi-disassemble.exp
7250 * gdb.mi/mi-eval.exp
7251 * gdb.mi/mi-file-transfer.exp
7252 * gdb.mi/mi-file.exp
7253 * gdb.mi/mi-fill-memory.exp
7254 * gdb.mi/mi-inheritance-syntax-error.exp
7255 * gdb.mi/mi-linespec-err-cp.exp
7256 * gdb.mi/mi-logging.exp
7257 * gdb.mi/mi-memory-changed.exp
7258 * gdb.mi/mi-read-memory.exp
7259 * gdb.mi/mi-record-changed.exp
7260 * gdb.mi/mi-reg-undefined.exp
7261 * gdb.mi/mi-regs.exp
7262 * gdb.mi/mi-return.exp
7263 * gdb.mi/mi-reverse.exp
7264 * gdb.mi/mi-simplerun.exp
7265 * gdb.mi/mi-solib.exp
7266 * gdb.mi/mi-stack.exp
7267 * gdb.mi/mi-stepi.exp
7268 * gdb.mi/mi-syn-frame.exp
7269 * gdb.mi/mi-until.exp
7270 * gdb.mi/mi-var-block.exp
7271 * gdb.mi/mi-var-child.exp
7272 * gdb.mi/mi-var-cmd.exp
7273 * gdb.mi/mi-var-cp.exp
7274 * gdb.mi/mi-var-display.exp
7275 * gdb.mi/mi-var-invalidate.exp
7276 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7277 * gdb.mi/mi-vla-fortran.exp
7278 * gdb.mi/mi-watch.exp
7279 * gdb.mi/mi2-var-child.exp
7280 * gdb.mi/user-selected-context-sync.exp
7281 * gdb.modula2/unbounded-array.exp
7282 * gdb.multi/dummy-frame-restore.exp
7283 * gdb.multi/multi-arch-exec.exp
7284 * gdb.multi/multi-arch.exp
7285 * gdb.multi/tids.exp
7286 * gdb.multi/watchpoint-multi.exp
7287 * gdb.opencl/callfuncs.exp
7288 * gdb.opencl/convs_casts.exp
7289 * gdb.opencl/datatypes.exp
7290 * gdb.opencl/operators.exp
7291 * gdb.opencl/vec_comps.exp
7292 * gdb.opt/clobbered-registers-O2.exp
7293 * gdb.opt/inline-break.exp
7294 * gdb.opt/inline-bt.exp
7295 * gdb.opt/inline-cmds.exp
7296 * gdb.opt/inline-locals.exp
7297 * gdb.pascal/case-insensitive-symbols.exp
7298 * gdb.pascal/floats.exp
7299 * gdb.pascal/gdb11492.exp
7300 * gdb.python/lib-types.exp
7301 * gdb.python/py-arch.exp
7302 * gdb.python/py-as-string.exp
7303 * gdb.python/py-bad-printers.exp
7304 * gdb.python/py-block.exp
7305 * gdb.python/py-breakpoint-create-fail.exp
7306 * gdb.python/py-breakpoint.exp
7307 * gdb.python/py-caller-is.exp
7308 * gdb.python/py-cmd.exp
7309 * gdb.python/py-explore-cc.exp
7310 * gdb.python/py-explore.exp
7311 * gdb.python/py-finish-breakpoint.exp
7312 * gdb.python/py-finish-breakpoint2.exp
7313 * gdb.python/py-frame-args.exp
7314 * gdb.python/py-frame-inline.exp
7315 * gdb.python/py-frame.exp
7316 * gdb.python/py-framefilter-mi.exp
7317 * gdb.python/py-infthread.exp
7318 * gdb.python/py-lazy-string.exp
7319 * gdb.python/py-linetable.exp
7320 * gdb.python/py-mi-events.exp
7321 * gdb.python/py-mi-objfile.exp
7322 * gdb.python/py-mi.exp
7323 * gdb.python/py-objfile.exp
7324 * gdb.python/py-pp-integral.exp
7325 * gdb.python/py-pp-maint.exp
7326 * gdb.python/py-pp-re-notag.exp
7327 * gdb.python/py-pp-registration.exp
7328 * gdb.python/py-recurse-unwind.exp
7329 * gdb.python/py-strfns.exp
7330 * gdb.python/py-symbol.exp
7331 * gdb.python/py-symtab.exp
7332 * gdb.python/py-sync-interp.exp
7333 * gdb.python/py-typeprint.exp
7334 * gdb.python/py-unwind-maint.exp
7335 * gdb.python/py-unwind.exp
7336 * gdb.python/py-value-cc.exp
7337 * gdb.python/py-xmethods.exp
7338 * gdb.reverse/amd64-tailcall-reverse.exp
7339 * gdb.reverse/break-precsave.exp
7340 * gdb.reverse/break-reverse.exp
7341 * gdb.reverse/consecutive-precsave.exp
7342 * gdb.reverse/consecutive-reverse.exp
7343 * gdb.reverse/finish-precsave.exp
7344 * gdb.reverse/finish-reverse-bkpt.exp
7345 * gdb.reverse/finish-reverse.exp
7346 * gdb.reverse/fstatat-reverse.exp
7347 * gdb.reverse/getresuid-reverse.exp
7348 * gdb.reverse/i386-precsave.exp
7349 * gdb.reverse/i386-reverse.exp
7350 * gdb.reverse/i386-sse-reverse.exp
7351 * gdb.reverse/i387-env-reverse.exp
7352 * gdb.reverse/i387-stack-reverse.exp
7353 * gdb.reverse/insn-reverse.exp
7354 * gdb.reverse/machinestate-precsave.exp
7355 * gdb.reverse/machinestate.exp
7356 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7357 * gdb.reverse/pipe-reverse.exp
7358 * gdb.reverse/readv-reverse.exp
7359 * gdb.reverse/recvmsg-reverse.exp
7360 * gdb.reverse/rerun-prec.exp
7361 * gdb.reverse/s390-mvcle.exp
7362 * gdb.reverse/step-precsave.exp
7363 * gdb.reverse/step-reverse.exp
7364 * gdb.reverse/time-reverse.exp
7365 * gdb.reverse/until-precsave.exp
7366 * gdb.reverse/until-reverse.exp
7367 * gdb.reverse/waitpid-reverse.exp
7368 * gdb.reverse/watch-precsave.exp
7369 * gdb.reverse/watch-reverse.exp
7370 * gdb.rust/generics.exp
7371 * gdb.rust/methods.exp
7372 * gdb.rust/modules.exp
7373 * gdb.rust/simple.exp
7374 * gdb.server/connect-with-no-symbol-file.exp
7375 * gdb.server/ext-attach.exp
7376 * gdb.server/ext-restart.exp
7377 * gdb.server/ext-wrapper.exp
7378 * gdb.server/file-transfer.exp
7379 * gdb.server/server-exec-info.exp
7380 * gdb.server/server-kill.exp
7381 * gdb.server/server-mon.exp
7382 * gdb.server/wrapper.exp
7383 * gdb.stabs/exclfwd.exp
7384 * gdb.stabs/gdb11479.exp
7385 * gdb.threads/clone-new-thread-event.exp
7386 * gdb.threads/corethreads.exp
7387 * gdb.threads/current-lwp-dead.exp
7388 * gdb.threads/dlopen-libpthread.exp
7389 * gdb.threads/gcore-thread.exp
7390 * gdb.threads/sigstep-threads.exp
7391 * gdb.threads/watchpoint-fork.exp
7392 * gdb.trace/actions-changed.exp
7393 * gdb.trace/backtrace.exp
7394 * gdb.trace/change-loc.exp
7395 * gdb.trace/circ.exp
7396 * gdb.trace/collection.exp
7397 * gdb.trace/disconnected-tracing.exp
7398 * gdb.trace/ftrace.exp
7399 * gdb.trace/mi-trace-frame-collected.exp
7400 * gdb.trace/mi-trace-unavailable.exp
7401 * gdb.trace/mi-traceframe-changed.exp
7402 * gdb.trace/mi-tsv-changed.exp
7403 * gdb.trace/no-attach-trace.exp
7404 * gdb.trace/passc-dyn.exp
7405 * gdb.trace/qtro.exp
7406 * gdb.trace/range-stepping.exp
7407 * gdb.trace/read-memory.exp
7408 * gdb.trace/save-trace.exp
7409 * gdb.trace/signal.exp
7410 * gdb.trace/status-stop.exp
7411 * gdb.trace/tfile.exp
7412 * gdb.trace/trace-break.exp
7413 * gdb.trace/trace-buffer-size.exp
7414 * gdb.trace/trace-condition.exp
7415 * gdb.trace/tracefile-pseudo-reg.exp
7416 * gdb.trace/tstatus.exp
7417 * gdb.trace/unavailable.exp
7418 * gdb.trace/while-dyn.exp
7419 * gdb.trace/while-stepping.exp
7420
7421 2016-12-22 Doug Evans <xdje42@gmail.com>
7422
7423 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7424 and msymbols.
7425
7426 2016-12-19 Yao Qi <yao.qi@linaro.org>
7427
7428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7429 (test_with_self): Don't call do_steps_and_nexts, and remove
7430 code about stepping into xmalloc.
7431
7432 2016-12-09 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7435
7436 2016-12-09 Yao Qi <yao.qi@linaro.org>
7437
7438 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7439
7440 2016-12-09 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/all-architectures-0.exp: New file.
7443 * gdb.base/all-architectures-1.exp: New file.
7444 * gdb.base/all-architectures-2.exp: New file.
7445 * gdb.base/all-architectures-3.exp: New file.
7446 * gdb.base/all-architectures-4.exp: New file.
7447 * gdb.base/all-architectures-5.exp: New file.
7448 * gdb.base/all-architectures-6.exp: New file.
7449 * gdb.base/all-architectures-7.exp: New file.
7450 * gdb.base/all-architectures.exp.in: New file.
7451
7452 2016-12-09 Yao Qi <yao.qi@linaro.org>
7453
7454 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7455
7456 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7457
7458 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7459 possible.
7460 Remove useless pattern-matching code.
7461
7462 2016-12-02 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7465 procedure.
7466 (top level): Call it.
7467
7468 2016-12-02 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7471 New procedure.
7472 (top level): Call it.
7473
7474 2016-12-02 Pedro Alves <palves@redhat.com>
7475
7476 PR cli/20559
7477 * gdb.base/commands.exp (user_defined_command_args_eval): New
7478 procedure.
7479 (top level): Call it.
7480
7481 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7482
7483 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7484 timeout handling.
7485
7486 2016-12-02 Tom Tromey <tom@tromey.com>
7487
7488 * gdb.dwarf2/main-subprogram.c: New file.
7489 * gdb.dwarf2/main-subprogram.exp: New file.
7490
7491 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7492
7493 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7494 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7495 gdb_test_no_output for a couple of cases.
7496 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7497
7498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7499
7500 Fix test names and standardize compilation error messages throughout
7501 the following files:
7502
7503 * gdb.ada/start.exp
7504 * gdb.arch/alpha-step.exp
7505 * gdb.arch/e500-prologue.exp
7506 * gdb.arch/ftrace-insn-reloc.exp
7507 * gdb.arch/gdb1291.exp
7508 * gdb.arch/gdb1431.exp
7509 * gdb.arch/gdb1558.exp
7510 * gdb.arch/i386-dr3-watch.exp
7511 * gdb.arch/i386-sse-stack-align.exp
7512 * gdb.arch/ia64-breakpoint-shadow.exp
7513 * gdb.arch/pa-nullify.exp
7514 * gdb.arch/powerpc-aix-prologue.exp
7515 * gdb.arch/thumb-bx-pc.exp
7516 * gdb.base/annota1.exp
7517 * gdb.base/annota3.exp
7518 * gdb.base/arrayidx.exp
7519 * gdb.base/assign.exp
7520 * gdb.base/attach.exp
7521 * gdb.base/auxv.exp
7522 * gdb.base/bang.exp
7523 * gdb.base/bfp-test.exp
7524 * gdb.base/bigcore.exp
7525 * gdb.base/bitfields2.exp
7526 * gdb.base/break-fun-addr.exp
7527 * gdb.base/break-probes.exp
7528 * gdb.base/call-rt-st.exp
7529 * gdb.base/callexit.exp
7530 * gdb.base/catch-fork-kill.exp
7531 * gdb.base/charset.exp
7532 * gdb.base/checkpoint.exp
7533 * gdb.base/comprdebug.exp
7534 * gdb.base/constvars.exp
7535 * gdb.base/coredump-filter.exp
7536 * gdb.base/cursal.exp
7537 * gdb.base/cvexpr.exp
7538 * gdb.base/detach.exp
7539 * gdb.base/display.exp
7540 * gdb.base/dmsym.exp
7541 * gdb.base/dprintf-pending.exp
7542 * gdb.base/dso2dso.exp
7543 * gdb.base/dtrace-probe.exp
7544 * gdb.base/dump.exp
7545 * gdb.base/enum_cond.exp
7546 * gdb.base/exe-lock.exp
7547 * gdb.base/exec-invalid-sysroot.exp
7548 * gdb.base/execl-update-breakpoints.exp
7549 * gdb.base/exprs.exp
7550 * gdb.base/fileio.exp
7551 * gdb.base/find.exp
7552 * gdb.base/finish.exp
7553 * gdb.base/fixsection.exp
7554 * gdb.base/foll-vfork.exp
7555 * gdb.base/frame-args.exp
7556 * gdb.base/gcore.exp
7557 * gdb.base/gdb1250.exp
7558 * gdb.base/global-var-nested-by-dso.exp
7559 * gdb.base/gnu-ifunc.exp
7560 * gdb.base/hashline1.exp
7561 * gdb.base/hashline2.exp
7562 * gdb.base/hashline3.exp
7563 * gdb.base/hbreak-in-shr-unsupported.exp
7564 * gdb.base/huge.exp
7565 * gdb.base/infcall-input.exp
7566 * gdb.base/info-fun.exp
7567 * gdb.base/info-shared.exp
7568 * gdb.base/jit-simple.exp
7569 * gdb.base/jit-so.exp
7570 * gdb.base/jit.exp
7571 * gdb.base/jump.exp
7572 * gdb.base/label.exp
7573 * gdb.base/lineinc.exp
7574 * gdb.base/logical.exp
7575 * gdb.base/longjmp.exp
7576 * gdb.base/macscp.exp
7577 * gdb.base/miscexprs.exp
7578 * gdb.base/new-ui-echo.exp
7579 * gdb.base/new-ui-pending-input.exp
7580 * gdb.base/new-ui.exp
7581 * gdb.base/nodebug.exp
7582 * gdb.base/nofield.exp
7583 * gdb.base/offsets.exp
7584 * gdb.base/overlays.exp
7585 * gdb.base/pending.exp
7586 * gdb.base/pointers.exp
7587 * gdb.base/pr11022.exp
7588 * gdb.base/printcmds.exp
7589 * gdb.base/prologue.exp
7590 * gdb.base/ptr-typedef.exp
7591 * gdb.base/realname-expand.exp
7592 * gdb.base/relativedebug.exp
7593 * gdb.base/relocate.exp
7594 * gdb.base/remote.exp
7595 * gdb.base/reread.exp
7596 * gdb.base/return2.exp
7597 * gdb.base/savedregs.exp
7598 * gdb.base/sep.exp
7599 * gdb.base/sepdebug.exp
7600 * gdb.base/sepsymtab.exp
7601 * gdb.base/set-inferior-tty.exp
7602 * gdb.base/setshow.exp
7603 * gdb.base/shlib-call.exp
7604 * gdb.base/sigaltstack.exp
7605 * gdb.base/siginfo-addr.exp
7606 * gdb.base/signals.exp
7607 * gdb.base/signull.exp
7608 * gdb.base/sigrepeat.exp
7609 * gdb.base/so-impl-ld.exp
7610 * gdb.base/solib-display.exp
7611 * gdb.base/solib-overlap.exp
7612 * gdb.base/solib-search.exp
7613 * gdb.base/solib-symbol.exp
7614 * gdb.base/structs.exp
7615 * gdb.base/structs2.exp
7616 * gdb.base/symtab-search-order.exp
7617 * gdb.base/twice.exp
7618 * gdb.base/unload.exp
7619 * gdb.base/varargs.exp
7620 * gdb.base/watchpoint-solib.exp
7621 * gdb.base/watchpoint.exp
7622 * gdb.base/whatis.exp
7623 * gdb.base/wrong_frame_bt_full.exp
7624 * gdb.btrace/dlopen.exp
7625 * gdb.cell/ea-standalone.exp
7626 * gdb.cell/ea-test.exp
7627 * gdb.cp/dispcxx.exp
7628 * gdb.cp/gdb2384.exp
7629 * gdb.cp/method2.exp
7630 * gdb.cp/nextoverthrow.exp
7631 * gdb.cp/pr10728.exp
7632 * gdb.disasm/am33.exp
7633 * gdb.disasm/h8300s.exp
7634 * gdb.disasm/mn10300.exp
7635 * gdb.disasm/sh3.exp
7636 * gdb.dwarf2/dw2-dir-file-name.exp
7637 * gdb.fortran/complex.exp
7638 * gdb.fortran/library-module.exp
7639 * gdb.guile/scm-pretty-print.exp
7640 * gdb.guile/scm-symbol.exp
7641 * gdb.guile/scm-type.exp
7642 * gdb.guile/scm-value.exp
7643 * gdb.linespec/linespec.exp
7644 * gdb.mi/gdb701.exp
7645 * gdb.mi/gdb792.exp
7646 * gdb.mi/mi-breakpoint-changed.exp
7647 * gdb.mi/mi-dprintf-pending.exp
7648 * gdb.mi/mi-dprintf.exp
7649 * gdb.mi/mi-exit-code.exp
7650 * gdb.mi/mi-pending.exp
7651 * gdb.mi/mi-solib.exp
7652 * gdb.mi/new-ui-mi-sync.exp
7653 * gdb.mi/pr11022.exp
7654 * gdb.mi/user-selected-context-sync.exp
7655 * gdb.opt/solib-intra-step.exp
7656 * gdb.python/py-events.exp
7657 * gdb.python/py-finish-breakpoint.exp
7658 * gdb.python/py-mi.exp
7659 * gdb.python/py-prettyprint.exp
7660 * gdb.python/py-shared.exp
7661 * gdb.python/py-symbol.exp
7662 * gdb.python/py-template.exp
7663 * gdb.python/py-type.exp
7664 * gdb.python/py-value.exp
7665 * gdb.reverse/solib-precsave.exp
7666 * gdb.reverse/solib-reverse.exp
7667 * gdb.server/solib-list.exp
7668 * gdb.stabs/weird.exp
7669 * gdb.threads/reconnect-signal.exp
7670 * gdb.threads/stepi-random-signal.exp
7671 * gdb.trace/actions.exp
7672 * gdb.trace/ax.exp
7673 * gdb.trace/backtrace.exp
7674 * gdb.trace/change-loc.exp
7675 * gdb.trace/deltrace.exp
7676 * gdb.trace/ftrace-lock.exp
7677 * gdb.trace/ftrace.exp
7678 * gdb.trace/infotrace.exp
7679 * gdb.trace/mi-tracepoint-changed.exp
7680 * gdb.trace/packetlen.exp
7681 * gdb.trace/passcount.exp
7682 * gdb.trace/pending.exp
7683 * gdb.trace/range-stepping.exp
7684 * gdb.trace/report.exp
7685 * gdb.trace/stap-trace.exp
7686 * gdb.trace/tfind.exp
7687 * gdb.trace/trace-break.exp
7688 * gdb.trace/trace-condition.exp
7689 * gdb.trace/trace-enable-disable.exp
7690 * gdb.trace/trace-mt.exp
7691 * gdb.trace/tracecmd.exp
7692 * gdb.trace/tspeed.exp
7693 * gdb.trace/tsv.exp
7694 * lib/perftest.exp
7695
7696 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7697
7698 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7699 with gdb_test_no_output.
7700 Use command as test name.
7701
7702 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7703
7704 Fix test names starting with uppercase throughout the files.
7705
7706 * gdb.ada/assign_1.exp
7707 * gdb.ada/boolean_expr.exp
7708 * gdb.base/arrayidx.exp
7709 * gdb.base/del.exp
7710 * gdb.base/gcore-buffer-overflow.exp
7711 * gdb.base/testenv.exp
7712 * gdb.compile/compile.exp
7713 * gdb.python/py-framefilter-invalidarg.exp
7714 * gdb.python/py-framefilter.exp
7715
7716 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7717
7718 Fix test names starting with uppercase throughout the files.
7719
7720 * gdb.ada/array_return.exp
7721 * gdb.ada/expr_delims.exp
7722 * gdb.ada/mi_dyn_arr.exp
7723 * gdb.ada/mi_interface.exp
7724 * gdb.ada/mi_var_array.exp
7725 * gdb.ada/watch_arg.exp
7726 * gdb.arch/alpha-step.exp
7727 * gdb.arch/altivec-regs.exp
7728 * gdb.arch/e500-regs.exp
7729 * gdb.arch/powerpc-d128-regs.exp
7730 * gdb.base/arrayidx.exp
7731 * gdb.base/break.exp
7732 * gdb.base/checkpoint.exp
7733 * gdb.base/debug-expr.exp
7734 * gdb.base/dmsym.exp
7735 * gdb.base/radix.exp
7736 * gdb.base/sepdebug.exp
7737 * gdb.base/testenv.exp
7738 * gdb.base/watch_thread_num.exp
7739 * gdb.base/watchpoint-cond-gone.exp
7740 * gdb.cell/break.exp
7741 * gdb.cell/ea-cache.exp
7742 * gdb.compile/compile.exp
7743 * gdb.cp/gdb2495.exp
7744 * gdb.gdb/selftest.exp
7745 * gdb.gdb/xfullpath.exp
7746 * gdb.go/hello.exp
7747 * gdb.go/integers.exp
7748 * gdb.objc/basicclass.exp
7749 * gdb.pascal/hello.exp
7750 * gdb.pascal/integers.exp
7751 * gdb.python/py-breakpoint.exp
7752 * gdb.python/py-cmd.exp
7753 * gdb.python/py-linetable.exp
7754 * gdb.python/py-xmethods.exp
7755 * gdb.python/python.exp
7756 * gdb.reverse/consecutive-precsave.exp
7757 * gdb.reverse/finish-precsave.exp
7758 * gdb.reverse/i386-precsave.exp
7759 * gdb.reverse/machinestate-precsave.exp
7760 * gdb.reverse/sigall-precsave.exp
7761 * gdb.reverse/solib-precsave.exp
7762 * gdb.reverse/step-precsave.exp
7763 * gdb.reverse/until-precsave.exp
7764 * gdb.reverse/watch-precsave.exp
7765 * gdb.threads/leader-exit.exp
7766 * gdb.threads/pthreads.exp
7767 * gdb.threads/wp-replication.exp
7768 * gdb.trace/actions.exp
7769 * gdb.trace/mi-tsv-changed.exp
7770 * gdb.trace/tsv.exp
7771
7772 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7773
7774 Fix test names starting with uppercase throughout the files.
7775
7776 * gdb.arch/i386-bp_permanent.exp
7777 * gdb.arch/i386-gnu-cfi.exp
7778 * gdb.base/disasm-end-cu.exp
7779 * gdb.base/macscp.exp
7780 * gdb.base/pending.exp
7781 * gdb.base/watch_thread_num.exp
7782 * gdb.cp/exception.exp
7783 * gdb.cp/gdb2495.exp
7784 * gdb.cp/local.exp
7785 * gdb.python/py-evsignal.exp
7786 * gdb.python/python.exp
7787 * gdb.trace/tracecmd.exp
7788
7789 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7790
7791 Fix test names starting with uppercase throughout the files.
7792
7793 * gdb.base/charset.exp
7794 * gdb.base/eval.exp
7795 * gdb.base/multi-forks.exp
7796 * gdb.guile/scm-progspace.exp
7797 * gdb.opencl/datatypes.exp
7798 * gdb.python/py-block.exp
7799 * gdb.python/py-function.exp
7800 * gdb.python/py-symbol.exp
7801 * gdb.python/py-symtab.exp
7802 * gdb.python/py-xmethods.exp
7803 * gdb.reverse/break-precsave.exp
7804 * gdb.reverse/break-reverse.exp
7805 * gdb.reverse/consecutive-precsave.exp
7806 * gdb.reverse/consecutive-reverse.exp
7807 * gdb.reverse/finish-precsave.exp
7808 * gdb.reverse/finish-reverse-bkpt.exp
7809 * gdb.reverse/finish-reverse.exp
7810 * gdb.reverse/fstatat-reverse.exp
7811 * gdb.reverse/getresuid-reverse.exp
7812 * gdb.reverse/i386-precsave.exp
7813 * gdb.reverse/i386-reverse.exp
7814 * gdb.reverse/i386-sse-reverse.exp
7815 * gdb.reverse/i387-stack-reverse.exp
7816 * gdb.reverse/insn-reverse.exp
7817 * gdb.reverse/machinestate-precsave.exp
7818 * gdb.reverse/machinestate.exp
7819 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7820 * gdb.reverse/pipe-reverse.exp
7821 * gdb.reverse/readv-reverse.exp
7822 * gdb.reverse/recvmsg-reverse.exp
7823 * gdb.reverse/rerun-prec.exp
7824 * gdb.reverse/s390-mvcle.exp
7825 * gdb.reverse/sigall-precsave.exp
7826 * gdb.reverse/sigall-reverse.exp
7827 * gdb.reverse/solib-precsave.exp
7828 * gdb.reverse/solib-reverse.exp
7829 * gdb.reverse/step-precsave.exp
7830 * gdb.reverse/step-reverse.exp
7831 * gdb.reverse/time-reverse.exp
7832 * gdb.reverse/until-precsave.exp
7833 * gdb.reverse/until-reverse.exp
7834 * gdb.reverse/waitpid-reverse.exp
7835 * gdb.reverse/watch-precsave.exp
7836 * gdb.reverse/watch-reverse.exp
7837
7838 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7839
7840 Fix test names starting with uppercase throughout the files.
7841
7842 * gdb.arch/i386-mpx-simple_segv.exp
7843 * gdb.arch/i386-mpx.exp
7844 * gdb.arch/i386-permbkpt.exp
7845 * gdb.arch/pa-nullify.exp
7846 * gdb.arch/powerpc-d128-regs.exp
7847 * gdb.arch/vsx-regs.exp
7848 * gdb.base/bfp-test.exp
7849 * gdb.base/break.exp
7850 * gdb.base/breakpoint-shadow.exp
7851 * gdb.base/callfuncs.exp
7852 * gdb.base/charset.exp
7853 * gdb.base/commands.exp
7854 * gdb.base/completion.exp
7855 * gdb.base/dfp-test.exp
7856 * gdb.base/echo.exp
7857 * gdb.base/ending-run.exp
7858 * gdb.base/eval.exp
7859 * gdb.base/expand-psymtabs.exp
7860 * gdb.base/float128.exp
7861 * gdb.base/floatn.exp
7862 * gdb.base/foll-exec-mode.exp
7863 * gdb.base/gdb1056.exp
7864 * gdb.base/gdb11531.exp
7865 * gdb.base/kill-after-signal.exp
7866 * gdb.base/multi-forks.exp
7867 * gdb.base/overlays.exp
7868 * gdb.base/pending.exp
7869 * gdb.base/sepdebug.exp
7870 * gdb.base/testenv.exp
7871 * gdb.base/valgrind-db-attach.exp
7872 * gdb.base/watch_thread_num.exp
7873 * gdb.base/watchpoint-cond-gone.exp
7874 * gdb.base/watchpoint.exp
7875 * gdb.base/watchpoints.exp
7876 * gdb.cp/arg-reference.exp
7877 * gdb.cp/baseenum.exp
7878 * gdb.cp/operator.exp
7879 * gdb.cp/shadow.exp
7880 * gdb.dwarf2/dw2-op-out-param.exp
7881 * gdb.dwarf2/dw2-reg-undefined.exp
7882 * gdb.go/chan.exp
7883 * gdb.go/hello.exp
7884 * gdb.go/integers.exp
7885 * gdb.go/methods.exp
7886 * gdb.go/package.exp
7887 * gdb.guile/scm-parameter.exp
7888 * gdb.guile/scm-progspace.exp
7889 * gdb.guile/scm-value.exp
7890 * gdb.mi/mi-pending.exp
7891 * gdb.mi/user-selected-context-sync.exp
7892 * gdb.multi/multi-attach.exp
7893 * gdb.multi/tids.exp
7894 * gdb.opt/clobbered-registers-O2.exp
7895 * gdb.pascal/floats.exp
7896 * gdb.pascal/integers.exp
7897 * gdb.python/py-block.exp
7898 * gdb.python/py-events.exp
7899 * gdb.python/py-parameter.exp
7900 * gdb.python/py-symbol.exp
7901 * gdb.python/py-symtab.exp
7902 * gdb.python/py-type.exp
7903 * gdb.python/py-value.exp
7904 * gdb.python/py-xmethods.exp
7905 * gdb.python/python.exp
7906 * gdb.reverse/break-precsave.exp
7907 * gdb.reverse/consecutive-precsave.exp
7908 * gdb.reverse/finish-precsave.exp
7909 * gdb.reverse/i386-precsave.exp
7910 * gdb.reverse/machinestate-precsave.exp
7911 * gdb.reverse/sigall-precsave.exp
7912 * gdb.reverse/solib-precsave.exp
7913 * gdb.reverse/step-precsave.exp
7914 * gdb.reverse/until-precsave.exp
7915 * gdb.reverse/watch-precsave.exp
7916 * gdb.server/ext-attach.exp
7917 * gdb.server/ext-restart.exp
7918 * gdb.server/ext-run.exp
7919 * gdb.server/ext-wrapper.exp
7920 * gdb.stabs/gdb11479.exp
7921 * gdb.stabs/weird.exp
7922 * gdb.threads/attach-many-short-lived-threads.exp
7923 * gdb.threads/kill.exp
7924 * gdb.threads/watchpoint-fork.exp
7925
7926 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7927
7928 Fix test names starting with uppercase throughout all the files below.
7929
7930 * gdb.ada/array_return.exp
7931 * gdb.ada/catch_ex.exp
7932 * gdb.ada/info_exc.exp
7933 * gdb.ada/mi_catch_ex.exp
7934 * gdb.ada/mi_dyn_arr.exp
7935 * gdb.ada/mi_ex_cond.exp
7936 * gdb.ada/mi_exc_info.exp
7937 * gdb.ada/mi_interface.exp
7938 * gdb.ada/mi_task_arg.exp
7939 * gdb.ada/mi_task_info.exp
7940 * gdb.ada/mi_var_array.exp
7941 * gdb.arch/alpha-step.exp
7942 * gdb.arch/amd64-disp-step.exp
7943 * gdb.arch/arm-disp-step.exp
7944 * gdb.arch/disp-step-insn-reloc.exp
7945 * gdb.arch/e500-prologue.exp
7946 * gdb.arch/ftrace-insn-reloc.exp
7947 * gdb.arch/gdb1558.exp
7948 * gdb.arch/i386-bp_permanent.exp
7949 * gdb.arch/i386-disp-step.exp
7950 * gdb.arch/i386-float.exp
7951 * gdb.arch/i386-gnu-cfi.exp
7952 * gdb.arch/ia64-breakpoint-shadow.exp
7953 * gdb.arch/mips16-thunks.exp
7954 * gdb.arch/pa-nullify.exp
7955 * gdb.arch/powerpc-aix-prologue.exp
7956 * gdb.arch/powerpc-power.exp
7957 * gdb.arch/ppc-dfp.exp
7958 * gdb.arch/s390-tdbregs.exp
7959 * gdb.arch/spu-info.exp
7960 * gdb.arch/spu-ls.exp
7961 * gdb.arch/thumb-bx-pc.exp
7962 * gdb.base/advance.exp
7963 * gdb.base/annota-input-while-running.exp
7964 * gdb.base/arrayidx.exp
7965 * gdb.base/asmlabel.exp
7966 * gdb.base/async.exp
7967 * gdb.base/attach-wait-input.exp
7968 * gdb.base/auto-connect-native-target.exp
7969 * gdb.base/batch-preserve-term-settings.exp
7970 * gdb.base/bfp-test.exp
7971 * gdb.base/bigcore.exp
7972 * gdb.base/bp-permanent.exp
7973 * gdb.base/break-always.exp
7974 * gdb.base/break-fun-addr.exp
7975 * gdb.base/break-idempotent.exp
7976 * gdb.base/break-main-file-remove-fail.exp
7977 * gdb.base/break-probes.exp
7978 * gdb.base/break-unload-file.exp
7979 * gdb.base/break.exp
7980 * gdb.base/call-ar-st.exp
7981 * gdb.base/call-rt-st.exp
7982 * gdb.base/call-sc.exp
7983 * gdb.base/call-signal-resume.exp
7984 * gdb.base/call-strs.exp
7985 * gdb.base/callexit.exp
7986 * gdb.base/callfuncs.exp
7987 * gdb.base/catch-gdb-caused-signals.exp
7988 * gdb.base/catch-signal-siginfo-cond.exp
7989 * gdb.base/catch-syscall.exp
7990 * gdb.base/compare-sections.exp
7991 * gdb.base/cond-eval-mode.exp
7992 * gdb.base/condbreak-call-false.exp
7993 * gdb.base/consecutive-step-over.exp
7994 * gdb.base/cursal.exp
7995 * gdb.base/disabled-location.exp
7996 * gdb.base/disasm-end-cu.exp
7997 * gdb.base/display.exp
7998 * gdb.base/double-prompt-target-event-error.exp
7999 * gdb.base/dprintf-bp-same-addr.exp
8000 * gdb.base/dprintf-detach.exp
8001 * gdb.base/dprintf-next.exp
8002 * gdb.base/dprintf-non-stop.exp
8003 * gdb.base/dprintf-pending.exp
8004 * gdb.base/dso2dso.exp
8005 * gdb.base/ending-run.exp
8006 * gdb.base/enum_cond.exp
8007 * gdb.base/examine-backward.exp
8008 * gdb.base/exe-lock.exp
8009 * gdb.base/exec-invalid-sysroot.exp
8010 * gdb.base/execl-update-breakpoints.exp
8011 * gdb.base/execution-termios.exp
8012 * gdb.base/fileio.exp
8013 * gdb.base/fixsection.exp
8014 * gdb.base/foll-exec-mode.exp
8015 * gdb.base/foll-exec.exp
8016 * gdb.base/fork-running-state.exp
8017 * gdb.base/frame-args.exp
8018 * gdb.base/fullpath-expand.exp
8019 * gdb.base/func-ptr.exp
8020 * gdb.base/gcore-relro-pie.exp
8021 * gdb.base/gdb1090.exp
8022 * gdb.base/gdb1555.exp
8023 * gdb.base/global-var-nested-by-dso.exp
8024 * gdb.base/gnu-ifunc.exp
8025 * gdb.base/hbreak-in-shr-unsupported.exp
8026 * gdb.base/hbreak-unmapped.exp
8027 * gdb.base/hook-stop.exp
8028 * gdb.base/infcall-input.exp
8029 * gdb.base/info-fun.exp
8030 * gdb.base/info-shared.exp
8031 * gdb.base/interrupt-noterm.exp
8032 * gdb.base/jit-so.exp
8033 * gdb.base/jit.exp
8034 * gdb.base/line-symtabs.exp
8035 * gdb.base/list.exp
8036 * gdb.base/longjmp.exp
8037 * gdb.base/macscp.exp
8038 * gdb.base/max-value-size.exp
8039 * gdb.base/nodebug.exp
8040 * gdb.base/nofield.exp
8041 * gdb.base/overlays.exp
8042 * gdb.base/paginate-after-ctrl-c-running.exp
8043 * gdb.base/paginate-bg-execution.exp
8044 * gdb.base/paginate-inferior-exit.exp
8045 * gdb.base/pending.exp
8046 * gdb.base/pr11022.exp
8047 * gdb.base/printcmds.exp
8048 * gdb.base/ptr-typedef.exp
8049 * gdb.base/ptype.exp
8050 * gdb.base/randomize.exp
8051 * gdb.base/range-stepping.exp
8052 * gdb.base/realname-expand.exp
8053 * gdb.base/relativedebug.exp
8054 * gdb.base/remote.exp
8055 * gdb.base/savedregs.exp
8056 * gdb.base/sepdebug.exp
8057 * gdb.base/set-noassign.exp
8058 * gdb.base/shlib-call.exp
8059 * gdb.base/shreloc.exp
8060 * gdb.base/sigaltstack.exp
8061 * gdb.base/sigbpt.exp
8062 * gdb.base/siginfo-addr.exp
8063 * gdb.base/siginfo-obj.exp
8064 * gdb.base/siginfo-thread.exp
8065 * gdb.base/signest.exp
8066 * gdb.base/signull.exp
8067 * gdb.base/sigrepeat.exp
8068 * gdb.base/skip.exp
8069 * gdb.base/so-impl-ld.exp
8070 * gdb.base/solib-corrupted.exp
8071 * gdb.base/solib-disc.exp
8072 * gdb.base/solib-display.exp
8073 * gdb.base/solib-overlap.exp
8074 * gdb.base/solib-search.exp
8075 * gdb.base/solib-symbol.exp
8076 * gdb.base/source-execution.exp
8077 * gdb.base/sss-bp-on-user-bp-2.exp
8078 * gdb.base/sss-bp-on-user-bp.exp
8079 * gdb.base/stack-checking.exp
8080 * gdb.base/stale-infcall.exp
8081 * gdb.base/step-break.exp
8082 * gdb.base/step-line.exp
8083 * gdb.base/step-over-exit.exp
8084 * gdb.base/step-test.exp
8085 * gdb.base/structs.exp
8086 * gdb.base/sym-file.exp
8087 * gdb.base/symtab-search-order.exp
8088 * gdb.base/term.exp
8089 * gdb.base/type-opaque.exp
8090 * gdb.base/unload.exp
8091 * gdb.base/until-nodebug.exp
8092 * gdb.base/until.exp
8093 * gdb.base/unwindonsignal.exp
8094 * gdb.base/watch-cond.exp
8095 * gdb.base/watch-non-mem.exp
8096 * gdb.base/watch_thread_num.exp
8097 * gdb.base/watchpoint-reuse-slot.exp
8098 * gdb.base/watchpoint-solib.exp
8099 * gdb.base/watchpoint.exp
8100 * gdb.btrace/dlopen.exp
8101 * gdb.cell/arch.exp
8102 * gdb.cell/break.exp
8103 * gdb.cell/bt.exp
8104 * gdb.cell/core.exp
8105 * gdb.cell/data.exp
8106 * gdb.cell/dwarfaddr.exp
8107 * gdb.cell/ea-cache.exp
8108 * gdb.cell/ea-standalone.exp
8109 * gdb.cell/ea-test.exp
8110 * gdb.cell/f-regs.exp
8111 * gdb.cell/fork.exp
8112 * gdb.cell/gcore.exp
8113 * gdb.cell/mem-access.exp
8114 * gdb.cell/ptype.exp
8115 * gdb.cell/registers.exp
8116 * gdb.cell/sizeof.exp
8117 * gdb.cell/solib-symbol.exp
8118 * gdb.cell/solib.exp
8119 * gdb.compile/compile-tls.exp
8120 * gdb.cp/exception.exp
8121 * gdb.cp/gdb2495.exp
8122 * gdb.cp/local.exp
8123 * gdb.cp/mb-inline.exp
8124 * gdb.cp/mb-templates.exp
8125 * gdb.cp/pr10687.exp
8126 * gdb.cp/pr9167.exp
8127 * gdb.cp/scope-err.exp
8128 * gdb.cp/templates.exp
8129 * gdb.cp/virtfunc.exp
8130 * gdb.dwarf2/dw2-dir-file-name.exp
8131 * gdb.dwarf2/dw2-single-line-discriminators.exp
8132 * gdb.fortran/complex.exp
8133 * gdb.fortran/library-module.exp
8134 * gdb.guile/guile.exp
8135 * gdb.guile/scm-cmd.exp
8136 * gdb.guile/scm-frame-inline.exp
8137 * gdb.guile/scm-objfile.exp
8138 * gdb.guile/scm-pretty-print.exp
8139 * gdb.guile/scm-symbol.exp
8140 * gdb.guile/scm-type.exp
8141 * gdb.guile/scm-value.exp
8142 * gdb.linespec/keywords.exp
8143 * gdb.linespec/ls-errs.exp
8144 * gdb.linespec/macro-relative.exp
8145 * gdb.linespec/thread.exp
8146 * gdb.mi/mi-breakpoint-changed.exp
8147 * gdb.mi/mi-dprintf-pending.exp
8148 * gdb.mi/mi-fullname-deleted.exp
8149 * gdb.mi/mi-logging.exp
8150 * gdb.mi/mi-pending.exp
8151 * gdb.mi/mi-solib.exp
8152 * gdb.mi/new-ui-mi-sync.exp
8153 * gdb.mi/user-selected-context-sync.exp
8154 * gdb.multi/dummy-frame-restore.exp
8155 * gdb.multi/multi-arch-exec.exp
8156 * gdb.multi/remove-inferiors.exp
8157 * gdb.multi/watchpoint-multi-exit.exp
8158 * gdb.opt/solib-intra-step.exp
8159 * gdb.perf/backtrace.exp
8160 * gdb.perf/single-step.exp
8161 * gdb.perf/skip-command.exp
8162 * gdb.perf/skip-prologue.exp
8163 * gdb.perf/solib.exp
8164 * gdb.python/lib-types.exp
8165 * gdb.python/py-as-string.exp
8166 * gdb.python/py-bad-printers.exp
8167 * gdb.python/py-block.exp
8168 * gdb.python/py-breakpoint.exp
8169 * gdb.python/py-cmd.exp
8170 * gdb.python/py-events.exp
8171 * gdb.python/py-evthreads.exp
8172 * gdb.python/py-finish-breakpoint.exp
8173 * gdb.python/py-finish-breakpoint2.exp
8174 * gdb.python/py-frame-inline.exp
8175 * gdb.python/py-frame.exp
8176 * gdb.python/py-inferior.exp
8177 * gdb.python/py-infthread.exp
8178 * gdb.python/py-mi.exp
8179 * gdb.python/py-objfile.exp
8180 * gdb.python/py-pp-maint.exp
8181 * gdb.python/py-pp-registration.exp
8182 * gdb.python/py-prettyprint.exp
8183 * gdb.python/py-recurse-unwind.exp
8184 * gdb.python/py-shared.exp
8185 * gdb.python/py-symbol.exp
8186 * gdb.python/py-symtab.exp
8187 * gdb.python/py-template.exp
8188 * gdb.python/py-type.exp
8189 * gdb.python/py-unwind-maint.exp
8190 * gdb.python/py-unwind.exp
8191 * gdb.python/py-value.exp
8192 * gdb.python/python.exp
8193 * gdb.reverse/finish-reverse-bkpt.exp
8194 * gdb.reverse/insn-reverse.exp
8195 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8196 * gdb.reverse/solib-precsave.exp
8197 * gdb.reverse/solib-reverse.exp
8198 * gdb.stabs/gdb11479.exp
8199 * gdb.stabs/weird.exp
8200 * gdb.threads/fork-child-threads.exp
8201 * gdb.threads/fork-plus-threads.exp
8202 * gdb.threads/fork-thread-pending.exp
8203 * gdb.threads/forking-threads-plus-breakpoint.exp
8204 * gdb.threads/hand-call-in-threads.exp
8205 * gdb.threads/interrupted-hand-call.exp
8206 * gdb.threads/linux-dp.exp
8207 * gdb.threads/local-watch-wrong-thread.exp
8208 * gdb.threads/next-while-other-thread-longjmps.exp
8209 * gdb.threads/non-ldr-exit.exp
8210 * gdb.threads/pending-step.exp
8211 * gdb.threads/print-threads.exp
8212 * gdb.threads/process-dies-while-detaching.exp
8213 * gdb.threads/process-dies-while-handling-bp.exp
8214 * gdb.threads/pthreads.exp
8215 * gdb.threads/queue-signal.exp
8216 * gdb.threads/reconnect-signal.exp
8217 * gdb.threads/signal-command-handle-nopass.exp
8218 * gdb.threads/signal-command-multiple-signals-pending.exp
8219 * gdb.threads/signal-delivered-right-thread.exp
8220 * gdb.threads/signal-sigtrap.exp
8221 * gdb.threads/sigthread.exp
8222 * gdb.threads/staticthreads.exp
8223 * gdb.threads/stepi-random-signal.exp
8224 * gdb.threads/thread-unwindonsignal.exp
8225 * gdb.threads/thread_check.exp
8226 * gdb.threads/thread_events.exp
8227 * gdb.threads/tid-reuse.exp
8228 * gdb.threads/tls-nodebug.exp
8229 * gdb.threads/tls-shared.exp
8230 * gdb.threads/tls-so_extern.exp
8231 * gdb.threads/tls.exp
8232 * gdb.threads/wp-replication.exp
8233 * gdb.trace/actions-changed.exp
8234 * gdb.trace/actions.exp
8235 * gdb.trace/backtrace.exp
8236 * gdb.trace/change-loc.exp
8237 * gdb.trace/collection.exp
8238 * gdb.trace/deltrace.exp
8239 * gdb.trace/disconnected-tracing.exp
8240 * gdb.trace/entry-values.exp
8241 * gdb.trace/ftrace-lock.exp
8242 * gdb.trace/ftrace.exp
8243 * gdb.trace/infotrace.exp
8244 * gdb.trace/mi-trace-frame-collected.exp
8245 * gdb.trace/mi-trace-unavailable.exp
8246 * gdb.trace/mi-traceframe-changed.exp
8247 * gdb.trace/mi-tracepoint-changed.exp
8248 * gdb.trace/mi-tsv-changed.exp
8249 * gdb.trace/no-attach-trace.exp
8250 * gdb.trace/packetlen.exp
8251 * gdb.trace/passc-dyn.exp
8252 * gdb.trace/passcount.exp
8253 * gdb.trace/pending.exp
8254 * gdb.trace/pr16508.exp
8255 * gdb.trace/qtro.exp
8256 * gdb.trace/range-stepping.exp
8257 * gdb.trace/read-memory.exp
8258 * gdb.trace/report.exp
8259 * gdb.trace/save-trace.exp
8260 * gdb.trace/signal.exp
8261 * gdb.trace/stap-trace.exp
8262 * gdb.trace/status-stop.exp
8263 * gdb.trace/strace.exp
8264 * gdb.trace/tfile.exp
8265 * gdb.trace/tfind.exp
8266 * gdb.trace/trace-break.exp
8267 * gdb.trace/trace-condition.exp
8268 * gdb.trace/trace-enable-disable.exp
8269 * gdb.trace/trace-mt.exp
8270 * gdb.trace/tracecmd.exp
8271 * gdb.trace/tracefile-pseudo-reg.exp
8272 * gdb.trace/tspeed.exp
8273 * gdb.trace/tstatus.exp
8274 * gdb.trace/tsv.exp
8275 * gdb.trace/unavailable.exp
8276 * gdb.trace/while-dyn.exp
8277 * gdb.trace/while-stepping.exp
8278 * lib/gdb-guile.exp
8279 * lib/gdb.exp
8280 * lib/mi-support.exp
8281 * lib/pascal.exp
8282 * lib/perftest.exp
8283 * lib/prelink-support.exp
8284 * lib/selftest-support.exp
8285
8286 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8287
8288 * Makefile.in: Include disable-implicit-rules.mk.
8289
8290 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8293 non-byte-aligned bit fields.
8294
8295 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8296
8297 PR gdb/12616
8298 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8299 respects the DW_AT_data_bit_offset attribute.
8300
8301 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8302
8303 * gdb.base/default.exp: Fix output of "set language".
8304
8305 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8306
8307 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8308 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8309 make.
8310 * configure.ac: Remove checks for the make program.
8311 * configure: Re-generate.
8312
8313 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8314
8315 * gdb.python/py-recurse-unwind.c (main): Add loop.
8316 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8317 to read_register() and gdb.parse_and_eval(). Make each code
8318 call a separate case that can be individually tested.
8319 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8320 proc. Call cont_and_backtrace for each of the code paths that
8321 we want to test in the unwinder.
8322
8323 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8324
8325 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8326 the definition of struct S.
8327
8328 2016-11-11 Catherine Moore <clm@codesourcery.com>
8329
8330 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8331
8332 2016-11-09 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/commands.exp (runto_or_return): New procedure.
8335 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8336 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8337 (progvar_simple_while_test, progvar_complex_if_while_test)
8338 (if_while_breakpoint_command_test)
8339 (infrun_breakpoint_command_test, breakpoint_command_test)
8340 (user_defined_command_test, watchpoint_command_test)
8341 (test_command_prompt_position, redefine_hook_test)
8342 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8343 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8344 multi_line_input and multi_line. Remove gdb_expect and
8345 gdb_stop_suppressing_tests uses.
8346 * lib/gdb.exp (valnum_re): New global.
8347 (multi_line_input): New procedure.
8348
8349 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8350
8351 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8352 Remove.
8353 (test_setup): Define with proc_with_prefix.
8354 (test_cli_inferior): Likewise.
8355 (test_cli_thread): Likewise.
8356 (test_cli_frame): Likewise.
8357 (test_cli_select_frame): Likewise.
8358 (test_cli_up_down): Likewise.
8359 (test_mi_thread_select): Likewise.
8360 (test_mi_stack_select_frame): Likewise.
8361 (test_cli_in_mi_inferior): Likewise.
8362 (test_cli_in_mi_thread): Likewise.
8363 (test_cli_in_mi_frame): Likewise.
8364 (top level): Do not use with_test_prefix_procname.
8365
8366 2016-11-09 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/commands.exp (gdbvar_simple_if_test)
8369 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8370 (progvar_simple_if_test, progvar_simple_while_test)
8371 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8372 (infrun_breakpoint_command_test, breakpoint_command_test)
8373 (user_defined_command_test, watchpoint_command_test)
8374 (test_command_prompt_position, deprecated_command_test)
8375 (bp_deleted_in_command, temporary_breakpoint_commands)
8376 (stray_arg0_test, source_file_with_indented_comment)
8377 (recursive_source_test, if_commands_test)
8378 (error_clears_commands_left, redefine_hook_test)
8379 (redefine_backtrace_test): Use proc_with_prefix.
8380 * lib/gdb.exp (proc_with_prefix): New proc.
8381
8382 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8383
8384 * gdb.base/tui-layout.c: New file.
8385 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8386 disassembly window contains very long lines.
8387
8388 2016-11-08 Tom Tromey <tom@tromey.com>
8389
8390 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8391 depend on Python 2.
8392
8393 2016-11-08 Tom Tromey <tom@tromey.com>
8394
8395 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8396 New method.
8397
8398 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8399
8400 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8401
8402 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8403
8404 * gdb.rust/simple.rs: Add test for univariant enums without
8405 discriminants and for encoded struct-like enums.
8406
8407 2016-10-28 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8410 gdb_test_multiple, tighten regexps and match symtabs and line
8411 tables incrementally.
8412
8413 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8414
8415 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8416 general.
8417
8418 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8419
8420 * gdb.base/exec-invalid-sysroot.exp: New file.
8421
8422 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8425
8426 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8427
8428 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8429
8430 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8431
8432 * gdb.base/killed-outside.exp: Remove $options from a call to
8433 `prepare_for_testing'.
8434
8435 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8438 Change test message.
8439
8440 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8443 Update comment.
8444
8445 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.trace/mi-trace-save.exp: New file.
8448
8449 2016-10-13 Yao Qi <yao.qi@linaro.org>
8450
8451 * gdb.base/code_elim.exp (get_var_address): Remove.
8452 * gdb.base/relocate.exp: Likewise.
8453 * gdb.base/shreloc.exp: Likewise.
8454 * lib/gdb.exp (get_var_address): New.
8455
8456 2016-10-13 Yao Qi <yao.qi@linaro.org>
8457
8458 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8459 floating point tests if $skip_float_test is false.
8460
8461 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8462
8463 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8464 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8465 argc values.
8466 Add 1 to argc so we guarantee distinct initial/modified argc values.
8467
8468 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8471
8472 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8473
8474 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8475 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8476 * gdb.arch/vsx-regs.exp: Likewise.
8477
8478 2016-10-07 Yao Qi <yao.qi@linaro.org>
8479
8480 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8481
8482 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8483
8484 * gdb.python/python.exp: Test decode_line("*0").
8485
8486 2016-10-06 Doug Evans <dje@google.com>
8487
8488 * gdb.python/py-value.exp (test_value_creation): Add test for large
8489 unsigned 64-bit value.
8490
8491 2016-10-06 Tom Tromey <tom@tromey.com>
8492
8493 * gdb.compile/compile.exp: Change java tests to rust.
8494 * gdb.base/setshow.exp: Change java tests to rust.
8495 * gdb.base/default.exp: Remove java from language list.
8496 * README (Examples): Update language example.
8497 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8498 test.
8499 * lib/gdb.exp (skip_java_tests): Remove.
8500 * lib/java.exp: Remove.
8501 * gdb.java: Remove.
8502
8503 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8504
8505 * gdb.arch/mips-fcr.exp: New test.
8506 * gdb.arch/mips-fcr.c: Source for the new test.
8507
8508 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8509
8510 * gdb.base/solib-disc.exp: Use `standard_output_file'
8511 throughout.
8512
8513 2016-10-06 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.base/jit-simple-dl.c: New file.
8516 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8517 * gdb.base/jit-simple.c: ... this.
8518 * gdb.base/jit-simple.exp (jit_run): Delete.
8519 (build_jit): New proc.
8520 (jit_test_reread): Recompile either the main program or the shared
8521 library, depending on what is being tested. Skip changing address
8522 if caller wants to. Compare before/after addresses. If testing
8523 standalone, explicitly load the binary. Test "maint info
8524 breakpoints".
8525 (top level): Add "standalone vs shared lib" and "change address"
8526 vs "same address" axes.
8527
8528 2016-10-06 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8531 call.
8532 (jit_run): Delete.
8533 (jit_test_reread): Use with_test_prefix. Reload the main binary
8534 explicitly. Compare the before/after addresses of the JIT
8535 descriptor.
8536
8537 2016-08-15 Doug Evans <dje@google.com>
8538
8539 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8540 for single bitfields is bool.
8541 * gdb.xml/tdesc-regs.exp: Ditto.
8542
8543 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8546
8547 2016-10-05 Yao Qi <yao.qi@linaro.org>
8548
8549 * lib/gdb.exp (support_complex_tests): Return zero if
8550 gdb_skip_float_test return true.
8551
8552 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8553 Simon Marchi <simon.marchi@ericsson.com>
8554
8555 PR gdb/20487
8556 * gdb.mi/user-selected-context-sync.exp: New file.
8557 * gdb.mi/user-selected-context-sync.c: New file.
8558
8559 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8560 Simon Marchi <simon.marchi@ericsson.com>
8561
8562 PR gdb/20487
8563 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8564 =thread-select-event check.
8565
8566 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8567
8568 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8569 the compulsory L operand changes.
8570 * gdb.arch/powerpc-power.s: Likewise.
8571
8572 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8573
8574 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8575 * gdb.base/jit-attach-pie.c: New file.
8576 * gdb.base/jit-attach-pie.exp: New file.
8577
8578 2016-09-28 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/infcall-input.c: New file.
8581 * gdb.base/infcall-input.exp: New file.
8582
8583 2016-09-22 Yao Qi <yao.qi@linaro.org>
8584
8585 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8586 (gdb_exit): Rename it to ...
8587 (gdbserver_gdb_exit): ... Close GDBserver.
8588 (gdb_exit): New proc, call gdbserver_gdb_exit.
8589 (mi_gdb_exit): Likewise.
8590
8591 2016-09-22 Yao Qi <yao.qi@linaro.org>
8592
8593 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8594 path.
8595 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8596 Remove duplication.
8597
8598 2016-09-22 Yao Qi <yao.qi@linaro.org>
8599
8600 * lib/gdbserver-support.exp: Check the existence of
8601 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8602
8603 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8604
8605 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8606
8607 2016-09-21 Tom Tromey <tom@tromey.com>
8608
8609 PR gdb/20604:
8610 * gdb.base/quit.exp: New file.
8611
8612 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 * .gitignore: New file.
8615
8616 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8617
8618 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8619 throughout.
8620
8621 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8622
8623 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8624
8625 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8626
8627 * gdb.cp/casts.cc (decltype): Move it ...
8628 (main): ... with its call to ...
8629 * gdb.cp/casts03.cc: ... a new file.
8630 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8631
8632 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8633
8634 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8635
8636 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8637
8638 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8639 and sync up the test with tests in gas/testsuite/gas/ppc.
8640 * gdb.arch/powerpc-power.exp: Likewise.
8641
8642 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8645
8646 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8647 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8650 make m1's definition to be different from m2's. Use 'dummy' as an
8651 argument for probe 'two'.
8652
8653 2016-09-10 Jon Beniston <jon@beniston.com>
8654
8655 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8656 for sim target.
8657
8658 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8659
8660 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8661 variable declaration.
8662 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8663 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8664 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8665 received HWCAP as its argument.
8666
8667 2016-09-06 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/new-ui-pending-input.c: New file.
8670 * gdb.base/new-ui-pending-input.exp: New file.
8671 * gdb.exp (clear_gdb_spawn_id): New procedure.
8672 (with_spawn_id): Check whether gdb_spawn_id exists before
8673 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8674 on exit.
8675
8676 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8677
8678 * gdb.base/float128.c: New file.
8679 * gdb.base/float128.exp: Likewise.
8680 * gdb.base/floatn.c: Likewise.
8681 * gdb.base/floatn.exp: Likewise.
8682
8683 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8684
8685 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8686
8687 2016-09-05 Pedro Alves <palves@redhat.com>
8688
8689 PR backtrace/19927
8690 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8691 unwinders are immediately called as side effect of "source" or
8692 "disable unwinder" commands.
8693 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8694
8695 2016-09-02 Yao Qi <yao.qi@linaro.org>
8696
8697 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8698 is true and $type is "float" or "double".
8699
8700 2016-09-02 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8703 true.
8704 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8705 * gdb.base/call-rt-st.exp: Likewise.
8706 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8707 return value instead of gdb,skip_float_test.
8708 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8709 (do_function_calls): Use its return value instead of
8710 gdb,skip_float_test.
8711 * gdb.base/finish.exp: Likewise.
8712 * gdb.base/funcargs.exp: Likewise.
8713 * gdb.base/return.exp: Likewise.
8714 * gdb.base/return2.exp: Likewise.
8715 * gdb.base/varargs.exp: Likewise.
8716 * lib/gdb.exp (gdb_skip_float_test): Change it to
8717 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8718
8719 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8720
8721 * gdb.multi/tids.exp: Test "thread apply all".
8722
8723 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8724
8725 * gdb.base/default.exp (tty): Remove.
8726
8727 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8728
8729 * gdb.python/py-recurse-unwind.c: New file.
8730 * gdb.python/py-recurse-unwind.py: New file.
8731 * gdb.python/py-recurse-unwind.exp: New file.
8732
8733 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8734
8735 * gdb.base/set-inferior-tty.exp: New file.
8736 * gdb.base/set-inferior-tty.c: New file.
8737
8738 2016-08-23 Pedro Alves <palves@redhat.com>
8739
8740 PR gdb/20494
8741 * gdb.base/new-ui-echo.c: New file.
8742 * gdb.base/new-ui-echo.exp: New file.
8743
8744 2016-08-23 Yao Qi <yao.qi@linaro.org>
8745
8746 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8747 gdbserver_spawn.
8748 * gdb.server/connect-without-multi-process.exp (do_test):
8749 Likewise.
8750
8751 2016-08-23 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8754 standalone_txt. Delete gdb_txt and standalone_txt on host
8755 and target. Spawn the binary on target. Copy files from
8756 target to host.
8757
8758 2016-08-22 Pedro Alves <palves@redhat.com>
8759
8760 PR gdb/20505
8761 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8762 with_test_prefix. Factor out bits to ...
8763 (test_no_vdso): ... this new procedure.
8764
8765 2016-08-19 Carl Love <cel@us.ibm.com>
8766
8767 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8768 maintaining separate logic for constructing the output path.
8769 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8770 * gdb.arch/ppc-dfp.exp: Likewise.
8771 * gdb.arch/ppc-fp.exp: Likewise.
8772 * gdb.arch/vsx-regs.exp: Likewise.
8773 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8774 binprefix for generating the additional binary files.
8775
8776 2016-08-19 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.trace/mi-trace-frame-collected.exp
8779 (test_trace_frame_collected): On x32, expect two registers.
8780
8781 2016-08-18 Carl Love <cel@us.ibm.com>
8782
8783 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8784 and sync up the test with tests in gas/testsuite/gas/ppc.
8785 * gdb.arch/powerpc-power.exp: Likewise.
8786
8787 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8788
8789 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8790 expected error message.
8791
8792 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8793
8794 * gdb.multi/remove-inferiors.exp: New file.
8795 * gdb.multi/remove-inferiors.c: New file.
8796
8797 2016-08-12 Yao Qi <yao.qi@linaro.org>
8798
8799 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8800 argument list.
8801
8802 2016-08-10 Pedro Alves <palves@redhat.com>
8803
8804 PR gdb/19187
8805 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8806 setup_kfails.
8807
8808 2016-08-09 Pedro Alves <palves@redhat.com>
8809 Simon Marchi <simon.marchi@ericsson.com>
8810
8811 PR gdb/20418
8812 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8813 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8814
8815 2016-08-09 Pedro Alves <palves@redhat.com>
8816
8817 PR mi/20431
8818 * gdb.mi/mi-cmd-error.exp: New file.
8819
8820 2016-08-09 Pedro Alves <palves@redhat.com>
8821
8822 PR gdb/18653
8823 * gdb.base/signals-state-child.c: New file.
8824 * gdb.base/signals-state-child.exp: New file.
8825 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8826
8827 2016-08-09 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8830
8831 2016-08-03 Tom Tromey <tom@tromey.com>
8832
8833 PR python/18565:
8834 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8835
8836 2016-08-01 Yao Qi <yao.qi@linaro.org>
8837
8838 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8839 variable mode to "multi-process" if $multi_process is 1, otherwise
8840 set it to "single-process".
8841
8842 2016-08-01 Yao Qi <yao.qi@linaro.org>
8843
8844 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8845 * gdb.cp/cpexprs.exp: Likewise.
8846 * gdb.cp/m-static.exp: Likewise.
8847
8848 2016-07-26 Tom Tromey <tom@tromey.com>
8849
8850 PR python/20190:
8851 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8852 test.
8853
8854 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8855
8856 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8857 selecting assembly source files.
8858 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8859 assembly source files.
8860 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8861 assembly source files.
8862 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8863 selecting assembly source files.
8864
8865 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8866
8867 * gdb.base/new-ui.exp (do_test_invalid_args): New
8868 procedure.
8869
8870 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8871
8872 * gdb.btrace/reconnect.c: New file.
8873 * gdb.btrace/reconnect.exp: New file.
8874
8875 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8876
8877 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8878 to test_catch_syscall_group.
8879 (test_catch_syscall_group): New.
8880
8881 2016-07-21 Tom Tromey <tom@tromey.com>
8882
8883 * gdb.rust/simple.rs (main): Use empty struct expression.
8884 * gdb.rust/simple.exp: Add tests for empty struct expression.
8885
8886 2016-07-21 Yao Qi <yao.qi@linaro.org>
8887
8888 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8889 if gdb_skip_xml_test is true on some targets.
8890
8891 2016-07-21 Yao Qi <yao.qi@linaro.org>
8892
8893 * gdb.server/solib-list.exp: Unset last_loaded_file.
8894
8895 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8898 "step into captured_main (args)".
8899
8900 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8901
8902 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8903
8904 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8907
8908 2016-07-19 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8911 * gdb.opt/inline-bt.exp: Likewise.
8912 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8913 additional_flags=-Winline.
8914 * gdb.opt/inline-locals.exp: Likewise.
8915 * gdb.opt/inline-markers.c (ATTR): Define.
8916 (inlined_fn): Use it.
8917
8918 2016-07-19 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8921 (test_with_self): Remove some code. Remove argument executable.
8922 (top-level): Use do_self_tests.
8923
8924 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8925 Don Breazeal <donb@codesourcery.com>
8926
8927 * gdb.base/maint.exp: Escape paths used in regular expressions.
8928 * gdb.stabs/weird.exp: Likewise.
8929
8930 2016-07-13 Tom Tromey <tom@tromey.com>
8931
8932 PR python/15620, PR python/18620:
8933 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8934 (test_bkpt_events): New procs.
8935
8936 2016-07-13 Tom Tromey <tom@tromey.com>
8937
8938 PR python/17698:
8939 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8940 test.
8941 (test_watchpoints): Likewise.
8942 (test_bkpt_pending): New proc.
8943
8944 2016-07-13 Tom Tromey <tom@tromey.com>
8945
8946 PR cli/18053:
8947 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8948 completion test.
8949
8950 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8953 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8954 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8955 f_label.
8956 (g): Rename g_end_lbl to g_label.
8957 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8958 low_pc and high_pc.
8959 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8960
8961 2016-07-12 Tom Tromey <tom@tromey.com>
8962
8963 PR python/19293:
8964 * gdb.python/py-unwind-maint.exp: Update tests.
8965
8966 2016-07-12 Yao Qi <yao.qi@linaro.org>
8967
8968 * lib/selftest-support.exp (selftest_setup): Match the output
8969 when captured_main is inlined.
8970
8971 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8972
8973 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8974 New variables.
8975 (print this%a, print this%b, print this): New tests.
8976 * gdb.fortran/derived-types.f90 (this): New object and
8977 initialization.
8978
8979 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * gdb.ada/arraydim.exp: Remove extra directory level in build
8982 directory.
8983
8984 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8985
8986 * lib/ada.exp: Remove extra directory level in build directory.
8987 * gdb.ada/cond_lang.exp: Likewise.
8988 * gdb.ada/exec_changed.exp: Likewise.
8989 * gdb.ada/lang_switch.exp: Likewise.
8990
8991 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8992
8993 * simple.rs: Add test for raw pointer subscripting.
8994 * simple.exp: Add test expectations.
8995
8996 2016-07-05 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.mi/mi-reverse.exp: Match =record-started output.
8999
9000 2016-07-01 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9003 procedure.
9004 (jit_reader_test): Test the jit reader's unwinder.
9005 * gdb.base/jithost.c (jit_function_00_code): New global.
9006 (main): Use memcpy to fill in the mmapped code, instead of poking
9007 bytes manually here.
9008 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9009 value.
9010 (read_debug_info): Save the function's range.
9011 (read_sp): New function.
9012 (unwind_frame): Use it. Also unwind RBP.
9013 (get_frame_id): Use read_sp.
9014 (gdb_init_reader): Use calloc instead of malloc.
9015 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9016 parameter. Use gdb_test_multiple.
9017
9018 2016-07-01 Pedro Alves <palves@redhat.com>
9019 Antoine Tremblay <antoine.tremblay@ericsson.com>
9020
9021 * gdb.threads/process-dies-while-detaching.c: New file.
9022 * gdb.threads/process-dies-while-detaching.exp: New file.
9023
9024 2016-07-01 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.multi/watchpoint-multi-exit.c: New file.
9027 * gdb.multi/watchpoint-multi-exit.exp: New file.
9028
9029 2016-06-30 Pedro Alves <palves@redhat.com>
9030
9031 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9032 unset inferior_spawn_id.
9033
9034 2016-06-30 Pedro Alves <palves@redhat.com>
9035
9036 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9037 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9038
9039 2016-06-29 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.base/return.c: Add copyright header.
9042
9043 2016-06-29 Tom Tromey <tom@tromey.com>
9044
9045 PR python/20129:
9046 * gdb.python/py-framefilter.exp: Add tests for setting priority
9047 and disabling of non-existent frame filter.
9048
9049 2016-06-29 Yao Qi <yao.qi@linaro.org>
9050
9051 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9052 0x0f07ff.
9053
9054 2016-06-28 Yao Qi <yao.qi@linaro.org>
9055
9056 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9057 triplets. Start gdb, execute catch syscall, and continue. Check
9058 gdb's output to determine catch syscall is supported.
9059
9060 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9061
9062 * gdb.rust/simple.rs: Add test for returning unit in a function.
9063 * gdb.rust/simple.exp: Add expectation for functions returning
9064 unit.
9065
9066 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9067
9068 * gdb.python/py-breakpoint-create-fail.c,
9069 gdb.python/py-breakpoint-create-fail.exp,
9070 gdb.python/py-breakpoint-create-fail.py: New testcase.
9071
9072 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9073
9074 PR gdb/20239
9075 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9076 * gdb.rust/simple.exp: Add test expectations for new NonZero
9077 tests.
9078
9079 2016-06-24 David Taylor <dtaylor@emc.com>
9080
9081 * gdb.base/offsets.exp: New file.
9082 * gdb.base/offsets.c: New file.
9083
9084 2016-06-23 Tom Tromey <tom@tromey.com>
9085
9086 PR gdb/16483:
9087 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9088 before any filters are loaded.
9089
9090 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9091
9092 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9093 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9094 structs.
9095 * gdb.fortran/derived-type-function.exp: New file.
9096 * gdb.fortran/derived-type-function.f90: New file.
9097
9098
9099 2016-06-21 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.base/new-ui.exp: New file.
9102 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9103 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9104 (with_spawn_id): New procedure.
9105
9106 2016-06-21 Pedro Alves <palves@redhat.com>
9107
9108 * gdb.mi/mi-exec-run.exp: New file.
9109
9110 2016-06-21 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9113 breakpoint command's output on the main UI.
9114 (test_break): New procedure, factored out from calls in the top
9115 level.
9116 (top level): Use foreach_with_prefix to test MI as main UI and as
9117 separate UI.
9118
9119 2016-06-21 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9122 (test_awatch_creation_and_listing)
9123 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9124 Remove 'type' parameter.
9125 (test_watchpoint_all): New parameter mi_mode. Remove
9126 with_test_prefix.
9127 (top level): Use foreach_with_prefix, and add main/separate UI MI
9128 testing axis.
9129
9130 2016-06-21 Pedro Alves <palves@redhat.com>
9131
9132 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9133 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9134 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9135 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9136 (gdb_main_spawn_id, mi_spawn_id): Declare and
9137 comment.
9138 (mi_create_inferior_pty): New procedure,
9139 factored out from default_mi_gdb_start.
9140 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9141 procedures.
9142 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9143 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9144 Use mi_create_inferior_pty.
9145 (mi_gdb_start): Use eval to pass down args list.
9146
9147 2016-06-21 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9150 * gdb.opt/inline-cmds.exp: Add MI tests.
9151
9152 2016-06-21 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9155
9156 2016-06-21 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9159 (top level): Use it instead of mi_execute_to.
9160
9161 2016-06-21 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9164 (cont_handler_str): New.
9165 (signal_stop_handler): Set stop_handler_str instead of printing to
9166 stdout.
9167 (continue_handler): Set cont_handler_str instead of printing to
9168 stdout.
9169 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9170 mi_send_resuming_command. Print stop_handler_str and
9171 cont_handler_str instead of expecting the python events print
9172 directly.
9173
9174 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9175
9176 * gdb.base/jit-reader.exp: New file.
9177 * gdb.base/jithost.c: New file.
9178 * gdb.base/jithost.h: New file.
9179 * gdb.base/jitreader.c : New file.
9180 * gdb.base/jit-protocol.h: New file.
9181
9182 2016-06-17 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9185 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9186 and detach-on-fork. Adjust tests.
9187 (top level): Invoke break_cond_on_syscall with combinations of
9188 syscall, follow-fork-mode and detach-on-fork.
9189
9190 2016-06-17 Yao Qi <yao.qi@linaro.org>
9191
9192 * gdb.base/step-over-exit.c: New.
9193 * gdb.base/step-over-exit.exp: New.
9194
9195 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9196
9197 * gdb.base/float.exp: Add target check for nds32*-*-*.
9198 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9199
9200 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9201
9202 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9203 for unsupported target features.
9204 * gdb.base/call-rt-st.exp: Likewise.
9205 * gdb.base/call-sc.exp: Likewise.
9206 * gdb.base/call-signal-resume.exp: Likewise.
9207 * gdb.base/call-strs.exp: Likewise.
9208 * gdb.base/callexit.exp: Likewise.
9209 * gdb.base/callfuncs.exp: Likewise.
9210 * gdb.base/nodebug.exp: Likewise.
9211 * gdb.base/printcmds.exp: Likewise.
9212 * gdb.base/ptype.exp: Likewise.
9213 * gdb.base/structs.exp: Likewise.
9214 * gdb.base/unwindonsignal.exp: Likewise.
9215 * gdb.cp/gdb2495.exp: Likewise.
9216 * gdb.cp/templates.exp: Likewise.
9217 * gdb.cp/virtfunc.exp: Likewise.
9218 * gdb.threads/hand-call-in-threads.exp: Likewise.
9219 * gdb.threads/interrupted-hand-call.exp: Likewise.
9220 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9221
9222 2016-06-10 Tom Tromey <tom@tromey.com>
9223
9224 PR rust/20110:
9225 * gdb.rust/expr.exp: Add test for integer constant larger than
9226 i32.
9227
9228 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9229
9230 * gdb.fortran/nested-funcs.exp: New.
9231 * gdb.fortran/nested-funcs.f90: New.
9232
9233 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9234
9235 * gdb.base/examine-backward.c: New file.
9236 * gdb.base/examine-backward.exp: New file.
9237
9238 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9239
9240 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9241 matching.
9242
9243 2016-06-02 Tom Tromey <tom@tromey.com>
9244
9245 PR python/18984:
9246 * gdb.python/py-shared.exp: Add solib_name test.
9247
9248 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9251
9252 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9253
9254 PR c++/19893
9255 * gdb.dwarf2/implref.exp: Rename to...
9256 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9257 * gdb.dwarf2/implref-array.c: New file.
9258 * gdb.dwarf2/implref-array.exp: Likewise.
9259 * gdb.dwarf2/implref-global.c: Likewise.
9260 * gdb.dwarf2/implref-global.exp: Likewise.
9261 * gdb.dwarf2/implref-struct.c: Likewise.
9262 * gdb.dwarf2/implref-struct.exp: Likewise.
9263
9264 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9265
9266 * gdb.trace/trace-condition.exp: Add 64bit tests.
9267
9268 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9269
9270 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9271 bits types.
9272 (main): Adapt to 8 to 64 bits types.
9273 * gdb.trace/trace-condition.exp: Add new tests.
9274
9275 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9276
9277 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9278
9279 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9280
9281 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9282 Move condition tests...
9283 * gdb.trace/trace-condition.exp: Here.
9284
9285 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9286
9287 * gdb.trace/trace-condition.exp: Add counter-case tests.
9288
9289 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 PR c++/15231
9292 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9293 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9294
9295 2016-05-27 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9298 New procedure.
9299 (top level): Call it, and bail out of DejaGnu is known to be bad.
9300
9301 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9302
9303 * gdb.base/whatis.c: Extend the test case.
9304 * gdb.base/whatis.exp: Add additional tests.
9305
9306 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9307
9308 * gdb.fortran/type.f90: Add pointer variable.
9309 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9310
9311 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9312
9313 * gdb.fortran/vla-type.exp: Fix testcase name.
9314
9315 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9316
9317 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9318
9319 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9320
9321 * gdb.fortran/type.f90: Add nested structures.
9322 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9323 * gdb.fortran/derived-type.exp: Adapt expected output.
9324 * gdb.fortran/vla-type.exp: Adapt expected output.
9325
9326 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9327
9328 * gdb.fortran/whatis_type.exp: Adapt expected output.
9329
9330 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9331
9332 * gdb.fortran/print_type.exp: Fix expected output.
9333 * gdb.fortran/whatis_type.exp: Fix expected output.
9334
9335 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9336
9337 * gdb.fortran/whatis_type.exp: Use multi_line.
9338
9339 2016-05-24 Tom Tromey <tom@tromey.com>
9340
9341 PR python/17386:
9342 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9343 use value as an index.
9344
9345 2016-05-23 Tom Tromey <tom@tromey.com>
9346
9347 PR python/17981:
9348 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9349 no-breakpoint case.
9350
9351 2016-05-24 Pedro Alves <palves@redhat.com>
9352
9353 PR gdb/19828
9354 * gdb.threads/clone-attach-detach.c: New file.
9355 * gdb.threads/clone-attach-detach.exp: New file.
9356
9357 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9358
9359 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9360
9361 2016-05-23 Tom Tromey <tom@tromey.com>
9362
9363 PR python/19438, PR python/18393:
9364 * gdb.python/py-progspace.exp: Add "dir" test.
9365 * gdb.python/py-objfile.exp: Add "dir" test.
9366
9367 2016-05-23 Yao Qi <yao.qi@linaro.org>
9368
9369 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9370 * gdb.arch/thumb2-it.exp: Likewise.
9371
9372 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9373
9374 * gdb.mi/mi-threads-interrupt.c: New file.
9375 * gdb.mi/mi-threads-interrupt.exp: New file.
9376
9377 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9378
9379 PR gdb/18077
9380 * gdb.mi/mi-async-run.exp: New file.
9381 * gdb.mi/mi-async-run.c: New file.
9382
9383 2016-05-17 Tom Tromey <tom@tromey.com>
9384 Manish Goregaokar <manishsmail@gmail.com>
9385
9386 * lib/rust-support.exp: New file.
9387 * lib/gdb.exp (skip_rust_tests): New proc.
9388 (build_executable_from_specs): Handle rust.
9389 * lib/future.exp (gdb_find_rustc): New proc.
9390 (gdb_default_target_compile): Handle rust.
9391 * gdb.rust/expr.exp: New file.
9392 * gdb.rust/generics.exp: New file.
9393 * gdb.rust/generics.rs: New file.
9394 * gdb.rust/methods.exp: New file.
9395 * gdb.rust/methods.rs: New file.
9396 * gdb.rust/modules.exp: New file.
9397 * gdb.rust/modules.rs: New file.
9398 * gdb.rust/simple.exp: New file.
9399 * gdb.rust/simple.rs: New file.
9400
9401 2016-05-17 Tom Tromey <tom@tromey.com>
9402
9403 * gdb.base/default.exp (set language): Add rust.
9404
9405 2016-05-17 Tom Tromey <tom@tromey.com>
9406
9407 * gdb.gdb/unittest.exp: New file.
9408
9409 2016-05-16 Yao Qi <yao.qi@linaro.org>
9410
9411 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9412 shell_prompt. Update shell_prompt_re.
9413
9414 2016-05-12 Doug Evans <dje@google.com>
9415
9416 PR symtab/19999
9417 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9418 $options when building executable.
9419 * gdb.dwarf2/fission-loclists-pie.S: New file.
9420 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9421
9422 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9423
9424 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9425 of [is_remote target],
9426
9427 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9428
9429 * lib/gdb.exp (use_gdb_stub): New procedure.
9430
9431 2016-05-03 Yunlian Jiang <yunlian@google.com>
9432 Doug Evans <dje@google.com>
9433
9434 PR symtab/19914
9435 * gdb.dwarf2/dwp-sepdebug.c: New file.
9436 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9437
9438 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.base/detach.exp: Remove is_remote check.
9441
9442 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9443
9444 * gdb.base/annota-input-while-running.exp: Don't check for
9445 [is_remote target]. Enable annotations after running to main.
9446 Remove unused "set test..." line.
9447
9448 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 * gdb.trace/trace-enable-disable.exp: New file.
9451 * gdb.trace/trace-enable-disable.c: New file.
9452
9453 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9454
9455 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9456 use it in info sharedlibrary test.
9457 * gdb.trace/ftrace-lock.exp: Likewise.
9458 * gdb.trace/ftrace.exp: Likewise.
9459 * gdb.trace/range-stepping.exp: Likewise.
9460 * gdb.trace/trace-break.exp: Likewise.
9461 * gdb.trace/trace-condition.exp: Likewise.
9462 * gdb.trace/trace-mt.exp: Likewise.
9463
9464 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9465
9466 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9467 (gdb_load_shlib): ... this.
9468 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9469 gdb_load_shlib.
9470 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9471 * gdb.base/ctxobj.exp: Likewise.
9472 * gdb.base/dprintf-pending.exp: Likewise.
9473 * gdb.base/dso2dso.exp: Likewise.
9474 * gdb.base/fixsection.exp: Likewise.
9475 * gdb.base/gcore-relro.exp: Likewise.
9476 * gdb.base/gdb1555.exp: Likewise.
9477 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9478 * gdb.base/gnu-ifunc.exp: Likewise.
9479 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9480 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9481 * gdb.base/pending.exp: Likewise.
9482 * gdb.base/print-file-var.exp: Likewise.
9483 * gdb.base/print-symbol-loading.exp: Likewise.
9484 * gdb.base/shlib-call.exp: Likewise.
9485 * gdb.base/shreloc.exp: Likewise.
9486 * gdb.base/so-impl-ld.exp: Likewise.
9487 * gdb.base/solib-disc.exp: Likewise.
9488 * gdb.base/solib-nodir.exp: Likewise.
9489 * gdb.base/solib-overlap.exp: Likewise.
9490 * gdb.base/solib-symbol.exp: Likewise.
9491 * gdb.base/solib-weak.exp (do_test): Likewise.
9492 * gdb.base/sym-file.exp: Likewise.
9493 * gdb.base/symtab-search-order.exp: Likewise.
9494 * gdb.base/type-opaque.exp: Likewise.
9495 * gdb.base/unload.exp: Likewise.
9496 * gdb.base/watchpoint-solib.exp: Likewise.
9497 * gdb.compile/compile.exp: Likewise.
9498 * gdb.cp/gdb2384.exp: Likewise.
9499 * gdb.cp/infcall-dlopen.exp: Likewise.
9500 * gdb.cp/re-set-overloaded.exp: Likewise.
9501 * gdb.fortran/library-module.exp: Likewise.
9502 * gdb.opt/solib-intra-step.exp: Likewise.
9503 * gdb.python/py-finish-breakpoint.exp: Likewise.
9504 * gdb.python/py-shared.exp: Likewise.
9505 * gdb.reverse/solib-precsave.exp: Likewise.
9506 * gdb.reverse/solib-reverse.exp: Likewise.
9507 * gdb.server/solib-list.exp: Likewise.
9508 * gdb.threads/dlopen-libpthread.exp: Likewise.
9509 * gdb.threads/tls-shared.exp: Likewise.
9510 * gdb.threads/tls-so_extern.exp: Likewise.
9511 * gdb.trace/change-loc.exp: Likewise.
9512 * gdb.trace/ftrace-lock.exp: Likewise.
9513 * gdb.trace/ftrace.exp: Likewise.
9514 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9515 * gdb.trace/pending.exp: Likewise.
9516 * gdb.trace/range-stepping.exp: Likewise.
9517 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9518 (strace_info_marker): Likewise.
9519 (strace_probe_marker): Likewise.
9520 (strace_trace_on_same_addr): Likewise.
9521 (strace_trace_on_diff_addr): Likewise.
9522 * gdb.trace/trace-break.exp: Likewise.
9523 * gdb.trace/trace-condition.exp: Likewise.
9524 * gdb.trace/trace-mt.exp: Likewise.
9525
9526 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9527
9528 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9529 result of gdb_remote_download.
9530 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9531 * gdb.base/dso2dso.exp: Likewise.
9532 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9533 * gdb.base/print-file-var.exp: Likewise.
9534 * gdb.base/shlib-call.exp: Likewise.
9535 * gdb.base/shreloc.exp: Likewise.
9536 * gdb.base/solib-overlap.exp: Likewise.
9537 * gdb.base/solib-weak.exp (do_test): Likewise.
9538 * gdb.base/unload.exp: Likewise.
9539
9540 2016-04-27 Yao Qi <yao.qi@linaro.org>
9541
9542 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9543 exists.
9544
9545 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9546
9547 * vla-type.exp: Print structure from toplevel.
9548
9549 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9550
9551 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9552 of dynamic types.
9553 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9554 of dynamic types.
9555
9556 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9557
9558 * gdb.fortran/vla-type.f90: New file.
9559 * gdb.fortran/vla-type.exp: New file.
9560
9561 2016-04-25 Yao Qi <yao.qi@linaro.org>
9562
9563 * gdb.base/branch-to-self.c: New file.
9564 * gdb.base/branch-to-self.exp: New file.
9565
9566 2016-04-22 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9569 more after $hex.
9570
9571 2016-04-22 Yao Qi <yao.qi@linaro.org>
9572
9573 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9574 * gdb.base/annota3.exp: Likewise.
9575
9576 2016-04-22 Yao Qi <yao.qi@linaro.org>
9577
9578 * gdb.reverse/step-precsave.exp: Do one step and test program
9579 stops in "callee" and do multiple steps until program goes out
9580 of "callee".
9581 * gdb.reverse/step-reverse.exp: Likewise.
9582
9583 2016-04-22 Yao Qi <yao.qi@linaro.org>
9584
9585 * gdb.trace/signal.exp: Also pass if
9586 $tracepoint_hits($i) > $iterations.
9587
9588 2016-04-22 Yao Qi <yao.qi@linaro.org>
9589
9590 * gdb.trace/signal.c: New file.
9591 * gdb.trace/signal.exp: New file.
9592
9593 2016-04-19 Doug Evans <xdje42@gmail.com>
9594
9595 * gdb.base/bad-file.exp: New file.
9596
9597 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9598
9599 * gdb.dwarf2/implref.exp: New file.
9600
9601 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9602
9603 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9604 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9605 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9606 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9607 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9608 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9609 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9610 * lib/fortran.exp (fortran_int4): New procedure.
9611 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9612 (fortran_logical4): Likewise.
9613
9614 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9615
9616 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9617
9618 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9619
9620 * lib/compiler.c: Add Intel specific preprocessor macros.
9621 * lib/compiler.cc: Likewise.
9622
9623 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9624
9625 * gdb.server/connect-with-no-symbol-file.c: New file.
9626 * gdb.server/connect-with-no-symbol-file.exp: New file.
9627
9628 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9629
9630 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9631
9632 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9633
9634 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9635 standard output directory.
9636
9637 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9638
9639 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9640
9641 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9642
9643 * gdb.btrace/instruction_history.c (loop): Add declaration.
9644
9645 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9646
9647 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9648
9649 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9650
9651 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9652 parentheses to print.
9653 (continue_handler): Likewise.
9654
9655 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9656
9657 * gdb.server/solib-list.exp: Remove is_remote check.
9658 Pass shlib= to gdb_compile. Don't link shared library with
9659 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9660 Run binary filename through "readlink -f" on the target.
9661
9662 2016-04-08 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9665 interpreter filename as argument to gdbserver_spawn.
9666 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9667 Return empty if $last_loaded_file does not exist.
9668
9669 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9670
9671 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9672 * gdb.base/jit-main.c: Use exit after usage.
9673
9674 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9675
9676 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9677 GDBHISTSIZE prior to the tests.
9678 * gdb.base/gdbinit-history.exp: Likewise.
9679
9680 2016-04-07 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9683 instead of build_executable. Use gdb_load_shlibs.
9684
9685 2016-04-07 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9688 Execute "si" command.
9689
9690 2016-04-07 Yao Qi <yao.qi@linaro.org>
9691
9692 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9693 number instead of the comments on some line.
9694
9695 2016-04-06 Don Breazeal <donb@codesourcery.com>
9696
9697 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9698 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9699
9700 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9703 standard_output_file. Remove unused binfile variable.
9704
9705 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9706
9707 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9708 * gdb.python/py-mi-objfile.exp: Match "list main" output
9709 in console format.
9710
9711 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9712
9713 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9714 absolute.
9715
9716 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9717
9718 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9719 absolute.
9720 * gdb.trace/ftrace.exp: Likewise.
9721 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9722 targets as well.
9723 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9724 (gdb_load_shlibs): Copy libraries to test directory when testing
9725 natively. Only set solib-search-path if testing remotely.
9726 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9727
9728 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9731 gdb_download. Use it even if the target is not remote.
9732 * gdb.base/jit.exp (compile_jit_test): Likewise.
9733 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9734 output directory if the destination board is local, otherwise use
9735 the standard remote_download from DejaGnu.
9736 (gdb_download): Remove.
9737 (gdb_load_shlibs): Use gdb_remote_download instead of
9738 gdb_download.
9739 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9740 Use gdb_remote_download instead of gdb_download. Use it even if
9741 the target is not remote.
9742 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9743 instead of gdb_download.
9744
9745 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9746
9747 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9748 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9749 run.
9750
9751 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9752
9753 PR gdb/19820
9754 * gdb.base/printcmds.exp: Add artificial arrays tests.
9755
9756 2016-03-31 Pedro Alves <palves@redhat.com>
9757
9758 PR gdb/19858
9759 * gdb.base/jit-main.c: Include unistd.h.
9760 (ATTACH): Define to 0 if not already defined.
9761 (wait_for_gdb, mypid): New globals.
9762 (WAIT_FOR_GDB): New macro.
9763 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9764 some breakpoint locations.
9765 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9766 New procedures.
9767 (one_jit_test): Add REATTACH parameter, and handle it. Use
9768 continue_to_test_location.
9769 (top level): Test attach, and adjusts calls to one_jit_test.
9770
9771 2016-03-31 Pedro Alves <palves@redhat.com>
9772
9773 PR gdb/19858
9774 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9775 BINSUFFIX parameter, and handle it.
9776 (top level): Adjust calls compile_jit_test.
9777
9778 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9779
9780 PR python/19743
9781 * gdb.python/py-mi-events-gdb.py: New file.
9782 * gdb.python/py-mi-events.c: New file.
9783 * gdb.python/py-mi-events.exp: New file.
9784
9785 2016-03-30 Yao Qi <yao.qi@linaro.org>
9786
9787 * gdb.reverse/until-precsave.exp: Match function name only.
9788 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9789 Move malloc to a condition block.
9790 * gdb.reverse/until-reverse.exp: Match function name only.
9791
9792 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9793
9794 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9795 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9796 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9797 variable for GPR 0 instead of assuming it is register 0.
9798 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9799 * lib/trace-support.exp: Add s390 registers.
9800
9801 2016-03-29 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9804
9805 2016-03-24 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9808 test message.
9809
9810 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9811
9812 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9813 maintaining separate logic for constructing the output path.
9814
9815 2016-03-16 Don Breazeal <donb@codesourcery.com>
9816
9817 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9818 Retry fork and waitpid on interrupted system call errors.
9819 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9820 Use with_timeout_factor to increase timeout by factor of 10.
9821
9822 2016-03-15 Don Breazeal <donb@codesourcery.com>
9823
9824 * gdb.cp/scope-err.cc: New test program.
9825 * gdb.cp/scope-err.exp: New test script.
9826 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9827 lines and "set breakpoint here" comment.
9828 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9829 Fixed some whitespace and format issues.
9830 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9831 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9832
9833 2016-03-15 Doug Evans <dje@google.com>
9834
9835 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9836 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9837 All callers updated. Add tests for enums, mixed flags register.
9838
9839 2016-03-15 Doug Evans <dje@google.com>
9840
9841 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9842 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9843
9844 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.base/default.exp: Add $_as_string to the list of expected
9847 convenience functions.
9848
9849 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9850
9851 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9852
9853 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9854
9855 * gdb.python/py-as-string.exp: New file.
9856 * gdb.python/py-as-string.c: New file.
9857
9858 2016-03-09 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9861 signal" -> "Thread NN received signal" output change.
9862 * gdb.threads/ia64-sigill.exp: Likewise.
9863 * gdb.threads/linux-dp.exp: Likewise.
9864 * gdb.threads/manythreads.exp: Likewise.
9865 * gdb.threads/pending-step.exp: Likewise.
9866 * gdb.threads/print-threads.exp: Likewise.
9867 * gdb.threads/sigstep-threads.exp: Likewise.
9868 * gdb.threads/staticthreads.exp: Likewise.
9869 * gdb.threads/tls.exp: Likewise.
9870
9871 2016-03-09 Pedro Alves <palves@redhat.com>
9872
9873 * gdb.base/command-line-input.exp: New file.
9874
9875 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9876
9877 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9878 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9879 * gdb.trace/pending.exp: Accept leading dot before function name.
9880 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9881 * lib/trace-support.exp: Set registers for ppc.
9882
9883 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9884
9885 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9886 use it for disassembly; accept .main in addition to main in backtrace.
9887
9888 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9889 Marcin Kościelnicki <koriakin@0x04.net>
9890
9891 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9892 (gdb_recursion_test_ptr): New global variable.
9893 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9894 gdb_recursion_test.
9895 (gdb_c_test): Ditto.
9896
9897 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9898
9899 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9900 ordering.
9901
9902 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9903
9904 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9905 (bar): Add bar_start_lbl label.
9906 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9907 of foo/bar for emitting DWARF and tracing.
9908
9909 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9910
9911 * analyze-racy-logs.py: Set executable bit.
9912
9913 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9914
9915 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9916 (CHECK_TARGET_TMP): Likewise.
9917 (check-single-racy): New rule.
9918 (check-parallel-racy): Likewise.
9919 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9920 (do-check-parallel-racy): New rule.
9921 (check-racy/%.exp): Likewise.
9922 * README (Racy testcases): New section.
9923 * analyze-racy-logs.py: New file.
9924
9925 2016-03-03 Doug Evans <dje@google.com>
9926
9927 * gdb.base/skip.exp: Use with_test_prefix.
9928
9929 2016-03-03 Yao Qi <yao.qi@linaro.org>
9930
9931 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9932 Invoke step_over_syscall "clone" and break_cond_on_syscall
9933 "clone".
9934 * gdb.base/step-over-clone.c: New file.
9935
9936 2016-03-03 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9939 code format.
9940
9941 2016-03-03 Yao Qi <yao.qi@linaro.org>
9942
9943 * gdb.base/disp-step-fork.c: Rename to ...
9944 * gdb.base/step-over-fork.c: ... it. New file.
9945 * gdb.base/disp-step-vfork.c: Rename to ...
9946 * gdb.base/step-over-vfork.c: ... it. New file.
9947 * gdb.base/disp-step-syscall.exp: Rename to ...
9948 * gdb.base/step-over-syscall.exp: ... it. New file.
9949 (disp_step_cross_syscall): Rename to ...
9950 (step_over_syscall): ... it.
9951
9952 2016-03-03 Yao Qi <yao.qi@linaro.org>
9953
9954 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9955 If target supports condition evaluation on target, invoke
9956 break_cond_on_syscall for fork and vfork.
9957
9958 2016-03-03 Yao Qi <yao.qi@linaro.org>
9959
9960 * gdb.base/disp-step-syscall.exp: Don't invoke
9961 support_displaced_stepping.
9962 (disp_step_cross_syscall): Test with displaced stepping off and
9963 on if supported.
9964
9965 2016-03-03 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9968 proc.
9969 (setup): New proc.
9970 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9971 and setup.
9972
9973 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9974
9975 * gdb.fortran/vla-history.exp: Remove breakpoint.
9976
9977 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9978
9979 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9980 exceeds timeout.
9981
9982 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9983
9984 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9985 breakpoint.
9986
9987 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9988
9989 * gdb.mi/vla.f90: Nullify pointer after declaration.
9990
9991 2016-03-01 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9994
9995 2016-03-01 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9998 before anything else.
9999 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10000 _GNU_SOURCE here.
10001 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10002 before anything else.
10003 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10004
10005 2016-03-01 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10008
10009 2016-03-01 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10012 prepare_for_testing.
10013
10014 2016-03-01 Yao Qi <yao.qi@linaro.org>
10015
10016 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10017
10018 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10019
10020 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10021 manually constructing the output path.
10022
10023 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10024
10025 * gdb.arch/s390-stackless.S: New.
10026 * gdb.arch/s390-stackless.exp: New.
10027
10028 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10029
10030 * gdb.dlang/circular.c: New file.
10031 * gdb.dlang/circular.exp: New file.
10032
10033 2016-02-26 Yao Qi <yao.qi@linaro.org>
10034
10035 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10036 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10037 (testcases): Update.
10038
10039 2016-02-26 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.reverse/aarch64.c: Rename to ...
10042 * gdb.reverse/insn-reverse.c: ... it.
10043 * gdb.reverse/aarch64.exp: Rename to ...
10044 * gdb.reverse/insn-reverse.exp: ... it.
10045
10046 2016-02-26 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10049 (testcase_ftype): New.
10050 (testcases): New array.
10051 (n_testcases): New.
10052 (main): Call each element in testcases.
10053 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10054 (read_testcase): New.
10055 Do the tests in a loop.
10056
10057 2016-02-25 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/branches.c: Remove.
10060
10061 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10062
10063 PR gdb/13808
10064 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10065
10066 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10067
10068 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10069
10070 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10071
10072 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10073 change x86_64 call_insn to 'callq'.
10074
10075 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10076
10077 * gdb.trace/tfile-avx.c: Move to...
10078 * gdb.trace/tracefile-pseudo-reg.c: Here.
10079 * gdb.trace/tfile-avx.exp: Move to...
10080 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10081
10082 2016-02-24 Gary Benson <gbenson@redhat.com>
10083
10084 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10085 message on attach.
10086
10087 2016-02-23 Doug Evans <dje@google.com>
10088
10089 * gdb.base/skip.c (test_skip): New function.
10090 (end_test_skip_file_and_function): New function.
10091 (test_skip_file_and_function): New function.
10092 * gdb.base/skip1.c (test_skip): New function.
10093 (skip1_test_skip_file_and_function): New function.
10094 * gdb.base/skip.exp: Add tests for new skip options.
10095 * gdb.base/skip-solib.exp: Update expected output.
10096 * gdb.perf/skip-command.cc: New file.
10097 * gdb.perf/skip-command.exp: New file.
10098 * gdb.perf/skip-command.py: New file.
10099
10100 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10101
10102 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10103 info registers pattern.
10104
10105 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10106
10107 * lib/future.exp: Add D support.
10108 (gdb_find_gdc): New proc.
10109 (gdb_default_target_compile): Add D support.
10110
10111 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10112
10113 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10114 user+system time.
10115 (trace_speed_test): Determine the iteration count for a time
10116 between 15..30 seconds.
10117
10118 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10119
10120 * gdb.arch/i386-mpx-sigsegv.c: New file.
10121 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10122 * gdb.arch/i386-mpx-simple_segv.c: New file.
10123 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10124
10125 2016-02-18 Yao Qi <yao.qi@linaro.org>
10126
10127 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10128 Don't call setup_kfail.
10129
10130 2016-02-18 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10133 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10134
10135 2016-02-16 Doug Evans <dje@google.com>
10136
10137 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10138 * gdb.base/skip1.c: Ditto.
10139 * gdb.base/skip.exp: Whitespace cleanup.
10140
10141 2016-02-16 Don Breazeal <donb@codesourcery.com>
10142
10143 PR remote/19496
10144 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10145 Remove kfail for PR remote/19496.
10146
10147 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10148
10149 * lib/gdb.exp (standard_temp_file): Return a path specific to
10150 the runtest invocation.
10151
10152 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10153
10154 * gdb.trace/save-trace.exp: Change relative path to be in the
10155 standard output directory.
10156
10157 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10158
10159 * gdb.arch/i386-prologue.c: Add missing prototypes.
10160
10161 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10164 * gdb.arch/i386-prologue.exp: Likewise.
10165 * gdb.arch/i386-size.exp: Likewise.
10166
10167 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10170 define object file path.
10171 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10172 file path.
10173 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10174 standard_output_file to define binfile.
10175
10176 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10177
10178 Fix compatibility with recent gfortran-5.3.1.
10179 * gdb.fortran/vla-history.exp (print vla1 allocated)
10180 (print vla2 allocated, print $2, print $3): Remove
10181 (print $4): Rename to ...
10182 (print $2): ... here.
10183 (print $9): Rename to ...
10184 (print $5): ... here.
10185 (print $10): Rename to ...
10186 (print $6): ... here.
10187 * gdb.fortran/vla.f90: Add pvla initialization.
10188
10189 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10192 New test.
10193 * gdb.fortran/vla-value-sub.exp: Likewise.
10194
10195 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10196
10197 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10198
10199 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * i386-biarch-core.exp: Define corefile using
10202 standard_output_file.
10203
10204 2016-02-12 Yao Qi <yao.qi@linaro.org>
10205
10206 * gdb.arch/arm-single-step-kernel-helper.c: New.
10207 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10208
10209 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10210
10211 * gdb.btrace/tailcall-only.exp: New.
10212 * gdb.btrace/tailcall-only.c: New.
10213 * gdb.btrace/x86_64-tailcall-only.S: New.
10214 * gdb.btrace/i686-tailcall-only.S: New.
10215
10216 2016-02-11 Pedro Alves <palves@redhat.com>
10217
10218 * README (Parallel testing): Add missing double quotes.
10219
10220 2016-02-11 Pedro Alves <palves@redhat.com>
10221
10222 * README (Parallel testing): New section.
10223 (GDB_PARALLEL): Rewrite.
10224 (FORCE_PARALLEL): Document.
10225
10226 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10227
10228 * gdb.trace/tfile-avx.c: New test.
10229 * gdb.trace/tfile-avx.exp: New test.
10230
10231 2016-02-09 Keith Seitz <keiths@redhat.com>
10232
10233 PR breakpoints/19546
10234 * gdb.base/infcall-exec.c: New file.
10235 * gdb.base/infcall-exec2.c: New file.
10236 * gdb.base/infcall-exec.exp: New file.
10237
10238 2016-02-09 Keith Seitz <keiths@redhat.com>
10239
10240 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10241 (toplevel): Call test_bkpt_address.
10242
10243 2016-02-09 Keith Seitz <keiths@redhat.com>
10244
10245 PR python/19506
10246 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10247 (toplevel): Call test_bkpt_address.
10248
10249 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10250
10251 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10252 to AC_OUTPUT.
10253 * configure: Regenerate.
10254
10255 2016-02-09 Pedro Alves <palves@redhat.com>
10256
10257 PR breakpoints/19548
10258 * gdb.base/execl-update-breakpoints.c (some_function): New
10259 function.
10260 (main): Call it.
10261 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10262 Tighten expected GDB output.
10263
10264 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 * Makefile.in (ALL_SUBDIRS): Remove.
10267 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10268 (distclean maintainer-clean realclean): Likewise.
10269 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10270 * configure: Regenerate.
10271 * gdb.ada/Makefile.in: Delete.
10272 * gdb.arch/Makefile.in: Likewise.
10273 * gdb.asm/Makefile.in: Likewise.
10274 * gdb.base/Makefile.in: Likewise.
10275 * gdb.btrace/Makefile.in: Likewise.
10276 * gdb.cell/Makefile.in: Likewise.
10277 * gdb.compile/Makefile.in: Likewise.
10278 * gdb.cp/Makefile.in: Likewise.
10279 * gdb.disasm/Makefile.in: Likewise.
10280 * gdb.dlang/Makefile.in: Likewise.
10281 * gdb.dwarf2/Makefile.in: Likewise.
10282 * gdb.fortran/Makefile.in: Likewise.
10283 * gdb.gdb/Makefile.in: Likewise.
10284 * gdb.go/Makefile.in: Likewise.
10285 * gdb.guile/Makefile.in: Likewise.
10286 * gdb.java/Makefile.in: Likewise.
10287 * gdb.linespec/Makefile.in: Likewise.
10288 * gdb.mi/Makefile.in: Likewise.
10289 * gdb.modula2/Makefile.in: Likewise.
10290 * gdb.multi/Makefile.in: Likewise.
10291 * gdb.objc/Makefile.in: Likewise.
10292 * gdb.opencl/Makefile.in: Likewise.
10293 * gdb.opt/Makefile.in: Likewise.
10294 * gdb.pascal/Makefile.in: Likewise.
10295 * gdb.perf/Makefile.in: Likewise.
10296 * gdb.python/Makefile.in: Likewise.
10297 * gdb.reverse/Makefile.in: Likewise.
10298 * gdb.server/Makefile.in: Likewise.
10299 * gdb.stabs/Makefile.in: Likewise.
10300 * gdb.threads/Makefile.in: Likewise.
10301 * gdb.trace/Makefile.in: Likewise.
10302 * gdb.xml/Makefile.in: Likewise.
10303 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10304 GDB_PARALLEL.
10305 (standard_output_file): Remove check for GDB_PARALLEL, always
10306 return path in outputs/$subdir/$testname.
10307
10308 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10311 (site.exp): Assign abs_srcdir to tcl's srcdir.
10312
10313 2016-02-04 Yao Qi <yao.qi@linaro.org>
10314
10315 * gdb.base/foll-exec-mode.c: Include limits.h.
10316 (main): Add parameters argc and argv. Get directory from
10317 argv[0].
10318 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10319 compilation.
10320 * gdb.base/foll-exec.c: Include limits.h.
10321 (main): Add parameters argc and argv.
10322 Get directory from argv[0].
10323 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10324 Adjust tests on the number of lines as source code changed.
10325 * gdb.base/foll-vfork-exit.c: Include limits.h.
10326 (main): Add one line of statement before vfork.
10327 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10328 (main): Add parameters argc and argv. Get directory from
10329 argv[0].
10330 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10331 (setup_gdb): Set tbreak to skip some source lines.
10332 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10333 (main): Add parameters argc and argv. Get directory from
10334 argv[0].
10335 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10336 compilation.
10337 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10338 (main): Add parameters argc and argv. Get directory from
10339 argv[0].
10340 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10341 compilation.
10342
10343 2016-02-01 Doug Evans <dje@google.com>
10344
10345 * gdb.base/skip.exp: Clean up multiple references to same test name.
10346
10347 2016-02-01 Pedro Alves <palves@redhat.com>
10348
10349 PR remote/19496
10350 * gdb.threads/forking-threads-plus-breakpoint.exp
10351 (displaced_stepping_supported): New global.
10352 (probe_displaced_stepping_support): New procedure.
10353 (do_test): Add 'displaced' parameter, and use it.
10354 (top level): Check for displaced stepping support. Add displaced
10355 stepping on/off testing axis.
10356
10357 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10358
10359 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10360 pointer. Don't perform further tests on the unassociated pointer
10361 if the first test fails.
10362
10363 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10364
10365 * gdb.base/max-value-size.c: New file.
10366 * gdb.base/max-value-size.exp: New file.
10367 * gdb.base/huge.exp: Disable max-value-size for this test.
10368
10369 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10370
10371 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10372
10373 2016-01-28 Yao Qi <yao.qi@linaro.org>
10374
10375 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10376
10377 2016-01-25 Pedro Alves <palves@redhat.com>
10378
10379 PR threads/19461
10380 * gdb.base/fork-running-state.c: New file.
10381 * gdb.base/fork-running-state.exp: New file.
10382
10383 2016-01-25 Pedro Alves <palves@redhat.com>
10384
10385 PR gdb/19494
10386 * gdb.base/catch-fork-kill.c: New file.
10387 * gdb.base/catch-fork-kill.exp: New file.
10388
10389 2016-01-25 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10392 Delete, moved to lib/gdb.exp.
10393 * gdb.threads/forking-threads-plus-breakpoint.exp
10394 (foreach_with_prefix): Likewise.
10395 * gdb.threads/process-dies-while-handling-bp.exp
10396 (foreach_with_prefix): Likewise.
10397 * lib/gdb.exp (foreach_with_prefix): New procedure.
10398
10399 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10400
10401 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10402 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10403
10404 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10405
10406 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10407 endian targets.
10408
10409 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10410 Pedro Alves <palves@redhat.com>
10411
10412 Fix testsuite compatibility with Guile.
10413 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10414 number.
10415
10416 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 Fix testsuite compatibility with Guile.
10419 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10420 (thread 1): New test for backtrace through signal handler.
10421
10422 2016-01-22 Yao Qi <yao.qi@linaro.org>
10423
10424 PR testsuite/19491
10425 * gdb.base/multi-forks.c: Include
10426 ../lib/unbuffer_output.c
10427 (main): Call gdb_unbuffer_output.
10428
10429 2016-01-21 Doug Evans <dje@google.com>
10430
10431 * lib/ada.exp (gdb_compile_ada): Fix typo.
10432
10433 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10434
10435 * gdb.base/break-fun-addr.exp: New file.
10436 * gdb.base/break-fun-addr1.c: New file.
10437 * gdb.base/break-fun-addr2.c: New file.
10438
10439 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10440
10441 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10442 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10443 enum flag values.
10444
10445 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10446
10447 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10448 when GDB can not set the vector return value. Add more comments
10449 for clarification.
10450
10451 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10452
10453 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10454 command.
10455
10456 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10457
10458 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10459
10460 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10461
10462 * Makefile.in (check-single): Pass --status to runtest.
10463 (check/%.exp): Likewise.
10464
10465 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10466
10467 * Makefile.in (check-parallel): Propagate return code from make
10468 do-check-parallel.
10469
10470 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10471
10472 * gdb.trace/ftrace.exp: Fix expected message on continue.
10473 * gdb.trace/pending.exp: Fix expected message on continue.
10474 * gdb.trace/trace-break.exp: Fix expected message on continue.
10475
10476 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 * lib/gdb.exp (gdb_test): Remove unused global references.
10479
10480 2016-01-18 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.base/async-shell.exp: Adjust expected output.
10483 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10484 * gdb.base/siginfo-thread.exp: Adjust expected output.
10485 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10486 * gdb.java/jnpe.exp: Adjust expected output.
10487 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10488 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10489 * gdb.threads/leader-exit.exp: Adjust expected output.
10490 * gdb.threads/manythreads.exp: Adjust expected output.
10491 * gdb.threads/pthreads.exp: Adjust expected output.
10492 * gdb.threads/schedlock.exp: Adjust expected output.
10493 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10494 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10495 expected output.
10496 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10497 output.
10498 * gdb.threads/sigthread.exp: Adjust expected output.
10499 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10500
10501 2016-01-18 Yao Qi <yao.qi@linaro.org>
10502
10503 * gdb.guile/scm-section-script.c: Replace @progbits with
10504 %progbits.
10505 * gdb.python/py-section-script.c: Likewise.
10506
10507 2016-01-15 Pedro Alves <palves@redhat.com>
10508
10509 * gdb.multi/tids.exp: Test star wildcard ranges.
10510
10511 2016-01-15 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10514 command from "thread apply" invocation.
10515 (thr_apply_info_thr_invalid): Default the expected output to the
10516 input tid list.
10517 (top level): Add tests that use convenience variables. Add tests
10518 for "thread apply" with a valid TID list, but missing the command.
10519
10520 2016-01-13 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.base/default.exp: Expect $_gthread as well.
10523 * gdb.multi/tids.exp: Test $_gthread.
10524 * gdb.threads/thread-specific.exp: Test $_gthread.
10525
10526 2016-01-13 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.multi/tids.exp: Test "info threads -gid".
10529
10530 2016-01-13 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10533 Breakpoint.thread.
10534 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10535
10536 2016-01-07 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.base/break.exp: Adjust to output changes.
10539 * gdb.base/hbreak2.exp: Likewise.
10540 * gdb.base/sepdebug.exp: Likewise.
10541 * gdb.base/watch_thread_num.exp: Likewise.
10542 * gdb.linespec/keywords.exp: Likewise.
10543 * gdb.multi/info-threads.exp: Likewise.
10544 * gdb.threads/thread-find.exp: Likewise.
10545 * gdb.multi/tids.c: New file.
10546 * gdb.multi/tids.exp: New file.
10547
10548 2016-01-13 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10551
10552 2016-01-13 Pedro Alves <palves@redhat.com>
10553
10554 * gdb.base/default.exp: Expect $_inferior as well.
10555 * gdb.multi/base.exp: Test $_inferior.
10556
10557 2016-01-13 Pedro Alves <palves@redhat.com>
10558
10559 PR breakpoints/19388
10560 * gdb.base/catch-signal-siginfo-cond.c: New file.
10561 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10562
10563 2016-01-12 Josh Stone <jistone@redhat.com>
10564 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10565
10566 * gdb.base/catch-syscall.c (do_execve): New variable.
10567 (main): Conditionally trigger an execve.
10568 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10569 (test_catch_syscall_execve): New, check entry/return across execve.
10570 (do_syscall_tests): Call test_catch_syscall_execve.
10571
10572 2016-01-12 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.base/random-signal.exp (do_test): New procedure, with body
10575 of testcase moved in.
10576
10577 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10578 Pedro Alves <palves@redhat.com>
10579
10580 * gdb.base/funcargs.exp (finish from indirectly called function):
10581 Reintroduce the case for 'First'.
10582
10583 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10584 Pedro Alves <palves@redhat.com>
10585
10586 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10587 (tcatch_vfork_then_child_follow_exec)
10588 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10589 identification.
10590
10591 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10592
10593 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10594 and repeats to unlimited.
10595 * gdb.python/py-value.exp: Likewise.
10596 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10597 and repeats to unlimited.
10598
10599 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10602 and reordering the functions.
10603 * gdb.multi/hangout.c: Likewise.
10604 * gdb.multi/hello.c: Likewise.
10605
10606 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10607
10608 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10609 absolute.
10610 (SingleStatisticTestResult.report): Use dict.keys instead of
10611 dict.iterkeys.
10612
10613 2016-01-06 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10616
10617 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10618
10619 * gdb.btrace/dlopen.exp: New.
10620 * gdb.btrace/dlopen.c: New.
10621 * gdb.btrace/dlopen-dso.c: New.
10622
10623 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10624
10625 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10626 PATTERN argument is optional.
10627
10628 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10629
10630 * lib/ada.exp (target_compile_ada_from_dir): New function.
10631 (gdb_compile_ada): Reimplement avoiding the use of project files.
10632 * gdb.ada/gnat_ada.gpr: Delete.
10633 * gdb.ada/cond_lang.exp: Adjust test to make path before
10634 filename optional.
10635 * gdb.ada/small_reg_param.exp: Likewise.
10636
10637 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10640
10641 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10642
10643 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10644 case.
10645
10646 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10647
10648 * gdb.base/break.exp: Remove dead code.
10649 * gdb.base/sepdebug.exp: Likewise.
10650
10651 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10652
10653 * gdb.asm/asm-source.exp: Remove HP-UX references.
10654 * gdb.base/annota1.exp: Likewise.
10655 * gdb.base/annota3.exp: Likewise.
10656 * gdb.base/attach.exp: Likewise.
10657 * gdb.base/bigcore.exp: Likewise.
10658 * gdb.base/break.exp: Likewise.
10659 * gdb.base/call-ar-st.exp: Likewise.
10660 * gdb.base/callfuncs.exp: Likewise.
10661 * gdb.base/catch-fork-static.exp: Likewise.
10662 * gdb.base/display.exp: Likewise.
10663 * gdb.base/foll-exec-mode.exp: Likewise.
10664 * gdb.base/foll-exec.exp: Likewise.
10665 * gdb.base/foll-fork.exp: Likewise.
10666 * gdb.base/foll-vfork.exp: Likewise.
10667 * gdb.base/funcargs.exp: Likewise.
10668 * gdb.base/hbreak2.exp: Likewise.
10669 * gdb.base/inferior-died.exp: Likewise.
10670 * gdb.base/interrupt.exp: Likewise.
10671 * gdb.base/multi-forks.exp: Likewise.
10672 * gdb.base/nodebug.exp: Likewise.
10673 * gdb.base/sepdebug.exp: Likewise.
10674 * gdb.base/solib1.c: Likewise.
10675 * gdb.base/step-test.exp: Likewise.
10676 * gdb.mi/non-stop.c: Likewise.
10677 * gdb.mi/pthreads.c: Likewise.
10678 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10679 * gdb.threads/pthreads.c: Likewise.
10680 * gdb.threads/staticthreads.exp: Likewise.
10681 * lib/future.exp: Likewise.
10682 * lib/gdb.exp: Likewise.
10683 * gdb.base/so-indr-cl.c: Remove.
10684 * gdb.base/so-indr-cl.exp: Likewise.
10685 * gdb.base/solib.c: Likewise.
10686 * gdb.base/solib.exp: Likewise.
10687 * gdb.base/solib2.c: Likewise.
10688
10689 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10690
10691 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10692 * gdb.base/call-ar-st.exp: Likewise.
10693 * gdb.base/callfuncs.exp: Likewise.
10694 * gdb.base/condbreak.exp: Likewise.
10695 * gdb.base/constvars.exp: Likewise.
10696 * gdb.base/hbreak2.exp: Likewise.
10697 * gdb.base/langs.exp: Likewise.
10698 * gdb.base/list.exp: Likewise.
10699 * gdb.base/long_long.exp: Likewise.
10700 * gdb.base/ptype.exp: Likewise.
10701 * gdb.base/scope.exp: Likewise.
10702 * gdb.base/signals.exp: Likewise.
10703 * gdb.base/so-impl-ld.exp: Likewise.
10704 * gdb.base/varargs.exp: Likewise.
10705 * gdb.base/volatile.exp: Likewise.
10706 * gdb.base/whatis.exp: Likewise.
10707 * gdb.cp/cplusfuncs.exp: Likewise.
10708 * gdb.cp/inherit.exp: Likewise.
10709 * gdb.cp/local.exp: Likewise.
10710 * gdb.cp/member-ptr.exp: Likewise.
10711 * gdb.cp/method.exp: Likewise.
10712 * gdb.cp/overload.exp: Likewise.
10713 * gdb.cp/templates.exp: Likewise.
10714 * gdb.stabs/weird.exp: Likewise.
10715 * lib/compiler.c: Likewise.
10716 * lib/compiler.cc: Likewise.
10717 * lib/cp-support.exp: Likewise.
10718 * lib/gdb.exp: Likewise.
10719
10720 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10721
10722 * configure.ac: Remove HP-UX case.
10723 * configure: Regenerate.
10724
10725 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10726
10727 * lib/gdb.exp (gdb_compile): Add function doc.
10728
10729 2015-12-17 Pedro Alves <palves@redhat.com>
10730
10731 PR threads/19354
10732 * gdb.multi/info-threads.exp: New file.
10733
10734 2015-12-15 Yao Qi <yao.qi@linaro.org>
10735
10736 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10737 is aarch64*-*-*.
10738
10739 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10740
10741 * gdb.base/history-duplicates.exp: Skip if no readline support.
10742
10743 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10744
10745 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10746
10747 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10748
10749 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10750
10751 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10752
10753 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10754 ctrl-C if nointerrupts target property is set.
10755 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10756 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10757 * gdb.base/paginate-bg-execution.exp: Likewise.
10758 * gdb.base/paginate-execution-startup.exp: Likewise.
10759 * gdb.base/random-signal.exp: Likewise.
10760 * gdb.base/range-stepping.exp: Likewise.
10761 * gdb.cp/annota2.exp: Likewise.
10762 * gdb.cp/annota3.exp: Likewise.
10763 * gdb.gdb/selftest.exp: Likewise.
10764 * gdb.threads/continue-pending-status.exp: Likewise.
10765 * gdb.threads/leader-exit.exp: Likewise.
10766 * gdb.threads/manythreads.exp: Likewise.
10767 * gdb.threads/pthreads.exp: Likewise.
10768 * gdb.threads/schedlock.exp: Likewise.
10769 * gdb.threads/sigthread.exp: Likewise.
10770
10771 2015-12-11 Don Breazeal <donb@codesourcery.com>
10772
10773 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10774 remote.
10775 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10776 * gdb.base/foll-exec.exp (main): Enable for target remote.
10777 * gdb.base/foll-fork.exp (main): Likewise.
10778 * gdb.base/foll-vfork.exp (main): Likewise.
10779 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10780 (proc continue_to_exit_bp_loc): Use clean_restart.
10781 * gdb.base/pie-execl.exp (main): Disable for target remote.
10782 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10783 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10784 * gdb.threads/execl.exp (main): Likewise.
10785 * gdb.threads/fork-child-threads.exp (main): Likewise.
10786 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10787 remote.
10788 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10789 remote.
10790 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10791 pid.tid style ptids, instead of just tid.
10792 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10793 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10794 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10795 ptids, instead of just tid.
10796
10797 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10798
10799 * gdb.base/list.exp (test_list_forward): Add end of file error
10800 test.
10801 (test_repeat_list_command): Add end of file error test.
10802 (test_list_backwards): Add beginning of file error test.
10803
10804 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10805
10806 * gdb.base/list.exp (test_list_invalid_args): New function,
10807 defined, and called.
10808
10809 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 * gdb.base/list.exp (test_list): Make test names unique.
10812
10813 2015-12-11 Yao Qi <yao.qi@linaro.org>
10814
10815 * gdb.base/coremaker2.c: Remove.
10816
10817 2015-12-10 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.multi/base.exp: Remove stale "spaces" references.
10820
10821 2015-12-10 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.multi/base.exp: Don't use nowarnings.
10824 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10825 * gdb.multi/hangout.c: Include stdio.h.
10826 * gdb.multi/hello.c: Include stdlib.h.
10827 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10828 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10829 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10830
10831 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10832
10833 * gdb.dwarf2/dw2-ranges-base.c: New file.
10834 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10835 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10836 support additional line table, and debug ranges generation.
10837 (Dwarf::ranges): New function, generate .debug_ranges.
10838 (Dwarf::lines): Support generating simple line table programs.
10839 (Dwarf::assemble): Initialise new namespace variables.
10840
10841 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10842
10843 * gdb.base/async.exp (proc test_background): Add case for
10844 asynchronous execution not supported.
10845
10846 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10847
10848 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10849 format and change test names to make them unique.
10850
10851 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10852 Pedro Alves <pedro@redhat.com>
10853
10854 PR gdb/18702
10855 Add checking of floatformats setup on x86_64 hosts.
10856 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10857 (smallval, bigval): New labels/constants.
10858 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10859 float" after loading bigval and smallval.
10860
10861 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10862
10863 * gdb.ada/fun_overload_menu.exp: New testcase.
10864 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10865
10866 2015-12-04 Josh Stone <jistone@redhat.com>
10867
10868 * gdb.base/catch-fork-static.exp: New.
10869
10870 2015-12-03 Yao Qi <yao.qi@linaro.org>
10871
10872 * gdb.base/sizeof.c: Don't include stdio.h and
10873 ../lib/unbuffer_output.c.
10874 (main): New variable 'size' and 'value'. Remove printf and
10875 gdb_unbuffer_output. Assign return value to size and value.
10876 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10877 at the beginning.
10878 (check_sizeof): Check the result by printing variable 'size'.
10879 (check_valueof): Check the result by printing variable 'value'.
10880
10881 2015-12-01 Yao Qi <yao.qi@linaro.org>
10882
10883 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10884 for aarch64*-*-linux* target.
10885
10886 2015-11-30 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10889
10890 2015-11-30 Pedro Alves <palves@redhat.com>
10891
10892 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10893 Handle non-stop mode vCont replies.
10894
10895 2015-11-30 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10898 prepare_for_testing. Start gdb with "set non-stop on" appended to
10899 GDBFLAGS. Lax expected stop output.
10900
10901 2015-11-27 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.arch/arm-neon.exp: New.
10904 * gdb.arch/arm-neon.c: New.
10905
10906 2015-11-27 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10909
10910 2015-11-27 Yao Qi <yao.qi@linaro.org>
10911
10912 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10913 frames-invalid annotation.
10914
10915 2015-11-27 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10918
10919 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10920
10921 * gdb.threads/names.exp: New file.
10922 * gdb.threads/names.c: New file.
10923 * README: Mention gdb,no_thread_names.
10924
10925 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10926
10927 PR 19297
10928 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10929 support" error.
10930
10931 2015-11-24 Pedro Alves <palves@redhat.com>
10932
10933 PR 17539
10934 * gdb.base/display.exp: Expect displays to be sorted in ascending
10935 order. Use multi_line.
10936 * gdb.base/solib-display.exp: Likewise.
10937
10938 2015-11-24 Pedro Alves <palves@redhat.com>
10939
10940 PR 17539
10941 * gdb.base/display.exp: Expect displays to be sorted in ascending
10942 order. Use multi_line.
10943 * gdb.base/solib-display.exp: Likewise.
10944
10945 2015-11-24 Pedro Alves <palves@redhat.com>
10946
10947 PR 17539
10948 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10949 threads in ascending order.
10950 * gdb.base/foll-fork.exp: Likewise.
10951 * gdb.base/foll-vfork.exp: Likewise.
10952 * gdb.base/multi-forks.exp: Likewise.
10953 * gdb.mi/mi-nonstop.exp: Likewise.
10954 * gdb.mi/mi-nsintrall.exp: Likewise.
10955 * gdb.multi/base.exp: Likewise.
10956 * gdb.multi/multi-arch.exp: Likewise.
10957 * gdb.python/py-inferior.exp: Likewise.
10958 * gdb.threads/break-while-running.exp: Likewise.
10959 * gdb.threads/execl.exp: Likewise.
10960 * gdb.threads/gcore-thread.exp: Likewise.
10961 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10962 * gdb.threads/kill.exp: Likewise.
10963 * gdb.threads/linux-dp.exp: Likewise.
10964 * gdb.threads/multiple-step-overs.exp: Likewise.
10965 * gdb.threads/next-bp-other-thread.exp: Likewise.
10966 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10967 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10968 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10969 * gdb.threads/thread-find.exp: Likewise.
10970 * gdb.threads/tls.exp: Likewise.
10971 * lib/mi-support.exp (mi_reverse_list): Delete.
10972 (mi_check_thread_states): No longer reverse list.
10973
10974 2015-11-24 Pedro Alves <palves@redhat.com>
10975
10976 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10977 use lowercase.
10978
10979 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * gdb.trace/actions.c: Include trace-common.h.
10982 (main): Add a location for a fast tracepoint.
10983 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10984 the normal tracepoints.
10985 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10986
10987 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10988
10989 * save-trace.exp: Factor out code to these...
10990 (gdb_save_tracepoints): New.
10991 (gdb_load_tracepoints): New.
10992 (do_save_load_test): New.
10993
10994 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10995
10996 * gdb.base/asmlabel.exp: New test.
10997 * gdb.base/asmlabel.c: New test case.
10998
10999 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11000
11001 * gdb.base/wrong_frame_bt_full-main.c: New file.
11002 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11003 * gdb.base/wrong_frame_bt_full.exp: New file.
11004
11005 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11006
11007 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11008
11009 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11010
11011 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11012 pstate register when comparing registers values in
11013 sparc64-*-linux-gnu targets to avoid spurious differences.
11014
11015 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11016
11017 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11018
11019 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11020
11021 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11022 as type argument to gdb_compile.
11023 * gdb.base/nested-subp2.exp: Likewise.
11024 * gdb.base/nested-subp3.exp: Likewise.
11025
11026 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11027
11028 * lib/dwarf.exp (_note): Fix left shift of negative value.
11029 * gdb.trace/trace-condition.exp: Likewise.
11030
11031 2015-11-13 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11034 comments about d10v.
11035 (test_scalar_returns): Likewise.
11036 * gdb.base/d10v.ld: Remove.
11037 * gdb.base/overlays.exp: Remove the target triplet checking for
11038 d10v-*-*.
11039 * gdb.base/structs.exp (test_struct_returns): Remove the
11040 comments about d10v.
11041 (test_struct_calls): Likewise.
11042
11043 2015-11-13 Yao Qi <yao.qi@linaro.org>
11044
11045 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11046 * gdb.base/gnu_vector.c: Don't include stdio.h.
11047 (main): Don't print res and call add_some_intvecs.
11048
11049 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11050
11051 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11052 macro.
11053 (func5): Removed.
11054 (func4): Use FAST_TRACEPOINT_LABEL.
11055 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11056 macro.
11057 (func): Removed.
11058 (thread_function): Use FAST_TRACEPOINT_LABEL.
11059 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11060 (func): Remove.
11061 (marker): Use FAST_TRACEPOINT_LABEL.
11062 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11063 (pendfunc1): Remove.
11064 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11065 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11066 (foo): Remove.
11067 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11068 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11069 macro.
11070 (func): Remove.
11071 (marker): Use FAST_TRACEPOINT_LABEL.
11072 * gdb.trace/trace-common.h: New header.
11073 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11074 macro.
11075 (func): Remove.
11076 (marker): Use FAST_TRACEPOINT_LABEL.
11077 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11078 (func): Remove.
11079 (thread_function): Use FAST_TRACEPOINT_LABEL.
11080
11081 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11082
11083 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11084 in front.
11085 * gdb.trace/change-loc.exp: Use global pcreg definition.
11086 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11087 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11088 in front.
11089 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11090 * gdb.trace/pending.exp: Likewise.
11091 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11092 * gdb.trace/trace-break.exp: Likewise.
11093 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11094 in front.
11095 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11096 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11097 in front.
11098 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11099
11100 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11101
11102 * gdb.ada/fin_fun_out: New testcase.
11103
11104 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11105
11106 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11107 value associated with DW_AT_byte_size.
11108 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11109 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11110 DW_AT_upper_bound.
11111
11112 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11113
11114 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11115 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11116 version.
11117 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11118 gdb.dwarf2/dw2-canonicalize-type.exp,
11119 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11120 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11121 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11122 provided by gdb_target_symbol_prefix_flags_asm.
11123 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11124 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11125 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11126 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11127 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11128 macros where needed). Use this macro for symbols which require
11129 the prefix provided by SYMBOL_PREFIX.
11130
11131 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11132
11133 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11134 New procs.
11135 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11136 representing expressions, of more than one list element.
11137 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11138 to prepend linker symbol prefix to f.
11139 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11140 table_1 and table_2.
11141 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11142 Likewise, for f and g.
11143 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11144 for ptr.
11145 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11146 for main.
11147 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11148 table_1_ptr and table_2_ptr.
11149
11150 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11151 Joel Brobecker <brobecker@adacore.com>
11152
11153 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11154
11155 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11156
11157 * gdb.reverse/s390-mvcle.c: New test.
11158 * gdb.reverse/s390-mvcle.exp: New file.
11159 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11160
11161 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11162
11163 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11164
11165 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11166
11167 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11168 reaching marker2.
11169 * gdb.reverse/getresuid-reverse.exp: Likewise.
11170 * gdb.reverse/pipe-reverse.exp: Likewise.
11171 * gdb.reverse/readv-reverse.exp: Likewise.
11172 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11173 * gdb.reverse/time-reverse.exp: Likewise.
11174 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11175
11176 2015-10-30 Yao Qi <yao.qi@linaro.org>
11177
11178 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11179 (empty_cycle): Remove.
11180 (main): Don't call empty_cycle. Don't use watch_count_done.
11181 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11182 empty_cycle. Rewrite the code counting HW watchpoints.
11183
11184 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11185
11186 * gdb.reverse/fstatat-reverse.c: New test.
11187 * gdb.reverse/fstatat-reverse.exp: New file.
11188 * gdb.reverse/getresuid-reverse.c: New test.
11189 * gdb.reverse/getresuid-reverse.exp: New file.
11190 * gdb.reverse/pipe-reverse.c: New test.
11191 * gdb.reverse/pipe-reverse.exp: New file.
11192 * gdb.reverse/readv-reverse.c: New test.
11193 * gdb.reverse/readv-reverse.exp: New file.
11194 * gdb.reverse/recvmsg-reverse.c: New test.
11195 * gdb.reverse/recvmsg-reverse.exp: New file.
11196 * gdb.reverse/time-reverse.c: New test.
11197 * gdb.reverse/time-reverse.exp: New file.
11198 * gdb.reverse/waitpid-reverse.c: New test.
11199 * gdb.reverse/waitpid-reverse.exp: New file.
11200
11201 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11202
11203 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11204
11205 2015-10-26 Doug Evans <dje@google.com>
11206
11207 PR symtab/17391
11208 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11209 * gdb.dwarf2/bad-regnum.c: New file.
11210 * gdb.dwarf2/bad-regnum.exp: New file.
11211
11212 2015-10-26 Doug Evans <dje@google.com>
11213
11214 PR python/18938
11215 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11216 file.
11217
11218 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11221 for a change by "Mention language in compile error message".
11222
11223 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11224
11225 PR python/18073
11226 * gdb.python/py-type.c (C::a_method): New.
11227 (C::a_const_method): New.
11228 (C::a_static_method): New.
11229 (a_function): New.
11230 * gdb.python/py-type.exp (test_fields): Test getting fields
11231 from function and method.
11232
11233 2015-10-21 Keven Boell <keven.boell@intel.com>
11234
11235 * gdb.fortran/vla-alloc-assoc.exp: New file.
11236 * gdb.fortran/vla-datatypes.exp: New file.
11237 * gdb.fortran/vla-datatypes.f90: New file.
11238 * gdb.fortran/vla-history.exp: New file.
11239 * gdb.fortran/vla-ptype-sub.exp: New file.
11240 * gdb.fortran/vla-ptype.exp: New file.
11241 * gdb.fortran/vla-sizeof.exp: New file.
11242 * gdb.fortran/vla-sub.f90: New file.
11243 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11244 * gdb.fortran/vla-value-sub-finish.exp: New file.
11245 * gdb.fortran/vla-value-sub.exp: New file.
11246 * gdb.fortran/vla-value.exp: New file.
11247 * gdb.fortran/vla-ptr-info.exp: New file.
11248 * gdb.mi/mi-vla-fortran.exp: New file.
11249 * gdb.mi/vla.f90: New file.
11250
11251 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11252
11253 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11254 of hardwired timeout value.
11255
11256 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11257 Pedro Alves <palves@redhat.com>
11258
11259 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11260 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11261
11262 2015-10-19 Josh Stone <jistone@redhat.com>
11263
11264 * gdb.base/catch-syscall.c: Include <sched.h>.
11265 (unknown_syscall): New variable.
11266 (main): Trigger a vfork and an unknown syscall.
11267 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11268 (unknown_syscall_number): Likewise.
11269 (check_call_to_syscall): Accept an optional syscall pattern.
11270 (check_return_from_syscall): Likewise.
11271 (check_continue): Likewise.
11272 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11273 (test_catch_syscall_skipping_return): New test toggling off 'catch
11274 syscall' to step over the syscall return, then toggling back on.
11275 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11276 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11277 (do_syscall_tests): Call test_catch_syscall_without_args and
11278 test_catch_syscall_mid_vfork.
11279 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11280 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11281
11282 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11283
11284 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11285 print g_vE): Add new pass patterns.
11286 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11287 print various symbol names for vptr fields.
11288
11289 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11290
11291 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11292 results.
11293
11294 2015-10-12 Yao Qi <yao.qi@linaro.org>
11295
11296 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11297
11298 2015-10-12 Yao Qi <yao.qi@linaro.org>
11299
11300 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11301 is aarch64*-*-linux*.
11302
11303 2015-10-12 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11306 (can_relocate_bcond_true): ... it.
11307 (can_relocate_bcond_false): New function.
11308 (foo): Likewise.
11309 (can_relocate_bl): Likewise.
11310 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11311 can_relocate_bl.
11312
11313 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11314
11315 * gdb.base/nested-addr.c: New file.
11316 * gdb.base/nested-addr.exp: New testcase.
11317
11318 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11319
11320 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11321 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11322 its output. Ignore the output of "record goto begin" and instead
11323 check that GDB is replaying.
11324
11325 2015-10-09 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11328 (top level): Use it in the run with no args test.
11329
11330 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11331
11332 * gdb.dlang/properties.exp: New file.
11333
11334 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11335
11336 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11337 whether or not address 0x1000 is mapped on the target.
11338
11339 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11340
11341 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11342 build.
11343
11344 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11345
11346 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11347 instruction-history test.
11348
11349 2015-09-28 Doug Evans <dje@google.com>
11350
11351 * gdb.base/gcore.c (array_func): Add reference to static_array.
11352
11353 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11356 source line.
11357
11358 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11359
11360 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11361 short or char as base type.
11362
11363 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11364
11365 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11366 to allow any size enum.
11367
11368 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11369
11370 * gdb.ada/array_ptr_renaming.exp: New testcase.
11371 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11372 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11373
11374 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11375
11376 * gdb.trace/ftrace-lock.c: New file.
11377 * gdb.trace/ftrace-lock.exp: New file.
11378
11379 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11380
11381 * gdb.arch/insn-reloc.c: New file.
11382 * gdb.arch/ftrace-insn-reloc.exp: New file.
11383
11384 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11385
11386 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11387 instruction.
11388 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11389 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11390 * gdb.trace/range-stepping.c: Likewise.
11391 * gdb.trace/trace-break.c: Likewise.
11392 * gdb.trace/trace-mt.c (thread_function): Likewise.
11393 * gdb.trace/ftrace.c (marker): Likewise.
11394 * gdb.trace/trace-condition.c (marker): Likewise.
11395 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11396 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11397 is_aarch64_target.
11398
11399 2015-09-18 Doug Evans <xdje42@gmail.com>
11400
11401 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11402 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11403
11404 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11405
11406 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11407 the breakpoint.
11408
11409 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11410
11411 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11412 the pending breakpoint. Remove timeout override for "Run till
11413 MI pending breakpoint on pendfunc3 on thread 2" test.
11414
11415 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11416
11417 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11418 filename pattern.
11419
11420 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11421
11422 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11423 in breakpoint filename pattern.
11424
11425 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11426
11427 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11428
11429 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11430
11431 * gdb.linespec/explicit.exp: Check for readline support for
11432 tab-completion tests. Fix obvious typo.
11433
11434 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11435
11436 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11437 and replay.
11438
11439 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11440
11441 * gdb.btrace/non-stop.c: New.
11442 * gdb.btrace/non-stop.exp: New.
11443
11444 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11445 Yao Qi <yao.qi@linaro.org>
11446
11447 * gdb.trace/trace-condition.c: New file.
11448 * gdb.trace/trace-condition.exp: New file.
11449
11450 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11451
11452 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11453 for testing bytecode compilation.
11454
11455 2015-09-16 Pedro Alves <palves@redhat.com>
11456 Sandra Loosemore <sandra@codesourcery.com>
11457
11458 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11459 (SECONDS): Redefine.
11460 (main): Call pthread_kill and alarm early.
11461 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11462 support.
11463 (test): If the target can't hardware step and doesn't support
11464 displaced stepping, increase the timeout.
11465
11466 2015-09-16 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11469 (enable_debug): New procedures.
11470 (test): Use them. Bail out if waiting for threads fails.
11471 (top level): Bail out if a test fails.
11472
11473 2015-09-16 Yao Qi <yao.qi@linaro.org>
11474
11475 * gdb.asm/asm-source.exp: Set asm-arch for
11476 aarch64*-*-* target.
11477 * gdb.asm/aarch64.inc: New file.
11478
11479 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11480
11481 * gdb.ada/array_of_variable_length.exp: New testcase.
11482 * gdb.ada/array_of_variable_length/foo.adb: New file.
11483 * gdb.ada/array_of_variable_length/pck.adb: New file.
11484 * gdb.ada/array_of_variable_length/pck.ads: New file.
11485
11486 2015-09-15 Doug Evans <dje@google.com>
11487
11488 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11489 of function static local variable.
11490
11491 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11492
11493 * gdb.threads/tls-so_extern.exp: New test file.
11494 * gdb.threads/tls-so_extern.c: New test file.
11495 * gdb.threads/tls-so_extern_main.c: New test file.
11496
11497 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11498
11499 * gdb.opt/solib-intra-step-lib.c: New file.
11500 * gdb.opt/solib-intra-step-main.c: New file.
11501 * gdb.opt/solib-intra-step.exp: New file.
11502
11503 2015-09-15 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11506 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11507
11508 2015-09-14 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.base/hook-stop-continue.c: Delete.
11511 * gdb.base/hook-stop-continue.exp: Delete.
11512 * gdb.base/hook-stop-frame.c: Delete.
11513 * gdb.base/hook-stop-frame.exp: Delete.
11514 * gdb.base/hook-stop.c: New file.
11515 * gdb.base/hook-stop.exp: New file.
11516
11517 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11518
11519 * gdb.ada/access_to_packed_array.exp: New testcase.
11520 * gdb.ada/access_to_packed_array/foo.adb: New file.
11521 * gdb.ada/access_to_packed_array/pack.adb: New file.
11522 * gdb.ada/access_to_packed_array/pack.ads: New file.
11523
11524 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11525
11526 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11527 buffer size test.
11528
11529 2015-09-11 Don Breazeal <donb@codesourcery.com>
11530
11531 * gdb.base/foll-exec.c: Add copyright header. Fix
11532 formatting issues.
11533 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11534 (do_exec_tests): Use clean_restart in place of zap_session,
11535 and for test initialization. Fix formatting issues. Use
11536 fail in place of perror.
11537 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11538 an expect statement to match an expression with output from
11539 the program under debug.
11540 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11541 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11542 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11543 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11544 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11545
11546 2015-09-09 Doug Evans <dje@google.com>
11547
11548 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11549
11550 2015-09-09 Doug Evans <dje@google.com>
11551
11552 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11553
11554 2015-09-09 Doug Evans <dje@google.com>
11555
11556 * gdb.base/savedregs.exp: Fix typo.
11557
11558 2015-09-09 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11561
11562 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11563
11564 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11565 command actually switches threads. Give up on remaining
11566 tests if target fails to stop at breakpoint.
11567
11568 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11569
11570 * gdb.ada/funcall_char.exp: New testcase.
11571 * gdb.ada/funcall_char/foo.adb: New file.
11572
11573 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11574
11575 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11576 expected outputs. Add two testcases for completing ambiguous
11577 functions.
11578 * gdb.ada/complete/aux_pck.adb: New file.
11579 * gdb.ada/complete/aux_pck.ads: New file.
11580 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11581 Ambiguous_Func functions.
11582 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11583 * gdb.ada/complete/pck.adb: Likewise.
11584
11585 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11586
11587 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11588 failures to run the test program under GDB.
11589
11590 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11591
11592 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11593 to C.
11594
11595 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11596
11597 * gdb.base/run-after-attach.exp: New test file.
11598 * gdb.base/run-after-attach.c: New test file.
11599
11600 2015-08-26 Don Breazeal <donb@codesourcery.com>
11601
11602 * gdb.base/foll-exec-2.c: New test program.
11603 * gdb.base/foll-exec-2.exp: New test.
11604
11605 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11606
11607 * gdb.base/nested-subp1.exp: New file.
11608 * gdb.base/nested-subp1.c: New file.
11609 * gdb.base/nested-subp2.exp: New file.
11610 * gdb.base/nested-subp2.c: New file.
11611 * gdb.base/nested-subp3.exp: New file.
11612 * gdb.base/nested-subp3.c: New file.
11613
11614 2015-08-24 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.server/connect-without-multi-process.c: New file.
11617 * gdb.server/connect-without-multi-process.exp: New file.
11618
11619 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11620
11621 * gdb.opt/inline-markers.c: Make z int.
11622
11623 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11624
11625 * gdb.opt/inline-markers.c: Make z volatile.
11626
11627 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11628
11629 * gdb.opt/inline-bt.c: New volatile global z.
11630 * gdb.opt/inline-cmds.c: Likewise.
11631 * gdb.opt/inline-locals.c: Likewise.
11632 * gdb.opt/inline-markers.c: New extern global z.
11633 (marker): Use z.
11634 (inline_fn): Likewise.
11635
11636 2015-08-24 Pedro Alves <palves@redhat.com>
11637
11638 * config/m32r-stub.exp: Remove file.
11639 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11640 * gdb.base/call-rt-st.exp: Likewise.
11641 * gdb.base/call-strs.exp: Likewise.
11642 * gdb.base/default.exp: Remove references to h8300-*-hms and
11643 *-*-udi*.
11644 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11645
11646 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11647
11648 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11649 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11650 and "return" use KFAIL when GDB can not read/write the vector
11651 return value.
11652
11653 2015-08-21 Gary Benson <gbenson@redhat.com>
11654
11655 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11656
11657 2015-08-20 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.server/solib-list.exp: No longer expect an interior stop in
11660 non-stop mode.
11661
11662 2015-08-20 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.server/connect-stopped-target.c: New file.
11665 * gdb.server/connect-stopped-target.exp: New file.
11666
11667 2015-08-20 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.dwarf2/comp-unit-lang.exp: New file.
11670 * gdb.dwarf2/comp-unit-lang.c: New file.
11671
11672 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11673
11674 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11675 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11676
11677 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11678
11679 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11680 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11681
11682 2015-08-18 Doug Evans <dje@google.com>
11683 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11684
11685 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11686 skip_python_tests. New arg prompt_regexp.
11687 (skip_python_tests): New function.
11688 * lib/mi-support.exp (mi_skip_python_tests): New function.
11689 * gdb.python/py-mi-objfile-gdb.py: New file.
11690 * gdb.python/py-mi-objfile.c: New file.
11691 * gdb.python/py-mi-objfile.exp: New file.
11692
11693 2015-08-17 Keith Seitz <keiths@redhat.com>
11694
11695 * gdb.linespec/explicit.exp: Move strace test from here ...
11696 * gdb.trace/strace.exp: ... to here.
11697
11698 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11699
11700 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11701 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11702
11703 2015-08-14 Doug Evans <xdje42@gmail.com>
11704
11705 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11706 inferior before selecting a new file.
11707
11708 2015-08-14 Doug Evans <xdje42@gmail.com>
11709
11710 * gdb.mi/mi-disassemble.exp: Update.
11711 * gdb.base/disasm-optim.S: New file.
11712 * gdb.base/disasm-optim.c: New file.
11713 * gdb.base/disasm-optim.h: New file.
11714 * gdb.base/disasm-optim.exp: New file.
11715
11716 2015-08-14 Keith Seitz <keiths@redhat.com>
11717
11718 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11719 "evaluated-by".
11720
11721 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11722
11723 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11724
11725 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11726
11727 * gdb.ada/fun_renaming.exp: New testcase.
11728 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11729 * gdb.ada/fun_renaming/pack.adb: New file.
11730 * gdb.ada/fun_renaming/pack.ads: New file.
11731
11732 2015-08-12 Keith Seitz <keiths@redhat.com>
11733
11734 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11735 gdb_get_line_number.
11736
11737 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11738
11739 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11740 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11741 gdb.base/dso2dso.exp: New files.
11742
11743 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11744 Pedro Alves <palves@redhat.com>
11745 Keith Seitz <keiths@redhat.com>
11746
11747 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11748 GDBFLAGS.
11749
11750 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11751
11752 * gdb.base/gdbhistsize-history.exp
11753 (test_histsize_history_setting): Use save_vars.
11754 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11755 Use save_vars.
11756 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11757 * gdb.base/readline.exp: Use save_vars.
11758
11759 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11760
11761 * lib/gdb.exp (save_vars): New proc.
11762
11763 2015-08-11 Keith Seitz <keiths@redhat.com>
11764
11765 * gdb.base/help.exp: Update help_breakpoint_text.
11766
11767 2015-08-11 Keith Seitz <keiths@redhat.com>
11768
11769 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11770 (at toplevel): Call test_explicit_breakpoints.
11771 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11772 breakpoints.
11773 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11774 breakpoint conditions, "-cond".
11775
11776 2015-08-11 Keith Seitz <keiths@redhat.com>
11777
11778 * gdb.linespec/3explicit.c: New file.
11779 * gdb.linespec/cpexplicit.cc: New file.
11780 * gdb.linespec/cpexplicit.exp: New file.
11781 * gdb.linespec/explicit.c: New file.
11782 * gdb.linespec/explicit.exp: New file.
11783 * gdb.linespec/explicit2.c: New file.
11784 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11785 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11786 before using in the matching pattern.
11787 Clarify that `prefix' is a regular expression.
11788
11789 2015-08-11 Keith Seitz <keiths@redhat.com>
11790
11791 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11792 test.
11793 Add tests for missing ",FMT" and ",".
11794
11795 2015-08-10 Doug Evans <dje@google.com>
11796 Keith Seitz <keiths@redhat.com>
11797
11798 PR gdb/17960
11799 * gdb.base/completion.exp: Add location completer tests.
11800
11801 2015-08-07 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11804 tests here.
11805 (top level): Run do_test with and without displaced stepping.
11806
11807 2015-08-07 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/valgrind-disp-step.c: New file.
11810 * gdb.base/valgrind-disp-step.exp: New file.
11811
11812 2015-08-07 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11815 Delete function.
11816 (main): Add alarm. Run an infinite loop instead of calling
11817 wait_threads.
11818 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11819 comment.
11820 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11821 Delete function.
11822 (main): Add alarm. Run an infinite loop instead of calling
11823 wait_threads.
11824 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11825 comment.
11826
11827 2015-08-07 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/checkpoint-ns.exp: New file.
11830 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11831 standard_testfile.
11832
11833 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11834
11835 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11836 * gdb.btrace/instruction_history.exp: Update.
11837 * gdb.btrace/tsx.exp: New.
11838 * gdb.btrace/tsx.c: New.
11839
11840 2015-08-06 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11843 increase timeout.
11844 * gdb.reverse/until-precsave.exp: Bump timeouts.
11845
11846 2015-08-06 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11849
11850 2015-08-06 Pedro Alves <palves@redhat.com>
11851
11852 PR gdb/18749
11853 * gdb.threads/process-dies-while-handling-bp.c: New file.
11854 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11855
11856 2015-08-06 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11859 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11860
11861 2015-08-05 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11864 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11865
11866 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11867
11868 * gdb.base/bp-permanent.exp: Report test as unsupported if
11869 the target cannot stop at the permanent breakpoint.
11870
11871 2015-08-03 Doug Evans <dje@google.com>
11872
11873 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11874 10000.
11875
11876 2015-08-03 Doug Evans <dje@google.com>
11877
11878 * Makefile.in (workers/%.worker, build-perf): New rule.
11879 (GDB_PERFTEST_MODE): New variable.
11880 (check-perf): Use it.
11881 (clean): Clean up gdb.perf parallel build subdirs.
11882 * lib/build-piece.exp: New file.
11883 * lib/gdb.exp (make_gdb_parallel_path): New function
11884 (standard_output_file, standard_temp_file): Call it.
11885 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11886 of $GDB_PARALLEL.
11887 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11888
11889 2015-08-03 Doug Evans <dje@google.com>
11890
11891 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11892 (LOG_FILE_NAME): New global.
11893 (TextReporter.__init__): Initialize self.txt_sum.
11894 (TextReporter.report): Add support for multiple data-points.
11895 Move report to perftest.sum, put raw data in perftest.log.
11896 (TextReporter.start): Open sum and log files.
11897 (TextReporter.end): Close sum and log files.
11898 * gdb.perf/lib/perftest/testresult.py
11899 (SingleStatisticTestResult.record): Handle multiple data-points.
11900
11901 2015-07-31 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11904 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11905 kill_wait_spawned_process instead of explicit "kill -9".
11906 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11907 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11908 kill_wait_spawned_process.
11909 * gdb.base/attach-twice.exp: Likewise.
11910 * gdb.base/attach.exp: Likewise.
11911 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11912 gdb_test_multiple.
11913 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11914 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11915 kill_wait_spawned_process.
11916 * gdb.base/valgrind-infcall.exp: Likewise.
11917 * gdb.multi/multi-attach.exp: Likewise.
11918 * gdb.python/py-prompt.exp: Likewise.
11919 * gdb.python/py-sync-interp.exp: Likewise.
11920 * gdb.server/ext-attach.exp: Likewise.
11921 * gdb.threads/attach-into-signal.exp (corefunc): Use
11922 spawn_wait_for_attach, spawn_id_get_pid and
11923 kill_wait_spawned_process.
11924 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11925 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11926 spawn_id_get_pid and kill_wait_spawned_process.
11927 * gdb.threads/attach-stopped.exp (corefunc): Use
11928 spawn_wait_for_attach, spawn_id_get_pid and
11929 kill_wait_spawned_process.
11930 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11931 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11932 kill_wait_spawned_process instead of explicit "kill -9".
11933 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11934 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11935 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11936 processes. Don't map cygwin/windows pids here. Now returns a
11937 spawn id list.
11938
11939 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11940
11941 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11942 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11943 correct patch.
11944
11945 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11946
11947 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11948
11949 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11950
11951 Reapply:
11952 2014-05-21 Mark Wielaard <mjw@redhat.com>
11953
11954 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11955
11956 2015-07-30 Pedro Alves <palves@redhat.com>
11957
11958 * linux-low.c (handle_extended_wait): Set the child's last
11959 reported status to TARGET_WAITKIND_STOPPED.
11960
11961 2015-07-30 Pedro Alves <palves@redhat.com>
11962
11963 PR threads/18600
11964 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11965 only shows inferior 1.
11966
11967 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11968 Pedro Alves <palves@redhat.com>
11969
11970 PR threads/18600
11971 * gdb.threads/fork-plus-threads.c: New file.
11972 * gdb.threads/fork-plus-threads.exp: New file.
11973
11974 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11975
11976 * gdb.base/batch-preserve-term-settings.exp
11977 (test_terminal_settings_preserved_after_cli_exit): Use
11978 send_quit_command.
11979
11980 2015-07-29 Pedro Alves <palves@redhat.com>
11981 Don Breazeal <donb@codesourcery.com>
11982
11983 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11984 output from both inferior_spawn_id and gdb_spawn_id.
11985
11986 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11987
11988 * gdb.threads/attach-into-signal.exp (corefunc): Use
11989 with_test_prefix on nested loops, uniquefying the test messages.
11990
11991 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11992
11993 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11994 commit.
11995
11996 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11997
11998 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11999 New proc.
12000 (test_terminal_settings_preserved_after_sigterm): New test.
12001
12002 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12003
12004 * gdb.base/batch-preserve-term-settings.exp
12005 (test_terminal_settings_preserved_after_cli_exit): New test.
12006
12007 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12008
12009 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12010 manipulation of saved_gdbflags.
12011 (test_terminal_settings_preserved): Remove global declaration of
12012 the unused variable pagination_prompt. Remove manipulation of
12013 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12014 GDBFLAGS.
12015
12016 2015-07-29 Pedro Alves <palves@redhat.com>
12017
12018 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12019
12020 2015-07-29 Pedro Alves <palves@redhat.com>
12021
12022 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12023 at the top.
12024
12025 2015-07-29 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12028 (main): Call gdb_unbuffer_output.
12029 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12030 (main): Call gdb_unbuffer_output.
12031 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12032 (main): Call gdb_unbuffer_output.
12033 * gdb.base/call-strs.exp: Adjust to step over the
12034 gdb_unbuffer_output call.
12035 * gdb.base/catch-gdb-caused-signals.c: Include
12036 "../lib/unbuffer_output.c".
12037 (main): Call gdb_unbuffer_output.
12038 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12039 (main): Call gdb_unbuffer_output.
12040 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12041 (main): Call gdb_unbuffer_output.
12042 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12043 (main): Call gdb_unbuffer_output.
12044 * gdb.base/shlib-call.exp: Adjust to step over the
12045 gdb_unbuffer_output call.
12046 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12047 (main): Call gdb_unbuffer_output.
12048 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12049 (main): Call gdb_unbuffer_output.
12050 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12051 (main): Rename to ...
12052 (test): ... this.
12053 (main): Reimplement.
12054 * gdb.base/varargs.exp: Run to test instead of to main.
12055 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12056 (main): Call gdb_unbuffer_output.
12057
12058 2015-07-29 Pedro Alves <palves@redhat.com>
12059
12060 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12061 factore out from mi_continue_dprintf. For call-style dprintfs,
12062 expect dprintf output out of $inferior_spawn_id.
12063 (mi_continue_dprintf): Use mi_expect_dprintf.
12064 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12065 (main): Call gdb_unbuffer_output.
12066
12067 2015-07-29 Pedro Alves <palves@redhat.com>
12068
12069 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12070 (default_mi_gdb_start): Set inferior_spawn_id instead of
12071 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12072 gdb_spawn_id.
12073 (mi_gdb_test): Always expect inferior output from both
12074 $inferior_spawn_id and $gdb_spawn_id.
12075
12076 2015-07-29 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12079 send_inferior and $inferior_spawn_id.
12080
12081 2015-07-29 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.gdb/complaints.exp (test_initial_complaints)
12084 (test_serial_complaints, test_short_complaints): Use
12085 gdb_test_stdio.
12086 (test_empty_complaint): Handle $inferior_spawn_id !=
12087 $gdb_spawn_id.
12088
12089 2015-07-29 Pedro Alves <palves@redhat.com>
12090
12091 * gdb.base/varargs.exp: Use gdb_test_stdio.
12092
12093 2015-07-29 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12096
12097 2015-07-29 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12100
12101 2015-07-29 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12104 parameter into two new parameters, "inf_result" and "gdb_result".
12105 Expect inferior output and gdb output from $inferior_spawn_id and
12106 $gdb_spawn_id, respectively. Adjust all callers.
12107
12108 2015-07-29 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12111 of gdb_test_sequence.
12112
12113 2015-07-29 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12116 (saw_spurious_output): Expect inferior output from
12117 $inferior_spawn_id. Use gdb_test_stdio.
12118
12119 2015-07-29 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.base/dprintf.exp: Use standard_testfile. Change
12122 prepare_for_testing call.
12123 (srcfile): Don't set.
12124 (restart): New procedure.
12125 (test_dprintf): New procecure, use to continue over dprintfs.
12126 (test_call, test_agent): New procedures, tests moved here.
12127 Restart gdb and recreate dprintfs. Adjust expected output.
12128
12129 2015-07-29 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12132
12133 2015-07-29 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12136
12137 2015-07-29 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12140 gdb_test_stdio.
12141
12142 2015-07-29 Pedro Alves <palves@redhat.com>
12143
12144 * lib/gdb.exp (gdb_test_stdio): New procedure.
12145
12146 2015-07-29 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12149
12150 2015-07-29 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/call-signal-resume.exp: Remove check for
12153 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12154 * gdb.base/unwindonsignal.exp: Likewise.
12155 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12156 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12157
12158 2015-07-29 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.base/siginfo-addr.c (pass): New function.
12161 (handler): Call it iff si_addr is correct.
12162 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12163 Set a breakpoint at "pass" and continue to it.
12164
12165 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12166
12167 * gdb.python/py-objfile.exp: Make some tests have unique names.
12168 * gdb.python/py-pp-registration.exp: Likewise.
12169
12170 2015-07-28 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12173
12174 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12175
12176 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12177
12178 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12179
12180 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12181
12182 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12183
12184 * gdb.base/gdb-sigterm-2.exp: New test.
12185
12186 2015-07-25 Doug Evans <xdje42@gmail.com>
12187
12188 Revert:
12189 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12190 (workers/%.worker, build-perf): New rule.
12191 (GDB_PERFTEST_MODE): New variable.
12192 (check-perf): Use it.
12193 (clean): Clean up gdb.perf parallel build subdirs.
12194 * lib/build-piece.exp: New file.
12195 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12196 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12197 name.
12198 (standard_temp_file): Ditto.
12199 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12200 of $GDB_PARALLEL.
12201
12202 2015-07-24 Doug Evans <dje@google.com>
12203
12204 * gdb.perf/lib/perftest/utils.py: New file.
12205 * gdb.perf/gm-hello.cc: New file.
12206 * gdb.perf/gm-pervasive-typedef.cc: New file.
12207 * gdb.perf/gm-pervasive-typedef.h: New file.
12208 * gdb.perf/gm-std.cc: New file.
12209 * gdb.perf/gm-std.h: New file.
12210 * gdb.perf/gm-use-cerr.cc: New file.
12211 * gdb.perf/gm-utils.h: New file.
12212 * gdb.perf/gmonster-null-lookup.py: New file.
12213 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12214 * gdb.perf/gmonster-print-cerr.py: New file.
12215 * gdb.perf/gmonster-ptype-string.py: New file.
12216 * gdb.perf/gmonster-runto-main.py: New file.
12217 * gdb.perf/gmonster-select-file.py: New file.
12218 * gdb.perf/gmonster1-null-lookup.exp: New file.
12219 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12220 * gdb.perf/gmonster1-print-cerr.exp: New file.
12221 * gdb.perf/gmonster1-ptype-string.exp: New file.
12222 * gdb.perf/gmonster1-runto-main.exp: New file.
12223 * gdb.perf/gmonster1-select-file.exp: New file.
12224 * gdb.perf/gmonster1.cc: New file.
12225 * gdb.perf/gmonster1.exp: New file.
12226 * gdb.perf/gmonster2-null-lookup.exp: New file.
12227 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12228 * gdb.perf/gmonster2-print-cerr.exp: New file.
12229 * gdb.perf/gmonster2-ptype-string.exp: New file.
12230 * gdb.perf/gmonster2-runto-main.exp: New file.
12231 * gdb.perf/gmonster2-select-file.exp: New file.
12232 * gdb.perf/gmonster2.cc: New file.
12233 * gdb.perf/gmonster2.exp: New file.
12234
12235 2015-07-24 Doug Evans <dje@google.com>
12236
12237 * gdb.perf/README: New file.
12238 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12239 * lib/gen-perf-test.exp: New file.
12240
12241 2015-07-24 Doug Evans <dje@google.com>
12242
12243 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12244 (PerfTest::startup): New function.
12245 (PerfTest::run): Return result of calling body.
12246 (PerfTest::assemble): Rewrite.
12247 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12248 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12249 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12250 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12251 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12252
12253 2015-07-24 Doug Evans <dje@google.com>
12254
12255 * lib/gdb.exp (clean_restart): Make executable optional.
12256
12257 2015-07-24 Doug Evans <dje@google.com>
12258
12259 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12260 compiler_info references.
12261 * gdb.cp/temargs.exp: Ditto.
12262 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12263 (get_compiler_info): Early exit if already computed. Set compiler_info
12264 to "unknown" if there was a problem.
12265 (test_compiler_info): Add function comment. Call get_compiler_info.
12266
12267 2015-07-24 Doug Evans <dje@google.com>
12268
12269 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12270 (workers/%.worker, build-perf): New rule.
12271 (GDB_PERFTEST_MODE): New variable.
12272 (check-perf): Use it.
12273 (clean): Clean up gdb.perf parallel build subdirs.
12274 * lib/build-piece.exp: New file.
12275 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12276 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12277 name.
12278 (standard_temp_file): Ditto.
12279 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12280 of $GDB_PARALLEL.
12281
12282 2015-07-24 Doug Evans <dje@google.com>
12283
12284 * lib/future.exp (gdb_default_target_compile): New option
12285 "early_flags".
12286 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12287 --as-needed.
12288
12289 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12290
12291 * gdb.base/catch-syscall.exp: Call gdb_exit before
12292 gdb_skip_xml_test.
12293
12294 2015-07-24 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.python/py-events.exp: Accept output between the stop event
12297 and the prompt.
12298 * gdb.python/py-evsignal.exp: Likewise.
12299 * gdb.python/py-evthreads.exp: Likewise.
12300
12301 2015-07-24 Pedro Alves <palves@redhat.com>
12302
12303 PR gdb/18717
12304 * gdb.threads/non-ldr-exit.c: New file.
12305 * gdb.threads/non-ldr-exit.exp: New file.
12306
12307 2015-07-24 Yao Qi <yao.qi@linaro.org>
12308
12309 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12310 restarting process.
12311
12312 2015-07-24 Yao Qi <yao.qi@linaro.org>
12313
12314 * gdb.server/ext-restart.exp: New file.
12315
12316 2015-07-24 Yao Qi <yao.qi@linaro.org>
12317
12318 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12319 argument options.
12320 * gdb.server/ext-wrapper.exp: New file.
12321
12322 2015-07-23 Doug Evans <dje@google.com>
12323
12324 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12325 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12326
12327 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12328
12329 * gdb.ada/var_arr_typedef.exp: New testcase.
12330 * gdb.ada/var_arr_typedef/pack.adb: New file.
12331 * gdb.ada/var_arr_typedef/pack.ads: New file.
12332 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12333
12334 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12335
12336 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12337
12338 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12339
12340 * gdb.arch/i386-biarch-core.exp: Replace istarget
12341 by "complete set gnutarget". Remove expectation for the "core-file"
12342 command.
12343
12344 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12345
12346 Revert the previous commit:
12347 Tests for validate symbol file using build-id.
12348
12349 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12350
12351 Tests for validate symbol file using build-id.
12352 * gdb.base/solib-mismatch-lib.c: New file.
12353 * gdb.base/solib-mismatch-libmod.c: New file.
12354 * gdb.base/solib-mismatch.c: New file.
12355 * gdb.base/solib-mismatch.exp: New file.
12356
12357 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12358
12359 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12360 nios2-*-linux*.
12361 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12362 * gdb.base/siginfo.exp: Likewise.
12363 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12364
12365 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12366
12367 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12368 Move it to ...
12369 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12370 ... here.
12371 * gdb.trace/range-stepping.exp: Check that the target supports
12372 range stepping.
12373
12374 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12375
12376 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12377
12378 2015-07-14 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.base/killed-outside.exp: New file.
12381 * gdb.base/killed-outside.c: New file.
12382
12383 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12386 (n at main): New.
12387 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12388
12389 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12390
12391 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12392 infcall tests instead of setting up for KFAIL.
12393
12394 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12395
12396 * gdb.btrace/record_goto-step.exp: New.
12397
12398 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 PR compile/18484
12401 * gdb.compile/compile.c (struct struct_type): Add volatile to
12402 selffield's type.
12403 * gdb.compile/compile.exp
12404 (compile code struct_object.selffield = &struct_object): Skip further
12405 struct_object tests if this one xfails.
12406
12407 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12408
12409 PR exp/18617
12410 * gdb.trace/ax.exp: Add test.
12411
12412 2015-07-07 Yao Qi <yao.qi@linaro.org>
12413
12414 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12415 instead of istarget "aarch64*-*-*".
12416 * gdb.arch/aarch64-fp.exp: Likewise.
12417 * gdb.base/float.exp: Likewise.
12418 * gdb.reverse/aarch64.exp: Likewise.
12419 * lib/gdb.exp (is_aarch64_target): New proc.
12420
12421 2015-07-07 Yao Qi <yao.qi@linaro.org>
12422
12423 * lib/gdb.exp (is_aarch32_target): New proc.
12424 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12425 instead of "istarget "arm*-*-*"".
12426 * gdb.arch/arm-disp-step.exp: Likewise.
12427 * gdb.arch/thumb-bx-pc.exp: Likewise.
12428 * gdb.arch/thumb-prologue.exp: Likewise.
12429 * gdb.arch/thumb-singlestep.exp: Likewise.
12430 * gdb.base/disp-step-syscall.exp: Likewise.
12431 * gdb.base/float.exp: Likewise.
12432
12433 2015-07-07 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12436 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12437
12438 2015-07-07 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12441 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12442 if it exists.
12443 * gdb.multi/multi-arch.exp: Likewise.
12444
12445 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12448 print.
12449
12450 2015-07-07 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12453
12454 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12455
12456 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12457 '[' and ']' characters.
12458
12459 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12460
12461 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12462
12463 2015-06-29 Pedro Alves <palves@redhat.com>
12464
12465 PR threads/18127
12466 * gdb.threads/hand-call-new-thread.c: New file.
12467 * gdb.threads/hand-call-new-thread.c: New file.
12468
12469 2015-06-26 Keith Seitz <keiths@redhat.com>
12470 Doug Evans <dje@google.com>
12471
12472 PR 16253
12473 * gdb.cp/var-tag-2.cc: New file.
12474 * gdb.cp/var-tag-3.cc: New file.
12475 * gdb.cp/var-tag-4.cc: New file.
12476 * gdb.cp/var-tag.cc: New file.
12477 * gdb.cp/var-tag.exp: New file.
12478
12479 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12480
12481 * gdb.base/history-duplicates.exp: New test.
12482
12483 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12484
12485 * gdb.base/completion.exp: Test the completion of the "focus"
12486 command.
12487
12488 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12489
12490 * gdb.arch/amd64-prologue-skip.S: New file.
12491 * gdb.arch/amd64-prologue-skip.exp: New file.
12492
12493 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12496 is_address_zero_readable check.
12497
12498 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12499
12500 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12501 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12502
12503 2015-06-24 Yao Qi <yao.qi@linaro.org>
12504
12505 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12506 linux targets.
12507
12508 2015-06-24 Yao Qi <yao.qi@linaro.org>
12509
12510 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12511 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12512 * gdb.base/siginfo-thread.exp: Likewise.
12513
12514 2015-06-22 Yao Qi <yao.qi@linaro.org>
12515
12516 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12517
12518 2015-06-22 Yao Qi <yao.qi@linaro.org>
12519
12520 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12521 aarch64*-*-*.
12522 (skip_hw_watchpoint_tests): Likewise.
12523
12524 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12525
12526 * gdb.base/gdbinit-history.exp: Test the interaction between
12527 setting GDBHISTSIZE and setting the history size via .gdbinit.
12528
12529 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12530
12531 PR gdb/16999
12532 * gdb.base/gdbhistsize-history.exp: New test.
12533
12534 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12535
12536 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12537 with GDBHISTSIZE.
12538 * gdb.base/readline.exp: Likewise.
12539
12540 2015-06-17 Yao Qi <yao.qi@linaro.org>
12541
12542 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12543 line.
12544
12545 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12546
12547 * gdb.base/gdbinit-history.exp: Add test case to check that
12548 an unlimited history file does not get truncated on exit.
12549
12550 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12551
12552 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12553 (VECTOR): New macro. Use it...
12554 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12555 ...for these typedefs.
12556 (int8, char1, int1, double1): New typedefs.
12557 (struct just_int2, struct two_int2): New structures.
12558 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12559 (add_structvecs, add_singlevecs): New functions.
12560 (main): Call add_some_intvecs twice.
12561 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12562 the compile and exit upon failure. Try compiling for the "native"
12563 architecture. Test inferior function calls with vector arguments
12564 and vector return value handling with "finish" and "return".
12565
12566 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12567
12568 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12569 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12570 PE file.
12571 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12572
12573 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12574
12575 PR breakpoints/16465
12576 * gdb.mi/mi-dprintf-pending.c: New file.
12577 * gdb.mi/mi-dprintf-pending.exp: New test.
12578 * gdb.mi/mi-dprintf-pendshr.c: New file.
12579
12580 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12581 Mircea Gherzan <mircea.gherzan@intel.com>
12582
12583 * gdb.arch/i386-mpx-map.c: New file.
12584 * gdb.arch/i386-mpx-map.exp: New File.
12585
12586 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12587
12588 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12589 * gdb.arch/i386-mpx.exp: Indentation fixed.
12590
12591 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12592
12593 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12594 function and improved indentation.
12595 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12596 gdb_test_multiple. Added additional tests to skip the test.
12597
12598 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12599
12600 * gdb.arch/i386-avx512.c: Change path in include file.
12601 * gdb.arch/i386-avx512.exp: Change include dir path
12602 compilation flag.
12603 * gdb.arch/i386-mpx.c: Change path in include file.
12604 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12605 flag.
12606
12607 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12608
12609 * gdb.compile/compile-print.exp (compile print *vararray@3)
12610 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12611
12612 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12613
12614 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12615 (do not keep jit in memory): ... this.
12616 (expect 5): Change it to ...
12617 (expect no 5): ... this.
12618
12619 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 PR gdb/15564
12622 * gdb.mi/mi-detach.exp: New file.
12623
12624 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 PR symtab/18392
12627 * gdb.arch/amd64-tailcall-self.S: New file.
12628 * gdb.arch/amd64-tailcall-self.c: New file.
12629 * gdb.arch/amd64-tailcall-self.exp: New file.
12630
12631 2015-05-28 Don Breazeal <donb@codesourcery.com>
12632
12633 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12634 tests for remote targets by checking is_target_gdbserver.
12635
12636 2015-05-27 Doug Evans <dje@google.com>
12637
12638 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12639 * gdb.dwarf2/opaque-type-lookup.c: New file.
12640 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12641
12642 2015-05-26 Doug Evans <dje@google.com>
12643
12644 * gdb.cp/iostream.cc: New file.
12645 * gdb.cp/iostream.exp: New file.
12646
12647 2015-05-26 Doug Evans <dje@google.com>
12648
12649 * gdb.dwarf2/dw2-op-call.exp: Update.
12650 * gdb.dwarf2/dw4-sig-types.exp: Update.
12651 * gdb.dwarf2/implptr.exp: Update.
12652 * gdb.mi/mi-cmd-param-changed.exp: Update.
12653
12654 2015-05-26 Doug Evans <dje@google.com>
12655
12656 * gdb.python/py-lazy-string.c: New file.
12657 * gdb.python/py-lazy-string.exp: New file.
12658 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12659 (main): Update. Add estring3.
12660 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12661 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12662
12663 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12664 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.reverse/aarch64.c: New.
12667 * gdb.reverse/aarch64.exp: New.
12668
12669 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12670
12671 * lib/gdb.exp (supports_process_record): Return true for
12672 aarch64*-linux*.
12673 (supports_reverse): Likewise.
12674
12675 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12676
12677 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12678 Use with_test_prefix.
12679
12680 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12681
12682 * gdb.base/completion.exp: Add test for completion of layout
12683 names.
12684
12685 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12686
12687 * lib/gdb.exp (skip_tui_tests): New proc.
12688 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12689
12690 2015-05-19 Pedro Alves <palves@redhat.com>
12691
12692 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12693 Save the whole env array instead of just HOME. Unset HISTSIZE in
12694 the environment while testing. Restore whole environment
12695 afterwards.
12696
12697 2015-05-16 Doug Evans <xdje42@gmail.com>
12698
12699 * gdb.guile/scm-ports.c: New file.
12700 * gdb.guile/scm-ports.exp: Add memory port tests.
12701
12702 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 * gdb.compile/compile-print.c: New file.
12705 * gdb.compile/compile-print.exp: New file.
12706
12707 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12708
12709 * gdb.compile/compile-ops.exp: Cast param to void.
12710 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12711 (compile code struct_object.selffield = &struct_object): Add xfail.
12712
12713 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12714
12715 * gdb.ada/arr_enum_with_gap: New testcase.
12716
12717 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12718
12719 * gdb.ada/byte_packed_arr: New testcase.
12720
12721 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12722
12723 * gdb.ada/pckd_neg: New testcase.
12724
12725 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12726
12727 PR gdb/17820
12728 * gdb.base/gdbinit-history.exp: New test.
12729 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12730 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12731
12732 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12733
12734 * gdb.python/py-xmethods.cc: Enhance test case.
12735 * gdb.python/py-xmethods.exp: New tests.
12736 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12737 function.
12738 (B_indexoper): Likewise.
12739 (global_dm_list) : Add new xmethod worker functions.
12740
12741 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12742
12743 * gdb.base/coredump-filter.exp: Correctly unset
12744 "coredump_var_addr" array.
12745
12746 2015-05-08 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.server/non-existing-program.exp: Unset spawn_id.
12749
12750 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12751
12752 PR python/18291
12753 * gdb.python/py-xmethods.exp: Add tests.
12754
12755 2015-05-08 Yao Qi <yao.qi@linaro.org>
12756
12757 PR gdb/18208
12758 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12759 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12760 function set_coredump_filter, and remove remote_exec call.
12761 Remove argument ipid. Callers update.
12762 (top level): Don't get inferior's PID.
12763
12764 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12765
12766 * gdb.base/watch_thread_num.exp: Skip test on targets without
12767 access watchpoints.
12768
12769 2015-05-06 Pedro Alves <palves@redhat.com>
12770
12771 PR server/18081
12772 * gdb.server/non-existing-program.exp: New file.
12773
12774 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12775
12776 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12777
12778 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12779
12780 * gdb.ada/out_of_line_in_inlined: New testcase.
12781
12782 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12783
12784 * gdb.ada/var_rec_arr: New testcase.
12785
12786 2015-04-30 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.base/break-idempotent.exp: If
12789 skip_hw_watchpoint_multi_tests returns true, skip the tests
12790 on "rwatch" and "awatch".
12791
12792 2015-04-30 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.base/relativedebug.exp: Invoke gdb command
12795 "info sharedlibrary", and if libc.so doesn't have debug info,
12796 skip the test.
12797
12798 2015-04-29 Doug Evans <dje@google.com>
12799
12800 * gdb.python/py-xmethods.exp: Add ptype tests.
12801 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12802 get_result_type method.
12803
12804 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12805
12806 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12807 the target does not support hardware watchpoints.
12808
12809 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12810
12811 * gdb.base/break-always.exp: Abort testing if writing to memory
12812 causes an error.
12813
12814 2015-04-28 Doug Evans <dje@google.com>
12815
12816 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12817 * gdb.python/py-pp-registration.exp: ... here. New file.
12818 * gdb.python/py-pp-registration.c: New file.
12819 * gdb.python/py-pp-registration.py: New file.
12820
12821 2015-04-28 Doug Evans <dje@google.com>
12822
12823 * gdb.python/py-bad-printers.c: New file.
12824 * gdb.python/py-bad-printers.py: New file.
12825 * gdb.python/py-bad-printers.exp: New file.
12826
12827 2015-04-28 Sasha Smundak <asmundak@google.com>
12828
12829 * gdb.python/py-type.exp: New test.
12830
12831 2015-04-28 Andy Wingo <wingo@igalia.com>
12832
12833 * gdb.python/py-parameter.exp:
12834 * gdb.guile/scm-parameter.exp: Escape the path that we are
12835 matching against, as it might contain characters that are special
12836 to regular expressions.
12837
12838 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12839
12840 * gdb.ada/rec_comp: New testcase.
12841
12842 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12843
12844 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12845 before using it.
12846
12847 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12848
12849 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12850 new tests for verilog output.
12851
12852 2015-04-24 Yao Qi <yao.qi@linaro.org>
12853
12854 * boards/remote-gdbserver-on-localhost.exp: New file.
12855
12856 2015-04-23 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12859 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12860 "end of file", remove $inferior_spawn_id from the indirect list.
12861
12862 2015-04-23 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12865
12866 2015-04-23 Pedro Alves <palves@redhat.com>
12867
12868 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12869 on $any_spawn_id instead of only on $gdb_spawn_id.
12870
12871 2015-04-21 Pierre Muller <muller@sourceware.org>
12872
12873 PR pascal/17815
12874 * lib/pascal.exp (gpc_compile): Add new option "class".
12875 (fpc_compile): Likewise.
12876 * gdb.pascal/case-insensitive-symbols.pas: New file.
12877 * gdb.pascal/case-insensitive-symbols.exp: New file.
12878
12879 2015-04-20 Gary Benson <gbenson@redhat.com>
12880
12881 * gdb.base/attach.exp: Fix three extended remote failures.
12882
12883 2015-04-17 Gary Benson <gbenson@redhat.com>
12884
12885 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12886 the main executable over the remote protocol.
12887
12888 2015-04-16 Pedro Alves <palves@redhat.com>
12889
12890 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12891 a new gdbserver if gdbserver_reconnect_p is set.
12892
12893 2015-04-16 Pedro Alves <palves@redhat.com>
12894
12895 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12896 is set, don't exit gdbserver.
12897
12898 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12899
12900 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12901 appropriate .insn, such that an older assembler can be used.
12902 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12903 the z/Architecture instruction set on 31-bit targets as well.
12904
12905 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12906
12907 * gdb.go/handcall.exp: Remove all logic related to the first
12908 breakpoint and rely on go_runto_main instead.
12909 * gdb.go/strings.exp: Likewise.
12910 * gdb.go/unsafe.exp: Likewise.
12911 * gdb.go/hello.exp: Likewise. Also rename the remaining
12912 breakpoint marker to "breakpoint 1".
12913 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12914 * gdb.go/strings.go: Likewise.
12915 * gdb.go/unsafe.go: Likewise.
12916 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12917 "set breakpoint 2 here" and rename the remaining breakpoint marker
12918 to "breakpoint 1".
12919
12920 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12921
12922 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12923 if itertools.imap is not present.
12924 * gdb.python/py-objfile.exp: Add parentheses.
12925 * gdb.python/py-type.exp: Same.
12926 * gdb.python/py-unwind-maint.py: Same.
12927
12928 2015-04-15 Yao Qi <yao.qi@linaro.org>
12929
12930 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12931 of ":$ptr_size" and set its form explicitly.
12932
12933 2015-04-15 Pedro Alves <palves@redhat.com>
12934 Yao Qi <yao.qi@linaro.org>
12935
12936 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12937 timeout by factor of 4.
12938 (test_regular_watch): Likewise.
12939 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12940 * gdb.reverse/sigall-reverse.exp: Likewise.
12941 * gdb.reverse/until-precsave.exp: Likewise.
12942 * lib/gdb.exp (with_timeout_factor): New proc.
12943 (gdb_expect): Move some code to ...
12944 (get_largest_timeout): ... here. New procedure.
12945
12946 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12947
12948 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12949
12950 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12951
12952 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12953 to write to the .text section.
12954
12955 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12956
12957 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12958 Handle the case of targets that do not provide PID information.
12959
12960 2015-04-13 Yao Qi <yao.qi@linaro.org>
12961
12962 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12963 and use expect instead of gdb_expect.
12964
12965 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12966
12967 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12968 "coredump_var_addr" to avoid naming conflict with other testcases.
12969
12970 2015-04-10 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12973 gdb_test_sequence and gdb_assert.
12974
12975 2015-04-10 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12978 test messages that don't include the breakpoint address.
12979
12980 2015-04-10 Yao Qi <yao.qi@linaro.org>
12981
12982 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12983 false for some offset and width combinations which aren't
12984 supported by linux kernel.
12985
12986 2015-04-10 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12989 procedure, factored out from ...
12990 (top level): ... here. Add "set displaced-stepping" testing axis.
12991 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12992 parameter "displaced". Use it.
12993 (top level): Use foreach and add "set displaced-stepping" testing
12994 axis.
12995
12996 2015-04-10 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12999 Remove comment.
13000 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13001 both the address of the instruction that triggers the watchpoint
13002 and the address of the instruction immediately after, and use
13003 those addresses for the test. Fix comment.
13004
13005 2015-04-10 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.base/sigstep.exp (breakpoint_to_handler)
13008 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13009 Test "backtrace" in handler.
13010 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13011 (top level): Add new "displaced" test axis to
13012 breakpoint_to_handler, breakpoint_to_handler_entry and
13013 breakpoint_over_handler.
13014
13015 2015-04-10 Pedro Alves <palves@redhat.com>
13016
13017 PR gdb/18216
13018 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13019
13020 2015-04-10 Yao Qi <yao.qi@linaro.org>
13021
13022 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13023 (test_add_rn_pc): New function.
13024 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13025 (top level): Invoke test_add_rn_pc.
13026
13027 2015-04-10 Pedro Alves <palves@redhat.com>
13028
13029 PR gdb/13858
13030 * gdb.base/step-over-no-symbols.exp: New file.
13031
13032 2015-04-09 Andy Wingo <wingo@igalia.com>
13033
13034 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13035 after the Python tests.
13036
13037 2015-04-08 Keith Seitz <keiths@redhat.com>
13038
13039 PR python/16699
13040 * gdb.python/py-completion.exp: New tests for completion.
13041 * gdb.python/py-completion.py (CompleteLimit1): New class.
13042 (CompleteLimit2): Likewise.
13043 (CompleteLimit3): Likewise.
13044 (CompleteLimit4): Likewise.
13045 (CompleteLimit5): Likewise.
13046 (CompleteLimit6): Likewise.
13047 (CompleteLimit7): Likewise.
13048
13049 2015-04-08 Pedro Alves <palves@redhat.com>
13050
13051 PR gdb/18214
13052 PR gdb/18216
13053 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13054 function.
13055 (main): Install it as SIGUSR1 handler.
13056 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13057 parameter. Always use "setup" as prefix. Toggle "set
13058 displaced-stepping" off/on depending on global. Don't switch to
13059 thread 1 here.
13060 (top level): Add displaced stepping "off/on" test axis. Update
13061 "setup" calls. Wrap each subtest with with_test_prefix. Test
13062 continuing with a queued signal in each thread.
13063
13064 2015-04-08 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13067 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13068 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13069 Return early if running to main fails.
13070 * gdb.trace/while-stepping.exp: Likewise.
13071
13072 2015-04-07 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13075 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13076 interact with inferior program.
13077
13078 2015-04-07 Pedro Alves <palves@redhat.com>
13079
13080 * lib/gdb.exp (inferior_spawn_id): New global.
13081 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13082 spawn id after processing the user code.
13083 (default_gdb_start): Set inferior_spawn_id.
13084 (send_inferior): New procedure.
13085 * lib/gdbserver-support.exp (gdbserver_start): Set
13086 inferior_spawn_id.
13087 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13088
13089 2015-04-07 Pedro Alves <palves@redhat.com>
13090
13091 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13092 * lib/gdbserver-support.exp (gdbserver_start): Make
13093 $server_spawn_id global.
13094 (gdbserver_start): Don't wait for gdbserver's spawn id with
13095 expect_background.
13096 (close_gdbserver): New procedure.
13097 (gdb_exit): Rename the default version and reimplement.
13098
13099 2015-04-07 Pedro Alves <palves@redhat.com>
13100
13101 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13102 append the substituted item, not the original item.
13103
13104 2015-04-07 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13107 gdb_expect.
13108
13109 2015-04-07 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13112 output appearing once only.
13113
13114 2015-04-07 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13117 that doesn't expect anything. Return early if running to main
13118 fails.
13119
13120 2015-04-07 Yao Qi <yao.qi@linaro.org>
13121
13122 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13123 (child_function): Call alarm.
13124 (main): Move call to alarm into the loop.
13125 * gdb.threads/non-stop-fair-events.exp: Build program with
13126 -DTIMEOUT=$timeout.
13127
13128 2015-04-06 Doug Evans <xdje42@gmail.com>
13129
13130 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13131 Fix dest parameter to board_info.
13132 (fpc_compile): Ditto.
13133 (gdb_compile_pascal): Rename dest arg to destfile.
13134
13135 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13136
13137 * gdb.ada/funcall_ref.exp: New file.
13138 * gdb.ada/funcall_ref/foo.adb: New file.
13139
13140 2015-04-02 Yao Qi <yao.qi@linaro.org>
13141
13142 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13143 is remote.
13144
13145 2015-04-02 Gary Benson <gbenson@redhat.com>
13146
13147 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13148
13149 2015-04-01 Sasha Smundak <asmundak@google.com>
13150
13151 * gdb.python/py-unwind-maint.c: New file.
13152 * gdb.python/py-unwind-maint.exp: New test.
13153 * gdb.python/py-unwind-maint.py: New file.
13154 * gdb.python/py-unwind.c: New file.
13155 * gdb.python/py-unwind.exp: New test.
13156 * gdb.python/py-unwind.py: New test.
13157
13158 2015-04-01 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13161 to fail instead of non-existent $test.
13162
13163 2015-04-01 Pedro Alves <palves@redhat.com>
13164
13165 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13166 GDBFLAGS if not empty.
13167
13168 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13169
13170 * gdb.ada/complete.exp: Remove "multi_line".
13171 * gdb.ada/info_exc.exp: Remove "multi_line".
13172 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13173 * gdb.ada/ptype_field.exp: Remove "multi_line".
13174 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13175 * gdb.ada/tagged.exp: Remove "multi_line".
13176 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13177 [multi_line ...]
13178 * gdb.btrace/delta.exp: Likewise.
13179 * gdb.btrace/exception.exp: Likewise.
13180 * gdb.btrace/function_call_history.exp: Likewise.
13181 * gdb.btrace/instruction_history.exp: Likewise.
13182 * gdb.btrace/nohist.exp: Likewise.
13183 * gdb.btrace/record_goto.exp: Likewise.
13184 * gdb.btrace/segv.exp: Likewise.
13185 * gdb.btrace/stepi.exp: Likewise.
13186 * gdb.btrace/tailcall.exp: Likewise.
13187 * gdb.btrace/unknown_functions.exp: Likewise.
13188 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13189 * lib/gdb.exp: Add the "multi_line" helper.
13190
13191 2015-04-01 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.threads/tid-reuse.c: New file.
13194 * gdb.threads/tid-reuse.exp: New file.
13195
13196 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13197
13198 PR corefiles/16092
13199 * gdb.base/coredump-filter.c: New file.
13200 * gdb.base/coredump-filter.exp: Likewise.
13201
13202 2015-03-27 Petr Machata <pmachata@redhat.com>
13203
13204 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13205 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13206 (Dwarf::assemble): Initialize them.
13207 (Dwarf::lines): New function.
13208
13209 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13210
13211 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13212 SYMBOL_PREFIX for x86_64-*-cygwin.
13213
13214 2015-03-26 Andy Wingo <wingo@igalia.com>
13215
13216 PR symtab/18148
13217 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13218 const_value but not a location.
13219 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13220 location defined in non-main CUs are visible.
13221
13222 2015-03-26 Yao Qi <yao.qi@linaro.org>
13223
13224 PR testsuite/18139
13225 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13226 Add a line number entry for the same line.
13227 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13228 Add a line number entry for the same line.
13229
13230 2015-03-26 Yao Qi <yao.qi@linaro.org>
13231
13232 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13233 .int 0.
13234 (func): Likewise. Add .Lfunc_1 label.
13235 Use .Lfunc_1 label.
13236 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13237 .int 0.
13238 (func): Likewise.
13239 Use .Lfunc_1 label.
13240
13241 2015-03-26 Yao Qi <yao.qi@linaro.org>
13242
13243 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13244 Call gdb_compile instead to compile each .s files without debug
13245 information.
13246
13247 2015-03-26 Yao Qi <yao.qi@linaro.org>
13248
13249 * gdb.base/savedregs.exp (process_saved_regs): Make
13250 "Saved registers:" optional in the pattern.
13251
13252 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13253
13254 * gdb.btrace/next.exp: Merged into step.exp.
13255 * gdb.btrace/finish.exp: Merged into step.exp.
13256 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13257 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13258 "record goto" and checking the exact replay position.
13259 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13260 check for "Recording format" in "info record" output.
13261 * gdb.btrace/record_goto.exp: Choose test file based on target.
13262 * gdb.btrace/x86-record_goto.S: Renamed into ...
13263 * gdb.btrace/x86_64-record_goto.S: ... this.
13264 * gdb.btrace/i686-record_goto.S: New.
13265 * gdb.btrace/x86-tailcall.S: Renamed into ...
13266 * gdb.btrace/x86_64-tailcall.S: ... this.
13267 * gdb.btrace/i686-tailcall.S: New.
13268 * gdb.btrace/x86-tailcall.c: Renamed into ...
13269 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13270 separate statements. Update test.
13271 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13272 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13273 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13274 * gdb.btrace/tailcall.exp: Choose test file based on target.
13275 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13276
13277 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13278
13279 * gdb.btrace/exception.exp: Increase BTS buffer size.
13280
13281 2015-03-24 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13284
13285 2015-03-24 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.threads/schedlock.exp (test_step): No longer expect that
13288 "set scheduler-locking step" with "next" over a function call runs
13289 threads unlocked.
13290
13291 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13292
13293 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13294
13295 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13296
13297 PR breakpoints/16466
13298 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13299 * gdb.mi/mi-pending.c (thread_func): New function.
13300 (int main): Add threading support required.
13301 * gdb.mi/mi-pending.exp: Add tests for this issue.
13302 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13303 (pendfunc2): Remove stdio dependency.
13304 * gdb.mi/mi-pendshr2.c: New file.
13305
13306 2015-03-23 Keith Seitz <keiths@redhat.com>
13307
13308 * gdb.linespec/keywords.c: New file.
13309 * gdb.linespec/keywords.exp: New file.
13310
13311 2015-03-23 Keith Seitz <keiths@redhat.com>
13312
13313 PR gdb/18021
13314 * gdb.dwarf2/staticvirtual.exp: New test.
13315
13316 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13317
13318 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13319 * README: Remove HP-UX and gdb.hp.
13320 (configuration):
13321 * configure: Regenerate.
13322 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13323 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13324 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13325 gdb.hp/gdb.defects/Makefile.
13326 * gdb.hp/Makefile.in: File deleted.
13327 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13328 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13329 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13330 * gdb.hp/gdb.aCC/run.c: File deleted.
13331 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13332 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13333 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13334 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13335 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13336 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13337 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13338 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13339 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13340 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13341 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13342 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13343 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13344 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13345 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13346 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13347 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13348 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13349 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13350 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13351 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13352 * gdb.hp/gdb.compat/average.c: File deleted.
13353 * gdb.hp/gdb.compat/sum.c: File deleted.
13354 * gdb.hp/gdb.compat/xdb.c: File deleted.
13355 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13356 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13357 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13358 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13359 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13360 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13361 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13362 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13363 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13364 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13365 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13366 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13367 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13368 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13369 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13370 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13371 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13372 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13373 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13374 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13375 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13376 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13377 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13378 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13379 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13380 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13381 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13382 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13383 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13384 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13385 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13386 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13387 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13388 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13389 * gdb.hp/tools/odump: File deleted.
13390
13391 2015-03-19 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13394 (saw_thread_3): New globals.
13395 (top level): Increment them when an event for the corresponding
13396 thread is seen.
13397 (no thread starvation): New test.
13398
13399 2015-03-19 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.threads/continue-pending-status.c: New file.
13402 * gdb.threads/continue-pending-status.exp: New file.
13403
13404 2015-03-18 Pedro Alves <palves@redhat.com>
13405
13406 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13407 Use gdb_is_target_remote instead of is_remote. Use
13408 gdb_test_multiple instead of gdb_expect. Exit early if
13409 gdb_test_multiple hits its internal matches. Tighten stepi tests
13410 expected output. Fail on exit with any signal, instead of just
13411 SIGILL.
13412
13413 2015-03-18 Yao Qi <yao.qi@linaro.org>
13414
13415 PR tdep/18107
13416 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13417 variable.
13418 * gdb.base/catch-syscall.exp: Don't skip it on
13419 aarch64*-*-linux* target. Remove elements in all_syscalls.
13420 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13421 target.
13422 (setup_all_syscalls): New proc.
13423
13424 2015-03-16 Yao Qi <yao.qi@linaro.org>
13425
13426 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13427 (top level): Skip tests if valid_addr_p returns false for
13428 $cmd1 or $cmd2.
13429
13430 2015-03-11 Andy Wingo <wingo@igalia.com>
13431
13432 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13433
13434 2015-03-11 Yao Qi <yao.qi@linaro.org>
13435
13436 * gdb.base/catch-syscall.exp: Fix typo in comments.
13437
13438 2015-03-11 Yao Qi <yao.qi@linaro.org>
13439
13440 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13441
13442 2015-03-09 Pedro Alves <palves@redhat.com>
13443
13444 * dg-extract-results.py: Delete.
13445
13446 2015-03-09 Pedro Alves <palves@redhat.com>
13447
13448 Merge dg-extract-results.sh from GCC upstream (r218843).
13449
13450 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13451 * dg-extract-results.sh: Use --text with grep to avoid issues with
13452 binary files. Fall back to cat -v, if that doesn't work.
13453
13454 2015-03-05 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13457
13458 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * lib/mi-support.exp (mi_expect_interrupt): Accept
13461 alternative event for when in all-stop mode.
13462
13463 2015-03-04 Pedro Alves <palves@redhat.com>
13464
13465 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13466
13467 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13468
13469 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13470
13471 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13472
13473 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13474 regexps for GDB's current line display, accept a hex address
13475 preceding the line number.
13476
13477 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13478
13479 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13480 the 'arch1' variable for "s390*-linux*" targets.
13481
13482 2015-03-04 Pedro Alves <palves@redhat.com>
13483
13484 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13485 (main): Pass missing retval argument to pthread_join call.
13486
13487 2015-03-02 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13490 (top level): Call do_test with non-stop as well.
13491
13492 2015-03-02 Pedro Alves <palves@redhat.com>
13493
13494 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13495 -1.
13496
13497 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13498
13499 * gdb.arch/s390-vregs.exp: New test.
13500 * gdb.arch/s390-vregs.S: New file.
13501
13502 2015-02-27 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13505 call to catch_command_errors.
13506 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13507 catch_command_errors.
13508
13509 2015-02-27 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13512 "true" for boolean result.
13513 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13514 prototype of main.
13515
13516 2015-02-27 Pedro Alves <palves@redhat.com>
13517
13518 * lib/unbuffer_output.c: New file.
13519 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13520 (main): Call gdb_unbuffer_output.
13521
13522 2015-02-27 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13525 target.
13526
13527 2015-02-26 Doug Evans <dje@google.com>
13528
13529 * gdb.cp/class2.cc (Dbase, D): New classes.
13530 (main): New local delta.
13531 * gdb.cp/class2.exp: Test printing delta.
13532 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13533 (dynbar): New global.
13534 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13535
13536 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13537
13538 * gdb.compile/compile-ifunc.c: New file.
13539 * gdb.compile/compile-ifunc.exp: New file.
13540
13541 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13542
13543 * gdb.base/structs.exp: Check for correct struct on finish.
13544
13545 2015-02-26 Yao Qi <yao.qi@linaro.org>
13546
13547 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13548 is zero.
13549
13550 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13551
13552 * gdb.arch/cordic.ko.bz2: New file.
13553 * gdb.arch/cordic.ko.debug.bz2: New file.
13554 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13555
13556 2015-02-25 Yao Qi <yao.qi@linaro.org>
13557
13558 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13559 aarch64*-*-* target.
13560
13561 2015-02-23 Pedro Alves <palves@redhat.com>
13562
13563 * lib/gdb.exp (delete_breakpoints): Rewrite using
13564 gdb_test_multiple.
13565
13566 2015-02-23 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/info-os.c: Include stdlib.h.
13569
13570 2015-02-22 Doug Evans <xdje42@gmail.com>
13571
13572 PR symtab/17855
13573 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13574 is read after symbols have been re-read.
13575 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13576 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13577
13578 2015-02-21 Doug Evans <dje@google.com>
13579
13580 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13581
13582 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13583
13584 PR corefiles/17808
13585 * gdb.arch/i386-biarch-core.core.bz2: New file.
13586 * gdb.arch/i386-biarch-core.exp: New file.
13587
13588 2015-02-21 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13591 runto_main fails.
13592
13593 2015-02-20 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13596 info probes.
13597
13598 2015-02-20 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13601
13602 2015-02-20 Pedro Alves <palves@redhat.com>
13603
13604 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13605 clean_restart before gdb_target_supports_trace.
13606
13607 2015-02-20 Pedro Alves <palves@redhat.com>
13608
13609 PR threads/18006
13610 * gdb.threads/clone-thread_db.c: New file.
13611 * gdb.threads/clone-thread_db.exp: New file.
13612
13613 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13614
13615 PR breakpoints/16812
13616 * gdb.base/catch-gdb-caused-signals.c: New file.
13617 * gdb.base/catch-gdb-caused-signals.exp: New file.
13618
13619 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13620
13621 * configure: Regenerated.
13622 * configure.ac: Use GDB_AC_TRANSFORM.
13623 * aclocal.m4: sinclude ../transform.m4.
13624
13625 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13626
13627 * lib/dtrace.exp: New file.
13628 * gdb.base/dtrace-probe.exp: Likewise.
13629 * gdb.base/dtrace-probe.d: Likewise.
13630 * gdb.base/dtrace-probe.c: Likewise.
13631 * lib/pdtrace.in: Likewise.
13632 * configure.ac: Output variables with the transformed names of
13633 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13634 * configure: Regenerated.
13635
13636 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13637
13638 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13639 expected message when trying to access $_probe_* convenience
13640 variables while not on a probe.
13641
13642 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13643
13644 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13645
13646 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13647
13648 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13649 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13650
13651 2015-02-10 Doug Evans <xdje42@gmail.com>
13652
13653 * lib/gdb.exp (gdb_load): Always return a result.
13654
13655 2015-02-10 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.threads/signal-sigtrap.c: New file.
13658 * gdb.threads/signal-sigtrap.exp: New file.
13659
13660 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13661
13662 * gdb.trace/no-attach-trace.c: New file.
13663 * gdb.trace/no-attach-trace.exp: New file.
13664
13665 2015-02-09 Mark Wielaard <mjw@redhat.com>
13666
13667 * gdb.dwarf2/atomic.c: New file.
13668 * gdb.dwarf2/atomic-type.exp: Likewise.
13669
13670 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13671
13672 * gdb.btrace/buffer-size.exp: Update "info record" output.
13673 * gdb.btrace/delta.exp: Update "info record" output.
13674 * gdb.btrace/enable.exp: Update "info record" output.
13675 * gdb.btrace/finish.exp: Update "info record" output.
13676 * gdb.btrace/instruction_history.exp: Update "info record" output.
13677 * gdb.btrace/next.exp: Update "info record" output.
13678 * gdb.btrace/nexti.exp: Update "info record" output.
13679 * gdb.btrace/step.exp: Update "info record" output.
13680 * gdb.btrace/stepi.exp: Update "info record" output.
13681 * gdb.btrace/nohist.exp: Update "info record" output.
13682
13683 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13684
13685 * gdb.btrace/buffer-size: New.
13686
13687 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13688
13689 * gdb.btrace/delta.exp: Update "info record" output.
13690 * gdb.btrace/enable.exp: Update "info record" output.
13691 * gdb.btrace/finish.exp: Update "info record" output.
13692 * gdb.btrace/instruction_history.exp: Update "info record" output.
13693 * gdb.btrace/next.exp: Update "info record" output.
13694 * gdb.btrace/nexti.exp: Update "info record" output.
13695 * gdb.btrace/step.exp: Update "info record" output.
13696 * gdb.btrace/stepi.exp: Update "info record" output.
13697 * gdb.btrace/nohist.exp: Update "info record" output.
13698
13699 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13700
13701 PR gdb/15678
13702 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13703
13704 2015-02-06 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13707 macro.
13708 (seconds_left, again): New globals.
13709 (main): Wait seconds_left in a 1-second sleep loop instead of
13710 sleeping 180 seconds. If 'again' is set, reset the seconds
13711 counter.
13712 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13713 'again' in the inferior before detaching. Print the seconds left.
13714 (options): New global.
13715 (top level): Build program with -DTIMEOUT=$timeout.
13716
13717 2015-02-06 Pedro Alves <palves@redhat.com>
13718
13719 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13720 determine how many seconds to pass to 'alarm'.
13721 * gdb.base/gdb-sigterm.exp (top level): Build program with
13722 -DTIMEOUT=$timeout.
13723 (do_test): Return success/failure indication. Add more verbose
13724 logging. Don't fail if 200 single steps are seen. Instead, fail
13725 when the test times out.
13726 (passes): New global.
13727 (top level): Break the testing loop if testing fails on any
13728 iteration. Use gdb_assert.
13729
13730 2015-02-04 Don Breazeal <donb@codesourcery.com>
13731
13732 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13733 and initialize them.
13734 (ipc_cleanup): New function.
13735 (main): Don't declare shmid, semid, and msqid. Add a call to
13736 atexit so that we call ipc_cleanup on exit.
13737
13738 2015-02-04 Pedro Alves <palves@redhat.com>
13739
13740 * boards/native-extended-gdbserver.exp: Remove any target variant
13741 specifications from the board name before clearing the isremote
13742 flag from board_info.
13743
13744 2015-01-31 Doug Evans <xdje42@gmail.com>
13745
13746 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13747
13748 2015-01-31 Gary Benson <gbenson@redhat.com>
13749
13750 * gdb.base/completion.exp: Disable completion limiting for
13751 existing tests. Add new tests to check completion limiting.
13752 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13753
13754 2015-01-31 Doug Evans <xdje42@gmail.com>
13755
13756 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13757
13758 2015-01-31 Doug Evans <xdje42@gmail.com>
13759
13760 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13761 entries. Duplicate file section script entries.
13762 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13763 inlined entries. Add test for safe-path rejection.
13764 * gdb.python/py-section-script.c: Add duplicate inlined section script
13765 entries. Duplicate file section script entries.
13766 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13767 inlined entries. Add test for safe-path rejection.
13768
13769 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13770
13771 * gdb.ada/disc_arr_bound: New testcase.
13772
13773 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13774
13775 * gdb.ada/mi_var_array: New testcase.
13776
13777 2015-01-27 Doug Evans <dje@google.com>
13778
13779 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13780 Add test for objfile.filename, objfile.username after objfile
13781 has been unloaded.
13782
13783 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13784
13785 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13786 the second test to print the name attribute of value
13787 returned by the call to gdb.lookup_type, and adjust
13788 the expected output accordingly.
13789
13790 2015-01-25 Mark Wielaard <mjw@redhat.com>
13791
13792 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13793 * gdb.base/disp-step-fork.c: Include unistd.h.
13794 * gdb.base/siginfo-obj.c: Include stdio.h.
13795 * gdb.base/siginfo-thread.c: Likewise.
13796 * gdb.mi/non-stop.c: Include unistd.h.
13797 * gdb.mi/nsthrexec.c: Include stdio.h.
13798 * gdb.mi/pthreads.c: Include unistd.h.
13799 * gdb.modula2/unbounded1.c (main): Declare returns int.
13800 * gdb.reverse/consecutive-reverse.c: Likewise.
13801 * gdb.threads/create-fail.c: Include unistd.h.
13802 * gdb.threads/killed.c: Likewise.
13803 * gdb.threads/linux-dp.c: Likewise.
13804 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13805 * gdb.threads/non-ldr-exc-2.c: Likewise.
13806 * gdb.threads/non-ldr-exc-3.c: Likewise.
13807 * gdb.threads/non-ldr-exc-4.c: Likewise.
13808 * gdb.threads/pthreads.c: Include unistd.h.
13809 (main): Declare returns int.
13810 * gdb.threads/tls-main.c (foo): New declaration.
13811 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13812
13813 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13814
13815 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13816 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13817
13818 2015-01-15 Mark Wielaard <mjw@redhat.com>
13819
13820 * gdb.base/noreturn-return.c: New file.
13821 * gdb.base/noreturn-return.exp: New file.
13822 * gdb.base/noreturn-finish.c: New file.
13823 * gdb.base/noreturn-finish.exp: New file.
13824
13825 2015-01-23 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.threads/continue-pending-after-query.c: New file.
13828 * gdb.threads/continue-pending-after-query.exp: New file.
13829
13830 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13831 Simon Marchi <simon.marchi@ericsson.com>
13832
13833 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13834 * gdb.base/valgrind-db-attach.exp: Same.
13835 * gdb.base/valgrind-infcall.exp: Same.
13836 * lib/mi-support.exp (default_mi_gdb_start): Same.
13837 * lib/prompt.exp (default_prompt_gdb_start): Same.
13838 * lib/gdb.exp (default_gdb_spawn): Same.
13839 (gdb_interact): New.
13840
13841
13842 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13843
13844 * gdb.compile/compile.exp (pointer to jit function): New test.
13845
13846 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13847
13848 * lib/gdb.exp (supports_process_record): Return true for
13849 powerpc*-*-linux*.
13850 (supports_reverse): Likewise.
13851
13852 2015-01-15 Don Breazeal <donb@codesourcery.com>
13853
13854 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13855 instead of checking whether the target board is remote and
13856 use spawn_wait_for_attach instead of exec/sleep.
13857 * gdb.base/attach-twice.exp: Likewise.
13858
13859 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13860
13861 * gdb.ada/var_arr_attrs: New testcase.
13862
13863 2015-01-14 Pedro Alves <palves@redhat.com>
13864 Joel Brobecker <brobecker@adacore.com>
13865
13866 PR gdb/17525
13867 * gdb.base/bp-cmds-execution-x-script.c: New file.
13868 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13869 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13870
13871 2015-01-14 Pedro Alves <palves@redhat.com>
13872
13873 PR cli/17828
13874 * gdb.base/batch-preserve-term-settings.c: New file.
13875 * gdb.base/batch-preserve-term-settings.exp: New file.
13876
13877 2015-01-13 Doug Evans <dje@google.com>
13878
13879 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13880 binary.
13881
13882 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13883
13884 * Makefile.in (clean mostlyclean): Do not delete *.py.
13885
13886 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13887
13888 * gdb.python/py-lookup-type.exp: New file.
13889
13890 2015-01-12 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13893 restore GDBFLAGS before returning.
13894
13895 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13898 is_amd64_regs_target and is_x86_like_target.
13899
13900 2015-01-11 Doug Evans <xdje42@gmail.com>
13901
13902 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13903 is given without an explicit form.
13904 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13905 attributes.
13906 * gdb.dwarf/corrupt.exp: Ditto.
13907 * gdb.dwarf2/enum-type.exp: Ditto.
13908 * gdb.trace/entry-values.exp: Ditto.
13909 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13910
13911 2015-01-11 Doug Evans <xdje42@gmail.com>
13912
13913 PR gdb/15830
13914 * gdb.base/maint.exp: Remove references to "maint demangle".
13915 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13916 Add tests for explicitly specifying language to demangle.
13917 * gdb.dlang/demangle.exp: Ditto.
13918
13919 2015-01-09 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.threads/non-stop-fair-events.c: New file.
13922 * gdb.threads/non-stop-fair-events.exp: New file.
13923
13924 2015-01-09 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13927 the global scope. Set a breakpoint after all threads are started
13928 rather than stepping over two source lines. Expect the prompt.
13929 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13930 global.
13931 (NUM): Now 15.
13932 (main): Use threads_started_barrier to wait for all threads to
13933 start. Main thread no longer calls thread_function. Exit after
13934 180 seconds.
13935 (loop): New function.
13936 (thread_function): Wait on threads_started_barrier barrier. Call
13937 'loop' at each iteration.
13938 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13939 threads have started, instead of hardcoding number of "next"
13940 steps. Use an access watchpoint instead of a write watchpoint.
13941
13942 2015-01-09 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13945 (thread_func): Wait on barrier.
13946 (main): Wait for all threads to start before stopping GDB.
13947 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13948 global.
13949 (thread1_func, thread2_func): Wait on barrier.
13950 (main): Wait for all threads to start before stopping GDB.
13951 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13952 New global.
13953 (thread1_func, thread2_func): Wait on barrier.
13954 (main): Wait for all threads to start before stopping GDB.
13955
13956 2015-01-09 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.threads/attach-many-short-lived-threads.c: New file.
13959 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13960
13961 2014-01-09 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13964 instead of to thread 2.
13965 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13966 Add barrier around each pthread_create call instead of around all
13967 calls.
13968 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13969 Set a break on thread_function and have the child threads hit it
13970 one at at a time.
13971
13972 2015-01-09 Pedro Alves <palves@redhat.com>
13973
13974 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13975 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13976 false.
13977 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13978 checking whether the target board is remote.
13979 * gdb.multi/multi-attach.exp: Likewise.
13980 * gdb.python/py-sync-interp.exp: Likewise.
13981 * gdb.server/ext-attach.exp: Likewise.
13982 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13983 tests that need to attach, instead of checking whether the target
13984 board is remote at the top of the file.
13985
13986 2015-01-08 Yao Qi <yao@codesourcery.com>
13987
13988 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13989
13990 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13991
13992 Fix testcase compilation.
13993 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13994
13995 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13996
13997 * gdb.python/py-type.exp: Add a couple test about empty
13998 array creation, and negative-length array creation.
13999
14000 2015-01-02 Doug Evans <xdje42@gmail.com>
14001
14002 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14003
14004 2015-01-02 Doug Evans <dje@google.com>
14005
14006 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14007
14008 2014-12-29 Yao Qi <yao@codesourcery.com>
14009
14010 * gdb.trace/entry-values.exp: Update comments. Rename variable
14011 bar_call_foo to returned_from_foo.
14012
14013 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14014
14015 PR gdb/17394
14016 * gdb.linespec/break-asm-file.c: New file.
14017 * gdb.linespec/break-asm-file.exp: New file.
14018 * gdb.linespec/break-asm-file0.s: New file.
14019 * gdb.linespec/break-asm-file1.s: New file.
14020
14021 2014-12-18 Nigel Stephens <nigel@mips.com>
14022 Maciej W. Rozycki <macro@codesourcery.com>
14023
14024 * gdb.base/float.exp: Handle the new output from "info float" on
14025 MIPS targets.
14026
14027 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14028
14029 Fix MinGW compilation.
14030 * gdb.compile/compile-ops.exp: Update untested message if
14031 !skip_compile_feature_tests.
14032 * gdb.compile/compile-setjmp.exp: Likewise.
14033 * gdb.compile/compile-tls.exp: Likewise.
14034 * gdb.compile/compile.exp: Likewise.
14035 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14036 supported on this host".
14037
14038 2014-12-16 Doug Evans <xdje42@gmail.com>
14039
14040 * boards/stabs.exp: New file.
14041
14042 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14043
14044 * gdb.base/completion.exp: Adjust to format changes of "maint
14045 print user-registers".
14046
14047 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14048
14049 PR server/17457
14050 * gdb.arch/aarch64-fp.c: New file.
14051 * gdb.arch/aarch64-fp.exp: New file.
14052
14053 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14054
14055 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14056 r210637, r210913, r211666, r215400, r215817).
14057
14058 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14059 * dg-extract-results.py: New file.
14060 * dg-extract-results.sh: Use it if the environment seems
14061 suitable.
14062
14063 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14064
14065 * dg-extract-results.py (parse_run): Handle warnings that
14066 are printed before a test harness is run.
14067
14068 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14069
14070 * dg-extract-results.py (Named): Remove __cmp__ method.
14071 (output_variation): Use a key to sort variation.harnesses.
14072
14073 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14074
14075 * dg-extract-results.py: For Python 3, force sys.stdout to
14076 handle surrogate escape sequences.
14077 (safe_open): New function.
14078 (output_segment, main): Use it.
14079
14080 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14081
14082 * dg-extract-results.py (Prog.result_re): Include options
14083 in test name.
14084
14085 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14086
14087 * dg-extract-results.py (output_variation): Always sort if
14088 do_sum.
14089
14090 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14093 as long as we get pagination notifications.
14094
14095 2014-12-15 Jason Merrill <jason@redhat.com>
14096
14097 * Makefile.in (check-gdb.%): Restore.
14098 * README: Mention it.
14099
14100 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14101
14102 * gdb.ada/str_uninit: New testcase.
14103
14104 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14105
14106 PR symtab/17642
14107 * gdb.base/vla-stub-define.c: New file.
14108 * gdb.base/vla-stub.c: New file.
14109 * gdb.base/vla-stub.exp: New file.
14110
14111 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14112 Jan Kratochvil <jan.kratochvil@redhat.com>
14113 Tom Tromey <tromey@redhat.com>
14114
14115 * configure.ac: Add gdb.compile/.
14116 * configure: Regenerate.
14117 * gdb.compile/Makefile.in: New file.
14118 * gdb.compile/compile-ops.exp: New file.
14119 * gdb.compile/compile-ops.c: New file.
14120 * gdb.compile/compile-tls.c: New file.
14121 * gdb.compile/compile-tls.exp: New file.
14122 * gdb.compile/compile-constvar.S: New file.
14123 * gdb.compile/compile-constvar.c: New file.
14124 * gdb.compile/compile-mod.c: New file.
14125 * gdb.compile/compile-nodebug.c: New file.
14126 * gdb.compile/compile-setjmp-mod.c: New file.
14127 * gdb.compile/compile-setjmp.c: New file.
14128 * gdb.compile/compile-setjmp.exp: New file.
14129 * gdb.compile/compile-shlib.c: New file.
14130 * gdb.compile/compile.c: New file.
14131 * gdb.compile/compile.exp: New file.
14132 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14133
14134 2014-12-12 Tom Tromey <tromey@redhat.com>
14135
14136 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14137 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14138
14139 2014-12-12 Doug Evans <dje@google.com>
14140
14141 * lib/gdb-python.exp (get_python_valueof): New function.
14142 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14143
14144 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14145
14146 * gdb.base/completion.exp: Add test for completion of "info
14147 registers ".
14148
14149 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14150
14151 * gdb.base/func-ptrs.c: New file.
14152 * gdb.base/func-ptrs.exp: New file.
14153
14154 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14155
14156 PR breakpoints/17012
14157 * gdb.base/dprintf-detach.c: New file.
14158 * gdb.base/dprintf-detach.exp: New file.
14159
14160 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14161
14162 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14163 * lib/gdb.exp (target_is_gdbserver): New procedure.
14164
14165 2014-12-08 Doug Evans <dje@google.com>
14166
14167 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14168
14169 2014-12-05 Yao Qi <yao@codesourcery.com>
14170
14171 * gdb.guile/scm-error.exp: Remove the third argument to
14172 gdb_remote_download.
14173 * gdb.guile/scm-frame-args.exp: Likewise.
14174 * gdb.guile/scm-section-script.exp: Likewise.
14175
14176 2014-12-05 Yao Qi <yao@codesourcery.com>
14177
14178 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14179
14180 2014-12-04 Doug Evans <dje@google.com>
14181
14182 * gdb.python/py-objfile.exp: Add tests for
14183 objfile.add_separate_debug_file.
14184
14185 2014-12-04 Doug Evans <dje@google.com>
14186
14187 * lib/gdb.exp (get_build_id): New function.
14188 (build_id_debug_filename_get): Rewrite to use it.
14189 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14190
14191 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14192
14193 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14194 `method(long)', not just 0x0.
14195 * gdb.cp/nsalias.exp: Align code labels to 4.
14196 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14197 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14198 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14199 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14200 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14201 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14202
14203 2014-12-02 Doug Evans <dje@google.com>
14204
14205 PR symtab/17602
14206 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14207 * gdb.cp/anon-ns2.cc: ... here. New file.
14208 * gdb.cp/anon-ns.exp: Update.
14209
14210 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14211
14212 * gdb.python/py-events.py (inferior_call_handler): New.
14213 (register_changed_handler, memory_changed_handler): New.
14214 (test_events.invoke): Register new handlers.
14215 * gdb.python/py-events.exp: Add tests for inferior call,
14216 memory_changed and register_changed events.
14217
14218 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14219
14220 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14221 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14222 if the linker doesn't understand this.
14223
14224 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14225
14226 * gdb.python/python.exp: Change expected reply to help().
14227
14228 2014-12-01 Yao Qi <yao@codesourcery.com>
14229
14230 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14231 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14232 * configure: Re-generated.
14233
14234 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14235
14236 * gdb.cp/chained-calls.cc: New file.
14237 * gdb.cp/chained-calls.exp: New file.
14238 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14239
14240 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14241
14242 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14243 * gdb.dwarf2/symtab-producer.exp: Same.
14244 * gdb.gdb/python-interrupts.exp: Same.
14245 * gdb.gdb/python-selftest.exp: Same.
14246 * gdb.python/py-linetable.exp: Same.
14247 * gdb.python/py-type.exp: Same.
14248 * gdb.python/py-value-cc.exp: Same.
14249 * gdb.python/py-value.exp: Same.
14250
14251 2014-11-28 Yao Qi <yao@codesourcery.com>
14252
14253 * gdb.base/break-probes.exp: Match library name prefixed with
14254 sysroot.
14255
14256 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14257
14258 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14259 test expected output. Add parentheses for the call to print.
14260 Remove L suffix from integers.
14261
14262 2014-11-26 Doug Evans <dje@google.com>
14263
14264 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14265
14266 2014-11-22 Yao Qi <yao@codesourcery.com>
14267
14268 * gdb.trace/entry-values.c: Remove asms.
14269 (foo): Add foo_label.
14270 (bar): Add bar_label.
14271 * gdb.trace/entry-values.exp: Remove code computing foo's
14272 length and bar's length.
14273 (Dwarf::assemble): Invoke function_range for bar and use
14274 MACRO_AT_func for foo.
14275
14276 2014-11-22 Yao Qi <yao@codesourcery.com>
14277
14278 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14279 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14280 Use .Lgcc43_procstart instead of gcc43.
14281
14282 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14283
14284 * gdb.ada/n_arr_bound: New testcase.
14285
14286 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14287
14288 PR breakpoints/10737
14289 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14290 test_catch_syscall_multi_arch.
14291 (test_catch_syscall_multi_arch): New function.
14292
14293 2014-11-20 Doug Evans <xdje42@gmail.com>
14294
14295 * gdb.base/maint.exp: Update expected output.
14296
14297 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14298
14299 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14300 4-byte instruction on S390.
14301
14302 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14303
14304 * gdb.ada/arr_arr: New testcase.
14305
14306 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14307
14308 * gdb.ada/pkd_arr_elem: New Testcase.
14309
14310 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14311
14312 * gdb.reverse/break-precsave: Expect completion message for
14313 core file reads.
14314 * gdb.reverse/consecutive-precsave.exp: Likewise.
14315 * gdb.reverse/finish-precsave.exp: Likewise.
14316 * gdb.reverse/i386-precsave.exp: Likewise.
14317 * gdb.reverse/machinestate-precsave.exp: Likewise.
14318 * gdb.reverse/sigall-precsave.exp: Likewise.
14319 * gdb.reverse/solib-precsave.exp: Likewise.
14320 * gdb.reverse/step-precsave.exp: Likewise.
14321 * gdb.reverse/until-precsave.exp: Likewise.
14322 * gdb.reverse/watch-precsave.exp: Likewise.
14323
14324 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14325
14326 * gdb.base/bp-permanent.c: Include unistd.h.
14327 * gdb.python/py-framefilter-mi.c (main): Add return type.
14328 * gdb.python/py-framefilter.c (main): Likewise.
14329 * gdb.trace/actions-changed.c (main): Likewise.
14330
14331 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14332
14333 * gdb.mi/until.c: Add eye-catchers.
14334 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14335 line numbers.
14336
14337 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14338
14339 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14340 function header variants in break1.c.
14341 * gdb.base/ena-dis-br.exp: Likewise.
14342 * gdb.base/hbreak2.exp: Likewise.
14343 * gdb.reverse/until-precsave.exp: Drop references to removed
14344 non-prototype function header variants in ur1.c.
14345 * gdb.reverse/until-reverse.exp: Likewise.
14346
14347 2014-11-17 Petr Machata <pmachata@redhat.com>
14348
14349 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14350 ${_cu_offset_size} bytes abbrev offset.
14351
14352 2014-11-15 Doug Evans <xdje42@gmail.com>
14353
14354 PR symtab/17559
14355 * gdb.base/line-symtabs.exp: New file.
14356 * gdb.base/line-symtabs.c: New file.
14357 * gdb.base/line-symtabs.h: New file.
14358
14359 2014-11-14 Yao Qi <yao@codesourcery.com>
14360
14361 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14362 (func): Add label func_label.
14363 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14364 Replace low_pc and high_pc with MACRO_AT_range.
14365 Replace name, low_pc and high_pc with MACRO_AT_func.
14366
14367 2014-11-14 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14370 Replace name, low_pc and high_pc with MACRO_AT_func.
14371
14372 2014-11-14 Yao Qi <yao@codesourcery.com>
14373
14374 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14375 produce debug information.
14376 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14377
14378 2014-11-14 Yao Qi <yao@codesourcery.com>
14379
14380 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14381 object and get function length.
14382 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14383 with MACRO_AT_func.
14384 (top-level): Replace gdb_compile and clean_restart with
14385 prepare_for_testing.
14386 * gdb.dwarf2/main.c (main): Add label main_label.
14387
14388 2014-11-14 Yao Qi <yao@codesourcery.com>
14389
14390 * lib/dwarf.exp (function_range): New procedure.
14391 (Dwarf::_handle_macro_at_func): New procedure.
14392 (Dwarf::_handle_macro_at_range): New procedure.
14393 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14394
14395 2014-11-14 Yao Qi <yao@codesourcery.com>
14396
14397 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14398 (_handle_attribute): New procedure.
14399
14400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14401
14402 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14403 * gdb.base/call-sc.c (zed): Likewise.
14404 * gdb.base/checkpoint.c (main): Likewise.
14405 * gdb.base/dump.c (main): Likewise.
14406 * gdb.base/gcore.c (main): Likewise.
14407 * gdb.base/huge.c (main): Likewise.
14408 * gdb.base/multi-forks.c (main): Likewise.
14409 * gdb.base/pr10179-a.c (main): Likewise.
14410 * gdb.base/savedregs.c (main): Likewise.
14411 * gdb.base/sigaltstack.c (main): Likewise.
14412 * gdb.base/siginfo.c (main): Likewise.
14413 * gdb.base/structs.c (zed): Likewise.
14414 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14415 * gdb.mi/mi-syn-frame.c (main): Likewise.
14416 * gdb.mi/until.c (foo, main): Likewise.
14417 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14418 * gdb.base/solib-weak.c (foo): Declare.
14419 * gdb.base/attach-twice.c: Include stdio.h.
14420 * gdb.base/weaklib1.c: Likewise.
14421 * gdb.base/weaklib2.c: Likewise.
14422 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14423 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14424 unistd.h.
14425 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14426 * gdb.mi/mi-exit-code.c: Likewise.
14427 * gdb.base/break-interp-lib.c: Include string.h.
14428 * gdb.base/coremaker.c: Likewise.
14429 * gdb.base/testenv.c: Likewise.
14430 * gdb.python/py-finish-breakpoint.c: Likewise.
14431 * gdb.base/inferior-died.c: Include sys/wait.h.
14432 * gdb.base/fileio.c: Include time.h.
14433 * gdb.base/async-shell.c: Include unistd.h.
14434 * gdb.base/dprintf-non-stop.c: Likewise.
14435 * gdb.base/info-os.c: Likewise.
14436 * gdb.mi/mi-console.c: Likewise.
14437 * gdb.mi/watch-nonstop.c: Likewise.
14438 * gdb.python/py-events.c: Likewise.
14439 * gdb.base/async.c (baz): Move up before its invocation.
14440 * gdb.base/code_elim2.c (my_global_func): Likewise.
14441 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14442 * gdb.base/advance.c (func2): Likewise.
14443
14444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14445
14446 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14447 variant.
14448 * gdb.base/annota3.c: Likewise.
14449 * gdb.base/async.c: Likewise.
14450 * gdb.base/average.c: Likewise.
14451 * gdb.base/call-ar-st.c: Likewise.
14452 * gdb.base/call-rt-st.c: Likewise.
14453 * gdb.base/call-sc.c: Likewise.
14454 * gdb.base/call-strs.c: Likewise.
14455 * gdb.base/ending-run.c: Likewise.
14456 * gdb.base/execd-prog.c: Likewise.
14457 * gdb.base/exprs.c: Likewise.
14458 * gdb.base/foll-exec.c: Likewise.
14459 * gdb.base/foll-fork.c: Likewise.
14460 * gdb.base/foll-vfork.c: Likewise.
14461 * gdb.base/funcargs.c: Likewise.
14462 * gdb.base/gcore.c: Likewise.
14463 * gdb.base/jump.c: Likewise.
14464 * gdb.base/langs0.c: Likewise.
14465 * gdb.base/langs1.c: Likewise.
14466 * gdb.base/langs2.c: Likewise.
14467 * gdb.base/mips_pro.c: Likewise.
14468 * gdb.base/nodebug.c: Likewise.
14469 * gdb.base/opaque0.c: Likewise.
14470 * gdb.base/opaque1.c: Likewise.
14471 * gdb.base/recurse.c: Likewise.
14472 * gdb.base/run.c: Likewise.
14473 * gdb.base/scope0.c: Likewise.
14474 * gdb.base/scope1.c: Likewise.
14475 * gdb.base/setshow.c: Likewise.
14476 * gdb.base/setvar.c: Likewise.
14477 * gdb.base/shmain.c: Likewise.
14478 * gdb.base/shr1.c: Likewise.
14479 * gdb.base/shr2.c: Likewise.
14480 * gdb.base/sigall.c: Likewise.
14481 * gdb.base/signals.c: Likewise.
14482 * gdb.base/so-indr-cl.c: Likewise.
14483 * gdb.base/solib2.c: Likewise.
14484 * gdb.base/structs.c: Likewise.
14485 * gdb.base/sum.c: Likewise.
14486 * gdb.base/vforked-prog.c: Likewise.
14487 * gdb.base/watchpoint.c: Likewise.
14488 * gdb.reverse/shr2.c: Likewise.
14489 * gdb.reverse/until-reverse.c: Likewise.
14490 * gdb.reverse/ur1.c: Likewise.
14491 * gdb.reverse/watch-reverse.c: Likewise.
14492
14493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14494
14495 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14496 variant.
14497 * gdb.base/sepdebug.exp: Drop references to removed code.
14498
14499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14500
14501 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14502 variant. Preserve original line numbering.
14503 * gdb.base/list1.c: Likewise.
14504
14505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14506
14507 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14508 variant.
14509 * gdb.base/break1.c: Likewise.
14510 * gdb.base/break.exp: Drop references to removed code.
14511
14512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14513
14514 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14515 variant.
14516
14517 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14518
14519 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14520
14521 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14522
14523 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14524 logic into perform_all_tests() and invoke it with and without
14525 function header prototypes.
14526 (do_function_calls): Remove conditional XFAIL for PR 5318.
14527 (rerun_and_prepare): Remove duplicate code.
14528 (perform_all_tests): New. Main logic moved here.
14529
14530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14531
14532 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14533 code guarded by #ifdef NO_PROTOTYPES.
14534 (t_double_many_args): Likewise.
14535 (DEF_FUNC_MANY_ARGS_1): Likewise.
14536 (DEF_FUNC_VALUES_1): Likewise.
14537 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14538 guarded by #ifdef PROTOTYPES.
14539
14540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14541
14542 * gdb.mi/mi-console.c: Add eye-catcher.
14543 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14544 instead of literal line number.
14545
14546 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14547
14548 * gdb.base/shr2.c: Add eye-catcher.
14549 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14550 line number.
14551
14552 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14553
14554 * gdb.base/jump.c: Add eye-catchers.
14555 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14556 numbers.
14557
14558 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14559
14560 * gdb.base/execd-prog.c: Add eye-catchers.
14561 * gdb.base/foll-exec.c: Likewise.
14562 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14563 line numbers.
14564
14565 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14566
14567 * gdb.base/ending-run.c: Add eye-catchers.
14568 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14569 literal line numbers.
14570
14571 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14572
14573 * gdb.base/call-rt-st.c: Add eye-catchers.
14574 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14575 literal line numbers.
14576
14577 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14578
14579 * gdb.base/call-ar-st.c: Add eye-catchers.
14580 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14581 literal line numbers.
14582
14583 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14584
14585 * gdb.base/average.c: Add eye-catchers.
14586 * gdb.base/sum.c: Likewise.
14587 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14588 regexps dynamically.
14589
14590 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14591
14592 * gdb.base/solib1.c: Add eye-catchers.
14593 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14594 literal line numbers.
14595
14596 2014-11-12 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14599 leader has exited.
14600
14601 2014-11-12 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.arch/i386-bp_permanent.c: New file.
14604 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14605 (srcfile): Set to i386-bp_permanent.c.
14606 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14607 that stepi does not execute the 'leave' instruction, instead of
14608 testing it does execute.
14609 * gdb.base/bp-permanent.c: New file.
14610 * gdb.base/bp-permanent.exp: New file.
14611
14612 2014-11-10 Doug Evans <xdje42@gmail.com>
14613
14614 PR symtab/17564
14615 * gdb.base/symtab-search-order.exp: New file.
14616 * gdb.base/symtab-search-order.c: New file.
14617 * gdb.base/symtab-search-order-1.c: New file.
14618 * gdb.base/symtab-search-order-shlib-1.c: New file.
14619
14620 2014-11-07 Pedro Alves <palves@redhat.com>
14621
14622 PR gdb/17511
14623 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14624 i?86-*-linux*.
14625
14626 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14627
14628 PR c++/17494
14629 * gdb.cp/pr17494.cc: New file.
14630 * gdb.cp/pr17494.exp: New file.
14631
14632 2014-11-02 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.python/python.exp: Get working directory and match the
14635 output of "set extended-prompt \\w " with it.
14636
14637 2014-10-30 Doug Evans <dje@google.com>
14638
14639 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14640 in objfiles.
14641 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14642 in progspaces.
14643
14644 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14645
14646 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14647 * gdb.base/realname-expand.exp: Likewise.
14648 * gdb.linespec/macro-relative.exp: Likewise.
14649
14650 2014-10-29 Pedro Alves <palves@redhat.com>
14651
14652 PR gdb/17408
14653 * gdb.threads/schedlock.c (some_function): New function.
14654 (call_function): New global.
14655 (MAYBE_CALL_SOME_FUNCTION): New macro.
14656 (thread_function): Call it.
14657 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14658 and use it instead of a global counter. Adjust all callers.
14659 (get_current_thread): Use "find current thread" for test message
14660 here rather than having all callers pass down the same string.
14661 (goto_loop): New procedure, factored out from ...
14662 (my_continue): ... this.
14663 (step_ten_loops): Change parameter from test message to command to
14664 use. Adjust.
14665 (list_count): Delete global.
14666 (check_result): New procedure, factored out from duplicate top
14667 level code.
14668 (continue tests): Wrap in with_test_prefix.
14669 (test_step): New procedure, factored out from duplicate top level
14670 code.
14671 (top level): Test "step" in combination with all scheduler-locking
14672 modes. Test "next" in combination with all scheduler-locking
14673 modes, and in combination with stepping over a function call or
14674 not.
14675 * gdb.threads/next-bp-other-thread.c: New file.
14676 * gdb.threads/next-bp-other-thread.exp: New file.
14677
14678 2014-10-29 Pedro Alves <palves@redhat.com>
14679
14680 PR python/17372
14681 * gdb.python/python.exp: Test a multi-line command that spawns
14682 interactive Python.
14683 * gdb.base/multi-line-starts-subshell.exp: New file.
14684
14685 2014-10-29 Yao Qi <yao@codesourcery.com>
14686
14687 * gdb.base/fileio.exp: Make directories on host.
14688
14689 2014-10-29 Yao Qi <yao@codesourcery.com>
14690
14691 * gdb.base/fileio.c (test_write): Close the file.
14692
14693 2014-10-28 Pedro Alves <palves@redhat.com>
14694
14695 PR gdb/12623
14696 * gdb.base/sigstep.c (no_handler): New global.
14697 (main): If 'no_handler is true, set the signal handlers to
14698 SIG_IGN.
14699 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14700 with_sw_watch and no_handler parameters. Handle them.
14701 (top level) <stepping over handler when stopped at a breakpoint
14702 test>: Add a test axis for testing with a software watchpoint, and
14703 another for testing with the signal handler set to SIG_IGN.
14704 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14705 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14706
14707 2014-10-28 Pedro Alves <palves@redhat.com>
14708
14709 PR gdb/17511
14710 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14711 * gdb.base/sigstep.exp (other_handler_location): New global.
14712 (advance): Support stepping into the signal handler, and running
14713 commands while in the handler.
14714 (in_handler_map): New global.
14715 (top level): In the advance test, add combinations for getting
14716 into the handler with stepping commands, and for running commands
14717 in the handler. Add comment descripting the advancei tests.
14718
14719 2014-10-28 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.base/sigstep.exp: Use build_executable instead of
14722 prepare_for_testing.
14723 (top level): Move code that starts GDB, runs to main and creates a
14724 display to ...
14725 (restart): ... this new procedure.
14726 (top level): Move backtrace from signal handler test to ...
14727 (validate_backtrace): ... this new procedure.
14728 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14729 with_test_prefix. Always restart GDB.
14730 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14731 with_test_prefix. Always restart GDB. No need to delete
14732 breakpoints after the test.
14733 (test_skip_handler): Remove prefix parameter.
14734 (skip_over_handler, breakpoint_to_handler)
14735 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14736 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14737 restart GDB. No need to delete breakpoints after the test.
14738 (top level): Use foreach to call the test procedures with
14739 different commands.
14740
14741 2014-10-28 Pedro Alves <palves@redhat.com>
14742
14743 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14744 instead of GNATS numbers.
14745 * gdb.base/sigbpt.exp: Likewise.
14746 * gdb.base/siginfo.exp: Likewise.
14747 * gdb.base/sigstep.exp: Likewise.
14748
14749 2014-10-27 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.base/sigstep.c (dummy): New global.
14752 (main): Issue a couple writes to the new global.
14753 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14754 procedures.
14755 (skip_over_handler): Use test_skip_handler.
14756 (top level): Call skip_over_handler for stepi and nexti too.
14757 (breakpoint_over_handler): Use test_skip_handler.
14758 (top level): Call breakpoint_over_handler for stepi and nexti too.
14759
14760 2014-10-27 Yao Qi <yao@codesourcery.com>
14761
14762 * gdb.trace/tfile.c (adjust_function_address)
14763 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14764 function descriptor.
14765
14766 2014-10-24 Don Breazeal <donb@codesourcery.com>
14767
14768 * gdb.base/foll-fork.exp (test_follow_fork,
14769 catch_fork_child_follow): Check for updated fork messages emitted
14770 from infrun.c.
14771 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14772 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14773 vfork_and_exec_child_follow_through_step): Check for updated vfork
14774 messages emitted from infrun.c.
14775
14776 2014-10-24 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.base/corefile.exp: Remove references to ultrix.
14779 * gdb.base/interrupt.exp: Likewise.
14780 * gdb.base/whatis.exp: Likewise.
14781 * gdb.gdb/selftest.exp: Likewise.
14782 * gdb.threads/manythreads.exp: Likewise.
14783 * gdb.threads/print-threads.exp: Likewise.
14784 * gdb.threads/pthreads.exp:: Likewise.
14785 * gdb.threads/schedlock.exp: Likewise.
14786
14787 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14788
14789 * gdb.cp/non-trivial-retval.cc: Add a test case.
14790 * gdb.cp/non-trivial-retval.exp: Add a test.
14791
14792 2014-10-20 Yao Qi <yao@codesourcery.com>
14793
14794 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14795 * gdb.python/py-objfile-script-gdb.py: New file.
14796 * gdb.python/py-objfile-script.exp: Update reference to
14797 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14798 of remote_download. Remove the dest file.
14799
14800 2014-10-20 Yao Qi <yao@codesourcery.com>
14801
14802 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14803 * gdb.base/step-line.exp: Likewise.
14804 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14805 * gdb.dwarf2/dw2-basic.exp: Likewise.
14806 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14807 * gdb.dwarf2/dw2-filename.exp: Likewise.
14808 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14809 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14810 * gdb.dwarf2/dw2-producer.exp: Likewise.
14811 * gdb.dwarf2/mac-fileno.exp: Likewise.
14812 * gdb.python/py-frame-args.exp: Likewise.
14813 * gdb.python/py-framefilter.exp: Likewise.
14814 * gdb.python/py-mi.exp: Likewise.
14815 * gdb.python/py-objfile-script.exp: Likewise
14816 * gdb.python/py-pp-integral.exp: Likewise.
14817 * gdb.python/py-pp-re-notag.exp: Likewise.
14818 * gdb.python/py-prettyprint.exp: Likewise.
14819 * gdb.python/py-section-script.exp: Likewise.
14820 * gdb.python/py-typeprint.exp: Likewise.
14821 * gdb.python/py-xmethods.exp: Likewise.
14822 * gdb.stabs/weird.exp: Likewise.
14823 * gdb.xml/tdesc-regs.exp: Likewise.
14824
14825 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14826
14827 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14828 (out_cu): Use addr_len for the size of addresses.
14829 (out_line): Likewise. Size DW_LNE_set_address instruction
14830 according to addr_len.
14831 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14832 (FUNC): Add START_INSNS to definition.
14833
14834 2014-10-18 Yao Qi <yao@codesourcery.com>
14835
14836 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14837 gdb_has_argv0 return true.
14838 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14839 check [target_info exists noargs], check [gdb_has_argv0]
14840 instead.
14841 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14842 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14843 procedures.
14844
14845 2014-10-17 Doug Evans <dje@google.com>
14846
14847 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14848 event.
14849 * gdb.python/py-events.py: Add clear_objfiles event.
14850
14851 2014-10-17 Doug Evans <dje@google.com>
14852
14853 * gdb.python/py-objfile.exp: Test progspace attribute.
14854
14855 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14856
14857 * gdb.guile/scm-breakpoint.exp: Do not assume any
14858 directory separators when matching source file paths.
14859 * gdb.python/py-breakpoint.exp: Likewise.
14860 * gdb.reverse/break-precsave.exp: Likewise.
14861 * gdb.reverse/break-reverse.exp: Likewise.
14862 * gdb.reverse/consecutive-precsave.exp: Likewise.
14863 * gdb.reverse/finish-precsave.exp: Likewise.
14864 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14865 * gdb.reverse/finish-reverse.exp: Likewise.
14866 * gdb.reverse/i386-precsave.exp: Likewise.
14867 * gdb.reverse/i387-env-reverse.exp: Likewise.
14868 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14869 * gdb.reverse/machinestate-precsave.exp: Likewise.
14870 * gdb.reverse/machinestate.exp: Likewise.
14871 * gdb.reverse/sigall-precsave.exp: Likewise.
14872 * gdb.reverse/solib-precsave.exp: Likewise.
14873 * gdb.reverse/step-precsave.exp: Likewise.
14874 * gdb.reverse/until-precsave.exp: Likewise.
14875 * gdb.reverse/watch-precsave.exp: Likewise.
14876 * gdb.reverse/watch-reverse.exp: Likewise.
14877
14878 2014-10-17 Yao Qi <yao@codesourcery.com>
14879
14880 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14881 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14882
14883 2014-10-17 Pedro Alves <palves@redhat.com>
14884
14885 PR gdb/17471
14886 * gdb.base/bg-execution-repeat.c: New file.
14887 * gdb.base/bg-execution-repeat.exp: New file.
14888
14889 2014-10-17 Pedro Alves <palves@redhat.com>
14890
14891 PR gdb/17300
14892 * gdb.base/continue-all-already-running.c: New file.
14893 * gdb.base/continue-all-already-running.exp: New file.
14894
14895 2014-10-17 Pedro Alves <palves@redhat.com>
14896
14897 PR gdb/17472
14898 * gdb.base/annota-input-while-running.c: New file.
14899 * gdb.base/annota-input-while-running.exp: New file.
14900
14901 2014-10-17 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/callfuncs.exp: emove references to osf.
14904 * gdb.base/sigall.exp: Likewise.
14905 * gdb.gdb/selftest.exp: Likewise.
14906 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14907 * gdb.mi/non-stop.c: Likewise.
14908 * gdb.mi/pthreads.c: Likewise.
14909 * gdb.reverse/sigall-precsave.exp: Likewise.
14910 * gdb.reverse/sigall-reverse.exp: Likewise.
14911 * gdb.threads/pthreads.c: Likewise.
14912 * gdb.threads/pthreads.exp: Likewise.
14913
14914 2014-10-17 Yao Qi <yao@codesourcery.com>
14915
14916 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14917 check 'target_info exists noargs'.
14918 (test_command_prompt_position): Likewise.
14919 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14920 Remove "set args".
14921 (progvar_simple_while_test): Likewise.
14922 (progvar_complex_if_while_test): Likewise.
14923 (if_while_breakpoint_command_test): Likewise.
14924 (infrun_breakpoint_command_test): Likewise.
14925 (breakpoint_command_test): Likewise.
14926 (watchpoint_command_test): Likewise.
14927 (bp_deleted_in_command_test): Likewise.
14928 (temporary_breakpoint_commands): Likewise.
14929
14930 2014-10-16 Yao Qi <yao@codesourcery.com>
14931
14932 * gdb.base/remotetimeout.exp: Remove noargs checking.
14933
14934 2014-10-15 Pedro Alves <palves@redhat.com>
14935
14936 PR breakpoints/9649
14937 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14938 * gdb.base/breakpoint-in-ro-region.exp
14939 (probe_target_hardware_step): New procedure.
14940 (top level): Probe hardware stepping and hardware breakpoint
14941 support. Test stepping through a read-only region, with both
14942 "breakpoint auto-hw" on and off and both "always-inserted" on and
14943 off.
14944
14945 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14946
14947 * gdb.dlang/demangle.exp: Update for demangling changes.
14948
14949 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14950
14951 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14952 * gdb.cp/non-trivial-retval.exp: Add new tests.
14953
14954 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14955
14956 PR c++/13403
14957 PR c++/15154
14958 * gdb.cp/non-trivial-retval.cc: New file.
14959 * gdb.cp/non-trivial-retval.exp: New file.
14960
14961 2014-10-15 Yao Qi <yao@codesourcery.com>
14962
14963 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14964 remote host.
14965
14966 2014-10-15 Yao Qi <yao@codesourcery.com>
14967
14968 * gdb.python/py-symbol.exp: Match file base name if host is
14969 remote, otherwise match file name with dir name.
14970 * gdb.python/py-symtab.exp: Likewise.
14971 * gdb.python/python.exp: Likewise.
14972
14973 2014-10-15 Yao Qi <yao@codesourcery.com>
14974
14975 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14976 pattern.
14977 * gdb.python/py-symtab.exp: Likewise.
14978 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14979 locationn.
14980
14981 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14982
14983 * gdb.ada/addr_arith: New testcase.
14984
14985 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14986
14987 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14988 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14989 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14990 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14991
14992 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14993
14994 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14995 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14996 * gdb.arch/stap-eval-lang-ada.exp: New file.
14997
14998 2014-10-14 Yao Qi <yao@codesourcery.com>
14999
15000 * gdb.mi/mi-var-child.c (nothing1): New function.
15001 (nothing2): New function.
15002 (do_children_tests): Set function pointers by nothing1 and
15003 nothing2.
15004 * gdb.mi/mi-var-child.exp: Step over new added statements.
15005 Update test to match the new output.
15006 * gdb.mi/var-cmd.c (nothing1): New function.
15007 (nothing2): New function.
15008 (do_children_tests): Set function pointers by nothing1 and
15009 nothing2.
15010 * gdb.mi/mi-var-display.exp: Update test to match output.
15011 Step to the line specified by $line_dct_nothing.
15012 Increase the number of lines to step.
15013
15014 2014-10-14 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15017 tests.
15018 * gdb.mi/mi2-var-child.exp: Likewise.
15019
15020 2014-10-13 Doug Evans <dje@google.com>
15021
15022 * gdb.python/py-objfile.exp: Change name of file name test.
15023
15024 2014-10-13 Doug Evans <dje@google.com>
15025
15026 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15027 from the start of the CU.
15028
15029 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15030 Yao Qi <yao@codesourcery.com>
15031
15032 Fix "save breakpoints" for "catch" command.
15033 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15034 Remove -nonewline. Match also the added "main" line.
15035
15036 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 Fix "save breakpoints" for "disable $bpnum" command.
15039 * gdb.base/save-bp.c (main): Add label.
15040 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15041
15042 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15043
15044 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15045
15046 2014-10-11 Yao Qi <yao@codesourcery.com>
15047
15048 * gdb.server/server-kill.exp: Execute command
15049 "set remote trace-status-packet on" before "tstatus".
15050
15051 2014-10-11 Yao Qi <yao@codesourcery.com>
15052
15053 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15054 (main): Call getppid.
15055 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15056 and continue to it. Read variable "server_pid".
15057
15058 2014-10-11 Yao Qi <yao@codesourcery.com>
15059
15060 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15061
15062 2014-10-11 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.threads/thread-find.exp: Don't execute command
15065 "info threads".
15066 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15067 * gdb.threads/linux-dp.exp: Don't check the condition
15068 $threads_created equals to zero.
15069
15070 2014-10-10 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/bigcore.exp: Remove references to IRIX.
15073 * gdb.base/funcargs.exp: Likewise.
15074 * gdb.base/interrupt.exp: Likewise.
15075 * gdb.base/mips_pro.exp: Likewise.
15076 * gdb.base/nodebug.exp: Likewise.
15077 * gdb.base/setvar.exp: Likewise.
15078 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15079
15080 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15081 Pedro Alves <palves@redhat.com>
15082
15083 PR symtab/14466
15084 * gdb.base/vdso-warning.c: New file.
15085 * gdb.base/vdso-warning.exp: New file.
15086
15087 2014-10-02 Doug Evans <dje@google.com>
15088
15089 * gdb.base/structs.c (main): Don't run forever.
15090
15091 2014-10-02 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15094 (top level) <stop threads 1, stop threads 2>: Use it.
15095
15096 2014-10-02 Pedro Alves <palves@redhat.com>
15097
15098 * gdb.threads/break-while-running.exp (test): Add new
15099 'update_thread_list' argument. Skip "info threads" if false.
15100 (top level): Add new 'update_thread_list' axis.
15101
15102 2014-10-02 Pedro Alves <palves@redhat.com>
15103
15104 PR breakpoints/17431
15105 * gdb.base/execl-update-breakpoints.c: New file.
15106 * gdb.base/execl-update-breakpoints.exp: New file.
15107
15108 2014-10-01 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/breakpoint-in-ro-region.c: New file.
15111 * gdb.base/breakpoint-in-ro-region.exp: New file.
15112
15113 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15114
15115 * gdb.mi/mi-exit-code.exp: New file.
15116 * gdb.mi/mi-exit-code.c: New file.
15117
15118 2014-09-30 Yao Qi <yao@codesourcery.com>
15119
15120 * lib/prelink-support.exp (build_executable_own_libs): Error if
15121 the target isn't native.
15122
15123 2014-09-30 Yao Qi <yao@codesourcery.com>
15124
15125 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15126 false.
15127
15128 2014-09-22 Pedro Alves <palves@redhat.com>
15129
15130 * gdb.threads/break-while-running.exp: New file.
15131 * gdb.threads/break-while-running.c: New file.
15132
15133 2014-09-19 Yao Qi <yao@codesourcery.com>
15134
15135 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15136 Invoke test. Restart GDB with --readnow and invoke test again.
15137
15138 2014-09-19 Yao Qi <yao@codesourcery.com>
15139
15140 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15141 proc set_breakpoint_on_gcd_function. Invoke
15142 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15143 invoke set_breakpoint_on_gcd_function again.
15144
15145 2014-09-18 Doug Evans <dje@google.com>
15146
15147 * gdb.dwarf2/symtab-producer.exp: New file.
15148
15149 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15150
15151 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15152 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15153 * gdb.base/global-var-nested-by-dso.c: Likewise.
15154 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15155
15156 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15157 Pedro Alves <palves@redhat.com>
15158
15159 * gdb.base/watch-bitfields.exp: Pass string other than test file
15160 name to prepare_for_testing.
15161 (watch): New procedure.
15162 (expect_watchpoint): Use with_test_prefix.
15163 (top level): Factor out tests to ...
15164 (test_watch_location, test_regular_watch): ... these new
15165 procedures, and use with_test_prefix and gdb_continue_to_end.
15166
15167 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15168
15169 PR breakpoints/12526
15170 * gdb.base/watch-bitfields.exp: New file.
15171 * gdb.base/watch-bitfields.c: New file.
15172
15173 2014-09-16 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15176 software and hardware addresses, not software address against
15177 itself.
15178
15179 2014-09-16 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15182 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15183
15184 2014-09-16 Pedro Alves <palves@redhat.com>
15185
15186 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15187 files.
15188 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15189 "*-*-vxworks*" throughout.
15190 * gdb.base/break.exp: Likewise.
15191 * gdb.base/default.exp: Likewise.
15192 * gdb.base/scope.exp: Likewise.
15193 * gdb.base/sepdebug.exp: Likewise.
15194 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15195 throughout.
15196 * gdb.base/run.c: Likewise.
15197 * gdb.base/sepdebug.c: Likewise.
15198 * gdb.hp/gdb.aCC/run.c: Likewise.
15199 * gdb.reverse/until-reverse.c: Likewise.
15200 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15201
15202 2014-09-16 Yao Qi <yao@codesourcery.com>
15203
15204 * boards/local-remote-host-native.exp: New file.
15205
15206 2014-09-14 Doug Evans <xdje42@gmail.com>
15207
15208 * gdb.threads/queue-signal.c (thread_count): New variable.
15209 (thread_count_mutex, thread_count_condvar): New variables.
15210 (incr_thread_count, wait_all_threads_running): New functions.
15211 (main): Wait for all threads to be in their thread functions.
15212
15213 2014-09-13 Doug Evans <xdje42@gmail.com>
15214
15215 * gdb.threads/queue-signal.c: New file.
15216 * gdb.threads/queue-signal.exp: New file.
15217
15218 2014-09-13 Doug Evans <xdje42@gmail.com>
15219
15220 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15221 be consistent with what default_gdb_init uses.
15222 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15223 the plain text of the prompt. Add some logging printfs.
15224 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15225
15226 2014-09-12 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15229 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15230 * gdb.arch/i386-size-overlap.exp: Likewise.
15231 * gdb.arch/i386-size.exp: Likewise.
15232 * gdb.arch/i386-unwind.exp: Likewise.
15233 * gdb.base/a2-run.exp: Likewise.
15234 * gdb.base/break.exp: Likewise.
15235 * gdb.base/charset.exp: Likewise.
15236 * gdb.base/chng-syms.exp: Likewise.
15237 * gdb.base/commands.exp: Likewise.
15238 * gdb.base/dbx.exp: Likewise.
15239 * gdb.base/find.exp: Likewise.
15240 * gdb.base/funcargs.exp: Likewise.
15241 * gdb.base/jit-simple.exp: Likewise.
15242 * gdb.base/reread.exp: Likewise.
15243 * gdb.base/sepdebug.exp: Likewise.
15244 * gdb.base/step-bt.exp: Likewise.
15245 * gdb.cp/mb-inline.exp: Likewise.
15246 * gdb.cp/mb-templates.exp: Likewise.
15247 * gdb.objc/basicclass.exp: Likewise.
15248 * gdb.threads/killed.exp: Likewise.
15249
15250 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15251
15252 PR tdep/17379
15253 * gdb.arch/powerpc-stackless.S: New file.
15254 * gdb.arch/powerpc-stackless.exp: New file.
15255
15256 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15257
15258 * gdb.base/attach.c: Include unistd.h.
15259 (main): Call alarm. Add label postloop.
15260 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15261 gdb_breakpoint, gdb_continue_to_breakpoint.
15262 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15263
15264 2014-09-11 Pedro Alves <palves@redhat.com>
15265
15266 PR gdb/17347
15267 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15268 * gdb.base/attach.exp (test_command_line_attach_run): New
15269 procedure.
15270 (top level): Call it.
15271
15272 2014-09-11 Pedro Alves <palves@redhat.com>
15273
15274 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15275 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15276 (do_command_attach_tests): Use spawn_wait_for_attach.
15277 * gdb.base/solib-overlap.exp: Likewise.
15278 * gdb.multi/multi-attach.exp: Likewise.
15279 * gdb.python/py-prompt.exp: Likewise.
15280 * gdb.python/py-sync-interp.exp: Likewise.
15281 * gdb.server/ext-attach.exp: Likewise.
15282
15283 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15284
15285 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15286 command in testcase. Simplify testcase.
15287
15288 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15289
15290 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15291
15292 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15293
15294 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15295
15296 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15297
15298 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15299
15300 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15301
15302 * gdb.dwarf2/dynarr-ptr.c: New file.
15303 * gdb.dwarf2/dynarr-ptr.exp: New file.
15304
15305 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15306
15307 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15308 of 30 rather than hardcoding 120 for a slow test case. Take the
15309 `gdb,timeout' target setting into account for this calculation.
15310 Don't extend the timeout for the test cases that don't need it.
15311
15312 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15313
15314 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15315 a factor of 2 for a slow test case. Take the `gdb,timeout'
15316 target setting into account for this calculation.
15317 * gdb.reverse/until-precsave.exp: Increase the timeout by
15318 a factor of 15 and 3 respectively rather than adding 120
15319 for a pair of slow test cases. Take the `gdb,timeout'
15320 target setting into account for this calculation.
15321
15322 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15323
15324 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15325 timeout, don't pass one down to gdb_expect.
15326 (gdb_expect): Rework timeout selection.
15327
15328 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15329
15330 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15331 exception on timeout.
15332 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15333 (gdbserver_start_extended): Catch any `gdbserver_start' error
15334 exceptions.
15335 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15336 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15337 `gdbserver_gdb_load' error exceptions.
15338
15339 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15340
15341 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15342 120 on waiting for the TCP socket to open.
15343
15344 2014-09-09 Doug Evans <xdje42@gmail.com>
15345
15346 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15347 _caller_matches, _any_caller_is, _any_caller_matches.
15348
15349 2014-09-09 Doug Evans <xdje42@gmail.com>
15350
15351 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15352
15353 2014-09-09 Yao Qi <yao@codesourcery.com>
15354
15355 * gdb.mi/mi-var-display.exp: Set print symbol off.
15356
15357 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15358
15359 PR gdb/17035
15360 * gdb.base/commands.exp: Add tests to verify user-defined
15361 commands with empty bodies.
15362 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15363 python commands in `show user command`.
15364 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15365 scheme commands in `show user command`.
15366
15367 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15368
15369 PR python/17355
15370 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15371 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15372 * gdb.python/py-framefilter-invalidarg.exp: New file.
15373 * gdb.python/py-framefilter-invalidarg.py: New file.
15374
15375 2014-09-06 Doug Evans <xdje42@gmail.com>
15376
15377 PR 15276
15378 * gdb.python/py-caller-is.c: New file.
15379 * gdb.python/py-caller-is.exp: New file.
15380
15381 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15382
15383 PR gdb/17235
15384 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15385 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15386
15387 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15388
15389 PR fortran/17237
15390 * gdb.fortran/print-formatted.exp: New file.
15391 * gdb.fortran/print-formatted.f90: Likewise.
15392
15393 2014-09-03 Sasha Smundak <asmundak@google.com>
15394
15395 * gdb.python/py-frame.exp: Test Frame.read_register.
15396
15397 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15398
15399 PR python/16699
15400 * gdb.python/py-completion.exp: New file.
15401 * gdb.python/py-completion.py: Likewise.
15402
15403 2014-08-28 Doug Evans <dje@google.com>
15404
15405 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15406 eax,etc. are live with values set by gdb and thus the compiler can't
15407 use them.
15408 * gdb.arch/i386-pseudo.c (main): Ditto.
15409
15410 2014-08-27 Doug Evans <dje@google.com>
15411
15412 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15413
15414 2014-08-25 Doug Evans <dje@google.com>
15415
15416 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15417 (main): Ditto.
15418
15419 2014-08-25 Doug Evans <dje@google.com>
15420
15421 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15422
15423 2014-08-24 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15426 symbol off.
15427 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15428
15429 2014-08-22 Doug Evans <dje@google.com>
15430
15431 PR 17276
15432 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15433 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15434 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15435
15436 2014-08-22 Yao Qi <yao@codesourcery.com>
15437
15438 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15439 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15440 * gdb.python/python.exp: Likewise. Use .py file on the host
15441 instead of the build.
15442
15443 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15444
15445 * gdb.threads/gcore-stale-thread.c: New file.
15446 * gdb.threads/gcore-stale-thread.exp: New file.
15447
15448 2014-08-21 Pedro Alves <palves@redhat.com>
15449
15450 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15451 * gdb.base/gcore-relro-pie.exp: Likewise.
15452 * gdb.base/gcore-relro.exp: Likewise.
15453 * gdb.base/gcore.exp: Likewise.
15454 * gdb.base/print-symbol-loading.exp: Likewise.
15455 * gdb.threads/gcore-thread.exp: Likewise.
15456 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15457
15458 2014-08-20 Pedro Alves <palves@redhat.com>
15459 Jan Kratochvil <jan.kratochvil@redhat.com>
15460
15461 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15462 configure.
15463 (EXPECT): Handle READ1 being set.
15464 (all): Depend on EXTRA_RULES.
15465 (check-read1, expect-read1, read1.so, read1): New rules.
15466 * README (Testsuite Parameters): Document the READ1 make variable.
15467 (Race detection): New section.
15468 * configure: Regenerate.
15469 * configure.ac: If build==host==target, and running under a
15470 GNU/glibc system, add read1 to the extra Makefile rules.
15471 (EXTRA_RULES): AC_SUBST it.
15472 * lib/read1.c: New file.
15473
15474 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15475
15476 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15477 the handling of variables declared as a typedef to an array
15478 which a DW_AT_data_location attribute.
15479
15480 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15481 Pedro Alves <palves@redhat.com>
15482
15483 PR symtab/14604
15484 PR symtab/14605
15485 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15486 gdb_test.
15487
15488 2014-08-19 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15491
15492 2014-08-19 Yao Qi <yao@codesourcery.com>
15493
15494 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15495 right line.
15496
15497 2014-08-18 David Blaikie <dblaikie@gmail.com>
15498
15499 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15500
15501 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15502
15503 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15504 attribute in array range.
15505
15506 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15507
15508 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15509
15510 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15511
15512 PR c++/17132
15513 * gdb.cp/pr17132.cc: New file.
15514 * gdb.cp/pr17132.exp: New file.
15515
15516 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15517
15518 * gdb.python/py-xmethods.py (A_getarrayind)
15519 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15520 Use 'print' with function call syntax.
15521 (E_method_matcher.match): Fix tab vs space indentation mixup.
15522
15523 2014-08-15 Yao Qi <yao@codesourcery.com>
15524
15525 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15526 false.
15527
15528 2014-08-15 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.cp/casts.exp: Set print symbol off.
15531 * gdb.cp/class2.exp: Likewise.
15532 * gdb.cp/overload.exp: Likewise.
15533 * gdb.cp/templates.exp: Likewise.
15534
15535 2014-08-11 Doug Evans <dje@google.com>
15536
15537 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15538 (test_load_shlib): Update.
15539
15540 2014-08-09 Yao Qi <yao@codesourcery.com>
15541
15542 * gdb.base/display.exp: Invoke is_address_zero_readable.
15543 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15544 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15545 * gdb.base/hbreak-unmapped.exp: Return if
15546 is_address_zero_readable returns true.
15547 * gdb.base/signest.exp: Likewise.
15548 * gdb.base/signull.exp: Likewise.
15549 * gdb.base/sigbpt.exp: Likewise.
15550 * gdb.guile/scm-disasm.exp: Do the test if
15551 is_address_zero_readable returns false.
15552 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15553 * gdb.python/py-arch.exp: Likewise.
15554 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15555 * lib/gdb.exp (is_address_zero_readable): New proc.
15556
15557 2014-08-09 Yao Qi <yao@codesourcery.com>
15558
15559 PR testsuite/13443
15560 * gdb.mi/mi-var-display.exp: Make test messages unique.
15561
15562 2014-08-04 Tom Tromey <tromey@redhat.com>
15563
15564 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15565 target 0".
15566
15567 2014-08-04 Tom Tromey <tromey@redhat.com>
15568
15569 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15570 "target_resume".
15571
15572 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15573
15574 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15575 inner_vla_struct_object_size.
15576 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15577 as xfail.
15578
15579 2014-07-30 Pedro Alves <palves@redhat.com>
15580
15581 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15582 comment.
15583
15584 2014-07-29 Yao Qi <yao@codesourcery.com>
15585
15586 PR gdb/17206
15587 * gdb.base/until-nodebug.exp: New.
15588
15589 2014-07-28 Doug Evans <xdje42@gmail.com>
15590
15591 PR guile/17203
15592 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15593 previously existing parameter, and previously ambiguously spelled
15594 parameter.
15595
15596 2014-07-28 Will Newton <will.newton@linaro.org>
15597
15598 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15599
15600 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15601 Doug Evans <xdje42@gmail.com>
15602
15603 PR guile/17146
15604 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15605
15606 2014-07-25 Pedro Alves <palves@redhat.com>
15607
15608 * gdb.threads/signal-command-handle-nopass.c: New file.
15609 * gdb.threads/signal-command-handle-nopass.exp: New file.
15610 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15611 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15612 * gdb.threads/signal-delivered-right-thread.c: New file.
15613 * gdb.threads/signal-delivered-right-thread.exp: New file.
15614
15615 2014-07-25 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.base/double-prompt-target-event-error.exp
15618 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15619 match.
15620 (cancel_pagination_in_target_event): Rework double prompt
15621 detection.
15622 * gdb.base/paginate-after-ctrl-c-running.exp
15623 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15624 <return>' match.
15625 * gdb.base/paginate-bg-execution.exp
15626 (test_bg_execution_pagination_return)
15627 (test_bg_execution_pagination_cancel): Remove '-notransfer
15628 <return>' matches.
15629 * gdb.base/paginate-execution-startup.exp
15630 (test_fg_execution_pagination_return)
15631 (test_fg_execution_pagination_cancel): Remove '-notransfer
15632 <return>' matches.
15633 * gdb.base/paginate-inferior-exit.exp
15634 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15635 match.
15636 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15637 * lib/gdb.exp (pagination_prompt): Run text through
15638 string_to_regexp.
15639 (gdb_test_multiple): Match $pagination_prompt instead of
15640 "<return>".
15641 (string_to_regexp): Move to lib/gdb-utils.exp.
15642
15643 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15644
15645 * gdb.arch/amd64-entry-value-paramref.S: New file.
15646 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15647 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15648 * gdb.arch/amd64-optimout-repeat.S: New file.
15649 * gdb.arch/amd64-optimout-repeat.c: New file.
15650 * gdb.arch/amd64-optimout-repeat.exp: New file.
15651
15652 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15653
15654 PR gdb/17170
15655 * gdb.base/statistics.exp: New file.
15656
15657 2014-07-17 Doug Evans <dje@google.com>
15658
15659 PR gdb/17170
15660 * gdb.base/maint.exp: Update testing of per-command stats.
15661
15662 2014-07-16 Pedro Alves <palves@redhat.com>
15663
15664 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15665 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15666 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15667 (tfile_write_buf): New functions.
15668 (add_memory_block): Rewrite using the above.
15669 (adjust_function_address): New function.
15670 (FUNCTION_ADDRESS): New macro.
15671 (write_basic_trace_file): Remove short_x local, and use
15672 tfile_write_16. Change type of func_addr local to unsigned long
15673 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15674 here. Cast argument of add_memory_block to char pointer.
15675 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15676 (main): Remove parameters.
15677 * gdb.trace/tfile.exp: Remove nowarnings.
15678
15679 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15680
15681 * gdb.base/debug-expr.exp: Test string evaluation with
15682 "debug expression" on.
15683
15684 2014-07-15 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.base/reread.exp: Use clean_restart.
15687
15688 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15689
15690 * gdb.arch/avr-flash-qualifer.c: New.
15691 * gdb.arch/avr-flash-qualifer.exp: New.
15692
15693 2014-07-14 Pedro Alves <palves@redhat.com>
15694
15695 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15696 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15697
15698 2014-07-14 Pedro Alves <palves@redhat.com>
15699
15700 * gdb.base/double-prompt-target-event-error.c: New file.
15701 * gdb.base/double-prompt-target-event-error.exp: New file.
15702
15703 2014-07-14 Pedro Alves <palves@redhat.com>
15704
15705 PR gdb/17072
15706 * gdb.base/paginate-inferior-exit.c: New file.
15707 * gdb.base/paginate-inferior-exit.exp: New file.
15708
15709 2014-07-14 Pedro Alves <palves@redhat.com>
15710
15711 PR gdb/17072
15712 * gdb.base/paginate-bg-execution.c: New file.
15713 * gdb.base/paginate-bg-execution.exp: New file.
15714
15715 2014-07-14 Pedro Alves <palves@redhat.com>
15716
15717 PR gdb/17072
15718 * gdb.base/paginate-execution-startup.c: New file.
15719 * gdb.base/paginate-execution-startup.exp: New file.
15720 * lib/gdb.exp (pagination_prompt): New global.
15721 (default_gdb_spawn): New procedure, factored out from
15722 default_gdb_spawn.
15723 (default_gdb_start): Adjust to call default_gdb_spawn.
15724 (gdb_spawn): New procedure.
15725
15726 2014-07-14 Pedro Alves <palves@redhat.com>
15727
15728 * lib/gdb.exp (gdb_assert): New procedure.
15729 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15730
15731 2014-07-14 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.base/execution-termios.c: New file.
15734 * gdb.base/execution-termios.exp: New file.
15735
15736 2014-07-14 Tom Tromey <tromey@redhat.com>
15737
15738 * gdb.cp/vla-cxx.cc: New file.
15739 * gdb.cp/vla-cxx.exp: New file.
15740
15741 2014-07-14 Tom Tromey <tromey@redhat.com>
15742
15743 * gdb.reverse/rerun-prec.c: New file.
15744 * gdb.reverse/rerun-prec.exp: New file.
15745
15746 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15747 Maciej W. Rozycki <macro@codesourcery.com>
15748
15749 * lib/gdb-utils.exp: New file.
15750 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15751 inline `gdb_init_command' processing.
15752 (gdb_start_cmd): Likewise.
15753 * lib/mi-support.exp (mi_run_cmd): Likewise.
15754 * README: Document `gdb_init_command' and `gdb_init_commands'.
15755
15756 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15757
15758 Fix false FAIL running under a very long directory name.
15759 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15760 and "set print elements 10000". Twice.
15761
15762 2014-07-11 Yao Qi <yao@codesourcery.com>
15763
15764 * gdb.base/exprs.exp: "set print symbol off".
15765
15766 2014-07-11 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.threads/kill.c: New file.
15769 * gdb.threads/kill.exp: New file.
15770
15771 2014-07-10 Yao Qi <yao@codesourcery.com>
15772
15773 * gdb.trace/tfile.c (write_basic_trace_file)
15774 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15775 address written to trace file.
15776
15777 2014-07-09 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.base/attach-wait-input.exp: New file.
15780 * gdb.base/attach-wait-input.c: New file.
15781
15782 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15783
15784 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15785 setting up test structures.
15786 (main): Call new test function.
15787 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15788 test function, continue into test function and walk test
15789 structures.
15790
15791 2014-07-02 Yao Qi <yao@codesourcery.com>
15792
15793 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15794 'bar_start' at the beginning of functions 'foo' and 'bar'
15795 respectively.
15796 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15797 instead of 'foo' and 'bar'.
15798
15799 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15800
15801 * gdb.btrace/segv.exp: New.
15802 * gdb.btrace/segv.c: New.
15803
15804 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15805
15806 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15807 instruction.
15808
15809 2014-06-30 Mark Wielaard <mjw@redhat.com>
15810
15811 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15812 vulture, vilify, villar): New volatile array constants.
15813 (vindictive, vegetation): New const volatile array constants.
15814 * gdb.base/volatile.exp: Test volatile and const volatile array
15815 types.
15816
15817 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15818
15819 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15820 target lacks support for awatch, rwatch, or hbreak.
15821
15822 2014-06-27 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.multi/dummy-frame-restore.exp: New.
15825 * gdb.multi/dummy-frame-restore.c: New.
15826
15827 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15828
15829 * gdb.btrace/gcore.exp: New.
15830
15831 2014-06-23 Pedro Alves <palves@redhat.com>
15832
15833 * gdb.base/watchpoint-reuse-slot.c: New file.
15834 * gdb.base/watchpoint-reuse-slot.exp: New file.
15835
15836 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15837
15838 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15839 progspace's filename in 'info', 'enable' and 'disable' command
15840 tests.
15841
15842 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15843
15844 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15845 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15846 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15847
15848 2014-06-20 Gary Benson <gbenson@redhat.com>
15849
15850 * gdb.arch/i386-avx.exp: Fix include file location.
15851 * gdb.arch/i386-sse.exp: Likewise.
15852
15853 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15854
15855 * gdb.dlang/expression.exp: New file.
15856
15857 2014-06-19 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15860 out from ...
15861 (top level): ... here. Iterate running tests under different
15862 scheduler-locking settings.
15863
15864 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15865
15866 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15867 to DW_FORM_addr and use non-zero addresses.
15868
15869 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15870
15871 PR gdb/17017
15872 * gdb.python/py-xmethods.cc: Add global function call counters and
15873 increment them in their respective functions. Remove "cout"
15874 statements.
15875 * gdb.python/py-xmethods.exp: Make tests check the global function
15876 call counters instead of depending on inferior IO.
15877
15878 2014-06-18 Don Breazeal <donb@codesourcery.com>
15879
15880 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15881 Deleted procedure.
15882 (explicit_fork_parent_follow): Deleted procedure.
15883 (explicit_fork_child_follow): Deleted procedure.
15884 (test_follow_fork): New procedure.
15885 (do_fork_tests): Replace calls to deleted procedures with
15886 calls to test_follow_fork and reset GDB for subsequent
15887 procedure calls.
15888
15889 2014-06-17 Yao Qi <yao@codesourcery.com>
15890
15891 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15892 CP1252.
15893
15894 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15895
15896 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15897 Initialize ptr and S explicitly.
15898 (skip_type_update_when_not_use_rtti_test): Likewise.
15899
15900 2014-06-16 Keith Seitz <keiths@redhat.com>
15901
15902 PR mi/15863
15903 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15904 the inferior is started.
15905
15906 2014-06-16 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.base/break-main-file-remove-fail.c: New file.
15909 * gdb.base/break-main-file-remove-fail.exp: New file.
15910 * gdb.base/break-unload-file.exp: Use build_executable instead of
15911 prepare_for_testing.
15912 (test_break): New parameter "initial_load". Handle it.
15913 (top level): Add initial_load cmdline/file axis.
15914
15915 2014-06-12 Tom Tromey <tromey@redhat.com>
15916
15917 * gdb.base/completion.exp: Don't use directory name in test.
15918
15919 2014-06-09 Gary Benson <gbenson@redhat.com>
15920
15921 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15922 separate the always-available ANSI-standard signals from the
15923 signals that require checking.
15924 (main): Likewise.
15925 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15926 Likewise.
15927 (main): Likewise.
15928
15929 2014-06-07 Keith Seitz <keiths@redhat.com>
15930
15931 Revert:
15932 PR c++/16253
15933 * gdb.cp/var-tag.cc: New file.
15934 * gdb.cp/var-tag.exp: New file.
15935 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15936 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15937 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15938 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15939
15940 2014-06-06 Doug Evans <xdje42@gmail.com>
15941
15942 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15943
15944 2014-06-06 Pedro Alves <palves@redhat.com>
15945
15946 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15947 in target debug output instead of looking at RSP packets,
15948 disabling the test on any target that uses hardware stepping.
15949 Update comments.
15950
15951 2014-06-06 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.base/break-unload-file.exp: Fix typo.
15954
15955 2014-06-06 Yao Qi <yao@codesourcery.com>
15956
15957 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15958 from "jit_function" to "^jit_function".
15959
15960 2014-06-06 Yao Qi <yao@codesourcery.com>
15961
15962 * gdb.base/async.c (foo): Add one statement.
15963 * gdb.base/async.exp: Get the next instruction address and
15964 match the output of "nexti" by instruction address. Match
15965 the hex address in the output of "finish".
15966
15967 2014-06-06 Gary Benson <gbenson@redhat.com>
15968
15969 * gdb.base/call-signals.c: Remove preprocessor conditionals
15970 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15971 SIGSEGV and SIGTERM.
15972 * gdb.base/sigall.c: Likewise.
15973 * gdb.base/unwindonsignal.c: Likewise.
15974 * gdb.reverse/sigall-reverse.c: Likewise.
15975
15976 2014-06-06 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15979 readable, skip the test.
15980
15981 2014-06-06 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.threads/staticthreads.c (thread_function): Move the line
15984 setting breakpoint on forward.
15985 * gdb.threads/staticthreads.exp: Update comments.
15986
15987 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15988
15989 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15990 "history-append! type error".
15991
15992 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15993
15994 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15995 erroneous dprintf expected input.
15996
15997 2014-06-04 Doug Evans <xdje42@gmail.com>
15998
15999 * gdb.guile/scm-generics.exp: Delete.
16000
16001 2014-06-04 Doug Evans <xdje42@gmail.com>
16002
16003 * gdb.guile/scm-breakpoint.exp: Update.
16004 Add tests for breakpoint registration.
16005
16006 2014-06-04 Tom Tromey <tromey@redhat.com>
16007
16008 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16009 VLA-in-union.
16010 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16011 inner_vla_struct, vla_union types. Initialize objects of those
16012 types and compute their sizes.
16013
16014 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16015 Hui Zhu <hui@codesourcery.com>
16016
16017 * gdb.base/fileio.exp: Add test for shell not available as well as
16018 available.
16019 * gdb.base/fileio.c (test_system): Check for shell twice.
16020
16021 2014-06-04 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.base/auto-connect-native-target.exp: Remove redundant
16024 space from the regexp pattern.
16025
16026 2014-06-04 Yao Qi <yao@codesourcery.com>
16027
16028 * gdb.base/default.exp: Replace "child" with "native" in
16029 regexp pattern.
16030
16031 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16032
16033 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16034 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16035 * gdb.python/py-xmethods.py: Python script supporting the
16036 new testcase and tests.
16037
16038 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16039 Pedro Alves <palves@redhat.com>
16040
16041 PR breakpoints/17000
16042 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16043 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16044
16045 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16046
16047 * gdb.base/subst.exp: Add tests to verify partial path matching
16048 output.
16049
16050 2014-06-03 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16053 target that doesn't use software single-stepping.
16054
16055 2014-06-03 Pedro Alves <palves@redhat.com>
16056
16057 PR breakpoints/17000
16058 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16059 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16060
16061 2014-06-02 Doug Evans <xdje42@gmail.com>
16062
16063 * gdb.guile/scm-parameter.exp: New file.
16064
16065 2014-06-02 Doug Evans <xdje42@gmail.com>
16066
16067 * gdb.guile/scm-cmd.c: New file.
16068 * gdb.guile/scm-cmd.exp: New file.
16069
16070 2014-06-02 Doug Evans <xdje42@gmail.com>
16071
16072 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16073 pretty-printer lookup.
16074 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16075 (make-pp_s-printer): Call it.
16076 (make-pretty-printer-from-dict): New function.
16077 (lookup-pretty-printer-maker-from-dict): New function.
16078 (*pretty-printer*): Simplify.
16079 (make-objfile-pp_s-printer): New function.
16080 (install-objfile-pretty-printers!): New function.
16081 (make-progspace-pp_s-printer): New function.
16082 (install-progspace-pretty-printers!): New function.
16083 * gdb.guile/scm-progspace.c: New file.
16084 * gdb.guile/scm-progspace.exp: New file.
16085
16086 2014-06-02 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.base/dprintf-bp-same-addr.c: New file.
16089 * gdb.base/dprintf-bp-same-addr.exp: New file.
16090
16091 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16092
16093 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16094 * gdb.arch/powerpc-power.s: Likewise.
16095
16096 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16097
16098 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16099
16100 2014-06-01 Yao Qi <yao@codesourcery.com>
16101
16102 * gdb.base/watchpoint.exp (test_watch_location): Check null
16103 pointer can be dereferenced. If not, do the test, otherwise
16104 skip it.
16105
16106 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16107
16108 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16109 results.
16110 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16111
16112 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16113
16114 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16115 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16116 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16117 * gdb.arch/amd64-invalid-stack-top.c: New file.
16118 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16119
16120 2014-05-30 Pedro Alves <palves@redhat.com>
16121
16122 PR breakpoints/17000
16123 * gdb.base/sss-bp-on-user-bp.c: New file.
16124 * gdb.base/sss-bp-on-user-bp.exp: New file.
16125
16126 2014-05-30 David Blaikie <dblaikie@gmail.com>
16127
16128 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16129 gnu_inline semantics via attribute.
16130 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16131 source explicitly specifies the required semantics.
16132
16133 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16134
16135 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16136
16137 2014-05-29 Pedro Alves <palves@redhat.com>
16138 Tom Tromey <tromey@redhat.com>
16139
16140 * gdb.base/async-shell.exp: Don't enable target-async.
16141 * gdb.base/async.exp
16142 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16143 parameter. Adjust.
16144 (top level): Don't test with "target-async".
16145 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16146 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16147 * gdb.base/inferior-died.exp: Don't enable target-async.
16148 * gdb.base/interrupt-noterm.exp: Likewise.
16149 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16150 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16151 * gdb.mi/mi-nonstop.exp: Likewise.
16152 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16153 * gdb.mi/mi-nsintrall.exp: Likewise.
16154 * gdb.mi/mi-nsmoribund.exp: Likewise.
16155 * gdb.mi/mi-nsthrexec.exp: Likewise.
16156 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16157 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16158 * gdb.python/py-evsignal.exp: Don't enable target-async.
16159 * gdb.python/py-evthreads.exp: Likewise.
16160 * gdb.python/py-prompt.exp: Likewise.
16161 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16162 * gdb.server/solib-list.exp: Don't enable target-async.
16163 * gdb.threads/thread-specific-bp.exp: Likewise.
16164 * lib/mi-support.exp: Adjust to use mi-async.
16165
16166 2014-05-29 Pedro Alves <palves@redhat.com>
16167
16168 PR gdb/13860
16169 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16170 reason, even in sync mode.
16171
16172 2014-05-29 Pedro Alves <palves@redhat.com>
16173 Hui Zhu <hui@codesourcery.com>
16174
16175 PR PR15693
16176 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16177 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16178 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16179 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16180
16181 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16182
16183 * config/monitor.exp (gdb_target_monitor): Replace use of
16184 "set remotebaud" by "set serial baud".
16185
16186 2014-05-26 Andy Wingo <wingo@igalia.com>
16187
16188 * gdb.guile/scm-breakpoint.exp:
16189 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16190 properties instead of gdb-object-properties.
16191
16192 2014-05-26 Yao Qi <yao@codesourcery.com>
16193
16194 * gdb.server/no-thread-db.exp: Specify source file name
16195 explicitly when setting a breakpoint.
16196
16197 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16198
16199 * gdb.btrace/vdso.c: New.
16200 * gdb.btrace/vdso.exp: New.
16201
16202 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16203
16204 * gdb.base/gcore.exp (capture_command_output): Move ...
16205 * lib/gdb.exp (capture_command_output): ... here.
16206
16207 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16208
16209 * gdb.btrace/data.exp: Test memory access during btrace replay.
16210
16211 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16212
16213 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16214
16215 2014-05-21 Pedro Alves <palves@redhat.com>
16216
16217 PR gdb/13860
16218 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16219 (top level): Test that output related to execution commands is
16220 sent to the console with CLI commands, but not with MI commands.
16221 Test that breakpoint events are always mirrored to the console.
16222 Also expect the new source line to be output after a "next" in
16223 async mode too. Make it a pass/fail test.
16224 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16225 output.
16226 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16227
16228 2014-05-21 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16231 Use them to test variations of "list" after reaching a breakpoint.
16232 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16233 Test "list" with listsize 10 after reaching a breakpoint.
16234 * gdb.python/python.exp (decode_line current location line
16235 number): Adjust expected line number.
16236
16237 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16238
16239 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16240 behavior for $args, pass it directly to "run".
16241
16242 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16243
16244 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16245 30000 to 65536.
16246
16247 2014-05-21 Pedro Alves <palves@redhat.com>
16248
16249 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16250 auto-connect-native-target off".
16251 * gdb.base/auto-connect-native-target.c: New file.
16252 * gdb.base/auto-connect-native-target.exp: New file.
16253
16254 2014-05-21 Pedro Alves <palves@redhat.com>
16255
16256 * gdb.base/default.exp: Test "target native" instead of "target
16257 child".
16258
16259 2014-05-21 Mark Wielaard <mjw@redhat.com>
16260
16261 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16262
16263 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16264
16265 Fix TLS access for -static -pthread.
16266 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16267 <HAVE_TLS> (thread_function, main): Initialize it.
16268 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16269 Add clean_restart.
16270 <$have_tls != "">: Check TLSVAR.
16271
16272 2014-05-21 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.base/dcache-line-read-error.c: New.
16275 * gdb.base/dcache-line-read-error.exp: New.
16276
16277 2014-05-20 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.base/compare-sections.c: New file.
16280 * gdb.base/compare-sections.exp: New file.
16281
16282 2014-05-20 Pedro Alves <palves@redhat.com>
16283
16284 * gdb.base/break-idempotent.c: New file.
16285 * gdb.base/break-idempotent.exp: New file.
16286
16287 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16288
16289 * gdb.btrace/nohist.exp: New.
16290
16291 2014-05-20 Yao Qi <yao@codesourcery.com>
16292
16293 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16294 gdb.reverse directory and gdb_reverse_timeout exists in board
16295 setting.
16296 * README: Document gdb_reverse_timeout.
16297
16298 2014-05-20 Yao Qi <yao@codesourcery.com>
16299
16300 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16301 'test_file_name'. Treat args as a string instead of a list.
16302 (gdb_init): Rename argument 'args' by 'test_file_name'.
16303
16304 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16305
16306 * gdb.arch/powerpc-power.exp: New file.
16307 * gdb.arch/powerpc-power.s: New file.
16308
16309 2014-05-16 Doug Evans <dje@google.com>
16310
16311 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16312 * gdb.base/completion.exp: Check that all expected files exist
16313 before doing file completion.
16314
16315 2014-05-16 Doug Evans <dje@google.com>
16316
16317 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16318 Update.
16319 (do_syscall_tests_without_xml): Update.
16320
16321 2014-05-16 Pedro Alves <palves@redhat.com>
16322
16323 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16324 instead of "unknown output after running".
16325
16326 2014-05-16 Yao Qi <yao@codesourcery.com>
16327
16328 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16329 file1.txt from host at the end.
16330 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16331
16332 2014-05-15 Doug Evans <dje@google.com>
16333
16334 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16335 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16336 loading file. Add test for TU lookup.
16337
16338 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16339
16340 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16341 calling "-exec-arguments" or "set args" before running the
16342 inferior.
16343
16344 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16345
16346 * lib/mi-support.exp (mi_expect_stop): Expect message for
16347 inferiors that exit with non-zero exit code.
16348
16349 2014-05-14 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16352 match absolute path on remote host.
16353 (test_file_list_exec_source_files): Remove "/" from the
16354 pattern.
16355
16356 2014-05-14 Yao Qi <yao@codesourcery.com>
16357
16358 * boards/local-remote-host-notty.exp (${board}_file): New
16359 proc.
16360
16361 2014-05-07 Kyle McMartin <kyle@redhat.com>
16362
16363 Pushed by Joel Brobecker <brobecker@adacore.com>.
16364 * gdb.arch/aarch64-atomic-inst.c: New file.
16365 * gdb.arch/aarch64-atomic-inst.exp: New file.
16366
16367 2014-05-07 Yao Qi <yao@codesourcery.com>
16368
16369 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16370 in current context" too.
16371
16372 2014-05-05 Keith Seitz <keiths@redhat.com>
16373
16374 * gdb.linespec/ls-dollar.exp: Add test for linespec
16375 file:convenience_variable.
16376
16377 2014-05-05 Yao Qi <yao@codesourcery.com>
16378
16379 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16380 traceframes into tfile and ctf trace files. Read data from
16381 trace file and test collected data.
16382 (gdb_collect_locals_test): Likewise.
16383 (gdb_unavailable_registers_test): Likewise.
16384 (gdb_unavailable_floats): Likewise.
16385 (gdb_collect_globals_test): Likewise.
16386 (top-level): Append "ctf" to trace_file_targets if GDB
16387 supports.
16388
16389 2014-05-05 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16392 code to ...
16393 (gdb_collect_args_test_1): ... it. New proc.
16394 (gdb_collect_locals_test): Move some code to ...
16395 (gdb_collect_locals_test_1): ... it. New proc.
16396 (gdb_unavailable_registers_test): Move some code to ...
16397 (gdb_unavailable_registers_test_1): ... it. New proc.
16398 (gdb_unavailable_floats): Move some code to ...
16399 (gdb_unavailable_floats_1): ... it. New proc.
16400
16401 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16402
16403 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16404 probes to test for bitness recognition.
16405 * gdb.arch/amd64-stap-optional-prefix.exp
16406 (test_probe_value_without_reg): New procedure.
16407 Add code to test for different kinds of bitness.
16408
16409 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16410
16411 PR breakpoints/16889
16412 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16413 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16414
16415 2014-05-01 Pedro Alves <palves@redhat.com>
16416
16417 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16418 gdb_file_cmd if no file is specified.
16419 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16420 last_loaded_file to set the remote exec-file.
16421
16422 2014-05-01 Pedro Alves <palves@redhat.com>
16423
16424 * boards/local-remote-host.exp: New file.
16425
16426 2014-05-01 Pedro Alves <palves@redhat.com>
16427
16428 * boards/local-remote-host.exp: Rename to ...
16429 * boards/local-remote-host-notty.exp: ... this.
16430
16431 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16432
16433 * gdb.ada/dyn_arrayidx: New testcase.
16434
16435 2014-04-26 Yao Qi <yao@codesourcery.com>
16436
16437 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16438 and compute the length of function main. Save it in
16439 $main_length.
16440 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16441 (top-level): Use gdb_compile to compile objects into
16442 executable and restart GDB. Remove invocation to
16443 prepare_for_testing.
16444
16445 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16446 Pedro Alves <palves@redhat.com>
16447
16448 PR server/16255
16449 * gdb.multi/multi-attach.c: New file.
16450 * gdb.multi/multi-attach.exp: New file.
16451
16452 2014-04-25 Pedro Alves <palves@redhat.com>
16453
16454 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16455 user.
16456 (top level): Test that "set remote conditional-breakpoints-packet
16457 off" works as intended.
16458 * gdb.base/dprintf.exp: Test that "set remote
16459 breakpoint-commands-packet off" works as intended.
16460 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16461 New function.
16462 (top level): Call it.
16463 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16464 remote fast-tracepoints-packet off" works as intended.
16465 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16466 * lib/gdb.exp (gdb_is_target_remote): ... here.
16467
16468 2014-04-24 David Blaikie <dblaikie@gmail.com>
16469
16470 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16471 ensure clang would not discard them.
16472 * gdb.base/gdbvars.c: Ditto.
16473 * gdb.base/memattr.c: Ditto.
16474 * gdb.base/whatis.c: Ditto.
16475 * gdb.python/py-prettyprint.c: Ditto.
16476 * gdb.trace/actions.c: Ditto.
16477 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16478 ensure clang would not discard it.
16479
16480 2014-04-24 David Blaikie <dblaikie@gmail.com>
16481
16482 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16483 clang to emit the full definition of type required by the test
16484 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16485
16486 2014-04-24 David Blaikie <dblaikie@gmail.com>
16487
16488 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16489 coax Clang into emitting the definition of the type.
16490 * gdb.cp/pr10728-x.h (y): Ditto.
16491 * gdb.cp/pr10728-y.cc (y): Ditto.
16492
16493 2014-04-24 David Blaikie <dblaikie@gmail.com>
16494
16495 * gdb.base/label.exp: XFAIL label related tests under Clang.
16496 * gdb.cp/cplabel.exp: Ditto.
16497 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16498 under Clang those using labels.
16499
16500 2014-04-25 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16503 double_label.
16504 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16505 partial_label and double_label.
16506
16507 2014-04-24 David Blaikie <dblaikie@gmail.com>
16508
16509 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16510
16511 2014-04-24 David Blaikie <dblaikie@gmail.com>
16512
16513 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16514 of the function to work across GCC and Clang.
16515 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16516 pointer types (const void ** const V void **).
16517
16518 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16519 Walfred Tedeschi <walfred.tedeschi@intel.com>
16520
16521 * Makefile.in (EXECUTABLES): Added i386-avx512.
16522 * gdb.arch/i386-avx512.c: New file.
16523 * gdb.arch/i386-avx512.exp: Likewise.
16524
16525 2014-04-23 Keith Seitz <keiths@redhat.com>
16526
16527 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16528 (mi_make_breakpoint_table): New procedure.
16529 (mi_create_breakpoint): Use mi_make_breakpoint
16530 and return the result.
16531 (mi_make_breakpoint): New procedure.
16532 (mi_build_kv_pairs): New procedure.
16533
16534 * gdb.mi/mi-break.exp: Remove unused globals,
16535 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16536 All callers updated.
16537 * gdb.mi/mi-dprintf.exp: Use variable to track command
16538 number.
16539 Update all callers of mi_create_breakpoint and use
16540 mi_make_breakpoint_table.
16541 Remove any unused global variables.
16542 * gdb.mi/mi-nonstop.exp: Likewise.
16543 * gdb.mi/mi-nsintrall.exp: Likewise.
16544 * gdb.mi/mi-nsmoribund.exp: Likewise.
16545 * gdb.mi/mi-nsthrexec.exp: Likewise.
16546 * gdb.mi/mi-reverse.exp: Likewise.
16547 * gdb.mi/mi-simplerun.exp: Likewise.
16548 * gdb.mi/mi-stepn.exp: Likewise.
16549 * gdb.mi/mi-syn-frame.exp: Likewise.
16550 * gdb.mi/mi-until.exp: Likewise.
16551 * gdb.mi/mi-var-cp.exp: Likewise.
16552 * gdb.mi/mi-var-display.exp: Likewise.
16553 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16554 * gdb.mi/mi2-var-child.exp: Likewise.
16555 * gdb.mi/mi-vla-c99.exp: Likewise.
16556 * lib/mi-support.exp: Likewise.
16557
16558 From Ian Lance Taylor <iant@cygnus.com>:
16559 * lib/gdb.exp (parse_args): New procedure.
16560
16561 2014-04-23 Pedro Alves <palves@redhat.com>
16562
16563 * gdb.base/break-unload-file.c: New file.
16564 * gdb.base/break-unload-file.exp: New file.
16565 * gdb.base/sym-file-lib.c (baz): New function.
16566 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16567 field.
16568 (load): Store the segment's mapped size.
16569 (unload): New function.
16570 (unload_shlib): New function.
16571 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16572 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16573 set a breakpoint at baz, and call it.
16574 * gdb.base/sym-file.exp: New tests for stale breakpoint
16575 instructions.
16576
16577 2014-04-23 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16580 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16581 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16582 * gdb.base/hbreak-unmapped.c: New file.
16583 * gdb.base/hbreak-unmapped.exp: New file.
16584 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16585 * lib/gdb.exp (gdb_is_target_remote): ... here.
16586
16587 2014-04-22 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.base/consecutive-step-over.c: New file.
16590 * gdb.base/consecutive-step-over.exp: New file.
16591
16592 2014-04-22 Pedro Alves <palves@redhat.com>
16593
16594 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16595 instead of send_gdb/gdb_expect.
16596
16597 2014-04-22 Yao Qi <yao@codesourcery.com>
16598
16599 * lib/trace-support.exp (generate_tracefile): New procedure.
16600 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16601 return 0.
16602 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16603 if generate_tracefile returns 1.
16604
16605 2014-04-18 Tom Tromey <palves@redhat.com>
16606 Pedro alves <tromey@redhat.com>
16607
16608 PR backtrace/15558
16609 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16610 with a backtrace limit.
16611 * gdb.python/py-frame-inline.exp: Test running to an inline
16612 function with a backtrace limit, and printing the newest frame.
16613 * gdb.python/py-frame-inline.c (main): Call f.
16614
16615 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16616
16617 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16618
16619 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16620
16621 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16622 Drop prefix from unsupported source file path.
16623
16624 2014-04-17 Yao Qi <yao@codesourcery.com>
16625
16626 * lib/gdb.exp (with_target_charset): New proc.
16627 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16628 with_target_charset.
16629 (test_print_strings): Likewise.
16630 (test_repeat_bytes): Likewise.
16631 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16632 for some tests.
16633
16634 2014-04-16 Keith Seitz <keiths@redhat.com>
16635
16636 PR gdb/15827
16637 * gdb.dwarf2/corrupt.c: New file.
16638 * gdb.dwarf2/corrupt.exp: New file.
16639
16640 2014-04-16 Keith Seitz <keiths@redhat.com>
16641
16642 PR c++/16597
16643 * gdb.cp/namelessclass.cc: New file.
16644 * gdb.cp/namelessclass.exp: New file.
16645 * gdb.cp/namelessclass.S: New file.
16646
16647 2014-04-16 Doug Evans <dje@google.com>
16648
16649 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16650 Add comment.
16651 (gdbserver_default_get_comm_port): New function.
16652 (gdbserver_start): Check if board file provided
16653 "gdbserver,get_comm_port" and use it if so.
16654 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16655 (gdb,socketport): Set to "stdio".
16656 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16657 (stdio_gdbserver_template): Delete.
16658 (${board}_get_remote_address): Update.
16659 (${board}_build_remote_cmd): Delete.
16660 (${board}_get_comm_port): New function.
16661 (${board}_spawn): Update.
16662 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16663 Delete.
16664 (${board}_get_remote_address): Update.
16665 (${board}_get_comm_port): New function.
16666
16667 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16668
16669 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16670 appearing in any order.
16671
16672 2014-04-15 Doug Evans <dje@google.com>
16673
16674 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16675 uninitialized value of "description".
16676
16677 2014-04-15 Keith Seitz <keiths@redhat.com>
16678
16679 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16680 Remove unused globals.
16681 (test_running_the_program): Likewise.
16682 (test_controlled_execution): Likewise.
16683 (test_controlling_breakpoints): Likewise.
16684 (test_program_termination): Likewise.
16685
16686 2014-04-15 Keith Seitz <keiths@redhat.com>
16687
16688 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16689 unused globals.
16690 (test_rbreak_creation_and_listing): Likewise.
16691 (test_ignore_count): Likewise.
16692 (test_error): Likewise.
16693
16694 2014-04-15 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16697 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16698 sym-file-loader.c.
16699 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16700 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16701 to sym-file-loader.c.
16702 (struct library): Forward declare.
16703 (load_shlib, lookup_function): Change prototypes.
16704 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16705 (translate_offset): Remove declarations.
16706 (get_text_addr): New declaration.
16707 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16708 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16709 sym-file-loader.h.
16710 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16711 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16712 here from sym-file-loader.h.
16713 (struct library): New structure.
16714 (load_shlib, lookup_function): Change prototypes and adjust to
16715 work with a struct library.
16716 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16717 (translate_offset): Make static.
16718 (get_text_addr): New function.
16719 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16720
16721 2014-04-15 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16724
16725 2014-04-15 Pedro Alves <palves@redhat.com>
16726
16727 * gdb.base/sym-file-loader.c: Include <limits.h>.
16728 (SELF_LINK): New define.
16729 (get_origin): New function.
16730 (load_shlib): Use it.
16731 * gdb.base/sym-file.exp: Don't early return if the target is
16732 remote. Use runto_main, and issue fail is that fails. Use
16733 gdb_load_shlibs.
16734 (shlib_name): Delete.
16735 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16736
16737 2014-04-15 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.base/sym-file.exp: Remove regex characters from test
16740 message. Don't refer to breakpoint numbers in test messages.
16741
16742 2014-04-14 Keith Seitz <keiths@redhat.com>
16743
16744 PR c++/16253
16745 * gdb.cp/var-tag.cc: New file.
16746 * gdb.cp/var-tag.exp: New file.
16747 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16748 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16749 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16750 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16751
16752 2014-04-14 Tom Tromey <tromey@redhat.com>
16753
16754 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16755 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16756 type.
16757 * gdb.cp/enum-class.exp: New file.
16758 * gdb.cp/enum-class.cc: New file.
16759
16760 2014-04-14 Tom Tromey <tromey@redhat.com>
16761
16762 * gdb.dwarf2/enum-type.exp: New file.
16763
16764 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16765
16766 * gdb.mi/mi-vla-c99.exp: New file.
16767 * gdb.mi/vla.c: New file.
16768
16769 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16770
16771 * gdb.base/vla-datatypes.c: New file.
16772 * gdb.base/vla-datatypes.exp: New file.
16773
16774 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16775
16776 * gdb.base/vla-ptr.c: New file.
16777 * gdb.base/vla-ptr.exp: New file.
16778
16779 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16780
16781 * gdb.dwarf2/count.exp: New file.
16782
16783 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16784
16785 * gdb.base/vla-sideeffect.c: New file.
16786 * gdb.base/vla-sideeffect.exp: New file.
16787
16788 2014-04-14 David Blaikie <dblaikie@gmail.com>
16789
16790 * gdb.mi/non-stop.c: Add return value for non-void function return
16791 statement.
16792 * gdb.threads/staticthreads.c: Ditto.
16793
16794 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16795 Doug Evans <xdje42@gmail.com>
16796
16797 * gdb.guile/scm-value.c: Improve test case.
16798 * gdb.guile/scm-value.exp: Add new test.
16799
16800 2014-04-11 David Blaikie <dblaikie@gmail.com>
16801
16802 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16803 override Clang's default.
16804
16805 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16806
16807 Revert the following changes (regressions):
16808
16809 * gdb.base/vla-sideeffect.c: New file.
16810 * gdb.base/vla-sideeffect.exp: New file.
16811
16812 * gdb.dwarf2/count.exp: New file.
16813
16814 * gdb.base/vla-multi.c: New file.
16815 * gdb.base/vla-multi.exp: New file.
16816
16817 * gdb.base/vla-ptr.c: New file.
16818 * gdb.base/vla-ptr.exp: New file.
16819
16820 * gdb.base/vla-datatypes.c: New file.
16821 * gdb.base/vla-datatypes.exp: New file.
16822
16823 * gdb.mi/mi-vla-c99.exp: New file.
16824 * gdb.mi/vla.c: New file.
16825
16826 2014-04-11 Keith Seitz <keiths@redhat.com>
16827
16828 PR c++/16675
16829 * gdb.cp/cpsizeof.exp: New file.
16830 * gdb.cp/cpsizeof.cc: New file.
16831
16832 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16833
16834 * gdb.mi/mi-vla-c99.exp: New file.
16835 * gdb.mi/vla.c: New file.
16836
16837 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16838
16839 * gdb.base/vla-datatypes.c: New file.
16840 * gdb.base/vla-datatypes.exp: New file.
16841
16842 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16843
16844 * gdb.base/vla-ptr.c: New file.
16845 * gdb.base/vla-ptr.exp: New file.
16846
16847 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16848
16849 * gdb.base/vla-multi.c: New file.
16850 * gdb.base/vla-multi.exp: New file.
16851
16852 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16853
16854 * gdb.dwarf2/count.exp: New file.
16855
16856 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16857
16858 * gdb.base/vla-sideeffect.c: New file.
16859 * gdb.base/vla-sideeffect.exp: New file.
16860
16861 2014-04-11 Yao Qi <yao@codesourcery.com>
16862
16863 * gdb.base/completion.exp: Check file exists before running tests
16864 on file completion.
16865
16866 2014-04-10 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.base/cond-eval-mode.c: New file.
16869 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16870 prepare_for_testing to build the new file. Check result of
16871 runto_main.
16872 (test_break, test_watch): New procedures.
16873 (top level): Use them.
16874
16875 2014-04-08 Pierre Muller <muller@sourceware.org>
16876
16877 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16878 Ctrl-V use for mingw hosts.
16879
16880 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16881
16882 * gdb.python/py-value.c: Improve test case.
16883 * gdb.python/py-value.exp: Add new test.
16884
16885 2014-04-07 David Blaikie <dblaikie@gmail.com>
16886
16887 * lib/compiler.c: Identify the clang compiler.
16888 * lib/compiler.cc: Ditto.
16889
16890 2014-04-03 Yao Qi <yao@codesourcery.com>
16891
16892 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16893
16894 2014-04-01 Anton Blanchard <anton@samba.org>
16895
16896 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16897 messages unique.
16898
16899 2014-04-01 Anton Blanchard <anton@samba.org>
16900
16901 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16902 prepare_for_testing.
16903
16904 2014-04-01 Anton Blanchard <anton@samba.org>
16905
16906 * gdb.arch/ppc64-atomic-inst.c: Remove.
16907 * gdb.arch/ppc64-atomic-inst.S: New file.
16908 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16909
16910 2014-03-31 Doug Evans <dje@google.com>
16911
16912 * gdb.base/print-symbol-loading-lib.c: New file.
16913 * gdb.base/print-symbol-loading-main.c: New file.
16914 * gdb.base/print-symbol-loading.exp: New file.
16915
16916 2014-03-31 Yao Qi <yao@codesourcery.com>
16917
16918 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16919
16920 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.ada/mi_dyn_arr: New testcase.
16923
16924 2014-03-27 Doug Evans <dje@google.com>
16925
16926 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16927
16928 2014-03-27 Yao Qi <yao@codesourcery.com>
16929
16930 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16931 if target is nios2-*-*.
16932
16933 2014-03-26 Yao Qi <yao@codesourcery.com>
16934
16935 * lib/gdb.exp (readline_is_used): New proc.
16936 * gdb.base/completion.exp: Move tests on command complete up.
16937 Skip the rest of tests if readline is not used.
16938 * gdb.ada/complete.exp: Skp the test if readline is not
16939 used.
16940 * gdb.base/filesym.exp: Likewise.
16941 * gdb.base/macscp.exp: Likewise.
16942 * gdb.base/readline-ask.exp: Likewise.
16943 * gdb.base/readline.exp: Likewise.
16944 * gdb.python/py-cmd.exp: Likewise.
16945 * gdb.trace/tfile.exp: Likewise.
16946
16947 2014-03-26 Yao Qi <yao@codesourcery.com>
16948
16949 * gdb.base/macscp.exp: Fix code format issues.
16950
16951 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16952
16953 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16954 * gdb.asm/powerpc64le.inc: New file.
16955
16956 2014-03-25 Pedro Alves <palves@redhat.com>
16957 Doug Evans <dje@google.com>
16958
16959 * gdb.base/source-execution.c: New file.
16960 * gdb.base/source-execution.exp: New file.
16961 * gdb.base/source-execution.gdb: New file.
16962
16963 2014-03-24 Doug Evans <dje@google.com>
16964
16965 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16966 using fission.
16967
16968 2014-03-24 Hui Zhu <hui@codesourcery.com>
16969 Pedro Alves <palves@redhat.com>
16970
16971 PR breakpoints/16101
16972 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16973 test pass/fail messages. Detect missing support for dprintf when
16974 breakpoints are actually inserted.
16975 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16976 breakpoints are actually inserted.
16977 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16978 fails.
16979
16980 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16981
16982 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16983
16984 2014-03-22 Doug Evans <xdje42@gmail.com>
16985
16986 * gdb.python/python.exp (python not supported): Verify multi-line
16987 python command issues an error.
16988 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16989 guile command issues an error.
16990
16991 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16992
16993 * gdb.threads/thread-specific.exp: Handle the lack of usable
16994 $this_breakpoint and $this_thread.
16995
16996 2014-03-21 Hui Zhu <hui@codesourcery.com>
16997
16998 * gdb.base/attach.exp (do_command_attach_tests): New.
16999
17000 2014-03-20 Tom Tromey <tromey@redhat.com>
17001 Pedro Alves <palves@redhat.com>
17002
17003 PR cli/15718
17004 * gdb.base/condbreak-call-false.c: New file.
17005 * gdb.base/condbreak-call-false.exp: New file.
17006
17007 2014-03-20 Pedro Alves <palves@redhat.com>
17008
17009 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17010 Delete.
17011 (block_signals, unblock_signals): Delete.
17012 (child_function_2, main): Remove references to deleted variable
17013 and functions.
17014
17015 2014-03-20 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17018 Use pthread_kill to signal thread 2.
17019 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17020 Adjust to make the test send itself a signal rather than using the
17021 host's "kill" command.
17022
17023 2014-03-20 Pedro Alves <palves@redhat.com>
17024
17025 * gdb.threads/multiple-step-overs.c: New file.
17026 * gdb.threads/multiple-step-overs.exp: New file.
17027 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17028 Adjust expected infrun debug output.
17029
17030 2014-03-20 Pedro Alves <palves@redhat.com>
17031
17032 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17033 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17034
17035 2014-03-20 Pedro Alves <palves@redhat.com>
17036
17037 PR breakpoints/7143
17038 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17039 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17040 of gdb_test_multiple.
17041 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17042 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17043
17044 2014-03-20 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17047 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17048
17049 2014-03-19 Pedro Alves <palves@redhat.com>
17050
17051 * gdb.base/async.exp: Remove early return.
17052
17053 2014-03-19 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17056
17057 2014-03-19 Pedro Alves <palves@redhat.com>
17058
17059 * gdb.base/async.exp (test_background): Expect \r\n after
17060 "completed." in the fail pattern.
17061
17062 2014-03-19 Pedro Alves <palves@redhat.com>
17063
17064 * gdb.base/async.exp (test_background): New procedure.
17065 Use it for all background execution command tests.
17066
17067 2014-03-19 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/async.exp: Use prepare_for_testing.
17070
17071 2014-03-19 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17074 the same line.
17075
17076 2014-03-19 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/async.c (main): Add "jump here" and "until here" line
17079 marker comments.
17080 * gdb.base/async.exp (jump_here): New global.
17081 (jump& test): Use it.
17082 (until_here): New global.
17083 (until& test): Use it.
17084
17085 2014-03-19 Pedro Alves <palves@redhat.com>
17086
17087 * gdb.base/async.exp: Don't frob gdb_protocol.
17088
17089 2014-03-18 Doug Evans <xdje42@gmail.com>
17090
17091 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17092 Fix spelling of exec-done-display.
17093
17094 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17095
17096 PR gdb/15358
17097 * gdb.base/gdb-sigterm.c: New file.
17098 * gdb.base/gdb-sigterm.exp: New file.
17099
17100 2014-03-18 Pedro Alves <palves@redhat.com>
17101
17102 PR gdb/13860
17103 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17104 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17105 solib-event.
17106
17107 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.ada/pckd_arr_ren: New testcase.
17110
17111 2014-03-13 Doug Evans <xdje42@gmail.com>
17112
17113 PR guile/16612
17114 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17115 collect after discarding symbols.
17116
17117 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17118 Doug Evans <xdje42@gmail.com>
17119
17120 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17121 to history survives a gc.
17122
17123 2014-03-13 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.base/default.exp: Don't test "target procfs".
17126
17127 2014-03-13 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.base/default.exp: Update "target child" and "target procfs"
17130 tests to not expect "Unix".
17131
17132 2014-03-12 Tom Tromey <tromey@redhat.com>
17133
17134 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17135 New procs. Add target-async tests.
17136 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17137 Add target-async tests.
17138
17139 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17140
17141 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17142 'func_start' and 'func_end' for the beginning and end of the
17143 function code, respectively.
17144 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17145 'func_end' instead of 'func' and 'main'.
17146
17147 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17148
17149 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17150 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17151 generate the debug info assembler source.
17152
17153 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17154
17155 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17156 * gdb.dwarf2/arr-subrange.exp: Likewise.
17157 * gdb.dwarf2/dwz.exp: Likewise.
17158 * gdb.dwarf2/method-ptr.exp: Likewise.
17159 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17160 * gdb.dwarf2/subrange.exp: Likewise.
17161 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17162 * gdb.dwarf2/implptrpiece.exp: Likewise.
17163 * gdb.dwarf2/nostaticblock.exp: Likewise.
17164
17165 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17168 directory to absolute path name arguments.
17169
17170 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17171
17172 * gdb.ada/tagged_access: New testcase.
17173
17174 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17175
17176 * gdb.btrace/data.exp: Update expected output.
17177
17178 2014-03-06 Yao Qi <yao@codesourcery.com>
17179
17180 * gdb.trace/pr16508.exp: New file.
17181
17182 2014-03-05 Pedro Alves <palves@redhat.com>
17183
17184 PR gdb/16575
17185 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17186 procedure.
17187 (top level): Adjust to use it. Add tests that exercise breakpoint
17188 interaction with the code-cache.
17189
17190 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17191
17192 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17193 test for 'history-append!'.
17194
17195 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17196
17197 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17198 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17199 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17200 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17201 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17202 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17203
17204 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17205
17206 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17207 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17208 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17209
17210 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17211
17212 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17213
17214 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17215
17216 * gdb.dwarf2/arr-stride.c: New file.
17217 * gdb.dwarf2/arr-stride.exp: New file.
17218
17219 2014-02-26 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17222 that won't ever trigger. Make sure that GDB reports the correct
17223 breakpoint that caused the stop.
17224
17225 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17226
17227 PR gdb/16626
17228 * gdb.base/auto-load-script: New file.
17229 * gdb.base/auto-load.c: New file.
17230 * gdb.base/auto-load.exp: New file.
17231
17232 PR gdb/16626
17233 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17234
17235 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17236
17237 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17238 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17239
17240 2014-02-24 Doug Evans <dje@google.com>
17241
17242 * lib/gdb.exp (run_on_host): Log error output if program fails.
17243
17244 2014-02-21 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.threads/step-after-sr-lock.c: Rename to ...
17247 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17248 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17249 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17250 ... this.
17251
17252 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17253
17254 PR tdep/16397
17255 * gdb.arch/amd64-stap-special-operands.exp: New file.
17256 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17257 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17258 * gdb.arch/amd64-stap-triplet.S: Likewise.
17259 * gdb.arch/amd64-stap-triplet.c: Likewise.
17260
17261 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17262
17263 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17264 in .section pseudo-op.
17265
17266 2014-02-20 lin zuojian <manjian2006@gmail.com>
17267 Joel Brobecker <brobecker@adacore.com>
17268 Doug Evans <xdje42@gmail.com>
17269
17270 PR symtab/16581
17271 * gdb.dwarf2/dw2-icycle.S: New file.
17272 * gdb.dwarf2/dw2-icycle.c: New file.
17273 * gdb.dwarf2/dw2-icycle.exp: New file.
17274
17275 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17276
17277 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17278 operations on gdb.Value objects.
17279 * gdb.python/py-value-cc.exp: Add new test to test operations on
17280 gdb.Value objects.
17281
17282 2014-02-18 Doug Evans <dje@google.com>
17283
17284 * Makefile.in (TESTS): New variable.
17285 (expanded_tests, expanded_tests_or_none): New variables
17286 (check-single): Pass $(expanded_tests_or_none) to runtest.
17287 (check-parallel): Only run tests in $(TESTS) if non-empty.
17288 (check/no-matching-tests-found): New rule.
17289 * README: Document TESTS makefile variable.
17290
17291 2014-02-18 Doug Evans <dje@google.com>
17292
17293 * Makefile.in (check-parallel): rm -rf outputs temp.
17294
17295 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17296
17297 Fix "ERROR: no fileid for" in the testsuite.
17298 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17299
17300 2014-02-12 Doug Evans <dje@google.com>
17301
17302 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17303 (MISCELLANEOUS): New variable.
17304 (clean): rm -rf $(MISCELLANEOUS).
17305 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17306 dwp live in the same directory as symlinks, with each symlink pointed
17307 to a differently named file in a different directory.
17308
17309 2014-02-11 Doug Evans <dje@google.com>
17310
17311 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17312 of Tcl file commands.
17313
17314 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17315
17316 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17317 "kill -SIGUSR1 -1".
17318
17319 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17320
17321 * gdb.ada/tick_length_array_enum_idx: New testcase.
17322
17323 2014-02-10 Doug Evans <xdje42@gmail.com>
17324
17325 * configure.ac (AC_OUTPUT): Add gdb.guile.
17326 * configure: Regenerate.
17327 * lib/gdb-guile.exp: New file.
17328 * lib/gdb.exp (get_target_charset): New function.
17329 * gdb.base/help.exp: Update expected output from "apropos apropos".
17330 * gdb.guile/Makefile.in: New file.
17331 * gdb.guile/guile.exp: New file.
17332 * gdb.guile/scm-arch.c: New file.
17333 * gdb.guile/scm-arch.exp: New file.
17334 * gdb.guile/scm-block.c: New file.
17335 * gdb.guile/scm-block.exp: New file.
17336 * gdb.guile/scm-breakpoint.c: New file.
17337 * gdb.guile/scm-breakpoint.exp: New file.
17338 * gdb.guile/scm-disasm.c: New file.
17339 * gdb.guile/scm-disasm.exp: New file.
17340 * gdb.guile/scm-equal.c: New file.
17341 * gdb.guile/scm-equal.exp: New file.
17342 * gdb.guile/scm-error.exp: New file.
17343 * gdb.guile/scm-error.scm: New file.
17344 * gdb.guile/scm-frame-args.c: New file.
17345 * gdb.guile/scm-frame-args.exp: New file.
17346 * gdb.guile/scm-frame-args.scm: New file.
17347 * gdb.guile/scm-frame-inline.c: New file.
17348 * gdb.guile/scm-frame-inline.exp: New file.
17349 * gdb.guile/scm-frame.c: New file.
17350 * gdb.guile/scm-frame.exp: New file.
17351 * gdb.guile/scm-generics.exp: New file.
17352 * gdb.guile/scm-gsmob.exp: New file.
17353 * gdb.guile/scm-iterator.c: New file.
17354 * gdb.guile/scm-iterator.exp: New file.
17355 * gdb.guile/scm-math.c: New file.
17356 * gdb.guile/scm-math.exp: New file.
17357 * gdb.guile/scm-objfile-script-gdb.in: New file.
17358 * gdb.guile/scm-objfile-script.c: New file.
17359 * gdb.guile/scm-objfile-script.exp: New file.
17360 * gdb.guile/scm-objfile.c: New file.
17361 * gdb.guile/scm-objfile.exp: New file.
17362 * gdb.guile/scm-ports.exp: New file.
17363 * gdb.guile/scm-pretty-print.c: New file.
17364 * gdb.guile/scm-pretty-print.exp: New file.
17365 * gdb.guile/scm-pretty-print.scm: New file.
17366 * gdb.guile/scm-section-script.c: New file.
17367 * gdb.guile/scm-section-script.exp: New file.
17368 * gdb.guile/scm-section-script.scm: New file.
17369 * gdb.guile/scm-symbol.c: New file.
17370 * gdb.guile/scm-symbol.exp: New file.
17371 * gdb.guile/scm-symtab-2.c: New file.
17372 * gdb.guile/scm-symtab.c: New file.
17373 * gdb.guile/scm-symtab.exp: New file.
17374 * gdb.guile/scm-type.c: New file.
17375 * gdb.guile/scm-type.exp: New file.
17376 * gdb.guile/scm-value-cc.cc: New file.
17377 * gdb.guile/scm-value-cc.exp: New file.
17378 * gdb.guile/scm-value.c: New file.
17379 * gdb.guile/scm-value.exp: New file.
17380 * gdb.guile/source2.scm: New file.
17381 * gdb.guile/types-module.cc: New file.
17382 * gdb.guile/types-module.exp: New file.
17383
17384 2014-02-10 Yao Qi <yao@codesourcery.com>
17385
17386 PR testsuite/16543
17387 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17388 * configure: Regenerated.
17389 * Makefile.in: New file.
17390
17391 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17392
17393 * gdb.python/py-framefilter.exp: Fix typo.
17394
17395 2014-02-08 Yao Qi <yao@codesourcery.com>
17396
17397 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17398 that no =breakpoint-modified is emitted when breakpoints are
17399 modified through MI commands.
17400
17401 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17402 Pedro Alves <palves@redhat.com>
17403
17404 * gdb.threads/step-after-sr-lock.c: New file.
17405 * gdb.threads/step-after-sr-lock.exp: New file.
17406
17407 2014-02-07 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17410
17411 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17412
17413 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17414 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17415
17416 2014-02-06 Doug Evans <xdje42@gmail.com>
17417
17418 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17419 output.
17420
17421 * gdb.gdb/python-interrupts.exp: New file.
17422
17423 2014-02-05 Yao Qi <yao@codesourcery.com>
17424
17425 * gdb.trace/report.exp (use_collected_data): Test the output
17426 of "info threads" and "info inferiors".
17427
17428 2014-02-05 Yao Qi <yao@codesourcery.com>
17429
17430 Revert this patch:
17431
17432 2013-05-24 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.trace/tfile.exp: Test inferior and thread.
17435
17436 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17437
17438 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17439 on a function.
17440 * gdb.base/step-bt.c: Call hello via function pointer to make
17441 sure its first instruction is executed on powerpc64le-linux.
17442
17443 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17444
17445 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17446
17447 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17448
17449 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17450 of the test patterns for use on little-endian systems.
17451
17452 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17453
17454 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17455 (decimal_vector): Fix for little-endian.
17456
17457 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17458
17459 * gdb.arch/sparc-sysstep.exp: New file.
17460 * gdb.arch/sparc-sysstep.c: Likewise.
17461
17462 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17463
17464 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17465
17466 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17467
17468 2014-01-23 Tom Tromey <tromey@redhat.com>
17469
17470 * gdb.ada/array_char_idx: New testcase.
17471
17472 2014-01-23 Tom Tromey <tromey@redhat.com>
17473
17474 PR python/16487:
17475 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17476 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17477 classes.
17478
17479 2014-01-23 Tom Tromey <tromey@redhat.com>
17480
17481 PR python/16491:
17482 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17483 string from an inferior frame.
17484 * gdb.python/py-framefilter-mi.exp: Update.
17485
17486 2014-01-22 Doug Evans <dje@google.com>
17487
17488 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17489
17490 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17491
17492 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17493
17494 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17495
17496 * gdb.trace/entry-values.exp: Remove excess space character from
17497 regex patterns. Handle s390 call instruction.
17498
17499 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17500
17501 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17502 define "*_start" label. Make "name" static.
17503 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17504 ${name} by references to ${name}_start.
17505
17506 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17507
17508 * gdb.base/info-macros.exp: Remove "debug" from the compile
17509 options.
17510
17511 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17512
17513 * gdb.dlang/demangle.exp: New file.
17514
17515 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17516
17517 * gdb.dlang/primitive-types.exp: New file.
17518
17519 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17520
17521 * configure.ac: Create gdb.dlang/Makefile.
17522 * configure: Regenerate.
17523 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17524 * gdb.dlang/Makefile.in: New file.
17525 * lib/d-support.exp: New file.
17526 * lib/gdb.exp (skip_d_tests): New proc.
17527
17528 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17529
17530 * gdb.btrace/delta.exp: Check reverse stepi.
17531 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17532 * gdb.btrace/finish.exp: New.
17533 * gdb.btrace/next.exp: New.
17534 * gdb.btrace/nexti.exp: New.
17535 * gdb.btrace/record_goto.c: Add comments.
17536 * gdb.btrace/step.exp: New.
17537 * gdb.btrace/stepi.exp: New.
17538 * gdb.btrace/multi-thread-step.c: New.
17539 * gdb.btrace/multi-thread-step.exp: New.
17540 * gdb.btrace/rn-dl-bind.c: New.
17541 * gdb.btrace/rn-dl-bind.exp: New.
17542 * gdb.btrace/data.c: New.
17543 * gdb.btrace/data.exp: New.
17544 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17545
17546 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17547
17548 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17549 * gdb.btrace/exception.exp: Update.
17550 * gdb.btrace/instruction_history.exp: Update.
17551 * gdb.btrace/record_goto.exp: Update.
17552 * gdb.btrace/tailcall.exp: Update.
17553 * gdb.btrace/unknown_functions.exp: Update.
17554 * gdb.btrace/delta.exp: New.
17555
17556 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17557
17558 * gdb.btrace/record_goto.exp: Add backtrace test.
17559 * gdb.btrace/tailcall.exp: Add backtrace test.
17560
17561 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17562
17563 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17564 * gdb.btrace/record_goto.c: New.
17565 * gdb.btrace/record_goto.exp: New.
17566 * gdb.btrace/x86-record_goto.S: New.
17567
17568 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17569
17570 * gdb.btrace/function_call_history.exp: Update tests.
17571 * gdb.btrace/instruction_history.exp: Update tests.
17572
17573 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17574
17575 * gdb.btrace/function_call_history.exp: Fix expected field
17576 order for "record function-call-history".
17577 Add new tests for "record function-call-history /c".
17578 * gdb.btrace/exception.cc: New.
17579 * gdb.btrace/exception.exp: New.
17580 * gdb.btrace/tailcall.exp: New.
17581 * gdb.btrace/x86-tailcall.S: New.
17582 * gdb.btrace/x86-tailcall.c: New.
17583 * gdb.btrace/unknown_functions.c: New.
17584 * gdb.btrace/unknown_functions.exp: New.
17585 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17586
17587 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17588
17589 * gdb.btrace/instruction_history.exp: Update.
17590 * gdb.btrace/function_call_history.exp: Update.
17591
17592 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17593
17594 * gdb.btrace/function_call_history.exp: Fix expected function
17595 trace.
17596 * gdb.btrace/instruction_history.exp: Initialize traced.
17597 Remove traced_functions.
17598
17599 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17600
17601 * gdb.btrace/function_call_history.exp: Update
17602 * gdb.btrace/instruction_history.exp: Update.
17603
17604 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17605
17606 * gdb.btrace/enable.exp: Update expected text.
17607
17608 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17609
17610 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17611 bytes.
17612
17613 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17614
17615 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17616
17617 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17618
17619 * lib/gdb.exp (supports_process_record): Return true for
17620 arm*-linux*. (supports_reverse): Likewise.
17621
17622 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17623
17624 PR python/15464
17625 PR python/16113
17626 * gdb.python/py-type.c: Enhance test case.
17627 * gdb.python/py-value-cc.cc: Likewise
17628 * gdb.python/py-type.exp: Add new tests.
17629 * gdb.python/py-value-cc.exp: Likewise
17630
17631 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17632 Pedro Alves <palves@redhat.com>
17633
17634 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17635 Make "name" extern.
17636 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17637 references to ${name}_start by references to ${name}.
17638
17639 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17640
17641 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17642
17643 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17644
17645 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17646
17647 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17648 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.mi/mi-info-os.exp: Connect to the target with
17651 mi_gdb_target_load.
17652
17653 2014-01-08 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.threads/reconnect-signal.c: New file.
17656 * gdb.threads/reconnect-signal.exp: New file.
17657
17658 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17659
17660 * gdb.base/source-dir.exp: New file.
17661
17662 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17663
17664 * gdb.ada/mi_interface: New testcase.
17665
17666 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17667
17668 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17669 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17670 gdb.ada/pp-rec-component/pck.ads: New files.
17671
17672 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17673
17674 * gdb.python/py-pp-integral.c: New file.
17675 * gdb.python/py-pp-integral.py: New file.
17676 * gdb.python/py-pp-integral.exp: New file.
17677
17678 For older changes see ChangeLog-1993-2013.
17679 \f
17680 ;; Local Variables:
17681 ;; mode: change-log
17682 ;; left-margin: 8
17683 ;; fill-column: 74
17684 ;; version-control: never
17685 ;; End:
17686
17687 Copyright 2014-2019 Free Software Foundation, Inc.
17688 Copying and distribution of this file, with or without modification,
17689 are permitted provided the copyright notice and this notice are preserved.
This page took 0.415125 seconds and 5 git commands to generate.