a5decfd99a9add8effa7de80c4e33c7f4f177c3a
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-31 Tom de Vries <tdevries@suse.de>
2
3 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4 gdb_test.
5 * gdb.arch/amd64-disp-step.exp: Same.
6 * gdb.asm/asm-source.exp: Same.
7 * gdb.btrace/buffer-size.exp: Same.
8 * gdb.btrace/cpu.exp: Same.
9 * gdb.btrace/enable.exp: Same.
10 * gdb.dwarf2/count.exp: Same.
11 * gdb.dwarf2/dw2-ranges-func.exp: Same.
12 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
13 * gdb.fortran/vla-datatypes.exp: Same.
14 * gdb.fortran/vla-history.exp: Same.
15 * gdb.fortran/vla-ptype.exp: Same.
16 * gdb.fortran/vla-value.exp: Same.
17 * gdb.fortran/whatis_type.exp: Same.
18 * gdb.guile/guile.exp: Same.
19 * gdb.multi/tids.exp: Same.
20 * gdb.python/py-finish-breakpoint.exp: Same.
21 * gdb.python/py-framefilter.exp: Same.
22 * gdb.python/py-pp-registration.exp: Same.
23 * gdb.python/py-xmethods.exp: Same.
24 * gdb.python/python.exp: Same.
25 * gdb.server/connect-with-no-symbol-file.exp: Same.
26 * gdb.server/no-thread-db.exp: Same.
27 * gdb.server/run-without-local-binary.exp: Same.
28 * gdb.stabs/weird.exp: Same.
29 * gdb.threads/attach-many-short-lived-threads.exp: Same.
30 * gdb.threads/thread-find.exp: Same.
31 * gdb.threads/tls-shared.exp: Same.
32 * gdb.threads/tls.exp: Same.
33 * gdb.threads/wp-replication.exp: Same.
34 * gdb.trace/ax.exp: Same.
35 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
36
37 2019-10-31 Tom de Vries <tdevries@suse.de>
38
39 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
40 * gdb.ada/array_subscript_addr.exp: Same.
41 * gdb.ada/arrayidx.exp: Same.
42 * gdb.ada/arrayparam.exp: Same.
43 * gdb.ada/arrayptr.exp: Same.
44 * gdb.ada/boolean_expr.exp: Same.
45 * gdb.ada/call_pn.exp: Same.
46 * gdb.ada/complete.exp: Same.
47 * gdb.ada/fixed_cmp.exp: Same.
48 * gdb.ada/fun_addr.exp: Same.
49 * gdb.ada/funcall_param.exp: Same.
50 * gdb.ada/interface.exp: Same.
51 * gdb.ada/mod_from_name.exp: Same.
52 * gdb.ada/null_array.exp: Same.
53 * gdb.ada/packed_array.exp: Same.
54 * gdb.ada/packed_tagged.exp: Same.
55 * gdb.ada/print_chars.exp: Same.
56 * gdb.ada/print_pc.exp: Same.
57 * gdb.ada/ptype_arith_binop.exp: Same.
58 * gdb.ada/ptype_field.exp: Same.
59 * gdb.ada/ptype_tagged_param.exp: Same.
60 * gdb.ada/rec_return.exp: Same.
61 * gdb.ada/ref_tick_size.exp: Same.
62 * gdb.ada/str_ref_cmp.exp: Same.
63 * gdb.ada/taft_type.exp: Same.
64 * gdb.ada/tagged.exp: Same.
65 * gdb.ada/type_coercion.exp: Same.
66 * gdb.ada/uninitialized_vars.exp: Same.
67
68 2019-10-30 Tom de Vries <tdevries@suse.de>
69
70 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
71
72 2019-10-26 Tom de Vries <tdevries@suse.de>
73
74 * gdb.base/bigcore.c: Fix typos in comments.
75 * gdb.base/ctf-ptype.c: Same.
76 * gdb.base/long_long.c: Same.
77 * gdb.dwarf2/dw2-op-out-param.S: Same.
78 * gdb.python/py-evthreads.c: Same.
79 * gdb.reverse/i387-stack-reverse.c: Same.
80 * gdb.trace/tfile.c: Same.
81 * lib/compiler.c: Same.
82 * lib/compiler.cc: Same.
83
84 2019-10-25 Tom de Vries <tdevries@suse.de>
85
86 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
87 gdb_test_multiple calls.
88 * gdb.reverse/sigall-reverse.exp: Same.
89 * gdb.reverse/solib-precsave.exp: Same.
90 * gdb.reverse/solib-reverse.exp: Same.
91 * gdb.reverse/until-precsave.exp: Same.
92 * gdb.reverse/until-reverse.exp: Same.
93
94 2019-10-24 Tom de Vries <tdevries@suse.de>
95
96 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
97 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
98 kfail using -wrap pattern flag and convenience variable
99 gdb_test_name.
100
101 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.python/py-progspace.exp: Add tests for the
104 Progspace.block_for_pc method.
105
106 2019-10-23 Tom Tromey <tom@tromey.com>
107
108 * configure: Rebuild.
109 * aclocal.m4: Use m4_include, not sinclude.
110
111 2019-10-21 Tom de Vries <tdevries@suse.de>
112
113 * gdb.base/infcall-nested-structs.c: Add
114 __attribute__((noinline,noclone)) to all functions.
115 (call_all): Add missing variable initialization. Simplify return value.
116 (breakpt): Increment volatile variable, to prevent call from being
117 optimized out.
118 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
119
120 2019-10-17 Tom de Vries <tdevries@suse.de>
121
122 * gdb.fortran/module.exp: Allow info variables to print info for files
123 other than module.f90.
124
125 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.fortran/module.exp: Extend with 'info variables' test.
128
129 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
132 F77_FOR_TARGET.
133
134 2019-10-16 Tom de Vries <tdevries@suse.de>
135
136 PR tdep/25096
137 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
138
139 2019-10-16 Tom de Vries <tdevries@suse.de>
140
141 PR tdep/24104
142 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
143 Add KFAIL for PR tdep/25096.
144
145 2019-10-16 Tom de Vries <tdevries@suse.de>
146
147 PR testsuite/25059
148 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
149
150 2019-10-16 Tom de Vries <tdevries@suse.de>
151
152 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
153 as signed.
154
155 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
156
157 * gdb.mi/list-thread-groups-available.exp: Read entries one by
158 one instead of increasing timeout.
159
160 2019-10-13 Tom de Vries <tdevries@suse.de>
161
162 PR record/25038
163 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
164 * gdb.reverse/sigall-reverse.exp: Same.
165 * gdb.reverse/solib-precsave.exp: Same.
166 * gdb.reverse/solib-reverse.exp: Same.
167 * gdb.reverse/step-precsave.exp: Same.
168 * gdb.reverse/until-precsave.exp: Same.
169 * gdb.reverse/until-reverse.exp: Same.
170 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
171
172 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
173
174 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
175 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
176 (cmp_struct_05_01, cmp_struct_static_02_01)
177 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
178 comparisons.
179
180 2019-10-10 Tom de Vries <tdevries@suse.de>
181
182 PR testsuite/24888
183 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
184 gnatlink.
185
186 2019-10-09 Tom de Vries <tdevries@suse.de>
187
188 PR testsuite/25048
189 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
190
191 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
194 exceptions due to missing debug information.
195
196 2019-10-07 Tom de Vries <tdevries@suse.de>
197
198 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
199
200 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
203 * gdb.base/annota1.exp: Update to use gdb_test_name.
204
205 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
206
207 * gdb.base/ctf-whatis.exp: New file.
208 * gdb.base/ctf-whatis.c: New file.
209 * gdb.base/ctf-ptype.exp: New file.
210 * gdb.base/ctf-ptype.c: New file.
211 * gdb.base/ctf-constvars.exp: New file.
212 * gdb.base/ctf-constvars.c: New file.
213 * gdb.base/ctf-cvexpr.exp: New file.
214
215 2019-10-04 Tom de Vries <tdevries@suse.de>
216
217 * gdb.cp/local-static.c (main): Move declaration of int i out of the
218 for loop.
219
220 2019-10-03 Tom Tromey <tom@tromey.com>
221
222 PR rust/24976:
223 * gdb.rust/simple.rs (Union2): New type.
224 (main): Use Union2.
225 * gdb.rust/simple.exp: Add test.
226
227 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
230 nested function prefix.
231
232 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
233 Richard Bunt <richard.bunt@arm.com>
234 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
237 nested functions.
238 * gdb.fortran/nested-funcs.f90: Update expected results.
239 * gdb.fortran/nested-funcs-2.exp: New file.
240 * gdb.fortran/nested-funcs-2.f90: New file.
241
242 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.python/py-parameter.exp: Make test names unique.
245 * gdb.python/py-template.exp: Likewise.
246 * gdb.python/py-value.exp: Likewise.
247
248 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.base/break-interp.exp: Reduce test name duplication.
251 * gdb.base/call-sc.exp: Likewise.
252 * gdb.base/callfuncs.exp: Likewise.
253 * gdb.base/charset.exp: Likewise.
254 * gdb.base/dump.exp: Likewise.
255 * gdb.base/ena-dis-br.exp: Likewise.
256 * gdb.base/relational.exp: Likewise.
257 * gdb.base/step-over-syscall.exp: Likewise.
258 * gdb.base/structs.exp: Likewise.
259
260 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.linespec/explicit.exp: Make test names unique.
263 * gdb.linespec/ls-errs.exp: Likewise.
264
265 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.reverse/break-precsave.exp: Make test names unique.
268 * gdb.reverse/break-reverse.exp: Likewise.
269 * gdb.reverse/finish-precsave.exp: Likewise.
270 * gdb.reverse/finish-reverse.exp: Likewise.
271 * gdb.reverse/machinestate-precsave.exp: Likewise.
272 * gdb.reverse/machinestate.exp: Likewise.
273 * gdb.reverse/readv-reverse.exp: Likewise.
274 * gdb.reverse/recvmsg-reverse.exp: Likewise.
275 * gdb.reverse/sigall-precsave.exp: Likewise.
276 * gdb.reverse/sigall-reverse.exp: Likewise.
277 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
278 * gdb.reverse/watch-precsave.exp: Likewise.
279 * gdb.reverse/watch-reverse.exp: Likewise.
280
281 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.threads/stop-with-handle.c: New file.
284 * gdb.threads/stop-with-handle.exp: New file.
285
286 2019-10-03 Tom de Vries <tdevries@suse.de>
287
288 PR testsuite/25059
289 * gdb.base/list-missing-source.exp: Allowing the "Compilation
290 directory" line to be missing.
291
292 2019-10-03 Tom de Vries <tdevries@suse.de>
293
294 PR testsuite/25059
295 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
296 type optional.
297
298 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
299
300 * gdb.python/py-format-string.c (string.h): New include.
301 (main): Fill a_struct_with_union.the_union.an_int with bytes of
302 the same value, for endianness-independence.
303 * gdb.python/py-format-string.exp (default_regexp_dict)
304 (test_pretty_structs, test_format): Adjust expected output to the
305 changed initialization.
306
307 2019-10-02 Tom Tromey <tromey@adacore.com>
308
309 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
310
311 2019-10-02 Pedro Alves <palves@redhat.com>
312 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
315 "print-file-var.h".
316 (this_version_id) Use ATTRIBUTE_VISIBILITY.
317 (get_version_1): Print this_version_id and its address.
318 Add extern "C" wrappers around interface functions.
319 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
320 "print-file-var.h".
321 (this_version_id) Use ATTRIBUTE_VISIBILITY.
322 (get_version_2): Print this_version_id and its address.
323 Add extern "C" wrappers around interface functions.
324 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
325 <stddef.h> and "print-file-var.h".
326 Add extern "C" wrappers around interface functions.
327 [VERSION_ID_MAIN] (this_version_id): Define.
328 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
329 * gdb.base/print-file-var.h: Add some #defines to simplify setting
330 up extern "C" blocks.
331 * gdb.base/print-file-var.exp (test): New, factored out from top
332 level.
333 (top level): Test all combinations of attribute hidden or not,
334 dlopen or not, and this_version_id symbol in main file or not.
335 Compile tests as both C++ and C, make test names unique.
336
337 2019-10-01 Tom Tromey <tom@tromey.com>
338
339 * gdb.base/style.exp: Test "show logging filename".
340
341 2019-10-01 Tom Tromey <tom@tromey.com>
342
343 * lib/gdb-utils.exp (style): Handle "metadata" argument.
344 * gdb.base/style.exp: Add metadata style test.
345
346 2019-10-01 Tom Tromey <tom@tromey.com>
347
348 * gdb.base/style.exp: Test "pwd".
349
350 2019-10-01 Tom Tromey <tom@tromey.com>
351
352 * gdb.base/style.exp: Update tests.
353
354 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
355
356 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
357 'six' to unsigned.
358 (s1): Initialize fields 'four' and 'six' instead of 'three' and
359 'five'. Use an all-ones bit pattern for each.
360 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
361 to its changed values.
362
363 2019-09-30 Tom Tromey <tromey@adacore.com>
364
365 * gdb.rust/traits.rs: Disable all warnings.
366
367 2019-09-29 Tom de Vries <tdevries@suse.de>
368
369 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
370
371 2019-09-29 Tom de Vries <tdevries@suse.de>
372
373 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
374
375 2019-09-27 Tom de Vries <tdevries@suse.de>
376
377 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
378
379 2019-09-27 Tom de Vries <tdevries@suse.de>
380
381 PR record/23188
382 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
383
384 2019-09-26 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/py_taft.exp: New file.
387 * gdb.ada/py_taft/main.adb: New file.
388 * gdb.ada/py_taft/pkg.adb: New file.
389 * gdb.ada/py_taft/pkg.ads: New file.
390
391 2019-09-24 Tom de Vries <tdevries@suse.de>
392
393 PR gdb/24598
394 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
395
396 2019-09-22 Tom de Vries <tdevries@suse.de>
397
398 * gdb.base/restore.exp: Allow register variables to be optimized out at
399 -O0.
400
401 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
402
403 * gdb.arch/spu-info.exp: Remove file.
404 * gdb.arch/spu-info.c: Remove file.
405 * gdb.arch/spu-ls.exp: Remove file.
406 * gdb.arch/spu-ls.c: Remove file.
407
408 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
409 * gdb.asm/spu.inc: Remove file.
410
411 * gdb.base/dump.exp: Remove support for spu*-*-*.
412 * gdb.base/stack-checking.exp: Likewise.
413 * gdb.base/overlays.exp: Likewise.
414 * gdb.base/ovlymgr.c: Likewise.
415 * gdb.base/spu.ld: Remove file.
416
417 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
418 * gdb.cp/cpexprs.exp: Likewise.
419 * gdb.cp/exception.exp: Likewise.
420 * gdb.cp/gdb2495.exp: Likewise.
421 * gdb.cp/mb-templates.exp: Likewise.
422 * gdb.cp/pr9167.exp: Likewise.
423 * gdb.cp/userdef.exp: Likewise.
424
425 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
426
427 * gdb.cell: Remove directory.
428 * lib/cell.exp: Remove file.
429
430 2019-09-19 Tom de Vries <tdevries@suse.de>
431
432 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
433
434 2019-09-19 Tom de Vries <tdevries@suse.de>
435
436 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
437
438 2019-09-19 Tom de Vries <tdevries@suse.de>
439
440 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
441 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
442 (gdb_target_cmd): ... here.
443 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
444 value 2.
445
446 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * gdb.base/source-dir.exp: Avoid having directory names in test
449 names.
450
451 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
452
453 * gdb.base/source-dir.exp: Add extra test for mapped compilation
454 directory.
455
456 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.base/list-missing-source.exp: New file.
459
460 2019-09-14 Tom de Vries <tdevries@suse.de>
461
462 PR teststuite/24599
463 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
464 * lib/ada.exp (gnatmake_version_at_least): New proc.
465
466 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.base/maint.exp: Use exec_has_index_section.
469
470 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.base/maint.exp: Add test for 'maint info sections'.
473
474 2019-09-12 Tom de Vries <tdevries@suse.de>
475
476 * gdb.base/store.exp: Allow register variables to be optimized out at
477 -O0.
478
479 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
480
481 * gdb.ada/rdv_wait.exp: Update to new task names.
482 * gdb.base/task_switch_in_core.exp: Likewise.
483 * gdb.base/info_sources_base.c: Likewise.
484
485 2019-09-10 Tom Tromey <tromey@adacore.com>
486
487 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
488
489 2019-09-10 Tom Tromey <tromey@adacore.com>
490
491 * gdb.ada/dgopt.exp: New file.
492 * gdb.ada/dgopt/x.adb: New file.
493
494 2019-09-08 Tom Tromey <tom@tromey.com>
495
496 * gdb.tui/resize.exp: Remove setup_xfail.
497 * gdb.tui/regs.exp: Remove setup_xfail.
498 * gdb.tui/basic.exp: Remove setup_xfail.
499
500 2019-09-06 David Blaikie <dblaikie@gmail.com>
501
502 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
503 * gdb.cp/cplabel.exp: Ditto.
504 * gdb.linespec/ls-errs.exp: Ditto.
505
506 2019-09-05 Tom de Vries <tdevries@suse.de>
507
508 * lib/gdb.exp (cmp_file_string): New proc.
509 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
510 runto_main. Verify save breakpoints output.
511
512 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
513
514 * gdb.base/info-var.exp: Test info variables without running
515 to main, to avoid expect's buffer overflow.
516
517 2019-09-03 Tom Tromey <tromey@adacore.com>
518
519 * gdb.ada/bias.exp: New file.
520 * gdb.ada/bias/bias.adb: New file.
521 * gdb.ada/print_chars.exp: Add regression test.
522 * gdb.ada/print_chars/foo.adb (My_Character): New type.
523 (MC): New variable.
524
525 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
526
527 * gdb.base/argv0-symlink.exp: Run only on native target
528 and local host.
529
530 2019-08-29 Tom de Vries <tdevries@suse.de>
531
532 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
533 diverse debug info.
534 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
535
536 2019-08-28 Tom de Vries <tdevries@suse.de>
537
538 * gdb.base/info-var.exp: Allow info variables to print info for files
539 other than info-var-f1.c and info-var-f2.c.
540
541 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.fortran/info-types.exp: Add module.
544 * gdb.fortran/info-types.f90: Update expected results.
545
546 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.fortran/info-types.exp: New file.
549 * gdb.fortran/info-types.f90: New file.
550 * lib/fortran.exp (fortran_character1): New proc.
551
552 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
555 functions'. Reindent as needed.
556 * gdb.base/info-var-f1.c: New file.
557 * gdb.base/info-var-f2.c: New file.
558 * gdb.base/info-var.exp: New file.
559 * gdb.base/info-var.h: New file.
560
561 2019-08-26 Tom de Vries <tdevries@suse.de>
562
563 PR c++/24852
564 * gdb.cp/no-libstdcxx-probe.exp: New test.
565
566 2019-08-26 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
569 * tests need to be skipped.
570 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
571 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
572 mi_skip_libstdcxx_probe_tests.
573
574 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
575
576 * gdb.python/py-xmethods.exp: Use raw strings when passing
577 arguments to SimpleXMethodMatcher.
578
579 2019-08-22 Tom de Vries <tdevries@suse.de>
580
581 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
582 more informative.
583
584 2019-08-21 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/with.exp: Test "with" with no arguments.
587
588 2019-08-21 Tom de Vries <tdevries@suse.de>
589
590 * gdb.base/gdb-caching-proc.exp: Sort files.
591
592 2019-08-20 Tom de Vries <tdevries@suse.de>
593
594 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
595 compilation.
596
597 2019-08-16 Tom de Vries <tdevries@suse.de>
598
599 * gdb.base/compare-sections.exp ("after run to main"): Allow
600 mismatched read-only sections for PIE executables.
601
602 2019-08-16 Tom Tromey <tom@tromey.com>
603
604 * lib/tuiterm.exp (_csi_Z): New proc.
605 * gdb.tui/basic.exp: Update window positions.
606 * gdb.tui/empty.exp: Update window positions.
607
608 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
609
610 * gdb.base/examine-backward.exp: Correct regexp for
611 "examine 3 bytes backward from ${address_zero}".
612
613 2019-08-15 Tom Tromey <tom@tromey.com>
614
615 * gdb.tui/empty.exp: Enable resizing tests.
616
617 2019-08-15 Tom Tromey <tromey@adacore.com>
618
619 * gdb.ada/char_enum.exp: Add regression tests.
620 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
621 and '0'.
622 (Char, Gchar): Update.
623 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
624
625 2019-08-15 Christian Biesinger <cbiesinger@google.com>
626
627 * gdb.python/python.exp: Expect a leading underscore on
628 GdbOutput{,Error}File.
629
630 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
631
632 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
633 Windows host.
634
635 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
636
637 * gdb.base/batch-preserve-term-settings.exp
638 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
639
640 2019-08-15 Christian Biesinger <cbiesinger@google.com>
641
642 * lib/gdb.exp: When running on a mingw target, replace
643 /x/ with x:/.
644
645 2019-08-14 Alan Hayward <alan.hayward@arm.com>
646
647 * gdb.arch/aarch64-prologue.c: New test.
648 * gdb.arch/aarch64-prologue.exp: New file.
649
650 2019-08-13 Tom de Vries <tdevries@suse.de>
651
652 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
653 Thread.
654
655 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
656
657 * gdb.python/py-completion.exp: Download the .py file to the host
658 and use its host pathname. Conditionalize tests that use
659 tab completion and manipulate files on the build machine.
660 * gdb.python/py-events.exp: Download the .py file to the host
661 and use its host pathname.
662 * gdb.python/py-evsignal.exp: Likewise.
663 * gdb.python/py-evthreads.exp: Likewise.
664 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
665 pathname syntax.
666 * gdb.python/py-framefilter.exp: Download the .py file to the right
667 place on the host. Match Windows pathname syntax.
668 * gdb.python/py-mi-var-info-path-expression.exp: Download the
669 .py file to the host and use its host pathname.
670 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
671 * gdb.python/py-objfile.exp: Expect a host pathname, not a
672 build pathname. Skip symlink test on Windows host. Add missing
673 newline at end of file.
674 * gdb.python/py-pp-maint.exp: Download the .py file to the host
675 and use its host pathname.
676 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
677 * gdb.python/py-section-script.exp: Use host location of binfile
678 on safe-path. Use correct path separator on Windows host.
679 Reorder alternatives in gdb_test_multiple to prevent matching
680 the wrong alternative on success.
681 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
682
683 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
684
685 * gdb.gdb/selftest.exp (test_with_self): Update test to now
686 expect the GDB inferior to no longer immediately stop after
687 being resumed with "signal SIGINT".
688
689 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
690
691 * gdb.linespec/break-ask.exp: Generalize regexps to match
692 Windows pathnames too.
693
694 2019-08-08 Tom de Vries <tdevries@suse.de>
695
696 PR testsuite/24862
697 * lib/tuiterm.exp (_accept): Fix CSI regexp.
698
699 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
700
701 * gdb.base/style.exp: Update tests for help doc new invariants.
702 * gdb.base/help.exp: Likewise.
703
704 2019-08-06 Tom Tromey <tom@tromey.com>
705
706 * gdb.base/style.exp: Add disassemble test.
707 * gdb.base/style.c (some_called_function): New function.
708 (main): Use it.
709
710 2019-08-05 Christian Biesinger <cbiesinger@google.com>
711
712 * gdb.python/py-block.exp: Test dictionary access on blocks.
713
714 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
715
716 PR gdb/24863
717 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
718 -list-thread-groups --available test when running under
719 check-read1.
720
721 2019-08-05 Tom de Vries <tdevries@suse.de>
722
723 PR testsuite/24863
724 * lib/gdb.exp (with_read1_timeout_factor): New proc.
725 * gdb.base/help.exp: Use with_read1_timeout_factor.
726 * gdb.base/info-macros.exp: Same.
727 * gdb.cp/nested-types.exp: Same.
728
729 2019-08-05 Tom de Vries <tdevries@suse.de>
730
731 * lib/gdb.exp (version_at_least): Factor out of ...
732 (tcl_version_at_least): ... here.
733 (gdb_compile): Fail if pie results in non-PIE executable.
734 (readelf_version, readelf_prints_pie): New proc.
735 (exec_is_pie): Return -1 if unknown.
736
737 2019-08-05 Tom de Vries <tdevries@suse.de>
738
739 * lib/gdb.exp (tcl_version_at_least): Fix typo.
740
741 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
742
743 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
744
745 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
746
747 * lib/completion-support.exp (test_gdb_complete_none): Skip
748 tab completion tests if no readline support.
749 (test_gdb_complete_unique_re): Likewise.
750 (test_gdb_complete_multiple): Likewise.
751
752 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * gdb.base/info_sources.exp: New file.
755 * gdb.base/info_sources.c: New file.
756 * gdb.base/info_sources_base.c: New file.
757
758 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
759
760 * gdb.base/batch-exit-status.exp: Call test_exit_status with
761 prefix argument.
762 (test_exit_status): Add prefix argument.
763
764 2019-08-01 Tom de Vries <tdevries@suse.de>
765
766 PR testsuite/24863
767 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
768 calling exp_continue for new thread and thread exited messages.
769
770 2019-08-01 Tom de Vries <tdevries@suse.de>
771
772 PR testsuite/24863
773 * gdb.base/structs.exp: Fix check-read1 timeout using
774 gdb_test_sequence.
775 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
776
777 2019-08-01 Tom de Vries <tdevries@suse.de>
778
779 PR testsuite/24863
780 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
781 line.
782
783 2019-08-01 Tom de Vries <tdevries@suse.de>
784
785 PR testsuite/24863
786 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
787
788 2019-07-30 Tom Tromey <tromey@adacore.com>
789
790 * gdb.ada/display_nested.exp: New file.
791 * gdb.ada/display_nested/foo.adb: New file.
792 * gdb.ada/display_nested/pack.adb: New file.
793 * gdb.ada/display_nested/pack.ads: New file.
794
795 2019-07-30 Christian Biesinger <cbiesinger@google.com>
796
797 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
798 namespace.
799 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
800
801 2019-07-30 Tom de Vries <tdevries@suse.de>
802
803 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
804 instead.
805
806 2019-07-30 Tom de Vries <tdevries@suse.de>
807
808 PR testsuite/24834
809 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
810 (exec_is_pie): New proc.
811
812 2019-07-29 Christian Biesinger <cbiesinger@google.com>
813
814 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
815
816 2019-07-29 Christian Biesinger <cbiesinger@google.com>
817
818 * gdb.python/py-objfile.c: Add global and static vars.
819 * gdb.python/py-objfile.exp: Test new functions Objfile.
820 lookup_global_symbol and lookup_static_symbol.
821
822 2019-07-29 Tom Tromey <tom@tromey.com>
823
824 * lib/tuiterm.exp (Term::_csi_@): New proc.
825 (Term::_csi_X): Don't move cursor.
826
827 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
828
829 * gdb.base/options.exp: Update backtrace - completion to
830 new option -frame-info.
831 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
832 Test new 'set print frame-info'. Test backtrace -frame-info
833 overriding 'set print frame-info'.
834 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
835 Test new 'set print frame-info'.
836 Verify consistency of backtrace with and without filters, with and
837 without -no-filters.
838 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
839 default.
840
841 2019-07-29 Tom de Vries <tdevries@suse.de>
842
843 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
844 no arguments".
845
846 2019-07-29 Tom de Vries <tdevries@suse.de>
847
848 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
849 is a substring of the first for "complete non-unique file name".
850
851 2019-07-29 Tom de Vries <tdevries@suse.de>
852
853 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
854 with ".*".
855
856 2019-07-29 Tom de Vries <tdevries@suse.de>
857
858 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
859 Pass prompt_regexp parameter to gdb_test_multiple calls.
860
861 2019-07-29 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
864 print registers" regexps.
865
866 2019-07-29 Tom de Vries <tdevries@suse.de>
867
868 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
869
870 2019-07-29 Tom de Vries <tdevries@suse.de>
871
872 PR gdb/24855
873 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
874 (skip_python_tests_prompt): Add prompt_regexp argument to
875 gdb_test_multiple calls.
876
877 2019-07-27 Tom Tromey <tom@tromey.com>
878
879 * gdb.tui/main.exp: New file.
880
881 2019-07-27 Tom Tromey <tom@tromey.com>
882
883 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
884 optional.
885 * gdb.tui/empty.exp: New file.
886
887 2019-07-27 Tom Tromey <tom@tromey.com>
888
889 * lib/tuiterm.exp (spawn): New proc.
890 (Term::resize): New proc.
891 * gdb.tui/resize.exp: New file.
892
893 2019-07-27 Tom Tromey <tom@tromey.com>
894
895 * gdb.tui/list.exp: New file.
896
897 2019-07-27 Tom Tromey <tom@tromey.com>
898
899 * gdb.tui/regs.exp: New file.
900
901 2019-07-27 Tom Tromey <tom@tromey.com>
902
903 * gdb.tui/basic.exp: Add "layout split" test.
904
905 2019-07-27 Tom Tromey <tom@tromey.com>
906
907 * gdb.tui/basic.exp: Add "layout asm" test.
908
909 2019-07-27 Tom Tromey <tom@tromey.com>
910
911 * lib/tuiterm.exp: New file.
912 * gdb.tui/basic.exp: New file.
913
914 2019-07-27 Kevin Buettner <kevinb@redhat.com>
915
916 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
917 Enable tests associated with this flag. Adjust regex
918 referencing "foo_low" to now refer to "foo_cold" instead.
919
920 2019-07-27 Kevin Buettner <kevinb@redhat.com>
921
922 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
923 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
924 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
925 foo_cold. Revise comments to match.
926 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
927 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
928 were wrapped into this proc; Call do_test in loop from outermost
929 level.
930 (foo_low): Rename all occurrences to "foo_cold".
931 (backtrace from baz): New test.
932 (x2/i foo_cold): New test.
933 (info line *foo_cold): New test.
934
935 2019-07-26 Tom de Vries <tdevries@suse.de>
936
937 * gdb.arch/i386-pkru.exp: Fix unterminated string.
938
939 2019-07-25 Tom de Vries <tdevries@suse.de>
940
941 PR testsuite/24830
942 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
943 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
944 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
945 (skip_libstdcxx_probe_tests): ... here.
946 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
947
948 2019-07-24 Tom de Vries <tdevries@suse.de>
949
950 PR testsuite/24807
951 * gdb.objc/basicclass.m: Include stdio.h.
952 * gdb.objc/nondebug.m: Same.
953 * gdb.objc/objcdecode.m: Same.
954
955 2019-07-24 Tom de Vries <tdevries@suse.de>
956
957 PR testsuite/24612
958 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
959 additional_flags.
960
961 2019-07-24 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/24831
964 * gdb.multi/tids.exp: Update error messages for info threads.
965
966 2019-07-24 Tom de Vries <tdevries@suse.de>
967
968 * gdb.base/info-types.exp: Allow info types to print info for more than
969 one file.
970
971 2019-07-23 Tom de Vries <tdevries@suse.de>
972
973 PR testsuite/24842
974 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
975 gdb_spawn_with_cmdline_opts.
976
977 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
978
979 * gdb.arch/arm-cmse-sgstubs.c: New test.
980 * gdb.arch/arm-cmse-sgstubs.exp: New file.
981
982 2019-07-23 Tom de Vries <tdevries@suse.de>
983
984 PR testsuite/24711
985 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
986 issuing next command.
987
988 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.ada/info_auto_lang.exp: Update expected results.
991 * gdb.base/info-types.c: Add additional types to check.
992 * gdb.base/info-types.exp: Update expected results.
993
994 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * gdb.base/info-types.c: New file.
997 * gdb.base/info-types.exp: New file.
998
999 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb.arch/riscv-bp-infcall.c: New file.
1002 * gdb.arch/riscv-bp-infcall.exp: New file.
1003
1004 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 PR breakpoints/24541
1007 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1008
1009 2019-07-14 Tom de Vries <tdevries@suse.de>
1010
1011 PR testsuite/24760
1012 * gdb.objc/basicclass.exp: Fix unterminated string.
1013
1014 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1015 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1018 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1019 negative bounds.
1020 * gdb.fortran/vla-value.exp: Print elements of an array with
1021 negative bounds.
1022 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1023 testing.
1024
1025 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.base/options.exp (expect_string): Dequote strings in
1028 results.
1029 (test-string): Test strings with different quoting and reindent.
1030
1031 2019-07-10 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.ada/mi_ex_cond.exp: Update expected results.
1034 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1035 * gdb.ada/mi_catch_ex.exp: Update expected results.
1036 * gdb.ada/mi_catch_assert.exp: Update expected results.
1037 * gdb.ada/catch_ex.exp (catch_exception_info)
1038 (catch_exception_entry, catch_assert_entry)
1039 (catch_unhandled_entry): Update.
1040 * gdb.ada/catch_assert_if.exp: Update expected results.
1041
1042 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1043 Stephen Roberts <stephen.roberts@arm.com>
1044
1045 * gdb.base/define.exp: Restore original prompt.
1046
1047 2019-07-09 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1050 breakpoints" output.
1051 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1052 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1053 throw" creates breakpoint.
1054 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1055 'type="catchpoint"'.
1056
1057 2019-07-09 Pedro Alves <palves@redhat.com>
1058
1059 PR c++/15468
1060 * gdb.cp/except-multi-location-lib.cc: New.
1061 * gdb.cp/except-multi-location-main.cc: New.
1062 * gdb.cp/except-multi-location.exp: New.
1063
1064 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1065
1066 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1067 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1068 argument and update callers.
1069
1070 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.arch/amd64-break-on-asm-line.S: New file.
1073 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1074
1075 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1076
1077 * gdb.base/printcmds.exp: Test printing C string and
1078 C wide string convenience vars without transiting via the inferior.
1079 Also make test names unique.
1080
1081 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1082
1083 PR breakpoints/25011
1084 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1085
1086 2019-07-04 Pedro Alves <palves@redhat.com>
1087
1088 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1089 body returned ok(0), break(3) or continue(4).
1090 * gdb.testsuite/foreach_with_prefix.exp: New file.
1091
1092 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1093
1094 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1095
1096 2019-07-03 Pedro Alves <palves@redhat.com>
1097
1098 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1099 "return -code".
1100
1101 2019-07-03 Pedro Alves <palves@redhat.com>
1102
1103 PR cli/24732
1104 * gdb.base/shell.exp: Load completion-support.exp.
1105 Adjust expected error output. Add completion tests.
1106
1107 2019-07-03 Pedro Alves <palves@redhat.com>
1108
1109 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1110 string_to_regexp.
1111
1112 2019-07-03 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1115 (expect_integer): Adjust to expect "-string".
1116 (expect_string): New.
1117 (all_options): Expect "-string".
1118 (test-flag, test-boolean): Adjust to expect "-string".
1119 (test-string): New proc.
1120 (top level): Call it.
1121
1122 2019-07-03 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1125 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1126 the expected output in the success.
1127
1128 2019-07-03 Pedro Alves <palves@redhat.com>
1129
1130 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1131 Split one gdb_test_multiple call in two to avoid a race.
1132
1133 2019-07-03 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.base/with.c: New file.
1136 * gdb.base/with.exp: New file.
1137
1138 2019-07-03 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/settings.exp: Replace all references to "maint
1141 test-settings set" with references to "maint set test-settings",
1142 and all references to "maint test-settings show" with references
1143 to "maint show test-settings".
1144
1145 2019-07-03 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.base/settings.exp (test-string): Adjust expected out when
1148 testing "maint test-settings show filename"
1149
1150 2019-07-02 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.base/options.exp (test-info-threads): New procedure.
1153 (top level): Call it.
1154
1155 2019-06-28 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.dwarf2/ada-linkage-name.c: New file.
1158 * gdb.dwarf2/ada-linkage-name.exp: New file.
1159
1160 2019-06-27 Tom Tromey <tromey@adacore.com>
1161
1162 PR c++/20020:
1163 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1164
1165 2019-06-26 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1168
1169 2019-06-26 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.base/index-cache.exp: Add back missing debug option.
1172
1173 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1174
1175 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1176
1177 2019-06-25 Tom de Vries <tdevries@suse.de>
1178
1179 PR testsuite/24727
1180 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1181
1182 2019-06-24 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1185
1186 2019-06-24 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1189 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1190 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1191
1192 2019-06-24 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1195
1196 2019-06-21 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1199
1200 2019-06-21 Tom de Vries <tdevries@suse.de>
1201
1202 PR testsuite/24518
1203 PR ada/24713
1204 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1205 index.
1206
1207 2019-06-19 Tom Tromey <tromey@adacore.com>
1208
1209 * gdb.ada/length_cond.exp: Add intro comment.
1210
1211 2019-06-19 Tom Tromey <tromey@adacore.com>
1212
1213 * gdb.ada/length_cond.exp: New file.
1214 * gdb.ada/length_cond/length_cond.adb: New file.
1215 * gdb.ada/length_cond/pck.adb: New file.
1216 * gdb.ada/length_cond/pck.ads: New file.
1217
1218 2019-06-18 Tom de Vries <tdevries@suse.de>
1219
1220 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1221
1222 2019-06-18 Tom Tromey <tromey@adacore.com>
1223
1224 * gdb.base/list0.h: Add comment explaining control character.
1225
1226 2019-06-18 Tom de Vries <tdevries@suse.de>
1227
1228 * boards/fission.exp: Break up long debug_flags line.
1229
1230 2019-06-16 Tom de Vries <tdevries@suse.de>
1231
1232 PR gdb/24445
1233 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1234 generated index.
1235
1236 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 PR gdb/24686
1239 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1240 improve detection of bug gdb/24541.
1241
1242 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1243
1244 PR gdb/24669
1245 * gdb.base/index-cache.exp (uses_readnow,
1246 expecting_index_cache_use): Define global variable.
1247 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1248 expecting_index_cache_use.
1249
1250 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1251 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.fortran/pointers.f90: New file.
1254 * gdb.fortran/print_type.exp: New file.
1255 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1256 * gdb.fortran/vla-type.exp: Likewise.
1257 * gdb.fortran/vla-value.exp: Likewise.
1258 * gdb.mi/mi-vla-fortran.exp: Likewise.
1259
1260 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1263 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1264 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1265 as a stop reason.
1266
1267 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.base/annota1.exp: Update expected results.
1270 * gdb.cp/annota2.exp: Likewise.
1271 * gdb.cp/annota3.exp: Likewise.
1272
1273 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.base/style-logging.exp: Remove path from test name.
1276
1277 2019-06-14 Tom Tromey <tromey@adacore.com>
1278
1279 PR gdb/24502:
1280 * gdb.base/style-logging.exp: New file.
1281
1282 2019-06-14 Tom Tromey <tromey@adacore.com>
1283
1284 * gdb.base/symfile-warn.exp: New file.
1285 * gdb.base/symfile-warn.c: New file.
1286
1287 2019-06-14 Tom Tromey <tromey@adacore.com>
1288
1289 * gdb.base/annotate-symlink.exp: New file.
1290
1291 2019-06-14 Tom Tromey <tromey@adacore.com>
1292
1293 * gdb.ada/set_wstr.exp: Add reassignment test.
1294
1295 2019-06-14 Tom Tromey <tromey@adacore.com>
1296
1297 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1298 'unchecked_access and 'unrestricted_access as well.
1299
1300 2019-06-14 Tom Tromey <tromey@adacore.com>
1301
1302 PR ada/24539:
1303 * gdb.ada/vla.exp: Update tests.
1304 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1305 pragma.
1306
1307 2019-06-13 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.base/settings.exp (test-integer): Test junk after
1310 "unlimited".
1311
1312 2019-06-13 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/options.exp (test-thread-apply): New.
1315 (top level): Call it.
1316
1317 2019-06-13 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.base/options.exp (test-frame-apply): New.
1320 (top level): Test print commands with different "frame apply"
1321 prefixes.
1322
1323 2019-06-13 Pedro Alves <palves@redhat.com>
1324
1325 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1326 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1327 'max_completions' parameter and handle it.
1328 (test_gdb_completion_offers_commands): New.
1329
1330 2019-06-13 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1333
1334 2019-06-13 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/options.exp (test-backtrace): New.
1337 (top level): Call it.
1338
1339 2019-06-13 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.guile/scm-frame-args.exp: Use "set print
1342 raw-frame-arguments" instead of "set print raw frame-arguments".
1343 * gdb.python/py-frame-args.exp: Likewise.
1344
1345 2019-06-13 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.compile/compile.exp: Adjust expected output to option
1348 processing changes.
1349
1350 2019-06-13 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/options.exp: Build executable.
1353 (test-print): New procedure.
1354 (top level): Call it, once for "print" and another for "compile
1355 print".
1356
1357 2019-06-13 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.base/options.c: New file.
1360 * gdb.base/options.exp: New file.
1361
1362 2019-06-13 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1365 that "o" is ambiguous.
1366
1367 2019-06-13 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/settings.c: New file.
1370 * gdb.base/settings.exp: New file.
1371
1372 2019-06-13 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/completion.exp: Fix comment typo.
1375
1376 2019-06-13 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1379 foo --1" test.
1380
1381 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1382
1383 * gdb.fortran/block-data.f: New.
1384 * gdb.fortran/block-data.exp: New.
1385
1386 2019-06-11 Tom de Vries <tdevries@suse.de>
1387
1388 PR testsuite/24521
1389 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1390 message.
1391
1392 2019-06-11 Tom de Vries <tdevries@suse.de>
1393
1394 PR testsuite/24521
1395 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1396
1397 2019-06-11 Tom de Vries <tdevries@suse.de>
1398
1399 * boards/readnow.exp: New file.
1400
1401 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.fortran/vla-sizeof.exp: Update expected results.
1404
1405 2019-06-06 Amos Bird <amosbird@gmail.com>
1406
1407 * gdb.base/annota1.exp (thread_switch): Add test for
1408 thread-exited annotation.
1409
1410 2019-06-06 Tom Tromey <tromey@adacore.com>
1411
1412 * gdb.base/maint.exp: Expect command started/finished output.
1413
1414 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1417 comment.
1418 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1419
1420 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1423 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1424 * gdb.arch/riscv-unwind-long-insn.c: New file.
1425 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1426
1427 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1428
1429 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1430
1431 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1432
1433 * lib/gdb.exp (help_list_trailer): New regexp variable
1434 factorizing the help trailer message.
1435 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1436 arg to allow to better factorize various tests.
1437 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1438 (test_prefix_command_help): Use help_list_trailer.
1439 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1440 * gdb.guile/scm-cmd.exp: Likewise.
1441 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1442 * gdb.base/help.exp: Use test_user_defined_class_help.
1443 * gdb.base/style.exp: Add tests for styling of help and apropos.
1444 * lib/gdb-utils.exp (style): Add title and highlight styles.
1445
1446 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1447
1448 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1449 $_shell_exitsignal.
1450 * gdb.base/default.exp: Update for new convenience variables.
1451
1452 2019-05-29 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1455 to "break complete ada" test case's regexp.
1456
1457 2019-05-29 Tom Tromey <tromey@adacore.com>
1458
1459 PR c++/20020:
1460 * gdb.cp/constexpr-field.exp: New file.
1461 * gdb.cp/constexpr-field.cc: New file.
1462
1463 2019-05-29 Tom Tromey <tromey@adacore.com>
1464
1465 * gdb.base/finish.exp (finish_no_print): New proc.
1466 (finish_tests): Call it.
1467
1468 2019-05-24 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.dwarf2/gdb-add-index.exp: New file.
1471
1472 2019-05-22 Tom Tromey <tromey@adacore.com>
1473
1474 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1475 * gdb.base/style.exp: Use "style".
1476 * lib/gdb-utils.exp (style): New proc.
1477
1478 2019-05-22 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.base/align.exp: Require c++11.
1481
1482 2019-05-22 Tom de Vries <tdevries@suse.de>
1483
1484 PR testsuite/24586
1485 * gdb.python/py-mi-var-info-path-expression.exp: Call
1486 mi_skip_python_tests to check if python is supported.
1487
1488 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1489
1490 * gdb.arch/aarch64-pauth.c: New test.
1491 * gdb.arch/aarch64-pauth.exp: New file.
1492
1493 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1494
1495 * README (Re-running Tests Outside The Testsuite): New section.
1496
1497 2019-05-21 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.arch/amd64-eval.exp: Require c++11.
1500 * gdb.base/max-depth.exp: Same.
1501 * gdb.compile/compile-cplus-array-decay.exp: Same.
1502 * gdb.cp/meth-typedefs.exp: Same.
1503 * gdb.cp/subtypes.exp: Same.
1504 * gdb.cp/temargs.exp: Same.
1505
1506 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1507
1508 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1509
1510 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 PR gdb/18644
1513 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1514 * gdb.fortran/printing-types.exp: Add new test.
1515 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1516 testing.
1517 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1518 setup_kfail call.
1519
1520 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1521
1522 * README (Running the Testsuite): Change example.
1523 (Testsuite Parameters): Remove TRANSCRIPT.
1524 * lib/gdb.exp: Remove TRANSCRIPT check.
1525
1526 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1527
1528 * README (Testsuite Parameters): Add replay logging to
1529 GDBSERVER_DEBUG.
1530 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1531 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1532 as a comma separated list.
1533 (gdb_debug_init): Override procedure.
1534
1535 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1536
1537 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1538 (gdb_write_cmd_file): New procedure.
1539 * lib/gdbserver-support.exp (gdbserver_start): Call
1540 gdbserver_write_cmd_file.
1541 (gdbserver_write_cmd_file): New procedure.
1542
1543 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1544
1545 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1546 (delete_breakpoints): Likewise.
1547 (gdb_run_cmd): Likewise.
1548 (gdb_start_cmd): Likewise.
1549 (gdb_starti_cmd): Likewise.
1550 (gdb_internal_error_resync): Likewise.
1551 (gdb_test_multiple): Likewise.
1552 (gdb_reinitialize_dir): Likewise.
1553 (default_gdb_exit): Likewise.
1554 (gdb_file_cmd): Mark kill as optional.
1555 (default_gdb_start): Call gdb_stdin_log_init.
1556 (send_gdb): Call gdb_stdin_log_write.
1557 (rerun_to_main): Mark Y as an answer.
1558 (gdb_stdin_log_init): New function.
1559 (gdb_stdin_log_write): Likewise.
1560
1561 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1562
1563 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1564 * gdb.base/debug-expr.exp: Likewise.
1565 * gdb.base/foll-fork.exp: Likewise.
1566 * gdb.base/foll-vfork.exp: Likewise.
1567 * gdb.base/fork-print-inferior-events.exp: Likewise.
1568 * gdb.base/gdb-sigterm.exp: Likewise.
1569 * gdb.base/gdbinit-history.exp: Likewise.
1570 * gdb.base/osabi.exp: Likewise.
1571 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1572 * gdb.base/ui-redirect.exp: Likewise.
1573 * gdb.gdb/unittest.exp: Likewise.
1574 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1575 * gdb.mi/mi-watch.exp: Likewise.
1576 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1577 * gdb.mi/user-selected-context-sync.exp: Likewise.
1578 * gdb.python/python.exp: Disable debug test when debugging.
1579 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1580 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1581 Likewise.
1582 * gdb.threads/stepi-random-signal.exp: Likewise.
1583
1584 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1585
1586 * Makefile.in: Pass through GDB_DEBUG.
1587 * README (Testsuite Parameters): Add GDB_DEBUG.
1588 (gdb,debug): Add board setting.
1589 * lib/gdb.exp (default_gdb_start): Start debugging.
1590 (gdb_debug_enabled): New procedure.
1591 (gdb_debug_init): Likewise.
1592
1593 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1594
1595 * Makefile.in: Pass through GDB_DEBUG.
1596 * README (Testsuite Parameters): Add GDB_DEBUG.
1597 (gdb,debug): Add board setting.
1598 * lib/gdb.exp (default_gdb_start): Start debugging.
1599 (gdb_debug_enabled): New procedure.
1600 (gdb_debug_init): Likewise.
1601
1602 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1603
1604 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1605
1606 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1607
1608 * gdb.base/ui-redirect.exp: Test redirection.
1609
1610 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1611
1612 * gdb.mi/mi-complete.exp: New file.
1613 * gdb.mi/mi-complete.cc: Likewise.
1614
1615 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1616
1617 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1618 indexed and sliced arrays, and pointers to arrays.
1619
1620 2019-05-14 Tom Tromey <tromey@adacore.com>
1621
1622 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1623 styling test.
1624
1625 2019-05-14 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1628 selection entry encoding.
1629
1630 2019-05-10 Tom Tromey <tromey@adacore.com>
1631
1632 * gdb.ada/info_exc.exp: Add "complete" test.
1633
1634 2019-05-09 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1637 CU-relative.
1638
1639 2019-05-09 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1642 CU-relative.
1643
1644 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1645
1646 * gdb.ada/frame_arg_lang.exp: New testcase.
1647 * gdb.ada/frame_arg_lang/bla.adb: New file.
1648 * gdb.ada/frame_arg_lang/pck.ads: New file.
1649 * gdb.ada/frame_arg_lang/pck.adb: New file.
1650 * gdb.ada/frame_arg_lang/foo.c: New file.
1651
1652 2019-05-08 Tom Tromey <tromey@adacore.com>
1653
1654 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1655
1656 2019-05-08 Tom Tromey <tromey@adacore.com>
1657
1658 * gdb.base/ptype-offsets.exp: Update tests.
1659
1660 2019-05-08 Tom Tromey <tromey@adacore.com>
1661
1662 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1663 cases.
1664 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1665 "short".
1666
1667 2019-05-08 Tom Tromey <tromey@adacore.com>
1668
1669 * gdb.ada/vla.exp: New file.
1670 * gdb.ada/vla/vla.adb: New file.
1671
1672 2019-05-07 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1675
1676 2019-05-07 Tom de Vries <tdevries@suse.de>
1677
1678 PR testsuite/24522
1679 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1680 section.
1681
1682 2019-05-07 Tom de Vries <tdevries@suse.de>
1683
1684 PR testsuite/24522
1685 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1686 .debug_aranges section.
1687
1688 2019-05-07 Tom de Vries <tdevries@suse.de>
1689
1690 PR testsuite/24159
1691 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1692
1693 2019-05-06 Tom de Vries <tdevries@suse.de>
1694
1695 * lib/gdb.exp (exec_has_index_section): New proc.
1696 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1697 section.
1698
1699 2019-05-04 Tom de Vries <tdevries@suse.de>
1700
1701 * boards/cc-with-debug-names.exp: New file.
1702
1703 2019-05-03 Tom Tromey <tromey@adacore.com>
1704
1705 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1706 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1707 * gdb.ada/char_enum.exp: Add test.
1708
1709 2019-05-03 Tom de Vries <tdevries@suse.de>
1710
1711 * boards/cc-with-gdb-index.exp: New file.
1712
1713 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.rust/simple.exp: Add new test case.
1716 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1717 (main): Initialise an instance of the new struct.
1718
1719 2019-05-01 Tom Tromey <tromey@adacore.com>
1720
1721 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1722 record.
1723 (NPR): New variable.
1724 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1725 test.
1726
1727 2019-05-01 Tom Tromey <tromey@adacore.com>
1728
1729 * gdb.ada/packed_array_assign.exp: Add packed assignment
1730 regression test.
1731
1732 2019-05-01 Tom de Vries <tdevries@suse.de>
1733
1734 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1735
1736 2019-05-01 Tom de Vries <tdevries@suse.de>
1737
1738 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1739
1740 2019-04-30 Ali Tamur <tamur@google.com>
1741
1742 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1743
1744 2019-04-30 Tom Tromey <tromey@adacore.com>
1745
1746 * lib/ada.exp (find_ada_tool): New proc.
1747 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1748 * gdb.ada/catch_ex_std.exp: New file.
1749 * gdb.ada/catch_ex_std/foo.adb: New file.
1750 * gdb.ada/catch_ex_std/some_package.adb: New file.
1751 * gdb.ada/catch_ex_std/some_package.ads: New file.
1752
1753 2019-04-30 Tom Tromey <tromey@adacore.com>
1754
1755 PR c++/24470:
1756 * gdb.cp/temargs.cc: Add test code from PR.
1757
1758 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.fortran/vla-datatypes.exp: Update expected results.
1761 * gdb.fortran/vla-ptype.exp: Likewise.
1762 * gdb.fortran/vla-type.exp: Likewise.
1763 * gdb.fortran/vla-value.exp: Likewise.
1764
1765 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1766
1767 * gdb.fortran/ptr-indentation.exp: Update expected results.
1768 * gdb.fortran/ptype-on-functions.exp: Likewise.
1769 * gdb.fortran/vla-ptr-info.exp: Likewise.
1770 * gdb.fortran/vla-value.exp: Likewise.
1771
1772 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.fortran/ptype-on-functions.exp: New file.
1775 * gdb.fortran/ptype-on-functions.f90: New file.
1776
1777 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1778
1779 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1780 case void string.
1781
1782 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.fortran/complex.exp: Expand.
1785 * gdb.fortran/complex.f: Renamed to...
1786 * gdb.fortran/complex.f90: ...this, and extended to add more
1787 complex values.
1788
1789 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1792 MODULO, CMPLX.
1793
1794 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1795 Richard Bunt <richard.bunt@arm.com>
1796
1797 * gdb.base/max-depth.c: New file.
1798 * gdb.base/max-depth.exp: New file.
1799 * gdb.python/py-nested-maps.c: New file.
1800 * gdb.python/py-nested-maps.exp: New file.
1801 * gdb.python/py-nested-maps.py: New file.
1802 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1803 (test_all_common): Call test_max_depth.
1804 * gdb.fortran/max-depth.exp: New file.
1805 * gdb.fortran/max-depth.f90: New file.
1806 * gdb.go/max-depth.exp: New file.
1807 * gdb.go/max-depth.go: New file.
1808 * gdb.modula2/max-depth.exp: New file.
1809 * gdb.modula2/max-depth.c: New file.
1810 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1811
1812 2019-04-29 Tom de Vries <tdevries@suse.de>
1813
1814 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1815
1816 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1817
1818 * gdb.base/callexit.exp: Test may-call-functions off.
1819
1820 2019-04-25 Keith Seitz <keiths@redhat.com>
1821
1822 PR c++/24367
1823 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1824 (another_incomplete_struct, test_incomplete): New definitions.
1825 (main): Use new definitions.
1826 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1827 functions.
1828
1829 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1830
1831 PR corefiles/11608
1832 PR corefiles/18187
1833 * gdb.base/coredump-filter-build-id.exp: New file.
1834
1835 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1836
1837 * Makefile.in: Pass through GDBSERVER_DEBUG.
1838 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1839 (gdbserver,debug): Add board setting.
1840 * gdb.trace/tspeed.exp: Skip when debugging.
1841 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1842 * lib/gdbserver-support.exp: Likewise
1843
1844 2019-04-24 Tom Tromey <tromey@adacore.com>
1845
1846 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1847 Rust.
1848
1849 2019-04-24 Tom Tromey <tromey@adacore.com>
1850
1851 * gdb.arch/amd64-eval.exp: Test bitfield return.
1852 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1853 (class Foo) <return_bitfields>: New method.
1854 (main): Call it.
1855
1856 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.cp/many-args.cc: New file.
1859 * gdb.cp/many-args.exp: New file.
1860
1861 2019-04-23 Tom de Vries <tdevries@suse.de>
1862
1863 PR gdb/24433
1864 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1865
1866 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1867
1868 * gdb.trace/backtrace.exp: Use nopie flag.
1869 * gdb.trace/circ.exp: Likewise.
1870 * gdb.trace/collection.exp: Likewise.
1871 * gdb.trace/ftrace.exp: Likewise.
1872 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1873 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1874 * gdb.trace/qtro.exp: Likewise.
1875 * gdb.trace/read-memory.exp: Likewise.
1876 * gdb.trace/report.exp: Likewise.
1877 * gdb.trace/tfile.exp: Likewise.
1878 * gdb.trace/tfind.exp: Likewise.
1879 * gdb.trace/unavailable.exp: Likewise.
1880
1881 2019-04-22 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.base/solib-probes-nosharedlibrary.c,
1884 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1885
1886 2019-04-19 Tom Tromey <tromey@adacore.com>
1887
1888 * gdb.ada/ptype_union.c: New file.
1889 * gdb.ada/ptype_union.exp: New file.
1890
1891 2019-04-19 Tom Tromey <tromey@adacore.com>
1892
1893 PR symtab/24423:
1894 * gdb.base/list0.h (foo): Add a control-l character.
1895
1896 2019-04-18 Tom de Vries <tdevries@suse.de>
1897
1898 PR gdb/24433
1899 * boards/local-board.exp: Set sysroot to "".
1900
1901 2019-04-18 Tom de Vries <tdevries@suse.de>
1902 Pedro Alves <palves@redhat.com>
1903
1904 PR gdb/24454
1905 * gdb.threads/vfork-follow-child-exec.c: New file.
1906 * gdb.threads/vfork-follow-child-exec.exp: New file.
1907 * gdb.threads/vfork-follow-child-exit.c: New file.
1908 * gdb.threads/vfork-follow-child-exit.exp: New file.
1909
1910 2019-04-15 Leszek Swirski <leszeks@google.com>
1911
1912 * gdb.arch/amd64-eval.cc: New file.
1913 * gdb.arch/amd64-eval.exp: New file.
1914
1915 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1916
1917 * gdb.server/sysroot.c: New test.
1918 * gdb.server/sysroot.exp: New file.
1919 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1920 matching param.
1921
1922 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.base/align.exp: Extend test to cover structures containing
1925 only static fields.
1926
1927 2019-04-11 Tom de Vries <tdevries@suse.de>
1928
1929 * boards/cc-with-dwz-m.exp: New file.
1930 * boards/cc-with-dwz.exp: New file.
1931 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1932
1933 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1934
1935 * gdb.base/start-cpp.exp: New file.
1936 * gdb.base/start-cpp.cc: New file.
1937
1938 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1939
1940 * gdb.python/py-thrhandle.exp: Adjust tests to call
1941 thread_from_handle instead of thread_from_thread_handle.
1942
1943 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1944
1945 * gdb.python/py-thrhandle.exp: Add tests for
1946 gdb.InferiorThread.handle.
1947
1948 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.python/py-function.exp: Check calling helper function from
1951 all languages.
1952 * lib/gdb.exp (gdb_supported_languages): New proc.
1953
1954 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * gdb.base/complex-parts.c: New file.
1957 * gdb.base/complex-parts.exp: New file.
1958
1959 2019-04-01 Tom Tromey <tromey@adacore.com>
1960
1961 PR symtab/23331:
1962 * gdb.dwarf2/dw2-ranges-main.c: New file.
1963 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1964 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1965
1966 2019-03-30 Simon Marchi <simark@simark.ca>
1967
1968 * gdb.base/default.exp: Add values for $_gdb_major and
1969 $_gdb_minor.
1970
1971 2019-03-29 Tom Tromey <tromey@adacore.com>
1972
1973 * gdb.base/help.exp: Tighten apropos regexp.
1974
1975 2019-03-29 Keith Seitz <keiths@redhat.com>
1976
1977 * gdb.fortran/array-bounds.exp: New file.
1978 * gdb.fortran/array-bounds.f90: New file.
1979
1980 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1981
1982 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1983
1984 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1985
1986 * gdb.multi/hello.c (main): Increase alarm timer.
1987
1988 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1989
1990 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1991 factor when no hardware watchpoint support.
1992
1993 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1994 Pedro Alves <palves@redhat.com>
1995
1996 * boards/local-board.exp: set sysroot to /.
1997
1998 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1999
2000 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2001 in child.
2002
2003 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2006 field.
2007 (make_container): Initialise new field.
2008 * gdb.python/py-prettyprint.exp: Add new tests.
2009 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2010 <display_hint>: New method.
2011
2012 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2015 gdb_continue_to_breakpoint more throughout this test.
2016 (run_lang_tests) Supply unique test names, and use
2017 gdb_test_no_output.
2018
2019 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.base/finish-pretty.exp: Update expected results.
2022 * gdb.base/pretty-print.c: New file.
2023 * gdb.base/pretty-print.exp: New file.
2024
2025 2019-03-25 Pedro Alves <palves@redhat.com>
2026
2027 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2028 move comments outside list. Append '-i "" eof' section.
2029
2030 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2031
2032 PR testsuite/25016
2033 * README: Add pie options.
2034 * gdb.base/break-interp.exp: Ensure pie is disabled.
2035 * gdb.base/dump.exp: Likewise.
2036 * lib/gdb.exp (gdb_compile): Add pie option.
2037
2038 2019-03-19 Tom Tromey <tromey@adacore.com>
2039
2040 * gdb.mi/mi2-cli-display.c: New file.
2041 * gdb.mi/mi2-cli-display.exp: New file.
2042
2043 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2044 Tom Tromey <tromey@adacore.com>
2045
2046 * gdb.ada/ptype_array/pck.adb: New file.
2047 * gdb.ada/ptype_array/pck.ads: New file.
2048 * gdb.ada/ptype_array/foo.adb: New file.
2049 * gdb.ada/ptype_array.exp: New file.
2050
2051 2019-03-14 Tom Tromey <tromey@adacore.com>
2052
2053 * gdb.base/style.exp: Add "set style sources" test.
2054
2055 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2056
2057 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2058 * mi-breakpoint-multiple-locations.exp: ... this.
2059 (make_breakpoints_pattern): New proc.
2060 (do_test): Add mi_version parameter, test -break-insert,
2061 -break-info and =breakpoint-created.
2062
2063 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * config/default.exp: Remove 'load_lib gdb.exp'.
2066 * config/monitor.exp: Likewise.
2067 * config/sid.exp: Likewise.
2068 * config/sim.exp: Likewise.
2069 * config/slite.exp: Likewise.
2070 * config/unix.exp: Likewise.
2071 * gdb.base/default.exp: Remove unhelpful comment.
2072
2073 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2076
2077 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2080
2081 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.fortran/type-kinds.exp: Update expected results.
2084
2085 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2086
2087 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2088
2089 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2092 function.
2093 (test_basic_parsing_of_type_kinds): Expand types tested.
2094 (test_parsing_invalid_type_kinds): New function.
2095
2096 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.fortran/intrinsics.exp: New file.
2099 * gdb.fortran/intrinsics.f90: New file.
2100 * gdb.fortran/type-kinds.exp: New file.
2101
2102 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.fortran/dot-ops.exp: New file.
2105
2106 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2109 Check upper and lower case logical literals.
2110
2111 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2114 Remove duplicate tests.
2115
2116 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2117
2118 * lib/gdb.exp (builtin_cd): rename of cd.
2119 (cd): Override builtin.
2120
2121 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2122
2123 * gdb.fortran/function-calls.exp: New file.
2124 * gdb.fortran/function-calls.f90: New test.
2125
2126 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2127
2128 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2129 on user program standard output.
2130 * gdb.fortran/short-circuit-argument-list.f90: Record function
2131 calls.
2132
2133 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2134
2135 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2136 failure.
2137
2138 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2139
2140 PR gdb/8527
2141 * gdb.base/interrupt-daemon-attach.c,
2142 gdb.base/interrupt-daemon-attach.exp: New test.
2143
2144 2019-02-27 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/page.exp: Add tests for "set width/height -1".
2147
2148 2019-02-27 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/page.exp: Add tests for "set/show width/height" with
2151 "infinite" values.
2152
2153 2019-02-27 Tom Tromey <tromey@adacore.com>
2154
2155 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2156 2.4.
2157 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2158 workaround.
2159
2160 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2163 tests for structs with static members.
2164
2165 2019-02-26 Tom Tromey <tromey@adacore.com>
2166
2167 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2168 ValueError, not TypeError.
2169
2170 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2171
2172 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2173 call from main program.
2174
2175 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2178 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2179 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2180 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2181 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2182
2183 2019-02-22 Keith Seitz <keiths@redhat.com>
2184
2185 PR symtab/23853
2186 * gdb.base/symlink-sourcefile.c: New file.
2187 * gdb.base/symlink-sourcefile.exp: New file.
2188
2189 2019-02-20 Tom Tromey <tom@tromey.com>
2190
2191 * gdb.base/info_qt.exp: Update.
2192
2193 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2194
2195 * gdb.base/source.exp: Move "error in sourced script" code to
2196 the end.
2197 * gdb.base/source-error.gdb: Move contents to
2198 source-error-1.gdb. Add new code to source source-error-1.gdb.
2199 * gdb.base/source-error-1.gdb: New file, from previous
2200 source-error.gdb.
2201
2202 2019-02-17 Tom Tromey <tom@tromey.com>
2203
2204 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2205 for macro styling.
2206 * gdb.base/style.c (SOME_MACRO): New macro.
2207
2208 2019-02-17 Tom Tromey <tom@tromey.com>
2209
2210 * gdb.base/style.exp: Add line-wrapping tests.
2211 * gdb.base/page.exp: Add test for quitting during pagination.
2212
2213 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2214
2215 * gdb.ada/big_packed_array: New testcase.
2216 * gdb.ada/homonym.exp: Fix incorrect expected output for
2217 "break <homonym__get_value>" test.
2218
2219 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2220
2221 PR breakpoints/21870
2222 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2223 and prepare_for_testing. Add comment.
2224 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2225 redundant cleanup call. Clean up comment.
2226
2227 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2228
2229 PR breakpoints/21870
2230 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2231 * gdb.arch/aarch64-dbreg-contents.c: New file.
2232
2233 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.ada/mi_ref_changeable: New testcase.
2236
2237 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2238
2239 * gdb.base/attach.exp: Add double attach test.
2240
2241 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2242
2243 * lib/gdb.exp (default_gdb_start): Don't match pagination
2244 prompt.
2245 (gdb_init): Set stty_init.
2246
2247 2019-01-27 Tom Tromey <tom@tromey.com>
2248
2249 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2250 skip_python_tests.
2251
2252 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2253
2254 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2255 New structure.
2256 (struct struct_static_02_02): Likewise.
2257 (struct struct_static_02_03): Likewise.
2258 (struct struct_static_02_04): Likewise.
2259 (struct struct_static_04_01): Likewise.
2260 (struct struct_static_04_02): Likewise.
2261 (struct struct_static_04_03): Likewise.
2262 (struct struct_static_04_04): Likewise.
2263 (struct struct_static_06_01): Likewise.
2264 (struct struct_static_06_02): Likewise.
2265 (struct struct_static_06_03): Likewise.
2266 (struct struct_static_06_04): Likewise.
2267 (cmp_struct_static_02_01): Likewise.
2268 (cmp_struct_static_02_02): Likewise.
2269 (cmp_struct_static_02_03): Likewise.
2270 (cmp_struct_static_02_04): Likewise.
2271 (cmp_struct_static_04_01): Likewise.
2272 (cmp_struct_static_04_02): Likewise.
2273 (cmp_struct_static_04_03): Likewise.
2274 (cmp_struct_static_04_04): Likewise.
2275 (cmp_struct_static_06_01): Likewise.
2276 (cmp_struct_static_06_02): Likewise.
2277 (cmp_struct_static_06_03): Likewise.
2278 (cmp_struct_static_06_04): Likewise.
2279 (call_all): Test new structs.
2280 * gdb.base/infcall-nested-structs.exp: Likewise.
2281
2282 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2283 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2284
2285 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2286 * gdb.base/stack-protector.c: New test.
2287 * gdb.base/stack-protector.exp: New file.
2288 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2289 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2290 option.
2291 (gdb_compile): Remove stack protector for GCC and prevent
2292 recursion.
2293
2294 2019-01-16 Keith Seitz <keiths@redhat.com>
2295
2296 PR gdb/23773
2297 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2298
2299 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2300
2301 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2302 aliases.
2303 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2304 tests.
2305 * gdb.arch/powerpc-vector-regs.c: New file.
2306 * gdb.arch/powerpc-vector-regs.exp: New file.
2307
2308 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2309
2310 * gdb.arch/altivec-regs.exp: Fix the list passed to
2311 gdb_expect_list when testing "info vector".
2312
2313 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.base/style.exp: Don't include path in testname.
2316
2317 2019-01-10 Keith Seitz <keiths@redhat.com>
2318
2319 PR gdb/23712
2320 PR symtab/23010
2321 * gdb.dwarf2/multidictionary.exp: New file.
2322
2323 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2324
2325 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2326 (test_gnuv3_style_demangling): ... this.
2327 (test_lucid_style_demangling): Remove.
2328 (test_arm_style_demangling): Remove.
2329 (test_hp_style_demangling): Remove.
2330 (do_tests): Remove calls to the above.
2331
2332 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2335 case.
2336
2337 2019-01-06 Tom Tromey <tom@tromey.com>
2338
2339 PR gdb/28155:
2340 * gdb.dwarf2/typedef-void-finish.exp: New file.
2341
2342 2018-12-28 Tom Tromey <tom@tromey.com>
2343 Simon Marchi <simark@simark.ca>
2344
2345 * gdb.base/jit-exec.exp: New file.
2346 * gdb.base/jit-exec.c: New file.
2347 * gdb.base/jit-execd.c: New file.
2348
2349 2018-12-28 Tom Tromey <tom@tromey.com>
2350
2351 * gdb.base/style.exp: Update test to check for address styling.
2352
2353 2018-12-28 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2356 message.
2357
2358 2018-12-28 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.base/style.exp: Add test for version number styling.
2361
2362 2018-12-28 Tom Tromey <tom@tromey.com>
2363
2364 * gdb.base/style.exp: Add test for print_address_symbolic.
2365
2366 2018-12-28 Tom Tromey <tom@tromey.com>
2367
2368 * gdb.base/style.exp: Add test for breakpoint setting.
2369
2370 2018-12-28 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.base/style.exp: Add test for variable names.
2373
2374 2018-12-28 Tom Tromey <tom@tromey.com>
2375
2376 * gdb.base/style.exp: New file.
2377 * gdb.base/style.c: New file.
2378
2379 2018-12-28 Tom Tromey <tom@tromey.com>
2380
2381 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2382 "dumb".
2383 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2384 the TERM environment variable.
2385
2386 2018-12-27 Tom Tromey <tom@tromey.com>
2387
2388 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2389 pagination test.
2390
2391 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2394 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2395
2396 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2397
2398 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2399 Filename a.adb changed to bp_fun_addr.adb.
2400 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2401
2402 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2403
2404 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2405 non-PIE executables.
2406 * README: Mention the gdb,nopie_flag board setting.
2407 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2408 non-PIE executable.
2409 * gdb.arch/amd64-entry-value.exp: Likewise.
2410 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2411 * gdb.arch/i386-float.exp: Likewise.
2412 * gdb.arch/i386-signal.exp: Likewise.
2413 * gdb.mi/mi-reg-undefined.exp: Likewise.
2414
2415 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2416
2417 PR gdb/23974
2418 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2419
2420 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2421
2422 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2423 Update order of results accordingly.
2424
2425 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.base/annota1.exp: Update a test regexp.
2428
2429 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2432
2433 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2434
2435 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2436 (reuse_time): Initialize to REUSE_TIME_CAP.
2437 (check_rc): New function.
2438 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2439 Check pthread_create rc.
2440 (spawner_thread_func): Check pthread_create and pthread_join rc.
2441
2442 2018-12-08 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.base/list.exp (test_forward_search): Rename to ...
2445 (test_forward_reverse_search): ... this. Also test reverse-search
2446 and the forward-search alias.
2447
2448 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2449
2450 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2451 local timeout variable before return, and remove all local timeout
2452 variable entirely.
2453 (gdb_load): Likewise.
2454
2455 2018-12-01 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.base/gdb-caching-proc.exp: New file.
2458
2459 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2460
2461 * Makefile.in (TIMESTAMP): New variable.
2462 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2463 command.
2464 (check-single-racy): Likewise.
2465 (check/%.exp): Likewise.
2466 (check-racy/%.exp): Likewise.
2467 (workers/%.worker): Likewise.
2468 (build-perf): Likewise.
2469 (check-perf): Likewise.
2470 * README: Describe new "TS" and "TS_FORMAT" variables.
2471 * print-ts.py: New file.
2472
2473 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2474
2475 PR python/23714
2476 * gdb.python/python.exp: Test command repetition after
2477 gdb.execute.
2478
2479 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2482 is correctly aligned.
2483
2484 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2485
2486 * gdb.ada/info_auto_lang.exp: New testcase.
2487 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2488 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2489 * gdb.ada/info_auto_lang/some_c.c: New file.
2490
2491 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2492
2493 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2494 FUNC_lang language syntax.
2495
2496 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2497
2498 * gdb.base/info_minsym.c: New file.
2499 * gdb.base/info_minsym.exp: New file.
2500
2501 2018-11-19 Tom Tromey <tom@tromey.com>
2502
2503 PR rust/23625:
2504 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2505 * gdb.rust/expr.exp: Update expected output. Change one test.
2506
2507 2018-11-19 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2510
2511 2018-11-19 Pedro Alves <palves@redhat.com>
2512
2513 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2514 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2515 see the expected warning.
2516
2517 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2518
2519 PR gdb/22736:
2520 * gdb.cp/infcall-nodebug-lib.c: New test.
2521 * gdb.cp/infcall-nodebug-main.c: New test.
2522 * gdb.cp/infcall-nodebug.exp: New file.
2523
2524 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2525
2526 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2527 completer tests.
2528
2529 2018-11-09 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.base/msym-lang.c: New test.
2532 * gdb.base/msym-lang.exp: New file.
2533 * gdb.base/msym-lang-main.c: New test.
2534
2535 2018-11-08 Tom Tromey <tom@tromey.com>
2536
2537 PR gdb/23555:
2538 PR gdb/23838:
2539 * gdb.base/warning.exp: New file.
2540
2541 2018-11-08 Jan Beulich <jbeulich@suse.com>
2542
2543 * testsuite/gdb.arch/i386-avx512.c,
2544 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2545
2546 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2549 point hardware.
2550
2551 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2554 * gdb.dwarf2/missing-type-name.exp: New file.
2555
2556 2018-11-06 Tom de Vries <tdevries@suse.de>
2557
2558 * gdb.base/many-headers.c: New test.
2559 * gdb.base/many-headers.exp: New file.
2560
2561 2018-11-06 Jim Wilson <jimw@sifive.com>
2562
2563 * gdb.base/code_elim.exp: For riscv, set additional_flags
2564 to include -msmall-data-limit=0.
2565
2566 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdb.ada/watch_minus_l: New testcase.
2569
2570 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2571
2572 * gdb.arch/aix-sighandle.c: New file.
2573 * gdb.arch/aix-sighandle.exp: New file.
2574
2575 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2578 registers being unions.
2579
2580 2018-10-31 Tom de Vries <tdevries@suse.de>
2581
2582 * lib/valgrind.exp: New file.
2583 (vgdb_start, vgdb_stop): New procs, factored out of ...
2584 * gdb.base/valgrind-bt.exp: ... here, ...
2585 * gdb.base/valgrind-disp-step.exp: ... here and ...
2586 * gdb.base/valgrind-infcall.exp: ... here.
2587
2588 2018-10-31 Tom de Vries <tdevries@suse.de>
2589
2590 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2591
2592 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * gdb.dwarf2/void-type.c: New file.
2595 * gdb.dwarf2/void-type.exp: New file.
2596
2597 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2598
2599 * gdb.base/info_qt.c: New file.
2600 * gdb.base/info_qt.exp: New file.
2601
2602 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2603
2604 * gdb.arch/powerpc-htm-regs.c: New file.
2605 * gdb.arch/powerpc-htm-regs.exp: New file.
2606
2607 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2608
2609 * gdb.arch/powerpc-tar.c: New file.
2610 * gdb.arch/powerpc-tar.exp: New file.
2611
2612 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2613
2614 * gdb.arch/powerpc-ppr-dscr.c: New file.
2615 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2616
2617 2018-10-25 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2620
2621 2018-10-24 Tom de Vries <tdevries@suse.de>
2622
2623 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2624 longer exists error.
2625
2626 2018-10-24 Tom de Vries <tdevries@suse.de>
2627
2628 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2629
2630 2018-10-24 Tom de Vries <tdevries@suse.de>
2631
2632 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2633 --db-attach in valgrind.
2634
2635 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * gdb.arch/riscv-reg-aliases.c: New file.
2638 * gdb.arch/riscv-reg-aliases.exp: New file.
2639
2640 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2641
2642 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2643
2644 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2645
2646 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2647
2648 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2649
2650 * gdb.cp/ovldbreak.exp: Fix regexps.
2651
2652 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2653
2654 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2655
2656 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2657
2658 PR cli/23785
2659 * gdb.base/restore.exp: New test to check if "restore" with an
2660 invalid file doesn't segfault.
2661
2662 2018-10-18 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2665 * gdb.ada/excep_handle.exp: Same.
2666 * gdb.ada/mi_string_access.exp: Same.
2667 * gdb.ada/mi_var_union.exp: Same.
2668 * gdb.arch/arc-analyze-prologue.exp: Same.
2669 * gdb.arch/arc-decode-insn.exp: Same.
2670 * gdb.base/readnever.exp: Same.
2671 * gdb.fortran/printing-types.exp: Same.
2672 * gdb.guile/scm-lazy-string.exp: Same.
2673
2674 2018-10-16 Tom de Vries <tdevries@suse.de>
2675
2676 PR gdb/23730
2677 * gdb.base/catch-follow-exec.c: Add copyright notice.
2678 * gdb.base/catch-follow-exec.exp: Rewrite to use
2679 gdb_spawn_with_cmdline_opts. Require gdb-native.
2680
2681 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2682
2683 * gdb.trace/actions-changed.exp: Check for arch support.
2684 * gdb.trace/actions.exp: Likewise.
2685 * gdb.trace/ax.exp: Likewise.
2686 * gdb.trace/backtrace.exp: Likewise.
2687 * gdb.trace/change-loc.exp: Likewise.
2688 * gdb.trace/deltrace.exp: Likewise.
2689 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2690 * gdb.trace/ftrace.exp: Likewise.
2691 * gdb.trace/infotrace.exp: Check for arch support.
2692 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2693 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2694 * gdb.trace/mi-tsv-changed.exp: Likewise.
2695 * gdb.trace/packetlen.exp: Likewise.
2696 * gdb.trace/passc-dyn.exp: Likewise.
2697 * gdb.trace/passcount.exp: Likewise.
2698 * gdb.trace/pending.exp: Likewise.
2699 * gdb.trace/range-stepping.exp: Check for shlib support.
2700 * gdb.trace/report.exp: Check for arch support.
2701 * gdb.trace/save-trace.exp: Likewise.
2702 * gdb.trace/signal.exp: Check for signal support.
2703 * gdb.trace/tfind.exp: Check for arch support.
2704 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2705 * gdb.trace/trace-common.h: Add comment.
2706 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2707 * gdb.trace/trace-enable-disable.exp: Likewise.
2708 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2709 * gdb.trace/tracecmd.exp: Check for arch support.
2710 * gdb.trace/tspeed.exp: Check for shlib and target support.
2711 * gdb.trace/tstatus.exp: Check for arch support.
2712 * gdb.trace/tsv.exp: Likewise.
2713 * gdb.trace/while-dyn.exp: Likewise.
2714 * gdb.trace/while-stepping.exp: Likewise.
2715 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2716
2717 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2718
2719 * gdb.trace/tspeed.exp: Remove nowarnings.
2720 (prepare_for_trace_test): Declare "global ipalib".
2721 * gdb.trace/tspeed.c: Include unistd.h.
2722 (main): Remove superfluous printf argument.
2723
2724 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2725
2726 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2727 directory prefix on the filename.
2728
2729 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2730
2731 * gdb.gdb/unittest.exp: Update expected message informing that
2732 selftests have been disabled.
2733 * gdb.server/unittest.exp: Likewise.
2734
2735 2018-10-09 Tom de Vries <tdevries@suse.de>
2736
2737 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2738 with runto_main.
2739
2740 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2741
2742 PR c++/16841
2743 * gdb.cp/virtbase2.cc: New file.
2744 * gdb.cp/virtbase2.exp: New file.
2745
2746 2018-10-06 Tom Tromey <tom@tromey.com>
2747
2748 PR python/19399:
2749 * gdb.python/py-inferior.exp: Add architecture test.
2750
2751 2018-10-06 Tom Tromey <tom@tromey.com>
2752
2753 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2754 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2755
2756 2018-10-06 Tom Tromey <tom@tromey.com>
2757
2758 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2759 of a "throw" catchpoint.
2760
2761 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2762
2763 * gdb.base/info-proc.exp: Update string expected from "help info
2764 proc".
2765
2766 2018-10-04 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2769 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2770 (test_initial_complaints, test_empty_complaints): Update.
2771 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2772
2773 2018-10-04 Tom Tromey <tom@tromey.com>
2774
2775 PR cli/19551:
2776 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2777 * lib/gdb.exp (gdb_file_cmd): Update.
2778 * gdb.stabs/weird.exp (print_weird_var): Update.
2779 * gdb.server/solib-list.exp: Update.
2780 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2781 * gdb.mi/mi-cli.exp: Update.
2782 * gdb.linespec/linespec.exp: Update.
2783 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2784 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2785 * gdb.cp/cp-relocate.exp: Update.
2786 * gdb.base/sym-file.exp: Update.
2787 * gdb.base/relocate.exp: Update.
2788 * gdb.base/readnever.exp: Update.
2789 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2790 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2791 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2792 * gdb.base/code_elim.exp: Update.
2793 * gdb.base/break-unload-file.exp (test_break): Update.
2794 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2795 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2796 Update.
2797 * gdb.base/attach.exp (do_attach_tests): Update.
2798 * gdb.base/sepdebug.exp: Update.
2799 * gdb.python/py-section-script.exp: Update.
2800
2801 2018-10-04 Tom Tromey <tom@tromey.com>
2802
2803 PR cli/22234:
2804 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2805 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2806 output.
2807
2808 2018-10-04 Tom Tromey <tom@tromey.com>
2809
2810 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2811 set width and height to 0.
2812 (test_command_line_attach_run): Use -quiet.
2813
2814 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2815
2816 * lib/gdb.exp (skip_ifunc_tests): New.
2817 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2818 other compile failures.
2819 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2820
2821 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2822
2823 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2824 is_amd64_regs_target.
2825
2826 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2827
2828 * gdb.arch/aarch64-sighandler-regs.c: New test.
2829 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2830 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2831
2832 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2833
2834 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2835 assembly.
2836
2837 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * gdb.base/frame-selection.exp: New file.
2840 * gdb.base/frame-selection.c: New file.
2841
2842 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2843
2844 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2845 pthread barrier.
2846 (main): Likewise.
2847
2848 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.base/large-frame-1.c: New file.
2851 * gdb.base/large-frame-2.c: New file.
2852 * gdb.base/large-frame.exp: New file.
2853 * gdb.base/large-frame.h: New file.
2854
2855 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2856
2857 PR gdb/20948
2858 * gdb.base/write_mem.exp: New test.
2859 * gdb.base/write_mem.c: Likewise.
2860
2861 2018-09-23 Tom Tromey <tom@tromey.com>
2862
2863 PR python/18852:
2864 * gdb.python/py-parameter.exp: Add test for parameter that throws
2865 on "set".
2866
2867 2018-09-23 Tom Tromey <tom@tromey.com>
2868
2869 PR python/17284:
2870 * gdb.python/py-template.exp (test_template_arg): Add test for
2871 negative template argument number.
2872
2873 2018-09-23 Tom Tromey <tom@tromey.com>
2874
2875 PR python/14062:
2876 * gdb.python/python.exp: Add test for post_event error.
2877
2878 2018-09-23 Tom Tromey <tom@tromey.com>
2879
2880 PR python/18170:
2881 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2882 convert pointers to int and long.
2883
2884 2018-09-23 Tom Tromey <tom@tromey.com>
2885
2886 PR python/20126:
2887 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2888 signed-ness conversion tests.
2889
2890 2018-09-23 Tom Tromey <tom@tromey.com>
2891
2892 PR python/18352;
2893 * gdb.python/py-value.exp (test_float_conversion): New proc.
2894 Use it.
2895
2896 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2897
2898 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2899
2900 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2901
2902 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2903 no readline.
2904 * gdb.base/utf8-identifiers.exp: Likewise.
2905 * gdb.cp/cpcompletion.exp: Likewise.
2906 * gdb.linespec/cpcompletion.exp: Likewise.
2907 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2908 * gdb.linespec/cpls-ops.exp: Likewise.
2909
2910 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2911 Chris January <chris.january@arm.com>
2912
2913 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2914 * gdb.fortran/short-circuit-argument-list.exp: New file.
2915 * gdb.fortran/short-circuit-argument-list.f90: New test.
2916
2917 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2918
2919 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2920 "arch=" keyword when executing "-stack-list-frames".
2921
2922 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2923
2924 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2925 "arch=" keyword when executing "-stack-list-frames".
2926
2927 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2928
2929 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2930 break ada".
2931
2932 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2933
2934 PR python/23669
2935 * gdb.python/python.exp: Test gdb.execute("show commands").
2936
2937 2018-09-16 Tom Tromey <tom@tromey.com>
2938
2939 * gdb.base/new-ui.exp (do_execution_tests): Update.
2940 * gdb.base/dbx.exp (test_breakpoints): Update.
2941
2942 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2943
2944 * lib/gdb.exp (gdb_simple_compile): Add proc.
2945 (is_elf_target): Use gdb_simple_compile.
2946 (skip_altivec_tests): Likewise.
2947 (skip_vsx_tests): Likewise.
2948 (skip_tsx_tests): Likewise.
2949 (skip_btrace_tests): Likewise.
2950 (skip_btrace_pt_tests): Likewise.
2951 (gdb_can_simple_compile): Likewise.
2952 (gdb_has_argv0): Likewise.
2953 (gdb_target_symbol_prefix): Likewise.
2954 (target_supports_scheduler_locking): Likewise.
2955
2956 2018-09-13 Tom Tromey <tom@tromey.com>
2957
2958 * Makefile.in (TAGS): Recognize proc_with_prefix and
2959 gdb_caching_proc.
2960
2961 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2962
2963 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2964 method.
2965
2966 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2969 and a few other Inferior properties when the Inferior is no
2970 longer valid.
2971
2972 2018-09-13 Tom Tromey <tom@tromey.com>
2973
2974 PR rust/23650:
2975 * gdb.rust/simple.exp: Add test for enum field access error.
2976
2977 2018-09-13 Tom Tromey <tom@tromey.com>
2978
2979 PR rust/23626:
2980 * gdb.rust/simple.rs (EmptyEnum): New type.
2981 (main): Use it.
2982 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2983
2984 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2985
2986 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2987 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2988 * gdb.python/py-symtab.exp: Update test printing an objfile.
2989
2990 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2991
2992 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2993 object.
2994
2995 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2996
2997 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2998 (support_complex_tests): Use gdb_can_simple_compile.
2999 (is_ilp32_target): Likewise.
3000 (is_lp64_target): Likewise.
3001 (is_64_target): Likewise.
3002 (is_amd64_regs_target): Likewise.
3003 (is_aarch32_target): Likewise.
3004 (gdb_int128_helper): Likewise.
3005
3006 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3009
3010 2018-09-10 Jerome Guitton <guitton@adacore.com>
3011
3012 * gdb.ada/same_component_name: Add test for case of tagged record
3013 with variable-length fields.
3014
3015 2018-09-10 Xavier Roirand <roirand@adacore.com>
3016
3017 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3018 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3019 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3020 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3021
3022 2018-09-10 Xavier Roirand <roirand@adacore.com>
3023
3024 * gdb.ada/mi_string_access.exp: New testcase.
3025 * gdb.ada/mi_string_access/bar.adb: New file.
3026 * gdb.ada/mi_string_access/pck.adb: New file.
3027 * gdb.ada/mi_string_access/pck.asd: New file.
3028
3029 2018-09-10 Xavier Roirand <roirand@adacore.com>
3030
3031 * gdb.ada/mi_var_union.exp: New testcase.
3032 * gdb.ada/mi_var_union/bar.adb: New file.
3033 * gdb.ada/mi_var_union/pck.adb: New file.
3034 * gdb.ada/mi_var_union/pck.asd: New file.
3035
3036 2018-09-08 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3039
3040 2018-09-08 Tom Tromey <tom@tromey.com>
3041
3042 PR python/16047:
3043 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3044 (register_pretty_printers): Register new printer.
3045 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3046 test.
3047 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3048 (an_int_type3): New global.
3049
3050 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.ada/expr_with_funcall: New testcase.
3053
3054 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3055
3056 * gdb.ada/packed_array_assign: New testcase.
3057
3058 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3061 names, and add test prefixes to make test names unique.
3062
3063 2018-09-05 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.dwarf2/varval.exp: Add test.
3066
3067 2018-09-04 Gary Benson <gbenson@redhat.com>
3068
3069 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3070 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3071
3072 2018-08-31 Tom Tromey <tom@tromey.com>
3073
3074 * gdb.rust/simple.rs: Rename second variable "v".
3075
3076 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.base/funcargs.c (use_a): New function.
3079 (recurse): Call use_a.
3080
3081 2018-08-29 Keith Seitz <keiths@redhat.com>
3082
3083 * gdb.compile/compile-cplus-anonymous.cc: New file.
3084 * gdb.compile/compile-cplus-anonymous.exp: New file.
3085 * gdb.compile/compile-cplus-array-decay.cc: New file.
3086 * gdb.compile/compile-cplus-array-decay.exp: New file.
3087 * gdb.compile/compile-cplus-inherit.cc: New file.
3088 * gdb.compile/compile-cplus-inherit.exp: New file.
3089 * gdb.compile/compile-cplus-member.cc: New file.
3090 * gdb.compile/compile-cplus-member.exp: New file.
3091 * gdb.compile/compile-cplus-method.cc: New file.
3092 * gdb.compile/compile-cplus-method.exp: New file.
3093 * gdb.compile/compile-cplus-mod.c: "New" file.
3094 * gdb.compile/compile-cplus-namespace.cc: New file.
3095 * gdb.compile/compile-cplus-namespace.exp: New file.
3096 * gdb.compile/compile-cplus-nested.cc: New file.
3097 * gdb.compile/compile-cplus-nested.exp: New file.
3098 * gdb.compile/compile-cplus-print.c: "New" file.
3099 * gdb.compile/compile-cplus-print.exp: "New" file.
3100 * gdb.compile/compile-cplus-virtual.cc: New file.
3101 * gdb.compile/compile-cplus-virtual.exp: New file.
3102 * gdb.compile/compile-cplus.c: "New" file.
3103 * gdb.compile/compile-cplus.exp: "New" file.
3104 * lib/compile-support.exp: New file.
3105
3106 2018-08-16 Gary Benson <gbenson@redhat.com>
3107
3108 PR gdb/13000:
3109 * gdb.base/batch-exit-status.exp: New file.
3110 * gdb.base/batch-exit-status.good-commands: Likewise.
3111 * gdb.base/batch-exit-status.bad-commands: Likewise.
3112
3113 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3114
3115 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3116 (struct struct02): Likewise.
3117 (struct struct03): Likewise.
3118 (struct struct04): Likewise.
3119 (struct struct_01_01): New struct.
3120 (struct struct_01_02): Likewise.
3121 (struct struct_01_03): Likewise.
3122 (struct struct_01_04): Likewise.
3123 (struct struct_02_01): Likewise.
3124 (struct struct_02_02): Likewise.
3125 (struct struct_02_03): Likewise.
3126 (struct struct_02_04): Likewise.
3127 (struct struct_04_01): Likewise.
3128 (struct struct_04_02): Likewise.
3129 (struct struct_04_03): Likewise.
3130 (struct struct_04_04): Likewise.
3131 (struct struct_05_01): Likewise.
3132 (struct struct_05_02): Likewise.
3133 (struct struct_05_03): Likewise.
3134 (struct struct_05_04): Likewise.
3135 (cmp_struct01): Remove function.
3136 (cmp_struct02): Likewise.
3137 (cmp_struct03): Likewise.
3138 (cmp_struct04): Likewise.
3139 (cmp_struct_01_01): Add Function.
3140 (cmp_struct_01_02): Likewise.
3141 (cmp_struct_01_03): Likewise.
3142 (cmp_struct_01_04): Likewise.
3143 (cmp_struct_02_01): Likewise.
3144 (cmp_struct_02_02): Likewise.
3145 (cmp_struct_02_03): Likewise.
3146 (cmp_struct_02_04): Likewise.
3147 (cmp_struct_04_01): Likewise.
3148 (cmp_struct_04_02): Likewise.
3149 (cmp_struct_04_03): Likewise.
3150 (cmp_struct_04_04): Likewise.
3151 (cmp_struct_05_01): Likewise.
3152 (cmp_struct_05_02): Likewise.
3153 (cmp_struct_05_03): Likewise.
3154 (cmp_struct_05_04): Likewise.
3155 (call_all): Add new structs.
3156 * gdb.base/infcall-nested-structs.exp: Likewise.
3157
3158 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3159
3160 * gdb.python/py-framefilter-mi.exp: Update regexp to
3161 check for "arch" field in frame output.
3162
3163 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3164
3165 * gdb.dwarf2/dw2-ranges-func.c: New file.
3166 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3167
3168 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3169
3170 * gdb.base/term.exp: Compare terminal settings with values from
3171 the inferior.
3172 * gdb.base/term.c: Get and set terminal settings.
3173
3174 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3175
3176 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3177 accommodate new "arch" field in frame output.
3178 * gdb.mi/mi-return.exp: Likewise.
3179 * gdb.mi/mi-stack.exp: Likewise.
3180 * gdb.mi/mi-syn-frame.exp: Likewise.
3181 * gdb.mi/user-selected-context-sync.exp: Likewise.
3182
3183 2018-08-19 Michael Spang <spang@google.com>
3184
3185 PR gdb/11786
3186 * gdb.base/gcore-tls-pie.c: New file.
3187 * gdb.base/gcore-tls-pie.exp: New file.
3188
3189 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3190
3191 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3192 * gdb.dwarf2/varval.c: New file.
3193 * gdb.dwarf2/varval.exp: New file.
3194
3195 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3196
3197 PR gdb/18931
3198 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3199
3200 2018-08-16 Keith Seitz <keiths@redhat.com>
3201
3202 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3203 tests expected to pass.
3204
3205 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3206
3207 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3208 -data-disassemble -a.
3209 (test_disassembly_bogus_args): Likewise.
3210
3211 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3212
3213 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3214
3215 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.base/vla-optimized-out.exp: Add new test.
3218
3219 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.base/vla-optimized-out-o3.exp: Delete.
3222 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3223 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3224 deleted tests.
3225
3226 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 PR gdb/18050:
3229 * gdb.server/extended-remote-restart.c: New file.
3230 * gdb.server/extended-remote-restart.exp: New file.
3231
3232 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3233
3234 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3235 "set variable index = 42".
3236
3237 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3238
3239 * boards/index-cache-gdb.exp: New file.
3240 * gdb.dwarf2/index-cache.exp: New file.
3241 * gdb.dwarf2/index-cache.c: New file.
3242 * gdb.base/maint.exp: Check if we are using the index cache.
3243
3244 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3245
3246 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3247 MAKEFLAGS.
3248
3249 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3250
3251 * dg-extract-results.sh: Move to toplevel contrib.
3252 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3253 * Makefile.in (check-parallel-racy): Likewise.
3254
3255 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3258 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3259 tests if the target supports scheduler locking.
3260
3261 2018-08-04 Tom de Vries <tdevries@suse.de>
3262
3263 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3264
3265 2018-08-02 Tom Tromey <tom@tromey.com>
3266
3267 PR symtab/16842.
3268 * gdb.cp/temargs.exp: Test "info address" of a template
3269 parameter.
3270
3271 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3272
3273 * gdb.python/py-mi-var-info-path-expression.c: New file.
3274 * gdb.python/py-mi-var-info-path-expression.py: New file.
3275 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3276
3277 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3278
3279 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3280 error after "cannot resolve name" string.
3281
3282 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3285 started.
3286 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3287
3288 2018-07-28 Tom de Vries <tdevries@suse.de>
3289
3290 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3291
3292 2018-07-26 Tom de Vries <tdevries@suse.de>
3293
3294 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3295
3296 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3299 is visible.
3300
3301 2018-07-26 Tom de Vries <tdevries@suse.de>
3302
3303 PR breakpoints/23366
3304 * gdb.base/catch-follow-exec.c: New test.
3305 * gdb.base/catch-follow-exec.exp: New file.
3306
3307 2018-07-25 Tom de Vries <tdevries@suse.de>
3308
3309 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3310 vla-optimized-out.c.
3311
3312 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3313
3314 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3315 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3316
3317 2018-07-20 Tom de Vries <tdevries@suse.de>
3318
3319 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3320 NOCLONE macro.
3321 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3322
3323 2018-07-19 Tom de Vries <tdevries@suse.de>
3324
3325 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3326 regular expression.
3327
3328 2018-07-18 Tom de Vries <tdevries@suse.de>
3329
3330 * gdb.base/vla-optimized-out.c: New test.
3331 * gdb.base/vla-optimized-out.exp: New file.
3332
3333 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3334
3335 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3336 message "No address associated with hostname" when gdbserver
3337 cannot resolve the hostname.
3338
3339 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3340
3341 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3342 Add some test prefixes to make tests unique.
3343
3344 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3345
3346 * gdb.base/frameapply.c: New file.
3347 * gdb.base/frameapply.exp: New file.
3348
3349 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3350
3351 * gdb.base/skip.exp: Update expected error message.
3352
3353 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3354 Jan Kratochvil <jan.kratochvil@redhat.com>
3355 Paul Fertser <fercerpav@gmail.com>
3356 Tsutomu Seki <sekiriki@gmail.com>
3357
3358 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3359 parameter.
3360 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3361 by default.
3362 * boards/native-gdbserver.exp: Likewise.
3363 * gdb.server/run-without-local-binary.exp: Improve regexp used
3364 for detecting when a remote debugging connection succeeds.
3365 * gdb.server/server-connect.exp: New file.
3366 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3367 Do not prefix the port number with ":".
3368 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3369 support for detecting and using it. Add '$debughost_gdbserver'
3370 to the list of arguments used to start gdbserver. Handle case
3371 when gdbserver cannot resolve a network name.
3372
3373 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3374
3375 PR c++/23373
3376 * gdb.base/ptype-offsets.cc (struct static_member): New
3377 struct.
3378 (main) <stmember>: New variable.
3379 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3380 with a static member in it.
3381
3382 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3385 watchpoints enabled and disabled.
3386
3387 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3388
3389 * gdb.base/examine-backward.exp: Still run tests around address
3390 0x0, even if address 0x0 is not readable. Update the pattern for
3391 matching address 0x0 in expected output.
3392
3393 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3396 malloc/free.
3397
3398 2018-07-04 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3401
3402 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3403
3404 PR tdep/8282
3405 * gdb.arch/mips-disassembler-options.exp: New test.
3406 * gdb.arch/mips-disassembler-options.s: New test source.
3407
3408 2018-06-29 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.threads/names.exp: Adjust expected "info threads" output.
3411
3412 2018-06-29 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.opt/inline-break.exp (line number, address): Add "info
3415 break" tests.
3416
3417 2018-06-29 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3420 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3421 number and address and running to them.
3422
3423 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3424
3425 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3426
3427 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3428
3429 * lib/compiler.c: Remove executable permission flag.
3430
3431 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3432
3433 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3434 code.
3435 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3436
3437 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3438
3439 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3440
3441 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3442
3443 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3444 address argument is omitted.
3445
3446 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3447
3448 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3449
3450 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3451
3452 PR gdb/21695
3453 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3454 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3455
3456 2018-06-26 Tom Tromey <tom@tromey.com>
3457
3458 PR rust/22574:
3459 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3460 * gdb.rust/simple.rs (struct SimpleLayout): New.
3461
3462 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3465 "info registers" output.
3466
3467 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3468
3469 * gdb.base/watchpoint-hw-attach.c: New test.
3470 * gdb.base/watchpoint-hw-attach.exp: New file.
3471
3472 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3475 through /bin/sh.
3476 * boards/dwarf4-gdb-index.exp: Likewise.
3477 * boards/fission-dwp.exp: Likewise.
3478
3479 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3480
3481 * gdb.base/float128.exp: Add comment and improved fail message
3482 to the failure case of "print large128" test.
3483
3484 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3485
3486 * configure.ac: Remove AC_PREREQ.
3487 * configure: Re-generate.
3488
3489 2018-06-19 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3492 (func_extern_caller): New.
3493 (main): Call func_extern_caller.
3494 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3495 logic change.
3496
3497 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3498
3499 PR gdb/16841
3500 * gdb.cp/typedef-base.cc: New file.
3501 * gdb.cp/typedef-base.exp: New file.
3502
3503 2018-06-18 Tom de Vries <tdevries@suse.de>
3504
3505 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3506
3507 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3508 Richard Bunt <Richard.Bunt@arm.com>
3509
3510 * gdb.threads/attach-slow-waitpid.c: New file.
3511 * gdb.threads/attach-slow-waitpid.exp: New file.
3512 * gdb.threads/slow-waitpid.c: New file.
3513
3514 2018-06-14 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.base/fork-running-state.c: Include <errno.h>.
3517 (exit_if_relative_exits): New.
3518 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3519 exits.
3520 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3521 child exits.
3522
3523 2018-06-14 Tom de Vries <tdevries@suse.de>
3524
3525 PR cli/22573
3526 * gdb.base/finish-pretty.c: New test.
3527 * gdb.base/finish-pretty.exp: New file.
3528
3529 2018-06-14 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3532 gdb's expected startup output.
3533
3534 2018-06-14 Pedro Alves <palves@redhat.com>
3535
3536 * lib/selftest-support.exp (selftest_setup): Remove inlined
3537 function handling.
3538
3539 2018-06-14 Tom de Vries <tdevries@suse.de>
3540
3541 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3542 matching of breakpoint printing.
3543
3544 2018-06-13 Tom de Vries <tdevries@suse.de>
3545
3546 PR testsuite/23269
3547 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3548 (fork_child): ... here, and ...
3549 (fork_parent): ... here.
3550
3551 2018-06-12 Tom de Vries <tdevries@suse.de>
3552
3553 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3554
3555 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3556 Stephen Roberts <stephen.roberts@arm.com>
3557
3558 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3559 rewrite test to describe action performed, rather than possible
3560 failure.
3561
3562 2018-06-08 Gary Benson <gbenson@redhat.com>
3563
3564 * gdb.threads/check-libthread-db.exp: New file.
3565 * gdb.threads/check-libthread-db.c: Likewise.
3566
3567 2018-06-05 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.base/default.exp: Update expected "show version" output.
3570
3571 2018-06-05 Tom Tromey <tom@tromey.com>
3572
3573 PR cli/12326:
3574 * gdb.cp/static-print-quit.exp: Update.
3575 * lib/gdb.exp (pagination_prompt): Update.
3576 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3577 * gdb.python/python.exp: Update.
3578
3579 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3582
3583 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3584
3585 * gdb.ada/bp_fun_addr: New testcase.
3586
3587 2018-06-01 Tom Tromey <tom@tromey.com>
3588
3589 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3590 results.
3591 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3592 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3593 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3594 * gdb.base/maint.exp (maint_pass_if): Update.
3595
3596 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3597
3598 * gdb.base/endian.exp: New test.
3599 * gdb.base/endian.c: New test source.
3600
3601 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 PR gdb/23203
3604 * gdb.base/bt-selected-frame.c: New file.
3605 * gdb.base/bt-selected-frame.exp: New file.
3606 * lib/gdb.exp (get_current_frame_number): New function.
3607
3608 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3609 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.threads/tls-core.c: Include <stdlib.h>
3612 (thread_proc): Call `abort'.
3613 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3614 (tls_core_test): New procedure, bits factored out from ...
3615 (top level): ... here. Test both native cores and gcore cores.
3616
3617 2018-05-23 Tom Tromey <tom@tromey.com>
3618
3619 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3620
3621 2018-05-23 Tom Tromey <tom@tromey.com>
3622
3623 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3624 symfile_complaints.
3625 (test_short_complaints): Likewise.
3626 (test_empty_complaints): Likewise.
3627 (test_initial_complaints): Update.
3628
3629 2018-05-23 Tom Tromey <tom@tromey.com>
3630
3631 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3632
3633 2018-05-23 Tom Tromey <tom@tromey.com>
3634
3635 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3636 (test_short_complaints): Update.
3637
3638 2018-05-22 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.base/remote.exp: Only gdb_start after compiling the
3641 testcase. Issue "disconnect" before testing "set remote" command
3642 defaults. Issue clean_restart before running to main.
3643
3644 2018-05-22 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.base/remote.exp: Adjust expected output of "show remote
3647 memory-write-packet-size". Add tests for "set remote
3648 memory-write-packet-size 0" and "set remote
3649 memory-write-packet-size fixed/limit".
3650
3651 2018-05-22 Pedro Alves <palves@redhat.com>
3652
3653 PR gdb/22973
3654 * gdb.base/utf8-identifiers.c: New file.
3655 * gdb.base/utf8-identifiers.exp: New file.
3656
3657 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3658
3659 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3660
3661 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3662
3663 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3664
3665 2018-05-18 Tom Tromey <tom@tromey.com>
3666
3667 * gdb.base/ptype-offsets.exp: Update.
3668
3669 2018-05-17 Keith Seitz <keiths@redhat.com>
3670
3671 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3672 in expected breakpoint stop locations.
3673 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3674 move to proper scope to test variable values.
3675 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3676 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3677 New functions.
3678 (main): Call not_inline_func3.
3679 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3680 inline_func1, inline_func2, and inline_func3. Test that when each
3681 breakpoint is hit, GDB properly reports both the stop location
3682 and the backtrace. Repeat tests for temporary breakpoints.
3683
3684 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3685
3686 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3687 rather then trying to access it in determining whether the PID
3688 of `gdbserver' could have been retrieved.
3689
3690 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * gdb.arch/amd64-init-x87-values.S: New file.
3693 * gdb.arch/amd64-init-x87-values.exp: New file.
3694
3695 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3698
3699 2018-05-04 Tom Tromey <tom@tromey.com>
3700
3701 PR python/22730:
3702 * gdb.python/python.exp: Test multi-line execute.
3703
3704 2018-05-04 Tom Tromey <tom@tromey.com>
3705
3706 PR python/22731:
3707 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3708
3709 2018-05-04 Tom Tromey <tom@tromey.com>
3710
3711 PR gdb/11750:
3712 * gdb.base/define.exp: Test defining a user command inside a user
3713 command.
3714 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3715
3716 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3717 Pedro Alves <palves@redhat.com>
3718
3719 PR breakpoints/19806 and support for PR external/20207.
3720 * gdb.base/watchpoint-unaligned.c: New file.
3721 * gdb.base/watchpoint-unaligned.exp: New file.
3722
3723 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 * gdb.base/maint.exp: Make test names unique, use
3726 test_prefix_command_help to test 'help maint info', and remove
3727 repeated test of 'help maint'.
3728
3729 2018-05-04 Tom Tromey <tom@tromey.com>
3730
3731 PR gdb/22619:
3732 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3733 behavior.
3734
3735 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * gdb.base/maint.exp: Process output from 'maint print registers'
3738 line at a time.
3739
3740 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3743 timeout.
3744
3745 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3746
3747 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3748 filter pattern.
3749
3750 2018-05-02 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3753 to_log_command renames.
3754 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3755
3756 2018-05-02 Tom Tromey <tom@tromey.com>
3757
3758 * gdb.python/py-parameter.exp: Set test message.
3759
3760 2018-05-02 Tom Tromey <tom@tromey.com>
3761
3762 PR python/20084:
3763 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3764 PARAM_ZUINTEGER_UNLIMITED tests.
3765
3766 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3767
3768 PR rust/23124
3769 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3770 when casting.
3771
3772 2018-04-30 Tom Tromey <tom@tromey.com>
3773
3774 * gdb.python/py-type.exp: Check align attribute.
3775 * gdb.python/py-type.c: New "aligncheck" global.
3776
3777 2018-04-30 Tom Tromey <tom@tromey.com>
3778
3779 PR exp/17095:
3780 * gdb.dwarf2/dw2-align.exp: New file.
3781 * gdb.cp/align.exp: New file.
3782 * gdb.base/align.exp: New file.
3783 * lib/gdb.exp (gdb_int128_helper): New proc.
3784 (has_int128_c, has_int128_cxx): New caching procs.
3785
3786 2018-04-27 Tom Tromey <tom@tromey.com>
3787
3788 PR rust/22545:
3789 * gdb.rust/simple.exp: Add inclusive range tests.
3790
3791 2018-04-26 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3794 ifunc breakpoint locations correctly of ifunc breakpoints set
3795 while the program resolves the ifunc.
3796
3797 2018-04-26 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/gnu-ifunc-final.c: New file.
3800 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3801 * gdb.base/gnu-ifunc.exp (executable): Delete.
3802 (staticexecutable): Adjust.
3803 (lib_opts, exec_opts): Delete.
3804 (make_binsuffix, build, set-break): New procedures.
3805 (misc_tests): New, with tests factored out from the top level.
3806 (top level): Test different combinations of ifunc resolver name,
3807 resolver with and with debug info, and ifunc target with and
3808 without debug info. Wrap static tests with with_target_prefix.
3809
3810 2018-04-26 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3813 return type" warnings.
3814
3815 2018-04-25 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3818 killed".
3819 * gdb.base/kill-after-signal.exp: Likewise.
3820 * gdb.threads/kill.exp: Likewise.
3821
3822 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3823 Sergio Durigan Junior <sergiodj@redhat.com>
3824 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3827 regexps to expect for '[Inferior ... detached]' as well.
3828 * gdb.base/attach.exp: Likewise.
3829 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3830 "gdb_continue_to_end".
3831 (test_catch_syscall_with_wrong_args): Likewise.
3832 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3833 ']'. Don't set 'verbose' on.
3834 * gdb.base/foll-vfork.exp: Likewise.
3835 * gdb.base/fork-print-inferior-events.c: New file.
3836 * gdb.base/fork-print-inferior-events.exp: New file.
3837 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3838 '[Inferior ... has been killed]' message.
3839 * gdb.base/kill-after-signal.exp: Likewise.
3840 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3841 detach message.
3842 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3843 message.
3844 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3845 regexps to expect for '[Inferior ... detached]' as well.
3846 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3847
3848 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3849
3850 PR gdb/23104
3851 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3852
3853 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3854
3855 * gdb.threads/multiple-successive-infcall.c: New test.
3856 * gdb.threads/multiple-successive-infcall.exp: New file.
3857
3858 2018-04-17 Tom Tromey <tom@tromey.com>
3859
3860 * gdb.rust/simple.rs (Union): New type.
3861 (main): New local "u".
3862 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3863
3864 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3865
3866 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3867 number information in output of "whereis" command.
3868 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3869
3870 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3871
3872 * gdb.ada/info_types.exp: Adjust expected output to the line
3873 numbers now printed by "info var/func/type".
3874 * gdb.base/completion.exp: Likewise.
3875 * gdb.base/included.exp: Likewise.
3876 * gdb.cp/cp-relocate.exp: Likewise.
3877 * gdb.cp/cplusfuncs.exp: Likewise.
3878 * gdb.cp/namespace.exp: Likewise.
3879 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3880
3881 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3882
3883 * gdb.btrace/cpu.exp: New.
3884
3885 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3886
3887 * gdb.base/step-indirect-call-thunk.exp: New.
3888 * gdb.base/step-indirect-call-thunk.c: New.
3889 * gdb.reverse/step-indirect-call-thunk.exp: New.
3890 * gdb.reverse/step-indirect-call-thunk.c: New.
3891
3892 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3893
3894 * gdb.base/pie-fork.c: New file.
3895 * gdb.base/pie-fork.exp: New file.
3896
3897 2018-04-11 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3900
3901 2018-04-10 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3904 exits. Instead loop running forever.
3905 (fork_parent): Run forever too.
3906
3907 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3908
3909 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3910 mi_continue_to_line.
3911 * gdb.mi/mi-stack.c (callee4): Add comment.
3912
3913 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3914
3915 * gdb.mi/mi-stack.exp: Fix indentation.
3916
3917 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3918
3919 PR gdb/22979
3920 * gdb.arch/amd64-osabi.exp: New file.
3921
3922 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3923
3924 PR gdb/22980
3925 * gdb.base/osabi.exp: New file.
3926
3927 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3928
3929 * gdb.cp/static-typedef-print.exp: New file.
3930 * gdb.cp/static-typedef-print.cc: New file.
3931
3932 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.ada/varsize_limit: New testcase.
3935
3936 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3937
3938 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3939
3940 * gdb.ada/notcplusplus: New testcase.
3941
3942 * gdb.base/c-linkage-name.c: New file.
3943 * gdb.base/c-linkage-name.exp: New testcase.
3944
3945 2018-03-26 Tom Tromey <tom@tromey.com>
3946
3947 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3948 * gdb.python/py-framefilter.py (name_error): New global.
3949 (ErrorInName.function): Use name_error.
3950
3951 2018-03-26 Tom Tromey <tom@tromey.com>
3952
3953 PR backtrace/15582:
3954 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3955
3956 2018-03-23 Keith Seitz <keiths@redhat.com>
3957
3958 PR c++/22968
3959 * gdb.cp/subtypes.exp: New file.
3960 * gdb.cp/subtypes.h: New file.
3961 * gdb.cp/subtypes.cc: New file.
3962 * gdb.cp/subtypes-2.cc: New file.
3963
3964 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3967 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3968 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3969 -nostartfiles when compiling the test. Confirm that all registers
3970 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3971
3972 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3975 option, syntax was wrong anyway.
3976 * gdb.arch/arm-disp-step.exp: Likewise.
3977 * gdb.arch/sparc64-regs.exp: Likewise.
3978 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3979 option, syntax was wrong anyway, switch to use
3980 prepare_for_testing.
3981 * gdb.arch/i386-disp-step.exp: Likewise.
3982
3983 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3984
3985 * gdb.ada/exec_changed.exp: Replace "target_info exists
3986 use_gdb_stub" by "use_gdb_stub".
3987 * gdb.ada/start.exp: Likewise.
3988 * gdb.base/async-shell.exp: Likewise.
3989 * gdb.base/attach-pie-misread.exp: Likewise.
3990 * gdb.base/attach-wait-input.exp: Likewise.
3991 * gdb.base/break-entry.exp: Likewise.
3992 * gdb.base/break-interp.exp: Likewise.
3993 * gdb.base/dprintf-detach.exp: Likewise.
3994 * gdb.base/nostdlib.exp: Likewise.
3995 * gdb.base/solib-nodir.exp: Likewise.
3996 * gdb.base/statistics.exp: Likewise.
3997 * gdb.base/testenv.exp: Likewise.
3998 * gdb.mi/mi-exec-run.exp: Likewise.
3999 * gdb.mi/mi-start.exp: Likewise.
4000 * gdb.multi/dummy-frame-restore.exp: Likewise.
4001 * gdb.multi/multi-arch-exec.exp: Likewise.
4002 * gdb.multi/multi-arch.exp: Likewise.
4003 * gdb.multi/tids.exp: Likewise.
4004 * gdb.multi/watchpoint-multi.exp: Likewise.
4005 * gdb.python/py-events.exp: Likewise.
4006 * gdb.threads/attach-into-signal.exp: Likewise.
4007 * gdb.threads/attach-stopped.exp: Likewise.
4008 * gdb.threads/threadapply.exp: Likewise.
4009 * lib/selftest-support.exp: Likewise.
4010
4011 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4012
4013 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4014
4015 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4016
4017 * gdb.perf/template-breakpoints.cc: New file.
4018 * gdb.perf/template-breakpoints.exp: New file.
4019 * gdb.perf/template-breakpoints.py: New file.
4020
4021 2018-03-19 Tom Tromey <tom@tromey.com>
4022
4023 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4024 y0.
4025 * gdb.rust/simple.exp: Test bare identifier form of struct
4026 initializer.
4027
4028 2018-03-19 Tom Tromey <tom@tromey.com>
4029
4030 * gdb.gdb/observer.exp: Remove.
4031
4032 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4033
4034 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4035 "qualified" option when setting breakpoints.
4036 * gdb.trace/backtrace.exp: Likewise.
4037 * gdb.trace/circ.exp: Likewise.
4038 * gdb.trace/collection.exp: Likewise.
4039 * gdb.trace/disconnected-tracing.exp: Likewise.
4040 * gdb.trace/ftrace-lock.exp: Likewise.
4041 * gdb.trace/ftrace.exp: Likewise.
4042 * gdb.trace/infotrace.exp: Likewise.
4043 * gdb.trace/packetlen.exp: Likewise.
4044 * gdb.trace/passc-dyn.exp: Likewise.
4045 * gdb.trace/qtro.exp: Likewise.
4046 * gdb.trace/read-memory.exp: Likewise.
4047 * gdb.trace/report.exp: Likewise.
4048 * gdb.trace/signal.exp: Likewise.
4049 * gdb.trace/status-stop.exp: Likewise.
4050 * gdb.trace/strace.exp: Likewise.
4051 * gdb.trace/tfind.exp: Likewise.
4052 * gdb.trace/trace-break.exp: Likewise.
4053 * gdb.trace/trace-condition.exp: Likewise.
4054 * gdb.trace/trace-mt.exp: Likewise.
4055 * gdb.trace/tstatus.exp: Likewise.
4056 * gdb.trace/tsv.exp: Likewise.
4057 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4058 * gdb.trace/unavailable.exp: Likewise.
4059 * gdb.trace/while-dyn.exp: Likewise.
4060
4061 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4062
4063 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4064 that libinproctrace is copied to the target.
4065
4066 2018-03-14 Tom Tromey <tom@tromey.com>
4067
4068 PR cli/14977:
4069 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4070 a null pointer.
4071 * gdb.base/wchar.exp: Likewise.
4072
4073 2018-03-14 Tom Tromey <tom@tromey.com>
4074
4075 PR cli/19918:
4076 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4077 flag.
4078
4079 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 PR gdb/22841
4082 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4083 "target" to remote_exec.
4084
4085 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4086
4087 PR gdb/22841
4088 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4089 ${board}_upload): Remove.
4090
4091 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4092
4093 * gdb.cp/watch-cp.cc: New test.
4094 * gdb.cp/watch-cp.exp: New file.
4095
4096 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4097
4098 * gdb.base/infcall-nested-structs.exp: New file.
4099 * gdb.base/infcall-nested-structs.c: New file.
4100 * gdb.base/float.exp: Add riscv support.
4101
4102 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4103
4104 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4105 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4106
4107 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4108
4109 * gdb.server/abspath.exp: New file.
4110 * lib/gdb.exp (with_cwd): New procedure.
4111
4112 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4113
4114 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4115 use it.
4116 (gdb_is_target_remote_prompt): New proc.
4117 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4118 (gdb_is_target_native): Pass prompt parameter to
4119 gdb_is_target_1.
4120
4121 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4122
4123 * gdb.base/load-command.c: New file.
4124 * gdb.base/load-command.exp: New file.
4125 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4126 (gdb_is_target_1): ...this, and generalize for other targets
4127 than just remote.
4128 (gdb_is_target_remote): Use gdb_is_target_1.
4129 (gdb_is_target_native): use gdb_is_target_1.
4130
4131 2018-02-26 Tom Tromey <tom@tromey.com>
4132
4133 PR python/16497:
4134 * gdb.python/py-framefilter.exp: Update test.
4135
4136 2018-02-26 Tom Tromey <tom@tromey.com>
4137
4138 * gdb.dwarf2/variant.c: New file.
4139 * gdb.dwarf2/variant.exp: New file.
4140
4141 2018-02-26 Tom Tromey <tom@tromey.com>
4142
4143 * gdb.rust/simple.exp: Accept more possible results in enum test.
4144
4145 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4146
4147 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4148 parentheses.
4149
4150 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4151
4152 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4153 name of a variable: $actual_linejj -> $actual_line.
4154
4155 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4156
4157 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4158
4159 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4160
4161 * gdb.btrace/buffer-size.exp: Do not force BTS.
4162
4163 2018-02-14 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4166 getting a "Quit".
4167
4168 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4169
4170 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4171 Fix test name.
4172
4173 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4174
4175 * gdb.cp/m-static.exp: Check type of optimized out static
4176 member.
4177
4178 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4179
4180 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4181 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4182
4183 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4184 Leszek Swirski <leszeks@google.com>
4185
4186 * gdb.python/py-prettyprint.c
4187 (struct to_string_returns_value_inner,
4188 struct to_string_returns_value_wrapper): New.
4189 (main): Add tsrvw variable.
4190 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4191 ToStringReturnsValueWrapper): New classes.
4192 (register_pretty_printers): Register new pretty-printers.
4193 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4194 recursive pretty printer.
4195 * gdb.python/py-mi.exp: Likewise.
4196
4197 2018-02-01 Leszek Swirski <leszeks@google.com>
4198
4199 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4200 functions with the same name as an include file are parsed
4201 correctly.
4202
4203 2018-02-01 Yao Qi <yao.qi@linaro.org>
4204
4205 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4206 "\[^\r\n\]*".
4207
4208 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4209
4210 * gdb.arch/powerpc-prologue-frame.s: New file.
4211 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4212 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4213
4214 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4215
4216 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4217
4218 2018-01-30 Pedro Alves <palves@redhat.com>
4219
4220 PR gdb/13211
4221 * gdb.base/interrupt-daemon.c: New.
4222 * gdb.base/interrupt-daemon.exp: New.
4223 * gdb.multi/multi-term-settings.c: New.
4224 * gdb.multi/multi-term-settings.exp: New.
4225
4226 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.base/break.exp: Save the location where the breakpoint
4229 on break.c:47 was actually inserted when debugging the version
4230 compiled at -O2 and use it in the expected output of the "info
4231 break" test performed soon after.
4232
4233 2018-01-22 Pedro Alves <palves@redhat.com>
4234 Sergio Durigan Junior <sergiodj@redhat.com>
4235
4236 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4237 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4238
4239 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.base/break-include.c, gdb.base/break-include.inc,
4242 gdb.base/break-include.exp: New files.
4243 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4244 line number now being the actual line number where the breakpoint
4245 was inserted.
4246 * gdb.mi/mi-break.exp: Likewise.
4247 * gdb.mi/mi-reverse.exp: Likewise.
4248 * gdb.mi/mi-simplerun.exp: Ditto.
4249
4250 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4253 varobj.
4254 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4255
4256 2018-01-21 Don Breazeal <donb@codesourcery.com>
4257 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.mi/basics.c: Add new global.
4260 * gdb.mi/mi-frame-regs.exp: New file.
4261 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4262 case.
4263
4264 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4267 non-parameter, and on an unknown symbol.
4268
4269 2018-01-19 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4272 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4273
4274 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4275
4276 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4277 setrlimit and chdir to int.
4278
4279 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4280
4281 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4282 function.
4283 (my_tend): Likewise.
4284 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4285 rationale of avoiding FP- and vector instructions.
4286
4287 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4288
4289 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4290 "info reg" with "\[ \t\]*".
4291 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4292 "\[ \t\]+".
4293 * gdb.arch/s390-multiarch.exp: Ditto.
4294 * gdb.base/pc-fp.exp: Ditto.
4295 * gdb.reverse/i386-precsave.exp: Ditto.
4296 * gdb.reverse/i386-reverse.exp: Ditto.
4297 * gdb.reverse/i387-env-reverse.exp: Ditto.
4298 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4299
4300 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4301
4302 * lib/gdb.exp (gdb_compile): Re-enable use of
4303 universal_compile_options for languages other than Rust.
4304
4305 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4306
4307 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4308
4309 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4310
4311 PR gdb/16577
4312 * gdb.base/solib-vanish.exp: New.
4313 * gdb.base/solib-vanish-main.c: New.
4314 * gdb.base/solib-vanish-lib1.c: New.
4315 * gdb.base/solib-vanish-lib2.c: New.
4316
4317 2018-01-17 Yao Qi <yao.qi@linaro.org>
4318
4319 * gdb.compile/compile.exp: Match the address printed for
4320 frame in the output of command "bt".
4321
4322 2018-01-15 Tom Tromey <tom@tromey.com>
4323
4324 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4325 compute sp_reg.
4326
4327 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4328
4329 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4330 to prepare.
4331 (prepare): Return 0 on error, 1 on success.
4332
4333 2018-01-12 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.base/continue-after-aborted-step-over.c: New.
4336 * gdb.base/continue-after-aborted-step-over.exp: New.
4337
4338 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4341 options when not creating an executable.
4342
4343 2018-01-11 Pedro Alves <palves@redhat.com>
4344
4345 PR remote/22597
4346 * gdb.server/stop-reply-no-thread.c: New file.
4347 * gdb.server/stop-reply-no-thread.exp: New file.
4348
4349 2018-01-10 Pedro Alves <palves@redhat.com>
4350
4351 PR gdb/22670
4352 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4353 functions too. Test setting breakpoints and printing C functions
4354 with no debug info too.
4355 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4356
4357 2018-01-10 Pedro Alves <palves@redhat.com>
4358
4359 PR gdb/22670
4360 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4361 a fail.
4362
4363 2018-01-10 Pedro Alves <palves@redhat.com>
4364
4365 PR gdb/22670
4366 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4367
4368 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4369
4370 * gdb.server/unittest.exp: Match the output in non-development
4371 mode.
4372
4373 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4374
4375 * gdb.gdb/unittest.exp: Match output in non-development mode.
4376
4377 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4378
4379 * gdb.ada/access_tagged_param.exp: Relax expected output
4380 for value of "ObjL" in "continue" to pck.inspect breakpoint
4381 test.
4382
4383 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4384
4385 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4386 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4387
4388 2018-01-05 Pedro Alves <palves@redhat.com>
4389
4390 PR gdb/18653
4391 * gdb.base/libsegfault.exp: New.
4392
4393 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4394
4395 PR gdb/22670
4396 * gdb.ada/access_tagged_param.exp: New file.
4397 * gdb.ada/access_tagged_param/foo.adb: New file.
4398
4399 2018-01-05 Pedro Alves <palves@redhat.com>
4400
4401 PR gdb/22670
4402 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4403 exercise lower case too, and to exercise both full matching and
4404 wild matching.
4405
4406 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4407
4408 * gdb.ada/rename_subscript_param: New testcase.
4409
4410 2018-01-05 Jerome Guitton <guitton@adacore.com>
4411
4412 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4413
4414 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4415
4416 * gdb.ada/convvar_comp: New testcase.
4417
4418 2018-01-05 Xavier Roirand <roirand@adacore.com>
4419
4420 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4421 (My_Table): New global variable.
4422 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4423
4424 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4425
4426 PR gdb/22670
4427 * gdb.ada/maint_with_ada: New testcase.
4428
4429 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4430
4431 PR gdb/22670
4432 * gdb.ada/bp_c_mixed_case: New testcase.
4433
4434 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4435
4436 PR gdb/22670
4437 * gdb.ada/complete.exp: Add "complete break ada" test.
4438
4439 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4440
4441 PR gdb/22670
4442 * gdb.ada/info_addr_mixed_case: New testcase.
4443
4444 2018-01-03 Xavier Roirand <roirand@adacore.com>
4445
4446 * gdb.ada/excep_handle.exp: New testcase.
4447 * gdb.ada/excep_handle/foo.adb: New file.
4448 * gdb.ada/excep_handle/pck.ads: New file.
4449
4450 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4451
4452 * gdb.base/step-line.c: Add extra empty line in copyright header.
4453 * gdb.base/step-line.inp: Likewise.
4454
4455 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4456
4457 * gdb.ada/dyn_stride.exp: Add slice test.
4458
4459 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4460
4461 * gdb.ada/dyn_stride: New testcase.
4462
4463 2017-12-27 Stafford Horne <shorne@gmail.com>
4464
4465 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4466 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4467
4468 2017-12-27 Stafford Horne <shorne@gmail.com>
4469
4470 * gdb.base/reggroups.c: New file.
4471 * gdb.base/reggroups.exp: New file.
4472
4473 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4474
4475 * gdb.dwarf2/ada-valprint-error.c: New file.
4476 * gdb.dwarf2/ada-valprint-error.exp: New file.
4477
4478 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4479
4480 * gdb.ada/assign_arr: New testcase.
4481
4482 2017-12-18 Xavier Roirand <roirand@adacore.com>
4483
4484 * gdb.ada/funcall_ptr: New testcase.
4485
4486 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4487
4488 PR cli/16224
4489 * gdb.base/ptype-offsets.cc: New file.
4490 * gdb.base/ptype-offsets.exp: New file.
4491
4492 2017-12-15 Yao Qi <yao.qi@linaro.org>
4493
4494 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4495 if XML is disabled.
4496
4497 2017-12-15 Xavier Roirand <roirand@adacore.com>
4498
4499 * gdb.ada/same_component_name: New testcase.
4500
4501 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4502
4503 * gdb.ada/str_binop_equal: New testcase.
4504
4505 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4506
4507 * gdb.ada/task_switch_in_core: New testcase.
4508
4509 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4510
4511 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4512 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4513 call test_bkpt_qualified.
4514 (test_bkpt_qualified): New proc.
4515
4516 2017-12-13 Pedro Alves <palves@redhat.com>
4517
4518 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4519 Tighten regexp by matching with an anchor.
4520
4521 2017-12-13 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4524 ("expression with namespace"): New set of tests.
4525 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4526 (Nested::Test_NS::qux): New.
4527 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4528 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4529
4530 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.base/server-del-break.c: New file.
4533 * gdb.base/server-del-break.exp: New file.
4534
4535 2017-12-12 Stafford Horne <shorne@gmail.com>
4536
4537 * gdb.xml/tdesc-regs.exp: Add or1k support.
4538
4539 2017-12-12 Stafford Horne <shorne@gmail.com>
4540
4541 * gdb.base/bp-permanent.c: Define nop of or1k.
4542
4543 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4544
4545 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4546 output with components being reordered.
4547
4548 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4551 output with components being reordered.
4552
4553 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4554 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/maint.exp (check for .gdb_index): Check also for
4557 .debug_names.
4558 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4559 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4560 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4561 (.gdb_index used after symbol reloading): Support also .debug_names.
4562 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4563
4564 2017-12-08 Yao Qi <yao.qi@linaro.org>
4565
4566 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4567 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4568
4569 2017-12-08 Yao Qi <yao.qi@linaro.org>
4570
4571 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4572 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4573
4574 2017-12-08 Yao Qi <yao.qi@linaro.org>
4575
4576 * gdb.arch/aarch64-tagged-pointer.c: New file.
4577 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4578
4579 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4580
4581 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4582 "int".
4583
4584 2017-12-07 Keith Seitz <keiths@redhat.com>
4585
4586 PR breakpoints/22569
4587 * gdb.linespec/ls-errs.exp: Change expected result of "break
4588 -source this file has spaces.c -line 3".
4589 Check that an explicit source file followed by whitespace is
4590 identified as an invalid explicit location.
4591
4592 2017-12-07 Keith Seitz <keiths@redhat.com>
4593
4594 * gdb.cp/nested-types.cc: New file.
4595 * gdb.cp/nested-types.exp: New file.
4596 * lib/cp-support.exp: Load data-structures.exp library.
4597 (debug_cp_test_ptype_class): New global.
4598 (cp_ptype_class_verbose, next_line): New procedures.
4599 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4600 Add and document new return value.
4601 Switch the list of lines to a queue.
4602 Add support for new `type' key for nested type definitions.
4603 Add debugging/troubleshooting messages.
4604 * lib/data-structures.exp: New file.
4605
4606 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4607
4608 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4609 with proc_with_prefix, don't use with_test_prefix.
4610
4611 2017-12-07 Tom Tromey <tom@tromey.com>
4612
4613 * gdb.base/break.exp: Add test for empty "commands".
4614
4615 2017-12-07 Yao Qi <yao.qi@linaro.org>
4616
4617 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4618 malloc and catch syscall.
4619
4620 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4621
4622 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4623 tests for explicit locations.
4624
4625 2017-12-06 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4628 force-disabling XML descriptions.
4629
4630 2017-12-04 Pedro Alves <palves@redhat.com>
4631
4632 PR gdb/22499
4633 * gdb.arch/amd64-disp-step-avx.S: New file.
4634 * gdb.arch/amd64-disp-step-avx.exp: New file.
4635
4636 2017-12-03 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4639 and <string.h>.
4640 (parent_function): Print distinct messages when waitpid fails, or
4641 the child exits with a signal, or the child exits for an unhandled
4642 reason.
4643 * gdb.threads/process-dies-while-detaching.exp
4644 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4645 it. Wait for both inferior output and GDB's prompt. Use an
4646 indirect spawn id list.
4647 (do_detach): New parameter 'child_exit'. Use it to compute
4648 expected inferior output.
4649 (test_detach, test_detach_watch, test_detach_killed_outside):
4650 Adjust to pass down the expected child exit kind.
4651
4652 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4653 Sergio Durigan Junior <sergiodj@redhat.com>
4654 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4657
4658 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4659
4660 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4661 to 'symbol-file' and 'add-symbol-file' can be
4662 position-independent.
4663
4664 2017-12-01 Yao Qi <yao.qi@linaro.org>
4665
4666 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4667 the URL in copyright header.
4668 * gdb.arch/aarch64-fp.exp: Likewise.
4669 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4670 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4671 * gdb.base/expand-psymtabs.exp: Likewise.
4672 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4673 * gdb.fortran/common-block.exp: Likewise.
4674 * gdb.fortran/common-block.f90: Likewise.
4675 * gdb.fortran/logical.exp: Likewise.
4676 * gdb.fortran/vla-datatypes.f90: Likewise.
4677 * gdb.fortran/vla-sub.f90: Likewise.
4678
4679 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4680
4681 * gdb.ada/repeat_dyn: New testcase.
4682
4683 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4684
4685 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4686 Update for changed thread numbering.
4687 * gdb.cell/bt.exp: Update for changed GDB output.
4688
4689 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4690
4691 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4692 setting isremote by hand.
4693 * boards/dwarf4-gdb-index.exp: Likewise.
4694 * boards/fission.exp: Likewise.
4695 * boards/stabs.exp: Likewise.
4696
4697 2017-11-30 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.linespec/cpls-ops.exp
4700 (check_explicit_skips_function_argument): Extract the underlying
4701 type of size_t instead of hardcoding it.
4702
4703 2017-11-29 Pedro Alves <palves@redhat.com>
4704
4705 PR c++/19436
4706 * gdb.linespec/cpls-abi-tag.cc: New file.
4707 * gdb.linespec/cpls-abi-tag.exp: New file.
4708
4709 2017-11-29 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/langs.exp: Use -qualified.
4712 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4713 it.
4714 * gdb.cp/namespace.exp: Use -qualified.
4715 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4716 (overload-3, template-overload, template-ret-type, const-overload)
4717 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4718 procedures.
4719 (test_driver): Call them.
4720 * gdb.cp/save-bp-qualified.cc: New.
4721 * gdb.cp/save-bp-qualified.exp: New.
4722 * gdb.linespec/explicit.exp: Test -qualified.
4723 * lib/completion-support.exp (completion::explicit_opts_list): Add
4724 "-qualified".
4725 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4726
4727 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4728
4729 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4730
4731 2017-11-29 Tom Tromey <tom@tromey.com>
4732
4733 * gdb.base/relocate.exp: Update invalid argument test.
4734 Add new tests for invalid arguments.
4735
4736 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4737
4738 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4739 Return 0 as a long.
4740 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4741
4742 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4743
4744 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4745 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4746 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4747 func ().
4748 * gdb.cp/shadow.cc (B.func): Return 0.
4749
4750 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4751
4752 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4753 expected output in gdb_expect call to allow the exception
4754 message to be present as well. Fix syntax confusion to avoid
4755 TCL thinking that exception_name is an array.
4756
4757 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4758
4759 * gdb.arch/spu-info.c: Include <unistd.h>.
4760 (do_signal_test): Fix broken calls to write.
4761 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4762 Fix checks for empty mailboxes. Update signal tests for corrected
4763 do_signal_test routine. Allow nonzero event status.
4764 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4765 * gdb.cell/arch.exp: Use standard_output_file.
4766 * gdb.cell/break.exp: Likewise.
4767 * gdb.cell/bt.exp: Likewise.
4768 * gdb.cell/core.exp: Likewise.
4769 * gdb.cell/dwarfaddr.exp: Likewise.
4770 * gdb.cell/ea-cache.exp: Likewise.
4771 * gdb.cell/ea-standalone.exp: Likewise.
4772 * gdb.cell/f-regs.exp: Likewise.
4773 * gdb.cell/fork.exp: Likewise.
4774 * gdb.cell/gcore.exp: Likewise.
4775 * gdb.cell/mem-access.exp: Likewise.
4776 * gdb.cell/ptype.exp: Likewise.
4777 * gdb.cell/registers.exp: Likewise.
4778 * gdb.cell/sizeof.exp: Likewise.
4779 * gdb.cell/solib-symbol.exp: Likewise.
4780 * gdb.cell/solib.exp: Likewise.
4781
4782 2017-11-25 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/complete-empty.exp: New file.
4785 * gdb.base/completion.exp: Adjust.
4786
4787 2017-11-25 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.linespec/cpls-ops.cc: New file.
4790 * gdb.linespec/cpls-ops.exp: New file.
4791 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4792 factored out from ...
4793 (test_complete_prefix_range): ... this.
4794
4795 2017-11-24 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.linespec/cpcompletion.exp: New file.
4798 * gdb.linespec/cpls-hyphen.cc: New file.
4799 * gdb.linespec/cpls.cc: New file.
4800 * gdb.linespec/cpls2.cc: New file.
4801 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4802 test to use test_gdb_complete_unique. Add label completion,
4803 keyword completion and explicit location completion tests.
4804 * lib/completion-support.exp: New file.
4805
4806 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4809 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4810 when hitting an exception catchpoint.
4811
4812 2017-11-22 Yao Qi <yao.qi@linaro.org>
4813
4814 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4815
4816 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4817
4818 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4819 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4820 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4821
4822 2017-11-22 Yao Qi <yao.qi@linaro.org>
4823
4824 * gdb.base/info-os.exp: Pass pthreads.
4825 * gdb.multi/multi-attach.exp: Likewise.
4826
4827 2017-11-22 Yao Qi <yao.qi@linaro.org>
4828
4829 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4830 compiler.
4831
4832 2017-11-22 Yao Qi <yao.qi@linaro.org>
4833
4834 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4835 * gdb.base/break-interp.exp: Likewise.
4836 * gdb.base/jit-attach-pie.exp: Likewise.
4837
4838 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4839
4840 * gdb.base/float128.c (large128): New variable.
4841 * gdb.base/float128.exp: Add test to print largest __float128 value.
4842
4843 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4844
4845 * gdb.arch/vsx-regs.exp: Update register content checks.
4846
4847 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4848
4849 * gdb.arch/ppc-longdouble.exp: New file.
4850 * gdb.arch/ppc-longdouble.c: Likewise.
4851
4852 2017-11-21 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4855
4856 2017-11-20 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4859 (long_double_typedef): New typedefs.
4860 Use DEF on double and long double.
4861 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4862 cases.
4863 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4864 and 'long_double_ptr_same_size' locals. Use them to decide
4865 whether cast from array/function to float is valid/invalid.
4866
4867 2017-11-17 Tom Tromey <tom@tromey.com>
4868
4869 * gdb.rust/traits.rs: New file.
4870 * gdb.rust/traits.exp: New file.
4871
4872 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4873
4874 * gdb.ada/minsyms: New testcase.
4875
4876 2017-11-16 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4879 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4880
4881 2017-11-16 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4884 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4885
4886 2017-11-16 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.server/reconnect-ctrl-c.c: New file.
4889 * gdb.server/reconnect-ctrl-c.exp: New file.
4890
4891 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4892
4893 * gdb.python/py-rbreak.exp: New file.
4894 * gdb.python/py-rbreak.c: New file.
4895 * gdb.python/py-rbreak-func2.c: New file.
4896
4897 2017-11-16 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4900 pattern.
4901 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4902 GDB.
4903
4904 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4905
4906 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4907 regex.
4908
4909 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4910
4911 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4912 test names.
4913
4914 2017-11-09 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4917 factored out from ...
4918 (top level): ... here, and adjusted to avoid expecting beyond the
4919 prompt in a single gdb_test_multiple.
4920
4921 2017-11-09 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4924 output.
4925 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4926 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4927 * gdb.server/ext-run.exp ("kill" test): Likewise.
4928 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4929
4930 2017-11-09 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4933 match till end of line.
4934
4935 2017-11-09 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4938
4939 2017-11-09 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4942 New procedures, factored out from ...
4943 (top level): ... here, and adjusted to avoid expecting beyond the
4944 prompt in one go.
4945
4946 2017-11-09 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4949 output. Fix '?' match.
4950
4951 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4952
4953 * gdb.ada/scoped_watch: New testcase.
4954 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4955 which is actually correct.
4956 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4957 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4958
4959 2017-11-08 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.gdb/complaints.exp (test_initial_complaints)
4962 (test_serial_complaints, test_short_complaints): Call
4963 complaint_internal instead of complaint.
4964
4965 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4966
4967 * gdb.threads/tls-core.c: New file.
4968 * gdb.threads/tls-core.exp: Likewise.
4969
4970 2017-11-08 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4973 (p Exported_Capitalized): New test.
4974 (p exported_capitalized): New test.
4975
4976 2017-11-07 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4979
4980 2017-11-07 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4983 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4984 (disable_invalid, disable_inverted, disable_negative): New
4985 procedures.
4986 ("bad numbers"): New set of tests.
4987
4988 2017-11-07 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.cp/ena-dis-br-range.exp: Add tests.
4991
4992 2017-11-07 Pedro Alves <palves@redhat.com>
4993
4994 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4995
4996 2017-11-07 Xavier Roirand <roirand@adacore.com>
4997 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/ena-dis-br.exp: Add reference to
5000 gdb.cp/ena-dis-br-range.exp.
5001 * gdb.cp/ena-dis-br-range.exp: New file.
5002 * gdb.cp/ena-dis-br-range.cc: New file.
5003
5004 2017-11-06 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/attach-non-pgrp-leader.c: New.
5007 * gdb.base/attach-non-pgrp-leader.exp: New.
5008
5009 2017-11-06 Pedro Alves <palves@redhat.com>
5010
5011 * configure.ac: No longer check for termio.h and sgtty.h.
5012 * configure: Regenerate.
5013 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5014 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5015 Remove termio and sgtty code.
5016
5017 2017-11-03 Yao Qi <yao.qi@linaro.org>
5018
5019 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5020 in GDB is disabled.
5021
5022 2017-11-03 Yao Qi <yao.qi@linaro.org>
5023
5024 * gdb.python/py-thrhandle.exp: Skip it if python is not
5025 enabled.
5026
5027 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5028
5029 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5030 as a breakpoint command.
5031
5032 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5033
5034 PR python/21213
5035 * gdb.python/py-infthread.exp: Test calling
5036 InferiorThread.inferior () multiple times in a row.
5037
5038 2017-10-27 Keith Seitz <keiths@redhat.com>
5039
5040 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5041 Test "info break" for every inlined function breakpoint.
5042
5043 2017-10-27 Yao Qi <yao.qi@linaro.org>
5044
5045 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5046
5047 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5048
5049 * gdb.cp/classes.exp (test_static_members): Test printing
5050 Outer::instance.
5051 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5052 (Inner::instance, Outer::instance): New.
5053
5054 2017-10-24 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5057 extra console" test in two stages.
5058
5059 2017-10-24 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5062
5063 2017-10-24 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5066 loop.
5067
5068 2017-10-24 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5071 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5072
5073 2017-10-24 Pedro Alves <palves@redhat.com>
5074
5075 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5076 parameter and handle it. Don't output read value in test name.
5077
5078 2017-10-24 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5081 custom test name.
5082
5083 2017-10-24 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5086 include the unstable output directory name in the test's name.
5087 (initial_setup_simple) <'set args'>: Use custom test name.
5088
5089 2017-10-24 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5092 with explicit test name.
5093
5094 2017-10-20 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5097 'wait -i'. Use gdb_assert and remote_close.
5098
5099 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5102 number from variable rather than hard-coded.
5103
5104 2017-10-19 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/long-inferior-output.c: New file.
5107 * gdb.base/long-inferior-output.exp: New file.
5108
5109 2017-11-18 Keith Seitz <keiths@redhat.com>
5110
5111 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5112 method.
5113 (main): Call it.
5114 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5115 Add additional user-defined conversion operator tests.
5116
5117 2017-10-17 Pedro Alves <palves@redhat.com>
5118
5119 * boards/native-stdio-gdbserver.exp: Load "local-board".
5120
5121 2017-10-17 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.base/quit-live.c: New file.
5124 * gdb.base/quit-live.exp: New file.
5125
5126 2017-10-16 Keith Seitz <keiths@redhat.com>
5127
5128 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5129 (class_with_protected_typedef, class_with_private_typedef)
5130 (struct_with_public_typedef, struct_with_protected_typedef)
5131 (struct_with_private_typedef): New classes/structs.
5132 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5133 typedefs and access specifiers.
5134
5135 2017-10-16 Pedro Alves <palves@redhat.com>
5136 Simon Marchi <simon.marchi@polymtl.ca>
5137
5138 * README (Local vs Remote vs Native): New section.
5139 * boards/local-board.exp: New file, with bits factored out from
5140 ...
5141 * boards/native-extended-gdbserver.exp: ... here. Load
5142 "local-board".
5143 * boards/native-gdbserver.exp: Load "local-board".
5144 (${board}_spawn, ${board}_exec): Delete.
5145 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5146 ...
5147 * boards/stdio-gdbserver-base.exp: ... this new file.
5148 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5149 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5150 procedure.
5151 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5152 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5153 stdio_gdbserver_command.
5154 (${board}_get_remote_address, ${board}_get_comm_port)
5155 (${board}_download, ${board}_upload): Delete.
5156 (get_target_remote_pipe_cmd): New.
5157
5158 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5159
5160 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5161 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5162 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5163 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5164 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5165 remove with_test_prefix.
5166
5167 2017-10-13 Pedro Alves <palves@redhat.com>
5168
5169 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5170 * gdb.base/annota1.exp: Use it instead of is_remote.
5171 * gdb.base/annota3.exp: Use it instead of is_remote.
5172 * gdb.cp/annota2.exp: Use it instead of is_remote.
5173 * gdb.cp/annota3.exp: Use it instead of is_remote.
5174 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5175
5176 2017-10-13 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5179 (test_num_test_vars, run_and_count_vars, find_env)
5180 (test_set_unset_env, test_inherit_env_var): New procedures.
5181 (top level): Use them.
5182
5183 2017-10-13 Pedro Alves <palves@redhat.com>
5184
5185 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5186 also skip on stub-like targets.
5187
5188 2017-10-13 Pedro Alves <palves@redhat.com>
5189
5190 PR gdb/22293
5191 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5192 (top level): Move some tests to ...
5193 (test_not_found): ... this new procedure.
5194 (top level): Call it.
5195
5196 2017-10-13 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5199 expect different "info terminal" output if testing with a
5200 non-native target.
5201
5202 2017-10-13 Pedro Alves <palves@redhat.com>
5203 Simon Marchi <simon.marchi@polymtl.ca>
5204
5205 PR python/12966
5206 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5207
5208 2017-10-13 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5211 already.
5212
5213 2017-10-13 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5216 is_remote.
5217
5218 2017-10-13 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5221 is_remote.
5222
5223 2017-10-13 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5226 is set.
5227 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5228 instead of is_remote.
5229
5230 2017-10-13 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5233 (top level): Add comment.
5234
5235 2017-10-13 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/remote.exp (top level): Fix comment typo and add
5238 missing return.
5239
5240 2017-10-13 Pedro Alves <palves@redhat.com>
5241 Simon Marchi <simon.marchi@polymtl.ca>
5242
5243 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5244 calls and add comments. Skip test if use_gdb_stub is set.
5245 (top level): Use "set cwd" command instead of "cd" command.
5246
5247 2017-10-13 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5250 is_remote target check.
5251
5252 2017-10-13 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/scope.exp: Use build_executable + clean_restart +
5255 gdb_file_cmd instead of prepare_for_testing and no longer skip
5256 "before run" tests on is_remote target boards. Update comments.
5257 * boards/native-extended-gdbserver.exp
5258 (extended_gdbserver_load_last_file): New, factored out from ...
5259 (gdb_load): ... this. Move further below and add comment.
5260 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5261
5262 2017-10-12 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/attach.exp: Remove references to gdb64.
5265 * gdb.base/dbx.exp: Remove references to gdb64.
5266
5267 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5268 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/label.exp: Remove is_remote target check.
5271
5272 2017-10-12 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.base/auvx.exp (coredir): Update comment.
5275 (top level) <core_works>: Use "set cwd" command instead of "cd"
5276 command.
5277
5278 2017-10-12 Pedro Alves <palves@redhat.com>
5279 Simon Marchi <simon.marchi@polymtl.ca>
5280
5281 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5282 target boards.
5283
5284 2017-10-12 Pedro Alves <palves@redhat.com>
5285 Simon Marchi <simon.marchi@polymtl.ca>
5286
5287 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5288 Instead skip if there's any gdb_protocol set.
5289
5290 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5291 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5294
5295 2017-10-12 Pedro Alves <palves@redhat.com>
5296 Simon Marchi <simon.marchi@polymtl.ca>
5297
5298 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5299 instead of on dejagnu remote boards.
5300
5301 2017-10-12 Pedro Alves <palves@redhat.com>
5302 Simon Marchi <simon.marchi@polymtl.ca>
5303
5304 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5305 checks. Use build_executable + clean_restart instead of
5306 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5307 of enabling non-stop after starting gdb.
5308
5309 2017-10-12 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5312 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5313 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5314 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5315
5316 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5317
5318 * gdb.arch/arc-tdesc-cpu.exp: New file.
5319 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5320
5321 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5322
5323 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5324
5325 2017-10-10 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5328 expect CLI output.
5329
5330 2017-10-10 Pedro Alves <palves@redhat.com>
5331
5332 * lib/selftest-support.exp (selftest_setup): Update for
5333 captured_command_loop's prototype change.
5334
5335 2017-10-09 Pedro Alves <palves@redhat.com>
5336
5337 Test both arch1=>arch2 and arch2=>arch1.
5338
5339 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5340 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5341 factored out to...
5342 (append_arch1_options, append_arch2_options, append_arch_options)
5343 (build_executables): New procedures.
5344 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5345 local.
5346 (top level): Add new 'first_arch' testing axis.
5347
5348 2017-10-09 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5351 (barrier): New.
5352 (thread_start, all_started): New functions.
5353 (main): Spawn new thread and wait until it is scheduled.
5354 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5355 option.
5356 (do_test): Add 'selected_thread' parameter. Run to all_started
5357 instead of main. Explicitly set the breakpoint at main. Switch
5358 to the SELECTED_THREAD thread.
5359 (top level): Test handling the exec event with either the main
5360 thread or the second thread selected.
5361
5362 2017-10-09 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5365 logic. Move STOP marker after the value checks.
5366 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5367 regexp.
5368
5369 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5370
5371 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5372
5373 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5374
5375 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5376 integer-to-dfp conversion.
5377 * gdb.base/dfp-test.exp: Likewise.
5378
5379 2017-10-04 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.multi/hangout.c: Include <unistd.h>.
5382 (hangout_loop): New function.
5383 (main): Call alarm. Call hangout_loop in a loop.
5384 * gdb.multi/hello.c: Include <unistd.h>.
5385 (hello_loop): New function.
5386 (main): Call alarm. Call hangout_loop in a loop.
5387 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5388 inferior with the other selected.
5389
5390 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5391
5392 * gdb.mi/list-thread-groups-available.exp: New file.
5393 * gdb.mi/list-thread-groups-available.c: New file.
5394
5395 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5396
5397 * gdb.base/set-cwd.exp: Make it available on
5398 native-extended-gdbserver.
5399
5400 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5401
5402 * gdb.base/set-cwd.c: New file.
5403 * gdb.base/set-cwd.exp: Likewise.
5404
5405 2017-10-02 Tom Tromey <tom@tromey.com>
5406
5407 PR rust/22236:
5408 * gdb.rust/simple.rs (main): New variable "fslice".
5409 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5410
5411 2017-10-02 Tom Tromey <tom@tromey.com>
5412
5413 * gdb.rust/simple.exp: Test ptype of a slice.
5414
5415 2017-10-02 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.rust/simple.exp: Test index of slice.
5418
5419 2017-09-27 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5422
5423 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5424 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/compare-sections.exp (get value of read-only section): Read
5427 as unsigned value.
5428 (corrupt read-only section): Likewise and don't set written if patching
5429 failed.
5430
5431 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5432
5433 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5434 files.
5435
5436 2017-09-20 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5439 symbol names in gdb's output.
5440 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5441
5442 2017-09-20 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5445 Rename to ...
5446 (test_list_ambiguous_symbol): ... this and add a symbol name
5447 parameter. Adjust.
5448 (test_list_ambiguous_function): Reimplement on top of
5449 test_list_ambiguous_symbol and also test listing ambiguous
5450 variables.
5451 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5452 (ambiguous_fun): ... this.
5453 (ambiguous_var): New.
5454 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5455 (ambiguous_fun): ... this.
5456 (ambiguous_var): New.
5457
5458 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5459
5460 * gdb.base/starti.c: New file.
5461 * gdb.base/starti.exp: New file.
5462 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5463
5464 2017-09-14 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5467 (top level): Use it instead of runto.
5468
5469 2017-09-11 Tom Tromey <tom@tromey.com>
5470
5471 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5472
5473 2017-09-11 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5476 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5477
5478 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5479
5480 * gdb.fortran/printing-types.exp: New file.
5481 * gdb.fortran/printing-types.exp: New file.
5482
5483 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5484
5485 * gdb.fortran/vla-ptype.exp: Fix typos.
5486 * gdb.fortran/vla-value.exp: Same.
5487
5488 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5489
5490 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5491 * gdb.mi/mi-var-child-f.exp: Likewise.
5492 * gdb.mi/mi-vla-fortran.exp: Likewise.
5493
5494 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5495 Christoph Weinmann <christoph.t.weinmann@intel.com>
5496 Bernhard Heckel <bernhard.heckel@intel.com>
5497
5498 * gdb.fortran/ptr-indentation.f90: New file.
5499 * gdb.fortran/ptr-indentation.exp: New file.
5500
5501 2017-09-05 Tom Tromey <tom@tromey.com>
5502
5503 PR gdb/22010:
5504 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5505
5506 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5507
5508 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5509
5510 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5511
5512 * gdb.threads/tls-nodebug-pie.c: New file.
5513 * gdb.threads/tls-nodebug-pie.exp: New file.
5514
5515 2017-09-05 Tom Tromey <tom@tromey.com>
5516
5517 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5518 for rust.
5519
5520 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5521
5522 * gdb.multi/multi-arch-exec.exp: Test with different
5523 "follow-exec-mode" settings.
5524 (do_test): New procedure.
5525
5526 2017-09-04 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.base/func-static.c (S::method const, S::method volatile)
5529 (S::method volatile const): New methods.
5530 (c_s, v_s, cv_s): New instances.
5531 (main): Call method() on them.
5532 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5533 (cannot_resolve): New procedure.
5534 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5535 print-quote-unquoted columns.
5536 (do_test): Test printing each scope too.
5537
5538 2017-09-04 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/local-static.exp: Also test with
5541 class::method::variable wholly quoted.
5542 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5543
5544 2017-09-04 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.base/local-static.c: New.
5547 * gdb.base/local-static.cc: New.
5548 * gdb.base/local-static.exp: New.
5549
5550 2017-09-04 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.asm/asm-source.exp: Add casts to int.
5553 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5554 (dataglobal64_1, dataglobal64_2): New globals.
5555 * gdb.base/nodebug.exp: Test different expressions involving the
5556 new globals, with print, whatis and ptype. Add casts to int.
5557 * gdb.base/solib-display.exp: Add casts to int.
5558 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5559 * gdb.cp/m-static.exp: Add cast to int.
5560 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5561 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5562 tls variable with no debug info without a cast. Test with a cast
5563 to int too.
5564 * gdb.trace/entry-values.exp: Add casts.
5565
5566 2017-09-04 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/nodebug.exp: Test that ptype's error about functions
5569 with unknown return type includes the function name too.
5570
5571 2017-09-04 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5574 return type of munmap in infcall.
5575 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5576 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5577 type of ftell in infcall.
5578 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5579 type of getpid in infcall.
5580 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5581 infcall.
5582 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5583 Bail on failure to extract the pid.
5584 * gdb.base/nodebug.c: #include <stdint.h>.
5585 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5586 New functions.
5587 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5588 Change expected output of print/whatis/ptype with functions with
5589 no debug info. Test all supported languages. Call
5590 test_call_promotion.
5591 * gdb.compile/compile.exp: Adjust expected output to expect
5592 warning.
5593 * gdb.threads/siginfo-threads.exp: Likewise.
5594
5595 2017-09-04 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5598 "prototypes". Test calling float functions via prototyped and
5599 unprototyped function pointers.
5600 (perform_all_tests): New parameter "prototypes". Pass it down.
5601 (top level): Pass down "prototypes" parameter to
5602 perform_all_tests.
5603
5604 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5605
5606 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5607 Test with nested loops.
5608
5609 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5610
5611 * gdb.base/commands.exp: Call the new procedures.
5612 (loop_break_test, loop_continue_test): New procedures.
5613
5614 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5615
5616 * gdb.base/commands.exp: Call new procedure.
5617 (define_if_without_arg_test): New procedure.
5618
5619 2017-09-04 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/list-ambiguous.exp: New file.
5622 * gdb.base/list-ambiguous0.c: New file.
5623 * gdb.base/list-ambiguous1.c: New file.
5624 * gdb.base/list.exp (test_list_range): Adjust expected output.
5625
5626 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5627
5628 * gdb.base/share-env-with-gdbserver.c: New file.
5629 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5630
5631 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * gdb.base/commands.exp (gdbvar_simple_if_test,
5634 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5635 progvar_simple_if_test, progvar_simple_while_test,
5636 progvar_complex_if_while_test, user_defined_command_test,
5637 user_defined_command_args_eval,
5638 user_defined_command_args_stack_test,
5639 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5640 temporary_breakpoint_commands,
5641 gdb_test_no_prompt, redefine_hook_test,
5642 redefine_backtrace_test): Remove "global gdb_prompt".
5643
5644 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5645
5646 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5647 New proc, call it from toplevel.
5648
5649 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5650
5651 PR remote/21852
5652 * gdb.server/normal.c: New file, copied from gdb.base.
5653 * gdb.server/run-without-local-binary.exp: New file.
5654
5655 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5656
5657 * gdb.arch/sparc64-adi.exp: New file.
5658 * gdb.arch/sparc64-adi.c: New file.
5659
5660 2017-08-22 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5663 (top level): Add "list all overloads" tests.
5664
5665 2017-08-22 Tom Tromey <tom@tromey.com>
5666
5667 * gdb.gdb/xfullpath.exp: Remove.
5668
5669 2017-08-21 Pedro Alves <palves@redhat.com>
5670
5671 PR gdb/19487
5672 * gdb.base/symbol-alias.c: New.
5673 * gdb.base/symbol-alias2.c: New.
5674 * gdb.base/symbol-alias.exp: New.
5675
5676 2017-08-21 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/dfp-test.c
5679 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5680 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5681 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5682 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5683 * gdb.base/whatis-ptype-typedefs.c: New.
5684 * gdb.base/whatis-ptype-typedefs.exp: New.
5685 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5686 (an_int, an_int_type, an_int_type2): New globals.
5687 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5688 involving typedefs and cast expressions.
5689 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5690 (lookup_typedefs_function): New.
5691 (typedefs_pretty_printers_dict): New.
5692 (top level): Register lookup_typedefs_function in
5693 gdb.pretty_printers.
5694
5695 2017-08-18 Yao Qi <yao.qi@linaro.org>
5696
5697 * gdb.server/unittest.exp: New.
5698
5699 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5700
5701 PR gdb/21954
5702 * gdb.base/environ.exp: Add test to check if 'unset environment'
5703 works.
5704
5705 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5706
5707 * lib/gdb.exp (universal_compile_options): New caching proc.
5708 (gdb_compile): Suppress GCC's coloring of messages.
5709
5710 2017-08-14 Tom Tromey <tom@tromey.com>
5711
5712 PR gdb/21675:
5713 * gdb.base/printcmds.exp (test_radices): New function.
5714 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5715 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5716 * lib/gdb.exp (get_integer_valueof): Use p/d.
5717
5718 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5719
5720 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5721 characters.
5722
5723 2017-08-05 Tom Tromey <tom@tromey.com>
5724
5725 * gdb.rust/simple.exp: Allow String to appear in a different
5726 namespace.
5727
5728 2017-07-26 Yao Qi <yao.qi@linaro.org>
5729
5730 * gdb.gdb/unittest.exp: Invoke command
5731 "maintenance check xml-descriptions".
5732
5733 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5734
5735 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5736 calling context.
5737 (hex128): Drop erroneous calculation of parameters.
5738
5739 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * gdb.python/py-unwind.exp: Disable stack protection when
5742 building test file.
5743
5744 2017-07-20 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.base/default.exp (set language): Adjust expected output.
5747
5748 2017-07-20 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5751 (test_minsym): ... this, and make static.
5752 (get_pck__foo__bar__minsym): Rename to ...
5753 (get_test_minsym): ... this.
5754 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5755 symbol names and comments.
5756 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5757 (get_test_minsym): ... this.
5758 (pck__foo__bar__minsym__2): Rename to ...
5759 (test_minsym): ... this.
5760 (main): Adjust.
5761
5762 2017-07-17 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.base/completion.exp: Adjust expected output.
5765 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5766 the completer works.
5767
5768 2017-07-17 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5771
5772 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5775
5776 2017-07-14 Tom Tromey <tom@tromey.com>
5777
5778 PR rust/21764:
5779 * gdb.rust/simple.exp: Add tests.
5780
5781 2017-07-14 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5784
5785 2017-07-14 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.linespec/base/one/thefile.cc (z1): New function.
5788 * gdb.linespec/base/two/thefile.cc (z2): New function.
5789 * gdb.linespec/linespec.exp: Add tests.
5790
5791 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5794 to mi_create_breakpoint.
5795
5796 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5797
5798 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5799 mi_create_breakpoint.
5800
5801 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5802
5803 * gdb.dlang/demangle.exp: Update for demangling changes.
5804
5805 2017-07-09 Tom Tromey <tom@tromey.com>
5806
5807 * gdb.dwarf2/shortpiece.exp: New file.
5808
5809 2017-07-06 David Blaikie <dblaikie@gmail.com>
5810
5811 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5812 built from fissiont-multi-cu{1,2}.c.
5813 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5814 except putting 'main' and 'func' in separate CUs in the same DWO file.
5815 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5816 test.
5817 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5818 test.
5819
5820 2017-07-06 Pedro Alves <palves@redhat.com>
5821
5822 * gdb.python/py-unwind.exp: Test flushregs.
5823
5824 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5825
5826 PR cli/21688
5827 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5828 tests for alias commands and trailing whitespace.
5829
5830 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5831
5832 PR cli/21688
5833 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5834 procedure. Call it.
5835
5836 2017-06-29 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.base/printcmds.exp: Add tests.
5839
5840 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5841
5842 PR gdb/21337
5843 * gdb.base/reread-readsym.exp: New file.
5844 * gdb.base/reread-readsym.c: New file.
5845
5846 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5847
5848 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5849 subpattern.
5850
5851 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5852
5853 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5854 extended mnemonic.
5855 * gdb.arch/powerpc-power9.s: Likewise.
5856
5857 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5858
5859 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5860 on 32-bit x86 targets. Exploit is_*_target macros where
5861 appropriate.
5862
5863 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5864
5865 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5866 register pieces.
5867
5868 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5869
5870 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5871 located in one or more DWARF pieces.
5872
5873 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5874
5875 * lib/gdb.exp (get_endianness): New proc.
5876 * gdb.arch/aarch64-fp.exp: Use it.
5877 * gdb.arch/altivec-regs.exp: Likewise.
5878 * gdb.arch/e500-regs.exp: Likewise.
5879 * gdb.arch/vsx-regs.exp: Likewise.
5880 * gdb.base/dump.exp: Likewise.
5881 * gdb.base/funcargs.exp: Likewise.
5882 * gdb.base/gnu_vector.exp: Likewise.
5883 * gdb.dwarf2/formdata16.exp: Likewise.
5884 * gdb.dwarf2/implptrpiece.exp: Likewise.
5885 * gdb.dwarf2/nonvar-access.exp: Likewise.
5886 * gdb.python/py-inferior.exp: Likewise.
5887 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5888
5889 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5890
5891 PR gdb/21226
5892 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5893 stack value pieces are taken from the LSB end.
5894
5895 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5898 variable at nonzero offset.
5899
5900 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5901
5902 * gdb.dwarf2/var-access.c: New file.
5903 * gdb.dwarf2/var-access.exp: New test.
5904 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5905
5906 2017-06-12 Tom Tromey <tom@tromey.com>
5907
5908 * gdb.dwarf2/formdata16.exp: Add tests.
5909
5910 2017-06-12 Tom Tromey <tom@tromey.com>
5911
5912 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5913
5914 2017-06-12 Tom Tromey <tom@tromey.com>
5915
5916 PR exp/16225:
5917 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5918 * gdb.arch/vsx-regs.exp: Update tests.
5919 * gdb.arch/s390-vregs.exp (hex128): New proc.
5920 Update test.
5921 * gdb.arch/altivec-regs.exp: Update tests.
5922
5923 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5924
5925 * gdb.base/startup-with-shell.c: New file.
5926 * gdb.base/startup-with-shell.exp: Likewise.
5927
5928 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5929
5930 * gdb.server/non-existing-program.exp: Update regex in order to
5931 reflect the fact that gdbserver is now using fork_inferior (with a
5932 shell) to startup the inferior.
5933
5934 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5935
5936 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5937 support function calls from GDB.
5938
5939 2017-05-21 Tom Tromey <tom@tromey.com>
5940
5941 PR rust/21466:
5942 * gdb.rust/unsized.exp: New file.
5943 * gdb.rust/unsized.rs: New file.
5944
5945 2017-05-19 Tom Tromey <tom@tromey.com>
5946
5947 PR rust/21484:
5948 * gdb.rust/watch.exp: New file.
5949 * gdb.rust/watch.rs: New file.
5950
5951 2017-05-18 Tom Tromey <tom@tromey.com>
5952
5953 * gdb.rust/simple.exp: Allow Box to be qualified.
5954
5955 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5956
5957 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5958
5959 2017-05-18 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.base/fileio.c (test_write, test_read, test_close)
5962 (test_fstat): Don't print 'ret' in the fail path.
5963
5964 2017-05-18 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5967 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5968 (test_system, test_rename, test_unlink, test_time): Change
5969 prototypes.
5970 * gdb.base/fileio.exp (stop_msg): Adjust.
5971
5972 2017-05-18 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.base/fileio.c (null_str): New global.
5975 (test_stat): Use it.
5976 * gdb.base/fileio.exp: Remove nowarnings.
5977
5978 2017-05-17 Yao Qi <yao.qi@linaro.org>
5979
5980 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5981
5982 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5983
5984 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5985 argument command.
5986 (top-level): Invoke test_set_inferior_tty.
5987
5988 2017-05-04 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5991 Add parens to print call for Python 3.
5992
5993 2017-05-03 Keith Seitz <keiths@redhat.com>
5994
5995 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5996 (main): Call it.
5997
5998 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5999
6000 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6001 to prev and next.
6002
6003 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6004
6005 * gdb.python/py-record-btrace.exp: Remove test for
6006 gdb.BtraceInstruction.error.
6007
6008 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6009
6010 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6011
6012 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6013
6014 * gdb.python/py-record-btrace-threads.c: New file.
6015 * gdb.python/py-record-btrace-threads.exp: New file.
6016
6017 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6018
6019 PR testsuite/8595
6020 * gdb.base/environ.exp: Make test available in all architectures.
6021 Move bits related to "info program" testing to
6022 gdb.base/info-program.exp. Rewrite tests to use the two new
6023 procedures mentione below.
6024 (test_set_show_env_var) New procedure.
6025 (test_set_show_env_var_equal): Likewise.
6026 * gdb.base/info-program.exp: New file.
6027
6028 2017-04-27 Keith Seitz <keiths@redhat.com>
6029
6030 * gdb.cp/oranking.cc (test15): New function.
6031 (main): Call test15 and declare additional variables for testing.
6032 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6033 "p foo101('abc')" tests.
6034 Add tests for cv qualifier overloads.
6035 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6036 "lvalue reference overload" test.
6037 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6038 "print value of f1 on Child&& in f2" test.
6039
6040 2017-04-19 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6043 procedure.
6044 (top level): Call it.
6045 * lib/gdb.exp (gdb_define_cmd): New procedure.
6046
6047 2017-04-12 Pedro Alves <palves@redhat.com>
6048
6049 PR gdb/21323
6050 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6051 (wchar): New global.
6052 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6053 (do_test_wide_char, wide_char_types_no_program, top level): Add
6054 wchar_t testing.
6055
6056 2017-04-12 Pedro Alves <palves@redhat.com>
6057
6058 PR c++/21323
6059 * gdb.cp/wide_char_types.c: New file.
6060 * gdb.cp/wide_char_types.exp: New file.
6061
6062 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6063
6064 PR gdb/21352
6065 * gdb.trace/tsv.exp: Add test for "tsave -r".
6066
6067 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6068
6069 * gdb.dlang/watch-loc.c: New file.
6070 * gdb.dlang/watch-loc.exp: New file.
6071
6072 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6075
6076 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6077
6078 * gdb.arch/arc-analyze-prologue.S: New file.
6079 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6080
6081 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6082
6083 * gdb.arch/arc-decode-insn.S: New file.
6084 * gdb.arch/arc-decode-insn.exp: Likewise.
6085
6086 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6087
6088 PR tdep/20928
6089 * gdb.arch/sparc64-regs.exp: New file.
6090 * gdb.arch/sparc64-regs.S: Likewise.
6091
6092 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6093
6094 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6095 and memory view on Python 3.
6096
6097 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6098 Keith Seitz <keiths@redhat.com>
6099
6100 PR gdb/14441
6101 * gdb.cp/demangle.exp: Add rvalue reference tests.
6102 * gdb.cp/rvalue-ref-casts.cc: New file.
6103 * gdb.cp/rvalue-ref-casts.exp: New file.
6104 * gdb.cp/rvalue-ref-overload.cc: New file.
6105 * gdb.cp/rvalue-ref-overload.exp: New file.
6106 * gdb.cp/rvalue-ref-params.cc: New file.
6107 * gdb.cp/rvalue-ref-params.exp: New file.
6108 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6109 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6110 * gdb.cp/rvalue-ref-types.cc: New file.
6111 * gdb.cp/rvalue-ref-types.exp: New file.
6112 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6113 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6114
6115 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6116
6117 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6118 New procedure.
6119
6120 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6121
6122 * lib/mi-support.exp (mi_gdb_test): Add additional message
6123 for unexpected output.
6124
6125 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6126
6127 * gdb.base/examine-backward.c (Barrier): New character array
6128 constant, to ensure that TestStrings is preceded by a string
6129 terminator.
6130
6131 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6132
6133 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6134 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6135 and implicit pointer into such a location.
6136
6137 2017-03-16 Doug Evans <dje@google.com>
6138
6139 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6140
6141 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6142
6143 * gdb.cp/m-static.exp: Fix expectation for prototype of
6144 test5.single_constructor and single_constructor::single_constructor.
6145
6146 2017-03-16 Doug Evans <dje@google.com>
6147
6148 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6149 * gdb.guile/scm-lazy-string.c: New file.
6150 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6151 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6152 for pointer, array, typedef lazy strings.
6153
6154 2017-03-16 Doug Evans <dje@google.com>
6155
6156 PR python/17728, python/18439, python/18779
6157 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6158 * gdb.python/py-lazy-string.c (pointer): New typedef.
6159 (main): New locals ptr, array, typedef_ptr.
6160 * gdb.python/py-value.exp: Move lazy string tests to ...
6161 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6162 array, typedef lazy strings.
6163
6164 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6165
6166 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6167 Add optional 'test' parameter.
6168
6169 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6170
6171 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6172 Skip for versions of DejaGnu < 1.5.
6173
6174 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * lib/gdb.exp (dejagnu_version): New proc.
6177 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6178 Use dejagnu_version.
6179
6180 2017-03-10 Keith Seitz <keiths@redhat.com>
6181
6182 PR c++/8128
6183 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6184 type from destructor regexps.
6185 Add a branch which actually passes the test.
6186 Adjust "ptype t5i" test names.
6187
6188 2017-03-08 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.base/step-over-exit.exp: Add explicit test message.
6191
6192 2017-03-08 Pedro Alves <palves@redhat.com>
6193
6194 PR gdb/18360
6195 * gdb.threads/interrupt-while-step-over.c: New file.
6196 * gdb.threads/interrupt-while-step-over.exp: New file.
6197
6198 2017-03-08 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6201 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6202
6203 2017-03-08 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6206 PKRU as not supported as a PASS.
6207
6208 2017-03-08 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6211 prefix instead of $binfile1/$binfile2.
6212 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6213 in test message.
6214 * gdb.python/py-completion.exp: Use "load python file" as test
6215 messages instead of unstable path names.
6216
6217 2017-03-08 Pedro Alves <palves@redhat.com>
6218 Jan Kratochvil <jan.kratochvil@redhat.com>
6219
6220 PR cli/21218
6221 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6222 New proc.
6223 (top level): Call it.
6224
6225 2017-03-08 Pedro Alves <palves@redhat.com>
6226
6227 PR tui/21216
6228 * gdb.tui/tui-nl-filtered-output.exp: New file.
6229
6230 2017-03-08 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/completion.exp: Move TUI completion tests to ...
6233 * gdb.tui/completion.exp: ... this new file.
6234
6235 2017-03-08 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/tui-disasm-long-lines.c,
6238 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6239 gdb.base/tui-layout.exp: Move to ...
6240 * gdb.tui/: ... this new directory.
6241
6242 2017-03-07 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/tui-layout.c: New file.
6245 * gdb.base/tui-layout.exp: New file.
6246
6247 2017-03-07 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/tui-layout.c: Rename to ...
6250 * gdb.base/tui-disasm-long-lines.c: ... this.
6251 * gdb.base/tui-layout.exp: Rename to ...
6252 * gdb.base/tui-disasm-long-lines.exp: ... this.
6253
6254 2017-03-07 Pedro Alves <palves@redhat.com>
6255
6256 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6257
6258 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6259
6260 * i386-mpx-call.c: New file.
6261 * i386-mpx-call.exp: New file.
6262
6263 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6264
6265 * gdb.arch/powerpc-power.exp: Delete test.
6266 * gdb.arch/powerpc-power.s: Likewise.
6267 * gdb.disasm/disassembler-options.exp: New test.
6268 * gdb.arch/powerpc-altivec.exp: Likewise.
6269 * gdb.arch/powerpc-altivec.s: Likewise.
6270 * gdb.arch/powerpc-altivec2.exp: Likewise.
6271 * gdb.arch/powerpc-altivec2.s: Likewise.
6272 * gdb.arch/powerpc-altivec3.exp: Likewise.
6273 * gdb.arch/powerpc-altivec3.s: Likewise.
6274 * gdb.arch/powerpc-power7.exp: Likewise.
6275 * gdb.arch/powerpc-power7.s: Likewise.
6276 * gdb.arch/powerpc-power8.exp: Likewise.
6277 * gdb.arch/powerpc-power8.s: Likewise.
6278 * gdb.arch/powerpc-power9.exp: Likewise.
6279 * gdb.arch/powerpc-power9.s: Likewise.
6280 * gdb.arch/powerpc-vsx.exp: Likewise.
6281 * gdb.arch/powerpc-vsx.s: Likewise.
6282 * gdb.arch/powerpc-vsx2.exp: Likewise.
6283 * gdb.arch/powerpc-vsx2.s: Likewise.
6284 * gdb.arch/powerpc-vsx3.exp: Likewise.
6285 * gdb.arch/powerpc-vsx3.s: Likewise.
6286 * gdb.arch/arm-disassembler-options.exp: Likewise.
6287 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6288 * gdb.arch/s390-disassembler-options.exp: Likewise.
6289
6290 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6291
6292 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6293 (check_supported_features): ... this. Changed return type to void.
6294 (supports_rdseed): New static global.
6295 (rdseed): Check supports_rdseed.
6296 (initialize): Call check_supported_features.
6297
6298 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6299
6300 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6301 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6302 and lqarx/stqcx.
6303 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6304 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6305
6306 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6307
6308 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6309 uppercase.
6310
6311 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 * gdb.dwarf2/formdata16.c: New file.
6314 * gdb.dwarf2/formdata16.exp: New file.
6315 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6316
6317 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6318
6319 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6320 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6321 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6322 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6323 DW_AT_GNU_*.
6324
6325 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6328
6329 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6330
6331 PR gdb/21164
6332 * gdb.base/maint.exp: Add testcases for when the commands do
6333 not have arguments.
6334
6335 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6336
6337 * gdb.cp/chained-calls.exp: Use p instead of P.
6338
6339 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6340
6341 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6342 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6343
6344 2017-02-14 Tom Tromey <tom@tromey.com>
6345
6346 PR python/13598:
6347 * gdb.python/py-events.exp: Add before_prompt event tests.
6348
6349 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6350
6351 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6352
6353 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6354
6355 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6356 (main): Call my_unique_function_name.
6357 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6358 completion of patterns with a single match.
6359 Add missing -re switches to gdb_test_multiple calls.
6360
6361 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6362
6363 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6364 return if core file is not recognized.
6365
6366 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6367
6368 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6369 and extra UIs.
6370
6371 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6372
6373 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6374 proc_with_prefix.
6375
6376 2017-02-10 Tom Tromey <tom@tromey.com>
6377
6378 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6379
6380 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6381
6382 PR gdb/21122
6383 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6384
6385 2017-02-08 Jerome Guitton <guitton@adacore.com>
6386
6387 * gdb.base/define.exp: Add test for command abbreviations
6388 in define.
6389
6390 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6391
6392 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6393 * gdb.reverse/insn-reverse-x86.c: New file.
6394
6395 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6396
6397 PR tdep/20936
6398 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6399
6400 2017-02-03 Tom Tromey <tom@tromey.com>
6401
6402 PR rust/21097:
6403 * gdb.rust/simple.exp: Add new tests.
6404
6405 2017-02-02 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6408 tests.
6409
6410 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6411
6412 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6413 taking a 2-byte value out of a 4-byte DWARF implicit value on
6414 big-endian targets.
6415 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6416 logic. Add test cases for DW_OP_implicit.
6417
6418 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6419
6420 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6421
6422 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6423
6424 * gdb.btrace/enable.exp: Call gdb_exit before
6425 skip_gdbserver_tests.
6426
6427 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6428
6429 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6430 GDBFLAGS.
6431
6432 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6433
6434 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6435 the test is skipped.
6436 * gdb.btrace/data.exp: Likewise.
6437 * gdb.btrace/delta.exp: Likewise.
6438 * gdb.btrace/dlopen.exp: Likewise.
6439 * gdb.btrace/enable-running.exp: Likewise.
6440 * gdb.btrace/enable.exp: Likewise.
6441 * gdb.btrace/exception.exp: Likewise.
6442 * gdb.btrace/function_call_history.exp: Likewise.
6443 * gdb.btrace/gcore.exp: Likewise.
6444 * gdb.btrace/instruction_history.exp: Likewise.
6445 * gdb.btrace/multi-thread-step.exp: Likewise.
6446 * gdb.btrace/nohist.exp: Likewise.
6447 * gdb.btrace/non-stop.exp: Likewise.
6448 * gdb.btrace/reconnect.exp: Likewise.
6449 * gdb.btrace/record_goto-step.exp: Likewise.
6450 * gdb.btrace/record_goto.exp: Likewise.
6451 * gdb.btrace/rn-dl-bind.exp: Likewise.
6452 * gdb.btrace/segv.exp: Likewise.
6453 * gdb.btrace/step.exp: Likewise.
6454 * gdb.btrace/stepi.exp: Likewise.
6455 * gdb.btrace/tailcall-only.exp: Likewise.
6456 * gdb.btrace/tailcall.exp: Likewise.
6457 * gdb.btrace/tsx.exp: Likewise.
6458 * gdb.btrace/unknown_functions.exp: Likewise.
6459 * gdb.btrace/vdso.exp: Likewise.
6460
6461 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6462
6463 * gdb.btrace/enable-running.c: New.
6464 * gdb.btrace/enable-running.exp: New.
6465
6466 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6467
6468 * gdb.arch/amd64-gs_base.c: New file.
6469 * gdb.arch/amd64-gs_base.exp: New file.
6470
6471 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6472
6473 * lib/memory.exp: Remove spurious empty newlines.
6474
6475 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6476
6477 * gdb.python/py-bad-printers.exp: Load python file using "source".
6478 * gdb.python/py-events.exp: Likewise.
6479 * gdb.python/py-evsignal.exp: Likewise.
6480 * gdb.python/py-evthreads.exp: Likewise.
6481 * gdb.python/py-frame-args.exp: Likewise.
6482 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6483 * gdb.python/py-framefilter-mi.exp: Likewise.
6484 * gdb.python/py-framefilter.exp: Likewise.
6485 * gdb.python/py-mi.exp: Likewise.
6486 * gdb.python/py-pp-maint.exp: Likewise.
6487 * gdb.python/py-pp-registration.exp: Likewise.
6488 * gdb.python/py-prettyprint.exp: Likewise.
6489 (run_lang_tests): Likewise.
6490 * gdb.python/py-typeprint.exp: Likewise.
6491
6492 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6493
6494 * lib/memory.exp: New file.
6495 * lib/gdb.exp: Load memory.exp.
6496 * gdb.base/memattr.exp (delete_memory): Move proc to
6497 lib/memory.exp and rename to delete_memory_regions.
6498 Replace delete_memory with delete_memory_regions.
6499 Cleanup memory regions before tests.
6500 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6501 before tests.
6502
6503 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6504
6505 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6506 files.
6507 (initialize): New function conditionally defined.
6508 (testcases): Move within conditional block.
6509 (main): Call initialize.
6510 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6511 of gdb.reverse/insn-reverse.c.
6512 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6513 gdb.reverse/insn-reverse.c.
6514
6515 2017-01-26 Yao Qi <yao.qi@linaro.org>
6516
6517 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6518 disassemble on address 0.
6519
6520 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6521 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6524 * gdb.dwarf2/implptr-64bit.S: Remove.
6525 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6526 variables in caller's context. Add DW_OP_implicit_value.
6527
6528 2017-01-25 Yao Qi <yao.qi@linaro.org>
6529
6530 * lib/dwarf.exp (Dwarf::_location): Handle
6531 DW_OP_GNU_implicit_pointer with proper size.
6532
6533 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6534
6535 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6536 and add untested calls.
6537
6538 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6539
6540 * gdb.python/python.exp: Check line number against what GDB thinks
6541 the line number is for func1.
6542
6543 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6544
6545 * gdb.dlang/debug-expr.exp: New file.
6546
6547 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6548
6549 Fix test names for the following files:
6550
6551 * gdb.ada/exec_changed.exp
6552 * gdb.ada/info_types.exp
6553 * gdb.arch/aarch64-atomic-inst.exp
6554 * gdb.arch/aarch64-fp.exp
6555 * gdb.arch/altivec-abi.exp
6556 * gdb.arch/altivec-regs.exp
6557 * gdb.arch/amd64-byte.exp
6558 * gdb.arch/amd64-disp-step.exp
6559 * gdb.arch/amd64-dword.exp
6560 * gdb.arch/amd64-entry-value-inline.exp
6561 * gdb.arch/amd64-entry-value-param.exp
6562 * gdb.arch/amd64-entry-value-paramref.exp
6563 * gdb.arch/amd64-entry-value.exp
6564 * gdb.arch/amd64-i386-address.exp
6565 * gdb.arch/amd64-invalid-stack-middle.exp
6566 * gdb.arch/amd64-invalid-stack-top.exp
6567 * gdb.arch/amd64-optimout-repeat.exp
6568 * gdb.arch/amd64-prologue-skip.exp
6569 * gdb.arch/amd64-prologue-xmm.exp
6570 * gdb.arch/amd64-stap-special-operands.exp
6571 * gdb.arch/amd64-stap-wrong-subexp.exp
6572 * gdb.arch/amd64-tailcall-cxx.exp
6573 * gdb.arch/amd64-tailcall-noret.exp
6574 * gdb.arch/amd64-tailcall-ret.exp
6575 * gdb.arch/amd64-tailcall-self.exp
6576 * gdb.arch/amd64-word.exp
6577 * gdb.arch/arm-bl-branch-dest.exp
6578 * gdb.arch/arm-disp-step.exp
6579 * gdb.arch/arm-neon.exp
6580 * gdb.arch/arm-single-step-kernel-helper.exp
6581 * gdb.arch/avr-flash-qualifier.exp
6582 * gdb.arch/disp-step-insn-reloc.exp
6583 * gdb.arch/e500-abi.exp
6584 * gdb.arch/e500-regs.exp
6585 * gdb.arch/ftrace-insn-reloc.exp
6586 * gdb.arch/i386-avx512.exp
6587 * gdb.arch/i386-bp_permanent.exp
6588 * gdb.arch/i386-byte.exp
6589 * gdb.arch/i386-cfi-notcurrent.exp
6590 * gdb.arch/i386-disp-step.exp
6591 * gdb.arch/i386-dr3-watch.exp
6592 * gdb.arch/i386-float.exp
6593 * gdb.arch/i386-gnu-cfi.exp
6594 * gdb.arch/i386-mpx-map.exp
6595 * gdb.arch/i386-mpx-sigsegv.exp
6596 * gdb.arch/i386-mpx-simple_segv.exp
6597 * gdb.arch/i386-mpx.exp
6598 * gdb.arch/i386-permbkpt.exp
6599 * gdb.arch/i386-prologue.exp
6600 * gdb.arch/i386-signal.exp
6601 * gdb.arch/i386-size-overlap.exp
6602 * gdb.arch/i386-unwind.exp
6603 * gdb.arch/i386-word.exp
6604 * gdb.arch/mips-fcr.exp
6605 * gdb.arch/powerpc-d128-regs.exp
6606 * gdb.arch/powerpc-stackless.exp
6607 * gdb.arch/ppc64-atomic-inst.exp
6608 * gdb.arch/s390-stackless.exp
6609 * gdb.arch/s390-tdbregs.exp
6610 * gdb.arch/s390-vregs.exp
6611 * gdb.arch/sparc-sysstep.exp
6612 * gdb.arch/thumb-bx-pc.exp
6613 * gdb.arch/thumb-singlestep.exp
6614 * gdb.arch/thumb2-it.exp
6615 * gdb.arch/vsx-regs.exp
6616 * gdb.asm/asm-source.exp
6617 * gdb.base/a2-run.exp
6618 * gdb.base/advance.exp
6619 * gdb.base/all-bin.exp
6620 * gdb.base/anon.exp
6621 * gdb.base/args.exp
6622 * gdb.base/arithmet.exp
6623 * gdb.base/async-shell.exp
6624 * gdb.base/async.exp
6625 * gdb.base/attach-pie-noexec.exp
6626 * gdb.base/attach-twice.exp
6627 * gdb.base/auto-load.exp
6628 * gdb.base/bang.exp
6629 * gdb.base/bitfields.exp
6630 * gdb.base/break-always.exp
6631 * gdb.base/break-caller-line.exp
6632 * gdb.base/break-entry.exp
6633 * gdb.base/break-inline.exp
6634 * gdb.base/break-on-linker-gcd-function.exp
6635 * gdb.base/break-probes.exp
6636 * gdb.base/break.exp
6637 * gdb.base/breakpoint-shadow.exp
6638 * gdb.base/call-ar-st.exp
6639 * gdb.base/call-sc.exp
6640 * gdb.base/call-signal-resume.exp
6641 * gdb.base/call-strs.exp
6642 * gdb.base/callfuncs.exp
6643 * gdb.base/catch-fork-static.exp
6644 * gdb.base/catch-gdb-caused-signals.exp
6645 * gdb.base/catch-load.exp
6646 * gdb.base/catch-signal-fork.exp
6647 * gdb.base/catch-signal.exp
6648 * gdb.base/catch-syscall.exp
6649 * gdb.base/charset.exp
6650 * gdb.base/checkpoint.exp
6651 * gdb.base/chng-syms.exp
6652 * gdb.base/code-expr.exp
6653 * gdb.base/code_elim.exp
6654 * gdb.base/commands.exp
6655 * gdb.base/completion.exp
6656 * gdb.base/complex.exp
6657 * gdb.base/cond-expr.exp
6658 * gdb.base/condbreak.exp
6659 * gdb.base/consecutive.exp
6660 * gdb.base/continue-all-already-running.exp
6661 * gdb.base/coredump-filter.exp
6662 * gdb.base/corefile.exp
6663 * gdb.base/dbx.exp
6664 * gdb.base/debug-expr.exp
6665 * gdb.base/define.exp
6666 * gdb.base/del.exp
6667 * gdb.base/disabled-location.exp
6668 * gdb.base/disasm-end-cu.exp
6669 * gdb.base/disasm-optim.exp
6670 * gdb.base/display.exp
6671 * gdb.base/duplicate-bp.exp
6672 * gdb.base/ena-dis-br.exp
6673 * gdb.base/ending-run.exp
6674 * gdb.base/enumval.exp
6675 * gdb.base/environ.exp
6676 * gdb.base/eu-strip-infcall.exp
6677 * gdb.base/eval-avoid-side-effects.exp
6678 * gdb.base/eval-skip.exp
6679 * gdb.base/exitsignal.exp
6680 * gdb.base/expand-psymtabs.exp
6681 * gdb.base/filesym.exp
6682 * gdb.base/find-unmapped.exp
6683 * gdb.base/finish.exp
6684 * gdb.base/float.exp
6685 * gdb.base/foll-exec-mode.exp
6686 * gdb.base/foll-exec.exp
6687 * gdb.base/foll-fork.exp
6688 * gdb.base/fortran-sym-case.exp
6689 * gdb.base/freebpcmd.exp
6690 * gdb.base/func-ptr.exp
6691 * gdb.base/func-ptrs.exp
6692 * gdb.base/funcargs.exp
6693 * gdb.base/gcore-buffer-overflow.exp
6694 * gdb.base/gcore-relro-pie.exp
6695 * gdb.base/gcore-relro.exp
6696 * gdb.base/gcore.exp
6697 * gdb.base/gdb1090.exp
6698 * gdb.base/gdb11530.exp
6699 * gdb.base/gdb11531.exp
6700 * gdb.base/gdb1821.exp
6701 * gdb.base/gdbindex-stabs.exp
6702 * gdb.base/gdbvars.exp
6703 * gdb.base/hbreak.exp
6704 * gdb.base/hbreak2.exp
6705 * gdb.base/included.exp
6706 * gdb.base/infcall-input.exp
6707 * gdb.base/inferior-died.exp
6708 * gdb.base/infnan.exp
6709 * gdb.base/info-macros.exp
6710 * gdb.base/info-os.exp
6711 * gdb.base/info-proc.exp
6712 * gdb.base/info-shared.exp
6713 * gdb.base/info-target.exp
6714 * gdb.base/infoline.exp
6715 * gdb.base/interp.exp
6716 * gdb.base/interrupt.exp
6717 * gdb.base/jit-reader.exp
6718 * gdb.base/jit-simple.exp
6719 * gdb.base/kill-after-signal.exp
6720 * gdb.base/kill-detach-inferiors-cmd.exp
6721 * gdb.base/label.exp
6722 * gdb.base/langs.exp
6723 * gdb.base/ldbl_e308.exp
6724 * gdb.base/line-symtabs.exp
6725 * gdb.base/linespecs.exp
6726 * gdb.base/list.exp
6727 * gdb.base/long_long.exp
6728 * gdb.base/longest-types.exp
6729 * gdb.base/maint.exp
6730 * gdb.base/max-value-size.exp
6731 * gdb.base/memattr.exp
6732 * gdb.base/mips_pro.exp
6733 * gdb.base/morestack.exp
6734 * gdb.base/moribund-step.exp
6735 * gdb.base/multi-forks.exp
6736 * gdb.base/nested-addr.exp
6737 * gdb.base/nextoverexit.exp
6738 * gdb.base/noreturn-finish.exp
6739 * gdb.base/noreturn-return.exp
6740 * gdb.base/nostdlib.exp
6741 * gdb.base/offsets.exp
6742 * gdb.base/opaque.exp
6743 * gdb.base/pc-fp.exp
6744 * gdb.base/permissions.exp
6745 * gdb.base/print-symbol-loading.exp
6746 * gdb.base/prologue-include.exp
6747 * gdb.base/psymtab.exp
6748 * gdb.base/ptype.exp
6749 * gdb.base/random-signal.exp
6750 * gdb.base/randomize.exp
6751 * gdb.base/range-stepping.exp
6752 * gdb.base/readline-ask.exp
6753 * gdb.base/recpar.exp
6754 * gdb.base/recurse.exp
6755 * gdb.base/relational.exp
6756 * gdb.base/restore.exp
6757 * gdb.base/return-nodebug.exp
6758 * gdb.base/return.exp
6759 * gdb.base/run-after-attach.exp
6760 * gdb.base/save-bp.exp
6761 * gdb.base/scope.exp
6762 * gdb.base/sect-cmd.exp
6763 * gdb.base/set-lang-auto.exp
6764 * gdb.base/set-noassign.exp
6765 * gdb.base/setvar.exp
6766 * gdb.base/sigall.exp
6767 * gdb.base/sigbpt.exp
6768 * gdb.base/siginfo-addr.exp
6769 * gdb.base/siginfo-infcall.exp
6770 * gdb.base/siginfo-obj.exp
6771 * gdb.base/siginfo.exp
6772 * gdb.base/signals-state-child.exp
6773 * gdb.base/signest.exp
6774 * gdb.base/sigstep.exp
6775 * gdb.base/sizeof.exp
6776 * gdb.base/skip.exp
6777 * gdb.base/solib-corrupted.exp
6778 * gdb.base/solib-nodir.exp
6779 * gdb.base/solib-search.exp
6780 * gdb.base/stack-checking.exp
6781 * gdb.base/stale-infcall.exp
6782 * gdb.base/stap-probe.exp
6783 * gdb.base/start.exp
6784 * gdb.base/step-break.exp
6785 * gdb.base/step-bt.exp
6786 * gdb.base/step-line.exp
6787 * gdb.base/step-over-exit.exp
6788 * gdb.base/step-over-syscall.exp
6789 * gdb.base/step-resume-infcall.exp
6790 * gdb.base/step-test.exp
6791 * gdb.base/store.exp
6792 * gdb.base/structs3.exp
6793 * gdb.base/sym-file.exp
6794 * gdb.base/symbol-without-target_section.exp
6795 * gdb.base/term.exp
6796 * gdb.base/testenv.exp
6797 * gdb.base/ui-redirect.exp
6798 * gdb.base/until.exp
6799 * gdb.base/unwindonsignal.exp
6800 * gdb.base/value-double-free.exp
6801 * gdb.base/vla-datatypes.exp
6802 * gdb.base/vla-ptr.exp
6803 * gdb.base/vla-sideeffect.exp
6804 * gdb.base/volatile.exp
6805 * gdb.base/watch-cond-infcall.exp
6806 * gdb.base/watch-cond.exp
6807 * gdb.base/watch-non-mem.exp
6808 * gdb.base/watch-read.exp
6809 * gdb.base/watch-vfork.exp
6810 * gdb.base/watchpoint-cond-gone.exp
6811 * gdb.base/watchpoint-delete.exp
6812 * gdb.base/watchpoint-hw-hit-once.exp
6813 * gdb.base/watchpoint-hw.exp
6814 * gdb.base/watchpoint-stops-at-right-insn.exp
6815 * gdb.base/watchpoints.exp
6816 * gdb.base/wchar.exp
6817 * gdb.base/whatis-exp.exp
6818 * gdb.btrace/buffer-size.exp
6819 * gdb.btrace/data.exp
6820 * gdb.btrace/delta.exp
6821 * gdb.btrace/dlopen.exp
6822 * gdb.btrace/enable.exp
6823 * gdb.btrace/exception.exp
6824 * gdb.btrace/function_call_history.exp
6825 * gdb.btrace/gcore.exp
6826 * gdb.btrace/instruction_history.exp
6827 * gdb.btrace/nohist.exp
6828 * gdb.btrace/reconnect.exp
6829 * gdb.btrace/record_goto-step.exp
6830 * gdb.btrace/record_goto.exp
6831 * gdb.btrace/rn-dl-bind.exp
6832 * gdb.btrace/segv.exp
6833 * gdb.btrace/step.exp
6834 * gdb.btrace/stepi.exp
6835 * gdb.btrace/tailcall-only.exp
6836 * gdb.btrace/tailcall.exp
6837 * gdb.btrace/tsx.exp
6838 * gdb.btrace/unknown_functions.exp
6839 * gdb.btrace/vdso.exp
6840 * gdb.compile/compile-ifunc.exp
6841 * gdb.compile/compile-ops.exp
6842 * gdb.compile/compile-print.exp
6843 * gdb.compile/compile-setjmp.exp
6844 * gdb.cp/abstract-origin.exp
6845 * gdb.cp/ambiguous.exp
6846 * gdb.cp/annota2.exp
6847 * gdb.cp/annota3.exp
6848 * gdb.cp/anon-ns.exp
6849 * gdb.cp/anon-struct.exp
6850 * gdb.cp/anon-union.exp
6851 * gdb.cp/arg-reference.exp
6852 * gdb.cp/baseenum.exp
6853 * gdb.cp/bool.exp
6854 * gdb.cp/breakpoint.exp
6855 * gdb.cp/bs15503.exp
6856 * gdb.cp/call-c.exp
6857 * gdb.cp/casts.exp
6858 * gdb.cp/chained-calls.exp
6859 * gdb.cp/class2.exp
6860 * gdb.cp/classes.exp
6861 * gdb.cp/cmpd-minsyms.exp
6862 * gdb.cp/converts.exp
6863 * gdb.cp/cp-relocate.exp
6864 * gdb.cp/cpcompletion.exp
6865 * gdb.cp/cpexprs.exp
6866 * gdb.cp/cplabel.exp
6867 * gdb.cp/cplusfuncs.exp
6868 * gdb.cp/cpsizeof.exp
6869 * gdb.cp/ctti.exp
6870 * gdb.cp/derivation.exp
6871 * gdb.cp/destrprint.exp
6872 * gdb.cp/dispcxx.exp
6873 * gdb.cp/enum-class.exp
6874 * gdb.cp/exception.exp
6875 * gdb.cp/exceptprint.exp
6876 * gdb.cp/expand-psymtabs-cxx.exp
6877 * gdb.cp/expand-sals.exp
6878 * gdb.cp/extern-c.exp
6879 * gdb.cp/filename.exp
6880 * gdb.cp/formatted-ref.exp
6881 * gdb.cp/fpointer.exp
6882 * gdb.cp/gdb1355.exp
6883 * gdb.cp/gdb2495.exp
6884 * gdb.cp/hang.exp
6885 * gdb.cp/impl-this.exp
6886 * gdb.cp/infcall-dlopen.exp
6887 * gdb.cp/inherit.exp
6888 * gdb.cp/iostream.exp
6889 * gdb.cp/koenig.exp
6890 * gdb.cp/local.exp
6891 * gdb.cp/m-data.exp
6892 * gdb.cp/m-static.exp
6893 * gdb.cp/mb-ctor.exp
6894 * gdb.cp/mb-inline.exp
6895 * gdb.cp/mb-templates.exp
6896 * gdb.cp/member-name.exp
6897 * gdb.cp/member-ptr.exp
6898 * gdb.cp/meth-typedefs.exp
6899 * gdb.cp/method.exp
6900 * gdb.cp/method2.exp
6901 * gdb.cp/minsym-fallback.exp
6902 * gdb.cp/misc.exp
6903 * gdb.cp/namelessclass.exp
6904 * gdb.cp/namespace-enum.exp
6905 * gdb.cp/namespace-nested-import.exp
6906 * gdb.cp/namespace.exp
6907 * gdb.cp/nextoverthrow.exp
6908 * gdb.cp/no-dmgl-verbose.exp
6909 * gdb.cp/non-trivial-retval.exp
6910 * gdb.cp/noparam.exp
6911 * gdb.cp/nsdecl.exp
6912 * gdb.cp/nsimport.exp
6913 * gdb.cp/nsnested.exp
6914 * gdb.cp/nsnoimports.exp
6915 * gdb.cp/nsrecurs.exp
6916 * gdb.cp/nsstress.exp
6917 * gdb.cp/nsusing.exp
6918 * gdb.cp/operator.exp
6919 * gdb.cp/oranking.exp
6920 * gdb.cp/overload-const.exp
6921 * gdb.cp/overload.exp
6922 * gdb.cp/ovldbreak.exp
6923 * gdb.cp/ovsrch.exp
6924 * gdb.cp/paren-type.exp
6925 * gdb.cp/parse-lang.exp
6926 * gdb.cp/pass-by-ref.exp
6927 * gdb.cp/pr-1023.exp
6928 * gdb.cp/pr-1210.exp
6929 * gdb.cp/pr-574.exp
6930 * gdb.cp/pr10687.exp
6931 * gdb.cp/pr12028.exp
6932 * gdb.cp/pr17132.exp
6933 * gdb.cp/pr17494.exp
6934 * gdb.cp/pr9067.exp
6935 * gdb.cp/pr9167.exp
6936 * gdb.cp/pr9631.exp
6937 * gdb.cp/printmethod.exp
6938 * gdb.cp/psmang.exp
6939 * gdb.cp/psymtab-parameter.exp
6940 * gdb.cp/ptype-cv-cp.exp
6941 * gdb.cp/ptype-flags.exp
6942 * gdb.cp/re-set-overloaded.exp
6943 * gdb.cp/ref-types.exp
6944 * gdb.cp/rtti.exp
6945 * gdb.cp/scope-err.exp
6946 * gdb.cp/shadow.exp
6947 * gdb.cp/smartp.exp
6948 * gdb.cp/static-method.exp
6949 * gdb.cp/static-print-quit.exp
6950 * gdb.cp/temargs.exp
6951 * gdb.cp/templates.exp
6952 * gdb.cp/try_catch.exp
6953 * gdb.cp/typedef-operator.exp
6954 * gdb.cp/typeid.exp
6955 * gdb.cp/userdef.exp
6956 * gdb.cp/using-crash.exp
6957 * gdb.cp/var-tag.exp
6958 * gdb.cp/virtbase.exp
6959 * gdb.cp/virtfunc.exp
6960 * gdb.cp/virtfunc2.exp
6961 * gdb.cp/vla-cxx.exp
6962 * gdb.disasm/t01_mov.exp
6963 * gdb.disasm/t02_mova.exp
6964 * gdb.disasm/t03_add.exp
6965 * gdb.disasm/t04_sub.exp
6966 * gdb.disasm/t05_cmp.exp
6967 * gdb.disasm/t06_ari2.exp
6968 * gdb.disasm/t07_ari3.exp
6969 * gdb.disasm/t08_or.exp
6970 * gdb.disasm/t09_xor.exp
6971 * gdb.disasm/t10_and.exp
6972 * gdb.disasm/t11_logs.exp
6973 * gdb.disasm/t12_bit.exp
6974 * gdb.disasm/t13_otr.exp
6975 * gdb.dlang/circular.exp
6976 * gdb.dwarf2/arr-stride.exp
6977 * gdb.dwarf2/arr-subrange.exp
6978 * gdb.dwarf2/atomic-type.exp
6979 * gdb.dwarf2/bad-regnum.exp
6980 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6981 * gdb.dwarf2/callframecfa.exp
6982 * gdb.dwarf2/clztest.exp
6983 * gdb.dwarf2/corrupt.exp
6984 * gdb.dwarf2/data-loc.exp
6985 * gdb.dwarf2/dup-psym.exp
6986 * gdb.dwarf2/dw2-anon-mptr.exp
6987 * gdb.dwarf2/dw2-anonymous-func.exp
6988 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6989 * gdb.dwarf2/dw2-bad-unresolved.exp
6990 * gdb.dwarf2/dw2-basic.exp
6991 * gdb.dwarf2/dw2-canonicalize-type.exp
6992 * gdb.dwarf2/dw2-case-insensitive.exp
6993 * gdb.dwarf2/dw2-common-block.exp
6994 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6995 * gdb.dwarf2/dw2-compressed.exp
6996 * gdb.dwarf2/dw2-const.exp
6997 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6998 * gdb.dwarf2/dw2-cu-size.exp
6999 * gdb.dwarf2/dw2-dup-frame.exp
7000 * gdb.dwarf2/dw2-entry-value.exp
7001 * gdb.dwarf2/dw2-icycle.exp
7002 * gdb.dwarf2/dw2-ifort-parameter.exp
7003 * gdb.dwarf2/dw2-inline-break.exp
7004 * gdb.dwarf2/dw2-inline-param.exp
7005 * gdb.dwarf2/dw2-intercu.exp
7006 * gdb.dwarf2/dw2-intermix.exp
7007 * gdb.dwarf2/dw2-lexical-block-bare.exp
7008 * gdb.dwarf2/dw2-linkage-name-trust.exp
7009 * gdb.dwarf2/dw2-minsym-in-cu.exp
7010 * gdb.dwarf2/dw2-noloc.exp
7011 * gdb.dwarf2/dw2-op-call.exp
7012 * gdb.dwarf2/dw2-op-out-param.exp
7013 * gdb.dwarf2/dw2-opt-structptr.exp
7014 * gdb.dwarf2/dw2-param-error.exp
7015 * gdb.dwarf2/dw2-producer.exp
7016 * gdb.dwarf2/dw2-ranges-base.exp
7017 * gdb.dwarf2/dw2-ref-missing-frame.exp
7018 * gdb.dwarf2/dw2-reg-undefined.exp
7019 * gdb.dwarf2/dw2-regno-invalid.exp
7020 * gdb.dwarf2/dw2-restore.exp
7021 * gdb.dwarf2/dw2-restrict.exp
7022 * gdb.dwarf2/dw2-single-line-discriminators.exp
7023 * gdb.dwarf2/dw2-strp.exp
7024 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7025 * gdb.dwarf2/dw2-unresolved.exp
7026 * gdb.dwarf2/dw2-var-zero-addr.exp
7027 * gdb.dwarf2/dw4-sig-types.exp
7028 * gdb.dwarf2/dwz.exp
7029 * gdb.dwarf2/dynarr-ptr.exp
7030 * gdb.dwarf2/enum-type.exp
7031 * gdb.dwarf2/gdb-index.exp
7032 * gdb.dwarf2/implptr-64bit.exp
7033 * gdb.dwarf2/implptr-optimized-out.exp
7034 * gdb.dwarf2/implptr.exp
7035 * gdb.dwarf2/implref-array.exp
7036 * gdb.dwarf2/implref-const.exp
7037 * gdb.dwarf2/implref-global.exp
7038 * gdb.dwarf2/implref-struct.exp
7039 * gdb.dwarf2/mac-fileno.exp
7040 * gdb.dwarf2/main-subprogram.exp
7041 * gdb.dwarf2/member-ptr-forwardref.exp
7042 * gdb.dwarf2/method-ptr.exp
7043 * gdb.dwarf2/missing-sig-type.exp
7044 * gdb.dwarf2/nonvar-access.exp
7045 * gdb.dwarf2/opaque-type-lookup.exp
7046 * gdb.dwarf2/pieces-optimized-out.exp
7047 * gdb.dwarf2/pieces.exp
7048 * gdb.dwarf2/pr10770.exp
7049 * gdb.dwarf2/pr13961.exp
7050 * gdb.dwarf2/staticvirtual.exp
7051 * gdb.dwarf2/subrange.exp
7052 * gdb.dwarf2/symtab-producer.exp
7053 * gdb.dwarf2/trace-crash.exp
7054 * gdb.dwarf2/typeddwarf.exp
7055 * gdb.dwarf2/valop.exp
7056 * gdb.dwarf2/watch-notconst.exp
7057 * gdb.fortran/array-element.exp
7058 * gdb.fortran/charset.exp
7059 * gdb.fortran/common-block.exp
7060 * gdb.fortran/complex.exp
7061 * gdb.fortran/derived-type-function.exp
7062 * gdb.fortran/derived-type.exp
7063 * gdb.fortran/logical.exp
7064 * gdb.fortran/module.exp
7065 * gdb.fortran/multi-dim.exp
7066 * gdb.fortran/nested-funcs.exp
7067 * gdb.fortran/print-formatted.exp
7068 * gdb.fortran/subarray.exp
7069 * gdb.fortran/vla-alloc-assoc.exp
7070 * gdb.fortran/vla-datatypes.exp
7071 * gdb.fortran/vla-history.exp
7072 * gdb.fortran/vla-ptr-info.exp
7073 * gdb.fortran/vla-ptype-sub.exp
7074 * gdb.fortran/vla-ptype.exp
7075 * gdb.fortran/vla-sizeof.exp
7076 * gdb.fortran/vla-type.exp
7077 * gdb.fortran/vla-value-sub-arbitrary.exp
7078 * gdb.fortran/vla-value-sub-finish.exp
7079 * gdb.fortran/vla-value-sub.exp
7080 * gdb.fortran/vla-value.exp
7081 * gdb.fortran/whatis_type.exp
7082 * gdb.go/chan.exp
7083 * gdb.go/handcall.exp
7084 * gdb.go/hello.exp
7085 * gdb.go/integers.exp
7086 * gdb.go/methods.exp
7087 * gdb.go/package.exp
7088 * gdb.go/strings.exp
7089 * gdb.go/types.exp
7090 * gdb.go/unsafe.exp
7091 * gdb.guile/scm-arch.exp
7092 * gdb.guile/scm-block.exp
7093 * gdb.guile/scm-breakpoint.exp
7094 * gdb.guile/scm-cmd.exp
7095 * gdb.guile/scm-disasm.exp
7096 * gdb.guile/scm-equal.exp
7097 * gdb.guile/scm-frame-args.exp
7098 * gdb.guile/scm-frame-inline.exp
7099 * gdb.guile/scm-frame.exp
7100 * gdb.guile/scm-iterator.exp
7101 * gdb.guile/scm-math.exp
7102 * gdb.guile/scm-objfile.exp
7103 * gdb.guile/scm-ports.exp
7104 * gdb.guile/scm-symbol.exp
7105 * gdb.guile/scm-symtab.exp
7106 * gdb.guile/scm-value-cc.exp
7107 * gdb.guile/types-module.exp
7108 * gdb.linespec/break-ask.exp
7109 * gdb.linespec/cpexplicit.exp
7110 * gdb.linespec/explicit.exp
7111 * gdb.linespec/keywords.exp
7112 * gdb.linespec/linespec.exp
7113 * gdb.linespec/ls-dollar.exp
7114 * gdb.linespec/ls-errs.exp
7115 * gdb.linespec/skip-two.exp
7116 * gdb.linespec/thread.exp
7117 * gdb.mi/mi-async.exp
7118 * gdb.mi/mi-basics.exp
7119 * gdb.mi/mi-break.exp
7120 * gdb.mi/mi-catch-load.exp
7121 * gdb.mi/mi-cli.exp
7122 * gdb.mi/mi-cmd-param-changed.exp
7123 * gdb.mi/mi-console.exp
7124 * gdb.mi/mi-detach.exp
7125 * gdb.mi/mi-disassemble.exp
7126 * gdb.mi/mi-eval.exp
7127 * gdb.mi/mi-file-transfer.exp
7128 * gdb.mi/mi-file.exp
7129 * gdb.mi/mi-fill-memory.exp
7130 * gdb.mi/mi-inheritance-syntax-error.exp
7131 * gdb.mi/mi-linespec-err-cp.exp
7132 * gdb.mi/mi-logging.exp
7133 * gdb.mi/mi-memory-changed.exp
7134 * gdb.mi/mi-read-memory.exp
7135 * gdb.mi/mi-record-changed.exp
7136 * gdb.mi/mi-reg-undefined.exp
7137 * gdb.mi/mi-regs.exp
7138 * gdb.mi/mi-return.exp
7139 * gdb.mi/mi-reverse.exp
7140 * gdb.mi/mi-simplerun.exp
7141 * gdb.mi/mi-solib.exp
7142 * gdb.mi/mi-stack.exp
7143 * gdb.mi/mi-stepi.exp
7144 * gdb.mi/mi-syn-frame.exp
7145 * gdb.mi/mi-until.exp
7146 * gdb.mi/mi-var-block.exp
7147 * gdb.mi/mi-var-child.exp
7148 * gdb.mi/mi-var-cmd.exp
7149 * gdb.mi/mi-var-cp.exp
7150 * gdb.mi/mi-var-display.exp
7151 * gdb.mi/mi-var-invalidate.exp
7152 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7153 * gdb.mi/mi-vla-fortran.exp
7154 * gdb.mi/mi-watch.exp
7155 * gdb.mi/mi2-var-child.exp
7156 * gdb.mi/user-selected-context-sync.exp
7157 * gdb.modula2/unbounded-array.exp
7158 * gdb.multi/dummy-frame-restore.exp
7159 * gdb.multi/multi-arch-exec.exp
7160 * gdb.multi/multi-arch.exp
7161 * gdb.multi/tids.exp
7162 * gdb.multi/watchpoint-multi.exp
7163 * gdb.opencl/callfuncs.exp
7164 * gdb.opencl/convs_casts.exp
7165 * gdb.opencl/datatypes.exp
7166 * gdb.opencl/operators.exp
7167 * gdb.opencl/vec_comps.exp
7168 * gdb.opt/clobbered-registers-O2.exp
7169 * gdb.opt/inline-break.exp
7170 * gdb.opt/inline-bt.exp
7171 * gdb.opt/inline-cmds.exp
7172 * gdb.opt/inline-locals.exp
7173 * gdb.pascal/case-insensitive-symbols.exp
7174 * gdb.pascal/floats.exp
7175 * gdb.pascal/gdb11492.exp
7176 * gdb.python/lib-types.exp
7177 * gdb.python/py-arch.exp
7178 * gdb.python/py-as-string.exp
7179 * gdb.python/py-bad-printers.exp
7180 * gdb.python/py-block.exp
7181 * gdb.python/py-breakpoint-create-fail.exp
7182 * gdb.python/py-breakpoint.exp
7183 * gdb.python/py-caller-is.exp
7184 * gdb.python/py-cmd.exp
7185 * gdb.python/py-explore-cc.exp
7186 * gdb.python/py-explore.exp
7187 * gdb.python/py-finish-breakpoint.exp
7188 * gdb.python/py-finish-breakpoint2.exp
7189 * gdb.python/py-frame-args.exp
7190 * gdb.python/py-frame-inline.exp
7191 * gdb.python/py-frame.exp
7192 * gdb.python/py-framefilter-mi.exp
7193 * gdb.python/py-infthread.exp
7194 * gdb.python/py-lazy-string.exp
7195 * gdb.python/py-linetable.exp
7196 * gdb.python/py-mi-events.exp
7197 * gdb.python/py-mi-objfile.exp
7198 * gdb.python/py-mi.exp
7199 * gdb.python/py-objfile.exp
7200 * gdb.python/py-pp-integral.exp
7201 * gdb.python/py-pp-maint.exp
7202 * gdb.python/py-pp-re-notag.exp
7203 * gdb.python/py-pp-registration.exp
7204 * gdb.python/py-recurse-unwind.exp
7205 * gdb.python/py-strfns.exp
7206 * gdb.python/py-symbol.exp
7207 * gdb.python/py-symtab.exp
7208 * gdb.python/py-sync-interp.exp
7209 * gdb.python/py-typeprint.exp
7210 * gdb.python/py-unwind-maint.exp
7211 * gdb.python/py-unwind.exp
7212 * gdb.python/py-value-cc.exp
7213 * gdb.python/py-xmethods.exp
7214 * gdb.reverse/amd64-tailcall-reverse.exp
7215 * gdb.reverse/break-precsave.exp
7216 * gdb.reverse/break-reverse.exp
7217 * gdb.reverse/consecutive-precsave.exp
7218 * gdb.reverse/consecutive-reverse.exp
7219 * gdb.reverse/finish-precsave.exp
7220 * gdb.reverse/finish-reverse-bkpt.exp
7221 * gdb.reverse/finish-reverse.exp
7222 * gdb.reverse/fstatat-reverse.exp
7223 * gdb.reverse/getresuid-reverse.exp
7224 * gdb.reverse/i386-precsave.exp
7225 * gdb.reverse/i386-reverse.exp
7226 * gdb.reverse/i386-sse-reverse.exp
7227 * gdb.reverse/i387-env-reverse.exp
7228 * gdb.reverse/i387-stack-reverse.exp
7229 * gdb.reverse/insn-reverse.exp
7230 * gdb.reverse/machinestate-precsave.exp
7231 * gdb.reverse/machinestate.exp
7232 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7233 * gdb.reverse/pipe-reverse.exp
7234 * gdb.reverse/readv-reverse.exp
7235 * gdb.reverse/recvmsg-reverse.exp
7236 * gdb.reverse/rerun-prec.exp
7237 * gdb.reverse/s390-mvcle.exp
7238 * gdb.reverse/step-precsave.exp
7239 * gdb.reverse/step-reverse.exp
7240 * gdb.reverse/time-reverse.exp
7241 * gdb.reverse/until-precsave.exp
7242 * gdb.reverse/until-reverse.exp
7243 * gdb.reverse/waitpid-reverse.exp
7244 * gdb.reverse/watch-precsave.exp
7245 * gdb.reverse/watch-reverse.exp
7246 * gdb.rust/generics.exp
7247 * gdb.rust/methods.exp
7248 * gdb.rust/modules.exp
7249 * gdb.rust/simple.exp
7250 * gdb.server/connect-with-no-symbol-file.exp
7251 * gdb.server/ext-attach.exp
7252 * gdb.server/ext-restart.exp
7253 * gdb.server/ext-wrapper.exp
7254 * gdb.server/file-transfer.exp
7255 * gdb.server/server-exec-info.exp
7256 * gdb.server/server-kill.exp
7257 * gdb.server/server-mon.exp
7258 * gdb.server/wrapper.exp
7259 * gdb.stabs/exclfwd.exp
7260 * gdb.stabs/gdb11479.exp
7261 * gdb.threads/clone-new-thread-event.exp
7262 * gdb.threads/corethreads.exp
7263 * gdb.threads/current-lwp-dead.exp
7264 * gdb.threads/dlopen-libpthread.exp
7265 * gdb.threads/gcore-thread.exp
7266 * gdb.threads/sigstep-threads.exp
7267 * gdb.threads/watchpoint-fork.exp
7268 * gdb.trace/actions-changed.exp
7269 * gdb.trace/backtrace.exp
7270 * gdb.trace/change-loc.exp
7271 * gdb.trace/circ.exp
7272 * gdb.trace/collection.exp
7273 * gdb.trace/disconnected-tracing.exp
7274 * gdb.trace/ftrace.exp
7275 * gdb.trace/mi-trace-frame-collected.exp
7276 * gdb.trace/mi-trace-unavailable.exp
7277 * gdb.trace/mi-traceframe-changed.exp
7278 * gdb.trace/mi-tsv-changed.exp
7279 * gdb.trace/no-attach-trace.exp
7280 * gdb.trace/passc-dyn.exp
7281 * gdb.trace/qtro.exp
7282 * gdb.trace/range-stepping.exp
7283 * gdb.trace/read-memory.exp
7284 * gdb.trace/save-trace.exp
7285 * gdb.trace/signal.exp
7286 * gdb.trace/status-stop.exp
7287 * gdb.trace/tfile.exp
7288 * gdb.trace/trace-break.exp
7289 * gdb.trace/trace-buffer-size.exp
7290 * gdb.trace/trace-condition.exp
7291 * gdb.trace/tracefile-pseudo-reg.exp
7292 * gdb.trace/tstatus.exp
7293 * gdb.trace/unavailable.exp
7294 * gdb.trace/while-dyn.exp
7295 * gdb.trace/while-stepping.exp
7296
7297 2016-12-22 Doug Evans <xdje42@gmail.com>
7298
7299 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7300 and msymbols.
7301
7302 2016-12-19 Yao Qi <yao.qi@linaro.org>
7303
7304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7305 (test_with_self): Don't call do_steps_and_nexts, and remove
7306 code about stepping into xmalloc.
7307
7308 2016-12-09 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7311
7312 2016-12-09 Yao Qi <yao.qi@linaro.org>
7313
7314 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7315
7316 2016-12-09 Pedro Alves <palves@redhat.com>
7317
7318 * gdb.base/all-architectures-0.exp: New file.
7319 * gdb.base/all-architectures-1.exp: New file.
7320 * gdb.base/all-architectures-2.exp: New file.
7321 * gdb.base/all-architectures-3.exp: New file.
7322 * gdb.base/all-architectures-4.exp: New file.
7323 * gdb.base/all-architectures-5.exp: New file.
7324 * gdb.base/all-architectures-6.exp: New file.
7325 * gdb.base/all-architectures-7.exp: New file.
7326 * gdb.base/all-architectures.exp.in: New file.
7327
7328 2016-12-09 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7331
7332 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7333
7334 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7335 possible.
7336 Remove useless pattern-matching code.
7337
7338 2016-12-02 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7341 procedure.
7342 (top level): Call it.
7343
7344 2016-12-02 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7347 New procedure.
7348 (top level): Call it.
7349
7350 2016-12-02 Pedro Alves <palves@redhat.com>
7351
7352 PR cli/20559
7353 * gdb.base/commands.exp (user_defined_command_args_eval): New
7354 procedure.
7355 (top level): Call it.
7356
7357 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7358
7359 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7360 timeout handling.
7361
7362 2016-12-02 Tom Tromey <tom@tromey.com>
7363
7364 * gdb.dwarf2/main-subprogram.c: New file.
7365 * gdb.dwarf2/main-subprogram.exp: New file.
7366
7367 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7368
7369 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7370 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7371 gdb_test_no_output for a couple of cases.
7372 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7373
7374 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7375
7376 Fix test names and standardize compilation error messages throughout
7377 the following files:
7378
7379 * gdb.ada/start.exp
7380 * gdb.arch/alpha-step.exp
7381 * gdb.arch/e500-prologue.exp
7382 * gdb.arch/ftrace-insn-reloc.exp
7383 * gdb.arch/gdb1291.exp
7384 * gdb.arch/gdb1431.exp
7385 * gdb.arch/gdb1558.exp
7386 * gdb.arch/i386-dr3-watch.exp
7387 * gdb.arch/i386-sse-stack-align.exp
7388 * gdb.arch/ia64-breakpoint-shadow.exp
7389 * gdb.arch/pa-nullify.exp
7390 * gdb.arch/powerpc-aix-prologue.exp
7391 * gdb.arch/thumb-bx-pc.exp
7392 * gdb.base/annota1.exp
7393 * gdb.base/annota3.exp
7394 * gdb.base/arrayidx.exp
7395 * gdb.base/assign.exp
7396 * gdb.base/attach.exp
7397 * gdb.base/auxv.exp
7398 * gdb.base/bang.exp
7399 * gdb.base/bfp-test.exp
7400 * gdb.base/bigcore.exp
7401 * gdb.base/bitfields2.exp
7402 * gdb.base/break-fun-addr.exp
7403 * gdb.base/break-probes.exp
7404 * gdb.base/call-rt-st.exp
7405 * gdb.base/callexit.exp
7406 * gdb.base/catch-fork-kill.exp
7407 * gdb.base/charset.exp
7408 * gdb.base/checkpoint.exp
7409 * gdb.base/comprdebug.exp
7410 * gdb.base/constvars.exp
7411 * gdb.base/coredump-filter.exp
7412 * gdb.base/cursal.exp
7413 * gdb.base/cvexpr.exp
7414 * gdb.base/detach.exp
7415 * gdb.base/display.exp
7416 * gdb.base/dmsym.exp
7417 * gdb.base/dprintf-pending.exp
7418 * gdb.base/dso2dso.exp
7419 * gdb.base/dtrace-probe.exp
7420 * gdb.base/dump.exp
7421 * gdb.base/enum_cond.exp
7422 * gdb.base/exe-lock.exp
7423 * gdb.base/exec-invalid-sysroot.exp
7424 * gdb.base/execl-update-breakpoints.exp
7425 * gdb.base/exprs.exp
7426 * gdb.base/fileio.exp
7427 * gdb.base/find.exp
7428 * gdb.base/finish.exp
7429 * gdb.base/fixsection.exp
7430 * gdb.base/foll-vfork.exp
7431 * gdb.base/frame-args.exp
7432 * gdb.base/gcore.exp
7433 * gdb.base/gdb1250.exp
7434 * gdb.base/global-var-nested-by-dso.exp
7435 * gdb.base/gnu-ifunc.exp
7436 * gdb.base/hashline1.exp
7437 * gdb.base/hashline2.exp
7438 * gdb.base/hashline3.exp
7439 * gdb.base/hbreak-in-shr-unsupported.exp
7440 * gdb.base/huge.exp
7441 * gdb.base/infcall-input.exp
7442 * gdb.base/info-fun.exp
7443 * gdb.base/info-shared.exp
7444 * gdb.base/jit-simple.exp
7445 * gdb.base/jit-so.exp
7446 * gdb.base/jit.exp
7447 * gdb.base/jump.exp
7448 * gdb.base/label.exp
7449 * gdb.base/lineinc.exp
7450 * gdb.base/logical.exp
7451 * gdb.base/longjmp.exp
7452 * gdb.base/macscp.exp
7453 * gdb.base/miscexprs.exp
7454 * gdb.base/new-ui-echo.exp
7455 * gdb.base/new-ui-pending-input.exp
7456 * gdb.base/new-ui.exp
7457 * gdb.base/nodebug.exp
7458 * gdb.base/nofield.exp
7459 * gdb.base/offsets.exp
7460 * gdb.base/overlays.exp
7461 * gdb.base/pending.exp
7462 * gdb.base/pointers.exp
7463 * gdb.base/pr11022.exp
7464 * gdb.base/printcmds.exp
7465 * gdb.base/prologue.exp
7466 * gdb.base/ptr-typedef.exp
7467 * gdb.base/realname-expand.exp
7468 * gdb.base/relativedebug.exp
7469 * gdb.base/relocate.exp
7470 * gdb.base/remote.exp
7471 * gdb.base/reread.exp
7472 * gdb.base/return2.exp
7473 * gdb.base/savedregs.exp
7474 * gdb.base/sep.exp
7475 * gdb.base/sepdebug.exp
7476 * gdb.base/sepsymtab.exp
7477 * gdb.base/set-inferior-tty.exp
7478 * gdb.base/setshow.exp
7479 * gdb.base/shlib-call.exp
7480 * gdb.base/sigaltstack.exp
7481 * gdb.base/siginfo-addr.exp
7482 * gdb.base/signals.exp
7483 * gdb.base/signull.exp
7484 * gdb.base/sigrepeat.exp
7485 * gdb.base/so-impl-ld.exp
7486 * gdb.base/solib-display.exp
7487 * gdb.base/solib-overlap.exp
7488 * gdb.base/solib-search.exp
7489 * gdb.base/solib-symbol.exp
7490 * gdb.base/structs.exp
7491 * gdb.base/structs2.exp
7492 * gdb.base/symtab-search-order.exp
7493 * gdb.base/twice.exp
7494 * gdb.base/unload.exp
7495 * gdb.base/varargs.exp
7496 * gdb.base/watchpoint-solib.exp
7497 * gdb.base/watchpoint.exp
7498 * gdb.base/whatis.exp
7499 * gdb.base/wrong_frame_bt_full.exp
7500 * gdb.btrace/dlopen.exp
7501 * gdb.cell/ea-standalone.exp
7502 * gdb.cell/ea-test.exp
7503 * gdb.cp/dispcxx.exp
7504 * gdb.cp/gdb2384.exp
7505 * gdb.cp/method2.exp
7506 * gdb.cp/nextoverthrow.exp
7507 * gdb.cp/pr10728.exp
7508 * gdb.disasm/am33.exp
7509 * gdb.disasm/h8300s.exp
7510 * gdb.disasm/mn10300.exp
7511 * gdb.disasm/sh3.exp
7512 * gdb.dwarf2/dw2-dir-file-name.exp
7513 * gdb.fortran/complex.exp
7514 * gdb.fortran/library-module.exp
7515 * gdb.guile/scm-pretty-print.exp
7516 * gdb.guile/scm-symbol.exp
7517 * gdb.guile/scm-type.exp
7518 * gdb.guile/scm-value.exp
7519 * gdb.linespec/linespec.exp
7520 * gdb.mi/gdb701.exp
7521 * gdb.mi/gdb792.exp
7522 * gdb.mi/mi-breakpoint-changed.exp
7523 * gdb.mi/mi-dprintf-pending.exp
7524 * gdb.mi/mi-dprintf.exp
7525 * gdb.mi/mi-exit-code.exp
7526 * gdb.mi/mi-pending.exp
7527 * gdb.mi/mi-solib.exp
7528 * gdb.mi/new-ui-mi-sync.exp
7529 * gdb.mi/pr11022.exp
7530 * gdb.mi/user-selected-context-sync.exp
7531 * gdb.opt/solib-intra-step.exp
7532 * gdb.python/py-events.exp
7533 * gdb.python/py-finish-breakpoint.exp
7534 * gdb.python/py-mi.exp
7535 * gdb.python/py-prettyprint.exp
7536 * gdb.python/py-shared.exp
7537 * gdb.python/py-symbol.exp
7538 * gdb.python/py-template.exp
7539 * gdb.python/py-type.exp
7540 * gdb.python/py-value.exp
7541 * gdb.reverse/solib-precsave.exp
7542 * gdb.reverse/solib-reverse.exp
7543 * gdb.server/solib-list.exp
7544 * gdb.stabs/weird.exp
7545 * gdb.threads/reconnect-signal.exp
7546 * gdb.threads/stepi-random-signal.exp
7547 * gdb.trace/actions.exp
7548 * gdb.trace/ax.exp
7549 * gdb.trace/backtrace.exp
7550 * gdb.trace/change-loc.exp
7551 * gdb.trace/deltrace.exp
7552 * gdb.trace/ftrace-lock.exp
7553 * gdb.trace/ftrace.exp
7554 * gdb.trace/infotrace.exp
7555 * gdb.trace/mi-tracepoint-changed.exp
7556 * gdb.trace/packetlen.exp
7557 * gdb.trace/passcount.exp
7558 * gdb.trace/pending.exp
7559 * gdb.trace/range-stepping.exp
7560 * gdb.trace/report.exp
7561 * gdb.trace/stap-trace.exp
7562 * gdb.trace/tfind.exp
7563 * gdb.trace/trace-break.exp
7564 * gdb.trace/trace-condition.exp
7565 * gdb.trace/trace-enable-disable.exp
7566 * gdb.trace/trace-mt.exp
7567 * gdb.trace/tracecmd.exp
7568 * gdb.trace/tspeed.exp
7569 * gdb.trace/tsv.exp
7570 * lib/perftest.exp
7571
7572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7573
7574 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7575 with gdb_test_no_output.
7576 Use command as test name.
7577
7578 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7579
7580 Fix test names starting with uppercase throughout the files.
7581
7582 * gdb.ada/assign_1.exp
7583 * gdb.ada/boolean_expr.exp
7584 * gdb.base/arrayidx.exp
7585 * gdb.base/del.exp
7586 * gdb.base/gcore-buffer-overflow.exp
7587 * gdb.base/testenv.exp
7588 * gdb.compile/compile.exp
7589 * gdb.python/py-framefilter-invalidarg.exp
7590 * gdb.python/py-framefilter.exp
7591
7592 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7593
7594 Fix test names starting with uppercase throughout the files.
7595
7596 * gdb.ada/array_return.exp
7597 * gdb.ada/expr_delims.exp
7598 * gdb.ada/mi_dyn_arr.exp
7599 * gdb.ada/mi_interface.exp
7600 * gdb.ada/mi_var_array.exp
7601 * gdb.ada/watch_arg.exp
7602 * gdb.arch/alpha-step.exp
7603 * gdb.arch/altivec-regs.exp
7604 * gdb.arch/e500-regs.exp
7605 * gdb.arch/powerpc-d128-regs.exp
7606 * gdb.base/arrayidx.exp
7607 * gdb.base/break.exp
7608 * gdb.base/checkpoint.exp
7609 * gdb.base/debug-expr.exp
7610 * gdb.base/dmsym.exp
7611 * gdb.base/radix.exp
7612 * gdb.base/sepdebug.exp
7613 * gdb.base/testenv.exp
7614 * gdb.base/watch_thread_num.exp
7615 * gdb.base/watchpoint-cond-gone.exp
7616 * gdb.cell/break.exp
7617 * gdb.cell/ea-cache.exp
7618 * gdb.compile/compile.exp
7619 * gdb.cp/gdb2495.exp
7620 * gdb.gdb/selftest.exp
7621 * gdb.gdb/xfullpath.exp
7622 * gdb.go/hello.exp
7623 * gdb.go/integers.exp
7624 * gdb.objc/basicclass.exp
7625 * gdb.pascal/hello.exp
7626 * gdb.pascal/integers.exp
7627 * gdb.python/py-breakpoint.exp
7628 * gdb.python/py-cmd.exp
7629 * gdb.python/py-linetable.exp
7630 * gdb.python/py-xmethods.exp
7631 * gdb.python/python.exp
7632 * gdb.reverse/consecutive-precsave.exp
7633 * gdb.reverse/finish-precsave.exp
7634 * gdb.reverse/i386-precsave.exp
7635 * gdb.reverse/machinestate-precsave.exp
7636 * gdb.reverse/sigall-precsave.exp
7637 * gdb.reverse/solib-precsave.exp
7638 * gdb.reverse/step-precsave.exp
7639 * gdb.reverse/until-precsave.exp
7640 * gdb.reverse/watch-precsave.exp
7641 * gdb.threads/leader-exit.exp
7642 * gdb.threads/pthreads.exp
7643 * gdb.threads/wp-replication.exp
7644 * gdb.trace/actions.exp
7645 * gdb.trace/mi-tsv-changed.exp
7646 * gdb.trace/tsv.exp
7647
7648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7649
7650 Fix test names starting with uppercase throughout the files.
7651
7652 * gdb.arch/i386-bp_permanent.exp
7653 * gdb.arch/i386-gnu-cfi.exp
7654 * gdb.base/disasm-end-cu.exp
7655 * gdb.base/macscp.exp
7656 * gdb.base/pending.exp
7657 * gdb.base/watch_thread_num.exp
7658 * gdb.cp/exception.exp
7659 * gdb.cp/gdb2495.exp
7660 * gdb.cp/local.exp
7661 * gdb.python/py-evsignal.exp
7662 * gdb.python/python.exp
7663 * gdb.trace/tracecmd.exp
7664
7665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7666
7667 Fix test names starting with uppercase throughout the files.
7668
7669 * gdb.base/charset.exp
7670 * gdb.base/eval.exp
7671 * gdb.base/multi-forks.exp
7672 * gdb.guile/scm-progspace.exp
7673 * gdb.opencl/datatypes.exp
7674 * gdb.python/py-block.exp
7675 * gdb.python/py-function.exp
7676 * gdb.python/py-symbol.exp
7677 * gdb.python/py-symtab.exp
7678 * gdb.python/py-xmethods.exp
7679 * gdb.reverse/break-precsave.exp
7680 * gdb.reverse/break-reverse.exp
7681 * gdb.reverse/consecutive-precsave.exp
7682 * gdb.reverse/consecutive-reverse.exp
7683 * gdb.reverse/finish-precsave.exp
7684 * gdb.reverse/finish-reverse-bkpt.exp
7685 * gdb.reverse/finish-reverse.exp
7686 * gdb.reverse/fstatat-reverse.exp
7687 * gdb.reverse/getresuid-reverse.exp
7688 * gdb.reverse/i386-precsave.exp
7689 * gdb.reverse/i386-reverse.exp
7690 * gdb.reverse/i386-sse-reverse.exp
7691 * gdb.reverse/i387-stack-reverse.exp
7692 * gdb.reverse/insn-reverse.exp
7693 * gdb.reverse/machinestate-precsave.exp
7694 * gdb.reverse/machinestate.exp
7695 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7696 * gdb.reverse/pipe-reverse.exp
7697 * gdb.reverse/readv-reverse.exp
7698 * gdb.reverse/recvmsg-reverse.exp
7699 * gdb.reverse/rerun-prec.exp
7700 * gdb.reverse/s390-mvcle.exp
7701 * gdb.reverse/sigall-precsave.exp
7702 * gdb.reverse/sigall-reverse.exp
7703 * gdb.reverse/solib-precsave.exp
7704 * gdb.reverse/solib-reverse.exp
7705 * gdb.reverse/step-precsave.exp
7706 * gdb.reverse/step-reverse.exp
7707 * gdb.reverse/time-reverse.exp
7708 * gdb.reverse/until-precsave.exp
7709 * gdb.reverse/until-reverse.exp
7710 * gdb.reverse/waitpid-reverse.exp
7711 * gdb.reverse/watch-precsave.exp
7712 * gdb.reverse/watch-reverse.exp
7713
7714 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7715
7716 Fix test names starting with uppercase throughout the files.
7717
7718 * gdb.arch/i386-mpx-simple_segv.exp
7719 * gdb.arch/i386-mpx.exp
7720 * gdb.arch/i386-permbkpt.exp
7721 * gdb.arch/pa-nullify.exp
7722 * gdb.arch/powerpc-d128-regs.exp
7723 * gdb.arch/vsx-regs.exp
7724 * gdb.base/bfp-test.exp
7725 * gdb.base/break.exp
7726 * gdb.base/breakpoint-shadow.exp
7727 * gdb.base/callfuncs.exp
7728 * gdb.base/charset.exp
7729 * gdb.base/commands.exp
7730 * gdb.base/completion.exp
7731 * gdb.base/dfp-test.exp
7732 * gdb.base/echo.exp
7733 * gdb.base/ending-run.exp
7734 * gdb.base/eval.exp
7735 * gdb.base/expand-psymtabs.exp
7736 * gdb.base/float128.exp
7737 * gdb.base/floatn.exp
7738 * gdb.base/foll-exec-mode.exp
7739 * gdb.base/gdb1056.exp
7740 * gdb.base/gdb11531.exp
7741 * gdb.base/kill-after-signal.exp
7742 * gdb.base/multi-forks.exp
7743 * gdb.base/overlays.exp
7744 * gdb.base/pending.exp
7745 * gdb.base/sepdebug.exp
7746 * gdb.base/testenv.exp
7747 * gdb.base/valgrind-db-attach.exp
7748 * gdb.base/watch_thread_num.exp
7749 * gdb.base/watchpoint-cond-gone.exp
7750 * gdb.base/watchpoint.exp
7751 * gdb.base/watchpoints.exp
7752 * gdb.cp/arg-reference.exp
7753 * gdb.cp/baseenum.exp
7754 * gdb.cp/operator.exp
7755 * gdb.cp/shadow.exp
7756 * gdb.dwarf2/dw2-op-out-param.exp
7757 * gdb.dwarf2/dw2-reg-undefined.exp
7758 * gdb.go/chan.exp
7759 * gdb.go/hello.exp
7760 * gdb.go/integers.exp
7761 * gdb.go/methods.exp
7762 * gdb.go/package.exp
7763 * gdb.guile/scm-parameter.exp
7764 * gdb.guile/scm-progspace.exp
7765 * gdb.guile/scm-value.exp
7766 * gdb.mi/mi-pending.exp
7767 * gdb.mi/user-selected-context-sync.exp
7768 * gdb.multi/multi-attach.exp
7769 * gdb.multi/tids.exp
7770 * gdb.opt/clobbered-registers-O2.exp
7771 * gdb.pascal/floats.exp
7772 * gdb.pascal/integers.exp
7773 * gdb.python/py-block.exp
7774 * gdb.python/py-events.exp
7775 * gdb.python/py-parameter.exp
7776 * gdb.python/py-symbol.exp
7777 * gdb.python/py-symtab.exp
7778 * gdb.python/py-type.exp
7779 * gdb.python/py-value.exp
7780 * gdb.python/py-xmethods.exp
7781 * gdb.python/python.exp
7782 * gdb.reverse/break-precsave.exp
7783 * gdb.reverse/consecutive-precsave.exp
7784 * gdb.reverse/finish-precsave.exp
7785 * gdb.reverse/i386-precsave.exp
7786 * gdb.reverse/machinestate-precsave.exp
7787 * gdb.reverse/sigall-precsave.exp
7788 * gdb.reverse/solib-precsave.exp
7789 * gdb.reverse/step-precsave.exp
7790 * gdb.reverse/until-precsave.exp
7791 * gdb.reverse/watch-precsave.exp
7792 * gdb.server/ext-attach.exp
7793 * gdb.server/ext-restart.exp
7794 * gdb.server/ext-run.exp
7795 * gdb.server/ext-wrapper.exp
7796 * gdb.stabs/gdb11479.exp
7797 * gdb.stabs/weird.exp
7798 * gdb.threads/attach-many-short-lived-threads.exp
7799 * gdb.threads/kill.exp
7800 * gdb.threads/watchpoint-fork.exp
7801
7802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7803
7804 Fix test names starting with uppercase throughout all the files below.
7805
7806 * gdb.ada/array_return.exp
7807 * gdb.ada/catch_ex.exp
7808 * gdb.ada/info_exc.exp
7809 * gdb.ada/mi_catch_ex.exp
7810 * gdb.ada/mi_dyn_arr.exp
7811 * gdb.ada/mi_ex_cond.exp
7812 * gdb.ada/mi_exc_info.exp
7813 * gdb.ada/mi_interface.exp
7814 * gdb.ada/mi_task_arg.exp
7815 * gdb.ada/mi_task_info.exp
7816 * gdb.ada/mi_var_array.exp
7817 * gdb.arch/alpha-step.exp
7818 * gdb.arch/amd64-disp-step.exp
7819 * gdb.arch/arm-disp-step.exp
7820 * gdb.arch/disp-step-insn-reloc.exp
7821 * gdb.arch/e500-prologue.exp
7822 * gdb.arch/ftrace-insn-reloc.exp
7823 * gdb.arch/gdb1558.exp
7824 * gdb.arch/i386-bp_permanent.exp
7825 * gdb.arch/i386-disp-step.exp
7826 * gdb.arch/i386-float.exp
7827 * gdb.arch/i386-gnu-cfi.exp
7828 * gdb.arch/ia64-breakpoint-shadow.exp
7829 * gdb.arch/mips16-thunks.exp
7830 * gdb.arch/pa-nullify.exp
7831 * gdb.arch/powerpc-aix-prologue.exp
7832 * gdb.arch/powerpc-power.exp
7833 * gdb.arch/ppc-dfp.exp
7834 * gdb.arch/s390-tdbregs.exp
7835 * gdb.arch/spu-info.exp
7836 * gdb.arch/spu-ls.exp
7837 * gdb.arch/thumb-bx-pc.exp
7838 * gdb.base/advance.exp
7839 * gdb.base/annota-input-while-running.exp
7840 * gdb.base/arrayidx.exp
7841 * gdb.base/asmlabel.exp
7842 * gdb.base/async.exp
7843 * gdb.base/attach-wait-input.exp
7844 * gdb.base/auto-connect-native-target.exp
7845 * gdb.base/batch-preserve-term-settings.exp
7846 * gdb.base/bfp-test.exp
7847 * gdb.base/bigcore.exp
7848 * gdb.base/bp-permanent.exp
7849 * gdb.base/break-always.exp
7850 * gdb.base/break-fun-addr.exp
7851 * gdb.base/break-idempotent.exp
7852 * gdb.base/break-main-file-remove-fail.exp
7853 * gdb.base/break-probes.exp
7854 * gdb.base/break-unload-file.exp
7855 * gdb.base/break.exp
7856 * gdb.base/call-ar-st.exp
7857 * gdb.base/call-rt-st.exp
7858 * gdb.base/call-sc.exp
7859 * gdb.base/call-signal-resume.exp
7860 * gdb.base/call-strs.exp
7861 * gdb.base/callexit.exp
7862 * gdb.base/callfuncs.exp
7863 * gdb.base/catch-gdb-caused-signals.exp
7864 * gdb.base/catch-signal-siginfo-cond.exp
7865 * gdb.base/catch-syscall.exp
7866 * gdb.base/compare-sections.exp
7867 * gdb.base/cond-eval-mode.exp
7868 * gdb.base/condbreak-call-false.exp
7869 * gdb.base/consecutive-step-over.exp
7870 * gdb.base/cursal.exp
7871 * gdb.base/disabled-location.exp
7872 * gdb.base/disasm-end-cu.exp
7873 * gdb.base/display.exp
7874 * gdb.base/double-prompt-target-event-error.exp
7875 * gdb.base/dprintf-bp-same-addr.exp
7876 * gdb.base/dprintf-detach.exp
7877 * gdb.base/dprintf-next.exp
7878 * gdb.base/dprintf-non-stop.exp
7879 * gdb.base/dprintf-pending.exp
7880 * gdb.base/dso2dso.exp
7881 * gdb.base/ending-run.exp
7882 * gdb.base/enum_cond.exp
7883 * gdb.base/examine-backward.exp
7884 * gdb.base/exe-lock.exp
7885 * gdb.base/exec-invalid-sysroot.exp
7886 * gdb.base/execl-update-breakpoints.exp
7887 * gdb.base/execution-termios.exp
7888 * gdb.base/fileio.exp
7889 * gdb.base/fixsection.exp
7890 * gdb.base/foll-exec-mode.exp
7891 * gdb.base/foll-exec.exp
7892 * gdb.base/fork-running-state.exp
7893 * gdb.base/frame-args.exp
7894 * gdb.base/fullpath-expand.exp
7895 * gdb.base/func-ptr.exp
7896 * gdb.base/gcore-relro-pie.exp
7897 * gdb.base/gdb1090.exp
7898 * gdb.base/gdb1555.exp
7899 * gdb.base/global-var-nested-by-dso.exp
7900 * gdb.base/gnu-ifunc.exp
7901 * gdb.base/hbreak-in-shr-unsupported.exp
7902 * gdb.base/hbreak-unmapped.exp
7903 * gdb.base/hook-stop.exp
7904 * gdb.base/infcall-input.exp
7905 * gdb.base/info-fun.exp
7906 * gdb.base/info-shared.exp
7907 * gdb.base/interrupt-noterm.exp
7908 * gdb.base/jit-so.exp
7909 * gdb.base/jit.exp
7910 * gdb.base/line-symtabs.exp
7911 * gdb.base/list.exp
7912 * gdb.base/longjmp.exp
7913 * gdb.base/macscp.exp
7914 * gdb.base/max-value-size.exp
7915 * gdb.base/nodebug.exp
7916 * gdb.base/nofield.exp
7917 * gdb.base/overlays.exp
7918 * gdb.base/paginate-after-ctrl-c-running.exp
7919 * gdb.base/paginate-bg-execution.exp
7920 * gdb.base/paginate-inferior-exit.exp
7921 * gdb.base/pending.exp
7922 * gdb.base/pr11022.exp
7923 * gdb.base/printcmds.exp
7924 * gdb.base/ptr-typedef.exp
7925 * gdb.base/ptype.exp
7926 * gdb.base/randomize.exp
7927 * gdb.base/range-stepping.exp
7928 * gdb.base/realname-expand.exp
7929 * gdb.base/relativedebug.exp
7930 * gdb.base/remote.exp
7931 * gdb.base/savedregs.exp
7932 * gdb.base/sepdebug.exp
7933 * gdb.base/set-noassign.exp
7934 * gdb.base/shlib-call.exp
7935 * gdb.base/shreloc.exp
7936 * gdb.base/sigaltstack.exp
7937 * gdb.base/sigbpt.exp
7938 * gdb.base/siginfo-addr.exp
7939 * gdb.base/siginfo-obj.exp
7940 * gdb.base/siginfo-thread.exp
7941 * gdb.base/signest.exp
7942 * gdb.base/signull.exp
7943 * gdb.base/sigrepeat.exp
7944 * gdb.base/skip.exp
7945 * gdb.base/so-impl-ld.exp
7946 * gdb.base/solib-corrupted.exp
7947 * gdb.base/solib-disc.exp
7948 * gdb.base/solib-display.exp
7949 * gdb.base/solib-overlap.exp
7950 * gdb.base/solib-search.exp
7951 * gdb.base/solib-symbol.exp
7952 * gdb.base/source-execution.exp
7953 * gdb.base/sss-bp-on-user-bp-2.exp
7954 * gdb.base/sss-bp-on-user-bp.exp
7955 * gdb.base/stack-checking.exp
7956 * gdb.base/stale-infcall.exp
7957 * gdb.base/step-break.exp
7958 * gdb.base/step-line.exp
7959 * gdb.base/step-over-exit.exp
7960 * gdb.base/step-test.exp
7961 * gdb.base/structs.exp
7962 * gdb.base/sym-file.exp
7963 * gdb.base/symtab-search-order.exp
7964 * gdb.base/term.exp
7965 * gdb.base/type-opaque.exp
7966 * gdb.base/unload.exp
7967 * gdb.base/until-nodebug.exp
7968 * gdb.base/until.exp
7969 * gdb.base/unwindonsignal.exp
7970 * gdb.base/watch-cond.exp
7971 * gdb.base/watch-non-mem.exp
7972 * gdb.base/watch_thread_num.exp
7973 * gdb.base/watchpoint-reuse-slot.exp
7974 * gdb.base/watchpoint-solib.exp
7975 * gdb.base/watchpoint.exp
7976 * gdb.btrace/dlopen.exp
7977 * gdb.cell/arch.exp
7978 * gdb.cell/break.exp
7979 * gdb.cell/bt.exp
7980 * gdb.cell/core.exp
7981 * gdb.cell/data.exp
7982 * gdb.cell/dwarfaddr.exp
7983 * gdb.cell/ea-cache.exp
7984 * gdb.cell/ea-standalone.exp
7985 * gdb.cell/ea-test.exp
7986 * gdb.cell/f-regs.exp
7987 * gdb.cell/fork.exp
7988 * gdb.cell/gcore.exp
7989 * gdb.cell/mem-access.exp
7990 * gdb.cell/ptype.exp
7991 * gdb.cell/registers.exp
7992 * gdb.cell/sizeof.exp
7993 * gdb.cell/solib-symbol.exp
7994 * gdb.cell/solib.exp
7995 * gdb.compile/compile-tls.exp
7996 * gdb.cp/exception.exp
7997 * gdb.cp/gdb2495.exp
7998 * gdb.cp/local.exp
7999 * gdb.cp/mb-inline.exp
8000 * gdb.cp/mb-templates.exp
8001 * gdb.cp/pr10687.exp
8002 * gdb.cp/pr9167.exp
8003 * gdb.cp/scope-err.exp
8004 * gdb.cp/templates.exp
8005 * gdb.cp/virtfunc.exp
8006 * gdb.dwarf2/dw2-dir-file-name.exp
8007 * gdb.dwarf2/dw2-single-line-discriminators.exp
8008 * gdb.fortran/complex.exp
8009 * gdb.fortran/library-module.exp
8010 * gdb.guile/guile.exp
8011 * gdb.guile/scm-cmd.exp
8012 * gdb.guile/scm-frame-inline.exp
8013 * gdb.guile/scm-objfile.exp
8014 * gdb.guile/scm-pretty-print.exp
8015 * gdb.guile/scm-symbol.exp
8016 * gdb.guile/scm-type.exp
8017 * gdb.guile/scm-value.exp
8018 * gdb.linespec/keywords.exp
8019 * gdb.linespec/ls-errs.exp
8020 * gdb.linespec/macro-relative.exp
8021 * gdb.linespec/thread.exp
8022 * gdb.mi/mi-breakpoint-changed.exp
8023 * gdb.mi/mi-dprintf-pending.exp
8024 * gdb.mi/mi-fullname-deleted.exp
8025 * gdb.mi/mi-logging.exp
8026 * gdb.mi/mi-pending.exp
8027 * gdb.mi/mi-solib.exp
8028 * gdb.mi/new-ui-mi-sync.exp
8029 * gdb.mi/user-selected-context-sync.exp
8030 * gdb.multi/dummy-frame-restore.exp
8031 * gdb.multi/multi-arch-exec.exp
8032 * gdb.multi/remove-inferiors.exp
8033 * gdb.multi/watchpoint-multi-exit.exp
8034 * gdb.opt/solib-intra-step.exp
8035 * gdb.perf/backtrace.exp
8036 * gdb.perf/single-step.exp
8037 * gdb.perf/skip-command.exp
8038 * gdb.perf/skip-prologue.exp
8039 * gdb.perf/solib.exp
8040 * gdb.python/lib-types.exp
8041 * gdb.python/py-as-string.exp
8042 * gdb.python/py-bad-printers.exp
8043 * gdb.python/py-block.exp
8044 * gdb.python/py-breakpoint.exp
8045 * gdb.python/py-cmd.exp
8046 * gdb.python/py-events.exp
8047 * gdb.python/py-evthreads.exp
8048 * gdb.python/py-finish-breakpoint.exp
8049 * gdb.python/py-finish-breakpoint2.exp
8050 * gdb.python/py-frame-inline.exp
8051 * gdb.python/py-frame.exp
8052 * gdb.python/py-inferior.exp
8053 * gdb.python/py-infthread.exp
8054 * gdb.python/py-mi.exp
8055 * gdb.python/py-objfile.exp
8056 * gdb.python/py-pp-maint.exp
8057 * gdb.python/py-pp-registration.exp
8058 * gdb.python/py-prettyprint.exp
8059 * gdb.python/py-recurse-unwind.exp
8060 * gdb.python/py-shared.exp
8061 * gdb.python/py-symbol.exp
8062 * gdb.python/py-symtab.exp
8063 * gdb.python/py-template.exp
8064 * gdb.python/py-type.exp
8065 * gdb.python/py-unwind-maint.exp
8066 * gdb.python/py-unwind.exp
8067 * gdb.python/py-value.exp
8068 * gdb.python/python.exp
8069 * gdb.reverse/finish-reverse-bkpt.exp
8070 * gdb.reverse/insn-reverse.exp
8071 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8072 * gdb.reverse/solib-precsave.exp
8073 * gdb.reverse/solib-reverse.exp
8074 * gdb.stabs/gdb11479.exp
8075 * gdb.stabs/weird.exp
8076 * gdb.threads/fork-child-threads.exp
8077 * gdb.threads/fork-plus-threads.exp
8078 * gdb.threads/fork-thread-pending.exp
8079 * gdb.threads/forking-threads-plus-breakpoint.exp
8080 * gdb.threads/hand-call-in-threads.exp
8081 * gdb.threads/interrupted-hand-call.exp
8082 * gdb.threads/linux-dp.exp
8083 * gdb.threads/local-watch-wrong-thread.exp
8084 * gdb.threads/next-while-other-thread-longjmps.exp
8085 * gdb.threads/non-ldr-exit.exp
8086 * gdb.threads/pending-step.exp
8087 * gdb.threads/print-threads.exp
8088 * gdb.threads/process-dies-while-detaching.exp
8089 * gdb.threads/process-dies-while-handling-bp.exp
8090 * gdb.threads/pthreads.exp
8091 * gdb.threads/queue-signal.exp
8092 * gdb.threads/reconnect-signal.exp
8093 * gdb.threads/signal-command-handle-nopass.exp
8094 * gdb.threads/signal-command-multiple-signals-pending.exp
8095 * gdb.threads/signal-delivered-right-thread.exp
8096 * gdb.threads/signal-sigtrap.exp
8097 * gdb.threads/sigthread.exp
8098 * gdb.threads/staticthreads.exp
8099 * gdb.threads/stepi-random-signal.exp
8100 * gdb.threads/thread-unwindonsignal.exp
8101 * gdb.threads/thread_check.exp
8102 * gdb.threads/thread_events.exp
8103 * gdb.threads/tid-reuse.exp
8104 * gdb.threads/tls-nodebug.exp
8105 * gdb.threads/tls-shared.exp
8106 * gdb.threads/tls-so_extern.exp
8107 * gdb.threads/tls.exp
8108 * gdb.threads/wp-replication.exp
8109 * gdb.trace/actions-changed.exp
8110 * gdb.trace/actions.exp
8111 * gdb.trace/backtrace.exp
8112 * gdb.trace/change-loc.exp
8113 * gdb.trace/collection.exp
8114 * gdb.trace/deltrace.exp
8115 * gdb.trace/disconnected-tracing.exp
8116 * gdb.trace/entry-values.exp
8117 * gdb.trace/ftrace-lock.exp
8118 * gdb.trace/ftrace.exp
8119 * gdb.trace/infotrace.exp
8120 * gdb.trace/mi-trace-frame-collected.exp
8121 * gdb.trace/mi-trace-unavailable.exp
8122 * gdb.trace/mi-traceframe-changed.exp
8123 * gdb.trace/mi-tracepoint-changed.exp
8124 * gdb.trace/mi-tsv-changed.exp
8125 * gdb.trace/no-attach-trace.exp
8126 * gdb.trace/packetlen.exp
8127 * gdb.trace/passc-dyn.exp
8128 * gdb.trace/passcount.exp
8129 * gdb.trace/pending.exp
8130 * gdb.trace/pr16508.exp
8131 * gdb.trace/qtro.exp
8132 * gdb.trace/range-stepping.exp
8133 * gdb.trace/read-memory.exp
8134 * gdb.trace/report.exp
8135 * gdb.trace/save-trace.exp
8136 * gdb.trace/signal.exp
8137 * gdb.trace/stap-trace.exp
8138 * gdb.trace/status-stop.exp
8139 * gdb.trace/strace.exp
8140 * gdb.trace/tfile.exp
8141 * gdb.trace/tfind.exp
8142 * gdb.trace/trace-break.exp
8143 * gdb.trace/trace-condition.exp
8144 * gdb.trace/trace-enable-disable.exp
8145 * gdb.trace/trace-mt.exp
8146 * gdb.trace/tracecmd.exp
8147 * gdb.trace/tracefile-pseudo-reg.exp
8148 * gdb.trace/tspeed.exp
8149 * gdb.trace/tstatus.exp
8150 * gdb.trace/tsv.exp
8151 * gdb.trace/unavailable.exp
8152 * gdb.trace/while-dyn.exp
8153 * gdb.trace/while-stepping.exp
8154 * lib/gdb-guile.exp
8155 * lib/gdb.exp
8156 * lib/mi-support.exp
8157 * lib/pascal.exp
8158 * lib/perftest.exp
8159 * lib/prelink-support.exp
8160 * lib/selftest-support.exp
8161
8162 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8163
8164 * Makefile.in: Include disable-implicit-rules.mk.
8165
8166 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8167
8168 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8169 non-byte-aligned bit fields.
8170
8171 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8172
8173 PR gdb/12616
8174 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8175 respects the DW_AT_data_bit_offset attribute.
8176
8177 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8178
8179 * gdb.base/default.exp: Fix output of "set language".
8180
8181 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8182
8183 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8184 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8185 make.
8186 * configure.ac: Remove checks for the make program.
8187 * configure: Re-generate.
8188
8189 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8190
8191 * gdb.python/py-recurse-unwind.c (main): Add loop.
8192 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8193 to read_register() and gdb.parse_and_eval(). Make each code
8194 call a separate case that can be individually tested.
8195 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8196 proc. Call cont_and_backtrace for each of the code paths that
8197 we want to test in the unwinder.
8198
8199 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8200
8201 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8202 the definition of struct S.
8203
8204 2016-11-11 Catherine Moore <clm@codesourcery.com>
8205
8206 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8207
8208 2016-11-09 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/commands.exp (runto_or_return): New procedure.
8211 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8212 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8213 (progvar_simple_while_test, progvar_complex_if_while_test)
8214 (if_while_breakpoint_command_test)
8215 (infrun_breakpoint_command_test, breakpoint_command_test)
8216 (user_defined_command_test, watchpoint_command_test)
8217 (test_command_prompt_position, redefine_hook_test)
8218 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8219 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8220 multi_line_input and multi_line. Remove gdb_expect and
8221 gdb_stop_suppressing_tests uses.
8222 * lib/gdb.exp (valnum_re): New global.
8223 (multi_line_input): New procedure.
8224
8225 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8226
8227 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8228 Remove.
8229 (test_setup): Define with proc_with_prefix.
8230 (test_cli_inferior): Likewise.
8231 (test_cli_thread): Likewise.
8232 (test_cli_frame): Likewise.
8233 (test_cli_select_frame): Likewise.
8234 (test_cli_up_down): Likewise.
8235 (test_mi_thread_select): Likewise.
8236 (test_mi_stack_select_frame): Likewise.
8237 (test_cli_in_mi_inferior): Likewise.
8238 (test_cli_in_mi_thread): Likewise.
8239 (test_cli_in_mi_frame): Likewise.
8240 (top level): Do not use with_test_prefix_procname.
8241
8242 2016-11-09 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.base/commands.exp (gdbvar_simple_if_test)
8245 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8246 (progvar_simple_if_test, progvar_simple_while_test)
8247 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8248 (infrun_breakpoint_command_test, breakpoint_command_test)
8249 (user_defined_command_test, watchpoint_command_test)
8250 (test_command_prompt_position, deprecated_command_test)
8251 (bp_deleted_in_command, temporary_breakpoint_commands)
8252 (stray_arg0_test, source_file_with_indented_comment)
8253 (recursive_source_test, if_commands_test)
8254 (error_clears_commands_left, redefine_hook_test)
8255 (redefine_backtrace_test): Use proc_with_prefix.
8256 * lib/gdb.exp (proc_with_prefix): New proc.
8257
8258 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8259
8260 * gdb.base/tui-layout.c: New file.
8261 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8262 disassembly window contains very long lines.
8263
8264 2016-11-08 Tom Tromey <tom@tromey.com>
8265
8266 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8267 depend on Python 2.
8268
8269 2016-11-08 Tom Tromey <tom@tromey.com>
8270
8271 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8272 New method.
8273
8274 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8275
8276 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8277
8278 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8279
8280 * gdb.rust/simple.rs: Add test for univariant enums without
8281 discriminants and for encoded struct-like enums.
8282
8283 2016-10-28 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8286 gdb_test_multiple, tighten regexps and match symtabs and line
8287 tables incrementally.
8288
8289 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8290
8291 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8292 general.
8293
8294 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8295
8296 * gdb.base/exec-invalid-sysroot.exp: New file.
8297
8298 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8301
8302 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8305
8306 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8307
8308 * gdb.base/killed-outside.exp: Remove $options from a call to
8309 `prepare_for_testing'.
8310
8311 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8312
8313 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8314 Change test message.
8315
8316 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8319 Update comment.
8320
8321 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8322
8323 * gdb.trace/mi-trace-save.exp: New file.
8324
8325 2016-10-13 Yao Qi <yao.qi@linaro.org>
8326
8327 * gdb.base/code_elim.exp (get_var_address): Remove.
8328 * gdb.base/relocate.exp: Likewise.
8329 * gdb.base/shreloc.exp: Likewise.
8330 * lib/gdb.exp (get_var_address): New.
8331
8332 2016-10-13 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8335 floating point tests if $skip_float_test is false.
8336
8337 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8338
8339 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8340 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8341 argc values.
8342 Add 1 to argc so we guarantee distinct initial/modified argc values.
8343
8344 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8345
8346 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8347
8348 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8349
8350 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8351 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8352 * gdb.arch/vsx-regs.exp: Likewise.
8353
8354 2016-10-07 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8357
8358 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8359
8360 * gdb.python/python.exp: Test decode_line("*0").
8361
8362 2016-10-06 Doug Evans <dje@google.com>
8363
8364 * gdb.python/py-value.exp (test_value_creation): Add test for large
8365 unsigned 64-bit value.
8366
8367 2016-10-06 Tom Tromey <tom@tromey.com>
8368
8369 * gdb.compile/compile.exp: Change java tests to rust.
8370 * gdb.base/setshow.exp: Change java tests to rust.
8371 * gdb.base/default.exp: Remove java from language list.
8372 * README (Examples): Update language example.
8373 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8374 test.
8375 * lib/gdb.exp (skip_java_tests): Remove.
8376 * lib/java.exp: Remove.
8377 * gdb.java: Remove.
8378
8379 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8380
8381 * gdb.arch/mips-fcr.exp: New test.
8382 * gdb.arch/mips-fcr.c: Source for the new test.
8383
8384 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8385
8386 * gdb.base/solib-disc.exp: Use `standard_output_file'
8387 throughout.
8388
8389 2016-10-06 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/jit-simple-dl.c: New file.
8392 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8393 * gdb.base/jit-simple.c: ... this.
8394 * gdb.base/jit-simple.exp (jit_run): Delete.
8395 (build_jit): New proc.
8396 (jit_test_reread): Recompile either the main program or the shared
8397 library, depending on what is being tested. Skip changing address
8398 if caller wants to. Compare before/after addresses. If testing
8399 standalone, explicitly load the binary. Test "maint info
8400 breakpoints".
8401 (top level): Add "standalone vs shared lib" and "change address"
8402 vs "same address" axes.
8403
8404 2016-10-06 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8407 call.
8408 (jit_run): Delete.
8409 (jit_test_reread): Use with_test_prefix. Reload the main binary
8410 explicitly. Compare the before/after addresses of the JIT
8411 descriptor.
8412
8413 2016-08-15 Doug Evans <dje@google.com>
8414
8415 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8416 for single bitfields is bool.
8417 * gdb.xml/tdesc-regs.exp: Ditto.
8418
8419 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8420
8421 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8422
8423 2016-10-05 Yao Qi <yao.qi@linaro.org>
8424
8425 * lib/gdb.exp (support_complex_tests): Return zero if
8426 gdb_skip_float_test return true.
8427
8428 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8429 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 PR gdb/20487
8432 * gdb.mi/user-selected-context-sync.exp: New file.
8433 * gdb.mi/user-selected-context-sync.c: New file.
8434
8435 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8436 Simon Marchi <simon.marchi@ericsson.com>
8437
8438 PR gdb/20487
8439 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8440 =thread-select-event check.
8441
8442 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8443
8444 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8445 the compulsory L operand changes.
8446 * gdb.arch/powerpc-power.s: Likewise.
8447
8448 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8451 * gdb.base/jit-attach-pie.c: New file.
8452 * gdb.base/jit-attach-pie.exp: New file.
8453
8454 2016-09-28 Pedro Alves <palves@redhat.com>
8455
8456 * gdb.base/infcall-input.c: New file.
8457 * gdb.base/infcall-input.exp: New file.
8458
8459 2016-09-22 Yao Qi <yao.qi@linaro.org>
8460
8461 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8462 (gdb_exit): Rename it to ...
8463 (gdbserver_gdb_exit): ... Close GDBserver.
8464 (gdb_exit): New proc, call gdbserver_gdb_exit.
8465 (mi_gdb_exit): Likewise.
8466
8467 2016-09-22 Yao Qi <yao.qi@linaro.org>
8468
8469 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8470 path.
8471 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8472 Remove duplication.
8473
8474 2016-09-22 Yao Qi <yao.qi@linaro.org>
8475
8476 * lib/gdbserver-support.exp: Check the existence of
8477 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8478
8479 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8480
8481 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8482
8483 2016-09-21 Tom Tromey <tom@tromey.com>
8484
8485 PR gdb/20604:
8486 * gdb.base/quit.exp: New file.
8487
8488 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8489
8490 * .gitignore: New file.
8491
8492 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8493
8494 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8495 throughout.
8496
8497 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8500
8501 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 * gdb.cp/casts.cc (decltype): Move it ...
8504 (main): ... with its call to ...
8505 * gdb.cp/casts03.cc: ... a new file.
8506 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8507
8508 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8511
8512 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8513
8514 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8515 and sync up the test with tests in gas/testsuite/gas/ppc.
8516 * gdb.arch/powerpc-power.exp: Likewise.
8517
8518 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8519
8520 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8521
8522 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8523 Jan Kratochvil <jan.kratochvil@redhat.com>
8524
8525 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8526 make m1's definition to be different from m2's. Use 'dummy' as an
8527 argument for probe 'two'.
8528
8529 2016-09-10 Jon Beniston <jon@beniston.com>
8530
8531 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8532 for sim target.
8533
8534 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8535
8536 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8537 variable declaration.
8538 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8539 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8540 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8541 received HWCAP as its argument.
8542
8543 2016-09-06 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.base/new-ui-pending-input.c: New file.
8546 * gdb.base/new-ui-pending-input.exp: New file.
8547 * gdb.exp (clear_gdb_spawn_id): New procedure.
8548 (with_spawn_id): Check whether gdb_spawn_id exists before
8549 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8550 on exit.
8551
8552 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8553
8554 * gdb.base/float128.c: New file.
8555 * gdb.base/float128.exp: Likewise.
8556 * gdb.base/floatn.c: Likewise.
8557 * gdb.base/floatn.exp: Likewise.
8558
8559 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8560
8561 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8562
8563 2016-09-05 Pedro Alves <palves@redhat.com>
8564
8565 PR backtrace/19927
8566 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8567 unwinders are immediately called as side effect of "source" or
8568 "disable unwinder" commands.
8569 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8570
8571 2016-09-02 Yao Qi <yao.qi@linaro.org>
8572
8573 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8574 is true and $type is "float" or "double".
8575
8576 2016-09-02 Yao Qi <yao.qi@linaro.org>
8577
8578 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8579 true.
8580 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8581 * gdb.base/call-rt-st.exp: Likewise.
8582 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8583 return value instead of gdb,skip_float_test.
8584 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8585 (do_function_calls): Use its return value instead of
8586 gdb,skip_float_test.
8587 * gdb.base/finish.exp: Likewise.
8588 * gdb.base/funcargs.exp: Likewise.
8589 * gdb.base/return.exp: Likewise.
8590 * gdb.base/return2.exp: Likewise.
8591 * gdb.base/varargs.exp: Likewise.
8592 * lib/gdb.exp (gdb_skip_float_test): Change it to
8593 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8594
8595 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8596
8597 * gdb.multi/tids.exp: Test "thread apply all".
8598
8599 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * gdb.base/default.exp (tty): Remove.
8602
8603 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8604
8605 * gdb.python/py-recurse-unwind.c: New file.
8606 * gdb.python/py-recurse-unwind.py: New file.
8607 * gdb.python/py-recurse-unwind.exp: New file.
8608
8609 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8610
8611 * gdb.base/set-inferior-tty.exp: New file.
8612 * gdb.base/set-inferior-tty.c: New file.
8613
8614 2016-08-23 Pedro Alves <palves@redhat.com>
8615
8616 PR gdb/20494
8617 * gdb.base/new-ui-echo.c: New file.
8618 * gdb.base/new-ui-echo.exp: New file.
8619
8620 2016-08-23 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8623 gdbserver_spawn.
8624 * gdb.server/connect-without-multi-process.exp (do_test):
8625 Likewise.
8626
8627 2016-08-23 Yao Qi <yao.qi@linaro.org>
8628
8629 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8630 standalone_txt. Delete gdb_txt and standalone_txt on host
8631 and target. Spawn the binary on target. Copy files from
8632 target to host.
8633
8634 2016-08-22 Pedro Alves <palves@redhat.com>
8635
8636 PR gdb/20505
8637 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8638 with_test_prefix. Factor out bits to ...
8639 (test_no_vdso): ... this new procedure.
8640
8641 2016-08-19 Carl Love <cel@us.ibm.com>
8642
8643 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8644 maintaining separate logic for constructing the output path.
8645 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8646 * gdb.arch/ppc-dfp.exp: Likewise.
8647 * gdb.arch/ppc-fp.exp: Likewise.
8648 * gdb.arch/vsx-regs.exp: Likewise.
8649 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8650 binprefix for generating the additional binary files.
8651
8652 2016-08-19 Pedro Alves <palves@redhat.com>
8653
8654 * gdb.trace/mi-trace-frame-collected.exp
8655 (test_trace_frame_collected): On x32, expect two registers.
8656
8657 2016-08-18 Carl Love <cel@us.ibm.com>
8658
8659 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8660 and sync up the test with tests in gas/testsuite/gas/ppc.
8661 * gdb.arch/powerpc-power.exp: Likewise.
8662
8663 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8664
8665 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8666 expected error message.
8667
8668 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8669
8670 * gdb.multi/remove-inferiors.exp: New file.
8671 * gdb.multi/remove-inferiors.c: New file.
8672
8673 2016-08-12 Yao Qi <yao.qi@linaro.org>
8674
8675 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8676 argument list.
8677
8678 2016-08-10 Pedro Alves <palves@redhat.com>
8679
8680 PR gdb/19187
8681 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8682 setup_kfails.
8683
8684 2016-08-09 Pedro Alves <palves@redhat.com>
8685 Simon Marchi <simon.marchi@ericsson.com>
8686
8687 PR gdb/20418
8688 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8689 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8690
8691 2016-08-09 Pedro Alves <palves@redhat.com>
8692
8693 PR mi/20431
8694 * gdb.mi/mi-cmd-error.exp: New file.
8695
8696 2016-08-09 Pedro Alves <palves@redhat.com>
8697
8698 PR gdb/18653
8699 * gdb.base/signals-state-child.c: New file.
8700 * gdb.base/signals-state-child.exp: New file.
8701 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8702
8703 2016-08-09 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8706
8707 2016-08-03 Tom Tromey <tom@tromey.com>
8708
8709 PR python/18565:
8710 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8711
8712 2016-08-01 Yao Qi <yao.qi@linaro.org>
8713
8714 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8715 variable mode to "multi-process" if $multi_process is 1, otherwise
8716 set it to "single-process".
8717
8718 2016-08-01 Yao Qi <yao.qi@linaro.org>
8719
8720 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8721 * gdb.cp/cpexprs.exp: Likewise.
8722 * gdb.cp/m-static.exp: Likewise.
8723
8724 2016-07-26 Tom Tromey <tom@tromey.com>
8725
8726 PR python/20190:
8727 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8728 test.
8729
8730 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8731
8732 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8733 selecting assembly source files.
8734 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8735 assembly source files.
8736 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8737 assembly source files.
8738 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8739 selecting assembly source files.
8740
8741 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8742
8743 * gdb.base/new-ui.exp (do_test_invalid_args): New
8744 procedure.
8745
8746 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8747
8748 * gdb.btrace/reconnect.c: New file.
8749 * gdb.btrace/reconnect.exp: New file.
8750
8751 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8752
8753 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8754 to test_catch_syscall_group.
8755 (test_catch_syscall_group): New.
8756
8757 2016-07-21 Tom Tromey <tom@tromey.com>
8758
8759 * gdb.rust/simple.rs (main): Use empty struct expression.
8760 * gdb.rust/simple.exp: Add tests for empty struct expression.
8761
8762 2016-07-21 Yao Qi <yao.qi@linaro.org>
8763
8764 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8765 if gdb_skip_xml_test is true on some targets.
8766
8767 2016-07-21 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.server/solib-list.exp: Unset last_loaded_file.
8770
8771 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8774 "step into captured_main (args)".
8775
8776 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8779
8780 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8781
8782 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8783
8784 2016-07-19 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8787 * gdb.opt/inline-bt.exp: Likewise.
8788 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8789 additional_flags=-Winline.
8790 * gdb.opt/inline-locals.exp: Likewise.
8791 * gdb.opt/inline-markers.c (ATTR): Define.
8792 (inlined_fn): Use it.
8793
8794 2016-07-19 Yao Qi <yao.qi@linaro.org>
8795
8796 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8797 (test_with_self): Remove some code. Remove argument executable.
8798 (top-level): Use do_self_tests.
8799
8800 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8801 Don Breazeal <donb@codesourcery.com>
8802
8803 * gdb.base/maint.exp: Escape paths used in regular expressions.
8804 * gdb.stabs/weird.exp: Likewise.
8805
8806 2016-07-13 Tom Tromey <tom@tromey.com>
8807
8808 PR python/15620, PR python/18620:
8809 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8810 (test_bkpt_events): New procs.
8811
8812 2016-07-13 Tom Tromey <tom@tromey.com>
8813
8814 PR python/17698:
8815 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8816 test.
8817 (test_watchpoints): Likewise.
8818 (test_bkpt_pending): New proc.
8819
8820 2016-07-13 Tom Tromey <tom@tromey.com>
8821
8822 PR cli/18053:
8823 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8824 completion test.
8825
8826 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8827
8828 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8829 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8830 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8831 f_label.
8832 (g): Rename g_end_lbl to g_label.
8833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8834 low_pc and high_pc.
8835 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8836
8837 2016-07-12 Tom Tromey <tom@tromey.com>
8838
8839 PR python/19293:
8840 * gdb.python/py-unwind-maint.exp: Update tests.
8841
8842 2016-07-12 Yao Qi <yao.qi@linaro.org>
8843
8844 * lib/selftest-support.exp (selftest_setup): Match the output
8845 when captured_main is inlined.
8846
8847 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8848
8849 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8850 New variables.
8851 (print this%a, print this%b, print this): New tests.
8852 * gdb.fortran/derived-types.f90 (this): New object and
8853 initialization.
8854
8855 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.ada/arraydim.exp: Remove extra directory level in build
8858 directory.
8859
8860 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8861
8862 * lib/ada.exp: Remove extra directory level in build directory.
8863 * gdb.ada/cond_lang.exp: Likewise.
8864 * gdb.ada/exec_changed.exp: Likewise.
8865 * gdb.ada/lang_switch.exp: Likewise.
8866
8867 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8868
8869 * simple.rs: Add test for raw pointer subscripting.
8870 * simple.exp: Add test expectations.
8871
8872 2016-07-05 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.mi/mi-reverse.exp: Match =record-started output.
8875
8876 2016-07-01 Pedro Alves <palves@redhat.com>
8877
8878 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8879 procedure.
8880 (jit_reader_test): Test the jit reader's unwinder.
8881 * gdb.base/jithost.c (jit_function_00_code): New global.
8882 (main): Use memcpy to fill in the mmapped code, instead of poking
8883 bytes manually here.
8884 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8885 value.
8886 (read_debug_info): Save the function's range.
8887 (read_sp): New function.
8888 (unwind_frame): Use it. Also unwind RBP.
8889 (get_frame_id): Use read_sp.
8890 (gdb_init_reader): Use calloc instead of malloc.
8891 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8892 parameter. Use gdb_test_multiple.
8893
8894 2016-07-01 Pedro Alves <palves@redhat.com>
8895 Antoine Tremblay <antoine.tremblay@ericsson.com>
8896
8897 * gdb.threads/process-dies-while-detaching.c: New file.
8898 * gdb.threads/process-dies-while-detaching.exp: New file.
8899
8900 2016-07-01 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.multi/watchpoint-multi-exit.c: New file.
8903 * gdb.multi/watchpoint-multi-exit.exp: New file.
8904
8905 2016-06-30 Pedro Alves <palves@redhat.com>
8906
8907 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8908 unset inferior_spawn_id.
8909
8910 2016-06-30 Pedro Alves <palves@redhat.com>
8911
8912 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8913 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8914
8915 2016-06-29 Yao Qi <yao.qi@linaro.org>
8916
8917 * gdb.base/return.c: Add copyright header.
8918
8919 2016-06-29 Tom Tromey <tom@tromey.com>
8920
8921 PR python/20129:
8922 * gdb.python/py-framefilter.exp: Add tests for setting priority
8923 and disabling of non-existent frame filter.
8924
8925 2016-06-29 Yao Qi <yao.qi@linaro.org>
8926
8927 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8928 0x0f07ff.
8929
8930 2016-06-28 Yao Qi <yao.qi@linaro.org>
8931
8932 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8933 triplets. Start gdb, execute catch syscall, and continue. Check
8934 gdb's output to determine catch syscall is supported.
8935
8936 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8937
8938 * gdb.rust/simple.rs: Add test for returning unit in a function.
8939 * gdb.rust/simple.exp: Add expectation for functions returning
8940 unit.
8941
8942 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8943
8944 * gdb.python/py-breakpoint-create-fail.c,
8945 gdb.python/py-breakpoint-create-fail.exp,
8946 gdb.python/py-breakpoint-create-fail.py: New testcase.
8947
8948 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8949
8950 PR gdb/20239
8951 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8952 * gdb.rust/simple.exp: Add test expectations for new NonZero
8953 tests.
8954
8955 2016-06-24 David Taylor <dtaylor@emc.com>
8956
8957 * gdb.base/offsets.exp: New file.
8958 * gdb.base/offsets.c: New file.
8959
8960 2016-06-23 Tom Tromey <tom@tromey.com>
8961
8962 PR gdb/16483:
8963 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8964 before any filters are loaded.
8965
8966 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8967
8968 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8969 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8970 structs.
8971 * gdb.fortran/derived-type-function.exp: New file.
8972 * gdb.fortran/derived-type-function.f90: New file.
8973
8974
8975 2016-06-21 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.base/new-ui.exp: New file.
8978 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8979 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8980 (with_spawn_id): New procedure.
8981
8982 2016-06-21 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.mi/mi-exec-run.exp: New file.
8985
8986 2016-06-21 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8989 breakpoint command's output on the main UI.
8990 (test_break): New procedure, factored out from calls in the top
8991 level.
8992 (top level): Use foreach_with_prefix to test MI as main UI and as
8993 separate UI.
8994
8995 2016-06-21 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8998 (test_awatch_creation_and_listing)
8999 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9000 Remove 'type' parameter.
9001 (test_watchpoint_all): New parameter mi_mode. Remove
9002 with_test_prefix.
9003 (top level): Use foreach_with_prefix, and add main/separate UI MI
9004 testing axis.
9005
9006 2016-06-21 Pedro Alves <palves@redhat.com>
9007
9008 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9009 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9010 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9011 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9012 (gdb_main_spawn_id, mi_spawn_id): Declare and
9013 comment.
9014 (mi_create_inferior_pty): New procedure,
9015 factored out from default_mi_gdb_start.
9016 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9017 procedures.
9018 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9019 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9020 Use mi_create_inferior_pty.
9021 (mi_gdb_start): Use eval to pass down args list.
9022
9023 2016-06-21 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9026 * gdb.opt/inline-cmds.exp: Add MI tests.
9027
9028 2016-06-21 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9031
9032 2016-06-21 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9035 (top level): Use it instead of mi_execute_to.
9036
9037 2016-06-21 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9040 (cont_handler_str): New.
9041 (signal_stop_handler): Set stop_handler_str instead of printing to
9042 stdout.
9043 (continue_handler): Set cont_handler_str instead of printing to
9044 stdout.
9045 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9046 mi_send_resuming_command. Print stop_handler_str and
9047 cont_handler_str instead of expecting the python events print
9048 directly.
9049
9050 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9051
9052 * gdb.base/jit-reader.exp: New file.
9053 * gdb.base/jithost.c: New file.
9054 * gdb.base/jithost.h: New file.
9055 * gdb.base/jitreader.c : New file.
9056 * gdb.base/jit-protocol.h: New file.
9057
9058 2016-06-17 Yao Qi <yao.qi@linaro.org>
9059
9060 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9061 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9062 and detach-on-fork. Adjust tests.
9063 (top level): Invoke break_cond_on_syscall with combinations of
9064 syscall, follow-fork-mode and detach-on-fork.
9065
9066 2016-06-17 Yao Qi <yao.qi@linaro.org>
9067
9068 * gdb.base/step-over-exit.c: New.
9069 * gdb.base/step-over-exit.exp: New.
9070
9071 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9072
9073 * gdb.base/float.exp: Add target check for nds32*-*-*.
9074 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9075
9076 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9077
9078 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9079 for unsupported target features.
9080 * gdb.base/call-rt-st.exp: Likewise.
9081 * gdb.base/call-sc.exp: Likewise.
9082 * gdb.base/call-signal-resume.exp: Likewise.
9083 * gdb.base/call-strs.exp: Likewise.
9084 * gdb.base/callexit.exp: Likewise.
9085 * gdb.base/callfuncs.exp: Likewise.
9086 * gdb.base/nodebug.exp: Likewise.
9087 * gdb.base/printcmds.exp: Likewise.
9088 * gdb.base/ptype.exp: Likewise.
9089 * gdb.base/structs.exp: Likewise.
9090 * gdb.base/unwindonsignal.exp: Likewise.
9091 * gdb.cp/gdb2495.exp: Likewise.
9092 * gdb.cp/templates.exp: Likewise.
9093 * gdb.cp/virtfunc.exp: Likewise.
9094 * gdb.threads/hand-call-in-threads.exp: Likewise.
9095 * gdb.threads/interrupted-hand-call.exp: Likewise.
9096 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9097
9098 2016-06-10 Tom Tromey <tom@tromey.com>
9099
9100 PR rust/20110:
9101 * gdb.rust/expr.exp: Add test for integer constant larger than
9102 i32.
9103
9104 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9105
9106 * gdb.fortran/nested-funcs.exp: New.
9107 * gdb.fortran/nested-funcs.f90: New.
9108
9109 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9110
9111 * gdb.base/examine-backward.c: New file.
9112 * gdb.base/examine-backward.exp: New file.
9113
9114 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9115
9116 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9117 matching.
9118
9119 2016-06-02 Tom Tromey <tom@tromey.com>
9120
9121 PR python/18984:
9122 * gdb.python/py-shared.exp: Add solib_name test.
9123
9124 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9127
9128 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9129
9130 PR c++/19893
9131 * gdb.dwarf2/implref.exp: Rename to...
9132 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9133 * gdb.dwarf2/implref-array.c: New file.
9134 * gdb.dwarf2/implref-array.exp: Likewise.
9135 * gdb.dwarf2/implref-global.c: Likewise.
9136 * gdb.dwarf2/implref-global.exp: Likewise.
9137 * gdb.dwarf2/implref-struct.c: Likewise.
9138 * gdb.dwarf2/implref-struct.exp: Likewise.
9139
9140 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9141
9142 * gdb.trace/trace-condition.exp: Add 64bit tests.
9143
9144 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9145
9146 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9147 bits types.
9148 (main): Adapt to 8 to 64 bits types.
9149 * gdb.trace/trace-condition.exp: Add new tests.
9150
9151 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9152
9153 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9154
9155 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9156
9157 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9158 Move condition tests...
9159 * gdb.trace/trace-condition.exp: Here.
9160
9161 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9162
9163 * gdb.trace/trace-condition.exp: Add counter-case tests.
9164
9165 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 PR c++/15231
9168 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9169 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9170
9171 2016-05-27 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9174 New procedure.
9175 (top level): Call it, and bail out of DejaGnu is known to be bad.
9176
9177 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * gdb.base/whatis.c: Extend the test case.
9180 * gdb.base/whatis.exp: Add additional tests.
9181
9182 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9183
9184 * gdb.fortran/type.f90: Add pointer variable.
9185 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9186
9187 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9188
9189 * gdb.fortran/vla-type.exp: Fix testcase name.
9190
9191 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9192
9193 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9194
9195 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9196
9197 * gdb.fortran/type.f90: Add nested structures.
9198 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9199 * gdb.fortran/derived-type.exp: Adapt expected output.
9200 * gdb.fortran/vla-type.exp: Adapt expected output.
9201
9202 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9203
9204 * gdb.fortran/whatis_type.exp: Adapt expected output.
9205
9206 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9207
9208 * gdb.fortran/print_type.exp: Fix expected output.
9209 * gdb.fortran/whatis_type.exp: Fix expected output.
9210
9211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9212
9213 * gdb.fortran/whatis_type.exp: Use multi_line.
9214
9215 2016-05-24 Tom Tromey <tom@tromey.com>
9216
9217 PR python/17386:
9218 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9219 use value as an index.
9220
9221 2016-05-23 Tom Tromey <tom@tromey.com>
9222
9223 PR python/17981:
9224 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9225 no-breakpoint case.
9226
9227 2016-05-24 Pedro Alves <palves@redhat.com>
9228
9229 PR gdb/19828
9230 * gdb.threads/clone-attach-detach.c: New file.
9231 * gdb.threads/clone-attach-detach.exp: New file.
9232
9233 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9234
9235 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9236
9237 2016-05-23 Tom Tromey <tom@tromey.com>
9238
9239 PR python/19438, PR python/18393:
9240 * gdb.python/py-progspace.exp: Add "dir" test.
9241 * gdb.python/py-objfile.exp: Add "dir" test.
9242
9243 2016-05-23 Yao Qi <yao.qi@linaro.org>
9244
9245 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9246 * gdb.arch/thumb2-it.exp: Likewise.
9247
9248 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * gdb.mi/mi-threads-interrupt.c: New file.
9251 * gdb.mi/mi-threads-interrupt.exp: New file.
9252
9253 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9254
9255 PR gdb/18077
9256 * gdb.mi/mi-async-run.exp: New file.
9257 * gdb.mi/mi-async-run.c: New file.
9258
9259 2016-05-17 Tom Tromey <tom@tromey.com>
9260 Manish Goregaokar <manishsmail@gmail.com>
9261
9262 * lib/rust-support.exp: New file.
9263 * lib/gdb.exp (skip_rust_tests): New proc.
9264 (build_executable_from_specs): Handle rust.
9265 * lib/future.exp (gdb_find_rustc): New proc.
9266 (gdb_default_target_compile): Handle rust.
9267 * gdb.rust/expr.exp: New file.
9268 * gdb.rust/generics.exp: New file.
9269 * gdb.rust/generics.rs: New file.
9270 * gdb.rust/methods.exp: New file.
9271 * gdb.rust/methods.rs: New file.
9272 * gdb.rust/modules.exp: New file.
9273 * gdb.rust/modules.rs: New file.
9274 * gdb.rust/simple.exp: New file.
9275 * gdb.rust/simple.rs: New file.
9276
9277 2016-05-17 Tom Tromey <tom@tromey.com>
9278
9279 * gdb.base/default.exp (set language): Add rust.
9280
9281 2016-05-17 Tom Tromey <tom@tromey.com>
9282
9283 * gdb.gdb/unittest.exp: New file.
9284
9285 2016-05-16 Yao Qi <yao.qi@linaro.org>
9286
9287 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9288 shell_prompt. Update shell_prompt_re.
9289
9290 2016-05-12 Doug Evans <dje@google.com>
9291
9292 PR symtab/19999
9293 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9294 $options when building executable.
9295 * gdb.dwarf2/fission-loclists-pie.S: New file.
9296 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9297
9298 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9299
9300 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9301 of [is_remote target],
9302
9303 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9304
9305 * lib/gdb.exp (use_gdb_stub): New procedure.
9306
9307 2016-05-03 Yunlian Jiang <yunlian@google.com>
9308 Doug Evans <dje@google.com>
9309
9310 PR symtab/19914
9311 * gdb.dwarf2/dwp-sepdebug.c: New file.
9312 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9313
9314 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9315
9316 * gdb.base/detach.exp: Remove is_remote check.
9317
9318 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9319
9320 * gdb.base/annota-input-while-running.exp: Don't check for
9321 [is_remote target]. Enable annotations after running to main.
9322 Remove unused "set test..." line.
9323
9324 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9325
9326 * gdb.trace/trace-enable-disable.exp: New file.
9327 * gdb.trace/trace-enable-disable.c: New file.
9328
9329 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9330
9331 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9332 use it in info sharedlibrary test.
9333 * gdb.trace/ftrace-lock.exp: Likewise.
9334 * gdb.trace/ftrace.exp: Likewise.
9335 * gdb.trace/range-stepping.exp: Likewise.
9336 * gdb.trace/trace-break.exp: Likewise.
9337 * gdb.trace/trace-condition.exp: Likewise.
9338 * gdb.trace/trace-mt.exp: Likewise.
9339
9340 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9341
9342 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9343 (gdb_load_shlib): ... this.
9344 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9345 gdb_load_shlib.
9346 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9347 * gdb.base/ctxobj.exp: Likewise.
9348 * gdb.base/dprintf-pending.exp: Likewise.
9349 * gdb.base/dso2dso.exp: Likewise.
9350 * gdb.base/fixsection.exp: Likewise.
9351 * gdb.base/gcore-relro.exp: Likewise.
9352 * gdb.base/gdb1555.exp: Likewise.
9353 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9354 * gdb.base/gnu-ifunc.exp: Likewise.
9355 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9356 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9357 * gdb.base/pending.exp: Likewise.
9358 * gdb.base/print-file-var.exp: Likewise.
9359 * gdb.base/print-symbol-loading.exp: Likewise.
9360 * gdb.base/shlib-call.exp: Likewise.
9361 * gdb.base/shreloc.exp: Likewise.
9362 * gdb.base/so-impl-ld.exp: Likewise.
9363 * gdb.base/solib-disc.exp: Likewise.
9364 * gdb.base/solib-nodir.exp: Likewise.
9365 * gdb.base/solib-overlap.exp: Likewise.
9366 * gdb.base/solib-symbol.exp: Likewise.
9367 * gdb.base/solib-weak.exp (do_test): Likewise.
9368 * gdb.base/sym-file.exp: Likewise.
9369 * gdb.base/symtab-search-order.exp: Likewise.
9370 * gdb.base/type-opaque.exp: Likewise.
9371 * gdb.base/unload.exp: Likewise.
9372 * gdb.base/watchpoint-solib.exp: Likewise.
9373 * gdb.compile/compile.exp: Likewise.
9374 * gdb.cp/gdb2384.exp: Likewise.
9375 * gdb.cp/infcall-dlopen.exp: Likewise.
9376 * gdb.cp/re-set-overloaded.exp: Likewise.
9377 * gdb.fortran/library-module.exp: Likewise.
9378 * gdb.opt/solib-intra-step.exp: Likewise.
9379 * gdb.python/py-finish-breakpoint.exp: Likewise.
9380 * gdb.python/py-shared.exp: Likewise.
9381 * gdb.reverse/solib-precsave.exp: Likewise.
9382 * gdb.reverse/solib-reverse.exp: Likewise.
9383 * gdb.server/solib-list.exp: Likewise.
9384 * gdb.threads/dlopen-libpthread.exp: Likewise.
9385 * gdb.threads/tls-shared.exp: Likewise.
9386 * gdb.threads/tls-so_extern.exp: Likewise.
9387 * gdb.trace/change-loc.exp: Likewise.
9388 * gdb.trace/ftrace-lock.exp: Likewise.
9389 * gdb.trace/ftrace.exp: Likewise.
9390 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9391 * gdb.trace/pending.exp: Likewise.
9392 * gdb.trace/range-stepping.exp: Likewise.
9393 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9394 (strace_info_marker): Likewise.
9395 (strace_probe_marker): Likewise.
9396 (strace_trace_on_same_addr): Likewise.
9397 (strace_trace_on_diff_addr): Likewise.
9398 * gdb.trace/trace-break.exp: Likewise.
9399 * gdb.trace/trace-condition.exp: Likewise.
9400 * gdb.trace/trace-mt.exp: Likewise.
9401
9402 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9403
9404 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9405 result of gdb_remote_download.
9406 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9407 * gdb.base/dso2dso.exp: Likewise.
9408 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9409 * gdb.base/print-file-var.exp: Likewise.
9410 * gdb.base/shlib-call.exp: Likewise.
9411 * gdb.base/shreloc.exp: Likewise.
9412 * gdb.base/solib-overlap.exp: Likewise.
9413 * gdb.base/solib-weak.exp (do_test): Likewise.
9414 * gdb.base/unload.exp: Likewise.
9415
9416 2016-04-27 Yao Qi <yao.qi@linaro.org>
9417
9418 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9419 exists.
9420
9421 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9422
9423 * vla-type.exp: Print structure from toplevel.
9424
9425 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9426
9427 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9428 of dynamic types.
9429 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9430 of dynamic types.
9431
9432 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9433
9434 * gdb.fortran/vla-type.f90: New file.
9435 * gdb.fortran/vla-type.exp: New file.
9436
9437 2016-04-25 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.base/branch-to-self.c: New file.
9440 * gdb.base/branch-to-self.exp: New file.
9441
9442 2016-04-22 Yao Qi <yao.qi@linaro.org>
9443
9444 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9445 more after $hex.
9446
9447 2016-04-22 Yao Qi <yao.qi@linaro.org>
9448
9449 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9450 * gdb.base/annota3.exp: Likewise.
9451
9452 2016-04-22 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.reverse/step-precsave.exp: Do one step and test program
9455 stops in "callee" and do multiple steps until program goes out
9456 of "callee".
9457 * gdb.reverse/step-reverse.exp: Likewise.
9458
9459 2016-04-22 Yao Qi <yao.qi@linaro.org>
9460
9461 * gdb.trace/signal.exp: Also pass if
9462 $tracepoint_hits($i) > $iterations.
9463
9464 2016-04-22 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.trace/signal.c: New file.
9467 * gdb.trace/signal.exp: New file.
9468
9469 2016-04-19 Doug Evans <xdje42@gmail.com>
9470
9471 * gdb.base/bad-file.exp: New file.
9472
9473 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9474
9475 * gdb.dwarf2/implref.exp: New file.
9476
9477 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9478
9479 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9480 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9481 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9482 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9483 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9484 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9485 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9486 * lib/fortran.exp (fortran_int4): New procedure.
9487 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9488 (fortran_logical4): Likewise.
9489
9490 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9491
9492 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9493
9494 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9495
9496 * lib/compiler.c: Add Intel specific preprocessor macros.
9497 * lib/compiler.cc: Likewise.
9498
9499 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9500
9501 * gdb.server/connect-with-no-symbol-file.c: New file.
9502 * gdb.server/connect-with-no-symbol-file.exp: New file.
9503
9504 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9505
9506 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9507
9508 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9509
9510 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9511 standard output directory.
9512
9513 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9514
9515 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9516
9517 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9518
9519 * gdb.btrace/instruction_history.c (loop): Add declaration.
9520
9521 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9522
9523 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9524
9525 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9526
9527 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9528 parentheses to print.
9529 (continue_handler): Likewise.
9530
9531 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9532
9533 * gdb.server/solib-list.exp: Remove is_remote check.
9534 Pass shlib= to gdb_compile. Don't link shared library with
9535 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9536 Run binary filename through "readlink -f" on the target.
9537
9538 2016-04-08 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9541 interpreter filename as argument to gdbserver_spawn.
9542 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9543 Return empty if $last_loaded_file does not exist.
9544
9545 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9548 * gdb.base/jit-main.c: Use exit after usage.
9549
9550 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9551
9552 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9553 GDBHISTSIZE prior to the tests.
9554 * gdb.base/gdbinit-history.exp: Likewise.
9555
9556 2016-04-07 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9559 instead of build_executable. Use gdb_load_shlibs.
9560
9561 2016-04-07 Yao Qi <yao.qi@linaro.org>
9562
9563 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9564 Execute "si" command.
9565
9566 2016-04-07 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9569 number instead of the comments on some line.
9570
9571 2016-04-06 Don Breazeal <donb@codesourcery.com>
9572
9573 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9574 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9575
9576 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9579 standard_output_file. Remove unused binfile variable.
9580
9581 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9582
9583 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9584 * gdb.python/py-mi-objfile.exp: Match "list main" output
9585 in console format.
9586
9587 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9588
9589 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9590 absolute.
9591
9592 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9593
9594 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9595 absolute.
9596 * gdb.trace/ftrace.exp: Likewise.
9597 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9598 targets as well.
9599 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9600 (gdb_load_shlibs): Copy libraries to test directory when testing
9601 natively. Only set solib-search-path if testing remotely.
9602 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9603
9604 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9605
9606 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9607 gdb_download. Use it even if the target is not remote.
9608 * gdb.base/jit.exp (compile_jit_test): Likewise.
9609 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9610 output directory if the destination board is local, otherwise use
9611 the standard remote_download from DejaGnu.
9612 (gdb_download): Remove.
9613 (gdb_load_shlibs): Use gdb_remote_download instead of
9614 gdb_download.
9615 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9616 Use gdb_remote_download instead of gdb_download. Use it even if
9617 the target is not remote.
9618 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9619 instead of gdb_download.
9620
9621 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9622
9623 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9624 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9625 run.
9626
9627 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9628
9629 PR gdb/19820
9630 * gdb.base/printcmds.exp: Add artificial arrays tests.
9631
9632 2016-03-31 Pedro Alves <palves@redhat.com>
9633
9634 PR gdb/19858
9635 * gdb.base/jit-main.c: Include unistd.h.
9636 (ATTACH): Define to 0 if not already defined.
9637 (wait_for_gdb, mypid): New globals.
9638 (WAIT_FOR_GDB): New macro.
9639 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9640 some breakpoint locations.
9641 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9642 New procedures.
9643 (one_jit_test): Add REATTACH parameter, and handle it. Use
9644 continue_to_test_location.
9645 (top level): Test attach, and adjusts calls to one_jit_test.
9646
9647 2016-03-31 Pedro Alves <palves@redhat.com>
9648
9649 PR gdb/19858
9650 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9651 BINSUFFIX parameter, and handle it.
9652 (top level): Adjust calls compile_jit_test.
9653
9654 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9655
9656 PR python/19743
9657 * gdb.python/py-mi-events-gdb.py: New file.
9658 * gdb.python/py-mi-events.c: New file.
9659 * gdb.python/py-mi-events.exp: New file.
9660
9661 2016-03-30 Yao Qi <yao.qi@linaro.org>
9662
9663 * gdb.reverse/until-precsave.exp: Match function name only.
9664 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9665 Move malloc to a condition block.
9666 * gdb.reverse/until-reverse.exp: Match function name only.
9667
9668 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9669
9670 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9671 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9672 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9673 variable for GPR 0 instead of assuming it is register 0.
9674 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9675 * lib/trace-support.exp: Add s390 registers.
9676
9677 2016-03-29 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9680
9681 2016-03-24 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9684 test message.
9685
9686 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9687
9688 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9689 maintaining separate logic for constructing the output path.
9690
9691 2016-03-16 Don Breazeal <donb@codesourcery.com>
9692
9693 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9694 Retry fork and waitpid on interrupted system call errors.
9695 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9696 Use with_timeout_factor to increase timeout by factor of 10.
9697
9698 2016-03-15 Don Breazeal <donb@codesourcery.com>
9699
9700 * gdb.cp/scope-err.cc: New test program.
9701 * gdb.cp/scope-err.exp: New test script.
9702 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9703 lines and "set breakpoint here" comment.
9704 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9705 Fixed some whitespace and format issues.
9706 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9707 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9708
9709 2016-03-15 Doug Evans <dje@google.com>
9710
9711 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9712 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9713 All callers updated. Add tests for enums, mixed flags register.
9714
9715 2016-03-15 Doug Evans <dje@google.com>
9716
9717 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9718 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9719
9720 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9721
9722 * gdb.base/default.exp: Add $_as_string to the list of expected
9723 convenience functions.
9724
9725 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9726
9727 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9728
9729 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9730
9731 * gdb.python/py-as-string.exp: New file.
9732 * gdb.python/py-as-string.c: New file.
9733
9734 2016-03-09 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9737 signal" -> "Thread NN received signal" output change.
9738 * gdb.threads/ia64-sigill.exp: Likewise.
9739 * gdb.threads/linux-dp.exp: Likewise.
9740 * gdb.threads/manythreads.exp: Likewise.
9741 * gdb.threads/pending-step.exp: Likewise.
9742 * gdb.threads/print-threads.exp: Likewise.
9743 * gdb.threads/sigstep-threads.exp: Likewise.
9744 * gdb.threads/staticthreads.exp: Likewise.
9745 * gdb.threads/tls.exp: Likewise.
9746
9747 2016-03-09 Pedro Alves <palves@redhat.com>
9748
9749 * gdb.base/command-line-input.exp: New file.
9750
9751 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9752
9753 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9754 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9755 * gdb.trace/pending.exp: Accept leading dot before function name.
9756 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9757 * lib/trace-support.exp: Set registers for ppc.
9758
9759 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9760
9761 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9762 use it for disassembly; accept .main in addition to main in backtrace.
9763
9764 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9765 Marcin Kościelnicki <koriakin@0x04.net>
9766
9767 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9768 (gdb_recursion_test_ptr): New global variable.
9769 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9770 gdb_recursion_test.
9771 (gdb_c_test): Ditto.
9772
9773 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9774
9775 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9776 ordering.
9777
9778 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9779
9780 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9781 (bar): Add bar_start_lbl label.
9782 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9783 of foo/bar for emitting DWARF and tracing.
9784
9785 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9786
9787 * analyze-racy-logs.py: Set executable bit.
9788
9789 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9790
9791 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9792 (CHECK_TARGET_TMP): Likewise.
9793 (check-single-racy): New rule.
9794 (check-parallel-racy): Likewise.
9795 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9796 (do-check-parallel-racy): New rule.
9797 (check-racy/%.exp): Likewise.
9798 * README (Racy testcases): New section.
9799 * analyze-racy-logs.py: New file.
9800
9801 2016-03-03 Doug Evans <dje@google.com>
9802
9803 * gdb.base/skip.exp: Use with_test_prefix.
9804
9805 2016-03-03 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9808 Invoke step_over_syscall "clone" and break_cond_on_syscall
9809 "clone".
9810 * gdb.base/step-over-clone.c: New file.
9811
9812 2016-03-03 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9815 code format.
9816
9817 2016-03-03 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.base/disp-step-fork.c: Rename to ...
9820 * gdb.base/step-over-fork.c: ... it. New file.
9821 * gdb.base/disp-step-vfork.c: Rename to ...
9822 * gdb.base/step-over-vfork.c: ... it. New file.
9823 * gdb.base/disp-step-syscall.exp: Rename to ...
9824 * gdb.base/step-over-syscall.exp: ... it. New file.
9825 (disp_step_cross_syscall): Rename to ...
9826 (step_over_syscall): ... it.
9827
9828 2016-03-03 Yao Qi <yao.qi@linaro.org>
9829
9830 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9831 If target supports condition evaluation on target, invoke
9832 break_cond_on_syscall for fork and vfork.
9833
9834 2016-03-03 Yao Qi <yao.qi@linaro.org>
9835
9836 * gdb.base/disp-step-syscall.exp: Don't invoke
9837 support_displaced_stepping.
9838 (disp_step_cross_syscall): Test with displaced stepping off and
9839 on if supported.
9840
9841 2016-03-03 Yao Qi <yao.qi@linaro.org>
9842
9843 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9844 proc.
9845 (setup): New proc.
9846 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9847 and setup.
9848
9849 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9850
9851 * gdb.fortran/vla-history.exp: Remove breakpoint.
9852
9853 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9854
9855 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9856 exceeds timeout.
9857
9858 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9859
9860 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9861 breakpoint.
9862
9863 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9864
9865 * gdb.mi/vla.f90: Nullify pointer after declaration.
9866
9867 2016-03-01 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9870
9871 2016-03-01 Pedro Alves <palves@redhat.com>
9872
9873 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9874 before anything else.
9875 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9876 _GNU_SOURCE here.
9877 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9878 before anything else.
9879 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9880
9881 2016-03-01 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9884
9885 2016-03-01 Yao Qi <yao.qi@linaro.org>
9886
9887 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9888 prepare_for_testing.
9889
9890 2016-03-01 Yao Qi <yao.qi@linaro.org>
9891
9892 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9893
9894 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9895
9896 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9897 manually constructing the output path.
9898
9899 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9900
9901 * gdb.arch/s390-stackless.S: New.
9902 * gdb.arch/s390-stackless.exp: New.
9903
9904 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9905
9906 * gdb.dlang/circular.c: New file.
9907 * gdb.dlang/circular.exp: New file.
9908
9909 2016-02-26 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9912 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9913 (testcases): Update.
9914
9915 2016-02-26 Yao Qi <yao.qi@linaro.org>
9916
9917 * gdb.reverse/aarch64.c: Rename to ...
9918 * gdb.reverse/insn-reverse.c: ... it.
9919 * gdb.reverse/aarch64.exp: Rename to ...
9920 * gdb.reverse/insn-reverse.exp: ... it.
9921
9922 2016-02-26 Yao Qi <yao.qi@linaro.org>
9923
9924 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9925 (testcase_ftype): New.
9926 (testcases): New array.
9927 (n_testcases): New.
9928 (main): Call each element in testcases.
9929 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9930 (read_testcase): New.
9931 Do the tests in a loop.
9932
9933 2016-02-25 Yao Qi <yao.qi@linaro.org>
9934
9935 * gdb.base/branches.c: Remove.
9936
9937 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9938
9939 PR gdb/13808
9940 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9941
9942 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9943
9944 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9945
9946 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9947
9948 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9949 change x86_64 call_insn to 'callq'.
9950
9951 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9952
9953 * gdb.trace/tfile-avx.c: Move to...
9954 * gdb.trace/tracefile-pseudo-reg.c: Here.
9955 * gdb.trace/tfile-avx.exp: Move to...
9956 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9957
9958 2016-02-24 Gary Benson <gbenson@redhat.com>
9959
9960 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9961 message on attach.
9962
9963 2016-02-23 Doug Evans <dje@google.com>
9964
9965 * gdb.base/skip.c (test_skip): New function.
9966 (end_test_skip_file_and_function): New function.
9967 (test_skip_file_and_function): New function.
9968 * gdb.base/skip1.c (test_skip): New function.
9969 (skip1_test_skip_file_and_function): New function.
9970 * gdb.base/skip.exp: Add tests for new skip options.
9971 * gdb.base/skip-solib.exp: Update expected output.
9972 * gdb.perf/skip-command.cc: New file.
9973 * gdb.perf/skip-command.exp: New file.
9974 * gdb.perf/skip-command.py: New file.
9975
9976 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9977
9978 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9979 info registers pattern.
9980
9981 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9982
9983 * lib/future.exp: Add D support.
9984 (gdb_find_gdc): New proc.
9985 (gdb_default_target_compile): Add D support.
9986
9987 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9988
9989 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9990 user+system time.
9991 (trace_speed_test): Determine the iteration count for a time
9992 between 15..30 seconds.
9993
9994 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9995
9996 * gdb.arch/i386-mpx-sigsegv.c: New file.
9997 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9998 * gdb.arch/i386-mpx-simple_segv.c: New file.
9999 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10000
10001 2016-02-18 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10004 Don't call setup_kfail.
10005
10006 2016-02-18 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10009 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10010
10011 2016-02-16 Doug Evans <dje@google.com>
10012
10013 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10014 * gdb.base/skip1.c: Ditto.
10015 * gdb.base/skip.exp: Whitespace cleanup.
10016
10017 2016-02-16 Don Breazeal <donb@codesourcery.com>
10018
10019 PR remote/19496
10020 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10021 Remove kfail for PR remote/19496.
10022
10023 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * lib/gdb.exp (standard_temp_file): Return a path specific to
10026 the runtest invocation.
10027
10028 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10029
10030 * gdb.trace/save-trace.exp: Change relative path to be in the
10031 standard output directory.
10032
10033 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * gdb.arch/i386-prologue.c: Add missing prototypes.
10036
10037 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10038
10039 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10040 * gdb.arch/i386-prologue.exp: Likewise.
10041 * gdb.arch/i386-size.exp: Likewise.
10042
10043 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10044
10045 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10046 define object file path.
10047 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10048 file path.
10049 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10050 standard_output_file to define binfile.
10051
10052 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10053
10054 Fix compatibility with recent gfortran-5.3.1.
10055 * gdb.fortran/vla-history.exp (print vla1 allocated)
10056 (print vla2 allocated, print $2, print $3): Remove
10057 (print $4): Rename to ...
10058 (print $2): ... here.
10059 (print $9): Rename to ...
10060 (print $5): ... here.
10061 (print $10): Rename to ...
10062 (print $6): ... here.
10063 * gdb.fortran/vla.f90: Add pvla initialization.
10064
10065 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10066
10067 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10068 New test.
10069 * gdb.fortran/vla-value-sub.exp: Likewise.
10070
10071 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10072
10073 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10074
10075 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10076
10077 * i386-biarch-core.exp: Define corefile using
10078 standard_output_file.
10079
10080 2016-02-12 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.arch/arm-single-step-kernel-helper.c: New.
10083 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10084
10085 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10086
10087 * gdb.btrace/tailcall-only.exp: New.
10088 * gdb.btrace/tailcall-only.c: New.
10089 * gdb.btrace/x86_64-tailcall-only.S: New.
10090 * gdb.btrace/i686-tailcall-only.S: New.
10091
10092 2016-02-11 Pedro Alves <palves@redhat.com>
10093
10094 * README (Parallel testing): Add missing double quotes.
10095
10096 2016-02-11 Pedro Alves <palves@redhat.com>
10097
10098 * README (Parallel testing): New section.
10099 (GDB_PARALLEL): Rewrite.
10100 (FORCE_PARALLEL): Document.
10101
10102 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10103
10104 * gdb.trace/tfile-avx.c: New test.
10105 * gdb.trace/tfile-avx.exp: New test.
10106
10107 2016-02-09 Keith Seitz <keiths@redhat.com>
10108
10109 PR breakpoints/19546
10110 * gdb.base/infcall-exec.c: New file.
10111 * gdb.base/infcall-exec2.c: New file.
10112 * gdb.base/infcall-exec.exp: New file.
10113
10114 2016-02-09 Keith Seitz <keiths@redhat.com>
10115
10116 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10117 (toplevel): Call test_bkpt_address.
10118
10119 2016-02-09 Keith Seitz <keiths@redhat.com>
10120
10121 PR python/19506
10122 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10123 (toplevel): Call test_bkpt_address.
10124
10125 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10126
10127 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10128 to AC_OUTPUT.
10129 * configure: Regenerate.
10130
10131 2016-02-09 Pedro Alves <palves@redhat.com>
10132
10133 PR breakpoints/19548
10134 * gdb.base/execl-update-breakpoints.c (some_function): New
10135 function.
10136 (main): Call it.
10137 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10138 Tighten expected GDB output.
10139
10140 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10141
10142 * Makefile.in (ALL_SUBDIRS): Remove.
10143 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10144 (distclean maintainer-clean realclean): Likewise.
10145 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10146 * configure: Regenerate.
10147 * gdb.ada/Makefile.in: Delete.
10148 * gdb.arch/Makefile.in: Likewise.
10149 * gdb.asm/Makefile.in: Likewise.
10150 * gdb.base/Makefile.in: Likewise.
10151 * gdb.btrace/Makefile.in: Likewise.
10152 * gdb.cell/Makefile.in: Likewise.
10153 * gdb.compile/Makefile.in: Likewise.
10154 * gdb.cp/Makefile.in: Likewise.
10155 * gdb.disasm/Makefile.in: Likewise.
10156 * gdb.dlang/Makefile.in: Likewise.
10157 * gdb.dwarf2/Makefile.in: Likewise.
10158 * gdb.fortran/Makefile.in: Likewise.
10159 * gdb.gdb/Makefile.in: Likewise.
10160 * gdb.go/Makefile.in: Likewise.
10161 * gdb.guile/Makefile.in: Likewise.
10162 * gdb.java/Makefile.in: Likewise.
10163 * gdb.linespec/Makefile.in: Likewise.
10164 * gdb.mi/Makefile.in: Likewise.
10165 * gdb.modula2/Makefile.in: Likewise.
10166 * gdb.multi/Makefile.in: Likewise.
10167 * gdb.objc/Makefile.in: Likewise.
10168 * gdb.opencl/Makefile.in: Likewise.
10169 * gdb.opt/Makefile.in: Likewise.
10170 * gdb.pascal/Makefile.in: Likewise.
10171 * gdb.perf/Makefile.in: Likewise.
10172 * gdb.python/Makefile.in: Likewise.
10173 * gdb.reverse/Makefile.in: Likewise.
10174 * gdb.server/Makefile.in: Likewise.
10175 * gdb.stabs/Makefile.in: Likewise.
10176 * gdb.threads/Makefile.in: Likewise.
10177 * gdb.trace/Makefile.in: Likewise.
10178 * gdb.xml/Makefile.in: Likewise.
10179 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10180 GDB_PARALLEL.
10181 (standard_output_file): Remove check for GDB_PARALLEL, always
10182 return path in outputs/$subdir/$testname.
10183
10184 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10185
10186 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10187 (site.exp): Assign abs_srcdir to tcl's srcdir.
10188
10189 2016-02-04 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.base/foll-exec-mode.c: Include limits.h.
10192 (main): Add parameters argc and argv. Get directory from
10193 argv[0].
10194 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10195 compilation.
10196 * gdb.base/foll-exec.c: Include limits.h.
10197 (main): Add parameters argc and argv.
10198 Get directory from argv[0].
10199 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10200 Adjust tests on the number of lines as source code changed.
10201 * gdb.base/foll-vfork-exit.c: Include limits.h.
10202 (main): Add one line of statement before vfork.
10203 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10204 (main): Add parameters argc and argv. Get directory from
10205 argv[0].
10206 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10207 (setup_gdb): Set tbreak to skip some source lines.
10208 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10209 (main): Add parameters argc and argv. Get directory from
10210 argv[0].
10211 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10212 compilation.
10213 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10214 (main): Add parameters argc and argv. Get directory from
10215 argv[0].
10216 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10217 compilation.
10218
10219 2016-02-01 Doug Evans <dje@google.com>
10220
10221 * gdb.base/skip.exp: Clean up multiple references to same test name.
10222
10223 2016-02-01 Pedro Alves <palves@redhat.com>
10224
10225 PR remote/19496
10226 * gdb.threads/forking-threads-plus-breakpoint.exp
10227 (displaced_stepping_supported): New global.
10228 (probe_displaced_stepping_support): New procedure.
10229 (do_test): Add 'displaced' parameter, and use it.
10230 (top level): Check for displaced stepping support. Add displaced
10231 stepping on/off testing axis.
10232
10233 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10234
10235 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10236 pointer. Don't perform further tests on the unassociated pointer
10237 if the first test fails.
10238
10239 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10240
10241 * gdb.base/max-value-size.c: New file.
10242 * gdb.base/max-value-size.exp: New file.
10243 * gdb.base/huge.exp: Disable max-value-size for this test.
10244
10245 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10246
10247 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10248
10249 2016-01-28 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10252
10253 2016-01-25 Pedro Alves <palves@redhat.com>
10254
10255 PR threads/19461
10256 * gdb.base/fork-running-state.c: New file.
10257 * gdb.base/fork-running-state.exp: New file.
10258
10259 2016-01-25 Pedro Alves <palves@redhat.com>
10260
10261 PR gdb/19494
10262 * gdb.base/catch-fork-kill.c: New file.
10263 * gdb.base/catch-fork-kill.exp: New file.
10264
10265 2016-01-25 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10268 Delete, moved to lib/gdb.exp.
10269 * gdb.threads/forking-threads-plus-breakpoint.exp
10270 (foreach_with_prefix): Likewise.
10271 * gdb.threads/process-dies-while-handling-bp.exp
10272 (foreach_with_prefix): Likewise.
10273 * lib/gdb.exp (foreach_with_prefix): New procedure.
10274
10275 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10276
10277 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10278 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10279
10280 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10281
10282 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10283 endian targets.
10284
10285 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10286 Pedro Alves <palves@redhat.com>
10287
10288 Fix testsuite compatibility with Guile.
10289 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10290 number.
10291
10292 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 Fix testsuite compatibility with Guile.
10295 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10296 (thread 1): New test for backtrace through signal handler.
10297
10298 2016-01-22 Yao Qi <yao.qi@linaro.org>
10299
10300 PR testsuite/19491
10301 * gdb.base/multi-forks.c: Include
10302 ../lib/unbuffer_output.c
10303 (main): Call gdb_unbuffer_output.
10304
10305 2016-01-21 Doug Evans <dje@google.com>
10306
10307 * lib/ada.exp (gdb_compile_ada): Fix typo.
10308
10309 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10310
10311 * gdb.base/break-fun-addr.exp: New file.
10312 * gdb.base/break-fun-addr1.c: New file.
10313 * gdb.base/break-fun-addr2.c: New file.
10314
10315 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10316
10317 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10318 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10319 enum flag values.
10320
10321 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10322
10323 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10324 when GDB can not set the vector return value. Add more comments
10325 for clarification.
10326
10327 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10328
10329 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10330 command.
10331
10332 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10333
10334 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10335
10336 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10337
10338 * Makefile.in (check-single): Pass --status to runtest.
10339 (check/%.exp): Likewise.
10340
10341 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10342
10343 * Makefile.in (check-parallel): Propagate return code from make
10344 do-check-parallel.
10345
10346 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10347
10348 * gdb.trace/ftrace.exp: Fix expected message on continue.
10349 * gdb.trace/pending.exp: Fix expected message on continue.
10350 * gdb.trace/trace-break.exp: Fix expected message on continue.
10351
10352 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10353
10354 * lib/gdb.exp (gdb_test): Remove unused global references.
10355
10356 2016-01-18 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.base/async-shell.exp: Adjust expected output.
10359 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10360 * gdb.base/siginfo-thread.exp: Adjust expected output.
10361 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10362 * gdb.java/jnpe.exp: Adjust expected output.
10363 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10364 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10365 * gdb.threads/leader-exit.exp: Adjust expected output.
10366 * gdb.threads/manythreads.exp: Adjust expected output.
10367 * gdb.threads/pthreads.exp: Adjust expected output.
10368 * gdb.threads/schedlock.exp: Adjust expected output.
10369 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10370 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10371 expected output.
10372 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10373 output.
10374 * gdb.threads/sigthread.exp: Adjust expected output.
10375 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10376
10377 2016-01-18 Yao Qi <yao.qi@linaro.org>
10378
10379 * gdb.guile/scm-section-script.c: Replace @progbits with
10380 %progbits.
10381 * gdb.python/py-section-script.c: Likewise.
10382
10383 2016-01-15 Pedro Alves <palves@redhat.com>
10384
10385 * gdb.multi/tids.exp: Test star wildcard ranges.
10386
10387 2016-01-15 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10390 command from "thread apply" invocation.
10391 (thr_apply_info_thr_invalid): Default the expected output to the
10392 input tid list.
10393 (top level): Add tests that use convenience variables. Add tests
10394 for "thread apply" with a valid TID list, but missing the command.
10395
10396 2016-01-13 Pedro Alves <palves@redhat.com>
10397
10398 * gdb.base/default.exp: Expect $_gthread as well.
10399 * gdb.multi/tids.exp: Test $_gthread.
10400 * gdb.threads/thread-specific.exp: Test $_gthread.
10401
10402 2016-01-13 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.multi/tids.exp: Test "info threads -gid".
10405
10406 2016-01-13 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10409 Breakpoint.thread.
10410 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10411
10412 2016-01-07 Pedro Alves <palves@redhat.com>
10413
10414 * gdb.base/break.exp: Adjust to output changes.
10415 * gdb.base/hbreak2.exp: Likewise.
10416 * gdb.base/sepdebug.exp: Likewise.
10417 * gdb.base/watch_thread_num.exp: Likewise.
10418 * gdb.linespec/keywords.exp: Likewise.
10419 * gdb.multi/info-threads.exp: Likewise.
10420 * gdb.threads/thread-find.exp: Likewise.
10421 * gdb.multi/tids.c: New file.
10422 * gdb.multi/tids.exp: New file.
10423
10424 2016-01-13 Pedro Alves <palves@redhat.com>
10425
10426 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10427
10428 2016-01-13 Pedro Alves <palves@redhat.com>
10429
10430 * gdb.base/default.exp: Expect $_inferior as well.
10431 * gdb.multi/base.exp: Test $_inferior.
10432
10433 2016-01-13 Pedro Alves <palves@redhat.com>
10434
10435 PR breakpoints/19388
10436 * gdb.base/catch-signal-siginfo-cond.c: New file.
10437 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10438
10439 2016-01-12 Josh Stone <jistone@redhat.com>
10440 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10441
10442 * gdb.base/catch-syscall.c (do_execve): New variable.
10443 (main): Conditionally trigger an execve.
10444 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10445 (test_catch_syscall_execve): New, check entry/return across execve.
10446 (do_syscall_tests): Call test_catch_syscall_execve.
10447
10448 2016-01-12 Pedro Alves <palves@redhat.com>
10449
10450 * gdb.base/random-signal.exp (do_test): New procedure, with body
10451 of testcase moved in.
10452
10453 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10454 Pedro Alves <palves@redhat.com>
10455
10456 * gdb.base/funcargs.exp (finish from indirectly called function):
10457 Reintroduce the case for 'First'.
10458
10459 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10460 Pedro Alves <palves@redhat.com>
10461
10462 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10463 (tcatch_vfork_then_child_follow_exec)
10464 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10465 identification.
10466
10467 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10470 and repeats to unlimited.
10471 * gdb.python/py-value.exp: Likewise.
10472 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10473 and repeats to unlimited.
10474
10475 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10476
10477 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10478 and reordering the functions.
10479 * gdb.multi/hangout.c: Likewise.
10480 * gdb.multi/hello.c: Likewise.
10481
10482 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10485 absolute.
10486 (SingleStatisticTestResult.report): Use dict.keys instead of
10487 dict.iterkeys.
10488
10489 2016-01-06 Pedro Alves <palves@redhat.com>
10490
10491 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10492
10493 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10494
10495 * gdb.btrace/dlopen.exp: New.
10496 * gdb.btrace/dlopen.c: New.
10497 * gdb.btrace/dlopen-dso.c: New.
10498
10499 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10500
10501 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10502 PATTERN argument is optional.
10503
10504 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10505
10506 * lib/ada.exp (target_compile_ada_from_dir): New function.
10507 (gdb_compile_ada): Reimplement avoiding the use of project files.
10508 * gdb.ada/gnat_ada.gpr: Delete.
10509 * gdb.ada/cond_lang.exp: Adjust test to make path before
10510 filename optional.
10511 * gdb.ada/small_reg_param.exp: Likewise.
10512
10513 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10516
10517 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10518
10519 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10520 case.
10521
10522 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10523
10524 * gdb.base/break.exp: Remove dead code.
10525 * gdb.base/sepdebug.exp: Likewise.
10526
10527 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10528
10529 * gdb.asm/asm-source.exp: Remove HP-UX references.
10530 * gdb.base/annota1.exp: Likewise.
10531 * gdb.base/annota3.exp: Likewise.
10532 * gdb.base/attach.exp: Likewise.
10533 * gdb.base/bigcore.exp: Likewise.
10534 * gdb.base/break.exp: Likewise.
10535 * gdb.base/call-ar-st.exp: Likewise.
10536 * gdb.base/callfuncs.exp: Likewise.
10537 * gdb.base/catch-fork-static.exp: Likewise.
10538 * gdb.base/display.exp: Likewise.
10539 * gdb.base/foll-exec-mode.exp: Likewise.
10540 * gdb.base/foll-exec.exp: Likewise.
10541 * gdb.base/foll-fork.exp: Likewise.
10542 * gdb.base/foll-vfork.exp: Likewise.
10543 * gdb.base/funcargs.exp: Likewise.
10544 * gdb.base/hbreak2.exp: Likewise.
10545 * gdb.base/inferior-died.exp: Likewise.
10546 * gdb.base/interrupt.exp: Likewise.
10547 * gdb.base/multi-forks.exp: Likewise.
10548 * gdb.base/nodebug.exp: Likewise.
10549 * gdb.base/sepdebug.exp: Likewise.
10550 * gdb.base/solib1.c: Likewise.
10551 * gdb.base/step-test.exp: Likewise.
10552 * gdb.mi/non-stop.c: Likewise.
10553 * gdb.mi/pthreads.c: Likewise.
10554 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10555 * gdb.threads/pthreads.c: Likewise.
10556 * gdb.threads/staticthreads.exp: Likewise.
10557 * lib/future.exp: Likewise.
10558 * lib/gdb.exp: Likewise.
10559 * gdb.base/so-indr-cl.c: Remove.
10560 * gdb.base/so-indr-cl.exp: Likewise.
10561 * gdb.base/solib.c: Likewise.
10562 * gdb.base/solib.exp: Likewise.
10563 * gdb.base/solib2.c: Likewise.
10564
10565 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10566
10567 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10568 * gdb.base/call-ar-st.exp: Likewise.
10569 * gdb.base/callfuncs.exp: Likewise.
10570 * gdb.base/condbreak.exp: Likewise.
10571 * gdb.base/constvars.exp: Likewise.
10572 * gdb.base/hbreak2.exp: Likewise.
10573 * gdb.base/langs.exp: Likewise.
10574 * gdb.base/list.exp: Likewise.
10575 * gdb.base/long_long.exp: Likewise.
10576 * gdb.base/ptype.exp: Likewise.
10577 * gdb.base/scope.exp: Likewise.
10578 * gdb.base/signals.exp: Likewise.
10579 * gdb.base/so-impl-ld.exp: Likewise.
10580 * gdb.base/varargs.exp: Likewise.
10581 * gdb.base/volatile.exp: Likewise.
10582 * gdb.base/whatis.exp: Likewise.
10583 * gdb.cp/cplusfuncs.exp: Likewise.
10584 * gdb.cp/inherit.exp: Likewise.
10585 * gdb.cp/local.exp: Likewise.
10586 * gdb.cp/member-ptr.exp: Likewise.
10587 * gdb.cp/method.exp: Likewise.
10588 * gdb.cp/overload.exp: Likewise.
10589 * gdb.cp/templates.exp: Likewise.
10590 * gdb.stabs/weird.exp: Likewise.
10591 * lib/compiler.c: Likewise.
10592 * lib/compiler.cc: Likewise.
10593 * lib/cp-support.exp: Likewise.
10594 * lib/gdb.exp: Likewise.
10595
10596 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10597
10598 * configure.ac: Remove HP-UX case.
10599 * configure: Regenerate.
10600
10601 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10602
10603 * lib/gdb.exp (gdb_compile): Add function doc.
10604
10605 2015-12-17 Pedro Alves <palves@redhat.com>
10606
10607 PR threads/19354
10608 * gdb.multi/info-threads.exp: New file.
10609
10610 2015-12-15 Yao Qi <yao.qi@linaro.org>
10611
10612 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10613 is aarch64*-*-*.
10614
10615 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10616
10617 * gdb.base/history-duplicates.exp: Skip if no readline support.
10618
10619 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10620
10621 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10622
10623 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10624
10625 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10626
10627 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10628
10629 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10630 ctrl-C if nointerrupts target property is set.
10631 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10632 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10633 * gdb.base/paginate-bg-execution.exp: Likewise.
10634 * gdb.base/paginate-execution-startup.exp: Likewise.
10635 * gdb.base/random-signal.exp: Likewise.
10636 * gdb.base/range-stepping.exp: Likewise.
10637 * gdb.cp/annota2.exp: Likewise.
10638 * gdb.cp/annota3.exp: Likewise.
10639 * gdb.gdb/selftest.exp: Likewise.
10640 * gdb.threads/continue-pending-status.exp: Likewise.
10641 * gdb.threads/leader-exit.exp: Likewise.
10642 * gdb.threads/manythreads.exp: Likewise.
10643 * gdb.threads/pthreads.exp: Likewise.
10644 * gdb.threads/schedlock.exp: Likewise.
10645 * gdb.threads/sigthread.exp: Likewise.
10646
10647 2015-12-11 Don Breazeal <donb@codesourcery.com>
10648
10649 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10650 remote.
10651 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10652 * gdb.base/foll-exec.exp (main): Enable for target remote.
10653 * gdb.base/foll-fork.exp (main): Likewise.
10654 * gdb.base/foll-vfork.exp (main): Likewise.
10655 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10656 (proc continue_to_exit_bp_loc): Use clean_restart.
10657 * gdb.base/pie-execl.exp (main): Disable for target remote.
10658 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10659 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10660 * gdb.threads/execl.exp (main): Likewise.
10661 * gdb.threads/fork-child-threads.exp (main): Likewise.
10662 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10663 remote.
10664 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10665 remote.
10666 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10667 pid.tid style ptids, instead of just tid.
10668 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10669 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10670 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10671 ptids, instead of just tid.
10672
10673 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10674
10675 * gdb.base/list.exp (test_list_forward): Add end of file error
10676 test.
10677 (test_repeat_list_command): Add end of file error test.
10678 (test_list_backwards): Add beginning of file error test.
10679
10680 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10681
10682 * gdb.base/list.exp (test_list_invalid_args): New function,
10683 defined, and called.
10684
10685 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10686
10687 * gdb.base/list.exp (test_list): Make test names unique.
10688
10689 2015-12-11 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.base/coremaker2.c: Remove.
10692
10693 2015-12-10 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.multi/base.exp: Remove stale "spaces" references.
10696
10697 2015-12-10 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.multi/base.exp: Don't use nowarnings.
10700 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10701 * gdb.multi/hangout.c: Include stdio.h.
10702 * gdb.multi/hello.c: Include stdlib.h.
10703 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10704 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10705 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10706
10707 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10708
10709 * gdb.dwarf2/dw2-ranges-base.c: New file.
10710 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10711 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10712 support additional line table, and debug ranges generation.
10713 (Dwarf::ranges): New function, generate .debug_ranges.
10714 (Dwarf::lines): Support generating simple line table programs.
10715 (Dwarf::assemble): Initialise new namespace variables.
10716
10717 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10718
10719 * gdb.base/async.exp (proc test_background): Add case for
10720 asynchronous execution not supported.
10721
10722 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10723
10724 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10725 format and change test names to make them unique.
10726
10727 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10728 Pedro Alves <pedro@redhat.com>
10729
10730 PR gdb/18702
10731 Add checking of floatformats setup on x86_64 hosts.
10732 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10733 (smallval, bigval): New labels/constants.
10734 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10735 float" after loading bigval and smallval.
10736
10737 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10738
10739 * gdb.ada/fun_overload_menu.exp: New testcase.
10740 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10741
10742 2015-12-04 Josh Stone <jistone@redhat.com>
10743
10744 * gdb.base/catch-fork-static.exp: New.
10745
10746 2015-12-03 Yao Qi <yao.qi@linaro.org>
10747
10748 * gdb.base/sizeof.c: Don't include stdio.h and
10749 ../lib/unbuffer_output.c.
10750 (main): New variable 'size' and 'value'. Remove printf and
10751 gdb_unbuffer_output. Assign return value to size and value.
10752 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10753 at the beginning.
10754 (check_sizeof): Check the result by printing variable 'size'.
10755 (check_valueof): Check the result by printing variable 'value'.
10756
10757 2015-12-01 Yao Qi <yao.qi@linaro.org>
10758
10759 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10760 for aarch64*-*-linux* target.
10761
10762 2015-11-30 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10765
10766 2015-11-30 Pedro Alves <palves@redhat.com>
10767
10768 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10769 Handle non-stop mode vCont replies.
10770
10771 2015-11-30 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10774 prepare_for_testing. Start gdb with "set non-stop on" appended to
10775 GDBFLAGS. Lax expected stop output.
10776
10777 2015-11-27 Yao Qi <yao.qi@linaro.org>
10778
10779 * gdb.arch/arm-neon.exp: New.
10780 * gdb.arch/arm-neon.c: New.
10781
10782 2015-11-27 Yao Qi <yao.qi@linaro.org>
10783
10784 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10785
10786 2015-11-27 Yao Qi <yao.qi@linaro.org>
10787
10788 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10789 frames-invalid annotation.
10790
10791 2015-11-27 Yao Qi <yao.qi@linaro.org>
10792
10793 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10794
10795 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10796
10797 * gdb.threads/names.exp: New file.
10798 * gdb.threads/names.c: New file.
10799 * README: Mention gdb,no_thread_names.
10800
10801 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10802
10803 PR 19297
10804 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10805 support" error.
10806
10807 2015-11-24 Pedro Alves <palves@redhat.com>
10808
10809 PR 17539
10810 * gdb.base/display.exp: Expect displays to be sorted in ascending
10811 order. Use multi_line.
10812 * gdb.base/solib-display.exp: Likewise.
10813
10814 2015-11-24 Pedro Alves <palves@redhat.com>
10815
10816 PR 17539
10817 * gdb.base/display.exp: Expect displays to be sorted in ascending
10818 order. Use multi_line.
10819 * gdb.base/solib-display.exp: Likewise.
10820
10821 2015-11-24 Pedro Alves <palves@redhat.com>
10822
10823 PR 17539
10824 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10825 threads in ascending order.
10826 * gdb.base/foll-fork.exp: Likewise.
10827 * gdb.base/foll-vfork.exp: Likewise.
10828 * gdb.base/multi-forks.exp: Likewise.
10829 * gdb.mi/mi-nonstop.exp: Likewise.
10830 * gdb.mi/mi-nsintrall.exp: Likewise.
10831 * gdb.multi/base.exp: Likewise.
10832 * gdb.multi/multi-arch.exp: Likewise.
10833 * gdb.python/py-inferior.exp: Likewise.
10834 * gdb.threads/break-while-running.exp: Likewise.
10835 * gdb.threads/execl.exp: Likewise.
10836 * gdb.threads/gcore-thread.exp: Likewise.
10837 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10838 * gdb.threads/kill.exp: Likewise.
10839 * gdb.threads/linux-dp.exp: Likewise.
10840 * gdb.threads/multiple-step-overs.exp: Likewise.
10841 * gdb.threads/next-bp-other-thread.exp: Likewise.
10842 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10843 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10844 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10845 * gdb.threads/thread-find.exp: Likewise.
10846 * gdb.threads/tls.exp: Likewise.
10847 * lib/mi-support.exp (mi_reverse_list): Delete.
10848 (mi_check_thread_states): No longer reverse list.
10849
10850 2015-11-24 Pedro Alves <palves@redhat.com>
10851
10852 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10853 use lowercase.
10854
10855 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10856
10857 * gdb.trace/actions.c: Include trace-common.h.
10858 (main): Add a location for a fast tracepoint.
10859 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10860 the normal tracepoints.
10861 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10862
10863 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10864
10865 * save-trace.exp: Factor out code to these...
10866 (gdb_save_tracepoints): New.
10867 (gdb_load_tracepoints): New.
10868 (do_save_load_test): New.
10869
10870 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10871
10872 * gdb.base/asmlabel.exp: New test.
10873 * gdb.base/asmlabel.c: New test case.
10874
10875 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10876
10877 * gdb.base/wrong_frame_bt_full-main.c: New file.
10878 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10879 * gdb.base/wrong_frame_bt_full.exp: New file.
10880
10881 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10882
10883 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10884
10885 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10886
10887 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10888 pstate register when comparing registers values in
10889 sparc64-*-linux-gnu targets to avoid spurious differences.
10890
10891 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10892
10893 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10894
10895 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10896
10897 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10898 as type argument to gdb_compile.
10899 * gdb.base/nested-subp2.exp: Likewise.
10900 * gdb.base/nested-subp3.exp: Likewise.
10901
10902 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10903
10904 * lib/dwarf.exp (_note): Fix left shift of negative value.
10905 * gdb.trace/trace-condition.exp: Likewise.
10906
10907 2015-11-13 Yao Qi <yao.qi@linaro.org>
10908
10909 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10910 comments about d10v.
10911 (test_scalar_returns): Likewise.
10912 * gdb.base/d10v.ld: Remove.
10913 * gdb.base/overlays.exp: Remove the target triplet checking for
10914 d10v-*-*.
10915 * gdb.base/structs.exp (test_struct_returns): Remove the
10916 comments about d10v.
10917 (test_struct_calls): Likewise.
10918
10919 2015-11-13 Yao Qi <yao.qi@linaro.org>
10920
10921 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10922 * gdb.base/gnu_vector.c: Don't include stdio.h.
10923 (main): Don't print res and call add_some_intvecs.
10924
10925 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10926
10927 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10928 macro.
10929 (func5): Removed.
10930 (func4): Use FAST_TRACEPOINT_LABEL.
10931 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10932 macro.
10933 (func): Removed.
10934 (thread_function): Use FAST_TRACEPOINT_LABEL.
10935 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10936 (func): Remove.
10937 (marker): Use FAST_TRACEPOINT_LABEL.
10938 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10939 (pendfunc1): Remove.
10940 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10941 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10942 (foo): Remove.
10943 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10944 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10945 macro.
10946 (func): Remove.
10947 (marker): Use FAST_TRACEPOINT_LABEL.
10948 * gdb.trace/trace-common.h: New header.
10949 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10950 macro.
10951 (func): Remove.
10952 (marker): Use FAST_TRACEPOINT_LABEL.
10953 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10954 (func): Remove.
10955 (thread_function): Use FAST_TRACEPOINT_LABEL.
10956
10957 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10958
10959 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10960 in front.
10961 * gdb.trace/change-loc.exp: Use global pcreg definition.
10962 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10963 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10964 in front.
10965 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10966 * gdb.trace/pending.exp: Likewise.
10967 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10968 * gdb.trace/trace-break.exp: Likewise.
10969 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10970 in front.
10971 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10972 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10973 in front.
10974 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10975
10976 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10977
10978 * gdb.ada/fin_fun_out: New testcase.
10979
10980 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10981
10982 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10983 value associated with DW_AT_byte_size.
10984 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10985 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10986 DW_AT_upper_bound.
10987
10988 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10989
10990 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10991 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10992 version.
10993 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10994 gdb.dwarf2/dw2-canonicalize-type.exp,
10995 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10996 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10997 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10998 provided by gdb_target_symbol_prefix_flags_asm.
10999 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11000 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11001 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11002 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11003 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11004 macros where needed). Use this macro for symbols which require
11005 the prefix provided by SYMBOL_PREFIX.
11006
11007 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11008
11009 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11010 New procs.
11011 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11012 representing expressions, of more than one list element.
11013 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11014 to prepend linker symbol prefix to f.
11015 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11016 table_1 and table_2.
11017 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11018 Likewise, for f and g.
11019 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11020 for ptr.
11021 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11022 for main.
11023 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11024 table_1_ptr and table_2_ptr.
11025
11026 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11027 Joel Brobecker <brobecker@adacore.com>
11028
11029 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11030
11031 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11032
11033 * gdb.reverse/s390-mvcle.c: New test.
11034 * gdb.reverse/s390-mvcle.exp: New file.
11035 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11036
11037 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11038
11039 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11040
11041 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11042
11043 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11044 reaching marker2.
11045 * gdb.reverse/getresuid-reverse.exp: Likewise.
11046 * gdb.reverse/pipe-reverse.exp: Likewise.
11047 * gdb.reverse/readv-reverse.exp: Likewise.
11048 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11049 * gdb.reverse/time-reverse.exp: Likewise.
11050 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11051
11052 2015-10-30 Yao Qi <yao.qi@linaro.org>
11053
11054 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11055 (empty_cycle): Remove.
11056 (main): Don't call empty_cycle. Don't use watch_count_done.
11057 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11058 empty_cycle. Rewrite the code counting HW watchpoints.
11059
11060 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11061
11062 * gdb.reverse/fstatat-reverse.c: New test.
11063 * gdb.reverse/fstatat-reverse.exp: New file.
11064 * gdb.reverse/getresuid-reverse.c: New test.
11065 * gdb.reverse/getresuid-reverse.exp: New file.
11066 * gdb.reverse/pipe-reverse.c: New test.
11067 * gdb.reverse/pipe-reverse.exp: New file.
11068 * gdb.reverse/readv-reverse.c: New test.
11069 * gdb.reverse/readv-reverse.exp: New file.
11070 * gdb.reverse/recvmsg-reverse.c: New test.
11071 * gdb.reverse/recvmsg-reverse.exp: New file.
11072 * gdb.reverse/time-reverse.c: New test.
11073 * gdb.reverse/time-reverse.exp: New file.
11074 * gdb.reverse/waitpid-reverse.c: New test.
11075 * gdb.reverse/waitpid-reverse.exp: New file.
11076
11077 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11078
11079 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11080
11081 2015-10-26 Doug Evans <dje@google.com>
11082
11083 PR symtab/17391
11084 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11085 * gdb.dwarf2/bad-regnum.c: New file.
11086 * gdb.dwarf2/bad-regnum.exp: New file.
11087
11088 2015-10-26 Doug Evans <dje@google.com>
11089
11090 PR python/18938
11091 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11092 file.
11093
11094 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11097 for a change by "Mention language in compile error message".
11098
11099 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11100
11101 PR python/18073
11102 * gdb.python/py-type.c (C::a_method): New.
11103 (C::a_const_method): New.
11104 (C::a_static_method): New.
11105 (a_function): New.
11106 * gdb.python/py-type.exp (test_fields): Test getting fields
11107 from function and method.
11108
11109 2015-10-21 Keven Boell <keven.boell@intel.com>
11110
11111 * gdb.fortran/vla-alloc-assoc.exp: New file.
11112 * gdb.fortran/vla-datatypes.exp: New file.
11113 * gdb.fortran/vla-datatypes.f90: New file.
11114 * gdb.fortran/vla-history.exp: New file.
11115 * gdb.fortran/vla-ptype-sub.exp: New file.
11116 * gdb.fortran/vla-ptype.exp: New file.
11117 * gdb.fortran/vla-sizeof.exp: New file.
11118 * gdb.fortran/vla-sub.f90: New file.
11119 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11120 * gdb.fortran/vla-value-sub-finish.exp: New file.
11121 * gdb.fortran/vla-value-sub.exp: New file.
11122 * gdb.fortran/vla-value.exp: New file.
11123 * gdb.fortran/vla-ptr-info.exp: New file.
11124 * gdb.mi/mi-vla-fortran.exp: New file.
11125 * gdb.mi/vla.f90: New file.
11126
11127 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11128
11129 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11130 of hardwired timeout value.
11131
11132 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11133 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11136 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11137
11138 2015-10-19 Josh Stone <jistone@redhat.com>
11139
11140 * gdb.base/catch-syscall.c: Include <sched.h>.
11141 (unknown_syscall): New variable.
11142 (main): Trigger a vfork and an unknown syscall.
11143 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11144 (unknown_syscall_number): Likewise.
11145 (check_call_to_syscall): Accept an optional syscall pattern.
11146 (check_return_from_syscall): Likewise.
11147 (check_continue): Likewise.
11148 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11149 (test_catch_syscall_skipping_return): New test toggling off 'catch
11150 syscall' to step over the syscall return, then toggling back on.
11151 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11152 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11153 (do_syscall_tests): Call test_catch_syscall_without_args and
11154 test_catch_syscall_mid_vfork.
11155 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11156 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11157
11158 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11159
11160 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11161 print g_vE): Add new pass patterns.
11162 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11163 print various symbol names for vptr fields.
11164
11165 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11166
11167 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11168 results.
11169
11170 2015-10-12 Yao Qi <yao.qi@linaro.org>
11171
11172 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11173
11174 2015-10-12 Yao Qi <yao.qi@linaro.org>
11175
11176 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11177 is aarch64*-*-linux*.
11178
11179 2015-10-12 Yao Qi <yao.qi@linaro.org>
11180
11181 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11182 (can_relocate_bcond_true): ... it.
11183 (can_relocate_bcond_false): New function.
11184 (foo): Likewise.
11185 (can_relocate_bl): Likewise.
11186 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11187 can_relocate_bl.
11188
11189 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11190
11191 * gdb.base/nested-addr.c: New file.
11192 * gdb.base/nested-addr.exp: New testcase.
11193
11194 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11195
11196 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11197 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11198 its output. Ignore the output of "record goto begin" and instead
11199 check that GDB is replaying.
11200
11201 2015-10-09 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11204 (top level): Use it in the run with no args test.
11205
11206 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11207
11208 * gdb.dlang/properties.exp: New file.
11209
11210 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11211
11212 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11213 whether or not address 0x1000 is mapped on the target.
11214
11215 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11216
11217 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11218 build.
11219
11220 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11221
11222 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11223 instruction-history test.
11224
11225 2015-09-28 Doug Evans <dje@google.com>
11226
11227 * gdb.base/gcore.c (array_func): Add reference to static_array.
11228
11229 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11230
11231 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11232 source line.
11233
11234 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11235
11236 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11237 short or char as base type.
11238
11239 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11240
11241 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11242 to allow any size enum.
11243
11244 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11245
11246 * gdb.ada/array_ptr_renaming.exp: New testcase.
11247 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11248 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11249
11250 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11251
11252 * gdb.trace/ftrace-lock.c: New file.
11253 * gdb.trace/ftrace-lock.exp: New file.
11254
11255 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11256
11257 * gdb.arch/insn-reloc.c: New file.
11258 * gdb.arch/ftrace-insn-reloc.exp: New file.
11259
11260 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11261
11262 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11263 instruction.
11264 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11265 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11266 * gdb.trace/range-stepping.c: Likewise.
11267 * gdb.trace/trace-break.c: Likewise.
11268 * gdb.trace/trace-mt.c (thread_function): Likewise.
11269 * gdb.trace/ftrace.c (marker): Likewise.
11270 * gdb.trace/trace-condition.c (marker): Likewise.
11271 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11272 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11273 is_aarch64_target.
11274
11275 2015-09-18 Doug Evans <xdje42@gmail.com>
11276
11277 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11278 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11279
11280 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11281
11282 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11283 the breakpoint.
11284
11285 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11286
11287 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11288 the pending breakpoint. Remove timeout override for "Run till
11289 MI pending breakpoint on pendfunc3 on thread 2" test.
11290
11291 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11292
11293 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11294 filename pattern.
11295
11296 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11297
11298 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11299 in breakpoint filename pattern.
11300
11301 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11302
11303 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11304
11305 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11306
11307 * gdb.linespec/explicit.exp: Check for readline support for
11308 tab-completion tests. Fix obvious typo.
11309
11310 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11311
11312 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11313 and replay.
11314
11315 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11316
11317 * gdb.btrace/non-stop.c: New.
11318 * gdb.btrace/non-stop.exp: New.
11319
11320 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11321 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.trace/trace-condition.c: New file.
11324 * gdb.trace/trace-condition.exp: New file.
11325
11326 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11327
11328 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11329 for testing bytecode compilation.
11330
11331 2015-09-16 Pedro Alves <palves@redhat.com>
11332 Sandra Loosemore <sandra@codesourcery.com>
11333
11334 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11335 (SECONDS): Redefine.
11336 (main): Call pthread_kill and alarm early.
11337 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11338 support.
11339 (test): If the target can't hardware step and doesn't support
11340 displaced stepping, increase the timeout.
11341
11342 2015-09-16 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11345 (enable_debug): New procedures.
11346 (test): Use them. Bail out if waiting for threads fails.
11347 (top level): Bail out if a test fails.
11348
11349 2015-09-16 Yao Qi <yao.qi@linaro.org>
11350
11351 * gdb.asm/asm-source.exp: Set asm-arch for
11352 aarch64*-*-* target.
11353 * gdb.asm/aarch64.inc: New file.
11354
11355 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11356
11357 * gdb.ada/array_of_variable_length.exp: New testcase.
11358 * gdb.ada/array_of_variable_length/foo.adb: New file.
11359 * gdb.ada/array_of_variable_length/pck.adb: New file.
11360 * gdb.ada/array_of_variable_length/pck.ads: New file.
11361
11362 2015-09-15 Doug Evans <dje@google.com>
11363
11364 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11365 of function static local variable.
11366
11367 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11368
11369 * gdb.threads/tls-so_extern.exp: New test file.
11370 * gdb.threads/tls-so_extern.c: New test file.
11371 * gdb.threads/tls-so_extern_main.c: New test file.
11372
11373 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * gdb.opt/solib-intra-step-lib.c: New file.
11376 * gdb.opt/solib-intra-step-main.c: New file.
11377 * gdb.opt/solib-intra-step.exp: New file.
11378
11379 2015-09-15 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11382 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11383
11384 2015-09-14 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.base/hook-stop-continue.c: Delete.
11387 * gdb.base/hook-stop-continue.exp: Delete.
11388 * gdb.base/hook-stop-frame.c: Delete.
11389 * gdb.base/hook-stop-frame.exp: Delete.
11390 * gdb.base/hook-stop.c: New file.
11391 * gdb.base/hook-stop.exp: New file.
11392
11393 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11394
11395 * gdb.ada/access_to_packed_array.exp: New testcase.
11396 * gdb.ada/access_to_packed_array/foo.adb: New file.
11397 * gdb.ada/access_to_packed_array/pack.adb: New file.
11398 * gdb.ada/access_to_packed_array/pack.ads: New file.
11399
11400 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11401
11402 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11403 buffer size test.
11404
11405 2015-09-11 Don Breazeal <donb@codesourcery.com>
11406
11407 * gdb.base/foll-exec.c: Add copyright header. Fix
11408 formatting issues.
11409 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11410 (do_exec_tests): Use clean_restart in place of zap_session,
11411 and for test initialization. Fix formatting issues. Use
11412 fail in place of perror.
11413 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11414 an expect statement to match an expression with output from
11415 the program under debug.
11416 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11417 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11418 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11419 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11420 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11421
11422 2015-09-09 Doug Evans <dje@google.com>
11423
11424 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11425
11426 2015-09-09 Doug Evans <dje@google.com>
11427
11428 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11429
11430 2015-09-09 Doug Evans <dje@google.com>
11431
11432 * gdb.base/savedregs.exp: Fix typo.
11433
11434 2015-09-09 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11437
11438 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11439
11440 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11441 command actually switches threads. Give up on remaining
11442 tests if target fails to stop at breakpoint.
11443
11444 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11445
11446 * gdb.ada/funcall_char.exp: New testcase.
11447 * gdb.ada/funcall_char/foo.adb: New file.
11448
11449 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11450
11451 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11452 expected outputs. Add two testcases for completing ambiguous
11453 functions.
11454 * gdb.ada/complete/aux_pck.adb: New file.
11455 * gdb.ada/complete/aux_pck.ads: New file.
11456 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11457 Ambiguous_Func functions.
11458 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11459 * gdb.ada/complete/pck.adb: Likewise.
11460
11461 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11462
11463 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11464 failures to run the test program under GDB.
11465
11466 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11467
11468 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11469 to C.
11470
11471 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11472
11473 * gdb.base/run-after-attach.exp: New test file.
11474 * gdb.base/run-after-attach.c: New test file.
11475
11476 2015-08-26 Don Breazeal <donb@codesourcery.com>
11477
11478 * gdb.base/foll-exec-2.c: New test program.
11479 * gdb.base/foll-exec-2.exp: New test.
11480
11481 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11482
11483 * gdb.base/nested-subp1.exp: New file.
11484 * gdb.base/nested-subp1.c: New file.
11485 * gdb.base/nested-subp2.exp: New file.
11486 * gdb.base/nested-subp2.c: New file.
11487 * gdb.base/nested-subp3.exp: New file.
11488 * gdb.base/nested-subp3.c: New file.
11489
11490 2015-08-24 Pedro Alves <palves@redhat.com>
11491
11492 * gdb.server/connect-without-multi-process.c: New file.
11493 * gdb.server/connect-without-multi-process.exp: New file.
11494
11495 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11496
11497 * gdb.opt/inline-markers.c: Make z int.
11498
11499 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11500
11501 * gdb.opt/inline-markers.c: Make z volatile.
11502
11503 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11504
11505 * gdb.opt/inline-bt.c: New volatile global z.
11506 * gdb.opt/inline-cmds.c: Likewise.
11507 * gdb.opt/inline-locals.c: Likewise.
11508 * gdb.opt/inline-markers.c: New extern global z.
11509 (marker): Use z.
11510 (inline_fn): Likewise.
11511
11512 2015-08-24 Pedro Alves <palves@redhat.com>
11513
11514 * config/m32r-stub.exp: Remove file.
11515 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11516 * gdb.base/call-rt-st.exp: Likewise.
11517 * gdb.base/call-strs.exp: Likewise.
11518 * gdb.base/default.exp: Remove references to h8300-*-hms and
11519 *-*-udi*.
11520 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11521
11522 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11523
11524 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11525 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11526 and "return" use KFAIL when GDB can not read/write the vector
11527 return value.
11528
11529 2015-08-21 Gary Benson <gbenson@redhat.com>
11530
11531 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11532
11533 2015-08-20 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.server/solib-list.exp: No longer expect an interior stop in
11536 non-stop mode.
11537
11538 2015-08-20 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.server/connect-stopped-target.c: New file.
11541 * gdb.server/connect-stopped-target.exp: New file.
11542
11543 2015-08-20 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.dwarf2/comp-unit-lang.exp: New file.
11546 * gdb.dwarf2/comp-unit-lang.c: New file.
11547
11548 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11549
11550 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11551 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11552
11553 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11554
11555 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11556 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11557
11558 2015-08-18 Doug Evans <dje@google.com>
11559 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11560
11561 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11562 skip_python_tests. New arg prompt_regexp.
11563 (skip_python_tests): New function.
11564 * lib/mi-support.exp (mi_skip_python_tests): New function.
11565 * gdb.python/py-mi-objfile-gdb.py: New file.
11566 * gdb.python/py-mi-objfile.c: New file.
11567 * gdb.python/py-mi-objfile.exp: New file.
11568
11569 2015-08-17 Keith Seitz <keiths@redhat.com>
11570
11571 * gdb.linespec/explicit.exp: Move strace test from here ...
11572 * gdb.trace/strace.exp: ... to here.
11573
11574 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11575
11576 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11577 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11578
11579 2015-08-14 Doug Evans <xdje42@gmail.com>
11580
11581 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11582 inferior before selecting a new file.
11583
11584 2015-08-14 Doug Evans <xdje42@gmail.com>
11585
11586 * gdb.mi/mi-disassemble.exp: Update.
11587 * gdb.base/disasm-optim.S: New file.
11588 * gdb.base/disasm-optim.c: New file.
11589 * gdb.base/disasm-optim.h: New file.
11590 * gdb.base/disasm-optim.exp: New file.
11591
11592 2015-08-14 Keith Seitz <keiths@redhat.com>
11593
11594 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11595 "evaluated-by".
11596
11597 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11598
11599 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11600
11601 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11602
11603 * gdb.ada/fun_renaming.exp: New testcase.
11604 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11605 * gdb.ada/fun_renaming/pack.adb: New file.
11606 * gdb.ada/fun_renaming/pack.ads: New file.
11607
11608 2015-08-12 Keith Seitz <keiths@redhat.com>
11609
11610 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11611 gdb_get_line_number.
11612
11613 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11614
11615 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11616 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11617 gdb.base/dso2dso.exp: New files.
11618
11619 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11620 Pedro Alves <palves@redhat.com>
11621 Keith Seitz <keiths@redhat.com>
11622
11623 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11624 GDBFLAGS.
11625
11626 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11627
11628 * gdb.base/gdbhistsize-history.exp
11629 (test_histsize_history_setting): Use save_vars.
11630 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11631 Use save_vars.
11632 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11633 * gdb.base/readline.exp: Use save_vars.
11634
11635 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11636
11637 * lib/gdb.exp (save_vars): New proc.
11638
11639 2015-08-11 Keith Seitz <keiths@redhat.com>
11640
11641 * gdb.base/help.exp: Update help_breakpoint_text.
11642
11643 2015-08-11 Keith Seitz <keiths@redhat.com>
11644
11645 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11646 (at toplevel): Call test_explicit_breakpoints.
11647 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11648 breakpoints.
11649 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11650 breakpoint conditions, "-cond".
11651
11652 2015-08-11 Keith Seitz <keiths@redhat.com>
11653
11654 * gdb.linespec/3explicit.c: New file.
11655 * gdb.linespec/cpexplicit.cc: New file.
11656 * gdb.linespec/cpexplicit.exp: New file.
11657 * gdb.linespec/explicit.c: New file.
11658 * gdb.linespec/explicit.exp: New file.
11659 * gdb.linespec/explicit2.c: New file.
11660 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11661 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11662 before using in the matching pattern.
11663 Clarify that `prefix' is a regular expression.
11664
11665 2015-08-11 Keith Seitz <keiths@redhat.com>
11666
11667 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11668 test.
11669 Add tests for missing ",FMT" and ",".
11670
11671 2015-08-10 Doug Evans <dje@google.com>
11672 Keith Seitz <keiths@redhat.com>
11673
11674 PR gdb/17960
11675 * gdb.base/completion.exp: Add location completer tests.
11676
11677 2015-08-07 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11680 tests here.
11681 (top level): Run do_test with and without displaced stepping.
11682
11683 2015-08-07 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/valgrind-disp-step.c: New file.
11686 * gdb.base/valgrind-disp-step.exp: New file.
11687
11688 2015-08-07 Pedro Alves <palves@redhat.com>
11689
11690 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11691 Delete function.
11692 (main): Add alarm. Run an infinite loop instead of calling
11693 wait_threads.
11694 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11695 comment.
11696 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11697 Delete function.
11698 (main): Add alarm. Run an infinite loop instead of calling
11699 wait_threads.
11700 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11701 comment.
11702
11703 2015-08-07 Pedro Alves <palves@redhat.com>
11704
11705 * gdb.base/checkpoint-ns.exp: New file.
11706 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11707 standard_testfile.
11708
11709 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11710
11711 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11712 * gdb.btrace/instruction_history.exp: Update.
11713 * gdb.btrace/tsx.exp: New.
11714 * gdb.btrace/tsx.c: New.
11715
11716 2015-08-06 Pedro Alves <palves@redhat.com>
11717
11718 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11719 increase timeout.
11720 * gdb.reverse/until-precsave.exp: Bump timeouts.
11721
11722 2015-08-06 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11725
11726 2015-08-06 Pedro Alves <palves@redhat.com>
11727
11728 PR gdb/18749
11729 * gdb.threads/process-dies-while-handling-bp.c: New file.
11730 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11731
11732 2015-08-06 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11735 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11736
11737 2015-08-05 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11740 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11741
11742 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11743
11744 * gdb.base/bp-permanent.exp: Report test as unsupported if
11745 the target cannot stop at the permanent breakpoint.
11746
11747 2015-08-03 Doug Evans <dje@google.com>
11748
11749 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11750 10000.
11751
11752 2015-08-03 Doug Evans <dje@google.com>
11753
11754 * Makefile.in (workers/%.worker, build-perf): New rule.
11755 (GDB_PERFTEST_MODE): New variable.
11756 (check-perf): Use it.
11757 (clean): Clean up gdb.perf parallel build subdirs.
11758 * lib/build-piece.exp: New file.
11759 * lib/gdb.exp (make_gdb_parallel_path): New function
11760 (standard_output_file, standard_temp_file): Call it.
11761 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11762 of $GDB_PARALLEL.
11763 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11764
11765 2015-08-03 Doug Evans <dje@google.com>
11766
11767 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11768 (LOG_FILE_NAME): New global.
11769 (TextReporter.__init__): Initialize self.txt_sum.
11770 (TextReporter.report): Add support for multiple data-points.
11771 Move report to perftest.sum, put raw data in perftest.log.
11772 (TextReporter.start): Open sum and log files.
11773 (TextReporter.end): Close sum and log files.
11774 * gdb.perf/lib/perftest/testresult.py
11775 (SingleStatisticTestResult.record): Handle multiple data-points.
11776
11777 2015-07-31 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11780 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11781 kill_wait_spawned_process instead of explicit "kill -9".
11782 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11783 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11784 kill_wait_spawned_process.
11785 * gdb.base/attach-twice.exp: Likewise.
11786 * gdb.base/attach.exp: Likewise.
11787 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11788 gdb_test_multiple.
11789 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11790 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11791 kill_wait_spawned_process.
11792 * gdb.base/valgrind-infcall.exp: Likewise.
11793 * gdb.multi/multi-attach.exp: Likewise.
11794 * gdb.python/py-prompt.exp: Likewise.
11795 * gdb.python/py-sync-interp.exp: Likewise.
11796 * gdb.server/ext-attach.exp: Likewise.
11797 * gdb.threads/attach-into-signal.exp (corefunc): Use
11798 spawn_wait_for_attach, spawn_id_get_pid and
11799 kill_wait_spawned_process.
11800 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11801 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11802 spawn_id_get_pid and kill_wait_spawned_process.
11803 * gdb.threads/attach-stopped.exp (corefunc): Use
11804 spawn_wait_for_attach, spawn_id_get_pid and
11805 kill_wait_spawned_process.
11806 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11807 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11808 kill_wait_spawned_process instead of explicit "kill -9".
11809 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11810 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11811 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11812 processes. Don't map cygwin/windows pids here. Now returns a
11813 spawn id list.
11814
11815 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11816
11817 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11818 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11819 correct patch.
11820
11821 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11822
11823 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11824
11825 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11826
11827 Reapply:
11828 2014-05-21 Mark Wielaard <mjw@redhat.com>
11829
11830 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11831
11832 2015-07-30 Pedro Alves <palves@redhat.com>
11833
11834 * linux-low.c (handle_extended_wait): Set the child's last
11835 reported status to TARGET_WAITKIND_STOPPED.
11836
11837 2015-07-30 Pedro Alves <palves@redhat.com>
11838
11839 PR threads/18600
11840 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11841 only shows inferior 1.
11842
11843 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11844 Pedro Alves <palves@redhat.com>
11845
11846 PR threads/18600
11847 * gdb.threads/fork-plus-threads.c: New file.
11848 * gdb.threads/fork-plus-threads.exp: New file.
11849
11850 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11851
11852 * gdb.base/batch-preserve-term-settings.exp
11853 (test_terminal_settings_preserved_after_cli_exit): Use
11854 send_quit_command.
11855
11856 2015-07-29 Pedro Alves <palves@redhat.com>
11857 Don Breazeal <donb@codesourcery.com>
11858
11859 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11860 output from both inferior_spawn_id and gdb_spawn_id.
11861
11862 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11863
11864 * gdb.threads/attach-into-signal.exp (corefunc): Use
11865 with_test_prefix on nested loops, uniquefying the test messages.
11866
11867 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11868
11869 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11870 commit.
11871
11872 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11873
11874 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11875 New proc.
11876 (test_terminal_settings_preserved_after_sigterm): New test.
11877
11878 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11879
11880 * gdb.base/batch-preserve-term-settings.exp
11881 (test_terminal_settings_preserved_after_cli_exit): New test.
11882
11883 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11884
11885 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11886 manipulation of saved_gdbflags.
11887 (test_terminal_settings_preserved): Remove global declaration of
11888 the unused variable pagination_prompt. Remove manipulation of
11889 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11890 GDBFLAGS.
11891
11892 2015-07-29 Pedro Alves <palves@redhat.com>
11893
11894 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11895
11896 2015-07-29 Pedro Alves <palves@redhat.com>
11897
11898 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11899 at the top.
11900
11901 2015-07-29 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11904 (main): Call gdb_unbuffer_output.
11905 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11906 (main): Call gdb_unbuffer_output.
11907 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11908 (main): Call gdb_unbuffer_output.
11909 * gdb.base/call-strs.exp: Adjust to step over the
11910 gdb_unbuffer_output call.
11911 * gdb.base/catch-gdb-caused-signals.c: Include
11912 "../lib/unbuffer_output.c".
11913 (main): Call gdb_unbuffer_output.
11914 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11915 (main): Call gdb_unbuffer_output.
11916 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11917 (main): Call gdb_unbuffer_output.
11918 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11919 (main): Call gdb_unbuffer_output.
11920 * gdb.base/shlib-call.exp: Adjust to step over the
11921 gdb_unbuffer_output call.
11922 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11923 (main): Call gdb_unbuffer_output.
11924 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11925 (main): Call gdb_unbuffer_output.
11926 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11927 (main): Rename to ...
11928 (test): ... this.
11929 (main): Reimplement.
11930 * gdb.base/varargs.exp: Run to test instead of to main.
11931 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11932 (main): Call gdb_unbuffer_output.
11933
11934 2015-07-29 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11937 factore out from mi_continue_dprintf. For call-style dprintfs,
11938 expect dprintf output out of $inferior_spawn_id.
11939 (mi_continue_dprintf): Use mi_expect_dprintf.
11940 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11941 (main): Call gdb_unbuffer_output.
11942
11943 2015-07-29 Pedro Alves <palves@redhat.com>
11944
11945 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11946 (default_mi_gdb_start): Set inferior_spawn_id instead of
11947 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11948 gdb_spawn_id.
11949 (mi_gdb_test): Always expect inferior output from both
11950 $inferior_spawn_id and $gdb_spawn_id.
11951
11952 2015-07-29 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11955 send_inferior and $inferior_spawn_id.
11956
11957 2015-07-29 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.gdb/complaints.exp (test_initial_complaints)
11960 (test_serial_complaints, test_short_complaints): Use
11961 gdb_test_stdio.
11962 (test_empty_complaint): Handle $inferior_spawn_id !=
11963 $gdb_spawn_id.
11964
11965 2015-07-29 Pedro Alves <palves@redhat.com>
11966
11967 * gdb.base/varargs.exp: Use gdb_test_stdio.
11968
11969 2015-07-29 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11972
11973 2015-07-29 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11976
11977 2015-07-29 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11980 parameter into two new parameters, "inf_result" and "gdb_result".
11981 Expect inferior output and gdb output from $inferior_spawn_id and
11982 $gdb_spawn_id, respectively. Adjust all callers.
11983
11984 2015-07-29 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11987 of gdb_test_sequence.
11988
11989 2015-07-29 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11992 (saw_spurious_output): Expect inferior output from
11993 $inferior_spawn_id. Use gdb_test_stdio.
11994
11995 2015-07-29 Pedro Alves <palves@redhat.com>
11996
11997 * gdb.base/dprintf.exp: Use standard_testfile. Change
11998 prepare_for_testing call.
11999 (srcfile): Don't set.
12000 (restart): New procedure.
12001 (test_dprintf): New procecure, use to continue over dprintfs.
12002 (test_call, test_agent): New procedures, tests moved here.
12003 Restart gdb and recreate dprintfs. Adjust expected output.
12004
12005 2015-07-29 Pedro Alves <palves@redhat.com>
12006
12007 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12008
12009 2015-07-29 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12012
12013 2015-07-29 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12016 gdb_test_stdio.
12017
12018 2015-07-29 Pedro Alves <palves@redhat.com>
12019
12020 * lib/gdb.exp (gdb_test_stdio): New procedure.
12021
12022 2015-07-29 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12025
12026 2015-07-29 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.base/call-signal-resume.exp: Remove check for
12029 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12030 * gdb.base/unwindonsignal.exp: Likewise.
12031 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12032 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12033
12034 2015-07-29 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.base/siginfo-addr.c (pass): New function.
12037 (handler): Call it iff si_addr is correct.
12038 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12039 Set a breakpoint at "pass" and continue to it.
12040
12041 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12042
12043 * gdb.python/py-objfile.exp: Make some tests have unique names.
12044 * gdb.python/py-pp-registration.exp: Likewise.
12045
12046 2015-07-28 Pedro Alves <palves@redhat.com>
12047
12048 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12049
12050 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12053
12054 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12055
12056 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12057
12058 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12059
12060 * gdb.base/gdb-sigterm-2.exp: New test.
12061
12062 2015-07-25 Doug Evans <xdje42@gmail.com>
12063
12064 Revert:
12065 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12066 (workers/%.worker, build-perf): New rule.
12067 (GDB_PERFTEST_MODE): New variable.
12068 (check-perf): Use it.
12069 (clean): Clean up gdb.perf parallel build subdirs.
12070 * lib/build-piece.exp: New file.
12071 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12072 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12073 name.
12074 (standard_temp_file): Ditto.
12075 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12076 of $GDB_PARALLEL.
12077
12078 2015-07-24 Doug Evans <dje@google.com>
12079
12080 * gdb.perf/lib/perftest/utils.py: New file.
12081 * gdb.perf/gm-hello.cc: New file.
12082 * gdb.perf/gm-pervasive-typedef.cc: New file.
12083 * gdb.perf/gm-pervasive-typedef.h: New file.
12084 * gdb.perf/gm-std.cc: New file.
12085 * gdb.perf/gm-std.h: New file.
12086 * gdb.perf/gm-use-cerr.cc: New file.
12087 * gdb.perf/gm-utils.h: New file.
12088 * gdb.perf/gmonster-null-lookup.py: New file.
12089 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12090 * gdb.perf/gmonster-print-cerr.py: New file.
12091 * gdb.perf/gmonster-ptype-string.py: New file.
12092 * gdb.perf/gmonster-runto-main.py: New file.
12093 * gdb.perf/gmonster-select-file.py: New file.
12094 * gdb.perf/gmonster1-null-lookup.exp: New file.
12095 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12096 * gdb.perf/gmonster1-print-cerr.exp: New file.
12097 * gdb.perf/gmonster1-ptype-string.exp: New file.
12098 * gdb.perf/gmonster1-runto-main.exp: New file.
12099 * gdb.perf/gmonster1-select-file.exp: New file.
12100 * gdb.perf/gmonster1.cc: New file.
12101 * gdb.perf/gmonster1.exp: New file.
12102 * gdb.perf/gmonster2-null-lookup.exp: New file.
12103 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12104 * gdb.perf/gmonster2-print-cerr.exp: New file.
12105 * gdb.perf/gmonster2-ptype-string.exp: New file.
12106 * gdb.perf/gmonster2-runto-main.exp: New file.
12107 * gdb.perf/gmonster2-select-file.exp: New file.
12108 * gdb.perf/gmonster2.cc: New file.
12109 * gdb.perf/gmonster2.exp: New file.
12110
12111 2015-07-24 Doug Evans <dje@google.com>
12112
12113 * gdb.perf/README: New file.
12114 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12115 * lib/gen-perf-test.exp: New file.
12116
12117 2015-07-24 Doug Evans <dje@google.com>
12118
12119 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12120 (PerfTest::startup): New function.
12121 (PerfTest::run): Return result of calling body.
12122 (PerfTest::assemble): Rewrite.
12123 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12124 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12125 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12126 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12127 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12128
12129 2015-07-24 Doug Evans <dje@google.com>
12130
12131 * lib/gdb.exp (clean_restart): Make executable optional.
12132
12133 2015-07-24 Doug Evans <dje@google.com>
12134
12135 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12136 compiler_info references.
12137 * gdb.cp/temargs.exp: Ditto.
12138 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12139 (get_compiler_info): Early exit if already computed. Set compiler_info
12140 to "unknown" if there was a problem.
12141 (test_compiler_info): Add function comment. Call get_compiler_info.
12142
12143 2015-07-24 Doug Evans <dje@google.com>
12144
12145 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12146 (workers/%.worker, build-perf): New rule.
12147 (GDB_PERFTEST_MODE): New variable.
12148 (check-perf): Use it.
12149 (clean): Clean up gdb.perf parallel build subdirs.
12150 * lib/build-piece.exp: New file.
12151 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12152 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12153 name.
12154 (standard_temp_file): Ditto.
12155 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12156 of $GDB_PARALLEL.
12157
12158 2015-07-24 Doug Evans <dje@google.com>
12159
12160 * lib/future.exp (gdb_default_target_compile): New option
12161 "early_flags".
12162 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12163 --as-needed.
12164
12165 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12166
12167 * gdb.base/catch-syscall.exp: Call gdb_exit before
12168 gdb_skip_xml_test.
12169
12170 2015-07-24 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.python/py-events.exp: Accept output between the stop event
12173 and the prompt.
12174 * gdb.python/py-evsignal.exp: Likewise.
12175 * gdb.python/py-evthreads.exp: Likewise.
12176
12177 2015-07-24 Pedro Alves <palves@redhat.com>
12178
12179 PR gdb/18717
12180 * gdb.threads/non-ldr-exit.c: New file.
12181 * gdb.threads/non-ldr-exit.exp: New file.
12182
12183 2015-07-24 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12186 restarting process.
12187
12188 2015-07-24 Yao Qi <yao.qi@linaro.org>
12189
12190 * gdb.server/ext-restart.exp: New file.
12191
12192 2015-07-24 Yao Qi <yao.qi@linaro.org>
12193
12194 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12195 argument options.
12196 * gdb.server/ext-wrapper.exp: New file.
12197
12198 2015-07-23 Doug Evans <dje@google.com>
12199
12200 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12201 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12202
12203 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12204
12205 * gdb.ada/var_arr_typedef.exp: New testcase.
12206 * gdb.ada/var_arr_typedef/pack.adb: New file.
12207 * gdb.ada/var_arr_typedef/pack.ads: New file.
12208 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12209
12210 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12211
12212 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12213
12214 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12215
12216 * gdb.arch/i386-biarch-core.exp: Replace istarget
12217 by "complete set gnutarget". Remove expectation for the "core-file"
12218 command.
12219
12220 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12221
12222 Revert the previous commit:
12223 Tests for validate symbol file using build-id.
12224
12225 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12226
12227 Tests for validate symbol file using build-id.
12228 * gdb.base/solib-mismatch-lib.c: New file.
12229 * gdb.base/solib-mismatch-libmod.c: New file.
12230 * gdb.base/solib-mismatch.c: New file.
12231 * gdb.base/solib-mismatch.exp: New file.
12232
12233 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12234
12235 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12236 nios2-*-linux*.
12237 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12238 * gdb.base/siginfo.exp: Likewise.
12239 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12240
12241 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12242
12243 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12244 Move it to ...
12245 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12246 ... here.
12247 * gdb.trace/range-stepping.exp: Check that the target supports
12248 range stepping.
12249
12250 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12253
12254 2015-07-14 Pedro Alves <palves@redhat.com>
12255
12256 * gdb.base/killed-outside.exp: New file.
12257 * gdb.base/killed-outside.c: New file.
12258
12259 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12260
12261 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12262 (n at main): New.
12263 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12264
12265 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12268 infcall tests instead of setting up for KFAIL.
12269
12270 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12271
12272 * gdb.btrace/record_goto-step.exp: New.
12273
12274 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 PR compile/18484
12277 * gdb.compile/compile.c (struct struct_type): Add volatile to
12278 selffield's type.
12279 * gdb.compile/compile.exp
12280 (compile code struct_object.selffield = &struct_object): Skip further
12281 struct_object tests if this one xfails.
12282
12283 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12284
12285 PR exp/18617
12286 * gdb.trace/ax.exp: Add test.
12287
12288 2015-07-07 Yao Qi <yao.qi@linaro.org>
12289
12290 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12291 instead of istarget "aarch64*-*-*".
12292 * gdb.arch/aarch64-fp.exp: Likewise.
12293 * gdb.base/float.exp: Likewise.
12294 * gdb.reverse/aarch64.exp: Likewise.
12295 * lib/gdb.exp (is_aarch64_target): New proc.
12296
12297 2015-07-07 Yao Qi <yao.qi@linaro.org>
12298
12299 * lib/gdb.exp (is_aarch32_target): New proc.
12300 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12301 instead of "istarget "arm*-*-*"".
12302 * gdb.arch/arm-disp-step.exp: Likewise.
12303 * gdb.arch/thumb-bx-pc.exp: Likewise.
12304 * gdb.arch/thumb-prologue.exp: Likewise.
12305 * gdb.arch/thumb-singlestep.exp: Likewise.
12306 * gdb.base/disp-step-syscall.exp: Likewise.
12307 * gdb.base/float.exp: Likewise.
12308
12309 2015-07-07 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12312 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12313
12314 2015-07-07 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12317 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12318 if it exists.
12319 * gdb.multi/multi-arch.exp: Likewise.
12320
12321 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12322
12323 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12324 print.
12325
12326 2015-07-07 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12329
12330 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12331
12332 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12333 '[' and ']' characters.
12334
12335 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12336
12337 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12338
12339 2015-06-29 Pedro Alves <palves@redhat.com>
12340
12341 PR threads/18127
12342 * gdb.threads/hand-call-new-thread.c: New file.
12343 * gdb.threads/hand-call-new-thread.c: New file.
12344
12345 2015-06-26 Keith Seitz <keiths@redhat.com>
12346 Doug Evans <dje@google.com>
12347
12348 PR 16253
12349 * gdb.cp/var-tag-2.cc: New file.
12350 * gdb.cp/var-tag-3.cc: New file.
12351 * gdb.cp/var-tag-4.cc: New file.
12352 * gdb.cp/var-tag.cc: New file.
12353 * gdb.cp/var-tag.exp: New file.
12354
12355 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12356
12357 * gdb.base/history-duplicates.exp: New test.
12358
12359 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12360
12361 * gdb.base/completion.exp: Test the completion of the "focus"
12362 command.
12363
12364 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12365
12366 * gdb.arch/amd64-prologue-skip.S: New file.
12367 * gdb.arch/amd64-prologue-skip.exp: New file.
12368
12369 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12370
12371 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12372 is_address_zero_readable check.
12373
12374 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12375
12376 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12377 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12378
12379 2015-06-24 Yao Qi <yao.qi@linaro.org>
12380
12381 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12382 linux targets.
12383
12384 2015-06-24 Yao Qi <yao.qi@linaro.org>
12385
12386 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12387 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12388 * gdb.base/siginfo-thread.exp: Likewise.
12389
12390 2015-06-22 Yao Qi <yao.qi@linaro.org>
12391
12392 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12393
12394 2015-06-22 Yao Qi <yao.qi@linaro.org>
12395
12396 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12397 aarch64*-*-*.
12398 (skip_hw_watchpoint_tests): Likewise.
12399
12400 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12401
12402 * gdb.base/gdbinit-history.exp: Test the interaction between
12403 setting GDBHISTSIZE and setting the history size via .gdbinit.
12404
12405 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12406
12407 PR gdb/16999
12408 * gdb.base/gdbhistsize-history.exp: New test.
12409
12410 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12411
12412 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12413 with GDBHISTSIZE.
12414 * gdb.base/readline.exp: Likewise.
12415
12416 2015-06-17 Yao Qi <yao.qi@linaro.org>
12417
12418 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12419 line.
12420
12421 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12422
12423 * gdb.base/gdbinit-history.exp: Add test case to check that
12424 an unlimited history file does not get truncated on exit.
12425
12426 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12427
12428 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12429 (VECTOR): New macro. Use it...
12430 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12431 ...for these typedefs.
12432 (int8, char1, int1, double1): New typedefs.
12433 (struct just_int2, struct two_int2): New structures.
12434 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12435 (add_structvecs, add_singlevecs): New functions.
12436 (main): Call add_some_intvecs twice.
12437 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12438 the compile and exit upon failure. Try compiling for the "native"
12439 architecture. Test inferior function calls with vector arguments
12440 and vector return value handling with "finish" and "return".
12441
12442 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12443
12444 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12445 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12446 PE file.
12447 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12448
12449 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12450
12451 PR breakpoints/16465
12452 * gdb.mi/mi-dprintf-pending.c: New file.
12453 * gdb.mi/mi-dprintf-pending.exp: New test.
12454 * gdb.mi/mi-dprintf-pendshr.c: New file.
12455
12456 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12457 Mircea Gherzan <mircea.gherzan@intel.com>
12458
12459 * gdb.arch/i386-mpx-map.c: New file.
12460 * gdb.arch/i386-mpx-map.exp: New File.
12461
12462 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12463
12464 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12465 * gdb.arch/i386-mpx.exp: Indentation fixed.
12466
12467 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12468
12469 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12470 function and improved indentation.
12471 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12472 gdb_test_multiple. Added additional tests to skip the test.
12473
12474 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12475
12476 * gdb.arch/i386-avx512.c: Change path in include file.
12477 * gdb.arch/i386-avx512.exp: Change include dir path
12478 compilation flag.
12479 * gdb.arch/i386-mpx.c: Change path in include file.
12480 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12481 flag.
12482
12483 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12484
12485 * gdb.compile/compile-print.exp (compile print *vararray@3)
12486 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12487
12488 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12489
12490 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12491 (do not keep jit in memory): ... this.
12492 (expect 5): Change it to ...
12493 (expect no 5): ... this.
12494
12495 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 PR gdb/15564
12498 * gdb.mi/mi-detach.exp: New file.
12499
12500 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 PR symtab/18392
12503 * gdb.arch/amd64-tailcall-self.S: New file.
12504 * gdb.arch/amd64-tailcall-self.c: New file.
12505 * gdb.arch/amd64-tailcall-self.exp: New file.
12506
12507 2015-05-28 Don Breazeal <donb@codesourcery.com>
12508
12509 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12510 tests for remote targets by checking is_target_gdbserver.
12511
12512 2015-05-27 Doug Evans <dje@google.com>
12513
12514 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12515 * gdb.dwarf2/opaque-type-lookup.c: New file.
12516 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12517
12518 2015-05-26 Doug Evans <dje@google.com>
12519
12520 * gdb.cp/iostream.cc: New file.
12521 * gdb.cp/iostream.exp: New file.
12522
12523 2015-05-26 Doug Evans <dje@google.com>
12524
12525 * gdb.dwarf2/dw2-op-call.exp: Update.
12526 * gdb.dwarf2/dw4-sig-types.exp: Update.
12527 * gdb.dwarf2/implptr.exp: Update.
12528 * gdb.mi/mi-cmd-param-changed.exp: Update.
12529
12530 2015-05-26 Doug Evans <dje@google.com>
12531
12532 * gdb.python/py-lazy-string.c: New file.
12533 * gdb.python/py-lazy-string.exp: New file.
12534 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12535 (main): Update. Add estring3.
12536 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12537 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12538
12539 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12540 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.reverse/aarch64.c: New.
12543 * gdb.reverse/aarch64.exp: New.
12544
12545 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12546
12547 * lib/gdb.exp (supports_process_record): Return true for
12548 aarch64*-linux*.
12549 (supports_reverse): Likewise.
12550
12551 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12552
12553 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12554 Use with_test_prefix.
12555
12556 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12557
12558 * gdb.base/completion.exp: Add test for completion of layout
12559 names.
12560
12561 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12562
12563 * lib/gdb.exp (skip_tui_tests): New proc.
12564 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12565
12566 2015-05-19 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12569 Save the whole env array instead of just HOME. Unset HISTSIZE in
12570 the environment while testing. Restore whole environment
12571 afterwards.
12572
12573 2015-05-16 Doug Evans <xdje42@gmail.com>
12574
12575 * gdb.guile/scm-ports.c: New file.
12576 * gdb.guile/scm-ports.exp: Add memory port tests.
12577
12578 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12579
12580 * gdb.compile/compile-print.c: New file.
12581 * gdb.compile/compile-print.exp: New file.
12582
12583 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12584
12585 * gdb.compile/compile-ops.exp: Cast param to void.
12586 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12587 (compile code struct_object.selffield = &struct_object): Add xfail.
12588
12589 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12590
12591 * gdb.ada/arr_enum_with_gap: New testcase.
12592
12593 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12594
12595 * gdb.ada/byte_packed_arr: New testcase.
12596
12597 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12598
12599 * gdb.ada/pckd_neg: New testcase.
12600
12601 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12602
12603 PR gdb/17820
12604 * gdb.base/gdbinit-history.exp: New test.
12605 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12606 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12607
12608 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12609
12610 * gdb.python/py-xmethods.cc: Enhance test case.
12611 * gdb.python/py-xmethods.exp: New tests.
12612 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12613 function.
12614 (B_indexoper): Likewise.
12615 (global_dm_list) : Add new xmethod worker functions.
12616
12617 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12618
12619 * gdb.base/coredump-filter.exp: Correctly unset
12620 "coredump_var_addr" array.
12621
12622 2015-05-08 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.server/non-existing-program.exp: Unset spawn_id.
12625
12626 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12627
12628 PR python/18291
12629 * gdb.python/py-xmethods.exp: Add tests.
12630
12631 2015-05-08 Yao Qi <yao.qi@linaro.org>
12632
12633 PR gdb/18208
12634 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12635 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12636 function set_coredump_filter, and remove remote_exec call.
12637 Remove argument ipid. Callers update.
12638 (top level): Don't get inferior's PID.
12639
12640 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12641
12642 * gdb.base/watch_thread_num.exp: Skip test on targets without
12643 access watchpoints.
12644
12645 2015-05-06 Pedro Alves <palves@redhat.com>
12646
12647 PR server/18081
12648 * gdb.server/non-existing-program.exp: New file.
12649
12650 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12651
12652 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12653
12654 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12655
12656 * gdb.ada/out_of_line_in_inlined: New testcase.
12657
12658 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12659
12660 * gdb.ada/var_rec_arr: New testcase.
12661
12662 2015-04-30 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.base/break-idempotent.exp: If
12665 skip_hw_watchpoint_multi_tests returns true, skip the tests
12666 on "rwatch" and "awatch".
12667
12668 2015-04-30 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.base/relativedebug.exp: Invoke gdb command
12671 "info sharedlibrary", and if libc.so doesn't have debug info,
12672 skip the test.
12673
12674 2015-04-29 Doug Evans <dje@google.com>
12675
12676 * gdb.python/py-xmethods.exp: Add ptype tests.
12677 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12678 get_result_type method.
12679
12680 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12681
12682 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12683 the target does not support hardware watchpoints.
12684
12685 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12686
12687 * gdb.base/break-always.exp: Abort testing if writing to memory
12688 causes an error.
12689
12690 2015-04-28 Doug Evans <dje@google.com>
12691
12692 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12693 * gdb.python/py-pp-registration.exp: ... here. New file.
12694 * gdb.python/py-pp-registration.c: New file.
12695 * gdb.python/py-pp-registration.py: New file.
12696
12697 2015-04-28 Doug Evans <dje@google.com>
12698
12699 * gdb.python/py-bad-printers.c: New file.
12700 * gdb.python/py-bad-printers.py: New file.
12701 * gdb.python/py-bad-printers.exp: New file.
12702
12703 2015-04-28 Sasha Smundak <asmundak@google.com>
12704
12705 * gdb.python/py-type.exp: New test.
12706
12707 2015-04-28 Andy Wingo <wingo@igalia.com>
12708
12709 * gdb.python/py-parameter.exp:
12710 * gdb.guile/scm-parameter.exp: Escape the path that we are
12711 matching against, as it might contain characters that are special
12712 to regular expressions.
12713
12714 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12715
12716 * gdb.ada/rec_comp: New testcase.
12717
12718 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12719
12720 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12721 before using it.
12722
12723 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12724
12725 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12726 new tests for verilog output.
12727
12728 2015-04-24 Yao Qi <yao.qi@linaro.org>
12729
12730 * boards/remote-gdbserver-on-localhost.exp: New file.
12731
12732 2015-04-23 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12735 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12736 "end of file", remove $inferior_spawn_id from the indirect list.
12737
12738 2015-04-23 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12741
12742 2015-04-23 Pedro Alves <palves@redhat.com>
12743
12744 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12745 on $any_spawn_id instead of only on $gdb_spawn_id.
12746
12747 2015-04-21 Pierre Muller <muller@sourceware.org>
12748
12749 PR pascal/17815
12750 * lib/pascal.exp (gpc_compile): Add new option "class".
12751 (fpc_compile): Likewise.
12752 * gdb.pascal/case-insensitive-symbols.pas: New file.
12753 * gdb.pascal/case-insensitive-symbols.exp: New file.
12754
12755 2015-04-20 Gary Benson <gbenson@redhat.com>
12756
12757 * gdb.base/attach.exp: Fix three extended remote failures.
12758
12759 2015-04-17 Gary Benson <gbenson@redhat.com>
12760
12761 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12762 the main executable over the remote protocol.
12763
12764 2015-04-16 Pedro Alves <palves@redhat.com>
12765
12766 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12767 a new gdbserver if gdbserver_reconnect_p is set.
12768
12769 2015-04-16 Pedro Alves <palves@redhat.com>
12770
12771 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12772 is set, don't exit gdbserver.
12773
12774 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12775
12776 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12777 appropriate .insn, such that an older assembler can be used.
12778 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12779 the z/Architecture instruction set on 31-bit targets as well.
12780
12781 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12782
12783 * gdb.go/handcall.exp: Remove all logic related to the first
12784 breakpoint and rely on go_runto_main instead.
12785 * gdb.go/strings.exp: Likewise.
12786 * gdb.go/unsafe.exp: Likewise.
12787 * gdb.go/hello.exp: Likewise. Also rename the remaining
12788 breakpoint marker to "breakpoint 1".
12789 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12790 * gdb.go/strings.go: Likewise.
12791 * gdb.go/unsafe.go: Likewise.
12792 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12793 "set breakpoint 2 here" and rename the remaining breakpoint marker
12794 to "breakpoint 1".
12795
12796 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12797
12798 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12799 if itertools.imap is not present.
12800 * gdb.python/py-objfile.exp: Add parentheses.
12801 * gdb.python/py-type.exp: Same.
12802 * gdb.python/py-unwind-maint.py: Same.
12803
12804 2015-04-15 Yao Qi <yao.qi@linaro.org>
12805
12806 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12807 of ":$ptr_size" and set its form explicitly.
12808
12809 2015-04-15 Pedro Alves <palves@redhat.com>
12810 Yao Qi <yao.qi@linaro.org>
12811
12812 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12813 timeout by factor of 4.
12814 (test_regular_watch): Likewise.
12815 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12816 * gdb.reverse/sigall-reverse.exp: Likewise.
12817 * gdb.reverse/until-precsave.exp: Likewise.
12818 * lib/gdb.exp (with_timeout_factor): New proc.
12819 (gdb_expect): Move some code to ...
12820 (get_largest_timeout): ... here. New procedure.
12821
12822 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12823
12824 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12825
12826 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12827
12828 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12829 to write to the .text section.
12830
12831 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12832
12833 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12834 Handle the case of targets that do not provide PID information.
12835
12836 2015-04-13 Yao Qi <yao.qi@linaro.org>
12837
12838 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12839 and use expect instead of gdb_expect.
12840
12841 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12842
12843 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12844 "coredump_var_addr" to avoid naming conflict with other testcases.
12845
12846 2015-04-10 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12849 gdb_test_sequence and gdb_assert.
12850
12851 2015-04-10 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12854 test messages that don't include the breakpoint address.
12855
12856 2015-04-10 Yao Qi <yao.qi@linaro.org>
12857
12858 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12859 false for some offset and width combinations which aren't
12860 supported by linux kernel.
12861
12862 2015-04-10 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12865 procedure, factored out from ...
12866 (top level): ... here. Add "set displaced-stepping" testing axis.
12867 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12868 parameter "displaced". Use it.
12869 (top level): Use foreach and add "set displaced-stepping" testing
12870 axis.
12871
12872 2015-04-10 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12875 Remove comment.
12876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12877 both the address of the instruction that triggers the watchpoint
12878 and the address of the instruction immediately after, and use
12879 those addresses for the test. Fix comment.
12880
12881 2015-04-10 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.base/sigstep.exp (breakpoint_to_handler)
12884 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12885 Test "backtrace" in handler.
12886 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12887 (top level): Add new "displaced" test axis to
12888 breakpoint_to_handler, breakpoint_to_handler_entry and
12889 breakpoint_over_handler.
12890
12891 2015-04-10 Pedro Alves <palves@redhat.com>
12892
12893 PR gdb/18216
12894 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12895
12896 2015-04-10 Yao Qi <yao.qi@linaro.org>
12897
12898 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12899 (test_add_rn_pc): New function.
12900 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12901 (top level): Invoke test_add_rn_pc.
12902
12903 2015-04-10 Pedro Alves <palves@redhat.com>
12904
12905 PR gdb/13858
12906 * gdb.base/step-over-no-symbols.exp: New file.
12907
12908 2015-04-09 Andy Wingo <wingo@igalia.com>
12909
12910 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12911 after the Python tests.
12912
12913 2015-04-08 Keith Seitz <keiths@redhat.com>
12914
12915 PR python/16699
12916 * gdb.python/py-completion.exp: New tests for completion.
12917 * gdb.python/py-completion.py (CompleteLimit1): New class.
12918 (CompleteLimit2): Likewise.
12919 (CompleteLimit3): Likewise.
12920 (CompleteLimit4): Likewise.
12921 (CompleteLimit5): Likewise.
12922 (CompleteLimit6): Likewise.
12923 (CompleteLimit7): Likewise.
12924
12925 2015-04-08 Pedro Alves <palves@redhat.com>
12926
12927 PR gdb/18214
12928 PR gdb/18216
12929 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12930 function.
12931 (main): Install it as SIGUSR1 handler.
12932 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12933 parameter. Always use "setup" as prefix. Toggle "set
12934 displaced-stepping" off/on depending on global. Don't switch to
12935 thread 1 here.
12936 (top level): Add displaced stepping "off/on" test axis. Update
12937 "setup" calls. Wrap each subtest with with_test_prefix. Test
12938 continuing with a queued signal in each thread.
12939
12940 2015-04-08 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12943 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12944 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12945 Return early if running to main fails.
12946 * gdb.trace/while-stepping.exp: Likewise.
12947
12948 2015-04-07 Pedro Alves <palves@redhat.com>
12949
12950 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12951 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12952 interact with inferior program.
12953
12954 2015-04-07 Pedro Alves <palves@redhat.com>
12955
12956 * lib/gdb.exp (inferior_spawn_id): New global.
12957 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12958 spawn id after processing the user code.
12959 (default_gdb_start): Set inferior_spawn_id.
12960 (send_inferior): New procedure.
12961 * lib/gdbserver-support.exp (gdbserver_start): Set
12962 inferior_spawn_id.
12963 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12964
12965 2015-04-07 Pedro Alves <palves@redhat.com>
12966
12967 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12968 * lib/gdbserver-support.exp (gdbserver_start): Make
12969 $server_spawn_id global.
12970 (gdbserver_start): Don't wait for gdbserver's spawn id with
12971 expect_background.
12972 (close_gdbserver): New procedure.
12973 (gdb_exit): Rename the default version and reimplement.
12974
12975 2015-04-07 Pedro Alves <palves@redhat.com>
12976
12977 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12978 append the substituted item, not the original item.
12979
12980 2015-04-07 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12983 gdb_expect.
12984
12985 2015-04-07 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12988 output appearing once only.
12989
12990 2015-04-07 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12993 that doesn't expect anything. Return early if running to main
12994 fails.
12995
12996 2015-04-07 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12999 (child_function): Call alarm.
13000 (main): Move call to alarm into the loop.
13001 * gdb.threads/non-stop-fair-events.exp: Build program with
13002 -DTIMEOUT=$timeout.
13003
13004 2015-04-06 Doug Evans <xdje42@gmail.com>
13005
13006 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13007 Fix dest parameter to board_info.
13008 (fpc_compile): Ditto.
13009 (gdb_compile_pascal): Rename dest arg to destfile.
13010
13011 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13012
13013 * gdb.ada/funcall_ref.exp: New file.
13014 * gdb.ada/funcall_ref/foo.adb: New file.
13015
13016 2015-04-02 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13019 is remote.
13020
13021 2015-04-02 Gary Benson <gbenson@redhat.com>
13022
13023 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13024
13025 2015-04-01 Sasha Smundak <asmundak@google.com>
13026
13027 * gdb.python/py-unwind-maint.c: New file.
13028 * gdb.python/py-unwind-maint.exp: New test.
13029 * gdb.python/py-unwind-maint.py: New file.
13030 * gdb.python/py-unwind.c: New file.
13031 * gdb.python/py-unwind.exp: New test.
13032 * gdb.python/py-unwind.py: New test.
13033
13034 2015-04-01 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13037 to fail instead of non-existent $test.
13038
13039 2015-04-01 Pedro Alves <palves@redhat.com>
13040
13041 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13042 GDBFLAGS if not empty.
13043
13044 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13045
13046 * gdb.ada/complete.exp: Remove "multi_line".
13047 * gdb.ada/info_exc.exp: Remove "multi_line".
13048 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13049 * gdb.ada/ptype_field.exp: Remove "multi_line".
13050 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13051 * gdb.ada/tagged.exp: Remove "multi_line".
13052 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13053 [multi_line ...]
13054 * gdb.btrace/delta.exp: Likewise.
13055 * gdb.btrace/exception.exp: Likewise.
13056 * gdb.btrace/function_call_history.exp: Likewise.
13057 * gdb.btrace/instruction_history.exp: Likewise.
13058 * gdb.btrace/nohist.exp: Likewise.
13059 * gdb.btrace/record_goto.exp: Likewise.
13060 * gdb.btrace/segv.exp: Likewise.
13061 * gdb.btrace/stepi.exp: Likewise.
13062 * gdb.btrace/tailcall.exp: Likewise.
13063 * gdb.btrace/unknown_functions.exp: Likewise.
13064 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13065 * lib/gdb.exp: Add the "multi_line" helper.
13066
13067 2015-04-01 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.threads/tid-reuse.c: New file.
13070 * gdb.threads/tid-reuse.exp: New file.
13071
13072 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13073
13074 PR corefiles/16092
13075 * gdb.base/coredump-filter.c: New file.
13076 * gdb.base/coredump-filter.exp: Likewise.
13077
13078 2015-03-27 Petr Machata <pmachata@redhat.com>
13079
13080 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13081 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13082 (Dwarf::assemble): Initialize them.
13083 (Dwarf::lines): New function.
13084
13085 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13086
13087 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13088 SYMBOL_PREFIX for x86_64-*-cygwin.
13089
13090 2015-03-26 Andy Wingo <wingo@igalia.com>
13091
13092 PR symtab/18148
13093 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13094 const_value but not a location.
13095 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13096 location defined in non-main CUs are visible.
13097
13098 2015-03-26 Yao Qi <yao.qi@linaro.org>
13099
13100 PR testsuite/18139
13101 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13102 Add a line number entry for the same line.
13103 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13104 Add a line number entry for the same line.
13105
13106 2015-03-26 Yao Qi <yao.qi@linaro.org>
13107
13108 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13109 .int 0.
13110 (func): Likewise. Add .Lfunc_1 label.
13111 Use .Lfunc_1 label.
13112 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13113 .int 0.
13114 (func): Likewise.
13115 Use .Lfunc_1 label.
13116
13117 2015-03-26 Yao Qi <yao.qi@linaro.org>
13118
13119 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13120 Call gdb_compile instead to compile each .s files without debug
13121 information.
13122
13123 2015-03-26 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.base/savedregs.exp (process_saved_regs): Make
13126 "Saved registers:" optional in the pattern.
13127
13128 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13129
13130 * gdb.btrace/next.exp: Merged into step.exp.
13131 * gdb.btrace/finish.exp: Merged into step.exp.
13132 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13133 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13134 "record goto" and checking the exact replay position.
13135 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13136 check for "Recording format" in "info record" output.
13137 * gdb.btrace/record_goto.exp: Choose test file based on target.
13138 * gdb.btrace/x86-record_goto.S: Renamed into ...
13139 * gdb.btrace/x86_64-record_goto.S: ... this.
13140 * gdb.btrace/i686-record_goto.S: New.
13141 * gdb.btrace/x86-tailcall.S: Renamed into ...
13142 * gdb.btrace/x86_64-tailcall.S: ... this.
13143 * gdb.btrace/i686-tailcall.S: New.
13144 * gdb.btrace/x86-tailcall.c: Renamed into ...
13145 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13146 separate statements. Update test.
13147 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13148 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13149 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13150 * gdb.btrace/tailcall.exp: Choose test file based on target.
13151 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13152
13153 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13154
13155 * gdb.btrace/exception.exp: Increase BTS buffer size.
13156
13157 2015-03-24 Pedro Alves <palves@redhat.com>
13158
13159 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13160
13161 2015-03-24 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.threads/schedlock.exp (test_step): No longer expect that
13164 "set scheduler-locking step" with "next" over a function call runs
13165 threads unlocked.
13166
13167 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13168
13169 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13170
13171 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13172
13173 PR breakpoints/16466
13174 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13175 * gdb.mi/mi-pending.c (thread_func): New function.
13176 (int main): Add threading support required.
13177 * gdb.mi/mi-pending.exp: Add tests for this issue.
13178 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13179 (pendfunc2): Remove stdio dependency.
13180 * gdb.mi/mi-pendshr2.c: New file.
13181
13182 2015-03-23 Keith Seitz <keiths@redhat.com>
13183
13184 * gdb.linespec/keywords.c: New file.
13185 * gdb.linespec/keywords.exp: New file.
13186
13187 2015-03-23 Keith Seitz <keiths@redhat.com>
13188
13189 PR gdb/18021
13190 * gdb.dwarf2/staticvirtual.exp: New test.
13191
13192 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13193
13194 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13195 * README: Remove HP-UX and gdb.hp.
13196 (configuration):
13197 * configure: Regenerate.
13198 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13199 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13200 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13201 gdb.hp/gdb.defects/Makefile.
13202 * gdb.hp/Makefile.in: File deleted.
13203 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13204 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13205 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13206 * gdb.hp/gdb.aCC/run.c: File deleted.
13207 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13208 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13209 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13210 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13211 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13212 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13213 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13214 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13215 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13216 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13217 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13218 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13219 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13220 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13221 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13222 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13223 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13224 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13225 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13226 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13227 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13228 * gdb.hp/gdb.compat/average.c: File deleted.
13229 * gdb.hp/gdb.compat/sum.c: File deleted.
13230 * gdb.hp/gdb.compat/xdb.c: File deleted.
13231 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13232 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13233 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13234 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13235 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13236 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13237 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13238 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13239 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13240 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13241 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13242 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13243 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13244 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13245 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13246 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13247 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13248 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13249 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13250 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13251 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13252 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13253 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13254 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13255 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13256 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13257 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13258 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13259 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13260 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13261 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13262 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13263 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13264 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13265 * gdb.hp/tools/odump: File deleted.
13266
13267 2015-03-19 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13270 (saw_thread_3): New globals.
13271 (top level): Increment them when an event for the corresponding
13272 thread is seen.
13273 (no thread starvation): New test.
13274
13275 2015-03-19 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.threads/continue-pending-status.c: New file.
13278 * gdb.threads/continue-pending-status.exp: New file.
13279
13280 2015-03-18 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13283 Use gdb_is_target_remote instead of is_remote. Use
13284 gdb_test_multiple instead of gdb_expect. Exit early if
13285 gdb_test_multiple hits its internal matches. Tighten stepi tests
13286 expected output. Fail on exit with any signal, instead of just
13287 SIGILL.
13288
13289 2015-03-18 Yao Qi <yao.qi@linaro.org>
13290
13291 PR tdep/18107
13292 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13293 variable.
13294 * gdb.base/catch-syscall.exp: Don't skip it on
13295 aarch64*-*-linux* target. Remove elements in all_syscalls.
13296 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13297 target.
13298 (setup_all_syscalls): New proc.
13299
13300 2015-03-16 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13303 (top level): Skip tests if valid_addr_p returns false for
13304 $cmd1 or $cmd2.
13305
13306 2015-03-11 Andy Wingo <wingo@igalia.com>
13307
13308 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13309
13310 2015-03-11 Yao Qi <yao.qi@linaro.org>
13311
13312 * gdb.base/catch-syscall.exp: Fix typo in comments.
13313
13314 2015-03-11 Yao Qi <yao.qi@linaro.org>
13315
13316 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13317
13318 2015-03-09 Pedro Alves <palves@redhat.com>
13319
13320 * dg-extract-results.py: Delete.
13321
13322 2015-03-09 Pedro Alves <palves@redhat.com>
13323
13324 Merge dg-extract-results.sh from GCC upstream (r218843).
13325
13326 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13327 * dg-extract-results.sh: Use --text with grep to avoid issues with
13328 binary files. Fall back to cat -v, if that doesn't work.
13329
13330 2015-03-05 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13333
13334 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13335
13336 * lib/mi-support.exp (mi_expect_interrupt): Accept
13337 alternative event for when in all-stop mode.
13338
13339 2015-03-04 Pedro Alves <palves@redhat.com>
13340
13341 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13342
13343 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13344
13345 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13346
13347 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13348
13349 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13350 regexps for GDB's current line display, accept a hex address
13351 preceding the line number.
13352
13353 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13354
13355 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13356 the 'arch1' variable for "s390*-linux*" targets.
13357
13358 2015-03-04 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13361 (main): Pass missing retval argument to pthread_join call.
13362
13363 2015-03-02 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13366 (top level): Call do_test with non-stop as well.
13367
13368 2015-03-02 Pedro Alves <palves@redhat.com>
13369
13370 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13371 -1.
13372
13373 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13374
13375 * gdb.arch/s390-vregs.exp: New test.
13376 * gdb.arch/s390-vregs.S: New file.
13377
13378 2015-02-27 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13381 call to catch_command_errors.
13382 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13383 catch_command_errors.
13384
13385 2015-02-27 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13388 "true" for boolean result.
13389 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13390 prototype of main.
13391
13392 2015-02-27 Pedro Alves <palves@redhat.com>
13393
13394 * lib/unbuffer_output.c: New file.
13395 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13396 (main): Call gdb_unbuffer_output.
13397
13398 2015-02-27 Yao Qi <yao.qi@linaro.org>
13399
13400 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13401 target.
13402
13403 2015-02-26 Doug Evans <dje@google.com>
13404
13405 * gdb.cp/class2.cc (Dbase, D): New classes.
13406 (main): New local delta.
13407 * gdb.cp/class2.exp: Test printing delta.
13408 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13409 (dynbar): New global.
13410 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13411
13412 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13413
13414 * gdb.compile/compile-ifunc.c: New file.
13415 * gdb.compile/compile-ifunc.exp: New file.
13416
13417 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13418
13419 * gdb.base/structs.exp: Check for correct struct on finish.
13420
13421 2015-02-26 Yao Qi <yao.qi@linaro.org>
13422
13423 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13424 is zero.
13425
13426 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 * gdb.arch/cordic.ko.bz2: New file.
13429 * gdb.arch/cordic.ko.debug.bz2: New file.
13430 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13431
13432 2015-02-25 Yao Qi <yao.qi@linaro.org>
13433
13434 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13435 aarch64*-*-* target.
13436
13437 2015-02-23 Pedro Alves <palves@redhat.com>
13438
13439 * lib/gdb.exp (delete_breakpoints): Rewrite using
13440 gdb_test_multiple.
13441
13442 2015-02-23 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.base/info-os.c: Include stdlib.h.
13445
13446 2015-02-22 Doug Evans <xdje42@gmail.com>
13447
13448 PR symtab/17855
13449 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13450 is read after symbols have been re-read.
13451 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13452 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13453
13454 2015-02-21 Doug Evans <dje@google.com>
13455
13456 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13457
13458 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13459
13460 PR corefiles/17808
13461 * gdb.arch/i386-biarch-core.core.bz2: New file.
13462 * gdb.arch/i386-biarch-core.exp: New file.
13463
13464 2015-02-21 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13467 runto_main fails.
13468
13469 2015-02-20 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13472 info probes.
13473
13474 2015-02-20 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13477
13478 2015-02-20 Pedro Alves <palves@redhat.com>
13479
13480 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13481 clean_restart before gdb_target_supports_trace.
13482
13483 2015-02-20 Pedro Alves <palves@redhat.com>
13484
13485 PR threads/18006
13486 * gdb.threads/clone-thread_db.c: New file.
13487 * gdb.threads/clone-thread_db.exp: New file.
13488
13489 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13490
13491 PR breakpoints/16812
13492 * gdb.base/catch-gdb-caused-signals.c: New file.
13493 * gdb.base/catch-gdb-caused-signals.exp: New file.
13494
13495 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13496
13497 * configure: Regenerated.
13498 * configure.ac: Use GDB_AC_TRANSFORM.
13499 * aclocal.m4: sinclude ../transform.m4.
13500
13501 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13502
13503 * lib/dtrace.exp: New file.
13504 * gdb.base/dtrace-probe.exp: Likewise.
13505 * gdb.base/dtrace-probe.d: Likewise.
13506 * gdb.base/dtrace-probe.c: Likewise.
13507 * lib/pdtrace.in: Likewise.
13508 * configure.ac: Output variables with the transformed names of
13509 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13510 * configure: Regenerated.
13511
13512 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13513
13514 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13515 expected message when trying to access $_probe_* convenience
13516 variables while not on a probe.
13517
13518 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13519
13520 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13521
13522 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13523
13524 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13525 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13526
13527 2015-02-10 Doug Evans <xdje42@gmail.com>
13528
13529 * lib/gdb.exp (gdb_load): Always return a result.
13530
13531 2015-02-10 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.threads/signal-sigtrap.c: New file.
13534 * gdb.threads/signal-sigtrap.exp: New file.
13535
13536 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13537
13538 * gdb.trace/no-attach-trace.c: New file.
13539 * gdb.trace/no-attach-trace.exp: New file.
13540
13541 2015-02-09 Mark Wielaard <mjw@redhat.com>
13542
13543 * gdb.dwarf2/atomic.c: New file.
13544 * gdb.dwarf2/atomic-type.exp: Likewise.
13545
13546 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13547
13548 * gdb.btrace/buffer-size.exp: Update "info record" output.
13549 * gdb.btrace/delta.exp: Update "info record" output.
13550 * gdb.btrace/enable.exp: Update "info record" output.
13551 * gdb.btrace/finish.exp: Update "info record" output.
13552 * gdb.btrace/instruction_history.exp: Update "info record" output.
13553 * gdb.btrace/next.exp: Update "info record" output.
13554 * gdb.btrace/nexti.exp: Update "info record" output.
13555 * gdb.btrace/step.exp: Update "info record" output.
13556 * gdb.btrace/stepi.exp: Update "info record" output.
13557 * gdb.btrace/nohist.exp: Update "info record" output.
13558
13559 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13560
13561 * gdb.btrace/buffer-size: New.
13562
13563 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13564
13565 * gdb.btrace/delta.exp: Update "info record" output.
13566 * gdb.btrace/enable.exp: Update "info record" output.
13567 * gdb.btrace/finish.exp: Update "info record" output.
13568 * gdb.btrace/instruction_history.exp: Update "info record" output.
13569 * gdb.btrace/next.exp: Update "info record" output.
13570 * gdb.btrace/nexti.exp: Update "info record" output.
13571 * gdb.btrace/step.exp: Update "info record" output.
13572 * gdb.btrace/stepi.exp: Update "info record" output.
13573 * gdb.btrace/nohist.exp: Update "info record" output.
13574
13575 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13576
13577 PR gdb/15678
13578 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13579
13580 2015-02-06 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13583 macro.
13584 (seconds_left, again): New globals.
13585 (main): Wait seconds_left in a 1-second sleep loop instead of
13586 sleeping 180 seconds. If 'again' is set, reset the seconds
13587 counter.
13588 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13589 'again' in the inferior before detaching. Print the seconds left.
13590 (options): New global.
13591 (top level): Build program with -DTIMEOUT=$timeout.
13592
13593 2015-02-06 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13596 determine how many seconds to pass to 'alarm'.
13597 * gdb.base/gdb-sigterm.exp (top level): Build program with
13598 -DTIMEOUT=$timeout.
13599 (do_test): Return success/failure indication. Add more verbose
13600 logging. Don't fail if 200 single steps are seen. Instead, fail
13601 when the test times out.
13602 (passes): New global.
13603 (top level): Break the testing loop if testing fails on any
13604 iteration. Use gdb_assert.
13605
13606 2015-02-04 Don Breazeal <donb@codesourcery.com>
13607
13608 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13609 and initialize them.
13610 (ipc_cleanup): New function.
13611 (main): Don't declare shmid, semid, and msqid. Add a call to
13612 atexit so that we call ipc_cleanup on exit.
13613
13614 2015-02-04 Pedro Alves <palves@redhat.com>
13615
13616 * boards/native-extended-gdbserver.exp: Remove any target variant
13617 specifications from the board name before clearing the isremote
13618 flag from board_info.
13619
13620 2015-01-31 Doug Evans <xdje42@gmail.com>
13621
13622 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13623
13624 2015-01-31 Gary Benson <gbenson@redhat.com>
13625
13626 * gdb.base/completion.exp: Disable completion limiting for
13627 existing tests. Add new tests to check completion limiting.
13628 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13629
13630 2015-01-31 Doug Evans <xdje42@gmail.com>
13631
13632 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13633
13634 2015-01-31 Doug Evans <xdje42@gmail.com>
13635
13636 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13637 entries. Duplicate file section script entries.
13638 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13639 inlined entries. Add test for safe-path rejection.
13640 * gdb.python/py-section-script.c: Add duplicate inlined section script
13641 entries. Duplicate file section script entries.
13642 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13643 inlined entries. Add test for safe-path rejection.
13644
13645 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13646
13647 * gdb.ada/disc_arr_bound: New testcase.
13648
13649 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13650
13651 * gdb.ada/mi_var_array: New testcase.
13652
13653 2015-01-27 Doug Evans <dje@google.com>
13654
13655 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13656 Add test for objfile.filename, objfile.username after objfile
13657 has been unloaded.
13658
13659 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13660
13661 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13662 the second test to print the name attribute of value
13663 returned by the call to gdb.lookup_type, and adjust
13664 the expected output accordingly.
13665
13666 2015-01-25 Mark Wielaard <mjw@redhat.com>
13667
13668 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13669 * gdb.base/disp-step-fork.c: Include unistd.h.
13670 * gdb.base/siginfo-obj.c: Include stdio.h.
13671 * gdb.base/siginfo-thread.c: Likewise.
13672 * gdb.mi/non-stop.c: Include unistd.h.
13673 * gdb.mi/nsthrexec.c: Include stdio.h.
13674 * gdb.mi/pthreads.c: Include unistd.h.
13675 * gdb.modula2/unbounded1.c (main): Declare returns int.
13676 * gdb.reverse/consecutive-reverse.c: Likewise.
13677 * gdb.threads/create-fail.c: Include unistd.h.
13678 * gdb.threads/killed.c: Likewise.
13679 * gdb.threads/linux-dp.c: Likewise.
13680 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13681 * gdb.threads/non-ldr-exc-2.c: Likewise.
13682 * gdb.threads/non-ldr-exc-3.c: Likewise.
13683 * gdb.threads/non-ldr-exc-4.c: Likewise.
13684 * gdb.threads/pthreads.c: Include unistd.h.
13685 (main): Declare returns int.
13686 * gdb.threads/tls-main.c (foo): New declaration.
13687 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13688
13689 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13690
13691 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13692 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13693
13694 2015-01-15 Mark Wielaard <mjw@redhat.com>
13695
13696 * gdb.base/noreturn-return.c: New file.
13697 * gdb.base/noreturn-return.exp: New file.
13698 * gdb.base/noreturn-finish.c: New file.
13699 * gdb.base/noreturn-finish.exp: New file.
13700
13701 2015-01-23 Pedro Alves <palves@redhat.com>
13702
13703 * gdb.threads/continue-pending-after-query.c: New file.
13704 * gdb.threads/continue-pending-after-query.exp: New file.
13705
13706 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13707 Simon Marchi <simon.marchi@ericsson.com>
13708
13709 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13710 * gdb.base/valgrind-db-attach.exp: Same.
13711 * gdb.base/valgrind-infcall.exp: Same.
13712 * lib/mi-support.exp (default_mi_gdb_start): Same.
13713 * lib/prompt.exp (default_prompt_gdb_start): Same.
13714 * lib/gdb.exp (default_gdb_spawn): Same.
13715 (gdb_interact): New.
13716
13717
13718 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13719
13720 * gdb.compile/compile.exp (pointer to jit function): New test.
13721
13722 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13723
13724 * lib/gdb.exp (supports_process_record): Return true for
13725 powerpc*-*-linux*.
13726 (supports_reverse): Likewise.
13727
13728 2015-01-15 Don Breazeal <donb@codesourcery.com>
13729
13730 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13731 instead of checking whether the target board is remote and
13732 use spawn_wait_for_attach instead of exec/sleep.
13733 * gdb.base/attach-twice.exp: Likewise.
13734
13735 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13736
13737 * gdb.ada/var_arr_attrs: New testcase.
13738
13739 2015-01-14 Pedro Alves <palves@redhat.com>
13740 Joel Brobecker <brobecker@adacore.com>
13741
13742 PR gdb/17525
13743 * gdb.base/bp-cmds-execution-x-script.c: New file.
13744 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13745 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13746
13747 2015-01-14 Pedro Alves <palves@redhat.com>
13748
13749 PR cli/17828
13750 * gdb.base/batch-preserve-term-settings.c: New file.
13751 * gdb.base/batch-preserve-term-settings.exp: New file.
13752
13753 2015-01-13 Doug Evans <dje@google.com>
13754
13755 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13756 binary.
13757
13758 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13759
13760 * Makefile.in (clean mostlyclean): Do not delete *.py.
13761
13762 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13763
13764 * gdb.python/py-lookup-type.exp: New file.
13765
13766 2015-01-12 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13769 restore GDBFLAGS before returning.
13770
13771 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13772
13773 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13774 is_amd64_regs_target and is_x86_like_target.
13775
13776 2015-01-11 Doug Evans <xdje42@gmail.com>
13777
13778 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13779 is given without an explicit form.
13780 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13781 attributes.
13782 * gdb.dwarf/corrupt.exp: Ditto.
13783 * gdb.dwarf2/enum-type.exp: Ditto.
13784 * gdb.trace/entry-values.exp: Ditto.
13785 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13786
13787 2015-01-11 Doug Evans <xdje42@gmail.com>
13788
13789 PR gdb/15830
13790 * gdb.base/maint.exp: Remove references to "maint demangle".
13791 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13792 Add tests for explicitly specifying language to demangle.
13793 * gdb.dlang/demangle.exp: Ditto.
13794
13795 2015-01-09 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.threads/non-stop-fair-events.c: New file.
13798 * gdb.threads/non-stop-fair-events.exp: New file.
13799
13800 2015-01-09 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13803 the global scope. Set a breakpoint after all threads are started
13804 rather than stepping over two source lines. Expect the prompt.
13805 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13806 global.
13807 (NUM): Now 15.
13808 (main): Use threads_started_barrier to wait for all threads to
13809 start. Main thread no longer calls thread_function. Exit after
13810 180 seconds.
13811 (loop): New function.
13812 (thread_function): Wait on threads_started_barrier barrier. Call
13813 'loop' at each iteration.
13814 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13815 threads have started, instead of hardcoding number of "next"
13816 steps. Use an access watchpoint instead of a write watchpoint.
13817
13818 2015-01-09 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13821 (thread_func): Wait on barrier.
13822 (main): Wait for all threads to start before stopping GDB.
13823 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13824 global.
13825 (thread1_func, thread2_func): Wait on barrier.
13826 (main): Wait for all threads to start before stopping GDB.
13827 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13828 New global.
13829 (thread1_func, thread2_func): Wait on barrier.
13830 (main): Wait for all threads to start before stopping GDB.
13831
13832 2015-01-09 Pedro Alves <palves@redhat.com>
13833
13834 * gdb.threads/attach-many-short-lived-threads.c: New file.
13835 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13836
13837 2014-01-09 Pedro Alves <palves@redhat.com>
13838
13839 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13840 instead of to thread 2.
13841 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13842 Add barrier around each pthread_create call instead of around all
13843 calls.
13844 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13845 Set a break on thread_function and have the child threads hit it
13846 one at at a time.
13847
13848 2015-01-09 Pedro Alves <palves@redhat.com>
13849
13850 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13851 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13852 false.
13853 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13854 checking whether the target board is remote.
13855 * gdb.multi/multi-attach.exp: Likewise.
13856 * gdb.python/py-sync-interp.exp: Likewise.
13857 * gdb.server/ext-attach.exp: Likewise.
13858 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13859 tests that need to attach, instead of checking whether the target
13860 board is remote at the top of the file.
13861
13862 2015-01-08 Yao Qi <yao@codesourcery.com>
13863
13864 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13865
13866 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13867
13868 Fix testcase compilation.
13869 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13870
13871 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13872
13873 * gdb.python/py-type.exp: Add a couple test about empty
13874 array creation, and negative-length array creation.
13875
13876 2015-01-02 Doug Evans <xdje42@gmail.com>
13877
13878 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13879
13880 2015-01-02 Doug Evans <dje@google.com>
13881
13882 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13883
13884 2014-12-29 Yao Qi <yao@codesourcery.com>
13885
13886 * gdb.trace/entry-values.exp: Update comments. Rename variable
13887 bar_call_foo to returned_from_foo.
13888
13889 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13890
13891 PR gdb/17394
13892 * gdb.linespec/break-asm-file.c: New file.
13893 * gdb.linespec/break-asm-file.exp: New file.
13894 * gdb.linespec/break-asm-file0.s: New file.
13895 * gdb.linespec/break-asm-file1.s: New file.
13896
13897 2014-12-18 Nigel Stephens <nigel@mips.com>
13898 Maciej W. Rozycki <macro@codesourcery.com>
13899
13900 * gdb.base/float.exp: Handle the new output from "info float" on
13901 MIPS targets.
13902
13903 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13904
13905 Fix MinGW compilation.
13906 * gdb.compile/compile-ops.exp: Update untested message if
13907 !skip_compile_feature_tests.
13908 * gdb.compile/compile-setjmp.exp: Likewise.
13909 * gdb.compile/compile-tls.exp: Likewise.
13910 * gdb.compile/compile.exp: Likewise.
13911 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13912 supported on this host".
13913
13914 2014-12-16 Doug Evans <xdje42@gmail.com>
13915
13916 * boards/stabs.exp: New file.
13917
13918 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13919
13920 * gdb.base/completion.exp: Adjust to format changes of "maint
13921 print user-registers".
13922
13923 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13924
13925 PR server/17457
13926 * gdb.arch/aarch64-fp.c: New file.
13927 * gdb.arch/aarch64-fp.exp: New file.
13928
13929 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13930
13931 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13932 r210637, r210913, r211666, r215400, r215817).
13933
13934 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13935 * dg-extract-results.py: New file.
13936 * dg-extract-results.sh: Use it if the environment seems
13937 suitable.
13938
13939 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13940
13941 * dg-extract-results.py (parse_run): Handle warnings that
13942 are printed before a test harness is run.
13943
13944 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13945
13946 * dg-extract-results.py (Named): Remove __cmp__ method.
13947 (output_variation): Use a key to sort variation.harnesses.
13948
13949 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13950
13951 * dg-extract-results.py: For Python 3, force sys.stdout to
13952 handle surrogate escape sequences.
13953 (safe_open): New function.
13954 (output_segment, main): Use it.
13955
13956 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13957
13958 * dg-extract-results.py (Prog.result_re): Include options
13959 in test name.
13960
13961 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13962
13963 * dg-extract-results.py (output_variation): Always sort if
13964 do_sum.
13965
13966 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13967
13968 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13969 as long as we get pagination notifications.
13970
13971 2014-12-15 Jason Merrill <jason@redhat.com>
13972
13973 * Makefile.in (check-gdb.%): Restore.
13974 * README: Mention it.
13975
13976 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13977
13978 * gdb.ada/str_uninit: New testcase.
13979
13980 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 PR symtab/17642
13983 * gdb.base/vla-stub-define.c: New file.
13984 * gdb.base/vla-stub.c: New file.
13985 * gdb.base/vla-stub.exp: New file.
13986
13987 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13988 Jan Kratochvil <jan.kratochvil@redhat.com>
13989 Tom Tromey <tromey@redhat.com>
13990
13991 * configure.ac: Add gdb.compile/.
13992 * configure: Regenerate.
13993 * gdb.compile/Makefile.in: New file.
13994 * gdb.compile/compile-ops.exp: New file.
13995 * gdb.compile/compile-ops.c: New file.
13996 * gdb.compile/compile-tls.c: New file.
13997 * gdb.compile/compile-tls.exp: New file.
13998 * gdb.compile/compile-constvar.S: New file.
13999 * gdb.compile/compile-constvar.c: New file.
14000 * gdb.compile/compile-mod.c: New file.
14001 * gdb.compile/compile-nodebug.c: New file.
14002 * gdb.compile/compile-setjmp-mod.c: New file.
14003 * gdb.compile/compile-setjmp.c: New file.
14004 * gdb.compile/compile-setjmp.exp: New file.
14005 * gdb.compile/compile-shlib.c: New file.
14006 * gdb.compile/compile.c: New file.
14007 * gdb.compile/compile.exp: New file.
14008 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14009
14010 2014-12-12 Tom Tromey <tromey@redhat.com>
14011
14012 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14013 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14014
14015 2014-12-12 Doug Evans <dje@google.com>
14016
14017 * lib/gdb-python.exp (get_python_valueof): New function.
14018 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14019
14020 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14021
14022 * gdb.base/completion.exp: Add test for completion of "info
14023 registers ".
14024
14025 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14026
14027 * gdb.base/func-ptrs.c: New file.
14028 * gdb.base/func-ptrs.exp: New file.
14029
14030 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14031
14032 PR breakpoints/17012
14033 * gdb.base/dprintf-detach.c: New file.
14034 * gdb.base/dprintf-detach.exp: New file.
14035
14036 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14037
14038 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14039 * lib/gdb.exp (target_is_gdbserver): New procedure.
14040
14041 2014-12-08 Doug Evans <dje@google.com>
14042
14043 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14044
14045 2014-12-05 Yao Qi <yao@codesourcery.com>
14046
14047 * gdb.guile/scm-error.exp: Remove the third argument to
14048 gdb_remote_download.
14049 * gdb.guile/scm-frame-args.exp: Likewise.
14050 * gdb.guile/scm-section-script.exp: Likewise.
14051
14052 2014-12-05 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14055
14056 2014-12-04 Doug Evans <dje@google.com>
14057
14058 * gdb.python/py-objfile.exp: Add tests for
14059 objfile.add_separate_debug_file.
14060
14061 2014-12-04 Doug Evans <dje@google.com>
14062
14063 * lib/gdb.exp (get_build_id): New function.
14064 (build_id_debug_filename_get): Rewrite to use it.
14065 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14066
14067 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14068
14069 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14070 `method(long)', not just 0x0.
14071 * gdb.cp/nsalias.exp: Align code labels to 4.
14072 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14073 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14074 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14075 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14076 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14077 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14078
14079 2014-12-02 Doug Evans <dje@google.com>
14080
14081 PR symtab/17602
14082 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14083 * gdb.cp/anon-ns2.cc: ... here. New file.
14084 * gdb.cp/anon-ns.exp: Update.
14085
14086 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14087
14088 * gdb.python/py-events.py (inferior_call_handler): New.
14089 (register_changed_handler, memory_changed_handler): New.
14090 (test_events.invoke): Register new handlers.
14091 * gdb.python/py-events.exp: Add tests for inferior call,
14092 memory_changed and register_changed events.
14093
14094 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14095
14096 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14097 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14098 if the linker doesn't understand this.
14099
14100 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * gdb.python/python.exp: Change expected reply to help().
14103
14104 2014-12-01 Yao Qi <yao@codesourcery.com>
14105
14106 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14107 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14108 * configure: Re-generated.
14109
14110 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14111
14112 * gdb.cp/chained-calls.cc: New file.
14113 * gdb.cp/chained-calls.exp: New file.
14114 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14115
14116 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14117
14118 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14119 * gdb.dwarf2/symtab-producer.exp: Same.
14120 * gdb.gdb/python-interrupts.exp: Same.
14121 * gdb.gdb/python-selftest.exp: Same.
14122 * gdb.python/py-linetable.exp: Same.
14123 * gdb.python/py-type.exp: Same.
14124 * gdb.python/py-value-cc.exp: Same.
14125 * gdb.python/py-value.exp: Same.
14126
14127 2014-11-28 Yao Qi <yao@codesourcery.com>
14128
14129 * gdb.base/break-probes.exp: Match library name prefixed with
14130 sysroot.
14131
14132 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14133
14134 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14135 test expected output. Add parentheses for the call to print.
14136 Remove L suffix from integers.
14137
14138 2014-11-26 Doug Evans <dje@google.com>
14139
14140 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14141
14142 2014-11-22 Yao Qi <yao@codesourcery.com>
14143
14144 * gdb.trace/entry-values.c: Remove asms.
14145 (foo): Add foo_label.
14146 (bar): Add bar_label.
14147 * gdb.trace/entry-values.exp: Remove code computing foo's
14148 length and bar's length.
14149 (Dwarf::assemble): Invoke function_range for bar and use
14150 MACRO_AT_func for foo.
14151
14152 2014-11-22 Yao Qi <yao@codesourcery.com>
14153
14154 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14155 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14156 Use .Lgcc43_procstart instead of gcc43.
14157
14158 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14159
14160 * gdb.ada/n_arr_bound: New testcase.
14161
14162 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14163
14164 PR breakpoints/10737
14165 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14166 test_catch_syscall_multi_arch.
14167 (test_catch_syscall_multi_arch): New function.
14168
14169 2014-11-20 Doug Evans <xdje42@gmail.com>
14170
14171 * gdb.base/maint.exp: Update expected output.
14172
14173 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14174
14175 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14176 4-byte instruction on S390.
14177
14178 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14179
14180 * gdb.ada/arr_arr: New testcase.
14181
14182 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14183
14184 * gdb.ada/pkd_arr_elem: New Testcase.
14185
14186 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14187
14188 * gdb.reverse/break-precsave: Expect completion message for
14189 core file reads.
14190 * gdb.reverse/consecutive-precsave.exp: Likewise.
14191 * gdb.reverse/finish-precsave.exp: Likewise.
14192 * gdb.reverse/i386-precsave.exp: Likewise.
14193 * gdb.reverse/machinestate-precsave.exp: Likewise.
14194 * gdb.reverse/sigall-precsave.exp: Likewise.
14195 * gdb.reverse/solib-precsave.exp: Likewise.
14196 * gdb.reverse/step-precsave.exp: Likewise.
14197 * gdb.reverse/until-precsave.exp: Likewise.
14198 * gdb.reverse/watch-precsave.exp: Likewise.
14199
14200 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14201
14202 * gdb.base/bp-permanent.c: Include unistd.h.
14203 * gdb.python/py-framefilter-mi.c (main): Add return type.
14204 * gdb.python/py-framefilter.c (main): Likewise.
14205 * gdb.trace/actions-changed.c (main): Likewise.
14206
14207 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14208
14209 * gdb.mi/until.c: Add eye-catchers.
14210 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14211 line numbers.
14212
14213 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14214
14215 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14216 function header variants in break1.c.
14217 * gdb.base/ena-dis-br.exp: Likewise.
14218 * gdb.base/hbreak2.exp: Likewise.
14219 * gdb.reverse/until-precsave.exp: Drop references to removed
14220 non-prototype function header variants in ur1.c.
14221 * gdb.reverse/until-reverse.exp: Likewise.
14222
14223 2014-11-17 Petr Machata <pmachata@redhat.com>
14224
14225 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14226 ${_cu_offset_size} bytes abbrev offset.
14227
14228 2014-11-15 Doug Evans <xdje42@gmail.com>
14229
14230 PR symtab/17559
14231 * gdb.base/line-symtabs.exp: New file.
14232 * gdb.base/line-symtabs.c: New file.
14233 * gdb.base/line-symtabs.h: New file.
14234
14235 2014-11-14 Yao Qi <yao@codesourcery.com>
14236
14237 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14238 (func): Add label func_label.
14239 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14240 Replace low_pc and high_pc with MACRO_AT_range.
14241 Replace name, low_pc and high_pc with MACRO_AT_func.
14242
14243 2014-11-14 Yao Qi <yao@codesourcery.com>
14244
14245 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14246 Replace name, low_pc and high_pc with MACRO_AT_func.
14247
14248 2014-11-14 Yao Qi <yao@codesourcery.com>
14249
14250 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14251 produce debug information.
14252 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14253
14254 2014-11-14 Yao Qi <yao@codesourcery.com>
14255
14256 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14257 object and get function length.
14258 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14259 with MACRO_AT_func.
14260 (top-level): Replace gdb_compile and clean_restart with
14261 prepare_for_testing.
14262 * gdb.dwarf2/main.c (main): Add label main_label.
14263
14264 2014-11-14 Yao Qi <yao@codesourcery.com>
14265
14266 * lib/dwarf.exp (function_range): New procedure.
14267 (Dwarf::_handle_macro_at_func): New procedure.
14268 (Dwarf::_handle_macro_at_range): New procedure.
14269 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14270
14271 2014-11-14 Yao Qi <yao@codesourcery.com>
14272
14273 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14274 (_handle_attribute): New procedure.
14275
14276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14277
14278 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14279 * gdb.base/call-sc.c (zed): Likewise.
14280 * gdb.base/checkpoint.c (main): Likewise.
14281 * gdb.base/dump.c (main): Likewise.
14282 * gdb.base/gcore.c (main): Likewise.
14283 * gdb.base/huge.c (main): Likewise.
14284 * gdb.base/multi-forks.c (main): Likewise.
14285 * gdb.base/pr10179-a.c (main): Likewise.
14286 * gdb.base/savedregs.c (main): Likewise.
14287 * gdb.base/sigaltstack.c (main): Likewise.
14288 * gdb.base/siginfo.c (main): Likewise.
14289 * gdb.base/structs.c (zed): Likewise.
14290 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14291 * gdb.mi/mi-syn-frame.c (main): Likewise.
14292 * gdb.mi/until.c (foo, main): Likewise.
14293 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14294 * gdb.base/solib-weak.c (foo): Declare.
14295 * gdb.base/attach-twice.c: Include stdio.h.
14296 * gdb.base/weaklib1.c: Likewise.
14297 * gdb.base/weaklib2.c: Likewise.
14298 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14299 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14300 unistd.h.
14301 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14302 * gdb.mi/mi-exit-code.c: Likewise.
14303 * gdb.base/break-interp-lib.c: Include string.h.
14304 * gdb.base/coremaker.c: Likewise.
14305 * gdb.base/testenv.c: Likewise.
14306 * gdb.python/py-finish-breakpoint.c: Likewise.
14307 * gdb.base/inferior-died.c: Include sys/wait.h.
14308 * gdb.base/fileio.c: Include time.h.
14309 * gdb.base/async-shell.c: Include unistd.h.
14310 * gdb.base/dprintf-non-stop.c: Likewise.
14311 * gdb.base/info-os.c: Likewise.
14312 * gdb.mi/mi-console.c: Likewise.
14313 * gdb.mi/watch-nonstop.c: Likewise.
14314 * gdb.python/py-events.c: Likewise.
14315 * gdb.base/async.c (baz): Move up before its invocation.
14316 * gdb.base/code_elim2.c (my_global_func): Likewise.
14317 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14318 * gdb.base/advance.c (func2): Likewise.
14319
14320 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14321
14322 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14323 variant.
14324 * gdb.base/annota3.c: Likewise.
14325 * gdb.base/async.c: Likewise.
14326 * gdb.base/average.c: Likewise.
14327 * gdb.base/call-ar-st.c: Likewise.
14328 * gdb.base/call-rt-st.c: Likewise.
14329 * gdb.base/call-sc.c: Likewise.
14330 * gdb.base/call-strs.c: Likewise.
14331 * gdb.base/ending-run.c: Likewise.
14332 * gdb.base/execd-prog.c: Likewise.
14333 * gdb.base/exprs.c: Likewise.
14334 * gdb.base/foll-exec.c: Likewise.
14335 * gdb.base/foll-fork.c: Likewise.
14336 * gdb.base/foll-vfork.c: Likewise.
14337 * gdb.base/funcargs.c: Likewise.
14338 * gdb.base/gcore.c: Likewise.
14339 * gdb.base/jump.c: Likewise.
14340 * gdb.base/langs0.c: Likewise.
14341 * gdb.base/langs1.c: Likewise.
14342 * gdb.base/langs2.c: Likewise.
14343 * gdb.base/mips_pro.c: Likewise.
14344 * gdb.base/nodebug.c: Likewise.
14345 * gdb.base/opaque0.c: Likewise.
14346 * gdb.base/opaque1.c: Likewise.
14347 * gdb.base/recurse.c: Likewise.
14348 * gdb.base/run.c: Likewise.
14349 * gdb.base/scope0.c: Likewise.
14350 * gdb.base/scope1.c: Likewise.
14351 * gdb.base/setshow.c: Likewise.
14352 * gdb.base/setvar.c: Likewise.
14353 * gdb.base/shmain.c: Likewise.
14354 * gdb.base/shr1.c: Likewise.
14355 * gdb.base/shr2.c: Likewise.
14356 * gdb.base/sigall.c: Likewise.
14357 * gdb.base/signals.c: Likewise.
14358 * gdb.base/so-indr-cl.c: Likewise.
14359 * gdb.base/solib2.c: Likewise.
14360 * gdb.base/structs.c: Likewise.
14361 * gdb.base/sum.c: Likewise.
14362 * gdb.base/vforked-prog.c: Likewise.
14363 * gdb.base/watchpoint.c: Likewise.
14364 * gdb.reverse/shr2.c: Likewise.
14365 * gdb.reverse/until-reverse.c: Likewise.
14366 * gdb.reverse/ur1.c: Likewise.
14367 * gdb.reverse/watch-reverse.c: Likewise.
14368
14369 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14370
14371 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14372 variant.
14373 * gdb.base/sepdebug.exp: Drop references to removed code.
14374
14375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14376
14377 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14378 variant. Preserve original line numbering.
14379 * gdb.base/list1.c: Likewise.
14380
14381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14382
14383 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14384 variant.
14385 * gdb.base/break1.c: Likewise.
14386 * gdb.base/break.exp: Drop references to removed code.
14387
14388 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14389
14390 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14391 variant.
14392
14393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14394
14395 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14396
14397 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14398
14399 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14400 logic into perform_all_tests() and invoke it with and without
14401 function header prototypes.
14402 (do_function_calls): Remove conditional XFAIL for PR 5318.
14403 (rerun_and_prepare): Remove duplicate code.
14404 (perform_all_tests): New. Main logic moved here.
14405
14406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14407
14408 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14409 code guarded by #ifdef NO_PROTOTYPES.
14410 (t_double_many_args): Likewise.
14411 (DEF_FUNC_MANY_ARGS_1): Likewise.
14412 (DEF_FUNC_VALUES_1): Likewise.
14413 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14414 guarded by #ifdef PROTOTYPES.
14415
14416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14417
14418 * gdb.mi/mi-console.c: Add eye-catcher.
14419 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14420 instead of literal line number.
14421
14422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14423
14424 * gdb.base/shr2.c: Add eye-catcher.
14425 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14426 line number.
14427
14428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14429
14430 * gdb.base/jump.c: Add eye-catchers.
14431 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14432 numbers.
14433
14434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14435
14436 * gdb.base/execd-prog.c: Add eye-catchers.
14437 * gdb.base/foll-exec.c: Likewise.
14438 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14439 line numbers.
14440
14441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14442
14443 * gdb.base/ending-run.c: Add eye-catchers.
14444 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14445 literal line numbers.
14446
14447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14448
14449 * gdb.base/call-rt-st.c: Add eye-catchers.
14450 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14451 literal line numbers.
14452
14453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14454
14455 * gdb.base/call-ar-st.c: Add eye-catchers.
14456 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14457 literal line numbers.
14458
14459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14460
14461 * gdb.base/average.c: Add eye-catchers.
14462 * gdb.base/sum.c: Likewise.
14463 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14464 regexps dynamically.
14465
14466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14467
14468 * gdb.base/solib1.c: Add eye-catchers.
14469 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14470 literal line numbers.
14471
14472 2014-11-12 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14475 leader has exited.
14476
14477 2014-11-12 Pedro Alves <palves@redhat.com>
14478
14479 * gdb.arch/i386-bp_permanent.c: New file.
14480 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14481 (srcfile): Set to i386-bp_permanent.c.
14482 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14483 that stepi does not execute the 'leave' instruction, instead of
14484 testing it does execute.
14485 * gdb.base/bp-permanent.c: New file.
14486 * gdb.base/bp-permanent.exp: New file.
14487
14488 2014-11-10 Doug Evans <xdje42@gmail.com>
14489
14490 PR symtab/17564
14491 * gdb.base/symtab-search-order.exp: New file.
14492 * gdb.base/symtab-search-order.c: New file.
14493 * gdb.base/symtab-search-order-1.c: New file.
14494 * gdb.base/symtab-search-order-shlib-1.c: New file.
14495
14496 2014-11-07 Pedro Alves <palves@redhat.com>
14497
14498 PR gdb/17511
14499 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14500 i?86-*-linux*.
14501
14502 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14503
14504 PR c++/17494
14505 * gdb.cp/pr17494.cc: New file.
14506 * gdb.cp/pr17494.exp: New file.
14507
14508 2014-11-02 Yao Qi <yao@codesourcery.com>
14509
14510 * gdb.python/python.exp: Get working directory and match the
14511 output of "set extended-prompt \\w " with it.
14512
14513 2014-10-30 Doug Evans <dje@google.com>
14514
14515 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14516 in objfiles.
14517 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14518 in progspaces.
14519
14520 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14521
14522 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14523 * gdb.base/realname-expand.exp: Likewise.
14524 * gdb.linespec/macro-relative.exp: Likewise.
14525
14526 2014-10-29 Pedro Alves <palves@redhat.com>
14527
14528 PR gdb/17408
14529 * gdb.threads/schedlock.c (some_function): New function.
14530 (call_function): New global.
14531 (MAYBE_CALL_SOME_FUNCTION): New macro.
14532 (thread_function): Call it.
14533 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14534 and use it instead of a global counter. Adjust all callers.
14535 (get_current_thread): Use "find current thread" for test message
14536 here rather than having all callers pass down the same string.
14537 (goto_loop): New procedure, factored out from ...
14538 (my_continue): ... this.
14539 (step_ten_loops): Change parameter from test message to command to
14540 use. Adjust.
14541 (list_count): Delete global.
14542 (check_result): New procedure, factored out from duplicate top
14543 level code.
14544 (continue tests): Wrap in with_test_prefix.
14545 (test_step): New procedure, factored out from duplicate top level
14546 code.
14547 (top level): Test "step" in combination with all scheduler-locking
14548 modes. Test "next" in combination with all scheduler-locking
14549 modes, and in combination with stepping over a function call or
14550 not.
14551 * gdb.threads/next-bp-other-thread.c: New file.
14552 * gdb.threads/next-bp-other-thread.exp: New file.
14553
14554 2014-10-29 Pedro Alves <palves@redhat.com>
14555
14556 PR python/17372
14557 * gdb.python/python.exp: Test a multi-line command that spawns
14558 interactive Python.
14559 * gdb.base/multi-line-starts-subshell.exp: New file.
14560
14561 2014-10-29 Yao Qi <yao@codesourcery.com>
14562
14563 * gdb.base/fileio.exp: Make directories on host.
14564
14565 2014-10-29 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.base/fileio.c (test_write): Close the file.
14568
14569 2014-10-28 Pedro Alves <palves@redhat.com>
14570
14571 PR gdb/12623
14572 * gdb.base/sigstep.c (no_handler): New global.
14573 (main): If 'no_handler is true, set the signal handlers to
14574 SIG_IGN.
14575 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14576 with_sw_watch and no_handler parameters. Handle them.
14577 (top level) <stepping over handler when stopped at a breakpoint
14578 test>: Add a test axis for testing with a software watchpoint, and
14579 another for testing with the signal handler set to SIG_IGN.
14580 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14581 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14582
14583 2014-10-28 Pedro Alves <palves@redhat.com>
14584
14585 PR gdb/17511
14586 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14587 * gdb.base/sigstep.exp (other_handler_location): New global.
14588 (advance): Support stepping into the signal handler, and running
14589 commands while in the handler.
14590 (in_handler_map): New global.
14591 (top level): In the advance test, add combinations for getting
14592 into the handler with stepping commands, and for running commands
14593 in the handler. Add comment descripting the advancei tests.
14594
14595 2014-10-28 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.base/sigstep.exp: Use build_executable instead of
14598 prepare_for_testing.
14599 (top level): Move code that starts GDB, runs to main and creates a
14600 display to ...
14601 (restart): ... this new procedure.
14602 (top level): Move backtrace from signal handler test to ...
14603 (validate_backtrace): ... this new procedure.
14604 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14605 with_test_prefix. Always restart GDB.
14606 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14607 with_test_prefix. Always restart GDB. No need to delete
14608 breakpoints after the test.
14609 (test_skip_handler): Remove prefix parameter.
14610 (skip_over_handler, breakpoint_to_handler)
14611 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14612 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14613 restart GDB. No need to delete breakpoints after the test.
14614 (top level): Use foreach to call the test procedures with
14615 different commands.
14616
14617 2014-10-28 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14620 instead of GNATS numbers.
14621 * gdb.base/sigbpt.exp: Likewise.
14622 * gdb.base/siginfo.exp: Likewise.
14623 * gdb.base/sigstep.exp: Likewise.
14624
14625 2014-10-27 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/sigstep.c (dummy): New global.
14628 (main): Issue a couple writes to the new global.
14629 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14630 procedures.
14631 (skip_over_handler): Use test_skip_handler.
14632 (top level): Call skip_over_handler for stepi and nexti too.
14633 (breakpoint_over_handler): Use test_skip_handler.
14634 (top level): Call breakpoint_over_handler for stepi and nexti too.
14635
14636 2014-10-27 Yao Qi <yao@codesourcery.com>
14637
14638 * gdb.trace/tfile.c (adjust_function_address)
14639 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14640 function descriptor.
14641
14642 2014-10-24 Don Breazeal <donb@codesourcery.com>
14643
14644 * gdb.base/foll-fork.exp (test_follow_fork,
14645 catch_fork_child_follow): Check for updated fork messages emitted
14646 from infrun.c.
14647 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14648 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14649 vfork_and_exec_child_follow_through_step): Check for updated vfork
14650 messages emitted from infrun.c.
14651
14652 2014-10-24 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/corefile.exp: Remove references to ultrix.
14655 * gdb.base/interrupt.exp: Likewise.
14656 * gdb.base/whatis.exp: Likewise.
14657 * gdb.gdb/selftest.exp: Likewise.
14658 * gdb.threads/manythreads.exp: Likewise.
14659 * gdb.threads/print-threads.exp: Likewise.
14660 * gdb.threads/pthreads.exp:: Likewise.
14661 * gdb.threads/schedlock.exp: Likewise.
14662
14663 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14664
14665 * gdb.cp/non-trivial-retval.cc: Add a test case.
14666 * gdb.cp/non-trivial-retval.exp: Add a test.
14667
14668 2014-10-20 Yao Qi <yao@codesourcery.com>
14669
14670 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14671 * gdb.python/py-objfile-script-gdb.py: New file.
14672 * gdb.python/py-objfile-script.exp: Update reference to
14673 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14674 of remote_download. Remove the dest file.
14675
14676 2014-10-20 Yao Qi <yao@codesourcery.com>
14677
14678 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14679 * gdb.base/step-line.exp: Likewise.
14680 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14681 * gdb.dwarf2/dw2-basic.exp: Likewise.
14682 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14683 * gdb.dwarf2/dw2-filename.exp: Likewise.
14684 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14685 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14686 * gdb.dwarf2/dw2-producer.exp: Likewise.
14687 * gdb.dwarf2/mac-fileno.exp: Likewise.
14688 * gdb.python/py-frame-args.exp: Likewise.
14689 * gdb.python/py-framefilter.exp: Likewise.
14690 * gdb.python/py-mi.exp: Likewise.
14691 * gdb.python/py-objfile-script.exp: Likewise
14692 * gdb.python/py-pp-integral.exp: Likewise.
14693 * gdb.python/py-pp-re-notag.exp: Likewise.
14694 * gdb.python/py-prettyprint.exp: Likewise.
14695 * gdb.python/py-section-script.exp: Likewise.
14696 * gdb.python/py-typeprint.exp: Likewise.
14697 * gdb.python/py-xmethods.exp: Likewise.
14698 * gdb.stabs/weird.exp: Likewise.
14699 * gdb.xml/tdesc-regs.exp: Likewise.
14700
14701 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14702
14703 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14704 (out_cu): Use addr_len for the size of addresses.
14705 (out_line): Likewise. Size DW_LNE_set_address instruction
14706 according to addr_len.
14707 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14708 (FUNC): Add START_INSNS to definition.
14709
14710 2014-10-18 Yao Qi <yao@codesourcery.com>
14711
14712 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14713 gdb_has_argv0 return true.
14714 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14715 check [target_info exists noargs], check [gdb_has_argv0]
14716 instead.
14717 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14718 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14719 procedures.
14720
14721 2014-10-17 Doug Evans <dje@google.com>
14722
14723 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14724 event.
14725 * gdb.python/py-events.py: Add clear_objfiles event.
14726
14727 2014-10-17 Doug Evans <dje@google.com>
14728
14729 * gdb.python/py-objfile.exp: Test progspace attribute.
14730
14731 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14732
14733 * gdb.guile/scm-breakpoint.exp: Do not assume any
14734 directory separators when matching source file paths.
14735 * gdb.python/py-breakpoint.exp: Likewise.
14736 * gdb.reverse/break-precsave.exp: Likewise.
14737 * gdb.reverse/break-reverse.exp: Likewise.
14738 * gdb.reverse/consecutive-precsave.exp: Likewise.
14739 * gdb.reverse/finish-precsave.exp: Likewise.
14740 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14741 * gdb.reverse/finish-reverse.exp: Likewise.
14742 * gdb.reverse/i386-precsave.exp: Likewise.
14743 * gdb.reverse/i387-env-reverse.exp: Likewise.
14744 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14745 * gdb.reverse/machinestate-precsave.exp: Likewise.
14746 * gdb.reverse/machinestate.exp: Likewise.
14747 * gdb.reverse/sigall-precsave.exp: Likewise.
14748 * gdb.reverse/solib-precsave.exp: Likewise.
14749 * gdb.reverse/step-precsave.exp: Likewise.
14750 * gdb.reverse/until-precsave.exp: Likewise.
14751 * gdb.reverse/watch-precsave.exp: Likewise.
14752 * gdb.reverse/watch-reverse.exp: Likewise.
14753
14754 2014-10-17 Yao Qi <yao@codesourcery.com>
14755
14756 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14757 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14758
14759 2014-10-17 Pedro Alves <palves@redhat.com>
14760
14761 PR gdb/17471
14762 * gdb.base/bg-execution-repeat.c: New file.
14763 * gdb.base/bg-execution-repeat.exp: New file.
14764
14765 2014-10-17 Pedro Alves <palves@redhat.com>
14766
14767 PR gdb/17300
14768 * gdb.base/continue-all-already-running.c: New file.
14769 * gdb.base/continue-all-already-running.exp: New file.
14770
14771 2014-10-17 Pedro Alves <palves@redhat.com>
14772
14773 PR gdb/17472
14774 * gdb.base/annota-input-while-running.c: New file.
14775 * gdb.base/annota-input-while-running.exp: New file.
14776
14777 2014-10-17 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.base/callfuncs.exp: emove references to osf.
14780 * gdb.base/sigall.exp: Likewise.
14781 * gdb.gdb/selftest.exp: Likewise.
14782 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14783 * gdb.mi/non-stop.c: Likewise.
14784 * gdb.mi/pthreads.c: Likewise.
14785 * gdb.reverse/sigall-precsave.exp: Likewise.
14786 * gdb.reverse/sigall-reverse.exp: Likewise.
14787 * gdb.threads/pthreads.c: Likewise.
14788 * gdb.threads/pthreads.exp: Likewise.
14789
14790 2014-10-17 Yao Qi <yao@codesourcery.com>
14791
14792 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14793 check 'target_info exists noargs'.
14794 (test_command_prompt_position): Likewise.
14795 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14796 Remove "set args".
14797 (progvar_simple_while_test): Likewise.
14798 (progvar_complex_if_while_test): Likewise.
14799 (if_while_breakpoint_command_test): Likewise.
14800 (infrun_breakpoint_command_test): Likewise.
14801 (breakpoint_command_test): Likewise.
14802 (watchpoint_command_test): Likewise.
14803 (bp_deleted_in_command_test): Likewise.
14804 (temporary_breakpoint_commands): Likewise.
14805
14806 2014-10-16 Yao Qi <yao@codesourcery.com>
14807
14808 * gdb.base/remotetimeout.exp: Remove noargs checking.
14809
14810 2014-10-15 Pedro Alves <palves@redhat.com>
14811
14812 PR breakpoints/9649
14813 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14814 * gdb.base/breakpoint-in-ro-region.exp
14815 (probe_target_hardware_step): New procedure.
14816 (top level): Probe hardware stepping and hardware breakpoint
14817 support. Test stepping through a read-only region, with both
14818 "breakpoint auto-hw" on and off and both "always-inserted" on and
14819 off.
14820
14821 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14822
14823 * gdb.dlang/demangle.exp: Update for demangling changes.
14824
14825 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14826
14827 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14828 * gdb.cp/non-trivial-retval.exp: Add new tests.
14829
14830 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14831
14832 PR c++/13403
14833 PR c++/15154
14834 * gdb.cp/non-trivial-retval.cc: New file.
14835 * gdb.cp/non-trivial-retval.exp: New file.
14836
14837 2014-10-15 Yao Qi <yao@codesourcery.com>
14838
14839 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14840 remote host.
14841
14842 2014-10-15 Yao Qi <yao@codesourcery.com>
14843
14844 * gdb.python/py-symbol.exp: Match file base name if host is
14845 remote, otherwise match file name with dir name.
14846 * gdb.python/py-symtab.exp: Likewise.
14847 * gdb.python/python.exp: Likewise.
14848
14849 2014-10-15 Yao Qi <yao@codesourcery.com>
14850
14851 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14852 pattern.
14853 * gdb.python/py-symtab.exp: Likewise.
14854 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14855 locationn.
14856
14857 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14858
14859 * gdb.ada/addr_arith: New testcase.
14860
14861 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14862
14863 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14864 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14865 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14866 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14867
14868 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14869
14870 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14871 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14872 * gdb.arch/stap-eval-lang-ada.exp: New file.
14873
14874 2014-10-14 Yao Qi <yao@codesourcery.com>
14875
14876 * gdb.mi/mi-var-child.c (nothing1): New function.
14877 (nothing2): New function.
14878 (do_children_tests): Set function pointers by nothing1 and
14879 nothing2.
14880 * gdb.mi/mi-var-child.exp: Step over new added statements.
14881 Update test to match the new output.
14882 * gdb.mi/var-cmd.c (nothing1): New function.
14883 (nothing2): New function.
14884 (do_children_tests): Set function pointers by nothing1 and
14885 nothing2.
14886 * gdb.mi/mi-var-display.exp: Update test to match output.
14887 Step to the line specified by $line_dct_nothing.
14888 Increase the number of lines to step.
14889
14890 2014-10-14 Yao Qi <yao@codesourcery.com>
14891
14892 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14893 tests.
14894 * gdb.mi/mi2-var-child.exp: Likewise.
14895
14896 2014-10-13 Doug Evans <dje@google.com>
14897
14898 * gdb.python/py-objfile.exp: Change name of file name test.
14899
14900 2014-10-13 Doug Evans <dje@google.com>
14901
14902 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14903 from the start of the CU.
14904
14905 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14906 Yao Qi <yao@codesourcery.com>
14907
14908 Fix "save breakpoints" for "catch" command.
14909 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14910 Remove -nonewline. Match also the added "main" line.
14911
14912 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14913
14914 Fix "save breakpoints" for "disable $bpnum" command.
14915 * gdb.base/save-bp.c (main): Add label.
14916 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14917
14918 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14919
14920 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14921
14922 2014-10-11 Yao Qi <yao@codesourcery.com>
14923
14924 * gdb.server/server-kill.exp: Execute command
14925 "set remote trace-status-packet on" before "tstatus".
14926
14927 2014-10-11 Yao Qi <yao@codesourcery.com>
14928
14929 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14930 (main): Call getppid.
14931 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14932 and continue to it. Read variable "server_pid".
14933
14934 2014-10-11 Yao Qi <yao@codesourcery.com>
14935
14936 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14937
14938 2014-10-11 Yao Qi <yao@codesourcery.com>
14939
14940 * gdb.threads/thread-find.exp: Don't execute command
14941 "info threads".
14942 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14943 * gdb.threads/linux-dp.exp: Don't check the condition
14944 $threads_created equals to zero.
14945
14946 2014-10-10 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.base/bigcore.exp: Remove references to IRIX.
14949 * gdb.base/funcargs.exp: Likewise.
14950 * gdb.base/interrupt.exp: Likewise.
14951 * gdb.base/mips_pro.exp: Likewise.
14952 * gdb.base/nodebug.exp: Likewise.
14953 * gdb.base/setvar.exp: Likewise.
14954 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14955
14956 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14957 Pedro Alves <palves@redhat.com>
14958
14959 PR symtab/14466
14960 * gdb.base/vdso-warning.c: New file.
14961 * gdb.base/vdso-warning.exp: New file.
14962
14963 2014-10-02 Doug Evans <dje@google.com>
14964
14965 * gdb.base/structs.c (main): Don't run forever.
14966
14967 2014-10-02 Pedro Alves <palves@redhat.com>
14968
14969 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14970 (top level) <stop threads 1, stop threads 2>: Use it.
14971
14972 2014-10-02 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.threads/break-while-running.exp (test): Add new
14975 'update_thread_list' argument. Skip "info threads" if false.
14976 (top level): Add new 'update_thread_list' axis.
14977
14978 2014-10-02 Pedro Alves <palves@redhat.com>
14979
14980 PR breakpoints/17431
14981 * gdb.base/execl-update-breakpoints.c: New file.
14982 * gdb.base/execl-update-breakpoints.exp: New file.
14983
14984 2014-10-01 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.base/breakpoint-in-ro-region.c: New file.
14987 * gdb.base/breakpoint-in-ro-region.exp: New file.
14988
14989 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14990
14991 * gdb.mi/mi-exit-code.exp: New file.
14992 * gdb.mi/mi-exit-code.c: New file.
14993
14994 2014-09-30 Yao Qi <yao@codesourcery.com>
14995
14996 * lib/prelink-support.exp (build_executable_own_libs): Error if
14997 the target isn't native.
14998
14999 2014-09-30 Yao Qi <yao@codesourcery.com>
15000
15001 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15002 false.
15003
15004 2014-09-22 Pedro Alves <palves@redhat.com>
15005
15006 * gdb.threads/break-while-running.exp: New file.
15007 * gdb.threads/break-while-running.c: New file.
15008
15009 2014-09-19 Yao Qi <yao@codesourcery.com>
15010
15011 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15012 Invoke test. Restart GDB with --readnow and invoke test again.
15013
15014 2014-09-19 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15017 proc set_breakpoint_on_gcd_function. Invoke
15018 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15019 invoke set_breakpoint_on_gcd_function again.
15020
15021 2014-09-18 Doug Evans <dje@google.com>
15022
15023 * gdb.dwarf2/symtab-producer.exp: New file.
15024
15025 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15026
15027 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15028 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15029 * gdb.base/global-var-nested-by-dso.c: Likewise.
15030 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15031
15032 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15033 Pedro Alves <palves@redhat.com>
15034
15035 * gdb.base/watch-bitfields.exp: Pass string other than test file
15036 name to prepare_for_testing.
15037 (watch): New procedure.
15038 (expect_watchpoint): Use with_test_prefix.
15039 (top level): Factor out tests to ...
15040 (test_watch_location, test_regular_watch): ... these new
15041 procedures, and use with_test_prefix and gdb_continue_to_end.
15042
15043 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15044
15045 PR breakpoints/12526
15046 * gdb.base/watch-bitfields.exp: New file.
15047 * gdb.base/watch-bitfields.c: New file.
15048
15049 2014-09-16 Pedro Alves <palves@redhat.com>
15050
15051 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15052 software and hardware addresses, not software address against
15053 itself.
15054
15055 2014-09-16 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15058 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15059
15060 2014-09-16 Pedro Alves <palves@redhat.com>
15061
15062 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15063 files.
15064 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15065 "*-*-vxworks*" throughout.
15066 * gdb.base/break.exp: Likewise.
15067 * gdb.base/default.exp: Likewise.
15068 * gdb.base/scope.exp: Likewise.
15069 * gdb.base/sepdebug.exp: Likewise.
15070 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15071 throughout.
15072 * gdb.base/run.c: Likewise.
15073 * gdb.base/sepdebug.c: Likewise.
15074 * gdb.hp/gdb.aCC/run.c: Likewise.
15075 * gdb.reverse/until-reverse.c: Likewise.
15076 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15077
15078 2014-09-16 Yao Qi <yao@codesourcery.com>
15079
15080 * boards/local-remote-host-native.exp: New file.
15081
15082 2014-09-14 Doug Evans <xdje42@gmail.com>
15083
15084 * gdb.threads/queue-signal.c (thread_count): New variable.
15085 (thread_count_mutex, thread_count_condvar): New variables.
15086 (incr_thread_count, wait_all_threads_running): New functions.
15087 (main): Wait for all threads to be in their thread functions.
15088
15089 2014-09-13 Doug Evans <xdje42@gmail.com>
15090
15091 * gdb.threads/queue-signal.c: New file.
15092 * gdb.threads/queue-signal.exp: New file.
15093
15094 2014-09-13 Doug Evans <xdje42@gmail.com>
15095
15096 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15097 be consistent with what default_gdb_init uses.
15098 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15099 the plain text of the prompt. Add some logging printfs.
15100 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15101
15102 2014-09-12 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15105 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15106 * gdb.arch/i386-size-overlap.exp: Likewise.
15107 * gdb.arch/i386-size.exp: Likewise.
15108 * gdb.arch/i386-unwind.exp: Likewise.
15109 * gdb.base/a2-run.exp: Likewise.
15110 * gdb.base/break.exp: Likewise.
15111 * gdb.base/charset.exp: Likewise.
15112 * gdb.base/chng-syms.exp: Likewise.
15113 * gdb.base/commands.exp: Likewise.
15114 * gdb.base/dbx.exp: Likewise.
15115 * gdb.base/find.exp: Likewise.
15116 * gdb.base/funcargs.exp: Likewise.
15117 * gdb.base/jit-simple.exp: Likewise.
15118 * gdb.base/reread.exp: Likewise.
15119 * gdb.base/sepdebug.exp: Likewise.
15120 * gdb.base/step-bt.exp: Likewise.
15121 * gdb.cp/mb-inline.exp: Likewise.
15122 * gdb.cp/mb-templates.exp: Likewise.
15123 * gdb.objc/basicclass.exp: Likewise.
15124 * gdb.threads/killed.exp: Likewise.
15125
15126 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15127
15128 PR tdep/17379
15129 * gdb.arch/powerpc-stackless.S: New file.
15130 * gdb.arch/powerpc-stackless.exp: New file.
15131
15132 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15133
15134 * gdb.base/attach.c: Include unistd.h.
15135 (main): Call alarm. Add label postloop.
15136 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15137 gdb_breakpoint, gdb_continue_to_breakpoint.
15138 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15139
15140 2014-09-11 Pedro Alves <palves@redhat.com>
15141
15142 PR gdb/17347
15143 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15144 * gdb.base/attach.exp (test_command_line_attach_run): New
15145 procedure.
15146 (top level): Call it.
15147
15148 2014-09-11 Pedro Alves <palves@redhat.com>
15149
15150 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15151 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15152 (do_command_attach_tests): Use spawn_wait_for_attach.
15153 * gdb.base/solib-overlap.exp: Likewise.
15154 * gdb.multi/multi-attach.exp: Likewise.
15155 * gdb.python/py-prompt.exp: Likewise.
15156 * gdb.python/py-sync-interp.exp: Likewise.
15157 * gdb.server/ext-attach.exp: Likewise.
15158
15159 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15160
15161 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15162 command in testcase. Simplify testcase.
15163
15164 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15165
15166 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15167
15168 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15169
15170 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15171
15172 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15173
15174 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15175
15176 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15177
15178 * gdb.dwarf2/dynarr-ptr.c: New file.
15179 * gdb.dwarf2/dynarr-ptr.exp: New file.
15180
15181 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15182
15183 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15184 of 30 rather than hardcoding 120 for a slow test case. Take the
15185 `gdb,timeout' target setting into account for this calculation.
15186 Don't extend the timeout for the test cases that don't need it.
15187
15188 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15189
15190 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15191 a factor of 2 for a slow test case. Take the `gdb,timeout'
15192 target setting into account for this calculation.
15193 * gdb.reverse/until-precsave.exp: Increase the timeout by
15194 a factor of 15 and 3 respectively rather than adding 120
15195 for a pair of slow test cases. Take the `gdb,timeout'
15196 target setting into account for this calculation.
15197
15198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15199
15200 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15201 timeout, don't pass one down to gdb_expect.
15202 (gdb_expect): Rework timeout selection.
15203
15204 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15205
15206 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15207 exception on timeout.
15208 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15209 (gdbserver_start_extended): Catch any `gdbserver_start' error
15210 exceptions.
15211 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15212 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15213 `gdbserver_gdb_load' error exceptions.
15214
15215 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15216
15217 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15218 120 on waiting for the TCP socket to open.
15219
15220 2014-09-09 Doug Evans <xdje42@gmail.com>
15221
15222 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15223 _caller_matches, _any_caller_is, _any_caller_matches.
15224
15225 2014-09-09 Doug Evans <xdje42@gmail.com>
15226
15227 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15228
15229 2014-09-09 Yao Qi <yao@codesourcery.com>
15230
15231 * gdb.mi/mi-var-display.exp: Set print symbol off.
15232
15233 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15234
15235 PR gdb/17035
15236 * gdb.base/commands.exp: Add tests to verify user-defined
15237 commands with empty bodies.
15238 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15239 python commands in `show user command`.
15240 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15241 scheme commands in `show user command`.
15242
15243 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15244
15245 PR python/17355
15246 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15247 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15248 * gdb.python/py-framefilter-invalidarg.exp: New file.
15249 * gdb.python/py-framefilter-invalidarg.py: New file.
15250
15251 2014-09-06 Doug Evans <xdje42@gmail.com>
15252
15253 PR 15276
15254 * gdb.python/py-caller-is.c: New file.
15255 * gdb.python/py-caller-is.exp: New file.
15256
15257 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15258
15259 PR gdb/17235
15260 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15261 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15262
15263 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15264
15265 PR fortran/17237
15266 * gdb.fortran/print-formatted.exp: New file.
15267 * gdb.fortran/print-formatted.f90: Likewise.
15268
15269 2014-09-03 Sasha Smundak <asmundak@google.com>
15270
15271 * gdb.python/py-frame.exp: Test Frame.read_register.
15272
15273 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15274
15275 PR python/16699
15276 * gdb.python/py-completion.exp: New file.
15277 * gdb.python/py-completion.py: Likewise.
15278
15279 2014-08-28 Doug Evans <dje@google.com>
15280
15281 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15282 eax,etc. are live with values set by gdb and thus the compiler can't
15283 use them.
15284 * gdb.arch/i386-pseudo.c (main): Ditto.
15285
15286 2014-08-27 Doug Evans <dje@google.com>
15287
15288 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15289
15290 2014-08-25 Doug Evans <dje@google.com>
15291
15292 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15293 (main): Ditto.
15294
15295 2014-08-25 Doug Evans <dje@google.com>
15296
15297 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15298
15299 2014-08-24 Yao Qi <yao@codesourcery.com>
15300
15301 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15302 symbol off.
15303 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15304
15305 2014-08-22 Doug Evans <dje@google.com>
15306
15307 PR 17276
15308 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15309 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15310 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15311
15312 2014-08-22 Yao Qi <yao@codesourcery.com>
15313
15314 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15315 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15316 * gdb.python/python.exp: Likewise. Use .py file on the host
15317 instead of the build.
15318
15319 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15320
15321 * gdb.threads/gcore-stale-thread.c: New file.
15322 * gdb.threads/gcore-stale-thread.exp: New file.
15323
15324 2014-08-21 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15327 * gdb.base/gcore-relro-pie.exp: Likewise.
15328 * gdb.base/gcore-relro.exp: Likewise.
15329 * gdb.base/gcore.exp: Likewise.
15330 * gdb.base/print-symbol-loading.exp: Likewise.
15331 * gdb.threads/gcore-thread.exp: Likewise.
15332 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15333
15334 2014-08-20 Pedro Alves <palves@redhat.com>
15335 Jan Kratochvil <jan.kratochvil@redhat.com>
15336
15337 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15338 configure.
15339 (EXPECT): Handle READ1 being set.
15340 (all): Depend on EXTRA_RULES.
15341 (check-read1, expect-read1, read1.so, read1): New rules.
15342 * README (Testsuite Parameters): Document the READ1 make variable.
15343 (Race detection): New section.
15344 * configure: Regenerate.
15345 * configure.ac: If build==host==target, and running under a
15346 GNU/glibc system, add read1 to the extra Makefile rules.
15347 (EXTRA_RULES): AC_SUBST it.
15348 * lib/read1.c: New file.
15349
15350 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15351
15352 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15353 the handling of variables declared as a typedef to an array
15354 which a DW_AT_data_location attribute.
15355
15356 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15357 Pedro Alves <palves@redhat.com>
15358
15359 PR symtab/14604
15360 PR symtab/14605
15361 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15362 gdb_test.
15363
15364 2014-08-19 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15367
15368 2014-08-19 Yao Qi <yao@codesourcery.com>
15369
15370 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15371 right line.
15372
15373 2014-08-18 David Blaikie <dblaikie@gmail.com>
15374
15375 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15376
15377 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15378
15379 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15380 attribute in array range.
15381
15382 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15383
15384 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15385
15386 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15387
15388 PR c++/17132
15389 * gdb.cp/pr17132.cc: New file.
15390 * gdb.cp/pr17132.exp: New file.
15391
15392 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15393
15394 * gdb.python/py-xmethods.py (A_getarrayind)
15395 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15396 Use 'print' with function call syntax.
15397 (E_method_matcher.match): Fix tab vs space indentation mixup.
15398
15399 2014-08-15 Yao Qi <yao@codesourcery.com>
15400
15401 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15402 false.
15403
15404 2014-08-15 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.cp/casts.exp: Set print symbol off.
15407 * gdb.cp/class2.exp: Likewise.
15408 * gdb.cp/overload.exp: Likewise.
15409 * gdb.cp/templates.exp: Likewise.
15410
15411 2014-08-11 Doug Evans <dje@google.com>
15412
15413 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15414 (test_load_shlib): Update.
15415
15416 2014-08-09 Yao Qi <yao@codesourcery.com>
15417
15418 * gdb.base/display.exp: Invoke is_address_zero_readable.
15419 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15420 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15421 * gdb.base/hbreak-unmapped.exp: Return if
15422 is_address_zero_readable returns true.
15423 * gdb.base/signest.exp: Likewise.
15424 * gdb.base/signull.exp: Likewise.
15425 * gdb.base/sigbpt.exp: Likewise.
15426 * gdb.guile/scm-disasm.exp: Do the test if
15427 is_address_zero_readable returns false.
15428 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15429 * gdb.python/py-arch.exp: Likewise.
15430 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15431 * lib/gdb.exp (is_address_zero_readable): New proc.
15432
15433 2014-08-09 Yao Qi <yao@codesourcery.com>
15434
15435 PR testsuite/13443
15436 * gdb.mi/mi-var-display.exp: Make test messages unique.
15437
15438 2014-08-04 Tom Tromey <tromey@redhat.com>
15439
15440 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15441 target 0".
15442
15443 2014-08-04 Tom Tromey <tromey@redhat.com>
15444
15445 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15446 "target_resume".
15447
15448 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15449
15450 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15451 inner_vla_struct_object_size.
15452 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15453 as xfail.
15454
15455 2014-07-30 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15458 comment.
15459
15460 2014-07-29 Yao Qi <yao@codesourcery.com>
15461
15462 PR gdb/17206
15463 * gdb.base/until-nodebug.exp: New.
15464
15465 2014-07-28 Doug Evans <xdje42@gmail.com>
15466
15467 PR guile/17203
15468 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15469 previously existing parameter, and previously ambiguously spelled
15470 parameter.
15471
15472 2014-07-28 Will Newton <will.newton@linaro.org>
15473
15474 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15475
15476 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15477 Doug Evans <xdje42@gmail.com>
15478
15479 PR guile/17146
15480 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15481
15482 2014-07-25 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.threads/signal-command-handle-nopass.c: New file.
15485 * gdb.threads/signal-command-handle-nopass.exp: New file.
15486 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15487 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15488 * gdb.threads/signal-delivered-right-thread.c: New file.
15489 * gdb.threads/signal-delivered-right-thread.exp: New file.
15490
15491 2014-07-25 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.base/double-prompt-target-event-error.exp
15494 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15495 match.
15496 (cancel_pagination_in_target_event): Rework double prompt
15497 detection.
15498 * gdb.base/paginate-after-ctrl-c-running.exp
15499 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15500 <return>' match.
15501 * gdb.base/paginate-bg-execution.exp
15502 (test_bg_execution_pagination_return)
15503 (test_bg_execution_pagination_cancel): Remove '-notransfer
15504 <return>' matches.
15505 * gdb.base/paginate-execution-startup.exp
15506 (test_fg_execution_pagination_return)
15507 (test_fg_execution_pagination_cancel): Remove '-notransfer
15508 <return>' matches.
15509 * gdb.base/paginate-inferior-exit.exp
15510 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15511 match.
15512 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15513 * lib/gdb.exp (pagination_prompt): Run text through
15514 string_to_regexp.
15515 (gdb_test_multiple): Match $pagination_prompt instead of
15516 "<return>".
15517 (string_to_regexp): Move to lib/gdb-utils.exp.
15518
15519 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15520
15521 * gdb.arch/amd64-entry-value-paramref.S: New file.
15522 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15523 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15524 * gdb.arch/amd64-optimout-repeat.S: New file.
15525 * gdb.arch/amd64-optimout-repeat.c: New file.
15526 * gdb.arch/amd64-optimout-repeat.exp: New file.
15527
15528 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15529
15530 PR gdb/17170
15531 * gdb.base/statistics.exp: New file.
15532
15533 2014-07-17 Doug Evans <dje@google.com>
15534
15535 PR gdb/17170
15536 * gdb.base/maint.exp: Update testing of per-command stats.
15537
15538 2014-07-16 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15541 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15542 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15543 (tfile_write_buf): New functions.
15544 (add_memory_block): Rewrite using the above.
15545 (adjust_function_address): New function.
15546 (FUNCTION_ADDRESS): New macro.
15547 (write_basic_trace_file): Remove short_x local, and use
15548 tfile_write_16. Change type of func_addr local to unsigned long
15549 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15550 here. Cast argument of add_memory_block to char pointer.
15551 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15552 (main): Remove parameters.
15553 * gdb.trace/tfile.exp: Remove nowarnings.
15554
15555 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15556
15557 * gdb.base/debug-expr.exp: Test string evaluation with
15558 "debug expression" on.
15559
15560 2014-07-15 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.base/reread.exp: Use clean_restart.
15563
15564 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15565
15566 * gdb.arch/avr-flash-qualifer.c: New.
15567 * gdb.arch/avr-flash-qualifer.exp: New.
15568
15569 2014-07-14 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15572 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15573
15574 2014-07-14 Pedro Alves <palves@redhat.com>
15575
15576 * gdb.base/double-prompt-target-event-error.c: New file.
15577 * gdb.base/double-prompt-target-event-error.exp: New file.
15578
15579 2014-07-14 Pedro Alves <palves@redhat.com>
15580
15581 PR gdb/17072
15582 * gdb.base/paginate-inferior-exit.c: New file.
15583 * gdb.base/paginate-inferior-exit.exp: New file.
15584
15585 2014-07-14 Pedro Alves <palves@redhat.com>
15586
15587 PR gdb/17072
15588 * gdb.base/paginate-bg-execution.c: New file.
15589 * gdb.base/paginate-bg-execution.exp: New file.
15590
15591 2014-07-14 Pedro Alves <palves@redhat.com>
15592
15593 PR gdb/17072
15594 * gdb.base/paginate-execution-startup.c: New file.
15595 * gdb.base/paginate-execution-startup.exp: New file.
15596 * lib/gdb.exp (pagination_prompt): New global.
15597 (default_gdb_spawn): New procedure, factored out from
15598 default_gdb_spawn.
15599 (default_gdb_start): Adjust to call default_gdb_spawn.
15600 (gdb_spawn): New procedure.
15601
15602 2014-07-14 Pedro Alves <palves@redhat.com>
15603
15604 * lib/gdb.exp (gdb_assert): New procedure.
15605 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15606
15607 2014-07-14 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.base/execution-termios.c: New file.
15610 * gdb.base/execution-termios.exp: New file.
15611
15612 2014-07-14 Tom Tromey <tromey@redhat.com>
15613
15614 * gdb.cp/vla-cxx.cc: New file.
15615 * gdb.cp/vla-cxx.exp: New file.
15616
15617 2014-07-14 Tom Tromey <tromey@redhat.com>
15618
15619 * gdb.reverse/rerun-prec.c: New file.
15620 * gdb.reverse/rerun-prec.exp: New file.
15621
15622 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15623 Maciej W. Rozycki <macro@codesourcery.com>
15624
15625 * lib/gdb-utils.exp: New file.
15626 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15627 inline `gdb_init_command' processing.
15628 (gdb_start_cmd): Likewise.
15629 * lib/mi-support.exp (mi_run_cmd): Likewise.
15630 * README: Document `gdb_init_command' and `gdb_init_commands'.
15631
15632 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15633
15634 Fix false FAIL running under a very long directory name.
15635 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15636 and "set print elements 10000". Twice.
15637
15638 2014-07-11 Yao Qi <yao@codesourcery.com>
15639
15640 * gdb.base/exprs.exp: "set print symbol off".
15641
15642 2014-07-11 Pedro Alves <palves@redhat.com>
15643
15644 * gdb.threads/kill.c: New file.
15645 * gdb.threads/kill.exp: New file.
15646
15647 2014-07-10 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.trace/tfile.c (write_basic_trace_file)
15650 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15651 address written to trace file.
15652
15653 2014-07-09 Pedro Alves <palves@redhat.com>
15654
15655 * gdb.base/attach-wait-input.exp: New file.
15656 * gdb.base/attach-wait-input.c: New file.
15657
15658 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15659
15660 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15661 setting up test structures.
15662 (main): Call new test function.
15663 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15664 test function, continue into test function and walk test
15665 structures.
15666
15667 2014-07-02 Yao Qi <yao@codesourcery.com>
15668
15669 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15670 'bar_start' at the beginning of functions 'foo' and 'bar'
15671 respectively.
15672 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15673 instead of 'foo' and 'bar'.
15674
15675 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15676
15677 * gdb.btrace/segv.exp: New.
15678 * gdb.btrace/segv.c: New.
15679
15680 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15681
15682 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15683 instruction.
15684
15685 2014-06-30 Mark Wielaard <mjw@redhat.com>
15686
15687 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15688 vulture, vilify, villar): New volatile array constants.
15689 (vindictive, vegetation): New const volatile array constants.
15690 * gdb.base/volatile.exp: Test volatile and const volatile array
15691 types.
15692
15693 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15694
15695 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15696 target lacks support for awatch, rwatch, or hbreak.
15697
15698 2014-06-27 Yao Qi <yao@codesourcery.com>
15699
15700 * gdb.multi/dummy-frame-restore.exp: New.
15701 * gdb.multi/dummy-frame-restore.c: New.
15702
15703 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15704
15705 * gdb.btrace/gcore.exp: New.
15706
15707 2014-06-23 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.base/watchpoint-reuse-slot.c: New file.
15710 * gdb.base/watchpoint-reuse-slot.exp: New file.
15711
15712 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15713
15714 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15715 progspace's filename in 'info', 'enable' and 'disable' command
15716 tests.
15717
15718 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15719
15720 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15721 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15722 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15723
15724 2014-06-20 Gary Benson <gbenson@redhat.com>
15725
15726 * gdb.arch/i386-avx.exp: Fix include file location.
15727 * gdb.arch/i386-sse.exp: Likewise.
15728
15729 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15730
15731 * gdb.dlang/expression.exp: New file.
15732
15733 2014-06-19 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15736 out from ...
15737 (top level): ... here. Iterate running tests under different
15738 scheduler-locking settings.
15739
15740 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15741
15742 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15743 to DW_FORM_addr and use non-zero addresses.
15744
15745 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15746
15747 PR gdb/17017
15748 * gdb.python/py-xmethods.cc: Add global function call counters and
15749 increment them in their respective functions. Remove "cout"
15750 statements.
15751 * gdb.python/py-xmethods.exp: Make tests check the global function
15752 call counters instead of depending on inferior IO.
15753
15754 2014-06-18 Don Breazeal <donb@codesourcery.com>
15755
15756 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15757 Deleted procedure.
15758 (explicit_fork_parent_follow): Deleted procedure.
15759 (explicit_fork_child_follow): Deleted procedure.
15760 (test_follow_fork): New procedure.
15761 (do_fork_tests): Replace calls to deleted procedures with
15762 calls to test_follow_fork and reset GDB for subsequent
15763 procedure calls.
15764
15765 2014-06-17 Yao Qi <yao@codesourcery.com>
15766
15767 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15768 CP1252.
15769
15770 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15771
15772 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15773 Initialize ptr and S explicitly.
15774 (skip_type_update_when_not_use_rtti_test): Likewise.
15775
15776 2014-06-16 Keith Seitz <keiths@redhat.com>
15777
15778 PR mi/15863
15779 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15780 the inferior is started.
15781
15782 2014-06-16 Pedro Alves <palves@redhat.com>
15783
15784 * gdb.base/break-main-file-remove-fail.c: New file.
15785 * gdb.base/break-main-file-remove-fail.exp: New file.
15786 * gdb.base/break-unload-file.exp: Use build_executable instead of
15787 prepare_for_testing.
15788 (test_break): New parameter "initial_load". Handle it.
15789 (top level): Add initial_load cmdline/file axis.
15790
15791 2014-06-12 Tom Tromey <tromey@redhat.com>
15792
15793 * gdb.base/completion.exp: Don't use directory name in test.
15794
15795 2014-06-09 Gary Benson <gbenson@redhat.com>
15796
15797 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15798 separate the always-available ANSI-standard signals from the
15799 signals that require checking.
15800 (main): Likewise.
15801 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15802 Likewise.
15803 (main): Likewise.
15804
15805 2014-06-07 Keith Seitz <keiths@redhat.com>
15806
15807 Revert:
15808 PR c++/16253
15809 * gdb.cp/var-tag.cc: New file.
15810 * gdb.cp/var-tag.exp: New file.
15811 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15812 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15813 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15814 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15815
15816 2014-06-06 Doug Evans <xdje42@gmail.com>
15817
15818 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15819
15820 2014-06-06 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15823 in target debug output instead of looking at RSP packets,
15824 disabling the test on any target that uses hardware stepping.
15825 Update comments.
15826
15827 2014-06-06 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/break-unload-file.exp: Fix typo.
15830
15831 2014-06-06 Yao Qi <yao@codesourcery.com>
15832
15833 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15834 from "jit_function" to "^jit_function".
15835
15836 2014-06-06 Yao Qi <yao@codesourcery.com>
15837
15838 * gdb.base/async.c (foo): Add one statement.
15839 * gdb.base/async.exp: Get the next instruction address and
15840 match the output of "nexti" by instruction address. Match
15841 the hex address in the output of "finish".
15842
15843 2014-06-06 Gary Benson <gbenson@redhat.com>
15844
15845 * gdb.base/call-signals.c: Remove preprocessor conditionals
15846 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15847 SIGSEGV and SIGTERM.
15848 * gdb.base/sigall.c: Likewise.
15849 * gdb.base/unwindonsignal.c: Likewise.
15850 * gdb.reverse/sigall-reverse.c: Likewise.
15851
15852 2014-06-06 Yao Qi <yao@codesourcery.com>
15853
15854 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15855 readable, skip the test.
15856
15857 2014-06-06 Yao Qi <yao@codesourcery.com>
15858
15859 * gdb.threads/staticthreads.c (thread_function): Move the line
15860 setting breakpoint on forward.
15861 * gdb.threads/staticthreads.exp: Update comments.
15862
15863 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15864
15865 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15866 "history-append! type error".
15867
15868 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15869
15870 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15871 erroneous dprintf expected input.
15872
15873 2014-06-04 Doug Evans <xdje42@gmail.com>
15874
15875 * gdb.guile/scm-generics.exp: Delete.
15876
15877 2014-06-04 Doug Evans <xdje42@gmail.com>
15878
15879 * gdb.guile/scm-breakpoint.exp: Update.
15880 Add tests for breakpoint registration.
15881
15882 2014-06-04 Tom Tromey <tromey@redhat.com>
15883
15884 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15885 VLA-in-union.
15886 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15887 inner_vla_struct, vla_union types. Initialize objects of those
15888 types and compute their sizes.
15889
15890 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15891 Hui Zhu <hui@codesourcery.com>
15892
15893 * gdb.base/fileio.exp: Add test for shell not available as well as
15894 available.
15895 * gdb.base/fileio.c (test_system): Check for shell twice.
15896
15897 2014-06-04 Yao Qi <yao@codesourcery.com>
15898
15899 * gdb.base/auto-connect-native-target.exp: Remove redundant
15900 space from the regexp pattern.
15901
15902 2014-06-04 Yao Qi <yao@codesourcery.com>
15903
15904 * gdb.base/default.exp: Replace "child" with "native" in
15905 regexp pattern.
15906
15907 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15908
15909 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15910 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15911 * gdb.python/py-xmethods.py: Python script supporting the
15912 new testcase and tests.
15913
15914 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15915 Pedro Alves <palves@redhat.com>
15916
15917 PR breakpoints/17000
15918 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15919 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15920
15921 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15922
15923 * gdb.base/subst.exp: Add tests to verify partial path matching
15924 output.
15925
15926 2014-06-03 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15929 target that doesn't use software single-stepping.
15930
15931 2014-06-03 Pedro Alves <palves@redhat.com>
15932
15933 PR breakpoints/17000
15934 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15935 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15936
15937 2014-06-02 Doug Evans <xdje42@gmail.com>
15938
15939 * gdb.guile/scm-parameter.exp: New file.
15940
15941 2014-06-02 Doug Evans <xdje42@gmail.com>
15942
15943 * gdb.guile/scm-cmd.c: New file.
15944 * gdb.guile/scm-cmd.exp: New file.
15945
15946 2014-06-02 Doug Evans <xdje42@gmail.com>
15947
15948 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15949 pretty-printer lookup.
15950 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15951 (make-pp_s-printer): Call it.
15952 (make-pretty-printer-from-dict): New function.
15953 (lookup-pretty-printer-maker-from-dict): New function.
15954 (*pretty-printer*): Simplify.
15955 (make-objfile-pp_s-printer): New function.
15956 (install-objfile-pretty-printers!): New function.
15957 (make-progspace-pp_s-printer): New function.
15958 (install-progspace-pretty-printers!): New function.
15959 * gdb.guile/scm-progspace.c: New file.
15960 * gdb.guile/scm-progspace.exp: New file.
15961
15962 2014-06-02 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.base/dprintf-bp-same-addr.c: New file.
15965 * gdb.base/dprintf-bp-same-addr.exp: New file.
15966
15967 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15968
15969 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15970 * gdb.arch/powerpc-power.s: Likewise.
15971
15972 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15975
15976 2014-06-01 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.base/watchpoint.exp (test_watch_location): Check null
15979 pointer can be dereferenced. If not, do the test, otherwise
15980 skip it.
15981
15982 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15983
15984 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15985 results.
15986 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15987
15988 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15989
15990 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15991 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15992 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15993 * gdb.arch/amd64-invalid-stack-top.c: New file.
15994 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15995
15996 2014-05-30 Pedro Alves <palves@redhat.com>
15997
15998 PR breakpoints/17000
15999 * gdb.base/sss-bp-on-user-bp.c: New file.
16000 * gdb.base/sss-bp-on-user-bp.exp: New file.
16001
16002 2014-05-30 David Blaikie <dblaikie@gmail.com>
16003
16004 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16005 gnu_inline semantics via attribute.
16006 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16007 source explicitly specifies the required semantics.
16008
16009 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16010
16011 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16012
16013 2014-05-29 Pedro Alves <palves@redhat.com>
16014 Tom Tromey <tromey@redhat.com>
16015
16016 * gdb.base/async-shell.exp: Don't enable target-async.
16017 * gdb.base/async.exp
16018 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16019 parameter. Adjust.
16020 (top level): Don't test with "target-async".
16021 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16022 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16023 * gdb.base/inferior-died.exp: Don't enable target-async.
16024 * gdb.base/interrupt-noterm.exp: Likewise.
16025 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16026 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16027 * gdb.mi/mi-nonstop.exp: Likewise.
16028 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16029 * gdb.mi/mi-nsintrall.exp: Likewise.
16030 * gdb.mi/mi-nsmoribund.exp: Likewise.
16031 * gdb.mi/mi-nsthrexec.exp: Likewise.
16032 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16033 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16034 * gdb.python/py-evsignal.exp: Don't enable target-async.
16035 * gdb.python/py-evthreads.exp: Likewise.
16036 * gdb.python/py-prompt.exp: Likewise.
16037 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16038 * gdb.server/solib-list.exp: Don't enable target-async.
16039 * gdb.threads/thread-specific-bp.exp: Likewise.
16040 * lib/mi-support.exp: Adjust to use mi-async.
16041
16042 2014-05-29 Pedro Alves <palves@redhat.com>
16043
16044 PR gdb/13860
16045 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16046 reason, even in sync mode.
16047
16048 2014-05-29 Pedro Alves <palves@redhat.com>
16049 Hui Zhu <hui@codesourcery.com>
16050
16051 PR PR15693
16052 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16053 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16054 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16055 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16056
16057 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16058
16059 * config/monitor.exp (gdb_target_monitor): Replace use of
16060 "set remotebaud" by "set serial baud".
16061
16062 2014-05-26 Andy Wingo <wingo@igalia.com>
16063
16064 * gdb.guile/scm-breakpoint.exp:
16065 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16066 properties instead of gdb-object-properties.
16067
16068 2014-05-26 Yao Qi <yao@codesourcery.com>
16069
16070 * gdb.server/no-thread-db.exp: Specify source file name
16071 explicitly when setting a breakpoint.
16072
16073 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16074
16075 * gdb.btrace/vdso.c: New.
16076 * gdb.btrace/vdso.exp: New.
16077
16078 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16079
16080 * gdb.base/gcore.exp (capture_command_output): Move ...
16081 * lib/gdb.exp (capture_command_output): ... here.
16082
16083 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16084
16085 * gdb.btrace/data.exp: Test memory access during btrace replay.
16086
16087 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16088
16089 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16090
16091 2014-05-21 Pedro Alves <palves@redhat.com>
16092
16093 PR gdb/13860
16094 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16095 (top level): Test that output related to execution commands is
16096 sent to the console with CLI commands, but not with MI commands.
16097 Test that breakpoint events are always mirrored to the console.
16098 Also expect the new source line to be output after a "next" in
16099 async mode too. Make it a pass/fail test.
16100 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16101 output.
16102 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16103
16104 2014-05-21 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16107 Use them to test variations of "list" after reaching a breakpoint.
16108 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16109 Test "list" with listsize 10 after reaching a breakpoint.
16110 * gdb.python/python.exp (decode_line current location line
16111 number): Adjust expected line number.
16112
16113 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16114
16115 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16116 behavior for $args, pass it directly to "run".
16117
16118 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16119
16120 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16121 30000 to 65536.
16122
16123 2014-05-21 Pedro Alves <palves@redhat.com>
16124
16125 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16126 auto-connect-native-target off".
16127 * gdb.base/auto-connect-native-target.c: New file.
16128 * gdb.base/auto-connect-native-target.exp: New file.
16129
16130 2014-05-21 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/default.exp: Test "target native" instead of "target
16133 child".
16134
16135 2014-05-21 Mark Wielaard <mjw@redhat.com>
16136
16137 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16138
16139 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16140
16141 Fix TLS access for -static -pthread.
16142 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16143 <HAVE_TLS> (thread_function, main): Initialize it.
16144 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16145 Add clean_restart.
16146 <$have_tls != "">: Check TLSVAR.
16147
16148 2014-05-21 Pedro Alves <palves@redhat.com>
16149
16150 * gdb.base/dcache-line-read-error.c: New.
16151 * gdb.base/dcache-line-read-error.exp: New.
16152
16153 2014-05-20 Pedro Alves <palves@redhat.com>
16154
16155 * gdb.base/compare-sections.c: New file.
16156 * gdb.base/compare-sections.exp: New file.
16157
16158 2014-05-20 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.base/break-idempotent.c: New file.
16161 * gdb.base/break-idempotent.exp: New file.
16162
16163 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16164
16165 * gdb.btrace/nohist.exp: New.
16166
16167 2014-05-20 Yao Qi <yao@codesourcery.com>
16168
16169 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16170 gdb.reverse directory and gdb_reverse_timeout exists in board
16171 setting.
16172 * README: Document gdb_reverse_timeout.
16173
16174 2014-05-20 Yao Qi <yao@codesourcery.com>
16175
16176 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16177 'test_file_name'. Treat args as a string instead of a list.
16178 (gdb_init): Rename argument 'args' by 'test_file_name'.
16179
16180 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16181
16182 * gdb.arch/powerpc-power.exp: New file.
16183 * gdb.arch/powerpc-power.s: New file.
16184
16185 2014-05-16 Doug Evans <dje@google.com>
16186
16187 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16188 * gdb.base/completion.exp: Check that all expected files exist
16189 before doing file completion.
16190
16191 2014-05-16 Doug Evans <dje@google.com>
16192
16193 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16194 Update.
16195 (do_syscall_tests_without_xml): Update.
16196
16197 2014-05-16 Pedro Alves <palves@redhat.com>
16198
16199 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16200 instead of "unknown output after running".
16201
16202 2014-05-16 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16205 file1.txt from host at the end.
16206 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16207
16208 2014-05-15 Doug Evans <dje@google.com>
16209
16210 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16211 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16212 loading file. Add test for TU lookup.
16213
16214 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16215
16216 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16217 calling "-exec-arguments" or "set args" before running the
16218 inferior.
16219
16220 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16221
16222 * lib/mi-support.exp (mi_expect_stop): Expect message for
16223 inferiors that exit with non-zero exit code.
16224
16225 2014-05-14 Yao Qi <yao@codesourcery.com>
16226
16227 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16228 match absolute path on remote host.
16229 (test_file_list_exec_source_files): Remove "/" from the
16230 pattern.
16231
16232 2014-05-14 Yao Qi <yao@codesourcery.com>
16233
16234 * boards/local-remote-host-notty.exp (${board}_file): New
16235 proc.
16236
16237 2014-05-07 Kyle McMartin <kyle@redhat.com>
16238
16239 Pushed by Joel Brobecker <brobecker@adacore.com>.
16240 * gdb.arch/aarch64-atomic-inst.c: New file.
16241 * gdb.arch/aarch64-atomic-inst.exp: New file.
16242
16243 2014-05-07 Yao Qi <yao@codesourcery.com>
16244
16245 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16246 in current context" too.
16247
16248 2014-05-05 Keith Seitz <keiths@redhat.com>
16249
16250 * gdb.linespec/ls-dollar.exp: Add test for linespec
16251 file:convenience_variable.
16252
16253 2014-05-05 Yao Qi <yao@codesourcery.com>
16254
16255 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16256 traceframes into tfile and ctf trace files. Read data from
16257 trace file and test collected data.
16258 (gdb_collect_locals_test): Likewise.
16259 (gdb_unavailable_registers_test): Likewise.
16260 (gdb_unavailable_floats): Likewise.
16261 (gdb_collect_globals_test): Likewise.
16262 (top-level): Append "ctf" to trace_file_targets if GDB
16263 supports.
16264
16265 2014-05-05 Yao Qi <yao@codesourcery.com>
16266
16267 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16268 code to ...
16269 (gdb_collect_args_test_1): ... it. New proc.
16270 (gdb_collect_locals_test): Move some code to ...
16271 (gdb_collect_locals_test_1): ... it. New proc.
16272 (gdb_unavailable_registers_test): Move some code to ...
16273 (gdb_unavailable_registers_test_1): ... it. New proc.
16274 (gdb_unavailable_floats): Move some code to ...
16275 (gdb_unavailable_floats_1): ... it. New proc.
16276
16277 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16278
16279 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16280 probes to test for bitness recognition.
16281 * gdb.arch/amd64-stap-optional-prefix.exp
16282 (test_probe_value_without_reg): New procedure.
16283 Add code to test for different kinds of bitness.
16284
16285 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16286
16287 PR breakpoints/16889
16288 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16289 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16290
16291 2014-05-01 Pedro Alves <palves@redhat.com>
16292
16293 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16294 gdb_file_cmd if no file is specified.
16295 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16296 last_loaded_file to set the remote exec-file.
16297
16298 2014-05-01 Pedro Alves <palves@redhat.com>
16299
16300 * boards/local-remote-host.exp: New file.
16301
16302 2014-05-01 Pedro Alves <palves@redhat.com>
16303
16304 * boards/local-remote-host.exp: Rename to ...
16305 * boards/local-remote-host-notty.exp: ... this.
16306
16307 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16308
16309 * gdb.ada/dyn_arrayidx: New testcase.
16310
16311 2014-04-26 Yao Qi <yao@codesourcery.com>
16312
16313 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16314 and compute the length of function main. Save it in
16315 $main_length.
16316 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16317 (top-level): Use gdb_compile to compile objects into
16318 executable and restart GDB. Remove invocation to
16319 prepare_for_testing.
16320
16321 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16322 Pedro Alves <palves@redhat.com>
16323
16324 PR server/16255
16325 * gdb.multi/multi-attach.c: New file.
16326 * gdb.multi/multi-attach.exp: New file.
16327
16328 2014-04-25 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16331 user.
16332 (top level): Test that "set remote conditional-breakpoints-packet
16333 off" works as intended.
16334 * gdb.base/dprintf.exp: Test that "set remote
16335 breakpoint-commands-packet off" works as intended.
16336 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16337 New function.
16338 (top level): Call it.
16339 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16340 remote fast-tracepoints-packet off" works as intended.
16341 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16342 * lib/gdb.exp (gdb_is_target_remote): ... here.
16343
16344 2014-04-24 David Blaikie <dblaikie@gmail.com>
16345
16346 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16347 ensure clang would not discard them.
16348 * gdb.base/gdbvars.c: Ditto.
16349 * gdb.base/memattr.c: Ditto.
16350 * gdb.base/whatis.c: Ditto.
16351 * gdb.python/py-prettyprint.c: Ditto.
16352 * gdb.trace/actions.c: Ditto.
16353 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16354 ensure clang would not discard it.
16355
16356 2014-04-24 David Blaikie <dblaikie@gmail.com>
16357
16358 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16359 clang to emit the full definition of type required by the test
16360 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16361
16362 2014-04-24 David Blaikie <dblaikie@gmail.com>
16363
16364 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16365 coax Clang into emitting the definition of the type.
16366 * gdb.cp/pr10728-x.h (y): Ditto.
16367 * gdb.cp/pr10728-y.cc (y): Ditto.
16368
16369 2014-04-24 David Blaikie <dblaikie@gmail.com>
16370
16371 * gdb.base/label.exp: XFAIL label related tests under Clang.
16372 * gdb.cp/cplabel.exp: Ditto.
16373 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16374 under Clang those using labels.
16375
16376 2014-04-25 Yao Qi <yao@codesourcery.com>
16377
16378 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16379 double_label.
16380 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16381 partial_label and double_label.
16382
16383 2014-04-24 David Blaikie <dblaikie@gmail.com>
16384
16385 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16386
16387 2014-04-24 David Blaikie <dblaikie@gmail.com>
16388
16389 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16390 of the function to work across GCC and Clang.
16391 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16392 pointer types (const void ** const V void **).
16393
16394 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16395 Walfred Tedeschi <walfred.tedeschi@intel.com>
16396
16397 * Makefile.in (EXECUTABLES): Added i386-avx512.
16398 * gdb.arch/i386-avx512.c: New file.
16399 * gdb.arch/i386-avx512.exp: Likewise.
16400
16401 2014-04-23 Keith Seitz <keiths@redhat.com>
16402
16403 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16404 (mi_make_breakpoint_table): New procedure.
16405 (mi_create_breakpoint): Use mi_make_breakpoint
16406 and return the result.
16407 (mi_make_breakpoint): New procedure.
16408 (mi_build_kv_pairs): New procedure.
16409
16410 * gdb.mi/mi-break.exp: Remove unused globals,
16411 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16412 All callers updated.
16413 * gdb.mi/mi-dprintf.exp: Use variable to track command
16414 number.
16415 Update all callers of mi_create_breakpoint and use
16416 mi_make_breakpoint_table.
16417 Remove any unused global variables.
16418 * gdb.mi/mi-nonstop.exp: Likewise.
16419 * gdb.mi/mi-nsintrall.exp: Likewise.
16420 * gdb.mi/mi-nsmoribund.exp: Likewise.
16421 * gdb.mi/mi-nsthrexec.exp: Likewise.
16422 * gdb.mi/mi-reverse.exp: Likewise.
16423 * gdb.mi/mi-simplerun.exp: Likewise.
16424 * gdb.mi/mi-stepn.exp: Likewise.
16425 * gdb.mi/mi-syn-frame.exp: Likewise.
16426 * gdb.mi/mi-until.exp: Likewise.
16427 * gdb.mi/mi-var-cp.exp: Likewise.
16428 * gdb.mi/mi-var-display.exp: Likewise.
16429 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16430 * gdb.mi/mi2-var-child.exp: Likewise.
16431 * gdb.mi/mi-vla-c99.exp: Likewise.
16432 * lib/mi-support.exp: Likewise.
16433
16434 From Ian Lance Taylor <iant@cygnus.com>:
16435 * lib/gdb.exp (parse_args): New procedure.
16436
16437 2014-04-23 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.base/break-unload-file.c: New file.
16440 * gdb.base/break-unload-file.exp: New file.
16441 * gdb.base/sym-file-lib.c (baz): New function.
16442 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16443 field.
16444 (load): Store the segment's mapped size.
16445 (unload): New function.
16446 (unload_shlib): New function.
16447 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16448 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16449 set a breakpoint at baz, and call it.
16450 * gdb.base/sym-file.exp: New tests for stale breakpoint
16451 instructions.
16452
16453 2014-04-23 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16456 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16457 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16458 * gdb.base/hbreak-unmapped.c: New file.
16459 * gdb.base/hbreak-unmapped.exp: New file.
16460 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16461 * lib/gdb.exp (gdb_is_target_remote): ... here.
16462
16463 2014-04-22 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/consecutive-step-over.c: New file.
16466 * gdb.base/consecutive-step-over.exp: New file.
16467
16468 2014-04-22 Pedro Alves <palves@redhat.com>
16469
16470 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16471 instead of send_gdb/gdb_expect.
16472
16473 2014-04-22 Yao Qi <yao@codesourcery.com>
16474
16475 * lib/trace-support.exp (generate_tracefile): New procedure.
16476 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16477 return 0.
16478 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16479 if generate_tracefile returns 1.
16480
16481 2014-04-18 Tom Tromey <palves@redhat.com>
16482 Pedro alves <tromey@redhat.com>
16483
16484 PR backtrace/15558
16485 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16486 with a backtrace limit.
16487 * gdb.python/py-frame-inline.exp: Test running to an inline
16488 function with a backtrace limit, and printing the newest frame.
16489 * gdb.python/py-frame-inline.c (main): Call f.
16490
16491 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16492
16493 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16494
16495 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16496
16497 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16498 Drop prefix from unsupported source file path.
16499
16500 2014-04-17 Yao Qi <yao@codesourcery.com>
16501
16502 * lib/gdb.exp (with_target_charset): New proc.
16503 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16504 with_target_charset.
16505 (test_print_strings): Likewise.
16506 (test_repeat_bytes): Likewise.
16507 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16508 for some tests.
16509
16510 2014-04-16 Keith Seitz <keiths@redhat.com>
16511
16512 PR gdb/15827
16513 * gdb.dwarf2/corrupt.c: New file.
16514 * gdb.dwarf2/corrupt.exp: New file.
16515
16516 2014-04-16 Keith Seitz <keiths@redhat.com>
16517
16518 PR c++/16597
16519 * gdb.cp/namelessclass.cc: New file.
16520 * gdb.cp/namelessclass.exp: New file.
16521 * gdb.cp/namelessclass.S: New file.
16522
16523 2014-04-16 Doug Evans <dje@google.com>
16524
16525 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16526 Add comment.
16527 (gdbserver_default_get_comm_port): New function.
16528 (gdbserver_start): Check if board file provided
16529 "gdbserver,get_comm_port" and use it if so.
16530 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16531 (gdb,socketport): Set to "stdio".
16532 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16533 (stdio_gdbserver_template): Delete.
16534 (${board}_get_remote_address): Update.
16535 (${board}_build_remote_cmd): Delete.
16536 (${board}_get_comm_port): New function.
16537 (${board}_spawn): Update.
16538 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16539 Delete.
16540 (${board}_get_remote_address): Update.
16541 (${board}_get_comm_port): New function.
16542
16543 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16544
16545 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16546 appearing in any order.
16547
16548 2014-04-15 Doug Evans <dje@google.com>
16549
16550 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16551 uninitialized value of "description".
16552
16553 2014-04-15 Keith Seitz <keiths@redhat.com>
16554
16555 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16556 Remove unused globals.
16557 (test_running_the_program): Likewise.
16558 (test_controlled_execution): Likewise.
16559 (test_controlling_breakpoints): Likewise.
16560 (test_program_termination): Likewise.
16561
16562 2014-04-15 Keith Seitz <keiths@redhat.com>
16563
16564 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16565 unused globals.
16566 (test_rbreak_creation_and_listing): Likewise.
16567 (test_ignore_count): Likewise.
16568 (test_error): Likewise.
16569
16570 2014-04-15 Pedro Alves <palves@redhat.com>
16571
16572 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16573 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16574 sym-file-loader.c.
16575 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16576 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16577 to sym-file-loader.c.
16578 (struct library): Forward declare.
16579 (load_shlib, lookup_function): Change prototypes.
16580 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16581 (translate_offset): Remove declarations.
16582 (get_text_addr): New declaration.
16583 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16584 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16585 sym-file-loader.h.
16586 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16587 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16588 here from sym-file-loader.h.
16589 (struct library): New structure.
16590 (load_shlib, lookup_function): Change prototypes and adjust to
16591 work with a struct library.
16592 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16593 (translate_offset): Make static.
16594 (get_text_addr): New function.
16595 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16596
16597 2014-04-15 Pedro Alves <palves@redhat.com>
16598
16599 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16600
16601 2014-04-15 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/sym-file-loader.c: Include <limits.h>.
16604 (SELF_LINK): New define.
16605 (get_origin): New function.
16606 (load_shlib): Use it.
16607 * gdb.base/sym-file.exp: Don't early return if the target is
16608 remote. Use runto_main, and issue fail is that fails. Use
16609 gdb_load_shlibs.
16610 (shlib_name): Delete.
16611 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16612
16613 2014-04-15 Pedro Alves <palves@redhat.com>
16614
16615 * gdb.base/sym-file.exp: Remove regex characters from test
16616 message. Don't refer to breakpoint numbers in test messages.
16617
16618 2014-04-14 Keith Seitz <keiths@redhat.com>
16619
16620 PR c++/16253
16621 * gdb.cp/var-tag.cc: New file.
16622 * gdb.cp/var-tag.exp: New file.
16623 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16624 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16625 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16626 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16627
16628 2014-04-14 Tom Tromey <tromey@redhat.com>
16629
16630 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16631 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16632 type.
16633 * gdb.cp/enum-class.exp: New file.
16634 * gdb.cp/enum-class.cc: New file.
16635
16636 2014-04-14 Tom Tromey <tromey@redhat.com>
16637
16638 * gdb.dwarf2/enum-type.exp: New file.
16639
16640 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16641
16642 * gdb.mi/mi-vla-c99.exp: New file.
16643 * gdb.mi/vla.c: New file.
16644
16645 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16646
16647 * gdb.base/vla-datatypes.c: New file.
16648 * gdb.base/vla-datatypes.exp: New file.
16649
16650 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16651
16652 * gdb.base/vla-ptr.c: New file.
16653 * gdb.base/vla-ptr.exp: New file.
16654
16655 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16656
16657 * gdb.dwarf2/count.exp: New file.
16658
16659 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16660
16661 * gdb.base/vla-sideeffect.c: New file.
16662 * gdb.base/vla-sideeffect.exp: New file.
16663
16664 2014-04-14 David Blaikie <dblaikie@gmail.com>
16665
16666 * gdb.mi/non-stop.c: Add return value for non-void function return
16667 statement.
16668 * gdb.threads/staticthreads.c: Ditto.
16669
16670 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16671 Doug Evans <xdje42@gmail.com>
16672
16673 * gdb.guile/scm-value.c: Improve test case.
16674 * gdb.guile/scm-value.exp: Add new test.
16675
16676 2014-04-11 David Blaikie <dblaikie@gmail.com>
16677
16678 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16679 override Clang's default.
16680
16681 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16682
16683 Revert the following changes (regressions):
16684
16685 * gdb.base/vla-sideeffect.c: New file.
16686 * gdb.base/vla-sideeffect.exp: New file.
16687
16688 * gdb.dwarf2/count.exp: New file.
16689
16690 * gdb.base/vla-multi.c: New file.
16691 * gdb.base/vla-multi.exp: New file.
16692
16693 * gdb.base/vla-ptr.c: New file.
16694 * gdb.base/vla-ptr.exp: New file.
16695
16696 * gdb.base/vla-datatypes.c: New file.
16697 * gdb.base/vla-datatypes.exp: New file.
16698
16699 * gdb.mi/mi-vla-c99.exp: New file.
16700 * gdb.mi/vla.c: New file.
16701
16702 2014-04-11 Keith Seitz <keiths@redhat.com>
16703
16704 PR c++/16675
16705 * gdb.cp/cpsizeof.exp: New file.
16706 * gdb.cp/cpsizeof.cc: New file.
16707
16708 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16709
16710 * gdb.mi/mi-vla-c99.exp: New file.
16711 * gdb.mi/vla.c: New file.
16712
16713 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16714
16715 * gdb.base/vla-datatypes.c: New file.
16716 * gdb.base/vla-datatypes.exp: New file.
16717
16718 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16719
16720 * gdb.base/vla-ptr.c: New file.
16721 * gdb.base/vla-ptr.exp: New file.
16722
16723 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16724
16725 * gdb.base/vla-multi.c: New file.
16726 * gdb.base/vla-multi.exp: New file.
16727
16728 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16729
16730 * gdb.dwarf2/count.exp: New file.
16731
16732 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16733
16734 * gdb.base/vla-sideeffect.c: New file.
16735 * gdb.base/vla-sideeffect.exp: New file.
16736
16737 2014-04-11 Yao Qi <yao@codesourcery.com>
16738
16739 * gdb.base/completion.exp: Check file exists before running tests
16740 on file completion.
16741
16742 2014-04-10 Pedro Alves <palves@redhat.com>
16743
16744 * gdb.base/cond-eval-mode.c: New file.
16745 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16746 prepare_for_testing to build the new file. Check result of
16747 runto_main.
16748 (test_break, test_watch): New procedures.
16749 (top level): Use them.
16750
16751 2014-04-08 Pierre Muller <muller@sourceware.org>
16752
16753 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16754 Ctrl-V use for mingw hosts.
16755
16756 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16757
16758 * gdb.python/py-value.c: Improve test case.
16759 * gdb.python/py-value.exp: Add new test.
16760
16761 2014-04-07 David Blaikie <dblaikie@gmail.com>
16762
16763 * lib/compiler.c: Identify the clang compiler.
16764 * lib/compiler.cc: Ditto.
16765
16766 2014-04-03 Yao Qi <yao@codesourcery.com>
16767
16768 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16769
16770 2014-04-01 Anton Blanchard <anton@samba.org>
16771
16772 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16773 messages unique.
16774
16775 2014-04-01 Anton Blanchard <anton@samba.org>
16776
16777 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16778 prepare_for_testing.
16779
16780 2014-04-01 Anton Blanchard <anton@samba.org>
16781
16782 * gdb.arch/ppc64-atomic-inst.c: Remove.
16783 * gdb.arch/ppc64-atomic-inst.S: New file.
16784 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16785
16786 2014-03-31 Doug Evans <dje@google.com>
16787
16788 * gdb.base/print-symbol-loading-lib.c: New file.
16789 * gdb.base/print-symbol-loading-main.c: New file.
16790 * gdb.base/print-symbol-loading.exp: New file.
16791
16792 2014-03-31 Yao Qi <yao@codesourcery.com>
16793
16794 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16795
16796 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.ada/mi_dyn_arr: New testcase.
16799
16800 2014-03-27 Doug Evans <dje@google.com>
16801
16802 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16803
16804 2014-03-27 Yao Qi <yao@codesourcery.com>
16805
16806 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16807 if target is nios2-*-*.
16808
16809 2014-03-26 Yao Qi <yao@codesourcery.com>
16810
16811 * lib/gdb.exp (readline_is_used): New proc.
16812 * gdb.base/completion.exp: Move tests on command complete up.
16813 Skip the rest of tests if readline is not used.
16814 * gdb.ada/complete.exp: Skp the test if readline is not
16815 used.
16816 * gdb.base/filesym.exp: Likewise.
16817 * gdb.base/macscp.exp: Likewise.
16818 * gdb.base/readline-ask.exp: Likewise.
16819 * gdb.base/readline.exp: Likewise.
16820 * gdb.python/py-cmd.exp: Likewise.
16821 * gdb.trace/tfile.exp: Likewise.
16822
16823 2014-03-26 Yao Qi <yao@codesourcery.com>
16824
16825 * gdb.base/macscp.exp: Fix code format issues.
16826
16827 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16828
16829 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16830 * gdb.asm/powerpc64le.inc: New file.
16831
16832 2014-03-25 Pedro Alves <palves@redhat.com>
16833 Doug Evans <dje@google.com>
16834
16835 * gdb.base/source-execution.c: New file.
16836 * gdb.base/source-execution.exp: New file.
16837 * gdb.base/source-execution.gdb: New file.
16838
16839 2014-03-24 Doug Evans <dje@google.com>
16840
16841 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16842 using fission.
16843
16844 2014-03-24 Hui Zhu <hui@codesourcery.com>
16845 Pedro Alves <palves@redhat.com>
16846
16847 PR breakpoints/16101
16848 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16849 test pass/fail messages. Detect missing support for dprintf when
16850 breakpoints are actually inserted.
16851 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16852 breakpoints are actually inserted.
16853 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16854 fails.
16855
16856 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16857
16858 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16859
16860 2014-03-22 Doug Evans <xdje42@gmail.com>
16861
16862 * gdb.python/python.exp (python not supported): Verify multi-line
16863 python command issues an error.
16864 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16865 guile command issues an error.
16866
16867 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16868
16869 * gdb.threads/thread-specific.exp: Handle the lack of usable
16870 $this_breakpoint and $this_thread.
16871
16872 2014-03-21 Hui Zhu <hui@codesourcery.com>
16873
16874 * gdb.base/attach.exp (do_command_attach_tests): New.
16875
16876 2014-03-20 Tom Tromey <tromey@redhat.com>
16877 Pedro Alves <palves@redhat.com>
16878
16879 PR cli/15718
16880 * gdb.base/condbreak-call-false.c: New file.
16881 * gdb.base/condbreak-call-false.exp: New file.
16882
16883 2014-03-20 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16886 Delete.
16887 (block_signals, unblock_signals): Delete.
16888 (child_function_2, main): Remove references to deleted variable
16889 and functions.
16890
16891 2014-03-20 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16894 Use pthread_kill to signal thread 2.
16895 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16896 Adjust to make the test send itself a signal rather than using the
16897 host's "kill" command.
16898
16899 2014-03-20 Pedro Alves <palves@redhat.com>
16900
16901 * gdb.threads/multiple-step-overs.c: New file.
16902 * gdb.threads/multiple-step-overs.exp: New file.
16903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16904 Adjust expected infrun debug output.
16905
16906 2014-03-20 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16909 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16910
16911 2014-03-20 Pedro Alves <palves@redhat.com>
16912
16913 PR breakpoints/7143
16914 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16915 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16916 of gdb_test_multiple.
16917 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16918 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16919
16920 2014-03-20 Pedro Alves <palves@redhat.com>
16921
16922 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16923 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16924
16925 2014-03-19 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.base/async.exp: Remove early return.
16928
16929 2014-03-19 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16932
16933 2014-03-19 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.base/async.exp (test_background): Expect \r\n after
16936 "completed." in the fail pattern.
16937
16938 2014-03-19 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.base/async.exp (test_background): New procedure.
16941 Use it for all background execution command tests.
16942
16943 2014-03-19 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.base/async.exp: Use prepare_for_testing.
16946
16947 2014-03-19 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16950 the same line.
16951
16952 2014-03-19 Pedro Alves <palves@redhat.com>
16953
16954 * gdb.base/async.c (main): Add "jump here" and "until here" line
16955 marker comments.
16956 * gdb.base/async.exp (jump_here): New global.
16957 (jump& test): Use it.
16958 (until_here): New global.
16959 (until& test): Use it.
16960
16961 2014-03-19 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/async.exp: Don't frob gdb_protocol.
16964
16965 2014-03-18 Doug Evans <xdje42@gmail.com>
16966
16967 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16968 Fix spelling of exec-done-display.
16969
16970 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16971
16972 PR gdb/15358
16973 * gdb.base/gdb-sigterm.c: New file.
16974 * gdb.base/gdb-sigterm.exp: New file.
16975
16976 2014-03-18 Pedro Alves <palves@redhat.com>
16977
16978 PR gdb/13860
16979 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16980 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16981 solib-event.
16982
16983 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16984
16985 * gdb.ada/pckd_arr_ren: New testcase.
16986
16987 2014-03-13 Doug Evans <xdje42@gmail.com>
16988
16989 PR guile/16612
16990 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16991 collect after discarding symbols.
16992
16993 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16994 Doug Evans <xdje42@gmail.com>
16995
16996 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16997 to history survives a gc.
16998
16999 2014-03-13 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.base/default.exp: Don't test "target procfs".
17002
17003 2014-03-13 Pedro Alves <palves@redhat.com>
17004
17005 * gdb.base/default.exp: Update "target child" and "target procfs"
17006 tests to not expect "Unix".
17007
17008 2014-03-12 Tom Tromey <tromey@redhat.com>
17009
17010 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17011 New procs. Add target-async tests.
17012 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17013 Add target-async tests.
17014
17015 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17016
17017 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17018 'func_start' and 'func_end' for the beginning and end of the
17019 function code, respectively.
17020 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17021 'func_end' instead of 'func' and 'main'.
17022
17023 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17024
17025 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17026 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17027 generate the debug info assembler source.
17028
17029 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17030
17031 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17032 * gdb.dwarf2/arr-subrange.exp: Likewise.
17033 * gdb.dwarf2/dwz.exp: Likewise.
17034 * gdb.dwarf2/method-ptr.exp: Likewise.
17035 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17036 * gdb.dwarf2/subrange.exp: Likewise.
17037 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17038 * gdb.dwarf2/implptrpiece.exp: Likewise.
17039 * gdb.dwarf2/nostaticblock.exp: Likewise.
17040
17041 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17042
17043 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17044 directory to absolute path name arguments.
17045
17046 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17047
17048 * gdb.ada/tagged_access: New testcase.
17049
17050 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17051
17052 * gdb.btrace/data.exp: Update expected output.
17053
17054 2014-03-06 Yao Qi <yao@codesourcery.com>
17055
17056 * gdb.trace/pr16508.exp: New file.
17057
17058 2014-03-05 Pedro Alves <palves@redhat.com>
17059
17060 PR gdb/16575
17061 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17062 procedure.
17063 (top level): Adjust to use it. Add tests that exercise breakpoint
17064 interaction with the code-cache.
17065
17066 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17067
17068 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17069 test for 'history-append!'.
17070
17071 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17072
17073 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17074 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17075 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17076 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17077 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17078 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17079
17080 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17081
17082 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17083 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17084 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17085
17086 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17087
17088 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17089
17090 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17091
17092 * gdb.dwarf2/arr-stride.c: New file.
17093 * gdb.dwarf2/arr-stride.exp: New file.
17094
17095 2014-02-26 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17098 that won't ever trigger. Make sure that GDB reports the correct
17099 breakpoint that caused the stop.
17100
17101 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17102
17103 PR gdb/16626
17104 * gdb.base/auto-load-script: New file.
17105 * gdb.base/auto-load.c: New file.
17106 * gdb.base/auto-load.exp: New file.
17107
17108 PR gdb/16626
17109 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17110
17111 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17112
17113 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17114 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17115
17116 2014-02-24 Doug Evans <dje@google.com>
17117
17118 * lib/gdb.exp (run_on_host): Log error output if program fails.
17119
17120 2014-02-21 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.threads/step-after-sr-lock.c: Rename to ...
17123 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17124 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17125 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17126 ... this.
17127
17128 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17129
17130 PR tdep/16397
17131 * gdb.arch/amd64-stap-special-operands.exp: New file.
17132 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17133 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17134 * gdb.arch/amd64-stap-triplet.S: Likewise.
17135 * gdb.arch/amd64-stap-triplet.c: Likewise.
17136
17137 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17138
17139 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17140 in .section pseudo-op.
17141
17142 2014-02-20 lin zuojian <manjian2006@gmail.com>
17143 Joel Brobecker <brobecker@adacore.com>
17144 Doug Evans <xdje42@gmail.com>
17145
17146 PR symtab/16581
17147 * gdb.dwarf2/dw2-icycle.S: New file.
17148 * gdb.dwarf2/dw2-icycle.c: New file.
17149 * gdb.dwarf2/dw2-icycle.exp: New file.
17150
17151 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17152
17153 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17154 operations on gdb.Value objects.
17155 * gdb.python/py-value-cc.exp: Add new test to test operations on
17156 gdb.Value objects.
17157
17158 2014-02-18 Doug Evans <dje@google.com>
17159
17160 * Makefile.in (TESTS): New variable.
17161 (expanded_tests, expanded_tests_or_none): New variables
17162 (check-single): Pass $(expanded_tests_or_none) to runtest.
17163 (check-parallel): Only run tests in $(TESTS) if non-empty.
17164 (check/no-matching-tests-found): New rule.
17165 * README: Document TESTS makefile variable.
17166
17167 2014-02-18 Doug Evans <dje@google.com>
17168
17169 * Makefile.in (check-parallel): rm -rf outputs temp.
17170
17171 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17172
17173 Fix "ERROR: no fileid for" in the testsuite.
17174 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17175
17176 2014-02-12 Doug Evans <dje@google.com>
17177
17178 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17179 (MISCELLANEOUS): New variable.
17180 (clean): rm -rf $(MISCELLANEOUS).
17181 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17182 dwp live in the same directory as symlinks, with each symlink pointed
17183 to a differently named file in a different directory.
17184
17185 2014-02-11 Doug Evans <dje@google.com>
17186
17187 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17188 of Tcl file commands.
17189
17190 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17191
17192 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17193 "kill -SIGUSR1 -1".
17194
17195 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17196
17197 * gdb.ada/tick_length_array_enum_idx: New testcase.
17198
17199 2014-02-10 Doug Evans <xdje42@gmail.com>
17200
17201 * configure.ac (AC_OUTPUT): Add gdb.guile.
17202 * configure: Regenerate.
17203 * lib/gdb-guile.exp: New file.
17204 * lib/gdb.exp (get_target_charset): New function.
17205 * gdb.base/help.exp: Update expected output from "apropos apropos".
17206 * gdb.guile/Makefile.in: New file.
17207 * gdb.guile/guile.exp: New file.
17208 * gdb.guile/scm-arch.c: New file.
17209 * gdb.guile/scm-arch.exp: New file.
17210 * gdb.guile/scm-block.c: New file.
17211 * gdb.guile/scm-block.exp: New file.
17212 * gdb.guile/scm-breakpoint.c: New file.
17213 * gdb.guile/scm-breakpoint.exp: New file.
17214 * gdb.guile/scm-disasm.c: New file.
17215 * gdb.guile/scm-disasm.exp: New file.
17216 * gdb.guile/scm-equal.c: New file.
17217 * gdb.guile/scm-equal.exp: New file.
17218 * gdb.guile/scm-error.exp: New file.
17219 * gdb.guile/scm-error.scm: New file.
17220 * gdb.guile/scm-frame-args.c: New file.
17221 * gdb.guile/scm-frame-args.exp: New file.
17222 * gdb.guile/scm-frame-args.scm: New file.
17223 * gdb.guile/scm-frame-inline.c: New file.
17224 * gdb.guile/scm-frame-inline.exp: New file.
17225 * gdb.guile/scm-frame.c: New file.
17226 * gdb.guile/scm-frame.exp: New file.
17227 * gdb.guile/scm-generics.exp: New file.
17228 * gdb.guile/scm-gsmob.exp: New file.
17229 * gdb.guile/scm-iterator.c: New file.
17230 * gdb.guile/scm-iterator.exp: New file.
17231 * gdb.guile/scm-math.c: New file.
17232 * gdb.guile/scm-math.exp: New file.
17233 * gdb.guile/scm-objfile-script-gdb.in: New file.
17234 * gdb.guile/scm-objfile-script.c: New file.
17235 * gdb.guile/scm-objfile-script.exp: New file.
17236 * gdb.guile/scm-objfile.c: New file.
17237 * gdb.guile/scm-objfile.exp: New file.
17238 * gdb.guile/scm-ports.exp: New file.
17239 * gdb.guile/scm-pretty-print.c: New file.
17240 * gdb.guile/scm-pretty-print.exp: New file.
17241 * gdb.guile/scm-pretty-print.scm: New file.
17242 * gdb.guile/scm-section-script.c: New file.
17243 * gdb.guile/scm-section-script.exp: New file.
17244 * gdb.guile/scm-section-script.scm: New file.
17245 * gdb.guile/scm-symbol.c: New file.
17246 * gdb.guile/scm-symbol.exp: New file.
17247 * gdb.guile/scm-symtab-2.c: New file.
17248 * gdb.guile/scm-symtab.c: New file.
17249 * gdb.guile/scm-symtab.exp: New file.
17250 * gdb.guile/scm-type.c: New file.
17251 * gdb.guile/scm-type.exp: New file.
17252 * gdb.guile/scm-value-cc.cc: New file.
17253 * gdb.guile/scm-value-cc.exp: New file.
17254 * gdb.guile/scm-value.c: New file.
17255 * gdb.guile/scm-value.exp: New file.
17256 * gdb.guile/source2.scm: New file.
17257 * gdb.guile/types-module.cc: New file.
17258 * gdb.guile/types-module.exp: New file.
17259
17260 2014-02-10 Yao Qi <yao@codesourcery.com>
17261
17262 PR testsuite/16543
17263 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17264 * configure: Regenerated.
17265 * Makefile.in: New file.
17266
17267 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17268
17269 * gdb.python/py-framefilter.exp: Fix typo.
17270
17271 2014-02-08 Yao Qi <yao@codesourcery.com>
17272
17273 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17274 that no =breakpoint-modified is emitted when breakpoints are
17275 modified through MI commands.
17276
17277 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17278 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.threads/step-after-sr-lock.c: New file.
17281 * gdb.threads/step-after-sr-lock.exp: New file.
17282
17283 2014-02-07 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17286
17287 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17288
17289 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17290 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17291
17292 2014-02-06 Doug Evans <xdje42@gmail.com>
17293
17294 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17295 output.
17296
17297 * gdb.gdb/python-interrupts.exp: New file.
17298
17299 2014-02-05 Yao Qi <yao@codesourcery.com>
17300
17301 * gdb.trace/report.exp (use_collected_data): Test the output
17302 of "info threads" and "info inferiors".
17303
17304 2014-02-05 Yao Qi <yao@codesourcery.com>
17305
17306 Revert this patch:
17307
17308 2013-05-24 Yao Qi <yao@codesourcery.com>
17309
17310 * gdb.trace/tfile.exp: Test inferior and thread.
17311
17312 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17313
17314 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17315 on a function.
17316 * gdb.base/step-bt.c: Call hello via function pointer to make
17317 sure its first instruction is executed on powerpc64le-linux.
17318
17319 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17320
17321 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17322
17323 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17324
17325 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17326 of the test patterns for use on little-endian systems.
17327
17328 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17329
17330 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17331 (decimal_vector): Fix for little-endian.
17332
17333 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17334
17335 * gdb.arch/sparc-sysstep.exp: New file.
17336 * gdb.arch/sparc-sysstep.c: Likewise.
17337
17338 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17339
17340 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17341
17342 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17343
17344 2014-01-23 Tom Tromey <tromey@redhat.com>
17345
17346 * gdb.ada/array_char_idx: New testcase.
17347
17348 2014-01-23 Tom Tromey <tromey@redhat.com>
17349
17350 PR python/16487:
17351 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17352 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17353 classes.
17354
17355 2014-01-23 Tom Tromey <tromey@redhat.com>
17356
17357 PR python/16491:
17358 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17359 string from an inferior frame.
17360 * gdb.python/py-framefilter-mi.exp: Update.
17361
17362 2014-01-22 Doug Evans <dje@google.com>
17363
17364 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17365
17366 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17367
17368 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17369
17370 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17371
17372 * gdb.trace/entry-values.exp: Remove excess space character from
17373 regex patterns. Handle s390 call instruction.
17374
17375 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17376
17377 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17378 define "*_start" label. Make "name" static.
17379 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17380 ${name} by references to ${name}_start.
17381
17382 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17383
17384 * gdb.base/info-macros.exp: Remove "debug" from the compile
17385 options.
17386
17387 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17388
17389 * gdb.dlang/demangle.exp: New file.
17390
17391 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17392
17393 * gdb.dlang/primitive-types.exp: New file.
17394
17395 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17396
17397 * configure.ac: Create gdb.dlang/Makefile.
17398 * configure: Regenerate.
17399 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17400 * gdb.dlang/Makefile.in: New file.
17401 * lib/d-support.exp: New file.
17402 * lib/gdb.exp (skip_d_tests): New proc.
17403
17404 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17405
17406 * gdb.btrace/delta.exp: Check reverse stepi.
17407 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17408 * gdb.btrace/finish.exp: New.
17409 * gdb.btrace/next.exp: New.
17410 * gdb.btrace/nexti.exp: New.
17411 * gdb.btrace/record_goto.c: Add comments.
17412 * gdb.btrace/step.exp: New.
17413 * gdb.btrace/stepi.exp: New.
17414 * gdb.btrace/multi-thread-step.c: New.
17415 * gdb.btrace/multi-thread-step.exp: New.
17416 * gdb.btrace/rn-dl-bind.c: New.
17417 * gdb.btrace/rn-dl-bind.exp: New.
17418 * gdb.btrace/data.c: New.
17419 * gdb.btrace/data.exp: New.
17420 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17421
17422 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17423
17424 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17425 * gdb.btrace/exception.exp: Update.
17426 * gdb.btrace/instruction_history.exp: Update.
17427 * gdb.btrace/record_goto.exp: Update.
17428 * gdb.btrace/tailcall.exp: Update.
17429 * gdb.btrace/unknown_functions.exp: Update.
17430 * gdb.btrace/delta.exp: New.
17431
17432 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17433
17434 * gdb.btrace/record_goto.exp: Add backtrace test.
17435 * gdb.btrace/tailcall.exp: Add backtrace test.
17436
17437 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17438
17439 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17440 * gdb.btrace/record_goto.c: New.
17441 * gdb.btrace/record_goto.exp: New.
17442 * gdb.btrace/x86-record_goto.S: New.
17443
17444 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17445
17446 * gdb.btrace/function_call_history.exp: Update tests.
17447 * gdb.btrace/instruction_history.exp: Update tests.
17448
17449 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17450
17451 * gdb.btrace/function_call_history.exp: Fix expected field
17452 order for "record function-call-history".
17453 Add new tests for "record function-call-history /c".
17454 * gdb.btrace/exception.cc: New.
17455 * gdb.btrace/exception.exp: New.
17456 * gdb.btrace/tailcall.exp: New.
17457 * gdb.btrace/x86-tailcall.S: New.
17458 * gdb.btrace/x86-tailcall.c: New.
17459 * gdb.btrace/unknown_functions.c: New.
17460 * gdb.btrace/unknown_functions.exp: New.
17461 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17462
17463 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17464
17465 * gdb.btrace/instruction_history.exp: Update.
17466 * gdb.btrace/function_call_history.exp: Update.
17467
17468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17469
17470 * gdb.btrace/function_call_history.exp: Fix expected function
17471 trace.
17472 * gdb.btrace/instruction_history.exp: Initialize traced.
17473 Remove traced_functions.
17474
17475 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17476
17477 * gdb.btrace/function_call_history.exp: Update
17478 * gdb.btrace/instruction_history.exp: Update.
17479
17480 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17481
17482 * gdb.btrace/enable.exp: Update expected text.
17483
17484 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17485
17486 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17487 bytes.
17488
17489 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17490
17491 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17492
17493 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17494
17495 * lib/gdb.exp (supports_process_record): Return true for
17496 arm*-linux*. (supports_reverse): Likewise.
17497
17498 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17499
17500 PR python/15464
17501 PR python/16113
17502 * gdb.python/py-type.c: Enhance test case.
17503 * gdb.python/py-value-cc.cc: Likewise
17504 * gdb.python/py-type.exp: Add new tests.
17505 * gdb.python/py-value-cc.exp: Likewise
17506
17507 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17508 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17511 Make "name" extern.
17512 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17513 references to ${name}_start by references to ${name}.
17514
17515 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17516
17517 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17518
17519 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17520
17521 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17522
17523 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17524 Pedro Alves <palves@redhat.com>
17525
17526 * gdb.mi/mi-info-os.exp: Connect to the target with
17527 mi_gdb_target_load.
17528
17529 2014-01-08 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.threads/reconnect-signal.c: New file.
17532 * gdb.threads/reconnect-signal.exp: New file.
17533
17534 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17535
17536 * gdb.base/source-dir.exp: New file.
17537
17538 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17539
17540 * gdb.ada/mi_interface: New testcase.
17541
17542 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17543
17544 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17545 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17546 gdb.ada/pp-rec-component/pck.ads: New files.
17547
17548 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17549
17550 * gdb.python/py-pp-integral.c: New file.
17551 * gdb.python/py-pp-integral.py: New file.
17552 * gdb.python/py-pp-integral.exp: New file.
17553
17554 For older changes see ChangeLog-1993-2013.
17555 \f
17556 ;; Local Variables:
17557 ;; mode: change-log
17558 ;; left-margin: 8
17559 ;; fill-column: 74
17560 ;; version-control: never
17561 ;; End:
17562
17563 Copyright 2014-2019 Free Software Foundation, Inc.
17564 Copying and distribution of this file, with or without modification,
17565 are permitted provided the copyright notice and this notice are preserved.
This page took 0.540486 seconds and 4 git commands to generate.